.teaser-text {
    font-size: 20px;
    line-height: 1.4;
    color: var(--white);;
    margin-top: 30px;
}

.teaser-text.truncated > * {
    display: none;
}
.teaser-text.truncated > p:first-child {
    display: block;
    cursor: pointer;
}
.teaser-text.truncated > p:first-child::after {
    content: "Mehr…";
    text-decoration: underline;
    font-weight: bold;
    margin-left: 5px;
}

.teaser-text > p {
    font-family: Inter,Arial,Helvetica,sans-serif;
    font-size: 20px !important;
    line-height: 1.2 !important;
    color: var(--white); !important;
}

.teaser-text > p a,
.teaser-text > p a:hover,
.teaser-text > p a:focus,
.teaser-text > p a:active,
.teaser-text > p a:visited {
    color: var(--white); !important;
    text-decoration: underline !important;
}

@media (max-width: 767px) {
    .teaser-text {
        font-size: 16px;
    }

    .teaser-text > p {
        font-size: 16px !important;
    }
}

.teaser .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.teaser .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cta-section-header {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .cta-section-header.mobile {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .cta-section-header .cta {
        width: 100%;
        margin-bottom: 0;
    }
}