
/* Elektra Design Header 7.2
   Zelfstandig, cachevrij en onafhankelijk van pagina-specifieke CSS. */

.ed-global-header,
.ed-global-header *,
.ed-global-header *::before,
.ed-global-header *::after {
  box-sizing: border-box !important;
}

.ed-global-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 10000 !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: rgba(255, 255, 255, .97) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(7, 25, 45, .10) !important;
  box-shadow: 0 8px 28px rgba(7, 25, 45, .065) !important;
  -webkit-backdrop-filter: blur(18px) !important;
  backdrop-filter: blur(18px) !important;
  font-family: inherit !important;
}

.ed-header-inner {
  position: relative !important;
  width: min(1180px, calc(100% - 48px)) !important;
  height: 86px !important;
  min-height: 86px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(190px, 1fr) auto auto !important;
  align-items: center !important;
  column-gap: 30px !important;
}

.ed-header-brand {
  display: inline-flex !important;
  align-items: center !important;
  justify-self: start !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  text-decoration: none !important;
  line-height: 0 !important;
}

.ed-header-brand img {
  display: block !important;
  width: auto !important;
  height: 56px !important;
  max-width: 225px !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.ed-desktop-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 25px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.ed-desktop-nav a {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #07192d !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  text-transform: none !important;
  white-space: nowrap !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.ed-desktop-nav a::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  right: 50% !important;
  bottom: 1px !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: #d8a54a !important;
  transition: left .2s ease, right .2s ease !important;
}

.ed-desktop-nav a:hover,
.ed-desktop-nav a.ed-nav-active {
  color: #9b6f27 !important;
}

.ed-desktop-nav a:hover::after,
.ed-desktop-nav a.ed-nav-active::after {
  left: 0 !important;
  right: 0 !important;
}

.ed-header-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: end !important;
  width: auto !important;
  min-width: 152px !important;
  height: 46px !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 0 21px !important;
  color: #fff !important;
  background: #07192d !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 24px rgba(7, 25, 45, .15) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.ed-mobile-toggle,
.ed-mobile-nav {
  display: none !important;
}

@media (max-width: 1120px) {
  .ed-header-inner {
    width: min(100% - 36px, 1080px) !important;
    grid-template-columns: minmax(175px, 1fr) auto auto !important;
    column-gap: 20px !important;
  }

  .ed-header-brand img {
    height: 51px !important;
    max-width: 205px !important;
  }

  .ed-desktop-nav {
    gap: 18px !important;
  }

  .ed-desktop-nav a {
    font-size: 13px !important;
  }

  .ed-header-cta {
    min-width: 142px !important;
    padding: 0 17px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 940px) {
  .ed-header-inner {
    height: 76px !important;
    min-height: 76px !important;
    display: flex !important;
    gap: 16px !important;
  }

  .ed-header-brand {
    margin-right: auto !important;
  }

  .ed-header-brand img {
    height: 48px !important;
    max-width: 195px !important;
  }

  .ed-desktop-nav,
  .ed-header-cta {
    display: none !important;
  }

  .ed-mobile-toggle {
    display: block !important;
    flex: 0 0 46px !important;
    width: 46px !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 11px !important;
    background: #07192d !important;
    border: 0 !important;
    border-radius: 12px !important;
    cursor: pointer !important;
  }

  .ed-mobile-toggle span {
    display: block !important;
    width: 100% !important;
    height: 2px !important;
    margin: 5px 0 !important;
    background: #fff !important;
    border-radius: 10px !important;
    transition: transform .2s ease, opacity .2s ease !important;
  }

  .ed-mobile-toggle.ed-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg) !important;
  }

  .ed-mobile-toggle.ed-open span:nth-child(2) {
    opacity: 0 !important;
  }

  .ed-mobile-toggle.ed-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg) !important;
  }

  .ed-mobile-nav {
    display: none !important;
    width: min(100% - 36px, 1080px) !important;
    margin: 0 auto 14px !important;
    padding: 14px !important;
    flex-direction: column !important;
    gap: 3px !important;
    background: #fff !important;
    border: 1px solid rgba(7, 25, 45, .09) !important;
    border-radius: 18px !important;
    box-shadow: 0 24px 70px rgba(7, 25, 45, .17) !important;
  }

  .ed-mobile-nav.ed-open {
    display: flex !important;
  }

  .ed-mobile-nav a {
    display: flex !important;
    align-items: center !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    color: #07192d !important;
    background: transparent !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    font-weight: 750 !important;
    text-decoration: none !important;
  }

  .ed-mobile-nav a:hover,
  .ed-mobile-nav a.ed-nav-active {
    color: #9b6f27 !important;
    background: #f5f2ea !important;
  }

  .ed-mobile-nav .ed-mobile-cta {
    justify-content: center !important;
    margin-top: 7px !important;
    color: #fff !important;
    background: #07192d !important;
  }
}

