/**
* Block Name: bild
*/

section.bild img {
  border-radius: 20px;
  height: 100%;
  max-height: 520px;
}

section.bild .caption {
  border-radius: 0px 0px 20px 20px;
  background: rgba(50, 54, 139, 0.7);
  backdrop-filter: blur(5px);
  color: var(--weiss);
  padding: 10px 30px;
  position: relative;
  bottom: 38px;
  text-align: left;
}

section.bild .caption span {
  font-size: 12px;
}
