
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

@font-face {
    font-family: 'Bernadette';
    src: url('../fonts/bernadette.woff2') format('woff2'),
         url('../fonts/bernadette.woff') format('woff'),
         url('../fonts/bernadette.ttf') format('truetype');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
	}

/* groen: #b5cd3d */
/* lichtgroen: #e0e895 */

body{
	font-family: 'Roboto', sans-serif; 
	height: 100%;
	}

.hp-visual-bg, .hp-visual-text {
	height: 70vh;
	}

img{
	max-width: 100%;
	height: auto;
	}

.background-groen {
	background-color: #b5cd3d; 
	}

.background-lichtgroen {
	background-color: #e0e895; 
	}

.chevron {
	height: 50px;
	}

/* fix safari stretchen img t.o.v. tekst */

.responsive-img-container {
    aspect-ratio: 4 / 3; /* of 16 / 9 etc. afhankelijk van je layout */
    width: 100%;
    overflow: hidden;
    display: flex;
	}

.responsive-img-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
	}

/* end fix safari */

.cky-btn-revisit-wrapper {
	/*display: none !important;*/
	}

.scrolling-wrapper {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	background: #212529;
	padding-top: 10px;
	padding-bottom: 10px;
	}

.scrolling-text {
	display: inline-block;
	padding-left: 100%; /* Begin buiten beeld */
	animation: scroll-left 10s linear infinite;
	color: white;
	font-size: 1.4rem;
	}

@keyframes scroll-left {
  0% {
	transform: translateX(0%);
  }
  80% {
	transform: translateX(-100%);
  }
  100% {
	transform: translateX(-100%); /* extra ruimte = pauze */
  }
}

.container {
	display: table;
	}

.navbar {
	width: 100%;
	background-color: #e0e895;
	background-color: white;
	}

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

.nav-link:active,
.nav-item .nav-link:active {
	background-color: transparent !important;
	color: inherit !important; /* Of je gewenste kleur */
	}

.dropdown-item.active, .dropdown-item:active {
	background-color: #b5cd3d !important;
	}

.offcanvas {
	background-color: #e0e895 !important;
	}

#menu-main-navigation { 
	width: 100%;
	}

.custom-logo {
	width: 215px;
	display: block;
	}

.logo img {
	width: 100%;
	}

.fancy-heading {
    font-family: 'Bernadette', 'Brush Script MT', cursive;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
	color: white;
	padding: 1rem;
	font-size: 2.5rem;
	-webkit-text-shadow: 0px 0px 30px rgba(0,0,0,1);
	-moz-text-shadow: 0px 0px 30px rgba(0,0,0,1);
	text-shadow: 0px 0px 30px rgba(0,0,0,1);
	}

.bernadette  {
    font-family: 'Bernadette', 'Brush Script MT', cursive;
	}

html.fonts-loaded .fancy-heading {
    opacity: 1;
	}

.small-devices {
	display: block;
	visibility: visible;
	}

.big-devices {
	display: none;
	visibility: hidden;
	}

a {
	color: #212529;
	}

a:link {
	color: #212529;
	}

a:visited {
	color: #212529;
	}

a:hover {
	color: black;
	}

a:active {
	color: #212529;
	}

.breadcrumb-row {
	/*background-color: #e0e895;*/
	width: 100%;
	height: 35px;
	display: table;
	}

.breadcrumbs {
	height: 35px;
	padding: 0.4rem 0rem;
	font-size: 0.8rem;
	display: table;
	}

/* BOTTOM MENU */

.footer li {
	margin-right: 25px;
	list-style-type: none;
	margin-bottom: 5px;
	}

.footer ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.footer a:link {
	color: white;
	}

.footer a:visited {
	color: white;
	}


.footer a:hover {
	color: rgba(255, 255, 255, 0.75);
	}

.footer a:active{
	color: white;
	}

/* navigatie footer klein */

.nav-small li {
	margin-right: 20px;
	list-style-type: none;
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.8rem;
	margin-bottom: 5px;
	}

.nav-small ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.nav-small a:link {
	color: rgba(255, 255, 255, 0.5);
	}

.nav-small a:visited {
	color: rgba(255, 255, 255, 0.5);
	}


.nav-small a:hover {
	color: rgba(255, 255, 255, 0.25);
	}

.nav-small a:active{
	color: rgba(255, 255, 255, 0.5);
	}


#toTop{
	position: fixed;
	bottom: 15px;
	right: 15px;
	cursor: pointer;
	display: none;
	z-index: 100;
	}


.btn-top {
	background-color: rgba(181, 205, 51, 0.5);
	border-radius: 0.25rem;
	}

