﻿@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/OpenSans400.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/OpenSans400Italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/OpenSans600.woff2') format('woff2');
}

@font-face {
    font-family: 'RotisSemiSansPro-Light';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/fonts/myfonts/RotisSemiSansPro-Light/font.woff2') format('woff2');
}

@font-face {
    font-family: 'RotisSemiSansPro-Regular';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/myfonts/RotisSemiSansPro-Regular/font.woff2') format('woff2');
}

@font-face {
    font-family: 'RotisSemiSansPro-Bold';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/myfonts/RotisSemiSansPro-Bold/font.woff2') format('woff2');
}

@font-face {
    font-family: 'RotisSansSerifPro-Regular';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/myfonts/RotisSansSerifPro-Regular/font.woff2') format('woff2');
}

@font-face {
    font-family: 'RotisSemiSerifPro-Regular';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/myfonts/RotisSemiSerifPro-Regular/font.woff2') format('woff2');
}

:root {
    --black: #1a1a1a;
    --grey: #666;
    --blue: #186775;
    --blue-light: #74a3ab;
    --blue-lighter: #99b6bd;
    --beige: #b6ba9f;
    --beige-light: #d2d5c4;
    --beige-lighter: #e8e9e1;
}

html {
    font-size: 62.5%;
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    line-height: 3rem;
    color: #1a1a1a;
    height: 100%;
    display: flex;
    flex-flow: column;
    position: relative;
    -webkit-backface-visibility: visible !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    body.menu-open {
        overflow: hidden;
    }

@media (min-width: 1210px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1210px;
    }
}

h1 {
    font-family: RotisSemiSansPro-Bold;
    font-size: 7rem;
    line-height: 9.4rem;
    color: var(--blue);
}

body.medewerkers h1,
body.medewerkertype h1,
body.medewerker h1 {
    color: var(--beige);
    font-size: 5.3rem;
    font-family: 'RotisSansSerifPro-Regular';
}

main h1 {
    color: var(--blue);
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 3rem;
}

.h1 {
    font-family: RotisSemiSansPro-Bold;
    font-size: 7rem;
    line-height: 9.4rem;
    color: var(--blue);
    margin-bottom: 0;
}

body.menu-beige header h1,
body.menu-beige .h1 {
    color: var(--beige);
}

body[class^="actueel"] .h1 span {
    font-family: 'Open Sans';
    color: #333;
    font-size: 5rem;
    position: relative;
    padding-left: 3.65rem;
    margin-left: 2.5rem;
}

    body[class^="actueel"] .h1 span:before {
        content: "";
        width: .1rem;
        height: 6.7rem;
        background-color: #1a1a1a;
        opacity: .5;
        position: absolute;
        bottom: 0;
        left: 0;
    }

body.cursus h1,
body.cursusdatum h1 {
    font-family: RotisSansSerifPro-Regular;
}

h2 {
    font-family: RotisSansSerifPro-Regular;
    font-size: 6.5rem;
    line-height: 7rem;
    color: var(--blue);
    margin-bottom: 1.2rem;
}

h3 {
    font-family: RotisSansSerifPro-Regular;
    font-size: 4.1rem;
    line-height: 5.4rem;
    color: var(--blue);
    margin-bottom: 0;
}

.rich-text h3,
.course .course__employees h3 {
    font-size: 3.5rem;
    line-height: 4.6rem;
    margin-top: 1rem;
}

h4 {
    font-family: RotisSemiSansPro-Bold;
    font-size: 2.7rem;
    line-height: 3.2rem;
    color: var(--blue);
}

@media(max-width: 767px) {
    h1,
    p.h1 {
        font-size: 5rem;
        line-height: 7rem;
    }

    h2 {
        font-size: 4.5rem;
        line-height: 5rem;
    }
}

@media(max-width: 576px) {
    body[class^="actueel"] .h1 span {
        padding-left: 0;
        margin-left: 0;
        font-size: 3rem;
    }

        body[class^="actueel"] .h1 span:before {
            content: none;
        }
}

p {
    margin-bottom: 1.5rem;
}

    p.subtitle {
        font-family: RotisSansSerifPro-Regular;
        font-size: 3.5rem;
        line-height: 4.3rem;
        color: var(--blue);
        margin-bottom: 1.2rem;
    }

@media(max-width: 767px) {
    p.subtitle {
        font-size: 2.8rem;
        line-height: 3.6rem;
    }
}

.rich-text ul,
.rich-text ol {
    margin-bottom: 3rem;
}

.rich-text p + ul,
.rich-text p + ol {
    margin-top: -1.5rem;
    padding-left: 2rem;
}

