/* CSS Document */

/*News Titel*/
.DIV-CLASS-NewsTitleWrapperOuter{
	
	background-color:#F1F3F5;
	
	width: 100%;
	height: auto;
	overflow: auto;
	display: block;
	
	margin-bottom: 60px;
	
	}


.SPAN-CLASS-NewsTitleHeadline{
	
	display:block;
	
	width: 100%;
	
	padding-top: 30px;
	padding-bottom: 30px;
	
	font-family:MTB_OpenSanBold;
	font-size:20pt;
	color: #ca0a16;
	text-align: center;
	
	
	}

.DIV-CLASS-NewsTitleContentWrapperUpper{
	display: table;
	width: 100%;
	box-sizing:border-box;
	padding-right:20px;
	height: 360px;
	float: right;
	}
.DIV-CLASS-NewsTitleContentVideoWrapperUpper{
	display: table;
	width: 100%;
	box-sizing:border-box;
	padding-right:20px;
	height: 260px;
	float: right;
	}
.DIV-CLASS-NewsTitleContentWrapperLower{
	display: table;
	width: 100%;
	box-sizing:border-box;
	padding-right:20px;
	height: 360px;
	float: left;
	}	
			
.DIV-CLASS-NewsTitleImg{
	width:100%;
	height:360px;
	display:block;

	overflow:hidden;
	
	background-position:center center;
	background-size: auto 360px;
	background-repeat:no-repeat;

	box-sizing:border-box;
	
	
	
	
}
.DIV-CLASS-NewsTitleGalerieWrapperUpper{
	width:100%;
	height:360px;
	display:block;

	overflow:hidden;
	
}
	
.DIV-CLASS-NewsTitleGalerieWrapperUpper0{
	float: left;
}	
.DIV-CLASS-NewsTitleGalerieWrapperUpper1{
	float: right;
}	
	
.DIV-CLASS-NewsTitleGalerieWrapperLower{
	width:100%;
	height:360px;
	display:block;

	overflow:hidden;
	float: left;
	}
.VIDEO-CLASS-NewsTitleVideoWrapperUpper{
	width:100%;
	height:auto;
	display:block;

	overflow:hidden;
	float: right;
	}

/* NEWS */
.DIV-CLASS-NewsWrapperOuter{
	width:100%;
	display:table;
	
	margin-bottom:0px;	
}



/*Spalten*/
.DIV-CLASS-News{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	vertical-align:top;
	
	margin-bottom:50px;
}
.DIV-CLASS-NewsEmpty{
	display: none;
	width:100%;
	height:100%;
	overflow:hidden;
	vertical-align:top;
	
	margin-bottom:40px;
}




/*Tabelle in News*/
.DIV-CLASS-NewsWrapper{
	display:block;
	width:100%;
	height:100%;
	
}
.DIV-CLASS-NewsWrapperRow{
	display:table-row;
	width:100%;
}



/*Bildelemente*/
.DIV-CLASS-ImgNews{
	width:100%;
	height:300px;
	display:inline-block;
	
	
	
	overflow:hidden;
	
	background-position:center center;
	background-size: cover;
	background-repeat:no-repeat;
	

	
	box-sizing:border-box;
}

.DIV-CLASS-ImgNews0{
	float:right;
}

.DIV-CLASS-ImgNews1{
	float:left;
}

.DIV-CLASS-ImgNewsGalerie{
	width:100%;
	height:300px;
	display:inline-block;
	
	
	
	overflow:hidden;
	
	background-position:center center;
	background-size: cover;
	background-repeat:no-repeat;
	

	
	box-sizing:border-box;
}

.IMG-CLASS-GalerieKamera{
	width: 35px;
	height: auto;
	
	margin-top: -65px;
	margin-left: 5px;
	
	padding: 10px;
	
	/*border-color: #ffffff;
	border-width: 4px;
	border-style: solid;
	
	border-radius: 20px;*/
	
	z-index: 10;
	}

/*textlicher Inhalt*/
.DIV-CLASS-NewsContentWrapper{
	width:100%;
	display:inline-block;
	box-sizing:border-box;
	float: left;
	
	padding-top: 20px;
}
.DIV-CLASS-NewsTitleContentWrapper{
	width:100%;
	display:inline-block;
	box-sizing:border-box;
	float: left;
	
	padding: 20px;
	
}



.SPAN-CLASS-NewsHedline{
	font-family:zeitung;
	font-size:12pt;
	font-weight: bold;
	color:#000000;
	padding-bottom:20px;
	
	display:block;
	
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

.SPAN-CLASS-News{
	font-family: Verdana;
	font-size:12pt;
	color:#000000;
	display:block;
}


A:link.LINK-CLASS-News{
	font-family:zeitung;	
	color:#000000;
	font-size:15pt;
	
	display:block;
	
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	
	margin-top: 20px;
	
	
	border: solid 2px #043F05;
	border-radius: 10px;
	
	text-decoration: none;
	
	display: inline-block;
	width: auto;
	
	background-color: #F1F3F5;
	
}
A:visited.LINK-CLASS-News{
	border-color: #043F05;
	color:#000000;
}
A:hover.LINK-CLASS-News{
	color:#00843E;
	border-color: #00843E;
}

.LINK-CLASS-Galerie{
	display: inline-block;
	width:100%;
	float: left;
}





/* Layout für Tablet-PCs*/

@media only screen and (min-width: 481px) {
	
	.DIV-CLASS-ImgNews{
		width:50%;
	}
	.DIV-CLASS-NewsContentWrapper{
		width:50%;
		padding-top: 0;
	}
	
	
	.DIV-CLASS-NewsContentWrapper0{
		padding-right: 40px;
	}
	.DIV-CLASS-NewsContentWrapper1{
		padding-left: 40px;
	}

	
}

/* Desktoplayout*/

@media only screen and (min-width: 1080px) {
	
	

	.DIV-CLASS-NewsTitleWrapperOuter{
		height: 400px;
	}
	
	.DIV-CLASS-NewsWrapperOuter{
		margin-bottom:40px;
		
	}
	
	/*News Titel*/
	.DIV-CLASS-NewsTitleContentWrapperUpper{
		width: 33.3%;
		display: block;
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.DIV-CLASS-NewsTitleContentWrapperLower{
		width: 55%;
	}
	
	.DIV-CLASS-NewsTitleGalerieWrapperUpper{
		width:66.6%;
		height: 100%;
	}
	.DIV-CLASS-NewsTitleGalerieWrapperLower{
		width:45%;
	}
	.VIDEO-CLASS-NewsTitleVideoWrapperUpper{
		width:100%;
	}
	
	/*Spalten*/
	
	
	A:link.LINK-CLASS-News{
		font-size:12pt;
	}
	
	.DIV-CLASS-NewsTitleImg{
		height: 100%;
		background-size: cover; 
	}
	
}

@media only screen and (min-width: 1400px) {
	
	
}