/* ── Sponsor Logos ────────────────────────────────────────── */

/* ── Basis-Größen (< 576px, sofern nicht unten überschrieben) ── */

.sponsor-row           { padding-left: 0; padding-right: 0; }
.grossfeld-wrap        { display: flex; align-items: center; justify-content: center; gap: 0; margin-bottom: 2rem; } /* Wappen + Schriftzug nebeneinander, zentriert bei Umbruch */
.logo-kiwifash         { height: 90px; margin-top: 2rem; margin-bottom: 2rem; }
.logo-robinson         { height: 40px;                   margin-bottom: 2rem; }
.logo-bintex           { height: 70px;                   margin-bottom: 2rem; }
.logo-nuralia          { height: 90px;                   margin-bottom: 2rem; }
.logo-glueck           { height: 90px;                   margin-bottom: 2rem; }
.logo-postimmo         { height: 90px;                   margin-bottom: 2rem; }
.logo-kindertraum      { height: 90px;                   margin-bottom: 2rem; }
.logo-wilson           { height: 45px;                   margin-bottom: 2rem; }
.logo-uvex             { height: 35px;                   margin-bottom: 2rem; }
.logo-grossfeld-wappen { height: 60px; }
.logo-grossfeld        { height: 60px; }

/* SM, MD (576px–991.98px): alle 100px, bintex 90px, robinson 60px */
@media (min-width: 576px) and (max-width: 991.98px) {
  .logo-kiwifash         { height: 100px; }
  .logo-robinson         { height: 60px; }
  .logo-bintex           { height: 90px; }
  .logo-nuralia          { height: 100px; }
  .logo-glueck           { height: 100px; }
  .logo-postimmo         { height: 100px; }
  .logo-kindertraum      { height: 100px; }
  .logo-wilson           { height: 55px; }
  .logo-uvex             { height: 45px; }
  .logo-grossfeld-wappen { height: 90px; }
  .logo-grossfeld        { height: 90px; }
}

/* LG (992px–1199.98px): alle 55px, bintex 45px, Abstände entfallen */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sponsor-row           { padding-left: 2rem; padding-right: 2rem; padding-top: 2rem; padding-bottom: 2rem; }
  .grossfeld-wrap        {                              margin-bottom: 0; }
  .logo-kiwifash         { height: 55px; margin-top: 0; margin-bottom: 0; }
  .logo-robinson         { height: 55px;                margin-bottom: 0; }
  .logo-bintex           { height: 45px;                margin-bottom: 0; }
  .logo-nuralia          { height: 55px;                margin-bottom: 0; }
  .logo-glueck           { height: 55px;                margin-bottom: 0; }
  .logo-postimmo         { height: 60px;                margin-bottom: 0; }
  .logo-kindertraum      { height: 55px;                margin-bottom: 0; }
  .logo-wilson           { height: 55px;                margin-bottom: 0; }
  .logo-uvex             { height: 45px;                margin-bottom: 0; }
  .logo-grossfeld-wappen { height: 55px; }
  .logo-grossfeld        { height: 55px; }
}

/* XL, XXL (1200px+): zurück auf Standard – alle 100px, bintex 90px */
@media (min-width: 1200px) {
  .sponsor-row           { padding-left: 3rem; padding-right: 3rem; padding-top: 2rem; padding-bottom: 2rem; }
  .grossfeld-wrap        {               margin-bottom: 0; }
  .logo-kiwifash         { height: 80px; margin-bottom: 0; }
  .logo-robinson         { height: 80px; margin-bottom: 0; }
  .logo-bintex           { height: 70px; margin-bottom: 0; }
  .logo-nuralia          { height: 80px; margin-bottom: 0; }
  .logo-glueck           { height: 80px; margin-bottom: 0; }
  .logo-postimmo         { height: 80px; margin-bottom: 0; }
  .logo-kindertraum      { height: 80px; margin-bottom: 0; }
  .logo-wilson           { height: 60px; margin-bottom: 0; }
  .logo-uvex             { height: 50px; margin-bottom: 0; }
  .logo-grossfeld-wappen { height: 80px; }
  .logo-grossfeld        { height: 80px; }
}

