.colored_topline_large_bild{
z-index:16;
position:relative;
float:left;
width: 920px;
height: 5px;
background-color:#cbf60a;
/*background: rgba(46, 46, 46, 1); */
}
.article_bg_large_bild{
z-index:16;
position:relative;
float:left;
width: 920px;
height: 500px;
background: rgba(255, 255, 255, 0.8); 
margin:5px 5px 5px 5px;
/*border:1px solid #2e2e2e;*/
/*
	-webkit-box-shadow: 5px 5px 5px #000000;
    -moz-box-shadow: 5px 5px 5px #000000;
    box-shadow: 5px 5px 5px #000000;

    -ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#000000, offx=5, offy=5)";
    filter:progid:DXImageTransform.Microsoft.DropShadow(color=#000000, offx=5, offy=5);
*/
}
.article_large_bild{
z-index:17;
position:relative;
float:left;
width: 920px;
height: 500px;
margin:10px 10px 10px 10px;
}

.article_large_bild h1{
	position:relative;
	top:10px;
	left:5px;
	letter-spacing:0px;
	text-transform: uppercase;
	font-weight: normal;
	color:#2e2e2e;
	font-size: 18px;
	font-family:'Droid Sans','arial';
	margin:0px 0px 0px 0px;
	
/* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
.article_large_bild p{
	position:relative;
	font-family: 'arial';
	font-size: 12px;
	text-decoration:none;
	line-height: 18px;
	height:18px;
	letter-spacing: 0.5px;
	color:black;
	Left: 0px;
	margin:5px 5px 5px 5px;
	opacity:1.0;
	filter: alpha(opacity = 100);/*Internet Explorer*/	
	border:none;
	white-space: nowrap;
	top: 10px;
	width:890px;


	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url( 'bindings.xml#ellipsis' );
	/* mit "bindings.xml#none" deaktivierbar*/	
	
/* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
/*
.article_large_bild a{
	font-weight:bolder;
	text-decoration:none;
	cursor:pointer;
	color: black;
	border:1px solid gray;
	
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out; 
	-webkit-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out;
}
.article_large_bild a:visited{
	font-weight:bolder;
	text-decoration:none;
	color: black;
}
.article_large_bild a:hover{
	font-weight:bolder;
	text-decoration:none;
	color: white;
	font-size: 14px;
	background-color: grey;
	border:1px solid black;
}
*/
.article_large_bild img{
	margin:5px 5px 5px 5px;	
	position:relative;
	top: 10px;
	width: 890px;
	height: 350px;
	border: 0;
	
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out; /* Firefox 4 */
	-webkit-transition: all 0.3s ease-in-out; /* Safari and Chrome */
	-o-transition: all 0.3s ease-in-out; /* Opera */
}
.article_large_bild img:hover{
	opacity:0.8;
}
.videocontainer_large_bild iframe
{
	margin:5px 5px 5px 5px;	
	position:relative;
	top: 10px;
	width: 890px;
	height: 350px;
	/*
	max-width: 580px;
	height: auto;	
	*/
	border: 0;
}
@media only screen and (max-width: 1000px)
{
	.colored_topline_large_bild 
	{
		width: 610px;	
	}	
	.article_bg_large_bild 
	{
		width: 610px;
		height: 370px;	
	}	
	.article_large_bild 
	{
		width: 610px;
		height: 370px;	
	}	
	.article_large_bild p
	{
		width:580px;		
	}	
	.article_large_bild img
	{
		width: 580px;
		height: auto;	
	}
	.article_large_bild img:hover
	{
		opacity:1.0;
	}
	.videocontainer_large_bild iframe
	{
		width: 580px;
		height: 207px;
	}
}
@media only screen and (max-width: 1000px) and (orientation : landscape)
{
	.colored_topline_large_bild 
	{
		width: 530px;	
	}	
	.article_bg_large_bild
	{
		width: 530px;
		height: 370px;	
		margin:5px 5px 5px 5px;
	}
	.article_large_bild
	{
		width: 530px;
		height: 370px;
		margin:5px 5px 5px 5px;
	}	
	.article_large_bild h1
	{
		font-size: 20px;
	}
	.article_large_bild p
	{
		width:500px;
	}
	.article_large_bild img
	{
		width: 510px;
		height: auto;
	}
	.article_large_bild img:hover
	{
		opacity:1.0;
	}
	.videocontainer_large_bild iframe
	{
		width: 510px;
		height: 182px;
	}
}
@media only screen and (max-width: 480px)
{
	.colored_topline_large_bild 
	{
		width: 275px;	
	}		
	.article_bg_large_bild{
		width: 275px;
		height: 240px;
		margin:5px 5px 5px 5px;
	}
	.article_large_bild{
		width: 275px;
		height: 240px;
		margin:5px 5px 5px 5px;
	}
	.article_large_bild h1
	{
		font-size: 16px;
	}
	.article_large_bild p
	{
		width:255px;
	}
	.article_large_bild img
	{
		width: 255px;
		height: auto;
	}
	.article_large_bild img:hover
	{
		opacity:1.0;
	}
	.videocontainer_large_bild iframe
	{
		width: 255px;
		height: 91px;
	}
}
/*
#####################################################################
################### Artikel backside ########################################
#####################################################################
*/
.article_large_bild_backside{
z-index:15;
position:relative;
top:0px;
left:0px;
float:left;
width: 900px;
height: 500px;
margin:10px 10px 10px 10px;
opacity:0.0;
display:none;
}

.article_large_bild_backside h1{
	position:relative;
	top:10px;
	left:5px;
	letter-spacing:0px;
	text-transform: uppercase;
	font-weight: normal;
	color:#2e2e2e;
	font-size: 22px;
	font-family:'Droid Sans','arial';
	margin:0px 0px 0px 0px;
}
.article_large_bild_backside p{
	position:relative;
	font-family: 'arial';
	font-size: 12px;
	text-decoration:none;
	line-height: 18px;
	height:18px;
	letter-spacing: 0.5px;
	color:black;
	Left: 0px;
	margin:5px 5px 5px 5px;
	opacity:1.0;
	filter: alpha(opacity = 100);/*Internet Explorer*/	
	border:none;
	white-space: nowrap;
	top: 10px;
	width:890px;


	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url( 'bindings.xml#ellipsis' );
	/* mit "bindings.xml#none" deaktivierbar*/	
}
.article_large_bild_backside_container {
	margin:5px 5px 5px 5px;	
	position:relative;
	top: 10px;
	width: 890px;
	height: 316px;
	display:none;
}
@media only screen and (max-width: 1000px)
{
	.article_large_bild_backside 
	{
		width: 590px;
		height: 370px;
		left:0px;
	}
	.article_large_bild_backside p
	{
		width: 580px;
	}
	.article_large_bild_backside_container
	{
		width: 580px;
		height: 190px;
	}
}
@media only screen and (max-width: 1000px) and (orientation : landscape)
{
	.article_large_bild_backside
	{
		width: 510px;
		height: 370px;
		margin:5px 5px 5px 5px;
	}	
	.article_large_bild_backside h1
	{
		font-size: 20px;
	}	
	.article_large_bild_backside p
	{
		width:500px;
	}	
	.article_large_bild_backside_container
	{
		width:500px;
		height: 190px;
	}
}
@media only screen and (max-width: 480px)
{
	.article_large_bild_backside_container
	{
		width:245px;
		height: 70px;
	}	
	.article_large_bild_backside p
	{
		width:260px;
	}	
	.article_large_bild_backside h1
	{
	font-size: 16px;
	}
	.article_large_bild_backside
	{
		width: 265px;
		height: 240px;
		margin:5px 5px 5px 5px;
	}
}