.cms_teaserSlider_box { position: relative; display: flex; gap: 30px; width: 100%; }
.cms_teaserSlider_gal { width: 66.6666%; }
.cms_teaserSlider_text { width: 33.3333%; padding: 75px 0 0 0; }
.cms_teaserSlider_text > h2 { padding-bottom: 8px; }
.cms_teaserSlider_text .button-link-2 { display: block; margin: 30px 0 0 0; }
@media screen and (max-width: 959px) {
    .cms_teaserSlider_box { flex-direction: column; padding: 40px 0 0 0; }
    .cms_teaserSlider_gal { width: 100%; }
    .cms_teaserSlider_text { width: 100%; order: -1; padding: 0; }
    .cms_teaserSlider_text > h2 { padding-bottom: 11px; }
}