/* v279 · Unternehmen in der DE-Navigation */
.nav-company { white-space: nowrap; }
.site-header .nav-links > a.nav-company.active[aria-current="page"] { color: #d3b46f !important; }
.footer-company-link,
.founder-company-link {
  display: inline-flex;
  align-items: center;
  gap: .42em;
  color: #CBB77F !important;
  font-size: .82rem;
  font-weight: 720;
  letter-spacing: .075em;
  text-transform: uppercase;
  transition: color .18s ease, opacity .18s ease, transform .18s ease;
}
.footer-company-link { margin-top: 12px; }
.founder-company-link { margin-top: 22px; }
.footer-company-link:hover,
.footer-company-link:focus-visible,
.founder-company-link:hover,
.founder-company-link:focus-visible { color: #eadcb4 !important; transform: translateX(2px); }
@media (min-width: 861px) and (max-width: 1160px) {
  .site-header .nav-links { gap: 14px !important; font-size: .90rem; }
  .site-header .portal-button { padding-left: 15px !important; padding-right: 15px !important; }
}
@media (max-width: 860px) {
  .nav-links > a.nav-company { display: flex; }
  .founder-company-link { margin-top: 16px; }
}
