:root 
{
	--Wit : #ffffff;
	--Zwart : #000000;
	--blauw: #7bacbf;
	--donkerblauw: #022843;
	--groen: #92aa92;
	--geel: #feec64;
  	--max-width: 1600px;
  	--small-max-width: 1200px;
  	--pr_img_width: 400px;
}

* { box-sizing: border-box; position: relative; }
.wf-loading { visibility: hidden;}

html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
  	font-family: "avenir-lt-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 28px;
}

a {
	font-weight: 400;
	font-style: normal;
	color: #000;
}

h1, h2, h3, h4 {
	font-family: new-hero, sans-serif;
	font-weight: 800;
	font-style: normal;
}

h1 {
	text-align: center;
	font-size: 80px;
	text-transform: uppercase;
	line-height: 90px;
	padding: 30px 0px;
}


hero {
	display: block;
	width:100%;
	min-height: 100vh;
	overflow: hidden;
}

	hero iframe {
		width: 100%;
		aspect-ratio: 16/9;

	}

minihero {
	height: 250px;
	background: var(--donkerblauw);
	display: block;
	width:100%;
}


iffie {
	display: block;
	position: relative;
}

hero iffie:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 3;
}
	
	hero.blue {
		background: var(--donkerblauw);
		color: #fff;
		padding-top: 200px;
	}

		hero.blue .dbl {
			max-width: var(--small-max-width);
			margin: 0 auto;
		}


	hero.green {
		background: var(--groen);
		color: #fff;
		padding-top: 200px;
	}

		hero.green .dbl {
			max-width: var(--small-max-width);
			margin: 0 auto;
		}

	hero a {
		color: #fff;
	}

.tac {
	text-align: center;
}


floatingmenu {
	display: block;
    position: fixed;
    right: 0px;
    top: 40%;
    padding: 0px 14px 0px 15px;
    background: var(--groen);
    z-index: 21;
    border-radius: 23px 0px 0px 23px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
}
	
	floatingmenu a {
		color: #fff;
		font-size: 22px;
		text-decoration: none;
		display: block;
		margin: 18px 0px;
	}

		floatingmenu a:hover {
			text-shadow: 0px 0px 4px rgba(0,0,0,0.2);
		}

		floatingmenu img {
			max-width: 20px;
		}



menu {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 20px;
	margin: 0px;
	z-index: 10;
	transition: 0.5s;
}
	
	menu img {
		max-width: 150px;
		transition: 0.5s;
		max-height: 139px;
	}

.hmbmnr img {
	max-width: 45px !important;
}

		.scrollHeader menu img {
			max-height: 70px;
			transition: 0.5s;
		}

		.scrollHeader menu .center {
			padding: 0px 20px;
		}

		.scrollHeader menu {
			background: rgba(0,0,0,1);
			padding: 20px 10px;
		}

		.scrollHeader menu .hdd {
			height: 47px;
			display: block;
			overflow: hidden;
		}


	menu .center {
		margin: 0px auto;
		width: 100%;
		max-width: var(--max-width);
		display: grid;
		align-items: center;
		gap: 20px;
		grid-template-columns: 40px 1fr 1fr 250px 1fr 1fr 40px;
		padding: 30px;
	}

	menu div {
		text-align: center;

	}

	menu a, menu input[type=text]::placeholder {
		color: var(--Wit);
		font-size: 20px;
		text-decoration: none;
		text-transform: uppercase;
		font-family: "aktiv-grotesk-condensed", sans-serif;
	}

		menu a:hover {
			xtext-shadow: 0px 0px 10px rgba(255,255,255,1);
			color: #ddd;
		}

	menu input[type=text]:focus {
	  outline: none;
	  box-shadow: none;
	}

	menu input[type=text] {
		background: transparent;
		font-size: 20px;
		border: none;
		border-bottom: 2px solid #fff;
		width: calc(100% - 50px);
		padding: 4px 4px 0px 4px;
		margin-bottom: -2px;
		color: var(--Wit);
		font-size: 20px;
		text-transform: uppercase;
		font-family: "aktiv-grotesk-condensed", sans-serif;
	}

