@media only screen and (max-width: 1889.98px) {}
@media only screen and (max-width: 1199.98px) {}
@media only screen and (max-width: 767.98px) {}

@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: "Lexend", sans-serif;
	font-weight: 300;
	font-size: 16px;
	background: #f5eeec;
	min-width: 480px;
	color:#054a58;
}

strong{
	font-family: "Lexend", sans-serif;
	font-weight: 600;
}

h1, h2, h3, h4, h5{
	font-family: "Lexend", sans-serif;
	font-weight: 700;
}


.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:#054a58;
	position: absolute;
	opacity: 0.6;
	z-index:980;
	top:0;
	right:0;
	bottom: 0;
	left: 0;
}

.popover-background{
	position: fixed;
	z-index:970;
}

.preloader-panel{
	position: relative;
	z-index:1000;
	width: 300px;
	text-align: center;
	margin:300px auto 0px;
	background:#FFF;
	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);
}

.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;
	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: 1430px;
	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: 40px;
		}
		
	}

	@media only screen and (max-width: 1199.98px) {
		
		
		.main-kaart-container{
			width: 100%;
			margin-bottom: 60px;
		}

	}

	@media only screen and (max-width: 767.98px) {
		
		.main-kaart-container{
			width: 480px;
			margin-bottom: 20px;
		}
		
	}

	.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:#054a58;
	margin-right:40px;
	margin-top:10px;
}

@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;
	font-size:16px;
	color: #054a58;
}

@media only screen and (max-width: 1889.98px) {
	.nav-label a{
		font-size: 12px;
	}
}

.nav-label a:hover{
	text-decoration: underline;	
}

.btn{
	background:#054a58;
	padding:6px 0px;
	text-decoration: none;
	color: #FFF;
	font-weight: 900;
	cursor:pointer;
	border:2px solid #054a58;
	font-family: "Lexend", sans-serif;
	text-transform: lowercase;
	border-radius: 25px;
	text-align: center;
	font-size: 22px;
}

.panel-inner .btn{
	color: #FFF;
}

.btn:hover{
	background:#ff777c;
	border:2px solid #ff777c;
	color: #FFF;
}

.btn .fa{
	margin:0px 10px;
}


.btn.btn-alt{
	background:#FFF;
	color:#054a58;
}

.btn.btn-alt:hover{
	background:#FFF;
	border: 2px solid #ff777c;
	color:#ff777c;
}

.btn.btn-top{
	position: absolute;
	top:20px;
	right: 20px;
	font-size: 14px;
	padding:6px 20px;
	background: #f5eeec;
	z-index: 10;
}

@media only screen and (max-width: 767.98px) {
	.btn.btn-top{
		position: relative;
		top:20px;
		right: auto;
		left:10%;
		width:71%;
		display: none;
	}

}



.nav-button{
	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;
	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: "Lexend", sans-serif;
	font-size: 42px;
	line-height: 18px;
	display:inline-block;
	margin:0;
	position: relative;
	width: auto;
}

@media only screen and (max-width: 1889.98px) {
	.titel-allen h3{
		font-size: 34px;
	}
}

@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:14px;
	padding:10px 0px;
	float:none;
	left:auto;
	right: -23px;
	bottom: -46px;
}

@media only screen and (max-width: 1889.98px) {
	.titel-allen .meer-info-button .fa{
		display: none;
	}
	
	.titel-allen .meer-info-button{
		padding:6px 12px;
		right: -33px;
	}
}

@media only screen and (max-width: 1199.98px) {
	
	.titel-allen .meer-info-button .fa{
		display:inline;
	}
	
	.titel-allen .meer-info-button{
		padding:6px 12px;
		margin-top:10px;
		right: -2px;
		bottom: -23px;
	}
}



.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: "Lexend", sans-serif;
}

.header-text h4{
	font-family: "Lexend", sans-serif;
	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;

}


.meer-info-button:hover{
	color:#000;
}

.meer-info-button .fa{
	margin:0px 20px;	
}

@media only screen and (max-width: 1889.98px) {
	.meer-info-button{
		margin-top:2px;
	}
	
	.popover-welkom .meer-info-button{
		font-size:14px;
	}
}

@media only screen and (max-width: 1199.98px) {
	
	.bekijk-kaart-button{
		margin-bottom: 20px;	
	}
	
	.popover-welkom .meer-info-button, .bekijk-kaart-button{
		padding: 6px 0px;
		margin-top:12px;
		float: none;
	}
}

.meer-info-button.mobile{
    display: none;
}

@media only screen and (max-width: 767.98px) {
	.meer-info-button.mobile{
		margin-top:2px;
        position: relative;
        float: none;
        bottom:auto;
        left:auto; 
        right: auto;
        margin: 0 auto 50px;
        display: block;
        text-align: center;
        width: 70%;
	}
}

.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;
	}
	
}


.videoplayer{
	display: block;
	width: 100%;
	margin:40px 0px;
}


.cookietekst-inleiding{
	font-style: italic;
	font-size: 14px;
}

@media only screen and (max-width: 767.98px) {
	.cookietekst-inleiding{
		font-size: 12px;
	}
}


.popover-welkom .panel-inner .cookietekst-inleiding a{
	text-decoration: underline;
}

.welkom-vraag{
    display: none;
}

#welkom-vraag-1-1{
    display: block;
}


.welkom-titel{
    width: 100%;
    position: relative;
    height:30px;
    margin-top:30px;
    margin-bottom:30px;
}

.welkom-titel-streep{
    width: 100%;
    height: 3px;
    background:#000;
    margin-top:12px;
    position: absolute;
}

.welkom-titel h2{
    position: absolute;
    width: 100%;
    text-align: center;
    margin:0px;
}

.welkom-titel h2 span{
    padding:0px 30px; 
    background:#fff;
}


.welkom-fifty-fifty{
    float:left;
    width: 48%;
}

.welkom-fifty-fifty.last{
    float:right;
}

@media only screen and (max-width: 1199.98px) {
	
	.welkom-fifty-fifty{
		float:none;
		width: 100%;
	}

	.welkom-fifty-fifty.last{
		float:none;
	}

}

.welkom-button{
    width: 100%;
}


.welkom-button-inner .fa{
    margin: 8px 0px 8px 0px;
    float: right;
}

.filter-cijfers-container .welkom-button-inner .fa{
    margin: 1px 0px 8px 0px;
}

