a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1
}

.is-portalpage::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: calc(15px * 3.75);
    width: calc(100% - (15px * 3.75));
    background: #000000;
    z-index: -1;
}

@media screen and (min-width: 768px) {
    .is-portalpage::before {
        right: calc(30px * 2.75);
        width: calc(100% - (30px * 2.75));
    }
}

@media screen and (min-width: 1080px) {
    .is-portalpage::before {
        right: calc((100% - 1268px) * 0.5 - (45px * 6.5));
        width: calc((100% - (100% - 1268px) * 0.5) - (45px * 6.5));
    }
}

@media screen and (min-width: 1268px) {
    .is-portalpage::before {
        right: calc((100% - 1268px) * 0.5 - (45px * 4));
        width: calc((100% - (100% - 1268px) * 0.5) - (45px * 4));
    }
}

.background-image {
    position: absolute;
    right: 0;
    top: 90px;
    min-height: 800px;
    width: 70%;
    background: url('images/Aalmarkt-HR-Credit-Kees-Hummel.jpg') no-repeat;
    background-size: cover;
    z-index: -1;
}

@media screen and (min-width: calc(1268px + 74px)) {
    .background-image {
        width: 55%;
    }
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:after, blockquote:before {
    content: '';
    content: none;
}

q:after, q:before {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}

h1 {
    font-size: 20px;
    line-height: 22px;
}

@media screen and (min-width: 768px) {
    h1 {
        font-size: 20px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1080px) {
    h1 {
        font-size: 20px;
        line-height: 22px;
    }
}

h2 {
    font-size: 16px;
    line-height: 19px;
}

@media screen and (min-width: 768px) {
    h2 {
        font-size: 16px;
        line-height: 19px;
    }
}

@media screen and (min-width: 1080px) {
    h2 {
        font-size: 16px;
        line-height: 19px;
    }
}

h1, h2, h3 {
    font-weight: 700;
}

.main-header {
    height: 90px;
}

@media screen and (min-width: 768px) {
    .main-header-wrapper {
        max-width: 768px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1268px) {
    .main-header-wrapper {
        max-width: 1268px;
    }
}

.logo {
    height: 90px;
    padding: 10px 20px;
}

.wrapper {
    padding: 40px 20px 10px;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .wrapper {
        max-width: 768px;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 1268px) {
    .wrapper {
        margin-left: calc((100vw - 1268px) * 0.5);
    }
}

.page__title {
    position: relative;
    font-family: Georgia, serif;
    color: #FFFFFF;
}

@media screen and (min-width: 1080px) {
    .page__title {
        font-size: 32px;
    }
}

.page__title-accent {
    display: block;
    margin: 8px;
    height: 30px;
    width: 1px;
    background: #FFFFFF;
}

.nav {
    display: -ms-flexbox;
    display: flex;
}

.nav__column {
    width: 50%;
}

.menu__link {
    position: relative;
    display: block;
    padding: 9px 30px 9px 10px;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    font-family: canada-type-gibson, sans-serif;
    font-weight: 300;
}

@media screen and (min-width: 1080px) {
    .menu__link {
        font-size: 20px;
        line-height: 24px;
    }
}

.menu__link--parent {
    padding-top: 50px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    font-family: Georgia, serif;
}

@media screen and (min-width: 1080px) {
    .menu__link--parent {
        font-size: 20px;
        line-height: 23px;
    }
}

.arrow {
    vertical-align: text-top;
}

.menu__link:not(.menu__link--parent) {
    min-height: 78px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 0) and (max-width: 359px) {
    .menu__link:not(.menu__link--parent) {
        min-height: 78px;
    }
}

.menu__link:not(.menu__link--parent) .arrow {
    position: absolute;
    right: 10px;
    width: 15px;
}

@media screen and (min-width: 500px) {
    .menu__link:not(.menu__link--parent) .arrow {
        width: 25px;
    }
}

.menu__link--parent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 175px;
}

@media screen and (min-width: 768px) {
    .menu__link--parent {
        min-height: 120px;
        padding-top: 19px;
    }
}

.menu__link--parent .arrow {
    display: block;
    width: 30px;
    margin-top: 5px;
}

.menu__link-wrapper {
    margin-bottom: 10px;
}

.nav__column--default {
    margin-right: 5px;
}

.nav__column--default .menu__link-wrapper {
    background: #FFFFFF;
}

.nav__column--default .menu__link-wrapper:focus, .nav__column--default .menu__link-wrapper:hover {
    background: #c4c4c4;
}

.nav__column--default .menu__link-wrapper .menu__link {
    color: #000000;
}

.nav__column--default .menu__link-wrapper .menu__link:focus {
    outline-offset: 2px;
}

.nav__column--taupe {
    margin-left: 5px;
}

.nav__column--taupe .menu__link-wrapper {
    background: #d1c0af;
}

.nav__column--taupe .menu__link-wrapper:focus, .nav__column--taupe .menu__link-wrapper:hover {
    background: #e4d9cf;
}

.nav__column--taupe .menu__link-wrapper .menu__link {
    color: #000000;
}

.footer {
    padding: 20px 0 30px;
    color: #FFFFFF;
}

@media screen and (min-width: 768px) {
    .footer {
        max-width: 768px;
        margin: 0 auto;
    }
}

.footer__title {
    font-family: Georgia, serif;
}

@media screen and (min-width: 1080px) {
    .footer__title {
        font-size: 20px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1080px) and (min-width: 768px) {
    .footer__title {
        font-size: 20px;
        line-height: 22px;
    }
}

@media screen and (min-width: 1080px) and (min-width: 1080px) {
    .footer__title {
        font-size: 20px;
        line-height: 22px;
    }
}

.footer__list {
    margin-top: 10px;
}

.footer__list-item {
    display: inline-block;
}

.footer__list-item:not(:last-of-type)::after {
    content: '|';
    padding-left: 3px;
    font-size: 14px
}

.footer__link {
    color: #FFFFFF;
    font-family: canada-type-gibson, sans-serif;
    font-size: 12px;
    font-weight: 300;
}

.footer__link:hover {
    text-decoration: none;
}

@media screen and (min-width: 1080px) {
    .footer__link {
        font-size: 14px;
    }
}

.media {
    padding: 0 20px 40px;
}

@media screen and (min-width: 768px) {
    .media {
        max-width: 768px;
        margin: 0 auto;
    }
}

.media-image {
    width: 100%;
}
