/*
 * Inhoud
 *
 * -Header
 * -Navigation
 * -Menu
 * -Modal
 * -Footer
 * -Media
 *  -Navigation
 *  -Watermerk
 *  -Overgang naar mobiel
 *  -Header
 *  -Watermerk
 *  -Hamburger Menu
 *  -Footer
 *  -Button Navigation
 */


/* Header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    padding: 0 140px;
    z-index: 4;
}
header::after {
    content: "";
    position: absolute;
    left: 0;
    top: -50px;
    height: 281px;
    width: 1500px;
    min-width: 1500px;
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0 0%, 0% 0%, 100% 0%, 0% 100%, 0% 0%);
    clip-path: polygon(0% 0%, 0% 0%, 0 0%, 0% 0%, 100% 0%, 0% 100%, 0% 0%);
    background-image: linear-gradient(125deg, #fff, #fff);
    z-index: -1;
}
header .logo {
    width: 260px;
    height: auto;
    padding: 0;
    margin-top: 15px;
    position: relative;
    z-index: 10;
}
header .logo img {
    height: auto;
    width: 100%;
    position: relative;
    z-index: 1;
}

header > div {
    height: 1px;
}

.main-container {
    overflow: hidden;
}

/* Navigation */
.main-navigation {
    position: absolute;
    right: 0;
    top: 0;
    height: 50%;
    width: 20%;
    display: block;
    padding: 10px 70px 0 0;
    text-align: right;
}
.nav-open .main-navigation {
    padding: 60px 70px 0 0;
}
header::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 96px;
    width: 390px;
    min-width: 390px;
    max-width: 50%;
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0 0%, 0% 0%, 100% 0%, 0% 100%, 0% 0%);
    clip-path: polygon(0% 0%, 0% 0%, 0 0%, 0% 0%, 0% 0%, 100% 100%, 100% 0%);
    background-image: linear-gradient(125deg, #fff, #fff);
    z-index: -1;
}

/* Menu */
.fullpage-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
    padding: 0 150px;
}
.nav-open .fullpage-menu::after {
    content: "";
    background: var(--primary-color);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.nav-open .fullpage-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.navbar-toggler-times,
.nav-open .navbar-toggler-icon {
    display: none;
}
.nav-open .navbar-toggler-times,
.navbar-toggler-icon {
    display: block;
    height: 40px;
    width: 40px;
}
.nav-open .navbar-toggler {
    position: relative;
}
.nav-open .navbar-toggler img {
    height: 100%;
    width: 100%;
}
.nav-open .navbar-toggler {
    z-index: 11;
}

.fullpage-menu .logo {
    width: 260px;
    height: auto;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 80px;
}
.fullpage-menu .logo img {
    height: auto;
    width: 100%;
    position: relative;
    display: block;
    z-index: 4;
}

.fullpage-menu .nav-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.fullpage-menu .settings {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 4;
    padding-top: 50px;
}
.fullpage-menu .search {
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.fullpage-menu .search a {
    height: 60px;
    width: 60px;
}

.fullpage-menu .nav-container {
    padding: 0 100px;
    width: 100%;
    display: flex;
    z-index: 4;
    position: relative;
    text-align: left;
    justify-content: space-between;
}
.fullpage-menu .left {
    width: 60%;
}
.fullpage-menu .right {
    width: 270px;
    margin-top: 10px;
}
.fullpage-menu .navbar-nav .nav-link {
    color: var(--content-color);
}
.fullpage-menu .left .navbar-nav .nav-link {
    font-size: 60px;
    line-height: 90px;
    font-family: 'Bungee', sans-serif;
    padding: 0;
    line-height: 1;
    transition: .5s;
}
.fullpage-menu .left .navbar-nav .nav-link:hover {
    transform: scale(1.05);
}
.fullpage-menu .left .navbar-nav .nav-item:not(:last-child) {
    margin-bottom: 30px;
}
.fullpage-menu .right .navbar-nav .nav-link {
    font-weight: normal;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 40px;
    padding: 0;
}
.fullpage-menu .right .navbar-nav .nav-item:not(:last-child) {
    margin-bottom: 36px;
}

.socials {
    display: flex;
    margin-top: 80px;
}
.socials a {
    height: 40px;
    width: 40px;
    display: block;
}
.socials a:not(:last-child) {
    margin: 0 40px 0 0;
}
.socials a img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.nav-footer {
    display: block;
    padding: 40px 100px;
    z-index: 4;
    position: relative;
    text-align: left;
    margin-top: auto;
:;
}
.nav-footer .footer-title {
    margin: 0;
    text-transform: uppercase;
    color: #142790;
    font-family: 'Bungee', sans-serif;
    font-size: 30px;
}

.page-button {
    position: fixed;
    right: 0;
    bottom: 30vh;
    width: 200px;
    height: 200px;
    z-index: 4;
    transition: .2s;
}
.sticky .page-button {
    bottom: 0;
    height: 100px;
}
.page-button .outer-button {
    display: block;
    height: 100%;
}
.page-button .btn.btn-meld {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bungee', sans-serif;
    color: var(--light-color);
    background: #50D630;
    font-size: 32px;
    padding: 40px;
    border: none;
    font-weight: normal;
}
.page-button .btn.btn-meld::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: -29px;
    border-style: solid;
    border-width: 0px 60px 30px 0;
    border-color: transparent #50D630 transparent transparent;
}
.sticky .page-button .btn.btn-meld::before {
    bottom: inherit;
    top: -29px;
    border-width: 30px 60px 0 0;
}
.page-button .btn.btn-meld::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: -50px;
    width: 100%;
    height: 50px;
    clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 50% 0%, 100% 0%, 90% 100%, 70% 50%);
    background: #000000;
    opacity: 0.26;
    z-index: -1;
}
.sticky .page-button .btn.btn-meld::after {
    bottom: inherit;
    top: -50px;
    clip-path: polygon(0% 100%, 0% 100%, 0% 100%, 50% 100%, 100% 100%, 90% 0%, 70% 50%);
}