.center {
	margin: 0px auto;
	width: 100%;
	max-width: var(--max-width);
	padding: 100px 30px;
}

.small_center {
	margin: 0px auto;
	width: 100%;
	max-width: var(--small-max-width);
	padding: 10px;
}

.dbl {
	columns: 2;
	column-gap: 50px;
	text-align: left;
}

.spcr {
	height: 100px;
}

.crsl {
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin-bottom: 100px;

}
	
	.crsl .img {
		aspect-ratio: 1/1;
		overflow: hidden;
	}

		.crsl .img img {
			max-width: 100%;
			max-height: 100%;
			transition: .5s;
		}

	.crsl > div {
		text-align: center;
		cursor: pointer;
	}

		.crsl > div:after {	
			content: '';
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			aspect-ratio: 1/1;
			background: rgba(0,0,0,0.1);
		}

	

	.crsl > div.mb {
		margin-bottom: 0px;
	}

		.crsl > div.mb:hover .img img {
			transform: scale(1.1);
			transition: .5s;
		}

	.crsl .sub {
		padding: 10px 5px;
		text-align: left;
		font-size: 24px;
		font-weight: bold;
		text-transform: uppercase;
	}



.box {
	
	padding: 50px;
}

	.box.blue {
		background: var(--blauw);
	}

	.box.green {
		background: var(--groen);
		padding: 300px 50px;
	}

	.box > div > div {
		display: inline-block;
		vertical-align: top;
	}

		.box > div > div h2 {
			text-transform: uppercase;
			font-size: 60px;
			line-height: 50px;
		}

	.box > div > div:first-child, .box > div > div:nth-child(2) {
		width: 50%;
	}

	.box > div > div:first-child img, .box > div > div:nth-child(2) img {
		object-fit: contain;
		width: 100%;
		height: 100%;
		padding: 20px;
	}

	.box > div > div:nth-child(3) {
		vertical-align: bottom;
		width: 65%;
		padding: 10px 50px 10px 50px;
	}

	.box > div > div:nth-child(4) {
		width: 35%;
		vertical-align: bottom;
	}

		.box .r div {
			padding: 20px 10px 50px 10px;
			border-bottom: 1px solid #000;
			margin-right: 60px;
		}

		.box .r.bold a {
			text-transform: uppercase;
			font-weight: 800;
			color: #000;
			text-decoration: none;
		}


			.box .r.bold a:hover {
				color: #aaa;
			}



.roundbtn {
	display: inline-block;
	padding: 2px 50px;
	border-radius: 30px;
	border: 1px solid #000;
	text-decoration: none;
	color: #000;
}

	.roundbtn:hover {
		background: rgba(255,255,255,0.4);
	}

.fwimg {
	height: 600px;
	overflow: hidden;
}
	
	.fwimg img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		object-position: 50% 40%;
	}

.footer {
	background: var(--blauw);
	padding: 50px;
	margin-top: 150px;
}

	.footer > div {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 10px;
	}

		.footer > div > div:first-child {
			border-right: 1px solid #666;
    		margin-right: 80px;
    		padding-bottom: 50px;
		}

	.footer h3 {
		text-transform: uppercase;
		font-size: 24px;
		font-weight: bold;
	}

	.footer a {
		font-family: "avenir-lt-pro", sans-serif;
		color: #000;
		text-decoration: none;
	}

		.footer a:hover {
			text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
		}

#green_menu {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	background: var(--groen);
	border-radius: 0px 50px 50px 0px;
	z-index: 20;
	text-align: left;
	white-space: nowrap;
	height: 0px;
	width: 0px;
	opacity: 0;
	
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
}

	#green_menu h2 {
		margin: 0px;
		padding: 0px;
	}

	#green_menu a {
		color: #000;
		font-size: 20px;
		line-height: 35px;
	}

	#green_menu a:hover {
		color: #666;
	}

.hmbmn:hover #green_menu, #green_menu .open {
	height: auto;
	width: auto;
	transition: 0.5s;
	opacity: 1;
	padding: 40px 80px;
}

