@import url("menu.css?v=2");

/* 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-visible {
    left: 1em;
    top: 126px;
    z-index: 1000;
}

*,
:before,
:after {
    box-sizing: border-box;
}

*:focus-visible {
    outline-color: var(--default-black);
    outline-offset: var(--focus-outline-offset);
    outline-style: var(--focus-outline-style);
    outline-width: var(--focus-outline-width);
    z-index: 1;
}

html,
body {
    margin: 0;
}

body {
    font-family: "Geist", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4;
}

h1,
.h1-style,
h2,
.h2-style,
h3,
.h3-style {
    font-family: "Arial Black", Arial, sans-serif;
    margin: 0 0 16px 0;
    color: var(--primary-color);
}

h1,
.h1-style {
    font-size: clamp(1.6875rem, 0.375rem + 3.5vw, 3rem);
}

h2,
.h2-style {
    font-size: clamp(1.375rem, 0.5rem + 2.3333vw, 2.25rem);
}

h3,
.h3-style {
    font-size: clamp(1.125rem, 0.75rem + 1vw, 1.5rem);
}

p {
    margin: 0;
}

p.large {
    /* font-size: clamp(1.25rem, 1rem + 0.6667vw, 1.4rem); */
    font-size: clamp(1.15625rem, 1.0859rem + 0.3516vw, 1.4375rem);
    line-height: 1.4;
}

.b_btn {
    padding: 16px 18px;
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 18px;
    color: var(--default-white);
    background: var(--accent-color);
    text-decoration: none;
    position: relative;
    line-height: 1;
    display: inline-block;
    width: fit-content;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    height: fit-content;
    transition: all .25s ease-in-out;
}

.b_btn:hover {
    background: var(--accent-hover-color);
}

.b_btn::after {
    font-family: "Font Awesome 6 Pro";
    content: '\f0da';
    font-weight: 700;
    position: relative;
    font-size: 18px;
    display: inline-block;
    margin-left: 8px;
}

select {
    padding: 14px 18px;
    border: 1px solid #1E1E1E;
    font-size: inherit;
}

.b_btn-secondary {
    background: #FFF;
    border: 1px solid #1E1E1E;
    color: #1E1E1E;

    &:after {
        content: '\f00d';
    }

    &:hover {
        color: #FFF;
    }
}

.error,
.ok {
    color: var(--error-color);
}

.overall-error {
    margin-top: -20px;
}

.accessibility {
    display: none;
}

#aspnetForm {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

#qs-container {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.banner {
    height: clamp(15.625rem, 1.875rem + 20vw, 21.875rem);
    max-width: 1800px;
    width: 96vw;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 20px;
    background-image: url(images/banner-home.jpg);
    background-position: center;
    background-size: cover;
}

.banner.home {
    margin-top: 0;
}

.sdgheader {
    background-image: url(images/banner-sdg-dashboard.jpg);
    background-position: top center;
}

/* Startpagina start*/

/* banner and intro section start */
.banner.home {
    height: clamp(25rem, 3rem + 32vw, 35rem);
}

.grid.topsection {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
    align-items: flex-end;
    background: var(--primary-light-color);
    margin-top: -100px;
}

.intro,
.customsearch {
    flex: 1;
}

.intro p {
    font-size: clamp(1.25rem, 1rem + 0.6667vw, 1.4rem);
    line-height: 1.4;
}

/* banner and intro section end */

/* Search start */
.customsearch .b_search-container {
    display: block !important;
    position: relative;
}

.search-section {
    height: 63px;
    position: relative;

    .br-large {
        border: none;
    }
}

.ac-s-container {
    height: 63px;
}

.ssr-ac-container {
    position: unset;
    width: 100%;
    top: unset;
    transform: unset;
}

.ac-s-container>.ac-s-input-container>input {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    color: var(--mid-black-color);
    background-color: var(--default-white);
}

.ac-s-container>.ac-s-input-container label {
    position: absolute;
    margin-top: 17px;
    margin-left: 15px;
    pointer-events: none;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: var(--mid-black-color);
    font-size: 18px;
}

.ac-s-container label {
    display: block;
}

.fa-magnifying-glass:before,
.fa-search:before {
    display: none;
}

.br-large {
    border-radius: 5px;
    border: solid 1px var(--mid-black-color);
}

.btn-color {
    background-color: var(--accent-color);
    color: var(--default-white);
}

