/* Keep images crisp, maintain aspect ratio; by default no fixed height */
.sxa-logo-wrap img {
  height: auto;
  width: auto;
  max-width: 100%;
  display: inline-block;
}

/* When "Kein Höhenlimit" is toggled, remove max-height to truly unlock size */
.sxa-logo-wrap.no-max-height img {
  max-height: none !important;
}
