body {
  background-color: #282828;
  margin: 5px;
}
.video_haupt {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  display: block;
    margin-left: auto;
    margin-right: auto;
  width: 90%;
  height: 90%;
}

.video_haupt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:90%;
}

.video {
  position: relative;

  padding-bottom: 56.25%;
  margin-bottom: inherit;
  height: 0;
  overflow: hidden;
  display: block;
    margin-left: auto;
    margin-right: auto;
  width: 90%;
  height: 90%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:90%;



}
.responsive {
  width: 100%;
  height: auto;
  padding-bottom:10px;
}

  h1 {
    font-family: 'Bebas Neue';
    font-size: 120pt;
letter-spacing: 0.17em;
text-align: center;
color: white;
width: 100%;
height: auto;
margin: 0;
  }

p {
  font-family: 'Bebas Neue';
  font-size: 20pt;
  letter-spacing: 0.17em;
  color: white;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;

}
.text1 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