.btn-color:hover {
    background-color: var(--accent-hover-color);
}

.ac-s-container>.ac-s-input-container>button>span {
    padding: 0 20px;
    text-transform: unset;
    font-weight: 600;
    font-size: 18px;
    font-family: "Arial Black", Arial, sans-serif;
}

/* Search end */


/* Monitor section start */
.grid.monitorsectie {
    padding: 0px 60px 20px;
    max-width: 1680px;
}

.tileset h2 {
    text-align: center;
}

.monitorsectie .tileset--content--items {
    display: flex;
    justify-content: center;
    grid-gap: 40px;
    width: 100%;
    flex-wrap: wrap;
    min-width: 490px;
}

.monitorsectie .tile {
    position: relative;
    width: fit-content;
    max-width: 506px;
    width: 100%;
    max-height: 335px;
}

.monitorsectie a {
    text-decoration: none;
}

.monitorsectie .tile-section-icon {
    max-width: 506px;
    width: 100%;
    height: 306px;
    overflow: hidden;
}

.monitorsectie img {
    object-fit: cover;
    max-width: 506px;
    width: 100%;
    height: 306px;
    transition: transform 0.3s ease-in-out;
}

.text-content {
    position: relative;
    bottom: 35px;
    padding: 0 15px;
}

.text-content .b_btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 0;
    transition: all 300ms ease-in-out;
}

.text-content .b_btn::after {
    content: '\f178';
    font-size: 24px;
    transition: all 300ms ease-in-out;
}

.text-content h3 {
    margin: 0;
    width: fit-content;
    line-height: normal;
    color: var(--default-white);
    font-size: 20px;
    font-weight: 600;
    font-family: Arial, sans-serif;
}

.monitorsectie .tile a {
    height: 100%;
    display: block;
}

.monitorsectie .tile:focus-within,
.monitorsectie .tile a:hover {
    img {
        transform: scale(1.03);
    }

    .text-content .b_btn {
        padding-left: 16px;
        padding-right: 16px;
        background: var(--accent-hover-color);

        &:after {
            margin-left: 26px;
        }
    }
}


/* Monitor section End */

/* Dashboard section start */
.grid.dashboardsectie,
.grid.sdg-wrapper {
    background: var(--primary-light-color);
}

.dashboardsectie .tileset h2 {
    margin-bottom: 70px;
}

.dashboardsectie .tileset--content--items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    grid-gap: 40px;
    row-gap: 70px;
    width: 100%;
}

.tile-style--dashboard {
    display: flex;
    align-items: flex-start;
    position: relative;
    height: 160px;
    /* width: 310px; */
    background: var(--default-white);
    padding: 45px 30px 30px;
}

.dashboardsectie .tile__section--icon {
    width: 60px;
    height: 60px;
    color: var(--default-white);
    background: var(--primary-color);
    border-radius: 99px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 30px;
    top: -30px;
}

.dashboardsectie .tile__section--icon img {
    height: 34px;
    width: 34px;
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(203deg) brightness(103%) contrast(100%);
}

.dashboardsectie a {
    text-decoration: none;
}

.tilelinksection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 68px;
}

.dashboardsectie h3 {
    margin: 0;
}

.tile-style--dashboard::after {
    font-family: "Font Awesome 6 Pro";
    content: '\f178';
    font-weight: 700;
    position: absolute;
    font-size: 24px;
    display: inline-block;
    color: var(--accent-color);
    right: 32px;
    bottom: 16px;
    opacity: 0;
    transition: 300ms ease-in-out;
}

.tile-style--dashboard:hover::after {
    right: 16px;
    opacity: 1;
}

/* Dashboard section End */


/* Databank section start */
.grid.databanksectie {
    max-width: 1052px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-end;
    background: var(--accent-light-color);
}

.databank-text-section {
    max-width: 620px;
    width: 100%;
}

.grid.databanksectie .b_btn::after {
    content: '\f178';
}

/* Databank section end */

/* Custom page start */
#container:not(.page_home):not(.page_homerhedeninzicht) {
    background: var(--primary-light-color);
    flex: 1;
}

#container {
    padding-bottom: 60px;
}

.wrapper_ballroom_ASP__monitor_aspx h1,
.wrapper_ballroom_ASP__dashboard_aspx h1 {
    margin: 0;
}

.titleheader {
    width: 100%;
    padding: 40px 60px;
    background: var(--default-white);
    max-width: 1480px;
    border-radius: 5px;
    margin-top: -100px;
}

