@charset "UTF-8";
.teaser-switcher h3 span::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 15px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=3) no-repeat -362px -123px;
  margin-right: 10px;
  position: relative;
}

.teaser-switcher h3 span {
  display: block;
  margin-bottom: 8px;
}

.teaser-switcher h3 {
  font-family: 'Asap', sans-serif;
  font-size: 1.5rem;
  line-height: 2.4rem;
}

.teaser-switcher h3 {
  font-weight: 500;
  margin-bottom: 16px;
}

#anfang:focus::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #2A3E92;
  height: 100%;
  left: -5px;
  width: 3px;
  bottom: 0;
}

#anfang {
  position: relative;
  display: inline-block;
}

input.submit:hover, input.submit:focus, input.submit:active, input.reset:hover, input.reset:focus, input.reset:active {
  text-decoration: underline;
  cursor: pointer;
}

.navBreadcrumbs .first a:active,
.navBreadcrumbs .first a:focus {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  outline: none;
}

.navBreadcrumbs .first a {
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

/* .c-banner--pinned .flex-dir-column {
   flex-direction: column-reverse;
} */
.navIndex li:first-child {
  float: left;
  margin-right: 10px;
}

.navIndex li:last-child {
  float: right;
  margin-left: 10px;
}

#menu .close-button {
  z-index: 1001;
  cursor: pointer;
}

.gsb .navSkip a:focus,
.gsb .navSkip a:active {
  top: 10rem;
}

.js-on .stage .slick-dots li button {
  border: 1px solid #fff;
  background-color: #B7001F;
}

.js-on .stage .slick-dots .slick-active button {
  background-color: #FFFFFF;
}

.js-on .stage .slick-dots .slick-active button:hover,
.js-on .stage .slick-dots .slick-active button:focus,
.js-on .stage .slick-dots .slick-active button:active {
  background-color: #fff;
}

.c-sticky-nav__item:focus-within {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: #00305B;
}

.c-sticky-nav__item.focus-within {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: #00305B;
}

.siteInfo ul li a:active,
.siteInfo ul li a:focus,
.siteInfo ul li a:hover,
.footer .copyright a:active,
.footer .copyright a:focus,
.footer .copyright a:hover {
  text-decoration: underline;
}

.navFunctions a:active,
.navFunctions a:focus,
.navFunctions a:hover,
.navFunctions .navFunctionsPrint a:active,
.navFunctions .navFunctionsPrint a:focus,
.navFunctions .navFunctionsPrint a:hover,
.navFunctions .navFunctionsRecommend a:active,
.navFunctions .navFunctionsRecommend a:focus,
.navFunctions .navFunctionsRecommend a:hover,
.footer .navToTop a:active,
.footer .navToTop a:focus,
.footer .navToTop a:hover {
  color: #000;
  text-decoration: underline;
}

.js-on .teaser-switcher .slick-dots .slick-active button:hover,
.js-on .teaser-switcher .slick-dots .slick-active button:active,
.js-on .teaser-switcher .slick-dots .slick-active button:focus {
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #B7001F;
}

.js-on .stage .navigation button:focus:not([disabled]),
.js-on .stage .navigation button:hover:not([disabled]),
.js-on .stage .navigation button:active:not([disabled]),
.js-on .teaser-switcher .navigation button:focus:not([disabled]),
.js-on .teaser-switcher .navigation button:hover:not([disabled]),
.js-on .teaser-switcher .navigation button:active:not([disabled]) {
  opacity: 1;
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

.js-on .stage .navigation button:not([disabled]),
.js-on .teaser-switcher .navigation button:not([disabled]) {
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  cursor: pointer;
}

.slick-slide[tabindex="0"]:focus {
  outline: 1px solid #0069B7;
  outline-offset: -1px;
}

.stage .slick-slide[tabindex="0"]:focus {
  outline: 1px solid #fff;
}

.c-sticky-nav__item a:active,
.c-sticky-nav__item a:hover,
.c-sticky-nav__item a:focus,
.c-quote footer a:active,
.c-quote footer a:focus,
.c-quote footer a:hover,
.gsb .c-button:focus,
.gsb .c-button:active,
.gsb .c-button:hover,
#navServiceMeta a:active,
#navServiceMeta a:focus,
#navServiceMeta a:hover {
  color: #fff;
}

