/* ----- BODY ----- */
* {
    font-family: verdana;
    margin: 0px;
    padding: 0px;

    /* Algemeen donkergrijs */
    color: #696969;
}

html, body {
    height: 100%; /* Zodat de footer nog op de juiste plaats staat bij een pagina met weinig inhoud */
}

body {
    background-color: white;
    position: relative;
    -webkit-text-size-adjust: none;
}

#container {
    min-width: 400px;
    padding-top: 30px;
    margin: 0px auto;
}

a {text-decoration: none;}
p {
    font-size: 12px;
    padding-right: 10px;
}
table {
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #4b545f;
    border: 1px solid #4b545f;
    border-collapse: collapse;
}
table td{
    border:1px solid #4b545f;
    padding: 4px;
}
img {border-style: none;}
.opmerking {color: red;}
;
/* abbr hack  */
abbr, acronym
{
    text-decoration: underline;
    cursor: help;
}

abbr[title], acronym[title] {
    border-bottom-width: 0;
}

/* Mobile menu */
nav:not(.mm-menu)
{
    display: none;
}
.header
{
    text-align: center;
}
.header
{
    background: #0079ce;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;

    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 50px;
}
.header #menubutton
{
    background: center center no-repeat transparent;
    background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );

    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.header .menulink
{
    color: white;
}

#menu ul li {
    color: white;
}

#logos {
    position: absolute;
    margin-top: 40px;
}

h1 {
    width: 200px;
    font-size: 36px;
    font-weight: normal;
    margin-top: 65px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* ----- CONTENT ----- */

h2 {
    clear: both;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 15px;
}

h3 {
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

p {
    margin-left: 10px;
    margin-bottom: 10px;
}

a {
    color: #5a99cf;
}

/* content MCE */
ul, ol {
    margin-left: 50px;
    margin-bottom: 10px;
    font-size: 12px;
}

/* ####################### CONTENT ####################### */

#footer {
    height: 35px;
    clear: both;
    background: #0079ce;
}
#footer p {
    margin: 0px auto;
    width: 610px;
    color: white;
    padding-top: 10px;
}
#footer p a {
    color: white;
}

/* ####################### COOKIE DIALOG ####################### */

/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
}
#gdpr-cookie-message h4 {
    color: #0079ce;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: black;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: black;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: #0079ce;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: black;
    border-bottom-color: red;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button, button#ihavecookiesBtn {
    border: none;
    background: #0079ce;
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: #0079ce;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: black;
    margin-top: 20px;
}
button#gdpr-cookie-accept {
    margin-top: 20px;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