.welkom-stappen{
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

.welkom-stap{
    display: inline-block;
    background:#D1D3D4;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    transition: background 1s;
	cursor:pointer;
}

.welkom-streep{
    display: inline-block;
    height: 20px;
    width: 10px;
    transition: background 1s;
}

.welkom-streep span{
    background:#D1D3D4;
    display: block;
    height: 3px;
    width: 20px;
    margin-left:-5px;
    margin-top:8px;
}

.welkom-stap.selected,
.welkom-streep span.selected{
    background:#054a58;
}

.welkom-dropdown{
    width: 101%;
    padding:20px 20px;
    font-size: 18px;
    border: 2px solid #000;
    border-radius: 0px;
    cursor:pointer;
    margin-bottom:10px;
}




.meer-info-button.sluiten{
	right:38px;
	display: none;
	position: absolute;
	bottom:-20px;
}


.meer-info-button.alle-aanbod{
	background:#054a58;
	color:#FFF;
	border:2px solid #054a58;
	-moz-box-shadow:0px 4px 0px rgba(124,65,0,1);
	-webkit-box-shadow:0px 4px 0px rgba(124,65,0,1);
	box-shadow:0px 4px 0px rgba(124,65,0,1);
}

.meer-info-button.alle-aanbod:hover{
	background:#FFF;
	color:#054a58;
}


.close-btn{
	position: absolute;
	background:#ff777c;
	top: -14px;
	right: -14px;
	text-decoration: none;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	font-weight: 900;
	border:4px #FFF 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;
    z-index: 900;
}

.close-btn:hover{
	background:#FFF;
	color:#ff777c;
	border:4px #ff777c solid;
}

.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: 1000px;
	height: 1100px;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 1889.98px) {
	.kaart-container{
		width: 679px;
        height: 746px;
        padding-top: 0px;
        margin-bottom: -210px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.kaart-container{
		width: 880px;
        height: 977px;
	}
}

@media only screen and (max-width: 767.98px) {
	.kaart-container{
		        width: 403px;
        height: 510px;
        margin-left: 37px;
        padding-top: 0px;
        margin-bottom: 0px;
	}
}

	.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-provincies{
		position: absolute;
		width: 90%;
		height: 100%;
		left: 5%;
		top: 4%;
		-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-provincies{
			width: 102.9%;
			left: -1.3%;
		}
	}


	.kaart-provincies .svg{
		opacity: 1;
	}

	.kaart-provincies svg{
		position: absolute;
		width: 100.1%;
		margin-top: -0.1%;
		margin-left: 0%;
	}

	.kaart-provincies img{
		position: absolute;
		width: 100%;
		top:0px;
		image-rendering:auto;
	}

	@media only screen and (max-width: 1889.98px) {
		.kaart-provincies img{
			image-rendering: auto;
		}
	}

	.kaart-provincies svg.button path{
		opacity: 0;
		cursor: pointer;
		transition: 0.2s;
		fill: #ff777c;
	}

	.kaart-provincies svg.button path:hover, 
	.kaart-provincies svg.button .selected path{
		opacity: 1;
		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;
	}



	.provincie-label{
		position: absolute;
		text-transform: lowercase;
		font-size: 18px;
		font-weight: 600;
		background: #e1b3fe;
		padding: 3px 35px 4px;
		border-radius: 20px;
		cursor: pointer;
	}

	.provincie-label:hover, .provincie-label.hover, .provincie-label.selected{
		background:#054a58;
		color:#FFF;
	}


@media only screen and (max-width: 1889.98px) {
	.provincie-label{
		font-size: 14px;
		padding: 3px 22px 4px;
	}

}


@media only screen and (max-width: 767.98px) {
	.provincie-label{
		font-size: 10px;
        padding: 3px 8px 4px;
	}
}

.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: #FFF;
	font-family: "Lexend", sans-serif;
	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: "Lexend", sans-serif;
	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:#054a58;
	text-decoration: none;
}


.mouse-over-panel{
	position: absolute;
	z-index: 1000;
	background:#FFF;
	left:0px;
	top:0px;
	width:400px;
	height: auto;
	-moz-box-shadow:0px 10px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 10px 10px rgba(0,0,0,0.2);
	box-shadow:0px 10px 10px rgba(0,0,0,0.2);
	display: none;
	visibility: visible;
	border-radius: 20px;
	text-align: left;
}

@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: #054A58;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	color: #FFF;
}

.mouse-over-titel:after {
	display: none;
}

.mouse-over-titel h4{
	padding:4px 0;
	margin:0;
	text-align: center;
	text-transform: lowercase;
	font-size: 14px;
}

.mouse-over-cats{
	width:90%;
	padding:5% 5% 5%;
}

.mouse-over-cat-container{
	width: 98%;
	margin-left: 2%;
	float:left;
	margin-bottom:4px;
}

.mouse-over-cat-container img{
	width: 40%;
	float:left;
}

.mouse-over-cat-naam{
	width: 80%;
	float:left;
}

.mouse-over-cat-aantal{
	width: 18%;
	float:left;
	text-align: right;
}


.panel-mouse-over-content{
	display: none;
}




.body-container{
	width: 20%;
	position: relative;
	margin:-200px auto 0px;
	background:none;
	left: -100px;
}

@media only screen and (max-width: 1889.98px) {
	.body-container{
		width: 15%;
		left: -70px;
	}

}

@media only screen and (max-width: 1199.98px) {
	.body-container{
		width: 30%;
        left: -90px;
	}
}


@media only screen and (max-width: 767.98px) {
	
	.body-container{
		width: 100%;
        left: 0px;
		margin:0px auto 40px;
	}
}

.popover, .popover-all{
	display:none;
	position: absolute;
	padding-top:70px;
	width: 100%;
	z-index: 999;
}

