:root {
  --primary-color: #004f80;
}
/**** Faktensuche ****/
#search.c-faktensuche__input {
  padding-bottom: 0;
  margin-top: 5px;
}
#search.c-faktensuche__input input[type="text"] {
  font-size: 15px;
}
.c-faktensuche__facets {
  display: flex;
  margin-top: 15px;
}
.c-faktensuche__facet {
  position: relative;
  font-size: 15px;
  border: 2px solid #E7E2CE;
  border-radius: 5px;
  margin-bottom: 10px;
}
.c-faktensuche__facet a {
  color: #373737;
}
.c-faktensuche__facet>a,
.c-faktensuche__facet>span {
  padding: 10px 0 10px 50px;
  display: block;
  width: 100%;
  height: 100%;
}
.c-faktensuche__facet .selectedFacet {
  background-color: #E7E2CE;
}
.c-faktensuche__facets .c-faktensuche__block:first-child {
  margin-right: 10px;
}
.c-faktensuche__facet img {
  position: absolute;
  top: -20px;
  left: -13px;
  transform: scale(0.4);
}
.c-faktensuche__facet .selectedFacet::before {
  content: '';
  display: block;
  background-color: #FFFFFF;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 7px;
}
.searchresult__faktensuche h3.withHeader {
  padding-top: 0;
}
/****
 * GSBBIB-12: Abstand zur Bühne auf 30px erweitern
 *****/
#supplement #addContent,
#content {
  padding-top: 30px;
}
/****
 * GSBBIB-12: Aufbau Footer anpassen
 *****/
#footer #siteInfo ul {
  margin-top: 20px;
}
#footer #siteInfo ul a {
  text-transform: uppercase;
}
/**** Newsletter-Anmeldung ****/
.newsletter-format {
  display: none;
}
/**** Umstellung allg. Suche ****/
.c-searchresult__filter .c-facet__wrapper {
  background-color: #eee;
  border: 1px solid #004f80;
  border-radius: 5px;
  padding: 0;
}
.c-searchresult__filter .c-facet__wrapper .toggleEntry {
  border-bottom: 0;
}
.c-searchresult__filter .c-facet__wrapper .c-facet__h.heading {
  margin: 0;
  padding: 1rem 2rem;
  border-top: 0;
  border-top: 1px solid #004f80;
}
.c-searchresult__filter .c-facet__wrapper .toggleEntry:first-child .c-facet__h.heading {
  border-top: 0;
}
#content .c-searchresult__filter .c-facet__wrapper .c-facet__list {
  padding: 1rem 2rem;
  margin-bottom: 0;
}
.c-searchresult__filter .c-facet__wrapper .c-facet__list::after {
  content: "";
  display: block;
  clear: both;
}
#content .c-searchresult__filter .c-facet__wrapper .c-facet__li {
  position: relative;
  font-size: 15px;
  border: 2px solid #e7e2ce;
  border-radius: 5px;
  margin-bottom: 10px;
  list-style: none;
  float: left;
  display: inline-block;
  background-color: #fff;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
}
#content .c-searchresult__filter .c-facet__wrapper .c-facet__li.selectedFacet {
  background-color: #e7e2ce;
}
#content .c-searchresult__filter .c-facet__wrapper .c-facet__li.selectedFacet a {
  font-weight: bold;
}
.c-searchresult__filter {
  margin-bottom: 2rem;
}
.c-searchresult__filter .c-facet-reset {
  margin-top: 1rem;
  padding: 0;
  margin-bottom: 0;
}
.c-searchresult__filter .c-facet-reset::after {
  content: "";
  display: block;
  clear: both;
}
#content .c-searchresult__filter .c-facet-reset .c-facet-reset__ul {
  margin-bottom: 0;
  padding-left: 0;
}
#content .c-searchresult__filter .c-facet-reset .c-facet-reset__li {
  position: relative;
  font-size: 15px;
  border: 2px solid #e7e2ce;
  border-radius: 5px;
  margin-top: 10px;
  list-style: none;
  float: left;
  display: inline-block;
  background-color: #fff;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
}
#content .c-searchresult__filter .c-facet-reset .c-facet-reset__li.selectedFacet {
  background-color: #e7e2ce;
}
#content .c-searchresult__filter .c-facet-reset .c-facet-reset__li.selectedFacet a {
  font-weight: bold;
}
#content .solrSortLinks .headding-label {
  position: absolute;
  top: -2rem;
  font-size: 1.5rem;
}
.navIndex.navIndex--top {
    margin-top: 2rem;
}
#content .solrSortLinks .facets .heading.heading-float {
  width: auto;
  display: block;
}
#content .solrSortResults {
  margin-bottom: 0;
  padding: 9px 5px 8px;
}
#content .solrSortLinks .toggleWrapper {
  margin-left: 9rem;
}
#content .solrSortLinks .sortlinks-label {
  position: absolute;
  font-size: 1.5rem;
  padding: 9px 5px 8px;
}
#content .solrSortLinks .facets .tabs-container .links {
  padding-left: 5px;
  padding-bottom: 5px;
}
#content .searchresult.searchresult-expertsearch {
  margin-top: 2rem;
}
.navIndex.navIndex--top {
  margin-top: 2rem;
}
/****
 * GSBBIB-136:
 *   - Videos auf volle Breite und Höhe anhand des Seitenverhältnisses 16:9
 *   - Nutzerzustimmung bei YouTube- bzw. Vimeo-Videos
 *****/
