/**************************************/
/* Default styles for news extension */
/**************************************/
.news .clear {
	clear: both;
}

.news {
	width: 640px;
	margin-left: 33.33%;
	float: left;
	margin-top: 80px;
	font-family: NewsGothicBTW01-Roman;
	font-weight: normal;
	font-style: normal;
}

.bw-news-txt h3 span {
	font-family: News Gothic BT W01 Bold1120759;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	line-height: 20px;
	color: rgba(0, 0, 0, .70);
	letter-spacing: 0.03m;
}

.bw-news-txt span.news-list-date time {
	display: inline-block;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: rgba(0, 0, 0, .70);
	letter-spacing: 0.03m;
}

.bw-news-txt div.bw-readmore p strong {
	font-family: News Gothic BT W01 Bold1120759;
	font-weight: normal;
	font-style: normal;
	color: rgba(0, 0, 0, .70);
	letter-spacing: 0.03m;
}

.article {
	width: 100%;
	float: left;
	border-bottom: 1px solid rgba(120, 109, 103, .3);
	margin-bottom: 30px;
	position: relative;
}

.news .article:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @group Bild */

.bw-news-img {
	width: 214px;
	height: auto;
	margin-right: 30px;
	float: left;
}

.bw-news-img div.news-img-wrap img {
	width: 100%;
	height: auto;
	float: left;
}

/* @end */

/* @group Text */

.bw-news-txt {
	width: calc(100% - 244px);
	height: auto;
	float: left;
	position: relative;
}

.news .bw-readmore {
	width: calc(100% - 244px);
	float: left;
}

.news .bw-readmore div {
	position: absolute;
	bottom: 30px;
	right: 0;
}

.news a.rm-link {
	position: absolute;
	min-width: 12px;
	text-align: center;
	padding: 5px 9px;
	background: rgba(120, 109, 103, 1);
	color: rgba(255, 255, 255, 1);
	right: 0;
}

.news .bw-readmore p {
	margin: 0;
	padding: 0 0 45px;
}

/* @end */

.news .no-news-found {
	color: #DB0202;
	font-style: italic;
}

.news-img-caption {
	color: #888;
}

.news-clear {
	clear: both;
}




@media only screen and (min-width: 1280px) {

.news {
	width: calc(66.67% - 40px);
	max-width: 855px;
}

.bw-news-img {
	width: 320px;
	height: auto;
	margin-right: 30px;
	float: left;
}

.bw-news-txt {
	width: calc(100% - 350px);
	height: auto;
	float: left;
}

.news .bw-readmore {
	width: calc(100% - 350px);
}

}

@media only screen and (max-width: 1023px) {

.news {
	width: 640px;
	margin-left: 0px;
	float: right;
	margin-right: 40px;
	margin-top: 20px;
}

}

@media only screen and (max-width: 768px) {

.news {
	width: calc(100% - 80px);
}

}

@media only screen and (max-width: 528px) {

.bw-news-img {
	margin-bottom: 20px;
}

.bw-news-txt,
.news .bw-readmore {
	width: calc(100% - 0px);
}

.news .bw-readmore p {
	margin: 0;
}

}

@media only screen and (max-width: 375px) {

.news {
	width: calc(100% - 40px);
	float: left;
	margin-left: 20px;
	margin-right: 0;
}

.bw-news-img {
	width: 100%;
	height: auto;
	margin-right: 0;
}

.bw-news-img div.news-img-wrap img {
	max-width: 100%;
	width: auto;
	max-height: 100%;
	height: auto;
	float: left;
}

}
