h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: normal;
  clear: both;
}

.t-bbsr h1, .t-bbsr
h2, .t-bbsr
h3, .t-bbsr
h4, .t-bbsr
h5, .t-bbsr
h6 {
  font-family: "Merriweather", Constantia, Georgia, serif;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: inherit;
}

h1.has-topline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

h1.has-topline small {
  margin-bottom: 14px;
  color: #5A5A5A;
  font-family: "Open Sans", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  display: block;
  -webkit-order: -4;
      -ms-flex-order: -4;
          order: -4;
}

h1.has-topline .c-headline-title {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.content.column > h2 {
  color: #141414;
  font-weight: normal;
}

.content.column > h3 {
  color: #141414;
  font-weight: normal;
}

.content.column > h4 {
  color: #141414;
  font-weight: normal;
}

.content.column > h5 {
  color: #141414;
  font-weight: normal;
}

.content.column > h6 {
  color: #141414;
  font-weight: normal;
}

.subheadline {
  font-size: 2.1rem;
  line-height: 1.2381;
  margin-bottom: 40px;
  color: #003366;
  font-weight: 600;
}

.t-bbsr .subheadline {
  font-family: "Merriweather", Constantia, Georgia, serif;
  font-size: 2.1rem;
  line-height: 1.2381;
}

.subheadline p {
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
}

.s-richtext--researchproject .subheadline {
  margin-bottom: 20px;
}

.s-richtext--researchproject .subheadline:nth-of-type(2) {
  margin-bottom: 40px;
}

.s-richtext--researchproject .subheadline p {
  font-size: 2rem;
}

.abstract {
  margin-bottom: 50px;
  font-weight: 600;
}

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

p,
li,
td,
th,
blockquote,
dl,
caption,
.formError,
address,
.address {
  font-size: 1.9rem;
}

.t-bbsr p, .t-bbsr
li, .t-bbsr
td, .t-bbsr
th, .t-bbsr
blockquote, .t-bbsr
dl, .t-bbsr
caption, .t-bbsr
.formError, .t-bbsr
address, .t-bbsr
.address {
  font-size: 1.8rem;
}

p,
address,
.address {
  margin: 0 0 20px;
}

.content > ul:not([class]),
.s-richtext > div > div > ul:not([class]),
.s-richtext > ul:not([class]),
.c-toggle__content > ul:not([class]),
.heading + div > div > ul:not([class]),
.heading + div > ul:not([class]) {
  margin-bottom: 50px;
  padding-left: 25px;
  list-style: none;
}

.content > ul:not([class]) li,
.s-richtext > div > div > ul:not([class]) li,
.s-richtext > ul:not([class]) li,
.c-toggle__content > ul:not([class]) li,
.heading + div > div > ul:not([class]) li,
.heading + div > ul:not([class]) li {
  margin-bottom: 20px;
  position: relative;
}

.content > ul:not([class]) li::before,
.s-richtext > div > div > ul:not([class]) li::before,
.s-richtext > ul:not([class]) li::before,
.c-toggle__content > ul:not([class]) li::before,
.heading + div > div > ul:not([class]) li::before,
.heading + div > ul:not([class]) li::before {
  content: '';
  display: inline-block;
  position: absolute;
  background: #0055AF;
  width: 8px;
  height: 8px;
  top: .5em;
  left: -24px;
}

.t-bbsr .content > ul:not([class]) li::before, .t-bbsr
.s-richtext > div > div > ul:not([class]) li::before, .t-bbsr
.s-richtext > ul:not([class]) li::before, .t-bbsr
.c-toggle__content > ul:not([class]) li::before, .t-bbsr
.heading + div > div > ul:not([class]) li::before, .t-bbsr
.heading + div > ul:not([class]) li::before {
  border-radius: 100%;
}

.content > ul:not([class]) ul,
.s-richtext > div > div > ul:not([class]) ul,
.s-richtext > ul:not([class]) ul,
.c-toggle__content > ul:not([class]) ul,
.heading + div > div > ul:not([class]) ul,
.heading + div > ul:not([class]) ul {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 25px;
}

.content > ul:not([class]) ul li::before,
.s-richtext > div > div > ul:not([class]) ul li::before,
.s-richtext > ul:not([class]) ul li::before,
.c-toggle__content > ul:not([class]) ul li::before,
.heading + div > div > ul:not([class]) ul li::before,
.heading + div > ul:not([class]) ul li::before {
  background: transparent;
  border: 1px solid #0055AF;
}

.content > ol:not([class]),
.s-richtext > div > div > ol:not([class]),
.s-richtext > ol:not([class]),
.c-toggle__content > ol:not([class]),
.heading + div > div > ol:not([class]),
.heading + div > ol:not([class]) {
  margin-bottom: 50px;
  padding-left: 44px;
  list-style: none;
}

.content > ol:not([class]),
.content > ol:not([class]) ol,
.s-richtext > div > div > ol:not([class]),
.s-richtext > div > div > ol:not([class]) ol,
.s-richtext > ol:not([class]),
.s-richtext > ol:not([class]) ol,
.c-toggle__content > ol:not([class]),
.c-toggle__content > ol:not([class]) ol,
.heading + div > div > ol:not([class]),
.heading + div > div > ol:not([class]) ol,
.heading + div > ol:not([class]),
.heading + div > ol:not([class]) ol {
  counter-reset: ordered;
}

.content > ol:not([class]) li,
.s-richtext > div > div > ol:not([class]) li,
.s-richtext > ol:not([class]) li,
.c-toggle__content > ol:not([class]) li,
.heading + div > div > ol:not([class]) li,
.heading + div > ol:not([class]) li {
  margin-bottom: 20px;
  position: relative;
}

.content > ol:not([class]) li::before,
.s-richtext > div > div > ol:not([class]) li::before,
.s-richtext > ol:not([class]) li::before,
.c-toggle__content > ol:not([class]) li::before,
.heading + div > div > ol:not([class]) li::before,
.heading + div > ol:not([class]) li::before {
  content: counters(ordered, ".") ".";
  text-align: right;
  counter-increment: ordered;
  display: block;
  position: absolute;
  right: calc(100% + 23px);
}

.content > ol:not([class]) li li::before,
.s-richtext > div > div > ol:not([class]) li li::before,
.s-richtext > ol:not([class]) li li::before,
.c-toggle__content > ol:not([class]) li li::before,
.heading + div > div > ol:not([class]) li li::before,
.heading + div > ol:not([class]) li li::before {
  content: counters(ordered, ".") " ";
  text-align: left;
  left: -58px;
  right: auto;
}

.content > ol:not([class]) ol,
.s-richtext > div > div > ol:not([class]) ol,
.s-richtext > ol:not([class]) ol,
.c-toggle__content > ol:not([class]) ol,
.heading + div > div > ol:not([class]) ol,
.heading + div > ol:not([class]) ol {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 58px;
}

td ul,
th ul {
  padding-left: 25px;
  list-style: none;
}

td ul li,
th ul li {
  margin-bottom: 20px;
  position: relative;
}

td ul li::before,
th ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  background: #0055AF;
  width: 8px;
  height: 8px;
  top: .5em;
  left: -24px;
}

.t-bbsr td ul li::before, .t-bbsr
th ul li::before {
  border-radius: 100%;
}

td ul ul,
th ul ul {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 25px;
}

td ul ul li::before,
th ul ul li::before {
  background: transparent;
  border: 1px solid #0055AF;
}

td > ol,
th > ol {
  padding-left: 44px;
  list-style: none;
  counter-reset: table !important;
}

td > ol,
td > ol ol,
th > ol,
th > ol ol {
  counter-reset: table;
}

td > ol li,
th > ol li {
  margin-bottom: 20px;
  position: relative;
}

td > ol li::before,
th > ol li::before {
  content: counters(table, ".") ".";
  text-align: right;
  counter-increment: table;
  display: block;
  position: absolute;
  right: calc(100% + 23px);
}

td > ol li li::before,
th > ol li li::before {
  content: counters(table, ".") " ";
  text-align: left;
  left: -58px;
  right: auto;
}

td > ol li ol,
th > ol li ol {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 58px;
}

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

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

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

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

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

blockquote {
  background: #F2F5F7;
  margin: 10px 10px 20px;
  padding: 0;
  color: #141414;
}

blockquote p {
  margin-bottom: 0;
  padding: 10px;
  color: #141414;
}

cite {
  color: #141414;
  font-size: 1.5rem;
  display: inline;
}

cite::before {
  content: '';
}

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

abbr:not([title]),
acronym:not([title]),
dfn:not([title]) {
  border-bottom: none;
  cursor: default;
}

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

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

.t-bbsr table td {
  font-size: 1.7rem;
}

table a {
  text-decoration: underline;
}

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

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

table .sortUp:active, table .sortUp:focus, table .sortUp:hover, table .sortDown:active, table .sortDown:focus, table .sortDown:hover {
  text-decoration: none;
}

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

table .sortUp::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -205px -185px;
  width: 13px;
  height: 22px;
  display: inline-block;
  position: absolute;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

table .sortDown::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -205px -185px;
  width: 13px;
  height: 22px;
  display: inline-block;
  position: absolute;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

table .width15 {
  width: 15%;
}

table .width20 {
  width: 20%;
}

table .width25 {
  width: 25%;
}

table .width30 {
  width: 30%;
}

table .width35 {
  width: 35%;
}

table .width40 {
  width: 40%;
}

table .width45 {
  width: 45%;
}

table .width50 {
  width: 50%;
}

table .width70 {
  width: 70%;
}

table .width80 {
  width: 80%;
}

table .width85 {
  width: 85%;
}

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

tbody {
  padding: 0 0 10px;
}

th {
  background: #003366;
  padding: 23px 30px;
  border-right: 1px solid #CCD6E0;
  color: #FFFFFF;
  font-weight: 600;
  text-align: left;
}

th:last-child {
  border-right: none;
}

th a {
  color: currentColor;
}

tbody th {
  background: #E5EBF0;
  border-color: #FFFFFF;
  color: #000000;
  position: relative;
}

tbody th::before {
  content: '';
  background: #CCD6E0;
  width: calc(100% + 1px);
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
}

tbody th:not(:only-of-type)::before {
  background: #FFFFFF;
}

th:first-of-type:last-of-type {
  border-bottom: 1px solid #CCD6E0;
}

tbody tr:first-of-type th:first-of-type::before {
  background: #CCD6E0;
  top: 0;
}

td {
  padding: 23px 30px;
  border-bottom: 1px solid #CCD6E0;
  text-align: left;
  vertical-align: top;
}

.t-bbsr td,
.t-bbsr th {
  padding: 9px 12px;
  font-size: 1.7rem;
}

.responsiveTableWrapper {
  position: relative;
}

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

.responsiveTableWrapper::before {
  background: linear-gradient(to left, transparent, #5A5A5A);
  left: 0;
}

.responsiveTableWrapper::after {
  background: linear-gradient(to right, transparent, #5A5A5A);
  right: 0;
}

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

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

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

.responsiveTable table {
  width: 637px;
}

dl {
  margin-bottom: 20px;
  overflow: hidden;
}

dl + dl {
  margin-top: -20px;
}

.c-meta + dl {
  margin-top: -66px;
  margin-bottom: 66px;
}

dl br {
  display: none;
}

dl a {
  display: block;
}

dt {
  margin-bottom: 0;
  padding-top: 14px;
  font-weight: bold;
  display: block;
}

dd {
  padding-bottom: 14px;
  border-bottom: 1px solid #E5EBF0;
  display: block;
}

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

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

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

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

.picture {
  max-width: 100%;
  margin: 0 auto 50px;
  overflow: hidden;
}

.picture .wrapper {
  display: block;
}

.picture .wrapper a:focus {
  outline: 2px solid #003366;
  outline-offset: -2px;
}

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

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

.picture[class*='links'] .wrapper img, .picture[class*='rechts'] .wrapper img {
  width: 100%;
  display: block;
}

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

.picture .wrapper-text {
  margin: 20px 0 0 0;
  display: block;
}

.picture .loupe + .wrapper-text {
  margin-right: 40px;
}

.picture .caption {
  margin-bottom: 10px;
  font-size: 1.6rem;
  display: block;
}

.picture .source {
  font-size: 1.2rem;
  font-style: normal;
  line-height: 14/12;
  display: block;
}

.picture .source cite {
  font-size: inherit;
  font-style: inherit;
}

.picture .loupe {
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 5px;
  display: block;
  float: right;
  position: relative;
}

.picture .loupe:active::after, .picture .loupe:focus::after, .picture .loupe:hover::after {
  content: '';
  background: #0055AF;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
}

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

.t-bbsr .withLoupe .loupe {
  z-index: 1000;
}

a {
  text-decoration: none;
}

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

a.RichTextIntLink, a.RichTextExtLink, a.ExternalLink, a.RichTextWikiLink, a.external, a.shoppingCartLink, a.ContactData {
  text-decoration: underline;
}

a.RichTextIntLink:focus, a.RichTextExtLink:focus, a.ExternalLink:focus, a.RichTextWikiLink:focus, a.external:focus, a.shoppingCartLink:focus, a.ContactData:focus {
  text-decoration: none;
  text-shadow: 1px 0 0 #0055AF;
}

a.RichTextIntLink {
  display: inline;
}

.t-bbr a.RichTextExtLink, .t-bbr a.ExternalLink, .t-bbr a.RichTextWikiLink {
  position: relative;
  display: inline;
}

.t-bbr a.RichTextExtLink::before, .t-bbr a.ExternalLink::before, .t-bbr a.RichTextWikiLink::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -143px -156px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin-right: .5ex;
  margin-bottom: -1px;
  vertical-align: baseline;
}

.t-bbr a.RichTextExtLink:active, .t-bbr a.RichTextExtLink:focus, .t-bbr a.RichTextExtLink:hover, .t-bbr a.ExternalLink:active, .t-bbr a.ExternalLink:focus, .t-bbr a.ExternalLink:hover, .t-bbr a.RichTextWikiLink:active, .t-bbr a.RichTextWikiLink:focus, .t-bbr a.RichTextWikiLink:hover {
  position: relative;
}

.t-bbr a.RichTextExtLink:active::before, .t-bbr a.RichTextExtLink:focus::before, .t-bbr a.RichTextExtLink:hover::before, .t-bbr a.ExternalLink:active::before, .t-bbr a.ExternalLink:focus::before, .t-bbr a.ExternalLink:hover::before, .t-bbr a.RichTextWikiLink:active::before, .t-bbr a.RichTextWikiLink:focus::before, .t-bbr a.RichTextWikiLink:hover::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -107px -156px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.t-bbr a.RichTextExtLink + span,
.t-bbr a.RichTextExtLink + abbr, .t-bbr a.ExternalLink + span,
.t-bbr a.ExternalLink + abbr, .t-bbr a.RichTextWikiLink + span,
.t-bbr a.RichTextWikiLink + abbr {
  margin-left: .5ex;
}

.t-bbsr a.RichTextExtLink, .t-bbsr a.ExternalLink, .t-bbsr a.RichTextWikiLink {
  position: relative;
  margin-right: .5ex;
  display: inline;
}

.t-bbsr a.RichTextExtLink::after, .t-bbsr a.ExternalLink::after, .t-bbsr a.RichTextWikiLink::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -143px -156px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin-left: .5ex;
  margin-bottom: -1px;
  vertical-align: baseline;
}

.t-bbsr a.RichTextExtLink:active, .t-bbsr a.RichTextExtLink:focus, .t-bbsr a.RichTextExtLink:hover, .t-bbsr a.ExternalLink:active, .t-bbsr a.ExternalLink:focus, .t-bbsr a.ExternalLink:hover, .t-bbsr a.RichTextWikiLink:active, .t-bbsr a.RichTextWikiLink:focus, .t-bbsr a.RichTextWikiLink:hover {
  position: relative;
}

.t-bbsr a.RichTextExtLink:active::after, .t-bbsr a.RichTextExtLink:focus::after, .t-bbsr a.RichTextExtLink:hover::after, .t-bbsr a.ExternalLink:active::after, .t-bbsr a.ExternalLink:focus::after, .t-bbsr a.ExternalLink:hover::after, .t-bbsr a.RichTextWikiLink:active::after, .t-bbsr a.RichTextWikiLink:focus::after, .t-bbsr a.RichTextWikiLink:hover::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -107px -156px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
}

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

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

