.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
    width: 100%;
     max-height: 800px;
  position: relative;
    
   
}


/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/* Nieuwe Wellness pagina */

#cta_wellness {
    background-color: #ccd2c0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 55vh;
    overflow: hidden;
}

#cta_wellness h1, #cta_wellness h2 {
    color: #222a12;
}

#cta_wellness h2 {
    font-family: 'Sriracha', cursive;
}

#cta_wellness hr {
    border-top: 2px solid white;
}

#cta_bg {
    background-color: rgba(255, 255, 255, .3);
}

#prive {
    min-height: 10vh;
}

#uitleg_wellness {
    min-height: 35vh;
}

#uitleg_wellness hr {
    width: 30%;
}

video {
    max-width: 100%;
    overflow: hidden;
}

#arrangementen {
    background-color: #ccd2c0;
}

#carousel2 {
    height:360px;
}

#carousel2inner img {
    height: 60vh;
    width: auto;
    object-fit: contain;
    margin: auto;
}

#relax {
    background-color: #ccd2c0;
}

#relax h1 {
    font-family: 'Kalam', cursive;
}

#relax hr {
    border-top: 3px solid white;
}