.kapitel-custmers {
  margin-top: clamp(20px, 30 * (100vw - 375px) / 905 + 20px, 50px);
  margin-bottom: clamp(20px, 30 * (100vw - 375px) / 905 + 20px, 50px);
  background-color: rgb(0, 0, 0);
  padding-top: clamp(60px, 30 * (100vw - 375px) / 905 + 60px, 90px);
  padding-bottom: clamp(60px, 43 * (100vw - 375px) / 905 + 60px, 103px);
  color: white;
}
.kapitel-custmers .customers-title {
  font-size: clamp(24px, 12 * (100vw - 375px) / 905 + 24px, 36px);
  line-height: 140%;
  text-align: center;
  margin-bottom: clamp(20px, 16 * (100vw - 375px) / 905 + 20px, 36px);
  font-weight: 300;
  text-transform: uppercase;
}
.kapitel-custmers .customers-title-tabs {
  margin-bottom: clamp(56px, 24 * (100vw - 375px) / 905 + 56px, 80px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(12px, 4 * (100vw - 375px) / 905 + 12px, 16px);
  position: relative;
  z-index: 1;
}
.kapitel-custmers .customers-title-tabs .customers-title-tabs-item {
  font-size: clamp(10px, 4 * (100vw - 375px) / 905 + 10px, 14px);
  line-height: clamp(22px, 10 * (100vw - 375px) / 905 + 22px, 32px);
  border: 1px solid white;
  padding: 0 clamp(11px, 9 * (100vw - 375px) / 905 + 11px, 20px);
  border-radius: 16px;
  transition: color var(--transition), border-color var(--transition);
  cursor: pointer;
}
.kapitel-custmers .customers-title-tabs .customers-title-tabs-item.active, .kapitel-custmers .customers-title-tabs .customers-title-tabs-item:hover {
  color: var(--color-red);
  border-color: var(--color-red);
}
.kapitel-custmers .customers-title-tabs-items {
  padding: 0 clamp(0px, 100 * (100vw - 375px) / 905 + 0px, 100px);
}
.kapitel-custmers .customers-title-tabs-items .customers-row {
  justify-content: center;
}
.kapitel-custmers .customers-title-tabs-items .customers-row > div {
  aspect-ratio: 1/1;
  flex: 0 0 12.5%;
  max-width: 12.5%;
  height: 100px;
  margin-bottom: 90px;
}
.kapitel-custmers .customers-title-tabs-items .customers-row > div .customers-title-tabs-item-image {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}
.kapitel-custmers .customers-title-tabs-items .customers-row > div .customers-title-tabs-item-image img {
  opacity: 0.3;
  filter: grayscale(100%);
  transition: all var(--transition);
}
.kapitel-custmers .customers-title-tabs-items .customers-row > div .customers-title-tabs-item-image:hover img {
  opacity: 1 !important;
  filter: grayscale(0%);
}

@media all and (max-width: 1399px) {
  .kapitel-custmers .customers-title-tabs-items {
    padding: 0;
  }
  .kapitel-custmers .customers-title-tabs-items .customers-row > div {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 1199px) {
  .kapitel-custmers .customers-title-tabs-items .customers-row > div {
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }
}
@media all and (max-width: 991px) {
  .kapitel-custmers .customers-title-tabs-items .customers-row > div {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media all and (max-width: 767px) {
  .kapitel-custmers .customers-title-tabs-items .customers-row > div {
    flex: 0 0 33.33333%;
    max-width: 33.3333%;
  }
}
@media all and (max-width: 576px) {
  .kapitel-custmers .customers-title-tabs-items .customers-row > div .customers-title-tabs-item-image {
    width: 68px;
    height: 68px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*# sourceMappingURL=custmers.css.map */
