:root {
  --green1: #139900;
  --green2: #0d6800;
  --orange1: #ffc201;
  --orange2: #C99901;
  --schwarz: #000000;
  --weiss: #ffffff;
  --braun1: #c29257;
  --braun2: #8f693b;

}
@font-face {
    font-family: 'Semmel';
    src: url('fonts/maven_pro_regular-webfont.woff') format('woff'),
    url('fonts/maven_pro_regular-webfont.ttf') format('truetype'),
    url('fonts/maven_pro_regular-webfont.eot') format('eot'),
    url('fonts/maven_pro_regular-webfont.svg') format('svg');
}
body { 
background-image: url(../images/background.jpg);/* der Pfad zum Bild */
background-repeat: repeat; 			/* das Bild wird in beide Richtungen wiederholt */
background-color:#2a3024; 			/* am unteren Rand des Bildes erscheint nicht mehr das Bild, sondern die hier gewählte Hintergrundfarbe */
font-family: Semmel;
font-size:14px;
line-height:135%; }
#wrap {
    width: 960px;
    max-width: 100%;
    min-height:650px;
    margin: 0 auto ;
}

.contact_Meldung{
  color: var(--orange1);
  font-weight: bold;
  font-size:18px;
  font-family: Semmel;
}

.modal-open { 
    overflow: hidden;
    -webkit-overflow-scrolling: auto; /* stop scrolling immediately */
}

.jb.cookie {
  z-index:10000000;
}

/*Booking Smoobo Appartment Tool*/

.bookingHaus {
    display: table;
    padding: 20px;
    border: 1px solid var(--green1);
    border-radius: 7px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.bookingHaus img {
    float: left;
}

.bookingHaus haus {
    font-size:18px;
    line-height: 18px;
    color: var(--green1);
    font-weight: bold;
}

.bookingHaus .suchButton {
    display: block;
    text-align: right;
    width: 100%;
}

.bookingHaus .suchButton p {
    margin-top: 12%;
    text-align: right;
    font-size: 18px;
}

.bookingHaus .suchButton button {
  width: 191px;
  padding: 15px;
  font-size: 16px;
  border-radius: 3px;
}

.bookingHaus .suchButton button a, .bookingHaus .suchButton button a:hover {
    text-decoration: none;
    color: black;
}

.bookingHaus .suchButton button:hover{
  background: linear-gradient(var(--orange2), var(--orange1));
  color: var(--schwarz);
  border-radius: 3px;
}



.fehler {
    padding: 25px 0 10px 10px;
    display: block;
    color: red;
    font-size: 18pt;
    font-weight: bold;
    line-height: 20pt;
}

.smoobu_ext {
    width: 100%;
    border: none;
    height:  3305px !important;
    border: 1px solid var(--green1);
    border-radius: 10px;
    margin-top:15px;
}

iframe #check-availability-container {
    visibility: hidden !important;
}

/*Ladebalken*/
.loader {
  border: 6px solid #f3f3f3; /* Light grey */
  border-top: 6px solid var(--green1); /* Green */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  margin: 15px 45% 0 45%;

}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

 @media screen and (max-width : 1129px){ /*MOBILE*/
 
 
 

   .ToTop button, .ToTop button:hover {
  display: none;
  position: fixed;
  bottom: 60px;
  right: -2px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background: none;
  opacity: 0.5;
  color: white;
  cursor: pointer;
  padding: 2px 3px 1px 3px;;
  border-radius: 90%;
}
   
   .modal-content embed, .modal-c2 embed{
    height: 420px;
   /* max-height: ;*/
   }
   .sidebooking {
    width: 89%;
   }
   
   .sidebooking button {
    position: fixed;
    display: center;
   	color: var(--weiss);
    font-weight: bold;  
    letter-spacing: 2px;
    background: linear-gradient(var(--green1), var(--green2)); /* Green */
    font-size:26px;
    bottom: 0%;
    padding: 20px;
    border-radius: 7px;
    width: 960px;
    max-width: 100%;
    text-align: center;
    z-index: 1000000;
    max-width: calc(100% - 17px);
    margin:auto;
    }
   
   .modal-content {
    background-color: #fefefe;
    margin: auto; /* 15% from the top and centered */
    padding: 5px;
    border: 1px solid #888;
  	border-radius: 5px;
    width: 88%; /* Could be more or less, depending on screen size */
    z-index: 100000001;

}
 .modal-c2 {
    background-color: #fefefe;
    margin: auto; /* 15% from the top and centered */
    padding: 5px;
    border: 1px solid #888;
  	border-radius: 5px;
    width: 88%; /* Could be more or less, depending on screen size */
    z-index: 100000001;
   -webkit-overflow-scrolling: auto;

}
   /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    padding-top: 5px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: none; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 100000001;

}
   /* The Close Button */
