@import url(default.css?=v1);
@import url(menu.css?=v2);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap);

html,
body {
    margin: 0;
    width: 100%;
    font-family: Inter, sans-serif;
    line-height: 1.6;
    font-size: 16px;
}

*,
:before,
:after {
    box-sizing: border-box;
}

h1,
h2,
.h2-style,
h3,
h4,
h5,
h6 {
    font-family: 'Merriweather', serif;
    font-weight: 400;
    line-height: 1.3;
}

h1 {
    font-size: clamp(1.75rem, 0.875rem + 3.5vw, 3.4rem);
}

h2,
.h2-style {
    font-size: clamp(1.125rem, 0.9375rem + 0.75vw, 1.45rem);
}

p,
p span {
    font-size: clamp(1.125rem, 0.9688rem + 0.625vw, 1.4375rem);
    font-size: 16px;
    font-family: Inter, sans-serif;
}

.wrapper_ballroom_ASP__homeais_aspx #qs-container,
.wrapper_ballroom_homeais #qs-container {
    max-width: 100%;
}

#custompagecontent,
.grid{
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
}

/* Start hero section */
.header-section {
    display: grid;
    justify-content: flex-end;
    gap: 68px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    grid-template-columns: 1fr 1fr;
    overflow: visible;
}

.ac-s-container>.ac-s-input-container{
    outline: none;
}

#header-img img {
    max-width: clamp(36.25rem, 13.75rem + 40vw, 43.75rem);
    height: 600px;
    position: absolute;
    left: -150px;
    object-fit: cover;
    width: 100%;
}

#headertext h1,
#headertext p {
    color: #fff;
    margin: 0;
}

/* #headertext p{
        font-size: clamp(1.125rem, 0.9688rem + 0.625vw, 1.4375rem);
    } */

/* Start headertext */
.grid.top-header {
    background: #1C3747;
    max-width: 100%;
    padding-top: 64px;
    overflow: visible;
}

#headertext {
    position: relative;
    display: flex;
    max-width: 580px;
    margin: 0;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 40px;
    height: 530px;
    margin: 0;
    padding: 64px 0;
}

.header-text-section {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

#headertext p {
    line-height: 29px;
}

/* End headertext */
/* End hero section */


/* Start search section*/
.wrapper_ballroom_homeais .b_search-container,
.wrapper_ballroom_asp__homeais_aspx .b_search-container {
    display: block;
}

.ssr-ac-container {
    position: relative;
    width: 100%;
    top: unset;
    transform: unset;
}

#search-placeholder {
    position: relative;
    height: 62px;
}

.ac-s-container label {
    display: block;
}

.br-large {
    border-radius: unset;
}

.ac-s-container {
    height: 62px;
}

.ac-s-container>.ac-s-input-container>i {
    display: none;
}

.ac-s-input-container .btn-color:focus {
    outline: 2px solid #fff;
    outline-offset: -0.1rem;
}

.ac-s-container>.ac-s-input-container label {
    color: #fff;
    margin-top: 16px;
    margin-left: 5px;
    opacity: 1;
}

.ac-s-container>.ac-s-input-container>input {
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    border-bottom: solid;
    border-width: 2px;
    background-color: unset;
}

.btn-color span {
    display: none;
}

.btn-color {
    background: unset;
    color: #fff;
    display: inline-block;
    position: relative;
    width: 45px;
}

.btn-color::after {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\f002";
    font-size: clamp(1.125rem, 0.9792rem + 0.7778vw, 1.5625rem);
    width: 45px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ac-s-container>.ac-s-input-container.focus {
    outline: 2px solid #fff;
}

.select-wrapper.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#geo_search_bar[aria-disabled="true"] {
    pointer-events: none;
}

/* eind search section */


/* Start selectors section */
.step-1 h2,
.step-2 h2,
.step-3 h2 {
    display: inline-block;
    margin: 60px 0 12px 0;
}

