/* -------- Referenzen --------*/
.typeWrap-mask_logoliste .lineBelow {
  border-bottom: 1px solid #ddd;
}
.typeWrap-mask_logoliste .lineAbove {
  border-bottom: 1px solid #ddd;
}
@media (max-width: 800px) {
  .typeWrap-mask_logoliste .frame {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .typeWrap-mask_logoliste .frame .kundenliste.stretch {
    justify-content: center;
  }
}
.typeWrap-mask_logoliste .kundenliste {
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.typeWrap-mask_logoliste .kundenliste.stretch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}
.typeWrap-mask_logoliste .kundenliste .kunde {
  padding: 15px 10px;
  display: inline-block;
  width: 190px;
  text-align: center;
}
.typeWrap-mask_logoliste .kundenliste .kunde .image {
  /*float: left; */
  padding: 5px;
  /* width: 100%; */
  display: inline-block;
}
.typeWrap-mask_logoliste .kundenliste .kunde .image img {
  max-height: 62px;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  float: left;
  max-width: 170px;
  object-fit: contain;
}
.typeWrap-mask_logoliste .kundenliste .kunde.logosize-mml .image img {
  max-width: 90px;
}
.typeWrap-mask_logoliste .kundenliste .kunde.logosize-rub .image img {
  max-width: 120px;
}
.typeWrap-mask_logoliste .kundenliste .kunde.logosize-brost .image img {
  max-width: 60px;
}
.typeWrap-mask_logoliste .kundenliste .kunde.logosize-logo_190a .image img {
  max-width: 60px;
}
.typeWrap-mask_logoliste .kundenliste .kunde.logosize-zdf .image img {
  max-width: 60px;
}
.typeWrap-mask_logoliste .kundenliste .kunde.logosize-waz .image img {
  max-width: 60px;
}
.typeWrap-mask_logoliste .kundenliste .kunde.logosize-piper .image img {
  max-width: 70px;
}
.typeWrap-mask_logoliste .kundenliste .kunde.logosize-nada .image img {
  max-width: 70px;
}
.typeWrap-mask_logoliste .kundenliste .kunde.logosize-dortmund_kreativ .image img {
  max-width: 70px;
}
.typeWrap-mask_logoliste .kundenliste .kunde.logosize-int_frauen_fest .image img {
  max-width: 70px;
}
.typeWrap-mask_logoliste .kundenliste .kunde.logosize-ruhr_tourismus .image img {
  max-width: 90px;
}
.typeWrap-mask_logoliste .kundenliste .kunde.logosize-vhs .image img {
  max-width: 125px;
}
.typeWrap-mask_logoliste .kundenliste .kunde.logosize-gruppe5 .image img {
  max-width: 125px;
}
.typeWrap-mask_logoliste .kundenliste .kunde.logosize-kulturerbe_dortmund .image img {
  max-width: 125px;
}
.typeWrap-mask_logoliste .kundenliste .kunde.logosize-fritzbauer .image img {
  max-width: 125px;
}
.typeWrap-mask_logoliste .kundenliste .kunde.logosize-buja .image img {
  max-width: 115px;
}
.typeWrap-mask_logoliste .kundenliste .kunde.border .image {
  border: 1px solid #f0f0f0;
  border-radius: 5px;
}
.typeWrap-mask_logoliste .kundenliste .kunde figcaption {
  font-size: 80%;
  padding-bottom: 10px;
}
/* -------- // Referenzen --------*/
