body {
margin:0;
background:black;
}
.vid {
width:100%;
height:100vh;
background: #2A7B9B;
background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
position:relative;
padding:0;
display:flex;
align-items:center;
justify-content:center;

}
.game {
margin-left:auto;
margin-right:auto;
margin-top:50px;
width:1200px;
height:664px;
overflow:hidden;
border:2px solid green;
position:absolute;
z-index:1;
}
.back-video {
position:absolute;
right:0;
bottom:0;
z-index:-1;
}

@media (min-aspect-ratio:16/9) {
	.back-video {
	width:100%;
	height:auto;
	}
}

@media (max-aspect-ratio:16/9) {
	.back-video {
	width:auto;
	height:100%;
	}
}
.logo {
display:none;
position:absolute;
//left:0;
top:5px;
z-index:2;
}

.eiframe{
width:1200px;
height:800px;
}

.knopf {
margin:auto;
background:red;
color:white;
width:200px;
padding:5px;
min-height:50px;
line-height:50px;
border-radius:5px;
}
.headline {
width:60%;
margin-left:auto;
margin-right:auto; 
margin-bottom:20px
}
.subhead {
padding:3px;
border:solid 1px red;
max-width:200px;
margin-left:auto;
margin-right:auto;
margin-top:5px;
}
input[type=button], input[type=submit], input[type=reset] {
  background-color: #b00000;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
font-size:24px;
border-radius:5px;
margin-top:100px;
}
input[type="text"] {
  width: 200px; min-width: 160px; 
  box-sizing: border-box;
  padding: 8px;
  outline: none;
	color:#b00000;
	font-size:18px;
text-align:center;
}
.romy {
position:absolute;
width:80%;
max-width:1199px;
height:auto;
//margin-left:5%;
//margin-top:50px;
border:1px solid #916a16;
padding:20px;
}

#coverROMY {
background:black;
z-index:200;
position:absolute;
width:80%;
max-width:1199px;
height:auto;
//margin-left:5%;
margin-top:-900px;
border:1px solid #916a16;
padding:20px;
}
.backblack {
background:black;
color:red;
}

#bannerauswertung {
width:80%;
border-radius:20px;
margin-left:10%;
height:40px;
position:absolute;
margin-top:250px;
background: #7d001b;
background: linear-gradient(0deg, rgba(125, 0, 27, 1) 0%, rgba(247, 72, 72, 1) 50%, rgba(125, 0, 27, 1) 100%);
font-family: "Arial";
font-weight: 400;
font-style: normal;
line-height:40px;
display:none;
z-index:16;
}

