@charset "utf-8";
/* CSS Document */
/* by Hank Zerbolesch */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #0000ff;
}
p{
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #ffffff;
    -moz-hyphens: auto;/*Silbentrennung*/
   -o-hyphens: auto;/*Silbentrennung*/
   -webkit-hyphens: auto;/*Silbentrennung*/
   -ms-hyphens: auto;/*Silbentrennung*/
   hyphens: auto; /*Silbentrennung*/
}
a{
  color: #ff0000;
}
a:hover{
  color: #ffffff;
}
h1{
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 60px;
  line-height: 0.9;
  margin-bottom: 1em;
}
h2{
  font-family: 'Open Sans', sans-serif;
  line-height: 0.9;
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff0000;
}
nav{
  padding: 15px 15px 15px 0px;
  position: fixed;
  top: 300px;
}
nav ul li{
   list-style: none;
}
nav ul li a{
  font-size: 20px;
  color: #ffffff;
}
nav ul li a:hover{
  color: #ff0000;
}
.one{
  margin-left: 30%;
}
.two{
  margin-right: 30%;
}
mark{
  color: #ff0000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
}

.wrapper{
  width: 90%;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
}
hr{
  margin-bottom: 5em;
}
.klein{
  width: 5%;
}
.gross{
  width: 100%;
  height: auto;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





@media (min-width: 650px){
  p{
  font-size: 35px;
  color: #ffffff;
}
  nav{
  position: fixed;
  top: 450px;
}
nav ul li{
   list-style: none;
}
nav ul li a{
  font-size: 35px;
  color: #ffffff;
}
nav ul li a:hover{
  color: #ffff00;
}
  .one{
  margin-left: 40%;
}
.two{
  margin-right: 40%;
}
mark{
  color: #ffff00;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 45px;
}
h1{
  font-size: 100px;
  margin-bottom: 1em;
}
h2{
  font-size: 2.5em;
  color: #ffff00;
}

hr{
  border: 2px solid #ffffff;
  margin-bottom: 15em;
}
}




@media (min-width: 1000px){
    p{
  font-size: 45px;
  color: #ffffff;
}
  nav ul li{
   list-style: none;
}
nav ul li a{
  font-size: 45px;
  color: #ffffff;
}
nav ul li a:hover{
  color: #00ff00;
}
  .one{
  margin-left: 50%;
}
.two{
  margin-right: 30%;
}
mark{
  color: #00ff00;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 55px;
}
h1{
  font-size: 200px;
  margin-bottom: 1em;
}
h2{
  font-size: 4.5em;
  color: #00ff00;
}

hr{
  border: 3px solid #ffffff;
  margin-bottom: 25em;
}
}




@media (min-width: 1400px){
  .wrapper{
  width: 1300px;
  padding-top: 100px;
  padding-bottom: 50px;
  margin: 0 auto;
} 
  nav ul li{
   list-style: none;
}
nav ul li a{
  font-size: 50px;
  color: #ffffff;
}
nav ul li a:hover{
  color: #ff0000;
}
  .one{
  margin-left: 30%;
}
.two{
  margin-right: 30%;
}
mark{
  color: #ff0000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 65px;
}
h1{
  font-size: 300px;
  margin-bottom: 0.5em;
}
h2{
  font-size: 4.5em;
  color: #ff0000;
}

hr{
  border: 3px solid #ffffff;
  margin-bottom: 25em;
}
}