/* Footer Customization für Leckerino Template */
/* Diese Datei überschreibt die Standard-Footer-Farben */

/* Alle Footer-Links bei Hover auf Weiß setzen */
#footer a:hover,
#footer a:focus,
#footer a:active {
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Spezifisch für Impressum und Datenschutz Links */
#footer a[href*="impressum"]:hover,
#footer a[href*="datenschutz"]:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Footer-Links in der Footer-Middle-Section */
.footer-links ul li a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Footer-Copyright-Links */
.footer-copyright-text a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Small Footer Links (Dashboard Footer) */
.small-footer a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Footer Social Links */
.footer-social-links li a:hover {
    color: #ffffff !important;
    opacity: 1 !important;
}

/* Alle Footer-Links im Normalzustand (falls sie aktuell Gold sind) */
#footer a {
    transition: color 0.3s ease;
}

/* Zusätzliche Spezifität für wichtige Footer-Links */
#footer .footer-links a:hover,
#footer .footer-bottom-section a:hover,
#footer .footer-middle-section a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}
