@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
#player-overlay {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 100%;
	height: 100%;

	z-index: 999;
}
iframe {
	width: 100%;
	min-height: 180px;
}
#videobereich {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}	
.videoextern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
