@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 100%;
}

img, object, embed, video {
	max-width: 100%;
}

.clearfloat { /* Diese Klasse kann einem <br />-Tag oder einem leeren Blockelement als abschließendes Element nach dem letzten schwebenden Block (innerhalb von .container) zugewiesen werden, wenn die Fußzeile entfernt oder aus .container verschoben wird. */
	clear: both;
	height: 0;
	font-size: 0px;
	line-height: 0px;
}

.embbed-container {
	position: relative;
	padding-bottom: 32%; /* ratio 16x9 */
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
	/* [disabled]background-color: rgba(255,0,255,1); */
	margin-right: auto;
	margin-left: auto;
	max-width: 1450px;
}
.embbed-container iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}
