#besen{
    width: 100%;
    position: fixed;
    bottom: 0px;
    height: 80px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    pointer-events: none;
}

.reinigung {
    height: 50px;
    width: 0px;
    background: black;
    position: absolute;
    right: 0 !important;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0px;
    pointer-events: none;
}

.reinigung:after {
  content: "";
background-image: url(/sites/default/files/besen.png);
    background-position: bottom;
    background-size: cover;
      transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
    background-repeat: no-repeat;
    height: 80px;
    width: 60px;
    position: absolute;
}


.reinigung.up:after {
      transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
}