.dropdowns {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.select-wrapper {
    width: 100%;
    max-width: 580px;
    min-width: 300px;
}

.label-wrapper {
    display: inline-block;
    margin: 0;
    font-weight: 400;
    margin-bottom: 0;
    position: absolute;
    margin-top: 15px;
    margin-left: 0;
    font-size: 18px;
    transition: all 0.5s ease;
    color: rgba(20, 35, 40, 0.5);
    z-index: 12;
}

.label-wrapper.active,
.input_active {
    margin-top: 0px !important;
    font-size: 14px;
    color: #757575;
}

.label-wrapper label,
.label-wrapper,
.contactfield,
.contactfield label {
    pointer-events: none;
}

.input-wrapper label {
    display: inline-block;
    margin-right: .2rem;
    margin-bottom: .2rem;
}

.input-wrapper select {
    width: 100%;
    padding: 1.55rem 0 1.1875rem;
    border: none;
    border-bottom: 1px solid #757575;
    font-size: 1.125rem;
    font-family: inherit;
    line-height: 1rem;
    max-width: 580px;
    color: #000;
}

.geoitem-search input,
.sectoritem-search input {
    width: 100%;
    padding: 1.55rem 0 1.1875rem;
    border: none;
    border-bottom: 1px solid #757575;
    font-size: 1.125rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 580px;
}

.geoitem-search,
.sectoritem-search {
    position: relative;
}

.geoitem-search::after,
.sectoritem-search::after {
    position: absolute;
    right: 0;
    top: 0;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: "\f002";
    font-size: clamp(1.125rem, 0.9792rem + 0.7778vw, 1.5625rem);
    width: 45px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #757575;
}

.result_list {
    position: absolute;
    width: 100%;
    background: #FFF;
    z-index: 14;
    box-shadow: 2px 2px 20px -14px #595959;
    max-height: 500px;
    overflow: auto;
    overflow-x: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

.result_list ul {
    margin: 0;
    padding: 0;
}

.result_list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.result_list a {
    width: 100%;
    padding: 8px;
    border: none;
    font-size: 1.125rem;
    line-height: 1rem;
    color: #000;
    display: block;
    text-decoration: none;
}

.result_list li:nth-child(odd) {
    background: #ebebeb;
}

.result_list a:hover {
    color: #fff;
    background: #1967D2;
}

.result_list a:focus {
    outline: 2px solid #000;
    outline-offset: -.1rem;
}

/* End selectors section */

/* Start tiles section */
.phototext {
    margin-top: 20px;
    max-width: 1200px;
    display: grid;
    grid-gap: 32px;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
}

.phototext p {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 8px;
}

.phototext img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.tileset .h2-style {
    margin: 10px 0;
}

.tileset--content--items {
    display: flex;
    flex-wrap: wrap;
    max-width: 1280px;
}

.tileset--content--items .tile {
    width: 100%;
}

#tile_2 figure {
    margin: 0;
}

#tileset2 {
    margin-top: 50px;
}

.tileset--content--items a {
    display: inline-block;
    text-decoration: none;
    text-underline-offset: 8px;
    width: fit-content;
    font-family: Inter, sans-serif;
    color: #DB1457;
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
    position: relative;
}

.tileset--content--items a:before {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    content: "\f054";
    width: 15px;
    font-family: "Font Awesome 6 Pro";
}


.tileset--content--items a:nth-last-of-type(4) {
    margin-bottom: 30px;
}

.tileset--content--items a:hover {
    color: #000;
    text-decoration: none
}

/* End tiles */


/* Start selection customers */
.grid.examples {
    background-color: #FAF6EE;
    max-width: 100%;
    padding: 64px 0;
}

.examples .content {
    max-width: 1200px;
    margin: 0 auto;
}

.grid.selection-section {
    padding: 100px 0 64px;
}

#selectieklanten {
    background-color: #FAF6EE;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

#selectieklanten h2 {
    max-width: 720px;
    margin: 0;
}

#selectieklanten .mockup {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
}

#mockup1,
#mockup2,
#mockup3,
#mockup4 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mockup img {
    max-width: 270px;
}

#selectieklanten .mockuplink {
    display: flex;
    text-align: center;
    row-gap: 24px;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 18px;
    color: #DB1457;
    text-decoration: underline 1px #DB1457;
    text-underline-offset: 8px;
}

#selectieklanten .mockuplink:hover {
    color: #000;
    text-decoration: underline 1px #000;
}

