.siteInfo ul {
  list-style-type: none;
  padding: 0;
}

.siteInfo ul ul {
  list-style-type: none;
  margin-left: 0;
}

.siteInfo ul li {
  padding-left: 0;
}

.wrapperDivisions {
  min-width: 320px;
  overflow-x: hidden;
}

.content.columns {
  padding-top: 70px;
  padding-bottom: 55px;
}

.searchAutoSuggestBox {
  clear: both;
  position: absolute;
  background: #EEEEEE;
  border-radius: 5px;
  z-index: 9999;
  text-align: left;
}

.searchAutoSuggestBox a {
  display: block !important;
  padding: 0 3px 3px;
  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;
}

.c-alert {
  background-color: #F2F2F2;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 8px solid #00305B;
  margin-top: 52px;
  position: relative;
}

.c-alert + .stage {
  border-top: none;
  margin-top: 0;
}

.c-alert + .stage:before {
  display: none;
}

.c-alert:before {
  display: block;
  content: '';
  border-right: 52px solid transparent;
  border-left: 4px solid #00305B;
  border-bottom: 52px solid #00305B;
  position: absolute;
  left: 0;
  bottom: 100%;
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}

.c-alert__text {
  background-color: #FFFFFF;
  position: relative;
  padding: 32px;
  border: 1px solid #CCCCCC;
}

.c-alert__text:after {
  display: block;
  content: '';
  bottom: -15px;
  right: -41px;
  position: absolute;
  content: '';
  display: inline-block;
  position: absolute;
  width: 82px;
  height: 73px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -206px -50px;
}

.c-alert__text p:last-child {
  margin-bottom: 0;
}

.c-alert__text p + .more {
  margin-top: -16px;
}

.c-alert__heading {
  color: #B7001F;
  margin-bottom: 8px;
}

.c-banner {
  background-color: #FFFFFF;
  color: #464650;
}

.c-banner h3 {
  color: #00305B;
  margin-bottom: 32px;
}

.c-banner--pinned {
  position: relative;
}

.c-banner--pinned:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 41px;
  height: 40px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -50px -542px;
  top: -34px;
  right: 0;
}

.c-banner__image {
  width: 100%;
  border: 16px solid #FFFFFF;
}

.c-banner__text {
  padding: 32px 24px;
}

.c-banner__text p:last-child {
  margin-bottom: 0;
}

.c-button {
  display: inline-block;
  background-color: #B7001F;
  padding: 15px 20px;
  border-radius: 2px;
}

.gsb .c-button {
  color: #FFFFFF;
}

.c-date {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(70, 70, 80, 0.7);
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #CCCCCC;
  margin-bottom: 16px;
}

.gsb .c-date p {
  font-size: 1.4rem;
}

.gsb .c-date p:last-child {
  margin-bottom: 0;
}

.c-date__created:not(:last-child) {
  padding-right: 52px;
  position: relative;
}

.c-date__created:not(:last-child):after {
  display: block;
  content: '\002f\002f';
  color: #B7001F;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-hover-link {
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
}

.gsb .c-hover-link {
  display: block;
}

.c-hover-link:active .c-hover-link__text, .c-hover-link:focus .c-hover-link__text, .c-hover-link:hover .c-hover-link__text {
  opacity: 0;
}

.c-hover-link:active .c-hover-link__image, .c-hover-link:focus .c-hover-link__image, .c-hover-link:hover .c-hover-link__image {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.c-hover-link:active .c-hover-link__footer, .c-hover-link:focus .c-hover-link__footer, .c-hover-link:hover .c-hover-link__footer {
  text-decoration: underline;
}

.c-hover-link__text {
  background-color: rgba(0, 48, 91, 0.8);
  width: 100%;
  height: 100%;
  padding: 22px 16px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 1;
  transition: opacity .2s ease-in-out;
}

.c-hover-link__heading {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.c-hover-link__heading,
.c-hover-link__heading small {
  color: #FFFFFF;
}

.c-hover-link__heading small {
  display: block;
  font-family: "Asap", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 12px;
}

.c-hover-link__image {
  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-hover-link__image img {
  width: 100%;
}

.c-hover-link__footer {
  background-color: #B7001F;
  color: #FFFFFF;
  width: 100%;
  padding: 6px 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
}

.gsb .c-hover-link__footer p {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0;
}

.c-institutions {
  margin-bottom: 32px;
}

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

.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 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 320px;
}

.c-institutions__link {
  background-color: #00305B;
  width: 100%;
  height: 100%;
  padding: 16px;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-institutions__link div {
  width: 100%;
}

.gsb .c-institutions__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #FFFFFF;
}

.gsb .c-institutions__link:active, .gsb .c-institutions__link:focus, .gsb .c-institutions__link:hover {
  background-color: #FFFFFF;
  color: #00305B;
  text-decoration: none;
  border: 1px solid #CCCCCC;
}

.c-institutions__link:active span, .c-institutions__link:focus span, .c-institutions__link:hover span {
  display: block;
  margin-top: 10px;
}

.c-institutions__link h3 {
  font-family: "Roboto Slab", serif;
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 0;
}

.c-institutions__link span {
  display: none;
}

.c-links {
  margin-bottom: 64px;
}

.c-links__link {
  background-color: #F2F2F2;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2rem;
  height: 100%;
  padding: 9px;
  border-left: 6px solid #E2E2E2;
  margin-bottom: 2px;
}

.gsb .c-links__link {
  display: block;
}

.c-links__link:active, .c-links__link:focus, .c-links__link:hover {
  background-color: #EAF6FE;
  border-color: #00305B;
}

.c-quote {
  background-color: #0069B7;
  padding: 20px 16px;
}

.c-quote footer a {
  color: #FFFFFF;
}

.c-quote__image {
  display: block;
  border: 2px solid #FFFFFF;
  margin: -40px auto 20px;
  border-radius: 50%;
}

.gsb .c-quote__text {
  background-color: transparent;
  color: #FFFFFF;
  font-size: 2.2rem;
  font-style: italic;
  line-height: 2.8rem;
  margin: 0;
  border-left: none;
}

.gsb .c-quote__text footer {
  font-size: 1.2rem;
  line-height: 1;
}

.c-quote__text footer {
  margin-top: 20px;
}

.c-rating {
  background-color: #464650;
  color: #FFFFFF;
  padding: 22px 16px;
  border-radius: 2px;
}

.c-rating__heading {
  margin-bottom: 16px;
}

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

.c-rating__item:first-child a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 10px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1604px -1042px;
}

.c-rating__item:last-child a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1604px -1263px;
}

.c-rating__item:not(:last-child) {
  margin-right: 60px;
}

.c-rating__link {
  padding-left: 22px;
  position: relative;
}

.c-rating__link:before {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.gsb .c-rating__link {
  color: #FFFFFF;
}

.gsb .c-rating__link:active, .gsb .c-rating__link:focus, .gsb .c-rating__link:hover {
  color: #FFFFFF;
}

.c-related > .row {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-related__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.c-related__item {
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}

.c-related__item a {
  display: block;
  background-color: #00305B;
  color: #FFFFFF;
  font-weight: 700;
  height: 100%;
  padding: 15px 26px;
}

.c-related__item a:active, .c-related__item a:focus, .c-related__item a:hover {
  color: #FFFFFF;
}

.gsb .c-related__item a {
  display: block;
  background-color: #00305B;
  color: #FFFFFF;
  font-weight: 700;
  height: 100%;
  padding: 15px 26px;
}

.gsb .c-related__item a:active, .gsb .c-related__item a:focus, .gsb .c-related__item a:hover {
  color: #FFFFFF;
}

.c-sticky-nav {
  display: none;
}

.c-table {
  margin-bottom: 64px;
}

p + .c-table {
  margin-top: 100px;
}

.gsb .c-table table {
  margin-bottom: 0;
}

.c-table__wrapper {
  background-color: #F2F2F2;
}

.c-table__pagination {
  text-align: center;
  padding: 32px 16px;
}

.c-table__pagination .navIndex {
  margin-bottom: 0;
}

.c-table__pagination:last-child {
  padding: 16px;
  margin-top: 32px;
}

.c-text-image {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-flow: column-reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  background-color: #FFFFFF;
  margin-bottom: 16px;
  border: 1px solid #CCCCCC;
}

.c-text-image h3 {
  margin-bottom: 18px;
}

.c-text-image h5 {
  color: #00305B;
}

.c-text-image h3:last-child,
.c-text-image h5:last-child,
.c-text-image p:last-child {
  margin-bottom: 0;
}

.c-text-image__image {
  padding: 16px 16px 0;
}

.c-text-image__image img {
  display: block;
  background-color: #F2F2F2;
  width: 100%;
}

.c-text-image__text {
  padding: 16px;
}

.c-text-image__footer {
  background-color: #FAFAFA;
  color: #00305B;
  padding: 6px 16px;
  border-top: 1px solid #CCCCCC;
}

.gsb .c-text-image__footer p {
  font-size: 1.2rem;
}

.c-tile--question {
  position: relative;
}

.c-tile--question:before {
  display: block;
  content: '';
  top: -10px;
  right: 0;
  position: relative !important;
  content: '';
  display: inline-block;
  position: absolute;
  width: 56px;
  height: 101px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -50px -50px;
  margin-left: 10px;
  margin-bottom: 10px;
  float: right;
}

.c-tile h3 {
  font-size: 2rem;
  clear: none !important;
  margin-bottom: 16px;
}

.gsb a.c-tile {
  background-color: #035089;
  color: #FFFFFF;
  font-weight: 700;
  height: 100%;
  padding: 10px 16px 10px 66px;
}

.gsb a.c-tile:active, .gsb a.c-tile:focus, .gsb a.c-tile:hover {
  color: #FFFFFF;
}

.gsb .c-tile {
  display: block;
  font-size: 1.5rem;
  position: relative;
}

.gsb .c-tile:not(a) {
  background-color: #FFFFFF;
  color: #464650;
  padding: 32px 16px;
}

.gsb .c-tile p:last-child {
  margin-bottom: 0;
}

.c-tile__icon--kontakt:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 29px;
  height: 30px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -50px -1091px;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-tile__icon--beratung:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 31px;
  height: 24px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1104px -689px;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-tile__icon--hotline:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 27px;
  height: 27px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1236px -305px;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-tile__icon--media:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 20px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -580px -957px;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-tile__icon--newsletter:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 29px;
  height: 22px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -309px -1091px;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-tile__icon--spenden:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 31px;
  height: 28px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1104px -561px;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-toggle {
  margin-bottom: 64px;
}

.gsb .c-toggle .links a {
  text-decoration: none;
}

.c-toggle ul:last-child {
  margin-bottom: 0;
}

.c-toggle__heading {
  background-color: #FAFAFA;
  padding: 22px 64px 22px 16px;
  border: 1px solid #E2E2E2;
  margin-bottom: 0;
  border-radius: 2px;
  position: relative;
}

.c-toggle__heading:not(:first-child) {
  margin-top: 40px;
}

.c-toggle__heading:before, .c-toggle__heading:after {
  display: block;
  content: '';
}

.c-toggle__heading:before {
  height: 100%;
  border-left: 1px solid #E2E2E2;
  position: absolute;
  top: 0;
  right: 48px;
}

.c-toggle__heading:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 2px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1364px -1235px;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-toggle__heading.active-control:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 2px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1364px -1235px;
}

.c-toggle__heading.inactive-control:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -284px -1462px;
}

