/************************************ Start: Teaser klein ************************************/
.cms_tk_box { position: relative; width: 100%; padding: 100px 0; }
.cms_tk_box:before { content: ""; position: absolute; z-index: -2; top: -169px; left: 50%; transform: translateX(-50%); width: 493px; height: 493px; background: center / contain no-repeat url("/pages/img/zielscheibe.svg"); }
.cms_tk_imgContainer { position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; display: flex; max-width: 737px; width: 47%; }
.cms_tk_box_reverse .cms_tk_imgContainer { order: 2; right: 0; left: auto; }
.cms_tk_imgBox { display: flex; width: 100%; }
.cms_tk_imgBox > picture { display: flex; width: 100%; }
.cms_tk_imgBox > picture > img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-position: center; object-fit: cover; }
.cms_tk_imgLegend { display: none; }
.cms_tk_text { max-width: 1004px; width: 64%; min-height: 475px; padding: 100px; background: var(--white); box-shadow: 0 0 100px 0 rgba(0,0,0,0.1); }
.cms_tk_box_reverse .cms_tk_text { order: 1; }
.cms_tk_text h2 { color: var(--primary); }
.cms_tk_box:not(.cms_tk_box_reverse) .cms_tk_text { margin: 0 0 0 auto; }
@media screen and (max-width: 1200px) { .cms_tk_text { padding: 50px; } }
@media screen and (max-width: 959px) {
    .cms_tk_box { padding: 0; }
    .cms_tk_box:before { top: 62px; right: 0; left: auto; transform: none; width: 158px; height: 158px; }
    .cms_tk_imgContainer { position: relative; z-index: 1; top: auto; bottom: auto; left: auto; max-width: none; width: calc(100% - 87px); }
    .cms_tk_box_reverse .cms_tk_imgContainer { order: 1; }
    .cms_tk_imgBox > picture { padding: 0 0 63.40425531914893% 0; }
    .cms_tk_text { max-width: none; width: 100%; min-height: auto; padding: 30px; }
    .cms_tk_box_reverse .cms_tk_text { order: 2; }
    .cms_tk_box:not(.cms_tk_box_reverse) .cms_tk_text { margin: 0; }
}
/************************************ Ende: Teaser klein ************************************/