/************************************ Start: Box BG Klasse ************************************/
.cms_bg_box > .art_link > .artbox { padding: 20px; border-radius: 10px; overflow: clip; }
@media screen and (max-width: 959px) { .cms_bg_box > .art_link > .artbox { padding: 15px; } }
/************************************ End: Box BG Klasse ************************************/
/************************************ Start: Dunkles Parallax Klasse ************************************/
.cms_darkParallax_box .cat_image:before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(0deg, rgba(37,37,37,0.7) 0%, rgba(37,37,37,0.7) 100%); }
.cms_darkParallax_box.cat .cat_image picture { overflow: clip; }
.cms_darkParallax_box.cat .cat_image picture img { position: absolute; z-index: 1; display: block; width: 100%; height: 120%; object-fit: cover; bottom: 0; }
/************************************ End: Dunkles Parallax Klasse ************************************/
/************************************ Start: Button Fix Klasse ************************************/
.cms_buttonFix_box .block_10000 > p:last-child { display: flex; flex-wrap: wrap; align-items: center; gap: 5px 25px; padding-top: 55px; }
.cms_buttonFix_box .block_10000 > p:last-child br { display: none; }
@media screen and (max-width: 959px) { .cms_buttonFix_box .block_10000 > p:last-child { padding-top: 15px; } }
/************************************ End: Button Fix Klasse ************************************/
/************************************ Start: Über uns Klasse ************************************/
.cms_ueberuns_box > div > div > .cat { background: rgba(255,255,255,0.9); border-radius: 10px; padding: 25px; }
.cms_ueberuns_box .artlst_container > article:last-child .flex_container { display: flex; flex-direction: column; align-content: center; }
.cms_ueberuns_box .artlst_container > article:last-child .block_10000 { max-width: 300px; }
.cms_ueberuns_box .artlst_container > article:last-child .block_20000 { max-width: 300px; }
.cms_ueberuns_box .block_20000 .cms_imgBlock_imgBox { border-radius: 50%; overflow: clip; }
.cms_ueberuns_box .block_20000 .cms_imgBlock_imgBox > picture > img { aspect-ratio: 1 / 1; object-fit: cover; }
/************************************ End: Über uns Klasse ************************************/