.js-on .stage .slick-dots button {
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.js-on .stage .slick-dots button:focus {
  text-decoration: underline;
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  outline: none;
}

.js-on .stage .navigation button.playbutton {
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.js-on .stage .navigation button.playbutton:active,
.js-on .stage .navigation button.playbutton:focus,
.js-on .stage .navigation button.playbutton:hover {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  background: none;
  outline: 0;
}

.js-on .stage .navigation button.playbutton:active,
.js-on .stage .navigation button.playbutton:focus,
.js-on .stage .navigation button.playbutton:hover,
.js-on .stage .navigation button.slick-arrow:active,
.js-on .stage .navigation button.slick-arrow:focus,
.js-on .stage .navigation button.slick-arrow:hover {
  background: none;
  outline: none;
}

.stage .imageContainer a:focus {
  margin: 0;
  outline: 2px solid #fff;
  outline-offset: -1px;
}

.mejs-container:focus .mejs-overlay-button,
.mejs-overlay:focus .mejs-overlay-button,
.mejs-overlay .mejs-overlay-button:focus {
  background-position: 0 -100px;
}

.mejs-inner:focus-within .mejs-overlay-button {
  background-position: 0 -100px;
}

.navPrimary > ul > li a:active,
.navPrimary > ul > li a:focus,
.navPrimary > ul > li a:hover {
  text-decoration: underline;
}

.search-button span {
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.navPrimary .search-button:focus span {
  -webkit-transform: scale(1.15) translate(-50%, -50%);
  -ms-transform: scale(1.15) translate(-50%, -50%);
  transform: scale(1.15) translate(-50%, -50%);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

a[id*="doc"],
a[id*="related"] {
  display: block;
}

.pbeOver {
  outline: 3px solid #004f80;
}

.pbe-hover-active {
  outline: 3px solid #004f80;
}

.clearafter {
  font-size: 1.7rem;
  clear: both;
}

.clearafter + p {
  clear: both;
  padding-top: 16px;
}

.clearafter + p.picture {
  clear: both;
  padding-top: 0px;
}

.clearafter + div {
  clear: both;
  padding-top: 16px;
}

.clearafterwithline {
  font-size: 1.7rem;
  clear: both;
}

.clearafterwithline + p {
  clear: both;
  border-bottom: 1px solid #CCCCCC;
  padding-top: 16px;
}

.clearafterwithline + div {
  clear: both;
  border-bottom: 1px solid #CCCCCC;
  padding-top: 16px;
}

.sectionRelated h2 {
  padding-bottom: 10px;
}

.tabaccordion .heading {
  display: block;
}

#navSecondary ul li em {
  font-style: normal;
}

.navSecondary li li li li li a,
.navSecondary li li li li li strong {
  padding-left: 50px;
}

.navSecondary li li li li li li a,
.navSecondary li li li li li li strong {
  padding-left: 60px;
}

.navSecondary li em a {
  font-weight: normal;
  background-color: #00305B;
  color: #fff;
  font-style: normal;
}

.navSecondary li li strong {
  background-color: #00305B;
  padding-left: 20px;
}

.c-text-image__heading {
  font-family: 'Asap', sans-serif;
  font-size: 1.4rem;
}

.navSecondary_verteiler {
  position: relative;
}

.embeddedAudio .mejs-audio {
  margin: 10px 0 32px 0;
}

ul.links li:not(:last-child) {
  margin-bottom: 0;
}

.searchFilterHeader {
  margin-bottom: 1rem;
}

.box .links a::before,
.box .links strong::before {
  top: 15px;
}

x.gsb .content ul:not([class]) li a {
  display: initial;
}

x.gsb .content ul:not([class]) li a:before {
  xleft: 5px;
  xtop: 6px;
}

.gsb td p,
.gsb td a,
.gsb td a.RichTextIntLink {
  font-size: 1.5rem;
}

.accordion .heading {
  padding-right: 58px;
}

.StndGallery .mejs-wrapper.gsb-multimedia {
  margin-top: 0;
}

.arzneimittelSearch input.image,
.awbSearch input.image,
.bulletinSearch input.image,
.pressreleaseSearch input.image,
.publikationSearch input.image,
.sicherheitSearch input.image,
.searchExpert input.image {
  width: 31px;
}

.js-on #searchContainer {
  display: none;
}

#navPrimary .toggleEntry .heading.inactive-control::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: auto;
  height: auto;
  background: none;
  right: 100%;
  top: 0px;
}

#navPrimary .toggleEntry .heading.active-control::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 12px;
  background: none;
  right: 100%;
  top: 0px;
}

#navPrimary .toggleEntry {
  border-bottom: none;
}

#navPrimary .toggleEntry .heading {
  border-top: none;
  padding-right: 0px;
}

em.searchString {
  font-style: normal;
  font-weight: bold;
  background: none;
  padding: 0;
}

.searchresult .ExternalLink a {
  padding-left: 20px;
  text-decoration: none;
  position: relative;
  font-size: 1.8rem;
}

.searchresult .ExternalLink a::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=3) no-repeat -347px -129px;
  top: 9px;
  left: 0;
}

.searchresult .ExternalLink a:hover::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=3) no-repeat -347px -137px;
}

.arzneimittelSearch,
.awbSearch,
.bulletinSearch,
.pressreleaseSearch,
.publikationSearch,
.sicherheitSearch {
  position: relative;
}

p.printOnly1,
p.printOnly2 {
  display: none;
}

.searchresult .teaser h1.withHeader,
.searchresult .teaser h2.withHeader,
.searchresult .teaser h3.withHeader {
  padding-top: 0em;
  position: relative;
}

#content > a.Publication,
#content div[id*="Slot"] > a.Publication {
  margin-bottom: 32px;
  font-size: 1.7rem;
}

.c-toggle__heading::before {
  height: auto;
}

#searchContainer {
  background-color: #F2F2F2;
  clear: both;
  width: 100%;
  padding-top: .8rem;
  padding-bottom: .8rem;
  position: relative;
  overflow: visible !important;
}

#searchContainer:before,
#searchContainer:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
}

#searchContainer:before {
  background-color: #00305B;
  left: calc(-1 * (100vw - 99.6em) / 2 - 16px / 2);
  right: 100%;
}

#searchContainer:after {
  background-color: #F2F2F2;
  left: 100%;
  right: calc(-1 * (100vw - 99.6em) / 2 - 16px / 2);
}

#searchContainer form {
  margin-bottom: 0;
}

#searchContainer input[type="image"] {
  display: block;
  background-color: transparent;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0 .6rem;
  border: none;
  margin: 0;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

#searchContainer input[type="image"]:focus {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

#searchContainer input[type="text"] {
  float: none;
  background-color: #FFFFFF;
  font-size: 1.3rem;
  line-height: 1;
  padding: 1rem;
  border-radius: 0;
  margin: 0;
}

#searchContainer .formField {
  display: block;
  float: none;
  width: 100%;
  position: relative;
}

#searchContainer .row {
  margin: 0;
}

#searchContainer .row > * {
  float: left;
  padding-left: .8rem;
  padding-right: .8rem;
}

.js-on #searchContainer {
  display: none;
}

.navPrimary .search-button {
  float: left;
  background-color: #F2F2F2;
  width: 50px;
  height: 50px;
  padding: 0;
  position: relative;
}