/* End selection customers  */


/* Start news */
.nieuwssection {
    background-color: #FAF6EE;
    box-shadow: 0 0 0 100vmax #FAF6EE;
    clip-path: inset(0px -100vmax 0px -100vmax);
    left: 0;
    position: relative;
    padding: 20px 0;
    margin-top: 70px;
    max-height: fit-content;
}

#nieuws h2:first-of-type {
    font-size: 36px;
}

.nieuwssection #ctl00_QsPH_myNewsList_newslist {
    margin-top: 130px;
}

.overviewheading {
    display: none;
}

#newslisttitle {
    display: none;
    /*position: absolute;
        top: 20px;
        left: 0;*/
}

#nieuws #container_newslist {
    width: 70%;
    margin: 0 auto;
}

#nieuws .listitem__title,
#nieuws .poster {
    width: 80%;
}

#ctl00_QsPH_container_newsitem h1 {
    padding-bottom: 32px;
    max-width: 900px;
}

.combined_container {
    font-size: 20px;
}

#nieuws h3,
.newslist h3 {
    font-size: clamp(1.125rem, 0.9375rem + 0.75vw, 1.45rem);
    margin-top: 0;
    margin-bottom: 20px;
}

.newslist .poster {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;

    .newslistitem__readmore {
        margin-top: auto;
    }
}

.nieuwscontrol {
    margin-top: auto;
}

.newslist h3 a {
    pointer-events: none;
}

#nieuws h3 a,
.newslist h3 a {
    text-decoration: none;
    color: #142328;
}

#nieuws .meta__separator,
#nieuws .postername,
#nieuws .meta,
.newslist .meta {
    display: none;
}

#nieuws .poster {
    font-size: 18px;
}

#nieuws .odd,
#nieuws .even,
.newslist .odd,
.newslist .even {
    display: flex;
    flex-direction: column;
    border-bottom: solid;
    border-width: 1.5px;
    border-color: #D2D8DA;
    padding-bottom: 24px;
}

.newslist .morelink a {
    margin-bottom: 25px;
}

#nieuws .newslistitem__readmore a,
.newslist .newslistitem__readmore a,
.newslist .morelink a {
    margin-top: 20px;
    font-family: Inter, sans-serif;
    text-decoration: underline 1px #DB1457;
    text-underline-offset: 8px;
    color: #DB1457;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    display: block;
    max-width: fit-content;
}

#nieuws .newslistitem__readmore a:hover,
.newslist .newslistitem__readmore a:hover,
.newslist .morelink a:hover {
    color: #000;
    text-decoration: underline 1px #000;
}

#nieuws .morelink {
    margin-top: 40px;
    padding-bottom: 50px;
}

#nieuws .morelink a {
    font-size: 18px;
    color: #142328;
    font-weight: 500;
    text-decoration: underline 1px #000;
    text-underline-offset: 8px;
}

#nieuws .morelink a:hover {
    color: #DB1457;
    text-decoration: underline 1px #DB1457;
}

.news-artikel .grid {
    padding: 32px 0 64px 0;
    max-width: 900px;
}

/* end news */



/* Start contactpage */
.contactfield {
    display: inline-block;
    margin: 0;
    font-weight: 400;
    margin-bottom: 0;
    position: absolute;
    margin-top: 19px;
    margin-left: 10px;
    font-size: 18px;
    transition: all 0.5s ease;
    color: rgba(20, 35, 40, 0.5);
    z-index: 12;
}

.contactinput {
    position: relative;
    margin-bottom: 29px;
}

.input_active {
    font-size: 12px;
}

.subscribe {
    display: none;
}

#container_contactinfo,
.contactform {
    max-width: 1200px;
    margin: 0 auto;
}

/* Start section header in contactpage*/
.grid-contact {
    display: none;
}

.c-1-contact {
    width: 50%;
}

.c-2-contact {
    width: 25%;
}

.grid-contact .payoff-contact {
    font-size: 36px;
    font-family: 'Merriweather', serif;
}

.grid-contact h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-family: Inter, sans-serif;
    margin: 5px 0;
}

