/************************************ Start: Teaser Box ************************************/
.cms_teaserBox_box { display: grid; background: var(--white); border-radius: var(--border-radius-large); overflow: clip; }
.cms_teaserBox_imgContainer { position: relative; display: flex; width: 100%; aspect-ratio: 370 / 215; }
.cms_teaserBox_imgBox { display: flex; width: 100%; }
.cms_teaserBox_imgBox > picture { display: block; width: 100%; }
.cms_teaserBox_imgBox > picture > img { width: 100%; height: 100%; object-fit: cover; }
.cms_teaserBox_imgLegend { display: none; }
.cms_teaserBox_info { display: flex; flex-direction: column; gap: 23px; padding: 30px; }
.cms_teaserBox_text *+p { padding-top: 14px; }
/************************************ End: Teaser Box ************************************/