#hero-slider {
    height: 600px;
    max-height: 600px;
    overflow: hidden;
}


/* Bilder füllen exakt den Bereich */
#hero-slider .korh-slide-img {
    /* aspect-ratio: 600 / 338;*/

    height: 100% !important;
    width: 100%;
    object-fit: cover;
    filter: brightness(55%);

}


.korh-slide-content {
    position: absolute;
    bottom: 20% !important;
    left: 40px;
    color: #fff;
    z-index: 10;
}

.korh-sub {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.korh-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.korh-desc {
    font-size: 1.4rem;
    margin-bottom: 25px;
}

.korh-btn {
    background: #d1ad43;
    padding: 14px 32px;
    border-radius: 4px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: background .2s ease;
}

.korh-btn:hover {
    background: #c19a35;
}

/* --- SPLIDE PAGINATION FIX & STYLE --- */
.splide__pagination {
    position: absolute !important;
    bottom: 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    gap: 8px !important;
    z-index: 20 !important;
}

.splide__pagination__page {
    width: 20px !important;
    /* Länge */
    height: 6px !important;
    /* Höhe */
    border-radius: 10px !important;
    /* Macht sie länglich */
    background: rgba(255, 255, 255, 0.4) !important;
    transition: all 0.3s ease !important;
}

.splide__pagination__page.is-active {
    background: #ffffff !important;
    width: 28px !important;
    /* Aktiver Punkt länger */
}


/* --- MOBILE (flächendeckend, max 600px, kein Rand) --- */
@media (max-width: 768px) {

    #hero-slider {
        height: 600px !important;
        max-height: 600px !important;
        overflow: hidden !important;
        position: relative;
    }

    #hero-slider .korh-slide-img {
        width: 100%;
        height: 100% !important;
        max-height: 600px !important;
        object-fit: cover !important;
        /* FÜLLT IMMER die Fläche */
        object-position: center;
    }

    #hero-slider .splide__slide[data-mobile-position="right"] .korh-slide-img {
        object-position: right center !important;
    }


    /* Textposition */
    #hero-slider .korh-slide-content {
        position: absolute;
        top: auto !important;
        left: 5% !important;
        transform: none !important;
        max-width: 90%;
        z-index: 10;
    }

    /* Mobile Schriftgrößen */
    #hero-slider .korh-sub {
        font-size: 1.2rem !important;
    }

    #hero-slider .korh-title {
        font-size: 1.8rem !important;
    }

    #hero-slider .korh-desc {
        font-size: 1rem !important;
    }

    #hero-slider .korh-btn {
        padding: 10px 22px !important;
        font-size: 0.9rem !important;
    }


}


/* HERO SECTION MASTER HEIGHT
#section-693-160 .ct-section-inner-wrap {
    display: block !important;
    padding: 0 !important;
    height: 600px !important;
    min-height: 600px !important;
    max-height: 600px !important;
    overflow: hidden !important;
} */

/* Slider orientiert sich an inner-wrap */
#shortcode-1232-14269,
#hero-slider,
#hero-slider .splide__track,
#hero-slider .splide__list,
#hero-slider .splide__slide {
    height: 100% !important;
}