:root {
  --main-bg-color: #ffbf7e;
  --main-border-color: #ffbf7e;
  --main-color: #ffbf7e;
  --button-bg-color:  #ffbf7e;
  --icon-color: #ffbf7e;
  --button-color:#000000;
}

#select_label {
    padding-bottom: 25px;
}

#home {
    background-color: #cfcfcf;
}

#contain {
    margin-bottom: 30px;
}

#fb a {
    margin-right: 20px;
}

#cont li {
    margin-top: 10px;
}

#si {
    margin-top: 5px;
}

.alert li:first-child {
    list-style-type: disc;
}

#homebtn {
    margin-right: 100px;
}

.page {
    width: 100%;
    height: 100%;
}

.buttonHolder input {
    height: 100%;
    -moz-box-shadow: inset 0px 1px 0px 0px #bee2f9;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bee2f9;
    box-shadow: inset 0px 1px 0px 0px #bee2f9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #63b8ee), color-stop(1, #468ccf));
    background: -moz-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
    background: -webkit-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
    background: -o-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
    background: -ms-linear-gradient(top, #63b8ee 5%, #468ccf 100%);
    background: linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf', GradientType=0);
    background-color: #63b8ee;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #14396a;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #7cacde;
}

.buttonHolder input:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #63b8ee));
    background: -moz-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
    background: -webkit-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
    background: -o-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
    background: -ms-linear-gradient(top, #468ccf 5%, #63b8ee 100%);
    background: linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee', GradientType=0);
    background-color: #468ccf;
}

.buttonHolder input:active {
    position: relative;
    top: 1px;
}

#book {
    position: relative;
    top: 50px;
    margin-bottom: 3%;
    margin-left: 36%;
    margin-right: 30%;
}
.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    
    border-radius: 0;
    color: #4a5158c7 !important;
    background-color: #fff !important;
    font-size: 18px;
    padding: 0.175rem 0.3rem !important;
    height: 38px ;
    cursor: pointer;
    border: 1px solid #cccccc !important;
}
.input_ratingsubject,.input_ratingtext,.input_rating_anrede,.input_ratingvorname,.input_ratingname,.input_ratingort,.input_ratingmail{width:100%;}

.myButton {
    -moz-box-shadow: inset 0px 0px 0px 0px #f9eca0;
    -webkit-box-shadow: inset 0px 0px 0px 0px #f9eca0;
    box-shadow: inset 0px 0px 0px 0px #f9eca0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f0c911), color-stop(1, #f2ab1e));
    background: -moz-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
    background: -webkit-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
    background: -o-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
    background: -ms-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
    background: linear-gradient(to bottom, #f0c911 5%, #f2ab1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e', GradientType=0);
    background-color: #f0c911;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    border-radius: 42px;
    border: 4px solid #e65f44;
    display: inline-block;
    cursor: pointer;
    color: #c92200;
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    padding: 32px 76px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #ded17c;
}

.myButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f2ab1e), color-stop(1, #f0c911));
    background: -moz-linear-gradient(top, #f2ab1e 5%, #f0c911 100%);
    background: -webkit-linear-gradient(top, #f2ab1e 5%, #f0c911 100%);
    background: -o-linear-gradient(top, #f2ab1e 5%, #f0c911 100%);
    background: -ms-linear-gradient(top, #f2ab1e 5%, #f0c911 100%);
    background: linear-gradient(to bottom, #f2ab1e 5%, #f0c911 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab1e', endColorstr='#f0c911', GradientType=0);
    background-color: #f2ab1e;
}

.myButton:active {
    position: relative;
    top: 1px;
}

.alert-success {
    margin-top: 2%;
    margin-bottom: 2%;
}

.alert-danger {
    margin-top: 2%;
    margin-bottom: 2%;
}

.alert-danger li {
    margin-left: 2%;
}

.top-right {
    padding-top: 10px;
    float: right;
}

.links > a {
    color: #535759;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

#toTop {
    display: block;
}

#toTopHover {
    opacity: 1;
}

.reservation-section {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}

#reservation {
    padding-top: 20px;
}

.cookiefinger{
    position: fixed;
    visibility: visible;
    left: 15px;
    bottom: 30px;
    z-index: 996;
    background: var(--main-bg-color);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}
.cookiefinger svg{
    margin-left:5px;
    margin-top:5px;
}
.cookiefinger:hover {
  background:var(--main-bg-color);
  cursor: pointer;

}
.cookie-banner{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:22px;
    font-weight:bold;
}
.cookie-consent-banner {
    width: 500px !important;
    padding: 1rem;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 10000;
    position: fixed;
    bottom: calc(50% - 120px) !important;
    left: calc(50% - 250px) !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.form-border {
    border-style: solid;
    border-radius: 10px;
    background: hsla(189, 16%, 75%, 0.329);
    border-color: hsla(189, 16%, 75%, 0.329);
}

.buttonHolder {
    text-align: center;
    margin-bottom: 25px;
    font-size: 30px;
}

.panel-back {
    background-color: #fff;
}

.panel-default > .panel-heading {
    color: #000;
    background-color: #FFFFFF;
    border-color: #ddd;
    font-weight: bold;
}
.banner-top{
    height:40px;
}

.navsuchen{
    font-size:20px!important;
}

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  padding: 10px 0 10px 15px;
  color:#000000;
  font-size:18px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #787979;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 220px;
  margin-bottom:5px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 18px;
  text-transform: none;
  font-weight: 500;
  color: #000000;

}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #000000;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;

}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }

}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #000000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

#bs-example-navbar-collapse-1 {
    margin-right: 0px;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
 .bild01{
    display:none;
 }
  .navbar ul {
    display: none;
  }
  .zufall .zf .objektdaten{
    margin-bottom:5px;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
  width:310px;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
  margin-top:5px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
#about {
    padding-bottom: 30px;
}

#contact {
    background: #DAE0E2;
    padding-top: 15px;
    padding-bottom: 15px;
}


.kontakt .info i {
    font-size: 20px;
    color: #ffffff;
    float: left;
    width: 44px;
    height: 44px;
    background: var(--main-bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.kontakt .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000000;
}
.kontakt .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #000000;
}

.kontakt .php-email-form input, .kontakt .php-email-form textarea {
    box-shadow: none;
    font-size: 18px;
    border-radius: 4px;
    border: 1px solid #cccccc !important;
}

#footer_list {
    font-size: 18px;
}
#footer_list ul{
list-style: none ;
}
.unordered_list {
    margin-left: -40px;
}

.unordered_list ul {
    list-style-type: none;
}

.unordered_list li {
    padding-bottom: 10px;
}

.unordered_list a {
    color: #2B2B52;
}

.unordered_list a:hover {
    color: black;
}

#contact_us {
    padding-left: 30px;
}

#contact_us h2 {
    color: #2B2B52;
    font-size:22px;
}
#contact_us p{
    float:left;
}
#contact_us i{
    float:left;

}
#contact_us h3 {
    font-size: 18px;
    color: #000;
    margin-bottom:20px;
}

#about_footer h2 {
    color: #2B2B52;
    font-size:22px;
}

#about_footer {

}

#about_footer p {
    text-align: justify;
    font-size: 18px;
    color: #000;
}

html,
body {
    margin: 0;
    font-size: 100%;
    font-family: 'Lato', sans-serif;
    background: #fff;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    color:#000000;
}

a:hover {
    text-decoration: none;
    color:#787979;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Federo', sans-serif;
    font-weight: 600;
}
h4, .h4{
    font-size:1.4rem;
}
p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

.social-bnr-agileits {
    float: left;
    margin-left: 1em;
    margin-top:2px;
}

ul.social-icons3 {
    display: block;
    padding: 0;
    margin-top: 2px;
}

.social-icons3 li {
    display: inline-block;
}

