.dropbtn {
  background-color: #0ff;
  color: black;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 0 15px #0ff, 0 0 30px #0ff, 0 0 50px #0ff;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.dropdown-content a:hover {
  background-color: #0ff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: red;
}

#anzeigebild {
    width: 90vw;
  max-height: 80vh;
  display: block;
  margin: 30px auto;
  border: 5px solid #0ff;
  box-shadow: 0 0 15px #0ff, 0 0 30px #0ff, 0 0 50px #0ff;
}



/* Lightbox */

 body {
      font-family: Arial, sans-serif;
      background: #000;
      color: #e0e0e0;
      margin: 0;
      padding: 20px;
    }
    h2 {
      color: #f9f002;
      border-bottom: 1px solid #f9f002;
      padding-bottom: 5px;
    }
    .gallery {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
    }

    .thumb {
      width: 180px;
      height: 120px;
      object-fit: cover;
      cursor: pointer;
      border: 2px solid #0ff;
      box-shadow: 0 0 10px #0ff;
      transition: transform 0.2s;
    }

    .thumb:hover {
      transform: scale(1.05);
    }

    .lightbox {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.85);
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    .lightbox img {
      max-width: 90%;
      max-height: 90%;
      border: 3px solid #0ff;
      box-shadow: 0 0 30px #0ff;
    }
    
    
    /* allgemein */
    
     body {
      font-family: Arial, sans-serif;
      background: #000;
      color: #e0e0e0;
      margin: 0;
      padding: 20px;
    }
    h2 {
      color: #f9f002;
      border-bottom: 1px solid #f9f002;
      padding-bottom: 5px;
    }
    .glow-cyan {
    color: #0ff; /* Cyan */
    text-shadow: 0 0 5px #0ff, 0 0 10px #0ff, 0 0 20px #0ff;
}
    table {
      width: 100%;
      border-collapse: collapse;
      margin: 10px 0;
    }
    th, td {
      border: 1px solid #0ff;
      box-shadow: 0 0 8px #0ff;
      padding: 8px;
      text-align: center;
    }
    th {
      background-color: #000;
    }
    .status-yes { color: limegreen; }
    .status-no { color: crimson; }
    
 .tabs {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 1em;
    }
    .tabs button {
      background: #1a1a1a;
      color: #ccc;
      border: none;
      padding: 10px 15px;
      cursor: pointer;
      margin-right: 5px;
      border-radius: 4px 4px 0 0;
      font-size: 18px; /* 👈 Hier definierst du die Größe */
    }
    .tabs button.active {
      background: #f9f002;
      color: #000;
    }
    .tab-content {
      display: none;
      background: #000;
      padding: 20px;
      border-radius: 0 4px 4px 4px;
    }
    .tab-content.active {
      display: block;
    }


/* Skills */

 section.cyberpunk {
      margin-bottom: 40px;
      padding: 20px;
      background-color: #f9f002;
      border: 1px solid #0ff;
      border-radius: 10px;
      box-shadow: 0 0 15px #0ff3;
    }

    h2.cyberpunk {
      color: #000;
      text-shadow: 0 0 10px #f9f002;
      font-size: 1.5em;
      margin-bottom: 15px;
    }

    ul.steps {
      display: flex;
      justify-content: space-between;
      list-style: none;
      padding: 0;
      margin: 0;
      position: relative;
      counter-reset: level;
    }

    ul.steps::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 5%;
      right: 5%;
      height: 4px;
      background: #0ff4;
      z-index: 0;
      transform: translateY(-50%);
    }

    ul.steps li {
      flex: 1;
      text-align: center;
      padding: 10px;
      margin: 0 5px;
      border-radius: 8px;
      background-color: #000;
      box-shadow: 0 0 6px #0ff;
      color: #0ff; /* gut sichtbar auf #222 */
      font-size: 0.95em;  /* Größer für bessere Lesbarkeit */
      font-weight: 600;   /* Halb-fett für bessere Sichtbarkeit */
      position: relative;
      z-index: 1;
      counter-increment: level;
      transition: transform 0.2s ease, box-shadow 0.3s ease;
    }

    ul.steps li::before {
      content: "Lv " counter(level);
      display: block;
      font-size: 0.8em;
      color: #888;
      margin-bottom: 4px;
    }

    ul.steps li.current {
      background-color: #0ff;
      color: #000;
      font-weight: bold;
      font-size: 18px;
      box-shadow: 0 0 10px #0ff, 0 0 20px #0ff;
      transform: scale(1.05);
    }

    ul.steps li:hover {
      transform: scale(1.08);
      box-shadow: 0 0 12px #0ff, 0 0 24px #0ff;
      cursor: pointer;
    }
    
    /* npc */