.navPrimary .search-button:before,
.navPrimary .search-button:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  z-index: 99;
}

.navPrimary .search-button:before {
  border-right: 42px solid #F2F2F2;
  border-bottom: 50px solid transparent;
  right: 100%;
}

.navPrimary .search-button:after {
  border-top: 50px solid transparent;
  border-left: 42px solid #F2F2F2;
  left: 100%;
}

.navPrimary .search-button span {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.navPrimary .search-button.active-control span {
  background: none;
  background-image: url(/SiteGlobals/Frontend/Images/icons/close.svg?__blob=normal&v=2);
}

.searchAutoSuggestBox {
  clear: both;
  background: #EEEEEE;
  border-radius: 5px;
  text-align: left;
  width: 100% !important;
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9999;
}

.searchAutoSuggestBox a {
  display: block !important;
  padding: 0 3px 3px !important;
  border-top: 1px dotted #7F7F7F;
}

.searchAutoSuggestBox a:hover, .searchAutoSuggestBox a:active, .searchAutoSuggestBox a:focus, .searchAutoSuggestBox a.active {
  text-decoration: underline;
}

[id='searchAutoSuggestBox2'] a {
  color: #004F80 !important;
  padding-left: 16px;
}

.header p.searchAutoSuggestBox {
  margin: 0;
}

form input.image {
  margin-left: -0.5em;
}

.gsb .responsiveTable table {
  table-layout: auto;
}

/*Fix für Anzeigefehler der th im IE*/
@-webkit-keyframes iefix {
  from {
    height: 500px;
  }
  to {
    height: 0;
  }
}

@keyframes iefix {
  from {
    height: 500px;
  }
  to {
    height: 0;
  }
}

.responsiveTable th {
  -webkit-animation-name: iefix;
  animation-name: iefix;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}

/*Ende IE Fix*/
address {
  font-style: normal;
}

.gsb td p,
.gsb td a,
.gsb td a.RichTextExtLink,
.gsb td p,
.gsb td a,
.gsb td a.ExternalLink {
  font-size: 1.5rem;
}

.gsb .content ul:not([class]) li a {
  display: inline;
}

.gsb table li {
  font-size: 1.5rem;
}

.consumer_report label,
.consumer_report .formLabel em {
  margin-bottom: 5px;
}

.consumer_report legend.formLabel {
  margin-bottom: 10px;
}

.tabs-container a {
  font-size: 1.7rem;
}

.gsb .content .navIndex {
  margin-bottom: -20px;
  overflow: hidden;
}

.gsb .content .navIndex.last {
  margin-top: -20px;
  overflow: hidden;
}

.gsb .responsiveTable table {
  clear: both;
  width: 100%;
  padding: 0 0 16px;
}

.mejs-audio {
  margin: -16px 0 32px;
}

.sectionRelated h2 {
  padding-bottom: 3rem;
}

.c-table__wrapper--white {
  background-color: #fff;
}

.c-table__wrapper--white .navIndex .page:not(span):hover,
.c-table__wrapper--white .navIndex .page:not(span):focus,
.c-table__wrapper--white .navIndex .page:not(span):active {
  background-color: #B7001F;
  color: #FFFFFF;
  text-decoration: none;
}

.c-table__wrapper--white .navIndex .page:not(span) {
  background-color: #f2f2f2;
}

.gsb .content .navIndex--searchResult {
  margin-bottom: 20px;
}

.gsb .content .navIndex--searchResult .page:not(span) {
  background-color: #f2f2f2;
}

.gsb .content .navIndex--searchResult .page:not(span):hover,
.gsb .content .navIndex--searchResult .page:not(span):focus,
.gsb .content .navIndex--searchResult .page:not(span):active {
  background-color: #B7001F;
  color: #FFFFFF;
  text-decoration: none;
}

.gsb .content .navIndex {
  margin-bottom: 20px;
}

.gsb .content .navIndex--white .page:not(span) {
  background-color: #f2f2f2;
}

.gsb .content .navIndex--white .page:not(span):hover,
.gsb .content .navIndex--white .page:not(span):focus,
.gsb .content .navIndex--white .page:not(span):active {
  background-color: #B7001F;
  color: #FFFFFF;
  text-decoration: none;
}

.gsb .formError {
  display: block;
  margin-top: -2rem;
}

.l-text-image-grid .c-text-image {
  height: auto;
}

.l-text-image-grid > .row.align-center > .column:nth-last-child(-n+2):first-child {
  margin-left: inherit;
}

.navServiceMeta li:not(:last-child) .languageLink:after {
  content: "|";
  margin-right: 4px;
}

.navServiceMeta li {
  font-size: 1.3rem;
}

.gsb table .more a {
  text-decoration: none;
}

.searchresult .teaser h3 {
  margin-bottom: 1rem;
}

.searchExpert .formField {
  display: block;
  float: none;
  width: 100%;
  position: relative;
}

.gsb a.RichTextIntLink {
  padding-left: 10px;
  margin-left: 5px;
}

.gsb a.RichTextIntLink.Publication,
.gsb a.RichTextIntLink.ContactData {
  padding-left: 20px;
  margin-left: 0px;
}

.gsb li a.RichTextIntLink {
  padding-left: 20px;
  margin-left: 0px;
}

.gsb li a.RichTextIntLink::before {
  top: 6px;
  left: 4px;
}

.gsb li a.RichTextExtLink.ExternalLink {
  padding-left: 20px;
  margin-left: 0px;
}

.gsb li a.RichTextExtLink.ExternalLink::before {
  top: 6px;
  left: 4px;
}

.gsb a.RichTextExtLink.ExternalLink {
  padding-left: 14px;
  margin-left: 0px;
}

.togglenav .navMobileSearch strong,
.togglenav .navMobileSearch a {
  margin-right: 0;
}

.togglenav .right .languageDe strong,
.togglenav .right .languageDe a,
.togglenav .right .languageEn strong,
.togglenav .right .languageEn a,
.togglenav .right .seperator strong {
  margin-left: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.togglenav .right .languageDe strong,
.togglenav .right .languageEn strong {
  font-weight: bold;
}

.c-date {
  clear: both;
}

.pagination_bottom .navIndex {
  width: 100%;
}

.pagination_bottom:last-child {
  padding: 0 16px;
}

.gsb abbr,
.gsb dfn {
  display: inline;
}

.c-links.tabaccordion > .tabs-container > h2.heading {
  display: none;
}

.gsb .c-table__table .responsiveTable table {
  table-layout: fixed;
  min-width: 1024px;
}

.c-table__table {
  position: relative;
}

.gsb .c-table__table .responsiveTable::after {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  width: 50px;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
}

#siteInfo .tabs-container a {
  font-size: 1.4rem;
}

.navBreadcrumbs li {
  padding-top: 0px;
  padding-bottom: 0px;
}

#menu .service .mm-next::after {
  border-color: #fff;
}