.social-icons3 li a {
    display: block;
    height: 30px;
    width: 30px;
    margin-right: 0.4em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.social-icons3 li a.fa-brands.fa-facebook.icon-border.facebook {
    background: #4D669C;
}
.social-icons3 li a.fa-brands.fa-instagram.icon-border.instagram {
    background: #fa3131;
}
.social-icons3 li a.fa-brands.fa-rss.icon-border.rss {
    background: #ee802f;
}

.social-icons3 li a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.contact-bnr-w3-agile {
    float: left;
    margin-top:2px;
}

.contact-bnr-w3-agile ul li {
    list-style: none;
    display: inline-block;
    padding-bottom: 10px;
    padding-left: 25px;
    color: #101010;
    font-size: 14px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    margin-top:5px;
}

.contact-bnr-w3-agile ul li a {
    color: #101010;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-transform: lowercase;
    font-size: 18px;
    font-weight: 600;
}

.contact-bnr-w3-agile ul li a:hover {
    color: #0066b2;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.contact-bnr-w3-agile ul li i {
    color: #000000;
    font-size: 16px;
    margin-right: 15px;
}

.w3_navigation {
    background: #fff;
}

.navbar-default {
    background: none;
    border: none;
}

.navbar {
    margin-bottom: 0;
    margin-right:20px;
    display: inline-block;
    float: right;
    z-index: 9999;
}
.bew-hover{
    margin-left:10px;
    cursor: pointer;
}
.modal-open .modal {
    z-index:99999!important;
}
.slider {
    background-color:#ffffff;
}
.navbar-collapse {
    padding: 0;
}

.navbar-right {
    margin-right: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background: none;
}

.navbar-default .navbar-nav > li > a {
    font-weight: 500;
    letter-spacing: 1px;
}

.navbar-nav > li > a {
    margin: 0;
    padding: 0 1.1em;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #0a5b93;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    outline: none;
}

nav.navbar.navbar-default {
    background: none;
    padding: .9em 0 .9em 0;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #000000;
    background: none;
}

.navbar-default .navbar-nav > li > a {
    color: #000000;
}

.navbar-default .navbar-nav > .active.open > a:focus {
    background: #0a9dbd;
    color: #000000;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #000000;
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgba(127, 137, 161, 0.25) 0px 0px 30px;
    margin: 0px;
    padding: 10px 0px;
    background: rgb(255, 255, 255);
    transition: 0.3s;
    border-radius: 4px;
    height:auto;
}

.navbar-brand {
    position: relative;
    height:40px;
    padding:0;
    padding-left:30px;

    z-index:9999;
}

.navbar-brand span {
    color: var(--main-color);
}
.google-map{
    margin-left:26px;
}
.nav-image{
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid var(--main-border-color);
    width: 270px;
    position: absolute;
    z-index: 9999;
    left: 30px;
    top:50px;
}
.nav-image img{
    width:240px;
}

p.logo_w3l_agile_caption {
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 11px;
    color: #c79f07;
    text-shadow: 0 1px 3px #454a47;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}
.accordion-link:hover{
    cursor: pointer;
}
.accordion-link::before{
       content: "\e4ef"; 
    color: var(--icon-color);
    font-size: 20px;
    margin-right: 5px;
    display: inline-block;
    font-family: FontAwesome, sans-serif;
}
.agile_short_dropdown {
    border-radius: 0;
    background: #ffffff;
    text-align: center;
    padding: 0;
    border: none;
}

.agile_short_dropdown li a {
    text-transform: uppercase;
    color: #212121;
    font-size: 13px;
    font-weight: 600;
    padding: .8em 0;
}

.agile_short_dropdown > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: var(--main-bg-color);
}

.fewo-titel h4{
    min-height: 40px;
    font-size:22px;
}

.titelbild-container {
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    padding: 0px !important;
}
.panorama {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}
.home_container5 {
    padding-top:10px;

}
.home_text, .home_text_black{
    position: absolute;
    width:100%;
    top: calc(50% - 5%);
}
.home_text h1, .home_text h2 {
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px 5px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 16px;
    font-size: 2.9em;
}

.home_text_black h1, .home_text_black h2 {
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px 5px;

    font-family: 'Oswald', sans-serif;
    letter-spacing: 16px;
    font-size: 2.9em;

}
.header-w3layouts {
    position: absolute;
    top: 0;
    z-index: 99;
    text-align: center;
    left: 0;
    width: 100%;
}
.btn-fewo{

    font-size: 1em;
    font-weight: 600;
    color: var( --button-color);
    display: inline-block;
    padding: 0.2em 1.8em;
    background: var(--button-bg-color);
    text-decoration: none;
    border: 2px solid var(--button-bg-color);
}
.btn-fewo:hover{
    cursor: pointer;
}
/*Belegungskalender*/
.belegungs_kalender_item {display: inline-block; }
.belegungsplan .fewo_detail_buchungsplan {margin-top: 0px; padding: 10px; background-color: #f7f5f4;}
.fewo_detail_buchungsplan {position: relative; display: inline-block; width: 100%;}
.fewo_detail_buchungsplan .btn-delete {border:none;  background-color: #fff!important;  cursor: pointer; height: 30px;margin-right:15px;outline:none;margin-top:5px;}
.fewo_detail_buchungsplan .btn-left,.fewo_detail_buchungsplan .btn-right {border:none;  background-color: #fff!important;  cursor: pointer; height: 30px;outline:none;margin-top:5px;}
/*.fewo_detail_buchungsplan .btn-delete {border:0px;  background-color: #fff!important;  cursor: pointer; height: 30px; border-radius: 0px; padding: 0px 15px;}
.fewo_detail_buchungsplan .btn-right  {border:0px;  background-color: #fff!important; cursor: pointer; height: 30px;margin-left: 10px; border-radius: 0px; padding: 0px 15px;}
*/
.fewo_detail_buchungsplan .belkal .month {border-bottom: 3px solid #004896; text-align: left; font-weight: bold;padding: 7px 15px; background-color: transparent; color: #212529 !important;}
.fewo_detail_buchungsplan .belkal {width: 218px; margin-right: 12px!important; margin-bottom: 10px; border: 1px solid #ccc; border-collapse: inherit !important; border-spacing: inherit;}
.fewo_detail_buchungsplan .belkal:nth-child(4n) {margin-right: 0% !important;}
.fewo_detail_buchungsplan .belkal .tage  td {padding-top:10px; padding-bottom: 5px;}
.fewo_detail_buchungsplan .belkal td {text-align: center;}
.fewo_detail_buchungsplan .cal_buttons {text-align: right; display: inline-block; width: 100%;margin-bottom: 5px;}
.fewo_detail_buchungsplan .cal_buttons {float: right;}
.belkal .tage {background-color: transparent !important;}

.nichtselektierbar, .nichtwaehlbar, .keineanabreise {opacity: 0.6!important;}

/* Buchungsmaske Anfragemaske ***********************/
.label{
    display: inline;
}
.preis_uebersicht .header_titel {
    color: #000;
    font-size: 21px;
    font-family: 'Federo', sans-serif;
    font-weight: 600;
}
.preis_uebersicht .header_anzahl, .preis_uebersicht .sumneben_titel, .sum_titel, .sumleist_titel {
    display: inline-block;
}.preis_uebersicht .header_objsum, .sumneben_wert, .sum_wert, .sumleist_wert, .zeilensumme.kaution {
    float: right;
}
.preis_uebersicht .sumleist, .sumzuschlag, .sumrabatt, .gesamtsumme, .sumoptleist {
    margin-top: 5px;
}
.preis_uebersicht .sumleist {
    padding-top: 5px;
    border-top: 1px solid #d4d4d4;
}
.kleiner {
    font-size: 12px;
}
.gesamtsumme {
    
    border-top: 1px #d4d4d4 solid;
    padding-top: 5px;
    font-size: 21px;
    color: #000;
    font-family: 'Federo', sans-serif;
    font-weight: 600;
}
.tab-content {
    background-color: #f3f5fa !important;
    min-height: 225px;
    padding: 15px;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    border-right: none !important;
    color: #fff !important;
    background-color: #f3f5fa !important
}
.zusammenfassung_zeile {
    display: inline-block;
    width: 100%;
    margin-top:2px;
}
.zusammenfassung .preisuebersicht{
    border-bottom:1px solid #000000;
}
.zusammenfassung .preisuebersicht h4, .zusammenfassung .leistungen h4{
    margin-bottom:5px;
    border-bottom:2px solid #000000;
}
.leistungheader {
    border-bottom: 1px solid #999;
    font-weight:500;
    margin-bottom:5px;
    }
.zusammenfassung .leistungen{
        margin-top: 20px;
}
.zusammenfassung .daten .label {
    width: 150px;
    float: left;
     color: #000;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}
.agb, .data{
    float: left;
     color: #000;
    font-size: 15px;
    font-weight: 500;
    text-align: right;
    margin-top:13px;
}
.buchmaske .form-control {
    height: 35px !important;
}
.buchmaske .form-group {
    margin-bottom: 0.5rem !important;
}
.form-group .label,.anz_erwachsene .label, .anz_kinder .label{
    color:#000000;
    font-size:16px;
    font-family: 'Lato', sans-serif;
    font-weight:500;
}

.tab-pane .form-control {
    
    height: 35px !important;
    
}
.tab-content {
    background-color: #f3f5fa !important;
    min-height: 225px;
}
.nav > li > a {
    padding: 10px 8px !important;
    color: #000 !important;
}
.is-required:after {
    color: #c20a0a;
    width: 5px;
    height: 5px;
    margin-left: 3px;
    vertical-align: super;
    font-size: 16px;
    content: "*";
    display: inline-block;
  
}
/* Objektdetail **************/
.belplan_titel{
    position:absolute;
    left:0px;
    margin-bottom:5px;
}
.btn-weiter1 {
    margin-top:5px;
    margin-left:10px;
    font-size: 18px!important;
    line-height: 20px;
    font-weight:500;
    color: #ffffff!important;
    background-color: #be1f2c;
    padding: 8px 30px;
   
    float:right;
    }
.btn-weiter2 {
    margin-top:5px;
    margin-left:10px;
    background-color: #ffd400;
    border: 0px ;
    font-size: 18px!important;
    line-height: 20px;
    font-weight:500;
    color: #000000!important;
 
    float:right;
    padding: 8px 30px;}
.btn-weiter1:hover, .btn-weiter2:hover {
    cursor: pointer;
    color:#000000!important;
    }
.btn-weiter1.disabled, .btn-weiter2:disabled {background-color: #ffd400 !important;}

.fewo-preisrechner{
    background: #f5f5f5;
    padding:10px;
    margin-top:10%;
}
.fewo-preisrechner .summen{
    padding-left:10px;
    border: 1px solid #cccccc;

}
.col-period {
    width:25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24.666667%;
        flex: 0 0 24.666667%;
        max-width: 24.666667%;
}
.preisr_naechte{
    font-size:18px;
    font-weight: 600;
}
.preisr_label{
    font-size:20px;
    font-weight: 600;
    line-height:48px;
}
.preisr_summe{
    font-size:20px;
    font-weight: 600;
    border-bottom: 2px solid #000000;
}
.fewo-preisrechner #period{
     -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" width="18"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 48L0 160l0-48C0 85.5 21.5 64 48 64l48 0 0-32c0-17.7 14.3-32 32-32zM0 192l448 0 0 272c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 192zm64 80l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm128 0l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM64 400l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm112 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16z"/></svg>') no-repeat;
  background-position: 99%;
  background-color: #ffffff;
  border:1px solid #cccccc;
  /*border-radius: 3px;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,.3);*/
  color: #000;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  height: 50px;
  outline: none;
  padding-left: 10px;
  width: 100%;
}
.br-theme-fontawesome-stars-o .br-widget a {
    font: normal normal normal 20px / 1 FontAwesome !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    /* margin-right: 2px; */
}

.fewo-preisrechner #ctrl_ppersonen{

  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" width="16"><path d="M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0z"/></svg>') no-repeat;
  background-position: 99%;
  border:1px solid #cccccc;
  /*border-radius: 3px;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,.3);*/
  color: #000;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  height: 50px!important;
  outline: none;
  padding-left: 10px;
}
.fewo-preisrechner div[class^="label"] {font-weight: bold;font-size:18px;color:#000000}
.detail_preisrechner{background-color: #fff;;}
#objekttitel{
    margin-top:30px;
}
#objektdetail .fewo-rating-text{
    margin: 0;
    font-size:20px;
    font-family: 'Federo', sans-serif;
    font-weight: 600;
    line-height: 22px;
}

#objektdetail .fewo-ausst-group {width: calc(100% / 3)}
#objektdetail .fewo-ausst ul {padding: 0px; list-style: none;}
#objektdetail .fewo-ausst ul li {list-style: none;}
#objektdetail .fewo-ausst-title {
    display: inline-block;
    width: 100%;
    color: #000000;
    font-family: 'Federo', sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-decoration: underline;
    }

#objekttitel h1 {
    color: var(--default-color);
}
.objektbilder_top img {width: 100%;}
#objekttitel p {
    font-size:21px;
    font-weight: 600;
}

.objektbilder_top img {width: 100%;}
.fewo_objektdetails{
    padding: 0px 0px !important;
}
.fewo-saisonzeiten td {padding: 5px 10px;}
.fewo-saisonzeiten .fewo-head-zeitraum:before {
    content: "\f073"; 
    color: var(--icon-color);
    font-size: 20px;
    margin-right: 5px;
    display: inline-block;
    font-family: FontAwesome, sans-serif;
    }
.fewo-saisonzeiten .fewo-head-zeitraum, .fewo-saisonzeiten .fewo-head-mintage,.fewo-saisonzeiten .fewo-head-preis,.fewo-saisonzeiten .fewo-head-neben,.fewo-saisonzeiten .fewo-head-bpers{
    font-family: 'Federo', sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.fewo-saisonzeiten .fewo-head-mintage:before {
    content: "\f783"; 
    margin-right: 5px;
    color: var(--icon-color);
    font-size: 20px;
    display: inline-block;
    font-family: FontAwesome, sans-serif;
    }
.fewo-saisonzeiten .fewo-head-preis:before {
    content: "\f153"; 
    margin-right: 5px;
    color: var(--icon-color);
    font-size: 20px;
    display: inline-block;
    font-family: FontAwesome, sans-serif;
}
.fewo-saisonzeiten .fewo-head-neben:before {content: "\f183"; height: 40px; width: 100%;display: inline-block; font-family: FontAwesome, sans-serif;}
.fewo-saisonzeiten .fewo-head-bpers:before {
    content: "\e533"; 
     margin-right: 5px;
    color: var(--icon-color);
    font-size: 20px;
    display: inline-block;
    font-family: FontAwesome, sans-serif;}
.fewo-saison tbody tr {
    border-bottom: 1px solid #ccc;
}
.fewo-saison tbody{
    font-size: 14px;
}
.fewo-saisonzeiten td {
    padding: 5px 10px;
}
.fewo-saison {
    width: 100%;
}
.saison-infozeile{
    font-size:13px;
}
.objektslider{
    display:none;
}
.show_gallery1:hover{
cursor: pointer;
}
.show_gallery {
    cursor: pointer;
    color: var(--contrast-color);
    background: var(--button-bg-color);
    border: 0;
    padding: 8px 30px;
    transition: 0.4s;

    margin-right: 10px;

}

.show_gallery.show {display: inline-block;}
.show_gallery:hover, .show_goback:hover{
    cursor: pointer;
    background: color-mix(in srgb, var(--button-bg-color), transparent 30%);
    color: var(--contrast-color);
}
.show_goback{
    cursor: pointer;
    color: var(--contrast-color);
    background: var(--button-bg-color);
    border: 0;
    padding: 8px 30px;
    transition: 0.4s;
    margin-right: 10px;
}

/* Objektliste **************/
.listenpreis{
    margin-left:10px;
}
.buchungspreis{
    font-size:18px;
    font-weight:700;
}

.checkmobile{
    margin-left: 0;
    padding-left:0;
}
.fewo-item{
    border: 1px solid var(--main-border-color);
}
.fewo_kurztext{
    min-height:74px;
    max-height:74px;
}
.fewo-listimage img {
   height: 290px;
    width: 100%;
    object-fit: cover;
}
.fewo-rating-text p{
    margin-top:5px;
}
/*.col-4.fewo-groesse, .col-4.fewo-schlaf, .col-4.fewo-bad, .col-4.fewo-room, .col-4.fewo-personen {
    padding-right: 0px !important;
    width: 33% !important;
    font-size: 17px !important;
}*/
.piktogramme p{
    font-size:18px;
    font-weight:500;
    margin-left:5px;

    margin-top:6px;
}
.piktogramme img{
    width:41px;
    padding: 2px;
    border: 2px solid var(--main-border-color);
    margin-left:2px;
}
.sortierung{
    max-width:190px;
    float: right;
    height:30px!important;
}
.objtitel{
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Federo', sans-serif;
    margin-left:5px;
}
.bg-leicht{
    background-color: #f5f5f5;
}
.bg-signalweiss{
    background-color: #ffffff;
}
.control-pagination button {
    font-size: 18px;
    padding: 0px 11px;
    line-height: 28px;
    height: 28px;
    font-weight: 400;
    color: #000000;
}

/****************************/
.agileits-banner-info h4 {
    font-size: 4em;
    color: #ffffff;
    letter-spacing: 27px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.agileits-banner-info h3 {
    color: #fff;
    font-size: 1.5em;
    margin: 10px 0 0;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.agileits-banner-info h3 span {
    background: rgba(0, 0, 0, 0.68);
    padding: 0 36px;
}

.agileits-banner-info {
    text-align: center;
    padding: 7em 2em;
    margin-top: 8em;
}

.agileits-banner-info p {
    color: var(--main-color);
    font-size: 1em;
    line-height: 1.8em;
    letter-spacing: 11px;
    margin: 1em auto;
    font-weight: 300;
    text-transform: uppercase;
}

.agileits_w3layouts_more {
    position: relative;
}

.agileits_w3layouts_more a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 8px 25px;
    position: relative;
    display: inline-block;
    background: #0f2453;
    margin-top: 3em;
    z-index: 9999;
    border: 2px solid #fff;
}

.agileits_w3layouts_more a:focus {
    outline: none;
}

.agileits_w3layouts_more a:hover {
    color: #000;
    border: 2px solid #fff;
    background: var(--main-bg-color);
}
.fewo-btnbuchung, .fewo-btnanfrage{
    min-width:180px;
}
/*hier */
.inhalt{
    margin-top:30px;
}
.anfrageab, .buchungab{
    margin-top:30px;
    min-height: 470px;
}
.w3layouts-banner-cuxhaven-erleben {
    background-repeat: no-repeat;
    background-position: center bottom;
    background: url(../titelbilder/cuxhaven-erleben.jpg) no-repeat 0 0;
    background-size:auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

}
.w3layouts-banner-datenschutz{
     background-repeat: no-repeat;
    background-position: center bottom;
    background: url(../titelbilder/datenschutz.jpg) no-repeat 0 0;
    background-size:auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

}
.w3layouts-banner-datenschutz .agileits-banner-info h4{color:#21252994 !important;}

.w3layouts-banner-mietbedingungen{
     background-repeat: no-repeat;
    background-position: center bottom;
    background: url(../titelbilder/mietbedingungen.jpg) no-repeat 0 0;
    background-size:auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.w3layouts-banner-mietbedingungen .agileits-banner-info h4{color:#21252994 !important;}

.w3layouts-banner-fragen-und-antworten{
     background-repeat: no-repeat;
    background-position: center bottom;
    background: url(../titelbilder/fragen-und-antworten.jpg) no-repeat 0 0;
    background-size:auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.w3layouts-banner-fragen-und-antworten .agileits-banner-info h4{color:#21252994 !important;}

.w3layouts-banner-ueber-uns {
    background-repeat: no-repeat;
    background-position: center bottom;
    background: url(../titelbilder/ueber-uns.jpg) no-repeat 0 0;
    background-size:auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

}
.w3layouts-banner-impressum {
    background-repeat: no-repeat;
    background-position: center bottom;
    background: url(../titelbilder/impressum.jpg) no-repeat 0 0;
    background-size:auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

}

.w3layouts-banner-top {
    background-repeat: no-repeat;
    background-position: center bottom;
    background: url(../titelbilder/1.jpg) no-repeat 0 0;
    background-size:auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

}

.w3layouts-banner-top1 {
    background-repeat: no-repeat;
    background-position: center bottom;
    background: url(../titelbilder/2.jpg) no-repeat 0 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

}

.w3layouts-banner-top2 {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../titelbilder/3.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

}
.w3layouts-banner-top3 {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../titelbilder/4.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

}

.w3layouts-banner-top4 {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../titelbilder/5.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

}

.w3layouts-banner-top5 {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../titelbilder/6.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

}
.w3layouts-banner-top,
.w3layouts-banner-top1,
.w3layouts-banner-top2,
.w3layouts-banner-top3,
.w3layouts-banner-top4,
.w3layouts-banner-top5,
.w3layouts-banner-cuxhaven-erleben,
.w3layouts-banner-impressum,
.w3layouts-banner-ueber-uns,
.w3layouts-banner-datenschutz,
.w3layouts-banner-mietbedingungen,
.w3layouts-banner-fragen-und-antworten
{
    min-height: 880px;
}

.w3ls-banner {
    position: relative;
}

#slider2,
#slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    position: absolute;
    width: 100%;
}

.callbacks img {
    position: relative;
    z-index: 1;
    height: auto;
    border: 0;
}

.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    left: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    top: 10%;
    text-align: center;
}
.light-background{
    background-color:#f5f5f5;
}
.white-backgropund{
    background-color: #ffffff;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 55%;
    left: 40px;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 34px;
    width: 34px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.callbacks_nav.next {
    left: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    right: -62px;
}

.callbacks_nav.prev {
    background-repeat: no-repeat;
    background-position: 0 0;
    left: -58px;
}
.callbacks1_tabs{
    width:250px!important;
}

#slider3-pager a {
    display: inline-block;
}

#slider3-pager span {
    float: left;
}

#slider3-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider3-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider3-pager a {
    padding: 0;
}

#slider3-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}
.fewolistnavright {
    background-color: #ffffffa1;
    width: 30px;
    height: 34px;
    position: absolute;
    top: calc(50% -  15px);
    right: 0px;
    border: 1px solid #cccccc;
    font-weight: 500;
    font-size: 22px;
    color:#0f2453
}
.fewolistnavleft{
    background-color: #ffffffa1;
    width: 30px;
    height: 34px;
    position: absolute;
    top: calc(50% - 15px);
    left: 0px;
    border: 1px solid #cccccc;
    font-weight: 500;
    font-size: 22px;
    color:#0f2453
}
.fewolistnavleft:hover, .fewolistnavright:hover{
    cursor: pointer;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    height: auto;
    border: 0;
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom: 20px;
    left: 2%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 99;

}



.slider-top span {
    font-weight: 600;
}

.callbacks_tabs li {
    display: inline-block;
    margin: 0 7px;
}

.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-family: FontAwesome, sans-serif;
    font-size: 0;
    visibility: visible;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}

.callbacks_here a:after {
    background: var(--main-bg-color);
}

.thim-click-to-bottom {
    position: absolute;
    bottom: 12%;
    left: 49%;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    -webkit-animation: bounce 2s infinite ease-in-out;
    z-index: 99;
}

.thim-click-to-bottom i {
    color: var(--main-color);
    border: 2px solid #fff;
    font-size: 18px;
    width: 30px;
    height: 57px;
    text-align: center;
    line-height: 54px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    60%,
    100% {
        -ms-transform: translateY(0);
    }

    0%,
    20%,
    60%,
    100% {
        -o-transform: translateY(0);
    }

    0%,
    20%,
    60%,
    100% {
        -moz-transform: translateY(0);
    }

    0%,
    20%,
    60%,
    100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
    }

    80% {
        -webkit-transform: translateY(-10px);
    }
}
.modal-footer{
justify-content: center !important;
    padding: 0px !important;
    padding-bottom: 5px !important;
}
.modal-content img {
    width: 100%;
}

.modal-content h4 {
    color: #0f2453;

    font-size: 1.4em;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: .5em;
    margin-left: .5em;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Federo', sans-serif;
}
.modal-title {
    line-height: 1 !important
}
.modal-content h4 span {
    color: var(--main-color);
}

.modal-content h5 {
    color: #000;
    padding-top: 15px;
    font-size: 22px;
    letter-spacing: 1px;
}

.modal-content p {
    color: #636363;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 26px;
    padding-top: 0px;
    word-spacing: 1px;
    text-align: center;
}

.modal-header {
    padding: 5px;
}
.modal-body {
    position: relative;
    padding-top: 5px !important;
    padding-bottom: 5px!important;
}
.ui.category.search .results {
    width: 25em !important;
    left:-16px!important;
}
.ui.search>.prompt {
    width: 80%!important;
}
.book-form-left-w3layouts {
    padding: 0;
}

.book-form-left-w3layouts h2 {
    color: #fff;
    background: var(--main-bg-color);
    padding: 60px 0;
    text-align: center;
    font-size: 25px;
    letter-spacing: 4px;
}
.raten:after, .rateo:after {
    font-size: 20px;
}
.rateo, .raten {
    display: inline-block;
}
.fewo-rating .fewo-rating-text{
    position: relative;
    float: left;
    margin-right: 5px;
}
.rateo:after,  .fewo_star_active:after {font: normal normal normal 20px/1 FontAwesome; content: '\f005'; color: #fbc118; display: inline-block;}
.raten:after, .fewo_star_inactive:after {font: normal normal normal 20px/1 FontAwesome; content: '\f006'; color: #d2d2d2; display: inline-block;}



.book-form input[type="text"],
.book-form input[type="date"],
.book-form input[type="time"],
.book-form input[type="email"],
.book-form .form-control {
    width: 100%;
    color: #9a9797;
    outline: none;
    font-size: 0.9em;
    line-height: 25px;
    padding: 3px 10px;
    border: 2px solid #fff;
    -webkit-appearance: none;
    margin-bottom: 1em;
    background: none;
    font-family: 'Lato', sans-serif;
}

.book-form input[type="text"] {
    border: 2px solid #fff;
}

.book-form form input[type="submit"] {
    background: #0a1735;
    color: #FFFFFF;
    padding: 0 2em;
    height: 147px !important;
    border: none;
    font-size: 16px;
    letter-spacing: 2px;
    outline: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 1em;
    -webkit-appearance: none;
}

.book-form {
    background: #0f2453;
    height: 147px;
    padding: 0 0 0 27px;
}

.fields-w3ls {
    width: 22%;
    float: left;
    margin: 2.2em 1em 0 0;
}

.book-form p {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: .8em;
    letter-spacing: 2px;
    word-spacing: 1px;
    text-transform: uppercase;
}

.book-form select.form-control {
    border-radius: 0;
    box-shadow: none !important;
}

.form-date-w3-agileits.second-agile {
    width: 30%;
}

.form-date-w3-agileits.second-agile,
.form-time-w3layouts.second-agile,
.form-left-agileits-w3layouts.second-agile,
.form-left-agileits-w3layouts.bottom-w3ls.second-agile {
    margin-right: 0 !important;
    padding: 0 !important;
}

.form-left-agileits-w3layouts.bottom-w3ls {
    padding: 0 !important;
}

.book-form input[type=submit]:hover {
    background: var(--main-bg-color);
    color: #fff;
}

.banner-bottom {
    text-align: center;
}

.agileits_banner_bottom {
    width: 90%;
    margin: 0 auto;
}

.banner-bottom h3 {
    font-size: 1em;
    color: #0f2453;
    line-height: 2.3em;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}

.banner-bottom h3 span {
    display: block;
    font-size: 25px !important;
    color: #000000;
    font-weight: 500;
}

.banner-bottom h3 i {
    font-weight: 300;
}

.w3ls_banner_bottom_grids {
    margin: 0 0 0;
}
.w3ls_banner_searchtextform
 {
    margin-left: calc(45% - 247px);
}
.w3ls_banner_searchtextform input{
    height:40px;
    width:501px;
}
.w3ls_banner_searchform{
    /*padding: 2em;
    background: rgba(52, 74, 113, 0.09);*/
    margin-left: calc(45% - 247px);
}
.w3ls_banner_searchform select, input{
    height:40px;
}
.w3ls_banner_searchform .btn-suchen {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 20px;
    background: var(--main-bg-color);
    text-decoration: none;
    width:100%;
    height:50px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
  border-left:1px solid #cccccc;

}
.btn-gelb{

display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 1em;
    background: var(--main-bg-color);
    text-decoration: none;
    width:220px;
    height:50px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
}

.w3ls_banner_searchform .btn-suchen:hover {
    cursor: pointer;
}
.w3ls_banner_searchform .select-wrapper1 {
  position: relative;
  width: 250px;
  background-color: #fff;
  float:left;
}

.w3ls_banner_searchform .select-wrapper1::before {
  color: #000;
  font-size: 20px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 10px;
}

.w3ls_banner_searchform .select-wrapper2{
  position: relative;
  width: 290px;
  background-color: #fff;
  float:left;
}
.fewo-preisrechner .select-wrapper2{
    position: relative;
  width: 30%;
  background-color: #fff;
  float:left;
}
.fewo-preisrechner .select-wrapper3{
    position: relative;
  width: 40%;
  background-color: #fff;
  float:left;
}
.w3ls_banner_searchform .select-wrapper2::before{
  color: #000;
  font-size: 20px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 10px;
}
.fewo-preisrechner .select-wrapper2::before {
    color: #000;
  font-size: 20px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 10px;
}
.w3ls_banner_searchform .select-wrapper3 {
  position: relative;
  width: 210px;
  background-color: #fff;
  float:left;
}

.w3ls_banner_searchform .select-wrapper3::before {
  color: #000;
  font-size: 20px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 10px;
}

.w3ls_banner_searchform .select-wrapper4 {
  position: relative;
  width: 105px;
  background-color: #fff;
  float:left;
}

.w3ls_banner_searchform .select-wrapper4::before {
  color: #000;
  font-size: 20px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 10px;
}


.w3ls_banner_searchform #period{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" width="18"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 48L0 160l0-48C0 85.5 21.5 64 48 64l48 0 0-32c0-17.7 14.3-32 32-32zM0 192l448 0 0 272c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 192zm64 80l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm128 0l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM64 400l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm112 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16z"/></svg>') no-repeat;
  background-position: 99%;
  border:1px solid #cccccc;
  /*border-radius: 3px;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,.3);*/
  color: #000;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  height: 50px;
  outline: none;
  padding-left: 10px;
  width: 100%;
}

.listenfilter #period{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" width="18"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 48L0 160l0-48C0 85.5 21.5 64 48 64l48 0 0-32c0-17.7 14.3-32 32-32zM0 192l448 0 0 272c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 192zm64 80l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm128 0l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zM64 400l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0zm112 16l0 32c0 8.8 7.2 16 16 16l32 0c8.8 0 16-7.2 16-16l0-32c0-8.8-7.2-16-16-16l-32 0c-8.8 0-16 7.2-16 16z"/></svg>') no-repeat;
  background-position: 99%;
  border:1px solid #cccccc;
  /*border-radius: 3px;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,.3);*/
  color: #000;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  height: 38px;
  outline: none;
  padding-left: 5px;
  width: 100%;
}

.w3ls_banner_searchform #region {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" width="18"><path d="M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"/></svg>') no-repeat;
  background-position: 99%;
  border: none;
  /*border-radius: 3px;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,.3);*/
  color: #000;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  height: 50px;
  outline: none;
  padding-left: 10px;
  width: 100%;
}

.listenfilter #objart{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" width="20"><path d="M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L512 185l0-121c0-17.7-14.3-32-32-32l-32 0c-17.7 0-32 14.3-32 32l0 36.7L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1l32 0 0 69.7c-.1 .9-.1 1.8-.1 2.8l0 112c0 22.1 17.9 40 40 40l16 0c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2l31.9 0 24 0c22.1 0 40-17.9 40-40l0-24 0-64c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l0 64 0 24c0 22.1 17.9 40 40 40l24 0 32.5 0c1.4 0 2.8 0 4.2-.1c1.1 .1 2.2 .1 3.3 .1l16 0c22.1 0 40-17.9 40-40l0-16.2c.3-2.6 .5-5.3 .5-8.1l-.7-160.2 32 0z"/></svg>') no-repeat;
  /*background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" width="18"><path d="M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0z"/></svg>') no-repeat;
  */
  background-position: 99%;
  border:1px solid #cccccc;
  /*border-radius: 3px;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,.3);*/
  color: #000;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  height: 38px;
  outline: none;
  padding-left: 10px;
}
.listenfilter #schlafzimmer{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" width="23"><path d="M32 32c17.7 0 32 14.3 32 32l0 256 224 0 0-160c0-17.7 14.3-32 32-32l224 0c53 0 96 43 96 96l0 224c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32-224 0-32 0L64 416l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 64C0 46.3 14.3 32 32 32zm144 96a80 80 0 1 1 0 160 80 80 0 1 1 0-160z"/></svg>') no-repeat;
  background-position: 99%;
  border:1px solid #cccccc;
  /*border-radius: 3px;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,.3);*/
  color: #000;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  height: 38px;
  outline: none;
  padding-left: 10px;
    }
.w3ls_banner_searchform #personen{

  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" width="16"><path d="M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0z"/></svg>') no-repeat;
  background-position: 99%;
  border:1px solid #cccccc;
  /*border-radius: 3px;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,.3);*/
  color: #000;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  height: 50px;
  outline: none;
  padding-left: 10px;
  width:100%;

}
.listenfilter #personen{

  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" width="16"><path d="M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-223.1L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6l29.7 0c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L232 256.9 232 480c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128-16 0z"/></svg>') no-repeat;
  background-position: 99%;
  border:1px solid #cccccc;
  /*border-radius: 3px;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,.3);*/
  color: #000;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  height: 38px;
  outline: none;
  padding-left: 10px;

}
.w3ls_banner_searchform select option {
  color: #666;
}

