Stuetzpunkte_bhp_1 {
  animation-name: slideUp;
  animation-duration: 0.6s;
  animation-delay: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}

.Stuetzpunkte_bhp_2 {
  animation-name: slideUp;
  animation-duration: 0.6s;
  animation-delay: 0.6s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}

.Stuetzpunkte_bhp_3 {
  animation-name: slideUp;
  animation-duration: 0.6s;
  animation-delay: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}

.box {
  width: 300px;
  height: 200px;
  background-color: #e0e0e0;
  display: flex;
  justify-content: center; /* horizontal zentrieren */
  align-items: center;     /* vertikal zentrieren */
  text-align: center;
  font-size: 1.2rem;
  border-radius: 8px;
}