.titleheader h1 {
    margin-bottom: 0;
}

.grid.monitorsectie {
    padding: 0;
}

.btn-wrapper {
    max-width: 1520px;
    width: 100%;
    margin: 20px auto 0;
}

.home-tiles {
    .tile:nth-child(n+4) {
        display: none;
    }
}

.wrapper_ballroom_ASP__monitor_aspx h2,
.wrapper_ballroom_ASP__dashboard_aspx h2 {
    display: none;
}

.wrapper_ballroom_contact,
.wrapper_ballroom_custompage {
    background: var(--primary-light-color);
}

.wrapper_ballroom_custompage #content {
    max-width: 1720px;
    width: 100%;
    padding: 0px 60px 60px;
}

.grid.custompage {
    max-width: 1140px;
    width: 100%;
    background: var(--default-white);
}

#custompage {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

#custompagecontent h1 {
    display: none;
}

#custompage h1 {
    display: block;
}

#custompagecontent a {
    margin-top: 8px;
    color: var(--accent-color);
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    display: inline-block;
    width: 100%;
}

#custompagecontent a:hover {
    color: var(--accent-hover-color);
    text-decoration: none;
}

#custompagecontent h3,
#custompagecontent h4 {
    margin-bottom: 8px;
    margin-top: 40px;
}

#custompagecontent p {
    max-width: 900px;
    width: 100%;
}


#custompagecontent li {
    list-style: none;
}

#custompagecontent ul {
    margin-top: 8px;
    padding-left: 15px;
}

#custompagecontent li::before {
    font-size: 12px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    content: "\f0c8";
    display: inline-block;
    margin-right: 8px;
    position: relative;
    bottom: 2px;
    color: var(--accent-color);
}

.grid.monitorsectie {
    background: unset !important;
}

/* Dashboard custom page End */



/* Contact page start */
.wrapper_ballroom_contact #content {
    max-width: 1400px;
    width: 100%;
    background: var(--default-white);
    padding: 60px;
}

.inputcontacttotaal,
.inputcontacttotaal .contactinput {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.inputcontacttotaal .contactinput input,
.inputcontacttotaal .contactinput textarea {
    height: 40px;
    border: solid 1px var(--mid-black-color);
    border-radius: 5px;
    font-size: 18px;
    padding: 10px;
}

.inputcontacttotaal .contactinput textarea {
    height: 200px;
    resize: none;
}

.contactform {
    max-width: 1380px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
}

.contactform .contact-intro {
    grid-column: 1 / -1;
}

.contactform> :nth-last-child(-n+3) {
    grid-column: 1 / -1;
}

.contactfield label {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 600;
    font-family: Arial, sans-serif;
}

#ctl00_QsPH_contactForm_sendstatus {
    display: none;
}

#ctl00_QsPH_contactForm_sendstatus.error {
    display: block !important;
}

#container_contactinfo {
    max-width: 900px;
    width: 100%;
}

.contact-intro {
    margin-top: 8px;
}

/* End contact page */
 .bredeicon img {
    max-width: 60px;
}

.grid.welvaartsmonitorintro,
.grid.economiesectie,
.grid.welzijnsectie,
.grid.welvaartsectie,
.grid.geefsectie,
.grid,
.c2a {
    background: var(--default-white);
}

.grid.welvaartsmonitorintro {
    margin-top: -100px;
}

.sdg-block {
    display: flex;
    flex-direction: column;
    gap: 40px;

    .block-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;

        .goals-logo {
            width: 400px;
        }

        .filter-option {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 1rem;
            width: 100%;
        }
    }

    h2,
    .b_cat-intro {
        display: none;
    }

    .tileset--content--items {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        gap: 2.5rem;

        a {
            display: flex;
            transition: all .25s cubic-bezier(0.38, 0, 0, 0.99);

            img {
                width: 100%;
            }

            &:hover {
                transform: scale(1.05);
            }
        }
    }
}


/* De Lokale Brede Welvaartsmonitor Rheden - Start */
.innersectie {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1100px;
}

.grid.economiesectie,
.grid.welzijnsectie,
.grid.welvaartsectie,
.grid.geefsectie {
    display: flex;
    max-width: 1400px;
    padding: 40px 60px;
    justify-content: start;
    gap: 40px;
}