#menu .service .mm-panel .mm-next::after {
  border-color: #004F80;
}

.footer strong,
.footer a:hover,
.footer a:focus,
.footer a:active {
  text-decoration: none;
  color: #FFFFFF;
}

.footer a,
.footer strong {
  display: block;
  padding: 0;
  color: #FFFFFF;
}

.c-institutions__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-institutions__item {
  -webkit-flex: 1 1 46%;
  -ms-flex: 1 1 46%;
  flex: 1 1 46%;
  max-width: 46%;
  height: 150px;
  padding: 10px 0px 10px 10px;
}

.c-institutions__item:active, .c-institutions__item:focus, .c-institutions__item:hover {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  max-width: 46%;
}

.navIndex li {
  float: left;
}

.navIndex .page:not(span),
.navIndex strong:not(span) {
  width: 41.5px;
}

.js-on .toggleEntry .heading:focus,
.js-on .facets .heading:focus {
  border: none;
}

.gsb #stage a > abbr::after {
  width: auto;
}

.c-institutions__item:not(:last-child) {
  margin-right: 16px;
}

.StndGallery h2 {
  width: 80%;
}

.StndGallery .navigation div,
.StndGallery .navigation button {
  height: 43px;
}

.supplement .imageSlider h4 {
  width: 80%;
}

.stage .textContainer p {
  display: block;
  color: #fff;
}

.js-on .stage .navigation {
  bottom: 17px;
}

.js-on .stage .navigation button {
  height: 48px;
}

.responsiveTable table td ul.links {
  margin-bottom: 0px;
}

div.abstract {
  font-weight: bold;
}

.gsb p.pharmnetLink a,
.pharmnetLink a {
  padding-left: 14px;
}

.gsb p.pharmnetLink a::before,
.pharmnetLink a::before {
  top: 11px;
}

.gsb td a.RichTextIntLink {
  padding-left: 14px;
  margin-left: 0px;
}

a.external,
.teaser .more a.external {
  padding-left: 14px;
}

td p label {
  font-style: normal;
  display: inline;
  margin-bottom: 0px;
}

.gsb ul li a.RichTextExtLink,
.gsb ul li a.ExternalLink {
  padding-left: 20px !important;
}

.siteInfo .meta li.navServiceGS strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=3) no-repeat -120px -339px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.siteInfo .meta li.navServiceLS strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 20px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=3) no-repeat -347px 0px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.siteInfo .meta li.navServiceGS strong,
.siteInfo .meta li.navServiceLS strong {
  padding-left: 32px;
  position: relative;
}

.gsb .content .dossierentry .navIndex ul:not([class]) {
  padding-left: 0;
}

.dossierUebersicht {
  background-color: #035089;
  color: #fff;
  padding: 10px;
}

.dossierUebersicht a {
  color: #fff;
}

.gsb .dossier a.button:hover,
.gsb .dossier a.button:focus,
.gsb .dossier a.button:active {
  color: #FFFFFF;
  text-decoration: underline;
  background: #fff;
}

/* MEDIUM */
@media only screen and (min-width: 601px) {
  /* .stage .slick-slide {
     display: flex;
     flex-direction: row-reverse;
 } */
  /* .c-banner--pinned .medium-flex-dir-row {
      flex-direction: row-reverse;
  } */
  .gsb .navSkip a:focus,
  .gsb .navSkip a:active {
    top: 7.5rem;
  }
  .l-text-image-grid > .row > .column {
    -webkit-flex: 1 1 23%;
    -ms-flex: 1 1 23%;
    flex: 1 1 23%;
  }
  .js-on .stage .slick-dots li button {
    border: none;
  }
  .c-institutions__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-institutions__item {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-width: 30%;
    height: 150px;
    padding: 10px 0px 10px 10px;
  }
  .c-institutions__item:active, .c-institutions__item:focus, .c-institutions__item:hover {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 30%;
  }
  form input.image {
    margin-left: 0px;
  }
  .navServiceMeta .languageLink:first-child:after {
    content: '';
  }
  .c-institutions__item:not(:last-child) {
    margin-right: 0px;
  }
  .js-on .stage .slick-dots li button {
    content: none;
    background-color: transparent;
    width: auto;
    height: auto;
    line-height: 1.2;
    text-indent: 0px;
    color: #fff;
  }
  .js-on .stage .slick-dots .slick-active button:hover,
  .js-on .stage .slick-dots .slick-active button:focus,
  .js-on .stage .slick-dots .slick-active button:active {
    background-color: #FFFFFF;
    color: #004F80;
  }
  .searchresult .teaser:before {
    display: none;
  }
  .searchresult .IMGObject:before {
    display: none;
  }
  .searchresult .Publication:before {
    display: none;
  }
  .searchresult .Event:before {
    display: none;
  }
  .searchresult .Video:before {
    display: none;
  }
  .searchresult .Employee:before {
    display: none;
  }
  .gsb .content ul:not([class]),
  .gsb .content ol:not([class]) {
    padding-left: 22px;
  }
}

