@charset "utf-8";
/* CSS Document */
body {font-family: "Lato", sans-serif;  font-size: 1.2rem;
}
body.large-text {
  font-size: 1.5rem;
}

@import url(https://db.onlinewebfonts.com/c/24cc143402cf552376610b44035b4ae9?family=Mousse+Script+W00+Regular);
@font-face {
    font-family: "Mousse Script W00 Regular";
    src: url("https://db.onlinewebfonts.com/t/24cc143402cf552376610b44035b4ae9.eot");
    src: url("https://db.onlinewebfonts.com/t/24cc143402cf552376610b44035b4ae9.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/24cc143402cf552376610b44035b4ae9.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/24cc143402cf552376610b44035b4ae9.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/24cc143402cf552376610b44035b4ae9.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/24cc143402cf552376610b44035b4ae9.svg#Mousse Script W00 Regular")format("svg");
}

.turquoise {color:#00b8bb;}
.blauw {color:#c4ecff;}
.bg-turquoise {background-color:#00b8bb;}
.bg-blauw {background-color:#c4ecff;}
.bg-lblauw {background-color:#eaf7fd;}

h1 {font-family: "Mousse Script W00 Regular";font-size:55px;} 

h2, h3, h4 {font-family: "Mousse Script W00 Regular";  font-weight: 400;  font-style: normal;} 

.titel {font-family: "Patrick Hand", cursive;font-weight: 700; font-size:25px;line-height:30px;}

.schrijf {font-family: "Patrick Hand", cursive;}

a {color:#00b8bb;text-decoration: none;}
a:hover {color:#c4ecff;}

a:hover .card-text {color:#000;}

.foto {transform: rotate(-3deg);transition: all .5s ease;}
.foto:hover {transform: rotate(0deg) scale(1.1);}

.grow {transform: scale(1);transition: all .5s ease;}
.grow:hover {transform: scale(1.1);}


.lead {font-weight: 500; font-size:1.4rem;}

.headerblok {background-size:cover;background-position:center center;height:500px;}
.ondertitel {max-width: 400px;font-family: "Patrick Hand", cursive;font-size:35px;line-height: 45px; color:#00b8bb;}

.img-left { width: 100%;height:500px;margin-top:60px;margin-left:-3px; border-bottom-right-radius: 300px; border-top-right-radius: 300px;border:3px solid #fff;background-size:cover;background-position:center center;transition: all 1s ease;}

.img-right { width: 100%;height:500px;margin-top:60px;margin-right:-3px; border-bottom-left-radius: 300px; border-top-left-radius: 300px;border-top:3px solid #fff;border-bottom:3px solid #fff;border-left:3px solid #fff;background-size:cover;background-position:center center;transition: all 1s ease;}

.img-bottom {width: 100%;height:800px;border-top-left-radius:400px;border-top-right-radius:400px;border:3px solid #fff;background-size:cover;background-position:center center;margin-left:-50px;margin-top:-100px;border-bottom:0px;}

.blok {width: 100%;min-height:300px;padding:25px; text-align:center;border-radius: 15px; background-color:#cdd9bc;margin-bottom:25px;}
.blok-titel {font-size:1.5rem;font-weight: 600;margin-bottom:10px; color:#c4ecff;}

.breadcrumbs-section {position:fixed;width:100%;height:auto;background-color:#fcf0d3;top:auto;z-index:1;}


/* Zorg dat dropdown op hover opent */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* voorkomt springende animatie */
}

.btn {padding:.4rem 2rem;}

.btn-primary,
.btn-primary:disabled,
.btn-primary.disabled {
  background-color: #00b8bb;
  border-color: #00b8bb;
  color: #fff;font-weight: 600;border-radius:20px;font-size:1.2rem;transition: all .3s ease;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  background-color: #c4ecff;
  border-color: #c4ecff;
  color: #00b8bb;
}

.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle,
.btn-check:checked + .btn,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #00b8bb;
  border-color: #fff;
  color: #fff;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus:active,
.btn-primary:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(234, 138, 0, 0.5) !important;
  outline: none !important;
}

.btn-primary:focus-visible {
  border-color: #fff !important;
}

/* Outline-variant */
.btn-outline-primary {
  color: #00b8bb;
  border-color: #00b8bb;
	border-width:2px;
	font-weight: 600;border-radius:20px;font-size:1.2rem;transition: all .3s ease;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
	background-color:#00b8bb;
  color: #fff;
  border-color: #00b8bb;
}

.btn-outline-primary:active {
  background-color: #c4ecff;
  border-color: #fff;
}


.navbar {
 background-color: #fff;
	height: 80px;
  width: 100%;
  z-index: 10; /* Zorg dat hij boven de carousel zit */
}
#siteLogo {
  transition: all 1s ease;
  height: auto;
	padding-top:15px;
	width: 200px;
}

.navbar.scrolled #siteLogo {
	padding-top:25px;
  width: 100px; /* Kleiner formaat bij scrollen */
}

.nav-link {text-transform: uppercase;font-size: 1rem;font-weight: 400;color:#00b8bb;}


.knop-spoed {display:inline-block;width: 150px;height:130px;border:1px solid #fff;border-radius:10px;background-color:#00b8bb;color:#fff;text-align: center;padding:20px;margin-top:100px;margin-right:15px;font-size:30px;}


.input-zoek {font-size: 2rem; padding: 1.5rem}

iframe {    max-width: 100%;width: 100%;margin: 0;line-height: 1; border: none;	height: 300px;}


.image-thumbnail {
  height: 150px;
  margin: 10px;
  transition: transform 0.3s ease;
}
.image-thumbnail:hover {  transform: scale(1.03);}

.carousel-item {  height: 600px;  position: relative;}
.carousel-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.carousel-caption {
  position: relative;
  top:0; left: 0;
	height: 600px;
  transform: translate(0%, 0%);
  z-index: 2;
  color: white;
  text-align: center;
  backdrop-filter: brightness(0.5); 
}
.carousel-caption h1 {  font-size: 3rem;  font-weight: bold;}
.carousel-caption p {  font-size: 1.25rem;}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M4.5 0L3.09 1.41 5.67 4 3.09 6.59 4.5 8 8.5 4z' transform='rotate(180 4 4)'/%3E%3C/svg%3E");
  background-size: 100% 100%;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M4.5 0L3.09 1.41 5.67 4 3.09 6.59 4.5 8 8.5 4z'/%3E%3C/svg%3E");
  background-size: 100% 100%;
}

.card {border: 2px solid #00b8bb;border-radius:15px; height:200px;overflow:hidden;text-align:center;}
.card-body {color:#fff;background-color:#00b8bb;transition: all 0.5s ease;}
.card-body:hover {background-color:#c4ecff;}

.card-logo {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
	transition: transform 0.5s ease;
	height:200px;
}
.card-logo:hover {  transform: scale(1.1);}


.accordion-button:not(.collapsed) {    color:#FFF; background-color: #00b8bb;}
h2.accordion-header { font-family: "Lato", sans-serif; }
.accordion-item:first-of-type>.accordion-header .accordion-button {font-weight: 700;    font-size: 20px;}
.accordion-button {    font-size: 20px; font-weight: 700;   color: #00b8bb;    }

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	transition: transform 0.5s ease;
	height:200px;
}
.bg-image:hover {  transform: scale(1.1);}

.team-photo {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
	border:3px solid #fff;
  aspect-ratio: 1 / 1; /* Zorgt voor een vierkant, dus een perfecte cirkel */
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.5s ease;
}

.team-photo:hover img {  transform: scale(1.1);}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(180, 82, 154, 0.6);
  color: white;
  opacity: 0;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  padding: 10px;
  text-align: center;
}

.team-photo:hover .overlay {  opacity: 1;}


#scrollTopBtn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 99;
  font-size: 24px;
  border: none;
  outline: none;
  background-color: #00b8bb;
  color: white;
  cursor: pointer;
  padding: 12px 16px;
	width: 50px;
	height: 50px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
opacity: 0;
  visibility: hidden;
  transition: all 1s ease, visibility 0.5s;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M4.5 0L3.09 1.41 5.67 4 3.09 6.59 4.5 8 8.5 4z' transform='rotate(-90 5 5)'/%3E%3C/svg%3E");
}
#scrollTopBtn:hover {  background-color: #c4ecff;}
#scrollTopBtn.show {  opacity: 1;  visibility: visible;}


.parallax-banner {
  position: relative;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-banner p { font-size:20px;}

.parallax-overlay {
  position: relative;
  width: 100%;
  padding: 60px 20px; /* ruimte boven/onder */
}

.parallax-content {
  position: relative;
  z-index: 2;
}

.parallax-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.parallax-banner.orange-overlay::before {background-color: rgba(234, 138, 0, 0.85); /* oranje */}
.parallax-banner.white-overlay::before {background-color: rgba(255, 255, 255, 0.85); /* wit */}
.parallax-banner.rood-overlay::before {background-color: rgba(255, 0, 0, 0.5); /* blauw */}


#slidebox {
  position: fixed;
  bottom: -300px;
  right: 20px;
  width: 280px;
  background: #f4f4f4;
  border: 2px solid #00b8bb;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  transition: bottom 0.5s ease;
  z-index: 9999;
  font-family: sans-serif;
}

#slidebox.show {
  bottom: 0;
}

.slidebox-header {
  background: #00b8bb;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  justify-content: space-between;
  align-items: center;
}

#slidebox form {
  padding: 15px;
}

#slidebox input,
#slidebox button {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#slidebox button {
  background-color: #00b8bb;
  color: white;
  border: none;
  cursor: pointer;
}

#slidebox button:hover {
  background-color: #c4ecff;
}

.snippet {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* aantal regels */
    overflow: hidden;
    text-overflow: ellipsis;
}


.sponsor-container {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
}

.sponsor-track {
  display: flex;
  width: max-content;
  animation: scroll 40s linear infinite;
}


.sponsor-track a {
  flex: 0 0 250px; /* vaste breedte */
  display: flex;
  justify-content: center;
  align-items: center;
}

.sponsor-track img {
  max-width: 120px;
  height: auto;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.sponsor-track img:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* animatie */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


footer {background-color:#333;color:#fff;}
footer a {color:#c4ecff;}

.scroll-in-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.6s ease-out;
}

.scroll-in-right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.6s ease-out;
}

.scroll-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.scroll-in-down {
  opacity: 0;
  transform: translateY(-30px);
  transition: all 0.6s ease-out;
}
.scroll-in-left.visible,
.scroll-in-right.visible,
.scroll-in-up.visible,
.scroll-in-down.visible {
  opacity: 1;
  transform: translate(0, 0);
}


/*  ----pad met vlinder----  */
.vlinder {position: absolute; margin-top:-200px;left:0px;}
.vlinder2 {position: absolute; margin-top:-200px;right:0px;}

 svg {width: 800px;height: 400px;  transition: all 0.6s ease-out; }

  #flightPath {
    stroke: #00b8bb;
    stroke-width: 1;
    fill: transparent;
    stroke-dasharray: 1000;  
    stroke-dashoffset: 1000; 
    animation: none;
  }

#flightPath2 {
    stroke: #00b8bb;
    stroke-width: 1;
    fill: transparent;
    stroke-dasharray: 500;  
    stroke-dashoffset: 500; 
    animation: none;
  }

  @keyframes draw {    to {stroke-dashoffset: 0; }  }

  #butterfly {width: 150px;height: 150px;
    offset-path: path("M73,333 C10,280 46,223 123,227 C152,226 171,215 189,196 C224,128 155,73 107,119 C81,139 74,216 189,197 C226,188 246,183 276,157 C311,124 378,78 435,133");
    offset-distance: 0%;
    offset-rotate: auto;
	  transform: translateY(-80px) translateX(-80px); 
  }

#butterfly2 {width: 150px;height: 150px;
    offset-path: path("M557,168 C514,119 450,74 335,101 C147,126 275,265 319,167 C358,77 183,22 73,167");
    offset-distance: 0%;
    offset-rotate: auto;
	  transform: translateY(-80px) translateX(-80px); 
  }

  @keyframes fly {to {offset-distance: 100%;}  }




@media (max-width: 1200px) {
section { scroll-margin-top: 500px;}
.navbar {height: auto;}
#siteLogo {	width: 150px;}
.navbar.scrolled #siteLogo { padding-top:0px; width: 80px;}
	.lead {font-size:1.3rem;}
.team-photo { width: 150px; height: 150px;}
.dropdown-menu-center { margin:0 auto; width: auto;  }
	.breadcrumbs-bg {background-color: #fcf0d3;}
	.vlinder {margin-top:-230px;}
	 svg {width: 600px; }
}

@media (max-width: 991.98px) {
	.headerblok {height:auto;}
	h1 {font-size:35px;} 
.ondertitel {font-size:25px;line-height: 35px;}
.img-left {height:300px;margin-top:50px;}
	.img-right {height:300px;margin-top:50px;margin-bottom:50px;}
	.img-bottom {width: 100%;height:300px;border-top-left-radius:0px;border-bottom-right-radius:400px;margin-left:-20px;margin-top:50px;border-bottom:3px solid #fff;}
	.vlinder {margin-top:-250px;}
	svg {width:380px; }

}
  
@media (max-width: 768px) {
.img-left { margin-top:40px;}	
.img-bottom { margin-top:40px;}	
.img-right { margin-top:40px;}	
.blok {min-height:auto;}
.input-zoek {font-size: 1rem; padding: 15px;}
.parallax-banner {background-attachment: scroll;  }
.team-photo {overflow: visible;margin-bottom:60px; width: 180px;height:180px;}
.overlay { position: relative;background-color:transparent;opacity: 1;color:#c4ecff; border-radius: 0%;padding: 0px;margin-bottom:100px;font-size:16px;padding-top:5px;}
.card {flex-direction: row;height:150px;}
.bg-image {height:100px;width: 100px;}
.card-logo {height:140px;width: auto;margin:0 auto;}
.card-body {display:none}
.card-img, .card-img-top {border-top-right-radius: 0px;aspect-ratio: 16/9;object-fit: cover;}
p.card-text {font-size:14px;line-height: 18px;}		
	.vlinder {margin-top:-280px;}
	svg {width:280px; }
}

