/* Kundenlogos: jede Reihe über die volle Breite, Abstand innerhalb der Reihe gleich.
   Nach jedem 7. Logo erzwingt ein Umbruch eine neue Reihe. */
#grid-65bcb2b00d {
  --logo-gap-y: 56px;
  --logo-edge: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  column-gap: 0;
  row-gap: 0;
  width: 100%;
  padding-inline: var(--logo-edge);
}
#grid-65bcb2b00d > .ch-grid-cell {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  margin: 0 0 var(--logo-gap-y);
  padding: 0;
}
#grid-65bcb2b00d > .ch-grid-cell:nth-last-child(-n + 7) {
  margin-bottom: 0;
}
#grid-65bcb2b00d img {
  max-width: 100%;
  height: auto;
  max-height: 36px;
  object-fit: contain;
}
#dm-logo-fingerhaus {
  width: 99px;
}
/* WW: fast quadratisch → bei 47px Breite ~47px hoch; auf ~32px Höhe */
#image-v1-65bcb2b018 { width: 32px; }
#image-v1-65bcb2b098 { width: 103px; }
#image-v1-65bcb2b022 { width: 59px; }
/* Thyssengas / Globus: Breiten aus Startseiten-UCSS (sonst volle Native-Größe) */
#image-v1-65bcb2b06a { width: 120px; }
#image-v1-65bcbeee2a { width: 102px; }
/* LBS: Höhe-Ausreißer (~41px bei 114px Breite) → ~34px hoch */
#image-v1-65e70dcb57 { width: 94px; }
#dm-logo-sasol { width: 95px; }
#dm-logo-schaeffler { width: 152px; }
#dm-logo-crf { width: 162px; }
#dm-logo-juelich { width: 91px; }
#dm-logo-funke { width: 112px; }
#dm-logo-paritaet-bayern { width: 119px; }
#dm-logo-teva { width: 61px; }
#dm-logo-wika { width: 77px; }
#dm-logo-vivavis { width: 119px; }
/* BSR: hohe Marke (aspect ~0.78); 46px → ~36px hoch, Ziel ~30px */
#dm-logo-bsr { width: 38px; }
/* +15 % gegenüber der letzten Größe */
#dm-logo-raven { width: 89px; }
#dm-logo-fli { width: 101px; }
#dm-logo-herweck { width: 45px; }
#image-v1-65bcb2b03f { width: 174px; }
#grid-65bcb2b00d > .dm-logo-break {
  flex-basis: 100%;
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 1240px) {
  #grid-65bcb2b00d {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 32px;
    row-gap: 40px;
    justify-items: center;
    align-items: center;
  }
  #grid-65bcb2b00d > .ch-grid-cell,
  #grid-65bcb2b00d > .ch-grid-cell:nth-last-child(-n + 7) {
    width: 100%;
    margin: 0;
  }
  #grid-65bcb2b00d > .dm-logo-break {
    display: none;
  }
}
@media (max-width: 479px) {
  #grid-65bcb2b00d {
    --logo-edge: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
