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


.news .article {
	
}

.news .article.Tennisabteilung {
	background:rgba(138,80,71,0.3) /* #dac7c0 */;
}

.news .article.Skiabteilung {
	background:rgba(44,98,187,0.3) /* #2c62bb */;
}

.news .article:last-child {

}

.news .article .news-img-wrap {
}

.news .article .more {
	font-weight: 700;
}

.news .article .news-img-wrap a {
	display: block;
}

.news .article .news-img-wrap img {
	display: block;
	height: auto;
	width: auto;
}

.news .article .teaser-text {
	margin-bottom:30px;
}

.news .article h3 {
	margin-bottom: 0;
}

.news .footer {
}

.news .footer p {
}

.news .footer span {
	display: inline-block;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #000;
}

.news .footer span:last-child {
	border-right: 0;
}

.news .footer .news-category a {
	text-transform: uppercase;
}

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






/* list view */
.news-list-view { display:flex; flex-wrap:wrap; }
.news-list-view .article { box-sizing: border-box; width:32%; margin-right:2%; padding:2%; color:#FFF; margin-bottom:2%; }
.news-list-view .article:nth-child(3n+3) { margin-right:0; }
.news-list-view .article:hover { transform: scale(1.05); }
.news-list-view .article.Tennisabteilung:hover { background:rgba(138,80,71,0.5) }
.news-list-view .article.Skiabteilung:hover { background:rgba(44,98,187,0.5) }
.news-list-view .article .header { color:#FFF; font-weight: 600; text-transform: uppercase; font-size: 1.3em; }
.news-list-view .article a { color:#FFF; font-weight: 600; margin:10px 0; display: block; }


/* vorstandschaft view */
.vorstandschaft-list-view { display:flex; flex-wrap:wrap; }
.vorstandschaft-list-view .article { box-sizing: border-box; width:32%; margin-right:2%; margin-bottom:2%; color:#FFF; background:rgba(138,80,71,0.5); }
.vorstandschaft-list-view .article:nth-child(3n+3) { margin-right:0; }
.vorstandschaft-list-view .article .teaser-text { margin-bottom:0; }
.vorstandschaft-list-view .article .header { color:#FFF; font-weight: 600; text-transform: uppercase; font-size: 1.3em; }
.vorstandschaft-list-view .article img { width:100% !important; height:auto; }
.vorstandschaft-list-view .article a { color:#FFF; font-weight: 300; margin:0; display: block; }
.vorstandschaft-list-view .vorstand-content { padding:7%; }


/* spieltermine view */
.spieltermine-list-view {  }
.spieltermine-list-view .article { box-sizing: border-box; margin-bottom:2%; }
.spieltermine-list-view .article .news-list-date { padding:5px; background-color: #DDDDDD; border-right:none; }
.spieltermine-list-view .article .header { font-weight: 600; text-transform: uppercase; font-size: 1.3em; }


/* single view */
.news-single .footer {
	padding-bottom:10px;
}

.news-single .article .news-img-wrap {
	float: right;
	width: 282px;
	margin: 0 0 0 25px;
}

.news-single .article .news-img-wrap img {
	float: none;
}

.news-single h1 {
	margin-bottom: 2%;
}

.news-single .teaser-text {
	font-weight: 700;
}

.news-text-wrap {
	margin-bottom: 10px;
}

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






/* related news + files */
.news-related-wrap {
	display: table;
	margin-top: 20px;
	width: 100%;
}

.news-related {
	width: 50%;
	padding: 15px;
	border: 1px solid #eee;
	display: table-cell;
}

.news-related ul li {
	line-height: 1em;
	margin-bottom: 12px;
}

.news-related ul li span {
	border-right: 1px solid #DDDDDD;
	display: inline-block;
	margin-right: 8px;
	padding-right: 8px;
	color: #888;
}

.news-related ul li span:last-child {
	border-right: 0;
	padding-right: 0;
}

.news-related h4 {
	margin-bottom: 10px;
}

.news-related-files ul li {
	margin-bottom: 20px;
}

.news-related-files .news-related-files-link .jpg {
	background-position: 0 0;
}

.news-clear {
	clear: both;
}
