.menu-item.altpfadi a
{
  position: relative;
  color: black !important;
  padding-right: 50px !important;
}

.menu-item.altpfadi a::before
{
  content: '';
  display: block;
  position: absolute;
  opacity: 1 !important;
  left: auto;
  right: 0;
  bottom: 20px;
  width: 35px;
  height: 50px;
  background-color: transparent !important;
  background-image: url('../img/pfadililie.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}