.rich-text p + ul {
    list-style: none;
}

    .rich-text p + ul li:before {
        content: "\2022";
        color: var(--blue);
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

.rich-text p + ol {
    counter-reset: item;
    list-style-type: none;
    padding-left: .5rem;
}

    .rich-text p + ol li:before {
        content: counter(item) "  ";
        counter-increment: item;
        font-weight: 600;
        color: var(--blue);
        width: 2rem;
        display: inline-block;
    }

.intro {
    font-size: 2rem;
    line-height: 3.2rem;
    letter-spacing: .042rem;
}

@media(max-width: 767px) {
    .intro {
        font-size: 1.8rem;
        line-height: 3rem;
    }
}

.subtext,
.subtext p {
    font-family: 'Open Sans';
    font-size: 1.4rem;
    line-height: 2.6rem;
    letter-spacing: .014rem;
    font-style: italic;
}

a {
    text-decoration: none;
    transition: all .3s linear;
    outline: none !important;
}

    a:hover {
        text-decoration: none;
    }

    a.cta {
        position: relative;
        padding-right: 3rem;
        font-size: 1.8rem;
        font-weight: 600;
        color: #1a1a1a;
    }

        a.cta:after {
            content: "";
            width: 1.8rem;
            height: 1.8rem;
            background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.325' height='18.324' viewBox='0 0 18.325 18.324'%3E%3Cpath fill='%231a1a1a' d='M344.845 3814.958a1.227 1.227 0 0 0-.258-.389l-7.967-7.967a1.2 1.2 0 0 0-1.691 1.691l5.928 5.925h-13.05a1.195 1.195 0 1 0 0 2.39h13.05l-5.928 5.928a1.2 1.2 0 0 0 1.691 1.691l7.967-7.967a1.253 1.253 0 0 0 .258-.389 1.192 1.192 0 0 0 0-.913z' transform='translate(-326.611 -3806.251)'/%3E%3C/svg%3E%0A");
            background-repeat: no-repeat;
            position: absolute;
            top: calc(50% - .8rem);
            right: 0;
            transition: all .2s linear;
        }

        a.cta:hover:after {
            right: -.3rem;
        }

        a.cta.cta-small {
            padding-right: 2.5rem;
            font-size: 1.4rem;
        }

            a.cta.cta-small:after {
                background-size: 1.06rem 1.06rem;
                top: calc(50% - .4rem);
            }

.cta-wrapper {
    display: flex;
    justify-content: flex-end;
}

.umb-block-list .cta-wrapper {
    margin: 0 0 3rem;
}

.rich-text p a:not(.button),
.rich-text li a:not(.button) {
    color: var(--blue);
    background-image: linear-gradient(var(--blue-light), var(--blue-light));
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    transition: all .3s;
}

    .rich-text p a:not(.button):hover,
    .rich-text li a:not(.button):hover {
        color: var(--blue);
        background-image: linear-gradient(var(--blue), var(--blue));
        background-size: 0% 1px;
    }

.button {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 600;
    letter-spacing: .045rem;
    padding: .9rem 3.9rem 1.1rem 1.9rem;
    border: .2rem solid #1a1a1a;
    border-radius: 1.5rem;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath fill='%231a1a1a' d='M1167.7 1166.075l4.58-4.59-4.58-4.59 1.41-1.41 6 6-6 6z' transform='translate(-1167.699 -1155.485)'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: .74rem 1.2rem;
    background-position: calc(100% - 1.76rem) 50%;
    transition: all .3s linear;
}

    .button:hover,
    .button:focus,
    .button:active {
        background-position-x: calc(100% - 1.46rem);
        color: #1a1a1a;
        outline: none !important;
    }

.button--beige {
    color: var(--blue);
    border-color: var(--blue);
    background-color: var(--beige-lighter);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath fill='%23186775' d='M1167.7 1166.075l4.58-4.59-4.58-4.59 1.41-1.41 6 6-6 6z' transform='translate(-1167.699 -1155.485)'/%3E%3C/svg%3E%0A");
}

    .button--beige:hover {
        color: var(--blue);
        background-color: #F6F7F4;
    }

.button--white {
    color: #abaf95;
    border-color: #abaf95;
    background-color: var(--beige-lighter);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath fill='%23abaf95' d='M1167.7 1166.075l4.58-4.59-4.58-4.59 1.41-1.41 6 6-6 6z' transform='translate(-1167.699 -1155.485)'/%3E%3C/svg%3E%0A");
}

    .button--white:hover {
        color: #abaf95;
        background-color: #F6F7F4;
    }

.button--square {
    border-width: .1rem;
    border-radius: .2rem;
    font-size: 1.7rem;
    padding: .7rem 3.9rem .9rem 1.7rem;
    text-transform: lowercase;
}

.button--square--white {
    color: #949494;
    border-color: #949494;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath fill='%23707070' d='M1167.7 1166.075l4.58-4.59-4.58-4.59 1.41-1.41 6 6-6 6z' transform='translate(-1167.699 -1155.485)'/%3E%3C/svg%3E%0A");
}

    .button--square--white:hover,
    .button--square--white:active,
    .button--square--white:focus {
        color: #000;
        border-color: #000;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath fill='%23000000' d='M1167.7 1166.075l4.58-4.59-4.58-4.59 1.41-1.41 6 6-6 6z' transform='translate(-1167.699 -1155.485)'/%3E%3C/svg%3E%0A");
    }

.button--square--beige {
    color: #fff;
    border-color: var(--beige);
    background-color: var(--beige);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath fill='%23ffffff' d='M1167.7 1166.075l4.58-4.59-4.58-4.59 1.41-1.41 6 6-6 6z' transform='translate(-1167.699 -1155.485)'/%3E%3C/svg%3E%0A");
}

    .button--square--beige:hover,
    .button--square--beige:active,
    .button--square--beige:focus {
        color: #fff;
        background-color: #959881;
    }

.button--square--blue {
    color: #fff;
    border-color: var(--blue);
    background-color: var(--blue);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath fill='%23ffffff' d='M1167.7 1166.075l4.58-4.59-4.58-4.59 1.41-1.41 6 6-6 6z' transform='translate(-1167.699 -1155.485)'/%3E%3C/svg%3E%0A");
}

    .button--square--blue:hover,
    .button--square--blue:active,
    .button--square--blue:focus {
        color: #fff;
        border-color: #115562;
        background-color: #115562;
    }

.button--tooltip {
    height: 2.8rem;
    width: 2.8rem;
    border: none;
    background-color: transparent;
    box-shadow: none;
    outline: none !important;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.83 12.83'%3E%3Cpath d='M6.41,12.83A6.42,6.42,0,0,1,6.41,0h0a6.42,6.42,0,0,1,6.42,6.41h0A6.43,6.43,0,0,1,6.41,12.83Zm0-11.7h0A5.29,5.29,0,1,0,11.7,6.41,5.29,5.29,0,0,0,6.41,1.13Z' fill='%23707070' opacity='0.75' style='isolation:isolate'/%3E%3Cpath d='M6.41,10a.66.66,0,0,1-.65-.65V6.05a.65.65,0,1,1,1.3,0v3.3A.65.65,0,0,1,6.41,10Z' fill='%23707070' opacity='0.75' style='isolation:isolate'/%3E%3Cpath d='M6.42,4.16a.7.7,0,0,1-.25,0A.64.64,0,0,1,6,4a.77.77,0,0,1-.14-.21.7.7,0,0,1,0-.25.74.74,0,0,1,0-.25A.77.77,0,0,1,6,3.05a.64.64,0,0,1,.22-.14.65.65,0,0,1,.7.14.65.65,0,0,1-.45,1.11Z' fill='%23707070' opacity='0.75' style='isolation:isolate'/%3E%3C/svg%3E");
    background-size: 1.6rem 1.6rem;
    background-position: 50% calc(50% + .1rem);
    background-repeat: no-repeat;
    transform: translateY(-.2rem);
    transition: all .3s linear;
    position: relative;
    z-index: 2;
}

    .button--tooltip:hover {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.83 12.83'%3E%3Cpath d='M6.41,12.83A6.42,6.42,0,0,1,6.41,0h0a6.42,6.42,0,0,1,6.42,6.41h0A6.43,6.43,0,0,1,6.41,12.83Zm0-11.7h0A5.29,5.29,0,1,0,11.7,6.41,5.29,5.29,0,0,0,6.41,1.13Z' fill='%23000000' opacity='1' style='isolation:isolate'/%3E%3Cpath d='M6.41,10a.66.66,0,0,1-.65-.65V6.05a.65.65,0,1,1,1.3,0v3.3A.65.65,0,0,1,6.41,10Z' fill='%23000000' opacity='1' style='isolation:isolate'/%3E%3Cpath d='M6.42,4.16a.7.7,0,0,1-.25,0A.64.64,0,0,1,6,4a.77.77,0,0,1-.14-.21.7.7,0,0,1,0-.25.74.74,0,0,1,0-.25A.77.77,0,0,1,6,3.05a.64.64,0,0,1,.22-.14.65.65,0,0,1,.7.14.65.65,0,0,1-.45,1.11Z' fill='%23000000' opacity='1' style='isolation:isolate'/%3E%3C/svg%3E");
    }

p + .button,
ul + .button,
ol + .button {
    /*margin-top: 3rem;*/
}

.element-text p + .button,
.element-text ul + .button,
.element-text ol + .button {
    margin-top: 2rem;
}

.button--back {
    display: inline-block;
    width: 4.3rem;
    height: 4rem;
    background-color: rgba(112,112,112,.4);
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40.324' height='40.321' viewBox='0 0 40.324 40.321'%3E%3Cpath fill='%23fff' d='M366.735 3825.411a2.7 2.7 0 0 0-.568-.855l-17.532-17.532a2.631 2.631 0 1 0-3.721 3.722l13.044 13.038h-28.717a2.629 2.629 0 1 0 0 5.259h28.717l-13.044 13.045a2.631 2.631 0 0 0 3.721 3.721l17.532-17.532a2.741 2.741 0 0 0 .568-.856 2.625 2.625 0 0 0 0-2.01z' opacity='0.9' transform='rotate(180 183.467 1923.286)'/%3E%3C/svg%3E%0A");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 2.5rem 2.5rem;
    position: relative;
}

    .button--back:hover {
        background-color: rgba(112,112,112,.6);
    }

    .button--back:after {
        content: "Terug";
        position: absolute;
        top: 0;
        left: 5rem;
        height: 4rem;
        line-height: 4rem;
        color: rgba(112,112,112,.6);
        opacity: 0;
        transition: all .3s linear;
    }

    .button--back:hover:after {
        opacity: 1;
    }

@media(max-width: 767px) {
    .button--back {
        display: none;
    }
}

.button--social {
    display: inline-block;
    width: 4.3rem;
    height: 4rem;
    background-color: rgba(24,103,117,.4);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.633' height='27.257' viewBox='0 0 24.633 27.257'%3E%3Cpath fill='%23fff' d='M45.8 19.267a3.969 3.969 0 0 0-2.678 1.051l-9.762-5.677a4.372 4.372 0 0 0 .125-.959 4.451 4.451 0 0 0-.125-.959L43.009 7.1a4.094 4.094 0 1 0-1.316-3 4.415 4.415 0 0 0 .125.959l-9.649 5.627a4.1 4.1 0 1 0 0 5.991l9.742 5.689a3.993 3.993 0 1 0 3.888-3.1z' transform='translate(-25.272)'/%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 2.5rem 2.5rem;
    position: relative;
}

    .button--social:hover {
        background-color: rgba(24,103,117,.6);
    }

    .button--social:after {
        content: "Delen";
        position: absolute;
        top: 0;
        left: 5rem;
        height: 4rem;
        line-height: 4rem;
        color: rgba(24,103,117,.6);
        opacity: 0;
        transition: all .3s linear;
    }

    .button--social:hover:after {
        opacity: 1;
    }

    .button--social.active:after {
        content: none;
    }

.umb-block-list .button-wrapper {
    display: flex;
    flex-flow: column;
    margin-bottom: 3rem;
}

    .umb-block-list .button-wrapper .button {
        margin-right: auto;
    }

        .umb-block-list .button-wrapper .button:not(:last-of-type) {
            margin-bottom: 1.5rem;
        }

p + .button,
.intro + .button {
    margin-top: 1.2rem;
}

.link-open {
    position: relative;
}

    .link-open:after {
        content: "";
        width: 11.4rem;
        height: 11.4rem;
        border-radius: 50%;
        background-color: rgba(139, 179, 186, .75);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42.319' height='35.266' viewBox='0 0 42.319 35.266'%3E%3Cpath fill='%23fff' d='M25.862 47.654v-9.4l16.457 16.453-16.457 16.458v-9.639c-11.756 0-19.984 3.761-25.862 11.99 2.351-11.755 9.4-23.511 25.862-25.862z' transform='translate(0 -38.25)'/%3E%3C/svg%3E");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        position: absolute;
        top: calc(50% - 5.7rem);
        left: calc(50% - 5.7rem);
        transition: all .3s linear;
    }

    .link-open:hover:after {
        background-color: rgba(139, 179, 186, .9);
        transform: scale(1.1);
    }

.quote {
    padding: 4.5rem 3rem;
}

    .quote blockquote {
        font-family: RotisSemiSerifPro-Regular;
        font-size: 2.8rem;
        line-height: 3.8rem;
        color: var(--blue);
    }

    .quote p {
        font-family: RotisSansSerifPro-Regular;
        color: var(--blue);
        margin-left: 4.5rem;
        font-size: 1.8rem;
        margin-bottom: 0;
    }

p + .quote {
    margin-top: -3rem;
}

.rich-text + .quote {
    padding-top: 3rem;
}

.image--w100 img {
    width: 100%;
}

.responsive-iframe {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

    .responsive-iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

main {
    margin-bottom: 15rem;
}

@media(max-width: 767px) {
    main {
        margin-bottom: 7.5rem;
    }
}

body.cursussen main,
body.cursustype main,
body[class^=actueel] main {
    margin-bottom: 0;
}

.backdrop {
    background-color: rgba(33,33,33,0);
    width: 100%;
    height: 100%;
    transition: all .3s linear;
    transition-delay: .3s;
}

body.menu-open .backdrop {
    width: 100vw;
    height: 100vw;
    top: 0;
    left: 0;
    position: fixed;
    background-color: rgba(255,255,255,.55);
    z-index: 1000;
    transition-delay: .3s;
    z-index: 1031;
}

@media (min-width: 1400px) {
    header,
    nav > .container,
    .menu > .container {
        max-width: 1365px;
    }

    header {
        margin: 0 auto;
    }

    body.home .header-wrapper,
    body.landingpage .header-wrapper,
    body.shop .header-wrapper,
    body.cursusdatum .header-wrapper {
        position: relative;
        z-index: 0;
    }

    body.home .header-wrapper {
        background-image: linear-gradient(to top, #94b3ba 0%, #d5e2e3 50%);
    }

        body.home .header-wrapper:before,
        body.landingpage .header-wrapper:before,
        body.shop .header-wrapper:before {
            content: "";
            background-image: url(/images/home-header-driehoek.svg);
            background-repeat: no-repeat;
            background-size: 100vw auto;
            background-position: 50% calc(100% - 117px);
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
        }

    body.shop .header-wrapper:before {
        background-image: url(/images/shop-header-driehoek.svg);
    }

    body.home .header-wrapper header,
    body.landingpage .header-wrapper header,
    body.shop .header-wrapper header {
        position: relative;
        z-index: 1;
    }

    body.cursusdatum .header-wrapper:before {
        content: "";
        background-image: url(/images/cursus-header-driehoek.svg);
        background-repeat: no-repeat;
        background-size: 100vw auto;
        background-position: 50% 100%;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: .4rem;
        left: 0;
        z-index: -1;
    }
}

@media (min-width: 1700px) {
    body.home .header-wrapper:before {
        background-position: 50% calc(100% - 120px);
    }
}

.navbar {
    height: 10rem;
    color: #fff;
    padding: 0;
    transition: all .3s linear;
}

    .navbar a {
        color: #fff;
    }

    .navbar > .container {
        height: 100%;
        align-items: flex-start;
    }

    .navbar.navbar-scrolled {
        background-color: rgba(33,33,33, .71);
        height: 7.6rem;
        margin-left: auto;
        margin-right: auto;
    }

body.menu-blue .navbar:not(.navbar-scrolled),
body.menu-beige .navbar:not(.navbar-scrolled) {
    height: 14.5rem;
}

body.menu-blue .navbar:not(.navbar-scrolled) {
    background-color: var(--blue);
}

body.menu-beige .navbar:not(.navbar-scrolled) {
    background-color: var(--beige) !important;
}

.navbar-brand {
    margin: 0;
    padding: 0;
    width: 28.4rem;
    height: 10rem;
    padding: 2rem 0 0 2rem;
    position: relative;
}

    .navbar-brand .navbar-brand--image {
        position: absolute;
        top: 2rem;
        left: 2rem;
        transition: all .3s linear;
    }

    .navbar-brand .navbar-brand--text {
        position: absolute;
        top: 2.3rem;
        left: 14.5rem;
        transition: all .3s linear;
    }

.navbar-scrolled .navbar-brand {
    padding: .8rem 0 0 2rem;
    height: 7.6rem;
}

    .navbar-scrolled .navbar-brand .navbar-brand--image {
        height: 6rem;
        top: .8rem;
    }

    .navbar-scrolled .navbar-brand .navbar-brand--text {
        display: none;
    }

    .navbar-scrolled .navbar-brand img {
        height: 100%;
        width: auto;
    }

.navbar .navbar-center {
    display: flex;
    flex-flow: column;
    margin-left: auto;
    height: 10rem;
    flex: 1 0 0;
    margin: 0 5rem;
}

.navbar.navbar-scrolled .navbar-center .nav-item {
    display: none;
}

.navbar .navbar-center__top {
    display: flex;
    padding-top: 2rem;
    opacity: 0;
    animation: fadeInDown .5s ease-in-out forwards;
    animation-delay: .5s;
}

    .navbar .navbar-center__top .navbar-nav {
        font-family: RotisSansSerifPro-Regular;
        font-size: 2rem;
        width: 100%;
        justify-content: space-between;
        letter-spacing: 0.68px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 1rem 4rem;
    }

        .navbar .navbar-center__top .navbar-nav li,
        .navbar .navbar-center__top .navbar-nav li a {
            white-space: nowrap;
        }

            .navbar .navbar-center__top .navbar-nav li a {
                text-shadow: 0 0 .5rem rgba(0, 0, 0, 0);
            }

.navbar .navbar-center__bottom {
    font-family: RotisSemiSansPro-Light;
    text-transform: uppercase;
    height: 50%;
    padding-top: .5rem;
    display: flex;
    align-items: center;
    opacity: 0;
    animation: fadeInDown .5s ease-in-out forwards;
    animation-delay: .7s;
}

    .navbar .navbar-center__bottom .navbar-nav {
        justify-content: space-between;
        letter-spacing: 0.63px;
        font-family: RotisSansSerifPro-Regular;
        font-size: 2.1rem;
    }

@media(min-width: 992px) {
    .navbar .navbar-center__top .navbar-nav li a:hover {
        text-shadow: .3rem .3rem .5rem rgba(0, 0, 0, .75);
    }
}

@media(min-width: 1200px) and (max-width: 1399px) {
    .navbar .navbar-center {
        margin: 0 1rem;
    }

    .navbar .navbar-center__top .navbar-nav {
        gap: 1rem 3rem;
    }

    .navbar .nav-buttons {
        margin-left: 2rem !important;
    }
}

.navbar .navbar-right {
    display: flex;
}

    .navbar .navbar-right a {
        width: 11.5rem;
        min-height: 100%;
        padding: 2rem;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        text-align: center;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 2.4rem;
        text-transform: lowercase;
        letter-spacing: 0.8px;
    }


.navbar.navbar-scrolled .navbar-right a {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar .navbar-cart,
.menu .navbar-car {
    width: 2.53rem;
    height: 2.55rem;
    background-color: transparent;
    border: none;
    outline: none !important;
    padding: 0;
    line-height: 0;
    position: relative;
    margin-left: 3rem;
}

    .navbar .navbar-cart svg,
    .menu .navbar-cart svg {
        width: 2.53rem;
        height: 2.55rem;
    }

    .navbar .navbar-cart .count,
    .menu .navbar-cart .count {
        background-color: #ec6823;
        width: 1.8rem;
        height: 1.8rem;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        text-align: center;
        color: #fff;
        font-size: 1.3rem;
        border-radius: 50%;
        position: absolute;
        top: -.4rem;
        right: -1rem;
    }

        .navbar .navbar-cart .count.animate,
        .menu .navbar-cart .count.animate {
            animation: cartStatus 1s ease-in-out forwards;
        }

.menu .navbar-cart {
    position: absolute;
    top: 11rem;
}

@media(max-width: 991px) {
    .menu .navbar-cart {
        top: 1rem;
        right: 1rem;
    }
}

.navbar .navbar-search {
    width: 2.53rem;
    height: 2.55rem;
    background-color: transparent;
    border: none;
    outline: none !important;
    padding: 0;
    line-height: 0;
}

    .navbar .navbar-search svg {
        width: 2.53rem;
        height: 2.55rem;
    }

.navbar .navbar-webshop {
    background-color: rgba(116, 163, 171, .75);
    flex-flow: column;
    /*
    opacity: 0;
    animation: fadeInDown .5s ease-in-out forwards;
    animation-delay: .6s;
        */
}

    .navbar .navbar-webshop:hover {
        background-color: rgba(116, 163, 171, 1);
    }

.menu-beige .navbar-webshop {
    background-color: rgba(255, 255, 255, 0.2);
}

    .menu-beige .navbar-webshop:hover {
        background-color: rgba(255, 255, 255, 0.4);
    }

.menu-blue .navbar-webshop {
    background-color: rgba(116,163,171,.75);
}

    .menu-blue .navbar-webshop:hover {
        background-color: rgba(116,163,171,1);
    }

.navbar .navbar-mijn {
    background-color: rgba(24, 103, 117, .75);
    flex-wrap: wrap;
    /*
    opacity: 0;
    animation: fadeInDown .5s ease-in-out forwards;
    animation-delay: .4s;
        */
}

    .navbar .navbar-mijn:hover {
        background-color: rgba(24, 103, 117, 1);
    }

    .navbar .navbar-mijn svg {
        width: 1.95rem;
        height: 1.92rem;
        vertical-align: baseline;
    }

.menu-beige .navbar-mijn {
    background-color: rgba(112, 112, 112, 0.2);
}

    .menu-beige .navbar-mijn:hover {
        background-color: rgba(112, 112, 112, 0.4);
    }

.menu-blue .navbar-mijn {
    background-color: rgba(70,133,144, .75);
}

    .menu-blue .navbar-mijn:hover {
        background-color: rgba(70,133,144, 1);
    }

.navbar .nav-buttons {
    position: relative;
    min-width: 8.5rem;
    margin-left: 5rem;
}

.navbar-toggler {
    position: relative;
    background-color: transparent;
    border: none;
    width: 11.5rem;
    height: 10rem;
    padding: 0;
    z-index: 1001;
    transform: rotate(0deg);
    transition: .3s ease-in-out;
    /*
        opacity: 0;
        animation: fadeInDown .5s ease-in-out forwards;
        animation-delay: .2s;
            */
}

    .navbar-toggler:focus {
        box-shadow: none;
        outline: none;
        background-color: transparent;
    }

    .navbar-toggler:before {
        content: "Sluiten";
        position: absolute;
        top: calc(50% - .9rem);
        left: -4rem;
        font-size: 1.8rem;
        line-height: 1;
        letter-spacing: 0.45px;
        color: #333;
    }

    .navbar-toggler:before {
        content: "";
        opacity: 0;
        transform: translate(100%);
        transition-delay: .3s;
        transition: all .3s linear;
    }

    .navbar-toggler:not(.collapsed):before {
        content: "Sluiten";
        position: absolute;
        top: calc(50% - .9rem);
        left: -4rem;
        font-size: 1.8rem;
        line-height: 1;
        letter-spacing: 0.45px;
        color: var(--blue);
        transform: translate(0);
        opacity: 1;
    }

    .navbar-toggler span {
        display: block;
        position: absolute;
        height: .4rem;
        width: 4.5rem;
        background: #fff;
        border-radius: .2rem;
        opacity: 1;
        left: calc(50% - 2.25rem);
        transform: rotate(0deg);
        transition: .3s ease-in-out;
    }

        .navbar-toggler span:nth-child(1) {
            top: calc(50% - 1.5rem);
        }

        .navbar-toggler span:nth-child(2),
        .navbar-toggler span:nth-child(3) {
            top: 50%;
        }

        .navbar-toggler span:nth-child(4) {
            top: calc(50% + 1.5rem);
        }

    .navbar-toggler:hover span:nth-child(1) {
        top: calc(50% - 1.8rem);
    }

    .navbar-toggler:hover span:nth-child(4) {
        top: calc(50% + 1.8rem);
    }

    .navbar-toggler:not(.collapsed) span {
        background: var(--blue);
    }

        .navbar-toggler:not(.collapsed) span:nth-child(1) {
            top: calc(50% - 1.5rem);
            width: 0%;
            left: 50%;
        }

        .navbar-toggler:not(.collapsed) span:nth-child(2) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .navbar-toggler:not(.collapsed) span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .navbar-toggler:not(.collapsed) span:nth-child(4) {
            top: calc(50% - 1.5rem);
            width: 0%;
            left: 50%;
        }

    .navbar-toggler.collapsed {
        background-color: transparent;
    }

.navbar.navbar-scrolled .navbar-toggler {
    height: 7.6rem;
    transition: none;
}

.menu .navbar-toggler {
    position: absolute;
    top: 0;
    right: 1.5rem;
    color: var(--blue);
}

.navbar-nav .nav-link {
    padding: 0;
}

.navbar-nav .active > .nav-link {
    position: relative;
}

    .navbar-nav .active > .nav-link:after {
        content: "";
        width: 100%;
        height: .1rem;
        background-color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .navbar-nav .active > .nav-link.dropdown-toggle:after {
        content: none;
    }

.navbar-center__bottom .nav-item:not(:last-of-type) {
    margin-right: 3.5rem;
}

.menu {
    position: relative;
    z-index: 1035;
}

.navbar-main {
    background-color: #74a3ab;
    padding: 18rem 4.5rem 0 4.5rem;
    height: 100vh !important;
    position: fixed;
    top: 0;
    right: calc((100vw - 100%) / 2);
    opacity: 0;
    animation: none !important;
    transition: all .3s linear;
    transform: translateX(100%);
}

    .navbar-main.show {
        opacity: 1;
        transform: translateX(0);
    }

    .navbar-main:after {
        content: "";
        width: calc(50vw - 50%);
        height: 100%;
        background-color: #74a3ab;
        position: absolute;
        top: 0;
        right: calc((50vw - 50%) * -1);
    }

@media(min-width: 1024px) {
    .navbar-main .navbar-nav {
        flex-direction: row;
        justify-content: flex-end;
    }

        .navbar-main .navbar-nav .nav-item.dropdown:not(:last-of-type) {
            margin-right: 4rem;
        }

        .navbar-main .navbar-nav .nav-link {
            font-family: RotisSansSerifPro-Regular;
            font-size: 2.5rem;
            color: #fff;
            margin-bottom: 2rem;
            padding-bottom: 3rem;
            text-transform: uppercase;
            border-bottom: .3rem solid #fff;
        }

    .navbar-main .dropdown-toggle {
        cursor: initial;
    }

        .navbar-main .dropdown-toggle::after {
            content: none;
        }

    .navbar-main .dropdown-menu {
        display: block;
        background: transparent;
        border: none;
        margin: 0;
        box-shadow: none;
    }

    .navbar-main .dropdown-item {
        font-weight: 600;
        font-size: 1.7rem;
        line-height: 2rem;
        color: rgba(255,255,255,.8);
        padding: 1rem 0;
        position: relative;
    }

        .navbar-main .dropdown-item:hover {
            color: #fff;
            background-color: transparent;
        }

        .navbar-main .dropdown-item:active,
        .navbar-main .dropdown-item:focus {
            color: #fff;
            background-color: transparent;
        }

        .navbar-main .dropdown-item svg {
            margin: 0 .3rem 0 .6rem;
            height: .9rem;
            opacity: 0;
            transition: all .3s linear;
        }

            .navbar-main .dropdown-item svg path {
                fill: #fff;
            }

        .navbar-main .dropdown-item:hover svg {
            opacity: 1;
            margin: 0 0 0 .9rem;
        }

            .navbar-main .dropdown-item:hover svg path {
                fill: #fff;
            }

        .navbar-main .dropdown-item.active {
            background-color: transparent;
            color: #fff;
        }
}

.navbar-main .dropdown-item em {
    display: block;
    width: 23rem;
    white-space: normal;
    color: var(--blue);
    font-style: normal;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 1rem 0 .5rem 0;
}

.navbar-main .dropdown-item__actueel {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.8rem;
    padding: 0 0 1.5rem 0;
}

    .navbar-main .dropdown-item__actueel > span {
        display: flex;
        width: 24rem;
        max-height: 6.9rem;
        color: #fff;
        transition: all .3s linear;
    }

        .navbar-main .dropdown-item__actueel > span span:first-of-type {
            min-width: 6.9rem;
            overflow: hidden;
            border: .1rem solid #74a3ab;
        }

            .navbar-main .dropdown-item__actueel > span span:first-of-type img {
                transition: all .3s linear;
            }

    .navbar-main .dropdown-item__actueel:hover > span span:first-of-type img {
        transform: scale(1.075);
    }

    .navbar-main .dropdown-item__actueel > span span:last-of-type {
        padding: 0 1rem;
        white-space: normal;
    }

    .navbar-main .dropdown-item__actueel time {
        font-size: 1.1rem;
        color: var(--blue);
        display: inline-block;
        margin-top: .5rem;
    }

.navbar-main .cta {
    color: rgba(255,255,255,.8);
    font-weight: 600;
    font-size: 1.7rem;
}

    .navbar-main .cta:hover {
        color: #fff;
    }

    .navbar-main .cta:after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.325' height='18.324' viewBox='0 0 18.325 18.324'%3E%3Cpath fill='%23ffffff' opacity='0.8' d='M344.845 3814.958a1.227 1.227 0 0 0-.258-.389l-7.967-7.967a1.2 1.2 0 0 0-1.691 1.691l5.928 5.925h-13.05a1.195 1.195 0 1 0 0 2.39h13.05l-5.928 5.928a1.2 1.2 0 0 0 1.691 1.691l7.967-7.967a1.253 1.253 0 0 0 .258-.389 1.192 1.192 0 0 0 0-.913z' transform='translate(-326.611 -3806.251)'/%3E%3C/svg%3E%0A");
        background-size: 1.5rem 1.5rem;
        background-position-y: center;
    }

    .navbar-main .cta:hover:after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.325' height='18.324' viewBox='0 0 18.325 18.324'%3E%3Cpath fill='%23ffffff' d='M344.845 3814.958a1.227 1.227 0 0 0-.258-.389l-7.967-7.967a1.2 1.2 0 0 0-1.691 1.691l5.928 5.925h-13.05a1.195 1.195 0 1 0 0 2.39h13.05l-5.928 5.928a1.2 1.2 0 0 0 1.691 1.691l7.967-7.967a1.253 1.253 0 0 0 .258-.389 1.192 1.192 0 0 0 0-.913z' transform='translate(-326.611 -3806.251)'/%3E%3C/svg%3E%0A");
    }

@media(min-width: 1200px) and (max-width: 1399px) {
    .navbar-center__bottom .nav-item:not(:last-of-type) {
        margin-right: 1.5rem;
    }

    .navbar .navbar-center__bottom .navbar-nav {
        font-size: 1.8rem;
    }

    .navbar .navbar-right {
        margin-left: 1.5rem;
    }

        .navbar .navbar-right a {
            padding-left: 1rem;
            padding-right: 1rem;
            width: 9.5rem;
        }
}

@media(max-width: 1199px) {
    .navbar .navbar-center {
        display: none;
    }

    .navbar .navbar-right a {
        display: none;
    }
}

@media(min-width: 1024px) and (max-width: 1199px) {
    .navbar-main {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

        .navbar-main .navbar-nav .nav-item.dropdown:not(:last-of-type) {
            margin-right: 1.5rem;
        }
}

@media(max-width: 1023px) {
    body.menu-blue .navbar:not(.navbar-scrolled), body.menu-beige .navbar:not(.navbar-scrolled) {
        height: 13rem;
    }

    .navbar-brand {
        padding-left: 0;
        width: unset;
    }

        .navbar-brand .navbar-brand--image {
            height: 7.9rem;
            width: auto;
            left: 0;
        }

        .navbar-brand .navbar-brand--text {
            height: 3.7rem;
            width: auto;
            left: 9.5rem;
        }

    .navbar .navbar-right {
        margin-left: 0;
    }

    .navbar-toggler {
        width: 4.5rem;
        margin-right: 1.5rem;
    }

    .navbar-main.show .navbar-toggler {
        position: fixed;
        top: unset;
        bottom: 8rem;
        right: 0;
        height: 5rem;
        margin-right: 0;
    }

        .navbar-main.show .navbar-toggler span {
            width: 3.5rem;
        }

        .navbar-main.show .navbar-toggler:not(.collapsed) span:nth-child(1),
        .navbar-main.show .navbar-toggler:not(.collapsed) span:nth-child(4) {
            width: 0%;
        }

    .navbar-toggler:not(.collapsed):before {
        left: -7rem;
    }

    .navbar-main {
        width: 100vw;
        padding: 1.5rem;
    }

        .navbar-main:before {
            content: "";
            width: 100%;
            height: 10rem;
            position: absolute;
            left: 0;
            bottom: 9rem;
            background: linear-gradient(to top, rgba(116,163,171,1) 25%,rgba(116,163,171,0) 100%);
            z-index: 2;
        }

    .navbar-main__wrapper {
        max-height: calc(100vh - 10rem);
        overflow-y: auto;
        position: relative;
    }

    .navbar-main .navbar-mobile {
        display: flex;
        flex-wrap: wrap;
    }

    .navbar-main .navbar-mobile__landings {
        margin-left: auto;
    }

        .navbar-main .navbar-mobile__landings ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .navbar-main .navbar-mobile__landings .nav-link {
            color: #fff;
            font-weight: 600;
            letter-spacing: .048rem;
            text-align: right;
            padding: 0 0 .5rem;
        }

    .navbar-main .navbar-mobile__buttons {
        min-width: 100%;
        display: flex;
        margin: 1.5rem 0;
    }

        .navbar-main .navbar-mobile__buttons a {
            width: 50%;
            color: #fff;
            font-weight: 600;
            letter-spacing: .048rem;
            text-transform: lowercase;
            height: 4.7rem;
            display: flex;
            align-content: center;
            align-items: center;
            justify-content: center;
        }

            .navbar-main .navbar-mobile__buttons a.navbar-webshop {
                background-color: rgba(255,255,255,.12);
            }

            .navbar-main .navbar-mobile__buttons a.navbar-mijn {
                background-color: rgba(70, 133, 144, .74);
            }

    .navbar-main .navbar-mobile__search {
        width: 100%;
    }

        .navbar-main .navbar-mobile__search .form-search {
            width: 100%;
            margin-bottom: 1.5rem;
        }

            .navbar-main .navbar-mobile__search .form-search .form-control {
                height: 4.7rem;
                font-size: 1.8rem;
                padding-left: 0;
                background-color: transparent;
            }

                .navbar-main .navbar-mobile__search .form-search .form-control::placeholder {
                    color: rgba(255,255,255,.61);
                }

            .navbar-main .navbar-mobile__search .form-search button.navbar-search {
                width: 4.7rem;
                height: 4.7rem;
                background-color: transparent;
                text-align: right;
                padding-right: 0;
            }

                .navbar-main .navbar-mobile__search .form-search button.navbar-search svg path {
                    fill: var(--blue);
                }

    .navbar-main .navbar-nav .nav-item.dropdown {
        border-top: .3rem solid #fff;
        padding: 1.5rem 0;
    }

        .navbar-main .navbar-nav .nav-item.dropdown:last-of-type {
            border-bottom: .3rem solid #fff;
        }

    .navbar-main .navbar-nav .nav-link.dropdown-toggle {
        font-family: RotisSansSerifPro-Regular;
        font-size: 2.6rem;
        line-height: 3.5rem;
        letter-spacing: .078rem;
        text-transform: uppercase;
        color: #fff;
    }

        .navbar-main .navbar-nav .nav-link.dropdown-toggle:after {
            content: "";
            background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.325' height='18.324' viewBox='0 0 18.325 18.324'%3E%3Cpath fill='%23ffffff' d='M344.845 3814.958a1.227 1.227 0 0 0-.258-.389l-7.967-7.967a1.2 1.2 0 0 0-1.691 1.691l5.928 5.925h-13.05a1.195 1.195 0 1 0 0 2.39h13.05l-5.928 5.928a1.2 1.2 0 0 0 1.691 1.691l7.967-7.967a1.253 1.253 0 0 0 .258-.389 1.192 1.192 0 0 0 0-.913z' transform='translate(-326.611 -3806.251)'/%3E%3C/svg%3E%0A");
            background-repeat: no-repeat;
            width: 1.9rem;
            height: 1.9rem;
            position: absolute;
            top: 2rem;
            right: 0;
            border: none;
            margin: 0;
            transform: rotate(90deg);
            transition: all .3s linear;
        }

    .navbar-nav .active > .nav-link {
        position: unset;
    }

        .navbar-nav .active > .nav-link:after {
            bottom: unset;
            left: unset;
            background-color: transparent;
        }

    .navbar-main .navbar-nav .show .nav-link.dropdown-toggle:after {
        transform: rotate(-90deg);
    }

    .navbar-main .dropdown-menu {
        position: relative;
        background-color: transparent;
        border: none;
        margin: 0;
        padding: 1rem 0 0;
    }

        .navbar-main .dropdown-menu.show {
            position: relative !important;
            transform: none !important;
            top: unset;
            left: unset;
        }

    .navbar-main .dropdown-item:not(.dropdown-item__actueel) {
        padding: 0;
        font-size: 1.8rem;
        line-height: 3.5rem;
        color: rgba(255,255,255,.8);
    }

    .navbar-main .dropdown-item svg {
        display: none;
    }

    .navbar-main .dropdown-item.active {
        background-color: transparent;
        color: #fff;
    }
}

.form-search__wrapper {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    align-content: center;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.5);
    z-index: 1032;
}

.form-search {
    width: 50%;
    display: flex;
    position: relative;
    z-index: 1033;
}

    .form-search .form-control {
        border: none;
        background-color: #8bb3ba;
        color: #fff;
        letter-spacing: .05rem;
        height: 7.6rem;
        font-size: 3.2rem;
        font-weight: 300;
        padding-left: 2rem;
        box-shadow: none;
        outline: none;
    }

        .form-search .form-control::placeholder {
            color: rgba(255,255,255,.75);
        }

    .form-search button.navbar-search {
        background-color: var(--blue);
        width: 7.6rem;
        height: 7.6rem;
        border: none;
    }

.header__image-wrapper {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
}

body.home .header__image-wrapper {
    background-color: var(--blue);
}

.header__image {
    width: 100%;
    min-width: 1365px;
    min-height: 640px;
    position: relative;
    overflow: hidden;
    clip-path: url(#clippathHeader);
    margin-left: calc((1365px - 100%) / 2 * -1);
}

    .header__image:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: linear-gradient(130deg, rgba(112, 112, 112, 0.62) 33%, rgba(248, 247, 247, 0.28) 106%);
        opacity: .5;
        z-index: 0;
    }

    .header__image:after {
        content: "";
        width: 47.5%;
        height: 100%;
        position: absolute;
        top: 9rem;
        right: 0;
        background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(24, 150, 179, 0.62) 100%);
        opacity: .5;
        transform: skewY(-20deg);
        transform-origin: top right;
        z-index: 0;
    }

    .header__image img {
        width: 100%;
        min-width: 1365px;
        min-height: 640px;
        margin-left: calc((1365px - 100%) / 2);
    }

    .header__image .svg-clippath {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .header__image .header__text {
        width: 100%;
        position: absolute;
        bottom: 12rem;
        color: #fff;
        text-align: center;
        font-family: RotisSemiSansPro-Light;
        font-size: 6.8rem;
        line-height: 8.2rem;
        text-transform: uppercase;
        opacity: 0;
        animation: fadeInUp .5s ease-in-out forwards;
        animation-delay: 1s;
        z-index: 1;
    }

    .header__image .header__arrow {
        display: block;
        width: 18.3rem;
        height: 2.4rem;
        position: absolute;
        bottom: 5rem;
        left: calc(50% - 9.15rem);
        animation: bouncingArrow 2s ease-in-out 5;
        z-index: 1;
    }

body.home .header__title {
    background-color: var(--blue);
    color: #fff;
}

    body.home .header__title h1 {
        color: #f6f7f4;
        line-height: .9;
        padding-top: 2rem;
    }

    body.home .header__title .cta {
        color: #fff;
    }

.header__title {
    padding-bottom: 3rem;
    position: relative;
}

    .header__title h1 {
        font-family: RotisSemiSansPro-Bold;
        font-size: 7rem;
        line-height: 8.3rem;
        margin-bottom: 0;
    }

    .header__title .header__title-cta {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        padding-bottom: 1rem;
    }

    .header__title a.cta:after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.325' height='18.324' viewBox='0 0 18.325 18.324'%3E%3Cpath fill='%231a1a1a' d='M344.845 3814.958a1.227 1.227 0 0 0-.258-.389l-7.967-7.967a1.2 1.2 0 0 0-1.691 1.691l5.928 5.925h-13.05a1.195 1.195 0 1 0 0 2.39h13.05l-5.928 5.928a1.2 1.2 0 0 0 1.691 1.691l7.967-7.967a1.253 1.253 0 0 0 .258-.389 1.192 1.192 0 0 0 0-.913z' transform='translate(-326.611 -3806.251)'/%3E%3C/svg%3E%0A");
    }

body.home .header__title a.cta:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.325' height='18.324' viewBox='0 0 18.325 18.324'%3E%3Cpath fill='%23ffffff' d='M344.845 3814.958a1.227 1.227 0 0 0-.258-.389l-7.967-7.967a1.2 1.2 0 0 0-1.691 1.691l5.928 5.925h-13.05a1.195 1.195 0 1 0 0 2.39h13.05l-5.928 5.928a1.2 1.2 0 0 0 1.691 1.691l7.967-7.967a1.253 1.253 0 0 0 .258-.389 1.192 1.192 0 0 0 0-.913z' transform='translate(-326.611 -3806.251)'/%3E%3C/svg%3E%0A");
}

@media(max-width: 991px) {
    .header__title h1 {
        font-size: 5rem;
        line-height: 6.3rem;
    }

    .header__title .header__title-cta {
        padding-bottom: 0;
    }
}

@media(max-width: 576px) {
    .header__image-wrapper {
        position: relative;
    }

        .header__image-wrapper:after {
            content: "";
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1364.91 401.12'%3E%3Cpath d='M1364.91,137V105.21h0V0L733.16,132.43c-15.25,3.09-35.34,4.62-55.44,4.6h-.11c-20.11,0-40.21-1.61-55.46-4.74L0,0V137H0V401.12H1364.91V137h0Z' fill='%23ffffff'/%3E%3C/svg%3E");
            background-size: 576px auto;
            background-position: 50% 0;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 6rem;
        }

    body.home .header__image-wrapper:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1364.91 401.12'%3E%3Cpath d='M1364.91,137V105.21h0V0L733.16,132.43c-15.25,3.09-35.34,4.62-55.44,4.6h-.11c-20.11,0-40.21-1.61-55.46-4.74L0,0V137H0V401.12H1364.91V137h0Z' fill='%23186775'/%3E%3C/svg%3E");
    }

    body.shop .header__image-wrapper:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1364.91 401.12'%3E%3Cpath d='M1364.91,137V105.21h0V0L733.16,132.43c-15.25,3.09-35.34,4.62-55.44,4.6h-.11c-20.11,0-40.21-1.61-55.46-4.74L0,0V137H0V401.12H1364.91V137h0Z' fill='%23b6ba9f'/%3E%3C/svg%3E");
    }

    .header__image .header__text {
        font-size: 4.8rem;
        line-height: 6rem;
        bottom: 9rem;
        max-width: 100vw;
        margin-left: calc(((576px - 100vw) / 2) - 7.5px);
    }

    .header__image {
        min-width: unset;
        min-height: unset;
        max-height: 576px;
        width: 576px;
        margin-left: calc((576px - 100vw) / -2);
        clip-path: none;
    }

        .header__image img {
            min-width: unset;
            width: auto;
            min-height: unset;
            height: 400px;
            max-height: 576px;
            margin-left: 0;
        }

        .header__image .header__arrow {
            left: calc(50vw - 9.15rem);
            margin-left: calc(((576px - 100vw) / 2) - 7.5px);
        }
}

