


























































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































* {
    margin: 0;
    padding: 0;
}

body {
    background-color: lavender;
    color: black;
    font-family: arial,helvetica,sans-serif;
    font-size: 1em;
}

.kaderleft {
float: left;
margin-top: 2em;
width: 175px;
height: 175px;
}

.kaderright {
float: right;
margin-top: 2em;
width: 175px;
height: 175px;
}

@media screen and (max-width: 400px) {
.kaderleft {
width: 0px;
max-height: 0px;
}
}

@media screen and (max-width: 400px) {
.kaderright {
width: 0px;
height:0px;
}
}

#websitevak {
    background-color: white;
    border: 1px solid midnightblue;
    margin: 0.5em auto;
    width: 98%;
}

@media screen and (max-width: 1024px) {
#websitevak {
    width: 95%;
}
}

#balkboven {
background-color : #66FF33;
background-image : url(../afbeeldingen/logo.png);
background-position : center;
background-repeat : no-repeat;
background-size : 175px;
padding : 1em;
}


@media screen and (max-width: 800px) { /* mobiele weergave */
#balkboven {
	background-color: #F0E68C; 
    background-image: url(../afbeeldingen/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	padding: 1em 0;
    width: 100%;
	height: 200px;
}
}

#balkboven:after {
	content: " ";
	display: table;
	clear: both;
}

#balkboven a {
    color: white;
    display: block;
    margin: 0 auto;
    max-width: 1000px;
    width: 80%;
    text-decoration: none;
}

@media screen and (max-width: 800px) {
#balkboven a {
    width: 96%;
}
}

#middenstuk {
    background-color: lightblue;
}

#menu {
    background-color: chocolate;
    border-top: 2px solid white;
    width: 100%;
}

#menu:after {
    clear: both;
    content: " ";
    display: table;
}

#menuknop {
    background-color: chocolate;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
    height: 20px;
    color: white;
    display: none;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 9px 1.5em 9px 0.5em;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width: 600px) {
#menuknop {
    display: block;
}
}

#menu-icoon {
    display: inline-block;
    width: 22px;
    padding: 0 0.5em 0 0;
    position: relative;
}
 
#menu-icoon span {
    background-color: white;
    border: .5px solid white;
    height: 2px;
    margin-top: 3px;
    width: 100%;
    display: block;
}

#menu ul {
    list-style-type: none;
}

#hoofdmenu {
    display: none;
}

@media screen and (min-width: 601px) {
#hoofdmenu {
    display: block !important;
}
}

#hoofdmenu > li {
    float: left;
    position: relative;
}

@media screen and (max-width: 600px) {
#hoofdmenu > li {
    float: none;
}
}

#hoofdmenu > li > a {
    background-color: chocolate;
    color: white;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 1em 1.5em 1em 0.5em;
    text-align: left;
    text-decoration: none;
}

@media screen and (max-width: 600px) {
#hoofdmenu > li > a {
    border-bottom: 1px solid white;
	font-weight: normal;
	padding: 0.6em 0.75em;
}
}

#hoofdmenu > li > a:hover {
    background-color: midnightblue;
}

#hoofdmenu > li:hover ul {
    display: block;
    position: absolute;
    z-index: 2;
}

@media screen and (max-width: 600px) {
#hoofdmenu > li:hover ul {
    position: absolute;
    top: 0;
    left: 8em;
}
}

.submenu > ul {
    display: none;
}

.submenu > ul > li > a {
    background-color: midnightblue;
    border-top: 1px solid white;
    color: white;
    display: block;
    padding: 1em 0.75em 1em 0.5em;
    text-decoration: none;
    width: 7em;
}

@media screen and (max-width: 600px) {
.submenu > ul > li > a {
    background-color: lightblue;
    border-bottom: 1px solid midnightblue;
    border-top: 0 none transparent;
    color: midnightblue;
	font-weight: normal;
	padding: 0.6em 0.75em;
    width: auto;
}
}

.submenu > ul > li > a:hover {
    background-color: steelblue;
}

@media screen and (max-width: 600px) {
.submenu > ul > li > a:hover {
    color: white;
}
}

.player {
	width: 99%;
	height: 250px;
}

#hoofdvak {
	background-color: white;
    float: left;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media screen and (max-width: 1000px) {
#hoofdvak {
    float: none;
    width: 100%;
}
}

#hoofdvak:before {
	background-color: lightgreen;
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 17.5%;
	z-index: -1;	
}

@media screen and (max-width: 800px) {
#hoofdvak:before {
	display: none;
}
}

#hoofdvak:after {
	background-color: lightblue;
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 17.5%;
	z-index: -1;
}

@media screen and (max-width: 1000px) {
#hoofdvak:after {
	display: none;
}
}

#tekstvak {
    float: left;
    position: relative;
	left: 17.5%;
    width: 65%;
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
#tekstvak {
	width: 82.5%;
}
}

