/**************************************/
/* Default styles for news extension */
/**************************************/

.news .clear {
	clear: both;
}

.news .article .news-img-wrap img {
	width: 100%;
	height: auto;
	background-color: #fff;
}

.news-list-view .article {
	margin-bottom: 2rem;
}

.news-list-view .article .news-text-wrap {
	padding: 1.25rem;
	background-color: #fff;
}

.news-list-view .article h3 {
	font-size: 1rem;
}

.news .article .teaser-text {
	display: flex;
	flex-direction: column;
}

.news .article .more {
	align-self: flex-end;
}

.news .no-news-found {
	color: #DB0202;
	font-style: italic;
}

/* Pagination */

ul.f3-widget-paginator {
  list-style-type: none;
  display: flex;
  margin: 0 0 2rem;
  padding: 0;
}

ul.f3-widget-paginator li {
  margin: 0 0.25rem;
  padding: 0 0.75rem;
}

/* category menu view */

.news-category-view ul li {
	padding: 5px 8px;
}

.news-category-view ul li li {
	padding: 2px 8px 2px 12px;
}

.news-category-view > ul > li:nth-child(even) {
	background: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.news-category-view .category-desc {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid var(--bs-gray-500);
}

/* single view */

.news-backlink-wrap a {
  	margin-bottom: 2rem;
	font-weight: bold;
}

.news-single .article h3 {
	margin-bottom: 0;
	padding: 1.5rem 0;
}

.news-single .footer {
	padding-top: 1.5rem;
}
.news-list-date {
	color: var(--bs-gray-900);
}

.news-list-category,
.news-list-tags,
.news-list-author {
	display: none;
}

.news-single .article .news-img-wrap {
	float: right;
	width: 282px;
	margin: 0 0 0 25px;
}

.news-single .article .news-img-wrap img {
	float: none;
}

.news-single .article .news-img-wrap .outer {
	margin-bottom: 2rem;
}

.news-single .article .news-text-wrap {
	margin-bottom: 1rem;
}


/* related news + files */

.news-related-wrap {
	display: table;
	margin-top: 20px;
	width: 100%;
}

.news-related {
	width: 50%;
	padding: 15px;
	border: 1px solid #eee;
	display: table-cell;
}

.news-related ul li {
	line-height: 1em;
	margin-bottom: 12px;
}

.news-related ul li span {
	border-right: 1px solid #DDDDDD;
	display: inline-block;
	margin-right: 8px;
	padding-right: 8px;
	color: #888;
}

.news-related ul li span:last-child {
	border-right: 0;
	padding-right: 0;
}

.news-related h4 {
	margin-bottom: 10px;
}

.news-related-files ul li {
	margin-bottom: 20px;
}

.news-related-files .news-related-files-link .jpg {
	background-position: 0 0;
}

.news-clear {
	clear: both;
}

/* Startseite */

#p1 .news-list-view .article .news-text-wrap {
	background-color: var(--bs-gray-100);
}
