.bild1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 800px; /* oder gewünschte Höhe */
}

img {
  max-width: 100%;
  height: auto;
}