/* ### Teaser ### */
/* Newsanzeige per Ajax */
.news-container-ajax { width: 100%; clear: both; margin: 0 0 30px 0;  }
.news-container-ajax .ajax_loader { padding: 30px 0; text-align: center; float: left; width: 100%; position:absolute; bottom:0; left:0; }
.news-container-ajax button.more-news-ajax { width: 100%; padding: 8px 0; cursor: pointer;  }

/* ### Artikel ### */
/* Article Head */
.news-header { color: #676b6f; clear: both;  margin-bottom: 30px;  height: 30px; text-align: right; }
.news-header .date {  float: left; font-size: 1em; color: #5e6c72; margin-left: 0; }
.news-header span.icons { float: right; }
.news-header a { color: #6c7b81; font-size: 1.625em; margin-left: 14px; line-height: 26px; }
.news-header a.share:before { content: '\f1e0'; font-family: Glyphicons, var(--fontAwesome); cursor: pointer; font-size: .9em; }
.news-header a.print, .news-header a.home { font-family: var(--fontAwesome); }
.news-header a.print:after { content: "\f02f"; font-weight:400; font-size:.923em; }
.news-header a.home:after { content: "\f015"; font-weight:900; font-size:.923em; }
.share-items { display: none; margin: -22px 42px 24px 0; }
.share-items a { display: block; font: 17px Share-Regular, arial, helvetica, sans-serif; padding-bottom: 20px;  }

.article h1, .article h3 { clear: both; }

/* Artikelbild */
ul.news-img{ list-style: none; margin: 0; padding: 0; width: 100%; }
ul.news-img img { width:100%;  height:auto; }
ul.news-img a { position:relative; color:#fff; float:left; }
/* Bild-Autor und -Unterschrift*/
ul.news-img span.creator { padding: 3px 8px; float: right; font-size: 11px; color: #393e42; position: absolute; bottom: 2px; right: 2px; background-color: rgba(255,255,255,.6); }
ul.news-img span.description { font-size: 13px; color: #6f7577; margin: 6px 0 2px 0; float: left; width: 100%; }

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

.news-teaser .gallery-icon { bottom: 2px; left: 6px;}
.news-teaser .gallery-icon:before { font-size: 17px; }
.news-teaser .video-icon { bottom: -3px; left: 27px;}
.news-teaser .video-icon:before { font-size: 25px; }

/* 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 */
.news .page-navigation { width: 100%; font-size: 14px; float: left; margin-top: 20px; }
.news .page-navigation:first-of-type { margin: 0 0 30px 0;}
.page-navigation ul { margin: 0; padding: 0; list-style: none;  float: right;}
.page-navigation ul li { display: inline-block; }
.page-navigation ul li a, .page-navigation ul li.current  { display: inline-block; border: 1px solid; padding: 3px 7px; margin: 4px; border-radius: 3px; }
.page-navigation ul li a:hover, .page-navigation ul li.current { color: #7a7a7a; text-decoration: none;  }
.page-navigation ul li a.prev:before { content: '\f060'; font-family: var(--fontAwesome); padding-right: 4px; font-weight:900; }
.page-navigation ul li a.next:after { content: '\f061'; font-family: var(--fontAwesome); padding-left: 4px; font-weight:900; }
.news .page-navigation p { float: left; color: #7a7a7a;  margin: 9px 0 0 0;}

/* Absatz bei Bildelementen */
.ce-textpic p:first-child { margin-top:0; }

@media (min-width: 576px) {
 .share-items { float: right; }
 .share-items a { display: inline-block; font-size: .938em; padding: 0; }
 .share-items a+a { margin-left: 22px; }
}