.t-bbsr a.ContactData {
  margin-right: 5px;
  padding-right: 33px;
  position: relative;
}

.t-bbsr a.ContactData:active:before, .t-bbsr a.ContactData:focus:before, .t-bbsr a.ContactData:hover:before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -88px -132px;
  width: 28px;
  height: 21px;
  display: inline-block;
  position: absolute;
}

.t-bbsr a.ContactData::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -60px -132px;
  width: 28px;
  height: 21px;
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 0;
}

.t-bbr a.ContactData {
  margin-right: 5px;
  padding-left: 33px;
  position: relative;
}

.t-bbr a.ContactData:active:before, .t-bbr a.ContactData:focus:before, .t-bbr a.ContactData:hover:before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -88px -132px;
  width: 28px;
  height: 21px;
  display: inline-block;
  position: absolute;
}

.t-bbr a.ContactData::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -60px -132px;
  width: 28px;
  height: 21px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
}

.t-bbr a.download, .t-bbr a.Publication {
  position: relative;
  text-decoration: underline;
  display: inline;
}

.t-bbr a.download::before, .t-bbr a.Publication::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -235px -80px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  margin-right: .5ex;
  margin-bottom: -1px;
  vertical-align: baseline;
}

.t-bbr a.download:active, .t-bbr a.download:focus, .t-bbr a.download:hover, .t-bbr a.Publication:active, .t-bbr a.Publication:focus, .t-bbr a.Publication:hover {
  position: relative;
}

.t-bbr a.download:active::before, .t-bbr a.download:focus::before, .t-bbr a.download:hover::before, .t-bbr a.Publication:active::before, .t-bbr a.Publication:focus::before, .t-bbr a.Publication:hover::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -235px -120px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.t-bbr a.download:focus, .t-bbr a.Publication:focus {
  text-decoration: none;
  text-shadow: 1px 0 0 #0055AF;
}

.t-bbsr a.download, .t-bbsr a.Publication {
  position: relative;
  margin-right: .5ex;
  text-decoration: underline;
  display: inline;
}

.t-bbsr a.download::after, .t-bbsr a.Publication::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -235px -80px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  margin-left: .5ex;
  margin-bottom: -1px;
  vertical-align: baseline;
}

.t-bbsr a.download:active, .t-bbsr a.download:focus, .t-bbsr a.download:hover, .t-bbsr a.Publication:active, .t-bbsr a.Publication:focus, .t-bbsr a.Publication:hover {
  position: relative;
}

.t-bbsr a.download:active::after, .t-bbsr a.download:focus::after, .t-bbsr a.download:hover::after, .t-bbsr a.Publication:active::after, .t-bbsr a.Publication:focus::after, .t-bbsr a.Publication:hover::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -235px -120px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.t-bbsr a.download:focus, .t-bbsr a.Publication:focus {
  text-decoration: none;
  text-shadow: 1px 0 0 #0055AF;
}

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

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

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

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

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

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

ul.toc ul {
  margin-left: 20px;
}

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

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

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

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

.highlight {
  background: #F2F5F7;
  padding: 23px;
}

.t-bbsr .h1,
.t-bbsr h1 {
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 2rem;
}

.t-bbsr .h2,
.t-bbsr h2 {
  font-size: 2.4rem;
  line-height: 1.29167;
}

.t-bbsr .h3,
.t-bbsr h3 {
  font-size: 2.1rem;
  line-height: 1.2381;
}

.t-bbsr .h4,
.t-bbsr h4 {
  font-size: 2.1rem;
  line-height: 1.2381;
}

.t-bbsr .h5,
.t-bbsr h5 {
  font-size: 2.1rem;
  line-height: 1.2381;
}

.t-bbsr .h6,
.t-bbsr h6 {
  font-size: 1.7rem;
  line-height: 1;
}

.searchAutoSuggestBox {
  background: #F2F5F7;
  text-align: left;
  clear: both;
  position: absolute;
  z-index: 9999;
}

.searchAutoSuggestBox li {
  padding: 20px 0 20px 64px;
  border: none;
  border-bottom: 1px solid #CCD6E0;
  display: block !important;
  cursor: pointer;
}

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

[id='searchAutoSuggestBox2'] li {
  padding-left: 10px;
  color: #003366 !important;
}

.c-action-box {
  background: #FFFFFF;
  margin-bottom: 20px;
  padding: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-action-box__headline {
  margin: 0;
  padding-left: 34px;
  color: #003366;
  font-family: "Open Sans", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 1.6rem !important;
  position: relative;
}

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

.c-action-box__headline--pdf::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -208px -74px;
  width: 22px;
  height: 26px;
  display: inline-block;
  position: absolute;
}

.c-action-box__headline--printed::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -182px -59px;
  width: 24px;
  height: 22px;
  display: inline-block;
  position: absolute;
}

.c-action-box__meta {
  margin: 10px 0;
}

.c-action-box__fileinfo {
  color: #003366;
  font-size: 1.4rem;
}

.c-action-box__size::after {
  content: '|';
  margin-left: 5px;
  margin-right: 5px;
}

.c-action-box__shipping {
  font-size: 1.2rem;
  line-height: 1.16667;
}

.c-action-box__cost {
  margin-bottom: 5px;
  color: #003366;
  font-family: "Merriweather", Constantia, Georgia, serif;
  font-size: 2.1rem;
  line-height: 1.2381;
}

.c-action-box__cta {
  margin: 0;
}

.c-action-box--small {
  background: #FFFFFF;
  padding: 0;
  display: block !important;
  position: relative;
}

.c-action-box--small .c-action-box__headline,
.c-action-box--small .c-action-box__meta {
  margin-bottom: 4px;
  padding-left: calc(60px + 12.5px);
}

.c-action-box--small .c-action-box__headline::before {
  content: none;
}

.c-action-box--small .c-action-box__meta {
  margin-top: 0;
}

.c-action-box--small .c-action-box__cost {
  font-size: 1.4rem;
}

.c-action-box--small .c-action-box__cta {
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

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

.c-article__subheadline {
  font-size: 2.1rem;
  line-height: 1.2381;
  margin: 0 0 30px;
}

.t-bbsr .c-article__subheadline {
  font-family: "Merriweather", Constantia, Georgia, serif;
  font-size: 2.1rem;
  line-height: 1.2381;
}

.c-article .c-article__abstract.c-article__abstract {
  font-weight: normal;
}

.c-box {
  background-color: #F2F5F7;
  padding: 25px 30px;
}

.c-box:not(:first-child) {
  margin-top: 50px;
}

.c-box:not(:last-child) {
  margin-bottom: 46px;
}

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

.c-box__headline, .c-box__heading {
  margin-top: 0;
  margin-bottom: 25px;
}

.c-button {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-property: background;
  background: #0055AF;
  width: 100%;
  padding: 0 10px;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 4rem;
  text-align: center;
}

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

.c-button--cart::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat 0px -132px;
  width: 30px;
  height: 24px;
  display: inline-block;
  position: absolute;
}

.c-button--download::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -115px -185px;
  width: 22px;
  height: 23px;
  display: inline-block;
  position: absolute;
}

.c-button--email::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -144px -132px;
  width: 28px;
  height: 21px;
  display: inline-block;
  position: absolute;
}

.c-button::before {
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
}

.c-button--only-icon::before {
  content: none;
}

.c-button--only-icon img {
  height: 24px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.c-contacts__item:not(:last-child) {
  margin-bottom: 35px;
}

.c-contacts__heading {
  margin: 0 0 2px;
  color: #141414;
}

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

.c-download-link {
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

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

.c-download-link:active .c-subline, .c-download-link:focus .c-subline, .c-download-link:hover .c-subline {
  text-decoration: none;
}

.c-download-link:active::before, .c-download-link:focus::before, .c-download-link:hover::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -235px -120px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
}

.c-download-link__label {
  display: block;
}

.c-download-link .c-subline.c-subline {
  margin-top: 0;
  display: inline-block;
}

.c-download-link .c-subline__item {
  margin-right: 5px !important;
}

.c-download-link--inline__meta {
  display: inline-block;
}

.c-facets-selected {
  margin-bottom: 20px;
  clear: both;
  overflow: hidden;
}

.c-facets-selected__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.c-facets-selected__link {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-property: backgrond, color, border-color;
  background: #FFFFFF;
  margin-bottom: 20px;
  padding: 10px 20px;
  border: 1px solid #B2C2D1;
  border-radius: 3px;
  font-size: 1.6rem;
  display: inline-block;
  position: relative;
}

.c-facets-selected__link:active, .c-facets-selected__link:focus, .c-facets-selected__link:hover {
  background: #0055AF;
  border-color: #E5EBF0;
  color: #FFFFFF;
  text-decoration: none;
}

.c-facets-selected__link:active::after, .c-facets-selected__link:focus::after, .c-facets-selected__link:hover::after {
  color: inherit;
}

.c-facets-selected__link::after {
  content: '\00d7';
  margin-left: 10px;
  color: #B2C2D1;
  font-size: 2.3rem;
  font-weight: normal;
  line-height: 1.8rem;
  display: inline-block;
  position: relative;
  top: 4px;
  speak: none;
}

.c-facets-selected__link--delete {
  font-weight: bold;
}

.c-facets-selected__item {
  margin-right: 20px;
}

.c-facets {
  padding: 15px 0 20px;
  position: relative;
}

.c-facets li {
  margin: 10px 0;
}

.c-facets__link, .c-facets__selected {
  max-width: 100%;
  padding: 0 15px 0 52px;
  font-size: 1.6rem;
  word-wrap: break-word;
  display: block;
  position: relative;
}

.c-facets__link::before, .c-facets__selected::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -22px -208px;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 15px;
}

.c-facets__reset {
  max-width: 100%;
  padding: 0 15px 0 50px;
  font-size: 1.6rem;
  word-wrap: break-word;
  display: block;
  position: relative;
}

.c-facets__reset::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -235px -60px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 16px;
}

.c-facets__link:active, .c-facets__link:focus, .c-facets__link:hover {
  color: #003366;
  text-decoration: underline;
}

.c-facets__link:active::before, .c-facets__link:focus::before, .c-facets__link:hover::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -65px -208px;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
}

.c-facets__selected::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -182px -185px;
  width: 23px;
  height: 23px;
  display: inline-block;
  position: absolute;
}

.c-facets__sub-items {
  padding-left: 37px;
}

.c-facets__action {
  padding-left: 15px;
  padding-right: 15px;
}

.c-facets__action .submit,
.c-facets__action .c-button {
  margin: 0;
  float: none;
}

.c-facets--range {
  padding-left: 15px;
  padding-right: 15px;
}

.c-facets--range li {
  margin-bottom: 30px;
}

.c-facets__range-title {
  margin: 0;
  color: #0055AF;
  font-size: 1.8rem;
}

.c-facets__range-label {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-property: padding, border, margin;
  margin: 10px 0 0;
  padding: 10px 15px;
  border: 1px solid #E5EBF0;
  border-radius: 3px;
  outline: none;
  font-size: 1.4rem;
  display: block;
  position: relative;
  cursor: pointer;
}

.c-facets__range-label:active, .c-facets__range-label:focus, .c-facets__range-label:hover {
  border-color: #E5EBF0;
}

.c-facets__range-label.active-control {
  margin-top: 5px;
  padding: 20px 15px;
  border-color: #CCD6E0;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
}

.c-facets__range-label--date::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -208px -26px;
  width: 26px;
  height: 27px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-facets__range-list {
  margin-top: 0;
  padding-top: 0;
  border: 1px solid #CCD6E0;
  border-top: none;
  border-radius: 0 0 3px 3px;
}

.c-facets__range-list li {
  margin: 0;
  font-size: 1.4rem;
}

.c-facets__range-list a {
  padding: 5px 15px;
  text-decoration: none;
  display: block !important;
}

.c-figure__caption {
  max-width: 116rem;
  margin: 4px auto 10px;
  font-size: 1.2rem;
  text-align: right;
}

.c-figure--hero .c-figure__caption {
  margin: 4px 12.5px 10px;
}

.c-footer {
  background-color: #F2F5F7;
  padding-top: 30px;
  padding-bottom: 30px;
}

.c-footer > .row {
  position: relative;
}

.c-related + .c-footer {
  border-top: 1px solid #CCD6E0;
}

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

.c-footer__item {
  margin-bottom: 36px;
  font-size: 1.5rem;
  line-height: 1;
}

.c-footer__link {
  color: #5A5A5A;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.c-footer__link:active, .c-footer__link:focus, .c-footer__link:hover {
  color: #141414;
  text-decoration: underline;
}

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

.c-footer__copyright, .c-footer__follow-on-twitter {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.4375;
}

.c-footer__follow-on-twitter {
  display: none;
}

.c-footer__to-top.c-to-top {
  position: absolute;
  top: 0;
  right: 12.5px;
}

.c-meta,
.content > .c-meta {
  margin-bottom: 66px;
  padding-left: 0;
}

.c-meta li,
.content > .c-meta li {
  margin-bottom: 0;
}

.c-meta li::before,
.content > .c-meta li::before {
  display: none;
}

.content.column .c-meta__item::after {
  left: -17.5px;
  right: -17.5px;
}

.c-meta__item {
  margin-left: -12.5px;
  margin-right: -12.5px;
  padding-bottom: 16px;
  position: relative;
}

.c-meta__item:not(:first-child) {
  padding-top: 16px;
}

.c-meta__item::after {
  content: '';
  border-bottom: 1px solid #E5EBF0;
  display: block;
  position: absolute;
  left: 12.5px;
  right: 12.5px;
  bottom: 0;
}

.c-meta__label, .c-meta__value {
  padding-left: 12.5px;
  padding-right: 12.5px;
  display: block;
}

.c-meta__location {
  padding-left: 24px;
  position: relative;
}

.c-meta__location:active::before, .c-meta__location:focus::before, .c-meta__location:hover::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -166px -82px;
  width: 15px;
  height: 22px;
  display: inline-block;
  position: absolute;
}

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

.c-meta__tooltip {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -125px -156px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  border-bottom: none;
  position: relative;
  top: 3px;
}

.c-meta__tooltip:active, .c-meta__tooltip:focus, .c-meta__tooltip:hover {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -161px -156px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  position: relative;
}

.c-meta__link {
  display: block !important;
  clear: both;
  overflow: hidden;
}

.c-meta__link:nth-child(1n+2) {
  margin-top: 10px;
}

.c-meta__link img {
  max-width: 40%;
  float: right;
}

.c-meta__link--external .c-meta__link-text::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -143px -156px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  margin-left: .5ex;
  vertical-align: baseline;
  position: relative;
  top: 1px;
}

.c-meta--bg-color-primary-5 {
  background: #F2F5F7;
  margin-left: -12.5px;
  margin-right: -12.5px;
  padding: 12.5px;
}

.c-meta--narrow .c-meta__item {
  padding-bottom: 0;
}

.c-meta--narrow .c-meta__item:not(:first-child) {
  padding-top: 8px;
}

.c-meta--narrow .c-meta__item::after {
  display: none;
}

#menu .c-mobile-sibling-site__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #003366;
  color: #FFFFFF;
  font-size: 1.3rem;
  line-height: 1.4;
}

#menu .c-mobile-sibling-site__link:active, #menu .c-mobile-sibling-site__link:focus, #menu .c-mobile-sibling-site__link:hover {
  color: #FFFFFF;
}

#menu .c-mobile-sibling-site__prefix {
  margin-right: .5em;
}

#menu .c-mobile-sibling-site__image {
  width: 33px;
  margin-right: .5em;
}

#menu .c-mobile-sibling-site__image img,
#menu .c-mobile-sibling-site__image svg {
  width: 100%;
}

#menu .c-mobile-sibling-site__title strong {
  display: inline;
  padding: 0;
  color: inherit;
  font-size: inherit;
}

.c-more-banner {
  background: #F2F5F7;
  margin-bottom: 50px;
  padding: 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.c-more-banner p {
  font-size: 1.7rem;
}

.c-more-banner p:only-child, .c-more-banner p:last-child {
  margin-bottom: 0;
}

.c-more-banner p:first-child {
  margin-top: -.5em;
}

.c-more-banner a {
  font-weight: 600;
}

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

.c-more a:active::after, .c-more a:focus::after, .c-more a:hover::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -94px -230px;
  width: 14px;
  height: 13px;
  display: inline-block;
  position: absolute;
  position: relative;
}

