.news .header a {
	text-decoration: none !important;
}
.news .footer {
	border-top: none !important;
	color: #2e2e2e !important;
}
.news .footer span {
	padding:0 !important;
	margin-right: 0 !important;
	margin-bottom: 3px;
	border-right: none !important;
	border-radius: 3px;
}
.news .footer span.news-list-category {
	padding:.5rem 1rem !important;
	font-weight:600;
	background-color:#F4F4F2;
}
.news .footer span.abgeschlossen {
	color:#fff;
	background-image: linear-gradient(to right, #00599c, #6CBD45 30%, #079145);
}
.news .footer span.laufend {
	color:#fff;
	background-image: linear-gradient(to right, #473082, #00599c);
}
.news .footer span.geplant {
	color:#fff;
	background-image: linear-gradient(to right, #99374D, #63325b 80%, #473082);
}


.news-list-category a {
	color: #2e2e2e !important;
}
.news .article .news-img-wrap {
	margin-right:0 !important;
}
.news .article .news-img-wrap a {
	padding: 1rem 0 0 0 !important;
	border: none !important;
}
video {
	max-width: 100%;
  height: auto;
}
.news-img-wrap .outer {
	margin-bottom:30px;
}
.news-img-wrap video {
	max-width: 100%;
  height: auto;
}