
.newsOuterWrap {
	margin: 0;
	padding: 0px;
}

.newsOuterWrap .row {
	margin: 0;
}

.autor {
	color: #ccc;
}

.datum {
	color: #666;
}

.rechteSpalte {
	padding: 30px 15px;
}

.newsArchivButton {
	padding: 40px 0;
	text-align: center;	
}

.ytVideo {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.ytVideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ads {
	overflow: hidden;
}

.affiliateTextLink {
	text-decoration:  underline !important;
}


.singleNews .row {
	margin: 0px;	
}

.singleNews .header .col-xs-12 p:after {
	clear: both;
}


.singleNewsNav {
	margin: 40px 0 !important;
}
.singleNewsNav a, .singleNewsNav a:visited {
	color: 	#634527 !important;	
	text-decoration: underline !important;	
	display: inline-block;
	
}

.newsDownload UL {
	list-style:  none;
	padding: 0;
	margin: 0;
}

.newsDownload H4 {
	margin-bottom: 0;
}

.newsDownload P A {
	color: #333;
	font-size: 80%;
}

.newsBilder IMG {
	max-width: 100% !important;
	margin: 0.5em 0;
}


.mehr {
	color: 	#634527;
	text-decoration: underline;
	display: block;
	float: right;
	margin: 5px 40px 0 0 !important;	
}

.prevImg {
	width: 50%;
	height: 100%;
	background: url(images/prevImg.png) left center no-repeat;	
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	z-index: 10;
}

.nextImg {
	width: 50%;
	height: 100%;
	background: url(images/nextImg.png) right center no-repeat;	
	position: absolute;
	left: 50%;
	top: 0px;
	display: block;
	z-index: 10;
}

.imgNavActive {
	filter: alpha(opacity=15);
	opacity: 0.15;
	cursor: pointer;
}

.imgNavActive a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}

.imgNavActive:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}


.imgNavDisabled {
	background: none !important;
	cursor: none;
}
.imgNavDisabled a {
	display: none;
}


.videos {
	margin: 50px 0;	
}


.videoSelect {
	margin: 50px 0 20px 0;	
}

.playVideo {
	cursor: pointer;
	margin-bottom: 20px;
	clear: both;	
}

.playVideo:hover {
	background-color: #F3EBE2;
}


.videoPrev {
	float: left;
	margin-right: 40px;	
}

.videoInfo {
	float: left;
}

.artikelbild figure {
	margin: 10px 0 20px 0;
	position: relative;
}

.artikelbild figure:hover button {
	opacity: 1;
	box-shadow: 0px 0px 3px 2px rgba(255,255,255,1);
}

.artikelbild figcaption {
	color: #999;
	margin-top: 5px !important;
}

.artikelbild button {
	padding: 15px 20px; 
	position: absolute;
	top: 70%;
	left: 5%;
	opacity: 0.7;
	box-shadow: 0px 0px 3px 2px rgba(255,255,255,1);
}

PICTURE.hauptbild IMG {
	max-width: 100%;
	max-height: 300px;
	margin: 0 auto 1em auto;
	display: block;
}

PICTURE.vorschaubild IMG {
	max-width: 100%;
}

.bildergalerie figure {
	margin-top: 15px;
	height: auto; width: 100%;
	position: relative;	
	text-align: center;
}

.bildergalerie figure img {
	max-height: 450px;
}

.bildergalerie figcaption {
	padding: 20px;
}

.bildergalerie .btn-back {
	margin: 50px 0 100px 20px;	
}

.newsItem {
	padding-top: 10px;
	padding-bottom: 20px;
 	border-bottom: 1px solid #F0E4D9;
}

.newsItem:hover {
	cursor: pointer;
}
.newsItem:hover IMG {
	opacity: 0.7;	
}
.newsItem:hover H2 {
	color: #000;	
}

.newsItem header {
	position: relative;
    background-color: transparent;
    min-height: auto;
    box-shadow: none;
	z-index: inherit;
}

.newsItem h1 {
	font-size: 18px;
	margin: 10px 0 0 0;
}

.newsItem h2 {
	font-size: 20px;
	margin: 10px 0 0 0;
	color: #654b2d;
}
.newsItem p {
	color: #333;
}
.newsContent p {
	margin: 0;
}

.newsContent h1 {
	font-size: 16px;
	margin: 0 0 10px 0;
}
.newsContent h2 {
	font-size: 16px;
	margin: 0 0 10px 0;
	clear: both;
}
.newsContent h3 {
	margin: 13px 0 0px 0;
}
.newsContent h4 {
	margin: 0 0 10px 0;
}
.newsContent h5 {
	margin: 0 0 10px 0;
}
.newsContent p {
	margin: 5px 0 0 0;
}

.newsContent a {
	text-decoration: underline;
	text-decoration-color: #634527;
	color: #333;
}
.newsContent a:hover {
	text-decoration-style: dotted;
}

.newsAngebote {
    margin: 3em 0 !important;   
}

.newsDate {
	padding: 20px 0 0 0;
	margin-bottom: 5px !important;
}

.einleitung p {
	font-weight: bold;	
}

.linkDetails {
    padding-bottom: 15px;
	margin: 30px 0;	
    border-radius: 5px;
    color: #fff;
    background-color: #654b2d;        
}
.linkDetails A {
    color: #fff;     
    text-decoration:  none;
}
.linkDetails button {
    border: none;
}
.linkDetails button:hover {
    background-color: #fff;        
}
.linkDetails button A {
    color: #654b2d;    
}





.relatedNews {
	margin-top: 30px;	
}

.newsItem a, .newsItem a:visited, .newsItem a:active, .newsItem a:hover {
	text-decoration: none;	
}

.newsHideOption {
	display: none;
	visibility: hidden;	
}

#newsPosts {
	clear: both;
	float: none;
	margin: 50px 0;	
}

.barchart {
	margin: 30px 0;	
}

.barchart .bcWidget {
	margin: 0 auto;	
}

.clear {
	clear: both;
	float: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

@media only screen and (max-width: 1020px) {
	PICTURE.hauptbild IMG {
		margin: 2em auto;
		max-width: 100%;
		max-height: 50%;
	}
	
	PICTURE.vorschaubild IMG {
		margin: 0 auto;
		max-width: 100%;
		max-height: 50%;
	}

	.relatedNews .vorschaubild {
		min-height: 100px;
	}

	.artikelbild button {
		padding: 10px 15px;
	}
	
	.newsList .newsItem DIV:last-child {
		padding: 0 15px;	
	}

	.newsItem {
		padding-top: 0;	
		padding-bottom: 40px;	
	}
	.newsItem:hover {
		opacity: 1;	
	}

	.singleNews {
		padding: 25px 15px;
	}

	.col-xs-12 {
		padding: 0;
		margin: 0;	
	}
}


@media (prefers-color-scheme: dark) {
	body {
		background: linear-gradient(135deg,#5d5b51 0%,#4a493c 24%,#73716d 84%)
	}
}

