/* /neuigkeiten/ – Beitragsliste als CI-Karten (passend zum News-Teaser [rls_news]).
   Scope: .news-ticker (die Beitrags-Widgets der News-Seite), damit sonst nichts betroffen ist. */
.news-ticker .elementor-posts-container,
.news-ticker .elementor-posts{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:22px!important;align-items:stretch!important;}
.news-ticker .elementor-post{background:#f4f8fb;border:1px solid #e2e8ee!important;border-radius:14px;padding:22px 22px 20px!important;margin:0!important;transition:.16s;overflow:hidden;display:flex!important;flex-direction:column!important;height:100%;}
.news-ticker .elementor-post:hover{border-color:#b2d2e8!important;box-shadow:0 14px 32px rgba(0,60,110,.10);transform:translateY(-2px);}
.news-ticker .elementor-post__thumbnail{display:none!important;}
.news-ticker .elementor-post__text{padding:0!important;display:flex!important;flex-direction:column!important;flex:1 1 auto;}
.news-ticker .elementor-post__meta-data{border:0!important;margin:0 0 6px!important;padding:0!important;order:-1;}
.news-ticker .elementor-post-date{color:#006ab3!important;font-weight:800!important;font-size:13px!important;}
.news-ticker .elementor-post__title{margin:2px 0 0!important;font-size:19px!important;line-height:1.3!important;}
.news-ticker .elementor-post__title a{color:#1d232b!important;font-weight:800!important;text-decoration:none!important;}
.news-ticker .elementor-post:hover .elementor-post__title a{color:#006ab3!important;}
.news-ticker .elementor-post__excerpt{margin:8px 0 0!important;}
.news-ticker .elementor-post__excerpt p{color:#5b6672!important;font-size:15px!important;line-height:1.5!important;margin:0!important;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;}
@media(max-width:1024px){.news-ticker .elementor-posts-container,.news-ticker .elementor-posts{grid-template-columns:repeat(2,1fr)!important;}}
@media(max-width:640px){.news-ticker .elementor-posts-container,.news-ticker .elementor-posts{grid-template-columns:1fr!important;}}
