body, html { 
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#starfield {
    width:100%;
    height:100%;
    z-index: -1;
    position: absolute;
    left: 0px;
    top: 0px;
}

#logoStart img {
  width: 350px;
  height: auto;
    
}


#pathContainer {
  position: fixed;
  width: 100%;
  height: 100%;
}

#movingImage {
  position: absolute;
  animation: moveImage 70s steps(9000) infinite;
  z-index: -1;
}

@keyframes moveImage {
  0% {
    transform: translate(200%, -215%);
  }
  5% {
    transform: translate(160%, -157%);
  }
  10% {
    transform: translate(140%, -128%);
  }
  14.29% {
    transform: translate(120%, -100%);
  }
  28.57% {
    transform: translate(95%, -70%);
  }
  35.71% {
    transform: translate(80%, -60%);
  }
  42.86% {
    transform: translate(60%, -50%);
  }
  100% {
    transform: translate(-250%, 25%);
  }
}


@keyframes moveImage2 {
  0% {
    transform: translate(200%, -215%);
  }
  10% {
    transform: translate(160%, -157%);
  }
  20% {
    transform: translate(140%, -128%);
  }
  30% {
    transform: translate(120%, -100%);
  }
  40% {
    transform: translate(95%, -70%);
  }
  50% {
    transform: translate(80%, -60%);
  }
  60% {
    transform: translate(60%, -50%);
  }
  100% {
    transform: translate(-250%, 25%);
  }
}


@keyframes moveImage2 {
  0% {
    transform: translate(300%, -145%);
  }
  100% {
    transform: translate(-220%, 40%);
  }
}





#logoStart {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}

#venusStart {
  width: 350px;
  height: auto;
}









#logo {
    position: fixed;
    top: 0%;
    left: -20%;
    transform: translateY(-50%);
    text-align: center;
      z-index: 0;
}

#logo a {
    display: block;
    margin-bottom: 10px;
}

#logo img {
    width: 650px;
    height: auto;
}


.container {
  position: absolute;
  top: 20px;
  left: 20px;
}

@keyframes rotate {
  0% {
    transform: rotate(100deg);
  }
  100% {
    transform: rotate(460deg);
  }
}


#venus {
  animation: rotate 250s linear infinite;
  
}









#menu {
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    text-align: center;
}

#menu a {
    display: block;
    margin-bottom: 10px;
}

#menu img {
    width: 150px;
    height: auto;
}

#neustartLink {
  background-color: transparent;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
    text-decoration: none;
}

#neustartLink:hover {
  background-color: white;
  color: black;
}

button {
  background-color: transparent;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}

button:hover {
  background-color: white;
  color: black;
}



#titelbild{
       position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        text-align: center;
    }
#titelbild img {
        width: 250px;
        height: auto;
        margin: 0 10px;
    }