* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url(../afbeeldingen/achtergrond.jpg);
    color: black;
    font-family: arial,helvetica,sans-serif;
    font-size: 1em;
}

#websitevak {
    background-color: white;
    border: 0 none transparent;
	-moz-border-radius: 25px; /*Firefox*/
	-webkit-border-radius: 25px; /*Safari, Chrome*/
    border-radius: 25px;
    margin: 0.5em auto;
    max-width: 1200px;
    width: 80%;

}

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

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


#balkboven {
    background-color: #85BA24;
	border: 0px none transparent;
	/*Firefox*/
	-moz-border-top-left-radius: 25px;
	-moz-border-top-right-radius: 25px;
	-moz-border-bottom-right-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	/*Safari, Chrome*/
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;    
    padding: 2em 0;
}

#balkboven p {
    font-family: georgia,serif;
    font-size: 2.0em;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 800px) {
#balkboven p {
    font-size: 2em;
}
}

#balkboven p a {
    color: white;
    text-decoration: none;
}

#middenstuk {
    background-image: url(../afbeeldingen/middenstuk.png);
}

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

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

#menuknop {
    background-color: white;
    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: 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 {
    border-bottom: 1px solid white;
	font-weight: normal;
	padding: 0.6em 0.75em;
}
}

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

#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: white;
    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: white;
    border-bottom: 1px solid white;
    border-top: 0 none transparent;
    color: midnightblue;
	font-weight: normal;
	padding: 0.6em 0.75em;
    width: auto;
}
}

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

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

#hoofdvak {
           background-image: url(../afbeeldingen/middenstuk.jpg);
    float: left;
    position: relative;
    width: 100%;
    z-index: 1;
}

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

#hoofdvak:before {
	background-color: white;
	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: white;
	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: #85BA24;
    font-size: 1.0em;
    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: #FFFFFF;
    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.0em 0;
}

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

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

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

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

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

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

#inhoudbalkbeneden {
    padding: 2em 0;
    text-align: left;
    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.1em;
}