.c-toggle__content {
  padding: 22px 16px;
  border: 1px solid #E2E2E2;
  margin-top: -1px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.live-calendar {
  overflow: visible;
  position: relative;
  z-index: 1;
}

.live-calendar table {
  position: relative;
}

.live-calendar h3 {
  margin-right: 4.5em;
  margin-bottom: 18px;
}

.live-calendar .pager {
  height: 1%;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 6.3em;
  z-index: 5;
  font-size: 1.3rem;
}

.live-calendar .pager div {
  float: left;
  margin-left: 16px;
  width: 30px;
  height: 30px;
}

.live-calendar .pager .prev.inactive {
  background: url("/assets/icons/isb/back-g-quadrate.svg") repeat 0 0;
}

.live-calendar .pager .next.inactive {
  background: url("/assets/icons/isb/next-g-quadrate.svg") repeat 0 0;
}

.live-calendar .pager .prev a:hover img, .live-calendar .pager .prev a:active img, .live-calendar .pager .prev a:focus img,
.live-calendar .pager .next a:hover img,
.live-calendar .pager .next a:active img,
.live-calendar .pager .next a:focus img {
  opacity: .6;
}

.live-calendar .pager a {
  display: block;
}

.live-calendar th {
  padding: 9px 10px;
}

.live-calendar th abbr {
  white-space: nowrap;
}

.live-calendar td {
  padding: 0;
}

.live-calendar td > a,
.live-calendar td span {
  display: block;
  padding: 4px;
  text-align: center;
}

.live-calendar td > a > span,
.live-calendar td span > span {
  left: -2000px;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.live-calendar .today {
  background: #EEEEEE;
}

.live-calendar .today em {
  font-style: normal;
}

.live-calendar .on {
  color: #004F80;
  font-weight: bold;
}

.live-calendar .calendar-details {
  display: none;
  background: #FFFFFF;
  border: 1px solid #7F7F7F;
  position: absolute;
  left: 16px;
  width: 293px;
  padding: 16px;
}

.live-calendar .calendar-details li {
  border-top: 1px dotted #7F7F7F;
}

.live-calendar .calendar-details li:first-child {
  border: none;
}

.live-calendar .calendar-details li a {
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  padding: 4px 4px 4px 17px;
  display: block;
  position: relative;
}

.live-calendar .calendar-details li a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -872px -1221px;
  left: 6px;
  top: 11px;
}

.live-calendar .calendar-details li a:hover, .live-calendar .calendar-details li a:focus, .live-calendar .calendar-details li a:active {
  text-decoration: underline;
}

.live-calendar .calendar-details li a:hover:before, .live-calendar .calendar-details li a:focus:before, .live-calendar .calendar-details li a:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1317px -1462px;
}

.live-calendar .calendar-details li span {
  color: #004F80;
  font-weight: normal;
  text-align: left;
  display: inline;
}

.live-calendar .calendar-details .button {
  text-decoration: none;
}

.live-calendar .calendar-details h4 {
  color: #000000;
}

.live-calendar .opened > a {
  background-color: #004F80;
  color: #FFFFFF;
  border-bottom: none;
  height: 30px;
}

.live-calendar .opened > a:hover, .live-calendar .opened > a:focus, .live-calendar .opened > a:active {
  color: #FFFFFF;
}

.live-calendar .opened .calendar-details {
  position: absolute;
  left: 0;
  display: block;
}

p.chart {
  margin-top: 32px;
}

.cookiebanner {
  overflow: hidden;
  background: #FFFFFF;
  border-bottom: 3px solid #004F80;
  padding: 10px 10px 0;
}

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

.cookiebanner .all {
  display: none;
}

.cookiebanner a.RichTextIntLink:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -872px -1221px;
  left: 5px;
  top: 5px;
}

.cookiebanner a.RichTextIntLink:hover, .cookiebanner a.RichTextIntLink:focus, .cookiebanner a.RichTextIntLink:active {
  text-decoration: none;
}

.cookiebanner a.RichTextIntLink:hover:before, .cookiebanner a.RichTextIntLink:focus:before, .cookiebanner 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=2) no-repeat -1317px -1462px;
}

.cookiebanner.classic {
  background: #004F80;
  color: #FFFFFF;
}

.js-on .cookiebanner {
  bottom: 0;
  position: fixed;
  z-index: 1099;
  width: 100%;
  height: auto;
  background-color: rgba(117, 117, 117, 0.8);
  overflow: inherit;
  border: none;
}

.js-on .cookiebanner.top {
  bottom: auto;
  padding-top: 4.8rem;
  top: -1000px;
  overflow: visible;
}

.js-on .cookiebanner.top .cookiebannerbox {
  top: 15px;
}

.js-on .cookiebanner.classic {
  background-color: #004F80;
  color: #FFFFFF;
}

.js-on .cookiebanner.classic .cookiebannerbox {
  top: 0;
  bottom: 0;
}

.js-on .cookiebanner.classic .cookiebannerbox > div {
  background-color: #004F80;
  box-shadow: none;
  color: #FFFFFF;
  padding: 10px 0;
}

.js-on .cookiebanner.classic .cookiebannerbox > div .button {
  background-color: #FFFFFF;
  color: #004F80;
}

.js-on .cookiebanner.classic .cookiebannerbox a.RichTextIntLink {
  color: #FFFFFF;
  padding-left: 20px;
  position: relative;
}

.js-on .cookiebanner.classic .cookiebannerbox a.RichTextIntLink:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1718px -50px;
  left: 9px;
  top: 5px;
}

.js-on .cookiebanner.classic.top .cookiebannerbox > div {
  background-color: #004F80;
  box-shadow: none;
  color: #FFFFFF;
  padding: 10px 0 0;
}

.js-on .cookiebannerbox {
  width: 100%;
  position: relative;
  margin: 0 auto;
  top: -15px;
}

.js-on .cookiebannerbox > div {
  display: block;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 0 10px #000000;
  margin: 0 auto;
  padding: 10px 10px 0;
  width: 97%;
}

.js-on .cookiebannerbox > div .all {
  display: block;
  margin-bottom: 10px;
}

.js-on .cookiebannerbox .picture {
  display: none;
}

.docData {
  margin-bottom: 32px;
  overflow: hidden;
  font-size: 1.5rem;
}

.docData .label {
  display: block;
  font-weight: bold;
}

.docData .value {
  display: block;
}

.docData a {
  display: block;
}

.dossierentry {
  border-bottom: 1px dotted #7F7F7F;
  padding-top: 16px;
  margin-bottom: 32px;
}

.dossierentry .navIndex ul {
  width: 100%;
  padding-left: 0;
  text-align: center;
}

.dossierentry .navIndex li {
  width: auto;
  display: inline-block;
  float: none;
}

.dossierentry .navIndex li a {
  white-space: nowrap;
}

.dossierentry .navIndex li a:hover, .dossierentry .navIndex li a:focus, .dossierentry .navIndex li a:active {
  color: #FFFFFF;
  text-decoration: none;
}

.facets {
  margin-left: auto;
  margin-right: auto;
}

.facets h4 {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 5px 5px 5px 0;
}

.facets ul {
  margin-bottom: 12px;
}

.facets ul.show {
  border-bottom: 1px solid #7F7F7F;
}

.facets li {
  border-top: 1px dotted #7F7F7F;
}

.facets li:first-child {
  border: none;
}

.facets li a,
.facets li strong {
  padding: 5px 5px 5px 30px;
  position: relative;
  display: block;
}

.facets li a:before,
.facets li strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1484px -170px;
  left: 0;
  top: 6px;
}

.facets li a:hover:before,
.facets li a:focus:before,
.facets li a:active:before,
.facets li strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1484px -50px;
  left: 0;
}

.facets li.link {
  border: none;
  padding-top: 16px;
}

.facets li.link a {
  font-weight: bold;
  padding-left: 20px;
}

.facets li.link a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -872px -1221px;
  left: 5px;
  top: 11px;
}

.facets li.link a:hover:before, .facets li.link a:focus:before, .facets li.link a:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1317px -1462px;
}

.supplement .facets .inactive-control {
  position: relative;
  border-bottom: 1px solid #7F7F7F;
}

.supplement .facets .inactive-control:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 8px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1604px -934px;
  right: 2%;
  top: 9px;
}

.supplement .facets .inactive-control:hover, .supplement .facets .inactive-control:focus, .supplement .facets .inactive-control:active {
  text-decoration: none;
  color: #000000;
}

.supplement .facets .inactive-control:hover:before, .supplement .facets .inactive-control:focus:before, .supplement .facets .inactive-control:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 8px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1604px -496px;
}

.supplement .facets .active-control {
  border: none;
  position: relative;
}

.supplement .facets .active-control:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 8px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1604px -604px;
  right: 2%;
  top: 9px;
}

.supplement .facets .active-control:hover, .supplement .facets .active-control:focus, .supplement .facets .active-control:active {
  text-decoration: none;
  color: #000000;
}

.supplement .facets .active-control:hover:before, .supplement .facets .active-control:focus:before, .supplement .facets .active-control:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 8px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1604px -826px;
}

.supplement .facets .active-control + ul {
  border-bottom: 1px solid #7F7F7F;
}

input,
select,
textarea,
.formLabel,
.formLabel em {
  font-size: 1.5rem;
  line-height: 1.5;
}

label {
  font-size: inherit;
  font-weight: bold;
}

.formLabel em {
  font-weight: normal;
}

form label {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: normal;
}

form {
  margin-bottom: 32px;
}

form fieldset {
  border: none;
  padding: 0;
}

form .columns {
  padding-bottom: 16px;
  margin-bottom: 16px;
}

form .trenner {
  border-bottom: 1px dotted #7F7F7F;
}

form .trenner.row {
  margin-bottom: 32px;
}

form .trenner.columns {
  padding-bottom: 32px;
  margin-bottom: 32px;
}

form .trenner .columns {
  padding-bottom: 32px;
  margin-bottom: 0;
}

input,
textarea,
select {
  border: 1px solid transparent;
  width: 100%;
  padding: 5px 3px;
}

textarea {
  resize: none;
}

.border input,
.border textarea,
.border select {
  border: 1px solid #BDBDBD;
}

.corner input,
.corner textarea,
.corner select {
  border-radius: 5px;
}

.background input,
.background textarea,
.background select {
  background-color: #EEEEEE;
}

.labelspacer {
  padding-top: 2.25em;
}

.labelspacer input {
  margin-top: 10px;
}

label,
.formLabel em {
  font-style: normal;
  display: table;
  margin-bottom: 16px;
}

input[type='checkbox'], input[type='radio'] {
  margin-top: 3px;
  clear: both;
  width: 2em;
  float: left;
}

input.submit, input.reset {
  font-weight: bold;
  background-color: #004F80;
  border-color: #004F80;
  color: #FFFFFF;
  padding: 6px 10px;
  text-transform: uppercase;
  float: right;
  width: auto;
  margin-left: 16px;
  margin-bottom: 16px;
}

input.submit:hover, input.submit:focus, input.submit:active, input.reset:hover, input.reset:focus, input.reset:active {
  background: #585858;
  color: #FFFFFF;
  border-color: #585858;
}

input.reset {
  background-color: #585858;
  border-color: #585858;
}

.oneline input {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
}

input:hover, input:focus, input:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  border: 1px solid #004F80;
}

.col2 .formField span {
  display: block;
  width: 50%;
  float: left;
}

.col3 .formField span {
  display: block;
  width: 33.33%;
  float: left;
}

.formHandle {
  margin-bottom: 16px;
}

.formError {
  color: #CA0101;
}

.formError.abstract {
  font-weight: bold;
}

.formError + input,
.formError + textarea {
  border: 1px solid #CA0101;
}

.error a {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 15px;
  position: relative;
}

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

.error a:hover:before, .error a:focus:before, .error a:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1317px -1462px;
}

