<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body {
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-weight: 300; 
	font-style: normal;
	font-size: 17.5px;
	line-height: 26px;
	color:#292929;
}
h1, h2, strong {
	font-weight: 400; 
}
h2 {
	font-size: 22px;
	line-height: 26px;
	padding-bottom: 20px;
}
p {
	padding-bottom: 20px;
}
a {
	color:#292929;
	text-decoration: none;
}
a:hover {
	color:#292929;
	text-decoration: underline;
}
.panel {
	padding: 20px;
	margin-bottom: 20px;
}
.panel-kolom {
	width: 45%;
	padding-right: 5%;
	float: left;
}
/* KLEUREN */
.bg-aqua {
	background-color: #09b1b2;
}
.bg-aqua-20-procent {
	background-color: #ceeff0;
}
.txt-wit {
	color: #fff;
}
footer {
	text-align: center;
	padding: 40px;
}
footer img {
	//width: 80%;
	max-width: 400px;
}
/* VIDEO */
video {
	display: block;
	width:100%;
	height:auto;
}
/* Nodig om Video.js weer te laten schalen naar 100% breedte: */
.video-js {
	width: auto !important;
	height: auto !important;
}
.video-js video {
	position: relative !important;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}</pre></body></html>