﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #212529;
    line-height: 1.6;
}

#innercontainer header {
    background: #fff;
    box-shadow: 0 4px 15px 0 rgba(40, 44, 53, .06), 0 2px 2px 0 rgba(40, 44, 53, .08);
    z-index: 99;
    position: relative;
}

span.website-title {
    position: absolute;
    top: 50%;
    left: 216px;
    transform: translatey(-50%);
    width: max-content;
    font-size: 19px;
    font-weight: 600;
    color: #671e45;
    display: none;
}

body.navigation-is-open {
    overflow: hidden;
}

* {
    box-sizing: border-box;
}

a {
    color: #0062A7;
}

li#p112 {
    display: none;
}

.breadcrum_container {
    display: none;
}

#menu_top,
#container_menu .menu {
    max-width: 1640px;
    margin: 0 auto;
}

#pull,
#container_menu_top,
#apptitle,
#header_top {
    display: none;
}

#menu_top {
    display: flex;
    justify-content: flex-end;
    font-family: "Fira Sans", Arial;
}

#menu_top li {
    display: none;
    line-height: 27px;
}

#menu_top li.mnu_logout,
#menu_top li.mnu_beheer {
    display: block;
    margin: 0 15px;
}

#menu_top li a {
    color: #FFF;
    font-size: 13px;
    text-decoration: none;
    line-height: 1.5;
}

#menu_top a:before {
    content: "";
    position: absolute;
    right: 51%;
    bottom: 0;
    left: 51%;
    height: 3px;
    background: #ababab;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

#custommenu a:hover:before,
#custommenu a:focus:before,
#custommenu a:active:before,
.active:before {
    right: 0 !important;
    left: 0 !important;
}

img.logo {
    position: absolute;
    height: 80px;
    top: 50%;
    z-index: 99999999;
    transform: translatey(-50%);
}

.b_header-wrapper {
    display: flex;
    justify-content: space-between;
    overflow: visible;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}


.b_menu-search-wrapper {
    position: unset;
}

.menu {
    display: flex;
    padding: 0;
    justify-content: center;
}

.menu li,
#footer .socials li {
    list-style: none;
}

.menu li {
    margin: 0 15px 0 0;
}

.menu li.active a,
.menu li a.active {
    font-weight: 600;
}

.menu .subMenu {
    display: none;
    position: absolute;
    background: #FFF;
    padding: 0;
    box-shadow: 2px 5px 10px -4px rgba(0, 0, 0, .5);

    

    li {
        margin: 0;

        a {
            display: flex;
            align-items: center;
            /* justify-content: center; */
            width: 100%;
            padding: 16px 24px;
            margin: 0;
            font-weight: 400;

            &:before {
                display: none;
            }
        }

        &.active {
            a {
                font-weight: 600;

                &:before {
                    display: block;
                }
            }
        }
    }
}

a[aria-expanded="true"]+.subMenu {
    display: block;
}

#p109,
#p110,
#p111 {
    display: none;
}

.name_mosaic3 #p1,
.name_mosaic3 #p105,
.name_mosaic3 #p106,
.name_mosaic3 #p107,
.name_mosaic3 #p108,
.name_mosaic3 #p104 {
    display: none;
}

.name_mosaic3 #p109,
.name_mosaic3 #p109,
.name_mosaic3 #p110,
.name_mosaic3 #p111,
.name_mosaic3 #p112 {
    display: block;
}

/* #p15 a {
    display: flex;
    font-size: 0px;
    align-items: center;
    width: 26px;
    padding-right: unset;
    margin-right: unset;
    padding-left: unset;

    &::after {
        content: '\f002';
        font-family: "Font Awesome 6 Pro";
        color: black;
        font-size: 16px;
    }
} */

.header_title,
.logo-hn {
    display: none;
}


.name_mosaic3 img.logo {
    display: none;
}

.name_mosaic3 .logo-hn {
    display: block;
    position: absolute;
    height: 80px;
    top: 50%;
    transform: translatey(-50%);
}

.name_mosaic3 #b_footer {
    display: none;
}



.name_mosaic3 .header_title {
    display: block;
    position: absolute;
    top: 50%;
    left: 199px;
    transform: translatey(-50%);
    color: #671e45;
    font-weight: 700;
}



.menu li a {
    text-decoration: none;
    color: #000000;
    border-radius: 2rem;
    margin: 0 20px;
    font-size: 17px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 103px;
    padding: 0 10px;
    font-family: "Roboto", sans-serif;
}

.menu .subMenu li a {
    height: 63px;

    &::before {
        height: 0px;
    }
}


.menu li a::before {
    content: "";
    position: absolute;
    right: 51%;
    bottom: 0;
    left: 51%;
    height: 6px;
    background: #cdc800;
    transition: all .3s ease;
}

#ctl00_menu.menu .subMenu li a {
    color: #000000;
}

#ctl00_menu.menu .subMenu li:hover a,
#ctl00_menu.menu .subMenu li.active a {
    text-decoration: none;
    color: #671e45;
}

