.doelen-hero-top {
    position: relative;
    min-height: 610px;
    overflow: hidden;
}

.doelen-hero-top__bg {
    position: absolute;
    inset: 0;
    background-image: var(--doelen-hero-bg);
    background-size: cover;
    background-position: center center;
    transform: scale(1.01);
}

.doelen-hero-top--overlay .doelen-hero-top__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.28) 0%,
        rgba(0, 0, 0, 0.18) 35%,
        rgba(0, 0, 0, 0.34) 100%
    );
}

/* container over de image */
.doelen-hero-top__inner {
    position: relative;
    z-index: 2;
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* glass panel */
.doelen-hero-top__panel {
    width: 100%;
    max-width: 930px;
    margin-top: 170px;
    display: flex;
    justify-content: center;
}

.doelen-hero-top__panel-inner {
    border-radius: 24px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 34px 34px 28px;
    background: rgba(255, 255, 255, 0.17);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
    max-width: 800px;
}

/* headline */
.doelen-hero-top__headline {
    margin: 0;
    color: #fff;
    font-size: 3rem;
    text-decoration: underline;
    line-height: 0.98;
    letter-spacing: -0.03em;
    font-weight: 300;
    max-width: 760px;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.16);
}

/* stats row */
.doelen-hero-top__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 50px;
}

.doelen-hero-top__stat {
    padding: 2px 22px 4px 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.doelen-hero-top__stat:first-child {
    border-left: 0;
    padding-left: 0;
}

.doelen-hero-top__stat-value {
    color: #fff;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 6px;
}

.doelen-hero-top__stat-label {
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    line-height: 1.25;
    font-weight: 400;
}

.porto-ibanner-content .banner-pos-d8faaecc40d074754cb807780753fdf5 {
    top: 0%;
    transform: translate(-50%, 0%);
    width: 100%;
}

.page-template-template-homepage-doelen
    .header-wrapper
    #header
    .header-main.sticky,
.dagtocht-template-default .header-wrapper #header .header-main.sticky {
    background-color: white;
}

/* tablet */
@media (max-width: 1200px) {
    #koninklijke-rij .wp-block-image img {
        height: 200px;
        width: 100%;
        margin-top: -108px;
    }

    .doelen-hero-top__stats {
        margin-top: 30px;
    }

    .doelen-hero-top__headline {
        max-width: 100%;
        font-size: 2rem;
    }
}

/* small tablet */
@media (max-width: 991px) {
    .doelen-hero-top {
        min-height: 540px;
    }

    .doelen-hero-top__inner {
        min-height: 540px;
        align-items: flex-end;
        padding: 50px 20px 34px;
    }

    .doelen-hero-top__panel {
        margin-left: 0;
        max-width: 100%;
    }

    .doelen-hero-top__panel-inner {
        padding: 24px 22px 20px;
        border-radius: 18px;
    }

    .doelen-hero-top__headline-line {
        width: 100%;
    }

    .doelen-hero-top__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 16px;
    }

    .doelen-hero-top__stat:nth-child(3) {
        border-left: 0;
        padding-left: 0;
    }

    .doelen-hero-top__panel-inner {
        display: none;
    }
}

/* mobile */
@media (max-width: 560px) {
    .doelen-hero-top {
        min-height: 520px;
    }

    .doelen-hero-top__inner {
        min-height: 520px;
        padding: 40px 16px 20px;
    }

    .doelen-hero-top__panel-inner {
        padding: 20px 16px 18px;
    }

    .doelen-hero-top__headline {
        font-size: 34px;
        line-height: 1.02;
    }

    .doelen-hero-top__stats {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .doelen-hero-top__stat {
        border-left: 0;
        padding: 0;
    }

    .doelen-hero-top__stat-value {
        font-size: 22px;
    }

    .doelen-hero-top__stat-label {
        font-size: 13px;
    }
}
