* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #0099cc;
    color: black;
    font-family: verdana;
    font-size: 1em;
}

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

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

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

#balkboven {
    background-color: white;
    padding: 3em 0 0 0;
    width: 100%;
}

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

#balkboven p {
    font-family: verdana;
    font-size: 0.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 {
    margin: 0 auto;
    width: 100%;
}

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

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

#menuknop {
    background-color: #99cc33;
    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: #99cc33;
    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: #0099cc;
}

#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: #0099cc;
    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 #006699;
    border-top: 0 none;
    color: #006699;
	font-weight: normal;
    padding: 0.6em 0.75em;
    width: auto;
}
}

.submenu > ul > li > a:hover {
    background-color: #0099cc;
}

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

#hoofdvak {
    background-color: lightblue;
    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-color: white;
    float: left;
    position: relative;
    left: 0;
    width: 85%;
}

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

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

#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: #006699;
    font-size: 1.3em;
    font-weight: bold;
    padding: 1em 0 1.2em;
}

#tekstvak h2 {
    color: #006699;
    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: 15%;
}

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

#inhoudextravak {
    margin: 1.5em auto;
    padding: 1em;
    text-align: center;
    width: 80%;
}

@media screen and (max-width: 800px) {
#inhoudextravak {
    border: 3px ridge darkgray;
    margin: 1em auto;
    width: 60%;
}
}

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

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

#balkbeneden {
    background-color: #99cc33;
    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: 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.2em;
}
.a2a_kit a {
	margin-top: 4px;
}
