* {
    margin: 0;
    padding: 0;
}

::-moz-selection {
    /* Code for Firefox */
    color: orange;
    background: green;
}

::selection {
    color: orange;
    background: green;
}

body {
    font-family: Verdana, "Verdana";
    color: black;
    font-size: 1em;
    /*background-image: url("http://info.vanheesaa.nl/Afbeeldingen/Nebula.jpg");*/
    background-color: #CCFF66;
}

input {
    background-color: rgb(4, 156, 9);
    border: 1pt solid;
    color: rgb(243, 191, 19);
    border-radius: 2px;
    font-family: "verdana";
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}

#websitevak {
    width: 80%;
    max-width: 1000px;
    margin: 1em auto;
    padding: 0 0.5em;
    border-top: 3px ridge orange;
    border-left: 3px ridge orange;
    border-right: 3px ridge orange;
    border-bottom: 3px ridge orange;
}

h5 {
    font-size: 0.95em;
    line-height: 1.3em;
    margin-bottom: 1em;
}

@media screen and (max-width: 800px) {
    #websitevak {
        width: 95%;
        border-left: none;
        border-right: none;
        padding: 0;
    }
}

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

#balkboven {
    width: 100%;
    padding: 2em 0;
}

#balkboven p {
    width: 100%;
    font-family: "verdana";
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}

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

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

#fotobalkboven {
    display: none;
}

#middenstuk {
    height: auto;
    min-height: 400px;
}

#menu {
    width: 100%;
    float: left;
    background-color: green;
    font-family: "verdana";
}

#menu ul {
    list-style-type: none;
}

#hoofdmenu>li {
    float: left;
    position: relative;
    border-right: 1px solid white;
}

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

#hoofdmenu>li:last-child {
    border-right: none;
}

#hoofdmenu>li>a {
    display: inline-block;
    background-color: green;
    color: white;
    font-weight: bold;
    font-size: 1em;
    padding: 0.2em 1.5em 0.2em .5em;
    text-decoration: none;
    text-align: left;
}

@media screen and (max-width: 800px) {
    #hoofdmenu>li>a {
        display: block;
        border-bottom: 1px solid white;
        border-right: none;
    }
}

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

#hoofdmenu>li:hover ul {
    display: block;
    position: absolute;
    top: 1.65em;
    left: 0;
    border-top: 1px solid white;
    z-index: 2;
}

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

.submenu>ul {
    display: none;
}

.submenu>ul>li>a {
    display: block;
    background-color: orange;
    color: white;
    width: 10.5em;
    padding: 0.3em 0.25em 0.3em 0.25em;
    text-decoration: none;
    border-top: 1px solid white;
}

@media screen and (max-width: 800px) {
    .submenu>ul>li>a {
        background-color: white;
        color: green;
        width: 7em;
        min-width: 98%;
        border-top: 0;
        border-bottom: 1px solid orange;
    }
}

.submenu>ul>li>a:first-child {
    border-top: none;
}

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

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

#hoofdvak {
    clear: both;
    width: 96%;
    margin: 5em auto 1em auto;
}

@media screen and (max-width: 800px) {
    #hoofdvak {
        margin: 18em auto 1em auto;
    }
}

#tekstvak {}

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

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

#middenstuk h1 {
    font-family: verdana;
    font-size: 2.0em;
    /* font-weight: bold;*/
    color: darkgreen;
    margin: 0 0 0.2em 0;
    padding: .1em 0 0 0;
}

#middenstuk h2 {
    font-family: verdana;
    font-size: 1.5em;
    /* font-weight: bold;*/
    color: darkgreen;
    margin: 0 0 0.2em 0;
    padding: .1em 0 0 0;
}

#tekstvak h1 {
    font-family: verdana;
    font-size: 1.1em;
    font-weight: bold;
    color: green;
    margin: 0 0 1.2em 0;
    padding: 1em 0 0 0;
}

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

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

#extravak {
    width: 80%;
    margin: 0 auto;
    padding: 0.5em;
    background-color: #66FF33;
    border: 3px ridge orange;
}

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

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

#inhoudextravak>h3 {
    font-family: verdana;
    font-size: 1em;
    color: darkslategray;
    font-variant: small-caps;
    padding-bottom: 0.6em;
}

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

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

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

#inhoudbalkbeneden span {
    display: inline-block;
    padding: 0.5em 2em;
    font-family: verdana;
    font-size: 0.8em;
    color: white;
    white-space: nowrap;
    border-right: 1px solid white;
}

@media screen and (max-width: 800px) {
    #inhoudbalkbeneden span {
        width: 100%;
        padding: 0.5em 0em;
        border-right: 0;
        border-bottom: 1px solid white;
    }
}

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

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

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

.links {
    padding: 0.2em 0.8em 0.6em 0;
    float: left;
}

.rechts {
    padding: 0.2em 0 0.6em 0.8em;
    float: right;
}

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

.socialmedia {
    border: 0;
    padding: 0.5em 0.2em;
}