.made-in-billund-header {
  background: #fff;
  color: #006cb7;
  position: sticky;
  top: 0;
  z-index: 50;
}

.made-in-billund-header__top {
  background: #fff;
  border-bottom: 3px solid #006cb7;
}

.made-in-billund-header__inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 64rem;
  min-height: 5.5rem;
  padding: 1.25rem 2rem;
  width: 100%;
}

.made-in-billund-header__brand {
  align-items: center;
  display: flex;
  min-width: 0;
}

.made-in-billund-header__logo {
  height: auto;
  max-height: 3.5rem;
  max-width: 9rem;
  width: auto;
}

.made-in-billund-header__name {
  color: #006cb7;
  font-size: 1.25rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.made-in-billund-header__actions {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 1rem;
}

.made-in-billund-submenu {
  align-items: center;
  background: #ffce07;
  display: flex;
  justify-content: center;
  min-height: 3rem;
  padding: 0.5rem 1rem;
  width: 100%;
}

.made-in-billund-header__website {
  align-items: center;
  color: #000;
  display: inline-flex;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  gap: 0.5rem;
  text-decoration: none;
}

.made-in-billund-header__website:hover,
.made-in-billund-header__website:focus-visible {
  color: #006cb7;
  text-decoration: none;
}

.made-in-billund-header__arrow {
  height: 1.25rem;
  width: 1.25rem;
}

.made-in-billund-header__language {
  align-items: center;
  color: #006cb7;
  display: flex;
  gap: 0.375rem;
  stroke: currentColor;
}

.made-in-billund-header__language select {
  appearance: none;
  background: transparent;
  border: 0;
  color: #006cb7;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 600;
  max-width: 7rem;
  outline: 0;
}

.made-in-billund-header__language select option {
  background: #fff;
  color: #0f172a;
}

@media (max-width: 640px) {
  .made-in-billund-header__inner {
    min-height: 4.75rem;
    padding: 1rem;
  }

  .made-in-billund-header__actions {
    gap: 0.625rem;
  }

  .made-in-billund-header__website {
    font-size: 0.875rem;
  }

  .made-in-billund-header__website span {
    max-width: 8rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .made-in-billund-header__language select {
    max-width: 5rem;
  }
}
