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

.wrapperDivisions::after {
  content: '';
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity .3s ease;
  pointer-events: none;
}

.wrapperDivisions.overlay::after {
  opacity: 1;
}

.main {
  margin: 0 calc(20px - 2em / 2);
  transition: -webkit-filter .3s ease;
  transition: filter .3s ease;
  transition: filter .3s ease, -webkit-filter .3s ease;
}

.main.blur {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

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

.searchAutoSuggestBox {
  clear: both;
  position: absolute;
  background: #EEEEEE;
  border-radius: 5px;
  z-index: 9999;
  outline: 1px solid transparent;
}

.searchAutoSuggestBox:before {
  content: attr(aria-description);
  color: #1A5B81;
  font-size: 1.5rem;
  padding: 0 3px 3px;
}

.searchAutoSuggestBox .c-autosuggest__item {
  display: block;
  padding: 0 3px 3px;
  border-top: 1px solid #767676;
}

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

#gsbbanner {
  bottom: -140px;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 120px;
  background-color: rgba(117, 117, 117, 0.8);
}

#gsbbanner .gsbbannerBox {
  width: 100%;
  position: relative;
  margin: 0 auto;
  position: relative;
  top: -15px;
}

#gsbbanner .gsbbannerBox .gsbbanner {
  display: block;
  height: 95px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px #000;
  margin: 0 auto;
  width: 97%;
}

#gsbbanner .gsbbannerBox .gsbbanner .text {
  float: left;
  width: 100%;
}

#gsbbanner .gsbbannerBox .gsbbanner .text .title {
  display: block;
  padding: 10px 10px 0px;
  font-size: 200%;
}

#gsbbanner .gsbbannerBox .gsbbanner .text .linkText {
  display: block;
  padding: 10px;
}

#gsbbanner .gsbbannerBox .gsbbanner .text .linkText a {
  font-size: 160%;
  line-height: 20px;
  padding-left: 20px;
}

#gsbbanner .gsbbannerBox .gsbbanner .imageWrapper {
  display: none;
}

#gsbbanner .gsbbannerBox .gsbbanner .logoWrapper {
  display: none;
}

#gsbbanner .gsbbannerBox .close-wrapper {
  display: block;
  padding: 5px;
  text-align: right;
}

#gsbbanner .gsbbannerBox .close-wrapper .close {
  display: block;
  float: right;
  line-height: 18px;
  padding-left: 25px;
  font-size: 130%;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}

/* Non-JS */
.js-off:not(.js-on) #gsbbanner {
  position: inherit;
  bottom: 0;
}

.js-off:not(.js-on) #gsbbanner .close {
  display: none;
}

.js-off:not(.js-on) #gsbbanner .gsbbannerBox {
  top: 12px;
}

.c-banner__close {
  text-transform: uppercase;
  line-height: 1.8;
  background: url(/SiteGlobals/Frontend/Images/icons/close-b.png?__blob=normal&v=1) no-repeat 0 0;
  padding-right: 25px;
  position: absolute;
  top: 40px;
  right: 40px;
  width: 20px;
  height: 20px;
  text-indent: -2000px;
  display: block;
}

.c-banner__close:hover, .c-banner__close:focus, .c-banner__close:active {
  outline: 1px solid #000000;
  outline-offset: 2px;
}

.c-banner__button {
  position: relative;
  font-size: 1.3rem;
  font-weight: 600;
  color: #1A5B81;
  background-color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 12px 30px;
  border: 1px solid #1A5B81;
  width: 100%;
  transition: background .8s ease, color .8s ease;
}

.c-banner__button:hover, .c-banner__button:active, .c-banner__button:focus {
  cursor: pointer;
  background-color: #1A5B81 !important;
  text-decoration: none;
  color: #FFFFFF !important;
}

.c-banner__button:hover::before, .c-banner__button:active::before, .c-banner__button:focus::before {
  display: none !important;
}

.c-banner__button:focus {
  text-decoration: underline;
}

.c-banner__button:last-of-type {
  margin-right: 0;
}

.c-banner .options {
  margin-bottom: 20px;
}

.c-banner .options span {
  display: block;
}

.c-banner .options input[type="checkbox"] {
  position: relative;
  top: 5px;
  margin-top: 0px;
  width: 20px;
  float: left;
  clear: both;
  min-height: auto;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

.c-banner .options input[type="checkbox"] + label {
  padding-left: 10px;
  position: relative;
}

.c-banner .options input[type="checkbox"] + label:hover {
  cursor: pointer;
}

.c-banner .hint {
  margin-bottom: 20px;
  cursor: pointer;
}

.c-banner .hint p#hint-label {
  margin: 0px;
  background-color: #1A5B81;
  color: #FFFFFF;
}

.c-banner .hint p#hint-label button {
  margin: 0px;
  padding: 8px 12px;
  padding-left: 28px;
  width: 100%;
  color: #FFFFFF;
  text-align: left;
  background-color: #1A5B81;
  position: relative;
}

.c-banner .hint p#hint-label button::before {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: top;
  width: 0.45em;
  left: -10px;
  top: 5px;
}

.c-banner .hint p#hint-label button:hover {
  text-decoration: underline;
}

.c-banner .hint p#hint-label.active-control button {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.c-banner .hint p#hint-label.active-control button::before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.c-banner .hint p#hint-content {
  padding: 10px 20px;
  background-color: #ebebec;
}

.c-flyout {
  display: none;
}

.c-flyout-menu {
  position: absolute;
  margin: 4px 0 0;
  box-shadow: -20px 0 40px -20px rgba(0, 0, 0, 0.2);
}

.c-flyout-menu__list--child {
  background: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  transition: left 500ms ease-in, display 0ms linear 500ms;
  will-change: left;
}

.c-flyout-menu--submenu-opened > li {
  max-height: 0;
  overflow: hidden;
}

.js-flyout--tree .c-flyout-menu__li {
  padding-left: 1.5em;
}

.js-flyout--tree .c-flyout-menu__li.level-1 {
  padding-left: 0;
}

.c-flyout-menu__li, .c-flyout-menu--back {
  background: #fff;
  max-height: 100px;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: static;
  transition: max-height 500ms ease-in, display 0ms linear 500ms;
  will-change: max-height;
}

.c-flyout-menu__a, .c-flyout-menu__strong {
  min-width: 100%;
  font-size: 1.8rem;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.c-flyout-menu__a:hover, .c-flyout-menu__a:focus, .c-flyout-menu__a:active {
  background: #F4F9FC;
  border-color: #D5D9D2;
}

.c-flyout-menu__strong {
  background: #F4F9FC;
}

.c-flyout-menu__btn {
  cursor: pointer;
}

.c-flyout-menu__btn + ul {
  display: none;
}

.c-flyout-menu__btn:hover > svg .background, .c-flyout-menu__btn:focus > svg .background, .c-flyout-menu__btn:active > svg .background {
  fill: #1A5B81;
}

.c-flyout-menu__btn:hover > svg .chevron, .c-flyout-menu__btn:focus > svg .chevron, .c-flyout-menu__btn:active > svg .chevron {
  fill: #FFFFFF;
}

.c-flyout-menu__btn:hover, .c-flyout-menu__btn:focus, .c-flyout-menu__btn:active, .c-flyout-menu__a:hover, .c-flyout-menu__a:focus, .c-flyout-menu__a:active {
  text-decoration: underline !important;
}

.c-flyout-menu__btn.inPath, .c-flyout-menu__a.inPath {
  background: #F4F9FC;
  font-weight: bold;
  border-bottom: none;
}

.c-flyout-menu__btn--expanded, .c-flyout-menu__a--expanded {
  position: absolute;
  z-index: 99;
}

.c-flyout-menu__btn--expanded + ul, .c-flyout-menu__a--expanded + ul {
  left: 0;
  z-index: 100;
}

.c-flyout-menu__count {
  color: #767676;
  font-size: 1.4rem;
  line-height: inherit;
  vertical-align: middle;
}

.c-flyout-menu__count::before {
  content: '(';
}

.c-flyout-menu__count::after {
  content: ')';
}

.c-flyout-menu__btn {
  margin-left: -50px;
  padding: 12px;
  border-left: 1px solid #D5D9D2;
}

.c-flyout-menu__btn:hover, .c-flyout-menu__btn:focus, .c-flyout-menu__btn:active {
  background: #1A5B81;
}

.c-flyout-menu--back__a {
  padding: 13px 20px 13px 40px;
  border: none !important;
  position: relative;
}

.c-flyout-menu--back__a:hover {
  text-decoration: underline;
}

.c-flyout-menu--back__a::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/chevron_blue.svg?__blob=normal&v=3) no-repeat center/contain;
  width: 10px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: rotate(180deg) translate(0, 50%);
      -ms-transform: rotate(180deg) translate(0, 50%);
          transform: rotate(180deg) translate(0, 50%);
}

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

.c-slideshow-navigation__button {
  display: none;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.is-initialized .c-slideshow-navigation .c-slideshow-navigation__button {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.is-initialized .c-slideshow-navigation .c-slideshow-navigation__button:focus {
  outline: 2px solid #1A5B81;
  outline-offset: 1px;
}

.is-initialized .c-slideshow-navigation .c-slideshow-navigation__button.slick-disabled {
  background-color: transparent;
}

.is-initialized .c-slideshow-navigation .c-slideshow-navigation__prev,
.is-initialized .c-slideshow-navigation .c-slideshow-navigation__next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}

.is-initialized .c-slideshow-navigation .c-slideshow-navigation__prev {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.is-initialized .c-slideshow-navigation .c-slideshow-navigation__prev .c-slideshow-navigation__button {
  background: url(/SiteGlobals/Frontend/Images/icons/back.svg?__blob=normal&v=2);
}

.is-initialized .c-slideshow-navigation .c-slideshow-navigation__next {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.is-initialized .c-slideshow-navigation .c-slideshow-navigation__next .c-slideshow-navigation__button {
  background: url(/SiteGlobals/Frontend/Images/icons/next.svg?__blob=normal&v=2);
}

.is-initialized .c-slideshow-navigation .slick-dots {
  width: 100%;
  font-size: 0;
  text-align: center;
  position: absolute;
  bottom: -40px;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  line-height: 0;
}

.is-initialized .c-slideshow-navigation .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 5px;
  display: inline-block;
}

.is-initialized .c-slideshow-navigation .slick-dots li.slick-active button {
  background-color: #1A5B81;
}

.is-initialized .c-slideshow-navigation .slick-dots li button {
  background-color: #C9DFE8;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  line-height: 1.2;
  text-indent: -99999px;
  position: relative;
}

.is-initialized .c-slideshow-navigation .slick-dots li button::before {
  content: none;
}

.is-initialized .c-slideshow-navigation .slick-dots li button::after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  color: #1A5B81;
  border: 1px solid currentColor;
  top: 0;
  border-radius: 50%;
}

.is-initialized .c-slideshow-navigation .slick-dots li button[aria-current="true"]::after {
  outline: 5px solid currentColor;
  outline-offset: -5px;
}

.l-module--blue .is-initialized .c-slideshow-navigation .slick-dots li button button {
  background-color: #FFFFFF;
}

.l-module--blue .is-initialized .c-slideshow-navigation .slick-dots li button.slick-active button {
  background-color: #1A5B81;
}

.is-initialized .c-slideshow-navigation .slick-dots li button:hover::before, .is-initialized .c-slideshow-navigation .slick-dots li button:focus::before, .is-initialized .c-slideshow-navigation .slick-dots li button:active::before {
  height: 10px;
  width: 10px;
  border-width: 2px;
  border-color: #1A5B81;
}

.is-initialized .c-slideshow-navigation .slick-dots li.slick-active button:focus::before {
  width: 9px;
  height: 9px;
}

.is-initialized .c-slideshow-navigation .slick-dots li.slick-active button:focus::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: transparent;
  top: 50%;
  left: 50%;
  border: 1px solid #1A5B81;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.is-initialized .c-slideshow-navigation .slick-dots li.slick-active button::before {
  width: 10px;
  height: 10px;
  background: #1A5B81;
  border-color: #1A5B81;
}

.is-initialized .c-slideshow-navigation .slick-dots li:only-child {
  display: none;
}

