/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.siteInfo ul,
.siteInfo ul:not([class]) {
  list-style-type: none;
  padding: 0;
}

.siteInfo ul ul, .siteInfo ul:not([class]) ul {
  list-style-type: none;
  margin-left: 0;
}

.siteInfo ul li, .siteInfo ul:not([class]) li {
  padding-left: 0;
}

.searchAutoSuggestBox {
  background: #FFFFFF;
  -webkit-box-shadow: 0 5px 20px -10px #000000;
          box-shadow: 0 5px 20px -10px #000000;
  text-align: left;
  clear: both;
  position: absolute;
  top: auto !important;
  z-index: 30;
}

.searchAutoSuggestBox__headline {
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 1.8rem;
}

.searchAutoSuggestBox a {
  padding: 14px;
  color: #D3033B !important;
  text-decoration: none;
  border-top: 1px solid #F1F1F1;
  display: block !important;
}

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

.searchAutoSuggestBox .mm-search {
  padding: 6px 10px;
}

.c-accordion {
  margin-bottom: 40px;
}

.c-accordion__heading {
  margin: 15px 0 0;
}

.c-accordion__heading:first-child {
  margin-top: 0;
}

.c-accordion__heading.active-control button {
  background: #D3033B;
  color: #FFFFFF;
  font-family: "bundesserifweb", Cambria, Georgia, "Droid Serif", "Times New Roman", serif;
  font-weight: bold;
}

.c-accordion__heading.active-control button::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17.03px;
  height: 10.37px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -527.03px -779px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-accordion__heading.active-control button:active, .c-accordion__heading.active-control button:focus, .c-accordion__heading.active-control button:hover, .c-accordion__heading.active-control button:focus-visible {
  text-decoration: underline;
}

.c-accordion button {
  font-family: "bundesserifweb", Cambria, Georgia, "Droid Serif", "Times New Roman", serif;
  font-weight: bold;
  display: block;
  padding: 15px 50px 15px 20px;
  text-align: left;
  width: 100%;
  position: relative;
  background: #F1F1F1;
  font-size: 1.8rem;
  cursor: pointer;
}

.c-accordion button::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17.03px;
  height: 10.37px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -684px -545px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.c-accordion button:active, .c-accordion button:focus, .c-accordion button:hover, .c-accordion button:focus-visible {
  text-decoration: underline;
}

.c-accordion__element {
  padding: 30px 30px 45px;
}

.c-accordion__element > :first-child {
  margin-top: 0;
}

.c-accordion__element > :last-child {
  margin-bottom: 0;
}

.c-breadcrumb {
  border-bottom: 1px solid #707070;
  overflow: hidden;
}

.c-breadcrumb__list {
  padding: 0 5px;
  overflow: hidden;
}

.c-breadcrumb__item {
  float: left;
  margin-right: 5px;
  padding: 0;
  line-height: 2;
}

.c-breadcrumb a:not(.first),
.c-breadcrumb strong {
  color: #D3033B;
  font-size: 1.6rem;
  line-height: 1;
  display: block;
  padding: 12px 2px 12px 11px;
  position: relative;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.c-breadcrumb a:not(.first):before,
.c-breadcrumb strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 11px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -157px -1013px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-breadcrumb a {
  color: #D3033B;
  text-decoration: none;
}

.c-breadcrumb a:active, .c-breadcrumb a:focus, .c-breadcrumb a:hover, .c-breadcrumb a:focus-visible {
  text-decoration: underline;
  color: #D3033B;
}

.c-breadcrumb strong {
  color: #000000;
}

.c-breadcrumb .first:focus::after, .c-breadcrumb .first:focus-visible::after {
  content: '';
  width: 20px;
  height: 1px;
  border-bottom: 3px solid #D3033B;
  display: block;
}

.c-button {
  background: #D3033B;
  padding: 10px 20px;
  border: 3px solid #D3033B;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 1.5;
}

.c-button:hover, .c-button:focus, .c-button:active {
  background: #FFFFFF;
  color: #D3033B;
  text-decoration: none;
}

.c-button:hover::after, .c-button:focus::after, .c-button:active::after {
  opacity: 1;
}

.c-button::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 11px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
          mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
  -webkit-mask-position: -264px -1013px;
          mask-position: -264px -1013px;
  background-color: currentColor;
  -webkit-filter: none;
          filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  background: none currentColor !important;
  margin-right: 5px;
  position: relative;
}

.c-button::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 11px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
          mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
  -webkit-mask-position: -50px -1013px;
          mask-position: -50px -1013px;
  background-color: currentColor;
  -webkit-filter: none;
          filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  background: none currentColor !important;
  opacity: 0;
  position: absolute;
  top: 18px;
  left: 20px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-button--download::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 14px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
          mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
  -webkit-mask-position: -1051px -595px;
          mask-position: -1051px -595px;
  background-color: currentColor;
  -webkit-filter: none;
          filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  background: none currentColor !important;
  margin-right: 18px;
  position: relative;
}

.c-button--download::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 14px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
          mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
  -webkit-mask-position: -1051px -159px;
          mask-position: -1051px -159px;
  background-color: currentColor;
  -webkit-filter: none;
          filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  background: none currentColor !important;
  opacity: 0;
  position: absolute;
  top: 16px;
  left: 20px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-button--externalLink::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 16px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
          mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
  -webkit-mask-position: -933px -520px;
          mask-position: -933px -520px;
  background-color: currentColor;
  -webkit-filter: none;
          filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  background: none currentColor !important;
  margin-right: 18px;
  position: relative;
}

.c-button--externalLink::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 16px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
          mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
  -webkit-mask-position: -933px -636px;
          mask-position: -933px -636px;
  background-color: currentColor;
  -webkit-filter: none;
          filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  background: none currentColor !important;
  opacity: 0;
  position: absolute;
  top: 16px;
  left: 20px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-button--cart::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 16px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
          mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
  -webkit-mask-position: -50px -779px;
          mask-position: -50px -779px;
  background-color: currentColor;
  -webkit-filter: none;
          filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  background: none currentColor !important;
  margin-right: 5px;
  position: relative;
}

.c-button--cart::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 16px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
          mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
  -webkit-mask-position: -290px -779px;
          mask-position: -290px -779px;
  background-color: currentColor;
  -webkit-filter: none;
          filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  background: none currentColor !important;
  opacity: 0;
  position: absolute;
  top: 16px;
  left: 20px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-button--reader::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
          mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
  -webkit-mask-position: -286px -895px;
          mask-position: -286px -895px;
  background-color: currentColor;
  -webkit-filter: none;
          filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  background: none currentColor !important;
  margin-right: 7px;
  position: relative;
}

.c-button--reader::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
          mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
  -webkit-mask-position: -50px -895px;
          mask-position: -50px -895px;
  background-color: currentColor;
  -webkit-filter: none;
          filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  background: none currentColor !important;
  opacity: 0;
  position: absolute;
  top: 15px;
  left: 20px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-contact-box {
  background-color: #F1F1F1;
  margin-bottom: 20px;
  padding: 10px;
  outline: 1px solid transparent;
}

.c-contact-box__wrapper, .c-contact-box__headline {
  margin-bottom: 20px;
}

.c-contact-box__wrapper {
  border-bottom: solid 1px #707070;
  padding-bottom: 20px;
}

.c-contact-box > .c-contact-box__wrapper {
  border-bottom: none;
}

.c-contact-box__img {
  margin-bottom: 20px;
}

.c-contact-box__img img {
  max-height: 135px;
}

.c-contact-box__text {
  line-height: 1.2;
  margin-bottom: 0;
}

.c-contact-box__name {
  font-weight: normal;
  display: block;
  margin-bottom: 20px;
}

.c-contact-box__label, .c-contact-box__value {
  display: block;
}

.c-contact-box__value {
  margin-bottom: 15px;
}

.c-contact-box__value:last-of-type {
  margin-bottom: 0;
}

.c-contact-box .column:last-child .c-contact-box__wrapper {
  border-bottom: none;
}

.c-content-nav {
  background-color: #F1F1F1;
  margin-bottom: 40px;
  padding: 10px 0;
}

.c-content-nav__heading {
  margin: 0 30px 15px;
}

.c-content-nav__item {
  padding: 0 30px;
}

.c-content-nav__link {
  text-decoration: none;
  border-bottom: 1px solid #707070;
  display: block;
  padding: 8px 0;
  position: relative;
}

.c-content-nav__link:active, .c-content-nav__link:focus, .c-content-nav__link:hover, .c-content-nav__link:focus-visible {
  text-decoration: underline;
}

.c-content-nav__link--active, .c-content-nav__link:active:after, .c-content-nav__link:focus:after, .c-content-nav__link:hover:after, .c-content-nav__link:focus-visible:after {
  text-decoration: underline;
  position: relative;
}

.c-content-nav__link--active:after, .c-content-nav__link:active:after, .c-content-nav__link:focus:after, .c-content-nav__link:hover:after, .c-content-nav__link:focus-visible:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 40px;
  background: transparent;
  border: 20px solid transparent;
  border-right: 10px;
  border-right-color: #FFFFFF;
  margin-top: 0;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-download-box-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  background-color: #FBBA00;
  margin-bottom: 40px;
  padding: 20px 50px;
}

.c-download-box-large__wrapper {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.c-download-box-large__heading {
  margin-bottom: 15px;
}

.c-download-box-large__meta {
  font-size: 1.6rem;
  font-style: italic;
  margin-bottom: 15px;
}

.c-download-box-large__button {
  min-width: auto;
  margin-top: 10px;
  margin-right: 20px;
  vertical-align: middle;
}

.c-download-box-large__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding-bottom: 20px;
}

.c-download-box {
  background-color: #F1F1F1;
  margin-bottom: 20px;
  padding: 10px;
}

