.cx_blog_aktuelles_wrapper { display: flex; flex-wrap: wrap; }
.cx_blog_aktuelles_wrapper .cx_blog_aktuelles_item { width: 100%; display: flex; margin: 10px 0; background: white; min-height: 170px; }
.cx_blog_aktuelles_wrapper .cx_blog_aktuelles_item .cx_blog_aktuelles_thumnbail { width: 180px; margin-right: 30px; flex-shrink: 0; }
@media screen and (max-width: 600px) { .cx_blog_aktuelles_wrapper .cx_blog_aktuelles_item .cx_blog_aktuelles_thumnbail { display: none; } }
.cx_blog_aktuelles_wrapper .cx_blog_aktuelles_item .cx_blog_aktuelles_thumnbail > img { width: 180px; height: 180px; object-fit: cover; }
.cx_blog_aktuelles_wrapper .cx_blog_aktuelles_item .cx_blog_aktuelles_content { width: calc(100% - 325px); background: white; padding: 30px 20px 20px 0; }
@media screen and (max-width: 600px) { .cx_blog_aktuelles_wrapper .cx_blog_aktuelles_item .cx_blog_aktuelles_content { width: calc(100% - 95px); padding-left: 20px; } }
.cx_blog_aktuelles_wrapper .cx_blog_aktuelles_item .cx_blog_aktuelles_content .cx_blog_aktuelles_headline { width: 100%; align-self: self-end; }
.cx_blog_aktuelles_wrapper .cx_blog_aktuelles_item .cx_blog_aktuelles_content .cx_blog_aktuelles_headline h3 { margin-bottom: 15px; }
.cx_blog_aktuelles_wrapper .cx_blog_aktuelles_item .cx_blog_aktuelles_content .cx_blog_aktuelles_date { width: 100%; line-height: normal; font-weight: 700; }
.cx_blog_aktuelles_wrapper .cx_blog_aktuelles_item .cx_blog_aktuelles_content .cx_blog_aktuelles_excerpt { width: 100%; line-height: normal; }
.cx_blog_aktuelles_wrapper .cx_blog_aktuelles_item .cx_blog_aktuelles_link { display: flex; justify-content: center; width: 75px; padding-right: 0; align-self: center; }
.cx_blog_aktuelles_wrapper .cx_aktuelles_ajax_load_more { margin-top: 35px; }