@media screen and (max-width: 800px) {
#tekstvak {
    float: none;
	left: 0;
    width: 100%;
}
}

#inhoudtekstvak {
    padding: 1em;
    min-height: 80vh;
}

#tekstvak p {
    font-size: 0.95em;
    line-height: 1.3em;
    margin-bottom: 1em;
}

#tekstvak ul, #tekstvak ol {
    font-size: 0.95em;
    line-height: 1.3em;
    margin-bottom: 1em;
    margin-left: 2em;
}

#tekstvak ul li, #tekstvak ol li {
    left: 2em;
    padding-right: 2em;
    position: relative;
}

@media screen and (max-width: 800px) {
#tekstvak ul li, #tekstvak ol li {
    left: 0;
    padding-right: 0;
    position: static;
}
}

#tekstvak h1 {
    color: indigo;
    font-size: 1.3em;
    font-weight: bold;
    padding: 1em 0 1.2em;
}

#tekstvak h2 {
    color: midnightblue;
    font-size: 0.9em;
    margin-bottom: 0.25em;
    padding-top: 0.25em;
}

#tekstvak img {
    max-width: 95%;
}

#extravak {
    float: left;
    position: relative;
	left: -65%;
    width: 17.5%;
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
#extravak {
	left: -82.5%;
}
}

@media screen and (max-width: 800px) {
#extravak {
	background-color: lightgreen;
    border-top: 1px solid darkgrey;
    float: none;
	left: 0;
    width: 100%;
}
}

#inhoudextravak {
    margin: 1em auto;
    padding: 1em;
    width: 80%;
}

@media screen and (max-width: 800px) {
#inhoudextravak {
	margin: 0 auto;
    text-align: center;
    width: 70%;
}
}

#inhoudextravak > h3 {
    color: midnightblue;
    font-size: 1em;
    font-variant: small-caps;
    padding: 0.6em 0;
}

#inhoudextravak > p {
    color: black;
    font-size: 0.8em;
    line-height: 1.3em;
    padding: 0.3em 0;
}

#socialmediavak {
    float: left;
    position: relative;
	left: 0;
    width: 17.5%;
}

@media screen and (max-width: 1000px) {
#socialmediavak {
	background-color: lightblue;
    border-top: 1px solid darkgrey;
    float: none;
	clear: left;
    width: 100%;
}
}

#inhoudsocialmediavak {
    margin: 1em auto 0;
    padding: 1em;
    text-align: center;
}

#inhoudsocialmediavak > h3 {
    color: midnightblue;
    font-size: 1em;
    font-variant: small-caps;
    padding: 0.6em 0;
}

#inhoudsocialmediavak > p {
    color: black;
    font-size: 0.8em;
    padding: 0.2em 0.2em 0.6em;
}

#balkbeneden {
    background-color: midnightblue;
    clear: both;
    width: 100%;
}

#inhoudbalkbeneden {
    padding: 2em 0;
    text-align: center;
    width: 100%;
}


