.upa_news_singleteaser_top_xl {
    position: relative;
    color: #ffffff;
}

.upa_news_singleteaser_top_xl a {
    text-decoration: none;
}

.upa_news_singleteaser_top_xl a:hover {}

.upa_news_singleteaser_top_xl a .upa_news_singleteaser_top_xl_overlay {
    color: #fff;
}

.upa_news_singleteaser_top_xl_wrapper {
    position: relative;
}

.upa_news_singleteaser_top_xl_overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 60px 30px 30px 30px;
    background: linear-gradient(0deg, rgba(61, 61, 61, 0.8) 20%, rgba(62, 55, 55, 0.00) 100%);
    text-align: left;
}

.upa_news_singleteaser_top_xl_mobile_teaser {
    color: var(--mg-primary-color-b-full);
    padding: 16px 30px;
}

.frame-listtype-news_pi1.frame-stretch picture.upa_news_singleteaser_top_xl_stretch,
.frame-listtype-news_pi1.frame-stretch_xl picture.upa_news_singleteaser_top_xl_stretch {
    display: block;
}

.frame-listtype-news_pi1.frame-stretch picture:not(.upa_news_singleteaser_top_xl_stretch),
.frame-listtype-news_pi1.frame-stretch_xl picture:not(.upa_news_singleteaser_top_xl_stretch) {
    display: none;
}

.frame-listtype-news_pi1.frame:not(.frame-stretch, .frame-stretch_xl) picture.upa_news_singleteaser_top_xl_stretch {
    display: none;
}

.frame-listtype-news_pi1.frame:not(.frame-stretch, .frame-stretch_xl) picture:not(.upa_news_singleteaser_top_xl_stretch) {
    display: block;
}

.upa_news_singleteaser_top_xl span.subtitle {
    display: inline-block;
    background-color: #fff;
    color: var(--mg-primary-color-a-dark);
    border-radius: 5px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
}

.upa_news_singleteaser_top_xl h2 {
    margin: 0;
}

.upa_news_singleteaser_top_xl a:hover h2 {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.upa_news_singleteaser_top_xl p:last-child {
    margin-bottom: 0;
}

.upa_news_singleteaser_top_xl span {
    margin-top: 16px;
    display: block;
    color: var(--mg-primary-color-a-full);
}

.upa_news_singleteaser_top_xl a:hover span {
    text-decoration: none;
}

@media (min-width: 1200px) {
    .frame-stretch_xl .upa_news_list.upa_news_list_singleteaser_xl {
        padding: var(--mg-padding-lg) 16px;
    }

    .upa_news_singleteaser_top_xl {
        padding-left: 16px;
        padding-right: 16px;
    }

    .upa_news_singleteaser_top_xl_overlay {
        max-width: var(--mg-medium-width);
        background: #ffffff;
        margin: 0 auto;
    }

    .upa_news_singleteaser_top_xl_wrapper {
        margin-bottom: 160px;
    }

    .upa_news_singleteaser_top_xl .upa_news_singleteaser_top_xl_overlay {
        color: var(--mg-primary-color-b-full);
        padding: 40px 80px;
        bottom: -160px;
    }

    .upa_news_singleteaser_top_xl h2 {
        font-size: 48px;
        color: var(--mg-primary-color-b-full);
        margin-bottom: 16px;
    }

    .upa_news_singleteaser_top_xl p {
        color: var(--mg-primary-color-b-full);
    }
}