@media only screen and (max-width: 1889.98px) {
	.popover, .popover-all{
		padding-top:60px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.popover, .popover-all{
		padding-top:50px;
	}
}

@media only screen and (max-width: 767.98px) {
	.popover, .popover-all{
		padding-top:0px;
	}
}

.popover .close-btn, .popover-all .close-btn, .popover-deeplink .close-btn{
	display: block;
	top: -19px;
	right: -16px;
	background:#ff777c;
	color:#FFF;
	border: 4px solid #FFF;
}

.popover .close-btn:hover, .popover-all .close-btn:hover{
	background:#FFF;
	color:#ff777c;
	border: 4px solid #ff777c;
}

@media only screen and (max-width: 1199.98px) {
	.popover-pagina {
		font-size: 14px;
	}
}

.popover-pagina h3{
	color: #000;
}



.popover-all .panel-inner{
	padding: 0px 0px 0px;
}






.popover-welkom .welkom-logo{
	position: absolute;
	z-index: 999;
	top:-50px;
	right:-40px;
	width: 200px;
	display:none;
}


.panel-titel h1, .panel-titel h2{
	margin:0px 40px;
	font-size: 26px;
}	


.popover-welkom h3{
	font-size: 22px;
	color: #ff777c;
	margin-top:20px;
}	

@media only screen and (max-width: 1199.98px) {
	.popover-welkom{
		position: absolute;
	}
	
	.popover-welkom h3{
		font-size: 24px;
	}	
	
	.popover-welkom .last h3{
		margin-top: 0px;
	}	
	
	
	
}

@media only screen and (max-width: 1199.98px) {
	.popover-welkom{
		padding-top: 40px;
	}
}


@media only screen and (max-width: 767.98px) {
	.popover-welkom{
		line-height: 24px;
		font-size: 14px;
	}
	
	.popover-welkom h3{
		text-align: center;
		font-size: 26px;
	}	
	
}


.popover-deeplink input{
	
	width: 96%;
	padding:20px 2%;
	
}


.popover-welkom .btn{
	margin-top: 20px;
}




.popover-welkom .panels-container, .popover-deeplink .panels-container{
    width: 800px;
}

@media only screen and (max-width: 1199.98px) {
	
	.panels-container {
		width: 860px;
	}

	
	.popover-welkom .panels-container, .popover-deeplink .panels-container{
		width: 70%;
	}
	
	.popover-deeplink .panel{
		width: 100%;
	}
	
	.popover-welkom .last .btn{
		margin-bottom: 20px;
	}


}


@media only screen and (max-width: 767.98px) {
	
	.popover-welkom .panels-container, .popover-deeplink .panels-container{
		width: 90%;
	}
	
	.panels-container {
		width: 440px;
	}
	
}



.panel{
	width:100%;
	background:#FFF;
	margin-bottom:36px;
	border-radius: 40px;
}


@media only screen and (max-width: 1199.98px) {
	.scholen-aanbieders-provincie .panel-label{
		width: 100%;
	}
	
	.popover-welkom .panel{
		width: 100%;
	}
	
}


.popover-rapportage{
}

.popover-rapportage .panel-inner{
	padding: 20px;
	border-radius: 0px;
}

.popover-rapportage .panel{
	background:#f5eeec;
}

.cijfers-panel{
	background:#FFF;
	border-radius: 20px;
	padding:20px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 767.98px) {
.cijfers-panel{
	background:#FFF;
	border-radius: 20px;
	margin-bottom: 30px;
}	
}


.cijfers-panel h3{
	font-size: 32px;
	line-height: 42px;
	margin: 0px;
}

@media only screen and (max-width: 1199.98px) {
	.cijfers-panel h3{
		font-size: 22px;
		line-height: 32px;
	}
}

.cijfers-panel hr{
	width: 100%;
	height: 2px;
	border: none;
	margin:12px 0px 20px;
	background:#F5EEEC;
}


.column-one-third{
	padding: 40px 3%;
	width: 27%;
	float:left;
}


.column-one-fourth{
	padding: 40px 3%;
	width: 19%;
	float:left;
}

.column-three-fourth-half{
	padding: 40px 0% 40px 3%;
	width: 34.5%;
	float:left;
}


.column-three-fifth-half{
	padding: 40px 0% 40px 3%;
	width: 23%;
	float:left;
}

@media only screen and (max-width: 767.98px) {
	.column-three-fourth-half,
	.column-three-fifth-half {
		padding: 20px 3% 20px 3%;
		width: 44%;
	}
	
	.column-three-fifth-half.column-three-fifth-half-full-width-mobile{
		padding: 10px 3% 20px 3%;
		width: 94%;
	}

}

.column-two-fifth{
	padding: 40px 3%;
	width: 41%;
	float:left;
}


.column-three-fifth{
	padding: 40px 0% 40px 3%;
	width: 47%;
	float:left;
}


@media only screen and (max-width: 767.98px) {
	.column-one-third,
	.column-one-fourth, 
	.column-two-fifth,
	.column-three-fifth{
		padding: 10px 3%;
		width: 94%;
		float: none;
		clear: both;
	}
}


.grafiek-label{
	width: 100%;
	margin-bottom:4px;
	font-size: 14px;
	text-transform: lowercase;
}

@media only screen and (max-width: 1199.98px) {
	.grafiek-label{
		font-size: 12px;
	}
}

@media only screen and (max-width: 767.98px) {
	.grafiek-label{
		font-size: 16px;
	}
}

.grafiek-container{
	width: 100%;
	background: #F5EEEC;
	height: 30px;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 10px;
}

.grafiek-labels-left .grafiek-label{
	width: 33%;
	margin-right: 2%;
	text-align: right;
	float: left;
}

.grafiek-labels-left .grafiek-container{
	width: 65%;
	float: right;
}

@media only screen and (max-width: 767.98px) {
	.grafiek-labels-left .grafiek-label {
		width: 100%;
		margin-right: 0%;
		text-align: left;
		float: none;
	}
	
	.grafiek-labels-left .grafiek-container{
		width: 100%;
		float: none;
	}

}


.grafiek-labels-left.padding-top{
	padding-top:60px;
}

@media only screen and (max-width: 767.98px) {
	.grafiek-labels-left.padding-top{
		padding-top:0px;
	}
}

.grafiek-labels-left.small .grafiek-label{
	width: 13%;
}

.grafiek-labels-left.small .grafiek-container{
	width: 84%;
}


@media only screen and (max-width: 767.98px) {
	.grafiek-labels-left.small .grafiek-container{
		width: 100%;
	}
}

.grafiek-lengte{
	height: 100%;
	width: 0%;
	border-radius: 30px;
	transition: width 1.1s ease;
	position: relative;
	color: #FFF;
}


.kleur-donkerblauw{
	background: #054A58;
}

.kleur-midblauw{
	background: #1D747F;
}


.kleur-donkergeel{
	background: #BA9600;
}

.kleur-geel{
	background: #E5BA03;
}


.kleur-paars{
	background: #B886DB;
}

.kleur-lichtpaars{
	background: #E1B3FE;
}

.kleur-donkerpaars{
	background: #8E2FD1;
}


.kleur-groen{
	background: #00A585;
}

.kleur-lichtgroen{
	background: #00D1AA;
}

.kleur-roze{
	background: #FF777C;
}

.kleur-donkerroze{
	background: #D66169;
}

.kleur-bruin{
	background: #724805;
}

.kleur-lichtbruin{
	background: #9E6604;
}

.kleur-oranje{
	background: #FF6500;
}



.grafiek-cijfer{
	font-weight: 600;
	float: right;
	margin-right: 10px;
	padding-top:1px;
}

.grafiek-cijfer-laag{
	color: #054A58;
	margin-right: auto;
	margin-left: 0px;
  	position: absolute;
}


.kleur-lichtgroen,
.kleur-lichtpaars,
.kleur-geel,
.kleur-roze{
	color: #054A58;
}


.btn-pdf{
	width: 100%;
	display: block;
	margin: 20px 0px 0px;
  	padding: 10px 0px 11px;
}


@media only screen and (max-width: 1199.98px) {
	.btn-pdf{
		font-size: 20px
	}

}

@media only screen and (max-width: 767.98px) {
	.btn-pdf{
		font-size: 16px
	}
}


.gemeenten-provincie{
	margin-right: 0%;
	margin-left: 1%;
	
}

@media only screen and (max-width: 1199.98px) {
	.gemeenten-provincie{
		margin-left: 0;
		margin-bottom: 30px;
	}
}

.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;
		margin-left: 0;
	}
}