/* LARGE */
@media only screen and (min-width: 1024px) {
  .shariff .shariff-button.whatsapp {
    display: none;
  }
  .navSecondary li strong {
    font-weight: bold;
  }
  .c-institutions__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: unset;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
  }
  .c-institutions__item {
    -webkit-flex: 1 1 16.66667%;
    -ms-flex: 1 1 16.66667%;
    flex: 1 1 16.66667%;
    max-width: 16.66667%;
    height: 150px;
  }
  .c-institutions__item:active, .c-institutions__item:focus, .c-institutions__item:hover {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 320px;
  }
  .StndGallery .galleryBox .navigation {
    top: 195px;
  }
}

.content td a.RichTextIntLink,
.content td .links a,
.content td a.RichTextExtLink.ExternalLink {
  padding-left: 20px;
}

.content td .links .links .download {
  margin-bottom: 20px;
}

.content td a.Publication ~ .links {
  margin-top: 20px;
}

.gsb p.pharmnetLink a,
.pharmnetLink a {
  padding-left: 20px;
}

.gsb p.pharmnetLink a:before,
.pharmnetLink a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=3) no-repeat -347px -129px;
  top: 11px;
}

.gsb p.pharmnetLink a:hover:before,
.gsb p.pharmnetLink a:active:before,
.gsb p.pharmnetLink a:focus:before,
.pharmnetLink a:hover:before,
.pharmnetLink a:active:before,
.pharmnetLink a:focus:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=3) no-repeat -347px -137px;
}

.gsb th {
  background-clip: initial;
}

.gsb table a.Publication {
  text-decoration: none;
}

.gsb p.pharmnetLink a:hover,
.gsb p.pharmnetLink a:active,
.gsb p.pharmnetLink a:focus,
.pharmnetLink a:hover,
.pharmnetLink a:active,
.pharmnetLink a:focus,
.gsb table a.Publication:hover,
.gsb table a.Publication:active,
.gsb table a.Publication:focus,
.content td .links a:hover,
.content td .links a:active,
.content td .links a:focus,
.gsb a.RichTextWikiLink:hover,
.gsb a.RichTextWikiLink:active,
.gsb a.RichTextWikiLink:focus,
.gsb a.RichTextExtLink.ExternalLink:hover,
.gsb a.RichTextExtLink.ExternalLink:active,
.gsb a.RichTextExtLink.ExternalLink:focus,
.gsb a.RichTextIntLink:hover,
.gsb a.RichTextIntLink:focus,
.gsb a.RichTextIntLink:active {
  text-decoration: underline;
}

.gsb a.RichTextWikiLink:before {
  top: 11px;
}

/* GSBPEI-799 */
.gsb table .compactView ul.links a {
  line-height: 1.5;
}

.gsb table .compactView ul.links a:before,
.gsb table .compactView ul.links strong:before {
  top: 7px;
}

.gsb table .compactView a.download:before,
.gsb table .compactView a.Publication:before {
  top: 7px;
}

.gsb table .compactView ul.links a.download:before,
.gsb table .compactView ul.links a.Publication:before {
  top: 2px;
}

.gsb table .compactView ul.links li {
  margin-bottom: 10px;
}

/* GSBPEI-804 */
.js-on .stage .navigation {
  bottom: auto;
  top: 26%;
}

.js-on .stage .navigation button:focus, .js-on .stage .navigation button:hover, .js-on .stage .navigation button:active {
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.js-on .stage .navigation button:focus img, .js-on .stage .navigation button:hover img, .js-on .stage .navigation button:active img {
  border-radius: 10px;
}

.c-institutions__list {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-institutions__item {
  padding: 10px;
  margin: 0 !important;
  width: 100%;
  -webkit-flex: initial;
  -ms-flex: initial;
  flex: initial;
}

.c-institutions__link span {
  font-size: 12px;
  line-height: 1.4;
}

.gsb #stage a.RichTextIntLink {
  color: #fff;
}

.gsb #stage a.RichTextIntLink::before {
  top: 7px;
}

.gsb #stage a.RichTextIntLink::before, .gsb #stage a.RichTextIntLink::before, .gsb #stage a.RichTextIntLink::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=3) no-repeat -347px -112px;
}

.gsb #stage a.RichTextIntLink:hover::before, .gsb #stage a.RichTextIntLink:focus::before, .gsb #stage a.RichTextIntLink:active::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=3) no-repeat -372px -336px;
}

@media only screen and (min-width: 601px) {
  .c-institutions__link span {
    font-size: 1.7rem;
    line-height: 3rem;
  }
  .js-on .stage .navigation {
    bottom: 20px;
    top: auto;
  }
  .js-on .stage .navigation button.playbutton:active,
  .js-on .stage .navigation button.playbutton:focus,
  .js-on .stage .navigation button.playbutton:hover {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}

.gsb .cookiebanner a.RichTextIntLink:before {
  top: 6px;
}

.dossier .downloadDossier {
  text-align: center;
  background-color: #EEEEEE;
  width: 205px;
}

.dossier .downloadDossier img {
  max-height: 200px;
  width: auto;
  text-align: center;
  display: inline;
  margin-bottom: 0px;
}

.dossierAudio img {
  margin-bottom: 0px;
}

.dossier .tableOfDocuments a {
  display: block;
}

.dossier .navIndex ul:not([class]) li a {
  display: block;
}

.dossier .noline {
  border: none;
}

.dossier .mejs-audio {
  margin: 0px 0 32px;
}

/* Lightbox positionierung Bilder */
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  position: fixed;
  max-height: 100%;
  overflow: auto;
}

