@import "reset.less";

/*------------------------------------------------------------------------ Global ------------------------------------------------------------------------*/

* {
    font-family: 'Poppins', sans-serif !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 34px !important;
    max-height: 24px !important;
    object-fit: contain !important;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: transparent;
    transition: background-color 0.3s ease;

    &.scrolled {
        background-color: #2b2b2b;
    }

    &.header--transparent {
        background-color: transparent;
    }

    &.header--black {
        background-color: @oranje;
    }

    .hamburger_menu {
        background: none;
        border: none;

        span {
            background: @white;
            display: block;
            margin-bottom: 6px;
            height: 5px;
            width: 35px;
        }
    }

    .offcanvas {
        background: @oranje;
        color: @white;
        padding-top: 75px;
        --bs-offcanvas-width: 600px;

        .close {
            position: absolute;
            top: 10px;
            right: 10px;
            background: none;
            border: none;
        }

        #menu-hoodfmenu {
            list-style-type: none;
            padding-right: 10px;

            li {
                text-align: end;
                margin: 32px 0;

                a {
                    color: @white;
                    font-family: Arial, sans-serif !important;
                    font-weight: 700 !important;
                    font-style: bold !important;
                    font-size: 45px !important;
                    line-height: 46px !important;
                    letter-spacing: -0.06em !important;
                    vertical-align: middle !important;
                    text-transform: uppercase !important;
                }
            }
        }
    }
}

/*------------------------------------------------------------------------ Pagina-content ------------------------------------------------------------------------*/

.page_content {
    .page_div {

        hr {
            margin: 0 0 1rem 0 !important;
        }

        .people {
            width: 250px;
            height: 324px;
            object-fit: cover;
            margin-bottom: 16px;
        }

        .primaire_button {
            display: inline-block;
            background: @blauw;
            color: #fff;
            border: none;
            border-radius: 0 !important;
            padding: 12px 16px;
            font-weight: 400 !important;
            font-size: 1rem;
            cursor: pointer;
            text-decoration: none;
            transition: background 0.2s;

            &.white {
                color: #fff !important;
            }

            &:hover {
                background: darken(@blauw, 10%);
            }
        }

        .secundaire_button {
            display: inline-block;
            background: transparent;
            color: #fff;
            border: 1px solid #fff;
            border-radius: 0 !important;
            padding: 11px 16px;
            font-weight: 400 !important;
            font-size: 1rem;
            cursor: pointer;
            text-decoration: none;
            transition: background 0.2s, color 0.2s;

            &.blue {
                color: @blauw !important;
                border: 1px solid @blauw;

                &:hover {
                    background: @black;
                    color: @white;
                }
            }

            &:hover {
                background: #fff;
                color: @blauw;
            }
        }
    }

    .page_div.intro {
                        color: #fff !important;
        position: relative;
        padding-top: 8vh;
        padding-bottom: 8vh;
        padding-left: 5vw;
        padding-right: 5vw;
        box-sizing: border-box;
    }
}

/*------------------------------------------------------------------------ Blog intro ------------------------------------------------------------------------*/

@blog-intro-overlap: 220px;

