.wessel-hero-video {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    min-height: 90vh;
    overflow: hidden;
    color: #ffffff;
}

.site-content .wessel-hero-video.alignfull {
    margin-left: unset !important;
    margin-right: unset !important;}

.wessel-hero-video__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}



.wessel-hero-video__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.wessel-hero-video__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding-top: 300px;
    padding-bottom: 140px;
    padding-left: 50px;
    padding-right: 50px;
}

.wessel-hero-video__content {
    max-width: 700px;
}

.wessel-hero-video__eyebrow {
    font-size: 14px;
    letter-spacing: 0.16em;
    margin-bottom: 12px;
    opacity: 0.9;
}

.wessel-hero-video__headline {
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.1;
    margin: 0 0 24px;
    font-weight: 800;
}

.wessel-hero-video__headline .line1 {
    color: #ffffff;
}

.wessel-hero-video__headline .line2 {
    color: #d3ff2f; /* Akzentfarbe */
}

.wessel-hero-video__text {
    font-size: 16px;
    max-width: 520px;
    margin-bottom: 28px;
}

/* Buttons */
.wessel-hero-video__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.wessel-hero-video__buttons .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 26px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid transparent;
}

.btn--primary {
    background: #0083d8;
    color: #ffffff;
}

.btn--primary:hover {
    background: #0066aa;
    color: #ffffff;
}

.btn--secondary {
    background: #d3ff2f;
    color: #00224c;
}

.btn--secondary:hover {
    background: #b9e520;
    color: #00142b;
}

/* Video-Karte rechts */
.wessel-hero-video__card {
    display: flex;
    flex-direction: column;
    width: 320px;
    background: #989EAFB2;
    border-radius: 24px;
    text-decoration: none;
    color: #00142b;
    overflow: hidden;
    backdrop-filter: blur(4px);
}

.wessel-hero-video__card-image img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.wessel-hero-video__card-body {
    padding: 14px 18px 12px;
}

.wessel-hero-video__card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
}

.wessel-hero-video__card-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: white;
    opacity: 0.8;
}

.wessel-hero-video__card-play {
    align-self: flex-end;
    margin: 0 18px 16px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    opacity: 0.9;
}

/* Responsiv */
@media (max-width: 900px) {
    .wessel-hero-video__inner {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .wessel-hero-video__card {
        align-self: stretch;
        max-width: 100%;
    }
}