.w3ls_banner_searchform select::-ms-expand {
  display: none;
}

.w3ls_banner_searchform select:focus::-ms-value {
  background-color: transparent;
}


.w3l_banner_bottom_grid {
    padding: 2em;
    text-align: center;
    border: 2px solid #999;
}

.cbp-ig-grid {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cbp-ig-grid:before,
.cbp-ig-grid:after {
    content: " ";
    display: table;
}

.cbp-ig-grid:after {
    clear: both;
}
.clear-both{
	clear: both;
}
.clear-left{
    clear:left!important;
}
.cbp-ig-grid li {
    width: 33%;
    margin-top:10px;
    float: left;
    text-align: center;
    border-left: 1px solid #cfdbf3;
}

.cbp-ig-grid li:last-child {
    border-right: 1px solid #cfdbf3;
}

.w3_grid_effect {
    padding: 0.5em;
    background: rgba(52, 74, 113, 0.09);
    border-top: 1px solid #cfdbf3
}

.cbp-ig-grid li > a {
    display: block;
    height: 100%;
    color: #47a3da;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}

.cbp-ig-icon {
    padding: 1.2em 0 0;
    display: block;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}

.cbp-ig-icon:before {
    font-family: FontAwesome, sans-serif;
    font-size: 3.5em;
    speak: none;
    color: #0f2453;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.w3_hund:before {
    content :'\f6d3';
}

.w3_familie:before {
    content :'\e533';
}

.w3_sonne:before {
   content :'\f5ca';

}

.w3_rabatt:before {
    content :'\25';

}

.cbp-ig-grid .cbp-ig-title {
    margin: 20px 0 10px 0;
    padding: 20px 0 0 0;
    font-size: .8em;
    position: relative;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #212121;
}

.cbp-ig-grid .cbp-ig-title:before {
    content: '';
    position: absolute;
    background: var(--main-bg-color);
    width: 100%;
    height: 6px;
    top: 0;
    left: 78px;
    margin: -10px 0 0 -80px;
    -webkit-transition: margin-top 0.2s;
    -moz-transition: margin-top 0.2s;
    transition: margin-top 0.2s;
}

.cbp-ig-grid .cbp-ig-category {
    text-transform: uppercase;
    display: inline-block;
    font-size: .8em;
    letter-spacing: 1px;
    color: var(--main-color);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    -webkit-transition: transform 0.3s, opacity 0.2s;
}

.cbp-ig-grid li:hover .cbp-ig-category,
.touch .cbp-ig-grid li .cbp-ig-category {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.cbp-ig-grid li > .w3_grid_effect:hover {
    background: #0f2453;
}

.cbp-ig-grid li > .w3_grid_effect:hover .cbp-ig-icon {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.cbp-ig-grid li > .w3_grid_effect:hover .cbp-ig-icon:before {
    color: var(--main-color);
}

.cbp-ig-grid li > .w3_grid_effect:hover .cbp-ig-title {
    color: #fff;
}

.cbp-ig-grid li > .w3_grid_effect:hover .cbp-ig-title {
    -webkit-transform: translateY(-45px);
    -moz-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    transform: translateY(-45px);
}

.cbp-ig-grid li > .w3_grid_effect:hover .cbp-ig-title:before {
    background: #fff;
    margin-top: 68px;
}

@media screen and (max-width: 62.75em) {
    .cbp-ig-grid li {
        width: 25%;
    }

}

@media screen and (max-width: 25em) {
    .cbp-ig-grid {
        font-size: 80%;
    }
}

.contact-w3ls,
.advantages,
.objdetail,
.banner-bottom,
.plans-section,
.portfolio-w3ls,
.kontakt {
    padding: 30px 0 20px;;
}

h3.title-w3-agileits {
    font-size: 2.5em;
    color: #FFF;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 0.8em;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Federo', sans-serif;
}
h3.title-w3-starttitle {
    font-size: 2.5em;
    color: #FFF;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: .5em;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Federo', sans-serif;
}
.title-black-wthree {
    color: #000000 !important;
}

.about-wthree {
    padding: 3em 0 22.6em 0;
    background: #f5f5f5
}
.bg-lightgray{
    background: #f5f5f5;
    padding-top:15px;
    padding-bottom:15px;
}
.ab-w3l-spa {
    text-align: center;
    position: relative;
}

p.about-para-w3ls {
    color: #777;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 1px;
    margin-bottom: 2em;
    text-align: justify;
}

.advantages {
    background: url(../images/services.jpg) no-repeat;
    min-height: 350px;
    background-size: cover;
    margin-bottom: 30px;
    background-attachment: fixed;
}
.advantage-bottom{
    margin-top:40px;
    margin-bottom: 40px;
}
.objdetail1 {
    background: url(../images/objdetail1.jpg) no-repeat;
    min-height: 490px;
    background-size: cover;
    margin-bottom: 10px;
    background-attachment: fixed;
    margin-top:30px;
    background-position: center;
}
.objdetail2 {
    background: url(../images/objdetail2.jpg) no-repeat;
    min-height: 490px;
    background-size: cover;
    margin-bottom: 10px;
    background-attachment: fixed;
    margin-top:30px;
    background-position: center;
}
.objdetail3 {
    background: url(../images/objdetail3.jpg) no-repeat;
    min-height: 490px;
    background-size: cover;
    margin-bottom: 10px;
    background-attachment: fixed;
    margin-top:30px;
    background-position: center;
}
.objdetail4 {
    background: url(../images/objdetail4.jpg) no-repeat;
    min-height: 490px;
    background-size: cover;
    margin-bottom: 10px;
    background-attachment: fixed;
    margin-top:30px;
    background-position: center;
}
.objdetail5 {
    background: url(../images/objdetail5.jpg) no-repeat;
    min-height: 490px;
    background-size: cover;
    margin-bottom: 10px;
    background-attachment: fixed;
    margin-top:30px;
    background-position: center;
}
.objdetailp {
    background: url(../images/objdetailp.jpg) no-repeat;
    min-height: 440px;
    background-size: cover;
    margin-bottom: 10px;
    background-attachment: fixed;
    margin-top:30px;
    background-position: center;
}
.objdetail-main{
    margin-top: calc(50% - 45%);
    margin-bottom:10%;
}
.advantage-block {
    padding: 2em 2em;
    background: rgba(0, 0, 0, 0.52);
    text-align: center;
}

.advantage-block:hover {
    background: rgba(36, 27, 27, 0.4);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.advantage-block h4 {
    font-size: 1.6em;
    color: #fff;
    margin: 0.5em 0 0.5em 0;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.advantage-block h5 {
    font-size: 1.4em;
    color: #0f2453;
    margin: 0.5em 0 0.5em 0;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.advantage-block p {
    font-size: 14px;
    color: #FFF;
    text-align: left;
    padding-left: 3em;
    line-height: 30px;
    letter-spacing: 1px;
}

.advantage-grid {
    padding: 0;
}

.objdetail-block {
    padding: 2em 2em;
    background: rgba(0, 0, 0, 0.52);
    text-align: center;
    margin-top:calc(50% - 40%);
}

.objdetail-block:hover {
    background: rgba(36, 27, 27, 0.4);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.objdetail-block h4 {
    font-size: 1.6em;
    color: #fff;
    margin: 0.5em 0 0.5em 0;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.objdetail-block h5 {
    font-size: 1.4em;
    color: #0f2453;
    margin: 0.5em 0 0.5em 0;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.objdetail-block p {
    font-size: 14px;
    color: #FFF;
    text-align: left;
    padding-left: 3em;
    line-height: 30px;
   
}

.objdetail-grid {
    padding: 0;
}

.left-w3ls {
    border-right: 1px solid #b1b1b1;
}
.advantage-block .fa-people,
.advantage-block .fa-house,
.objdetail-block .fa-house,
.advantage-block .fa-clock-o,
.advantage-block .fa-people-group {
    color: var(--main-color);
    font-size: 45px;
    margin-bottom: 10px;
}

.advantage-block .block2 p i, .objdetail-block .block2 p i {
    color: var(--main-color);
    font-size: 13px;
    margin-right: 10px;
}
.block2 {
    margin-top:20px;
}
.price-list ul {
    padding: 0;
    list-style: none;
}

.price-gd-top {
    text-align: center;
    position: relative;
}

.price-gd-top h4 {
    font-size: 1.1em;
    color: #fff;
    padding: 0.4em 1em;
    background: #0f2453;
    font-weight: 300;
    position: absolute;
    top: 10.6em;
    right: 0;
}

.price-selet h3 {
    padding: 0.2em 0 0 0;
    font-size: 1.7em;
    float: left;
    margin-left: 20px;
}

.price-selet h3 span {
    color: #ef0404;
    font-size: 31px;
    margin-right: 5px;
}
.price-selet h4 {
    padding: 0.4em 0 0 0;
    font-size: 1.2em;
    float: left;

    width:56%;
}
.price-gd-bottom {
    background: #fff;
    text-align: center;
    padding-top:10px;
}

.price-gd-top img {
    height: 300px;
    max-height: 300px;
    width: 100%;
    object-fit: cover;



}

.price-list ul li {
    padding: 0.5em 0;
    font-size: 1.2em;
    color: #fcc600;
    display: inline-block;
}

.price-selet {
    padding: .4em 0;
    text-align: center;
    background: #fff;
}

.price-selet a {
    font-size: 1.1em;
    color: #fff;
    display: block;
}

.price-selet a {
    font-size: 1em;
    font-weight:600;
    color: var(--button-color);
    display: inline-block;
    padding: 0.2em 1.8em;
    background:  var(--button-bg-color);
    text-decoration: none;
    border: 2px solid var(--button-bg-color);
}
.price-select a:hover{
    cursor: pointer;
}
.price-block {
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    margin-bottom:30px;
}

.price-block:hover,
.w3layouts-pricing:hover,
.w3-agileits-vpn-grid:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    z-index: 1;
}

.title-agileits1 {
    text-align: center;
}

.title-agileits1 h3 {
    display: block;
    color: #212121;
    font-size: 2.5em;
    position: relative;
    padding-bottom: .5em;
}

.title-agileits1 h3:before {
    content: '';
    background: #bdbdbd;
    height: 1px;
    width: 23%;
    position: absolute;
    bottom: 0;
    left: 38%;
}

.title-agileits1 h3:after {
    content: '';
    background: #00a4e4;
    height: 4px;
    width: 10%;
    position: absolute;
    bottom: -1px;
    left: 44%;
}

h3.w3l-agile:before,
h2.w3l-agile:before {
    content: '';
    background: #ccc;
    height: 1px;
    width: 15%;
    position: absolute;
    bottom: 0;
    left: 43%;
}

.w3layouts_work_grid_left {
    float: left;
    width: 50%;
    position: relative;
}

.w3layouts_work_grid_left_pos {
    position: absolute;
    top: 18%;
    right: -7%;
    width: 60%;
}

.w3layouts_work_grid_right {
    float: right;
    width: 50%;
    padding: 5em 13em 0 6em;
    margin-top: 5em;
}

.w3layouts_work_grid_left_pos img {
    border: 10px solid #ffffff;
    box-shadow: 0 0 15px rgba(98, 98, 98, 0.32);
    -webkit-box-shadow: 0 0 15px rgba(98, 98, 98, 0.32);
}

.w3layouts_work_grid_right h4 {
    font-size: 1em;
    color: #0f2453;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.w3layouts_work_grid_right h4 i {
    color: var(--main-color)!important;
}

.w3layouts_work_grid_right h5 {
    font-size: 1.5em;
    letter-spacing: 2px;
    text-align: right;
    margin-top: 10px;
    color: #212121;
    line-height: 1.4em;
    text-transform: capitalize;
}

.w3layouts_work_grid_right p {
    margin: 2em 0 0;
    color: #444;
    font-size: 16px;
    line-height: 2.2em;
    letter-spacing: 1px;
}

.w3layouts_work_grid_right p:nth-child(4) {
    color: var(--main-color);
    text-align: right;
    margin-top: 0 !important;
    font-size: 14px;
    line-height: 20px;
}

#portfolio p {
    line-height: 1.8em;
    margin: 25px 0 0 0;
    font-size: 1.1em;
    color: #ffffff;
    font-weight: 300;
}

.gallery-section h3 {
    margin: 0;
    color: #ffffff;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 18px;
}

.gallery-grid {
    padding: 0;
}

.gallery1 {
    position: relative;
}

.gallery1 .textbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: rgba(15, 36, 83, 0.62);
}

.gallery1:hover .textbox {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery-grid img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.textbox {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    text-align: center;
}

.textbox h4 {
    font-size: 1em;
    color: var(--main-color);
    margin-top: 2.5em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

.textbox h3 {
    font-size: 0.8em;
    color: #fff;
    margin-top: 0.5em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.textbox p {
    font-size: 17px !important;
    color: #fff;
    margin: 6px 0 0 0 !important;
    padding: 3px 0;
}

.gallery-grids {
    margin-top: 50px;
}

section.contact-w3ls {
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
}

section.contact-w3ls p.contact-agile1 {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: normal;
    padding-bottom: 10px;
    line-height: 29px;
    color: #fff;
}

section.contact-w3ls p.contact-agile1 strong {
    font-family: 'Federo', sans-serif;
    letter-spacing: 2px;
    color: var(--main-color) !important;
    font-size: 16px;
}

section.contact-w3ls p.contact-agile1 a {
    color: #fff;
}

section.contact-w3ls .contact-agileits,
.contact-w3-agile1 {
    background-color: rgba(0, 0, 0, 0.55);
    padding: 20px 35px;
}

section.contact-w3ls h4 {
    font-size: 35px;
    letter-spacing: 2px;
    font-weight: normal;
    color: #fff;
    padding-bottom: 20px;
    font-family: 'Federo', sans-serif;
    text-align: center;
}

section.contact-w3ls p.contact-agile2 {
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 20px;
    line-height: 30px;
    color: var(--main-color);
    text-align: center;
}

section.contact-w3ls label.contact-p1 {
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #fff;
    padding-bottom: 10px;
    font-family: 'Federo', sans-serif;
}

.form-group {
    margin-bottom: 5px;
}

section.contact-w3ls p.help-block {
    color: #ff0500 !important;
}

section.contact-w3ls input#name,
section.contact-w3ls input#email,
section.contact-w3ls input#phone {
    height: 37px;
}

section.contact-w3ls input#name,
section.contact-w3ls input#email,
section.contact-w3ls input#phone {
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    background-color: transparent;
    border-radius: 0;
    border-color: #fff;
    font-family: 'Lato', sans-serif;
}

section.contact-w3ls button.btn.btn-primary {
    color: var(--main-color);
    background-color: transparent;
    border: 2px solid var(--main-border-color);
    font-size: 17px;
    padding: 10px 20px;
    width: 100%;
    font-family: 'Federo', sans-serif;
    margin: 25px 0 8px;
}

section.contact-w3ls button.btn.btn-primary:hover {
    color: #fff;
    background-color: vr(--main-bg-color);
    border: 2px solid var(--main-border-color);
}

input::-webkit-input-placeholder {
    color: #424242 !important;
}

input:-moz-placeholder {
    color: #424242 !important;
}

input::-moz-placeholder {
    color: #424242 !important;
}

input:-ms-input-placeholder {
    color: #424242 !important;
}

.footer-icons-agileinfo {
    margin-left: 0 !important;
}

.contact-w3-agile1 iframe {
    width: 100%;
    height: 190px;
    margin-top: 1.5em;
    outline: none;
    border: none;
}

.copy {
    text-align: center;
    background: #cfcfcf;
}

.copy p {
    color: #000;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 1em;
}

.copy p a {
    color: var(--main-color);
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.copy p a:hover {
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 30px;
    right: 25px;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/arr.png) no-repeat 0 0;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
@media(max-width:2100px){
    .fewo_detail_buchungsplan .belkal {
        width: 24%;
        height:330px;
        margin-right: 12px !important;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-collapse: inherit !important;
        border-spacing: inherit;
    }
}

@media(max-width:1900px){
    .fewo_detail_buchungsplan .belkal {
         width: 48%;
    height:330px;
        margin-right: 12px !important;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-collapse: inherit !important;
        border-spacing: inherit;
    }
}

@media (max-width: 1600px) {
    .callbacks_tabs {

        top: 50.5%;
        bottom: 40px;
        position: relative;

        height: 0px;
        left: 2%;
    }

.fewo_detail_buchungsplan .belkal {
    width: 48%;
    height:330px;
    margin-right: 12px !important;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-collapse: inherit !important;
    border-spacing: inherit;
}
    .thim-click-to-bottom {
        bottom: 6%;
        left: 49%;
    }
}

@media (max-width: 1440px) {
    .agileits-banner-info {
        padding: 0em 2em;
    }

    .callbacks_tabs {
       top: 50.5%;
        /* bottom: 40px; */
        position: relative;
        bottom: 50px;
        height: 0px;
        left: 2%;
    }

.fewo_detail_buchungsplan .belkal {
    width: 24%;
    height:330px;
    margin-right: 8px !important;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-collapse: inherit !important;
    border-spacing: inherit;
}
    .w3layouts-banner-top,
    .w3layouts-banner-top1,
    .w3layouts-banner-top2,
    .w3layouts-banner-top3,
    .w3layouts-banner-top4,
    .w3layouts-banner-top5,
    .w3layouts-banner-cuxhaven-erleben,
    .w3layouts-banner-impressum,
    .w3layouts-banner-ueber-uns,
    .w3layouts-banner-datenschutz,
    .w3layouts-banner-mietbedingungen,
    .w3layouts-banner-fragen-und-antworten{
        min-height: 640px;

    }

    .thim-click-to-bottom {
        bottom: 11%;
    }

    .fields-w3ls {
        width: 21.5%;
    }
}

@media (max-width: 1366px) {
    .agileits-banner-info h4 {
        font-size: 3.5em;
    }

    .agileits-banner-info {
        margin-top: 12em;
    }

.fewo_detail_buchungsplan .belkal {
    width: 262px;
    margin-right: 8px !important;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-collapse: inherit !important;
    border-spacing: inherit;
}
   .w3layouts-banner-top,
    .w3layouts-banner-top1,
    .w3layouts-banner-top2,
    .w3layouts-banner-top3,
    .w3layouts-banner-top4,
    .w3layouts-banner-top5,
    .w3layouts-banner-cuxhaven-erleben,
    .w3layouts-banner-impressum,
    .w3layouts-banner-ueber-uns,
    .w3layouts-banner-datenschutz ,
    .w3layouts-banner-mietbedingungen,
    .w3layouts-banner-fragen-und-antworten{
        min-height: 700px;

    }

    .callbacks_tabs {
        top: 50.5%;
        position: relative;
        bottom: 40px;
        height: 0px;
        left: 2%;
    }

    .thim-click-to-bottom i {
        height: 53px;
    }

    .book-form-left-w3layouts h2 {
        padding: 61px 0;
        font-size: 23px;
        letter-spacing: 4px;
    }

    .w3layouts_work_grid_right {
        padding: 5em 11em 0 6em;
        margin-top: 4em;
    }

    .contact-w3-agile1 iframe {
        height: 190px;
    }

    ul.resp-tabs-list {
        margin-left: 17em;
    }
}

@media (max-width: 1280px) {
    .col-sm-4 #price-grid {
        align-items: center;
        align-content: center;
        padding-left: 50px;
    }
    .fewo_detail_buchungsplan .belkal {
        width: 24%;
        height:320px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-collapse: inherit !important;
        border-spacing: inherit;
    }
    .price-gd-top h4 {
        /*display: none;*/
    }

    .book-form form input[type="submit"] {
        margin-left: 0.2em;
    }

    .book-form {
        padding: 0 0 0 23px;
    }

    .w3layouts_work_grid_right {
        padding: 5em 11em 0 5em;
        margin-top: 2.5em;
    }

    .textbox h4 {
        font-size: 1.2em;
    }
}

@media (max-width: 1080px) {
    .col-sm-4 #price-grid {
        align-items: center;
        align-content: center;
        padding-left: 50px;
    }

    .price-gd-top h4 {
        display: none;
    }

    #bs-example-navbar-collapse-1 {
        margin-right: 0;
    }

    .unordered_list {
        margin-left: 0;
        text-align: center;
        margin-bottom: 50px;
    }

    #about_footer {
        margin-bottom: 50px;
        text-align: center;
    }

    #contact_us {
        margin-bottom: 50px;
    }

    .navbar-brand {
        font-size: 26px;
        margin-left: 0;
    }

    p.logo_w3l_agile_caption {
        letter-spacing: 5px;
        font-size: 10px;
    }

    .menu__link {
        font-size: .8em;
    }

    .agileits-banner-info h4 {
        font-size: 2.3em;
        letter-spacing: 23px;
        text-shadow: 0 .1rem 1rem rgba(0, 0, 0, .5);
    }

    .agileits-banner-info h3 {
        font-size: 1.2em;
        letter-spacing: 9px;
    }

    .agileits-banner-info p {
        font-size: .9em;
        letter-spacing: 9px;
    }

    .w3layouts-banner-top,
    .w3layouts-banner-top1,
    .w3layouts-banner-top2,
    .w3layouts-banner-top3,
    .w3layouts-banner-top4,
    .w3layouts-banner-top5,
    .w3layouts-banner-cuxhaven-erleben,
    .w3layouts-banner-impressum,
    .w3layouts-banner-ueber-uns,
    .w3layouts-banner-datenschutz,
    .w3layouts-banner-mietbedingungen,
    .w3layouts-banner-fragen-und-antworten {
        min-height: 600px;

    }

    .agileits-banner-info {
        margin-top: 10em;
    }

    .callbacks_tabs {
        left: 2%;
        position: relative;
        bottom: 40px;
        height: 0px;

    }

    .agileits_w3layouts_more a {
        font-size: 13px;
        margin-top: 2.5em;
    }

    .thim-click-to-bottom {
        bottom: 11%;
        left: 48.5%;
    }

    .book-form-left-w3layouts h2 {
        padding: 54px 0;
        font-size: 16px;
    }

    .book-form form input[type="submit"] {
        padding: 0 1.6em;
        height: 125px !important;
        font-size: 14px;
    }

    .book-form p {
        font-size: 12px;
    }

    .fields-w3ls {
        width: 20.5%;
        margin: 1.8em 1em 0 0;
    }

    .book-form {
        height: 125px;
    }

    .contact-w3ls,
    .advantages,
    .objdetail,
    .banner-bottom,
    .plans-section {
        padding: 20px 0;
    }

    .about-wthree {
        padding: 4em 0 21.2em 0;
    }

    .banner-bottom h3 span {
        font-size: 22px !important;
        letter-spacing: 2px;
    }

    .cbp-ig-icon:before {
        font-size: 3em;
    }

    .cbp-ig-grid .cbp-ig-title {
        font-size: .8em;
        letter-spacing: 1px;
    }

    .cbp-ig-grid .cbp-ig-category {
        text-transform: uppercase;
        display: inline-block;
        font-size: .8em;
        letter-spacing: 2px;
    }

    h3.title-w3-agileits {
        font-size: 2.4em;
        margin-bottom: .8em;
    }

    .w3l-slider-img {
        top: 23em;
    }

    .w3ls-info-about h4 {
        font-size: 1.2em;
    }

    .w3ls-info-about {
        left: 48%;
        padding: 2em 3em;
        top: 110%;
    }

    .w3ls-info-about p {
        letter-spacing: 2px;
    }

    .advantage-block p {
        padding-left: 1em;
    }

    .advantage-block .fa-credit-card,
    .advantage-block .fa-clock-o {
        font-size: 40px;
    }

    .advantage-block h4 {
        font-size: 23px;
        letter-spacing: 2px;
    }


    .objdetail-block p {
        padding-left: 1em;
    }

    .objdetail-block .fa-credit-card,
    .objdetail-block .fa-clock-o {
        font-size: 40px;
    }

    .objdetail-block h4 {
        font-size: 23px;
        letter-spacing: 2px;
    }
    .resp-tabs-list li img {
        border-radius: 100%;
        width: 85%;
        margin: 0 auto;
    }

    .resp-tabs-list li {
        padding: 11px 10px;
    }

    ul.resp-tabs-list {
        margin-left: 11.5em;
    }

    .price-grid {
        padding: 0 10px;
    }

    .price-gd-top h4 {
        font-size: 1.3em;
        top: 9.4em;
    }

    .price-selet h3 {
        font-size: 1.5em;
    }

    .price-selet a {
        padding: 0.5em 1.7em;
    }

    .w3layouts_work_grid_left {
        width: 45%;
    }

    .w3layouts_work_grid_right h4 {
        font-size: 15px;
    }

    .w3layouts_work_grid_right {
        padding: 1em 9em 0 1em;
        margin-top: 2.5em;
    }

    .w3layouts_work_grid_right h5 {
        font-size: 1.3em;
    }

    .flex-control-nav {
        top: 23%;
    }

    section.contact-w3ls h4 {
        font-size: 29px;
    }

    section.contact-w3ls label.contact-p1 {
        font-size: 15px;
        padding-bottom: 6px;
    }

    section.contact-w3ls p.contact-agile1 {
        line-height: 25px;
    }

    section.contact-w3ls button.btn.btn-primary {
        padding: 8px 20px;
    }

    .contact-w3-agile1 iframe {
        height: 185px;
    }

    section.contact-w3ls p.contact-agile1 {
        font-size: 13px;
    }

    .textbox h4 {
        font-size: 1em;
    }
}

@media (max-width: 1024px) {
    /*.navbar-brand {
        font-size: 23px;
        letter-spacing: 4px;
    }*/

    p.logo_w3l_agile_caption {
        letter-spacing: 3px;
    }

    .search_form input[type='search'] {
        width: 266px;
    }

    .search_form input[type='submit'] {
        font-size: 12px;
        letter-spacing: 1px;
        padding: 7px 19px;
    }

    .search_box:checked ~ .search_form {
        width: 384px;
    }

    .agileits-banner-info h4 {
        font-size: 2.9em;
        letter-spacing: 20px;
    }

    .agileits-banner-info h3 {
        font-size: 1.1em;
        letter-spacing: 8px;
    }

    .agileits-banner-info p {
        letter-spacing: 9px;
    }

    .w3layouts-banner-top,
    .w3layouts-banner-top1,
    .w3layouts-banner-top2,
    .w3layouts-banner-top3,
    .w3layouts-banner-top4,
    .w3layouts-banner-top5,
    .w3layouts-banner-cuxhaven-erleben,
    .w3layouts-banner-impressum,
    .w3layouts-banner-ueber-uns,
    .w3layouts-banner-datenschutz,
    .w3layouts-banner-mietbedingungen ,
    .w3layouts-banner-fragen-und-antworten{
        min-height: 600px;

    }

    .callbacks_tabs {
        left: 2%;
        top: 50.5%;
    }

    .thim-click-to-bottom {
        bottom: 19%;
    }

    .agileits-banner-info {
        margin-top: 9em;
    }

    .w3layouts_work_grid_right {
        margin-top: 2em;
    }

    .thim-click-to-bottom {
        bottom: 10%;
    }

    .textbox h4 {
        font-size: 1.1em;
    }
}

@media (max-width: 991px) {
    .menu__link {
        font-size: .76em;
    }
         .img5{display:none;}
    .img4{display:none;}
    .img3{display:none;}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    box-shadow: rgba(127, 137, 161, 0.25) 0px 0px 30px;
    margin: 0px;
    padding: 10px 0px;
    background: rgb(255, 255, 255);
    transition: 0.3s;
    border-radius: 4px;
    height: 180px;
}
.navbar .dropdown{
    margin-bottom:10px;
}
    .navbar-nav > li > a {
        padding: 0 1em;
    }

    .navbar-brand {
        font-size: 22px;
    }

    p.logo_w3l_agile_caption {
        letter-spacing: 3px;
    }

    .agileits-banner-info {
        padding: 4em 0;
    }

    .w3layouts-banner-top,
    .w3layouts-banner-top1,
    .w3layouts-banner-top2,
    .w3layouts-banner-top3,
    .w3layouts-banner-top4,
    .w3layouts-banner-top5,
    .w3layouts-banner-cuxhaven-erleben ,
    .w3layouts-banner-impressum ,
    .w3layouts-banner-ueber-uns,
    .w3layouts-banner-datenschutz,
    .w3layouts-banner-mietbedingungen,
    .w3layouts-banner-fragen-und-antworten{
        min-height: 600px;

    }
.fewo-preisrechner .select-wrapper2, .fewo-preisrechner .select-wrapper3{
    position: relative;
  width: 100%;
  background-color: #fff;
  float:left;
}
.fewo-preisrechner {
    background: #f5f5f5;
    padding: 10px;
    margin-top: 4%;
}
    .thim-click-to-bottom {
        bottom: 14%;
    }

    .book-form-left-w3layouts h2 {
        padding: 20px 0;
    }

    .book-form {
        padding: 0 0 0 57px;
    }

    .book-form form input[type="submit"] {
        margin-left: 1.3em;
    }

    .banner-bottom h3 span {
        font-size: 20px !important;
    }

    .banner-bottom h3 {
        font-size: 28px;
        line-height: 2.5em;
    }

    .cbp-ig-grid li:last-child,
    .cbp-ig-grid li:nth-child(3) {
        border-top: 1px solid #cfdbf3;
    }

    .cbp-ig-grid li:nth-child(2) {
        border-right: 1px solid #cfdbf3;
    }

    .w3l-slider-img {
        width: 60%;
        left: 1em;
    }

    .w3ls-info-about {
        left: 32%;
        padding: 1.5em 3em;
        top: 104.5%;
        width: 68%;
        border: 8px solid #000;
    }

    .w3l-slider-img {
        border: 8px solid rgba(255, 255, 255, 0.4);
    }

    .fewo-titel h4{
        font-size:18px;
        min-height:45px;
    }
    .advantage-block {
       padding: 1em 1em;
        background: rgba(0, 0, 0, 0.52);
        text-align: center;
        min-height: 559px;
        margin-top:20px;
    }
    .advantage-grid {
        width: 100%;
        margin: 0 auto;
    }

.objdetail-block {
       padding: 1em 1em;
        background: rgba(0, 0, 0, 0.52);
        text-align: center;
        margin-bottom: 20px;
        margin-top:20px;
    }
    .objdetail-grid {
        width: 100%;
        margin: 0 auto;
    }

    ul.resp-tabs-list {
        margin-left: 5em;
    }

    .price-grid {
        padding: 0 10px;
        width: 41%;
        float: left;
    }

    .price-grid:nth-child(1),
    .price-grid:nth-child(2) {
        margin-bottom: 2em;
    }

    .price-gd-top h4 {
        top: 12.3em;
    }

    h3.title-w3-agileits {
        font-size: 2.3em;
    }

    .w3layouts_work_grid_right {
        margin-top: 1em;
        padding: 1em 6em 0 1em;
    }

    .contact-w3-agile2 {
        padding-left: 0;
    }

    section.contact-w3ls h4 {
        font-size: 25px;
        padding-bottom: 15px;
    }

    section.contact-w3ls .contact-agileits,
    .contact-w3-agile1 {
        padding: 20px 25px;
    }

    section.contact-w3ls p.contact-agile1 strong {
        font-size: 14px;
    }

    section.contact-w3ls p.contact-agile1 {
        font-size: 13px;
    }

    .contact-w3-agile1 iframe {
        height: 175px;
    }

    section.contact-w3ls p.contact-agile1 {
        padding-bottom: 5px;
    }

    .about-wthree {
        padding: 2em 0 16.8em 0;
    }

    .w3ls_banner_bottom_grids {
        margin: 0.2em 0 0;
    }

    .gallery-grid {
        padding: 0;
        float: left;
        width: 33%;
    }

    .textbox h4 {
        margin-top: 3.5em;
    }
}

@media (max-width: 900px) {
    .callbacks_tabs {
        left: 2%;
    }
.fewo-preisrechner .select-wrapper2, .fewo-preisrechner .select-wrapper3{
    position: relative;
  width: 100%;
  background-color: #fff;
  float:left;
}
.home_text, .home_text_black {
    position: absolute;
    width: 100%;
    top: calc(40% - 5%);
}
    .social-icons3 li a {
        height: 25px;
        width: 25px;
        margin-right: .3em;
        font-size: 14px;
        line-height: 26px;
    }

    ul.social-icons3 {
        margin-top: .6em;
    }

    .contact-bnr-w3-agile ul li {
        padding: 4px 14px;
    }

    .book-form {
        padding: 0 0 0 45px;
    }

    .advantage-block h4 {
        font-size: 21px;
    }

    .advantage-block .fa-credit-card,
    .advantage-block .fa-clock-o {
        font-size: 35px;
        margin-bottom: 3px;
    }
.objdetail-block h4 {
        font-size: 21px;
    }

    .objdetail-block .fa-credit-card,
    .objdetail-block .fa-clock-o {
        font-size: 35px;
        margin-bottom: 3px;
    }

    ul.resp-tabs-list {
        margin-left: 4.5em;
    }

    .tpl6 .dmbutton {
        margin: 90px 5px 20px 5px;
    }

    .search_box:checked ~ .search_form {
        top: 43px;
    }

    .w3layouts_work_grid_right p {
        margin: 1em 0 0;
    }

    .form-group {
        margin-bottom: 0;
    }

    section.contact-w3ls button.btn.btn-primary {
        margin: 21px 0 8px;
    }
}

@media (max-width: 800px) {
    .w3ls_banner_searchform {
    margin-left: calc(50% - 150px);
}
.home_text, .home_text_black {
    position: absolute;
    width: 100%;
    top: calc(40% - 5%);
}
.w3ls_banner_searchform #period, .w3ls_banner_searchform #personen{

    width:100%;
    margin: 0;

}
.w3ls_banner_searchform .btn-suchen {
    margin-left:0;
}
.w3ls_banner_searchform .select-wrapper1 {
    width: 300px;
    margin-bottom: 5px;
}
 .w3ls_banner_searchform .select-wrapper2{
    width: 300px;
    margin-bottom: 5px;
}
.fewo-preisrechner .select-wrapper2 {

    margin-bottom: 5px;
}
 .w3ls_banner_searchform .select-wrapper3 {
    width: 300px;
    margin-bottom: 5px;
}
.w3ls_banner_searchform .select-wrapper4 {
    width: 300px;
}
.w3ls_banner_searchform #region, .w3ls_banner_searchform #period,.w3ls_banner_searchform #personen, .w3ls_banner_searchform .btn-suchen {

    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
    .agileits-banner-info h4 {
        font-size: 2.5em;
        letter-spacing: 18px;
    }

    .agileits-banner-info p {
        letter-spacing: 6px;
        font-size: .8em;
    }

    .agileits-banner-info {
        margin-top: 3.5em;
    }

    .agileits_w3layouts_more a {
        font-size: 12px;
        margin-top: 2em;
        padding: 6px 20px;
    }

    .w3layouts-banner-top,
    .w3layouts-banner-top1,
    .w3layouts-banner-top2,
    .w3layouts-banner-top3,
    .w3layouts-banner-top4,
    .w3layouts-banner-top5,
    .w3layouts-banner-cuxhaven-erleben ,
    .w3layouts-banner-impressum ,
    .w3layouts-banner-ueber-uns,
    .w3layouts-banner-datenschutz,
    .w3layouts-banner-mietbedingungen,
    .w3layouts-banner-fragen-und-antworten{
        min-height: 373px;

    }

    .callbacks_tabs {
        left: 2%;
        top: 51.5%;
    }

    .thim-click-to-bottom i {
        height: 40px;
        width: 25px;
        line-height: 39px;
        font-size: 15px;
    }

    .thim-click-to-bottom {
        bottom: 10%;
    }

    .book-form-left-w3layouts h2 {
        padding: 15px 0;
        font-size: 15px;
    }

    .book-form {
        padding: 0 0 0 25px;
    }

    .book-form form input[type="submit"] {
        margin-left: .3em;
    }

    .banner-bottom h3 span {
        font-size: 19px !important;
    }

    .tpl6 .dmbutton {
        margin: 78px 5px 20px 5px;
    }

    .w3layouts_work_grid_right p {
        font-size: 15px;
        line-height: 1.8em;
        letter-spacing: 1px;
    }

    .w3layouts_work_grid_right h4 {
        font-size: 13px;
        letter-spacing: 1px;
    }

    .w3layouts_work_grid_right {
        margin-top: 0.5em;
    }

    .w3layouts_work_grid_right h5 {
        font-size: 1.2em;
    }

    .flex-control-nav {
        top: 10%;
    }

    h3.title-w3-agileits {
        font-size: 28px;
    }

    .textbox h4 {
        margin-top: 4em;
        font-size: 1.2em;
    }
}
@media(max-width:900px){
    .fewo_detail_buchungsplan .belkal {
    width: 47%;
    margin-right: 8px!important;
    margin-bottom: 10px;
    border: 1px solid #ccc; border-collapse: inherit !important; border-spacing: inherit;
   }
}

@media (max-width: 768px) {
    .book-form form input[type="submit"] {
        font-size: 13px;
    }


}
   .fewo_detail_buchungsplan .belkal {
    width: 24%;
    margin-bottom: 10px;
    border: 1px solid #ccc; border-collapse: inherit !important; border-spacing: inherit;

   }

    .objtitel {
    font-size: 26px;
    color: #000000;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Federo', sans-serif;
    margin-left: 5px;
    }
    .banner-bottom h3 span {
        font-size: 16px !important;
    }

    .banner-bottom h3 {
        font-size: 1.6em;
    letter-spacing: 2px;
    }

    .w3_grid_effect {
        padding: 1.5em;
        height: 175px;
    }

    .cbp-ig-icon:before {
        font-size: 2.5em;
    }

    .cbp-ig-grid .cbp-ig-title {
        font-size: .8em;
    }

    p.about-para-w3ls {
        font-size: 15px;
    }

    .w3l-slider-img {
        top: 20.5em;
    }

    .w3ls-info-about h4 {
        font-size: 1.1em;
    }

    .w3ls-info-about p {
        font-size: 0.8em;
    }

    .w3ls-info-about {
        left: 36%;
        top: 105.5%;
        width: 64%;
    }

    .advantage-block h4 {
        font-size: 19px;
        margin: 0.8em 0 0.8em 0;
    }

    .advantage-block p {
        font-size: 15px;
        line-height: 33px;
    }
.objdetail-block h4 {
        font-size: 19px;
        margin: 0.8em 0 0.8em 0;
    }

    .objdetail-block p {
        font-size: 16px;
        line-height: 33px;
    }

    .resp-accordion img {
        border-radius: 50%;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
        -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
        -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    }

    h2.resp-accordion:first-child,
    h2.resp-accordion {
        border: none !important;
    }

    .w3layouts_work_grid_left_pos img {
        border: 7px solid #ffffff;
    }

    .w3layouts_work_grid_right p {
        font-size: 15px;
        line-height: 2em;
    }

    .flex-control-paging li a {
        font-size: 13px;
    }

    h3.title-w3-agileits {
        font-size: 1.6em;
        letter-spacing: 2px;
    }

    .w3layouts_work_grid_right h5 {
        font-size: 1.1em;
    }

    .contact-w3ls,
    .advantages,
    .objdetail,
    .banner-bottom,
    .plans-section {
        padding: 10px 0;
    }

    .about-wthree {
        padding: 4em 0 15.9em 0;
    }

    .about-wthree {
        padding: 2em 0 13.9em 0;
    }


@media (max-width: 767px) {
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000;
    }
    .left-w3ls {
        border-right: none;
    }
    .home_text, .home_text_black {
    position: absolute;
    width: 100%;
    top: calc(40% - 5%);
}
    .mobile {
        display:none;
    }
    .checkmobile{
    padding-right: 15px;
    padding-left: 15px;
}
    .nav-image{
        background-color: #ffffff;
        padding: 10px;
        border: 1px solid var(--main-border-color);
        width: 220px;
        position: absolute;
        z-index: 9999;
        left: 30px;
        top:50px;
    }
    .nav-image img{
        width:200px;
    }

    .navbar-default .navbar-toggle {
        border-color: var(--main-color);
        margin-top: 3px !important;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
    }

    .nav > li > a {
        display: inline-block;
    }

    .navbar-collapse {
        box-shadow: none;
    }

    .menu__list {
        margin: 0;
        padding: 1em 0;
        background: #ebebeb;
        text-align: center;
    }

    .menu--iris .menu__item {
        margin: 0 0 1em;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #1f7f9a;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 15px 10px 25px;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
        position: absolute;
        width: 100%;
        background: #a5a5a5;
        z-index: 999;
    }

    .navbar-toggle {
        margin: .8em 0 0;
    }

    .navbar-nav > li > a {
        padding: 0 3em;
    }

    .nav-tabs {
        margin: 2em 0;
    }

    .w3_tab_img_left {
        padding: 0 5px;
        width: 50%;
        float: left;
    }

    .navbar-toggle {
        margin: 0 0 0;
        border-radius: 0;
        padding: 10px 10px;
    }

    .thim-click-to-bottom {
        left: 48%;
    }

    .price-gd-top h4 {
        top: 13.3em;
        font-size: 1.2em;
    }

    .price-selet a {
        padding: 0.3em 1.7em;
    }

    .price-gd-bottom {
        padding: 1.3em 0 1em;
    }

    .price-selet {
        padding: .5em 0;
    }

    .price-selet h3 {
        padding: 0 0 0 0;
    }

    .modal-dialog {
        width: 95%;
        margin: 2.5em auto 0;
    }

    .contact-w3-agile2 {
        padding: 0;
        margin-bottom: 1em !important;
    }

    .contact-w3-agile2,
    .contact-w3-agile1 {
        width: 80%;
        margin: 0 auto;
    }

    section.contact-w3ls p.contact-agile2 {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .contact-w3-agile1 iframe {
        height: 200px;
    }
}

@media (max-width: 736px) {
    .agileits-banner-info h4 {
        font-size: 2.1em;
        letter-spacing: 14px;
    }

    .agileits-banner-info h3 {
        font-size: 15px;
        letter-spacing: 6px;
    }

    .agileits-banner-info {
        padding: 2.5em 0;
    }

    .w3layouts-banner-top,
    .w3layouts-banner-top1,
    .w3layouts-banner-top2,
    .w3layouts-banner-top3,
    .w3layouts-banner-top4,
    .w3layouts-banner-top5,
    .w3layouts-banner-cuxhaven-erleben ,
    .w3layouts-banner-impressum,
    .w3layouts-banner-ueber-uns,
    .w3layouts-banner-datenschutz,
    .w3layouts-banner-mietbedingungen ,
    .w3layouts-banner-fragen-und-antworten{
        min-height: 600px;

    }

    .callbacks_tabs {
        left: 2%;
        top: 46.5%;
    }

    .book-form-left-w3layouts h2 {
        padding: 12px 0;
        font-size: 14px;
    }

    .banner-bottom h3 span {
        font-size: 15px !important;
    }

    .banner-bottom h3 {
        font-size: 12px;
    }

    .w3ls_banner_bottom_grids {
        margin: 0.5em 0 0;
    }

    .w3ls-info-about {
        left: 39%;
        top: 104.5%;
        width: 60%;
        border: 7px solid #000;
        padding: 1em 2em;
    }

    .w3ls-info-about h4 {
        font-size: 1.05em;
    }

    .about-wthree {
        padding: 4em 0 14em 0;
    }

    .dmbutton {
        padding: 9px 13px;
    }

    a.dmbutton i {
        font-size: 15px;
    }

    .viewbox-button-next {
        right: -33px;
    }

    .viewbox-button-prev {
        left: -33px;
    }

    .viewbox-button-close {
        width: 45px;
        height: 45px;
    }

    .price-grid {
        width: 43%;
        margin: 0 1.5em;
    }

    .w3layouts_work_grid_left {
        width: 70%;
        float: none;
        margin: 0 auto;
    }

    .w3layouts_work_grid_right {
        float: none;
        width: 100%;
        margin-top: 0;
        padding: 2em 7em 0;
    }

    .flex-control-nav {
        top: 17%;
    }

    .textbox h4 {
        font-size: 1.1em;
        letter-spacing: 3px;
    }
}

@media (max-width: 667px) {
    .book-form p {
        font-size: 11px;
    }

.home_text, .home_text_black{
    position: absolute;
    width:100%;
    top: calc(30% - 5%);
}
    .fields-w3ls {
        width: 20.5%;
        margin: 1.8em .5em 0 0;
    }

    .book-form input[type="text"],
    .book-form input[type="date"],
    .book-form input[type="time"],
    .book-form input[type="email"],
    .book-form .form-control {
        font-size: 0.8em;
    }

    .book-form select.form-control {
        height: 35px;
    }

    .book-form form input[type="submit"] {
        font-size: 12px;
    }

    .fields-w3ls {
        width: 20.5%;
        margin: 1.2em .3em 0 0;
    }

    .book-form form input[type="submit"] {
        margin-left: .6em;
        height: 111px !important;
    }

    .w3l-slider-img {
        top: 23.5em;
        border: 6px solid rgba(255, 255, 255, 0.4);
        width: 50%;
    }

    .w3ls-info-about {
        left: 33%;
        width: 67%;
    }

    .viewbox-button-next {
        right: 18px;
    }

    .viewbox-button-prev {
        left: 18px;
    }

    .viewbox-button-next,
    .viewbox-button-prev {
        top: 54%;
        width: 90px;
        height: 90px;
    }

    .viewbox-body {
        top: 52%;
    }

    .tpl6 .dmbutton {
        margin: 67px 5px 20px 5px;
    }

    .price-grid {
        width: 48%;
        margin: 0 .3em;
    }

    .flex-control-nav {
        top: 14%;
    }

    .book-form {
        height: 111px;
    }

    .textbox h4 {
        margin-top: 3em;
    }
}

@media (max-width: 640px) {
    .agileits-banner-info h4 {
        font-size: 2em;
        letter-spacing: 12px;
    }

    .agileits-banner-info h3 {
        font-size: 13px;
    }

    .agileits-banner-info p {
        letter-spacing: 6px;
        font-size: .7em;
    }

    .agileits_w3layouts_more a {
        font-size: 11px;
        margin-top: 1.3em;
        padding: 5px 15px;
    }

    .callbacks_tabs a:after {
        height: 9px;
        width: 9px;
    }

    .callbacks_tabs li {
        margin: 0 5px;
    }

    .callbacks_tabs {
        top: 49.5%;
    }

    .w3layouts-banner-top,
    .w3layouts-banner-top1,
    .w3layouts-banner-top2,
    .w3layouts-banner-top3,
    .w3layouts-banner-top4,
    .w3layouts-banner-top5,
    .w3layouts-banner-cuxhaven-erleben ,
    .w3layouts-banner-impressum,
    .w3layouts-banner-ueber-uns,
    .w3layouts-banner-datenschutz,
    .w3layouts-banner-mietbedingungen,
    .w3layouts-banner-fragen-und-antworten {
        min-height: 340px;

    }

    .agileits-banner-info {
        margin-top: 4em;
    }

    .thim-click-to-bottom {
        bottom: 6%;
    }

    .contact-bnr-w3-agile ul li i {
        font-size: 15px;
        margin-right: 9px;
    }

    .contact-bnr-w3-agile ul li {
        padding: 10px 9px;
    }

    .modal-content h4 {
        font-size: 22px;
    }

    .modal-content h5 {
        font-size: 20px;
    }

    .modal-content p {
        font-size: 14px;
        line-height: 28px;
    }

    .contact-w3ls,
    .advantages,
    .objdetail,
    .banner-bottom,
    .plans-section {
        padding: 20px 0;
    }

    .about-wthree {
        padding: 3em 0 13.5em 0;
    }

    .w3ls-info-about h4 {
        font-size: 1em;
    }

    .w3ls-info-about {
        padding: 1em 1.9em;
    }

    h3.title-w3-agileits {
        font-size: 1.8em;
    }

    .advantage-block h4 {
        font-size: 18px;
    }
 .objdetail-block h4 {
        font-size: 18px;
    }
    .tpl6 .dmbutton {
        margin: 62px 5px 20px 5px;
    }

    .price-gd-top h4 {
        top: 12.8em;
    }
}

@media (max-width: 600px) {
    .thim-click-to-bottom {
        bottom: 5%;
    }

    .book-form-left-w3layouts h2 {
        padding: 10px 0;
        font-size: 12px;
    }

    .fields-w3ls {
        width: 19.5%;
    }

    .book-form p {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .book-form {
        height: 106px;
    }

    .book-form form input[type="submit"] {
        height: 106px !important;
    }

    .banner-bottom h3 span {
        font-size: 14px !important;
        letter-spacing: 1px;
    }

    .w3l-slider-img {
        top: 18.5em;
        width: 48%;
    }

    .w3ls-info-about {
        left: 27%;
        width: 73%;
    }

    .about-wthree {
        padding: 2.6em 0 11.4em 0;
    }

    .advantage-block {
        padding: 1.5em 1em;
    }
  .objdetail-block {
        padding: 1.5em 1em;
    }
    .tpl6 .dmbutton {
        margin: 96px 5px 20px 5px;
    }

    .price-gd-top h4 {
        top: 11.8em;
    }

    .w3layouts_work_grid_left {
        width: 80%;
    }

    .w3layouts_work_grid_right {
        padding: 2em 4em 0;
    }

    section.contact-w3ls h4 {
        font-size: 23px;
    }

    section.contact-w3ls p.contact-agile2 {
        line-height: 15px;
    }

    .textbox h4 {
        margin-top: 5em;
        font-size: 1em;
    }

    .gallery-grid {
        padding: 0;
        float: left;
        width: 50%;
    }

    .textbox h4 {
        margin-top: 3.8em;
    }
}

@media (max-width: 568px) {
    .callbacks_tabs {
        left: 2%;
    }
.fewo_kurztext {
    min-height: 100px;
    max-height: 100px;
}
.piktogramme p{
    font-size:14px;
    font-weight:500;
    margin-left:5px;
    float:left;
    margin-top:6px;
}
.piktogramme img{
    width:36px;
    float:left;
    padding: 2px;
    border: 2px solid var(--main-border-color);
    margin-left:2px;
}
.mails{
    display:none !important;
}
    .thim-click-to-bottom i {
        height: 33px;
        width: 20px;
        line-height: 32px;
        font-size: 13px;
    }

    .fields-w3ls {
        width: 67%;
        margin: 0 auto 0;
        float: none;
    }

    .book-form {
        height: 285px;
        padding: 1.5em 0 0 0;
    }

    .book-form form input[type="submit"] {
        height: 40px !important;
        margin: 1em 0 0 14.5em;
    }

    .banner-bottom h3 {
        font-size: 16px;
    }

    #ui-datepicker-div {
        width: 215px;
    }
    .ui.search>.prompt {
        width: 400px!important;
    }

    .w3ls-info-about {
        left: 19.8%;
        width: 80%;
    }

    .advantage-grid {
        width: 100%;
    }
.objdetail-grid {
        width: 100%;
    }
    .tpl6 .dmbutton {
        margin: 89px 5px 20px 5px;
    }

    .price-grid {
        width: 100%;
        margin: 0 auto;
    }

    .priceing-table-main {
        width: 100%;
        margin: 0 auto;
    }

    .price-grid:nth-child(1),
    .price-grid:nth-child(2),
    .price-grid:nth-child(3) {
        margin-bottom: 1.5em;
    }

    .copy p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .banner-top .social-bnr-agileits {
        text-align: center;
        margin: 0 0;
    }
    #objektdetail .fewo-ausst-group {
    width: auto; 
    }
    .control-pagination button {
    font-size: 16px;
    padding: 0px 8px;
    line-height: 28px;
    height: 28px;
    font-weight: 400;
    color: #000000;
}
.fewo-saisonzeiten .fewo-head-zeitraum, .fewo-saisonzeiten .fewo-head-mintage, .fewo-saisonzeiten .fewo-head-preis, .fewo-saisonzeiten .fewo-head-neben, .fewo-saisonzeiten .fewo-head-bpers {
    font-size: 14px;
}
.fewo-saisonzeiten .fewo-head-zeitraum:before,.fewo-saisonzeiten .fewo-head-bpers:before ,.fewo-saisonzeiten .fewo-head-mintage:before ,.fewo-saisonzeiten .fewo-head-preis:before {
    content: "\f073";
    color: var(--icon-color);
    font-size: 16px;
    margin-right: 2px;
    display: inline-block;
    font-family: FontAwesome, sans-serif;
}


.objtitel{
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Federo', sans-serif;
    margin-left:5px;
}
    .home_text, .home_text_black{
        position: absolute;
        top: calc(33% - 10%);
    }
     .home_text_black h1{
        font-size: 20px;
        color:#fff;
        position: absolute;
        width:100%;
    }
    .search_form {
        top: 89px;
    }
.home_text h1, .home_text h2 {
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px 5px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 16px;
    font-size: 20px;
}
    .search_box:checked ~ .search_form {
        top: 87px;
    }

    .contact-bnr-w3-agile ul li {
        padding: 4px 20px;
    }

    .navbar-brand {
        font-size: 20px;
    }

    p.logo_w3l_agile_caption {
        letter-spacing: 2px;
        line-height: 17px;
    }

    .navbar-toggle .icon-bar {
        width: 19px;
    }

    .navbar-default .navbar-toggle {
        margin-top: 5px !important;
        padding: 7px 8px;
    }

    nav.navbar.navbar-default {
        padding: 1em 0 1.1em 0;
    }

    .agileits-banner-info h4 {
        font-size: 1.5em;
        letter-spacing: 5px;
    }

    .agileits-banner-info p {
        margin: .5em auto;
        letter-spacing: 4px;
    }

    .agileits-banner-info {
        padding: 2em 0;
    }

    .w3layouts-banner-top,
    .w3layouts-banner-top1,
    .w3layouts-banner-top2,
    .w3layouts-banner-top3,
    .w3layouts-banner-top4,
    .w3layouts-banner-top5,
    .w3layouts-banner-cuxhaven-erleben ,
    .w3layouts-banner-impressum,
    .w3layouts-banner-ueber-uns,
    .w3layouts-banner-datenschutz,
    .w3layouts-banner-mietbedingungen,
    .w3layouts-banner-fragen-und-antworten {
        min-height: 300px;

    }

    .callbacks_tabs {
        top: 46.5%;
        left: 2%;
    }

    .thim-click-to-bottom {
        left: 47.5%;
    }

    .book-form form input[type="submit"] {
        margin: .9em 0 0 11em;
    }

    .banner-bottom h3 {
        letter-spacing: 2px;
    }

    .cbp-ig-grid .cbp-ig-title {
        font-size: .7em;
    }

    .cbp-ig-grid .cbp-ig-category {
        font-size: .75em;
    }

    p.about-para-w3ls {
        font-size: 14px;
    }

    .w3ls-info-about {
        left: 0;
        width: 100%;
        top: 108.5%;
    }

    .about-wthree {
        padding: 2.6em 0 12em 0;
    }

    .advantage-block p {
        font-size: 14px;
        line-height: 30px;
    }
 .objdetail-block p {
        font-size: 14px;
        line-height: 30px;
    }
    .tpl6 .dmbutton {
        margin: 70px 5px 20px 5px;
    }

    .viewbox-button-next,
    .viewbox-button-prev {
        top: 58%;
    }

    .priceing-table-main {
        width: 61%;
    }

    .price-gd-top h4 {
        top: 12.8em;
        font-size: 1.1em;
    }

    .price-selet h3 {
        font-size: 1.3em;
    }

    .price-selet h3 span {
        font-size: 27px;
    }

    .price-selet a {
        padding: 0.2em 1.5em;
    }

    .flex-control-nav li {
        margin: 9px 0;
    }

    .flex-control-nav {
        top: 13%;
    }

    h3.title-w3-agileits {
        font-size: 1.6em;
    }

    .w3layouts_work_grid_right p {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 30px;
    }

    .w3layouts_work_grid_right h4 {
        font-size: 12px;
    }

    section.contact-w3ls input#name,
    section.contact-w3ls input#email,
    section.contact-w3ls input#phone {
        height: 30px;
    }

    section.contact-w3ls button.btn.btn-primary {
        padding: 5px 20px;
    }

    section.contact-w3ls label.contact-p1 {
        font-size: 14px;
        padding-bottom: 2px;
    }

    .contact-w3-agile2,
    .contact-w3-agile1 {
        width: 100%;
    }

    .copy p {
        font-size: 13px;
        line-height: 29px;
        padding: 10px 20px;
    }
}