@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: 50%;
		padding-left:0%;
	}
	
}


.subkolom-scholen{
	float:left;
	width: 50%;
}


.scholen img.icoon1{
	margin-left: 60px;
}

@media only screen and (max-width: 1889.98px) {
	
	.scholen img.icoon1{
		margin-left: 37px;
	}

}

@media only screen and (max-width: 1199.98px) {
	.scholen img.icoon1{
		margin-left: 40px;
		margin-top: 33px;
	}
}

@media only screen and (max-width: 767.98px) {
	.scholen img.icoon1{
		margin-left: 20px;
	}
}


@media only screen and (max-width: 1199.98px) {
	.scholen img.icoon2{
		margin-top: 31px;
	}
}




.scholen img.icoon3 {
    margin-left: 35px;
}

@media only screen and (max-width: 1199.98px) {
	.scholen img.icoon3 {
		margin-left: 50px;
		margin-top: 36px;
	}
}

@media only screen and (max-width: 767.98px) {
	.scholen img.icoon3 {
		margin-left: 24px;
		margin-top: 33px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.scholen img.icoon4 {
		margin-top:28px;
	}
}

.scholen h5{
	margin-top: 38px;
	font-size: 20px;
}


@media only screen and (max-width: 1199.98px) {
	
	.scholen h5{
		margin-top: 35px;
	}
	
}

@media only screen and (max-width: 767.98px) {
	.scholen h5{
		font-size: 12px;
	}
}


@media only screen and (max-width: 1199.98px) {
	
	.tabel-container{
		width: 97%;
	}
	
	.tabel-container table{
		margin-top:14px;
	}
}


.panel-titel{
	width: 100%;
	padding:25px 0px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	background:#054a58;
	color: #FFF;
}



.panel-inner{
	padding:40px 40px 10px;
}

.popover-welkom .panel-inner{
	padding: 30px 40px 50px;
}

@media only screen and (max-width: 1199.98px) {
	.popover-welkom .panel-inner{
		padding:40px 20px 10px;
	}
	
	.popover-deeplink .panel-inner{
		padding:40px 30px 50px;
	}
	
	.popover-welkom .panel br{
		display: inline;
	}
}

.panel-inner .mobile{
	display: none;
}

@media only screen and (max-width: 767.98px) {
	
	.popover-welkom .panel-inner{
		padding:20px 20px 10px;
	}
	
	
	.panel-inner .mobile{
		display: block;
	}
	
	.panel-inner{
		padding:38px 20px 10px;
	}
}

.mobile .panel-inner{
	padding:5px 40px 10px;
}

.panel-inner h2.mobile{
	margin-top: 40px ;
	text-align:center;
}


.panel-inner a{
	
	color:#054a58;

}

.panel-inner .organisatoren-tekst a {
	
	color:#ff777c;
	text-decoration: none;

}

.panel-inner .organisatoren-tekst a:hover{
	
	text-decoration: underline;

}

.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;
	margin:0px;
	top: 8%;
	left: 6%;
	width: 24%;
	text-align: center;
}

@media only screen and (max-width: 1889.98px) {
	.navigatie {
		top: 5%;
		left: 11%;
		width: 20%;
	}
}

@media only screen and (max-width: 1199.98px) {

	.navigatie {
		left: 6%;
		width: 25%;
	}
}


@media only screen and (max-width: 767.98px) {
	.navigatie {
		position: relative;
		left: 10%;
        width: 80%;
		margin-top: 50px;
		margin-bottom: 10px;
	}
}


.navigatie-logo{
	width: 100%;
	margin-bottom: 10px;
	image-rendering: smooth;
}



.navigatie h3{
	color:#ff777c;
	width: 100%;
	margin-top:10px;
}

@media only screen and (max-width: 1889.98px) {
	.navigatie h3{
		font-size: 14px;
		margin-top: 0px;
	}
}

@media only screen and (max-width: 767.98px) {
	.navigatie h3{
		font-size: 16px;
		margin-bottom: 20px;
	}
}

.navigatie .btn{
	width: 90%;
	display: inline-block;
	padding:3px 0px;
	margin-bottom: 8px;
	font-size:18px;
}

@media only screen and (max-width: 1889.98px) {
	.navigatie .btn{
		font-size:14px;
		margin-bottom: 12px;
	}
}

@media only screen and (max-width: 767.98px) {
	.navigatie .btn{
		font-size:22px;
	}
}

.navigatie .btn.btn-alt{
	background:#f5eeec;
}


.navigatie .btn.btn-alt:hover{
	background:#fff;
}


.navigatie-spacer{
	height: 2px;
	background: #ff777c;
	width: 90%;
	margin:8px 0px 16px 5%;
}


@media only screen and (max-width: 1889.98px) {
	.navigatie-spacer{
		margin:0px 0px 12px 5%;
	}
}

@media only screen and (max-width: 767.98px) {
	.navigatie-spacer{
		margin:8px 0px 20px 5%;
	}
}

