/**** https://kriesi.at/support/topic/top-of-website-too-high-hidden-behind-header/ ****/
#top.page-id-40938 .logo img {
  height: 269%;
  max-height: 538px !important;
  display: block;
  width: auto;
}

#top.page-id-40938 .logo a {
  background-image: url(https://webers-testseite.de/wp-content/uploads/logo-fronik-without-shoes.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (min-width:990px)  {
  #top.page-id-40938  #header.header-scrolled img {
    opacity: 0;
  }
}

@media only screen and (max-width:989px)  {
  #top.page-id-40938  #header img {
    opacity: 0;
  }
}