@import url(menu.css);
@import url(tiles.css);

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/*breadcrumb disable*/
#ctl00_myBreadcrum_breadcrum {
    display: none;
}

.image-container {
    img {
        width: 100%;
    }
}

p {
    line-height: 160%;
}

/*Home page styling begin*/
#qs-container {
    max-width: unset;

    #content {
        &.contact {

            p,
            a {
                font-size: 16px;
            }
        }
    }
}

/* Banner styling */
.intro-banner {
    height: 150px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    &.banner {
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.4);
            z-index: 1;
        }
    }

    &.banner {
        height: 200px;

        .intro__background-image {
            &.home {
                background-image: url(images/startpagina.jpg);
            }

            &.contact {
                background-image: url(images/contact.png);
            }

            &.over {
                background-image: url(images/stap-voor-stap.jpg);
            }
        }
    }

    .intro__background-image {
        background-image: url(images/startpagina.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        position: absolute;
        height: 100%;
        width: 100%;

    }

    .intro__content {
        width: calc(100% - 30px);
        position: relative;
        z-index: 9;

        @media screen and (min-width: 768px) {
            width: calc(100% - 120px);
        }

        @media screen and (min-width: 1400px) {
            max-width: 1460px;
            padding: 0 30px;
            width: 100%;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .intro__wrapper {
            display: flex;
            flex-direction: column;
            gap: 30px;

            .ïntro__content {
                display: flex;
                flex-direction: column;
                gap: 8px;

                p {
                    @media screen and (min-width: 768px) {
                        font-size: 18px;
                        max-width: 640px;
                    }

                    @media screen and (min-width: 1024px) {
                        font-size: 27px;
                        max-width: unset;
                        max-width: 520px;
                    }

                    @media screen and (min-width: 1400px) {
                        max-width: 690px;
                    }
                }
            }

            h1 {
                color: var(--white);
                margin: unset;
                font-weight: 700;
            }

            p {
                color: var(--white);
                margin: unset;
                display: none;
                font-weight: 700;

                @media screen and (min-width: 768px) {
                    display: block;
                    max-width: 700px;
                }
            }

            .button__container {
                display: none;
                gap: 22px;
                align-items: center;

                display: none;

                @media screen and (min-width: 768px) {
                    display: flex;
                }
            }
        }
    }
}

#logo-white-background {
    position: absolute;
    bottom: 0;
    display: none;

    @media screen and (min-width: 768px) {
        display: block;
    }

    .wrapper {
        max-height: 40px;
        position: relative;
        display: flex;
        align-items: end;
        justify-content: center;

        .white-background,
        .blue-logo {
            position: relative;
            background-repeat: no-repeat;
            display: flex;
        }

        .blue-logo {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='30' viewBox='0 0 35 30' fill='none'%3E%3Cpath opacity='0.7' d='M7.11828 30L12.1117 24.0004V15.858L0 11.1076L7.11828 30Z' fill='%230074C7'/%3E%3Cpath opacity='0.7' d='M27.8821 30L22.8887 24.0004V15.858L35.0004 11.1076L27.8821 30Z' fill='%230074C7'/%3E%3Cpath d='M22.8881 24.0004H12.1116L7.11816 30H27.8815L22.8881 24.0004Z' fill='%230074C7'/%3E%3Cpath d='M17.5003 0V0.000700715V0L0 11.1076L12.1117 15.8581L17.5003 10.9279L22.8882 15.8581L34.9999 11.1076L17.5003 0Z' fill='%230074C7'/%3E%3C/svg%3E");
            width: 35px;
            height: 30px;
            z-index: 10;
            position: absolute;
        }

        .white-background {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='40' viewBox='0 0 120 40' fill='none'%3E%3Cpath id='Vector' d='M80 0L40 0C20 0 20 40 0 40L120 40C100 40 100 0 80 0Z' fill='white'/%3E%3C/svg%3E");
            width: 120px;
            height: 40px;
            z-index: 9;
        }

        .blue-logo-background {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='40' viewBox='0 0 120 40' fill='none'%3E%3Cpath id='Vector' d='M80 0L40 0C20 0 20 40 0 40L120 40C100 40 100 0 80 0Z' fill='%23E7F1FA'/%3E%3C/svg%3E");
            width: 120px;
            height: 40px;
            z-index: 9;
        }
    }
}

