

.td-icon-menu-up:before {
  background: url(pfeil.jpg);

}

.td-scroll-up {
  -webkit-transform: translateZ(0);
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
}

.td-scroll-up .td-icon-menu-up {
  position: relative;

}

.td-scroll-up:hover {
  cursor: pointer;
  opacity: 1;
}

.td-scroll-up-visible {
  display: block;
  background: url(pfeil.jpg);

  z-index: 9999;
}

.td-scroll-up {
  top:119px;
  left: 50%;
  margin-left: -20px;

	}
.td-scroll-up-visible {
  background-color:#444 !important;
}
