.news .article .news-img-wrap {
	margin: 0;
}

.news .article .news-img-wrap a {
	padding:0;
	border:none;
}

.news-list-item, .news-single-item {
	float: left;
	width: 100%;
	padding-left:10px;
	padding-right:10px;
}

/** Neu hinzugfügt, da altes Stying nicht mehr greift */
.news .article .news-img-wrap img, .news-single .article .news-img-wrap,
.news-list-item img, .news-single-item img, .news-single-img {
	margin: 0px!important;
	float:left !important;
	margin-right:25px!important;
}

.news-divider {
	float: left;
	width: 100%;
	border-bottom:1px solid;
	border-color:#0072ba;
}

.news-list-morelink {
	float:right;
}

.news-single-imgcaption {
	font-size: 1.2rem;
	font-weight: 100;
}

/** Styling Anpassungen News Listen-Ansicht */

.news .article h3 {
	font-size:1.5em;
	margin-top: 0px;
	margin-bottom: 10px;
}
.news .article {
	padding: 15px 0px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}
.news .article:last-child {
	padding-bottom: 15px;
}
.news .article a {
	font-weight: 600;
}
.news .article a.more {
	float: right;
}
.news .article .teaser-text {
	margin: 0;
}
.news .article span.news-list-date {
	color: #aaa;
	font-weight: 200;
}
.news .footer {
    clear: both;
    padding: 0;
    border-top: none;
    margin-top: 0;
    color: #58585a;
}
.news {
	margin-bottom: 30px;
}