/************************************ Start: Box mit Bild rund ************************************/
.cms_bir_box { position: relative; display: flex; flex-direction: column; align-items: center; gap: 27px; width: 100%; }
.cms_bir_box:before { content: ""; position: absolute; z-index: -1; inset: 90px 0 0 0; background: var(--primary-15); border-radius: var(--border-radius-default); }
.cms_bir_imgContainer { position: relative; z-index: 1; max-width: 370px; width: calc(100% - 60px); border-radius: 50%; overflow: clip; }
.cms_bir_imgBox { width: 100%; }
.cms_bir_imgBox > .full_article_link { border-radius: 50%; }
.cms_bir_imgBox > picture { display: flex; width: 100%; padding: 0 0 100% 0; }
.cms_bir_imgBox > picture > img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-position: center; object-fit: cover; }
.cms_bir_imgLegend { display: none; }
.cms_bir_text { padding: 0 100px 50px 100px; }
.cms_bir_text h2 { padding-bottom: 5px; }
@media screen and (max-width: 959px) { .cms_bir_text { padding: 0 30px 30px 30px; } }
/************************************ End: Box mit Bild rund ************************************/