

#myTotop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-image: url('../grafik/top.png');
  color: white;
  cursor: pointer;
  padding: 25px;
  border-radius: 4px;
  background-color: transparent;
}

#myTotop:hover {
  background-image: url('../grafik/totop.png');
  background-color: transparent;
}