/*Info:
Color Logo: #B2DEA5;
*/

body{
  margin: 0;
  padding: 0;
  width: 100vw;
  font-family: 'Source Sans Pro', helvetica, sans-serif;
}

p{
  font-family: 'Quicksand', sans-serif;
}

.navbar li{
  display: inline;
  padding: 14px;
  font-size: 1.2rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  float: right;
  margin-right: 30px;
}

.navbar{
  height: 80px;
  color: white;
  position: fixed;
  width: 100%;
  z-index: 3;
}

.small-navigation{
  display: none;
}

.mobile-nav{
  display: none;
}

.navbar a{
  color: gray;
  margin: 0;
  padding: 0;
}


.bgColor{
  background-color: white;
  color: black;
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);
  transition: all 1s;
}
.bgColor a{
  color: gray;
}

.bgColor a:hover{
  color: black;
}

.navigation{
  width: 99.25vw;
  text-align: center;
  z-index: 2;
  position: absolute;
}

.navigation .wrapper{
    margin: 0 auto;
    display: inline-block;
    padding:  0 3vw;
    background-color: rgba(0, 0, 0, 0.5);
    padding-bottom: 50px;
    max-width: 50vw;
}

#start-titel{
  color: white;
  font-size: 3em;
  font-family: 'Prata', serif;
  font-weight: 100;
}

.start-button{
  height: 3.5em;
  width: 7em;
  font-size: 1.35em;
  border: white 3px;
  border-radius: 0.2vw;
}

.navigation a :hover{
  transition: 0.7s;
  cursor: pointer;
  background-color: black;
  color: white;
  font-family: 'Quicksand', sans-serif;
}

.navigation button{
  font-family: 'Quicksand', sans-serif;
}

#logo{
  width: 50px;
  position: fixed;
  padding: 16px;
}

#logo:hover{
  cursor: pointer;
}

/* Slideshow */
#slideshow{
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  max-height: 60vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slideshow-wrapper{
  width: 100vw;
  height: 100vh;
  max-height: 60vw;
  overflow: hidden;
}

.slides{
  width: 500%;
  display: flex;
}

.slides input{
  display: none;
}

.slide{
  width: 20%;
  transition: 2s;
}

.slide img{
  width: 100vw;
  height: 100vh;
}

.navigation-manual{
  position: absolute;
  width: 100vw;
  display: flex;
  margin-top: min(54vw, 90vh);
  justify-content: center;
  z-index: 2;
}

.manual-btn{
  padding: 7px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
  z-index: 1;
}

.manual-btn:not(:last-child){
  margin-right: 40px;
}

.manual-btn:hover{
  background: white;
}

#radio1:checked ~ .first{
  margin-left: 0;
}
#radio2:checked ~ .first{
  margin-left: -20%;
}
#radio3:checked ~ .first{
  margin-left: -40%;
}
#radio4:checked ~ .first{
  margin-left: -60%;
}

.navigation-auto{
  position: absolute;
  display: flex;
  width: 100vw;
  justify-content: center;
margin-top: min(54vw, 90vh);
}

.navigation-auto div{
  border: 2px solid white;
  padding: 5px;
  border-radius: 10px;
  transition: 1s;
}

.navigation-auto div:not(:last-child){
  margin-right: 40px;
}

#radio1:checked ~.navigation-auto .auto-btn1{
  background-color: white;
}

#radio2:checked ~.navigation-auto .auto-btn2{
  background-color: white;
}

#radio3:checked ~.navigation-auto .auto-btn3{
  background-color: white;
}

#radio4:checked ~.navigation-auto .auto-btn4{
  background-color: white;
}


/* room preview */

.main-section{
  width: 100vw;
  background-color: #f1f2f4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.room-preview{
  background-color: #f1f2f4 ;
  padding: 60px 30px;
  margin-top: 0;
}

.preview-heading-div{
 text-align: center;
 margin-bottom: 15vh;
 width: 60vw;
 margin: 0 auto;
 margin-bottom: 10vh;
}

.section-heading{
  padding-bottom: 5px;
  margin: 0;
  font-family: 'Prata', serif;
  letter-spacing: 2.5px;
  text-align: center;
}

.section-heading-underline{
  margin: 0 auto;
  width: 140px;
  margin-bottom: 10vh;
}

.preview-boxes{
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  width: 90vw;
  margin: 0 auto;
}

.preview-boxes a{
  color: black;
  text-decoration: none;
}

.preview-box:hover{
-webkit-transform: scale(1.025);
-ms-transform: scale(1.025);
transform: scale(1.025);
transition: 1s;
-webkit-backface-visibility:hidden;
}

.preview-box{
  width: 35vw;
  overflow: hidden;
  background-color: #FFFF;
  margin: 30px;
}

