/* ====================================== */
/* ========== Header ==================== */
/* ====================================== */

#site-header-logo img {
  width: 135px;
}

#site-header {
  position: relative;
  width: 100%;
  z-index: 50;
  background: #fff;
  align-items: flex-start;
  border-bottom: 1px solid #979797;
}

body.rubrik-swrsport {
  border-top: 4px solid #5920C0;
}

body.rubrik-swrglobal #site-header-logo img {
  width: 68px;
}

body.rubrik-swrglobal {
  border-top: 4px solid #5920C0;
}

body.rubrik-swraktuell #site-header-logo img {
  width: 157px;
}

body.rubrik-swraktuell {
  border-top: 4px solid #00677F;
}

body.rubrik-swr1 {
  border-top: 4px solid #ffcc00;
}

body.rubrik-swr2 {
  border-top: 4px solid #000000;
}

body.rubrik-swr1 #site-header-logo img,
body.rubrik-swr2 #site-header-logo img,
body.rubrik-swr4 #site-header-logo img {
  width: 80px;
}

body.rubrik-swr4 {
  border-top: 4px solid #93c030;
}

body.rubrik-swrherzenssache #site-header-logo img {
  width: 151px;
}

body.rubrik-swrherzenssache {
  border-top: 4px solid #e3001b;
}

#site-header-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
}

#site-header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media screen and (min-width:992px) {
  #site-header-inner {
    height: 60px;
  }

  #site-header-logo img {
    width: 165px;
  }

  body.rubrik-swrglobal #site-header-logo img {
    width: 81px;
  }

  body.rubrik-swraktuell #site-header-logo img {
    width: 194px;
  }

  body.rubrik-swr1 #site-header-logo img,
  body.rubrik-swr2 #site-header-logo img,
  body.rubrik-swr4 #site-header-logo img {
    width: 97px;
  }

  body.rubrik-swrherzenssache #site-header-logo img {
    width: 178px;
  }
}


/* ====================================== */
/* ========== Breadcrumb ================ */
/* ====================================== */


.breadcrumbs {
  background-color: #f2f2f2;
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  padding-left: 0;
  padding-right: 0
}

@media (min-width:992px) {
  .breadcrumbs {
    margin-bottom: 32px;
    padding-left: 10px;
    padding-right: 10px
  }
}

.breadcrumbs nav {
  position: relative;
  width: calc(100% - 20px);
  margin: 0 auto;
}

.breadcrumb {
  height: 32px;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background: none;
  margin: 0 auto;
  list-style: none;
}

@media (min-width:992px) {
  .breadcrumb {
    height: 40px
  }
}

@media (min-width:1200px) {
  .breadcrumb {
    width: 979px;
    max-width: inherit
  }
}

.breadcrumb a,
.breadcrumb li,
.breadcrumb li.active {
  font-size: .875rem;
  font-weight: 500;
  color: #333;
  height: 18px
}

@media (min-width:992px) {

  .breadcrumb a,
  .breadcrumb li,
  .breadcrumb li.active {
    font-size: 1rem;
    height: 21px;
    margin-left: 0
  }
}

.breadcrumb li>a {
  text-decoration: underline;
  position: relative;
  top: 2px
}

.breadcrumb li>a:focus,
.breadcrumb li>a:hover {
  font-weight: 700
}

.breadcrumb li {
  padding: 0
}

.breadcrumb>li+li:before {
  content: " / ";
  font-size: .875rem;
  font-weight: 500;
  color: #ccc;
  position: relative;
  top: 1px;
  padding: 0 8px 0 12px
}

.breadcrumb li:first-of-type a:before {
  content: url(../images/swr-klein-333.svg);
  display: inline-block;
  width: 38px;
  position: relative
}

@media (min-width:992px) {
  .breadcrumb li:first-of-type a:before {
    top: 2px;
    width: 46px
  }
}

.breadcrumb li:first-of-type a span {
  width: 1px !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important
}

/* ====================================== */
/* ========== Header invertiert ========= */
/* ====================================== */

body.invert #site-header {
  position: relative;
  width: 100%;
  z-index: 50;
  background: #1D0B40;
  align-items: flex-start;
  border-bottom: none;
}

body.invert #site-header-inner {
  justify-content: flex-start;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 16px;
}

@media (max-width:767px) {
  body.invert #site-header-inner {
    width: 100%;
  }
}

@media screen and (min-width:992px) {
  body.invert #site-header-inner {
    padding-left: 80px;
    width: 100%;
  }
}

@media (min-width:1200px) {
  body.invert #site-header-inner {
    width: 100%;
  }
}

@media screen and (min-width: 1901px) {
  body.invert #site-header-inner {
    width: 1424px;
  }
}

body.invert {
  border-top: none;
}