@media screen and (min-width: 960px) {
    .cms_teaserFull_box { display: flex; flex-direction: column; max-width: 1920px; width: 100%; padding: 30px 0; margin: 0 auto; }
    .cms_teaserFull_lst { display: grid; grid-template-columns: 0.6fr 0.4fr; grid-template-rows: repeat(2, 1fr); grid-column-gap: 22px; grid-row-gap: 22px; aspect-ratio: 1920 / 810; }
    .cms_teaserFull_lst > div:first-of-type { grid-area: 1 / 1 / 3 / 2; }
    .cms_teaserFull_lst > div:first-of-type:before { content: ""; position: absolute; z-index: 11 !important; bottom: 0; left: 0; width: 100%; aspect-ratio: 1145 / 227; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, var(--white) 100%); }
    .cms_teaserFull_lst > div:nth-of-type(2) { grid-area: 1 / 2 / 2 / 3; }
    .cms_teaserFull_lst > div:last-of-type { grid-area: 2 / 2 / 3 / 3; }
    .cms_teaserFull_imgContainer { position: relative; display: flex; }
    .cms_teaserFull_imgBox { display: flex; width: 100%; }
    .cms_teaserFull_imgBox > picture { display: flex; width: 100%; }
    .cms_teaserFull_imgBox > picture > img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-position: center; object-fit: cover; }
    .cms_teaserFull_imgLegend { display: none; }
    .cms_teaserFull_text_box { z-index: 11 !important; margin: -91px 0 0 0; }
    .cms_teaserFull_text_box .cms_padding_1 { padding: 0 15px !important; }
    .cms_teaserFull_text { position: relative; max-width: 524px; padding: 0 0 33px 0; }
    .cms_teaserFull_text .cms_gsap_line { top: auto; bottom: 0; }
}
@media screen and (min-width: 1200px) { .cms_teaserFull_text { max-width: 668px; } }
@media screen and (max-width: 959px) {
    .cms_teaserFull_box { display: flex; flex-direction: column; width: 100%; padding: 30px 0; }
    .cms_teaserFull_lst { display: flex; flex-direction: column; gap: 10px; }
    .cms_teaserFull_lst > div:last-of-type:before { content: ""; position: absolute; z-index: 11 !important; bottom: 0; left: 0; width: 100%; aspect-ratio: 1145 / 227; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, var(--white) 100%); }
    .cms_teaserFull_imgContainer { position: relative; width: 100%; }
    .cms_teaserFull_imgBox { width: 100%; }
    .cms_teaserFull_imgBox > picture { display: flex; width: 100%; padding: 0 0 70.73791348600508% 0; }
    .cms_teaserFull_imgBox > picture > img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-position: center; object-fit: cover; }
    .cms_teaserFull_imgLegend { display: none; }
    .cms_teaserFull_text_box { z-index: 11 !important; margin: -21px 0 0 0; }
    .cms_teaserFull_text_box .cms_padding_1 { padding: 0 15px !important; }
    .cms_teaserFull_text { position: relative; max-width: 321px; padding: 0 0 33px 0; }
    .cms_teaserFull_text .cms_gsap_line { top: auto; bottom: 0; width: calc(100% - 5px); }
}