body, div, dl, dt, dd, h1, h2, h3, h4, h5, p, pre, code, blockquote {
	margin:0;
	padding:0;
	border-width:0;
	z-index: 1;
	font-size:20px;
}



/**/

.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;	
	
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center; 
	overflow: hidden;
	
	z-index: -1	
}

.section {
	position: relative;
	width: 100vw;
	height: 100vh;
	display:flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
		
}
body {
	
		
	color: #4CD753;
	text-align: center;
	font-family: Helvetica, Arial, "sans-serif";
	font-size:20px;
	top: 0px;
	position: absolute;

}

h6 {color: #D9E4D9;
	text-align: center;
	font-family: Helvetica, Arial, "sans-serif";
	font-size:10px;
	
	
}


header {
	
	color: #131313;
	text-align: center;
	font-family: Helvetica, Arial, "sans-serif";
	font-size:20px;
	top: 0px;
	position: absolute;
   
    width: 100%;
    height: 50px;
    background: repeating-conic-gradient(silver 0deg, white 45deg, silver 90deg);
    left: 0px;
	z-index: 2;
	
}

.tage {
	color: #D9E4D9;
	text-align: center;
	font-family: Helvetica, Arial, "sans-serif";
	font-size:15px;
	
}

div.Einfacher-Textrahmen {
	border-style:solid;
}
p.Einf--Abs- {
	
	font-family: Helvetica, Arial, "sans-serif"serif;
	color:#ff0000;
	font-size:40px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.2;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	orphans:1;
	page-break-after:auto;
	page-break-before:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	widows:1;
	
}
	#url {
	color:#fff000;
	font-family: Helvetica, Arial, "sans-serif";
	font-size:60px;
	margin-top:-20%;
	margin-left:30%;
	margin-right:auto;
	margin-bottom:20px;
	border: 0px solid #EC0F13; 
	z-index: 1;
}
footer {
    	
	color: #131313;
	text-align: center;
	font-family: Helvetica, Arial, "sans-serif";
	font-size:20px;
	position: absolute;
    bottom: -00px;
    width: 100%;
    height: 50px;
    background: repeating-conic-gradient(silver 0deg, white 45deg, silver 90deg);
    left: 0px;
	z-index: 2;
}
/*
a:link { background-color: thistle }
a:visited { background-color: lavender }
a:hover { background-color: pink } 
a:focus { background-color: aquamarine; color: black }
a:active { background-color: oldlace }
a:visited:hover{background-color:gray;color:white }


a 	{
	text-alagin: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-position: center;
	text-align: center;
	clear: left;
	float: left;
	height: 20px;
	width: 140px;
	color: #000000;
	}
	*/

a:link {
	text-alagin: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	background-position: center;
	text-align: center;
	display: inline;
	clear: left;
	float: left;
	line-height: 20px;
	white-space: nowrap;
	height: 20px;
	width: 140px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #ffff00;
	
}

	
a:hover {
	font-size: 14px;
	color: #D7DC1C;
	background-color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	width: 140px;
	line-height: 20px;
	background-color: #052DE8;
	}
