.frame{
	display: inline-block;
}
.news{
	max-width: 920px;
}

.news .page-navigation ul {
	float: unset;
	padding-left: 10px;
}
.news .page-navigation p {
	display: none;
}
.news .footer{
	display: none;
}

.news-list-view .article,
.news-single .article{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	background-image: none;
}
.news .article h3{
	font-size: 20px;
	line-height: auto;
	font-weight: normal;
	padding-bottom: 10px;
}
.news-single .teaser-text{
	display: none;
}
.news-single .news-text-wrap p{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.news-list-view .article .teaser-text{
	display: table;
}
.news-list-view .article .header{
/*
	width: 310px; 
	float: left;
*/
}
.news-list-view .article .header p{
	margin-right: 40px;
}
.news-single .news-text-wrap p:empty{
	display: none;
}
.news-list-view .NewsDetailTitleDate{
	margin-bottom: 10px;
}
.news-list-view .article .news-img-wrap img {
	max-width: 282px;
/*
	margin-left: 150px;
	margin-top: -30px;
*/
}
.news-list-date{
	margin-top: 0px;
	display: inline-block;
}
.news-list-date *{
	color: #828282;
}
.news .article .header{
	margin-bottom: 20px;
}
.news .article .news-img-wrap a{
	border: none;
	padding: 0px;
}

.news .article .news-img-wrap {
    float: left;
    width: 282px;
		padding: 0px;
    margin: 0px 30px 0px 0px;
}
.news-text-wrap{
	display: inline-block;
	left: 50%;
	width: calc( 100% - 330px );
/*
	width: 50%;
*/
}
.news-backlink-wrap{
	display: none;
}

@media (max-width: 768px) {
	.news .article .news-img-wrap {
    width: 100%;
		margin-bottom: 15px;
	}
    .news-text-wrap{
	    left: 0px;
	    width: 100%;
    }
    .backendlayout-default .section-default h3 {
        padding-left: 0px;
    }
    
}
@media (max-width: 576px) {
	iframe,
	.news-list-view .article .news-img-wrap img {
		width: 282px;
		margin-bottom: 15px;
    padding-right: 10px;
	}
}