@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	height:100%;
	margin:0px;
	padding:0px;
}

p, li, a, div {
	font-family: 'Abel', sans-serif;
	font-size:1rem;
	color:rgba(255,255,255,1);
	margin:0px;
}

form, input {
	font-family: 'Abel', sans-serif;
	font-size:1rem;
	color:rgba(0,0,0,1);
	margin:0px;
}

div {
	margin:0px;
	padding:0px;
}

a {
	font-size:1rem;
	color:#fff;
	text-decoration: none;
}

a:link {
	font-size:1rem;
	color:#fff;
	text-decoration: none;
}

a:visited {
	color:#fff;
	text-decoration: none;
}

a:hover {
	color: #999;
}

a:active {
	color:#fff;
	text-decoration: none;
}

#videobereich {
    background-color: orange;
    position: relative;
    height: 0;
	margin-left:12px;
	margin-right:12px;
    padding-bottom: 56.25%;
}	
.videoextern {
    background-color: yellow;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}