.project-item .card-img-overlay {
  opacity: 1 !important;
  visibility: visible !important;
  transition: none !important;
  /*background: rgba(0, 0, 0, 0.4);*/
}

.project-item .card-img-overlay {
  top: auto;
  background: linear-gradient(rgba(0, 0, 0, 0), #8dc1ff);
  font-size: .9em;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 2.5rem;
  padding-bottom: .5rem;
}

.step {
  width: 80px;
  height: 80px;
  background: var(--bs-danger);
  border-radius: 50%;
}

.card-4termine {
  min-height: 50px;
  background-color: #ffffff;
  background-color: AntiqueWhite;
  /*border-radius: 18.5px;*/
}