/* Banner styling eind*/

/* carousel styling begin*/
.carousel {
    position: relative;
    height: 480px;
    width: 100%;
    margin-bottom: 5rem;
    max-width: 662px;















    .carousel__images {
        max-width: 662px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel__track-container {
        /* background: var(--primary); */
        height: 100%;
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 5px;
    }

    .carousel__track {
        padding: 0;
        margin: 0;
        position: relative;
        height: 100%;
        transition: transform 0.4s ease-in-out;
        list-style-type: none;
    }

    .carousel__slide {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
    }

    .carousel__button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        border: 0;
        background-color: transparent;
        cursor: pointer;
        transition: all 0.2s ease-in;
    }

    .carousel__button:hover {
        background-color: rgb(254, 215, 222);
        border-radius: 20px;
    }

    .carousel__button--left {
        left: -40px;
    }

    .carousel__button--right {
        right: -40px;
        transform: translateY(-50%) rotate(180deg);
    }

    .carousel__button img {
        width: 25px;
    }

    .carousel__nav {
        display: flex;
        justify-content: center;
        padding-top: 24px;
        gap: 14px;
    }

    .carousel__indicator {
        border: 0;
        border-radius: var(--border-radius-small);
        width: 14px;
        height: 14px;
        background-color: transparent;
        cursor: pointer;
        border: 2px solid var(--primary);
        transition: all 0.2s ease-in-out;
        /* font-size: 0; */

        &.current-slide,
        &:hover {
            background-color: var(--primary);
            width: 18px;
            height: 18px;
            transition: all 0.2s ease-in-out;
        }
    }
}

/* carousel styling eind*/
.klanten {

    .klanten__img,
    .klanten__content {
        width: 100%;
    }

    /* placeholder */
    .klanten__img {
        img {
            width: 100%;
            max-height: 600px;
        }
    }
}

.klanten-grid {
    h3 {
        white-space: nowrap;
    }

    .klanten-grid__content {
        max-width: 662px;
    }
}


.recensies {
    .recensies__header {
        margin-bottom: 40px;
    }

    .recensies__wrapper {
        max-width: 1135px;
    }

    .autheur__naam {
        font-weight: var(--semi-bold-font-weight);
    }

    .recensie__content {
        background-color: var(--white);
        max-width: 840px;
        padding: 21px;
        border-radius: var(--border-radius);
        box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.10);
        position: relative;

        &:before {
            content: '';
            display: block;
            background-image: url(images/recensie-arrow.svg);
            background-repeat: no-repeat;
            background-size: contain;
            position: absolute;
            bottom: -16px;
            left: 20px;
            width: 100%;
            height: 100%;
            max-height: 20px;
            max-width: 17px;
        }
    }
}

/* Home page styling eind*/

/* Subpage styling begin*/
.subpage {
    &.overons {
        .image-container {
            height: unset;
        }

        img {
            /* padding: 0px 72px 0px 90px; */
            /* height: 100%;  */
            object-fit: cover;
        }
    }
}

/* Subpage styling eind*/

/*contact pagina begin*/
.contact {
    p {
        font-size: 16px;
    }

    .list__contact {
        list-style-type: none;
        padding: unset;
        width: 295px;
    }
}

.contact-page {
    &.maxwidth {
        max-width: 666px;
    }

    .second-block {
        @media screen and (min-width: 768px) {
            grid-column: 1 / 2;
            grid-row: 2 / 2;
        }

        @media screen and (min-width: 1200px) {
            grid-column: unset;
            grid-row: unset;
        }
    }

    .third-block {
        @media screen and (min-width: 768px) {
            grid-column: 2 / 3;
            grid-row: 2 / 2;
            padding-left: 12px;
        }

        @media screen and (min-width: 1200px) {
            grid-column: unset;
            grid-row: unset;
            padding-left: unset;
        }
    }
}