.preview-box img{
  width: 35vw;
  height: 22vw;
  transition: 0.9s;
}

.preview-box img:hover{
  width: 35vw;
  height: 22vw;
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
  transition: 1s ease;
}

.img-container{
  width: 35vw;
  height: 22vw;
  overflow: hidden;
  margin: 0 auto;
}

.preview-box h4{
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 30px;
  margin-bottom: 30px;
}

.preview-box p{
  padding-left: 20px;
}

/* end of preview */

/* preise & kontakt */
.preise-kontakt{
  padding: 50px 0;
}

.preise-kontakt h3{
  margin: 0px;
}

.preise-text{
  margin-left: 5vw;
  margin-right: 5vw;
  text-align: left;
  font-family: 'Quicksand', sans-serif;
}

.preise-kontakt img{
  width: 40vw;
  margin-left: 5vw;
}
.preise-content{
  display: flex;
}

/* preise und kontakt ende */

/* Anfang Lage */

.lage{
  background-color: #f1f2f4;
  padding-top: 50px;
}

/* Google Maps */
#google-maps{
  width: 100vw;
  position: relative;
  display: flex;
  justify-content: center;
}
#google-maps-screen{
margin-bottom: 10vh;
max-width: 80vw;
max-height: 60vw;
}

.icons{
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  padding-bottom: 80px;
}

.icons svg{
  height: 30px;
  margin-left: 50%;
  transform: translateX(-50%);

}

.icon{
  width: 23vw;
}

/* Impressum */
#impressum{
  font-size: 0.8em;
  padding: 10vh 5vw;
  background-color: white;
}

/* Breakpoints  */

@media screen and (max-width: 850px) {

  #bild-in-text {
    display: none;
  }

  .navigation .wrapper {
    margin: 0 auto;
    display: inline-block;
    padding: 0 3vw;
    background-color: rgba(0, 0, 0, 0.5);
    padding-bottom: 20px;
    font-size: 1.5em;
  }

  .start-button {
    height: 2.5em;
    width: 5em;
    padding: 0;
  }

  #start-titel {
    color: white;
    font-size: 1.25em;
    font-family: sans-serif;
    font-weight: 100;
  }

  .navigation a {
    font-size: 0.6em;
  }

  .preview-boxes{
    width:90vw;

  }

 .room-preview{
   width: 90vw;
 }
  .preview-box{
    width: 90vw;
  }

  .preview-box img:hover{
    width: 90vw;
    height: 55vw;
  }

  .img-container{
    width: 90vw;
    height: 55vw;
    overflow: hidden;
    margin: 0;
  }
  .preview-box img{
    width: 90vw;
    height: 55vw;
  }

  .wrapper {
    display: grid;
    justify-content: center;
  }

  .second-txt {
    padding-bottom: 100px;
  }

  .nav-btn {
    height: 2em;
    width: 20vh;
    font-size: 1.35em;
    border: white 3px;
    border-radius: 0.2vw;
    background-color: white;
  }

  #bild-preise-kontakt{
    display: none;
  }

  .icons{
    display: block;
  }

  .icon{
    margin: 0 auto;
    width: 65vw;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 700px) {

  #big-navigation{
    display: none;
  }

  .bgColor a{
    color: white;
  }

  .bgColor a:hover{
    color: lightgray;
  }
  .mobile-nav{
    position: fixed;
    right: 0;
    width: 20%;
    margin-top: 60px;
    margin-left: 85%;
    padding: 10px;
    margin-right: 10px;
    display: none;
  }

  .mobile-nav.is-active{
    display: block;
  }

  .mobile-nav a{
    display: block;
    text-align: center;
    padding: 10px;
    background-color: #B2DEA5;
    border-radius: 2px;
  }

  .mobile-nav a:not(:last-child){
    border-bottom: solid 1px rgba(360,360,360,0.5);
  }

  .small-navigation{
    position: relative;
    display: block;
    width: 35px;
    cursor: pointer;
    float: right;
    margin-top: 20px;
    margin-right: 40px;
    background: none;
    appearance: none;
    border: none;
  }

  .small-navigation .bar, .small-navigation:before, .small-navigation:after{
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background-color: lightgray;
    margin: 6px 0;
    transition: 0.6s;
  }

  .small-navigation.is-active:before{
    transform: rotate(-45deg) translate(-9px, 6.5px);
  }

  .small-navigation.is-active:after{
    transform: rotate(45deg) translate(-9px, -6.6px);
  }

  .small-navigation.is-active .bar{
    opacity: 0;
  }
}

@media screen and (max-width: 600px){
  .navigation{
    display: none;
  }

  .mobile-nav a{
    padding: 10px;
  }

  .mobile-nav{
    width: 40%;
    padding: 10px;
    margin-right: 20px;
    display: none;
  }
}