.wrapper_ballroom_contact #content {
    padding: 40px 60px;
    border-radius: 5px;
}

.intro .large:first-of-type {
    margin-bottom: 12px;
}

.sdgdashboardintro {
    padding-bottom: 40px;

    .intro {
        h1 {
            margin: 0;
        }
    }
}

.economiesectie,
.welzijnsectie,
.welvaartsectie,
.geefsectie {

    .tileset--content--name {
        display: none;
    }

    .tileset--content--items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: space-between;
        gap: 30px;
    }

    a {
        color: var(--accent-color);
        text-decoration: none;
    }

    .a-fa[aria-expanded="true"]::after {
        content: '\f070';
    }

    .a-fa[aria-expanded="false"]::after {
        content: '\f06e';
    }

    .tile {
        height: fit-content;
        display: flex;
        gap: 10px;

        a {
            text-decoration: none;
            display: flex;
            flex-direction: row;
            gap: 12px;
            color: var(--primary-color);
        }

        .tile__section--icon {
            width: 105px;
            height: 105px;
            padding: 5px;

            img {
                width: 95px;
                height: 95px;
            }
        }

        h3 {
            font-size: 18px;
            margin: 0;
        }

        .tile__section--text {
            color: var(--mid-black-color);
        }
    }
}

.begeleidendetekst {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.begeleidendetekst h2 {
    margin: 0;
}

.grid.c2a {
    padding: 32px 40px;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-end;
}


/* De Lokale Brede Welvaartsmonitor Rheden - End */
@media screen and (max-width: 1648px) {
    .banner {
        margin-left: 24px;
        margin-right: 24px;
    }

    .grid.welvaartsmonitorintro,
    .titleheader,
    .grid.topsection {
        width: 93vw;
    }

    #content,
    .grid {
        width: 96vw;
    }

    .grid.monitorsectie {
        width: 100%;
    }

    .monitorsectie .tileset--content--items {
        padding: 0px 32px;
    }
}

@media screen and (max-width: 1450px) {
    .dashboardsectie .tileset--content--items {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .monitorsectie .tile {
        min-width: 417px;
    }
}

@media screen and (max-width: 1300px) {

    .grid.economiesectie,
    .grid.welzijnsectie,
    .grid.welvaartsectie,
    .grid.geefsectie {
        gap: 24px;
        padding: 32px;
    }
}

@media screen and (max-width: 1100px) {
    .sdg-block {
        .tileset--content--items {
            grid-template-columns: 1fr 1fr 1fr 1fr;
            gap: 1.5rem;
        }
    }

    .grid.c2a,
    .grid.databanksectie {
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
    }

    .databank-text-section {
        max-width: 100%;
    }

    .grid.topsection {
        flex-direction: column;
        gap: 32px;
    }

    #custompage {
        gap: 32px;
    }

    .intro,
    .customsearch {
        width: 100%;
    }

    .grid.c2a,
    .grid.economiesectie,
    .grid.welzijnsectie,
    .grid.welvaartsectie,
    .grid.geefsectie,
    #content,
    .grid {
        padding: 32px;
    }

    #qs-container {
        gap: 50px;
    }

    .monitorsectie .tileset--content--items,
    .wrapper_ballroom_custompage #content,
    .grid.monitorsectie {
        padding: 0px 32px;
    }

    /* .grid.economiesectie, .grid.welzijnsectie, .grid.welvaartsectie, .grid.geefsectie {
        flex-direction: column;
    } */
    .economiesectie,
    .welzijnsectie,
    .welvaartsectie,
    .geefsectie {

        .tileset--content--items {
            display: grid;
            grid-template-columns: 1fr;
            justify-content: space-between;
            gap: 24px;
        }
    }

    .innersectie {
        gap: 24px;
    }
}


@media screen and (max-width: 1050px) {
    .dashboardsectie .tileset--content--items {
        grid-template-columns: 1fr 1fr;
        row-gap: 50px;
    }
}


@media screen and (max-width: 940px) {

    .monitorsectie .tile-section-icon,
    .monitorsectie img,
    .monitorsectie .tile,
    .monitorsectie .tileset--content--items {
        max-width: 100%;
        width: 100%;
    }

    .monitorsectie .tile-section-icon,
    .monitorsectie img {
        height: 250px;
    }

    .monitorsectie .tile {
        height: 268px;
    }
}

