/* GALAXIS Mobile Footer Navy V1
   Ziel: Mobilen Footer wieder Navy statt Orange darstellen.
   Nur Design/CSS. Keine Shop-Logik.
*/

@media (max-width: 767.98px) {
  #layout_footer,
  footer#layout_footer,
  #layout_footer.bg-primary,
  #layout_footer.bg-secondary,
  #layout_footer.bg-warning,
  #layout_footer.bg-danger,
  #layout_footer.bg-info,
  #layout_footer.bg-light,
  #layout_footer.bg-dark {
    background: #08233f !important;
    background-color: #08233f !important;
    color: #ffffff !important;
    border-top-color: rgba(255,255,255,0.10) !important;
  }

  #layout_footer .container-xxl,
  #layout_footer #layout_footer_inner,
  #layout_footer .navbar,
  #layout_footer .row,
  #layout_footer .col,
  #layout_footer [class*="col-"],
  #layout_footer .box-contact,
  #layout_footer .box-content,
  #layout_footer .box-information,
  #layout_footer .box-miscellaneous,
  #layout_footer .box_miscellaneous,
  #layout_footer .box_sub,
  #layout_footer .galx-footer-more {
    background: transparent !important;
    color: #ffffff !important;
  }

  #layout_footer,
  #layout_footer p,
  #layout_footer div,
  #layout_footer span,
  #layout_footer li,
  #layout_footer small,
  #layout_footer .small,
  #layout_footer .box_sub,
  #layout_footer .mod_copyright {
    color: rgba(255,255,255,0.86) !important;
  }

  #layout_footer a,
  #layout_footer a:visited,
  #layout_footer .link-body-emphasis {
    color: #ffffff !important;
    text-decoration: none !important;
  }

  #layout_footer a:hover,
  #layout_footer a:focus {
    color: #ffb09c !important;
    text-decoration: none !important;
  }

  #layout_footer .box-heading,
  #layout_footer .navbar-brand,
  #layout_footer h1,
  #layout_footer h2,
  #layout_footer h3,
  #layout_footer h4,
  #layout_footer h5,
  #layout_footer strong {
    color: #ffffff !important;
  }

  #layout_footer .box-heading,
  #layout_footer .navbar-brand,
  #layout_footer .border-bottom {
    border-color: rgba(255,255,255,0.18) !important;
  }

  #layout_footer .galx-withdrawal-footer-direct a,
  #layout_footer a[href*="/widerruf"],
  #layout_footer a[href*="/withdrawal"] {
    background: #ff6f61 !important;
    color: #ffffff !important;
  }

  #layout_footer .mod_copyright {
    background: rgba(0,0,0,0.18) !important;
    border-top: 1px solid rgba(255,255,255,0.12) !important;
    border-radius: 0 !important;
  }

  #layout_footer img {
    filter: none !important;
  }
}