ul.error {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 12px;
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/roboto-slab-v9-latin-regular.eot");
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url("/static/fonts/roboto-slab-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("/static/fonts/roboto-slab-v9-latin-regular.woff2") format("woff2"), url("/static/fonts/roboto-slab-v9-latin-regular.woff") format("woff"), url("/static/fonts/roboto-slab-v9-latin-regular.ttf") format("truetype"), url("/static/fonts/roboto-slab-v9-latin-regular.svg#RobotoSlab") format("svg");
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url("/static/fonts/roboto-slab-v9-latin-700.eot");
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url("/static/fonts/roboto-slab-v9-latin-700.eot?#iefix") format("embedded-opentype"), url("/static/fonts/roboto-slab-v9-latin-700.woff2") format("woff2"), url("/static/fonts/roboto-slab-v9-latin-700.woff") format("woff"), url("/static/fonts/roboto-slab-v9-latin-700.ttf") format("truetype"), url("/static/fonts/roboto-slab-v9-latin-700.svg#RobotoSlab") format("svg");
}

@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/asap-v11-latin-regular.eot");
  src: local("Asap Regular"), local("Asap-Regular"), url("/static/fonts/asap-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("/static/fonts/asap-v11-latin-regular.woff2") format("woff2"), url("/static/fonts/asap-v11-latin-regular.woff") format("woff"), url("/static/fonts/asap-v11-latin-regular.ttf") format("truetype"), url("/static/fonts/asap-v11-latin-regular.svg#Asap") format("svg");
}

@font-face {
  font-family: 'Asap';
  font-style: italic;
  font-weight: 400;
  src: url("/static/fonts/asap-v11-latin-italic.eot");
  src: local("Asap Italic"), local("Asap-Italic"), url("/static/fonts/asap-v11-latin-italic.eot?#iefix") format("embedded-opentype"), url("/static/fonts/asap-v11-latin-italic.woff2") format("woff2"), url("/static/fonts/asap-v11-latin-italic.woff") format("woff"), url("/static/fonts/asap-v11-latin-italic.ttf") format("truetype"), url("/static/fonts/asap-v11-latin-italic.svg#Asap") format("svg");
}

@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 500;
  src: url("/static/fonts/asap-v11-latin-500.eot");
  src: local("Asap Medium"), local("Asap-Medium"), url("/static/fonts/asap-v11-latin-500.eot?#iefix") format("embedded-opentype"), url("/static/fonts/asap-v11-latin-500.woff2") format("woff2"), url("/static/fonts/asap-v11-latin-500.woff") format("woff"), url("/static/fonts/asap-v11-latin-500.ttf") format("truetype"), url("/static/fonts/asap-v11-latin-500.svg#Asap") format("svg");
}

@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 600;
  src: url("/static/fonts/asap-v11-latin-600.eot");
  src: local("Asap SemiBold"), local("Asap-SemiBold"), url("/static/fonts/asap-v11-latin-600.eot?#iefix") format("embedded-opentype"), url("/static/fonts/asap-v11-latin-600.woff2") format("woff2"), url("/static/fonts/asap-v11-latin-600.woff") format("woff"), url("/static/fonts/asap-v11-latin-600.ttf") format("truetype"), url("/static/fonts/asap-v11-latin-600.svg#Asap") format("svg");
}

@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 700;
  src: url("/static/fonts/asap-v11-latin-700.eot");
  src: local("Asap Bold"), local("Asap-Bold"), url("/static/fonts/asap-v11-latin-700.eot?#iefix") format("embedded-opentype"), url("/static/fonts/asap-v11-latin-700.woff2") format("woff2"), url("/static/fonts/asap-v11-latin-700.woff") format("woff"), url("/static/fonts/asap-v11-latin-700.ttf") format("truetype"), url("/static/fonts/asap-v11-latin-700.svg#Asap") format("svg");
}

.aural {
  left: -2000px;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.clear {
  clear: both;
}

ol {
  list-style-type: none;
}

.all {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 32px;
}

.wrapper-teaser .all,
.boxWrapper .all,
.service-border .all,
.live-calendar .all {
  margin-bottom: 0;
}

.content .all {
  background: #EEEEEE;
}

.button {
  border-radius: 5px;
  font-weight: bold;
  clear: left;
  display: block;
  padding: 9px 10px;
  color: #FFFFFF;
  background-color: #004F80;
  line-height: 1;
  text-transform: uppercase;
  word-spacing: .25em;
}

.all .button {
  float: right;
  color: #FFFFFF;
}

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

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

.filedata {
  display: block;
}

body > div {
  font-size: 100%;
}

.glossaryIndex.navIndex li {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  width: auto;
}

.glossaryIndex.navIndex li:first-child {
  margin-right: inherit;
}

.glossaryIndex.navIndex li:last-child {
  margin-left: inherit;
  float: left;
}

.glossaryIndex.navIndex li:not(:first-child):not(:last-child) {
  margin-left: 0;
}

.glossaryIndex.navIndex .page,
.glossaryIndex.navIndex strong {
  display: block;
  min-width: 4rem;
}

.glossaryIndex span {
  background: #EEEEEE;
}

.l-content-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.l-content-wrapper--top {
  padding-top: 50px;
  padding-bottom: 0;
}

.l-content-wrapper--expand-width > .row {
  max-width: 130em;
}

.l-content-wrapper.l-content-wrapper--no-space-inner {
  padding-top: 0;
  padding-bottom: 0;
}

.l-content-wrapper--blue, .l-content-wrapper--dark-blue {
  color: #FFFFFF;
}

.l-content-wrapper--blue {
  background-color: #0069B7;
}

.l-content-wrapper--light-blue {
  background-color: #F2F9FF;
}

.l-content-wrapper--dark-blue {
  background-color: #00305B;
}

.l-content-wrapper--dark-blue.l-content-wrapper--transparent {
  background-color: rgba(0, 48, 91, 0.6);
}

.l-text-image-grid > .row > .column {
  margin-bottom: 16px;
}

.l-text-image-grid .c-text-image {
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
}

.l-text-image-grid .c-text-image__text, .l-text-image-grid .c-text-image__image, .l-text-image-grid .c-text-image__footer {
  max-width: 100%;
}

.l-text-image-grid .c-text-image__text {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.l-text-image-grid .c-text-image__image, .l-text-image-grid .c-text-image__footer {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.l-text-image-grid .c-text-image__image {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.l-text-image-grid .c-text-image__text {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.l-text-image-grid .c-text-image__footer {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.l-text-image-grid .c-text-image__footer span {
  display: block;
  padding-left: 15px;
  position: relative;
}

.l-text-image-grid .c-text-image__footer span:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1718px -159px;
  top: 10px;
  left: 0;
}

.l-tile-grid > .row > .column > .row {
  min-height: 100%;
}

.l-tile-grid > .row > .column > .row > .column {
  margin-bottom: 16px;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  background-color: #FFFFFF;
  width: auto;
  max-width: 100%;
  padding: 4em 16px 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

h1 .mfp-inline-holder .mfp-content button.mfp-close, h1
.mfp-ajax-holder .mfp-content button.mfp-close {
  left: -2000px;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.mfp-inline-holder .mfp-content button.mfp-close,
.mfp-ajax-holder .mfp-content button.mfp-close {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000000;
  font-weight: normal;
  text-transform: uppercase;
  background: url(/SiteGlobals/Frontend/Images/icons/close-b.svg?__blob=normal&v=2) no-repeat 100% 0/20px 20px;
  padding-right: 25px;
  position: absolute;
  top: 16px;
  right: 16px;
  width: auto;
  height: auto;
  opacity: 1;
}

.mfp-inline-holder .mfp-content button.mfp-close:hover, .mfp-inline-holder .mfp-content button.mfp-close:focus, .mfp-inline-holder .mfp-content button.mfp-close:active,
.mfp-ajax-holder .mfp-content button.mfp-close:hover,
.mfp-ajax-holder .mfp-content button.mfp-close:focus,
.mfp-ajax-holder .mfp-content button.mfp-close:active {
  text-decoration: underline;
}

.mfp-inline-holder .mfp-content .all,
.mfp-ajax-holder .mfp-content .all {
  margin-bottom: 0;
}

.mfp-inline-holder .mfp-content .glossarEntry ul,
.mfp-ajax-holder .mfp-content .glossarEntry ul {
  margin-bottom: 32px;
}

.mfp-inline-holder .mfp-content #glossarEntry > a,
.mfp-ajax-holder .mfp-content #glossarEntry > a {
  float: right;
  font-size: 1.5rem;
  margin-right: 16px;
}

.mfp-inline-holder .mfp-content .picture,
.mfp-ajax-holder .mfp-content .picture {
  background: transparent;
}

.mfp-inline-holder .mfp-content .picture.poster,
.mfp-ajax-holder .mfp-content .picture.poster {
  max-width: 100%;
}

.mfp-inline-holder .mfp-content img,
.mfp-ajax-holder .mfp-content img {
  display: block;
  margin: 0 auto;
}

.mfp-inline-holder .mfp-content .slide h1,
.mfp-ajax-holder .mfp-content .slide h1 {
  padding: 16px 5em 0 16px;
}

.mfp-inline-holder .mfp-content .slide .position,
.mfp-ajax-holder .mfp-content .slide .position {
  position: absolute;
  top: 5.5em;
  right: 32px;
}

.mfp-inline-holder .mfp-content .slide video,
.mfp-ajax-holder .mfp-content .slide video {
  display: block;
  margin: 0 auto;
}

.mfp-gallery .mfp-inline-holder .mfp-content,
.mfp-gallery .mfp-ajax-holder .mfp-content {
  width: 900px;
}

.mfp-container .mfp-arrow {
  width: 30px;
  height: 43px;
}

.mfp-container .mfp-arrow, .mfp-container .mfp-arrow:active {
  margin-top: 0;
}

.mfp-container .mfp-arrow:before, .mfp-container .mfp-arrow:after,
.mfp-container .mfp-arrow .mfp-b,
.mfp-container .mfp-arrow .mfp-a {
  border: none;
  padding: 0;
  height: 43px;
  width: 30px;
  margin: 0;
}

.content a {
  display: inline-block;
}

.downloadlinks a.downloadLink {
  display: block;
  padding-left: 25px;
  position: relative;
}

.downloadlinks a.downloadLink:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 19px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -405px -1342px;
  left: 0;
  top: -1px;
}

.downloadlinks a.downloadLink:hover:before, .downloadlinks a.downloadLink:focus:before, .downloadlinks a.downloadLink:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 19px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1364px -517px;
}

.supplement .box .links a.downloadLink {
  padding-left: 20px;
  position: relative;
}

.supplement .box .links a.downloadLink:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 14px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1202px -1462px;
  top: -1px;
  left: 0;
}

.supplement .box .links a.downloadLink:hover:before, .supplement .box .links a.downloadLink:focus:before, .supplement .box .links a.downloadLink:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 14px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -627px -1462px;
}

.supplement .box .links a.shoppingCartLink {
  padding-left: 20px;
  position: relative;
}

.supplement .box .links a.shoppingCartLink:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 12px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -642px -1342px;
  top: 2px;
  left: 0;
}

.supplement .box .links a.shoppingCartLink:hover:before, .supplement .box .links a.shoppingCartLink:focus:before, .supplement .box .links a.shoppingCartLink:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 12px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -642px -1221px;
}

.downloadlinks a.shoppingCartLink {
  display: block;
  padding-left: 25px;
  position: relative;
}

.downloadlinks a.shoppingCartLink:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 16px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1484px -410px;
  top: 2px;
  left: 0;
}

.downloadlinks a.shoppingCartLink:hover:before, .downloadlinks a.shoppingCartLink:focus:before, .downloadlinks a.shoppingCartLink:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 16px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1484px -646px;
}

a.external,
.teaser .more a.external {
  padding-left: 20px;
  position: relative;
  font-size: 1.7rem;
}

a.external:before,
.teaser .more a.external:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -158px -1685px;
  top: 11px;
  left: 0;
}

a.external:hover:before, a.external:focus:before, a.external:active:before,
.teaser .more a.external:hover:before,
.teaser .more a.external:focus:before,
.teaser .more a.external:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -266px -1685px;
}

.more {
  display: block;
  margin-top: 5px;
}

.more a {
  position: relative;
  padding-left: 20px;
}

.more a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -872px -1221px;
  left: 0;
  top: 10px;
}

a.themenLink {
  display: block;
  padding-left: 15px;
  position: relative;
}

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

.gsb p.pharmnetLink,
.pharmnetLink {
  margin-bottom: 0;
}

.gsb p.pharmnetLink a,
.pharmnetLink a {
  display: block;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
}

.gsb p.pharmnetLink a:before,
.pharmnetLink a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -872px -1221px;
  left: 0;
  top: 8px;
}

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

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

ul.links {
  margin-bottom: 32px;
}

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

ul.links a,
ul.links strong {
  display: block;
  padding-left: 20px;
  position: relative;
}

ul.links a:before,
ul.links strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -872px -1221px;
  top: 10px;
  left: 0;
}

ul.links a:hover:before, ul.links a:focus:before, ul.links a:active:before,
ul.links strong:hover:before,
ul.links strong:focus:before,
ul.links strong:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1317px -1462px;
}

ul.links a.downloadLink:before,
ul.links strong.downloadLink:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 14px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1202px -1462px;
  top: 8px;
  left: 0;
}

