/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   @import url('../font/GT-Alpina-Fine-Standard-Light-Italic.otf');
   @import url('../font/GT-Alpina-Fine-Standard-Light.otf');
   @import url('../font/neuehaaslight.otf');
   
   @font-face {
       font-family: "SangBleuLight";
       src: url("../font/SangBleuSunrise-Light.otf") format("opentype");
      }
   
      @font-face {
       font-family: "SangBleuLightIt";
       src: url("../font/SangBleuSunrise-LightItalic.otf") format("opentype");
          }

          @font-face {
       font-family: "neuehaas";
       src: url("../font/neuehaaslight.otf") format("opentype");
          }
   
  *{
    font-family: "SangBleuLight", sans-serif;
    color: #0D0C0C;
    }

    body{
      width: 100vw;
      overflow-x: hidden;
    }

    em{
      font-family: "SangBleuLightIt", sans-serif;
      font-style: normal;
      color: #fff;
    }

    strong{
      font-family: "SangBleuLight", sans-serif;
      font-weight: 300;
      background:#677665;
      border: 1px solid #00000000;
      padding: 12px 12px 8px 12px;
    }

    .grid-container{
      max-width: 80vw;
    }

   #home{
    background: #BF895A;
  }

  h1{
    width: 330px;
    height: 60px;
    margin: 30px 0 0 2vw;
    z-index: 100;
    position: relative;
    font-family: "SangBleuLight", sans-serif;
    font-size: 30.1px;
    cursor: pointer;
  }

  h1 .illu{
    position: fixed;
  }

  h1 .titel{
    position: absolute;
    left: 84px;
    top: 13px;
  }

  h2 p{
    font-family: "SangBleuLight", sans-serif;
    font-size: 114px;
    line-height: 133px;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  }

  h3, h3 p{
    font-family: "SangBleuLight", sans-serif;
    font-size: 70px;
    line-height: 85px;
  }

  h4, h4 p{
    font-family: "SangBleuLight", sans-serif;
    font-size: 30px;
    line-height: 55px;
  }

  p{
    font-family: "neuehaas", sans-serif;
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  ul{
    margin: 0;
  }

  .bouton{
    text-align: left;
    margin: 50px 0;
  }

  .bouton span{
    border: 1px solid #000;
    margin: 0 auto;
    padding: 12px 30px 8px 30px;
    text-align: center;
    font-size: 21px;
    transition: all .3s ease-out;
  }
  .bouton:hover span{
    border: 1px solid #00000000;
    background: #80947E;
  }

  a:hover, a:visited, a:active{
    color: #000;
  }

    /*
 * MENU
 */

  .burgermenu{
    position: fixed;
    right: 2vw;
    top: 45px;
    z-index: 100;
    cursor: pointer;
  }

  .burgermenu path{
    transition: all .3s ease-out;
  }

  .burgermenu #Tracé_315{
    transform: translate(0, 16.03px);
  } 
  .burgermenu #Tracé_316{
    transform: translate(0, 32.06px);
  } 

  .burgermenu:hover #Tracé_314, .wave1anim{
    transform: translate(11px, 0) !important;
    transition: all .3s ease-out;
  } 
  .burgermenu:hover #Tracé_315, .wave2anim{
    transform: translate(-11px, 16.03px) !important;
    transition: all .3s ease-out;
  } 
  .burgermenu:hover #Tracé_316, .wave3anim{
    transform: translate(10px, 32.06px) !important;
    transition: all .3s ease-out;
  } 

  #openmenu{
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 50;
    background: #677665;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-out;
  }

  .menuappear{
    top: 0 !important;
    transition: all .5s ease-out;
  }

  .bodyblocking{
    height: 100vh;
    width: 100vw;
    overflow: hidden;
  }

  #openmenu li{
    list-style-type: none;
  }

  #openmenu li p:hover{
    color: #80947E;
    transition: all .3s ease-out;
  }

  #openmenu li p{
    font-size: 70px;
    line-height: 100px;
    font-family: "SangBleuLight", sans-serif;
    transition: all .3s ease-out;
  }

  /*
 * Top part
 */

  .toppart{
    height: 100vh;
    background-size: contain;
    margin-top: -98px;
    position: relative;
  }

  .toppart .topbackright{
    height: 100vh;
    width: 50vw;
    position: absolute;
    background: url(../img/hometoprightback.jpg);
    background-size: 30vw;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .toppart h2{
    position: absolute;
    bottom: 50px;
  }

   /*
 * Booking
 */

  #booking{
    height: 284px;
  }

  #booking .grid-container{
    height: 100%;
  }

  #booking .grid-x{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  #booking a{
    display: block;
    width: 300px;
  } 

  #booking a h4{
    text-align: center;
    display: block;
    color: #000;
    background: #A66844;
    border: 1px solid #ffffff00;
    transition: all .3s ease-out;
  } 

  #booking a:hover h4{
    color: #000;
    background: #BF895A;
    border: 1px solid #000;
    transition: all .3s ease-out;
  } 

  /*
 * About
 */

  #aboutfirst{
    background:#F8F5F2;
    padding: 200px 0;
  }

  #aboutfirst a{
    font-family: "neuehaas", sans-serif;
    color: #A66844;
    transition: all .5s ease-out;
  }
  #aboutfirst a:hover{
    color: #BF895A;
    transition: all .5s ease-out;
  }

  #about{
    background:#BF895A;
    padding: 200px 0;
  }
  

  #about ul li{
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
  }

  #about ul li p{
    font-size: 21px;
    line-height: 32px;
    margin-top: 20px;
    font-family: "SangBleuLight", sans-serif;
  }

  #about ul li img{
    float: left;
    width: 60px;
    margin-right: 22px;
  }

  #about ul li div{
    height: 64px;
    display: flex;
    align-items: center;
  }

  #about .abouttext{
    display: flex;
    align-items: center;
  }

  #about .mostandorte{
    margin-top: 82px;
  }

   /*
 * Discover
 */

  .discover{
    position: relative;
    background: #F8F5F2;
  }

  .discover h3{
    margin-top: 200px;
  }

  .discover .text{
    margin-bottom: 250px;
  }


 #photofull{
  height:90vh;
  background-position: center;
  background-size: cover;
}

