/* @override 
	http://foerster.bw-testserver.de/fileadmin/templates/ext/news_zertifikate/Resources/Public/Css/news-basic.css?* */

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

.news .news-list-view div.article.articletype-1,
.news .news-list-view a.more div.article.articletype-1 {
	font: 16px/22px 'Titillium Web';
	font-style: normal;
	color: rgb(74, 74, 74);
	margin: 0 0 40px;
	
	padding: 0 0 1px;
	background:
	linear-gradient(
	  to right, 
	  rgba(255,255,255,1) 0%,
	  rgba(157,157,161,1) 50%,
	  rgba(255,255,255,1) 100%
	)
	right 
	bottom
	no-repeat; 
	background-size:100% 1px ;
	opacity: .8;
	-webkit-transition: all 0.2s ease-in, all 0.2s ease-out; /* Safari / Chrome */
	-moz-transition: all 0.2s ease-in, all 0.2s ease-out; /* Firefox */
	-o-transition: all 0.2s ease-in, all 0.2s ease-out; /* Opera */
	transition: all 0.2s ease-in, all 0.2s ease-out; /* Standard */
}

.news .news-list-view div.article.articletype-1:hover,
.news .news-list-view a.more div.article.articletype-1:hover {
	opacity: 1;
}

.news .news-list-view div.article.articletype-1:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0px solid #333;
	
	padding: 0px;
	background-size:100% 0px ;
}

.news .news-list-view div.article.articletype-1:after,
.news .news-list-view a.more div.article.articletype-1:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news .news-list-view div.article.articletype-1 .news-img-wrap {
	float: left;
	background: #fff;
	margin: 0;
	padding-right: 40px;
	padding-bottom: 40px;
}

.news .news-list-view div.article.articletype-1 .news-img-wrap a {
	display: block;
	float: left;
	background: #fff;
}

.news .news-list-view div.article.articletype-1 .news-img-wrap img {
	width: 100%;
	height: auto;
	float: left;
}

.news .news-list-view div.article.articletype-1 .teaser-text {
	margin: 0 0 40px 0;
}

.news span.news-list-date time {
	color: rgb(74, 74, 74);
	font-weight: 700;
	font-size: 14px;
}

.news .news-list-view div.article.articletype-1 h3,
.news .news-list-view div.article.articletype-1 div.header h3 a span {
	color: rgb(0, 102, 100);
	font: 26px/32px 'Titillium Web';
	font-weight: 700;
	letter-spacing: 0.02em;
	margin: 5px 0px 15px;
}

.news .news-list-view div.article.articletype-1 div.header {
	padding-right: 240px;
	background: url(/fileadmin/templates/img/foku-news-arrow.png) right 0px no-repeat scroll transparent;
}

.news-text-wrap {
	margin: 0px 0px 20px;
}

.news .news-list-view div.article.articletype-1 div.teaser-text div p {
	padding-bottom: 20px;
}


.news .news-backlink-wrap a,
.news .news-list-view div.article.articletype-1 div.teaser-text a.more {
	color: rgb(0, 102, 100);
	text-decoration: none;
}

.news .news-backlink-wrap a:hover,
.news .news-list-view div.article.articletype-1 div.teaser-text a.more:hover {
	color: rgb(74, 74, 74);
}


@media only screen and (max-width: 1023px) {
.news span.news-list-date time,
.news .news-list-view div.article.articletype-1 .teaser-text,
.news .news-list-view div.article.articletype-1 div.header {
	padding-right: 0px;
	width: 100%;
	float: left;
}
}



