@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);

@font-face {
  font-family: "Charlotte Southern";
  src: url(charlottesouthern.ttf) format("truetype");
}

body, html {
  height: 100%;
  padding: 0;
  margin: 0;
  color: #777;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
}

body::before {
 content: url('/img/whatsapphover.png') url('/img/facebookhover.png') url('/img/instagramhover.png') url('/img/googlehover.png') url('/img/tripadvisorhover.png');
 position: absolute;
 top: -9999rem;
 left: -9999rem;
 opacity: 0;
}

p + p {
	margin-top: 32px;
}

strong {
	font-weight: 700;
}

a {
  text-decoration: none;
  cursor: pointer;
}

h1, h2, h3 {
  font-family: 'Charlotte Southern', sans-serif;

}

h1 {
	font-size: 60px;
	margin-bottom: 50px;
  margin-top:25px;
  text-align: center;
  line-height:100%;
  margin-top: 0;
}

h1{ position:relative; }
h1 span{ position:absolute; top:-190px;}

h2 {
  font-size: 52px;
  margin-bottom: 30px;
}

h3 {
  font-size: 28px;
  margin-bottom: 22px;
}

:target:before {
	content:"";
	display:block;
	height:112.5px; /* fixed header height*/
	margin:-112.5px 0 0; /* negative fixed header height */
}

#bgimg {
    z-index: -1;

    width: 100vw;
    position: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0,0,0, 0.5);
}

#navBar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; /* Adds a transition effect when the padding is decreased */
  position: fixed; /* Sticky/fixed navBar */
  width: 100%;
  top: 0; /* At the top */
  z-index: 5; 
  background-color: rgba(0,0,0,0.0);
  font-family: 'Charlotte Southern', sans-serif;
  padding: 40px 0; /* Large padding which will shrink on scroll (using JS) */
     -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

#navBar.active {
 background-color:rgba(0,0,0,0.2) !important;
 z-index: 99;
}

.close {
	cursor: pointer;
}

#toTop {
  display: inline-block;
  background-color: #555;
  width: 41px;
  height: 41px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 70px;
  right: 15px;
  transition: background-color .3s, opacity .3s, visibility .3s;
  opacity: 0;
}
#toTop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 41px;
  color: #fff;
}
#toTop:hover {
  cursor: pointer;
  background-color: #333;
}
#toTop:active {
  background-color: #555;
}
#toTop.show {
  opacity: 1;
  visibility: visible;
}

.signature {
	font-family: 'Charlotte Southern', cursive;
	font-size: 52px;
	text-transform: capitalize;
	-webkit-transform: rotate(355deg);
	-moz-transform: rotate(355deg);
	-o-transform: rotate(355deg);
	text-align: center;
	margin-top:32px;
  margin-bottom: 10px;
}

.bgmain, .bgimgsub, .bgimg, .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .promoBar {
     -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.bgimg-1 {
  height: 100%;
}
.bgmain {
      height: 100vh;
}
.bgimgsub {
  height: 350px !important;
}

.bgimg-2 {
  min-height: 100px;
  display: flex;
  align-items: center;

}

.bgimg-3 {
min-height: 100px;
  display: flex;
  align-items: center;
}
.bgimg-4 {
min-height: 100px;
  display: flex;
  align-items: center;
}
.bgimg-5 {
  background-color: #777;
  background-image: url("/img/bgfooter-1.jpg");

}
.content {
  background: #eee;
}
.gastenpasTable td {
  display: block;
  text-align: center;
  vertical-align: middle;
}
.gastenpasTable tr {
  vertical-align: middle;
}
.teaTable td:nth-of-type(1) {
  font-weight: 400;
}
.gastenpasTable td:nth-of-type(2) {
  padding-bottom: 10px;
}

.gastenpasTable tr:last-child > td:nth-of-type(2) {
  padding-bottom: 0px;
}

#caption {
  position: absolute;
  display: flex;
    flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  font-family: 'Charlotte Southern', sans-serif;
  left: 50%;
  bottom: 80px;
  width: 90%;
  transform: translateX(-50%);
  text-align: center;
  color: #FFF;
  font-size: 75px;
  line-height: 100%;
    -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.captionText {
  flex-basis: 100%;
  visibility: hidden;
  width: 100%;
}

.captionButton {
  width: 325px; 
  height: 80px;
  line-height:80px; 
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
    -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  margin: -10px 0;
}

.captionButton:hover{
  -webkit-transform: scale(0.83, 0.83);
  transform: scale(0.83, 0.83);
}

#caption img {
  width: 300px;
}

.contentWrap > * {
  flex-basis: 100%;
}

.contentWrap {
  max-width: 1140px;
  padding: 25px;
}

.contentText  {
  background-color: #FFF;
  padding: 50px 25px;
}

.promoBar {
  gap: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  max-width: 1440px;
  margin: 0 auto; 
  color: #FFF;
  flex-wrap: wrap;
}

.promoImg {
  flex-grow: 1;
  width: 100%;
  align-self: center;
  justify-content: center;
  align-items: center;
  padding: 0 60px;
}

