/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* ==========================================================================
Helper classes
========================================================================== */
/*
* Hide visually and from screen readers:
*/

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

.hidden {
	display: none !important;
}
/*
* Hide only visually, but have it available for screen readers:
* http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*/
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
	visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}

@charset "UTF-8";
/* global settings */
/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
/* fonts */
@font-face {
  font-family: "MunichRE";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Munich_RE_Web-Regular.eot?") format("eot"), url("../fonts/Munich_RE_Web-Regular.woff") format("woff"), url("../fonts/Munich_RE_Web-Regular.ttf") format("truetype"), url('../fonts/Munich_RE_Web-Regular.svg#str-replace(MunichRE, " ", "_")') format("svg"); }

@font-face {
  font-family: "MunichRE";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Munich_RE_Web-Light.eot?") format("eot"), url("../fonts/Munich_RE_Web-Light.woff") format("woff"), url("../fonts/Munich_RE_Web-Light.ttf") format("truetype"), url('../fonts/Munich_RE_Web-Light.svg#str-replace(MunichRE, " ", "_")') format("svg"); }

@font-face {
  font-family: "MunichRE";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Munich_RE_Web-Bold.eot?") format("eot"), url("../fonts/Munich_RE_Web-Bold.woff") format("woff"), url("../fonts/Munich_RE_Web-Bold.ttf") format("truetype"), url('../fonts/Munich_RE_Web-Bold.svg#str-replace(MunichRE, " ", "_")') format("svg"); }

@font-face {
  font-family: "Icons";
  src: url("../fonts/icons/Icons.eot");
  src: url("../fonts/icons/Icons.eot?#iefix") format("eot"), url("../fonts/icons/Icons.woff") format("woff"), url("../fonts/icons/Icons.ttf") format("truetype"), url("../fonts/icons/Icons.svg#Icons") format("svg"); }

[class^="icon-"]:before, [class*=" icon-"]:before {
  position: relative;
  font-family: "Icons";
  font-size: 68%;
  line-height: 1;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-add:before {
  content: ""; }

.icon-agenda:before {
  content: ""; }

.icon-arrow-down:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-arrow-up:before {
  content: ""; }

.icon-backtotop:before {
  content: ""; }

.icon-bullet:before {
  content: ""; }

.icon-business-risks:before {
  content: ""; }

.icon-camera:before {
  content: ""; }

.icon-change-contrast:before {
  content: ""; }

.icon-change-font-size:before {
  content: ""; }

.icon-chart-positive:before {
  content: ""; }

.icon-check-mark:before {
  content: ""; }

.icon-clock:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-comment-answer:before {
  content: ""; }

.icon-comments:before {
  content: ""; }

.icon-computer:before {
  content: ""; }

.icon-content-page:before {
  content: ""; }

.icon-cut:before {
  content: ""; }

.icon-cyber-risk:before {
  content: ""; }

.icon-documents:before {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-emergency:before {
  content: ""; }

.icon-energy:before {
  content: ""; }

.icon-experts:before {
  content: ""; }

.icon-eye:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-favorite:before {
  content: ""; }

.icon-file-ai:before {
  content: ""; }

.icon-file-eps:before {
  content: ""; }

.icon-file-gif:before {
  content: ""; }

.icon-file-jpg:before {
  content: ""; }

.icon-file-pdf:before {
  content: ""; }

.icon-file-png:before {
  content: ""; }

.icon-file-zip:before {
  content: ""; }

.icon-filter:before {
  content: ""; }

.icon-form:before {
  content: ""; }

.icon-google-plus:before {
  content: ""; }

.icon-hazardpointer:before {
  content: ""; }

.icon-like-dislike:before {
  content: ""; }

.icon-like-large:before {
  content: ""; }

.icon-like-small:before {
  content: ""; }

.icon-link:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-magnifier:before {
  content: ""; }

.icon-mail:before {
  content: ""; }

.icon-maximize:before {
  content: ""; }

.icon-menu:before {
  content: ""; }

.icon-menue:before {
  content: ""; }

.icon-minimize:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-mobility:before {
  content: ""; }

.icon-page-next:before {
  content: ""; }

.icon-page-previous:before {
  content: ""; }

.icon-play-video:before {
  content: ""; }

.icon-print:before {
  content: ""; }

.icon-pull-down:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-share-social:before {
  content: ""; }

.icon-smiley-1:before {
  content: ""; }

.icon-smiley-2:before {
  content: ""; }

.icon-smiley-3:before {
  content: ""; }

.icon-smiley-4:before {
  content: ""; }

.icon-twitter-answer:before {
  content: ""; }

.icon-twitter-retweet:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-whatsapp:before {
  content: ""; }

.icon-xing:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-zoom:before {
  content: ""; }

/* legacy icon classes */
.icon__twitter:before {
  position: relative;
  font-family: "Icons";
  font-size: 68%;
  line-height: 1;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.icon__facebook:before {
  position: relative;
  font-family: "Icons";
  font-size: 68%;
  line-height: 1;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.icon__linkedin:before {
  position: relative;
  font-family: "Icons";
  font-size: 68%;
  line-height: 1;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.icon__googleplus:before {
  position: relative;
  font-family: "Icons";
  font-size: 68%;
  line-height: 1;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.icon__xing:before {
  position: relative;
  font-family: "Icons";
  font-size: 68%;
  line-height: 1;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.icon__youtube:before {
  position: relative;
  font-family: "Icons";
  font-size: 68%;
  line-height: 1;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

/* layout */
html, body {
  height: 100%;
  min-width: 300px; }

html {
  font-family: MunichRE, Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  background-color: #fff;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5;
  color: #000;
  min-width: 300px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

.layout--default {
  margin: 0; }

img,
video {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #00B4DC; }

a,
button,
input[submit],
input[button] {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

.content {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  color: #272B2E; }
  .content:before, .content:after {
    content: " ";
    display: table; }
  .content:after {
    clear: both; }
  @media (min-width: 600px) {
    .content {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.44444; } }
  .mainnavigation--transparent .content {
    margin-top: -130px; }

[data-resources] {
  visibility: hidden; }

.aem-GridColumn > div + div {
  margin-top: 40px; }
  @media (min-width: 768px) {
    .aem-GridColumn > div + div {
      margin-top: 60px; } }
  @media (min-width: 1280px) {
    .aem-GridColumn > div + div {
      margin-top: 80px; } }

.aem-GridColumn .mr-h1 + *, .aem-GridColumn .mr-h2 + * {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .aem-GridColumn .mr-h1 + *, .aem-GridColumn .mr-h2 + * {
      margin-top: 30px; } }
  @media (min-width: 1280px) {
    .aem-GridColumn .mr-h1 + *, .aem-GridColumn .mr-h2 + * {
      margin-top: 40px; } }

.aem-GridColumn .mr-searchSummary {
  margin-top: -20px; }
  @media (min-width: 768px) {
    .aem-GridColumn .mr-searchSummary {
      margin-top: -30px; } }
  @media (min-width: 1280px) {
    .aem-GridColumn .mr-searchSummary {
      margin-top: -40px; } }
  .aem-GridColumn .mr-searchSummary + .mr-teaserRow {
    margin-top: 20px; }

.aem-GridColumn .mr-teaserRow + .mr-teaserRow {
  margin-top: 20px; }
  .aem-GridColumn .mr-teaserRow + .mr-teaserRow .teaserRow--seamless {
    margin-top: -20px; }

.aem-GridColumn .mr-relatedArticles + .mr-newsletter, .aem-GridColumn .mr-experts + .mr-newsletter {
  margin-top: 0; }

.aem-GridColumn .mr-breadcrumb {
  margin-top: 0; }
  .aem-GridColumn .mr-breadcrumb:first-child {
    margin-top: -40px; }
    @media (min-width: 768px) {
      .aem-GridColumn .mr-breadcrumb:first-child {
        margin-top: -60px; } }
    @media (min-width: 1280px) {
      .aem-GridColumn .mr-breadcrumb:first-child {
        margin-top: -80px; } }

.responsiveGrid {
  margin-top: 40px; }
  @media (min-width: 768px) {
    .responsiveGrid {
      margin-top: 60px; } }
  @media (min-width: 1280px) {
    .responsiveGrid {
      margin-top: 80px; } }
  .responsiveGrid--reducedWidth {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
  .responsiveGrid:not([class*="responsiveGrid--colorTheme"]) + [class*="responsiveGrid--colorTheme"] {
    margin-top: 40px; }
    @media (min-width: 768px) {
      .responsiveGrid:not([class*="responsiveGrid--colorTheme"]) + [class*="responsiveGrid--colorTheme"] {
        margin-top: 60px; } }
    @media (min-width: 1280px) {
      .responsiveGrid:not([class*="responsiveGrid--colorTheme"]) + [class*="responsiveGrid--colorTheme"] {
        margin-top: 80px; } }
  .responsiveGrid[class*="responsiveGrid--colorTheme"] {
    margin-top: 0;
    padding: 0 6.75% 40px 6.25%; }
    @media (min-width: 768px) {
      .responsiveGrid[class*="responsiveGrid--colorTheme"] {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 1.96%;
        padding-right: 4.3%; } }
    @media (min-width: 1280px) {
      .responsiveGrid[class*="responsiveGrid--colorTheme"] {
        padding: 80px 30px; } }
    @media (max-width: 767px) {
      .responsiveGrid[class*="responsiveGrid--colorTheme"] > .row:first-of-type {
        margin-top: 0; } }
    .responsiveGrid[class*="responsiveGrid--colorTheme"] > .row--reducedWidth {
      margin-left: -15px;
      margin-right: -15px; }
      @media (min-width: 1500px) {
        .responsiveGrid[class*="responsiveGrid--colorTheme"] > .row--reducedWidth {
          margin-left: auto;
          margin-right: auto; } }
    .responsiveGrid[class*="responsiveGrid--colorTheme"].responsiveGrid--removeSidePaddings {
      padding-left: 0;
      padding-right: 0; }
  .responsiveGrid--colorTheme1 {
    background: rgba(51, 51, 51, 0.85); }
  .responsiveGrid--colorTheme2 {
    background: rgba(102, 102, 102, 0.85); }
  .responsiveGrid--colorTheme3 {
    background: rgba(153, 153, 153, 0.85); }
  .responsiveGrid--colorTheme4 {
    background: rgba(204, 204, 204, 0.85); }
  .responsiveGrid--colorTheme5 {
    background: rgba(229, 229, 229, 0.85); }
  .responsiveGrid--colorTheme7 {
    background: rgba(127, 178, 229, 0.85); }
  .responsiveGrid--colorTheme8 {
    background: rgba(229, 239, 250, 0.85); }
  .responsiveGrid--colorTheme9 {
    background: rgba(204, 0, 51, 0.85); }
  .responsiveGrid--colorTheme10 {
    background: rgba(116, 116, 186, 0.85); }
  .responsiveGrid--colorTheme11 {
    background: rgba(0, 153, 102, 0.85); }
  .responsiveGrid--colorTheme12 {
    background: rgba(255, 196, 20, 0.85); }

body:after {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  content: "small"; }
  @media only print, screen and (min-width: 48rem) {
    body:after {
      content: "medium"; } }
  @media only print, screen and (min-width: 64rem) {
    body:after {
      content: "large"; } }
  @media only print, screen and (min-width: 80rem) {
    body:after {
      content: "xlarge"; } }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.aem-Grid {
  margin-top: -40px;
  margin-left: -15px;
  margin-right: -15px;
  max-width: none; }
  @media (min-width: 768px) {
    .aem-Grid {
      margin-top: -60px; } }
  @media (min-width: 1280px) {
    .aem-Grid {
      margin-top: -80px; } }
  .aem-Grid:after {
    content: " ";
    display: block;
    clear: both; }
  .aem-Grid + .aem-Grid,
  .aem-Grid .aem-Grid {
    margin-top: 0; }
  .aem-Grid--12 {
    margin-left: -webkit-calc(6.25% - 15px);
    margin-left: calc(6.25% - 15px);
    margin-right: -webkit-calc(6.25% - 15px);
    margin-right: calc(6.25% - 15px); }
    @media (min-width: 375px) {
      .aem-Grid--12 {
        margin-left: -webkit-calc(5.33333% - 15px);
        margin-left: calc(5.33333% - 15px);
        margin-right: -webkit-calc(5.33333% - 15px);
        margin-right: calc(5.33333% - 15px); } }
    @media (min-width: 768px) {
      .aem-Grid--12 {
        margin-left: -webkit-calc(3.64583% - 15px);
        margin-left: calc(3.64583% - 15px);
        margin-right: -webkit-calc(3.64583% - 15px);
        margin-right: calc(3.64583% - 15px); } }
    @media (min-width: 1024px) {
      .aem-Grid--12 {
        margin-left: -webkit-calc(4.10156% - 15px);
        margin-left: calc(4.10156% - 15px);
        margin-right: -webkit-calc(4.10156% - 15px);
        margin-right: calc(4.10156% - 15px); } }
    @media (min-width: 1280px) {
      .aem-Grid--12 {
        max-width: 1210px;
        margin-left: auto;
        margin-right: auto; } }
  .aem-Grid--fullWidth {
    margin-left: -15px;
    margin-right: -15px;
    max-width: none; }

.aem-GridColumn {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 40px; }
  @media (min-width: 768px) {
    .aem-GridColumn {
      margin-top: 60px; } }
  @media (min-width: 1280px) {
    .aem-GridColumn {
      margin-top: 80px; } }

@media (min-width: 600px) {
  .aem-GridColumn--phone--1 {
    width: 8.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--phone--2 {
    width: 16.66667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--phone--3 {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--phone--4 {
    width: 33.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--phone--5 {
    width: 41.66667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--phone--6 {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--phone--7 {
    width: 58.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--phone--8 {
    width: 66.66667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--phone--9 {
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--phone--10 {
    width: 83.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--phone--11 {
    width: 91.66667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--phone--12 {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 768px) {
  .aem-GridColumn--tablet--1 {
    width: 8.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--tablet--2 {
    width: 16.66667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--tablet--3 {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--tablet--4 {
    width: 33.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--tablet--5 {
    width: 41.66667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--tablet--6 {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--tablet--7 {
    width: 58.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--tablet--8 {
    width: 66.66667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--tablet--9 {
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--tablet--10 {
    width: 83.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--tablet--11 {
    width: 91.66667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--tablet--12 {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 1024px) {
  .aem-GridColumn--default--1 {
    width: 8.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--default--2 {
    width: 16.66667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--default--3 {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--default--4 {
    width: 33.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--default--5 {
    width: 41.66667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--default--6 {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--default--7 {
    width: 58.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--default--8 {
    width: 66.66667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--default--9 {
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--default--10 {
    width: 83.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--default--11 {
    width: 91.66667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .aem-GridColumn--default--12 {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; } }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.cookieBanner {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  -webkit-transition: bottom 500ms ease;
  -o-transition: bottom 500ms ease;
  transition: bottom 500ms ease;
  background-color: #E6E6E6;
  z-index: 20000; }
  .cookieBanner--hidden {
    bottom: -300px; }
  .cookieBanner__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: -webkit-calc(6.25% - 15px);
    margin-left: calc(6.25% - 15px);
    margin-right: -webkit-calc(6.25% - 15px);
    margin-right: calc(6.25% - 15px);
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 600px) {
      .cookieBanner__inner {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media (min-width: 375px) {
      .cookieBanner__inner {
        margin-left: -webkit-calc(5.33333% - 15px);
        margin-left: calc(5.33333% - 15px);
        margin-right: -webkit-calc(5.33333% - 15px);
        margin-right: calc(5.33333% - 15px); } }
    @media (min-width: 768px) {
      .cookieBanner__inner {
        margin-left: -webkit-calc(3.64583% - 15px);
        margin-left: calc(3.64583% - 15px);
        margin-right: -webkit-calc(3.64583% - 15px);
        margin-right: calc(3.64583% - 15px); } }
    @media (min-width: 1024px) {
      .cookieBanner__inner {
        margin-left: -webkit-calc(4.10156% - 15px);
        margin-left: calc(4.10156% - 15px);
        margin-right: -webkit-calc(4.10156% - 15px);
        margin-right: calc(4.10156% - 15px); } }
    @media (min-width: 1280px) {
      .cookieBanner__inner {
        max-width: 1210px;
        margin-left: auto;
        margin-right: auto; } }
  .cookieBanner__content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 14px;
    line-height: 1.42857; }
    .cookieBanner__content .cmp-text {
      font-weight: 200;
      max-width: none; }
  .cookieBanner__confirm {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    padding-top: 5px; }
    @media (min-width: 600px) {
      .cookieBanner__confirm {
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start;
        padding-left: 15px;
        padding-top: 0; } }
  .cookieBanner .button.button--small {
    background-color: #fff;
    border: 1px solid #D9DADA;
    font-size: 12px; }
    .cookieBanner .button.button--small:hover {
      background-color: #F9F9F9; }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.off-canvas-wrap {
  position: relative;
  width: 100%;
  -ms-scroll-limit: 0; }
  @media only screen and (max-width: 48rem) {
    .off-canvas-wrap {
      overflow: hidden; } }
  @media only print, screen and (min-width: 64rem) {
    .off-canvas-wrap {
      -webkit-transition: -webkit-transform 600ms ease-in-out;
      transition: -webkit-transform 600ms ease-in-out;
      -o-transition: transform 600ms ease-in-out;
      transition: transform 600ms ease-in-out;
      transition: transform 600ms ease-in-out, -webkit-transform 600ms ease-in-out; } }
  @media only screen and (max-width: 48rem) {
    body[mainnavigation='open'] .off-canvas-wrap {
      position: fixed;
      height: 100vh; } }
  @media only print, screen and (min-width: 64rem) {
    body[mainnavigation='open'] .off-canvas-wrap {
      -webkit-transform: translate(33vw, 0);
          -ms-transform: translate(33vw, 0);
              transform: translate(33vw, 0); } }
  @media only print, screen and (min-width: 80rem) {
    body[mainnavigation='open'] .off-canvas-wrap {
      -webkit-transform: translate(-webkit-calc(((100vw - 1280px) / 2) + 50px + 360px + 20px), 0);
          -ms-transform: translate(calc(((100vw - 1280px) / 2) + 50px + 360px + 20px), 0);
              transform: translate(calc(((100vw - 1280px) / 2) + 50px + 360px + 20px), 0); } }

body {
  overflow-x: hidden; }
  body[mainnavigation='open'], body[mainnavigation-closing] {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100vh; }
    @media only screen and (max-width: 48rem) {
      body[mainnavigation='open'] .main,
      body[mainnavigation='open'] .footer, body[mainnavigation-closing] .main,
      body[mainnavigation-closing] .footer {
        display: none; } }

.main-navigation {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background-color: #6B6C6D;
  color: #FFFFFF;
  height: 60px;
  position: relative;
  width: 100%;
  z-index: 400; }
  body.mainnavigation--transparent .main-navigation {
    position: absolute; }
    @media only print, screen and (min-width: 64rem) {
      body.mainnavigation--transparent .main-navigation {
        position: absolute; } }
  @media only print, screen and (min-width: 64rem) {
    .main-navigation {
      height: 130px;
      background-color: transparent; }
      .main-navigation:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #6B6C6D;
        z-index: -1; }
      body[mainnavigation='open'] .main-navigation {
        -webkit-transform: translate(-33vw, 0);
            -ms-transform: translate(-33vw, 0);
                transform: translate(-33vw, 0); }
        body[mainnavigation='open'] .main-navigation:before {
          -webkit-transform: translate(33vw, 0);
              -ms-transform: translate(33vw, 0);
                  transform: translate(33vw, 0); }
      body[mainnavigation-closing] .main-navigation {
        -webkit-transform: translate(-33vw, 0);
            -ms-transform: translate(-33vw, 0);
                transform: translate(-33vw, 0); }
        body[mainnavigation-closing] .main-navigation:before {
          -webkit-transform: translate(33vw, 0);
              -ms-transform: translate(33vw, 0);
                  transform: translate(33vw, 0); }
      body:not([mainnavigation='open']) .main-navigation {
        -webkit-transition: background 200ms, height 400ms;
        -o-transition: background 200ms, height 400ms;
        transition: background 200ms, height 400ms; } }
  @media only print, screen and (min-width: 80rem) {
    body[mainnavigation='open'] .main-navigation {
      -webkit-transform: translate(-webkit-calc((((100vw - 1280px) / 2) + 50px + 360px + 20px) * -1), 0);
          -ms-transform: translate(calc((((100vw - 1280px) / 2) + 50px + 360px + 20px) * -1), 0);
              transform: translate(calc((((100vw - 1280px) / 2) + 50px + 360px + 20px) * -1), 0); }
      body[mainnavigation='open'] .main-navigation:before {
        -webkit-transform: translate(-webkit-calc(((100vw - 1280px) / 2) + 50px + 360px + 20px), 0);
            -ms-transform: translate(calc(((100vw - 1280px) / 2) + 50px + 360px + 20px), 0);
                transform: translate(calc(((100vw - 1280px) / 2) + 50px + 360px + 20px), 0); }
    body[mainnavigation-closing] .main-navigation {
      -webkit-transform: translate(-webkit-calc((((100vw - 1280px) / 2) + 50px + 360px + 20px) * -1), 0);
          -ms-transform: translate(calc((((100vw - 1280px) / 2) + 50px + 360px + 20px) * -1), 0);
              transform: translate(calc((((100vw - 1280px) / 2) + 50px + 360px + 20px) * -1), 0); }
      body[mainnavigation-closing] .main-navigation:before {
        -webkit-transform: translate(-webkit-calc(((100vw - 1280px) / 2) + 50px + 360px + 20px), 0);
            -ms-transform: translate(calc(((100vw - 1280px) / 2) + 50px + 360px + 20px), 0);
                transform: translate(calc(((100vw - 1280px) / 2) + 50px + 360px + 20px), 0); } }
  .main-navigation__wrapper {
    margin-left: -webkit-calc(6.25% - 15px);
    margin-left: calc(6.25% - 15px);
    margin-right: -webkit-calc(6.25% - 15px);
    margin-right: calc(6.25% - 15px); }
    @media (min-width: 375px) {
      .main-navigation__wrapper {
        margin-left: -webkit-calc(5.33333% - 15px);
        margin-left: calc(5.33333% - 15px);
        margin-right: -webkit-calc(5.33333% - 15px);
        margin-right: calc(5.33333% - 15px); } }
    @media (min-width: 768px) {
      .main-navigation__wrapper {
        margin-left: -webkit-calc(3.64583% - 15px);
        margin-left: calc(3.64583% - 15px);
        margin-right: -webkit-calc(3.64583% - 15px);
        margin-right: calc(3.64583% - 15px); } }
    @media (min-width: 1024px) {
      .main-navigation__wrapper {
        margin-left: -webkit-calc(4.10156% - 15px);
        margin-left: calc(4.10156% - 15px);
        margin-right: -webkit-calc(4.10156% - 15px);
        margin-right: calc(4.10156% - 15px); } }
    @media (min-width: 1280px) {
      .main-navigation__wrapper {
        max-width: 1210px;
        margin-left: auto;
        margin-right: auto; } }
  .main-navigation .gs-container {
    margin-left: 6.25%;
    margin-right: 6.25%; }
    .main-navigation .gs-container:before, .main-navigation .gs-container:after {
      content: " ";
      display: table; }
    .main-navigation .gs-container:after {
      clear: both; }
    @media only print, screen and (min-width: 23.4375rem) {
      .main-navigation .gs-container {
        margin-left: 5.33333%;
        margin-right: 5.33333%; } }
    @media only print, screen and (min-width: 48rem) {
      .main-navigation .gs-container {
        margin-left: 3.64583%;
        margin-right: 3.64583%; } }
    @media only print, screen and (min-width: 64rem) {
      .main-navigation .gs-container {
        margin-left: 4.10156%;
        margin-right: 4.10156%; } }
    @media only print, screen and (min-width: 80rem) {
      .main-navigation .gs-container {
        max-width: 1180px;
        margin-left: auto;
        margin-right: auto; } }
  body:not([mainnavigation='open']) .main-navigation {
    -webkit-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms; }
  @media only print, screen and (min-width: 64rem) {
    body[scrolled]:not([mainnavigation='open']) .main-navigation {
      height: 60px; } }
  body.mainnavigation--transparent .main-navigation {
    background-color: rgba(107, 108, 109, 0.5); }
    @media only print, screen and (min-width: 64rem) {
      body.mainnavigation--transparent .main-navigation {
        background-color: transparent; }
        body.mainnavigation--transparent .main-navigation:before {
          background-color: rgba(107, 108, 109, 0.5); } }
  body[mainnavigation='open'] .main-navigation {
    color: #5D6166; }
    @media only screen and (max-width: 47.9375rem) {
      body[mainnavigation='open'] .main-navigation {
        height: -webkit-calc(100vh - 60px);
        height: calc(100vh - 60px); } }
    @media only screen and (max-width: 63.9375rem) {
      body[mainnavigation='open'] .main-navigation {
        background-color: #F9F9F9; } }
  @media only screen and (max-width: 63.9375rem) and (min-width: 48rem) {
    body[mainnavigation='open'] .main-navigation {
      height: -webkit-calc(100vh - 108px);
      height: calc(100vh - 108px); } }
  @media only print, screen and (min-width: 64rem) {
    body[mainnavigation-closing] .main-navigation {
      color: #5D6166; } }
  body.mainnavigation--transparent:not([mainnavigation='open'])[scrolled] .main-navigation {
    background-color: #6B6C6D; }
  .main-navigation__bg {
    background-color: #F9F9F9;
    content: '';
    height: 100vh;
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: -120px;
    display: none; }
    @media only print, screen and (min-width: 64rem) {
      .main-navigation__bg {
        width: -webkit-calc(26.466vw + 4.1015625vw + 30px);
        width: calc(26.466vw + 4.1015625vw + 30px); }
        body[mainnavigation='open'] .main-navigation__bg,
        body[mainnavigation-closing] .main-navigation__bg {
          display: block; } }
    @media only print, screen and (min-width: 80rem) {
      .main-navigation__bg {
        width: -webkit-calc(((100vw - 1280px) / 2) + 50px + 360px + 20px);
        width: calc(((100vw - 1280px) / 2) + 50px + 360px + 20px); } }
  .main-navigation__offcanvas {
    display: none; }
    @media only screen and (max-width: 47.9375rem) {
      .main-navigation__offcanvas {
        height: -webkit-calc(100vh - 120px);
        height: calc(100vh - 120px); } }

@media only screen and (max-width: 48rem) and (min-width: 37.5rem) {
  .main-navigation__offcanvas {
    height: -webkit-calc(100vh - 168px);
    height: calc(100vh - 168px); } }
    @media only print, screen and (min-width: 64rem) {
      body[mainnavigation-closing] .main-navigation__offcanvas {
        display: block; } }
    body[mainnavigation='open'] .main-navigation__offcanvas {
      display: block; }
    @media only print, screen and (min-width: 64rem) {
      body[mainnavigation='open'] .main-navigation__offcanvas > .gs-container:first-child a {
        width: 30%; } }
  @media only screen and (max-width: 47.9375rem) {
    .main-navigation__outer {
      height: -webkit-calc(100vh - 180px);
      height: calc(100vh - 180px); } }

@media only screen and (max-width: 48rem) and (min-width: 37.5rem) {
  .main-navigation__outer {
    height: -webkit-calc(100vh - 228px);
    height: calc(100vh - 228px); } }
  @media only screen and (max-width: 48rem) {
    .main-navigation__scroll {
      max-height: 100%;
      margin-left: 60px;
      overflow-x: hidden;
      overflow-y: auto;
      position: relative; } }
  .main-navigation__inner {
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    -o-transition: transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
    -webkit-transition-delay: 0.15s;
         -o-transition-delay: 0.15s;
            transition-delay: 0.15s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1); }
    @media only screen and (max-width: 47.9375rem) {
      .main-navigation__inner {
        min-height: -webkit-calc(100vh - (180px + 160px));
        min-height: calc(100vh - (180px + 160px)); } }
    @media only screen and (max-width: 48rem) {
      .main-navigation__inner {
        overflow: hidden;
        width: 300%; } }
    @media only print, screen and (min-width: 64rem) {
      .main-navigation__inner {
        margin-left: -10px;
        margin-right: -10px; }
        body[mainnavigation='open'] .main-navigation__inner,
        body[mainnavigation-closing] .main-navigation__inner {
          position: static; } }
    .main-navigation__inner a {
      color: #5D6166;
      display: block;
      padding-top: 18px;
      padding-bottom: 15px;
      position: relative;
      border-bottom: 1px solid #D9DADA; }
      @media only screen and (max-width: 48rem) {
        .main-navigation__inner a br {
          display: none; } }
      @media only print, screen and (min-width: 64rem) {
        .main-navigation__inner a {
          border-color: transparent; }
          .main-navigation__inner a:hover {
            color: #007F92; } }
    .main-navigation__inner ul {
      list-style: none;
      list-style-position: outside;
      margin: 0;
      padding: 0; }
      @media only screen and (max-width: 48rem) {
        .main-navigation__inner ul {
          position: relative; } }
      @media only print, screen and (min-width: 64rem) {
        .main-navigation__inner ul[level='0'] {
          width: 26.466vw;
          padding-left: 10px;
          padding-right: 10px;
          max-width: 350px; }
          .main-navigation__inner ul[level='0'] > li[clicked] > a {
            border-bottom-color: transparent; }
            .main-navigation__inner ul[level='0'] > li[clicked] > a:before {
              -webkit-transform: translate(0, -50%);
                  -ms-transform: translate(0, -50%);
                      transform: translate(0, -50%);
              content: '';
              position: absolute;
              width: 4px;
              background-color: #007F92;
              height: 100%;
              top: 50%; } }
      @media only screen and (min-width: 64rem) and (max-width: 79.9375rem) {
        .main-navigation__inner ul[level='0'] > li[clicked] > a:before {
          margin-left: -webkit-calc(-4.1015625vw);
          margin-left: calc(-4.1015625vw); } }
      @media only print, screen and (min-width: 64rem) and (min-width: 80rem) {
        .main-navigation__inner ul[level='0'] > li[clicked] > a:before {
          margin-left: -webkit-calc(((100vw - 1280px) / 2) * -1 - 50px);
          margin-left: calc(((100vw - 1280px) / 2) * -1 - 50px); } }
      @media only print, screen and (min-width: 64rem) {
        .main-navigation__inner ul[level='1'] {
          -webkit-transition: opacity 250ms ease-in-out;
          -o-transition: opacity 250ms ease-in-out;
          transition: opacity 250ms ease-in-out;
          background-color: #EEEEEE;
          min-height: 100%;
          left: -webkit-calc(26.466vw + 4.1015625vw + 30px);
          left: calc(26.466vw + 4.1015625vw + 30px);
          padding-top: 132px;
          padding-left: 5.86vw;
          padding-right: -webkit-calc(5.86vw - 40px);
          padding-right: calc(5.86vw - 40px);
          position: absolute;
          top: -120px;
          width: -webkit-calc(100vw - 26.466vw - 4.1015625vw - 30px);
          width: calc(100vw - 26.466vw - 4.1015625vw - 30px);
          max-width: 812px;
          opacity: 0; }
          .main-navigation.main-navigation--simple .main-navigation__inner ul[level='1'] {
            max-width: 590px;
            padding-right: -webkit-calc(5.86vw - 20px);
            padding-right: calc(5.86vw - 20px); }
          body[mainnavigation-finished] .main-navigation__inner ul[level='1'] {
            opacity: 1; }
          .main-navigation__inner ul[level='1'] > li[open] > ul > .main-navigation__item-heading a {
            color: #007F92;
            position: relative; }
            .main-navigation__inner ul[level='1'] > li[open] > ul > .main-navigation__item-heading a:after {
              background-color: #007F92;
              bottom: -2px;
              content: '';
              height: 2px;
              left: 0;
              position: absolute;
              width: 100%; }
        .main-navigation.main-navigation--simple .main-navigation__inner ul[level='2'] li:not(.main-navigation__item-heading) a {
          padding-top: 2px;
          padding-bottom: 14px; }
          .main-navigation.main-navigation--simple .main-navigation__inner ul[level='2'] li:not(.main-navigation__item-heading) a:not(.main-navigation__item-show-button):before {
            display: none; } }
      @media only print, screen and (min-width: 80rem) {
        .main-navigation__inner ul[level='1'] {
          padding-left: 120px;
          padding-right: 100px;
          left: -webkit-calc(((100vw - 1280px) / 2) + 50px + 360px + 20px);
          left: calc(((100vw - 1280px) / 2) + 50px + 360px + 20px); }
          .main-navigation.main-navigation--simple .main-navigation__inner ul[level='1'] {
            padding-right: 100px;
            max-width: 690px;
            min-height: 100vh !important; } }
    .main-navigation__inner li[clicked] > a:not(.main-navigation__item-show-button) {
      color: #007F92;
      position: relative; }
      .main-navigation__inner li[clicked] > a:not(.main-navigation__item-show-button):before {
        background-color: #007F92;
        bottom: -2px;
        content: '';
        height: 2px;
        left: 0;
        position: absolute;
        width: 100%; }
    .main-navigation__inner li[sub] > a:after {
      position: relative;
      font-family: "Icons";
      font-size: 68%;
      line-height: 1;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      -webkit-transform: translate(0, -50%) rotate(-90deg);
          -ms-transform: translate(0, -50%) rotate(-90deg);
              transform: translate(0, -50%) rotate(-90deg);
      font-size: 7px;
      font-size: 0.4375rem;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: 1px; }
      @media only print, screen and (min-width: 64rem) {
        .main-navigation__inner li[sub] > a:after {
          margin-top: 3px; } }
    .main-navigation__inner li[open] > ul {
      display: block; }
      @media only print, screen and (min-width: 64rem) {
        .main-navigation__inner li[open] > ul[level='1'] > li {
          padding-right: 20px;
          margin-bottom: 26px; }
          .main-navigation:not(.main-navigation--simple) .main-navigation__inner li[open] > ul[level='1'] > li {
            float: left;
            width: 33.33%; }
          .main-navigation.main-navigation--simple .main-navigation__inner li[open] > ul[level='1'] > li {
            margin-bottom: 19px; }
            .main-navigation.main-navigation--simple .main-navigation__inner li[open] > ul[level='1'] > li:first-child {
              margin-bottom: 57px; }
          .main-navigation__inner li[open] > ul[level='1'] > li:not(.main-navigation__item-heading):nth-child(3n-1) {
            clear: both; }
          .main-navigation__inner li[open] > ul[level='1'] > li:not(.main-navigation__item-heading) > a {
            display: none; }
          .main-navigation__inner li[open] > ul[level='1'] > li:first-child {
            width: 100%;
            margin-bottom: 28px; }
            .main-navigation:not(.main-navigation--simple) .main-navigation__inner li[open] > ul[level='1'] > li:first-child {
              width: 100%;
              float: none; }
            .main-navigation__inner li[open] > ul[level='1'] > li:first-child[clicked] a:before {
              display: none; } }
    .main-navigation__inner > ul {
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 200;
      line-height: 1.44444; }
      @media only screen and (max-width: 48rem) {
        .main-navigation__inner > ul {
          width: 33.33333%; } }
      .main-navigation__inner > ul > li > a {
        padding-right: 20px; }
      .main-navigation__inner > ul > li > ul {
        display: none; }
      @media only print, screen and (min-width: 64rem) {
        .main-navigation__inner > ul > li[open] > ul {
          display: block; } }
      .main-navigation__inner > ul ul {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.57143; }
        @media only screen and (max-width: 48rem) {
          .main-navigation__inner > ul ul {
            display: none;
            left: 100%;
            position: absolute;
            top: 0;
            width: 100%; } }
        .main-navigation__inner > ul ul a {
          padding-top: 20px;
          padding-bottom: 17px; }
          @media only print, screen and (min-width: 64rem) {
            .main-navigation__inner > ul ul a {
              padding-top: 13px;
              padding-bottom: 4px;
              color: #272B2E; } }
  .main-navigation .main-navigation__back,
  .main-navigation .main-navigation__home {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.57143;
    color: #5D6166;
    display: block;
    padding: 20px 0 18px 60px;
    position: relative;
    -ms-touch-action: manipulation;
    touch-action: manipulation; }
    @media only print, screen and (min-width: 64rem) {
      .main-navigation .main-navigation__back,
      .main-navigation .main-navigation__home {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: line-height-calc(24px);
        margin-top: 98px;
        padding-left: 0; } }
    .main-navigation .main-navigation__back[clicked],
    .main-navigation .main-navigation__home[clicked] {
      color: #007F92; }
  .main-navigation .main-navigation__back {
    cursor: pointer;
    display: none;
    background-color: #EEEEEE;
    padding-left: 0; }
    .main-navigation .main-navigation__back-inner {
      padding-left: 60px; }
      .main-navigation .main-navigation__back-inner:before {
        position: relative;
        font-family: "Icons";
        font-size: 68%;
        line-height: 1;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        text-decoration: none;
        text-transform: none;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        -webkit-transform: translate(-4px, -50%);
            -ms-transform: translate(-4px, -50%);
                transform: translate(-4px, -50%);
        font-size: 16px;
        font-size: 1rem;
        margin-left: -54px;
        position: absolute;
        top: 50%; }
  @media only screen and (max-width: 48rem) {
    .main-navigation:not([level='0']) .main-navigation__home {
      display: none; }
    .main-navigation:not([level='0']) .main-navigation__back {
      display: block; } }
  @media only screen and (max-width: 48rem) {
    .main-navigation[level='0'] .main-navigation__inner {
      -webkit-transform: translate(0%, 0);
          -ms-transform: translate(0%, 0);
              transform: translate(0%, 0); } }
  @media only screen and (max-width: 48rem) {
    .main-navigation[level='1'] .main-navigation__inner {
      -webkit-transform: translate(-33.33333%, 0);
          -ms-transform: translate(-33.33333%, 0);
              transform: translate(-33.33333%, 0); } }
  @media only screen and (max-width: 48rem) {
    .main-navigation[level='2'] .main-navigation__inner {
      -webkit-transform: translate(-66.66667%, 0);
          -ms-transform: translate(-66.66667%, 0);
              transform: translate(-66.66667%, 0); } }
  body[scrolled]:not([mainnavigation='open']) .main-navigation {
    position: fixed;
    top: 0; }
  .main-navigation__inner .main-navigation__item-heading a {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 200;
    line-height: 1.44444;
    padding-top: 17px;
    padding-bottom: 17px; }
    @media only print, screen and (min-width: 64rem) {
      .main-navigation__inner .main-navigation__item-heading a {
        color: #5D6166; }
        .main-navigation.main-navigation--simple .main-navigation__inner .main-navigation__item-heading a {
          padding-top: 0; } }
    @media only screen and (max-width: 48rem) {
      .main-navigation__inner .main-navigation__item-heading a {
        color: #007F92; } }
  @media only print, screen and (min-width: 64rem) {
    ul[level='1'] > .main-navigation__item-heading a {
      font-size: 26px;
      font-size: 1.625rem;
      color: #007F92;
      line-height: line-height-calc(26px); } }
  @media only print, screen and (min-width: 64rem) {
    ul[level='2'] > .main-navigation__item-heading {
      margin-bottom: 14px; }
      ul[level='2'] > .main-navigation__item-heading a {
        border-bottom-color: #D9DADA; }
        ul[level='2'] > .main-navigation__item-heading a:hover {
          color: #007F92; }
      ul[level='2'] > .main-navigation__item-heading[multiline] a {
        min-height: 83px;
        padding-bottom: 13px; } }
  .main-navigation__toggler {
    color: currentColor;
    cursor: pointer;
    display: block;
    float: left;
    padding: 14px 18px 14px 0;
    position: relative;
    -ms-touch-action: manipulation;
    touch-action: manipulation; }
    body[mainnavigation='open'] .main-navigation__toggler {
      padding: 10px 20px; }
    @media only print, screen and (min-width: 64rem) {
      .main-navigation__toggler {
        -webkit-transition: margin 400ms;
        -o-transition: margin 400ms;
        transition: margin 400ms;
        padding: 14px 14px 14px 0 !important;
        margin-top: 17px; }
        body[scrolled]:not([mainnavigation='open']) .main-navigation__toggler {
          margin-top: 0; } }
    .main-navigation__toggler:after {
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      background: #8C9094;
      height: 29px;
      width: 1px; }
      @media only print, screen and (min-width: 64rem) {
        .main-navigation__toggler:after {
          -webkit-transform: translate(6px, -50%);
              -ms-transform: translate(6px, -50%);
                  transform: translate(6px, -50%); } }
      body[mainnavigation='open'] .main-navigation__toggler:after {
        background: #BABCBF; }
    .main-navigation__toggler:before {
      position: relative;
      font-family: "Icons";
      font-size: 68%;
      line-height: 1;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 2.66667;
      display: block; }
      @media only screen and (max-width: 63.9375rem) {
        body[mainnavigation='open'] .main-navigation__toggler:before {
          content: "";
          font-size: 16px;
          font-size: 1rem; } }
      @media only print, screen and (min-width: 64rem) {
        .main-navigation__toggler:before {
          content: "";
          font-size: 16px;
          font-size: 1rem;
          line-height: 2; }
          body[mainnavigation='open'] .main-navigation__toggler:before {
            content: ""; } }
  .main-navigation__topic {
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    color: currentColor;
    float: left;
    padding: 20px 0 16px 21px; }
    @media only print, screen and (min-width: 64rem) {
      .main-navigation__topic {
        -webkit-transition: padding 400ms, font 400ms;
        -o-transition: padding 400ms, font 400ms;
        transition: padding 400ms, font 400ms;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: line-height-calc(24px);
        padding-left: 26px;
        padding-top: 31px; }
        body[scrolled]:not([mainnavigation='open']) .main-navigation__topic {
          font-size: 16px;
          font-size: 1rem;
          padding-top: 20px;
          line-height: line-height-calc(16px); } }
    body[mainnavigation='open'] .main-navigation__topic,
    body[mainnavigation-closing] .main-navigation__topic {
      color: #007F92; }
  .main-navigation__search-button {
    cursor: pointer;
    float: right;
    margin-right: -20px;
    padding: 18px; }
    .main-navigation__search-button:before {
      position: relative;
      font-family: "Icons";
      font-size: 68%;
      line-height: 1;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 24px;
      font-size: 1.5rem;
      display: block; }
    @media only print, screen and (min-width: 64rem) {
      .main-navigation__search-button {
        -webkit-transition: margin 400ms;
        -o-transition: margin 400ms;
        transition: margin 400ms;
        margin-top: 16px; }
        body[scrolled] .main-navigation__search-button {
          margin-top: 0; } }
  .main-navigation__search-box {
    display: none;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 60px;
    z-index: 1; }
    @media only print, screen and (min-width: 37.5rem) {
      .main-navigation__search-box {
        margin: 5px 0 0 182px;
        position: static; }
        .main-navigation__search-box .search-box__result {
          max-height: -webkit-calc(100vh - 120px);
          max-height: calc(100vh - 120px); }
          body[mainnavigation='open'] .main-navigation__search-box .search-box__result {
            max-height: -webkit-calc(100vh - 163px);
            max-height: calc(100vh - 163px); } }
    @media only print, screen and (min-width: 64rem) {
      .main-navigation__search-box {
        -webkit-transition: margin 400ms;
        -o-transition: margin 400ms;
        transition: margin 400ms;
        margin: 21px 0 0 218px; }
        body[scrolled] .main-navigation__search-box {
          margin: 5px 0 0 187px; }
          body[scrolled] .main-navigation__search-box .search-box__result {
            max-height: -webkit-calc(100vh - 120px);
            max-height: calc(100vh - 120px); }
        body[mainnavigation='open'] .main-navigation__search-box,
        body[mainnavigation='open'][scrolled] .main-navigation__search-box,
        body[mainnavigation-closing] .main-navigation__search-box,
        body[mainnavigation-closing][scrolled] .main-navigation__search-box {
          -webkit-transition: none;
          -o-transition: none;
          transition: none;
          left: -webkit-calc(4.1015625vw - 10px);
          left: calc(4.1015625vw - 10px);
          margin: 0;
          padding-right: 20px;
          position: absolute;
          top: 113px;
          width: -webkit-calc(26.466vw + 40px);
          width: calc(26.466vw + 40px); }
          body[mainnavigation='open'] .main-navigation__search-box .search-box__result,
          body[mainnavigation='open'][scrolled] .main-navigation__search-box .search-box__result,
          body[mainnavigation-closing] .main-navigation__search-box .search-box__result,
          body[mainnavigation-closing][scrolled] .main-navigation__search-box .search-box__result {
            max-height: none; }
        .main-navigation__search-box .search-box__result {
          max-height: -webkit-calc(100vh - 194px);
          max-height: calc(100vh - 194px); } }
    @media only print, screen and (min-width: 80rem) {
      .main-navigation__search-box {
        margin: 21px 0 0 228px; }
        body[scrolled] .main-navigation__search-box {
          margin: 5px 0 0 197px; }
        body[mainnavigation='open'] .main-navigation__search-box,
        body[mainnavigation='open'][scrolled] .main-navigation__search-box,
        body[mainnavigation-closing] .main-navigation__search-box,
        body[mainnavigation-closing][scrolled] .main-navigation__search-box {
          -webkit-transition: none;
          -o-transition: none;
          transition: none;
          left: auto;
          right: auto;
          margin-left: -10px;
          width: 390px; } }
    .main-navigation__search-box .search-box__result {
      max-height: -webkit-calc(100vh - 115px);
      max-height: calc(100vh - 115px);
      overflow: auto; }
  .main-navigation__functions {
    margin-top: 73px;
    margin-bottom: 60px; }
    @media only print, screen and (min-width: 64rem) {
      .main-navigation__functions {
        display: none; } }
    .main-navigation__functions .dropdown--language {
      margin-right: 21px;
      position: relative; }
      .main-navigation__functions .dropdown--language ul {
        bottom: 100%;
        width: 213px; }
    .main-navigation__functions-corporate {
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: 400;
      line-height: 1.66667;
      color: #5D6166; }

@media only screen and (max-width: 47.9375rem) {
  .main-navigation--search {
    height: 115px; } }

@media only print, screen and (min-width: 37.5rem) {
  .main-navigation--search .main-navigation__search-button {
    display: none; } }

.main-navigation--search .main-navigation__search-button:before {
  content: "";
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px; }

.main-navigation--search .main-navigation__search-box {
  display: block; }

@media only print, screen and (min-width: 64rem) {
  body[mainnavigation-closing] .main-navigation__search-box {
    display: block; } }

/* base styles */
/**
 * Global margin definitions
 *
 * Use margin-top wherever possible.
 * The usage of margin-bottom is only allowed for critical workarounds, e.g. lists inside multi-column layouts
 */
.mr-anchor {
  margin: 0 !important; }

/* Global heading styles */
h1, h2, h3, h4, h5 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 600;
  margin: 0;
  padding: 0; }

h1 {
  font-size: 40px;
  line-height: 1.125; }

h2 {
  font-size: 22px;
  line-height: 1.27273; }

h3 {
  font-size: 20px;
  line-height: 1.35; }

h4 {
  font-size: 17px;
  line-height: 1.47059; }

/* Global link styles */
a {
  color: #007F92; }
  a:hover, a:focus, a:active {
    color: #66B2BE; }

/* Global sup element */
sup {
  font-size: 75%; }

/* Screen reader only */
.sr-only {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* AEM components */
/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.aem-Grid--fullWidth .cmp-breadcrumb {
  margin-left: -webkit-calc(6.25% - 15px);
  margin-left: calc(6.25% - 15px);
  margin-right: -webkit-calc(6.25% - 15px);
  margin-right: calc(6.25% - 15px);
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 375px) {
    .aem-Grid--fullWidth .cmp-breadcrumb {
      margin-left: -webkit-calc(5.33333% - 15px);
      margin-left: calc(5.33333% - 15px);
      margin-right: -webkit-calc(5.33333% - 15px);
      margin-right: calc(5.33333% - 15px); } }
  @media (min-width: 768px) {
    .aem-Grid--fullWidth .cmp-breadcrumb {
      margin-left: -webkit-calc(3.64583% - 15px);
      margin-left: calc(3.64583% - 15px);
      margin-right: -webkit-calc(3.64583% - 15px);
      margin-right: calc(3.64583% - 15px); } }
  @media (min-width: 1024px) {
    .aem-Grid--fullWidth .cmp-breadcrumb {
      margin-left: -webkit-calc(4.10156% - 15px);
      margin-left: calc(4.10156% - 15px);
      margin-right: -webkit-calc(4.10156% - 15px);
      margin-right: calc(4.10156% - 15px); } }
  @media (min-width: 1280px) {
    .aem-Grid--fullWidth .cmp-breadcrumb {
      max-width: 1210px;
      margin-left: auto;
      margin-right: auto; } }

.cmp-breadcrumb .cmp-breadcrumb__list {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20/12;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .cmp-breadcrumb .cmp-breadcrumb__list:before, .cmp-breadcrumb .cmp-breadcrumb__list:after {
    content: " ";
    display: table; }
  .cmp-breadcrumb .cmp-breadcrumb__list:after {
    clear: both; }
  .cmp-breadcrumb .cmp-breadcrumb__list:before {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #D9DADA;
    bottom: 0;
    content: '';
    display: table;
    height: 1px;
    left: 50%;
    position: absolute;
    width: 100vw; }

.cmp-breadcrumb .cmp-breadcrumb__item {
  padding: 16px 20px 15px 12px;
  float: left;
  font-weight: 400; }
  .cmp-breadcrumb .cmp-breadcrumb__item:first-child {
    padding-left: 0; }
  .cmp-breadcrumb .cmp-breadcrumb__item:last-child {
    padding-right: 0; }
    .cmp-breadcrumb .cmp-breadcrumb__item:last-child .cmp-breadcrumb__item-link:after {
      display: none; }
  @media only screen and (max-width: 64rem) {
    .cmp-breadcrumb .cmp-breadcrumb__item {
      display: none; }
      .cmp-breadcrumb .cmp-breadcrumb__item:nth-last-child(2) {
        display: block;
        float: none;
        padding-right: 0;
        padding-left: 24px; }
        .cmp-breadcrumb .cmp-breadcrumb__item:nth-last-child(2) .cmp-breadcrumb__item-link:after {
          position: relative;
          font-family: "Icons";
          font-size: 68%;
          line-height: 1;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          text-decoration: none;
          text-transform: none;
          speak: none;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          font-size: 10px;
          font-size: 0.625rem;
          -webkit-transform: translate(-8px, -50%);
              -ms-transform: translate(-8px, -50%);
                  transform: translate(-8px, -50%);
          position: absolute;
          left: -13px;
          margin-top: -1px;
          right: auto; }
        .cmp-breadcrumb .cmp-breadcrumb__item:nth-last-child(2) .cmp-breadcrumb__item-link:hover:after, .cmp-breadcrumb .cmp-breadcrumb__item:nth-last-child(2) .cmp-breadcrumb__item-link:focus:after, .cmp-breadcrumb .cmp-breadcrumb__item:nth-last-child(2) .cmp-breadcrumb__item-link:active:after {
          color: currentColor; } }

.cmp-breadcrumb .cmp-breadcrumb__item-link {
  position: relative;
  color: #272B2E; }
  .cmp-breadcrumb .cmp-breadcrumb__item-link:after {
    position: relative;
    font-family: "Icons";
    font-size: 68%;
    line-height: 1;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 10px;
    font-size: 0.625rem;
    -webkit-transform: translate(19px, -50%);
        -ms-transform: translate(19px, -50%);
            transform: translate(19px, -50%);
    color: #6B6C6D;
    margin-top: 1px;
    position: absolute;
    right: 0;
    top: 50%; }
  .cmp-breadcrumb .cmp-breadcrumb__item-link:hover, .cmp-breadcrumb .cmp-breadcrumb__item-link:focus, .cmp-breadcrumb .cmp-breadcrumb__item-link:active {
    color: #007F92;
    outline: none; }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.figure {
  margin: 0;
  max-width: 885px; }
  .figure--fullWidth {
    max-width: none; }
  .figure .cmp-image {
    position: relative; }
    .figure .cmp-image__title {
      position: absolute;
      right: 20px;
      bottom: 14px;
      font-size: 0.625rem;
      color: #D9DADA; }
  .figure__caption {
    max-width: 350px;
    width: 350px;
    padding-right: 20px;
    border-right: 1px solid #8C9094;
    font-weight: 400; }
    .figure__captionHeadline {
      font-size: 1rem;
      line-height: 1.5; }
    .figure__captionContent {
      font-size: 0.875rem;
      line-height: 1.57143;
      color: #5D6166;
      overflow: hidden;
      margin-top: 1px; }
    .figure__captionCopyright {
      font-size: 0.625rem;
      line-height: 1.8;
      color: #5D6166;
      overflow: hidden;
      margin-top: 4px; }
    .figure__captionWrapper {
      margin-top: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .figure__caption + .share-layer {
      padding-left: 18px; }
  .figure .button--collapseText {
    margin-top: 13px; }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.cmp-image[lightbox] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.cmp-image__image {
  width: 100%; }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.cmp-text {
  font-weight: 400; }
  @media (min-width: 768px) {
    .cmp-text {
      font-weight: 200; } }
  .cmp-text strong {
    font-weight: 600; }
  .cmp-text em {
    font-weight: 200; }
  .cmp-text p {
    margin: 15px 0 0 0; }
    .cmp-text p:first-child {
      margin: 0; }
  .cmp-text h3 {
    font-weight: 200;
    font-size: 2.125rem;
    line-height: 1.23529;
    color: #00B4DC;
    margin-top: 20px; }
    .cmp-text h3:first-child {
      margin-top: 0; }
    .cmp-text h3 + h4,
    .cmp-text h3 + ul,
    .cmp-text h3 + p {
      margin-top: 20px; }
  .cmp-text h4 {
    font-size: 1.375rem;
    line-height: 1.36364;
    margin-top: 20px; }
    .cmp-text h4:first-child {
      margin-top: 0; }
    .cmp-text h4 + h5,
    .cmp-text h4 + ul,
    .cmp-text h4 + p {
      margin-top: 20px; }
  .cmp-text h5 {
    font-size: 1.125rem;
    line-height: 1.44444;
    margin-top: 20px; }
    .cmp-text h5:first-child {
      margin-top: 0; }
    .cmp-text h5 + ul,
    .cmp-text h5 + p {
      margin-top: 10px; }
  .cmp-text a {
    color: #007F92; }
    .cmp-text a:hover, .cmp-text a:focus, .cmp-text a:active {
      color: #66B2BE; }
  .cmp-text ul {
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding: 0; }
    .cmp-text ul li {
      display: block;
      padding-left: 25px; }
      .cmp-text ul li:before {
        content: '-';
        margin-left: -20px;
        position: absolute; }
  .cmp-text ol {
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin: 22px 0; }
    .cmp-text ol ol {
      margin-top: 0;
      margin-bottom: 0; }
    .cmp-text ol li:last-child {
      margin-bottom: 0; }
  .cmp-text ol {
    counter-reset: item; }
    .cmp-text ol > li {
      list-style: none;
      counter-increment: item;
      padding-left: 25px; }
      .cmp-text ol > li:before {
        content: counters(item, ".") " ";
        display: inline-block;
        vertical-align: middle;
        float: left;
        min-width: 25px;
        margin-left: -25px; }
    .cmp-text ol ol > li {
      padding-left: 30px; }
      .cmp-text ol ol > li:before {
        content: counters(item, ".") " ";
        min-width: 30px;
        margin-left: -30px; }
    .cmp-text ol ol {
      counter-reset: item;
      padding-left: 5px; }
    .cmp-text ol > li:before {
      content: counters(item, ".") ".";
      min-width: 20px;
      margin-left: -25px; }

/* Basics */
/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.dropdownList__toggler {
  cursor: pointer;
  font-weight: 400; }
  .dropdownList__toggler:after {
    position: relative;
    font-family: "Icons";
    font-size: 68%;
    line-height: 1;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 6px;
    font-size: 0.375rem;
    color: #8C9094;
    margin-left: 8px;
    vertical-align: middle; }
    .dropdown[active] .dropdownList__toggler:after {
      content: ""; }

.dropdownList .linkList ul {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #D9DADA;
  display: none;
  position: absolute;
  z-index: 1; }
  .dropdownList[active] ul {
    display: block;
    z-index: 2; }

.dropdownList .linkList li {
  cursor: pointer;
  position: relative; }
  .dropdownList .linkList li:hover:before {
    background-color: #EEEEEE;
    content: "";
    height: 1px;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%; }
  .dropdownList .linkList li:last-child a:before {
    display: none; }
  .dropdownList .linkList li a.active {
    color: #007F92;
    white-space: nowrap; }
    .dropdownList .linkList li a.active:after {
      position: relative;
      font-family: "Icons";
      font-size: 68%;
      line-height: 1;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.66667;
      margin-left: 20px;
      vertical-align: middle; }

.dropdownList .linkList a {
  position: relative;
  display: block;
  padding: 16px 19px 14px;
  text-align: left;
  color: #272B2E; }
  .dropdownList .linkList a:active {
    color: #007F92; }
  .dropdownList .linkList a:hover {
    background-color: #EEEEEE; }
    .dropdownList .linkList a:hover:before {
      display: none; }
  .dropdownList .linkList a:before {
    background-color: #D9DADA;
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 20px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px); }

.dropdownList--results {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 0.875rem;
  display: inline-block;
  position: relative; }
  .dropdownList--results ul {
    right: 4px; }
  .dropdownList--results a {
    padding-top: 15px;
    padding-bottom: 13px; }
    .dropdownList--results a[active] .icon__check__mark__small {
      margin-right: -7px; }
  .dropdownList--results .dropdownList__selected-item {
    color: #272B2E;
    margin-left: 8px; }
  .dropdownList--results .dropdownList__toggler {
    color: #5D6166;
    padding-bottom: 3px; }
  .dropdownList--results[active] .dropdownList__selected-item {
    color: #007F92; }

.dropdownList--language {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 0.75rem;
  line-height: 1.66667; }
  .dropdownList--language ul {
    max-width: 213px;
    width: 100%; }
  .dropdownList--language[active] .dropdownList__toggler {
    color: #007F92; }
  .dropdownList--language .dropdownList__toggler {
    color: #5D6166;
    padding-bottom: 4px; }
    .dropdownList--language .dropdownList__toggler:hover, .dropdownList--language .dropdownList__toggler:focus, .dropdownList--language .dropdownList__toggler:active {
      color: #007F92; }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.basicQuote__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 200;
  color: #00B4DC;
  margin-bottom: 31px; }
  @media only print, screen and (min-width: 37.5rem) {
    .basicQuote__text {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 1.36364; } }
  @media (min-width: 1024px) {
    .basicQuote__text {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 1.30769; } }
  @media (min-width: 1280px) {
    .basicQuote__text {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.28571; } }
  .basicQuote__text:before {
    content: '„'; }
  .basicQuote__text:after {
    content: '“'; }

.basicQuote .share-layer {
  float: right; }

@media (min-width: 600px) {
  .basicQuote__caption {
    max-width: 289px; } }

.basicQuote__body {
  font-size: 14px;
  font-size: 0.875rem;
  color: #5D6166;
  margin: 20px 46px 0 0;
  border-right: 1px solid #8C9094;
  padding-right: 20px; }

.basicQuote__heading {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #272B2E;
  font-weight: 400;
  margin-top: -2px; }

.basicQuote__company, .basicQuote__function {
  line-height: 1.57143;
  font-weight: 400; }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
/* ##########################
   backgroundcolors.scss
   ########################## */
/* --------------------------
   primary color palette
   -------------------------- */
.u-bg__blue {
  background-color: #175788; }

.u-bg__white {
  background-color: #FFFFFF; }

.u-bg__grey--light {
  background-color: #C6C7C8; }

.u-bg__grey--medium {
  background-color: #5D6166; }

.u-bg__grey--dark {
  background-color: #272B2E; }

/* --------------------------
   shades of grey
   -------------------------- */
.u-bg__black {
  background-color: #000000; }

.u-bg__grey--1 {
  background-color: #6B6C6D; }

.u-bg__grey--2 {
  background-color: #8C9094; }

.u-bg__grey--3 {
  background-color: #BABCBF; }

.u-bg__grey--4 {
  background-color: #D9DADA; }

.u-bg__grey--5 {
  background-color: #E6E6E6; }

.u-bg__grey--6 {
  background-color: #EEEEEE; }

.u-bg__grey--7 {
  background-color: #F9F9F9; }

/* --------------------------
   secondary color palette
   -------------------------- */
.u-bg__orange--light {
  background-color: #F7BF66; }

.u-bg__orange, .button.button--orange {
  background-color: #EE8100; }

.u-bg__orange--dark, .button.button--orange:hover, .button.button--orange:focus, .button.button--orange:active {
  background-color: #CE7813; }

.u-bg__red--light {
  background-color: #EE6676; }

.u-bg__red, .button.button--red {
  background-color: #E2001A; }

.u-bg__red--dark, .button.button--red:hover, .button.button--red:focus, .button.button--red:active {
  background-color: #B6101D; }

.u-bg__aubergine--light {
  background-color: #BE70B2; }

.u-bg__aubergine, .button.button--aubergine {
  background-color: #93117E; }

.u-bg__aubergine--dark, .button.button--aubergine:hover, .button.button--aubergine:focus, .button.button--aubergine:active {
  background-color: #6E156E; }

.u-bg__petrol--light {
  background-color: #66B2BE; }

.u-bg__petrol, .button.button--petrol {
  background-color: #007F92; }

.u-bg__petrol--dark, .button.button--petrol:hover, .button.button--petrol:focus, .button.button--petrol:active {
  background-color: #006271; }

.u-bg__green--light {
  background-color: #C1D96E; }

.u-bg__green, .button.button--green {
  background-color: #7EAC08; }

.u-bg__green--dark, .button.button--green:hover, .button.button--green:focus, .button.button--green:active {
  background-color: #649A23; }

.u-bg__cyan--light {
  background-color: #75D1E5; }

.u-bg__cyan, .button.button--cyan {
  background-color: #00B4DC; }

.u-bg__cyan--dark, .button.button--cyan:hover, .button.button--cyan:focus, .button.button--cyan:active {
  background-color: #10819A; }

/* ##########################
   textcolors.scss
   ########################## */
/* --------------------------
   Primary color palette
   -------------------------- */
.u-text__blue {
  color: #175788; }

.u-text__white {
  color: #FFFFFF; }

.u-text__grey--light {
  color: #C6C7C8; }

.u-text__grey--medium {
  color: #5D6166; }

.u-text__grey--dark {
  color: #272B2E; }

/* --------------------------
   Shades of grey
   -------------------------- */
.u-text__black {
  color: #000000; }

.u-text__grey--1 {
  color: #6B6C6D; }

.u-text__grey--2 {
  color: #8C9094; }

.u-text__grey--3 {
  color: #BABCBF; }

.u-text__grey--4 {
  color: #D9DADA; }

.u-text__grey--5 {
  color: #E6E6E6; }

.u-text__grey--6 {
  color: #EEEEEE; }

.u-text__grey--7 {
  color: #F9F9F9; }

/* --------------------------
   Secondary color palette
   -------------------------- */
.u-text__orange--light {
  color: #F7BF66; }

.u-text__orange, .button.button--secondary.button--orange {
  color: #EE8100; }

.u-text__orange--dark, .button.button--secondary.button--orange:hover, .button.button--secondary.button--orange:focus, .button.button--secondary.button--orange:active {
  color: #CE7813; }

.u-text__red--light {
  color: #EE6676; }

.u-text__red, .button.button--secondary.button--red {
  color: #E2001A; }

.u-text__red--dark, .button.button--secondary.button--red:hover, .button.button--secondary.button--red:focus, .button.button--secondary.button--red:active {
  color: #B6101D; }

.u-text__aubergine--light {
  color: #BE70B2; }

.u-text__aubergine, .button.button--secondary.button--aubergine {
  color: #93117E; }

.u-text__aubergine--dark, .button.button--secondary.button--aubergine:hover, .button.button--secondary.button--aubergine:focus, .button.button--secondary.button--aubergine:active {
  color: #6E156E; }

.u-text__petrol--light {
  color: #66B2BE; }

.u-text__petrol, .button.button--secondary.button--petrol {
  color: #007F92; }

.u-text__petrol--dark, .button.button--secondary.button--petrol:hover, .button.button--secondary.button--petrol:focus, .button.button--secondary.button--petrol:active {
  color: #006271; }

.u-text__green--light {
  color: #C1D96E; }

.u-text__green, .button.button--secondary.button--green {
  color: #7EAC08; }

.u-text__green--dark, .button.button--secondary.button--green:hover, .button.button--secondary.button--green:focus, .button.button--secondary.button--green:active {
  color: #649A23; }

.u-text__cyan--light {
  color: #75D1E5; }

.u-text__cyan, .button.button--secondary.button--cyan {
  color: #00B4DC; }

.u-text__cyan--dark, .button.button--secondary.button--cyan:hover, .button.button--secondary.button--cyan:focus, .button.button--secondary.button--cyan:active {
  color: #10819A; }

/* ##########################
   bordercolors.scss
   ########################## */
/* --------------------------
   primary color palette
   -------------------------- */
/* --------------------------
   shades of grey
   -------------------------- */
/* --------------------------
   secondary color palette
   -------------------------- */
.button.button--secondary.button--orange {
  border-color: #EE8100; }

.button.button--secondary.button--orange:hover, .button.button--secondary.button--orange:focus, .button.button--secondary.button--orange:active {
  border-color: #CE7813; }

.button.button--secondary.button--red {
  border-color: #E2001A; }

.button.button--secondary.button--red:hover, .button.button--secondary.button--red:focus, .button.button--secondary.button--red:active {
  border-color: #B6101D; }

.button.button--secondary.button--aubergine {
  border-color: #93117E; }

.button.button--secondary.button--aubergine:hover, .button.button--secondary.button--aubergine:focus, .button.button--secondary.button--aubergine:active {
  border-color: #6E156E; }

.button.button--secondary.button--petrol {
  border-color: #007F92; }

.button.button--secondary.button--petrol:hover, .button.button--secondary.button--petrol:focus, .button.button--secondary.button--petrol:active {
  border-color: #006271; }

.button.button--secondary.button--green {
  border-color: #7EAC08; }

.button.button--secondary.button--green:hover, .button.button--secondary.button--green:focus, .button.button--secondary.button--green:active {
  border-color: #649A23; }

.button.button--secondary.button--cyan {
  border-color: #00B4DC; }

.button.button--secondary.button--cyan:hover, .button.button--secondary.button--cyan:focus, .button.button--secondary.button--cyan:active {
  border-color: #10819A; }

.button {
  cursor: pointer;
  display: inline-block;
  border-radius: 0; }
  .button:hover, .button:focus, .button:active {
    outline: 0; }

.button {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  min-width: 240px;
  text-align: center; }
  .button + .button:not([class*="gap-top"]) {
    margin-top: 20px; }
  @media only screen and (max-width: 22.5rem) {
    .button {
      min-width: 0;
      width: 240px;
      max-width: 100%; } }

.button {
  border: 0;
  background-color: #007F92;
  color: #FFFFFF;
  padding: 14px 20px 12px; }
  .button:hover, .button:focus, .button:active {
    background-color: #006271;
    color: #FFFFFF; }
  .button.button--search {
    min-width: 120px; }
  .button.button--secondary {
    background-color: transparent;
    border: 2px solid #C6C7C8;
    color: #5D6166;
    padding: 12px 18px 10px;
    width: 240px; }
    .button.button--secondary:hover, .button.button--secondary:focus, .button.button--secondary:active {
      background-color: #C6C7C8; }
    .button.button--secondary.button--orange:hover, .button.button--secondary.button--orange:focus, .button.button--secondary.button--orange:active {
      background-color: transparent; }
    .button.button--secondary.button--red:hover, .button.button--secondary.button--red:focus, .button.button--secondary.button--red:active {
      background-color: transparent; }
    .button.button--secondary.button--aubergine:hover, .button.button--secondary.button--aubergine:focus, .button.button--secondary.button--aubergine:active {
      background-color: transparent; }
    .button.button--secondary.button--petrol:hover, .button.button--secondary.button--petrol:focus, .button.button--secondary.button--petrol:active {
      background-color: transparent; }
    .button.button--secondary.button--green:hover, .button.button--secondary.button--green:focus, .button.button--secondary.button--green:active {
      background-color: transparent; }
    .button.button--secondary.button--cyan:hover, .button.button--secondary.button--cyan:focus, .button.button--secondary.button--cyan:active {
      background-color: transparent; }
  .button.button--small {
    min-width: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57143;
    font-weight: 400;
    padding: 5px 20px 3px;
    border: 0;
    background-color: #EEEEEE;
    color: #5D6166; }
    .button.button--small:hover, .button.button--small:focus, .button.button--small:active {
      background-color: #D9DADA; }
  .button.button--download {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 44px;
    max-width: 335px;
    width: 100%; }
    @media only screen and (max-width: 22.5rem) {
      .button.button--download {
        max-width: 335px;
        width: 100%; } }

/* basics */
/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
@media only screen and (max-width: 47.9375rem) {
  body[sharelayer='open'] {
    overflow: hidden; } }

.share-layer {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  z-index: 200; }
  @media only screen and (max-width: 48rem) {
    .share-layer[active] {
      z-index: 500; } }
  .share-layer__offset {
    padding: 40px 6.25% 47px;
    z-index: 0;
    -ms-touch-action: none;
        touch-action: none; }
    @media only screen and (max-width: 47.9375rem) {
      .share-layer__offset {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: fixed; } }
  @media only screen and (max-width: 47.9375rem) and (min-width: 23.4375rem) {
    .share-layer__offset {
      padding-left: 5.33%;
      padding-right: 5.33%; } }
    @media only print, screen and (min-width: 48rem) {
      .share-layer__offset {
        position: absolute;
        padding: 0;
        bottom: 36px;
        right: 0; } }
    @media only screen and (max-width: 63.9375rem) {
      .share-layer__offset:before {
        background-color: rgba(0, 0, 0, 0.7);
        bottom: 0;
        content: '';
        display: block;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%; } }
  .share-layer__toggler {
    color: #8C9094;
    cursor: pointer; }
    .share-layer__toggler:hover {
      color: #272B2E; }
    .share-layer__toggler:after {
      content: '';
      display: table;
      clear: both; }
    .share-layer__toggler:before {
      position: relative;
      font-family: "Icons";
      font-size: 68%;
      line-height: 1;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 27px;
      float: left; }
    .share-layer[active] .share-layer__toggler {
      color: transparent; }
  .share-layer__heading {
    font-size: 14px;
    font-size: 0.875rem;
    color: #8C9094;
    padding: 15px 0 1px;
    margin-left: -5px; }
  .share-layer__inner {
    border: 1px solid #D9DADA;
    background: #FFFFFF;
    height: 100%;
    padding: 0 0 10px 19px;
    position: relative;
    z-index: 2; }
    @media only print, screen and (min-width: 48rem) {
      .share-layer__inner {
        width: 240px;
        float: right; } }
    .share-layer__inner:after {
      position: absolute;
      right: 8px;
      bottom: -8px;
      content: "▼";
      -webkit-transform: scaleX(2);
          -ms-transform: scaleX(2);
              transform: scaleX(2);
      color: #FFFFFF;
      font-size: 11px;
      line-height: 11px;
      text-shadow: 0 1px 0 #D9DADA; }
  .share-layer__link {
    font-size: 14px;
    font-size: 0.875rem;
    border-top: 1px solid #D9DADA;
    color: #272B2E !important;
    cursor: pointer;
    display: block;
    padding: 14px 0 13px 50px;
    position: relative; }
    .share-layer__link:first-child {
      border-top: 0; }
    .share-layer__link:hover span, .share-layer__link:focus span, .share-layer__link:active span {
      color: #272B2E; }
  .share-layer__link--copy {
    display: none; }
    .share-layer[copy="true"] .share-layer__link--copy {
      display: block; }
    .share-layer__link--copy[successful] span {
      -webkit-transition: color 0.5s;
      -o-transition: color 0.5s;
      transition: color 0.5s;
      color: #7EAC08; }
    .share-layer__link--copy[unsuccessful] span {
      -webkit-transition: color 0.5s;
      -o-transition: color 0.5s;
      transition: color 0.5s;
      color: #E2001A; }
  .share-layer__icon {
    -webkit-transform: translate(-50px, -50%);
        -ms-transform: translate(-50px, -50%);
            transform: translate(-50px, -50%);
    font-size: 32px;
    font-size: 2rem;
    color: #8C9094;
    position: absolute;
    top: 50%; }
    .share-layer__icon.icon-link {
      font-size: 38px;
      font-size: 2.375rem; }
  .share-layer__scroll {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding-right: 19px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    @media only screen and (max-width: 47.9375rem) {
      .share-layer__scroll {
        height: -webkit-calc(100% - 27px);
        height: calc(100% - 27px); } }
    @media only print, screen and (min-width: 37.5rem) {
      .share-layer__scroll {
        overflow: hidden; } }
    .share-layer__scroll .hr {
      margin: 0 0 -1px;
      height: 1px;
      border: none;
      background-color: #5D6166;
      position: relative;
      z-index: 1; }
    .share-layer__scroll--embed {
      padding-top: 40px; }
    .share-layer__scroll--mail {
      padding-top: 30px; }
  .share-layer__close {
    font-size: 32px;
    font-size: 2rem;
    -webkit-transform: translateX(1px);
        -ms-transform: translateX(1px);
            transform: translateX(1px);
    color: #8C9094;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 6.25%;
    z-index: 3; }
    @media only screen and (max-width: 63.9375rem) {
      .share-layer__close {
        pointer-events: none; } }
    @media only print, screen and (min-width: 23.4375rem) {
      .share-layer__close {
        right: 5.33%; } }
    @media only print, screen and (min-width: 48rem) {
      .share-layer__close {
        right: 0;
        position: absolute;
        bottom: -36px; } }
    .share-layer__close:hover {
      color: #FFFFFF; }
    @media only print, screen and (min-width: 64rem) {
      .share-layer__close {
        color: #8C9094; }
        .share-layer__close:hover {
          color: #272B2E; } }
    .share-layer__close:before {
      position: relative;
      font-family: "Icons";
      font-size: 68%;
      line-height: 1;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 16px;
      padding: 8px;
      display: block; }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.articleInfo {
  min-height: 60px;
  margin-bottom: 37px;
  position: relative; }
  .js .articleInfo {
    visibility: hidden; }
    .js .articleInfo.is-loaded {
      visibility: visible; }
  @media only screen and (max-width: 82.4375rem) {
    .articleInfo {
      clear: both; } }
  @media only print, screen and (min-width: 82.5rem) {
    .articleInfo {
      position: absolute;
      right: 0;
      top: -56px;
      width: 279px;
      background-color: #F9F9F9;
      padding: 30px 20px 0; } }
  @media only screen and (max-width: 82.4375rem) {
    .articleInfo:before {
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background-color: #F9F9F9;
      position: absolute;
      content: '';
      display: block;
      left: 50%;
      bottom: 0;
      top: 0;
      width: 100vw;
      z-index: -1; } }
  .articleInfo__toggler {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44444;
    font-weight: 200;
    color: #272B2E;
    cursor: pointer;
    display: block;
    padding: 18px 0 16px;
    position: relative; }
    @media only print, screen and (min-width: 48rem) {
      .articleInfo__toggler {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.36364;
        padding: 16px 0 14px; } }
    @media only print, screen and (min-width: 64rem) {
      .articleInfo__toggler {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 1.30769;
        padding: 14px 0 12px; } }
    @media only print, screen and (min-width: 82.5rem) {
      .articleInfo__toggler {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.36364;
        padding: 16px 0 26px;
        cursor: default; } }
    .articleInfo__toggler:before {
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      position: relative;
      font-family: "Icons";
      font-size: 68%;
      line-height: 1;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 12px;
      font-size: 0.75rem;
      color: #8C9094;
      position: absolute;
      right: 0;
      top: 50%; }
      @media only print, screen and (min-width: 82.4375rem) {
        .articleInfo__toggler:before {
          display: none; } }
  .articleInfo input[type='checkbox'] {
    display: none; }
    .articleInfo input[type='checkbox']:checked ~ .articleInfo__inner {
      display: block; }
    .articleInfo input[type='checkbox']:checked + .articleInfo__toggler:before {
      content: ""; }
  @media only screen and (max-width: 82.4375rem) {
    .articleInfo__inner {
      display: none;
      padding-bottom: 34px; } }
  .articleInfo__time {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.66667;
    font-weight: 400;
    border-bottom: 1px solid #D9DADA;
    margin: 18px 0 24px;
    padding: 0 0 22px 50px;
    position: relative; }
    @media only print, screen and (min-width: 48rem) {
      .articleInfo__time {
        margin: 12px 0 30px;
        padding-bottom: 24px; } }
    @media only print, screen and (min-width: 64rem) {
      .articleInfo__time {
        margin: 18px 0 24px; } }
    @media only print, screen and (min-width: 82.5rem) {
      .articleInfo__time {
        margin-top: 11px; } }
    .articleInfo__time:before {
      position: relative;
      font-family: "Icons";
      font-size: 68%;
      line-height: 1;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 32px;
      font-size: 2rem;
      color: #8C9094;
      position: absolute;
      left: 0;
      top: 3px; }
  .articleInfo__nav:before, .articleInfo__nav:after {
    content: " ";
    display: table; }
  .articleInfo__nav:after {
    clear: both; }
  .articleInfo__nav a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57143;
    font-weight: 400;
    color: #272B2E;
    display: block;
    padding: 14px 10px 9px 50px;
    position: relative; }
    @media only print, screen and (min-width: 48rem) {
      .articleInfo__nav a {
        float: left;
        margin-right: 20px;
        padding: 8px 20px 5px 50px; } }
    @media only print, screen and (min-width: 82.4375rem) {
      .articleInfo__nav a {
        float: none;
        margin-right: 0;
        padding-top: 17px;
        padding-bottom: 9px; } }
    .articleInfo__nav a:last-child {
      margin-right: 0; }
    .articleInfo__nav a:before {
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 32px;
      font-size: 2rem;
      color: #8C9094;
      position: absolute;
      left: 0;
      top: 50%; }
    .articleInfo__nav a:hover:before {
      color: currentColor; }
    .articleInfo__nav a[data-jump-to] {
      display: none; }
      .articleInfo__nav a[data-jump-to].is-active {
        display: block; }
  .articleInfo__nav .icon-mail:before {
    font-size: 1.5rem !important; }
  .articleInfo__info {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.66667;
    font-weight: 400;
    padding: 26px 0 22px; }
    @media only print, screen and (min-width: 48rem) {
      .articleInfo__info {
        padding: 25px 0; } }
    @media only print, screen and (min-width: 64rem) {
      .articleInfo__info {
        padding: 31px 0 24px; } }
    @media only print, screen and (min-width: 82.5rem) {
      .articleInfo__info {
        padding: 20px 0 19px; } }
    .articleInfo__info span {
      color: #5D6166;
      display: block; }
      @media only print, screen and (min-width: 37.5rem) {
        .articleInfo__info span {
          display: inline; } }
      @media only print, screen and (min-width: 82.5rem) {
        .articleInfo__info span {
          display: block; } }
  .articleInfo__like {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57143;
    font-weight: 400;
    border-top: 1px solid #D9DADA;
    margin: 0;
    padding: 10px 0 12px; }
    .articleInfo__like:before, .articleInfo__like:after {
      content: " ";
      display: table; }
    .articleInfo__like:after {
      clear: both; }
    .articleInfo__like a {
      color: #272B2E;
      float: left;
      padding: 16px 18px 12px 50px;
      margin-right: 20px;
      position: relative; }
      @media only print, screen and (min-width: 64rem) {
        .articleInfo__like a {
          padding: 11px 18px 7px 50px; } }
      @media only print, screen and (min-width: 82.5rem) {
        .articleInfo__like a {
          padding: 14px 18px 8px 50px; } }
      .articleInfo__like a:last-child {
        margin-right: 0; }
      .articleInfo__like a:before {
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        font-size: 32px;
        font-size: 2rem;
        color: #8C9094;
        position: absolute;
        left: 0;
        top: 50%; }
      .articleInfo__like a:hover:before {
        color: currentColor; }
    .articleInfo__like .icon-comments:before {
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 600; }
  .articleInfo__share {
    border-top: 1px solid #D9DADA;
    padding: 10px 6.25% 8px; }
    .articleInfo__share:before, .articleInfo__share:after {
      content: " ";
      display: table; }
    .articleInfo__share:after {
      clear: both; }
    @media only screen and (max-width: 82.4375rem) {
      .articleInfo__share {
        position: fixed;
        bottom: 0;
        background-color: #F9F9F9;
        left: 0;
        right: 0;
        border: 0;
        z-index: 600; } }
    @media only print, screen and (min-width: 48rem) {
      .articleInfo__share {
        padding-left: 5.33333%;
        padding-right: 5.33333%; } }
    @media only print, screen and (min-width: 48rem) {
      .articleInfo__share {
        padding-left: 3.64583%;
        padding-right: 3.64583%; } }
    @media only print, screen and (min-width: 82.5rem) {
      .articleInfo__share {
        padding: 18px 0 24px; } }
    body[mainnavigation='open'] .articleInfo__share {
      display: none; }
    .articleInfo__sharePrint {
      font-size: 14px;
      font-size: 0.875rem;
      color: #8C9094;
      font-weight: 400; }
      .articleInfo__sharePrint:hover {
        color: #272B2E; }
      .articleInfo__sharePrint:before {
        font-size: 24px;
        font-size: 1.5rem; }
      @media only print, screen and (min-width: 82.5rem) {
        .articleInfo__sharePrint {
          display: none; } }
    .articleInfo__share .share-layer {
      float: right; }
      @media only print, screen and (min-width: 82.5rem) {
        .articleInfo__share .share-layer {
          float: none; } }
      .articleInfo__share .share-layer__toggler {
        display: block;
        float: right; }
      .articleInfo__share .share-layer__offset {
        bottom: 10px; }
      .articleInfo__share .share-layer[active] .articleInfo__icon {
        color: transparent; }
      .articleInfo__share .share-layer[active] .share-layer__toggler {
        display: none; }
      .articleInfo__share .share-layer[active] .articleInfo__icons {
        visibility: hidden; }
    .articleInfo__share .articleInfo__icons {
      display: inline-block;
      float: left; }
      .articleInfo__share .articleInfo__icons:after {
        content: '';
        display: table;
        clear: both; }
      .articleInfo__share .articleInfo__icons .articleInfo__icon {
        font-size: 32px;
        font-size: 2rem;
        margin: -9px 21px -18px 0;
        float: left;
        vertical-align: top;
        color: #8C9094;
        cursor: pointer; }
        .articleInfo__share .articleInfo__icons .articleInfo__icon:hover {
          color: #272B2E; }
        .articleInfo__share .articleInfo__icons .articleInfo__icon:last-child {
          margin-left: 0; }
        .articleInfo__share .articleInfo__icons .articleInfo__icon:before {
          display: block;
          font-size: 22px;
          font-size: 1.375rem;
          line-height: 46px !important; }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.teaser--big .teaser__outer, .teaser--standard .teaser__outer, .teaser--universal .teaser__outer {
  overflow: hidden; }

.teaser--big .teaser__outer, .teaser--standard .teaser__outer, .teaser--universal .teaser__outer,
.teaser--big .teaser__inner,
.teaser--standard .teaser__inner,
.teaser--universal .teaser__inner {
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }

.teaser--big:hover .teaser__outer, .teaser--standard:hover .teaser__outer, .teaser--universal:hover .teaser__outer, .teaser--big:focus .teaser__outer, .teaser--standard:focus .teaser__outer, .teaser--universal:focus .teaser__outer, .teaser--big:active .teaser__outer, .teaser--standard:active .teaser__outer, .teaser--universal:active .teaser__outer {
  margin: 10px; }

.teaser--big:hover .teaser__inner, .teaser--standard:hover .teaser__inner, .teaser--universal:hover .teaser__inner, .teaser--big:focus .teaser__inner, .teaser--standard:focus .teaser__inner, .teaser--universal:focus .teaser__inner, .teaser--big:active .teaser__inner, .teaser--standard:active .teaser__inner, .teaser--universal:active .teaser__inner {
  margin: -10px; }

.teaser {
  display: block;
  margin: 0;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  position: relative; }
  @media (min-width: 600px) {
    .teaser__group--seamless .teaser {
      margin: 0 -10px; } }
  @media (min-width: 768px) {
    .teaser:not(.teaser--large) .teaser__inner {
      height: -webkit-calc((100vw - 7.29167vw + 20px) / 3 / 16 * 27);
      height: calc((100vw - 7.29167vw + 20px) / 3 / 16 * 27); } }
  @media (min-width: 1024px) {
    .teaser:not(.teaser--large) .teaser__inner {
      height: -webkit-calc((100vw - 8.20312vw + 20px) / 3 / 16 * 21);
      height: calc((100vw - 8.20312vw + 20px) / 3 / 16 * 21); } }
  @media (min-width: 1280px) {
    .teaser:not(.teaser--large) .teaser__inner {
      height: 450px; } }
  @media (min-width: 1024px) {
    .teaserRow--width-25 .teaser:not(.teaser--large) .teaser__inner {
      height: -webkit-calc((100vw - 8.20312vw + 20px) / 4 / 16 * 27);
      height: calc((100vw - 8.20312vw + 20px) / 4 / 16 * 27); } }
  @media (min-width: 1280px) {
    .teaserRow--width-25 .teaser:not(.teaser--large) .teaser__inner {
      height: 393px; } }
  .teaser__picture {
    display: block;
    overflow: hidden;
    position: relative; }
    .teaser__picture img {
      width: 100%;
      position: relative; }
  .teaser__content {
    padding: 16px 20px 0; }
    @media only screen and (max-width: 47.9375rem) {
      .teaser:not(.teaser--universal) .teaser__content {
        min-height: 230px;
        padding-bottom: 38px; } }
    @media (min-width: 600px) {
      .teaser__content {
        padding-top: 26px; } }
    @media (min-width: 1024px) {
      .teaser__content {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (min-width: 768px) {
      .teaserRow--width-25 .teaser__content,
      .relatedArticles .teaser__content {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 1024px) {
      .teaserRow--width-25 .teaser__content,
      .relatedArticles .teaser__content {
        padding-left: 30px;
        padding-right: 30px; } }
  .teaser__group:before, .teaser__group:after {
    content: " ";
    display: table; }
  .teaser__group:after {
    clear: both; }
  .teaser__subline {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57143;
    font-weight: 400;
    margin-bottom: 8px; }
  .teaser__body {
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57143; }

.teaser--big {
  margin-top: 20px; }
  .teaser--big:first-child {
    margin-top: 0; }
  .teaser--big .teaser__inner {
    background-color: #F9F9F9; }
  @media only print, screen and (min-width: 48rem) {
    .teaser--big .teaser__content {
      min-height: 0;
      padding-top: 26px;
      position: absolute;
      left: 0;
      top: 0;
      width: 66%; } }
  .teaser--big .teaser__hgroup {
    min-height: 110px; }
    @media only print, screen and (min-width: 48rem) {
      .teaser--big .teaser__hgroup {
        min-height: 200px; } }
    @media only print, screen and (min-width: 64rem) {
      .teaser--big .teaser__hgroup {
        min-height: 225px; } }
    @media only print, screen and (min-width: 80rem) {
      .teaser--big .teaser__hgroup {
        min-height: 290px; } }
  @media only print, screen and (min-width: 80rem) {
    .teaser--big .teaser__subline {
      margin-bottom: 18px; } }
  .teaser--big .teaser__heading {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 200; }
    @media only print, screen and (min-width: 48rem) {
      .teaser--big .teaser__heading {
        font-size: 34px;
        font-size: 2.125rem;
        line-height: 1.23529; } }
    @media only print, screen and (min-width: 64rem) {
      .teaser--big .teaser__heading {
        font-size: 42px;
        font-size: 2.625rem;
        line-height: 1.19048; } }
    @media only print, screen and (min-width: 80rem) {
      .teaser--big .teaser__heading {
        font-size: 54px;
        font-size: 3.375rem;
        line-height: 1.14815; } }
  .teaser--big .teaser__body {
    color: #272B2E; }
    @media only print, screen and (min-width: 48rem) {
      .teaser--big .teaser__body {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5; } }
    @media only print, screen and (min-width: 64rem) {
      .teaser--big .teaser__body {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.44444;
        font-weight: 200; } }
  @media (min-width: 768px) {
    .teaser--big .teaser__picture, .teaser--big .teaser__picture .cmp-image, .teaser--big .teaser__picture img {
      height: 100%; }
    .teaser--big .teaser__picture .cmp-image > img {
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover"; } }

.teaser--large {
  margin-top: 20px;
  -webkit-transition: background-color 150ms ease-in-out;
  -o-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
  background-color: #F9F9F9; }
  .teaser--large:first-child {
    margin-top: 0; }
  @media only print, screen and (min-width: 37.5rem) {
    .teaser--large {
      position: relative;
      width: 100%; }
      .teaser__group .teaser--large {
        margin-bottom: 20px; } }
  .teaser--large:hover, .teaser--large:focus, .teaser--large:active {
    background-color: #FFFFFF; }
    .teaser--large:hover .teaser__picture img, .teaser--large:focus .teaser__picture img, .teaser--large:active .teaser__picture img {
      -webkit-transform: scale(1) translate(0, 0);
          -ms-transform: scale(1) translate(0, 0);
              transform: scale(1) translate(0, 0); }
  @media only print, screen and (min-width: 48rem) {
    .teaser--large .teaser__inner {
      height: auto; } }
  @media only print, screen and (min-width: 48rem) {
    .teaser--large .teaser__content {
      margin-left: 50%;
      padding-top: 16px; } }
  @media only print, screen and (min-width: 64rem) {
    .teaser--large .teaser__content {
      padding-top: 26px; } }
  @media only print, screen and (min-width: 80rem) {
    .teaser--large .teaser__subline {
      margin-bottom: 17px; } }
  @media only print, screen and (min-width: 100rem) {
    .teaser--large .teaser__subline {
      margin-bottom: 13px; } }
  .teaser--large .teaser__heading {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 200;
    line-height: 1.36364;
    margin-bottom: 8px; }
    @media only print, screen and (min-width: 64rem) {
      .teaser--large .teaser__heading {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.33333;
        margin-bottom: 28px; } }
    @media only print, screen and (min-width: 80rem) {
      .teaser--large .teaser__heading {
        font-size: 34px;
        font-size: 2.125rem;
        line-height: 1.23529;
        margin-bottom: 36px; } }
  @media only print, screen and (min-width: 48rem) {
    .teaser--large .teaser__picture {
      float: left;
      width: 50%;
      height: auto; } }
  .teaser--large .teaser__picture img {
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-transform: scale(1.1) translate(-5%, -5%);
        -ms-transform: scale(1.1) translate(-5%, -5%);
            transform: scale(1.1) translate(-5%, -5%);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0; }
    @media only print, screen and (min-width: 48rem) {
      .teaser--large .teaser__picture img {
        width: 100%; } }
  .teaser--large .teaser__body {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57143;
    color: #272B2E; }
    @media only print, screen and (min-width: 64rem) {
      .teaser--large .teaser__body {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5; } }
    @media only print, screen and (min-width: 80rem) {
      .teaser--large .teaser__body {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.44444; } }

.teaser--standard .teaser__inner, .teaser--standardExtern .teaser__inner {
  background-color: #F9F9F9; }

.teaser--standard .teaser__hgroup, .teaser--standardExtern .teaser__hgroup {
  min-height: 110px; }

.teaser--standard .teaser__heading, .teaser--standardExtern .teaser__heading {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 200;
  line-height: 1.36364; }
  @media only print, screen and (min-width: 64rem) {
    .teaser--standard .teaser__heading, .teaser--standardExtern .teaser__heading {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.33333; } }
  @media only print, screen and (min-width: 80rem) {
    .teaser--standard .teaser__heading, .teaser--standardExtern .teaser__heading {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.28571; } }
  @media only print, screen and (min-width: 64rem) {
    .teaserRow--width-25 .teaser--standard .teaser__heading, .teaserRow--width-25 .teaser--standardExtern .teaser__heading,
    .relatedArticles .teaser--standard .teaser__heading,
    .relatedArticles .teaser--standardExtern .teaser__heading {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 1.36364; } }

.teaser--standard .teaser__body, .teaser--standardExtern .teaser__body {
  color: #272B2E; }

.teaser--standardExtern:hover .teaser__inner, .teaser--standardExtern:focus .teaser__inner, .teaser--standardExtern:active .teaser__inner {
  background-color: #FFFFFF; }

.teaser--standardExtern:hover .teaser__picture img, .teaser--standardExtern:focus .teaser__picture img, .teaser--standardExtern:active .teaser__picture img {
  -webkit-transform: scale(1) translate(0, 0);
      -ms-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0); }

@media only print, screen and (min-width: 37.5rem) {
  .teaser--standardExtern {
    margin: 0; } }

.teaser--standardExtern .teaser__inner {
  -webkit-transition: background-color 150ms ease-in-out;
  -o-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out; }

.teaser--standardExtern .teaser__picture img {
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  -webkit-transform: scale(1.1) translate(-5%, -5%);
      -ms-transform: scale(1.1) translate(-5%, -5%);
          transform: scale(1.1) translate(-5%, -5%);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0; }

@media only print, screen and (min-width: 64rem) {
  .teaser--standardExtern .teaser__content {
    padding-left: 20px;
    padding-right: 20px; } }

@media only print, screen and (min-width: 80rem) {
  .teaserRow--width-25 .teaser--standardExtern .teaser__content,
  .relatedArticles .teaser--standardExtern .teaser__content {
    padding-left: 20px;
    padding-right: 20px; } }

/* ##########################
   teaser--universal.scss
   ########################## */
.teaser--universal, .teaser--universal:hover, .teaser--universal:active, .teaser--universal:focus {
  color: #FFFFFF; }

@media only print, screen and (min-width: 80rem) {
  .teaser--universal .teaser__subline {
    margin-bottom: 18px; } }

.teaser--universal .teaser__heading {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 200;
  line-height: 1.23529; }
  @media only print, screen and (min-width: 37.5rem) {
    .teaser--universal .teaser__heading {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.28571; } }
  @media only print, screen and (min-width: 64rem) {
    .teaser--universal .teaser__heading {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 1.17647; } }
  @media only print, screen and (min-width: 80rem) {
    .teaser--universal .teaser__heading {
      font-size: 42px;
      font-size: 2.625rem;
      line-height: 1.19048; } }
  @media only print, screen and (min-width: 64rem) {
    .teaserRow--width-25 .teaser--universal .teaser__heading,
    .relatedArticles .teaser--universal .teaser__heading {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: 1.28571; } }
  @media only print, screen and (min-width: 80rem) {
    .teaserRow--width-25 .teaser--universal .teaser__heading,
    .relatedArticles .teaser--universal .teaser__heading {
      font-size: 34px;
      font-size: 2.125rem;
      line-height: 1.23529; } }

.relatedArticles .teaser--universal .teaser__picture {
  height: 100%; }
  .relatedArticles .teaser--universal .teaser__picture img {
    width: 100%;
    height: 100%; }

.teaser--universal .teaser__content {
  max-width: 420px;
  padding-top: 26px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.teaser--universal .teaser__picture, .teaser--universal .teaser__picture .cmp-image, .teaser--universal .teaser__picture img {
  height: 100%; }

.teaser--universal .teaser__picture .cmp-image > img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover"; }

@media only screen and (max-width: 47.9375rem) {
  .teaser--universal .teaser__inner {
    height: -webkit-calc((100vw - 7.29167vw + 20px) / 3 / 16 * 27 + 200px);
    height: calc((100vw - 7.29167vw + 20px) / 3 / 16 * 27 + 200px); } }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.searchBox {
  background-color: #EEEEEE;
  margin-top: -60px; }
  @media (min-width: 1280px) {
    .searchBox {
      margin-top: -80px; } }
  .searchBox__wrapper {
    margin-left: -webkit-calc(6.25% - 15px);
    margin-left: calc(6.25% - 15px);
    margin-right: -webkit-calc(6.25% - 15px);
    margin-right: calc(6.25% - 15px);
    padding: 40px 15px; }
    @media (min-width: 375px) {
      .searchBox__wrapper {
        margin-left: -webkit-calc(5.33333% - 15px);
        margin-left: calc(5.33333% - 15px);
        margin-right: -webkit-calc(5.33333% - 15px);
        margin-right: calc(5.33333% - 15px); } }
    @media (min-width: 768px) {
      .searchBox__wrapper {
        margin-left: -webkit-calc(3.64583% - 15px);
        margin-left: calc(3.64583% - 15px);
        margin-right: -webkit-calc(3.64583% - 15px);
        margin-right: calc(3.64583% - 15px); } }
    @media (min-width: 1024px) {
      .searchBox__wrapper {
        margin-left: -webkit-calc(4.10156% - 15px);
        margin-left: calc(4.10156% - 15px);
        margin-right: -webkit-calc(4.10156% - 15px);
        margin-right: calc(4.10156% - 15px); } }
    @media (min-width: 1280px) {
      .searchBox__wrapper {
        max-width: 1210px;
        margin-left: auto;
        margin-right: auto; } }
  .searchBox__heading {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 1.25;
    color: #007F92;
    margin-bottom: 40px; }
  .searchBox__search {
    position: relative; }
    .searchBox__search:before {
      position: relative;
      font-family: "Icons";
      font-size: 68%;
      line-height: 1;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 32px;
      color: #007F92;
      display: none;
      position: absolute;
      top: 9px; }
    @media only print, screen and (min-width: 48rem) {
      .searchBox__search:before {
        left: 16px;
        display: block; } }
    @media only print, screen and (min-width: 64rem) {
      body[mainnavigation='open'] .searchBox__search:before,
      body[main-navigation-closing] .searchBox__search:before {
        left: 6px; } }
    .searchBox__searchInput {
      font-size: 16px;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: 1px solid #D9DADA;
      border-radius: 0;
      color: #272B2E;
      height: 50px;
      outline: none;
      width: 100%;
      padding: 0 100px 0 20px; }
      @media (min-width: 1024px) {
        .searchBox__searchInput {
          font-size: 18px;
          font-size: 1.125rem;
          font-weight: 200;
          line-height: 1.44444; } }
      .searchBox__searchInput::-ms-clear {
        display: none; }
      @media only print, screen and (min-width: 48rem) {
        .searchBox__searchInput {
          padding-left: 59px; } }
      @media only print, screen and (min-width: 64rem) {
        body[mainnavigation='open'] .searchBox__searchInput,
        body[main-navigation-closing] .searchBox__searchInput {
          padding-left: 49px; } }
    .searchBox__searchDelete {
      background-color: transparent;
      color: #D9DADA;
      right: 50px; }
      .searchBox__searchDelete:before {
        position: relative;
        font-family: "Icons";
        font-size: 68%;
        line-height: 1;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        text-decoration: none;
        text-transform: none;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 16px;
        font-size: 1rem;
        line-height: 32px;
        display: block; }
      @media only print, screen and (min-width: 48rem) {
        .searchBox__searchDelete {
          right: 120px; } }
    .searchBox__searchDelete, .searchBox__searchSubmit {
      border: 0;
      cursor: pointer;
      outline: 0;
      padding: 9px 12px;
      position: absolute;
      top: 0; }
    .searchBox__searchSubmit {
      background-color: #007F92;
      color: #FFFFFF;
      right: 0; }
      .searchBox__searchSubmit:before {
        position: relative;
        font-family: "Icons";
        font-size: 68%;
        line-height: 1;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        text-decoration: none;
        text-transform: none;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 32px;
        display: block; }
      @media only print, screen and (min-width: 48rem) {
        .searchBox__searchSubmit {
          height: 50px;
          width: 120px; }
          .searchBox__searchSubmit:before {
            font-size: 16px;
            font-size: 1rem;
            content: attr(title) !important;
            font-family: MunichRE, Arial, Helvetica, sans-serif !important; } }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.searchSummary {
  font-size: 18px;
  line-height: 1.4; }
  @media (min-width: 1280px) {
    .searchSummary {
      font-size: 20px; } }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.pagination {
  background-color: #E6E6E6;
  margin-bottom: -60px; }
  @media (min-width: 1280px) {
    .pagination {
      margin-bottom: -80px; } }
  .pagination__wrapper {
    margin-left: -webkit-calc(6.25% - 15px);
    margin-left: calc(6.25% - 15px);
    margin-right: -webkit-calc(6.25% - 15px);
    margin-right: calc(6.25% - 15px);
    padding: 0 15px;
    position: relative; }
    @media (min-width: 375px) {
      .pagination__wrapper {
        margin-left: -webkit-calc(5.33333% - 15px);
        margin-left: calc(5.33333% - 15px);
        margin-right: -webkit-calc(5.33333% - 15px);
        margin-right: calc(5.33333% - 15px); } }
    @media (min-width: 768px) {
      .pagination__wrapper {
        margin-left: -webkit-calc(3.64583% - 15px);
        margin-left: calc(3.64583% - 15px);
        margin-right: -webkit-calc(3.64583% - 15px);
        margin-right: calc(3.64583% - 15px); } }
    @media (min-width: 1024px) {
      .pagination__wrapper {
        margin-left: -webkit-calc(4.10156% - 15px);
        margin-left: calc(4.10156% - 15px);
        margin-right: -webkit-calc(4.10156% - 15px);
        margin-right: calc(4.10156% - 15px); } }
    @media (min-width: 1280px) {
      .pagination__wrapper {
        max-width: 1210px;
        margin-left: auto;
        margin-right: auto; } }
  .pagination__inner {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 200;
    line-height: 1.44444;
    color: #5D6166;
    padding-top: 26px;
    padding-bottom: 98px;
    position: relative;
    text-align: center; }
  .pagination__prev, .pagination__next {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.57143;
    color: #8C9094;
    cursor: pointer;
    position: absolute;
    top: 28px;
    width: auto;
    background: none;
    border: 0;
    padding: 0; }
    @media only screen and (max-width: 47.9375rem) {
      .pagination__prev, .pagination__next {
        color: transparent;
        font-size: 0; } }
    .pagination__prev:before, .pagination__prev:after, .pagination__next:before, .pagination__next:after {
      color: #8C9094;
      text-indent: 0;
      vertical-align: middle; }
    .pagination__prev:hover, .pagination__prev:focus, .pagination__prev:active, .pagination__next:hover, .pagination__next:focus, .pagination__next:active {
      color: #272B2E;
      outline: 0; }
      .pagination__prev:hover:before, .pagination__prev:hover:after, .pagination__prev:focus:before, .pagination__prev:focus:after, .pagination__prev:active:before, .pagination__prev:active:after, .pagination__next:hover:before, .pagination__next:hover:after, .pagination__next:focus:before, .pagination__next:focus:after, .pagination__next:active:before, .pagination__next:active:after {
        color: #6B6C6D; }
  .pagination__prev {
    left: 0; }
    .pagination__prev:before {
      position: relative;
      font-family: "Icons";
      font-size: 68%;
      line-height: 1;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 16px;
      font-size: 1rem;
      margin-right: 10px; }
  .pagination__next {
    right: 0; }
    .pagination__next:after {
      position: relative;
      font-family: "Icons";
      font-size: 68%;
      line-height: 1;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 16px;
      font-size: 1rem;
      margin-left: 10px; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/photoSwipe/default-skin.png) 0 0 no-repeat;
  -webkit-background-size: 264px 88px;
          background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (-o-min-device-pixel-ratio: 35/32), (min-resolution: 105dpi), (-o-min-device-pixel-ratio: 11/10), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/photoSwipe/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(../img/photoSwipe/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.pswp img {
  max-height: none; }

.pswp__bg {
  background: #272B2E; }

.pswp__ui > .pswp__top-bar {
  background-color: transparent; }

.pswp__button--arrow--left:before {
  position: relative;
  font-family: "Icons";
  font-size: 68%;
  line-height: 1;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.pswp__button--arrow--right:before {
  position: relative;
  font-family: "Icons";
  font-size: 68%;
  line-height: 1;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.pswp__button--zoom:before {
  position: relative;
  font-family: "Icons";
  font-size: 68%;
  line-height: 1;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  top: 2px;
  font-size: 18px;
  font-size: 1.125rem;
  height: 18px; }

.pswp__button--fs:before {
  position: relative;
  font-family: "Icons";
  font-size: 68%;
  line-height: 1;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  top: 2px;
  font-size: 17px;
  font-size: 1.0625rem;
  height: 17px; }
  .pswp--fs .pswp__button--fs:before {
    content: ""; }

.pswp__button--share:before {
  position: relative;
  font-family: "Icons";
  font-size: 68%;
  line-height: 1;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  top: 2px;
  font-size: 18px;
  font-size: 1.125rem;
  height: 18px; }

.pswp__button--close:before {
  position: relative;
  font-family: "Icons";
  font-size: 68%;
  line-height: 1;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  top: 2px;
  font-size: 18px;
  font-size: 1.125rem;
  height: 18px; }

.pswp__button--zoom, .pswp__button--fs, .pswp__button--share, .pswp__button--close {
  background: none; }
  .pswp__button--zoom:before, .pswp__button--fs:before, .pswp__button--share:before, .pswp__button--close:before {
    color: #FFFFFF; }
  .pswp--svg .pswp__button--zoom, .pswp--svg .pswp__button--fs, .pswp--svg .pswp__button--share, .pswp--svg .pswp__button--close {
    background-image: none; }

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  outline: none; }
  .pswp__button--arrow--left:before,
  .pswp__button--arrow--right:before {
    background: none;
    font-size: 32px;
    font-size: 2rem;
    color: #FFFFFF;
    height: 32px;
    top: 0; }
    .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
      background-image: none; }

.pswp__caption__headline, .pswp__caption__content, .pswp__caption__copyright {
  margin: 0; }

.pswp__caption__headline {
  font-size: 14px;
  font-weight: 400; }

.pswp__caption__copyright {
  font-size: 10px; }

.pswp--zoom-allowed .pswp__img {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img .pswp__img {
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab; }

.pswp__share-tooltip {
  padding: 20px; }
  .pswp__share-tooltip > a {
    color: #272B2E;
    line-height: 1.57143;
    position: relative;
    padding: 14px 22px 13px 52px;
    border-top: 1px solid #D9DADA; }
    .pswp__share-tooltip > a:first-child {
      border-top: none;
      border-radius: 0; }
    .pswp__share-tooltip > a:hover {
      background-color: #fff;
      color: #EEEEEE !important; }
      .pswp__share-tooltip > a:hover, .pswp__share-tooltip > a:hover:before {
        color: #272B2E !important; }
    .pswp__share-tooltip > a.pswp__share--twitter:before {
      position: relative;
      font-family: "Icons";
      font-size: 68%;
      line-height: 1;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      top: 4px; }
    .pswp__share-tooltip > a.pswp__share--linkedin:before {
      position: relative;
      font-family: "Icons";
      font-size: 68%;
      line-height: 1;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      top: 3px; }
    .pswp__share-tooltip > a.pswp__share--facebook:before {
      position: relative;
      font-family: "Icons";
      font-size: 68%;
      line-height: 1;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      border: none; }
    .pswp__share-tooltip > a.pswp__share--google:before {
      position: relative;
      font-family: "Icons";
      font-size: 68%;
      line-height: 1;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
    .pswp__share-tooltip > a.pswp__share--xing:before {
      position: relative;
      font-family: "Icons";
      font-size: 68%;
      line-height: 1;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
    .pswp__share-tooltip > a.pswp__share--whatsapp:before {
      position: relative;
      font-family: "Icons";
      font-size: 68%;
      line-height: 1;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
    .pswp__share-tooltip > a.pswp__share--copy:before {
      position: relative;
      font-family: "Icons";
      font-size: 68%;
      line-height: 1;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
    .pswp__share-tooltip > a.pswp__share--email:before {
      position: relative;
      font-family: "Icons";
      font-size: 68%;
      line-height: 1;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
    .pswp__share-tooltip > a.pswp__share--twitter:before, .pswp__share-tooltip > a.pswp__share--linkedin:before, .pswp__share-tooltip > a.pswp__share--facebook:before, .pswp__share-tooltip > a.pswp__share--google:before, .pswp__share-tooltip > a.pswp__share--xing:before, .pswp__share-tooltip > a.pswp__share--whatsapp:before, .pswp__share-tooltip > a.pswp__share--link:before, .pswp__share-tooltip > a.pswp__share--email:before {
      font-size: 22px;
      font-size: 1.375rem;
      color: #8C9094;
      width: 30px;
      position: absolute;
      left: 0;
      top: 13px; }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
@media only screen and (max-width: 47.9375rem) {
  .connected {
    border-width: 1px 0;
    border-style: solid;
    border-color: #D9DADA;
    padding-top: 15px;
    padding-bottom: 40px; }
    .connected--no-top-border {
      border-top: 0; }
    .connected--no-bottom-border {
      border-bottom: 0; } }

@media only print, screen and (min-width: 48rem) {
  .connected__inner {
    border-width: 1px 0;
    border-style: solid;
    border-color: #D9DADA;
    padding-top: 15px;
    padding-bottom: 40px; }
    .connected--no-top-border .connected__inner {
      border-top: 0; }
    .connected--no-bottom-border .connected__inner {
      border-bottom: 0; } }

.connected__heading {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.44444;
  color: #007F92;
  padding: 15px 0 39px 50px;
  position: relative; }
  @media only print, screen and (min-width: 48rem) {
    .connected__heading {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: line-height-calc(22px);
      padding: 12px 0 37px 64px; } }
  @media only print, screen and (min-width: 64rem) {
    .connected__heading {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: line-height-calc(26px);
      padding: 11px 0 34px 64px; } }
  @media only print, screen and (min-width: 80rem) {
    .connected__heading {
      font-size: 28px;
      font-size: 1.75rem;
      line-height: line-height-calc(28px);
      padding: 9px 0 33px 64px; } }
  .connected__heading:before {
    font-size: 32px;
    font-size: 2rem;
    -webkit-transform: translate(-4px, -30px);
        -ms-transform: translate(-4px, -30px);
            transform: translate(-4px, -30px);
    position: absolute;
    left: 10px;
    top: 50%; }
    @media only print, screen and (min-width: 48rem) {
      .connected__heading:before {
        left: 15px; } }

.connected nav:before, .connected nav:after {
  content: " ";
  display: table; }

.connected nav:after {
  clear: both; }

.connected__more, .connected__less {
  float: left;
  margin: 10px 0 0; }

.connected__less {
  display: none; }

.connected a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.57143;
  color: #272B2E;
  border: 1px solid #C6C7C8;
  float: left;
  padding: 4px 20px 2px;
  margin: 10px 10px 0 0; }
  .connected a:hover, .connected a:focus, .connected a:active {
    border-color: #272B2E; }
  .connected a[last] {
    margin-right: 20px; }

.connected input[type='checkbox'] {
  display: none; }
  .connected input[type='checkbox']:checked ~ a[last] {
    margin-right: 10px; }
  .connected input[type='checkbox']:checked ~ a[hidden] {
    display: block; }
    .connected input[type='checkbox']:checked ~ a[hidden][lasthidden] {
      margin-right: 20px; }
  .connected input[type='checkbox']:checked ~ .connected__more {
    display: none; }
  .connected input[type='checkbox']:checked ~ .connected__less {
    display: block; }

.connected + .comments,
.connected + .contacts,
.connected + .further-info {
  margin-top: -1px; }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.connected--mainnavigation {
  display: none; }
  @media only print, screen and (min-width: 64rem) {
    body:not([scrolled]):not([mainnavigation='open']):not([mainnavigation-closing]) .main-navigation:not(.main-navigation--search) .connected--mainnavigation {
      border-right: 1px solid #8C9094;
      display: block;
      margin: 30px 43px 0 181px;
      max-height: 66px;
      max-width: none;
      overflow: hidden;
      padding: 0 20px 0 0;
      width: auto; } }
  .connected--mainnavigation .connected__inner {
    padding: 0;
    border: 0; }
  .connected--mainnavigation .connected__nav {
    text-align: right; }
  .connected--mainnavigation a {
    border: 1px solid #8C9094;
    background-color: rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    display: inline-block;
    float: none;
    margin: 0 0 6px 2px; }
    .connected--mainnavigation a:hover {
      border: 1px solid #8C9094;
      background-color: rgba(0, 0, 0, 0.3); }
    .connected--mainnavigation a:active, .connected--mainnavigation a[active] {
      border: 1px solid #FFFFFF;
      background-color: rgba(0, 0, 0, 0.3); }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.search-box--has-result .search-box__search__input {
  border-bottom: 0; }

.search-box--has-result .search-box__result {
  display: block; }

.search-box__search {
  position: relative; }
  .search-box__search:before {
    position: relative;
    font-family: "Icons";
    font-size: 68%;
    line-height: 1;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 24px;
    font-size: 1.5rem;
    color: #007F92;
    display: none;
    position: absolute;
    top: 14px; }
  @media only print, screen and (min-width: 48rem) {
    .search-box__search:before {
      left: 21px;
      display: block; } }
  @media only print, screen and (min-width: 64rem) {
    body[mainnavigation='open'] .search-box__search:before,
    body[main-navigation-closing] .search-box__search:before {
      left: 6px; } }

.search-box__search__input {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #D9DADA;
  border-radius: 0;
  color: #272B2E;
  height: 50px;
  outline: none;
  width: 100%;
  padding: 0 100px 0 20px; }
  @media (min-width: 1024px) {
    .search-box__search__input {
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 200;
      line-height: 1.44444; } }
  .search-box__search__input::-ms-clear {
    display: none; }
  @media only print, screen and (min-width: 48rem) {
    .search-box__search__input {
      padding-left: 59px; } }
  @media only print, screen and (min-width: 64rem) {
    body[mainnavigation='open'] .search-box__search__input,
    body[main-navigation-closing] .search-box__search__input {
      padding-left: 49px; } }

.search-box__search__delete,
.search-box__search__submit {
  border: 0;
  cursor: pointer;
  outline: 0;
  position: absolute;
  top: 0; }
  .search-box__search__delete:before,
  .search-box__search__submit:before {
    display: block; }

.search-box__search__delete {
  background-color: transparent;
  color: #D9DADA;
  right: 50px;
  padding: 17px; }
  .search-box__search__delete:before {
    position: relative;
    font-family: "Icons";
    font-size: 68%;
    line-height: 1;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 16px;
    font-size: 1rem; }
  @media only print, screen and (min-width: 48rem) {
    .search-box__search__delete {
      right: 120px; } }

.search-box__search__submit {
  background-color: #007F92;
  color: #FFFFFF;
  right: 0;
  padding: 13px; }
  .search-box__search__submit:before {
    position: relative;
    font-family: "Icons";
    font-size: 68%;
    line-height: 1;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 24px;
    font-size: 1.5rem; }
  @media only print, screen and (min-width: 48rem) {
    .search-box__search__submit {
      height: 50px;
      width: 120px; }
      .search-box__search__submit:before {
        font-size: 16px;
        font-size: 1rem;
        content: attr(title) !important;
        font-family: MunichRE, Arial, Helvetica, sans-serif !important; } }

.search-box__result {
  background-color: #FFFFFF;
  border-color: #D9DADA;
  border-style: solid;
  border-width: 0 1px 1px;
  display: none;
  padding-bottom: 20px; }
  @media only print, screen and (min-width: 64rem) {
    body[mainnavigation='open'] .search-box__result,
    body[main-navigation-closing] .search-box__result {
      padding-bottom: 30px; } }

.search-box__list,
.search-box__history {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding: 0; }
  .search-box__list:before,
  .search-box__history:before {
    content: '';
    border-top: 1px solid #D9DADA;
    display: block; }

.search-box__list:before {
  margin: 0 60px 20px 10px; }

@media only print, screen and (min-width: 48rem) {
  .search-box__list:before {
    margin: 0 140px 20px 20px; } }

@media only print, screen and (min-width: 64rem) {
  body[mainnavigation='open'] .search-box__list:before,
  body[main-navigation-closing] .search-box__list:before {
    margin: 0 130px 20px 10px; } }

.search-box__list__item {
  color: #5D6166; }

.search-box__list__item,
.search-box__history__item,
.search-box__history__delete {
  padding: 0 10px 0 20px; }
  @media only print, screen and (min-width: 48rem) {
    .search-box__list__item,
    .search-box__history__item,
    .search-box__history__delete {
      padding: 0 20px 0 59px; } }
  @media only print, screen and (min-width: 64rem) {
    body[mainnavigation='open'] .search-box__list__item,
    body[main-navigation-closing] .search-box__list__item, body[mainnavigation='open']
    .search-box__history__item,
    body[main-navigation-closing]
    .search-box__history__item, body[mainnavigation='open']
    .search-box__history__delete,
    body[main-navigation-closing]
    .search-box__history__delete {
      padding: 0 10px 0 49px; } }

.search-box__list__item,
.search-box__history__item {
  display: block;
  line-height: 50px; }
  .search-box__list__item:hover,
  .search-box__history__item:hover {
    background-color: #EEEEEE; }

.search-box__history:before {
  margin: 20px 10px 10px; }

@media only print, screen and (min-width: 48rem) {
  .search-box__history:before {
    margin: 20px 20px 10px; } }

@media only print, screen and (min-width: 64rem) {
  body[mainnavigation='open'] .search-box__history:before,
  body[main-navigation-closing] .search-box__history:before {
    margin: 20px 10px 10px; } }

.search-box__history__item {
  color: #007F92; }

.search-box__history__delete {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 40px; }
  .search-box__history__delete:before, .search-box__history__delete:after {
    content: " ";
    display: table; }
  .search-box__history__delete:after {
    clear: both; }

.search-box__history__delete__text {
  color: #6B6C6D; }

.search-box__history__delete__button {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.66667;
  float: right;
  margin-top: 8px;
  color: #007F92; }
  .search-box__history__delete__button:hover, .search-box__history__delete__button:focus, .search-box__history__delete__button:active {
    color: #006271; }
  .search-box__history__delete__button:before {
    position: relative;
    font-family: "Icons";
    font-size: 68%;
    line-height: 1;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 12px;
    font-size: 11px;
    font-size: 0.6875rem; }

/* biotope components */
/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.header {
  background-color: #FFFFFF;
  position: relative;
  -webkit-transition: height 400ms;
  -o-transition: height 400ms;
  transition: height 400ms; }
  body[scrolled] .header {
    height: 60px; }
  .header__wrapper {
    margin-left: -webkit-calc(6.25% - 15px);
    margin-left: calc(6.25% - 15px);
    margin-right: -webkit-calc(6.25% - 15px);
    margin-right: calc(6.25% - 15px);
    position: relative; }
    @media (min-width: 375px) {
      .header__wrapper {
        margin-left: -webkit-calc(5.33333% - 15px);
        margin-left: calc(5.33333% - 15px);
        margin-right: -webkit-calc(5.33333% - 15px);
        margin-right: calc(5.33333% - 15px); } }
    @media (min-width: 768px) {
      .header__wrapper {
        margin-left: -webkit-calc(3.64583% - 15px);
        margin-left: calc(3.64583% - 15px);
        margin-right: -webkit-calc(3.64583% - 15px);
        margin-right: calc(3.64583% - 15px); } }
    @media (min-width: 1024px) {
      .header__wrapper {
        margin-left: -webkit-calc(4.10156% - 15px);
        margin-left: calc(4.10156% - 15px);
        margin-right: -webkit-calc(4.10156% - 15px);
        margin-right: calc(4.10156% - 15px); } }
    @media (min-width: 1280px) {
      .header__wrapper {
        max-width: 1210px;
        margin-left: auto;
        margin-right: auto; } }
  .header:after {
    background-color: #D9DADA;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%; }
  .header__inner {
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .header__inner--legalEntity {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 600px) {
        .header__inner--legalEntity {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row; } }
    body:not([scrolled]) .header__inner--hsb .header__logo {
      padding: 30px 0; }
      @media only print, screen and (min-width: 48rem) {
        body:not([scrolled]) .header__inner--hsb .header__logo {
          padding: 34px 0; } }
      @media only print, screen and (min-width: 64rem) {
        body:not([scrolled]) .header__inner--hsb .header__logo {
          padding: 39px 0;
          margin-top: 40px; } }
  .header__logo {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media only print, screen and (min-width: 37.5rem) {
      .header__logo {
        -webkit-transition: padding 400ms;
        -o-transition: padding 400ms;
        transition: padding 400ms;
        padding-top: 34px;
        padding-bottom: 34px;
        padding-right: 50px; }
        body[scrolled] .header__logo {
          padding-top: 15px;
          padding-bottom: 15px; } }
    @media only print, screen and (min-width: 64rem) {
      .header__logo {
        padding-top: 30px;
        padding-bottom: 40px; }
        body[scrolled]:not([mainnavigation='open']) .header__logo {
          padding-top: 15px;
          padding-bottom: 15px; } }
    .header__logo img {
      height: auto;
      width: 126px;
      display: block; }
      @media only print, screen and (min-width: 37.5rem) {
        .header__logo img {
          -webkit-transition: all 400ms;
          -o-transition: all 400ms;
          transition: all 400ms;
          width: 167px; } }
  @media only screen and (min-width: 37.5rem) and (max-width: 63.9375rem) {
    body[scrolled] .header__logo img {
      width: 126px; } }
      @media only print, screen and (min-width: 64rem) {
        .header__logo img {
          width: 209px; }
          body[scrolled]:not([mainnavigation='open']) .header__logo img {
            width: 126px; } }
  .header__partnerLogos {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .header__partnerLogos > img {
      display: none; }
    @media (min-width: 768px) {
      .header__partnerLogos {
        margin: 32px 0 10px 0;
        height: 50px;
        overflow: hidden;
        -webkit-transition: margin 400ms;
        -o-transition: margin 400ms;
        transition: margin 400ms; }
        .header__partnerLogos > img {
          display: inline;
          -webkit-transition: padding 400ms;
          -o-transition: padding 400ms;
          transition: padding 400ms; }
        body[scrolled] .header__partnerLogos {
          margin-top: 25px; }
          body[scrolled] .header__partnerLogos > img {
            padding-top: 10px;
            padding-bottom: 10px; } }
    @media (min-width: 1024px) {
      body[scrolled] .header__partnerLogos {
        margin-top: 5px; } }
  .header__additions {
    display: block; }
    @media (min-width: 600px) {
      .header__additions {
        text-align: right; } }
  .header__functions {
    display: none;
    position: relative; }
    @media only print, screen and (min-width: 64rem) {
      .header__functions {
        display: block; } }
    body[scrolled]:not([mainnavigation='open']) .header__functions {
      display: none; }
    .header__functions .dropdownList {
      text-align: initial;
      display: inline-block;
      margin-left: 1rem; }
      .header__functions .dropdownList ul {
        z-index: 410;
        max-width: none;
        width: auto;
        right: 0; }
      .header__functions .dropdownList__toggler {
        color: #6B6C6D;
        margin-left: -15px;
        padding-left: 15px;
        padding-top: 16px; }
        .header__functions .dropdownList__toggler:hover, .header__functions .dropdownList__toggler:focus, .header__functions .dropdownList__toggler:active {
          color: #007F92; }
    .header__functions > .mr-linkList {
      display: inline-block; }
      .header__functions > .mr-linkList .cmp-list {
        list-style: none;
        list-style-position: outside;
        margin: 0;
        padding: 0; }
        .header__functions > .mr-linkList .cmp-list li, .header__functions > .mr-linkList .cmp-list a {
          display: inline-block; }
        .header__functions > .mr-linkList .cmp-list a {
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 1.66667;
          font-weight: 400;
          color: #5D6166;
          color: #6B6C6D;
          margin-right: -15px;
          padding: 16px 15px 3px; }
          .header__functions > .mr-linkList .cmp-list a:hover, .header__functions > .mr-linkList .cmp-list a:focus, .header__functions > .mr-linkList .cmp-list a:active {
            color: #007F92; }
  @media only print, screen and (min-width: 37.5rem) {
    .header__claimLogo, .header__claimText {
      -webkit-transition: opacity 400ms;
      -o-transition: opacity 400ms;
      transition: opacity 400ms;
      -webkit-transition-timing-function: cubic-bezier(1, 0.02, 0.89, 1);
           -o-transition-timing-function: cubic-bezier(1, 0.02, 0.89, 1);
              transition-timing-function: cubic-bezier(1, 0.02, 0.89, 1); }
      body[scrolled]:not([mainnavigation='open']) .header__claimLogo, body[scrolled]:not([mainnavigation='open']) .header__claimText {
        opacity: 0;
        -webkit-transition-timing-function: cubic-bezier(0, 1.31, 0.64, 0.99);
             -o-transition-timing-function: cubic-bezier(0, 1.31, 0.64, 0.99);
                transition-timing-function: cubic-bezier(0, 1.31, 0.64, 0.99); } }
  .header__claimLogo:not(.header__claimLogo--hsb) {
    display: none; }
    .header__claimLogo:not(.header__claimLogo--hsb) img {
      max-width: 126px; }
  .header__claimLogo--hsb {
    margin: 15px 0; }
    .header__claimLogo--hsb img {
      max-height: 60px; }
  @media only print, screen and (min-width: 37.5rem) {
    .header__claimLogo--hsb {
      margin: 10px 0; }
      .header__claimLogo--hsb img {
        max-height: 80px; }
    .header__claimLogo:not(.header__claimLogo--hsb) {
      display: block;
      margin-top: 54px; }
      .header__claimLogo:not(.header__claimLogo--hsb) img {
        max-width: 167px; } }
  @media only print, screen and (min-width: 48rem) {
    .header__claimLogo--hsb {
      margin: 14px 0; } }
  @media only print, screen and (min-width: 64rem) {
    .header__claimLogo--hsb {
      margin: 14px 0; }
      .header__claimLogo--hsb img {
        height: 100px;
        max-height: 100px; }
    .header__claimLogo:not(.header__claimLogo--hsb) {
      margin-top: 18px; }
      .header__claimLogo:not(.header__claimLogo--hsb) img {
        max-width: 209px; } }
  @media screen and (min-width: 600px) and (max-width: 1023px) {
    .header__claimLogo--default {
      margin-top: 30px; } }
  .header__claimText {
    font-size: 12px;
    font-size: 0.75rem;
    color: #5D6166;
    padding-bottom: 8px; }
    @media only screen and (max-width: 37.4375rem) {
      .header__claimText {
        border-top: 1px solid #D9DADA;
        padding-top: 10px; } }
    @media only print, screen and (min-width: 37.5rem) {
      .header__claimText {
        padding: 10px 0 10px 0;
        font-size: 14px;
        font-size: 0.875rem;
        margin-top: 49px; } }
    @media only print, screen and (min-width: 64rem) {
      .header__claimText {
        margin-top: 15px;
        line-height: 1.36364; } }
    .header__claimText--defaultAsText {
      text-transform: uppercase;
      display: none;
      color: #175788;
      font-weight: 600;
      margin-top: 44px; }
      @media only print, screen and (min-width: 37.5rem) {
        .header__claimText--defaultAsText {
          /* scale text to be approx. 167px wide */
          font-size: 18.68531px;
          font-size: 1.16783rem;
          display: block; } }
      @media only print, screen and (min-width: 64rem) {
        .header__claimText--defaultAsText {
          margin-top: 5px;
          /* scale text to be approx. 209px wide */
          font-size: 23.38462px;
          font-size: 1.46154rem; } }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.topwrapper {
  position: relative;
  z-index: 300;
  height: 120px; }
  body.body--hsb .topwrapper {
    height: 150px; }
  @media only print, screen and (min-width: 37.5rem) {
    .topwrapper {
      height: 168px; }
      body.body--hsb .topwrapper {
        height: 160px; } }
  @media only print, screen and (min-width: 64rem) {
    .topwrapper {
      height: 250px; }
      body.body--hsb .topwrapper {
        height: 298px; }
      body[scrolled]:not([mainnavigation='open']) .topwrapper {
        height: 120px; }
      body:not([mainnavigation='open']) .topwrapper {
        -webkit-transition: height 400ms;
        -o-transition: height 400ms;
        transition: height 400ms; } }
  @media only screen and (max-width: 47.9375rem) {
    body[mainnavigationoff] .topwrapper {
      height: 60px; } }
  @media only print, screen and (min-width: 48rem) {
    body[mainnavigationoff] .topwrapper {
      height: 108px; } }
  @media only print, screen and (min-width: 64rem) {
    body[mainnavigationoff] .topwrapper {
      height: 120px; } }
  @media only print, screen and (min-width: 48rem) {
    .topwrapper__inner {
      position: fixed;
      width: 100%; } }
  @media only screen and (max-width: 63.9375rem) {
    body[mainnavigation='open'] .topwrapper__inner {
      height: 100vh; } }
  @media only print, screen and (min-width: 64rem) {
    body[mainnavigation='open'] .topwrapper__inner {
      position: static; } }
  @media only screen and (max-width: 63.9375rem) {
    body[mainnavigation='open'] .topwrapper {
      height: 100vh; } }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.footer__sitemap-group, .footer__meta {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 40px; }
  @media (min-width: 768px) {
    .footer__sitemap-group, .footer__meta {
      margin-top: 60px; } }
  @media (min-width: 1280px) {
    .footer__sitemap-group, .footer__meta {
      margin-top: 80px; } }

.footer {
  background-color: #272B2E;
  padding: 49px 0 60px;
  margin-top: 40px; }
  @media (min-width: 768px) {
    .footer {
      margin-top: 60px; } }
  @media (min-width: 1280px) {
    .footer {
      margin-top: 80px; } }
  .footer__content {
    position: relative;
    margin-left: -webkit-calc(6.25% - 15px);
    margin-left: calc(6.25% - 15px);
    margin-right: -webkit-calc(6.25% - 15px);
    margin-right: calc(6.25% - 15px); }
    @media (min-width: 375px) {
      .footer__content {
        margin-left: -webkit-calc(5.33333% - 15px);
        margin-left: calc(5.33333% - 15px);
        margin-right: -webkit-calc(5.33333% - 15px);
        margin-right: calc(5.33333% - 15px); } }
    @media (min-width: 768px) {
      .footer__content {
        margin-left: -webkit-calc(3.64583% - 15px);
        margin-left: calc(3.64583% - 15px);
        margin-right: -webkit-calc(3.64583% - 15px);
        margin-right: calc(3.64583% - 15px); } }
    @media (min-width: 1024px) {
      .footer__content {
        margin-left: -webkit-calc(4.10156% - 15px);
        margin-left: calc(4.10156% - 15px);
        margin-right: -webkit-calc(4.10156% - 15px);
        margin-right: calc(4.10156% - 15px); } }
    @media (min-width: 1280px) {
      .footer__content {
        max-width: 1210px;
        margin-left: auto;
        margin-right: auto; } }
  .footer a {
    display: block; }
  .footer .goto-top {
    float: right;
    margin-right: 15px;
    width: 60px; }
  .footer .linkList ul.cmp-list {
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding: 0; }
  .footer .goto-top__toggler {
    font-size: 32px;
    font-size: 2rem;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: bottom 300ms;
    -o-transition: bottom 300ms;
    transition: bottom 300ms;
    background: #464646;
    bottom: -60px;
    color: #FFFFFF;
    line-height: 1;
    padding: 14px;
    position: fixed;
    top: auto;
    z-index: 201; }
    .footer .goto-top__toggler:before {
      position: relative;
      font-family: "Icons";
      font-size: 68%;
      line-height: 1;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      width: 32px;
      display: inline-block;
      text-align: center; }
    .footer .goto-top__toggler:hover {
      background-color: #FFFFFF;
      color: #272B2E; }
    .footer .goto-top__toggler span[class*='icon__'] {
      display: block; }
    @media (min-width: 600px) {
      body[scrolltop]:not([footerinview]) .footer .goto-top__toggler {
        bottom: 20px; } }

@media only screen and (min-width: 600px) and (max-width: 79.9375rem) {
  body[sharefooter][scrolltop]:not([footerinview]) .footer .goto-top__toggler {
    bottom: 70px; } }
    @media only screen and (max-width: 47.9375rem) {
      body[scrolltop][scrolling]:not([footerinview]) .footer .goto-top__toggler {
        bottom: 20px; } }
    @media only screen and (max-width: 47.9375rem) {
      body[sharefooter][scrolltop][scrolling]:not([footerinview]) .footer .goto-top__toggler {
        bottom: 70px; } }
    body[footerinview] .footer .goto-top__toggler {
      -webkit-transform: translate(0, -50%) translateZ(0);
              transform: translate(0, -50%) translateZ(0);
      bottom: auto;
      display: block;
      position: absolute;
      top: -49px; }
  .footer__sitemap {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-bottom: 41px; }
    .footer__sitemap:before, .footer__sitemap:after {
      content: " ";
      display: table; }
    .footer__sitemap:after {
      clear: both; }
    @media (min-width: 600px) {
      .footer__sitemap {
        margin-bottom: 34px; }
        .footer__sitemap:before, .footer__sitemap:after {
          content: " ";
          display: table; }
        .footer__sitemap:after {
          clear: both; } }
    @media (min-width: 1024px) {
      .footer__sitemap {
        margin-bottom: 30px; } }
    .footer__sitemap-group {
      margin-top: 31px;
      padding-left: 10px;
      padding-right: 10px; }
      @media (min-width: 600px) {
        .footer__sitemap-group:first-child {
          position: relative; } }
      @media (min-width: 768px) {
        .footer__sitemap-group:first-child {
          width: 50%;
          float: left;
          padding-left: 10px;
          padding-right: 10px; }
          .footer__sitemap-group:first-child ul {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-flow: column wrap;
                -ms-flex-flow: column wrap;
                    flex-flow: column wrap;
            display: block;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: -webkit-box;
            display: flex;
            height: 194px;
            margin-right: -20px; }
          .footer__sitemap-group:first-child li {
            display: inline-block;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: -webkit-box;
            display: flex;
            vertical-align: top;
            width: -webkit-calc(50% - 20px);
            width: calc(50% - 20px); } }
      @media (min-width: 1024px) {
        .footer__sitemap-group:first-child ul {
          height: 160px;
          margin-bottom: 16px; }
        .footer__sitemap-group:first-child li {
          width: -webkit-calc((100% / 3) - 20px);
          width: calc((100% / 3) - 20px); } }
      @media (min-width: 768px) {
        .footer__sitemap-group:nth-child(2) {
          width: 25%;
          float: left;
          padding-left: 10px;
          padding-right: 10px; } }
      @media (min-width: 1024px) {
        .footer__sitemap-group:nth-child(2) {
          width: 16.66667%;
          float: left;
          padding-left: 10px;
          padding-right: 10px; } }
      .footer__sitemap-group--icons:before, .footer__sitemap-group--icons:after {
        content: " ";
        display: table; }
      .footer__sitemap-group--icons:after {
        clear: both; }
      @media (min-width: 768px) {
        .footer__sitemap-group--icons {
          width: 25%;
          float: left; } }
      @media (min-width: 1024px) {
        .footer__sitemap-group--icons {
          width: 33.33333%;
          float: left; } }
      .footer__sitemap-group--icons .linkList ul.cmp-list > li {
        float: left;
        width: 16.66667%; }
        @media (min-width: 768px) {
          .footer__sitemap-group--icons .linkList ul.cmp-list > li {
            width: 50%; } }
        @media (min-width: 1024px) {
          .footer__sitemap-group--icons .linkList ul.cmp-list > li {
            width: 16.66667%; } }
        .footer__sitemap-group--icons .linkList ul.cmp-list > li a {
          font-size: 33px;
          font-size: 2.0625rem;
          display: block;
          margin-top: -4px;
          padding-bottom: 17px !important;
          padding-top: 12px !important;
          text-align: center; }
          @media (min-width: 600px) {
            .footer__sitemap-group--icons .linkList ul.cmp-list > li a {
              padding: 13px 0 14px;
              margin-bottom: 5px; } }
    .footer__sitemap .linkList .cmp-title__text {
      color: #FFFFFF;
      text-transform: uppercase;
      border-bottom: 1px solid #8C9094;
      margin-bottom: 19px;
      margin-top: 0;
      padding: 6px 0 13px;
      font-weight: 200;
      font-size: 14px;
      font-size: 0.875rem; }
    .footer__sitemap .linkList ul.cmp-list > li {
      padding-left: 0; }
      .footer__sitemap .linkList ul.cmp-list > li:before {
        content: none; }
      .footer__sitemap .linkList ul.cmp-list > li a {
        break-inside: avoid;
        color: #C6C7C8;
        max-height: 4000px;
        page-break-inside: avoid;
        padding: 7px 0 12px;
        position: relative;
        -webkit-column-break-inside: avoid;
        width: 100%; }
        .footer__sitemap .linkList ul.cmp-list > li a:hover, .footer__sitemap .linkList ul.cmp-list > li a:focus, .footer__sitemap .linkList ul.cmp-list > li a:active {
          color: #FFFFFF; }
      .footer__sitemap .linkList ul.cmp-list > li + li {
        margin-top: 0; }
  .footer__meta {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.75rem;
    line-height: 1.66667; }
    @media (min-width: 1024px) {
      .footer__meta {
        margin-top: -3px;
        text-align: right; } }
    .footer__meta ul.cmp-list {
      list-style: none;
      list-style-position: outside;
      margin: 0;
      padding: 0; }
    .footer__meta li a {
      color: #C6C7C8;
      padding: 7px 0 12px; }
      @media (min-width: 1024px) {
        .footer__meta li a {
          padding: 3px 0; } }
      .footer__meta li a:hover, .footer__meta li a:focus, .footer__meta li a:active {
        color: #FFFFFF; }
    @media (min-width: 600px) {
      .footer__meta li {
        display: inline-block; }
        .footer__meta li:not(:first-child) {
          margin-left: 30px; } }
    .footer__metaWrapper {
      margin-top: -40px;
      max-width: none; }
      @media (min-width: 768px) {
        .footer__metaWrapper {
          margin-top: -60px; } }
      @media (min-width: 1280px) {
        .footer__metaWrapper {
          margin-top: -80px; } }
      .footer__metaWrapper:before, .footer__metaWrapper:after {
        content: " ";
        display: table; }
      .footer__metaWrapper:after {
        clear: both; }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.h1 h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 2.125rem;
  line-height: 1.23529;
  font-weight: 200;
  color: #00B4DC; }
  @media (min-width: 768px) {
    .h1 h1 {
      font-size: 2.625rem;
      line-height: 1.19048; } }
  @media (min-width: 1024px) {
    .h1 h1 {
      font-size: 3.75rem;
      line-height: 1.13333; } }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.h2 h2 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 1.75rem;
  line-height: 1.28571;
  font-weight: 200;
  color: #00B4DC;
  max-width: 885px; }
  @media (min-width: 1024px) {
    .h2 h2 {
      font-size: 2.125rem;
      line-height: 1.23529; } }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.linkList.linkList--content ul.cmp-list {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding: 0; }
  .linkList.linkList--content ul.cmp-list li {
    display: block;
    padding-left: 25px; }
    .linkList.linkList--content ul.cmp-list li:before {
      position: relative;
      font-family: "Icons";
      font-size: 68%;
      line-height: 1;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 10px;
      font-size: 0.625rem;
      line-height: 2.6;
      font-weight: 600;
      display: inline-block;
      margin-left: -22px;
      margin-top: -2px;
      position: absolute;
      width: auto;
      color: #007F92; }
    .linkList.linkList--content ul.cmp-list li:hover:before, .linkList.linkList--content ul.cmp-list li:focus:before, .linkList.linkList--content ul.cmp-list li:active:before {
      color: #66B2BE; }
    .linkList.linkList--content ul.cmp-list li + li {
      margin-top: 26px; }

.linkList.linkList--content .cmp-title + ul.cmp-list {
  margin-top: 26px; }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.textMedia__inner:before, .textMedia__inner:after {
  content: " ";
  display: table; }

.textMedia__inner:after {
  clear: both; }

.textMedia .richtext .richtext__content {
  width: 100%; }

.textMedia__text {
  width: 100%;
  max-width: 885px; }
  .textMedia__textContent:before, .textMedia__textContent:after {
    content: " ";
    display: table; }
  .textMedia__textContent:after {
    clear: both; }

.textMedia__media {
  width: 100%;
  float: left;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .textMedia__media {
    width: 50vw;
    float: left; }
  .textMedia--mediaRight .textMedia__media {
    float: right;
    padding-left: 30px; }
  .textMedia--mediaLeft .textMedia__media {
    padding-right: 30px; } }

@media (min-width: 1024px) {
  .textMedia__media {
    width: 45vw; } }

@media (min-width: 1280px) {
  .textMedia__media {
    width: 555px; }
  .textMedia--mediaLeft .textMedia__media {
    margin-left: -webkit-calc((1195px - 100vw) / 2);
    margin-left: calc((1195px - 100vw) / 2); }
    .textMedia--mediaLeft .textMedia__media .figure__captionWrapper {
      padding-left: -webkit-calc((100vw - 1195px) / 2);
      padding-left: calc((100vw - 1195px) / 2); } }

@media (min-width: 1610px) {
  .textMedia--mediaLeft .textMedia__media {
    margin-left: -210px; }
    .textMedia--mediaLeft .textMedia__media .figure__captionWrapper {
      padding-left: 210px; } }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.accordion {
  background-color: #FFFFFF;
  position: relative; }
  .accordion__titleLink {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 2;
    position: relative;
    padding-right: 45px !important;
    padding: 9px 0;
    cursor: pointer; }
    .accordion__titleLink, .accordion__titleLink > a {
      color: #5D6166; }
    .accordion__titleLink:focus {
      outline: none; }
    .accordion__titleLink:hover {
      color: #5D6166; }
    .accordion__titleLink:after {
      position: relative;
      font-family: "Icons";
      font-size: 68%;
      line-height: 1;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 50px;
      color: #8C9094;
      position: absolute;
      right: 15px;
      top: 0; }
  .accordion__panel {
    position: relative; }
    .accordion__panel:before, .accordion__panel:after {
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background-color: #D9DADA;
      content: '';
      height: 1px;
      left: 50%;
      position: absolute;
      width: 100vw; }
    .accordion__panel:before {
      top: 0; }
    .accordion__panel:after {
      bottom: 0; }
    @media (min-width: 600px) {
      .accordion__panel {
        border-color: #D9DADA;
        border-style: solid;
        border-width: 1px 0; }
        .accordion__panel:before, .accordion__panel:after {
          content: none; } }
    .accordion__panel--open .accordion__content {
      display: block; }
    .accordion__panel--open .accordion__titleLink, .accordion__panel--open .accordion__titleLink:hover, .accordion__panel--open .accordion__titleLink > a, .accordion__panel--open .accordion__titleLink:before {
      color: #007F92 !important; }
    .accordion__panel--open .accordion__titleLink:after {
      content: ""; }
    .accordion__panel + .accordion__panel {
      border-top: none; }
      .accordion__panel + .accordion__panel:before {
        content: none; }
  .accordion__content {
    display: none;
    padding: 20px 0; }
    .accordion__content > div + div {
      margin-top: 40px; }
      @media (min-width: 768px) {
        .accordion__content > div + div {
          margin-top: 60px; } }
      @media (min-width: 1280px) {
        .accordion__content > div + div {
          margin-top: 80px; } }
  .accordion--large .accordion__titleLink, .accordion--wide .accordion__titleLink {
    line-height: 36px;
    padding: 22px 0;
    font-size: 18px;
    font-weight: 200; }
    .accordion--large .accordion__titleLink:after, .accordion--wide .accordion__titleLink:after {
      line-height: 80px; }
    @media (min-width: 600px) {
      .accordion--large .accordion__titleLink, .accordion--wide .accordion__titleLink {
        font-size: 22px;
        font-size: 1.375rem; } }
    @media (min-width: 768px) {
      .accordion--large .accordion__titleLink, .accordion--wide .accordion__titleLink {
        font-size: 26px;
        font-size: 1.625rem; } }
    @media (min-width: 1024px) {
      .accordion--large .accordion__titleLink, .accordion--wide .accordion__titleLink {
        font-size: 28px;
        font-size: 1.75rem; } }
  .accordion--wide .accordion__titleLink:before {
    position: relative;
    font-family: "Icons";
    font-size: 68%;
    line-height: 1;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #8C9094;
    margin-right: 20px; }
    @media (min-width: 600px) {
      .accordion--wide .accordion__titleLink:before {
        font-size: 22px;
        font-size: 1.375rem; } }

.accordion__content .quote--left, .accordion__content .quote--right {
  margin: 0;
  max-width: 100%; }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.quote {
  margin: 0;
  width: 100%; }
  .aem-Grid--fullWidth .quote {
    margin-left: -webkit-calc(6.25% - 15px);
    margin-left: calc(6.25% - 15px);
    margin-right: -webkit-calc(6.25% - 15px);
    margin-right: calc(6.25% - 15px);
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 375px) {
      .aem-Grid--fullWidth .quote {
        margin-left: -webkit-calc(5.33333% - 15px);
        margin-left: calc(5.33333% - 15px);
        margin-right: -webkit-calc(5.33333% - 15px);
        margin-right: calc(5.33333% - 15px); } }
    @media (min-width: 768px) {
      .aem-Grid--fullWidth .quote {
        margin-left: -webkit-calc(3.64583% - 15px);
        margin-left: calc(3.64583% - 15px);
        margin-right: -webkit-calc(3.64583% - 15px);
        margin-right: calc(3.64583% - 15px); } }
    @media (min-width: 1024px) {
      .aem-Grid--fullWidth .quote {
        margin-left: -webkit-calc(4.10156% - 15px);
        margin-left: calc(4.10156% - 15px);
        margin-right: -webkit-calc(4.10156% - 15px);
        margin-right: calc(4.10156% - 15px); } }
    @media (min-width: 1280px) {
      .aem-Grid--fullWidth .quote {
        max-width: 1210px;
        margin-left: auto;
        margin-right: auto; } }
  .quote__inner:before, .quote__inner:after {
    content: " ";
    display: table; }
  .quote__inner:after {
    clear: both; }
  .quote .cmp-image + .basicQuote {
    margin-top: 35px; }
  .quote .cmp-image {
    position: relative;
    height: 100%; }
    .quote .cmp-image__title {
      position: absolute;
      right: 20px;
      bottom: 14px;
      font-size: 0.625rem;
      color: #D9DADA; }
  @media (min-width: 768px) {
    .quote--left .quote__inner, .quote--right .quote__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .quote--left .cmp-image, .quote--right .cmp-image {
      min-width: 50vw; }
    .quote--left .quote__inner {
      max-width: 885px; }
    .quote--left .cmp-image {
      padding-right: 30px; }
      .quote--left .cmp-image__title {
        right: 50px; }
    .quote--left .basicQuote {
      padding-left: 15px; }
    .quote--left .cmp-image + .basicQuote {
      margin-top: -4px; }
    .quote--right .quote__inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .quote--right .cmp-image {
      padding-left: 15px;
      width: 50vw; }
    .quote--right .basicQuote {
      padding-right: 15px; }
    .quote--right .cmp-image + .basicQuote {
      margin-top: -4px; } }
  @media (min-width: 1024px) {
    .quote--left .cmp-image, .quote--right .cmp-image {
      min-width: 45vw; } }
  @media (min-width: 1280px) {
    .quote--left .cmp-image, .quote--right .cmp-image {
      min-width: 555px;
      max-width: 555px; }
    .quote--left .cmp-image {
      margin-left: -webkit-calc((1195px - 100vw) / 2);
      margin-left: calc((1195px - 100vw) / 2); } }
  @media (min-width: 1610px) {
    .quote--left .cmp-image {
      margin-left: -210px; } }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.iframe {
  margin-right: -1px;
  margin-left: -1px; }
  .iframe iframe {
    width: 100%;
    border: none; }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.imageHeader {
  overflow: hidden;
  position: relative;
  margin-top: -40px; }
  body.mainnavigation--transparent .imageHeader {
    margin-top: 30px; }
  @media (min-width: 768px) {
    .imageHeader {
      margin-top: -60px; }
      body.mainnavigation--transparent .imageHeader {
        margin-top: 10px; } }
  @media (min-width: 1024px) {
    .imageHeader, body.mainnavigation--transparent .imageHeader {
      margin-top: -60px; } }
  @media (min-width: 1280px) {
    .imageHeader, body.mainnavigation--transparent .imageHeader {
      margin-top: -80px; } }
  .imageHeader__caption {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 1.8;
    color: #D9DADA;
    clear: both;
    float: right;
    position: relative;
    padding-left: 20px;
    margin: -14px 20px -4px 0; }
  .imageHeader .cmp-image {
    display: block;
    max-width: none;
    width: 100%;
    height: 150px; }
    @media (min-width: 600px) {
      .imageHeader .cmp-image {
        height: 250px; } }
    @media (min-width: 768px) {
      .imageHeader .cmp-image {
        height: 300px; } }
    @media (min-width: 1024px) {
      .imageHeader .cmp-image {
        height: 375px; } }
    @media (min-width: 1280px) {
      .imageHeader .cmp-image {
        height: 400px; } }
    @media (min-width: 1520px) {
      .imageHeader .cmp-image {
        height: 450px; } }
    .imageHeader .cmp-image img {
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover"; }
  .imageHeader__headingHeadline h1 {
    font-size: 34px;
    font-size: 2.125rem;
    font-weight: 200;
    line-height: 1.23529;
    margin-bottom: 5px;
    color: #272B2E; }
    .imageHeader__headingHeadline h1 br {
      display: none; }
    @media (min-width: 600px) {
      .imageHeader__headingHeadline h1 {
        color: #FFFFFF; } }
    @media (min-width: 1024px) {
      .imageHeader__headingHeadline h1 {
        font-size: 42px;
        font-size: 2.625rem;
        line-height: 1.19048; } }
    @media (min-width: 1280px) {
      .imageHeader__headingHeadline h1 {
        font-size: 54px;
        font-size: 3.375rem;
        line-height: 1.14815; }
        .imageHeader__headingHeadline h1 br {
          display: block; } }
  .imageHeader__headingSubHeadline h2 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 200;
    line-height: 1.36364;
    color: #272B2E; }
    @media (min-width: 600px) {
      .imageHeader__headingSubHeadline h2 {
        color: #FFFFFF; } }
    @media (min-width: 1024px) {
      .imageHeader__headingSubHeadline h2 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.33333; } }
    @media (min-width: 1280px) {
      .imageHeader__headingSubHeadline h2 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.28571; } }
  .imageHeader__heading-hgroup {
    margin-left: -webkit-calc(6.25% - 15px);
    margin-left: calc(6.25% - 15px);
    margin-right: -webkit-calc(6.25% - 15px);
    margin-right: calc(6.25% - 15px);
    padding: 15px; }
    @media (min-width: 375px) {
      .imageHeader__heading-hgroup {
        margin-left: -webkit-calc(5.33333% - 15px);
        margin-left: calc(5.33333% - 15px);
        margin-right: -webkit-calc(5.33333% - 15px);
        margin-right: calc(5.33333% - 15px); } }
    @media (min-width: 768px) {
      .imageHeader__heading-hgroup {
        margin-left: -webkit-calc(3.64583% - 15px);
        margin-left: calc(3.64583% - 15px);
        margin-right: -webkit-calc(3.64583% - 15px);
        margin-right: calc(3.64583% - 15px); } }
    @media (min-width: 1024px) {
      .imageHeader__heading-hgroup {
        margin-left: -webkit-calc(4.10156% - 15px);
        margin-left: calc(4.10156% - 15px);
        margin-right: -webkit-calc(4.10156% - 15px);
        margin-right: calc(4.10156% - 15px); } }
    @media (min-width: 1280px) {
      .imageHeader__heading-hgroup {
        max-width: 1210px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 600px) {
      .imageHeader__heading-hgroup {
        -webkit-transform: translate(-50%, 50%);
            -ms-transform: translate(-50%, 50%);
                transform: translate(-50%, 50%);
        position: absolute;
        padding: 0 15px;
        bottom: -webkit-calc((100% - 60px) / 2);
        bottom: calc((100% - 60px) / 2);
        left: 50%;
        width: 100%; } }
    @media (min-width: 1024px) {
      .imageHeader__heading-hgroup {
        bottom: -webkit-calc((100% - 130px) / 2);
        bottom: calc((100% - 130px) / 2); } }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.teaserRow {
  margin-left: -10px;
  margin-right: -10px; }
  .teaserRow:before, .teaserRow:after {
    content: " ";
    display: table; }
  .teaserRow:after {
    clear: both; }
  .teaserRow .mr-teaser {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px; }
    .teaserRow .mr-teaser:first-child {
      margin-top: 0; }
    @media (min-width: 768px) {
      .teaserRow .mr-teaser {
        float: left; } }
  @media (min-width: 768px) {
    .teaserRow:not(.teaserRow--width-66):not(.teaserRow--width-100) .mr-teaser {
      margin-top: 0; } }
  @media (min-width: 768px) {
    .teaserRow.teaserRow--width-25 .mr-teaser {
      width: 33.33333%;
      float: left; }
      .teaserRow.teaserRow--width-25 .mr-teaser:nth-child(n+4) {
        margin-top: 20px; } }
  @media (min-width: 1024px) {
    .teaserRow.teaserRow--width-25 .mr-teaser {
      width: 25%; }
      .teaserRow.teaserRow--width-25 .mr-teaser:nth-child(n+4) {
        margin-top: 0; }
      .teaserRow.teaserRow--width-25 .mr-teaser:nth-child(n+5) {
        margin-top: 20px; } }
  @media (min-width: 768px) {
    .teaserRow.teaserRow--width-33 .mr-teaser {
      width: 33.33333%; }
      .teaserRow.teaserRow--width-33 .mr-teaser:nth-child(n+4) {
        margin-top: 20px; } }
  @media (min-width: 768px) {
    .teaserRow.teaserRow--width-66 .mr-teaser {
      width: 66.66667%; } }
  @media (min-width: 768px) {
    .teaserRow.teaserRow--width-66-33 .mr-teaser:nth-child(2n+1) {
      width: 66.66667%; }
    .teaserRow.teaserRow--width-66-33 .mr-teaser:nth-child(2n+0) {
      width: 33.33333%; } }
  @media (min-width: 768px) {
    .teaserRow.teaserRow--width-33-66 .mr-teaser:nth-child(2n+0) {
      width: 66.66667%; }
    .teaserRow.teaserRow--width-33-66 .mr-teaser:nth-child(2n+1) {
      width: 33.33333%; } }
  @media (min-width: 768px) {
    .teaserRow.teaserRow--width-100 .mr-teaser {
      width: 100%; } }
  .teaserRow--seamless {
    margin-left: 0;
    margin-right: 0; }
    .teaserRow--seamless .mr-teaser {
      padding-left: 0;
      padding-right: 0;
      margin-top: 0 !important; }
  .teaserRow--greyBackground {
    background-color: #EEEEEE; }
  .aem-Grid--fullWidth .teaserRow__wrapper {
    margin-left: -webkit-calc(6.25% - 15px);
    margin-left: calc(6.25% - 15px);
    margin-right: -webkit-calc(6.25% - 15px);
    margin-right: calc(6.25% - 15px);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (min-width: 375px) {
      .aem-Grid--fullWidth .teaserRow__wrapper {
        margin-left: -webkit-calc(5.33333% - 15px);
        margin-left: calc(5.33333% - 15px);
        margin-right: -webkit-calc(5.33333% - 15px);
        margin-right: calc(5.33333% - 15px); } }
    @media (min-width: 768px) {
      .aem-Grid--fullWidth .teaserRow__wrapper {
        margin-left: -webkit-calc(3.64583% - 15px);
        margin-left: calc(3.64583% - 15px);
        margin-right: -webkit-calc(3.64583% - 15px);
        margin-right: calc(3.64583% - 15px); } }
    @media (min-width: 1024px) {
      .aem-Grid--fullWidth .teaserRow__wrapper {
        margin-left: -webkit-calc(4.10156% - 15px);
        margin-left: calc(4.10156% - 15px);
        margin-right: -webkit-calc(4.10156% - 15px);
        margin-right: calc(4.10156% - 15px); } }
    @media (min-width: 1280px) {
      .aem-Grid--fullWidth .teaserRow__wrapper {
        max-width: 1210px;
        margin-left: auto;
        margin-right: auto; } }
    .aem-Grid--fullWidth .teaserRow__wrapper:before, .aem-Grid--fullWidth .teaserRow__wrapper:after {
      content: " ";
      display: table; }
    .aem-Grid--fullWidth .teaserRow__wrapper:after {
      clear: both; }
    @media only print, screen and (min-width: 80rem) {
      .aem-Grid--fullWidth .teaserRow__wrapper {
        padding-left: 5px;
        padding-right: 5px; } }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.articleIntroduction {
  position: relative; }
  .articleIntroduction__subline {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.57143;
    color: #00B4DC; }
    .articleIntroduction__subline + .articleIntroduction__headline {
      margin-top: 8px; }
      @media (min-width: 600px) {
        .articleIntroduction__subline + .articleIntroduction__headline {
          margin-top: 19px; } }
  .articleIntroduction__headline h1 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.23529;
    font-weight: 200;
    color: #00B4DC; }
    @media only print, screen and (min-width: 37.5rem) {
      .articleIntroduction__headline h1 {
        font-size: 42px;
        font-size: 2.625rem;
        line-height: 1.19048; } }
    @media only print, screen and (min-width: 64rem) {
      .articleIntroduction__headline h1 {
        font-size: 60px;
        font-size: 3.75rem;
        line-height: 1.13333; } }
  .articleIntroduction__subHeadline {
    margin-top: 15px; }
    .articleIntroduction__subHeadline h2 {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 1.36364;
      font-weight: 200;
      color: #00B4DC; }
      @media only print, screen and (min-width: 37.5rem) {
        .articleIntroduction__subHeadline h2 {
          font-size: 28px;
          font-size: 1.75rem;
          line-height: 1.28571; } }
      @media only print, screen and (min-width: 64rem) {
        .articleIntroduction__subHeadline h2 {
          font-size: 34px;
          font-size: 2.125rem;
          line-height: 1.23529; } }
    @media only print, screen and (min-width: 37.5rem) {
      .articleIntroduction__subHeadline {
        margin-top: 13px; } }
    @media only print, screen and (min-width: 64rem) {
      .articleIntroduction__subHeadline {
        margin-top: 11px; } }
  .articleIntroduction__intro {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44444;
    font-weight: 200;
    margin-top: 27px; }
    @media only print, screen and (min-width: 37.5rem) {
      .articleIntroduction__intro {
        margin-top: 46px;
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.36364; } }
    @media only print, screen and (min-width: 64rem) {
      .articleIntroduction__intro {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.28571;
        margin-top: 69px; } }
  @media (min-width: 1320px) {
    .articleIntroduction__subline, .articleIntroduction__headline, .articleIntroduction__subHeadline, .articleIntroduction__intro, .articleIntroduction__date, .articleIntroduction__author {
      max-width: 885px; } }
  .articleIntroduction__date {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.57143;
    color: #5D6166;
    margin-top: 18px; }
    @media only print, screen and (min-width: 64rem) {
      .articleIntroduction__date {
        margin-top: 28px; } }
  .articleIntroduction__author {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.57143;
    color: #00B4DC;
    display: block; }
  .articleIntroduction .articleInfo {
    margin-top: 13px; }
    @media only print, screen and (min-width: 37.5rem) {
      .articleIntroduction .articleInfo {
        margin-top: 34px; } }
    @media only print, screen and (min-width: 64rem) {
      .articleIntroduction .articleInfo {
        margin-top: 28px; } }
    @media only print, screen and (min-width: 82.5rem) {
      .articleIntroduction .articleInfo {
        margin-top: 0; } }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 885px; }
  .sitemap ul li {
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-top: 10px; }
    .sitemap ul li:last-child {
      margin-bottom: 30px; }
    .sitemap ul li ul {
      margin-left: 20px; }
    .sitemap ul li .link {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.57143;
      display: block;
      padding-left: 20px;
      color: #8C9094; }
      .sitemap ul li .link:before {
        position: relative;
        font-family: "Icons";
        font-size: 68%;
        line-height: 1;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        text-decoration: none;
        text-transform: none;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        display: inline-block;
        margin-left: -15px;
        position: absolute;
        line-height: 2.2;
        font-weight: 600; }
      .sitemap ul li .link:hover, .sitemap ul li .link:focus, .sitemap ul li .link:active {
        color: #6B6C6D; }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
@media (min-width: 768px) {
  .mr-furtherInformationItem {
    width: 50%;
    float: left; } }

@media (min-width: 1024px) {
  .mr-furtherInformationItem {
    width: 33.33333%;
    float: left; } }

.mr-furtherInformationItem:last-child .furtherInformation__item {
  border-bottom: none; }

.furtherInformation .accordion__titleLink:before {
  content: "";
  font-size: 32px;
  font-size: 2rem;
  font-weight: 200;
  top: 5px; }

.furtherInformation .accordion__titleLink:after {
  line-height: 88px;
  top: 2px; }

@media screen and (max-width: 767px) {
  .furtherInformation .accordion__titleLink a {
    font-size: 18px;
    font-size: 1.125rem; } }

@media (min-width: 768px) {
  .furtherInformation .accordion__titleLink a, .furtherInformation .accordion__titleLink:before {
    color: #007F92; } }

.furtherInformation .accordion__content {
  padding: 0; }

@media (min-width: 768px) {
  .furtherInformation .accordion__titleLink {
    pointer-events: none; }
    .furtherInformation .accordion__titleLink:after {
      display: none; }
  .furtherInformation .accordion__panel .accordion__content {
    display: block; }
    .furtherInformation .accordion__panel .accordion__content:before, .furtherInformation .accordion__panel .accordion__content:after {
      content: " ";
      display: table; }
    .furtherInformation .accordion__panel .accordion__content:after {
      clear: both; } }

.furtherInformation__item {
  position: relative;
  border-bottom: 1px solid #D9DADA;
  cursor: pointer; }
  .furtherInformation__item:last-child .furtherInformation__menu {
    bottom: 47px; }
    @media (min-width: 600px) {
      .furtherInformation__item:last-child .furtherInformation__menu {
        bottom: 68px; } }
  .furtherInformation__item:last-child .furtherInformation__close {
    bottom: 10px; }
    @media only print, screen and (min-width: 37.5rem) {
      .furtherInformation__item:last-child .furtherInformation__close {
        bottom: 31px; } }
  @media (min-width: 768px) {
    .furtherInformation__item {
      border-bottom: none; } }
  .furtherInformation__itemOpen {
    padding: 20px 20px 14px 48px; }
    .furtherInformation__itemOpen:before {
      position: relative;
      font-family: "Icons";
      font-size: 68%;
      line-height: 1;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 30px;
      font-size: 1.875rem;
      position: absolute; }
    .furtherInformation__itemOpen:hover:before,
    .furtherInformation__itemOpen:hover .furtherInformation__title,
    .furtherInformation__itemOpen:hover .furtherInformation__subtitle {
      color: #007F92; }
    .furtherInformation__itemOpen > .hide-icon:before {
      visibility: hidden; }
    .furtherInformation__itemOpen .link {
      margin-top: 9px;
      color: #007F92; }
      .furtherInformation__itemOpen .link:hover {
        color: #007F92; }
  .furtherInformation__item--link > .furtherInformation__itemOpen:before {
    content: "";
    left: -2px; }
  .furtherInformation__item--pdf > .furtherInformation__itemOpen:before {
    content: "";
    left: 0; }
  .furtherInformation__item--zip > .furtherInformation__itemOpen:before {
    content: "";
    left: 0; }

.furtherInformation__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44444;
  font-weight: 200; }
  @media (min-width: 1024px) {
    .furtherInformation__title {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 1.36364; } }

.furtherInformation__subtitle {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57143;
  font-weight: 400; }
  @media only print, screen and (min-width: 64rem) {
    .furtherInformation__subtitle {
      font-size: 16px;
      font-size: 1rem; } }

.furtherInformation__backdrop:before {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50; }

.furtherInformation__menu {
  background: #FFFFFF;
  border: 1px solid #D9DADA;
  bottom: 48px;
  left: 42px;
  min-width: 220px;
  padding: 14px 0 0;
  position: absolute;
  z-index: 100; }
  .furtherInformation__menu:after {
    position: absolute;
    left: 8px;
    bottom: -8px;
    content: "▼";
    -webkit-transform: scaleX(2);
        -ms-transform: scaleX(2);
            transform: scaleX(2);
    color: #FFFFFF;
    font-size: 11px;
    line-height: 11px;
    text-shadow: 0 1px 0 #D9DADA; }
  .furtherInformation__menu > [class^=furtherInformation__menu_] {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57143;
    font-weight: 400;
    color: #272B2E;
    display: block;
    min-height: 50px;
    padding: 14px 20px 0;
    position: relative;
    text-decoration: none; }
    .furtherInformation__menu > [class^=furtherInformation__menu_]:after {
      background: #D9DADA;
      bottom: 0;
      content: '';
      display: block;
      height: 1px;
      left: 20px;
      position: absolute;
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px); }
    .furtherInformation__menu > [class^=furtherInformation__menu_]:before {
      background: #EEEEEE;
      content: '';
      display: none;
      height: 1px;
      left: 20px;
      position: absolute;
      top: 0;
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px); }
    .furtherInformation__menu > [class^=furtherInformation__menu_]:first-child {
      padding-top: 0; }
    .furtherInformation__menu > [class^=furtherInformation__menu_]:last-child {
      border-bottom: 0; }
      .furtherInformation__menu > [class^=furtherInformation__menu_]:last-child:after {
        height: 0; }
    .furtherInformation__menu > [class^=furtherInformation__menu_]:not(.furtherInformation__menu_title):hover {
      -webkit-transform: translateY(-1px);
          -ms-transform: translateY(-1px);
              transform: translateY(-1px);
      background: #EEEEEE;
      padding-top: 15px; }
      .furtherInformation__menu > [class^=furtherInformation__menu_]:not(.furtherInformation__menu_title):hover:after {
        background: #EEEEEE; }
      .furtherInformation__menu > [class^=furtherInformation__menu_]:not(.furtherInformation__menu_title):hover:before {
        display: block; }
  .furtherInformation__menu > .furtherInformation__menu_title {
    color: #8C9094;
    margin-bottom: 4px; }
    .furtherInformation__menu > .furtherInformation__menu_title:after {
      display: none; }
  .furtherInformation__menu_copy[successful] {
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
    color: #7EAC08; }
  .furtherInformation__menu_copy[unsuccessful] {
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
    color: #E2001A; }

.furtherInformation__close {
  font-size: 32px;
  font-size: 2rem;
  -webkit-transform: translateX(1px);
      -ms-transform: translateX(1px);
          transform: translateX(1px);
  bottom: 11px;
  color: #8C9094;
  cursor: pointer;
  left: 40px;
  position: absolute;
  z-index: 100; }
  .furtherInformation__close:hover {
    color: #FFFFFF; }
  .furtherInformation__close:before {
    position: relative;
    font-family: "Icons";
    font-size: 68%;
    line-height: 1;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block; }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.stage {
  color: #FFFFFF;
  height: 633px;
  overflow: hidden;
  position: relative;
  margin-top: -60px; }
  @media (min-width: 1280px) {
    .stage {
      margin-top: -80px; } }
  .stage:not(.stage--nomargin) {
    margin-bottom: -140px; }
  @media only print, screen and (min-width: 48rem) {
    .stage {
      color: #007F92;
      height: 864px; }
      .stage:not(.stage--nomargin) {
        margin-bottom: -365px; }
      .stage--inverted {
        color: #FFFFFF; } }
  @media only print, screen and (min-width: 64rem) {
    .stage:not(.stage--nomargin) {
      margin-bottom: -324px; } }
  @media only print, screen and (min-width: 80rem) {
    .stage {
      height: 1080px; }
      .stage:not(.stage--nomargin) {
        margin-bottom: -421px; } }
  body.mainnavigation--transparent .stage {
    margin-top: 30px; }
    @media (min-width: 768px) {
      body.mainnavigation--transparent .stage {
        margin-top: 10px; } }
    @media (min-width: 1024px) {
      body.mainnavigation--transparent .stage {
        margin-top: -60px; } }
    @media (min-width: 1280px) {
      body.mainnavigation--transparent .stage {
        margin-top: -80px; } }
  .stage__wrapper {
    height: 633px;
    display: table-cell;
    vertical-align: bottom; }
    @media only print, screen and (min-width: 48rem) {
      .stage__wrapper {
        height: 864px;
        vertical-align: top;
        padding-top: 90px; } }
    @media only print, screen and (min-width: 64rem) {
      .stage__wrapper {
        padding-top: 160px;
        display: block; } }
    @media only print, screen and (min-width: 80rem) {
      .stage__wrapper {
        padding-top: 180px; } }
  .stage__caption {
    -webkit-transform: rotate(-90deg) translateX(100%);
        -ms-transform: rotate(-90deg) translateX(100%);
            transform: rotate(-90deg) translateX(100%);
    -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.8;
    font-weight: 400;
    color: #D9DADA;
    clear: both;
    right: 18px;
    bottom: -5px;
    position: absolute; }
    @media only print, screen and (min-width: 64rem) {
      .stage__caption {
        right: 26px; } }
  .stage__picture {
    display: block;
    height: 633px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1; }
    .stage__picture .cmp-image {
      height: 100%; }
      .stage__picture .cmp-image img {
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover";
        height: 100%; }
    @media only print, screen and (min-width: 48rem) {
      .stage__picture {
        height: 864px; } }
    @media only print, screen and (min-width: 80rem) {
      .stage__picture {
        height: 1080px; } }
  .stage__inner {
    padding-bottom: 120px;
    position: relative;
    width: 100vw; }
    @media only screen and (max-width: 47.9375rem) {
      .stage__inner:before {
        content: '';
        position: absolute;
        background: rgba(0, 0, 0, 0.4);
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        z-index: -1; } }
    @media only print, screen and (min-width: 64rem) {
      .stage__inner {
        width: 100%; } }
  .stage__subline {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57143;
    font-weight: 400;
    margin-top: 7px; }
  .stage__heading {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.23529;
    font-weight: 200;
    margin-top: 18px;
    margin-bottom: 18px; }
    @media only print, screen and (min-width: 48rem) {
      .stage__heading {
        font-size: 42px;
        font-size: 2.625rem;
        line-height: 1.19048;
        margin-top: 28px;
        margin-bottom: 15px; } }
    @media only print, screen and (min-width: 80rem) {
      .stage__heading {
        font-size: 60px;
        font-size: 3.75rem;
        line-height: 1.13333; } }
  .stage__body {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44444;
    font-weight: 200;
    margin-bottom: 24px; }
    @media only print, screen and (min-width: 48rem) {
      .stage__body {
        margin-bottom: 36px; } }
  .stage__container {
    margin-left: -webkit-calc(6.25% - 15px);
    margin-left: calc(6.25% - 15px);
    margin-right: -webkit-calc(6.25% - 15px);
    margin-right: calc(6.25% - 15px);
    padding: 0 15px; }
    @media (min-width: 375px) {
      .stage__container {
        margin-left: -webkit-calc(5.33333% - 15px);
        margin-left: calc(5.33333% - 15px);
        margin-right: -webkit-calc(5.33333% - 15px);
        margin-right: calc(5.33333% - 15px); } }
    @media (min-width: 768px) {
      .stage__container {
        margin-left: -webkit-calc(3.64583% - 15px);
        margin-left: calc(3.64583% - 15px);
        margin-right: -webkit-calc(3.64583% - 15px);
        margin-right: calc(3.64583% - 15px); } }
    @media (min-width: 1024px) {
      .stage__container {
        margin-left: -webkit-calc(4.10156% - 15px);
        margin-left: calc(4.10156% - 15px);
        margin-right: -webkit-calc(4.10156% - 15px);
        margin-right: calc(4.10156% - 15px); } }
    @media (min-width: 1280px) {
      .stage__container {
        max-width: 1210px;
        margin-left: auto;
        margin-right: auto; } }
    .stage__container:before, .stage__container:after {
      content: " ";
      display: table; }
    .stage__container:after {
      clear: both; }
  .stage__content {
    max-width: 355px; }
    @media only print, screen and (min-width: 48rem) {
      .stage__content {
        max-width: none;
        width: 50%; } }
  @media only screen and (max-width: 47.9375rem) {
    .stage .button {
      border-color: currentColor !important;
      color: currentColor !important; }
      .stage .button:hover, .stage .button:focus, .stage .button:active {
        color: #272B2E !important;
        background-color: #FFFFFF !important;
        border-color: #FFFFFF !important; } }
  .stage--inverted .button {
    border-color: currentColor !important;
    color: currentColor !important; }
    .stage--inverted .button:hover, .stage--inverted .button:focus, .stage--inverted .button:active {
      color: #272B2E !important;
      background-color: #FFFFFF !important;
      border-color: #FFFFFF !important; }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
/* ##########################
   relatedArticles.scss
   ########################## */
.relatedArticles {
  display: none;
  position: relative;
  overflow: hidden;
  width: 100vw; }
  .relatedArticles:before, .relatedArticles:after {
    content: " ";
    display: table; }
  .relatedArticles:after {
    clear: both; }
  .relatedArticles .teaser {
    margin: 0;
    padding-right: 1px; }
    .relatedArticles .teaser__inner {
      height: -webkit-calc((100vw - 12.5vw) / 4 * 5);
      height: calc((100vw - 12.5vw) / 4 * 5); }
      @media only print, screen and (min-width: 23.4375rem) {
        .relatedArticles .teaser__inner {
          height: -webkit-calc((100vw - 10.66667vw + 20px) / 4 * 5);
          height: calc((100vw - 10.66667vw + 20px) / 4 * 5); } }
  .relatedArticles__heading {
    margin-left: -webkit-calc(6.25% - 15px);
    margin-left: calc(6.25% - 15px);
    margin-right: -webkit-calc(6.25% - 15px);
    margin-right: calc(6.25% - 15px);
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44444;
    font-weight: 200;
    color: #5D6166;
    padding: 35px 15px 33px; }
    @media (min-width: 375px) {
      .relatedArticles__heading {
        margin-left: -webkit-calc(5.33333% - 15px);
        margin-left: calc(5.33333% - 15px);
        margin-right: -webkit-calc(5.33333% - 15px);
        margin-right: calc(5.33333% - 15px); } }
    @media (min-width: 768px) {
      .relatedArticles__heading {
        margin-left: -webkit-calc(3.64583% - 15px);
        margin-left: calc(3.64583% - 15px);
        margin-right: -webkit-calc(3.64583% - 15px);
        margin-right: calc(3.64583% - 15px); } }
    @media (min-width: 1024px) {
      .relatedArticles__heading {
        margin-left: -webkit-calc(4.10156% - 15px);
        margin-left: calc(4.10156% - 15px);
        margin-right: -webkit-calc(4.10156% - 15px);
        margin-right: calc(4.10156% - 15px); } }
    @media (min-width: 1280px) {
      .relatedArticles__heading {
        max-width: 1210px;
        margin-left: auto;
        margin-right: auto; } }
    @media only print, screen and (min-width: 37.5rem) {
      .relatedArticles__heading {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.36364;
        padding-bottom: 32px; } }
    @media only print, screen and (min-width: 64rem) {
      .relatedArticles__heading {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.28571;
        padding-bottom: 31px; } }
  .relatedArticles__inner {
    padding-bottom: 60px; }
    .article .relatedArticles__inner {
      padding-bottom: 0; }
    .relatedArticles__inner:before {
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      content: '';
      display: block;
      background-color: #E6E6E6;
      position: absolute;
      left: 50%;
      top: 0;
      height: 100%;
      width: 100vw;
      z-index: -1; }
  .relatedArticles__scroll {
    position: relative;
    width: 100%; }
    .relatedArticles__scroll-outer {
      margin-left: -webkit-calc(6.25% - 15px);
      margin-left: calc(6.25% - 15px);
      margin-right: -webkit-calc(6.25% - 15px);
      margin-right: calc(6.25% - 15px);
      padding: 0 15px; }
      @media (min-width: 375px) {
        .relatedArticles__scroll-outer {
          margin-left: -webkit-calc(5.33333% - 15px);
          margin-left: calc(5.33333% - 15px);
          margin-right: -webkit-calc(5.33333% - 15px);
          margin-right: calc(5.33333% - 15px); } }
      @media (min-width: 768px) {
        .relatedArticles__scroll-outer {
          margin-left: -webkit-calc(3.64583% - 15px);
          margin-left: calc(3.64583% - 15px);
          margin-right: -webkit-calc(3.64583% - 15px);
          margin-right: calc(3.64583% - 15px); } }
      @media (min-width: 1024px) {
        .relatedArticles__scroll-outer {
          margin-left: -webkit-calc(4.10156% - 15px);
          margin-left: calc(4.10156% - 15px);
          margin-right: -webkit-calc(4.10156% - 15px);
          margin-right: calc(4.10156% - 15px); } }
      @media (min-width: 1280px) {
        .relatedArticles__scroll-outer {
          max-width: 1210px;
          margin-left: auto;
          margin-right: auto; } }
    .relatedArticles__scroll-inner {
      -webkit-transition: left 500ms ease-in-out;
      -o-transition: left 500ms ease-in-out;
      transition: left 500ms ease-in-out;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      left: 0;
      position: relative;
      width: -webkit-calc(((100vw - 12.5vw) / 1.1) * 12 * 3 + 20px);
      width: calc(((100vw - 12.5vw) / 1.1) * 12 * 3 + 20px); }
      .relatedArticles__scroll-inner:before, .relatedArticles__scroll-inner:after {
        content: " ";
        display: table; }
      .relatedArticles__scroll-inner:after {
        clear: both; }
      @media only print, screen and (min-width: 37.5rem) {
        .relatedArticles__scroll-inner {
          width: -webkit-calc(((100vw - 10.66667vw + 20px) / 1.2) * 12 * 3 + 20px);
          width: calc(((100vw - 10.66667vw + 20px) / 1.2) * 12 * 3 + 20px); } }
      @media only screen and (max-width: 47.9375rem) {
        .relatedArticles__scroll-inner {
          -webkit-transition: left 200ms;
          -o-transition: left 200ms;
          transition: left 200ms; } }
      @media only print, screen and (min-width: 48rem) {
        .relatedArticles__scroll-inner {
          margin-left: -webkit-calc(9.1vw - 3.64583%);
          margin-left: calc(9.1vw - 3.64583%);
          width: -webkit-calc((100vw - 18.2vw) * 12 * 3 + 20px);
          width: calc((100vw - 18.2vw) * 12 * 3 + 20px); } }
      @media only print, screen and (min-width: 64rem) {
        .relatedArticles__scroll-inner {
          margin-left: -webkit-calc(9.9vw - 4.10156%);
          margin-left: calc(9.9vw - 4.10156%);
          width: -webkit-calc((100vw - 19.8vw) * 12 * 3 + 20px);
          width: calc((100vw - 19.8vw) * 12 * 3 + 20px); } }
      @media only print, screen and (min-width: 80rem) {
        .relatedArticles__scroll-inner {
          margin-left: -webkit-calc(10.15vw - (100vw - 1180px) / 2);
          margin-left: calc(10.15vw - (100vw - 1180px) / 2);
          width: -webkit-calc(((100vw - 20.3vw) / 4) * 12 * 3 + 20px);
          width: calc(((100vw - 20.3vw) / 4) * 12 * 3 + 20px); } }
      @media only print, screen and (min-width: 95rem) {
        .relatedArticles__scroll-inner {
          margin-left: 0;
          width: 15360px; } }
      .relatedArticles__scroll-inner[notanimated] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; }
  .relatedArticles__item {
    float: left;
    width: -webkit-calc((100vw - 12.5vw) / 1.1);
    width: calc((100vw - 12.5vw) / 1.1); }
    @media only print, screen and (min-width: 37.5rem) {
      .relatedArticles__item {
        width: -webkit-calc((100vw - 10.66667vw + 20px) / 1.2);
        width: calc((100vw - 10.66667vw + 20px) / 1.2); } }
    @media only print, screen and (min-width: 48rem) {
      .relatedArticles__item {
        width: -webkit-calc((100vw - 18.2vw) / 3);
        width: calc((100vw - 18.2vw) / 3); } }
    @media only print, screen and (min-width: 64rem) {
      .relatedArticles__item {
        width: -webkit-calc((100vw - 19.8vw) / 3);
        width: calc((100vw - 19.8vw) / 3); } }
    @media only print, screen and (min-width: 80rem) {
      .relatedArticles__item {
        width: -webkit-calc((100vw - 20.3vw) / 4);
        width: calc((100vw - 20.3vw) / 4); } }
    @media only print, screen and (min-width: 95rem) {
      .relatedArticles__item {
        width: 295px; } }
  .relatedArticles__item-group {
    float: left;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .relatedArticles .pagination-indicator {
    padding-top: 8px;
    padding-bottom: 28px; }
    @media only print, screen and (min-width: 48rem) {
      .relatedArticles .pagination-indicator {
        display: none; } }
  @media only screen and (max-width: 47.9375rem) {
    .relatedArticles__nav {
      display: none; } }
  .relatedArticles__minus, .relatedArticles__plus {
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
    background-color: rgba(255, 255, 255, 0.55);
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    width: 9.1vw; }
    @media only print, screen and (min-width: 64rem) {
      .relatedArticles__minus, .relatedArticles__plus {
        width: 9.9vw; } }
    @media only print, screen and (min-width: 80rem) {
      .relatedArticles__minus, .relatedArticles__plus {
        width: 10.15vw; } }
    @media only print, screen and (min-width: 95rem) {
      .relatedArticles__minus, .relatedArticles__plus {
        width: -webkit-calc((100vw - 1180px) / 2);
        width: calc((100vw - 1180px) / 2); } }
    .relatedArticles__minus:before, .relatedArticles__plus:before {
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%);
      position: relative;
      font-family: "Icons";
      font-size: 68%;
      line-height: 1;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 32px;
      font-size: 2rem;
      color: #5D6166;
      position: absolute;
      top: 50%; }
    .relatedArticles__minus:hover, .relatedArticles__plus:hover {
      opacity: 1; }
  .relatedArticles__minus {
    left: 0; }
    .relatedArticles__minus:before {
      content: "";
      right: 11px; }
      @media only print, screen and (min-width: 64rem) {
        .relatedArticles__minus:before {
          right: 21px; } }
      @media only print, screen and (min-width: 80rem) {
        .relatedArticles__minus:before {
          right: 31px; } }
  .relatedArticles__plus {
    right: 0; }
    .relatedArticles__plus:before {
      content: "";
      left: 11px; }
      @media only print, screen and (min-width: 64rem) {
        .relatedArticles__plus:before {
          left: 21px; } }
      @media only print, screen and (min-width: 80rem) {
        .relatedArticles__plus:before {
          left: 31px; } }
  .relatedArticles__scrollbar {
    margin-left: -webkit-calc(6.25% - 15px);
    margin-left: calc(6.25% - 15px);
    margin-right: -webkit-calc(6.25% - 15px);
    margin-right: calc(6.25% - 15px);
    padding: 0 15px; }
    @media (min-width: 375px) {
      .relatedArticles__scrollbar {
        margin-left: -webkit-calc(5.33333% - 15px);
        margin-left: calc(5.33333% - 15px);
        margin-right: -webkit-calc(5.33333% - 15px);
        margin-right: calc(5.33333% - 15px); } }
    @media (min-width: 768px) {
      .relatedArticles__scrollbar {
        margin-left: -webkit-calc(3.64583% - 15px);
        margin-left: calc(3.64583% - 15px);
        margin-right: -webkit-calc(3.64583% - 15px);
        margin-right: calc(3.64583% - 15px); } }
    @media (min-width: 1024px) {
      .relatedArticles__scrollbar {
        margin-left: -webkit-calc(4.10156% - 15px);
        margin-left: calc(4.10156% - 15px);
        margin-right: -webkit-calc(4.10156% - 15px);
        margin-right: calc(4.10156% - 15px); } }
    @media (min-width: 1280px) {
      .relatedArticles__scrollbar {
        max-width: 1210px;
        margin-left: auto;
        margin-right: auto; } }
    .relatedArticles__scrollbar-inner {
      background-color: #C6C7C8;
      margin: 47px 0 60px;
      height: 2px; }
    .relatedArticles__scrollbar-track {
      -webkit-transition: margin-left 0.5s ease-in-out;
      -o-transition: margin-left 0.5s ease-in-out;
      transition: margin-left 0.5s ease-in-out;
      -webkit-transform: translateY(-15px);
          -ms-transform: translateY(-15px);
              transform: translateY(-15px);
      height: 30px; }
      .relatedArticles__scrollbar-track:before {
        background-color: #5D6166;
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 11px;
        height: 6px;
        width: 100%; }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.experts {
  /* ##########################
       grid-system.scss
    
       gs- prefixes stand for Grid System
       ########################## */
  overflow: hidden;
  background: #F9F9F9;
  padding-bottom: 54px;
  position: relative;
  z-index: 1; }
  .experts .gs-container {
    margin-left: -webkit-calc(6.25% - 15px);
    margin-left: calc(6.25% - 15px);
    margin-right: -webkit-calc(6.25% - 15px);
    margin-right: calc(6.25% - 15px); }
    .experts .gs-container:before, .experts .gs-container:after {
      content: " ";
      display: table; }
    .experts .gs-container:after {
      clear: both; }
    @media (min-width: 375px) {
      .experts .gs-container {
        margin-left: -webkit-calc(5.33333% - 15px);
        margin-left: calc(5.33333% - 15px);
        margin-right: -webkit-calc(5.33333% - 15px);
        margin-right: calc(5.33333% - 15px); } }
    @media (min-width: 768px) {
      .experts .gs-container {
        margin-left: -webkit-calc(3.64583% - 15px);
        margin-left: calc(3.64583% - 15px);
        margin-right: -webkit-calc(3.64583% - 15px);
        margin-right: calc(3.64583% - 15px); } }
    @media (min-width: 1024px) {
      .experts .gs-container {
        margin-left: -webkit-calc(4.10156% - 15px);
        margin-left: calc(4.10156% - 15px);
        margin-right: -webkit-calc(4.10156% - 15px);
        margin-right: calc(4.10156% - 15px); } }
    @media (min-width: 1280px) {
      .experts .gs-container {
        max-width: 1210px;
        margin-left: auto;
        margin-right: auto; } }
  .experts .gs-row {
    margin-left: -15px;
    margin-right: -15px; }
    .experts .gs-row:before, .experts .gs-row:after {
      content: " ";
      display: table; }
    .experts .gs-row:after {
      clear: both; }
  .experts .gs-span-0, .experts .gs-span-1, .experts .gs-span-2, .experts .gs-span-3, .experts .gs-span-4, .experts .gs-span-5, .experts .gs-span-6, .experts .gs-span-7, .experts .gs-span-8, .experts .gs-span-9, .experts .gs-span-10, .experts .gs-span-11, .experts .gs-span-12, .experts .gs-span-0-wd, .experts .gs-span-0-lg, .experts .gs-span-0-md, .experts .gs-span-1-wd, .experts .gs-span-1-lg, .experts .gs-span-1-md, .experts .gs-span-2-wd, .experts .gs-span-2-lg, .experts .gs-span-2-md, .experts .gs-span-3-wd, .experts .gs-span-3-lg, .experts .gs-span-3-md, .experts .gs-span-4-wd, .experts .gs-span-4-lg, .experts .gs-span-4-md, .experts .gs-span-5-wd, .experts .gs-span-5-lg, .experts .gs-span-5-md, .experts .gs-span-6-wd, .experts .gs-span-6-lg, .experts .gs-span-6-md, .experts .gs-span-7-wd, .experts .gs-span-7-lg, .experts .gs-span-7-md, .experts .gs-span-8-wd, .experts .gs-span-8-lg, .experts .gs-span-8-md, .experts .gs-span-9-wd, .experts .gs-span-9-lg, .experts .gs-span-9-md, .experts .gs-span-10-wd, .experts .gs-span-10-lg, .experts .gs-span-10-md, .experts .gs-span-11-wd, .experts .gs-span-11-lg, .experts .gs-span-11-md, .experts .gs-span-12-wd, .experts .gs-span-12-lg, .experts .gs-span-12-md, .experts .highlights .gs-span-0, .highlights .experts .gs-span-0, .experts .highlights .gs-span-1, .highlights .experts .gs-span-1, .experts .highlights .gs-span-2, .highlights .experts .gs-span-2, .experts .highlights .gs-span-3, .highlights .experts .gs-span-3, .experts .highlights .gs-span-4, .highlights .experts .gs-span-4, .experts .highlights .gs-span-5, .highlights .experts .gs-span-5, .experts .highlights .gs-span-6, .highlights .experts .gs-span-6, .experts .highlights .gs-span-7, .highlights .experts .gs-span-7, .experts .highlights .gs-span-8, .highlights .experts .gs-span-8, .experts .highlights .gs-span-9, .highlights .experts .gs-span-9, .experts .highlights .gs-span-10, .highlights .experts .gs-span-10, .experts .highlights .gs-span-11, .highlights .experts .gs-span-11, .experts .highlights .gs-span-12, .highlights .experts .gs-span-12, .experts .highlights .gs-span-0-wd, .highlights .experts .gs-span-0-wd, .experts .highlights .gs-span-0-lg, .highlights .experts .gs-span-0-lg, .experts .highlights .gs-span-0-md, .highlights .experts .gs-span-0-md, .experts .highlights .gs-span-1-wd, .highlights .experts .gs-span-1-wd, .experts .highlights .gs-span-1-lg, .highlights .experts .gs-span-1-lg, .experts .highlights .gs-span-1-md, .highlights .experts .gs-span-1-md, .experts .highlights .gs-span-2-wd, .highlights .experts .gs-span-2-wd, .experts .highlights .gs-span-2-lg, .highlights .experts .gs-span-2-lg, .experts .highlights .gs-span-2-md, .highlights .experts .gs-span-2-md, .experts .highlights .gs-span-3-wd, .highlights .experts .gs-span-3-wd, .experts .highlights .gs-span-3-lg, .highlights .experts .gs-span-3-lg, .experts .highlights .gs-span-3-md, .highlights .experts .gs-span-3-md, .experts .highlights .gs-span-4-wd, .highlights .experts .gs-span-4-wd, .experts .highlights .gs-span-4-lg, .highlights .experts .gs-span-4-lg, .experts .highlights .gs-span-4-md, .highlights .experts .gs-span-4-md, .experts .highlights .gs-span-5-wd, .highlights .experts .gs-span-5-wd, .experts .highlights .gs-span-5-lg, .highlights .experts .gs-span-5-lg, .experts .highlights .gs-span-5-md, .highlights .experts .gs-span-5-md, .experts .highlights .gs-span-6-wd, .highlights .experts .gs-span-6-wd, .experts .highlights .gs-span-6-lg, .highlights .experts .gs-span-6-lg, .experts .highlights .gs-span-6-md, .highlights .experts .gs-span-6-md, .experts .highlights .gs-span-7-wd, .highlights .experts .gs-span-7-wd, .experts .highlights .gs-span-7-lg, .highlights .experts .gs-span-7-lg, .experts .highlights .gs-span-7-md, .highlights .experts .gs-span-7-md, .experts .highlights .gs-span-8-wd, .highlights .experts .gs-span-8-wd, .experts .highlights .gs-span-8-lg, .highlights .experts .gs-span-8-lg, .experts .highlights .gs-span-8-md, .highlights .experts .gs-span-8-md, .experts .highlights .gs-span-9-wd, .highlights .experts .gs-span-9-wd, .experts .highlights .gs-span-9-lg, .highlights .experts .gs-span-9-lg, .experts .highlights .gs-span-9-md, .highlights .experts .gs-span-9-md, .experts .highlights .gs-span-10-wd, .highlights .experts .gs-span-10-wd, .experts .highlights .gs-span-10-lg, .highlights .experts .gs-span-10-lg, .experts .highlights .gs-span-10-md, .highlights .experts .gs-span-10-md, .experts .highlights .gs-span-11-wd, .highlights .experts .gs-span-11-wd, .experts .highlights .gs-span-11-lg, .highlights .experts .gs-span-11-lg, .experts .highlights .gs-span-11-md, .highlights .experts .gs-span-11-md, .experts .highlights .gs-span-12-wd, .highlights .experts .gs-span-12-wd, .experts .highlights .gs-span-12-lg, .highlights .experts .gs-span-12-lg, .experts .highlights .gs-span-12-md, .highlights .experts .gs-span-12-md {
    padding-right: 15px;
    padding-left: 15px; }
    @media only print, screen and (min-width: 37.5rem) {
      .experts .gs-span-0, .experts .gs-span-1, .experts .gs-span-2, .experts .gs-span-3, .experts .gs-span-4, .experts .gs-span-5, .experts .gs-span-6, .experts .gs-span-7, .experts .gs-span-8, .experts .gs-span-9, .experts .gs-span-10, .experts .gs-span-11, .experts .gs-span-12, .experts .gs-span-0-wd, .experts .gs-span-0-lg, .experts .gs-span-0-md, .experts .gs-span-1-wd, .experts .gs-span-1-lg, .experts .gs-span-1-md, .experts .gs-span-2-wd, .experts .gs-span-2-lg, .experts .gs-span-2-md, .experts .gs-span-3-wd, .experts .gs-span-3-lg, .experts .gs-span-3-md, .experts .gs-span-4-wd, .experts .gs-span-4-lg, .experts .gs-span-4-md, .experts .gs-span-5-wd, .experts .gs-span-5-lg, .experts .gs-span-5-md, .experts .gs-span-6-wd, .experts .gs-span-6-lg, .experts .gs-span-6-md, .experts .gs-span-7-wd, .experts .gs-span-7-lg, .experts .gs-span-7-md, .experts .gs-span-8-wd, .experts .gs-span-8-lg, .experts .gs-span-8-md, .experts .gs-span-9-wd, .experts .gs-span-9-lg, .experts .gs-span-9-md, .experts .gs-span-10-wd, .experts .gs-span-10-lg, .experts .gs-span-10-md, .experts .gs-span-11-wd, .experts .gs-span-11-lg, .experts .gs-span-11-md, .experts .gs-span-12-wd, .experts .gs-span-12-lg, .experts .gs-span-12-md, .experts .highlights .gs-span-0, .highlights .experts .gs-span-0, .experts .highlights .gs-span-1, .highlights .experts .gs-span-1, .experts .highlights .gs-span-2, .highlights .experts .gs-span-2, .experts .highlights .gs-span-3, .highlights .experts .gs-span-3, .experts .highlights .gs-span-4, .highlights .experts .gs-span-4, .experts .highlights .gs-span-5, .highlights .experts .gs-span-5, .experts .highlights .gs-span-6, .highlights .experts .gs-span-6, .experts .highlights .gs-span-7, .highlights .experts .gs-span-7, .experts .highlights .gs-span-8, .highlights .experts .gs-span-8, .experts .highlights .gs-span-9, .highlights .experts .gs-span-9, .experts .highlights .gs-span-10, .highlights .experts .gs-span-10, .experts .highlights .gs-span-11, .highlights .experts .gs-span-11, .experts .highlights .gs-span-12, .highlights .experts .gs-span-12, .experts .highlights .gs-span-0-wd, .highlights .experts .gs-span-0-wd, .experts .highlights .gs-span-0-lg, .highlights .experts .gs-span-0-lg, .experts .highlights .gs-span-0-md, .highlights .experts .gs-span-0-md, .experts .highlights .gs-span-1-wd, .highlights .experts .gs-span-1-wd, .experts .highlights .gs-span-1-lg, .highlights .experts .gs-span-1-lg, .experts .highlights .gs-span-1-md, .highlights .experts .gs-span-1-md, .experts .highlights .gs-span-2-wd, .highlights .experts .gs-span-2-wd, .experts .highlights .gs-span-2-lg, .highlights .experts .gs-span-2-lg, .experts .highlights .gs-span-2-md, .highlights .experts .gs-span-2-md, .experts .highlights .gs-span-3-wd, .highlights .experts .gs-span-3-wd, .experts .highlights .gs-span-3-lg, .highlights .experts .gs-span-3-lg, .experts .highlights .gs-span-3-md, .highlights .experts .gs-span-3-md, .experts .highlights .gs-span-4-wd, .highlights .experts .gs-span-4-wd, .experts .highlights .gs-span-4-lg, .highlights .experts .gs-span-4-lg, .experts .highlights .gs-span-4-md, .highlights .experts .gs-span-4-md, .experts .highlights .gs-span-5-wd, .highlights .experts .gs-span-5-wd, .experts .highlights .gs-span-5-lg, .highlights .experts .gs-span-5-lg, .experts .highlights .gs-span-5-md, .highlights .experts .gs-span-5-md, .experts .highlights .gs-span-6-wd, .highlights .experts .gs-span-6-wd, .experts .highlights .gs-span-6-lg, .highlights .experts .gs-span-6-lg, .experts .highlights .gs-span-6-md, .highlights .experts .gs-span-6-md, .experts .highlights .gs-span-7-wd, .highlights .experts .gs-span-7-wd, .experts .highlights .gs-span-7-lg, .highlights .experts .gs-span-7-lg, .experts .highlights .gs-span-7-md, .highlights .experts .gs-span-7-md, .experts .highlights .gs-span-8-wd, .highlights .experts .gs-span-8-wd, .experts .highlights .gs-span-8-lg, .highlights .experts .gs-span-8-lg, .experts .highlights .gs-span-8-md, .highlights .experts .gs-span-8-md, .experts .highlights .gs-span-9-wd, .highlights .experts .gs-span-9-wd, .experts .highlights .gs-span-9-lg, .highlights .experts .gs-span-9-lg, .experts .highlights .gs-span-9-md, .highlights .experts .gs-span-9-md, .experts .highlights .gs-span-10-wd, .highlights .experts .gs-span-10-wd, .experts .highlights .gs-span-10-lg, .highlights .experts .gs-span-10-lg, .experts .highlights .gs-span-10-md, .highlights .experts .gs-span-10-md, .experts .highlights .gs-span-11-wd, .highlights .experts .gs-span-11-wd, .experts .highlights .gs-span-11-lg, .highlights .experts .gs-span-11-lg, .experts .highlights .gs-span-11-md, .highlights .experts .gs-span-11-md, .experts .highlights .gs-span-12-wd, .highlights .experts .gs-span-12-wd, .experts .highlights .gs-span-12-lg, .highlights .experts .gs-span-12-lg, .experts .highlights .gs-span-12-md, .highlights .experts .gs-span-12-md {
        float: left;
        min-height: 1px; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-push-0, .experts .gs-push-0-wd, .experts .gs-push-0-lg, .experts .gs-push-1, .experts .gs-push-1-wd, .experts .gs-push-1-lg, .experts .gs-push-2, .experts .gs-push-2-wd, .experts .gs-push-2-lg, .experts .gs-push-3, .experts .gs-push-3-wd, .experts .gs-push-3-lg, .experts .gs-push-4, .experts .gs-push-4-wd, .experts .gs-push-4-lg, .experts .gs-push-5, .experts .gs-push-5-wd, .experts .gs-push-5-lg, .experts .gs-push-6, .experts .gs-push-6-wd, .experts .gs-push-6-lg, .experts .gs-push-7, .experts .gs-push-7-wd, .experts .gs-push-7-lg, .experts .gs-push-8, .experts .gs-push-8-wd, .experts .gs-push-8-lg, .experts .gs-push-9, .experts .gs-push-9-wd, .experts .gs-push-9-lg, .experts .gs-push-10, .experts .gs-push-10-wd, .experts .gs-push-10-lg, .experts .gs-push-11, .experts .gs-push-11-wd, .experts .gs-push-11-lg, .experts .gs-push-12, .experts .gs-push-12-wd, .experts .gs-push-12-lg {
      position: relative; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-pull-0, .experts .gs-pull-0-wd, .experts .gs-pull-0-lg, .experts .gs-pull-1, .experts .gs-pull-1-wd, .experts .gs-pull-1-lg, .experts .gs-pull-2, .experts .gs-pull-2-wd, .experts .gs-pull-2-lg, .experts .gs-pull-3, .experts .gs-pull-3-wd, .experts .gs-pull-3-lg, .experts .gs-pull-4, .experts .gs-pull-4-wd, .experts .gs-pull-4-lg, .experts .gs-pull-5, .experts .gs-pull-5-wd, .experts .gs-pull-5-lg, .experts .gs-pull-6, .experts .gs-pull-6-wd, .experts .gs-pull-6-lg, .experts .gs-pull-7, .experts .gs-pull-7-wd, .experts .gs-pull-7-lg, .experts .gs-pull-8, .experts .gs-pull-8-wd, .experts .gs-pull-8-lg, .experts .gs-pull-9, .experts .gs-pull-9-wd, .experts .gs-pull-9-lg, .experts .gs-pull-10, .experts .gs-pull-10-wd, .experts .gs-pull-10-lg, .experts .gs-pull-11, .experts .gs-pull-11-wd, .experts .gs-pull-11-lg, .experts .gs-pull-12, .experts .gs-pull-12-wd, .experts .gs-pull-12-lg {
      position: relative; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-span-0 {
      width: 0%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-span-1 {
      width: 8.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-span-2 {
      width: 16.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-span-3 {
      width: 25%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-span-4 {
      width: 33.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-span-5 {
      width: 41.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-span-6 {
      width: 50%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-span-7 {
      width: 58.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-span-8 {
      width: 66.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-span-9 {
      width: 75%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-span-10 {
      width: 83.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-span-11 {
      width: 91.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-span-12 {
      width: 100%; } }
  .experts .gs-span-0-sm {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px; }
    @media only screen and (max-width: 63.9375rem) {
      .experts .gs-span-0-sm {
        width: 0%; } }
  .experts .gs-span-1-sm {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px; }
    @media only screen and (max-width: 63.9375rem) {
      .experts .gs-span-1-sm {
        width: 16.66667%; } }
  .experts .gs-span-2-sm {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px; }
    @media only screen and (max-width: 63.9375rem) {
      .experts .gs-span-2-sm {
        width: 33.33333%; } }
  .experts .gs-span-3-sm {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px; }
    @media only screen and (max-width: 63.9375rem) {
      .experts .gs-span-3-sm {
        width: 50%; } }
  .experts .gs-span-4-sm {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px; }
    @media only screen and (max-width: 63.9375rem) {
      .experts .gs-span-4-sm {
        width: 66.66667%; } }
  .experts .gs-span-5-sm {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px; }
    @media only screen and (max-width: 63.9375rem) {
      .experts .gs-span-5-sm {
        width: 83.33333%; } }
  .experts .gs-span-6-sm {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px; }
    @media only screen and (max-width: 63.9375rem) {
      .experts .gs-span-6-sm {
        width: 100%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-span-0-wd {
      width: 0%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-span-0-lg {
    width: 0%; } }

@media only screen and (max-width: 63.9375rem) and (min-width: 48rem) {
  .experts .gs-span-0-md {
    width: 0%; } }
  @media only screen and (max-width: 47.9375rem) {
    .experts .gs-offset-0-sm {
      margin-left: 0%; } }

@media only screen and (max-width: 47.9375rem) and (min-width: 37.5rem) {
  .experts .gs-offset-0-md {
    margin-left: 0%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-offset-0-wd {
      margin-left: 0%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-offset-0-lg {
    margin-left: 0%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-offset-0 {
      margin-left: 0%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-push-0 {
      left: 0%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-pull-0 {
      right: 0%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-push-0-wd {
      left: 0%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-push-0-lg {
    left: 0%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-pull-0-wd {
      right: 0%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-pull-0-lg {
    right: 0%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-span-1-wd {
      width: 8.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-span-1-lg {
    width: 8.33333%; } }

@media only screen and (max-width: 63.9375rem) and (min-width: 48rem) {
  .experts .gs-span-1-md {
    width: 8.33333%; } }
  @media only screen and (max-width: 47.9375rem) {
    .experts .gs-offset-1-sm {
      margin-left: 16.66667%; } }

@media only screen and (max-width: 47.9375rem) and (min-width: 37.5rem) {
  .experts .gs-offset-1-md {
    margin-left: 8.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-offset-1-wd {
      margin-left: 8.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-offset-1-lg {
    margin-left: 8.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-offset-1 {
      margin-left: 8.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-push-1 {
      left: 8.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-pull-1 {
      right: 8.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-push-1-wd {
      left: 8.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-push-1-lg {
    left: 8.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-pull-1-wd {
      right: 8.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-pull-1-lg {
    right: 8.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-span-2-wd {
      width: 16.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-span-2-lg {
    width: 16.66667%; } }

@media only screen and (max-width: 63.9375rem) and (min-width: 48rem) {
  .experts .gs-span-2-md {
    width: 16.66667%; } }
  @media only screen and (max-width: 47.9375rem) {
    .experts .gs-offset-2-sm {
      margin-left: 33.33333%; } }

@media only screen and (max-width: 47.9375rem) and (min-width: 37.5rem) {
  .experts .gs-offset-2-md {
    margin-left: 16.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-offset-2-wd {
      margin-left: 16.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-offset-2-lg {
    margin-left: 16.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-offset-2 {
      margin-left: 16.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-push-2 {
      left: 16.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-pull-2 {
      right: 16.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-push-2-wd {
      left: 16.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-push-2-lg {
    left: 16.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-pull-2-wd {
      right: 16.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-pull-2-lg {
    right: 16.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-span-3-wd {
      width: 25%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-span-3-lg {
    width: 25%; } }

@media only screen and (max-width: 63.9375rem) and (min-width: 48rem) {
  .experts .gs-span-3-md {
    width: 25%; } }
  @media only screen and (max-width: 47.9375rem) {
    .experts .gs-offset-3-sm {
      margin-left: 50%; } }

@media only screen and (max-width: 47.9375rem) and (min-width: 37.5rem) {
  .experts .gs-offset-3-md {
    margin-left: 25%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-offset-3-wd {
      margin-left: 25%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-offset-3-lg {
    margin-left: 25%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-offset-3 {
      margin-left: 25%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-push-3 {
      left: 25%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-pull-3 {
      right: 25%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-push-3-wd {
      left: 25%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-push-3-lg {
    left: 25%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-pull-3-wd {
      right: 25%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-pull-3-lg {
    right: 25%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-span-4-wd {
      width: 33.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-span-4-lg {
    width: 33.33333%; } }

@media only screen and (max-width: 63.9375rem) and (min-width: 48rem) {
  .experts .gs-span-4-md {
    width: 33.33333%; } }
  @media only screen and (max-width: 47.9375rem) {
    .experts .gs-offset-4-sm {
      margin-left: 66.66667%; } }

@media only screen and (max-width: 47.9375rem) and (min-width: 37.5rem) {
  .experts .gs-offset-4-md {
    margin-left: 33.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-offset-4-wd {
      margin-left: 33.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-offset-4-lg {
    margin-left: 33.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-offset-4 {
      margin-left: 33.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-push-4 {
      left: 33.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-pull-4 {
      right: 33.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-push-4-wd {
      left: 33.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-push-4-lg {
    left: 33.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-pull-4-wd {
      right: 33.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-pull-4-lg {
    right: 33.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-span-5-wd {
      width: 41.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-span-5-lg {
    width: 41.66667%; } }

@media only screen and (max-width: 63.9375rem) and (min-width: 48rem) {
  .experts .gs-span-5-md {
    width: 41.66667%; } }
  @media only screen and (max-width: 47.9375rem) {
    .experts .gs-offset-5-sm {
      margin-left: 83.33333%; } }

@media only screen and (max-width: 47.9375rem) and (min-width: 37.5rem) {
  .experts .gs-offset-5-md {
    margin-left: 41.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-offset-5-wd {
      margin-left: 41.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-offset-5-lg {
    margin-left: 41.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-offset-5 {
      margin-left: 41.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-push-5 {
      left: 41.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-pull-5 {
      right: 41.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-push-5-wd {
      left: 41.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-push-5-lg {
    left: 41.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-pull-5-wd {
      right: 41.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-pull-5-lg {
    right: 41.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-span-6-wd {
      width: 50%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-span-6-lg {
    width: 50%; } }

@media only screen and (max-width: 63.9375rem) and (min-width: 48rem) {
  .experts .gs-span-6-md {
    width: 50%; } }
  @media only screen and (max-width: 47.9375rem) {
    .experts .gs-offset-6-sm {
      margin-left: 100%; } }

@media only screen and (max-width: 47.9375rem) and (min-width: 37.5rem) {
  .experts .gs-offset-6-md {
    margin-left: 50%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-offset-6-wd {
      margin-left: 50%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-offset-6-lg {
    margin-left: 50%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-offset-6 {
      margin-left: 50%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-push-6 {
      left: 50%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-pull-6 {
      right: 50%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-push-6-wd {
      left: 50%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-push-6-lg {
    left: 50%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-pull-6-wd {
      right: 50%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-pull-6-lg {
    right: 50%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-span-7-wd {
      width: 58.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-span-7-lg {
    width: 58.33333%; } }

@media only screen and (max-width: 63.9375rem) and (min-width: 48rem) {
  .experts .gs-span-7-md {
    width: 58.33333%; } }

@media only screen and (max-width: 47.9375rem) and (min-width: 37.5rem) {
  .experts .gs-offset-7-md {
    margin-left: 58.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-offset-7-wd {
      margin-left: 58.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-offset-7-lg {
    margin-left: 58.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-offset-7 {
      margin-left: 58.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-push-7 {
      left: 58.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-pull-7 {
      right: 58.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-push-7-wd {
      left: 58.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-push-7-lg {
    left: 58.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-pull-7-wd {
      right: 58.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-pull-7-lg {
    right: 58.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-span-8-wd {
      width: 66.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-span-8-lg {
    width: 66.66667%; } }

@media only screen and (max-width: 63.9375rem) and (min-width: 48rem) {
  .experts .gs-span-8-md {
    width: 66.66667%; } }

@media only screen and (max-width: 47.9375rem) and (min-width: 37.5rem) {
  .experts .gs-offset-8-md {
    margin-left: 66.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-offset-8-wd {
      margin-left: 66.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-offset-8-lg {
    margin-left: 66.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-offset-8 {
      margin-left: 66.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-push-8 {
      left: 66.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-pull-8 {
      right: 66.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-push-8-wd {
      left: 66.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-push-8-lg {
    left: 66.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-pull-8-wd {
      right: 66.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-pull-8-lg {
    right: 66.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-span-9-wd {
      width: 75%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-span-9-lg {
    width: 75%; } }

@media only screen and (max-width: 63.9375rem) and (min-width: 48rem) {
  .experts .gs-span-9-md {
    width: 75%; } }

@media only screen and (max-width: 47.9375rem) and (min-width: 37.5rem) {
  .experts .gs-offset-9-md {
    margin-left: 75%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-offset-9-wd {
      margin-left: 75%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-offset-9-lg {
    margin-left: 75%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-offset-9 {
      margin-left: 75%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-push-9 {
      left: 75%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-pull-9 {
      right: 75%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-push-9-wd {
      left: 75%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-push-9-lg {
    left: 75%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-pull-9-wd {
      right: 75%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-pull-9-lg {
    right: 75%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-span-10-wd {
      width: 83.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-span-10-lg {
    width: 83.33333%; } }

@media only screen and (max-width: 63.9375rem) and (min-width: 48rem) {
  .experts .gs-span-10-md {
    width: 83.33333%; } }

@media only screen and (max-width: 47.9375rem) and (min-width: 37.5rem) {
  .experts .gs-offset-10-md {
    margin-left: 83.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-offset-10-wd {
      margin-left: 83.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-offset-10-lg {
    margin-left: 83.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-offset-10 {
      margin-left: 83.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-push-10 {
      left: 83.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-pull-10 {
      right: 83.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-push-10-wd {
      left: 83.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-push-10-lg {
    left: 83.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-pull-10-wd {
      right: 83.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-pull-10-lg {
    right: 83.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-span-11-wd {
      width: 91.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-span-11-lg {
    width: 91.66667%; } }

@media only screen and (max-width: 63.9375rem) and (min-width: 48rem) {
  .experts .gs-span-11-md {
    width: 91.66667%; } }

@media only screen and (max-width: 47.9375rem) and (min-width: 37.5rem) {
  .experts .gs-offset-11-md {
    margin-left: 91.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-offset-11-wd {
      margin-left: 91.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-offset-11-lg {
    margin-left: 91.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-offset-11 {
      margin-left: 91.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-push-11 {
      left: 91.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-pull-11 {
      right: 91.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-push-11-wd {
      left: 91.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-push-11-lg {
    left: 91.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-pull-11-wd {
      right: 91.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-pull-11-lg {
    right: 91.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-span-12-wd {
      width: 100%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-span-12-lg {
    width: 100%; } }

@media only screen and (max-width: 63.9375rem) and (min-width: 48rem) {
  .experts .gs-span-12-md {
    width: 100%; } }

@media only screen and (max-width: 47.9375rem) and (min-width: 37.5rem) {
  .experts .gs-offset-12-md {
    margin-left: 100%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-offset-12-wd {
      margin-left: 100%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-offset-12-lg {
    margin-left: 100%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-offset-12 {
      margin-left: 100%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-push-12 {
      left: 100%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-pull-12 {
      right: 100%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-push-12-wd {
      left: 100%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-push-12-lg {
    left: 100%; } }
  @media only print, screen and (min-width: 80rem) {
    .experts .gs-pull-12-wd {
      right: 100%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .experts .gs-pull-12-lg {
    right: 100%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .experts .gs-gutter-none {
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (max-width: 47.9375rem) {
    .experts .gs-gutter-none-sm {
      padding-left: 0;
      padding-right: 0; } }
  .experts > .pagination-indicator {
    clear: both;
    margin-bottom: -6px;
    padding: 16px 0 0; }
  .experts__wrapper {
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -webkit-calc(6.25% - 15px);
    margin-left: calc(6.25% - 15px);
    margin-right: -webkit-calc(6.25% - 15px);
    margin-right: calc(6.25% - 15px); }
    @media (min-width: 375px) {
      .experts__wrapper {
        margin-left: -webkit-calc(5.33333% - 15px);
        margin-left: calc(5.33333% - 15px);
        margin-right: -webkit-calc(5.33333% - 15px);
        margin-right: calc(5.33333% - 15px); } }
    @media (min-width: 768px) {
      .experts__wrapper {
        margin-left: -webkit-calc(3.64583% - 15px);
        margin-left: calc(3.64583% - 15px);
        margin-right: -webkit-calc(3.64583% - 15px);
        margin-right: calc(3.64583% - 15px); } }
    @media (min-width: 1024px) {
      .experts__wrapper {
        margin-left: -webkit-calc(4.10156% - 15px);
        margin-left: calc(4.10156% - 15px);
        margin-right: -webkit-calc(4.10156% - 15px);
        margin-right: calc(4.10156% - 15px); } }
    @media (min-width: 1280px) {
      .experts__wrapper {
        max-width: 1210px;
        margin-left: auto;
        margin-right: auto; } }
  .experts__outer {
    position: relative; }
  .experts__inner {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-left: -15px;
    margin-right: -15px; }
    .experts__inner:before, .experts__inner:after {
      content: " ";
      display: table; }
    .experts__inner:after {
      clear: both; }
  .experts__headline {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.625;
    font-weight: 200;
    color: #007F92;
    margin-top: 27px;
    padding-left: 49px;
    position: relative; }
    .experts__headline:before {
      position: relative;
      font-family: "Icons";
      font-size: 68%;
      line-height: 1;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 31px;
      font-size: 1.9375rem;
      display: inline-block;
      left: 0;
      position: absolute;
      top: -3px;
      width: auto; }
    @media only print, screen and (min-width: 48rem) {
      .experts__headline {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 30px; } }
    @media only print, screen and (min-width: 64rem) {
      .experts__headline {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 34px; }
        .experts__headline:before {
          top: 0; } }
    @media only print, screen and (min-width: 80rem) {
      .experts__headline {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 36px; } }
  .experts__image {
    border-radius: 50px;
    height: 100px;
    margin-top: 41px;
    overflow: hidden;
    width: 100px; }
    @media only print, screen and (min-width: 48rem) {
      .experts__image {
        display: inline-block;
        margin-right: 13px;
        vertical-align: top; } }
    .experts__image img {
      display: inline-block;
      vertical-align: middle;
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto; }
  .experts__content {
    margin-top: 15px; }
    .experts__content_head {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.5;
      font-weight: 400; }
      .experts__content_head + .experts__content_text {
        margin-top: 9px; }
    .experts__content_head--s {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.57143;
      font-weight: 400; }
    .experts__content_head--light {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.44444;
      font-weight: 200;
      line-height: 26px; }
    .experts__content_head--faded {
      color: #8C9094; }
    .experts__content_icon {
      color: #007F92;
      font-size: 48px; }
      .experts--highlights .experts__content_icon {
        display: block; }
    .experts__content_text {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.57143;
      font-weight: 400;
      color: #5D6166; }
    .experts__contentLabel {
      display: inline-block;
      min-width: 70px; }
    .experts__content_email {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.57143;
      font-weight: 400;
      color: #007F92;
      margin-top: 9px; }
    .experts__content_link.link {
      margin-top: 9px;
      color: #007F92;
      display: block;
      padding-left: 20px;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 400; }
      .experts__content_link.link:hover {
        color: #006271; }
      .experts__content_link.link:before {
        position: relative;
        font-family: "Icons";
        font-size: 68%;
        line-height: 1;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        text-decoration: none;
        text-transform: none;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 10px;
        font-size: 0.625rem;
        line-height: 2;
        font-weight: 600;
        display: inline-block;
        margin-left: -18px;
        margin-top: -1px;
        position: absolute;
        width: auto; }
    @media only print, screen and (min-width: 48rem) {
      .experts__content {
        display: inline-block;
        margin-top: 41px;
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px); } }
  .experts__toggle-slider {
    cursor: pointer;
    left: 0;
    position: absolute;
    top: -webkit-calc((50% - 36px / 2) + 15px);
    top: calc((50% - 36px / 2) + 15px);
    z-index: 100; }
    .experts__toggle-slider:before {
      position: relative;
      font-family: "Icons";
      font-size: 68%;
      line-height: 1;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 32px;
      font-size: 2rem;
      color: #BABCBF;
      display: inline-block; }
    .experts__toggle-slider:hover:before {
      color: #8C9094; }
  .experts__toggle-slider--right {
    left: auto;
    right: 0; }
    .experts__toggle-slider--right:before {
      content: ""; }
  .experts__slider {
    overflow: hidden; }
  .experts__details {
    margin-top: 7px;
    display: table; }
    .experts__details dl {
      display: block;
      margin: 0; }
      .experts__details dl + dl {
        margin-top: 10px; }
        @media only print, screen and (min-width: 37.5rem) {
          .experts__details dl + dl {
            margin-top: 0; } }
      @media only print, screen and (min-width: 37.5rem) {
        .experts__details dl {
          display: table-row; } }
      .experts__details dl dt, .experts__details dl dd {
        font-size: 14px;
        font-size: 0.875rem;
        display: block;
        line-height: 1.57143;
        font-weight: 400;
        color: #5D6166;
        margin: 0; }
        @media only print, screen and (min-width: 37.5rem) {
          .experts__details dl dt, .experts__details dl dd {
            display: table-cell; } }
      .experts__details dl dt {
        white-space: nowrap; }
        @media only print, screen and (min-width: 37.5rem) {
          .experts__details dl dt {
            padding-right: 20px; } }
  .experts__item, .experts__item--first, .experts__item--second, .experts__item--last, .experts__item--empty {
    display: inline-block;
    position: relative; }
    .experts__item:before, .experts__item:after, .experts__item--first:before, .experts__item--first:after, .experts__item--second:before, .experts__item--second:after, .experts__item--last:before, .experts__item--last:after, .experts__item--empty:before, .experts__item--empty:after {
      content: " ";
      display: table; }
    .experts__item:after, .experts__item--first:after, .experts__item--second:after, .experts__item--last:after, .experts__item--empty:after {
      clear: both; }
  .experts.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #272B2E; }

.experts--orange-light .experts__content, .experts--orange .experts__content, .experts--orange-dark .experts__content, .experts--red-light .experts__content, .experts--red .experts__content, .experts--red-dark .experts__content, .experts--aubergine-light .experts__content, .experts--aubergine .experts__content, .experts--aubergine-dark .experts__content, .experts--petrol-light .experts__content, .experts--petrol .experts__content, .experts--petrol-dark .experts__content, .experts--green-light .experts__content, .experts--green .experts__content, .experts--green-dark .experts__content, .experts--cyan-light .experts__content, .experts--cyan .experts__content, .experts--cyan-dark .experts__content, .experts--blue .experts__content, .experts--grey-light .experts__content, .experts--grey-medium .experts__content, .experts--grey-dark .experts__content, .experts--black .experts__content, .experts--grey-1 .experts__content, .experts--grey-2 .experts__content, .experts--grey-3 .experts__content,
.experts--orange-light .experts__content_icon,
.experts--orange .experts__content_icon,
.experts--orange-dark .experts__content_icon,
.experts--red-light .experts__content_icon,
.experts--red .experts__content_icon,
.experts--red-dark .experts__content_icon,
.experts--aubergine-light .experts__content_icon,
.experts--aubergine .experts__content_icon,
.experts--aubergine-dark .experts__content_icon,
.experts--petrol-light .experts__content_icon,
.experts--petrol .experts__content_icon,
.experts--petrol-dark .experts__content_icon,
.experts--green-light .experts__content_icon,
.experts--green .experts__content_icon,
.experts--green-dark .experts__content_icon,
.experts--cyan-light .experts__content_icon,
.experts--cyan .experts__content_icon,
.experts--cyan-dark .experts__content_icon,
.experts--blue .experts__content_icon,
.experts--grey-light .experts__content_icon,
.experts--grey-medium .experts__content_icon,
.experts--grey-dark .experts__content_icon,
.experts--black .experts__content_icon,
.experts--grey-1 .experts__content_icon,
.experts--grey-2 .experts__content_icon,
.experts--grey-3 .experts__content_icon,
.experts--orange-light .experts__toggle-slider:before,
.experts--orange .experts__toggle-slider:before,
.experts--orange-dark .experts__toggle-slider:before,
.experts--red-light .experts__toggle-slider:before,
.experts--red .experts__toggle-slider:before,
.experts--red-dark .experts__toggle-slider:before,
.experts--aubergine-light .experts__toggle-slider:before,
.experts--aubergine .experts__toggle-slider:before,
.experts--aubergine-dark .experts__toggle-slider:before,
.experts--petrol-light .experts__toggle-slider:before,
.experts--petrol .experts__toggle-slider:before,
.experts--petrol-dark .experts__toggle-slider:before,
.experts--green-light .experts__toggle-slider:before,
.experts--green .experts__toggle-slider:before,
.experts--green-dark .experts__toggle-slider:before,
.experts--cyan-light .experts__toggle-slider:before,
.experts--cyan .experts__toggle-slider:before,
.experts--cyan-dark .experts__toggle-slider:before,
.experts--blue .experts__toggle-slider:before,
.experts--grey-light .experts__toggle-slider:before,
.experts--grey-medium .experts__toggle-slider:before,
.experts--grey-dark .experts__toggle-slider:before,
.experts--black .experts__toggle-slider:before,
.experts--grey-1 .experts__toggle-slider:before,
.experts--grey-2 .experts__toggle-slider:before,
.experts--grey-3 .experts__toggle-slider:before {
  color: #FFFFFF; }

.experts--orange-light .pagination-indicator a:before, .experts--orange .pagination-indicator a:before, .experts--orange-dark .pagination-indicator a:before, .experts--red-light .pagination-indicator a:before, .experts--red .pagination-indicator a:before, .experts--red-dark .pagination-indicator a:before, .experts--aubergine-light .pagination-indicator a:before, .experts--aubergine .pagination-indicator a:before, .experts--aubergine-dark .pagination-indicator a:before, .experts--petrol-light .pagination-indicator a:before, .experts--petrol .pagination-indicator a:before, .experts--petrol-dark .pagination-indicator a:before, .experts--green-light .pagination-indicator a:before, .experts--green .pagination-indicator a:before, .experts--green-dark .pagination-indicator a:before, .experts--cyan-light .pagination-indicator a:before, .experts--cyan .pagination-indicator a:before, .experts--cyan-dark .pagination-indicator a:before, .experts--blue .pagination-indicator a:before, .experts--grey-light .pagination-indicator a:before, .experts--grey-medium .pagination-indicator a:before, .experts--grey-dark .pagination-indicator a:before, .experts--black .pagination-indicator a:before, .experts--grey-1 .pagination-indicator a:before, .experts--grey-2 .pagination-indicator a:before, .experts--grey-3 .pagination-indicator a:before {
  border-color: #FFFFFF; }

.experts--orange-light .pagination-indicator a[active]:before, .experts--orange .pagination-indicator a[active]:before, .experts--orange-dark .pagination-indicator a[active]:before, .experts--red-light .pagination-indicator a[active]:before, .experts--red .pagination-indicator a[active]:before, .experts--red-dark .pagination-indicator a[active]:before, .experts--aubergine-light .pagination-indicator a[active]:before, .experts--aubergine .pagination-indicator a[active]:before, .experts--aubergine-dark .pagination-indicator a[active]:before, .experts--petrol-light .pagination-indicator a[active]:before, .experts--petrol .pagination-indicator a[active]:before, .experts--petrol-dark .pagination-indicator a[active]:before, .experts--green-light .pagination-indicator a[active]:before, .experts--green .pagination-indicator a[active]:before, .experts--green-dark .pagination-indicator a[active]:before, .experts--cyan-light .pagination-indicator a[active]:before, .experts--cyan .pagination-indicator a[active]:before, .experts--cyan-dark .pagination-indicator a[active]:before, .experts--blue .pagination-indicator a[active]:before, .experts--grey-light .pagination-indicator a[active]:before, .experts--grey-medium .pagination-indicator a[active]:before, .experts--grey-dark .pagination-indicator a[active]:before, .experts--black .pagination-indicator a[active]:before, .experts--grey-1 .pagination-indicator a[active]:before, .experts--grey-2 .pagination-indicator a[active]:before, .experts--grey-3 .pagination-indicator a[active]:before {
  background-color: #FFFFFF; }

.experts--orange-light {
  background-color: #F7BF66; }
  .experts--orange-light.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #FFFFFF; }

.experts--orange {
  background-color: #EE8100; }
  .experts--orange.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #FFFFFF; }

.experts--orange-dark {
  background-color: #CE7813; }
  .experts--orange-dark.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #FFFFFF; }

.experts--red-light {
  background-color: #EE6676; }
  .experts--red-light.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #FFFFFF; }

.experts--red {
  background-color: #E2001A; }
  .experts--red.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #FFFFFF; }

.experts--red-dark {
  background-color: #B6101D; }
  .experts--red-dark.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #FFFFFF; }

.experts--aubergine-light {
  background-color: #BE70B2; }
  .experts--aubergine-light.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #FFFFFF; }

.experts--aubergine {
  background-color: #93117E; }
  .experts--aubergine.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #FFFFFF; }

.experts--aubergine-dark {
  background-color: #6E156E; }
  .experts--aubergine-dark.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #FFFFFF; }

.experts--petrol-light {
  background-color: #66B2BE; }
  .experts--petrol-light.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #FFFFFF; }

.experts--petrol {
  background-color: #007F92; }
  .experts--petrol.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #FFFFFF; }

.experts--petrol-dark {
  background-color: #006271; }
  .experts--petrol-dark.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #FFFFFF; }

.experts--green-light {
  background-color: #C1D96E; }
  .experts--green-light.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #FFFFFF; }

.experts--green {
  background-color: #7EAC08; }
  .experts--green.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #FFFFFF; }

.experts--green-dark {
  background-color: #649A23; }
  .experts--green-dark.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #FFFFFF; }

.experts--cyan-light {
  background-color: #75D1E5; }
  .experts--cyan-light.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #FFFFFF; }

.experts--cyan {
  background-color: #00B4DC; }
  .experts--cyan.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #FFFFFF; }

.experts--cyan-dark {
  background-color: #10819A; }
  .experts--cyan-dark.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #FFFFFF; }

.experts--blue {
  background-color: #175788; }
  .experts--blue.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #FFFFFF; }

.experts--white {
  background-color: #FFFFFF; }
  .experts--white.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #000000; }

.experts--grey-light {
  background-color: #C6C7C8; }
  .experts--grey-light.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #FFFFFF; }

.experts--grey-medium {
  background-color: #5D6166; }
  .experts--grey-medium.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #FFFFFF; }

.experts--grey-dark {
  background-color: #272B2E; }
  .experts--grey-dark.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #FFFFFF; }

.experts--black {
  background-color: #000000; }
  .experts--black.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #FFFFFF; }

.experts--grey-1 {
  background-color: #6B6C6D; }
  .experts--grey-1.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #FFFFFF; }

.experts--grey-2 {
  background-color: #8C9094; }
  .experts--grey-2.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #FFFFFF; }

.experts--grey-3 {
  background-color: #BABCBF; }
  .experts--grey-3.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #FFFFFF; }

.experts--grey-4 {
  background-color: #D9DADA; }
  .experts--grey-4.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #000000; }

.experts--grey-5 {
  background-color: #E6E6E6; }
  .experts--grey-5.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #000000; }

.experts--grey-6 {
  background-color: #EEEEEE; }
  .experts--grey-6.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #000000; }

.experts--grey-7 {
  background-color: #F9F9F9; }
  .experts--grey-7.experts--highlights .experts__item_inner a:not(.experts__content_icon) {
    color: #000000; }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.newsletter {
  color: #FFFFFF;
  padding-top: 34px;
  padding-bottom: 60px;
  background-color: #007F92;
  margin-bottom: -60px; }
  @media only print, screen and (min-width: 80rem) {
    .newsletter {
      margin-bottom: -80px; } }
  .newsletter__wrapper {
    margin-left: -webkit-calc(6.25% - 15px);
    margin-left: calc(6.25% - 15px);
    margin-right: -webkit-calc(6.25% - 15px);
    margin-right: calc(6.25% - 15px); }
    @media (min-width: 375px) {
      .newsletter__wrapper {
        margin-left: -webkit-calc(5.33333% - 15px);
        margin-left: calc(5.33333% - 15px);
        margin-right: -webkit-calc(5.33333% - 15px);
        margin-right: calc(5.33333% - 15px); } }
    @media (min-width: 768px) {
      .newsletter__wrapper {
        margin-left: -webkit-calc(3.64583% - 15px);
        margin-left: calc(3.64583% - 15px);
        margin-right: -webkit-calc(3.64583% - 15px);
        margin-right: calc(3.64583% - 15px); } }
    @media (min-width: 1024px) {
      .newsletter__wrapper {
        margin-left: -webkit-calc(4.10156% - 15px);
        margin-left: calc(4.10156% - 15px);
        margin-right: -webkit-calc(4.10156% - 15px);
        margin-right: calc(4.10156% - 15px); } }
    @media (min-width: 1280px) {
      .newsletter__wrapper {
        max-width: 1210px;
        margin-left: auto;
        margin-right: auto; } }
  .newsletter__default {
    padding: 0 15px; }
  .newsletter__headline {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44444;
    font-weight: 200; }
    @media only print, screen and (min-width: 48rem) {
      .newsletter__headline {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.36364; } }
    @media only print, screen and (min-width: 64rem) {
      .newsletter__headline {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 1.30769; } }
    @media only print, screen and (min-width: 80rem) {
      .newsletter__headline {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.28571; } }
  .newsletter__subline {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57143;
    font-weight: 400;
    margin-top: 19px; }
  .newsletter__required {
    color: #D9DADA;
    display: block; }
  .newsletter .button {
    margin-top: 34px;
    background-color: transparent;
    border-color: #FFFFFF;
    color: #FFFFFF; }
    .newsletter .button:hover, .newsletter .button:focus, .newsletter .button:active {
      color: #272B2E;
      background-color: #FFFFFF;
      border-color: #FFFFFF; }
    @media only print, screen and (min-width: 48rem) {
      .newsletter .button {
        margin-top: 15px; } }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.highlights {
  /* ##########################
       grid-system.scss
    
       gs- prefixes stand for Grid System
       ########################## */
  overflow: hidden;
  position: relative; }
  .highlights .gs-container {
    margin-left: -webkit-calc(6.25% - 15px);
    margin-left: calc(6.25% - 15px);
    margin-right: -webkit-calc(6.25% - 15px);
    margin-right: calc(6.25% - 15px); }
    .highlights .gs-container:before, .highlights .gs-container:after {
      content: " ";
      display: table; }
    .highlights .gs-container:after {
      clear: both; }
    @media (min-width: 375px) {
      .highlights .gs-container {
        margin-left: -webkit-calc(5.33333% - 15px);
        margin-left: calc(5.33333% - 15px);
        margin-right: -webkit-calc(5.33333% - 15px);
        margin-right: calc(5.33333% - 15px); } }
    @media (min-width: 768px) {
      .highlights .gs-container {
        margin-left: -webkit-calc(3.64583% - 15px);
        margin-left: calc(3.64583% - 15px);
        margin-right: -webkit-calc(3.64583% - 15px);
        margin-right: calc(3.64583% - 15px); } }
    @media (min-width: 1024px) {
      .highlights .gs-container {
        margin-left: -webkit-calc(4.10156% - 15px);
        margin-left: calc(4.10156% - 15px);
        margin-right: -webkit-calc(4.10156% - 15px);
        margin-right: calc(4.10156% - 15px); } }
    @media (min-width: 1280px) {
      .highlights .gs-container {
        max-width: 1210px;
        margin-left: auto;
        margin-right: auto; } }
  .highlights .gs-row {
    margin-left: -15px;
    margin-right: -15px; }
    .highlights .gs-row:before, .highlights .gs-row:after {
      content: " ";
      display: table; }
    .highlights .gs-row:after {
      clear: both; }
  .highlights .experts .gs-span-0, .experts .highlights .gs-span-0, .highlights .experts .gs-span-1, .experts .highlights .gs-span-1, .highlights .experts .gs-span-2, .experts .highlights .gs-span-2, .highlights .experts .gs-span-3, .experts .highlights .gs-span-3, .highlights .experts .gs-span-4, .experts .highlights .gs-span-4, .highlights .experts .gs-span-5, .experts .highlights .gs-span-5, .highlights .experts .gs-span-6, .experts .highlights .gs-span-6, .highlights .experts .gs-span-7, .experts .highlights .gs-span-7, .highlights .experts .gs-span-8, .experts .highlights .gs-span-8, .highlights .experts .gs-span-9, .experts .highlights .gs-span-9, .highlights .experts .gs-span-10, .experts .highlights .gs-span-10, .highlights .experts .gs-span-11, .experts .highlights .gs-span-11, .highlights .experts .gs-span-12, .experts .highlights .gs-span-12, .highlights .experts .gs-span-0-wd, .experts .highlights .gs-span-0-wd, .highlights .experts .gs-span-0-lg, .experts .highlights .gs-span-0-lg, .highlights .experts .gs-span-0-md, .experts .highlights .gs-span-0-md, .highlights .experts .gs-span-1-wd, .experts .highlights .gs-span-1-wd, .highlights .experts .gs-span-1-lg, .experts .highlights .gs-span-1-lg, .highlights .experts .gs-span-1-md, .experts .highlights .gs-span-1-md, .highlights .experts .gs-span-2-wd, .experts .highlights .gs-span-2-wd, .highlights .experts .gs-span-2-lg, .experts .highlights .gs-span-2-lg, .highlights .experts .gs-span-2-md, .experts .highlights .gs-span-2-md, .highlights .experts .gs-span-3-wd, .experts .highlights .gs-span-3-wd, .highlights .experts .gs-span-3-lg, .experts .highlights .gs-span-3-lg, .highlights .experts .gs-span-3-md, .experts .highlights .gs-span-3-md, .highlights .experts .gs-span-4-wd, .experts .highlights .gs-span-4-wd, .highlights .experts .gs-span-4-lg, .experts .highlights .gs-span-4-lg, .highlights .experts .gs-span-4-md, .experts .highlights .gs-span-4-md, .highlights .experts .gs-span-5-wd, .experts .highlights .gs-span-5-wd, .highlights .experts .gs-span-5-lg, .experts .highlights .gs-span-5-lg, .highlights .experts .gs-span-5-md, .experts .highlights .gs-span-5-md, .highlights .experts .gs-span-6-wd, .experts .highlights .gs-span-6-wd, .highlights .experts .gs-span-6-lg, .experts .highlights .gs-span-6-lg, .highlights .experts .gs-span-6-md, .experts .highlights .gs-span-6-md, .highlights .experts .gs-span-7-wd, .experts .highlights .gs-span-7-wd, .highlights .experts .gs-span-7-lg, .experts .highlights .gs-span-7-lg, .highlights .experts .gs-span-7-md, .experts .highlights .gs-span-7-md, .highlights .experts .gs-span-8-wd, .experts .highlights .gs-span-8-wd, .highlights .experts .gs-span-8-lg, .experts .highlights .gs-span-8-lg, .highlights .experts .gs-span-8-md, .experts .highlights .gs-span-8-md, .highlights .experts .gs-span-9-wd, .experts .highlights .gs-span-9-wd, .highlights .experts .gs-span-9-lg, .experts .highlights .gs-span-9-lg, .highlights .experts .gs-span-9-md, .experts .highlights .gs-span-9-md, .highlights .experts .gs-span-10-wd, .experts .highlights .gs-span-10-wd, .highlights .experts .gs-span-10-lg, .experts .highlights .gs-span-10-lg, .highlights .experts .gs-span-10-md, .experts .highlights .gs-span-10-md, .highlights .experts .gs-span-11-wd, .experts .highlights .gs-span-11-wd, .highlights .experts .gs-span-11-lg, .experts .highlights .gs-span-11-lg, .highlights .experts .gs-span-11-md, .experts .highlights .gs-span-11-md, .highlights .experts .gs-span-12-wd, .experts .highlights .gs-span-12-wd, .highlights .experts .gs-span-12-lg, .experts .highlights .gs-span-12-lg, .highlights .experts .gs-span-12-md, .experts .highlights .gs-span-12-md, .highlights .gs-span-0, .highlights .gs-span-1, .highlights .gs-span-2, .highlights .gs-span-3, .highlights .gs-span-4, .highlights .gs-span-5, .highlights .gs-span-6, .highlights .gs-span-7, .highlights .gs-span-8, .highlights .gs-span-9, .highlights .gs-span-10, .highlights .gs-span-11, .highlights .gs-span-12, .highlights .gs-span-0-wd, .highlights .gs-span-0-lg, .highlights .gs-span-0-md, .highlights .gs-span-1-wd, .highlights .gs-span-1-lg, .highlights .gs-span-1-md, .highlights .gs-span-2-wd, .highlights .gs-span-2-lg, .highlights .gs-span-2-md, .highlights .gs-span-3-wd, .highlights .gs-span-3-lg, .highlights .gs-span-3-md, .highlights .gs-span-4-wd, .highlights .gs-span-4-lg, .highlights .gs-span-4-md, .highlights .gs-span-5-wd, .highlights .gs-span-5-lg, .highlights .gs-span-5-md, .highlights .gs-span-6-wd, .highlights .gs-span-6-lg, .highlights .gs-span-6-md, .highlights .gs-span-7-wd, .highlights .gs-span-7-lg, .highlights .gs-span-7-md, .highlights .gs-span-8-wd, .highlights .gs-span-8-lg, .highlights .gs-span-8-md, .highlights .gs-span-9-wd, .highlights .gs-span-9-lg, .highlights .gs-span-9-md, .highlights .gs-span-10-wd, .highlights .gs-span-10-lg, .highlights .gs-span-10-md, .highlights .gs-span-11-wd, .highlights .gs-span-11-lg, .highlights .gs-span-11-md, .highlights .gs-span-12-wd, .highlights .gs-span-12-lg, .highlights .gs-span-12-md {
    padding-right: 15px;
    padding-left: 15px; }
    @media only print, screen and (min-width: 37.5rem) {
      .highlights .experts .gs-span-0, .experts .highlights .gs-span-0, .highlights .experts .gs-span-1, .experts .highlights .gs-span-1, .highlights .experts .gs-span-2, .experts .highlights .gs-span-2, .highlights .experts .gs-span-3, .experts .highlights .gs-span-3, .highlights .experts .gs-span-4, .experts .highlights .gs-span-4, .highlights .experts .gs-span-5, .experts .highlights .gs-span-5, .highlights .experts .gs-span-6, .experts .highlights .gs-span-6, .highlights .experts .gs-span-7, .experts .highlights .gs-span-7, .highlights .experts .gs-span-8, .experts .highlights .gs-span-8, .highlights .experts .gs-span-9, .experts .highlights .gs-span-9, .highlights .experts .gs-span-10, .experts .highlights .gs-span-10, .highlights .experts .gs-span-11, .experts .highlights .gs-span-11, .highlights .experts .gs-span-12, .experts .highlights .gs-span-12, .highlights .experts .gs-span-0-wd, .experts .highlights .gs-span-0-wd, .highlights .experts .gs-span-0-lg, .experts .highlights .gs-span-0-lg, .highlights .experts .gs-span-0-md, .experts .highlights .gs-span-0-md, .highlights .experts .gs-span-1-wd, .experts .highlights .gs-span-1-wd, .highlights .experts .gs-span-1-lg, .experts .highlights .gs-span-1-lg, .highlights .experts .gs-span-1-md, .experts .highlights .gs-span-1-md, .highlights .experts .gs-span-2-wd, .experts .highlights .gs-span-2-wd, .highlights .experts .gs-span-2-lg, .experts .highlights .gs-span-2-lg, .highlights .experts .gs-span-2-md, .experts .highlights .gs-span-2-md, .highlights .experts .gs-span-3-wd, .experts .highlights .gs-span-3-wd, .highlights .experts .gs-span-3-lg, .experts .highlights .gs-span-3-lg, .highlights .experts .gs-span-3-md, .experts .highlights .gs-span-3-md, .highlights .experts .gs-span-4-wd, .experts .highlights .gs-span-4-wd, .highlights .experts .gs-span-4-lg, .experts .highlights .gs-span-4-lg, .highlights .experts .gs-span-4-md, .experts .highlights .gs-span-4-md, .highlights .experts .gs-span-5-wd, .experts .highlights .gs-span-5-wd, .highlights .experts .gs-span-5-lg, .experts .highlights .gs-span-5-lg, .highlights .experts .gs-span-5-md, .experts .highlights .gs-span-5-md, .highlights .experts .gs-span-6-wd, .experts .highlights .gs-span-6-wd, .highlights .experts .gs-span-6-lg, .experts .highlights .gs-span-6-lg, .highlights .experts .gs-span-6-md, .experts .highlights .gs-span-6-md, .highlights .experts .gs-span-7-wd, .experts .highlights .gs-span-7-wd, .highlights .experts .gs-span-7-lg, .experts .highlights .gs-span-7-lg, .highlights .experts .gs-span-7-md, .experts .highlights .gs-span-7-md, .highlights .experts .gs-span-8-wd, .experts .highlights .gs-span-8-wd, .highlights .experts .gs-span-8-lg, .experts .highlights .gs-span-8-lg, .highlights .experts .gs-span-8-md, .experts .highlights .gs-span-8-md, .highlights .experts .gs-span-9-wd, .experts .highlights .gs-span-9-wd, .highlights .experts .gs-span-9-lg, .experts .highlights .gs-span-9-lg, .highlights .experts .gs-span-9-md, .experts .highlights .gs-span-9-md, .highlights .experts .gs-span-10-wd, .experts .highlights .gs-span-10-wd, .highlights .experts .gs-span-10-lg, .experts .highlights .gs-span-10-lg, .highlights .experts .gs-span-10-md, .experts .highlights .gs-span-10-md, .highlights .experts .gs-span-11-wd, .experts .highlights .gs-span-11-wd, .highlights .experts .gs-span-11-lg, .experts .highlights .gs-span-11-lg, .highlights .experts .gs-span-11-md, .experts .highlights .gs-span-11-md, .highlights .experts .gs-span-12-wd, .experts .highlights .gs-span-12-wd, .highlights .experts .gs-span-12-lg, .experts .highlights .gs-span-12-lg, .highlights .experts .gs-span-12-md, .experts .highlights .gs-span-12-md, .highlights .gs-span-0, .highlights .gs-span-1, .highlights .gs-span-2, .highlights .gs-span-3, .highlights .gs-span-4, .highlights .gs-span-5, .highlights .gs-span-6, .highlights .gs-span-7, .highlights .gs-span-8, .highlights .gs-span-9, .highlights .gs-span-10, .highlights .gs-span-11, .highlights .gs-span-12, .highlights .gs-span-0-wd, .highlights .gs-span-0-lg, .highlights .gs-span-0-md, .highlights .gs-span-1-wd, .highlights .gs-span-1-lg, .highlights .gs-span-1-md, .highlights .gs-span-2-wd, .highlights .gs-span-2-lg, .highlights .gs-span-2-md, .highlights .gs-span-3-wd, .highlights .gs-span-3-lg, .highlights .gs-span-3-md, .highlights .gs-span-4-wd, .highlights .gs-span-4-lg, .highlights .gs-span-4-md, .highlights .gs-span-5-wd, .highlights .gs-span-5-lg, .highlights .gs-span-5-md, .highlights .gs-span-6-wd, .highlights .gs-span-6-lg, .highlights .gs-span-6-md, .highlights .gs-span-7-wd, .highlights .gs-span-7-lg, .highlights .gs-span-7-md, .highlights .gs-span-8-wd, .highlights .gs-span-8-lg, .highlights .gs-span-8-md, .highlights .gs-span-9-wd, .highlights .gs-span-9-lg, .highlights .gs-span-9-md, .highlights .gs-span-10-wd, .highlights .gs-span-10-lg, .highlights .gs-span-10-md, .highlights .gs-span-11-wd, .highlights .gs-span-11-lg, .highlights .gs-span-11-md, .highlights .gs-span-12-wd, .highlights .gs-span-12-lg, .highlights .gs-span-12-md {
        float: left;
        min-height: 1px; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-push-0, .highlights .gs-push-0-wd, .highlights .gs-push-0-lg, .highlights .gs-push-1, .highlights .gs-push-1-wd, .highlights .gs-push-1-lg, .highlights .gs-push-2, .highlights .gs-push-2-wd, .highlights .gs-push-2-lg, .highlights .gs-push-3, .highlights .gs-push-3-wd, .highlights .gs-push-3-lg, .highlights .gs-push-4, .highlights .gs-push-4-wd, .highlights .gs-push-4-lg, .highlights .gs-push-5, .highlights .gs-push-5-wd, .highlights .gs-push-5-lg, .highlights .gs-push-6, .highlights .gs-push-6-wd, .highlights .gs-push-6-lg, .highlights .gs-push-7, .highlights .gs-push-7-wd, .highlights .gs-push-7-lg, .highlights .gs-push-8, .highlights .gs-push-8-wd, .highlights .gs-push-8-lg, .highlights .gs-push-9, .highlights .gs-push-9-wd, .highlights .gs-push-9-lg, .highlights .gs-push-10, .highlights .gs-push-10-wd, .highlights .gs-push-10-lg, .highlights .gs-push-11, .highlights .gs-push-11-wd, .highlights .gs-push-11-lg, .highlights .gs-push-12, .highlights .gs-push-12-wd, .highlights .gs-push-12-lg {
      position: relative; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-pull-0, .highlights .gs-pull-0-wd, .highlights .gs-pull-0-lg, .highlights .gs-pull-1, .highlights .gs-pull-1-wd, .highlights .gs-pull-1-lg, .highlights .gs-pull-2, .highlights .gs-pull-2-wd, .highlights .gs-pull-2-lg, .highlights .gs-pull-3, .highlights .gs-pull-3-wd, .highlights .gs-pull-3-lg, .highlights .gs-pull-4, .highlights .gs-pull-4-wd, .highlights .gs-pull-4-lg, .highlights .gs-pull-5, .highlights .gs-pull-5-wd, .highlights .gs-pull-5-lg, .highlights .gs-pull-6, .highlights .gs-pull-6-wd, .highlights .gs-pull-6-lg, .highlights .gs-pull-7, .highlights .gs-pull-7-wd, .highlights .gs-pull-7-lg, .highlights .gs-pull-8, .highlights .gs-pull-8-wd, .highlights .gs-pull-8-lg, .highlights .gs-pull-9, .highlights .gs-pull-9-wd, .highlights .gs-pull-9-lg, .highlights .gs-pull-10, .highlights .gs-pull-10-wd, .highlights .gs-pull-10-lg, .highlights .gs-pull-11, .highlights .gs-pull-11-wd, .highlights .gs-pull-11-lg, .highlights .gs-pull-12, .highlights .gs-pull-12-wd, .highlights .gs-pull-12-lg {
      position: relative; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-span-0 {
      width: 0%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-span-1 {
      width: 8.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-span-2 {
      width: 16.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-span-3 {
      width: 25%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-span-4 {
      width: 33.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-span-5 {
      width: 41.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-span-6 {
      width: 50%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-span-7 {
      width: 58.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-span-8 {
      width: 66.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-span-9 {
      width: 75%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-span-10 {
      width: 83.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-span-11 {
      width: 91.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-span-12 {
      width: 100%; } }
  .highlights .gs-span-0-sm {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px; }
    @media only screen and (max-width: 63.9375rem) {
      .highlights .gs-span-0-sm {
        width: 0%; } }
  .highlights .gs-span-1-sm {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px; }
    @media only screen and (max-width: 63.9375rem) {
      .highlights .gs-span-1-sm {
        width: 16.66667%; } }
  .highlights .gs-span-2-sm {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px; }
    @media only screen and (max-width: 63.9375rem) {
      .highlights .gs-span-2-sm {
        width: 33.33333%; } }
  .highlights .gs-span-3-sm {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px; }
    @media only screen and (max-width: 63.9375rem) {
      .highlights .gs-span-3-sm {
        width: 50%; } }
  .highlights .gs-span-4-sm {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px; }
    @media only screen and (max-width: 63.9375rem) {
      .highlights .gs-span-4-sm {
        width: 66.66667%; } }
  .highlights .gs-span-5-sm {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px; }
    @media only screen and (max-width: 63.9375rem) {
      .highlights .gs-span-5-sm {
        width: 83.33333%; } }
  .highlights .gs-span-6-sm {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 1px; }
    @media only screen and (max-width: 63.9375rem) {
      .highlights .gs-span-6-sm {
        width: 100%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-span-0-wd {
      width: 0%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-span-0-lg {
    width: 0%; } }

@media only screen and (max-width: 63.9375rem) and (min-width: 48rem) {
  .highlights .gs-span-0-md {
    width: 0%; } }
  @media only screen and (max-width: 47.9375rem) {
    .highlights .gs-offset-0-sm {
      margin-left: 0%; } }

@media only screen and (max-width: 47.9375rem) and (min-width: 37.5rem) {
  .highlights .gs-offset-0-md {
    margin-left: 0%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-offset-0-wd {
      margin-left: 0%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-offset-0-lg {
    margin-left: 0%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-offset-0 {
      margin-left: 0%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-push-0 {
      left: 0%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-pull-0 {
      right: 0%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-push-0-wd {
      left: 0%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-push-0-lg {
    left: 0%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-pull-0-wd {
      right: 0%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-pull-0-lg {
    right: 0%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-span-1-wd {
      width: 8.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-span-1-lg {
    width: 8.33333%; } }

@media only screen and (max-width: 63.9375rem) and (min-width: 48rem) {
  .highlights .gs-span-1-md {
    width: 8.33333%; } }
  @media only screen and (max-width: 47.9375rem) {
    .highlights .gs-offset-1-sm {
      margin-left: 16.66667%; } }

@media only screen and (max-width: 47.9375rem) and (min-width: 37.5rem) {
  .highlights .gs-offset-1-md {
    margin-left: 8.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-offset-1-wd {
      margin-left: 8.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-offset-1-lg {
    margin-left: 8.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-offset-1 {
      margin-left: 8.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-push-1 {
      left: 8.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-pull-1 {
      right: 8.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-push-1-wd {
      left: 8.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-push-1-lg {
    left: 8.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-pull-1-wd {
      right: 8.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-pull-1-lg {
    right: 8.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-span-2-wd {
      width: 16.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-span-2-lg {
    width: 16.66667%; } }

@media only screen and (max-width: 63.9375rem) and (min-width: 48rem) {
  .highlights .gs-span-2-md {
    width: 16.66667%; } }
  @media only screen and (max-width: 47.9375rem) {
    .highlights .gs-offset-2-sm {
      margin-left: 33.33333%; } }

@media only screen and (max-width: 47.9375rem) and (min-width: 37.5rem) {
  .highlights .gs-offset-2-md {
    margin-left: 16.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-offset-2-wd {
      margin-left: 16.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-offset-2-lg {
    margin-left: 16.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-offset-2 {
      margin-left: 16.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-push-2 {
      left: 16.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-pull-2 {
      right: 16.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-push-2-wd {
      left: 16.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-push-2-lg {
    left: 16.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-pull-2-wd {
      right: 16.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-pull-2-lg {
    right: 16.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-span-3-wd {
      width: 25%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-span-3-lg {
    width: 25%; } }

@media only screen and (max-width: 63.9375rem) and (min-width: 48rem) {
  .highlights .gs-span-3-md {
    width: 25%; } }
  @media only screen and (max-width: 47.9375rem) {
    .highlights .gs-offset-3-sm {
      margin-left: 50%; } }

@media only screen and (max-width: 47.9375rem) and (min-width: 37.5rem) {
  .highlights .gs-offset-3-md {
    margin-left: 25%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-offset-3-wd {
      margin-left: 25%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-offset-3-lg {
    margin-left: 25%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-offset-3 {
      margin-left: 25%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-push-3 {
      left: 25%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-pull-3 {
      right: 25%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-push-3-wd {
      left: 25%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-push-3-lg {
    left: 25%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-pull-3-wd {
      right: 25%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-pull-3-lg {
    right: 25%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-span-4-wd {
      width: 33.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-span-4-lg {
    width: 33.33333%; } }

@media only screen and (max-width: 63.9375rem) and (min-width: 48rem) {
  .highlights .gs-span-4-md {
    width: 33.33333%; } }
  @media only screen and (max-width: 47.9375rem) {
    .highlights .gs-offset-4-sm {
      margin-left: 66.66667%; } }

@media only screen and (max-width: 47.9375rem) and (min-width: 37.5rem) {
  .highlights .gs-offset-4-md {
    margin-left: 33.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-offset-4-wd {
      margin-left: 33.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-offset-4-lg {
    margin-left: 33.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-offset-4 {
      margin-left: 33.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-push-4 {
      left: 33.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-pull-4 {
      right: 33.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-push-4-wd {
      left: 33.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-push-4-lg {
    left: 33.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-pull-4-wd {
      right: 33.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-pull-4-lg {
    right: 33.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-span-5-wd {
      width: 41.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-span-5-lg {
    width: 41.66667%; } }

@media only screen and (max-width: 63.9375rem) and (min-width: 48rem) {
  .highlights .gs-span-5-md {
    width: 41.66667%; } }
  @media only screen and (max-width: 47.9375rem) {
    .highlights .gs-offset-5-sm {
      margin-left: 83.33333%; } }

@media only screen and (max-width: 47.9375rem) and (min-width: 37.5rem) {
  .highlights .gs-offset-5-md {
    margin-left: 41.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-offset-5-wd {
      margin-left: 41.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-offset-5-lg {
    margin-left: 41.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-offset-5 {
      margin-left: 41.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-push-5 {
      left: 41.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-pull-5 {
      right: 41.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-push-5-wd {
      left: 41.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-push-5-lg {
    left: 41.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-pull-5-wd {
      right: 41.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-pull-5-lg {
    right: 41.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-span-6-wd {
      width: 50%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-span-6-lg {
    width: 50%; } }

@media only screen and (max-width: 63.9375rem) and (min-width: 48rem) {
  .highlights .gs-span-6-md {
    width: 50%; } }
  @media only screen and (max-width: 47.9375rem) {
    .highlights .gs-offset-6-sm {
      margin-left: 100%; } }

@media only screen and (max-width: 47.9375rem) and (min-width: 37.5rem) {
  .highlights .gs-offset-6-md {
    margin-left: 50%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-offset-6-wd {
      margin-left: 50%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-offset-6-lg {
    margin-left: 50%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-offset-6 {
      margin-left: 50%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-push-6 {
      left: 50%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-pull-6 {
      right: 50%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-push-6-wd {
      left: 50%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-push-6-lg {
    left: 50%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-pull-6-wd {
      right: 50%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-pull-6-lg {
    right: 50%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-span-7-wd {
      width: 58.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-span-7-lg {
    width: 58.33333%; } }

@media only screen and (max-width: 63.9375rem) and (min-width: 48rem) {
  .highlights .gs-span-7-md {
    width: 58.33333%; } }

@media only screen and (max-width: 47.9375rem) and (min-width: 37.5rem) {
  .highlights .gs-offset-7-md {
    margin-left: 58.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-offset-7-wd {
      margin-left: 58.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-offset-7-lg {
    margin-left: 58.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-offset-7 {
      margin-left: 58.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-push-7 {
      left: 58.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-pull-7 {
      right: 58.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-push-7-wd {
      left: 58.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-push-7-lg {
    left: 58.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-pull-7-wd {
      right: 58.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-pull-7-lg {
    right: 58.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-span-8-wd {
      width: 66.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-span-8-lg {
    width: 66.66667%; } }

@media only screen and (max-width: 63.9375rem) and (min-width: 48rem) {
  .highlights .gs-span-8-md {
    width: 66.66667%; } }

@media only screen and (max-width: 47.9375rem) and (min-width: 37.5rem) {
  .highlights .gs-offset-8-md {
    margin-left: 66.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-offset-8-wd {
      margin-left: 66.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-offset-8-lg {
    margin-left: 66.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-offset-8 {
      margin-left: 66.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-push-8 {
      left: 66.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-pull-8 {
      right: 66.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-push-8-wd {
      left: 66.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-push-8-lg {
    left: 66.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-pull-8-wd {
      right: 66.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-pull-8-lg {
    right: 66.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-span-9-wd {
      width: 75%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-span-9-lg {
    width: 75%; } }

@media only screen and (max-width: 63.9375rem) and (min-width: 48rem) {
  .highlights .gs-span-9-md {
    width: 75%; } }

@media only screen and (max-width: 47.9375rem) and (min-width: 37.5rem) {
  .highlights .gs-offset-9-md {
    margin-left: 75%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-offset-9-wd {
      margin-left: 75%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-offset-9-lg {
    margin-left: 75%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-offset-9 {
      margin-left: 75%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-push-9 {
      left: 75%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-pull-9 {
      right: 75%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-push-9-wd {
      left: 75%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-push-9-lg {
    left: 75%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-pull-9-wd {
      right: 75%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-pull-9-lg {
    right: 75%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-span-10-wd {
      width: 83.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-span-10-lg {
    width: 83.33333%; } }

@media only screen and (max-width: 63.9375rem) and (min-width: 48rem) {
  .highlights .gs-span-10-md {
    width: 83.33333%; } }

@media only screen and (max-width: 47.9375rem) and (min-width: 37.5rem) {
  .highlights .gs-offset-10-md {
    margin-left: 83.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-offset-10-wd {
      margin-left: 83.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-offset-10-lg {
    margin-left: 83.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-offset-10 {
      margin-left: 83.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-push-10 {
      left: 83.33333%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-pull-10 {
      right: 83.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-push-10-wd {
      left: 83.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-push-10-lg {
    left: 83.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-pull-10-wd {
      right: 83.33333%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-pull-10-lg {
    right: 83.33333%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-span-11-wd {
      width: 91.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-span-11-lg {
    width: 91.66667%; } }

@media only screen and (max-width: 63.9375rem) and (min-width: 48rem) {
  .highlights .gs-span-11-md {
    width: 91.66667%; } }

@media only screen and (max-width: 47.9375rem) and (min-width: 37.5rem) {
  .highlights .gs-offset-11-md {
    margin-left: 91.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-offset-11-wd {
      margin-left: 91.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-offset-11-lg {
    margin-left: 91.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-offset-11 {
      margin-left: 91.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-push-11 {
      left: 91.66667%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-pull-11 {
      right: 91.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-push-11-wd {
      left: 91.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-push-11-lg {
    left: 91.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-pull-11-wd {
      right: 91.66667%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-pull-11-lg {
    right: 91.66667%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-span-12-wd {
      width: 100%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-span-12-lg {
    width: 100%; } }

@media only screen and (max-width: 63.9375rem) and (min-width: 48rem) {
  .highlights .gs-span-12-md {
    width: 100%; } }

@media only screen and (max-width: 47.9375rem) and (min-width: 37.5rem) {
  .highlights .gs-offset-12-md {
    margin-left: 100%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-offset-12-wd {
      margin-left: 100%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-offset-12-lg {
    margin-left: 100%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-offset-12 {
      margin-left: 100%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-push-12 {
      left: 100%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-pull-12 {
      right: 100%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-push-12-wd {
      left: 100%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-push-12-lg {
    left: 100%; } }
  @media only print, screen and (min-width: 80rem) {
    .highlights .gs-pull-12-wd {
      right: 100%; } }

@media only screen and (max-width: 79.9375rem) and (min-width: 64rem) {
  .highlights .gs-pull-12-lg {
    right: 100%; } }
  @media only print, screen and (min-width: 37.5rem) {
    .highlights .gs-gutter-none {
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (max-width: 47.9375rem) {
    .highlights .gs-gutter-none-sm {
      padding-left: 0;
      padding-right: 0; } }
  .highlights--fullWidth {
    margin-left: -7.14286%;
    margin-right: -7.14286%; }
    @media (min-width: 375px) {
      .highlights--fullWidth {
        margin-left: -5.97015%;
        margin-right: -5.97015%; } }
    @media (min-width: 768px) {
      .highlights--fullWidth {
        margin-left: -3.93258%;
        margin-right: -3.93258%; } }
    @media (min-width: 1024px) {
      .highlights--fullWidth {
        margin-left: -4.46809%;
        margin-right: -4.46809%; } }
    @media (min-width: 1280px) {
      .highlights--fullWidth {
        margin-left: -webkit-calc((1180px - 100vw) / 2);
        margin-left: calc((1180px - 100vw) / 2);
        margin-right: -webkit-calc((1180px - 100vw) / 2);
        margin-right: calc((1180px - 100vw) / 2); } }
    .highlights--fullWidth .highlights__header {
      margin-left: -webkit-calc(6.25% - 15px);
      margin-left: calc(6.25% - 15px);
      margin-right: -webkit-calc(6.25% - 15px);
      margin-right: calc(6.25% - 15px);
      padding: 0 15px; }
      @media (min-width: 375px) {
        .highlights--fullWidth .highlights__header {
          margin-left: -webkit-calc(5.33333% - 15px);
          margin-left: calc(5.33333% - 15px);
          margin-right: -webkit-calc(5.33333% - 15px);
          margin-right: calc(5.33333% - 15px); } }
      @media (min-width: 768px) {
        .highlights--fullWidth .highlights__header {
          margin-left: -webkit-calc(3.64583% - 15px);
          margin-left: calc(3.64583% - 15px);
          margin-right: -webkit-calc(3.64583% - 15px);
          margin-right: calc(3.64583% - 15px); } }
      @media (min-width: 1024px) {
        .highlights--fullWidth .highlights__header {
          margin-left: -webkit-calc(4.10156% - 15px);
          margin-left: calc(4.10156% - 15px);
          margin-right: -webkit-calc(4.10156% - 15px);
          margin-right: calc(4.10156% - 15px); } }
      @media (min-width: 1280px) {
        .highlights--fullWidth .highlights__header {
          max-width: 1210px;
          margin-left: auto;
          margin-right: auto; } }
  .highlights .pagination-indicator {
    clear: both;
    margin-bottom: -6px;
    padding: 16px 0 0; }
  .highlights__header + .highlights__sliderWrapper {
    margin-top: 40px; }
  .highlights__headline .cmp-title__text, .highlights__subHeadline .cmp-title__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.625;
    font-weight: 200;
    color: #272B2E; }
  .highlights__subHeadline {
    margin-top: 20px; }
  .highlights__outer {
    position: relative; }
  .highlights__sliderWrapper {
    padding-bottom: 54px;
    padding-top: 20px; }
    @media only print, screen and (min-width: 48rem) {
      .highlights__sliderWrapper {
        padding-bottom: 37px;
        padding-top: 0; } }
  .highlights__inner {
    text-align: center;
    display: inline-block;
    position: relative;
    width: 100%; }
    .highlights__inner:before, .highlights__inner:after {
      content: " ";
      display: table; }
    .highlights__inner:after {
      clear: both; }
  .highlights__headline .cmp-title__text {
    color: #007F92; }
    @media only print, screen and (min-width: 48rem) {
      .highlights__headline .cmp-title__text {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.36364; } }
    @media only print, screen and (min-width: 64rem) {
      .highlights__headline .cmp-title__text {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 1.30769; } }
    @media only print, screen and (min-width: 80rem) {
      .highlights__headline .cmp-title__text {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.28571; } }
  .highlights__content {
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57143;
    font-weight: 400;
    margin-top: 20px;
    text-align: center;
    max-width: 100%; }
    .highlights__content_icon {
      display: block;
      font-size: 100px; }
      .highlights__content_icon .cmp-image {
        display: inline-block; }
      .highlights__content_icon .cmp-image__image {
        max-height: 100px;
        width: auto; }
      @media only print, screen and (min-width: 64rem) {
        .highlights__content_icon + div {
          margin-top: 24px; } }
    @media only print, screen and (min-width: 48rem) {
      .highlights__content {
        display: inline-block;
        margin-top: 18px;
        width: auto; } }
  .highlights__toggle-slider {
    cursor: pointer;
    left: 0;
    position: absolute;
    top: -webkit-calc((50% - 36px / 2) + 15px);
    top: calc((50% - 36px / 2) + 15px);
    z-index: 50;
    margin-left: -webkit-calc(6.25%);
    margin-left: calc(6.25%); }
    .highlights__toggle-slider:before {
      position: relative;
      font-family: "Icons";
      font-size: 68%;
      line-height: 1;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      text-decoration: none;
      text-transform: none;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 32px;
      font-size: 2rem;
      color: #BABCBF;
      display: inline-block; }
    .highlights__toggle-slider:hover:before {
      color: #8C9094; }
  .highlights__toggle-slider--right {
    left: auto;
    right: 0;
    margin-right: -webkit-calc(6.75%);
    margin-right: calc(6.75%); }
    @media (min-width: 768px) {
      .highlights__toggle-slider--right {
        margin-right: -webkit-calc(4.3%);
        margin-right: calc(4.3%); } }
    @media (min-width: 1520px) {
      .highlights__toggle-slider--right {
        margin-right: -webkit-calc(100vw - 1180px);
        margin-right: calc(100vw - 1180px); } }
    .highlights__toggle-slider--right:before {
      content: ""; }
  .highlights__slider {
    overflow: hidden; }
  .highlights__item, .highlights__item--first, .highlights__item--second, .highlights__item--last, .highlights__item--empty {
    display: inline-block;
    position: relative; }
    .highlights__item:before, .highlights__item:after, .highlights__item--first:before, .highlights__item--first:after, .highlights__item--second:before, .highlights__item--second:after, .highlights__item--last:before, .highlights__item--last:after, .highlights__item--empty:before, .highlights__item--empty:after {
      content: " ";
      display: table; }
    .highlights__item:after, .highlights__item--first:after, .highlights__item--second:after, .highlights__item--last:after, .highlights__item--empty:after {
      clear: both; }
  @media only print, screen and (min-width: 48rem) {
    .highlights .highlights__item {
      float: none;
      vertical-align: top; } }

.highlights.highlights--orange-light .highlights__content,
.highlights.highlights--orange-light .highlights__content_icon,
.highlights.highlights--orange-light .highlights__toggle-slider:before {
  color: #FFFFFF; }

.highlights.highlights--orange-light .pagination-indicator a:before {
  border-color: #FFFFFF; }

.highlights.highlights--orange-light .pagination-indicator a[active]:before {
  background-color: #FFFFFF; }

.highlights.highlights--orange-light .highlights__sliderWrapper {
  background-color: #F7BF66; }

.highlights.highlights--orange .highlights__content,
.highlights.highlights--orange .highlights__content_icon,
.highlights.highlights--orange .highlights__toggle-slider:before {
  color: #FFFFFF; }

.highlights.highlights--orange .pagination-indicator a:before {
  border-color: #FFFFFF; }

.highlights.highlights--orange .pagination-indicator a[active]:before {
  background-color: #FFFFFF; }

.highlights.highlights--orange .highlights__sliderWrapper {
  background-color: #EE8100; }

.highlights.highlights--orange-dark .highlights__content,
.highlights.highlights--orange-dark .highlights__content_icon,
.highlights.highlights--orange-dark .highlights__toggle-slider:before {
  color: #FFFFFF; }

.highlights.highlights--orange-dark .pagination-indicator a:before {
  border-color: #FFFFFF; }

.highlights.highlights--orange-dark .pagination-indicator a[active]:before {
  background-color: #FFFFFF; }

.highlights.highlights--orange-dark .highlights__sliderWrapper {
  background-color: #CE7813; }

.highlights.highlights--red-light .highlights__content,
.highlights.highlights--red-light .highlights__content_icon,
.highlights.highlights--red-light .highlights__toggle-slider:before {
  color: #FFFFFF; }

.highlights.highlights--red-light .pagination-indicator a:before {
  border-color: #FFFFFF; }

.highlights.highlights--red-light .pagination-indicator a[active]:before {
  background-color: #FFFFFF; }

.highlights.highlights--red-light .highlights__sliderWrapper {
  background-color: #EE6676; }

.highlights.highlights--red .highlights__content,
.highlights.highlights--red .highlights__content_icon,
.highlights.highlights--red .highlights__toggle-slider:before {
  color: #FFFFFF; }

.highlights.highlights--red .pagination-indicator a:before {
  border-color: #FFFFFF; }

.highlights.highlights--red .pagination-indicator a[active]:before {
  background-color: #FFFFFF; }

.highlights.highlights--red .highlights__sliderWrapper {
  background-color: #E2001A; }

.highlights.highlights--red-dark .highlights__content,
.highlights.highlights--red-dark .highlights__content_icon,
.highlights.highlights--red-dark .highlights__toggle-slider:before {
  color: #FFFFFF; }

.highlights.highlights--red-dark .pagination-indicator a:before {
  border-color: #FFFFFF; }

.highlights.highlights--red-dark .pagination-indicator a[active]:before {
  background-color: #FFFFFF; }

.highlights.highlights--red-dark .highlights__sliderWrapper {
  background-color: #B6101D; }

.highlights.highlights--aubergine-light .highlights__content,
.highlights.highlights--aubergine-light .highlights__content_icon,
.highlights.highlights--aubergine-light .highlights__toggle-slider:before {
  color: #FFFFFF; }

.highlights.highlights--aubergine-light .pagination-indicator a:before {
  border-color: #FFFFFF; }

.highlights.highlights--aubergine-light .pagination-indicator a[active]:before {
  background-color: #FFFFFF; }

.highlights.highlights--aubergine-light .highlights__sliderWrapper {
  background-color: #BE70B2; }

.highlights.highlights--aubergine .highlights__content,
.highlights.highlights--aubergine .highlights__content_icon,
.highlights.highlights--aubergine .highlights__toggle-slider:before {
  color: #FFFFFF; }

.highlights.highlights--aubergine .pagination-indicator a:before {
  border-color: #FFFFFF; }

.highlights.highlights--aubergine .pagination-indicator a[active]:before {
  background-color: #FFFFFF; }

.highlights.highlights--aubergine .highlights__sliderWrapper {
  background-color: #93117E; }

.highlights.highlights--aubergine-dark .highlights__content,
.highlights.highlights--aubergine-dark .highlights__content_icon,
.highlights.highlights--aubergine-dark .highlights__toggle-slider:before {
  color: #FFFFFF; }

.highlights.highlights--aubergine-dark .pagination-indicator a:before {
  border-color: #FFFFFF; }

.highlights.highlights--aubergine-dark .pagination-indicator a[active]:before {
  background-color: #FFFFFF; }

.highlights.highlights--aubergine-dark .highlights__sliderWrapper {
  background-color: #6E156E; }

.highlights.highlights--petrol-light .highlights__content,
.highlights.highlights--petrol-light .highlights__content_icon,
.highlights.highlights--petrol-light .highlights__toggle-slider:before {
  color: #FFFFFF; }

.highlights.highlights--petrol-light .pagination-indicator a:before {
  border-color: #FFFFFF; }

.highlights.highlights--petrol-light .pagination-indicator a[active]:before {
  background-color: #FFFFFF; }

.highlights.highlights--petrol-light .highlights__sliderWrapper {
  background-color: #66B2BE; }

.highlights.highlights--petrol .highlights__content,
.highlights.highlights--petrol .highlights__content_icon,
.highlights.highlights--petrol .highlights__toggle-slider:before {
  color: #FFFFFF; }

.highlights.highlights--petrol .pagination-indicator a:before {
  border-color: #FFFFFF; }

.highlights.highlights--petrol .pagination-indicator a[active]:before {
  background-color: #FFFFFF; }

.highlights.highlights--petrol .highlights__sliderWrapper {
  background-color: #007F92; }

.highlights.highlights--petrol-dark .highlights__content,
.highlights.highlights--petrol-dark .highlights__content_icon,
.highlights.highlights--petrol-dark .highlights__toggle-slider:before {
  color: #FFFFFF; }

.highlights.highlights--petrol-dark .pagination-indicator a:before {
  border-color: #FFFFFF; }

.highlights.highlights--petrol-dark .pagination-indicator a[active]:before {
  background-color: #FFFFFF; }

.highlights.highlights--petrol-dark .highlights__sliderWrapper {
  background-color: #006271; }

.highlights.highlights--green-light .highlights__content,
.highlights.highlights--green-light .highlights__content_icon,
.highlights.highlights--green-light .highlights__toggle-slider:before {
  color: #FFFFFF; }

.highlights.highlights--green-light .pagination-indicator a:before {
  border-color: #FFFFFF; }

.highlights.highlights--green-light .pagination-indicator a[active]:before {
  background-color: #FFFFFF; }

.highlights.highlights--green-light .highlights__sliderWrapper {
  background-color: #C1D96E; }

.highlights.highlights--green .highlights__content,
.highlights.highlights--green .highlights__content_icon,
.highlights.highlights--green .highlights__toggle-slider:before {
  color: #FFFFFF; }

.highlights.highlights--green .pagination-indicator a:before {
  border-color: #FFFFFF; }

.highlights.highlights--green .pagination-indicator a[active]:before {
  background-color: #FFFFFF; }

.highlights.highlights--green .highlights__sliderWrapper {
  background-color: #7EAC08; }

.highlights.highlights--green-dark .highlights__content,
.highlights.highlights--green-dark .highlights__content_icon,
.highlights.highlights--green-dark .highlights__toggle-slider:before {
  color: #FFFFFF; }

.highlights.highlights--green-dark .pagination-indicator a:before {
  border-color: #FFFFFF; }

.highlights.highlights--green-dark .pagination-indicator a[active]:before {
  background-color: #FFFFFF; }

.highlights.highlights--green-dark .highlights__sliderWrapper {
  background-color: #649A23; }

.highlights.highlights--cyan-light .highlights__content,
.highlights.highlights--cyan-light .highlights__content_icon,
.highlights.highlights--cyan-light .highlights__toggle-slider:before {
  color: #FFFFFF; }

.highlights.highlights--cyan-light .pagination-indicator a:before {
  border-color: #FFFFFF; }

.highlights.highlights--cyan-light .pagination-indicator a[active]:before {
  background-color: #FFFFFF; }

.highlights.highlights--cyan-light .highlights__sliderWrapper {
  background-color: #75D1E5; }

.highlights.highlights--cyan .highlights__content,
.highlights.highlights--cyan .highlights__content_icon,
.highlights.highlights--cyan .highlights__toggle-slider:before {
  color: #FFFFFF; }

.highlights.highlights--cyan .pagination-indicator a:before {
  border-color: #FFFFFF; }

.highlights.highlights--cyan .pagination-indicator a[active]:before {
  background-color: #FFFFFF; }

.highlights.highlights--cyan .highlights__sliderWrapper {
  background-color: #00B4DC; }

.highlights.highlights--cyan-dark .highlights__content,
.highlights.highlights--cyan-dark .highlights__content_icon,
.highlights.highlights--cyan-dark .highlights__toggle-slider:before {
  color: #FFFFFF; }

.highlights.highlights--cyan-dark .pagination-indicator a:before {
  border-color: #FFFFFF; }

.highlights.highlights--cyan-dark .pagination-indicator a[active]:before {
  background-color: #FFFFFF; }

.highlights.highlights--cyan-dark .highlights__sliderWrapper {
  background-color: #10819A; }

.highlights.highlights--blue .highlights__content,
.highlights.highlights--blue .highlights__content_icon,
.highlights.highlights--blue .highlights__toggle-slider:before {
  color: #FFFFFF; }

.highlights.highlights--blue .pagination-indicator a:before {
  border-color: #FFFFFF; }

.highlights.highlights--blue .pagination-indicator a[active]:before {
  background-color: #FFFFFF; }

.highlights.highlights--blue .highlights__sliderWrapper {
  background-color: #175788; }

.highlights.highlights--white .highlights__content,
.highlights.highlights--white .highlights__content_icon,
.highlights.highlights--white .highlights__toggle-slider:before {
  color: #000000; }

.highlights.highlights--white .pagination-indicator a:before {
  border-color: #000000; }

.highlights.highlights--white .pagination-indicator a[active]:before {
  background-color: #000000; }

.highlights.highlights--white .highlights__sliderWrapper {
  background-color: #FFFFFF; }

.highlights.highlights--grey-light .highlights__content,
.highlights.highlights--grey-light .highlights__content_icon,
.highlights.highlights--grey-light .highlights__toggle-slider:before {
  color: #FFFFFF; }

.highlights.highlights--grey-light .pagination-indicator a:before {
  border-color: #FFFFFF; }

.highlights.highlights--grey-light .pagination-indicator a[active]:before {
  background-color: #FFFFFF; }

.highlights.highlights--grey-light .highlights__sliderWrapper {
  background-color: #C6C7C8; }

.highlights.highlights--grey-medium .highlights__content,
.highlights.highlights--grey-medium .highlights__content_icon,
.highlights.highlights--grey-medium .highlights__toggle-slider:before {
  color: #FFFFFF; }

.highlights.highlights--grey-medium .pagination-indicator a:before {
  border-color: #FFFFFF; }

.highlights.highlights--grey-medium .pagination-indicator a[active]:before {
  background-color: #FFFFFF; }

.highlights.highlights--grey-medium .highlights__sliderWrapper {
  background-color: #5D6166; }

.highlights.highlights--grey-dark .highlights__content,
.highlights.highlights--grey-dark .highlights__content_icon,
.highlights.highlights--grey-dark .highlights__toggle-slider:before {
  color: #FFFFFF; }

.highlights.highlights--grey-dark .pagination-indicator a:before {
  border-color: #FFFFFF; }

.highlights.highlights--grey-dark .pagination-indicator a[active]:before {
  background-color: #FFFFFF; }

.highlights.highlights--grey-dark .highlights__sliderWrapper {
  background-color: #272B2E; }

.highlights.highlights--black .highlights__content,
.highlights.highlights--black .highlights__content_icon,
.highlights.highlights--black .highlights__toggle-slider:before {
  color: #FFFFFF; }

.highlights.highlights--black .pagination-indicator a:before {
  border-color: #FFFFFF; }

.highlights.highlights--black .pagination-indicator a[active]:before {
  background-color: #FFFFFF; }

.highlights.highlights--black .highlights__sliderWrapper {
  background-color: #000000; }

.highlights.highlights--grey-1 .highlights__content,
.highlights.highlights--grey-1 .highlights__content_icon,
.highlights.highlights--grey-1 .highlights__toggle-slider:before {
  color: #FFFFFF; }

.highlights.highlights--grey-1 .pagination-indicator a:before {
  border-color: #FFFFFF; }

.highlights.highlights--grey-1 .pagination-indicator a[active]:before {
  background-color: #FFFFFF; }

.highlights.highlights--grey-1 .highlights__sliderWrapper {
  background-color: #6B6C6D; }

.highlights.highlights--grey-2 .highlights__content,
.highlights.highlights--grey-2 .highlights__content_icon,
.highlights.highlights--grey-2 .highlights__toggle-slider:before {
  color: #FFFFFF; }

.highlights.highlights--grey-2 .pagination-indicator a:before {
  border-color: #FFFFFF; }

.highlights.highlights--grey-2 .pagination-indicator a[active]:before {
  background-color: #FFFFFF; }

.highlights.highlights--grey-2 .highlights__sliderWrapper {
  background-color: #8C9094; }

.highlights.highlights--grey-3 .highlights__content,
.highlights.highlights--grey-3 .highlights__content_icon,
.highlights.highlights--grey-3 .highlights__toggle-slider:before {
  color: #FFFFFF; }

.highlights.highlights--grey-3 .pagination-indicator a:before {
  border-color: #FFFFFF; }

.highlights.highlights--grey-3 .pagination-indicator a[active]:before {
  background-color: #FFFFFF; }

.highlights.highlights--grey-3 .highlights__sliderWrapper {
  background-color: #BABCBF; }

.highlights.highlights--grey-4 .highlights__content,
.highlights.highlights--grey-4 .highlights__content_icon,
.highlights.highlights--grey-4 .highlights__toggle-slider:before {
  color: #000000; }

.highlights.highlights--grey-4 .pagination-indicator a:before {
  border-color: #000000; }

.highlights.highlights--grey-4 .pagination-indicator a[active]:before {
  background-color: #000000; }

.highlights.highlights--grey-4 .highlights__sliderWrapper {
  background-color: #D9DADA; }

.highlights.highlights--grey-5 .highlights__content,
.highlights.highlights--grey-5 .highlights__content_icon,
.highlights.highlights--grey-5 .highlights__toggle-slider:before {
  color: #000000; }

.highlights.highlights--grey-5 .pagination-indicator a:before {
  border-color: #000000; }

.highlights.highlights--grey-5 .pagination-indicator a[active]:before {
  background-color: #000000; }

.highlights.highlights--grey-5 .highlights__sliderWrapper {
  background-color: #E6E6E6; }

.highlights.highlights--grey-6 .highlights__content,
.highlights.highlights--grey-6 .highlights__content_icon,
.highlights.highlights--grey-6 .highlights__toggle-slider:before {
  color: #000000; }

.highlights.highlights--grey-6 .pagination-indicator a:before {
  border-color: #000000; }

.highlights.highlights--grey-6 .pagination-indicator a[active]:before {
  background-color: #000000; }

.highlights.highlights--grey-6 .highlights__sliderWrapper {
  background-color: #EEEEEE; }

.highlights.highlights--grey-7 .highlights__content,
.highlights.highlights--grey-7 .highlights__content_icon,
.highlights.highlights--grey-7 .highlights__toggle-slider:before {
  color: #000000; }

.highlights.highlights--grey-7 .pagination-indicator a:before {
  border-color: #000000; }

.highlights.highlights--grey-7 .pagination-indicator a[active]:before {
  background-color: #000000; }

.highlights.highlights--grey-7 .highlights__sliderWrapper {
  background-color: #F9F9F9; }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.callToAction--fullWidth {
  margin-left: -7.14286%;
  margin-right: -7.14286%; }
  @media (min-width: 375px) {
    .callToAction--fullWidth {
      margin-left: -5.97015%;
      margin-right: -5.97015%; } }
  @media (min-width: 768px) {
    .callToAction--fullWidth {
      margin-left: -3.93258%;
      margin-right: -3.93258%; } }
  @media (min-width: 1024px) {
    .callToAction--fullWidth {
      margin-left: -4.46809%;
      margin-right: -4.46809%; } }
  @media (min-width: 1280px) {
    .callToAction--fullWidth {
      margin-left: -webkit-calc((1180px - 100vw) / 2);
      margin-left: calc((1180px - 100vw) / 2);
      margin-right: -webkit-calc((1180px - 100vw) / 2);
      margin-right: calc((1180px - 100vw) / 2); } }
  .callToAction--fullWidth .callToAction__wrapper {
    margin-left: -webkit-calc(6.25% - 15px);
    margin-left: calc(6.25% - 15px);
    margin-right: -webkit-calc(6.25% - 15px);
    margin-right: calc(6.25% - 15px);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (min-width: 375px) {
      .callToAction--fullWidth .callToAction__wrapper {
        margin-left: -webkit-calc(5.33333% - 15px);
        margin-left: calc(5.33333% - 15px);
        margin-right: -webkit-calc(5.33333% - 15px);
        margin-right: calc(5.33333% - 15px); } }
    @media (min-width: 768px) {
      .callToAction--fullWidth .callToAction__wrapper {
        margin-left: -webkit-calc(3.64583% - 15px);
        margin-left: calc(3.64583% - 15px);
        margin-right: -webkit-calc(3.64583% - 15px);
        margin-right: calc(3.64583% - 15px); } }
    @media (min-width: 1024px) {
      .callToAction--fullWidth .callToAction__wrapper {
        margin-left: -webkit-calc(4.10156% - 15px);
        margin-left: calc(4.10156% - 15px);
        margin-right: -webkit-calc(4.10156% - 15px);
        margin-right: calc(4.10156% - 15px); } }
    @media (min-width: 1280px) {
      .callToAction--fullWidth .callToAction__wrapper {
        max-width: 1210px;
        margin-left: auto;
        margin-right: auto; } }

.aem-Grid--fullWidth .callToAction__wrapper {
  margin-left: -webkit-calc(6.25% - 15px);
  margin-left: calc(6.25% - 15px);
  margin-right: -webkit-calc(6.25% - 15px);
  margin-right: calc(6.25% - 15px);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 375px) {
    .aem-Grid--fullWidth .callToAction__wrapper {
      margin-left: -webkit-calc(5.33333% - 15px);
      margin-left: calc(5.33333% - 15px);
      margin-right: -webkit-calc(5.33333% - 15px);
      margin-right: calc(5.33333% - 15px); } }
  @media (min-width: 768px) {
    .aem-Grid--fullWidth .callToAction__wrapper {
      margin-left: -webkit-calc(3.64583% - 15px);
      margin-left: calc(3.64583% - 15px);
      margin-right: -webkit-calc(3.64583% - 15px);
      margin-right: calc(3.64583% - 15px); } }
  @media (min-width: 1024px) {
    .aem-Grid--fullWidth .callToAction__wrapper {
      margin-left: -webkit-calc(4.10156% - 15px);
      margin-left: calc(4.10156% - 15px);
      margin-right: -webkit-calc(4.10156% - 15px);
      margin-right: calc(4.10156% - 15px); } }
  @media (min-width: 1280px) {
    .aem-Grid--fullWidth .callToAction__wrapper {
      max-width: 1210px;
      margin-left: auto;
      margin-right: auto; } }

.callToAction__headline h2 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 1.75rem;
  line-height: 1.28571;
  font-weight: 200;
  color: #00B4DC;
  max-width: 885px; }
  @media (min-width: 1024px) {
    .callToAction__headline h2 {
      font-size: 2.125rem;
      line-height: 1.23529; } }

@media only print, screen and (min-width: 64rem) {
  .callToAction__contentRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.callToAction__headline + .callToAction__contentRow {
  margin-top: 20px; }

@media only print, screen and (min-width: 64rem) {
  .callToAction__richtext, .callToAction__actionPart {
    width: 50%; } }

@media only print, screen and (min-width: 64rem) {
  .callToAction__richtext {
    padding-right: 15px; } }

@media only print, screen and (min-width: 37.5rem) {
  .callToAction__actionPart {
    min-width: 515px; } }

@media only print, screen and (min-width: 64rem) {
  .callToAction__actionPart {
    position: relative;
    padding-left: 15px; } }

@media only print, screen and (min-width: 64rem) {
  .callToAction__buttons {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 500px; } }

.callToAction__buttons .button {
  margin-top: 20px; }
  @media only print, screen and (min-width: 64rem) {
    .callToAction__buttons .button {
      margin-top: 0;
      margin-bottom: 20px; }
      .callToAction__buttons .button + .button {
        margin-top: 0; } }
  .callToAction__buttons .button:first-child {
    margin-right: 15px; }

.callToAction--greyBackground {
  background-color: #E6E6E6; }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.articleFunctions {
  display: none;
  position: relative;
  padding-bottom: 16px;
  width: 100%; }
  .articleFunctions:before, .articleFunctions:after {
    content: " ";
    display: table; }
  .articleFunctions:after {
    clear: both; }
  @media only print, screen and (min-width: 82.5rem) {
    .articleFunctions {
      display: block; } }
  .articleFunctions.articleFunctions--no-bottom-border {
    padding-bottom: 15px; }
  .articleFunctions__inner {
    padding: 16px 15px 0; }
    .articleFunctions__inner:before, .articleFunctions__inner:after {
      background-color: #D9DADA;
      content: '';
      display: block;
      height: 1px;
      position: absolute;
      left: 0;
      right: 0; }
    .articleFunctions__inner:before {
      top: 0; }
    .articleFunctions__inner:after {
      bottom: 0;
      clear: both; }
    .articleFunctions--no-top-border .articleFunctions__inner {
      padding-top: 15px; }
    .articleFunctions--no-top-border .articleFunctions__inner:before,
    .articleFunctions--no-bottom-border .articleFunctions__inner:after {
      display: none; }
  .articleFunctions .icon {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 32px;
    color: #272B2E;
    float: left;
    min-width: 50px;
    min-height: 50px; }
    .articleFunctions .icon:before {
      font-size: 22px;
      font-size: 1.375rem;
      color: #8C9094;
      display: inline-block;
      padding-top: 9px;
      padding-bottom: 9px; }
    .articleFunctions .icon:hover:before {
      color: #272B2E; }
  .articleFunctions__print {
    float: left;
    padding-right: 10px;
    padding-left: 10px; }
    .articleFunctions__print:before {
      margin-right: 17px;
      vertical-align: middle;
      font-size: 2rem !important; }
  .articleFunctions__like {
    margin-right: 20px;
    margin-left: -10px; }
  .articleFunctions__share {
    float: right; }
    .articleFunctions__share input[type='checkbox'] {
      display: none; }
      .articleFunctions__share input[type='checkbox']:not(:checked) ~ .articleFunctions__more {
        display: block; }
      .articleFunctions__share input[type='checkbox']:not(:checked) ~ .articleFunctions__share-icons .icon:nth-child(n+5) {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .articleFunctions__share input[type='checkbox']:checked ~ .articleFunctions__less {
        display: block; }
    .articleFunctions__share .icon {
      position: relative;
      cursor: pointer;
      margin-left: 5px; }
      .articleFunctions__share .icon:first-child {
        margin-left: 0; }
      .articleFunctions__share .icon:before {
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        top: 50%; }
      .articleFunctions__share .icon.icon-link:before {
        font-size: 26px;
        font-size: 1.625rem; }
    .articleFunctions__share-icons {
      float: left; }
    .articleFunctions__share .articleFunctions__more,
    .articleFunctions__share .articleFunctions__less {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      float: left;
      margin-top: 10px !important;
      margin-left: 20px;
      display: none; }
    .articleFunctions[copy='true'] .articleFunctions__share .share-layer__link--copy {
      display: block; }
      .articleFunctions[copy='true'] .articleFunctions__share .share-layer__link--copy[successful]:before {
        -webkit-transition: color 0.5s;
        -o-transition: color 0.5s;
        transition: color 0.5s;
        color: #7EAC08; }
      .articleFunctions[copy='true'] .articleFunctions__share .share-layer__link--copy[unsuccessful]:before {
        -webkit-transition: color 0.5s;
        -o-transition: color 0.5s;
        transition: color 0.5s;
        color: #E2001A; }

.aem-Grid--fullWidth .articleFunctions {
  margin-left: -webkit-calc(6.25% - 15px);
  margin-left: calc(6.25% - 15px);
  margin-right: -webkit-calc(6.25% - 15px);
  margin-right: calc(6.25% - 15px);
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 375px) {
    .aem-Grid--fullWidth .articleFunctions {
      margin-left: -webkit-calc(5.33333% - 15px);
      margin-left: calc(5.33333% - 15px);
      margin-right: -webkit-calc(5.33333% - 15px);
      margin-right: calc(5.33333% - 15px); } }
  @media (min-width: 768px) {
    .aem-Grid--fullWidth .articleFunctions {
      margin-left: -webkit-calc(3.64583% - 15px);
      margin-left: calc(3.64583% - 15px);
      margin-right: -webkit-calc(3.64583% - 15px);
      margin-right: calc(3.64583% - 15px); } }
  @media (min-width: 1024px) {
    .aem-Grid--fullWidth .articleFunctions {
      margin-left: -webkit-calc(4.10156% - 15px);
      margin-left: calc(4.10156% - 15px);
      margin-right: -webkit-calc(4.10156% - 15px);
      margin-right: calc(4.10156% - 15px); } }
  @media (min-width: 1280px) {
    .aem-Grid--fullWidth .articleFunctions {
      max-width: 1210px;
      margin-left: auto;
      margin-right: auto; } }
  .aem-Grid--fullWidth .articleFunctions__inner:before, .aem-Grid--fullWidth .articleFunctions__inner:after {
    left: 15px;
    right: 15px; }

/* global settings */
/* global mixins */
/* functions */
/* clearfix */
/* ##########################
   mixins.scss imported from old styleguide !!!
   ########################## */
/* breakpoint */
/* object-fit polyfill */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* susy grid */
.callToAction--fullWidth {
  margin-left: -7.14286%;
  margin-right: -7.14286%; }
  @media (min-width: 375px) {
    .callToAction--fullWidth {
      margin-left: -5.97015%;
      margin-right: -5.97015%; } }
  @media (min-width: 768px) {
    .callToAction--fullWidth {
      margin-left: -3.93258%;
      margin-right: -3.93258%; } }
  @media (min-width: 1024px) {
    .callToAction--fullWidth {
      margin-left: -4.46809%;
      margin-right: -4.46809%; } }
  @media (min-width: 1280px) {
    .callToAction--fullWidth {
      margin-left: -webkit-calc((1180px - 100vw) / 2);
      margin-left: calc((1180px - 100vw) / 2);
      margin-right: -webkit-calc((1180px - 100vw) / 2);
      margin-right: calc((1180px - 100vw) / 2); } }
  .callToAction--fullWidth .callToAction__wrapper {
    margin-left: -webkit-calc(6.25% - 15px);
    margin-left: calc(6.25% - 15px);
    margin-right: -webkit-calc(6.25% - 15px);
    margin-right: calc(6.25% - 15px);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (min-width: 375px) {
      .callToAction--fullWidth .callToAction__wrapper {
        margin-left: -webkit-calc(5.33333% - 15px);
        margin-left: calc(5.33333% - 15px);
        margin-right: -webkit-calc(5.33333% - 15px);
        margin-right: calc(5.33333% - 15px); } }
    @media (min-width: 768px) {
      .callToAction--fullWidth .callToAction__wrapper {
        margin-left: -webkit-calc(3.64583% - 15px);
        margin-left: calc(3.64583% - 15px);
        margin-right: -webkit-calc(3.64583% - 15px);
        margin-right: calc(3.64583% - 15px); } }
    @media (min-width: 1024px) {
      .callToAction--fullWidth .callToAction__wrapper {
        margin-left: -webkit-calc(4.10156% - 15px);
        margin-left: calc(4.10156% - 15px);
        margin-right: -webkit-calc(4.10156% - 15px);
        margin-right: calc(4.10156% - 15px); } }
    @media (min-width: 1280px) {
      .callToAction--fullWidth .callToAction__wrapper {
        max-width: 1210px;
        margin-left: auto;
        margin-right: auto; } }

.aem-Grid--fullWidth .callToAction__wrapper {
  margin-left: -webkit-calc(6.25% - 15px);
  margin-left: calc(6.25% - 15px);
  margin-right: -webkit-calc(6.25% - 15px);
  margin-right: calc(6.25% - 15px);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 375px) {
    .aem-Grid--fullWidth .callToAction__wrapper {
      margin-left: -webkit-calc(5.33333% - 15px);
      margin-left: calc(5.33333% - 15px);
      margin-right: -webkit-calc(5.33333% - 15px);
      margin-right: calc(5.33333% - 15px); } }
  @media (min-width: 768px) {
    .aem-Grid--fullWidth .callToAction__wrapper {
      margin-left: -webkit-calc(3.64583% - 15px);
      margin-left: calc(3.64583% - 15px);
      margin-right: -webkit-calc(3.64583% - 15px);
      margin-right: calc(3.64583% - 15px); } }
  @media (min-width: 1024px) {
    .aem-Grid--fullWidth .callToAction__wrapper {
      margin-left: -webkit-calc(4.10156% - 15px);
      margin-left: calc(4.10156% - 15px);
      margin-right: -webkit-calc(4.10156% - 15px);
      margin-right: calc(4.10156% - 15px); } }
  @media (min-width: 1280px) {
    .aem-Grid--fullWidth .callToAction__wrapper {
      max-width: 1210px;
      margin-left: auto;
      margin-right: auto; } }

.callToAction__headline h2 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 1.75rem;
  line-height: 1.28571;
  font-weight: 200;
  color: #00B4DC;
  max-width: 885px; }
  @media (min-width: 1024px) {
    .callToAction__headline h2 {
      font-size: 2.125rem;
      line-height: 1.23529; } }

@media only print, screen and (min-width: 64rem) {
  .callToAction__contentRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.callToAction__headline + .callToAction__contentRow {
  margin-top: 20px; }

@media only print, screen and (min-width: 64rem) {
  .callToAction__richtext, .callToAction__actionPart {
    width: 50%; } }

@media only print, screen and (min-width: 64rem) {
  .callToAction__richtext {
    padding-right: 15px; } }

@media only print, screen and (min-width: 37.5rem) {
  .callToAction__actionPart {
    min-width: 515px; } }

@media only print, screen and (min-width: 64rem) {
  .callToAction__actionPart {
    position: relative;
    padding-left: 15px; } }

@media only print, screen and (min-width: 64rem) {
  .callToAction__buttons {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 500px; } }

.callToAction__buttons .button {
  margin-top: 20px; }
  @media only print, screen and (min-width: 64rem) {
    .callToAction__buttons .button {
      margin-top: 0;
      margin-bottom: 20px; }
      .callToAction__buttons .button + .button {
        margin-top: 0; } }
  .callToAction__buttons .button:first-child {
    margin-right: 15px; }

.callToAction--greyBackground {
  background-color: #E6E6E6; }

/*# sourceMappingURL=styles.css.map */