@media screen and (max-width: 840px) {
    .contactform {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
}

@media screen and (max-width: 700px) {
    .sdg-block {
        .tileset--content--items {
            grid-template-columns: 1fr 1fr 1fr;
        }
    }

    .banner {
        display: none;
    }

    .titleheader,
    .grid.topsection {
        margin-top: 0;
    }

    #qs-container {
        gap: 40px;
    }

    .wrapper_ballroom_contact #content,
    #content,
    .grid,
    .titleheader,
    .grid.topsection {
        width: 100%;
        border-radius: 0;
        padding: 32px;
    }

    .grid.c2a,
    .grid.databanksectie {
        width: 96vw;
    }

    .dashboardsectie .tileset--content--items {
        grid-template-columns: 1fr;
        row-gap: 16px;
    }

    .dashboardsectie .tile__section--icon {
        width: unset;
        height: unset;
        background: unset;
        border-radius: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        left: unset;
        top: unset;
    }

    .dashboardsectie .tile__section--icon img {
        filter: invert(13%) sepia(19%) saturate(2836%) hue-rotate(202deg) brightness(90%) contrast(99%);
    }

    .tilelinksection {
        min-height: unset;
    }

    .tile-style--dashboard {
        display: flex;
        align-items: center;
        position: relative;
        height: 70px;
        background: var(--default-white);
        padding: 16px;
        gap: 12px;
        border-radius: 5px;
    }

    .tile-style--dashboard::after {
        opacity: 1;
        right: 16px;
    }

    #content,
    .grid {
        padding: 24px;
    }

    .dashboardsectie .tileset h2 {
        margin-bottom: 24px;
    }

    .grid.monitorsectie {
        padding: 0;
    }

    .wrapper_ballroom_ASP__dashboard_aspx .grid.dashboardsectie,
    .monitorsectie .tileset--content--items {
        gap: 24px;
        padding: 0 20px;
    }

    .titleheader {
        width: calc(100% - 40px);
        margin-top: 24px;
        border-radius: 5px;
    }

    .grid.welvaartsmonitorintro {
        margin-top: 24px;
        border-radius: 5px;
    }

    .wrapper_ballroom_custompage #content {
        padding: 0;
    }

    #custompage {
        gap: 24px;
    }

    .grid.economiesectie,
    .grid.welzijnsectie,
    .grid.welvaartsectie,
    .grid.geefsectie {
        flex-direction: column;
    }
}

@media screen and (max-width: 560px) {
    .sdg-block {
        .tileset--content--items {
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
        }
    }


    .monitorsectie .tileset--content--items,
    .monitorsectie .tile {
        min-width: unset;
    }

    .monitorsectie .tile-section-icon,
    .monitorsectie img {
        height: 180px;
    }

    .monitorsectie .tile {
        height: unset;
    }

    .text-content {
        bottom: 0;
        padding: 0;
    }
}

@media screen and (max-width: 400px) {
    .customsearch h2 {
        margin-bottom: 0;
    }

    .accessibility {
        display: block;
        margin-bottom: 8px;
    }

    .bredeicon,
    .ac-s-container>.ac-s-input-container label {
        display: none;
    }

    .grid.c2a,
    .grid.economiesectie,
    .grid.welzijnsectie,
    .grid.welvaartsectie,
    .grid.geefsectie,
    #content,
    .grid,
    .wrapper_ballroom_contact #content,
    #content,
    .grid,
    .titleheader,
    .grid.topsection {
        padding: 14px;
    }

    .economiesectie,
    .welzijnsectie,
    .welvaartsectie,
    .geefsectie {
        & .tile {
            a {
                flex-direction: column;
                gap: 12px;
                padding: 15px;
                border: solid 2px var(--primary-color);
                border-radius: 5px;
                background: var(--primary-light-color);
            }
        }
    }

    .economiesectie,
    .welzijnsectie,
    .welvaartsectie,
    .geefsectie {
        & .tile {
            .tile__section--icon {
                width: 65px;
                height: 65px;
                padding: 0;
            }
        }
    }

    .economiesectie,
    .welzijnsectie,
    .welvaartsectie,
    .geefsectie {
        & .tile {
            & .tile__section--icon {
                img {
                    width: 65px;
                    height: 65px;
                }
            }
        }
    }

    .tilelinksection h3 {
        max-width: 50vw;
    }

    .grid.welvaartsmonitorintro,
    .titleheader,
    .grid.topsection {
        width: 100%;
    }
}