#stoerer {
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
}
#stoerer img {
  margin-top: -50px;
}

@media only all and (min-width: 1620px) {
  #stoerer {
    width: 25vw;
    display: block;
  }
  #stoerer img {
    width: 260px;
  }
  #mobile-stoerer {
    display: none !important;
  }
}
@media only all and (min-width: 1250px) and (max-width: 1619px) {
  #stoerer {
    width: 20vw;
  }
  #stoerer img {
    width: 230px;
  }
}
@media only all and (min-width: 1150px) and (max-width: 1249px) {
  #stoerer {
    width: 15vw;
  }
  #stoerer img {
    width: 200px;
  }

}
@media only all and (min-width: 1050px) and (max-width: 1150px) {
  #stoerer {
    width: 12vw;
  }
  #stoerer img {
    width: 150px;
    margin-top: -30px;
  }
}
@media only all and (min-width: 0px) and (max-width: 1281px) {
  #stoerer {
    display: none;
  }
  #stoerer img {
    display: none;
  }
  #mobile-stoerer {
    position: absolute;
    top: 5px;
    left: 26vw;
  }
  #mobile-stoerer img {
    width: 12vw;
  }
}
@media only all and (min-width: 1025px) and (max-width: 1281px) {
  #stoerer {
    display: none;
  }
  #stoerer img {
    display: none;
  }
  #mobile-stoerer {
    position: absolute;
    top: 5px;
    left: 26vw;
  }
  #mobile-stoerer img {
    width: 10vw;
  }
}
@media only all and (min-width: 300px) and (max-width: 667px) and (orientation: portrait) {
  #stoerer {
    display: none;
  }
  #stoerer img {
  }
  #mobile-stoerer {
    display: block;
    position: absolute;
    top: 8px;
    left: 4vw;
  }
  #mobile-stoerer img {
    width: 22vw;
  }
}
@media only all and (min-width: 374px) and (max-width: 416px) and (orientation: portrait) {
  #mobile-stoerer img {
    width: 20vw;
  }
}
@media only all and (min-width: 300px) and (max-width: 667px) and (orientation: landscape) {
  #stoerer {
    display: none;
  }
  #stoerer img {
  }
  #mobile-stoerer {
    display: block;
    position: absolute;
    top: 6px;
    left: 20vw;
  }
  #mobile-stoerer img {
    width: 15vw;
  }
}