/* ==================================================
   RADIKAL REDUZIERTES DESIGN
   Vorgaben: Georgia, rot, max. 2 Schriftgrößen
   ================================================== */

/* ---------- Grundlayout ---------- */

/* rechter Navigationsbereich komplett weg */
#header,
#titleBar {
  display: none !important;
}

/* Content wieder volle Breite */
#wrapper {
  padding-right: 0 !important;
}

/* ---------- Typografie ---------- */

body,
input,
select,
textarea {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: bold;
  color: #ff0000;
  background: #ffffff;
  font-size: 15px; /* Größe 1 */
  line-height: 1.6;
}

/* Überschriften = zweite (und letzte) Schriftgröße */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: bold;
  color: #ff0000;
  font-size: 20px; /* Größe 2 */
  line-height: 1.4;
}

/* keine Sonderfarben */
a {
  color: #ff0000;
  border: none;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
}

/* ---------- Abstände minimal ---------- */

p {
  margin-bottom: 1.2em;
}

/* ---------- Bilder neutral ---------- */

.image img {
  border-radius: 0;
}

/* ---------- Tabellen ---------- */

table,
table th,
table td {
  color: #ff0000;
  background: #ffffff;
  border-color: #ff0000;
}

/* ---------- Buttons ---------- */

button,
.button,
input[type="submit"],
input[type="button"] {
  background: #ffffff;
  color: #ff0000;
  border: 2px solid #ff0000;
  font-family: Georgia, seri


/* ---------- header.major strikt rot & Georgia ---------- */

header.major h2,
header.major p {
  font-weight: bold;
  font-family: Georgia, "Times New Roman", serif;
  color: #ff0000;
}

/* Schriftgrößenregel: max. zwei Größen */
header.major h2 {
  font-size: 20px; /* Überschrift-Größe */
}

header.major p {
  font-size: 15px; /* Text-Größe */
}

/* ==================================================
   ZWINGEND: header.major ROT
   ================================================== */

/* h2 im major-Header */
#main header.major h2 {
  color: #ff0000 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: bold;
  font-size: 20px;
}

/* p direkt nach h2 im major-Header */
#main header.major h2 + p {
  color: #ff0000 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: bold;
  font-size: 15px;
}

/* ==================================================
   ERZWINGT ROT FÜR header.major (ENDGÜLTIG)
   ================================================== */

/* Überschrift */
#main header.major h2 {
  color: #ff0000 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: bold !important;
  font-size: 20px !important;
}

/* Absatz unter der Überschrift */
#main header.major h2 + p {
  color: #ff0000 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: bold !important;
  font-size: 15px !important;
}

.table-wrapper {
  overflow-x: auto;
  width: 100%;
}

table {
  min-width: 500px; /* verhindert kaputte Spalten */
}