.blog_intro {
    background: #ffffff;

    &__top {
        background: #2B2B2B !important;
        padding: 40px 0 @blog-intro-overlap;
        text-align: center;
    }

    &__return {
        display: block;
        text-align: left;
        color: #ffffff !important;
        text-decoration: none;
        font-size: 13px !important;
        font-weight: 400 !important;
        text-transform: none !important;
        letter-spacing: normal !important;
        line-height: 1.5 !important;
        margin-bottom: 40px;
        opacity: 0.8;

        &:hover {
            opacity: 1;
        }
    }

    &__titel {
        color: #ffffff !important;
        font-size: 42px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
        letter-spacing: -0.01em !important;
        text-transform: none !important;
        text-align: center !important;
        margin: 0 auto 12px !important;
        max-width: 700px;
        display: block;
    }

    &__datum {
        color: #ffffff !important;
        font-size: 13px !important;
        font-weight: 400 !important;
        text-transform: none !important;
        letter-spacing: normal !important;
        line-height: 1.5 !important;
        opacity: 0.7;
        margin: 0 0 32px !important;
        text-align: center;
    }

    &__lijn {
        width: 100%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.3);
        margin: 0 0 0;
    }

    &__image-wrapper {
        margin-top: -@blog-intro-overlap;
        position: relative;
        z-index: 2;
        text-align: center;
    }

    &__foto {
        width: 100%;
        max-width: 560px;
        height: auto;
        display: inline-block;
    }

    &__bottom {
        background: #ffffff;
        padding: 50px 0 60px;
    }

    &__subtitel {
        font-size: 22px !important;
        font-weight: 700 !important;
        color: #000000 !important;
        text-transform: none !important;
        letter-spacing: normal !important;
        line-height: 1.3 !important;
        margin-bottom: 8px !important;
    }

    &__tekst {
        color: #333333;
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 40px;

        p {
            color: #333333 !important;
            font-size: 15px !important;
            font-weight: 400 !important;
            line-height: 1.7 !important;
            text-transform: none !important;
            letter-spacing: normal !important;
            margin-bottom: 12px !important;
        }
    }

    &__artikel-label {
        font-size: 18px !important;
        font-weight: 700 !important;
        color: #000000 !important;
        text-transform: none !important;
        letter-spacing: normal !important;
        line-height: 1.3 !important;
        margin-bottom: 16px !important;
    }

    &__button {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background-color: #1E59CA;
        color: #ffffff !important;
        text-decoration: none;
        font-size: 14px !important;
        font-weight: 400 !important;
        text-transform: none !important;
        letter-spacing: normal !important;
        padding: 10px 24px;
    }

    &__button-icon {
        font-size: 16px;
    }
}

.intro__titel-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 24px;
}

.intro__lijn {
    display: block;
    flex: 1;
    min-width: 30px;
    height: 2px;
    background-color: #ffffff;
    margin-bottom: 13px;
}

/*------------------------------------------------------------------------ Utilities ------------------------------------------------------------------------*/