.grid-contact ul {
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

/* End section header in contactpage*/


/* start contact in header and body text */
.grid-formulier {
    margin-top: 62px;
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c-1-intro {
    width: 70%;
}

.formulier-intro {
    font-size: 16px;
}

.formulier-contact {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    font-weight: 500;
}

/* End contact in header and body text */

/* Start contactform */
.contact-intro {
    display: none;
}

.contactform {
    margin-top: 23px;

}

.contactfield {
    color: #000;
    font-size: 16px;
    display: inline-block;
    width: 200px;
}

.b_inputfield {
    border: none;
    border-bottom: 1px solid;
    border-color: #D2D8DA;
    width: 100%;
    background-color: #ebebeb;
    font-size: 1.125rem;
    padding: 1.55rem 10px 1.1875rem;
    font-family: Inter, sans-serif;
}

.linkbutton,
.b_btn {
    cursor: pointer;
    width: 400px;
    height: 57px;
    background-color: #abd0d4;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    border-style: none;
    text-align: left;
    padding: 0 25px;
}

.contactinput--button {
    display: flex;
    align-items: center;
    margin-top: 20px;
    /* margin-left: 200px; */
    justify-content: flex-end;
}

.contactinput--button::after {
    content: "\f178";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    font-size: 22px;
    right: 20px;
}

.b_textarea {
    height: 250px;
    background-color: #ebebeb;
}

.contactfield {
    display: inline-block;
    margin: 0;
    font-weight: 400;
    margin-bottom: 0;
    position: absolute;
    margin-top: 19px;
    margin-left: 10px;
    font-size: 18px;
    transition: all 0.5s ease;
    color: rgba(20, 35, 40, 0.5);
    z-index: 12;
}


.input_active {
    font-size: 12px;
}

.error {
    display: flex;
    font-size: 16px;
    font-family: Inter, sans-serif;
}

/* End contactform */

.page_contactresult #content {
    max-width: 1200px;
    margin: 0 auto;
}

/* end contactpage */


/* Start newspage */
#content,
#qs-container {
    max-width: 100%;
}

#login_leftside h1,
.wrapper_ballroom_nieuws h1,
.wrapper_ballroom_contact h1 {
    background: #1C3747;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
}

.container_newsitem h1 {
    padding-top: 128px;
    padding-bottom: 128px;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 0 0 100vmax #1C3747;
    clip-path: inset(0px -100vmax 0px -100vmax);
}

#login_leftside h1 {
    max-width: 1200px;
    width: 100%;
    display: inline-block;
    padding-top: 128px;
    padding-bottom: 128px;
    margin: 0 auto;
    box-shadow: 0 0 0 100vmax #1C3747;
    clip-path: inset(0px -100vmax 0px -100vmax);
}

.loginfield {
    width: 100%;
}

.btnLogin2 {
    margin-bottom: 18px;
}

#login_leftside {
    display: flex;
    flex-direction: column;
}

.login-form,
.panel2 {
    max-width: 805px;
    margin: 0 auto;
    width: 100%;
}

#login_leftside .login-form {
    margin-top: 64px;
}

.panel2 {
    margin-bottom: 64px;
}


.wrapper_ballroom_nieuws h1 span,
.wrapper_ballroom_contact h1 span {
    max-width: 1200px;
    width: 100%;
    display: inline-block;
    padding-top: 128px;
    padding-bottom: 128px;
    /* margin: 0 auto; */
}

#newsoverview,
#container_newslist {
    margin: 64px auto;

    .newslist,
    .newspreviews {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 32px;
        row-gap: 16px;
    }
}

#newsoverview {
    max-width: 1230px;
    padding: 0 15px;
}

.wrapper_ballroom_nieuws .nieuwsdatum,
.wrapper_ballroom_nieuws .datumseparator {
    display: none;
}

.wrapper_ballroom_nieuws .nieuwscontrol a,
.terug-knop {
    margin-top: 35px;
    text-decoration: underline 1px #DB1457;
    text-underline-offset: 8px;
    font-family: Inter, sans-serif;
    color: #DB1457;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    display: block;
    max-width: fit-content;
}

.wrapper_ballroom_nieuws .nieuwscontrol a:hover,
.terug-knop:hover {
    color: #000;
    text-decoration: underline 1px #000;
}

