

@media (max-width: 1000px) {
	.responsive_iframe_video iframe {position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: 100%;} 
	.responsive_iframe_video {position: relative; overflow: hidden; width: 100%; padding-top: 56.25%;}
	
	.col-md-8 .responsive_iframe_video iframe,
	.col-md-12 .responsive_iframe_video iframe{
		width: 100% !important;
	}	
	
	.col-md-4 .responsive_iframe_video iframe{
		height: 100% !important;
	}
}

@media (max-width:1600px) { 
	
	.col-md-6 .responsive_iframe_video iframe, 
	.col-md-4 .responsive_iframe_video iframe{
		width: 100% !important;
	}	
	
	.col-md-4 .responsive_iframe_video iframe{
		height: 200px;
	}
	
	.col-md-3 .responsive_iframe_video iframe{
		width: 100% !important;
		height: 100%;
	}
}


@media (min-width:1600px) { 
	.startseite .responsive_iframe_video iframe {min-width: 800px;} 
	
	.col-md-4 .responsive_iframe_video iframe {
		width: 100% !important;
		height: 230px;
	}	

	.col-md-3 .responsive_iframe_video iframe {
		width: 90% !important;
		height: 100%;
	}
}


.responsive_iframe_video + .pic-absatz-content{
	margin-top: 20px;
}

@media (max-width: 1023px){
	.responsive_iframe_video.youtube-player{
		/*padding-top: unset !important;*/
		padding-bottom: unset !important;
		/*height: 188px !important;*/
	}
}