.promoText {
  width: 100%;
  align-self: center;
  text-align: center;
}

.promoText h2 {
  line-height: 100%;
  margin: 0;
  font-size: 48px;
}

.promoText span {
  display: none;
}

.contentImage  {
  background-size: cover; background-position:center center;
  margin-top: 25px;
  padding-top:66.67%; 
}

.welkom {
  background-position: center top !important;
}

.contentBar {
	max-width: 1140px; 
	margin: 0 auto; 
	padding: 25px;
}

.contentBar a, .contentText a, .contentWrap a, .conText a {
  color: #864B6E !important;
}
.contentBar a:hover, .contentText a:hover, .contentWrap a:hover, .conText a:hover {
  color: #777 !important
}
.conRow {
  max-width: 1140px;
  padding: 25px;
}

.conCol {
  background: #fff;
  padding: 50px 25px;
}

.conText  {
  padding: 50px 25px;
  padding-bottom: 0px;
  width: auto;
}

.conVac {
  padding-bottom: 50px;
}

.vacCaption {
  margin-bottom: -15px;
}

.vacCaption span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  position: relative;
  top: -10px;
}

.navMenukaart {
  text-transform:uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 23px !important;
  text-align: center;
  margin: 0 auto;
}

.navMenukaart ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
.navMenukaart li {
  line-height: 150%;
  border-bottom: 1px solid #777;
  padding: 5px 0;
}

.navMenukaart li:last-child {
  border-bottom: 0px;
}

.navMenukaart a {
  text-decoration: none;
  display: block;
  color: #777 !important;
  cursor: pointer;
}

.navMenukaart li a:hover{
  -webkit-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.navMenukaart a.active {
  cursor: default;
}

p + .arrangementWrap {
  margin-top: 25px;
}

.promoWrap, .arrangementWrap {
  text-align: center;
}

.arrangementPolaroid {
  background: #fff;
  padding: 15px;
  box-shadow: 0 0.2rem 1.2rem rgba(0,0,0,0.2);
  
}

.arrangementPolaroid > img{
  max-width: 100%;
  height: auto;
}

.arrangementCaption {
  font-size: 36px;
  text-align: center;
  padding-top: 10px;
  font-family: 'Charlotte Southern', sans-serif;
}

.promoPolaroid {
  background: #fff;
  padding: 15px;
  box-shadow: 0 0.2rem 1.2rem rgba(0,0,0,0.2);
  
}

.promoPolaroid > img{
  width: 100%;
  height: auto;
}

.promoCaption {
  font-size: 36px;
  text-align: center;
  font-family: 'Charlotte Southern', sans-serif;
}

.promoCaption span {
  display: inline-block;
  visibility: hidden;
}

.promoItem:hover {
  filter: none;
  transform: scale(1, 1) rotate(0deg) !important;
  transition: all 0.5s;
}
.promoItem:hover .promoPolaroid:before {
  content: '';
  position: absolute;
  z-index: -1;
  transform: rotate(0deg);
  height: 90%;
  width: 90%;
  right: 5%;
  box-shadow: 0 1rem 3rem rgba(0,0,0,0.2);
  transition: all 0.5s;
}

.promoItem .promoPolaroid:before {
  content: '';
  position: absolute;
  z-index: -1;
  transition: all 0.5s;
}

.promoRight {
  transform: scale(0.9, 0.9) rotate(5deg);
  transition: all 0.5s;
}
.promoRight .arrangementPolaroid:before {
  transform: rotate(5deg);
  height: 20%;
  width: 47%;
  left: 12px;
  bottom: 30px;
  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.4);
}
.promoLeft {
  transform: scale(0.9, 0.9) rotate(-3deg);
  transition: all 0.5s;
}
.promoLeft .arrangementPolaroid:before {
  transform: rotate(-3deg);
  height: 20%;
  width: 47%;
  left: 12px;
  bottom: 30px;
  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.4);
}

.teaItem {
  width: 100%;
}

.teaItem:nth-of-type(2), .teaItem:nth-of-type(3) {
  display: none;
}
.arrangementItem {
  display: inline-block;
  filter: grayscale(100%);
}
.arrangementItem + .arrangementItem {
  margin-top: 25px;
}

.arrangementItem a:hover, .informatieItem a:hover {
  color: #777 !important
}


