.bild_bg_large{
z-index:16;
position:relative;
float:left;
width: 920px;
height: 500px;
background: rgba(255, 255, 255, 1.0); 
margin:5px 5px 5px 5px;
}
.bild_large{
z-index:17;
position:relative;
float:left;
width: 920px;
height: 500px;
margin:0px 0px 0px 0px;
}

.bild_large img{
	margin:0px 0px 0px 0px;	
	position:relative;
	top: 0px;
	width: 920px;
	height: 500px;
	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 */
}
.bild_large img:hover{

}
.videocontainer_large iframe
{
	margin:0px 0px 0px 0px;	
	position:relative;
	top: 0px;
	width: 920px;
	height: 500px;
	/*
	max-width: 580px;
	height: auto;	
	*/
	border: 0;
}
@media only screen and (max-width: 1000px)
{
	.bild_bg_large
	{
		width: 610px;
		height: auto;
	}
	.bild_large
	{
		width: 610px;
		height: auto;
	}
	.bild_large img
	{
		width: 610px;
		height: auto;
	}
	.videocontainer_large iframe
	{
		width: 610px;
		height: auto;
	}
}
@media only screen and (max-width: 1000px) and (orientation : landscape)
{
	.bild_bg_large
	{
		width: 610px;
		height: auto;
	}
	.bild_large
	{
		width: 610px;
		height: auto;
	}
	.bild_large img
	{
		width: 610px;
		height: auto;
	}
	.videocontainer_large iframe
	{
		width: 610px;
		height: auto;
	}
}
@media only screen and (max-width: 480px)
{
	.bild_bg_large
	{
		width: 300px;
		height: auto;
	}
	.bild_large
	{
		width: 300px;
		height: auto;
	}
	.bild_large img
	{
		width: 300px;
		height: auto;
	}
	.videocontainer_large iframe
	{
		width: 300px;
		height: auto;
	}
}