/* Footer Customization für Classic Theme Post Template */
/* Diese Datei überschreibt die Standard-Footer-Farben */

/* Footer Section - Mobile Ansicht */
.footer-top-section {
    display: none !important;
}

.footer-middle-section {
    display: none !important;
}

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

/* Footer Links: Impressum & Datenschutz */
footer a[href*="impressum"],
footer a[href*="datenschutz"] {
    transition: color 0.3s ease;
}

footer a[href*="impressum"]:hover,
footer a[href*="datenschutz"]:hover {
    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;
}

/* Spezielle Regel für Demo-Restaurant: Hover auf Hellgrau */
body[data-page="demo-restaurant"] #footer a:hover,
body[data-page="demo-restaurant"] #footer a:focus,
body[data-page="demo-restaurant"] #footer a:active,
.demo-restaurant #footer a:hover,
.demo-restaurant #footer a:focus,
.demo-restaurant #footer a:active {
    color: #cccccc !important; /* Hellgrau für Demo-Restaurant */
    text-decoration: none !important;
}

/* Demo-Restaurant spezifische Hover-Farben */
body[data-page="demo-restaurant"] .footer-links ul li a:hover,
.demo-restaurant .footer-links ul li a:hover {
    color: #cccccc !important;
}

body[data-page="demo-restaurant"] .footer-copyright-text a:hover,
.demo-restaurant .footer-copyright-text a:hover {
    color: #cccccc !important;
}

body[data-page="demo-restaurant"] .small-footer a:hover,
.demo-restaurant .small-footer a:hover {
    color: #cccccc !important;
}