/* --- */
/* Grid-Layout */
.npc-grid {
  display: grid;
  /* Mit repeat(4, 1fr) erzwingst du 4 Spalten, solange genug Platz ist.
     Für Responsivität nutzen wir Media Queries. */
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem; /* Abstand zwischen den Karten */
  padding: 2rem;
  max-width: 1200px; /* Begrenze die maximale Breite, damit es auf großen Bildschirmen nicht zu breit wird */
  margin: 0 auto; /* Zentriert den Grid-Container */
}

/* --- */
/* Responsive Anpassungen */
@media (max-width: 1024px) {
  .npc-grid {
    grid-template-columns: repeat(3, 1fr); /* 3 Spalten auf Tablets */
  }
}

@media (max-width: 768px) {
  .npc-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 Spalten auf kleineren Tablets */
  }
}

@media (max-width: 480px) {
  .npc-grid {
    grid-template-columns: 1fr; /* 1 Spalte auf Mobiltelefonen */
    padding: 1rem;
  }
}

/* --- */
/* Karten-Design */
.npc-card {
  background: #111;
  border: 2px solid #0ff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px #0ff5;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.npc-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px #0ff;
}

/* --- */
/* Bild-Container */
.npc-img-container {
  /* Setze eine feste Höhe für den Container oder ein aspect-ratio hier,
     um alle Bildbereiche gleich hoch zu machen,
     egal welches Bild drin ist. */
  width: 100%;
  height: 250px; /* Beispielhöhe: Du kannst dies anpassen */
  /* Oder nutze aspect-ratio: */
  /* aspect-ratio: 4/5; */
  overflow: hidden;
  position: relative; /* Wichtig für die Positionierung des Bildes */
}

/* --- */
/* Bild */
.npc-img-container img {
  width: 100%;
  height: 100%;
  /* Mit object-fit: cover; wird das Bild zugeschnitten, um den Container auszufüllen.
     So passen auch unterschiedliche Formate. */
  object-fit: cover;
  display: block;
}

/* --- */
/* Info-Bereich */
.npc-info {
  padding: 1rem;
  color: #0ff;
  font-family: monospace;
  background-color: #000a;
  flex-grow: 1; /* Lässt den Info-Bereich den restlichen Platz einnehmen */
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Zentriert den Inhalt vertikal */
  align-items: center; /* Zentriert den Inhalt horizontal */
}

.npc-info h3 {
  margin: 0;
  font-size: 1.2rem;
}

.npc-info p {
  margin: 0.5rem 0 0;
  font-size: 0.9rem;
  opacity: 0.8;
}
/* Modal-Container (Pop-up-Hintergrund) */
.modal {
  display: none; /* Wichtig: Standardmäßig versteckt */
  position: fixed; /* Bleibt an Ort und Stelle, auch beim Scrollen */
  z-index: 1000; /* Sorgt dafür, dass es über allem anderen liegt */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Scrollt, wenn der Inhalt zu lang ist */
  background-color: rgba(0, 0, 0, 0.8); /* Dunkler, transparenter Hintergrund */
  backdrop-filter: blur(5px); /* Macht den Hintergrund unscharf */
  -webkit-backdrop-filter: blur(5px); /* Für Safari */
  animation: fadeIn 0.3s ease-out; /* Einblend-Animation */
}

/* Modal-Inhalt (die Box selbst) */
.modal-content {
  background-color: #1a1a1a;
  color: #0ff;
  font-family: monospace;
  margin: 10% auto; /* Zentriert die Box vertikal */
  padding: 30px;
  border: 2px solid #0ff;
  border-radius: 15px;
  width: 70%; /* Breite auf 90% des Bildschirms */
  max-width: 500px; /* Begrenzt die maximale Breite */
  position: relative; /* Wichtig für den Schließen-Button */
  box-shadow: 0 0 25px #0ff;
  animation: zoomIn 0.3s ease-out; /* Zoom-Animation */
}
/* modalbox */
