/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media only screen and (min-width: 64.125em) {
  .c-accordion__element {
    padding: 30px 60px 75px;
  }
  .c-breadcrumb__list {
    padding: 0;
  }
  .c-contact-box--left, .c-contact-box--right {
    width: calc(((100% + 4rem) / 10 * 4) - 4rem + 4rem * 0);
  }
  .c-contact-box__img {
    margin: 0 20px 20px 0;
  }
  .c-contact-box__text {
    margin-top: -5px;
  }
  .c-content-nav {
    margin-right: 40px;
  }
  .c-content-nav--small {
    width: calc(((100% + 4rem) / 10 * 4) - 4rem + 4rem * 0);
  }
  .c-download-box-large {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    padding: 20px 20px 20px 50px;
  }
  .c-download-box-large__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 210px;
        -ms-flex: 0 0 210px;
            flex: 0 0 210px;
    padding-bottom: 0;
  }
  .c-download-box--left, .c-download-box--right {
    width: calc(((100% + 4rem) / 10 * 4) - 4rem + 4rem * 0);
  }
  .c-event-teaser {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .c-event-teaser__date-wrapper {
    width: 166px;
    height: 159px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .c-event-teaser__date {
    font-size: 2.7rem;
  }
  .c-event-teaser__date ~ .c-event-teaser__date {
    padding-left: 0;
  }
  .c-event-teaser__date ~ .c-event-teaser__date::before {
    top: 0;
    left: 50%;
  }
  .c-event-teaser__day {
    padding-right: 5px;
    font-size: 5.4rem;
  }
  .c-event-teaser__text {
    padding-left: 40px;
  }
  .c-event-teaser__meta {
    -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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-event-teaser__location {
    margin: 0;
  }
  .c-facet__link {
    padding: 18px 40px 18px 18px;
  }
  .c-facet__link::after {
    right: 12px;
  }
  .c-facet__list--timeframe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
  }
  .c-facet__list--timeframe .c-facet__item {
    position: relative;
    padding: 0 1rem;
    text-align: center;
  }
  .c-facet__list--timeframe .c-facet__item span {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 140%);
        -ms-transform: translate(-50%, 140%);
            transform: translate(-50%, 140%);
    padding-left: 0;
    opacity: 1;
  }
  .c-facet__list--timeframe .c-facet__item span:before, .c-facet__list--timeframe .c-facet__item span:after {
    content: none;
  }
  .c-facet__list--timeframe .c-facet__item:before, .c-facet__list--timeframe .c-facet__item:after {
    content: '';
    height: 3px;
    position: absolute;
    width: calc(50% - 2px);
    bottom: 0;
    background: #D3033B;
  }
  .c-facet__list--timeframe .c-facet__item:before {
    left: 0;
  }
  .c-facet__list--timeframe .c-facet__item:after {
    right: 0;
  }
  .c-facet__list--timeframe .c-facet__item:nth-child(2) a {
    padding: 0 1rem;
  }
  .c-facet__list--timeframe .c-facet__item:nth-child(3) a {
    padding: 0 2rem;
  }
  .c-facet__list--timeframe .c-facet__item:nth-child(4) a {
    padding: 0 3rem;
  }
  .c-facet__list--timeframe .c-facet__item:nth-child(5) a {
    padding: 0 4rem;
  }
  .c-facet__list--timeframe .c-facet__item a {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    color: #D3033B;
    font-weight: bold;
    border: none;
  }
  .c-facet__list--timeframe .c-facet__item a:active, .c-facet__list--timeframe .c-facet__item a:focus, .c-facet__list--timeframe .c-facet__item a:hover, .c-facet__list--timeframe .c-facet__item a:focus-visible {
    text-decoration: underline;
  }
  .c-facet__list--timeframe .c-facet__item.selectedFacet:after {
    opacity: .7;
  }
  .c-facet__list--timeframe .c-facet__item.selectedFacet a {
    cursor: pointer;
  }
  .c-facet__list--timeframe .c-facet__item.selectedFacet a:before {
    content: '';
    z-index: 10;
    width: 20px;
    height: 20px;
    position: absolute;
    background: #8B304B;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    bottom: 1px;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  .c-facet__list--timeframe .c-facet__item.selectedFacet a:active, .c-facet__list--timeframe .c-facet__item.selectedFacet a:focus, .c-facet__list--timeframe .c-facet__item.selectedFacet a:hover, .c-facet__list--timeframe .c-facet__item.selectedFacet a:focus-visible {
    background-color: transparent;
  }
  .c-facet__list--timeframe .c-facet__item.selectedFacet ~ .c-facet__item {
    opacity: .7;
  }
  .c-facet__list--timeframe .c-facet__item:last-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right;
  }
  .c-facet__list--timeframe .c-facet__item:last-child span {
    left: auto;
    right: 15px;
  }
  .c-facet__list--timeframe .c-facet__item:last-child:before {
    width: calc(100% - 30px);
  }
  .c-facet__list--timeframe .c-facet__item:last-child:after {
    content: none;
  }
  .c-facet__list--timeframe .c-facet__item:last-child.selectedFacet a {
    padding-right: 10px;
  }
  .c-facet__list--timeframe .c-facet__item:last-child.selectedFacet a:before {
    left: auto;
    right: 0;
    -webkit-transform: translate(-100%, 50%);
        -ms-transform: translate(-100%, 50%);
            transform: translate(-100%, 50%);
  }
  .c-facet__headline {
    padding-top: 0;
    padding-bottom: 1rem;
  }
  .c-facet__search {
    display: block;
  }
  .c-facet__search p {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .c-facet .formField {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
        -ms-flex: initial;
            flex: initial;
    max-width: 350px;
  }
  .c-facet__button-wrapper {
    display: none;
  }
  .c-facet__column:last-child {
    width: auto;
  }
  .c-facet.fixed {
    position: fixed;
    top: 0;
    width: calc(100% - 63px);
    max-width: 1280px;
    z-index: 600;
  }
  .c-form-wizard {
    padding: 0 60px;
  }
  .c-highlight {
    margin: 5rem 0;
  }
  .c-map__canvas {
    height: 774px;
  }
  .c-news {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .c-news__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0px;
        -ms-flex: 1 0 0px;
            flex: 1 0 0px;
  }
  .l-slick-wrapper .c-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .l-slick-wrapper .c-news__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .c-numbers-facts-box--left, .c-numbers-facts-box--right {
    width: calc(((100% + 4rem) / 10 * 4) - 4rem + 4rem * 0);
  }
  .c-numbers-facts-box__circle-container {
    min-height: 202px;
  }
  .c-numbers-facts h2 {
    font-size: 3.6rem;
  }
  .c-numbers-facts p {
    margin-bottom: 50px;
  }
  .c-numbers-facts__item {
    margin-bottom: 50px;
  }
  .c-numbers-facts__number {
    font-size: 8rem;
  }
  .c-numbers-facts__link {
    background: rgba(241, 241, 241, 0.7);
    color: #000000;
    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;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -5px;
    font-size: 2.8rem;
  }
  .c-numbers-facts__link:active, .c-numbers-facts__link:focus, .c-numbers-facts__link:hover, .c-numbers-facts__link:focus-visible {
    color: inherit;
    opacity: 1;
  }
  .c-preview .columns:first-child {
    margin-right: auto;
  }
  .c-preview .columns:not(:last-child) {
    margin-bottom: 0;
  }
  .c-quote {
    padding: 40px;
  }
  .c-quote__blockquote {
    padding: 0 40px;
  }
  .c-quote__image-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 240px;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
  }
  .c-quote__image {
    margin: 0;
  }
  .c-sortlinks {
    width: 50%;
  }
  .c-sortlinks .active-control button {
    font-size: 2.2rem;
  }
  .c-sortlinks button {
    font-size: 2.2rem;
  }
  .c-sortlinks button::before {
    right: 20px;
  }
  .c-stage {
    color: #FFFFFF;
    max-width: 50%;
    text-align: left;
    background: none;
    padding-left: 0;
    padding-bottom: 30px;
    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;
    min-height: 408px;
    overflow: auto;
  }
  .c-stage h1 {
    font-size: 4.8rem;
    margin-bottom: 1.5rem;
  }
  .c-stage__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    text-align: left;
    max-height: 300px;
    overflow: auto;
    margin: auto 0;
  }
  .c-tabacc__heading {
    display: none;
  }
  .c-tabacc__tabs-list {
    background: #D3033B;
    border-bottom: 7px solid #8B304B;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px 20px 0;
  }
  .c-tabacc__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .c-tabacc__link {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    padding: 20px;
  }
  .c-tabacc__link:active, .c-tabacc__link:focus, .c-tabacc__link:hover, .c-tabacc__link:focus-visible {
    color: #FFFFFF;
    text-decoration: underline;
  }
  .c-tabacc .active-control a {
    color: #000000;
    background: #FFFFFF;
    padding: 13px 20px 27px;
    position: relative;
    bottom: -7px;
  }
  .c-tabacc .active-control a:active, .c-tabacc .active-control a:focus, .c-tabacc .active-control a:hover, .c-tabacc .active-control a:focus-visible {
    color: #000000;
  }
  .c-teaser-list__headline {
    font-size: 3.6rem;
    text-align: left;
  }
  .c-teaser-list .imageLeft {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-teaser-list .teaserListItem {
    margin-bottom: 3rem;
  }
  .c-teaser {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    margin-bottom: 50px;
  }
  .c-teaser__text {
    padding: 20px 30px 20px 45px;
  }
  .c-teaser__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 372px;
        -ms-flex: 0 0 372px;
            flex: 0 0 372px;
  }
  .c-timeline-dots .prev {
    left: -10px;
  }
  .c-timeline-dots .next {
    right: -10px;
  }
  .c-timeline-dots > .slick-list {
    padding-right: 0;
    padding-left: 0;
  }
  .c-timeline-dots > .slick-list::before, .c-timeline-dots > .slick-list::after {
    width: 45px;
  }
  .c-timeline-dots > .slick-list::before {
    background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(transparent));
    background: linear-gradient(to right, #FFFFFF, transparent);
    left: 0;
  }
  .c-timeline-dots > .slick-list::after {
    background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(transparent));
    background: linear-gradient(to left, #FFFFFF, transparent);
    right: 0;
  }
  .c-topic-entry {
    padding: 60px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  }
  .c-topic-entry__top {
    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;
  }
  .c-topic-entry__headline-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .c-topic-entry__headline {
    margin-top: 0;
    margin-bottom: 15px;
    display: block;
  }
  .c-topic-entry__subline {
    margin-bottom: 40px;
  }
  .c-topic-entry__image {
    max-width: 50%;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .c-topic-entry__button-wrapper {
    text-align: left;
  }
  .c-topic-pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse nowrap;
        -ms-flex-flow: row-reverse nowrap;
            flex-flow: row-reverse nowrap;
  }
  .c-topic-pages__tabs-list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 372px;
        -ms-flex: 0 0 372px;
            flex: 0 0 372px;
    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-topic-pages__item {
    margin-bottom: 10px;
    display: block;
    outline: 1px solid transparent;
  }
  .c-topic-pages__item:last-child {
    margin-bottom: 0;
  }
  .c-topic-pages__tab-control {
    background: #F1F1F1;
    min-height: 80px;
    height: 0;
    padding-left: 20px;
    padding-right: 15px;
    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;
    color: #000000;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    vertical-align: center;
    position: relative;
  }
  .c-topic-pages__tab-control::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-right: 40px solid #D3033B;
    border-bottom: 40px solid transparent;
    opacity: 0;
    position: absolute;
    top: 0;
    left: -40px;
    bottom: 0;
    -webkit-transform: rotate3d(0, 1, 0, 60deg);
            transform: rotate3d(0, 1, 0, 60deg);
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .c-topic-pages__tab-control.active-control {
    background: #D3033B;
    color: #FFFFFF;
    z-index: 1;
  }
  .c-topic-pages__tab-control.active-control::before {
    opacity: 1;
  }
  .c-topic-pages__tabs-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    z-index: 0;
  }
  .c-topic-pages__heading {
    display: none;
  }
  .c-topic-pages__entry {
    min-height: 100%;
  }
  .c-topic-pages__entry.panel-closed {
    display: none;
  }
  .js-on .cookiebannerbox > div {
    width: 100%;
    max-width: 960px;
    display: table;
  }
  .js-on .cookiebannerbox > div .text {
    display: inline-block;
  }
  .js-on .cookiebannerbox > div .all {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 10px;
  }
  .js-on .cookiebannerbox > div .all .button {
    word-break: normal;
    margin-left: 10px;
  }
  .js-on .cookiebannerbox > div .picture {
    display: block;
  }
  .js-on .cookiebanner.top {
    top: -1000px;
    bottom: auto;
    padding-top: 0;
  }
  .js-on .cookiebanner.top .cookiebannerbox {
    top: auto;
    bottom: -15px;
  }
  .js-on .cookiebanner.classic .cookiebannerbox {
    top: 0;
    bottom: 0;
  }
  .l-content-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .l-content-wrapper__headline {
    font-size: 3.6rem;
  }
  .l-content-wrapper__intro {
    margin-top: 30px;
    margin-bottom: 55px;
  }
  .l-content-wrapper--background-flag {
    min-height: 490px;
    padding-top: 90px;
    position: relative;
  }
  .l-content-wrapper--background-flag::before {
    content: '';
    background: -webkit-gradient(linear, left top, right top, from(#770C2C), to(#D3033B));
    background: linear-gradient(to right, #770C2C, #D3033B);
    width: 105vw;
    height: 375px;
    display: block;
    position: absolute;
    top: 20px;
    left: calc((105vw - 100%) / -2);
    -webkit-transform: rotate(1deg);
        -ms-transform: rotate(1deg);
            transform: rotate(1deg);
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    z-index: -1;
  }
  .l-content-wrapper--background-flag::after {
    content: '';
    background: -webkit-gradient(linear, left top, right top, from(#EF7D00), to(#FBBA00));
    background: linear-gradient(to right, #EF7D00, #FBBA00);
    width: 105vw;
    height: 350px;
    display: block;
    position: absolute;
    top: 50px;
    left: calc((105vw - 100%) / -2);
    -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg);
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    z-index: -1;
  }
  .l-content-wrapper--border-bottom-only-mobile {
    border-bottom: none;
  }
  .l-content-wrapper--pull-top {
    margin-top: -220px;
    padding-top: 0;
  }
  .l-order-column__left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-order-column__right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .navPrimaryBox {
    background-color: #F1F1F1;
    width: 100%;
    -webkit-box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.16);
            box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.16);
  }
  .navPrimary {
    width: 100%;
    height: 52px;
    padding-left: 42px;
    padding-right: 42px;
    display: block;
  }
  .navPrimary > ul {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
  }
  .navPrimary > ul > li {
    width: auto;
    float: left;
  }
  .navPrimary > ul > li:last-child {
    padding-left: 18px;
  }
  .navPrimary > ul > li h3 {
    margin-top: 10px;
    font-size: 1.8rem;
  }
  .navPrimary > ul > li a,
  .navPrimary > ul > li strong {
    padding: 8px 23px 17px;
    font-family: "bundessansweb", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    display: block;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
  .navPrimary > ul > li a:active, .navPrimary > ul > li a:hover, .navPrimary > ul > li a:focus,
  .navPrimary > ul > li strong:active,
  .navPrimary > ul > li strong:hover,
  .navPrimary > ul > li strong:focus {
    background-color: #FFFFFF;
  }
  .navPrimary > ul > li strong {
    background-color: #FFFFFF;
    font-weight: bold;
  }
  .navPrimary > ul > li em a {
    color: #D3033B;
    font-style: normal;
  }
  .navPrimary .navSearch h3 a {
    padding-right: 40px;
    position: relative;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
  .navPrimary .navSearch h3 a:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 21px;
    height: 21px;
    background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -810px -415px;
    top: 7px;
    right: 13px;
  }
  .navPrimary .hovered .navSearch h3 a {
    background-color: #FFFFFF;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
  .navPrimary .hovered .navSearch h3 a:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 21px;
    height: 21px;
    background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -810px -294px;
  }
  .navPrimary .menu-box {
    background-color: #FFFFFF;
    width: 100%;
    height: auto !important;
    max-height: none;
    padding: 15px 0 35px;
    position: absolute;
    top: 52px;
    left: 0;
    z-index: 18;
    overflow: hidden;
  }
  .navPrimary .menu-box ul {
    padding: 0 10px;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .navPrimary .menu-box li {
    width: 33%;
    padding: 0 5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navPrimary .menu-box li a,
  .navPrimary .menu-box li strong {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #707070;
    color: #D3033B;
    font-family: "bundessansweb", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
  .navPrimary .menu-box li a:hover, .navPrimary .menu-box li a:active, .navPrimary .menu-box li a:focus, .navPrimary .menu-box li a:focus-visible,
  .navPrimary .menu-box li strong:hover,
  .navPrimary .menu-box li strong:active,
  .navPrimary .menu-box li strong:focus,
  .navPrimary .menu-box li strong:focus-visible {
    background-color: transparent;
    color: #000000;
    text-decoration: underline;
  }
  .navPrimary .menu-box li a:active, .navPrimary .menu-box li a:focus, .navPrimary .menu-box li a:hover, .navPrimary .menu-box li a:focus-visible {
    text-decoration: underline;
  }
  .navPrimary .menu-box li ul {
    padding: 0;
    display: block;
  }
  .navPrimary .menu-box li ul li {
    width: 100%;
    padding-left: 0;
    border-bottom: 1px solid #707070;
  }
  .navPrimary .menu-box li ul li a,
  .navPrimary .menu-box li ul li strong {
    background-color: transparent;
    padding: 0;
    border: none;
    color: #D3033B;
    font-weight: normal;
  }
  .navPrimary li li strong:before,
  .navPrimary li li em a:after,
  .navPrimary li li strong:after {
    content: none;
  }
  .richtext-accordion .tabs-container > div {
    padding: 30px 60px 75px;
  }
  .picture.links {
    margin: 6px 40px 20px 0;
    float: left;
  }
  .picture.rechts {
    margin: 6px 0 20px 40px;
    float: right;
  }
  .picture.links, .picture.linksOhne {
    margin-left: calc(((-100% - 4rem) / 10 * 1) - 4rem *  0);
  }
  .picture.rechts, .picture.rechtsOhne {
    margin-right: calc(((-100% - 4rem) / 10 * 1) - 4rem *  0);
  }
  .picture.portrait .loupe {
    display: block;
  }
  .c-toc__headline {
    padding-left: 0;
  }
  .c-toc__headline.inactive-control:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 63px;
    height: 66px;
    background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -50px -216px;
    left: calc(((-100% - 4rem) / 10 * 1) - 4rem *  0);
  }
  .c-toc__headline.active-control:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 63px;
    height: 66px;
    background: url(/SiteGlobals/Frontend/BISp2017/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -376px -50px;
    left: calc(((-100% - 4rem) / 10 * 1) - 4rem *  0);
  }
  .teaser-switcher .teaser {
    width: 20%;
    margin: 0;
  }
  .StndGallery {
    margin-bottom: 100px;
  }
  .StndGallery h2 {
    margin: 18px 120px 18px 40px;
    font-size: 2.8rem;
  }
  .StndGallery .position {
    right: 40px;
    top: 26px;
  }
  .StndGallery .wrapper-text {
    padding-left: 40px;
  }
  .wrapperDivisions {
    padding-top: 0;
  }
  .fixed .wrapperDivisions {
    padding-top: 0;
  }
  .main {
    padding: 0 2rem;
  }
  .footer .navFunctions li {
    margin-right: 20px;
    float: left;
  }
  .footer .navFunctionsPrint {
    margin: 0;
  }
  .footer .navFunctionsPrint a {
    padding-left: 25px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
  }
  .footer .navFunctionsPrint a: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: -933px -402px;
            mask-position: -933px -402px;
    background-color: currentColor;
    -webkit-filter: none;
            filter: none;
    outline: 10px solid currentColor;
    outline-offset: -10px;
    background: none currentColor !important;
    top: 13px;
    left: 0;
  }
  .footer .navFunctionsPrint a:active, .footer .navFunctionsPrint a:focus, .footer .navFunctionsPrint a:hover, .footer .navFunctionsPrint a:focus-visible {
    text-decoration: underline;
  }
  .footer .siteInfo h3,
  .footer .siteInfo li {
    border: none;
  }
  .footer .siteInfo a,
  .footer .siteInfo strong {
    background: none;
    padding: 5px 0;
  }
  .footer .siteInfo li:last-child {
    border: none;
  }
  .copyright p {
    clear: both;
  }
  .copyright ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    display: block;
  }
  .copyright li {
    width: auto;
    font-size: 1.6rem;
    float: left;
  }
  .copyright li a,
  .copyright li strong {
    padding: 2px 9px;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    position: relative;
  }
  .copyright li a:after,
  .copyright li strong:after {
    content: '';
    background: #FFFFFF;
    width: 2px;
    height: 9px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .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 .copyrighttext {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    text-align: left;
    display: block;
  }
  .startseite .header {
    min-height: 800px;
    background: #FFFFFF url(/SiteGlobals/Frontend/BISp2017/Images/header.png?__blob=normal&v=3) no-repeat 50% 0;
  }
  .header {
    background: #FFFFFF url(/SiteGlobals/Frontend/BISp2017/Images/header.png?__blob=normal&v=3) no-repeat 50% 100%;
    min-height: 480px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header img {
    margin-top: 20px;
  }
  .header .mod .navServiceMeta {
    margin-top: 16px;
  }
  .header .mod .search {
    margin: 0;
  }
  .header .mod .search p {
    margin: 0;
  }
  .header .mod input[type='text'] {
    font-size: 1.4rem;
    padding: 3px 0 0 3px;
    width: 100%;
  }
  .header .mod input[type='image'] {
    width: 22px;
    height: 22px;
    margin: 3px;
  }
  .header .logo {
    padding-left: 62px;
  }
  .header .logo img {
    margin-top: -1px;
    margin-bottom: 14px;
  }
  .header .addlogo {
    padding-right: 62px;
  }
  .header .addlogo img {
    max-width: 181px;
    margin-top: 10px;
  }
  .search {
    display: block;
    margin: 0 3rem;
    background-color: #F1F1F1;
  }
  .search p {
    margin-top: 0;
  }
  .search form {
    margin-bottom: 0;
    position: relative;
  }
  .search fieldset {
    width: 100%;
    border: none;
    padding: 0;
  }
  .search input {
    padding: 6px 0 8px 3px;
    border: none;
  }
  .search input[type='text'] {
    width: 100%;
    background-color: #F1F1F1;
    margin-right: .14em;
    float: left;
  }
  .search input[type='image'] {
    float: right;
    padding: 0;
    margin: 3px 7px;
    width: 30px;
    height: 30px;
  }
  .search .formField {
    float: left;
    width: 81%;
  }
  .search h2,
  .search p {
    margin-bottom: 0;
  }
  .navServiceMeta {
    padding-right: 56px;
    display: block;
  }
  .navServiceMeta ul {
    float: right;
    list-style-type: none;
    margin-bottom: 0;
  }
  .navServiceMeta li {
    float: left;
    font-size: 1.4rem;
  }
  .navServiceMeta li a,
  .navServiceMeta li strong {
    color: #000000;
    position: relative;
    padding: 2px 8px 2px 7px;
    text-decoration: none;
  }
  .navServiceMeta li a:after,
  .navServiceMeta li strong:after {
    content: '';
    position: absolute;
    background: #000000;
    width: 1px;
    height: 12px;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .navServiceMeta li:last-child a:after,
  .navServiceMeta li:last-child strong:after {
    display: none;
  }
  .navServiceMeta li strong,
  .navServiceMeta li a:hover,
  .navServiceMeta li a:focus,
  .navServiceMeta li a:active {
    text-decoration: underline;
  }
  .navServiceMeta .navServiceGS a,
  .navServiceMeta .navServiceGS strong,
  .navServiceMeta .navServiceLS a,
  .navServiceMeta .navServiceLS strong,
  .navServiceMeta .navTwitter a,
  .navServiceMeta .navTwitter strong,
  .navServiceMeta .navYouTube a,
  .navServiceMeta .navYouTube strong {
    position: relative;
    padding-left: 35px;
  }
  .navServiceMeta .navServiceGS a:after,
  .navServiceMeta .navServiceGS strong:after,
  .navServiceMeta .navServiceLS a:after,
  .navServiceMeta .navServiceLS strong:after,
  .navServiceMeta .navTwitter a:after,
  .navServiceMeta .navTwitter strong:after,
  .navServiceMeta .navYouTube a:after,
  .navServiceMeta .navYouTube strong:after {
    display: none;
  }
  .navServiceMeta .navServiceGS {
    margin-right: 7px;
  }
  .navServiceMeta .navServiceGS a:before,
  .navServiceMeta .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 -325px;
    top: -7px;
    left: 1px;
  }
  .navServiceMeta .navServiceLS {
    margin-right: 27px;
  }
  .navServiceMeta .navServiceLS a,
  .navServiceMeta .navServiceLS strong {
    position: relative;
    padding-left: 35px;
  }
  .navServiceMeta .navServiceLS a:before,
  .navServiceMeta .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 -300px;
    left: 4px;
    top: -5px;
  }
  .navServiceMeta .navYouTube {
    margin-right: 5px;
  }
  .navServiceMeta .navYouTube a,
  .navServiceMeta .navYouTube strong {
    position: relative;
    padding-left: 30px;
    text-indent: -10000px;
    width: 28px;
    display: block;
  }
  .navServiceMeta .navYouTube a:before,
  .navServiceMeta .navYouTube strong:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 28px;
    height: 19px;
    -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: -296px -527px;
            mask-position: -296px -527px;
    background-color: currentColor;
    -webkit-filter: none;
            filter: none;
    outline: 10px solid currentColor;
    outline-offset: -10px;
    background: none currentColor !important;
    left: 4px;
    top: 0;
    z-index: 1;
  }
  .navServiceMeta .navYouTube a:focus,
  .navServiceMeta .navYouTube strong:focus {
    outline: 1px solid #000000;
  }
  .navServiceMeta .navYouTube a:hover:after,
  .navServiceMeta .navYouTube strong:hover:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-color: #F1F1F1;
    position: absolute;
    z-index: 0;
    left: -2px;
    top: 9px;
  }
  .navServiceMeta .navTwitter a,
  .navServiceMeta .navTwitter strong {
    position: relative;
    padding-left: 30px;
    text-indent: -10000px;
    width: 24px;
    display: block;
  }
  .navServiceMeta .navTwitter a:before,
  .navServiceMeta .navTwitter strong:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 20px;
    -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 -425px;
            mask-position: -684px -425px;
    background-color: currentColor;
    -webkit-filter: none;
            filter: none;
    outline: 10px solid currentColor;
    outline-offset: -10px;
    background: none currentColor !important;
    left: 4px;
    top: 0;
    z-index: 1;
  }
  .navServiceMeta .navTwitter a:focus,
  .navServiceMeta .navTwitter strong:focus {
    outline: 1px solid #000000;
  }
  .navServiceMeta .navTwitter a:hover:after,
  .navServiceMeta .navTwitter strong:hover:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-color: #F1F1F1;
    position: absolute;
    z-index: 0;
    left: -2px;
    top: 9px;
  }
  .wrapper-navigation {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wrapper-navigation .columns {
    background-color: #FFFFFF;
  }
  .h-embedded-left {
    margin-left: calc(((-100% - 4rem) / 10 * 1) - 4rem *  0);
    margin-right: 4rem;
  }
  .h-embedded-right {
    margin-right: calc(((-100% - 4rem) / 10 * 1) - 4rem *  0);
    margin-left: 4rem;
  }
}