footer {
    background-color: #74a3ab;
    padding-top: 7.5rem;
    color: #115562;
}

    footer .container {
        position: relative;
    }

    footer h4 {
        font-family: RotisSemiSansPro-Light;
        font-size: 2.6rem;
        line-height: 3.5rem;
        letter-spacing: 0.65px;
        text-transform: uppercase;
        color: #fff;
        padding-bottom: 2rem;
        border-bottom: .3rem solid #fff;
        margin-bottom: 4rem;
        margin-right: 2rem;
    }

    footer p {
        color: #fff;
        margin-bottom: 0;
    }

    footer .footer__newsletter {
        display: flex;
        padding-top: 3rem;
    }

        footer .footer__newsletter #mc_embed_signup_scroll {
            display: flex;
        }

        footer .footer__newsletter input[type="email"] {
            border: none;
            background-color: rgba(255,255,255,.75);
            font-size: 1.7rem;
            line-height: 3.2rem;
            color: var(--blue);
            min-width: 30rem;
            padding-left: 1.5rem;
        }

            footer .footer__newsletter input[type="email"]::placeholder {
                color: var(--blue-light);
            }

            footer .footer__newsletter input[type="email"]:not(:placeholder-shown) {
                background-color: #fff;
            }

            footer .footer__newsletter input[type="email"]:focus {
                outline: none;
                background-color: #fff;
                color: var(--blue);
                border-bottom-color: #000;
            }

        footer .footer__newsletter .button {
            color: #fff;
            border: none;
            border-radius: 0;
            font-size: 1.7rem;
            padding: .7rem 3.9rem .9rem 1.7rem;
            margin: 0;
            background-color: var(--blue);
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath fill='%23ffffff' d='M1167.7 1166.075l4.58-4.59-4.58-4.59 1.41-1.41 6 6-6 6z' transform='translate(-1167.699 -1155.485)'/%3E%3C/svg%3E%0A");
            text-transform: lowercase;
            outline: none !important;
        }

            footer .footer__newsletter .button:hover {
                color: #fff;
                background-color: #115562;
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath fill='%23ffffff' d='M1167.7 1166.075l4.58-4.59-4.58-4.59 1.41-1.41 6 6-6 6z' transform='translate(-1167.699 -1155.485)'/%3E%3C/svg%3E%0A");
            }

    footer .footer__social {
        display: flex;
        padding-top: 3rem;
    }

        footer .footer__social a:not(:last-of-type) {
            padding-right: 3rem;
        }

        footer .footer__social a:hover svg path {
            transition: all .3s linear;
        }

        footer .footer__social a svg path {
            fill: #d1e1e3;
        }

        footer .footer__social a:hover svg path {
            fill: #fff;
        }

    footer .row:last-of-type {
        padding-top: 10rem;
        padding-bottom: 2rem;
        font-size: 1.3rem;
    }

    footer .footer__nav {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        footer .footer__nav li:not(:first-of-type) {
            margin-left: 4rem;
        }

        footer .footer__nav li a {
            color: #115562;
            background-image: linear-gradient(#115562,#115562);
            background-position: 0 100%;
            background-repeat: no-repeat;
            background-size: 0 1px;
            transition: all .3s;
        }

            footer .footer__nav li a:hover {
                background-image: linear-gradient(#115562,#115562);
                background-size: 100% 1px;
            }

    footer .back-to-top {
        width: 6.6rem;
        height: 6.6rem;
        background-color: #468590;
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40.324' height='40.321' viewBox='0 0 40.324 40.321'%3E%3Cpath fill='%23fff' d='M366.735 3825.411a2.7 2.7 0 0 0-.568-.855l-17.532-17.532a2.631 2.631 0 1 0-3.721 3.722l13.044 13.038h-28.717a2.629 2.629 0 1 0 0 5.259h28.717l-13.044 13.045a2.631 2.631 0 0 0 3.721 3.721l17.532-17.532a2.741 2.741 0 0 0 .568-.856 2.625 2.625 0 0 0 0-2.01z' opacity='0.9' transform='rotate(180 183.467 1923.286)'/%3E%3C/svg%3E%0A");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        transform: rotate(90deg);
        position: absolute;
        right: 0;
        bottom: 0;
        transition: all .3s linear;
    }

        footer .back-to-top:hover {
            background-color: var(--blue);
            background-position-x: calc(50% - .3rem);
        }

@media(max-width: 991px) {
    footer .row > div:not(:first-of-type) {
        padding-top: 3rem;
    }
}

@media(max-width: 576px) {
    footer .footer__newsletter input[type="email"] {
        min-width: calc(100vw - 15rem - 6rem);
        max-width: calc(100vw - 15rem - 6rem);
    }

    footer .footer__nav li:not(:first-of-type) {
        margin-left: 1.5rem;
    }
}

section:first-of-type {
    margin-top: 15rem;
}

section + section {
    margin-top: 15rem;
}

@media(max-width: 767px) {
    section:first-of-type {
        margin-top: 7.5rem;
    }

        section:first-of-type.iframe {
            margin-top: 15rem;
        }

    section + section {
        margin-top: 7.5rem;
    }
}

section:last-of-type {
}

section.element-text {
    /*max-width: 1365px;*/
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

    section.element-text .container {
        min-height: 46.5rem;
    }

    section.element-text .element-text__image-right {
        position: absolute;
        top: 0;
        right: 0;
    }

    section.element-text a.cta {
        margin-top: 6rem;
    }

    section.element-text.has-background {
        padding-bottom: 4.5rem;
        overflow: hidden;
    }

        section.element-text.has-background:after {
            content: "";
            width: 100%;
            height: 65%;
            position: absolute;
            top: 35%;
            right: 0;
            background-image: linear-gradient(to right, #ffffff 0%, #b6ba9f);
            opacity: 0.22;
            z-index: -1;
            transform-origin: top right;
            transform: skewY(-12deg);
        }

@media(max-width: 1399px) {
    section.element-text .element-text__image-right img {
        width: 40rem;
        height: auto;
    }
}

@media(max-width: 1199px) {
    section.element-text .element-text__image-right img {
        width: 30rem;
    }

    section.element-text .col-lg-6 > img,
    section.element-text .col-lg-6 > picture > img {
        width: 100%;
        height: auto;
    }
}

@media(max-width: 991px) {
    section.element-text .element-text__image-right {
        display: none;
    }

    section.element-text .col-lg-6 > img,
    section.element-text .col-lg-6 > picture > img {
        margin-bottom: 3rem;
    }
}

section.element-featured {
    position: relative;
    overflow: hidden;
    max-width: 100vw;
    padding-top: 7.5rem;
}

    section.element-featured .featured__cta {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-top: 1.5rem;
    }

    section.element-featured .slick-list {
        overflow: visible;
        outline: 0 !important;
    }

    section.element-featured .slick-track {
        outline: 0 !important;
    }

    section.element-featured > .container {
        position: relative;
    }

        section.element-featured > .container:before {
            content: "";
            width: 50vw;
            height: 100%;
            position: absolute;
            top: 0;
            left: -50vw;
            background-color: #fff;
            z-index: 10;
        }

.featured__wrapper {
    margin-top: 1.5rem;
}

    .featured__wrapper .slick-arrow {
        top: 15rem;
    }

.featured__item {
    width: 33rem !important;
    margin-right: 5.8rem;
    position: relative;
}

    .featured__item.pinned:before {
        content: "";
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cpath fill='%23f6f7f4' d='M416.667,0H95.334c-8.284,0-15,6.716-15,15v482c0,6.067,3.655,11.536,9.26,13.858c1.856,0.769,3.805,1.142,5.737,1.142 c3.903,0,7.74-1.523,10.609-4.394l150.063-150.062L406.06,507.606c4.29,4.291,10.741,5.573,16.347,3.252 c5.605-2.322,9.26-7.791,9.26-13.858V15C431.667,6.716,424.952,0,416.667,0z'/%3E%3C/svg%3E%0A");
        background-size: contain;
        background-repeat: no-repeat;
        width: 2.6rem;
        height: 4rem;
        position: absolute;
        top: 0;
        right: 1rem;
        z-index: 2;
    }

    .featured__item > a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
    }

    .featured__item .featured__item-image {
        position: relative;
        overflow: hidden;
    }

        .featured__item .featured__item-image img {
            transform-origin: center center;
            transition: all .3s linear;
        }

    .featured__item:hover .featured__item-image img {
        transform: scale(1.05);
    }

    .featured__item .featured__item-image .featured__item-title {
        width: 100%;
        min-height: 8.8rem;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .featured__item .featured__item-type {
        background-color: rgba(24, 103, 117, .75);
        color: #fff;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 2.3rem;
        letter-spacing: 0.8px;
        text-transform: lowercase;
        padding: .6rem 1.2rem .8rem;
        position: absolute;
        top: 0;
        left: 0;
    }

    .featured__item .featured__item-title h3 {
        font-family: 'Open Sans';
        background-color: var(--blue-lighter);
        color: #fff;
        font-size: 2.1rem;
        line-height: 3rem;
        font-weight: 600;
        letter-spacing: 0.02rem;
        padding: 1.2rem 2.4rem 1.6rem;
        margin-bottom: 0;
    }

    .featured__item .featured__item-body {
        font-size: 1.4rem;
        line-height: 2.1rem;
        padding: 1.2rem 4.8rem 1.2rem 2.4rem;
    }

        .featured__item .featured__item-body time {
            color: #abaf95;
            letter-spacing: 0.28px;
            font-weight: 600;
            display: inline-block;
            margin-bottom: .5rem;
        }

        .featured__item .featured__item-body p {
            margin-bottom: .5rem;
        }

    .featured__item:hover a.cta:after {
        right: -.3rem;
    }

section.featured .featured__results {
    width: 100%;
}

section.featured .grid {
    width: 100%;
}

section.featured .grid-item {
    width: 33%;
    float: left;
}

section.featured .grid-item--width2 {
    width: 66%;
}

@media(max-width: 1024px) {
    section.featured .grid-item {
        width: 50%;
    }

    section.featured .grid-item--width2 {
        width: 100%;
    }
}

@media(max-width: 767px) {
    section.featured .grid-item,
    section.featured .grid-item--width2 {
        width: 100%;
    }
}

section.featured .featured__item {
    margin-bottom: 3rem;
    margin-right: 7rem;
    width: auto !important;
}

section.featured .featured__item-body p {
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 2.5rem;
}

section.featured .featured__item .featured__item-image img {
    width: 100%;
}

section.featured .featured__item.featured__item-vuurvogel .featured__item-image,
section.featured .featured__item.featured__item-nieuws .featured__item-image {
    position: relative;
}

    section.featured .featured__item.featured__item-vuurvogel .featured__item-image:before,
    section.featured .featured__item.featured__item-nieuws .featured__item-image:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(255,255,255,.3);
        z-index: 1;
        transition: all .3s linear;
    }

section.featured .featured__item.featured__item-vuurvogel:hover .featured__item-image:before,
section.featured .featured__item.featured__item-nieuws:hover .featured__item-image:before {
    background-color: rgba(255,255,255,0);
}

section.featured .featured__item.featured__item-vuurvogel .featured__item-image .featured__item-type,
section.featured .featured__item.featured__item-nieuws .featured__item-image .featured__item-type {
    z-index: 2;
}

section.featured .featured__item-artikel .featured__item-image,
section.featured .featured__item-indepers .featured__item-image {
    background-color: rgba(116, 163, 171, 1);
}

    section.featured .featured__item-artikel .featured__item-image img,
    section.featured .featured__item-indepers .featured__item-image img {
        margin: .5rem;
        width: calc(100% - 1rem);
    }

section.featured .featured__item-artikel .featured__item-title h3,
section.featured .featured__item-indepers .featured__item-title h3 {
    background-color: rgba(116, 163, 171, 0.8);
}

section.featured .featured__item-artikel .featured__item-title h3 {
    min-height: 8.8rem;
}

section.featured .featured__item-artikel .featured__item-type,
section.featured .featured__item-indepers .featured__item-type,
section.featured .featured__item-video .featured__item-type {
    background-color: rgba(116, 163, 171, 1);
}

.featured__item-evenement .featured__item-type,
.featured__item-fotoalbum .featured__item-type,
.featured__item-nieuws .featured__item-type,
.featured__item-vuurvogel .featured__item-type,
.featured__item-video .featured__item-type {
    background-color: rgba(24,103,117,.75);
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 103.34 100.99'%3E%3Ccircle cx='83.2' cy='27.91' r='1.3' fill='%23fff'/%3E%3Cpath d='M103.34,49.23c0-25.67-17.23-39.86-25.77-44.9,1.28,1.58,11.2,24.5-10.26,28.2C69.56,35.16,76,41.2,79.21,38c2.64-2.65-1.24-7.39.52-10.75,1.14-2.14,3.65-2.26,5.6-1.1s14,9.45,14.09,9.41-7.79-3.32-9.75-4c-5.84-1.84-5,2.07-4.87,3.28.33,2.79.91,8.27-3,9,23.81,4.19,17,23.08,13.77,32.77A51.51,51.51,0,0,0,103.34,49.23Z' fill='%23fff'/%3E%3Cpath d='M54.28,32.78c-4.92-4.11-8.66-4.16-8.87-4.16a38.15,38.15,0,0,1,18.17.86C62.51,27,61,24.94,57.1,22.5A110,110,0,0,1,68.82,24c-1.2-1.14-4.25-4.53-15.35-6.23a20.1,20.1,0,0,1,12.06-1.13,62.56,62.56,0,0,0-17.08-4.2c1.89-1.44,7.3-3.2,14.4-1.1A51,51,0,0,0,40.79,6.48a27.76,27.76,0,0,1,14.78-3c-13.16-5.8-25.84-5-39.74,8.08,0,0,20.41-5.58,28.14,5-17.56-1-32.08,5.24-38.67,9.63,0,0,9.24-4.53,21.44-.34C9.07,31.71.14,44.61,0,48.94H0C16.94,27.75,51.55,31.28,54.28,32.78Z' fill='%23fff'/%3E%3Cpolygon points='54.28 32.78 54.28 32.78 54.28 32.78 54.28 32.78' fill='%23fff'/%3E%3Cpath d='M71.8,91.44h0c2.7-3.84,7.76-17.34,6.36-23.9-5,9-13.24,15.63-19.11,19.89,3-3.83,7.77-14.6,8.32-22.88-4.14,5.82-16,13.3-20.86,15.66,5.74-5.26,13.8-17,14.38-23.49A70.19,70.19,0,0,1,38.4,70.66,77.94,77.94,0,0,0,55.11,53.5C47,57.12,42,55.62,39.25,54.8c5.32-1.32,8.25-2.1,12.31-5.72-3.51-3.18-6.07-3.51-10-3.61a11.26,11.26,0,0,1,8.84-2.07C48.62,42.88,23.55,33.32.14,51.55c19.94-9.62,35.06-2.5,35.06-2.5C29,57.63,17.14,64.84,2.78,66.19c12.67,4.17,26.18,2.37,32-.11C29.41,76,19.5,80.94,13,83.64c9.91,1.35,14,2.7,28.37-.68-5,7.66-16.44,10.36-16.44,10.36,7.66,6.53,29.28,6.53,43.2-4A42.88,42.88,0,0,1,52.49,101a53.79,53.79,0,0,0,23.07-5.7c-.55.28,19.23-9.12,13-27.63C84.67,82.15,72.81,90.73,71.8,91.44Z' fill='%23fff'/%3E%3C/svg%3E");
    background-size: auto 2rem;
    background-repeat: no-repeat;
    background-position: calc(100% - 1rem) 50%;
    padding-right: 4rem;
}

section.featured .featured__item-nieuws .featured__item-title h3 {
    font-family: 'RotisSansSerifPro-Regular';
    background-color: transparent;
    color: var(--blue);
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 3rem;
    padding: 1.2rem 1.2rem 0;
    letter-spacing: 0.02rem;
}

section.featured .featured__item-nieuws .featured__item-body {
    padding: .4rem 1.2rem 1.2rem;
}

section.featured .featured__item-video .featured__item-image {
    background-color: #186775;
}

    section.featured .featured__item-video .featured__item-image img {
        width: calc(100% - 1.5rem);
        margin-left: 1.5rem;
    }

    section.featured .featured__item-video .featured__item-image .featured__item-title {
        position: relative;
        bottom: 0;
    }

        section.featured .featured__item-video .featured__item-image .featured__item-title h3 {
            background-color: transparent;
            font-family: 'Open Sans';
        }

section.featured .featured__item-evenement .featured__item-image {
    position: relative;
}

    section.featured .featured__item-evenement .featured__item-image:after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='351.485' height='201.968' viewBox='0 0 351.485 201.968'%3E%3Cpath fill='%23b6ba9f' d='M351.414-37.166H-.059l-.012 166.684 160.222 34.061a85.485 85.485 0 0 0 28.586.038l162.676-34.1z' transform='translate(.071 37.166)'/%3E%3C/svg%3E");
        background-size: auto;
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

section.featured .featured__item-evenement .featured__item-type {
    z-index: 2;
}

section.featured .featured__item-evenement .featured__item-title {
    bottom: auto;
    top: 3rem;
    z-index: 3;
    height: 50%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

    section.featured .featured__item-evenement .featured__item-title h3 {
        background-color: transparent;
        text-align: center;
        font-size: 3.2rem;
        line-height: 4.5rem;
    }

@media(max-width: 767px) {
    section.featured .featured__item {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
}

.slick-arrow {
    width: 7rem;
    height: 7rem;
    background-color: var(--beige);
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40.324' height='40.321' viewBox='0 0 40.324 40.321'%3E%3Cpath fill='%23fff' d='M366.735 3825.411a2.7 2.7 0 0 0-.568-.855l-17.532-17.532a2.631 2.631 0 1 0-3.721 3.722l13.044 13.038h-28.717a2.629 2.629 0 1 0 0 5.259h28.717l-13.044 13.045a2.631 2.631 0 0 0 3.721 3.721l17.532-17.532a2.741 2.741 0 0 0 .568-.856 2.625 2.625 0 0 0 0-2.01z' opacity='0.9' transform='rotate(180 183.467 1923.286)'/%3E%3C/svg%3E%0A");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: none;
    border-radius: .1rem;
    text-indent: -9000px;
    position: absolute;
    top: calc(50% - 3.5rem);
    outline: none !important;
    opacity: .9;
    z-index: 10;
    transition: all .3s linear;
}

    .slick-arrow.slick-prev {
        left: -3.5rem;
    }

        .slick-arrow.slick-prev:hover {
            transform: scale(1.05);
            opacity: 1;
        }

    .slick-arrow.slick-next {
        right: -3.5rem;
        transform: scale(-1);
    }

        .slick-arrow.slick-next:hover {
            transform: scale(-1.05);
            opacity: 1;
        }

section.element-testimonials {
    position: relative;
    overflow: hidden;
    max-width: 100vw;
    background-color: #d1e1e3;
}

    section.element-testimonials .testimonials__wrapper {
        background-color: #f6f7f4;
    }


.testimonial__item {
    padding: 6rem 16.8rem 6rem 15.4rem;
}

.testimonial__item-quote {
    font-size: 4.5rem;
    line-height: 6rem;
    font-weight: 600;
    color: #abaf95;
    margin-bottom: 4rem;
}

.testimonial__item-body {
    display: flex;
}

.testimonial__item-text {
    padding-right: 3rem;
}

.testimonial__item-name {
    font-family: RotisSemiSansPro-Regular;
    font-size: 4rem;
    line-height: 4.8rem;
    color: var(--blue);
    margin-bottom: 1rem;
}

.testimonial__item-function {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.3rem;
    letter-spacing: 0.45px;
    color: var(--blue);
    margin-bottom: 1rem;
}

.testimonial__item-course {
    font-size: 1.4rem;
    line-height: 2.1rem;
    padding: 1.5rem 6rem 0 0;
}

    .testimonial__item-course p {
        margin-bottom: .5rem;
    }

    .testimonial__item-course strong {
        font-weight: 600;
        font-size: 1.6rem;
        color: #abaf95;
        letter-spacing: 0.32px;
    }

.testimonials__slider:before,
.testimonials__slider:after {
    content: "";
    width: 50vw;
    height: 21.2rem;
    position: absolute;
    top: calc(50% - 10.6rem);
    left: calc(-50vw + 7rem);
    background-color: #8bb3ba;
    opacity: .6;
}

.testimonials__slider:before {
    left: auto;
    right: calc(-50vw + 7rem);
}

.testimonials__slider .slick-arrow {
    background-color: var(--blue);
}

@media(max-width: 1199px) {
    .testimonial__item-image img {
        width: 20rem;
    }
}

@media(max-width: 991px) {
    .testimonial__item {
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .testimonial__item-body {
        flex-flow: column;
    }

    .testimonial__item-image img {
        width: 100%;
        margin-top: 3rem;
    }
}

@media(max-width: 576px) {
    .testimonial__item {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .testimonial__item-quote,
    .testimonial__item-name {
        font-size: 3rem;
        line-height: 4rem;
    }

    .testimonials__slider:before, .testimonials__slider:after {
        content: none;
    }

    .testimonials__slider .slick-arrow {
        width: 4rem;
        height: 8rem;
        background-size: 2.4rem auto;
    }

    .slick-arrow.slick-prev {
        left: -1.5rem;
    }

    .slick-arrow.slick-next {
        right: -1.5rem;
    }
}

body.content header:not(.has-image) {
    width: 100%;
    /*min-height: 29rem;*/
    padding-top: 18rem;
    padding-bottom: 1.5rem;
    display: flex;
    align-items: flex-end;
    /*
    background-image: linear-gradient(to right, #707070 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 5px 1px;
    background-repeat: repeat-x;
        */
    position: relative;
}

body.landingpage header,
body.tekst header.has-image,
body.contact header.has-image {
    /*
    background-image: linear-gradient(to right, #707070 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 5px 1px;
    background-repeat: repeat-x;
        */
    position: relative;
}

    body.landingpage header .header__line,
    body.tekst header.has-image .header__line,
    body.contact header.has-image .header__line,
    body.content header:not(.has-image) .header__line {
        width: 100vw;
        height: 1px;
        position: absolute;
        left: calc((50vw - 50% + 10px) * -1);
        bottom: 0;
        background-image: linear-gradient(to right, #707070 33%, rgba(255,255,255,0) 0%);
        background-position: bottom;
        background-size: 5px 1px;
        background-repeat: repeat-x;
    }

.employees__type {
    color: var(--blue);
}

    .employees__type:not(:first-of-type) {
        padding-top: 9rem;
    }

    .employees__type h3,
    .landingpage-intro h3,
    .element-associations h3,
    .shop-intro h3 {
        letter-spacing: 1.03px;
        text-transform: uppercase;
        padding-bottom: 2.8rem;
        margin-bottom: 3.3rem;
        border-bottom: .3rem solid var(--blue);
    }

    .employees__type p {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }

        .employees__type p:last-of-type {
            margin-bottom: 4.3rem;
        }

.employee__wrapper {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    height: 40rem;
    overflow: hidden;
    position: relative;
    transition: all .3s linear;
}

    .employee__wrapper:not(.open):after {
        content: "";
        width: 100%;
        height: 50%;
        position: absolute;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.99) 65%, #ffffff);
    }

    .employee__wrapper.open {
        animation: employeesHeight 1s linear forwards;
    }

.employee__toggler {
    position: absolute;
    left: 0;
    top: 38rem;
    z-index: 2;
}

    .employee__toggler:after {
        transform: rotate(90deg);
    }

    .employee__toggler:hover:after {
        right: 0 !important;
        transform: rotate(90deg) translateX(.3rem);
    }

    .employee__toggler.open {
        top: 0;
    }

        .employee__toggler.open:after {
            transform: rotate(-90deg);
        }

        .employee__toggler.open:hover:after {
            transform: rotate(-90deg) translateX(.3rem);
        }

.employee__filter {
    padding: 3rem 1.5rem 4.5rem 0;
    display: none;
}

    .employee__filter .form-control {
        background-color: var(--beige-lighter);
        height: 4.5rem;
        padding: 1rem 2rem 1.2rem;
        font-size: 1.7rem;
        line-height: 1.9rem;
        color: #000;
        border-radius: 1.5rem;
        border: none;
        max-width: 35rem;
        margin-left: auto;
    }

        .employee__filter .form-control::placeholder {
            color: #707070;
        }

    .employee__filter .button {
        border: none;
        background-color: #a8ab95;
        background-image: none;
        padding: 0 3.6rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        outline: none !important;
    }

        .employee__filter .button:hover {
            background-color: var(--beige);
        }

.employee__card .employee__card-image {
    margin-bottom: 1.8rem;
    overflow: hidden;
}

    .employee__card .employee__card-image img {
        transition: all .3s linear;
    }

.employee__card:hover .employee__card-image img {
    transform: scale(1.05);
}

.employee__card {
    padding-bottom: 3.8rem;
    width: calc((100% - 9rem) / 4);
    margin-right: 3rem;
    position: relative;
}

    .employee__card:nth-child(4n) {
        margin-right: 0;
    }

    .employee__card h4 {
        font-family: RotisSemiSansPro-Regular;
        font-size: 2.1rem;
        line-height: 2.5rem;
    }

    .employee__card p {
        font-size: 1.4rem;
        line-height: 2.1rem;
        color: #1a1a1a;
        margin-bottom: 0 !important;
    }

    .employee__card > a {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .employee__card:hover a.cta:after {
        right: -.3rem;
    }

@media(max-width: 767px) {
    .employee__wrapper {
        flex-wrap: wrap;
        height: 30rem;
    }

    .employee__toggler {
        top: 28rem;
    }

    .employee__card {
        width: calc((100% - 3rem) / 2);
        margin-right: 1.5rem;
    }

        .employee__card .employee__card-image {
            margin-bottom: 1.5rem;
        }

            .employee__card .employee__card-image img {
                width: 100%;
            }

        .employee__card h4 {
            margin-bottom: 0;
        }
}

body.medewerker section + section {
    margin-top: 7.5rem;
}

section.employee {
    max-width: 1365px;
    min-height: 60rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

    section.employee .employee__image-right {
        /*
        position: absolute;
        top: 0;
        right: 0;
            */
    }

        section.employee .employee__image-right img {
            margin-bottom: 1.5rem;
            width: 100%;
            height: auto;
        }

        section.employee .employee__image-right a {
            font-weight: 600;
            color: #707070;
        }

            section.employee .employee__image-right a:hover {
                color: var(--blue);
            }

    section.employee + .container {
        margin-top: 6rem;
    }

@media(max-width: 767px) {
    section.employee .employee__image-right {
        position: relative;
        top: unset;
        right: unset;
        padding: 0 1.5rem;
    }

        section.employee .employee__image-right img {
            width: calc(100% + 3rem);
            transform: translateX(-1.5rem);
        }
}

section.employee-featured,
section.employee-courses {
    position: relative;
    overflow: hidden;
    max-width: 100vw;
    padding-top: 7.5rem;
}

    section.employee-featured > .container,
    section.employee-courses > .container {
        position: relative;
    }

        section.employee-featured > .container:before,
        section.employee-courses > .container:before {
            content: "";
            width: 50vw;
            height: 100%;
            position: absolute;
            top: 0;
            left: -50vw;
            background-color: #fff;
            z-index: 10;
        }

    section.employee-featured .slick-list,
    section.employee-courses .slick-list {
        overflow: visible;
        outline: 0 !important;
    }


    section.employee-courses .featured__item-title h3 {
        background-color: var(--beige);
    }

section.blue-top-gradient:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -70%;
    right: 0;
    background-image: linear-gradient(to right, #ffffff 20%, var(--blue));
    opacity: 0.12;
    z-index: -1;
    transform-origin: top right;
    transform: skewY(-12deg);
}

section.featured {
    background-color: #f6f7f4;
    margin-top: 0;
    padding-bottom: 15rem;
}

.featured__loading {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.filter {
    margin: 2rem 0 9rem;
}

    .filter label {
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 600;
        color: var(--grey);
        height: 54px;
        margin: 0 4rem 0 0;
        display: flex;
        align-items: center;
    }

    .filter .filter__reset {
        font-size: 1.2rem;
        line-height: 2rem;
        color: #707070;
        height: 3.7rem;
        padding-top: 1.8rem;
        margin-left: auto;
        display: none;
        align-items: center;
        background-image: linear-gradient(#c1c1c1,#c1c1c1);
        background-position: 0 100%;
        background-repeat: no-repeat;
        background-size: 100% 1px;
        transition: all .3s;
    }

        .filter .filter__reset:hover {
            background-image: linear-gradient(#c1c1c1,#c1c1c1);
            background-size: 0 1px;
        }

    .filter .btn-dropdown {
        background: transparent;
        border: none;
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 600;
        color: #22433b;
        height: 54px;
        padding: 0 5rem 0 0;
        margin: 0 1rem 0 0;
        position: relative;
        transition: all .3s linear;
        outline: none !important;
    }

        .filter .btn-dropdown:hover {
            color: var(--blue);
        }

        .filter .btn-dropdown:after {
            content: "";
            width: .8rem;
            height: .8rem;
            background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.83 18.83'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%2322433b;stroke-linecap:square;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eright%3C/title%3E%3Cg id='Laag_2' data-name='Laag 2'%3E%3Cg id='Laag_1-2' data-name='Laag 1'%3E%3Cpath class='cls-1' d='M1.41,17.41l8-8m0,0-8-8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            background-size: .8rem auto;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            position: absolute;
            top: calc(50% - .4rem);
            right: 3rem;
            transform: rotate(90deg);
            border: none !important;
            transition: all .1s linear;
        }

        .filter .btn-dropdown:hover:after,
        .filter .btn-dropdown[aria-expanded="true"]:after {
            background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.83 18.83'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23186775;stroke-linecap:square;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eright%3C/title%3E%3Cg id='Laag_2' data-name='Laag 2'%3E%3Cg id='Laag_1-2' data-name='Laag 1'%3E%3Cpath class='cls-1' d='M1.41,17.41l8-8m0,0-8-8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            top: calc(50% - .2rem);
        }

        .filter .btn-dropdown[aria-expanded="true"] {
            color: var(--blue);
        }

        .filter .btn-dropdown:hover:after {
            top: calc(50% - .2rem);
        }

        .filter .btn-dropdown span {
            font-size: 1.1rem;
            color: #707070;
            display: block;
            position: absolute;
            left: 0;
            bottom: -.5rem;
            width: 100%;
            text-align: left;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .filter .dropdown-menu {
        background-color: #e8e9e1;
        border-radius: 0;
        border: none;
        padding: 1rem 0;
        margin-top: 1.5rem;
        margin-left: -1.5rem;
        transition: all .3s linear;
        animation: fadeIn .3s linear forwards;
    }

        .filter .dropdown-menu:after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 1.5rem 1.5rem 1.5rem;
            border-color: transparent transparent #e8e9e1 transparent;
            position: absolute;
            top: -1.5rem;
            left: 1.5rem;
        }

        .filter .dropdown-menu.dropdown-menu--cols {
            column-count: 2;
        }

    .filter .dropdown-item {
        padding: 1rem 6rem 1rem 3rem;
        color: #abaf95;
        font-size: 1.5rem;
        line-height: 2.4rem;
        transition: all .3s linear;
    }

        .filter .dropdown-item:hover {
            background-color: #B6BA9F;
            color: #fff;
        }

        .filter .dropdown-item.active {
            background-color: #B6BA9F;
            color: #fff;
        }

@media(max-width: 767px) {
    .filter > div {
        flex-wrap: wrap;
    }

    .filter label {
        min-width: 100%;
        height: unset;
    }

    .filter .dropdown {
        width: 50%;
    }
}

.featured-detail__wrapper {
    background-color: #f6f7f4;
    padding-top: 7.5rem;
    padding-bottom: 15rem;
}

section.featured-detail {
    margin-top: 0;
    max-width: 1365px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

body.actueelfotoalbum section.featured-detail {
    overflow: hidden;
}

section.featured-detail .featured-detail__image-right {
    /*
    position: absolute;
    top: 0;
    right: 0;
        */
}

    section.featured-detail .featured-detail__image-right img {
        width: 100%;
        height: auto
    }

section.featured-detail h1 {
    font-size: 5.3rem;
    font-family: 'RotisSansSerifPro-Regular';
    line-height: 6rem;
    margin-bottom: 3rem;
}

body.actueelartikel section.featured-detail h1,
body.actueelindepers section.featured-detail h1,
body.actueelfotoalbum section.featured-detail h1 {
    font-family: 'Open Sans';
    font-weight: 600;
    color: var(--blue-light);
    font-size: 2.5rem;
    line-height: 3.5rem;
}

body.actueelartikel section.featured-detail .intro,
body.actueelindepers section.featured-detail .intro,
body.actueelfotoalbum section.featured-detail .intro {
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: 0.02rem;
}

body.actueelartikel section.featured-detail .umb-block-list p,
body.actueelindepers section.featured-detail .umb-block-list p,
body.actueelfotoalbum section.featured-detail .umb-block-list p {
    font-size: 1.2rem;
    line-height: 2rem;
}

.featured-detail__vuurvogel-details {
    padding: 3rem 0;
    max-width: 45.6rem;
}

    .featured-detail__vuurvogel-details > p {
        font-size: 1.8rem;
        line-height: 3.2rem;
        margin-bottom: 1.5rem;
    }

.featured-detail .photoalbum__wrapper {
    width: calc(100% - 3rem);
}

section.featured-detail > .container {
    z-index: 0;
}

    section.featured-detail > .container .umb-block-list {
        position: relative;
        z-index: 1;
    }

section.featured-detail .featured-detail__bottom {
    /*
    position: absolute;
    left: 0;
    bottom: 3rem;
        */
    width: 100%;
    opacity: 0;
    z-index: 0;
}

section.featured-detail.featured-detail--vuurvogel .featured-detail__bottom {
    position: relative;
    left: unset;
    bottom: unset;
    width: 100%;
    margin-top: 3rem;
}

@media(min-width: 768px) and (max-width: 991px) {
    section.featured-detail .featured-detail__image-right img {
        width: 30rem;
    }
}

@media(max-width: 767px) {
    .featured-detail__wrapper {
        padding-top: 1.5rem;
    }

    section.featured-detail h1 {
        font-size: 4rem;
        line-height: 5rem;
    }

    section.featured-detail .featured-detail__image-right {
        position: relative;
        top: unset;
        right: unset;
        padding: 0 1.5rem;
    }

    body.actueelartikel .image--w100,
    body.actueelindepers .image--w100,
    body.actueelvideo .image--w100 {
        margin-bottom: 1.5rem;
    }
}

@media(max-width: 576px) {
    section.featured-detail .featured-detail__image-right img {
        width: 100%;
    }
}

.featured-detail__related {
    border-top: .1rem solid #333;
}

    .featured-detail__related h4 {
        font-family: 'Open Sans';
        font-weight: 600;
        color: #1a1a1a;
        font-size: 1.8rem;
        line-height: 2.1rem;
        margin: 1.2rem 0 2.4rem;
    }

body.actueelnieuws .featured-detail__related,
body.actueelblog .featured-detail__related,
body.actueelvuurvogel .featured-detail__related {
    margin-left: 1rem;
}

.featured-detail__related-item {
    line-height: 1.8rem;
    display: block;
}

    .featured-detail__related-item:not(:last-of-type) {
        padding: 0 0 1.2rem 0;
    }

    .featured-detail__related-item > span {
        display: flex;
        width: 27rem;
        max-height: 6.9rem;
        overflow: hidden;
        color: var(--blue);
        font-size: 1.3rem;
        line-height: 1.8rem;
        font-weight: 600;
        transition: all .3s linear;
    }

    .featured-detail__related-item:hover > span {
        color: var(--blue-light);
    }

    .featured-detail__related-item > span span:first-of-type {
        min-width: 6.9rem;
        overflow: hidden;
    }

        .featured-detail__related-item > span span:first-of-type img {
            transition: all .3s linear;
        }

    .featured-detail__related-item:hover > span span:first-of-type img {
        transform: scale(1.075);
    }

    .featured-detail__related-item > span span:last-of-type {
        padding: .5rem 1rem;
        white-space: normal;
    }

    .featured-detail__related-item time {
        font-size: 1.1rem;
        color: #1a1a1a;
        display: block;
    }

.featured-detail__social {
    display: flex;
    justify-content: flex-end;
    flex-flow: column;
    height: 100%;
}

    .featured-detail__social .button--back {
        margin-bottom: .7rem;
    }

@media(max-width: 991px) {
    section.featured-detail .featured-detail__bottom {
        position: relative;
        left: unset;
        bottom: unset;
        margin-top: 3rem;
    }

    .featured-detail__social {
        padding: 1.5rem 0;
    }
}

.social__wrapper {
    position: absolute;
    left: 6.5rem;
    bottom: 0rem;
    max-width: 10rem;
    flex-wrap: wrap;
    display: none;
}

    .social__wrapper.open {
        display: flex;
    }

    .social__wrapper a {
        display: inline-flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        width: 4.3rem;
        height: 4rem;
        background-color: rgba(24,103,117,.4);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 2.5rem 2.5rem;
        margin: .7rem .7rem 0 0;
        opacity: 0;
        animation: fadeInUp .5s ease-in-out forwards;
    }

        .social__wrapper a:hover {
            background-color: rgba(24,103,117,.6);
        }

        .social__wrapper a svg {
            max-width: 2.5rem;
            max-height: 2.5rem;
        }

        .social__wrapper a:nth-child(1) {
            animation-delay: .6s;
            background-color: rgba(29, 161, 242, .6);
        }

            .social__wrapper a:nth-child(1):hover {
                background-color: rgba(29, 161, 242, 1);
            }

        .social__wrapper a:nth-child(2) {
            animation-delay: 1.2s;
            background-color: rgba(24, 119, 242, .6);
        }

            .social__wrapper a:nth-child(2):hover {
                background-color: rgba(24, 119, 242, 1);
            }

        .social__wrapper a:nth-child(3) {
            animation-delay: .3s;
            background-color: rgba(0, 230, 118, .6);
        }

            .social__wrapper a:nth-child(3):hover {
                background-color: rgba(0, 230, 118, 1);
            }

        .social__wrapper a:nth-child(4) {
            animation-delay: .9s;
            background-color: rgba(182, 186, 159, .6);
        }

            .social__wrapper a:nth-child(4):hover {
                background-color: rgba(182, 186, 159, 1);
            }

body.cursussen header,
body.cursustype header {
    position: relative;
}

section.courses {
    margin-top: 0;
    position: relative;
    background-color: #f2f6f7;
    padding-bottom: 15rem;
}

.courses__cohesion {
    position: absolute;
    right: 0;
    top: -2rem;
    transform: translate(17.5rem, 2.8rem);
    transition: all .2s linear;
    z-index: 2;
}

    .courses__cohesion:hover {
        transform: translate(17.5rem, 2.8rem) scale(1.03);
    }

    .courses__cohesion a {
        display: block;
    }

@media(max-width: 767px) {
    .courses__cohesion {
        transform: translate(0, 0);
        right: 1.5rem;
    }

        .courses__cohesion img {
            width: 15rem;
            height: unset;
        }
}

.courses__intro {
    transform: translateY(-3rem);
}

    .courses__intro h2 {
        font-size: 4.1rem;
        line-height: 5.4rem;
        text-transform: uppercase;
        letter-spacing: .103rem;
        padding-bottom: 3rem;
        border-bottom: .3rem solid var(--blue);
        margin-bottom: 3rem;
    }

    .courses__intro p {
        color: var(--blue);
    }

.courses__loading {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

section.courses .courses__results {
    width: 100%;
}

section.courses .grid {
    width: 100%;
}

.courses__item {
    display: flex;
    margin-bottom: 6rem;
    position: relative;
}

    .courses__item .courses__item-image {
        position: relative;
        width: 33rem;
        height: 33rem;
        min-width: 33rem;
        min-height: 33rem;
        overflow: hidden;
    }

        .courses__item .courses__item-image img {
            transition: all .3s linear;
        }

    .courses__item:hover .courses__item-image img {
        transform: scale(1.05);
    }

    .courses__item .courses__item-type {
        color: #fff;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 2.3rem;
        letter-spacing: 0.8px;
        text-transform: lowercase;
        padding: .6rem 1.2rem .8rem;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(24,103,117,.75);
    }

    .courses__item .courses__item-body {
        display: flex;
        flex-flow: column;
        padding: 0 0 0 5rem;
    }

    .courses__item h3 {
        font-family: 'Open Sans';
        font-weight: 600;
        font-size: 2.2rem;
        line-height: 3rem;
        color: #333;
        margin-bottom: .5rem;
    }

    .courses__item time {
        font-family: 'Open Sans';
        font-weight: 600;
        font-size: 1.8rem;
        line-height: 2.4rem;
        color: #115562;
        margin-bottom: 1.5rem;
    }

        .courses__item time + em {
            font-weight: 400;
            color: #ec6823;
            margin-left: 1rem;
        }

    .courses__item p {
        font-size: 1.8rem;
        line-height: 2.8rem;
        color: #333;
        margin-bottom: 10px;
    }

.courses__item-specs {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
    line-height: 1.9rem;
    margin-bottom: 2rem;
}

.courses__item-duration {
    padding-left: 2rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-right: 2rem;
}

    .courses__item-duration:before {
        content: "";
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.32 17.32'%3E%3Cpath d='M8.66,0h0a8.66,8.66,0,1,0,8.66,8.66h0A8.67,8.67,0,0,0,8.66,0Zm0,15.82a7.16,7.16,0,0,1,0-14.32h0a7.16,7.16,0,0,1,0,14.32Z' fill='%23115562'/%3E%3Cpath d='M12.16,10.41,9.41,9V4.75a.75.75,0,0,0-1.5,0V9.5a.76.76,0,0,0,.41.67l3.17,1.58a.8.8,0,0,0,.33.08.75.75,0,0,0,.34-1.42Z' fill='%23115562'/%3E%3C/svg%3E");
        background-size: 16px 16px;
        width: 1.6rem;
        height: 1.6rem;
        position: absolute;
        top: calc(50% - .8rem);
        left: 0;
    }

.courses__item-price {
    padding-left: 2rem;
    position: relative;
    display: inline-flex;
    align-items: center;
}

    .courses__item-price:before {
        content: "";
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.92 14.05'%3E%3Cpath d='M12,12A5.54,5.54,0,0,1,4.54,9.59l-.2-.4H9.19V8.11H4l0-.23a5.39,5.39,0,0,1,0-1.7l0-.24H9.19V4.87H4.34l.2-.4A5.61,5.61,0,0,1,5.1,3.6a5.55,5.55,0,0,1,7.77-.94l1.05-1A7,7,0,0,0,9.46,0h0A7,7,0,0,0,2.84,4.69l-.07.18H0V5.94H2.52l0,.31a6.7,6.7,0,0,0,0,1.55l0,.31H0V9.19H2.77l.07.18a6.88,6.88,0,0,0,1.21,2.14,7,7,0,0,0,9.87.94l-1.06-1A6,6,0,0,1,12,12Z' fill='%23115562'/%3E%3C/svg%3E");
        background-size: 14px 14px;
        width: 1.4rem;
        height: 1.4rem;
        position: absolute;
        top: calc(50% - .7rem);
        left: 0;
    }

.courses__item-trainers {
    width: 100%;
    padding-left: 3rem;
    margin-top: 1rem;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 2;
}

    .courses__item-trainers:before {
        content: "";
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.18 17.67'%3E%3Cpath d='M12,11.28H4.51A4.51,4.51,0,0,0,0,15.79v1.88H1.5V15.79a3,3,0,0,1,3-3H12a3,3,0,0,1,3,3v1.88h1.5V15.79A4.51,4.51,0,0,0,12,11.28Z' fill='%23115562'/%3E%3Cpath d='M8.28,9a4.52,4.52,0,0,0,4.51-4.51h0A4.52,4.52,0,1,0,8.28,9Zm0-7.52a3,3,0,1,1-3,3A3,3,0,0,1,8.28,1.5Z' fill='%23115562'/%3E%3Cpath d='M18.8,11.43l-.38,1.45a3,3,0,0,1,2.26,2.9v1.89h1.5V15.78A4.49,4.49,0,0,0,18.8,11.43Z' fill='%23115562'/%3E%3Cpath d='M15,.15,14.66,1.6a3,3,0,0,1,0,5.84L15,8.89A4.51,4.51,0,0,0,17.8,2.23,4.46,4.46,0,0,0,15,.15Z' fill='%23115562'/%3E%3C/svg%3E");
        background-size: 21px 17px;
        width: 2.1rem;
        height: 1.7rem;
        position: absolute;
        top: .2rem;
        left: 0;
    }

    .courses__item-trainers a {
        font-weight: 600;
        color: #333;
        background-image: linear-gradient(rgba(51,51,51,0),rgba(51,51,51,0));
        background-position: 0 100%;
        background-repeat: no-repeat;
        background-size: 0 1px;
        transition: background-size .3s;
    }

        .courses__item-trainers a:hover {
            color: #333;
            background-image: linear-gradient(rgba(51,51,51,.5),rgba(51,51,51,.5));
            background-size: 100% 1px;
        }

        .courses__item-trainers a:not(:last-of-type) {
            margin-right: .5rem;
        }

            .courses__item-trainers a:not(:last-of-type):after {
                content: ",";
            }

.courses__item .button-wrapper,
.course__info .button-wrapper {
    margin-top: auto;
    position: relative;
    z-index: 2;
    display: flex;
}

    .courses__item .button-wrapper a,
    .course__info .button-wrapper a {
        margin: 0 1rem 1rem 0;
    }

    .courses__item .button-wrapper .button--square--blue {
        background-color: #468590;
        border-color: #468590;
    }

        .courses__item .button-wrapper .button--square--blue:hover,
        .courses__item .button-wrapper .button--square--blue:active,
        .courses__item .button-wrapper .button--square--blue:focus {
            border-color: #115562;
            background-color: #115562;
        }

.courses__item-availability {
    display: flex;
    margin-bottom: 1.5rem;
    transform: translateY(-.3rem);
}

    .courses__item-availability p {
        font-size: 1.5rem;
        font-style: italic;
        margin-bottom: 0;
    }

    .courses__item-availability .button--tooltip {
        transform: translateY(0);
    }

.courses__item > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

@media(min-width: 768px) {
    .courses__item .courses__item-body > div img {
        display: none;
    }
}

@media(max-width: 767px) {
    .courses__item {
        flex-flow: column;
    }

    .courses__item-image {
        display: none;
    }

    .courses__item .courses__item-body {
        padding-left: 0;
    }

        .courses__item .courses__item-body > div {
            display: flex;
        }

            .courses__item .courses__item-body > div img {
                width: 8.7rem;
                margin-right: 1.5rem;
            }

            .courses__item .courses__item-body > div .courses__item-type {
                position: relative;
                top: unset;
                left: unset;
                background: none;
                color: var(--blue);
                padding: 0;
                font-size: 1.4rem;
                letter-spacing: .032rem;
            }

            .courses__item .courses__item-body > div h3 {
                font-size: 2rem;
                margin-bottom: 0;
            }

            .courses__item .courses__item-body > div time {
                font-size: 1.6rem;
                line-height: 2.2rem;
            }

            .courses__item .courses__item-body > div > div {
                transform: translateY(-1rem);
            }

        .courses__item .courses__item-body p {
            font-size: 1.6rem;
            line-height: 2.2rem;
        }

        .courses__item .courses__item-body .courses__item-specs {
            margin-top: 1.5rem;
        }

    .courses__item .button-wrapper,
    .course__info .button-wrapper {
        margin-top: 1.5rem;
        flex-flow: column;
        align-items: flex-start;
    }
}

.tooltip .tooltip-inner {
    background-color: #707070;
    color: #fff;
    font-size: 1.4rem;
}

.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #707070;
}

body.cursus .header__image-wrapper,
body.cursusdatum .header__image-wrapper {
    background-color: transparent;
}


body.cursus header,
body.cursusdatum header {
    position: relative;
}

body.cursus main,
body.cursusdatum main {
    margin-bottom: 0;
}

section.course {
    margin-top: 0;
    max-width: 1365px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3rem;
    padding-bottom: 15rem;
    position: relative;
}

    /*
    section.course:after,
    body.cursus header:after,
    body.cursusdatum header:after {
        content: "";
        width: 29.6rem;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #d1e1e3;
        opacity: .3;
        z-index: -1;
    }
    */
    section.course:before {
        content: "";
        width: 100%;
        height: 40rem;
        position: absolute;
        bottom: 0;
        right: calc(((100vw - 100%) / -2) + .9rem);
        background-image: linear-gradient(to right, #ffffff 0%, #b6ba9f);
        opacity: 0.22;
        z-index: -1;
        transform-origin: top right;
        transform: skewY(-12deg);
    }

    section.course p.subtitle {
        margin-bottom: 3rem;
        line-height: 3.5rem;
    }

    section.course h1 + p.subtitle {
        margin-top: -1.5rem;
    }

    section.course .intro {
        font-size: 2rem;
        line-height: 3.2rem;
        letter-spacing: .02rem;
    }

    section.course p {
        line-height: 2.8rem;
    }

.course__submenu {
    background-color: var(--blue);
    padding: 2rem 1.2rem;
    display: inline-flex;
    flex-flow: column;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: unset;
    z-index: 11;
}

    .course__submenu:before {
        content: "";
        width: 100vw;
        height: 100%;
        background-color: var(--blue);
        position: absolute;
        top: 0;
        left: -100vw;
    }

    .course__submenu a {
        color: #fff;
        font-size: 1.6rem;
        line-height: 2.2rem;
        position: relative;
        background-image: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5));
        background-position: 0 100%;
        background-repeat: no-repeat;
        background-size: 0 1px;
        transition: background-size .3s;
    }

        .course__submenu a:hover {
            color: #fff;
            background-image: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,1));
            background-size: 100% 1px;
        }

        .course__submenu a:not(:last-of-type) {
            margin-bottom: 1.5rem;
        }

    .course__submenu.is_stuck {
        margin-top: 1.5rem;
    }

@media(max-width: 1023px) {
    .course__submenu {
        display: none;
    }
}

.course__info {
    background-color: rgba(70,133,144,.75);
    padding: 3.5rem 2rem 4.5rem 2rem;
    position: absolute;
    top: 0;
    right: 9rem;
    width: 36.5rem;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
}

    .course__info h3 {
        font-family: 'Open Sans';
        font-weight: 600;
        color: #fff;
        font-size: 2.2rem;
        line-height: 2.5rem;
    }

    .course__info > div {
        border-bottom: .2rem solid #fff;
        padding: 3rem 0 4rem;
    }

    .course__info a {
        color: #fff;
    }

    .course__info .courses__item-specs {
        font-size: 1.6rem;
    }

    .course__info .courses__item-duration,
    .course__info .courses__item-price,
    .course__info .courses__item-help {
        width: 100%;
        margin-top: 0;
        padding-left: 3rem;
    }

    .course__info .courses__item-duration {
        flex-flow: column;
        align-items: flex-start;
    }

        .course__info .courses__item-duration a {
            font-size: 1.2rem;
            margin-top: 1rem;
            opacity: .7;
        }

            .course__info .courses__item-duration a:hover {
                opacity: 1;
            }

    .course__info .courses__item-specs > div,
    .course__info .courses__item-specs > time {
        margin-bottom: 2rem;
    }

    .course__info time {
        padding-left: 3rem;
        position: relative;
        display: inline-flex;
        align-items: center;
    }

        .course__info time:before {
            content: "";
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.75' height='18.612' viewBox='0 0 16.75 18.612'%3E%3Cpath fill='%23fff' d='M970.016 540.334h-.93v-1.861h-1.862v1.861h-7.444v-1.861h-1.862v1.861h-.93a1.852 1.852 0 0 0-1.852 1.854v.007l-.009 13.029a1.861 1.861 0 0 0 1.861 1.861h13.028a1.867 1.867 0 0 0 1.861-1.861V542.2a1.867 1.867 0 0 0-1.861-1.866zm0 14.89h-13.028v-10.237h13.028z' transform='translate(-955.127 -538.473)'/%3E%3C/svg%3E%0A");
            background-size: 16px 16px;
            width: 1.6rem;
            height: 1.6rem;
            position: absolute;
            top: calc(50% - .8rem);
            left: 0;
        }

    .course__info .courses__item-duration:before {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.32 17.32'%3E%3Cpath d='M8.66,0h0a8.66,8.66,0,1,0,8.66,8.66h0A8.67,8.67,0,0,0,8.66,0Zm0,15.82a7.16,7.16,0,0,1,0-14.32h0a7.16,7.16,0,0,1,0,14.32Z' fill='%23ffffff'/%3E%3Cpath d='M12.16,10.41,9.41,9V4.75a.75.75,0,0,0-1.5,0V9.5a.76.76,0,0,0,.41.67l3.17,1.58a.8.8,0,0,0,.33.08.75.75,0,0,0,.34-1.42Z' fill='%23ffffff'/%3E%3C/svg%3E");
        top: .3rem;
    }

    .course__info .courses__item-price:before {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.92 14.05'%3E%3Cpath d='M12,12A5.54,5.54,0,0,1,4.54,9.59l-.2-.4H9.19V8.11H4l0-.23a5.39,5.39,0,0,1,0-1.7l0-.24H9.19V4.87H4.34l.2-.4A5.61,5.61,0,0,1,5.1,3.6a5.55,5.55,0,0,1,7.77-.94l1.05-1A7,7,0,0,0,9.46,0h0A7,7,0,0,0,2.84,4.69l-.07.18H0V5.94H2.52l0,.31a6.7,6.7,0,0,0,0,1.55l0,.31H0V9.19H2.77l.07.18a6.88,6.88,0,0,0,1.21,2.14,7,7,0,0,0,9.87.94l-1.06-1A6,6,0,0,1,12,12Z' fill='%23ffffff'/%3E%3C/svg%3E");
    }

    .course__info .courses__item-trainers {
        margin-top: 0;
    }

    .course__info a:not(.button) {
        font-weight: 400;
        background-image: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5));
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 100% 1px;
        transition: all .3s;
    }

        .course__info a:not(.button):hover {
            color: #fff;
            background-image: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,1));
            background-size: 0% 1px;
        }

    .course__info .courses__item-trainers:before {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.18 17.67'%3E%3Cpath d='M12,11.28H4.51A4.51,4.51,0,0,0,0,15.79v1.88H1.5V15.79a3,3,0,0,1,3-3H12a3,3,0,0,1,3,3v1.88h1.5V15.79A4.51,4.51,0,0,0,12,11.28Z' fill='%23ffffff'/%3E%3Cpath d='M8.28,9a4.52,4.52,0,0,0,4.51-4.51h0A4.52,4.52,0,1,0,8.28,9Zm0-7.52a3,3,0,1,1-3,3A3,3,0,0,1,8.28,1.5Z' fill='%23ffffff'/%3E%3Cpath d='M18.8,11.43l-.38,1.45a3,3,0,0,1,2.26,2.9v1.89h1.5V15.78A4.49,4.49,0,0,0,18.8,11.43Z' fill='%23ffffff'/%3E%3Cpath d='M15,.15,14.66,1.6a3,3,0,0,1,0,5.84L15,8.89A4.51,4.51,0,0,0,17.8,2.23,4.46,4.46,0,0,0,15,.15Z' fill='%23ffffff'/%3E%3C/svg%3E");
    }

    .course__info .courses__item-help {
        padding-left: 3rem;
        position: relative;
        display: inline-flex;
        align-items: center;
    }

        .course__info .courses__item-help:before {
            content: "";
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.3 17.33'%3E%3Cpath d='M15.36,10.38a10.13,10.13,0,0,1-2.12-.53,2.23,2.23,0,0,0-2.39.51l-.67.66a12.11,12.11,0,0,1-3.9-3.9l.66-.67a2.27,2.27,0,0,0,.54-2.29A12,12,0,0,1,6.93,2,2.26,2.26,0,0,0,4.69,0H2A2.24,2.24,0,0,0,.52.81,2.26,2.26,0,0,0,0,2.47,16.55,16.55,0,0,0,2.58,9.73a16.25,16.25,0,0,0,5,5,16.56,16.56,0,0,0,7.21,2.57h.24a2.26,2.26,0,0,0,2.25-2.26V12.66A2.26,2.26,0,0,0,15.36,10.38ZM16,12.65v2.42a1,1,0,0,1-1,1A15.47,15.47,0,0,1,8.3,13.66,15.26,15.26,0,0,1,3.67,9,15.34,15.34,0,0,1,1.3,2.34a1,1,0,0,1,.81-1H4.69a1,1,0,0,1,.95.86,13.5,13.5,0,0,0,.61,2.41.94.94,0,0,1-.23,1l-1,1a.65.65,0,0,0-.11.78A13.66,13.66,0,0,0,10,12.41a.67.67,0,0,0,.79-.11l1-1a1,1,0,0,1,1-.22,10.42,10.42,0,0,0,2.4.6,1,1,0,0,1,.82,1Z' fill='%23fff'/%3E%3C/svg%3E");
            background-size: 16px 16px;
            width: 1.6rem;
            height: 1.6rem;
            position: absolute;
            top: calc(50% - .8rem);
            left: 0;
        }

    .course__info .button--tooltip {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.83 12.83'%3E%3Cpath d='M6.41,12.83A6.42,6.42,0,0,1,6.41,0h0a6.42,6.42,0,0,1,6.42,6.41h0A6.43,6.43,0,0,1,6.41,12.83Zm0-11.7h0A5.29,5.29,0,1,0,11.7,6.41,5.29,5.29,0,0,0,6.41,1.13Z' fill='%23ffffff' style='isolation:isolate'/%3E%3Cpath d='M6.41,10a.66.66,0,0,1-.65-.65V6.05a.65.65,0,1,1,1.3,0v3.3A.65.65,0,0,1,6.41,10Z' fill='%23ffffff' opacity='0.75' style='isolation:isolate'/%3E%3Cpath d='M6.42,4.16a.7.7,0,0,1-.25,0A.64.64,0,0,1,6,4a.77.77,0,0,1-.14-.21.7.7,0,0,1,0-.25.74.74,0,0,1,0-.25A.77.77,0,0,1,6,3.05a.64.64,0,0,1,.22-.14.65.65,0,0,1,.7.14.65.65,0,0,1-.45,1.11Z' fill='%23ffffff'  style='isolation:isolate'/%3E%3C/svg%3E");
        opacity: .75;
    }

        .course__info .button--tooltip:hover {
            opacity: 1;
        }

    .course__info .courses__item-specs + p {
        margin-bottom: 0;
    }

    .course__info p em {
        padding: .3rem .8rem .5rem 3.2rem;
        font-size: 1.5rem;
        line-height: 1.8rem;
        display: inline-block;
        position: relative;
    }

        .course__info p em:before {
            content: "!";
            position: absolute;
            top: .7rem;
            left: 0;
            width: 2.5rem;
            height: 2.5rem;
            padding-right: .2rem;
            background-color: var(--blue);
            color: #fff;
            font-size: 1.8rem;
            font-family: 'RotisSemiSansPro-Bold';
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .course__info .button-wrapper {
        display: flex;
        padding-top: 2rem;
        justify-content: stretch;
        align-items: flex-start;
        flex-wrap: wrap;
    }

        .course__info .button-wrapper a {
            margin: 0 1rem 1rem 0;
        }

        .course__info .button-wrapper .button--square--blue {
            color: var(--blue);
            border-color: #fff;
            background-color: #fff;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath fill='%23186775' d='M1167.7 1166.075l4.58-4.59-4.58-4.59 1.41-1.41 6 6-6 6z' transform='translate(-1167.699 -1155.485)'/%3E%3C/svg%3E%0A");
        }

            .course__info .button-wrapper .button--square--blue:hover {
                color: var(--blue);
                border-color: rgba(255,255,255,.8);
                background-color: rgba(255,255,255,.8);
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath fill='%23186775' d='M1167.7 1166.075l4.58-4.59-4.58-4.59 1.41-1.41 6 6-6 6z' transform='translate(-1167.699 -1155.485)'/%3E%3C/svg%3E%0A");
            }

        .course__info .button-wrapper .button--square--white {
            color: rgba(255,255,255,.5);
            border-color: rgba(255,255,255,.5);
            background-color: transparent;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath opacity='0.5' fill='%23ffffff' d='M1167.7 1166.075l4.58-4.59-4.58-4.59 1.41-1.41 6 6-6 6z' transform='translate(-1167.699 -1155.485)'/%3E%3C/svg%3E%0A");
        }

            .course__info .button-wrapper .button--square--white:hover {
                color: rgba(255,255,255,1);
                border-color: rgba(255,255,255,1);
                background-color: transparent;
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath fill='%23ffffff' d='M1167.7 1166.075l4.58-4.59-4.58-4.59 1.41-1.41 6 6-6 6z' transform='translate(-1167.699 -1155.485)'/%3E%3C/svg%3E%0A");
            }

@media(min-width: 992px) and (max-width: 1199px) {
    .course__info {
        right: 1.5rem;
    }
}

@media(max-width: 991px) {
    .course__info {
        position: relative;
        top: unset;
        right: unset;
        transform: none;
        width: 100%;
        padding: 2rem;
        margin-bottom: 3rem;
    }

        .course__info > div {
            border-bottom: 0;
            padding-bottom: 0;
        }

        .course__info .button-wrapper {
            justify-content: flex-start;
        }

            .course__info .button-wrapper .button {
                width: unset;
            }
}

body.cursus .tooltip .tooltip-inner,
body.cursusdatum .tooltip .tooltip-inner {
    background-color: var(--blue);
    color: #fff;
    font-size: 1.4rem;
}

body.cursus .tooltip.bs-tooltip-top .arrow::before,
body.cursusdatum .tooltip.bs-tooltip-top .arrow::before {
    border-top-color: var(--blue);
}

.course__bg {
    background-color: #f6f7f4;
    position: relative;
    margin-top: 1.5rem;
    padding-top: 2rem;
}

    .course__bg:before,
    .course__bg:after {
        content: "";
        background-color: #f6f7f4;
        width: calc(50vw - 50%);
        height: 100%;
        position: absolute;
        top: 0;
        left: calc((50vw - 50%) * -1);
    }

.course__bg--blue {
    position: relative;
    margin-top: 10rem;
}

    .course__bg--blue:before {
        content: "";
        background-color: rgba(209,225,227,0.47);
        width: calc(100% + 8rem);
        height: calc(100% + 8rem);
        position: absolute;
        top: -4rem;
        left: -4rem;
        z-index: -1;
    }

    .course__bg--blue > div + div {
        margin-top: 4rem;
    }

.course__bg:after {
    left: unset;
    right: calc((50vw - 50% - 8.5px) * -1);
}

@media(max-width: 767px) {
    .course__bg--blue:before {
        width: calc(100% + 3rem);
        left: -1.5rem;
    }
}

.course__credits {
    display: flex;
    flex-flow: column;
    margin-bottom: 2rem;
}

.course__credit {
    display: flex;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: #4d4d4d;
    height: 1.7rem;
    overflow: hidden;
    margin-bottom: 1rem;
    transition: all .3s linear;
}

    .course__credit.collapsed {
        cursor: pointer;
        transition: all .3s linear;
    }

        .course__credit.collapsed span {
            position: relative;
            transition: all .3s linear;
        }

        .course__credit.collapsed:hover span {
            color: var(--blue);
        }

        .course__credit.collapsed span:after {
            content: "";
            width: .8rem;
            height: .8rem;
            background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.83 18.83'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%2322433b;stroke-linecap:square;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eright%3C/title%3E%3Cg id='Laag_2' data-name='Laag 2'%3E%3Cg id='Laag_1-2' data-name='Laag 1'%3E%3Cpath class='cls-1' d='M1.41,17.41l8-8m0,0-8-8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            background-size: .8rem auto;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            position: absolute;
            top: calc(50% - .4rem);
            right: -1.5rem;
            transform: rotate(90deg);
            border: none !important;
            transition: all .1s linear;
        }

        .course__credit.collapsed:hover span:after {
            background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.83 18.83'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23186775;stroke-linecap:square;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eright%3C/title%3E%3Cg id='Laag_2' data-name='Laag 2'%3E%3Cg id='Laag_1-2' data-name='Laag 1'%3E%3Cpath class='cls-1' d='M1.41,17.41l8-8m0,0-8-8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            top: calc(50% - .2rem);
        }

        .course__credit.collapsed.show span:after {
            transform: rotate(-90deg);
            top: calc(50% - .2rem);
        }

        .course__credit.collapsed.show:hover span:after {
            top: calc(50% - .4rem);
        }

        .course__credit.collapsed .course__credit-amount img {
            max-width: 90%;
            margin-top: 1rem;
        }

        .course__credit.collapsed .course__credit-name div {
            color: #989898;
            line-height: 2rem;
            margin-top: 1rem;
        }

            .course__credit.collapsed .course__credit-name div p {
                margin-bottom: 1rem;
            }

    .course__credit.show {
        height: 100%;
        animation: creditsHeight .3s linear forwards;
    }

.course__credit-amount {
    width: 14rem;
    min-width: 14rem;
    margin-right: 1rem;
}

.course__employees {
    max-width: 100vw;
    margin-left: calc(((100vw - 100%) / 2 * -1) - 8.5px);
    margin-right: calc(((100vw - 100%) / 2 * -1) - 8.5px);
    padding-left: 8.5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 3rem;
}

    .course__employees:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        right: 0;
        background-image: linear-gradient(to right, #ffffff 30%, #d2d5c4);
        opacity: .5;
        z-index: -1;
        transform-origin: top right;
        transform: skewY(10deg);
    }

section.course .course__employees:after {
    content: none;
}

@media(max-width: 767px) {
    .course__employees {
    }
}

section.course #opleiders {
    position: relative;
    z-index: 1;
}

.employee__col {
    position: relative;
}

    .employee__col:before {
        content: "";
        width: 50vw;
        height: 100%;
        position: absolute;
        top: 0;
        left: -50vw;
        background-color: #fff;
        z-index: 9;
    }

section.course .employee__col:before {
    background-color: #f6f7f4;
}

.course__employees .employee__wrapper {
    overflow: visible;
    height: unset;
    display: block;
    margin: 1rem 0 3rem 0;
}

    .course__employees .employee__wrapper:after {
        content: none;
    }

.course__employees .slick-list {
    overflow: visible;
    outline: 0 !important;
}

.course__employees .employee__slider:not(.slick-slider) {
    display: flex;
}

.course__employees .employee__slider .employee__card {
    width: 23.6rem !important;
    margin-right: 4rem;
    position: relative;
    padding-bottom: 0;
}

.course__employees .slick-arrow {
    top: 8.4rem;
}

    .course__employees .slick-arrow.slick-prev {
        left: -10.7rem;
    }

    .course__employees .slick-arrow.slick-next {
        right: -10.7rem;
    }

.course__dates {
    color: #707070;
}

    .course__dates a {
        margin-right: 3rem;
    }

    .course__dates span {
        display: inline-flex;
        align-items: center;
    }

        .course__dates span a {
            margin-right: 0;
            color: #707070 !important;
            background-image: linear-gradient(#aaa, #aaa) !important;
        }

        .course__dates span button {
            height: 1.7rem;
        }

section.landingpage-intro {
    margin-top: 4rem;
    color: var(--blue);
}

.umb-block-list > *:last-child {
    margin-bottom: 0;
}

.element-associations {
    color: var(--blue);
    margin-top: 5rem;
}

.associations {
    position: relative;
    margin-top: 3rem;
}

    .associations img {
        width: 100%;
    }

    .associations .associations__text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .associations .associations__text:hover a {
            opacity: .5;
        }

        .associations .associations__text a {
            position: absolute;
            width: 18%;
            color: #fff;
            font-family: RotisSemiSansPro-Regular;
            font-size: 1.6rem;
            line-height: 2rem;
            display: flex;
            justify-content: center;
            align-content: center;
            align-items: center;
            text-align: center;
            transition: all .3s linear;
            padding: 13px;
        }

            .associations .associations__text a:hover {
                opacity: 1;
            }

            .associations .associations__text a:after {
                content: "";
                display: block;
                padding-bottom: 100%;
            }

            .associations .associations__text a:nth-child(1) {
                top: 0.5%;
                left: 26.5%;
            }

            .associations .associations__text a:nth-child(2) {
                top: 11%;
                left: 8.5%;
            }

            .associations .associations__text a:nth-child(3) {
                top: 11%;
                left: 44.5%;
            }

            .associations .associations__text a:nth-child(4) {
                top: 22.5%;
                left: 26.5%;
            }

            .associations .associations__text a:nth-child(5) {
                top: 22.5%;
                left: 62.5%;
            }

            .associations .associations__text a:nth-child(6) {
                top: 34%;
                left: 2%;
            }

            .associations .associations__text a:nth-child(7) {
                top: 34%;
                left: 44.5%;
            }

            .associations .associations__text a:nth-child(8) {
                top: 45.5%;
                left: 26.5%;
            }

            .associations .associations__text a:nth-child(9) {
                top: 45.5%;
                left: 62.5%;
            }

            .associations .associations__text a:nth-child(10) {
                top: 57%;
                left: 8.5%;
            }

            .associations .associations__text a:nth-child(11) {
                top: 57%;
                left: 44.5%;
            }

            .associations .associations__text a:nth-child(12) {
                top: 57%;
                left: 80.2%;
            }

            .associations .associations__text a:nth-child(13) {
                top: 79.5%;
                left: 44.5%;
            }

@media(max-width: 767px) {
    .associations .associations__text a {
        font-family: 'Open Sans';
        font-size: .9rem;
        line-height: 1rem;
    }
}

body.shop .header__image-wrapper {
    background-color: var(--beige);
}

body.shop .header__title {
    background-color: var(--beige);
    color: #fff;
}

    body.shop .header__title h1 {
        color: #fff;
    }

.shop-intro {
    color: var(--blue);
    padding: 4rem 0;
}

section.product-overview {
    margin-top: 0;
}

.shop-item {
    background-color: rgba(210,213,196,.4);
    color: var(--blue);
    height: calc(100% - 3rem);
    margin-bottom: 3rem;
}

    .shop-item .shop-button-disabled {
        display: flex;
        position: relative;
    }

        .shop-item .shop-button-disabled:after {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            cursor: not-allowed;
        }

        .shop-item .shop-button-disabled .btn-add-to-cart {
            opacity: 0;
        }

    .shop-item .shop-button {
        display: flex;
        align-items: flex-start;
    }

    .shop-item .btn-add-to-cart {
        background-color: rgba(24,103,117,.75);
        width: 7.3rem;
        height: 4rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-right: 1.4rem;
        position: relative;
        transition: all .3s linear;
    }

        .shop-item .btn-add-to-cart:hover {
            background-color: rgba(24,103,117,1);
        }

        .shop-item .btn-add-to-cart:before,
        .shop-item .btn-add-to-cart:after {
            content: "";
            width: .2rem;
            height: 1.4rem;
            background-color: #fff;
            border-radius: .1rem;
            position: absolute;
            top: calc(50% - .7rem);
            left: 2rem;
            transition: all .3s linear;
        }

        .shop-item .btn-add-to-cart:after {
            transform: rotate(90deg);
        }

        .shop-item .btn-add-to-cart.clicked {
            background-color: #fff;
            border: .1rem solid var(--blue);
        }

            .shop-item .btn-add-to-cart.clicked svg path {
                fill: var(--blue);
            }

            .shop-item .btn-add-to-cart.clicked:before,
            .shop-item .btn-add-to-cart.clicked:after {
                background-color: var(--blue);
            }

            .shop-item .btn-add-to-cart.clicked:before {
                transform: rotate(-40deg) translate(-.9rem, 0rem);
                height: .7rem;
            }

            .shop-item .btn-add-to-cart.clicked:after {
                transform: rotate(45deg);
            }

    .shop-item .go-to-cart {
        margin: 1rem 0 0 1.5rem;
        color: var(--blue);
        font-size: 1.4rem;
        line-height: 2rem;
        background-image: linear-gradient(var(--blue-light), var(--blue-light));
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 100% 1px;
        transition: all .3s;
        transition-delay: .5s;
        opacity: 0;
    }

        .shop-item .go-to-cart:hover {
            color: var(--blue);
            background-image: linear-gradient(var(--blue), var(--blue));
            background-size: 0% 1px;
        }

    .shop-item .btn-add-to-cart.clicked + .go-to-cart {
        opacity: 1;
    }

    .shop-item .shop-button-disabled .btn-add-to-cart:before,
    .shop-item .shop-button-disabled .btn-add-to-cart:after,
    .shop-item .shop-button-disabled svg {
        display: none;
    }

    .shop-item .shop-item-content {
        padding: 2.5rem 7.2rem 3.5rem;
        line-height: 2.5rem;
        font-size: 1.5rem;
        position: relative;
    }

    .shop-item h3 {
        font-family: 'Open Sans';
        font-size: 1.7rem;
        font-weight: 600;
        line-height: 2.5rem;
        color: var(--blue);
        margin-bottom: 0;
    }

    .shop-item p {
        font-size: 1.5rem;
        line-height: 2.5rem;
        margin-bottom: 0;
    }

    .shop-item .shop-item-price {
        font-weight: 600;
    }

        .shop-item .shop-item-price em {
            font-size: 1.4rem;
            font-weight: 400;
        }

        .shop-item .shop-item-price .old-price {
            text-decoration: line-through;
            opacity: .5;
            display: inline-block;
        }

        .shop-item .shop-item-price .price-addition {
            font-size: 1.4rem;
            display: block;
            font-weight: 400;
            font-style: italic;
        }

    .shop-item .shop-item-content a {
        color: var(--blue);
        background-image: linear-gradient(var(--blue-light), var(--blue-light));
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 100% 1px;
        transition: all .3s;
    }

        .shop-item .shop-item-content a:hover,
        .shop-item .shop-item-content:hover a {
            color: var(--blue);
            background-image: linear-gradient(var(--blue), var(--blue));
            background-size: 0% 1px;
        }

    .shop-item .shop-thumbnail {
        overflow: hidden;
    }

        .shop-item .shop-thumbnail img {
            margin-bottom: 3.5rem;
            transition: all .3s linear;
        }

    .shop-item .shop-item-content:hover .shop-thumbnail img {
        transform: scale(1.03);
    }

    .shop-item .shop-item-link {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: none !important;
    }

.product-detail > .container > .row:first-of-type {
    margin: 4.5rem 0;
}

.product-detail h1,
.shopping-cart h1,
.cart-overview h1,
.checkout h1,
.contact .h1 {
    font-family: 'Open Sans';
    font-size: 2.8rem;
    line-height: 4rem;
    font-weight: 600;
    letter-spacing: .028rem;
    margin-bottom: .5rem;
}

.product-detail .subtitle,
.shopping-cart .subtitle,
.checkout .subtitle {
    font-family: 'Open Sans';
    font-size: 2.2rem;
    line-height: 4rem;
    letter-spacing: .022rem;
    margin-bottom: 0;
}

.product-detail .product-info .shop-item {
    display: flex;
    padding: 2rem 2rem 2rem 3.5rem;
    margin-bottom: 3rem;
}

    .product-detail .product-info .shop-item > div:first-of-type {
        width: 50%;
    }

.product-detail .product-info .shop-item-price {
    font-weight: 600;
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

.product-detail .product-info .shop-item .shop-item-price span {
    line-height: 2.5rem;
}

.product-detail .product-info .shop-item .shop-item-price .price-vat {
    font-size: 1.4rem;
    display: block;
    font-weight: 400;
    text-transform: lowercase;
}

.product-detail .product-info .shop-item-usps {
    width: 50%;
}

    .product-detail .product-info .shop-item-usps ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .product-detail .product-info .shop-item-usps ul li {
            position: relative;
            padding-left: 2.5rem;
            font-size: 1.5rem;
            line-height: 2.6rem;
        }

            .product-detail .product-info .shop-item-usps ul li:before {
                content: "";
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.102' height='11.449' viewBox='0 0 16.102 11.449'%3E%3Cpath fill='%238bb3ba' d='M2288.162 2037.282a1.064 1.064 0 0 1-.759-.315l-4.651-4.651a1.074 1.074 0 0 1 1.519-1.518l3.892 3.892 8.544-8.543a1.073 1.073 0 0 1 1.518 1.518l-9.3 9.3a1.074 1.074 0 0 1-.763.317z' transform='translate(-2282.438 -2025.833)'/%3E%3C/svg%3E");
                width: 1.6rem;
                height: 1.1rem;
                position: absolute;
                top: .9rem;
                left: 0;
            }

            .product-detail .product-info .shop-item-usps ul li a {
                color: var(--blue);
            }

            .product-detail .product-info .shop-item-usps ul li a {
                color: var(--blue);
                background-image: linear-gradient(var(--blue-light), var(--blue-light));
                background-position: 100% 100%;
                background-repeat: no-repeat;
                background-size: 100% 1px;
                transition: all .3s;
            }

                .product-detail .product-info .shop-item-usps ul li a:hover {
                    color: var(--blue);
                    background-image: linear-gradient(var(--blue), var(--blue));
                    background-size: 0% 1px;
                }

.count-input {
    display: flex;
}

    .count-input a {
        border: solid .1rem #707070;
        width: 3rem;
        height: 3rem;
        display: inline-flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        color: #707070;
        font-size: 1.8rem;
        font-weight: 600;
    }

        .count-input a:hover {
            background-color: #fff;
        }

    .count-input input {
        border: solid .1rem #707070;
        border-left: none;
        border-right: none;
        width: 3rem;
        height: 3rem;
        background-color: transparent;
        text-align: center;
        color: #707070;
        border-radius: 0;
    }

.product-detail .product-info .shop-item .btn-add-to-cart {
    display: inline-flex;
    width: auto;
    font-size: 1.5rem;
    color: #fff;
    justify-content: flex-start;
    padding-left: 4rem;
    text-transform: lowercase;
    padding-right: 2rem;
    margin-top: 1.5rem;
}

    .product-detail .product-info .shop-item .btn-add-to-cart svg {
        margin-right: 1.5rem;
    }

@media(max-width: 576px) {

    .product-detail .product-info .shop-item .btn-add-to-cart svg {
        transform: scale(1.5);
    }

    .product-detail .product-info .shop-item .btn-add-to-cart {
        width: 6em;      
    }

        .product-detail .product-info .shop-item .btn-add-to-cart .add-to-cart-text {
            display: none;
        }
}

.product-detail .product-meta p {
    color: var(--blue);
    font-size: 1.8rem;
}

    .product-detail .product-meta p strong {
        font-weight: 600;
        display: block;
    }

.product-detail .product-meta table td:first-of-type {
    padding-right: 1rem;
    color: #707070;
}

.product-detail .shop-social {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    margin: 3.5rem 0;
}

.product-detail .product-detail-description {
    background-color: #f6f7f4;
    padding: 4.5rem 0;
    position: relative;
    margin: 0 auto;
}

.product-detail .product-detail-related {
    top: 0;
    right: 0;
    width: 36.5rem;
}

    .product-detail .product-detail-related > p {
        position: absolute;
        top: 4.5rem;
        right: 0;
        width: 29.3rem;
        color: var(--blue);
        font-weight: 600;
    }

    .product-detail .product-detail-related .shop-button {
        display: none;
    }

    .product-detail .product-detail-related .shop-item .shop-item-content {
        padding-top: 11rem;
    }

.shopping-cart h1 {
    margin-top: 4.5rem;
}

.shopping-cart p.subtitle {
    margin-bottom: 4.5rem;
}

.shopping-cart__items {
    display: flex;
    flex-flow: column;
}

    .shopping-cart__items .item {
        display: flex;
        background-color: rgba(210,213,196,.4);
        padding: 1.5rem;
    }

        .shopping-cart__items .item:not(:last-of-type) {
            margin-bottom: 1.5rem;
        }

    .shopping-cart__items .item-thumbnail {
        width: 10rem;
        min-width: 10rem;
    }

        .shopping-cart__items .item-thumbnail img {
            width: 100%;
        }

    .shopping-cart__items .item-details {
        margin-left: 3.5rem;
        color: var(--blue);
        line-height: 2.5rem;
        margin-right: auto;
    }

    .shopping-cart__items .item-tools {
        margin-left: 3.5rem;
        color: #333;
        width: 30%;
    }

    .shopping-cart__items h3 {
        font-family: 'Open Sans';
        font-weight: 600;
        font-size: 2.2rem;
        line-height: 2.5rem;
        color: var(--blue);
    }

        .shopping-cart__items h3 a {
            color: var(--blue);
        }

    .shopping-cart__items .item-price {
        font-weight: 600;
        font-size: 2.2rem;
        line-height: 2.5rem;
    }

    .shopping-cart__items .price-addition {
        font-size: 1.4rem;
        display: block;
        font-weight: 400;
        font-style: italic;
    }

    .shopping-cart__items .item-remove {
        font-weight: 600;
        font-size: 1.6rem;
        color: var(--beige);
    }

        .shopping-cart__items .item-remove:hover {
            color: #333;
        }

@media(max-width: 576px) {
    .shopping-cart__items .item {
        flex-flow: column;
        padding-left: 10.5rem;
        position: relative;
    }

    .shopping-cart__items .item-thumbnail {
        position: absolute;
        top: 1.5rem;
        left: 1.5rem
    }

        .shopping-cart__items .item-thumbnail img {
            width: 7.5rem;
        }

    .shopping-cart__items .item-details {
        margin-left: 0;
    }

    .shopping-cart__items .item-tools {
        width: 100%;
        margin-left: 0;
        margin-top: 1.5rem;
    }
}

.shopping-cart aside {
    width: 30%;
    margin-left: auto;
}

.shopping-cart__summary {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
    padding: 20px;
    margin-top: 30px;
}

    .shopping-cart__summary button {
        width: 100%;
        margin: 0 !important;
    }

    .shopping-cart__summary .custom-checkbox .custom-control-label {
        font-size: 0.9em;
    }

.shopping-cart__totals {
    display: flex;
    padding: 4rem 0;
    border-bottom: .1rem solid var(--blue);
    margin-bottom: 4rem;
}

    .shopping-cart__totals div:first-of-type {
        margin-left: 15rem;
        margin-right: auto;
    }

    .shopping-cart__totals div:last-of-type {
        width: 30%;
    }

    .shopping-cart__totals p {
        margin-bottom: 0;
    }

        .shopping-cart__totals p strong {
            font-weight: 600;
            font-size: 1.8rem;
        }

    .shopping-cart__totals div:last-of-type p strong {
        font-size: 2.2rem;
        color: #333;
    }

    .shopping-cart__totals + .button-wrapper a + a {
        margin-left: 1.5rem;
    }

    .shopping-cart__totals + .button-wrapper a.button:first-of-type {
        background-image: none;
        padding-right: 1.7rem;
    }

@media(max-width: 576px) {
    .shopping-cart__totals {
    }

        .shopping-cart__totals div:first-of-type {
            margin-left: 0;
        }

        .shopping-cart__totals div:last-of-type {
            width: 40%;
        }

            .shopping-cart__totals div:last-of-type p strong {
                font-size: 1.8rem;
            }

        .shopping-cart__totals + .button-wrapper {
            flex-flow: column;
        }

            .shopping-cart__totals + .button-wrapper a + a {
                margin-left: 0;
                margin-top: 1.5rem;
            }
}

.cart-overview h1 {
    margin: 4.5rem 0;
}

.cart-overview h4 {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 2.1rem;
    line-height: 3.2rem;
}

form fieldset {
    margin-top: 1.5rem;
}

    form fieldset .form-group,
    .checkout fieldset > div {
        margin-bottom: 1.5rem;
    }

form label {
    color: #707070;
    font-size: 1.6rem;
    margin-bottom: 0;
}

    form label span {
        color: #ec6823;
    }

        form label span.text-muted {
            color: var(--beige) !important;
            font-size: 1.4rem;
        }

form .form-control {
    background-color: #fff;
    border: .1rem solid var(--beige);
    border-radius: 0;
    height: 3.8rem;
    font-size: 1.6rem;
    line-height: 3.2rem;
    color: #333;
    margin-bottom: 0;
}

    form .form-control ~ .custom-feedback {
        display: none;
    }

    form .form-control.is-right ~ .custom-feedback {
        display: none;
    }

form textarea.form-control {
    min-height: 10rem;
}

form .button {
    margin: 1.3rem 0;
}

form p {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
}

    form p.checkout-price {
        font-weight: 600;
        font-size: 2.2rem;
        color: #333;
        margin-bottom: 0;
    }

form.was-validated .form-control:invalid,
form.form-control.is-invalid {
    border-color: #ec6823;
    background-image: none;
}

form.was-validated .form-control:valid,
form.form-control.is-valid {
    border-color: var(--beige);
    background-image: none;
}

form.was-validated .custom-control-input:invalid ~ .custom-control-label,
form .custom-control-input.is-invalid ~ .custom-control-label {
    color: #ec6823;
}

    form.was-validated .custom-control-input:invalid ~ .custom-control-label a,
    form .custom-control-input.is-invalid ~ .custom-control-label a {
        color: #ec6823;
    }

form input ~ .invalid-feedback,
form .field-validation-error {
    font-size: 1.3rem;
    line-height: 1.4rem;
    font-style: italic;
    color: #ec6823;
    padding-top: .3rem;
}

.custom-control {
    padding-left: 0;
}

.custom-control-input ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    cursor: pointer;
    color: #333;
    line-height: 1.8rem;
    padding-top: .7rem;
    padding-left: 3rem;
}

    .custom-control-input ~ .custom-control-label a {
        color: var(--blue);
        background-image: linear-gradient(var(--blue-light), var(--blue-light));
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 100% 1px;
        transition: all .3s;
    }

        .custom-control-input ~ .custom-control-label a:hover {
            color: var(--blue);
            background-image: linear-gradient(var(--blue), var(--blue));
            background-size: 0% 1px;
        }

    .custom-control-input ~ .custom-control-label::before,
    .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
        width: 2rem;
        height: 2rem;
        left: 0;
        top: .5rem;
        border-color: var(--beige) !important;
        box-shadow: none !important;
    }

.custom-control-input:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: var(--blue) !important;
    border-color: var(--blue) !important;
}

.custom-control-input:checked ~ .custom-control-label::after {
    width: 2rem;
    height: 2rem;
    left: 0;
    top: .5rem;
}

.checkout h1 {
    margin-top: 4.5rem;
}

section.textpage {
    margin-top: 4rem;
}

body.contact main {
    margin-bottom: 0;
}

section.contact {
    margin-top: 4rem;
}

    section.contact p.subtitle {
        font-family: 'Open Sans';
    }

    section.contact .intro {
        color: var(--blue);
    }

    section.contact .contact__block + .contact__block {
        margin-top: 6rem;
    }

    section.contact .contact__block {
        background-color: #edeee7;
        padding: 1.8rem 2.4rem;
        color: var(--blue);
    }

        section.contact .contact__block h3 {
            font-family: 'Open Sans';
            font-weight: 600;
            font-size: 2.2rem;
            line-height: 2.5rem;
            margin-bottom: 1.5rem;
        }

        section.contact .contact__block p {
            margin-bottom: 2rem;
        }

        section.contact .contact__block .button--square--white {
            background-color: #fff;
            color: var(--blue);
            border-color: #fff;
        }

            section.contact .contact__block .button--square--white:hover,
            section.contact .contact__block .button--square--white:active,
            section.contact .contact__block .button--square--white:focus {
                background-color: rgba(255,255,255,.8);
                color: #115562;
                border-color: #fff;
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath fill='%23115562' d='M1167.7 1166.075l4.58-4.59-4.58-4.59 1.41-1.41 6 6-6 6z' transform='translate(-1167.699 -1155.485)'/%3E%3C/svg%3E%0A");
            }

.contact__block p:not(:first-of-type) {
    border-top: .1rem solid #b9b9b9;
    padding-top: 2rem;
}

.contact__block p strong {
    font-size: 1.8rem;
    font-weight: 600;
}

.contact__block .contact__email,
.contact__block .contact__phone {
    padding-left: 3rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

    .contact__block .contact__email:before,
    .contact__block .contact__phone:before {
        content: "";
        position: absolute;
        left: 0;
    }

    .contact__block .contact__email:before {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.33 14.92'%3E%3Cpath d='M18.32,2.24a0,0,0,0,1,0,0A2.36,2.36,0,0,0,16,0H2.35A2.37,2.37,0,0,0,0,2.35V12.57a2.37,2.37,0,0,0,2.35,2.35H16a2.37,2.37,0,0,0,2.35-2.35V2.35S18.32,2.28,18.32,2.24Zm-16-.94H16a1.05,1.05,0,0,1,1,.76L9.17,7.52,1.36,2.06A1.05,1.05,0,0,1,2.35,1.3ZM16,13.62H2.35a1,1,0,0,1-1-1v-9L8.79,8.85A.7.7,0,0,0,9.17,9a.7.7,0,0,0,.37-.11L17,3.6v9A1.06,1.06,0,0,1,16,13.62Z' fill='%23186775'/%3E%3C/svg%3E");
        background-size: 17px 14px;
        width: 1.7rem;
        height: 1.4rem;
        top: calc(50% - .7rem);
    }

    .contact__block .contact__phone:before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.3 17.33'%3E%3Cpath d='M15.36,10.38a10.13,10.13,0,0,1-2.12-.53,2.23,2.23,0,0,0-2.39.51l-.67.66a12.11,12.11,0,0,1-3.9-3.9l.66-.67a2.27,2.27,0,0,0,.54-2.29A12,12,0,0,1,6.93,2,2.26,2.26,0,0,0,4.69,0H2A2.24,2.24,0,0,0,.52.81,2.26,2.26,0,0,0,0,2.47,16.55,16.55,0,0,0,2.58,9.73a16.25,16.25,0,0,0,5,5,16.56,16.56,0,0,0,7.21,2.57h.24a2.26,2.26,0,0,0,2.25-2.26V12.66A2.26,2.26,0,0,0,15.36,10.38ZM16,12.65v2.42a1,1,0,0,1-1,1A15.47,15.47,0,0,1,8.3,13.66,15.26,15.26,0,0,1,3.67,9,15.34,15.34,0,0,1,1.3,2.34a1,1,0,0,1,.81-1H4.69a1,1,0,0,1,.95.86,13.5,13.5,0,0,0,.61,2.41.94.94,0,0,1-.23,1l-1,1a.65.65,0,0,0-.11.78A13.66,13.66,0,0,0,10,12.41a.67.67,0,0,0,.79-.11l1-1a1,1,0,0,1,1-.22,10.42,10.42,0,0,0,2.4.6,1,1,0,0,1,.82,1Z' fill='%23186775'/%3E%3C/svg%3E");
        background-size: 16px 16px;
        width: 1.6rem;
        height: 1.6rem;
        top: calc(50% - .8rem);
    }

    .contact__block .contact__email a,
    .contact__block .contact__phone a {
        color: var(--blue);
        font-size: 1.6rem;
        line-height: 2.7rem;
        position: relative;
        background-image: linear-gradient(var(--blue),var(--blue));
        background-position: 0 100%;
        background-repeat: no-repeat;
        background-size: 0 1px;
        transition: background-size .3s;
    }

        .contact__block .contact__email a:hover,
        .contact__block .contact__phone a:hover {
            color: var(--blue);
            background-image: linear-gradient(var(--blue),var(--blue));
            background-size: 100% 1px;
        }

.contact__block a.cta {
    display: inline-block;
    color: var(--blue);
    font-size: 1.6rem;
    font-weight: 400;
}

    .contact__block a.cta:after {
        content: "";
        width: 1.6rem;
        height: 1.6rem;
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 18.325 18.324'%3E%3Cpath fill='%23186775' d='M344.845 3814.958a1.227 1.227 0 0 0-.258-.389l-7.967-7.967a1.2 1.2 0 0 0-1.691 1.691l5.928 5.925h-13.05a1.195 1.195 0 1 0 0 2.39h13.05l-5.928 5.928a1.2 1.2 0 0 0 1.691 1.691l7.967-7.967a1.253 1.253 0 0 0 .258-.389 1.192 1.192 0 0 0 0-.913z' transform='translate(-326.611 -3806.251)'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        position: absolute;
        top: calc(50% - .8rem);
        right: 0;
        transition: all .2s linear;
    }

    .contact__block a.cta:hover:after {
        right: -.3rem;
    }

section.faq {
    background-color: #f6f7f4;
    padding: 6rem 0 15rem;
}

    section.faq h2 {
        font-size: 3.6rem;
        line-height: 5rem;
        margin-bottom: 4rem;
    }

.faq__items {
    border-top: .1rem solid var(--blue);
}

    .faq__items .card {
        border: none;
        border-bottom: .1rem solid var(--blue);
        padding: 3rem 0;
        background-color: transparent;
    }

    .faq__items .card-header {
        padding: 0;
        border: none;
        background-color: transparent;
    }

    .faq__items h4 {
        margin: 0;
    }

        .faq__items h4 button {
            background-color: transparent;
            border: none;
            margin: 0;
            padding: 0;
            font-family: 'Open Sans';
            font-size: 1.8rem;
            line-height: 3.2rem;
            color: var(--blue);
            outline: none !important;
            width: 100%;
            text-align: left;
            transition: all .3s linear;
            position: relative;
        }

            .faq__items h4 button:after {
                content: "";
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath fill='%23707070' d='M1167.7 1166.075l4.58-4.59-4.58-4.59 1.41-1.41 6 6-6 6z' transform='translate(-1167.699 -1155.485)'/%3E%3C/svg%3E%0A");
                background-repeat: no-repeat;
                width: .8rem;
                height: 1.2rem;
                position: absolute;
                top: 1rem;
                right: 0;
                transform: rotate(90deg);
                transition: all .2s linear;
            }

            .faq__items h4 button:hover:after {
                transform: rotate(90deg) translateX(.5rem);
            }

            .faq__items h4 button:not(.collapsed) {
                font-weight: 600;
            }

                .faq__items h4 button:not(.collapsed):after {
                    transform: rotate(-90deg);
                }

                .faq__items h4 button:not(.collapsed):hover:after {
                    transform: rotate(-90deg) translateX(.5rem);
                }

    .faq__items .card-body {
        padding: 1.5rem 0 0;
        color: var(--blue);
    }

        .faq__items .card-body p:last-of-type {
            margin-bottom: 0;
        }

section.search {
    margin-top: 4rem;
}

.search__items {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .search__items .search__item {
        margin-top: 2rem;
        border-bottom: .1rem solid var(--beige-light);
    }

        .search__items .search__item a {
            color: #333;
        }

            .search__items .search__item a:hover {
                color: var(--blue);
            }

        .search__items .search__item p {
            margin-bottom: 2rem;
        }

.actueelvuurvogel h3 {
    margin-bottom: 6rem;
}

.pdf__viewer {
    width: 100%;
    height: 1000px;
}

.pdf__sidebar a {
    display: flex;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    color: var(--blue);
}

    .pdf__sidebar a:hover {
        display: flex;
        font-size: 1.4rem;
        color: var(--blue-light);
    }

    .pdf__sidebar a span:first-of-type {
        min-width: 2rem;
        font-weight: bold;
    }

.pdf__sidebar .pdf__contents {
    list-style: none;
    margin: 0 0 1rem 0;
    padding: 0 0 1rem;
    border-bottom: .1rem solid var(--blue-light);
}

    .pdf__sidebar .pdf__contents li.active a {
        font-weight: bold;
    }

.pdf__extra {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: .1rem solid var(--blue-light);
}

.pagination {
    margin-top: 6rem;
}

    .pagination .page-link,
    .pagination .page-link-filler {
        display: block;
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
        text-align: center;
        background-color: #8bb3ba;
        border-radius: 2rem;
        border: .1rem solid #8bb3ba;
        color: #fff;
        font-weight: 600;
        margin: 0 .5rem;
        padding: 0;
        transition: all 0.3s linear;
    }

        .pagination .page-link:hover {
            background-color: var(--blue);
            border-color: var(--blue);
            color: #fff;
        }

    .pagination .active .page-link {
        border-color: var(--blue);
        background-color: #fff;
        color: var(--blue);
    }

    .pagination .page-link-filler {
        background-color: transparent;
        border-color: transparent;
        color: #8bb3ba;
    }

    .pagination .page-link.page-prev,
    .pagination .page-link.page-next {
        width: 4rem;
        height: 4rem;
        background-color: #8bb3ba;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath fill='%23ffffff' d='M1167.7 1166.075l4.58-4.59-4.58-4.59 1.41-1.41 6 6-6 6z' transform='translate(-1167.699 -1155.485)'/%3E%3C/svg%3E%0A");
        background-position: 50% 50%;
        border-radius: 2rem;
        border: .1rem solid #8bb3ba;
        margin: 0 .5rem;
        padding: 0;
    }

        .pagination .page-link.page-prev:hover,
        .pagination .page-link.page-next:hover {
            border-color: var(--blue);
            background-color: var(--blue);
            background-position-x: calc(50% + .3rem);
        }

    .pagination .disabled .page-link.page-prev,
    .pagination .disabled .page-link.page-next {
        background-color: transparent;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath fill='%238bb3ba' d='M1167.7 1166.075l4.58-4.59-4.58-4.59 1.41-1.41 6 6-6 6z' transform='translate(-1167.699 -1155.485)'/%3E%3C/svg%3E%0A");
        opacity: 1;
    }

    .pagination .page-link.page-prev {
        transform: scaleX(-1);
    }

.zoekresultaten .subtitle {
    font-family: 'Open Sans';
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-bottom: 1rem !important;
    color: var(--beige);
}

.zoekresultaten h4 {
    line-height: 2rem;
    margin-bottom: 1rem;
}

.zoekresultaten mark {
    padding: 0 .1rem;
    background-color: var(--beige-lighter);
}

.zoekresultaten h4 mark {
    color: var(--blue);
}

.zoekresultaten p mark {
    color: #333;
}

.cookies-wrapper {
    display: none;
    position: relative;
    z-index: 3000;
}

.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 0 3rem;
    background-color: var(--beige-lighter);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.15);
}

.cookies__text p:last-of-type {
    margin-bottom: 2rem;
}

.cookies__text h3 {
    font-family: 'RotisSemiSansPro-Bold';
    font-size: 2.4rem;
}

.cookies .button + .button {
    margin-left: 2rem;
}

@media(max-width: 375px) {
    .cookies__buttons {
        display: flex;
    }

        .cookies__buttons .button {
            transform: scale(.8);
            transform-origin: top left;
        }

    .cookies .button + .button {
        margin-left: 0;
    }
}

section.iframe iframe {
    margin: 0;
    border: none;
    width: 100%;
    height: 100vh;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1032;
    display: none;
}

.popup__wrapper {
    background-color: #e9f1f2;
    box-shadow: 0 0 6rem rgba(0, 0, 0, .25);
    width: min(90vw, 70rem);
    padding: 4rem;
    position: relative;
}

    .popup__wrapper a.cta {
        position: absolute;
        top: 1rem;
        right: 2rem;
        padding-right: 0;
        color: var(--blue);
    }

        .popup__wrapper a.cta:hover {
            color: var(--blue-light);
        }

        .popup__wrapper a.cta:after {
            content: none;
        }

    .popup__wrapper .course__dates p {
        margin-bottom: 0;
        line-height: 1.8rem;
    }

        .popup__wrapper .course__dates p:not(:last-of-type) {
            margin-bottom: 1.5rem;
        }

@media(max-width: 576px) {
    .popup__wrapper {
        box-shadow: 0 0 6rem rgba(0, 0, 0, .25);
        padding: 2rem;
    }

        .popup__wrapper .course__dates p {
            font-size: 1.3rem;
            line-height: 1.4rem;
        }

            .popup__wrapper .course__dates p:not(:last-of-type) {
                margin-bottom: 1rem;
            }

            .popup__wrapper .course__dates p a {
                margin-right: .5rem;
            }
}

.product-gallery img {
    max-width: 100%;
    height: auto;
}

body.sober main {
	background: url(/images/logo-beeldmerk-zilver.svg?v=3) no-repeat;
	background-position: top 5em right 5em;
    background-size: 40%;
}

@media(max-width: 767px) {
	body.sober main {
		background-size: 70%;
	}
	
	    .navbar-brand {
			display: none;
		}
		
		body.sober header {
			width: 70%;
		}
		
		body.sober header h1 {
			font-size: 2em;
			line-height: 1.5em;
		}
		
		body.sober .navbar-brand--text {
			display: none;
		}
}
body.sober .btn.primary {
	color: #fff;
    border-color: #115562;
    background-color: #115562;
	border-width: .1rem;
    border-radius: .2rem;
    font-size: 1.7rem;
    padding: .7rem 3.9rem .9rem 1.7rem;
    text-transform: lowercase;
	cursor: pointer;
	margin: 1.3rem 0;
	background-color: var(--blue);
	background-repeat: no-repeat;
    background-size: .74rem 1.2rem;
    background-position: calc(100% - 1.76rem) 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath fill='%23ffffff' d='M1167.7 1166.075l4.58-4.59-4.58-4.59 1.41-1.41 6 6-6 6z' transform='translate(-1167.699 -1155.485)'/%3E%3C/svg%3E%0A");
}

body.sober .btn.primary:hover, 
body.sober .btn.primary:focus, 
body.sober .btn.primary:active {
    background-position-x: calc(100% - 1.46rem); 
    outline: 0 !important;
}

body.content.sober header:not(.has-image) {
	padding-top: 2rem;
}

body.sober .help-block {
	font-style: italic;	
    color: grey;
	font-size: 0.7em;
}

body.sober .umbraco-forms-form span.contourError, 
body.sober .umbraco-forms-form span.field-validation-error {
    color: #8a1f11 !important;
    background: 0 0 !important;
}

body.sober .umbraco-forms-form span.contourError, 
body.sober .umbraco-forms-form span.field-validation-error {
    color: #8a1f11 !important;
    background: 0 0 !important;
    font-size: 1em;
    padding-bottom: 1em;
    display: block;
}

body.sober .umb-block-list .rich-text p {
	margin: auto;
}

body.sober .umb-block-list .rich-text img {
	max-width: 300px;
	height: auto;
	margin-left: auto;
}

body.sober .umbraco-forms-form .umbraco-forms-navigation input {
	max-width: 400px !important;
    width: 95%;
	margin-bottom: 100px;
	font-size: 1.4em;
}

body.sober .umbraco-forms-form .umbraco-forms-navigation {
	padding: 0;
}

body.sober .navbar-brand {
	position: absolute;
	right: 2rem;
    top: 2rem;
}

body.sober .navbar-brand .navbar-brand--image {
    position: absolute;
    top: 2rem;
    right: 2rem;
	left:auto;
    transition: all .3s linear;
}

/* altijd onderaan laten staan! */
body {
    visibility: visible;
}