.pntr {
	cursor: pointer;
}

.ui-tooltip {
	border: none !important;
	border-radius: 10px !important;
	padding: 5px 20px !important;
}

.ui-tooltip-content {
	font-size: 16px !important;
}

.dlfngvd {
	text-align: center;
	margin-bottom: 40px;
}

.grtblxtr {
	margin-top: 100px;
	text-align: center;
}

.grtblxtr th {
	font-size: 28px;
	font-weight: bold;
	color: var(--geel);
	text-transform: uppercase;
}

.grtblxtr td {
	padding: 0px 40px 40px 40px;
}

.filters {
	margin-top: 20px;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(8, min-content);
}

	.filters div {
		white-space: nowrap;
	}

	.filters div:hover {
		cursor: pointer;
	}

@media(hover: hover) {
	.filters div:hover .opties {
		display: block;
		position: absolute;
		top: 26px;
		left: 0px;
		z-index: 10;
		background: #fff;
    	padding: 20px 100px 20px 20px;
    	box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.1);
		border-radius: 4px;
	}
}

.filters .opties {
	display: none;
}

	.filters .opties label:hover {
		cursor: pointer;
		color: #aaa;
	}

.doelgroep_groep {
	text-transform: uppercase;
}

.doelgroep_groep input[type=radio] {
	opacity: 0;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
	
	.doelgroep_groep input[type=radio] + label {
		margin-right: 20px;
	}

	.doelgroep_groep input[type=radio]:checked + label {
		border-bottom: 1px solid #000;
	}

	.doelgroep_groep input[type=radio]:hover + label {
		cursor: pointer;
		color: #aaa;
	}

.colorbar {
	
}

.colorbar > div {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	overflow:hidden;
	margin-right: 10px;
	margin-top: 10px;
}

.colorbar > div img {
	object-position: 60% 50%;
    object-fit: contain;
    width: 100%;
    height: 100%;
    transform: scale(100);

}

.sma {
	font-size: 14px;
	color: #A00;
	text-decoration: none;
}

.fbng {
	text-transform: uppercase;
	margin-bottom: 10px;
}

.sbhd {
	text-transform: uppercase;
	margin-bottom: 40px;
	font-size: 40px;
}

.crumb a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
}

.pr_img, .pr_descr {
	display: inline-block;
	vertical-align: top;
}

.pr_img {
	width: var(--pr_img_width);
}

.pr_descr {
	width: calc(100% - var(--pr_img_width));
	padding-left: 40px;
}
	
	.pr_descr h1 {
		margin: 0px;
		padding: 0px;
		line-height: 40px;
		font-size: 40px;
		text-align: left;
	}

	.pr_descr h4 {
		display: inline-block;
		text-transform: uppercase;
		padding-right: 40px;
		font-size: 16px;
		padding: 0px;
		margin: 0px 40px 10px 0px;
		width: 150px;
	}

.nrmrnn {
	display: inline-block;
	vertical-align: middle;
	
}

.nrmrnn img {
	width: 20px;
}
.ns {
	display: none;
}



.prd {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr 1fr;
}
	
	.prd > div {
		aspect-ratio: 1;
	}

		.prd > div:after {
			content: '';
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			aspect-ratio: 1/1;
			background: rgba(0,0,0,0.1);
		}

		.prd > div:first-child {
			grid-column: 1 / span 3;
		}

	.prd > div > img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}


.rndrnd {
	display: inline-block;
	border: none;
	border-radius: 12px;
	background: #000;
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin-right: 5px;
	min-width: 24px;
	height: 24px;
	padding: 2px 8px 0px 8px;
	line-height: 20px;
}


.nbvlrtkln {
	padding-top: 100px;
	padding-bottom: 10px;
	text-align: center;
}
.nbvlrtkln h2 {
	text-transform:uppercase;
	font-size: 20px;
	color: var(--geel);
}

.center table {
	margin: 0 auto;
}

.cntt {
	background: var(--groen);
	color: #fff;
}

