/* ============================================
   GESAMTE SEITE AUF 1100px BREITE ZENTRIERT
   ============================================ */

/* Header, Menü, Main, Footer */
.container-header,
.container-topbar,
.container-below-top,
.container-main,
.container-bottom,
.container-footer {
    max-width: 1100px !important;
    width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* ============================================
   WICHTIG: Cassiopeia Grid zentrieren
   ============================================ */

body.site > .site-grid {
    max-width: 1100px !important;
    width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
}

/* Der Main-Tag selbst */
.site-grid > main {
    max-width: 1100px !important;
    width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
}

/* ============================================
   OPTIONAL: Hintergrund außerhalb der 1100px
   ============================================ */

body {
    background: #ffffff;
}

/* ============================================
   HEADER-FARBE 
   ============================================ */

.container-header {
    background: #f2f2f2
}
/* ============================================
   FOOTER-FARBE 
   ============================================ */
.container-footer {
    background: #000000;
    color: #ffffff
}
/* ============================================
   MENÜ-SCHRIFTFARBE
   ============================================ */

/* Abstand oben und unten für das Menü erhöhen */
.container-header .mod-menu {
    font-size: 1.0rem; /* Schriftgröße */
    font-weight: bold; /* Schriftstärke (normal, bold, etc.) */  
  padding-top: 0px;    /* Wert anpassen */
    padding-bottom: 0px; /* Wert anpassen */
    color: #696969

}

  
/* Farbe bei Hover (wenn man mit der Maus darüber fährt) */
.container-header .mod-menu a:hover {
    color: #000000; /* Neue Farbe beim Hover */  
}

/* ============================================
   UNTERMENÜ
   ============================================ */




/* ============================================
   Anpassung für Seite
   ============================================ */
h1 {
      margin-bottom: 20px;
    }
    h2 {
      margin-top: 40px;
      margin-bottom: 20px;
    }

    .meta {
      color: #555;
      margin-bottom: 0px;
    }
    .controls {
      margin-top: 0px;
      padding: 10px;
      background: #f5f5f5;
      border-radius: 6px;
      display: inline-block;
    }
    .controls input {
      width: 60px;
      padding: 4px;
      margin-left: 20px;
    }
    .print-btn {
      margin-top: 10px;
      padding: 8px 14px;
      background: #ddd;
      border: 1px solid #aaa;
      cursor: pointer;
      border-radius: 4px;
      margin-left: 20px;
    }

    .amount {
      font-weight: bold;
    }

    .auto-style1 {
      font-size: medium;
      margin-bottom: 0px;
    }
    .auto-style2 {
      color: #000000;
    }

    /* &#128293; Punkte bei ALLEN Listen entfernen */
    ul {
      list-style: none;
      padding-left: 0;
      margin-left: 0;
    }
    ul li::before {
      content: "";
    }

    .com-content-categories_item-title {
      font-weight: bold;
    }


