/* ===== Footer: gesamter Text hellblau ===== */

/* Grundfarbe für ALLES im Footer */
#main-footer,
#main-footer * {
  color: #9ecbff !important;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* Links – kein Hintergrund, nur Farbe */
#main-footer a {
  color: #9ecbff !important;
  background: none !important;
  text-decoration: none;
  font-weight: 600;
}

/* Hover nur minimal heller */
#main-footer a:hover {
  color: #cfe6ff !important;
  background: none !important;
  text-decoration: underline;
}

/* Counter etwas stärker */
#main-footer .pull-right {
  font-weight: 700;
}

/* kleine Texte (Renderzeit etc.) */
#main-footer small {
  color: #b7dcff !important;
}
/* ===== Footer: gesamter Text hellblau ===== */

/* Grundfarbe für ALLES im Footer */
#main-footer,
#main-footer * {
  color: #9ecbff !important;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* Links – kein Hintergrund, nur Farbe */
#main-footer a {
  color: #9ecbff !important;
  background: none !important;
  text-decoration: none;
  font-weight: 600;
}

/* Hover nur minimal heller */
#main-footer a:hover {
  color: #cfe6ff !important;
  background: none !important;
  text-decoration: underline;
}

/* Counter etwas stärker */
#main-footer .pull-right {
  font-weight: 700;
}

/* kleine Texte (Renderzeit etc.) */
#main-footer small {
  color: #b7dcff !important;
}
