html body #page.site {
  padding-top: 120px;
  min-height: calc(100vh - 120px);
}
@media (min-width: 1001px) {
  html body #page.site {
    padding-top: 460px;
    min-height: calc(100vh - 460px);
  }
}
body a.customtheme-floating-element:before {
  content: "Wenger Senf-Shop";
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'fremont-700-heading', 'Fremont', serif;
  text-align: center;
  position: absolute;
  width: 78%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 11%;
  line-height: 1;
  color: #000000;
}
body a.customtheme-floating-element img {
  transition: 300ms linear all;
}
body a.customtheme-floating-element:hover img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