.c-stage .is-initialized .c-slideshow-navigation .c-slideshow-navigation__button, .c-messages .is-initialized .c-slideshow-navigation .c-slideshow-navigation__button, .js-slider-1-1-1.is-initialized .c-slideshow-navigation .c-slideshow-navigation__button, .c-infostage .is-initialized .c-slideshow-navigation .c-slideshow-navigation__button, .js-slider-1-0-0.is-initialized .c-slideshow-navigation .c-slideshow-navigation__button, .js-slider-2-0-0.is-initialized .c-slideshow-navigation .c-slideshow-navigation__button {
  display: none !important;
}

.js-slider-1-2-2.is-initialized .c-slideshow-navigation, .js-slider-2-2-2.is-initialized .c-slideshow-navigation, .js-slider-2-2-4.is-initialized .c-slideshow-navigation, .galleryBox.is-initialized .c-slideshow-navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.js-slider-1-2-2.is-initialized .c-slideshow-navigation .c-slideshow-navigation__prev, .js-slider-2-2-2.is-initialized .c-slideshow-navigation .c-slideshow-navigation__prev, .js-slider-2-2-4.is-initialized .c-slideshow-navigation .c-slideshow-navigation__prev, .galleryBox.is-initialized .c-slideshow-navigation .c-slideshow-navigation__prev {
  left: 1.5rem;
}

.js-slider-1-2-2.is-initialized .c-slideshow-navigation .c-slideshow-navigation__prev .c-slideshow-navigation__button, .js-slider-2-2-2.is-initialized .c-slideshow-navigation .c-slideshow-navigation__prev .c-slideshow-navigation__button, .js-slider-2-2-4.is-initialized .c-slideshow-navigation .c-slideshow-navigation__prev .c-slideshow-navigation__button, .galleryBox.is-initialized .c-slideshow-navigation .c-slideshow-navigation__prev .c-slideshow-navigation__button {
  display: inline-block !important;
}

.js-slider-1-2-2.is-initialized .c-slideshow-navigation .c-slideshow-navigation__next, .js-slider-2-2-2.is-initialized .c-slideshow-navigation .c-slideshow-navigation__next, .js-slider-2-2-4.is-initialized .c-slideshow-navigation .c-slideshow-navigation__next, .galleryBox.is-initialized .c-slideshow-navigation .c-slideshow-navigation__next {
  right: 1.5rem;
}

.js-slider-1-2-2.is-initialized .c-slideshow-navigation .c-slideshow-navigation__next .c-slideshow-navigation__button, .js-slider-2-2-2.is-initialized .c-slideshow-navigation .c-slideshow-navigation__next .c-slideshow-navigation__button, .js-slider-2-2-4.is-initialized .c-slideshow-navigation .c-slideshow-navigation__next .c-slideshow-navigation__button, .galleryBox.is-initialized .c-slideshow-navigation .c-slideshow-navigation__next .c-slideshow-navigation__button {
  display: inline-block !important;
}

.c-sort {
  display: inline-block;
}

.c-sort__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 12rem;
}

.js-off .c-sort__heading {
  margin-right: 1.8rem;
}

.js-off .c-sort__item:not(:last-child) {
  margin-right: 1.8rem;
}

.js-on .c-sort__container {
  display: block;
  position: relative;
}

.js-on .c-sort__heading {
  display: block;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.5625;
  text-align: left;
  width: 100%;
  padding: 1rem 3.8rem 1rem 1.2rem;
  border: 0.1rem solid #585858;
  border-radius: 1rem;
  position: relative;
  transition: border-radius 0s .4s linear, border-color 0s .4s linear;
}

.js-on .c-sort__heading::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 12px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -379px -58px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.js-on .c-sort__heading.active-control {
  transition: none;
  border-bottom-color: #FFFFFF;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
}

.js-on .c-sort__heading.active-control:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.js-on .c-sort__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  background: #FFFFFF;
  padding: 0 1.2rem 1rem;
  border: 0.1rem solid #585858;
  border-top: none;
  border-bottom-left-radius: .7rem;
  border-bottom-right-radius: .7rem;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-transform: translateY(-0.1rem);
      -ms-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
}

.rtl .c-sort {
  direction: rtl;
}

.rtl.js-on .c-sort__heading button {
  text-align: right;
  padding: 1rem 1.2rem 1rem 3.8rem;
}

.rtl.js-on .c-sort__heading button:after {
  left: 1.2rem;
  right: auto;
}

.rtl.js-off .c-sort__heading {
  margin-left: 1.8rem;
  margin-right: 0;
}

.rtl.js-off .c-sort__item:not(:last-child) {
  margin-left: 1.8rem;
  margin-right: 0;
}

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

.live-calendar table {
  position: relative;
}

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

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

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

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

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

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

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

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

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

.live-calendar td {
  padding: 0;
}

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

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

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

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

.live-calendar .on {
  color: #1A5B81;
  font-weight: bold;
}

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

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

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

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

.live-calendar .calendar-details li a::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 10px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -324px -293px;
  left: 12px;
  top: 5px;
}

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

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

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

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

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

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

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

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

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

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

.cookiebanner .all {
  display: none;
}

.cookiebanner.classic {
  background: #1A5B81;
  color: #FFFFFF;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dataTables_wrapper {
  font-size: 1.8rem;
}

.dataTables_wrapper .top {
  width: 100%;
  margin: 0;
}

.dataTables_wrapper .dataTable {
  margin-bottom: 20px;
}

.dataTables_wrapper .dataTable th {
  position: relative;
  padding-right: 32px;
}

.dataTables_wrapper .dataTable th.sorting_asc::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 12px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -379px -216px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.dataTables_wrapper .dataTable th.sorting_desc::after {
  top: 50%;
  right: 10px;
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 12px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -379px -216px;
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.dataTables_wrapper .dataTables_info {
  font-weight: bold;
  padding-bottom: 15px;
}

.dataTables_wrapper .dataTables_filter {
  padding-bottom: 20px;
}

.dataTables_wrapper .dataTables_length {
  padding-bottom: 20px;
}

.dataTables_wrapper .dataTables_length label {
  float: right;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}

.dataTables_wrapper .dataTables_paginate {
  padding-bottom: 20px;
  line-height: 38px;
}

.dataTables_wrapper .dataTables_paginate a {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  padding: 3px 10px;
  margin-right: 15px;
}

.dataTables_wrapper .dataTables_paginate a:hover, .dataTables_wrapper .dataTables_paginate a:focus, .dataTables_wrapper .dataTables_paginate a:active,
.dataTables_wrapper .dataTables_paginate a strong {
  color: #FFFFFF;
  background: #1A5B81;
  border-color: #1A5B81;
}

.dataTables_wrapper .dataTables_paginate a.current {
  color: #FFFFFF;
  background: #154F74;
  border-color: #154F74;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-right: 15px;
}

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

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

.docData .value {
  display: block;
}

.docData a {
  display: block;
}

.dossierentry {
  border-bottom: 1px dotted #767676;
  padding-top: 40px;
  margin-bottom: 80px;
}

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

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

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

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

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

form {
  margin-top: 20px;
}

form fieldset {
  margin: 0 0 40px;
  padding: 0;
  border: none;
}

input:not([type='image']),
textarea,
select {
  width: 100%;
  min-height: 64px;
  padding: 15px;
  border: none;
  border-bottom: 2px solid #1A5B81;
  font-size: 1.6rem;
  line-height: 3.2rem;
}

input:focus-visible {
  outline: 3px solid #1A5B81;
  outline-offset: -2px;
}

textarea {
  height: 12em;
  border: 2px solid #1A5B81;
  resize: vertical;
  overflow: auto;
}

.formLabel {
  padding-top: 3px;
  padding-left: 15px;
  color: #555555;
  font-size: 1.2rem;
  line-height: 1.2rem;
  display: block;
  position: static;
  z-index: 2;
  pointer-events: none;
}

.formLabel.is-big {
  padding-top: 15px;
  font-size: 2rem;
  line-height: 3.2rem;
}

label,
.formLabel em {
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}

label span,
.formLabel em span {
  margin-left: 15px;
  color: #407D96;
  font-size: 1.2rem;
  vertical-align: middle;
}

label span::before, label span::after,
.formLabel em span::before,
.formLabel em span::after {
  content: '-';
}

.formField {
  margin-bottom: 20px;
  display: block;
  position: relative;
}

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

input.submit, input.reset {
  background: #FFFFFF;
  width: 100%;
  padding: 18px 0 20px;
  border: 2px solid #1A5B81;
  color: #1A5B81;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7rem;
  text-transform: uppercase;
  transition: background .8s ease, color .8s ease;
  cursor: pointer;
}

input.submit:hover, input.submit:focus, input.submit:active, input.reset:hover, input.reset:focus, input.reset:active {
  background: #1A5B81;
  color: #FFFFFF;
  outline: none;
}

input[type='checkbox']:focus-visible {
  outline: 2px solid currentColor;
}

select {
  background: url(/SiteGlobals/Frontend/Images/icons/chevron_grey.svg?__blob=normal&v=2) right 15px center no-repeat;
  background-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 35px;
}

select:focus::-ms-value {
  background-color: transparent;
  color: #000000;
}

select option {
  padding: 10px 20px;
  display: block;
}

select option:hover {
  background: #C9DFE8;
}

select::-ms-expand {
  display: none;
}

input:hover, input:focus, input:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  border-color: #1A5B81;
  outline: none;
}

.errorJumpLinks {
  display: none;
}

.formError__Box {
  background: #CF7A7A;
  max-height: 70px;
  margin-bottom: 12px;
  padding: 15px;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 2.2rem;
  display: block;
  position: relative;
}

.formError__Box::before {
  content: '';
  height: 0;
  width: 0;
  border: 13px solid transparent;
  border-top-color: #CF7A7A;
  position: absolute;
  left: 50%;
  bottom: -24px;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

.formError__Box + input,
.formError__Box + textarea {
  border-bottom-color: #CF7A7A;
}

.error {
  color: #CF7A7A;
}

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

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

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

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

.formFieldcheckbox label,
.formFieldcheckbox .formLabel em {
  display: block;
}

.formFieldcheckbox input {
  min-height: 23px;
  width: 3em;
}

.formFieldcheckbox {
  margin-top: 50px;
  display: block;
}

@font-face {
  src: url("/static/fonts/BundesSchrift/BundesSansWeb-Regular.woff") format("woff"), url("/static/fonts/BundesSchrift/BundesSansWeb-Regular.ttf") format("truetype");
  font-family: "bundessansweb", "Droid Sans", Arial, helvetica, sans-serif;
  font-weight: bold;
  :hover,
  :focus,
  :active {
    border-color: #1A5B81;
    color: #1A5B81;
    text-decoration: underline;
  }
}

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

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

#matomoTracking label {
  float: left;
  margin-top: 19px;
  margin-left: 5px;
}

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

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

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

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

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

.mfp-inline-holder .mfp-content button + h1,
.mfp-ajax-holder .mfp-content button + h1 {
  margin-top: 2rem;
}

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

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

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

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

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

.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 {
  content: '';
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 15px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -110px -345px;
  left: 0;
  top: -1px;
}

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

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

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

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

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

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

a.email {
  padding-left: 25px;
  position: relative;
}

a.email::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 12px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -379px -162px;
  top: 4px;
  left: 0;
}

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

a.phone {
  padding-left: 25px;
  position: relative;
}

a.phone::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -379px -262px;
  top: 1px;
  left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-content--cookie {
  background-color: #FFFFFF;
  max-width: 96rem;
  padding: 1rem;
  border-radius: .5rem;
  z-index: 10000;
}

.mfp-content--cookie h1 {
  margin-bottom: 10px;
}

.mfp-content--cookie.mfp-content--cookie {
  width: auto;
  padding: 3rem;
}

.mfp-content--cookie .all:last-child {
  margin-bottom: 0;
}

.mfp-content--cookie .glossarEntry ul {
  margin-bottom: 80px;
}

.mfp-content--cookie img {
  display: block;
  margin: 0 auto;
}

.mfp-content--cookie .picture {
  width: 100% !important;
  margin-bottom: .5rem;
}

.mfp-content--cookie .picture.links, .mfp-content--cookie .picture.linksOhne, .mfp-content--cookie .picture.rechts, .mfp-content--cookie .picture.rechtsOhne {
  float: none;
  max-width: 100%;
  margin: 0;
}

.mfp-content--cookie .c-banner--cookie input[type='checkbox'] + label, .mfp-content--cookie .c-banner--cookie input[type='radio'] + label {
  font-size: 1.7rem;
  font-weight: bold;
}

.mfp-content--cookie .c-banner--cookie .c-banner__button:last-of-type {
  margin: 9px 0 0 0;
}