.c-download-box__heading {
  font-size: 2.2rem;
  font-family: "bundessansweb", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 40px;
  display: block;
}

.c-download-box__meta {
  font-size: 1.6rem;
  font-style: italic;
  display: block;
  margin-top: 5px;
}

.c-download-box__button {
  min-width: 18.2rem;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: 10px;
}

.c-event-teaser {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.c-event-teaser__date-wrapper {
  background: #D3033B;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.c-event-teaser__date {
  color: #FFFFFF;
  font-size: 2.1rem;
  text-align: center;
  text-transform: uppercase;
}

.c-event-teaser__date ~ .c-event-teaser__date {
  padding-left: 40px;
  position: relative;
}

.c-event-teaser__date ~ .c-event-teaser__date::before {
  content: '';
  background: #FFFFFF;
  width: 14px;
  height: 3px;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 15px;
}

.c-event-teaser__day {
  font-size: 4.8rem;
  font-weight: bold;
}

.c-event-teaser__text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.c-event-teaser__headline {
  margin-top: 0;
  margin-bottom: 20px;
}

.c-event-teaser__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.c-event-teaser__location {
  margin: 0 0 10px;
  padding-left: 30px;
  position: relative;
}

.c-event-teaser__location::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 29px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -50px -527px;
  top: -2px;
  left: 0;
}

.c-event-teaser__link {
  margin: 0;
  padding-right: 50px;
}

.c-facet {
  background-color: #F1F1F1;
  padding-bottom: 1.5rem;
  margin-bottom: 40px;
}

.c-facet input[type='text'] + .searchAutoSuggestBox {
  display: block;
  text-align: left;
}

.c-facet__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.c-facet__column:first-child {
  margin-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-facet__column:last-child {
  width: 56px;
  height: 50px;
}

.c-facet-searchresults p {
  padding: 1.5rem;
  margin-bottom: 0;
  font-weight: bold;
}

.c-facet__wrapper {
  display: none;
  position: relative;
}

.c-facet__wrapper--opened {
  padding-bottom: 30px;
}

.c-facet__close-all {
  height: 46px;
  width: 46px;
  position: absolute;
  left: 50%;
  bottom: -32px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
}

.c-facet__link {
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #D3033B;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 15px 50px 15px 15px;
  border: 1px solid #F1F1F1;
}

.c-facet__link::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17.03px;
  height: 10.37px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -527.03px -779px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.c-facet__link:active, .c-facet__link:focus, .c-facet__link:hover, .c-facet__link:focus-visible {
  color: #FFFFFF;
  text-decoration: underline;
}

.c-facet__headline {
  font-family: "bundessansweb", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.3rem;
  padding: 1.5rem;
  line-height: 2.6rem;
  font-style: normal;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.c-facet__headline:first-child {
  margin-top: 1.5rem;
}

.c-facet__headline--opened {
  position: relative;
}

.c-facet__headline--opened::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17.03px;
  height: 10.37px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -684px -545px;
  top: 20px;
  right: 10px;
}

.c-facet__headline--closed {
  position: relative;
}

.c-facet__headline--closed + ul {
  display: none;
}

.c-facet__headline--closed::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17.03px;
  height: 10.37px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -684px -545px;
  top: 25px;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.c-facet__list {
  margin: 0 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.c-facet__item {
  padding: 0 1.5rem 1.5rem 0;
}

.c-facet__item a {
  font-size: 1.5rem;
  display: block;
  margin: 0;
  padding: 10px 20px;
  font-weight: bold;
  background-color: #D3033B;
  color: #FFFFFF;
  border: 3px solid #D3033B;
  min-height: 4.5rem;
  text-decoration: none;
}

.c-facet__item a:active, .c-facet__item a:focus, .c-facet__item a:hover, .c-facet__item a:focus-visible {
  text-decoration: none;
  background-color: #FFFFFF;
  color: #D3033B;
}

.c-facet__item a:focus {
  text-decoration: underline;
}

.c-facet__item strong {
  text-decoration: none;
  background-color: #FFFFFF;
  color: #D3033B;
}

.c-facet__item span {
  padding-left: 8px;
}

.c-facet__item span:before {
  content: '(';
}

.c-facet__item span:after {
  content: ')';
}

.c-facet__item.selectedFacet a {
  background: #FFFFFF;
  color: #000000;
}

.c-facet__button {
  display: block;
  height: 100%;
  width: 100%;
  background: #F1F1F1;
}

.c-facet__button-wrapper {
  z-index: 10;
  height: 100%;
  width: 100%;
}

.c-facet__button:active, .c-facet__button:focus, .c-facet__button:hover, .c-facet__button:focus-visible {
  outline: 1px solid #000000;
}

.c-facet__search {
  display: none;
  position: relative;
}

.c-facet__search p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFFFF;
}

.c-facet__search .formField {
  min-height: 55px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-facet__search fieldset {
  text-align: right;
  margin: 0;
}

.c-facet__search input[type='image'] {
  z-index: 5;
  padding: 16px 18px 18px 16px;
  border-radius: 0 4px 4px 0;
  width: auto;
}

.c-facet__search form {
  margin: 0;
}

.c-facet__search input:active, .c-facet__search input:focus, .c-facet__search input:hover, .c-facet__search input:focus-visible {
  border: 1px solid #F1F1F1;
}

.c-facet__search input[type='text'] {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 2px;
}

.c-facet__closed {
  display: none !important;
}

.c-facet__opened {
  width: 100% !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-facet__opened .c-facet__search {
  display: block;
}

.c-facet__opened .c-facet__button-wrapper {
  display: none;
}

.c-facet-reset {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-top: -15px !important;
}

.c-facet-reset__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.c-facet-reset__item {
  padding: 0 2rem 2rem 0;
}

.c-facet-reset__item a {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  padding: 12px 45px 10px 20px;
  min-height: 5rem;
  display: block;
  background-color: #D3033B;
  color: #FFFFFF;
  text-decoration: none;
  border: 3px solid #D3033B;
}

.c-facet-reset__item a img {
  padding-right: 10px;
}

.c-facet-reset__item a:active, .c-facet-reset__item a:focus, .c-facet-reset__item a:hover, .c-facet-reset__item a:focus-visible {
  text-decoration: none;
  background-color: #FFFFFF;
  color: #D3033B;
}

.c-facet-reset__item a:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -810px -656px;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.c-facet-reset__item.reset a {
  padding-right: 20px;
}

.c-facet-reset__item.reset a:after {
  content: none;
}

.c-flowchart__list li {
  font-size: 2.2rem;
  font-weight: bold;
}

.c-flowchart__list li a {
  display: block;
  padding-bottom: 35px;
}

.c-flowchart__list li a:active, .c-flowchart__list li a:focus, .c-flowchart__list li a:hover, .c-flowchart__list li a:focus-visible {
  text-decoration: none;
}

.c-flowchart img {
  display: none;
}

.c-form-wizard {
  background: #F1F1F1;
  padding: 0 20px;
  /*#form-modal {
    display: none;
  }*/
}

.c-form-wizard .c-form-wizard__item::before, .c-form-wizard .c-form-wizard__item--is-active::before, .c-form-wizard .c-form-wizard__item--success::before, .c-form-wizard .c-form-wizard__item--success .c-form-wizard__heading::before, .c-form-wizard__item--success .c-form-wizard .c-form-wizard__heading::before {
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.c-form-wizard h2 {
  margin-bottom: 1rem;
}

.c-form-wizard p {
  margin-bottom: 5px;
}

.c-form-wizard input[type='radio'], .c-form-wizard input[type='checkbox'] {
  width: 0;
  line-height: 0;
  position: absolute;
  left: -2000px;
  overflow: hidden;
}

.c-form-wizard input[type='radio'] + label,
.c-form-wizard input[type='checkbox'] + label {
  padding-left: 40px;
  font-weight: bold;
  position: relative;
}

.c-form-wizard input[type='radio']:checked + label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 23px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -810px -50px;
}

.c-form-wizard input[type='radio'] + label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 23px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -173px -656px;
  left: 10px;
}

.c-form-wizard input[type='checkbox']:checked + label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 23px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -296px -656px;
  left: 10px;
}

.c-form-wizard input[type='checkbox'] + label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 23px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -419px -656px;
  left: 10px;
}

.c-form-wizard form {
  margin-bottom: 0;
  padding: 20px 0;
}

.c-form-wizard__fieldset {
  margin-bottom: 3rem;
}

.c-form-wizard__list {
  margin-top: 75px;
  counter-reset: item;
  display: block;
  clear: both;
  position: relative;
}

