/**************************************/
/*    Angepasste Style für die News   */
/**************************************/
.news .clear {
	clear: both;
}

.news .nav ul {
	float: left;
	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 {
	padding: 1em;
	margin-bottom: 2em;
	border: 1px dotted #bbb;
  /* background-color: #eee; */
}

.news .article:last-child {
	padding-bottom: 1em;
	margin-bottom: 3em;
}

.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: 0 0 10px 0;
}

.news .article h3 {
	margin-bottom: 1em;
}

.news .footer {
	clear: both;
	padding: 0.5em 0 0.5em 0;
	margin-top: 0;
	color: #888;
}

.news .footer p {
	padding: 0em;
}

.news-single .footer p {
	
}



.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 .article {
	border: none;
	margin: 0;
	padding: 0;
}

.news-single h3 {
 font-size: 120%;
 line-height: 128%;
 letter-spacing: 0.07em;
 color: #265480;
 padding: 0 0 0.5em 0;
 margin-bottom: 1em;
 border-bottom: dotted 1px #cacaca;
}

.news-single .footer {
	clear: none;
	font-size: 85%;
	margin-bottom: 1em;
	margin-top: 0;
	padding: 0 0 0 0;
	border-bottom: 0;
	border: none;
	}

.news-single .article .news-img-wrap {
	float: left;
	width: auto;
	margin: 0 0 0 0;
	padding-right: 1em;
}

.news-single .article .news-img-wrap img {
	float: none;
}

.news-single .teaser-text {
	color: #888;
}

.news-text-wrap {
	margin-bottom: 1em;
}

.news-img-caption {
	color: #888;
}

.news-backlink-wrap {
	padding-top: 0.5em;
	border-top: dotted 1px #cacaca;
}


/* Angepasste Styles News */

/* News Liste */
.news-list-author {
	visibility: hidden;
	border: none;
}
.news .footer span {
	border-right: none;
}

@media (max-width: 800px) {

/* Text zu Fotos umbrechen */
.news-single .article .news-img-wrap {
	padding: 0 15em 1em 0;
}

	
}