/* Versuchsvorschriften - eigenes Stylesheet
   Wird lokal ausgeliefert, keine externen Ressourcen. */

body {
  background-color: #f8f9fa;
}

.navbar {
  background-color: #003366 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  color: #fff !important;
  font-size: 1.2rem;
  font-weight: bold;
}

.navbar-brand:hover {
  color: #cce0ff !important;
}

.footer {
  margin-top: 60px;
  padding: 20px 0;
  border-top: 1px solid #dee2e6;
  color: #6c757d;
  font-size: 0.9rem;
  background-color: #fff;
}

.footer a {
  color: #003366;
}

.card {
  border-radius: 8px;
}

/* Aus DEGINTU uebernommene Tabellen sollen die Karten nicht sprengen */
.card-body table {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt !important;
  width: 100% !important;
  max-width: 100% !important;
  table-layout: fixed;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.card-body table td,
.card-body table th {
  font-size: 9pt !important;
  padding: 3px 5px !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.card-body table a {
  font-size: 9pt !important;
  word-break: break-all;
}

/* Anmelde- und Registrierungsformular */
.auth-card {
  max-width: 460px;
  margin: 40px auto;
}

/* Rechtstexte */
.rechtstext h2 {
  font-size: 1.35rem;
  margin-top: 2rem;
  color: #003366;
}

.rechtstext h3 {
  font-size: 1.1rem;
  margin-top: 1.5rem;
}

.rechtstext p,
.rechtstext li {
  line-height: 1.65;
}

.rechtstext table th {
  background: #003366;
  color: #fff;
}
