*
{
  box-sizing: border-box; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body
{
font-family: 'Lato', sans-serif;
}

/* FONTS */
nav ul li,#body #onzemenu h2
{
  font-family: "Comic Sans MS";
}

header h1
{
    font-size: 1.25em;
    margin-bottom: 1em;
}

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

p, ul li
{
  line-height: 2em;
}

a
{
  color:#000;
}

/* HEADER */

header
{
  position: relative;
  padding-top:100px;
}

nav
{
  height: 100px;
  width: 100%;
  background-color: #c8ad7f;
  text-align: right;
  position: fixed;
  z-index: 10;
  top:0;
}

nav ul
{
  margin-right:5%;
}

nav ul li
{
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  margin-left:20px;
  line-height: 100px;
  position: relative;
}

nav ul li a 
{
  color: #fff;
}

.coronaleft{
  float: left;
  margin-left: 252px;
}
.coronaleft a{
  background-color: red;
  padding: 4px 10px;
  border-radius: 15px;
}

#slider
{
  position: relative;
  width: 100%;
  height: 395px;
  background-color: #c8ad7f;
}

#slidercontainer
{
  position: relative;
}

#sliderimg
{
  background-color: #000;
  height: 370px;
  width: 100%;
  background-size:cover;
  background-position: center center;
  margin-top:5px;
  overflow: hidden;
}

#slidertext
{
  position: absolute;
  background-color: rgba(0,0,0,0.8);
  color:#fff;
  padding:25px;
  width: 30%;
  height: 300px;
  top:50%;
  left:2%;
  margin-top:-165px;
}

#slider h1
{
  font-size:1.25em;
  font-weight: bold;
  margin-bottom: 1em;
}

footer h1
{
  color:#fff;
  font-weight: bold;
  margin-bottom: 2em;
  line-height: 2em;
}

header #logo
{
  top:0;
  left:5%;
  z-index: 2;
  position: fixed;
  z-index: 11;
}

header #logo img
{
  box-shadow: 0px 0px 10px #000;
}

#currentpage
{
  position: absolute;
  top:50%;
  margin-top:-40px;
  left:50%;
  margin-left:-10px;
}

/* BODY */

#actief a
{
  color: #C8AD7F;
}

#body
{
  background-color: #fff;
  padding-left:5%;
  padding-right:5%;
  margin-bottom: 5em;
  position: relative;
  min-height: 500px;
}

#body h1, #body h2
{
  position: relative;
  text-align: center;
  font-size: 1.5em;


}

#body .pagetitle
{
  margin-top: 3em;
  margin-bottom: 3em;
  position: relative;
}

#body .pagetitle span
{
  width: 80%;
  margin-left:10%;
  background-color: #000;
  height: 1px;
  display: block;
  position: absolute;
  top:50%;
  left:0;
  text-align: center;
}

#body .pagetitle h1
{
  background-color: #fff;
  width: 40%;
  margin-left:30%;
}

#body h2
{
  font-size:1.25em;
  color:#c8ad7f;
  margin-top: 2em;
  margin-bottom: 1em;
}


.intro p
{
  font-size: 1.15em;
  text-align: center;
}

.roundimg
{
  width: 100%;
  max-width: 400px;
  background-size: cover;
  border-radius: 50%;
  position: relative;
  border: 5px solid #c8ad7f;
  margin-left:auto;
  margin-right:auto;
}

.roundimg:after
{
  padding-top:100%;
  display: block;
  content:'';
}

#onzemenu ul
{
  min-height: 350px;
}

#onzemenu ul li
{
  text-align: center;
}

#onzemenu ul div
{
  margin-top:1em;
  margin-bottom:1em;
  text-align: center;
}

#body #onzemenu h2
{
  color:#000;
  text-transform: capitalize;
}

.prijs, .menutitle
{
  position: relative;
}

.lijn, .menutitle span
{
  background-color: #c8ad7f;
  width: 100%;
  height: 2px;
  position: absolute;
  top:50%;
}

#body .menutitle span
{
  background-color: #000;
}

#body .menutitle h2
{
  padding-left:10px;
  padding-right:10px;
  background-color: #fff;
  width: 50%;
  margin-left:auto;
  margin-right:auto;
}

.prijs div
{
  position: relative;
  background-color: #c8ad7f;
  width: 20%;
  min-width: 80px;
  border-radius: 50%;
  margin-left:auto;
  margin-right:auto;
  border:10px solid #fff;
  z-index: 2;
}
.prijs div:after
{
  padding-top:100%;
  content:'';
  display: block;
}
.prijs div p
{
  position: absolute;
  width: 100%;
  text-align: center;
  top:50%;
  margin-top:-1em;
  color:#fff;
  font-weight: bold;
}

#body .is_stuck
{
  padding-top:140px !important;
  background-color: #fff;
  z-index: 1;
}

#body .sidemenu
{
  width: 20%;
  float:left;
  background-color: #fff;
}

#body .sidemenu .button
{
  width: 100%;
  min-width:100px;
  margin-left:auto;
  margin-right:auto;
  text-transform: none;
}

#body .sidemenu ul
{
  border-bottom: 1px solid #ACACAC;
  padding-bottom:1em;
  margin-bottom:2em;
}

#body .sidemenu ul li
{
  font-size: 1.125em;
  height: 40px;
  line-height: 40px;
}

#body .lijst
{
  width:80%;
  margin-left:20%;
  padding-left:5%;
}

#body .lijst h2
{
  text-transform: capitalize;
  text-align: left;
  border-bottom: 1px solid #ACACAC;
  padding-bottom: 1em;
  font-size: 1.25em;
}

#body .lijst ul
{
  width: 100%;
}

#maplb
{
  border: 5px solid #C8AD7F;
}

#body .lijst ul li
{
  width: 49%;
  min-height: 50px;
  border-bottom:1px solid #ACACAC;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  margin-right: 1%;
  line-height: 50px;
  font-size:1em;
}

#body .lijst ul li:nth-child(2n)
{
  margin-right:0;
}

#body .lijst ul li span
{
  float: right;
  font-weight: normal;
}

#body #fotos a>div, #body #fotosdetail div
{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

#body #fotos a>div .fotooverlay, #body #fotosdetail div .fotooverlay
{
  position: absolute;
  background-color: #C8AD7F;
  width: 100%;
  opacity: 0;
}

#body #fotos a>div .fotooverlay:hover, #body #fotosdetail div .fotooverlay:hover
{
  opacity: 0.8;
}

#body #fotos a>div .fotooverlay img, #body #fotosdetail div .fotooverlay img
{
  position: absolute;
  right:5%;
  top:5%;
}

#body #fotos a>div:after,#body #fotos>a>div .fotooverlay:after, #body #fotosdetail div .fotooverlay:after, #body #fotosdetail div:after
{
  padding-top:100%;
  content:'';
  display: block;
}

#body #nieuws .nieuwsimg:after
{
  padding-top:56.25%;
  content:'';
  display: block;
}

#body #nieuws .nieuwsimg
{
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

#body #contact ul, #blackcontact ul
{
  margin-left:25px;
  height: 442px;
}

#blackcontact ul
{
  text-align: center;
  height: 180px;
  margin-top:45px;
}

#blackcontact ul li
{
  margin-bottom: 1em;
}

#blackcontact
{
  background-color: #000;
  color: #fff;
  background-image:url(/images/blacklogo.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: 259px;
}


#body #contact ul li
{
  margin-bottom: 2em;
  padding-left:50px;
}

#body #contact ul li a
{
  color:#C8AD7F;
}




input, textarea, select
{
  width: 100%;
  height: 35px;
  margin-bottom:10px;
  border:1px solid #000;
  padding-left:10px;
}

textarea
{
  height: 150px;
  margin-bottom:20px;
  padding-top:10px;
}

#reserveren textarea
{
  height: 168px;
  margin-bottom:10px;
}

#rateus textarea
{
  height: 69px;
  margin-bottom:10px;
}

form label
{
  display: block;
  height: 25px;
}

.faqItem
{
  overflow: hidden;
  border-radius: 10px;
}

#body .faqItem h2
{
  background-color: #c8ad7f;
  color: #fff;
  height: 40px;
  line-height: 40px;
  margin:0;
  margin-bottom:10px;
}

#body #bighat
{
  width: 40%;
  float:right;
  background-size: cover;
  position: absolute;
  top:100px;
  right:0;
}

#body #bighat:after
{
  content:'';
  padding-top:56.25%;
  display: block;
}

#body .menulijst div:last-child
{
  display: none;
}

#body #fotos #fttt, #body #fotosdetail #fttt
{
  position: fixed;
  border:5px solid #c8ad7f;
}

#blackcontact li
{
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: auto 16px;
  width: 70%;
  margin-left:15%;
}

/* FOOTER */

footer div div
{
  height: 210px;
}

#tt
{
  height: 140px;
  background-color: #000;
}

#tickertape
{
  height: 140px;
  background-position: center center;

  position: relative;
}

#tickertape p
{
  line-height: 140px;
  color:#fff;
  position: absolute;
    text-align: center !important;
  width: 100%;
  font-size: 1.25em;
}



#tickercover
{
  height: 140px;
  width: 100%;
  background-color: #000;
  position: absolute;
  opacity: 0.5;
}

#headerknop
{
  position: absolute;
  bottom:20px;
  left:10%;
  width: 80%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border:1px solid #fff;
  text-transform: uppercase;
}

footer
{
  margin-top:5px;
  background-color: #000;
  width: 100%;
  padding-left:5%;
  padding-right:5%;
  padding-bottom:25px;
  position: relative;
}

footer .button
{
  margin-top:1em;
}

footer ul li
{
  color: #fff;
  margin-bottom: 1em;
}

footer ul li a, footer p
{
  color: #fff;
}

.siteby
{
  background-color:#C8AD7F;
  text-transform: uppercase;
  font-size: 0.75em;
}

.siteby a
{
    font-family: Arial;
  color:#fff;
}

.button
{
  background-color: #c8ad7f;
  text-align: center;
  color:#fff;
  text-transform: uppercase;
  border-radius: 5px;
  height: 30px;
  line-height: 30px;
  border:none;
}

#resbutton
{
  display: none;
}

.cb
{
  height: 0;
}

#faq
{
  width:60%; 
  float:left;
}

#body #contact #errors, #body #reserveren #errors, #body #errors
{
  height: auto;
  margin:0;
}

#body #contact #errors li, #body #reserveren #errors li, #body #errors li
{
  color: red;
  line-height: 20px;
  margin-bottom: 0;
  height: auto;
  padding:0;
}

#kaartbutton
{
  display: none;

}

.titeloverlay
{
  position: absolute;
  background-color: #c8ad7f;
  padding-left:20px;
  padding-right:20px;
  height: 40px;
  line-height: 40px;
  color:#fff;
  top:75%;
  margin-top:-20px;
  width: 100%;
  text-align: center;
  z-index: 3;
}

#taalkeuze
{
  position: fixed;
  top:95px;
  right:5%;
  background-color: #C8AD7F;
  z-index: 5;
  color:#fff;
  padding-top:10px;
  padding-bottom:10px;
  border-radius: 5px;
  font-family: "Comic Sans MS";
  margin-right:-5px;
}

#taalkeuze a
{
  color:#fff;
  padding: 10px 10px;
  font-size: 0.85em;
}

#taalkeuze a:hover
{
  color:#000;
  text-decoration: underline;
}

  #lijst2
  {
    display: block;
  }
/*
.is_stuck
{
  top:50px !important;
}
*/
.list{
  list-style-type: circle;
}

.corona{
  margin-top: 65px;
  text-align: center;
}
.corona p{

}
@media all and (max-width: 1280px){
  
.coronaleft{
  float: left;
  margin-left: 220px;
}
}

@media all and (min-width: 1000px) {
  #rrr 
  {
    direction: rtl;
  }
}

@media all and (max-width: 1000px) {

#reserverenknop
{
  display: none;
}
  nav ul
  {
    position: absolute;
    display: none;
    z-index: 1;
    background-color: #C8AD7F;
    width: 100%;
    margin-top:100px;
    padding-top:20px;
    height: 100vh;
  }

  #resbutton
  {
    display: block;
    position: absolute;
    right: 50px;
    top:36px;
  }

  nav ul li
  {
    height: auto;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 60px;
    border-bottom: 1px solid #fff;
    margin-left:0;
    font-size: 1.625em;
    }

    nav ul li:last-child
    {
      border-bottom: none;
    }

    nav ul li a:hover
    {
      color:#000;
    }

  #currentpage
  {
    left:20%;
    top:50%;
    margin-top:-10px;
    display: none;
  }

  #slidertext
  {
    width: 50%;
    max-height: 280px;
    overflow: hidden;
  }



  #body .sidemenu
  {
    width: 30%;
  }

  #body .lijst
  {
    width: 70%;
    margin-left:30%;
  }

  #body .lijst ul li 
  {
    width: 100%;
  }

  #bighat
  {
    display: none;
  }

  #faq
  {
    width: 100%;
  }

  .maps, #blackcontact
  {
    display: none;
  }

  #bollenpage>div:last-child
  {
    margin-left:27%;
  }

  #contact>div:nth-child(3)
  {
    clear:none;
    float:right;
    margin-right: 0px;
  }

}

  .stars
  {
    display: none;
  }
  @media all and (max-width: 850px){
  
    .coronaleft{
      float: none;
      margin-left: 0px;
      margin-top: 5px;
    }
    }
@media all and (max-width: 760px)
{


  #bollenpage>div:last-child
  {
    margin-left:0;
  }

  #kaartbutton
  {
    display: block;
    margin-left:auto;
    margin-right: auto;
    margin-bottom: 1em;
  }

  #lijst2
  {
    display: none;
  }

  .lijst > div > ul
  {
    display: none;
  }

  #slidertext
  {
    width: 100%;
    left:0;
    display: none;
  }

  #slider, #slidercontainer
  {
    height: 150px !important;
  }

  #sliderimg
  {
    height: 130px;
  }

  footer
  {
    padding:10%;
  }

  footer div
  {
    text-align: center;
  }

  #body .sidemenu
  {
    width: 100%;
    float:none;
    text-align: center;
  }

  #body .lijst
  {
    width: 100%;
    margin: 0;
  }
}

@media all and (max-width: 680px)
{
  .stars
  {
    display: block;
  }
}