:root{
	/* Basic */
	--white:255,255,255;
	--black:0,0,0;
	/* Primair */
	--koole-petrol:7,102,102;
	--koole-yellow:251,186,58;
	--koole-ruby-red:165,35,55;
	/* Secundair */
	--koole-haze:142,69,85;
	--koole-green:126,174,41;
	--liquid-nitrogen:243,243,244;
	--mirage-lake:74,146,146;
}
.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
	padding-right:var(--bs-gutter-x,2rem);
	padding-left:var(--bs-gutter-x,2rem);
}
.row{
	--bs-gutter-x:4rem;
	--bs-gutter-y:4rem;
	/* margin-top:calc(-.5 * var(--bs-gutter-y)); */
}
.row>*{margin-top:calc(var(--bs-gutter-y) * .5);margin-bottom:calc(var(--bs-gutter-y) * .5)}
/* Reset */
*,*::before,*::after{box-sizing:border-box}
*{margin:0;font-family:'Open Sans',sans-serif;font-weight:400}
html, body{height:100%;background:rgb(var(--white))}
html{font-size:62.5%}
body{color:rgb(var(--black));font-size:1.7rem;line-height:1.5;-webkit-font-smoothing:antialiased}
/*
img,picture,video,canvas,svg,iframe,object,embed{display:block;max-width:100%}
*/
:where(img,picture,video,canvas,svg,iframe,object,embed){display:block;max-width:100%;height:auto}
input,button,textarea,select{font:inherit}
p,h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{overflow-wrap:break-word}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:'Poppins',sans-serif}
h1 *,h2 *,h3 *,h4 *,h5 *,h6 *,.h1 *,.h2 *,.h3 *,.h4 *,.h5 *,.h6 *{font:inherit}
.h1,.h2,.h3,.h4,.h5,.h6{display:block}
h1,.h1{font-size:4.5rem;font-weight:800}
h2,.h2{font-size:3.0rem;color:rgb(var(--koole-petrol));font-weight:800}
h3,.h3{font-size:2rem;color:rgb(var(--koole-petrol));font-weight:800}
a{transition:.3s all ease-out}
a:not(.btn):is(:active, :focus, :hover, .active){color:#f70}
:where(ul,ol){list-style:none}
table{border-collapse:collapse;border-spacing:0}
/*
::-webkit-input-placeholder{color:#7f7f7f;color:rgba(0,0,0,.5)}
::-moz-placeholder{color:#7f7f7f;color:rgba(0,0,0,.5)}
:-ms-input-placeholder{color:#7f7f7f;color:rgba(0,0,0,.5)}
:-moz-placeholder{color:#7f7f7f;color:rgba(0,0,0,.5)}
*/
:is(::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder){color:#7f7f7f;color:rgba(0,0,0,.5)}
#root,#__next{isolation:isolate}
/* Class voor toegankelijkheid. Verberg een tekst visueel,maar laat deze staan voor screenreaders. Bijvoorbeeld een label in een formulier*/
.visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(1px 1px 1px 1px);overflow:hidden;white-space:nowrap}
/* Standaard styling voor de standaard cookie-melding */
.cookie-popup{position:fixed;width:100%;padding:1rem;bottom:0;background:#fff;background:rgba(255,255,255,.85);box-shadow:0 0 5px rgba(0,0,0,.2);opacity:0;z-index:9999}
.cookie-popup-container{width:100%}
/* Lead (Intro) */
.lead{font-size:2rem;font-weight:500}
/* Blockquote */
.blockquote{font-size:2rem}
/* Forms */
.form-control,.form-select,.input-group-text,.btn{font-size:1.6rem}
/* Pagination */
/*
.pagination{display:flex;flex-wrap:wrap;gap:10px}
*/
/* Vierkante of ronde blokken */
.square,.circle{aspect-ratio:1}
/* Algemene opmaak voor de richtext editor in Umbraco*/
.afbeeldinglinks{margin-right:1rem;margin-bottom:1rem;float:left}
.afbeeldingrechts{margin-bottom:1rem;margin-left:1rem;float:right}
/* Simpele hack om een embedded iframe responsive te krijgen */
.video-wrapper{position:relative;padding-top:56.25%;overflow:hidden}
.video-wrapper iframe{position:absolute;width:100%;height:100%;top:0;left:0;border:0}
/* Algemene opmaak voor een automatisch door Umbraco Forms gegeneerd formulier */
.umbraco-forms-form *:focus{outline:inherit;outline-offset:inherit}
/**/
/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:space-between;margin:1.25rem 2.5rem 1.25rem 0;padding:2rem 3rem;border-radius:3rem;font:700 1.8rem/1 'Poppins',sans-serif}
.btn:after{content:'';width:2.1rem;height:1.8rem;margin-left:1rem;background-image:url('../images/svg/icon_arrow-right_white.svg');background-size:contain;background-position:center;background-repeat:no-repeat;transition:all .3s ease-in-out}
.btn:active,.btn:focus,.btn:hover{background-color:rgb(var(--koole-haze))!important;border-color:rgb(var(--koole-haze))!important;box-shadow:none!important}
.btn:active:after,.btn:focus:after,.btn:hover:after{transform:translateX(.5rem)}
.btn-primary{background-color:rgb(var(--koole-green));border-color:rgb(var(--koole-green))}
.btn-secondary{background-color:rgb(var(--koole-petrol));border-color:rgb(var(--koole-petrol))}
.btn-download:after{width:1.7rem;height:2.2rem;background-image:url('../images/svg/icon_arrow-down_white.svg');background-size:1.5rem;background-position:top center;border-bottom:.2rem solid rgb(var(--white))}
.btn-download:active:after,.btn-download:focus:after,.btn-download:hover:after{background-position:top .4rem center;transform:translateX(0)}
.no-icon:after{display:none}
/* Cards */
.card{height:100%;color:inherit;text-decoration:none!important}
.card .card-img-top img{transition:all .3s ease-in-out}
.card .card-body{display:flex;flex-direction:column}
.card .card-text{flex:1}
.card .card-arrow{display:inline-flex;align-self:flex-end;width:3.3rem;height:2.8rem;background-image:url('../images/svg/icon_arrow-right_lima-sombrio.svg');background-size:contain;background-position:center;background-repeat:no-repeat;transition:all .3s ease-in-out}
.card:active,.card:focus,.card:hover{color:inherit!important}
.card:active .card-img-top img,.card:focus .card-img-top img,.card:hover .card-img-top img{transform:scale(1.03)}
.card:active .card-arrow,.card:focus .card-arrow,.card:hover .card-arrow{transform:translateX(5px)}
/* Header */
header{position:absolute;width:100%;z-index:10}
header .container-fluid{text-align:right}
header .navbar-brand{margin:0;padding:1.5rem 0}
header .navbar-brand img{display:block;width:12rem;height:auto;transition:.3s all ease-in-out}
/* Main */
main section{padding:6rem 0}
main section.highlight{background-color:rgb(var(--liquid-nitrogen))}
/* Hero */
.hero {position:relative;width:100%;height:80vh;min-height:60rem;padding:0;z-index:1;overflow:hidden}
.hero:before{position:absolute;content:"";width:calc(100% + 2px);height:30%;bottom:-.1rem;left:-.1rem;background-image:url('../images/svg/hero.svg');background-size:100% 100%;background-position:0 100%;background-repeat:no-repeat;z-index:2}
.hero img{width:100%;height:100%;object-fit:cover;object-position:right 25% bottom 0}
.hero-content{position:absolute;width:100%;height:auto;top:50%;left:0;transform:translateY(-50%);z-index:3}
.hero-content h1{/*max-width:66.666667%;*/color:rgb(var(--white));font-size:2.3rem;line-height:1.2;text-transform:uppercase;text-shadow:0 5px 15px rgb(0 0 0 / 10%)}
.hero-content h1 span{color:rgb(var(--koole-yellow))}
.hero-content h1 i{position:relative}
.hero-content h1 i:after{position:absolute;content:'';width:100%;height:.3rem;right:0;bottom:.2rem;left:0;background:rgb(var(--koole-yellow))}
.hero-content .h2{margin-top:3rem;color:rgb(var(--white));font-size:1.8rem;font-weight:400;line-height:1;text-transform:uppercase;text-shadow:0 5px 15px rgb(0 0 0 / 10%)}
/* Intro */
.intro{position:relative;padding:0}
.intro:before{position:absolute;content:'';width:100%;height:10rem;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(var(--koole-petrol),1) 0%,rgba(var(--koole-petrol),0) 100%);opacity:.3}
.intro .row>*{margin-top:0;margin-bottom:0}
/* Blockquote (intro) */
.blockquote,.blockquote *{font-family:'Poppins',sans-serif}
.blockquote p{color:rgb(var(--koole-petrol));font-size:3rem;font-weight:800;line-height:1.15}
.blockquote-footer{font-size:1.8rem;line-height:1.15}
.blockquote-footer:before{display:none}
.blockquote-footer span{display:block;color:rgb(var(--koole-green));font-weight:700}
/* Mijlpalen */
.mijlpalen .card{padding:0 1.5rem}
.mijlpalen .card .card-img-top{position:relative;width:100%;aspect-ratio:1;overflow:hidden;z-index:1}
.mijlpalen .card .card-img-top img{width:100%;height:100%;object-fit:cover;object-position:center}
.mijlpalen .card .card-body{position:relative;margin-top:-5rem;padding:2.5rem;background:rgb(var(--white));border-radius:2rem;box-shadow:0 2px 15px rgba(var(--black),.15);transition:all .3s ease-in-out;z-index:2}
.mijlpalen .card:active .card-body,.mijlpalen .card:focus .card-body,.mijlpalen .card:hover .card-body{box-shadow:0 5px 25px rgba(var(--black),.15)}
/* Kerncijfers */
.kerncijfers .card{justify-content:center;padding:10%;background:rgb(var(--white));aspect-ratio:1;overflow:hidden}
.kerncijfers .card .card-img-top{display:flex;align-items:center;justify-content:center;height:8.2rem;max-height:25%;margin-bottom:.5rem}
.kerncijfers .card .card-img-top img{max-height:100%}
.kerncijfers .card .card-body{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;flex:none;padding:0;text-align:center}
.kerncijfers .card .card-body .h3{margin:0 0 .5rem;font-size:1.8rem;font-weight:800}
.kerncijfers .card .card-body .card-number{color:rgb(var(--koole-petrol));font:800 5rem/1 'Poppins',sans-serif}
.kerncijfers .card .card-body .card-text{font-size:1.2rem;line-height:1.15}
.kerncijfers .card:active .card-img-top img,.kerncijfers .card:focus .card-img-top img,.kerncijfers .card:hover .card-img-top img{transform:none}
/* Actief */
.actief{padding:0}
.actief .map{position:relative;background:rgb(var(--liquid-nitrogen));overflow:hidden}
.actief .map:before{position:absolute;content:'';width:calc(100% + 2px);height:24rem;bottom:-.1rem;left:-.1rem;background-image:url('../images/svg/footer.svg');background-size:100% 100%;background-position:0 100%;background-repeat:no-repeat;z-index:2}
/* Footer */
body>footer{position:relative;padding:8rem 0;background:rgb(var(--mirage-lake));border-bottom:2.5rem solid rgb(var(--koole-yellow))}
body>footer .footer-logo{display:block;margin:2.5rem 0 0}
body>footer .footer-logo img{display:block;width:12rem;height:auto;transition:.3s all ease-in-out}
/* Small devices (portrait phones, 575px and down) */
@media (max-width:575px) {
	/* Hero */
	.hero{height:60vh;min-height:30rem}
	/* Actief */
	.actief .map{height:32rem}
	.actief .map img{width:100%;height:100%;object-fit:cover;object-position:center}
	/* Footer */
	body>footer .btn{margin-right:0}
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width:576px) {
	/* Header */
	header .navbar-brand img{width:16rem}
	/* Hero */
	.hero:before{height:40%}
	.hero img{object-position:right bottom}
	.hero-content h1{max-width:100%;font-size:6.2rem}
	.hero-content h1 i:after{height:.75rem;bottom:.6rem}
	.hero-content .h2{font-size:3.1rem}
	/* Actief */
	.actief .map:before{height:32rem}
	/* Footer */
	body>footer .footer-logo img{width:18rem}
}
/* Medium devices (tablets, 768px and up) */
@media (min-width:768px) {
	/* Hero */
	.hero img{object-position:right 25% bottom 0}
	/* Kerncijfers */
	.kerncijfers .card{padding:5rem 2.5rem}
	.kerncijfers .card .card-img-top{max-height:35%;margin-bottom:.5rem}
	.kerncijfers .card .card-body .h3{font-size:1.8rem}
	.kerncijfers .card .card-body .card-number{font-size:5.6rem}
	.kerncijfers .card .card-body .card-text{font-size:1.6rem}
}
/* Large devices (desktops, 992px and up) */
@media (min-width:992px) {
	h1,.h1{font-size:5rem}
	h2,.h2{font-size:4rem}
	h3,.h3{font-size:2.5rem}
	/* Header */
	header .navbar-brand{padding:4rem 6rem}
	header .navbar-brand img{width:20rem}
	/* Hero */
	.hero:before{height:50%}
	.hero img{object-position:right 55% bottom 0}
	.hero-content h1{font-size:6.7rem}
	.hero-content h1 i:after{height:1rem}
	.hero-content .h2{font-size:3.35rem}
	/* Kerncijfers *//* Kerncijfers */
	.kerncijfers .card{justify-content:flex-start;padding:2.5rem 1rem}
	.kerncijfers .card .card-img-top{height:6.7rem;margin-bottom:1rem}
	.kerncijfers .card .card-body .h3{font-size:1.6rem}
	.kerncijfers .card .card-body .card-number{font-size:4.1rem}
	.kerncijfers .card .card-body .card-text{font-size:1.4rem}
	/* Actief */
	.actief .map:before{height:36rem}
	/* Footer */
	body>footer .footer-logo{margin:0 0 0 auto}
	body>footer .footer-logo img{width:20rem}
	
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width:1200px) {
	h1,.h1{font-size:6rem}
	h2,.h2{font-size:4.8rem}
	h3,.h3{font-size:3rem}
	/* Header */
	header .navbar-brand{padding:4rem 8rem}
	header .navbar-brand img{width:25.3rem}
	/* Hero */
	.hero:before{height:60%}
	.hero img{object-position:right 47.5% bottom 0}
	.hero-content h1{font-size:7.2rem}
	.hero-content .h2{font-size:3.6rem}
	/* Kerncijfers */
	.kerncijfers .card{padding:2.5rem .5rem}
	.kerncijfers .card .card-img-top{height:8.2rem;margin-bottom:.5rem}
	.kerncijfers .card .card-body .h3{font-size:1.8rem}
	.kerncijfers .card .card-body .card-number{font-size:5.6rem}
	.kerncijfers .card .card-body .card-text{font-size:1.6rem}
	/* Actief */
	.actief .map:before{height:46rem}
	/* Footer */
	body>footer .footer-logo img{width:25.3rem}
	
}
/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width:1400px) {
	/* Hero */
	.hero img{object-position:right 45% bottom 0}
	/* Footer */
	body>footer .footer-logo{position:absolute;margin:0;top:50%;right:10rem;transform:translateY(-50%)}
}
/* XXX-Large devices (x-larger desktops, 1800px and up) */
@media (min-width:1800px) {
	/* Hero */
	.hero img{object-position:right bottom}
}