html, body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
  overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

.container {
    overflow-x: hidden;
}

.nav-link {
  font-family: "Montserrat", sans-serif;
}

.fa-star {
  color: #efc863;
}

#map {
  height: 100%;
}

#videoBG {
  position: fixed;
  z-index: -1;
}

@media (min-aspect-ratio: 16/9) {
  #videoBG {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  #videoBG {
    width: auto;
    height: 100%;
  }
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -10;
}
.title {
  margin-top: 80px; 
  font-size: 80px;
  text-shadow: 1px 1px 2px black;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 768px) {
  .title {
    font-size: 70px;
  }
}

@media (max-width: 480px) {
  .title {
    font-size: 60px;
    margin-top: 80px;
  }
}

.title-sm {
  font-family: "Open Sans", sans-serif;
  text-shadow: 1px 1px 2px black;
  font-weight: normal !important;
  font-size: 20px;
  color: #fff;

}

.navwhatsapp {
    width: 150px;
}

.elementor-shape[data-negative="false"].elementor-shape-bottom,
.elementor-shape[data-negative="true"].elementor-shape-top {

  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);

}

#water-bg {
  background-color: transparent;
  background: url(/img/golven.jpg) rgba(36, 165, 229, 0.9);

  background-blend-mode: multiply;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -20px;
}

.elementor-shape .elementor-shape-fill {

  fill: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);

}

.elementor-shape-fill-gray {
  fill: #777;
}

.elementor-shape-fill-light {
  fill: #f8f9fa;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -10;
}

.video-container>video {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -10;
}

.whats-app-link {
  position: relative;
  top: -5px;
  min-width: 220px;
}

.whats-app-link img {
  position: absolute;
  top: 0;
  z-index: 2;
}

.whats-app-link span {
  background-color: #40c351;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  margin-left: 30px;
  position: relative;
  top: 5px;
  padding: 5px;
  padding-right: 12px;
  padding-left: 28px;

}

.text-base-mid {
  vertical-align: -webkit-baseline-middle;
}

.map-iframe {
  max-width: 100%;
  height: auto;
  min-height: 300px;
}

@media screen and (max-aspect-ratio: 1920/1080) {
  .video-container>video {
    height: 100%;
  }
}

@media screen and (min-aspect-ratio: 1920/1080) {
  .video-container>video {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
    .navwhatsapp {
        width: unset;
    }
}


.link_partners {
  color: #FFF;

}
.link_partners a {
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
}

.link_partners a:hover {
  color: #CCC;
  text-decoration: underline;
}

.social-links {
  display: inline-block;
  width: 48px;
  height: 48px;
}

.social-links:not(:first-child) {
  margin-left: -6px;
}

#insta {
  background: url('/img/social/social-instagram.svg');
}

#fb {
  background: url('/img/social/social-facebook.svg');
}

#tweet {
  background: url('/img/social/social-twitter.svg');
}

.pl-0 {
  padding-left: 0;
}

.mt-10 {
  margin-top: 10px;
}

.video-container-intro {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #FFF;
}
.video-container-intro video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Seaweed+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Berkshire+Swash&family=Pacifico&family=Playwrite+HU:wght@100..400&family=Seaweed+Script&display=swap');
</style>
.youtube-video {
  position: relative;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
}

.youtube-thumbnail {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.play-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.play-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  border: 4px solid #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.play-button:hover {
  background-color: rgba(255, 0, 0, 0.8);
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .play-button {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
    border-width: 3px;
  }
}

@media (max-width: 480px) {
  .play-button {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    border-width: 2px;
  }
}

.fb-placeholder {
    width: 100%;
    min-width: 600px; /* Pas aan naar wens */
    height: 500px; /* Pas aan naar wens */
    display: flex;
    text-align: center;
}

/* Extra ruimte voor reviews op mobiele apparaten */
@media (max-width: 767px) and (orientation: portrait) {
  .carousel-caption {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* Verwijder witruimte aan de linkerkant van reviews op mobiele apparaten */
@media (max-width: 767px) {
  #myCarousel .container {
    padding-left: 0;
  }
  
  #myCarousel .carousel-caption {
    text-align: left;
    padding-left: 0;
  }
}

/* Styling voor de beschikbaarheidstabel */
#weekDays th {
  width: 14.28%; /* 100% / 7 dagen = 14.28% */
  text-align: center;
  vertical-align: middle;
  padding: 8px 4px;
}

.weekday {
  font-weight: bold;
  margin-bottom: 4px;
}

.date {
  font-size: 0.9em;
  color: #666;
}

/* Zorg dat de eerste kolom (tijdstip) smaller is */
#weekDays th:first-child,
#timeSlots td:first-child {
  width: 80px;
  min-width: 80px;
}

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Berkshire+Swash&family=Pacifico&family=Playwrite+HU:wght@100..400&family=Seaweed+Script&display=swap');