body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: "SUSE Mono", sans-serif;
  background: #001830;
  overflow-x: hidden;
  position: relative;
}

.grid-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 50px 50px;
  background-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  z-index: -2;
}

.light-effect {
  position: fixed;
  pointer-events: none;
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.30) 0%,
    rgba(255, 255, 255, 0) 60%
  );
  transform: translate(-50%, -50%);
  z-index: 99999;
  opacity: 1;
  mix-blend-mode: screen;
  will-change: transform;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 24, 48, 0.3),
    rgba(0, 24, 48, 0.7)
  );
  z-index: -1;
}

.star:nth-child(3) {
  left: 30%;
  top: 25%;
  animation: twinkle 3.5s infinite 1.5s;
}
.star:nth-child(4) {
  left: 40%;
  top: 60%;
  animation: twinkle 4s infinite 2s;
}
.star:nth-child(5) {
  left: 50%;
  top: 30%;
  animation: twinkle 3s infinite 0s;
}
.star:nth-child(6) {
  left: 60%;
  top: 70%;
  animation: twinkle 3.5s infinite 1s;
}
.star:nth-child(7) {
  left: 70%;
  top: 45%;
  animation: twinkle 4s infinite 2s;
}
.star:nth-child(8) {
  left: 80%;
  top: 15%;
  animation: twinkle 3s infinite 0.5s;
}
.star:nth-child(9) {
  left: 90%;
  top: 50%;
  animation: twinkle 3.5s infinite 1.5s;
}
.star:nth-child(10) {
  left: 15%;
  top: 80%;
  animation: twinkle 4s infinite 1s;
}
.star:nth-child(11) {
  left: 25%;
  top: 65%;
  animation: twinkle 3s infinite 2s;
}
.star:nth-child(12) {
  left: 55%;
  top: 85%;
  animation: twinkle 3.5s infinite 0s;
}
.star:nth-child(13) {
  left: 75%;
  top: 75%;
  animation: twinkle 4s infinite 1.5s;
}
.star:nth-child(14) {
  left: 85%;
  top: 35%;
  animation: twinkle 3s infinite 1s;
}
.star:nth-child(15) {
  left: 45%;
  top: 95%;
  animation: twinkle 3.5s infinite 0.5s;
}
.container {
  position: absolute;
  top: 16px;
  right: 16px;
  left: 16px;
  font-size: 28px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 1;
}

.scroll-nav {
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  height: 70px;
  background: rgba(0, 24, 48, 0.95);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  transition: top 0.3s;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  overflow: visible;
}

.scroll-nav.visible {
  top: 0;
}

.scroll-nav .logo img {
  height: 50px;
  border-radius: 5px;
}

.scroll-nav .title {
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.scroll-nav .nav-links {
  display: flex;
  gap: 20px;
}

.scroll-nav .nav-links a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s;
}

.scroll-nav .nav-links a:hover {
  color: #66a3ff;
}
.menu-link {
  color: #ffffff;
  text-decoration: none;
  margin-left: 16px;
  transition: color 0.3s;
}
.menu-link:hover {
  color: #66a3ff;
}
.MODERNA-LOGOmini {
  height: 100px;
  border-radius: 10px;
}
.überschrift {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 300px;
  color: #ffffff;
  font-size: 64px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  padding-bottom: 20px;
}

