.news .article {
	margin: 0 0 60px;
}
.news .article:last-child {
	margin: 0;
}
.news .article .header h3 a {
	text-decoration: none;
}
.news .news-list-view .article {
	background-image: url(../bilder/mewi.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px;
	padding-left: 50px;
}
.news .article h3 {
	font-size:1.3125rem;
	font-weight: 500;
	margin: 0;
}
.news .news-overflow {
	overflow: hidden;
}
.news .news-backlink-wrap {
	float: left;
}
.news-single .news-img-wrap {
	overflow: hidden;
}
.news-single .news-img-wrap .outer {
	float: left;
	width: 23.5%;
	margin: 0 2% 2% 0;
}
.news-single .news-img-wrap .outer:nth-child(4n+4)  {
	margin-right: 0;
}
.news-single .news-img-wrap .outer img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.news-single .news-img-wrap .outer {
		width: 49%;
		margin: 0 2% 2% 0 !important;
	}
	.news-single .news-img-wrap .outer:nth-child(2n+2) {
		margin-right: 0 !important;
	}
}