#photofull2{
  height:40vh;
  background-position: center;
  background-size: cover;
}

#photofullmobile, #photofull2mobile{
  display: none;
}

#photofullmobile img, #photofull2mobile img{
  width: 100vw;
}

        /*
 * Booking back part
 */

  #bookingintheback{
    background: #677665;
    padding: 200px 0;
    height: auto;
  }

  #bookingintheback a:hover h4{
    color: #fff;
    background: #677665 !important;
    border: 1px solid #fff;
    transition: all .3s ease-out;
  } 
  
  #hierbuchen .datelist{
    background: #80947E;
  }

  #hierbuchen .datelist h3, .datelist h1{
    padding: 50px 50px 0 50px;
    text-align: center;
    width: 100%;
    pointer-events: none;
  }

  #hierbuchen .dlist-widget__header__titles{
    text-align: center;
  }

  #hierbuchen .datelist h2{
    margin-top: 50px;
  }

  #hierbuchen .voranmeldung h3{
    margin-bottom: 100px;
  }

  #hierbuchen .voranmeldung h3 {
    margin-bottom: 20px;
  }

  #hierbuchen .voranmeldung2 {
    background: #fff;
  }

  #bookingintheback2 {
    background: #80947E;
    padding: 200px 0;
    height: auto;
  }

  #bookingintheback2 .bouton:hover span {
    border: 1px solid #00000000;
    background: #677665;
  }


        /*
 * Footer
 */

  footer{
    background: #BF895A;
    padding-top: 100px;
    text-align: left;
  }
  
  footer a{
    text-decoration: underline;
    font-family: "neuehaas", sans-serif;
    color: #000;
  }

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

  footer p{
    color: #000;
  }

  footer div div div{
    margin-bottom: 30px;
  }

  footer .copy{
    margin: 100px 0 0 0;
  }

  footer .scandi{
    margin-top: 0;
  }

  footer img{
    margin-bottom: 30px;
  }



