/* Bee-ID Footer CI (Storefront)
   Farben: Graphite #1A1B1E | Light Gray #E9EBEF | Highlight Yellow #FFC400
*/

.site-footer {
  background: #1a1b1e !important;
  color: #e9ebef;
  padding: 48px 0;
}

/* Sicherheitsnetz: Falls Credits doch irgendwo auftauchen */
.site-footer .site-info {
  display: none !important;
}

.site-footer a {
  color: #e9ebef;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #ffc400;
  text-decoration: underline;
}

/* Grundstruktur */
.beeid-footer__inner {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  justify-content: space-between;
}

.beeid-footer__col {
  flex: 1 1 0;
}

/* Links: Firma */
.beeid-footer__company-name {
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: 18px;
}

.beeid-footer__company-address {
  margin-top: 8px;
  font-size: 14px;
  font-style: italic;
  opacity: 0.92;
  line-height: 1.5;
}

/* Mitte: Menü */
.beeid-footer__col--center {
  text-align: center;
}

.beeid-footer__nav {
  display: inline-block; /* Zentrierung + linksbündige Liste */
  text-align: left;
}

/* Storefront setzt oft list-style: none -> erzwingen */
.beeid-footer__menu {
  margin: 0;
  padding-left: 1.2em;
  list-style-type: disc !important;
  list-style-position: outside;
}

.beeid-footer__menu li {
  margin: 0 0 10px 0;
  list-style: inherit !important;
}

.beeid-footer__menu li::marker {
  color: #ffc400;
}

/* Menü-Linkfarbe erzwingen (Theme überschreibt sonst ggf. mit #333) */
.site-footer .beeid-footer__menu a,
.site-footer .beeid-footer__menu a:visited {
  color: #e9ebef !important;
}

.site-footer .beeid-footer__menu a:hover,
.site-footer .beeid-footer__menu a:focus {
  color: #ffc400 !important;
}

/* Rechts: Copyright */
.beeid-footer__col--right {
  text-align: right;
}

.beeid-footer__copyright {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.95;
}

/* Mobile */
@media (max-width: 768px) {
  .beeid-footer__inner {
    flex-direction: column;
    gap: 24px;
  }

  .beeid-footer__col--center,
  .beeid-footer__col--right {
    text-align: left;
  }

  .beeid-footer__nav {
    display: block;
  }
}
