@media (min-width: 1600px) {
  body .customtheme-floating-element.position-right {
    right: 30px !important;
  }
  body .customtheme-floating-element.position-right:hover {
    right: 35px !important;
  }
}
html {
  scroll-padding-top: 50px;
}
@media (min-width: 1000px) {
  html {
    scroll-padding-top: 300px;
  }
}
.site-content a.button.button-down {
  font-size: 0;
  padding: 0;
  background: url("https://wengersenf.cube.pixelpoint.at/wp-content/themes/wenger/css/../img/scroll-down.svg");
  height: 51px;
  width: 34px;
  border: none;
  margin-bottom: 20px;
  margin-top: 20px;
}
