﻿html, body {margin: 0; padding: 0;}
h1, h2, h3, a {font-family: 'Corbel', sans-serif; font-weight: 500; color: rgb(30, 98, 45); text-transform: uppercase;}

.fa-bars {display: none}
html{height:100%}
body{height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-direction:column}
main{-ms-flex:1 1 auto;flex:1 1 auto}
h4, p, ul {font-family: 'Corbel', serif; color: #494949;}


/* HEADER *****************************/



header {
    width: 100%;
    height: 65px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 1;
 }
 
 #logo {
    width: 140px;
    float: left;
    margin: 5px 0 0 30px;
 }
 
 #logo:hover {
    opacity: 0.5;
 }
 
 #logo img{
    width: 60%;
 
 }
 
.topnav {
  overflow: hidden;
  background-color: white;
  padding-right: 5px;
}

.topnav a {
  float: right;
  display: block;
  color: rgb(30, 98, 45);
  text-align: center;
  padding: 20px 16px;
  text-decoration: none;
  font-size: 17px;
}


.topnav .icon {
  display: none;
}

.dropdown {
  float: right;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: rgb(30, 98, 45);
  padding: 20px 16px;
  background-color: inherit;
  font-family: 'Corbel', serif;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;

}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: rgb(30, 98, 45);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #ddd;
}

.dropdown-content a:hover {
  background-color: #ddd;

}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 1024px) {
  .topnav a, .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}



/* Zimmeranfragen******************/
#zimmeranfragen h1 {
 margin-top: 100px;
 font-size: 60px;
 margin-bottom: 100px;
 margin-left: 20px;
}

.reihe {
 display: inline-flex;
 width: 100%;
}

.inputs, .button {
  font-family: 'Corbel', serif;
  font-size: 20px;
  margin-bottom: 40px;
  margin-left: 2%;
  display: block;
 }
 

 
.inputs {
 height: 140px;
}
 
 form input, .select, #anmerkung {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  border: 2px solid;
  border-color: 494949;
  font-family: 'Corbel', serif; color: #494949;
  font-size: 25px;
 }
 
 .inputs {
  box-sizing: content-box;
  width: 44%;
  height: 50px;
  border: none;
  outline: none;
 }
 

 
 #zeitraum {
  width: 100%;
 }
 

 

 .input-text {
  color: #494949;
  padding-left: 10px;
 }
 
 ::-webkit-input-placeholder {color: #999999;}
 ::-moz-placeholder {color: #999999;}
 :-ms-input-placeholder {color: #999999;}
 :-moz-placeholder {color: #999999;}
 
 .button {
  background-color: rgb(30, 98, 45);
  color: white;
  width: 60%;
  height: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 100px;
 }
 
 .button:hover {
  background-color: white;
  color: rgb(30, 98, 45);
 }
 
 .wp {
  width: 100%;
  height: 20px;
  margin-top: 20px;
 }
 
  @media screen and (max-width: 1024px) {
   .reihe {
    display: block;
   }
   .inputs {
    width: 90%
   }
  }
 
 
/*****Ueber Uns*******/

#Uns h1 {
 font-size: 3.5em;
 margin-left: 20px;
 margin-bottom: 0px;
 padding-bottom: 0px;
}

#st {
 margin-top: 0px;
 margin-right: 20px;
 margin-left: 20px;
 margin-bottom: 60px;

}

#a1 {
 width: 100%;
  padding-top: 60px;
  text-align: center;
}
#ax {
 height: auto;
 margin-top: -10px;
 display: flex;
}

#a2 {
 padding-left: 40px;
 width: 55%;
 display: block;
 float: left;
 height: auto;
 font-size: 2em;
}

#a2 ul{
 padding-left: 20px;
}


#bild {
 width: 38%;
 margin-top: 1%;
 margin-left: 20px;
 margin-right: 40px;
 margin-bottom: 2%;
}

#huette {
 width:38%;
 margin-top: 2%;
 padding-left: 40px;
 float: left;
 display: block;
}



#ay {
 width: 100%;
 height: auto;
 display: flex;
}
#a3 {
 margin-top: 1%;
 width: 53%;
 margin-bottom: 2%;
 margin-left: 40px;

 font-size: 2em;
}

#a4 {
 width: 52%;
 display: block;
 float: left;
 margin-top: 0%;
 margin-left: 20px;
  font-size: 2em;
}


