/************************************ Start: Teaser mittel ************************************/
.cms_tm_box { display: flex; align-items: center; gap: 80px; width: 100%; }
.cms_tm_imgContainer { width: 50%; }
.cms_tm_box_reverse .cms_tm_imgContainer { order: 2; }
.cms_tm_imgBox { position: relative; width: 100%; border-radius: var(--border-radius-small); overflow: clip; }
.cms_tm_imgBox > .full_article_link { border-radius: var(--border-radius-small); }
.cms_tm_imgBox > picture,
.cms_tm_imgBox > picture > img { display: flex; width: 100%; }
.cms_tm_imgLegend { font-style: italic; margin: 15px 0 0 0; }
.cms_tm_text { width: 50%; }
.cms_tm_box_reverse .cms_tm_text { order: 1; }
.cms_tm_text h2 { padding-bottom: 7px; }
.cms_tm_text .button-link { display: block; padding-top: 9px; }
@media screen and (max-width: 959px) {
    .cms_tm_box { flex-direction: column; gap: 26px; }
    .cms_tm_imgContainer { order: 1 !important; width: 100%; }
    .cms_tm_text { order: 2 !important; width: 100%; }
    .cms_tm_text h2 { padding-bottom: 1px; }
    .cms_tm_text .button-link { padding-top: 4px; }
}
/************************************ End: Teaser mittel ************************************/