


































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































* {
    margin: 0;
    padding: 0;
}

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

a {
	text-decoration: none;
	color: #FFFF00;
}

a:hover {
	text-decoration: none;
	color: #00FF00;
}


p {
	color: #FFFFFF;
	margin-left: 2em;
	font-style: italic;
	font-family: georgia,serif;
    font-size: 1.1em;
}


h1 {
	margin-top: 1em;
    color: #FFFF00;
    font-family: "trebuchet ms",helvetica,sans-serif;
    font-size: 1.8em;
    font-weight: bold;
	text-align: center;
}

h2 {
    color: #FFFFff;
    font-family: "trebuchet ms",helvetica,sans-serif;
    font-size: 1.4em;
    font-weight: bolder;
	text-align: center;
}

h3 {
    color: #FFCC33;
    font-size: 1.2em;
	font-weight: bolder;
    font-variant: small-caps;
	margin-left: 2em;
}	

h5 {
	color: #FF0000;
	font-size: 1.2em;
	text-decoration: none;
}

h6 {
	color: #FFCC00;
	font-size: 1em;
	text-decoration: none;
}

h6.kleurA {
	color: #99FF99;
	font-size: 1em;
	text-decoration: none;
}

h6.kleurB {
	color: #3399FF;
	font-size: 1em;
	text-decoration: none;
}

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

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

@media screen and (min-width: 800px) {
#websitevak {
    width: 99%;
}
}

#balkboven {
	background-color: #FFFACD; 
    background-image: url(../afbeeldingen/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	padding: 1em 0;
    width: 100%;
	height: 180px;
}

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

#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 {
    margin: 0 auto;
    width: 100%;
}

#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;
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}

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

@media screen and (max-width: 800px) {
#hoofdmenu {
    width: 100%;
}
}

#hoofdmenu > li {
    display: inline-block;
    position: relative;
}

@media screen and (max-width: 800px) {
#hoofdmenu > li {
    display: block;
}
}

#hoofdmenu > li > a {
    background-color: transparent;
    color: #0000CD; /* tekst kleur van het menu */
    display: block;
    font-size: 1.4em;
    padding: 0.8em 0.4em 0.6em;
	font-weight: bold;
    text-align: left;
    text-decoration: none;
}

@media screen and (max-width: 800px) {
#hoofdmenu > li > a {
	color: orange; /* tekst kleur menu in mobiele scherm */
    border-bottom: 1px solid lightgrey;
    display: block;
    padding: 0.6em 1.5em;
}
}

#hoofdmenu > li > a:hover {
    color: #00FF00; /* tekst kleur van menu bij mouse over */
}

@media screen and (max-width: 800px) {
#hoofdmenu > li > a:hover {
    color: #33CC00; /* tekst kleur van menu in mobiele modus bij mouse over */
}
}

#hoofdmenu > li:hover ul {
    display: block;
	padding-top: 5%;
    position: absolute;
	top: 90%;
    z-index: 2;
}

@media screen and (min-width: 400px) and (max-width: 800px) {
#hoofdmenu > li:hover ul {
	padding-top: 0;
    position: absolute;
    top: 0;
    left: 30%;
}
}

@media screen and (max-width: 400px) {
#hoofdmenu > li:hover ul {
 	padding-top: 0;
    position: absolute;
    top: 0;
    right: 5%;
}
}


.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;
    color: midnightblue;
	font-weight: normal;
    padding: 0.6em 0.75em;
    width: auto;
}
}

.submenu > ul > li > a:hover {
    background-color: #32CD32;
	color: #ff0000;
}

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


#hoofdvak {
    background-color: #000000;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 800px) {
#hoofdvak {
    background-color: white;
}
}

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

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

#tekstvak {
	background: linear-gradient(to right, #4B0082, #1E90FF, #4B0082);
    float: left;
    position: relative;
    left: 0;
    width: 80%;
}


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

#inhoudtekstvak {
    border-right: 1px solid darkgrey;
    padding: 1em;
    min-height: 80vh;
}

#tekstvak {
    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 {
    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: 0;
    width: 20%;
}

@media screen and (max-width: 800px) {
#extravak {
    float: none;
    width: 20%;
}
}


#inhoudextravak {
    margin: 1em auto;
    padding: 1em;
}

#inhoudextravak > h3 {
    color: white;
    font-size: 0.7em;
    padding-bottom: 0.6em;
}

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

#inhoudextravak img {
    display: block;
    height: auto;
    margin: 1em;
}

@media screen and (min-width: 800px) {
#inhoudextravak img {
    display: inline;
	margin: 1%;
    max-width: 28%;
}
}

@media screen and (max-width: 399px) {
#inhoudextravak img {
    display: inline;
	margin: 1%;
    max-width: 48%;
}
}

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

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

#inhoudbalkbeneden span {
    border-right: 1px solid darkblue; /* kleur streepjes tussen de text regels */
    color: #FF0000; /* kleur text copyright */
    display: inline-block;
    font-size: 1.0em;
    margin-bottom: 2em;
    padding: 0.2em 1.5em;
    white-space: nowrap;
}

@media screen and (max-width: 800px) {
#inhoudbalkbeneden span {
    border-bottom: 1px dotted white;
    border-right: 0 none transparent;
    display: block;
    font-size: 0.5em;
    margin-bottom: 1em;
    padding: 0.5em 0;
}
}

#inhoudbalkbeneden span:nth-child(3) {
    border-right: 0 none transparent;
}

#inhoudbalkbeneden span a {
    color: #ff0000;
    text-decoration: none;
	font-size: 1.4em;
}

#inhoudbalkbeneden a {
    color: #ff0000; /* text kleur bij hover linkjes onderin balk */
    text-decoration: none;
	font-size: 1.4em;
}

#inhoudbalkbeneden a:hover {
    color: #33FF00; /* text kleur bij hover linkjes onderin balk */
    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.2em 0.8em;
}

.items {
	text-align: center;
}

@media screen and (min-width: 800px) {
table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  width: 99%;
}
}

@media screen and (max-width: 799px) {
table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
}

th, td {
  padding: 10px 25px;
  text-align: left;
  font-family: "trebuchet ms",helvetica,sans-serif;
  font-size: 1.2em;
  color: #00FF00;
  width: 150px;   /* Stel de breedte van de afbeelding in */
  height: auto;   /* Zorg ervoor dat de hoogte proportioneel blijft */
  border-radius: 10px; /* Optioneel: voeg afgeronde hoeken toe */
}

.regels {
	color: #00ff00;
	font-size: 1.1em;
	text-align: left;
}

.commando {
	color: #FFFF00;
}

.naam {
	color: #00FF00;
}

















































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































