<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	font-family: 'Montserrat', sans-serif;
}

.logo {
	width:100%;
}

.k2_img_cont {
	margin-bottom:16px;
}

.k2_img {
	width:100%;
}

.k2_img_desc {
	font-size:smaller;
	color:gray;
}

.logo {
	margin-top:10px;
	margin-bottom:10px;
}

.menu {
	margin-top:10px;
	padding-left:0px;
}

.menu li {
	list-style: none;
}

.menu li&gt;a {
	text-decoration: none;
	color:rgb(73, 165, 50);
	display:block;
	padding:4px;
	border-radius: 4px;
	margin-bottom:4px;
	font-weight: bold;
	border-bottom: 2px solid rgb(73, 165, 50);
}

.menu li.cursus&gt;a {
	color:rgb(237, 127, 34);
	border-bottom: 2px solid rgb(237, 127, 34);
}

.menu li.current&gt;a {
	color:white;
	background-color: rgba(73, 165, 50, 0.7);
}

.menu li.cursus.current&gt;a {
	color:white;
	background-color: rgba(237, 127, 34, 0.7);
}


.menu&gt;li.expand&gt;.dropdown {
	display:none;
}

.menu&gt;li.expand.expanded&gt;.dropdown, .menu&gt;li.expand.has_current&gt;.dropdown {
	display:block;
}


.menu&gt;li.expand:not(.expanded)&gt;a::after {
	content:"\25BC";
	float:right;
	font-size:10px;
	margin-top: 4px;
	margin-right:4px;
}

.menu&gt;li.expand.expanded&gt;a::after {
	content:"\25B2";
	float:right;
	font-size:10px;
	margin-top:4px;
	margin-right:4px;
}

.menu&gt;li.expand.has_current&gt;a::after {
	content:"";
}

.underconstruction {
	position:fixed;
	top:0;
	left:0;
	right:0;
	background-color:rgba(252, 52, 2, 0.75);
	color:white;
	padding:2px;
	text-align:center;
}
body {
	margin-top:24px;
}

.spreuk {
	font-family: serif;
	font-size:24px;
	color:#aaaaaa;
	padding:32px 32px 32px 32px;
}

.bottom-line {
	border-radius: 0px 0px 4px 4px;
	border-bottom: 2px solid rgb(73, 165, 50);
}

.kwadraat_slide {
	height:500px;
	background-color:#111;
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
}

.kwadraat_slide&gt;.slide_desc {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	text-align: center;
	color:white;
	background-color:rgba(64,64,64,0.8);
	padding:8px;
}

/*
.inhoud-kolom {
	position:relative;
}
*/

.inhoud-kolom table {
	margin-bottom:32px;
}

</pre></body></html>