html {
    height: 10%;
    background: rgb(0, 0, 0);
  }
  
  body {
    margin: 0;
    font-family: Arial, sans-serif;
  }
  
  video#myVideo {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    opacity: 40%;
    transform: translateX(-50%) translateY(-50%);
    
  }

  .container {
    position: relative;
    height: 100vh;

  }
  
  .logo-container {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25%;
    height: auto;
    z-index: 12;
  }

  .logo-container img {
    width: 100%;
    height: auto;
  }
  
  .social-icons {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 70%; /* Adjust this value to control the vertical position */
    left: 50%;
    transform: translateX(-50%);
    z-index: 12;
  }
  
  .social-icons img {
    width: 4vw; /* 5% der Bildschirmbreite */
    height: auto; /* Höhe */
    margin: 0 1vw; /* zwischen den Icons */
    z-index: 12;
  }
  
  
  @media (max-width: 768px) {
    .social-icons {
      top: 60%; 
    }
    .social-icons img {
      width: 10vw; 
      height: auto; /* Höhe */
      margin: 0 0.5vw;
    }
  }


.header-bild{
  position: fixed;
  top: 0;
  z-index: 10;
}

.header-text{
  position: fixed;
  top: 0;
  color: white;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  z-index: 11;
}

.footer-bild{
  position: fixed;
  Bottom: -20px;
  z-index: 10;
}

.footer-text{
  position: fixed;
  Bottom: 10px;
  color: cyan;
  right: 15px;
  font-size: 15px;
  z-index: 12;
}

@media (max-width: 1500px) {
  .header-text{
    top: 0px;
    font-size: 25px;
  }
}

@media (max-width: 1200px) {
  .header-text{
    top: -10px;
    font-size: 20px;
  }
}

.Rules{
  position: absolute;
  left: 22.5%;
  width: 55%;
  top: 17%;
  bottom: 20%;
}

.Rules-Text{
  text-align: justify;
  color: cyan;
  font-size: 18px;  
  z-index: 9;

}

.Whitelist{
  position: absolute;
  left: 22.5%;
  width: 55%;
  top: 15%;
  bottom: 20%;
}
.Whitelist-Text{
  text-align: justify;
  color: cyan;
  font-size: 25px;  
  z-index: 9;
}

.message {
  display: none;
  margin-top: 10px;
  color: magenta;
  font-weight: bold;
}

.Whitelist-Text h3{
  color: magenta;
}

strong{
  color: magenta;
}

p{
  margin-top: 7px;    /* Oberer Abstand */
  margin-bottom: 7px; /* Unterer Abstand */

}

hr{
  color: magenta;

}

h3{
  color: cyan;
  font-weight: 700;

}

h4{
  color: magenta;

}

.Wichtig{
  color: magenta;
  font-size: 27;
  font-weight: 600;
}

.header-menu{
  z-index: 11;
}

.image1{
  position: fixed;
  top: 0px;
  right: -150px;
  font-size: 15px;
  z-index: 11;
}
.image2{
  position: fixed;
  top: 51px;
  right: -150px;
  font-size: 15px;
  z-index: 11;
}
.image3{
  position: fixed;
  top: 102px;
  right: -150px;
  font-size: 15px;
  z-index: 11;
}

.image1:hover{
  right: 0px;
  z-index: 11;
}
.image2:hover{
  right: 0px;
  z-index: 11;

}
.image3:hover{
  right: 0px;
  z-index: 11;

}

.impressum{
  position: absolute;
  left: 25%;
  width: 50%;
  top: 25%;
  height: 50;
  bottom: 20%;
  text-align: center;
  color: cyan;
  font-size: 25px;  
  z-index: 9;
}



