.news-latest {}
.news-latest-item {
	display: flex;
	margin-bottom: 50px;
}
.news-latest-image {
	flex: 0 0 30%;
}
.news-latest-header {
	margin-bottom: 15px;
}
.news-latest-datetime {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 66px; 
	min-width: 66px; 
	height: 66px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #2e407d;
	border-radius: 50%;
	user-select: none;
}
.news-latest-datetime-y {
	margin-left: -3px;
}
/*
.has-no-image .news-latest-datetime,*/
.news-category-141 .news-latest-datetime {
    margin-left: 0;
}

.news-latest-header > h3 {
	font-weight: 600;
	font-size: 20px;
	color: #444;
}
.news-latest-header > h3 > a {
	text-decoration: none;
	color: inherit;
}
.news-latest-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
    background-color: #fff;
    padding: 20px 16px 16px 16px;
}
.news-latest-text {
	margin-bottom: auto;
}
.news-latest-text a {
	text-decoration: none;
	color: inherit;
}
.news-latest-more {
	margin-top: 20px;
}
.news-latest-item.news-latest-topitem {
	display: block;
    margin-bottom: 30px;
}
.news-latest-item.news-latest-secitem .news-latest-text p:last-child {
	display: inline;
}
.news-latest-item.news-latest-secitem .news-latest-text p:last-child::after {
	content: '';
	display: inline-block;
	width: 17px;
	height: 13px;
	background: transparent url('/_assets/a4f9f1d7424b0693a509c7e93dc57902/Images/Icons/arrow_right_red_02.svg') no-repeat 0 0 / contain;
	margin-left: 8px;
}
.news-overview .news-latest-item:not(.news-latest-topitem) {
	margin-bottom: 10px;
	padding: 20px 20px 20px 0;
    background-color: #fff;
}
.news-latest-item.news-latest-topitem .news-latest-image .media-preview {
    margin-bottom: 0;
}
.news-latest-item.news-latest-topitem .news-latest-image img {
    width: 100%;
    height: auto;
}
.news-latest-category::before {
	content: '|';
	margin: 0 5px;
}
.news-latest-overline {
	font-size: 18px;
}
.news-latest-secitem .news-latest-overline {
	font-size: 16px;
	opacity: .5;
}

.f3-widget-paginator {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}
.f3-widget-paginator li.current, .f3-widget-paginator li a {
    display: block;
    padding: 3px 9px 2px 9px;
    text-decoration: none;
    color: inherit;
}
.news-latest .page-navigation > p {
   margin-bottom: 2px;
}
.news-latest .page-navigation > .f3-widget-paginator,
.news-latest .f3-widget-paginator {
    gap: 5px;
}
.news-latest .page-navigation > .f3-widget-paginator :is(.next,.previous),
.news-latest .f3-widget-paginator :is(.next,.previous) {
    display: none;
}
.news-latest .page-navigation > .f3-widget-paginator > li,
.news-latest .f3-widget-paginator > li {
    padding: 0;
    margin: 0;
    opacity: 1;
}
.news-latest .page-navigation > .f3-widget-paginator > li > a,
.news-latest .page-navigation > .f3-widget-paginator > li.current,
.news-latest .f3-widget-paginator > li > a,
.news-latest .f3-widget-paginator > li.current {
    display: flex;
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #2e407d;
    border: 1px solid #2e407d;
    line-height: 1;
    font-size: 16px;
}
.news-latest .page-navigation > .f3-widget-paginator > li.current,
.news-latest .page-navigation > .f3-widget-paginator > li:hover > a,
.news-latest .f3-widget-paginator > li.current,
.news-latest .f3-widget-paginator > li:hover > a {
    background-color: #2e407d;
    color: #fff;
    border: 1px solid #2e407d;
}
.news-latest .page-navigation > .f3-widget-paginator li:hover,
.news-latest .page-navigation > .f3-widget-paginator li.current,
.news-latest .f3-widget-paginator li:hover,
.news-latest .f3-widget-paginator li.current {
    border-bottom: unset;
}

.news-overview-all {
	width: auto;
	margin: 45px auto 80px auto;
}
.filter-category-item {
	margin-bottom: 8px;
	list-style-type: none;
}
.filter-category-list .filter-category-item:last-child {
	margin-bottom: 0;
}
.filter-category-item > a {
	text-decoration: none;
	color: #777;
	transition: color ease .2s;
}
.filter-category-item.is-active > a,
.filter-category-item > a:hover {
	color: #2e407d;
}

/* ALT */
.daterange-slider--year,
.daterange-slider--month {
	margin-left: 3px;
	margin-right: 3px;
}