.c-more a::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -108px -230px;
  width: 14px;
  height: 13px;
  display: inline-block;
  position: absolute;
  margin-left: 12px;
  position: relative;
}

.c-more--external a:active::after, .c-more--external a:focus::after, .c-more--external a:hover::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -107px -156px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  position: relative;
}

.c-more--external a::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -143px -156px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  position: relative;
  top: 2px;
}

.c-nav-index {
  margin: 30px auto;
  color: #0055AF;
  overflow: hidden;
}

.c-nav-index ~ .c-nav-index {
  margin-bottom: 90px;
}

.c-nav-index__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-nav-index__item {
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-nav-index .page,
.c-nav-index strong {
  width: 44px;
  padding: 8px 0;
  text-align: center;
}

.c-nav-index .page:not(span):active, .c-nav-index .page:not(span):focus, .c-nav-index .page:not(span):hover {
  background: #0055AF;
  border-radius: 50%;
  color: #FFFFFF;
  text-decoration: none;
}

.c-nav-index strong {
  color: #003366;
  position: relative;
}

.c-nav-index strong::after {
  content: '';
  display: inline-block;
  position: absolute;
  background: #003366;
  width: 20px;
  height: 2px;
  left: 50%;
  bottom: 4px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-nav-index a.page,
.c-nav-index strong,
.c-nav-index span.page {
  display: inline-block;
}

.c-nav-index span.back, .c-nav-index span.forward,
.c-nav-index a.back,
.c-nav-index a.forward {
  background: #F2F5F7;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  border-radius: 50%;
  color: #0055AF;
  display: block;
}

.c-nav-index span.back:active, .c-nav-index span.back:focus, .c-nav-index span.back:hover, .c-nav-index span.forward:active, .c-nav-index span.forward:focus, .c-nav-index span.forward:hover, .c-nav-index a.back:active, .c-nav-index a.back:focus, .c-nav-index a.back:hover, .c-nav-index a.forward:active, .c-nav-index a.forward:focus, .c-nav-index a.forward:hover {
  background: #0055AF;
}

.c-nav-index span.back img, .c-nav-index span.forward img,
.c-nav-index a.back img,
.c-nav-index a.forward img {
  width: auto;
  height: 25px;
  margin: 0 auto;
  display: block;
  -webkit-transform: translate(-2px, 10px);
      -ms-transform: translate(-2px, 10px);
          transform: translate(-2px, 10px);
}

.c-nav-index span.forward,
.c-nav-index a.forward {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-nav-index span.forward, .c-nav-index span.back {
  opacity: .5;
}

.t-bbsr .c-nav-index span.forward, .t-bbsr .c-nav-index span.back {
  display: none;
}

.c-nav-index .button {
  color: #0055AF;
  display: block;
}

.c-page-functions {
  margin-left: 12.5px;
  margin-right: 12.5px;
  margin-bottom: 20px;
}

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

.c-page-functions li {
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.c-page-functions__print a, .c-page-functions__share a {
  color: #5A5A5A;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  position: relative;
}

.c-page-functions__print a::before, .c-page-functions__share a::before {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-page-functions__print {
  text-align: right;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.c-page-functions__print a {
  padding-left: 38px;
}

.c-page-functions__print a:active::before, .c-page-functions__print a:focus::before, .c-page-functions__print a:hover::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -208px -125px;
  width: 24px;
  height: 21px;
  display: inline-block;
  position: absolute;
}

.c-page-functions__print a::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -182px -81px;
  width: 24px;
  height: 21px;
  display: inline-block;
  position: absolute;
}

.c-page-functions__share {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  z-index: 49;
}

.c-page-functions__share a {
  padding-left: 38px;
}

.c-page-functions__share a:active::before, .c-page-functions__share a:focus::before, .c-page-functions__share a:hover::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -44px -208px;
  width: 21px;
  height: 22px;
  display: inline-block;
  position: absolute;
}

.c-page-functions__share a::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -109px -208px;
  width: 21px;
  height: 22px;
  display: inline-block;
  position: absolute;
}

.c-page-functions__shariff {
  position: relative;
  top: 0 !important;
  height: 0 !important;
  opacity: 0;
}

.c-page-functions__shariff[aria-hidden='false'] {
  display: block !important;
  height: auto !important;
  opacity: 1;
}

.c-page-functions__shariff[aria-hidden='true'], .c-page-functions__shariff:not([aria-hidden]) {
  opacity: 0;
}

.c-page-functions__shariff h3 {
  width: 0;
  line-height: 0;
  position: absolute;
  left: -2000px;
  overflow: hidden;
}

.c-page-functions__shariff .wrapper-share {
  padding-top: 20px;
}

.c-page-functions__shariff li {
  width: auto !important;
  margin: 0;
}

.c-page-functions__shariff li,
.c-page-functions__shariff li a {
  height: auto;
}

.c-page-functions__shariff li a {
  width: 50px;
  height: 40px;
  padding: 5px 10px;
  border-radius: 2px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-page-functions__shariff li .fa {
  display: block !important;
  position: relative !important;
}

.c-page-functions__shariff li .fa-twitter {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -208px -53px;
  width: 26px;
  height: 21px;
  display: inline-block;
  position: absolute;
}

.c-page-functions__shariff li .fa-facebook {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -221px -100px;
  width: 14px;
  height: 25px;
  display: inline-block;
  position: absolute;
}

.c-page-functions__shariff li .fa-xing {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -182px -30px;
  width: 24px;
  height: 29px;
  display: inline-block;
  position: absolute;
}

.c-page-functions__shariff li .fa-whatsapp {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -208px 0px;
  width: 27px;
  height: 26px;
  display: inline-block;
  position: absolute;
}

.c-page-functions__shariff li .fa-envelope {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -57px -156px;
  width: 27px;
  height: 19px;
  display: inline-block;
  position: absolute;
}

.c-page-functions__shariff li .share_text {
  font-family: "Open Sans", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4375;
  display: none !important;
}

.c-page-functions__shariff li:not(:last-child) {
  margin-bottom: 10px;
}

.c-page-functions__shariff .orientation-horizontal {
  margin-left: -5px;
  margin-right: -5px;
  display: block;
}

.c-page-functions__shariff .orientation-horizontal li {
  min-width: auto;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-page-functions .close {
  padding-top: 25px;
  position: absolute;
  top: 20px;
  right: 10px;
  cursor: pointer;
}

.c-page-functions .close::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -235px -20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-page-functions .close:active, .c-page-functions .close:focus, .c-page-functions .close:hover {
  text-decoration: underline;
}

.c-page-nav {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .c-page-nav {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

.c-page-nav__headline {
  background: #F2F5F7;
  padding: 5px 23px 3px 10px;
  font-size: 2.1rem !important;
  cursor: pointer;
}

.c-page-nav__headline.inactive-control {
  position: relative;
}

.c-page-nav__headline.inactive-control::before {
  top: 50%;
  right: 30px;
}

.t-bbsr .c-page-nav__headline.inactive-control::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -218px -185px;
  width: 13px;
  height: 22px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(-90deg) scale(1);
      -ms-transform: translateY(-50%) rotate(-90deg) scale(1);
          transform: translateY(-50%) rotate(-90deg) scale(1);
}

.t-bbr .c-page-nav__headline.inactive-control::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -235px -140px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-page-nav__headline.active-control {
  position: relative;
}

.c-page-nav__headline.active-control::before {
  top: 50%;
  right: 30px;
}

.t-bbsr .c-page-nav__headline.active-control::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -218px -185px;
  width: 13px;
  height: 22px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(-90deg) scale(-1);
      -ms-transform: translateY(-50%) rotate(-90deg) scale(-1);
          transform: translateY(-50%) rotate(-90deg) scale(-1);
}

.t-bbr .c-page-nav__headline.active-control::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -235px 0px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-page-nav__heading {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 2.1rem !important;
  line-height: 1.33333;
  display: inline-block;
  position: relative;
  cursor: default !important;
}

.c-page-nav__list + .c-page-nav__heading {
  margin-top: 30px;
}

.c-page-nav__heading::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat 0px -230px;
  width: 17px;
  height: 18px;
  display: inline-block;
  position: absolute;
  margin-right: .5em;
  position: relative;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-page-nav__heading--further::before {
  -webkit-transform: translateY(1px) rotate(90deg);
      -ms-transform: translateY(1px) rotate(90deg);
          transform: translateY(1px) rotate(90deg);
}

.c-page-nav__inner {
  margin-top: 25px;
  margin-right: 12.5px;
  margin-left: 12.5px;
}

.c-page-nav__list {
  margin-left: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.c-page-nav__list .c-page-nav__list {
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 20px;
}

.c-page-nav__item:not(:last-child) {
  margin-bottom: 16px;
}

.c-page-nav__item:last-child .c-page-nav__list {
  padding-bottom: 0;
}

.c-project-areas {
  margin-bottom: 40px;
}

.c-project-areas__heading {
  margin-top: 0;
  margin-bottom: 20px;
  color: #141414;
  font-weight: normal;
}

@media (max-width: 600px) {
  .c-project-areas__item:not(:nth-last-child(-n+2)) {
    margin-bottom: 25px;
  }
}

.c-project-areas__link {
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.c-project-areas__link:active, .c-project-areas__link:focus, .c-project-areas__link:hover {
  outline: 1px solid #003366;
  text-decoration: none;
}

.c-project-areas__link:focus {
  outline-width: 2px;
}

.c-project-areas__link,
.content .c-project-areas__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-project-areas__count {
  margin-top: 10px;
  font-size: 7.4rem;
  font-weight: 300;
  line-height: 1;
  display: block;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.c-publication-intro {
  margin-top: 10px;
}

.c-publication-intro__media .picture {
  margin-bottom: 0;
  overflow: visible;
}

.c-publication-intro__media img {
  box-shadow: 0 0 15px rgba(20, 20, 20, 0.3);
}

.c-publication-intro__meta {
  margin-bottom: 30px;
  font-size: 1.6rem;
}

.c-publication-intro__label, .c-publication-intro__value {
  display: block;
}

.c-publication-intro__label {
  font-weight: normal;
}

.c-publication-intro__value {
  margin-bottom: 10px;
}

.c-publication-intro__value--Herausgeber, .c-publication-intro__value--Reihe, .c-publication-intro__value--Ausgabe, .c-publication-intro__value--Erschienen {
  font-weight: bold;
  font-style: normal;
}

.c-publications {
  margin-top: 30px;
}

.c-publications .c-searchbar {
  margin-top: 40px;
}

.c-publications__heading {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 50px;
  color: #141414;
  position: relative;
}

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

.content.column .c-publications__heading {
  font-weight: 400;
}

.content.column .c-publications__wrapper {
  background-color: #F2F5F7;
  padding: 30px 30px 40px;
}

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

.c-publications__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-publications > .row:nth-last-child(2) .c-publications__nav {
  margin-bottom: 40px;
}

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

.c-publications__button:active, .c-publications__button:focus, .c-publications__button:hover {
  outline: none;
}

.c-publications .slick-dots {
  height: 50px;
  line-height: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  bottom: 0;
}

.c-publications .slick-dots li {
  width: 17px;
  height: 17px;
}

.c-publications .slick-dots button {
  background: transparent;
  width: 100%;
  height: 100%;
  border: 3px solid #0055AF;
  border-radius: 50%;
  position: relative;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.c-publications .slick-dots button:active, .c-publications .slick-dots button:focus, .c-publications .slick-dots button:hover {
  background: #003366;
  border-color: #003366;
}

.c-publications .slick-dots button::after {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
}

.c-publications .slick-dots .slick-active button {
  background: #003366;
  border-color: #003366;
}

.c-publications .slick-dots .slick-active button:active, .c-publications .slick-dots .slick-active button:focus, .c-publications .slick-dots .slick-active button:hover {
  background: #003366;
  border-color: transparent;
}

.c-publications--color-primary-5 .c-publications__wrapper {
  background: #F2F5F7;
  margin-left: -12.5px;
  margin-right: -12.5px;
  padding: 12.5px;
}

.c-published-in {
  background: #F2F5F7;
  padding: 20px;
}

.c-published-in__headline {
  margin: 0;
  font-family: "Open Sans", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 1.9rem !important;
}

.c-related {
  background-color: #F2F5F7;
  padding-top: 30px;
  padding-bottom: 40px;
}

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

.c-search-options {
  margin-bottom: 30px;
}

.c-search-options__section {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-property: padding, margin, border;
  background: #E5EBF0;
  margin: 20px 0 0;
  padding: 14px 45px 14px 14px;
  border: 1px solid #E5EBF0;
  border-radius: 3px;
  color: #0055AF;
  font-family: "Open Sans", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 1.6rem;
  position: relative;
  cursor: pointer;
}

.c-search-options__section:active, .c-search-options__section:focus, .c-search-options__section:hover {
  border-color: #CCD6E0;
  outline: none;
  text-decoration: underline;
}

.c-search-options__section:focus, .c-search-options__section:focus-within {
  border-color: #0055AF;
}

.c-search-options__section::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -132px -116px;
  width: 21px;
  height: 12px;
  display: inline-block;
  position: absolute;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-property: all;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.c-search-options__section::before {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 100;
}

.c-search-options__section.inactive-control::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.c-search-options__section.active-control {
  background: #FFFFFF;
  border-color: #CCD6E0;
  border-bottom-color: #FFFFFF;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

.c-search-options__section.active-control::before {
  background: #FFFFFF;
  height: 1px;
  left: 0;
  right: 0;
  bottom: -2px;
}

.c-search-options__section--solrsort {
  margin-top: 0;
}

.c-search-options__section--solrsort.active-control {
  background: #E5EBF0;
  border-bottom-color: #E5EBF0;
}

.c-search-options__section--solrsort.active-control::before {
  background: #E5EBF0;
}

.t-bbsr .c-search-options__section {
  font-size: 1.6rem;
}

.c-search-options__container {
  background: #FFFFFF;
  border: 1px solid #CCD6E0;
  border-radius: 0 0 3px 3px;
}

.inactive-control + .c-search-options__container {
  display: none;
}

.c-search-options__container--solrsort {
  background: #E5EBF0;
  min-width: 241.617px;
  right: 0;
}

.c-search-options__container--solrsort .active-control {
  border-bottom-color: #E5EBF0;
}

.c-search-options__tabs-container {
  margin: 0 0 20px;
}

.c-searchbar__link {
  margin-top: 20px;
}

[name='buildingProjectSearch'],
[name='publicationsSearch'] {
  background-color: #E5EBF0;
  margin-bottom: 34px;
  padding-top: 40px;
  padding-bottom: 30px;
}

[name='buildingProjectSearch'] p,
[name='publicationsSearch'] p {
  margin-bottom: 0;
  position: relative;
}

[name='buildingProjectSearch'] label,
[name='publicationsSearch'] label {
  width: 100%;
  margin-bottom: 0;
}

[name='buildingProjectSearch'] .formField,
[name='publicationsSearch'] .formField {
  width: 100%;
}

[name='buildingProjectSearch'] [type='text'],
[name='publicationsSearch'] [type='text'] {
  background-size: 30px;
  width: 100%;
  padding: 12px 12px 12px 60px;
  border-radius: 2px;
  font-size: 1.9rem;
  line-height: 1.26316;
}

[name='buildingProjectSearch'] [type='text']:active, [name='buildingProjectSearch'] [type='text']:focus, [name='buildingProjectSearch'] [type='text']:hover, [name='publicationsSearch'] [type='text']:active, [name='publicationsSearch'] [type='text']:focus, [name='publicationsSearch'] [type='text']:hover {
  border-color: #003366;
  outline: 1px solid #003366;
}

[name='buildingProjectSearch'] [type='submit'],
[name='publicationsSearch'] [type='submit'] {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1.9rem;
  line-height: 1.26316;
  position: absolute;
  top: 50%;
  left: 15px;
  transition: all 0.1s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

[name='buildingProjectSearch'] [type='submit']:active, [name='buildingProjectSearch'] [type='submit']:focus, [name='buildingProjectSearch'] [type='submit']:hover, [name='publicationsSearch'] [type='submit']:active, [name='publicationsSearch'] [type='submit']:focus, [name='publicationsSearch'] [type='submit']:hover {
  -webkit-transform: translateY(-50%) scale(1.1);
      -ms-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}

[name='buildingProjectSearch'] .columns,
[name='publicationsSearch'] .columns {
  margin-bottom: 0;
  padding-bottom: 0;
}

.c-searchlayout {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-searchlayout__headline {
  margin: 0;
  color: #003366;
  font-family: "Open Sans", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 1.6rem !important;
  font-weight: normal;
}

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

.c-searchlayout__thing {
  margin: 0 0 0 20px;
}

.c-searchlayout__item {
  position: relative;
  top: 2px;
}

.c-searchlayout__item rect,
.c-searchlayout__item circle,
.c-searchlayout__item ellipse,
.c-searchlayout__item line,
.c-searchlayout__item polyline,
.c-searchlayout__item polygon,
.c-searchlayout__item path {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-property: fill;
  fill: #0055AF;
}

.c-searchlayout__item:active rect,
.c-searchlayout__item:active circle,
.c-searchlayout__item:active ellipse,
.c-searchlayout__item:active line,
.c-searchlayout__item:active polyline,
.c-searchlayout__item:active polygon,
.c-searchlayout__item:active path, .c-searchlayout__item:focus rect,
.c-searchlayout__item:focus circle,
.c-searchlayout__item:focus ellipse,
.c-searchlayout__item:focus line,
.c-searchlayout__item:focus polyline,
.c-searchlayout__item:focus polygon,
.c-searchlayout__item:focus path, .c-searchlayout__item:hover rect,
.c-searchlayout__item:hover circle,
.c-searchlayout__item:hover ellipse,
.c-searchlayout__item:hover line,
.c-searchlayout__item:hover polyline,
.c-searchlayout__item:hover polygon,
.c-searchlayout__item:hover path {
  fill: #003366;
}

.c-searchlayout__item--active rect,
.c-searchlayout__item--active circle,
.c-searchlayout__item--active ellipse,
.c-searchlayout__item--active line,
.c-searchlayout__item--active polyline,
.c-searchlayout__item--active polygon,
.c-searchlayout__item--active path {
  fill: #003366;
}

.c-searchresults--sibling {
  background: #F2F5F7;
}

.c-section-heading {
  margin-bottom: 30px;
  color: #141414;
  font-weight: 400;
}

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

.l-content-wrapper > .c-section-heading {
  width: 100%;
  max-width: 116rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 12.5px;
  padding-left: 12.5px;
}

.c-short-list > .row > .column:not(:last-child)::after {
  content: '';
  border-bottom: 1px solid #CCD6E0;
  display: block;
}

.content.column .c-short-list__heading {
  font-weight: 400;
}

.content:not(.column) .c-short-list__heading {
  margin-top: 0;
  margin-bottom: 30px;
}

.content:not(.column) .c-short-list__heading:not([class*='no-line'])::after {
  content: '';
  border-bottom: 1px solid #CCD6E0;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
}

.c-short-list__heading {
  color: #141414;
  font-weight: normal;
  position: relative;
}

.c-short-list__heading--has-icon {
  padding-left: 46px;
}

.c-short-list__heading--has-icon::before {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-short-list__heading--calendar::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -208px -26px;
  width: 26px;
  height: 27px;
  display: inline-block;
  position: absolute;
}

.c-short-list__heading--contribution::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -132px -50px;
  width: 38px;
  height: 32px;
  display: inline-block;
  position: absolute;
}

.c-short-list__heading--research_project::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -132px -82px;
  width: 34px;
  height: 34px;
  display: inline-block;
  position: absolute;
}

.c-short-list__list-heading {
  margin-top: 40px;
  margin-bottom: 34px;
  color: #141414;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4375;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.c-short-list__list-heading,
.t-bbsr .c-short-list__list-heading {
  font-family: "Open Sans", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.6rem;
}

.c-short-list__item, .c-short-list__item.c-teaser-searchresult {
  margin: 0;
}

.c-short-list__item:not(:last-child), .c-short-list__item.c-teaser-searchresult:not(:last-child) {
  margin-bottom: 30px;
}

.c-short-list__item .c-topline__date:first-child:last-child {
  color: #141414;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.33333;
  text-transform: none;
}

.c-short-list__more {
  margin-bottom: 30px;
}

.c-short-list__more a:active, .c-short-list__more a:focus, .c-short-list__more a:hover {
  color: #003366;
  text-decoration: underline;
}

.c-short-list__more a:active::after, .c-short-list__more a:focus::after, .c-short-list__more a:hover::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -94px -230px;
  width: 14px;
  height: 13px;
  display: inline-block;
  position: absolute;
  position: relative;
}

.c-short-list__more a::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -108px -230px;
  width: 14px;
  height: 13px;
  display: inline-block;
  position: absolute;
  margin-left: 10px;
  display: inline-block;
  position: relative;
}

.c-short-list--no-line .c-short-list__heading::after {
  content: none;
}

.c-sibling-site {
  display: none;
}

.c-solrsort {
  width: 100%;
  margin: 0;
  padding: 8px 14px;
  position: relative;
}

.c-solrsort__item {
  font-size: 1.6rem;
}

.c-solrsort__item:not(:last-child) {
  margin-bottom: 10px;
}

.c-stage .slick-list {
  overflow: visible;
}

.c-stage .slick-dots {
  height: 50px;
  line-height: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  bottom: 0;
}

.c-stage .slick-dots li:first-child {
  margin-left: 0;
}

.c-stage .slick-dots li:not(:first-child) {
  margin-left: 8px;
}

.c-stage .slick-dots li:last-child {
  margin-right: 0;
}

.c-stage .slick-dots li:not(:last-child) {
  margin-right: 8px;
}

.c-stage__slide {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-flow: column-reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}

.c-stage__text p {
  font-size: 1.6rem;
  line-height: 1.4375;
}

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

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

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

.c-stage__source {
  padding-top: 4px;
  color: #5A5A5A;
  font-size: 1.2rem;
  line-height: 1.16667;
  text-align: right;
}

.c-stage__nav {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.c-stage__button {
  display: block;
  cursor: pointer;
}

.c-stage__button:active, .c-stage__button:focus, .c-stage__button:hover {
  outline: none;
}

.c-stage__button svg,
.c-stage__button img {
  display: block;
}

.c-stage__button circle,
.c-stage__button path {
  transition-timing-function: 0.2s ease-in-out;
  transition-property: fill, stroke;
}

.c-stage__button--prev, .c-stage__button--next {
  position: relative;
  transition: opacity 0.2s ease-in-out;
  width: 50px;
  height: 50px;
  border-radius: 50vw;
}

.c-stage__button--prev:active, .c-stage__button--prev:focus, .c-stage__button--prev:hover, .c-stage__button--next:active, .c-stage__button--next:focus, .c-stage__button--next:hover {
  background: #003366;
}

.c-stage__button--prev:active path, .c-stage__button--prev:focus path, .c-stage__button--prev:hover path, .c-stage__button--next:active path, .c-stage__button--next:focus path, .c-stage__button--next:hover path {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}

.c-stage__button--prev svg, .c-stage__button--next svg {
  width: 11px;
  height: 20px;
  vertical-align: center;
  margin: 0 auto;
}

.c-stage__button--prev path, .c-stage__button--next path {
  stroke: #0055AF;
}

.c-stage__button--prev::after, .c-stage__button--next::after {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
}

.c-stage__button--prev.slick-disabled, .c-stage__button--next.slick-disabled {
  opacity: 0;
  cursor: default;
}

.c-stage__button--prev {
  margin-right: 30px;
}

.c-stage__button--next {
  margin-left: 30px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-stage__button--play {
  background: transparent;
  margin-left: auto;
  margin-right: 10px;
  border-radius: 50vw;
  width: 50px;
  height: 50px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
  transition: border-color 0.2s ease-in-out;
}

.c-stage__button--play:focus circle, .c-stage__button--play:hover circle {
  fill: #003366;
}

.c-stage__button--play:focus path, .c-stage__button--play:hover path {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}

.c-stage__button--play circle {
  fill: transparent;
}

.c-stage__button--play path {
  fill: #0055AF;
  stroke: #0055AF;
}

.c-stage__dots > .slick-dots li {
  width: 17px;
  height: 17px;
}

.c-stage__dots > .slick-dots button {
  background: transparent;
  width: 100%;
  height: 100%;
  border: 3px solid #0055AF;
  border-radius: 50%;
  position: relative;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.c-stage__dots > .slick-dots button:active, .c-stage__dots > .slick-dots button:focus, .c-stage__dots > .slick-dots button:hover {
  background: #003366;
  border-color: #003366;
  outline: none;
}

.c-stage__dots > .slick-dots button::after {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
}

.c-stage__dots > .slick-dots .slick-active button {
  background: #003366;
  border-color: #003366;
}

.c-stage__dots > .slick-dots .slick-active button:active, .c-stage__dots > .slick-dots .slick-active button:focus, .c-stage__dots > .slick-dots .slick-active button:hover {
  background: #003366;
  border-color: transparent;
}

.c-stage__image img {
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.c-stage__image-link {
  display: block;
}

.c-stage__image-link:focus::after {
  content: '';
  border: 2px solid #003366;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  bottom: 0;
}

.c-stage--full-width {
  margin-bottom: 20px;
  overflow: unset;
}

.c-stage--full-width .c-stage__stage {
  margin-bottom: 20px;
}

.c-stage--full-width .c-stage__text {
  margin-top: -90px;
  padding: 20px 20px 0;
  position: relative;
  z-index: 99;
}

.c-stage--full-width .c-stage__text::before {
  content: '';
  background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0.87));
  height: 90px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.c-stage--full-width .c-stage__text > * {
  position: relative;
}

.c-stage--full-width .c-stage__image {
  height: 234px;
  margin-bottom: 0;
  position: relative;
}

.c-stage--full-width .c-stage__image img {
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-stage--full-width .c-stage__source {
  background: #FFFFFF;
  padding: 2px 5px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 600px) {
  .c-stage--full-width .c-stage__source {
    opacity: .87;
  }
}

.c-stage--full-width .c-stage__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-stage:not(.c-stage--full-width) .c-stage__text {
  margin-bottom: 30px;
}

.c-stage:not(.c-stage--full-width) .c-stage__image {
  margin: 0 -12.5px 20px;
}

.c-stage:not(.c-stage--full-width) .c-stage__image-link {
  position: relative;
}

.c-stage:not(.c-stage--full-width) .c-stage__source {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.c-stage:not(.c-stage--full-width) .c-stage__nav {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-stage--paused .c-stage__button--play svg:first-child {
  display: none;
}

.c-stage:not(.c-stage--paused) .c-stage__button--play svg:last-child {
  display: none;
}

.c-subline {
  margin-bottom: 0;
  color: #5A5A5A;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.4375;
}

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

.c-subline__item:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}

.c-subline__item:not(:last-child)::after {
  content: '';
  background: currentColor;
  width: 1px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 100%;
}

.c-subline__label {
  font-weight: normal;
}

.c-teaser-publication__heading {
  margin-top: 0;
  margin-bottom: 0;
  clear: none;
}

.c-teaser-publication__heading a {
  margin-right: 10px;
  margin-bottom: 18px;
  word-break: break-all;
  display: inline-block;
}

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

.c-teaser-publication__heading span {
  color: #141414;
  font-family: "Open Sans", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.4375;
  display: block;
}

.t-bbsr .c-teaser-publication__heading a {
  word-break: break-word;
}

.t-bbsr .c-teaser-publication__heading a:active span, .t-bbsr .c-teaser-publication__heading a:focus span, .t-bbsr .c-teaser-publication__heading a:hover span {
  color: #003366;
}

.t-bbsr .c-teaser-publication__heading a span {
  color: #0055AF;
  font-family: "Merriweather", Constantia, Georgia, serif;
  font-size: 2.4rem;
  display: inline;
}

.t-bbsr .c-teaser-publication__heading a span:active, .t-bbsr .c-teaser-publication__heading a span:focus, .t-bbsr .c-teaser-publication__heading a span:hover {
  color: #003366;
}

.c-teaser-publication__issue {
  font-weight: normal;
}

.c-teaser-publication__preview,
.content .c-teaser-publication__preview {
  display: none;
}

.c-teaser-publication__type, .c-teaser-publication__excerpt {
  display: none;
}

.c-teaser-publication__cover {
  margin-bottom: 24px;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.c-teaser-publication__image,
.c-teaser-publication__image img {
  display: inline-block;
}

.c-teaser-searchresult-publication {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCD6E0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-teaser-searchresult-publication__cover {
  margin-bottom: 30px;
}

.c-teaser-searchresult-publication__image {
  margin-bottom: 10px;
  display: block !important;
}

.c-teaser-searchresult-publication__image img {
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.2);
}

.c-teaser-searchresult-publication__headline {
  margin-top: 0;
  margin-bottom: 24px;
}

.c-teaser-searchresult-publication__headline a {
  margin-bottom: 18px;
  display: inline-block;
}

.c-teaser-searchresult-publication__headline > span {
  color: #141414;
  font-family: "Open Sans", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.6rem;
  display: block;
}

.c-teaser-searchresult-publication__issue {
  font-weight: normal;
}

.c-teaser-searchresult-publication__type, .c-teaser-searchresult-publication__excerpt {
  display: block;
}

.c-teaser-searchresult-publication__cta {
  max-width: 600px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-teaser-searchresult-publication .c-action-box {
  width: 100%;
  max-width: 280px;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-teaser-searchresult-publication .c-action-box:not([class*='--small']) {
  background: #F2F5F7;
}

.c-teaser-searchresult-publication--highlighted {
  background: #F2F5F7;
  margin-top: 10px;
  margin-left: -12.5px;
  margin-right: -12.5px;
  padding: 20px 12.5px;
  border-bottom: none;
}

.c-teaser-searchresult-publication--highlighted .c-action-box {
  background: #FFFFFF;
}

.c-teaser-searchresult-publication--expertsearch {
  border-bottom: none;
}

.c-teaser-searchresult {
  margin: 35px 0;
}

.c-teaser-searchresult .c-download-link {
  margin-top: 0;
}

.c-teaser-searchresult .c-download-link__label:not(:last-child) {
  margin-bottom: -5px;
}

.c-teaser-searchresult .c-subline {
  margin-top: 10px;
}

.c-teaser-searchresult--no-label .c-download-link__label {
  display: none;
}

.c-teaser-searchresult__headline.c-teaser-searchresult__headline {
  margin: 0 0 6px;
  font-size: 2.1rem;
  line-height: 1.2381;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

.c-teaser-searchresult__excerpt {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
}

.c-teaser-searchresult__excerpt p {
  font-size: inherit;
}

.c-teaser-searchresult .searchString {
  background: none;
  padding: 0;
  font-style: normal;
}

.c-teaser-searchresult__link {
  position: static;
}

.c-teaser-searchresult__link:active span, .c-teaser-searchresult__link:focus span, .c-teaser-searchresult__link:hover span {
  text-decoration: none;
}

.c-teaser-searchresult__link:not(.c-teaser-searchresult__link--external) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.c-teaser-searchresult__link .c-topline {
  width: 100%;
  margin-bottom: 4px;
}

.t-bbsr .c-teaser-searchresult__link--external {
  position: relative;
  padding-right: 28px;
  position: static;
}

.t-bbsr .c-teaser-searchresult__link--external::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -143px -156px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  margin-left: 10px;
  vertical-align: baseline;
  display: inline-block;
  position: relative;
  top: 2px;
}

.t-bbsr .c-teaser-searchresult__link--external:active, .t-bbsr .c-teaser-searchresult__link--external:focus, .t-bbsr .c-teaser-searchresult__link--external:hover {
  position: relative;
  padding-right: 28px;
  position: static;
}

.t-bbsr .c-teaser-searchresult__link--external:active::after, .t-bbsr .c-teaser-searchresult__link--external:focus::after, .t-bbsr .c-teaser-searchresult__link--external:hover::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -107px -156px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  margin-left: 10px;
  display: inline-block;
  position: relative;
}

.t-bbr .c-teaser-searchresult__link--external {
  position: relative;
  position: relative;
}

.t-bbr .c-teaser-searchresult__link--external::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -143px -156px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  vertical-align: baseline;
  top: 2px;
}

.t-bbr .c-teaser-searchresult__link--external:active, .t-bbr .c-teaser-searchresult__link--external:focus, .t-bbr .c-teaser-searchresult__link--external:hover {
  position: relative;
  position: relative;
}

.t-bbr .c-teaser-searchresult__link--external:active::before, .t-bbr .c-teaser-searchresult__link--external:focus::before, .t-bbr .c-teaser-searchresult__link--external:hover::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -107px -156px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.t-bbsr .c-teaser-searchresult--Task {
  margin-bottom: 60px;
}

.t-bbsr .c-teaser-searchresult--Team .c-teaser-searchresult__link {
  display: block;
}

.c-teaser-tiny {
  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;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-teaser-tiny__headline {
  margin: 0;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.2381;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  position: relative;
}

.c-teaser-tiny__link,
.c-teaser-tiny .c-topline,
.c-teaser-tiny .c-subline {
  display: block !important;
  position: static;
}

.c-teaser-tiny__link {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.c-teaser-tiny__link--external:active::after, .c-teaser-tiny__link--external:focus::after, .c-teaser-tiny__link--external:hover::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -107px -156px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  margin-left: 10px;
  position: relative;
  top: 1px;
}

.c-teaser-tiny__link--external::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -143px -156px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  margin-left: 10px;
  position: relative;
  top: 1px;
}

.c-teaser-tiny .c-topline {
  margin-bottom: 5px;
  line-height: inherit;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.c-teaser-tiny .c-subline {
  margin-top: 5px;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.c-teaser-tiny__excerpt {
  margin-top: 26px;
}

.c-teaser-tiny__source {
  margin-top: 4px;
  color: #5A5A5A;
  font-size: 1.2rem;
  text-align: right;
}

.c-teaser-tiny img {
  width: 100%;
}

.c-teaser-tiny--dt-Publication .c-subline {
  position: relative;
  padding-left: 32px;
}

.c-teaser-tiny--dt-Publication .c-subline::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -137px -185px;
  width: 22px;
  height: 23px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.c-teaser {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.c-teaser--6col {
  margin-bottom: 40px;
}

.c-teaser--8col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.c-teaser--project .c-teaser__media {
  margin: 0 0 4px;
}

.c-teaser--project .c-teaser__source {
  margin-top: 2px;
}

.c-teaser--project .c-teaser__headline {
  margin-bottom: 8px;
}

.c-teaser--project .c-teaser__text-wrapper {
  font-size: 1.6rem;
}

.c-teaser--project .c-teaser__text-wrapper p {
  line-height: 1.4375;
}

.c-teaser__link {
  width: 100%;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

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

.c-teaser__link:active .c-teaser__excerpt, .c-teaser__link:focus .c-teaser__excerpt, .c-teaser__link:hover .c-teaser__excerpt {
  color: inherit;
}

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

.c-teaser__link--external:active .c-teaser__headline::after, .c-teaser__link--external:focus .c-teaser__headline::after, .c-teaser__link--external:hover .c-teaser__headline::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -107px -156px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  position: relative;
}

.c-teaser__link--external .c-teaser__headline::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -143px -156px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  margin-left: 10px;
  vertical-align: baseline;
  position: relative;
}

.c-teaser__link--full:focus {
  text-decoration: none;
}

.c-teaser__link--full:focus .c-teaser__headline {
  text-decoration: underline;
}

.c-teaser__link--full:focus .c-teaser__excerpt {
  text-decoration: none;
}

.c-teaser__link--full:focus .c-teaser__media img {
  outline: 2px solid #003366;
}

.c-teaser__headline {
  margin: 0 0 16px;
  color: inherit;
}

.c-teaser__headline--has-topline {
  position: relative;
}

.c-teaser__media {
  margin: 0 0 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.c-teaser__media a {
  display: block;
}

.c-teaser__media img {
  width: 100%;
  margin: 0;
  display: block;
}

.c-teaser__media-link {
  min-height: 1px;
}

.c-teaser__media-link:focus {
  outline: 2px solid #003366;
}

.c-teaser__source {
  color: #5A5A5A;
  font-size: 1.2rem;
  text-align: right;
}

.c-teaser__text-wrapper {
  font-size: 1.5rem;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.c-teaser__text-wrapper p {
  margin-bottom: 0;
  font-size: 1.6rem !important;
  line-height: 1.4375;
}

.c-teaser--6col .c-teaser__text-wrapper {
  margin-top: 0;
}

.c-teaser__excerpt {
  margin-bottom: 1.4rem;
  color: #141414;
}

.c-teaser__subheadline {
  margin: 5px 0 0;
  color: #141414;
  font-family: "Open Sans", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  display: block;
}

.c-teaser--text-on-image {
  margin-bottom: 30px;
}

.c-teaser--6col .c-teaser--text-on-image {
  margin-bottom: 40px;
}

.c-teaser--text-on-image .c-teaser__link {
  display: block !important;
  position: relative;
}

.c-teaser--text-on-image .c-teaser__link:active, .c-teaser--text-on-image .c-teaser__link:focus, .c-teaser--text-on-image .c-teaser__link:hover {
  text-decoration: none;
}

.c-teaser--text-on-image .c-teaser__link:active .c-teaser__excerpt, .c-teaser--text-on-image .c-teaser__link:focus .c-teaser__excerpt, .c-teaser--text-on-image .c-teaser__link:hover .c-teaser__excerpt {
  color: #FFFFFF;
}

.c-teaser--text-on-image .c-teaser__link:active .c-teaser__media::after, .c-teaser--text-on-image .c-teaser__link:focus .c-teaser__media::after, .c-teaser--text-on-image .c-teaser__link:hover .c-teaser__media::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.8));
}

.c-teaser--text-on-image .c-teaser__link--external .c-teaser__headline::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -17px -230px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  margin-left: 5px;
}

.c-teaser--text-on-image .c-teaser__media {
  display: block;
  position: relative;
}

.c-teaser--text-on-image .c-teaser__media::after {
  content: '';
  display: inline-block;
  position: absolute;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-property: background;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(20, 20, 20, 0.7), rgba(20, 20, 20, 0.9));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 22px;
}

.c-teaser--text-on-image .c-teaser__text-wrapper {
  font-size: 1.5rem;
  display: block;
  position: absolute;
  left: 12.5px;
  right: 12.5px;
  bottom: calc(12.5px + 22px);
}

.c-teaser--text-on-image .c-teaser__headline {
  font-size: 2.1rem;
  line-height: 1.2381;
  margin: 0;
  color: #FFFFFF;
  text-shadow: 2px 2px 0 rgba(20, 20, 20, 0.8);
}

.t-bbsr .c-teaser--text-on-image .c-teaser__headline {
  font-family: "Merriweather", Constantia, Georgia, serif;
  font-size: 2.1rem;
  line-height: 1.2381;
}

.c-teaser--text-on-image .c-teaser__headline:not(:last-child) {
  margin-bottom: 10px;
}

.c-teaser--text-on-image .c-teaser__excerpt {
  color: #FFFFFF;
  text-shadow: 2px 2px 0 rgba(20, 20, 20, 0.8);
}

.c-teaser--tiny .c-teaser__headline {
  margin-bottom: 10px;
}

.c-teaser--is-hidden {
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.c-teaser[class*='--col'],
.content > .c-teaser[class*='--col'],
[id*='Slot'] > .c-teaser[class*='--col'],
.s-richtext > .c-teaser[class*='--col'],
.s-richtext > .row > .columns > .c-teaser[class*='--col'] {
  width: 100%;
  max-width: 120em;
  margin: 40px auto;
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.c-teaser[class*='--col'] .c-teaser__text-wrapper,
.content > .c-teaser[class*='--col'] .c-teaser__text-wrapper,
[id*='Slot'] > .c-teaser[class*='--col'] .c-teaser__text-wrapper,
.s-richtext > .c-teaser[class*='--col'] .c-teaser__text-wrapper,
.s-richtext > .row > .columns > .c-teaser[class*='--col'] .c-teaser__text-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

.c-teaser[class*='--col'] .c-teaser__link,
.content > .c-teaser[class*='--col'] .c-teaser__link,
[id*='Slot'] > .c-teaser[class*='--col'] .c-teaser__link,
.s-richtext > .c-teaser[class*='--col'] .c-teaser__link,
.s-richtext > .row > .columns > .c-teaser[class*='--col'] .c-teaser__link {
  display: inherit;
  -webkit-flex-flow: inherit;
      -ms-flex-flow: inherit;
          flex-flow: inherit;
}

.c-teaser[class*='--col'] .c-teaser__headline,
.content > .c-teaser[class*='--col'] .c-teaser__headline,
[id*='Slot'] > .c-teaser[class*='--col'] .c-teaser__headline,
.s-richtext > .c-teaser[class*='--col'] .c-teaser__headline,
.s-richtext > .row > .columns > .c-teaser[class*='--col'] .c-teaser__headline {
  padding-top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

.c-teaser[class*='--col'] .c-teaser__headline--has-topline,
.content > .c-teaser[class*='--col'] .c-teaser__headline--has-topline,
[id*='Slot'] > .c-teaser[class*='--col'] .c-teaser__headline--has-topline,
.s-richtext > .c-teaser[class*='--col'] .c-teaser__headline--has-topline,
.s-richtext > .row > .columns > .c-teaser[class*='--col'] .c-teaser__headline--has-topline {
  padding-top: 0;
}

.s-richtext > .c-teaser[class*='--col'],
.s-richtext > .row > .columns > .c-teaser[class*='--col'] {
  padding-left: 0;
  padding-right: 0;
}

.c-theme-switcher {
  position: fixed;
  left: 10px;
  bottom: 10px;
}

.c-theme-switcher__button {
  background: #E5EBF0;
  padding: .75em;
  box-shadow: 0 0 5px rgba(90, 90, 90, 0.2);
  color: #0055AF;
}

.c-to-top > a {
  background-color: #0055AF;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-indent: -999999px;
  display: block;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.c-to-top > a:active, .c-to-top > a:focus, .c-to-top > a:hover {
  background-color: #FFFFFF;
  border: 2px solid #003366;
}

.c-to-top > a:active::before, .c-to-top > a:focus::before, .c-to-top > a:hover::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat 0px -230px;
  width: 17px;
  height: 18px;
  display: inline-block;
  position: absolute;
}

.c-to-top > a::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -179px -156px;
  width: 17px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-toggle-button:focus {
  outline: none;
}

.c-toggle-button__text {
  color: #0055AF;
  font-size: 1.6rem;
  line-height: 1.4375;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.t-bbr .c-toggle-button:active, .t-bbr .c-toggle-button:focus, .t-bbr .c-toggle-button:hover, .t-bbsr .c-toggle-button:active, .t-bbsr .c-toggle-button:focus, .t-bbsr .c-toggle-button:hover {
  color: #003366;
  text-decoration: underline;
}

.t-bbr .c-toggle-button .c-toggle-button__text::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -235px -140px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  margin-left: 0;
  margin-bottom: 8px;
  position: relative;
}

.t-bbr .c-toggle-button[aria-expanded='true'] .c-toggle-button__text::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -235px 0px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  position: relative;
}

.t-bbsr .c-toggle-button .c-toggle-button__text::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -132px -116px;
  width: 21px;
  height: 12px;
  display: inline-block;
  position: absolute;
  margin-left: 0;
  margin-bottom: 8px;
  position: relative;
}

.t-bbsr .c-toggle-button[aria-expanded='true'] > .c-toggle-button__text::before {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

.c-toggle {
  margin-bottom: 62px;
  position: relative;
}

.c-toggle__headline {
  background: #F2F5F7;
  margin: 0 0 2px;
  padding: 22px 59px 22px 23px;
  color: #0055AF;
  cursor: pointer;
}

.c-toggle__headline,
.t-bbsr .c-toggle__headline {
  font-family: "Open Sans", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.1rem;
  line-height: 1.33333;
}

.c-toggle__headline:hover {
  text-decoration: underline;
}

.t-bbsr .c-toggle__headline::before {
  transition: all .25s ease;
}

.c-toggle__headline.inactive-control {
  position: relative;
}

.c-toggle__headline.inactive-control::before {
  top: 50%;
  right: 30px;
}

.t-bbsr .c-toggle__headline.inactive-control::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -218px -185px;
  width: 13px;
  height: 22px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(-90deg) scale(1);
      -ms-transform: translateY(-50%) rotate(-90deg) scale(1);
          transform: translateY(-50%) rotate(-90deg) scale(1);
}

.t-bbr .c-toggle__headline.inactive-control::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -235px -140px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-toggle__headline.active-control {
  position: relative;
}

.c-toggle__headline.active-control::before {
  top: 50%;
  right: 30px;
}

.t-bbsr .c-toggle__headline.active-control::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -218px -185px;
  width: 13px;
  height: 22px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(-90deg) scale(-1);
      -ms-transform: translateY(-50%) rotate(-90deg) scale(-1);
          transform: translateY(-50%) rotate(-90deg) scale(-1);
}

.t-bbr .c-toggle__headline.active-control::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -235px 0px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-toggle__headline--project {
  background: none !important;
  margin-bottom: 0 !important;
  padding: 22px 40px !important;
  color: #0055AF;
}

.c-toggle__headline--project::after {
  content: '';
  display: inline-block;
  position: absolute;
  background: currentColor;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  top: 35px;
  left: 0;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-property: border, background;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-toggle__headline--project.active-control::after {
  background: #FFFFFF;
  border: 2px solid currentColor;
}

.c-toggle__headline--project::before {
  top: 35px !important;
  right: 0 !important;
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.c-toggle__headline--project + div {
  padding-left: 23px;
}

.c-toggle__headline button {
  text-align: left;
  line-height: 1.2;
}

.c-toggle__content {
  padding: 30px 23px 20px;
  overflow: hidden;
}

.c-toggle__content--sibling-search {
  background: #F2F5F7;
  padding: 0 23px 30px;
}

.c-toggle--project {
  margin-bottom: 35px;
}

.c-toggle--project::before {
  content: '';
  display: inline-block;
  position: absolute;
  border-left: 1px solid #CCD6E0;
  top: 35px;
  left: 8px;
  bottom: 35px;
}

.c-toggle--no-space-after {
  margin-bottom: 0;
}

.c-topic-results__amount,
.c-topic-result__amount {
  margin: 20px 0 40px;
  color: #003366;
  font-weight: 600;
}

.c-topic-results__item,
.c-topic-result__item {
  margin: .75em 0;
  font-weight: 600;
}

.c-topic-search__list {
  padding-left: 6.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin-bottom: 40px;
}

.c-topic-search__list::after {
  content: '';
  display: block;
}

.c-topic-search__item label,
.c-topic-search__item span {
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 1.59;
  display: block;
}

.c-topic-search__item label {
  padding: 0 .35em;
  color: #0055AF;
  cursor: pointer;
}

.c-topic-search__item label:active, .c-topic-search__item label:focus, .c-topic-search__item label:hover {
  color: #003366;
}

.c-topic-search__item span {
  padding: 0 .4em;
  color: #B8B8B8;
}

.c-topic-search__item:first-child {
  width: 6.5rem;
  height: 100%;
  margin-right: auto;
  position: absolute;
  top: 1px;
  left: 0;
}

.c-topic-search__item:first-child label,
.c-topic-search__item:first-child span {
  padding-left: 0;
  text-decoration: underline;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.c-topic-search__item:last-child {
  margin-right: 0;
}

.c-topic-search__item--active {
  text-decoration: underline;
}

.c-topic-search__item--active span,
.c-topic-search__item--active label {
  color: #0055AF;
}

.c-topic-search__item--resultless {
  color: #B8B8B8;
}

.c-topic-search [type='text'] {
  background: url(/SiteGlobals/Frontend/Images/icons/search-input.svg?__blob=normal&v=2) no-repeat 20px center;
  margin: 40px 0;
  padding-left: 69px;
  border-color: #CCD6E0;
}

.c-topline {
  color: #5A5A5A;
  font-family: "Open Sans", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: inherit;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-order: -4;
      -ms-flex-order: -4;
          order: -4;
}

.c-topline__item {
  text-transform: uppercase;
}

.c-topline__item--doctype {
  font-weight: bold;
}

.c-topline__item:not(:last-child) {
  margin-right: 8px;
}

.c-topline__item:only-child {
  font-weight: bold;
}

.c-video {
  background: #F2F5F7;
  margin-top: 40px;
  margin-bottom: 70px;
  padding: 30px;
}

.c-video__headline {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 2.1rem;
}

.c-video__caption {
  font-size: 1.6rem;
}

.c-video__caption p {
  margin-bottom: 0;
  font-size: inherit;
}

.c-video__source {
  margin-top: 20px;
  font-size: 1.2rem;
  display: block;
}

.c-video--in-gallery {
  margin: 0;
  padding: 0 0 50px;
}

.c-video--in-gallery .mejs__overlay-button.mejs__overlay-button {
  box-shadow: 0 0 5px #CCD6E0;
  border-radius: 50%;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.consent-reload-wrapper {
  background: #F2F5F7;
  margin-bottom: 30px;
  padding: 5px;
}

.consent-reload-wrapper h3 {
  margin-bottom: .5rem;
}

.consent-reload-wrapper p {
  margin-bottom: 1rem;
}

.consent-reload-wrapper video {
  margin: 0;
}

.consent-reload-wrapper.is-allowed-and-replaced {
  background: none;
  padding: 0;
}

.consent-reload-button {
  background: #003366;
  margin: 0;
  padding: 10px 14px;
  border-bottom: 1px solid #003366;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}

.consent-reload-button:active, .consent-reload-button:focus, .consent-reload-button:hover {
  background: #CCD6E0;
  border-color: currentColor;
  color: #141414;
}

.consent-reload-required {
  margin-bottom: 20px;
}

@-webkit-keyframes cookiebanner {
  0% {
    display: none;
  }
  50% {
    display: none;
  }
  100% {
    display: block;
  }
}

@keyframes cookiebanner {
  0% {
    display: none;
  }
  50% {
    display: none;
  }
  100% {
    display: block;
  }
}

.cookiebanner {
  background: transparent;
  position: -webkit-sticky;
  position: sticky;
  padding: 10px;
  border-bottom: 3px solid #003366;
  overflow: hidden;
  -webkit-transform: translateZ(2px);
          transform: translateZ(2px);
}

.cookiebanner h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2rem;
}

.cookiebanner p {
  font-size: 1.4rem;
}

.cookiebanner .all {
  display: none;
}

.cookiebanner .RichTextIntLink {
  text-decoration: underline;
  display: inline-block;
}

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

.cookiebanner .button {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-property: background;
  background: #0055AF;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: normal;
  display: inline-block;
  border: 1px solid #003366;
}

.cookiebanner .button:hover {
  background: #003366;
  text-decoration: none;
}

.cookiebanner .button:active, .cookiebanner .button:focus {
  background: #FFFFFF;
  color: #003366;
  text-decoration: none;
}

.js-off .cookiebanner {
  display: none;
  -webkit-animation: cookiebanner .25s ease-in-out;
          animation: cookiebanner .25s ease-in-out;
}

.js-on .cookiebanner {
  background: transparent;
  width: 100%;
  height: auto;
  border: none;
  z-index: 10000;
  overflow: inherit;
}

.js-on .cookiebanner.top {
  margin-top: 10px;
  padding: 0;
  position: fixed;
  top: auto;
  bottom: 0;
}

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

.js-on .cookiebannerbox > div {
  background: #F2F5F7;
  width: 97%;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #B8B8B8;
  display: block;
  overflow: hidden;
}

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

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

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

.docData + .docData {
  margin-top: -20px;
}

.docData .label {
  padding-top: 14px;
  font-weight: bold;
  display: block;
}

.docData .value {
  padding-bottom: 14px;
  border-bottom: 1px solid #E5EBF0;
  display: block;
}

.docData br {
  display: none;
}

.docData a {
  display: block;
}

.docData--richtext-like .label,
.docData--richtext-like .value {
  border-bottom: none !important;
  font-weight: normal;
}

.docData--richtext-like .label {
  padding-top: 0;
}

[name='searchExpert'] {
  margin: 20px 0 50px;
  position: relative;
  z-index: 100;
}

[name='searchExpert'] .columns {
  padding-top: 0;
  padding-bottom: 0;
}

[name='searchExpert'] [name*='templateQueryString'] {
  background: #FFFFFF;
  height: 60px;
  padding-left: 60px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #0055AF;
  font-size: 1.8rem;
  font-weight: 600;
  display: block;
}

[name='searchExpert'] button {
  width: 29px;
  height: 29px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%) translateY(-5px);
      -ms-transform: translateY(-50%) translateY(-5px);
          transform: translateY(-50%) translateY(-5px);
}

[name='searchExpert'] .searchAutoSuggestBox {
  background: #FFFFFF;
  border-top: 1px solid #CCD6E0;
}

[name='searchExpert'] .searchAutoSuggestBox a {
  padding: 10px;
  padding-left: 60px;
}

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

form {
  margin-bottom: 20px;
}

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

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

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

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

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

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

input,
textarea,
select {
  background: #FFFFFF;
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #E5EBF0;
  border-radius: 3px;
}

.labelspacer {
  padding-top: 2.25em;
}

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

label {
  cursor: pointer;
}

label,
.formLabel em {
  margin-bottom: 6px;
  font-weight: 600;
  font-style: normal;
  display: block;
}

.formLabel em {
  margin-bottom: 30px;
  font-style: normal;
}

.formLabel i,
.formLabel dfn {
  font-weight: normal;
  font-style: normal;
}

.formLabel dfn {
  margin-left: 5px;
}

textarea {
  height: 200px;
}

.c-textarea-charcount {
  margin: 10px 0 0;
  font-size: 1.6rem;
}

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

input[type='checkbox'],
input[type='checkbox'] + label,
input[type='checkbox'] + span > label, input[type='radio'],
input[type='radio'] + label,
input[type='radio'] + span > label {
  margin-bottom: 30px;
  font-weight: normal;
}

input[type='checkbox'][type='radio'] + label,
input[type='checkbox'][type='radio'] + span > label, input[type='radio'][type='radio'] + label,
input[type='radio'][type='radio'] + span > label {
  position: relative;
  padding-left: 32px;
}

input[type='checkbox'][type='radio'] + label::before,
input[type='checkbox'][type='radio'] + span > label::before, input[type='radio'][type='radio'] + label::before,
input[type='radio'][type='radio'] + span > label::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -87px -208px;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
}

input[type='checkbox'][type='radio'] + label:active, input[type='checkbox'][type='radio'] + label:focus, input[type='checkbox'][type='radio'] + label:hover, input[type='checkbox'][type='radio'] + span > label:active, input[type='checkbox'][type='radio'] + span > label:focus, input[type='checkbox'][type='radio'] + span > label:hover, input[type='radio'][type='radio'] + label:active, input[type='radio'][type='radio'] + label:focus, input[type='radio'][type='radio'] + label:hover, input[type='radio'][type='radio'] + span > label:active, input[type='radio'][type='radio'] + span > label:focus, input[type='radio'][type='radio'] + span > label:hover {
  position: relative;
  padding-left: 32px;
}

input[type='checkbox'][type='radio'] + label:active::before, input[type='checkbox'][type='radio'] + label:focus::before, input[type='checkbox'][type='radio'] + label:hover::before, input[type='checkbox'][type='radio'] + span > label:active::before, input[type='checkbox'][type='radio'] + span > label:focus::before, input[type='checkbox'][type='radio'] + span > label:hover::before, input[type='radio'][type='radio'] + label:active::before, input[type='radio'][type='radio'] + label:focus::before, input[type='radio'][type='radio'] + label:hover::before, input[type='radio'][type='radio'] + span > label:active::before, input[type='radio'][type='radio'] + span > label:focus::before, input[type='radio'][type='radio'] + span > label:hover::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -46px -185px;
  width: 23px;
  height: 23px;
  display: inline-block;
  position: absolute;
}

input[type='checkbox'][type='radio']:checked + label,
input[type='checkbox'][type='radio']:checked + span > label, input[type='radio'][type='radio']:checked + label,
input[type='radio'][type='radio']:checked + span > label {
  position: relative;
  padding-left: 32px;
}

input[type='checkbox'][type='radio']:checked + label::before,
input[type='checkbox'][type='radio']:checked + span > label::before, input[type='radio'][type='radio']:checked + label::before,
input[type='radio'][type='radio']:checked + span > label::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -69px -185px;
  width: 23px;
  height: 23px;
  display: inline-block;
  position: absolute;
}

input[type='checkbox'][type='checkbox'] + label,
input[type='checkbox'][type='checkbox'] + span > label, input[type='radio'][type='checkbox'] + label,
input[type='radio'][type='checkbox'] + span > label {
  position: relative;
  padding-left: 32px;
}

input[type='checkbox'][type='checkbox'] + label::before,
input[type='checkbox'][type='checkbox'] + span > label::before, input[type='radio'][type='checkbox'] + label::before,
input[type='radio'][type='checkbox'] + span > label::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -22px -208px;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
}

input[type='checkbox'][type='checkbox'] + label:active, input[type='checkbox'][type='checkbox'] + label:focus, input[type='checkbox'][type='checkbox'] + label:hover, input[type='checkbox'][type='checkbox'] + span > label:active, input[type='checkbox'][type='checkbox'] + span > label:focus, input[type='checkbox'][type='checkbox'] + span > label:hover, input[type='radio'][type='checkbox'] + label:active, input[type='radio'][type='checkbox'] + label:focus, input[type='radio'][type='checkbox'] + label:hover, input[type='radio'][type='checkbox'] + span > label:active, input[type='radio'][type='checkbox'] + span > label:focus, input[type='radio'][type='checkbox'] + span > label:hover {
  position: relative;
  padding-left: 23px10px -1;
}

input[type='checkbox'][type='checkbox'] + label:active::before, input[type='checkbox'][type='checkbox'] + label:focus::before, input[type='checkbox'][type='checkbox'] + label:hover::before, input[type='checkbox'][type='checkbox'] + span > label:active::before, input[type='checkbox'][type='checkbox'] + span > label:focus::before, input[type='checkbox'][type='checkbox'] + span > label:hover::before, input[type='radio'][type='checkbox'] + label:active::before, input[type='radio'][type='checkbox'] + label:focus::before, input[type='radio'][type='checkbox'] + label:hover::before, input[type='radio'][type='checkbox'] + span > label:active::before, input[type='radio'][type='checkbox'] + span > label:focus::before, input[type='radio'][type='checkbox'] + span > label:hover::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -159px -185px;
  width: 23px;
  height: 23px;
  display: inline-block;
  position: absolute;
}

input[type='checkbox'][type='checkbox']:checked + label,
input[type='checkbox'][type='checkbox']:checked + span > label, input[type='radio'][type='checkbox']:checked + label,
input[type='radio'][type='checkbox']:checked + span > label {
  position: relative;
  padding-left: 32px;
}

input[type='checkbox'][type='checkbox']:checked + label::before,
input[type='checkbox'][type='checkbox']:checked + span > label::before, input[type='radio'][type='checkbox']:checked + label::before,
input[type='radio'][type='checkbox']:checked + span > label::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -182px -185px;
  width: 23px;
  height: 23px;
  display: inline-block;
  position: absolute;
}

input.submit, input.reset {
  width: auto;
  min-width: 8.33333%;
  padding: 11px 22px;
  border: none;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

input.submit + input, input.reset + input {
  margin-left: 30px;
}

input.submit {
  background: #0055AF;
  color: #FFFFFF;
}

input.submit:active, input.submit:focus, input.submit:hover {
  background: #003366;
  border: none;
  color: #FFFFFF;
}

input.reset {
  background: #B2C2D1;
  color: #141414;
}

input.reset:active, input.reset:focus, input.reset:hover {
  background: #CCD6E0;
  border: none;
  color: #141414;
}

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

select:not([size]), select[size='1'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.formFieldSelect:not([class*='formFieldSelectMultiple']) {
  position: relative;
}

.formFieldSelect:not([class*='formFieldSelectMultiple'])::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -153px -116px;
  width: 21px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

input:active, input:focus, input:hover, textarea:active, textarea:focus, textarea:hover, select:active, select:focus, select:hover {
  border: 1px solid #0055AF;
  outline: none;
}

.formField {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.formField .formError {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.col2 .formField {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.col2 .formField > span {
  width: calc(50% - 15px);
  max-width: calc(50% - 15px);
  display: block;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.col2 .formField > span:nth-child(odd) {
  margin-right: 30px;
}

.col3 .formField {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.col3 .formField > span {
  width: calc(33.3% - 15px);
  max-width: calc(33.3% - 15px);
  display: block;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.col3 .formField::after {
  content: '';
  max-width: calc(33.3% - 15px);
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}

.formHandle {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.formError {
  margin-top: 6px;
  color: #D80000;
  font-size: 1.9em;
  font-weight: 600;
}

.formError.abstract {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.8em;
}

.formError.abstract::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -235px -196px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  margin-left: 10px;
  vertical-align: baseline;
  position: relative;
  top: 2px;
}

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

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

.error a {
  position: relative;
  padding-left: 24px;
  color: #D80000;
  font-weight: 600;
}

.error a::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -52px -230px;
  width: 14px;
  height: 13px;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.error a:active, .error a:focus, .error a:hover {
  color: #D80000;
}

.error a:hover {
  text-decoration: underline;
}

@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans Light"), local("OpenSans-Light"), url("/static/fonts/OpenSans/open-sans-latin-300.woff2") format("woff2"), url("/static/fonts/OpenSans/open-sans-latin-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url("/static/fonts/OpenSans/open-sans-latin-300italic.woff2") format("woff2"), url("/static/fonts/OpenSans/open-sans-latin-300italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: fallback;
}

@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/static/fonts/OpenSans/open-sans-latin-regular.woff2") format("woff2"), url("/static/fonts/OpenSans/open-sans-latin-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("/static/fonts/OpenSans/open-sans-latin-italic.woff2") format("woff2"), url("/static/fonts/OpenSans/open-sans-latin-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("/static/fonts/OpenSans/open-sans-latin-600.woff2") format("woff2"), url("/static/fonts/OpenSans/open-sans-latin-600.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url("/static/fonts/OpenSans/open-sans-latin-600italic.woff2") format("woff2"), url("/static/fonts/OpenSans/open-sans-latin-600italic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: fallback;
}

@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/static/fonts/OpenSans/open-sans-latin-700.woff2") format("woff2"), url("/static/fonts/OpenSans/open-sans-latin-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Open Sans';
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("/static/fonts/OpenSans/open-sans-latin-700italic.woff2") format("woff2"), url("/static/fonts/OpenSans/open-sans-latin-700italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: fallback;
}

@font-face {
  font-family: 'Merriweather';
  src: local("Merriweather Regular"), local("Merriweather-Regular"), url("/static/fonts/Merriweather/merriweather-latin-regular.woff2") format("woff2"), url("/static/fonts/Merriweather/merriweather-latin-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Merriweather';
  src: local("Merriweather Bold"), local("Merriweather-Bold"), url("/static/fonts/Merriweather/merriweather-latin-700.woff2") format("woff2"), url("/static/fonts/Merriweather/merriweather-latin-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}

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

.clear {
  clear: both;
}

ol {
  list-style-type: none;
}

.all {
  margin-bottom: 20px;
  border-radius: 3px;
  overflow: hidden;
}

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

.content .all {
  background: #F2F5F7;
}

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

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

a.button:active, a.button:focus, a.button:hover {
  background-color: #0055AF;
  border-color: #003366;
  color: #FFFFFF;
  text-decoration: underline;
}

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

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

.h-hide {
  display: none !important;
}

.h-block {
  display: block !important;
}

.h-inline-block {
  display: inline-block !important;
}

.h-flex {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.is-shrinked .h-header-row {
  height: 100%;
}

.incoming-publications__heading {
  padding-left: 5rem;
  font-weight: 400;
  margin-top: 5rem;
  margin-bottom: 4rem;
}

.incoming-publications__wrapper {
  padding-left: 2rem;
}

.incoming-publications__header {
  margin-top: 5rem;
}

.l-content-wrapper {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

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

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

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

.l-content-wrapper--narrow-space {
  padding-top: 15px;
  padding-bottom: 20px;
}

.l-content-wrapper--narrow-space-before {
  padding-top: 15px;
  padding-bottom: 40px;
}

.l-content-wrapper--narrow-space-after {
  padding-top: 30px;
  padding-bottom: 20px;
}

.l-content-wrapper--border-bottom {
  border-bottom: 2px solid #E5EBF0;
}

.l-content-wrapper--border-top {
  border-top: 2px solid #E5EBF0;
}

.l-content-wrapper__headline {
  max-width: 116rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
}

.l-content-wrapper--bg-color-primary-5 {
  background-color: #F2F5F7;
}

.l-content-wrapper--overflow {
  overflow: visible;
}

.l-teaser-toggle {
  width: 100%;
}

.l-teaser-toggle .c-teaser,
.l-teaser-toggle .c-more-banner {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-property: all;
}

@media screen and (max-width: 599px) {
  .l-teaser-toggle[data-initial-items-small='1'] .column:nth-child(1n+2) .c-teaser:not(.h-hide),
  .l-teaser-toggle[data-initial-items-small='1'] .column:nth-child(1n+2) .c-more-banner:not(.h-hide) {
    display: none;
  }
  .l-teaser-toggle[data-initial-items-small='2'] .column:nth-child(1n+3) .c-teaser:not(.h-hide),
  .l-teaser-toggle[data-initial-items-small='2'] .column:nth-child(1n+3) .c-more-banner:not(.h-hide) {
    display: none;
  }
  .l-teaser-toggle[data-initial-items-small='3'] .column:nth-child(1n+4) .c-teaser:not(.h-hide),
  .l-teaser-toggle[data-initial-items-small='3'] .column:nth-child(1n+4) .c-more-banner:not(.h-hide) {
    display: none;
  }
  .l-teaser-toggle[data-initial-items-small='4'] .column:nth-child(1n+5) .c-teaser:not(.h-hide),
  .l-teaser-toggle[data-initial-items-small='4'] .column:nth-child(1n+5) .c-more-banner:not(.h-hide) {
    display: none;
  }
  .l-teaser-toggle[data-initial-items-small='5'] .column:nth-child(1n+6) .c-teaser:not(.h-hide),
  .l-teaser-toggle[data-initial-items-small='5'] .column:nth-child(1n+6) .c-more-banner:not(.h-hide) {
    display: none;
  }
  .l-teaser-toggle[data-initial-items-small='6'] .column:nth-child(1n+7) .c-teaser:not(.h-hide),
  .l-teaser-toggle[data-initial-items-small='6'] .column:nth-child(1n+7) .c-more-banner:not(.h-hide) {
    display: none;
  }
}

button.mfp-arrow {
  box-shadow: 0 0 5px #CCD6E0;
  background: #FFFFFF;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: auto;
  bottom: 30px;
  overflow: hidden;
}

button.mfp-arrow:active, button.mfp-arrow:focus, button.mfp-arrow:hover {
  border: 2px solid #0055AF;
}

@supports ((-webkit-filter: brightness(0)) or (filter: brightness(0))) {
  button.mfp-arrow:active, button.mfp-arrow:focus, button.mfp-arrow:hover {
    transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    transition-property: background;
    background: #0055AF;
    border: 2px solid #0055AF;
  }
  button.mfp-arrow:active img, button.mfp-arrow:focus img, button.mfp-arrow:hover img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}

button.mfp-arrow img {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-property: -webkit-filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

button.mfp-arrow.mfp-arrow-left {
  left: 20px;
}

button.mfp-arrow.mfp-arrow-right {
  right: 20px;
}

button.mfp-arrow.mfp-arrow-right img {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

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

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

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: calc(100% - 12.5px);
  max-width: calc(120em + 25px);
  padding-top: 90px;
}

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

.mfp-inline-holder .mfp-content button.mfp-close,
.mfp-ajax-holder .mfp-content button.mfp-close {
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.1;
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  right: 0;
}

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

.mfp-inline-holder .mfp-content button.mfp-close img,
.mfp-ajax-holder .mfp-content button.mfp-close img {
  width: 32px;
  height: 32px;
}

.mfp-inline-holder .mfp-content button.mfp-close::after,
.mfp-ajax-holder .mfp-content button.mfp-close::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

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

.mfp-inline-holder .mfp-content .glossarEntry,
.mfp-inline-holder .mfp-content #glossarEntry,
.mfp-ajax-holder .mfp-content .glossarEntry,
.mfp-ajax-holder .mfp-content #glossarEntry {
  background: #FFFFFF;
  padding: 30px 20px;
}

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

.mfp-inline-holder .mfp-content .picture,
.mfp-ajax-holder .mfp-content .picture {
  width: 100% !important;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

.mfp-inline-holder .mfp-content .imageEntry,
.mfp-ajax-holder .mfp-content .imageEntry {
  background: #F2F5F7;
  min-width: 320px;
  margin: 0 auto;
  outline: 12.5px solid #F2F5F7;
  position: relative;
}

.mfp-inline-holder .mfp-content .imageEntry .mfp-close,
.mfp-ajax-holder .mfp-content .imageEntry .mfp-close {
  top: auto;
  right: -12.5px;
  bottom: 100%;
  -webkit-transform: translateY(-50%) translateY(-12.5px);
      -ms-transform: translateY(-50%) translateY(-12.5px);
          transform: translateY(-50%) translateY(-12.5px);
}

.mfp-inline-holder .mfp-content .wrapper,
.mfp-ajax-holder .mfp-content .wrapper {
  padding: 0;
}

.mfp-inline-holder .mfp-content .wrapper-text,
.mfp-ajax-holder .mfp-content .wrapper-text {
  margin-bottom: 0;
  padding: 0 0 25px;
}

.mfp-inline-holder .mfp-content .wrapper-download,
.mfp-ajax-holder .mfp-content .wrapper-download {
  margin-top: 10px;
  padding: 0 0 12.5px 0;
}

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

.mfp-inline-holder .mfp-content .slide,
.mfp-ajax-holder .mfp-content .slide {
  background: #F2F5F7;
  padding: 20px 20px 30px;
}

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

.mfp-inline-holder .mfp-content .slide .position,
.mfp-ajax-holder .mfp-content .slide .position {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mfp-inline-holder .mfp-content .slide .position .current,
.mfp-ajax-holder .mfp-content .slide .position .current {
  font-size: 2.4rem;
}

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

.mfp-bg {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-property: opacity;
  z-index: 99999;
}

.mfp-bg.mfp-ready {
  opacity: 1;
}

.mfp-bg.mfp-removing {
  opacity: 0;
}

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

.mfp-wrap .mfp-content {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-property: opacity;
  opacity: 0;
}

.mfp-wrap.mfp-ready {
  opacity: 1;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-wrap.mfp-removing {
  opacity: 0;
}

.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.wrapper-download-link {
  font-size: 1.4rem;
  font-weight: bold;
}

.wrapper-download-meta {
  position: relative;
  padding-left: 30px;
  font-weight: normal;
}

.wrapper-download-meta::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -235px -80px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 0;
}

.wrapper-download-meta-item {
  color: #5A5A5A;
  display: inline !important;
}

.wrapper-download-meta-item:not(:first-child)::before {
  content: ' | ';
}

@-webkit-keyframes anchorTarget {
  0% {
    background: transparent;
  }
  20% {
    background: rgba(0, 85, 175, 0.3);
  }
  50% {
    background: transparent;
  }
  70% {
    background: rgba(0, 85, 175, 0.3);
  }
  100% {
    background: transparent;
  }
}

@keyframes anchorTarget {
  0% {
    background: transparent;
  }
  20% {
    background: rgba(0, 85, 175, 0.3);
  }
  50% {
    background: transparent;
  }
  70% {
    background: rgba(0, 85, 175, 0.3);
  }
  100% {
    background: transparent;
  }
}

.content a {
  display: inline-block;
}

.content a[name]:not([href]), .content a[id]:not([href]) {
  display: inline;
  position: relative;
  top: -70px;
}

.content a[name]:not([href]):target + h2,
.content a[name]:not([href]):target + h3, .content a[id]:not([href]):target + h2,
.content a[id]:not([href]):target + h3 {
  -webkit-animation-name: anchorTarget;
          animation-name: anchorTarget;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

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

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

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

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

.t-bbr a.external::before, .t-bbr
.teaser .more a.external::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -143px -156px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: .75em;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}

.t-bbr a.external:active, .t-bbr a.external:focus, .t-bbr a.external:hover, .t-bbr .teaser .more a.external:active, .t-bbr .teaser .more a.external:focus, .t-bbr .teaser .more a.external:hover {
  position: relative;
  padding-left: 23px;
}

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

.t-bbsr a.external, .t-bbsr
.teaser .more a.external {
  position: relative;
  padding-right: 23px;
}

.t-bbsr a.external::after, .t-bbsr
.teaser .more a.external::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -143px -156px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: .75em;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}

.t-bbsr a.external:active, .t-bbsr a.external:focus, .t-bbsr a.external:hover, .t-bbsr .teaser .more a.external:active, .t-bbsr .teaser .more a.external:focus, .t-bbsr .teaser .more a.external:hover {
  position: relative;
  padding-right: 23px;
}

.t-bbsr a.external:active::after, .t-bbsr a.external:focus::after, .t-bbsr a.external:hover::after, .t-bbsr .teaser .more a.external:active::after, .t-bbsr .teaser .more a.external:focus::after, .t-bbsr .teaser .more a.external:hover::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -107px -156px;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
}

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

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

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

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

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

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

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

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

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

ul.links a.downloadLink,
ul.links strong.downloadLink {
  padding-left: 30px;
}

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

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

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

.mejs__container {
  background: none;
}

.mejs__container *:focus {
  outline: 2px solid #003366;
}

.mejs__container *:focus:hover, .mejs__container *:focus:hover:active {
  outline: none;
}

.mejs__video {
  width: auto;
  height: auto;
  margin: 0 auto;
}

.mejs__video.is-playing .mejs__controls, .mejs__video.is-pausing .mejs__controls {
  display: block;
}

.mejs__video.is-playing .mejs__overlay-button, .mejs__video.is-pausing .mejs__overlay-button {
  display: none;
}

.mejs__overlay-button.mejs__overlay-button {
  background-color: #F2F5F7;
  background-image: url(/SiteGlobals/Frontend/Images/icons/play-b.svg?__blob=normal&v=2);
  background-position: 0 0;
  width: 64px;
  height: 64px;
  margin: 0;
  border-radius: 50%;
  position: absolute;
  bottom: 50px;
  left: 50px;
  transition: all 0.2s ease-in-out;
  transition-delay: 2.5s;
}

.mejs__container:focus-within .mejs__overlay-button, .mejs__container:hover .mejs__overlay-button {
  background-position: 0 0 !important;
  bottom: 75px;
  transition: all 0.3s ease-in-out;
  transition-delay: 0s;
}

.mejs__controls.mejs__controls {
  width: calc(100% - 20px);
  margin: 0 10px 10px;
  box-shadow: 0 0 10px rgba(20, 20, 20, 0.5);
}

.mejs__controls.mejs__controls:not([style*='display: none']) {
  background: rgba(20, 20, 20, 0.7);
}

.mejs__controls.mejs__controls *:focus-visible {
  outline-color: #FFFFFF;
}

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

.mejs__mediaelement:focus-within + .mejs__layers .mejs__overlay-play {
  outline: 2px solid #003366;
  outline-offset: -2px;
}

.mejs__button button:focus-visible, .mejs__button button:focus-within {
  outline: 2px solid #003366;
  outline-offset: 2px;
}

.mejs__captions-selector.mejs__captions-selector {
  background: rgba(20, 20, 20, 0.7);
  width: 120px;
}

.mejs__captions-selector-list-item {
  min-height: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.mejs__captions-selector-input.mejs__captions-selector-input {
  float: none;
}

.mejs__captions-selector-label.mejs__captions-selector-label.mejs__captions-selector-label {
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 1.3rem;
  float: none;
}

.mejs__captions-selector-label.mejs__captions-selector-label.mejs__captions-selector-label::before {
  left: 5px;
}

.mejs__captions-selected.mejs__captions-selected {
  color: #FFFFFF;
  font-weight: bold;
}

.mejs__captions-position-hover.mejs__captions-position-hover {
  bottom: 70px;
}

.mejs__captions-button > button {
  background-position: -120px 0;
}

.mejs__captions-button.mejs__captions-enabled > button {
  background-position: -140px 0;
}

.mejs__volume-slider.mejs__volume-slider {
  background: rgba(20, 20, 20, 0.7);
  box-shadow: 0 -5px 10px rgba(20, 20, 20, 0.5);
}

.mejs__volume-total.mejs__volume-total {
  width: 3px;
  border-radius: 100vh;
}

.mejs__volume-current.mejs__volume-current {
  width: calc(100% + 2px);
  border-bottom-right-radius: 100vw;
  border-bottom-left-radius: 100vw;
  left: -1px;
}

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

.galleryBox .mejs__wrapper {
  margin-top: 46px;
}

.galleryBox .mejs__wrapper .mejs__container {
  margin: 0 auto;
}

.consent-wrapper {
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  padding: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.consent-wrapper .c-button {
  background: #003366;
  width: auto;
  padding: 0 14px;
  border-bottom: 1px solid #003366;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}

.consent-wrapper .c-button:active, .consent-wrapper .c-button:focus, .consent-wrapper .c-button:hover {
  background: #CCD6E0;
  border-color: currentColor;
  color: #141414;
}

.menu-box {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

#menu .mm-search input {
  background: #F2F5F7;
  width: 100%;
  border: none;
  border-radius: 3px;
  color: #141414;
}

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

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

#menu ul {
  background: #FFFFFF;
  padding-top: 0;
  color: #003366;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
}

#menu ul ul {
  padding: 0;
  display: block;
}

#menu li {
  background: #F2F5F7;
  border-color: #FFFFFF;
  font-size: 1.6rem;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

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

#menu li a,
#menu li strong {
  padding: 17px 20px 16px;
  color: #0055AF;
  line-height: 1.1;
  white-space: normal;
  text-overflow: inherit;
  display: block;
  overflow: visible;
}

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

#menu li a:active, #menu li a:focus, #menu li a:hover {
  text-decoration: underline;
  color: #141414;
}

#menu li strong {
  font-weight: bold;
}

#menu li.mm-opened > a:not(.mm-next) {
  font-weight: bold;
}

#menu li .mm-next {
  background: #F2F5F7;
  padding-left: 40px;
}

#menu li:not(.meta)::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  width: 100%;
  background: #F2F5F7;
}

#menu li li {
  border-color: #FFFFFF;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

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

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

#menu li li .mm-next {
  background: #E5EBF0;
}

#menu li li li {
  border-color: #FFFFFF;
}

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

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

#menu li li li .mm-next {
  background: #CCD6E0;
}

#menu li li li li {
  background: #B2C2D1;
  border-color: #FFFFFF;
}

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

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

#menu li li li li .mm-next {
  background: #B2C2D1;
}

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

#menu .meta {
  text-transform: uppercase;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

#menu .meta::after {
  border: none;
}

#menu .meta a,
#menu .meta strong {
  background: #FFFFFF;
  height: 100%;
  color: #5A5A5A;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.3rem;
}

#menu .siteSiblingBBSR,
#menu .siteSiblingBBR,
#menu .siteSibling {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

#menu .siteSiblingBBSR a,
#menu .siteSiblingBBSR strong,
#menu .siteSiblingBBR a,
#menu .siteSiblingBBR strong,
#menu .siteSibling a,
#menu .siteSibling strong {
  background: #003366;
  color: #FFFFFF;
  font-size: 1.3rem;
  vertical-align: top;
}

#menu .siteSiblingBBSR a img,
#menu .siteSiblingBBSR a svg,
#menu .siteSiblingBBSR strong img,
#menu .siteSiblingBBSR strong svg,
#menu .siteSiblingBBR a img,
#menu .siteSiblingBBR a svg,
#menu .siteSiblingBBR strong img,
#menu .siteSiblingBBR strong svg,
#menu .siteSibling a img,
#menu .siteSibling a svg,
#menu .siteSibling strong img,
#menu .siteSibling strong svg {
  width: calc(100% - 4em);
  margin-left: 10px;
  vertical-align: top;
  display: inline-block;
}

#menu .siteSiblingBBSR a .cls-1,
#menu .siteSiblingBBSR strong .cls-1,
#menu .siteSiblingBBR a .cls-1,
#menu .siteSiblingBBR strong .cls-1,
#menu .siteSibling a .cls-1,
#menu .siteSibling strong .cls-1 {
  fill: #FFFFFF;
}

#menu .navServiceGS a,
#menu .navServiceLS a,
#menu .navServiceCart a {
  transition: none;
  position: relative;
  display: inline-block;
}

#menu .navServiceGS a:active::after, #menu .navServiceGS a:focus::after, #menu .navServiceGS a:hover::after, #menu .navServiceLS a:active::after, #menu .navServiceLS a:focus::after, #menu .navServiceLS a:hover::after, #menu .navServiceCart a:active::after, #menu .navServiceCart a:focus::after, #menu .navServiceCart a:hover::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background: currentColor;
}

#menu .navServiceCart a {
  color: #0055AF;
}

#menu .navServiceCart a:active, #menu .navServiceCart a:focus, #menu .navServiceCart a:hover {
  color: #0055AF;
}

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

#menu .mm-next::before {
  border: none;
}

#menu .mm-next::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -235px -140px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border: none;
  top: 25px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.t-bbsr #menu .mm-next::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -218px -185px;
  width: 13px;
  height: 22px;
  display: inline-block;
  position: absolute;
}

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

#menu .mm-opened > .mm-next::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -235px 0px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.t-bbsr #menu .mm-opened > .mm-next::after {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -218px -185px;
  width: 13px;
  height: 22px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(-270deg);
      -ms-transform: translateY(-50%) rotate(-270deg);
          transform: translateY(-50%) rotate(-270deg);
}

#menu .mm-next::after,
#menu .mm-arrow::after {
  right: 19px;
}

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

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

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

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

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

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

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

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

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

.mm-slideout {
  z-index: 20 !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.mm-offcanvas {
  width: 100vw !important;
  max-width: 100vw;
  top: 119px;
  left: 0;
  z-index: 400;
}

#mm-blocker {
  top: 119px;
}

.mobile-head {
  display: none;
}

.mm-title {
  display: none;
}

.c-breadcrumb {
  background: #F2F5F7;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.c-breadcrumb a,
.c-breadcrumb strong {
  margin-bottom: -5px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
}

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

.c-breadcrumb__list {
  padding: 16px 0 0;
  display: block;
}

.c-breadcrumb__list:last-child {
  padding-bottom: 16px;
}

.c-breadcrumb__item {
  font-size: 0;
  display: inline;
}

.c-breadcrumb__item:not(:last-child)::after {
  content: '/';
  margin: 0 8px;
  color: #B2C2D1;
  font-size: 1.4rem;
  line-height: 1;
}

.c-breadcrumb__language {
  margin: 16px 0;
}

.c-breadcrumb__language-link {
  color: #141414;
}

.c-breadcrumb__language-link strong {
  font-weight: bold !important;
}

.c-nav-primary {
  clear: both;
}

.c-nav-primary a,
.c-nav-primary strong,
.c-nav-primary h3 {
  font-family: "Open Sans", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
}

.t-bbsr .c-nav-primary a, .t-bbsr
.c-nav-primary strong, .t-bbsr
.c-nav-primary h3 {
  line-height: .9;
}

.c-nav-primary__item, .c-nav-primary__title,
.c-nav-primary [id^='n-'] {
  outline: none;
}

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

.navSkip li {
  display: none;
}

.navSkip li:first-child {
  display: list-item;
}

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

.richtext-accordion {
  margin-bottom: 62px;
  position: relative;
}

.richtext-accordion .heading {
  background: #F2F5F7;
  margin: 0 -12.5px 2px;
  padding: 22px 59px 22px 25px;
  color: #0055AF;
  cursor: pointer;
}

.richtext-accordion .heading,
.t-bbsr .richtext-accordion .heading {
  font-family: "Open Sans", Calibri, "Droid Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.1rem;
  line-height: 1.33333;
}

.richtext-accordion .heading:hover {
  text-decoration: underline;
}

.t-bbsr .richtext-accordion .heading::before {
  transition: all .25s ease;
}

.richtext-accordion .heading.inactive-control {
  position: relative;
}

.richtext-accordion .heading.inactive-control::before {
  top: 50%;
  right: 30px;
}

.t-bbsr .richtext-accordion .heading.inactive-control::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -218px -185px;
  width: 13px;
  height: 22px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(-90deg) scale(1);
      -ms-transform: translateY(-50%) rotate(-90deg) scale(1);
          transform: translateY(-50%) rotate(-90deg) scale(1);
}

.t-bbr .richtext-accordion .heading.inactive-control::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -235px -140px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.richtext-accordion .heading.active-control {
  position: relative;
}

.richtext-accordion .heading.active-control::before {
  top: 50%;
  right: 30px;
}

.t-bbsr .richtext-accordion .heading.active-control::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -218px -185px;
  width: 13px;
  height: 22px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(-90deg) scale(-1);
      -ms-transform: translateY(-50%) rotate(-90deg) scale(-1);
          transform: translateY(-50%) rotate(-90deg) scale(-1);
}