.mfp-content--cookie .c-banner--cookie .c-banner__wrapper .c-banner__content p {
  color: #000000;
}

.mfp-content--cookie .c-banner--cookie p#cookiebanner-trigger {
  margin: 0px;
}

.mfp-close {
  color: #1A5B81;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5625;
  text-indent: -999.9rem;
  width: 2.5rem;
  height: 2.5rem;
  opacity: 1;
  top: 1rem;
  right: 1rem;
  transition: color .2s ease-in-out;
}

.mfp-close:hover, .mfp-close:active, .mfp-close:focus {
  color: #000000;
  text-decoration: underline;
}

.mfp-close:active {
  top: 1rem;
}

.mfp-close:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mfp-container {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.mfp-inline-holder .mfp-content--cookie {
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 0px;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.mfp-inline-holder .mfp-content--cookie::before {
  display: none;
}

.mfp-bg,
.mfp-wrap {
  z-index: 9999;
}

video,
.mejs-container {
  margin: 0 auto;
  max-width: 100%;
  background-color: transparent;
}

.has-external-controls .mejs-container .mejs-controls {
  display: none;
}

video {
  height: auto;
}

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

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

.mejs-overlay-button {
  background: url(/SiteGlobals/Frontend/Images/icons/play.svg?__blob=normal&v=2) center center no-repeat;
}

.mejs-overlay:hover .mejs-overlay-button {
  background-position: center center;
  opacity: .8;
}

.mejs-overlay-loading span {
  background: transparent url(/SiteGlobals/Frontend/Images/icons/mediaelementjs/icon_loading.gif?__blob=normal&v=1) 50% 50% no-repeat;
}

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

.no-svg .mejs-controls .mejs-button button {
  background-image: url(/SiteGlobals/Frontend/Images/icons/mediaelementjs/icon_controls_png.png?__blob=normal&v=1);
}

.mejs-overlay-loading,
.mejs-container .mejs-controls,
.mejs-controls .mejs-volume-button .mejs-volume-slider,
.mejs-controls .mejs-captions-button .mejs-captions-selector,
.mejs-captions-text,
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector,
.mejs-postroll-layer,
.mejs-postroll-close,
.mejs-controls .mejs-speed-button .mejs-speed-selector {
  background: url(/SiteGlobals/Frontend/Images/icons/mediaelementjs/icon_background.png?__blob=normal&v=1);
}

.c-navskip {
  height: 0;
  overflow: hidden;
}

.c-navskip__header {
  width: 0;
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.c-navskip__link {
  width: 0;
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.c-navskip__link:focus-visible {
  width: auto;
  position: static;
  clip: auto;
  overflow: visible;
  font-size: 1.6rem;
  text-align: center;
  outline: none;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #1A5B81;
  color: #FFFFFF;
  height: auto;
  left: calc(50% - 90px);
  padding: 15px 0 20px;
  top: 55px;
  width: 180px;
  z-index: 1000;
}

.menu-box, .mobile-head {
  display: none;
}

#menu {
  background: #F4F9FC;
  padding-bottom: 100px;
  display: none;
  top: 83px;
  z-index: 10;
}

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

#menu ul {
  padding-top: 0;
  color: #1A5B81;
  position: relative;
}

#menu ul ul {
  padding: 0;
}

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

#menu li a,
#menu li strong {
  background: #FFFFFF;
  padding: 16px 20px;
  color: #000000;
  font-size: 1.8rem;
  display: block;
}

#menu li a span,
#menu li strong span {
  padding-left: 0;
  color: #767676;
  font-size: 1.4rem;
}

#menu li.service a,
#menu li.service strong,
#menu li.service span {
  background: transparent;
  font-size: 1.6rem;
  padding: 18px 20px 6px 50px;
}

#menu li.service a.languageLink,
#menu li.service strong.languageLink,
#menu li.service span.languageLink {
  background-repeat: no-repeat;
  background-position: 11px 21px;
}

#menu li.service a.lang_en,
#menu li.service strong.lang_en,
#menu li.service span.lang_en {
  background-image: url(/SiteGlobals/Frontend/Images/icons/lang_en.png?__blob=normal&v=1);
}

#menu li.service a.lang_de,
#menu li.service strong.lang_de,
#menu li.service span.lang_de {
  background-image: url(/SiteGlobals/Frontend/Images/icons/lang_de.png?__blob=normal&v=1);
}

#menu li.service::after {
  content: none;
}

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

#menu li li li a,
#menu li li li strong {
  background: #DBDBDB;
  padding-left: 60px;
}

#menu li li li li a,
#menu li li li li strong {
  background: #CCCCCC;
  padding-left: 80px;
}

#menu .navServiceGS::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 21px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -144px -293px;
  left: 10px;
  top: 16px;
}

#menu .mm-panel > ul li .navServiceGS::before {
  content: none;
}

#menu .navServiceLS::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 27px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -249px -178px;
  left: 10px;
  top: 16px;
}

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

#menu .mm-next::after {
  border-color: #1A5B81;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
}

#menu .mm-search {
  background: #004F80;
  position: relative;
  height: 55px;
  top: 17px;
}

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

#menu .mm-search input:not([type="image"]) {
  min-height: auto;
}

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

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

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

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

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

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

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

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

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

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

.mm-listview .mm-next:before {
  content: none;
}

html.mm-opening .mm-slideout {
  -webkit-transform: translate(95%, 0);
      -ms-transform: translate(95%, 0);
          transform: translate(95%, 0);
}

.mm-menu {
  width: 95%;
}

.pageBottom {
  outline: 2px dotted #000000;
  background: #EEEEEE;
  padding-top: 20px;
}

.newsletterBottom select {
  padding: 10px;
}

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

.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: #1A5B81;
}

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

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

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

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

h1 {
  text-align: center;
  margin-bottom: 40px;
}

h1 .isFirstInSlot {
  word-wrap: break-word;
}

h2 {
  text-align: center;
  margin-bottom: 30px;
}

h3,
h4,
h5,
h6 {
  margin-bottom: 25px;
}

p,
li,
td,
th,
blockquote,
dl,
caption,
.address,
.contact,
.contactData,
.StndGallery .picture,
address {
  font-size: 1.8rem;
}

code,
kbd {
  background-color: #F6F3EE;
}

p,
address {
  margin: 0 0 40px;
}

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

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

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

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

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

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

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

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

blockquote {
  color: #191919;
  background: #F6F3EE;
  border-left: 3px solid #EDE7DE;
  margin: 0 0 40px;
  padding: 0;
}

blockquote p {
  color: #191919;
  padding: 0 0;
  margin-bottom: 0;
}

cite {
  color: #191919;
  font-size: 1.5rem;
}

cite::before {
  content: '';
}

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

table {
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0 0 40px;
  width: 100%;
  clear: both;
}

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

table a {
  text-decoration: underline;
}

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

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

table .sortUp::after,
table .sortDown::after {
  top: 8px;
  right: 0;
}

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

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

table .even {
  background: #EBEBEB;
}

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 {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}

tbody {
  padding: 0 0 10px;
}

tfoot td {
  padding-left: 0;
  font-size: 1.3rem;
  border: none;
}

th {
  color: #191919;
  font-size: 1.6rem;
  text-align: center;
  background: #EDE7DE;
  border: 1px solid #D7D7D7;
  padding: 20px;
}

th a {
  color: #1A5B81;
}

td {
  font-size: 1.6rem;
  border: 1px solid #D7D7D7;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.responsiveTableWrapper {
  position: relative;
}

.tabs-container .responsiveTableWrapper {
  margin-right: -105px;
}

.tabs-container .responsiveTableWrapper::before, .tabs-container .responsiveTableWrapper::after {
  content: '';
  background: transparent;
  width: 20px;
  height: 100%;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity .4s ease;
}

.tabs-container .responsiveTableWrapper::before {
  background: linear-gradient(to left, transparent, #767676);
  left: 0;
}

.tabs-container .responsiveTableWrapper::after {
  background: linear-gradient(to right, transparent, #767676);
  right: 0;
}

.tabs-container .responsiveTableWrapper.is-scroll-left::before {
  opacity: 1;
}

.tabs-container .responsiveTableWrapper.is-scroll-right::after {
  opacity: 1;
}

.responsiveTable {
  overflow-x: scroll;
}

.responsiveTable table {
  min-width: 100%;
  width: auto;
}

dl {
  line-height: 1.43em;
  margin: 0 0 20px;
  overflow: hidden;
}

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

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

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%;
  overflow: hidden;
  margin: 0 auto 18px;
}

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

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

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

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

.picture .source {
  font-size: 1.5rem;
  background: #FFFFFF;
  display: block;
  color: #767676;
}

.picture .source cite {
  display: inline;
  font-style: normal;
  color: #767676;
}

.picture .wrapper-text {
  display: block;
  font-size: 1.5rem;
}

.picture .caption {
  color: #767676;
  font-size: 1.5rem;
}

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

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

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

.imgWrapper {
  position: relative;
  display: block;
}

.imgWrapper .source {
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  padding: 2px 4px;
  font-style: normal;
  z-index: 2000;
}

.imgWrapper cite {
  font-style: normal;
  font-size: 1.4rem;
  padding-left: 20px;
}

a {
  color: #1A5B81;
  text-decoration: none;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

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

a.RichTextIntLink {
  position: relative;
  text-decoration: underline;
}

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

a.RichTextExtLink, a.ExternalLink {
  text-decoration: underline;
  position: relative;
}

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

a.RichTextGlossarLink, a.GlossarEntry {
  border-bottom: 1px dotted #767676;
  color: #000000;
  cursor: help;
  text-decoration: none;
}

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

a.RichTextWikiLink {
  text-decoration: underline;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

ul.toc li {
  list-style-type: none;
}

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

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

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

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

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

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

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

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

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

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

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

.service-border {
  padding: 30px;
}

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

.service-border > ul > li {
  list-style: none none;
}

.service-border > ul > li a {
  font-size: 1.7rem;
  font-family: "bundesserifweb", Georgia, "Droid Serif", "Times New Roman", serif;
  position: relative;
}

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

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

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

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

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

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

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

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

.service-border .svg-lebensmittel {
  width: 30%;
}

.servicebox {
  display: none;
}

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

.warenkorb td {
  vertical-align: middle;
}

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

#sitemap {
  margin-bottom: 80px;
  margin-left: 80px;
}

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

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

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

#sitemap li li a::before,
#sitemap li li strong::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 10px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -324px -293px;
  left: -10px;
  top: 9px;
}

#sitemap li li a:hover::before, #sitemap li li a:focus::before, #sitemap li li a:active::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 10px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -344px -293px;
}

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

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

#sitemap h2 {
  font-size: 2.2rem;
  border-bottom: 1px dotted #767676;
  padding-bottom: 5px;
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrapperTeaser {
  margin-bottom: 80px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.richtext-accordion .heading {
  font-size: 2.4rem;
  cursor: pointer;
  background: #F6F3EE;
  margin-bottom: 0;
  padding: 40px 155px 40px 50px;
  position: relative;
}

.richtext-accordion .heading button {
  color: #191919;
}

.richtext-accordion .heading + div {
  background: #F6F3EE;
}

.richtext-accordion .heading:nth-of-type(odd) {
  background: #EDE7DE;
}

.richtext-accordion .heading:nth-of-type(odd) + div {
  background: #EDE7DE;
}

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

.richtext-accordion .heading.active-control {
  padding-bottom: 20px;
}

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

.richtext-accordion .heading:focus {
  text-decoration: underline;
  outline: none;
}

.richtext-accordion .heading + div {
  overflow: hidden;
  padding: 0 155px 0 50px;
}

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

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

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

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

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

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

.share h3 {
  font-size: 1.7rem;
  color: #000000;
  padding: 0 0 40px;
}

.share ul {
  margin: 0 !important;
}

.share a {
  color: #000000;
}

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

.share .social_share_privacy_area {
  height: auto !important;
}

.share .social_share_privacy_area .help_info.icon {
  background-position: -93px -42px;
}

.share .social_share_privacy_area .help_info.icon .info {
  height: auto;
  left: -150px;
  width: 300px;
}

.share .social_share_privacy_area li {
  height: 1.75em;
  margin-bottom: 10px !important;
}

.share .social_share_privacy_area li .switch {
  margin-top: 6px;
}

.share .social_share_privacy_area li .switch:focus {
  outline: 1px dotted #000000;
}

.share .social_share_privacy_area .email {
  width: 100%;
}

.share .social_share_privacy_area .email a {
  font-size: 1.3rem;
  border: 1px solid #D2D2D2;
  border-radius: 2px;
  padding: 0 4px 2px 32px;
  display: inline;
  position: relative;
  background-color: #EEEEEE;
  color: #000000;
}

.share .social_share_privacy_area .email a::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 11px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -379px -289px;
  left: 7px;
  top: 3px;
}