ul.links a.downloadLink:hover:before, ul.links a.downloadLink:focus:before, ul.links a.downloadLink:active:before,
ul.links strong.downloadLink:hover:before,
ul.links strong.downloadLink:focus:before,
ul.links strong.downloadLink:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 14px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -627px -1462px;
}

ul.links a.shoppingCartLink:before,
ul.links strong.shoppingCartLink:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 12px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -642px -1342px;
  top: 4px;
  left: 0;
}

ul.links a.shoppingCartLink:hover:before, ul.links a.shoppingCartLink:focus:before, ul.links a.shoppingCartLink:active:before,
ul.links strong.shoppingCartLink:hover:before,
ul.links strong.shoppingCartLink:focus:before,
ul.links strong.shoppingCartLink:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 12px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -642px -1221px;
}

.tableOfDocuments {
  margin-bottom: 12px;
  list-style: decimal outside none;
  padding-left: 20px;
}

video,
.mejs-container {
  margin: 0 auto 32px;
}

.galleryBox .mejs-wrapper {
  margin-top: 46px;
}

.galleryBox .mejs-wrapper .mejs-container {
  margin: 0 auto;
}

.mejs-overlay-button {
  background-image: url(/SiteGlobals/Frontend/Images/icons/mediaelement/mejs-controls.svg?__blob=normal&v=2);
}

.gsb .navSkip,
.gsb .navSkip a {
  left: -2000px;
  line-height: 0;
  position: absolute;
  width: 0;
}

.gsb .navSkip a:focus, .gsb .navSkip a:active {
  background-color: #004F80;
  color: #FFFFFF;
  font-size: 1.6rem;
  height: auto;
  left: calc(2000px + 50vw);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 15px 0 20px;
  top: 75px;
  width: 180px;
  z-index: 1000;
  text-align: center;
}

.menu-box {
  display: none;
}

#menu {
  padding-bottom: 100px;
  display: none;
}

#menu.mm-menu.mm-current {
  display: block;
}

#menu h1 {
  background-color: #B7001F;
  font-family: "Asap", sans-serif;
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: 0;
  padding: 15px 40px 15px 12px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1000;
}

#menu h1 a {
  color: #FFFFFF;
  font-weight: bold;
}

#menu .mobile-head {
  padding: 0;
}

#menu .mobile-head h1 {
  color: #FFFFFF;
}

#menu .close-button {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#menu .close-button:focus img {
  outline: 1px dotted #FFFFFF;
}

#menu .close-button img {
  vertical-align: initial;
}

#menu .mm-search {
  background-color: #B7001F;
  height: auto;
  padding: 0 10px 8px;
  position: relative;
}

#menu .mm-search input {
  color: #000000;
  background-color: #EEEEEE;
  width: 100%;
  border: none;
  border-radius: 5px;
}

#menu .mm-search input.image {
  width: 40px;
  padding: 5px;
  position: absolute;
  top: 0px;
  right: 10px;
}

#menu .mm-search input.image:focus {
  outline: 1px dotted #585858;
  padding: 0;
}

#menu ul {
  color: #004F80;
  background: #FAFAFA;
  position: relative;
  padding-top: 0;
}

#menu ul ul {
  padding: 0;
}

#menu li {
  font-size: 1.4rem;
}

#menu li a,
#menu li strong {
  color: #004F80;
  padding: 16px;
  display: block;
}

#menu li a span,
#menu li strong span {
  padding-left: 0;
}

#menu li.service {
  background: #004F80;
  border-color: rgba(255, 255, 255, 0.35);
}

#menu li.service a,
#menu li.service strong,
#menu li.service span {
  color: #FFFFFF;
}

#menu li.service li {
  background: #EBEBEB;
}

#menu li.service li a,
#menu li.service li strong,
#menu li.service li span {
  color: #004F80;
}

#menu li li {
  background: #EBEBEB;
}

#menu li li a,
#menu li li strong {
  padding-left: 32px;
}

#menu li li li {
  background: #DBDBDB;
}

#menu li li li:after {
  border-color: #CCCCCC;
}

#menu li li li a,
#menu li li li strong {
  padding-left: 48px;
}

#menu li li li li {
  background: #CCCCCC;
}

#menu li li li li:after {
  border-color: #BDBDBD;
}

#menu li li li li a,
#menu li li li li strong {
  padding-left: 64px;
}

#menu .navFacebook em,
#menu .navFlickr em,
#menu .navGoogle em,
#menu .navRSSFeed em,
#menu .navTwitter em,
#menu .navYouTube em {
  display: none;
}

#menu .service[class*="navPEI"] {
  background-color: #00305B;
}

#menu [class*="navPEI"] a,
#menu [class*="navPEI"] strong,
#menu .navServiceGS a,
#menu .navServiceGS strong,
#menu .navServiceLS a,
#menu .navServiceLS strong,
#menu .navTwitter a,
#menu .navTwitter strong,
#menu .navRSSFeed a,
#menu .navRSSFeed strong,
#menu .navFlickr a,
#menu .navFlickr strong,
#menu .navFacebook a,
#menu .navFacebook strong,
#menu .navYouTube a,
#menu .navYouTube strong,
#menu .navGoogle a,
#menu .navGoogle strong {
  padding-left: 50px;
}

#menu [class*="navPEI"] > a,
#menu [class*="navPEI"] strong,
#menu .navServiceGS > a,
#menu .navServiceGS strong,
#menu .navServiceLS > a,
#menu .navServiceLS strong,
#menu .navTwitter > a,
#menu .navTwitter strong,
#menu .navRSSFeed > a,
#menu .navRSSFeed strong,
#menu .navFlickr > a,
#menu .navFlickr strong,
#menu .navFacebook > a,
#menu .navFacebook strong,
#menu .navYouTube > a,
#menu .navYouTube strong,
#menu .navGoogle > a,
#menu .navGoogle strong {
  position: relative;
}

#menu [class*="navPEI"] a.mm-subopen,
#menu .navServiceGS a.mm-subopen,
#menu .navServiceLS a.mm-subopen,
#menu .navTwitter a.mm-subopen,
#menu .navRSSFeed a.mm-subopen,
#menu .navFlickr a.mm-subopen,
#menu .navFacebook a.mm-subopen,
#menu .navYouTube a.mm-subopen,
#menu .navGoogle a.mm-subopen {
  background: none;
}

#menu .navPEIannouncements > a:before,
#menu .navPEIannouncements strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 20px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1236px -1033px;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#menu .navPEIreport > a:before,
#menu .navPEIreport strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 18px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1236px -792px;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#menu .navPEIjobs > a:before,
#menu .navPEIjobs strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 20px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -710px -957px;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#menu .navPEInews > a:before,
#menu .navPEInews strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 18px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -833px -957px;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#menu .navServiceGS > a:before,
#menu .navServiceGS strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 21px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -50px -1221px;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#menu .navServiceLS > a:before,
#menu .navServiceLS strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 22px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -560px -1091px;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#menu .navTwitter > a:before,
#menu .navTwitter strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 17px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1364px -50px;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#menu .navRSSFeed > a:before,
#menu .navRSSFeed strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1484px -880px;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#menu .navFlickr > a:before,
#menu .navFlickr strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -438px -1091px;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#menu .navFacebook > a:before,
#menu .navFacebook strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1364px -1115px;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#menu .navYouTube > a:before,
#menu .navYouTube strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 23px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1236px -910px;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#menu .navGoogle > a:before,
#menu .navGoogle strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -285px -1342px;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#menu .mm-next {
  height: 52px;
}

#menu .mm-next:after {
  border-color: #004F80;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

#menu .mm-next:focus {
  outline: 1px dotted #004F80;
}

.mm-opening .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#menu .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  margin-left: 0;
}

html.mm-opened #togglenav {
  position: absolute;
}

.mm-vertical .mm-listview .mm-panel {
  padding: 0;
}

.mm-menu .mm-noresultsmsg {
  display: none;
}

.mm-menu > .mm-navbar-top-2 {
  top: 39px;
  z-index: 4;
}

.mm-hasnavbar-top-2 .mm-panels {
  top: 94px;
}

.mm-listview > li:not(.mm-divider):after {
  left: 0;
}

.mm-hasnavbar-top-1 .mm-panels {
  top: 97px;
}

.pageBottom {
  outline-style: dotted;
  outline-color: #7F7F7F;
  outline-width: 2px;
  background: #EEEEEE;
  padding-top: 32px;
}

.navIndex {
  margin-bottom: 32px;
  overflow: hidden;
}

.navIndex:after {
  display: block;
  clear: both;
  content: '';
  height: 1px;
}

.content .navIndex ul {
  padding: 0;
}

.navIndex li {
  list-style-type: none;
  text-align: center;
}

.navIndex li:first-child {
  float: left;
  margin-right: 35px;
}

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

.navIndex li:not(:first-child):not(:last-child) {
  margin-left: 5px;
  margin-right: 5px;
}

.navIndex .page {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.navIndex .page:not(span) {
  background-color: #FFFFFF;
  color: #B7001F;
}

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

.navIndex .page,
.navIndex strong {
  line-height: 4rem;
}

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

.navIndex strong {
  background-color: #32323C;
  color: #FFFFFF;
}

.navIndex a.page,
.navIndex strong,
.navIndex span.page {
  display: block;
}

.navIndex .back,
.navIndex .forward {
  background-color: transparent;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 0;
}

.navIndex .back:before,
.navIndex .forward:before {
  display: block !important;
  position: relative;
}

.navIndex .back:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -692px -50px;
}

.navIndex .back:not(span):before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -692px -470px;
}

.navIndex .back:not(span):active:before, .navIndex .back:not(span):focus:before, .navIndex .back:not(span):hover:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -692px -50px;
}

.navIndex .forward:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -692px -190px;
}

.navIndex .forward:not(span):before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -692px -330px;
}

.navIndex .forward:not(span):active:before, .navIndex .forward:not(span):focus:before, .navIndex .forward:not(span):hover:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -692px -190px;
}

.navIndex span.back, .navIndex span.forward {
  color: #004F80;
  background: #FFFFFF;
}

.navIndex .button {
  color: #FFFFFF;
  display: block;
}

.gsb {
  /*ul {
    &.navFunctions,
    &.downloadlinks,
    &.navIndex,
    &.glossaryIndex,
    &.sitemap ul {
      list-style-type: none;
      padding-left: 0;
    }

    &.downloadlinks {
      li {
        margin-top: $gutter;

        &:first-child {
          margin-top: 0;
        }
      }
    }

  }*/
}

.gsb h1,
.gsb h2,
.gsb h3,
.gsb h4,
.gsb h5,
.gsb h6 {
  clear: both;
}

.gsb h2.label {
  margin-bottom: 0;
}

.gsb h4,
.gsb .h4 {
  font-weight: 700;
}

.gsb h5 {
  font-family: 'Asap', sans-serif;
}

.gsb .subheadline p {
  font-weight: 700;
}

.gsb .contactPage h2, .gsb .contactPage h3, .gsb .contactPage h4, .gsb .contactPage h5 {
  clear: left;
}

.gsb p,
.gsb li,
.gsb th,
.gsb blockquote,
.gsb dl,
.gsb caption,
.gsb .formError,
.gsb address,
.gsb .address,
.gsb .contactData {
  font-size: 1.7rem;
}

.gsb td {
  font-size: 1.5rem;
}

.gsb p,
.gsb address,
.gsb .address,
.gsb .contactData {
  margin-bottom: 32px;
}

.gsb p + h2,
.gsb p + h3,
.gsb p + h4 {
  margin-top: 64px;
}

.gsb .content ul:not([class]) {
  list-style-type: disc;
  margin-bottom: 32px;
  padding-left: 22px;
}

.gsb .content ul:not([class]) * {
  margin-bottom: 0;
}

.gsb .content ol:not([class]) {
  list-style: decimal outside none;
  margin-bottom: 32px;
  padding-left: 22px;
}

.gsb .content ol:not([class]) ol {
  list-style: lower-alpha outside none;
}

.gsb .content ol:not([class]) ol ol {
  list-style: lower-roman outside none;
}

.gsb .content ol:not([class]) * {
  margin-bottom: 0;
}

