.teaser-container .teaser-wrapper {
    max-width: var(--header-fixed-width);
    padding: 0;
}

.teaser .mobile {
    display: none;
}

.teaser {
    position: relative;
}

.teaser .teaser-content-container {
    position: absolute;
    display: flex;
    overflow: hidden;
    inset: 0;
    max-width: var(--content-fixed-width, 1800px);
    margin: auto;
    justify-content: center;
    align-items: center;
}

.teaser .teaser-category {
    display: block;
    line-height: 1.2;
    font-size: 22px;
    margin-bottom: 1rem;
}

.teaser.top-center-content .teaser-content-container {
    top: -31%;
    text-align: center;
}

.teaser .buttons-wrapper {
    display: flex;
    gap: 5px;
}

.teaser.top-center-content-small .teaser-content-container,
.teaser.center-content-images .teaser-content-container{
    top: 20%;
    bottom: auto;
    text-align: center;
}

.teaser.top-center-content .teaser-content,
.teaser.top-center-content-small .teaser-content,
.teaser.center-content-images .teaser-content {
    max-width: 50%;
}

.teaser.left-content-center-mobile .teaser-content {
    max-width: 44%;
    margin-right: auto;
}

.teaser.left-content-top-mobile .teaser-content,
.teaser.left-content-bottom-mobile .teaser-content {
    max-width: 50%;
    margin-left: 5%;
    margin-right: auto;
}

.teaser.center-content .teaser-content {
    max-width: 70%;
    text-align: center;
}

.teaser.right-content-top-mobile .teaser-content,
.teaser.right-content .teaser-content {
    max-width: 50%;
    margin-left: auto;
    margin-right: 0;
}

.teaser h1 {
    margin-top: 0;
    line-height: 1.2;
}

.teaser h3 {
    font-size: var(--heading-font-size-xl-s);
    font-weight: 500;
    margin-top: 0;
}

.teaser.white-text,
.teaser.white-text h1,
.teaser.white-text h3 {
    color: var(--white);
}

.teaser p {
    font-size: var(--body-font-size-m);
}

.teaser .teaser-disclaimer {
    font-size: 11px;
    color: #b4b4b4;

}

.teaser.top-center-content p {
    font-size: 22px;
    line-height: 1.2;
}

.teaser.left-content-top-mobile p,
.teaser.right-content-top-mobile p,
.teaser.top-center-content-small p,
.teaser.left-content-bottom-mobile p,
.teaser.left-content-right-image p {
    font-size: var(--body-font-size-m);
    margin-block: 0;
}

.teaser .desktop img {
    width: 100%;
}

.teaser.left-content-top-mobile  .teaser-images-container img,
.teaser.right-content-top-mobile .teaser-images-container img,
.teaser.left-content-bottom-mobile .teaser-images-container img,
.teaser.left-content-right-image .teaser-images-container img {
    width: 80px;
}

.teaser .teaser-play-button-link {
    margin-bottom: 20px;
}

.teaser .teaser-play-button-link button {
    width: 56px;
    height: 56px;
}