.share .social_share_privacy_area .facebook,
.share .social_share_privacy_area .twitter,
.share .social_share_privacy_area .gplus,
.share .social_share_privacy_area .twitter,
.share .social_share_privacy_area .gplus {
  width: 50%;
  padding-right: 10px !important;
}

.share .social_share_privacy_area .tweet,
.share .social_share_privacy_area .gplusone {
  width: auto;
}

.share .social_share_privacy_area .twitter .info {
  left: -150px;
}

.share .social_share_privacy_area .facebook .info,
.share .social_share_privacy_area .gplus .info {
  left: -10px;
}

.share .social_share_privacy_area .settings_info {
  top: 3px;
}

.share .social_share_privacy_area .settings_info .settings_info_menu.on {
  border: solid 1px #767676;
  color: #000000;
}

.share .social_share_privacy_area .settings_info .settings_info_menu a {
  padding: 0;
  display: inline;
}

.share .social_share_privacy_area .settings_info .settings_info_menu span {
  height: 20px;
  border-width: 1px;
}

.share .social_share_privacy_area .settings_info .settings_info_menu a:focus,
.share .social_share_privacy_area .settings_info .settings_info_menu span:focus {
  outline: 1px dotted #585858;
}

.share .social_share_privacy_area .settings_info .settings_info_menu legend {
  word-break: normal;
}

.share .social_share_privacy_area .settings_info .settings_info_menu input[type='checkbox'], .share .social_share_privacy_area .settings_info .settings_info_menu input[type='radio'] {
  width: auto;
}

.share .social_share_privacy_area .settings_info .settings_info_menu label {
  line-height: 1.5;
}

.share .social_share_privacy_area .fb_like iframe {
  margin-top: 2px !important;
  width: 8.2em !important;
}

.share .social_share_privacy_area .tweet iframe {
  margin-top: 2px !important;
  width: 6em !important;
}

.share .social_share_privacy_area .gplusone > div {
  font-size: 1.4rem !important;
}

.share .social_share_privacy_area .gplusone iframe {
  margin-top: 2px !important;
  width: 5em !important;
}

.listOfMailAddresses li,
.listOfEmailAddresses li {
  list-style-type: none;
  clear: both;
}

.listOfMailAddresses label,
.listOfEmailAddresses label {
  width: 400px;
  margin-bottom: .7em;
  text-align: left;
  float: left;
  cursor: pointer;
}

.listOfMailAddresses input,
.listOfEmailAddresses input {
  margin-top: -15px;
  margin-left: 2em;
  text-align: right;
  float: right;
  clear: none;
  cursor: pointer;
}

.listOfMailAddresses p,
.listOfEmailAddresses p {
  text-align: left;
  clear: both;
}

.listOfMailAddresses strong,
.listOfEmailAddresses strong {
  font-weight: bold;
}

.listOfMailAddresses legend,
.listOfEmailAddresses legend {
  background: #dcdcdc;
  padding: .5em;
  border: 1px solid;
  border-radius: 15px;
}

.listOfMailAddresses noscript p,
.listOfEmailAddresses noscript p {
  color: #CA0101;
  font-size: 80%;
  font-weight: bold;
}

.text .listOfMailAddresses, .text
.listOfEmailAddresses {
  margin: 0;
}

[id='first'] {
  width: 465px;
  float: left;
}

[id='first'] form {
  margin-top: 0;
}

[id='first'] .clickButton {
  background: #dcdcdc;
  width: 70%;
  padding: .4em;
  border: 2px solid #CA0101;
  font-weight: bold;
  cursor: pointer;
}

[id='first'] .clickButton:hover, [id='first'] .clickButton:focus {
  border: 2px solid #008800;
  text-decoration: underline;
}

[id='first'] hr {
  background-color: #002a80;
  margin: 5% 20%;
  color: #002a80;
  text-align: center;
  clear: left;
}

[id='second'] {
  width: 285px;
  margin-left: 15px;
  float: left;
}

[id='second'] p a {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.footer {
  margin-right: calc((100vw - 100%) / -2);
  margin-left: calc((100vw - 100%) / -2);
}

.navFunctionsPrint {
  display: none;
}

.c-fragebereich {
  background-color: #C9DFE8;
  padding: 35px calc(20px - 2em / 2) 0;
  color: #333333;
}

.c-fragebereich__h {
  margin-bottom: 15px;
  font-size: 1.8rem;
  text-align: left;
  font-family: "bundesserifweb", Georgia, "Droid Serif", "Times New Roman", serif;
}

.c-fragebereich p {
  position: relative;
}

.c-fragebereich input {
  padding: 16px 12px;
}

.c-fragebereich input[type='text'] {
  min-height: 0;
  padding: 14px 12px 13px;
  border: 1px solid #1A5B81 !important;
  border-radius: 2px;
  font-size: 1.7rem;
  line-height: 1.5;
}

.c-fragebereich input.image {
  width: 20px;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.c-fragebereich form {
  margin: 0;
}

.c-fragebereich fieldset {
  border: none;
}

.c-siteInfo {
  background: #1A5B81;
  margin-bottom: 15px;
  padding: 35px calc(20px - 2em / 2) 0;
  color: #FFFFFF;
}

.c-siteInfo a {
  color: #FFFFFF;
}

.c-siteInfo__h {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "bundessansweb", "Droid Sans", Arial, helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
}

.c-siteInfo__h--news {
  font-size: 1.8rem;
  font-family: "bundesserifweb", Georgia, "Droid Serif", "Times New Roman", serif;
  line-height: 1.2;
  margin-top: 0;
}

.c-siteInfo__ul {
  margin-bottom: 25px;
  overflow: hidden;
}

.c-siteInfo li {
  float: none;
  display: inline-block;
  width: 25%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.c-siteInfo li a:hover, .c-siteInfo li a:focus {
  outline: 1px solid #FFFFFF;
  outline-offset: -1px;
}

.c-siteInfo p {
  font-size: 1.5rem;
}

.c-siteInfo__kontaktSocial {
  text-align: center;
  text-transform: uppercase;
}

.c-siteInfo__kontaktSocial a {
  font-size: 1.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  background: #154F74;
  border-radius: 50%;
}

.c-siteInfo__kontaktSocial img {
  margin: auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.c-siteInfo form {
  margin-bottom: 0;
}

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

.c-siteInfo input,
.c-siteInfo select {
  background-color: #154F74;
  color: #FFFFFF;
  border: 1px solid #154F74;
  width: 100%;
  padding: 13px;
}

.c-siteInfo select option {
  padding: 8px 20px;
}

.c-siteInfo input.submit, .c-siteInfo input.reset {
  background-color: #1A5B81;
  border: 1px solid #FFFFFF;
  float: none;
  margin: 0;
  padding: 12px 13px;
  font-size: 1.3rem;
}

.c-siteInfo input.submit:hover, .c-siteInfo input.submit:active, .c-siteInfo input.submit:focus, .c-siteInfo input.reset:hover, .c-siteInfo input.reset:active, .c-siteInfo input.reset:focus {
  background: #FFFFFF;
  color: #1A5B81;
  text-decoration: none;
}

.c-siteInfo .newsletter {
  padding: 6px 40px 2px 20px;
}

.c-siteInfo .newsletter a {
  font-size: 13px;
  text-decoration: underline;
}

.c-siteInfo__newsletter {
  padding: 20px;
}

.c-siteInfo__zumNewsletter {
  text-align: center;
  margin: 0;
}

.c-siteInfo__zumNewsletter a {
  text-decoration: underline;
  position: relative;
  padding-left: 25px;
}

.c-siteInfo__zumNewsletter a::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 10px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -304px -293px;
  left: 0;
  top: 5px;
}

.c-siteInfo__zumNewsletter a:hover, .c-siteInfo__zumNewsletter a:active, .c-siteInfo__zumNewsletter a:focus {
  text-decoration: none;
}

.c-siteInfo__copyright {
  background: #FFFFFF;
  color: #767676;
  padding: 20px;
  margin-bottom: 15px;
}

.c-siteInfo__copyright a,
.c-siteInfo__copyright strong {
  color: #767676;
  font-size: 1.6rem;
}

.c-siteInfo__copyright ul {
  margin-bottom: 35px;
}

.c-siteInfo__copyright li {
  margin-bottom: 10px;
}

.c-siteInfo__copyright p {
  color: #767676;
  text-align: center;
  font-size: 1.5rem;
}

.navServiceMeta,
.c-nav-primary {
  display: none;
}

.header {
  background-color: #FFFFFF;
  position: relative;
  z-index: 2001;
}

.header .logo a {
  display: block;
}

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

.header p {
  margin-bottom: 0;
}

.h-fullheight {
  height: 100%;
}

.slick-dotted {
  margin-bottom: 60px;
}

.slick-dots {
  width: 100%;
  font-size: 0;
  text-align: center;
  position: absolute;
  bottom: -40px;
}

.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 5px;
  display: inline-block;
}

.slick-dots li.slick-active button {
  background-color: #1A5B81;
}

.slick-dots li button {
  background-color: #C9DFE8;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  line-height: 1.2;
  text-indent: -99999px;
  position: relative;
}

.slick-dots li button::before {
  content: none;
}

.slick-dots li button::after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  color: #1A5B81;
  border: 1px solid currentColor;
  top: 0;
  border-radius: 50%;
}

.slick-dots li button[aria-current="true"]::after {
  outline: 5px solid currentColor;
  outline-offset: -5px;
}

.l-module--blue .slick-dots li button {
  background-color: #FFFFFF;
}

.l-module--blue .slick-dots li.slick-active button {
  background-color: #1A5B81;
}

.slick-prev,
.slick-next {
  background: url(/SiteGlobals/Frontend/Images/icons/back.svg?__blob=normal&v=2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  cursor: pointer;
}

.slick-prev:hover, .slick-prev:focus, .slick-prev:active,
.slick-next:hover,
.slick-next:focus,
.slick-next:active {
  background: url(/SiteGlobals/Frontend/Images/icons/back.svg?__blob=normal&v=2);
}

.slick-prev::before,
.slick-next::before {
  content: none;
}

.slick-next {
  background: url(/SiteGlobals/Frontend/Images/icons/next.svg?__blob=normal&v=2);
  left: auto;
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.slick-next:hover, .slick-next:focus, .slick-next:active {
  background: url(/SiteGlobals/Frontend/Images/icons/next.svg?__blob=normal&v=2);
}

.slick-slider.row:not(.collapsed) .slick-prev {
  left: 1rem;
}

.slick-slider.row:not(.collapsed) .slick-next {
  right: 1rem;
}

.supplement {
  background: #EEEEEE;
}

.supplement h3 {
  font-family: "bundessansweb", "Droid Sans", Arial, helvetica, sans-serif;
  font-size: 1.8rem;
}

.supplement .addContent {
  padding-top: 80px;
}

.supplement .banner,
.supplement .box {
  position: relative;
  margin: 0 auto 80px;
  width: 300px;
}

.supplement .banner a {
  display: block;
}

.supplement .banner a:hover h3, .supplement .banner a:active h3, .supplement .banner a:focus h3 {
  color: #FFFFFF;
  background: #1A5B81;
  text-decoration: underline;
}

.supplement .banner h3 {
  font-family: "bundessansweb", "Droid Sans", Arial, helvetica, sans-serif;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  width: 93.3%;
  padding: 6px 5px;
  margin: 40px;
  background: #FFFFFF;
}

.supplement .lists > ul:last-child {
  margin-bottom: 0;
}

.banner,
.box {
  margin-bottom: 60px;
}

.c-address {
  background: #EDE7DE;
  padding-bottom: 60px;
  position: relative;
}

.c-address__wrapper {
  padding: 30px 30px 0;
}

.c-address__wrapper--big {
  padding-top: 20px;
  padding-bottom: 30px;
}

.c-address__wrapper--big::after {
  content: '';
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.c-address__headline {
  margin-bottom: 10px;
  font-size: 2rem;
}

.c-address__headline--big {
  margin-bottom: 20px;
  font-size: 2.6rem;
}

.c-address__p {
  margin-bottom: 20px;
  color: #555555;
  font-size: 1.6rem;
}

.c-address__p--big {
  color: #000000;
}

.c-address__ul::after {
  content: '';
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.c-address__li {
  margin-bottom: 4px;
  display: block;
}

.c-address__a {
  padding-left: 30px;
  font-size: 1.7rem;
  font-weight: bold;
  display: block;
  position: relative;
}

.c-address__a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-address__a--fax::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 19px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -379px -20px;
}

.c-address__a--fax-blue::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 19px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -379px -70px;
}

.c-address__a--mail::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 12px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -379px -174px;
}

.c-address__a--mail-blue::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 12px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -379px -162px;
}

.c-address__a--phone::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -379px -245px;
}

