* {
    margin: 0;
    padding: 0;
}

body {
    background-color: midnightblue;
    color: darkslategrey;
    font-family: "trebuchet ms",helvetica,sans-serif;
    font-size: 1em;
}

#websitevak {
    background-color: white;
    margin: 0.8em auto;
    max-width: 1500px;
    width: 95%;
}

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

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

#balkboven {
    background-color: white;
    background-image: url(../afbeeldingen/man.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
}

@media screen and (max-width: 800px) {
#balkboven {
    margin: 0 auto;
    width: 95%;
}
}

#balkboven p {
    font-variant: small-caps;
    padding: 3em 0 3em 2%;
    text-align: left;
    width: 100%;
}

@media screen and (min-width: 600px) and (max-width: 1000px) {
#balkboven p {
    padding: 1.8em 0 1.8em 25%;
}
}

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

#balkboven p a {
    color: midnightblue;
    font-size: 2em;
    text-decoration: none;
}

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

.ondertitel {
    color: mediumvioletred;
    font-size: 1.2em;
}

@media screen and (max-width: 800px) {
.ondertitel {
    font-size: 1em;
}
}

#middenstuk {
    width: 100%;
}

@media screen and (max-width: 800px) {
#middenstuk {
    margin: 0 auto;
    width: 95%;
}
}

#menu {
    background-color: midnightblue;
    width: 100%;
}

#menuknop {
    color: white;
    display: none;
    height: 20px;
    font-size: 1.1em;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 9px 0 9px 1.4em;
    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: white;
    border: .5px solid white;
    height: 2px;
    margin-top: 3px;
    width: 100%;
    display: block;
}

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

#hoofdmenu {
    display: none;
    margin-left: 2%;
}

@media screen and (min-width: 801px) {
#hoofdmenu {
    display: block !important;
}
}

@media screen and (max-width: 800px) {
#hoofdmenu {
    margin-left: 0;
}
}

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

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

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

#hoofdmenu > li > a {
    border-left: 1px solid midnightblue;
    border-right: 1px solid midnightblue;
    color: white;
    display: block;
    font-size: 1em;
    font-variant: small-caps;
    padding: 0.5em 1.6em;
    text-align: left;
    text-decoration: none;
}

@media screen and (max-width: 900px) {
#hoofdmenu > li > a {
    border-left: 0 none transparent;
    border-right: 0 none transparent;
    padding: 0.5em 1em 0.5em 0.8em;
}
}

@media screen and (max-width: 800px) {
#hoofdmenu > li > a {
    border-bottom: 1px solid lightgrey;
    padding: 0.5em 1em 0.5em 1.6em;
}
}

@media screen and (max-width: 800px) {
#hoofdmenu > li:last-child a {
    border-bottom: 3px solid midnightblue;
}
}

#hoofdmenu > li > a:hover {
    background-color: mediumvioletred;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

@media screen and (max-width: 800px) {
#hoofdmenu > li > a:hover {
    background-color: deeppink;
    border-left: 0 none transparent;
    border-right: 0 none transparent;
    color: white;
}
}

#hoofdmenu > li:hover ul {
    display: block;
    position: absolute;
    z-index: 2;
}

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

.submenu > ul {
    display: none;
}

.submenu > ul > li > a {
    background-color: midnightblue;
    border-left: 1px solid white;
    border-top: 1px solid white;
    color: white;
    display: block;
    font-size: 1em;
    font-variant: small-caps;
    letter-spacing: 0.05em;
    padding: 0.5em 0 0.5em 1.6em;
    text-decoration: none;
    width: 9em;
}

@media screen and (max-width: 800px) {
.submenu > ul > li > a {
    background-color: lightgrey;
    border-bottom: 1px solid slategrey;
    border-left: 4px solid deeppink;
    border-top: 0 none transparent;
    color: slategrey;
    padding: 0.5em 1em 0.5em 0.5em;
    width: auto;
}
}

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

@media screen and (max-width: 800px) {
.submenu > ul > li > a:hover {
    background-color: lightgrey;
    border-left: 4px solid midnightblue;
    color: slategrey;
}
}

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

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

#tekstvak {
    float: right;
    width: 95%;
       min-height: 50vh;
}

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

#tekstvak {
    padding: 1.5em;

}

#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: mediumvioletred;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 0.8em;
}

#tekstvak h2 {
    color: midnightblue;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0.25em;
    padding-top: 0.25em;
}

#extravak {
    width: 25%;
}

@media screen and (max-width: 800px) {
#extravak {
    border: 1px solid palevioletred;
    margin: 0 auto 1em;
    width: 90%;
}
}

#inhoudextravak {
    padding: 1.5em;
    text-align: center;
}

#inhoudextravak > h3 {
    color: midnightblue;
    font-size: 1em;
    font-variant: small-caps;
    padding-bottom: 1em;
}

#inhoudextravak > p {
    font-size: 0.9em;
    margin-bottom: 1em;
}

#inhoudextravak img {
    display: block;
    height: auto;
    max-width: 100%;
    padding: 0.8em 0;
}

@media screen and (max-width: 800px) {
#inhoudextravak img {
    display: inline;
    max-width: 50%;
}
}

#socialmediavak {
    float: left;
    width: 20%;
}

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

#inhoudsocialmediavak {
    padding: 1.5em;
    text-align: center;
}

#inhoudsocialmediavak > h3 {
    color: midnightblue;
    font-size: 1em;
    font-variant: small-caps;
    padding-bottom: 0.5em;
}

#balkbeneden {
    background-color: white;
    border-top: 3px solid midnightblue;
    clear: both;
    color: midnightblue;
    width: 100%;
}

@media screen and (max-width: 800px) {
#balkbeneden {
    margin: 0 auto;
    width: 95%;
}
}

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

#inhoudbalkbeneden span {
    display: inline-block;
    font-size: 0.75em;
    padding: 0.5em 2em;
    white-space: nowrap;
}

@media screen and (max-width: 800px) {
#inhoudbalkbeneden span {
    padding: 0.25em 0.5em;
}
}

#inhoudbalkbeneden > span > a {
    color: midnightblue;
    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;
    padding: 0.5em 0.3em;
}

div.blueTable {
  border: 6px solid #000289;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.divTable.blueTable .divTableCell, .divTable.blueTable .divTableHead {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
.divTable.blueTable .divTableBody .divTableCell {
  font-size: 13px;
}
.divTable.blueTable .divTableRow:nth-child(even) {
  background: #D0E4F5;
}
.divTable.blueTable .divTableHeading {
  background: #000289;
  border-bottom: 2px solid #444444;
}
.divTable.blueTable .divTableHeading .divTableHead {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
.divTable.blueTable .divTableHeading .divTableHead:first-child {
  border-left: none;
}

.blueTable .tableFootStyle {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
.blueTable .tableFootStyle {
  font-size: 14px;
}
.blueTable .tableFootStyle .links {
	 text-align: right;
}
.blueTable .tableFootStyle .links a{
  display: inline-block;
  background: #000289;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.blueTable.outerTableFooter {
  border-top: none;
}
.blueTable.outerTableFooter .tableFootStyle {
  padding: 3px 5px; 
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}