/* COLORS */
/* PADDINGS */
/* NUMBERS */
/* FONTS */
@font-face {
  font-family: "TheSansLight";
  font-weight: normal;
  src: url(fonts/TheSans_B2.eot);
  src: url(fonts/TheSans_B2.eot?#iefix) format("embedded-opentype"), url(fonts/TheSans_B2.woff) format("woff"), url(fonts/TheSans_B2.svg#font) format("svg"); }

@font-face {
  font-family: "TheSansPlain";
  font-weight: normal;
  src: url(fonts/TheSans_TT5.eot);
  src: url(fonts/TheSans_TT5.eot?#iefix) format("embedded-opentype"), url(fonts/TheSans_TT5.woff) format("woff"), url(fonts/TheSans_TT5.svg#font) format("svg"); }

@font-face {
  font-family: "TheSansSemiboldItalic";
  font-weight: normal;
  src: url(fonts/TheSans_TT5i.eot);
  src: url(fonts/TheSans_TT5i.eot?#iefix) format("embedded-opentype"), url(fonts/TheSans_TT5i.woff) format("woff"), url(fonts/TheSans_TT5i.svg#font) format("svg"); }

@font-face {
  font-family: "TheSansExtraboldItalic";
  font-weight: normal;
  src: url(fonts/TheSans_TT8i.eot);
  src: url(fonts/TheSans_TT8i.eot?#iefix) format("embedded-opentype"), url(fonts/TheSans_TT8i.woff) format("woff"), url(fonts/TheSans_TT8i.svg#font) format("svg"); }

@font-face {
  font-family: "Fontawesome";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/Fontawesome.eot);
  src: url(fonts/Fontawesome.eot?#iefix) format("embedded-opentype"), url(fonts/Fontawesome.woff) format("woff"), url(fonts/Fontawesome.svg#font) format("svg"); }

@font-face {
  font-family: "PublicoBanner";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/PublicoBanner/PublicoBanner-Medium-Web.woff) format("woff"), url(fonts/PublicoBanner/PublicoBanner-Medium-Web.woff2) format("woff2"); }

@font-face {
  font-family: "PublicoBannerRoman";
  font-style: normal;
  font-weight: normal;
  src: url(fonts/PublicoBanner/PublicoBanner-Roman-Web.woff) format("woff"), url(fonts/PublicoBanner/PublicoBanner-Roman-Web.woff2) format("woff2"); }

/* RETINA */
/* BREAKPOINTS */
/* GENERAL TAG OVERWRITES */
html, body {
  font-family: "TheSansLight", Arial, Helvetica, sans-serif;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

*:focus {
  outline: none; }

h1 {
  font-family: "TheSansExtraboldItalic";
  font-size: 40px;
  font-weight: normal;
  line-height: 1.2; }
  @media only screen and (min-width: 40.0625em) {
    h1 {
      font-size: 74px; } }

h2 {
  font-family: "TheSansLight";
  font-size: 40px;
  font-weight: normal;
  margin: 0 0 25px 0;
  letter-spacing: -1px; }
  @media only screen and (min-width: 40.0625em) {
    h2 {
      font-size: 57px; } }

h2 + h4 {
  margin-top: -20px; }

h3 {
  font-family: "TheSansLight";
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2; }
  @media only screen and (min-width: 40.0625em) {
    h3 {
      font-size: 21px; } }
  @media only screen and (min-width: 64.0625em) {
    h3 {
      font-size: 25px; } }

h4 {
  font-family: "TheSansSemiboldItalic";
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 35px 0;
  color: #878787; }
  @media only screen and (min-width: 40.0625em) {
    h4 {
      font-size: 1.25rem; } }

h5 {
  font-family: "TheSansPlain";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2; }
  @media only screen and (min-width: 40.0625em) {
    h5 {
      font-size: 0.9375rem; } }
  @media only screen and (min-width: 64.0625em) {
    h5 {
      font-size: 1.0625rem; } }

.copytext,
p {
  font-family: "TheSansLight";
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 15px 0;
  color: #636363; }
  @media only screen and (min-width: 40.0625em) {
    .copytext,
    p {
      font-size: 0.9375rem; } }
  @media only screen and (min-width: 64.0625em) {
    .copytext,
    p {
      font-size: 1.0625rem; } }
  .copytext h1,
  .copytext h2,
  .copytext h3,
  .copytext h4,
  .copytext h5,
  p h1,
  p h2,
  p h3,
  p h4,
  p h5 {
    margin: 25px 0 5px 0; }
  .copytext .green,
  p .green {
    color: #659412 !important; }
  .copytext a,
  p a {
    text-decoration: underline;
    color: #2e64a2; }
    .copytext a:hover,
    p a:hover {
      color: #133e80; }

b,
strong {
  font-family: "TheSansPlain";
  font-weight: normal; }

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

section ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  section ul li {
    position: relative;
    margin: 0;
    padding: 3px 0 20px 30px; }
    section ul li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      width: 0;
      height: 0;
      margin-top: -18px;
      border-width: 10px 0 10px 14px;
      border-color: transparent transparent transparent #659412;
      border-style: solid; }
    section ul li ul {
      margin: 10px 0 0 0; }
      section ul li ul li {
        padding: 3px 0 0 45px; }
        section ul li ul li:before {
          top: 12px;
          left: 30px; }

section ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  section ol li {
    position: relative;
    margin: 0;
    padding: 3px 0 20px 45px;
    counter-increment: custom-counter; }
    section ol li:before {
      font-family: Arial;
      font-size: 1.0625rem;
      line-height: 30px;
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      content: counter(custom-counter);
      text-align: center;
      color: #ffffff;
      background: #2e64a2; }
    section ol li ol {
      margin: 10px 0 0 0; }
      section ol li ol li {
        padding: 3px 0 5px 40px;
        counter-increment: custom-counter2; }
        section ol li ol li:before {
          content: counter(custom-counter2); }

.clearfix::after {
  content: "";
  width: 100%;
  display: table;
  clear: both; }

@media only screen and (max-width: 40em) {
  .equalize-columns .columns.small-12 {
    height: auto !important; } }

/* GENERAL CLASSES */
.button {
  font-family: "TheSansSemiboldItalic";
  font-size: 1.125rem;
  display: block;
  width: 100%;
  padding: 13px 0.5rem 14px 0.5rem;
  cursor: pointer;
  transition: all 200ms;
  text-align: center;
  color: #ffffff;
  border: none;
  border-radius: 0;
  background: #2e64a2;
  appearance: none;
  -webkit-transition: background 250ms;
  -moz-transition: background 250ms;
  transition: background 250ms; }
  @media only screen and (min-width: 40.0625em) {
    .button {
      font-size: 1.1875rem;
      max-width: 450px;
      margin: 0 auto; } }
  .button:hover {
    background: #133e80; }
    .button:hover.green {
      background: #659412; }
  .button.green {
    background: #659412;
    color: #ffffff !important;
    text-decoration: none; }

.mainpadding {
  padding-right: 1.1rem;
  padding-left: 1.1rem; }
  @media only screen and (min-width: 40.0625em) {
    .mainpadding {
      padding-right: 2.5rem;
      padding-left: 2.5rem; } }
  @media only screen and (min-width: 64.0625em) {
    .mainpadding {
      padding-right: 5.125rem;
      padding-left: 5.125rem; } }

.mainpadding2 {
  padding-right: 1.9125rem;
  padding-left: 1.9125rem; }
  @media only screen and (min-width: 40.0625em) {
    .mainpadding2 {
      padding-right: 3.3125rem;
      padding-left: 3.3125rem; } }
  @media only screen and (min-width: 64.0625em) {
    .mainpadding2 {
      padding-right: 6rem;
      padding-left: 6rem; } }

header {
  padding-right: 0;
  padding-left: 0; }

.rainbow {
  width: 100%;
  height: 8px;
  background: #659412; }

.blue > h1,
.blue .slide h1,
.blue h2,
.blue h3,
.blue .copytext h3,
.blue h5 {
  color: #2e64a2 !important; }

.green > h1,
.green .slide h1,
.green h2,
.green h3,
.green .copytext h3,
.green h5 {
  color: #659412 !important; }

.grey .slide h1,
.grey h2,
.grey h3,
.grey .copytext h3,
.grey h5 {
  color: #636363 !important; }

.movegrey h5 {
  color: #b7b7b4; }

.white .slide h1 {
  color: #ffffff !important; }

.primaryContentSpacer {
  display: block;
  width: 112px;
  height: 10px;
  background-color: #2e64a2;
  margin: 1.25rem 0; }

.primaryContentSpacerFull {
  display: block;
  width: 100%;
  height: 10px;
  background-color: #2e64a2;
  background-clip: content-box;
  margin-bottom: 3.75rem; }

.primaryContentSpacer-wrapper .columns {
  padding: 0; }

/* PAGE THEME COLOUR OVERWRITES */
body.green {
  /* //disable green theme for accordion
   .accordion-wrapper {
        border-color: $green!important;
        .accordion-title {
            color: $green;
            background-image: url(../img/icons/accordion-down-green.svg) !important;
            &.open {
                background-image: url(../img/icons/accordion-up-green.svg) !important;
            }
        }
    }*/ }
  body.green h3 {
    color: #659412 !important; }
  body.green .brand-teaser-main h3 {
    color: #878787 !important; }
  body.green .tab-header {
    background: #659412 !important; }
    body.green .tab-header:nth-child(odd) {
      background: #a0c719 !important; }
    @media only screen and (max-width: 40em) {
      body.green .tab-header.active {
        background: rgba(101, 148, 18, 0.9) !important; } }
  body.green .content-text-highlight-text {
    background: #659412 !important; }
  body.green .content-text-highlight-list,
  body.green .content-text-highlight-list li:before {
    color: #659412 !important; }
  body.green .video-player .flowplayer.is-splash .fp-ui, body.green .video-player .flowplayer.is-paused .fp-ui {
    background: url(../img/icons/play-green.svg) center center no-repeat !important;
    background-size: 98px 92px !important; }
  body.green .video-player .flowplayer.is-splash .fp-controls .fp-play, body.green .video-player .flowplayer.is-paused .fp-controls .fp-play {
    background-image: url(../img/icons/pause-small-white.svg) !important;
    background-size: 14px 15px !important; }
  body.green .video-player .flowplayer.is-mouseover.is-playing .fp-ui {
    background: url(../img/icons/pause-green.svg) center center no-repeat !important; }
  body.green .video-player .flowplayer .fp-fullscreen {
    background: transparent url(../img/icons/fullscreen-green.svg) center center no-repeat !important;
    background-size: 52px 52px !important; }
    body.green .video-player .flowplayer .fp-fullscreen:hover {
      background-image: url(../img/icons/fullscreen-green-hover.svg) !important;
      background-size: 60px 60px !important; }
  body.green .video-player .flowplayer .fp-controls .fp-play {
    background: #659412 url(../img/icons/play-small-white.svg) center center no-repeat !important;
    background-size: 12px 15px !important; }
  body.green .video-player .flowplayer .fp-controls .fp-timeline .fp-buffer {
    background: rgba(101, 148, 18, 0.1) !important; }
  body.green .video-player .flowplayer .fp-controls .fp-timeline .fp-progress {
    background: #659412 !important; }
    body.green .video-player .flowplayer .fp-controls .fp-timeline .fp-progress:after {
      background: #659412 !important; }
  body.green .video-player .flowplayer .fp-controls .fp-timeline-tooltip,
  body.green .video-player .flowplayer .fp-controls .fp-tooltip {
    background: #659412 !important; }
    body.green .video-player .flowplayer .fp-controls .fp-timeline-tooltip:before,
    body.green .video-player .flowplayer .fp-controls .fp-tooltip:before {
      border-top-color: #659412 !important; }
  body.green .video-player .flowplayer .fp-time {
    background: #659412 !important; }

/* HOMEPAGE OVERWRITES */
.sliderButtonArrow, .brand-slider-wrapper .brandSliderButton, .chapter-slider-wrapper .chapterSliderButton, .commentTeaser-wrapper .commentTeaserSliderButton {
  position: absolute;
  z-index: 9;
  top: 50%;
  border: solid #2e64a2;
  border-width: 0 7px 7px 0;
  display: inline-block;
  padding: 10px;
  margin-top: -12px;
  cursor: pointer;
  transition: border 250ms; }
  .sliderButtonArrow.prev, .brand-slider-wrapper .prev.brandSliderButton, .chapter-slider-wrapper .prev.chapterSliderButton, .commentTeaser-wrapper .prev.commentTeaserSliderButton {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  .sliderButtonArrow.next, .brand-slider-wrapper .next.brandSliderButton, .chapter-slider-wrapper .next.chapterSliderButton, .commentTeaser-wrapper .next.commentTeaserSliderButton {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }

/* COOKIE LAYER */
.cc_container {
  border: 0;
  background-color: #133e80; }
  .cc_container .cc_message {
    font-family: "TheSansLight";
    color: #ffffff;
    font-size: 1.1875rem !important;
    line-height: 1.5rem !important;
    margin-top: 0.7em;
    margin-bottom: 0.7em; }
  .cc_container a {
    font-family: "TheSansPlain";
    color: #ffffff !important;
    text-decoration: underline; }
    .cc_container a:hover {
      text-decoration: underline; }
  .cc_container .cc_btn {
    font-family: "TheSansLight";
    font-size: 1.0625rem;
    padding: 16px 0;
    background-color: #ffffff !important;
    font-weight: bold;
    color: #464646 !important;
    border: 1px solid #dfdfdf;
    border-radius: 0 !important;
    margin-top: 0.7em; }
    .cc_container .cc_btn:hover {
      background-color: #f5f5f3 !important;
      text-decoration: none; }

#nmmnml_box-blocker {
  background-image: url("../img/preloader.gif") !important;
  background-size: 64px 64px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; }
  #nmmnml_box-blocker.loaded {
    background-image: none !important; }

.csc-frame-invisible {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 250;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(46, 100, 162, 0.5); }
  .csc-frame-invisible .content-wrapper {
    position: absolute;
    left: 10%;
    top: 15%;
    width: 80vw;
    margin-left: 0;
    padding-top: 40px;
    background: #ffffff;
    opacity: 0;
    margin-top: 100px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    transition: all 0.5s; }
    @media only screen and (min-width: 40.0625em) {
      .csc-frame-invisible .content-wrapper {
        left: 50%;
        width: 640px;
        margin-left: -320px; } }
    @media only screen and (min-width: 64.0625em) {
      .csc-frame-invisible .content-wrapper {
        width: 1024px;
        margin-left: -512px; } }
    .csc-frame-invisible .content-wrapper .mainpadding {
      padding: 0; }
    .csc-frame-invisible .content-wrapper .scroll-animated {
      transform: translateY(0) scale(1) !important;
      opacity: 1 !important; }
    .csc-frame-invisible .content-wrapper .columns {
      width: auto;
      padding: 0; }
    .csc-frame-invisible .content-wrapper .video-player {
      margin-bottom: 0; }
      .csc-frame-invisible .content-wrapper .video-player .flowplayer {
        width: 80vw; }
        @media only screen and (min-width: 40.0625em) {
          .csc-frame-invisible .content-wrapper .video-player .flowplayer {
            width: 640px; } }
        @media only screen and (min-width: 64.0625em) {
          .csc-frame-invisible .content-wrapper .video-player .flowplayer {
            width: 1024px; } }
    .csc-frame-invisible .content-wrapper:after {
      position: absolute;
      content: "";
      right: 8px;
      top: 8px;
      width: 22px;
      height: 22px;
      background-image: url(../img/icons/close-lightgrey.svg);
      background-size: 22px 22px;
      background-position: center;
      background-repeat: no-repeat;
      cursor: pointer; }
  .csc-frame-invisible.visible {
    display: block; }
    .csc-frame-invisible.visible .content-wrapper {
      opacity: 1;
      margin-top: 0; }

.showVideoLayerSlide {
  cursor: pointer; }

@media only screen and (max-width: 40em) {
  .hide-for-small {
    display: none; } }

body.fixedheight {
  height: 100vh;
  overflow: hidden; }
  body.fixedheight header {
    display: none; }

#typo3-preview-info {
  top: 20% !important;
  right: 50% !important;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0.5;
  pointer-events: none;
  display: none; }

.CybotCookiebotDialogBodyButton {
  background-color: #b6b3b3;
  border: 1px solid #b6b3b3; }

#CybotCookiebotDialogBodyButtonAccept {
  background-color: #2e64a2 !important;
  border: 1px solid #2e64a2 !important;
  padding: 1px 12px 3px !important; }

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: #b6b3b3 !important;
  border: 1px solid #b6b3b3 !important;
  padding: 1px 12px 3px !important; }

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: #2e64a2 !important;
  border: 1px solid #2e64a2 !important;
  padding: 1px 12px 3px !important; }

#cookiebot-declaration {
  display: none; }

/* BACK TO TOP HIDDEN MODULE HEADER */
body > .module-header {
  overflow: hidden;
  width: 0;
  height: 0; }

/* HEADER CLASSES */
header {
  position: relative;
  z-index: 200;
  width: 100%;
  height: 65px;
  border-bottom: 1px solid #dfdfdf;
  background: #ffffff;
  /*
    &:after{
        display: none;
        content: "";
        width: 100%;
        height: 1px;
        background-color: red;
        position: absolute;
        left: 0;
        bottom: 0;
        margin-bottom: -60px;
        z-index: 10;

        @include large() {
            display: block;
        }
    }
    */ }
  @media only screen and (max-width: 64em) {
    header {
      border-bottom: 1px solid #dfdfdf; } }
  @media only screen and (min-width: 64.0625em) {
    header {
      height: 90px; } }
  @media only print {
    header {
      display: none; } }
  header .rainbow {
    height: 4px; }
  header #mainmenu {
    position: relative;
    z-index: 50;
    height: 60px; }
    @media only screen and (min-width: 64.0625em) {
      header #mainmenu {
        height: 86px; } }
    header #mainmenu #logo {
      display: inline-block;
      width: 90px;
      height: 56px;
      background: url(../img/logo.png) 10px 11px no-repeat;
      background-size: 78px 39px; }
      @media only screen and (min-width: 64.0625em) {
        header #mainmenu #logo {
          width: 120px;
          height: 86px;
          background-position: 13px 16px;
          background-size: 107px 53px; } }
      @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
        header #mainmenu #logo {
          background-image: url(../img/logo@2x.png); } }
    header #mainmenu > ul {
      font-size: 0;
      position: absolute;
      top: 0;
      left: 140px;
      box-sizing: content-box;
      width: calc(100% - 140px);
      margin: 0;
      padding: 0;
      text-align: center; }
      @media only screen and (max-width: 64em) {
        header #mainmenu > ul {
          top: 61px;
          left: 0;
          overflow-x: hidden;
          overflow-y: scroll;
          width: 100vw;
          height: 0;
          background: #ffffff; } }
    header #mainmenu li {
      display: inline-block;
      box-sizing: border-box;
      vertical-align: top; }
      @media only screen and (max-width: 64em) {
        header #mainmenu li {
          display: block;
          width: 100%;
          height: 40px;
          margin: 0;
          text-align: left;
          border-bottom: 1px solid #dfdfdf; } }
  @media only screen and (max-width: 64em) and (min-width: 40.0625em) and (max-width: 64em) {
    header #mainmenu li {
      height: 60px; } }
      @media only screen and (max-width: 64em) {
          header #mainmenu li:hover, header #mainmenu li:focus, header #mainmenu li:active {
            background: #f0f0f0; }
          header #mainmenu li.active > a span {
            padding-bottom: 4px;
            border-bottom: 4px solid #133e80; } }
    @media only screen and (max-width: 64em) and (min-width: 40.0625em) and (max-width: 64em) {
      header #mainmenu li.active > a span {
        padding-bottom: 7px; } }
      @media only screen and (min-width: 64.0625em) {
        header #mainmenu li:first-child a {
          padding-left: 0; }
        header #mainmenu li:hover > a {
          font-family: "TheSansPlain"; }
        header #mainmenu li .mainmenu-image {
          position: relative;
          background: center;
          padding: 0;
          background-size: cover;
          background-repeat: no-repeat; } }
      header #mainmenu li.hidden, header #mainmenu li.back, header #mainmenu li.main {
        display: none !important; }
        @media only screen and (max-width: 64em) {
          header #mainmenu li.hidden, header #mainmenu li.back, header #mainmenu li.main {
            display: inherit !important; } }
      header #mainmenu li.back a {
        background-image: none; }
      header #mainmenu li a {
        font-family: "TheSansPlain";
        font-size: 0.9375rem;
        display: block;
        color: #464646; }
        @media only screen and (min-width: 64em) and (max-width: 67em) {
          header #mainmenu li a {
            font-size: 0.875rem; } }
        @media only screen and (max-width: 64em) {
          header #mainmenu li a {
            margin-right: 30px;
            padding: 13px 0 13px 20px;
            background: url(../img/icons/arrow-right-mobile.svg) right center no-repeat;
            background-size: 7px 10px; } }
        @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
          header #mainmenu li a {
            font-size: 25px;
            padding: 18px 0 18px 26px; } }
        @media only screen and (min-width: 64.0625em) {
          header #mainmenu li a {
            padding: 37px 7px; } }
      header #mainmenu li.active > a {
        font-family: "TheSansPlain";
        color: #133e80; }
      header #mainmenu li.active {
        position: relative; }
        header #mainmenu li.active:after {
          content: "";
          position: absolute;
          left: 7px;
          bottom: 5px;
          width: calc(100% - 14px);
          height: 15px;
          border-top: 5px solid #fff;
          background-color: #2e64a2;
          z-index: 10; }
          @media only screen and (max-width: 40em) {
            header #mainmenu li.active:after {
              display: none; } }
          @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
            header #mainmenu li.active:after {
              display: none; } }
        header #mainmenu li.active:first-child:after {
          left: 0;
          width: calc(100% - 7px); }
      header #mainmenu li.logout a::before {
        content: "";
        display: block;
        background: url(../img/icons/logout.svg) no-repeat;
        background-size: 16px;
        width: 16px;
        height: 16px;
        float: left;
        margin: 3px 2px 0 0; }
    header #mainmenu .submenu {
      position: absolute;
      z-index: 30;
      display: none;
      padding: 0;
      background: #f0f0f0;
      border-bottom: 1px solid #dfdfdf;
      height: auto !important; }
      header #mainmenu .submenu.mobile, header #mainmenu .submenu.tablet {
        display: none; }
      header #mainmenu .submenu .row {
        display: flex; }
      @media only screen and (max-width: 64em) {
        header #mainmenu .submenu {
          top: 0;
          left: 100vw;
          width: 100%;
          padding: 0; }
          header #mainmenu .submenu.mobile {
            display: block; }
          header #mainmenu .submenu.tablet {
            display: none !important; }
          header #mainmenu .submenu li a {
            padding-left: 30px; }
          header #mainmenu .submenu li.back a,
          header #mainmenu .submenu li.main a {
            padding-left: 20px; }
          header #mainmenu .submenu li.main a {
            font-family: "TheSansPlain"; } }
      @media only screen and (min-width: 64.0625em) {
        header #mainmenu .submenu {
          opacity: 0;
          top: 86px;
          left: 0;
          width: 100%;
          height: auto !important; }
          header #mainmenu .submenu.focus {
            opacity: 1; }
          header #mainmenu .submenu.mobile {
            display: none !important; }
          header #mainmenu .submenu.tablet {
            display: block; }
          header #mainmenu .submenu li {
            position: relative;
            opacity: 0; }
            header #mainmenu .submenu li a {
              padding: 23px 0 17px 14px; }
            header #mainmenu .submenu li:first-child a {
              padding-left: 0; }
            header #mainmenu .submenu li.active a span {
              display: inline-block;
              padding-bottom: 15px;
              border-bottom: 4px solid #133e80; } }
      header #mainmenu .submenu.focus {
        z-index: 40; }
        header #mainmenu .submenu.focus li {
          opacity: 1; }
      header #mainmenu .submenu .row {
        max-width: 85.25rem; }
      header #mainmenu .submenu .columns {
        text-align: left; }
        header #mainmenu .submenu .columns a {
          display: inline-block;
          padding: 1rem 1rem 1rem 0; }
          header #mainmenu .submenu .columns a span {
            color: #2e64a2;
            font-size: 1.25rem;
            font-family: "TheSansPlain";
            transition: color 250ms; }
            header #mainmenu .submenu .columns a span:after {
              content: ">";
              margin-left: 0.25rem; }
          header #mainmenu .submenu .columns a p {
            color: #636363;
            font-size: 0.75rem;
            line-height: 1.125rem;
            margin: 0.25rem 0 0 0;
            padding: 0;
            transition: color 250ms; }
          header #mainmenu .submenu .columns a:hover span {
            color: #133e80; }
          header #mainmenu .submenu .columns a:hover p {
            color: #636363; }
        header #mainmenu .submenu .columns.main span {
          color: #659412;
          font-size: 1.625rem;
          font-family: "TheSansPlain"; }
        header #mainmenu .submenu .columns.main p {
          margin-top: 7px; }
        header #mainmenu .submenu .columns.hidden, header #mainmenu .submenu .columns.back {
          display: none !important; }
          @media only screen and (max-width: 64em) {
            header #mainmenu .submenu .columns.hidden, header #mainmenu .submenu .columns.back {
              display: inherit !important; } }
      header #mainmenu .submenu .submenupoints {
        padding: 40px 100px 50px 120px; }
    header #mainmenu #submenu-arrow {
      position: relative;
      top: -15px;
      left: 0;
      display: none;
      width: 22px;
      height: 12px;
      pointer-events: none;
      background: url(../img/submenu-arrow.png) no-repeat; }
      @media only screen and (min-width: 64.0625em) {
        header #mainmenu #submenu-arrow {
          display: none; } }
  header #languagemenu {
    z-index: 70;
    height: 60px;
    padding: 0;
    cursor: pointer;
    word-wrap: normal;
    border-left: 1px solid #dfdfdf; }
    @media only screen and (min-width: 64.0625em) {
      header #languagemenu {
        height: 86px; } }
    header #languagemenu:hover {
      background: #f0f0f0; }
    header #languagemenu > a {
      display: block;
      width: 100%;
      padding: 22px 0;
      text-align: center;
      text-decoration: none; }
      @media only screen and (min-width: 64.0625em) {
        header #languagemenu > a {
          padding: 34px 0; } }
      header #languagemenu > a span {
        padding-right: 16px;
        color: #9f9f9f;
        background: url(../img/icons/arrow-down.svg) 100% 40% no-repeat;
        background-size: 11px 9px; }
    header #languagemenu ul {
      position: absolute;
      z-index: 60;
      top: 61px;
      left: -1px;
      overflow: hidden;
      width: calc(100% + 2px);
      height: 0;
      margin: 0;
      padding: 0;
      border-right: 1px solid #dfdfdf;
      border-left: 1px solid #dfdfdf;
      background: #ffffff; }
      @media only screen and (min-width: 64.0625em) {
        header #languagemenu ul {
          top: 86px; } }
      header #languagemenu ul li {
        width: 100%;
        margin: 0;
        list-style: none;
        text-align: center;
        border-bottom: 1px solid #dfdfdf; }
        header #languagemenu ul li:hover, header #languagemenu ul li:focus, header #languagemenu ul li:active {
          background: #f0f0f0; }
        header #languagemenu ul li.active {
          display: none; }
        header #languagemenu ul li a {
          display: block;
          height: 39px;
          padding: 13px 0;
          color: #9f9f9f; }
          @media only screen and (min-width: 40.0625em) {
            header #languagemenu ul li a {
              height: 59px;
              padding: 22px 0; } }
  header #search {
    position: relative;
    z-index: 60;
    height: 61px;
    cursor: pointer;
    border-left: 1px solid #dfdfdf; }
    @media only screen and (min-width: 64.0625em) {
      header #search {
        height: 86px; } }
    header #search:hover {
      background-color: #f0f0f0; }
    header #search.open .icon {
      background-color: #f0f0f0;
      background-image: none; }
      header #search.open .icon .cross {
        display: block; }
    header #search.open .searchbar {
      height: 80px; }
    header #search .icon {
      position: absolute;
      left: 0;
      display: block;
      width: 100%;
      height: 61px;
      background: url(../img/icons/search-grey.svg) center center no-repeat;
      background-size: 22px 22px; }
      @media only screen and (min-width: 64.0625em) {
        header #search .icon {
          height: 86px; } }
      header #search .icon .cross {
        position: absolute;
        top: 50%;
        left: 50%;
        display: none;
        width: 20px;
        height: 12px;
        transform: translateX(-50%) translateY(-50%); }
        header #search .icon .cross .slash,
        header #search .icon .cross .backslash {
          position: absolute;
          top: 6px;
          left: 0;
          width: 20px;
          height: 3px;
          transform: rotate(45deg);
          transform-origin: 50% 50%;
          background: #044580; }
        header #search .icon .cross .slash {
          transform: rotate(-45deg); }
    header #search .searchbar {
      position: fixed;
      top: 61px;
      right: 0;
      overflow: hidden;
      width: 100%;
      height: 0;
      max-width: 360px;
      transition: height 400ms ease-in-out;
      background: #f0f0f0; }
      @media only screen and (min-width: 64.0625em) {
        header #search .searchbar {
          top: 90px;
          width: 400%; } }
      header #search .searchbar input {
        font-family: "TheSansLight";
        font-size: 1.0625rem;
        float: left;
        width: 80%;
        height: 80px;
        padding-left: 25px;
        color: #9f9f9f;
        border: none;
        background: #f0f0f0; }
        @media only screen and (min-width: 64.0625em) {
          header #search .searchbar input {
            width: 75%; } }
      header #search .searchbar button {
        float: left;
        width: 20%;
        height: 80px;
        margin: 0;
        padding: 0;
        cursor: pointer;
        border: none;
        background: #f0f0f0 url(../img/icons/search-blue.svg) center center no-repeat;
        background-size: 22px 22px; }
        @media only screen and (min-width: 64.0625em) {
          header #search .searchbar button {
            width: 25%; } }
  header #contactlink {
    z-index: 70;
    height: 60px;
    padding: 0;
    cursor: pointer;
    word-wrap: normal;
    border-left: 1px solid #dfdfdf;
    border-right: 0; }
    @media only screen and (min-width: 64.0625em) {
      header #contactlink {
        height: 86px; } }
    header #contactlink:hover {
      background: #f0f0f0; }
    header #contactlink a {
      width: 100%;
      height: 100%; }
    header #contactlink .icon {
      width: 100%;
      height: 100%;
      background-image: url(../img/icon_contact_26x18.png);
      background-size: 26px 18px;
      background-position: center;
      background-repeat: no-repeat; }
  header #burger {
    position: relative;
    height: 61px;
    cursor: pointer;
    border-left: 1px solid #dfdfdf; }
    @media only screen and (min-width: 64.0625em) {
      header #burger {
        display: none; } }
    header #burger .ingredients {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 16px;
      transform: translateX(-50%) translateY(-50%); }
      header #burger .ingredients .topbun,
      header #burger .ingredients .garnish,
      header #burger .ingredients .patty,
      header #burger .ingredients .bottombun {
        position: absolute;
        top: 0;
        left: 0; }
      header #burger .ingredients .garnish,
      header #burger .ingredients .patty {
        top: 6px; }
      header #burger .ingredients .bottombun {
        top: 12px; }
      header #burger .ingredients .topbun,
      header #burger .ingredients .garnish,
      header #burger .ingredients .patty,
      header #burger .ingredients .bottombun {
        width: 20px;
        height: 3px;
        transition: all 300ms;
        transform: rotate(0deg);
        transform-origin: 50% 50%;
        background: #044580; }
    header #burger.open .topbun,
    header #burger.open .bottombun {
      opacity: 0; }
    header #burger.open .garnish {
      transform: rotate(45deg); }
    header #burger.open .patty {
      transform: rotate(-45deg); }

#content-navigation {
  position: fixed;
  z-index: 70;
  top: 170px;
  right: 7px; }
  @media only screen and (max-width: 40em) {
    #content-navigation {
      display: none; } }
  @media only screen and (min-width: 64.0625em) {
    #content-navigation {
      right: 15px; } }
  #content-navigation > div {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer; }
    #content-navigation > div:hover div {
      display: block; }
    #content-navigation > div.active span {
      background: #636363; }
    #content-navigation > div span {
      position: absolute;
      z-index: 20;
      top: 8px;
      left: 12px;
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 20px;
      background: #dfdfdf; }
    #content-navigation > div div {
      font-family: "TheSansPlain";
      font-size: 0.8125rem;
      line-height: 24px;
      position: absolute;
      top: 2px;
      right: 0;
      display: none;
      padding: 0 40px 0 20px;
      white-space: nowrap;
      pointer-events: none;
      color: #636363;
      background: rgba(230, 230, 230, 0.8);
      font-weight: bold; }

body.hide-content-navigation #content-navigation {
  display: none; }

/* FLOATING MOBILE MENU */
@media only screen and (max-width: 40em) {
  body.menuopen #menublocker {
    display: block; } }

body.menufixed {
  padding-top: 60px; }
  body.menufixed header {
    position: fixed;
    z-index: 100;
    top: 0;
    transition: all 400ms ease-in-out;
    transform: translateY(0); }
    body.menufixed header.hide {
      transform: translateY(-90px); }

body #menublocker {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  opacity: .95;
  background: #ffffff; }

/* Nachhaltigkeit Menu */
#metamenu2 {
  position: relative;
  width: 100%;
  max-width: 1920px; }
  @media only screen and (max-width: 40em) {
    #metamenu2 {
      margin-top: 28px;
      padding-right: 28px;
      padding-left: 28px;
      height: auto !important; }
      #metamenu2 .sustain-tile {
        height: 65px; }
        #metamenu2 .sustain-tile .copy {
          top: 0;
          height: 100%; }
          #metamenu2 .sustain-tile .copy span {
            line-height: 2.8em; }
      #metamenu2 .background {
        background-color: #a0c719 !important; }
      #metamenu2 div:nth-child(2n) .background {
        background-color: #659412 !important; }
      #metamenu2 div:last-child {
        float: left; } }
  #metamenu2 .sustain-tile {
    position: relative;
    padding: 0;
    cursor: pointer; }
    #metamenu2 .sustain-tile a {
      text-align: center;
      color: #ffffff;
      text-decoration: none;
      font-family: "TheSansLight";
      font-size: 22px;
      line-height: 2.6em; }
    #metamenu2 .sustain-tile .link {
      position: absolute;
      z-index: 10;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      @media only screen and (min-width: 40.0625em) {
        #metamenu2 .sustain-tile .link {
          background-position: top center; } }
      #metamenu2 .sustain-tile .link .copy {
        font-family: "TheSansLight";
        font-size: 22px;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        color: white;
        z-index: 3; }
        #metamenu2 .sustain-tile .link .copy img {
          margin-right: 5px;
          width: 30px;
          margin-top: -5px; }
        @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
          #metamenu2 .sustain-tile .link .copy img {
            display: none; } }
      #metamenu2 .sustain-tile .link .background {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: 17%;
        transition: max-height 0.8s ease;
        opacity: 0.6;
        background-color: #659412; }
        @media only screen and (max-width: 40em) {
          #metamenu2 .sustain-tile .link .background {
            max-height: 100%; } }
    @media only screen and (min-width: 40.0625em) {
      #metamenu2 .sustain-tile {
        height: 490px; }
        #metamenu2 .sustain-tile .link {
          top: auto;
          bottom: 0; }
          #metamenu2 .sustain-tile .link .copy {
            font-size: 1.125rem;
            height: 17%; }
            #metamenu2 .sustain-tile .link .copy span {
              line-height: 3.6em; }
        #metamenu2 .sustain-tile:hover .background {
          max-height: 800px;
          transition: max-height 0.8s ease; } }
    @media only screen and (min-width: 64.0625em) {
      #metamenu2 .sustain-tile .link .copy {
        font-size: 22px; } }
  #metamenu2 .sub-sustain-tile {
    display: block;
    height: 65px; }
    @media only screen and (min-width: 40.0625em) {
      #metamenu2 .sub-sustain-tile {
        display: inline-block;
        height: 100%; } }
    #metamenu2 .sub-sustain-tile .copy {
      width: 100%;
      height: 100%;
      position: relative; }
      @media only screen and (max-width: 40em) {
        #metamenu2 .sub-sustain-tile .copy {
          width: 100%; } }
      #metamenu2 .sub-sustain-tile .copy span {
        height: 12%;
        background-color: #659412;
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 0; }
        #metamenu2 .sub-sustain-tile .copy span img {
          margin-right: 5px;
          width: 30px;
          margin-top: -5px; }
        @media only screen and (min-width: 40.0625em) {
          #metamenu2 .sub-sustain-tile .copy span {
            transition: height 0.2s ease-in-out; }
            #metamenu2 .sub-sustain-tile .copy span:hover {
              height: 18%; } }
        @media only screen and (max-width: 40em) {
          #metamenu2 .sub-sustain-tile .copy span {
            height: 100%; } }
        @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
          #metamenu2 .sub-sustain-tile .copy span img {
            display: none; } }
    #metamenu2 .sub-sustain-tile a {
      text-align: center;
      color: #ffffff;
      text-decoration: none;
      font-family: "TheSansLight";
      font-size: 22px;
      line-height: 2.6em; }
    #metamenu2 .sub-sustain-tile.active .copy {
      text-align: left; }
      #metamenu2 .sub-sustain-tile.active .copy span {
        height: 18%;
        line-height: 5.1em; }
        @media only screen and (max-width: 40em) {
          #metamenu2 .sub-sustain-tile.active .copy span {
            height: 100%;
            line-height: 2.8em;
            background-color: #659412 !important; } }
    #metamenu2 .sub-sustain-tile.active .sustain-image {
      height: 490px;
      width: 100%;
      max-width: 1920px;
      position: absolute;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: -1;
      left: 0; }
      @media only screen and (max-width: 40em) {
        #metamenu2 .sub-sustain-tile.active .sustain-image {
          display: none; } }
    #metamenu2 .sub-sustain-tile.active .page-title h1 {
      margin-top: 170px;
      text-align: center;
      color: #ffffff; }
    @media only screen and (max-width: 40em) {
      #metamenu2 .sub-sustain-tile.active .page-title {
        display: none; } }
  #metamenu2 div:nth-child(2n).sub-sustain-tile .copy span {
    background-color: #a0c719; }

/* CONTENT CLASSES */
section .content .main > .row, section .content .main > .csc-default > .row {
  position: relative;
  z-index: 20; }
  section .content .main > .row.job-teaser-wrapper, section .content .main > .csc-default > .row.job-teaser-wrapper {
    z-index: auto; }
  section .content .main > .row.color-teaser-wrapper, section .content .main > .csc-default > .row.color-teaser-wrapper {
    z-index: auto; }
  @media only screen and (max-width: 40em) {
    section .content .main > .row.overlay.smalloverlap, section .content .main > .csc-default > .row.overlay.smalloverlap {
      z-index: 30;
      top: -27px; }
      section .content .main > .row.overlay.smalloverlap .columns, section .content .main > .csc-default > .row.overlay.smalloverlap .columns {
        margin-bottom: -27px; }
    section .content .main > .row.underlay.smalloverlap, section .content .main > .csc-default > .row.underlay.smalloverlap {
      z-index: 10;
      top: -27px; }
      section .content .main > .row.underlay.smalloverlap .columns, section .content .main > .csc-default > .row.underlay.smalloverlap .columns {
        margin-bottom: -27px; } }
  @media only screen and (min-width: 40.0625em) {
    section .content .main > .row.overlay, section .content .main > .csc-default > .row.overlay {
      z-index: 30;
      top: -27px; }
      section .content .main > .row.overlay .columns, section .content .main > .csc-default > .row.overlay .columns {
        margin-bottom: -27px; }
    section .content .main > .row.underlay, section .content .main > .csc-default > .row.underlay {
      z-index: 10;
      top: -27px; }
      section .content .main > .row.underlay .columns, section .content .main > .csc-default > .row.underlay .columns {
        margin-bottom: -27px; } }

@media only screen and (min-width: 40.0625em) {
  section .content .main .content-wrapper .mainpadding {
    padding: 0 !important; } }

@media only screen and (min-width: 64.0625em) {
  section .content .main .content-wrapper {
    padding-left: 0;
    padding-right: 0; } }

section .content .main #contact-form-sites {
  display: none; }

section .content .main #jobSiteURL {
  display: none; }

section .content .main .link-button {
  margin-bottom: 75px; }

.main.stellenangebot > .row.mainpadding:first-child {
  display: none; }

.main.stellenangebot .stellenangebot-maincol {
  padding: 0; }

.main.stellenangebot .stellenangebot-inhalt {
  margin: 0 auto 100px auto;
  background: linear-gradient(to bottom, #0073b2 0%, #0e3d8a 100%);
  padding-bottom: 2.5rem; }
  .main.stellenangebot .stellenangebot-inhalt .stellenangebot-headerimage {
    margin-bottom: 1.875rem; }
  .main.stellenangebot .stellenangebot-inhalt .stellenangebot-inhalt-text {
    padding: 1.5rem; }
  .main.stellenangebot .stellenangebot-inhalt .copytext {
    color: #ffffff; }
    .main.stellenangebot .stellenangebot-inhalt .copytext.smallbolditalic {
      font-size: 0.8125rem;
      line-height: 1.0625rem;
      font-weight: bold;
      font-style: italic; }
  .main.stellenangebot .stellenangebot-inhalt h2, .main.stellenangebot .stellenangebot-inhalt .green h2 {
    color: #ffffff !important;
    font-size: 1.625rem;
    line-height: 1.875rem;
    padding-top: 0.9375rem;
    font-style: italic;
    font-weight: bold; }
  .main.stellenangebot .stellenangebot-inhalt h3, .main.stellenangebot .stellenangebot-inhalt .green h3 {
    color: #ffffff !important;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    font-weight: 400; }
  .main.stellenangebot .stellenangebot-inhalt p {
    color: #ffffff;
    font-size: 0.8125rem;
    line-height: 1.0625rem; }
  .main.stellenangebot .stellenangebot-inhalt ul li {
    padding: 0 0 0 1rem;
    font-size: 0.8125rem;
    line-height: 1.0625rem; }
    .main.stellenangebot .stellenangebot-inhalt ul li:before {
      position: absolute;
      top: 0.5rem;
      left: 1px;
      content: "";
      height: 5px;
      width: 5px;
      background-color: #ffffff;
      border: 0;
      margin: 0; }
  .main.stellenangebot .stellenangebot-inhalt .stellenangebot-linkbox {
    position: relative;
    padding-right: .8125em;
    padding-left: .8125em;
    margin: 1.25rem 0 0 0;
    border-top: 5px solid #ffffff; }
    .main.stellenangebot .stellenangebot-inhalt .stellenangebot-linkbox p {
      font-size: 0.8125rem;
      line-height: 1.0625rem;
      color: #ffffff;
      margin: 0.9375rem 0; }
    .main.stellenangebot .stellenangebot-inhalt .stellenangebot-linkbox .stellenangebot-linkbox-white {
      background-color: #ffffff;
      padding: 1.5625rem; }
      .main.stellenangebot .stellenangebot-inhalt .stellenangebot-linkbox .stellenangebot-linkbox-white p {
        font-size: 0.8125rem;
        line-height: 1.0625rem;
        color: #2e64a2;
        margin: 0; }
      .main.stellenangebot .stellenangebot-inhalt .stellenangebot-linkbox .stellenangebot-linkbox-white .stellenangebot-linkbox-link {
        position: relative; }
        .main.stellenangebot .stellenangebot-inhalt .stellenangebot-linkbox .stellenangebot-linkbox-white .stellenangebot-linkbox-link:before {
          content: ">";
          position: relative;
          margin: 0 0.375rem 0 0;
          font-size: 0.875rem;
          line-height: 1.1875rem;
          font-weight: bold; }
      .main.stellenangebot .stellenangebot-inhalt .stellenangebot-linkbox .stellenangebot-linkbox-white a {
        color: #2e64a2;
        font-size: 0.875rem;
        line-height: 1.1875rem;
        font-weight: bold;
        padding-top: 5px; }
        .main.stellenangebot .stellenangebot-inhalt .stellenangebot-linkbox .stellenangebot-linkbox-white a:hover {
          text-decoration: underline; }
    @media only screen and (min-width: 40.0625em) {
      .main.stellenangebot .stellenangebot-inhalt .stellenangebot-linkbox {
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 0;
        margin-top: 0;
        margin: 0 0 -4rem 0; } }

@media only print {
  .main.stellenangebot .color-teaser-wrapper {
    display: none; }
  .main.stellenangebot .module-header {
    display: none; } }

.green section .content .main .publication-teaser .color-overlay {
  background-color: #659412 !important; }
  .green section .content .main .publication-teaser .color-overlay.open {
    background: rgba(160, 199, 25, 0.9) !important; }

.green section .content .main .publication-teaser:nth-child(odd) .color-overlay {
  background: #659412 !important; }

.green section .content .main .publication-teaser:nth-child(odd):hover .color-overlay {
  background: rgba(101, 148, 18, 0.9) !important; }

/* ANIMATIONS */
@keyframes fading {
  50% {
    opacity: .25; }
  100% {
    opacity: 1; } }

/* LIGHTBOX CLASSES */
#nmmnml_box h3,
#nmmnml_box h5,
#nmmnml_box .copytext,
#nmmnml_box .copytext a {
  color: #ffffff !important; }

#nmmnml_box .download {
  display: inline-block;
  width: 37px;
  height: 37px;
  margin: 20px 20px 0 0;
  background: url(../img/icons/download.svg) no-repeat;
  background-size: 37px 37px; }
  #nmmnml_box .download:hover {
    background-image: url(../img/icons/download-hover.svg); }

#nmmnml_box #nmmnml_box-close img {
  width: 25px; }

#nmmnml_box #nmmnml_box-close:hover img {
  transition: all 250ms;
  transform: rotate(180deg); }

#nmmnml_box.table-view {
  max-height: none;
  width: 80vw;
  left: 50%;
  height: 90vh;
  top: 5vh;
  visibility: visible !important;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media only screen and (min-width: 40.0625em) {
    #nmmnml_box.table-view {
      height: 60vh;
      top: 10vh; } }
  #nmmnml_box.table-view #nmmnml_box-content {
    width: 100% !important;
    display: inline-block;
    height: 60vh !important;
    overflow: auto; }
    #nmmnml_box.table-view #nmmnml_box-content table {
      width: 100%;
      color: #ffffff;
      margin-bottom: 1.25rem;
      border-color: #ffffff; }
      #nmmnml_box.table-view #nmmnml_box-content table tr td, #nmmnml_box.table-view #nmmnml_box-content table tr th {
        padding: 0.25rem;
        text-align: left; }
    @media only screen and (min-width: 40.0625em) {
      #nmmnml_box.table-view #nmmnml_box-content {
        height: 60vh !important; } }
    @media only screen and (min-width: 64.0625em) {
      #nmmnml_box.table-view #nmmnml_box-content {
        height: 60vh !important; } }

.lottieAnimation.ieversion {
  height: 200px; }
  @media only screen and (min-width: 40.0625em) {
    .lottieAnimation.ieversion {
      height: 300px; } }
  @media only screen and (min-width: 64.0625em) {
    .lottieAnimation.ieversion {
      height: 400px; } }

.dropdown {
  font-family: "TheSansLight";
  font-size: 1.0625rem;
  position: relative;
  width: 100%;
  min-height: 52px;
  cursor: pointer;
  text-align: center;
  color: #9f9f9f;
  border: 1px solid #dfdfdf; }
  .dropdown.error {
    border: 1px solid #c20000; }
  .dropdown.open .active span {
    background-image: url(../img/icons/dropdown-up-grey.svg); }
  .dropdown .active {
    width: 100%;
    height: 100%;
    padding: 16px 0;
    transition: background-color 250ms; }
    .dropdown .active:hover {
      background-color: #f5f5f3; }
    .dropdown .active span {
      padding-right: 20px;
      background: url(../img/icons/dropdown-down-grey.svg) right 8px no-repeat;
      background-size: 12px 8px; }
  .dropdown .options {
    position: absolute;
    z-index: 60;
    top: 51px;
    left: -1px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: calc(100% + 2px);
    height: 0;
    margin: 0;
    padding: 0;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    background: #ffffff; }
    .dropdown .options li {
      width: 100%;
      margin: 0;
      padding: 15px 0;
      list-style: none;
      transition: background-color 250ms;
      text-align: center;
      border-bottom: 1px solid #dfdfdf; }
      .dropdown .options li:hover, .dropdown .options li:focus, .dropdown .options li:active {
        background-color: #f5f5f3; }
      .dropdown .options li:before {
        display: none; }

.header-slider, .narrow-header-slider {
  padding-right: 0 !important;
  padding-left: 0 !important;
  position: relative;
  display: block;
  max-width: 1920px;
  max-height: 500px;
  margin: 0 auto; }
  @media only screen and (min-width: 40.0625em) {
    .header-slider.base-bottom-offset, .narrow-header-slider.base-bottom-offset {
      margin-bottom: 55px; } }
  .header-slider .columns, .narrow-header-slider .columns {
    padding-right: 0;
    padding-left: 0; }
  .header-slider .mask, .narrow-header-slider .mask {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
    background-color: #2e64a2;
    background-image: url("../img/preloader_white.gif");
    background-size: 64px 64px;
    background-position: center 20%;
    background-repeat: no-repeat; }
    .header-slider .mask .holder, .narrow-header-slider .mask .holder {
      position: absolute;
      z-index: 10;
      transition: transform 0.6s ease;
      height: 500px; }
      .header-slider .mask .holder .slide, .narrow-header-slider .mask .holder .slide {
        position: relative;
        float: left;
        height: 500px;
        width: 100vw;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        transition: opacity 250ms;
        overflow: hidden;
        text-align: center; }
        .header-slider .mask .holder .slide .slide-text, .narrow-header-slider .mask .holder .slide .slide-text {
          position: absolute;
          left: 0;
          width: 100%;
          margin: 0;
          text-align: center;
          top: 50%;
          transform: translateY(-50%); }
          @media only screen and (min-width: 40.0625em) {
            .header-slider .mask .holder .slide .slide-text, .narrow-header-slider .mask .holder .slide .slide-text {
              right: 0;
              margin: auto; } }
          .header-slider .mask .holder .slide .slide-text h1, .narrow-header-slider .mask .holder .slide .slide-text h1 {
            text-decoration: none;
            transition: text-decoration 250ms;
            font-size: 30px;
            text-align: center;
            color: #ffffff;
            margin-top: 10px;
            margin-bottom: 10px; }
            @media only screen and (min-width: 40.0625em) {
              .header-slider .mask .holder .slide .slide-text h1, .narrow-header-slider .mask .holder .slide .slide-text h1 {
                font-size: 48px; } }
            @media only screen and (min-width: 64.0625em) {
              .header-slider .mask .holder .slide .slide-text h1, .narrow-header-slider .mask .holder .slide .slide-text h1 {
                font-size: 74px; } }
          .header-slider .mask .holder .slide .slide-text .slidelink, .narrow-header-slider .mask .holder .slide .slide-text .slidelink {
            color: #ffffff; }
            .header-slider .mask .holder .slide .slide-text .slidelink a, .narrow-header-slider .mask .holder .slide .slide-text .slidelink a {
              font-family: "TheSansSemiboldItalic";
              width: 100%;
              margin: 0 auto;
              display: inline;
              font-size: 1.25rem;
              text-align: center;
              color: #ffffff;
              padding: 0.625rem; }
              .header-slider .mask .holder .slide .slide-text .slidelink a:hover, .narrow-header-slider .mask .holder .slide .slide-text .slidelink a:hover {
                text-decoration: underline; }
          .header-slider .mask .holder .slide .slide-text .button-start-video, .narrow-header-slider .mask .holder .slide .slide-text .button-start-video {
            position: relative;
            cursor: pointer;
            height: 48px;
            width: 48px;
            z-index: 2;
            margin: 0 auto 1rem auto; }
            .header-slider .mask .holder .slide .slide-text .button-start-video::after, .narrow-header-slider .mask .holder .slide .slide-text .button-start-video::after {
              content: '';
              background: url("../img/icons/play-grey.svg") no-repeat;
              background-position: center;
              background-size: cover;
              display: block;
              height: 48px;
              width: 48px;
              transition: all 0.25s ease; }
            .header-slider .mask .holder .slide .slide-text .button-start-video:hover::after, .narrow-header-slider .mask .holder .slide .slide-text .button-start-video:hover::after {
              transform: scale(1.2); }
            .header-slider .mask .holder .slide .slide-text .button-start-video.disabled, .narrow-header-slider .mask .holder .slide .slide-text .button-start-video.disabled {
              display: none !important; }
        .header-slider .mask .holder .slide video, .narrow-header-slider .mask .holder .slide video {
          position: absolute;
          right: 0;
          top: 50%;
          left: 50%;
          min-width: 100%;
          height: 100%;
          object-position: center;
          position: absolute;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -moz-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
          @media only screen and (min-width: 40.0625em) {
            .header-slider .mask .holder .slide video, .narrow-header-slider .mask .holder .slide video {
              height: auto;
              min-height: 100%; } }
        .header-slider .mask .holder .slide.blue .slide-text h1, .narrow-header-slider .mask .holder .slide.blue .slide-text h1 {
          color: #2e64a2; }
        .header-slider .mask .holder .slide.green .slide-text h1, .narrow-header-slider .mask .holder .slide.green .slide-text h1 {
          color: #659412; }
        .header-slider .mask .holder .slide.grey .slide-text h1, .narrow-header-slider .mask .holder .slide.grey .slide-text h1 {
          color: #636363; }
    .header-slider .mask .pagination, .narrow-header-slider .mask .pagination {
      position: absolute;
      z-index: 30;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
      pointer-events: none; }
      .header-slider .mask .pagination .row, .narrow-header-slider .mask .pagination .row {
        height: 100%; }
        .header-slider .mask .pagination .row .columns, .narrow-header-slider .mask .pagination .row .columns {
          height: 100%; }
      .header-slider .mask .pagination ul, .narrow-header-slider .mask .pagination ul {
        position: absolute;
        bottom: 35px;
        left: 50%;
        pointer-events: all; }
        @media only screen and (max-width: 40em) {
          .header-slider .mask .pagination ul, .narrow-header-slider .mask .pagination ul {
            transform: translateX(-50%); } }
        @media only screen and (min-width: 40.0625em) {
          .header-slider .mask .pagination ul, .narrow-header-slider .mask .pagination ul {
            bottom: 2rem;
            left: 2.5rem; } }
        @media only screen and (min-width: 64.0625em) {
          .header-slider .mask .pagination ul, .narrow-header-slider .mask .pagination ul {
            bottom: 3.075rem;
            left: 5.125rem; } }
        .header-slider .mask .pagination ul:not(.slider-nav-loading) li, .narrow-header-slider .mask .pagination ul:not(.slider-nav-loading) li {
          font-size: 0.875rem;
          line-height: 35px;
          width: 35px;
          background: rgba(255, 255, 255, 0.4); }
          @media only screen and (min-width: 40.0625em) {
            .header-slider .mask .pagination ul:not(.slider-nav-loading) li, .narrow-header-slider .mask .pagination ul:not(.slider-nav-loading) li {
              width: 45px; } }
          @media only screen and (min-width: 64.0625em) {
            .header-slider .mask .pagination ul:not(.slider-nav-loading) li, .narrow-header-slider .mask .pagination ul:not(.slider-nav-loading) li {
              font-size: 0.9375rem;
              line-height: 45px;
              width: 45px; } }
          .header-slider .mask .pagination ul:not(.slider-nav-loading) li:before, .narrow-header-slider .mask .pagination ul:not(.slider-nav-loading) li:before {
            display: none; }
          .header-slider .mask .pagination ul:not(.slider-nav-loading) li:nth-child(even), .narrow-header-slider .mask .pagination ul:not(.slider-nav-loading) li:nth-child(even) {
            background: rgba(255, 255, 255, 0.55); }
          .header-slider .mask .pagination ul:not(.slider-nav-loading) li:hover, .header-slider .mask .pagination ul:not(.slider-nav-loading) li.active, .narrow-header-slider .mask .pagination ul:not(.slider-nav-loading) li:hover, .narrow-header-slider .mask .pagination ul:not(.slider-nav-loading) li.active {
            color: #313309;
            background: #ffffff; }
        .header-slider .mask .pagination ul li, .narrow-header-slider .mask .pagination ul li {
          font-family: "TheSansSemiboldItalic";
          float: left;
          margin: 0;
          padding: 0;
          list-style: none;
          cursor: pointer;
          transition: background-color 400ms;
          text-align: center;
          color: #ffffff; }
          .header-slider .mask .pagination ul li div.slider-nav-el, .narrow-header-slider .mask .pagination ul li div.slider-nav-el {
            margin-right: 10px;
            height: 4px;
            transition: background-color 400ms;
            background: rgba(255, 255, 255, 0.4);
            width: 35px; }
            @media only screen and (min-width: 40.0625em) {
              .header-slider .mask .pagination ul li div.slider-nav-el, .narrow-header-slider .mask .pagination ul li div.slider-nav-el {
                margin-right: 8px;
                width: 96px; } }
            .header-slider .mask .pagination ul li div.slider-nav-el div.progress, .narrow-header-slider .mask .pagination ul li div.slider-nav-el div.progress {
              width: 0;
              height: 4px;
              background: #ffffff; }
            .header-slider .mask .pagination ul li div.slider-nav-el:hover, .narrow-header-slider .mask .pagination ul li div.slider-nav-el:hover {
              background-color: rgba(255, 255, 255, 0.75); }
  .header-slider .slider-nav-loading, .narrow-header-slider .slider-nav-loading {
    display: none; }
    .header-slider .slider-nav-loading li::before, .narrow-header-slider .slider-nav-loading li::before {
      content: initial; }

.header-slider-video-player {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.72) !important; }
  .header-slider-video-player .flowplayer {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }
  .header-slider-video-player .button-close {
    position: absolute;
    cursor: pointer;
    height: 48px;
    width: 48px;
    top: 1.5rem;
    right: 0.5rem;
    z-index: 3; }
    .header-slider-video-player .button-close::after {
      content: '';
      background: url("../img/icons/close-light.svg") no-repeat;
      background-position: center;
      background-size: cover;
      display: block;
      height: 48px;
      width: 48px; }
    @media only screen and (min-width: 40.0625em) {
      .header-slider-video-player .button-close {
        top: 1rem;
        right: 1rem; } }

.narrow-header-slider .slide h1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 85.25rem;
  padding-right: 1.1rem;
  padding-left: 1.1rem;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2; }
  @media only screen and (min-width: 40.0625em) {
    .narrow-header-slider .slide h1 {
      padding-right: 2.5rem;
      padding-left: 2.5rem;
      font-size: 40px; } }
  @media only screen and (min-width: 64.0625em) {
    .narrow-header-slider .slide h1 {
      padding-right: 5.125rem;
      padding-left: 5.125rem;
      font-size: 74px; } }

.narrow-header-slider .pagination .row {
  margin-left: auto;
  margin-right: auto;
  max-width: 85.25rem; }

.image-slider-wrapper {
  background-color: #2e64a2; }
  .image-slider-wrapper .columns {
    padding: 0; }

.image-slider {
  position: relative;
  display: block;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden; }
  .image-slider .columns {
    padding-right: 0;
    padding-left: 0; }
  .image-slider .mask {
    overflow: hidden;
    width: 100%; }
    .image-slider .mask .holder {
      position: absolute;
      z-index: 10;
      transition: transform 0.6s ease; }
      .image-slider .mask .holder .slide {
        position: relative;
        float: left;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
    .image-slider .mask h5 {
      position: absolute;
      z-index: 30;
      top: 15%;
      width: 100%;
      margin: 0;
      text-align: center;
      color: #ffffff; }
    .image-slider .mask .buttons-wrapper {
      position: absolute;
      z-index: 40;
      width: 100%;
      margin: 0 auto; }
      .image-slider .mask .buttons-wrapper .buttons {
        position: relative;
        width: 100%; }
        .image-slider .mask .buttons-wrapper .buttons .prev,
        .image-slider .mask .buttons-wrapper .buttons .next {
          font-family: "TheSansLight";
          font-size: 48px;
          position: absolute;
          top: 50%;
          cursor: pointer;
          transform: translateY(-50%);
          color: #ffffff; }
        .image-slider .mask .buttons-wrapper .buttons .prev {
          left: 0; }
        .image-slider .mask .buttons-wrapper .buttons .next {
          right: 0; }

@media only screen and (min-width: 40.0625em) {
  .highlight-teaser-wrapper {
    margin-bottom: 55px; } }

.highlight-teaser-wrapper > .columns {
  padding: 0; }

.highlight-teaser-wrapper .highlight-teaser {
  margin-bottom: 50px;
  padding: 0;
  cursor: pointer; }
  @media only screen and (min-width: 40.0625em) {
    .highlight-teaser-wrapper .highlight-teaser {
      margin-bottom: 0; }
      .highlight-teaser-wrapper .highlight-teaser.no-image {
        margin-top: 37px; }
        .highlight-teaser-wrapper .highlight-teaser.no-image h3 {
          font-size: 33px;
          line-height: 1.2; } }
      @media only screen and (min-width: 40.0625em) and (min-width: 64.0625em) {
        .highlight-teaser-wrapper .highlight-teaser.no-image h3 {
          font-size: 39px; } }
  @media only screen and (min-width: 40.0625em) {
      .highlight-teaser-wrapper .highlight-teaser .copytext {
        margin-right: 20px; } }
  .highlight-teaser-wrapper .highlight-teaser:hover .imgbg img, .highlight-teaser-wrapper .highlight-teaser:hover .highlight-teaser-image {
    opacity: .8; }
  .highlight-teaser-wrapper .highlight-teaser:hover h3 span:before {
    opacity: .25; }
  .highlight-teaser-wrapper .highlight-teaser .imgbg {
    width: 100%;
    background: #ffffff; }
    .highlight-teaser-wrapper .highlight-teaser .imgbg img {
      width: 100%;
      transition: opacity 250ms; }
  .highlight-teaser-wrapper .highlight-teaser .highlight-teaser-image {
    width: 100%;
    position: relative;
    transition: opacity 250ms; }
    .highlight-teaser-wrapper .highlight-teaser .highlight-teaser-image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    .highlight-teaser-wrapper .highlight-teaser .highlight-teaser-image > div {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .highlight-teaser-wrapper .highlight-teaser .highlight-teaser-image .highlight-teaser-image-content {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
  .highlight-teaser-wrapper .highlight-teaser h5 {
    margin: 15px 0 5px 0;
    color: #636363; }
    @media only screen and (min-width: 40.0625em) {
      .highlight-teaser-wrapper .highlight-teaser h5 {
        margin: 25px 20px 5px 0; } }
    @media only screen and (min-width: 64.0625em) {
      .highlight-teaser-wrapper .highlight-teaser h5 {
        margin: 25px 20px 10px 0; } }
  .highlight-teaser-wrapper .highlight-teaser h3 {
    margin: 0 0 5px 0;
    color: #2e64a2; }
    @media only screen and (min-width: 40.0625em) {
      .highlight-teaser-wrapper .highlight-teaser h3 {
        margin: 0 20px 10px 0; } }
    @media only screen and (min-width: 64.0625em) {
      .highlight-teaser-wrapper .highlight-teaser h3 {
        margin: 0 20px 25px 0; } }
    .highlight-teaser-wrapper .highlight-teaser h3 span {
      position: relative;
      display: inline-block; }
      .highlight-teaser-wrapper .highlight-teaser h3 span:before {
        position: absolute;
        bottom: 2px;
        width: 100%;
        height: 6px;
        content: ' ';
        transition: opacity 250ms;
        opacity: 0;
        background: #2e64a2; }
  .highlight-teaser-wrapper .highlight-teaser:nth-child(even) .highlight-teaser-image .highlight-teaser-image-content {
    background-color: #f5f5f3; }
  .highlight-teaser-wrapper .highlight-teaser:nth-child(odd) .highlight-teaser-image .highlight-teaser-image-content {
    background-color: #f0f0f0; }

.highlight-teaser-wrapper .highlight-teaser-move {
  background-color: #f0f0f0;
  padding-left: 30px;
  padding-right: 30px;
  position: relative; }
  @media only screen and (min-width: 40.0625em) {
    .highlight-teaser-wrapper .highlight-teaser-move {
      margin-bottom: 0 !important; } }

.highlight-teaser-wrapper .highlight-teaser-move-image {
  margin-bottom: 0; }
  @media only screen and (min-width: 40.0625em) {
    .highlight-teaser-wrapper .highlight-teaser-move-image {
      margin-bottom: 0 !important; } }
  .highlight-teaser-wrapper .highlight-teaser-move-image img {
    width: 100% !important; }

.image-teaser-wrapper {
  margin-bottom: 115px; }
  .image-teaser-wrapper.centered .image-teaser {
    background-size: contain !important; }
  .image-teaser-wrapper.underlay {
    margin-top: -115px;
    top: 0 !important; }
  .image-teaser-wrapper.no-amrgin-bottom {
    margin-bottom: 0; }
  .image-teaser-wrapper .background {
    padding: 0;
    background: #ffffff; }
    .image-teaser-wrapper .background .image-teaser {
      position: relative;
      background: #f5f5f3;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      /*
            background-size: 100%;
            transition: background $transitionTime;
            */ }
      .image-teaser-wrapper .background .image-teaser:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        opacity: 0.2;
        display: none;
        z-index: 1; }
      .image-teaser-wrapper .background .image-teaser h4 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        background: rgba(19, 62, 128, 0.8);
        padding: 10px 20px;
        margin: 0;
        transition: all 250ms;
        color: #ffffff;
        z-index: 3;
        font-size: 1.1875rem;
        font-family: "TheSansLight"; }
      .image-teaser-wrapper .background .image-teaser .image-teaser-text {
        position: absolute;
        top: 0;
        left: 0;
        padding: 10px 20px;
        opacity: 0;
        transition: opacity 250ms;
        background: rgba(19, 62, 128, 0.8);
        width: 100%;
        height: 1.5rem;
        overflow: hidden;
        z-index: 4;
        display: table; }
        .image-teaser-wrapper .background .image-teaser .image-teaser-text .image-teaser-text-content {
          display: table-cell;
          vertical-align: bottom; }
          .image-teaser-wrapper .background .image-teaser .image-teaser-text .image-teaser-text-content h5 {
            font-size: 1.1875rem;
            color: #ffffff !important;
            font-family: "TheSansLight";
            margin: 0 0 0.625rem 0; }
          .image-teaser-wrapper .background .image-teaser .image-teaser-text .image-teaser-text-content p {
            color: #ffffff;
            padding: 0;
            margin: 0;
            font-size: 1rem; }
      .image-teaser-wrapper .background .image-teaser:hover:after {
        display: block; }
      .image-teaser-wrapper .background .image-teaser:hover h4 {
        background-color: rgba(98, 125, 192, 0.8); }
      .image-teaser-wrapper .background .image-teaser:hover.has-body h4 {
        opacity: 0; }
      .image-teaser-wrapper .background .image-teaser:hover.has-body .image-teaser-text {
        opacity: 1;
        height: 100%; }
    .image-teaser-wrapper .background:nth-child(even) .image-teaser {
      background-color: #f0f0f0; }

.video-player:not(.reskin-gb-2020) {
  max-width: 100% !important;
  margin-bottom: 100px;
  overflow: hidden; }
  .video-player:not(.reskin-gb-2020) .columns {
    padding: 0; }
  .video-player:not(.reskin-gb-2020) video {
    width: 100%;
    height: 200px;
    display: block;
    object-fit: cover; }
    @media only screen and (min-width: 40.0625em) {
      .video-player:not(.reskin-gb-2020) video {
        width: 100%;
        height: auto; } }
  .video-player:not(.reskin-gb-2020) .flowplayer {
    position: relative;
    width: 100%;
    background-position: center center;
    background-size: cover; }
    .video-player:not(.reskin-gb-2020) .flowplayer.is-splash .fp-ui, .video-player:not(.reskin-gb-2020) .flowplayer.is-paused .fp-ui {
      background-image: url(/frontend/img/icons/play-blue.svg);
      background-repeat: no-repeat;
      background-size: 98px 92px; }
    .video-player:not(.reskin-gb-2020) .flowplayer.is-splash .fp-controls .fp-playbtn, .video-player:not(.reskin-gb-2020) .flowplayer.is-paused .fp-controls .fp-playbtn {
      background-image: url(/frontend/img/icons/play-small-white.svg);
      background-size: 14px 15px; }
    .video-player:not(.reskin-gb-2020) .flowplayer.is-mouseover.is-playing .fp-ui {
      background: url(../img/icons/pause-blue.svg) center center no-repeat;
      background-size: 98px 92px; }
    .video-player:not(.reskin-gb-2020) .flowplayer.is-mouseout .fp-controls {
      height: 10px;
      animation: none; }
      .video-player:not(.reskin-gb-2020) .flowplayer.is-mouseout .fp-controls .fp-playbtn,
      .video-player:not(.reskin-gb-2020) .flowplayer.is-mouseout .fp-controls .fp-timeline {
        height: 10px !important; }
      .video-player:not(.reskin-gb-2020) .flowplayer.is-mouseout .fp-controls .fp-timeline {
        margin: 0 90px 0 50px !important; }
      .video-player:not(.reskin-gb-2020) .flowplayer.is-mouseout .fp-controls .fp-playbtn {
        background-image: none; }
    .video-player:not(.reskin-gb-2020) .flowplayer.is-mouseout .fp-time {
      height: 10px;
      opacity: 1; }
    .video-player:not(.reskin-gb-2020) .flowplayer.is-mouseout .fp-elapsed {
      color: #133e80; }
    .video-player:not(.reskin-gb-2020) .flowplayer:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      transition: opacity 250ms;
      opacity: 0;
      background: rgba(255, 255, 255, 0.2); }
    .video-player:not(.reskin-gb-2020) .flowplayer:hover:after {
      opacity: 1; }
    .video-player:not(.reskin-gb-2020) .flowplayer .fp-embed,
    .video-player:not(.reskin-gb-2020) .flowplayer .fp-embed-code,
    .video-player:not(.reskin-gb-2020) .flowplayer .fp-brand,
    .video-player:not(.reskin-gb-2020) .flowplayer .fp-context-menu {
      display: none !important; }
    .video-player:not(.reskin-gb-2020) .flowplayer > a {
      visibility: hidden; }
    .video-player:not(.reskin-gb-2020) .flowplayer .fp-fullscreen {
      width: 60px;
      height: 60px;
      border-radius: 0;
      background: transparent url(../img/icons/fullscreen-blue.svg) center center no-repeat;
      background-size: 52px 52px; }
      .video-player:not(.reskin-gb-2020) .flowplayer .fp-fullscreen:before {
        display: none; }
      .video-player:not(.reskin-gb-2020) .flowplayer .fp-fullscreen:hover {
        background-image: url(../img/icons/fullscreen-blue-hover.svg);
        background-size: 60px 60px; }
    .video-player:not(.reskin-gb-2020) .flowplayer .fp-controls {
      right: 0;
      bottom: 0;
      left: 0;
      height: 30px;
      transition: height 250ms;
      background: rgba(255, 255, 255, 0.85); }
      .video-player:not(.reskin-gb-2020) .flowplayer .fp-controls .fp-timeline {
        top: 0;
        height: 30px;
        margin: 0 90px 0 50px;
        transition: height 250ms;
        border-radius: 0;
        background: transparent; }
        .video-player:not(.reskin-gb-2020) .flowplayer .fp-controls .fp-timeline .fp-buffer {
          border-radius: 0;
          background: rgba(46, 100, 162, 0.1); }
        .video-player:not(.reskin-gb-2020) .flowplayer .fp-controls .fp-timeline .fp-progress {
          position: relative;
          border-radius: 0;
          background: #2e64a2; }
          .video-player:not(.reskin-gb-2020) .flowplayer .fp-controls .fp-timeline .fp-progress:after {
            position: absolute;
            top: 0;
            right: 0;
            width: 6px;
            height: 30px;
            content: '';
            background: #133e80; }
      .video-player:not(.reskin-gb-2020) .flowplayer .fp-controls .fp-timeline-tooltip,
      .video-player:not(.reskin-gb-2020) .flowplayer .fp-controls .fp-tooltip {
        font-family: Arial;
        font-size: 0.9375rem;
        letter-spacing: 1px;
        background: #133e80; }
        .video-player:not(.reskin-gb-2020) .flowplayer .fp-controls .fp-timeline-tooltip:before,
        .video-player:not(.reskin-gb-2020) .flowplayer .fp-controls .fp-tooltip:before {
          border-top-color: #133e80; }
      .video-player:not(.reskin-gb-2020) .flowplayer .fp-controls .fp-playbtn {
        left: 0;
        display: block !important;
        width: 50px;
        height: 30px !important;
        transition: height 250ms;
        opacity: 1 !important;
        border-radius: 0;
        background: #133e80 url(/frontend/img/icons/pause-small-white.svg) center center no-repeat;
        background-size: 12px 15px;
        position: absolute; }
        .video-player:not(.reskin-gb-2020) .flowplayer .fp-controls .fp-playbtn:before {
          display: none; }
    .video-player:not(.reskin-gb-2020) .flowplayer .fp-time {
      position: absolute;
      right: 0;
      bottom: 0;
      left: auto;
      width: 90px;
      height: 30px;
      transition: height 250ms;
      background: #133e80; }
    .video-player:not(.reskin-gb-2020) .flowplayer .fp-timestamp {
      display: none; }
    .video-player:not(.reskin-gb-2020) .flowplayer .fp-elapsed {
      font-family: Arial;
      font-size: 0.9375rem;
      left: auto;
      width: 90px;
      transition: all 250ms;
      text-align: center;
      letter-spacing: 1px;
      opacity: 1;
      position: absolute;
      right: 0;
      bottom: 0;
      top: 0;
      line-height: 30px;
      height: 30px;
      background: #133e80;
      color: #f5f5f3; }
    .video-player:not(.reskin-gb-2020) .flowplayer .fp-duration {
      display: none; }
    .video-player:not(.reskin-gb-2020) .flowplayer .fp-ui .fp-pause {
      display: none; }
    .video-player:not(.reskin-gb-2020) .flowplayer .fp-ui .fp-cc {
      display: none; }
    .video-player:not(.reskin-gb-2020) .flowplayer .fp-player > a {
      visibility: hidden; }
    .video-player:not(.reskin-gb-2020) .flowplayer.is-loading .fp-waiting {
      display: none; }

/* CSS specific to iOS devices only */
/*
@supports (-webkit-overflow-scrolling: touch) {
	.video-player {
		
		video.default-video{
			display: none;
		}
	
		video.ios-video{
			display: block;
		}		
	}
}
*/
.fullsize-image .columns {
  padding: 0; }

.fullsize-image .fullsize-image-mobile {
  display: none; }

@media only screen and (max-width: 40em) {
  .fullsize-image .fullsize-image-desktop {
    display: none; }
  .fullsize-image .fullsize-image-mobile {
    display: block; } }

.fullsize-image .fullsize-image-subline {
  text-align: left;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 0.8125rem;
  color: #636363; }

.page-header {
  position: relative;
  width: 100%;
  margin-bottom: 35px;
  padding: 70px 0 20px 0; }
  .page-header.image {
    padding: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    max-height: 498px;
    max-width: 1920px;
    margin: 0 auto; }
    .page-header.image.bottom {
      background-position: bottom center; }
    .page-header.image .page-header-headline {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
      .page-header.image .page-header-headline h1 {
        color: #ffffff; }
  .page-header h1 {
    font-size: 40px;
    width: 100%;
    margin: 0;
    text-align: center;
    color: #b7b7b4; }
    @media only screen and (min-width: 40.0625em) {
      .page-header h1 {
        font-size: 48px; } }
    @media only screen and (min-width: 64.0625em) {
      .page-header h1 {
        font-size: 74px; } }
  .page-header .last {
    position: absolute;
    left: 0;
    top: 0;
    list-style-type: none; }
    .page-header .last a {
      padding: 0; }
      .page-header .last a span {
        padding: 13px 15px 14px 15px; }
  .page-header .page-header-teaser {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #2e64a2;
    text-align: center;
    margin: 0;
    transform: translateY(50%);
    z-index: 26;
    transition: background-color 0.5s; }
    .page-header .page-header-teaser .page-header-teaser-close {
      position: absolute;
      right: 1.1rem;
      top: 10px;
      width: 40px;
      height: 40px;
      background-color: #ffffff;
      background-image: url("../img/close_14x14.gif");
      background-size: 14px 14px;
      background-position: center;
      background-repeat: no-repeat;
      color: #2e64a2;
      border-radius: 50%;
      cursor: pointer; }
      @media only screen and (min-width: 40.0625em) {
        .page-header .page-header-teaser .page-header-teaser-close {
          width: 40px;
          height: 40px;
          right: 5px;
          top: 0px; } }
      @media only screen and (min-width: 64.0625em) {
        .page-header .page-header-teaser .page-header-teaser-close {
          width: 40px;
          height: 40px;
          right: 20px;
          top: 10px; } }
    @media only screen and (min-width: 40.0625em) {
      .page-header .page-header-teaser {
        right: 0;
        margin: 0 0 -80px 0;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.75);
        transform: translateY(0); } }
    @media only screen and (min-width: 64.0625em) {
      .page-header .page-header-teaser {
        margin: 0 0 -160px 0;
        width: 230px;
        height: 230px; } }
    .page-header .page-header-teaser img {
      padding: 0.25rem 0.125rem 0.125rem 0.125rem;
      max-width: 50%;
      max-height: 2rem; }
      @media only screen and (min-width: 40.0625em) {
        .page-header .page-header-teaser img {
          padding: 2rem 1.25rem 0.25rem 1.125rem;
          max-width: 100%;
          max-height: none; } }
      @media only screen and (min-width: 64.0625em) {
        .page-header .page-header-teaser img {
          padding: 3rem 1.25rem 0.25rem 1.125rem;
          max-width: 100%;
          max-height: none; } }
    .page-header .page-header-teaser span {
      display: block;
      color: #ffffff;
      font-style: italic;
      text-align: center;
      padding: 0.25rem; }
      @media only screen and (min-width: 40.0625em) {
        .page-header .page-header-teaser span {
          padding: 0.625rem 1rem; } }

.location-header h2, .location-header h3,
.module-header h2,
.module-header h3 {
  margin: 0 0 10px 0;
  text-align: center; }

.location-header h3,
.module-header h3 {
  font-size: 2rem; }
  @media only screen and (min-width: 40.0625em) {
    .location-header h3,
    .module-header h3 {
      font-size: 3rem; } }

.location-header.blue h2, .location-header.blue h3,
.module-header.blue h2,
.module-header.blue h3 {
  color: #09376b !important; }

.location-header .copytext,
.module-header .copytext {
  width: 100%;
  max-width: 580px;
  margin: 0 auto 80px auto;
  padding: 0 1.1rem; }

.location-header h4,
.module-header h4 {
  margin: -5px 0 75px 0;
  text-align: center;
  color: #878787; }

.location-header form,
.module-header form {
  margin: 0 0 85px 0;
  text-align: center; }
  .location-header form .buttoncounterweight,
  .module-header form .buttoncounterweight {
    display: inline-block;
    width: 65px;
    margin-right: 10px;
    vertical-align: top; }
    @media only screen and (max-width: 40em) {
      .location-header form .buttoncounterweight,
      .module-header form .buttoncounterweight {
        display: none; } }
  .location-header form input,
  .module-header form input {
    font-family: "TheSansPlain";
    font-size: 1.0625rem;
    display: inline-block;
    width: calc(100% - 80px);
    max-width: 400px;
    height: 52px;
    padding: 0 10px;
    text-align: center;
    vertical-align: top;
    color: #133e80;
    border: 1px solid #dfdfdf; }
    @media only screen and (max-width: 40em) {
      .location-header form input,
      .module-header form input {
        text-align: left; } }
    .location-header form input::-webkit-input-placeholder,
    .module-header form input::-webkit-input-placeholder {
      color: #133e80; }
    .location-header form input::-moz-placeholder,
    .module-header form input::-moz-placeholder {
      color: #133e80; }
    .location-header form input:-ms-input-placeholder,
    .module-header form input:-ms-input-placeholder {
      color: #133e80; }
    .location-header form input.error,
    .module-header form input.error {
      color: #c20000;
      border-bottom: 4px solid #c20000; }
  .location-header form label.error,
  .module-header form label.error {
    color: #c20000; }
  .location-header form button,
  .module-header form button {
    font-family: "TheSansLight";
    font-size: 30px;
    line-height: 52px;
    display: inline-block;
    width: 65px;
    height: 52px;
    margin-left: 10px;
    cursor: pointer;
    vertical-align: top;
    color: #ffffff;
    border: none;
    background: #133e80; }
    .location-header form button:hover,
    .module-header form button:hover {
      background: #1f4786; }

.location-header h5,
.module-header h5 {
  margin: 0 0 25px 0;
  text-align: center; }
  @media only screen and (min-width: 64.0625em) {
    .location-header h5,
    .module-header h5 {
      margin: 0 0 30px 0; } }

.location-header.sub-header h4,
.module-header.sub-header h4 {
  margin-bottom: 30px; }

.location-header.sub-header .sub-header-content,
.module-header.sub-header .sub-header-content {
  color: #636363;
  font-size: 1.0625rem;
  font-style: italic; }
  .location-header.sub-header .sub-header-content a,
  .module-header.sub-header .sub-header-content a {
    text-decoration: underline; }

.location-header.top-margin,
.module-header.top-margin {
  margin-top: 4.5rem; }

.content-text {
  position: relative;
  margin-bottom: 50px;
  padding: 0; }
  @media only screen and (max-width: 40em) {
    .content-text {
      padding: 0 0.5rem; } }
  .content-text h3 {
    color: #659412; }
  .content-text .content-text-highlight {
    padding: 0; }
    @media only screen and (max-width: 854px) {
      .content-text .content-text-highlight {
        margin-bottom: 1em; } }
    @media only screen and (min-width: 855px) {
      .content-text .content-text-highlight {
        padding: 10px 20px; }
        .content-text .content-text-highlight.topleft {
          float: left;
          padding-left: 0; }
        .content-text .content-text-highlight.topright {
          float: right;
          padding-right: 0; }
        .content-text .content-text-highlight.bottomleft {
          float: left;
          clear: left;
          padding-left: 0; }
        .content-text .content-text-highlight.bottomright {
          float: right;
          clear: right;
          padding-right: 0; } }
    .content-text .content-text-highlight.center {
      text-align: center; }
    .content-text .content-text-highlight .content-text-highlight-text {
      font-family: "TheSansSemiboldItalic";
      font-size: 1.1875rem;
      font-weight: normal;
      line-height: 1.5;
      width: 100%;
      max-width: 400px;
      padding: 35px 30px 60px 25px;
      color: #ffffff;
      background: #2e64a2; }
      .content-text .content-text-highlight .content-text-highlight-text p, .content-text .content-text-highlight .content-text-highlight-text a {
        color: #ffffff; }
      @media only screen and (min-width: 40.0625em) {
        .content-text .content-text-highlight .content-text-highlight-text {
          font-size: 27px; } }
    .content-text .content-text-highlight .content-text-highlight-list {
      width: 100%;
      max-width: 300px;
      padding-left: 50px;
      counter-reset: custom-counter;
      color: #2e64a2; }
      .content-text .content-text-highlight .content-text-highlight-list ol {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .content-text .content-text-highlight .content-text-highlight-list ol li {
          font-size: 0.9375rem;
          position: relative;
          min-height: 100px;
          margin: 0;
          padding: 15px 15px 15px 70px;
          counter-increment: custom-counter;
          background: #f5f5f3; }
          .content-text .content-text-highlight .content-text-highlight-list ol li:nth-child(even) {
            background: #f0f0f0; }
          .content-text .content-text-highlight .content-text-highlight-list ol li:before {
            font-family: "TheSansSemiboldItalic";
            font-size: 80px;
            line-height: .9;
            position: absolute;
            top: 0;
            left: 0;
            width: 55px;
            content: counter(custom-counter);
            text-align: right;
            color: #2e64a2;
            background: none !important; }
    .content-text .content-text-highlight .content-text-highlight-caption {
      font-family: "TheSansLight";
      font-size: 0.9375rem;
      display: block;
      margin: 15px 0 0 15px;
      max-width: 385px; }
    .content-text .content-text-highlight .content-text-highlight-image-subline {
      text-align: left;
      margin-top: 1.25rem;
      margin-bottom: 1.25rem;
      font-size: 0.8125rem;
      color: #636363; }
  .content-text .bottomfloat {
    float: right;
    min-height: 58px;
    width: 0; }
    .content-text .bottomfloat.bottomleft {
      float: left; }

.content-link {
  line-height: 1.5;
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding: 15px 70px 15px 15px;
  color: #ffffff;
  background: #2e64a2; }
  .content-link:hover .download:before {
    opacity: 0; }
  .content-link:hover .download:after {
    opacity: 1; }
  .content-link .download {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 37px;
    height: 37px; }
    .content-link .download:before, .content-link .download:after {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 37px;
      height: 37px;
      content: '';
      transition: opacity 125ms;
      background: url(../img/icons/download.svg) no-repeat;
      background-size: 37px 37px; }
    .content-link .download:after {
      opacity: 0;
      background-image: url(../img/icons/download-hover.svg); }

.job-filter {
  z-index: 30 !important;
  margin-bottom: 40px; }
  .job-filter .reset-button {
    font-family: "TheSansLight";
    font-size: 1.1875rem;
    line-height: 1.2;
    display: none;
    width: 100%;
    margin: 15px 0;
    padding: 13px 0 14px 0;
    cursor: pointer;
    transition: background-color 250ms;
    text-align: center;
    color: #9f9f9f;
    border: 1px solid #dfdfdf;
    background: url(../img/icons/close-lightgrey.svg) no-repeat;
    background-position: right 10px top 10px;
    background-size: 13px; }
    @media only screen and (min-width: 64.0625em) {
      .job-filter .reset-button {
        margin: 15px auto; } }
    @media only screen and (max-width: 40em) {
      .job-filter .reset-button {
        float: right;
        max-width: 170px;
        margin: 15px 0;
        padding: 6px 6px 6px 10px;
        text-align: left;
        background-position: right 10px top 11px; } }
    .job-filter .reset-button:hover {
      background-color: #f5f5f3; }
  .job-filter .columns {
    padding: 0; }
    @media only screen and (max-width: 40em) {
      .job-filter .columns {
        margin-bottom: 15px; }
        .job-filter .columns h5 {
          display: none; }
        .job-filter .columns .dropdown .active {
          position: relative;
          padding: 16px 10px; }
          .job-filter .columns .dropdown .active span {
            position: absolute;
            top: 50%;
            left: 50%;
            max-width: calc(100% - 30px);
            transform: translateX(-50%) translateY(-50%);
            text-align: center;
            background-position: right center; } }
    @media only screen and (min-width: 40.0625em) {
      .job-filter .columns {
        padding: 0 0 0 15px; } }
    @media only screen and (min-width: 64.0625em) {
      .job-filter .columns:first-child {
        padding: 0; } }
    .job-filter .columns h5 {
      font-family: "TheSansLight";
      margin: 10px 0 20px 0;
      color: #9f9f9f !important; }

.color-teaser-wrapper {
  margin-bottom: 100px; }
  .color-teaser-wrapper .color-teaser {
    position: relative;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .color-teaser-wrapper .color-teaser .color-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: background-color 250ms; }
      .color-teaser-wrapper .color-teaser .color-overlay.opacity {
        opacity: .8; }
      .color-teaser-wrapper .color-teaser .color-overlay.green {
        background-color: #659412; }
      .color-teaser-wrapper .color-teaser .color-overlay.blue {
        background-color: #2e64a2; }
      .color-teaser-wrapper .color-teaser .color-overlay.grey {
        background-color: #636363; }
    .color-teaser-wrapper .color-teaser .content {
      position: absolute;
      top: 0;
      left: 0;
      padding: 30px; }
      .color-teaser-wrapper .color-teaser .content h5,
      .color-teaser-wrapper .color-teaser .content h3,
      .color-teaser-wrapper .color-teaser .content .copytext,
      .color-teaser-wrapper .color-teaser .content .bodytext {
        color: #ffffff !important; }
      .color-teaser-wrapper .color-teaser .content h5 {
        margin: 0 0 20px 0; }
      .color-teaser-wrapper .color-teaser .content h3 {
        margin: 0 0 25px 0; }
      @media only screen and (max-width: 40em) {
        .color-teaser-wrapper .color-teaser .content .copytext {
          margin-bottom: 0; } }
    .color-teaser-wrapper .color-teaser:hover {
      cursor: pointer; }
      .color-teaser-wrapper .color-teaser:hover .green {
        background-color: #659412; }
      .color-teaser-wrapper .color-teaser:hover .blue {
        background-color: #133e80; }
      .color-teaser-wrapper .color-teaser:hover .grey {
        background-color: #464646; }
    .color-teaser-wrapper .color-teaser:nth-child(even) .green {
      background-color: #659412; }
    .color-teaser-wrapper .color-teaser:nth-child(even) .blue {
      background-color: #133e80; }
    .color-teaser-wrapper .color-teaser:nth-child(even) .grey {
      background-color: #636363; }
    .color-teaser-wrapper .color-teaser:nth-child(even):hover .green {
      background-color: #4c7208; }
    .color-teaser-wrapper .color-teaser:nth-child(even):hover .blue {
      background-color: #0e326a; }
    .color-teaser-wrapper .color-teaser:nth-child(even):hover .grey {
      background-color: #464646; }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      .color-teaser-wrapper .color-teaser {
        width: 100% !important; } }
    @media only screen and (max-width: 40em) {
      .color-teaser-wrapper .color-teaser {
        width: 100% !important; } }

.job-teaser-wrapper {
  margin-bottom: 100px; }
  .job-teaser-wrapper .job-teaser {
    position: relative;
    padding: 30px;
    transition: background-color 250ms;
    background-color: #f5f5f3; }
    @media only screen and (max-width: 40em) {
      .job-teaser-wrapper .job-teaser:nth-child(even) {
        background-color: #f0f0f0; }
        .job-teaser-wrapper .job-teaser:nth-child(even) h5,
        .job-teaser-wrapper .job-teaser:nth-child(even) h3,
        .job-teaser-wrapper .job-teaser:nth-child(even) .copytext {
          color: #659412 !important; } }
    @media only screen and (min-width: 40.0625em) {
      .job-teaser-wrapper .job-teaser.alt {
        background-color: #f0f0f0; }
        .job-teaser-wrapper .job-teaser.alt h5,
        .job-teaser-wrapper .job-teaser.alt h3,
        .job-teaser-wrapper .job-teaser.alt .copytext {
          color: #659412 !important; } }
    .job-teaser-wrapper .job-teaser:last-child {
      float: left; }
    .job-teaser-wrapper .job-teaser:hover {
      cursor: pointer;
      background-color: #659412; }
      @media only screen and (max-width: 40em) {
        .job-teaser-wrapper .job-teaser:hover:nth-child(even) {
          background-color: #659412; } }
      @media only screen and (min-width: 40.0625em) {
        .job-teaser-wrapper .job-teaser:hover.alt {
          background-color: #659412; } }
      .job-teaser-wrapper .job-teaser:hover h5,
      .job-teaser-wrapper .job-teaser:hover h3,
      .job-teaser-wrapper .job-teaser:hover .copytext {
        color: #ffffff !important; }
    .job-teaser-wrapper .job-teaser h3 {
      margin: 0 0 5px 0; }
    .job-teaser-wrapper .job-teaser h5 {
      font-family: "TheSansLight";
      margin: 0; }
      @media only screen and (max-width: 40em) {
        .job-teaser-wrapper .job-teaser h5 {
          margin: 0 0 50px 0; } }
    .job-teaser-wrapper .job-teaser .copytext {
      position: absolute;
      bottom: 30px;
      left: 30px;
      width: 100%;
      margin: 0; }
      @media only screen and (max-width: 40em) {
        .job-teaser-wrapper .job-teaser .copytext {
          position: relative;
          bottom: 0;
          left: 0; }
          .job-teaser-wrapper .job-teaser .copytext .columns {
            padding: 0; } }
    .job-teaser-wrapper .job-teaser h5,
    .job-teaser-wrapper .job-teaser h3,
    .job-teaser-wrapper .job-teaser .copytext {
      transition: color 250ms;
      color: #659412; }

.contact-teaser-wrapper {
  background-color: #133e80;
  background-clip: content-box; }
  .contact-teaser-wrapper:not(:last-child) {
    margin-bottom: 100px; }
  .contact-teaser-wrapper .contact-teaser-header {
    text-align: center;
    color: #ffffff;
    padding-top: 2.5rem; }
    .contact-teaser-wrapper .contact-teaser-header h2 {
      color: #ffffff !important;
      margin: 0 0 10px 0; }
    .contact-teaser-wrapper .contact-teaser-header p {
      color: #878787;
      font-family: "TheSansSemiboldItalic";
      font-size: 1.25rem;
      margin: -5px 0 75px 0; }
  .contact-teaser-wrapper .contact-image {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    float: left; }
    .contact-teaser-wrapper .contact-image img {
      object-fit: cover;
      object-position: center;
      border-radius: 50%;
      height: 120px;
      width: 120px; }
      @media only screen and (min-width: 40.0625em) {
        .contact-teaser-wrapper .contact-image img {
          max-height: 100px;
          max-width: 100px; } }
  .contact-teaser-wrapper .contact-teaser {
    padding-bottom: 80px; }
    .contact-teaser-wrapper .contact-teaser .contact-teaser-image {
      position: relative;
      width: 50%;
      padding-top: 50%;
      border-radius: 50%;
      margin: 0 auto 10px auto;
      background-size: cover;
      background-position: center center;
      background-color: #2e64a2; }
    .contact-teaser-wrapper .contact-teaser h5, .contact-teaser-wrapper .contact-teaser h3, .contact-teaser-wrapper .contact-teaser .copytext {
      position: relative;
      color: #ffffff !important;
      margin: 0; }
    .contact-teaser-wrapper .contact-teaser h5 {
      margin: 0 0 20px 0;
      font-family: "TheSansLight"; }
    .contact-teaser-wrapper .contact-teaser h3 {
      margin: 0 0 25px 0; }
    .contact-teaser-wrapper .contact-teaser .copytext {
      font-size: 1.0625rem;
      line-height: 1.5rem; }
      .contact-teaser-wrapper .contact-teaser .copytext span {
        position: relative;
        display: block;
        margin: 0 0 10px 0; }
        .contact-teaser-wrapper .contact-teaser .copytext span.icon {
          padding-left: 48px;
          background-repeat: no-repeat;
          background-position: left center;
          /*
                    &:before{
                        position: absolute;
                        left: 0;
                        top: 0;
                        font-family: $fontAwesome;
                        font-size: 1.25rem;
                        color: $green;
                    }
                    */ }
        .contact-teaser-wrapper .contact-teaser .copytext span.icon-address {
          background-image: url("../img/icons/dmk_icons_adress_32.png");
          background-size: 26px;
          /*
                    &:before{
                        content: '\f015';
                    }
                    */ }
        .contact-teaser-wrapper .contact-teaser .copytext span.icon-phone {
          background-image: url("../img/icons/dmk_icons_mail_phone_32.png");
          background-size: 26px;
          /*
                    &:before{
                        content: '\f095';
                    }
                    */ }
        .contact-teaser-wrapper .contact-teaser .copytext span.icon-email {
          background-image: url("../img/icons/dmk_icons_mail_32.png");
          background-size: 26px;
          /*
                    &:before{
                        content: '\f0e0';
                    }
                    */ }
    .contact-teaser-wrapper .contact-teaser a {
      color: #ffffff; }

.publication-teaser-wrapper {
  margin-bottom: 75px; }
  .publication-teaser-wrapper .publication-teaser {
    background-size: cover; }

.publication-teaser {
  position: relative;
  padding: 0;
  color: #ffffff;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: center center; }
  @media only screen and (max-width: 40em) {
    .publication-teaser {
      background-attachment: scroll; } }
  .publication-teaser:last-child {
    float: left; }
  .publication-teaser .color-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: background-color 250ms;
    background: #1f4786; }
    .publication-teaser .color-overlay.open {
      background: rgba(31, 71, 134, 0.9); }
      .publication-teaser .color-overlay.open .preview, .publication-teaser .color-overlay.open .download {
        opacity: 1; }
    .publication-teaser .color-overlay .preview, .publication-teaser .color-overlay .download {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 37px;
      height: 37px;
      opacity: 0; }
      .publication-teaser .color-overlay .preview:before, .publication-teaser .color-overlay .preview:after, .publication-teaser .color-overlay .download:before, .publication-teaser .color-overlay .download:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 37px;
        height: 37px;
        content: '';
        transition: opacity 125ms;
        background: url(../img/icons/download.svg) no-repeat;
        background-size: 37px 37px; }
      .publication-teaser .color-overlay .preview:after, .publication-teaser .color-overlay .download:after {
        opacity: 0;
        background-image: url(../img/icons/download-hover.svg); }
      .publication-teaser .color-overlay .preview:hover:before, .publication-teaser .color-overlay .download:hover:before {
        opacity: 0; }
      .publication-teaser .color-overlay .preview:hover:after, .publication-teaser .color-overlay .download:hover:after {
        opacity: 1; }
    .publication-teaser .color-overlay .preview {
      right: 90px;
      width: 50px;
      height: 36px; }
      .publication-teaser .color-overlay .preview:before, .publication-teaser .color-overlay .preview:after {
        width: 50px;
        height: 36px;
        transition: opacity 250ms;
        background: url(../img/icons/preview.svg) no-repeat;
        background-size: 50px 36px; }
      .publication-teaser .color-overlay .preview:after {
        background-image: url(../img/icons/preview-hover.svg); }
    .publication-teaser .color-overlay .dead-weight {
      position: absolute;
      bottom: 0; }
      .publication-teaser .color-overlay .dead-weight h3, .publication-teaser .color-overlay .dead-weight h4 {
        font-size: 1.1875rem;
        margin: 0;
        padding: 20px;
        color: #ffffff !important; }
      .publication-teaser .color-overlay .dead-weight h5 {
        display: none;
        margin: 0;
        padding: 20px 20px 0 20px;
        color: #ffffff !important; }
      .publication-teaser .color-overlay .dead-weight .copytext {
        display: none;
        padding: 0 20px 20px 20px;
        color: #ffffff; }
      .publication-teaser .color-overlay .dead-weight .info {
        margin-top: 15px; }
        @media only screen and (max-width: 40em) {
          .publication-teaser .color-overlay .dead-weight .info {
            display: none; } }
  .publication-teaser:nth-child(odd) {
    background-color: #f5f5f3; }
    .publication-teaser:nth-child(odd) .color-overlay {
      background: #133e80; }
    .publication-teaser:nth-child(odd):hover .color-overlay {
      background: rgba(19, 62, 128, 0.9); }
  .publication-teaser .table-code {
    display: none; }
  @media only screen and (max-width: 40em) {
    .publication-teaser .preview.table {
      display: none; } }

.press-teaser-wrapper {
  margin-bottom: 75px; }

.press-teaser {
  position: relative;
  padding: 0;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .press-teaser:last-child {
    float: left; }
  .press-teaser .color-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: background-color 250ms;
    background: rgba(46, 100, 162, 0.8); }
    .press-teaser .color-overlay.open .preview,
    .press-teaser .color-overlay.open .download {
      opacity: 1; }
    .press-teaser .color-overlay .preview,
    .press-teaser .color-overlay .download {
      position: absolute;
      z-index: 20;
      top: 30px;
      right: 30px;
      width: 37px;
      height: 37px;
      transition: opacity 250ms;
      opacity: 0; }
      @media only screen and (max-width: 40em) {
        .press-teaser .color-overlay .preview,
        .press-teaser .color-overlay .download {
          top: 20px;
          right: 20px; } }
      .press-teaser .color-overlay .preview:before, .press-teaser .color-overlay .preview:after,
      .press-teaser .color-overlay .download:before,
      .press-teaser .color-overlay .download:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 37px;
        height: 37px;
        content: '';
        transition: opacity 125ms;
        background: url(../img/icons/download.svg) no-repeat;
        background-size: 37px 37px; }
      .press-teaser .color-overlay .preview:after,
      .press-teaser .color-overlay .download:after {
        opacity: 0;
        background-image: url(../img/icons/download-hover.svg); }
      .press-teaser .color-overlay .preview:hover:before,
      .press-teaser .color-overlay .download:hover:before {
        opacity: 0; }
      .press-teaser .color-overlay .preview:hover:after,
      .press-teaser .color-overlay .download:hover:after {
        opacity: 1; }
    .press-teaser .color-overlay .preview {
      right: 90px;
      width: 50px;
      height: 36px; }
      .press-teaser .color-overlay .preview:before, .press-teaser .color-overlay .preview:after {
        width: 50px;
        height: 36px;
        transition: opacity 250ms;
        background: url(../img/icons/preview.svg) no-repeat;
        background-size: 50px 36px; }
      .press-teaser .color-overlay .preview:after {
        background-image: url(../img/icons/preview-hover.svg); }
    .press-teaser .color-overlay .dead-weight {
      position: absolute;
      bottom: 0; }
      .press-teaser .color-overlay .dead-weight h3 {
        font-size: 1.1875rem;
        margin: 0;
        padding: 23px; }
      .press-teaser .color-overlay .dead-weight h5 {
        display: none;
        margin: 0;
        padding: 20px 20px 0 20px;
        color: #ffffff !important; }
      .press-teaser .color-overlay .dead-weight .copytext {
        display: none;
        padding: 0 20px 20px 20px;
        color: #ffffff; }
      .press-teaser .color-overlay .dead-weight .info {
        margin-top: 15px; }
        @media only screen and (max-width: 40em) {
          .press-teaser .color-overlay .dead-weight .info {
            display: none; } }
      .press-teaser .color-overlay .dead-weight .full-infos {
        display: none; }
  .press-teaser:nth-child(odd) .color-overlay {
    background: rgba(19, 62, 128, 0.8); }

.newsletter-register {
  width: 100%;
  margin-bottom: 115px;
  padding: 0 0 20px 0;
  background: #2e64a2; }
  .newsletter-register h5,
  .newsletter-register .copytext {
    text-align: center;
    color: #ffffff; }
  .newsletter-register h5 {
    margin: 40px 0; }
  .newsletter-register .copytext {
    margin: 0 0 40px 0; }
    .newsletter-register .copytext .newsletter-register-success,
    .newsletter-register .copytext .newsletter-register-errorEmail,
    .newsletter-register .copytext .newsletter-register-error {
      display: none; }
    .newsletter-register .copytext .newsletter-register-success {
      color: #659412; }
    .newsletter-register .copytext .newsletter-register-errorEmail,
    .newsletter-register .copytext .newsletter-register-error {
      color: #c20000; }
  .newsletter-register form {
    margin: 0 0 85px 0;
    text-align: center; }
    .newsletter-register form .buttoncounterweight {
      display: inline-block;
      width: 65px;
      margin-right: 10px;
      vertical-align: top; }
      @media only screen and (max-width: 40em) {
        .newsletter-register form .buttoncounterweight {
          display: none; } }
    .newsletter-register form input {
      font-family: "TheSansPlain";
      font-size: 1.0625rem;
      display: inline-block;
      width: calc(100% - 80px);
      max-width: 400px;
      height: 52px;
      padding: 0 10px;
      text-align: center;
      vertical-align: top;
      color: #133e80;
      border: none;
      border-radius: 0; }
      @media only screen and (max-width: 40em) {
        .newsletter-register form input {
          text-align: left; } }
      .newsletter-register form input::-webkit-input-placeholder {
        color: #133e80; }
      .newsletter-register form input::-moz-placeholder {
        color: #133e80; }
      .newsletter-register form input:-ms-input-placeholder {
        color: #133e80; }
      .newsletter-register form input.error {
        color: #c20000;
        border-bottom: 4px solid #c20000; }
    .newsletter-register form button {
      font-family: "TheSansLight";
      font-size: 30px;
      line-height: 52px;
      display: inline-block;
      width: 65px;
      height: 52px;
      margin-left: 10px;
      cursor: pointer;
      transition: background-color 250ms;
      text-align: center;
      vertical-align: top;
      color: #ffffff;
      border: none;
      background-color: #133e80; }
      .newsletter-register form button:hover {
        background-color: #1f4786; }
      .newsletter-register form button.busy {
        background-image: url(../img/ajax-loader-blue.gif);
        background-repeat: no-repeat;
        background-position: center center; }
        .newsletter-register form button.busy span {
          display: none; }

.search-result {
  position: relative;
  padding: 0;
  color: #ffffff;
  background: #f5f5f3 center center no-repeat;
  background-size: cover; }
  .search-result .color-overlay .search-result-content {
    position: absolute;
    bottom: 10px;
    width: 80%; }
  .search-result.job h3,
  .search-result.job h4,
  .search-result.job h5,
  .search-result.job .copytext, .search-result.article h3,
  .search-result.article h4,
  .search-result.article h5,
  .search-result.article .copytext {
    color: #659412 !important; }
  .search-result.article:hover .color-overlay, .search-result.job:hover .color-overlay {
    background: rgba(101, 148, 18, 0.8); }
  .search-result:nth-child(even) {
    background-color: #f0f0f0; }
    .search-result:nth-child(even) .color-overlay {
      background: rgba(240, 240, 240, 0.8); }
  .search-result:last-child {
    float: left; }
  .search-result.green .color-overlay .download {
    background: url(../img/icons/download-green.svg) no-repeat; }
    .search-result.green .color-overlay .download:hover {
      background-image: url(../img/icons/download-green-hover.svg); }
  .search-result.green .color-overlay .preview {
    background: url(../img/icons/preview-green.svg) no-repeat; }
    .search-result.green .color-overlay .preview:hover {
      background-image: url(../img/icons/preview-green-hover.svg); }
  .search-result.green .color-overlay h3,
  .search-result.green .color-overlay h4,
  .search-result.green .color-overlay h5,
  .search-result.green .color-overlay .copytext {
    color: #659412 !important; }
  .search-result.green:hover .color-overlay {
    background: rgba(101, 148, 18, 0.8); }
  .search-result:hover .color-overlay {
    background: rgba(31, 71, 134, 0.8); }
    .search-result:hover .color-overlay .download {
      background: url(../img/icons/download.svg) no-repeat; }
      .search-result:hover .color-overlay .download:hover {
        background-image: url(../img/icons/download-hover.svg); }
    .search-result:hover .color-overlay .preview {
      background: url(../img/icons/preview.svg) no-repeat; }
      .search-result:hover .color-overlay .preview:hover {
        background-image: url(../img/icons/preview-hover.svg); }
    .search-result:hover .color-overlay h3,
    .search-result:hover .color-overlay h4,
    .search-result:hover .color-overlay h5,
    .search-result:hover .color-overlay .copytext,
    .search-result:hover .color-overlay .copytext p {
      color: #ffffff !important; }
  .search-result .color-overlay {
    width: 100%;
    padding: 30px 40px;
    background: rgba(245, 245, 243, 0.8); }
    .search-result .color-overlay .preview,
    .search-result .color-overlay .download {
      position: absolute;
      top: 30px;
      right: 30px;
      width: 37px;
      height: 37px;
      transition: opacity 250ms;
      background: url(../img/icons/download-blue.svg) no-repeat;
      background-size: 37px 37px; }
      @media only screen and (max-width: 40em) {
        .search-result .color-overlay .preview,
        .search-result .color-overlay .download {
          top: 20px;
          right: 20px; } }
      .search-result .color-overlay .preview:hover,
      .search-result .color-overlay .download:hover {
        background-image: url(../img/icons/download-blue-hover.svg); }
    .search-result .color-overlay .preview {
      right: 90px;
      width: 50px;
      height: 36px;
      background: url(../img/icons/preview-blue.svg) no-repeat;
      background-size: 50px 36px; }
      @media only screen and (max-width: 40em) {
        .search-result .color-overlay .preview {
          right: 75px; } }
      .search-result .color-overlay .preview:hover {
        background-image: url(../img/icons/preview-blue-hover.svg); }
    .search-result .color-overlay h3 {
      font-size: 25px;
      margin: 0 0 10px 0;
      color: #2e64a2; }
    .search-result .color-overlay h4 {
      color: #2e64a2; }
    .search-result .color-overlay h5 {
      font-size: 1.1875rem;
      margin: 0 0 5px 0;
      color: #2e64a2; }
    .search-result .color-overlay .copytext {
      color: #2e64a2; }
    .search-result .color-overlay .info {
      margin-top: 15px; }
      @media only screen and (max-width: 40em) {
        .search-result .color-overlay .info {
          display: none; } }
    .search-result .color-overlay .full-infos {
      display: none; }

@media only screen and (min-width: 40.0625em) {
  .press-detail-wrapper .press-detail-padding {
    height: 100px; } }

@media only print {
  .press-detail-wrapper .press-detail-padding {
    display: none; } }

.press-detail-wrapper .press-detail-no-padding {
  padding: 0; }
  @media only screen and (min-width: 40.0625em) {
    .press-detail-wrapper .press-detail-no-padding {
      padding: 0; } }

.press-detail-wrapper .press-detail-header {
  position: relative;
  margin-top: 60px;
  padding: 100px 50px 75px 50px;
  background: #2e64a2; }
  @media only print {
    .press-detail-wrapper .press-detail-header {
      margin-top: 0; } }
  @media only screen and (max-width: 40em) {
    .press-detail-wrapper .press-detail-header {
      margin-bottom: 30px;
      padding: 100px 1.1rem 25px 1.1rem; }
      .press-detail-wrapper .press-detail-header h2 {
        font-size: 1.25rem; } }
  .press-detail-wrapper .press-detail-header h2,
  .press-detail-wrapper .press-detail-header h3 {
    margin: 0;
    color: #ffffff !important; }
  .press-detail-wrapper .press-detail-header .press-date {
    font-size: 1.1875rem;
    position: absolute;
    top: 50px;
    left: 50px;
    color: #ffffff; }
    @media only screen and (max-width: 40em) {
      .press-detail-wrapper .press-detail-header .press-date {
        font-size: 0.8125rem;
        top: 75px;
        left: 1.1rem; } }
  .press-detail-wrapper .press-detail-header .print {
    position: absolute;
    top: 40px;
    right: 50px;
    width: 37px;
    height: 41px;
    cursor: pointer; }
    @media only screen and (max-width: 40em) {
      .press-detail-wrapper .press-detail-header .print {
        top: 1.1rem;
        right: 1.1rem; } }
    .press-detail-wrapper .press-detail-header .print:before, .press-detail-wrapper .press-detail-header .print:after {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 37px;
      height: 41px;
      content: '';
      transition: opacity 250ms;
      background: url(../img/icons/print.svg) no-repeat;
      background-size: 37px 41px; }
    .press-detail-wrapper .press-detail-header .print:after {
      opacity: 0;
      background-image: url(../img/icons/print-hover.svg); }
    .press-detail-wrapper .press-detail-header .print:hover:before {
      opacity: 0; }
    .press-detail-wrapper .press-detail-header .print:hover:after {
      opacity: 1; }
  .press-detail-wrapper .press-detail-header .press-intro {
    font-family: "TheSansSemiboldItalic";
    font-size: 1.1875rem;
    line-height: 1.75;
    margin: 80px 0 0 58px;
    color: #ffffff; }
    .press-detail-wrapper .press-detail-header .press-intro p {
      color: #ffffff; }
    @media only screen and (max-width: 40em) {
      .press-detail-wrapper .press-detail-header .press-intro {
        font-size: 0.8125rem;
        margin: 30px 0 0 0; } }

.press-detail-wrapper .press-detail-content {
  padding: 0 1.1rem 0 1.1rem; }
  @media only screen and (min-width: 40.0625em) {
    .press-detail-wrapper .press-detail-content {
      padding: 0 50px 0 50px; } }

@media only screen and (min-width: 40.0625em) {
  .press-detail-wrapper .content-text {
    margin-left: 70px; } }

@media only screen and (min-width: 40.0625em) {
  .press-detail-wrapper .content-text .copytext.overlay {
    margin-top: 40px; }
    .press-detail-wrapper .content-text .copytext.overlay .content-text-highlight.topleft, .press-detail-wrapper .content-text .copytext.overlay .content-text-highlight.topright {
      position: relative;
      top: -67px;
      margin-bottom: -67px; }
    .press-detail-wrapper .content-text .copytext.overlay .content-text-highlight.topright, .press-detail-wrapper .content-text .copytext.overlay .content-text-highlight.bottomright {
      margin-right: -20%; } }

.press-detail-wrapper .content-text .copytext h3 {
  margin-bottom: 15px; }

@media only screen and (min-width: 40.0625em) {
  .job-detail-wrapper .job-detail-padding {
    height: 100px; } }

@media only print {
  .job-detail-wrapper .job-detail-padding {
    display: none; } }

.job-detail-wrapper .job-detail-header {
  position: relative;
  margin-top: 60px;
  padding: 100px 50px 50px 50px;
  background: #659412; }
  @media only print {
    .job-detail-wrapper .job-detail-header {
      margin-top: 0;
      padding: 50px 0 20px 20px; } }
  @media only screen and (max-width: 40em) {
    .job-detail-wrapper .job-detail-header {
      padding: 100px 1.1rem 25px 1.1rem; } }
  @media only screen and (max-width: 40em) {
    .job-detail-wrapper .job-detail-header h2 {
      font-size: 1.25rem; } }
  @media only print {
    .job-detail-wrapper .job-detail-header h2 {
      font-size: 1.25rem; } }
  @media only print {
    .job-detail-wrapper .job-detail-header h3 {
      font-size: 1.125rem; } }
  .job-detail-wrapper .job-detail-header h2,
  .job-detail-wrapper .job-detail-header h3 {
    margin: 0;
    color: #ffffff !important; }
  .job-detail-wrapper .job-detail-header .topright {
    position: absolute;
    top: 40px;
    right: 30px; }
    @media only print {
      .job-detail-wrapper .job-detail-header .topright {
        display: none; } }
    @media only screen and (max-width: 40em) {
      .job-detail-wrapper .job-detail-header .topright {
        top: 1.1rem;
        right: 1.1rem; } }
    .job-detail-wrapper .job-detail-header .topright .print {
      position: relative;
      display: block;
      float: left;
      width: 37px;
      height: 41px;
      margin: 0 10px; }
      .job-detail-wrapper .job-detail-header .topright .print:before, .job-detail-wrapper .job-detail-header .topright .print:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 37px;
        height: 41px;
        content: '';
        transition: opacity 250ms;
        background: url(../img/icons/print.svg) no-repeat;
        background-size: 37px 41px; }
      .job-detail-wrapper .job-detail-header .topright .print:after {
        opacity: 0;
        background-image: url(../img/icons/print-hover.svg); }
      .job-detail-wrapper .job-detail-header .topright .print:hover:before {
        opacity: 0; }
      .job-detail-wrapper .job-detail-header .topright .print:hover:after {
        opacity: 1; }
    .job-detail-wrapper .job-detail-header .topright .download {
      position: relative;
      display: block;
      float: left;
      width: 37px;
      height: 37px;
      margin: 0 10px; }
      .job-detail-wrapper .job-detail-header .topright .download:before, .job-detail-wrapper .job-detail-header .topright .download:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 37px;
        height: 37px;
        content: '';
        transition: opacity 250ms;
        background: url(../img/icons/download.svg) no-repeat;
        background-size: 37px 37px; }
      .job-detail-wrapper .job-detail-header .topright .download:after {
        opacity: 0;
        background-image: url(../img/icons/download-hover.svg); }
      .job-detail-wrapper .job-detail-header .topright .download:hover:before {
        opacity: 0; }
      .job-detail-wrapper .job-detail-header .topright .download:hover:after {
        opacity: 1; }
    .job-detail-wrapper .job-detail-header .topright .email {
      position: relative;
      display: block;
      float: left;
      width: 53px;
      height: 42px;
      margin: 0 0 0 10px; }
      .job-detail-wrapper .job-detail-header .topright .email:before, .job-detail-wrapper .job-detail-header .topright .email:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 53px;
        height: 42px;
        content: '';
        transition: opacity 250ms;
        background: url(../img/icons/email.svg) no-repeat;
        background-size: 53px 42px; }
      .job-detail-wrapper .job-detail-header .topright .email:after {
        opacity: 0;
        background-image: url(../img/icons/email-hover.svg); }
      .job-detail-wrapper .job-detail-header .topright .email:hover:before {
        opacity: 0; }
      .job-detail-wrapper .job-detail-header .topright .email:hover:after {
        opacity: 1; }
  .job-detail-wrapper .job-detail-header .job-info {
    margin-top: 50px; }
    @media only print {
      .job-detail-wrapper .job-detail-header .job-info {
        margin-top: 20px; } }
    @media only screen and (max-width: 40em) {
      .job-detail-wrapper .job-detail-header .job-info br {
        display: none; } }
    .job-detail-wrapper .job-detail-header .job-info p {
      margin: 0;
      color: #ffffff; }
      @media only print {
        .job-detail-wrapper .job-detail-header .job-info p {
          display: inline-block;
          width: auto;
          float: left; } }

.job-detail-wrapper .job-intro {
  margin-top: 30px;
  padding: 0;
  min-height: 190px; }

.job-detail-wrapper .job-overlay {
  position: absolute;
  z-index: 30;
  padding: 20px 30px 25px 45px;
  background: #f5f5f3; }
  @media only print {
    .job-detail-wrapper .job-overlay {
      position: relative;
      margin-top: -220px;
      padding: 0; } }
  @media only screen and (max-width: 40em) {
    .job-detail-wrapper .job-overlay {
      top: 20px;
      left: 1.1rem;
      width: calc(100% - 2.2rem); } }
  @media only screen and (min-width: 40.0625em) {
    .job-detail-wrapper .job-overlay {
      top: -60px;
      right: -12.5%; } }
  .job-detail-wrapper .job-overlay p.green {
    color: #659412; }
  .job-detail-wrapper .job-overlay h3 {
    margin-top: 0;
    margin-bottom: 0;
    color: #636363 !important; }
  .job-detail-wrapper .job-overlay .button {
    width: 70%;
    margin: 0; }
    @media only print {
      .job-detail-wrapper .job-overlay .button {
        text-align: left; } }
    @media only screen and (max-width: 40em) {
      .job-detail-wrapper .job-overlay .button {
        width: 100%; } }

@media only print {
  .job-detail-wrapper .content-wrapper ul {
    list-style: disc;
    list-style-position: inside; }
  .job-detail-wrapper .content-wrapper li {
    padding: 0 0 5px 0; }
  .job-detail-wrapper .content-wrapper li:before {
    display: none; } }

.recommend-job-wrapper {
  position: absolute;
  z-index: 300;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 50px 0;
  background: #ffffff; }
  @media only screen and (min-width: 40.0625em) {
    .recommend-job-wrapper {
      top: 220px;
      left: 50%;
      width: 75%;
      max-width: 1024px;
      padding: 80px 8.33333vw;
      transform: translateX(-55.666%); } }
  .recommend-job-wrapper.show {
    display: block; }
  .recommend-job-wrapper.form h3 {
    margin-top: 0; }
  .recommend-job-wrapper.form .closebtn {
    position: absolute;
    top: 35px;
    right: 35px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: #000000; }
  .recommend-job-wrapper.form textarea {
    height: 120px; }
  .recommend-job-wrapper.form .right {
    float: right; }

.recommend-job-blocker {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.72); }
  .recommend-job-blocker.show {
    display: block; }

.brand-teaser-main {
  position: relative;
  margin-bottom: 3.75rem; }
  .brand-teaser-main .brand-teaser-wrapper {
    padding: 1.1rem;
    background: #659412; }
    @media only screen and (max-width: 40em) {
      .brand-teaser-main .brand-teaser-wrapper {
        position: absolute;
        top: 0;
        left: 0; } }
    @media only screen and (min-width: 40.0625em) {
      .brand-teaser-main .brand-teaser-wrapper {
        padding: 2.5rem; } }
    @media only screen and (min-width: 64.0625em) {
      .brand-teaser-main .brand-teaser-wrapper {
        padding: 5.125rem; } }
    .brand-teaser-main .brand-teaser-wrapper .brand-teaser {
      font-family: "TheSansSemiboldItalic";
      font-size: 21px;
      line-height: 25px;
      position: relative;
      padding: 0;
      cursor: pointer;
      transition: background-color 250ms;
      background: #f5f5f3 center center no-repeat;
      background-size: contain; }
      @media only screen and (max-width: 40em) {
        .brand-teaser-main .brand-teaser-wrapper .brand-teaser {
          background-attachment: scroll; }
          .brand-teaser-main .brand-teaser-wrapper .brand-teaser:nth-child(even) {
            background-color: #f0f0f0; }
          .brand-teaser-main .brand-teaser-wrapper .brand-teaser a {
            font-size: 0.6875rem;
            line-height: 14px; } }
      @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
        .brand-teaser-main .brand-teaser-wrapper .brand-teaser:nth-child(2), .brand-teaser-main .brand-teaser-wrapper .brand-teaser:nth-child(4), .brand-teaser-main .brand-teaser-wrapper .brand-teaser:nth-child(5), .brand-teaser-main .brand-teaser-wrapper .brand-teaser:nth-child(7), .brand-teaser-main .brand-teaser-wrapper .brand-teaser:nth-child(10), .brand-teaser-main .brand-teaser-wrapper .brand-teaser:nth-child(12) {
          background-color: #f0f0f0; } }
      @media only screen and (min-width: 64.0625em) {
        .brand-teaser-main .brand-teaser-wrapper .brand-teaser:nth-child(2), .brand-teaser-main .brand-teaser-wrapper .brand-teaser:nth-child(4), .brand-teaser-main .brand-teaser-wrapper .brand-teaser:nth-child(6), .brand-teaser-main .brand-teaser-wrapper .brand-teaser:nth-child(7), .brand-teaser-main .brand-teaser-wrapper .brand-teaser:nth-child(9), .brand-teaser-main .brand-teaser-wrapper .brand-teaser:nth-child(11) {
          background-color: #f0f0f0; } }
      .brand-teaser-main .brand-teaser-wrapper .brand-teaser:hover {
        background-color: #ffffff; }
      .brand-teaser-main .brand-teaser-wrapper .brand-teaser a {
        display: block;
        transition: color 250ms;
        color: #878787; }
        .brand-teaser-main .brand-teaser-wrapper .brand-teaser a:hover {
          color: #659412; }
      .brand-teaser-main .brand-teaser-wrapper .brand-teaser.linkpadding {
        font-size: 22px;
        padding: 25px; }
  .brand-teaser-main .brand-teaser-content-wrapper {
    width: 100%;
    max-width: 85.25em;
    margin: 0 auto;
    background: #659412; }
    @media only screen and (max-width: 40em) {
      .brand-teaser-main .brand-teaser-content-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        display: none; } }
    .brand-teaser-main .brand-teaser-content-wrapper .mask {
      position: relative;
      overflow: hidden;
      width: 100%; }
      .brand-teaser-main .brand-teaser-content-wrapper .mask .holder {
        position: absolute;
        z-index: 10;
        transition: transform 0.6s ease; }
        .brand-teaser-main .brand-teaser-content-wrapper .mask .holder .brand-teaser-content {
          position: relative;
          float: left;
          padding: 1.1rem; }
          @media only screen and (max-width: 40em) {
            .brand-teaser-main .brand-teaser-content-wrapper .mask .holder .brand-teaser-content {
              position: absolute;
              bottom: 1.1rem;
              display: none; } }
          @media only screen and (min-width: 40.0625em) {
            .brand-teaser-main .brand-teaser-content-wrapper .mask .holder .brand-teaser-content {
              padding: 2.5rem; } }
          @media only screen and (min-width: 64.0625em) {
            .brand-teaser-main .brand-teaser-content-wrapper .mask .holder .brand-teaser-content {
              padding: 5.125rem; } }
          .brand-teaser-main .brand-teaser-content-wrapper .mask .holder .brand-teaser-content .background {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover; }
          .brand-teaser-main .brand-teaser-content-wrapper .mask .holder .brand-teaser-content .info {
            width: 70%;
            padding: 0; }
            @media only screen and (min-width: 64.0625em) {
              .brand-teaser-main .brand-teaser-content-wrapper .mask .holder .brand-teaser-content .info {
                width: 50%; } }
            @media only screen and (max-width: 40em) {
              .brand-teaser-main .brand-teaser-content-wrapper .mask .holder .brand-teaser-content .info {
                width: 100%;
                padding-top: 1.1rem; } }
            .brand-teaser-main .brand-teaser-content-wrapper .mask .holder .brand-teaser-content .info .logo {
              position: relative;
              width: 30%;
              padding: 0;
              background: #f0f0f0 center center no-repeat;
              background-size: 100%; }
              @media only screen and (max-width: 40em) {
                .brand-teaser-main .brand-teaser-content-wrapper .mask .holder .brand-teaser-content .info .logo {
                  display: none; } }
            .brand-teaser-main .brand-teaser-content-wrapper .mask .holder .brand-teaser-content .info .text {
              position: relative;
              width: 70%;
              padding: 40px;
              background: #f5f5f3; }
              @media only screen and (min-width: 40.0625em) {
                .brand-teaser-main .brand-teaser-content-wrapper .mask .holder .brand-teaser-content .info .text {
                  overflow-y: auto; } }
              @media only screen and (max-width: 40em) {
                .brand-teaser-main .brand-teaser-content-wrapper .mask .holder .brand-teaser-content .info .text {
                  overflow: none;
                  width: 100%;
                  padding: 1.1rem; } }
              .brand-teaser-main .brand-teaser-content-wrapper .mask .holder .brand-teaser-content .info .text h3 {
                margin: 0;
                color: #878787; }
                .brand-teaser-main .brand-teaser-content-wrapper .mask .holder .brand-teaser-content .info .text h3.subline {
                  font-size: 21px; }
              .brand-teaser-main .brand-teaser-content-wrapper .mask .holder .brand-teaser-content .info .text .copytext {
                margin: 15px 0;
                color: #878787; }
                @media only screen and (max-width: 40em) {
                  .brand-teaser-main .brand-teaser-content-wrapper .mask .holder .brand-teaser-content .info .text .copytext {
                    margin-top: 10px; } }
              .brand-teaser-main .brand-teaser-content-wrapper .mask .holder .brand-teaser-content .info .text a {
                font-family: "TheSansSemiboldItalic";
                font-size: 21px;
                transition: color 250ms;
                color: #878787; }
                .brand-teaser-main .brand-teaser-content-wrapper .mask .holder .brand-teaser-content .info .text a:hover {
                  color: #659412; }
              .brand-teaser-main .brand-teaser-content-wrapper .mask .holder .brand-teaser-content .info .text .closebtn {
                font-family: "TheSansLight";
                font-size: 25px;
                line-height: .8;
                position: absolute;
                top: 0;
                right: 0;
                padding: 10px;
                cursor: pointer;
                color: #878787; }
                @media only screen and (min-width: 40.0625em) {
                  .brand-teaser-main .brand-teaser-content-wrapper .mask .holder .brand-teaser-content .info .text .closebtn {
                    display: none; } }

.innovation-teaser {
  margin-bottom: 100px; }
  @media only screen and (max-width: 40em) {
    .innovation-teaser div:nth-of-type(2) div:nth-of-type(2) {
      background-color: #f0f0f0; }
      .innovation-teaser div:nth-of-type(2) div:nth-of-type(2) h3, .innovation-teaser div:nth-of-type(2) div:nth-of-type(2) h5, .innovation-teaser div:nth-of-type(2) div:nth-of-type(2) .copytext {
        color: #2e64a2 !important; }
    .innovation-teaser div:nth-of-type(2) .innovation-teaser-content.white {
      background-color: #2e64a2 !important; }
      .innovation-teaser div:nth-of-type(2) .innovation-teaser-content.white h3, .innovation-teaser div:nth-of-type(2) .innovation-teaser-content.white h5, .innovation-teaser div:nth-of-type(2) .innovation-teaser-content.white .copytext {
        color: #ffffff !important; } }
  .innovation-teaser .innovation-teaser-main {
    background-color: #2e64a2; }
    .innovation-teaser .innovation-teaser-main.hover, .innovation-teaser .innovation-teaser-main:hover {
      background-color: #28588e; }
      .innovation-teaser .innovation-teaser-main.hover:after, .innovation-teaser .innovation-teaser-main:hover:after {
        border-color: transparent #28588e transparent transparent; }
    .innovation-teaser .innovation-teaser-main .columns {
      float: right; }
  .innovation-teaser .innovation-teaser-row {
    position: relative; }
    @media only screen and (min-width: 40.0625em) {
      .innovation-teaser .innovation-teaser-row {
        top: -15px; } }
  .innovation-teaser .innovation-teaser-image {
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .innovation-teaser .innovation-teaser-image:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      transition: opacity 250ms;
      opacity: 0;
      background: rgba(255, 255, 255, 0.2); }
    .innovation-teaser .innovation-teaser-image.hover:after, .innovation-teaser .innovation-teaser-image:hover:after {
      opacity: 1; }
  .innovation-teaser .innovation-teaser-content {
    float: left;
    padding: 40px;
    transition: background-color 250ms;
    background-color: #2e64a2; }
    @media only screen and (max-width: 40em) {
      .innovation-teaser .innovation-teaser-content:after {
        display: none !important; }
      .innovation-teaser .innovation-teaser-content:nth-child(odd):after {
        border-color: transparent transparent #133e80 transparent; } }
    .innovation-teaser .innovation-teaser-content:after {
      position: absolute;
      top: 60px;
      left: -12px;
      display: block;
      width: 0;
      height: 0;
      content: '';
      transition: border-color 250ms;
      border-width: 12px 12px 12px 0;
      border-style: solid;
      border-color: transparent #2e64a2 transparent transparent; }
    .innovation-teaser .innovation-teaser-content:nth-child(odd) {
      background-color: #133e80; }
      .innovation-teaser .innovation-teaser-content:nth-child(odd):after {
        transition: border-color 250ms;
        border-color: transparent #133e80 transparent transparent; }
      .innovation-teaser .innovation-teaser-content:nth-child(odd).hover, .innovation-teaser .innovation-teaser-content:nth-child(odd):hover {
        background-color: #10336a; }
        .innovation-teaser .innovation-teaser-content:nth-child(odd).hover:after, .innovation-teaser .innovation-teaser-content:nth-child(odd):hover:after {
          border-color: transparent #10336a transparent transparent; }
    .innovation-teaser .innovation-teaser-content.hover, .innovation-teaser .innovation-teaser-content:hover {
      background-color: #28588e; }
      .innovation-teaser .innovation-teaser-content.hover:after, .innovation-teaser .innovation-teaser-content:hover:after {
        border-color: transparent #28588e transparent transparent; }
    .innovation-teaser .innovation-teaser-content h5,
    .innovation-teaser .innovation-teaser-content h3,
    .innovation-teaser .innovation-teaser-content .copytext,
    .innovation-teaser .innovation-teaser-content .bodytext {
      transition: color 250ms;
      color: #ffffff !important; }
    .innovation-teaser .innovation-teaser-content.white {
      transition: background-color 250ms ease;
      background-color: #f5f5f3; }
      @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
        .innovation-teaser .innovation-teaser-content.white {
          width: 100% !important; } }
      .innovation-teaser .innovation-teaser-content.white:after {
        display: none; }
      .innovation-teaser .innovation-teaser-content.white:hover {
        background-color: #ffffff; }
        .innovation-teaser .innovation-teaser-content.white:hover:after {
          border-color: transparent #ffffff transparent transparent; }
      .innovation-teaser .innovation-teaser-content.white h5,
      .innovation-teaser .innovation-teaser-content.white h3,
      .innovation-teaser .innovation-teaser-content.white .copytext,
      .innovation-teaser .innovation-teaser-content.white .bodytext {
        color: #2e64a2 !important; }
      .innovation-teaser .innovation-teaser-content.white:nth-child(odd) {
        background-color: #f0f0f0 !important; }
        .innovation-teaser .innovation-teaser-content.white:nth-child(odd):hover {
          background-color: #ffffff !important; }
    .innovation-teaser .innovation-teaser-content a {
      transition: color 250ms; }
      .innovation-teaser .innovation-teaser-content a:hover {
        font-family: "TheSansPlain"; }
    .innovation-teaser .innovation-teaser-content h5 {
      margin: 0 0 20px 0; }
    .innovation-teaser .innovation-teaser-content h3 {
      margin: 0 0 25px 0; }
  @media only screen and (max-width: 40em) {
    .innovation-teaser .innovation-teaser-row.mainpadding {
      padding: 0; } }

.accordion-wrapper {
  margin-bottom: 10px;
  margin-right: -13px;
  margin-left: -13px;
  font-family: "TheSansLight"; }
  @media only screen and (min-width: 40.0625em) {
    .accordion-wrapper {
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 7px; } }
  @media only screen and (min-width: 64.0625em) {
    .accordion-wrapper {
      max-width: 1024px !important; } }
  .accordion-wrapper .accordion-title {
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    padding: 13px 50px 13px 18px;
    letter-spacing: 0px;
    cursor: pointer;
    color: #636363 !important;
    background-color: #f2f2f2;
    background: #f2f2f2 url(../img/icons/accordion-down-blue.svg) no-repeat !important;
    background-size: 13px 8px !important;
    background-position: right 20px center !important; }
    @media only screen and (min-width: 40.0625em) {
      .accordion-wrapper .accordion-title {
        padding: 10px 60px 10px 24px;
        font-size: 17px;
        line-height: 20px; } }
    .accordion-wrapper .accordion-title.open {
      background-size: 13px 8px !important;
      background-image: url(../img/icons/accordion-up-blue.svg) !important; }
    .accordion-wrapper .accordion-title:hover {
      color: #133e80 !important; }
    @media only screen and (min-width: 40.0625em) {
      .accordion-wrapper .accordion-title {
        background-position: right 27px center !important; } }
  .accordion-wrapper .accordion-body {
    display: none;
    line-height: 27px;
    font-size: 17px;
    background-color: #f2f2f299;
    padding: 25px 18px; }
    @media only screen and (min-width: 40.0625em) {
      .accordion-wrapper .accordion-body {
        padding: 48px 64px; } }
    .accordion-wrapper .accordion-body .mainpadding,
    .accordion-wrapper .accordion-body .content-text {
      margin: 0;
      padding: 0; }
    .accordion-wrapper .accordion-body .scroll-animated {
      transform: translateY(0) scale(1) !important;
      opacity: 1 !important; }

.form {
  margin-bottom: 100px; }
  .form .form-errors {
    line-height: 1.5;
    color: #c20000; }
  .form h3 {
    margin: 0px 0 30px 0; }
  .form h5 {
    margin: 10px 0 30px 0;
    color: #9f9f9f !important; }
  .form p {
    margin-bottom: 50px; }
  .form .label-row {
    margin-bottom: 30px; }
    .form .label-row a {
      text-decoration: underline;
      color: #2e64a2; }
  .form .spacer {
    height: 10px; }
    @media only screen and (max-width: 40em) {
      .form .spacer {
        display: none; } }
  .form textarea {
    font-family: "TheSansLight";
    font-size: 0.8125rem;
    width: 100%;
    height: 300px;
    padding: 15px;
    resize: none;
    color: #636363;
    border: 1px solid #989a98; }
    @media only screen and (min-width: 40.0625em) {
      .form textarea {
        font-size: 0.9375rem;
        height: 400px; } }
    @media only screen and (min-width: 64.0625em) {
      .form textarea {
        font-size: 1.0625rem; } }
    .form textarea.error {
      color: #c20000;
      border-bottom: 4px solid #c20000; }
  .form .charcounter {
    position: absolute;
    right: 1.1rem;
    bottom: 30px;
    color: #9f9f9f; }
  .form label {
    display: inline-block;
    margin: 0 30px 70px 2px;
    vertical-align: top; }
    .form label a {
      text-decoration: underline; }
    .form label.hide {
      display: none; }
  .form input[type='checkbox'] {
    display: inline-block;
    vertical-align: top; }
  .form input[type='checkbox'] + label {
    width: calc(100% - 30px);
    margin: 0 0 40px 2px; }
  .form input[type='text'],
  .form input[type='password'] {
    font-family: "TheSansLight";
    font-size: 0.8125rem;
    line-height: 30px;
    width: 100%;
    height: 30px;
    margin-bottom: 40px;
    color: #636363;
    border: 0;
    border-bottom: 1px solid #989a98; }
    @media only screen and (min-width: 40.0625em) {
      .form input[type='text'],
      .form input[type='password'] {
        font-size: 0.9375rem;
        line-height: 36px;
        height: 36px;
        margin-bottom: 70px; } }
    @media only screen and (min-width: 64.0625em) {
      .form input[type='text'],
      .form input[type='password'] {
        font-size: 1.0625rem;
        line-height: 40px;
        height: 40px; } }
    .form input[type='text'].error,
    .form input[type='password'].error {
      color: #c20000;
      border-bottom: 4px solid #c20000; }
  .form.move-login-form fieldset {
    border: none; }
  .form.move-login-form input[type='text'],
  .form.move-login-form input[type='password'] {
    height: 50px;
    text-align: center;
    border: 1px solid #989a98; }
    .form.move-login-form input[type='text']::-webkit-input-placeholder,
    .form.move-login-form input[type='password']::-webkit-input-placeholder {
      color: #dfdfdf; }
    .form.move-login-form input[type='text']::-moz-placeholder,
    .form.move-login-form input[type='password']::-moz-placeholder {
      color: #dfdfdf; }
    .form.move-login-form input[type='text']:-ms-input-placeholder,
    .form.move-login-form input[type='password']:-ms-input-placeholder {
      color: #dfdfdf; }
  .form.move-login-form input[type='text'] {
    margin-bottom: 1.6rem; }
  .form.move-login-form input[type='password'] {
    margin-bottom: 0.5rem; }
  .form.move-login-form h5 {
    font-family: "TheSansLight";
    font-size: 0.9375rem;
    margin-bottom: 2.5rem;
    color: #b7b7b4; }
  .form .float-label {
    font-family: "TheSansLight";
    font-size: 0.8125rem;
    position: absolute;
    top: 11px;
    left: 1.1rem;
    transition: all 300ms;
    pointer-events: none;
    color: #636363; }
    @media only screen and (min-width: 40.0625em) {
      .form .float-label {
        font-size: 0.9375rem; } }
    @media only screen and (min-width: 64.0625em) {
      .form .float-label {
        font-size: 1.0625rem; } }
    .form .float-label.focus {
      font-size: 0.5625rem;
      top: 40px;
      left: 1.1rem; }
      @media only screen and (min-width: 40.0625em) {
        .form .float-label.focus {
          font-size: 0.6875rem;
          top: 45px; } }
      @media only screen and (min-width: 64.0625em) {
        .form .float-label.focus {
          font-size: 0.8125rem;
          top: 50px; } }
  .form .filegroup.hide {
    display: none; }
  .form .filegroup .fileupload {
    width: 100%;
    margin-bottom: 40px;
    border: 1px solid #989a98; }
    .form .filegroup .fileupload.addfiles label {
      font-size: 0.9375rem; }
      @media only screen and (min-width: 40.0625em) {
        .form .filegroup .fileupload.addfiles label {
          font-size: 1.0625rem; } }
      @media only screen and (min-width: 64.0625em) {
        .form .filegroup .fileupload.addfiles label {
          font-size: 1.1875rem; } }
    .form .filegroup .fileupload label {
      font-family: "TheSansLight";
      font-size: 0.8125rem;
      width: 100%;
      margin: 0;
      padding: 15px;
      cursor: pointer;
      text-align: center;
      color: #636363; }
      @media only screen and (min-width: 40.0625em) {
        .form .filegroup .fileupload label {
          font-size: 0.9375rem; } }
      @media only screen and (min-width: 64.0625em) {
        .form .filegroup .fileupload label {
          font-size: 1.0625rem; } }
    .form .filegroup .fileupload input {
      display: none; }
  .form .filelabel {
    position: relative;
    height: 54px; }
    .form .filelabel span {
      font-size: 0.9375rem;
      line-height: 1.5;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: #9f9f9f; }
      @media only screen and (min-width: 40.0625em) {
        .form .filelabel span {
          font-size: 1.0625rem; } }
      @media only screen and (min-width: 64.0625em) {
        .form .filelabel span {
          font-size: 1.1875rem; } }
      .form .filelabel span .reset {
        font-family: "TheSansPlain";
        font-size: 1.1875rem;
        display: inline-block;
        padding: 0 8px;
        cursor: pointer; }
        @media only screen and (min-width: 40.0625em) {
          .form .filelabel span .reset {
            font-size: 21px; } }
        @media only screen and (min-width: 64.0625em) {
          .form .filelabel span .reset {
            font-size: 23px; } }
        .form .filelabel span .reset:hover {
          color: #c20000; }

.index-teaser-wrapper {
  position: relative;
  margin-bottom: 50px;
  padding-top: 75px; }
  .index-teaser-wrapper .index-filter-btn {
    font-family: "TheSansLight";
    font-size: 21px;
    line-height: 50px;
    position: absolute;
    top: 25px;
    right: 1.1rem;
    padding: 0 50px 0 20px;
    cursor: pointer;
    transition: background-color 250ms;
    color: #ffffff;
    background: #133e80; }
    @media only screen and (min-width: 40.0625em) {
      .index-teaser-wrapper .index-filter-btn {
        right: 2.5rem; } }
    @media only screen and (min-width: 64.0625em) {
      .index-teaser-wrapper .index-filter-btn {
        right: 5.125rem; } }
    .index-teaser-wrapper .index-filter-btn:hover {
      background-color: #2e64a2; }
      .index-teaser-wrapper .index-filter-btn:hover .icon:before {
        opacity: 0; }
      .index-teaser-wrapper .index-filter-btn:hover .icon:after {
        opacity: 1; }
    .index-teaser-wrapper .index-filter-btn.open .icon {
      background: url(../img/icons/close-white.svg) center center no-repeat; }
      .index-teaser-wrapper .index-filter-btn.open .icon:before, .index-teaser-wrapper .index-filter-btn.open .icon:after {
        display: none; }
    .index-teaser-wrapper .index-filter-btn.open:hover .icon {
      background-image: url(../img/icons/close-white.svg); }
    .index-teaser-wrapper .index-filter-btn .icon {
      position: absolute;
      top: 15px;
      right: 1.1rem;
      width: 20px;
      height: 20px; }
      .index-teaser-wrapper .index-filter-btn .icon:before, .index-teaser-wrapper .index-filter-btn .icon:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 20px;
        height: 20px;
        content: '';
        transition: opacity 250ms;
        background: url(../img/icons/filter.svg) no-repeat;
        background-size: 20px 20px; }
      .index-teaser-wrapper .index-filter-btn .icon:after {
        opacity: 0;
        background-image: url(../img/icons/filter-hover.svg); }
  .index-teaser-wrapper .index-filter {
    position: absolute;
    z-index: 30;
    top: 75px;
    right: 1.1rem;
    display: none;
    width: 320px;
    padding: 35px 20px 20px 20px;
    background: #ebebeb; }
    @media only screen and (min-width: 40.0625em) {
      .index-teaser-wrapper .index-filter {
        right: 2.5rem; } }
    @media only screen and (min-width: 64.0625em) {
      .index-teaser-wrapper .index-filter {
        right: 5.125rem; } }
    .index-teaser-wrapper .index-filter input[type='text'] {
      font-family: "TheSansLight";
      font-size: 1.1875rem;
      width: 100%;
      padding: 15px 20px;
      border: 1px solid #636363;
      background: #ebebeb; }
    .index-teaser-wrapper .index-filter label {
      font-family: "TheSansPlain";
      font-size: 1.1875rem;
      display: block;
      margin: 30px 0 10px 5px;
      color: #636363; }
    .index-teaser-wrapper .index-filter .index-filter-category label {
      font-family: "TheSansLight";
      margin: 0 0 10px 5px;
      cursor: pointer; }
    .index-teaser-wrapper .index-filter .range-slider-wrapper {
      margin-top: 30px; }
    .index-teaser-wrapper .index-filter .reset-button {
      font-family: "TheSansLight";
      font-size: 1.1875rem;
      line-height: 23px;
      float: left;
      width: 120px;
      margin-top: 35px;
      margin-left: 10px;
      padding: 4px 8px 3px 8px;
      cursor: pointer;
      transition: background-color 250ms;
      color: #636363;
      border: 1px solid #636363;
      background: #ebebeb url(../img/icons/close-grey.svg) 95px 7px no-repeat; }
      .index-teaser-wrapper .index-filter .reset-button:hover {
        background-color: #ffffff; }
    .index-teaser-wrapper .index-filter input[type='submit'] {
      font-family: "TheSansLight";
      font-size: 21px;
      line-height: 50px;
      float: right;
      width: 120px;
      margin-top: 35px;
      margin-right: 10px;
      cursor: pointer;
      transition: background-color 250ms;
      color: #ffffff;
      border: none;
      background: #133e80; }
      .index-teaser-wrapper .index-filter input[type='submit']:hover {
        background-color: #2e64a2; }
  .index-teaser-wrapper .index-teaser-loader {
    width: 100%;
    margin: 0 auto; }
    .index-teaser-wrapper .index-teaser-loader .index-teaser {
      padding: 0; }
      .index-teaser-wrapper .index-teaser-loader .index-teaser:last-child {
        float: left; }
      .index-teaser-wrapper .index-teaser-loader .index-teaser:hover .imgbg img {
        opacity: .8; }
      .index-teaser-wrapper .index-teaser-loader .index-teaser:hover h3 span:before {
        opacity: .25; }
      .index-teaser-wrapper .index-teaser-loader .index-teaser a {
        display: block; }
      .index-teaser-wrapper .index-teaser-loader .index-teaser .imgbg {
        background: #ffffff; }
        .index-teaser-wrapper .index-teaser-loader .index-teaser .imgbg img {
          width: 100%;
          transition: opacity 250ms ease-in-out; }
      .index-teaser-wrapper .index-teaser-loader .index-teaser h5 {
        margin: 15px 0 5px 0;
        color: #636363 !important; }
        @media only screen and (min-width: 40.0625em) {
          .index-teaser-wrapper .index-teaser-loader .index-teaser h5 {
            margin: 25px 20px 5px 0; } }
        @media only screen and (min-width: 64.0625em) {
          .index-teaser-wrapper .index-teaser-loader .index-teaser h5 {
            margin: 25px 20px 10px 0; } }
      .index-teaser-wrapper .index-teaser-loader .index-teaser h3 {
        margin: 0 20px 5px 0;
        color: #2e64a2; }
        @media only screen and (min-width: 40.0625em) {
          .index-teaser-wrapper .index-teaser-loader .index-teaser h3 {
            margin: 0 20px 10px 0; } }
        @media only screen and (min-width: 64.0625em) {
          .index-teaser-wrapper .index-teaser-loader .index-teaser h3 {
            margin: 0 20px 25px 0; } }
        .index-teaser-wrapper .index-teaser-loader .index-teaser h3 span {
          position: relative;
          display: inline-block; }
          .index-teaser-wrapper .index-teaser-loader .index-teaser h3 span:before {
            position: absolute;
            bottom: 2px;
            width: 100%;
            height: 6px;
            content: ' ';
            transition: opacity 250ms;
            opacity: 0;
            background: #2e64a2; }
      .index-teaser-wrapper .index-teaser-loader .index-teaser .copytext {
        margin-right: 20px; }
  .index-teaser-wrapper .load-more {
    position: relative;
    display: inline-block;
    font-family: "TheSansSemiboldItalic";
    font-size: 21px;
    width: 100%;
    height: 45px;
    cursor: pointer;
    text-align: center;
    color: #2e64a2;
    background: url(../img/icons/dropdown-down-blue.svg) center 95% no-repeat;
    background-size: 12px 8px; }
    .index-teaser-wrapper .load-more:hover {
      background-position: center 100%; }
    .index-teaser-wrapper .load-more.green {
      color: #659412;
      background-image: url(../img/icons/dropdown-down-green.svg); }
    .index-teaser-wrapper .load-more.topmargin {
      margin-top: 60px; }
    .index-teaser-wrapper .load-more.loading {
      animation: fading 1200ms infinite ease-in-out; }
    .index-teaser-wrapper .load-more.bottom-margin {
      margin-bottom: 30px; }
  .index-teaser-wrapper .more-infos {
    width: 100%;
    margin: 0 auto; }
    .index-teaser-wrapper .more-infos .copytext {
      text-align: center;
      color: #636363;
      font-size: 1.25rem; }

.range-slider-wrapper .range-slider {
  margin: 0 5px;
  border-bottom: 4px solid #133e80; }
  .range-slider-wrapper .range-slider:before, .range-slider-wrapper .range-slider:after {
    position: absolute;
    bottom: 0;
    display: block;
    width: 2px;
    height: 4px;
    content: ' ';
    background: #133e80; }
  .range-slider-wrapper .range-slider:before {
    left: 0; }
  .range-slider-wrapper .range-slider:after {
    right: 0; }
  .range-slider-wrapper .range-slider .left,
  .range-slider-wrapper .range-slider .middle,
  .range-slider-wrapper .range-slider .right {
    position: absolute;
    bottom: 0;
    left: calc(50% - 1px);
    display: block;
    width: 2px;
    height: 4px;
    background: #133e80; }
  .range-slider-wrapper .range-slider .left {
    left: calc(25% - 1px); }
  .range-slider-wrapper .range-slider .right {
    left: calc(75% - 1px); }
  .range-slider-wrapper .range-slider .ui-slider-handle {
    position: absolute;
    top: -2px;
    width: 0;
    height: 0;
    margin-left: -8px;
    cursor: pointer;
    transition: border-color 250ms;
    border-width: 13.9px 8px 0 8px;
    border-style: solid;
    border-color: #133e80 transparent transparent transparent; }
    .range-slider-wrapper .range-slider .ui-slider-handle:before {
      position: absolute;
      top: -23px;
      left: -8px;
      display: block;
      width: 16px;
      height: 10px;
      content: ' ';
      transition: background-color 250ms;
      background: #133e80; }
    .range-slider-wrapper .range-slider .ui-slider-handle:hover {
      border-color: #2e64a2 transparent transparent transparent; }
      .range-slider-wrapper .range-slider .ui-slider-handle:hover:before {
        background-color: #2e64a2; }

.range-slider-wrapper .range-slider-label-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 10px; }
  .range-slider-wrapper .range-slider-label-wrapper .range-slider-label {
    font-family: "TheSansLight";
    font-size: 1rem;
    float: left;
    width: 23%;
    text-align: center;
    color: #636363; }
    .range-slider-wrapper .range-slider-label-wrapper .range-slider-label:first-child {
      width: 15%;
      text-align: left; }
    .range-slider-wrapper .range-slider-label-wrapper .range-slider-label:last-child {
      width: 15%;
      text-align: right; }

.tab-container {
  margin-bottom: 90px; }
  .tab-container .tab-header-wrapper {
    margin: 0; }
    .tab-container .tab-header-wrapper .tab-header {
      font-family: "TheSansPlain";
      font-size: 0.8125rem;
      margin-top: 0px;
      padding: 30px 25px;
      cursor: pointer;
      color: #ffffff;
      background: #133e80; }
      @media only screen and (min-width: 40.0625em) {
        .tab-container .tab-header-wrapper .tab-header {
          font-size: 0.9375rem;
          margin-top: 20px; } }
      @media only screen and (min-width: 64.0625em) {
        .tab-container .tab-header-wrapper .tab-header {
          font-size: 1.0625rem; } }
      .tab-container .tab-header-wrapper .tab-header:nth-child(odd) {
        background: #1f4786; }
      .tab-container .tab-header-wrapper .tab-header.active {
        padding-top: 30px;
        background: rgba(19, 62, 128, 0.9); }
        @media only screen and (min-width: 40.0625em) {
          .tab-container .tab-header-wrapper .tab-header.active {
            margin-top: 0;
            padding-top: 50px; } }
  .tab-container .tab-content {
    display: none;
    margin: 0;
    padding: 60px 0 0 0;
    background: #f0f0f0; }
    @media only screen and (min-width: 40.0625em) {
      .tab-container .tab-content .mainpadding {
        padding: 0; } }
    .tab-container .tab-content.active {
      display: block; }
    .tab-container .tab-content h3:first-child {
      margin-top: 0; }

.googlemaps-wrapper {
  position: relative; }
  .googlemaps-wrapper .location-dropdown {
    position: absolute;
    z-index: 20;
    top: 20px;
    left: 20px;
    width: 220px;
    border: none;
    background: #133e80; }
    .googlemaps-wrapper .location-dropdown.open .active span {
      background-image: url(../img/icons/dropdown-up-white.svg); }
    .googlemaps-wrapper .location-dropdown .active {
      color: #ffffff; }
      .googlemaps-wrapper .location-dropdown .active:hover {
        background-color: #2e64a2; }
      .googlemaps-wrapper .location-dropdown .active span {
        background-image: url(../img/icons/dropdown-down-white.svg); }
  .googlemaps-wrapper #googlemaps {
    width: 100%;
    height: 490px;
    margin-bottom: 60px; }

.location-group {
  display: none; }
  .location-group .location-header h2 {
    margin-bottom: 25px;
    color: #2e64a2; }
  .location-group .location-header h5 {
    margin: 35px 0; }
  .location-group .location-wrapper {
    position: relative;
    padding: 50px 20px;
    color: #5f5d59;
    background: #fbfbfb; }
    @media only screen and (min-width: 40.0625em) {
      .location-group .location-wrapper {
        padding: 50px 40px; } }
    @media only screen and (min-width: 64.0625em) {
      .location-group .location-wrapper {
        padding: 50px 70px; } }
    .location-group .location-wrapper h3 {
      margin: 0 0 40px 0;
      color: #2e64a2; }
    .location-group .location-wrapper strong {
      display: block;
      margin-bottom: 2px; }
    .location-group .location-wrapper .small-margin {
      margin-bottom: 30px; }
    .location-group .location-wrapper .number,
    .location-group .location-wrapper .volume,
    .location-group .location-wrapper .employees,
    .location-group .location-wrapper .programme {
      padding-left: 40px;
      background-repeat: no-repeat;
      background-position: left top;
      background-size: 30px 30px; }
    .location-group .location-wrapper .number {
      background-image: url(../img/icons/genusstauglichkeit.svg); }
    .location-group .location-wrapper .volume {
      background-image: url(../img/icons/produktionsvolumen.svg); }
    .location-group .location-wrapper .employees {
      background-image: url(../img/icons/mitarbeiterzahl.svg); }
    .location-group .location-wrapper .programme {
      background-image: url(../img/icons/produktionsprogramm.svg); }
    .location-group .location-wrapper .aerial {
      font-family: "TheSansSemiboldItalic";
      position: absolute;
      bottom: 25px;
      letter-spacing: .5px; }
      .location-group .location-wrapper .aerial a:hover {
        color: #2e64a2; }
  .location-group .source {
    font-family: "TheSansLight";
    font-size: 0.875rem;
    margin-bottom: 60px;
    padding: 25px 70px;
    color: #5f5d59;
    background: #f5f5f3; }

.info-bubble {
  font-family: "TheSansLight";
  font-size: 1.0625rem;
  line-height: 1.6;
  box-sizing: border-box;
  color: #ffffff; }
  .info-bubble h4 {
    font-family: "TheSansLight";
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffff; }
  .info-bubble strong {
    display: block;
    letter-spacing: .5px; }
  .info-bubble a {
    font-family: "TheSansSemiboldItalic";
    letter-spacing: 1px;
    color: #ffffff; }
    .info-bubble a:hover {
      color: #dfdfdf; }
  .info-bubble ul {
    margin: 0; }
    .info-bubble ul li {
      padding-bottom: 0;
      padding-left: 20px; }
      .info-bubble ul li:before {
        border-width: 10px 0 10px 11px;
        margin-top: -10px; }

.dmk-gallery-detail-wrapper .gallery-back-btn h4 {
  margin-bottom: 20px;
  color: #2e64a2; }

.dmk-gallery-detail-wrapper .dmk-gallery-disclaimer {
  font-family: "TheSansSemiboldItalic";
  margin-bottom: 30px; }

.dmk-gallery-detail-wrapper .dmk-gallery-counter-wrapper {
  position: absolute;
  bottom: -400px; }
  @media only screen and (min-width: 40.0625em) {
    .dmk-gallery-detail-wrapper .dmk-gallery-counter-wrapper {
      position: relative;
      bottom: 0 !important; } }
  .dmk-gallery-detail-wrapper .dmk-gallery-counter-wrapper .dmk-gallery-counter {
    text-align: center; }
    @media only screen and (min-width: 40.0625em) {
      .dmk-gallery-detail-wrapper .dmk-gallery-counter-wrapper .dmk-gallery-counter {
        position: absolute;
        right: 0;
        bottom: 0; } }
    .dmk-gallery-detail-wrapper .dmk-gallery-counter-wrapper .dmk-gallery-counter .copytext {
      font-size: 1.25rem;
      color: #2e64a2;
      display: inline-block; }

.dmk-gallery-detail-wrapper .gallery-slider,
.dmk-gallery-detail-wrapper .gallery-slider-text,
.dmk-gallery-detail-wrapper .gallery-slider-overview {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden; }
  .dmk-gallery-detail-wrapper .gallery-slider .columns,
  .dmk-gallery-detail-wrapper .gallery-slider-text .columns,
  .dmk-gallery-detail-wrapper .gallery-slider-overview .columns {
    padding-right: 0;
    padding-left: 0; }
  .dmk-gallery-detail-wrapper .gallery-slider .mask,
  .dmk-gallery-detail-wrapper .gallery-slider-text .mask,
  .dmk-gallery-detail-wrapper .gallery-slider-overview .mask {
    overflow: hidden; }
  .dmk-gallery-detail-wrapper .gallery-slider .holder,
  .dmk-gallery-detail-wrapper .gallery-slider-text .holder,
  .dmk-gallery-detail-wrapper .gallery-slider-overview .holder {
    position: absolute;
    z-index: 10;
    transition: transform 0.6s ease; }
  .dmk-gallery-detail-wrapper .gallery-slider .slide,
  .dmk-gallery-detail-wrapper .gallery-slider-text .slide,
  .dmk-gallery-detail-wrapper .gallery-slider-overview .slide {
    position: relative;
    background-color: #f5f5f3;
    float: left; }
    .dmk-gallery-detail-wrapper .gallery-slider .slide .slider-image,
    .dmk-gallery-detail-wrapper .gallery-slider-text .slide .slider-image,
    .dmk-gallery-detail-wrapper .gallery-slider-overview .slide .slider-image {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
  .dmk-gallery-detail-wrapper .gallery-slider .slider-prev-btn,
  .dmk-gallery-detail-wrapper .gallery-slider .slider-next-btn,
  .dmk-gallery-detail-wrapper .gallery-slider-text .slider-prev-btn,
  .dmk-gallery-detail-wrapper .gallery-slider-text .slider-next-btn,
  .dmk-gallery-detail-wrapper .gallery-slider-overview .slider-prev-btn,
  .dmk-gallery-detail-wrapper .gallery-slider-overview .slider-next-btn {
    cursor: pointer; }
    .dmk-gallery-detail-wrapper .gallery-slider .slider-prev-btn:after,
    .dmk-gallery-detail-wrapper .gallery-slider .slider-next-btn:after,
    .dmk-gallery-detail-wrapper .gallery-slider-text .slider-prev-btn:after,
    .dmk-gallery-detail-wrapper .gallery-slider-text .slider-next-btn:after,
    .dmk-gallery-detail-wrapper .gallery-slider-overview .slider-prev-btn:after,
    .dmk-gallery-detail-wrapper .gallery-slider-overview .slider-next-btn:after {
      font-family: "Fontawesome";
      font-size: 40px;
      position: absolute;
      bottom: 20px;
      color: #133e80;
      transition: opacity 0.3s ease;
      z-index: 10;
      margin: -35px 0 0 -35px; }
      @media only screen and (min-width: 40.0625em) {
        .dmk-gallery-detail-wrapper .gallery-slider .slider-prev-btn:after,
        .dmk-gallery-detail-wrapper .gallery-slider .slider-next-btn:after,
        .dmk-gallery-detail-wrapper .gallery-slider-text .slider-prev-btn:after,
        .dmk-gallery-detail-wrapper .gallery-slider-text .slider-next-btn:after,
        .dmk-gallery-detail-wrapper .gallery-slider-overview .slider-prev-btn:after,
        .dmk-gallery-detail-wrapper .gallery-slider-overview .slider-next-btn:after {
          font-size: 70px;
          top: 50%; } }
    .dmk-gallery-detail-wrapper .gallery-slider .slider-prev-btn.hide,
    .dmk-gallery-detail-wrapper .gallery-slider .slider-next-btn.hide,
    .dmk-gallery-detail-wrapper .gallery-slider-text .slider-prev-btn.hide,
    .dmk-gallery-detail-wrapper .gallery-slider-text .slider-next-btn.hide,
    .dmk-gallery-detail-wrapper .gallery-slider-overview .slider-prev-btn.hide,
    .dmk-gallery-detail-wrapper .gallery-slider-overview .slider-next-btn.hide {
      pointer-events: none; }
      .dmk-gallery-detail-wrapper .gallery-slider .slider-prev-btn.hide:before, .dmk-gallery-detail-wrapper .gallery-slider .slider-prev-btn.hide:after,
      .dmk-gallery-detail-wrapper .gallery-slider .slider-next-btn.hide:before,
      .dmk-gallery-detail-wrapper .gallery-slider .slider-next-btn.hide:after,
      .dmk-gallery-detail-wrapper .gallery-slider-text .slider-prev-btn.hide:before,
      .dmk-gallery-detail-wrapper .gallery-slider-text .slider-prev-btn.hide:after,
      .dmk-gallery-detail-wrapper .gallery-slider-text .slider-next-btn.hide:before,
      .dmk-gallery-detail-wrapper .gallery-slider-text .slider-next-btn.hide:after,
      .dmk-gallery-detail-wrapper .gallery-slider-overview .slider-prev-btn.hide:before,
      .dmk-gallery-detail-wrapper .gallery-slider-overview .slider-prev-btn.hide:after,
      .dmk-gallery-detail-wrapper .gallery-slider-overview .slider-next-btn.hide:before,
      .dmk-gallery-detail-wrapper .gallery-slider-overview .slider-next-btn.hide:after {
        opacity: 0.3; }
  .dmk-gallery-detail-wrapper .gallery-slider .slider-prev-btn:after,
  .dmk-gallery-detail-wrapper .gallery-slider-text .slider-prev-btn:after,
  .dmk-gallery-detail-wrapper .gallery-slider-overview .slider-prev-btn:after {
    content: '\f104';
    left: 50px; }
    @media only screen and (min-width: 40.0625em) {
      .dmk-gallery-detail-wrapper .gallery-slider .slider-prev-btn:after,
      .dmk-gallery-detail-wrapper .gallery-slider-text .slider-prev-btn:after,
      .dmk-gallery-detail-wrapper .gallery-slider-overview .slider-prev-btn:after {
        left: 60px; } }
  .dmk-gallery-detail-wrapper .gallery-slider .slider-next-btn:after,
  .dmk-gallery-detail-wrapper .gallery-slider-text .slider-next-btn:after,
  .dmk-gallery-detail-wrapper .gallery-slider-overview .slider-next-btn:after {
    content: '\f105';
    right: 15px; }
    @media only screen and (min-width: 40.0625em) {
      .dmk-gallery-detail-wrapper .gallery-slider .slider-next-btn:after,
      .dmk-gallery-detail-wrapper .gallery-slider-text .slider-next-btn:after,
      .dmk-gallery-detail-wrapper .gallery-slider-overview .slider-next-btn:after {
        right: 30px; } }

.dmk-gallery-detail-wrapper .gallery-slider .slide {
  cursor: pointer; }
  .dmk-gallery-detail-wrapper .gallery-slider .slide .slider-image {
    transform: translate3d(0, 0, 0);
    transition: transform 8s ease; }
  .dmk-gallery-detail-wrapper .gallery-slider .slide:before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 36px;
    transition: opacity 0.3s ease;
    background: url(../img/icons/preview-blue.svg) no-repeat;
    background-size: 50px 36px;
    opacity: 1;
    z-index: 2; }
    @media only screen and (min-width: 40.0625em) {
      .dmk-gallery-detail-wrapper .gallery-slider .slide:before {
        pointer-events: none;
        opacity: 0; } }
  .dmk-gallery-detail-wrapper .gallery-slider .slide:hover .slider-image {
    transform: scale(1.05); }
  .dmk-gallery-detail-wrapper .gallery-slider .slide:hover:before {
    opacity: 1;
    pointer-events: auto; }
  .dmk-gallery-detail-wrapper .gallery-slider .slide .copytext {
    display: none; }

.dmk-gallery-detail-wrapper .gallery-slider-text {
  overflow: inherit; }
  .dmk-gallery-detail-wrapper .gallery-slider-text .slide {
    background-color: transparent; }
  .dmk-gallery-detail-wrapper .gallery-slider-text .holder {
    transition: transform 0.7s ease; }
  .dmk-gallery-detail-wrapper .gallery-slider-text .copytext {
    margin-bottom: 0; }

.dmk-gallery-detail-wrapper .gallery-slider-overview {
  display: none;
  margin-bottom: 60px; }
  @media only screen and (min-width: 40.0625em) {
    .dmk-gallery-detail-wrapper .gallery-slider-overview {
      display: block; } }
  .dmk-gallery-detail-wrapper .gallery-slider-overview .slide .slider-image {
    width: 100%;
    height: 148px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .dmk-gallery-detail-wrapper .gallery-slider-overview .slide:before {
    content: '';
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 8px;
    background-color: #2e64a2;
    transition: all 0.2s ease;
    opacity: 0; }
  .dmk-gallery-detail-wrapper .gallery-slider-overview .slide:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #2e64a2;
    display: block;
    position: absolute;
    opacity: 0;
    position: absolute;
    top: 0;
    cursor: pointer;
    transition: opacity 0.3s ease; }
  .dmk-gallery-detail-wrapper .gallery-slider-overview .slide.focus:before {
    opacity: 1;
    transform: translate(0, -8px); }
  .dmk-gallery-detail-wrapper .gallery-slider-overview .slide:hover:after {
    opacity: 0.5; }
  .dmk-gallery-detail-wrapper .gallery-slider-overview .slider-prev-btn:before,
  .dmk-gallery-detail-wrapper .gallery-slider-overview .slider-next-btn:before {
    content: '';
    width: 35px;
    height: 100%;
    background-color: #2e64a2;
    opacity: 0.7;
    display: block;
    position: absolute;
    z-index: 10;
    transition: opacity 0.3s ease; }
  .dmk-gallery-detail-wrapper .gallery-slider-overview .slider-prev-btn:after,
  .dmk-gallery-detail-wrapper .gallery-slider-overview .slider-next-btn:after {
    font-family: "Fontawesome";
    font-size: 40px;
    color: #ffffff;
    margin: -20px 0 0 -20px;
    z-index: 11; }
  .dmk-gallery-detail-wrapper .gallery-slider-overview .slider-prev-btn:hover:before,
  .dmk-gallery-detail-wrapper .gallery-slider-overview .slider-next-btn:hover:before {
    opacity: 0.9; }
  .dmk-gallery-detail-wrapper .gallery-slider-overview .slider-prev-btn.hide:after,
  .dmk-gallery-detail-wrapper .gallery-slider-overview .slider-next-btn.hide:after {
    opacity: 0.4;
    pointer-events: none; }
  .dmk-gallery-detail-wrapper .gallery-slider-overview .slider-prev-btn:after {
    left: 30px; }
  .dmk-gallery-detail-wrapper .gallery-slider-overview .slider-next-btn:before {
    right: 0; }
  .dmk-gallery-detail-wrapper .gallery-slider-overview .slider-next-btn:after {
    right: 10px; }

.dmk-gallery-detail-wrapper .module-header {
  padding: 0; }
  .dmk-gallery-detail-wrapper .module-header .copytext {
    padding: 0;
    margin: 0 auto 40px auto; }
    @media only screen and (min-width: 40.0625em) {
      .dmk-gallery-detail-wrapper .module-header .copytext {
        margin: 0 auto 80px auto; } }

@media only screen and (max-width: 40em) {
  .dmk-gallery-detail-wrapper .no-padding-mobile {
    padding: 0 !important; } }

.dmk-gallery-preview-wrapper {
  margin-bottom: 100px; }
  .dmk-gallery-preview-wrapper h3 {
    margin-top: 10px;
    margin-bottom: 20px; }
  .dmk-gallery-preview-wrapper .dmk-gallery-preview {
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
    height: 150px; }
    @media only screen and (min-width: 40.0625em) {
      .dmk-gallery-preview-wrapper .dmk-gallery-preview {
        height: 250px; } }
    @media only screen and (min-width: 64.0625em) {
      .dmk-gallery-preview-wrapper .dmk-gallery-preview {
        height: 453px; } }
    .dmk-gallery-preview-wrapper .dmk-gallery-preview .dmk-gallery-preview-image {
      overflow: hidden;
      position: relative;
      padding: 0; }
      .dmk-gallery-preview-wrapper .dmk-gallery-preview .dmk-gallery-preview-image .preview-image {
        background-image: url(/fileadmin/_processed_/e/5/csm_dmk-beispiel-querformat-816x463_4a28474d80.jpg);
        background-repeat: no-repeat;
        width: 100%;
        background-size: cover;
        height: 150px;
        background-position: center; }
        @media only screen and (min-width: 40.0625em) {
          .dmk-gallery-preview-wrapper .dmk-gallery-preview .dmk-gallery-preview-image .preview-image {
            height: 250px; } }
        @media only screen and (min-width: 64.0625em) {
          .dmk-gallery-preview-wrapper .dmk-gallery-preview .dmk-gallery-preview-image .preview-image {
            height: 453px; } }
    .dmk-gallery-preview-wrapper .dmk-gallery-preview:before {
      content: '';
      width: 70px;
      height: 56px;
      transition: opacity 250ms;
      background: url(../img/icons/preview.svg) no-repeat;
      background-size: 70px 56px;
      z-index: 2;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -35px 0 0 -28px;
      opacity: 0;
      transition: opacity 0.3s ease; }
    .dmk-gallery-preview-wrapper .dmk-gallery-preview:after {
      content: '';
      background: #2e64a2;
      width: 100%;
      display: block;
      position: absolute;
      opacity: 0;
      transition: opacity 0.3s ease;
      height: 150px; }
      @media only screen and (min-width: 40.0625em) {
        .dmk-gallery-preview-wrapper .dmk-gallery-preview:after {
          height: 250px; } }
      @media only screen and (min-width: 64.0625em) {
        .dmk-gallery-preview-wrapper .dmk-gallery-preview:after {
          height: 453px; } }
    .dmk-gallery-preview-wrapper .dmk-gallery-preview:hover:before {
      opacity: 0.6; }
    .dmk-gallery-preview-wrapper .dmk-gallery-preview:hover:after {
      opacity: 0.5; }
  .dmk-gallery-preview-wrapper .button {
    margin: 0; }

.brand-slider-wrapper {
  display: block;
  position: relative;
  overflow-x: hidden;
  margin-bottom: 3.75rem; }
  .brand-slider-wrapper .brand-slider {
    display: block;
    position: relative;
    overflow-x: hidden;
    margin: 0 50px; }
    @media only screen and (min-width: 85.25em) {
      .brand-slider-wrapper .brand-slider {
        margin: 0; } }
    @media only screen and (max-width: 40em) {
      .brand-slider-wrapper .brand-slider {
        margin: 0; } }
    .brand-slider-wrapper .brand-slider .brand-slider-element {
      width: 100%;
      padding-top: 100%;
      position: relative;
      background-size: contain;
      background-repeat: no-repeat; }
    .brand-slider-wrapper .brand-slider .slick-slide {
      background-color: #f2f2f2;
      padding: 0; }
      .brand-slider-wrapper .brand-slider .slick-slide:nth-child(even) {
        background-color: #f2f2f2; }
      .brand-slider-wrapper .brand-slider .slick-slide:nth-child(odd) {
        background-color: #f7f7f5; }
      .brand-slider-wrapper .brand-slider .slick-slide a .brand-slider-element {
        transition: background-color 250ms; }
        .brand-slider-wrapper .brand-slider .slick-slide a .brand-slider-element:hover {
          background-color: #dfdfdf; }
  .brand-slider-wrapper .brandSliderButton:hover {
    border-color: #133e80; }
  .brand-slider-wrapper .brandSliderButton.prev {
    left: 12px;
    right: auto; }
  .brand-slider-wrapper .brandSliderButton.next {
    left: auto;
    right: 12px; }
  @media only screen and (max-width: 40em) {
    .brand-slider-wrapper .brandSliderButton {
      display: none; } }

.icon-bar-wrapper {
  margin-bottom: 3.75rem; }
  .icon-bar-wrapper .icon-bar .icon-bar-element {
    text-align: center;
    cursor: default; }
    .icon-bar-wrapper .icon-bar .icon-bar-element .icon-bar-element-icon {
      width: 60%;
      padding-top: 60%;
      height: 50px;
      margin: 0 auto 20px auto;
      transition: background-color 250ms;
      background-size: contain;
      background-repeat: no-repeat;
      border-radius: 50%; }
    .icon-bar-wrapper .icon-bar .icon-bar-element h4 {
      color: #659412;
      transition: color 250ms;
      margin-bottom: 20px; }
    .icon-bar-wrapper .icon-bar .icon-bar-element p {
      text-align: center; }
  .icon-bar-wrapper .icon-bar a .icon-bar-element {
    cursor: pointer; }
    .icon-bar-wrapper .icon-bar a .icon-bar-element:hover h4 {
      color: #659412; }
  .icon-bar-wrapper .slick-track {
    margin: 0 auto; }
  .icon-bar-wrapper .icon-bar-slider {
    overflow-x: hidden; }

.quote-wrapper {
  position: relative;
  margin-bottom: 3.75rem; }
  .quote-wrapper .quote {
    position: relative; }
    .quote-wrapper .quote p {
      padding-top: 1rem; }
      .quote-wrapper .quote p.highline {
        font-family: "TheSansSemiboldItalic";
        font-size: 1.25rem;
        color: #659412; }
        @media only screen and (min-width: 40.0625em) {
          .quote-wrapper .quote p.highline {
            font-size: 1.375rem; } }
      .quote-wrapper .quote p.subline {
        font-size: 1.0625rem;
        font-family: "TheSansLight";
        color: #636363; }
      @media only screen and (max-width: 40em) {
        .quote-wrapper .quote p {
          text-align: center; } }
    .quote-wrapper .quote .quote-image-container {
      position: relative; }
      .quote-wrapper .quote .quote-image-container:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%; }
      .quote-wrapper .quote .quote-image-container > div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .quote-wrapper .quote .quote-image {
      position: relative;
      padding-top: 100%;
      border-radius: 50%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      margin: 0 auto; }
    .quote-wrapper .quote--0 {
      background-image: none !important; }
      .quote-wrapper .quote--0 .row {
        min-height: 180px;
        background-image: url("../img/quoteBackground_180x180.png");
        background-repeat: no-repeat;
        background-position: 75% bottom;
        background-origin: content-box; }
      .quote-wrapper .quote--0 p {
        text-align: center; }
        .quote-wrapper .quote--0 p.highline {
          text-align: center; }
        .quote-wrapper .quote--0 p.subline {
          text-align: center; }
      .quote-wrapper .quote--0 .quote-image {
        display: none; }
    .quote-wrapper .quote--1 {
      width: 100%;
      overflow-x: hidden;
      background-image: none !important; }
      @media only screen and (min-width: 40.0625em) {
        .quote-wrapper .quote--1 .quote-text-container, .quote-wrapper .quote--1 .quote-image-container {
          display: table;
          width: 100%;
          height: auto; }
          .quote-wrapper .quote--1 .quote-text-container .quote-text, .quote-wrapper .quote--1 .quote-text-container .quote-image, .quote-wrapper .quote--1 .quote-image-container .quote-text, .quote-wrapper .quote--1 .quote-image-container .quote-image {
            display: table-cell;
            vertical-align: middle; } }
    .quote-wrapper .quote--2 {
      background-image: none !important; }
      .quote-wrapper .quote--2 .quote-text {
        margin: 12px 0; }
        @media only screen and (min-width: 40.0625em) {
          .quote-wrapper .quote--2 .quote-text {
            margin: 24px 0; } }
      .quote-wrapper .quote--2 p {
        text-align: center; }
        .quote-wrapper .quote--2 p.highline {
          font-family: "PublicoBannerRoman";
          text-align: center;
          color: #636363;
          font-size: 19px;
          line-height: 32px;
          padding: 0 0 32px 0;
          margin: 0; }
          @media only screen and (min-width: 40.0625em) {
            .quote-wrapper .quote--2 p.highline {
              font-size: 22px;
              line-height: 37px; } }
        .quote-wrapper .quote--2 p.subline {
          text-align: center;
          color: #636363;
          font-size: 17px;
          line-height: 26px;
          padding: 0;
          margin: 0; }
    .quote-wrapper .quote--3 {
      background-image: none !important; }
      .quote-wrapper .quote--3 .quote-text {
        margin: 24px 0 56px 0; }
        @media only screen and (min-width: 40.0625em) {
          .quote-wrapper .quote--3 .quote-text {
            margin: 24px 0 72px 0; } }
      .quote-wrapper .quote--3 p {
        text-align: center; }
        .quote-wrapper .quote--3 p.highline {
          font-family: "PublicoBannerRoman";
          text-align: center;
          color: #636363;
          font-size: 19px;
          line-height: 32px;
          padding: 0 0 32px 0;
          margin: 0; }
          @media only screen and (min-width: 40.0625em) {
            .quote-wrapper .quote--3 p.highline {
              font-size: 22px;
              line-height: 37px; } }
        .quote-wrapper .quote--3 p.subline {
          text-align: center;
          color: #636363;
          font-size: 17px;
          line-height: 26px;
          padding: 0;
          margin: 0; }
    .quote-wrapper .quote--4 {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .quote-wrapper .quote--4 .quote-text {
        margin: 56px 0; }
        @media only screen and (min-width: 40.0625em) {
          .quote-wrapper .quote--4 .quote-text {
            margin: 72px 0; } }
      .quote-wrapper .quote--4 p {
        text-align: center; }
        .quote-wrapper .quote--4 p.highline {
          font-family: "PublicoBannerRoman";
          text-align: center;
          color: #ffffff;
          font-size: 19px;
          line-height: 32px;
          padding: 0 0 32px 0;
          margin: 0; }
          @media only screen and (min-width: 40.0625em) {
            .quote-wrapper .quote--4 p.highline {
              font-size: 22px;
              line-height: 37px; } }
        .quote-wrapper .quote--4 p.subline {
          text-align: center;
          color: #ffffff;
          font-size: 17px;
          line-height: 26px;
          padding: 0;
          margin: 0; }

.highlight1-wrapper {
  position: relative;
  margin-bottom: 3.75rem; }
  .highlight1-wrapper .highlight1 {
    position: relative; }
    .highlight1-wrapper .highlight1 p {
      padding-top: 1rem;
      font-family: "TheSansSemiboldItalic";
      font-size: 1.5625rem;
      color: #659412;
      text-align: center; }

.highlight2-wrapper {
  position: relative;
  background-color: #2e64a2;
  padding-top: 90px;
  padding-bottom: 80px;
  margin-bottom: 3.75rem; }
  @media only screen and (min-width: 40.0625em) {
    .highlight2-wrapper {
      padding-top: 120px;
      padding-bottom: 100px; } }
  .highlight2-wrapper .highlight2 {
    position: relative;
    color: #ffffff; }
    .highlight2-wrapper .highlight2 h2 {
      text-align: center;
      color: #ffffff; }
    .highlight2-wrapper .highlight2 p {
      color: #ffffff; }
    .highlight2-wrapper .highlight2 img {
      margin: 36px auto; }
      @media only screen and (min-width: 40.0625em) {
        .highlight2-wrapper .highlight2 img {
          margin: 54px auto; } }
    .highlight2-wrapper .highlight2 ul {
      margin-top: 1.875rem; }
      .highlight2-wrapper .highlight2 ul li {
        color: #ffffff;
        font-size: 1.0625rem;
        line-height: 1.5rem;
        margin-bottom: 0; }
        @media only screen and (min-width: 40.0625em) {
          .highlight2-wrapper .highlight2 ul li {
            margin-bottom: 1.875rem; } }
        .highlight2-wrapper .highlight2 ul li:before {
          border-color: transparent transparent transparent #133e80; }
        .highlight2-wrapper .highlight2 ul li:last-child {
          margin-bottom: 0; }

.related-content-teaser-wrapper .related-content-teaser {
  margin-bottom: 65px;
  padding: 0; }
  @media only screen and (max-width: 40em) {
    .related-content-teaser-wrapper .related-content-teaser .columns {
      padding: 0; } }
  .related-content-teaser-wrapper .related-content-teaser:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0;
    z-index: 2;
    transition: opacity 250ms; }
  .related-content-teaser-wrapper .related-content-teaser img {
    position: relative;
    margin-bottom: 1.5rem;
    z-index: 1; }
  .related-content-teaser-wrapper .related-content-teaser p {
    position: relative;
    color: #636363;
    font-size: 1.0625rem;
    font-family: "TheSansPlain";
    z-index: 3;
    margin: 0 0 10px 0; }
    .related-content-teaser-wrapper .related-content-teaser p.link {
      color: #2e64a2;
      font-size: 1.5625rem;
      font-family: "TheSansLight"; }

.related-content-teaser-wrapper a:hover .related-content-teaser p {
  color: #464646; }
  .related-content-teaser-wrapper a:hover .related-content-teaser p.link {
    color: #133e80; }

.related-content-teaser-wrapper a:hover .related-content-teaser:after {
  opacity: 0.2; }

.quickfinder-wrapper .quickfinder .dropdown {
  margin-bottom: 1.25rem; }
  @media only screen and (min-width: 64.0625em) {
    .quickfinder-wrapper .quickfinder .dropdown {
      margin-bottom: 0; } }

.taglist-wrapper {
  background: transparent; }
  .taglist-wrapper .taglist-filter {
    position: relative;
    margin-bottom: 1.5rem;
    margin-top: 1.25rem;
    padding-bottom: 12px; }
    .taglist-wrapper .taglist-filter .taglist-filter-switch {
      position: relative;
      text-align: center;
      cursor: pointer;
      font-size: 0.9375rem;
      font-family: "TheSansSemiboldItalic";
      color: #09376b;
      padding: 1rem; }
      @media only screen and (min-width: 40.0625em) {
        .taglist-wrapper .taglist-filter .taglist-filter-switch {
          display: none; } }
      .taglist-wrapper .taglist-filter .taglist-filter-switch.taglist-hidden .taglist-filter-switchlabel:after {
        transform: rotate(90deg); }
    .taglist-wrapper .taglist-filter .taglist-filter-switchlabel {
      position: relative;
      display: inline-block;
      margin: 0 auto;
      padding: 0 20px 0 0; }
      .taglist-wrapper .taglist-filter .taglist-filter-switchlabel:after {
        content: ">";
        position: absolute;
        right: 0;
        top: 0;
        transform: rotate(-90deg);
        font-family: "TheSansPlain"; }
    .taglist-wrapper .taglist-filter .taglist-filter-links {
      display: block;
      overflow-y: hidden;
      transition: height 0.5s; }
      @media only screen and (min-width: 40.0625em) {
        .taglist-wrapper .taglist-filter .taglist-filter-links {
          display: table;
          margin: 0 auto; } }
      .taglist-wrapper .taglist-filter .taglist-filter-links a {
        display: block;
        width: 100%;
        font-size: 0.9375rem;
        padding: 1rem;
        font-family: "TheSansSemiboldItalic";
        color: #636363;
        text-align: center; }
        @media only screen and (min-width: 40.0625em) {
          .taglist-wrapper .taglist-filter .taglist-filter-links a {
            display: table-cell;
            width: auto;
            font-size: 0.875rem;
            padding: 0.625rem; } }
        @media only screen and (min-width: 64.0625em) {
          .taglist-wrapper .taglist-filter .taglist-filter-links a {
            font-size: 0.9375rem;
            padding: 1rem; } }
        .taglist-wrapper .taglist-filter .taglist-filter-links a.active {
          color: #2e64a2; }
        .taglist-wrapper .taglist-filter .taglist-filter-links a:hover {
          color: #a9a9a9; }
    .taglist-wrapper .taglist-filter .taglist-filter-arrow {
      position: absolute;
      display: none !important;
      bottom: 0;
      left: 50%;
      width: 22px;
      height: 12px;
      pointer-events: none;
      background: url("../img/submenu-arrow.png") no-repeat;
      margin-bottom: -1px;
      margin-left: -11px;
      transition: left 0.5s; }
      @media only screen and (max-width: 40em) {
        .taglist-wrapper .taglist-filter .taglist-filter-arrow {
          display: none !important; } }
  .taglist-wrapper .taglist .columns {
    padding-left: 0;
    padding-right: 0; }
  .taglist-wrapper .taglist--offset {
    padding: 48px 0 0 0; }
    .taglist-wrapper .taglist--offset .columns {
      padding-right: .8125em;
      padding-left: .8125em; }
  .taglist-wrapper .taglist .taglist-label {
    display: block;
    margin: 0 0.625rem 0.625rem 0;
    font-size: 1.125rem;
    color: #636363; }
    @media only screen and (min-width: 40.0625em) {
      .taglist-wrapper .taglist .taglist-label {
        display: inline-block; } }
    .taglist-wrapper .taglist .taglist-label.single {
      display: block; }
      @media only screen and (min-width: 40.0625em) {
        .taglist-wrapper .taglist .taglist-label.single {
          display: block; } }
  .taglist-wrapper .taglist .button {
    display: inline-block;
    width: auto;
    margin: 0 0.625rem 0.625rem 0;
    padding: 0.625rem;
    font-family: "TheSansPlain";
    font-size: 0.9375rem; }
    .taglist-wrapper .taglist .button.active {
      background: #133e80; }

#milchweltNavi .taglist {
  margin-bottom: 1.25rem; }

.tile-teaser-wrapper .columns {
  padding: 0; }

.tile-teaser-wrapper .tile-teaser-more-button {
  margin-top: 1rem; }
  @media only screen and (min-width: 40.0625em) {
    .tile-teaser-wrapper .tile-teaser-more-button {
      display: none; } }

.tile-teaser-wrapper .tile-teaser-container:first-child {
  display: block !important; }

.tile-teaser-wrapper .tile-teaser-container.hidden {
  transform: translateY(100px) scale(1) !important;
  opacity: 0 !important; }

.tile-teaser {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 85%;
  /* Aspect Ratio */
  background-color: #f0f0f0; }
  .tile-teaser .tile-teaser-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 1.25rem;
    z-index: 2;
    overflow: hidden; }
    @media only screen and (min-width: 40.0625em) {
      .tile-teaser .tile-teaser-content {
        padding: 2rem; } }
    .tile-teaser .tile-teaser-content .tile-teaser-label {
      color: #2e64a2;
      font-size: 1.0625rem;
      font-family: "TheSansPlain";
      margin-bottom: 1rem; }
      @media only screen and (min-width: 40.0625em) {
        .tile-teaser .tile-teaser-content .tile-teaser-label {
          margin-bottom: 1.5rem; } }
    .tile-teaser .tile-teaser-content .tile-teaser-quotetext {
      font-family: "TheSansLight";
      font-size: 1.125rem;
      color: #09376b;
      margin-bottom: 0.625rem; }
      @media only screen and (min-width: 40.0625em) {
        .tile-teaser .tile-teaser-content .tile-teaser-quotetext {
          margin-bottom: 2.375rem; } }
      @media only screen and (min-width: 85.25em) {
        .tile-teaser .tile-teaser-content .tile-teaser-quotetext {
          font-size: 1.5625rem; } }
    .tile-teaser .tile-teaser-content .tile-teaser-quotename {
      font-family: "TheSansPlain";
      font-size: 0.9375rem;
      color: #2e64a2; }
      @media only screen and (min-width: 85.25em) {
        .tile-teaser .tile-teaser-content .tile-teaser-quotename {
          font-size: 1.125rem; } }
    .tile-teaser .tile-teaser-content .tile-teaser-headline {
      font-family: "TheSansLight";
      font-size: 1.5rem;
      color: #2e64a2; }
      @media only screen and (min-width: 85.25em) {
        .tile-teaser .tile-teaser-content .tile-teaser-headline {
          font-size: 2.4375rem; } }
  .tile-teaser.headline {
    background-color: #f0f0f0; }
  .tile-teaser.spacer {
    background-color: #f0f0f0; }
    .tile-teaser.spacer .tile-teaser-content {
      padding-top: 4.75rem; }
      .tile-teaser.spacer .tile-teaser-content .tile-teaser-headline {
        color: #636363; }
      .tile-teaser.spacer .tile-teaser-content .tile-teaser-text {
        font-size: 1.0625rem;
        font-family: "TheSansPlain";
        margin-bottom: 1rem;
        color: #636363; }
  .tile-teaser.quote {
    background-color: #f0f0f0;
    background-image: url("../img/quoteBackground_180x180.png");
    background-size: 112px 112px;
    background-position: right bottom;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 40.0625em) {
      .tile-teaser.quote {
        background-size: 180px 180px; } }
  .tile-teaser.external {
    background-color: #2e64a2;
    background-size: 50% auto;
    background-position: right bottom;
    background-repeat: no-repeat; }
    .tile-teaser.external .tile-teaser-content {
      padding-right: 3rem; }
      .tile-teaser.external .tile-teaser-content .tile-teaser-label {
        color: #ffffff; }
      .tile-teaser.external .tile-teaser-content .tile-teaser-linktext {
        color: #ffffff;
        font-size: 2.4375rem;
        width: 80%; }
        @media only screen and (min-width: 40.0625em) {
          .tile-teaser.external .tile-teaser-content .tile-teaser-linktext {
            font-size: 1.5rem; } }
        @media only screen and (min-width: 64.0625em) {
          .tile-teaser.external .tile-teaser-content .tile-teaser-linktext {
            font-size: 1.875rem; } }
        @media only screen and (min-width: 85.25em) {
          .tile-teaser.external .tile-teaser-content .tile-teaser-linktext {
            font-size: 2.4375rem; } }
  .tile-teaser.image {
    background-position: center center;
    background-size: cover; }
    .tile-teaser.image .tile-teaser-label {
      color: #ffffff; }
  .tile-teaser:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0;
    z-index: 1;
    -moz-transition: opacity 250ms;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms; }
  .tile-teaser:hover:after {
    opacity: 0.2; }

.tile-teaser-twitter .tile-teaser-content {
  padding: 0 !important; }

.tile-teaser-twitter .tile-teaser-twitter-container {
  overflow: auto;
  width: 100%;
  height: 100%;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf; }
  .tile-teaser-twitter .tile-teaser-twitter-container iframe {
    width: 100%;
    height: 100%; }

.tile-teaser-slider {
  margin-bottom: 2rem; }
  .tile-teaser-slider > .row.mainpadding {
    position: relative; }
    @media only screen and (max-width: 40em) {
      .tile-teaser-slider > .row.mainpadding {
        padding: 0; } }
  @media only screen and (min-width: 40.0625em) {
    .tile-teaser-slider {
      margin-bottom: 3.75rem; } }
  .tile-teaser-slider .slides {
    position: relative;
    z-index: 10;
    /*.slider-arrow {
          height: 0;
           width: 0;
           opacity: 0;
           background-repeat: no-repeat;
           background-size: contain;
           position: absolute;
           top: 50%;
           transform: translateY(-50%);
           cursor: pointer;
           display: none;

           @include medium {
               opacity: 1;
               height: 37px;
               width: 22px;
               display: block;
               &.prev {
                   left: -30px;
               }

               &.next {
                   right:-30px;

               }
           }

           @include large {
               &.prev {
                   left: -50px;
               }
               &.next {
                     right:-50px;
               }
           }


       }*/ }
    .tile-teaser-slider .slides .slick-list {
      overflow: hidden; }
      @media only screen and (max-width: 40em) {
        .tile-teaser-slider .slides .slick-list {
          margin-left: -10vw; } }
  .tile-teaser-slider .columns {
    padding: 0; }
  .tile-teaser-slider .tile-teaser-more-button {
    margin-top: 1rem; }
    @media only screen and (min-width: 40.0625em) {
      .tile-teaser-slider .tile-teaser-more-button {
        display: none; } }
  .tile-teaser-slider .tile-teaser-container:first-child {
    display: block !important; }
  .tile-teaser-slider .tile-teaser-container.hidden {
    transform: translateY(100px) scale(1) !important;
    opacity: 0 !important; }
  .tile-teaser-slider .tile-teaser-container .tile-teaser {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 85%;
    /* Aspect Ratio */
    background-color: #f0f0f0; }
    .tile-teaser-slider .tile-teaser-container .tile-teaser .tile-teaser-content {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      padding: 1.25rem;
      z-index: 2;
      overflow: hidden; }
      @media only screen and (min-width: 40.0625em) {
        .tile-teaser-slider .tile-teaser-container .tile-teaser .tile-teaser-content {
          padding: 2rem; } }
      .tile-teaser-slider .tile-teaser-container .tile-teaser .tile-teaser-content .tile-teaser-label {
        color: #2e64a2;
        font-size: 1.0625rem;
        font-family: "TheSansPlain";
        margin-bottom: 1rem; }
        @media only screen and (min-width: 40.0625em) {
          .tile-teaser-slider .tile-teaser-container .tile-teaser .tile-teaser-content .tile-teaser-label {
            margin-bottom: 1.5rem; } }
      .tile-teaser-slider .tile-teaser-container .tile-teaser .tile-teaser-content .tile-teaser-linktext {
        color: #2e64a2;
        font-family: "TheSansPlain";
        margin-bottom: 20px;
        font-size: 1.25rem; }
        @media only screen and (min-width: 40.0625em) {
          .tile-teaser-slider .tile-teaser-container .tile-teaser .tile-teaser-content .tile-teaser-linktext {
            margin-bottom: 2.375rem; } }
        @media only screen and (min-width: 85.25em) {
          .tile-teaser-slider .tile-teaser-container .tile-teaser .tile-teaser-content .tile-teaser-linktext {
            font-size: 1.5625rem; } }
      .tile-teaser-slider .tile-teaser-container .tile-teaser .tile-teaser-content .tile-teaser-subline {
        color: #2e64a2;
        font-family: "TheSansPlain"; }
      .tile-teaser-slider .tile-teaser-container .tile-teaser .tile-teaser-content .tile-teaser-quotetext {
        font-family: "TheSansLight";
        font-size: 1.125rem;
        color: #09376b;
        margin-bottom: 0.625rem; }
        @media only screen and (min-width: 40.0625em) {
          .tile-teaser-slider .tile-teaser-container .tile-teaser .tile-teaser-content .tile-teaser-quotetext {
            margin-bottom: 2.375rem; } }
        @media only screen and (min-width: 85.25em) {
          .tile-teaser-slider .tile-teaser-container .tile-teaser .tile-teaser-content .tile-teaser-quotetext {
            font-size: 1.5625rem; } }
      .tile-teaser-slider .tile-teaser-container .tile-teaser .tile-teaser-content .tile-teaser-quotename {
        font-family: "TheSansPlain";
        font-size: 0.9375rem;
        color: #2e64a2; }
        @media only screen and (min-width: 85.25em) {
          .tile-teaser-slider .tile-teaser-container .tile-teaser .tile-teaser-content .tile-teaser-quotename {
            font-size: 1.125rem; } }
      .tile-teaser-slider .tile-teaser-container .tile-teaser .tile-teaser-content .tile-teaser-headline {
        font-family: "TheSansLight";
        font-size: 1.5rem;
        color: #2e64a2; }
        @media only screen and (min-width: 85.25em) {
          .tile-teaser-slider .tile-teaser-container .tile-teaser .tile-teaser-content .tile-teaser-headline {
            font-size: 2.4375rem; } }
      .tile-teaser-slider .tile-teaser-container .tile-teaser .tile-teaser-content .tile-teaser-divider {
        background-color: #09376b; }
    .tile-teaser-slider .tile-teaser-container .tile-teaser.headline {
      background-color: #f0f0f0; }
      .tile-teaser-slider .tile-teaser-container .tile-teaser.headline .tile-teaser-content {
        padding-top: 70px; }
        .tile-teaser-slider .tile-teaser-container .tile-teaser.headline .tile-teaser-content .tile-teaser-label {
          position: absolute;
          top: 30px; }
      .tile-teaser-slider .tile-teaser-container .tile-teaser.headline .tile-teaser-headline {
        color: #636363; }
      .tile-teaser-slider .tile-teaser-container .tile-teaser.headline .tile-teaser-divider {
        height: 7px;
        margin-top: 20px;
        margin-bottom: 20px;
        background-color: #09376b;
        width: 112px; }
        @media only screen and (min-width: 40.0625em) {
          .tile-teaser-slider .tile-teaser-container .tile-teaser.headline .tile-teaser-divider {
            height: 11px; } }
      .tile-teaser-slider .tile-teaser-container .tile-teaser.headline .tile-teaser-subline {
        color: #636363; }
        @media only screen and (min-width: 85.25em) {
          .tile-teaser-slider .tile-teaser-container .tile-teaser.headline .tile-teaser-subline {
            font-size: 1.5625rem; } }
    .tile-teaser-slider .tile-teaser-container .tile-teaser.spacer {
      background-color: #f0f0f0; }
      .tile-teaser-slider .tile-teaser-container .tile-teaser.spacer .tile-teaser-content {
        padding-top: 4.75rem; }
        .tile-teaser-slider .tile-teaser-container .tile-teaser.spacer .tile-teaser-content .tile-teaser-headline {
          color: #636363; }
        .tile-teaser-slider .tile-teaser-container .tile-teaser.spacer .tile-teaser-content .tile-teaser-text {
          font-size: 1.0625rem;
          font-family: "TheSansPlain";
          margin-bottom: 1rem;
          color: #636363; }
    .tile-teaser-slider .tile-teaser-container .tile-teaser.quote {
      background-color: #f0f0f0;
      background-image: url("../img/quoteBackground_180x180.png");
      background-size: 112px 112px;
      background-position: right bottom;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 40.0625em) {
        .tile-teaser-slider .tile-teaser-container .tile-teaser.quote {
          background-size: 180px 180px; } }
    .tile-teaser-slider .tile-teaser-container .tile-teaser.external {
      background-color: #2e64a2;
      background-size: 50% auto;
      background-position: right bottom;
      background-repeat: no-repeat; }
      .tile-teaser-slider .tile-teaser-container .tile-teaser.external .tile-teaser-content {
        padding-right: 3rem; }
        .tile-teaser-slider .tile-teaser-container .tile-teaser.external .tile-teaser-content .tile-teaser-label {
          color: #ffffff; }
        .tile-teaser-slider .tile-teaser-container .tile-teaser.external .tile-teaser-content .tile-teaser-linktext {
          color: #ffffff;
          font-size: 2.4375rem;
          width: 80%; }
          @media only screen and (min-width: 40.0625em) {
            .tile-teaser-slider .tile-teaser-container .tile-teaser.external .tile-teaser-content .tile-teaser-linktext {
              font-size: 1.5rem; } }
          @media only screen and (min-width: 64.0625em) {
            .tile-teaser-slider .tile-teaser-container .tile-teaser.external .tile-teaser-content .tile-teaser-linktext {
              font-size: 1.875rem; } }
          @media only screen and (min-width: 85.25em) {
            .tile-teaser-slider .tile-teaser-container .tile-teaser.external .tile-teaser-content .tile-teaser-linktext {
              font-size: 2.4375rem; } }
    .tile-teaser-slider .tile-teaser-container .tile-teaser.image {
      background-position: center center;
      background-size: cover; }
      .tile-teaser-slider .tile-teaser-container .tile-teaser.image .tile-teaser-label {
        color: #ffffff; }
    .tile-teaser-slider .tile-teaser-container .tile-teaser:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      opacity: 0;
      z-index: 1;
      -moz-transition: opacity 250ms;
      -webkit-transition: opacity 250ms;
      transition: opacity 250ms; }
    .tile-teaser-slider .tile-teaser-container .tile-teaser:hover:after {
      opacity: 0.2; }
  .tile-teaser-slider-pagination {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0; }
    .tile-teaser-slider-pagination .slider-arrow {
      height: 0;
      width: 0;
      opacity: 0;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      display: none; }
      @media only screen and (min-width: 40.0625em) {
        .tile-teaser-slider-pagination .slider-arrow {
          opacity: 1;
          height: 48px;
          width: 48px; }
          .tile-teaser-slider-pagination .slider-arrow:not(.slick-hidden) {
            display: block; }
          .tile-teaser-slider-pagination .slider-arrow.prev {
            left: 0; }
          .tile-teaser-slider-pagination .slider-arrow.next {
            right: 0; } }
      .tile-teaser-slider-pagination .slider-arrow .arrow-path > * {
        fill: #2e64a2;
        transition: fill 0.25s ease; }
      .tile-teaser-slider-pagination .slider-arrow:hover .arrow-path > * {
        fill: #09376b; }

.tile-teaser-slider .tile-teaser-container.dark .tile-teaser {
  background-color: #09376b; }
  .tile-teaser-slider .tile-teaser-container.dark .tile-teaser.quote {
    background-color: #09376b; }
  .tile-teaser-slider .tile-teaser-container.dark .tile-teaser .tile-teaser-content .tile-teaser-label {
    color: #f0f0f0; }
  .tile-teaser-slider .tile-teaser-container.dark .tile-teaser .tile-teaser-content .tile-teaser-linktext {
    color: #f0f0f0; }
  .tile-teaser-slider .tile-teaser-container.dark .tile-teaser .tile-teaser-content .tile-teaser-quotetext {
    color: #f0f0f0; }
  .tile-teaser-slider .tile-teaser-container.dark .tile-teaser .tile-teaser-content .tile-teaser-quotename {
    color: #f0f0f0; }
  .tile-teaser-slider .tile-teaser-container.dark .tile-teaser .tile-teaser-content .tile-teaser-headline {
    color: #f0f0f0; }
  .tile-teaser-slider .tile-teaser-container.dark .tile-teaser .tile-teaser-content .tile-teaser-divider {
    background-color: #f0f0f0; }
  .tile-teaser-slider .tile-teaser-container.dark .tile-teaser .tile-teaser-content .tile-teaser-subline {
    color: #f0f0f0; }

.view-switch-wrapper .view-switch {
  position: relative;
  float: right;
  margin-bottom: 0.625rem; }
  .view-switch-wrapper .view-switch .view-switch-button {
    display: inline-block;
    width: 50px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    border-right: 1px solid #e6e6e6; }
    .view-switch-wrapper .view-switch .view-switch-button:last-child {
      border: none;
      width: 30px;
      background-position: center right; }
    .view-switch-wrapper .view-switch .view-switch-button.view-switch-button-list {
      background-image: url("../img/icon_listView_20x23.png");
      background-size: 20px 23px; }
      .view-switch-wrapper .view-switch .view-switch-button.view-switch-button-list:hover, .view-switch-wrapper .view-switch .view-switch-button.view-switch-button-list.active {
        background-image: url("../img/icon_listView_active_20x23.png"); }
    .view-switch-wrapper .view-switch .view-switch-button.view-switch-button-tile {
      background-image: url("../img/icon_tileView_17x17.png");
      background-size: 17px 17px; }
      .view-switch-wrapper .view-switch .view-switch-button.view-switch-button-tile:hover, .view-switch-wrapper .view-switch .view-switch-button.view-switch-button-tile.active {
        background-image: url("../img/icon_tileView_active_17x17.png"); }

.list-view-wrapper h2 {
  display: none;
  color: #659412;
  margin-bottom: 50px; }
  @media only screen and (min-width: 40.0625em) {
    .list-view-wrapper h2 {
      display: block; } }

.list-view-wrapper .list-view .list-view-block {
  /*
            transform: translateY(0) scale(1);
            opacity: 1;

            -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;
            transition: transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s, opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.1s;

            &.hidden{
                transform: translateY(100px) scale(1) !important;
                opacity: 0 !important;
            }
            */ }
  .list-view-wrapper .list-view .list-view-block .list-view-blockTitle {
    font-size: 1.375rem;
    color: #2e64a2;
    font-family: "TheSansLight";
    padding: 0 0 0.625rem 0; }
    @media only screen and (min-width: 40.0625em) {
      .list-view-wrapper .list-view .list-view-block .list-view-blockTitle {
        font-size: 1.5625rem; } }
  .list-view-wrapper .list-view .list-view-block ul {
    margin-bottom: 50px; }
    @media only screen and (min-width: 40.0625em) {
      .list-view-wrapper .list-view .list-view-block ul {
        margin-bottom: 60px; } }
    .list-view-wrapper .list-view .list-view-block ul li {
      list-style-type: none;
      padding: 0 0 0.625rem 0; }
      .list-view-wrapper .list-view .list-view-block ul li:before {
        display: none; }
      .list-view-wrapper .list-view .list-view-block ul li a {
        font-size: 1rem;
        font-family: "TheSansPlain";
        color: #636363;
        opacity: 1; }
        @media only screen and (min-width: 40.0625em) {
          .list-view-wrapper .list-view .list-view-block ul li a {
            font-size: 1.125rem; } }
        .list-view-wrapper .list-view .list-view-block ul li a.disabled {
          opacity: 0.5; }
        .list-view-wrapper .list-view .list-view-block ul li a:hover {
          color: #a9a9a9; }

.chapter-header-wrapper .chapter-header {
  position: relative;
  min-height: 192px;
  width: 100%;
  max-width: 1920px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  padding-top: 30px;
  margin: 0 auto 20px auto; }
  @media only screen and (min-width: 40.0625em) {
    .chapter-header-wrapper .chapter-header {
      height: 498px;
      padding-top: 160px;
      margin: 0 auto 60px auto; } }
  .chapter-header-wrapper .chapter-header > ul {
    display: none; }
  .chapter-header-wrapper .chapter-header h1 {
    color: #ffffff;
    margin: 0; }
  .chapter-header-wrapper .chapter-header p {
    color: #ffffff;
    margin-bottom: 1rem; }
    @media only screen and (min-width: 40.0625em) {
      .chapter-header-wrapper .chapter-header p {
        margin-bottom: 1.5rem; } }
  .chapter-header-wrapper .chapter-header .chapter-header-button {
    position: absolute;
    left: 0;
    top: 50%;
    height: 150px;
    width: auto;
    margin-top: -75px;
    text-align: left;
    background: rgba(46, 100, 162, 0.75);
    font-family: "TheSansPlain";
    z-index: 5;
    display: none; }
    @media only screen and (min-width: 64.0625em) {
      .chapter-header-wrapper .chapter-header .chapter-header-button {
        display: block; } }
    .chapter-header-wrapper .chapter-header .chapter-header-button .chapter-header-button-content {
      display: table;
      height: 100%; }
      .chapter-header-wrapper .chapter-header .chapter-header-button .chapter-header-button-content .chapter-header-button-arrow {
        position: absolute;
        background: rgba(46, 100, 162, 0.75);
        height: 100%;
        width: 80px; }
        .chapter-header-wrapper .chapter-header .chapter-header-button .chapter-header-button-content .chapter-header-button-arrow .sliderButtonArrow, .chapter-header-wrapper .chapter-header .chapter-header-button .chapter-header-button-content .chapter-header-button-arrow .brand-slider-wrapper .brandSliderButton, .brand-slider-wrapper .chapter-header-wrapper .chapter-header .chapter-header-button .chapter-header-button-content .chapter-header-button-arrow .brandSliderButton, .chapter-header-wrapper .chapter-header .chapter-header-button .chapter-header-button-content .chapter-header-button-arrow .chapter-slider-wrapper .chapterSliderButton, .chapter-slider-wrapper .chapter-header-wrapper .chapter-header .chapter-header-button .chapter-header-button-content .chapter-header-button-arrow .chapterSliderButton, .chapter-header-wrapper .chapter-header .chapter-header-button .chapter-header-button-content .chapter-header-button-arrow .commentTeaser-wrapper .commentTeaserSliderButton, .commentTeaser-wrapper .chapter-header-wrapper .chapter-header .chapter-header-button .chapter-header-button-content .chapter-header-button-arrow .commentTeaserSliderButton {
          border-color: #ffffff; }
      .chapter-header-wrapper .chapter-header .chapter-header-button .chapter-header-button-content .chapter-header-button-text {
        position: relative;
        display: table-cell;
        height: 100%;
        width: 80px;
        padding: 0;
        vertical-align: middle;
        transition: all 250ms;
        overflow: hidden; }
        .chapter-header-wrapper .chapter-header .chapter-header-button .chapter-header-button-content .chapter-header-button-text p {
          margin: 0;
          color: #e6e6e6;
          font-size: 0.9375rem;
          font-weight: bold;
          opacity: 0;
          transition: all 250ms;
          -webkit-transform: scale(0.1, 0.1);
          -moz-transform: scale(0.1, 0.1);
          transform: scale(0.1, 0.1); }
          .chapter-header-wrapper .chapter-header .chapter-header-button .chapter-header-button-content .chapter-header-button-text p.headline {
            color: #ffffff; }
    .chapter-header-wrapper .chapter-header .chapter-header-button.prev {
      left: 0;
      right: auto; }
      .chapter-header-wrapper .chapter-header .chapter-header-button.prev .chapter-header-button-text p {
        margin-left: -200px; }
      .chapter-header-wrapper .chapter-header .chapter-header-button.prev .chapter-header-button-arrow {
        left: 0;
        right: auto; }
        .chapter-header-wrapper .chapter-header .chapter-header-button.prev .chapter-header-button-arrow .sliderButtonArrow, .chapter-header-wrapper .chapter-header .chapter-header-button.prev .chapter-header-button-arrow .brand-slider-wrapper .brandSliderButton, .brand-slider-wrapper .chapter-header-wrapper .chapter-header .chapter-header-button.prev .chapter-header-button-arrow .brandSliderButton, .chapter-header-wrapper .chapter-header .chapter-header-button.prev .chapter-header-button-arrow .chapter-slider-wrapper .chapterSliderButton, .chapter-slider-wrapper .chapter-header-wrapper .chapter-header .chapter-header-button.prev .chapter-header-button-arrow .chapterSliderButton, .chapter-header-wrapper .chapter-header .chapter-header-button.prev .chapter-header-button-arrow .commentTeaser-wrapper .commentTeaserSliderButton, .commentTeaser-wrapper .chapter-header-wrapper .chapter-header .chapter-header-button.prev .chapter-header-button-arrow .commentTeaserSliderButton {
          left: 30px;
          right: auto; }
    .chapter-header-wrapper .chapter-header .chapter-header-button.next {
      left: auto;
      right: 0; }
      .chapter-header-wrapper .chapter-header .chapter-header-button.next .chapter-header-button-text p {
        margin-right: -200px; }
      .chapter-header-wrapper .chapter-header .chapter-header-button.next .chapter-header-button-arrow {
        right: 0;
        left: auto; }
        .chapter-header-wrapper .chapter-header .chapter-header-button.next .chapter-header-button-arrow .sliderButtonArrow, .chapter-header-wrapper .chapter-header .chapter-header-button.next .chapter-header-button-arrow .brand-slider-wrapper .brandSliderButton, .brand-slider-wrapper .chapter-header-wrapper .chapter-header .chapter-header-button.next .chapter-header-button-arrow .brandSliderButton, .chapter-header-wrapper .chapter-header .chapter-header-button.next .chapter-header-button-arrow .chapter-slider-wrapper .chapterSliderButton, .chapter-slider-wrapper .chapter-header-wrapper .chapter-header .chapter-header-button.next .chapter-header-button-arrow .chapterSliderButton, .chapter-header-wrapper .chapter-header .chapter-header-button.next .chapter-header-button-arrow .commentTeaser-wrapper .commentTeaserSliderButton, .commentTeaser-wrapper .chapter-header-wrapper .chapter-header .chapter-header-button.next .chapter-header-button-arrow .commentTeaserSliderButton {
          left: auto;
          right: 30px; }
    .chapter-header-wrapper .chapter-header .chapter-header-button:hover .chapter-header-button-arrow .sliderButtonArrow, .chapter-header-wrapper .chapter-header .chapter-header-button:hover .chapter-header-button-arrow .brand-slider-wrapper .brandSliderButton, .brand-slider-wrapper .chapter-header-wrapper .chapter-header .chapter-header-button:hover .chapter-header-button-arrow .brandSliderButton, .chapter-header-wrapper .chapter-header .chapter-header-button:hover .chapter-header-button-arrow .chapter-slider-wrapper .chapterSliderButton, .chapter-slider-wrapper .chapter-header-wrapper .chapter-header .chapter-header-button:hover .chapter-header-button-arrow .chapterSliderButton, .chapter-header-wrapper .chapter-header .chapter-header-button:hover .chapter-header-button-arrow .commentTeaser-wrapper .commentTeaserSliderButton, .commentTeaser-wrapper .chapter-header-wrapper .chapter-header .chapter-header-button:hover .chapter-header-button-arrow .commentTeaserSliderButton, .chapter-header-wrapper .chapter-header .chapter-header-button.active .chapter-header-button-arrow .sliderButtonArrow, .chapter-header-wrapper .chapter-header .chapter-header-button.active .chapter-header-button-arrow .brand-slider-wrapper .brandSliderButton, .brand-slider-wrapper .chapter-header-wrapper .chapter-header .chapter-header-button.active .chapter-header-button-arrow .brandSliderButton, .chapter-header-wrapper .chapter-header .chapter-header-button.active .chapter-header-button-arrow .chapter-slider-wrapper .chapterSliderButton, .chapter-slider-wrapper .chapter-header-wrapper .chapter-header .chapter-header-button.active .chapter-header-button-arrow .chapterSliderButton, .chapter-header-wrapper .chapter-header .chapter-header-button.active .chapter-header-button-arrow .commentTeaser-wrapper .commentTeaserSliderButton, .commentTeaser-wrapper .chapter-header-wrapper .chapter-header .chapter-header-button.active .chapter-header-button-arrow .commentTeaserSliderButton {
      border-color: #e6e6e6; }
    .chapter-header-wrapper .chapter-header .chapter-header-button:hover .chapter-header-button-text, .chapter-header-wrapper .chapter-header .chapter-header-button.active .chapter-header-button-text {
      width: 350px;
      padding: 0 1.875rem;
      display: table-cell; }
      .chapter-header-wrapper .chapter-header .chapter-header-button:hover .chapter-header-button-text p, .chapter-header-wrapper .chapter-header .chapter-header-button.active .chapter-header-button-text p {
        display: block;
        opacity: 1;
        margin-left: 0;
        margin-right: 0;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1); }
    .chapter-header-wrapper .chapter-header .chapter-header-button:hover.prev .chapter-header-button-text, .chapter-header-wrapper .chapter-header .chapter-header-button.active.prev .chapter-header-button-text {
      padding-left: 110px; }
    .chapter-header-wrapper .chapter-header .chapter-header-button:hover.next .chapter-header-button-text, .chapter-header-wrapper .chapter-header .chapter-header-button.active.next .chapter-header-button-text {
      padding-right: 110px; }

.chapter-slider-wrapper {
  display: block;
  position: relative;
  margin-bottom: 3.75rem;
  width: 100%;
  overflow: hidden; }
  .chapter-slider-wrapper .chapter-slider {
    display: block;
    position: relative;
    overflow-x: hidden;
    margin: 0; }
    @media only screen and (min-width: 40.0625em) {
      .chapter-slider-wrapper .chapter-slider {
        margin: 0 50px;
        width: calc(100% - 100px); } }
    .chapter-slider-wrapper .chapter-slider .chapter-slider-teaser-container {
      position: relative;
      display: inline-block; }
    .chapter-slider-wrapper .chapter-slider .slick-list {
      margin-left: 0; }
      @media only screen and (max-width: 40em) {
        .chapter-slider-wrapper .chapter-slider .slick-list {
          margin-left: -10vw; } }
    .chapter-slider-wrapper .chapter-slider .slick-slide {
      padding: 0; }
  .chapter-slider-wrapper .chapterSliderButton:hover {
    border-color: #133e80; }
  .chapter-slider-wrapper .chapterSliderButton.prev {
    left: 12px;
    right: auto; }
  .chapter-slider-wrapper .chapterSliderButton.next {
    left: auto;
    right: 12px; }
  @media only screen and (max-width: 40em) {
    .chapter-slider-wrapper .chapterSliderButton {
      display: none !important; } }

.chapter-overview-wrapper {
  margin-bottom: 3.75rem; }
  .chapter-overview-wrapper .chapter-overview {
    margin-bottom: 1.875rem;
    margin-left: 0; }
    @media only screen and (min-width: 40.0625em) {
      .chapter-overview-wrapper .chapter-overview {
        margin-bottom: 0;
        margin-left: -2rem; } }
    @media only screen and (min-width: 64.0625em) {
      .chapter-overview-wrapper .chapter-overview {
        margin-left: 0; } }
    .chapter-overview-wrapper .chapter-overview .chapter-overview-button {
      display: block;
      float: right;
      background-repeat: no-repeat;
      background-position: right top;
      width: 50px;
      height: 23px;
      background-origin: content-box;
      cursor: pointer;
      margin-top: 0.375rem; }
      @media only screen and (min-width: 40.0625em) {
        .chapter-overview-wrapper .chapter-overview .chapter-overview-button {
          display: none !important; } }
    .chapter-overview-wrapper .chapter-overview .chapter-overview-show-button {
      background-image: url("../img/icon_listView_active_20x23.png");
      background-size: 20px 23px; }
    .chapter-overview-wrapper .chapter-overview .chapter-overview-hide-button {
      display: none;
      background-image: url("../img/icon_close_18x17.png");
      background-size: 18px 17px;
      margin-top: 0.375rem; }
    .chapter-overview-wrapper .chapter-overview .button {
      margin-bottom: 2rem;
      background: transparent;
      color: #2e64a2;
      display: inline;
      font-size: 1.75rem;
      padding-left: 1.25rem;
      font-family: "TheSansLight"; }
      .chapter-overview-wrapper .chapter-overview .button span {
        display: none; }
      @media only screen and (min-width: 40.0625em) {
        .chapter-overview-wrapper .chapter-overview .button {
          font-family: "TheSansSemiboldItalic";
          display: block;
          color: #ffffff;
          background: #2e64a2;
          display: block;
          font-size: 1.125rem;
          padding-left: 0.5rem; }
          .chapter-overview-wrapper .chapter-overview .button:hover {
            background: #133e80; } }
      @media only screen and (min-width: 64.0625em) {
        .chapter-overview-wrapper .chapter-overview .button span {
          display: inline;
          margin-left: 0.5rem; } }
    .chapter-overview-wrapper .chapter-overview ul {
      display: none;
      padding-top: 1.875rem; }
      @media only screen and (min-width: 40.0625em) {
        .chapter-overview-wrapper .chapter-overview ul {
          display: block;
          padding: 0; } }
      .chapter-overview-wrapper .chapter-overview ul li {
        padding: 0;
        margin-bottom: 3.75rem; }
        @media only screen and (min-width: 40.0625em) {
          .chapter-overview-wrapper .chapter-overview ul li {
            margin-bottom: 0;
            border-top: 1px solid #dfdfdf; } }
        .chapter-overview-wrapper .chapter-overview ul li:before {
          display: none; }
        .chapter-overview-wrapper .chapter-overview ul li:last-child {
          border-bottom: 1px solid #dfdfdf;
          padding-bottom: 2rem; }
          @media only screen and (min-width: 40.0625em) {
            .chapter-overview-wrapper .chapter-overview ul li:last-child {
              padding-bottom: 0; } }
        .chapter-overview-wrapper .chapter-overview ul li .chapter-overview-title {
          display: block;
          position: relative;
          font-family: "TheSansLight";
          font-size: 1.125rem;
          color: #2e64a2;
          padding: 0; }
          @media only screen and (min-width: 40.0625em) {
            .chapter-overview-wrapper .chapter-overview ul li .chapter-overview-title {
              padding: 1.25rem 0;
              color: #636363;
              font-size: 1rem; }
              .chapter-overview-wrapper .chapter-overview ul li .chapter-overview-title:hover {
                color: #a9a9a9; } }
          @media only screen and (min-width: 64.0625em) {
            .chapter-overview-wrapper .chapter-overview ul li .chapter-overview-title {
              font-size: 1.125rem; } }
        .chapter-overview-wrapper .chapter-overview ul li ul.chapter-overview-submenu {
          display: block;
          padding: 0.5rem 0;
          margin: 0; }
          @media only screen and (min-width: 40.0625em) {
            .chapter-overview-wrapper .chapter-overview ul li ul.chapter-overview-submenu {
              display: none;
              margin: 10px 0 0 0; } }
          .chapter-overview-wrapper .chapter-overview ul li ul.chapter-overview-submenu li {
            font-size: 0.9375rem;
            padding: 0.625rem 0;
            border: 0;
            margin-bottom: 0; }
            @media only screen and (min-width: 40.0625em) {
              .chapter-overview-wrapper .chapter-overview ul li ul.chapter-overview-submenu li a {
                color: #636363; }
                .chapter-overview-wrapper .chapter-overview ul li ul.chapter-overview-submenu li a:hover {
                  color: #a9a9a9; }
              .chapter-overview-wrapper .chapter-overview ul li ul.chapter-overview-submenu li.active a {
                color: #2e64a2; }
                .chapter-overview-wrapper .chapter-overview ul li ul.chapter-overview-submenu li.active a:hover {
                  color: #133e80; } }
        @media only screen and (min-width: 40.0625em) {
          .chapter-overview-wrapper .chapter-overview ul li.active ul.chapter-overview-submenu {
            display: block; }
          .chapter-overview-wrapper .chapter-overview ul li.active .chapter-overview-title {
            color: #2e64a2;
            border-bottom: 1px solid #dfdfdf; }
            .chapter-overview-wrapper .chapter-overview ul li.active .chapter-overview-title:hover {
              color: #a9a9a9; }
            .chapter-overview-wrapper .chapter-overview ul li.active .chapter-overview-title:after {
              content: "";
              position: absolute;
              display: block;
              bottom: 0;
              left: 50%;
              width: 22px;
              height: 12px;
              pointer-events: none;
              background: url("../img/submenu-arrow.png") no-repeat;
              margin-bottom: -1px;
              margin-left: -11px; } }
  @media only screen and (min-width: 64.0625em) {
    .chapter-overview-wrapper .chapter-overview-wrapper-row {
      padding-left: 0;
      padding-right: 0; } }
  .chapter-overview-wrapper .chapter-overview-wrapper-row .chapter-overview-wrapper-content .mainpadding {
    padding-right: 0;
    padding-left: 0; }

.infographic1-wrapper {
  display: block;
  position: relative;
  background-color: #f5f5f3;
  padding: 0;
  padding-top: 3.75rem;
  padding-bottom: 0;
  margin-bottom: 3.75rem; }
  .infographic1-wrapper .infographic1 .infographicTextContainer {
    position: relative;
    z-index: 2;
    margin-bottom: 3.75rem; }
    .infographic1-wrapper .infographic1 .infographicTextContainer .infographicHeadline {
      position: relative;
      text-align: center;
      color: #659412;
      z-index: 2; }
  .infographic1-wrapper .infographic1 ul.slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%); }
    .infographic1-wrapper .infographic1 ul.slick-dots li {
      display: inline-block;
      padding: 0;
      margin: 0 0.25rem 0 0;
      width: 16px;
      height: 16px;
      border-radius: 8px;
      background-color: #659412;
      border: 2px solid #4c7208;
      cursor: pointer; }
      @media only screen and (min-width: 40.0625em) {
        .infographic1-wrapper .infographic1 ul.slick-dots li {
          margin: 0 0.625rem 0 0;
          width: 20px;
          height: 20px;
          border-radius: 10px; } }
      .infographic1-wrapper .infographic1 ul.slick-dots li:before {
        display: none; }
      .infographic1-wrapper .infographic1 ul.slick-dots li button {
        display: none; }
      .infographic1-wrapper .infographic1 ul.slick-dots li.slick-active {
        background-color: #4c7208;
        cursor: default; }
  .infographic1-wrapper .infographic1 .infographicSliderContainer {
    position: relative; }
    .infographic1-wrapper .infographic1 .infographicSliderContainer .infographicSlider {
      position: relative;
      z-index: 2;
      overflow: hidden; }
      .infographic1-wrapper .infographic1 .infographicSliderContainer .infographicSlider .slick-list {
        margin-left: 0; }
      .infographic1-wrapper .infographic1 .infographicSliderContainer .infographicSlider .infographicSliderPage {
        position: relative;
        display: block;
        float: left; }
        .infographic1-wrapper .infographic1 .infographicSliderContainer .infographicSlider .infographicSliderPage .infographicSliderPageTable {
          display: table;
          height: 100%; }
          .infographic1-wrapper .infographic1 .infographicSliderContainer .infographicSlider .infographicSliderPage .infographicSliderPageTable .infographicSliderPageTableCol {
            display: table-cell;
            vertical-align: middle; }
      .infographic1-wrapper .infographic1 .infographicSliderContainer .infographicSlider .slick-arrow {
        position: absolute;
        left: 0;
        bottom: 35%;
        z-index: 90;
        background-color: transparent;
        border: 0;
        text-indent: 100px;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer;
        border: solid #ffffff;
        border-width: 0 6px 6px 0;
        padding: 18px; }
        @media only screen and (min-width: 40.0625em) {
          .infographic1-wrapper .infographic1 .infographicSliderContainer .infographicSlider .slick-arrow {
            bottom: 25%; } }
        .infographic1-wrapper .infographic1 .infographicSliderContainer .infographicSlider .slick-arrow.slick-prev {
          left: 2rem;
          right: auto;
          transform: rotate(135deg);
          -webkit-transform: rotate(135deg); }
        .infographic1-wrapper .infographic1 .infographicSliderContainer .infographicSlider .slick-arrow.slick-next {
          left: auto;
          right: 2rem;
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg); }
  .infographic1-wrapper #infographic1A .infographicSliderContainer .infographicSlider .slick-track {
    position: relative;
    display: inline-block;
    /*
                    background-image: url("../img/infographic_blue_bg.svg");
                    background-position: left top;
                    background-repeat: no-repeat;
                    background-size: cover;
                    */ }
    .infographic1-wrapper #infographic1A .infographicSliderContainer .infographicSlider .slick-track:before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 120px;
      background-image: url("../img/infographic_blue_bg.png");
      background-position: left top;
      background-repeat: no-repeat;
      background-size: 100% 120px; }
      @media only screen and (min-width: 40.0625em) {
        .infographic1-wrapper #infographic1A .infographicSliderContainer .infographicSlider .slick-track:before {
          height: 200px;
          background-size: 100% 200px; } }
      @media only screen and (min-width: 64.0625em) {
        .infographic1-wrapper #infographic1A .infographicSliderContainer .infographicSlider .slick-track:before {
          height: 200px;
          background-size: 100% 200px; } }
  .infographic1-wrapper #infographic1A ul.slick-dots li:first-child {
    display: none; }
  .infographic1-wrapper #infographic1A ul.slick-dots li:last-child {
    display: none; }
  .infographic1-wrapper #infographic1A .infographicSliderPage {
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left bottom; }
  .infographic1-wrapper #infographic1A .infographicSliderPageHeader {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    margin-bottom: -2px; }
    .infographic1-wrapper #infographic1A .infographicSliderPageHeader .infographicSliderImage {
      display: table-cell;
      width: 100%;
      height: 60%;
      text-align: left;
      vertical-align: bottom; }
      .infographic1-wrapper #infographic1A .infographicSliderPageHeader .infographicSliderImage img {
        max-width: 60%;
        max-height: 120px;
        margin-left: 100px; }
        @media only screen and (min-width: 40.0625em) {
          .infographic1-wrapper #infographic1A .infographicSliderPageHeader .infographicSliderImage img {
            max-height: 200px; } }
    .infographic1-wrapper #infographic1A .infographicSliderPageHeader .infographicSliderNumber {
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #659412;
      color: #ffffff;
      font-size: 2rem;
      font-family: "TheSansSemiboldItalic";
      width: 50px;
      height: 50px;
      line-height: 50px;
      border-radius: 50%;
      text-align: center;
      z-index: 99;
      margin-top: 20%; }
      @media only screen and (min-width: 40.0625em) {
        .infographic1-wrapper #infographic1A .infographicSliderPageHeader .infographicSliderNumber {
          width: 64px;
          height: 64px;
          font-size: 2.5rem;
          line-height: 58px; } }
  .infographic1-wrapper #infographic1A .infographicSliderPageFooter {
    position: relative;
    display: block;
    width: 100%;
    min-height: 54px;
    background-color: #09376b;
    padding-bottom: 50px; }
    .infographic1-wrapper #infographic1A .infographicSliderPageFooter .infographicSliderText {
      color: #ffffff;
      text-align: center;
      padding-bottom: 20px;
      padding-top: 10px;
      width: 60%;
      margin-left: 20%; }
      .infographic1-wrapper #infographic1A .infographicSliderPageFooter .infographicSliderText h4 {
        color: #ffffff;
        margin-bottom: 0; }
      .infographic1-wrapper #infographic1A .infographicSliderPageFooter .infographicSliderText p {
        color: #ffffff;
        margin-bottom: 0; }
      @media only screen and (min-width: 40.0625em) {
        .infographic1-wrapper #infographic1A .infographicSliderPageFooter .infographicSliderText {
          width: 40%;
          margin-left: 30%; } }
  .infographic1-wrapper #infographic1B .infographicSliderContainer {
    position: relative;
    /*
            &:before{
                content: "";
                position: absolute;
                width: 100%;
                height: 1px;
                background-color: $lineGrey;
                left: 0;
                top: 50%;
                margin-top: -60px;
            }
            */ }
    .infographic1-wrapper #infographic1B .infographicSliderContainer .infographicSlider {
      max-width: 980px;
      margin: 0 auto; }
  .infographic1-wrapper #infographic1B .slick-arrow {
    border-color: #2e64a2;
    bottom: 50%; }
  .infographic1-wrapper #infographic1B .infographicSliderPage {
    padding: 0 0.625rem 60px 0.625rem; }
    @media only screen and (min-width: 40.0625em) {
      .infographic1-wrapper #infographic1B .infographicSliderPage {
        padding: 0 4rem 60px 4rem; } }
    @media only screen and (min-width: 64.0625em) {
      .infographic1-wrapper #infographic1B .infographicSliderPage {
        padding: 0 10rem 60px 10rem; } }
    .infographic1-wrapper #infographic1B .infographicSliderPage .sliderHalfSizeRow {
      height: 50%;
      padding-top: 3%; }
    .infographic1-wrapper #infographic1B .infographicSliderPage img {
      max-height: 400px;
      margin: 0 auto;
      display: table; }
    .infographic1-wrapper #infographic1B .infographicSliderPage .mediumText {
      font-family: "TheSansPlain";
      color: #659412;
      font-size: 32px; }
      @media only screen and (min-width: 40.0625em) {
        .infographic1-wrapper #infographic1B .infographicSliderPage .mediumText {
          font-size: 38px; } }
      @media only screen and (min-width: 64.0625em) {
        .infographic1-wrapper #infographic1B .infographicSliderPage .mediumText {
          font-size: 46px; } }
    .infographic1-wrapper #infographic1B .infographicSliderPage .largeText {
      font-family: "TheSansPlain";
      color: #659412;
      font-size: 30px; }
      @media only screen and (min-width: 40.0625em) {
        .infographic1-wrapper #infographic1B .infographicSliderPage .largeText {
          font-size: 40px; } }
      @media only screen and (min-width: 64.0625em) {
        .infographic1-wrapper #infographic1B .infographicSliderPage .largeText {
          font-size: 52px; } }
    .infographic1-wrapper #infographic1B .infographicSliderPage .xlargeText {
      font-family: "TheSansPlain";
      color: #659412;
      font-size: 40px; }
      @media only screen and (min-width: 40.0625em) {
        .infographic1-wrapper #infographic1B .infographicSliderPage .xlargeText {
          font-size: 60px; } }
      @media only screen and (min-width: 64.0625em) {
        .infographic1-wrapper #infographic1B .infographicSliderPage .xlargeText {
          font-size: 80px; } }
    .infographic1-wrapper #infographic1B .infographicSliderPage .xxlargeText {
      font-family: "TheSansPlain";
      color: #659412;
      font-size: 50px; }
      @media only screen and (min-width: 40.0625em) {
        .infographic1-wrapper #infographic1B .infographicSliderPage .xxlargeText {
          font-size: 75px; } }
      @media only screen and (min-width: 64.0625em) {
        .infographic1-wrapper #infographic1B .infographicSliderPage .xxlargeText {
          font-size: 90px; } }
    .infographic1-wrapper #infographic1B .infographicSliderPage p {
      font-family: "TheSansPlain";
      color: #636363;
      font-size: 20px; }
      @media only screen and (min-width: 40.0625em) {
        .infographic1-wrapper #infographic1B .infographicSliderPage p {
          font-size: 28px; } }
      @media only screen and (min-width: 64.0625em) {
        .infographic1-wrapper #infographic1B .infographicSliderPage p {
          font-size: 35px; } }
      .infographic1-wrapper #infographic1B .infographicSliderPage p.center {
        text-align: center; }
      .infographic1-wrapper #infographic1B .infographicSliderPage p.mediumText {
        font-family: "TheSansPlain";
        color: #636363;
        font-size: 20px; }
        @media only screen and (min-width: 40.0625em) {
          .infographic1-wrapper #infographic1B .infographicSliderPage p.mediumText {
            font-size: 24px; } }
        @media only screen and (min-width: 64.0625em) {
          .infographic1-wrapper #infographic1B .infographicSliderPage p.mediumText {
            font-size: 30px; } }

.infographic2-wrapper {
  padding-top: 0;
  padding-bottom: 3.75rem;
  margin-bottom: 3.75rem; }
  .infographic2-wrapper .infographic2 .infographicContentContainer {
    background-color: #f0f0f0; }
  .infographic2-wrapper .infographic2 .infographicContent {
    margin: 48px 0 48px 0; }
    .infographic2-wrapper .infographic2 .infographicContent .infographicContentMedia {
      text-align: center; }
  @media only screen and (min-width: 40.0625em) {
    .infographic2-wrapper .infographic2.fivehundred .infographicContent {
      height: 404px;
      width: 100%; } }
  @media only screen and (max-width: 40em) {
    .infographic2-wrapper .infographic2.fivehundred .infographicContent .infographicContentMedia {
      height: auto !important; } }
  @media only screen and (min-width: 40.0625em) {
    .infographic2-wrapper .infographic2.fivehundred .infographicContent .infographicContentMedia .lottieAnimation, .infographic2-wrapper .infographic2.fivehundred .infographicContent .infographicContentMedia img {
      max-height: 100% !important; } }
  .infographic2-wrapper .infographic2 .lottieAnimation--desktop {
    display: none; }
    @media only screen and (min-width: 40.0625em) {
      .infographic2-wrapper .infographic2 .lottieAnimation--desktop {
        display: block; } }
  .infographic2-wrapper .infographic2 .lottieAnimation--mobile {
    display: block; }
    @media only screen and (min-width: 40.0625em) {
      .infographic2-wrapper .infographic2 .lottieAnimation--mobile {
        display: none; } }
  .infographic2-wrapper .infographic2 .infographicFooter {
    padding: 0 0 20px 0; }
  .infographic2-wrapper .infographic2 .infographicHeadline {
    text-align: center;
    color: #659412; }
  .infographic2-wrapper .infographic2 .infographicNumber.infographicNumberLarge .infographicNumberLabel {
    font-size: 2rem; }
  .infographic2-wrapper .infographic2 .infographicNumber.infographicNumberLarge .infographicNumberValue {
    font-size: 6rem;
    font-family: "TheSansSemiboldItalic"; }
  .infographic2-wrapper .infographic2 .infographicNumber.infographicNumberSmall .infographicNumberLabel {
    font-size: 1rem; }
  .infographic2-wrapper .infographic2 .infographicNumber.infographicNumberSmall .infographicNumberValue {
    font-size: 2rem; }
  .infographic2-wrapper .infographic2 .infographicNumber .row .columns:first-child {
    padding-left: 0; }
  .infographic2-wrapper .infographic2 .infographicNumber .row .columns:last-child {
    padding-right: 0; }
  .infographic2-wrapper .infographic2 .infographicBlockLeft .infographicNumberLabel {
    text-align: left; }
  .infographic2-wrapper .infographic2 .infographicBlockLeft .infographicNumberValue {
    text-align: left; }
  .infographic2-wrapper .infographic2 .infographicBlockRight .infographicNumberLabel {
    text-align: right; }
  .infographic2-wrapper .infographic2 .infographicBlockRight .infographicNumberValue {
    text-align: right; }
  .infographic2-wrapper .infographic2 .infographicBarContainer {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 200px; }
    .infographic2-wrapper .infographic2 .infographicBarContainer .infographicBar {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 50px;
      height: 0px;
      background-color: #659412;
      display: inline-block;
      margin: 0.625rem; }
      .infographic2-wrapper .infographic2 .infographicBarContainer .infographicBar.infographicBar2 {
        left: auto;
        right: 0; }
  .infographic2-wrapper .infographic2 .infographicSubline {
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
    color: #636363;
    text-align: left; }
    .infographic2-wrapper .infographic2 .infographicSubline:first-child {
      margin-top: 1.25rem; }
    .infographic2-wrapper .infographic2 .infographicSubline:last-child {
      margin-bottom: 0; }

.featureTeaser-wrapper {
  margin-bottom: 3.75rem; }
  @media only screen and (min-width: 64.0625em) {
    .featureTeaser-wrapper:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      top: 0px;
      height: 100%;
      background-color: #f0f0f0;
      z-index: 0;
      top: 50px;
      height: calc(100% - 100px); } }
  .featureTeaser-wrapper .featureTeaser {
    position: relative;
    z-index: 1; }
    .featureTeaser-wrapper .featureTeaser .featureTeaserTextContainer {
      display: table;
      padding: 30px 0;
      margin: 0;
      height: 100%; }
      @media only screen and (min-width: 40.0625em) {
        .featureTeaser-wrapper .featureTeaser .featureTeaserTextContainer {
          padding: 50px 0; } }
      .featureTeaser-wrapper .featureTeaser .featureTeaserTextContainer .featureTeaserText {
        display: table-cell;
        vertical-align: middle;
        padding: 1.25rem 0 1.25rem 1.25rem;
        color: #6f6f6f; }
        .featureTeaser-wrapper .featureTeaser .featureTeaserTextContainer .featureTeaserText .featureTeaserTextTitle {
          font-size: 1.5rem; }
          @media only screen and (min-width: 40.0625em) {
            .featureTeaser-wrapper .featureTeaser .featureTeaserTextContainer .featureTeaserText .featureTeaserTextTitle {
              font-size: 2.4375rem; } }
        .featureTeaser-wrapper .featureTeaser .featureTeaserTextContainer .featureTeaserText p {
          font-size: 1.125rem; }
          @media only screen and (min-width: 40.0625em) {
            .featureTeaser-wrapper .featureTeaser .featureTeaserTextContainer .featureTeaserText p {
              font-size: 1.5625rem; } }
        .featureTeaser-wrapper .featureTeaser .featureTeaserTextContainer .featureTeaserText a {
          font-size: 1.125rem;
          color: #2e64a2;
          font-weight: bold; }
          @media only screen and (min-width: 40.0625em) {
            .featureTeaser-wrapper .featureTeaser .featureTeaserTextContainer .featureTeaserText a {
              font-size: 1.5625rem; } }
          .featureTeaser-wrapper .featureTeaser .featureTeaserTextContainer .featureTeaserText a:after {
            content: " >";
            position: absolute;
            margin: 0 0 0 5px; }
          .featureTeaser-wrapper .featureTeaser .featureTeaserTextContainer .featureTeaserText a:hover {
            text-decoration: underline; }
    .featureTeaser-wrapper .featureTeaser .featureTeaserTextColumn {
      background-color: #f0f0f0; }
      @media only screen and (min-width: 64.0625em) {
        .featureTeaser-wrapper .featureTeaser .featureTeaserTextColumn {
          background-color: transparent;
          padding-left: 0; } }
      @media only screen and (max-width: 64em) {
        .featureTeaser-wrapper .featureTeaser .featureTeaserTextColumn {
          height: auto !important; } }
    @media only screen and (min-width: 64.0625em) {
      .featureTeaser-wrapper .featureTeaser .featureTeaserImageColumn {
        padding-right: 0; } }
    @media only screen and (max-width: 64em) {
      .featureTeaser-wrapper .featureTeaser .featureTeaserImageColumn {
        height: auto !important;
        padding: 0; } }
    .featureTeaser-wrapper .featureTeaser .featureTeaserMedia {
      position: relative;
      margin-bottom: 0.8125em; }
      .featureTeaser-wrapper .featureTeaser .featureTeaserMedia:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%; }
      .featureTeaser-wrapper .featureTeaser .featureTeaserMedia > div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .featureTeaser-wrapper .featureTeaser .featureTeaserMedia .featureTeaserMediaIcon {
        display: none;
        position: absolute;
        z-index: 2;
        left: 50%;
        top: 50%;
        background-repeat: no-repeat;
        border: 3px solid #ffffff;
        width: 64px;
        height: 64px;
        border-radius: 50%;
        margin: -32px 0 0 -32px;
        background-position: center; }
        .featureTeaser-wrapper .featureTeaser .featureTeaserMedia .featureTeaserMediaIcon.featureTeaserMediaDownloadIcon {
          background-image: url(../img/icons/download.svg);
          background-size: 30px 30px; }
        .featureTeaser-wrapper .featureTeaser .featureTeaserMedia .featureTeaserMediaIcon.featureTeaserMediaPlayIcon {
          background-image: url(../img/icons/play-small-white.svg);
          background-size: 40px 40px;
          background-position-x: 14px; }
      .featureTeaser-wrapper .featureTeaser .featureTeaserMedia.image .featureTeaserMediaDownloadIcon {
        display: block; }
      .featureTeaser-wrapper .featureTeaser .featureTeaserMedia.video .featureTeaserMediaPlayIcon {
        display: block; }
      .featureTeaser-wrapper .featureTeaser .featureTeaserMedia.video video {
        position: absolute;
        z-index: 3;
        left: 0;
        top: 0;
        width: 100%;
        height: auto; }
      .featureTeaser-wrapper .featureTeaser .featureTeaserMedia.video-player {
        max-width: initial !important; }
      .featureTeaser-wrapper .featureTeaser .featureTeaserMedia .featureTeaserMediaContent {
        z-index: 1;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
      .featureTeaser-wrapper .featureTeaser .featureTeaserMedia.overlay .featureTeaserMediaIcon {
        z-index: 3; }
      .featureTeaser-wrapper .featureTeaser .featureTeaserMedia.overlay:hover .featureTeaserMediaIcon {
        display: none; }
      .featureTeaser-wrapper .featureTeaser .featureTeaserMedia.overlay .downloadOverlay {
        position: absolute;
        top: 0;
        bottom: auto;
        width: 100%;
        z-index: 2;
        user-select: none;
        transition: background-color 250ms; }
        .featureTeaser-wrapper .featureTeaser .featureTeaserMedia.overlay .downloadOverlay .downloadImage {
          cursor: pointer;
          position: absolute;
          background: #2e64a2;
          height: 48px;
          width: 48px;
          border-radius: 50%;
          text-align: center;
          line-height: 48px;
          top: 32px;
          right: 32px; }
          .featureTeaser-wrapper .featureTeaser .featureTeaserMedia.overlay .downloadOverlay .downloadImage::before, .featureTeaser-wrapper .featureTeaser .featureTeaserMedia.overlay .downloadOverlay .downloadImage::after {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 48px;
            height: 48px;
            content: '';
            transition: opacity 125ms;
            background: url(../img/icons/download-hover.svg) no-repeat;
            background-size: 24px 24px;
            background-position: center; }
          .featureTeaser-wrapper .featureTeaser .featureTeaserMedia.overlay .downloadOverlay .downloadImage::after {
            background: url(../img/icons/download.svg) no-repeat;
            background-color: #2e64a2;
            background-size: 24px 24px;
            background-position: center;
            border-radius: 50%; }
          .featureTeaser-wrapper .featureTeaser .featureTeaserMedia.overlay .downloadOverlay .downloadImage:hover::after {
            opacity: 0; }
        .featureTeaser-wrapper .featureTeaser .featureTeaserMedia.overlay .downloadOverlay .downloadIcons {
          opacity: 0;
          position: absolute;
          top: 88px;
          right: 38px; }
          .featureTeaser-wrapper .featureTeaser .featureTeaserMedia.overlay .downloadOverlay .downloadIcons .downloadIcon {
            display: block;
            margin-top: 8px;
            height: 36px;
            width: 36px;
            background: #2e64a2;
            border-radius: 50%;
            line-height: 36px;
            text-align: center;
            font-family: "TheSansPlain";
            font-size: 17px;
            font-weight: 600;
            color: #ffffff; }
        .featureTeaser-wrapper .featureTeaser .featureTeaserMedia.overlay .downloadOverlay.open .downloadIcons {
          opacity: 1; }
        .featureTeaser-wrapper .featureTeaser .featureTeaserMedia.overlay .downloadOverlay.open .downloadImage {
          background: #09376b; }
      @media only screen and (max-width: 40em) {
        .featureTeaser-wrapper .featureTeaser .featureTeaserMedia {
          margin-left: -1.1rem;
          margin-right: -1.1rem; } }
      @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
        .featureTeaser-wrapper .featureTeaser .featureTeaserMedia {
          margin-left: -2.5rem;
          margin-right: -2.5rem; } }
      @media only screen and (min-width: 40.0625em) {
        .featureTeaser-wrapper .featureTeaser .featureTeaserMedia {
          margin-bottom: 0; } }
      @media only screen and (max-width: 64em) {
        .featureTeaser-wrapper .featureTeaser .featureTeaserMedia {
          margin-top: -0.8125em; } }

.featureTeaserTwitter .featureTeaserText a {
  font-size: 0.875rem; }
  @media only screen and (min-width: 40.0625em) {
    .featureTeaserTwitter .featureTeaserText a {
      font-size: 1rem; } }

.featureTeaserTwitter .featureTeaserTwitterContainer {
  border: 1px solid #dfdfdf;
  height: 400px !important;
  overflow: auto; }
  @media only screen and (min-width: 40.0625em) {
    .featureTeaserTwitter .featureTeaserTwitterContainer {
      height: 600px !important; } }

.commentTeaser-wrapper {
  display: block;
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 3.75rem; }
  @media only screen and (min-width: 40.0625em) {
    .commentTeaser-wrapper {
      margin-top: 1rem; } }
  @media only screen and (min-width: 40.0625em) {
    .commentTeaser-wrapper .mainpadding {
      padding-right: calc(2.5rem - 0.375rem);
      padding-left: calc(2.5rem - 0.375rem); } }
  @media only screen and (min-width: 64.0625em) {
    .commentTeaser-wrapper .mainpadding {
      padding-right: calc(5.125rem - 0.375rem);
      padding-left: calc(5.125rem - 0.375rem); } }
  .commentTeaser-wrapper .commentTeaser {
    opacity: 0;
    display: block;
    position: relative;
    overflow-x: hidden;
    margin: 0;
    padding-bottom: 1.25rem; }
    @media only screen and (min-width: 85.25em) {
      .commentTeaser-wrapper .commentTeaser {
        margin: 0; } }
    .commentTeaser-wrapper .commentTeaser .commentTeaserElement {
      position: relative;
      display: block;
      float: left;
      background-color: #f0f0f0;
      padding-right: 0;
      padding-left: 0;
      background-clip: content-box; }
      @media only screen and (min-width: 40.0625em) {
        .commentTeaser-wrapper .commentTeaser .commentTeaserElement {
          padding-right: 0.375rem;
          padding-left: 0.375rem; } }
      .commentTeaser-wrapper .commentTeaser .commentTeaserElement .commentTeaserHeader {
        position: relative;
        height: 90px;
        width: 100%;
        background-color: #2e64a2;
        background-clip: content-box;
        margin-bottom: 80px; }
        @media only screen and (min-width: 40.0625em) {
          .commentTeaser-wrapper .commentTeaser .commentTeaserElement .commentTeaserHeader {
            height: 100px;
            margin-bottom: 90px; } }
        .commentTeaser-wrapper .commentTeaser .commentTeaserElement .commentTeaserHeader .commentTeaserElementImage {
          position: absolute;
          width: 120px;
          height: 120px;
          left: 50%;
          bottom: 0;
          margin-left: -60px;
          margin-bottom: -60px;
          border-radius: 50%;
          background-size: cover;
          background-position: center; }
          @media only screen and (min-width: 40.0625em) {
            .commentTeaser-wrapper .commentTeaser .commentTeaserElement .commentTeaserHeader .commentTeaserElementImage {
              width: 136px;
              height: 136px;
              margin-left: -68px;
              margin-bottom: -68px; } }
      .commentTeaser-wrapper .commentTeaser .commentTeaserElement .commentTeaserText {
        color: #6f6f6f;
        padding: 0.8125em 2rem; }
        .commentTeaser-wrapper .commentTeaser .commentTeaserElement .commentTeaserText .commentTeaserHeadline {
          text-align: center;
          margin-bottom: 0.625rem;
          font-size: 1.125rem;
          font-family: "TheSansLight";
          color: #659412; }
          @media only screen and (min-width: 40.0625em) {
            .commentTeaser-wrapper .commentTeaser .commentTeaserElement .commentTeaserText .commentTeaserHeadline {
              font-size: 1.5625rem; } }
        .commentTeaser-wrapper .commentTeaser .commentTeaserElement .commentTeaserText .commentTeaserName {
          text-align: center;
          margin-bottom: 0.625rem;
          font-size: 1rem;
          font-family: "TheSansLight";
          font-style: italic; }
          @media only screen and (min-width: 40.0625em) {
            .commentTeaser-wrapper .commentTeaser .commentTeaserElement .commentTeaserText .commentTeaserName {
              font-size: 1.0625rem; } }
        .commentTeaser-wrapper .commentTeaser .commentTeaserElement .commentTeaserText .primaryContentSpacer {
          width: 66px;
          margin-left: auto;
          margin-right: auto; }
        .commentTeaser-wrapper .commentTeaser .commentTeaserElement .commentTeaserText p {
          text-align: center;
          font-size: 0.875rem; }
          @media only screen and (min-width: 40.0625em) {
            .commentTeaser-wrapper .commentTeaser .commentTeaserElement .commentTeaserText p {
              font-size: 0.875rem; } }
    .commentTeaser-wrapper .commentTeaser .slick-track {
      margin: auto; }
  .commentTeaser-wrapper .commentTeaserSliderButton:hover {
    border-color: #133e80; }
  .commentTeaser-wrapper .commentTeaserSliderButton.prev {
    right: auto;
    left: 30px; }
    @media only screen and (max-width: 40em) {
      .commentTeaser-wrapper .commentTeaserSliderButton.prev {
        left: 30px !important; } }
  .commentTeaser-wrapper .commentTeaserSliderButton.next {
    left: auto;
    right: 30px; }
    @media only screen and (max-width: 40em) {
      .commentTeaser-wrapper .commentTeaserSliderButton.next {
        right: 30px !important; } }
  @media only screen and (max-width: 40em) {
    .commentTeaser-wrapper .commentTeaserSliderButton {
      display: none; } }

.bigHighlightTeaser-wrapper {
  margin-bottom: 3.75rem; }
  .bigHighlightTeaser-wrapper .bigHighlightTeaserOuterCol {
    padding-right: 0;
    padding-left: 0; }
    @media only screen and (max-width: 40em) {
      .bigHighlightTeaser-wrapper .bigHighlightTeaserOuterCol {
        padding: 0; }
        .bigHighlightTeaser-wrapper .bigHighlightTeaserOuterCol .bigHighlightTeaserContent {
          width: 100%;
          padding-right: .8125em;
          padding-left: .8125em; } }
  .bigHighlightTeaser-wrapper a {
    display: block; }
    .bigHighlightTeaser-wrapper a:hover .primaryContentSpacer {
      transition: all 0.5s;
      background-color: #3573b5; }
      @media only screen and (min-width: 40.0625em) {
        .bigHighlightTeaser-wrapper a:hover .primaryContentSpacer {
          width: 134px; } }
  .bigHighlightTeaser-wrapper .bigHighlightTeaser {
    width: 100%;
    position: relative; }
    .bigHighlightTeaser-wrapper .bigHighlightTeaser:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
    .bigHighlightTeaser-wrapper .bigHighlightTeaser > div {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .bigHighlightTeaser-wrapper .bigHighlightTeaser .bigHighlightTeaserContent {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .bigHighlightTeaser-wrapper .bigHighlightTeaser .bigHighlightTeaserContent .bigHighlightTeaserText {
        display: table;
        width: 100%;
        height: 100%;
        padding: 0.875rem 0; }
        @media only screen and (min-width: 40.0625em) {
          .bigHighlightTeaser-wrapper .bigHighlightTeaser .bigHighlightTeaserContent .bigHighlightTeaserText {
            padding: 2.5rem; } }
        .bigHighlightTeaser-wrapper .bigHighlightTeaser .bigHighlightTeaserContent .bigHighlightTeaserText .bigHighlightTeaserTextContent {
          display: table-cell;
          vertical-align: middle;
          text-align: center; }
          .bigHighlightTeaser-wrapper .bigHighlightTeaser .bigHighlightTeaserContent .bigHighlightTeaserText .bigHighlightTeaserTextContent p {
            color: #ffffff; }
        .bigHighlightTeaser-wrapper .bigHighlightTeaser .bigHighlightTeaserContent .bigHighlightTeaserText .bigHighlightTeaserTag {
          display: block;
          font-family: "TheSansPlain";
          text-align: center;
          font-size: 1.125rem;
          color: #ffffff;
          margin-bottom: 0.625rem; }
          @media only screen and (min-width: 64.0625em) {
            .bigHighlightTeaser-wrapper .bigHighlightTeaser .bigHighlightTeaserContent .bigHighlightTeaserText .bigHighlightTeaserTag {
              margin-bottom: 2.25rem; } }
        .bigHighlightTeaser-wrapper .bigHighlightTeaser .bigHighlightTeaserContent .bigHighlightTeaserText .bigHighlightTeaserTitle {
          display: block;
          font-family: "PublicoBanner";
          color: #ffffff;
          margin-bottom: 0.625rem;
          font-size: 2.0625rem;
          line-height: 2.5rem; }
          @media only screen and (min-width: 64.0625em) {
            .bigHighlightTeaser-wrapper .bigHighlightTeaser .bigHighlightTeaserContent .bigHighlightTeaserText .bigHighlightTeaserTitle {
              font-size: 3rem;
              line-height: 3.4375rem;
              margin-bottom: 1.5rem; } }
        .bigHighlightTeaser-wrapper .bigHighlightTeaser .bigHighlightTeaserContent .bigHighlightTeaserText .primaryContentSpacer {
          margin-left: auto;
          margin-right: auto; }
        .bigHighlightTeaser-wrapper .bigHighlightTeaser .bigHighlightTeaserContent .bigHighlightTeaserText p {
          display: block;
          color: #2e64a2;
          font-size: 1.375rem;
          line-height: 1.625rem; }
          @media only screen and (min-width: 64.0625em) {
            .bigHighlightTeaser-wrapper .bigHighlightTeaser .bigHighlightTeaserContent .bigHighlightTeaserText p {
              font-size: 1.5625rem;
              line-height: 1.875rem; } }
    .bigHighlightTeaser-wrapper .bigHighlightTeaser.blue .bigHighlightTeaserText .bigHighlightTeaserTitle, .bigHighlightTeaser-wrapper .bigHighlightTeaser.blue .bigHighlightTeaserText p {
      color: #2e64a2; }
    .bigHighlightTeaser-wrapper .bigHighlightTeaser.blue .bigHighlightTeaserText .primaryContentSpacer {
      background-color: #2e64a2; }
    .bigHighlightTeaser-wrapper .bigHighlightTeaser.white .bigHighlightTeaserText .bigHighlightTeaserTag, .bigHighlightTeaser-wrapper .bigHighlightTeaser.white .bigHighlightTeaserText .bigHighlightTeaserTitle, .bigHighlightTeaser-wrapper .bigHighlightTeaser.white .bigHighlightTeaserText p {
      color: #ffffff; }
    .bigHighlightTeaser-wrapper .bigHighlightTeaser.white .bigHighlightTeaserText .primaryContentSpacer {
      background-color: #ffffff; }
    .bigHighlightTeaser-wrapper .bigHighlightTeaser.green .bigHighlightTeaserText .bigHighlightTeaserTitle, .bigHighlightTeaser-wrapper .bigHighlightTeaser.green .bigHighlightTeaserText p {
      color: #659412; }
    .bigHighlightTeaser-wrapper .bigHighlightTeaser.green .bigHighlightTeaserText .primaryContentSpacer {
      background-color: #659412; }
    @media only screen and (max-width: 40em) {
      .bigHighlightTeaser-wrapper .bigHighlightTeaser:before {
        display: none; }
      .bigHighlightTeaser-wrapper .bigHighlightTeaser .bigHighlightTeaserContent {
        position: relative;
        display: table;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        min-height: 320px; }
        .bigHighlightTeaser-wrapper .bigHighlightTeaser .bigHighlightTeaserContent .bigHighlightTeaserText {
          display: table-cell;
          vertical-align: middle; }
          .bigHighlightTeaser-wrapper .bigHighlightTeaser .bigHighlightTeaserContent .bigHighlightTeaserText .bigHighlightTeaserTextContent {
            display: block; } }

.infographicScroll-wrapper {
  margin-bottom: 3.75rem; }
  @media only screen and (max-width: 40em) {
    .infographicScroll-wrapper {
      overflow-x: hidden; } }
  @media only screen and (max-width: 40em) {
    .infographicScroll-wrapper .infographicScrollBlockLeft {
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (min-width: 40.0625em) {
    .infographicScroll-wrapper .infographicScrollBlockLeft {
      padding-left: 0; } }
  @media only screen and (min-width: 40.0625em) {
    .infographicScroll-wrapper .infographicScrollBlockRight {
      padding-right: 0; } }
  .infographicScroll-wrapper .infographicScroll {
    background-color: #ebebeb;
    padding-top: 100px;
    padding-bottom: 120px; }
    .infographicScroll-wrapper .infographicScroll .infographicScrollTrigger {
      position: absolute;
      left: 0;
      top: 0; }
    .infographicScroll-wrapper .infographicScroll .infographicScrollHeader {
      text-align: center;
      padding: 2.5rem 0; }
      .infographicScroll-wrapper .infographicScroll .infographicScrollHeader .infographicScrollHeadline {
        font-family: "PublicoBanner";
        color: #2e64a2;
        font-size: 2.0625rem;
        line-height: 2.5rem; }
        @media only screen and (min-width: 64.0625em) {
          .infographicScroll-wrapper .infographicScroll .infographicScrollHeader .infographicScrollHeadline {
            font-size: 3rem;
            line-height: 3.4375rem; } }
      .infographicScroll-wrapper .infographicScroll .infographicScrollHeader .primaryContentSpacer {
        margin-left: auto;
        margin-right: auto; }
    .infographicScroll-wrapper .infographicScroll .infographicScrollBlock {
      position: relative;
      width: 100%;
      height: auto;
      background-color: #2e64a2;
      margin: 0 auto;
      padding: 2rem 1.25rem 1.25rem 1.25rem;
      max-width: 320px; }
      @media only screen and (min-width: 40.0625em) {
        .infographicScroll-wrapper .infographicScroll .infographicScrollBlock {
          float: left;
          margin: 10px 10px;
          width: 40%; } }
      @media only screen and (min-width: 64.0625em) {
        .infographicScroll-wrapper .infographicScroll .infographicScrollBlock {
          width: 30%; } }
      .infographicScroll-wrapper .infographicScroll .infographicScrollBlock .infographicScrollBlockArrow {
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 0; }
      .infographicScroll-wrapper .infographicScroll .infographicScrollBlock .infographicScrollBlockIcon {
        position: absolute;
        left: 50%;
        top: 0;
        width: 44px;
        height: 44px;
        margin-left: -22px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
      .infographicScroll-wrapper .infographicScroll .infographicScrollBlock.infographicScrollBlockPositives {
        background-color: #2e64a2; }
        @media only screen and (min-width: 40.0625em) {
          .infographicScroll-wrapper .infographicScroll .infographicScrollBlock.infographicScrollBlockPositives {
            margin-left: 7.5%; } }
        @media only screen and (min-width: 64.0625em) {
          .infographicScroll-wrapper .infographicScroll .infographicScrollBlock.infographicScrollBlockPositives {
            margin-left: 20%; } }
        .infographicScroll-wrapper .infographicScroll .infographicScrollBlock.infographicScrollBlockPositives .infographicScrollBlockArrow {
          border-left: 100px solid transparent;
          border-right: 100px solid transparent;
          border-bottom: 100px solid #2e64a2;
          margin-top: -100px; }
        .infographicScroll-wrapper .infographicScroll .infographicScrollBlock.infographicScrollBlockPositives .infographicScrollBlockIcon {
          background-image: url(../img/icons/plus.svg);
          margin-top: -70px; }
          @media only screen and (min-width: 40.0625em) {
            .infographicScroll-wrapper .infographicScroll .infographicScrollBlock.infographicScrollBlockPositives .infographicScrollBlockIcon {
              margin-top: -60px; } }
          @media only screen and (min-width: 64.0625em) {
            .infographicScroll-wrapper .infographicScroll .infographicScrollBlock.infographicScrollBlockPositives .infographicScrollBlockIcon {
              margin-top: -70px; } }
          @media only screen and (min-width: 85.25em) {
            .infographicScroll-wrapper .infographicScroll .infographicScrollBlock.infographicScrollBlockPositives .infographicScrollBlockIcon {
              margin-top: -80px; } }
      .infographicScroll-wrapper .infographicScroll .infographicScrollBlock.infographicScrollBlockNegatives {
        background-color: #09376b; }
        .infographicScroll-wrapper .infographicScroll .infographicScrollBlock.infographicScrollBlockNegatives .infographicScrollBlockArrow {
          top: auto;
          bottom: 0;
          border-left: 100px solid transparent;
          border-right: 100px solid transparent;
          border-top: 100px solid #09376b;
          margin-bottom: -100px; }
        .infographicScroll-wrapper .infographicScroll .infographicScrollBlock.infographicScrollBlockNegatives .infographicScrollBlockIcon {
          top: auto;
          bottom: 0;
          background-image: url(../img/icons/minus.svg);
          margin-bottom: -70px; }
          @media only screen and (min-width: 40.0625em) {
            .infographicScroll-wrapper .infographicScroll .infographicScrollBlock.infographicScrollBlockNegatives .infographicScrollBlockIcon {
              margin-bottom: -60px; } }
          @media only screen and (min-width: 64.0625em) {
            .infographicScroll-wrapper .infographicScroll .infographicScrollBlock.infographicScrollBlockNegatives .infographicScrollBlockIcon {
              margin-bottom: -70px; } }
          @media only screen and (min-width: 85.25em) {
            .infographicScroll-wrapper .infographicScroll .infographicScrollBlock.infographicScrollBlockNegatives .infographicScrollBlockIcon {
              margin-bottom: -80px; } }
      .infographicScroll-wrapper .infographicScroll .infographicScrollBlock ul.infographicScrollBlockText {
        margin-top: 20px;
        overflow: hidden;
        list-style-type: none; }
        .infographicScroll-wrapper .infographicScroll .infographicScrollBlock ul.infographicScrollBlockText li {
          color: #ffffff;
          padding: 0.625rem 0;
          border-bottom: 1px solid #dfdfdf;
          font-size: 1.0625rem; }
          .infographicScroll-wrapper .infographicScroll .infographicScrollBlock ul.infographicScrollBlockText li::before {
            display: none; }
          .infographicScroll-wrapper .infographicScroll .infographicScrollBlock ul.infographicScrollBlockText li:last-child {
            border: 0; }
  .infographicScroll-wrapper .infographicNews {
    position: relative;
    margin-bottom: 3.75rem; }
    @media only screen and (min-width: 40.0625em) {
      .infographicScroll-wrapper .infographicNews {
        margin-bottom: 0; } }
    .infographicScroll-wrapper .infographicNews .infographicNewsBlockContainer {
      position: relative; }
      .infographicScroll-wrapper .infographicNews .infographicNewsBlockContainer .infographicNewsBlock {
        background-color: #ebebeb;
        margin-bottom: 0.625rem;
        display: inline-block;
        height: 100%;
        padding-bottom: 1.625rem;
        background-clip: content-box; }
        @media only screen and (min-width: 40.0625em) {
          .infographicScroll-wrapper .infographicNews .infographicNewsBlockContainer .infographicNewsBlock {
            display: block; } }
        .infographicScroll-wrapper .infographicNews .infographicNewsBlockContainer .infographicNewsBlock:last-child {
          margin-bottom: 0; }
        .infographicScroll-wrapper .infographicNews .infographicNewsBlockContainer .infographicNewsBlock .infographicNewsBlockImage {
          position: relative; }
          .infographicScroll-wrapper .infographicNews .infographicNewsBlockContainer .infographicNewsBlock .infographicNewsBlockImage:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 56.25%; }
          .infographicScroll-wrapper .infographicNews .infographicNewsBlockContainer .infographicNewsBlock .infographicNewsBlockImage > div {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
          .infographicScroll-wrapper .infographicNews .infographicNewsBlockContainer .infographicNewsBlock .infographicNewsBlockImage .infographicNewsBlockImageContent {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center; }
        .infographicScroll-wrapper .infographicNews .infographicNewsBlockContainer .infographicNewsBlock .infographicNewsBlockText {
          padding: 1.625rem 0.625rem 0.625rem 0.625rem; }
          .infographicScroll-wrapper .infographicNews .infographicNewsBlockContainer .infographicNewsBlock .infographicNewsBlockText .infographicNewsBlockDate {
            font-size: 1.0625rem;
            font-weight: bold;
            margin-bottom: 1.25rem; }
          .infographicScroll-wrapper .infographicNews .infographicNewsBlockContainer .infographicNewsBlock .infographicNewsBlockText .infographicNewsBlockTitle {
            font-weight: bold;
            color: #09376b;
            font-size: 1.0625rem;
            margin-bottom: 1.625rem; }
          .infographicScroll-wrapper .infographicNews .infographicNewsBlockContainer .infographicNewsBlock .infographicNewsBlockText p {
            font-size: 1.0625rem; }
            @media only screen and (min-width: 40.0625em) {
              .infographicScroll-wrapper .infographicNews .infographicNewsBlockContainer .infographicNewsBlock .infographicNewsBlockText p {
                font-size: 1rem; } }
        .infographicScroll-wrapper .infographicNews .infographicNewsBlockContainer .infographicNewsBlock.bluenews {
          background-color: #09376b; }
          .infographicScroll-wrapper .infographicNews .infographicNewsBlockContainer .infographicNewsBlock.bluenews .infographicNewsBlockDate {
            color: #ffffff; }
          .infographicScroll-wrapper .infographicNews .infographicNewsBlockContainer .infographicNewsBlock.bluenews .infographicNewsBlockTitle {
            color: #ffffff; }
          .infographicScroll-wrapper .infographicNews .infographicNewsBlockContainer .infographicNewsBlock.bluenews p {
            color: #ffffff; }
    .infographicScroll-wrapper .infographicNews .infographicNewsFooter {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 30px;
      background-color: #2e64a2;
      display: none; }
      @media only screen and (min-width: 40.0625em) {
        .infographicScroll-wrapper .infographicNews .infographicNewsFooter {
          display: block; } }
      .infographicScroll-wrapper .infographicNews .infographicNewsFooter .infographicNewsFooterArrow {
        position: absolute;
        right: 10px;
        top: 0;
        width: 30px;
        height: 100%;
        background-size: 20px 13px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer; }
        .infographicScroll-wrapper .infographicNews .infographicNewsFooter .infographicNewsFooterArrow.infographicNewsFooterArrowUp {
          right: 40px;
          background-image: url(../img/icons/accordion-up-white.svg); }
        .infographicScroll-wrapper .infographicNews .infographicNewsFooter .infographicNewsFooterArrow.infographicNewsFooterArrowDown {
          background-image: url(../img/icons/accordion-down-white.svg); }
        .infographicScroll-wrapper .infographicNews .infographicNewsFooter .infographicNewsFooterArrow.disabled {
          pointer-events: none;
          opacity: 0.5; }
    @media only screen and (min-width: 40.0625em) {
      .infographicScroll-wrapper .infographicNews.newsTeaserBlock .infographicNewsBlock {
        margin-bottom: 1.625rem; }
        .infographicScroll-wrapper .infographicNews.newsTeaserBlock .infographicNewsBlock:last-child {
          margin-bottom: 1.625rem; } }
    .infographicScroll-wrapper .infographicNews.newsTeaserBlock .slick-slider {
      margin-left: -25px; }

.surveyModule-wrapper {
  margin-bottom: 3.75rem; }
  .surveyModule-wrapper .surveyModule, .surveyModule-wrapper .surveyModule2 {
    position: relative;
    z-index: 1;
    min-height: 380px; }
    .surveyModule-wrapper .surveyModule .surveyModuleBlockLeft, .surveyModule-wrapper .surveyModule2 .surveyModuleBlockLeft {
      background-color: #09376b;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 40.0625em) {
        .surveyModule-wrapper .surveyModule .surveyModuleBlockLeft, .surveyModule-wrapper .surveyModule2 .surveyModuleBlockLeft {
          background-clip: content-box;
          padding-left: 0;
          padding-right: 0; } }
    @media only screen and (max-width: 40em) {
      .surveyModule-wrapper .surveyModule .surveyModuleBlockRight, .surveyModule-wrapper .surveyModule2 .surveyModuleBlockRight {
        padding-left: 0;
        padding-right: 0; } }
    @media only screen and (min-width: 40.0625em) {
      .surveyModule-wrapper .surveyModule .surveyModuleBlockRight, .surveyModule-wrapper .surveyModule2 .surveyModuleBlockRight {
        padding-left: 0;
        padding-right: 0; }
        .surveyModule-wrapper .surveyModule .surveyModuleBlockRight .inner, .surveyModule-wrapper .surveyModule2 .surveyModuleBlockRight .inner {
          position: relative;
          top: 50%;
          transform: translateY(-50%); } }
    .surveyModule-wrapper .surveyModule .surveyModuleStatement, .surveyModule-wrapper .surveyModule2 .surveyModuleStatement {
      display: table;
      height: 100%;
      color: #ffffff;
      text-align: center;
      padding: 2.5rem;
      height: 100%;
      margin: 0 auto; }
      .surveyModule-wrapper .surveyModule .surveyModuleStatement .surveyModuleStatementContent, .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleStatementContent {
        display: table-cell;
        vertical-align: middle; }
        .surveyModule-wrapper .surveyModule .surveyModuleStatement .surveyModuleStatementContent .surveyModuleStatementTitle, .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleStatementContent .surveyModuleStatementTitle {
          font-family: "PublicoBanner";
          font-size: 2.0625rem;
          line-height: 2.5rem; }
          @media only screen and (min-width: 64.0625em) {
            .surveyModule-wrapper .surveyModule .surveyModuleStatement .surveyModuleStatementContent .surveyModuleStatementTitle, .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleStatementContent .surveyModuleStatementTitle {
              font-size: 3rem;
              line-height: 3.4375rem; } }
        .surveyModule-wrapper .surveyModule .surveyModuleStatement .surveyModuleStatementContent .surveyModuleStatementText, .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleStatementContent .surveyModuleStatementText {
          color: #ffffff;
          font-size: 1.125rem; }
          @media only screen and (min-width: 64.0625em) {
            .surveyModule-wrapper .surveyModule .surveyModuleStatement .surveyModuleStatementContent .surveyModuleStatementText, .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleStatementContent .surveyModuleStatementText {
              font-size: 1.5625rem; } }
    .surveyModule-wrapper .surveyModule .surveyModuleError, .surveyModule-wrapper .surveyModule2 .surveyModuleError {
      display: none;
      padding: 2.5rem 0;
      height: 40%; }
      .surveyModule-wrapper .surveyModule .surveyModuleError p, .surveyModule-wrapper .surveyModule2 .surveyModuleError p {
        color: #ffffff;
        text-align: center; }
    .surveyModule-wrapper .surveyModule .surveyModuleResult, .surveyModule-wrapper .surveyModule2 .surveyModuleResult {
      display: none;
      padding: 2.5rem 0;
      height: 40%; }
      .surveyModule-wrapper .surveyModule .surveyModuleResult .surveyModuleResultBlock, .surveyModule-wrapper .surveyModule2 .surveyModuleResult .surveyModuleResultBlock {
        position: relative;
        display: table;
        margin: 0 auto; }
        .surveyModule-wrapper .surveyModule .surveyModuleResult .surveyModuleResultBlock .surveyModuleResultIcon, .surveyModule-wrapper .surveyModule2 .surveyModuleResult .surveyModuleResultBlock .surveyModuleResultIcon {
          position: absolute;
          top: 0;
          left: 0;
          background-color: #ffffff;
          width: 50px;
          height: 50px;
          border-radius: 50%;
          text-align: center;
          background-size: 85%;
          background-position: center;
          background-repeat: no-repeat;
          display: inline-block;
          margin: 0.5rem 0; }
          .surveyModule-wrapper .surveyModule .surveyModuleResult .surveyModuleResultBlock .surveyModuleResultIcon.surveyModuleResultIconYes, .surveyModule-wrapper .surveyModule2 .surveyModuleResult .surveyModuleResultBlock .surveyModuleResultIcon.surveyModuleResultIconYes {
            background-image: url(../img/icons/result-like.svg); }
          .surveyModule-wrapper .surveyModule .surveyModuleResult .surveyModuleResultBlock .surveyModuleResultIcon.surveyModuleResultIconNo, .surveyModule-wrapper .surveyModule2 .surveyModuleResult .surveyModuleResultBlock .surveyModuleResultIcon.surveyModuleResultIconNo {
            background-image: url(../img/icons/result-dislike.svg); }
        .surveyModule-wrapper .surveyModule .surveyModuleResult .surveyModuleResultBlock .surveyModuleResultValue, .surveyModule-wrapper .surveyModule2 .surveyModuleResult .surveyModuleResultBlock .surveyModuleResultValue {
          color: #ffffff;
          font-family: "PublicoBanner";
          padding-left: 60px;
          font-size: 2.0625rem;
          line-height: 2.5rem; }
          @media only screen and (min-width: 64.0625em) {
            .surveyModule-wrapper .surveyModule .surveyModuleResult .surveyModuleResultBlock .surveyModuleResultValue, .surveyModule-wrapper .surveyModule2 .surveyModuleResult .surveyModuleResultBlock .surveyModuleResultValue {
              font-size: 3rem;
              line-height: 3.4375rem; } }
        .surveyModule-wrapper .surveyModule .surveyModuleResult .surveyModuleResultBlock .surveyModuleResultLabel, .surveyModule-wrapper .surveyModule2 .surveyModuleResult .surveyModuleResultBlock .surveyModuleResultLabel {
          color: #ffffff;
          padding-left: 60px;
          font-size: 1.125rem; }
          @media only screen and (min-width: 64.0625em) {
            .surveyModule-wrapper .surveyModule .surveyModuleResult .surveyModuleResultBlock .surveyModuleResultLabel, .surveyModule-wrapper .surveyModule2 .surveyModuleResult .surveyModuleResultBlock .surveyModuleResultLabel {
              font-size: 1.625rem; } }
    .surveyModule-wrapper .surveyModule .surveyModuleQuestion, .surveyModule-wrapper .surveyModule .surveyModuleQuestionFeedback, .surveyModule-wrapper .surveyModule2 .surveyModuleQuestion, .surveyModule-wrapper .surveyModule2 .surveyModuleQuestionFeedback {
      background-color: #f0f0f0;
      padding: 3.125rem .8125em 3.125rem 1.625em;
      margin: 0;
      color: #6f6f6f; }
      @media only screen and (min-width: 40.0625em) {
        .surveyModule-wrapper .surveyModule .surveyModuleQuestion, .surveyModule-wrapper .surveyModule .surveyModuleQuestionFeedback, .surveyModule-wrapper .surveyModule2 .surveyModuleQuestion, .surveyModule-wrapper .surveyModule2 .surveyModuleQuestionFeedback {
          padding: 5rem .8125em 5rem 1.625em; } }
      .surveyModule-wrapper .surveyModule .surveyModuleQuestion .surveyModuleQuestionTitle, .surveyModule-wrapper .surveyModule .surveyModuleQuestionFeedback .surveyModuleQuestionTitle, .surveyModule-wrapper .surveyModule2 .surveyModuleQuestion .surveyModuleQuestionTitle, .surveyModule-wrapper .surveyModule2 .surveyModuleQuestionFeedback .surveyModuleQuestionTitle {
        font-size: 1.5rem; }
        @media only screen and (min-width: 64.0625em) {
          .surveyModule-wrapper .surveyModule .surveyModuleQuestion .surveyModuleQuestionTitle, .surveyModule-wrapper .surveyModule .surveyModuleQuestionFeedback .surveyModuleQuestionTitle, .surveyModule-wrapper .surveyModule2 .surveyModuleQuestion .surveyModuleQuestionTitle, .surveyModule-wrapper .surveyModule2 .surveyModuleQuestionFeedback .surveyModuleQuestionTitle {
            font-size: 2.4375rem; } }
      .surveyModule-wrapper .surveyModule .surveyModuleQuestion .surveyModuleQuestionText, .surveyModule-wrapper .surveyModule .surveyModuleQuestionFeedback .surveyModuleQuestionText, .surveyModule-wrapper .surveyModule2 .surveyModuleQuestion .surveyModuleQuestionText, .surveyModule-wrapper .surveyModule2 .surveyModuleQuestionFeedback .surveyModuleQuestionText {
        font-size: 1.125rem; }
        @media only screen and (min-width: 64.0625em) {
          .surveyModule-wrapper .surveyModule .surveyModuleQuestion .surveyModuleQuestionText, .surveyModule-wrapper .surveyModule .surveyModuleQuestionFeedback .surveyModuleQuestionText, .surveyModule-wrapper .surveyModule2 .surveyModuleQuestion .surveyModuleQuestionText, .surveyModule-wrapper .surveyModule2 .surveyModuleQuestionFeedback .surveyModuleQuestionText {
            font-size: 1.5625rem; } }
      .surveyModule-wrapper .surveyModule .surveyModuleQuestion .primaryContentSpacer, .surveyModule-wrapper .surveyModule .surveyModuleQuestionFeedback .primaryContentSpacer, .surveyModule-wrapper .surveyModule2 .surveyModuleQuestion .primaryContentSpacer, .surveyModule-wrapper .surveyModule2 .surveyModuleQuestionFeedback .primaryContentSpacer {
        background-color: #09376b; }
      .surveyModule-wrapper .surveyModule .surveyModuleQuestion .surveyModuleQuestionButton, .surveyModule-wrapper .surveyModule .surveyModuleQuestionFeedback .surveyModuleQuestionButton, .surveyModule-wrapper .surveyModule2 .surveyModuleQuestion .surveyModuleQuestionButton, .surveyModule-wrapper .surveyModule2 .surveyModuleQuestionFeedback .surveyModuleQuestionButton {
        background-color: #09376b;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
        margin: 1.25rem 1.25rem 0 0;
        cursor: pointer;
        transition: background-color 0.5s; }
        .surveyModule-wrapper .surveyModule .surveyModuleQuestion .surveyModuleQuestionButton:hover, .surveyModule-wrapper .surveyModule .surveyModuleQuestionFeedback .surveyModuleQuestionButton:hover, .surveyModule-wrapper .surveyModule2 .surveyModuleQuestion .surveyModuleQuestionButton:hover, .surveyModule-wrapper .surveyModule2 .surveyModuleQuestionFeedback .surveyModuleQuestionButton:hover {
          background-color: #2e64a2; }
        .surveyModule-wrapper .surveyModule .surveyModuleQuestion .surveyModuleQuestionButton.surveyModuleQuestionButtonYes, .surveyModule-wrapper .surveyModule .surveyModuleQuestionFeedback .surveyModuleQuestionButton.surveyModuleQuestionButtonYes, .surveyModule-wrapper .surveyModule2 .surveyModuleQuestion .surveyModuleQuestionButton.surveyModuleQuestionButtonYes, .surveyModule-wrapper .surveyModule2 .surveyModuleQuestionFeedback .surveyModuleQuestionButton.surveyModuleQuestionButtonYes {
          background-image: url(../img/icons/result-like-outline.svg); }
        .surveyModule-wrapper .surveyModule .surveyModuleQuestion .surveyModuleQuestionButton.surveyModuleQuestionButtonNo, .surveyModule-wrapper .surveyModule .surveyModuleQuestionFeedback .surveyModuleQuestionButton.surveyModuleQuestionButtonNo, .surveyModule-wrapper .surveyModule2 .surveyModuleQuestion .surveyModuleQuestionButton.surveyModuleQuestionButtonNo, .surveyModule-wrapper .surveyModule2 .surveyModuleQuestionFeedback .surveyModuleQuestionButton.surveyModuleQuestionButtonNo {
          background-image: url(../img/icons/result-dislike-outline.svg); }
    .surveyModule-wrapper .surveyModule .surveyModuleQuestionFeedback, .surveyModule-wrapper .surveyModule2 .surveyModuleQuestionFeedback {
      display: none; }
    .surveyModule-wrapper .surveyModule.showResult .surveyModuleStatement, .surveyModule-wrapper .surveyModule2.showResult .surveyModuleStatement {
      height: 60%; }
    .surveyModule-wrapper .surveyModule.showResult .surveyModuleResult, .surveyModule-wrapper .surveyModule2.showResult .surveyModuleResult {
      display: block; }
    .surveyModule-wrapper .surveyModule.showResult .surveyModuleQuestion, .surveyModule-wrapper .surveyModule2.showResult .surveyModuleQuestion {
      display: none; }
    .surveyModule-wrapper .surveyModule.showResult .surveyModuleQuestionFeedback, .surveyModule-wrapper .surveyModule2.showResult .surveyModuleQuestionFeedback {
      display: block; }
    .surveyModule-wrapper .surveyModule.showError .surveyModuleStatement, .surveyModule-wrapper .surveyModule2.showError .surveyModuleStatement {
      height: 60%; }
    .surveyModule-wrapper .surveyModule.showError .surveyModuleError, .surveyModule-wrapper .surveyModule2.showError .surveyModuleError {
      display: block; }
  .surveyModule-wrapper .surveyModule2 {
    position: relative; }
    .surveyModule-wrapper .surveyModule2 .surveyModulePreloader {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: none;
      z-index: 20;
      display: none;
      background-color: rgba(255, 255, 255, 0.5);
      opacity: 0.5;
      background-image: url("../img/preloader.gif");
      background-size: 64px 64px;
      background-position: center center;
      background-repeat: no-repeat; }
    @media only screen and (max-width: 40em) {
      .surveyModule-wrapper .surveyModule2 .surveyModuleBlockLeft {
        margin-left: -1.125rem;
        margin-right: -1.125rem;
        width: auto; } }
    .surveyModule-wrapper .surveyModule2 .surveyModuleStatement {
      display: block;
      height: auto;
      padding: 2.5rem; }
      @media only screen and (max-width: 40em) {
        .surveyModule-wrapper .surveyModule2 .surveyModuleStatement {
          padding: 0; } }
      .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleStatementContent {
        display: block; }
        @media only screen and (max-width: 40em) {
          .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleStatementContent {
            padding: 0 2.5rem 0 2.5rem; } }
        .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleStatementContent .surveyModuleStatementTitle {
          font-family: "PublicoBanner";
          font-size: 2.0625rem;
          line-height: 2.5rem; }
          @media only screen and (min-width: 64.0625em) {
            .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleStatementContent .surveyModuleStatementTitle {
              font-size: 3rem;
              line-height: 3.4375rem; } }
        .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleStatementContent .surveyModuleStatementText {
          color: #ffffff;
          font-size: 1.125rem; }
          @media only screen and (min-width: 64.0625em) {
            .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleStatementContent .surveyModuleStatementText {
              font-size: 1.5625rem; } }
      .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer {
        display: block;
        position: relative;
        margin: 0 0 4rem 0;
        float: left;
        padding: 0; }
        @media only screen and (max-width: 40em) {
          .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer {
            padding: 0 0.2875rem; } }
        @media only screen and (min-width: 85.25em) {
          .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer {
            padding: 0 2.5rem; } }
        .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer .surveyModuleQuestionContainerRow {
          position: relative;
          float: left;
          width: 100%;
          margin-bottom: 0.875rem; }
          .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer .surveyModuleQuestionContainerRow .surveyModuleQuestionButton {
            display: table;
            position: relative;
            background-color: #ffffff;
            border-radius: 0;
            text-align: left;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            margin: 0 0 0.875rem 0;
            cursor: pointer;
            transition: background-color 0.5s;
            padding-left: 50px;
            width: 95%;
            margin: 0 auto;
            min-height: 72px; }
            @media only screen and (min-width: 40.0625em) {
              .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer .surveyModuleQuestionContainerRow .surveyModuleQuestionButton {
                width: 70%; } }
            .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer .surveyModuleQuestionContainerRow .surveyModuleQuestionButton:before {
              content: "";
              position: absolute;
              left: 0.875rem;
              top: 50%;
              color: #09376b;
              font-family: "PublicoBanner";
              font-size: 2.25rem;
              line-height: 2.25rem;
              -moz-transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
            .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer .surveyModuleQuestionContainerRow .surveyModuleQuestionButton span {
              display: table-cell;
              vertical-align: middle;
              padding: 1.125rem;
              background-color: #f0f0f0;
              color: #000000;
              transition: background-color 0.5s; }
            .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer .surveyModuleQuestionContainerRow .surveyModuleQuestionButton:hover {
              background-color: #f0f0f0; }
              .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer .surveyModuleQuestionContainerRow .surveyModuleQuestionButton:hover span {
                background-color: #2e64a2;
                color: #ffffff; }
          .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer .surveyModuleQuestionContainerRow:nth-child(1) .surveyModuleQuestionButton:before {
            content: "A"; }
          .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer .surveyModuleQuestionContainerRow:nth-child(2) .surveyModuleQuestionButton:before {
            content: "B"; }
          .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer .surveyModuleQuestionContainerRow:nth-child(3) .surveyModuleQuestionButton:before {
            content: "C"; }
          .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer .surveyModuleQuestionContainerRow:nth-child(4) .surveyModuleQuestionButton:before {
            content: "D"; }
          .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer .surveyModuleQuestionContainerRow:nth-child(5) .surveyModuleQuestionButton:before {
            content: "E"; }
          .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer .surveyModuleQuestionContainerRow:nth-child(6) .surveyModuleQuestionButton:before {
            content: "F"; }
          .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer .surveyModuleQuestionContainerRow .surveyModuleResult {
            display: none;
            width: 0;
            overflow: hidden; }
        .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer.show-result .surveyModuleQuestionContainerRow .surveyModuleQuestionButton {
          width: 70%;
          margin: 0;
          display: table;
          float: left;
          pointer-events: none; }
          @media only screen and (min-width: 40.0625em) {
            .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer.show-result .surveyModuleQuestionContainerRow .surveyModuleQuestionButton {
              width: 70%; } }
        .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer.show-result .surveyModuleQuestionContainerRow .surveyModuleResult {
          display: table;
          width: 30%;
          height: auto;
          margin: 0;
          padding: 0 0 0 1rem;
          text-align: left; }
          @media only screen and (min-width: 40.0625em) {
            .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer.show-result .surveyModuleQuestionContainerRow .surveyModuleResult {
              width: 30%; } }
          @media only screen and (min-width: 64.0625em) {
            .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer.show-result .surveyModuleQuestionContainerRow .surveyModuleResult {
              padding: 0 0 0 1.5rem; } }
          .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer.show-result .surveyModuleQuestionContainerRow .surveyModuleResult .surveyModuleResultContent {
            display: table-cell;
            vertical-align: middle; }
            .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer.show-result .surveyModuleQuestionContainerRow .surveyModuleResult .surveyModuleResultContent span {
              font-family: "PublicoBanner";
              font-size: 1.125rem;
              color: #ffffff; }
            .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer.show-result .surveyModuleQuestionContainerRow .surveyModuleResult .surveyModuleResultContent p {
              color: #ffffff;
              margin-bottom: 0;
              display: none; }
            @media only screen and (min-width: 40.0625em) {
              .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer.show-result .surveyModuleQuestionContainerRow .surveyModuleResult .surveyModuleResultContent {
                width: 40%; } }
            @media only screen and (min-width: 64.0625em) {
              .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer.show-result .surveyModuleQuestionContainerRow .surveyModuleResult .surveyModuleResultContent {
                width: 40%; } }
        .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer.show-result .surveyModuleQuestionContainerRow.highlight .surveyModuleQuestionButton span {
          background-color: #2e64a2;
          color: #ffffff; }
        .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer.show-result .surveyModuleQuestionContainerRow.highlight .surveyModuleResult span {
          font-size: 2.25rem; }
        .surveyModule-wrapper .surveyModule2 .surveyModuleStatement .surveyModuleQuestionContainer.show-result .surveyModuleQuestionContainerRow.highlight .surveyModuleResult .surveyModuleResultContent p {
          display: block; }

.article-header-wrapper {
  margin-bottom: 10px; }
  .article-header-wrapper .article-header .button {
    position: relative;
    float: left;
    display: inline-block;
    width: auto;
    height: 49px;
    padding: 13px 0.875rem 14px 0.875rem; }
  .article-header-wrapper .article-header .shareButtonContainer {
    position: relative;
    float: left;
    margin-left: 0.625rem;
    background-color: #2e64a2; }
    .article-header-wrapper .article-header .shareButtonContainer .shareButton {
      width: 49px; }
      .article-header-wrapper .article-header .shareButtonContainer .shareButton svg {
        margin-top: 2px; }
        .article-header-wrapper .article-header .shareButtonContainer .shareButton svg path {
          fill: #ffffff; }
    .article-header-wrapper .article-header .shareButtonContainer .shareButtons {
      display: none;
      position: relative;
      float: left;
      padding: 0 0.625rem; }
      .article-header-wrapper .article-header .shareButtonContainer .shareButtons .jssocials-share a {
        border-radius: 0.25rem; }
      .article-header-wrapper .article-header .shareButtonContainer .shareButtons .jssocials-share-email .jssocials-share-link {
        background-color: #bf4c4c; }
    .article-header-wrapper .article-header .shareButtonContainer:hover {
      background-color: #ebebeb; }
      .article-header-wrapper .article-header .shareButtonContainer:hover .shareButton {
        background-color: #ebebeb; }
        .article-header-wrapper .article-header .shareButtonContainer:hover .shareButton svg path {
          fill: #2e64a2; }
    @media only screen and (max-width: 64em) {
      .article-header-wrapper .article-header .shareButtonContainer {
        display: block !important;
        margin: 0.625rem 0 0 0;
        width: 100%;
        background-color: transparent; }
        .article-header-wrapper .article-header .shareButtonContainer .shareButton {
          display: none; }
        .article-header-wrapper .article-header .shareButtonContainer .shareButtons {
          display: block;
          padding: 0; } }
  .article-header-wrapper .article-header .articleHeaderTextRow {
    margin-top: 3.75rem; }
    .article-header-wrapper .article-header .articleHeaderTextRow .articleHeaderDate {
      color: #636363;
      font-size: 1.0625rem;
      margin-bottom: 2rem;
      font-family: "TheSansPlain"; }
    .article-header-wrapper .article-header .articleHeaderTextRow .articleHeaderHeadline {
      color: #2e64a2;
      font-size: 1.5625rem;
      margin-bottom: 0.625rem;
      font-family: "TheSansLight"; }
    .article-header-wrapper .article-header .articleHeaderTextRow .articleHeaderIntro {
      color: #878787;
      font-size: 1.0625rem;
      font-style: italic;
      font-family: "TheSansLight";
      margin-bottom: 2rem; }

.news-detail-content-wrapper {
  margin-bottom: 3.75rem; }
  .news-detail-content-wrapper .content-text {
    padding-right: .8125em;
    padding-left: .8125em; }
  .news-detail-content-wrapper .fullsize-image {
    padding: 0;
    margin-bottom: 3.75rem; }
    .news-detail-content-wrapper .fullsize-image .columns {
      padding-right: .8125em;
      padding-left: .8125em; }
  .news-detail-content-wrapper .commentTeaser-wrapper .mainpadding .commentTeaser {
    padding-left: 0 !important; }

.newsWrapRow > .columns {
  padding: 0 0.2875rem; }
  @media only screen and (min-width: 40.0625em) {
    .newsWrapRow > .columns {
      padding: 0; } }

@media only screen and (min-width: 855px) {
  .newsWrapRow .content-text .content-text-highlight.topleft {
    margin-left: -7%; }
  .newsWrapRow .content-text .content-text-highlight.topright {
    margin-right: -7%; }
  .newsWrapRow .content-text .content-text-highlight.bottomleft {
    margin-left: -7%; }
  .newsWrapRow .content-text .content-text-highlight.bottomright {
    margin-right: -7%; } }

@media only screen and (min-width: 64.0625em) {
  .newsWrapRow .content-text .content-text-highlight.topleft {
    margin-left: -16%; }
  .newsWrapRow .content-text .content-text-highlight.topright {
    margin-right: -16%; }
  .newsWrapRow .content-text .content-text-highlight.bottomleft {
    margin-left: -16%; }
  .newsWrapRow .content-text .content-text-highlight.bottomright {
    margin-right: -16%; } }

@media only screen and (min-width: 85.25em) {
  .newsWrapRow .content-text .content-text-highlight.topleft {
    margin-left: -18%; }
  .newsWrapRow .content-text .content-text-highlight.topright {
    margin-right: -18%; }
  .newsWrapRow .content-text .content-text-highlight.bottomleft {
    margin-left: -18%; }
  .newsWrapRow .content-text .content-text-highlight.bottomright {
    margin-right: -18%; } }

.footnote {
  margin-top: -50px;
  margin-bottom: 50px; }
  .footnote ul {
    list-style-type: none; }
    .footnote ul li {
      font-size: 0.875rem;
      font-style: italic;
      padding: 0;
      margin: 0 0 0.25rem;
      color: #636363; }
      .footnote ul li:before {
        display: none; }

.chapter-overview-wrapper-content .footnote {
  float: left;
  margin-bottom: 50px; }
  .chapter-overview-wrapper-content .footnote .columns {
    padding: 0; }

.mediacenter-link {
  position: fixed;
  top: 15rem;
  right: 0;
  transform: translateX(50%) rotate(-90deg) translateY(-50%);
  z-index: 10000; }
  .mediacenter-link .inner {
    height: 42px;
    width: auto;
    position: relative;
    background-color: #133e80;
    transition: background-color 0.25s;
    padding-right: 20px; }
    .mediacenter-link .inner .icon {
      display: inline-block;
      position: absolute;
      left: 12px;
      top: 13px;
      background: url("/frontend/img/icons/dmk-icon-mediacenter.svg") no-repeat;
      height: 16px;
      transform: rotate(90deg);
      width: 12px; }
    .mediacenter-link .inner span {
      display: none;
      color: #ffffff;
      line-height: 42px;
      padding-left: 35px;
      font-size: 13px;
      font-weight: bold; }
      @media only screen and (min-width: 40.0625em) {
        .mediacenter-link .inner span {
          display: block; } }
  .mediacenter-link:hover .inner {
    background-color: #3573b5; }
  @media only screen and (max-width: 40em) {
    .mediacenter-link {
      transform: initial;
      top: initial;
      bottom: 1rem;
      right: 1rem; }
      .mediacenter-link .inner {
        height: 3rem;
        width: 3rem;
        border-radius: 50%; }
        .mediacenter-link .inner .icon {
          transform: translate(-50%, -50%) rotate(0deg);
          top: 50%;
          left: 50%; } }

.horizontalStorytellingSlider {
  margin-bottom: 3.75rem; }
  .horizontalStorytellingSlider .storytellingTextContainer {
    position: relative;
    z-index: 2;
    margin-bottom: 3.75rem; }
    .horizontalStorytellingSlider .storytellingTextContainer .storytellingHeadline {
      position: relative;
      text-align: center;
      color: #659412;
      font-size: 2.5rem;
      line-height: 2.75rem;
      margin-bottom: 0.625rem; }
      @media only screen and (min-width: 40.0625em) {
        .horizontalStorytellingSlider .storytellingTextContainer .storytellingHeadline {
          font-size: 3.5625rem;
          line-height: 4.25rem;
          margin-bottom: 0; } }
    .horizontalStorytellingSlider .storytellingTextContainer .storytellingSubline {
      position: relative;
      text-align: center;
      color: #878787;
      font-size: 1.125rem;
      line-height: 1.22;
      font-family: "TheSansSemiboldItalic"; }
      @media only screen and (min-width: 40.0625em) {
        .horizontalStorytellingSlider .storytellingTextContainer .storytellingSubline {
          font-size: 1rem;
          line-height: 1.5; } }
  .horizontalStorytellingSlider .storytellingSliderContainer {
    position: relative;
    background-color: #f0f0f0; }
    .horizontalStorytellingSlider .storytellingSliderContainer .storytellingSlider {
      position: relative;
      z-index: 2;
      /*
			.slick-track{ 
				float: left;

				background-image: url("../img/infographic_blue_bg.svg");
				background-position: left top;
				background-repeat: no-repeat;
				background-size: cover;
			}
			*/ }
      .horizontalStorytellingSlider .storytellingSliderContainer .storytellingSlider .slick-list {
        margin-left: 0;
        overflow: hidden; }
      .horizontalStorytellingSlider .storytellingSliderContainer .storytellingSlider .storytellingSliderPage {
        position: relative;
        display: block;
        float: left;
        background-image: url("../img/infographic_blue_bg-page_xs.svg");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover; }
        @media only screen and (min-width: 40.0625em) {
          .horizontalStorytellingSlider .storytellingSliderContainer .storytellingSlider .storytellingSliderPage {
            background-image: url("../img/infographic_blue_bg-page.svg"); } }
        .horizontalStorytellingSlider .storytellingSliderContainer .storytellingSlider .storytellingSliderPage .storytellingSliderPageHeader {
          position: relative;
          text-align: center;
          margin: 45px 0 34px 0; }
          @media only screen and (min-width: 40.0625em) {
            .horizontalStorytellingSlider .storytellingSliderContainer .storytellingSlider .storytellingSliderPage .storytellingSliderPageHeader {
              margin: 48px 0 48px 0; } }
          .horizontalStorytellingSlider .storytellingSliderContainer .storytellingSlider .storytellingSliderPage .storytellingSliderPageHeader .storytellingSliderNumber {
            position: absolute;
            left: 0;
            bottom: 0;
            background-color: #659412;
            color: #ffffff;
            font-size: 2rem;
            font-family: "TheSansSemiboldItalic";
            width: 50px;
            height: 50px;
            line-height: 50px;
            border-radius: 50%;
            text-align: center;
            z-index: 99;
            margin-top: 20%; }
            @media only screen and (min-width: 40.0625em) {
              .horizontalStorytellingSlider .storytellingSliderContainer .storytellingSlider .storytellingSliderPage .storytellingSliderPageHeader .storytellingSliderNumber {
                width: 64px;
                height: 64px;
                font-size: 2.5rem;
                line-height: 58px; } }
          .horizontalStorytellingSlider .storytellingSliderContainer .storytellingSlider .storytellingSliderPage .storytellingSliderPageHeader .storytellingSliderImage img {
            width: auto;
            height: auto;
            max-height: 156px;
            max-width: 255px; }
            @media only screen and (min-width: 40.0625em) {
              .horizontalStorytellingSlider .storytellingSliderContainer .storytellingSlider .storytellingSliderPage .storytellingSliderPageHeader .storytellingSliderImage img {
                max-height: 228px;
                max-width: 372px; } }
        .horizontalStorytellingSlider .storytellingSliderContainer .storytellingSlider .storytellingSliderPage .storytellingSliderPageFooter {
          text-align: center;
          margin: 0 0 60px 0; }
          .horizontalStorytellingSlider .storytellingSliderContainer .storytellingSlider .storytellingSliderPage .storytellingSliderPageFooter .storytellingSubheadline {
            font-size: 1.25rem;
            line-height: 1.5rem;
            font-family: "TheSansSemiboldItalic";
            color: #f0f0f0;
            margin: 0 0 1rem 0; }
            @media only screen and (min-width: 40.0625em) {
              .horizontalStorytellingSlider .storytellingSliderContainer .storytellingSlider .storytellingSliderPage .storytellingSliderPageFooter .storytellingSubheadline {
                font-size: 1.125rem;
                line-height: 1.5rem; } }
          .horizontalStorytellingSlider .storytellingSliderContainer .storytellingSlider .storytellingSliderPage .storytellingSliderPageFooter .storytellingCopytext {
            font-size: 1rem;
            line-height: 1.5rem;
            font-family: "TheSansPlain";
            color: #ffffff; }
            @media only screen and (min-width: 40.0625em) {
              .horizontalStorytellingSlider .storytellingSliderContainer .storytellingSlider .storytellingSliderPage .storytellingSliderPageFooter .storytellingCopytext {
                font-size: 1.0625rem;
                line-height: 1.625rem; } }
      .horizontalStorytellingSlider .storytellingSliderContainer .storytellingSlider ul.slick-dots {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: -40px; }
        .horizontalStorytellingSlider .storytellingSliderContainer .storytellingSlider ul.slick-dots li {
          display: inline-block;
          padding: 0;
          margin: 0 10px 0 0;
          width: 10px;
          height: 10px;
          border-radius: 0;
          background-color: #878787;
          border: 0;
          cursor: pointer; }
          .horizontalStorytellingSlider .storytellingSliderContainer .storytellingSlider ul.slick-dots li:last-child {
            margin: 0; }
          .horizontalStorytellingSlider .storytellingSliderContainer .storytellingSlider ul.slick-dots li:before {
            display: none; }
          .horizontalStorytellingSlider .storytellingSliderContainer .storytellingSlider ul.slick-dots li button {
            display: none; }
          .horizontalStorytellingSlider .storytellingSliderContainer .storytellingSlider ul.slick-dots li.slick-active {
            background-color: #09376b;
            cursor: default; }

.topicboard-wrapper {
  margin-bottom: 3.75rem; }

.topicboard {
  padding-right: .8125em;
  padding-left: .8125em;
  overflow-x: hidden; }
  .topicboard .topicboard-col {
    padding-right: 0;
    padding-left: 0; }
  .topicboard .topicboard-headline {
    position: relative;
    font-family: "TheSansLight";
    color: #636363;
    margin: 0 0 8px 0;
    font-size: 1.375rem;
    line-height: 1.375rem; }
    @media only screen and (min-width: 40.0625em) {
      .topicboard .topicboard-headline {
        margin: 0 0 12px 0;
        font-size: 1.5625rem;
        line-height: 1.875rem; } }
  .topicboard .topicboard-morelink {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    color: #2e64a2;
    font-family: "TheSansSemiboldItalic"; }
    .topicboard .topicboard-morelink:hover {
      text-decoration: underline; }
  .topicboard .topicboard-headline-spacer {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #dfdfdf;
    margin: 0 0 30px 0; }
    @media only screen and (min-width: 40.0625em) {
      .topicboard .topicboard-headline-spacer {
        margin: 0 0 40px 0; } }
  .topicboard .topicboard-teaser {
    position: relative;
    display: inline-block;
    margin: 0; }
    @media only screen and (min-width: 40.0625em) {
      .topicboard .topicboard-teaser {
        margin: 0 0 60px 0; } }
    .topicboard .topicboard-teaser:hover .topicboard-teaser-headline {
      text-decoration: underline; }
  .topicboard .topicboard-teaser-image {
    margin: 0 0 14px 0;
    background-color: #f0f0f0; }
    @media only screen and (min-width: 40.0625em) {
      .topicboard .topicboard-teaser-image {
        margin: 0 0 24px 0; } }
    .topicboard .topicboard-teaser-image img {
      width: 100%; }
  .topicboard .topicboard-teaser-text {
    position: relative;
    padding: 0; }
    @media only screen and (min-width: 40.0625em) {
      .topicboard .topicboard-teaser-text {
        padding: 0 20px 0 0; } }
  .topicboard .topicboard-teaser-tag {
    font-family: "TheSansPlain";
    color: #636363;
    font-size: 1rem;
    line-height: 1.1875rem;
    margin: 0 0 6px 0; }
    @media only screen and (min-width: 40.0625em) {
      .topicboard .topicboard-teaser-tag {
        font-size: 1.0625rem;
        line-height: 1.25rem;
        margin: 0 0 11px 0; } }
  .topicboard .topicboard-teaser-headline {
    font-family: "TheSansLight";
    color: #2e64a2;
    margin: 0 0 5px 0;
    font-size: 1.375rem;
    line-height: 1.625rem; }
    @media only screen and (min-width: 40.0625em) {
      .topicboard .topicboard-teaser-headline {
        margin: 0 0 25px 0;
        font-size: 1.5625rem;
        line-height: 1.875rem; } }
  .topicboard .topicboard-teaser-copytext {
    font-family: "TheSansPlain";
    color: #636363;
    font-size: 1rem;
    line-height: 1.5rem; }
    .topicboard .topicboard-teaser-copytext b, .topicboard .topicboard-teaser-copytext strong {
      font-weight: bold; }
    .topicboard .topicboard-teaser-copytext span {
      font-size: 0.875rem; }
    @media only screen and (min-width: 40.0625em) {
      .topicboard .topicboard-teaser-copytext {
        font-size: 1.0625rem;
        line-height: 1.625rem; } }
  .topicboard .topicboard-loadmore {
    max-width: none; }
    @media only screen and (min-width: 40.0625em) {
      .topicboard .topicboard-loadmore {
        max-width: 290px; } }
  .topicboard.topicboard-overview .topicboard-morelink {
    display: block; }
  @media only screen and (max-width: 40em) {
    .topicboard.topicboard-overview .topicboard-content .topicboard-col {
      padding-right: .8125em;
      padding-left: .8125em; }
    .topicboard.topicboard-overview .topicboard-content ul.slick-dots {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      margin-bottom: -25px; }
      .topicboard.topicboard-overview .topicboard-content ul.slick-dots li {
        display: inline-block;
        padding: 0;
        margin: 0 10px 0 0;
        width: 10px;
        height: 10px;
        border-radius: 0;
        background-color: #878787;
        border: 0;
        cursor: pointer; }
        .topicboard.topicboard-overview .topicboard-content ul.slick-dots li:last-child {
          margin: 0; }
        .topicboard.topicboard-overview .topicboard-content ul.slick-dots li:before {
          display: none; }
        .topicboard.topicboard-overview .topicboard-content ul.slick-dots li button {
          display: none; }
        .topicboard.topicboard-overview .topicboard-content ul.slick-dots li.slick-active {
          background-color: #09376b;
          cursor: default; } }
  .topicboard.topicboard-mediacenter {
    padding-right: 0;
    padding-left: 0; }
    .topicboard.topicboard-mediacenter .topicboard-col {
      padding-right: .8125em;
      padding-left: .8125em; }
    .topicboard.topicboard-mediacenter .topicboard-teaser-text {
      padding: 0 0 0 56px; }
      .topicboard.topicboard-mediacenter .topicboard-teaser-text:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
        height: 40px;
        background-color: #09376b;
        background-image: url(../img/icons/download.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px 20px;
        border-radius: 50%; }
    .topicboard.topicboard-mediacenter .topicboard-teaser-tag {
      display: none; }
    .topicboard.topicboard-mediacenter .topicboard-teaser-copytext-light {
      opacity: 0.5; }
  @media only screen and (max-width: 40em) {
    .topicboard > .mainpadding {
      padding: 0; } }

.story-slider {
  text-align: center;
  position: relative;
  background: #f2f2f2;
  opacity: 0;
  transition: opacity 0.5s ease-in-out; }

#spacer01 {
  height: 0;
  background: #f2f2f2; }
  @media only screen and (min-width: 40.0625em) {
    #spacer01 {
      height: 50vh; } }

#spacer02 {
  height: 0;
  background: #f2f2f2; }
  @media only screen and (min-width: 40.0625em) {
    #spacer02 {
      height: 150vh; } }

#trigger-start {
  min-height: 1px; }

.story-item-wrapper {
  height: 300px; }
  .story-item-wrapper.left .story-item {
    margin-left: 35px;
    margin-right: auto; }
    @media only screen and (min-width: 40.0625em) {
      .story-item-wrapper.left .story-item {
        margin-left: 15%; } }
  .story-item-wrapper.right .story-item {
    margin-right: 35px;
    margin-left: auto; }
    @media only screen and (min-width: 40.0625em) {
      .story-item-wrapper.right .story-item {
        margin-left: 75%;
        text-align: initial; } }
  .story-item-wrapper .story-item {
    height: 175px;
    width: 175px;
    border-radius: 50%;
    position: relative;
    overflow: visible; }
    .story-item-wrapper .story-item:not(.no-background) {
      background: #2e64a2;
      border: 2px solid #09376b; }
    .story-item-wrapper .story-item .opener {
      height: 36px;
      width: 36px;
      background-image: url(/frontend/img/icons/open-button.svg);
      border-radius: 50%;
      position: absolute;
      bottom: 18px;
      z-index: 900;
      cursor: pointer; }
    .story-item-wrapper .story-item .opener.left {
      left: 3px; }
    .story-item-wrapper .story-item .opener.right {
      right: -4px; }
    .story-item-wrapper .story-item .story-item-background {
      height: 105%;
      width: 105%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5;
      background-repeat: no-repeat; }
    .story-item-wrapper .story-item .date {
      position: absolute;
      top: 38%;
      height: 70px;
      width: 70px;
      text-align: center;
      vertical-align: middle;
      z-index: 10;
      background: #09376b;
      color: white;
      border-radius: 50%;
      line-height: 68px; }
    .story-item-wrapper .story-item .date.left {
      right: -40px; }
    .story-item-wrapper .story-item .date.right {
      left: -40px; }

.story-modal {
  display: none;
  color: white;
  position: relative; }
  .story-modal p, .story-modal h1, .story-modal h2, .story-modal h3, .story-modal h4 {
    color: white;
    margin-left: 18px;
    margin-right: 18px; }
  .story-modal h3,
  .story-modal .date-headline {
    margin-bottom: 1rem;
    margin-top: 4.5rem;
    font-weight: bold;
    font-size: 20px; }
  .story-modal h4,
  .story-modal .sub-headline {
    margin-bottom: 1.5rem;
    font-size: 22px;
    line-height: 26px; }
    @media only screen and (min-width: 40.0625em) {
      .story-modal h4,
      .story-modal .sub-headline {
        font-size: 25px;
        line-height: 30px; } }
  .story-modal p,
  .story-modal .content {
    margin-bottom: 3.5rem;
    font-size: 1rem;
    line-height: 24px; }
    @media only screen and (min-width: 40.0625em) {
      .story-modal p,
      .story-modal .content {
        line-height: 26px; } }
  .story-modal .img-part {
    order: 2; }
    .story-modal .img-part img {
      width: 100%;
      height: auto; }
    @media only screen and (min-width: 40.0625em) {
      .story-modal .img-part {
        order: initial;
        width: 50%;
        height: 0;
        padding-top: calc((514 / 816) * 100%);
        position: relative; }
        .story-modal .img-part img {
          position: absolute;
          top: 0;
          left: 0;
          max-width: 100%; } }
  .story-modal .text-part {
    order: 1;
    display: flex;
    align-items: center; }
    @media only screen and (min-width: 40.0625em) {
      .story-modal .text-part {
        order: initial;
        width: 50%;
        padding-left: calc( 50px - 18px);
        padding-right: calc( 50px - 18px); } }
    @media only screen and (min-width: 64.0625em) {
      .story-modal .text-part {
        padding-left: calc( 100px - 18px);
        padding-right: calc( 100px - 18px); } }
  .story-modal .closer {
    background-image: url("/frontend/img/icons/close-button.svg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 43px;
    width: 43px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer; }
    @media only screen and (min-width: 40.0625em) {
      .story-modal .closer {
        height: 36px;
        width: 36px;
        top: 50%;
        right: 0;
        transform: translate(50%, -50%); } }

.story-modal.active {
  background: #09376b;
  margin: 18px;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  /*height: 90vh;*/
  /*width: 90vw;*/ }
  @media only screen and (min-width: 40.0625em) {
    .story-modal.active {
      flex-direction: initial;
      left: 0; } }
  @media only screen and (min-width: 64.0625em) {
    .story-modal.active {
      transform: initial;
      margin-left: auto;
      margin-right: auto;
      max-width: 1028px; } }

#overlay-backdrop {
  height: 0;
  width: 0;
  background: none;
  position: absolute;
  z-index: -1; }
  #overlay-backdrop.active {
    z-index: 999;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: #636363;
    top: 0; }
    @media only screen and (min-width: 40.0625em) {
      #overlay-backdrop.active .inner .modal-wrap {
        padding-top: 100px; } }

#truck-start-holder {
  text-align: center;
  width: 100%;
  margin: auto;
  position: relative;
  height: 428px; }

.truck {
  position: relative;
  margin: auto auto;
  text-align: center;
  vertical-align: center;
  display: none;
  z-index: 500; }
  @media only screen and (min-width: 40.0625em) {
    .truck {
      display: inline-block; } }

.divider {
  height: 100%;
  width: 3px;
  background-color: #09376b;
  position: absolute;
  top: 0;
  left: 50%;
  display: none; }
  @media only screen and (min-width: 40.0625em) {
    .divider {
      display: block; } }

.divider-marker {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #09376b;
  position: absolute;
  transform: translateX(-35%); }

.to-top {
  position: fixed;
  bottom: 2rem;
  right: -50px;
  transition: right 0.5s ease;
  height: 48px;
  width: 48px;
  background-color: #09376b;
  background-image: url("/frontend/img/icons/accordion-up-white.svg");
  background-repeat: no-repeat;
  background-size: 20px 18px;
  background-position: center;
  cursor: pointer; }
  .to-top.active {
    right: 0; }

body.overlay-active {
  overflow: hidden; }

.big-teaser-slider-wrapper {
  margin-bottom: 4rem; }
  @media only screen and (max-width: 64em) {
    .big-teaser-slider-wrapper {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner {
    overflow-x: hidden;
    position: relative; }
    @media only screen and (max-width: 64em) {
      .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner {
        padding-bottom: 3rem; } }
    .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider {
      position: relative;
      z-index: 10; }
      @media only screen and (min-width: 64.0625em) {
        .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider {
          margin-top: 120px; } }
      .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider .big-teaser-slide {
        position: relative;
        padding-left: 0;
        padding-right: 0; }
        @media only screen and (min-width: 64.0625em) {
          .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider .big-teaser-slide.slick-active .big-teaser-content {
            transform: translateX(0) !important; } }
      .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider .big-teaser-content {
        width: 100%;
        background-color: #09376b;
        color: #f0f0f0; }
        @media only screen and (max-width: 64em) {
          .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider .big-teaser-content {
            position: relative;
            z-index: 10;
            margin-top: 70%;
            width: 90%;
            margin-left: auto;
            margin-right: auto; } }
        @media only screen and (min-width: 64.0625em) {
          .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider .big-teaser-content {
            width: 49%;
            position: absolute;
            height: 0;
            padding-top: 38.5%;
            bottom: 80px;
            transition: transform 0.5s ease-in-out;
            transform: translateX(300px); } }
        .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider .big-teaser-content .big-teaser-content-inner {
          padding: 40px 20px;
          top: 0;
          left: 0;
          display: flex;
          flex-direction: column;
          height: 100%; }
          @media only screen and (min-width: 64.0625em) {
            .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider .big-teaser-content .big-teaser-content-inner {
              position: absolute;
              padding: 80px 40px 40px 40px; } }
          @media screen and (min-width: 1220px) {
            .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider .big-teaser-content .big-teaser-content-inner {
              padding: 80px 60px 60px 60px; } }
          @media only screen and (min-width: 85.25em) {
            .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider .big-teaser-content .big-teaser-content-inner {
              padding: 80px; } }
        .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider .big-teaser-content .big-teaser-tagline {
          margin-bottom: 2rem; }
          @media only screen and (min-width: 64.0625em) {
            .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider .big-teaser-content .big-teaser-tagline {
              margin-bottom: 2rem;
              font-size: 17px; } }
          @media only screen and (min-width: 85.25em) {
            .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider .big-teaser-content .big-teaser-tagline {
              margin-bottom: 3rem; } }
        .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider .big-teaser-content .big-teaser-headline {
          font-size: 33px;
          font-family: "PublicoBanner", Serif; }
          @media only screen and (min-width: 64.0625em) {
            .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider .big-teaser-content .big-teaser-headline {
              font-size: 32px; } }
          @media screen and (min-width: 1220px) {
            .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider .big-teaser-content .big-teaser-headline {
              font-size: 40px; } }
          @media only screen and (min-width: 85.25em) {
            .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider .big-teaser-content .big-teaser-headline {
              font-size: 43px; } }
        .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider .big-teaser-content .big-teaser-divider {
          width: 100px;
          height: 10px;
          background-color: #f0f0f0;
          margin-top: 20px;
          margin-bottom: 64px; }
          @media only screen and (min-width: 85.25em) {
            .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider .big-teaser-content .big-teaser-divider {
              margin-bottom: 20px; } }
        .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider .big-teaser-content .big-teaser-link {
          margin-top: auto;
          font-style: italic;
          font-family: "TheSansPlain"; }
      .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider .big-teaser-image {
        width: 100%; }
        @media only screen and (max-width: 64em) {
          .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider .big-teaser-image {
            position: absolute;
            top: 0;
            z-index: 5; } }
        @media only screen and (min-width: 64.0625em) {
          .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider .big-teaser-image {
            width: 75%;
            float: right; } }
    @media only screen and (max-width: 64em) {
      .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider-nav {
        position: relative;
        bottom: -20px;
        text-align: center;
        height: 20px;
        z-index: 1; } }
    .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider-nav .big-teaser-control {
      display: none !important;
      background-color: #09376b;
      height: 48px;
      width: 48px;
      position: absolute;
      bottom: 1px;
      z-index: 20;
      cursor: pointer;
      background-repeat: no-repeat;
      background-position: center; }
      .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider-nav .big-teaser-control:hover {
        background-color: #2e64a2;
        bottom: 0; }
      @media only screen and (min-width: 64.0625em) {
        .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider-nav .big-teaser-control {
          display: block !important; } }
      .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider-nav .big-teaser-control.prev {
        left: 0;
        background-image: url("/frontend/img/icons/chevron-light-left.svg");
        background-size: 50%; }
      .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider-nav .big-teaser-control.next {
        left: calc( 48px + 20px);
        background-image: url("/frontend/img/icons/chevron-light-right.svg");
        background-size: 50%; }
    .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider-nav .pagination {
      display: block;
      margin: auto; }
      @media only screen and (min-width: 64.0625em) {
        .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider-nav .pagination {
          display: none; } }
    .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider-nav .page-el {
      height: 10px;
      width: 10px;
      background-color: #878787;
      display: inline-block;
      margin: 5px;
      cursor: pointer; }
      .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider-nav .page-el.active {
        background-color: #09376b; }
      .big-teaser-slider-wrapper .big-teaser-slider-wrapper-inner .big-teaser-slider-nav .page-el:hover {
        background-color: #2e64a2; }

.twitter-timeline-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  background-color: #f0f0f0; }
  @media only screen and (min-width: 40.0625em) {
    .twitter-timeline-wrapper {
      margin-bottom: 3.75rem; } }

.twitter-timeline-container {
  height: 400px !important;
  overflow: auto; }
  @media only screen and (min-width: 40.0625em) {
    .twitter-timeline-container {
      height: 600px !important; } }

.podcast-wrapper {
  position: relative;
  margin-bottom: 3.75rem;
  text-align: center; }
  .podcast-wrapper .podcast {
    position: relative; }

.facts-tile {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .facts-tile .flex-row {
    width: auto; }
  .facts-tile .facts-slider {
    position: relative; }
  .facts-tile .facts-tile__wrapper {
    width: 100vw;
    padding: 0 2rem; }
  .facts-tile .facts-tile__wrapper-inner {
    margin: auto;
    max-width: 90em;
    display: flex;
    flex-direction: column;
    text-align: center; }
    @media only screen and (min-width: 64.0625em) {
      .facts-tile .facts-tile__wrapper-inner {
        flex-direction: row;
        justify-content: center; } }
  .facts-tile .facts-tile__slide {
    display: inline-block;
    float: left;
    z-index: 1; }
  .facts-tile .facts-tile__item {
    width: 100%;
    max-width: 553px;
    box-sizing: border-box;
    margin: auto; }
    @media only screen and (min-width: 64.0625em) {
      .facts-tile .facts-tile__item {
        padding: 0;
        text-align: center;
        padding-left: 1rem;
        padding-right: 1rem; }
        .facts-tile .facts-tile__item:first-child {
          text-align: right;
          margin-right: 0;
          margin-left: auto; }
        .facts-tile .facts-tile__item:last-child {
          margin-right: auto;
          margin-left: 0;
          text-align: left; } }
  .facts-tile .facts-tile__image {
    height: 0;
    padding-top: calc(404 / 568 * 100%);
    position: relative; }
    .facts-tile .facts-tile__image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto; }
    .facts-tile .facts-tile__image-animation {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .facts-tile .facts-tile__image-animation {
          height: 100%; }
          .facts-tile .facts-tile__image-animation .lottieAnimation-factsTile {
            height: 100%;
            min-height: 404px; } }
    .facts-tile .facts-tile__image-wide {
      padding-top: calc(264 / 568 * 100%); }
  .facts-tile .facts-tile__simple .facts-tile__item {
    max-width: none;
    max-height: 548px;
    margin: auto; }
    .facts-tile .facts-tile__simple .facts-tile__item img {
      transform: translateX(-50%);
      left: 50%; }
    @media only screen and (min-width: 64.0625em) {
      .facts-tile .facts-tile__simple .facts-tile__item {
        transform: initial;
        max-width: 1200px;
        max-height: none; } }
  @media only screen and (min-width: 64.0625em) and (-ms-high-contrast: active), only screen and (min-width: 64.0625em) and (-ms-high-contrast: none) {
    .facts-tile .facts-tile__simple .facts-tile__item {
      transform: none; } }
  @media only screen and (min-width: 64.0625em) {
    .facts-tile .facts-tile__simple .facts-tile__image {
      padding-top: calc(404/1200 * 100%); } }
  .facts-tile .facts-tile__text {
    text-align: left;
    opacity: 57%; }
    .facts-tile .facts-tile__text .header {
      font-size: 23px;
      line-height: 28px;
      margin-top: 0;
      color: rgba(255, 255, 255, 0.6);
      max-width: 480px; }
      @media only screen and (min-width: 64.0625em) {
        .facts-tile .facts-tile__text .header {
          font-size: 43px;
          line-height: 46px; } }
    .facts-tile .facts-tile__text .copy, .facts-tile .facts-tile__text .copy * {
      font-size: 16px;
      line-height: 26px;
      color: rgba(255, 255, 255, 0.6); }
      @media only screen and (min-width: 64.0625em) {
        .facts-tile .facts-tile__text .copy, .facts-tile .facts-tile__text .copy * {
          font-size: 1.125rem;
          line-height: 27px; } }
      .facts-tile .facts-tile__text .copy :last-child, .facts-tile .facts-tile__text .copy * :last-child {
        margin-bottom: 0; }
  .facts-tile .facts-tile__divider {
    width: 100%;
    max-width: calc(568px - 32px);
    background-color: #979797;
    height: 1px;
    margin: 32px auto; }
    @media only screen and (min-width: 64.0625em) {
      .facts-tile .facts-tile__divider {
        width: calc(100% - 32px);
        height: auto;
        flex-basis: 1px;
        margin: 0 30px; } }
    @media only screen and (min-width: 64.0625em) {
      .facts-tile .facts-tile__divider--has-button-down {
        height: 80vh; } }
  .facts-tile .facts-tile__footnote {
    background: white;
    padding: 1rem 1rem 3.625rem 1rem;
    width: 100%; }
  .facts-tile .facts-tile__footnote-inner {
    width: 100%;
    max-width: 900px;
    margin: auto; }
    .facts-tile .facts-tile__footnote-inner * {
      font-size: 12px;
      margin-bottom: 0; }
  .facts-tile .button-down {
    position: absolute;
    display: none;
    height: 48px;
    width: 48px;
    cursor: pointer;
    z-index: 2;
    bottom: 48px;
    margin-left: -16px;
    left: 50%;
    top: auto; }
    @media only screen and (min-width: 64.0625em) {
      .facts-tile .button-down {
        display: block; } }
    .facts-tile .button-down::after {
      content: '';
      background-size: 16px;
      height: 48px;
      width: 48px;
      display: block;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("/frontend/img/icons/double-down-grey.svg");
      background-repeat: no-repeat;
      background-size: cover;
      transition: all 0.25s ease; }
    .facts-tile .button-down:hover::after {
      transform: scale(1.2); }
    @media only screen and (min-width: 40.0625em) {
      .facts-tile .button-down::after {
        background-size: 48px; } }
    .facts-tile .button-down.disabled {
      display: none; }
  .facts-tile.blue-theme {
    background-color: #09376b;
    color: #ffffff !important; }
    .facts-tile.blue-theme .facts-tile__text .header {
      color: #ffffff !important; }
  .facts-tile.grey-theme {
    background-color: #f0f0f0; }
    .facts-tile.grey-theme .facts-tile__text .header {
      color: #09376b !important; }
    .facts-tile.grey-theme .facts-tile__text .copy, .facts-tile.grey-theme .facts-tile__text .copy * {
      color: #09376b !important; }
  @media only screen and (min-width: 64.0625em) {
    .facts-tile__container-fullscreen {
      height: 100vh; } }
  @media only screen and (min-width: 64.0625em) {
    .facts-tile__container-fullscreen .facts-tile__item {
      height: calc(100vh - 3rem - 3rem);
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  @media only screen and (min-width: 64.0625em) {
    .facts-tile__container-fullscreen.facts-tile__container-has_footnote .facts-tile__item {
      height: calc(100vh - 3rem - 3rem); } }
  .facts-tile ul.slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -3rem;
    width: 100%;
    background: white;
    text-align: center;
    z-index: 2;
    padding: 1.5rem;
    padding-left: 0; }
    .facts-tile ul.slick-dots li {
      display: inline-block;
      padding: 0;
      margin: 0 10px 0 0;
      width: 10px;
      height: 10px;
      border-radius: 0;
      background-color: #878787;
      border: 0;
      cursor: pointer; }
      .facts-tile ul.slick-dots li:last-child {
        margin: 0; }
      .facts-tile ul.slick-dots li:before {
        display: none; }
      .facts-tile ul.slick-dots li button {
        display: none; }
      .facts-tile ul.slick-dots li.slick-active {
        background-color: #09376b;
        cursor: default; }
  .facts-tile.facts-tile__container-has_footnote {
    padding-bottom: 0; }
    .facts-tile.facts-tile__container-has_footnote ul.slick-dots {
      bottom: -50px; }
  .facts-tile__static {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media only screen and (min-width: 64.0625em) {
      .facts-tile__static {
        height: 100vh; } }
    .facts-tile__static .facts-tile__item {
      display: flex;
      flex-direction: column;
      position: relative; }
      .facts-tile__static .facts-tile__item-order1 .facts-tile__image,
      .facts-tile__static .facts-tile__item-order1 .facts-tile__image-animation {
        order: 1;
        margin-bottom: -1.75rem; }
      .facts-tile__static .facts-tile__item-order1 .facts-tile__item-text-link {
        order: 2; }
      .facts-tile__static .facts-tile__item-order2 .facts-tile__image,
      .facts-tile__static .facts-tile__item-order2 .facts-tile__image-animation {
        order: 2; }
      .facts-tile__static .facts-tile__item-order2 .facts-tile__item-text-link {
        order: 1;
        margin-bottom: -1.75rem; }
      .facts-tile__static .facts-tile__item-text-link {
        position: relative;
        z-index: 1000;
        text-align: left; }
        .facts-tile__static .facts-tile__item-text-link .text-link__content {
          font-family: "PublicoBannerRoman", Serif;
          color: #636363;
          font-size: 17px;
          line-height: 32px;
          padding-bottom: 2rem;
          max-width: calc(100% - 2.5rem); }
          @media only screen and (min-width: 64.0625em) {
            .facts-tile__static .facts-tile__item-text-link .text-link__content {
              font-size: 22px;
              line-height: 37px; } }
        .facts-tile__static .facts-tile__item-text-link .text-link__more {
          font-family: "TheSansPlain", Sans-Serif;
          font-size: 17px;
          line-height: 26px;
          color: #636363; }
        .facts-tile__static .facts-tile__item-text-link a {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          cursor: pointer; }

.highlight-box {
  display: flex;
  align-items: center;
  background-color: #09376b;
  padding: 4rem 1.125rem; }
  @media only screen and (min-width: 40.0625em) {
    .highlight-box {
      padding: 4.5rem 1.125rem; } }
  @media only screen and (min-width: 40.0625em) {
    .highlight-box {
      padding-top: 4.75rem; } }
  .highlight-box__inner {
    display: inline-block;
    margin: auto;
    max-width: 830px; }
  .highlight-box__headline {
    color: #ffffff;
    text-align: center;
    margin-bottom: 0.625rem; }
    @media only screen and (min-width: 40.0625em) {
      .highlight-box__headline {
        margin-bottom: 0; } }
  .highlight-box__sub-headline {
    margin-top: 0;
    color: #878787;
    text-align: center;
    margin-bottom: 2.5rem; }
    @media only screen and (min-width: 40.0625em) {
      .highlight-box__sub-headline {
        margin-bottom: 4rem; } }
  .highlight-box__image {
    margin-bottom: 2rem; }
    .highlight-box__image picture, .highlight-box__image img {
      width: 100%; }
  .highlight-box__copy {
    color: white;
    opacity: 0.6; }

.gb-navigation {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000; }
  .gb-navigation__flag {
    position: fixed;
    z-index: 98;
    bottom: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #133e80;
    cursor: pointer; }
    @media only screen and (min-width: 40.0625em) {
      .gb-navigation__flag {
        right: 0;
        bottom: auto;
        top: 140px;
        width: 42px;
        height: auto;
        padding: 0 0 4px 0;
        border-radius: 0; } }
    .gb-navigation__flag-label {
      display: block;
      position: relative;
      padding: 0;
      background-image: url("../img/icons/book.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 32px;
      width: 100%;
      height: 100%; }
      @media only screen and (min-width: 40.0625em) {
        .gb-navigation__flag-label {
          padding: 12px 12px 40px 14px;
          background-position: 5px bottom;
          width: auto;
          height: auto; } }
      .gb-navigation__flag-label span {
        display: none; }
        @media only screen and (min-width: 40.0625em) {
          .gb-navigation__flag-label span {
            display: block;
            color: #ffffff;
            font-size: 13px;
            writing-mode: vertical-lr;
            -ms-writing-mode: bt-lr;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            transform: rotate(180deg); } }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          .gb-navigation__flag-label span {
            max-height: 120px; } }
        @supports (-ms-ime-align: auto) {
          .gb-navigation__flag-label span {
            max-height: 120px; } }
    .gb-navigation__flag:hover {
      background-color: #3573b5; }
  .gb-navigation__close {
    position: absolute;
    left: 0;
    top: 50%;
    width: 48px;
    height: 48px;
    background-size: cover;
    background-image: url("../img/icons/close-gb-navi-light.svg");
    background-repeat: no-repeat;
    margin: -34px 0 0 -60px;
    cursor: pointer; }
  .gb-navigation__overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.65;
    background-color: #636363;
    z-index: 98; }
  .gb-navigation__image {
    position: relative;
    display: block;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #09376b;
    z-index: 1; }
    @media only screen and (min-width: 40.0625em) {
      .gb-navigation__image {
        height: 390px; } }
    @media screen and (max-height: 840px) {
      .gb-navigation__image {
        height: 250px; } }
    @media screen and (max-height: 640px) {
      .gb-navigation__image {
        height: 180px; } }
    @media screen and (max-height: 560px) {
      .gb-navigation__image {
        height: 120px; } }
    .gb-navigation__image:after {
      content: "";
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%); }
    .gb-navigation__image-text {
      position: absolute;
      z-index: 2;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 0 17px 32px 17px; }
      @media only screen and (min-width: 40.0625em) {
        .gb-navigation__image-text {
          padding: 0 50px 32px 50px; } }
  .gb-navigation__headline {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
    margin: 0 0 6px 0; }
    @media only screen and (min-width: 40.0625em) {
      .gb-navigation__headline {
        margin: 0 0 7px 0;
        font-size: 25px;
        line-height: 30px; } }
  .gb-navigation__subline {
    font-size: 16px;
    line-height: 19px;
    opacity: 0.6;
    color: #ffffff; }
    @media only screen and (min-width: 40.0625em) {
      .gb-navigation__subline {
        font-size: 17px;
        line-height: 20px; } }
  .gb-navigation__block {
    display: none;
    position: fixed;
    z-index: 99;
    right: 0;
    top: 0;
    height: 100%;
    width: 320px;
    transition: margin 0.5s;
    margin-right: -320px; }
    @media only screen and (min-width: 40.0625em) {
      .gb-navigation__block {
        width: 500px;
        margin-right: -500px; } }
    .gb-navigation__block.active {
      margin-right: 0; }
    .gb-navigation__block-content {
      position: relative;
      overflow-x: hidden;
      overflow-y: auto;
      height: 100%;
      display: none;
      background-color: #09376b; }
      .gb-navigation__block-content--main {
        display: block; }
    .gb-navigation__block-subcontent {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 320px;
      margin-left: 320px;
      transition: margin 0.5s; }
      @media only screen and (min-width: 40.0625em) {
        .gb-navigation__block-subcontent {
          width: 500px;
          margin-left: 500px; } }
      .gb-navigation__block-subcontent.active {
        margin: 0;
        display: block; }
  .gb-navigation__elements {
    position: relative;
    display: block;
    padding: 0 0 160px 0;
    background-color: #09376b;
    min-height: calc(100% - 250px); }
    @media only screen and (min-width: 40.0625em) {
      .gb-navigation__elements {
        padding: 0 0 160px 0;
        min-height: calc(100% - 390px); } }
    @media screen and (max-height: 840px) {
      .gb-navigation__elements {
        padding: 0 0 120px 0;
        min-height: calc(100% - 250px); } }
    @media screen and (max-height: 720px) {
      .gb-navigation__elements {
        padding: 0 0 100px 0;
        min-height: calc(100% - 250px); } }
    @media screen and (max-height: 640px) {
      .gb-navigation__elements {
        padding: 0 0 100px 0;
        min-height: calc(100% - 180px); } }
    @media screen and (max-height: 560px) {
      .gb-navigation__elements {
        padding: 0 0 80px 0;
        min-height: calc(100% - 120px); } }
    .gb-navigation__elements.light {
      background-color: #2e64a2; }
  .gb-navigation__element {
    position: relative;
    display: block;
    padding: 0 17px; }
    @media only screen and (min-width: 40.0625em) {
      .gb-navigation__element {
        padding: 0 50px; } }
    .gb-navigation__element.light {
      background-color: #2e64a2; }
      .gb-navigation__element.light:first-child .gb-navigation__element-text {
        border-bottom: solid 1px rgba(255, 255, 255, 0.4) !important; }
      .gb-navigation__element.light .gb-navigation__element-text {
        border: 0 !important; }
    .gb-navigation__element.last {
      position: absolute;
      bottom: 0;
      width: 100%;
      background-color: #f0f0f0;
      padding-top: 8px;
      padding-bottom: 8px; }
      .gb-navigation__element.last .gb-navigation__element-text {
        color: #09376b; }
    .gb-navigation__element-text {
      padding: 24px 0;
      color: #ffffff;
      border-bottom: solid 1px rgba(255, 255, 255, 0.4); }
      @media screen and (max-height: 820px) {
        .gb-navigation__element-text {
          padding: 18px 0; } }
      @media screen and (max-height: 720px) {
        .gb-navigation__element-text {
          padding: 14px 0; } }
      @media screen and (max-height: 640px) {
        .gb-navigation__element-text {
          padding: 12px 0; } }
      @media screen and (max-height: 512px) {
        .gb-navigation__element-text {
          padding: 10px 0; } }
    .gb-navigation__element:hover .gb-navigation__element-text, .gb-navigation__element.active .gb-navigation__element-text {
      font-weight: bold; }
  .gb-navigation__back {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: auto;
    height: auto;
    cursor: pointer;
    background-image: url("../img/icons/arrow-back-light.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: left center;
    color: #ffffff;
    padding: 0.625rem 0.25rem 0.625rem 1.5rem; }
    @media only screen and (min-width: 40.0625em) {
      .gb-navigation__back {
        left: 26px; } }

.stories-tile {
  position: relative;
  margin: 0 0 0 0;
  overflow-x: hidden;
  width: 100%;
  height: 100vh; }
  .stories-tile__dummy-image {
    position: relative;
    width: 100%;
    height: auto;
    opacity: 0;
    max-height: 100vh;
    /*
		@include xlarge() {
			width: 50%;
			height: auto;
			max-height: 1000px;
		}
		*/ }
    @media only screen and (min-width: 40.0625em) {
      .stories-tile__dummy-image {
        width: 50%;
        height: auto;
        max-height: 100vh; } }
  .stories-tile__element {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.5s; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .stories-tile__element {
        overflow: hidden; } }
  .stories-tile__image {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
    object-fit: cover;
    transition: all 0.5s; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .stories-tile__image {
        overflow: visible;
        width: auto;
        position: absolute;
        max-width: none;
        transform: translateX(-50%); } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .stories-tile__element.active .stories-tile__image {
      overflow: visible;
      width: 100%;
      position: relative;
      max-width: 100%;
      transform: translateX(0); } }
  .stories-tile__text {
    display: none;
    position: absolute;
    padding: 32px 18px;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    pointer-events: none; }
    @media only screen and (min-width: 40.0625em) {
      .stories-tile__text {
        padding: 100px 80px; } }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .stories-tile__text {
        z-index: 1; } }
  .stories-tile__tagline {
    font-family: "TheSansLight";
    color: #ffffff;
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 4px 0; }
    @media only screen and (min-width: 40.0625em) {
      .stories-tile__tagline {
        font-size: 17px;
        line-height: 20px; } }
    @media only screen and (min-width: 64.0625em) {
      .stories-tile__tagline {
        font-size: 17px;
        line-height: 20px; } }
  .stories-tile__headline {
    font-family: "TheSansLight";
    color: #ffffff;
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 24px 0; }
    @media only screen and (min-width: 40.0625em) {
      .stories-tile__headline {
        font-size: 57px;
        line-height: 68px;
        margin: 0 0 56px 0; } }
    @media only screen and (min-width: 64.0625em) {
      .stories-tile__headline {
        font-size: 57px;
        line-height: 68px;
        margin: 0 0 56px 0; } }
  .stories-tile__link {
    font-family: "TheSansSemiboldItalic";
    color: #ffffff;
    font-size: 18px;
    line-height: 22px; }
    @media only screen and (min-width: 40.0625em) {
      .stories-tile__link {
        font-size: 20px;
        line-height: 24px; } }
    @media only screen and (min-width: 64.0625em) {
      .stories-tile__link {
        font-size: 20px;
        line-height: 24px; } }
  .stories-tile__elements {
    display: block;
    position: relative;
    height: 100%;
    background-color: #ffffff; }
    .stories-tile__elements.one .stories-tile__element--1 {
      z-index: 2;
      width: 100%;
      height: 50%;
      left: 0;
      top: 0; }
      @media only screen and (min-width: 40.0625em) {
        .stories-tile__elements.one .stories-tile__element--1 {
          width: 50%;
          height: 100%;
          left: 0;
          top: 0; } }
    .stories-tile__elements.one .stories-tile__element--2 {
      z-index: 1;
      width: 100%;
      height: 17%;
      left: 0;
      top: 50%; }
      @media only screen and (min-width: 40.0625em) {
        .stories-tile__elements.one .stories-tile__element--2 {
          width: 17%;
          height: 100%;
          left: 50%;
          top: 0; } }
    .stories-tile__elements.one .stories-tile__element--3 {
      z-index: 1;
      width: 100%;
      height: 17%;
      left: 0;
      top: 66.666%; }
      @media only screen and (min-width: 40.0625em) {
        .stories-tile__elements.one .stories-tile__element--3 {
          width: 17%;
          height: 100%;
          left: 66.666%;
          top: 0; } }
    .stories-tile__elements.one .stories-tile__element--4 {
      z-index: 1;
      width: 100%;
      height: 17%;
      left: 0;
      top: auto;
      bottom: 0; }
      @media only screen and (min-width: 40.0625em) {
        .stories-tile__elements.one .stories-tile__element--4 {
          width: 17%;
          height: 100%;
          left: 83.333%;
          top: 0;
          bottom: auto; } }
    .stories-tile__elements.two .stories-tile__element--1 {
      z-index: 1;
      width: 100%;
      height: 17%;
      left: 0;
      top: 0; }
      @media only screen and (min-width: 40.0625em) {
        .stories-tile__elements.two .stories-tile__element--1 {
          width: 17%;
          height: 100%;
          left: 0;
          top: 0; } }
    .stories-tile__elements.two .stories-tile__element--2 {
      z-index: 2;
      width: 100%;
      height: 50%;
      left: 0;
      top: 16.666%; }
      @media only screen and (min-width: 40.0625em) {
        .stories-tile__elements.two .stories-tile__element--2 {
          width: 50%;
          height: 100%;
          left: 16.666%;
          top: 0; } }
    .stories-tile__elements.two .stories-tile__element--3 {
      z-index: 1;
      width: 100%;
      height: 17%;
      left: 0;
      top: 66.666%; }
      @media only screen and (min-width: 40.0625em) {
        .stories-tile__elements.two .stories-tile__element--3 {
          width: 17%;
          height: 100%;
          left: 66.666%;
          top: 0; } }
    .stories-tile__elements.two .stories-tile__element--4 {
      z-index: 1;
      width: 100%;
      height: 17%;
      left: 0;
      top: auto;
      bottom: 0; }
      @media only screen and (min-width: 40.0625em) {
        .stories-tile__elements.two .stories-tile__element--4 {
          width: 17%;
          height: 100%;
          left: 83.333%;
          top: 0;
          bottom: auto; } }
    .stories-tile__elements.three .stories-tile__element--1 {
      z-index: 1;
      width: 100%;
      height: 17%;
      left: 0;
      top: 0; }
      @media only screen and (min-width: 40.0625em) {
        .stories-tile__elements.three .stories-tile__element--1 {
          width: 17%;
          height: 100%;
          left: 0;
          top: 0; } }
    .stories-tile__elements.three .stories-tile__element--2 {
      z-index: 1;
      width: 100%;
      height: 17%;
      left: 0;
      top: 16.666%; }
      @media only screen and (min-width: 40.0625em) {
        .stories-tile__elements.three .stories-tile__element--2 {
          width: 17%;
          height: 100%;
          left: 16.666%;
          top: 0; } }
    .stories-tile__elements.three .stories-tile__element--3 {
      z-index: 2;
      width: 100%;
      height: 50%;
      left: 0;
      top: 33.333%; }
      @media only screen and (min-width: 40.0625em) {
        .stories-tile__elements.three .stories-tile__element--3 {
          width: 50%;
          height: 100%;
          left: 33.333%;
          top: 0; } }
    .stories-tile__elements.three .stories-tile__element--4 {
      z-index: 1;
      width: 100%;
      height: 17%;
      left: 0;
      top: auto;
      bottom: 0; }
      @media only screen and (min-width: 40.0625em) {
        .stories-tile__elements.three .stories-tile__element--4 {
          width: 17%;
          height: 100%;
          left: 83.333%;
          top: 0;
          bottom: auto; } }
    .stories-tile__elements.four .stories-tile__element--1 {
      z-index: 1;
      width: 100%;
      height: 17%;
      left: 0;
      top: 0; }
      @media only screen and (min-width: 40.0625em) {
        .stories-tile__elements.four .stories-tile__element--1 {
          width: 17%;
          height: 100%;
          left: 0;
          top: 0; } }
    .stories-tile__elements.four .stories-tile__element--2 {
      z-index: 1;
      width: 100%;
      height: 17%;
      left: 0;
      top: 16.666%; }
      @media only screen and (min-width: 40.0625em) {
        .stories-tile__elements.four .stories-tile__element--2 {
          width: 17%;
          height: 100%;
          left: 16.666%;
          top: 0; } }
    .stories-tile__elements.four .stories-tile__element--3 {
      z-index: 1;
      width: 100%;
      height: 17%;
      left: 0;
      top: 33.333%; }
      @media only screen and (min-width: 40.0625em) {
        .stories-tile__elements.four .stories-tile__element--3 {
          width: 17%;
          height: 100%;
          left: 33.333%;
          top: 0; } }
    .stories-tile__elements.four .stories-tile__element--4 {
      z-index: 2;
      width: 100%;
      height: 50%;
      left: 0;
      top: auto;
      bottom: 0; }
      @media only screen and (min-width: 40.0625em) {
        .stories-tile__elements.four .stories-tile__element--4 {
          width: 50%;
          height: 100%;
          left: 50%;
          top: 0; } }

.video-slider {
  position: relative;
  overflow: hidden; }
  .video-slider .slide-track .slide {
    display: none;
    height: calc(100vh - 60px);
    width: 100vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 64.0625em) {
      .video-slider .slide-track .slide {
        height: calc(100vh - 90px); } }
    .video-slider .slide-track .slide.active {
      display: block; }
    .video-slider .slide-track .slide .video-slider-bg-video {
      position: relative;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 1; }
      .video-slider .slide-track .slide .video-slider-bg-video video {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .video-slider .slide-track .slide .video-player {
      top: 50%;
      transform: translateY(-50%);
      position: relative;
      z-index: 2; }
      .video-slider .slide-track .slide .video-player.reskin-gb-2020 {
        padding-left: 0 !important;
        padding-right: 0 !important; }
        .video-slider .slide-track .slide .video-player.reskin-gb-2020 .flowplayer {
          display: none; }
        .video-slider .slide-track .slide .video-player.reskin-gb-2020 .is-fullscreen .fp-player {
          background-color: #ffffff00; }
        .video-slider .slide-track .slide .video-player.reskin-gb-2020 .is-paused::after {
          content: "";
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background: rgba(0, 0, 0, 0.6);
          display: block;
          z-index: 1;
          position: absolute; }
        .video-slider .slide-track .slide .video-player.reskin-gb-2020 .is-mouseover .fp-controls {
          /*opacity: 1;
                            height: initial;
                            bottom: initial;
                            left: initial;
                            right: initial;
                            width: 100%;*/ }
          .video-slider .slide-track .slide .video-player.reskin-gb-2020 .is-mouseover .fp-controls .fp-timeline {
            height: 3px; }
        .video-slider .slide-track .slide .video-player.reskin-gb-2020 .flowplayer + .caption {
          position: absolute;
          z-index: 1000;
          color: white;
          left: 50%;
          transform: translateX(-50%);
          max-width: calc(100% - 40px);
          width: 100%;
          padding-left: 0;
          padding-right: 0;
          display: none;
          text-align: center;
          top: auto;
          bottom: 0; }
          @media only screen and (min-width: 40.0625em) {
            .video-slider .slide-track .slide .video-player.reskin-gb-2020 .flowplayer + .caption {
              top: auto;
              bottom: -40px;
              padding-left: 2rem;
              padding-right: 2rem;
              max-width: calc(100% - 100px); } }
          .video-slider .slide-track .slide .video-player.reskin-gb-2020 .flowplayer + .caption .caption-headline {
            font-family: "PublicoBanner", Serif;
            font-size: 42px;
            line-height: 48px;
            margin-bottom: 0.75rem; }
            @media only screen and (min-width: 40.0625em) {
              .video-slider .slide-track .slide .video-player.reskin-gb-2020 .flowplayer + .caption .caption-headline {
                font-size: 51px;
                line-height: 56px;
                margin-bottom: 1.25rem; } }
          .video-slider .slide-track .slide .video-player.reskin-gb-2020 .flowplayer + .caption .caption-subline {
            margin-top: 0;
            color: white !important;
            font-size: 24px; }
            @media only screen and (min-width: 40.0625em) {
              .video-slider .slide-track .slide .video-player.reskin-gb-2020 .flowplayer + .caption .caption-subline {
                font-size: 20px; } }
        .video-slider .slide-track .slide .video-player.reskin-gb-2020 .flowplayer.is-paused + .caption, .video-slider .slide-track .slide .video-player.reskin-gb-2020 .flowplayer.is-splash + .caption {
          display: block; }
      .video-slider .slide-track .slide .video-player a[href^="https://flowplayer.com/"] {
        opacity: 0.1 !important;
        height: 1px !important;
        width: 1px !important;
        overflow: hidden; }
  .video-slider .slide .video-player.reskin-gb-2020 .flowplayer + .caption {
    max-width: 100%; }
  .video-slider .slide .bg-video video,
  .video-slider .slide .bg-image video {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-position: center; }
  .video-slider .slide .bg-video .caption,
  .video-slider .slide .bg-image .caption {
    position: absolute;
    z-index: 1000;
    color: white;
    max-width: calc(100% - 100px);
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    text-shadow: 4px 2px 8px rgba(0, 0, 0, 0.5);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .video-slider .slide .bg-video .caption .caption-headline,
    .video-slider .slide .bg-image .caption .caption-headline {
      font-family: "PublicoBanner", Serif;
      font-size: 42px;
      line-height: 48px;
      margin-bottom: 0.75rem; }
      @media only screen and (min-width: 40.0625em) {
        .video-slider .slide .bg-video .caption .caption-headline,
        .video-slider .slide .bg-image .caption .caption-headline {
          font-size: 51px;
          line-height: 56px;
          margin-bottom: 1.25rem; } }
    .video-slider .slide .bg-video .caption .caption-subline,
    .video-slider .slide .bg-image .caption .caption-subline {
      margin-top: 0;
      color: white !important;
      font-size: 24px; }
      @media only screen and (min-width: 40.0625em) {
        .video-slider .slide .bg-video .caption .caption-subline,
        .video-slider .slide .bg-image .caption .caption-subline {
          font-size: 20px; } }
  .video-slider.video-open .video-slider-bg-video {
    display: none; }
  .video-slider.video-open .slide.active {
    height: 100.1vh; }
    .video-slider.video-open .slide.active .video-player .flowplayer {
      display: block; }
      .video-slider.video-open .slide.active .video-player .flowplayer + .caption {
        text-shadow: 4px 2px 8px rgba(0, 0, 0, 0.5);
        top: -200px; }
        @media only screen and (min-width: 40.0625em) {
          .video-slider.video-open .slide.active .video-player .flowplayer + .caption {
            top: -100vh;
            position: absolute; } }
  .video-slider .button-left,
  .video-slider .button-right,
  .video-slider .button-down {
    position: absolute;
    display: block;
    height: 48px;
    width: 48px;
    top: 50%;
    cursor: pointer;
    z-index: 2; }
    .video-slider .button-left::after,
    .video-slider .button-right::after,
    .video-slider .button-down::after {
      content: '';
      background-size: 16px;
      height: 48px;
      width: 48px;
      display: block;
      background-position: center;
      background-repeat: no-repeat;
      transition: all 0.25s ease; }
    .video-slider .button-left:hover::after,
    .video-slider .button-right:hover::after,
    .video-slider .button-down:hover::after {
      transform: scale(1.2); }
    @media only screen and (min-width: 40.0625em) {
      .video-slider .button-left::after,
      .video-slider .button-right::after,
      .video-slider .button-down::after {
        background-size: 48px; } }
    .video-slider .button-left.disabled,
    .video-slider .button-right.disabled,
    .video-slider .button-down.disabled {
      display: none; }
  .video-slider .button-left {
    left: 12px; }
    @media only screen and (min-width: 40.0625em) {
      .video-slider .button-left {
        left: 24px; } }
    .video-slider .button-left::after {
      background-image: url("/frontend/img/icons/chevron-thin-grey-left.svg"); }
    .video-slider .button-left span {
      position: absolute;
      left: 20px;
      top: 50%;
      color: #ffffff;
      text-shadow: 0px 0px 16px #000000;
      opacity: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      transition: all 0.5s; }
    .video-slider .button-left:hover span {
      opacity: 1;
      left: 60px; }
  .video-slider .button-right {
    right: 12px; }
    @media only screen and (min-width: 40.0625em) {
      .video-slider .button-right {
        right: 12px; } }
    .video-slider .button-right::after {
      background-image: url("/frontend/img/icons/chevron-thin-grey-right.svg"); }
    .video-slider .button-right span {
      position: absolute;
      right: 20px;
      top: 50%;
      color: #ffffff;
      text-shadow: 0px 0px 16px #000000;
      opacity: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      transition: all 0.5s; }
    .video-slider .button-right:hover span {
      right: 60px;
      opacity: 1; }
  .video-slider .button-down {
    bottom: 48px;
    left: 50%;
    top: auto;
    margin-left: -24px; }
    @media only screen and (min-width: 40.0625em) {
      .video-slider .button-down {
        margin-left: -16px; } }
    .video-slider .button-down::after {
      background-image: url("/frontend/img/icons/double-down-grey.svg");
      background-repeat: no-repeat;
      background-size: cover; }
  .video-slider .button-start {
    position: absolute;
    cursor: pointer;
    height: 48px;
    width: 48px;
    top: 55%;
    left: 50%;
    transform: translateY(75%);
    margin-left: -24px;
    z-index: 2; }
    @media only screen and (min-width: 40.0625em) {
      .video-slider .button-start {
        margin-left: -16px; } }
    .video-slider .button-start::after {
      content: '';
      background: url("/frontend/img/icons/play-grey.svg") no-repeat;
      background-position: center;
      background-size: cover;
      display: block;
      height: 48px;
      width: 48px;
      transition: all 0.25s ease; }
    .video-slider .button-start:hover::after {
      transform: scale(1.2); }
    .video-slider .button-start.disabled {
      display: none !important; }
  .video-slider .button-close {
    display: none;
    position: absolute;
    cursor: pointer;
    height: 48px;
    width: 48px;
    top: 1.5rem;
    right: 0.5rem;
    z-index: 3; }
    .video-slider .button-close::after {
      content: '';
      background: url("/frontend/img/icons/close-light.svg") no-repeat;
      background-position: center;
      background-size: cover;
      display: block;
      height: 48px;
      width: 48px; }
    @media only screen and (min-width: 40.0625em) {
      .video-slider .button-close {
        top: 1rem;
        right: 1rem; } }
  .video-slider::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.13) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.13) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.13) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1); }
  .video-slider.video-open {
    z-index: 10000; }
    .video-slider.video-open::before {
      content: '';
      position: absolute;
      background-color: rgba(0, 0, 0, 0.72) !important;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: block; }
    .video-slider.video-open .button-close {
      display: block; }
    .video-slider.video-open .button-left,
    .video-slider.video-open .button-right,
    .video-slider.video-open .button-down,
    .video-slider.video-open .button-start,
    .video-slider.video-open .caption {
      display: none; }

body.video-module-fixed {
  overflow: hidden; }

/* FOOTER CLASSES */
footer {
  padding-top: 60px;
  padding-bottom: 45px;
  background: #f0f0f0; }
  @media only screen and (max-width: 40em) {
    footer {
      padding-top: 30px; } }
  @media only print {
    footer {
      display: none; } }
  footer #footermenu {
    margin: 0 0 30px 0;
    padding: 0; }
    @media only screen and (max-width: 40em) {
      footer #footermenu {
        display: none; } }
    footer #footermenu ul,
    footer #footermenu li {
      margin: 0;
      padding: 0;
      list-style: none; }
    footer #footermenu ul {
      margin: 0 0 40px 0; }
      footer #footermenu ul li {
        line-height: 1.2;
        margin: 0 0 10px 0;
        padding: 0; }
        footer #footermenu ul li a {
          font-family: "TheSansLight";
          font-size: 1rem;
          color: #878787; }
          footer #footermenu ul li a:hover {
            font-family: "TheSansPlain"; }
        footer #footermenu ul li strong a {
          font-size: 1.125rem;
          color: #878787; }
          footer #footermenu ul li strong a:hover {
            color: #133e80; }
  footer #metamenu {
    float: right;
    padding-top: 25px; }
    @media only screen and (max-width: 40em) {
      footer #metamenu {
        margin-bottom: 15px;
        padding: 0; } }
    footer #metamenu ul {
      margin: 0;
      padding: 0; }
      @media only screen and (min-width: 40.0625em) {
        footer #metamenu ul {
          float: right; } }
      footer #metamenu ul li {
        float: left;
        margin: 0 0 0 15px;
        padding: 0;
        list-style: none; }
        @media only screen and (max-width: 40em) {
          footer #metamenu ul li {
            width: 50%;
            margin: 0 0 20px 0; } }
        footer #metamenu ul li a {
          font-size: 0.9375rem;
          color: #878787; }
          footer #metamenu ul li a:hover {
            font-family: "TheSansPlain"; }
  footer #copyright {
    font-family: "TheSansPlain";
    font-size: 0.8125rem;
    float: right;
    height: 50px;
    padding-top: 32px;
    padding-left: 125px;
    vertical-align: bottom;
    color: #878787;
    background: url(../img/footer-logo.png) no-repeat; }
    @media only screen and (max-width: 40em) {
      footer #copyright {
        text-align: right; } }
    @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
      footer #copyright {
        background-image: url(../img/footer-logo@2x.png);
        background-size: 102px 50px; } }
    footer #copyright span {
      font-size: 0.9375rem; }

body.blue-design .button.green {
  background: #2e64a2; }
  body.blue-design .button.green:hover {
    background: #3573b5; }

body.blue-design .job-teaser-wrapper .job-teaser h3, body.blue-design .job-teaser-wrapper .job-teaser h5, body.blue-design .job-teaser-wrapper .job-teaser .copytext {
  color: #2e64a2 !important; }
  body.blue-design .job-teaser-wrapper .job-teaser h3 div, body.blue-design .job-teaser-wrapper .job-teaser h5 div, body.blue-design .job-teaser-wrapper .job-teaser .copytext div {
    color: #2e64a2 !important; }

body.blue-design .job-teaser-wrapper .job-teaser:hover {
  background: #2e64a2; }
  body.blue-design .job-teaser-wrapper .job-teaser:hover h3, body.blue-design .job-teaser-wrapper .job-teaser:hover h5, body.blue-design .job-teaser-wrapper .job-teaser:hover .copytext {
    color: #ffffff !important; }
    body.blue-design .job-teaser-wrapper .job-teaser:hover h3 div, body.blue-design .job-teaser-wrapper .job-teaser:hover h5 div, body.blue-design .job-teaser-wrapper .job-teaser:hover .copytext div {
      color: #ffffff !important; }

body.blue-design .job-teaser-wrapper .job-teaser.alt:hover {
  background: #3573b5 !important; }

body.blue-design .color-teaser-wrapper .color-teaser .color-overlay.green {
  background-color: #2e64a2 !important; }

body.blue-design .color-teaser-wrapper .color-teaser:nth-child(even) .color-overlay.green {
  background-color: #3573b5 !important; }

body.blue-design .tab-header {
  background-color: #133e80 !important; }
  body.blue-design .tab-header:nth-child(odd) {
    background-color: #09376b !important; }

body.blue-design .accordion-wrapper {
  border-color: #2e64a2 !important; }
  body.blue-design .accordion-wrapper h3.accordion-title {
    color: #636363 !important;
    background-image: url(../img/icons/accordion-down-blue.svg) !important; }
    body.blue-design .accordion-wrapper h3.accordion-title.open {
      background-image: url(../img/icons/accordion-up-blue.svg) !important; }

body.blue-design .job-filter button.green {
  background: #2e64a2 !important;
  color: #ffffff !important; }
  body.blue-design .job-filter button.green:hover {
    background: #3573b5 !important; }

section .content .main .content-wrapper.dark {
  background-color: #09376b; }
  section .content .main .content-wrapper.dark .module-header h2, section .content .main .content-wrapper.dark .module-header h3 {
    color: #ffffff !important; }
  section .content .main .content-wrapper.dark .icon-bar .icon-bar-element h4, section .content .main .content-wrapper.dark .icon-bar .icon-bar-element p {
    color: #ffffff; }
  section .content .main .content-wrapper.dark .icon-bar .icon-bar-element:hover h4 {
    color: #878787; }

@media only screen and (max-width: 40em) {
  .mb-small-1 {
    margin-bottom: 0.5rem; }
  .mb-small-2 {
    margin-bottom: 0.75rem; }
  .mb-small-3 {
    margin-bottom: 1rem; }
  .mb-small-4 {
    margin-bottom: 1.5rem; }
  .mb-small-5 {
    margin-bottom: 2.25rem; } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .mb-medium-1 {
    margin-bottom: 0.5rem; }
  .mb-medium-2 {
    margin-bottom: 0.75rem; }
  .mb-medium-3 {
    margin-bottom: 1rem; }
  .mb-medium-4 {
    margin-bottom: 1.5rem; }
  .mb-medium-5 {
    margin-bottom: 2.25rem; } }

@media only screen and (max-width: 40em) {
  .mt-small-1 {
    margin-top: 0.5rem; }
  .mt-small-2 {
    margin-top: 0.75rem; }
  .mt-small-3 {
    margin-top: 1rem; }
  .mt-small-4 {
    margin-top: 1.5rem; }
  .mt-small-5 {
    margin-top: 2.25rem; } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .mt-medium-1 {
    margin-top: 0.5rem; }
  .mt-medium-2 {
    margin-top: 0.75rem; }
  .mt-medium-3 {
    margin-top: 1rem; }
  .mt-medium-4 {
    margin-top: 1.5rem; }
  .mt-medium-5 {
    margin-top: 2.25rem; } }

@media only screen and (max-width: 40em) {
  .ml-small-1 {
    margin-left: 0.5rem; }
  .ml-small-2 {
    margin-left: 0.75rem; }
  .ml-small-3 {
    margin-left: 1rem; }
  .ml-small-4 {
    margin-left: 1.5rem; }
  .ml-small-5 {
    margin-left: 2.25rem; } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .ml-medium-1 {
    margin-left: 0.5rem; }
  .ml-medium-2 {
    margin-left: 0.75rem; }
  .ml-medium-3 {
    margin-left: 1rem; }
  .ml-medium-4 {
    margin-left: 1.5rem; }
  .ml-medium-5 {
    margin-left: 2.25rem; } }

@media only screen and (max-width: 40em) {
  .mr-small-1 {
    margin-right: 0.5rem; }
  .mr-small-2 {
    margin-right: 0.75rem; }
  .mr-small-3 {
    margin-right: 1rem; }
  .mr-small-4 {
    margin-right: 1.5rem; }
  .mr-small-5 {
    margin-right: 2.25rem; } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .mr-medium-1 {
    margin-right: 0.5rem; }
  .mr-medium-2 {
    margin-right: 0.75rem; }
  .mr-medium-3 {
    margin-right: 1rem; }
  .mr-medium-4 {
    margin-right: 1.5rem; }
  .mr-medium-5 {
    margin-right: 2.25rem; } }

.jssocials-shares {
  margin: 0.2em 0; }

.jssocials-shares * {
  box-sizing: border-box; }

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }

.jssocials-share-link.jssocials-share-link-count {
  padding-top: .2em; }

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: .6em;
  margin: 0 -.5em -.8em -.5em; }

.jssocials-share-link.jssocials-share-no-count {
  padding-top: .5em; }

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }

.jssocials-share-count-box.jssocials-share-no-count {
  display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }

.jssocials-share-twitter .jssocials-share-link {
  background: #00aced; }

.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba; }

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998; }

.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39; }

.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321; }

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6; }

.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027; }

.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f; }

.jssocials-share-email .jssocials-share-link {
  background: #3490F3; }

.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6; }

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823; }

.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412; }

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628; }

.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e; }

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0; }

.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd; }

.jssocials-share-line .jssocials-share-link {
  background: #25af00; }

.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00; }

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d; }

.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b; }

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056; }

.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e; }

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff; }

.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc; }

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e; }

.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c; }

.jssocials-share-rss .jssocials-share-link {
  background: #ff9900; }

.jssocials-share-rss .jssocials-share-link:hover {
  background: #cc7a00; }

.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }

.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
  color: #fff; }

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }

.jssocials-share-count-box:hover {
  background: gainsboro; }

.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent; }

.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }

.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*# sourceMappingURL=main.css.map */