.panel.menu-panel {
    position: absolute;
    min-width: 200px;
	top:0px;
	margin-top: -44px;
}


.tabbladen{
	background:#054a58;
	border-top-left-radius: 22px;
	position: relative;
}

@media only screen and (max-width: 767.98px) {
	.tabbladen{
		background:none;
		border-radius: 0px;
		padding-top: 20px;
		height: 155px;
	}
}

.tabblad{
	text-align: left;
	width:60%;
	height:80px;
	float:left;
	cursor: pointer;
	box-shadow: inset -4px -10px 8px rgba(0,0,0,0.3);
	background:#f5eeec;
	color:#A0A0A0;
}


@media only screen and (max-width: 1199.98px) {
	
	.tabblad{
		height:53px;
	}

}



.tabblad.aanbieders{
	width:50%;
	right: 0%;
	position: absolute;
}


 


@media only screen and (max-width: 767.98px) {

	.tabblad, 
	.tabblad.aanbieders{
		width: 90%;
        float: none;
        border-radius: 22px;
		margin: 0px 5% 20px;
		border: 2px solid #054a58;
	}
	
	.tabblad.aanbieders{
		right: auto;
	}

}


.tabblad:hover{
	
	background:#054a58;
	color: #FFF;
	
	box-shadow: inset -4px -10px 8px rgba(0,0,0,0.6);
}

@media only screen and (max-width: 767.98px) {
	.tabblad{
		box-shadow: none;
	}
}

.tabblad h3{
	display: inline-block;
	font-weight: 900;
	font-size: 28px;
	line-height: 30px;
	margin-left:32px;
	margin-top:26px;
	font-family: "Lexend", sans-serif;
	text-transform: lowercase;
}

.tabblad:hover h3{
	color:#FFF;
}

.tabblad.active:hover h3{
	color:#054a58;
}

.tabblad h3 .fa{
	font-size:20px;
	margin-right: 10px;
}


@media only screen and (max-width: 1889.98px) {
	.tabblad h3{
		font-size: 24px;
		margin-top:26px;
		margin-left:30px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.tabblad h3{
		font-size: 16px;
        margin-left: 26px;
		margin-top:20px;
        line-height: 0px;
	}
	
	.tabblad h3 .fa{
		font-size:16px;
		margin-right: 6px;
	}

}

@media only screen and (max-width: 767.98px) {
	.tabblad h3{
		
	}
}



.tabblad.active{
	background:#FFF;
	color:#054a58;
	box-shadow: none;
}

.tabblad.aanbieders{
	border-top-left-radius: 20px;
}


.tabblad.active h3{
	/*text-decoration: underline;*/
	color:#054a58;
}


.tabblad .schaduw{
	background:#D1D3D4;
	width:3px;
	height: 100%;
	display: inline-block;
	float:right;
}

.per-verdieping .schaduw{
	float:left;
}

.scholen-per-gemeente .schaduw{
	float:left;
}

.aanbod{
	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;
	}
}

@media only screen and (max-width: 767.98px) {
	.per-gemeente .icoon{
		width:46px;
		margin-bottom: -48px;
	}
}

.aanbieders .icoon{
	width:42px;
	margin-bottom: -12px;
}

@media only screen and (max-width: 1199.98px) {
	.aanbieders .icoon{
		width:38px;
		margin-bottom: -15px;
	}
}

@media only screen and (max-width: 767.98px) {
	.aanbieders .icoon{
		width:48px;
		margin-bottom: -48px;
	}
}


.popover-all .per-gemeente .icoon{
	width:50px;
	margin-bottom: -18px;
}

@media only screen and (max-width: 1199.98px) {
	.popover-all .per-gemeente .icoon{
		width:40px;
		margin-bottom: -17px;
	}
}

@media only screen and (max-width: 767.98px) {
	.popover-all .per-gemeente .icoon{
		width:66px;
		margin-bottom: -60px;
	}
}



.aanbieders-content, .aanbod-content{
	background:#FFF;
}



.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:36px;
		margin-bottom: -7px;
	}
}

@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: 30px;
	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;
	}
}

@media only screen and (max-width: 767.98px) {
	.gemeente-content-container{
		margin-top: 0px;
	}
}


.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;
}

@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: "Lexend", sans-serif;
	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:400px; 
}

@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:#FFF;
	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: 767.98px) {
	.popover-all .gemeente-contents{
		padding: 16px 0px 14px 16px;
	}
}

@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;
}

.aanbieders-content .gemeente-contents {
    top: 0px;
}




.filters-toggle,
.aanbod-in-cijfers-toggle{
	font-size: 16px;
    background: #FFF;
    border: 2px solid #054a58;
    padding: 8px 3% 6px;
    display: none;
    text-align: left;
    width: 94%;
    margin-left: 0%;
	margin-bottom:20px;
	margin-top:20px;
}

.panel-inner .btn.filters-toggle,
.panel-inner .btn.aanbod-in-cijfers-toggle{
    color: #054a58;
}

@media only screen and (max-width: 1199.98px) {
	.filters-toggle,
	.aanbod-in-cijfers-toggle{
		display: block;
	}
}

.filters-toggle:hover,
.aanbod-in-cijfers-toggle:hover{
	text-decoration: none;
	background: #FFF;
	color: #000;
}

.filters-toggle span,
.aanbod-in-cijfers-toggle span{
	margin-right:20px;	
}


.filters-toggle .btn-inner,
.aanbod-in-cijfers-toggle .btn-inner{
	padding:10px 20px;
}

.filters-toggle.filters-sluiten,
.aanbod-in-cijfers-toggle.aanbod-in-cijfers-sluiten{
	display: none;
}

.popover-all .filter-panels-container{
	display: block;
	float:none;
	width: 93%;
}

@media only screen and (max-width: 1199.98px) {
	.popover-all .filter-panels-container{
		width: 100%;
		margin-bottom:50px;
	}
	
	.popover-all .filter-panels-container.filters,
	.popover-all .aanbod-in-cijfers-filters{
		display:none;
	}
}

.filter-kolom-rechts{
	float: right;
	display: block;
	width: 30%;
}






@media only screen and (max-width: 1889.98px) {
	.filter-kolom-rechts{
		width: 32%;
	}
}


@media only screen and (max-width: 1199.98px) {
	.popover-all .filter-kolom-rechts{
		width: 95%;
		margin:0;
		float: left;
	}
}





