/* Meerwerk Next Lead (augustus 2023) */

@import "extra2.css";

.block-slider-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 600px;
}
@media only screen and (max-width: 900px) {
    .block-slider-hero {
        height: auto !important;
    }
}
.slider {
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: row;


}

.scrolled .content {
    padding-top: 0rem !important;
}

.slider-content .btn--white:hover .btn__text {
    top: 0 !important;
    left: 0 !important;
}

.slider-content .btn--white:hover .btn__text {
    border-color: #000 !important;
    color: #000 !important;
}


.slide a {
    color: white !important;
}

@media only screen and (max-width: 900px) {
    .slider {
        flex-direction: column;
        height: 100% !important;
    }

    .slide a {
        display: inline-flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        float: left;
        color: white !important;
        min-width: calc(100vw - 40px);
        height: calc(100% - 40px);
        margin-top: 20px;
        -webkit-tap-highlight-color: transparent !important;
    }
}

.slide {
    width: 33vw;
    min-height: 600px;
    position: relative;
    flex: 1;
    overflow: hidden;
    transition: all 1s ease-in-out;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 900px) {
    .slide {
        flex: 0 !important;
        transition: all 2s ease-in-out;
        width: 100vw !important;
        min-height: 30vh !important;
        background-size: 100% !important;
        transition: all 1s !important;
    }

    .slide:hover {
        width: 100vw !important;
        min-height: 30vh !important;
        height: 30vh !important;
        flex: 0 !important;
        background-size: 120% !important;
    }
}

.slide:hover {
    width: 40vw;
    min-height: 600px;
    flex: 5;
    cursor: pointer;
}

