.n3t-sticky-header--wrapper {
  width: 100%;
  padding-top: 15px;
  transition: all 0.3s ease-out;
}

.n3t-sticky-header--with-secondary--placeholder .n3t-sticky-header--wrapper {
  padding-top: 0;
}

.n3t-sticky-header--wrapper.sticky {
  position: fixed;
  top: 0;
  background-color: white;
  padding: 5px 0;
  z-index: 99;
  box-shadow: 0px 2px 17px 1px rgba(0,0,0,0.61);
  -webkit-box-shadow: 0px 2px 17px 1px rgba(0,0,0,0.61);
  -moz-box-shadow: 0px 2px 17px 1px rgba(0,0,0,0.61);
}

.n3t-sticky-header--with-secondary--placeholder .n3t-sticky-header--wrapper.sticky {
  padding: 0;
}

.n3t-sticky-header--secondary-content,
.n3t-sticky-header--header {
  margin: 0 auto;
  max-width: 1440px;
  width: var(--content-max-width);
  display: flex;
  align-items: center;
}

.n3t-sticky-header--secondary-wrapper {
  width: 100%;
  background-color: var(--primary-color-2);
}

.n3t-sticky-header--top-logos-wrapper {
  width: 100%;
  display: flex;
}

.n3t-sticky-header--top-logos-half {
  flex: 1;
}

.n3t-sticky-header--top-logos-half-primary-7 {
  background: var(--primary-color-7);
}

.n3t-sticky-header--top-logos-half-primary-2 {
  background: var(--primary-color-2);
}

.n3t-sticky-header--top-logos-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 84px;
  padding: 0.75rem 1rem;
}

.n3t-sticky-header--top-logos-inner img {
  display: block;
  max-height: 56px;
  max-width: min(100%, 280px);
  width: auto;
}

.n3t-sticky-header--header {
  justify-content: space-between;
  gap: 30px;
}

.n3t-sticky-header--header .region-primary-menu {
  display: flex;
  align-items: center;
}

.n3t-sticky-header--header #block-languageswitcher {
  margin-left: 2rem;
}

.n3t-sticky-header--header #block-languageswitcher .links--language {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.n3t-sticky-header--with-secondary--placeholder .n3t-sticky-header--header {
  padding: 0.5em 0;
  transition: all 0.3s ease-out;
}

.n3t-sticky-header--with-secondary--placeholder .n3t-sticky-header--wrapper.sticky .n3t-sticky-header--header {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}

.n3t-sticky-header--secondary-content {
  justify-content: end;
  gap: 30px;
  padding: 0.3rem 0 0.2rem 0;
}

.n3t-sticky-header--secondary-content > .region {
  display: flex;
  gap: 1rem;
}

@media only screen and (max-width: 480px) {
  .n3t-sticky-header--wrapper {
    padding: 5px 0;
  }

  .n3t-sticky-header--top-logos-inner {
    min-height: 64px;
    padding: 0.5rem 0.75rem;
  }

  .n3t-sticky-header--top-logos-inner img {
    max-height: 38px;
  }

  .n3t-sticky-header--header {
    gap: 5px;
  }

  .n3t-sticky-header--header #block-languageswitcher {
    margin-left: 1rem;
  }
}
