/**************************************/
/* Default styles for news extension */
/**************************************/

.listable_list ul {
	padding-left:0px;
}
.listable_list li { 
	list-style:none; 
}
.trainingszeitenList  li {
	list-style:none;
}
.trainingszeitenList th, .trainingszeitenList td,.sparteFunktionenList th,.sparteFunktionenList td {
	padding-left:5px; padding-right:5px;vertical-align:top;
}
.trainingszeitenList td,.sparteFunktionenList td {
	border: 1px solid #fff;
}
.trainingszeitenList tr,.sparteFunktionenList tr {background-color:#fff;}
.trainingszeitenList tr:nth-child(even),.sparteFunktionenList tr:nth-child(even) {background-color: #C8EDC6;}
.listable_list_sparte {
	-moz-column-width: 300px;
	-moz-column-gap: 10px;
	-webkit-column-width: 300px;
	-webkit-column-gap: 10px;
	column-width: 300px;
	column-gap: 10px;
}
.listable_list_sparte li{
	column-break-before: column;
	break-inside: avoid;
	padding-top:5px;
	display: block;
}
.listable_list_sparte table {
	width:100%;
}
.listable_list_sparte .iconth {
	width:110px;
	height:110px;
	vertical-align:top;
}
.listable_list_sparte .childrentd {
	vertical-align:top;
}
.listable_list_sparte .titleth {
	padding:2px;
	height:14px;
}


.listable_list_funktion ul {
	-moz-column-gap: 10px;
	-moz-column-width: 350px;
	-webkit-column-width: 350px;
	-webkit-column-gap: 10px;
	column-gap: 10px;
  	column-width: 300px;
	padding-left:0px;
}
.listable_list_funktion li{
	display: block;
}
.listable_list_funktion table {
	column-break-before: column;
	break-inside: avoid;
	padding-top:5px;
	padding-right:5px;
	width:100%;
	margin-bottom:5px;
}

.listable_list_funktion table td {
	line-height:15px;
	vertical-align:top;
}
.listable_list_funktion .imageTD {
	width:120px;
	height:175px;
}
.listable_list_funktion .imagePlaceholderDIV {
	width:110px;
	height:165px;
	background-color:#137724;
	text-align:center;
	vertical-align:middle;
	line-height:160px;
	color:#AAAAAA;
}
.person_single table {
	background-color: #C8EDC6;
	padding-top:5px;
	padding-right:5px;
	width:100%;
	margin-bottom:5px;
}
.person_single td {
	vertical-align:top;
	padding:5px;
}
.person_single .imageTD {
	width:120px;
	height:175px;
}
.person_single .imagePlaceholderDIV {
	width:170px;
	height:240px;
	background-color:#137724;
	text-align:center;
	vertical-align:middle;
	line-height:160px;
	color:#AAAAAA;
}

.news {
	list-style-type: none;
	list-style-position: outside;
}
.news ul {
	list-style-type: none;
	list-style-position: outside;
}
.news .clear {
	clear: both;
}

.news .nav ul {
	float: leftlistable_list;
	display: inline;
	margin: 0;
}

.news .nav li {
	float: left;
}

.news .nav a {
	float: left;
	display: block;
}

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

.news .article {
	margin-bottom: 5px;
	border:#137724 1px solid;
}

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

.news .article .news-img-wrap {
	float: left;
	margin: 3px 12px 5px 0;
	background: #fff;
}

.news .article .news-img-wrap a {
	display: block;
	float: left;
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}

.news .article .news-img-wrap img {
	float: left;
	height: auto;
	width: auto;
}

.news .article .teaser-text {
	margin: 5px;
}
.news .article .short-text {
	margin: 5px;
}

.short-text p {
	margin:auto; 
}
.news .article h3 {
	margin-bottom: 0;
	background-color:#137724;
	padding:5px; 
	color:#fff;
}

.news .footer {
	clear: both;
	/*margin-top: 15px;*/
	background-color:#C8EDC6;
	color: #888;
}
.news .footer table{
	width:100%;
}
.news .footer .author{	
	text-align: right;
}
.news .footer .spartenTitle{	
	text-align: right;
	vertical-align: top;
	padding-right: 5px;
}

.news .news-list-author {
	margin:5px;
}

.news .news-list-readmore {
	margin:5px;
}

.news .footer p {
	line-height: 1em;
}

.news .footer span {
	display: inline-block;
	padding-right: 8px;
	margin-right: 8px;
}

.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;
}

.news .page-navigation p {
	float: left;
}

.news .page-navigation ul {
	float: right;
}

.news .page-navigation ul li {
	float: left;
	display: block;
	padding: 0 2px;
	background: none;
}

.news .page-navigation ul li a {
	display: block;
}

/* category menu view */
.news-category-view ul li {
	padding: 5px 8px;
}

.news-category-view ul li li {
	padding: 2px 8px 2px 12px;
}

.news-category-view > ul > li:nth-child(even) {
	background: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.news-category-view .category-desc {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #ddd;
}

/* single view */
.news-single .footer {
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 10px 0 0 0;
	border-bottom: 0;
	border-top: 1px solid #eee;
}

.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 .teaser-text {
	font-size: 15px;
	color: #888;
}

.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;
}


.news-list-view {
	list-style-type: none;
}
.liststyle_collection {
	list-style-type: none;
}


@media only screen and (max-width: 600px){
	.news{padding-left:8px;}
	.news .article h3{
		/* font-size:3.5vw; */
		font-size:2.5rem;
	}
}
@media only screen and (min-width: 1200px){
	.news .article h3{
		/* font-size:2vw; */
		font-size:3.7rem;
	}
}