#a4 ul{
 padding-left: 20px;

}

#a4 ul li {
 padding-top: 5%;
}

#a4 h2 {
 margin-bottom: 0px;
}

#az{
 height: auto;
 width: 100%;
 display: flex;
}


#bild1 {
 width: 38%;
 padding-top: 4%;
 margin-left: 20px;
 margin-right: 60px;
 padding-bottom: 130px;
 float: right;
}

#Uns div p, li {
 font-size: 20px;
 line-height: 140%;
}


#Uns a {
 text-transform: none;
}
* {box-sizing:border-box}

@media screen and (max-width: 1028px) {
 #a2, #bild, #huette, #bild1, #a3, #a4 {
  width: 100%;
  display: block;
 }
#bild, #bild1, #a4 {
 padding-left: 20px;
}
#bild1 {
 float: left;
 padding-bottom: 20px;
 padding-right: 20px;
}

 #ay, #ax, #az{
  display: block;

 }
}

/*******Zimmer*****/


/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/**Seitenformatierung**/

#zimmer {
 width: 100%;
}
.boxrechts, .boxlinks {
 width: 50%;
 height: 100%;
 display: block;
 float: left;
 font-size: 20px;
}

#details {
 margin-right: 60px;
}

.boxlinks {
 padding-left: 2%;
}


.fett {
 font-weight: bold;
}

.strich {
 margin-right: 30%;
}

.hb {
 margin-top: 90px;
 font-size: 50px;
}

.hc {
 margin-top: 5%;
 margin-bottom: 2%;
 font-size: 50px;
}

#zimmer div p {
 padding-right: 5%;
 padding-top: 20px;
 line-height:150%;
}

.liste {
  list-style: disc;
   padding-left: 3.5%;
    line-height:180%;
   margin-top: 0%;
}

.liste1 {
 list-style-type: none;
 padding-left: 0.5%;
  line-height:150%;
  margin-bottom: 100px;
}

#details {
 font-size: 20px;
}

.ausst {
 width: 50%;
 display: block;
 float: left;
}

#zimmer ul li {
 padding-top: 5px;
}

.Bildershow {
 margin-left: 0%;
 margin-bottom: 100px;
 margin-right: 2%;
}

@media screen and (max-width: 1024px) {
 .boxlinks {
  width: 100%;
 }
 .boxrechts {
  width: 100%;
  margin-left: 2%;
 }
 footer {
 margin-top: 30vh;
 position: absolute;
 height: 70px;
}
.bildershow {
 margin-right: 0%;
}
}



/*************Aktivitäten******/


#aktivitaeten h1 {
 font-size: 3.5em;
 margin-left: 20px;
 margin-bottom: 0px;
 padding-bottom: 0px;
}


#x2 {
 padding-left: 40px;
 width: 45%;
 display: block;
 float: left;
 height: auto;
 font-size: 1.5em;
}

#x2 ul li{
 padding-left: 20px;
  font-size: 1em;
}


#bild3 {
 width: 45%;
 margin-top: 1%;
 margin-left: 100px;
 margin-bottom: 2%;
}

#bild4 {
 width:45%;
 padding-bottom: 130px;
 margin-left: 40px;
  padding-top: 1%;
}



#ay {
 width: 100%;
 height: auto;
 display: flex;
}
#x3 {
 padding-left: 40px;
 width: 45%;
 display: block;
 float: left;
 height: auto;
font-size: 1.5em;
margin-top: 5%;
}

#x3 ul li{
 padding-left: 20px;
  font-size: 1em;
}

* {box-sizing:border-box}


@media screen and (max-width: 1028px) {
 #x2, #bild4, #bild3, #x3 {
  width: 100%;
 }
 #bild3 {
  margin-left: 40px;
 }
 #x3 {
  margin-top: -120px;
 }
 #bild4 {
  margin-bottom: 0;
  padding-bottom 0;
 }
 #ay, #ax {
  display: block;
 }
}

   /*  FOOTER *****************************/
  
   footer {
   width: 100%;
   height: 70px;
   background-color: #3f3f3f;
   margin-top: -70px;
   clear: both;
   
  }
  
  footer p {
   font-size: 20px;
   color: #f0f0f0;
   padding-bottom: 20px;
   text-align: center;
  }
  

