/* Article Head */
.news-header a::after { font-family: var(--fontAwesome); }
.news-header a.share::after { content: '\f1e0'; }
.news-header a.print::after { content: "\f02f";  }
.news-header a.home::after { content: "\f015";  }
.share-items { display: none; }

/* Artikelbild */
ul.news-img{ list-style: none; margin: 0; padding: 0;}
ul.news-img a { display: block; position: relative;}
ul.news-img span.creator { position: absolute; bottom: 2px; right: 2px; }

/* Lightgallery Overlay */
h4.lg-title { color:#fff; }
p.lg-creator { text-align:right; font-weight:bold; padding-right:50px; }

/* Mehr zum Thema
.news-related-wrap .news-related h4 { margin: 20px 0 8px 0; }
.news-related-wrap .news-related ul { list-style: none; margin: 0; padding: 0; }
.news-related-wrap .news-related ul li { margin: 0 0 17px 0; }
.news-related-wrap .news-related ul li a { display: inline-block; text-indent: -13px; margin-left: 14px; line-height: 19px; }
.news-related-wrap .news-related ul li a::before { content: '\f054'; font-family: var(--fontAwesome); padding-right: 2px; }
.news-related-wrap .news-related-links ul li a::before {padding-right: 6px; }
.news-related-wrap .news-related-news-date { color: #8e99a3; margin-left: 10px; }
 */

/* Paginierung Archiv */
.page-navigation { display: flex; justify-content: space-between; align-items: center; }
.news .page-navigation:first-of-type { margin-bottom: 30px;}
.page-navigation ul { margin: 0; padding: 0; list-style: none; display: flex; gap: 8px; }
.page-navigation ul li:not(.previous):not(.next)  { display: flex; cursor: pointer;}
.page-navigation ul li.previous a::before { content: '\f053'; font-family: var(--fontAwesome);  }
.page-navigation ul li.next a::after { content: '\f054'; font-family: var(--fontAwesome); }