@media (max-width: 414px) {
    .contact-bnr-w3-agile ul li {
        padding: 10px 9px;
    }
    .fewo_detail_buchungsplan .belkal {
    width: 220px;
    margin-right: 8px!important;
    margin-bottom: 10px;
    border: 1px solid #ccc; border-collapse: inherit !important; border-spacing: inherit;
    margin-left: calc(50% - 110px);

   }
    .agileits-banner-info p {
        letter-spacing: 3px;
    }

    .callbacks_tabs {
        left: 2%;
    }
#objektdetail .fewo-rating-text {
    margin: 0;
    font-size: 17px;
    font-family: 'Federo', sans-serif;
    font-weight: 600;
    line-height: 32px;
}

    .thim-click-to-bottom {
        bottom: 6%;
    }

    .agileits-banner-info {
        padding: 3em 0;
    }

    .book-form form input[type="submit"] {
        margin: .9em 0 0 8.5em;
    }

    .cbp-ig-grid li {
        width: 100%;
    }

    .cbp-ig-grid li:last-child {
        border-right: none;
    }

    .cbp-ig-grid li {
        border-left: none;
    }

    .cbp-ig-grid li:nth-child(2) {
        border-top: 1px solid #cfdbf3;
        border-right: none;
    }

    .w3l-slider-img {
        top: 19.5em;
        width: 70%;
        left: 3.4em;
    }

    .w3ls-info-about {
        top: 132.5%;
        padding: 1em 1em;
    }

    .about-wthree {
        padding: 2.6em 0 19em 0;
    }

    .advantage-block {
        padding: 1.5em .8em;
    }
 .objdetail-block {
        padding: 1.5em .8em;
    }
    .tpl6 .dmbutton {
        margin: 131px 5px 20px 5px;
    }

    .viewbox-button-next {
        right: 2px;
    }

    .viewbox-button-prev {
        left: 2px;
    }

    .priceing-table-main {
        width: 72%;
    }

    .flex-control-nav {
        top: 9%;
        right: 2.5%;
    }

    .w3layouts_work_grid_right {
        padding: 2em 2.5em 0;
    }

    .w3layouts_work_grid_right h5 {
        font-size: 1em;
        letter-spacing: 2px;
    }

    .w3layouts_work_grid_right p:nth-child(4) {
        font-size: 13px;
        letter-spacing: 1px;
    }

    .copy p {
        padding: 10px 21px;
    }

    .contact-bnr-w3-agile ul li {
        /*width: 100%;*/
        float: none;
        text-align: center;
    }

    .search_box:checked ~ .search_form {
        width: 396px;
        padding: 10px 15px;
    }

    .contact-bnr-w3-agile {
        float: none;
    }

    .contact-bnr-w3-agile ul li {
        padding-bottom: 3px;
    }

    .search_box:checked ~ .search_form {
        top: 151px;
    }

    .search_form {
        top: 152px;
    }

    .banner-top .social-bnr-agileits {
        margin: 0px ;
    }

    .textbox h4 {
        margin-top: 3.1em;
        font-size: .9em;
    }
}

