/* Originale Wortmarke im Footer als ungetrennte Einheit aus Emblem und Schriftzug. */
.foot-brand-logo {
  display: block;
  width: min(176px, 100%);
  height: auto;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .35));
}
