.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-bottom: 25px; margin-bottom: 25px; border-bottom:1px solid #a59f95; }
.news .article:last-child { padding-bottom: 15px; margin-bottom: 15px; border-bottom:none; }
.news .article:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.news .article .news-list-text-container { float:left; width:56%; }
.news .article .news-img-wrap { float:right; width:40%; margin:0 0 0 0; }
.news .article .news-img-wrap a:before { content: " "; }
.news .article .teaser-text { margin:0; }

.news .article h3 { margin:10px 0; }
.news .article h3 a:before { content: " "; }
.news .article p { margin:0 0 10px 0; }
.news .article a.more { font-size:1.25em; line-height:1.3; }

.news .footer { clear:both; padding:0 0 5px 0; }
.news .footer p { line-height: 1em; margin:0; }
.news .footer span { display: inline-block; padding-right:8px; margin-right:3px; border-right: 1px solid #a59f95; }
.news .footer span:last-child { border-right: 0; }
.news .footer .news-category a { text-transform: uppercase; }
.news .news-list-author { font-family:"Avenir Next LT W01 Bold", sans-serif; font-weight:normal; font-style:normal; letter-spacing:1px; color:#ab513b; }

.news .no-news-found { color:#811114; 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 #eee; }

/* single view */
.news-single .footer { margin:0 0 50px 0; }
.news-single .article h1 { text-align:left; }
.news-single .article .news-img-wrap { width:100%; float:right; margin:0 0 25px 25px; }
.news-single .article .teaser-text p { margin:0 0 25px 0; font-size:1.5em; line-height:1.25; color:#ab513b; }
.news-text-wrap { margin-bottom: 25px; }
.news-img-caption { color: #888; }

.news-single .news-backlink-wrap { margin:25px 0; padding:15px 0 0 0; border-top:1px solid #a59f95; border-bottom:1px solid #a59f95;  }
.news-single .news-backlink-wrap a:before { content: "‹ "; }

.news-single .facebook { position:relative; z-index:100; }
.news-single .like, .news-single .share, .news-single .twitter { margin:5px 0; } 

/* related news + files */
.content .news-related { margin:25px 0; padding:0; border-top:1px solid #a59f95; }
.content .news-related ul li { background:none !important; padding:0; margin:0 0 5px 0; }
.content .news-related ul li span { /* border-right: 1px solid #a59f95; display: */ inline-block; margin-right:5px; padding-right:0; }
.content .news-related ul li span:last-child { border-right: 0; padding-right: 0; }
.content .news-related h4 { margin-bottom:10px; }

.news-clear { clear: both; }

/* prev / next links */
.news ul.prev-next { border-top:1px solid #a59f95; padding:15px 0; }
.news ul.prev-next li { background:none; }
.news ul.prev-next li.previous, .news ul.prev-next li.next { display:inline-block; width:50%; padding:0; margin:0; }
.news ul.prev-next li.previous { float:left; }
.news ul.prev-next li.previous a:before { content: "‹ "; }
.news ul.prev-next li.next { float:right; text-align:right; }

/* tag menu in fancybox */
.fancybox-skin .news ul.news-tags { margin:40px 0; text-align:center; width:940px; }
.news ul.news-tags li { margin:0; padding:0; background:none; font-size:1.25em; line-height:1.75; }
.news .news-list-tags a:before { content: " "; }

/* slider with flickity */
.news .news-slider .news-cell { width:100%; }
.news .news-slider .article { padding-bottom:15px; margin-bottom:15px; text-align:center; border-bottom:none; }
.news .news-slider .article:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom:none; }
.news .news-slider .article .header,
.news .news-slider .article .footer p,
.news .news-slider .article .teaser-text p { width:70%; margin:0 auto 5px auto; }
.news .news-slider .flickity-page-dots { top:0; }
.news .news-slider .flickity-prev-next-button .arrow { fill: #811114; }
.news .news-slider .gallery-status-default, .news .news-slider .gallery-status-medien { position:absolute; top:0; left:0; }

/* Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.fancybox-skin .news ul.news-tags { margin:40px 0; width:768px; }
}

/* Mobile */
@media only screen and (max-width: 767px) {
	.news .article .news-list-text-container, .news .article .news-img-wrap { float:none; width:100%; margin:0 0 25px 0; }
	.fancybox-skin .news ul.news-tags { margin:20px 0; padding:0 20px; width:100%; }
	.news .news-slider .article .header,
	.news .news-slider .article .footer p,
	.news .news-slider .article .teaser-text p { width:85%; }
	.news ul.prev-next { display:none; }
}