.überschrift::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20%;
  right: -20%;
  height: 2px;
  background: transparent;
  border-radius: 50%;
  box-shadow: 0 0 8px #fff;
  background-image: linear-gradient(
    to right,
    transparent,
    transparent 20%,
    #fff 50%,
    transparent 80%,
    transparent
  );
  transform: perspective(100px) rotateX(30deg);
  opacity: 0.7;
}
.video {
  position: absolute;
  width: 560px;
  height: 315px;
  left: 50%;
  transform: translateX(-50%);
  top: 400px;
  border: 5px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.content-wrapper {
  position: relative;
  top: 400px;
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 1;
}

.description-box {
  background: linear-gradient(135deg,
    #ff3b3b 0%,
    #ff7a3b 20%,
    #ffd13b 40%,
    #3bffb5 60%,
    #3b6bff 80%,
    #8a2be2 100%);
  background-size: 600% 600%;
  animation: gradientShift 15s ease infinite; /* langsamer */
  padding: 25px;
  border-radius: 15px;
  width: 65%;
  flex-shrink: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: #000000;
}

.description-box h1 {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #000000;
  text-align: center;
  z-index: 1;
}

.description-box h2 {
  font-size: 1.3em;
  margin-top: 20px;
  margin-bottom: 12px;
  color: #000000;
  z-index: 1;
}

.description-box p {
  margin-bottom: 12px;
  line-height: 1.5;
  font-size: 0.95em;
  z-index: 1;
}

.description-box .slogan {
  text-align: center;
  z-index: 1;
}

.impressum-wrapper {
  top: 200px;
}

.impressum-box {
  width: 50%;
  max-width: 800px;
}

.impressum-box h2 {
  color: #001830;
  margin-top: 30px;
  font-size: 1.2em;
}

.impressum-box p {
  margin-left: 20px;
}

.discord-section {
  margin-top: 40px;
  text-align: center;
}

.pillar {
  margin: 25px 0;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  z-index: 1;
}

.conclusion {
  text-align: center;
  margin-top: 30px;
  font-size: 1.1em;
  z-index: 1;
}

.button-box {
  background-color: rgba(255, 255, 255, 0.92);
  padding: 30px;
  border-radius: 15px;
  width: 25%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.pdf-button {
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  color: #000000;
  padding: 20px 25px;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pdf-button:hover {
  background-color: #f0f0f0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
}

.impressum-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 500px;
  background-color: #ffffff;
  color: #000000;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.impressum-button:hover {
  background-color: #f0f0f0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
  transform: translateX(-50%) scale(1.05);
}

/* Tablet-Ansicht */
@media screen and (max-width: 1024px) {
  .container {
    padding: 10px;
  }
  .MODERNA-LOGOmini {
    height: 80px;
  }
  .überschrift {
    font-size: 48px;
    top: 250px;
  }
  .description-box {
    width: 85%;
    padding: 20px;
    top: 350px;
  }
  .description-box h1 {
    font-size: 1.6em;
  }
  .description-box h2 {
    font-size: 1.2em;
  }
  .pdf-button {
    top: 950px;
    font-size: 24px;
    padding: 18px 36px;
  }
}
.container {
  padding: 10px;
}
.MODERNA-LOGOmini {
  height: 80px;
}
.überschrift {
  font-size: 48px;
  top: 250px;
}
.video {
  width: 80vw;
  height: 45vw;
  max-width: 560px;
  max-height: 315px;
  top: 350px;
}
.pdf-button {
  top: 350px;
  font-size: 20px;
  padding: 12px 25px;
}
.impressum-button {
  top: 450px;
  font-size: 20px;
  padding: 12px 25px;
}

/* Handy-Ansicht */
@media screen and (max-width: 600px) {
  .container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .MODERNA-LOGOmini {
    height: 60px;
  }
  .menu-link {
    margin: 0 8px;
    font-size: 20px;
  }
  .scroll-nav {
    display: none;
  }
}
.überschrift {
  font-size: 36px;
  text-align: center;
  width: 90%;
  top: 200px;
}
.content-wrapper {
  flex-direction: column;
  align-items: center;
  top: 300px;
  margin-bottom: 40px;
}
.description-box {
  width: 85%;
  order: 1;
}
.button-box {
  width: 85%;
  order: 2;
  margin-top: 20px;
}
.video {
  width: 90vw;
  height: 50.625vw;
  top: 300px;
  border-width: 3px;
}
.pdf-button {
  font-size: 18px;
  padding: 10px 20px;
  width: 100%;
}
.impressum-button {
  font-size: 18px;
  padding: 10px 20px;
  width: 100%;
}
.discord-button {
  font-size: 18px;
  padding: 10px 20px;
  width: 100%;
}
@keyframes gradientShift {
  0%   { background-position: 100% 0%; }
  50%  { background-position: 0% 100%; }
  100% { background-position: 100% 0%; }
}