.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.legren-button {
  width: 210px;
}

.defedril {
  background: url("../../assets/img/Defedril_fondo-desktop.png") bottom / cover no-repeat;
}

.fluiplex {
  background: url("../../assets/img/maxiflor_fondo-desktop.png") bottom / cover no-repeat;
}

.disbioral {
  background: url("../../assets/img/Disbioral_fondo-desktop.png") bottom / cover no-repeat;
}

.zellen {
  /*margin-bottom: 45px;*/
  background: url("../../assets/img/fotor-ai-20240327143920.jpg") left / cover;
}

@media (min-width: 300px) {
  .drenallimg {
    max-width: 70%;
  }
}

@media (min-width: 992px) {
  .drenallimg {
    max-width: 45%;
  }
}

@media (min-width: 1200px) {
  .drenallimg {
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .zelleimg {
    max-width: 60%;
  }
}

@media (min-width: 768px) {
  .dimax {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 88%, rgba(240,216,228,1) 94%, rgba(223,171,196,1) 100%);
  }
}

.dimax {
  /*background: #fff;*/
}

.lactopenta {
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 71%, rgba(130,216,252,1) 85%, rgba(5,176,248,1) 93%, rgba(7,77,159,1) 100%);
}

