<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

/*STANDAARD RESET VOOR VERGELIJKBARE WEERGAVE IN ALLE BROWSERS*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-font-smoothing: antialiased;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: inherit;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: basic-sans, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: #2B3B44;
	font-size: 25px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	display: block;
	max-width: 100%;
	image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}
iframe, object, embed {
	max-width: 100%;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}


/* Class voor toegankelijkheid. Verberg een tekst visueel, maar laat deze staan voor screenreaders. Bijvoorbeeld een label in een formulier  */
.visually-hidden {
	border: 0;
    clip: rect(1px 1px 1px 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    white-space: nowrap;
}

/* Wanneer een (bijvoorbeeld) 10-column gecentreerd moet worden in het Bootstrap grid */
.centered {
	margin-left: auto;
	margin-right: auto;
}


/* Standaard styling voor de standaard cookie-melding */
.cookie-popup {
	width: 100%;
	position: fixed;
	bottom: 0;
	background: rgba(255, 255, 255, .85);
	z-index: 9999;
	opacity: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	padding: 15px;
}
.cookie-popup-container {
	width: 100%;
}
.cookie-popup-container p {
	color: #333333;    
	font-size: 0.600em;
	font-family: inherit;
	text-align: center;
}
.cookie-popup-container a {
	color: #004a94;
}

/* Algemene opmaak voor de richtext editor in Umbraco*/
.afbeeldinglinks {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.afbeeldingrechts {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}

/* BOOTSTRAP GRID */
.container {
    width: 100%;
    /*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
}
.header-logos{
	/*font-size: 14px;*/
	font-size: 0.560em;
	padding: 50px 15px 35px 15px;
}
.header-logos span{
	display: block;
	margin-bottom: 15px;
}
.header-logos ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.header-logos ul li{
	width: 50%;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.header-logos ul li:nth-last-child(-1n+2) {
	margin-bottom: 0px;
}
.header-logos ul li a{
	width: auto!important;
}
.header-logos ul li a img{
	margin: auto;
}
.hero{
	background-color: #197D85;
}
.hero{
	height: 208px;
	background-image: url("../images/Hero-Image.png");
	background-position: top center;
	padding: 15px;
}
.hero .container{
	height: 208px;
	position:relative;
}
.hero .container img{
	position: absolute;
	bottom: -40px;
	margin: auto;
	left: 15px;
	right: 15px;
	width: calc(100% - 30px);

}
header .intro{
	background-color: #197D85;
}
header .intro .container{
	padding: 60px 15px;
	color: #FFF;
	text-align: center;
}
header .intro h1{
	font-family: bree, sans-serif;
	font-style: normal;
	font-weight: 200;
	/*font-size: 50px;
	line-height: 60px;*/
	font-size: 2.000em;
	line-height: 1em;
	margin-bottom: 15px;
	
}
header .intro p{
	font-weight: 400;
	font-size: 1em;
	line-height: 1.500em;
}

header::after{
	content:"";
	height: 50px;
	width: 50px;
	margin: auto;
	position: absolute;
	margin-top: -25px;
	left: 0px;
	right: 0px;
	background-image: url("../images/Arrow-Down.svg");
}
.helpen{
	padding: 60px 15px;
	text-align: center;
}
.helpen .intro{
	font-weight: 200;
	/*font-size: 23px;
	line-height: 35px;*/
	font-size: 0.920em;
	line-height: 1.400em;
	margin-bottom: 30px;
}
.helpen .intro h2{
	/*font-size: 40px;
	line-height: 45px;*/
	font-size: 1.600em;
	line-height: 1.200em;
	margin-bottom: 30px;
}
.helpen .intro p{}
.helpen .buttons{}
.helpen .buttons div{
	border-bottom:solid 3px #197D85;
	padding: 30px 30px;
	display: inline-block;
	width: 100%;
}
.helpen .buttons div:first-of-type{
	border-top:solid 3px #197D85;
	border-bottom:solid 3px #197D85;
}
.helpen .buttons div a{
	color: #D04035;
	position: relative;
	font-family: bree, sans-serif;
	font-style: normal;
	font-weight: 200;
	/*font-size: 35px;
	line-height: 40px;*/
	font-size: 1.400em;
	line-height: 1.200em;
}
.helpen .buttons div a:hover{
	color: #2B3B44;
}
.helpen .buttons div a:focus{
	color: #197D85;
}
.helpen .buttons div a::after{
	content:" ";
	height: 50px;
	width: 50px;
	margin: auto;
	display: block;
	left: 0px;
	right: 0px;
	background-image: url("../images/Arrow-Right.svg");
	margin-top: 10px;
}

.small-content{
	padding: 60px 15px 15px 15px;
}
.small-content .intro{
	font-weight: 200;
	/*font-size: 23px;
	line-height: 35px;*/
	font-size: 0.8em;
	line-height: 1.400em;
	margin-bottom: 30px;
	max-width: 650px;
	margin: auto;

}
.small-content .intro a{
	text-decoration: underline;

}
.small-content .intro h2{
	/*font-size: 40px;
	line-height: 45px;*/
	font-size: 1.600em;
	line-height: 1.200em;
	margin-bottom: 30px;
}
.small-content .intro p{
	margin-bottom: 15px;
}
.small-content .intro img{
	margin-bottom: 15px;
}
.small-content .intro ul{
	margin-bottom: 15px;
}
.small-content .intro ul li{
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 20px;
}
.small-content .intro ul li span{
	display: block;
	clear: both;
}
.small-content .back{
	font-size: 0.75em;
	max-width: 650px;
	margin: auto;
}
.small-content .back a{
	font-weight: 600;
	display: inline-block;
	
}
.small-content .back a:hover{
	color: #D04035;
}
.small-content .back a:focus{
	color: #197D85;
}

.small-content .back a::before{
	content:" ";
	height: 12px;
	width: 8px;
	background-image: url("../images/Arrow-Back.svg");
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 5px;

}


.verhaal{
	background-color: #D5DFE7;
	padding: 60px 15px;
	text-align: center;
}
.verhaal h2{
	font-size: 1.600em;
	line-height: 1.200em;
	/*font-size: 40px;
	line-height: 45px;	*/
	margin-bottom: 30px;

}
.verhaal article{
	background-color: #FFF;
	margin-bottom: 30px;
	text-align: left;
}
.verhaal article:last-child{
	margin-bottom: 0px;
}
.verhaal article h3{
	font-size: 1.2em;
	line-height: 1.5em;
	color: #197D85;
	margin-bottom: 15px;
	font-weight: 600;
}
.verhaal article img{
	/*margin: auto;*/
	width: 100%;
}
.verhaal article div{
	padding: 30px;
	/*font-size: 17px;
	line-height: 25px;*/
	font-size: 0.680em;
	line-height: 1.5em;
	font-weight: 100;
}
.verhaal article p{
	margin-bottom: 15px;
}
.verhaal article a{
	font-weight: 600;
	display: inline-block;
}
.verhaal article a:hover{
	color: #D04035;
}
.verhaal article a:focus{
	color: #197D85;
}

.verhaal article a::after{
	content:" ";
	height: 12px;
	width: 8px;
	background-image: url("../images/Arrow-Read-More.svg");
	display: block;
	float: right;
	margin-left: 10px;
	margin-top: 5px;

}
.samenwerking{
	padding: 60px 15px;
	text-align: center;
}
.samenwerking h2{
	/*font-size: 40px;
	line-height: 45px;*/
	font-size: 1.600em;
	line-height: 1.200em;
	margin-bottom: 30px;
	
}
.samenwerking .intro{
	font-weight: 200;
	/*font-size: 23px;
	line-height: 35px;*/
	font-size: 0.920em;
	line-height: 1.500em;
	margin-bottom: 30px;
}
.samenwerking .intro p{
	margin-bottom: 30px;
}
.samenwerking .logos ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.samenwerking .logos ul li{
	width: 50%;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.samenwerking .logos ul li a img{
	margin: auto;
}
#readspeaker_button1{
	position: absolute;
	right: 15px;
	top: 10px;	
}
header .container:nth-child(1){
	position: relative;
}
@media (min-width: 576px) {

#readspeaker_button1{
	top: 20px;	
}	
	header .intro .container{
		height:auto;
	}
	.hero{
		height:478px;
	}
	.hero .container, .hero .container:nth-child(1){
		height:478px;
	}
	
	.herovervolg{
		height:241px;
	}
	.herovervolg .container, .herovervolg .container:nth-child(1){
		height:241px;
	}	
	.header-logos{
		/*width: 700px;*/
		text-align: center;
		margin: auto;
		height: 70px;
		line-height: 40px;
		padding: 15px;
	}
	.header-logos span{
		float: left;
		margin-bottom: 0px;
		margin-right: 10px;
	}
	.header-logos ul{
		display: block;
	}
	.header-logos ul li{
		float: left;
		width: auto;
		margin-bottom: 0px;
		height: 40px;
		display: flex;
		justify-content: center;
		margin-right: 10px;
	}
	.header-logos ul li:last-child{
		margin-right: 0px;
	}	
	.hero .container img{
		margin:0px;
		left: 30px;
		width: auto;
	}	
	header .intro h1{
		/*font-size: 64px;
		line-height: 64px;*/
		font-size: 2.560em;
		line-height: 1.2em;
	}	
	.helpen .buttons{
		display: flex;
	}
	.helpen .buttons div{
		width: 33%;
		border-right:solid 3px #197D85;
		border-top: none;
		border-bottom: none;
		padding: 0px 30px;
	}
	.helpen .buttons div:first-of-type{
		border-left:none;
		border-top: none;
		border-bottom: none;	
	}
	.helpen .buttons div:last-of-type{
		border-right:none;
		border-top: none;
		border-bottom: none;	
	}
	.verhaal .container div{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.verhaal  .container div article{
		width: calc(50% - 30px);
		margin: 15px;
		display: flex;
		flex-direction: column;
		align-content: flex-start;
	}
	.samenwerking .logos ul{
		display: inline-block;
		margin: auto;
		width: 740px;
	}
	.samenwerking .logos ul li{
		width: auto;
		float: left;
		display: flex;
		height: 65px;
		margin: 0px 15px;
	}
	.samenwerking .logos ul li a{
		display: flex;
		justify-content: center;
		align-content: center;
	}

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
	.header-logos span{
		margin-right: 30px;
	}
	.header-logos ul li{
		margin-right: 35px;
	}	
	.helpen .buttons div a{
		/*font-size: 40px;
		line-height: 45px;*/
		font-size: 1.600em;
		line-height: 1.200em;
	}
	.verhaal  .container div article{
		width: calc(25% - 30px);
	}	
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
	
}
</pre></body></html>