.gsb blockquote,
.gsb q {
  quotes: '' '' '' '';
}

.gsb blockquote:before, .gsb blockquote:after,
.gsb q:before,
.gsb q:after {
  content: '' '' '' '';
}

.gsb blockquote {
  color: #000000;
  margin: 16px 16px 32px;
  padding: 0;
  background: #EEEEEE;
}

.gsb blockquote p {
  color: #000000;
  padding: 16px;
  margin-bottom: 0;
}

.gsb cite {
  display: inline;
  color: #000000;
  font-size: 1.5rem;
  font-style: normal;
}

.gsb cite:before {
  content: '';
}

.gsb abbr,
.gsb dfn {
  border-bottom: 1px dotted #000000;
  text-decoration: none;
}

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

.gsb table td.right, .gsb table td.left {
  float: none !important;
}

.gsb table a {
  text-decoration: underline;
}

.gsb table a:hover, .gsb table a:active, .gsb table a:focus {
  text-decoration: none;
}

.gsb table .sortUp,
.gsb table .sortDown,
.gsb table .sortUpDown {
  padding: 16px 32px 50px 16px;
}

.gsb table .sortUp a,
.gsb table .sortDown a,
.gsb table .sortUpDown a {
  display: block;
  text-decoration: none;
  width: 100%;
}

.gsb table .sortUp a:after,
.gsb table .sortDown a:after,
.gsb table .sortUpDown a:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gsb table .sortUp a span {
  display: block;
  height: 40px;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
}

.gsb table .sortUp a span:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 9px;
  height: 6px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -50px -1579px;
  bottom: 17px;
  left: 50%;
  margin-left: -5px;
}

.gsb table .sortUp a:hover {
  color: #FFFFFF;
}

.gsb table .sortUp.active {
  background-color: #B7001F;
  color: #FFFFFF;
}

.gsb table .sortDown a span {
  display: block;
  height: 40px;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
}

.gsb table .sortDown a span:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 9px;
  height: 6px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1604px -1373px;
  left: 50%;
  margin-left: -5px;
  bottom: 17px;
}

.gsb table .sortDown a:hover {
  color: #FFFFFF;
}

.gsb table .sortDown.active {
  background-color: #B7001F;
  color: #FFFFFF;
}

.gsb table .sortUpDown a span {
  display: block;
  height: 40px;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
}

.gsb table .sortUpDown a span:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 9px;
  height: 14px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1604px -712px;
  left: 50%;
  margin-left: -5px;
  bottom: 13px;
}

.gsb table .sortUpDown a:hover {
  color: #FFFFFF;
}

.gsb table .sortUpDown.active {
  background-color: #B7001F;
  color: #FFFFFF;
}

.gsb table .moreInformation {
  background-color: #505F71;
}

.gsb table .odd {
  background: #FAFAFA;
}

.gsb table .even {
  background: #F2F2F2;
}

.gsb table tr {
  background-color: #F2F2F2;
}

.gsb table tr:nth-child(2n+1) {
  background-color: #FAFAFA;
}

.gsb table .width8 {
  width: 8%;
}

.gsb table .width10 {
  width: 10%;
}

.gsb table .width11 {
  width: 11%;
}

.gsb table .width12 {
  width: 12%;
}

.gsb table .width13 {
  width: 13%;
}

.gsb table .width14 {
  width: 14%;
}

.gsb table .width15 {
  width: 15%;
}

.gsb table .width20 {
  width: 20%;
}

.gsb table .width25 {
  width: 25%;
}

.gsb table .width30 {
  width: 30%;
}

.gsb table .width35 {
  width: 35%;
}

.gsb table .width40 {
  width: 40%;
}

.gsb table .width45 {
  width: 45%;
}

.gsb table .width50 {
  width: 50%;
}

.gsb table .width70 {
  width: 70%;
}

.gsb table .width80 {
  width: 80%;
}

.gsb table .width85 {
  width: 85%;
}

.gsb col.width1 {
  width: 1%;
}

.gsb col.width2 {
  width: 2%;
}

.gsb col.width3 {
  width: 3%;
}

.gsb col.width4 {
  width: 4%;
}

.gsb col.width5 {
  width: 5%;
}

.gsb col.width6 {
  width: 6%;
}

.gsb col.width7 {
  width: 7%;
}

.gsb col.width8 {
  width: 8%;
}

.gsb col.width9 {
  width: 9%;
}

.gsb col.width10 {
  width: 10%;
}

.gsb col.width11 {
  width: 11%;
}

.gsb col.width12 {
  width: 12%;
}

.gsb col.width13 {
  width: 13%;
}

.gsb col.width14 {
  width: 14%;
}

.gsb col.width15 {
  width: 15%;
}

.gsb col.width16 {
  width: 16%;
}

.gsb col.width17 {
  width: 17%;
}

.gsb col.width18 {
  width: 18%;
}

.gsb col.width19 {
  width: 19%;
}

.gsb col.width20 {
  width: 20%;
}

.gsb col.width21 {
  width: 21%;
}

.gsb col.width22 {
  width: 22%;
}

.gsb col.width23 {
  width: 23%;
}

.gsb col.width24 {
  width: 24%;
}

.gsb col.width25 {
  width: 25%;
}

.gsb col.width26 {
  width: 26%;
}

.gsb col.width27 {
  width: 27%;
}

.gsb col.width28 {
  width: 28%;
}

.gsb col.width29 {
  width: 29%;
}

.gsb col.width30 {
  width: 30%;
}

.gsb col.width31 {
  width: 31%;
}

.gsb col.width32 {
  width: 32%;
}

.gsb col.width33 {
  width: 33%;
}

.gsb col.width34 {
  width: 34%;
}

.gsb col.width35 {
  width: 35%;
}

.gsb col.width36 {
  width: 36%;
}

.gsb col.width37 {
  width: 37%;
}

.gsb col.width38 {
  width: 38%;
}

.gsb col.width39 {
  width: 39%;
}

.gsb col.width40 {
  width: 40%;
}

.gsb col.width41 {
  width: 41%;
}

.gsb col.width42 {
  width: 42%;
}

.gsb col.width43 {
  width: 43%;
}

.gsb col.width44 {
  width: 44%;
}

.gsb col.width45 {
  width: 45%;
}

.gsb col.width46 {
  width: 46%;
}

.gsb col.width47 {
  width: 47%;
}

.gsb col.width48 {
  width: 48%;
}

.gsb col.width49 {
  width: 49%;
}

.gsb col.width50 {
  width: 50%;
}

.gsb col.width51 {
  width: 51%;
}

.gsb col.width52 {
  width: 52%;
}

.gsb col.width53 {
  width: 53%;
}

.gsb col.width54 {
  width: 54%;
}

.gsb col.width55 {
  width: 55%;
}

.gsb col.width56 {
  width: 56%;
}

.gsb col.width57 {
  width: 57%;
}

.gsb col.width58 {
  width: 58%;
}

.gsb col.width59 {
  width: 59%;
}

.gsb col.width60 {
  width: 60%;
}

.gsb col.width61 {
  width: 61%;
}

.gsb col.width62 {
  width: 62%;
}

.gsb col.width63 {
  width: 63%;
}

.gsb col.width64 {
  width: 64%;
}

.gsb col.width65 {
  width: 65%;
}

.gsb col.width66 {
  width: 66%;
}

.gsb col.width67 {
  width: 67%;
}

.gsb col.width68 {
  width: 68%;
}

.gsb col.width69 {
  width: 69%;
}

.gsb col.width70 {
  width: 70%;
}

.gsb col.width71 {
  width: 71%;
}

.gsb col.width72 {
  width: 72%;
}

.gsb col.width73 {
  width: 73%;
}

.gsb col.width74 {
  width: 74%;
}

.gsb col.width75 {
  width: 75%;
}

.gsb col.width76 {
  width: 76%;
}

.gsb col.width77 {
  width: 77%;
}

.gsb col.width78 {
  width: 78%;
}

.gsb col.width79 {
  width: 79%;
}

.gsb col.width80 {
  width: 80%;
}

.gsb col.width81 {
  width: 81%;
}

.gsb col.width82 {
  width: 82%;
}

.gsb col.width83 {
  width: 83%;
}

.gsb col.width84 {
  width: 84%;
}

.gsb col.width85 {
  width: 85%;
}

.gsb col.width86 {
  width: 86%;
}

.gsb col.width87 {
  width: 87%;
}

.gsb col.width88 {
  width: 88%;
}

.gsb col.width89 {
  width: 89%;
}

.gsb col.width90 {
  width: 90%;
}

.gsb col.width91 {
  width: 91%;
}

.gsb col.width92 {
  width: 92%;
}

.gsb col.width93 {
  width: 93%;
}

.gsb col.width94 {
  width: 94%;
}

.gsb col.width95 {
  width: 95%;
}

.gsb col.width96 {
  width: 96%;
}

.gsb col.width97 {
  width: 97%;
}

.gsb col.width98 {
  width: 98%;
}

.gsb col.width99 {
  width: 99%;
}

.gsb col.width100 {
  width: 100%;
}

.gsb caption {
  font-weight: bold;
  color: #000000;
  padding-bottom: 16px;
  text-transform: uppercase;
  text-align: left;
}

.gsb tbody {
  padding: 0 0 10px;
}

.gsb th {
  background-color: #035089;
  background-clip: padding-box;
  /*fuer IE */
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
  vertical-align: top;
  padding: 16px 8px;
  border-left: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  position: relative;
}

.gsb th.moreInformation {
  padding-bottom: 50px;
}

.gsb th:first-child {
  border-left-color: #DADADA;
}

.gsb th:last-child {
  border-right-color: #DADADA;
}

.gsb th:active, .gsb th:focus, .gsb th:hover {
  background-color: #B7001F;
}

.gsb th a {
  color: #FFFFFF;
}

.gsb td {
  text-align: left;
  vertical-align: top;
  padding: 8px;
  border: 2px solid #DADADA;
}

.gsb .responsiveTable {
  margin-bottom: 32px;
  overflow-x: scroll;
}

.gsb .responsiveTable table {
  width: 637px;
  table-layout: auto;
}

.gsb .responsiveTable:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 8px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1236px -684px;
  top: -13px;
  right: 0;
}

.gsb table + h2,
.gsb table + h3,
.gsb table + h4,
.gsb .responsiveTable + h2,
.gsb .responsiveTable + h3,
.gsb .responsiveTable + h4 {
  margin-top: 64px;
}

.gsb dl {
  margin: 0 0 20px;
  overflow: hidden;
}

.gsb dt {
  font-weight: bold;
  display: block;
  float: left;
  padding-right: 15px;
  clear: both;
}

.gsb dd {
  display: block;
  margin-bottom: .3rem;
}

.gsb p.left,
.gsb td.left,
.gsb th.left {
  text-align: left;
}

.gsb p.right,
.gsb td.right,
.gsb th.right {
  text-align: right;
}

.gsb p.center,
.gsb td.center,
.gsb th.center {
  text-align: center;
}

.gsb p.justify,
.gsb td.justify,
.gsb th.justify {
  text-align: justify;
}

.gsb .picture {
  background: #EEEEEE;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto 18px;
}

.gsb .picture.linksOhne {
  margin-left: 0;
  margin-right: 0;
}

.gsb .picture.rechtsOhne {
  margin-left: auto;
  margin-right: 0;
}

.gsb .picture a,
.gsb .picture a span {
  display: block;
}

.gsb .picture .wrapper-text {
  display: block;
  font-size: 1.2rem;
  line-height: 1.7rem;
  margin: 8px 0 8px 8px;
}

.gsb .picture .wrapper-text cite {
  font-size: 1.2rem;
  line-height: 1.7rem;
}

.gsb .picture .wrapper-text span {
  display: block;
}

.gsb .picture .loupe {
  display: block;
  padding: 5px;
  float: right;
  margin-bottom: 0;
}

.gsb .picture .loupe:hover, .gsb .picture .loupe:focus, .gsb .picture .loupe:active {
  opacity: .6;
}

.gsb .picture .loupe:focus img {
  outline-style: dotted;
  outline-color: #000000;
  outline-width: 1px;
}

.gsb .picture .loupe img {
  width: 24px;
  height: 24px;
}

.gsb a {
  color: #004F80;
  text-decoration: none;
}