.cntt a {
	color: #fff;
}

.cntt .pd {
	padding: 40px;
}

.cntt > div {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

#gMapsCnts {
	border-right: 10px solid var(--groen);
	border-left: 10px solid var(--groen);
	margin-bottom: 150px;
}


#taal_menu {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
	background: var(--groen);
	border-radius: 20px 0px 0px 20px;
	z-index: 20;
	text-align: center;
	white-space: nowrap;
	height: 0px;
	width: 0px;
	opacity: 0;
	overflow: hidden;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.5);
}

	#taal_menu h2 {
		margin: 0px;
		padding: 0px;
		color: #fff;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: 300;
	}

	#taal_menu a {
		color: #000;
		font-size: 30px;
		line-height: 50px;
	}

	#taal_menu a:hover {
		text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	}

	#taal_menu img {
		height: 25px;
		width: 25px;
	}

.hmbmnr:hover #taal_menu {
	height: auto;
	width: auto;
	transition: 0.5s;
	opacity: 1;
	padding: 20px 20px 20px 50px;
}

.cntFrmCntr {
	background: var(--blauw);
	padding: 50px;
	margin-top: 150px;
	color: #fff;
}

.cntFrmCntr h2 {
	color: #000;
	text-transform: uppercase;
}

.contactTxt {
	padding: 15px 20px;
	border: none;
	width: 100%;
	max-width: 400px;
	background: #fff;
}


.cntFrmCntr h3 {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
}

.contactBtn {
	padding: 15px 40px;
	border: none;
	background: #000;
	color: #fff;
}

.contactBtn:hover {
	cursor:pointer;
}

.rtrnmsg {
	color: #a00;
}

#srchNpt {
	width: 500px;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #ddd;
	background: #fff;
}
.srchBtn {
	background: url(/images/blue-grad.png) repeat-y right;
	width: 150px;
	padding: 10px;
	border: none;
	font-weight: bold;
	color: #fff;
	text-transform:uppercase;
	height: 40px;
}


.greyBx {
	height: 450px;
	width: 48%;
	display:inline-block;
	margin-bottom: 60px;
	vertical-align:top;
	margin-right: 2%;
	position: relative;
}

.greyBxNorm {
	position: absolute;
	left: 10px;
	top: 10px;
}

.greyBxNorm .nrmFlt {
	padding: 5px;
}
.greyBxNorm .nrmFlt img {
	height: 25px;
}

.grey_left img {
	zheight: 100%;
}


.grey_left, .grey_right {
	display: inline-block;
	width: 50%;
	padding: 10px;
	vertical-align:top;
	height: 100%;
	position: relative;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	overflow: hidden;
}
.grey_right {
	padding: 30px;
}
.grey_left {
	background: #fff;
	text-align:center;
}
.grey_right h2 {
	font-weight: normal;
	text-transform:uppercase;
	padding: 0px;
	margin: 0px;
}
.trGrey {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #010101;
	opacity: 0.1;
	filter: alpha(opacity=10);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	cursor: pointer;
	z-index:3;
}


.dlrlg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

	.dlrlg img {
		padding: 20px;
		width: 100%;
		max-width: 200px;
	}


.brdCrumbs {
	text-transform: uppercase;
}

#rssi {
	position: absolute;
	top: 30px;
	left: 10px;
	z-index: 11;
}
	
	#rssi .cntr {
		padding: 20px 40px 20px 20px;
		text-align: left;
		background: #000;
		color: #fff;
	}

	#rssi .cntr a {
		display: block;
		padding-bottom: 5px;
	}

	#rssi a {
		color: #fff;
	}

#rssim {
	position: absolute;
	top: 30px;
	left: 10px;
	z-index: 11;
}
	
	#rssim .cntr {
		padding: 20px 40px 20px 20px;
		text-align: left;
		background: #000;
		color: #fff;
	}

	#rssim .cntr a {
		display: block;
		padding-bottom: 5px;
	}

	#rssim a {
		color: #fff;
	}


.fllimg {
	object-fit: cover !important;
}