* {
    margin: 0;
    padding: 0;
}

body {
    background-color:#CCFFFF;
    color: black;
    font-family:arial;
    font-size: 1em;
}

h1 {

	
color:rgb(004,119,090);
	
font-size: 50px;
	
text-align:left;
	
text-shadow: 1px 1px black;

}



h2 {	
	
font-weight:italic;
	
font-size:20px;

}

#websitevak {
	background-color:#CCFFFF;

    border: 1px solid midnightblue;
    margin: 0.5em auto;
    max-width: 1200px;
    width: 80%;
}

@media screen and (max-width: 1000px) {
#websitevak {
    width: 95%;
}
}

@media screen and (min-width: 1440px) {
#websitevak {
    width: 65%;
}
}

#balkboven {
    background-color: indigo;
    padding: 4.5em 0;
    width: 100%;
}

@media screen and (max-width: 800px) {
#balkboven {
    padding: 3em 0;
}
}

#balkboven p {
    font-family: georgia,serif;
    font-size: 5em;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 800px) {
#balkboven p {
    font-size: 2em;
}
}

#balkboven p a {
    color: white;
    text-decoration: none;
}

#middenstuk {
	background-color:#CCFFFF;
	
	font-family:calibri;
	position: relative;
	width: 100%;
	z-index: 1;
}

#middenstuk:before {
	background-color: lightsteelblue;
	content: " ";
	width: 17.5%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}

@media screen and (max-width: 600px) {
#middenstuk:before {
    display: none;
}
}

#middenstuk:after {
	background-color: lightsteelblue;
	content: " ";
	width: 17.5%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

@media screen and (max-width: 800px) {
#middenstuk:after {
	display: none;
}
}

#hoofdvak:after {
	content: " ";
	display: table;
	clear: both;
}

#menu {
    float: left;
	position: relative;
    width: 17.5%;
}

@media screen and (max-width: 600px) {
#menu {
	background-color: chocolate;
    float: none;
    width: 100%;
}
}

#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 {
	background-color: chocolate;
    float: none;
    position: relative;
}

@media screen and (max-width: 600px) {
#hoofdmenu > li {
    float: none;
}
}

#hoofdmenu > li > a {
    border-top: 1px solid white;
    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 {
    display: block;
	font-weight: normal;
	padding: 0.6em 0.75em;
}
}

#hoofdmenu > li:last-child a {
    border-bottom: 1px solid white;
}

#hoofdmenu > li > a:hover {
    background-color: steelblue;
}

#hoofdmenu > li:hover ul {
    display: block;
    left: 100%;
    position: absolute;
    top: 0;
    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: steelblue;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    color: white;
    display: block;
	font-weight: bold;
    padding: 1em 0.75em 1em 0.25em;
    text-decoration: none;
    width: 7em;
}

@media screen and (max-width: 600px) {
.submenu > ul > li > a {
    background-color: lightblue;
    border-bottom: 1px solid midnightblue;
    color: blue;
	font-weight: normal;
    padding: 0.6em 0.75em;
    width: auto;
}
}

.submenu > ul > li:first-child a {
    border-top: 1px solid white;
}

.submenu > ul > li > a:hover {
    background-color: midnightblue;
}

@media screen and (max-width: 600px) {
.submenu > ul > li > a:hover {
    background-color: steelblue;
    color: white;
}
}

#tekstvak {
    float: left;
	position: relative;
    width: 65%;
}

@media screen and (min-width: 600px) and (max-width: 800px) {
#tekstvak {
    width: 82.5%;
}
}

@media screen and (max-width: 600px) {
#tekstvak {
    float: none;
    width: 100%;
}
}

#inhoudtekstvak {
    padding: 1em;
}

#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: 600px) {
#tekstvak ul li, #tekstvak ol li {
    left: 0;
    padding-right: 0;
    position: static;
}
}

#tekstvak h1 {
    color: indigo;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 1.2em;
    padding: 1em 0 0;
}

#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;
    width: 17.5%;
}

@media screen and (min-width: 600px) and (max-width: 800px) {
#extravak {
	background-color: lightsteelblue;
	clear: left;
    float: none;
    margin: 1em 1% 1em 19%;
    width: 80%;
}
}

@media screen and (max-width: 600px) {
#extravak {
	background-color: lightsteelblue;
	clear: left;
    float: none;
    margin: 1em 0 0;
    width: 100%;
}
}

#inhoudextravak {
    padding: 1em;
}

@media screen and (max-width: 800px) {
#inhoudextravak {
    border: 3px ridge darkgray;
    text-align: center;
}
}

#inhoudextravak > h3 {
    color: indigo;
    font-size: 1em;
    font-variant: small-caps;
    padding-bottom: 0.6em;
}

#inhoudextravak > p {
    color: black;
    font-size: 0.8em;
    padding: 0.2em 0.2em 0.6em;
}

#balkbeneden {
    background-color: lightsteelblue;
    clear: both;
    width: 100%;
}

#inhoudbalkbeneden {
    padding: 2em 0;
    text-align: center;
    width: 100%;
}

#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: 600px) {
#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.25em 0.2em;
}


.fotogalerij { width: 400px; max-width: 100%; margin: 20px auto; text-align: center; }
.fotogalerij img { border: 1px solid darkgrey; margin: 4px; }

.foto-popup { display: none; }
.foto-popup:target { display: block; position: fixed; z-index: 999; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,0.8); text-align: center; }
.foto-popup img { max-width: 90%; position: relative; top: 50%; transform: translateY(-50%); }
.vorige, .volgende { position: fixed; top: 50%; transform: translateY(-50%); text-decoration: none; color: darkgrey; font-size: 5em; }
.vorige:hover, .volgende:hover { color: white; }
.vorige { left: 20px; }
.volgende { right: 20px; }
@media screen and (max-width: 400px) { .vorige, .volgende { font-size: 3em; } }

.thumbnails {width: 400px; max-width: 100%; margin: 0 auto; text-align: center; }

TABLE   { border-collapse: collapse; border: 3px ridge darkgray;
          margin-left: auto; margin-right: auto; }
TD      { border: 3px ridge darkgray; text-align: center;
          width: 50px; }

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
