.divider:after,
.divider:before {
content: "";
flex: 1;
height: 1px;
background: #eee;
}
.bg-secondary-soft {
  background-color: rgba(208, 212, 217, 0.507) !important;
}
.h-custom {
height: calc(100% - 85px);
padding-bottom: 5rem;
background-color: white;
}

.h-custom-team {
  /*height: calc(100% - 85px);*/
  padding-bottom: 5rem;
  background-color: white;
  }

@media (max-width: 450px) {
.h-custom {
height: 100%;
}
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 5rem;
}

.bold {
  font-weight: bold;
}

/* Spinner für Chrome, Edge und Safari ausblenden */
.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Spinner für Firefox ausblenden */
.no-spinner[type=number] {
  -moz-appearance: textfield;
}