.news-categories h2 {
	margin-bottom: 14px !important;
	margin-left: 20px;
}

.news-categories .all {
	border-top: 1px solid #cccccc;
	font-size: 1.25em;
	height: 24px;
	padding-left: 20px;
	padding-top: 12px;
	text-transform: uppercase;
}

.news-categories .all a {
	background: url(../../../Images/icn_more.png) no-repeat 0px 3px;
	color: #6f6f6f !important;
	font-weight: 500;
	padding-left: 17px;
	text-decoration: none;
}


.news-categories .all a:hover {
	background-position: 0 -21px;
	color: #000000 !important;
}

.content .frame-default .news-categories ul,
.content .csc-default .news-categories ul {
	border-top: 1px solid #cccccc;
	margin-top: 14px;
	padding: 20px;
	padding-top: 11px;
}

.content .frame-default .news-categories li,
.content .csc-default .news-categories li {
	background-image: none !important;
	padding-left: 0;
	float: left;
	margin-bottom: 10px;
	width: 265px;
}

.content .frame-default .news-categories a,
.content .csc-default .news-categories a {
	color: #6f6f6f;
	font-size: 0.938rem;
	font-weight: 500;
	line-height: 1.875rem;
}

.content .frame-default .news-categories a:hover,
.content .csc-default .news-categories a:hover {
	color: #000000;
	text-decoration: none;
}

.content .frame-default .news-categories a.active,
.content .csc-default .news-categories a.active {
	color: #000000;
}

.news-single .teaser-text {
	font-weight: 500;
	margin: 0 0 10px 0;
}

.news-single .date p {
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 20px;
}

.news-single .header h1 {
	padding-top: 5px;
}

/* for old news */
.news-single p.fliesstextbild_links img {
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}

.news-single p.fliesstextbild_rechts img {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}

.news-single p.quellenangabe {
	font-size: 11px;
}

.news-related-wrap .news-related-files {
	border-bottom: 1px dotted #A2A2A3;
	border-top: 1px dotted #A2A2A3;
	margin: 20px 0 35px -50px;
	padding-left: 50px;

}


.news-related-wrap .news-related-files ul {
	margin: 15px 0;
}

.news-related-wrap .news-img-wrap {
	padding: 15px 10px 0 50px;
}

.news-related-wrap .news-img-wrap .mediaelement-image {
	float: left;
	margin-right: 20px;
	padding-bottom: 25px;
}

.news-related-wrap .news-img-wrap .mediaelement-image .news-img-download {
	padding-top: 3px;
}

.news-related-wrap .news-img-wrap .mediaelement-image .news-img-download a {
	font-weight: 500;

}


.container-content .news-latest {
	height: 315px;
	overflow-y: auto;
	padding-left: 20px;
}

.container-content .news-latest .news-row {
	margin-bottom: 10px;
	margin-top: 0;
	display: flex;
}

.marginal .container-content .news-latest .news-row:last-child {
	margin-bottom: 10px;
}

.date-news {
	display: block;
	float: left;
	line-height: 1.1em;
	margin-left: 20px;
	margin-bottom: 0;
	margin-top: 1px !important;
	width: auto;
}

.date-news a {
	color: #000000 !important;
}

.date-news span {
	display: block;
}

.date-news span.region {
	font-family: 'ag-book';
	font-size: 15px;
	font-weight: 300;
	line-height: 1.9em;
	text-transform: uppercase;
}

.date-news span.title, .content .date-news span.title a {
	color: #000000 !important;
	font-family: 'ag-book';
	font-size: 15px;
	font-weight: 500;
	line-height: 15px;
	padding-top: 3px;
}

.content .date-news span.title a:hover {
	text-decoration: underline;
}

.date-news span.date {
	display: none;
}

#gallery-view {
	margin-top: 80px;
}

#gallery-view .news-latest {
	height: max-content;
	overflow: hidden;
	padding-left: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#gallery-view .news-item {
	margin: 0 30px 30px 0;
	position: relative;
}

#gallery-view .news-item .image-caption {
	position: absolute;
	font: normal normal 300 13px/18px ag-book, sans-serif;
	color: #EFEFEF;
	margin-bottom: 0;
	bottom: 3px;
	left: 0;
	padding: 3%;
	width: 94%;
	padding-top: 43px;
	background: linear-gradient(0deg, rgb(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 70%);
}

@media screen and (max-width: 990px) {

	#gallery-view {
		padding: 0;
	}
}

@media screen and (max-width: 779px) {
	#gallery-view .news-latest {
		justify-content: center;
	}

	#gallery-view .news-item {
		margin: 0 0 30px 0;
	}
}