.gsb a:hover, .gsb a:active, .gsb a:focus {
  text-decoration: underline;
  color: #000000;
  outline: none;
}

.gsb a.RichTextIntLink {
  position: relative;
  padding-left: 20px;
  text-decoration: none;
  font-size: 1.7rem;
}

.gsb a.RichTextIntLink:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -872px -1221px;
  left: 0;
  top: 11px;
}

.gsb a.RichTextIntLink:hover, .gsb a.RichTextIntLink:focus, .gsb a.RichTextIntLink:active {
  text-decoration: none;
}

.gsb a.RichTextIntLink:hover:before, .gsb a.RichTextIntLink:focus:before, .gsb 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=2) no-repeat -1317px -1462px;
}

.gsb a.RichTextExtLink, .gsb a.ExternalLink {
  padding-left: 20px;
  text-decoration: none;
  position: relative;
  font-size: 1.7rem;
}

.gsb a.RichTextExtLink:before, .gsb a.ExternalLink:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -158px -1685px;
  top: 11px;
  left: 0;
}

.gsb a.RichTextExtLink:hover, .gsb a.RichTextExtLink:focus, .gsb a.RichTextExtLink:active, .gsb a.ExternalLink:hover, .gsb a.ExternalLink:focus, .gsb a.ExternalLink:active {
  text-decoration: none;
}

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

.gsb a.RichTextGlossarLink, .gsb a.GlossarEntry {
  border-bottom: 1px dotted #7F7F7F;
  color: #000000;
  cursor: help;
  text-decoration: none;
  font-size: 1.7rem;
}

.gsb a.RichTextGlossarLink:hover, .gsb a.RichTextGlossarLink:focus, .gsb a.RichTextGlossarLink:active, .gsb a.GlossarEntry:hover, .gsb a.GlossarEntry:focus, .gsb a.GlossarEntry:active {
  border-bottom: 1px solid #7F7F7F;
}

.gsb a.RichTextWikiLink {
  padding-left: 15px;
  text-decoration: none;
  position: relative;
  font-size: 1.7rem;
}

.gsb a.RichTextWikiLink:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -158px -1685px;
  top: 7px;
  left: 0;
}

.gsb a.RichTextWikiLink:hover, .gsb a.RichTextWikiLink:focus, .gsb a.RichTextWikiLink:active {
  text-decoration: none;
}

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

.gsb a.ContactData {
  padding-left: 20px;
  position: relative;
}

.gsb a.ContactData:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 11px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -914px -1091px;
  top: 10px;
  left: 0;
}

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

.gsb a.ContactData:hover:before, .gsb a.ContactData:focus:before, .gsb a.ContactData:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 11px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1029px -1091px;
}

.gsb a.download, .gsb a.Publication {
  position: relative;
  padding-left: 20px;
}

.gsb a.download:before, .gsb a.Publication:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 14px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1202px -1462px;
  left: 0;
  top: 7px;
}

.gsb a.download:hover, .gsb a.download:focus, .gsb a.download:active, .gsb a.Publication:hover, .gsb a.Publication:focus, .gsb a.Publication:active {
  text-decoration: underline;
}

.gsb a.download:hover:before, .gsb a.download:focus:before, .gsb a.download:active:before, .gsb a.Publication:hover:before, .gsb a.Publication:focus:before, .gsb a.Publication:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 14px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -627px -1462px;
}

.gsb a.shoppingCartLink {
  padding-left: 20px;
  position: relative;
}

.gsb a.shoppingCartLink:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 12px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -642px -1342px;
  top: 8px;
  left: 0;
}

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

.gsb a.shoppingCartLink:hover:before, .gsb a.shoppingCartLink:focus:before, .gsb a.shoppingCartLink:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 12px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -642px -1221px;
}

ul.toc {
  margin-bottom: 64px;
}

.gsb .content ul.toc ul:not([class]) {
  margin-top: 24px;
  margin-bottom: 24px;
}

ul.toc li {
  list-style-type: none;
  margin-bottom: 24px;
}

ul.toc li a {
  padding-left: 18px;
  text-decoration: none;
  position: relative;
  display: block;
}

ul.toc li a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 9px;
  height: 6px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1087px -1221px;
  top: 12px;
  left: 0;
}

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

ul.toc li a:hover:before, ul.toc li a:focus:before, ul.toc li a:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 9px;
  height: 6px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1302px -1342px;
}

p.navToTop {
  padding: 3px 0 15px;
  margin-bottom: 0;
}

p.navToTop a {
  float: right;
  padding-left: 15px;
  position: relative;
}

p.navToTop a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 9px;
  height: 6px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -866px -1342px;
  top: 10px;
  left: 0;
}

p.navToTop a:hover:before, p.navToTop a:focus:before, p.navToTop a:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 9px;
  height: 6px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -757px -1342px;
}

.has-tip {
  color: inherit;
  font-weight: inherit;
}

.has-tip:focus, .has-tip:hover, .has-tip:active {
  color: inherit;
  font-weight: inherit;
}

.stage .textContainer h3 {
  margin: 20px 16px;
}

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

div.abstract {
  font-weight: bold;
}

.js-on .stage .slick-dots button {
  content: none;
  background-color: #B7001F;
  width: 10px;
  height: 10px;
  line-height: 1.2;
  text-indent: -99999px;
}

.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;
}

.stage .textContainer p {
  display: block;
  margin: 0px 16px;
  color: #fff;
}

.service-border {
  background: #EEEEEE url("/assets/icons/isb/hatch-b.svg") repeat 0 0;
}

.service-border > ul {
  padding-left: 0;
}

.service-border > ul > li {
  list-style: none none;
  border-bottom: 1px dotted #7F7F7F;
}

.service-border > ul > li a {
  font-size: 1.4rem;
  position: relative;
}

.service-border > ul > li a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -191px -542px;
  top: 6px;
  left: 5px;
}

.service-border > ul > li a:hover:before, .service-border > ul > li a:focus:before, .service-border > ul > li a:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -331px -542px;
}

.service-border > ul > li.navVeranstaltungen a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 37px;
  height: 37px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -594px -820px;
}

.service-border > ul > li.navVeranstaltungen a:hover:before, .service-border > ul > li.navVeranstaltungen a:focus:before, .service-border > ul > li.navVeranstaltungen a:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 37px;
  height: 37px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -190px -682px;
}

.service-border > ul > li.navPublikationen a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 38px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -471px -542px;
}

.service-border > ul > li.navPublikationen a:hover:before, .service-border > ul > li.navPublikationen a:focus:before, .service-border > ul > li.navPublikationen a:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 38px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -50px -682px;
}

.service-border > ul > li.navMediathek a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 42px;
  height: 34px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -548px -324px;
  top: 9px;
}

.service-border > ul > li.navMediathek a:hover:before, .service-border > ul > li.navMediathek a:focus:before, .service-border > ul > li.navMediathek a:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 42px;
  height: 34px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -548px -190px;
}

.service-border > ul > li.navThemen a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 34px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -968px -712px;
  top: 9px;
}

.service-border > ul > li.navThemen a:hover:before, .service-border > ul > li.navThemen a:focus:before, .service-border > ul > li.navThemen a:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 34px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -968px -578px;
}

.service-border > ul > li a,
.service-border > ul > li strong {
  display: block;
  padding: 16px 5px 16px 60px;
  text-transform: uppercase;
}

.service-border .container {
  display: none;
}

.servicebox {
  display: none;
}

.servicebox .column {
  margin-bottom: 0;
}

.share {
  position: absolute;
  width: 100%;
  z-index: 99;
  background: #FFFFFF;
  border-top: 2px dotted #7F7F7F;
}

.share .wrapper-share {
  padding: 3em 16px;
  position: relative;
  min-height: 19em;
}

.share button.close {
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.5;
  background: url(/SiteGlobals/Frontend/Images/icons/close-b.svg?__blob=normal&v=2) no-repeat 100% 0/22px 22px;
  padding-right: 30px;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}

.share button.close:hover, .share button.close:focus, .share button.close:active {
  text-decoration: underline;
}

.share .shariff h3 {
  font-size: 1.7rem;
  color: #000000;
  padding: 0 0 16px;
  margin-top: 10px;
}

.share .shariff ul {
  margin: 0 !important;
}

.share .shariff li {
  width: calc(50% - 1.4%);
  max-width: calc(50% - 1.4%);
  margin-right: 0;
}

.share .shariff li:nth-child(odd) {
  margin-right: 2.8%;
}

.share .shariff li a {
  padding: 0 10px 0 30px;
  font-size: 1.4rem;
  background: #004F80 !important;
}

.share .shariff li a:before {
  position: absolute;
  left: 10px;
  top: 10px;
}

.share .shariff li a:hover, .share .shariff li a:focus, .share .shariff li a:active {
  color: #FFFFFF;
  text-decoration: underline;
}

.share .shariff li a .fa {
  display: none;
}

.share .shariff li a .share_text {
  font-size: inherit;
  font-family: inherit;
  text-indent: 0;
}

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

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

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

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

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

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

.share .shariff .twitter a:before {
  top: 8px;
}

.share .shariff .googleplus a:before {
  top: 10px;
  left: 10px;
}

.share .shariff .facebook a:before,
.share .shariff .whatsapp a:before {
  top: 7px;
  left: 8px;
}

.share .shariff .linkedin a:before {
  top: 6px;
  left: 8px;
}

.share .shariff .email a {
  padding-top: 4px;
  padding-left: 35px;
  line-height: 23px;
}

.share .shariff .email a:before {
  top: 9px;
}

.share .shariff .info {
  width: 35px;
  max-width: auto;
  border: 1px solid #666666;
}

.share .shariff .info a {
  position: relative;
  padding: 0;
  background: #FFFFFF !important;
}

.share .shariff .info a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 18px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1484px -762px;
  -webkit-transform: translate(-50%, -55%);
      -ms-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
  top: 50%;
  left: 50%;
}

.warenkorb td {
  vertical-align: middle;
}

.warenkorb td label,
.warenkorb td input {
  margin-bottom: 0;
}

.sitemap {
  margin-bottom: 32px;
  list-style-type: none;
}

.sitemap ul {
  margin-left: 32px;
}

.gsb .content .sitemap ul {
  margin-bottom: 16px;
  margin-left: 32px;
  list-style-type: none;
  padding-left: 0;
}

.sitemap li {
  margin: 0;
  padding: 0;
}

.sitemap li li a,
.sitemap li li strong {
  padding: 1px 0 3px 20px;
  position: relative;
}

.sitemap li li a:before,
.sitemap li li strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -872px -1221px;
  left: 5px;
  top: 7px;
}

.sitemap li li a:hover:before, .sitemap li li a:focus:before, .sitemap li li a:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1317px -1462px;
}

.sitemap a,
.sitemap strong {
  display: block;
  text-decoration: none;
}

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

.sitemap h2 {
  font-size: 2.2rem;
  border-top: 1px dotted #7F7F7F;
  padding-top: 5px;
  margin-bottom: 16px;
}

.sitemap h2 a {
  background: none;
  padding-left: 0;
}

.sitemap h2 a:hover, .sitemap h2 a:focus, .sitemap h2 a:active, .sitemap h2 a {
  background: none;
}

.sitemap h2 a:hover:before, .sitemap h2 a:focus:before, .sitemap h2 a:active:before, .sitemap h2 a:before {
  content: none;
}

.solrSortLinks {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.solrSortLinks ul {
  overflow: hidden;
  padding-left: 0;
}

.solrSortLinks li {
  border: none;
  list-style-type: none;
  float: left;
  width: 50%;
}

.solrSortLinks li:first-child a {
  margin-right: 16px;
}

.solrSortLinks a {
  position: relative;
  color: #FFFFFF;
}

.solrSortLinks a:before {
  right: 7px;
  top: 13px;
}

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

.solrSortLinks a.sortDown:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 10px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1484px -1226px;
}

.solrSortLinks a.sortDown:before:hover, .solrSortLinks a.sortDown:before:focus, .solrSortLinks a.sortDown:before:active {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 10px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1484px -1226px;
}

.solrSortLinks a.sortUp:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 10px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1484px -1116px;
}