.menu a:hover:before,
.menu a:focus:before,
.menu li.active a:before {
    right: 0 !important;
    left: 0 !important;
}

.menu a:hover,
.menu a:focus,
.menu li.active a,
.menu li a.active,
.menu li#p15.active a::after,
.menu li#p15 a:hover::after {
    color: #671e45;
}


#innerfooter {
    margin: 0 auto;
    padding: 5rem 0;
    color: #FFF;
    font-size: 18px;
    line-height: 1.5;
    background-image: url(images/shape.svg);
    background-position: right -5.625rem top 0;
    background-repeat: no-repeat;
    background: #671E45;
    max-width: 1140px;
    position: relative;
}

#innerfooter h3 {
    color: #fff;
}

#innerfooter {
    display: flex;
    flex-wrap: wrap;
}

.footer-col {
    width: 386px;
}



#innerfooter ul {
    list-style: none;
    padding: 0;
    line-height: 1.7;
}

#aspnetForm {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}


#footer {
    margin-top: auto;
    background: #671E45;
}

#footer a {
    text-decoration: none;
    color: #fff;
    display: block;
    position: relative;
    padding-left: 23px;
}

#footer a:hover::before {
    left: 3px;
}


#footer a::before {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    font-size: 13px;
    left: 0;
    top: 4px;
    transition: all 0.15s ease-in-out;
}


#innerfooter::after {
    background-image: url(images/background-image.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    height: 100%;
    content: "";
    opacity: .05;
    position: absolute;
    right: -5rem;
    top: 0;
    width: 282px;
}




#footer .socials {
    display: flex;
    gap: 1rem;
    padding: 0;
    margin: 0;
}

#footer .socials a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFF;
    color: #0046ad;
    text-align: center;
    line-height: 40px;
    transition: 300ms ease-out;
}

#footer .socials a:hover {
    background: #002761;
    color: #FFF;
}

#footer .socials a i {
    transition: 300ms ease-out;
}

#footer .cell {
    width: calc(25% - 1rem);
}

#footer .large-4 {
    width: calc(50% - 1rem);
}

@media screen and (max-width: 1320px) {
    #innerfooter::after {
        content: none;
    }
}

@media screen and (max-width: 1100px) {


    #footer .cell {
        width: 49%;
        margin-bottom: 4rem;
    }

    #footer .large-4 {
        order: 3;
        width: 100%;
    }
}

@media screen and (min-width: 1021px) {
    .menu {
        display: flex !important;
    }
}

@media screen and (max-width: 1420px) {
    #container_menu {
        overflow: visible;
    }

    .menu {
        height: 0;
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-transition: height .3s linear, padding-top .3s linear, padding-bottom .3s linear, border-width .3s linear;
        position: absolute;
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        right: 0;
        left: 0;
        top: 0;
        z-index: 9999;
        background: #fff;
    }

    .menu .subMenu {
        position: static;
        display: block;
        box-shadow: none;
    }

    img.logo {
        height: 65px;
    }

    .b_menu-open {
        display: block;
    }

    #pull {
        display: table-cell;
        vertical-align: middle;
        height: 100px;
        text-decoration: none;
        color: #671e45;
        text-align: right;
        position: relative;
        z-index: 999999;
        font-weight: 600;
        font-size: 21px;
    }

    .menu li {
        margin: 0;
    }

    .menu li a {
        width: max-content;
        padding: 17px 20px;
        margin: 7px auto;
        display: block;
        height: auto;
        font-size: 24px;
        text-align: center;

        &[aria-controls="submenu_p113"] {
            display: none;
        }
    }

    .menu-button {
        font-size: 0;
    }

    #pull::after {
        display: inline-block;
        content: "\f0c9";
        font-family: "Font Awesome 6 Pro";
        margin-top: 1px;
        margin-left: 1rem;
        vertical-align: top;
    }

    .navigation-is-open #pull::after {
        content: "\f00d";
    }


    .b_menu-search-container {
        margin: 0;
    }

    #container_menu #pull~.b_menu-open {
        position: absolute;
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        right: 0;
        left: 0;
        z-index: 9999;
        background: #FFF;
        top: 0;
        height: 100vh;
        overflow: auto;
        opacity: 1;
    }

    #container_menu #pull~.menu li:last-of-type {
        margin-bottom: auto;
    }

    #container_menu #pull~.menu li:first-of-type {
        margin-top: auto;
    }


    .b_menu-open .menu-button:after {
        content: "\f00d";
        font-weight: 400;
    }

    .noscroll #innercontainer>header,
    .fixed #innercontainer>header {
        z-index: 1;
    }
}

@media only screen and (max-width: 1420px) {
    .b_header-wrapper {
        padding: 0 20px;
    }

    #innerfooter {
        padding: 4em 20px;
    }
}

@media screen and (max-width: 600px) {
    #footer .cell {
        width: 100%;
    }
}