.filter-cijfers-container {
	margin-top: 4px;
}

@media only screen and (max-width: 1199.98px) {
	.popover-all .filter-panels-container.filter-cijfers-container {
		margin-bottom: 20px;
	}
}


.filters-titel {
	background:#054a58;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	z-index: 20;
	position: relative;
}

.filters-titel h3{
	margin:0px;
    padding: 10px 15px;
	color:#FFF;
	text-transform: lowercase;
}

.filter-cijfers-container .filters-titel h3{
	padding: 10px 15px 10px 65px;
}

.filters-titel-icoon{
	background: #FFF;
	height: 54px;
	width: 54px;
	border: 2px solid #054a58;
	float: left;
	margin-top: -4px;
	margin-left: -6px;
	border-radius: 30px;
	z-index: 20;
}

.filters-titel-icoon img {
  width: 56%;
  margin-left: 22%;
  margin-top: 22%;
}


.filter-cijfers-row{
	width: 100%;
	margin:14px 0px;
}

.filter-cijfers-row img{
	width: 8%;
	margin-left:2%;
	float: left;
}

.filter-panel-body .filter-cijfers-row h3{
	width: 68%;
	float: left;
	font-weight: 400;
  	font-size: 14px;
	padding: 8px 0px;
	margin:0px 0px 0px 2%;
}

.filter-panel-body .filter-cijfers-row h4{
	width: 15%;
	float: right;
	font-weight: 400;
 	 font-size: 14px;
	color:#054a58;
	padding: 8px 4% 8px 0px;
	margin:0px;
	text-align: right;
}




.filter-panel{
	margin-bottom:2px;
	position: relative;
}



.filter-panel-titel{
	background: #e1b3fe;
	padding:0px;
	position: relative;
	border-radius: 0px;
	cursor: pointer;
}


.filter-panel-titel h5{
	text-transform: lowercase;
	color:#FFF;
	font-size:18px;
	padding:10px 15px;
	margin:0px;
	display: inline-block;
}

@media only screen and (max-width: 1889.98px) {
	.filter-panel-titel h5{
		font-size:18px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.filter-panel-titel h5{
		font-size:18px;
	}
}

.filter-panel .btn{
	font-size:16px;
	background:#054a58;
	border: 2px solid #054a58;
	color:#FFF;
	padding:8px 3% 6px;
	display: block;	
	text-align: left;
	width: 89%;
  	margin-left: 1%;
}

.filter-panel .btn.btn-alt{
	background:#FFF;
	color:#054a58;
}

@media only screen and (max-width: 1199.98px) {
	.filter-panel .btn.btn-alt{
		margin-bottom:10px;
	}
}

.filter-panel .btn-filters-verwijderen{
	font-size:10px;
	display:none;
	position:absolute;
	padding:8px 20px 6px 8px;
	top:0px;
	right: 0px;
	margin-top:6px;
	margin-right:46px;
	z-index: 2;
	text-align:center;
	width: auto;
}



@media only screen and (max-width: 1889.98px) {
	.filter-panel .btn-filters-verwijderen{
		font-size:8px;
	}
}

.filter-panel .btn:hover{
	background:#ff777c;
	color:#FFF;
	border: 2px solid #ff777c;
}

.scholen-per-gemeente-content .filter-panel .btn{
	background:#B96000;
	border: 2px solid #B96000;
}

.scholen-per-gemeente-content .filter-panel .btn:hover{
	background:#000;
	color:#FFF;
	border: 2px solid #000;
}

.scholen-per-gemeente-content .filter-panel-titel{
	background:#054a58;
	border: 2px solid #054a58;
	color:#FFF;
}

.openklappen-knop{
	font-size: 16px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 8px 20px 6px 8px;
	margin-top: 6px;
	text-decoration: none;
}

.filter-panel.open .openklappen-knop .fa-chevron-down{
	display: none;
}

.filter-panel.open .openklappen-knop .fa-chevron-up{
	display: block;
}

.filter-panel.closed .openklappen-knop .fa-chevron-down{
	display: block;
}

.filter-panel.closed .openklappen-knop .fa-chevron-up{
	display: none;
}






.filter-panel-body{
	background:#f5eeec;
	width: 97.8%;
	padding:20px 0 0px 2%;
	border-radius: 0px;
}

.filter-panel.open .filter-panel-body{
	display: block;	
}

.filter-panel.closed .filter-panel-body{
	display: none;	
}


.filter-cijfers-container .filter-panel-body{
	padding:10px 0 24px 2%;
}

@media only screen and (max-width: 1199.98px) {
	.filter-cijfers-container .filter-panel-body{
		padding: 10px 0 10px 4%;
	}
}


.filter-panel-body.last{
	margin-bottom: 0px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}


@media only screen and (max-width: 1199.98px) {
	.filter-panel-body{
		width: 96%;
		padding:10px 0 10px 4%;
	}
}

.filter-panel-body h4{
	font-family: "Lexend", sans-serif;
	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: "Lexend", sans-serif;
	padding:11px 0px 6px 10px;
	height: 32px;
}

@media only screen and (max-width: 1889.98px) {
	.filter-panel-body .postcodeform{
		width: 91.5%;
		font-size: 18px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.filter-panel-body .postcodeform{
		width: 93.5%;
		font-size: 34px;
	}
}

.filter-panel-body .postcode-zoekknop{
	top: 12px;
	right: 29px;
}

@media only screen and (max-width: 1889.98px) {
	.filter-panel-body .postcode-zoekknop{
		top: 90px;
		right: 20px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.filter-panel-body .postcode-zoekknop{
		top: 90px;
		right: 37px;
	}
}

@media only screen and (max-width: 767.98px) {
	.filter-panel-body .postcode-zoekknop{
		right: 26px;
	}
}


.filter-panel-body hr{
	border-top:2px solid #054a58;
	border-left:none;
	border-right: none;
	border-bottom: none;
	width: 94%;
	margin-left: 2%;
	margin-top:0px;
	margin-bottom: 24px;
}



.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;
}

.filter-kolom h4{
	font-size: 12px;
	padding:0px 0px 0px 44px;
	margin:4px 0px;
}

.filter h3{
	width: 72%;
	font-family: "Lexend", sans-serif;
	text-transform: lowercase;
}

.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%;
}

@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;
}

.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%;
}


.filter-panels-container select{
    background: #FFF;
    border: 1px solid #CCC;
    padding:10px 4%;
    font-size: 16px;
    margin-bottom: 20px;
    width: 98%;
    cursor: pointer;
}





