/* --- NEWS START--- */
.single-post .wp-site-blocks {
  background: #fff;
}

#news-start .wp-block-post-excerpt__more-link::before, #news-overview .wp-block-post-excerpt__more-link::before {
  content: "\f15c";
  font-family: 'Font Awesome 6 Free';
  font-size: 1.2em;
  margin-left: 0;
  margin-right: 0.5em;
  vertical-align: 2px; 	
}

/* --- NEWS SINGLE--- */
#news-beitrag .wp-block-post-title {
	line-height: 1.2em;
}
#news-beitrag hr.end {
  margin: 30px 0;
  border: 0;
  border-top: 1px solid #969696;
	width: 100%;
}

#news-beitrag a.wp-block-button__link.backlink, #news a.wp-block-button__link.backlink:hover {
  padding: 0 13px !important;
  line-height: 36px;
  font-size: 24px !important;
  width: max-content;
  display: block;
  text-align: center;
  margin: 0 auto !important;
}

.news-single-date-container {
  margin-bottom: 18px;
  border-bottom: 1px dotted #969696;
}
.news-single-date {
	font-size: 13px;
}
#news-beitrag {
  padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
	.bg-news-single {
		background: #fff;
	}
	#news-beitrag {
		padding-bottom: 5px;
	}
	#news-beitrag .wp-block-post-title {
		margin: 0;
	}
}

@media only screen and (min-width: 767px) {
	#news-beitrag {
		margin-left: auto;
		margin-right: auto;
	}
	#news-beitrag .wp-block-post-title {
		font-size: 40px;
	}
}
@media only screen and (min-width: 1500px) {
	#news-beitrag {
		padding-bottom: 5px;
	}
}

/*	---News	Seite--- */

#news-overview {
	margin-top: -100px;
	padding-left: 50px !important;
	padding-right: 50px !important;
}

#news-overview .wp-block-post {
	border-bottom: 1px solid #c8c8c8;
}

#news-overview .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	max-width: 500px;
	height: auto;
	width: 100%;
}

#news-overview .news-list-item {
	margin: 17px 0;
    display: flex;
	padding: 15px 0;
}

#news-overview .news-list-content {
	flex: 1;
	position: relative;
}

#news-overview .wp-block-post-title {
	line-height: 1.25em;
	margin: 0px 0 10px 0;
}

#news-overview .wp-block-post-title a {
	font-weight: 500;
}

#news-overview .wp-block-post-excerpt__excerpt {
	font-size: 16px;
}

#news-overview .wp-block-post-excerpt__more-text {
	font-size: 0.9em;
	margin-bottom:0 !important;
}

#news-overview .news-list-link {
	position:absolute;
	bottom: -4px;
}
#news-overview .news-list-link::before {
    font-size: 0.75em;
	margin-right: 0.7em;
	vertical-align: 1px;
}

#news-overview .news-list-item .news-list-date {
    font-size: 14px;
	margin: 0px 0 6px 0;
	color: #707070;
}

#news-overview .news-list-item .news-list-title a {
	color: #323232;
}

#news-overview .news-list-item .news-list-title a:hover {
	color: #dc911e;
}
#news-overview .navigation {
	text-align:center;
	padding-bottom: 25px;
	margin-bottom: 0;
	gap: 0;
}

@media only screen and (max-width: 1024px) {
	#news-overview {
		margin-top: -20px;
	}
}

@media only screen and (max-width: 768px) {
	#news-overview {
		margin-top: 0;
		margin-left: 15px;
		margin-right: 15px;
		padding: 0 15px !important;
    max-width: calc(100% - 30px);
	}
}

.pagination .page-numbers {
	background: rgba(0, 0, 0, 0.1);
	color: #323232;
	float: left;
    padding: 4px 10px;
    text-decoration: none !important;
    transition: .5s;
	margin: 0 5px;
	font-size: 15px;
}

.pagination .page-numbers.current {
    background-color: #dc911e;
    color: #fff;
}

.pagination .page-numbers:hover:not(.current) {
  background-color: #dc911e;
  color: #fff;
}

.pagination .page-numbers.dots, .pagination .page-numbers.dots:hover {
    background-color: transparent;
	color: #323232;
}

.navigation .next.page-numbers, .navigation .prev.page-numbers {
	background: none;
	border-bottom: 0;
}

.navigation .next.page-numbers:hover, .navigation .prev.page-numbers:hover {
	background: none;
	color: #dc911e;
}

.navigation .next.page-numbers {
	margin-left: 00px;
	margin-top: -5px;
}

.navigation .next.page-numbers:before {
	content: "\f0da";
}

.navigation .prev.page-numbers {
	margin-right: 10px;
	margin-top: -5px;
}

.navigation .prev.page-numbers:before {
	content: "\f0d9";
}

.navigation .prev.page-numbers:before, .navigation .next.page-numbers:before {
	font-size: 23px;
	color: #323232;
	transition: .5s;
	font-family: 'Font Awesome 6 Free';
}

.navigation .prev.page-numbers:hover:before, .navigation .next.page-numbers:hover:before {
	color: #dc911e;
	transition: .5s;
}