/**************************************/
/* Default styles for news extension */
/**************************************/
.news .clear, .news-clear {
	clear: both;
}
.news .no-news-found {
	font-style: italic;
	padding: 10px 0 30px;
}
.news .schachtelContainer.news-list-view .schachtelItemLauftextInnerwrap p {
	padding: 0 !important;
}
/* single view */
.news-single .teaser-text {
	font-weight: 600;
}
.news-single .article .news-text-wrap {
	
}
.news-single .article .news-img-wrap {

}
.news-single .article .news-img-wrap .outer {
	padding: 4px 0;
}
.news-single .article .news-img-wrap img {
	width:100%;
}
.news-single .article .news-img-wrap .news-img-caption {}

/* related news + files */
.news-related {
	padding:30px 0 0;
}
.news-related-files .news-related-files-link .jpg {
	background-position: 0 0;
}
.news-related-files-size {
	font-size: 12px;
	padding-left: 10px;
}
.news-related .linkContainer {
	padding: 0 !important;
}
/* News Pagination */
.news .page-navigation p {
	display:none;
}
.news .page-navigation ul {
	text-align:center;
}
.news .page-navigation ul li {
	display: inline-block;
	background: none;
	color: #cf402d;
	padding:0 !important;
	margin: 0 3px;
	min-width: 20px;
	text-align:center !important;
}
.news .page-navigation ul li a {
	display: block;
	padding: 1px 5px;
    border: 1px solid #cf402d;
    text-decoration: none !important;
    min-width:100%;
}
.news .page-navigation ul li a:hover {
	color: #fff;
	background: #cf402d;
}
.news .page-navigation ul li.current {
	background: #cf402d;
	color: #fff;
	padding: 1px 5px !important;
    border: 1px solid #cf402d;
}
.news .page-navigation ul li.previous a {
	font:FontAwesome;
    padding: 1px 7px 1px 4px;
}
.news .page-navigation ul li.next a {
	font:FontAwesome;
    padding: 1px 4px 1px 7px;
}
/* latest News Highlight */
.highlightSlider {
	width: 56.666%;
	float: right; 
}
.highlightItem {
	background: rgba(0,0,0,0.7);
    padding: 10px;
    color: #fff;
    position: relative;
    z-index: 10;
}
.highlightItemContent{
	position:relative;
	border: 1px solid rgba(255,255,255,0.3);
    padding: 30px;
}
.highlightItemTitle {
	font-family: 'Playfair Display', serif;
	font-size: 36px;
	padding: 0 0 15px;
	line-height: 110%;
}
.highlightItem .linkItem{
	padding: 10px 0 0;
}

@media screen and (min-width: 481px) {
	.news-single .article .news-img-wrap {
		margin: 0 -4px;
		flex-wrap:wrap;
	}
	.news-single .article .news-img-wrap .outer {
		padding: 4px;
		width: 50%;
	}
}
@media screen and (min-width: 769px) {
	.news-single .article .news-img-wrap .outer {
		width: 33.333%;
	}
}
@media screen and (min-width: 951px) {
	.news-single .article .news-img-wrap {
		margin: 0 -7px;
	}
	.news-single .article .news-img-wrap .outer {
		padding: 7px;
	}
}