.close {
    color: #aaa;
    /*float: right;*/
  	padding-left: 47%;
    font-size: 50px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
} 
}

@media screen and (min-width : 1130px){ /*DESKTOP*/




  .ToTop button, .ToTop button:hover {
  display: none;
  position: fixed;
  bottom: 20px;
  right: -2px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background: none;
  opacity: 0.5;
  color: white;
  cursor: pointer;
  padding: 2px 3px 1px 3px;;
  border-radius: 90%;
}

.sidebooking button {
    position: fixed;
    display: block;
   	color: var(--weiss);
    font-weight: bold;  
    letter-spacing: 2px;
    background: linear-gradient(var(--green1), var(--green2)); /* Green */
    font-size:30px;
    left: -110px;
    top: 40%;
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
    padding: 20px;
    border-radius: 7px;
    min-width:200px;
    z-index:1000000;

}
  
.modal-content { /*Suchbox - Schnellsuche*/
    background-color: #fefefe;
  	margin:15% auto 15% auto;
    padding: 5px;
    border: 1px solid #888;
  	border-radius: 5px;
    /*width: 60%; /* Could be more or less, depending on screen size */
    width: 960px;
    max-width: 100%;
}
.modal-c2 { /*Suchbox*/
    background-color: #fefefe;
  	margin:auto;
    padding: 5px;
    border: 1px solid #888;
  	border-radius: 5px;
    /*width: 60%; /* Could be more or less, depending on screen size */
    width: 960px;
    max-width: 100%;
}
  
  
   /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 8001; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: none; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
  
.modal-content embed, .modal-c2 embed{
  height: 650px;
}
  
  /* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 30px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
} 
}

#header {
}
#mainNav {
    width:960px; 
    background: linear-gradient(var(--orange1), var(--orange2));
    box-shadow: 3px 3px 5px #333333, 
    -3px -3px 5px #333333;
    
}
#content {
    width: auto;
    max-width: auto ;
    float: left;
    min-height:350px;
    box-shadow: 3px 3px 5px #333333, 
    -3px -3px 5px #333333;
    background-color:#f7f7f7;
    padding: 15px 15px 15px 15px;
}
#slider-container{
    width: 100%;
}
#footer_1_1 {
    padding: 10px 0;
    clear: both; /* Diese clear-Eigenschaft bewirkt, dass .container das Ende der fließenden Spalten erkennt und ihren Inhalt aufnimmt. */
    background: linear-gradient(var(--green1), var(--green2)); /* Green */
    color: var(--weiss);
    text-align: center;
    font-size:13px;
    font-weight: bold;    
}

/*Modal Ende*/

.mitte {
    float:left;
    margin-left: 0px;
}
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1{
    font-size:30px;
    color: var(--green1);
    padding-bottom:8px;
    border-bottom:1px solid #16a616;
    line-height: 32px;
}
h2 {
    font-size:25px;
    color: var(--green1);
    padding-bottom:8px;
    border-bottom:1px solid #16a616;
    line-height: 27px;
}
h3 {
    font-size:16px;
    line-height: 18px;
}
a {
    color: #333333; 
}
a:hover{
    color: var(--weiss);
}
img {
    float: auto;
	border:medium none;
	-webkit-border-radius: 7px;
	border-radius: 7px; 
    margin:0 10px 10px 0;
    max-width:100%;
    outline: medium none;
}
embed{
    height: 350px;
    width: 100%;
    background-color: var(--weiss);
}
select{
    height: 35px;
    display: inline-block;
}
.videoYoutube iframe{	
  	width: 600px;
  	/*min-height: 400px;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoYoutube {
    position: relative;
    padding-bottom: 56.5%;
    height: 0;
    overflow: hidden;
}
.responsive_map {
height: 0;
overflow: hidden;
padding-bottom: 56%;
position: relative;
}

.responsive_map iframe {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}

.pull-right {
    float: right;
}
.pull-left{
    float: left;
}
button, #anfrage_button{
    background: linear-gradient(var(--orange1), var(--orange2)); /* Orange */
    color: var(--schwarz);
    padding: 7px 15px;
  	margin-top:10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
  	border: none;
} 
button:hover{
    background: linear-gradient(var(--green1), var(--green2)); /* Green */
    color: var(--weiss);
}