.solrSortLinks a.sortUp:before:hover, .solrSortLinks a.sortUp:before:focus, .solrSortLinks a.sortUp:before:active {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 10px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1484px -1116px;
}

.wrapper-teaser,
.row.teaser {
  margin-bottom: 32px;
}

.teaser.type-1 {
  border-bottom: 1px dotted #7F7F7F;
}

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

.teaser h1,
.teaser h2,
.teaser h3 {
  font-size: 1.8rem;
}

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

.teaser h1.withHeader .category,
.teaser h2.withHeader .category,
.teaser h3.withHeader .category {
  top: 0;
  left: 0;
  position: absolute;
  font-family: "Asap", sans-serif;
  font-size: 1.2rem;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
}

.teaser h1 a,
.teaser h2 a,
.teaser h3 a {
  text-decoration: none;
}

.teaser h1 a:hover,
.teaser h1 a :active, .teaser h1 a:focus,
.teaser h2 a:hover,
.teaser h2 a :active,
.teaser h2 a:focus,
.teaser h3 a:hover,
.teaser h3 a :active,
.teaser h3 a:focus {
  text-decoration: underline;
}

.teaser .medium-4 a:focus {
  outline: 1px dotted #004F80;
}

.teaser .picture-element {
  float: left;
  margin: 1.07em 1.07em 0 0;
  width: 35%;
}

.teaser p {
  display: none;
}

.teaser h2,
.teaser img {
  margin-bottom: 32px;
}

.teaser img {
  width: 100%;
  display: block;
}

.wrapperTeaser {
  margin-bottom: 32px;
}

.dateblock {
  width: 100%;
  font-weight: bold;
  float: left;
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border: 1px solid #7F7F7F;
}

.dateblock .day {
  font-size: 1.8rem;
}

.dateblock .month {
  font-size: 1.8rem;
  background-color: transparent;
  color: #000000;
}

.dateblock .month abbr {
  color: #000000;
  text-transform: uppercase;
}

.service-border .dateblock {
  width: 3em;
  margin-top: 6px;
}

.video-image {
  margin-bottom: 12px;
}

.video-image a {
  position: relative;
  display: block;
}

.video-image a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 34px;
  height: 34px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -50px -957px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.video-image img {
  margin-bottom: 0;
}

.toggleEntry {
  border-bottom: 1px dotted #7F7F7F;
}

.toggleEntry h2 {
  padding: 8px 0;
  margin-bottom: 0;
}

.toggleEntry .heading {
  border-top: 1px dotted #7F7F7F;
  padding-right: 35px;
}

.toggleEntry .heading.inactive-control {
  position: relative;
}

.toggleEntry .heading.inactive-control:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 12px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -955px -957px;
  right: 2%;
  top: 15px;
}

.toggleEntry .heading.active-control {
  padding-right: 35px;
  position: relative;
}

.toggleEntry .heading.active-control:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 12px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -675px -1091px;
  right: 2%;
  top: 15px;
}

.toggleEntry .heading + div {
  overflow: hidden;
}

.tabaccordion {
  margin-bottom: 64px;
}

.tabaccordion .panel-closed {
  display: none;
}

.tabaccordion .tabs-container {
  padding-top: 20px;
}

.tabaccordion .tabs-list a {
  background-color: #F2F2F2;
  font-family: "Roboto Slab", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #464650;
  text-decoration: none;
}

.tabaccordion .tabs-list a.active-control {
  background-color: #EAF6FE;
  cursor: auto;
  border-color: #00305B;
}

.tabaccordion .tabs-list a.active-control:after {
  border-top-color: #00305B;
}

.tabaccordion .heading {
  display: none;
  background-color: #F2F2F2;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2rem;
  height: 100%;
  padding: 9px;
  border-left: 6px solid #E2E2E2;
  margin-bottom: 2px;
}

.tabaccordion .heading:active, .tabaccordion .heading:focus, .tabaccordion .heading:hover {
  background-color: #EAF6FE;
  border-color: #00305B;
}

.accordion {
  margin-bottom: 64px;
}

.accordion .panel-closed {
  display: none;
}

.accordion .tabs-container {
  padding-top: 20px;
}

.accordion .tabs-list {
  display: none;
}

.accordion .heading {
  background-color: #F2F2F2;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.2rem;
  height: 100%;
  padding: 9px;
  border-left: 6px solid #E2E2E2;
  margin-bottom: 2px;
}

.accordion .heading:active, .accordion .heading:focus, .accordion .heading:hover {
  background-color: #EAF6FE;
  border-color: #00305B;
}

.togglenav {
  background: #B7001F;
  width: 100%;
  padding: 0 5px 0 10px;
  position: relative;
  z-index: 9999;
}

.togglenav:after {
  display: block;
  content: '';
  border-top: 48px solid #B7001F;
  border-left: 48px solid transparent;
  border-right: 4px solid #B7001F;
  position: absolute;
  top: 100%;
  right: 0;
}

.togglenav ul {
  padding: 0;
}

.togglenav li {
  float: left;
  height: 100%;
}

.togglenav a,
.togglenav strong {
  display: block;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 9px 10px;
  margin-right: 16px;
}

.togglenav a:hover, .togglenav a:focus, .togglenav a:active,
.togglenav strong:hover,
.togglenav strong:focus,
.togglenav strong:active {
  color: #FFFFFF;
}

.togglenav .left {
  float: left;
}

.togglenav .right {
  float: right;
}

.togglenav .right a,
.togglenav .right strong {
  margin-right: 0;
  margin-left: 16px;
}

.togglenav .navServiceGS a,
.togglenav .navServiceGS strong,
.togglenav .navServiceLS a,
.togglenav .navServiceLS strong {
  display: block;
  position: relative;
}

.togglenav .navServiceGS a:hover,
.togglenav .navServiceGS a:focus,
.togglenav .navServiceGS a:active,
.togglenav .navServiceGS strong,
.togglenav .navServiceLS a:hover,
.togglenav .navServiceLS a:focus,
.togglenav .navServiceLS a:active,
.togglenav .navServiceLS strong {
  outline: 1px solid #FFFFFF;
}

.togglenav .navServiceGS img,
.togglenav .navServiceLS img {
  height: 21px;
}

.togglenav .navServiceLS a,
.togglenav .navServiceLS strong {
  padding: 8px 13px 8px;
}

.navMobileMenu a:before,
.navMobileSearch a:before {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.navMobileMenu a {
  padding-left: 35px;
  position: relative;
}

.navMobileMenu a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1364px -636px;
}

.navMobileSearch a {
  padding-left: 28px;
  position: relative;
}

.navMobileSearch a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -50px -1342px;
}

.fixed .togglenav {
  position: fixed;
  top: 0;
}

.fixed .wrapperDivisions {
  padding-top: 4.8em;
}

.tooltip {
  background: #000000;
  outline: none;
}

.footer {
  color: #FFFFFF;
  background: #00305B;
  border-top: 1px solid #CCCCCC;
  position: relative;
}

.footer h2,
.footer h3 {
  font-family: "Asap", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 10px 0 0;
  margin-bottom: 0;
}

.footer h2 a,
.footer h3 a {
  color: #FFFFFF;
}

.footer p {
  color: #FFFFFF;
}

.footer li,
.footer p {
  font-size: 1.4rem;
}

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

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

.footer .navFunctionsWrapper {
  color: #464650;
  background-color: #F2F2F2;
}

.footer .navFunctionsWrapper h2 {
  line-height: 3rem;
  padding: 18px 0;
  margin-right: 16px;
}

.footer .navFunctionsWrapper h2,
.footer .navFunctionsWrapper ul {
  float: left;
}

.footer .navFunctionsWrapper a {
  color: #00305B;
  padding: 18px 0;
}

.footer .navFunctionsWrapper a:before {
  margin-right: 11px;
  position: relative !important;
  top: 0;
  left: 0;
  vertical-align: middle;
}

.footer .navFunctionsWrapper > .row > .columns:last-child:not(:first-child) {
  background-color: #FFFFFF;
}

.footer .navFunctionsWrapper .navToTop {
  height: 100%;
  padding: 0;
  position: relative;
}

.footer .navFunctionsWrapper .navToTop a,
.footer .navFunctionsWrapper .navToTop strong {
  position: relative;
}

.footer .navFunctionsWrapper .navToTop a:before,
.footer .navFunctionsWrapper .navToTop strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 9px;
  height: 6px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -866px -1342px;
}

.footer .navFunctionsWrapper .navFunctionsRecommend a,
.footer .navFunctionsWrapper .navFunctionsRecommend strong {
  position: relative;
}

.footer .navFunctionsWrapper .navFunctionsRecommend a:before,
.footer .navFunctionsWrapper .navFunctionsRecommend strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 15px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1604px -165px;
}

.footer .copyright {
  background-color: #01223A;
  padding: 25px 10px;
}

.footer .copyright p:last-child {
  margin-bottom: 0;
}

.footer .copyright span {
  display: block;
}

.footer .copyright a,
.footer .copyright strong {
  display: inline;
  padding: 0 0 0 20px;
  position: relative;
}

.footer .copyright a:not(:last-child),
.footer .copyright strong:not(:last-child) {
  margin-right: 16px;
}

.footer .copyright a:before,
.footer .copyright strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1718px -50px;
  left: 5px;
  top: 3px;
}

.footer .footnote {
  padding-top: 32px;
  margin-bottom: 32px;
  position: relative;
}

.footer .footnote:before {
  display: block;
  content: '';
  border-top: 1px solid #FFFFFF;
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
}

.footer .footnote .emblem {
  padding-left: 72px;
  position: relative;
}

.footer .footnote .emblem:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 56px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -388px -50px;
  top: 8px;
  left: 0;
}

.siteInfo {
  padding-top: 28px;
}

.siteInfo h3 {
  line-height: 1;
}

.siteInfo ul {
  margin-top: 16px;
}

.siteInfo li:not(:last-child) {
  margin-bottom: 10px;
}

.siteInfo a {
  line-height: 2.2rem;
  padding: 0;
}

.siteInfo .gsb-toggle {
  margin-bottom: 20px;
}

.siteInfo .heading {
  padding: 12px 26px 12px 0;
  position: relative;
}

.siteInfo .heading:before {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.siteInfo .active-control {
  border-bottom: 1px solid #FFFFFF;
}

.siteInfo .active-control:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 8px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1604px -388px;
}

.siteInfo .inactive-control {
  border-bottom: 1px solid #035089;
}

.siteInfo .inactive-control:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 8px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1604px -280px;
}

.siteInfo .meta {
  margin-top: 30px;
  margin-bottom: 50px;
}

.siteInfo .meta ul {
  background-color: #035089;
  padding: 14px;
  margin: 0;
}

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

.siteInfo .meta li.navServiceGS a:before, .siteInfo .meta li.navServiceLS a:before {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.siteInfo .meta li.navServiceGS a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 21px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -50px -1221px;
}

.siteInfo .meta li.navServiceLS a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 22px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -560px -1091px;
}

.js-on .heading {
  cursor: pointer;
}

.js-on .heading:hover {
  text-decoration: underline;
}

.js-on .toggleEntry .heading,
.js-on .facets .heading {
  color: #004F80;
}

.js-on .toggleEntry .heading:hover,
.js-on .facets .heading:hover {
  color: #000000;
}

.navServiceMeta,
.search,
.navPrimary {
  display: none;
}

.header {
  background-color: #FFFFFF;
}

.header p {
  margin: 32px 0;
}

.header .logo {
  margin-top: 32px;
  margin-bottom: 0;
}

.header .logo a {
  display: block;
  width: 260px;
  margin: 0 auto;
}

.header .logo a:focus {
  outline: 1px dotted #004F80;
}

.header .logo img {
  display: block;
  max-width: 260px;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
}

.header .mod .addlogo img {
  float: right;
}

.supplement h3 {
  font-family: "Asap", sans-serif;
  font-size: 1.8rem;
}

.supplement .addContent {
  padding-top: 32px;
}

.supplement .banner,
.supplement .box {
  position: relative;
  margin: 0 auto 32px;
  width: 300px;
}

.supplement .banner a {
  display: block;
}

.supplement .banner a:hover h3, .supplement .banner a:active h3, .supplement .banner a:focus h3 {
  color: #FFFFFF;
  background: #004F80;
  text-decoration: underline;
}