.arrangementItem .arrangementPolaroid:before {
  content: '';
  position: absolute;
  z-index: -1;
  transition: all 0.5s;
}
.arrangementItem:nth-of-type(4n+1) {
  transform: scale(0.9, 0.9) rotate(5deg);
  transition: all 0.5s;
}
.arrangementItem:nth-of-type(4n+1) .arrangementPolaroid:before {
  transform: rotate(5deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  right: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.4);
}
.arrangementItem:nth-of-type(4n+2) {
  transform: scale(0.9, 0.9) rotate(-3deg);
  transition: all 0.5s;
}
.arrangementItem:nth-of-type(4n+2) .arrangementPolaroid:before {
  transform: rotate(-3deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  left: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.4);
}
.arrangementItem:nth-of-type(4n+3) {
  transform: scale(0.9, 0.9) rotate(4deg);
  transition: all 0.5s;
}
.arrangementItem:nth-of-type(4n+3) .arrangementPolaroid:before {
  transform: rotate(4deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  left: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.3);
}
.arrangementItem:nth-of-type(4n+4) {
  transform: scale(0.9, 0.9) rotate(-2deg);
  transition: all 0.5s;
}
.arrangementItem:nth-of-type(4n+4) .arrangementPolaroid:before {
  transform: rotate(-2deg);
  height: 20%;
  width: 47%;
  bottom: 30px;
  right: 12px;
  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.3);
}
.arrangementItem:hover {
  filter: none;
  transform: scale(1, 1) rotate(0deg) !important;
  transition: all 0.5s;
}
.arrangementItem:hover .arrangementPolaroid:before {
  content: '';
  position: absolute;
  z-index: -1;
  transform: rotate(0deg);
  height: 90%;
  width: 90%;
  bottom: 0%;
  right: 5%;
  box-shadow: 0 1rem 3rem rgba(0,0,0,0.2);
  transition: all 0.5s;
}
.kaart {
  display: none;
}
.kaart h2 {
  padding: 20px;
}
.kaartTitel {
  vertical-align: bottom; 
  line-height: 30px;
  font-family: 'Charlotte Southern', sans-serif;
  font-size: 28px;
  margin-bottom: 24px;
  display: inline-block;
}
.kaartSubtitel {
  vertical-align: bottom; 
  line-height: 30px;
  font-size: 18px;
  margin: 0 0 24px 5px;
  display: inline-block;
}
.kaartWrap {
  max-width: 100%;
  margin: 40px auto -35px auto;
}
.kaartWrap h2 {
  word-spacing: 25px;
  text-align: center;
}
.kaartWrap h3 {
  line-height: 36px;
  text-align: center;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  text-transform:uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
}
.kaartMasonry {
  columns: 1;
  column-gap: 25px;
}
.footer {
	max-width: 1140px;
	margin: 0 auto;
	color: #EEE;
	padding: 50px 25px 0;
  display: flex;
  flex-wrap: wrap;
}
.footer a:link, a:visited, a:hover, a:active { 
  color:#EEE;  }

  .footer p + p {
    margin-top: 18px;
  }
  .footer h2 {
    margin-top:52px;

  }
  .footer p + h2 {
    margin-top: 53px;
  }

  .footerCol {
    width: 100%;
  }

  .footerCol:nth-child(1) {
    order: 3
  }
  .footerCol:nth-child(2) {
    order: 2;
  }
  .footerCol:nth-child(3) {
    order: 1;
    margin-top: -52px;
  }
  .cryptedmail:after {
    content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); 
  }
  .social {
    width: 32px;
    height: 32px;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
  }

  .whatsapp {
    background: url("/img/whatsapp.png") no-repeat;
    background-size: 32px 32px;
  }
  .whatsapp:hover {
    background: url("/img/whatsapphover.png") no-repeat;
    background-size: 32px 32px;
  }
  .facebook {
    background: url("/img/facebook.png") no-repeat;
    background-size: 32px 32px;
  }
  .facebook:hover {
    background: url("/img/facebookhover.png") no-repeat;
    background-size: 32px 32px;

  }
  .instagram {
    background: url("/img/instagram.png") no-repeat;
    background-size: 32px 32px;
  }
  .instagram:hover {
    background: url("/img/instagramhover.png") no-repeat;
    background-size: 32px 32px;

  }
  .google {
    background: url("/img/google.png") no-repeat;
    background-size: 32px 32px;
  }
  .google:hover {
    background: url("/img/googlehover.png") no-repeat;
    background-size: 32px 32px;

  }
  .tripadvisor {
    background: url("/img/tripadvisor.png") no-repeat;
    background-size: 32px 32px;
  }
  .tripadvisor:hover {
    background: url("/img/tripadvisorhover.png") no-repeat;
    background-size: 32px 32px;
  }
  .masonry-item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px;
    width: 100%;
  }
  .gerecht{
    display: flex;
    flex-flow: wrap;
    margin-bottom:10px;
  }
  .gerechtNaam{
    width: 75%;
    font-weight: 400;
  }

  .gerechtPrijs{
    width: 25%;
    text-align: right;
    /*position: relative; */
    font-weight: bold;
  }
/*
.gerechtPrijs:before{      content:'€';      margin-right: 5px;      position: absolute; left:5px;  } */
.gerechtOmschrijving{
  flex: 2;
}
@media only screen and (min-width: 767px) {
  .kaartMasonry {
    columns: 2;
  }
}
.masonry-content {
  overflow: hidden;
}

.grecaptcha-badge {
  visibility: hidden
}

.gm-style-iw {
  width: 325px !important;
  top: 15px !important;
  left: 0px !important;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
  border: 1px solid rgba(72, 181, 233, 0.6);
  border-radius: 2px 2px 10px 10px;
}
#iw-container {
  margin-bottom: 10px;
}

.gm-style .gm-style-iw a {
  color: #777 !important;
  font-size: 16px !important;
  font-family: 'Open Sans', sans-serif !important;
}