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

.upa_news_singleteaser_xl a {
    color: #ffffff;
}

.upa_news_singleteaser_xl a:hover {
    color: #ffffff;
}

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

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

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

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

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

.upa_news_singleteaser_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_xl h2 {
    margin: 0;
}

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

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

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