.header {
  position: -webkit-sticky;
  position: sticky;
  top: -98px;
  z-index: 9;
}

.header ul {
  margin: 0 0 18px 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding: 0;
  list-style-type: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

.header li {
  margin: 0;
}

/* metanavigation */
.header__meta {
  padding-bottom: 3px;
  background-color: #000;
}

.header__meta * {
  color: #fff;
  font-family: TeleGroteskNext-Medium, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.352941em;
}

.header__meta a,
.header__meta a:hover,
.header__meta a:visited,
.header__meta a:visited:hover {
  color: #fff !important;
}

.header__meta a:focus,
.header__meta a:hover {
  text-decoration: underline;
}

.header__meta span:nth-of-type(2) {
  font-family: TeleGroteskNext-Regular, sans-serif;
  font-size: 1.125rem;
}

@media only screen and (max-width: 1023px) {
  .header__meta {
    font-size: 1.125rem;
  }
}

.header__meta > .wrapper {
  margin: -5px auto 0;
  padding: 0 24px;
  max-width: 1560px;
}

.header__meta ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: baseline;
  -ms-flexbox: flex;
}

.header__meta li {
  display: inline-block;
}

.header__meta-link {
  margin: 8px 0 0 1.411764em;
}

.header__meta-link > span:first-of-type {
  margin-right: .352941em;
}

.lang-de,
.lang-en {
  font-family: TeleGroteskNext-Regular, sans-serif;
}

.lang-de.active,
.lang-en.active {
  font-family: TeleGroteskNext-Ultra, sans-serif;
}

/* brandbar */
.header__brandbar {
  height: 66px;
  background-color: #e20074;
}

.header__brandbar > .wrapper {
  margin: auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  max-width: 1560px;
  height: 100%;
}

.header__brandbar .t-systems-logo {
  height: 44px;
}

.header__brandbar .t-systems-logo img {
  margin-left: 17px;
  height: 100%;
}

.header__brandbar > .wrapper > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  height: 100%;
}

