#b_header-wrapper a, #footer a {
    text-decoration: none;
}

#apptitle {
    display: none;
}

#menu_top {
    display: flex;
    justify-content: right;
    gap: 1rem;
    max-width: 100%;
    margin: 0;
    list-style: none;
}

#menu_top li {
    display: none;
}

#menu_top .mnu_beheer, #menu_top .mnu_lang {
    display: inline-block;
}

#menu_top .mnu_lang.lang--active {
    font-weight: bold;
}

#menu_top li a {
    text-decoration: none;
}

.b_header-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    z-index: 70;
}

body.fixed.noscroll .button-feedback-fixed {
    display: none!important;
}

.b_header-wrapper, #footer {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 32px;
}

.b_header-wrapper a, #footer a {
    text-decoration: none;
    color: #343434;
}

#footer .popup a {
    color: #FFF;
}

#footer p a {
    text-decoration: underline;
}

.b_header-wrapper:before, #footer:after {
    content: "";
    display: block;
    height: 8px;
    width: 100%;
    background-image: -webkit-gradient(linear,left top,right top,from(#aa418c),to(#ff9300));
    background-image: linear-gradient(90deg,#aa418c,#ff9300);
}

.grid {
    max-width: 1140px;
    width: 100%;
    padding-right: 58px;
    padding-left: 58px;
    margin: 0 auto;
}

#header_top {
    width: 100%;
    background: #efefef;
}

#header_top .grid {
    display: flex;
    justify-content: space-between;
    align-content: center;
    max-width: 100%;
    padding: 0 114px;
}

.back-btn, #menu_top {
    font-size: 14px;
}

.back-btn:before {
    content: "\f053";
    font-family: "Font Awesome 6 Pro";
    margin-right: 10px;
    font-weight: bold;
    transition: .25s ease-in-out;
    line-height: 1;
}

.back-btn:hover:before {
    margin-right: 15px;
    margin-left: -5px;
}

#header {
    width: 202px;
    margin: 22px 40px 21px auto;
}

.b_menu-search-container {
    width: 782px;
    margin-right: auto;
}

.header_logo {
    display: flex;
    gap: 16px;
    align-content: center;
}

.logo-subtitle {
    display: inline-block;
    padding: 0 20px 0 0;
    border-right: 1px solid #D8D8D8;
    font-size: 18px;
    line-height: 24px;
    color: #00526E;
}

.menu {
    display: flex;
    gap: 24px;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 500;
}

.b_header-wrapper .active a {
    color: #00526e;
    text-decoration: underline;
}

#footer {
    position: relative;
    z-index: 81;
    margin-top: auto;
    background: #EFEFEF;
}

#footer .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    gap: 16px 0;
    padding-top: 12px;
    padding-bottom: 12px;
}

#footer .content--container-footer {
    padding-top: 40px;
    padding-bottom: 0;
}

#footer .content--container {
    margin-bottom: 10px;
}

#footer img {
    width: 123px;
}

.footer-links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    list-style: none;
}

.navigation-is-open {
    overflow: hidden;
}

.b_menu-search-wrapper {
    position: static;
}

.b_header-wrapper {
    justify-content: space-between;
}

#header {
    width: auto;
    margin-left: 114px;
}

.b_menu-search-container {
    width: auto;
    margin-right: 114px;
}

#pull:after {
    display: inline-block;
    content: "\f0c9";
    font-family: "Font Awesome 6 Pro";
    margin-top: 1px;
    margin-left: .5rem;
    vertical-align: top;
    font-weight: 400;
}

.navigation-is-open #pull:after {
    content: "\f00d";
}

.menu-button {
    font-size: 16px;
    text-transform: capitalize;
}

#container_menu {
    overflow: visible;;
}

#pull {
    display: none;
}

@media screen and (max-width: 1413px) {
    #pull {
        display: inline-block;
        padding: 17px 0;
    }

    #container_menu .menu {
        display: none;
        position: absolute;
        right: 0px;
        left: 0px;
        margin-top: 17px;
        z-index: 99;
        width: 100vw;
        max-width: 1440px;
        height: calc(100vh - 111px);
        background: #FFF;
    }

    .menu li a {
        display: block;
        width: 100%;
        padding: 12px 8%;
    }

    #container_menu .menu.b_menu-open {
        display: block;
    }
}

@media screen and (max-width: 1450px) {
    .b_menu-search-container {
        margin-right: 8%;
    }

    #header {
        margin-left: 8%;
    }

    #header_top .grid {
        padding: 0 8%;
    }
}

@media screen and (max-width: 850px) {
    #header_top .grid {
        padding: 0 20px;
    }

    #header {
        margin-left: 20px;
    }

    .b_menu-search-container {
        margin-right: 20px;
    }    

    .grid {
        padding-right: 20px;
        padding-left: 20px;
    }
    
    #footer .grid {
        margin: 40px auto;
    }
    
    .footer-links {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .header_logo img {
        display: none;
    }
}