/* Small Desktop */
@media screen
and (min-device-width: 1040px) and  (max-device-width: 1160px), (min-width: 1040px)  and (max-width: 1160px) {
  h2 p {
    font-size: 100px;
    line-height: 119px;
  }
  #about ul li p {
    font-size: 16px;
    line-height: 26px;
  }
  h3, h3 p {
    font-size: 60px;
    line-height: 75px;
  }
  h4, h4 p {
    font-size: 24px;
    line-height: 49px;
  }
  .checkin .link h4, .checkin .titel h4 {
    padding: 100px 0 50px 0;
  }
  .checkin .link {
    text-align: right;
    margin-bottom: 0;
  }
  .checkinplus {
    margin-top: -1000px;
  }
  #location #mapillu img{
    width: 75vw;
   }
}

/* Small Desktop */
@media screen
and (min-device-width: 1024px) and  (max-device-width: 1040px), (min-width: 1024px)  and (max-width: 1040px) {
  .checkinplus {
    margin-top: -1300px;
  }
}

/* Medium Desktop */
@media screen
and (min-device-width: 1160px) and  (max-device-width: 1400px), (min-width: 1160px)  and (max-width: 1400px) {
  .checkinplus {
    margin-top: -1000px;
  }
}

/* IPAD Portrait and Landscape */
@media screen
and (min-device-width: 640px) and  (max-device-width: 1023px), (min-width: 640px)  and (max-width: 1023px) {
  h2 p {
    font-size: 78px;
    line-height: 97px;
  }
  h3, h3 p {
    font-size: 55px;
    line-height: 70px;
  }
  h4, h4 p {
    font-size: 26px;
    line-height: 40px;
  }
  p {
    font-size: 17px;
    line-height: 26px;
  }
  #about {
    padding: 150px 0;
  }
  #about ul li p {
    font-size: 18px;
    line-height: 29px;
  }
  #about .aboutintro{
    margin-bottom: 100px;
  }
  .discover #discoverimg {
    width: 45%;
  }
  .discover h3 {
    margin-top: 150px;
    margin-left: 50px;
  }
  .discover .text {
    margin-bottom: 200px;
    margin-left: 50px;
  }
  .checkin .link h4, .checkin .titel h4 {
    padding: 50px 0;
  }
  .checkinplus {
    margin-top: -1315px;
  }
  .checkin .close .bouton {
    margin: 50px 0 100px 0;
  }
  #location .activity {
    min-height: 750px;
  }
  
  .bouton span {
  border: 1px solid #000;
  margin: 0 auto;
  padding: 12px 30px 8px 30px;
  text-align: center;
  font-size: 21px;
  transition: all .3s ease-out;
}
#location #mapillu img{
  width: 100vw;
 }
 #location #mapillu {
  top: 50px;
}
#whattodo .bouton {
  margin-top: 20px;
}
#design #about .text{
  padding-right: 24px;
}
#photofull {
  height: 50vh;
}
#photofull2 {
  height: 20vh;
}
#bookingintheback h3 {
  margin-bottom: 50px;
}
.datelist{
  margin-top: 20px;
}
footer{
  text-align: center;
}
}

