@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary-green-color: #3C7623;
    --secondary-blue-color: #00C1D5;
    --light-grey: #F4F4F4;
    --default-white: #FFF;
    --default-black: #212529;
    --error-color: #B30000;
    --stroke-color: #DEE2E6;

    /*Hover colors */
    --hover-primary: #366A20;

    /* Focus colors */
    --focus-outline-color: currentColor;
    --focus-outline-offset: 0.1rem;
    --focus-outline-style: solid;
    --focus-outline-width: 2px;
}

#qs-container {
    max-width: 100%;
}

#content,
.grid {
    max-width: 1340px;
    margin: 0 auto;
    padding: 48px 30px;
}

/* skiplinks */
.a-skiplink {
    background-color: #fff;
    border: 2px solid #999;
    display: block;
    left: -1000em;
    padding: .5em;
    position: absolute;
    z-index: 10;
    transition: none;
}

.a-skiplink:focus {
    left: 1em;
    top: 126px;
    z-index: 1000;
}

/* base styling */
.a-fa {
    font-weight: 500;
    display: inline-block;
    position: relative;
}

.b-fa {
    font-weight: 500;
    display: inline-block;
    position: relative;
}

.b-fa:hover {
    text-decoration: solid 1px currentColor !important;
}

.b-fa:before {
    font-size: 12px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    content: "\f324";
    display: inline-block;
    margin-right: 10px;
    color: var(--primary-red-color);
}

.a-fa {
    &:after {
        font-size: 12px;
        font-family: "Font Awesome 6 Pro";
        font-weight: 400;
        content: "\f08e";
        display: inline-block;
        margin-left: 10px;
    }

    &:hover {

        &:after {
            margin-left: 14px;
            margin-right: -4px;
        }
    }
}

.breadcrum_container,
#container_menu_top,
#apptitle,
#header_top,
#pull {
    display: none !important;
}

#container_menu {
    overflow: visible;
}

#menu_top,
#container_menu .menu,
#innerfooter,
#customsearch {
    max-width: 1340px;
    width: 100%;
}

#container_menu,
#innerfooter {
    font-family: "Noto Sans", sans-serif;
    line-height: 1.6;
    font-size: 18px;

    ul {
        padding: 0;
        margin: 0;
    }

    li {
        list-style: none;
    }

    a {
        font-size: 17.6px;
        font-weight: 600;
        text-decoration: none;
        color: var(--default-black);
        display: inline-block;
        position: relative;
    }

    a:hover {
        color: var(--primary-green-color);
        border-bottom: none;
    }

    p {
        margin: 0;
    }

    .active a:not(.subMenu a) {
        color: var(--primary-green-color);
    }

}

.logo {
    max-width: 250px;
    width: 100%;
    max-height: 60px;
    height: 60px;
}

#innerheader {
    a {
        display: block;
    }

    p {
        margin: 0;
    }
}

#innercontainer header {
    background: var(--default-white);
    border-bottom: solid 1px var(--stroke-color);
}

.b_header-wrapper {
    height: 82px;
    max-width: 1340px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 30px;
}

.menu {
    display: flex;
    gap: 24px;
    align-items: center;
}

#container_menu .subMenu {
    display: none;
    padding-top: 20px;
    background: var(--default-white);
    position: relative;
    min-width: 270px;
    border: 1px solid var(--stroke-color);
    border-top: none;
    z-index: 12;

    ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    li {
        padding: 0 20px;
    }

    li:not(:last-child) a {
        border-bottom: 1px solid var(--stroke-color);
    }

    a {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        padding: 10px 0;
    }
}

#p103,
#p104 {
    position: relative;
}

#p103 a[aria-expanded="true"]+.subMenu,
#p104 a[aria-expanded="true"]+.subMenu {
    display: block;
    position: absolute;
    top: 28px;
    left: -20px;
}

.subMenu::after {
    content: "";
    display: block;
    width: 100%;
    height: 13px;
    background: url(images/balk.png) no-repeat right bottom;
    background-size: contain;
}

/* Submenu btn */
#p103 a:after {
    font-size: 15px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    content: "\f078";
    display: inline-block;
    margin-left: 8px;
}

#p104 a:after {
    font-size: 15px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    content: "\f078";
    display: inline-block;
    margin-left: 8px;
}

#p104 a[aria-expanded="true"]::after,
#p103 a[aria-expanded="true"]::after {
    content: "\f077";
}

/* Chevrons in submenu */
#p104 .subMenu a::after,
#p103 .subMenu a::after {
    font-size: 15px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 500;
    content: "\f054";
    display: inline-block;
    margin-left: auto;
    position: relative;
    display: none;
}

