/* Sticky footer */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 0 !important;
}
.frame {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: auto !important;
}
.footer {
  margin-top: auto;
}

/* Reducer header-højde efter logo blev gjort mindre */
.top {
  height: 75px !important;
}
header {
  height: 75px !important;
}


/* Populære søgninger label */
.sol-popheader {
  font-size: 15px !important;
  font-weight: bold !important;
  padding-left: 0 !important;
}

/* Populære søgninger: inline med links */
#popbar {
  display: inline-table !important;
  vertical-align: top !important;
  width: max-content !important;
}
#popbar td {
  padding: 0 !important;
}
#popbar td {
  text-align: left !important;
}
#popbar td a {
  padding: 0 4px !important;
  white-space: nowrap !important;
}

/* Hero-billede på forsiden */
img[src="/grafik/HERO.jpg"] {
  width: 90% !important;
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  ul.open-grt-menu {
    justify-content: flex-start !important;
    padding-top: 60px !important;
    overflow-y: auto !important;
  }
  .grt-mobile-button {
    width: 50px !important;
    padding: 8px !important;
  }
  .grt-mobile-button .line1,
  .grt-mobile-button .line2,
  .grt-mobile-button .line3 {
    width: 34px !important;
    height: 5px !important;
    margin: 5px 0 !important;
  }
}
