.produktteaser-block {
    overflow: hidden;
}

.produktteaser-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2.75rem;
}

.produktteaser-all-link {
    flex-shrink: 0;
    padding-bottom: .35rem;
}

.produktteaser-featured {
    display: grid;
    grid-template-columns: minmax(0, 2.35fr) minmax(320px, .9fr);
    overflow: hidden;
    margin-bottom: 1.75rem;
    border-radius: 20px;
    background: #142433;
    color: #fff;
}

.produktteaser-featured-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 5vw, 4rem);
}

.produktteaser-featured-topline {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 1.75rem;
    padding: .55rem 1.15rem;
    border-radius: 999px;
    background: var(--brand-accent-color);
    color: var(--brand-accent-color-contrast, #142433);
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.produktteaser-featured-title {
    margin: 0 0 1.25rem;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 600;
    line-height: 1.05;
}

.produktteaser-featured-text {
    max-width: 620px;
    color: rgba(255, 255, 255, .72);
    font-size: 1.05rem;
    line-height: 1.65;
}

.produktteaser-featured-text p {
    margin: 0;
}

.produktteaser-featured-labels {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin-top: 1.75rem;
}

.produktteaser-label {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: .45rem .9rem;
    border: 1px solid rgba(166, 213, 0, .45);
    border-radius: 999px;
    background: rgba(166, 213, 0, .08);
    color: var(--brand-accent-color);
    font-size: .78rem;
    font-weight: 600;
}

.produktteaser-featured-button {
    margin-top: 2rem;
}

.produktteaser-featured-media {
    min-height: 360px;
    /* background:
        radial-gradient(circle at 55% 35%, rgba(93, 129, 65, .38) 0%, rgba(93, 129, 65, 0) 42%),
        linear-gradient(135deg, #1d3230 0%, #142433 100%); */
    padding:50px;
}

.produktteaser-featured-media img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    max-height: 450px;
    object-fit: contain;
    display: block;
}

.produktteaser-slider-wrap {
    position: relative;
    overflow: hidden;
}

.produktteaser-slider {
    overflow: visible;
}

.produktteaser-slider-wrap .swiper-slide{
    height: 100%!important;
}

.produktteaser-card {
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(20, 36, 51, .08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(20, 36, 51, .06);
}

.produktteaser-card-image {
    min-height: 210px;
    background-color: #28465d;
    background-position: center;
    background-size: cover;
}

.produktteaser-card-image {
    overflow: hidden;
    transition: transform 0.3s ease;
    transform: scale(1);
}

.produktteaser-card-link-wrapper:hover .produktteaser-card-image,
.produktteaser-card-link-wrapper:focus-visible .produktteaser-card-image {
    transform: scale(1.02);
}

.produktteaser-card-content {
    display: flex;
    flex-direction: column;
    /* min-height: 260px; */
    padding: 1.5rem;
    position: relative;
}

.produktteaser-card-topline {
    margin: 0 0 .75rem;
    color: var(--brand-accent-color);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.produktteaser-card-title {
    margin: 0 0 1rem;
    color: #142433;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
}

.produktteaser-card-text{
    min-height:55px;
}

.produktteaser-card-label {
    display: inline-flex;
    align-self: flex-start;
    width: fit-content;
    margin-bottom: 1rem;
    padding: .35rem .75rem;
    border-radius: 999px;
    background: rgba(166, 213, 0, .12);
    color: #587000;
    font-size: .78rem;
    font-weight: 600;
}

.produktteaser-card-link {
    margin-top: auto;
    color: #142433;
    font-size: .9rem;
    font-weight: 600;
    text-decoration: none;
    position: absolute;
    bottom: 20px;
    right: 1.5rem;
}

.produktteaser-card-link:hover {
    color: var(--brand-accent-color);
}

.produktteaser-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.75rem;
}

.produktteaser-slider-prev,
.produktteaser-slider-next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(20, 36, 51, .14);
    border-radius: 999px;
    background: #fff;
    color: #142433;
    cursor: pointer;
    font-size: 150%;
    padding-bottom: 5px;
}

.produktteaser-slider-prev:hover,
.produktteaser-slider-next:hover {
    background: #142433;
    color: #fff;
}

.produktteaser-slider-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
}

.produktteaser-slider-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: .2;
    background: #142433;
}

.produktteaser-slider-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

@media (max-width: 991.98px) {
    .produktteaser-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .produktteaser-featured {
        grid-template-columns: 1fr;
    }

    .produktteaser-featured-media,
    .produktteaser-featured-media img {
        min-height: 300px;
    }
}

@media (max-width: 575.98px) {
    .produktteaser-header {
        margin-bottom: 2rem;
    }

    .produktteaser-featured {
        border-radius: 20px;
    }

    .produktteaser-featured-content {
        padding: 1.5rem;
    }

}