
:root {
--slideshow-photo-delay: 5s 
}


/* === Luminos Sports CI-Farben (Custom Branding) ============================
   Ueberschreibt das brand-primary-Farbschema mit den Corporate-Design-Werten.
   Link-, Breadcrumb- und Akzentfarben verweisen auf diese Variablen und
   folgen daher automatisch. Dokumentiert in docs/decisions/ADR-0009.
   WICHTIG: Nach 'svn up' pruefen, dass dieser Block noch vorhanden ist
   (css_override.php ist versioniert). Andernfalls erneut anhaengen.
   ========================================================================= */
:root {
    --colour-brand-primary-default:  #143237; /* Sacramento Pine  (RGB 20/50/55)   */
    --colour-brand-primary-hover:    #1C4248; /* Pine, leicht aufgehellt (Hover)   */
    --colour-brand-primary-dark:     #0D2226; /* Pine, dunkler                     */
    --colour-brand-primary-darkest:  #05141E; /* Dead Pixel        (RGB 5/20/30)   */
    --colour-brand-primary-light:    #D2E6D2; /* Eucalyptus Haze   (RGB 210/230/210)*/
    --colour-brand-primary-lightest: #F0F5F5; /* Nebular White     (RGB 240/245/245)*/
}