.btn.terug-naar-kaart-button{
	display: inline-block;
	background:#054a58;
	border: 3px solid #054a58;
	min-height:34px;
	position: relative;
	width: 82%;
	margin-left:10%;
	padding:15px 0px 15px 0%;
	text-align: left;
	border-radius: 40px;
	margin-top:10px;
	margin-bottom: 20px;
}

.btn.terug-naar-kaart-button:hover{
	background:#ff777c;
	border: 3px solid #ff777c;
}

.btn.terug-naar-kaart-button h4{
	display: inline-block;
	margin:2px 0px 0px 70px;
	color:#FFF;
}

@media only screen and (max-width: 1889.98px) {
	.btn.terug-naar-kaart-button h4{
		font-size:16px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.btn.terug-naar-kaart-button{
		display: none;
	}
}


.btn .btn-icoon{
	position: absolute;
	height: 80px;
	width: 80px;
	top:-10px;
	left:-10%;
	border-radius: 50px;
	background:#FFF;
	border: 3px solid #054a58;
}

.btn.terug-naar-kaart-button:hover .btn-icoon{
	border: 3px solid #ff777c;
}

.btn .btn-icoon img{
	width: 70%;
	margin-left:15%;
	margin-top:15%;
}


.btn.terug-naar-kaart-button .fa-chevron-right{
	color: #FFF;
	float: right; 
	margin-right:20px;
	font-size: 16px;
	margin-top:9px;
}




.btn.btn-deeplink{
	font-size: 10px;
	width: 99%;
	display: inline-block;
	text-align: center;
	padding: 16px 0;
	margin-bottom: 50px;
}






@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, .geen-aanbod{
	border-radius: 0px;
	color: #054a58;
	background: #FFF;
	border: 2px solid #054a58;
	text-transform: none;
	float: 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: 20px;
	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%;
        font-size: 16px;
	}
}

.dynamic-content-melding a {
	color:#054a58;
	text-decoration: none;
}

.dynamic-content-melding a:hover {
	color:#054a58;
	text-decoration: underline;
}


.geen-aanbod{
    float: left;
    display: none;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
    width: 96.6%;
    padding: 22px 0px;
    margin-bottom: 20px;
    text-align: center;
    border: 2px solid #000;
}

@media only screen and (max-width: 1889.98px) {
	.geen-aanbod{
		width: 91.1%;
		padding:20px;
	}
}

@media only screen and (max-width: 1199.98px) {
    .geen-aanbod{
        width: 93.5%;
    }
}

.geen-aanbod .btn{
    display: inline-block;
    margin-top: 20px;
    font-size: 12px;
}

@media only screen and (max-width: 1199.98px) {
    .geen-aanbod .btn{
        font-size: 10px;
    }
}


.scholen-per-gemeente-content .dynamic-content-loading{
	color: #000000;
	border: 2px solid #054a58;
}


.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: 10px;
	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%;
	}
}



.filtered-show{
	display: block;
}

.filtered-hide{
	display: none;
}




.aanbieder-container{
	margin-bottom: 10px;
	min-height: 64px;
	width: 97%;
	position:relative;
}

@media only screen and (max-width: 1199.98px) {
	.aanbieder-container{
		width: 100%;
	}
}

.aanbieder-container .aanbieder-contents{
	display:none;
}



.aanbieder-balk{
	height: 56px;
	background:#FFF;
	border:2px solid #ff777c;
	color:#054a58;
	cursor: pointer;
	position: absolute;
	width: 100%;
	z-index:2;
	border-radius: 30px;
}

.inactive .aanbieder-balk{
	background:#FFF;
	border:2px solid #054a58;
	color:#054a58;
}

.aanbieder-balk:hover{
	background:#ff777c;
	border:2px solid #ff777c;
	color: #FFF;
}

.aanbieder-icoon{
	background: #FFF;
	height: 56px;
	width: 56px;
	border:2px solid #ff777c;
	float:left;
	margin-top:-2px;
	margin-left:-2px;
	border-radius: 30px;
}

.inactive .aanbieder-icoon{
	border:2px solid #054a58;
}


.aanbieder-icoon img{
	width: 56%;
	margin-left: 22%;
	margin-top: 22%;
}

.aanbieder-balk:hover .aanbieder-icoon{
	background:#FFF;
	border:2px solid #ff777c;
}

.aanbieder-icoon.multi img{
	width: 82% !important;
	margin-left: 7% !important;
	margin-top: 9% !important;
}


.voorbeeldschool-kader{
	height: 81px;
	width: 81px;
	position: absolute;
	top: -6px;
	left: -7px;
}

.aanbieder-balk h3{
	float:left;
	width: 77%;
	margin-left:20px;
	margin-top:-2px;
	padding:0;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	height: 100%;
	position: relative;
	font-family: "Lexend", sans-serif;
}

.inactive .aanbieder-balk h3{
	font-weight: 300;
}




.scholen-per-gemeente-content .aanbieder-balk h3{
	font-size: 18px;
}

@media only screen and (max-width: 1889.98px) {
	
	
	.aanbieder-balk h3{
		width: 75%;
		font-size: 16px;
	}
	
	.scholen-per-gemeente-content .aanbieder-balk h3{
		font-size: 13px;
	}
}

@media only screen and (max-width: 1199.98px) {
	.aanbieder-balk h3{
		width: 82%;
		font-size: 18px;
	}
}

@media only screen and (max-width: 767.98px) {
	.aanbieder-balk h3{
		width: 75%;
		font-size: 18px;
		margin-top: 0px;
	}
}

.aanbieder-balk h3 span {
    position: absolute;
	display: block;
	width: 95%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}


.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 #ff777c;
	position: relative;
	top:27px;
	margin-bottom:38px;
	z-index:1;
	border-radius: 27px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.aanbieder-contents-inner{
	padding:60px 16px 16px;
}

.aanbieder-content-container.inactive .aanbieder-contents{
	display: none;
}


.aanbieder-info{
	float:left;
	width: 60%;
	margin-right: 5%;
}

.aanbieder-foto{
	float:left;
	width: 29%;
	margin-right: 4%;
	height: 140px;
	background:#CCC;
	border-radius: 16px;
	overflow: hidden;
}

.aanbieder-foto img{
    width: 100%;
	border-radius: 16px;
}