#container_contactinfo {

    p {
        max-width: 720px;
    }

    .info {
        display: grid;
        row-gap: 24px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        justify-content: space-between;

        @media screen and (max-width: 1300px) {
            grid-template-columns: repeat(3, 1fr);
        }

        @media screen and (max-width: 950px) {
            grid-template-columns: 1fr 1fr;
        }

        @media screen and (max-width: 650px) {
            grid-template-columns: 1fr;
        }

        .info__content {
            min-width: 295px;
            width: 100%;
            max-width: 300px;
            display: flex;
            flex-direction: column;
            gap: 8px;

            &.info__logo {
                grid-column: 1 / -1;

                img {
                    max-width: 200px;
                    max-height: 55px;
                    width: 100%;
                    height: 100%;
                }

                @media screen and (min-width: 1300px) {
                    grid-column: auto;
                }
            }

            .location,
            .information {
                display: flex;
                gap: 8px;
                flex-direction: column;
            }

            p {
                margin: unset;
                color: var(--black);

                &.title {
                    font-weight: 700;
                    color: var(--grey);
                }
            }
        }

        &.contact-page {
            margin-top: 2rem;

            &.maxwidth {
                max-width: 666px;
            }

            .second-block {
                @media screen and (min-width: 768px) {
                    grid-column: 1 / 2;
                    grid-row: 2 / 2;
                }

                @media screen and (min-width: 1200px) {
                    grid-column: unset;
                    grid-row: unset;
                }
            }

            .third-block {
                @media screen and (min-width: 768px) {
                    grid-column: 2 / 3;
                    grid-row: 2 / 2;
                    padding-left: 12px;
                }

                @media screen and (min-width: 1200px) {
                    grid-column: unset;
                    grid-row: unset;
                    padding-left: unset;
                }
            }
        }
    }
}

.icon {

    p,
    a {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
        text-decoration: none;
    }

    ::before {
        content: '';
        font-family: "Font Awesome 5 Pro";
        display: block;
        font-size: 14px;
        height: 14px;
        width: 14px;
        line-height: 1;
        color: var(--primary);
    }

    &.icon__location {
        ::before {
            content: '\f3c5';
        }
    }

    &.icon__person {
        ::before {
            content: '\f007';
        }
    }

    &.icon__tel {
        ::before {
            transform: rotate(90deg);
            content: '\f095';
        }
    }

    &.icon__email {
        border-bottom: 1px solid var(--blue);
        width: fit-content;

        ::before {
            content: '\f0e0';
        }
    }
}

/*contact pagina eind*/


#ctl00_QsPH_waarom_tileset h2 {
    display: none;
}


#ctl00_QsPH_waarom_tileset {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;

    .tile {
        display: flex;
        position: relative;
        border-radius: 50px;
        height: 70px;
        border: solid 4px #C4D7FF;
        font-size: 25px;
        font-weight: 700;
        color: #005D9F;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px 10px 30px;
        max-width: calc(100% - 40px);
        margin-left: 30px;
        background: #fff;
        margin-bottom: 20px;
    }

    .tile::before {
        content: "\f058";
        font-family: "Font Awesome 6 Pro";
        display: flex;
        font-size: 47px;
        font-weight: 500;
        color: #5FB643;
        left: -25px;
        position: absolute;
        background: #fff;
        width: 47px;
        height: 47px;
        align-items: center;
        border-radius: 50px;
    }


    img {
        width: 40px;
        height: 40px;
        filter: invert(19%) sepia(63%) saturate(3325%) hue-rotate(189deg) brightness(101%) contrast(102%);
    }

    .tile-section-icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

#ctl00_QsPH_uitgelicht_tileset {
    color: #fff;

    h2 {
        display: none;
    }

    .tileset--content--items {
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .tile-inner-left {
        height: 80px;
        display: flex;
        align-items: flex-end;
        gap: 8px;
    }

    .tile__section--number {
        font-size: 80px;
        font-weight: 400;
        line-height: 1;
        color: #fff;
    }

    .tile__section--text {
        padding-bottom: 5px;
    }
}