.mfp-container {
  text-align: center;
  position: fixed;
}

.c-video__wrapper .consent-wrapper {
  border: 2px solid #035089;
  padding: 10px;
}

.c-video__wrapper .consent-wrapper .consent-button {
  font-size: 1.7rem;
}

.stage-container .c-video .consent-wrapper {
  margin-top: -300px;
  color: #fff;
}

.stage-container .c-video .consent-button {
  color: #fff;
}

@media only screen and (min-width: 601px) {
  .stage .imageContainer .spacer {
    z-index: 1;
  }
}

.c-toggle__content .c-video .gsb-multimedia {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 1024px) {

  .c-toggle__content .c-video .mejs__container {
      width: 615px !important;
      height: 345.5px !important;
    }
    
   .c-toggle__content .c-video .mejs__mediaelement video {
        width: 615px !important;
        height: 345.5px !important;
    }
}

.c-video {
  padding-bottom: 50px;
}

#stage .c-video {
  padding-bottom: 0px;
}

.c-video__wrapper .consent-wrapper {
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
}

.stage .textContainer {
  float: right;
}

.right {
  float: right;
}

.accordion .consent-required {
  height: auto !important;
  width: auto !important;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 601px) {
  .accordion .consent-required {
    height: 340px !important;
    width: 604px !important;
    background-repeat: no-repeat;
  }
}

.c-quote-base {
  margin-left: 0 !important;
  margin-right: 0 !important;
  background-color: rgba(0, 0, 0, 0.1);
}

.c-quote-base > div:first-of-type {
  padding-left: 0;
}

.gsb .c-quote-base .c-quote__blockquote {
  background-color: transparent;
  margin: 0;
  padding: 20px 5px 20px 5px;
  border: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.c-quote-base .c-quote__blockquote p {
  padding: 0;
  font-weight: 600;
}

.c-quote-base .c-quote__blockquote p:first-of-type::before {
  content: '„';
  margin-right: 0px;
}

.c-quote-base .c-quote__blockquote p:last-of-type::after {
  content: '“';
  margin-left: 0px;
}

.c-quote-base--no-image .c-quote__blockquote p:first-of-type::before {
  margin-right: 1px;
}

.c-quote-base--no-image .c-quote__blockquote p:last-of-type::after {
  margin-left: 1px;
}

.c-quote-base .c-quote__cite {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 25px;
  margin-bottom: 0px;
  font-weight: 500;
}

.c-quote-base .c-quote__position {
  display: block;
  color: #00305B;
  font-weight: 400;
}

@media only screen and (min-width: 600px) {
  .c-quote-base .c-quote__position {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 600px) {
  .c-quote-base .c-quote__cite {
    margin-top: 0;
    margin-bottom: 0px;
  }
  .c-quote-base--no-image {
    position: relative;
  }
  .c-quote-base--no-image::after, .c-quote-base--no-image::before {
    font-size: 200px;
    line-height: 1;
    position: absolute;
    left: 10.5%;
  }
  .c-quote-base--no-image::before {
    content: '„';
    top: 0;
    -webkit-transform: translateY(-40%) translateX(-30%);
    -ms-transform: translateY(-40%) translateX(-30%);
    transform: translateY(-40%) translateX(-30%);
  }
  .c-quote-base--no-image::after {
    content: '“';
    color: #2AB2FF;
    text-shadow: #FFFFFF -2px 2px;
    top: 0;
    -webkit-transform: translateY(8%) translateX(30%);
    -ms-transform: translateY(8%) translateX(30%);
    transform: translateY(8%) translateX(30%);
  }
}

@media only screen and (min-width: 768px) {
  .c-quote-base {
    margin-bottom: 24px;
  }
}

.js-on .stage .navigation {
  z-index: 4;
}

.share .shariff .mail a::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 13px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=3) no-repeat -136px -319px;
}

.faqdocData {
  padding-top: 30px;
}

.downloadAccess {
  border: 1px solid #004F80;
  padding: 20px;
}

.downloadAccess label {
  margin-bottom: 0px;
  font-weight: bold;
}

.formHandle a.c-button--back {
  background-color: #004F80;
  border: 1px solid #004F80;
  color: #fff !important;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  display: block !important;
  position: relative;
  cursor: pointer;
  float: left;
  width: auto;
}

.formHandle a.c-button--back:hover {
  background-color: #585858;
  border: 1px solid #585858;
}

.cookiebanner h2 {
  margin-top: 20px;
}

#cookiebanner {
  display: none;
}

.banner-visible #cookiebanner {
  display: block;
}

.c-share {
  left: 50%;
  right: auto;
  -webkit-transform: translateY(-100%) translateY(-20px) translateX(-50%);
  -ms-transform: translateY(-100%) translateY(-20px) translateX(-50%);
  transform: translateY(-100%) translateY(-20px) translateX(-50%);
}

.c-functions__item *, .c-functions__to-top {
  font-size: 1.4rem;
  line-height: 1.42857;
}

.c-functions__item *, .c-functions__to-top {
  font-size: 1.3rem;
  line-height: 1.53846;
}

.c-share__closer {
  width: 12px;
  height: 12px;
  padding: 2px;
  position: absolute;
  top: 11px;
  right: 10px;
  cursor: pointer;
}

.c-share__closer svg {
  width: 10px;
  height: 10px;
  margin: 0;
}

.c-share {
  background-color: #fff;
  border: solid 1px #B4C5D6;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(51, 51, 51, 0.15);
  position: absolute;
  top: 0;
  right: 150px;
  z-index: 1;
  -webkit-transform: translateY(-100%) translateY(-20px) translateX(100%) translateX(-10px);
  -ms-transform: translateY(-100%) translateY(-20px) translateX(100%) translateX(-10px);
  transform: translateY(-100%) translateY(-20px) translateX(100%) translateX(-10px);
  text-align: left;
  width: 200px;
}