.aanbieder-tekst{
	font-size: 14px;
	line-height: 28px;
	float:left;
	width: 66%;
}

@media only screen and (max-width: 1889.98px) {
	.aanbieder-tekst{
		font-size: 16px;
		line-height: 32px;
	}
}



.aanbieder-tekst h5{
	font-size: 14px;
	margin:10px 0px 10px;
	color:#ff777c;
	line-height: 14px;
}

.aanbieder-tekst .kleurtext, .aanbieder-tekst .kleurtext a{
	color:#054a58;
	text-decoration: none;
}

.aanbieder-tekst .kleurtext a:hover{
	color:#054a58;
	text-decoration: underline;
}


.aanbieder-contents hr{
	border:none;
	border-top: 2px solid #ff777c;
 	margin: 16px 0px;
}


.aanbieder-contents hr.small{
	border-top: 1px solid #ff777c;
	margin: 12px 0px 16px;
}



.scholen-per-gemeente-content .aanbieder-tekst{
	margin-bottom: 15px;
}

.aanbieder-eigenschappen-row{
	clear: both;
	float: none;
	width: 100%;
}

.aanbieder-eigenschappen-kolom{
	margin-top: 0px;
	width: 33%;
	float: left;
}

@media only screen and (max-width: 1889.98px) {
	.aanbieder-eigenschappen-kolom{
		font-size: 12px;
		padding-top:6px;
	}
}


@media only screen and (max-width: 1199.98px) {
	.aanbieder-eigenschappen-kolom{
		font-size: 18px;
		padding-top:6px;
	}
}

@media only screen and (max-width: 767.98px) {
	.aanbieder-eigenschappen-kolom{
		font-size: 14px;
	}
}


.aanbieder-eigenschappen-kolom-content{
	width: 66%;
	float: left;
}

@media only screen and (max-width: 1889.98px) {
	.aanbieder-eigenschappen-kolom-content{
		padding-top:0px;
	}
}


.aanbieder-eigenschap{
	width: 100%;
	margin-bottom:4px;	
}

.aanbieder-eigenschappen img{
	width: 34px;
	float:left;
}


.aanbieder-eigenschap h4{
	font-size: 14px;
	float: left;
	padding: 7px 0 0 16px;
	margin:0;
	font-weight: 300;
	font-family: "Lexend", sans-serif;
}

@media only screen and (max-width: 1889.98px) {
	
	.aanbieder-eigenschappen-kolom h4{
		font-size: 12px;
	}
	
}

@media only screen and (max-width: 1199.98px) {
	
	.aanbieder-eigenschappen-kolom h4{
		font-size: 18px;
	}
	
}

@media only screen and (max-width: 767.98px) {
	
	.aanbieder-eigenschappen-kolom h4{
		font-size: 14px;
	}
	
}

.aanbieder-eigenschappen-kolom.scholen h4{
	color:#000;
}

.aanbieder-eigenschappen-kolom.doelgroep h4{
	color:#000;
}

.scholen-per-gemeente-content .aanbieder-eigenschappen-kolom.scholen h4{
	color:#000000;
}


.aanbieder-btn{
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-top: 12px;
  	margin-bottom: 14px;
	font-size: 18px;
	background:#054a58;
	border-color: #054a58;
	color:#FFF;
	font-weight: 500;
	padding:10px 0;
}

@media only screen and (max-width: 1889.98px) {
	.aanbieder-btn{
		font-size: 11px;
		width: 100%;
	}
}

@media only screen and (max-width: 1199.98px) {
	.aanbieder-btn{
		font-size: 16px;
	}
}

@media only screen and (max-width: 767.98px) {
	.aanbieder-btn{
		font-size: 14px;
	}
}


.scholen-per-gemeente-content .aanbieder-btn{
	margin-top:5px;
}


.aanbieder-btn:hover{
	background:#ff777c;
	border-color: #ff777c;
	color:#FFF;
}

.aanbieder-btn .fa{
	margin-right: 12px;
	float:right; 
	margin-top: 2px;
}

.geen-aabieders{
	background:#FFF;
	width: 97%;
	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%;
	}
}


.navigatie-footer{
	background:none;
	box-shadow: none;
	width: 100%;
	margin:0px auto;
	text-align: center;
}

@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;
}

.navigatie-footer .btn:hover{
	background:#FFF;
	color: #000;
}

@media only screen and (max-width: 1889.98px) {
	.navigatie-footer .btn{
		font-size:11px;
	}
}

@media only screen and (max-width: 767.98px) {
	.navigatie-footer .btn{
		float:none;
		margin-bottom:20px;
	}
}


.logo-footer{
	width: 200px;
}

@media only screen and (max-width: 1889.98px) {
	.logo-footer{
		width: 140px;
	}
}


.socials-inner{
	margin-top: 2px;
}

.navigatie-footer .nav a{
	display: inline-block;
}


.navigatie-footer .nav-label{
	font-size: 20px;
	margin: 10px 20px 10px;
	display: inline-block;
}

@media only screen and (max-width: 1889.98px) {
	.navigatie-footer .nav-label{
		font-size: 18px;
		margin: 0px 20px 10px;
	}

}

@media only screen and (max-width: 1199.98px) {
	.navigatie-footer .nav-label{
		width: auto;
		margin: 10px 20px 10px;
	}
}

@media only screen and (max-width: 767.98px) {
	.navigatie-footer .nav-label{
		width: 40%;
		padding:10px 0px;
		margin: 20px 0px 10px;
	}
}

.navigatie-footer .nav-label .fab{
	font-size:26px;
	margin:8px;
	margin-top:-4px;
}

@media only screen and (max-width: 767.98px) {
	.navigatie-footer .nav-label .fab{
		margin-top:20px;
	}
}

.navigatie-footer .nav-label.copyright{
	font-size:20px;
	margin-top:20px;
}

@media only screen and (max-width: 1889.98px) {
	.navigatie-footer .nav-label.copyright{
		font-size:12px;
		margin-top:10px;
	}

}

@media only screen and (max-width: 1199.98px) {
	.navigatie-footer .nav-label.copyright{
		display: block;
		text-align: center;
		width: 100%;
		padding:0;
		margin:10px 0px 0px;
	}
}

.nav-label.socials{
	width:140px;
	margin: 0 25px 10px;
}

@media only screen and (max-width: 1199.98px) {
	.nav-label.socials{
		width:100%;
		margin: 20px 0px 30px;
	}
}


.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: 1199.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;
	}
	
}




