/* Logo-Slider: gleiche Höhe, Breite folgt dem Logo – global für alle Seiten */
.logo-slider-item--text span {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0a1b33;
  white-space: nowrap;
}

body .logo-slider-item {
  flex: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: 40px !important;
  max-width: 128px !important;
  overflow: visible !important;
}

body .testimonial-logo-slider .logo-slider-item {
  height: 42px !important;
  max-width: 132px !important;
}

body .logo-slider .logo-slider-item img,
body .logo-slider .logo-slider-item svg,
body .testimonial-logo-slider .logo-slider-item img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 36px !important;
  display: block !important;
  object-fit: contain !important;
  object-position: center !important;
}

body .testimonial-logo-slider .logo-slider-item img {
  max-height: 38px !important;
}

@media (max-width: 900px) {
  body .logo-slider-item {
    height: 34px !important;
    max-width: 112px !important;
  }

  body .testimonial-logo-slider .logo-slider-item {
    height: 36px !important;
    max-width: 120px !important;
  }

  body .logo-slider .logo-slider-item img,
  body .testimonial-logo-slider .logo-slider-item img {
    max-height: 32px !important;
  }
}
