body {
    background-image: none; 
    background-color: transparent !important;
    color: black;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: 1.2em;
    line-height: 2;
}
.container-header {
    background-image: none;
    background-color: rgb(230, 231, 233);
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.3);
}
.container-header .grid-child {
    padding: .5em;
    justify-content: center !important;
}
.container-header .container-nav {
    text-transform: uppercase;
}
.container-header .navbar-toggler {
    color: #000000;
    cursor: pointer;
    border: 1px solid #812323;
    font-size: 1.6em;
}
.metismenu.mod-menu .metismenu-item {
    flex-wrap: wrap;
    align-items: center;
    padding: .5em 1em;
    font-size: 1.4rem;
    line-height: 1.5;
    display: flex;
    color: black;
}
.navbar-toggler {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.footer {
    background-image: none;
    background-color: rgb(230, 231, 233);
    color: black;
}
h1, .h1 {
    font-weight: 300;
    font-size: 1,6em;
    text-transform: uppercase;
}
h2, .h2 {
    font-weight: 300;
    font-size: 1.2em;
    text-transform: uppercase;
}
h3, .h3 {
    font-weight: 200;
    font-size: 1.6em;
    text-transform: uppercase;
}
/* Container & Überschrift (auf Fließtext / volle Breite angepasst) */
.sys-container {
  width: 100%;
  margin: 0;
  padding: 10px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #333333;
}

.sys-main-title {
  text-align: left; /* Auf Wunsch "center", falls die Überschrift zentriert bleiben soll */
  color: #0b3c5d;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 35px;
}

/* Grid & Zeilen-Layout */
.sys-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.sys-row {
  background-color: #f8f9fa;
  border-left: 5px solid #0b3c5d;
  border-radius: 6px;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
  box-sizing: border-box;
}

/* Responsive Ansicht ab Tablet/Desktop */
@media (min-width: 768px) {
  .sys-row {
    grid-template-columns: 280px 200px 1fr;
    gap: 25px;
  }
}

/* Titel-Spalte */
.sys-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #111111;
  line-height: 1.3;
}

.sys-subtitle {
  font-size: 0.85rem;
  color: #777777;
  font-style: italic;
  margin-top: 4px;
}

/* Status-Badge */
.sys-badge {
  display: inline-block;
  background-color: #e9ecef;
  color: #495057;
  padding: 10px 18px;
  border-radius: 20px;
  font-size: 0.88rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}
.sys-badge2 {
  display: inline-block;
  background-color: #e9ecef;
  color: #495057;
  padding: 6px 6px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.3;
}
.sys-badge small {
  font-weight: 400;
  font-size: 0.8rem;
  color: #6c757d;
}

/* Services-Liste */
.sys-services-col ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: disc;
}

.sys-services-col li {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444444;
  margin-bottom: 6px;
}

.sys-services-col li:last-child {
  margin-bottom: 0;
}

.sys-services-col strong {
  color: #111111;
  font-weight: 700;
}
/* Äußerer blauer Hintergrundbereich */
.maint-box {
  background-color: #ebf3fa;
  border-radius: 8px;
  padding: 40px 30px;
  margin-top: 35px;
  margin-bottom: 35px;
  width: 100%;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Titel & Einleitung textlich zentrieren */
.maint-title {
  color: #0b3c5d;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}

.maint-intro {
  text-align: center;
  color: #444444;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.maint-intro strong {
  color: #111111;
}

/* Grid für die 3 Karten */
.maint-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 768px) {
  .maint-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Einzelne weiße Karte */
.maint-card {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 25px 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
}

.maint-card h3 {
  color: #0b3c5d;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.maint-icon {
  font-size: 1.2rem;
  line-height: 1;
}

.maint-card p {
  color: #555555;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}
/* CTA Haupt-Container */
.cta-box {
  background-color: #731c2c;
  color: #ffffff;
  border-radius: 8px;
  padding: 35px 30px 40px;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Überschrift */
.cta-title {
  color: #ffffff !important;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.3;
}

/* Einleitungstext */
.cta-intro {
  color: #ffffff;
  font-size: 1.05rem;
  margin-bottom: 20px;
  line-height: 1.5;
}

/* Nummerierte Liste */
.cta-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 35px 0;
}

.cta-list li {
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 12px;
}

.cta-list li:last-child {
  margin-bottom: 0;
}

.cta-list strong {
  font-weight: 700;
  color: #ffffff;
}

/* Container für die Buttons */
.cta-btn-wrapper {
  display: flex;
  flex-direction: column; /* Mobil: Untereinander */
  gap: 15px;              /* Abstand zwischen den Buttons */
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin: 30px auto 0 auto;
}

/* Tablet & Desktop: Nebeneinander */
@media (min-width: 576px) {
  .cta-btn-wrapper {
    flex-direction: row; /* Nebeneinander */
  }
}

/* Gemeinsamer Button-Style (garantiert gleiche Größe) */
.cta-btn {
  flex: 1;                 /* Beide Buttons teilen sich den Platz gleichmäßig */
  width: 100%;             /* Auf Mobilgeräten volle Breite im Container */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: white;
  color: #0b3c5d !important;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 14px 20px;
  border-radius: 6px;
  text-decoration: none !important;
  box-sizing: border-box;
  min-height: 52px;        /* Sichert identische Höhe */
  transition: background-color 0.2s ease, transform 0.1s ease;
}

/* Hover- & Klick-Effekte für Primär-Button */
.cta-btn:hover {
  background-color: #ee9b00;
  color: #ffffff !important;
}

.cta-btn:active {
  transform: scale(0.98);
}

/* Optional: Optische Unterscheidung für den 2. Button (z.B. Weiß / Invers) */
.cta-btn-secondary {
  background-color: #ffffff;
  color: #0b3c5d !important;
}

.cta-btn-secondary:hover {
  background-color: #e9ecef;
  color: #0b3c5d !important;
}