/* Grundlegendes Layout */
body {
  margin: 10;
  font-family: 'Segoe UI', sans-serif;
  background-color: #0f0f1a;
  color: #f0f0f0;
}

/* Header */
header {
  background: linear-gradient(90deg, #00c3ff, #7c5fff);
  padding: 20px;
  text-align: center;
  color: white;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

/* Navigation */
nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  background-color: #1a1a2e;
  padding: 10px 0;
}

nav a {
  color: #00c3ff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}

nav a:hover {
  color: white;
}

/* Hauptinhalt */
main {
  max-width: 1000px;
  margin: 40px auto;
  padding: 20px;
  background-color: #1f1f2e;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

/* Buttons */
button {
  background: linear-gradient(90deg, #00c3ff, #7c5fff);
  border: none;
  padding: 12px 24px;
  color: white;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s;
}

button:hover {
  transform: scale(1.05);
}

/* Footer */
footer {
  text-align: center;
  padding: 20px;
  background-color: #1a1a2e;
  color: #888;
  font-size: 0.9em;
}

/* Navigationsleiste */
nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #1a1a2e;
  padding: 15px 30px;
}
nav a {
    float: left;
    display: block;
    color: white;
    text-align: total;
    padding: 8px 10px; /* Reduziere das Padding, um den Navigator kleiner zu machen */
    text-decoration: none;
    font-size: 16px; /* Reduziere die Schriftgröße */
  border-radius: 8px;
  transition: border-color 0.5s ease;
  border-block-color: green;
}
nav a:hover {
    background-color: #FFFFFF;
    color: black;
}
.animated-input {
            padding: 10px;
            font-size: 16px;
            border: 2px solid #007bff;
            border-radius: 5px;
            transition: border-color 0.3s ease;
        }
.animated-input:focus {
            border-color: #0056b3;
        }
.output {
            margin-top: 20px;
            font-size: 18px;
            color: #333;
}

.content {
    padding: 15px;
    display: none; /* Verstecke alle Inhalte standardmäßig */
    width: 94%; /* Breite auf 100% der Seite setzen */
    margin: 0,6; /* Entferne Rand */
}

.content.active {
    display: block; /* Zeige nur den aktiven Inhalt */
}

h1 {
  color: white;
}
h2 {
  color: white;
}
h3 {
  color: white;
  font-weight: 500px;
}
.div {
      width: 360px;
      height: 300px;
      background: linear-gradient(135deg, #6e8efb, #a777e3);
      color: white;
      text-align: center;
      font-family: sans-serif;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
      position: relative;
      margin: 50px auto;
}
.premium {
      width: 360px;
      height: 300px;
      background: linear-gradient(to bottom, #fff9c4, #fbc02d);
      color: white;
      font-family: sans-serif;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
      position: relative;
      margin: 50px auto;
      text-align: center;
}
.diamond {
      width: 360px;
      height: 325px;
      background: linear-gradient(to bottom, #40E0D0, #87CEFA, #4682B4, #00008B);
      color: white;
      font-family: sans-serif;
      color: white;
      font-family: sans-serif;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
      position: relative;
      margin: 50px auto;
      text-align: center;
}
/* Footer */
footer {
  text-align: center;
  padding: 20px;
  background-color: #1a1a2e;
  color: #888;
  font-size: 0.9em;
}

/* Navigationsleiste */
nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #1a1a2e;
  padding: 15px 30px;
}
nav a {
    float: left;
    display: block;
    color: white;
    text-align: total;
    padding: 8px 10px; /* Reduziere das Padding, um den Navigator kleiner zu machen */
    text-decoration: none;
    font-size: 16px; /* Reduziere die Schriftgröße */
  border-radius: 8px;
  transition: border-color 0.5s ease;
  border-block-color: green;
}
nav a:hover {
    background-color: #FFFFFF;
    color: black;
}
.animated-input {
            padding: 10px;
            font-size: 16px;
            border: 2px solid #007bff;
            border-radius: 5px;
            transition: border-color 0.3s ease;
        }
.animated-input:focus {
            border-color: #0056b3;
        }
.output {
            margin-top: 20px;
            font-size: 18px;
            color: #333;
}

.content {
    padding: 15px;
    display: none; /* Verstecke alle Inhalte standardmäßig */
    width: 94%; /* Breite auf 100% der Seite setzen */
    margin: 0,6; /* Entferne Rand */
}

.content.active {
    display: block; /* Zeige nur den aktiven Inhalt */
}

h1 {
  color: white;
}
h2 {
  color: white;
}
h3 {
  color: white;
  font-weight: 500px;
}
.div {
      width: 360px;
      height: 300px;
      background: linear-gradient(135deg, #6e8efb, #a777e3);
      color: white;
      text-align: center;
      font-family: sans-serif;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
      position: relative;
      margin: 50px auto;
}
.premium {
      width: 360px;
      height: 300px;
      background: linear-gradient(to bottom, #fff9c4, #fbc02d);
      color: white;
      font-family: sans-serif;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
      position: relative;
      margin: 50px auto;
      text-align: center;
}
.diamond {
      width: 360px;
      height: 350px;
      background: linear-gradient(to bottom, #40E0D0, #87CEFA, #4682B4, #00008B);
      color: white;
      font-family: sans-serif;
      color: white;
      font-family: sans-serif;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
      position: relative;
      margin: 50px auto;
      text-align: center;
}