.teaser.center-content-images .teaser-images-container {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.teaser.white-card .teaser-content {
    background-color: #fff;
    padding: 3rem;
    max-width: 45%;
}

@media (width < 1470px) {
    .teaser .teaser-content-container {
        max-width: 1140px;
    }
}

@media (width < 1200px) {
    .teaser .teaser-content-container {
        max-width: 960px;
    }

    .teaser.left-content-center-mobile .teaser-content {
        max-width: 50%;
    }

    .teaser.center-content-images .teaser-content-container{
        top: 9%;
    }

    .teaser.top-center-content .teaser-content-container {
        top: -25%;
    }

    .teaser.top-center-content .teaser-content,
    .teaser.top-center-content-small .teaser-content {
        max-width: 60%;
    }
}

@media (width < 992px) {
    .teaser .teaser-content-container {
        max-width: 720px;
    }

    .teaser.white-card .teaser-content {
        max-width: 70%;
    }

    .teaser.top-center-content .teaser-content-container {
        top: -10%;
    }

    .teaser.top-center-content-small .mobile,
    .teaser.center-content-images .mobile,
    .teaser.top-center-content .mobile,
    .teaser.center-content .mobile {
        display: block;
    }

    .teaser.top-center-content-small .mobile img,
    .teaser.center-content-images .mobile img,
    .teaser.top-center-content .mobile img,
    .teaser.center-content .mobile img {
        width: 100%;
    }

    .teaser.top-center-content-small .desktop,
    .teaser.center-content-images .desktop,
    .teaser.top-center-content .desktop,
    .teaser.center-content .desktop {
        display: none;
    }

    .teaser.top-center-content .teaser-content {
        max-width: 66%;
    }

    .teaser.top-center-content-small .teaser-content,
    .teaser.center-content-images .teaser-content,
    .teaser.center-content .teaser-content {
        max-width: 100%;
    }

    .teaser h1 {
        font-size: 44px;
    }

    .teaser h3 {
        font-size: 28px;
    }

    .teaser.left-content-top-mobile p,
    .teaser.right-content-top-mobile p,
    .teaser.top-center-content-small p,
    .teaser.left-content-bottom-mobile p ,
    .teaser.left-content-right-image p{
        font-size: var(--body-font-size-s);
    }

    .teaser .teaser-images-container {
        flex-direction: column;
    }

    .teaser.teaser.left-content-center-mobile .desktop {
        display: none;
    }

    .teaser.teaser.left-content-center-mobile .mobile {
        display: block;
    }
}

@media (width < 768px) {
    .teaser .desktop {
        display: none;
    }

    .teaser .mobile {
        display: block;
    }

    .teaser .buttons-wrapper {
        flex-direction: column;
    }

    .teaser.white-card .teaser-content {
        text-align: left;
    }

    .teaser .teaser-content-container {
        max-width: 540px;
        padding-inline: 15px;
    }

    .teaser.left-content-top-mobile .teaser-content-container,
    .teaser.right-content-top-mobile .teaser-content-container,
    .teaser.left-content-right-image  .teaser-content-container{
        top: 10%;
        bottom: auto;
        text-align: center;
    }

    .teaser.left-content-bottom-mobile .teaser-content-container {
        inset: 0;
        text-align: center;
        padding-top: 14.0625rem;
    }

    .teaser.right-content .teaser-content-container {
        padding-top: 14.0625rem
    }

    .teaser.teaser.top-center-content-small .teaser-content-container {
        top: 9%;
    }

    .teaser .teaser-content-container .teaser-content {
        max-width: 100%;
        margin-inline: auto;
    }

    .teaser h1 {
        font-size: var(--heading-font-size-xl-s);
    }

    .teaser h3 {
        font-size: var(--heading-font-size-l-plus);
    }

    .teaser p {
        font-size: 15px;
    }

    .teaser.top-center-content p {
        font-size: var(--body-font-size-m);
    }

    .teaser.left-content-top-mobile p,
    .teaser.right-content-top-mobile p,
    .teaser.top-center-content-small p,
    .teaser.left-content-bottom-mobile p,
    .teaser-content-container p {
        font-size: var(--body-font-size-m);
    }

    .teaser.top-center-content .button-container a,
    .teaser.left-content-top-mobile .button-container a,
    .teaser.left-content-bottom-mobile .button-container a,
    .teaser.teaser.right-content-top-mobile .button-container a,
    .teaser-content-container .button-container a
     {
        width: 100%;
        justify-content: center;
    }

    .teaser .teaser-play-button-link {
        margin-bottom: 30px;
    }

    .teaser.left-content-right-image {
        display: flex;
        flex-direction: column !important;
    }

    .teaser-wrapper .teaser.left-content-right-image .teaser-content-container {
        margin-left: 0;
    }

    .teaser-wrapper .teaser.left-content-right-image .mobile img {
        max-width: 500px;
        display: block;
        margin: 0 auto;
        padding-bottom: 40px;
    }
}

@media(width<992px){
    .teaser.left-content-right-image {
        max-width: 750px;
        margin-inline: auto;
        gap:15px;
    }

    .teaser.left-content-right-image .desktop img {
        width: 95% !important;
    }
}

@media (width<565px){
    .teaser-wrapper .teaser.left-content-right-image .mobile img {
        max-width: 90%;
    }
}

.bg-color-cream.teaser-container{
    background: #F9F8F5;
}

.teaser.left-content-right-image .teaser-content-container {
    position: relative;
    inset: auto;
    margin: 0;
    max-width: none;
    margin-left: 50px;
}

.teaser.left-content-right-image {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap:30px;
}

.teaser.left-content-right-image .button{
    font-weight: 400;
}

.teaser.left-content-right-image .teaser-image,
.teaser.left-content-right-image .teaser-content-container {
    flex: 1;
  }

.teaser.left-content-right-image .desktop img {
    width: 90%;
    display: block;
    padding-bottom: 40px;
}

.teaser.left-content-right-image .mobile img {
    max-width: 500px;
    padding-bottom: 40px;
}