.hide { 
display: none !important; 
} button { 
margin: 0; 
padding: 0; 
border: 0; 
outline: 0; 
background: transparent; 
} 
#stickplayer { 
width: 100%; 
} 
.ap { background: #000; 
position: fixed; 
left: 0; 
bottom: 0; 
width: 100%; 
height: 50px; 
max-height: 100%; 
margin: auto; 
font-family: Arial, sans-serif; 
font-size: 14px; 
user-select: none; 
color: #333; 
background: rgba(255, 255, 255, 0.06); 
opacity: 0.9; 
border-top: 1px solid rgba(255, 255, 255, 0.19); 
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); 
z-index: 9999; 
-webkit-transition: all 30s ease-in-out; 
-moz-transition: all 30s ease-in-out; -o-transition: all 30s ease-in-out; 
transition: all 1s ease-in-out; }.ap-inner {; margin: 0 auto; } .ap-panel { 
display: flex; background: #000000; } .ap-item { 
display: flex; 
flex: 1; 
justify-content: center; 
align-items: center; } .ap--track { 
flex: 1 40%; 
padding: 0 20px; } .ap-info { 
width: 100%; position: relative; align-self: flex-start; padding: 5px 0 0; } .ap-title { position: relative; 
overflow: hidden; padding-right: 80px; text-align: left; white-space: nowrap; text-overflow: ellipsis; 
color: #ffffff; } .ap-title:hover { position: relative; overflow: hidden; padding-right: 80px; 
text-align: left; white-space: nowrap; text-overflow: ellipsis; color: #f50; font-weight: bold; } .ap-time { 
position: absolute; top: 5px; right: 0; color: #ffffff; } .ap-time:hover { position: absolute; top: 5px; 
right: 0; color: #f50; font-weight: bold; } .ap-progress-container { padding: 5px 0 10px; 
cursor: pointer; } .ap-progress { position: relative; height: 3px; border-radius: 5px; 
background: #ffffff; } .ap-preload-bar, .ap-bar { position: absolute; left: 0; top: 0; bottom: 0; width: 0; 
border-radius: 5px 0 0 5px; background: rgba(0, 0, 0, 0.3); z-index: 999; } .ap-bar { background: #f50; 
z-index: 9999; } .ap-bar:after { position: absolute; top: 0; right: -5px; width: 12px; height: 12px; 
margin-top: -4px; content: ""; border-radius: 6px; background: #f50; opacity: 0; 
transition: opacity 0.3s ease; } .ap-progress-container:hover .ap-bar:after { opacity: 1; } .ap-controls { 
position: relative; z-index: 1000; display: block; height: 50px; cursor: pointer; 
transition: background 0.2s ease; text-align: center; color: #EEEEEE; border: 0; outline: 0; 
background: none; } .ap-controls svg { fill: #ffffff; } .ap-controls:hover svg { 
fill: #f50; } .ap-controls:active { 
background: rgba(0, 0, 0, 3); } .ap--playback > .ap-controls, .ap--settings > .ap-controls { 
flex: 0 25%; } .ap--pause, .playing > .ap--play { display: none; } .playing > .ap--pause { 
display: inline; } .ap-volume-container { z-index: 9999; } .ap-volume { position: absolute; right: 0; 
bottom: 50px; overflow: hidden; width: 100%; height: 0; cursor: pointer; visibility: hidden; 
transition: height 0.9s cubic-bezier(0.17, 0.72, 0.26, 1.23); background: rgba(255, 255, 255, 0.02); 
opacity: 0.7; border: 1px solid rgba(255, 255, 255, 0.02); border-bottom: 0; 
z-index: 9999; } .ap-volume-btn { display: block; text-align: center; 
width: 100%; } .ap-volume-btn > .ap--volume-off, .muted > .ap--volume-on { 
display: none; } .muted > .ap--volume-off { display: inline; } .ap-volume-container:hover { 
background: #1e88e5; } .ap-volume-container:hover .ap-volume { height: 120px; 
visibility: visible; } .ap-volume-progress { display: block; width: 4px; height: 100px; margin: 10px auto; 
background: rgba(0, 0, 0, 0.2); position: relative; border-radius: 3px; } .ap-volume-bar { 
position: absolute; left: 0; right: 0; bottom: 0; background: #f50; height: 50%; 
border-radius: 3px; } .ap-active { background: rgba(0, 0, 0, 0.15); 
opacity: 1; } @keyframes blink { from { opacity: 0; } 50% { opacity: 1; } to { 
opacity: 0; } } .playing > .ap--pause { 
animation: blink 1.5s linear infinite; } @media (max-width: 880px) { .ap-item > .ap-controls { 
flex: 1; } } @media (max-width: 550px) { .ap { min-width: 250px; } .ap, .ap-panel { 
height: auto; } .ap-panel { flex-wrap: wrap; } .ap--track { margin-bottom: 10px; padding: 0 20px; order: 1; 
flex: 1 1 100%; } .ap--playback, .ap--settings { flex: 1 1 50%; order: 2; } } ::-webkit-scrollbar { 
width: 0px; background: transparent; } ::-webkit-scrollbar-thumb { 
background: #f00; } @keyframes eq { 0% { height: 3px; } 50% { height: 20px; } 100% { height: 3px; } } .eq { 
display: flex; width: 20px; height: 20px; margin: 0 auto; justify-content: space-between; 
align-items: flex-end; } .eq-bar { width: 4px; background: rgb(255, 250, 250); } .eq-bar:nth-child(1) { 
animation: eq 0.8s ease-in-out infinite 0s; } .eq-bar:nth-child(2) { 
animation: eq 0.8s ease-in-out infinite 0.2s; } .eq-bar:nth-child(3) { 
animation: eq 0.8s ease-in-out infinite 0.4s; }#overflow { white-space: nowrap; max-width: 25em; 
overflow: hidden; }

#inhoudbalkbeneden span {
    border-right: 1px solid white;
    color: white;
    display: inline-block;
    font-size: 0.8em;
    padding: 0.5em 2em;
    white-space: nowrap;
}

@media screen and (max-width: 800px) {
#inhoudbalkbeneden span {
    border-bottom: 1px solid white;
    border-right: 0 none;
    padding: 0.5em 0;
    width: 100%;
}
}

#inhoudbalkbeneden span:last-child {
    border-bottom: medium none;
    border-right: medium none;
}

#inhoudbalkbeneden span a {
    color: white;
    text-decoration: none;
}

.clearfix:before, .clearfix:after {
    clear: both;
    content: " ";
    display: table;
}

.links {
    float: left;
    margin: 0.2em 0.8em 0.6em 0;
}

.rechts {
    float: right;
    margin: 0.2em 0 0.6em 0.8em;
}

.gecentreerd {
    display: block;
    margin: 0 auto 1em;
}

.socialmedia {
    border: 0 none;
    margin: 0.5em 0.1em;
}





















































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