.article {
    color: #fff !important;
    font-family: Arial, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 18px !important;
    line-height: 1.35 !important;
    letter-spacing: -0.06em !important;
    vertical-align: middle !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/*------------------------------------------------------------------------ Footer ------------------------------------------------------------------------*/

footer {
    color: #fff !important;

    a {
        font-family: Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        line-height: 1.35;
        letter-spacing: -0.06em;
        vertical-align: middle;
        color: #fff;
        margin-bottom: 1rem;
    }
}

/*------------------------------------------------------------------------ Formulieren ------------------------------------------------------------------------*/

.gform_wrapper {
    color: #fff !important;
}

.kolom.forms {
    h3,
    .subtitel,
    .subtitel p,
    .subtitel li,
    .subtitel span {
        color: #ffffff !important;
    }
}

.background-blue .gform_wrapper,
.kolom.forms .gform_wrapper {
    .gfield_label,
    .gfield_description,
    legend,
    .ginput_complex label,
    .gfield--type-consent label,
    .gfield_consent_label,
    .gfield_consent_description {
        color: #ffffff !important;
    }

    .gform_fields {
        row-gap: 8px !important;
    }

    .gfield {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .gfield_label {
        margin-bottom: 4px !important;
    }

    .ginput_container {
        margin-top: 0 !important;
    }

    input::placeholder,
    textarea::placeholder,
    select::placeholder {
        color: #867F83 !important;
        opacity: 1;
    }

    .gform_button {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: transparent;
        color: #ffffff;
        border: none;
        padding: 0;
        font-size: 16px;
        font-weight: 400 !important;
        cursor: pointer;

        &:hover {
            opacity: 0.8;
        }
    }
}

/*------------------------------------------------------------------------ Slick overrides ------------------------------------------------------------------------*/

.acf-slick-slider {
    position: relative;
    overflow: visible;
    padding-right: 60px;

    .slider-item {
        margin-right: 24px;
    }
}

.slider-fade-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 100%;
    background: linear-gradient(to left, #fff 60%, rgba(255,255,255,0) 100%);
    pointer-events: none;
    z-index: 5;
}

.slick-prev,
.slick-next {
    z-index: 10;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    font-size: 22px;
    display: flex !important;
    align-items: center;
    justify-content: center;

    &:before {
        color: #688897;
        font-size: 24px;
    }

    &:hover {
        background: rgba(0, 0, 0, 0.85);
    }
}

.slick-prev {
    left: -55px;
}

.slick-next {
    right: -55px;
}

.slick-slide {
    outline: none !important;
}

/*------------------------------------------------------------------------ Upcoming masterclasses ------------------------------------------------------------------------*/

.upcoming-masterclasses {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.masterclasses-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;

    h2 {
        font-size: 48px !important;
        font-family: Arial, sans-serif !important;
        font-weight: 600 !important;
        color: @blauw-donker !important;
        text-transform: uppercase !important;
        letter-spacing: 1px !important;
        line-height: 1.1 !important;
        margin: 0 !important;
    }
}

.masterclasses-title {
    font-size: 48px;
    font-family: Arial, sans-serif !important;
    font-weight: 600;
    color: @blauw-donker;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.masterclasses-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #1E59CA;
    text-decoration: none;
    font-size: 16px;
    transition: opacity 0.3s;

    svg {
        transition: transform 0.3s;
    }

    &:hover {
        opacity: 0.7;

        svg {
            transform: translateX(4px);
        }
    }
}

.masterclasses-slider-wrapper {
    position: relative;
    overflow: hidden;

    &::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 200px;
        height: 100%;
        background: linear-gradient(to left, #f8f9fa 20%, rgba(248, 249, 250, 0) 100%);
        pointer-events: none;
        z-index: 6;
    }
}

.masterclasses-timeline {
    position: absolute;
    top: 88px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #d1d5db;
    z-index: 0;
}

.masterclasses-slider {
    // Layout wordt volledig door Slick beheerd
    padding-bottom: 20px;
}

.masterclass-item {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
}

.masterclass-date-wrapper {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 20px;
    position: relative;
}

.masterclass-date {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 4px;
}

.masterclass-day {
    font-size: 14px;
    color: #6b7280;
}

.timeline-dot {
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: #867F83;
    border-radius: 50%;
    z-index: 2;
}

.masterclass-card {
    display: block;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: #ffffff;

    &:hover {
        transform: translateY(-4px);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    }
}

.masterclass-image {
    height: 280px;
    background-size: cover;
    background-position: center;
    background-color: #e5e7eb;
    position: relative;
    display: flex;
    align-items: flex-end;

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
    }
}

.masterclass-content {
    position: relative;
    z-index: 1;
    padding: 24px;
}

.masterclass-title {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 8px 0;
    text-transform: uppercase;
}

.masterclass-subject {
    font-family: Arial;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -6%;
    vertical-align: middle;
    color: #ffffff;
}

.masterclass-location {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 20px;
}

.masterclasses-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid @blauw-donker;
    color: @blauw-donker;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    z-index: 10;

    &:hover {
        background-color: @blauw-donker;
        color: #ffffff;
    }
}

.masterclasses-nav-next {
    right: 0;
}

.masterclasses-nav-prev {
    left: 0;
}

.masterclasses-grid {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    align-items: stretch;
}

/*------------------------------------------------------------------------ Upcoming masterclasses ext ------------------------------------------------------------------------*/

.upcoming-masterclasses--ext {
    background-color: #1a1a1a;
    padding: 60px 0;

    .masterclasses-header {
        margin-bottom: 40px;
        display: flex;
        align-items: center;
        justify-content: flex-start;

        h2 {
            color: #ffffff !important;
            font-size: 70px !important;
            font-weight: 700 !important;
            text-transform: uppercase !important;
            letter-spacing: 0.05em !important;
            margin: 0 !important;
            display: flex;
            align-items: flex-end;
            gap: 0;

            &::before {
                content: '';
                display: inline-block;
                width: 111px;
                height: 2px;
                background-color: #ffffff;
                flex-shrink: 0;
                margin-right: 5px;
                margin-bottom: 8px;
            }
        }
    }

    .masterclasses-grid {
        gap: 20px;
        margin-bottom: 40px;
    }

    .masterclass-item {
        padding: 0;
    }

    .masterclass-card {
        display: block;
        text-decoration: none;
        background-color: transparent;
        box-shadow: none;

        &:hover {
            transform: none;
            box-shadow: none;
        }
    }

    .masterclass-image {
        width: 100%;
        padding-top: 66%;
        background-size: cover;
        background-position: center;
        background-color: #333;
        display: block;
        height: auto;

        &::before {
            display: none;
        }
    }

    .masterclass-content {
        padding: 10px 0 0;
        position: static;
        z-index: auto;
    }

    .masterclass-title {
        color: #ffffff;
        font-size: 13px !important;
        font-weight: 400 !important;
        text-transform: none !important;
        margin: 0 !important;
        line-height: 1.4;
    }
}

