/* Desktop: sticky */
@media (min-width: 768px) {
  .stickynav-active {
    position: fixed;
    top: 0;
    z-index: 1030;
    width: 100%;
  }
}

/* Mobile: CollapsingNavbar fix pozíció, navbar-top mindig látható */
@media (max-width: 767px) {
  #CollapsingNavbar {
    position: fixed !important;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 1001;
    background-color: #fff;
  }
  #CollapsingNavbar.show {
    max-height: calc(100vh - 30px);
    overflow-y: auto;
  }
}