.c-form-wizard__list .c-form-wizard__heading,
.c-form-wizard__list .c-form-wizard__heading-text,
.c-form-wizard__list .c-form-wizard__form-label,
.c-form-wizard__list p {
  color: #58666D;
  font-family: "bundessansweb", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.c-form-wizard__resultBox {
  background-color: #FFFFFF;
  padding: 3rem;
}

.c-form-wizard__resultBox p {
  margin-bottom: 15px;
}

.c-form-wizard__form-label {
  cursor: pointer;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: normal;
}

.c-form-wizard__input-wrapper {
  background: #D3033B;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}

.c-form-wizard__input-wrapper label {
  margin: 0;
  padding: 10px;
  font-size: 1.8rem;
}

.c-form-wizard__change {
  padding-left: 28px;
  color: #D3033B;
  font-size: 1.8rem;
  font-weight: bold;
  opacity: 0;
  position: absolute;
  top: -25px;
  right: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.c-form-wizard__change::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -933px -168px;
  top: 0;
  left: 8px;
}

.c-form-wizard__button {
  padding-left: 28px;
  color: #D3033B;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}

.c-form-wizard__button--next::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 17px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -424px -527px;
  opacity: 1;
  top: -2px;
  left: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.c-form-wizard__button--next:disabled {
  color: #58666D;
}

.c-form-wizard__button--next:disabled::before {
  opacity: 0;
}

.c-form-wizard__heading {
  margin-bottom: 1rem;
}

.c-form-wizard__heading-result {
  margin-bottom: 5px;
}

.c-form-wizard__heading:active .c-form-wizard__heading-text, .c-form-wizard__heading:focus .c-form-wizard__heading-text, .c-form-wizard__heading:hover .c-form-wizard__heading-text, .c-form-wizard__heading:focus-visible .c-form-wizard__heading-text {
  color: #000000;
}

.c-form-wizard__warning {
  background-color: #f18017;
}

.c-form-wizard__heading-text {
  float: none !important;
  padding-left: 0;
  text-align: start;
  font-weight: bold;
  line-height: 1.2;
}

.c-form-wizard__heading-text::before {
  content: none !important;
}

.c-form-wizard__item {
  margin-top: 75px;
  margin-right: 20px;
  counter-increment: item;
  position: relative;
}

.c-form-wizard__item::before {
  content: counter(item);
  background-color: #FFFFFF;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  color: #58666D;
  font-size: 2.4rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -60px;
  left: 0;
}

.c-form-wizard__item--is-inactive fieldset,
.c-form-wizard__item--is-inactive .c-form-wizard__button--next {
  display: none;
}

.c-form-wizard__item--is-active::before {
  background-color: #D3033B;
  color: #FFFFFF;
}

.c-form-wizard__item--is-active .c-form-wizard__heading,
.c-form-wizard__item--is-active .c-form-wizard__heading-text,
.c-form-wizard__item--is-active .c-form-wizard__form-label,
.c-form-wizard__item--is-active p {
  color: #000000;
}

.c-form-wizard__item--success {
  margin-bottom: 30px;
}

.c-form-wizard__item--success::before {
  content: '';
}

.c-form-wizard__item--success button::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 7px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -1051px -273px;
  top: 6px;
  left: 8px;
}

.c-form-wizard__item--success .c-form-wizard__heading::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 17px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -547px -527px;
  top: -43px;
  left: 13px;
}

.c-form-wizard__item--success .responsiveTable {
  margin-bottom: 0;
  overflow-x: auto;
}

.c-form-wizard__item--success .responsiveTable table {
  width: 100%;
  margin: 0;
  padding: 5px 0 20px;
}

.c-form-wizard__item--success .responsiveTable table th,
.c-form-wizard__item--success .responsiveTable table td {
  background: transparent;
  padding: 0;
  border: none;
  color: #000000;
}

.c-form-wizard__item--success.c-form-wizard__item--is-active::before {
  background-color: #D3033B;
  color: #D3033B;
}

.c-form-wizard__item--success.c-form-wizard__item--is-active .c-form-wizard__heading,
.c-form-wizard__item--success.c-form-wizard__item--is-active .c-form-wizard__heading-text,
.c-form-wizard__item--success.c-form-wizard__item--is-active p {
  color: #000000;
  display: block;
}

.c-form-wizard__item--success.c-form-wizard__item--is-active .c-form-wizard__heading::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 17px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -665px -656px;
  top: -43px;
  left: 13px;
}

.c-form-wizard__item--is-selected {
  padding-right: 0;
}

.c-form-wizard__item--is-selected::before {
  background-color: #FFFFFF;
  color: #D3033B;
}

.c-form-wizard__item--is-selected .c-form-wizard__heading,
.c-form-wizard__item--is-selected .c-form-wizard__heading-text {
  color: #000000;
}

.c-form-wizard__item--is-selected .c-form-wizard__change {
  opacity: 1;
}

.c-form-wizard__item--is-selected .c-form-wizard__input-wrapper {
  background: transparent;
  display: block;
}

.c-form-wizard__item--is-selected p,
.c-form-wizard__item--is-selected .c-form-wizard__form-label,
.c-form-wizard__item--is-selected .c-form-wizard__button--next {
  display: none;
}

.c-form-wizard__item--is-selected input[type='radio']:checked + label, .c-form-wizard__item--is-selected input[type='checkbox']:checked + label {
  padding-left: 0;
  color: #000000;
  display: block;
}

.c-form-wizard__item--is-selected input[type='radio']:checked + label::before, .c-form-wizard__item--is-selected input[type='checkbox']:checked + label::before {
  display: none;
}

.c-form-wizard__item--is-selected input[type='checkbox'] + label,
.c-form-wizard__item--is-selected input[type='radio'] + label {
  display: none;
}

.c-form-wizard__item-submit {
  overflow: hidden;
}

.c-form-wizard__box {
  margin-top: 40px;
  display: block;
}

.c-form-wizard__box .c-form-wizard__text p {
  background: #D3033B;
  padding: 20px 15px;
  color: #FFFFFF;
}

.c-highlight {
  background: #da2958;
  margin: 4rem 0;
  padding: 1rem 2rem .1px;
  color: #FFFFFF;
}

.c-link {
  color: #D3033B;
  font-weight: 700;
  text-decoration: none;
}

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

.c-link--int::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 11px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
          mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
  -webkit-mask-position: -50px -1013px;
          mask-position: -50px -1013px;
  background-color: currentColor;
  -webkit-filter: none;
          filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  background: none currentColor !important;
  margin-right: 5px;
  position: relative;
}

.c-link--int-white::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 11px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
          mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
  -webkit-mask-position: -264px -1013px;
          mask-position: -264px -1013px;
  background-color: currentColor;
  -webkit-filter: none;
          filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  background: none currentColor !important;
  margin-right: 5px;
  position: relative;
}

.c-link--ext::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 16px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
          mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
  -webkit-mask-position: -933px -636px;
          mask-position: -933px -636px;
  background-color: currentColor;
  -webkit-filter: none;
          filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  background: none currentColor !important;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.c-link--pub::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 14px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
          mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
  -webkit-mask-position: -1051px -159px;
          mask-position: -1051px -159px;
  background-color: currentColor;
  -webkit-filter: none;
          filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  background: none currentColor !important;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.c-link--reset::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17.73px;
  height: 17.72px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
          mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
  -webkit-mask-position: -404px -895px;
          mask-position: -404px -895px;
  background-color: currentColor;
  -webkit-filter: none;
          filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  background: none currentColor !important;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.c-link__description {
  color: #000000;
  font-weight: normal;
}

.c-map__canvas {
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
}

.c-map .leaflet-popup-content-wrapper {
  padding-right: 40px;
  border-radius: 0;
}

.c-map .leaflet-popup {
  margin-left: -3px;
  margin-bottom: 40px;
}

.c-nav {
  padding-top: 40px;
  padding-bottom: 40px;
}

.c-nav__headline {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 2.6rem;
  font-weight: 400;
  text-align: center;
}

.c-nav__item {
  margin-bottom: 20px;
}

.c-nav__link {
  color: #FFFFFF;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: #D3033B;
  display: block;
  outline: 1px solid transparent;
}

.c-nav__link:active, .c-nav__link:focus, .c-nav__link:hover, .c-nav__link:focus-visible {
  color: #FFFFFF;
  text-decoration: underline;
}

.c-news {
  background: #F1F1F1;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.c-news__text {
  padding: 35px 40px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  outline: 1px solid transparent;
}

.c-news__text h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.8rem;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.c-news__text h2.h3 {
  font-size: 2.4rem;
}

.c-news__text p:not([class]) {
  margin-bottom: 15px;
}

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

