/************************************ Start: Teaser gross ************************************/
.cms_tg_box { position: relative; z-index: 1; display: flex; justify-content: flex-end; width: 100%; padding: 399px 55px 58px 30px; }
.cms_tg_box:before { content: ""; position: absolute; z-index: 1; top: 195px; right: 0; width: 357px; height: 357px; background: center / contain no-repeat url("/pages/img/zielscheibe.svg"); }
.cms_tg_imgContainer { position: absolute; z-index: 1; inset: 0 204px 0 0; display: flex; }
.cms_tg_imgBox { display: flex; width: 100%; }
.cms_tg_imgBox > picture { display: flex; width: 100%; }
.cms_tg_imgBox > picture > img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-position: center; object-fit: cover; }
.cms_tg_imgLegend { display: none; }
.cms_tg_text { max-width: 734px; width: 100%; padding: 50px; background: var(--white); border-radius: 5px; box-shadow: 0 0 100px 0 rgba(0,0,0,0.1); }
.cms_tg_text h2 { padding: 0 0 7px 0; }
.cms_tg_text .button-link-teaser { display: block; margin: 18px 0 0 0; }
@media screen and (max-width: 959px) {
    .cms_tg_box { flex-direction: column; justify-content: flex-start; padding: 0; }
    .cms_tg_box:before { content: none; }
    .cms_tg_imgContainer { position: relative; inset: auto; width: 100%; }
    .cms_tg_imgBox > picture { padding: 0 0 91.61490683229813% 0; }
    .cms_tg_text { max-width: none; padding: 20px; border-radius: 0; }
    .cms_tg_text h2 { padding: 0 0 5px 0; }
    .cms_tg_text .button-link-teaser { margin: 15px 0 0 0; }
}
/************************************ Ende: Teaser gross ************************************/