/* ============================================================
   v284 · DE-Footer: Unternehmen desktop + mobile exakt zentriert
   ============================================================ */
.site-footer .footer-company-center {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.site-footer .footer-company-center a {
  display: inline-flex;
  color: #f2eee5;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .02em;
  text-align: center;
  transition: color .18s ease;
}
.site-footer .footer-company-center a:hover,
.site-footer .footer-company-center a:focus-visible { color: #d3b46f; }

@media (min-width: 861px) {
  .site-footer .footer-grid > .footer-company-center {
    justify-self: center;
    width: 100%;
    max-width: 320px;
    padding-top: 0;
  }
}

@media (max-width: 860px) {
  .site-footer .footer-grid > .footer-company-center {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: stretch !important;
    align-self: stretch !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 8px 0 !important;
    text-align: center !important;
  }

  .site-footer .footer-company-center a {
    display: inline-flex !important;
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
}