.supplement .banner h3 {
  font-family: "Asap", sans-serif;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  width: 93.3%;
  padding: 6px 5px;
  margin: 16px;
  background: #FFFFFF;
}

.supplement .lists > ul:last-child {
  margin-bottom: 0;
}

.banner,
.box {
  margin-bottom: 24px;
}

.navBreadcrumbs {
  border-top: 1px solid #CCCCCC;
  overflow: hidden;
}

.navBreadcrumbs ol {
  padding: 0 5px;
  overflow: hidden;
}

.navBreadcrumbs li {
  float: left;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-right: 10px;
}

.navBreadcrumbs li:not(.first) a,
.navBreadcrumbs li:not(.first) strong {
  padding-left: 20px;
}

.navBreadcrumbs li:not(.first) a:before,
.navBreadcrumbs li:not(.first) strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 11px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1604px -1152px;
  top: 50%;
  left: 0;
  width: 6px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.navBreadcrumbs a,
.navBreadcrumbs strong {
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
}

.navBreadcrumbs a {
  color: #00305B;
}

.navBreadcrumbs a:hover, .navBreadcrumbs a:focus, .navBreadcrumbs a:active {
  text-decoration: underline;
  color: #000000;
}

.navBreadcrumbs strong {
  color: #666666;
}

.navBreadcrumbs .first a {
  display: block;
}

.navBreadcrumbs .first a:focus {
  outline: 1px dotted #004F80;
}

.navBreadcrumbs .first a img {
  vertical-align: middle;
}

.navPrimary {
  position: relative;
  clear: both;
}

.navPrimary h3 {
  margin-bottom: 0;
}

.navPrimary a {
  color: #00305B;
  padding: 16px 0;
  display: block;
}

.navPrimary a:active, .navPrimary a:focus, .navPrimary a:hover {
  color: #00305B;
  text-decoration: none;
}

.navSecondary {
  display: none;
}

.navBreadcrumbsVertical {
  background: #00305B;
  margin-top: 52px;
  position: relative;
}

.navBreadcrumbsVertical:before {
  display: block;
  content: '';
  border-right: 52px solid transparent;
  border-left: 4px solid #00305B;
  border-bottom: 52px solid #00305B;
  position: absolute;
  left: 0;
  bottom: 100%;
}

.navBreadcrumbsVertical .level2,
.navBreadcrumbsVertical .level3,
.navBreadcrumbsVertical .level4,
.navBreadcrumbsVertical .level5 {
  display: none;
}

.navBreadcrumbsVertical .wrapperBreadcrumbs > strong,
.navBreadcrumbsVertical .level1 a {
  display: block;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 2rem;
  font-family: "Roboto Slab", serif;
  line-height: 1;
  padding: 18px 8px 22px;
}

.navBreadcrumbsVertical > strong {
  font-weight: normal;
}

.navBreadcrumbsVertical .level2 span,
.navBreadcrumbsVertical .level3 span,
.navBreadcrumbsVertical .level4 span,
.navBreadcrumbsVertical .level5 span {
  position: relative;
}

.navBreadcrumbsVertical .level2 span:before,
.navBreadcrumbsVertical .level3 span:before,
.navBreadcrumbsVertical .level4 span:before,
.navBreadcrumbsVertical .level5 span:before {
  display: block;
  content: '';
  border-top: 8px solid #035089;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: 100%;
  left: 46px;
}

.navBreadcrumbsVertical .level3 span:before {
  border-top-color: #EEEEEE;
}

.navBreadcrumbsVertical .level4 span:before {
  border-top-color: #EAF6FE;
}

.slick-track {
  padding-bottom: 1px;
}

.wrapper-teaser-switcher {
  clear: both;
  position: relative;
}

.wrapper-teaser-switcher:not(:last-child) {
  margin-bottom: 32px;
}

.teaser-switcher a {
  display: block;
  color: #00305B;
}

.teaser-switcher a:hover, .teaser-switcher a:focus, .teaser-switcher a:active {
  background: #FFFFFF;
}

.teaser-switcher img {
  margin-bottom: 12px;
}

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

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

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

.teaser-switcher h4 span:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 13px;
  height: 15px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -514px -1462px;
  margin-right: 10px;
  position: relative;
}

.teaser-switcher p {
  color: #464650;
  font-weight: 400;
}

.teaser-switcher .teaser {
  background-color: #FFFFFF;
  padding: 20px 10px 10px;
  border: 1px solid #CCCCCC;
  margin-left: 16px;
  margin-right: 16px;
}

.teaser-switcher .navigation {
  display: none;
}

.js-on .teaser-switcher .karussell {
  overflow: hidden;
  position: relative;
  height: 100%;
  margin: 0 25px;
}

.js-on .teaser-switcher .slick-dots {
  display: block !important;
  position: static;
  line-height: 0;
}

.js-on .teaser-switcher .slick-dots li {
  width: 16px;
  height: 16px;
  margin-bottom: 8px;
}

.js-on .teaser-switcher .slick-dots button {
  content: '';
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #B7001F;
  width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 50%;
  text-indent: -99999px;
}

.js-on .teaser-switcher .slick-dots button:hover, .js-on .teaser-switcher .slick-dots button:focus, .js-on .teaser-switcher .slick-dots button:active {
  background-color: #B7001F;
  box-shadow: none;
}

.js-on .teaser-switcher .slick-dots .slick-active button {
  background-color: #B7001F;
  box-shadow: none;
}

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

.js-on .teaser-switcher .slick-list {
  margin-bottom: 32px;
}

.js-on .teaser-switcher .navigation {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}

.js-on .teaser-switcher .navigation button {
  width: 15px;
  height: 21px;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.js-on .teaser-switcher .navigation button:hover, .js-on .teaser-switcher .navigation button:active {
  opacity: .6;
}

.js-on .teaser-switcher .navigation .next {
  right: 0;
}

.js-on .teaser-switcher .navigation .prev {
  left: 0;
}

.StndGallery {
  margin-bottom: 32px;
}

.StndGallery .galleryBox {
  position: relative;
}

.StndGallery .galleryBox .slick-list:focus {
  outline-style: dotted;
  outline-color: #000000;
  outline-width: 1px;
}

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

.StndGallery .galleryBox .slick-slide p {
  margin-bottom: 0;
}

.StndGallery h2 {
  margin: 16px 0 16px 16px;
  padding-right: 4em;
  /* slide effekt */
  float: left;
}

.StndGallery img,
.StndGallery .picture {
  clear: both;
  display: block;
  margin: 0 auto;
}

.StndGallery video {
  margin: 0 auto;
}

.StndGallery .navigation {
  z-index: 999;
  top: 43%;
  left: 0;
  position: absolute;
  width: 100%;
}

.StndGallery .navigation div,
.StndGallery .navigation button {
  height: 30px;
  width: 30px;
  position: absolute;
}

.StndGallery .navigation button:hover, .StndGallery .navigation button:focus, .StndGallery .navigation button:active {
  opacity: .6;
}

.StndGallery .navigation .next {
  right: 0;
}

.StndGallery .navigation .next.inactive {
  background: url("/assets/icons/isb/next-g-upright.svg") repeat 0 0;
}

.StndGallery .navigation .prev {
  left: 0;
}

.StndGallery .navigation .back .inactive {
  background: url("/assets/icons/isb/back-g-upright.svg") repeat 0 0;
}

.StndGallery .position {
  /* Fade-Effekt
    position:  absolute;*/
  position: relative;
  float: right;
  top: 16px;
  right: 16px;
}

.supplement .slick-slide,
.supplement .picture,
.supplement .galleryBox {
  background: #FFFFFF;
}

.supplement .imageSlider {
  padding: 16px 0;
  background: #EEEEEE;
}

.supplement .imageSlider h3 {
  left: -2000px;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.supplement .imageSlider h4 {
  margin: 16px 0 16px 16px;
  padding-right: 4em;
  /* slide effekt */
  float: left;
}

.supplement .imageSlider .position {
  right: 16px;
}

.supplement .imageSlider .StndGallery .navigation {
  top: 115px;
  z-index: 99;
}

.stage {
  background: #00305B;
  border-top: 8px solid #00305B;
  margin-top: 52px;
  position: relative;
}

.stage:before {
  display: block;
  content: '';
  border-right: 52px solid transparent;
  border-left: 4px solid #00305B;
  border-bottom: 52px solid #00305B;
  position: absolute;
  left: 0;
  bottom: 100%;
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}

.stage .stage-wrapper {
  max-width: 99.6em;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.stage .mejs-container {
  margin-bottom: 0;
}

.stage .textContainer h3 {
  font-size: 2.2rem;
  line-height: 3rem;
  margin: 32px 16px;
}

.stage .textContainer h3 a {
  color: #FFFFFF;
}

.stage .textContainer p {
  display: none;
}

.stage .imageContainer {
  position: relative;
  text-align: center;
}

.stage .imageContainer a {
  display: block;
}

.stage .imageContainer a:focus {
  outline: 1px dotted #FFFFFF;
  margin: 1px;
}

.stage .imageContainer img {
  margin-bottom: 0;
}

.stage .teaser {
  border-bottom: none;
}

.stage .teaser.hidden {
  visibility: hidden;
}

.stage .pagination {
  margin-bottom: 32px;
  width: 100%;
}

.stage .pagination ul {
  text-align: center;
}

.stage .pagination li {
  display: inline-block;
  list-style-type: none;
  font-size: 2.2rem;
  margin-right: 5px;
}

.stage .pagination a,
.stage .pagination strong {
  font-weight: bold;
  border-radius: 5px;
  clear: left;
  display: block;
  padding: 7px 13px 8px;
  line-height: 1;
  text-transform: uppercase;
}

.stage .pagination a {
  color: #FFFFFF;
  background-color: #004F80;
}

.stage .pagination strong {
  color: #004F80;
  background-color: #FFFFFF;
}

.stage .navigation {
  display: none;
}

.js-on .stage .stage-container {
  margin-bottom: 0;
}

.js-on .stage .teaser {
  float: left;
  /*Nur bei fade-effect*/
  /*position: absolute;*/
  width: 100%;
}

.js-on .stage .pagination {
  display: none;
}

.js-on .stage .slick-dots {
  position: static;
  margin-bottom: 32px;
}

.js-on .stage .slick-dots li {
  width: 10px;
  height: 10px;
}

.js-on .stage .slick-dots button {
  content: none;
  width: 10px;
  height: 10px;
  line-height: 1.2;
  text-indent: -99999px;
}

.js-on .stage .slick-dots button:hover, .js-on .stage .slick-dots button:focus, .js-on .stage .slick-dots button:active {
  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: transparent;
}

.js-on .stage .navigation {
  display: block;
  top: 26%;
  left: 0;
  position: absolute;
  width: 100%;
}

.js-on .stage .navigation button {
  height: 34px;
  width: 34px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.js-on .stage .navigation button:hover, .js-on .stage .navigation button:active {
  opacity: .8;
}

.js-on .stage .navigation button:focus {
  background: #004F80 none repeat scroll 0 0;
  outline: 1px solid #004F80;
  border-radius: 0;
}

.js-on .stage .navigation .next {
  right: 8px;
}

.js-on .stage .navigation .prev {
  left: 8px;
}

.box {
  background-color: #FFFFFF;
  margin-bottom: 32px;
  padding: 16px;
}

.box .links li {
  border-top: 1px dotted #7F7F7F;
}

.box .links li:first-child {
  border: none;
}

.box .links a,
.box .links strong {
  display: block;
  position: relative;
  padding: 5px 5px 5px 20px;
}

.box .links a:before,
.box .links strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -872px -1221px;
  left: 5px;
  top: 11px;
}

.box .links a:hover:before, .box .links a:focus:before, .box .links a:active:before,
.box .links strong:hover:before,
.box .links strong:focus:before,
.box .links strong:active:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=2) no-repeat -1317px -1462px;
}

.searchResult {
  margin-bottom: 30px;
}

.searchResult li {
  border-bottom: 1px dotted #7F7F7F;
  margin-bottom: 7px;
}

.searchResult li:last-child {
  border-bottom: none;
}

em.searchString {
  background: #EEEEEE;
  padding: 0 8px;
}
