/*
Theme Name:  ML-Express Premium
Theme URI:   https://ml-express-gebäudeservice.de
Author:      ML-Express Gebäudeservice
Description: Professionelles WordPress Theme für ML-Express Gebäudeservice Frankfurt. Gold + Navy Design, Frankfurt Skyline Hero, vollständig responsive.
Version:     1.1.0
Requires at least: 6.2
Tested up to:      6.6
Requires PHP:      8.0
License:           GNU General Public License v2 or later
License URI:       http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       ml-express-premium
Tags:              business, professional, responsive, custom-logo, custom-menu
*/


/* v1.3 — Harmonized footer typography */
.footer-brand-description,
.footer-links a,
.footer-contact-item,
.footer-contact-text,
.footer-bottom,
.footer-bottom a,
.footer-bottom-text {
  color: rgba(255,255,255,.82);
}
.footer-brand-description {
  line-height: 1.7;
}
.footer-links a:hover,
.footer-bottom a:hover {
  color: var(--gold, #d4af37);
}
@media (max-width: 768px) {
  .footer-brand-description,
  .footer-links a,
  .footer-contact-item,
  .footer-contact-text,
  .footer-bottom,
  .footer-bottom a,
  .footer-bottom-text {
    color: rgba(255,255,255,.86);
  }
}
