/* --- PROMO TEASER --- */
.promo-teaser__box {
    position: relative;
}
.promo-teaser__text {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
}
.promo-teaser__text p {
    display: none;
}
.promo-teaser__text p:first-child,
.promo-teaser__text p:last-child {
    display: block;
}
.promo-teaser__text .headline__underlined {
    margin-bottom: 0.75rem;
    padding-bottom: 0;
}
.promo-teaser__text .headline__underlined::after {
    display: none;
}
.promo-teaser__text a {
    color: inherit;
}
.promo-teaser__text .btn {
    margin-bottom: 0.75rem;
    margin-right: 10px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

/* --- PHONE (SM) --- */
@media ( min-width: 576px ) {
    .promo-teaser__text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 40px;
        text-align: inherit;
    }
    .promo-teaser__text .headline__underlined {
        padding-bottom: 20px;
    }
    .promo-teaser__text .headline__underlined::after {
        display: block;
    }
    .promo-teaser__text p {
        display: block;
    }
    .promo-teaser__text .btn {
        margin: 0 30px 0 0;
    }
}

/* --- DESKTOP (LG) --- */
@media ( min-width: 992px ) {
    .promo-teaser__text {
        right: 38%;
    }
}

/* --- DESKTOP (XXL) --- */
@media ( min-width: 1440px ) {
    .promo-teaser__text {
        right: 62%;
        padding: 50px 0 50px 100px;
    }
}