/* Zoek btn */
#p108 {
    margin-left: 48px;
}

#p108 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 0;
}

#p108 a:after {
    font-size: 24px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    content: "\f002";
    display: inline-block;
}

/* Login btn */
.authenticated_False #p107,
.authenticated_True #p106 {
    display: none;
}

#p106 a:after {
    font-size: 15px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    content: "\e4b2";
    display: inline-block;
    margin-left: 8px;
}

/* Logout btn */
#p107 a:after {
    font-size: 15px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    content: "\e4b1";
    display: inline-block;
    margin-left: 8px;
}




.page_lokale-monitor-achtergrondinformatie #p104 a:not(.subMenu a),
.page_landelijke-monitor-achtergrondinformatie #p103 a:not(.subMenu a) {
    color: var(--primary-green-color);
}




/* Footer */
#footer {
    background: var(--default-white);
    margin-top: auto;
}

#innerfooter .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    grid-gap: 30px;
    width: 100%;
    padding: 80px 30px;
}

#innerfooter.grid::after {
    max-height: 107px;
    height: 100%;
}

#innerfooter .c-1 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.c-1 ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.h4-style {
    font-size: 18px;
    margin: 0;
    line-height: 1.2;
}

#innerfooter h2 {
    margin-bottom: 0;
    font-family: "Noto Sans", sans-serif;
    margin: 0;
    line-height: 1.2;
    font-weight: 700;
    font-size: clamp(1.2625rem, 0.8575rem + 1.08vw, 1.6rem);
    color: var(--default-black);
}

#innerfooter a {
    font-size: 16px;
    font-weight: 400;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: var(--default-black);
    text-underline-offset: 2px;
}

.logo-kences {
    max-width: 250px;
    width: 100%;
}

.logo-bzk {
    max-width: 250px;
    width: 100%;
}



#footer::after {
    content: "";
    display: block;
    width: 100%;
    height: clamp(2.8125rem, -1.8375rem + 12.4vw, 6.6875rem);
    background: url(images/balk.png) no-repeat right bottom;
    background-size: contain;
}

@media screen and (max-width: 1150px) {
    #pull {
        display: block !important;
    }

    #pull:after {
        font-family: "Font Awesome 6 Pro";
        font-size: 17.6px;
        font-weight: 400;
        content: "\f0c9";
        margin-left: 8px;
    }

    #pull[aria-expanded="true"]::after {
        content: "\f00d";
    }

    .menu {
        display: none;
    }

    .b_menu-open {
        display: block;
        padding: 0 15px !important;
        position: absolute;
        top: 82px;
        left: 0;
        z-index: 9;
        background: var(--default-white);
        box-shadow: 0 4px 15px 0 rgba(40, 44, 53, 0.06);


        a {
            padding: 24px 16px;
            width: 100%;
            display: flex !important;
            align-items: center;
        }

        #p103 a[aria-expanded="true"]+.subMenu,
        #p104 a[aria-expanded="true"]+.subMenu {
            position: relative;
            top: unset;
            left: unset;
            padding-top: unset;
            min-width: unset;
            border: none;
            background: unset;

            li:not(:last-child) a {
                border-bottom: none;
            }

            a {
                font-size: 17.6px;
                font-weight: 600;
                text-decoration: none;
                color: var(--default-black);
                display: flex;
                position: relative;
                padding: 24px 30px;
            }

            a:hover {
                color: var(--hover-primary);
            }
        }

        .subMenu::after {
            display: none;
        }

        #p104 .subMenu a::after,
        #p103 .subMenu a::after {
            display: none;
        }

    }

    #container_menu .subMenu li {
        padding: 0 !important;
    }

    .b_menu-search-wrapper {
        position: unset;
    }

    .b_header-wrapper {
        position: relative;
    }

    #p103 a:after,
    #p104 a:after {
        margin-left: auto;
    }

    #p108 {
        margin-left: 0;
    }

    #p108 a {
        font-size: 17.6px;
        font-weight: 600;
        text-decoration: none;
        color: var(--default-black);
        display: flex;
        position: relative;
        padding: 24px 16px;
        width: unset;
        height: unset;
        justify-content: start;
    }

    #p108 a:after {
        font-size: 15px;
        margin-left: 8px;
    }
}

@media screen and (max-width: 800px) {
    #innerfooter .grid {
        grid-template-columns: 1fr;
        padding: 30px;
    }

    .logo-abf,
    .logo-kences,
    .logo-bzk {
        max-width: 200px;
    }

}

@media screen and (max-width: 800px) {
    .logo {
        max-height: 40px;
    }
}