body.theme-mofe {
    --link-color:#FF0000;
    --link-color #0F0000;
    /* Ihre Primärfarbe (z. B. ein tiefes Galerie-Anthrazit / Schwarz) */
    --color-primary-75: #c29b68;   /* Ein edler Gold-/Messing-Ton für Hover-Zustände */
    --color-primary-100: #999999;  /* Das tiefe Schwarz für Hauptbuttons und Links */

    /* Die neutrale Palette (Von Weiß bis Tiefschwarz) */
    --color-neutral-0: #ffffff;   /* Website-Hintergrund (Reinweiß) */
    --color-neutral-10: #fcfcfc;  /* Sehr helles Grau für Sektionen */
    --color-neutral-20: #f5f5f5;  /* Helle Trennlinien / Card-Hintergründe */
    --color-neutral-30: #e5e5e5;  
    --color-neutral-40: #cccccc;  
    --color-neutral-50: #999999;  /* Mittleres Grau (z. B. für sekundäre Texte) */
    --color-neutral-60: #666666;  
    --color-neutral-70: #444444;  
    --color-neutral-80: #222222;  /* Dunkles Grau für Zwischenüberschriften */
    --color-neutral-90: #111111;  /* Fast-Schwarz für den Haupttext */
}
body.theme-mofe {
    /* ... Ihre Farbvariablen ... */

    /* Elegante Schrift für Überschriften (z.B. Playfair Display oder Garamond) */
    --bs-headline-font-family: "Montserrat", "Helvetica Neue", sans-serif;
    /* Moderne, cleane Schrift für Fließtext */
    --bs-body-font-family: "Montserrat", "Helvetica Neue", sans-serif;
    --headline-large-family: "Montserrat", sans-serif;
    --headline-medium-family: "Montserrat", sans-serif;
    --headline-small-family: "Montserrat", sans-serif;
}

/* Große Überschriften etwas edler gestalten */
body.theme-mofe h1, 
body.theme-mofe h2 {
    font-weight: 400; /* Nicht zu fett, eher filigran */ 
    letter-spacing: 0.05em; /* Leicht erhöhter Buchstabenabstand */
}

.c-gallery ul{
 width:100%;
}
.c-gallery li{
width:20px; float:left; margin:auto;
}


