* {
    margin: 0;
    padding: 0;
}

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

a:link {  color: darkgreen; text-decoration: none}
a:visited {  color: darkgreen; text-decoration: none}
a:active {  color: darkgreen; text-decoration: none}
a:hover {  color: darkgreen; text-decoration: none}


#websitevak {
    background-color: white;
    border: 1px solid white;
    margin: 1em auto;
    max-width: 1000px;
    width: 80%;
}

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

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

#balkboven {
    background-color: white;
    /*background-image: url(..);*/
    background-repeat: repeat-x;
    padding: 4.5em 0;
    width: 100%;
}

@media screen and (max-width: 800px) {
#balkboven {
    padding: 3em 0;
}
}

#balkboven p {
    font-family: georgia,serif;
    font-size: 3em;
    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: white;
	position: relative;
    width: 100%;
	z-index: 1;
}

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

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

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

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

#menu {
    border-top: 1px solid white;
    float: left;
	position: relative;
    width: 20%;
}

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

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

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

#menu-icoon {
    display: inline-block;
    width: 22px;
    padding: 0 0.5em 0 0;
    position: relative;
}
 
#menu-icoon span {
    background-color: gray;
    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: 801px) {
#hoofdmenu {
    display: block !important;
}
}

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

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

#hoofdmenu > li > a {
	background-color: gray;
    border-bottom: 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: 800px) {
#hoofdmenu > li > a {
    background-color: gray;
    border-bottom: 1px solid white;
    display: block;
	font-weight: normal;
	padding: 0.6em 0.8em;
}
}

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

#hoofdmenu > li:hover ul {
    display: block;
    position: absolute;
    top: -1px;
    left: 100%;
    z-index: 2;
}

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

.submenu > ul {
    display: none;
}

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

@media screen and (max-width: 800px) {
.submenu > ul > li > a {
    background-color: lightsteelblue;
    border-bottom: 1px solid white;
    color: blue;
	font-weight: normal;
	padding: 0.6em 0.8em;
	width: auto;
}
}

.submenu > ul > li:first-child a {
    border-top: 1px solid white;
}

@media screen and (max-width: 800px) {
.submenu > ul > li:first-child a {
    border-top: 0 none transparent;
}
}

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

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

#hoofdvak {
    float: left;
	position: relative;
    width: 80%;
}

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

#tekstvak {
    margin: 1.5em;
    min-height: 80vh;
}

@media screen and (max-width: 800px) {
#tekstvak {
    margin: 1em;
    width: 94%;
}
}

#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 {
    padding-right: 2em;
    position: relative;
    left: 2em;
}

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

#tekstvak h1 {
    color: gray;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 1.2em;
}

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

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

#extravak {
    border: 3px ridge darkgray;
    margin: 0 auto 1em;
    padding: 0.5em;
    width: 80%;
}

@media screen and (max-width: 800px) {
#extravak {
    padding: 0.5em 0;
    width: 98%;
}
}

#inhoudextravak {
    margin: 0 auto;
    text-align: center;
}

#inhoudextravak > h3 {
    color: darkslategray;
    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: white;
    clear: both;
    width: 100%;
}

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

#inhoudbalkbeneden {
    background-color: white;
    float: right;
    padding: 2em 0;
    text-align: center;
    width: 80%;
}

@media screen and (max-width: 800px) {
#inhoudbalkbeneden {
    float: none;
    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: 800px) {
#inhoudbalkbeneden span {
    border-bottom: 1px solid white;
    border-right: 0 none transparent;
    padding: 0.5em 0;
    width: 100%;
}
}

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

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

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

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

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

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

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