#drag-wolke {
  position: absolute;
  pointer-events: auto;
  top: 78%; 
  left: 24%;
  width: 300px;
  height: 300px;
  background: url('https://i.pinimg.com/originals/be/06/08/be060893599d32860237b3fcd6aba187.gif') center center / contain no-repeat;
  cursor: grab;
  z-index: 1000;
}

#drag-wolke:active {
  cursor: grabbing;
}