.c-news__image {
  min-height: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-news__image img {
  margin: 0 auto;
}

.c-news image {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.c-news__meta {
  margin-bottom: 6px;
  -webkit-box-ordinal-group: -1;
  -webkit-order: -2;
      -ms-flex-order: -2;
          order: -2;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.c-numbers-facts-box {
  background: #F1F1F1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 40px;
  padding: 30px 40px;
  position: relative;
}

.c-numbers-facts-box__heading {
  font-size: 2.8rem;
  font-family: "bundessansweb", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-numbers-facts-box__circle-container {
  margin: 0 auto;
  max-width: 290px;
  max-height: 290px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 201px;
}

.c-numbers-facts-box .progressbar-text {
  font-size: 6rem;
  font-family: "bundessansweb", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.c-numbers-facts__headline {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.8rem;
  font-weight: 400;
  text-align: center;
}

.c-numbers-facts p {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

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

.c-numbers-facts__item {
  margin-bottom: 40px;
  font-size: 2.8rem;
  line-height: 1;
  text-align: center;
  position: relative;
}

.c-numbers-facts__number {
  margin-bottom: 5px;
  color: #D3033B;
  font-family: "bundesserifweb", Cambria, Georgia, "Droid Serif", "Times New Roman", serif;
  font-size: 6rem;
  display: block;
}

.c-numbers-facts__link {
  display: block;
  margin-top: 10px;
  font-size: 1.6rem;
}

.c-pagination {
  overflow: hidden;
  margin-bottom: 40px;
}

.c-pagination:after {
  clear: both;
  content: '';
  display: block;
  height: 1px;
}

.c-pagination li {
  list-style-type: none;
  float: left;
  text-align: center;
  width: 50%;
}

.c-pagination__page {
  color: #000000;
  text-decoration: none;
  background: #E1E5E7;
}

.c-pagination__page:active, .c-pagination__page:focus, .c-pagination__page:hover, .c-pagination__page:focus-visible {
  color: #FFFFFF;
  background: #D3033B;
}

.c-pagination__page,
.c-pagination strong {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 3px 10px;
}

.c-pagination strong {
  color: #FFFFFF;
  background: #D3033B;
}

.c-pagination__page, .c-pagination__page--dots,
.c-pagination strong {
  display: none;
}

.c-pagination .button {
  color: #FFFFFF;
  display: block;
}

.c-pagination .button svg {
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  position: relative;
  top: -5px;
}

.c-pagination .button svg path {
  color: #D3033B;
  fill: currentColor;
}

.c-pagination .button:active, .c-pagination .button:focus, .c-pagination .button:hover, .c-pagination .button:focus-visible {
  outline: 5px solid #D3033B;
  outline-offset: -5px;
}

.c-pagination .button, .c-pagination:hover {
  background: #FFFFFF !important;
}

.c-pagination .button img, .c-pagination:hover img {
  max-width: 75%;
}

.c-pagination__page--dots {
  background: #FFFFFF;
}

.c-pagination__page--dots:active, .c-pagination__page--dots:focus, .c-pagination__page--dots:hover, .c-pagination__page--dots:focus-visible {
  color: #000000 !important;
  background: #FFFFFF !important;
}

.c-pagination ul {
  width: auto;
}

.c-preview {
  background-color: #D3033B;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.c-preview a {
  background-color: #FFFFFF;
  border: 0.2rem solid #FFFFFF;
  border-radius: .5rem;
  padding: .3rem 1rem;
  display: block;
  color: #CA0101;
  font-size: 1.3rem;
  line-height: 1.15385;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-preview a:active, .c-preview a:focus, .c-preview a:hover, .c-preview a:focus-visible {
  background-color: transparent;
  color: #FFFFFF !important;
  text-decoration: none;
}

.c-preview p {
  color: #FFFFFF;
}

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

.c-quick-start {
  background: #FFFFFF;
  margin-bottom: 20px;
  padding: 20px 15px 25px 80px;
  display: block;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
  color: #000000;
  text-decoration: none;
  position: relative;
  outline: 1px solid transparent;
}

:last-child > .c-quick-start {
  margin-bottom: 0;
}

.c-quick-start:hover, .c-quick-start:focus, .c-quick-start:active {
  color: #000000;
  text-decoration: none;
}

.c-quick-start:hover .c-quick-start__headline, .c-quick-start:focus .c-quick-start__headline, .c-quick-start:active .c-quick-start__headline {
  text-decoration: underline;
}

.c-quick-start svg {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

:nth-child(1) > .c-quick-start path {
  fill: #DD2F2D !important;
}

:nth-child(2) > .c-quick-start path {
  fill: #E04624 !important;
}

:nth-child(3) > .c-quick-start path {
  fill: #E7601D !important;
}

:nth-child(4) > .c-quick-start path {
  fill: #EC7814 !important;
}

.c-quick-start__headline {
  margin: 0;
  font-family: "bundessansweb", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
}

.c-quick-start p {
  display: none;
}

.c-quote {
  color: #FFFFFF;
  background: #58666D;
  margin-bottom: 20px;
  padding: 60px 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.c-quote::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 25px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -684px -50px;
  top: 20px;
  right: 20px;
}

.c-quote::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 25px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -684px -50px;
  bottom: 20px;
  left: 20px;
}

.c-quote__blockquote {
  color: #FFFFFF;
  border-left: none;
  margin: 0;
}

.c-quote__blockquote > p {
  color: #FFFFFF;
  margin: 0 0 20px;
  padding: 0;
}

.c-quote__image-wrapper {
  text-align: center;
}

.c-quote__image {
  border-radius: 50%;
  margin-bottom: 20px;
}

.c-recommendation-box {
  background-color: #F1F1F1;
  padding: 40px 60px;
  margin-bottom: 45px;
  outline: 1px solid transparent;
}

.c-recommendation-box__item {
  margin-bottom: 40px;
}

.c-recommendation-box__item:last-child {
  margin-bottom: 0;
}

.c-recommendation-box h2,
.c-recommendation-box h3 {
  margin-bottom: 20px;
}

.c-recommendation-box a {
  text-decoration: none;
}

.c-recommendation-box__topline {
  display: block;
  margin-bottom: 15px;
  font-size: 1.6rem;
  color: #000000;
  font-weight: normal;
}

.c-recommendation-box__heading {
  color: #D3033B;
}

.c-recommendation-box__download {
  margin-top: -25px;
}

.c-recommendation-box__data {
  margin-bottom: 10px !important;
}

.c-searchbox input::-webkit-input-placeholder {
  font-style: italic;
  font-size: 1.75rem;
  color: #000000;
}

.c-searchbox input::-moz-placeholder {
  font-style: italic;
  font-size: 1.75rem;
  color: #000000;
}

.c-searchbox input:-ms-input-placeholder {
  font-style: italic;
  font-size: 1.75rem;
  color: #000000;
}

.c-searchbox input::-ms-input-placeholder {
  font-style: italic;
  font-size: 1.75rem;
  color: #000000;
}

.c-searchbox input::placeholder {
  font-style: italic;
  font-size: 1.75rem;
  color: #000000;
}

.c-searchbox .formField input {
  height: 56px;
}

.c-searchbox .submit {
  width: unset;
  min-width: 100%;
  font-size: 1.75rem;
  font-weight: normal;
}

.c-searchresult-filter-accordion {
  margin-bottom: 40px;
}

.c-searchresult-filter-accordion__heading {
  margin: 15px 0 0;
}

.c-searchresult-filter-accordion__heading button {
  font-size: 22px;
}

.c-searchresult-filter-accordion__heading:first-child {
  margin-top: 0;
}

.c-searchresult-filter-accordion__heading.active-control button {
  background: #F1F1F1;
  color: #000000;
  font-family: "bundessansweb", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
}

.c-searchresult-filter-accordion__heading.active-control button::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17.03px;
  height: 10.37px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
          mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
  -webkit-mask-position: -684px -545px;
          mask-position: -684px -545px;
  background-color: currentColor;
  -webkit-filter: none;
          filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  background: none currentColor !important;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-searchresult-filter-accordion button {
  font-family: "bundessansweb", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  display: block;
  padding: 15px 50px 15px 20px;
  text-align: left;
  width: 100%;
  position: relative;
  background: #F1F1F1;
  font-size: 1.8rem;
  cursor: pointer;
}

.c-searchresult-filter-accordion button::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17.03px;
  height: 10.37px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
          mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
  -webkit-mask-position: -684px -545px;
          mask-position: -684px -545px;
  background-color: currentColor;
  -webkit-filter: none;
          filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  background: none currentColor !important;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.c-searchresult-filter-accordion__element {
  background: #F1F1F1;
  padding: 0 20px 20px;
}

.c-searchresult-filter-accordion__element > :first-child {
  margin-top: 0;
}

.c-searchresult-filter-accordion__element > :last-child {
  margin-bottom: 0;
}

.c-searchresult-filter-accordion__element ul,
.c-searchresult-filter-accordion__element li {
  list-style-type: none;
}

.c-searchresult-filter-accordion__element ul {
  padding-left: 0 !important;
}

.c-searchresult-filter-accordion__element li {
  font-size: 1.8rem;
  font-weight: bold;
}

.c-searchresult-filter-accordion__element a {
  color: #000000;
  text-decoration: none;
  padding: 8px 5px 5px 30px;
  display: block;
  position: relative;
}

.c-searchresult-filter-accordion__element a:before {
  background: none;
}

.c-searchresult-filter-accordion__element a:active, .c-searchresult-filter-accordion__element a:focus, .c-searchresult-filter-accordion__element a:hover, .c-searchresult-filter-accordion__element a:focus-visible {
  color: #000000;
  text-decoration: none;
}

.c-searchresult-filter-accordion__element a:active:before, .c-searchresult-filter-accordion__element a:focus:before, .c-searchresult-filter-accordion__element a:hover:before, .c-searchresult-filter-accordion__element a:focus-visible:before {
  background: none;
  border-bottom: 3px solid currentColor;
  border-right: 3px solid currentColor;
  height: 14px;
  width: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 11px;
  left: 8px;
}

.c-searchresult-filter-accordion__element a:focus-visible {
  text-decoration: underline;
}

.c-searchresult-filter-accordion__element strong {
  color: #000000;
  text-decoration: none;
  padding: 8px 5px 5px 30px;
  display: block;
  position: relative;
}

.c-searchresult-filter-accordion__element strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 23px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -50px -656px;
  left: 0;
}

.c-searchresult-filter__reset {
  text-align: center;
}

.c-searchresult-filter__reset a {
  color: #000000;
}

.c-searchresult__heading {
  margin-bottom: 20px;
  position: relative;
  padding-right: 40px;
}

.c-searchresult__heading a {
  text-decoration: none;
  display: block;
  position: relative;
}

.c-searchresult__heading:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 37.5px;
  height: 50px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -213px -216px;
  right: 0;
}

.c-searchresult__topline {
  display: block;
  margin-bottom: 15px;
  font-size: 1.6rem;
  color: #000000;
  font-weight: normal;
}

.c-searchresult__download {
  margin-top: -25px;
}

.c-searchresult img {
  margin-bottom: 40px;
}

.c-slider {
  margin-bottom: 55px;
  position: relative;
}

.c-slider__slide {
  padding: 0 15px;
}

.c-slider__slide a {
  color: #000000;
  text-decoration: none;
}

.c-slider__slide a h3 {
  font-family: "bundessansweb", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 1rem;
}

.c-slider__slide img {
  margin-left: auto;
  margin-right: auto;
}

.c-slider__button--prev {
  position: absolute;
  left: -15px;
  top: 30%;
}

.c-slider__button--next {
  position: absolute;
  right: -15px;
  top: 30%;
}

.c-slider__button img {
  width: 70%;
}

.c-slider .navigation {
  margin-bottom: 20px;
  margin-left: 15px;
}

.c-slider .playbutton {
  position: absolute;
  bottom: -30px;
  z-index: 12;
}

.c-slider .playbutton img {
  height: 30px;
}

.c-slider .slick-dots {
  bottom: -55px;
}

.c-slider .slick-dots li {
  background: #88969E;
  border-radius: 25px;
  height: 15px;
  width: 15px;
}

.c-slider .slick-dots li.slick-active {
  background: #D3033B;
}

.c-sortlinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-bottom: 30px;
}

.c-sortlinks a,
.c-sortlinks strong {
  position: relative;
  color: #FFFFFF;
}

.c-sortlinks a:before,
.c-sortlinks strong:before {
  right: 7px;
  top: 13px;
}

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

.c-sortlinks-box__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 30px;
  padding-top: 7px;
}

.c-sortlinks-box__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 29rem;
      -ms-flex: 1 0 29rem;
          flex: 1 0 29rem;
}

.c-sortlinks .tabs-container {
  background: #E1E5E7;
  position: relative;
}

.c-sortlinks .tabs-container h3.heading {
  margin-top: 0;
}

.c-sortlinks .active-control button {
  font-family: "bundessansweb", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 50px 10px 35px;
  width: 100%;
  text-align: left;
}

.c-sortlinks .active-control button::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17.03px;
  height: 10.37px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
          mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
  -webkit-mask-position: -684px -545px;
          mask-position: -684px -545px;
  background-color: currentColor;
  -webkit-filter: none;
          filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  background: none currentColor !important;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-sortlinks button {
  font-family: "bundessansweb", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 50px 10px 35px;
  width: 100%;
  text-align: left;
}

.c-sortlinks button::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17.03px;
  height: 10.37px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
          mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
  -webkit-mask-position: -684px -545px;
          mask-position: -684px -545px;
  background-color: currentColor;
  -webkit-filter: none;
          filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  background: none currentColor !important;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.c-sortlinks-body {
  background: #F1F1F1;
  position: absolute;
  width: 100%;
  top: 42px;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  z-index: 1;
  padding-left: 20px;
  outline: 1px solid transparent;
}

.c-sortlinks-body h4 {
  font-family: "bundessansweb", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2rem;
  margin-bottom: 10px;
}

.c-sortlinks-body h4 a {
  text-decoration: none;
  color: #000000;
}

.c-sortlinks-body h4 a:active, .c-sortlinks-body h4 a:focus, .c-sortlinks-body h4 a:hover, .c-sortlinks-body h4 a:focus-visible {
  color: #000000;
  text-decoration: underline;
}

.c-sortlinks span {
  font-size: 1.8rem;
}

.c-stage {
  color: #FFFFFF;
  background: #FFFFFF url(/SiteGlobals/Frontend/BISp2017/Images/icons/header-mobile.png?__blob=normal&v=2) no-repeat 50% 100%;
  background-size: cover;
  margin-top: 0;
  padding: 30px 10px 130px 10px;
  text-align: center;
}

.c-stage h1 {
  font-weight: normal;
  font-size: 3rem;
}

.c-tabacc {
  margin-bottom: 40px;
}

.c-tabacc__tabs-list {
  display: none;
}

.c-tabacc__heading {
  margin: 15px 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-tabacc__heading:first-child {
  margin-top: 0;
}

.c-tabacc__heading.active-control button:not([id*='slick']) {
  background: #D3033B;
  color: #FFFFFF;
  font-family: "bundesserifweb", Cambria, Georgia, "Droid Serif", "Times New Roman", serif;
  font-weight: bold;
}

.c-tabacc__heading.active-control button:not([id*='slick'])::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17.03px;
  height: 10.37px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -527.03px -779px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-tabacc__heading.active-control button:not([id*='slick']):active, .c-tabacc__heading.active-control button:not([id*='slick']):focus, .c-tabacc__heading.active-control button:not([id*='slick']):hover, .c-tabacc__heading.active-control button:not([id*='slick']):focus-visible {
  text-decoration: underline;
}

.c-tabacc button:not([id*='slick']) {
  font-family: "bundesserifweb", Cambria, Georgia, "Droid Serif", "Times New Roman", serif;
  font-weight: bold;
  display: block;
  padding: 15px 50px 15px 20px;
  text-align: left;
  width: 100%;
  position: relative;
  background: #F1F1F1;
  font-size: 1.8rem;
  cursor: pointer;
}

.c-tabacc button:not([id*='slick'])::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17.03px;
  height: 10.37px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -684px -545px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.c-tabacc button:not([id*='slick']):active, .c-tabacc button:not([id*='slick']):focus, .c-tabacc button:not([id*='slick']):hover, .c-tabacc button:not([id*='slick']):focus-visible {
  text-decoration: underline;
}

.c-tabacc__element {
  padding-top: 40px;
}

.c-tabacc__element > :first-child {
  margin-top: 0;
}

.c-tabacc__element > :last-child {
  margin-bottom: 0;
}

.c-table--inline {
  width: auto !important;
}

.c-table--inline,
.c-table--inline * {
  margin: 0;
  padding: 0;
  border: none;
}

.c-table--inline td {
  padding-right: .5em;
}

.c-teaser-list__headline {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2.8rem;
  font-weight: 400;
  text-align: center;
}

.c-teaser-list p {
  margin-bottom: 20px;
}

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

.c-teaser-list__button {
  margin-top: 45px;
}

.c-teaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin-bottom: 30px;
  background: #F1F1F1;
}

.c-teaser__text {
  padding: 20px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.c-teaser__text > p {
  margin-bottom: 20px;
}

.c-teaser__text > :last-child {
  margin-bottom: 0;
}

.c-teaser__headline {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "bundessansweb", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
}

.c-teaser__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-teaser__image img {
  margin: 0 auto;
  display: block;
}

.c-teaser__image--pub {
  padding: 20px 0;
}

.c-timeline-dots {
  display: none;
}

.c-timeline-entries {
  margin-bottom: 30px;
}

.c-timeline-entries__headline {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: "bundessansweb", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
}

.c-timeline-entries__item {
  margin-bottom: 20px;
}

.c-timeline-entries__item:last-child {
  margin-bottom: 0;
}

.c-timeline-entries .navigation {
  position: absolute;
  top: 75px;
  z-index: 1;
  width: 100%;
}

.c-timeline-entries .prev,
.c-timeline-entries .next {
  position: absolute;
  z-index: 2;
  width: 24px;
  height: 20px;
}

.c-timeline-entries .prev a,
.c-timeline-entries .prev img,
.c-timeline-entries .next a,
.c-timeline-entries .next img {
  display: block;
}

.c-timeline-entries .prev {
  left: -10px;
}

.c-timeline-entries .next {
  right: -10px;
}

.c-topic-entry {
  padding: 30px 20px 25px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
  outline: 1px solid transparent;
}

.c-topic-entry__headline {
  display: none;
}

.c-topic-entry__subline {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "bundessansweb", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.8rem;
}

.c-topic-entry__image {
  display: none;
}

.c-topic-entry__button-wrapper {
  text-align: center;
}

.c-topic-entry__button-wrapper:last-child {
  margin-bottom: 0;
}

.c-topic-pages__tabs-list {
  display: none;
}

.c-topic-pages__heading {
  background: #F1F1F1;
  margin: 15px 0 0;
  padding: 15px 50px 15px 20px;
  display: block;
  font-family: "bundessansweb", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.8rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-topic-pages__heading::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17.03px;
  height: 10.37px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -684px -545px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.c-topic-pages__heading:first-child {
  margin-top: 0;
}

.c-topic-pages__heading.active-control {
  background: #D3033B;
  color: #FFFFFF;
}

.c-topic-pages__heading.active-control::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17.03px;
  height: 10.37px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -527.03px -779px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-topic-pages__heading.active-control button {
  color: #FFFFFF;
  font-weight: bold;
}

.c-video {
  --background-color: rgba(0, 0, 0, 0.65);
  margin-bottom: 40px;
}

.c-video__wrapper {
  overflow: hidden;
}

.c-video:hover .mejs-controls {
  -webkit-transition: -webkit-transform .5s ease-out 0s;
  transition: -webkit-transform .5s ease-out 0s;
  transition: transform .5s ease-out 0s;
  transition: transform .5s ease-out 0s, -webkit-transform .5s ease-out 0s;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.c-video .mejs-controls {
  -webkit-transition: -webkit-transform .5s ease-out 2s;
  transition: -webkit-transform .5s ease-out 2s;
  transition: transform .5s ease-out 2s;
  transition: transform .5s ease-out 2s, -webkit-transform .5s ease-out 2s;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.c-video .mejs-controls:not([style*='display: none']) {
  background: var(--background-color);
}

.c-video .mejs-controls.mejs-volume-button .mejs-volume-slider .mejs-volume-current,
.c-video .mejs-controls.mejs-volume-button .mejs-volume-slider .mejs-volume-total,
.c-video .mejs-controls.mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  border: 1px solid #FFFFFF;
}

.c-video__caption {
  font-style: italic;
  margin: 10px 0;
}

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

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

.cookiebanner__placeholder {
  background-color: #D3033B;
}

.cookiebanner h2 {
  font-size: 2.6rem;
}

.cookiebanner .all {
  display: none;
}

.cookiebanner.classic {
  background: #D3033B;
  color: #FFFFFF;
}

.js-on .cookiebanner {
  width: 100%;
  height: auto;
  border: none;
  position: fixed;
  bottom: 0;
  z-index: 29;
  overflow: inherit;
  background: linear-gradient(180deg, transparent 26px, rgba(112, 112, 112, 0.8) 26px);
}

.js-on .cookiebanner::before {
  display: block;
  content: '\a0';
  height: 26px;
}

.js-on .cookiebanner__relative {
  position: relative !important;
}

.js-on .cookiebanner__relative.top {
  margin-top: -13px;
}

.js-on .cookiebanner.top {
  padding-top: 4.8rem;
  top: -1000px;
  bottom: auto;
  background: linear-gradient(0deg, transparent 26px, rgba(112, 112, 112, 0.8) 26px);
}

.js-on .cookiebanner.top::before {
  display: none;
}

.js-on .cookiebanner.top::after {
  display: block;
  content: '\a0';
  height: 26px;
}

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

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

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

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

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

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

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

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

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

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

.js-on .cookiebannerbox .button-row .button.right.close {
  margin: 5px;
  text-align: center;
}

.docData {
  margin-bottom: 40px;
  overflow: hidden;
}

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

.docData .value {
  display: block;
}

.docData a {
  display: block;
}

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

.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:active, .dossierentry .navIndex li a:focus, .dossierentry .navIndex li a:hover, .dossierentry .navIndex li a:focus-visible {
  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 {
  left: 0;
  top: 6px;
}

.facets li a:hover:before,
.facets li a:focus:before,
.facets li a:active:before,
.facets li strong:before {
  left: 0;
}

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

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

.facets li.link a:before {
  left: 5px;
  top: 11px;
}

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

.facets .inactive-control:before {
  right: 2%;
  top: 9px;
}

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

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

.facets .active-control:before {
  right: 2%;
  top: 9px;
}

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

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

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

form {
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

input:active, input:focus, input:hover, input:focus-visible, textarea:active, textarea:focus, textarea:hover, textarea:focus-visible, select:active, select:focus, select:hover, select:focus-visible {
  border: 1px solid #D3033B;
}

textarea {
  resize: none;
}

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

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

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

.labelspacer {
  padding-top: 2.25em;
}

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

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

input[type='checkbox'], input[type='radio'] {
  margin-top: 5px;
  clear: both;
  width: 1em;
  float: left;
  margin-right: .5em;
}

input.submit, input.reset {
  font-weight: bold;
  background-color: #D3033B;
  border-color: #D3033B;
  color: #FFFFFF;
  float: right;
  width: auto;
  margin-left: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

input.submit:active, input.submit:focus, input.submit:hover, input.submit:focus-visible, input.reset:active, input.reset:focus, input.reset:hover, input.reset:focus-visible {
  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;
}

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

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

.formHandle {
  margin-bottom: 20px;
}

.formError {
  color: #CA0101;
}

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

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

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

.error a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 7px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -1051px -273px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

@font-face {
  font-family: 'bundessansweb';
  src: url("/static/fonts/BundesSchrift/BundesSansWeb-Regular.woff") format("woff"), url("/static/fonts/BundesSchrift/BundesSansWeb-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bundessansweb';
  src: url("/static/fonts/BundesSchrift/BundesSansWeb-Bold.woff") format("woff"), url("/static/fonts/BundesSchrift/BundesSansWeb-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'bundessansweb';
  src: url("/static/fonts/BundesSchrift/BundesSansWeb-BoldItalic.woff") format("woff"), url("/static/fonts/BundesSchrift/BundesSansWeb-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'bundessansweb';
  src: url("/static/fonts/BundesSchrift/BundesSansWeb-Italic.woff") format("woff"), url("/static/fonts/BundesSchrift/BundesSansWeb-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'bundesserifweb';
  src: url("/static/fonts/BundesSchrift/BundesSerifWeb-Regular.woff") format("woff"), url("/static/fonts/BundesSchrift/BundesSerifWeb-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bundesserifweb';
  src: url("/static/fonts/BundesSchrift/BundesSerifWeb-Bold.woff") format("woff"), url("/static/fonts/BundesSchrift/BundesSerifWeb-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'bundesserifweb';
  src: url("/static/fonts/BundesSchrift/BundesSerifWeb-BoldItalic.woff") format("woff"), url("/static/fonts/BundesSchrift/BundesSerifWeb-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'bundesserifweb';
  src: url("/static/fonts/BundesSchrift/BundesSerifWeb-Italic.woff") format("woff"), url("/static/fonts/BundesSchrift/BundesSerifWeb-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

.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: 40px;
}

.wrapper-teaser .all,
.boxWrapper .all {
  margin-bottom: 0;
}

.content .all {
  background: #F1F1F1;
}

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

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

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

.gsb strong.button {
  color: #FFFFFF;
  background: #585858;
}

strong {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

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

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

html {
  scroll-behavior: smooth;
}

a[name^="JumpError"] {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}

.topline {
  font-size: 1.6rem;
  font-family: "bundessansweb", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* ratio 16x9 */
  overflow: hidden;
  width: 100%;
  height: auto;
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.glossaryIndex.navIndex .page,
.glossaryIndex.navIndex strong {
  display: block;
  min-width: 2em;
}

.glossaryIndex span {
  background: #F1F1F1;
}

.l-button-wrapper {
  text-align: center;
}

.l-button-wrapper:last-child {
  margin-bottom: 0;
}

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

.l-content-wrapper__headline {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 2.8rem;
  font-weight: 400;
  text-align: center;
}

.l-content-wrapper__subline {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.l-content-wrapper__intro {
  max-width: 784px;
  margin: 45px auto 20px;
  text-align: center;
}

.l-content-wrapper__intro p {
  margin-bottom: 20px;
}

.l-content-wrapper__intro p:last-child {
  margin-bottom: 0;
}

.l-content-wrapper--border-bottom, .l-content-wrapper--border-bottom-only-mobile {
  border-bottom: 1px solid #58666D;
}

.l-content-wrapper--pull-top {
  margin-top: -160px;
  padding-top: 0;
}

.l-order-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-order-column__left {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.l-order-column__right {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.l-slick-wrapper .slick-dots {
  bottom: 15px;
}

.l-slick-wrapper .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.l-slick-wrapper .slick-dots li.slick-active button::after {
  background: #D3033B;
}

.l-slick-wrapper .slick-dots li button {
  width: 22px;
  height: 22px;
  padding: 5px;
  cursor: pointer;
  position: relative;
}

.l-slick-wrapper .slick-dots li button::after {
  content: '';
  background: #88969E;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  background-color: #FFFFFF;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding: 4em 20px 20px;
  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/BISp2017/Images/icons/close-b.svg?__blob=normal&v=3) no-repeat 100% 0/20px 20px;
  padding-right: 25px;
  position: absolute;
  top: 20px;
  right: 20px;
  width: auto;
  height: auto;
  opacity: 1;
}

.mfp-inline-holder .mfp-content button.mfp-close:active, .mfp-inline-holder .mfp-content button.mfp-close:focus, .mfp-inline-holder .mfp-content button.mfp-close:hover, .mfp-inline-holder .mfp-content button.mfp-close:focus-visible, .mfp-ajax-holder .mfp-content button.mfp-close:active, .mfp-ajax-holder .mfp-content button.mfp-close:focus, .mfp-ajax-holder .mfp-content button.mfp-close:hover, .mfp-ajax-holder .mfp-content button.mfp-close:focus-visible {
  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: 40px;
}

.mfp-inline-holder .mfp-content .picture,
.mfp-ajax-holder .mfp-content .picture {
  background: transparent;
  margin: 0 auto;
  width: auto !important;
}

.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: 20px 5em 0 20px;
}

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

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

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

.downloadlinks a.downloadLink:before {
  left: 0;
  top: -1px;
}

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

.downloadlinks a.shoppingCartLink:before {
  top: 2px;
  left: 0;
}

a.external,
.teaser .more a.external {
  padding-left: 13px;
  position: relative;
}

a.external:before,
.teaser .more a.external:before {
  top: 8px;
  left: 0;
}

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

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

.more a:before {
  left: 0;
  top: 7px;
}

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

a.themenLink:before {
  left: 0;
  top: 8px;
}

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

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

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

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

.galleryBox .picture {
  margin-bottom: 0;
}

.mejs-overlay-button {
  background-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/mediaelementjs/play_custom_svg.svg?__blob=normal&v=1);
  width: 166px;
  height: 166px;
  margin: -83px 0 0 -83px;
  -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
          transform: scale(0.4);
}

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -166px;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.menu-box {
  display: none;
}

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

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

#menu h1 {
  text-align: left;
  font-size: 1.8rem;
  background: #D3033B;
  z-index: 20;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 0;
  padding: 8px 40px 10px 12px;
  text-transform: uppercase;
  font-family: "bundessansweb", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

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

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

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

#menu .close-button {
  width: 22px;
  height: 24px;
  position: absolute;
  top: 12px;
  right: 10px;
}

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

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

#menu .mm-search {
  background: #D3033B;
  position: relative;
}

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

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

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

#menu ul {
  color: #D3033B;
  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: #D3033B;
  padding: 10px 10px 10px 20px;
  display: block;
}

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

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

#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: #D3033B;
}

#menu li li {
  background: #EBEBEB;
}

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

#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: 60px;
}

#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: 80px;
}

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

#menu .navServiceGS a,
#menu .navServiceGS strong,
#menu .navServiceLS a,
#menu .navServiceLS strong {
  padding-left: 55px;
}

#menu .navServiceGS > a,
#menu .navServiceGS strong,
#menu .navServiceLS > a,
#menu .navServiceLS strong {
  position: relative;
}

#menu .navServiceGS a.mm-subopen,
#menu .navServiceLS a.mm-subopen {
  background: none;
}

#menu .navServiceGS > a:before,
#menu .navServiceGS strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 27px;
  height: 30px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -539px -195px;
  left: 20px;
  top: 4px;
}

#menu .navServiceLS > a:before,
#menu .navServiceLS strong:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 25px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -684px -175px;
  left: 20px;
  top: 6px;
}

#menu .mm-next {
  height: 42px;
  padding-left: 40px;
}

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

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

.mm-opening .mm-page {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          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: 9;
}

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

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

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

.navPrimary {
  position: relative;
  clear: both;
}

.navPrimary a {
  color: #000000;
  padding: 20px 0;
  display: block;
}

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

.gsb .navSkip a:active, .gsb .navSkip a:focus {
  background-color: #D3033B;
  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: 19;
  text-align: center;
}

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

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

.content .navIndex ul {
  padding: 0;
}

.navIndex li {
  list-style-type: none;
  float: left;
  text-align: center;
  width: 50%;
}

.navIndex .page,
.navIndex strong {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  display: block;
  padding: 3px 10px;
}

.navIndex .page:hover,
.navIndex .page:focus,
.navIndex .page:active,
.navIndex strong {
  color: #FFFFFF;
  background: #D3033B;
}

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

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

.navIndex .back {
  margin-right: 20px;
}

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

.richtext-accordion {
  margin-bottom: 40px;
}

.richtext-accordion .heading {
  margin: 15px 0 0;
}

.richtext-accordion .heading:first-child {
  margin-top: 0;
}

.richtext-accordion .heading.active-control button {
  background: #D3033B;
  color: #FFFFFF;
  font-family: "bundesserifweb", Cambria, Georgia, "Droid Serif", "Times New Roman", serif;
  font-weight: bold;
}

.richtext-accordion .heading.active-control button::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17.03px;
  height: 10.37px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -527.03px -779px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.richtext-accordion .heading.active-control button:active, .richtext-accordion .heading.active-control button:focus, .richtext-accordion .heading.active-control button:hover, .richtext-accordion .heading.active-control button:focus-visible {
  text-decoration: underline;
}

.richtext-accordion button {
  font-family: "bundesserifweb", Cambria, Georgia, "Droid Serif", "Times New Roman", serif;
  font-weight: bold;
  display: block;
  padding: 15px 50px 15px 20px;
  text-align: left;
  width: 100%;
  position: relative;
  background: #F1F1F1;
  font-size: 1.8rem;
  cursor: pointer;
}

.richtext-accordion button::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17.03px;
  height: 10.37px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -684px -545px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.richtext-accordion button:active, .richtext-accordion button:focus, .richtext-accordion button:hover, .richtext-accordion button:focus-visible {
  text-decoration: underline;
}

.richtext-accordion .tabs-container > div {
  padding: 30px 30px 45px;
}

.richtext-accordion .tabs-container > div > :first-child {
  margin-top: 0;
}

.richtext-accordion .tabs-container > div > :last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

h2,
h3,
h4,
h5,
h6 {
  margin-top: 10px;
  font-weight: bold;
}

p,
li,
td,
th,
blockquote,
cite,
dl,
caption,
.formError,
address,
figure {
  font-size: 1.6rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

p,
address {
  margin: 0 0 40px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

address {
  font-style: normal;
}

.abstract {
  font-weight: bold;
}

.content p + ul,
.content p + ol {
  margin-top: -20px;
}

.content ul ul, .content ol ol, .content ol ul, .content ul ol {
  margin-top: 0;
}

ul:not([class]) {
  margin-bottom: 40px;
  padding-left: 20px;
  list-style-type: disc;
}

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

ul ul, ul ol {
  margin-top: 0;
}

ol:not([class]) {
  margin-bottom: 40px;
  padding-left: 20px;
  list-style: decimal outside none;
}

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

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

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

ol ul, ol ol {
  margin-top: 0;
}

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

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

blockquote {
  background: #58666D;
  margin: 20px 20px 40px;
  padding: 0;
  color: #FFFFFF;
}

blockquote p {
  margin-bottom: 0;
  padding: 20px;
  color: #FFFFFF;
}

cite {
  margin-top: 20px;
  color: #FFFFFF;
  font-weight: bold;
  font-style: normal;
  display: block;
}

cite:before {
  content: '';
}

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

table {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 20px;
  clear: both;
  border-spacing: 0;
  border-collapse: separate;
  table-layout: fixed;
}

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

table .sortUp,
table .sortDown {
  padding-right: 25px;
  text-decoration: underline;
  display: inline-block;
  position: relative;
}

table .sortUp:after,
table .sortDown:after {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

table .sortUp:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 10px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -639.46px -895px;
}

table .sortDown:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 10px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -756.46px -895px;
}

table .even {
  background: #F1F1F1;
}

table .width15 {
  width: 15%;
}

table .width20 {
  width: 20%;
}

table .width25 {
  width: 25%;
}

table .width30 {
  width: 30%;
}

table .width35 {
  width: 35%;
}

table .width40 {
  width: 40%;
}

table .width45 {
  width: 45%;
}

table .width50 {
  width: 50%;
}

table .width70 {
  width: 70%;
}

table .width80 {
  width: 80%;
}

table .width85 {
  width: 85%;
}

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

tbody {
  padding: 0 0 10px;
}

th {
  background: #D3033B;
  padding: 20px;
  border: none;
  color: #FFFFFF;
  text-align: left;
}

th a {
  color: currentColor;
}

td {
  padding: 20px;
  border: 1px solid #707070;
  text-align: left;
  vertical-align: top;
}

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

.responsiveTable table {
  width: 637px;
}

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

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

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

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

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

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

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

.picture {
  max-width: 100%;
  margin: 0 auto 20px;
}

.picture cite {
  color: #000000;
  font-weight: normal;
  font-style: italic;
  display: inline;
}

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

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

.picture a {
  display: block;
}

.picture a span {
  display: block;
}

.picture .wrapper {
  display: block;
  position: relative;
}

.picture .loupe {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

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

.picture .loupe:focus img {
  outline: dotted #000000 1px;
}

.picture .loupe {
  display: none;
}

.picture .wrapper-text {
  margin: 10px 0;
  font-style: italic;
  display: block;
}

.picture .source,
.picture .caption {
  display: block;
}

a {
  color: #D3033B;
  text-decoration: underline;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

a:active, a:focus, a:hover, a:focus-visible {
  outline: none;
  color: #D3033B;
  text-decoration: underline;
}

a:focus, a:focus-visible {
  outline: 2px solid currentColor;
}

a.RichTextIntLink, a.shoppingCartLink, a.ContactData, a.GlossarEntry, a.RichTextWikiLink {
  padding-left: 25px;
  position: relative;
}

a.RichTextIntLink:before, a.shoppingCartLink:before, a.ContactData:before, a.GlossarEntry:before, a.RichTextWikiLink:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 7px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
          mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
  -webkit-mask-position: -1051px -273px;
          mask-position: -1051px -273px;
  background-color: currentColor;
  -webkit-filter: none;
          filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  background: none currentColor !important;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

a.RichTextExtLink, a.ExternalLink, a.external {
  padding-left: 25px;
  text-decoration: underline;
  position: relative;
}

.chartData a.RichTextExtLink:active, .chartData a.RichTextExtLink:focus, .chartData a.RichTextExtLink:hover, .chartData a.RichTextExtLink:focus-visible, .chartData a.ExternalLink:active, .chartData a.ExternalLink:focus, .chartData a.ExternalLink:hover, .chartData a.ExternalLink:focus-visible, .chartData a.external:active, .chartData a.external:focus, .chartData a.external:hover, .chartData a.external:focus-visible {
  color: #FFFFFF;
  text-decoration: none;
}

a.RichTextExtLink:before, a.ExternalLink:before, a.external:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 16px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
          mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
  -webkit-mask-position: -933px -636px;
          mask-position: -933px -636px;
  background-color: currentColor;
  -webkit-filter: none;
          filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.chartData a.RichTextExtLink:before, .chartData a.ExternalLink:before, .chartData a.external:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 16px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
          mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
  -webkit-mask-position: -933px -520px;
          mask-position: -933px -520px;
  background-color: currentColor;
  -webkit-filter: none;
          filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  background: none currentColor !important;
}

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

a.download:before, a.Publication:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 14px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
          mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
  -webkit-mask-position: -1051px -159px;
          mask-position: -1051px -159px;
  background-color: currentColor;
  -webkit-filter: none;
          filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  background: none currentColor !important;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-toc {
  margin-bottom: 20px;
}

.c-toc__headline {
  margin: 3rem 0;
  padding-left: 65px;
  position: relative;
}

.c-toc__headline.inactive-control:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 45px;
  height: 45px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -340px -382px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-toc__headline.active-control:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 45px;
  height: 45px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -50px -382px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-toc__list {
  margin-bottom: 20px;
  list-style-type: none;
}

.c-toc__list .c-toc__list {
  margin-left: 20px;
}

.c-toc__item {
  margin-bottom: 20px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.c-toc__link {
  padding-left: 20px;
  display: block;
  position: relative;
}

.c-toc__link:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 8px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
          mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
  -webkit-mask-position: -1051px -823px;
          mask-position: -1051px -823px;
  background-color: currentColor;
  -webkit-filter: none;
          filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  background: none currentColor !important;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

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

p.navToTop a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 9px;
  -webkit-mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
          mask-image: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8);
  -webkit-mask-position: -1051px -50px;
          mask-position: -1051px -50px;
  background-color: currentColor;
  -webkit-filter: none;
          filter: none;
  outline: 10px solid currentColor;
  outline-offset: -10px;
  background: none currentColor !important;
  top: 9px;
  left: 0;
}

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

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

span[role=tooltip] {
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.5;
  display: block;
  text-rendering: optimizeLegibility;
}

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

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

.gsb .content .sitemap ul {
  margin-bottom: 20px;
  margin-left: 40px;
  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 {
  left: 5px;
  top: 7px;
}

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

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

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

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

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

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

.slick-arrow:not(.slick-disabled) {
  cursor: pointer;
}

.wrapper-teaser-switcher {
  clear: both;
  position: relative;
}

.teaser-switcher {
  margin-bottom: 20px;
  overflow: hidden;
}

.teaser-switcher .teaser {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
}

.teaser-switcher a {
  width: 171px;
  margin: 0 auto;
  padding: 20px;
  display: table;
}

.teaser-switcher a:active, .teaser-switcher a:focus, .teaser-switcher a:hover, .teaser-switcher a:focus-visible {
  background: #FFFFFF;
}

.teaser-switcher img {
  margin-bottom: 0;
  display: table-header-group;
}

.teaser-switcher span {
  display: table-footer-group;
}

.teaser-switcher h3 {
  margin: 10px 0 5px;
  font-size: 1.5rem;
}

.teaser-switcher .navigation {
  display: none;
}

.js-on .teaser-switcher .slick-dots {
  display: block !important;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  position: static;
}

.js-on .teaser-switcher .slick-dots button {
  content: none;
  background-color: transparent;
  width: 20px;
  height: 20px;
  border: 2px solid #585858;
  border-radius: 50%;
  line-height: 1.2;
  text-indent: -99999px;
}

.js-on .teaser-switcher .slick-dots button:active, .js-on .teaser-switcher .slick-dots button:focus, .js-on .teaser-switcher .slick-dots button:hover, .js-on .teaser-switcher .slick-dots button:focus-visible {
  background-color: #585858;
}

.js-on .teaser-switcher .slick-dots .slick-active button {
  background-color: #585858;
}

.js-on .teaser-switcher .slick-dots .slick-active button:active, .js-on .teaser-switcher .slick-dots .slick-active button:focus, .js-on .teaser-switcher .slick-dots .slick-active button:hover, .js-on .teaser-switcher .slick-dots .slick-active button:focus-visible {
  background-color: transparent;
}

.js-on .teaser-switcher .slick-list {
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.js-on .teaser-switcher .navigation {
  width: 100%;
  display: block;
  position: absolute;
  top: 65px;
  left: 0;
}

.js-on .teaser-switcher .navigation button {
  width: 30px;
  height: 43px;
  position: absolute;
}

.js-on .teaser-switcher .navigation button:active, .js-on .teaser-switcher .navigation button:focus, .js-on .teaser-switcher .navigation button:hover, .js-on .teaser-switcher .navigation button:focus-visible {
  opacity: .6;
}

.js-on .teaser-switcher .navigation button:focus {
  background: #D3033B none repeat scroll 0 0;
  border-radius: 0;
  outline: 1px solid #D3033B;
}

.js-on .teaser-switcher .navigation .next {
  right: 0;
}

.js-on .teaser-switcher .navigation .prev {
  left: 0;
}

.StndGallery {
  margin-bottom: 40px;
}

.StndGallery .slide {
  background: #F1F1F1;
  position: relative;
}

.StndGallery .slide p {
  margin: 0;
}

.StndGallery h2 {
  margin: 20px 100px 20px 20px;
}

.StndGallery .position {
  position: absolute;
  top: 20px;
  right: 20px;
}

.StndGallery .wrapper img {
  margin: 0 auto;
}

.StndGallery video {
  margin: 0 auto;
}

.StndGallery .prev,
.StndGallery .next {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.StndGallery .prev button,
.StndGallery .next button {
  background: #D3033B;
  width: 40px;
  height: 40px;
}

.StndGallery .prev button:active, .StndGallery .prev button:focus, .StndGallery .prev button:hover, .StndGallery .prev button:focus-visible, .StndGallery .next button:active, .StndGallery .next button:focus, .StndGallery .next button:hover, .StndGallery .next button:focus-visible {
  background: #707070;
}

.StndGallery .prev button[disabled],
.StndGallery .next button[disabled] {
  background: #707070;
  cursor: default;
}

.StndGallery .prev button img,
.StndGallery .next button img {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

.StndGallery .prev {
  left: 0;
}

.StndGallery .next {
  right: 0;
}

.StndGallery .wrapper-text {
  margin: 0;
  padding: 20px 0 20px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.StndGallery .loupe {
  position: static;
  padding: 0 20px;
}

.StndGallery .wrapper-loupe {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 76px;
      -ms-flex: 0 0 76px;
          flex: 0 0 76px;
}

.StndGallery .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.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 {
  right: 2%;
  top: 15px;
}

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

.toggleEntry .heading.active-control:before {
  right: 2%;
  top: 15px;
}

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

.togglenav {
  background: #F1F1F1;
  width: 100%;
  padding: 0 5px 0 10px;
  z-index: 9999;
  overflow: hidden;
}

.togglenav ul {
  height: 4rem;
  margin: 4px 0;
  padding: 0;
  display: inline-table;
}

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

.togglenav a,
.togglenav strong {
  margin-right: 20px;
  padding: 8px 9px;
  color: #000000;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
}

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

.togglenav .right {
  float: right;
}

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

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

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

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

.navMobileMenu a:active, .navMobileMenu a:focus, .navMobileMenu a:hover, .navMobileMenu a:focus-visible {
  color: #000000;
  text-decoration: underline;
}

.navMobileMenu a:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 15px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -933px -752px;
  top: 15px;
  left: 11px;
}

.navMobileMenu a img path {
  fill: red;
}

.navMobileSearch a:active, .navMobileSearch a:focus, .navMobileSearch a:hover, .navMobileSearch a:focus-visible {
  outline: 1px solid #000000;
}

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

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

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

video {
  max-width: 100%;
}

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

.main {
  padding: 0 1rem;
}

.content {
  padding-top: 50px;
}

.footer {
  color: #FFFFFF;
  position: relative;
}

.footer .bgSiteInfo {
  background: #D3033B;
}

.footer .bgLegal {
  background: #8B304B;
  padding-top: 25px;
  border-top: 2px solid #861033;
}

.footer .bgLegal div {
  font-weight: bold;
}

.footer .bgFunctions {
  background: #FFFFFF;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.footer h2,
.footer h3 {
  margin-bottom: 0;
  padding: 10px 0 0;
  font-family: "bundessansweb", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

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

.footer p {
  color: #FFFFFF;
}

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

.footer a,
.footer strong {
  padding: 10px 15px 10px 0;
  color: #FFFFFF;
  text-decoration: none;
}

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

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

.footer .phonenumber {
  margin-top: -14px;
  font-size: 2.6rem;
  display: inline-block;
}

.footer .navFunctionsWrapper h2 {
  margin-right: 20px;
}

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

.footer .navFunctionsWrapper a {
  padding-left: 15px;
  padding-right: 0;
  color: #000000;
  display: block;
}

.footer .navFunctionsWrapper .navToTop {
  padding: 0;
  text-align: right;
}

.footer .navFunctionsWrapper .navToTop a,
.footer .navFunctionsWrapper .navToTop strong {
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  float: none;
  position: relative;
}

.footer .navFunctionsWrapper .navToTop a:before,
.footer .navFunctionsWrapper .navToTop strong:before {
  top: 17px;
  left: -.5em;
}

.footer .navFunctionsWrapper .navToTop a:active, .footer .navFunctionsWrapper .navToTop a:focus, .footer .navFunctionsWrapper .navToTop a:hover, .footer .navFunctionsWrapper .navToTop a:focus-visible, .footer .navFunctionsWrapper .navToTop strong:active, .footer .navFunctionsWrapper .navToTop strong:focus, .footer .navFunctionsWrapper .navToTop strong:hover, .footer .navFunctionsWrapper .navToTop strong:focus-visible {
  text-decoration: underline;
}

.footer .tabs-container {
  padding-bottom: 10px;
}

.footer .tabs-container .heading {
  margin-top: 0;
}

.footer .tabs-container .heading,
.footer .tabs-container .heading button {
  color: #FFFFFF;
  font-weight: bold;
}

.siteInfo ul,
.siteInfo ul:not([class]) {
  margin-bottom: 20px;
}

.siteInfo .heading {
  padding: 10px 30px 10px 0;
}

.siteInfo .active-control {
  padding-right: 25px;
  position: relative;
}

.siteInfo .active-control:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 10px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -639.46px -895px;
  top: 19px;
  right: 1%;
}

.siteInfo .inactive-control {
  padding-right: 25px;
  position: relative;
}

.siteInfo .inactive-control:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 10px;
  background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -756.46px -895px;
  top: 19px;
  right: 1%;
}

.copyright p {
  margin-bottom: 20px;
  clear: both;
}

.copyright ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: block;
  overflow: visible;
}

.copyright li {
  width: 50%;
  font-size: 1.6rem;
  float: left;
  padding-bottom: 15px;
}

.copyright li a,
.copyright li strong {
  padding: 2px 9px 15px 0;
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none;
  position: relative;
}

.copyright li:last-child a:after,
.copyright li:last-child strong:after {
  display: none;
}

.copyright li:first-child a,
.copyright li:first-child strong {
  padding-left: 0;
}

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

.copyright .copyrighttext {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #FFFFFF;
  text-align: center;
  display: block;
}

.navServiceMeta,
.search,
.navPrimary {
  display: none;
}

.header p {
  margin: 40px 0;
}

.header .logo a {
  display: block;
}

.header .logo a:focus {
  outline: 1px dotted #D3033B;
}

.header .mod .addlogo {
  display: none;
}

.header .mod .addlogo img {
  float: right;
}

.navServiceMeta .navTwitter a,
.navServiceMeta .navYouTube a {
  overflow: hidden;
}

.h-text-right {
  text-align: right;
}

.mfp-bg {
  z-index: 24;
}

.mfp-wrap {
  z-index: 25;
}

.mfp-content {
  z-index: 26;
}

.mfp-preloader {
  z-index: 27;
}

button.mfp-close, button.mfp-arrow {
  z-index: 28;
}

.mejs-container-fullscreen {
  z-index: 17;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  z-index: 4;
}

.mejs-chapters {
  z-index: 5;
}

.mejs-contextmenu {
  z-index: 21;
}

.mejs-postroll-layer {
  z-index: 16;
}

.mejs-postroll-close {
  z-index: 13;
}

.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  z-index: 1;
}

.mm-panel.mm-highest {
  z-index: 2;
}

.mm-navbar .mm-btn {
  z-index: 3;
}

.mm-listview .mm-next {
  z-index: 6;
}

.mm-subopened .mm-subblocker {
  z-index: 7;
}

.mm-menu > .mm-navbar {
  z-index: 8;
}

#mm-blocker {
  z-index: 32;
}

.slick-dots {
  z-index: 10 !important;
}