.masterclasses-pagination {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 40px;

    &__item {
        color: #ffffff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        padding: 4px 2px;
        line-height: 1;

        &--active {
            font-weight: 700;
            border-bottom: 2px solid #ffffff;
        }
    }
}

/*------------------------------------------------------------------------ Event hero ------------------------------------------------------------------------*/

.event-hero {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: center;
    overflow: hidden;

    &_background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    &_bg-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    &_overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 2;
    }

    .container {
        position: relative;
        z-index: 3;
    }

    &_content {
        max-width: 100%;
    }

    &_subtitle-wrapper {
        display: flex;
        align-items: flex-end;
        gap: 16px;
        margin-top: 12px;
        margin-bottom: 16px;
    }

    &_subtitle {
        font-size: 23px !important;
        font-weight: 400;
        line-height: 1 !important;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #ffffff;
        margin: 0;
        white-space: nowrap;
    }

    &_subtitle-line {
        height: 2px;
        background: #ffffff;
        flex: 1;
        opacity: 0.5;
        margin-bottom: 4px;
    }

    &_title {
        font-size: 64px;
        font-weight: 700;
        line-height: 1.2;
        color: #ffffff;
        margin: 0 0 32px 0;
        text-transform: uppercase;
    }

    &_meta {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
        margin-bottom: 32px;
    }

    &_meta-item {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #ffffff;
        font-size: 14px;
    }

    &_icon {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }

    &_cta {
        display: inline-block;
    }

    &_button {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 12px 24px;
        background: #1E59CA;
        color: #ffffff;
        font-size: 16px;
        font-weight: 400 !important;
        text-decoration: none;
        border-radius: 0;
        transition: background 0.3s ease;

        &:hover {
            background: darken(#1E59CA, 10%);
            color: #ffffff;
            text-decoration: none;
        }
    }

    &_button-icon {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }
}

/*------------------------------------------------------------------------ Info row ------------------------------------------------------------------------*/

.info_row {
    h2:not(.accordion-header) {
        color: @blauw-donker;
        position: relative;
        width: max-content;

        &:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 100%;
            width: 100%;
            height: 4px;
            transform: translateY(-8px);
            background: @blauw-donker;
        }
    }

    .col-lg-9 h3 {
        font-size: 28px !important;
    }

    .col-lg-9 p {
        color: @black;
    }
}

.twee_kolom {
    .blue-dark h3 {
        color: @blauw-donker !important;
    }

    .subtitel,
    .subtitel p,
    .subtitel li,
    .subtitel span {
        color: @black !important;
    }
}

.site-footer {
    strong {
        font-weight: 700;
    }

    a, div, li {
        font-weight: 400 !important;
    }
}

