/************************************ Start: Teaser ************************************/
.cms_aktuellTeaser_main { display: flex; flex-direction: column; width: 100%; }
.cms_aktuellTeaser_intro { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 15px 30px; width: 100%; }
.cms_aktuellTeaser_intro h2 { padding: 0; }
/************************************ Ende: Teaser ************************************/

/************************************ Start: Lst ************************************/
.cms_aktuellLst_loadBtn > div { display: flex; justify-content: flex-end; }
/************************************ Ende: Lst ************************************/

/************************************ Start: Box ************************************/
.cms_aktuell_flexBox { display: flex; }
.cms_aktuell_box { position: relative; display: flex; flex-direction: column; gap: 22px; width: 100%; }
.cms_aktuell_box .full_article_link { border-radius: var(--border-radius-small); }
.cms_aktuell_imgContainer { position: relative; z-index: 1; width: 100%; border-radius: var(--border-radius-small); overflow: clip; }
.cms_aktuell_imgFixZindex { z-index: 12; }
.cms_aktuell_imgBox { width: 100%; padding: 0 0 67.56756756756756% 0; }
.cms_aktuell_img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-position: center; object-fit: cover; transition: var(--transition); will-change: transform; }
.cms_aktuell_box:hover .cms_aktuell_img { transform: scale(1.05); }
.cms_aktuell_imgLegend { display: none; }
.cms_aktuell_info { display: flex; flex-direction: column; flex: 1; width: 100%; }
.cms_aktuell_titel h2 { font-weight: 300; font-size: 24px; line-height: 31px; padding: 0; }
.cms_aktuell_titel h3 { padding: 0; }
.cms_aktuell_info > .button-link { display: flex; padding: 10px 0 0 0; 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: 767px) { .cms_aktuell_titel h2 { font-weight: 300 !important; font-size: 24px !important; line-height: 29px !important; } }
@media screen and (max-width: 640px) { .cms_aktuell_flexBox.flex_box_12 { 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_datum { font-family: "Poppins", sans-serif; font-weight: 500; font-size: 18px; line-height: 29px; color: var(--black); text-align: left; 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_imgBox > .full_article_link { border-radius: var(--border-radius-default); }
.cms_aktuellDet_img { width: 100%; border-radius: var(--border-radius-default); }
.cms_aktuellDet_imgLegend { font-family: "Poppins", sans-serif; font-weight: 500; font-size: 18px; line-height: 29px; color: var(--black); text-align: left; margin: 15px 0 0 0; }
/************************************ End: Det ************************************/