/* Modal */
.openmodal {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    filter:blur(4px);
    -o-filter:blur(4px);
    -ms-filter:blur(4px);
    -moz-filter:blur(4px);
    -webkit-filter:blur(4px);
}
.modal.open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal.open::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #001489;
    opacity: 0.8;
}
.modal.open .modal-content {
    z-index: 15;
    display: block;
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 530px;
    background: #000D6A;
    color: #fff;
    font-size: 24px;
    font-family: "Roboto", sans-serif; font-weight: 600;
    font-weight: bold;
    text-align: center;
    padding: 95px 65px 45px 65px;
    height: auto;
}
.modal .modal-content .modal-times {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
}
.modal .modal-content .modal-times img {
    width: 100%;
    height: 30px;
    pointer-events: none;
}
.modal.open .modal-body {
    border-bottom: none;
}
.modal-footer {
    border-top: none;
    text-align: center;
    display: flex;
    justify-content: center;
}
.modal-footer img {
    height: 30px;
    width: auto;
    margin-right: 30px;
}
.modal-footer a {
    text-decoration: none;
    color: #fff;
}


/* Footer */
.footer {
    background: #f2f3f9;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: -1px;
}
.footer .footer-container {
    max-width: 1280px;
    width: calc(100% - 30px);
    padding: 170px 0 290px 0;
}
.footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .footer-links li a {
    font-size: 50px;
    font-family: 'Bungee', sans-serif;
    color: var(--primary-color);
    text-decoration: none;
}

.footer-container .text-right {
    color: var(--primary-color);
    font-family: "Roboto", sans-serif;
}
.footer-container .text-right h2 {
    font-size: 60px;
    font-family: 'Bungee', sans-serif;
}
.footer-container .text-right strong {
    margin-bottom: 10px;
    display: block;
    font-family: "Roboto", sans-serif; font-weight: 600;
}
.footer-container .text-right p {
    margin-bottom: 10px;
}

.footer-container .text-right .socials {
    margin-top: 40px;
    margin-left: auto;
    display: inline-block;
}
.footer-container .text-right .socials a {
    height: auto;
    float: left;
}
.footer-container .text-right .socials img {
    height: 25px;
}
.footer-container .certification-header {
    margin-top: 2rem;
    font-size: 50px;
}
.footer-container .certifications {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
}
.footer-container .certifications .outer-img {
    display: block;
}
.footer-container .certifications .outer-img:nth-child(odd) {
    padding-right: 20px;
}
.footer-container .certifications img {
    width: 100%;
    height: auto;
    max-width: 90px;
}

