.cb-header-mobile-inner {
  display: none;
}
.cb-header-mobile-submenu-1 {
  display: none;
  z-index: 3;
}
.cb-header-mobile-conference-btn {
  font-size: 1rem;
}

/* Mobile Version */
@media only screen and (max-width: 1439px) {
  #page > header {
    position: relative;
    z-index: 2;
  }
  #page > header button {
    font-family: var(--font-secondary);
    background-color: transparent;
  }
  .cb-navmenu__controls {
    display: none;
  }
  .cb-navmenu__logowrapper {
    padding-bottom: 0;
  }
  .cb-navmenu__logowrapper img {
    vertical-align: middle;
  }
  .cb-header-sitelogo a {
    padding-bottom: 0;
  }
  .cb-header-inner {
    display: none;
  }
  .cb-header-mobile-inner {
    display: flex;
    flex-flow: row;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 1rem;
    padding-right: 1rem;
    justify-content: space-between;
    box-shadow: 0 2px 4px 0 rgba(188, 188, 188, 0.5);
  }
  .cb-navmenu__right {
    display: flex;
    align-items: center;
    flex-basis: 30%;
    justify-content: flex-end;
    grid-column-gap: 2rem;
  }
  .cb-navmenu__right > .cb-navmenu__contact {
    display: none;
  }
  .cb-header-mobile-inner .cb-navmenu__logowrapper {
    flex-basis: 45%;
  }
  .cb-header-mobile-title {
    font-size: 1rem;
    font-weight: bold;
  }
  .cb-header-mobile-inner .cb-header-mobile-navicon {
    padding: 0;
    border: none;
    height: 15px;
    width: 25px;
    background-image: url("./assets/icons/mobile-burger.svg");
    background-color: transparent;
  }
  /* Icon-Bar */
  .cb-header-mobile-submenu-iconbar {
    display: flex;
    padding: 0 18px;
    justify-content: space-between;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(188, 188, 188, 0.5);
    grid-column-gap: 1.5rem;
    margin-bottom: 1rem;
    align-items: center;
    height: 69px;
    position: relative;
  }
  .cb-header-mobile-submenu-iconbar .lang-item {
    left: 0;
    box-sizing: border-box;
  }
  .cb-header-mobile-submenu-iconbar .cb-header-mobile-close {
    padding: 0;
    border: 0;
    background-color: transparent;
    z-index: 99;
  }
  .cb-header-mobile-submenu-iconbar .cb-header-control__sitesearch {
    min-width: auto;
    border: unset;
    height: unset;
  }
  .cb-header-mobile-submenu-iconbar .cb-header-control__sitesearch form {
    display: flex;
  }
  .cb-header-mobile-submenu-iconbar
    .cb-header-control__sitesearch
    #searchsubmit {
    padding: unset;
  }
  .cb-header-mobile-submenu-iconbar
    .cb-header-control__sitesearch
    #searchform
    input {
    padding: 0.5rem;
    display: none;
    position: absolute;
    left: 18px;
    background-color: white;
    z-index: 10;
    top: 13px;
  }
  .cb-header-mobile-submenu-iconbar .cb-header-mobile-back {
    padding: 0;
    border: none;
    color: var(--black);
  }
  .cb-header-mobile-submenu-iconbar .cb-header-mobile-back:hover {
    background: transparent;
  }
  .cb-header-mobile-submenu-iconbar .cb-header-control__languageswitch,
  .cb-header-mobile-submenu-iconbar .cb-header-control__contact {
    display: inline-block;
    border: unset;
    z-index: 0;
    max-height: 55px;
    z-index: 0;
  }
  .cb-header-mobile-submenu-iconbar .cb-header-control__languageswitch a {
    color: var(--black);
    text-decoration: none;
  }
  .cb-header-mobile-back span {
    font-size: 1.3rem;
    font-weight: bold;
  }
  .cb-header-mobile-back svg {
    transform: rotate(180deg);
    margin-right: 20px;
  }

  .cb-headermobile__right {
    display: flex;
    grid-column-gap: 1.5rem;
  }

  /* Submenüs */
  .cb-header-mobile-submenu-1,
  .cb-header-mobile-submenu-2,
  .cb-header-mobile-submenu-3 {
    display: block;
    overflow: hidden;
    width: 100%;
    position: fixed;
    background-color: white;
    top: 0;
    left: -100%;
    bottom: 0;
    right: 0;
    transition: left ease 0.5s;
  }
  .admin-bar .cb-header-mobile-submenu-1,
  .admin-bar .cb-header-mobile-submenu-2,
  .admin-bar .cb-header-mobile-submenu-3 {
    top: 46px; /*!! Höhe Admin-Bar ~Mirko */
  }
  .cb-header-mobile-submenu-1-items {
    display: flex;
    height: auto;
    width: 100%;
    flex-flow: column nowrap;
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 1.5rem;
  }
  .cb-header-mobile-submenu-2-items,
  .cb-header-mobile-submenu-3-items {
    display: flex;
    flex-flow: column;
    padding-left: 18px;
    padding-right: 18px;
  }
  .cb-header-mobile-submenu-1-items .cb-header-mobile-submenu-1-link,
  .cb-header-mobile-submenu-2-items .cb-header-mobile-submenu-2-link {
    display: flex;
    font-weight: 600;
    font-size: 1.3rem;
    color: var(--black);
    width: 100%;
    padding: 14px 1rem;
    border: none;
    justify-content: space-between;
    align-items: center;
    grid-column-gap: 20px;
    text-align: left;
    white-space: normal;
    border-bottom: 1px solid #efefef;
  }
  .cb-header-mobile-submenu-1-items .cb-header-mobile-submenu-1-link span,
  .cb-header-mobile-submenu-2-items .cb-header-mobile-submenu-2-link span {
    max-width: 70%;
    font-size: 18px;
  }
  .cb-header-mobile-submenu-2-link:hover {
    background-color: transparent;
  }
  .cb-header-mobile-submenu-1-item:last-of-type {
    margin-bottom: 0;
  }
  .cb-header-mobile-submenu-1-link:hover {
    background-color: transparent;
  }

  /* Sub-Submenü (vulgo: Detail) */
  .cb-header-mobile-submenu-2 .cb-header-mobile-submenu-iconbar {
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 10px;
  }
  .cb-header-mobile-submenu-2-main,
  .cb-header-mobile-submenu-3-main {
    font-size: 1.5rem;
    color: var(--black);
    text-decoration-color: var(--yellow);
    font-weight: bold;
    margin-top: 23px;
    margin-bottom: 23px;
  }
  .cb-header-mobile-submenu-2-sub,
  .cb-header-mobile-submenu-3-sub {
    padding: 14px 0;
    border-bottom: 1px solid #efefef;
    font-size: 18px;
    color: var(--black);
    text-decoration: none;
    font-weight: bold;
  }
  .cb-header-mobile-endpoint {
    display: inline-block;
  }
  .cb-underscore {
    position: relative;
  }
  .cb-underscore:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 2px;
    width: 75px;
    background-color: var(--e-global-color-secondary);
  }

  /* Endpoints */
  .cb-header-mobile-endpoint {
    color: var(--black);
    font-size: 1.3rem;
    font-weight: 600;
    padding: 20px 0;
    width: 100%;
    text-decoration-color: var(--yellow);
  }

  /* Language Switcher */
  .cb-language-switcher-btn {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    color: var(--black);
    margin-top: 20%;
  }

  /* Tool Login */
  .cb-header-mobile__login {
    padding: 0 18px;
  }
  .cb-header-mobile__login .cb-header-control__tool-login {
    max-width: none;
    display: block;
    z-index: -1;
  }
  .cb-header-mobile__login .cb-header-control__tool-login.open {
    background-color: black;
  }
  .cb-header-mobile__login .cb-header__tool-dropdown-btn {
    display: flex;
    height: 55px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .cb-header-mobile__login .cb-header__tool-dropdown a {
    color: var(--black);
  }
}