/* IPHONE Portrait and Landscape */
@media screen
and (max-device-width: 639px), (max-width: 639px) {
  h2 p {
    font-size: 32px;
    line-height: 45px;
  }
  h1{
    margin: 20px 0 0 2vw;
  }
  h1 .illu {
    width: 50px;
  }
  h1 .titel {
    left: 60px;
    top: 9px;
    font-size: 20px;
  }
  h3, h3 p {
    font-size: 34px;
    line-height: 49px;
    margin-bottom: 20px;
  }
  h4, h4 p {
    font-family: "SangBleuLight", sans-serif;
    font-size: 23px;
    line-height: 38px;
  }
  p {
    font-size: 16px;
    line-height: 25px;
  }
  .grid-container {
    max-width: 75vw;
  }
  .burgermenu {
    top: 23px;
  }
  .burgermenu svg{
    width: 55px;
  }
  .toppart .topbackleft {
    display: none;
  }
  .toppart .topbackright {
    height: 100vh !important;
    width: 100vw !important;
    background-size: 100vw !important;
    background-position: 0 150px !important;
  }
  #booking {
    height: 200px;
  }
  #about {
    padding: 100px 0;
  }
  #about ul li p {
    font-size: 18px;
    line-height: 29px;
  }
  #about .aboutintro{
    margin-bottom: 50px;
  }
  #about ul li img {
    margin-right: 17px;
    width: 45px;
  }
  .discover h3 {
    margin-top: 50px;
  }
  .discover #discoverimg{
    display: none;
  }
  .discover .text {
    margin-bottom: 100px;
  }
  .bouton {
    text-align: left;
  }
  .checkin .link h4, .checkin .titel h4 {
    padding: 15px 0;
  }
  .checkin{
    padding-top: 50px;
  }
  .checkin .link {
    margin-bottom: 50px;
    text-align: left;
  }
  .checkinplus {
    margin-top: -1400px;
  }
  #whattodo .bouton {
    margin-bottom: 50px;
  }
  #location .grid-x .activity:nth-child(2) {
    padding-right: 0;
  }
  #location {
    height: 130vh;
    min-height: 1050px;
  }
  #location #whattodo .activity .bouton {
    bottom: -70px;
    left: 0;
  }
  #location .grid-x .activity:nth-child(3) {
    padding-left: 0;
  }
  #location #mapillu {
    top: 150px;
  }
  #location #map {
    height: 110vh;
  }
  .locationgo{
    height: 200vh !important;
  }
  #about .text {
    margin-bottom: 100px;
  }
  #openmenu li p {
    font-size: 34px;
    line-height: 49px;
  }
  #aboutfirst {
    padding: 100px 0;
  }
  #photofull {
    height: 30vh;
  }
  #photofull2 {
    height: 10vh;
  }
  #about .points2{
    margin-top: 70px;
  }
  #bookingintheback, #bookingintheback2 {
    padding: 100px 0;
    height: auto;
  }
  #bookingintheback h3 {
    margin-bottom: 50px;
  }
  .datelist{
    margin-top: 50px;
  }
  #hierbuchen .datelist h3, .datelist h1 {
    padding: 25px 25px 0 25px !important;
  }
  .dlist-widget td {
    padding: 8px !important;
    font-size: 14px !important;
  }
  .dlist-widget th {
    padding: 2px !important;
    font-size: 14px !important;
  }
  .dlist-widget table {
    border-spacing: 1px !important;
  }
  .datelist{
    width: 100vw;
    margin-left: -15vw;
  }
  .dlist-widget--month, .dlist-widget--week {
    min-width: 295px !important;
  }
  #photofull, #photofull2{
    display: none;
  }
  #photofullmobile, #photofull2mobile{
    display: block;
  }
  .voranmeldung{
    text-align: center;
  }
  .bouton{
    display: flex;
  }
  footer{
    text-align: center;
  }
}

/* IPHONE Portrait and Landscape */
@media screen
and (max-device-width: 520px), (max-width: 520px) {
  .checkinplus {
    margin-top: -1520px;
  }
}
@media screen
and (max-device-width: 472px), (max-width: 472px) {
  .checkinplus {
    margin-top: -1550px;
  }
}
@media screen
and (max-device-width: 400px), (max-width: 400px) {
  .checkinplus {
    margin-top: -1630px;
  }
}
@media screen
and (max-device-width: 370px), (max-width: 370px) {
  .checkinplus {
    margin-top: -1700px;
  }
  h4, h4 p{
  font-size: 21px;
    line-height: 36px;}
    #location #map {
      height: 160vh;
    }
}
@media screen
and (max-device-width: 335px), (max-width: 335px) {
  .checkinplus {
    margin-top: -1750px;
  }
  h4, h4 p{
  font-size: 17px;
    line-height: 31px;}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

