/************************************ Start: Lst ************************************/
.cms_aktuellLst_loadBtn > div { display: flex; justify-content: center; }
/************************************ Ende: Lst ************************************/

/************************************ Start: Box ************************************/
.cms_aktuell_flexBox { display: flex; }
@media screen and (max-width: 1200px) { .cms_aktuell_flexBox { width: 50% !important; } }
@media screen and (max-width: 640px) { .cms_aktuell_flexBox { width: 100% !important; } }
/************************************ Ende: Box ************************************/

/************************************ Start: Det ************************************/
.cms_aktuellDet_main { width: 100%; }
.cms_aktuellDet_static.cms_padding_1 { padding: 15px 15px 0 15px !important; }
.cms_aktuellDet_dynamicBox > .cms_padding_1 { padding: 0 15px 15px 15px !important; }
.cms_aktuellDet_titel { margin: 0 0 30px 0; }
.cms_aktuellDet_text { margin: 0 0 30px 0; }
.cms_aktuellDet_imgContainer { width: 100%; }
.cms_aktuellDet_imgBox { position: relative; display: flex; flex-direction: column; width: 100%; }
.cms_aktuellDet_img { width: 100%; }
.cms_aktuellDet_imgLegend { font-style: italic; margin: 15px 0 0 0; }
/************************************ End: Det ************************************/