/* Zentrale RHN-Navigation – auf allen Seiten identisch */
@media (min-width: 992px) {
  .header-style-1.with-logo-bg-strip .logo-header:after {
    top: 0 !important;
    bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .header-style-1 .header-middle.main-bar {
    display: grid !important;
    grid-template-columns: 370px minmax(0, 1fr) auto;
    align-items: center;
    justify-content: start;
    width: 100%;
    min-height: 100px;
  }

  .header-style-1 .logo-header {
    box-sizing: border-box;
    width: 350px;
    height: 100px;
    padding-left: 90px;
    display: flex;
    align-items: center;
  }

  .header-style-1 .logo-header .logo-header-inner {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .header-style-1 .logo-header .logo-header-inner img,
  .header-style-1 .rhn-logo-lockup {
    width: 265px;
  }

  .header-style-1 .rhn-logo-lockup .rhn-logo-word {
    left: 87px;
    top: 15px;
    font-size: 20px;
  }

  .header-style-1 .header-info-wraper {
    width: 100%;
    min-width: 0;
    justify-self: start;
    transform: none;
    box-sizing: border-box;
    padding-left: 38px;
  }

  .header-style-1 .main-bar-wraper,
  .header-style-1 .header-bottom,
  .header-style-1 .container-block,
  .header-style-1 .navigation-bar,
  .header-style-1 .header-nav {
    width: 100%;
    min-width: 0;
  }

  .header-style-1 .header-nav .nav {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .header-style-1 .header-nav .nav > li > a {
    padding: 35px 17px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    white-space: nowrap;
  }

  .header-style-1 .extra-nav {
    display: flex;
    align-items: center;
    justify-self: end;
    height: 100px;
    margin: 0;
    padding: 0 42px 0 24px;
  }

  .header-style-1 .extra-nav .extra-cell {
    display: block;
    padding: 0;
  }

  .header-style-1 .wt-topbar-left-info li {
    display: block;
    margin: 0;
    padding: 0;
  }

  .header-style-1 .wt-topbar-left-info li a {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    white-space: nowrap;
  }

  .header-style-1 .wt-topbar-left-info li a span {
    width: 38px;
    height: 38px;
    min-width: 38px;
    margin-right: 9px;
    border-radius: 8px 8px 0 8px;
    font-size: 18px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .header-style-1 .header-middle.main-bar {
    grid-template-columns: 240px minmax(0, 1fr) auto;
  }

  .header-style-1 .logo-header {
    width: 220px;
    padding-left: 55px;
  }

  .header-style-1 .header-info-wraper {
    padding-left: 28px;
  }

  .header-style-1 .logo-header .logo-header-inner img,
  .header-style-1 .rhn-logo-lockup {
    width: 180px;
  }

  .header-style-1 .rhn-logo-lockup .rhn-logo-word {
    left: 59px;
    top: 17px;
    font-size: 14px;
  }

  .header-style-1 .header-nav .nav > li > a {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  .header-style-1 .extra-nav {
    padding-right: 24px;
    padding-left: 18px;
  }

  .header-style-1 .wt-topbar-left-info li a {
    font-size: 14px;
  }

  .header-style-1 .wt-topbar-left-info li a span {
    width: 34px;
    height: 34px;
    min-width: 34px;
    margin-right: 7px;
    font-size: 16px;
  }
}
