.centerbild{
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

.centerbild img{
  width: 70%;
}

.text-center{
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}

.text-center-klein{
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
}

@media screen and ( max-width: 500px ) {
  .text-center-klein{
    text-align: center;
    font-size: 0.6rem;
    font-weight: bold;
  }
}
