@media only screen and (max-width: 1889.98px) {}
@media only screen and (max-width: 1199.98px) {}
@media only screen and (max-width: 767.98px) {}

@font-face {
    font-family: 'apercu-regular-pro';
    src: url('../webfonts/apercu/apercu-regular-pro.eot');
    src: url('../webfonts/apercu/apercu-regular-pro.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/apercu/apercu-regular-pro.woff2') format('woff2'),
         url('../webfonts/apercu/apercu-regular-pro.woff') format('woff'),
         url('../webfonts/apercu/apercu-regular-pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'apercu-bold-pro';
    src: url('../webfonts/apercu/apercu-bold-pro.eot');
    src: url('../webfonts/apercu/apercu-bold-pro.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/apercu/apercu-bold-pro.woff2') format('woff2'),
         url('../webfonts/apercu/apercu-bold-pro.woff') format('woff'),
         url('../webfonts/apercu/apercu-bold-pro.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'sandro_grottescobold';
    src: url('../webfonts/sandro-grottesco/sandrogrottesco-bold-webfont.woff2') format('woff2'),
         url('../webfonts/sandro-grottesco/sandrogrottesco-bold-webfont.woff') format('woff'),
		url('../webfonts/sandro-grottesco/SandroGrottesco-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


@keyframes fadein-kaart {
    from { opacity: 0; }
    to   { opacity: 0.6; }
}

/* Firefox < 16 */
@-moz-keyframes fadein-kaart {
    from { opacity: 0; }
    to   { opacity: 0.6; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein-kaart {
    from { opacity: 0; }
    to   { opacity: 0.6; }
}

/* Internet Explorer */
@-ms-keyframes fadein-kaart {
    from { opacity: 0; }
    to   { opacity: 0.6; }
}

/* Opera < 12.1 */
@-o-keyframes fadein-kaart {
    from { opacity: 0; }
    to   { opacity: 0.6; }
}

html,body{
	padding:0;
	margin:0;
	min-height: 100%;
	height: 100%;
	font-family: 'apercu-regular-pro';
	font-size: 16px;
	background: #00BEFF;
	min-width: 520px;
}

strong{
	font-family: 'apercu-bold-pro';
}

h1, h2, h3, h4, h5{
	font-family: 'sandro_grottescobold';
}


.scroll-melding-inner{
	color:#000;
	border-radius: 0px;
}

.customTooltip{
	padding:10px 20px;
	-moz-box-shadow:0px 6px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 6px 0px rgba(0,0,0,0.3);
	box-shadow:0px 6px 0px rgba(0,0,0,0.3);
	border:2px solid #000 !important;
	font-size: 14px;
	max-width: 500px;
	border-radius: 0px;
}

.preloader{
	position: fixed;
	top:0;
	right:0;
	bottom: 0;
	left: 0;
	display: none;
	z-index:1000;
}

.preloader-background, .popover-background{
	background:#000;
	position: absolute;
	opacity: 0.5;
	z-index:980;
	top:0;
	right:0;
	bottom: 0;
	left: 0;
}

.popover-background{
	position: fixed;
	z-index:970;
}

.preloader-panel{
	display: none;
	position: relative;
	z-index:1000;
	width: 300px;
	height: 264px;
	text-align: center;
	margin:300px auto 0px;
	background: none;
	padding:30px;
	-moz-box-shadow:0px 6px 0px rgba(0,0,0,0);
	-webkit-box-shadow:0px 6px 0px rgba(0,0,0,0);
	box-shadow:0px 6px 0px rgba(0,0,0,0);
	border-radius: 0px;
}

.preloader-panel img{
	width: 290px;
	margin:20px auto 20px;
}

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

.preloader .loadtext{
	font-size: 30px;
	-webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}

.preloader-mouse{
	position: absolute;
	z-index: 999;
	background:#FFF;
	left:0px;
	top:0px;
	padding:30px;
	-moz-box-shadow:0px 6px 0px rgba;
	-webkit-box-shadow:0px 6px 0px rgba(0,142,191,1);
	box-shadow:0px 6px 0px rgba(0,142,191,1	);
	display: none;
	visibility: visible;
	border-radius: 0px;
}

.preloader-mouse .loadtext{
	font-size: 20px;
	-webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}



.header-container{
	width: 100%;
	background:none;
}

.main-kaart-container{
	margin:0 auto;
	width: 1240px;
	position: relative;
	image-rendering: crisp-edges;
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 2s; /* Firefox < 16 */
	-ms-animation: fadein 2s; /* Internet Explorer */
	-o-animation: fadein 2s; /* Opera < 12.1 */
	animation: fadein 2s;
}

	@media only screen and (max-width: 1889.98px) {
		
		.main-kaart-container{
			width: 1170px;
			margin-bottom: 30px;
		}
		
	}

	@media only screen and (max-width: 1199.98px) {
		
		.header-container{
			display: none;	
		}
		
		.main-kaart-container{
			width: 741px;
			margin-bottom: 60px;
		}

	}

	@media only screen and (max-width: 767.98px) {
		
		.main-kaart-container{
			width: 480px;
			margin-bottom: 70px;
		}
		
	}

	.gradient-top{
		position: absolute;
		height: 150px;
		width: 100%;
		background-image: -webkit-linear-gradient(top, rgba(88,173,14,1), rgba(88,173,14,0));
		background-image: -o-linear-gradient(top, rgba(88,173,14,1), rgba(88,173,14,0));
		background-image: linear-gradient(to bottom, rgba(88,173,14,1), rgba(88,173,14,0));
	}
	
	@media only screen and (max-width: 1889.98px) {
		.gradient-top{
			height: 100px;
		}
	}

	@media only screen and (max-width: 1199.98px) {
		.gradient-top{
			height: 75px;
		}
	}

	@media only screen and (max-width: 767.98px) {
		.gradient-top{
			height: 45px;
		}
	}

	.gradient-right{
		position: absolute;
		right:0px;
		height: 100%;
		width: 150px;
		background-image: -webkit-linear-gradient(right, rgba(88,173,14,1), rgba(88,173,14,0));
		background-image: -o-linear-gradient(right, rgba(88,173,14,1), rgba(88,173,14,0));
		background-image: linear-gradient(to left, rgba(88,173,14,1), rgba(88,173,14,0));
	}

	@media only screen and (max-width: 1889.98px) {
		.gradient-right{
			width: 100px;
		}
	}

	@media only screen and (max-width: 1199.98px) {
		.gradient-right{
			width: 75px;
		}
	}

	@media only screen and (max-width: 767.98px) {
		.gradient-right{
			width: 45px;
		}
	}

	.gradient-bottom{
		position: absolute;
		bottom:90px;
		height: 150px;
		width: 100%;
		background-image: -webkit-linear-gradient(bottom, rgba(88,173,14,1), rgba(88,173,14,0));
		background-image: -o-linear-gradient(bottom, rgba(88,173,14,1), rgba(88,173,14,0));
		background-image: linear-gradient(to top, rgba(88,173,14,1), rgba(88,173,14,0));
	}

	@media only screen and (max-width: 1889.98px) {
		.gradient-bottom{
			bottom:60px;
			height: 100px;
		}
	}

	@media only screen and (max-width: 1199.98px) {
		.gradient-bottom{
			bottom:30px;
			height: 75px;
		}
	}

	@media only screen and (max-width: 767.98px) {
		.gradient-bottom{
			height: 45px;
			bottom:20px;
		}
	}

	.gradient-left{
		position: absolute;
		height: 100%;
		width: 150px;
		background-image: -webkit-linear-gradient(left, rgba(88,173,14,1), rgba(88,173,14,0));
		background-image: -o-linear-gradient(left, rgba(88,173,14,1), rgba(88,173,14,0));
		background-image: linear-gradient(to right, rgba(88,173,14,1), rgba(88,173,14,0));
	}

	@media only screen and (max-width: 1889.98px) {
		.gradient-left{
			width: 100px;
		}
	}

	@media only screen and (max-width: 1199.98px) {
		.gradient-left{
			width: 75px;
		}
	}

	@media only screen and (max-width: 767.98px) {
		.gradient-left{
			width: 45px;
		}
	}



.clearfix{
	clear: both;
	float: none;
}





.navigatie-top{
	position: absolute;
	top:0px;
	left:50%;
	margin-left:-499px;
	width: 998px;
	z-index: 962;
}

@media only screen and (max-width: 1889.98px) {
	.navigatie-top{
		width: 978px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.navigatie-top{
		margin-left:-271px;
		width: 542px;
		margin-top:-30px;
	}
}

@media only screen and (max-width: 767.98px) {
	.navigatie-top{
		margin-left:-240px;
		width: 480px;
		margin-top:-80px;
	}
}

.nav{
	width: 100%;
	padding-top:30px;
	padding-bottom: 18px;
	display: block;
	visibility: hidden;
}

@media only screen and (max-width: 1199.98px) {
	.nav{
		padding-top:22px;
		padding-bottom: 22px;
		visibility: visible;
	}
}


.nav-label{
	color:#000;
	float:right;
	margin-right:40px;
	margin-top:4px;
}

@media only screen and (max-width: 1199.98px) {
	.nav-label{
		font-size: 12px;
		margin-right:20px;
	}	
}

.nav-label .fa{
	margin-right: 14px;
}

.nav-label a{
	text-decoration: none;
	color:#000;
	font-size: 20px;
}

@media only screen and (max-width: 1889.98px) {
	.nav-label a{
		font-size: 15px;
	}
}

.nav-label a:hover{
	text-decoration: underline;	
}

.btn{
	background:#000;
	padding:10px 10px;
	text-decoration: none;
	color: #FFF;
	font-weight: 900;
	cursor:pointer;
	border:2px solid #000;
	font-family: 'sandro_grottescobold';
	border-radius: 0px;
	text-transform: uppercase;
}

.btn:hover{
	background:#FFF;
	color: #000;
}

.btn .fa{
	margin:0px 10px;
}

.nav-button{
	float:right;
	padding:4px 14px 4px 20px;
	font-size: 14px;
	margin-top:-3px;
}

@media only screen and (max-width: 1199.98px) {
	.nav-button{
		font-size: 11px;
	}
}

.nav-button .fa{
	margin:0px 4px 0px 10px;
}


.titel{
	margin:0px auto;
	background:#FFF;
	padding:45px 100px 28px;
	-moz-box-shadow:0px 6px 0px rgba(0,142,191,1);
	-webkit-box-shadow:0px 6px 0px rgba(0,142,191,1);
	box-shadow:0px 6px 0px rgba(0,142,191,1	);
	visibility: hidden;
	position: relative;
	display: block;
	border-radius: 0px;
}

@media only screen and (max-width: 1889.98px) {
	
	.titel{
		padding:35px 100px 18px;
	}
	
}

@media only screen and (max-width: 1199.98px) {
	
	.titel{
		padding:25px 25px 12px;
		width: 490px;
		visibility: visible;
	}
}

@media only screen and (max-width: 767.98px) {
	.titel{
		padding:16px 24px 5px 24px;
		width: 430px;
	}
}

.logo img{
	width:460px;	
}

@media only screen and (max-width: 1889.98px) {
	.logo img{
		width:380px;	
	}
}

@media only screen and (max-width: 1199.98px) {
	.logo img{
		width:300px;	
	}
}

@media only screen and (max-width: 767.98px) {
	.logo img{
		width:240px;	
	}
}
	
.titel-allen{
	width: 100%;
	padding:0px;
	margin-bottom: 36px;
}

@media only screen and (max-width: 1199.98px) {
	.titel-allen{
		width: 90%;
		margin-left:5%;
		margin-top:20px;
	}

}

.titel-allen-inner{
	padding:60px 100px;
}


@media only screen and (max-width: 1199.98px) {
	.titel-allen-inner{
		padding:40px 50px;
	}
}


.titel-allen h3{
	font-family: 'apercu-regular-pro';
	font-size: 42px;
	line-height: 38px;
	display:inline-block;
	margin:0;
	position: relative;
	width: auto;
}

@media only screen and (max-width: 1889.98px) {
	.titel-allen h3{
		font-size: 32px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.titel-allen h3{
		font-size: 26px;
		line-height: 25px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767.98px) {
	.titel-allen h3{
		font-size: 16px;
	}
}

.titel-allen .meer-info-button{
	margin-top:-6px;
	padding:10px 20px;
}

@media only screen and (max-width: 1199.98px) {
	.titel-allen .meer-info-button{
		padding:6px 12px;
		margin-top:10px;
	}
}

.titel-allen .sterretje{
	position: absolute;
	top:-7px;
	left:-20px;
	width: 18px;
}

@media only screen and (max-width: 1199.98px) {
	.titel-allen .sterretje{
		top: -2px;
		left: -14px;
		width: 12px;
	}
}



.header-text{
	line-height: 28px;
	padding-bottom: 10px;
	display: none;
}

@media only screen and (max-width: 1199.98px) {
	.header-text{
		font-size: 12px;
		line-height: 24px;
	}
}

.header-text h3 {
	margin:0px;
	font-size: 24px;
	padding:16px 0 8px 0;
	color: #000;
	font-family: 'sandro_grottescobold';
}

.header-text h4{
	font-family: 'sandro_grottescobold';
	font-size: 20px;
	margin:0px;
	font-weight: 400;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #000;
}

.header-text img{
	width: 46px;
	float: left;
	margin-right:10px;
	margin-bottom: 10px;
}

.header-text p{
	margin:0px;
	padding: 0 0 16px;
	clear: both;
}

.meer-info-button{
	background:#000;
	border: 2px solid #000;
	float:right;
	margin-top:10px;
	font-size: 14px;
	-moz-box-shadow:0px 4px 0px rgba(0,142,191,1);
	-webkit-box-shadow:0px 4px 0px rgba(0,142,191,1);
	box-shadow:0px 4px 0px rgba(0,142,191,1	);
}


.bekijk-kaart-button{
	font-size: 14px;
	-moz-box-shadow:0px 4px 0px rgba(0,142,191,1);
	-webkit-box-shadow:0px 4px 0px rgba(0,142,191,1);
	box-shadow:0px 4px 0px rgba(0,142,191,1	);
}

.meer-info-button:hover{
	color:#000;
}

.meer-info-button .fa{
	margin:0px 20px;	
}


.popover-welkom .meer-info-button{
    font-size:13px;
}

@media only screen and (max-width: 1889.98px) {
	.meer-info-button{
		margin-top:2px;
	}
	
	.popover-welkom .meer-info-button{
		font-size:13px;
	}
}

@media only screen and (max-width: 1199.98px) {
	
	.bekijk-kaart-button{
		margin-bottom: 20px;	
	}
	
	.popover-welkom .meer-info-button, .bekijk-kaart-button{
		font-size:12px;
		padding: 6px 0px;
		margin-top:12px;
		float: none;
	}
}

@media only screen and (max-width: 767.98px) {
	.meer-info-button{
		margin-top:2px;
	}
}

.popover-welkom .bekijk-kaart-button.desktop{
	display: inline-block;
}

.popover-welkom .bekijk-kaart-button.mobile{
	display: none;
}

@media only screen and (max-width: 1199.98px) {
	.popover-welkom .bekijk-kaart-button.desktop{
		display: none;
	}

	.popover-welkom .bekijk-kaart-button.mobile, 
	.popover-welkom .meer-info-button, .bekijk-kaart-button{
		display: block;
		text-align: center;
		margin-top:30px;
	}
	
}


.meer-info-button.sluiten{
	right:38px;
	display: none;
	position: absolute;
	bottom:-20px;
}


.meer-info-button.alle-aanbod{
	background:#00BEFF;
	color:#FFF;
	border:2px solid #00BEFF;
	-moz-box-shadow:0px 4px 0px rgba(0,95,128,1);
	-webkit-box-shadow:0px 4px 0px rgba(0,95,128,1);
	box-shadow:0px 4px 0px rgba(0,95,128,1);
}

.meer-info-button.alle-aanbod:hover{
	background:#FFF;
	color:#00BEFF;
}


.close-btn{
	position: absolute;
	background:#FFF;
	top: -14px;
	right: -14px;
	text-decoration: none;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	color: #00BEFF;
	font-weight: 900;
	border:4px #00BEFF solid;
	-moz-box-shadow:0px 2px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 2px 0px rgba(0,0,0,0.3);
	box-shadow:0px 2px 0px rgba(0,0,0,0.3);
	display: block;
	font-size: 20px;
}

.close-btn:hover{
	background:#FFF;
	color:#000;
}

.background-intro{
	position: fixed;
	background:#000;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index: 961;
	opacity: 0.6;
	display: none;
}


.kaart-container{
	margin:0 auto;
	width: 504px;
	height: 1030px;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 1889.98px) {
	.kaart-container{
		width: 451px;
		height: 840px;
		padding-top: 180px;
		margin-bottom: -240px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.kaart-container{
		width: 740px;
		height: 587px;
		margin-top:30px;
	}
}

.kaart-noord-oost .kaart-container{
	width: 932px;
	height: 955px;
}

@media only screen and (max-width: 1889.98px) {
	.kaart-noord-oost .kaart-container{
		width: 772px;
		height: 746px;
	}
}


.kaart-zuid-west .kaart-container{
	width: 932px;
	height: 785px;
}

@media only screen and (max-width: 1889.98px) {
	.kaart-zuid-west .kaart-container{
		width: 852px;
		height: 625px;
	}
}

.kaart-zuid-oost .kaart-container{
	width: 824px;
	height: 810px;
}

@media only screen and (max-width: 1889.98px) {
	.kaart-zuid-oost .kaart-container{
		width: 734px;
		height: 660px;
	}
}




	.kaart-schaduw-gradient{
		width: 1350px;
		height: 1250px;
		margin-left:100px;
		margin-top:150px;
		background-image:radial-gradient(circle closest-side,#000,transparent);
		opacity: 0.6;
		position: absolute;
		-webkit-animation: fadein-kaart 4s; /* Safari, Chrome and Opera > 12.1 */
		-moz-animation: fadein-kaart 4s; /* Firefox < 16 */
		-ms-animation: fadein-kaart 4s; /* Internet Explorer */
		-o-animation: fadein-kaart 4s; /* Opera < 12.1 */
		animation: fadein-kaart 4s;
	}	

	@media only screen and (max-width: 1889.98px) {
		.kaart-schaduw-gradient{
			width: 1000px;
			height: 970px;	
		}
	}

	@media only screen and (max-width: 1199.98px) {
		.kaart-schaduw-gradient{
			width: 510px;
			height: 520px;	
		}
	}

	@media only screen and (max-width: 767.98px) {
		.kaart-schaduw-gradient{
			width: 470px;
			height: 340px;
			margin-left: 11px;
			margin-top: 120px;
		}
	}

	.kaart-gemeenten{
		position: absolute;
		width: 90%;
		height: 100%;
		left: 5%;
		top: 2%;
		-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
		-moz-animation: fadein 2s; /* Firefox < 16 */
		-ms-animation: fadein 2s; /* Internet Explorer */
		-o-animation: fadein 2s; /* Opera < 12.1 */
		animation: fadein 2s;
	}

	@media only screen and (max-width: 767.98px) {
		.kaart-gemeenten{
			width: 102.9%;
			left: -1.3%;
		}
	}


	.kaart-gemeenten .svg{
		opacity: 0;
	}

	.kaart-gemeenten svg{
		position: absolute;
		width: 100.1%;
		margin-top: 0%;
		margin-left: 0%;
	}

	.kaart-gemeenten img{
		position: absolute;
		width: 100%;
		top:0px;
		image-rendering:auto;
	}

	@media only screen and (max-width: 1889.98px) {
		.kaart-gemeenten img{
			image-rendering: auto;
		}
	}

	.kaart-gemeenten svg.button path{
		opacity: 0;
		cursor: pointer;
		transition: 0.2s;
	}

	.kaart-gemeenten svg.button path:hover, 
	.kaart-gemeenten svg.button .selected path{
		opacity: 0.5;
		transition: 0.2s;
		
	}

	@keyframes kaartPulse {
		0%   { opacity: 0.5; }
		50%  { opacity: 0; }
		100% { opacity: 0.5; }
	}
	@-o-keyframes kaartPulse{
		0%   { opacity: 0.5; }
		50%  { opacity: 0; }
		100% { opacity: 0.5; }
	}
	@-moz-keyframes kaartPulse{
		0%   { opacity: 0.5; }
		50%  { opacity: 0; }
		100% { opacity: 0.5; }
	}
	@-webkit-keyframes kaartPulse{
		0%   { opacity: 0.5; }
		50%  { opacity: 0; }
		100% { opacity: 0.5; }
	}

	.kaartpulse path{
		-webkit-animation: kaartPulse 1s 1;
			-moz-animation: kaartPulse 1s 1;
			-o-animation: kaartPulse 1s 1;
			animation: kaartPulse 1s 1;
	}


.postcode-form{
	position: relative;
	top:0px;
	margin-left: 0px;
	margin-top: 40px;
	width:194px;
	text-align: left;
	visibility: visible;
}

@media only screen and (max-width: 1889.98px) {
	.postcode-form{
		width:160px;
	}

}

@media only screen and (max-width: 1199.98px) {
	.postcode-form{
		margin:40px auto;
		width:300px;
		text-align: center;
	}

}


.postcode-form h4{
	font-size: 18px;
	color: #000;
	font-family: 'apercu-bold-pro';
	text-transform: none;
	margin-bottom:30px;
}

@media only screen and (max-width: 1889.98px) {
	.postcode-form h4{
		font-size: 16px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.postcode-form h4{
		font-size: 16px;
	}
}

.postcode-form .desktop {
	display: inline-block;
}

@media only screen and (max-width: 1199.98px) {
	.postcode-form .desktop {
		display: none;
	}
}

.postcode-form input{
	width:100%;
	max-width:154px;
	text-align: left;
	font-size: 32px;
	font-family: 'apercu-regular-pro';
	font-weight: 900;
	padding:16px 20px 12px;
	border:3px solid #000;
	border-radius: 0px;
}

@media only screen and (max-width: 1889.98px) {
	.postcode-form input{
		max-width:112px;
		font-size: 22px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.postcode-form input{
		max-width:252px;
		font-size: 32px;
		padding:13px 22px 9px;
		border:2px solid #000;
	}
}


.postcode-form form, .filter-panel-body form{
	position: relative;
}

.postcode-zoekknop{
	position:absolute;
	top:22px; 
	right:10px;
	color:#000;
	font-size: 28px;
	text-decoration: none;
}

@media only screen and (max-width: 1889.98px) {
	.postcode-zoekknop{
		top:16px; 
	}
}

@media only screen and (max-width: 1199.98px) {
	.postcode-zoekknop{
		top:16px; 
		font-size: 30px;
		right: 20px;
	}
}

.postcode-zoekknop:hover{
	color:#00BEFF;
	text-decoration: none;
}


.mouse-over-panel{
	position: absolute;
	z-index: 999;
	background:#FFF;
	left:0px;
	top:0px;
	width:330px;
	height: 180px;
	-moz-box-shadow:0px 20px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 20px 0px rgba(0,0,0,0.2);
	box-shadow:0px 20px 0px rgba(0,0,0,0.2);
	display: none;
	visibility: visible;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

@media only screen and (max-width: 1199.98px) {
	
	/* zie ook javscript uitschakeling bij lger dan 1190 pixels) */
	
	.mouse-over-panel{
		visibility: hidden;
	}
}

.mouse-over-titel{
	background: #000;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.mouse-over-titel:after {
	top: 36px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #000;
	border-width: 10px;
	margin-left: -10px;
}

.mouse-over-titel h4{
	padding:10px 0;
	margin:0;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}

.mouse-over-aanbieders{
	width:160px;
	height: 140px;
	margin-left:10px;
	float:left;
	background: url(../img/iconen/aanbieders-cirkel.jpg) center center no-repeat;
	background-size: contain;
}

.mouse-over-scholen{
	width:150px;
	margin-left:10px;
	float:left;
}

.mouse-over-panel h5{
	color:#000;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}

.mouse-over-aanbieders h5{
	margin-top:60px;
}

.mouse-over-scholen-row{
	margin-top:0px;
}

.mouse-over-scholen img{
	width: 56px;
	margin-left:30px;
	float:left;
}

.mouse-over-scholen h5{
	float:left;
	width: 40px;
	text-align: left;
	margin: 10px 0 0 16px;
	padding: 0px;
}



.body-container{
	width: 100%;
	min-width: 1890px;
	position: relative;
	margin-top:-120px;
	background:none;
}

@media only screen and (max-width: 1889.98px) {
	.body-container{
		min-width: 1170px;
	}

}

@media only screen and (max-width: 1199.98px) {
	.body-container{
		min-width: 740px;
		margin-top:100px;
	}
}

@media only screen and (max-width: 767.98px) {
	.body-container{
		min-width: 480px;
	}
}

.popover, .popover-all{display:none;
	position: absolute;
	padding-top:100px;
	width: 100%;
	z-index: 999;
}

@media only screen and (max-width: 1889.98px) {
	.popover, .popover-all{
		padding-top:80px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.popover, .popover-all{
		padding-top:20px;
	}
}

.popover .close-btn, .popover-all .close-btn{
	display: block;
	top: -19px;
	right: -16px;
	background:#FFF;
	border-color: #00BEFF;
}

.popover .close-btn:hover, .popover-all .close-btn:hover{
	background:#FFF;
	color:#000;
}

@media only screen and (max-width: 1199.98px) {
	.popover-pagina {
		font-size: 14px;
	}
}

.popover-pagina h3{
	color: #000;
}



.popover-welkom .welkom-logo{
	position: absolute;
	z-index: 999;
	top:-50px;
	right:-40px;
	width: 200px;
}

@media only screen and (max-width: 767.98px) {
	.popover-welkom .welkom-logo{
		width: 160px;
	}

}

@media only screen and (max-width: 1199.98px) {
	.popover-welkom{
		position: absolute;
	}
	
	.popover-welkom h3{
		font-size: 26px;
	}	
}

@media only screen and (max-width: 1199.98px) {
	.popover-welkom{
		padding-top: 80px;
	}
}


.popover-welkom .btn{
	margin-top: 12px;
}

.panel{
	width:100%;
	background:#FFF;
	margin-bottom:36px;
	-moz-box-shadow:0px 6px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 6px 0px rgba(0,0,0,0.3);
	box-shadow:0px 6px 0px rgba(0,0,0,0.3);
	border-radius: 0px;
}


@media only screen and (max-width: 1199.98px) {
	.scholen-aanbieders-provincie .panel-label{
		width: 100%;
	}
}

.gemeenten-provincie .panel-label::after,
.scholen-aanbieders-provincie .panel-label::after{
	display: none;
}


.gemeenten-provincie .panel, .scholen-aanbieders-provincie .panel{
	border-radius: 0px;
	-moz-box-shadow:0px 6px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 6px 0px rgba(0,0,0,0.3);
	box-shadow:0px 6px 0px rgba(0,0,0,0.3);
}


@media only screen and (max-width: 1199.98px) {
	.gemeenten-provincie .panel{
		height: 172px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.scholen-aanbieders-provincie .panel{
		height: 175px;
	}
}

@media only screen and (max-width: 1199.98px) {
	
	.gemeenten-provincie img{
		margin-left: 248px;
		margin-top: 26px;
	}
	
}

@media only screen and (max-width: 767.98px) {
	
	.gemeenten-provincie img{
		margin-left: 120px;
	}
	
}

@media only screen and (max-width: 767.98px) {
	
	.gemeenten-provincie img{
		margin-left: 145px;
	}
	
}


@media only screen and (max-width: 1199.98px) {

	.gemeenten-provincie h5{
		margin-top: 29px;
	}
	
}


.infographic-cijfers .panel-label, .infographic-cijfers .panel.mobile .panel-label{
	border-radius: 0px;
}

@media only screen and (max-width: 1199.98px) {
	.infographic-cijfers .panel-label{
		height: auto;
		padding-bottom: 23px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.infographic-cijfers .panel.mobile .panel-label{
		width: 100%;
		height: auto;
		padding-bottom: 23px;
	}
}

@media only screen and (max-width: 1199.98px) {

	.kolom-scholen{
		width: 46%;
	}
	
}

.subkolom-scholen{
	width:50%;
}

.scholen img.icoon1{
	margin-left: 100px;
}

@media only screen and (max-width: 1889.98px) {
	.scholen img.icoon1{
		margin-left: 10px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.scholen img.icoon1{
		margin-left: 10px;
		margin-top: 36px;
	}
}

@media only screen and (max-width: 767.98px) {
	.scholen img.icoon1{
		margin-left: 10px;
	}
}


@media only screen and (max-width: 1199.98px) {
	.scholen img.icoon2{
		margin-top: 33px;
	}
}

@media only screen and (max-width: 767.98px) {
	.scholen img.icoon2{
		margin-left: 10px;
	}
}


.scholen img.icoon3 {
    margin-left: 65px;
}

@media only screen and (max-width: 1889.98px) {
	.scholen img.icoon3 {
		margin-left: 0px;
	}

}

@media only screen and (max-width: 1199.98px) {
	.scholen img.icoon3 {
		margin-left: 10px;
		margin-top: 36px;
	}
}

@media only screen and (max-width: 767.98px) {
	.scholen img.icoon3 {
		margin-left: 10px;
	}
}



@media only screen and (max-width: 1199.98px) {
	.scholen img.icoon4 {
		margin-top: 29px;
	}
}

@media only screen and (max-width: 767.98px) {
	.scholen img.icoon4 {
		margin-left: 10px;
	}
}


.scholen h5{
	margin-top: 38px;
	font-size: 20px;
}


@media only screen and (max-width: 1199.98px) {
	
	.scholen h5{
		margin-top: 36px;
	}
	
}

@media only screen and (max-width: 767.98px) {
	
	.scholen h5{
		font-size: 10px;
		margin-top: 40px;
	}
	
}


@media only screen and (max-width: 1199.98px) {
	
	.tabel-container{
		width: 97%;
	}
	
	.tabel-container table{
		margin-top:20px;
	}
}



.panel.sponsoren{
	margin-bottom:16px;
}

.panel-inner{
	padding:80px 40px 10px;
}

@media only screen and (max-width: 1199.98px) {
	.panel-inner{
		padding:1px 20px 10px;
	}
}

.panel-inner .mobile{
	display: none;
}

@media only screen and (max-width: 767.98px) {
	.panel-inner .mobile{
		display: block;
	}
	
	.panel-inner{
		padding:1px 20px 10px;
	}
}

.mobile .panel-inner{
	padding:5px 40px 10px;
}

.panel-inner h2.mobile {
	margin-top: 40px;
	text-align: center;
}

@media only screen and (max-width: 1199.98px) {
	.panel-inner h2.mobile {
		display:block;
	}
}



.panel-label{
	background:#000;	
	position: relative;
}

.panel-label h3{
	padding:34px 0 0 0;
	margin:0;
	color:#FFF;
	text-align: center;
	font-size: 14px;
	text-transform:uppercase;
}

@media only screen and (max-width: 1889.98px) {
	.panel-label h3{
		font-size: 12px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.panel-label h3{
		padding:21px 0 0 2px;
	}
}

.navigatie {
    position: absolute;
}

@media only screen and (max-width: 1199.98px) {
	.navigatie {
		position: relative;
		margin:0px auto;
		text-align: center;
	}
}


.navigatie-logo{
	width: 200px;
	display: block;
	-moz-box-shadow:0px 6px 0px rgba(0,142,191,1);
	-webkit-box-shadow:0px 6px 0px rgba(0,142,191,1);
	box-shadow:0px 6px 0px rgba(0,142,191,1	);
	margin-bottom: 30px;
	line-height: 0px;
}

@media only screen and (max-width: 1889.98px) {
	
	.navigatie-logo{
		width: 160px;
	}
	
}

@media only screen and (max-width: 1199.98px) {
	.navigatie-logo{
		display: inline-block;
		margin-top:100px;
	}
}


.navigatie-btn{
	width: 200px;
	display: block;
}

.btn.navigatie-btn{
	width: 196px;
	font-size: 20px;
}

@media only screen and (max-width: 1889.98px) {
	.btn.navigatie-btn{
		width: 157px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.btn.navigatie-btn{
		display: inline-block;
	}
}


.btn.navigatie-btn .btn-inner{
	padding:10px;
}

@media only screen and (max-width: 1199.98px) {

	.menu{
		width: 80%;
		margin-left: 10%;
	}
	
}




.panel.menu-panel {
    position: absolute;
    min-width: 200px;
	top:0px;
	margin-top: -44px;
}



.tabblad{
	text-align: left;
	width:50%;
	padding-left:40px;
	height:80px;
	float:left;
	background:#E6E7E8;
	cursor: pointer;
}

@media only screen and (max-width: 1199.98px) {
	.tabblad{
		display: none;
	}
}

.tabblad:hover{
	/*background:#FFF;*/
}

.tabblad h3{
	display: inline-block;
	font-weight: 900;
	font-size: 18px;
	line-height: 30px;
	margin-left:30px;
	margin-top:26px;
	font-family: 'sandro_grottescobold';
	text-transform: uppercase;
}

@media only screen and (max-width: 1889.98px) {
	.tabblad h3{
		font-size: 12px;
		margin-top:26px;
		margin-left:30px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.tabblad h3{
		font-size: 11px;
		margin-left:12px;
		line-height: 30px;
		display: none;
	}
}

@media only screen and (max-width: 767.98px) {
	.tabblad h3{
		display:none;
	}
}

.tabblad.active{
	background:#FFF;
}

.tabblad .schaduw{
	background:#D1D3D4;
	width:3px;
	height: 100%;
	display: inline-block;
	float:right;
}

.per-verdieping .schaduw{
	float:left;
}

.scholen-per-gemeente .schaduw{
	float:left;
}

.per-gemeente{
	border-top-left-radius: 22px;
}

.tabblad.per-verdieping{
	/*cursor: not-allowed;*/
}

.scholen-per-gemeente{
	border-top-right-radius: 22px;
}

.per-gemeente .icoon{
	width:42px;
	margin-bottom: -9px;
}

@media only screen and (max-width: 1199.98px) {
	.per-gemeente .icoon{
		width:25px;
		margin-bottom: -48px;
	}
}

@media only screen and (max-width: 767.98px) {
	.per-gemeente .icoon{
		width:46px;
		margin-bottom: -48px;
	}
}

.landelijk .icoon{
	width:42px;
	margin-bottom: -12px;
}

@media only screen and (max-width: 1199.98px) {
	.landelijk .icoon{
		width:66px;
		margin-bottom: -58px;
	}
}


.popover-all .per-gemeente .icoon{
	width:50px;
	margin-bottom: -18px;
}

@media only screen and (max-width: 1199.98px) {
	.popover-all .per-gemeente .icoon{
		width:74px;
		margin-bottom: -60px;
	}
}

@media only screen and (max-width: 767.98px) {
	.popover-all .per-gemeente .icoon{
		width:66px;
		margin-bottom: -60px;
	}
}




.per-verdieping .icoon{
	width:33px;
	margin-bottom: -13px;
}

@media only screen and (max-width: 1199.98px) {
	.per-verdieping .icoon{
		width:36px;
	}
}

@media only screen and (max-width: 767.98px) {
	.per-verdieping .icoon{
		width:40px;
		margin-bottom: -52px;
	}
}

.scholen-per-gemeente .icoon{
	width:64px;
	margin-bottom: -10px;
}

@media only screen and (max-width: 1199.98px) {
	.scholen-per-gemeente .icoon{
		width:86px;
		margin-bottom: -50px;
	}
}

@media only screen and (max-width: 767.98px) {
	.scholen-per-gemeente .icoon{
		width:65px;
		margin-bottom: -45px;
	}
}

.per-gemeente.active .schaduw{
	background:#FFF;
}


.per-gemeente-content{
	display: block;
}

.per-verdieping-content, .scholen-per-gemeente-content{
	display: none;
}

.per-verdieping-content h2.mobile{
	text-align: center;
}

.gemeente-content-container{
	position: relative;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
	min-height: 100px;
}

@media only screen and (max-width: 1889.98px) {
	.gemeente-content-container{
		min-height: 80px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.gemeente-content-container{
		min-height: 120px;
		margin-bottom: 12px;
	}
}

.gemeente-balk{
	background: #000;
	color:#FFF;
	height: 100px;
	width: 100%;
	position: absolute;
	margin-bottom: 40px;
	z-index: 1;
	border-radius: 0px;
}

@media only screen and (max-width: 1889.98px) {
	.gemeente-balk{
		height: 80px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.gemeente-balk{
		height: 120px;
	}
}


.mobile .gemeente-balk{
	background: #E6E7E8;
	cursor: pointer;
}

.mobile .gemeente-balk:hover{
	background: #000;
}




.scholen-per-gemeente-content .gemeente-balk:hover, .scholen-per-gemeente-content .gemeente-content-container.active .gemeente-balk{
	background: #000000;
}

.gemeente-thumb{
	border-radius: 50%;
	height: 120px;
	width: 120px;
	background: #FFF;
	border: 1px solid #000;
	margin-top: -12px;
	position: absolute;
	margin-left:12px;
	display: none;
}

@media only screen and (max-width: 1889.98px) {
	.gemeente-thumb{
		height: 100px;
		width: 100px;
		margin-top: -12px;
		margin-left:12px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.gemeente-thumb{
		margin-top: 9px;
		margin-left: 9px;
	}
}


.gemeente-thumb img{
	width: 70%;
	margin-left:15%;
	margin-top:15%;
}

@keyframes thumbPulse {
	0%   { height: 120px; width: 120px; margin-top: -12px; margin-left:12px; }
	50%  { height: 140px; width: 140px; margin-top: -22px; margin-left:2px; }
	100% { height: 120px; width: 120px; margin-top: -12px; margin-left:12px; }
}
@-o-keyframes thumbPulse{
	0%   { height: 120px; width: 120px; margin-top: -12px; margin-left:12px; }
	50%  { height: 140px; width: 140px; margin-top: -22px; margin-left:2px; }
	100% { height: 120px; width: 120px; margin-top: -12px; margin-left:12px; }
}
@-moz-keyframes thumbPulse{
	0%   { height: 120px; width: 120px; margin-top: -12px; margin-left:12px; }
	50%  { height: 140px; width: 140px; margin-top: -22px; margin-left:2px; }
	100% { height: 120px; width: 120px; margin-top: -12px; margin-left:12px; }
}
@-webkit-keyframes thumbPulse{
	0%   { height: 120px; width: 120px; margin-top: -12px; margin-left:12px; }
	50%  { height: 140px; width: 140px; margin-top: -22px; margin-left:2px; }
	100% { height: 120px; width: 120px; margin-top: -12px; margin-left:12px; }
}


.thumbpulse{
	-webkit-animation: thumbPulse 1s 2;
	-moz-animation: thumbPulse 1s 2;
	-o-animation: thumbPulse 1s 2;
	animation: thumbPulse 1s 2;
}


.gemeente-tekst{
	margin-left:40px;
	padding:0;
	height: 100%;
	position: relative;
}

.popover-all .gemeente-tekst{
	margin-left:40px;
}

@media only screen and (max-width: 1889.98px) {
	.gemeente-tekst{
		margin-left:30px;
	}
}

.gemeente-tekst-inner {
    position: absolute;
    display: block;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.gemeente-tekst h3{
	font-size: 28px;
	padding:0;
	margin:0 0 2px;
	font-family: 'sandro_grottescobold';
	font-weight: 600;
}

@media only screen and (max-width: 1199.98px) {
	.gemeente-tekst h3{
		font-size: 23px;
	}
}

.mobile .gemeente-balk h3{
	color: #000;
}

.gemeente-tekst h4{
	font-size: 14px;
	line-height: 18px;
	color:#999999;
	font-weight: 400;
	padding:0;
	margin:0;
	width: 710px;
	text-transform: none;
}

@media only screen and (max-width: 1889.98px) {
	.gemeente-tekst h4{
		font-size: 11px;
		width: 530px;
		line-height: 14px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.gemeente-tekst h4{
		width: 275px;
	}
}

.per-verdieping-content .gemeente-tekst{
	margin-left:40px;
}

@media only screen and (max-width: 767.98px) {
	.per-verdieping-content .gemeente-tekst{
		margin-left:0px;
	}
}

.per-verdieping-content .gemeente-tekst h3{
	font-size: 22px;
	padding:0;
	margin:37px 0 0 2px;
}

@media only screen and (max-width: 1199.98px) {
	.per-verdieping-content .gemeente-tekst h3{
		font-size: 17px;
		margin:50px 0 0 0;
	}
}

@media only screen and (max-width: 767.98px) {
	.per-verdieping-content .gemeente-tekst h3{
		width: 100%;
		text-align: center;
		font-size: 22px;
		margin: 46px 0 0 0;
	}
}

.gemeente-balk:hover h3, .gemeente-balk:hover h4, .gemeente-content-container.active .gemeente-balk h3, .gemeente-content-container.active .gemeente-balk h4{
	color:#FFF;	
}

.gemeente-tekst h4 span{
	margin:0 6px;
}

.gemeente-cijfers{
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	width:300px; /* was 400 */
}

@media only screen and (max-width: 1889.98px) {
	.gemeente-cijfers{
		width:320px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.gemeente-cijfers{
		width:270px;
	}
}

@media only screen and (max-width: 767.98px) {
	.gemeente-cijfers{
		display: none;
	}
}

@media only screen and (max-width: 1199.98px) {
	.per-verdieping-content .gemeente-cijfers{
		width: 310px;
	}
}

.gemeente-cijfers table{
	height: 100%;
}

.gemeente-cijfers table table{
	width: 100%;
}

.gemeente-cijfers table td{
	vertical-align: middle;
}

.gemeente-cijfers table table td{
	text-align: center;
}

.gemeente-cijfers table .table-spacer{
	width: 5%;
}

.gemeente-cijfers table .table-leerling{
	width: 5%;
}

.gemeente-cijfers table .table-lijn{
	width: 0.1%;
	background: #FFF;
}

.gemeente-cijfers img{
	width:40px;
}

@media only screen and (max-width: 1199.98px) {
	.gemeente-cijfers img{
		margin-right: 4px;
	}
}


.gemeente-cijfers img.icon1{
	width:48px;
}

.gemeente-cijfers img.icon2, .gemeente-cijfers img.icon4{
	width:26px;
}

.gemeente-cijfers img.icon3{
	width:40px;
}

@media only screen and (max-width: 1889.98px) {
	.gemeente-cijfers img.icon1{
		width:42px;
	}

	.gemeente-cijfers img.icon2, .gemeente-cijfers img.icon4{
		width:20px;
	}

	.gemeente-cijfers img.icon3{
		width:41px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.gemeente-cijfers img.icon1{
		width:36px;
	}

	.gemeente-cijfers img.icon2, .gemeente-cijfers img.icon4{
		width:18px;
	}

	.gemeente-cijfers img.icon3{
		width:30px;
	}
}

.gemeente-balk:hover .gemeente-cijfers img.wit, .gemeente-content-container.active .gemeente-balk .gemeente-cijfers img.wit{
	display: inline;
}

.gemeente-cijfers h4{
	font-size:18px;
	float:left;
	display: inline-block;
	padding:0;
	margin:0;
}

@media only screen and (max-width: 1889.98px) {
	.gemeente-cijfers h4{
		font-size:13px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.gemeente-cijfers h4{
		font-size:11px;
		font-weight: 400;
	}
}

.gemeente-cijfers table td.aanbieders-totaal{
	position: relative;
	width: 110px; 
}

@media only screen and (max-width: 1889.98px) {
	.gemeente-cijfers table td.aanbieders-totaal{
		width: 82px; 
	}
}



.huis-top{
	margin-bottom: -6px;
}

.huis-top img{
	width:100%;
}

.huis-row{
	border-top:3px solid #000;
	border-right:3px solid #000;
	border-left:3px solid #000;
	min-height: 100px;
	padding:40px;
}

.huis-row:last-child{
	border-bottom:3px solid #000;
}

.huis-row#huis-beeld-creatie, .huis-row#huis-beeld-kraken{
	background:url('../img/kaart-bg.jpg');
}

.huis-label{
	margin-bottom: 17px;
	position: relative;
	width: 100%;
	margin-top: -41px;
}


@media only screen and (max-width: 1889.98px) {
	.huis-label{
		margin-bottom: 49px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.huis-label{
		margin-bottom: 17px;
	}
}



.aanbieders-totaal img{
	position: absolute;
	top: 6px;
	left: 12px;
	width: 80%;
}

@media only screen and (max-width: 1889.98px) {
	.aanbieders-totaal img{
		left: 9px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.aanbieders-totaal img{
		top: 26px;
	}
}


.aanbieders-totaal .aanbieders-totaal-cijfer{
	position: absolute;
	text-align: center;
	width: 100%;
	top: 36px;
}

@media only screen and (max-width: 1889.98px) {
	.aanbieders-totaal .aanbieders-totaal-cijfer{
		top: 27px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.aanbieders-totaal .aanbieders-totaal-cijfer{
		top: 46px;
	}
}

.aanbieders-totaal h4{
	display: block;
	margin-left: 50%;
	left: -13px;
	line-height: 26px;
	position: relative;
	font-size: 14px;
	background:#FFF;
	color:#000;
	border-radius: 50%;
	width: 26px;
	height: 26px;
}

.per-verdieping-content .aanbieders-totaal h4{
	font-size: 12px;
}

@media only screen and (max-width: 1889.98px) {
	.aanbieders-totaal h4{
		font-size: 12px;
		width: 24px;
		height: 24px;
		line-height: 24px;
	}

}

.gemeente-balk:hover .aanbieders-totaal h4,
.gemeente-content-container.active .aanbieders-totaal h4{
	background:#FFF;
	color:#000;
}

.scholen-per-gemeente-content .gemeente-balk:hover .aanbieders-totaal h4,
.scholen-per-gemeente-content .gemeente-content-container.active .aanbieders-totaal h4{
	background:#FFF;
	color:#000000;
}




.gemeente-contents{
	background:#F1F2F2;
	border: 2px solid #000;
	display: none;
	position: relative;
	top:84px;
	z-index: 0;
	margin-bottom: 114px;
	border-radius: 0px;
}

.popover-all .gemeente-contents{
	border-radius: 0px;
	
}

@media only screen and (max-width: 1889.98px) {
	.gemeente-contents{
		top:68px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.gemeente-contents{
		top:90px;
	}
}

.scholen-per-gemeente-content .gemeente-contents{
	border: 2px solid #000000;
}

.per-verdieping-content .gemeente-contents{
	display: block;
	background:none;
	border:none;
	top:0px;
	padding: 0;
	margin-bottom: 0px;
}

.landelijk-content .gemeente-contents{
	top:0px;
}



.filters-toggle{
	background:#000;
	color:#FFF;
	border:2px solid #000;
	display: none;
	text-decoration: none;
	max-width: 94.9%;
	font-size: 18px;
	font-family: 'sandro_grottescobold';
	text-transform: uppercase;
	margin-bottom: 30px;
}

@media only screen and (max-width: 1199.98px) {
	.filters-toggle{
		display: block;
	}
}

.filters-toggle:hover{
	text-decoration: none;
	background: #FFF;
	color: #000;
}

.filters-toggle span{
	margin-right:20px;	
}


.filters-toggle .btn-inner{
	padding:10px 20px;
}

.filters-toggle.filters-sluiten{
	display: none;
}


.popover-all .filter-panels-container, 
.popover .filter-panels-container{
	display: block;
}

@media only screen and (max-width: 1889.98px) {
	.filter-panels-container{
		width: 32%;
	}
}


@media only screen and (max-width: 1199.98px) {
	.popover-all .filter-panels-container{
		width: 95%;
		margin:0;
		display: none;
	}
	
	.popover .filter-panels-container{
		width:96%;
		display: none;
	}
}



.filter-panel{
	margin-bottom:34px;
}

@media only screen and (max-width: 1199.98px) {
	.filter-panel{
		margin-bottom:18px;
	}
}

.filter-panel-titel{
	background: #00BEFF;
	padding:8px 14px 4px;
	position: relative;
	border-radius: 0px;
}


.filter-panel-titel h5{
	text-transform: uppercase;
	color:#FFF;
	font-size:14px;
	padding:6px 0px;
	margin:0px;
}

@media only screen and (max-width: 1889.98px) {
	.filter-panel-titel h5{
		font-size:12px;
	}
}

.filter-panel-titel .btn{
	font-size:10px;
	position:absolute;
	top:0px;
	right: 0px;
	background:#008ebf;
	border: 2px solid #008ebf;
	color:#FFF;
	padding:8px 20px 6px 8px;
	margin-top:6px;
	margin-right:6px;
	display:none;
}

@media only screen and (max-width: 1889.98px) {
	.filter-panel-titel .btn{
		font-size:8px;
	}
}

.filter-panel-titel .btn:hover{
	background:#000;
	color:#FFF;
	border: 2px solid #000;
}

.scholen-per-gemeente-content .filter-panel-titel .btn{
	background:#008ebf;
	border: 2px solid #008ebf;
}

.scholen-per-gemeente-content .filter-panel-titel .btn:hover{
	background:#000;
	color:#FFF;
	border: 2px solid #000;
}

.scholen-per-gemeente-content .filter-panel-titel{
	background:#00BEFF;
	border: 2px solid #00BEFF;
	color:#FFF;
}


.filter-panel-body{
	background:#FFF;
	width: 97.8%;
	padding:20px 0 0px 2%;
	border-radius: 0px;
}

@media only screen and (max-width: 1199.98px) {
	.filter-panel-body{
		width: 96%;
		padding:10px 0 10px 4%;
	}
}

.filter-panel-body h4{
	font-family: 'apercu-regular-pro';
	text-transform: none;
	font-weight: normal;	
	padding:0px 20px 20px 10px;
}

@media only screen and (max-width: 1889.98px) {
	.filter-panel-body h4{	
		padding:0px 0px 20px 10px;
	}
}

.filter-panel-body .postcodeform{
	border-radius: 0px;
	text-align: left;
	font-family: 'apercu-regular-pro';
	padding:11px 0px 6px 10px;
	height: 31px;
}

@media only screen and (max-width: 1889.98px) {
	.filter-panel-body .postcodeform{
		width: 91.5%;
		font-size: 18px;
		height: 34px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.filter-panel-body .postcodeform{
		width: 93.5%;
		font-size: 34px;
	}
}

.filter-panel-body .postcode-zoekknop{
	top: 14px;
	right: 29px;
}

@media only screen and (max-width: 1889.98px) {
	.filter-panel-body .postcode-zoekknop{
		top: 92px;
		right: 22px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.filter-panel-body .postcode-zoekknop{
		top: 92px;
		right: 37px;
	}
}

@media only screen and (max-width: 767.98px) {
	.filter-panel-body .postcode-zoekknop{
		right: 26px;
	}
}


.filter-kolom{
	float:left;
}

.filter-kolom .filter{
	text-decoration: none;
	color:#000;
	display: block;
	float:left;
	clear:both;
}

.filter-kolom .filter.inactive{
	opacity: 0.3;	
}

.filter-kolom h3, .filter-kolom h4{
	font-weight: 400;
	font-size: 14px;
	float:left;
	font-family: 'apercu-regular-pro';
}

.filter-kolom h4{
	font-size: 12px;
	padding:0px 0px 0px 44px;
	margin:4px 0px;
}

.filter h3{
	width: 72%;
	font-family: 'apercu-regular-pro';
}

.filter img {
    width: 18%;
    margin-left: 4%;
}


.filter-kolom h4 .fa{
	margin-right:10px;
}

@media only screen and (max-width: 1889.98px) {
	.filter-kolom h3{
		font-size: 11px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.filter-kolom h3{
		font-size: 14px;
	}
}

.filter-kolom img{
	float:left;
}


.filter-cats{
	width: 66%;
}

@media only screen and (max-width: 1199.98px) {
	.filter-cats{
		width: 100%;
	}
}

.filter-cats h3{
	width: 84%;
	font-family: 'apercu-regular-pro';
}

@media only screen and (max-width: 1199.98px) {
	.filter-cats h3{
		width: 81%;
	}
}

.filter-cats .filter{
	width: 25%;
}

@media only screen and (max-width: 767.98px) {
	.filter-cats .filter{
		width: 50%;
	}
}

.filter-cats img{
	width:12%;
	margin-top:10px;
	margin-right:4%;
}

@media only screen and (max-width: 1199.98px) {
	.filter-cats img{
		width:15%;
	}
}

.filter-scholen{
	width: 17%;
	padding:0 0 10px;
}

.filter-scholen.solo{
	padding:16px 0px 0px;
}

@media only screen and (max-width: 1199.98px) {
	.filter-scholen{
		width: 33%;
		padding-top: 22px;
	}
}

@media only screen and (max-width: 767.98px) {
	.filter-scholen{
		width: 50%;
	}
}

.scholen-per-gemeente-content .filter-scholen{
	width: 17%;
	padding:0;
}

.scholen-per-gemeente-content .filter-scholen.positie-midden .filter{
	margin-top:28px;
}

.scholen-per-gemeente-content .filter-scholen.klein{
	width: 10.5%;
}

@media only screen and (max-width: 1889.98px) {
	.scholen-per-gemeente-content .filter-scholen{
		width: 16%;
		padding:0;
	}

	.scholen-per-gemeente-content .filter-scholen.klein{
		width: 10.6%;
	}
	
	.scholen-per-gemeente-content .filter-scholen.positie-midden .filter{
		margin-top:0px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.scholen-per-gemeente-content .filter-scholen{
		width: 50%;
		padding:0;
	}
	
	.scholen-per-gemeente-content .filter-scholen.klein{
		width: 33%;
	}
}

.filter-scholen .filter-row:first-child .filter{
	padding-bottom:20px;	
	width: 100%;
}

.filter-scholen img{
	width:34px;
	margin-top:10px;
	margin-right:10px;
}

.filter-scholen img.mbo{
	width:54px;
	margin-top:10px;
	margin-right:10px;
}

@media only screen and (max-width: 1889.98px) {
	.filter-scholen img{
		margin-top:6px;
	}
}

.scholen-per-gemeente-content .filter-scholen img.filter-inspirtatie{
	margin-top: 7px;
}

.scholen-per-gemeente-content .filter-scholen img.filter-meerderelocaties{
	width:26px;
}

.scholen-per-gemeente-content .filter-scholen img.filter-havo{
	width: 26px;
	margin-top: 10px;
}

.scholen-per-gemeente-content .filter-scholen img.filter-vwo{
	width: 22px;
	margin-top: 10px;
}


.filter-doelgroep{
	width: 14%;
	padding: 22px 0px 0px;
}

@media only screen and (max-width: 1199.98px) {
	.filter-doelgroep{
		width: 50%;
		padding: 22px 0 0 0;
	}
}

.filter-doelgroep .filter-row:first-child .filter{
	padding-bottom:0px;
}

.filter-doelgroep h3, .filter-scholen h3{
	margin:11px 0px 0px;
	font-family: 'apercu-regular-pro';
}

.filter-scholen.solo h3{
	margin:17px 0px 0px;
}


.filter-doelgroep img{
	width:44px;
	margin-top:9px;
	margin-right:10px;
	margin-bottom:16px;
}

.filter-doelgroep img.maken{
	width:34px;
	margin-top:5px;
}

@media only screen and (max-width: 1889.98px) {
	.filter-doelgroep img{
		width:25px;
	}
}

.filter-doelgroep .filter{
	width: 100%;
}

@media only screen and (max-width: 1889.98px) {
	
	.content-list {
		width: 66%;
	}
	
}

@media only screen and (max-width: 1199.98px) {
	.content-list {
		width: 95%;
	}
}

@media only screen and (max-width: 1199.98px) {
	.popover .dynamic-content{
		width: 100%;
	}
	
}


.dynamic-content-loading, .dynamic-content-melding{
	border-radius: 0px;
	color: #000;
	background: #FFF;
	border: 2px solid #00BEFF;
	text-transform: none;
}

@media only screen and (max-width: 1889.98px) {
	.dynamic-content-loading{
		width: 96.6%;
		font-size: 16px;		
	}
}

@media only screen and (max-width: 1199.98px) {
	.dynamic-content-loading{
		width: 99.6%;		
	}
}

.dynamic-content-melding {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}

@media only screen and (max-width: 1889.98px) {
	.dynamic-content-melding {
		width: 91.1%;
		padding:20px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.dynamic-content-melding {
		width: 93.5%;
	}
}

@media only screen and (max-width: 767.98px) {
	.dynamic-content-melding {
		width: 90.5%;
	}
}

.dynamic-content-melding a {
	color:#00BEFF;
	text-decoration: none;
}

.dynamic-content-melding a:hover {
	color:#00BEFF;
	text-decoration: underline;
}


.scholen-per-gemeente-content .dynamic-content-loading{
	color: #000000;
	border: 2px solid #00BEFF;
}


.aanbieders-met-kolommen{
	display: block;
}

.aanbieders-zonder-kolommen{
	display: none;
}

@media only screen and (max-width: 1199.98px) {
	.aanbieders-met-kolommen{
		display: none;
	}

	.aanbieders-zonder-kolommen{
		display: block;
	}
}

.aanbieders-kolom{
	float:left;
	width: 32%;
}

.aanbieders-kolom-spacer{
	float:left;
	height: 10px;
	width: 2%;
}

.aanbieder-content-container{
	margin-bottom: 20px;
	min-height: 64px;
	width: 47.6%;
}

@media only screen and (max-width: 1889.98px) {
	.aanbieder-content-container{
		width: 46.6%;
	}
}

@media only screen and (max-width: 1199.98px) {
	.aanbieder-content-container{
		width: 100%;
	}
}

.aanbieder-balk{
	height: 64px;
	background:#FFF;
	border:1px solid #000;
	cursor: pointer;
	position: absolute;
	width: 100%;
	z-index:2;
	border-radius: 0px;
}

.aanbieder-balk:hover{
	background:#000;
}

.aanbieder-icoon{
	background: #FFF;
	height: 64px;
	width: 64px;
	border:1px solid #000;
	margin-top:-2px;
	margin-left: -2px;
	float:left;
	border-radius: 0px;
}

.aanbieder-balk:hover .aanbieder-icoon{
	background:#FFF;
	border:2px solid #000;
}

.voorbeeldschool-kader{
	height: 81px;
	width: 81px;
	position: absolute;
	top: -6px;
	left: -7px;
}

.aanbieder-balk h3{
	float:left;
	margin-left:20px;
	margin-top:0;
	padding:0;
	font-size: 20px;
	line-height: 24px;
	height: 100%;
	position: relative;
	font-family: 'apercu-bold-pro';
}

.scholen-per-gemeente-content .aanbieder-balk h3{
	font-size: 18px;
}

@media only screen and (max-width: 1889.98px) {
	.aanbieder-balk h3{
		font-size: 16px;
	}
	
	.scholen-per-gemeente-content .aanbieder-balk h3{
		font-size: 13px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.scholen-per-gemeente-content .aanbieder-balk h3{
		font-size: 16px;
	}
}

.aanbieder-balk h3 span {
    position: absolute;
	display: block;
	width: 310px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

@media only screen and (max-width: 1889.98px) {
	.aanbieder-balk h3 span {
		width: 200px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.aanbieder-balk h3 span {
		width: 530px;
	}
}

@media only screen and (max-width: 767.98px) {
	.aanbieder-balk h3 span {
		width: 276px;
	}
}

.aanbieder-balk:hover h3{
	color: #FFF;
}

.aanbieder-balk .fa{
	float:right;
	font-size: 20px;
	margin-top:20px;
	margin-right: 20px;
 }

.aanbieder-balk:hover .fa{
	color: #FFF;
}

.aanbieder-contents{
	width: 100%;
	background:#FFF;
	border:2px solid #CCC;
	position: relative;
	top:20px;
	margin-bottom:38px;
	z-index:1;
	border-radius: 0px;
}

.aanbieder-contents-inner{
	padding:60px 16px 16px;
}

.aanbieder-content-container.inactive .aanbieder-contents{
	display: none;
}

.aanbieder-tekst{
	font-size: 14px;
	line-height: 28px;
}

@media only screen and (max-width: 1889.98px) {
	.aanbieder-tekst{
		font-size: 16px;
		line-height: 32px;
	}
}

.aanbieder-tekst .kleurtext, .aanbieder-tekst .kleurtext a{
	color:#00BEFF;
	text-decoration: none;
}

.aanbieder-tekst .kleurtext a:hover{
	color:#00BEFF;
	text-decoration: underline;
}


.scholen-per-gemeente-content .aanbieder-tekst{
	margin-bottom: 15px;
}

.aanbieder-eigenschappen-row{
	clear: both;
	float: none;
	width: 100%;
}

.aanbieder-eigenschappen-kolom{
	margin-top: 15px;
}

@media only screen and (max-width: 1889.98px) {
	.aanbieder-eigenschappen-kolom{
		width: 100%;
		margin-top: 20px;
	}
}

.scholen-per-gemeente-content .aanbieder-eigenschappen-kolom{
	width: 33.33%;
}

@media only screen and (max-width: 1889.98px) {
	.scholen-per-gemeente-content .aanbieder-eigenschappen-kolom{
		width: 100%;
	}
}

@media only screen and (max-width: 1199.98px) {
	.scholen-per-gemeente-content .aanbieder-eigenschappen-kolom{
		width: 33.33%;
	}
}

@media only screen and (max-width: 767.98px) {
	.scholen-per-gemeente-content .aanbieder-eigenschappen-kolom{
		width: 100%;
	}
}

.scholen-per-gemeente-content .aanbieder-eigenschappen-kolom{
	margin-top: 0px;
	margin-bottom: 15px;
}


@media only screen and (max-width: 1199.98px) {
	.aanbieder-eigenschappen-kolom{
		width: 33%;
	}
}

@media only screen and (max-width: 767.98px) {
	.aanbieder-eigenschappen-kolom{
		width: 100%;
	}
}

.aanbieder-eigenschappen-kolom.inactief{
	opacity: 0.3;
}

.aanbieder-eigenschappen-kolom img{
	width: 34px;
	float:left;
}

.scholen-per-gemeente-content .aanbieder-eigenschappen-kolom img{
	width: 26px;
}

.scholen-per-gemeente-content .aanbieder-eigenschappen-kolom img.icon-gymnasium{
	width: 30px;
	margin-top:4px;
}

.scholen-per-gemeente-content .aanbieder-eigenschappen-kolom img.icon-vmbo{
	margin-top: 7px;
	width: 30px;
}

.scholen-per-gemeente-content .aanbieder-eigenschappen-kolom img.icon-meerderelocaties{
	width: 24px;
}


.aanbieder-eigenschappen-kolom h4{
	font-size: 14px;
	float: left;
	padding: 3px 0 0 10px;
	margin:0;
	font-family: 'apercu-regular-pro';
}

@media only screen and (max-width: 1889.98px) {
	
	.aanbieder-eigenschappen-kolom h4{
		font-size: 16px;
	}
	
	.scholen-per-gemeente-content .aanbieder-eigenschappen-kolom h4{
		font-size: 12px;
	}
	
}

.aanbieder-eigenschappen-kolom.scholen h4{
	color:#000;
	font-family: 'apercu-regular-pro';
}

.aanbieder-eigenschappen-kolom.doelgroep h4{
	color:#000;
	font-family: 'apercu-regular-pro';
}

.scholen-per-gemeente-content .aanbieder-eigenschappen-kolom.scholen h4{
	color:#000000;
}


.aanbieder-btn{
	width: 95%;
	display: inline-block;
	text-align: center;
	margin-top:5px;
	margin-bottom:2px;
	font-size: 14px;
	background:#FFF;
	border-color: #00BEFF;
	color:#000;
}

@media only screen and (max-width: 1889.98px) {
	.aanbieder-btn{
		font-size: 11px;
		width: 93%;
	}
}

@media only screen and (max-width: 1199.98px) {
	.aanbieder-btn{
		width: 96%;
	}
}

@media only screen and (max-width: 767.98px) {
	.aanbieder-btn{
		width: 94%;
	}
}


.scholen-per-gemeente-content .aanbieder-btn{
	margin-top:5px;
}


.aanbieder-btn:hover{
	background:#00BEFF;
	color:#FFF;
}

.aanbieder-btn .fa{
	margin-right: 0px;
}

.geen-aabieders{
	background:#FFF;
	width: 92%;
	padding:20px;
	border:1px solid #000;
	margin-bottom: 26px;
}


@media only screen and (max-width: 1889.98px) {
	.geen-aabieders{
		width: 96%;
	}
}

@media only screen and (max-width: 1199.98px) {
	.geen-aabieders{
		width: 94%;
	}
}

@media only screen and (max-width: 767.98px) {
	.geen-aabieders{
		width: 90%;
	}
}

.sponsoren .panel-inner{
	padding:40px;
	text-align: center;
}

.sponsoren h4{
	text-transform: uppercase;
	padding:0;
	margin:0 0 40px 0;
}

.sponsoren a{
	margin:0px 40px;
}

.sponsoren a img{
	width: 120px;
}

@media only screen and (max-width: 1199.98px) {
	.sponsoren a img{
		width: 80px;
	}

}

@media only screen and (max-width: 767.98px) {
	.sponsoren a img{
		margin:20px 0;
		width: 120px;
	}
}


.navigatie-footer{
	
}

@media only screen and (max-width: 1199.98px) {
	.navigatie-footer{
		width: 90%;
		margin-left:5%;
	}
}

.navigatie-footer .nav{
	visibility: visible;
}

.navigatie-footer .btn{
	background:#000;
	border: 2px solid #000;
	font-size:12px;
}

@media only screen and (max-width: 1889.98px) {
	.navigatie-footer .btn{
		font-size:10px;
	}
}

.navigatie-footer .btn:hover{
	background:#FFF;
	color: #000;
}

@media only screen and (max-width: 767.98px) {
	.navigatie-footer .btn{
		float:none;
		margin-bottom:20px;
	}
}

.socials-inner{
	margin-top: 2px;
}


.navigatie-footer .nav-label{
	font-size: 20px;
}

@media only screen and (max-width: 1889.98px) {
	.navigatie-footer .nav-label{
		font-size: 15px;
	}
}

@media only screen and (max-width: 767.98px) {
	.navigatie-footer .nav-label{
		width: 100%;
		padding:10px 0px;
		margin-right: 0px;
	}
}

.navigatie-footer .nav-label .fab{
	font-size:26px;
	margin:8px;
	margin-top:-4px;
}

@media only screen and (max-width: 1889.98px) {
	.navigatie-footer .nav-label .fab{
		font-size: 24px;
	}
}

@media only screen and (max-width: 767.98px) {
	.navigatie-footer .nav-label .fab{
		margin-top:20px;
	}
}

.navigatie-footer .nav-label.copyright{
	float:left;
	font-size:20px;
	padding-left:22px;
	margin-top:2px;
}

@media only screen and (max-width: 1889.98px) {
	.navigatie-footer .nav-label.copyright{
		font-size:15px;
	}
}


@media only screen and (max-width: 1199.98px) {
	.navigatie-footer .nav-label.copyright{
		display: block;
		text-align: center;
		width: 100%;
		padding:0;
		margin-bottom:30px;
	}
}

.navigatie-footer .nav-label.socials{
	width: 130px;
}

@media only screen and (max-width: 1889.98px) {
	.navigatie-footer .nav-label.socials{
		width: 80px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.navigatie-footer .nav-label.socials{
		width: 100%;
	}
}

.navigatie-footer .nav-button{
	margin-top: -2px;
}

@media only screen and (max-width: 1199.98px) {
	.navigatie-footer .nav-button{
		margin-top: 0px;
		margin-bottom: 20px;
		display:inline-block;
	}
}

.navigatie-footer .btn{

	color:#FFF;
}

.desktop{
	display: block;
}

.mobile{
	display: none;
}

@media only screen and (max-width: 767.98px) {

	.desktop{
		display: none;
	}
	
	.mobile{
		display: block;
	}
}

@media only screen and (max-width: 767.98px) {
	
	.logos{
		display: block;
	}
	
	.logos .logo-button {
		margin:20px;
		display: block;
	}
	
}




