
<style>
.hero-banner-wrapper {
  position: relative;
}

.hero-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  cursor: pointer;
  z-index: 10;
}

/* Damit Buttons/Links im Content weiterhin klickbar bleiben */
.hero-content {
  position: relative;
  z-index: 11;
}
</style>