/************************************ Start: Teaser ************************************/
.cms_teaser_box { display: flex; flex-direction: column; gap: 11px; width: 100%; }
.cms_teaser_iconContainer { position: relative; z-index: 1 !important; display: flex; width: 60px; height: 60px; }
.cms_teaser_iconBox { width: 100%; }
.cms_teaser_icon { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-position: center; object-fit: cover; }
.cms_teaser_iconLegend { display: none; }
@media screen and (max-width: 959px) { .block_160000.flex_box_12 { width: 50% !important; } }
@media screen and (max-width: 640px) { .block_160000.flex_box_12 { width: 100% !important; } }
/************************************ End: Teaser ************************************/