.c-address__a--phone-blue::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -379px -262px;
}

.c-address__showmore-container {
  padding-bottom: 30px;
  border-top: 2px solid #FFFFFF;
  display: none;
}

.c-address__showmore {
  padding-right: 24px;
  font-size: 1.7rem;
  font-weight: bold;
  position: absolute;
  left: 45px;
  bottom: 45px;
}

.c-address__showmore::after {
  content: '';
  width: 8px;
  height: 16px;
  background: url(/SiteGlobals/Frontend/Images/icons/chevron_blue.svg?__blob=normal&v=3) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.c-address__showmore.is-less::after {
  -webkit-transform: translateY(-50%) rotate(270deg);
      -ms-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
}

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

.c-bulletin__entry {
  margin-bottom: 30px;
}

.c-bulletin__textwrapper {
  background: #EDE7DE;
  padding: 20px;
}

.c-bulletin__date {
  margin-bottom: 8px;
  font-size: 1.4rem;
  text-transform: uppercase;
  display: block;
}

.c-bulletin__p {
  margin: 0;
  font-size: 1.6rem;
}

.c-button {
  max-width: 280px;
  margin: 0 auto 40px;
}

.c-button__a {
  font-size: 1.4rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #1A5B81;
  display: inline-block;
  padding: 15px;
  width: 100%;
  transition: background .8s ease, color .8s ease;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.c-button__a:hover, .c-button__a:active, .c-button__a:focus {
  color: #FFFFFF;
  background: #1A5B81;
  text-decoration: none;
}

.c-button__a--white {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.c-button__a--white:hover, .c-button__a--white:active, .c-button__a--white:focus {
  color: #1A5B81;
  background: #FFFFFF;
}

.c-button--left {
  margin-left: 0;
}

.c-button--full {
  max-width: 100%;
}

.c-contact {
  background: #F4F4F4;
  padding: 20px 20px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.c-contact__img-container {
  text-align: center;
}

.c-contact__img-container img {
  margin-bottom: 20px;
}

.c-contact__h {
  font-size: 2rem;
}

.c-contact__address, .c-contact__contact {
  font-size: 1.6rem;
}

.c-contact__label {
  margin-right: 5px;
  display: block;
  clear: both;
  float: left;
}

.c-event {
  margin-top: 60px;
  padding: 0 30px 30px;
  background-color: #F5F5F5;
}

.c-event__datewrapper {
  padding-top: 1px;
  margin-top: -1px;
}

.c-event__dateblock {
  background-color: #FFFFFF;
  width: 90px;
  margin: -60px auto 20px;
  padding: 10px 15px 20px;
  border-top: 8px solid #C40046;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  text-align: center;
  display: block;
}

.c-event__dateblock .day {
  color: #333333;
  font-family: "bundesserifweb", Georgia, "Droid Serif", "Times New Roman", serif;
  font-size: 4.5rem;
  line-height: 1.2;
}

.c-event__dateblock .month {
  color: #767676;
  font-size: 1.8rem;
  line-height: 1.2;
}

.c-event__headline {
  color: #191919;
  font-family: "bundesserifweb", Georgia, "Droid Serif", "Times New Roman", serif;
  font-size: 2rem;
  margin-bottom: 11px;
}

.c-event__headline a {
  color: #191919;
}

.c-event__headline a:hover, .c-event__headline a:focus, .c-event__headline a:active {
  color: #191919;
  text-decoration: underline;
}

.c-event__text p {
  font-size: 1.5rem;
  margin-right: 0;
  margin-left: 0;
}

.c-event__daten {
  color: #1A5B81;
  font-size: 1.4rem;
  font-weight: bold;
}

.c-event__time {
  margin-bottom: 7px;
  padding-left: 26px;
  font-size: 1.4rem;
  position: relative;
}

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

.c-event__address {
  margin: 0;
  padding-left: 26px;
  font-size: 1.4rem;
  position: relative;
}

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

.terminArchiv .c-event {
  margin-bottom: 30px;
}

.terminArchiv .toggleEntry {
  border: none;
}

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

.c-facets__li {
  background-color: #F6F3EE;
  display: block;
}

.c-facets__li--facets {
  position: relative;
}

.c-facets__li.selectedFacet {
  background-color: #EDE7DE;
}

.c-facets__a {
  padding: 20px;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.5;
  display: block;
}

.c-facets__textwrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-facets__count {
  white-space: nowrap;
}

.c-facets .solrSortResults,
.c-facets .sort {
  margin: 0;
  font-family: "bundesserifweb", Georgia, "Droid Serif", "Times New Roman", serif;
  font-size: 1.6rem;
}

.c-facets .solrSortResults a,
.c-facets .sort a {
  color: inherit;
}

.c-facets .solrSortResults strong,
.c-facets .sort strong {
  font-weight: normal;
}

.c-facets .solrSortResults strong::before, .c-facets .solrSortResults strong::after,
.c-facets .sort strong::before,
.c-facets .sort strong::after {
  content: '"';
}

.c-facets .solrSortResults {
  margin-bottom: 10px;
}

.c-toggle-facets .heading {
  background-color: #C9DFE8;
  margin: 0;
  padding: 20px 60px 20px 20px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  position: relative;
  cursor: pointer;
}

.c-toggle-facets .heading::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 12px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -379px -58px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-toggle-facets .heading.active-control {
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 0 rgba(0, 0, 0, 0.1), inset 1px 0 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
  outline: 1px solid transparent;
  color: #CCCCCC;
}

.c-toggle-facets .heading.active-control::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.c-toggle-facets ul:not([class]) {
  background: #FFFFFF;
  width: 100%;
  margin: 0;
  padding: 0 0 10px;
  box-shadow: -10px 0 10px -10px rgba(0, 0, 0, 0.1), inset 1px 0 0 0 rgba(0, 0, 0, 0.1), 10px 0 10px -10px rgba(0, 0, 0, 0.1), inset -1px 0 0 0 rgba(0, 0, 0, 0.1), 0 10px 10px -10px rgba(0, 0, 0, 0.1), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  list-style: none;
  position: absolute;
  z-index: 4;
  outline: 1px solid transparent;
}

.c-toggle-facets li a,
.c-toggle-facets li strong {
  padding: 8px 10px 8px 50px;
  color: #000000;
  font-size: 1.6rem;
  display: block;
  position: relative;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.c-toggle-facets li a::before,
.c-toggle-facets li strong::before {
  background: none;
}

.c-toggle-facets li a:hover,
.c-toggle-facets li a:focus,
.c-toggle-facets li a:active,
.c-toggle-facets li strong {
  background-color: #C9DFE8;
  text-decoration: none;
}

.c-toggle-facets li strong::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 17px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -379px -99px;
  background: none;
  border-bottom: 3px solid #1A5B81;
  border-right: 3px solid #1A5B81;
  aspect-ratio: 1 / 2;
  height: auto;
  width: 7px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1.2rem;
  left: 20px;
}

.c-toggle-facets li .noEntryAvailable::before {
  background: none;
}

.c-faq {
  background: #F5F5F5;
  padding: 20px 20px 30px;
  position: relative;
  overflow: hidden;
}

.c-faq__headline {
  font-size: 2.4rem;
}

.c-faq__p {
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 1.6rem;
  text-align: center;
}

.c-faq__button {
  margin-bottom: 0;
}

.c-focus-topic {
  background-color: #EDE7DE;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 20px 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.c-focus-topic p {
  margin-bottom: 0;
}

.c-focus-topic__image {
  margin-top: -40px;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.c-focus-topic__content {
  padding: 20px 5px 0;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.c-focus-topic__headline {
  margin-bottom: 10px;
  font-size: 2rem;
  font-family: "bundesserifweb", Georgia, "Droid Serif", "Times New Roman", serif;
}

.c-focus-topic__text {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

.c-focus-topic__more {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
}

.c-foodfraud {
  margin-bottom: 40px;
  position: relative;
}

.c-foodfraud__content {
  position: relative;
}

.c-foodfraud__text {
  margin: 0 0 25px;
  position: relative;
  z-index: 2;
}

.c-foodfraud__headline {
  color: #191919;
  font-size: 2.2rem;
  position: relative;
  z-index: 2;
}

.c-foodfraud__headline--big {
  font-size: 2.2rem;
}

.c-foodfraud__headline a {
  color: inherit;
}

.c-foodfraud__image {
  margin-bottom: 20px;
  position: relative;
}

.c-foodfraud__image img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 3;
}

.c-foodfraud__more {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.c-foodfraud__more a {
  padding-left: 26px;
  position: relative;
}

.c-foodfraud__more a::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 10px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -324px -293px;
  top: 0.3rem;
  left: 0;
}

.c-foodfraud__more a:hover, .c-foodfraud__more a:focus, .c-foodfraud__more a:active {
  color: #1A5B81;
}

.c-foodfraud__more--download a::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 15px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -110px -345px;
}

.c-foodfraud__fileinfo {
  padding-left: 2px;
  color: #555555;
  font-size: 1.5rem;
  font-weight: normal;
  text-transform: none;
}

.c-foodfraud__svg {
  display: none;
}

.c-gezielt {
  overflow: hidden;
}

.c-gezielt__wrapper {
  background: #C9DFE8;
  min-height: 170px;
  padding: 40px 30px 20px;
  position: relative;
}

.c-gezielt__subline {
  margin-bottom: 4px;
  color: #555555;
  font-family: "bundessansweb", "Droid Sans", Arial, helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
}

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

.c-gezielt__topic {
  background: rgba(0, 0, 0, 0.8);
  padding: 0 10px;
  font-size: 1.2rem;
  line-height: 25px;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}

.c-gezielt__a {
  padding-left: 30px;
  color: #1A5B81;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

.c-gezielt__a::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 10px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -324px -293px;
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
}

.c-images__entry {
  height: 100%;
  padding-bottom: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}

.c-images__imgwrapper {
  display: block;
  position: relative;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.c-images__topic {
  background: rgba(0, 0, 0, 0.8);
  padding: 0 10px;
  font-size: 1.2rem;
  line-height: 25px;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}

.c-images__textwrapper {
  background: #F5F5F5;
  height: 100%;
  padding: 20px 20px calc(20px + 4em);
  position: relative;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.c-images__headline {
  margin-bottom: 4px;
  color: #000000;
}

.c-images__p {
  margin: 0;
  color: #555555;
  font-size: 1.6rem;
}

.c-images__time {
  color: #000000;
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.c-images__button {
  margin-bottom: 0;
}

.c-infostage {
  max-width: 128rem;
  position: relative;
  overflow: hidden;
}

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

.c-infostage__slide {
  height: auto;
  position: relative;
}

.c-infostage__img {
  margin: 0 auto;
}

.c-infostage__textwrapper {
  background: #FFFFFF;
  padding: 20px 20px 30px;
}

.c-infostage__subline {
  margin: 0 0 4px;
  color: #000000;
  font-family: "bundessansweb", "Droid Sans", Arial, helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}

.c-infostage__subline--flyer {
  margin-bottom: 10px;
}

.c-infostage__headline {
  margin: 0;
  color: #000000;
  font-size: 2.6rem;
  font-weight: normal;
}

.c-infostage__flyertextwrapper {
  background: #FFFFFF;
  padding: 20px 20px 80px;
}

.c-infostage__flyerlink {
  padding-left: 30px;
  color: #1A5B81;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  position: absolute;
  bottom: 20px;
}

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

.c-infostage__fileinfo {
  color: #555555;
  font-size: 1.5rem;
  font-weight: normal;
  text-transform: none;
  display: block;
}

.c-infostage .slick-dots {
  margin-top: 20px;
  margin-bottom: 0;
}

.c-infostage .slick-initialized .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.c-intro {
  background: #C9DFE8;
  margin: 0 calc((100vw - 100%) / -2) 40px;
  padding: 50px 20px 0;
}

.c-intro__wrapper {
  max-width: calc(122.4em - 3em);
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.c-intro__subheadline {
  color: #484C4B;
  font-size: 1.9rem;
  font-style: italic;
}

.c-intro__subheadline--centered {
  text-align: center;
}

.c-intro__subheadline--big {
  font-size: 2.4rem;
}

.c-intro__subheadline--big p {
  font-size: inherit;
}

.c-intro__info {
  font-size: 1.5rem;
  text-align: center;
}

.c-intro.c-intro__datatable-intro {
  margin-bottom: 0;
}

.content.food .c-intro__wrapper::after {
  background: url(/SiteGlobals/Frontend/Images/icons/lebensmittel.svg?__blob=normal&v=3) no-repeat 100% 50%;
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
}

.content.feed .c-intro__wrapper::after {
  background: url(/SiteGlobals/Frontend/Images/icons/futtermittel.svg?__blob=normal&v=2) no-repeat 100% 50%;
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
}

.content.gene .c-intro__wrapper::after {
  background: url(/SiteGlobals/Frontend/Images/icons/gentechnik.svg?__blob=normal&v=2) no-repeat 100% 50%;
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
}

.content.plant .c-intro__wrapper::after {
  background: url(/SiteGlobals/Frontend/Images/icons/pflanzenschutzmittel.svg?__blob=normal&v=2) no-repeat 100% 50%;
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
}

.content.research .c-intro__wrapper::after {
  background: url(/SiteGlobals/Frontend/Images/icons/untersuchungen.svg?__blob=normal&v=2) no-repeat 100% 50%;
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
}

.content.medical .c-intro__wrapper::after {
  background: url(/SiteGlobals/Frontend/Images/icons/tiermedizin.svg?__blob=normal&v=2) no-repeat 100% 50%;
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
}

.content.consume .c-intro__wrapper::after {
  background: url(/SiteGlobals/Frontend/Images/icons/verbrauchermittel.svg?__blob=normal&v=3) no-repeat 100% 50%;
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
}

.content--feed {
  background-image: url(/SiteGlobals/Frontend/Images/icons/futtermittel.svg?__blob=normal&v=2);
}

.content--gene {
  background-image: url(/SiteGlobals/Frontend/Images/icons/gentechnik.svg?__blob=normal&v=2);
}

.content--plant {
  background-image: url(/SiteGlobals/Frontend/Images/icons/pflanzenschutzmittel.svg?__blob=normal&v=2);
}

.content--research {
  background-image: url(/SiteGlobals/Frontend/Images/icons/untersuchungen.svg?__blob=normal&v=2);
}

.content--medical {
  background-image: url(/SiteGlobals/Frontend/Images/icons/tiermedizin.svg?__blob=normal&v=2);
}

.content--consume {
  background-image: url(/SiteGlobals/Frontend/Images/icons/verbrauchermittel.svg?__blob=normal&v=3);
}

.c-joboffer {
  background-color: #EDE7DE;
  margin-top: 40px;
  margin-bottom: 40px;
}

.c-joboffer__image {
  padding: 1px 15px 0;
  margin-top: -1px;
}

.c-joboffer__image img {
  display: block;
  margin-top: -40px;
  margin-right: auto;
  margin-left: auto;
}

.c-joboffer__content {
  padding: 30px;
}

.c-joboffer__h {
  font-size: 2rem;
  margin-bottom: 10px;
}

.c-joboffer__category {
  margin-bottom: 5px;
  font-family: "bundessansweb", "Droid Sans", Arial, helvetica, sans-serif;
  font-size: 1.4rem;
  display: block;
}

.c-joboffer__link {
  margin: 0;
}

.c-joboffer__a {
  padding-left: 26px;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

.c-joboffer__a:hover, .c-joboffer__a:focus, .c-joboffer__a:active {
  color: #1A5B81;
}

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

.c-joboffer .docData {
  margin-bottom: 30px;
  font-size: 1.6rem;
}

.c-joboffer .docData .label {
  font-weight: inherit;
}

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

.c-messages__entry {
  border-radius: 4px;
}

.c-messages__entry--publication {
  height: auto;
}

.c-messages__entry--publication .c-messages__imgwrapper {
  position: relative;
}

.c-messages__textwrapper {
  background-color: #EDE7DE;
  height: 100%;
  padding: 20px;
  display: block;
  position: relative;
}

.c-messages__textwrapper--gray {
  background-color: #F5F5F5;
}

.c-messages__textwrapper--img {
  padding-top: 0;
  margin-top: 40px;
}

.c-messages__imgwrapper {
  margin-top: -40px;
  margin-bottom: 30px;
}

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

.c-messages__date {
  margin-bottom: 8px;
  color: #555555;
  font-size: 1.4rem;
  display: block;
}

.c-messages__category {
  margin-bottom: 10px;
  color: #000000;
  font-family: "bundesserifweb", Georgia, "Droid Serif", "Times New Roman", serif;
  font-size: 2.4rem;
  display: block;
}

.c-messages__h {
  margin-bottom: 0;
  color: #555555;
  font-size: 1.8rem;
  font-family: "bundesserifweb", Georgia, "Droid Serif", "Times New Roman", serif;
  font-weight: normal;
}

.c-messages__h a {
  color: #1A5B81;
  font-weight: bold;
}

.c-messages__p {
  margin: 0;
  font-size: 1.6rem;
}

.c-messages__topic {
  background: rgba(0, 0, 0, 0.8);
  padding: 0 10px;
  font-size: 1.2rem;
  line-height: 25px;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}

.c-messages__all {
  background-color: #EDE7DE;
  min-height: 7rem;
  margin: 0;
  border-top: 1px solid #FFFFFF;
  border-radius: 0 0 4px 4px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-messages__all--gray {
  background-color: #F5F5F5;
}

.c-messages__all--darkborder {
  border-color: #D5D9D2;
}

.c-messages__button {
  margin: auto;
  color: #1A5B81;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  position: relative;
}

.c-messages__button--twitter {
  padding-left: 30px;
}

.c-messages__button--twitter::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 21px;
  height: 18px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -333px -256px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-messages__button--download {
  padding-left: 24px;
}

.c-messages__button--download::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 15px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -110px -345px;
  top: 4px;
  left: 0;
}

.c-messages__button:hover, .c-messages__button:focus, .c-messages__button:active {
  color: #1A5B81;
  text-decoration: underline;
}

.c-messages__fileinfo {
  color: #585858;
  font-size: 1.5rem;
  font-weight: normal;
  text-transform: none;
  display: block;
}

.c-messages .columns {
  margin-bottom: 30px;
}

.c-messages .slick-slider {
  height: 100%;
}

.c-messages .slick-list {
  margin-bottom: 10px;
}

.c-messages .slick-slide {
  margin-bottom: 0;
}

.c-messages .column {
  margin-bottom: 20px;
}

.c-messages__wrapper {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #EDE7DE;
}

.c-mobile-navigation {
  float: right;
}

.c-mobile-navigation__ul {
  margin-top: 30px;
}

.c-mobile-navigation__li {
  float: left;
  margin-right: 10px;
}

.c-mobile-navigation__a {
  display: block;
  width: 25px;
}

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

.c-overview__li {
  margin-bottom: 20px;
  text-align: center;
}

.c-overview__a {
  padding-left: 40px;
  color: #000000;
  position: relative;
}

.c-overview__a::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 10px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -344px -293px;
  top: 6px;
  left: 0;
}

.c-overview-stage__wrapper {
  margin-bottom: 10px;
  position: relative;
}

.c-overview-stage__imgwrapper {
  margin-top: -40px;
  margin-left: calc((100vw - 100%) / -2);
  margin-right: calc((100vw - 100%) / -2);
}

.c-overview-stage__textwrapper {
  background: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-top: -25px;
  padding: 20px 20px 30px;
  position: relative;
}

.c-overview-stage__headline {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
  font-size: 2.4rem;
}

.c-overview-stage__p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: center;
}

.c-popular-pages {
  background-color: #EDE7DE;
  margin-right: calc((100vw - 100%) / -2);
  margin-left: calc((100vw - 100%) / -2);
  padding: 30px 0;
}

.c-popular-pages__wrapper {
  max-width: calc(122.4em - 3em);
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.c-popular-pages__headline {
  margin-bottom: 20px;
  padding: 0;
  font-size: 1.5rem;
  text-align: center;
}

.c-popular-pages__img {
  margin-top: -30px;
  margin-left: calc((100vw - 100%) / -2);
  margin-right: calc((100vw - 100%) / -2);
}

.c-popular-pages__box {
  background-color: #FFFFFF;
  margin-top: -50px;
  padding: 25px 15px 10px;
  position: relative;
}

.c-popular-pages__a {
  height: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #D5D9D2;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-popular-pages__a:hover, .c-popular-pages__a:focus, .c-popular-pages__a:active {
  color: #1A5B81;
}

.c-popular-pages__a span {
  margin: auto 0;
  padding-left: 30px;
  display: inline-block;
  position: relative;
}

.c-popular-pages__a span::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 10px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -324px -293px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-popular-pages__offer li {
  margin: 0;
  display: block;
}

.c-popular-pages__offer li:last-child a {
  border-bottom: none;
}

.c-presscontact__buttons {
  background: #E4E9EB;
  margin-bottom: 80px;
  padding: 6px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-presscontact__button-li {
  background: #E4E9EB;
  padding: 4px 30px 8px 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.c-presscontact__button-li::before {
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-presscontact__button-li--fax::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 19px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -379px -70px;
  left: 25px;
}

.c-presscontact__button-li--phone::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -379px -262px;
}

.c-presscontact__button-li--mail::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 12px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -379px -162px;
}

.c-presscontact__button {
  margin: auto;
  font-size: 1.7rem;
  font-weight: bold;
  display: block;
}

.c-presscontact__entry {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 276px;
  margin: 0 auto;
}

.c-presscontact__imgwrapper {
  min-height: 1px;
  margin-bottom: 30px;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.c-presscontact__textwrapper {
  padding: 0 10px;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.c-presscontact__headline {
  margin-bottom: 10px;
  color: #555555;
  font-size: 2.6rem;
}

.c-presscontact__p {
  margin-bottom: 0;
  color: #555555;
  font-size: 1.6rem;
}

.c-presscontact__map {
  margin-bottom: 50px;
}

.c-presscontact__mapheadline {
  margin-bottom: 20px;
  font-size: 2.6rem;
}

.c-presscontact__maptext {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

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

.c-presscontact__li {
  margin-bottom: 10px;
}

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

.c-presscontact__a {
  padding-left: 30px;
  font-size: 1.7rem;
  font-weight: bold;
  display: block;
  position: relative;
}

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

.c-presscontact__a--fax::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 19px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -379px -20px;
}

.c-presscontact__a--phone::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -379px -245px;
}

.c-presscontact__a--mail::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 12px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -379px -174px;
}

.c-presscontact .slick-prev,
.c-presscontact .slick-next {
  top: 90px;
}

.c-pressimage {
  background-color: #EDE7DE;
  padding: 30px;
  margin-top: 60px;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.c-pressimage__image {
  margin-top: -80px;
  margin-bottom: 30px;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.c-pressimage__image img {
  max-width: 105px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.c-pressimage__content {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.c-pressimage__h {
  font-size: 2.2rem;
  margin-bottom: 7px;
}

.c-pressimage__text {
  font-size: 1.6rem;
  margin-bottom: 35px;
}

.c-pressimage__more {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "bundessansweb", "Droid Sans", Arial, helvetica, sans-serif;
}

.c-pressimage__more .downloadLink {
  padding-left: 24px;
  font: inherit;
  text-transform: uppercase;
  display: block;
  position: relative;
}

.c-pressimage__more .downloadLink:hover, .c-pressimage__more .downloadLink:focus, .c-pressimage__more .downloadLink:active {
  color: #1A5B81;
}

.c-pressimage__more .downloadLink::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 15px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -110px -345px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-pressimage__more span {
  font-size: 1.4rem;
  font-weight: normal;
  color: #484C4B;
  text-transform: none;
  display: block;
}

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

.c-pressrelease__header {
  margin-bottom: 5px;
}

.c-pressrelease__category {
  color: #484C4B;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.c-pressrelease__date {
  font-size: 1.4rem;
}

.c-pressrelease__category + .c-pressrelease__date {
  position: relative;
}

.c-pressrelease__category + .c-pressrelease__date::before {
  content: '\00B7';
  padding-left: 6px;
  padding-right: 6px;
}

.c-pressrelease__h {
  font-size: 2.2rem;
  font-family: "bundesserifweb", Georgia, "Droid Serif", "Times New Roman", serif;
  margin-bottom: 10px;
}

.c-pressrelease__sub {
  font-size: 1.8rem;
  font-family: "bundesserifweb", Georgia, "Droid Serif", "Times New Roman", serif;
  margin-bottom: 10px;
  font-style: italic;
}

.c-pressrelease__text {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

.c-pressrelease__more {
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
}

.c-pressrelease__more-link {
  position: relative;
  padding-left: 25px;
}

.c-pressrelease__more-link::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 10px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -324px -293px;
  left: 0;
  top: 4px;
}

.c-pressrelease__archiv a {
  padding-left: 30px;
  color: #1A5B81;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.c-pressrelease__archiv a::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 10px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -324px -293px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-pressvideo {
  background-color: #EDE7DE;
  margin-bottom: 30px;
}

.c-pressvideo__video {
  position: relative;
}

.c-pressvideo__topic {
  background: rgba(0, 0, 0, 0.8);
  padding: 0 10px;
  font-size: 1.2rem;
  line-height: 25px;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}

.c-pressvideo__content {
  padding: 20px 40px 30px;
}

.c-pressvideo__h {
  font-size: 2.4rem;
  margin-bottom: 7px;
}

.c-pressvideo__date {
  font-size: 1.7rem;
  font-weight: bold;
}

.c-publications {
  margin-top: -1px;
  padding-top: 1px;
}

.c-publications__wrapper {
  background-color: #C9DFE8;
  padding: 30px 30px 50px;
  margin-top: 50px;
  margin-bottom: 25px;
  width: 100%;
}

.c-publications__wrapper--beige {
  background-color: #EDE7DE;
  margin-bottom: 30px;
}

.c-publications__p {
  margin-bottom: 25px;
  font-size: 1.6rem;
  display: none;
}

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

.c-publications__p--link {
  display: block;
}

.c-publications__h {
  margin-bottom: 10px;
  color: #191919;
  font-family: "bundessansweb", "Droid Sans", Arial, helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}

.c-publications__h a {
  color: #191919;
}

.c-publications__h a:hover, .c-publications__h a:active, .c-publications__h a:focus {
  color: #191919;
}

.c-publications__a {
  margin-bottom: 0;
  padding-left: 20px;
  color: #1A5B81;
  font-family: "bundessansweb", "Droid Sans", Arial, helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  position: relative;
}

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

.c-publications__a--no-icon {
  padding: 0;
}

.c-publications__a--no-icon::before {
  content: none;
}

.c-publications__fileinfo {
  color: #484C4B;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.2;
  text-transform: none;
  display: block;
}

.c-publications__image {
  margin-top: -80px;
  margin-bottom: 30px;
}

.c-publications__image img {
  max-width: 105px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.c-publications__image--big img {
  max-width: 170px;
}

.c-publications .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-publications .slick-track .slick-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}

.c-reports__container {
  background: #EDE7DE;
  margin: 25px calc((100vw - 100%) / -2) 20px;
}

.c-reports__wrapper {
  max-width: 119.4rem;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  top: -25px;
}

.c-reports__entry {
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}

.c-reports__imgwrapper {
  margin-bottom: 20px;
  padding: 0 25px;
  position: relative;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.c-reports__topic {
  background: rgba(0, 0, 0, 0.8);
  padding: 0 10px;
  font-size: 1.2rem;
  line-height: 25px;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 25px;
}

.c-reports__textwrapper {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.c-reports__headline {
  margin-bottom: 10px;
  font-size: 2.4rem;
}

.c-reports__p {
  margin-bottom: 20px;
  color: #585858;
  font-size: 1.6rem;
}

.c-reports__a {
  padding-left: 30px;
  color: #1A5B81;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  position: relative;
}

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

.c-reports__fileinfo {
  color: #585858;
  font-size: 1.5rem;
  font-weight: normal;
  text-transform: none;
  display: block;
}

.c-search {
  padding: 20px 0 10px;
}

.c-search .row {
  margin-right: 0;
  margin-left: 0;
}

.c-search .column,
.c-search .columns {
  padding: 0;
}

.c-search form {
  margin-top: 0;
}

.c-search .formField {
  margin-bottom: 30px;
}

.c-search input {
  border: none;
}

.c-search input[type='text'], .c-search input[type='search'] {
  font-size: 2rem;
  border: 1px solid #1A5B81;
  border-right: 0;
}

.c-search input[type='submit'] {
  background: url(/SiteGlobals/Frontend/Images/icons/loupe.svg?__blob=normal&v=2) #FFFFFF no-repeat right 30px center;
  font-size: 0;
  border: 1px solid #1A5B81;
  border-left: 0;
}

.c-search .solrSortResults {
  margin-bottom: 0;
  font-family: "bundesserifweb", Georgia, "Droid Serif", "Times New Roman", serif;
  font-size: 1.6rem;
}

.c-search .solrSortResults strong {
  font-weight: normal;
}

.c-searchteaser {
  padding: 20px 0 30px;
  border-top: 1px solid #D5D9D2;
}

.c-searchteaser:hover {
  background-color: #F5F5F5;
}

.c-searchteaser:last-child {
  margin-bottom: 40px;
}

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

.c-searchteaser__textwrapper p {
  margin: 0;
}

.c-searchteaser__textwrapper p a {
  margin-top: 20px;
  padding-left: 26px;
  color: #1A5B81;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  position: relative;
}

.c-searchteaser__textwrapper p a::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 10px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -324px -293px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-searchteaser__textwrapper p a.downloadLink::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 15px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -110px -345px;
}

.c-searchteaser__textwrapper p a span {
  padding-left: 10px;
  color: #767676;
  font-size: 1.5rem;
  font-weight: normal;
  text-transform: none;
}

.c-searchteaser h1,
.c-searchteaser h2,
.c-searchteaser h3 {
  margin-bottom: 15px;
  color: #000000;
  font-size: 1.8rem;
}

.c-searchteaser h1:last-child,
.c-searchteaser h2:last-child,
.c-searchteaser h3:last-child {
  margin: 0;
}

.c-searchteaser h1 a,
.c-searchteaser h2 a,
.c-searchteaser h3 a {
  color: inherit;
  text-decoration: none;
}

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

.c-searchteaser .category {
  margin-bottom: 10px;
  color: #555555;
  font-size: 1.4rem;
  text-transform: uppercase;
  display: block;
}

.c-searchteaser .category .date::before {
  content: '|';
  padding: 0 4px;
}

.c-searchteaser--suggestion {
  background: #C9DFE8;
  margin-bottom: 20px;
  padding-top: calc(25px + (1.4rem * 1.5));
  border: none;
  position: relative;
}

.c-searchteaser--suggestion + .c-searchteaser {
  border-top: none;
}

.c-searchteaser__suggestion-flag {
  background: #598DAD;
  padding: 3px 6px;
  border-top: 1px solid #598DAD;
  color: #FFFFFF;
  font-family: "bundessansweb", "Droid Sans", Arial, helvetica, sans-serif;
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  left: 0;
}

.c-sector-stage {
  width: 100%;
  padding-top: 1px;
  margin-top: -1px;
  margin-bottom: 10px;
  position: relative;
}

.c-sector-stage__imgwrapper {
  margin: 0 calc((100vw - 100%) / -2);
  position: absolute;
  top: -50px;
}

.c-sector-stage__textwrapper {
  background: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 567px;
  margin-top: 100px;
  margin-bottom: 25px;
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.c-sector-stage__textwrapper::after {
  content: '';
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -10px;
  bottom: -25px;
}

.c-sector-stage__textwrapper--food::after {
  background-image: url(/SiteGlobals/Frontend/Images/icons/lebensmittel.svg?__blob=normal&v=3);
}

.c-sector-stage__textwrapper--feed::after {
  background-image: url(/SiteGlobals/Frontend/Images/icons/futtermittel.svg?__blob=normal&v=2);
}

.c-sector-stage__textwrapper--gene::after {
  background-image: url(/SiteGlobals/Frontend/Images/icons/gentechnik.svg?__blob=normal&v=2);
}

.c-sector-stage__textwrapper--plant::after {
  background-image: url(/SiteGlobals/Frontend/Images/icons/pflanzenschutzmittel.svg?__blob=normal&v=2);
}

.c-sector-stage__textwrapper--research::after {
  background-image: url(/SiteGlobals/Frontend/Images/icons/untersuchungen.svg?__blob=normal&v=2);
}

.c-sector-stage__textwrapper--medical::after {
  background-image: url(/SiteGlobals/Frontend/Images/icons/tiermedizin.svg?__blob=normal&v=2);
}

.c-sector-stage__textwrapper--consume::after {
  background-image: url(/SiteGlobals/Frontend/Images/icons/verbrauchermittel.svg?__blob=normal&v=3);
}

.c-sector-stage__headline {
  margin-bottom: 20px;
  color: #000000;
  font-size: 2.2rem;
  text-align: left;
}

.c-sector-stage__p {
  margin-bottom: 4px;
  color: #000000;
  font-size: 1.4rem;
}

.c-sector-stage__p--subline {
  font-size: 1.4rem;
  color: #555555;
}

.c-subject-news {
  padding-top: 20px;
}

.c-subject-news__entry {
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.c-subject-news__imgwrapper {
  min-height: 1px;
  margin-bottom: 10px;
  position: relative;
}

.c-subject-news__topic {
  background: rgba(0, 0, 0, 0.8);
  padding: 0 10px;
  font-size: 1.2rem;
  line-height: 25px;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}

.c-subject-news__subline {
  margin-bottom: 6px;
  font-family: "bundessansweb", "Droid Sans", Arial, helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}

.c-subject-news__headline {
  margin-bottom: 8px;
  font-size: 1.8rem;
  text-align: left;
}

.c-subject-news__p {
  margin-bottom: 10px;
  color: #585858;
  font-size: 1.6rem;
}

.c-subject-news__p--link {
  margin: 0;
}

.c-subject-news__a {
  padding-left: 30px;
  color: #1A5B81;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

.c-subject-news__a::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 10px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -324px -293px;
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
}

.c-subjectlinks__a {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #D5D9D2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 20px 20px 50px;
  position: relative;
}

.c-subjectlinks__a::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 10px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -324px -293px;
  left: 18px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.c-subjectlinks__a:hover, .c-subjectlinks__a:active, .c-subjectlinks__a:focus {
  color: #1A5B81;
  border-color: #1A5B81;
  background: #C9DFE8;
  text-decoration: none;
}

.c-subjectlinks__a span {
  display: block;
}

.c-subscribe {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.c-subscribe__entry {
  padding: 30px 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
}

.c-subscribe__entry::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 12px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -379px -186px;
  top: 50%;
  left: 50%;
  opacity: .2;
  -webkit-transform: translate(-50%, -50%) scale(4);
      -ms-transform: translate(-50%, -50%) scale(4);
          transform: translate(-50%, -50%) scale(4);
}

.c-subscribe__entry--rss::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 15px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -122px -345px;
}

.c-subscribe__a {
  padding-left: 30px;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

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

.c-target-entry {
  margin: 20px 0;
}

.c-target-entry__wrapper {
  background: #EDE7DE;
  margin-bottom: 30px;
  padding: 20px 20px 10px;
}

.c-target-entry__headline {
  margin-bottom: 20px;
  font-size: 2.1rem;
  text-align: center;
}

.c-target-entry__p {
  margin-bottom: 30px;
  color: #000000;
  font-size: 1.6rem;
  text-align: center;
}

.c-target-entry__li:first-child .c-target-entry__a {
  border: none;
}

.c-target-entry__a {
  padding: 15px 30px;
  border-top: 1px solid #D5D9D2;
  color: #1A5B81;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  position: relative;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.c-target-entry__a::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 10px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -324px -293px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-topics {
  color: #191919;
  font-size: 1.6rem;
  padding: 40px 20px 10px;
  text-align: center;
}

.c-topics__p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.7rem;
}

.c-topics ul {
  text-align: initial;
}

.c-topics li {
  position: relative;
  padding: 15px 5px;
}

.c-topics li a {
  padding-left: 33%;
  color: #191919;
  font-size: 1.4rem;
  font-family: "bundesserifweb", Georgia, "Droid Serif", "Times New Roman", serif;
  display: block;
  position: relative;
}

.c-topics li a:hover, .c-topics li a:focus, .c-topics li a:active {
  color: #1A5B81;
  text-decoration: none;
}

.c-topics li a::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 12px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -379px -58px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(270deg);
      -ms-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
}

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

.c-topics__svg img {
  width: 50%;
}

.c-topicteaser__intro {
  margin-bottom: 60px;
  color: #555555;
  font-size: 1.6rem;
  text-align: center;
}

.c-topicteaser__entry {
  background: #EDE7DE;
  padding: 0 15px 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}

.c-topicteaser__imgwrapper {
  min-height: 1px;
  margin-top: -30px;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.c-topicteaser__textwrapper {
  padding: 20px 10px 0;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.c-topicteaser__headline {
  margin-bottom: 10px;
  font-size: 2rem;
}

.c-topicteaser__p {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

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

.c-topicteaser__a {
  padding-left: 30px;
  color: #1A5B81;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

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

.c-video__wrapper {
  margin: 30px 0;
}

.c-video__p {
  margin-bottom: 4px;
  color: #555555;
  font-size: 1.6rem;
  text-align: center;
}

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

.c-videos__entry {
  height: 100%;
  padding-bottom: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}

.c-videos__imgwrapper {
  display: block;
  position: relative;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.c-videos__imgwrapper::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 73px;
  height: 73px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -272px -59px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}

.c-videos__topic {
  background: rgba(0, 0, 0, 0.8);
  padding: 0 10px;
  font-size: 1.2rem;
  line-height: 25px;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}

.c-videos__textwrapper {
  height: 100%;
  padding: 20px 0 2em;
  position: relative;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.c-videos__headline {
  margin-bottom: 10px;
  color: #000000;
  font-size: 2.4rem;
}

.c-videos__time {
  color: #000000;
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
}

.c-videos__button {
  margin-bottom: 0;
}

.l-module {
  margin-right: calc((100vw - 100%) / -2);
  margin-left: calc((100vw - 100%) / -2);
  padding: 40px 0 20px;
  clear: both;
}

.l-module--blue {
  background-color: #C9DFE8;
}

.l-module--beige {
  background-color: #EDE7DE;
}

.l-module--gray {
  background-color: #F5F5F5;
}

.l-module--nospace {
  padding: 0;
}

.l-module__wrapper {
  max-width: calc(122.4em - 3em);
  margin: 0 auto;
  padding: 0 20px;
}

.l-module__wrapper--full {
  padding: 0 calc(2em / 2);
}

.l-module__h {
  margin-bottom: 20px;
  color: #191919;
  font-size: 2.3rem;
  text-align: center;
}

.l-module__h--21 {
  font-size: 2.1rem;
}

.l-module__h--38 {
  font-size: 3.8rem;
}

.l-module__info {
  font: inherit;
  color: #585858;
}

.l-module__teaser {
  max-width: 800px;
  margin: 0 auto 20px;
  font-size: 1.6rem;
  text-align: center;
}

.content .linkbox {
  background: #EDE7DE;
  margin-bottom: 40px;
  padding: 20px 20px 0;
  overflow: hidden;
}

.content .linkbox h2 {
  font-size: 2.4rem;
  text-align: left;
}

.content .linkbox ul {
  margin-bottom: 20px;
}

.sectionRelated {
  background: #EDE7DE;
  margin-bottom: 40px;
  padding: 20px 20px 0;
  overflow: hidden;
}

.sectionRelated h2 {
  font-size: 2.4rem;
  text-align: left;
}

.sectionRelated ul {
  margin-bottom: 20px;
}

.navBreadcrumbs {
  overflow: hidden;
}

.navBreadcrumbs ol {
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
}

.navBreadcrumbs li {
  display: inline;
  margin-right: 10px;
  padding: 0;
  list-style-type: none;
}

.navBreadcrumbs a,
.navBreadcrumbs strong {
  color: #484C4B;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
  padding: 12px 10px 6px 15px;
  position: relative;
}

.navBreadcrumbs a::before,
.navBreadcrumbs strong::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 9px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -394px -144px;
  left: 0;
  top: 15px;
}

.navBreadcrumbs a:hover, .navBreadcrumbs a:focus, .navBreadcrumbs a:active {
  text-decoration: underline;
  color: #1A5B81;
}

.navBreadcrumbs strong {
  font-weight: bold;
}

.navBreadcrumbs .first a,
.navBreadcrumbs .first strong {
  padding: 9px 0 12px;
  margin-left: 1px;
}

.navBreadcrumbs .first a::before,
.navBreadcrumbs .first strong::before {
  background: none;
  width: 0;
  height: 0;
}

.navBreadcrumbs .first a:focus {
  outline: 0;
}

.navBreadcrumbs .first a:focus img {
  outline: 1px solid currentColor;
  outline-offset: 0px;
}

.navBreadcrumbs .first a img {
  margin-top: -4px;
}

.navSecondary {
  display: none;
}

.navBreadcrumbsVertical {
  background: #1A5B81;
}

.navBreadcrumbsVertical .level2,
.navBreadcrumbsVertical .level3 {
  display: none;
}

.navBreadcrumbsVertical > strong,
.navBreadcrumbsVertical .level1 a {
  font-size: 2rem;
  font-family: "bundesserifweb", Georgia, "Droid Serif", "Times New Roman", serif;
  line-height: 1;
  color: #FFFFFF;
  display: block;
  padding: 18px 5px 22px;
}

.navBreadcrumbsVertical > strong {
  font-weight: normal;
}

.navBreadcrumbsVertical .level2 span {
  position: relative;
}

.navBreadcrumbsVertical .level2 span::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 10px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -349px -205px;
  top: 100%;
  left: 46px;
}

.navBreadcrumbsVertical .level3 span {
  position: relative;
}

.navBreadcrumbsVertical .level3 span::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 10px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -249px -205px;
  top: 100%;
  left: 46px;
}

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

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

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

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

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

.teaser-switcher img {
  margin-bottom: 0;
}

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

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

.js-on .teaser-switcher .karussell {
  overflow: hidden;
  position: relative;
  height: 100%;
  margin: 0 25px;
}

.js-on .teaser-switcher .slick-dots {
  display: block !important;
  position: static;
}

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

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

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

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

.js-on .teaser-switcher .slick-list {
  margin-bottom: 10px;
}

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

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

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

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

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

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

.StndGallery {
  margin-bottom: 80px;
}

.StndGallery .galleryBox {
  position: relative;
}

.StndGallery .galleryBox .slick-list:focus {
  outline: 1px dotted #000000;
}

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

.StndGallery .galleryBox .slick-slide p {
  margin-bottom: 0;
}

.StndGallery h2 {
  margin: 40px 0 40px 40px;
  padding-right: 4em;
  /* slide effekt */
  width: 80%;
  float: left;
}

.StndGallery img,
.StndGallery .picture {
  clear: both;
  display: block;
  margin: 0 auto;
}

.StndGallery video {
  margin: 0 auto;
}

.StndGallery .navigation {
  z-index: 999;
  top: 43%;
  left: 0;
  position: absolute;
  width: 100%;
}

.StndGallery .navigation div,
.StndGallery .navigation button {
  height: 43px;
  width: 30px;
  position: absolute;
}

.StndGallery .navigation button:hover, .StndGallery .navigation button:focus, .StndGallery .navigation button:active {
  opacity: .6;
}

.StndGallery .navigation .next {
  right: 0;
}

.StndGallery .navigation .next.inactive {
  background: url("/assets/icons/bvl/next-g-upright.png") repeat 0 0;
}

.StndGallery .navigation .prev {
  left: 0;
}

.StndGallery .navigation .back .inactive {
  background: url("/assets/icons/bvl/back-g-upright.png") repeat 0 0;
}

.StndGallery .position {
  /* Fade-Effekt
    position:  absolute;*/
  position: relative;
  float: right;
  top: 40px;
  right: 40px;
}

.supplement .slick-slide,
.supplement .picture,
.supplement .galleryBox {
  background: #FFFFFF;
}

.supplement .imageSlider {
  padding: 40px 0;
  background: #EEEEEE;
}

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

.supplement .imageSlider h4 {
  margin: 40px 0 40px 40px;
  padding-right: 4em;
  /* slide effekt */
  width: 80%;
  float: left;
}

.supplement .imageSlider .position {
  right: 40px;
}

.supplement .imageSlider .StndGallery .navigation {
  top: 115px;
  z-index: 99;
}

.stage {
  background: #C9DFE8;
  margin-right: calc((100vw - 100%) / -2);
  margin-left: calc((100vw - 100%) / -2);
  position: relative;
}

.stage .stage-wrapper {
  position: relative;
  max-width: calc(122.4em - 3em);
  margin: 0 auto;
  overflow: hidden;
}

.stage .textContainer {
  background-color: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin: -30px 20px 20px;
  padding: 20px 20px 0;
  height: 100%;
  position: relative;
}

.stage .textContainer h3 {
  font-size: 2.2rem;
  margin-bottom: 12px;
}

.stage .textContainer h3 a {
  color: #191919;
}

.stage .textContainer p {
  display: block;
  color: #484C4B;
  margin-left: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: bold;
}

.stage .textContainer p a {
  color: #1A5B81;
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.stage .imageContainer {
  position: relative;
  text-align: center;
}

.stage .imageContainer a {
  display: block;
}

.stage .imageContainer img {
  margin: 0 auto;
}

.stage .teaser {
  border-bottom: none;
}

.stage .teaser.hidden {
  visibility: hidden;
}

.stage .pagination {
  right: 0;
  left: 0;
}

.stage .pagination ul {
  text-align: center;
  margin-bottom: 20px;
}

.stage .pagination li {
  display: inline-block;
  list-style-type: none;
  margin-right: 5px;
}

.stage .pagination a,
.stage .pagination strong {
  border-radius: 5px;
  clear: left;
  display: block;
  padding: 5px;
  line-height: 1;
}

.stage .pagination a {
  background-color: #FFFFFF;
}

.stage .pagination strong {
  background-color: #1A5B81;
}

.stage .navigation {
  display: none;
}

.stage .slick-dots > li {
  display: inline-block;
}

.stage .slick-dots > li:only-child {
  display: none;
}

.js-on .stage .teaser {
  float: left;
  /*Nur bei fade-effect*/
  /*position: absolute;*/
  width: 100%;
}

.js-on .stage .pagination {
  display: none;
}

.box {
  background-color: #FFFFFF;
  margin-bottom: 80px;
  padding: 40px;
}

.box .links li {
  border-top: 1px dotted #767676;
}

.box .links li:first-child {
  border: none;
}

.box .links a,
.box .links strong {
  display: block;
  position: relative;
  padding: 5px 5px 5px 20px;
}

.box .links a::before,
.box .links strong::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 10px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -324px -293px;
  left: 5px;
  top: 11px;
}

.box .links a:hover::before, .box .links a:focus::before, .box .links a:active::before,
.box .links strong:hover::before,
.box .links strong:focus::before,
.box .links strong:active::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 10px;
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=8) no-repeat -344px -293px;
}

.all-teaser {
  text-align: center;
}

.all-teaser a:hover, .all-teaser a:focus, .all-teaser a:active {
  color: #1A5B81;
}

.all-teaser .teaserb {
  display: inline-block;
  margin: 0 0 40px;
  text-align: center;
  padding: 15px 30px;
}

.c-imageLeftOverflow {
  background-color: #EDE7DE;
  margin-top: 50px;
}

.c-imageLeftOverflow__image {
  padding: 13px;
  margin-bottom: -15px;
}

.c-imageLeftOverflow__image img {
  display: block;
  margin-top: -50px;
  margin-right: auto;
  margin-left: auto;
}

.c-imageLeftOverflow__content {
  padding: 20px;
  float: right;
}

.c-imageLeftOverflow__h {
  font-size: 2rem;
  margin-bottom: 14px;
  color: #191919;
}

.c-imageLeftOverflow__text {
  font-size: 1.6rem;
  margin-bottom: 25px;
}

.c-imageLeftOverflow__more {
  margin-bottom: 0;
}

.c-imageLeftOverflow__more a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4rem;
}

.c-imageLeftOverflow__more a:hover, .c-imageLeftOverflow__more a:focus, .c-imageLeftOverflow__more a:active {
  color: #1A5B81;
}

.searchResult {
  margin-bottom: 30px;
}

.searchResult li {
  border-bottom: 1px dotted #767676;
  margin-bottom: 7px;
}

.searchResult li:last-child {
  border-bottom: none;
}

em.searchString {
  background: #EEEEEE;
  padding: 0 20px;
}