.footermenu {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.vier_foto {
    h3, h5, p, div {
        color: #fff !important;
    }

    &__link {
        display: block;
        text-decoration: none;
    }
}

.foto_kolom {
    h2 {
        color: #fff;
    }
}

/*------------------------------------------------------------------------ FAQ ------------------------------------------------------------------------*/

.faq {
    &.info_row h2 {
        &:after {
            background: #ffffff;
        }
    }

    .faq__accordion {
        gap: 0;
    }

    .accordion-item {
        background: #ffffff;
        border: none !important;
        border-radius: 0 !important;
        margin-bottom: 16px;
    }

    .accordion-header {
        width: 100%;
    }

    .accordion-button {
        background: #ffffff;
        color: #222222;
        font-size: 1.3rem;
        font-weight: 400;
        border-radius: 0 !important;
        box-shadow: none !important;
        padding: 28px 48px 28px 32px;
        transition: color 0.2s;
        position: relative;
        width: 100%;

        &::after {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            margin-left: 0;
            margin-right: 20px;
        }

        &.collapsed::after {
            transform: translateY(-50%) rotate(0deg);
        }

        &:not(.collapsed) {
            color: #1E59CA !important;
            background: #ffffff;
            box-shadow: none !important;

            &::after {
                transform: translateY(-50%) rotate(-180deg);
            }
        }
    }

    .accordion-body {
        background: #ffffff;
        color: #222222;
        font-size: 1rem;
        padding: 24px 32px;
        border: none;

        p {
            color: #222222 !important;
        }
    }
}

/*------------------------------------------------------------------------ Video block ------------------------------------------------------------------------*/

.video_block {
    background-color: #1a1a1a;
    padding-top: 60px;
    padding-bottom: 60px;

    &__titel {
        color: #fff;
        display: flex;
        align-items: flex-end;
        gap: 0;

        &::before {
            content: "";
            display: inline-block;
            width: 80px;
            height: 3px;
            background: #fff;
            flex-shrink: 0;
            margin-bottom: 10px;
        }
    }

    &__button {
        display: inline-block;
        color: #fff;
        border: 1px solid #fff;
        padding: 8px 18px;
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: 400 !important;
        text-decoration: none;

        &:hover {
            background: #fff;
            color: #1a1a1a;
        }
    }

    &__embed {
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9;

        iframe,
        video {
            width: 100%;
            height: 100%;
            display: block;
        }
    }
}

/*------------------------------------------------------------------------ Responsive – desktop (≥992px) ------------------------------------------------------------------------*/

@media only screen and (min-width: 992px) {
    .foto_kolom {
        max-height: 552px;
        margin-bottom: 200px !important;
    }

    .padding-l {
        padding-left: 100px !important;
    }

    .foto_kolom_2 {
        .foto {
            width: 632px !important;
            height: 450px !important;
        }
    }
}

.foto_kolom_2 {
    h3 {
        color: #fff !important;
    }
}

@media only screen and (min-width: 992px) {

    .bottom-content {
        padding-top: 420px;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

    .middel-content {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }

    .info_row {
        .row {
            overflow: hidden;
        }
    }

    .slider-item {
        width: 250px !important;
    }

    .masterclasses-timeline {
        top: 88px;
    }
}

/*------------------------------------------------------------------------ Responsive – tablet (≤991px) ------------------------------------------------------------------------*/

@media only screen and (max-width: 991px) {
    .upcoming-masterclasses {
        padding: 60px 0;
    }

    .masterclasses-timeline {
        top: 82px;
    }

    // .masterclass-item breedte wordt door Slick beheerd via slidesToShow: 2

    .masterclasses-title {
        font-size: 36px;
    }

    .event-hero {
        min-height: 300px;

        &_title {
            font-size: 48px;
            margin-bottom: 24px;
        }

        &_meta {
            gap: 16px;
            margin-bottom: 24px;
        }
    }

    .masterclasses-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .padding-l {
        padding-left: 0 !important;
    }

    // Padding tussen afbeelding en tekst op mobiel
    .foto_kolom .col-12.col-lg-8 {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .foto_kolom_2 .col-12.col-lg-6.d-flex {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .info_row .col-12.col-lg-9 {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .vier_foto img {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .blog_foto_kolom .col-12.col-lg-8 {
        padding-left: 0 !important;

        > div {
            padding-left: 0 !important;
        }
    }

    .info_row h2 {
        font-size: 26px !important;
        line-height: 36px !important;
        width: auto;
        max-width: 100%;

        &:after {
            display: none;
        }
    }

    .masterclasses-header h2 {
        font-size: 26px !important;
        line-height: 36px !important;
    }

    .upcoming-masterclasses--ext .masterclasses-header h2 {
        font-size: 26px !important;
        line-height: 36px !important;
    }

    .page_div h2 {
        font-size: 26px !important;
        line-height: 36px !important;
    }
}

/*------------------------------------------------------------------------ Responsive – mobiel (≤768px) ------------------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
    .upcoming-masterclasses {
        padding: 40px 0;
    }

    .masterclasses-header {
        margin-bottom: 40px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .masterclasses-timeline {
        display: none;
    }

    .masterclasses-slider {
        gap: 16px;
    }

    // .masterclass-item breedte wordt door Slick beheerd via slidesToShow: 1

    .masterclass-date {
        font-size: 16px;
    }

    .masterclass-day {
        font-size: 13px;
    }

    .timeline-dot {
        display: none;
    }

    .masterclass-image {
        height: 240px;
    }

    .masterclass-content {
        padding: 20px;
    }

    .masterclass-title {
        font-size: 24px;
    }

    .masterclass-subject {
        font-size: 13px;
    }

    .masterclass-location {
        font-size: 13px;
    }

    .masterclasses-nav {
        width: 40px;
        height: 40px;

        svg {
            width: 20px;
            height: 20px;
        }
    }

    .masterclasses-title {
        font-size: 28px;
    }

    .masterclasses-grid {
        grid-template-columns: 1fr;
    }

    // Heading schaal mobiel (body wrapper voor hogere specificiteit dan reset.less)
    body h1 {
        font-size: 32px !important;
        line-height: 44px !important;
    }

    body h2 {
        font-size: 26px !important;
        line-height: 36px !important;
    }

    body h3 {
        font-size: 21px !important;
        line-height: 29px !important;
    }

    body h4 {
        font-size: 18px !important;
        line-height: 25px !important;
    }

    body h5 {
        font-size: 15px !important;
        line-height: 21px !important;
    }

    body h6 {
        font-size: 13px !important;
        line-height: 18px !important;
    }

    .info_row h2 {
        font-size: 26px !important;
        line-height: 36px !important;
        width: auto;
        max-width: 100%;

        &:after {
            display: none;
        }
    }

    .masterclasses-header h2 {
        font-size: 26px !important;
        line-height: 36px !important;
    }

    .upcoming-masterclasses--ext .masterclasses-header h2 {
        font-size: 26px !important;
        line-height: 36px !important;
    }

    .page_div h2 {
        font-size: 26px !important;
        line-height: 36px !important;
    }

    .blog_intro__titel {
        font-size: 26px !important;
        line-height: 36px !important;
    }

    .video_block__titel {
        font-size: 26px !important;
        line-height: 36px !important;
    }

    .info_row {
        .col-12.col-lg-3 > div[style*="width:306px"] {
            width: 100% !important;
            height: auto !important;
        }

        .col-12.col-lg-3 img {
            width: 100% !important;
        }
    }

    .vier_foto img {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .foto_kolom_2 .foto {
        width: 100% !important;
        height: auto !important;
    }

    .event-hero {
        min-height: 250px;

        &_subtitle {
            font-size: 12px;
        }

        &_title {
            font-size: 32px;
            margin-bottom: 20px;
        }

        &_meta {
            flex-direction: column;
            gap: 12px;
            margin-bottom: 20px;
        }

        &_meta-item {
            font-size: 13px;
        }

        &_button {
            width: 100%;
            justify-content: center;
            padding: 14px 24px;
        }
    }
}

/*------------------------------------------------------------------------ Tekst herhaler ------------------------------------------------------------------------*/

.tekst_herhaler {
    h3, h5 {
        color: #688897 !important;
    }

    p, .subtitel {
        color: #000000 !important;
    }
}

/*------------------------------------------------------------------------ Faculty blok ------------------------------------------------------------------------*/

.faculty_blok {
    background-color: #2a2a2a;
    padding: 60px 0;

    &__header {
        display: flex;
        align-items: flex-end;
        gap: 24px;
        margin-bottom: 40px;
        transform: translateX(-40px);
        width: calc(100% + 40px);
    }

    &__titel {
        color: #ffffff;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        white-space: nowrap;
        margin: 0;
    }

    &__lijn {
        display: block;
        flex: 1;
        height: 1px;
        background-color: #ffffff;
    }

    &__tekst {
        color: #ffffff;
        margin-bottom: 32px;

        p {
            margin: 0;
        }
    }

    &__docent {
        display: flex;
        flex-direction: column;
        margin-bottom: 24px;

        .faculty_blok__button {
            margin-top: auto;
        }
    }

    &__foto {
        width: 100%;
        aspect-ratio: 3 / 4;
        object-fit: cover;
        display: block;
        margin-bottom: 12px;
        filter: grayscale(100%);
    }

    &__naam {
        color: #ffffff;
        font-size: 23px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin: 0 0 12px;
        line-height: 1.3;
    }

    &__button {
        display: inline-block;
        color: #ffffff;
        background-color: #1E59CA;
        border: 1px solid #1E59CA;
        padding: 8px 20px;
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        text-decoration: none;
    }
}

/*------------------------------------------------------------------------ Responsive – klein mobiel (≤480px) ------------------------------------------------------------------------*/

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

}