.c-functions__item *, .c-functions__to-top {
  font-size: 1.2rem;
  line-height: 1.41667;
}

.c-functions button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-functions button, .c-functions button {
  background-size: 0 2px;
  color: #004F80;
  font-weight: bold;
}

.c-functions button, .c-functions a {
  display: inline;
  line-height: 35px;
}

.c-functions button {
  font-size: 1em;
}

button.c-functions__share {
  font-size: 1.4rem;
  font-weight: normal;
  cursor: pointer;
}

button.c-functions__share:hover {
  color: #000;
  text-decoration: underline;
}

button.c-share__link {
  cursor: pointer;
}

button.c-share__link:hover {
  text-decoration: underline;
}

.c-functions__item {
  margin-left: 0;
  margin-right: 25px;
}

.c-functions__item {
  margin: 0 8px;
  text-align: center;
  font-weight: bold;
  text-align: right;
}

.c-functions__list {
  margin-left: 0;
  margin-bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
}

.c-functions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-top: -3rem;
}

.sectionRelated + .c-functions {
  margin-top: 0rem;
}

a + .c-functions {
  margin-top: 1rem;
}

.c-share__title {
  padding: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0px;
}

.c-share__list {
  padding: 0px 20px 20px 20px;
}

.c-share__item {
  margin-left: 0;
  border-bottom: solid 1px #B4C5D6;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.c-functions__share:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 15px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=3) no-repeat -362px -207px;
  padding-left: 20px;
}

.c-share__link svg {
  width: 25px;
  height: 16px;
}

.c-share::after, .c-share::before {
  content: '';
  background-color: #fff;
  width: 28.2842px;
  height: 28.2842px;
  border: solid 1px #B4C5D6;
  border-top-width: 0;
  border-left-width: 0;
  position: absolute;
  top: auto;
  right: 132px;
  bottom: -20px;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}

.StndGallery .position {
  position: relative;
  float: right;
  top: 10px;
  right: 16px;
  /* height: 30px; */
  display: block;
  /* padding-top: 20px; */
  padding-bottom: 20px;
}

.StndGallery .galleryBox {
  background: #F2F2F2;
}

.StndGallery .galleryBox .slick-slide {
  background: #F2F2F2;
}

.StndGallery .galleryBox .navigation {
  top: 43%;
}

a.Publication {
  font-size: 1.7rem;
}

.glossarentries h2.heading {
  scroll-margin-top: 5em;
}

@media only screen and (max-width: 600px) {
  .c-share {
    left: -49px;
    right: 0;
  }
}

.c-share::after, .c-share::before {
  right: 69px;
}

@media only screen and (min-width: 601px) {
  .c-share::after, .c-share::before {
    right: 57px;
  }
}

@media only screen and (min-width: 1024px) {
  .c-share::after, .c-share::before {
    right: 118px;
  }
}

.c-functions a {
  font-size: 1.7rem;
}

.c-functions-main {
  display: block;
  position: relative;
  padding: 16px 0;
  margin-top: 0;
}

.c-functions-main .c-functions__share {
  font-size: 1.4rem;
  font-weight: normal;
}

.c-functions-main .c-share {
  right: 0;
  left: -220px;
  top: 22px;
}

.footer .navFunctionsWrapper .navFunctionsRecommend .c-functions-main .c-share__item a {
  padding: 0;
}

.footer .navFunctionsWrapper .navFunctionsRecommend .c-functions-main .c-share__item a:before {
  content: none;
}

.footer .navFunctionsWrapper ul .c-functions-main .c-share__list {
  float: none;
}

.footer .navFunctions li .c-functions-main .c-share__item {
  float: none;
  margin-right: 0px;
}

.footer h2, .footer .c-functions-main .c-share__title {
  padding: 10px;
}

.footer h2, .footer .c-functions-main button.c-share__link {
  cursor: pointer;
  color: #00305B;
  font-size: 1.7rem;
}

@media only screen and (max-width: 600px) {
  .c-functions-main .c-share::after, .c-share::before {
    right: 132px;
  }
}

@media only screen and (min-width: 601px) {
  .c-functions-main .c-share::after, .c-functions-main .c-share::before {
    right: 132px;
  }
}

@media only screen and (min-width: 1024px) {
  .c-functions-main .c-share::after, .c-functions-main .c-share::before {
    right: 118px;
  }
}

.c-functions-main .c-share::after, .c-functions-main .c-share::before {
  bottom: -21px;
}

.toggleEntry .teaser.type-1:last-of-type, .toggleEntry {
  border: none;
}

.toggleEntry .teaser.type-1:last-of-type, .toggleEntry .teaser.type-1:only-of-type {
  border-bottom: 1px dotted #7F7F7F;
}

.toggleEntry .teaser.type-1 a.Publication {
  font-size: 1.7rem;
  padding-bottom: 0px;
}

.toggleEntry .teaser.type-1 {
  margin-bottom: 3px;
}

.footer .navFunctionsWrapper .shrink h2 {
  cursor: default;
  color: #000000;
  font-size: 1.4rem;
}