.daterange-slider--year {
	margin-top: 20px;
	margin-bottom: 70px;
}
.daterange-slider--month {
	margin-bottom: 70px;
}

.noUi-handle {
	background: #eee;
}
.noUi-handle::after, 
.noUi-handle::before {
	background-color: rgba(0, 0, 0, 0.2);
}
.noUi-connect {
	background-image: linear-gradient(to bottom, #de0813, #a41815);
}

/* Pressemitteilungen Suchergebnisse */
.news-search-result__message {
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: 200;
}
.news-search-result__term {
    margin-right: 2px;
    font-style: italic;
    font-weight: 400;
    opacity: 0.7;
}
.news-search-result .download-list {
	display: none;
}

/* Pressemitteilungen Teaser */
.news-teaser__header {
	font-size: 20px;
}
.news-teaser__date {
	opacity: 0.6;
}
.news-teaser__date:after {
	content: '//';
	display: inline-block;
	margin: 0 2px;
}
.news-teaser__title > a {
	text-decoration: none;
	color: inherit;
}
/* Pressemitteilungen Liste */
.news-list__spinner {
	display: none;
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	padding-top: 40px;
	background-color: rgba(255, 255, 255, 0.85);
	text-align: center;
}
.news-list__spinner > .fa-spin {
	animation-duration: 4s;
	color: #777;
}
.news-list--is-loading .news-list__spinner {
	display: block;
}
.news-list { 
	position: relative; 
	min-height: 400px;
	margin-top: 120px; 
}
.news-list__item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.news-list__title {
	font-weight: 200;
	margin-bottom: 14px;
}

.news-list__title > a {
	text-decoration: none;
	color: inherit;
}
.news-list__date {
	opacity: 0.6;
}
.news-list__date:after {
	content: '//';
	display: inline-block;
	margin: 0 2px;
}
.news-list__text {
	margin-bottom: 20px;
}
.news-list__image {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
	width: 25%;
}
.news-list__actions {
}
.news-list__more {}
.news-list__downloads {
	float: right;
}
.download-list__item {
	display: flex;
	float: left;
	width: 25%;
	margin-bottom: 10px;
	list-style-type: none;
}
.download-list__inner {
	display: flex;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
.download-list .media {
	width: 100%;
	margin-bottom: 0;
}
.download-list .media-preview {
	margin-bottom: 20px;
}
.download-list .media-preview::before {
	display: block;
	content: '';
	width: 100%;
	padding-top: calc((401 / 600) * 100%);
}
/*
.download-list__item:after {
	content: '/';
	display: inline-block;
	margin: 0 4px;
	opacity: 0.6;
}
.download-list__item:last-child:after { content: ''; display: none; }  
*/
.download-list-preview {
	margin-bottom: 8px;
	text-align: center;
	border: 1px solid #e9e9e9;
}
.download-list-preview img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.download-list-preview.is-portrait img {
}
/* Pressemitteilungen Detail */
.news-detail__title {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 200;
}
.news-detail__teaser {
	font-style: italic;
	margin-bottom: 40px;
}
.news-detail__image {
	float: left;
	width: 30%;
	margin-right: 15px;
	margin-bottom: 10px;
}
.news-detail__date {
	opacity: 0.6;
}
.news-detail__date:after {
	content: '//';
	display: inline-block;
	margin: 0 2px;
}
.news-detail__title > a {
	text-decoration: none;
	color: inherit;
}
.news-detail__text hr {
    display: none;
}
.news-detail__downloads {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	clear: both;
}
.news-detail-related {
	margin-bottom: 20px;
}
.news-detail-related .link-download { 
	float: left;
	margin-bottom: 4px;
	margin-right: 15px;
}
.news-detail-related .link-zip {
	float: right;
}
.news-detail__downloads .download-list {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin: 0 -15px;
	clear: both;
}
.news-detail__downloads .download-list__item {
	float: none;
	margin-bottom: 15px;
	font-size: 14px;
}
.news-detail__downloads .download-list__item a:hover {
	text-decoration: none;
}
.news-detail__downloads .download-list-description {
	margin-top: 4px;
	font-size: 14px;
}
.news-detail__back {
	margin-top: 40px;
	text-align: right;
}
.news-detail-photo-note {
	margin-bottom: 20px;
	margin-top: 30px;
}

@media only screen and (max-width: 980px) {
	.download-list__item {
		width: 33.33333%;
	}
}

@media only screen and (max-width: 680px) {
	.download-list__item {
		width: 50%;
	}
}