.slide-background-blue:before {
    background-color: rgba(52, 122, 208, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.slide-background-lightblue:before {
    background-color: rgba(117, 164, 204, 0.75);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.slide-background-dark:before {
    background-color: rgba(28, 49, 75, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}


.slide img {
    position: absolute;
    object-fit: cover;
    height: 100%;
    min-width: 100%;
}

.slider-content {
    flex-direction: column;
    position: absolute;
    z-index: 2;
    color: white;
    height: 100%;
    padding: 50px;
    box-sizing: border-box;
    justify-content: flex-start;
}

@media only screen and (max-width: 900px) {
    .slider-content {
        padding: 20px !important;
    }

    .slider-content.align-top {
        justify-content: center !important;
        align-items: center;
    }

    .slider-content.align-center {
        justify-content: center !important;
        align-items: center;
    }

    .slider-content.align-bottom {
        justify-content: center !important;
        align-items: center;
    }
}

.slider-content.align-top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.slider-content.align-center {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.slider-content.align-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
}

.slider-content span.subtitle {
    text-transform: uppercase;
    font-size: 20px;
}

.slider-content h2 {
    margin-bottom: 20px;
    max-width: 250px;
}

@media only screen and (max-width: 1100px) {
    .slider-content h2 {
        font-size: 40px; !important;
    }
}

.slider-content p.slide-text {
    font-size: 16px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    transition-delay: 0.5s;
    max-width: 350px;
    min-width: 350px !important;
}

.slider-content .btn {
    font-size: 16px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    transition-delay: 0.5s;
    max-width: 350px;
    min-width: 350px !important;
    display: inline-flex;
    float: left;
}

.slider-content .btn {
    margin-top: 20px;
    border-color: white !important;
    background: transparent !important;
    height: 40px;
}

.slider-content .btn__text {
    border-color: white !important;
    background: transparent !important;
    color: white !important;
}

.slide:hover .slider-content p.slide-text,
.slide:hover .slider-content .btn {
    opacity: 1;
}

@media only screen and (max-width: 900px) {
    .slide-text {
        display: none;
    }

    .slider-content .btn {
        display: none !important;
    }
}

/* 404 Pagina */
body.scrolled .block-404 {
   margin-top: 0px;
}

.block-404 {
    padding-top: 150px;
    padding-bottom: 250px;
    color: white;
    margin-top: 100px;
    background: #000;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 800px;
}

@media only screen and (max-width: 1100px) {
    .block-404 {
        padding-bottom: 500px;
        background-size: 100%;
        background-position: bottom center;
    }
}

@media only screen and (max-width: 970px) {
    .block-404 {
        padding-bottom: 700px !important;
    }
}

@media only screen and (max-width: 650px) {
    .block-404 {
        padding-bottom: 500px !important;
    }
}

@media only screen and (max-width: 400px) {
  .block-404 {
      margin-top: 0;
      padding-bottom: 250px !important;
  }

    .block-404 .content-wrapper p {
        font-size: 16px !important;
    }
}

.block-404 .content-wrapper span {
    font-weight: 500;
    font-size: 16px;
}

.block-404 .content-wrapper {
    max-width: 830px;
}

.block-404 .content-wrapper p {
    font-size: 20px;
    margin-top: 20px;
}

.block-404 .content-wrapper p.buttons-title {
    margin-bottom: 40px;
    font-size: 16px !important;
}

.block-404 .content-wrapper .buttons {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

/* Einde: 404 Pagina */

/* Block: CTA Tegels */

.margin-top-150 {
    margin-top: 100px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-bottom-150 {
    margin-bottom: 100px;
}

@media only screen and (max-width: 1024px) {

    .margin-top-150 {
        margin-top: 100px;
    }

    .margin-top-100 {
        margin-top: 50px;
    }

    .margin-bottom-150 {
        margin-bottom: 100px;
    }
}


@media only screen and (max-width: 768px) {

    .margin-top-150 {
        margin-top: 50px;
    }

    .margin-top-100 {
        margin-top: 50px;
    }

    .margin-bottom-150 {
        margin-bottom: 50px;
    }
}

.block-cta-tiles .tiles-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

@media only screen and (max-width: 1300px) {
    .block-cta-tiles .tiles-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 1100px) {
    .block-cta-tiles .tiles-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .block-cta-tiles .tiles-wrapper {
        grid-template-columns: repeat(1, 1fr);
        overflow: hidden;
    }
}

.block-cta-tiles .tiles-wrapper .tile {
    aspect-ratio: 1 !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 40px;
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    transition: all 300ms;
    min-height: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 768px) {
    .block-cta-tiles .tiles-wrapper .tile {
        width: calc(100vw - 30px) !important;
        padding: 30px !important;
    }
    }

.block-cta-tiles .tiles-wrapper .tile:not(.tile-image):hover {
    transform: scale(1.02);
}

.block-cta-tiles .tiles-wrapper .tile.tile-grey {background-color: #D0D0D0;}
.block-cta-tiles .tiles-wrapper .tile.tile-lightblue {background-color: #0072FF;}
.block-cta-tiles .tiles-wrapper .tile.tile-blue {background-color: #003371;}
.block-cta-tiles .tiles-wrapper .tile.tile-black {background-color: #000;}

.block-cta-tiles .tiles-wrapper .tile .tile-title {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    max-width: 200px;
}

.block-cta-tiles .tiles-wrapper .tile .btn {
    margin: 0 !important;
}

.block-cta-tiles .tiles-wrapper .tile .btn .btn__text,
.block-cta-tiles .tiles-wrapper .tile .btn .btn__shadow {
    width: auto !important;
    float: left;
}

.block-cta-tiles .tiles-wrapper .tile .btn .btn__text {
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-weight: 600;
    font-size: 16px;
}

.block-cta-tiles .tiles-wrapper .tile.tile-grey .btn .btn__text {
    background: #D0D0D0;
    border-color: #0072FF;
    color: #0072FF;
}

.block-cta-tiles .tiles-wrapper .tile.tile-grey .btn .btn__shadow {
    background: white;
}

.block-cta-tiles .tiles-wrapper .tile.tile-grey .tile-title {
    color: #0072FF;
}

.block-cta-tiles .tiles-wrapper .tile.tile-lightblue .btn .btn__text {
    background: #0072FF;
    border-color: white;
    color: white;
}

.block-cta-tiles .tiles-wrapper .tile.tile-lightblue .btn .btn__shadow {
    background: #003371;
}

.block-cta-tiles .tiles-wrapper .tile.tile-lightblue .tile-title {
    color: white;
}

.block-cta-tiles .tiles-wrapper .tile.tile-blue .btn .btn__text {
    background: #003371;
    border-color: white;
    color: white;
}

.block-cta-tiles .tiles-wrapper .tile.tile-blue .btn .btn__shadow {
    background: #0072FF;
}

.block-cta-tiles .tiles-wrapper .tile.tile-blue .tile-title {
    color: white;
}

.block-cta-tiles .tiles-wrapper .tile.tile-black .btn .btn__text {
    background: black;
    border-color: white;
    color: white;
}

.block-cta-tiles .tiles-wrapper .tile.tile-black .btn .btn__shadow {
    background: #0072FF;
}

.block-cta-tiles .tiles-wrapper .tile.tile-black .tile-title {
    color: white;
}


/* Einde: CTA Tegels */

/* Block: Referenties */

.block-references {
    position: relative;
}

.block-references .container {
    display: flex;
    flex-direction: row;
    gap: 150px;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .block-references .container {
        flex-direction: column-reverse;
        gap: 50px !important;
    }
    .block-references .references-wrapper {
        position: relative !important;
        min-width: 100vw !important;
        left: 0vw !important;
        max-width: 100vw !important;
    }

    .block-references .content-wrapper {
        max-width: 100% !important;
        padding: 0 !important;
    }
    }

@media only screen and (max-width: 768px) {
    .block-references .references-wrapper .swiper {
        left: 20px !important;
        position: relative !important;
    }
    }

.block-references .references-wrapper {
    display: flex;
    flex: 1;
    max-width: 60vw;
    position: absolute;
    left: -5vw;
    overflow: hidden;
    min-width: 60vw;
}

.block-references .references-wrapper .swiper {
    min-width: 60vw;
    max-width: 60vw;
}


.block-references .content-wrapper {
    display: flex;
    flex: 1;
    max-width: 40%;
    flex-direction: column;
    padding: 100px 0;
}

.block-references .content-wrapper span.subtitle {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}

.block-references .content-wrapper .buttons-wrapper {
    margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
    .block-references .content-wrapper .buttons-wrapper {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
    }

.block-references .content-wrapper .btn {
    font-size: 16px !important;
    font-weight: 600;
    min-height: 40px;
}


.block-references .swiper-slide {
    background: rgba(13, 113, 198, 0.5);
    color: white;
    padding: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.block-references .swiper-slide .logo img {
    max-height: 75px;
}

.block-references .swiper-slide .company {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    margin-top: 20px;
}

.block-references .swiper-slide .name {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.block-references .swiper-slide p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
    font-weight: 200;
    margin-top: 30px;
}

/* Einde: Referenties */

/* Block: Sales team  */
.block-sales-team-new {
    background: rgba(13, 113, 198, 0.5);
    color: white;
    padding: 100px 0;
    display: flex;
    justify-content: center;
}

.block-sales-team-new .two-columns {
    display: flex;
    flex-direction: row;
    gap: 250px;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .block-sales-team-new {
        padding: 50px 0;
    }
    .block-sales-team-new .two-columns {
        flex-direction: column;
        gap: 100px;
    }

    .block-sales-team-new .two-columns .column {
        width: 100% !important;
    }

}

@media only screen and (max-width: 1024px) {
    .block-sales-team-new .two-columns {
        gap: 50px;
    }
}

.block-sales-team-new .two-columns .column:first-of-type {
    width: 40%;
}

.block-sales-team-new .two-columns .column {
    width: 60%;
}

.block-sales-team-new .two-columns .column .subtitle {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    color: #0D71C6;
    display: flex;
}

.block-sales-team-new .two-columns .column .title {
    margin-bottom: 20px;
}

.block-sales-team-new .two-columns .column .text {
    margin-bottom: 30px;
}

.block-sales-team-new .two-columns .team-members-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;

}

@media only screen and (max-width: 500px) {
    .block-sales-team-new .two-columns .team-members-wrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 50px;
    }
    .block-sales-team-new .two-columns .team-members-wrapper .member {
        float: left;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    }

.block-sales-team-new .two-columns .team-members-wrapper .member {
    float: left;
}

.block-sales-team-new .two-columns .team-members-wrapper .member .name {
    font-weight: 600;
}

.block-sales-team-new .two-columns .team-members-wrapper .member .member-image {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin-bottom: 20px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.btn {
    font-size: 16px !important;
    font-weight: 600 !important;
    min-height: 40px !important;
}

/* Einde: Sales team */

/* Block:  CTA Full  */
.block-cta-full {
    color: white !important;
    padding: 200px 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.block-cta-full .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 4;
}

.block-cta-full .buttons-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
}

@media only screen and (max-width: 768px) {
    .block-cta-full {
        padding: 50px 0;
    }
    .block-cta-full .buttons-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .block-cta-full .btn {
        width: 100%;
    }
}

.block-cta-full .container .title {
    max-width: 450px;
    text-align: center;
    margin-bottom: 50px;
}

.block-cta-full:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 51, 113, 0.52);
}

.block-cta-full .btn {
    font-size: 16px !important;
    font-weight: 600 !important;
    min-height: 40px !important;
}

.block-content-sidebar {
    display: flex;
}

.block-content-sidebar .content-wrapper {
    display: flex;
    flex-direction: row;
    gap: 100px;
}

@media only screen and (max-width: 1100px) {
    .block-content-sidebar .content-wrapper {
        gap: 50px;
    }
    }

@media only screen and (max-width: 1024px) {
    .block-content-sidebar .content-wrapper {
        flex-direction: column;
    }
    }

.block-content-sidebar .content-wrapper .content-left-side {
    width: 100%;
}

.block-content-sidebar .content-wrapper .subtitle {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    display: flex;

}

.block-content-sidebar .content-wrapper .buttons-wrapper {
    margin-top: 30px;
    display: flex;
}

.block-content-sidebar .regio-wrapper {
    margin-top: 100px;
}

.block-content-sidebar .content-wrapper .sidebar-right-side {
    width: 100%;
    min-width: 386px;
    max-width: 386px !important;
}

@media only screen and (max-width: 1200px) {

    .block-content-sidebar .content-wrapper .sidebar-right-side {
        width: 100%;
        min-width: 300px;
        max-width: 300px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .block-content-sidebar .content-wrapper .sidebar-right-side {
        max-width: 100% !important;
    }
}

.cbc2c__buttons .btn__text {
    color: white !important;
}


.sidebar-right-side .most-popular {
    background: #0d71c6;
    padding: 50px 40px;
}

.sidebar-right-side .most-popular form {
    position: relative;
}

.sidebar-right-side .most-popular #search {
    padding: 10px 35px;
    border: none !important;
}

.sidebar-right-side .most-popular #search::placeholder {
    text-transform: capitalize;
}

.sidebar-right-side .most-popular .image-search {
    position: absolute;
    right: 10px;
    top: 10px;
}

.sidebar-right-side .most-popular .subtitle {
    margin-top: 45px;
    font-size: 30px;
    font-weight: 700;
    color: #000;
}


.block-content-sidebar .regio-cards .card-wrapper {
    width: 100% !important;
    min-width: 100% !important;
    margin-top: 30px;
}

.block-content-sidebar .regio-cards .card-wrapper-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}

.block-content-sidebar .regio-cards .card-wrapper-inner .last-two-cards {
    display: flex;
    margin-top: 30px;
    flex-wrap: nowrap;
    gap: 30px;
}

.header__logo {
    max-width: 150px !important;
    padding-right: 30px !important;
}

@media (min-width: 920px) and (max-width:1500px) {
    .header__logo {
        /* display: none !important; */
    }
}

/*@media (min-width: 768px) and (max-width:1800px) {*/

/*    .container {*/
/*        max-width: unset !important;*/
/*    }*/
/*}*/

@media only screen and (max-width: 1024px) {
    .block-content-sidebar .regio-cards .card-wrapper-inner .last-two-cards {
        flex-direction: column !important;
    }
    .block-content-sidebar .regio-cards .card-wrapper-inner .last-two-cards a:nth-of-type(2) {
        max-width: 100% !important;
        min-width: 100% !important;
    }
    }

.block-content-sidebar .regio-cards .card-wrapper-inner .last-two-cards a:nth-of-type(1) {
    width: 100% !important;
}

.block-content-sidebar .regio-cards .card-wrapper-inner .last-two-cards a:nth-of-type(2) {
    max-width: 323px;
    min-width: 323px !important;
}

@media only screen and (max-width: 1024px) {
    .block-content-sidebar .regio-cards .card-wrapper-inner .last-two-cards a {
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .block-content-sidebar .regio-cards .card-wrapper-inner .last-two-cards a:nth-of-type(2) {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 1535px) {
    .block-content-sidebar .regio-cards .card-wrapper-inner .last-two-cards a:nth-of-type(2) {
        min-width: 238px !important;
        max-width: 238px !important;
    }
}

@media only screen and (max-width: 1280px) {
    .block-content-sidebar .regio-cards .card-wrapper-inner .last-two-cards a:nth-of-type(2) {
        min-width: 318px !important;
        max-width: 318px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .block-content-sidebar .regio-cards .card-wrapper-inner .last-two-cards a:nth-of-type(2) {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 1024px) {
    .block-content-sidebar {
    margin-top: 50px;
    }
}

.block-content-sidebar .regio-cards .card-wrapper-inner .last-two-cards a:nth-of-type(1) .card-image {
    height: 398px !important;
    min-height: 100%;
    object-fit: cover !important;
}

.block-content-sidebar .regio-cards .card-wrapper-inner .last-two-cards a:nth-of-type(1) .card-content {
    position: absolute;
    bottom: 0;
}

.block-content-sidebar .regio-cards .card-wrapper-inner .last-two-cards a:nth-of-type(1) .card-content .subheading,
.block-content-sidebar .regio-cards .card-wrapper-inner .last-two-cards a:nth-of-type(1) .card-content .heading {
    color: white !important;
}

.block-content-sidebar .regio-cards .card-wrapper a {
    width: calc(33% - 18px) !important;
    border-bottom: 3px solid black;
    background: white;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

@media only screen and (max-width: 920px) {
    .block-content-sidebar .regio-cards .card-wrapper a {
        width: calc(50% - 18px) !important;
    }
    .block-content-sidebar .regio-cards .card-wrapper-inner.last-two-cards a:nth-of-type(1),
    .block-content-sidebar .regio-cards .card-wrapper-inner.last-two-cards a:nth-of-type(2) {
        width: calc(50% - 18px) !important;
        min-width: calc(50% - 18px) !important;
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 600px) {

    .block-content-sidebar .content-wrapper .buttons-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .sidebar-right-side {
        min-width: 100% !important;
    }

    .block-content-sidebar .regio-cards .card-wrapper-inner.last-two-cards {
        flex-direction: column;
    }

    .block-content-sidebar .regio-cards .card-wrapper a {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .block-content-sidebar .regio-cards .card-wrapper-inner.last-two-cards a:nth-of-type(1),
    .block-content-sidebar .regio-cards .card-wrapper-inner.last-two-cards a:nth-of-type(2) {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }
}

.block-content-sidebar .regio-cards .card-wrapper a.is-column {
    border: 3px solid #0D71C6;
}


.block-content-sidebar .regio-cards .card-wrapper a .card-image {
    width: 100%;
    height: 200px !important;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}


.block-content-sidebar .regio-cards .card-wrapper a .card-image:not(.is-column) img {
    min-height: 100% !important;
    object-fit: cover;
}

.block-content-sidebar .regio-cards .card-wrapper a .card-image.is-column {
    width: 180px;
    height: 180px !important;
    max-height: 180px !important;
    position: absolute;
    clip-path: polygon(19% 0, 100% 0%, 100% 75%, 100% 81%, 89% 75%, 19% 75%);
    background: #0D71C6;
    top: -1px;
    right: 0px;
}

.block-content-sidebar .regio-cards .card-wrapper a .card-image.is-column img {
    width: 160px !important;
    height: 160px !important;
    max-height: 160px !important;
    overflow: hidden;
    object-fit: cover;
    right: 6px;
    top: 5px;
    position: absolute;
    clip-path: polygon(19% 1%, 100% 1%, 100% 55%, 100% 80%, 92% 75%, 19% 75%);
}

.block-content-sidebar .regio-cards .card-wrapper a .card-image span.label {
    text-transform: uppercase;
    color: white;
    background: #0D71C6;
    position: absolute;
    transform: rotate(90deg);
    width: 100px;
    top: 38px;
    left: -38px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-content-sidebar .regio-cards .card-wrapper a.is-column {
    border-bottom: 3px solid #0D71C6;
}

.block-content-sidebar .regio-cards .card-wrapper a .card-content {
    padding: 15px;
    box-sizing: border-box;
}

.block-content-sidebar .regio-cards .card-wrapper a .card-content.is-column {
    margin-top: 196px !important;
}

.block-content-sidebar .regio-cards .card-wrapper a .subheading {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    color: #000 !important;
}

.block-content-sidebar .regio-cards .card-wrapper a .subheading.is-column {
    margin-top: 160px;
    color: #0D71C6 !important;
}

.block-content-sidebar .regio-cards .card-wrapper a .heading.is-column {
    color: #0D71C6 !important;
}

.block-content-sidebar .regio-cards .card-wrapper a .heading {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    margin-top: 10px;
    color: #000 !important;
    min-height: 70px;
}

.block-content-sidebar .regio-cards .card-wrapper a .readmore {
    text-decoration: underline;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 400;
}

@media only screen and (max-width: 1280px) {
    .block-content-sidebar .content-wrapper .sidebar-right-side {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 920px) {
    .block-content-sidebar .regio-cards .card-wrapper a .card-image:not(.is-column) img {
        min-height: 400px !important;
    }
}
/* Einde: CTA Full */

.block-content-flexible {
    margin-top: 150px;
    max-width: 700px;
}

@media only screen and (max-width: 1024px) {
    .block-content-flexible {
        margin-top: 50px;
        max-width: 100%;
    }
}

.block-content-flexible .title {
    margin-bottom: 30px;
}

.block-content-flexible p {
    line-height: 32px;
}

.block-content-flexible .buttons-wrapper {
    gap: 15px;
}

.block-contact-hero .top-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .block-contact-hero .top-container {
        flex-direction: column;
        padding-right: 0 !important;
    }
    .block-contact-hero .top-container .column {
        width: 100% !important;
        padding-right: 0 !important;
    }

    .block-contact-hero .top-container .column.right-side {
        padding: 50px !important;
    }

    .block-contact-hero .bottom-images {
        width: 100% !important;
        margin-top: 50px !important;
    }

}

.block-contact-hero .top-container .column {
    width: 45%;
    box-sizing: border-box;
}

.block-contact-hero .top-container .column.left-side {
    padding-right: 100px;
    position: relative;
    top: -50px;
}

.block-contact-hero .top-container .column.right-side {
    width: 55%;
    background: #9BC4DE;
    color: white;
    padding: 65px 100px;
    box-sizing: border-box;
    z-index: 3;
}


.block-contact-hero .top-container .column.right-side h1 {
    font-size: 50px;
    margin-bottom: 30px;
}

.block-contact-hero .top-container .column.right-side p {
    margin-bottom: 30px;
}

.block-contact-hero .top-container .column.left-side .contact-item {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    flex-direction: row;
    align-items: center;
}

.block-contact-hero .top-container .column.left-side .contact-item .icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
    color: white;
    border-radius: 100%;
}

.block-contact-hero .top-container .column.left-side .contact-item .icon img {
    max-height: 18px;
}

.block-contact-hero .top-container .column.left-side .contact-item .details {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

.block-contact-hero .top-container .column.left-side .contact-item .details span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    display: flex;
}

.block-contact-hero .top-container .column.left-side .contact-item .details a {
    font-style: italic;
    color: #347AD0;
    font-weight: 500;
    font-size: 16px;
}

.block-contact-hero .bottom-images {
    width: calc(100% - 70px);
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: stretch;
    margin-top: -70px;
}


.block-contact-hero .bottom-images .left-side {
    display: flex;
    width: 100%;
}

.block-contact-hero .bottom-images .left-side .image {
    flex: 1;
    background-position: center;
    background-size: cover;
}

.block-contact-hero .bottom-images .right-side-images {
    flex-direction: column;
    gap: 15px;
    display: flex;
}

.block-contact-hero .bottom-images .right-side-images .image {
    min-width: 386px !important;
    width: 386px !important;
    height: 285px !important;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    .block-contact-hero .bottom-images {
        flex-direction: column;
        width: 100% !important;
    }

    .block-contact-hero .bottom-images .left-side .image {
        aspect-ratio: 1;
    }

    .block-contact-hero .bottom-images .right-side-images .image {
        min-width: 100% !important;
        width: 100% !important;
    }

    .block-contact-hero .top-container .column.right-side {
        padding: 30px !important;
    }

    .block-contact-hero .top-container .column.right-side h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

.block-faq .two-columns {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.block-faq .two-columns .column {
    width: 50% !important;
}


.block-faq .two-columns .column.content {
    padding-right: 100px;
    box-sizing: border-box;
}

.block-faq .two-columns .column.content .title {
    margin-bottom: 30px;
    margin-top: 10px;
}

.block-faq .two-columns .column.content p {
    margin-bottom: 30px;
}

.block-faq .two-columns .column.content .btn {
    margin-bottom: 50px;
}

.accordion .accordion-item {
    background: rgba(117, 167, 200, 0.7);
    margin-bottom: 15px;
    padding-right: 20px;
    box-sizing: border-box;
    color: white;
}

.accordion .accordion-item button[aria-expanded='true'] {
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 0.5em 0;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: white;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: white;
}

.accordion button .accordion-title {
    padding: 16px 20px;
    position: relative;
    top: 8px;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}
.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded='true'] {
    color: white;
}
.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: fit-content;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    padding: 0 20px;
}
.accordion .accordion-content p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}

.accordion .chevron-down {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 18px;
    background: url("../img/svg/chevron-down.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 300ms;
}

.accordion button[aria-expanded='true'] .chevron-down {
    transform: rotate(180deg);
}

@media only screen and (max-width: 1024px) {
    .block-faq .two-columns {
        flex-direction: column;
    }
    .block-faq .two-columns .column {
        padding-top: 0 !important;
        width: 100% !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .accordion button .accordion-title {
        padding: 10px 20px;
        top: 1px;
        float: left;
        max-width: 95%;
    }

    .block-faq {
        margin-bottom: -100px;
    }
}

.block-content-video .content-wrapper {
    display: flex;
    flex-direction: row;
    gap: 150px;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .block-content-video .content-wrapper {
        flex-direction: column;
        gap: 50px;
    }
    .block-content-video .content-wrapper .column {
        width: 100% !important;
    }

    .block-content-video .content-wrapper .column .subtitle,
    .block-content-video .content-wrapper .column .title,
    .block-content-video .content-wrapper .column p {
       max-width: 100% !important;
    }

    .block-content-video .blue-video-background {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .block-content-video .content-wrapper {
        flex-direction: column;
        gap: 30px;
    }
}

.block-content-video .content-wrapper .column {
    width: 50%;
    position: relative;
}


.block-content-video .content-wrapper .column .subtitle,
.block-content-video .content-wrapper .column .title,
.block-content-video .content-wrapper .column p {
    margin-bottom: 20px;
    display: block;
    max-width: 550px;
}

.block-content-video .content-wrapper .column p {
    margin-bottom: 30px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: auto;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.block-content-video .blue-video-background {
    background: #227ECB;
    height: 70%;
    width: 50vw;
    position: absolute;
    bottom: -70px;
    left: -70px;
    z-index: 1;
}

.block-content-variant-3 {
    background: rgba(164, 192, 214, 0.71);
    padding: 100px 0;
}

.block-content-variant-3 .container {
    display: flex;
    flex-direction: row;
    gap: 120px;
}

.block-content-variant-3 .container .column {
    width: 50%;
    flex-direction: column;
}

.block-content-variant-3 .container .column .subtitle {
    margin-bottom: 10px;
    display: block;
}

.block-content-variant-3 .container .column .title {
    margin-bottom: 0 !important;
    display: block;
}

.block-content-variant-3 .container .column .image {
    width: 100%;
    max-height: 630px !important;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    position: relative;
}

.block-content-variant-3 .btn--white .btn__text{
    background: #bfd3e2;
}




.block-content-variant-3 .container .column .image img {
    min-width: 100% !important;
}

.block-content-variant-3 .container .column:first-of-type {
    margin-top: -250px !important;
}

@media only screen and (max-width: 1280px) {
    .block-content-variant-3 .container .column:first-of-type {
        margin-top: 0 !important;
    }

    .block-content-variant-3 .container {
        gap: 100px;
    }
}

@media only screen and (max-width: 1024px) {
    .block-content-variant-3 .container {
       flex-direction: column;
    }

    .block-content-variant-3 .container .column {
        width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    .block-content-variant-3 {
        padding: 50px 0;
    }
    .block-content-variant-3 .container {
        gap: 50px;
    }

    .block-content-variant-2.p-m {
        padding: 0 !important;
    }
}

.block-content-galerij .top-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 100px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
    .block-content-galerij .top-container {
        flex-direction: column;
        padding-right: 0 !important;
    }
    .block-content-galerij .top-container .column {
        width: 100% !important;
        padding-right: 0 !important;
    }

    .block-content-galerij .top-container .column.right-side {
        padding: 50px !important;
    }

    .block-content-galerij .bottom-images {
        width: 100% !important;
        margin-top: 50px !important;
    }

}

.block-content-galerij .top-container .column {
    width: 55%  !important;
    box-sizing: border-box;
}

.block-content-galerij .top-container .column.black-container {
    background: black !important;
    padding: 70px;
    position: relative;
    z-index: 2;
    color: white !important;
}

.block-content-galerij .top-container .column.left-side {
    padding-right: 100px;
    position: relative;
    top: -50px;
}

.block-content-galerij .top-container .column.right-side {
    width: 45%;
    background: #9BC4DE;
    color: white;
    padding: 65px 100px;
    box-sizing: border-box;
    z-index: 3;
}


.block-content-galerij .top-container .column.right-side h1 {
    font-size: 50px;
    margin-bottom: 30px;
}

.block-content-galerij .top-container .column.right-side p {
    margin-bottom: 30px;
}

.block-content-galerij .top-container .column.left-side .contact-item {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    flex-direction: row;
    align-items: center;
}

.block-content-galerij .top-container .column.left-side .contact-item .icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
    color: white;
    border-radius: 100%;
}

.block-content-galerij .top-container .column.left-side .contact-item .icon img {
    max-height: 18px;
}

.block-content-galerij .top-container .column.left-side .contact-item .details {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

.block-content-galerij .top-container .column.left-side .contact-item .details span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    display: flex;
}

.block-content-galerij .top-container .column.left-side .contact-item .details a {
    font-style: italic;
    color: #347AD0;
    font-weight: 500;
    font-size: 16px;
}


.block-content-galerij .bottom-images {
    width: calc(100% - 70px);
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: stretch;
    margin-top: -70px;
    margin-left: 70px;
}


.block-content-galerij .bottom-images .left-side {
    display: flex;
    width: 100%;
}

.block-content-galerij .bottom-images .left-side .image {
    flex: 1;
    background-position: center;
    background-size: cover;
}

.block-content-galerij .bottom-images .right-side-images {
    flex-direction: column;
    gap: 15px;
    display: flex;
}

.block-content-galerij .bottom-images .right-side-images .image {
    min-width: 386px !important;
    width: 386px !important;
    height: 285px !important;
    background-position: center;
    background-size: cover;
}

.block-content-galerij .top-container .column .subtitle {
    margin-bottom: 10px;
    display: block;
}

.block-content-galerij .top-container .column .title {
    margin-bottom: 30px;
    text-transform: uppercase;
    display: block;
}

.block-content-galerij .top-container .column h3 {
    font-size: 30px !important;
}

.block-content-galerij .top-container .column .text {
    margin-bottom: 40px;
    display: block;
}

@media only screen and (max-width: 768px) {
    .block-content-galerij .bottom-images {
        flex-direction: column;
        width: 100% !important;
    }

    .block-content-galerij .bottom-images .left-side .image {
        aspect-ratio: 1;
    }

    .block-content-galerij .bottom-images .right-side-images .image {
        min-width: 100% !important;
        width: 100% !important;
    }

    .block-content-galerij .top-container .column.right-side {
        padding: 30px !important;
    }

    .block-content-galerij .top-container .column.right-side h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

.block-content-galerij .top-container .column .btn--white-blue .btn__text {
    background-color: #000 !important;
}

.block-content-galerij .black-container  .btn--white-blue .btn__shadow, .block-content-galerij .black-container .button--white-blue .btn__shadow, .block-content-galerij .black-container .button--white-blue .btn__shadow {
    background-color: #fff;
    color: #fff;
}

.block-content-galerij .black-container .btn--blue .btn__shadow, .block-content-galerij .black-container .button--blue .btn__shadow, .block-content-galerij .black-container  .button--blue .btn__shadow {
    background-color: #fff;
    color: #fff;
}

@media only screen and (max-width: 1024px) {

    .block-content-galerij .top-container {
        gap: 50px !important;
    }


    .block-content-galerij .top-container .column {
        width: 100% !important;
        padding-right: 70px !important;
    }

    .block-content-galerij .bottom-images {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .block-content-galerij .top-container .column {
        padding-right: 0 !important;
    }

    .block-content-galerij .bottom-images {
        margin-top: 0 !important;
    }
    .block-content-galerij .top-container .column.black-container {
        padding: 30px !important;
    }

    .block-content-galerij .btn--blue {
        margin-bottom: 15px !important;
    }
}

.block-pricing .top-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 650px;
    margin-bottom: 50px;
}

.block-pricing .top-container .subtitle {
    color: #0d71c6;
    display: block;
    margin-bottom: 10px;
}

.block-pricing .top-container .title h1,
.block-pricing .top-container .title h2 {
    font-size: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.block-pricing .pricing-columns {
    margin-top: 70px;
    width: 100%;
    min-width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.block-pricing .pricing-columns .column {
    background: rgba(155, 196, 222, 0.4);
    padding: 30px;
    box-sizing: border-box;
    flex-shrink: 0;
    min-width: 100% !important;
}

.block-pricing .pricing-columns .column:nth-of-type(3) {
    background: #9DC1D8;
    position: relative;
    top: -40px;
}

.block-pricing .pricing-columns .column .subtitle {
    color: #0d71c6;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

.block-pricing .pricing-columns .column .title {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 10px;
}

.block-pricing .pricing-columns .column .price {
    color: #0d71c6;
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.block-pricing .pricing-columns .column ul {
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}

.block-pricing .pricing-columns .column ul li:before {
    content: '- ';
}
.block-pricing .pricing-columns .column p {
    margin-bottom: 30px;
}

@media only screen and (max-width: 1280px) {
    .block-pricing .pricing-columns {
        margin-top: 70px;
        width: 100%;
        min-width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .block-pricing .pricing-columns .column:nth-of-type(3) {
        top: 0;
    }
}

@media only screen and (max-width: 650px) {


    .block-pricing .top-container .title h1,
    .block-pricing .top-container .title h2 {
        font-size: 40px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .block-pricing .pricing-columns {
        margin-top: 0px;
        width: 100%;
        min-width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
}

.leden-hero {
    display: flex;
    width: 100%;
    background: #A9BFD4;
    box-sizing: border-box;
    margin-bottom: 150px;
    padding-bottom: 0 !important;
    min-height: 370px !important;
}

.leden-hero .container {
    display: flex;
    flex-direction: row;
    gap: 150px;
    padding-bottom: 0 !important;
    position: relative;
    top: 100px;
}

.leden-hero .container .column.logo {
    width: 300px;
    height: 300px !important;
    background: white;
    box-sizing: border-box;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}


@media only screen and (max-width: 1024px) {
    .leden-hero {
        margin-bottom: 100px;
    }

    .leden-hero .buttons,
    .content-right-side .buttons {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .content-right-side .block-1 {
        margin: 0 !important;
        margin-top: 0 !important;
    }

    .leden-hero .container {
        gap: 50px !important;
        top: 0 !important;
        flex-direction: column !important;
        padding: 100px 0 !important;
    }

    .leden-hero .container .column.logo {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1 !important;
        max-width: 300px !important;
    }

    .leden .content-right-side {
        min-width: 100% !important;
        max-width: 100% !important;
    }
    }

@media only screen and (max-width: 768px) {
    .single-leden {
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }
    .leden-hero .container {
        padding: 50px 20px !important;
    }

    .leden-hero .container .column.logo {
        max-width: 100% !important;
    }

    }


.leden-hero .container .column.logo .image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leden-hero .container .column .subtitle {
    color: #0D71C6;
}

.leden-hero .container .column .title h1 {
    color: white;
    font-size: 50px;
    margin: 10px 0;
}

.leden-hero .container .column .sub {
    color: white;
    margin-bottom: 30px;
}

.leden-hero .btn--white-blue .btn__text {
    background: #A9BFD4;
}


.acf-map {
    width: 100%;
    min-height: 500px;
}

.acf-map img {
       max-width: inherit !important;
}

.tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.tags .btn--blue .btn__text {
    background: #033C7E;
    border-color: #033C7E;
}

.leden .content-right-side {
    min-width: 380px;
    max-width: 380px !important;
}

.leden .content-right-side .block-1 {
    margin: 0 !important;
    margin-top: 30px !important;
}


@media only screen and (max-width: 1024px) {
    .leden .content-right-side .block-1  {
        margin: 0 !important;
        margin-top: -20px !important;
    }
}

.news-type {
    margin: 150px 0;
}

.breadcrumb a {
    color: #227DCB;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.breadcrumb a svg {
    vertical-align: -6px;
    margin-right: 10px;
}

.news-content {
    display: flex;
    flex-direction: row;
    gap: 70px;
    margin-top: 30px;
}

.news-content .column {
    width: 100% !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.news-content .column.news-sidebar {
    max-width: 350px !important;
    min-width: 350px !important;
}

.content-inside h1 {
    font-size: 50px;
    font-weight: 200;
}

.content-inside h1 strong {
    font-weight: 700;
    color: #227DCB;
}

.content-inside {
    display: flex;
    flex-direction: column;
}

.content-inside .news-tags {
    margin-top: 30px;
}

.date-socials {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    color: #707070;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.socials-share {
    display: flex;
    flex-direction: row;
    gap: 10px;
    min-width: 120px;
}


.socials-share a {
    display: flex !important;
}


.content-text {
    max-width: 100%;
}

.content-text .container {
    padding: 0 !important;
    margin-top: 50px;
    margin-bottom: 30px;
}

.content-text blockquote {
    margin-bottom: 30px;
    display: block;
    padding-left: 20px;
    border-left: 10px solid #227DCB;
    margin-left: 50px;
    color: #227DCB;
    font-weight: 600;
}

.related-cards {
    margin-top: 20px;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.cards {
    max-width: 1085px !important;
}

@media only screen and (max-width: 1550px) {
    .cards {
        max-width: 830px !important;
    }
}

@media only screen and (max-width: 1280px) {
    .cards {
        max-width: 573px !important;
    }
}

.nieuws-cards .splide__slide {
    border-bottom: 3px solid black;
    background: white;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.nieuws-cards .splide__slide .card-image {
    width: 100%;
    height: 200px !important;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.nieuws-cards .splide__slide .card-image:not(.is-column) img {
    min-height: 200px !important;
    object-fit: cover;
}

.nieuws-cards .splide__slide .card-content {
    padding: 15px;
    box-sizing: border-box;
}

.nieuws-cards .splide__slide .card-image span.label {
    text-transform: uppercase;
    color: white;
    background: #0D71C6;
    position: absolute;
    transform: rotate(90deg);
    width: 100px;
    top: 38px;
    left: -38px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nieuws-cards .splide__slide .subheading {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    color: #000 !important;
}

.nieuws-cards .splide__slide .heading {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    margin-top: 10px;
    color: #000 !important;
    min-height: 70px;
}

.nieuws-cards .splide__slide .readmore {
    text-decoration: underline;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 400;
}

.nieuws-cards .splide__arrow {
    opacity: 1 !important;
}

.nieuws-cards .splide__arrow--next {
  right: -70px !important;
}

.nieuws-cards .splide__arrow--prev {
    left: -70px !important;
}

@media only screen and (min-width: 1550px) {
    .nieuws-cards .splide__arrow--prev {
        left: -50px !important;
    }


    .nieuws-cards .splide__arrow--next {
        right: -50px !important;
    }
}

.sidebar-article-content {
    text-transform: uppercase;
    margin-bottom: 30px;
    width: 100%;
}

.sidebar-article-content h3 {
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.sidebar-article-content ol {
    padding: 20px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    text-transform: none;
}

.sidebar-article-content ol li {
    list-style-type: auto;
}

.sidebar-article-content ol li a {
    color: black;
    transition: all 300ms;
}

.sidebar-article-content ol li a:hover {
    color: #0d71c6;
    text-decoration: underline;
}

.news-sidebar {
    display: flex;
    flex-direction: column;
}

.more-from-regio h3 {
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.more-from-regio {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.more-from-regio .regio-tile {
    width: 100%;
    display: flex;
    background: grey;
    height: 200px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    transition: all 500ms ease-in-out;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    color: white;
    box-sizing: border-box;
    padding: 0 50px;
}


.more-from-regio .regio-tile:before {
    position: absolute;
    background-color: rgba(0, 51, 113, 0.52);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    display: block;
}

.more-from-regio span.label {
    text-transform: uppercase;
    color: white;
    background: #0D71C6;
    position: absolute;
    transform: rotate(90deg);
    width: 100px;
    top: 38px;
    left: -38px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.more-from-regio .inner-tile {
    position: relative;
    z-index: 4;
}

.more-from-regio .inner-tile span  {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}


.more-from-regio .inner-tile .title {
    text-transform: uppercase;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
}

.more-from-regio .readmore {
    position: absolute;
    right: 20px;
    bottom: 15px;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 14px;
}



span.caption {
    color: grey;
    display: block;
    margin-top: 10px;
    width: 100%;
    text-align: right;
}

@media only screen and (max-width: 1024px) {

    .content-inside h1 {
        font-size: 30px;
    }

    .content-inside .news-tags {
        width: 100%;
        gap: 20px;
        display: flex;
    }

    .date-socials {
        display: flex;
        gap: 30px;
    }

    .date-socials {
        flex-direction: column;
        align-items: flex-start;
    }

    .pb-s {
        padding-bottom: 0 !important;
    }

    .news-type {
        margin: 100px 0 !important;
    }
    .news-content {
        flex-direction: column !important;
    }

    .cards {
        max-width: 100% !important;
    }



    .nieuws-cards .splide__arrow--next {
        display: none;
    }

    .nieuws-cards .splide__arrow--prev {
        display: none;
    }

    .news-content .column.news-sidebar {
        max-width: 100% !important;
        min-width: 100% !important;
    }
}

@media only screen and (max-width: 1024px) {
    .news-type {
        margin-bottom: 50px !important;
    }
}
.column-intro {
    display: flex;
    flex-direction: row;
}

.column-intro .column-image {
    min-width: 480px;
    width: 480px;
    height: 555px;
    object-fit: cover;
    margin-bottom: 30px;
}

.column-intro .column-image img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.column-intro-content .column-name {
    margin-left: 50px;
    padding: 10px;
    background: black;
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin-top: 0px;
    display: inline-block;
}

.column-intro-content .blue-content {
    padding: 20px 20px 20px 50px;
    background: #0d71c6;
    color: white;
    box-sizing: border-box;
    font-size: 16px;
    margin-top: 30px;
    position: relative;
}

.column-intro-content .blue-content:before {
    content: '';
    height: fit-content;
    display: block;
    width: 200px;
}

.column-socials {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 1200px) {
    .column-intro {
        flex-direction: column;
    }

    .column-intro .column-image {
        min-width: 100%  !important;
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1;
        margin-bottom: 0 !important;
    }

    .column-intro-content .column-name {
        margin-left: 0 !important;
        width: 100% !important;
        padding-left: 30px;
    }

    .column-intro-content .blue-content {
        margin-top: 0 !important;
        padding: 30px;
        margin-bottom: 50px;
    }
}

.article-hero {
    width: 100%;
    background: #0d71c6;
    color: white;
    margin-top: -50px;
    min-height: 600px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.article-hero .container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.article-hero .container .image {
    width: 60%;
    min-width: 60% !important;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.article-hero .container .article-intro {
    box-sizing: border-box;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.article-hero .container .article-intro h1 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 300;
}

@media only screen and (max-width: 1024px) {

    .article-hero .container .image {
        width: 100% !important;
        aspect-ratio: 1;
        margin-top: 100px !important;
    }
    .article-hero .container {
        flex-direction: column !important;
    }

    .article-hero .container .article-intro {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .cbiq.cbiq__image-true .cbiq__row {
        flex-direction: column !important;
        margin-left: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .cbiq__text {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .article-hero .container .image {
        width: 100% !important;
        aspect-ratio: 1;
        margin-top: 50px !important;
    }

    .cb cb__image {
        padding-bottom: 0 !important;
    }
}

.block-simple-hero {
    width: 100%;
    padding: 100px 0;
    background: rgba(52, 122, 208, 0.7);
    color: black;
}

.set-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 50px;
}

.set-wrapper .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.set-wrapper .image-1 {
    width: 100%;
    height: 675px;
}

.set-wrapper .inner-set-wrapper {
    display: flex;
    flex-direction: row;
    gap: 50px;
    width: 100%;
}

.set-wrapper .inner-set-wrapper .column {
    width: 50% !important;
    display: flex;
}

.set-wrapper .inner-set-wrapper .column.stack {
    flex-direction: column !important;
    gap: 50px;
}

.set-wrapper .inner-set-wrapper .column.stack .image {
    height: 280px;
}

.set-wrapper .inner-set-wrapper .column .image-2 {
    width: 100% !important;
}

.set-wrapper span.blue-label {
    padding: 15px 20px;
    background: #0d71c6;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    float: left;
    top: 0;
}

@media only screen and (max-width: 768px) {

    .set-wrapper {
        gap: 30px !important;
        margin-bottom: 30px !important;
    }
    .set-wrapper .image-1 {
        height: auto !important;
        aspect-ratio: 1;
    }
    .set-wrapper .inner-set-wrapper {
        flex-direction: column-reverse !important;
        gap: 30px !important;
    }

    .set-wrapper .inner-set-wrapper .column {
        width: 100% !important;
        aspect-ratio: 1;
        gap: 30px !important;
    }
    .set-wrapper .inner-set-wrapper .column.stack .image {
        height: auto !important;
        aspect-ratio: 1;
    }

}

.block-simple-hero .pre-heading {
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.single-photos h1 {
    font-size: 50px;
}

.gallery-tiles {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
}

.gallery-tiles .image-tile {
    width: calc(50% - 25px);
    display: flex;
    height: 280px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 768px) {
    .single-photos h1 {
        font-size: 30px !important;
    }

    .gallery-tiles {
       flex-direction: column;
        gap: 30px !important;
    }

    .gallery-tiles .image-tile {
        width: 100% !important;
        aspect-ratio: 1;
        display: flex;
        height: auto !important;
    }

}

.header__nav-search-icon {
    margin-left: 20px;
    background-size: 24px;
    position: relative;
    top: -1px;
}

.block-text-slider.has-blue-background .text-wrapper {
    background: #9BC4DE;
    width: 45% !important;
    box-sizing: border-box;
    padding: 30px;
    color: white !important;
}

.block-text-slider.has-blue-background .btn--white-blue .btn__text, .button--white-blue .btn__text, button--white-blue .btn__text {
    background: #9BC4DE;
}

.block-text-slider.has-blue-background .btn--white-blue .btn__shadow {
    background: white !important;
}


@media only screen and (max-width: 1024px) {
    .block-text-slider.has-blue-background .text-wrapper {
        width: 100% !important;
    }
    }

.block-text-slider.has-blue-background .text-wrapper .subtitle {
    color: #0d71c6 !important;
}

.block-text-slider.has-blue-background h2,
.block-text-slider.has-blue-background h3 {
    font-size: 40px;
    margin-top: 10px;
}

.block-text-slider .buttons-wrapper {
    display: flex;
    flex-direction: row;
}

@media only screen and (max-width: 768px) {
    .block-text-slider .buttons-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .block-content-variant-3 .buttons-wrapper {
        display: flex;
        gap: 20px !important;
        flex-direction: column;
    }
    }

.block-text-slider .d-flex {
    gap: 100px !important;
}

.block-hero-image-background {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.block-newest-members .card-member__details {
    background: white !important;
}

.magazines-hero {
    width: 100%;
    padding: 250px 0 250px 0;
    background: #A9BFD4;
    display: flex;
    flex-direction: column;
}

.magazines-hero .q-class {
    font-weight: 600;
    text-transform: uppercase;
}

.magazines-hero h1 {
    font-size: 50px;
    text-transform: uppercase;
    margin-top: 10px;
}

.block-cover-video {
    position: relative;
    top: -150px;
}

.block-cover-video .container {
    display: flex;
    flex-direction: row;
    gap: 150px;
}

.block-cover-video .container .column {
    width: 100%;
    object-fit: cover;
}

.block-cover-video .container .magazine-column {
    max-width: 550px !important;
 }

.block-cover-video .container .column img {
    object-fit: cover;
    min-width: 100%;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.magazine-intro-content {
    margin-top: 20px;
}

.magazine-intro-content .subtitle {
    color: #0d71c6;
}

.magazine-intro-content .title h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

.magazine-intro-content .text {
    margin-bottom: 30px;
    font-weight: 300;
}

@media only screen and (max-width: 1280px) {
    .block-cover-video .container {
        gap: 100px;
    }
}

@media only screen and (max-width: 1024px) {
    .block-cover-video .container {
        flex-direction: column;
    }

    .block-cover-video .container .magazine-column {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 768px) {
    .magazines-hero {
        padding: 100px 0 200px 0;
    }

    .block-cover-video .container {
        gap: 50px;
    }
}

.blue-subtitle {
    color: #0d71c6 !important;
}

.magazine-single-person {
    padding-left: 150px;
}

@media only screen and (max-width: 1024px) {
    .magazine-single-person {
        padding-left: 0 !important;
    }
}

.magazine-cta {
    width: 100%;
    padding: 150px;
    background: #9dc1d8;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

.magazine-cta h2 {
    text-align: center;
    color: white;
    font-size: 40px;
    max-width: 550px;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    .btn__sign-up {
        position: fixed;
        bottom: 0;
        width: 100vw;
        left: 0;
        height: 50px;
        justify-content: center;
        display: flex;
        align-items: center;
        box-sizing: border-box !important;
    }

    .magazine-cta {
        padding: 50px !important;
    }

    .magazine-cta h2 {
        font-size: 30px !important;
    }

    .magazine-cta .buttons-wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .block-1 .buttons, .block-2 .buttons {
        display: flex;
        flex-direction: column;
        gap: 20px !important;
    }

    .block-cover-video {
        margin-bottom: -100px !important;
    }

    .layoutArea .column {
        display: flex;
        flex-direction: column;
        width: 100% !important;
    }

}

.block-content-variant-2 .block-content-flexible {
    padding-right: 70px !important;
}

.block-content-variant-2.flex-column-reverse .block-content-flexible {
    padding-left: 70px !important;
    padding-right: 0 !important;
}

.block-content-variant-2.flex-column-reverse .container {
    display: flex;
    flex-direction: row-reverse !important;
}

@media only screen and (max-width: 768px) {
    .block-content-variant-2 .block-content-flexible {
        padding-right: 0 !important;
    }

    .block-content-variant-2.flex-column-reverse .container {
        display: flex;
        flex-direction: column-reverse !important;
    }

    .block-content-variant-2.flex-column-reverse .block-content-flexible {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .teammember-area {
        margin-bottom: 50px;
    }
}

.block-hero-image-background .container {
    position: relative;
    z-index: 2;
}

.video-container {
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
}

.video-container.background-blue:after {
    content: '';
    width: 100%;
    height: calc(100% + 100px);
    position: absolute;
    left: 0;
    top: -100px;
    background: rgba(52, 122, 208, 0.7);
    z-index: 1;
}

.video-container.background-black:after {
    content: '';
    width: 100%;
    height: calc(100% + 100px);
    position: absolute;
    left: 0;
    top: -100px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}



.video-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
}

.menu-item-has-children a {
    padding-right: 15px;
    cursor: pointer;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjVweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMjUgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNvbi10cmlhbmdsZS1kb3duPC90aXRsZT4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJpY29uLXRyaWFuZ2xlLWRvd24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjQ1MDAwMCwgNy42NTAwMDApIHJvdGF0ZSg5MC4wMDAwMDApIHRyYW5zbGF0ZSgtMTIuNDUwMDAwLCAtNy42NTAwMDApIHRyYW5zbGF0ZSg1LjA1MDAwMCwgLTQuMDUwMDAwKSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPHBhdGggZD0iTTE0LjA1LDEzLjY1IEwxMy41NSwxNC4xNSBMNS4wNSwyMi42NSBDNC4wNSwyMy42NSAyLjI1LDIzLjY1IDEuMjUsMjIuNjUgTDAuNzUsMjIuMTUgQy0wLjI1LDIxLjE1IC0wLjI1LDE5LjM1IDAuNzUsMTguMzUgTDcuMzUsMTEuNzUgTDAuNzUsNS4wNSBDLTAuMjUsNC4wNSAtMC4yNSwyLjM1IDAuNzUsMS4yNSBMMS4yNSwwLjc1IEMyLjI1LC0wLjI1IDMuOTUsLTAuMjUgNS4wNSwwLjc1IEwxNC4wNSw5Ljc1IEMxNS4wNSwxMC45NSAxNS4wNSwxMi42NSAxNC4wNSwxMy42NSBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
    background-size: 12px 8px;
    background-repeat: no-repeat;
    background-position: right 50%;
    transition: all 0s !important;
}

.sub-menu {
    z-index: 10;
    display: none;
    flex-direction: column;
    position: absolute;
    background: white;

    min-width: 230px;
    box-sizing: border-box;
    padding:20px;
    -webkit-box-shadow: 0 10px 12px 0 rgba(186, 186, 186, .8);
    box-shadow: 0 10px 12px 0 rgba(186, 186, 186, .8);
}

.current-menu-item .sub-menu a {
    color: #000 !important;
}


.sub-menu a {
    background-image: none !important;
}

.menu-item-has-children.open a {
    padding-right: 15px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.4' height='14.8' viewBox='0 0 23.4 14.8'%3E%3Cg id='Page-1' transform='translate(24.15 15.05) rotate(180)'%3E%3Cg id='icon-triangle-down' transform='translate(24.15 0.25) rotate(90)'%3E%3Cpath id='Path' d='M14.05,13.65l-.5.5-8.5,8.5a2.782,2.782,0,0,1-3.8,0l-.5-.5a2.782,2.782,0,0,1,0-3.8l6.6-6.6L.75,5.05a2.781,2.781,0,0,1,0-3.8l.5-.5a2.781,2.781,0,0,1,3.8,0l9,9A2.907,2.907,0,0,1,14.05,13.65Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");    background-size: 12px 8px;
    background-repeat: no-repeat;
    background-position: right 50%;
    transform: rotate(180deg) !important;
}

.block-infobar {
    background: black;
    padding: 20px 0;
    color: white;
}

.block-infobar .container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
}

.block-infobar .container .column img {
    max-height: 24px;
    margin-bottom: 10px;
}


.block-infobar .container .column {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
}

@media screen and (max-width: 1350px) {
    .nav-overlay__list li {
        display: block;
    }

    .nav-overlay {
        width: 320px;
        padding: 5rem;
    }

    .header__nav {
        display: none;
    }
    .nav-overlay__toggle {
        display: flex;
    }
}