.header__button-search {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background-image: url("../img/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}

.header__button-search.open,
.header__button-search:hover {
  outline: none;
  background-color: #dbdbdb;
}

.header__brandbar .t-systems-claim {
  margin: 1px 0 0 6px;
  width: 225px;
  height: 70px;
}

/* navigation */
.header__nav {
  height: 60px;
  border-bottom: 1px solid #d0d0d0;
  background-color: #fff;
}

.header__nav button,
.header__nav a {
  transition-duration: .2s;
}

.header__nav a:hover,
.header__nav a:visited:hover {
  color: inherit;
  text-decoration: none;
}

.header__nav a:visited {
  color: inherit;
}

.header__nav > ul {
  margin: auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  max-width: 1560px;
  height: 100%;
}

.header__icon-home {
  position: relative;
  color: #262626;
  font-family: TeleIcon-Outline;
  font-size: 24px;
}

.header__icon-home + span {
  position: relative;
  top: -2px;
  font-family: TeleGroteskNext-Bold, sans-serif;
}

.header__link--lvl-1 {
  flex-grow: 1;
  -webkit-box-flex: 1;
}

.header__link--lvl-1 > div > a:focus,
.header__link--lvl-1 > div > a:hover,
.header__link--lvl-1 > div > button:focus,
.header__link--lvl-1 > div > button:hover,
.header__link--lvl-1 > div > button.active {
  outline: none;
  background-color: #dbdbdb;
}

.header__link--lvl-1.active,
.header__link--lvl-1.active .header__icon-home,
.header__link--lvl-1.active .button-lvl-1 {
  color: #e20074;
  outline: none;
}

.header__link--lvl-1 > div:first-of-type {
  display: flex;
  height: 100%;
}

.header__link--lvl-1 > div > a,
.header__link--lvl-1 > div > button {
  margin: auto;
  padding: 7px 12px 6px;
  border-radius: 4px;
  color: #262626;
  font-family: TeleGroteskNext-Medium, sans-serif;
  font-size: 1.3125rem;
  text-align: center;
  line-height: 1.1em;
}

.header__link--lvl-1.active > div > a,
.header__link--lvl-1.active > div > button {
  color: #e20074;
  outline: none;
}

.header__link--lvl-1.active > div > a:hover,
.header__link--lvl-1.active > div > button:hover {
  background-color: transparent;
}

/* header-dropdown */
.header__dropdown-container {
  display: none;
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  z-index: 3;
  color: #262626;
  box-shadow: 0 3px 4px -3px rgba(0,0,0,.30);
  font-family: TeleGroteskNext-Medium, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.095238em;
  background-color: #fff;
}

.header__dropdown-container.open {
  display: block;
}

.header__dropdown-container.open.searchbar-visible {
  top: 220px;
}

.header__dropdown-container .button-close {
  position: absolute;
  top: 36px;
  right: 24px;
}

.header__dropdown-container > div > ul {
  padding: 42px 60px 42px 36px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  row-gap: 54px;
  -moz-column-gap: 5.3%;
  column-gap: 30px;
}

.header__dropdown-container > div[onmouseover] {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.header__dropdown-container.has-teaser > ul {
  grid-template-columns: 1fr 2fr;
}

.header__dropdown-container h4 {
  margin: 0 0 18px 0;
  min-height: 42px;
  font-family: TeleGroteskNext-ultra, sans-serif;
  font-size: 1.1875rem;
  line-height: 1.105263em;
}

.header__link--lvl-2 {
  margin-bottom: 6px;
}

.header__dropdown-container li {
  line-height: 1rem;
}

.header__link--lvl-2 > a,
.header__link--lvl-2 > button {
  padding: 9px 12px 8px 12px;
  display: inline-block;
  position: relative;
  left: -12px;
  border-radius: 4px;
  color: #262626;
  font-family: TeleGroteskNext-Medium, sans-serif;
  font-size: 1.1875rem;
  text-align: left;
  line-height: 1em;
}

.header__link--lvl-2.has-content > button {
  padding: 9px 24px 10px 12px;
}

.header__link--lvl-2.has-content.open > button {
  padding: 9px 24px 10px 12px;
}

.header__link--lvl-2.has-content > button::after {
  content: "\A7";
  display: inline-block;
  position: relative;
  top: 3px;
  left: 10px;
  font-family: TeleIcon-Outline;
  font-size: 1.25rem;
  transition: all .15s cubic-bezier(.445, .05, .55, .95);
}

.header__link--lvl-2.has-content.open > button::after {
  transform: rotate(90deg);
}

.header__link--lvl-2 > a:focus,
.header__link--lvl-2 > a:hover,
.header__link--lvl-2 > button:focus,
.header__link--lvl-2 > button:hover {
  color: #262626;
  outline: none;
  background-color: #ededed;
}

.header__link--lvl-2 ul {
  display: none;
}

.header__link--lvl-2.open:focus,
.header__link--lvl-2.open:hover {
  outline: none;
  background-color: transparent;
}

.header__link--lvl-2.open > button,
.header__link--lvl-2.open > button:focus,
.header__link--lvl-2.open > button:hover {
  outline: none;
}

.header__link--lvl-2.active > a,
.header__link--lvl-2.active > button,
.header__link--lvl-3.active > a {
  color: #e20074;
}

.header__link--lvl-2.open ul {
  display: block;
  position: relative;
  top: -6px;
  left: -12px;
}

.header__link--lvl-3 {
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  border-bottom: 1px solid #d0d0d0;
}

.header__link--lvl-3 a {
  padding: 10px 13px 9px;
  width: 100%;
  color: #262626;
  font-family: TeleGroteskNext-Regular, sans-serif;
  font-size: 1rem;
  line-height: 1.375em;
}

@media only screen and (max-width: 1023px) {
  .header__link--lvl-3 a {
    font-size: 1.375rem;
  }
}

.header__link--lvl-3:first-of-type {
  margin-top: 12px;
  border-top: 1px solid #d0d0d0;
}

.header__link--lvl-3 a:focus,
.header__link--lvl-3 a:hover {
  outline: none;
  background-color: #ededed;
}

/* searchbar */
.searchbar {
  display: none;
  position: absolute;
  top: 160px;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #d0d0d0;
  z-index: 11;
  background-color: #fff;
}

.searchbar__wrapper {
  margin: auto;
  padding: 12px 24px 0;
  display: flex;
  max-width: 1560px;
}

.searchbar.open {
  display: block;
}

.searchbar form {
  margin: auto;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  width: 100%;
  max-width: 1141px;
  height: 100%;
}

.searchbar .button {
  margin-top: 1px;
  padding: 8px 22px 6px;
  font-size: 1.125rem;
  line-height: 100%;
}

.searchbar .button-close {
  margin-left: 24px;
  float: right;
}

.searchbar input {
  margin: -2px 18px 0 0;
  position: relative;
  width: 100%;
  border: none;
  border-bottom: 1px solid #d0d0d0;
  font-size: 21px;
}

/* compress menu */
@media screen and (max-width: 1200px) {
  .header__nav > ul {
    padding: 0 24px 0 0;
  }

  .header__dropdown-container > div > ul {
    padding: 40px 84px 40px 40px;
  }

  .header__dropdown-container .button-close {
    top: 33px;
    right: 10px;
  }
}

@media screen and (max-width: 1029px) {
  .header {
    display: none;
  }
}