/* custom page styling begin*/
.subscribe {
    display: none;
}

.contactform {
    max-width: 660px;

    input:not(.linkbutton),
    textarea {
        width: 100%;
    }
}

#container #custompagecontent {
    h1 {
        margin-bottom: 24px;
    }

    #custompage {

        :nth-child(2) {
            margin-top: unset;
        }
    }

    &.toegankelijkheid {
        #custompage {

            p,
            a {
                margin-top: 12px;


            }
        }
    }

    h2,
    h3,
    h4,
    h5 {
        margin-top: 24px;
    }

    p {
        margin-top: 24px;
    }

    ul {
        margin-top: 8px;
        margin-bottom: 24px;
        padding-left: 20px;
    }
}

/* custom page styling end*/


/*login page styling begin*/
.container_loginfield {
    .loginfield {
        display: flex;
        flex-direction: row;
        gap: 16px;
    }
}


@media screen and (max-width: 1200px) {
    #intro .content-introductie {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

}

@media screen and (max-width: 1024px) {
    .carousel {
        height: 300px;
        max-width: unset;

        .carousel__images {
            max-width: unset;
            object-fit: contain;
        }
    }

    .subpage {
        &.overons {
            img {
                padding: unset;
                max-height: 300px;
            }
        }
    }

    .recensies {
        .recensie.align-center {
            align-items: start;
        }
    }
}

@media screen and (max-width: 767px) {
    .intro-banner {
        display: none;
    }

    .klanten-grid {
        h3 {
            white-space: unset;
        }
    }

    .container_loginfield {
        .loginfield {
            flex-direction: column;
        }
    }

    .klanten__img {
        display: none;
    }

    .klanten__content.padding {
        padding: unset;

        &.padding-top {
            padding-top: unset;
        }
    }

    .recensies__container {
        .recensie__autheur {
            width: 100%;
        }

        &.last {
            display: none;
        }
    }

    .carousel {
        height: 200px;
    }

    .subpage {
        &.overons {
            img {
                padding: unset;
            }
        }
    }

    #ctl00_QsPH_waarom_tileset {
        .tile {
            font-size: 20px;
            height: fit-content;
            /* word-break: break-all; */
        }

    }
}

@media screen and (max-width: 500px) {
    #ctl00_QsPH_waarom_tileset {
        .tile {
            font-size: 20px;
            word-break: break-all;
        }

    }
}


.intro.container {
    max-width: 100%;
    background-color: var(--lightBlue);
    display: flex;
    justify-content: center;
    width: 100%;
    justify-content: center;

    .content-container {
        max-width: 762px;
    }

    .carousel {
        max-width: 562px;
    }
}

.content-introductie {
    display: flex;
    flex-direction: row;
    max-width: 1400px;
    width: 100%;
    justify-content: space-between;
}

.intro__content.content-container.column.gap-24 {
    justify-content: center;
}

.intro.container h1,
.klanten-grid__content h3 {
    color: #000 !important;
}

.intro.container .b_btn {
    background: #fff;
}

.intro.container .b_btn::after {
    content: '\f08e';
}

.contactform {
    display: none;
}

#container_contactinfo {
    max-width: 1400px;
}

.logo-mail {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-direction: column;
}

.info__content {
    display: flex;
    flex-direction: column;
    row-gap: 3px;
}

.wrapper_ballroom_over-ons ul {
    margin: 0;
}

.wrapper_ballroom_over-ons {
    .subpage__content {
        gap: 8px !important;
    }

    strong {
        margin-top: 12px;
        display: inline-block;
    }

    p:last-of-type {
        margin-top: 20px !important;
        display: inline-block;
    }
}

.persoon img {
    max-width: 300px;
}

.flex-boxed {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px;
}

.persoon,
.logo-mail {
    flex: 1;
}