/*
Theme Name: Æ Gebäudeservice
Version: 2.0.0
*/

/* CRITICAL OVERRIDES — load before everything */
.site-footer,
.site-footer.site-footer,
footer.site-footer { 
  background: #0f2240 !important; 
  background-color: #0f2240 !important; 
}

.menu-overlay,
.menu-overlay.menu-overlay,
div.menu-overlay,
#menuOverlay { 
  background: #0f2240 !important; 
  background-color: #0f2240 !important; 
}

@media all and (max-width: 1024px) {
  .site-footer, footer.site-footer { background: #0f2240 !important; background-color: #0f2240 !important; }
  .menu-overlay, #menuOverlay { background: #0f2240 !important; background-color: #0f2240 !important; }
}

@media all and (max-width: 768px) {
  .site-footer, footer.site-footer { background: #0f2240 !important; background-color: #0f2240 !important; }
  .menu-overlay, #menuOverlay { background: #0f2240 !important; background-color: #0f2240 !important; }
}

@media all and (max-width: 480px) {
  .site-footer, footer.site-footer { background: #0f2240 !important; background-color: #0f2240 !important; }
  .menu-overlay, #menuOverlay { background: #0f2240 !important; background-color: #0f2240 !important; }
}

/* All visual styles live in assets/css/main.css */