@media (max-width: 384px) {
    .agileits-banner-info h3 {
        letter-spacing: 5px;
    }

    .agileits-banner-info p {
        letter-spacing: 2px;
    }

    .callbacks_tabs li {
        margin: 0 4px;
    }

    .search_box:checked ~ .search_form {
        width: 365px;
    }

    .search_form input[type='search'] {
        width: 250px;
    }

    .search_form input[type='submit'] {
        padding: 6px 12px;
    }

    .book-form form input[type="submit"] {
        margin: .9em 0 0 7.3em;
    }

    .cbp-ig-grid .cbp-ig-title {
        font-size: .9em;
    }

    .cbp-ig-grid .cbp-ig-category {
        font-size: .95em;
    }

    .callbacks_tabs {
        top: 44.5%;

    }

    .fields-w3ls {
        width: 75%;
    }

    .w3ls-info-about {
        top: 120.5%;
    }

    .w3ls-info-about p {
        line-height: 1.8em;
        padding: 7px 0;
    }

    .advantage-block p {
        line-height: 28px;
    }
.objdetail-block p {
        line-height: 28px;
    }
    .priceing-table-main {
        width: 78%;
    }

    h3.title-w3-agileits {
        font-size: 1.5em;
    }

    .w3layouts_work_grid_left_pos {
        top: 14%;
        width: 65%;
    }

    .flex-control-nav {
        top: 7%;
    }

    .advantage-block h4 {
        font-size: 16px;
    }
     .objdetail-block h4 {
        font-size: 16px;
    }
}

