:root {
    --green1: #D6922E;
    --green2: #9A5F0F;
    --orange1: #008800;
    --orange2: #226622;  
    --weiss: #000000;
    --schwarz: #ffffff;
    --braun1: #c29257;
    --braun2: #8f693b;

}

@font-face {
    font-family: 'Semmel';
    src: url('fonts/BreeSerif-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Text';
    src: url('fonts/OpenSans-Medium.ttf') format('truetype');
}

a{
	color: inherit;
	text-decoration: none;
}

h2, h2:hover{
	cursor: default;
	pointer-events: none;
}

p, li {
      font-family: 'Text';
      line-height: 150%;
}

body { 
    background-image: url(/wp-content/themes/jagd/image/seitenbock3.png), url(/wp-content/themes/jagd/image/seitenbock2.png), linear-gradient(#307ccc, #87cefa);/* der Pfad zum Bild */
    background-repeat: no-repeat, no-repeat; 			/* das Bild wird in beide Richtungen wiederholt */
    background-color:#4991db; 			/* am unteren Rand des Bildes erscheint nicht mehr das Bild, sondern die hier gewählte Hintergrundfarbe */
    background-position: right bottom, left bottom; /*Positioning*/
    background-attachment: fixed, fixed;
    font-family: Semmel;
    font-size:14px;
    line-height:135%; 
}

#wrapper {
    width: 960px;
    max-width: 100%;
    min-height:650px;
    margin: 0 auto ;
}

#header {
    margin: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    
}

.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;
}

.navigation-menu {
	display: flex;
	max-width: 960px;
	width: 100%;
	background: var(--orange1);
	margin-top: -15px;
}

.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(--schwarz);
        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(--schwarz);
        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 {

}
#navigation-menu {
    width:960px; 
    background: linear-gradient(var(--orange1), var(--orange2));
    box-shadow: 3px 3px 5px #333333, 
    -3px -3px 5px #333333;
    margin-top: -14px;
}
#main {
    width: 100%;
    max-width: 929px ;
    float: left;
    min-height:350px;
    background-color:#f7f7f7;
    padding: 0px 15px 15px 15px;
}
#slider-container{
    width: 100%;
}
#footer {
    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(--schwarz);
    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 var(--green1);
    line-height: 32px;
}

h2 {
    font-size:25px;
    color: var(--green1);
    padding-bottom:8px;
    border-bottom:1px solid var(--green1);
    line-height: 27px;
}

h3 {
    font-size:16px;
    line-height: 18px;
}

a {
    color: var(--green1); 
}

#wasbuchen{
    color: var(--orange2);
    border-bottom:1px solid var(--green1);
}

a:hover{
    color: var(--weiss);
}

img {
    float: auto;
	border:medium none;
    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(--green2), var(--green1)); /* Green */
    color: var(--schwarz);
}

#kott{
  	font-size:28px;
    color: var(--weiss);
    padding-bottom:8px;
    border-bottom:1px solid #16a616;
    line-height: 32px;
}
#blind{
 	color: var(--weiss);
}



input[type=text], input[type=email], textarea{
   /*background: linear-gradient(var(--green1), var(--green2));*/
    max-width: 50%;
    min-width : 113px;
}



input[type=date]{
   /*background: linear-gradient(var(--green1), var(--green2));*/
    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(--schwarz);
    border-radius: 3px;
    font-weight: bold;
    font-family: Semmel;
    max-width: 175px;
    min-width : 113px;
}

/* 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"]{
    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;
	display: grid;
}

.suchdiv label, .suchdiv_home label, .suchdiv2 label{
    display:block;
    color: var(--schwarz);
    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;
}

.suchdiv2 input[type="checkbox"]{
	display: inline;
}

.suchdiv2 h2{
	color: var(--orange2);
	border-bottom: 1px solid var(--orange2);
}
.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(--orange2), var(--orange1));
    color: var(--schwarz);
    border-radius: 3px;
}

.suchdiv input[type="submit"], .suchdiv_home input[type="submit"], .suchdiv2 input[type="submit"]{
    background: linear-gradient(var(--orange1), var(--orange2)); /* 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;
}

.navigation-menu li:first-child{
    max-width: auto;
    background: linear-gradient(var(--orange1), var(--orange2)); /* Orange*/
  
}

.navigation-menu li.current-menu-item a, .navigation-menu li ul li.current > a {
    background: linear-gradient(var(--green1), var(--green2)); /* Green */
    color: var(--schwarz) !important;
}

.navigation-menu ul:last-child{
    border-right: none;
}

/*Strip the ul of padding and list styling*/
.navigation-menu ul {
    list-style-type:none;
    margin:0;
    padding:0;
    position: relative;
    float: left;
    z-index: 50;
}

/*Create a horizontal list with spacing*/
.navigation-menu li {
    display: block;
    float: left;
    border-right: 1px solid #e8daba;
    font-family: Semmel;
    
}
/*Style for menu links*/
.navigation-menu 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*/
.navigation-menu li:hover a {
    background: linear-gradient(var(--green1), var(--green2));
    color: var(--schwarz) !important;
}

/*Style for dropdown links*/
.navigation-menu li:hover ul a {
    background: linear-gradient(var(--orange1), var(--orange2));
    color: var(--schwarz);
    line-height: 40px;
}

/*Hover state for dropdown links*/
.navigation-menu li:hover ul a:hover {
    background: linear-gradient(var(--green1), var(--green2));
    color: var(--weiss);
}

/*Hide dropdown links until they are needed*/
.navigation-menu li ul {
    display: none;
	position: absolute;
}

/*Make dropdown links vertical*/
.navigation-menu li ul li {
    display: block;
    float: none;
}

/*Prevent text wrapping*/
.navigation-menu li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}

/*Display the dropdown on hover*/
.navigation-menu 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, #abschuss {
    display: inline !important;
}

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

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

/*Responsive Styles*/
@media screen and (max-width : 978px){ /*MOBIL für MENÜ*/
    /*Make dropdown links appear inline*/
    .navigation-menu ul {
        position: static;
        display: none;
    }
    /*Create vertical spacing*/
    .navigation-menu li {
        margin-bottom: 1px;
    }
    .navigation-menu li ul {
        display: inline-block;
	    position: relative;
        width: 100%;
    }
    /*Make all menu links full width*/
    .navigation-menu ul li, .navigation-menu 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 ;
    }
    #navigation-menu {
        max-width:100%; 
    }
    #main {
        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;
    }
}

