#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,
    .mnu_lang,
    .mnu_logout {
        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 3px 6px 0 rgba(52, 52, 52, .06), 0 7px 14px 0 hsla(0, 0%, 46%, .1);
    box-shadow: 0 3px 6px 0 rgba(52, 52, 52, .06), 0 7px 14px 0 hsla(0, 0%, 46%, .1);
    z-index: 999;
}

.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 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: 21px 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: 400;
}

.b_header-wrapper .active a {
    color: #00526e;
    text-decoration: underline;
}

#footer {
    position: relative;
    z-index: 81;
    margin-top: auto;
    background: #EFEFEF;

    .grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: center;
        gap: 16px 0;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    img {
        width: 123px;
    }

    .content--container-footer {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .content--container {
        margin-bottom: 10px;
    }

    .feedback-btn {
        display: flex;
        gap: 10px;
        position: fixed;
        align-items: center;
        right: 10px;
        top: 50%;
        padding: 5px 20px;
        border-radius: 3px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
        transform: translateY(-50%);
        -webkit-transform: rotate(270deg) translateY(50px);
        -moz-transform: rotate(270deg) translateY(50px);
        -ms-transform: rotate(270deg) translateY(50px);
        transform: rotate(270deg) translateY(50px);
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        background-color: #00526E;
        border-color: #00526E;
        font-size: 16px;
        font-weight: 400 !important;
        color: #FFFFFF !important;
        text-decoration: none;

        &:hover {
            right: 15px;
        }

        &:focus {
            outline: 2px dashed #00526e;
        }
    }
}

.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;
    font-size: 19px;
}

.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: 1325px) {
    #pull {
        display: inline-block
    }

    #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;
    }
}

.close-popup {
    position: absolute;
    right: 16px;
    top: 16px;
    border: 1px solid #FFF;
    border-radius: 3px;
    background: none;
    cursor: pointer;
    color: #757575;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.popup .close-popup {
    top: 35px;
}

.close-popup svg {
    height: 25px;
    margin-left: 8px;
}

.close-popup:hover svg polygon,
.close-popup:active svg polygon,
.close-popup:focus svg polygon {
    fill: #343434;
}

.close-popup:hover {
    color: #343434;
    border: 1px solid #757575;
}

.close-popup:active {
    color: #343434;
    background: #efefef;
    border: 1px solid #efefef;
}

.close-popup:focus {
    color: #343434;
    outline-color: #0070b9;
    border: 1px solid #efefef;
}

@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: 950px) {
    #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;
    }
}