.c-faq__entry {
  margin-bottom: 20px;
  display: flow-root;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.c-faq__head {
  position: relative;
  padding: 10px 50px 10px 10px;
}

.c-faq__title, .c-faq__title * {
  font-size: 1.2rem;
  line-height: 1;
  font-size: 2.2rem;
  color: #00305B;
  font-family: "Asap",sans-serif;
  font-weight: 500;
}

.c-faq__title {
  background: #fff;
  margin-bottom: 0;
  padding: 10px;
  margin-top: 0px;
}

.c-faq__title .js-simple-toggle-opener {
  display: flow-root;
}

.c-faq__title, .c-faq__title * {
  font-size: 1.2rem;
  line-height: 1;
  font-size: 2.2rem;
  color: #00305B;
  font-family: "Asap",sans-serif;
  font-weight: 500;
}

.c-faq__title .js-simple-toggle-opener::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.c-faq__title, .c-faq__title * {
  font-size: 1.2rem;
  line-height: 1;
  font-size: 2.2rem;
  color: #00305B;
  font-family: "Asap",sans-serif;
  font-weight: 500;
}

.c-faq__header {
  width: 63%;
  float: left;
  font-size: 2rem;
  font-weight: 100;
}

.c-toggle__heading .c-animated-number {
  width: 200px;
  float: right;
  display: block;
  text-align: center;
}

.c-toggle__heading .c-animated-number__number {
  font-weight: bold;
}

.c-toggle__heading .anumbereinheit {
  font-size: 1.4rem;
}

.animateNoHeader {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.animateNoHeader .c-animated-number {
  font-size: 2rem;
}

.animateNoHeader .anumbereinheit {
  font-weight: 100;
}


.c-diagram__table.is-shown + .c-diagram__diagramm {
  display: none;
}

.c-diagram__button button[aria-expanded="false"] .c-diagram__button--hidden {
  display: none;
}

.c-diagram__button button[aria-expanded="true"] .c-diagram__button--visible {
  display: none;
}

.c-diagram__button {
  text-align: center;
}

.c-diagram__button button {
  border: 1px solid #00305B;
  padding: 10px 15px;
  color: #00305B;
  font-size: 1.4rem;
  cursor: pointer;
}

.c-diagram__button button:hover, .c-diagram__button button:active, .c-diagram__button button:focus {
  background: #00305B;
  color: #fff;
  text-decoration: underline;
}

.l-content-wrapper-less-space-both {
  padding-top: 50px;
  padding-bottom: 0;
}
.siteInfo .smallAccordion button {
color:#fff;
}
.gsb li a.ContactData:before {
    top: 5px;
}
.gsb ol li a.ContactData:before {
    top: 10px;
}
.error a:before {
    top: 14px;
}
.c-quote-embed{
    margin-left: 0 !important;
    margin-right: 0 !important;
    background-color: rgba(0, 0, 0, 0.1);
    background-color: #F2F9FF;
    padding-left:25px;
    margin-bottom:25px;
    padding-top:25px;
 padding-right: 9px;
}
.c-quote-embed>div:first-of-type {
    padding-left: 0;
}
.gsb .c-quote-embed .c-quote__blockquote {
    background-color: transparent;
    margin: 0;
    border: none;
    display: inline;
    padding-left: 30px;
}
.c-quote-embed .smallx {
    padding-left: 0;
 margin-bottom: -13px;
}
@media only screen and (min-width: 601px) {
.gsb .c-quote-embed .c-quote__blockquote {
    padding: 20px 5px 0px 5px;
    display: block;
    height: 100%;
    padding-left: 0;
    padding-right: 5px;
    margin-top: -28px;
}
.c-quote-embed .smallx {
    padding-left: 1.7rem;
}
}
.c-quote-embed blockquote:before, .c-quote-embed blockquote:after, .c-quote-embed q:before, .c-quote-embed q:after {
    content: '' '' '' '';
}
.c-quote-embed .c-quote__blockquote p:last-of-type {
    display: inline;
    color:#00305B;
}
.c-quote-embed .c-quote__blockquote p {
    padding: 0;
    font-weight: 600;
    color: #00305B;
    position: relative;
}
.c-quote-embed .c-quote__blockquote p:first-of-type::before {
    content: '„';
    margin-right: 5px;
    position: relative;
    font-size: 67px;
    line-height: 0;
    top: -7px;
    left: 0;
    font-family: 'Asap';
}
.c-quote-embed .c-quote__cite {
    font-size: 1.6rem;
    line-height: 1.8;
    display: block;
    margin-top: -3px;
    margin-bottom: 0px;
    font-weight: 500;
}
.c-quote-embed cite:before {
    content: '';
}
.c-quote-embed .c-quote__position {
 margin-top: 10px;
}
.c-quote-embed .c-quote__position {
    display: block;
    color: #000;
    font-weight: 100;
}
.c-quote-embed .source {
    font-size:1.5rem;
}
.gsb .c-quote-embed .source cite{
    line-height:1.8rem;
    display: block;
    padding-top: 2px;
    font-size: 1.3rem;
}
.gsb .c-quote-embed blockquote {
    background: none;
    padding: 20px 5px 20px 5px;
    line-height:2.7rem;
}
.gsb .c-quote-embed blockquote p {
    padding: 0px;
}
.c-quote-embed .c-quote__blockquote p:last-of-type::after {
    content: '“';
    margin-left: 5px;
    position: relative;
    font-size: 67px;
    line-height: 0;
    right: 0;
    bottom: -44px;
    font-family: "Asap";
}
.c-quote-embed .middle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
}
@media only screen and (max-width: 600px) {
.c-quote-embed {
  padding-bottom:0;
}
.c-quote-embed .c-quote__cite {
margin-bottom:0;
}
.c-quote-embed .middle {
    margin-bottom: 16px;
}
.c-quote-embed .c-quote__blockquote p:first-of-type::before {
    content: '„';
    margin-right: -3px;
    position: absolute;
    font-size: 67px;
    line-height: 0;
    top: -21px;
    left: -28px;
    font-family: 'Asap';
}
.c-quote-embed .c-quote__blockquote p:last-of-type::after {
    content: '“';
    margin-left: -3px;
    position: relative;
    font-size: 67px;
    line-height: 0;
    right: -4px;
    bottom: -44px;
    font-family: "Asap";
}
}
