.pz-hu {
  text-decoration: none;
  background-image: linear-gradient(#11316e, #11316e);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 3px;
  transition: background-size 500ms ease-in-out;
  /* extra styling   */
  font-weight: 400;
  color: #11316e;
}
.pz-hu:hover {
  background-size: 100% 3px;
  color: #11316e;
}
.pz-hu-w {
  text-decoration: none;
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 3px;
  transition: background-size 500ms ease-in-out;
  /* extra styling   */
  font-weight: 400;
  color: #fff;
}
.pz-hu-w:hover {
  background-size: 100% 3px;
  color: #fff;
}
.hero-image::before {
  content: "";
  background-image: url("https://peterzanter.benzmedia.de/wp-content/uploads/2024/04/mitarbeitergewinnung-fuer-autohaeuser-kfz-betriebe-und-werkstaetten.jpg");
  background-size: cover;
  position: absolute;
  opacity: 1;
}
.suche__text li {
  list-style: none !important;
}
