/* B12-05: shared footer mobile contract extracted from repeated inline page blocks. */
@media (max-width: 900px) {
  #Footer .spc-grid {
    justify-items: center !important;
    text-align: center !important;
    gap: 22px !important;
  }

  #Footer .spc-col,
  #Footer .spc-info,
  #Footer .spc-nav,
  #Footer .spc-map-col,
  #Footer .spc-heading,
  #Footer .spc-desc,
  #Footer .spc-quick-links,
  #Footer .spc-quick-links li,
  #Footer .spc-quick-links a,
  #Footer .spc-copyright {
    text-align: center !important;
  }

  #Footer .spc-col,
  #Footer .spc-info,
  #Footer .spc-nav,
  #Footer .spc-map-col {
    width: 100% !important;
    max-width: 340px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  #Footer .spc-info > *,
  #Footer .spc-nav > *,
  #Footer .spc-map-col > * {
    width: 100% !important;
  }

  #Footer .spc-brand,
  #Footer .spc-heading,
  #Footer .spc-desc,
  #Footer .spc-copyright,
  #Footer .spc-nap-block p,
  #Footer .spc-usp-block span,
  #Footer .spc-nav li,
  #Footer .spc-nav a,
  #Footer .spc-quick-links li,
  #Footer .spc-quick-links a {
    text-align: center !important;
  }

  #Footer .spc-nap-block,
  #Footer .spc-usp-block,
  #Footer .spc-nav ul,
  #Footer .spc-quick-links {
    width: 100% !important;
    justify-items: center !important;
    align-items: center !important;
  }

  #Footer .spc-desc,
  #Footer .spc-copyright {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #Footer .spc-btn-map {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1.25 !important;
    min-height: 56px !important;
    padding: 14px 18px !important;
    width: min(100%, 340px) !important;
    margin: 0 auto 16px !important;
    border-radius: 0 !important;
  }

  #Footer .spc-copyright {
    width: 100% !important;
    display: block !important;
  }

  .spc-cookie-fallback,
  #cky-banner,
  .cky-consent-container,
  .cky-consent-bar,
  .cky-notice,
  .cky-banner-container,
  .cky-revisit-bottom-left,
  .cky-revisit-bottom-right {
    bottom: calc(84px + env(safe-area-inset-bottom, 0px)) !important;
  }

  #kontakt .hours-list--summary,
  .contact-details .hours-list--summary {
    display: block !important;
  }

  #kontakt .hours-list__item--summary,
  .contact-details .hours-list__item--summary {
    display: inline-flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 6px !important;
  }
}