@media (max-width: 520px) {
  .ed-header-inner {
    width: calc(100% - 28px) !important;
    height: 70px !important;
    min-height: 70px !important;
  }

  .ed-header-brand img {
    height: 43px !important;
    max-width: 172px !important;
  }

  .ed-mobile-nav {
    width: calc(100% - 28px) !important;
  }
}


/* Fase 7.2.2 — definitieve logo-afmetingen op alle pagina's */
html body .ed-global-header .ed-header-inner .ed-header-brand,
html body .ed-global-header .ed-header-inner .ed-header-brand:link,
html body .ed-global-header .ed-header-inner .ed-header-brand:visited {
  display: inline-flex !important;
  width: 225px !important;
  min-width: 225px !important;
  max-width: 225px !important;
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  overflow: visible !important;
  transform: none !important;
}

html body .ed-global-header .ed-header-inner .ed-header-brand img,
html body .ed-global-header .ed-header-inner .ed-header-brand img.header-logo-only {
  display: block !important;
  width: 225px !important;
  min-width: 225px !important;
  max-width: 225px !important;
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
  object-fit: contain !important;
  object-position: left center !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  zoom: 1 !important;
}

@media (max-width: 1120px) {
  html body .ed-global-header .ed-header-inner .ed-header-brand {
    width: 205px !important;
    min-width: 205px !important;
    max-width: 205px !important;
    height: 51px !important;
    min-height: 51px !important;
    max-height: 51px !important;
  }

  html body .ed-global-header .ed-header-inner .ed-header-brand img,
  html body .ed-global-header .ed-header-inner .ed-header-brand img.header-logo-only {
    width: 205px !important;
    min-width: 205px !important;
    max-width: 205px !important;
    height: 51px !important;
    min-height: 51px !important;
    max-height: 51px !important;
  }
}

@media (max-width: 940px) {
  html body .ed-global-header .ed-header-inner .ed-header-brand {
    width: 195px !important;
    min-width: 195px !important;
    max-width: 195px !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
  }

  html body .ed-global-header .ed-header-inner .ed-header-brand img,
  html body .ed-global-header .ed-header-inner .ed-header-brand img.header-logo-only {
    width: 195px !important;
    min-width: 195px !important;
    max-width: 195px !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
  }
}

@media (max-width: 520px) {
  html body .ed-global-header .ed-header-inner .ed-header-brand {
    width: 172px !important;
    min-width: 172px !important;
    max-width: 172px !important;
    height: 43px !important;
    min-height: 43px !important;
    max-height: 43px !important;
  }

  html body .ed-global-header .ed-header-inner .ed-header-brand img,
  html body .ed-global-header .ed-header-inner .ed-header-brand img.header-logo-only {
    width: 172px !important;
    min-width: 172px !important;
    max-width: 172px !important;
    height: 43px !important;
    min-height: 43px !important;
    max-height: 43px !important;
  }
}