.btn-top:hover {
	background-color: rgba(181, 205, 51, 1);
	}

.svg-top {
	width: 30px;
	margin: auto;
	text-align: center;
	}

/* Wrapper voor de afbeelding aan de rechterkant */
.banner-image {
    position: absolute;
    top: 0rem;
    bottom: 0rem;
    right: 0;
    width: calc(100vw - 50%); /* vult alles rechts van de 50% kolom */
    overflow: hidden;
    z-index: 0;
    }

/* Afbeelding zelf */
.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    }

.breadcrumb {
    font-size: 0.85rem;
}

.breadcrumb a {
  color: #5a6d00; /* jouw gewenste kleur */
  text-decoration: none; /* optioneel: geen onderstreping */
}

.breadcrumb a:hover {
  color: #3e4d00; /* donkerdere variant voor hover */
  text-decoration: underline; /* optioneel: bij hover onderstrepen */
}

.breadcrumb .breadcrumb-item.active {
  color: #333;
  font-weight: 500;
}

/* C O N T A C T F O R M */

.wpcf7-form-control {
	display: table;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	}

.wpcf7-form label {
	display: block;
	width: 100%;
	margin-bottom: 0.5em; /* optioneel voor ruimte tussen label en input */
	}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	width: 100%;
	box-sizing: border-box;
	display: block;
	}

.wpcf7-form-control-wrap {
	width: 100%;
	display: block;
	}



.wpcf7-submit {
    color: #fff;
    background-color: #b5cd3d;
	-webkit-appearance: none;
	}
/*
.wpcf7-submit:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
	-webkit-appearance: none;
	}
*/

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px solid #f00;
	text-align: center;
	}

.wpcf7 textarea {
	min-height: 184px;
	}

/*.wpcf7-response-output {
	color: #ffb900;
	color: #46b450;
	}*/

.btn-primary:link {
	color: white !important;
  -webkit-appearance: none;
	}

.btn-dark:link {
	color: white !important;
  -webkit-appearance: none;
	}

.btn-dark:visited {
  -webkit-appearance: none;
	}

.btn-dark:hover {
  -webkit-appearance: none;
	}

.btn-dark:active {
  -webkit-appearance: none;
	}

.btn-light:link {
  -webkit-appearance: none;
	}

.btn-light:visited {
  -webkit-appearance: none;
	}

.btn-light:hover {
  -webkit-appearance: none;
	}

.btn-light:active {
  -webkit-appearance: none;
	}


 .navbar-toggler:focus, .navbar-toggler:active {
	outline: none;
    box-shadow: none;
	}

.responsive-img {
	aspect-ratio: 4 / 3;
	}

.responsive-img-news {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
	height: auto;
	display: block;
	}


.cky-btn-revisit-wrapper {
	background: #b5cd3d !important;
	background-color: rgb(181, 205, 61) !important;
	}

.woosh-primary-small {
	visibility: visible;
 	display: block;
	}

.woosh-primary-big {
	width: 0%;
	height: 0;
 	display: none;
	visibility: hidden;
	}

/* RESPONSIVE CSS
-------------------------------------------------- */


/* iPAD PORTRAIT 40em */


@media screen and (min-width: 576px) {
	
	.hp-visual-bg, .hp-visual-text {
		height: 80vh;
		}
	
	.footer li {
		display: inline;
		}
	
	.scrolling-text {
		animation: scroll-left 12s linear infinite;
		}
}

@media screen and (min-width: 768px) {
  
	.scrolling-text {
		animation: scroll-left 15s linear infinite;
		}
	
	.fancy-heading {
		font-size: 4rem;
		}
	
	.small-devices {
		display: none;
		visibility: hidden;
		}

	.big-devices {

		display: block;
		visibility: visible;
		}
	
	.chevron {
		height: 107px;
	}
	
	.responsive-img {
		aspect-ratio: 4 / 3;
	}
	
	.responsive-img-news {
		aspect-ratio: 16 / 9;
	}
}	

/* iPAD LANDSCAPE */

@media screen and (min-width: 1024px) {
	
	.scrolling-text {
		animation: scroll-left 20s linear infinite;
		}
}	


@media screen and (min-width: 1280px) {

	.scrolling-text {
		animation: scroll-left 24s linear infinite;
		}		
}

@media screen and (min-width: 1920px) {

	.scrolling-text {
		animation: scroll-left 30s linear infinite;
		}

}

@media screen and (min-width: 2000px) {
	
	.woosh-primary-small {
		visibility: hidden;
		display: none;
		}

	.woosh-primary-big {
		visibility: visible;
 		display: block;
		}
	
}