
#header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
}

#header.sticky {
  padding: 10px 0px;
}

#header.sticky .logo_normal {
  width: 70px;
  height: 70px;
}

.angebotemenu .bg-white {
  margin-top: 160px;
}

#header.sticky .angebotemenu .bg-white {
  margin-top: 90px;
}
