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

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

.header-mobile li {
  margin: 0;
}

.header-mobile__icon-home {
  margin-right: 1px;
  position: relative;
  top: 1px;
  color: #262626;
  font-family: TeleIcon-Outline;
  font-size: 24px;
  line-height: 50px;
}

.header-mobile__icon-home + span {
  font-family: TeleGroteskNext-Bold, sans-serif;
}

.header-mobile__meta {
  padding-bottom: 3px;
  background-color: #000;
}

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

.header-mobile__meta a,
.header-mobile__meta a:hover,
.header-mobile__meta a:visited,
.header-mobile__meta a:visited:hover {
  color: #fff !important;
}

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

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

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

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

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

.header-mobile__meta li {
  display: inline-block;
}

.header-mobile__meta ul > li:first-of-type .header-mobile__meta-link {
  margin-left: 0;
}

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

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

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

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

.header-mobile__brandbar {
  height: 66px;
  background-color: #e20074;
}

.header-mobile__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-mobile__brandbar .t-systems-logo {
  height: 44px;
}

.header-mobile__brandbar .t-systems-logo img {
  margin-left: -9px;
  height: 100%;
}

@media screen and (max-width: 539px) {
  .header-mobile__brandbar .t-systems-logo img {
    margin-left: -3px;
  }
}

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

.header-mobile__button-search {
  margin: 12px 16px 0 0;
  float: right;
  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-mobile__button-search.open,
.header-mobile__button-search:hover {
  outline: 0;
  background-color: #dbdbdb;
}

.header-mobile__brandbar .t-systems-claim {
  margin: 2px 0 0 6px;
  width: 225px;
}

.header-mobile__nav {
  position: relative;
  height: 60px;
  border-bottom: 1px solid #d0d0d0;
  background-color: #fff;
}

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

.header-mobile__nav a:visited {
  color: inherit;
}

.header-mobile__nav li {
  transition-duration: .2s;
}

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

li.header-mobile__back-link,
li.header-mobile__link:first-of-type {
  height: 55px;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

li.header-mobile__link {
  height: 54px;
  border-bottom: 1px solid #d0d0d0;
}

.header-mobile__link > div:focus,
.header-mobile__link > div:hover {
  outline: 0;
}

.header-mobile__back-link > div > button,
.header-mobile__link > div > a,
.header-mobile__link > div > button {
  padding: 1px 0 0 12px;
  width: 100%;
  color: #262626;
  font-family: TeleGroteskNext-Medium, sans-serif;
  font-size: 1.3125rem;
  text-align: left;
  line-height: 53px;
}

.header-mobile__link > div > button::after {
  content: "\A7";
  margin-right: 13px;
  position: relative;
  float: right;
  top: -1px;
  font-family: TeleIcon-Outline;
  font-size: 1.3125rem;
}

.header-mobile__back-link > div > button::before {
  content: "\25";
  margin-right: 13px;
  position: relative;
  float: left;
  top: -1px;
  font-family: TeleIcon-Outline;
  font-size: 1.3125rem;
}

.header-mobile__link.active > div > a,
.header-mobile__link.active >div > a .header-mobile__icon-home,
.header-mobile__link.active > div > button {
  color: #e20074;
  outline: 0;
}

.header-mobile__button-menu {
  margin: 12px 0 0 16px;
  float: left;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background-image: url(../img/icon-hamburger-menu.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36px;
}

.header-mobile__button-menu.open,
.header-mobile__button-menu:hover {
  outline: 0;
  background-color: #dbdbdb;
}

.header-mobile__button-menu.open {
  background-image: url(../img/icon-close.svg);
}

.header-mobile__menu {
  display: none;
  position: absolute;
  top: 59px;
  bottom: 0;
  width: 100%;
  min-height: calc(100vh + 45px);
  z-index: 3;
  background-color: #fff;
}

.header-mobile__submenu {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  min-height: calc(100vh + 45px);
  z-index: 1;
  box-shadow: 0 3px 4px -3px rgba(0,0,0,.30);
  background-color: #fff;
}

.header-mobile__menu.searchbar-visible,
.header-mobile__submenu.searchbar-visible  {
  top: 113px;
  z-index: 11;
}

.header-mobile__menu.open,
.header-mobile__submenu.open {
  display: block;
}

.header-mobile__menu li:hover {
  background-color: #ededed;
}

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

.header-mobile__submenu-1-container.open {
  display: block;
}

.header-mobile .button-close {
  padding: 0 !important;
  position: absolute;
  top: 37px;
  right: 28px;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 4px;
  background-color: transparent;
  background-image: url(../img/icon-close.svg);
  background-position: center;
}

.header-mobile .button-close:focus,
.header-mobile .button-close:hover {
  background-color: #ededed;
}

.header-mobile__submenu-1-container > 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-mobile__submenu-1-container li {
  line-height: 1rem;
}

.searchbar-mobile {
  padding: 0 18px;
  display: none;
  position: absolute;
  top: 59px;
  width: 100%;
  height: 54px;
  border-top: 1px solid #d0d0d0;
  z-index: 11;
  box-shadow: 0 3px 4px -3px rgba(0, 0, 0, .3);
  background-color: #fff;
}

.searchbar-mobile.open {
  display: block;
}

.searchbar-mobile > div {
  margin: auto;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  width: 100%;
  max-width: 1142px;
  height: 100%;
}

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

.searchbar-mobile .button {
  padding: 7px 12px 6px;
  font-size: 1.125rem;
  line-height: 1em;
}

.searchbar-mobile .button-close {
  display: none;
  top: 11px;
  right: 18px;
}

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

@media screen and (min-width: 1030px) {
  .header-mobile {
    display: none;
  }
}

@media screen and (max-width: 539px) {
  .header-mobile__meta > .wrapper {
    padding: 0 18px;
  }

  .header-mobile__meta ul {
    justify-content: flex-start;
  }

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

  .header-mobile__brandbar .t-systems-logo {
    height: 36px;
  }

  .header-mobile__brandbar .t-systems-claim {
    width: 158px;
  }
}

@media screen and (max-width: 459px) {
  .header-mobile__meta > .wrapper {
    padding: 0 12px;
  }

  .header-mobile__meta-link {
    margin: 7px 1em 0 0;
  }

  .header-mobile__meta * {
    font-size: .9375rem;
  }

  .header-mobile__brandbar > .wrapper {
    padding: 0 12px;
  }

  .header-mobile__brandbar .t-systems-logo {
    height: 30px;
  }

  .header-mobile__brandbar .t-systems-claim {
    width: 140px;
  }

  .header-mobile__button-menu {
    margin: 12px 0 0 12px;
  }

  .header-mobile__button-search {
    margin: 12px 12px 0 0;
  }

  .searchbar-mobile {
    padding: 0 12px;
  }

  .searchbar-mobile input {
    font-size: 1.125rem;
  }

  .header-mobile__menu li {
    padding: 0;
  }
}

@media screen and (max-width: 369px) {
  .header-mobile__meta ul > li:first-of-type .header-mobile__meta-link > span:first-of-type {
    display: none;
  }

  .header-mobile__brandbar .t-systems-claim {
    display: none;
  }
}
