.block-content .list_with_big_numbers .list-item {
  margin-bottom: clamp(24px, 26 * (100vw - 375px) / 905 + 24px, 50px);
}
.block-content .list_with_big_numbers .list-item .list-item-counter {
  font-size: clamp(64px, 36 * (100vw - 375px) / 905 + 64px, 100px);
  line-height: 130%;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.3);
  position: relative;
}
.block-content .list_with_big_numbers .list-item .list-item-counter:before {
  content: "";
  position: absolute;
  right: -27px;
  top: calc(50% + 5px);
  transform: translateY(-50%);
  width: 2px;
  height: calc(100% - 4px);
  background-color: var(--color-red);
}
.block-content .list_with_big_numbers .list-item .list-item-content-wrap {
  position: relative;
}
.block-content .list_with_big_numbers .list-item .list-item-content-wrap .list-item-title {
  font-size: clamp(20px, 4 * (100vw - 375px) / 905 + 20px, 24px);
  line-height: 140%;
  font-weight: 500;
  margin-bottom: clamp(12px, 4px - (-8) * (100vw - 375px) / 905, 4px);
}
.block-content .list_with_big_numbers .list-item .list-item-content-wrap .list-item-content {
  font-size: clamp(12px, 2 * (100vw - 375px) / 905 + 12px, 14px);
  line-height: 140%;
  font-weight: 300;
}
.block-content .list_with_big_numbers .list-item .list-item-content-wrap .list-item-content a {
  color: var(--color-black);
  text-decoration: underline;
}
.block-content .list_with_big_numbers .list-item:last-child {
  margin-bottom: 0;
}

.kapitel-content_5050.custom-big-numbers .list-item {
  margin-bottom: clamp(32px, 8 * (100vw - 375px) / 905 + 32px, 40px);
}
.kapitel-content_5050.custom-big-numbers .list-item .list-item-counter:before {
  height: 65px;
  top: 50%;
}
.kapitel-content_5050.custom-big-numbers .list-item .list-item-content-wrap .list-item-title {
  font-weight: 300;
}
.kapitel-content_5050 .sticky {
  margin-top: 30px;
}

@media all and (max-width: 767px) {
  .block-content .list_with_big_numbers .list-item .list-item-counter {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 24px;
  }
  .block-content .list_with_big_numbers .list-item .list-item-counter:before {
    right: 0;
    top: 100%;
    transform: none;
    width: 100%;
    height: 2px;
  }
  .kapitel-content_5050.custom-big-numbers .kapitel-content-wrap-left {
    padding-right: 0;
  }
  .kapitel-content_5050.custom-big-numbers .list-item {
    text-align: center;
  }
  .kapitel-content_5050.custom-big-numbers .list-item .list-item-counter {
    margin-right: auto;
    margin-left: auto;
  }
}
/*# sourceMappingURL=list_with_big_numbers.css.map */
