:root {
    --profilegreen: rgb(6, 87, 44);
}

#entity-nav {
  /*position: sticky;*/
  z-index: 1;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 4px 20px;
}

#entity-nav a.active {
  color: var(--profilegreen);
  border-bottom: 3px solid var(--profilegreen);
  padding-bottom: 0.25rem; /* adds a bit of spacing above the line */
}

#entity-nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

#entity-nav li {
  margin: 10px;
  font-weight: bold;
}

@media (max-width: 720px) {
  #entity-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #entity-nav ul {
    display: contents; 
  }

  #entity-nav li {
    flex: 0 0 20.00%;
    text-align: center;
  }
}

#top {
  scroll-margin-top: 500px; /* match the height of your fixed header */
}

.node-hallgatoi_tanterv > div[id^="section-"] {
  scroll-margin-top: var(--sticky-offset);
  min-height: 400px;
  border-bottom: 3px solid var(--profilegreen);
  margin-bottom: 20px;
  padding-bottom: 64px;
}

#scrollUpBtn {
  float: right;
}

article.node--type-sablon-oldal > header {
  display: none;
}