/* CSS für den Scroll-To-Top Button */
.scroll-button {
  color: #FFF !important;
  cursor: pointer;
  position: fixed;
  bottom: 18px;
  right: 18px;
  width: 40px !important;
  height: 34px !important;
  display:none;
  padding: 5px;
  border-radius: 4px;
}
.btn-top {
  color: #FFF;
  background-color: #fda602;;
  border: none;
  opacity: 0.8;
}
.btn-top:hover, .btn-top:active, .btn-top:focus {
  color: #FFF;
  opacity: 0.6;
}
.btn-top:active, .btn-top:focus {
  color: #FFF;
  opacity: 0.6;
}