/* Override for Color Admin: make 'theme-red' = #cc0000 */
.theme-red{
  --app-theme:#cc0000 !important;
  --app-theme-rgb:204,0,0 !important;
}

/* Optional: keep the red gradient consistent with the new tone */
.bg-gradient-red{
  background-color:#cc0000 !important;
  background-image: linear-gradient(to bottom, #e60000, #b30000) !important;
}

.menu:hover {
    background-color: #edebeb !important;
} 

/* Hintergrund des Service-Abschnitts wirklich dunkel erzwingen */
#service.content { 
  background-color: #0f1115 !important; /* dunkel, kannst du anpassen */
  color: #fff;
}

/* Texte im Abschnitt auf hell stellen */
#service .content-title,
#service .service .title { color: #fff; }
#service .service .desc  { color: rgba(255,255,255,.85); }

/* Icons sichtbar */
#service .service .icon i { color: #fff; }

/* Optional: dezente Kachel-Optik auf dunklem BG */
#service .service{
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,.15);
  padding: 1rem;
}
