#stoerer {
  position: absolute;
  right: 75px;
  top: 57px;
  width: 319px;
  height: auto;
  z-index:10001;
}
#stoerer IMG {
  width: 100%;
  height: auto;
}
@media screen and  (max-width: 1024px) {
  #stoerer { right: 40px; width: 240px;}
}
@media screen and  (max-width: 900px) {
  #stoerer { width: 210px; }
}
@media screen and (max-width: 680px) {
  #stoerer { right: 8px; top: 47px; width: 140px; }
}