@media (max-width: 375px) {

    .contact-w3ls,
    .advantages,
    .objdetail,
    .banner-bottom,
    .plans-section {
        padding: 20px 0;
    }

    .about-wthree {
        padding: 2.2em 0 18em 0;
    }

    .tpl6 .dmbutton {
        margin: 116px 5px 20px 5px;
    }

    .priceing-table-main {
        width: 80%;
    }

    .search_box:checked ~ .search_form {
        width: 357px;
        padding: 10px 10px;
    }

    .navbar-brand {
        font-size: 18px;
    }

    p.logo_w3l_agile_caption {
        letter-spacing: 2px;
        line-height: 14px;
    }

    .agileits-banner-info {
        margin-top: 1.2em;
    }

    .callbacks_tabs {
        top: 41.5%;
    }

    .advantage-block {
        padding: 1.2em .8em;
    }
.objdetail-block {
        padding: 1.2em .8em;
    }
    .viewbox-button-next,
    .viewbox-button-prev {
        top: 60%;
        width: 80px;
        height: 80px;
    }

    .flex-control-nav li {
        margin: 8px 0;
    }
}

@media (max-width: 320px) {
    .search_form input[type='search'] {
        width: 190px;
    }

    .search_box:checked ~ .search_form {
        width: 303px;
    }

    .agileits-banner-info h4 {
        font-size: 1.3em;
        letter-spacing: 8px;
    }

    .agileits-banner-info h3 {
        letter-spacing: 3px;
        font-size: 12px;
    }

    .agileits-banner-info p {
        letter-spacing: 0;
    }

    .agileits_w3layouts_more a {
        margin-top: 1.1em;
    }

    .callbacks_tabs {
        left: 36.4%;
    }

    .w3layouts-banner-top,
    .w3layouts-banner-top1,
    .w3layouts-banner-top2,
    .w3layouts-banner-top3,
    .w3layouts-banner-top4,
    .w3layouts-banner-top5,
    .w3layouts-banner-cuxhaven-erleben ,
    .w3layouts-banner-impressum ,
    .w3layouts-banner-ueber-uns,
    .w3layouts-banner-datenschutz,
    .w3layouts-banner-mietbedingungen,
    .w3layouts-banner-fragen-und-antworten
    {
        min-height: 230px;

    }

    .thim-click-to-bottom {
        bottom: 5%;
    }

    .book-form form input[type="submit"] {
        margin: .9em 0 0 4.6em;
    }

    .banner-bottom h3 span {
        font-size: 13px !important;
    }

    .w3l-slider-img {
        top: 21.5em;
        width: 76%;
        left: 2em;
    }

    .advantage-block p {
        padding-left: 0.5em;
    }

    .advantage-grid {
        width: 95%;
    }
.objdetail-block p {
        padding-left: 0.5em;
    }

    .objdetail-grid {
        width: 95%;
    }

    .resp-tab-content {
        padding: 20px;
    }

    .tpl6 .dmbutton {
        margin: 99px 5px 20px 5px;
    }

    .priceing-table-main {
        width: 90%;
    }

    .price-gd-top h4 {
        top: 12.5em;
        font-size: 1.05em;
    }

    h3.title-w3-agileits {
        font-size: 1.4em;
        line-height: 33px;
    }

    .w3layouts_work_grid_right {
        padding: 2em 1.9em 0;
    }

    .w3layouts_work_grid_left {
        width: 85%;
    }

    .w3layouts_work_grid_left_pos {
        top: 10%;
        width: 72%;
    }

    .flex-control-nav {
        top: 5%;
        right: 0;
    }

    section.contact-w3ls h4 {
        font-size: 21px;
    }

    section.contact-w3ls p.contact-agile2 {
        font-size: 13px;
    }

    section.contact-w3ls .contact-agileits,
    .contact-w3-agile1 {
        padding: 15px 17px;
    }

    .gallery-grid {
        padding: 0;
        float: left;
        width: 100%;
    }

    .textbox h4 {
        margin-top: 5.5em;
    }
}