.footer-text {
    position: absolute;
    bottom: 0;
    height: 120px;
    background: var(--primary-color);
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
}
.footer-text .footer-bottom-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    width: 100%;
}
.footer-text .footer-bottom-container a {
    position: relative;
    text-decoration: none;
    color: var(--thirtary-color);
    padding: 0 10px;
    display: block;
    float: left;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}
.footer-text .footer-bottom-container a:first-child {
    padding-left: 15px;
}
.footer-text .footer-bottom-container a:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    height: 80%;
    width: 1px;
    background: var(--thirtary-color);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer-text .footer-bottom-container .footer-title {
    margin: 0;
    text-transform: uppercase;
    color: var(--thirtary-color);
    font-family: 'Bungee', sans-serif;
    font-size: 24px;
}

@media (min-width: 992px) {
    .footer-container .arrow-top-reverse::before,
    .footer-container .arrow-top::before {
        display: none;
    }
    .footer-container .arrow-top,
    .footer-container .arrow-bottom {
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 1600px) {
    /* Header */
    .fullpage-menu .nav-container {
        padding: 0;
    }

    .nav-footer {
        padding: 40px 0;
    }
}

@media (max-width: 1500px) {
    /* Header */
    .fullpage-menu .left .navbar-nav .nav-link {
        font-size: 60px;
    }
    .fullpage-menu .right .navbar-nav .nav-link {
        font-size: 30px;
    }

    .nav-footer .footer-title {
        font-size: 30px;
    }

    /* Footer */
    .footer .footer-container {
        padding: 170px 40px 290px 40px;
    }
    .footer-text .footer-bottom-container {
        padding: 0 40px;
    }
}

/* Overgang naar mobiel */
@media (max-width: 1200px) {
    /* Header */
    .fullpage-menu .logo {
        width: 200px;
    }

    .fullpage-menu .search {
        height: 50px;
        width: 50px;
        margin: 0;
    }

    .fullpage-menu .nav-container {
        flex-direction: column;
    }
    .fullpage-menu .left {
        width: 100%;
    }
    .fullpage-menu .left .navbar-nav .nav-item:not(:last-child) {
        margin-bottom: 25px;
    }
    .fullpage-menu .right {
        margin-top: 50px;
        width: 100%;
    }
    .fullpage-menu .right .navbar-nav .nav-item:not(:last-child) {
        margin-bottom: 18px;
    }
    .nav-footer {
        display: none;
    }
    .socials {
        margin: 50px 0;
    }
}

@media (max-width: 991px) {
    /* Header */
    .nav-open .main-navigation {
        padding: 60px 40px 0 0;
    }

    .nav-open .fullpage-menu {
        padding: 0 40px;
        overflow: auto;
    }

    .fullpage-menu .left .navbar-nav .nav-link {
        font-size: 40px;
    }
    .fullpage-menu .nav-header {
        flex-direction: column;
    }

    .fullpage-menu .nav-header .search {
        height: 50px;
        width: 100%;
        display: flex;
        margin-bottom: 50px;
        justify-content: flex-start;
    }
    .fullpage-menu .nav-header .search button {
        height: 50px;
        width: 60px;
        background: var(--secondary-color);
        display: block;
        position: relative;
    }
    .fullpage-menu .nav-header .search button img {
        height: 20px;
    }
    .fullpage-menu .nav-header .search .input-search {
        background: var(--light-color);
        border: none;
        height: 100%;
        width: calc(100% - 60px);
        display: block;
        padding: 0 25px;
    }

    header {
        padding: 0 40px;
    }
    header .logo {
        width: 130px;
        margin-top: 10px;
        margin-left: 55px;
    }
    header::after {
        height: 130px;
        width: 880px;
        min-width: 880px;
        top: -15px;
    }
    header::before {
        height: 56px;
        width: 400px;
        min-width: 400px;
    }
    .fullpage-menu .logo {
        margin-bottom: 60px;
    }

    .main-navigation {
        padding: 20px 40px 0 0;
    }
    .navbar-toggler-icon {
        height: 20px;
        width: 20px;
    }

    .page-button,
    .sticky .page-button {
        width: 150px;
        height: 60px;
        bottom: 0;
    }
    .page-button .btn.btn-meld {
        font-size: 18px;
        padding: 0;
    }
    .page-button .btn.btn-meld::before,
    .sticky .page-button .btn.btn-meld::before {
        border-width: 30px 60px 0 0;
        bottom: inherit;
        top: -20px;
    }
    .page-button .btn.btn-meld::after,
    .sticky .page-button .btn.btn-meld::after {
        bottom: inherit;
        height: 25px;
        top: -25px;
    }
    .page-button .btn.btn-meld::after {
        clip-path: polygon(0% 100%, 0% 100%, 0% 100%, 50% 100%, 100% 100%, 90% 0%, 70% 50%);
    }

    /* Footer */
    .footer {
        background: var(--light-color);
    }
    .footer-container .row {
        flex-direction: column-reverse;
    }
    .main-container .row:last-child .content-container {
        padding-bottom: 95px;
    }
    .footer-container .arrow-top {
        padding-top: 95px;
        margin-top: -94px;
    }
    .footer-container .arrow-top::before {
        height: 95px;
        background-image: linear-gradient(125deg, var(--light-color), var(--light-color));
    }
    .footer-container .arrow-top-reverse::before {
        height: 95px;
        background-image: linear-gradient(125deg, var(--default-color), var(--default-color));
        top: -94px;
    }
    .footer .footer-container .left,
    .footer .footer-container .right {
        text-align: left;
    }
    .footer .footer-container .left {
        background: var(--primary-color);
        padding: 50px 40px 200px 40px;
    }
    .footer .footer-container .right {
        padding: 145px 40px 145px 40px;
    }
    .footer .footer-container .right.arrow-top::before {
        top: 0;
    }
    .footer-container .text-right h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .footer .footer-container .left .arrow-bottom {
        padding-top: 200px;
        margin-top: -200px;
    }
    .footer-container .arrow-bottom::after {
        height: 200px;
        top: -200px;
        bottom: auto;
    }
    .footer-container .text-right .socials {
        float: left;
        margin: 30px 0 0 0;
    }
    .footer-container .certification-header {
        float: left;
        width: 100%;
    }
    .footer-container .certifications {
        justify-content: flex-start;
        width: 100%;
    }


    .footer .footer-container {
        padding: 0;
    }
    .footer .footer-links li a,
    .footer-container .left h2 {
        font-size: 35px;
        color: var(--light-color);
    }
    .footer-text .footer-bottom-container {
        padding: 0 40px;
    }
    .footer-text .footer-bottom-container .footer-title {
        font-size: 15px;
        position: absolute;
        top: -40px;
    }
    .footer-text .footer-bottom-container a:first-child {
        padding-left: 0;
    }
    .footer-text .footer-bottom-container a {
        font-size: 12px;
    }
    .footer-text .footer-bottom-container a:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 768px) {
    header .logo {
        margin-left: 0;
        margin-top: 0;
    }
}

@media (max-width: 576px) {
    /* Header */
    header .logo,
    .fullpage-menu .logo {
        width: 120px;
        margin-top: 10px;
    }

    header::after {
        height: 120px;
        width: 810px;
        min-width: 810px;
    }
    header::before {
        height: 66px;
        width: 485px;
        min-width: 485px;
    }

    /* Button Navigation */
    .nav-open .main-navigation {
        padding: 20px 35px 0 0;
    }
    .nav-open .navbar-toggler-times {
        height: 30px;
        width: 30px;
    }

    /* Modal */
    .modal.open .modal-content {
        max-width: calc(100% - 20px);
    }

    .footer-container .arrow-top::before {
        height: 62px;
    }
    .footer-container .arrow-top-reverse::before {
        height: 71px;
        clip-path: polygon(-19% 100%, 74% 0%, 0% 0%, 0 0%, 74% 0%, 100% 26%, 100% 100%);
        top: -56px;
    }
    .footer-container .arrow-top {
        padding-top: 95px;
        margin-top: -60px;
    }
}