#kott{
  	font-size:28px;
    color: var(--weiss);
    padding-bottom:8px;
    border-bottom:1px solid #16a616;
    line-height: 32px;
}
#blind{
 	color: var(--weiss);
}
input[type=date]{
   /*background: linear-gradient(var(--green1), var(--green2));*/
  background:var(--weiss) url(../images/planner.png)  97% 50% no-repeat ;
   color: var(--green1);
   padding: 7px 7px;
  margin-right: 10px;
   text-align: left;
   text-decoration: none;
   display: inline-block;
   font-size: 14px;
  border: 1px solid var(--weiss);
  border-radius: 3px;
  font-weight: bold;
  font-family: Semmel;
  width: 175px;
}
/* Always display the drop down caret */
input[type="date"]::-webkit-calendar-picker-indicator {
    color: var(--weiss);
  	opacity:0;
}
input[type="date"]::-webkit-clear-button {
    display: none;
  	opacity:0;
  	background-position: 97% 50%;
}
/* Removes the spin button */
input[type="date"]::-webkit-inner-spin-button { 
    display: none;
}

.suchdiv input[type="date"], suchdiv2 input[type="date"]{
   background:var(--weiss) url(../images/planner.png)  97% 50% no-repeat ;
   color: var(--green1);
   padding: 7px 7px;
  margin-right: 10px;
   text-align: left;
   text-decoration: none;
   display: inline-block;
   font-size: 14px;
  border: 1px solid var(--weiss);
  border-radius: 3px;
  font-weight: bold;
  font-family: Semmel;
  width: 205px;
}

.suchdiv, .suchdiv_home, .suchdiv2 {
  background: linear-gradient(var(--green1), var(--green2));
  border-radius: 7px;
  padding: 5px 30px 30px 30px;
  margin:0px;
}
.suchdiv label, .suchdiv_home label, .suchdiv2 label{
  display:block;
  color: var(--weiss);
  font-weight: bold;
  font-family: Semmel;
  font-size:16px;
}
.suchdiv .holder, .suchdiv_home .holder, .suchdiv2 .holder{
  display:inline-block;
  margin-right: 20px;
  margin-top:0px;
  vertical-align:40px;
}
.suchdiv select, .suchdiv select{
	/*background:var(--weiss);*/
   color: var(--green1);
   padding: 7px 7px 7px 7px;
  	margin-right: 10px;
   text-align: left;
   text-decoration: none;
   display: inline-block;
   font-size: 14px;
  border: 1px solid var(--weiss);
  border-radius: 3px;
  font-weight: bold;
  font-family: Semmel;
  width: 220px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
   background-image:url(../images/arrow_down.png);
  background-position: 97% 50%;
  background-repeat: no-repeat;
}
.suchdiv_home select{
	/*background:var(--weiss);*/
   color: var(--green1);
   padding: 7px 7px 7px 7px;
  	margin-right: 10px;
   text-align: left;
   text-decoration: none;
   display: inline-block;
   font-size: 14px;
  border: 1px solid var(--weiss);
  border-radius: 3px;
  font-weight: bold;
  font-family: Semmel;
  width: 191px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
   background-image:url(../images/arrow_down.png);
  background-position: 97% 50%;
  background-repeat: no-repeat;
}

.suchdiv button, .suchdiv_home button,.suchdiv2 button, #anfrage_button{
  width: 191px;
  padding: 15px;
  font-size: 16px;
  border-radius: 3px;
}.hover
.suchdiv button:hover, .suchdiv_home button:hover, .suchdiv2 button:hover, #anfrage_button:hover{
  background: linear-gradient(var(--orange2), var(--orange1));
  color: var(--schwarz);
  border-radius: 3px;
}
.suchdiv input[type="submit"]:hover, .suchdiv_home input[type="submit"]:hover, .suchdiv2 input[type="submit"]:hover{
  background: linear-gradient(var(--braun2), var(--braun1));
  color: var(--schwarz);
  border-radius: 3px;
}

.suchdiv input[type="submit"], .suchdiv_home input[type="submit"], .suchdiv2 input[type="submit"]{
  background: linear-gradient(var(--braun1), var(--braun2)); /* Orange */
  color: var(--schwarz);
  margin-top:10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 191px;
  padding: 15px;
  font-size: 16px;
  border-radius: 3px;
  border: none;
}

.suchButton{
  width:191px;
  margin-top:0px;
  display: inline-block;
}