.mejs__container {
  aspect-ratio: 16/9;
  video {
    max-width: 100%;
  }
  video:not([width]) {
    width: 100%;
  }
}
.mejs__controls:not([style*="display: none"]) {
  --text-color: #ffffff;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.85));
}
.c-video {
  --background-color: #ffffff;
  --text-color: #373737;
  aspect-ratio: 16/9;
  height: auto !important;
  position: relative;
  width: 100% !important;
  * {
    color: var(--text-color);
    &:not([class*=mejs]) {
      font-size: 1.5rem;
    }
  }
}
.c-video.consent-required {
  --background-color: rgba(0, 0, 0, 0.5);
  background-color: var(--background-color);
  background-blend-mode: multiply;
  min-height: 240px;
  margin-bottom: 20px
}
.c-video__watermark {
  --background-color: rgba(0, 0, 0, 0.54);
  --text-color: #ffffff;
  background-color: var(--background-color);
  padding: 2px;
  line-height: 0;
  display: none;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 1
}
.c-video__watermark:hover {
  outline: 1px solid currentColor;
  outline-offset: 1px
}
.c-video__watermark:hover svg {
  --text-color: #ffffff;
}
.c-video__watermark:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 1px
}
.c-video__watermark:focus-visible svg {
  --text-color: #ffffff;
}
.consent-required .c-video__watermark {
  display: block
}
.c-video__watermark svg {
  width: 30px;
  height: auto
}
.c-multimedia-consent__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  backdrop-filter: blur(3px);
}
.c-multimedia-consent__container {
  --background-color: #ffffff;
  --text-color: #000000;
  background-color: var(--background-color);
  position: relative;
  width: 100%;
  height: calc(100% - 20px);
  max-width: calc(100% - 20px);
  padding: 40px 10px 10px;
  margin: 10px;
}
.c-multimedia-consent__container .c-button {
  --text-color: #ffffff;
  background-color: var(--primary-color);
  font-size: 1.6rem;
  line-height: 1.6rem;
  padding: 19px 30px 21px;
}
@media only screen and (min-width: 37.563em),print {
  .c-multimedia-consent-container {
    padding-top: 60px;
  }
  .c-video {
    page-break-inside: avoid;
    .consent-container {
      padding-top: 60px
    }
  }
  .c-video__watermark {
    top: 35px;
    right: 35px;
  }
}
@media(prefers-color-scheme: dark) {
  .c-video.consent-required {
    --background-color: #2d2c2f;
  }
  .c-multimedia-consent-container {
    --background-color: #2d2c2f;
    --text-color: #e9eef1;
  }
  .c-multimedia-consent__container {
    --background-color: #2d2c2f;
  }
}
/**** 2025-04-06: Start: Erweiterter Cookiebanner ****/
.banner-visible .mfp-inline-holder .mfp-content,
.banner-visible .mfp-ajax-holder .mfp-content {
 background-color: #fff;
 max-width: calc(100% - 40px);
 position: absolute;
 top: 75px;
 left: 50%;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 width: 100%;
}
.cookiebanner .cookiebannerbox:not(.cookiebannerbox--drm) input[type='checkbox']+label.cookiebanner-control__label {
 margin-top: 0;
 margin-bottom: 26px;
}
.cookiebanner .cookiebannerbox:not(.cookiebannerbox--drm) input[disabled]+label.cookiebanner-control__label {
    cursor: not-allowed;
}
.banner-visible .mfp-content {
 // padding: 0;
}
.text-right {
 text-align: right;
}
.cookiebannerbox .cookiebanner-control__element {
  display: none;
}
.cookiebanner .cookiebannerbox:not(.cookiebannerbox--drm) input[type='checkbox']+label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid #373737;
  border-radius: 5px;
  top: 1px;
  left: 0;
}
.cookiebanner .cookiebannerbox:not(.cookiebannerbox--drm) input[type='checkbox']:checked+label::after {
  content: '' !important;
  position: absolute;
  top: 3px;
  left: 7px;
  display: block !important;
  transform: rotate(45deg);
  height: 15px;
  width: 8px;
  border-bottom: 3px solid #005590;
  border-right: 3px solid #005590;
}
.cookiebanner .cookiebannerbox:not(.cookiebannerbox--drm) input[type='checkbox']+label {
 color: #005590;
 padding-right: 16px;
 padding-left: 30px;
 margin-top: 16px;
 margin-bottom: 10px;
 font-weight: 700;
 position: relative;
 cursor: pointer;
}
.cookiebanner .cookiebannerbox:not(.cookiebannerbox--drm) input[type='checkbox']:active+label,
input[type='checkbox']:focus+label,
input[type='checkbox']:hover+label {
 text-decoration: underline;
}
.cookiebanner {
 background: #fff;
 padding: 4px 18px;
 border-bottom: 3px solid #005590;
 overflow: hidden
}
.cookiebanner__placeholder {
 background-color: #005590
}
.cookiebanner h1,
.cookiebanner h2 {
 font-family: "bundessansweb", Arial, helvetica, sans-serif, "Droid Sans";
 font-weight: bold;
 font-size: 2.8rem;
 color: #005590;
 margin-bottom: 10px;
 text-align: left;
}
.cookiebanner button {
 border: 1px solid #005590;
 margin-right: 20px;
 margin-top: 20px
}
.cookiebanner button:first-child {
 margin-top: 0
}
.cookiebanner .all {
 display: none
}
.cookiebanner button {
 cursor: pointer;
}
.cookiebanner.classic {
 background: #005590;
 color: #fff
}
.cookiebanner-section__title {
 margin-right: 40px
}
.cookiebanner-section__title:active button,
.cookiebanner-section__title:focus button,
.cookiebanner-section__title:hover button {
 color: #005590;
 text-decoration: underline
}
.cookiebanner-section__title:active.active-control::after,
.cookiebanner-section__title:focus.active-control::after,
.cookiebanner-section__title:hover.active-control::after {
 position: relative
}
.cookiebanner-section__title:active.inactive-control::after,
.cookiebanner-section__title:focus.inactive-control::after,
.cookiebanner-section__title:hover.inactive-control::after {
 position: relative
}
.cookiebanner-section__title::after {
 left: .5em;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%)
}
.cookiebanner-section__title.active-control::after {
 position: relative
}
.cookiebanner-section__title.inactive-control::after {
 position: relative
}
.cookiebanner-control__label {
 margin-bottom: 20px
}
.cookiebanner-control__label::after {
 content: none !important
}
[disabled]+.cookiebanner-control__label:active,
[disabled]+.cookiebanner-control__label:focus,
[disabled]+.cookiebanner-control__label:hover {
 cursor: not-allowed
}
.cookiebanner__restrictive {
 display: none;
 position: relative !important
}
.mfp-content .cookiebanner__restrictive {
 display: block
}
.cookiebanner__restrictive .button {
 display: inline-block;
 margin-right: 10px;
 color: #fff;
 background-color: #005590
}
.cookiebanner__restrictive .button:active,
.cookiebanner__restrictive .button:focus,
.cookiebanner__restrictive .button:hover {
 background: #aaa;
 text-decoration: underline
}
.js-on .cookiebanner {
 background: linear-gradient(180deg, transparent 26px, rgba(117, 117, 117, 0.8) 26px);
 width: 100%;
 height: auto;
 border: none;
 position: fixed;
 bottom: 0;
 z-index: 1531;
 overflow: inherit
}
.js-on .cookiebanner::before {
 content: '\a0';
 height: 26px;
 display: block
}
.js-on .cookiebanner--inactive {
 width: auto;
 padding: 0
}
.js-on .cookiebanner--inactive::before {
 content: none
}
.js-on .cookiebanner__relative {
 position: relative !important
}
.js-on .cookiebanner__relative.top {
 margin-top: -13px
}
.js-on .cookiebanner__restrictive {
 background: none
}
.js-on .cookiebanner.top:not(.cookiebanner__restrictive) {
 background: linear-gradient(0deg, transparent 26px, rgba(117, 117, 117, 0.8) 26px);
 padding-top: 4.8rem;
 top: -1000px;
 bottom: auto
}
.js-on .cookiebanner.top:not(.cookiebanner__restrictive)::before {
 display: none
}
.js-on .cookiebanner.top:not(.cookiebanner__restrictive)::after {
 content: '\a0';
 height: 26px;
 display: block
}
.js-on .cookiebanner.top:not(.cookiebanner__restrictive) .cookiebannerbox {
 top: 15px
}
.js-on .cookiebanner.classic {
 background-color: #005590;
 color: #fff
}
.js-on .cookiebanner.classic .cookiebannerbox {
 top: 0;
 bottom: 0
}
.js-on .cookiebanner.classic .cookiebannerbox>div {
 background-color: #005590;
 padding: 10px 0;
 -webkit-box-shadow: none;
 box-shadow: none;
 color: #fff
}
.js-on .cookiebanner.classic .cookiebannerbox>div .button {
 background-color: #fff;
 color: #005590
}
.js-on .cookiebanner.classic .cookiebannerbox a.RichTextIntLink {
 padding-left: 20px;
 color: #fff;
 position: relative
}
.js-on .cookiebanner.classic .cookiebannerbox a.RichTextIntLink:before {
 content: '';
 display: inline-block;
 position: absolute;
 width: 14px;
 height: 17px;
 background: url("../icons/sprite.svg") no-repeat -290px -861.8px;
 top: 5px;
 left: 9px
}
.js-on .cookiebanner.classic.top .cookiebannerbox>div {
 background-color: #005590;
 padding: 10px 0 0;
 -webkit-box-shadow: none;
 box-shadow: none;
 color: #fff
}
.js-on .cookiebanner .cookiebannerbox {
 width: 100%;
 margin: 0 auto;
 position: relative;
 top: -15px
}
.js-on .cookiebanner .cookiebannerbox>div.row {
width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 144em;
    box-shadow: none;
  background: none;
  border: none;
}
.js-on .cookiebanner .cookiebannerbox>div .all {
 margin-bottom: 10px;
 display: block
}
.js-on .cookiebannerbox .picture {
 display: none
}
@media only screen and (min-width: 768px) {
 .banner-visible .mfp-inline-holder .mfp-content,
 .banner-visible .mfp-ajax-holder .mfp-content {
  width: auto;
 }
 .js-on .cookiebanner {
  width: 700px;
 }
}
@media only screen and (min-width: 1024px) {
 .js-on .cookiebanner {
  width: 784px;
 }
}
button.c-button {
    font-weight: bold;
    background-color: #005590;
    border-color: #005590;
    color: white;
    padding: 4px 10px 7px;
    text-transform: uppercase;
    width: auto;
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;    
}
/**** 2025-04-06: Ende: Erweiterter Cookiebanner ****/

/**** 2025-04-10: Start: Icons in der mobilen Navigation ****/
#menu .navTwitter>a, #menu .navTwitter strong {
    background-position-y: -2204px;
}
#menu .navLinkedIn>a, #menu .navLinkedIn strong {
    background: url(/SiteGlobals/Frontend/Images/icons/sprite-mobile.png?__blob=normal) no-repeat 10px -2623px;
    padding-left: 40px;
}
#menu .navMastodon>a, #menu .navMastodon strong {
    background: url(/SiteGlobals/Frontend/Images/icons/sprite-mobile.png?__blob=normal) no-repeat 10px -2817px;
    padding-left: 40px;
}
#menu .navYouTube>a, #menu .navYouTube strong {
    background-position-y: -2445px;
}
/**** 2025-04-10: Ende: Icons in der mobilen Navigation ****/
