/*#site-header {
    position: fixed;
    top: 0;
    width: 100%;
    transition: transform .3s ease-in-out;
    z-index: 9999;
    transform: translateY(0);
  }
.hide-header {
    transform: translateY(-100%) !important;
}
#localbytes-header .hide-on-sticky {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease, visibility .3s ease;
  }
  #localbytes-header:not(.hide-header) .hide-on-sticky {
    display: none !important;
  }*/
  /* Dein grundle-gültiger Sticky-Header */

#site-header {
    position: fixed;
    top: 0;
    width: 100%;
    transition: transform .3s ease-in-out;
    z-index: 9999;
    transform: translateY(0);
  } 
.hide-header {
    transform: translateY(-100%) !important;
}

.hide-on-sticky{
    opacity: 0;
    visibility: hidden;
}
  
/*.hide-on-sticky {
    transition: opacity .3s ease, visibility .3s ease;
    opacity: 1;
    visibility: visible;
}*/
  
  
  