.wrapper_ballroom_nieuws .overviewheading {
    font-size: 32px;
    margin-top: 50px;
}

/* End newspage */


/* FAQ page */
.b_module-wrapper {
    margin-top: 50px;
}

.b_module-wrapper h2 {
    margin-top: 40px;
}

.b_module-wrapper a {
    font-size: 20px;
    color: #142328;
    text-decoration: none;
}

.b_module-wrapper a::after {
    content: "\f178";
    font-family: "Font Awesome 6 Pro";
    padding-left: 10px;
}

#nav_module ul {
    list-style: none;
    padding: 0;
}

.b_module-items {
    width: 70%;
}

/* Eind FAQ page */

/* Start custom page */
#custompage {
    margin-bottom: 40px;
}

#custompage a {
    margin-top: 20px;
    font-family: Inter, sans-serif;
    text-decoration: underline 1px #DB1457;
    text-underline-offset: 4px;
    color: #DB1457;
    font-weight: 500;
    position: relative;
    max-width: fit-content;
}

#custompage a:hover {
    color: #000;
    text-decoration: underline 1px #000;
}

/* End custom page */

@media only screen and (max-width: 1250px) {

    #container_contactinfo,
    .container_newsitem h1,
    #login_leftside h1,
    .wrapper_ballroom_nieuws h1 span,
    .wrapper_ballroom_contact h1 span,
    .grid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .phototext {
        grid-template-columns: 1fr 1fr;
    }

    #selectieklanten .mockup {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .grid.selection-section {
        padding-top: 4px;
    }

    #header-img img {
        position: static;
        height: 100%;
    }
}

@media only screen and (max-width: 1050px) {

    #newsoverview,
    #container_newslist {

        .newslist,
        .newspreviews {
            grid-template-columns: 1fr 1fr;
            row-gap: 32px;
        }
    }

    #container_newslist {
        li:not(.morelink):nth-child(1n+3) {
            display: none;
        }
    }
}

@media only screen and (max-width: 950px) {
    #selectieklanten .mockup {
        grid-template-columns: 1fr 1fr;
    }

    .mockup img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 900px) {
    #header-img {
        display: none;
    }

    .header-section {
        grid-template-columns: 1fr;
    }

    #headertext {
        max-width: 100%;
    }

    .grid.top-header {
        padding: 64px 0;
    }

    #headertext {
        margin: 0;
    }

    .grid.selection-section {
        padding: 64px 0;
    }

    .step-1 h2 {
        margin: 0 0 12px;
    }

    .step-2 h2,
    .step-3 h2 {
        margin: 30px 0 12px 0;
    }

    .header-text-section,
    #headertext {
        row-gap: 24px;
    }

    #newsoverview {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .wrapper_ballroom_nieuws .nieuwstitel,
    .wrapper_ballroom_nieuws .nieuwspreview {
        width: 100%;
    }

    .combined_container {
        font-size: 18px;
    }

    .login-section {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 780px) {

    #newsoverview,
    #container_newslist {

        .newslist,
        .newspreviews {
            grid-template-columns: 1fr;
        }
    }

    #nieuws h3, .newslist h3 {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 720px) {
    .phototext {
        grid-template-columns: 1fr;
    }

    .container_newsitem h1,
    #login_leftside h1,
    .wrapper_ballroom_nieuws h1 span,
    .wrapper_ballroom_contact h1 span,
    .grid.examples,
    .grid,
    .grid.selection-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .dropdowns {
        grid-template-columns: 1fr;
    }

    .select-wrapper,
    .input-wrapper select,
    .geoitem-search input,
    .sectoritem-search input {
        max-width: 100%;
    }

    .combined_container {
        font-size: 16px;
    }

    .grid-formulier {
        flex-direction: column;
    }

    .c-1-intro {
        width: 100%;
    }

    .c-1-formulier {
        margin-bottom: 24px;
    }
}


@media only screen and (max-width: 650px) {
    #selectieklanten .mockup {
        grid-template-columns: 1fr;
    }

    .select-wrapper {
        min-width: unset;
    }

    .b_btn {
        width: fit-content;
    }
}