<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    max-width: 100%; /* Setze die maximale Breite der Seite */
    margin: 0 auto; /* Zentriere die Seite */
}

.container {
    width: 100%; /* Stellt sicher, dass der Container die volle Breite nutzt */
}

.main-content {
    max-width: 100%; /* Maximale Breite des Hauptinhalts */
    margin: 0 auto; /* Zentriert den Inhalt */
}

/* Farbe und SchriftgrÃ¶sse */
.container-topbar {
    background: #e3001b;
  	font-size: 0px;
    height: 100px; /* Setzt die HÃ¶he des Moduls */
}

/* Farbe der Kopfzeile*/
.header {
    background: #ffffff;
  	font-size: 20px;
  	font-color: #000000;
}

/* MenÃ¼ */
.container-header .mod-menu&gt;li&gt;a, .container-header .mod-menu&gt;li&gt;span, .metismenu-item {
    font-size: 24px;
    color: #000000; 
}

/* Farbe und SchriftgrÃ¶sse der Fusszeile*/
.footer {
    background: #e3001b;
  	font-size: 14px;
    vertical-align: top;
}
.footer .grid-child {
    align-items: start;
    padding-left: 14px;
}</pre></body></html>