*, ::after, ::before {margin: 0; padding: 0; box-sizing: border-box;}
html {font-size: 16px;}
body {font-family: 'Roboto'; font-size: 1rem; line-height: 1.5; font-weight: 400; background: #C7EBF0; color: #5b5b5b;}
.innerbody {margin: 0 auto; max-width: 125rem; background: white; position: relative;}
.container {margin: 0 auto; max-width: 75rem; padding: 0 2.8rem; position: relative;}
h1, h2 {font-family: 'Oswald'; font-weight: 500; font-size: 1.7rem; line-height: 1.2; margin-bottom: 1.5rem;}
h1 {font-size: 1.75rem;}
h2 {font-weight: 300;}
a {text-underline-offset: 0.15rem;}
img {max-width: 100%; display: block;}
main {padding-block: 1.4rem 5rem;}
main a {color: #5b5b5b; text-decoration-color: rgba(0,0,0,0.35);}
main .container {max-width: 49rem;}
main .container p, 
main .container ol, 
main .container ul:not(.breadcrumbs) {margin-bottom: 1.5em;}
main .container h1 + p {font-weight: 700;}
main .container h1 + p:has(img:first-child:last-child) + p {font-style: italic;}
main .container h2 {margin-top: 3rem;}
main .container ul:not(.breadcrumbs,.targetgroups), footer ul {margin-left: 1.5rem;}
main .container ul:not(.breadcrumbs,.targetgroups) li, footer ul li {list-style: none;}
main .container ul:not(.breadcrumbs,.targetgroups) li::before, footer ul li::before {
    content: "—";
    position: absolute;
    display: inline-block;
    padding-right: 0.5rem;
    margin-left: -1.5rem;
}

.targetgroups {display: grid; grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr)); gap: 2.5rem 0; padding-block: 1rem;}
.targetgroups li {list-style: none;}
.targetgroups li a {display: block; position: relative; color: white; text-decoration: none;}
.targetgroups li a img {width: 100%; height: auto;}
.targetgroups li a span {
    font-family: 'Oswald';
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2em;
    display: block;
    position: absolute;
    bottom: 0; 
    left: 0;
    padding: 1.25rem;
    z-index: 2;
}
.targetgroups li a::before {
    content: "";
    position: absolute;
    left: 0; top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(7deg, #253c55 0%, transparent 50%);
    z-index: 1;
}

.breadcrumbs {display: flex; font-size: 0.75rem; margin-bottom: 1.5rem;}
.breadcrumbs li {list-style: none;}
.breadcrumbs li a {text-decoration: none;}
.breadcrumbs li a::after {content: "»"; display: inline-block; margin-inline: 0.25rem;}

/* LOGO */

.logo {line-height: 1.2; display: block; color: #444; text-decoration: none; font-family: 'Oswald';}
.logo img {position: absolute; height: 3rem; margin-top: 0.3rem}
.logo span {font-weight: 600; font-size: 1.56rem; display: block; margin-left: 3.8rem;}
.logo span + span {font-weight: 400; font-size: 1.25rem;}

/* HEADER */

header {font-weight: 400; background: #C7EBF0; color: #444; font-family: 'Oswald'; position: relative;}
header .bg {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    background: #C7EBF0 url() right center / cover no-repeat;
     background-blend-mode: multiply;
    opacity: 0.1;
}
header .bg2 {position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    max-width: 75rem;
    left: 50%;
    transform: translateX(-50%);
    background: url(/img/kruisjes.svg) calc(100% - 2.8rem) 1rem / 165px auto no-repeat;
    opacity: 0.3;
}
header .menu {border-bottom: 1px solid rgba(0,0,0,0.15);}
header .menu nav {display: flex; justify-content: space-between; position: relative; flex-wrap: wrap;}
header .menu nav > a {padding-block: 1.2rem 1.9rem;}
header .menu nav ul {display: flex; gap: 3.5rem}
header .menu nav ul li {list-style: none; height: 100%; display: flex; justify-content: stretch; flex-direction: column; border-bottom: 2px solid transparent;}
header .menu nav ul li a {display: block; font-weight: 500; font-size: 1.56rem; color: #444; text-decoration: none; height: 100%; align-content: center;}
header .menu nav ul:not(.menutoggle) li:last-child a {overflow: hidden; padding-left: 1.35rem; width: 1.35rem; background: url(/img/search.svg) center 52% / contain no-repeat;}
header .menu nav ul.menutoggle {display: none;}
body.menuopen header .menu nav ul:not(.menutoggle) {display: block;}
header .menu nav ul li.active {border-color: #5b5b5b;}
header h1 {padding-block: 3.25rem 4.5rem; font-size: 3.5rem; font-weight: 500; line-height: 1.1;}
body.menuopen header h1 {display: none;}
header h1 span {display: block; font-weight: 300;}
header > .container {min-height: 4.6rem;}


/* NEWSLETTER */

.newsletter {background: #f5f7f9; padding: 1.4rem 1.4rem 0; margin-top: 7rem;}
.newsletter h2 {font-weight: 500; line-height: 1.2em; margin: 0 0 1rem!important;}
.newsletter p:last-child {margin-bottom: 0;}
.newsletter a {
    border-radius: 0; 
    width: calc(100% + 2.8rem); 
    display: block; 
    text-align: left; 
    padding: 0.3rem 1.4rem 0.7rem; 
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 1.25rem;
    background: #e4e7ea;
    margin-inline: -1.4rem;
    text-decoration: none;
}
.newsletter a::after {content: " →";}



/* FOOTER */

footer {
    font-weight: 400;
    background: #C7EBF0;
    color: #444;
    padding-block: 2.1rem 4rem;
    overflow: auto;
    line-height: 1.95;
    font-size: 0.9rem; 
}
footer a {text-decoration: none; color: #444;}
footer .container {display: flex; justify-content: space-between;}
footer .container > * {flex: 1}
footer p {line-height: 1.5; padding-top: 0.2rem;}
footer p a {text-decoration: underline; text-decoration-color: rgba(0,0,0,0.5);}
footer h3 {
    font-weight: 500;
    font-family: 'Oswald';
    font-size: 1.25rem;
    margin-bottom: 0.3rem;
}

form, form > div {display: flex; width: 100%; gap: 1rem; flex-direction: column;}
form > div {gap: 0;}
form > div label {font-weight: bold; display: block; padding-bottom: 0.25rem;}
form > div.submit {padding-top: 0.65rem;}
form > div.checkbox > div > label > input {margin-right: 0.25rem; display: inline-block; vertical-align: middle;}
form > div.checkbox > div > label {font-weight: normal;}
form#search-google {flex-direction: row;}
input:not([type="submit"]), textarea {
    flex-grow: 1; 
    padding: 0.5rem 0.5rem; 
    font-family: 'Roboto'; 
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #5b5b5b;
}
textarea {resize: vertical;}
input[type="submit"], .button {
    font-family: 'Roboto';
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #eee;
    padding: 0.35rem 1rem; 
    color: #5b5b5b;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
details > summary {cursor: pointer;}


@media (max-width: 1100px) {
    .container {padding: 0 1.5rem;}
    header .menu nav ul:not(.menutoggle) {display: none; position: relative; bottom: 0.75rem; padding-bottom: 0.5rem;}
    header .menu nav ul:not(.menutoggle) li {width: 100vw; height: auto; margin-inline: -1.5rem; border-bottom: 0!important; border-left: 3px solid transparent;}
    header .menu nav ul:not(.menutoggle) li.active {border-left-color: #fdc300!important;}
    header .menu nav ul:not(.menutoggle) li a {padding-block: 0.75rem; padding-inline: 1.5rem; width: 100%;}
    header .menu nav ul.menutoggle {display: block; cursor: pointer;}
    header .menu nav ul:not(.menutoggle) li:last-child a {background: none; width: 100%;}
    footer .container {flex-wrap: wrap; gap: 3rem;}
    footer .container > div:nth-child(1) {width: calc(100vw - 3rem); flex: auto;}
}
@media (max-width: 600px) {
    footer .container {flex-direction: column-reverse; position: relative; top: 0.75rem;}
    footer .container > div:nth-child(1) {position: relative; top: 0.75rem;}
}