.t-bbr .richtext-accordion .heading.active-control::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -235px 0px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.richtext-accordion .heading button {
  text-align: left;
  line-height: 1.2;
}

.richtext-accordion .heading + div {
  padding: 30px 23px 20px;
  overflow: hidden;
}

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

.s-construction-project-process .richtext-accordion {
  margin-bottom: 35px;
}

.s-construction-project-process .richtext-accordion::before {
  content: '';
  display: inline-block;
  position: absolute;
  border-left: 1px solid #CCD6E0;
  top: 35px;
  left: 8px;
  bottom: 35px;
}

.s-construction-project-process .richtext-accordion .heading {
  background: none !important;
  margin-bottom: 0 !important;
  padding: 22px 40px !important;
  color: #0055AF;
  font-weight: 600;
}

.s-construction-project-process .richtext-accordion .heading::after {
  content: '';
  display: inline-block;
  position: absolute;
  background: currentColor;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  top: 35px;
  left: 0;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-property: border, background;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.s-construction-project-process .richtext-accordion .heading.active-control::after {
  background: #FFFFFF;
  border: 2px solid currentColor;
}

.s-construction-project-process .richtext-accordion .heading::before {
  top: 35px !important;
  right: 0 !important;
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.s-construction-project-process .richtext-accordion .heading + div {
  padding-left: 23px;
}

.s-construction-project-process .richtext-accordion .heading button {
  cursor: pointer;
}

:not(.s-construction-project-process) .richtext-accordion .tabs-container {
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.warenkorb td {
  vertical-align: middle;
}

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

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

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

.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: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -176px -50px;
  width: 6px;
  height: 9px;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 5px;
}

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

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

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

.sitemap h2 {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 2.2rem;
}

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

.sitemap > li:first-child h2 {
  border-top: none;
}

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

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

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

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

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

.teaser-switcher img {
  margin-bottom: 0;
}

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

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

.js-on .teaser-switcher .karussell {
  height: 100%;
  margin: 0 25px;
  position: relative;
  overflow: hidden;
}

.js-on .teaser-switcher .slick-dots {
  display: block !important;
  position: static;
}

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

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

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

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

.js-on .teaser-switcher .slick-list {
  margin-bottom: 10px;
}

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

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

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

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

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

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

.StndGallery {
  margin-bottom: 70px;
}

.StndGallery .galleryBox {
  background: #F2F5F7;
  padding: 10px 10px 20px;
  position: relative;
}

.StndGallery .galleryBox .slick-list:focus {
  outline: #141414 dotted 1px;
}

.StndGallery .galleryBox .slick-slide {
  height: 100%;
  position: relative;
}

.c-toggle__content .StndGallery .galleryBox,
.richtext-accordion .StndGallery .galleryBox,
.c-toggle--project .StndGallery .galleryBox {
  margin-right: 0;
}

.c-toggle__content .StndGallery .galleryBox {
  margin-left: 0;
  margin-right: 0;
}

.c-toggle--project .StndGallery .galleryBox {
  margin-right: 0;
  margin-left: 0;
}

.StndGallery p {
  margin-bottom: 30px;
}

.StndGallery img,
.StndGallery .picture {
  display: block;
}

.StndGallery video {
  margin: 0 auto;
}

.StndGallery .navigation {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 999;
}

.StndGallery .navigation div {
  display: inline-block;
  transition: opacity 0.2s ease-in-out;
}

.StndGallery .navigation div.prev {
  margin-right: 35px;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.StndGallery .navigation div.next {
  margin-left: 35px;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.StndGallery .navigation div.slick-disabled {
  opacity: 0;
}

.StndGallery .navigation button {
  box-shadow: 0 0 5px #CCD6E0;
  background: #FFFFFF;
  width: 46px;
  height: 46px;
  padding: 12.5px 0;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.StndGallery .navigation button:active, .StndGallery .navigation button:focus, .StndGallery .navigation button:hover {
  border: 2px solid #0055AF;
  outline: none;
}

@supports ((-webkit-filter: brightness(0)) or (filter: brightness(0))) {
  .StndGallery .navigation button:active, .StndGallery .navigation button:focus, .StndGallery .navigation button:hover {
    transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    transition-property: background;
    background: #0055AF;
    border: 2px solid #0055AF;
  }
  .StndGallery .navigation button:active img, .StndGallery .navigation button:focus img, .StndGallery .navigation button:hover img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}

.StndGallery .navigation img {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  transition-property: -webkit-filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
  width: 25px;
  height: 25px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.StndGallery .navigation .next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.StndGallery .navigation .slick-index-of {
  width: 5.5em;
  font-size: 2.4rem;
  text-align: center;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

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

.StndGallery .wrapper {
  width: 100%;
  height: calc((100vw - 25px - 10px) / 1.6 - 10px);
  border-radius: 3px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.StndGallery .wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
}

.StndGallery .wrapper-text {
  margin-bottom: 30px;
}

.stage {
  background: #003366;
}

.stage .stage-wrapper {
  max-width: 120em;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.stage .textContainer h3 {
  margin: 20px 10px;
  font-size: 2.5rem;
}

.stage .textContainer h3 a {
  color: #FFFFFF;
}

.stage .textContainer p {
  display: none;
}

.stage .imageContainer {
  text-align: center;
  position: relative;
}

.stage .imageContainer a {
  display: block;
}

.stage .imageContainer a:focus {
  margin: 1px;
  outline: 1px dotted #FFFFFF;
}

.stage .imageContainer img {
  margin-bottom: 0;
}

.stage video,
.stage .mejs__container {
  margin-bottom: 0;
}

.stage .teaser {
  border-bottom: none;
}

.stage .teaser.hidden {
  visibility: hidden;
}

.stage .pagination {
  width: 100%;
  margin-bottom: 20px;
}

.stage .pagination ul {
  text-align: center;
}

.stage .pagination li {
  margin-right: 5px;
  font-size: 2.2rem;
  list-style-type: none;
  display: inline-block;
}

.stage .pagination a,
.stage .pagination strong {
  padding: 7px 13px 8px;
  border-radius: 3px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  clear: left;
}

.stage .pagination a {
  background-color: #003366;
  color: #FFFFFF;
}

.stage .pagination strong {
  background-color: #FFFFFF;
  color: #003366;
}

.stage .navigation {
  display: none;
}

.js-on .stage .stage-container {
  margin-bottom: 0;
}

.js-on .stage .teaser {
  /*Nur bei fade-effect*/
  /*position: absolute;*/
  width: 100%;
  float: left;
}

.js-on .stage .pagination {
  display: none;
}

.js-on .stage .slick-dots {
  margin-bottom: 20px;
  position: static;
}

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

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

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

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

.js-on .stage .navigation {
  width: 100%;
  display: block;
  position: absolute;
  top: 26%;
  left: 0;
}

.js-on .stage .navigation button {
  width: 30px;
  height: 43px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.js-on .stage .navigation button:hover, .js-on .stage .navigation button:active {
  opacity: .8;
}

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

.js-on .stage .navigation .next {
  right: 5px;
}

.js-on .stage .navigation .prev {
  left: 5px;
}

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

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

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

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

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

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

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

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

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

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

.teaser p {
  display: none;
}

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

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

.wrapperTeaser {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

.video-image a::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat 0px 0px;
  width: 66px;
  height: 66px;
  display: inline-block;
  position: absolute;
  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;
}

.togglenav {
  background: #FFFFFF;
  width: 100%;
  padding: 0;
  border-top: 1px solid #E5EBF0;
  z-index: 1000;
  overflow: hidden;
}

.togglenav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.togglenav li {
  height: 100%;
}

.togglenav button {
  width: auto;
  padding: 13px 10px;
  color: #0055AF;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  display: block;
  position: relative;
  cursor: pointer;
}

.togglenav button:active, .togglenav button:focus, .togglenav button:hover {
  outline: none;
  color: #003366;
}

.togglenav button:focus {
  background: #F2F5F7;
  text-decoration: underline;
}

.togglenav button:hover {
  background: #F2F5F7;
}

.togglenav button::before {
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mm-opened .togglenav button {
  background: #F2F5F7;
  color: #003366;
  text-decoration: none;
}

.navMobileMenu button {
  padding-left: 54px;
  padding-right: 30px;
}

.navMobileMenu button::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -208px -168px;
  width: 24px;
  height: 16px;
  display: inline-block;
  position: absolute;
}

.mm-opened .navMobileMenu button::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -235px -60px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
}

.navMobileSearch button {
  padding-left: 51px;
  padding-right: 20px;
}

.navMobileSearch button::before {
  content: '';
  background: url(/SiteGlobals/Frontend/Images/icons/sprite.svg?__blob=normal&v=39) no-repeat -145px -208px;
  width: 21px;
  height: 21px;
  display: inline-block;
  position: absolute;
}

.tooltip {
  background: #E5EBF0;
  padding: 30px;
  outline: none;
  color: #141414;
  font-size: 1.6rem;
  line-height: 1.4375;
}

.tooltip.bottom::before {
  border-width: 0 15px 15px;
  border-color: transparent transparent #E5EBF0;
}

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

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

.header {
  position: relative;
  z-index: 500;
}

.header p {
  margin: 0;
}

.header .logo {
  width: 300px;
}

.header .logo a {
  margin: 0;
  display: block;
}

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

.header .logo img {
  max-height: 39px;
  margin: 16px auto 16px 0;
  display: inline-block;
}

.c-service-search {
  background-color: #F2F5F7;
  margin-bottom: 20px;
  border-radius: 3px;
  display: none;
  z-index: 500;
  transition: all .5s ease;
}

.c-service-search.is-opened {
  width: 100%;
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  overflow-x: hidden;
}

.c-service-search__container {
  max-width: 116rem;
  margin: 0 auto;
  padding: 0 20px;
  opacity: 0;
  position: relative;
  transition-delay: .25s;
  transition-timing-function: ease-out;
  transition-duration: 0.4s;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}

.c-service-search__container.is-opened {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.c-service-search__close {
  position: absolute;
  top: 4px;
  right: 20px;
}

.c-service-search p {
  margin-top: 0;
}

.c-service-search h2 {
  margin: 75px auto 50px;
}

.c-service-search form {
  margin: 0 auto;
  position: relative;
}

.c-service-search fieldset {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
  border: none;
  display: block;
  position: relative;
}

.c-service-search .formField {
  position: relative;
}

.c-service-search input {
  border: none;
  font-size: 2.1rem;
}

.c-service-search input[type='text'] {
  background-color: #FFFFFF;
  width: 100%;
  padding: 20px 60px;
  border-radius: 4px;
  color: #0055AF;
  font-weight: 600;
}

.c-service-search input[type='text']::-webkit-input-placeholder {
  color: #0055AF;
}

.c-service-search input[type='text']:-ms-input-placeholder {
  color: #0055AF;
}

.c-service-search input[type='text']::placeholder {
  color: #0055AF;
}

.c-service-search .submit {
  width: 29px;
  height: 29px;
  padding: 0;
  position: absolute;
  top: 20px;
  left: 18px;
  cursor: pointer;
}

.c-service-search .searchAutoSuggestBox {
  width: auto !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

.c-service-search .searchAutoSuggestBox a {
  padding: 20px 0 20px 60px;
  border: none;
  border-bottom: 1px solid #CCD6E0;
  display: block;
}

body.search-opened {
  overflow-y: hidden;
}

body.search-opened .c-flyout-menu {
  overflow-y: auto;
}