.mainNav li:first-child{
    max-width: auto;
    background: linear-gradient(var(--orange1), var(--orange2)); /* Orange*/
  
}
.mainNav li.current > a,
.mainNav li ul li.current > a {
    background: linear-gradient(var(--green1), var(--green2)); /* Green */
    color: var(--weiss);
}
.mainNav ul:last-child{
    border-right: none;
}
/*Strip the ul of padding and list styling*/
.mainNav ul {
    list-style-type:none;
    margin:0;
    padding:0;
    position: relative;
    float: left;
    z-index: 50;
}
/*Create a horizontal list with spacing*/
.mainNav li {
    display: block;
    float: left;
    border-right: 1px solid #e8daba;
    
}
/*Style for menu links*/
.mainNav li a {
    display: block;
	font-size:16px;
    font-style: normal;
    text-align: center;
    line-height: 40px;
    padding: 0px 20px;
    color: var(--schwarz);
    background: linear-gradient(var(--orange1), var(--orange2));
    text-decoration: none;
}
/*Hover state for top level links*/
.mainNav li:hover a {
    background: linear-gradient(var(--green1), var(--green2));
    color: var(--weiss);
}
/*Style for dropdown links*/
.mainNav li:hover ul a {
    background: linear-gradient(var(--orange1), var(--orange2));
    color: var(--schwarz);
    line-height: 40px;
}
/*Hover state for dropdown links*/
.mainNav li:hover ul a:hover {
    background: linear-gradient(var(--green1), var(--green2));
    color: var(--weiss);
}
/*Hide dropdown links until they are needed*/
.mainNav li ul {
    display: none;
	position: absolute;
}
/*Make dropdown links vertical*/
.mainNav li ul li {
    display: block;
    float: none;
}
/*Prevent text wrapping*/
.mainNav li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}
/*Display the dropdown on hover*/
.mainNav ul li a:hover + #hidden, #hidden:hover {
    display: block;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
    text-decoration: none;
    color: var(--schwarz);
    background: linear-gradient(var(--orange1), var(--orange2));
    text-align: center;
    padding: 10px 0px 0px 0px;
    display: none;
}

#dataCheckBox {
    display: inline !important;
}

.kontaktcheck {
    color: var(--weiss);
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #mainNav{
    display: block;
}




/*Responsive Styles*/
@media screen and (max-width : 978px){ /*MOBIL für MENÜ*/
    /*Make dropdown links appear inline*/
    .mainNav ul {
        position: static;
        display: none;
    }
    /*Create vertical spacing*/
    .mainNav li {
        margin-bottom: 1px;
    }
    .mainNav li ul {
        display: inline-block;
	    position: relative;
        width: 100%;
    }
    /*Make all menu links full width*/
    .mainNav ul li, .mainNav li a {
        width: 100%;
        margin-bottom: 1px;
        position: static;
        padding: 0px;
    }
    /*Display 'show menu' link*/
    .show-menu {
        display:block;
    }
    #wrap {
        max-width: 100%;
        min-height:650px;
        margin: 0 auto ;
    }
    #mainNav {
        max-width:100%; 
    }
    #content {
        float: left;
        max-width: calc(100% - 30px);
        width: auto;
        min-height:120px;
    }
    .g-recaptcha {
        transform:scale(0.77);
        transform-origin:0 0;
    }
    fieldset {
        display: flex;
        flex-direction: column;
        align-items: flex-start; /*so the items are auto width */
    }
}

@media screen and (max-width : 551px){ /*MOBIL Suchbox*/
.suchdiv{
  background: linear-gradient(var(--green1), var(--green2));
  border-radius: 7px;
  padding: 5px 30px 30px 30px;
  margin:0px;
  height: 400px;
  overflow-y:auto;
}
  .suchdiv .holder{
  display:block;
  margin-right: 20px;
  margin-top:5px;
  vertical-align:40px;
}
.suchButton{
  width:191px;
  margin-top:0px;
  display: inline-block;
}
}

@media screen and (max-width : 939px){
.smoobu_ext {
    width: 100%;
    height:  3550px !important;
}

@media screen and (max-width : 813px){
.smoobu_ext {
    width: 100%;
    height:  4550px !important;
}

@media screen and (max-width : 699px){
.smoobu_ext {
    width: 100%;
    height:  4701px !important;
}

@media screen and (max-width : 569px){
.smoobu_ext {
    width: 100%;
    height:  4900px !important;
}

@media screen and (max-width : 499px){
.smoobu_ext {
    width: 100%;
    height:  5315px !important;
}

@media screen and (max-width : 439px){
.smoobu_ext {
    width: 100%;
    height:  5720px !important;
}

@media screen and (max-width : 399px){
.smoobu_ext {
    width: 100%;
    height:  6230px !important;
}

