.news{
	margin-top: 15px;
}
.news .article{
	float: left;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 0px;
}
.news .footer{
	display: none;
}
.news h3{
	font-weight: bold;
	font-size: 14px;
}
.news h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	padding-bottom: 10px;
}
.news-list-view{
	padding-left: 0px;
	margin-right: -18px;
}
.news-img-wrap{
	display: none;
}
.news-list-date{
	display: block;
	margin-bottom: 20px;
}
.news .article .teaser-text {
    margin: 0 10px 10px 0;
}
.backendlayout-default .section-default h3{
	font-size: 20px;
	padding-left: 0px;
}


@media (min-width: 992px) {
	.container:first-child .row:first-child .frame.default:nth-child(2){
		display: none;
	}
}
@media (max-width: 992px) {
	.main-section .container:first-child .row:first-child .frame.default:nth-child(1){
		display: none;
	}
	.main-section {
	    margin-left: -10px;
	    width: 98%;
	    margin-right: 10px !important;
	}
	.news .article{
		width: 100%;
		max-width: 100%;
		padding-left: 0px;
	}
}
