.verzögert {
  opacity: 0;
  transition: opacity 0.8s ease-in;
}
.verzögert.sichtbar {
  opacity: 1;
}


