@charset "UTF-8";
html {
  overflow-x: hidden !important;
}

body {
  background: #d4d5d7;
  padding: 0;
  margin: 0 !important;
  overflow-x: hidden !important;
  max-width: 100% !important;
}

.-isFrozen {
  overflow: hidden;
  position: fixed;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  color: #FFFFFF;
  background: #E3061C;
}

input {
  border-radius: 0;
}

input[type=search] {
  -webkit-appearance: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-reveal {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1500;
  background: #c4c5c7;
}

@keyframes mediaInToLeft {
  0% {
    transform: none;
  }
  100% {
    transform: translateX(100%);
  }
}
.b-reveal.--is-in-view {
  animation: mediaInToLeft 2.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  animation-delay: 0.3s;
}

.b-mediaContainer {
  position: relative;
  overflow: hidden;
}

@keyframes pageTeaserScale {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
form label {
  display: block;
  margin-bottom: 10px;
}
form input, form textarea {
  width: 100%;
  border: 0;
  background: #F4F5F7;
}
form input {
  height: 50px;
}
form textarea {
  height: 16em;
}

@font-face {
  font-family: "Replica";
  src: url("../fonts/Replica/Replica-400.woff") format("woff"), url("../fonts/Replica/Replica-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Replica";
  src: url("../fonts/Replica/Replica-400-italic.woff") format("woff"), url("../fonts/Replica/Replica-400-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Replica";
  src: url("../fonts/Replica/Replica-700.woff") format("woff"), url("../fonts/Replica/Replica-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Replica";
  src: url("../fonts/Replica/Replica-700-italic.woff") format("woff"), url("../fonts/Replica/Replica-700-italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
body {
  font-size: calc((7px + .2vw) * 2);
  line-height: calc((7px + .2vw) * 3);
  letter-spacing: "normal";
  font-family: "Replica", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: 0;
}
@media (min-width: 990px) {
  body {
    font-size: calc((7px + .2vw) * 2);
    line-height: calc((7px + .2vw) * 3);
  }
}

p {
  opacity: 0.8;
}

.p--featured,
.b-paragraph.-lead {
  font-size: calc((7px + .2vw) * 2.5);
  line-height: calc((7px + .2vw) * 3.5);
  letter-spacing: "normal";
  margin: 0;
  opacity: 1;
  letter-spacing: normal;
}
@media (min-width: 990px) {
  .p--featured,
  .b-paragraph.-lead {
    font-size: calc((7px + .2vw) * 2.5);
    line-height: calc((7px + .2vw) * 3.5);
  }
}

.b-paragraph.-lead {
  margin: 0 0 calc((7px + .2vw) * 3);
}
.b-paragraph.-lead p {
  margin: 0;
}

.b-heading, .b-glossar__link, .b-glossar__heading, .b-searchMap__item, .b-searchForm__field {
  position: relative;
}

.b-copyBlock h1,
.b-copyBlock h2,
.b-copyBlock h3,
.b-copyBlock h5,
.b-copyBlock h6,
.b-heading.-h1,
.-h1.b-glossar__link,
.-h1.b-glossar__heading,
.b-heading.-h2,
.-h2.b-glossar__link,
.-h2.b-glossar__heading,
.b-heading.-h3,
.-h3.b-glossar__link,
.-h3.b-glossar__heading,
.b-searchMap__item,
.b-searchForm__field,
.b-heading.-h5,
.-h5.b-glossar__link,
.-h5.b-glossar__heading,
.b-heading.-h6,
.-h6.b-glossar__link,
.-h6.b-glossar__heading {
  font-weight: bold;
}

.b-copyBlock h1,
.b-heading.-h1,
.-h1.b-glossar__link,
.-h1.b-glossar__heading,
.-h1.b-searchMap__item,
.-h1.b-searchForm__field {
  font-size: calc((7px + .2vw) * 9.5);
  line-height: calc((7px + .2vw) * 9);
  letter-spacing: "-.04em";
  margin: 0;
}
@media (min-width: 990px) {
  .b-copyBlock h1,
  .b-heading.-h1,
  .-h1.b-glossar__link,
  .-h1.b-glossar__heading,
  .-h1.b-searchMap__item,
  .-h1.b-searchForm__field {
    font-size: calc((7px + .2vw) * 9.5);
    line-height: calc((7px + .2vw) * 9);
  }
}
.b-copyBlock h1 {
  margin: 0 0 calc((7px + .2vw) * 3);
  padding-top: calc((7px + .2vw) * 3);
}

.b-copyBlock h2,
.b-heading.-h2,
.-h2.b-glossar__link,
.-h2.b-glossar__heading,
.-h2.b-searchMap__item,
.-h2.b-searchForm__field {
  font-size: calc((7px + .2vw) * 6.1);
  line-height: calc((7px + .2vw) * 6);
  letter-spacing: "-.03em";
  margin: 0;
}
@media (min-width: 990px) {
  .b-copyBlock h2,
  .b-heading.-h2,
  .-h2.b-glossar__link,
  .-h2.b-glossar__heading,
  .-h2.b-searchMap__item,
  .-h2.b-searchForm__field {
    font-size: calc((7px + .2vw) * 6.1);
    line-height: calc((7px + .2vw) * 6);
  }
}
.b-copyBlock h2 {
  margin: 0 0 calc((7px + .2vw) * 3);
  padding-top: calc((7px + .2vw) * 3);
}

.b-copyBlock h3,
.b-heading.-h3,
.-h3.b-glossar__link,
.-h3.b-glossar__heading,
.b-searchMap__item,
.b-searchForm__field {
  font-size: calc((7px + .2vw) * 3.12);
  line-height: calc((7px + .2vw) * 3.5);
  letter-spacing: "-.01em";
  margin: 0 0 10px 0;
}
@media (min-width: 990px) {
  .b-copyBlock h3,
  .b-heading.-h3,
  .-h3.b-glossar__link,
  .-h3.b-glossar__heading,
  .b-searchMap__item,
  .b-searchForm__field {
    font-size: calc((7px + .2vw) * 3.12);
    line-height: calc((7px + .2vw) * 3.5);
  }
}
@media (min-width: 600px) {
  .b-copyBlock h3,
  .b-heading.-h3,
  .-h3.b-glossar__link,
  .-h3.b-glossar__heading,
  .b-searchMap__item,
  .b-searchForm__field {
    margin: 0 0 20px 0;
  }
}

.b-copyBlock h4,
.b-heading.-h4,
.b-glossar__link,
.b-glossar__heading,
.-h4.b-searchMap__item,
.-h4.b-searchForm__field {
  font-size: calc((7px + .2vw) * 2.5);
  line-height: calc((7px + .2vw) * 3.5);
  letter-spacing: "normal";
  margin: 0;
}
@media (min-width: 990px) {
  .b-copyBlock h4,
  .b-heading.-h4,
  .b-glossar__link,
  .b-glossar__heading,
  .-h4.b-searchMap__item,
  .-h4.b-searchForm__field {
    font-size: calc((7px + .2vw) * 2.5);
    line-height: calc((7px + .2vw) * 3.5);
  }
}

.b-copyBlock h5,
.b-heading.-h5,
.-h5.b-glossar__link,
.-h5.b-glossar__heading,
.-h5.b-searchMap__item,
.-h5.b-searchForm__field {
  font-size: calc((7px + .2vw) * 1.6);
  line-height: calc((7px + .2vw) * 2);
  letter-spacing: "normal";
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 990px) {
  .b-copyBlock h5,
  .b-heading.-h5,
  .-h5.b-glossar__link,
  .-h5.b-glossar__heading,
  .-h5.b-searchMap__item,
  .-h5.b-searchForm__field {
    font-size: calc((7px + .2vw) * 1.6);
    line-height: calc((7px + .2vw) * 2);
  }
}

.b-copyBlock h6,
.b-heading.-h6,
.-h6.b-glossar__link,
.-h6.b-glossar__heading,
.-h6.b-searchMap__item,
.-h6.b-searchForm__field {
  font-size: calc((7px + .2vw) * 2);
  line-height: calc((7px + .2vw) * 3);
  letter-spacing: "normal";
  letter-spacing: 0;
  margin: 0;
}
@media (min-width: 990px) {
  .b-copyBlock h6,
  .b-heading.-h6,
  .-h6.b-glossar__link,
  .-h6.b-glossar__heading,
  .-h6.b-searchMap__item,
  .-h6.b-searchForm__field {
    font-size: calc((7px + .2vw) * 2);
    line-height: calc((7px + .2vw) * 3);
  }
}

.b-heading.-sub, .-sub.b-glossar__link, .-sub.b-glossar__heading, .-sub.b-searchMap__item, .-sub.b-searchForm__field {
  margin-bottom: 4px;
  color: #141517;
  font-weight: 400;
  letter-spacing: 0;
}

.b-imageCaption {
  font-size: calc((7px + .2vw) * 1.6);
  line-height: calc((7px + .2vw) * 2);
  letter-spacing: "normal";
  display: block;
  color: #141517;
  font-weight: 400;
}
@media (min-width: 990px) {
  .b-imageCaption {
    font-size: calc((7px + .2vw) * 1.6);
    line-height: calc((7px + .2vw) * 2);
  }
}

.b-page {
  background: #d4d5d7;
}
.b-page--home {
  background: black;
}
.b-page--company, .b-page--product {
  background: #164194;
}
.b-page--searchResults {
  background: #e5e6e7;
}
.b-page--glossar {
  background: #e5e6e7;
}

.b-headerBar {
  display: flex;
  align-items: stretch;
  width: 100%;
  position: absolute;
  z-index: 99;
}

@media (min-width: 1280px) {
  .b-page--home .b-headerBar:before,
  .b-page--company .b-headerBar:before,
  .b-page--product .b-headerBar:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: -200px;
    left: 0;
    z-index: -1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.0001)) !important;
  }
}

.b-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 15px;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  top: 0px;
  z-index: 10;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .b-header {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .b-header {
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }
}
@media (min-width: 1280px) {
  .b-header {
    padding: 0 60px;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    flex-direction: row;
    justify-content: center;
    background: transparent;
  }
}

.b-page--home .b-header,
.b-page--product .b-header {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0001)) !important;
}
@media (min-width: 1280px) {
  .b-page--home .b-header,
  .b-page--product .b-header {
    background: transparent !important;
  }
}

@media (min-width: 1280px) {
  .b-header__menuIcon {
    display: none;
  }
}

.b-header__logo {
  padding-top: 10px;
  padding-bottom: 10px;
}

.b-header__logo-image {
  width: 200px;
  padding: 10px 0;
}

@media (min-width: 600px) {
  .b-block {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .b-block {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

.b-block--indent {
  padding-left: 25vw;
}

.b-block--company {
  position: relative;
  padding: 48px 24px;
  background: #e5e6e7;
}
@media (min-width: 600px) {
  .b-block--company {
    padding: 48px;
  }
}
@media (min-width: 1280px) {
  .b-block--company {
    padding: 96px 0 48px;
  }
}
.b-block--company .b-leadTextBlock,
.b-block--company .b-copyBlock {
  grid-column: 2/6;
  max-width: 720px;
}
@media (min-width: 600px) {
  .b-block--company .b-leadTextBlock,
  .b-block--company .b-copyBlock {
    grid-column: 1/5;
  }
}
@media (min-width: 1280px) {
  .b-block--company .b-leadTextBlock,
  .b-block--company .b-copyBlock {
    grid-column: 1/7;
  }
}
.b-block--company .b-copyBlock {
  margin-bottom: 48px;
}
.b-block--company .b-mediaBlock {
  margin-bottom: 48px;
}
@media (min-width: 600px) {
  .b-block--company .b-mediaBlock {
    grid-column: 1/5;
  }
}
@media (min-width: 1280px) {
  .b-block--company .b-mediaBlock--s {
    grid-column: 2/6;
  }
}
@media (min-width: 1280px) {
  .b-block--company .b-mediaBlock--l {
    grid-column: 1/9;
  }
}
.b-block--company h2 {
  color: #E3061C;
  font-size: 42px;
  line-height: 48px;
  margin: 0 0 24px;
}

.b-block--product, .b-block--glossar {
  position: relative;
  padding: 48px 24px;
  background: #e5e6e7;
}
@media (min-width: 600px) {
  .b-block--product, .b-block--glossar {
    padding: 48px;
  }
}
@media (min-width: 1280px) {
  .b-block--product, .b-block--glossar {
    padding: 96px 0 48px;
  }
}
.b-block--product .b-leadTextBlock, .b-block--glossar .b-leadTextBlock,
.b-block--product .b-copyBlock,
.b-block--glossar .b-copyBlock {
  grid-column: 2/6;
  max-width: 720px;
}
@media (min-width: 600px) {
  .b-block--product .b-leadTextBlock, .b-block--glossar .b-leadTextBlock,
  .b-block--product .b-copyBlock,
  .b-block--glossar .b-copyBlock {
    grid-column: 1/5;
  }
}
@media (min-width: 1280px) {
  .b-block--product .b-leadTextBlock, .b-block--glossar .b-leadTextBlock,
  .b-block--product .b-copyBlock,
  .b-block--glossar .b-copyBlock {
    grid-column: 2/8;
  }
}
.b-block--product .b-copyBlock, .b-block--glossar .b-copyBlock {
  margin-bottom: 48px;
}
.b-block--product .b-mediaBlock, .b-block--glossar .b-mediaBlock {
  margin-bottom: 48px;
}
@media (min-width: 600px) {
  .b-block--product .b-mediaBlock, .b-block--glossar .b-mediaBlock {
    grid-column: 1/5;
  }
}
@media (min-width: 1280px) {
  .b-block--product .b-mediaBlock--s, .b-block--glossar .b-mediaBlock--s {
    grid-column: 2/6;
  }
}
@media (min-width: 1280px) {
  .b-block--product .b-mediaBlock--l, .b-block--glossar .b-mediaBlock--l {
    grid-column: 2/9;
  }
}
.b-block--product h2, .b-block--glossar h2 {
  color: #E3061C;
  font-size: 42px;
  line-height: 48px;
  margin: 0 0 24px;
}

.b-block--glossar {
  padding: 48px 24px 0;
}
@media (min-width: 600px) {
  .b-block--glossar {
    padding: 48px 48px 0 48px;
  }
}
@media (min-width: 1280px) {
  .b-block--glossar {
    padding: 96px 0 48px;
  }
}
.b-block--glossar .b-leadTextBlock,
.b-block--glossar .b-copyBlock {
  grid-column: 1/5;
}
@media (min-width: 1280px) {
  .b-block--glossar .b-leadTextBlock,
  .b-block--glossar .b-copyBlock {
    grid-column: 1/8;
  }
}
@media (min-width: 600px) {
  .b-block--glossar .b-mediaBlock {
    grid-column: 1/5;
  }
}
@media (min-width: 1280px) {
  .b-block--glossar .b-mediaBlock--s {
    grid-column: 1/5;
  }
}
@media (min-width: 1280px) {
  .b-block--glossar .b-mediaBlock--l {
    grid-column: 1/8;
  }
}

.b-mediaBlock {
  overflow: hidden;
}

.b-copyBlock p {
  font-size: calc((7px + .2vw) * 2);
  line-height: calc((7px + .2vw) * 3);
  letter-spacing: "normal";
  margin: 0 0 calc((7px + .2vw) * 3);
  opacity: 0.8;
  letter-spacing: normal;
}
@media (min-width: 990px) {
  .b-copyBlock p {
    font-size: calc((7px + .2vw) * 2);
    line-height: calc((7px + .2vw) * 3);
  }
}
.b-copyBlock a {
  color: #164194;
}
.b-copyBlock a:hover {
  text-decoration: underline;
}
.b-copyBlock ul {
  margin-bottom: calc((7px + .2vw) * 3);
}

blockquote {
  color: #E3061C;
  font-size: 28px;
  line-height: 36px;
  margin: 0;
}
blockquote:before {
  content: open-quote;
  left: 0;
  display: block;
  background: yellow;
  letter-spacing: -5px;
  font-size: 80px;
  line-height: 0px;
  margin-top: 72px;
}

.b-hero {
  height: 100vh;
  /* mobile viewport bug fix */
  height: -webkit-fill-available;
  min-height: 75vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #164194;
}
@media (min-width: 600px) {
  .b-hero {
    background-image: none;
  }
}
@media (min-width: 990px) {
  .b-hero {
    height: 56.25vw;
    min-height: none;
    max-height: 100vh;
  }
}

.b-hero__content {
  position: relative;
}

.b-hero__video {
  flex: 1;
  position: relative;
  opacity: 0;
  background-image: url("../video/web_intro_mobile_poster.jpg");
  background-position: center;
  background-size: cover;
}
@media (min-width: 600px) {
  .b-hero__video {
    display: inline;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/general/home-video-fallback.jpg");
  }
}
@media (min-width: 990px) {
  .b-hero__video {
    width: 100% !important;
  }
}
.b-hero__video video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 600px) {
  .b-hero__video video {
    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto !important;
    height: auto !important;
  }
}

.b-hero__videoFile {
  object-fit: cover;
}
.b-hero__videoFile.-small {
  display: inline;
}
@media (min-width: 600px) {
  .b-hero__videoFile.-small {
    display: none;
  }
}
.b-hero__videoFile.-large {
  display: none;
}
@media (min-width: 600px) {
  .b-hero__videoFile.-large {
    display: inline;
  }
}

.b-hero__headline {
  background: #e5e6e7;
  color: #E3061C;
  padding-top: 30px;
  padding-right: 30px;
  z-index: 10;
  padding-left: 6.25vw;
  box-sizing: border-box;
}
@media (min-width: 990px) {
  .b-hero__headline {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 600px) {
  .b-hero__headline {
    grid-column: 1/6;
  }
}
@media (min-width: 1280px) {
  .b-hero__headline {
    grid-column: 1/7;
  }
}
@media (min-width: 1560px) {
  .b-hero__headline {
    grid-column: 1/6;
  }
}
@media (min-width: 600px) {
  .b-hero__headline {
    padding-top: 30px;
  }
}
@media (min-width: 990px) {
  .b-hero__headline {
    padding-bottom: 30px;
  }
}
@media (min-width: 600px) {
  .b-hero__headline {
    padding-left: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .b-hero__headline {
    padding-left: 12.5vw;
  }
}
.b-hero__headline .-sub {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 30px;
  max-width: 480px;
}
@media (min-width: 600px) {
  .b-hero__headline .-sub {
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 990px) {
  .b-hero__headline .-sub {
    padding-top: 30px;
    padding-left: 0;
    margin-left: 10%;
  }
}
.b-hero__headline .-sub p {
  margin: 0;
}

.b-hero__subline {
  display: flex;
  align-items: flex-end;
  background: #e5e6e7;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 6.25vw;
  z-index: 10;
}
@media (min-width: 600px) {
  .b-hero__subline {
    grid-column: 1/6;
  }
}
@media (min-width: 1280px) {
  .b-hero__subline {
    grid-column: 4/7;
  }
}
@media (min-width: 600px) {
  .b-hero__subline {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
@media (min-width: 990px) {
  .b-hero__subline {
    padding-top: 30px;
    padding-left: 0;
  }
}
.b-hero__subline .b-heading, .b-hero__subline .b-glossar__link, .b-hero__subline .b-glossar__heading, .b-hero__subline .b-searchMap__item, .b-hero__subline .b-searchForm__field {
  max-width: 480px;
}

.b-hero video {
  width: 100%;
}

.b-hero__logo {
  width: 200px;
}

.b-hero__anchorLink {
  display: none;
  background: #164194;
  padding: 30px;
  align-self: end;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 5;
  margin-top: -5px;
  cursor: pointer;
}
@media (min-width: 600px) {
  .b-hero__anchorLink {
    grid-column: 7/9;
  }
}
@media (min-width: 1280px) {
  .b-hero__anchorLink {
    grid-column: 7/8;
  }
}
@media (min-width: 1560px) {
  .b-hero__anchorLink {
    grid-column: 6/7;
  }
}
@media (min-width: 600px) {
  .b-hero__anchorLink {
    display: flex;
    padding: 60px;
  }
}
.b-hero__anchorLink:hover span {
  opacity: 1;
  transform: translateY(-2px) rotate(-90deg);
}
.b-hero__anchorLink span {
  font-size: calc((7px + .2vw) * 1.28);
  line-height: calc((7px + .2vw) * 2);
  letter-spacing: "normal";
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: white;
  opacity: 0.5;
  margin-left: -10%;
  display: none;
  transform: translateY(0px) rotate(-90deg);
  transition: 0.4s ease all;
}
@media (min-width: 990px) {
  .b-hero__anchorLink span {
    font-size: calc((7px + .2vw) * 1.28);
    line-height: calc((7px + .2vw) * 2);
  }
}
@media (min-width: 600px) {
  .b-hero__anchorLink span {
    display: block;
  }
}
.b-hero__anchorLink svg {
  position: relative;
  color: #FFFFFF;
  transition: 0.4s ease top;
}
@media (min-width: 600px) {
  .b-hero__anchorLink svg {
    top: 16px;
  }
}
.b-hero__anchorLink:hover svg {
  top: 24px;
}

.b-pageTeaser {
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  background: #e5e6e7;
  font-size: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #164194;
}
.b-pageTeaser:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 9vw;
  background: #e5e6e7;
}
@media (min-width: 1280px) {
  .b-pageTeaser:before {
    display: none;
  }
}
@media (min-width: 1280px) {
  .b-pageTeaser {
    width: 250px;
    height: 200px;
    background: #164194;
    color: #FFFFFF;
  }
  .b-pageTeaser:hover .b-pageTeaser__label {
    margin-right: 4px;
    opacity: 1;
  }
  .b-pageTeaser:hover .b-pageTeaser__icon {
    transform: rotate(-90deg) translateY(4px);
  }
}
.b-pageTeaser__label {
  font-size: calc((7px + .2vw) * 1.28);
  line-height: calc((7px + .2vw) * 2);
  letter-spacing: "normal";
  font-family: "Replica", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  padding: 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: 0.4s ease all;
}
@media (min-width: 990px) {
  .b-pageTeaser__label {
    font-size: calc((7px + .2vw) * 1.28);
    line-height: calc((7px + .2vw) * 2);
  }
}
@media (min-width: 1280px) {
  .b-pageTeaser__label {
    opacity: 0.5;
  }
}
.b-pageTeaser__icon {
  color: #164194;
  transform: rotate(-90deg);
  transition: 0.4s ease transform;
}
@media (min-width: 990px) {
  .b-pageTeaser__icon {
    color: #FFFFFF;
  }
}

.b-aboutTeaser {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #d4d5d7;
}
@media (min-width: 1280px) {
  .b-aboutTeaser {
    display: grid;
    background: #e5e6e7;
  }
}

.b-aboutTeaser__text {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 6.25vw;
  box-sizing: border-box;
  padding-right: 3.125vw;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .b-aboutTeaser__text {
    grid-column: 1/5;
  }
}
@media (min-width: 1280px) {
  .b-aboutTeaser__text {
    grid-column: 1/9;
  }
}
@media (min-width: 600px) {
  .b-aboutTeaser__text {
    padding-left: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .b-aboutTeaser__text {
    padding-left: 12.5vw;
  }
}
@media (min-width: 600px) {
  .b-aboutTeaser__text {
    padding-right: 3.125vw;
  }
}
@media (min-width: 1280px) {
  .b-aboutTeaser__text {
    padding-right: 6.25vw;
  }
}
@media (min-width: 600px) {
  .b-aboutTeaser__text {
    padding-right: 6.25vw;
    box-sizing: border-box;
  }
}
@media (min-width: 600px) and (min-width: 600px) {
  .b-aboutTeaser__text {
    padding-right: 6.25vw;
  }
}
@media (min-width: 600px) and (min-width: 1280px) {
  .b-aboutTeaser__text {
    padding-right: 37.5vw;
  }
}
@media (min-width: 1280px) {
  .b-aboutTeaser__text {
    padding-top: 120px;
    padding-bottom: 300px;
    padding-right: 25vw;
    box-sizing: border-box;
    background: #d4d5d7;
  }
}
@media (min-width: 1280px) and (min-width: 600px) {
  .b-aboutTeaser__text {
    padding-right: 25vw;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .b-aboutTeaser__text {
    padding-right: 50vw;
  }
}

.b-aboutTeaser .b-heading.-h2, .b-aboutTeaser .-h2.b-glossar__link, .b-aboutTeaser .-h2.b-glossar__heading, .b-aboutTeaser .-h2.b-searchMap__item, .b-aboutTeaser .-h2.b-searchForm__field {
  margin-bottom: 30px;
}

.b-aboutTeaser .b-heading.-h5, .b-aboutTeaser .-h5.b-glossar__link, .b-aboutTeaser .-h5.b-glossar__heading, .b-aboutTeaser .-h5.b-searchMap__item, .b-aboutTeaser .-h5.b-searchForm__field {
  color: #E3061C;
}

.b-aboutTeaser__media {
  display: grid;
  overflow: hidden;
  position: relative;
  z-index: 1;
  grid-template-columns: 1fr 1.260606fr;
}
@media (min-width: 1280px) {
  .b-aboutTeaser__media {
    grid-column: 1/6;
  }
}
.b-aboutTeaser__media img, .b-aboutTeaser__media video {
  width: 100%;
  display: block;
}
@media (min-width: 1280px) {
  .b-aboutTeaser__media {
    margin-top: -200px;
  }
}
.b-aboutTeaser__media .b-mediaVideo {
  overflow: hidden;
  background: url(../img/general/poster_unternehmen.jpg) no-repeat center;
  background-size: cover;
}
@media (min-width: 600px) {
  .b-aboutTeaser__media .b-mediaVideo {
    background: transparent;
  }
}
.b-aboutTeaser__media video {
  display: none;
}
@media (min-width: 600px) {
  .b-aboutTeaser__media video {
    display: block;
  }
}

@media (min-width: 1280px) {
  .b-aboutTeaser__link {
    grid-column: span 2;
    margin-top: -200px;
    margin-left: -1px;
  }
}

.b-aboutTeaser p a {
  color: #164194;
  opacity: 1 !important;
}

.b-aboutTeaser__facts {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 6.25vw;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .b-aboutTeaser__facts {
    padding-left: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .b-aboutTeaser__facts {
    padding-left: 12.5vw;
  }
}
@media (min-width: 1280px) {
  .b-aboutTeaser__facts {
    grid-column: 4/8;
  }
}
@media (min-width: 990px) {
  .b-aboutTeaser__facts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-row-gap: 30px;
    margin-top: 80px;
    margin-bottom: 120px;
  }
}

.b-aboutTeaser__fact .b-heading.-h3, .b-aboutTeaser__fact .-h3.b-glossar__link, .b-aboutTeaser__fact .-h3.b-glossar__heading, .b-aboutTeaser__fact .b-searchMap__item, .b-aboutTeaser__fact .b-searchForm__field {
  font-size: calc((7px + .2vw) * 3.9);
  line-height: calc((7px + .2vw) * 4.5);
  letter-spacing: "-.02em";
  color: #E3061C;
}
@media (min-width: 990px) {
  .b-aboutTeaser__fact .b-heading.-h3, .b-aboutTeaser__fact .-h3.b-glossar__link, .b-aboutTeaser__fact .-h3.b-glossar__heading, .b-aboutTeaser__fact .b-searchMap__item, .b-aboutTeaser__fact .b-searchForm__field {
    font-size: calc((7px + .2vw) * 3.9);
    line-height: calc((7px + .2vw) * 4.5);
  }
}

.b-aboutTeaser__fact {
  display: block;
  margin-bottom: 30px;
}
.b-aboutTeaser__fact .b-heading, .b-aboutTeaser__fact .b-glossar__link, .b-aboutTeaser__fact .b-glossar__heading, .b-aboutTeaser__fact .b-searchMap__item, .b-aboutTeaser__fact .b-searchForm__field {
  margin-bottom: 5px;
}
.b-aboutTeaser__fact span {
  font-size: calc((7px + .2vw) * 2.5);
  line-height: calc((7px + .2vw) * 3.5);
  letter-spacing: "normal";
  display: inline-block;
}
@media (min-width: 990px) {
  .b-aboutTeaser__fact span {
    font-size: calc((7px + .2vw) * 2.5);
    line-height: calc((7px + .2vw) * 3.5);
  }
}

.b-pageRevealer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F4F5F7;
  background-size: 20%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
.b-pageRevealer__percent {
  color: #838587;
  position: absolute;
  bottom: 10vh;
  z-index: 20;
}
.b-pageRevealer__percent:after {
  content: "° C";
}

.b-pageRevealer__logo {
  z-index: 15;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transform: scale(0.9);
}

.b-pageRevealer__logoBackground {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.b-pageRevealer__logoBackground img {
  opacity: 0.5;
}

.b-history {
  padding: 60px 0;
}
.b-history div {
  margin-bottom: 30px;
}

.b-history h2 {
  color: #E3061C;
}

.b-menu {
  background: #e5e6e7;
  width: 100%;
  position: fixed;
  margin: 0;
  top: 100px;
  right: 0;
  transform: translateY(100vh);
  bottom: 0;
  left: 0;
  display: none;
  flex-direction: column;
  z-index: 99999;
  transition: all 1s;
}
@media (min-width: 1280px) {
  .b-menu {
    transform: translateY(0);
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
    background: transparent;
    top: auto;
    left: auto;
    bottom: auto;
    left: auto;
    color: white;
    margin-bottom: 20px;
    padding-right: 60px;
  }
}

.-isFlex {
  display: flex !important;
  flex-direction: column;
}

.b-menu__main {
  padding: 30px 0;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  box-sizing: border-box;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
@media (min-width: 600px) {
  .b-menu__main {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .b-menu__main {
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }
}
.b-menu__main::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1280px) {
  .b-menu__main {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: visible;
  }
  .b-menu__main li {
    display: inline;
  }
}

.b-menu__link {
  position: relative;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-right: 35px;
}
@media (min-width: 1280px) {
  .b-menu__link {
    opacity: 1 !important;
    padding-bottom: 24px;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 15px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    transition: 0.6s ease all;
    transform: none !important;
  }
}

@media (min-width: 1280px) {
  .b-menu__link:hover {
    color: rgba(255, 255, 255, 0.5);
  }
}

.b-menu__meta {
  width: 100%;
  background: #d4d5d7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .b-menu__meta {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .b-menu__meta {
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }
}
@media (min-width: 1280px) {
  .b-menu__meta {
    width: auto;
    display: flex;
    justify-content: center;
    padding: 0;
    background: transparent;
  }
  .b-menu__meta li {
    display: inline;
  }
}

.language__link {
  display: inline;
  color: #141517;
  opacity: 0.5;
}
@media (min-width: 1280px) {
  .language__link {
    color: #FFFFFF;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 15px;
  }
}

.language__link.-current {
  color: #141517;
  opacity: 1;
}
@media (min-width: 1280px) {
  .language__link.-current {
    color: #FFFFFF;
  }
}

.language__link:not(:last-child):after {
  content: " ·";
  color: #838587;
}

.meta__controls {
  display: flex;
  align-items: center;
}
.meta__controls li:not(:last-of-type) {
  margin-right: 30px;
}
@media (min-width: 1280px) {
  .meta__controls {
    margin-left: 60px;
  }
}

.b-menu__phone {
  margin-right: 115px;
}

.b-menu__phoneNumber {
  display: none;
}

.b-menu__phone a,
.b-menu__search {
  display: flex !important;
  align-items: center;
}

.icon__phone path, .icon__search path {
  fill: #141517;
}
@media (min-width: 1280px) {
  .icon__phone path, .icon__search path {
    fill: #FFFFFF;
  }
}

@keyframes b-menuDropdown {
  0% {
    opacity: 0;
    transform: translateX(-50%) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
.b-menu__subItems {
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .b-menu__subItems {
    display: none;
    grid-template-columns: 1fr 1fr;
    position: absolute;
    top: 100%;
    left: 50%;
    padding: 24px 72px;
    box-shadow: 0px 24px 42px 0px rgba(0, 0, 0, 0.2);
    background-color: #e5e6e7;
    letter-spacing: normal;
    text-transform: none;
    transform: translateX(-50%);
    animation: b-menuDropdown 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  }
  .b-menu__subItems li:nth-child(odd) {
    margin-right: 72px;
    padding-right: 72px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-right: 1px solid #D8D8D8;
  }
  .b-menu__link:hover .b-menu__subItems {
    display: grid;
  }
  .b-menu__subItems:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e5e6e7;
    border-left: 8px solid transparent;
  }
}

.b-menu_subLink {
  transition: all 0.3s ease-in-out;
  color: #838587;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 300;
}
.b-menu_subLink:hover {
  color: #E3061C;
}
.b-menu_subLink a {
  white-space: nowrap;
}

.b-menu__icon__play {
  display: none;
}
@media (min-width: 1280px) {
  .b-menu__icon__play {
    display: inline;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 3px;
  }
}

.b-menu__phone,
.b-menu__search {
  cursor: pointer;
  transition: 0.6s ease all;
}
.b-menu__phone:hover,
.b-menu__search:hover {
  opacity: 0.5;
}

.b-menu__search {
  cursor: pointer;
}

.b-menu__linkReveal {
  position: relative;
  opacity: 0;
}

@keyframes b-showSearch {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-searchOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  box-sizing: border-box;
  display: none;
  z-index: 9999;
  padding-top: 120px;
  padding-bottom: 120px;
  opacity: 0;
  overflow-y: scroll;
  background-color: rgba(20, 21, 23, 0.95);
}
@media (min-width: 600px) {
  .b-searchOverlay {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .b-searchOverlay {
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }
}
.b-searchOverlay.-isActive {
  display: block;
  animation: b-showSearch 0.7s ease-in-out forwards;
}

.b-searchForm {
  display: flex;
  margin-bottom: 48px;
}
.b-searchForm__button {
  display: flex;
  align-items: center;
  background-color: #164194;
  padding: 0 8px;
  cursor: pointer;
}
@media (min-width: 600px) {
  .b-searchForm__button {
    padding: 0 48px;
  }
}
.b-searchForm__button:hover .b-searchForm__buttonText {
  transform: translateX(-6px);
}
.b-searchForm__button:hover svg {
  transform: translateX(3px);
}
.b-searchForm__field, .b-searchForm__button {
  height: 72px;
}
@media (min-width: 600px) {
  .b-searchForm__field, .b-searchForm__button {
    height: 96px;
  }
}
.b-searchForm__field:focus, .b-searchForm__button:focus {
  outline: 0;
}
.b-searchForm__field {
  flex: 1;
  margin: 0;
  padding: 0 24px;
  background-color: #d4d5d7;
  font-family: "Replica", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.b-searchForm__buttonText {
  font-family: "Replica", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  color: #FFFFFF;
  height: auto;
  padding: 0;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 17px;
  text-transform: uppercase;
  margin: 0 16px;
  margin-bottom: 0 !important;
  background: transparent;
  transition: 0.4s ease transform;
}
@media (min-width: 600px) {
  .b-searchForm__buttonText {
    margin-right: 8px;
  }
}
.b-searchForm svg {
  transition: 0.4s ease transform;
  width: 45px;
  display: none;
}
@media (min-width: 600px) {
  .b-searchForm svg {
    display: inline;
  }
}

@media (min-width: 600px) {
  .b-searchMap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 96px;
  }
}
@media (min-width: 1280px) {
  .b-searchMap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.b-searchMap__item {
  margin-bottom: calc((7px + .2vw) * 4) !important;
  color: white;
}
.b-searchMap__itemLink {
  border-bottom: 2px solid #FFFFFF;
  transition: 0.4s ease border;
}
.b-searchMap__itemLink:hover {
  border-bottom: 2px solid #164194;
}
.b-searchMap__subitems, .b-searchMap__text {
  color: #838587;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: normal;
}
.b-searchMap__subitems {
  padding-top: 16px;
}
.b-searchMap__subitem, .b-searchMap__item .b-searchMap__item {
  margin-bottom: 8px !important;
  color: #838587 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
}
.b-searchMap__text {
  margin-top: 0;
}
.b-searchMap__subitemLink, .b-searchMap__item .b-searchMap__item .b-searchMap__itemLink, .b-searchMap__textLink {
  transition: all 0.3s ease-in-out;
  border: none;
}
.b-searchMap__subitemLink:hover, .b-searchMap__item .b-searchMap__item .b-searchMap__itemLink:hover, .b-searchMap__textLink:hover {
  color: #FFFFFF;
}

.b-searchClose {
  position: absolute;
  top: 48px;
  right: 48px;
  cursor: pointer;
}

.b-searchResults__amount {
  margin-bottom: 24px;
  font-size: 15px;
}

.b-searchFormResults {
  margin-top: 48px;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .b-searchFormResults {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .b-searchFormResults {
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }
}

.b-searchResults {
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  box-sizing: border-box;
  padding-right: 6.25vw;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .b-searchResults {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .b-searchResults {
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }
}
@media (min-width: 600px) {
  .b-searchResults {
    padding-right: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .b-searchResults {
    padding-right: 37.5vw;
  }
}

.b-searchResult {
  margin-bottom: 72px;
}
.b-searchResult__excerpt .highlight {
  background-color: rgba(22, 65, 148, 0.2);
  color: #141517;
}
.b-searchResult h4 {
  color: #E3061C;
}

.b-searchResult__breadcrumbs {
  margin-top: 24px;
}

.b-searchResult__breadcrumb {
  display: inline;
  color: #E3061C;
}
.b-searchResult__breadcrumb::after {
  content: " / ";
}
.b-searchResult__breadcrumb:last-child:after {
  content: "";
}

.-metaPage {
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .-metaPage {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .-metaPage {
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }
}

.b-bulletList li,
.b-copyBlock ul li {
  position: relative;
  padding-left: 26px;
  opacity: 0.8;
}
.b-bulletList li:before,
.b-copyBlock ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  background-color: #E3061C;
  height: 5px;
  width: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  opacity: 1;
}

.b-companyWrapper {
  position: relative;
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out 0.5s forwards;
}
@media (min-width: 600px) {
  .b-companyWrapper {
    padding-left: 6.25vw;
    box-sizing: border-box;
    margin-right: 12.5vw;
    background-color: #e5e6e7;
  }
}
@media (min-width: 600px) and (min-width: 600px) {
  .b-companyWrapper {
    padding-left: 6.25vw;
  }
}
@media (min-width: 600px) and (min-width: 1280px) {
  .b-companyWrapper {
    padding-left: 12.5vw;
  }
}
@media (min-width: 1280px) {
  .b-companyWrapper {
    margin-right: 25vw;
    padding-bottom: 100px;
  }
}
@media (min-width: 600px) {
  .b-companyWrapper:before {
    content: "";
    position: absolute;
    top: 192px;
    bottom: 0;
    left: 100%;
    width: 50vw;
    background-color: #164194;
  }
}
.b-timeline__years {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
}
.b-timeline__years li {
  margin-right: 35px;
}

.b-timeline__year.-isActive {
  border-bottom: 3px solid red;
}

.b-timeline__item {
  position: relative;
}

.b-timeline__item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 990px) {
  .b-timeline__item {
    display: grid;
  }
}

.b-timeline__text {
  padding-top: 60px;
  padding-bottom: 30px;
  background: #d4d5d7;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .b-timeline__text {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .b-timeline__text {
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }
}
@media (min-width: 600px) {
  .b-timeline__text {
    grid-column: 1/3;
  }
}
@media (min-width: 1280px) {
  .b-timeline__text {
    grid-column: 1/6;
  }
}
@media (min-width: 990px) {
  .b-timeline__text {
    padding-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .b-timeline__text {
    display: flex;
    flex-direction: row;
    padding-top: 100px;
  }
}
@media (min-width: 1280px) {
  .b-timeline__item:last-child .b-timeline__text {
    padding-bottom: 100px;
  }
}
.b-timeline__text h3 {
  color: #E3061C;
}

.b-timeline__rowContent {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 900;
  margin: 50px 0 -3px 0;
  line-height: 2.5;
}
@media (min-width: 600px) {
  .b-timeline__rowContent {
    grid-column: 1/9;
  }
}
@media (min-width: 1280px) {
  .b-timeline__rowContent {
    grid-column: 1/6;
  }
}

.b-timeline__next {
  display: inline;
  margin-left: 35px;
}

.b-timeline__prev {
  display: none;
}
@media (min-width: 990px) {
  .b-timeline__prev {
    display: none;
    margin-left: -50px;
    margin-right: 35px;
    transform: rotate(180deg);
  }
}

@media (min-width: 1280px) {
  .b-timeline__year .b-heading.-h2, .b-timeline__year .-h2.b-glossar__link, .b-timeline__year .-h2.b-glossar__heading, .b-timeline__year .-h2.b-searchForm__field, .b-timeline__year .-h2.b-searchMap__item {
    width: 200px;
  }
}

.b-timeline__textWrapper {
  padding: 0;
  margin: 0;
  display: inline;
}

.b-timeline__media {
  position: relative;
  padding: 0;
  overflow: hidden;
}
@media (min-width: 600px) {
  .b-timeline__media {
    grid-column: 3/9;
  }
}
@media (min-width: 1280px) {
  .b-timeline__media {
    grid-column: 6/9;
  }
}
@media (min-width: 990px) {
  .b-timeline__media .b-mediaContainer {
    margin-bottom: -6vw;
  }
}
@media (min-width: 1280px) {
  .b-timeline__media {
    display: grid;
    width: 100%;
  }
  .b-timeline__item:first-child .b-timeline__media {
    margin-top: -100px;
  }
}
.b-timeline__media img {
  width: 100%;
  text-align: right;
}

@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
.b-toTop {
  position: fixed;
  bottom: 90px;
  right: 0;
  z-index: 9996;
  margin: 16px;
  padding: 6px 0 0 0;
  color: white;
  background: white;
  border: 1px solid white;
  transition: 0.5s ease transform;
}
.b-toTop:hover {
  transform: scale(1.1);
}
.b-toTop svg {
  transform: rotate(180deg) scale(0.4);
}
.b-toTop path {
  fill: #164194;
}

.b-subPageHeader {
  position: relative;
  background: #164194;
  color: #FFFFFF;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 24px;
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out 0.5s forwards;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .b-subPageHeader {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .b-subPageHeader {
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }
}
.b-subPageHeader.-chronik {
  min-height: 61.8vh;
  padding-bottom: 48px;
}
.b-subPageHeader.-chronik .b-heading.-h2, .b-subPageHeader.-chronik .-h2.b-glossar__link, .b-subPageHeader.-chronik .-h2.b-glossar__heading, .b-subPageHeader.-chronik .-h2.b-searchForm__field, .b-subPageHeader.-chronik .-h2.b-searchMap__item {
  opacity: 1;
}
@media (min-width: 1280px) {
  .b-subPageHeader.-chronik .b-heading.-h2, .b-subPageHeader.-chronik .-h2.b-glossar__link, .b-subPageHeader.-chronik .-h2.b-glossar__heading, .b-subPageHeader.-chronik .-h2.b-searchForm__field, .b-subPageHeader.-chronik .-h2.b-searchMap__item {
    padding-right: 42%;
  }
}
.b-subPageHeader.-kontakt {
  min-height: 30vh;
}
@media (min-width: 600px) {
  .b-subPageHeader.-kontakt {
    min-height: 20vh;
  }
  .b-subPageHeader.-kontakt h1 {
    display: none;
  }
}
.b-subPageHeader.-produkt {
  min-height: 61.8vh;
  padding-bottom: 48px;
}
.b-subPageHeader.-glossar {
  min-height: 32vh;
  padding-bottom: 0;
}
.b-subPageHeader.-searchResults {
  min-height: 200px;
}
@media (min-width: 600px) {
  .b-subPageHeader.-searchResults {
    min-height: 25vh;
  }
}

.b-subPageHeader__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  bottom: -9vw;
  flex: 1;
  background-position: center;
  background-size: cover;
}
@media (min-width: 600px) {
  .b-subPageHeader__video {
    display: inline;
    position: absolute;
    top: 0;
    bottom: -9vw;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 990px) {
  .b-subPageHeader__video {
    width: 100% !important;
    bottom: 0;
  }
}
.b-subPageHeader__video video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 600px) {
  .b-subPageHeader__video video {
    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto !important;
    height: auto !important;
  }
}
@media (min-width: 990px) {
  .b-subPageHeader__video video {
    max-height: none;
  }
}

.b-subPageHeader__videoFile {
  object-fit: cover;
}
.b-subPageHeader__videoFile.-small {
  display: inline;
}
@media (min-width: 600px) {
  .b-subPageHeader__videoFile.-small {
    display: none;
  }
}
.b-subPageHeader__videoFile.-large {
  display: none;
}
@media (min-width: 600px) {
  .b-subPageHeader__videoFile.-large {
    display: inline;
  }
}

.b-kontaktMap iframe {
  width: 100%;
  height: 300px;
}
@media (min-width: 990px) {
  .b-kontaktMap iframe {
    height: 500px;
  }
}

.b-productsTeaser {
  font-size: calc((7px + .2vw) * 2.5);
  line-height: calc((7px + .2vw) * 3.5);
  letter-spacing: "normal";
  width: 100vw;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-areas: "b-productsTeaser__title b-productsTeaser__title" "b-productsTeaser__paragraph b-productsTeaser__paragraph" "b-productsTeaser__list b-productsTeaser__logo";
  padding-top: 80px;
  padding-bottom: 80px;
  background: #164194;
}
@media (min-width: 990px) {
  .b-productsTeaser {
    font-size: calc((7px + .2vw) * 2.5);
    line-height: calc((7px + .2vw) * 3.5);
  }
}
@media (min-width: 1280px) {
  .b-productsTeaser {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "b-productsTeaser__title b-productsTeaser__image" "b-productsTeaser__paragraph b-productsTeaser__image" "b-productsTeaser__logo b-productsTeaser__list";
    padding-bottom: 140px;
    padding-top: 0;
  }
}
.b-productsTeaser__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: b-productsTeaser__title;
  background: #164194;
  color: #FFFFFF;
  padding-left: 6.25vw;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .b-productsTeaser__title {
    padding-left: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .b-productsTeaser__title {
    padding-left: 12.5vw;
  }
}
@media (min-width: 1280px) {
  .b-productsTeaser__title {
    position: relative;
    background: #e5e6e7;
    color: #141517;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 10px;
    padding-bottom: 30px;
  }
  .b-productsTeaser__title:before {
    content: "";
    position: absolute;
    bottom: calc(100% - 1px);
    left: 0;
    width: 100%;
    height: 7vw;
    background: #e5e6e7;
  }
}
.b-productsTeaser__title .b-heading.-h5, .b-productsTeaser__title .-h5.b-glossar__link, .b-productsTeaser__title .-h5.b-glossar__heading, .b-productsTeaser__title .-h5.b-searchForm__field, .b-productsTeaser__title .-h5.b-searchMap__item {
  color: #FFFFFF;
}
@media (min-width: 1280px) {
  .b-productsTeaser__title .b-heading.-h5, .b-productsTeaser__title .-h5.b-glossar__link, .b-productsTeaser__title .-h5.b-glossar__heading, .b-productsTeaser__title .-h5.b-searchForm__field, .b-productsTeaser__title .-h5.b-searchMap__item {
    color: #E3061C;
  }
}
.b-productsTeaser__image {
  display: none;
  position: relative;
  overflow: hidden;
  grid-area: b-productsTeaser__image;
}
@media (min-width: 1280px) {
  .b-productsTeaser__image {
    display: block;
  }
}
.b-productsTeaser__image img {
  display: block;
  width: 100%;
}
.b-productsTeaser__video {
  display: none;
  width: 100%;
}
.b-productsTeaser__video.-isActive {
  display: block;
}
.b-productsTeaser__paragraph {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: b-productsTeaser__paragraph;
  color: #FFFFFF;
  background: #164194;
  margin-bottom: calc((7px + .2vw) * 3);
  padding-top: calc((7px + .2vw) * 3);
  padding-right: 25vw;
  box-sizing: border-box;
  padding-left: 6.25vw;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .b-productsTeaser__paragraph {
    padding-right: 25vw;
  }
}
@media (min-width: 1280px) {
  .b-productsTeaser__paragraph {
    padding-right: 50vw;
  }
}
@media (min-width: 600px) {
  .b-productsTeaser__paragraph {
    padding-left: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .b-productsTeaser__paragraph {
    padding-left: 12.5vw;
  }
}
@media (min-width: 1280px) {
  .b-productsTeaser__paragraph {
    padding-right: 3.125vw;
    box-sizing: border-box;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) and (min-width: 600px) {
  .b-productsTeaser__paragraph {
    padding-right: 3.125vw;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .b-productsTeaser__paragraph {
    padding-right: 6.25vw;
  }
}
.b-productsTeaser__logo {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  width: 40vw;
  grid-area: b-productsTeaser__logo;
  padding-left: 6.25vw;
  box-sizing: border-box;
  padding-right: 6.25vw;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .b-productsTeaser__logo {
    padding-left: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .b-productsTeaser__logo {
    padding-left: 12.5vw;
  }
}
@media (min-width: 600px) {
  .b-productsTeaser__logo {
    padding-right: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .b-productsTeaser__logo {
    padding-right: 12.5vw;
  }
}
@media (min-width: 1280px) {
  .b-productsTeaser__logo {
    background: #164194;
    color: #FFFFFF;
    padding-top: 80px;
  }
}
.b-productsTeaser__logo img {
  width: 100%;
}
.b-productsTeaser__list {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: b-productsTeaser__list;
  padding-left: 6.25vw;
  box-sizing: border-box;
}
@media (min-width: 1280px){
  .b-productsTeaser__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .b-productsTeaser__image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .b-productsTeaser__paragraph {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .b-productsTeaser__logo {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .b-productsTeaser__list {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
@media (min-width: 600px) {
  .b-productsTeaser__list {
    padding-left: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .b-productsTeaser__list {
    padding-left: 12.5vw;
  }
}
@media (min-width: 1280px) {
  .b-productsTeaser__list {
    background: #164194;
    color: #FFFFFF;
    padding-right: 6.25vw;
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 0;
  }
}
@media (min-width: 1280px) and (min-width: 600px) {
  .b-productsTeaser__list {
    padding-right: 6.25vw;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .b-productsTeaser__list {
    padding-right: 12.5vw;
  }
}
.b-productsTeaser__list ul {
  width: 50%;
  float: left;
  display: inline;
}
@media (min-width: 1280px) {
  .b-productsTeaser__list ul {
    width: 100%;
  }
}
.b-productsTeaser__listItem a {
  display: inline-block;
  position: relative;
  padding-right: 32px;
}
.b-productsTeaser__listItem a:after {
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><line stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" x1="23.25" y1="12.497" x2="0.75" y2="12.497"/><polyline fill="white" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" points="19.5 16.247 23.25 12.497 19.5 8.747"/></svg>');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 24px;
}
@media (min-width: 1280px) {
  .b-productsTeaser__listItem {
    display: inline;
    width: 50%;
    float: left;
    transition: all 0.3s ease-in-out;
  }
  .b-productsTeaser__listItem a:after {
    opacity: 0;
    transform: translateX(-8px);
  }
  .b-productsTeaser__listItem:hover a:after {
    opacity: 1;
    transform: none;
  }
  .b-productsTeaser__listItem.-isInactive {
    opacity: 0.5;
  }
}
.b-productsTeaser h5 {
  color: white;
  margin-bottom: 20px;
}
.b-productsTeaser ul {
  color: white;
}
.b-productsTeaser li {
  transition: 0.25s ease opacity;
  margin-bottom: 15px;
}
.b-productsTeaser li:hover {
  opacity: 1;
}

.b-productsTeaser__snippets {
  display: none;
}

.b-productWrapper {
  position: relative;
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out 0.5s forwards;
}
@media (min-width: 600px) {
  .b-productWrapper {
    padding-left: 6.25vw;
    box-sizing: border-box;
    background-color: #164194;
  }
}
@media (min-width: 600px) and (min-width: 600px) {
  .b-productWrapper {
    padding-left: 6.25vw;
  }
}
@media (min-width: 600px) and (min-width: 1280px) {
  .b-productWrapper {
    padding-left: 12.5vw;
  }
}
@media (min-width: 1280px) {
  .b-productWrapper {
    background-color: transparent;
  }
}
@media (min-width: 600px) {
  .b-productWrapper:before {
    content: "";
    position: absolute;
    top: 192px;
    bottom: 0;
    left: 0;
    width: 6.25vw;
    background-color: #164194;
  }
}
@media (min-width: 1280px) {
  .b-productWrapper:before {
    width: 12.5vw;
  }
}

.b-newsTeaser {
  background: #d4d5d7;
  position: relative;
}

.b-newsTeaser__content {
  padding: 60px 0 60px 0;
  background: #e5e6e7;
  z-index: 10;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .b-newsTeaser__content {
    grid-column: 1/5;
  }
}
@media (min-width: 1280px) {
  .b-newsTeaser__content {
    grid-column: 1/9;
  }
}
@media (min-width: 600px) {
  .b-newsTeaser__content {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .b-newsTeaser__content {
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }
}
@media (min-width: 600px) {
  .b-newsTeaser__content {
    padding: 80px 0 80px 0;
  }
}
@media (min-width: 1280px) {
  .b-newsTeaser__content {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    align-items: flex-end;
  }
}
@media (min-width: 1280px) {
  .b-newsTeaser__content .b-heading.-h3, .b-newsTeaser__content .-h3.b-glossar__link, .b-newsTeaser__content .-h3.b-glossar__heading, .b-newsTeaser__content .b-searchForm__field, .b-newsTeaser__content .b-searchMap__item {
    margin-bottom: 0;
  }
}
.b-newsTeaser__content .b-heading.-h5, .b-newsTeaser__content .-h5.b-glossar__link, .b-newsTeaser__content .-h5.b-glossar__heading, .b-newsTeaser__content .-h5.b-searchForm__field, .b-newsTeaser__content .-h5.b-searchMap__item {
  color: #E3061C;
}

.b-newsTeaser__headings {
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .b-newsTeaser__headings {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .b-newsTeaser__headings {
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }
}
@media (min-width: 1280px) {
  .b-newsTeaser__headings {
    grid-column: 2/7;
    padding: 0;
  }
}

.b-newsTeaser__paragraph {
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  box-sizing: border-box;
  margin-bottom: calc((7px + .2vw) * 3);
}
@media (min-width: 600px) {
  .b-newsTeaser__paragraph {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .b-newsTeaser__paragraph {
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }
}

.b-newsTeaser__link {
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  box-sizing: border-box;
  display: inline-block;
  color: #164194;
  font-weight: 700;
}
@media (min-width: 600px) {
  .b-newsTeaser__link {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .b-newsTeaser__link {
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }
}
@media (min-width: 1280px) {
  .b-newsTeaser__link {
    grid-column: 7/8;
    padding: 0;
    text-align: right;
  }
}

.b-careerTeaser {
  background: #d4d5d7;
  position: relative;
  overflow: hidden;
}
.b-careerTeaser img, .b-careerTeaser video {
  width: 100%;
}
@media (min-width: 600px) {
  .b-careerTeaser img, .b-careerTeaser video {
    grid-column: 1/5;
  }
}
@media (min-width: 1280px) {
  .b-careerTeaser img, .b-careerTeaser video {
    grid-column: 1/9;
  }
}
.b-careerTeaser video {
  display: none;
}
@media (min-width: 600px) {
  .b-careerTeaser video {
    display: block;
  }
}
@media (min-width: 600px) {
  .b-careerTeaser img {
    display: none;
  }
}

.b-careerTeaser__content {
  padding: 60px 0 30px 0;
  background: #e5e6e7;
  z-index: 10;
  padding-right: 6.25vw;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .b-careerTeaser__content {
    grid-column: 1/5;
  }
}
@media (min-width: 1280px) {
  .b-careerTeaser__content {
    grid-column: 4/9;
  }
}
@media (min-width: 600px) {
  .b-careerTeaser__content {
    padding-right: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .b-careerTeaser__content {
    padding-right: 12.5vw;
  }
}
@media (min-width: 600px) {
  .b-careerTeaser__content {
    padding: 80px 0;
  }
}
@media (min-width: 1280px) {
  .b-careerTeaser__content {
    margin-top: -150px;
    padding-bottom: 140px;
  }
}
.b-careerTeaser__content .b-heading, .b-careerTeaser__content .b-glossar__link, .b-careerTeaser__content .b-glossar__heading, .b-careerTeaser__content .b-searchForm__field, .b-careerTeaser__content .b-searchMap__item {
  margin-bottom: calc((7px + .2vw) * 3);
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .b-careerTeaser__content .b-heading, .b-careerTeaser__content .b-glossar__link, .b-careerTeaser__content .b-glossar__heading, .b-careerTeaser__content .b-searchForm__field, .b-careerTeaser__content .b-searchMap__item {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .b-careerTeaser__content .b-heading, .b-careerTeaser__content .b-glossar__link, .b-careerTeaser__content .b-glossar__heading, .b-careerTeaser__content .b-searchForm__field, .b-careerTeaser__content .b-searchMap__item {
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }
}
.b-careerTeaser__content .b-heading.-h5, .b-careerTeaser__content .-h5.b-glossar__link, .b-careerTeaser__content .-h5.b-glossar__heading, .b-careerTeaser__content .-h5.b-searchForm__field, .b-careerTeaser__content .-h5.b-searchMap__item {
  color: #E3061C;
}
@media (min-width: 1280px) {
  .b-careerTeaser__content .b-heading.-h2, .b-careerTeaser__content .-h2.b-glossar__link, .b-careerTeaser__content .-h2.b-glossar__heading, .b-careerTeaser__content .-h2.b-searchForm__field, .b-careerTeaser__content .-h2.b-searchMap__item {
    margin-bottom: 40px;
  }
}

.b-careerTeaser__paragraph {
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  box-sizing: border-box;
  margin-bottom: calc((7px + .2vw) * 3);
}
@media (min-width: 600px) {
  .b-careerTeaser__paragraph {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .b-careerTeaser__paragraph {
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }
}

.b-careerTeaser__link {
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  box-sizing: border-box;
  display: inline-block;
  color: #164194;
  font-weight: 700;
}
@media (min-width: 600px) {
  .b-careerTeaser__link {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .b-careerTeaser__link {
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }
}

.b-contact__address {
  margin-bottom: 30px;
}

.b-contact__form input,
.b-contact__form textarea {
  font-family: "Replica", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  line-height: 30px;
  padding: 8px 16px;
  box-sizing: border-box;
  background-color: #d4d5d7;
  outline-color: #164194;
  outline-width: 1px;
}

.b-contact__form button {
  color: #E3061C;
  font-size: 20px;
  border: 0;
  padding: 0;
  border-bottom: 1px solid #E3061C;
  background: transparent;
}

.b-contact__success {
  background: #C7E0C9;
  color: #5EA964;
  padding: 16px;
}

.b-contentRight {
  background: #e5e6e7;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .b-contentRight {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .b-contentRight {
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }
}
@media (min-width: 600px) {
  .b-contentRight {
    grid-column: 2/9;
  }
}
@media (min-width: 1280px) {
  .b-contentRight {
    grid-column: 4/9;
  }
}
@media (min-width: 1280px) {
  .b-contentRight {
    margin-top: -125px;
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: 999;
  }
}

.b-corporateVideoTeaser {
  font-size: calc((7px + .2vw) * 2.5);
  line-height: calc((7px + .2vw) * 3.5);
  letter-spacing: "normal";
  display: flex;
  background: #e5e6e7;
  flex-direction: column;
  position: relative;
  justify-content: flex-end;
}
@media (min-width: 600px) {
  .b-corporateVideoTeaser {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .b-corporateVideoTeaser {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (min-width: 990px) {
  .b-corporateVideoTeaser {
    font-size: calc((7px + .2vw) * 2.5);
    line-height: calc((7px + .2vw) * 3.5);
  }
}
.b-corporateVideoTeaser__videos {
  position: relative;
  z-index: 1;
  padding-top: 56.25%;
  overflow: hidden;
  background: #141517;
}
@media (min-width: 600px) {
  .b-corporateVideoTeaser__videos {
    grid-column: 1/5;
  }
}
@media (min-width: 1280px) {
  .b-corporateVideoTeaser__videos {
    grid-column: 1/7;
  }
}
.b-corporateVideoTeaser__videoPlay {
  display: none;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  margin-top: -36px;
  margin-left: -36px;
  pointer-events: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0 8px 24px 0;
  background-color: #FFFFFF;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewbox="0 0 24 24"%3E%3Cpath fill="%23164194" d="M20.555,11.168l-15-10c-0.307-0.204-0.702-0.224-1.026-0.05C4.203,1.292,4,1.631,4,2v20 c0,0.369,0.203,0.708,0.528,0.882C4.676,22.961,4.838,23,5,23c0.194,0,0.388-0.057,0.555-0.168l15-10C20.833,12.646,21,12.334,21,12 S20.833,11.354,20.555,11.168z" /%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: center;
}
.b-corporateVideoTeaser__videoPlay.-isActive {
  display: block;
}

.b-corporateVideoTeaser__consent {
  display: none;
  font-size: calc((7px + .2vw) * 1.6);
  line-height: calc((7px + .2vw) * 2);
  letter-spacing: "normal";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding: 20px;
  background: #e5e6e7;
  color: #141517;
  text-align: center;
}
@media (min-width: 990px) {
  .b-corporateVideoTeaser__consent {
    font-size: calc((7px + .2vw) * 1.6);
    line-height: calc((7px + .2vw) * 2);
  }
}
.b-corporateVideoTeaser__consent.-isActive {
  display: block;
}
.b-corporateVideoTeaser__consent a {
  text-decoration: underline;
}
@keyframes show-yt-video {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-corporateVideoTeaser__video iframe,
.b-corporateVideoTeaser__video img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.b-corporateVideoTeaser__video iframe {
  opacity: 0;
}
.b-corporateVideoTeaser__video.-isActive iframe {
  display: block;
  animation: show-yt-video 0.4s ease-in-out forwards;
}
.b-corporateVideoTeaser__video img.-isActive {
  display: block;
  z-index: 99;
  cursor: pointer;
}
.b-corporateVideoTeaser__list {
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  box-sizing: border-box;
  position: relative;
  background: #164194;
  color: #FFFFFF;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (min-width: 600px) {
  .b-corporateVideoTeaser__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .b-corporateVideoTeaser__list {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (min-width: 600px) {
  .b-corporateVideoTeaser__list {
    grid-column: 1/5;
  }
}
@media (min-width: 1280px) {
  .b-corporateVideoTeaser__list {
    grid-column: 1/9;
  }
}
@media (min-width: 600px) {
  .b-corporateVideoTeaser__list {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .b-corporateVideoTeaser__list {
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }
}
@media (min-width: 1280px) {
  .b-corporateVideoTeaser__list {
    padding-top: 80px;
    padding-right: 0;
    padding-bottom: 140px;
    padding-left: 0;
  }
}
.b-corporateVideoTeaser__list:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 26vw;
  background: #164194;
}
@media (min-width: 600px) {
  .b-corporateVideoTeaser__list ul {
    grid-column: 1/5;
  }
}
@media (min-width: 1280px) {
  .b-corporateVideoTeaser__list ul {
    grid-column: 2/7;
  }
}
.b-corporateVideoTeaser__list li {
  transition: 0.25s ease opacity;
  opacity: 0.5;
  margin-bottom: 15px;
  cursor: pointer;
}
.b-corporateVideoTeaser__list li:nth-child(2) {
  margin-bottom: calc((7px + .2vw) * 3);
}
.b-corporateVideoTeaser__list li:hover, .b-corporateVideoTeaser__list li.-isActive {
  opacity: 1;
}
.b-corporateVideoTeaser__list li.-isActive {
  pointer-events: none;
}
.b-corporateVideoTeaser__list li span {
  display: block;
  padding-left: 24px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewbox="0 0 16 16"%3E%3Cpolygon fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" points="2.5,0.5 14.5,8 2.5,15.5 "%3E%3C/polygon%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: left top calc((7px + .2vw) * 0.7);
}
@media (min-width: 600px) {
  .b-corporateVideoTeaser__list li span {
    background-position: left top calc((7px + .2vw) * 0.8);
  }
}
@media (min-width: 1280px) {
  .b-corporateVideoTeaser__list li span {
    background-position: left top calc((7px + .2vw) * 1);
  }
}
.b-corporateVideoTeaser__list li.-isActive span {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewbox="0 0 16 16"%3E%3Cpath fill="white" d="M13.6,7.2l-10-7C2.9-0.3,2,0.2,2,1v14c0,0.8,0.9,1.3,1.6,0.8l10-7C14.1,8.4,14.1,7.6,13.6,7.2z" /%3E%3C/svg%3E');
}
.b-corporateVideoTeaser__list li.-heading {
  cursor: auto;
}
.b-corporateVideoTeaser__list li.-heading:hover {
  opacity: 0.5;
}
.b-corporateVideoTeaser__list li.-heading span {
  padding: 0;
  background: transparent;
}

.b-footer {
  font-size: calc((7px + .2vw) * 2);
  line-height: calc((7px + .2vw) * 3);
  letter-spacing: "normal";
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 4fr 1fr;
  padding: 60px 0;
  background: #d4d5d7;
  padding-left: 6.25vw;
  box-sizing: border-box;
}
@media (min-width: 990px) {
  .b-footer {
    font-size: calc((7px + .2vw) * 2);
    line-height: calc((7px + .2vw) * 3);
  }
}
@media (min-width: 600px) {
  .b-footer {
    padding-left: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .b-footer {
    padding-left: 12.5vw;
  }
}
@media (min-width: 1280px) {
  .b-footer {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.b-footer__address, .b-footer__contact, .b-footer__copyright {
  margin-bottom: 30px;
}

.b-footer__copyright {
  color: #141517;
  display: inline-block;
}
.b-footer__copyright span {
  opacity: 0.5;
}

.b-footer__metaMenu div {
  display: inline;
}

.b-footer a {
  transition: 0.25s ease all;
  color: #141517;
  opacity: 0.5;
}

.b-footer a:hover {
  color: #164194;
  opacity: 1;
}

.b-footer__metaMenu :not(:last-of-type):after {
  content: " ·";
}

.b-footer__logo {
  width: 100%;
  margin-bottom: 48px;
}
@media (min-width: 990px) {
  .b-footer__logo {
    margin-bottom: 0;
  }
}
.b-footer__logo img {
  width: 200px;
}

.osano-cm-window,
.osano-cm-button {
  font-family: "Replica", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.osano-cm-dialog--type_box {
  max-width: 30em;
}

.osano-cm-widget {
  display: none;
}

.b-adBanner {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999999;
}

@media (min-width: 600px) {
  .b-glossar__wrapper {
    padding-left: 6.25vw;
    box-sizing: border-box;
    margin-right: 12.5vw;
  }
}
@media (min-width: 600px) and (min-width: 600px) {
  .b-glossar__wrapper {
    padding-left: 6.25vw;
  }
}
@media (min-width: 600px) and (min-width: 1280px) {
  .b-glossar__wrapper {
    padding-left: 12.5vw;
  }
}
@media (min-width: 1280px) {
  .b-glossar__wrapper.--detail {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .b-glossar__wrapper {
    padding-bottom: 100px;
  }
}

.b-glossar__section {
  padding-bottom: 16px;
}
.b-glossar__section:not(:first-of-type) {
  padding-top: 48px;
}

.b-glossar__expert {
  padding: 0 24px 48px;
  max-width: 340px;
}
@media (min-width: 600px) {
  .b-glossar__expert {
    padding: 0 48px 48px 48px;
  }
}
@media (min-width: 1280px) {
  .b-glossar__expert {
    padding: 96px 0 48px;
  }
}
.b-glossar__expert h4 {
  margin: 0;
}

.b-glossar__heading {
  padding-bottom: 16px;
  font-weight: bold;
  color: #E3061C;
  grid-column: 2/6;
}
@media (min-width: 600px) {
  .b-glossar__heading {
    grid-column: 1/5;
  }
}
@media (min-width: 1280px) {
  .b-glossar__heading {
    grid-column: 1/8;
  }
}

.b-glossar__links {
  row-gap: 16px;
}

.b-glossar__link {
  transition: all 0.3s ease-in-out;
  display: block;
  font-weight: bold;
}
.b-glossar__link:not(:last-child) {
  padding-bottom: 16px;
}
@media (min-width: 600px) {
  .b-glossar__link {
    grid-column: span 2;
  }
  .b-glossar__link:not(:last-child) {
    padding-bottom: 0;
  }
  .b-glossar__link:hover {
    color: #E3061C;
  }
}
@media (min-width: 1280px) {
  .b-glossar__link {
    grid-column: span 4;
  }
}

.b-glossar__nav {
  font-size: calc((7px + .2vw) * 1.6);
  line-height: calc((7px + .2vw) * 2);
  letter-spacing: "normal";
  grid-column: span 8;
  padding-top: 24px;
  display: flex;
  font-weight: bold;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (min-width: 990px) {
  .b-glossar__nav {
    font-size: calc((7px + .2vw) * 1.6);
    line-height: calc((7px + .2vw) * 2);
  }
}
.b-glossar__nav::-webkit-scrollbar {
  display: none;
}
.b-glossar__nav.-detail {
  padding-bottom: 24px;
}

.b-glossar__item {
  cursor: pointer;
  position: relative;
  padding: 8px 8px;
}
.b-glossar__item.-is-active::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #E3061C;
}
.b-glossar__item.-is-disabled {
  cursor: default;
  opacity: 0.5;
}

.b-glossar__highlight {
  position: relative;
  border-bottom: 2px dashed #164194;
  margin-right: 14px;
  cursor: pointer;
  white-space: nowrap;
}
.b-glossar__highlight:after {
  content: "";
  position: absolute;
  right: -14px;
  top: 0;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cg fill='%23164194'%3E%3Cpath d='M8,0C3.6,0,0,3.6,0,8s3.6,8,8,8,8-3.6,8-8S12.4,0,8,0Zm0,13c-.552,0-1-.448-1-1s.448-1,1-1,1,.448,1,1-.448,1-1,1Zm1.623-4.908c-.497,.427-.623,.571-.623,.908,0,.553-.448,1-1,1s-1-.447-1-1c0-1.294,.795-1.976,1.322-2.427,.497-.425,.623-.57,.623-.906,0-.183,0-.667-.944-.667-.436,.024-.901,.224-1.258,.561-.401,.378-1.035,.359-1.414-.041-.379-.402-.361-1.035,.041-1.414,.702-.661,1.617-1.054,2.579-1.104h.003c1.812,0,2.993,1.071,2.993,2.666,0,1.293-.795,1.975-1.321,2.425Z' fill='%23164194'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  cursor: pointer;
}

@keyframes popup-in {
  0% {
    transform: translateY(240px);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.b-popup {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e5e6e7;
  transform: translateY(240px);
  opacity: 0;
  animation: popup-in 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s forwards;
}
@media (min-width: 1280px) {
  .b-popup {
    width: 600px;
    right: auto;
    left: calc((7px + .2vw) * 2);
    bottom: calc((7px + .2vw) * 2);
  }
}

.b-popup__header {
  font-size: calc((7px + .2vw) * 2.5);
  line-height: calc((7px + .2vw) * 3.5);
  letter-spacing: "normal";
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: calc((7px + .2vw) * 3);
  background-color: #FFFFFF;
}
@media (min-width: 990px) {
  .b-popup__header {
    font-size: calc((7px + .2vw) * 2.5);
    line-height: calc((7px + .2vw) * 3.5);
  }
}
.b-popup__header a {
  display: inline-block;
  position: relative;
}
.b-popup__header a:after {
  content: "";
  position: absolute;
  right: -27px;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cg stroke-linecap='square' stroke-linejoin='miter' stroke-width='2' fill='none' stroke='%23212121' stroke-miterlimit='10'%3E%3Cline x1='2' y1='12' x2='22' y2='12' stroke-linecap='butt' stroke='%23212121'%3E%3C/line%3E %3Cpolyline points='15,5 22,12 15,19 '%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
}

.b-popup__body {
  padding: calc((7px + .2vw) * 3);
}
.b-popup__body h3 {
  color: #E3061C;
}
.b-popup__body a {
  color: #164194;
}

.b-popup__close {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.b-popup__overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(20, 21, 23, 0.75);
}


.b-datenschutz__content {
  padding-top: 60px;
  padding-left: 6.25vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 3.125vw;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .b-datenschutz__content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
  }
}
@media (min-width: 1280px) {
  .b-datenschutz__content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 8;
    grid-column: 1/9;
  }
}
@media (min-width: 600px) {
  .b-datenschutz__content {
    padding-left: 6.25vw;
  }
}
@media (min-width: 1280px) {
  .b-datenschutz__content {
    padding-left: 12.5vw;
  }
}
@media (min-width: 600px) {
  .b-datenschutz__content {
    padding-right: 3.125vw;
  }
}
@media (min-width: 1280px) {
  .b-datenschutz__content {
    padding-right: 6.25vw;
  }
}
@media (min-width: 600px) {
  .b-datenschutz__content {
    padding-right: 6.25vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 600px) and (min-width: 600px) {
  .b-datenschutz__content {
    padding-right: 6.25vw;
  }
}
@media (min-width: 600px) and (min-width: 1280px) {
  .b-datenschutz__content {
    padding-right: 37.5vw;
  }
}
@media (min-width: 1280px) {
  .b-datenschutz__content {
    padding-top: 100px;
    padding-right: 6.25vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #d4d5d7;
  }
}
@media (min-width: 1280px) and (min-width: 600px) {
  .b-datenschutz__content {
    padding-right: 6.25vw;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .b-datenschutz__content {
    padding-right: 37.5vw;
  }
}

.b-accordion-header {
  position: relative;
  padding: 10px 0 10px 30px;
  cursor: pointer;
  font-size: calc((7px + .2vw) * 2.5);
  line-height: calc((7px + .2vw) * 3.5);
  letter-spacing: "normal";
  font-weight: bold;
}
@media (min-width: 990px) {
  .b-accordion-header {
    font-size: calc((7px + .2vw) * 2.5);
    line-height: calc((7px + .2vw) * 3.5);
  }
}
.b-accordion-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='M6.49 20.13l1.77 1.77 9.9-9.9-9.9-9.9-1.77 1.77L14.62 12l-8.13 8.13z' fill='%23212121'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.b-accordion-item {
  border-bottom: 2px solid #164194;
}
.b-accordion-item:first-of-type {
  border-top: 2px solid #164194;
}
.b-accordion-item.active .b-accordion-header::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.b-accordion-content {
  padding: 0 0 0 30px;
  display: none;
  overflow: hidden;
}
.b-accordion-content.active {
  display: block;
}

.b-footer__metaMenu {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}