@charset "utf-8";
/* CSS Document */
body {font-family: "Lato", sans-serif;  font-size: 1.2rem;
}
body.large-text {
  font-size: 1.5rem;
}

.groen {color:#94b05a;}
.paars {color:#b4529a;}
.bg-groen {background-color:#94b05a;}
.bg-lgroen {background-color:#eaefde;}
.bg-paars {background-color:#b4529a;}
.bg-lpaars {background-color:#f0ddeb;}

h1, h2, h3, h4 {font-weight: 700;} 

a {color:#94b05a;text-decoration: none;}
a:hover {color:#b4529a;}

a:hover .card-text {color:#000;}

.lead {font-weight: 500; font-size:1.4rem;}

.headerblok {height:500px;}

.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:#eaefde;margin-bottom:25px;}
.blok-titel {font-size:1.5rem;font-weight: 600;margin-bottom:10px; color:#b4529a;}

.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: #b4529a;
  border-color: #b4529a;
  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: #94b05a;
  border-color: #fff;
  color: #fff;
	margin-top:-10px;
	padding-bottom:1.2rem;
}

.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: #94b05a;
  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: #fff;
  border-color: #fff;
	font-weight: 600;border-radius:20px;font-size:1.2rem;transition: all .3s ease;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: #fff;
  color: #b4529a;
  border-color: #fff;
	margin-top:-10px;
	padding-bottom:1.2rem;
}

.btn-outline-primary:active {
  background-color: #b4529a;
  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: 250px;
}

.navbar.scrolled #siteLogo {
	padding-top:25px;
  width: 100px; /* Kleiner formaat bij scrollen */
}

.nav-link {text-transform: uppercase;font-size: 1rem;font-weight: 400;}

.input-zoek {font-size: 2rem; padding: 1.5rem}



.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 #94b05a;border-radius:15px; height:200px;overflow:hidden;text-align:center;}
.card-body {color:#fff;background-color:#94b05a;transition: all 0.5s ease;}
.card-body:hover {background-color:#b4529a;}

.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);}

.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: #94b05a;
  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: #b4529a;}
#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 #94b05a;
  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: #94b05a;
  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: #94b05a;
  color: white;
  border: none;
  cursor: pointer;
}

#slidebox button:hover {
  background-color: #b4529a;
}

.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 120s linear infinite;
}


.sponsor-track a {
  flex: 0 0 200px; /* 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:#b4529a;}

.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);
}



@media (max-width: 1200px) {
section { scroll-margin-top: 500px;}
.navbar {height: auto;}
#siteLogo {	width: 200px;}
.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;}
}

@media (max-width: 991.98px) {
	.headerblok {height:auto;}

	.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;}

}
  
@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:#b4529a; 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;max-width: 100%}
p.card-text {font-size:14px;line-height: 18px;}		
.sponsor-track { animation: scroll 80s linear infinite;}
.sponsor-track a {  flex: 0 0 100px;}
.sponsor-track img {max-width: 80px;}

}

