/* Marvin Rausch */

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, pre, code, blockquote {
	margin:0;
	padding:0;
	border-width:0;
	z-index: 1;
}

/**/

.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 {
	color: #E1F140;
	position: relative;
	width: 100vw;
	height: 100vh;
	display:flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	text-shadow: 0px 0px 9px #000000;
		
}
body {
	
		
}
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;
	
}

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:#FFFFFF;
	font-family: Helvetica, Arial, "sans-serif";
	font-size:60px;
	font-style: oblique;
	font-weight: bolder;
	margin-top:-20%;
	margin-left:30%;
	margin-right:auto;
	margin-bottom:20px;
	text-shadow: 0px 0px 7px #000000;	
	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;
}
