/************************************ Start: Teaser ************************************/
.cms_aktuellTeaser_mainTitle.cms_padding_1,
.cms_aktuellTeaser_mainTitle > .cms_padding_1 { padding: 15px 15px 0 15px !important; }
.cms_aktuellTeaser_mainBtn.cms_padding_1,
.cms_aktuellTeaser_mainBtn > .cms_padding_1 { padding: 0 15px 15px 15px !important; }
/************************************ End: Teaser ************************************/

/************************************ Start: Box ************************************/
.cms_aktuell_flexBox { display: flex; }
.cms_aktuell_box { position: relative; display: flex; flex-direction: column; width: 100%; }
.cms_aktuell_imgContainer { position: relative; z-index: 1 !important; width: 100%; overflow: hidden; }
.cms_aktuell_imgFixZindex { z-index: 12 !important; }
.cms_aktuell_imgBox { width: 100%; }
.cms_aktuell_imgBox > picture { display: block; width: 100%; padding: 0 0 75% 0; }
.cms_aktuell_imgBox > picture > img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-position: center; object-fit: cover; transition: var(--transition); }
.cms_aktuell_box:hover .cms_aktuell_imgBox > picture > img { transform: scale(1.1); }
.cms_aktuell_imgLegend { display: none; }
.cms_aktuell_info { flex: 1; display: flex; flex-direction: column; background: var(--secondary); padding: 15px; }
.cms_aktuell_datum { font-size: 16px; line-height: 20px; margin: 0 0 15px 0; }
.cms_aktuell_titel { margin: 0 0 15px 0; }
.cms_aktuell_txt { margin: 0 0 15px 0; }
.cms_aktuell_btn { margin: auto 0 0 0; }
@media screen and (max-width: 959px) { .cms_aktuell_flexBox.flex_box_12 { width: 50% !important; } }
@media screen and (max-width: 640px) { .cms_aktuell_flexBox.flex_box_12 { width: 100% !important; } }
/************************************ End: Box ************************************/

/************************************ Start: Lst ************************************/
.cms_aktuell_loadBtn > .flex_box_12 { display: flex; justify-content: center; }
/************************************ End: Lst ************************************/

/************************************ Start: Det ************************************/
.cms_aktuellDet_main { width: 100%; }
.cms_aktuellDet_static.cms_padding_1 { padding: 15px 15px 0 15px !important; }
.cms_aktuellDet_datum { margin: 0 0 15px 0; }
.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; font-size: 18px; line-height: 24px; margin: 15px 0 0 0; }
.cms_aktuellDet_dynamicBox > .cms_padding_1 { padding: 0 15px 15px 15px !important; }
/************************************ Start: Det ************************************/