:root {

  /*--link-color: var(--color-brand-red);*/
}
@font-face {
  font-family: 'STC-icons';
  src:
    url('STC-icons.ttf?adm4ps') format('truetype'),
    url('STC-icons.woff?adm4ps') format('woff'),
    url('STC-icons.svg?adm4ps#STC-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow:before {
  content: "\61";
  color: #b2151b;
}
.icon-Calendar:before {
  content: "\63";
  color: #a7a7a7;
}
.icon-Plus:before {
  content: "\2b";
  color: #34495e;
}
.icon-Search:before {
  content: "\73";
  color: #4a4a4a;
}
.icon-Telephone:before {
  content: "\74";
  color: #b2151b;
}
.icon-Language-DE .path1:before {
  content: "\64";
  color: rgb(255, 255, 255);
}
.icon-Language-DE .path2:before {
  content: "\65";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}
.icon-Language-DE .path3:before {
  content: "\66";
  margin-left: -1em;
  color: rgb(240, 21, 21);
}
.icon-Language-DE .path4:before {
  content: "\67";
  margin-left: -1em;
  color: rgb(255, 213, 33);
}
@font-face {
  font-family: 'STC-share-icons';
  src:  url('STC-share-icons.eot?y88cli');
  src:  url('STC-share-icons.eot?y88cli#iefix') format('embedded-opentype'),
    url('STC-share-icons.ttf?y88cli') format('truetype'),
    url('STC-share-icons.woff?y88cli') format('woff'),
    url('STC-share-icons.svg?y88cli#STC-share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "\66";
  color: #fff;
}
.icon-instagram:before {
  content: "\69";
  color: #fff;
}
.icon-linkedin:before {
  content: "\6c";
  color: #fff;
}
.icon-mail:before {
  content: "\6d";
  color: #fff;
}
.icon-twitter:before {
  content: "\74";
  color: #fff;
}
.icon-xing:before {
  content: "\78";
  color: #fff;
}
/**
 * Mixins
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * full height media
 * with object-fit workaround
 * @apply --full-height-media;
 */
/**
 * Optional hyphenation
 * @apply --hyphens;
 */
/**
 * Reset text
 * @apply --reset-text;
 */
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 * @apply --text-overflow
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template, /* 1 */
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 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 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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 */
  -webkit-text-decoration: underline dotted;
          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;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * 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;
}
/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * 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;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * 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"] {
  -webkit-box-sizing: border-box;
          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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 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 */
}
/*@custom-media --sm-viewport only screen and (min-width: 48em);*/
/*@custom-media --md-viewport only screen and (min-width: 64em);*/
/*@custom-media --lg-viewport only screen and (min-width: 75em);*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: calc((2rem * 0.5) * -1);
  margin-left: calc((2rem * 0.5) * -1);
}
.row.reverse,
.row.reverse-xs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: calc((2rem * 0.5));
  padding-left: calc((2rem * 0.5));
}
.col-xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  max-width: 100%;
}
.col-xs-1 {
  -webkit-flex-basis: 8.33333333%;
      -ms-flex-preferred-size: 8.33333333%;
          flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.col-xs-2 {
  -webkit-flex-basis: 16.66666667%;
      -ms-flex-preferred-size: 16.66666667%;
          flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.col-xs-3 {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -webkit-flex-basis: 33.33333333%;
      -ms-flex-preferred-size: 33.33333333%;
          flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.col-xs-5 {
  -webkit-flex-basis: 41.66666667%;
      -ms-flex-preferred-size: 41.66666667%;
          flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.col-xs-6 {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -webkit-flex-basis: 58.33333333%;
      -ms-flex-preferred-size: 58.33333333%;
          flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.col-xs-8 {
  -webkit-flex-basis: 66.66666667%;
      -ms-flex-preferred-size: 66.66666667%;
          flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.col-xs-9 {
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -webkit-flex-basis: 83.33333333%;
      -ms-flex-preferred-size: 83.33333333%;
          flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.col-xs-11 {
  -webkit-flex-basis: 91.66666667%;
      -ms-flex-preferred-size: 91.66666667%;
          flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.col-xs-12 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
[dir="ltr"] .start-xs {
  text-align: left;
}
[dir="rtl"] .start-xs {
  text-align: right;
}
.start-xs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.center-xs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
[dir="ltr"] .end-xs {
  text-align: right;
}
[dir="rtl"] .end-xs {
  text-align: left;
}
.end-xs {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-xs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.middle-xs {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom-xs {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.around-xs {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.between-xs {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.first-xs {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
.last-xs {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 48em) {
  .container {
    width: calc(45rem + (1rem * 2));
  }

  .row.reverse-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: calc((2rem * 0.5));
    padding-left: calc((2rem * 0.5));
  }

  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  [dir="ltr"] .start-sm {
    text-align: left;
  }

  [dir="rtl"] .start-sm {
    text-align: right;
  }

  .start-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

  [dir="ltr"] .end-sm {
    text-align: right;
  }

  [dir="rtl"] .end-sm {
    text-align: left;
  }

  .end-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .top-sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .around-sm {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 62em) {
  .container {
    width: calc(60rem + (1rem * 2));
  }

  .row.reverse-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: calc((2rem * 0.5));
    padding-left: calc((2rem * 0.5));
  }

  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  [dir="ltr"] .start-md {
    text-align: left;
  }

  [dir="rtl"] .start-md {
    text-align: right;
  }

  .start-md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

  [dir="ltr"] .end-md {
    text-align: right;
  }

  [dir="rtl"] .end-md {
    text-align: left;
  }

  .end-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .top-md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .around-md {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 75em) {
  .container {
    width: calc(70rem + (1rem * 2));
  }

  .row.reverse-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: calc((2rem * 0.5));
    padding-left: calc((2rem * 0.5));
  }

  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  [dir="ltr"] .start-lg {
    text-align: left;
  }

  [dir="rtl"] .start-lg {
    text-align: right;
  }

  .start-lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

  [dir="ltr"] .end-lg {
    text-align: right;
  }

  [dir="rtl"] .end-lg {
    text-align: left;
  }

  .end-lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .top-lg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .around-lg {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 90em) {
  .container {
    width: calc(73.75rem + (1rem * 2));
  }

  .row.reverse-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .col-xl,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-offset-0,
  .col-xl-offset-1,
  .col-xl-offset-2,
  .col-xl-offset-3,
  .col-xl-offset-4,
  .col-xl-offset-5,
  .col-xl-offset-6,
  .col-xl-offset-7,
  .col-xl-offset-8,
  .col-xl-offset-9,
  .col-xl-offset-10,
  .col-xl-offset-11,
  .col-xl-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: calc((2rem * 0.5));
    padding-left: calc((2rem * 0.5));
  }

  .col-xl {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-flex-basis: 58.33333333%;
        -ms-flex-preferred-size: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-flex-basis: 66.66666667%;
        -ms-flex-preferred-size: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-flex-basis: 83.33333333%;
        -ms-flex-preferred-size: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-flex-basis: 91.66666667%;
        -ms-flex-preferred-size: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }

  .col-xl-offset-0 {
    margin-left: 0;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  [dir="ltr"] .start-xl {
    text-align: left;
  }

  [dir="rtl"] .start-xl {
    text-align: right;
  }

  .start-xl {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .center-xl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

  [dir="ltr"] .end-xl {
    text-align: right;
  }

  [dir="rtl"] .end-xl {
    text-align: left;
  }

  .end-xl {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .top-xl {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .middle-xl {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .bottom-xl {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .around-xl {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }

  .between-xl {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .first-xl {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .last-xl {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}


:root {

  /*--link-color: var(--color-brand-red);*/
}
@font-face {
  font-family: 'STC-icons';
  src:
    url('STC-icons.ttf?adm4ps') format('truetype'),
    url('STC-icons.woff?adm4ps') format('woff'),
    url('STC-icons.svg?adm4ps#STC-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow:before {
  content: "\61";
  color: #b2151b;
}
.icon-Calendar:before {
  content: "\63";
  color: #a7a7a7;
}
.icon-Plus:before {
  content: "\2b";
  color: #34495e;
}
.icon-Search:before {
  content: "\73";
  color: #4a4a4a;
}
.icon-Telephone:before {
  content: "\74";
  color: #b2151b;
}
.icon-Language-DE .path1:before {
  content: "\64";
  color: rgb(255, 255, 255);
}
.icon-Language-DE .path2:before {
  content: "\65";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}
.icon-Language-DE .path3:before {
  content: "\66";
  margin-left: -1em;
  color: rgb(240, 21, 21);
}
.icon-Language-DE .path4:before {
  content: "\67";
  margin-left: -1em;
  color: rgb(255, 213, 33);
}
@font-face {
  font-family: 'STC-share-icons';
  src:  url('STC-share-icons.eot?y88cli');
  src:  url('STC-share-icons.eot?y88cli#iefix') format('embedded-opentype'),
    url('STC-share-icons.ttf?y88cli') format('truetype'),
    url('STC-share-icons.woff?y88cli') format('woff'),
    url('STC-share-icons.svg?y88cli#STC-share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "\66";
  color: #fff;
}
.icon-instagram:before {
  content: "\69";
  color: #fff;
}
.icon-linkedin:before {
  content: "\6c";
  color: #fff;
}
.icon-mail:before {
  content: "\6d";
  color: #fff;
}
.icon-twitter:before {
  content: "\74";
  color: #fff;
}
.icon-xing:before {
  content: "\78";
  color: #fff;
}
/**
 * Mixins
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * full height media
 * with object-fit workaround
 * @apply --full-height-media;
 */
/**
 * Optional hyphenation
 * @apply --hyphens;
 */
/**
 * Reset text
 * @apply --reset-text;
 */
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 * @apply --text-overflow
 */
.text-xxl-left {
  color: #34495E;
  font-family: 'Fira Sans', sans-serif;
  font-size: 4.5em;
  line-height: 5rem;
  word-wrap: normal;
}
@media (max-width: 47.999em) {
.text-xxl-left {
    font-size: 1.8rem;
    line-height: 1.4
}
  }
.block-text-base {
  color: #4A4A4A;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1rem;
}
@media (max-width: 42.999em) {
.block-text-base {
    font-size: 0.875rem;
    line-height: 1.4
}
  }
.block-text-sm {
  color: #4A4A4A;
  font-family: 'Fira Sans', sans-serif;
  font-size: 0.875rem;
}
@media (max-width: 47.999em) {
.block-text-sm {
    font-size: 0.75rem;
    line-height: 1.4
}
  }
/**
 * Text align helpers
 */
.text-xs-left {
  text-align: left !important;
}
.text-xs-center {
  text-align: center !important;
}
.text-xs-right {
  text-align: right !important;
}
@media (min-width: 48em) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
}
@media (min-width: 62em) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
}
@media (min-width: 75em) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
}
@media (min-width: 90em) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
}
/**
 * Visibility helpers
 */
.hidden-xs-up {
  display: none !important;
}
@media (max-width: 47.999em) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 48em) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 61.999em) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 62em) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 74.999em) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 75em) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 89.999em) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 90em) {
  .hidden-xl-up {
    display: none !important;
  }
}
@media (--media-xl-max) {
  .hidden-xl-down {
    display: none !important;
  }
}
.invisible {
  visibility: hidden;
}
/**
 * CSS Column helpers
 */
.css-cols-xs-1 {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1
}
.css-cols-xs-2 {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2
}
.css-cols-xs-3 {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3
}
.css-cols-xs-4 {
  -webkit-columns: 4;
     -moz-columns: 4;
          columns: 4
}
@media (min-width: 48em) {
  .css-cols-sm-1 {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1
  }
  .css-cols-sm-2 {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2
  }
  .css-cols-sm-3 {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3
  }
  .css-cols-sm-4 {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4
  }
}
@media (min-width: 62em) {
  .css-cols-md-1 {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1
  }
  .css-cols-md-2 {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2
  }
  .css-cols-md-3 {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3
  }
  .css-cols-md-4 {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4
  }
}
@media (min-width: 75em) {
  .css-cols-lg-1 {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1
  }
  .css-cols-lg-2 {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2
  }
  .css-cols-lg-3 {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3
  }
  .css-cols-lg-4 {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4
  }
}
@media (min-width: 90em) {
  .css-cols-xl-1 {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1
  }
  .css-cols-xl-2 {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2
  }
  .css-cols-xl-3 {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3
  }
  .css-cols-xl-4 {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4
  }
}
/**
 * Position helpers
 */
.pos-relative {
  position: relative !important;
}
.pos-absolute {
  position: absolute !important;
}
.pos-static {
  position: static !important;
}
.pos-fixed {
  position: fixed !important;
}
/* Spacing */
.spacing-top-1 {
  padding-top: 1rem;
}
.spacing-top-2 {
  padding-top: 2rem;
}
.spacing-top-3 {
  padding-top: 3rem;
}
.spacing-top-4 {
  padding-top: 4rem;
}
.spacing-top-5 {
  padding-top: 5rem;
}
.spacing-top-6 {
  padding-top: 6rem;
}
.spacing-bottom-1 {
  padding-bottom: 1rem;
}
.spacing-bottom-2 {
  padding-bottom: 2rem;
}
.spacing-bottom-3 {
  padding-bottom: 3rem;
}
.spacing-bottom-4 {
  padding-bottom: 4rem;
}
.spacing-bottom-5 {
  padding-bottom: 5rem;
}
.spacing-bottom-6 {
  padding-bottom: 6rem;
}
.container-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}
.container-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.col-1 {
    -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
.col-2 {
    -webkit-flex-basis: 16.66666667%;
        -ms-flex-preferred-size: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
.col-3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
.col-4 {
    -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
.col-5 {
    -webkit-flex-basis: 41.66666667%;
        -ms-flex-preferred-size: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
.col-6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
.col-12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
table {
  width: 100%;
  margin-bottom: 2rem;
  background-color: transparent;
  border: none;
  border-collapse: collapse;
}
thead th {
  padding: 1rem 1rem 0 1rem;
  background-color: transparent;
  text-align: center;
  border: 0px solid;
}
/* Background colors. */
tr:nth-child(even) {
  background: #F9FAFB;
}
tr:nth-child(odd) {
  background: transparent;
}
/* One column. */
th:first-child:nth-last-child(1),
th:first-child:nth-last-child(1) ~ th,
td:first-child:nth-last-child(1),
td:first-child:nth-last-child(1) ~ td,
tr:first-child:nth-last-child(1),
tr:first-child:nth-last-child(1) ~ tr {
  width: 100%;
}
/* Two column */
th:first-child:nth-last-child(2),
th:first-child:nth-last-child(2) ~ th,
td:first-child:nth-last-child(2),
td:first-child:nth-last-child(2) ~ td,
tr:first-child:nth-last-child(2),
tr:first-child:nth-last-child(2) ~ tr {
  width: 50%;
  min-width: 50%;

}
/* Three column */
th:first-child:nth-last-child(3),
th:first-child:nth-last-child(3) ~ th,
td:first-child:nth-last-child(3),
td:first-child:nth-last-child(3) ~ td,
tr:first-child:nth-last-child(3),
tr:first-child:nth-last-child(3) ~ tr {
  width: 33.3333%;
  min-width: 33.3333%;
}
/* Four column */
th:first-child:nth-last-child(4),
th:first-child:nth-last-child(4) ~ th,
td:first-child:nth-last-child(4),
td:first-child:nth-last-child(4) ~ td,
tr:first-child:nth-last-child(4),
tr:first-child:nth-last-child(4) ~ tr {
  width: 25%;
  min-width: 25%;
}
th,
td {
  border-left: 1px solid #9B9B9B;
  padding: 0.5rem 1rem;
  text-align: left;
}
th:first-child, td:first-child {
    border-left: none;
  }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}
/*@import "general/_effects.css";*/
@-ms-viewport { width: device-width; }
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  background-color: #FFF;
  color: #181818;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.4;

  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing : grayscale;
  -webkit-text-size-adjust : none;
     -moz-text-size-adjust : none;
      -ms-text-size-adjust : none;
          text-size-adjust : none;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: bold;
  color: #34495E;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 4.5em;
}
h2, .h2 {
  font-size: 2.5em;
}
@media (max-width: 61.999em) {
h2, .h2 {
    font-size: 1.8rem
}
  }
@media (max-width: 47.999em) {
h2, .h2 {
    font-size: 1.56rem
}
  }
h3, .h3 {
  font-size: 1.56rem;
}
@media (max-width: 47.999em) {
h3, .h3 {
    font-size: 1.188rem
}
  }
h4, .h4 {
  font-size: 1.188rem;
}
@media (max-width: 61.999em) {
h4, .h4 {
    font-size: 1rem
}
  }
@media (max-width: 47.999em) {
h4, .h4 {
    font-size: 0.875rem
}
  }
h5, .h5 {
  font-size: 1rem;
}
@media (max-width: 61.999em) {
h5, .h5 {
    font-size: 0.875rem
}
  }
@media (max-width: 47.999em) {
h5, .h5 {
    font-size: 0.75rem
}
  }
p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.4;
}
a {
  color: var(--link-color);
  text-decoration: underline;
  -webkit-transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
}
.no-touchevents a:hover {
      color: #D32029;
      text-decoration: none;
    }
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  }
hr {
  border: 0;
  border-bottom: 1px solid #ccc;
  margin: 1rem 0;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
blockquote {
  margin: 0 0 1rem;
}
[role="button"] {
  cursor: pointer;
}
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
[hidden] {
  display: none !important;
}
.arrow-bar {
  display: inline-block;
  position: absolute;
  padding: 0;
  top: 50%;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.5rem;
  -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 315deg);
          transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 315deg);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}
.arrow-bar:before,
  .arrow-bar:after {
    content: '';
    position: absolute;
    display: inline-block;
    -webkit-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
.arrow-bar:before {
    width: 0.125rem;
    height: 1.375rem;
    top: auto;
    left: auto;
    right: 0;
    bottom: 1px;
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, 0.0625rem, 0);
            transform: rotate3d(0, 0, 1, -45deg) translate3d(0, 0.0625rem, 0);
    background-color: #D32029;
  }
.arrow-bar:after {
    display: inline-block;
    left: 0;
    top: 0;
    height: 0.75rem;
    width: 0.75rem;
    border-bottom-style: solid;
    border-bottom-width: 0.125rem;
    border-right-style: solid;
    border-right-width: 0.125rem;
    border-color: #D32029;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
.arrow-bar.arrow-bar-right {
    left: auto;
    left: initial;
    right: 0;
  }
.arrow-bar.small-inline {
    position: relative;
    top: 0.375rem;
    margin-left: 1rem;
  }
.arrow-bar.small-inline:before {
      height: 1rem;
      width: 1px;
      bottom: 0;
      background-color: #4A4A4A;
    }
.arrow-bar.small-inline:after {
      left: 4px;
      top: 4.75px;
      height: 0.5rem;
      width: 0.5rem;
      border-right-width: 1px;
      border-bottom-width: 1px;
      border-color: #4A4A4A;
    }
.plus-sign {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
}
.plus-sign:before,
  .plus-sign:after {
    content: ' ';
    position: absolute;
    height: 1.5rem;
    width: 1px;
    background-color: #34495E;
  }
.plus-sign:after {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
.minus-sign {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
}
.minus-sign:after {
    content: ' ';
    position: absolute;
    height: 1.5rem;
    width: 1px;
    background-color: #34495E;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
.chevron-down {
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
}
.chevron-down:before,
  .chevron-down:after {
    content: ' ';
    position: absolute;
    height: 1.1rem;
    width: 1.5px;
    background-color: #34495E;
  }
.chevron-down:before {
    -webkit-transform: rotate(50deg);
        -ms-transform: rotate(50deg);
            transform: rotate(50deg);
    right: 3px;
  }
.chevron-down:after {
    -webkit-transform: rotate(-50deg);
        -ms-transform: rotate(-50deg);
            transform: rotate(-50deg);
  }
.chevron-up {
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
}
.chevron-up:before,
  .chevron-up:after {
    content: ' ';
    position: absolute;
    height: 1.1rem;
    width: 1.5px;
    background-color: #34495E;
  }
.chevron-up:before {
    -webkit-transform: rotate(-50deg);
        -ms-transform: rotate(-50deg);
            transform: rotate(-50deg);
    right: 3px;
  }
.chevron-up:after {
    -webkit-transform: rotate(50deg);
        -ms-transform: rotate(50deg);
            transform: rotate(50deg);
  }
.form {
  font-family: 'Fira Sans', sans-serif;
}
.form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
  }
.form legend {
    padding-bottom: 0.5rem;
  }
.form-field {
  margin: 0.5rem 0 0.76rem 0;
}
.form-field.radio-buttons {
    margin-bottom: 0;
  }
label {
  display: inline-block;
  font-size: 0.65rem;
  color: #9B9B9B;
}
[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
[type="select"],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
    /* Use important to override hubspot settings. */
  width: 100% !important;
  height: 40px;
  padding: 0.65rem;
  border: 1px solid #9B9B9B;
  font-size: 1rem;
  color: #4A4A4A;
  background-color: #FFF;
  border-radius: 3px;
  margin-bottom: 1rem;
  -webkit-transition: background-color 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background-color 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
[type="text"]:focus, [type="password"]:focus, [type="date"]:focus, [type="datetime"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="week"]:focus, [type="email"]:focus, [type="number"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="url"]:focus, [type="color"]:focus, [type="select"]:focus, textarea:focus {
    outline: none;
    border-color: #34495E;
  }
[type="text"].error, [type="password"].error, [type="date"].error, [type="datetime"].error, [type="datetime-local"].error, [type="month"].error, [type="week"].error, [type="email"].error, [type="number"].error, [type="search"].error, [type="tel"].error, [type="time"].error, [type="url"].error, [type="color"].error, [type="select"].error, textarea.error {
    background-color: #FEEEEE;
  }
/* Custom Checkbox. */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 2rem;
  margin-left: 1rem;
  cursor: pointer;
  font-size: 1rem;
  color: var(--color-warm-gray);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #FFF;
  border: 1px solid #9B9B9B;
  border-radius: 3px;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 8px;
  height: 12px;
  border: solid #34495E;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Custom RadioButton. */
.radio-buttons-field {
  margin-left: 1rem;
}
.radiobutton-container {
  display: block;
  position: relative;
  padding-left: 2rem;
  margin: 0.6rem 0;
  cursor: pointer;
  font-size: 1rem;
  color: var(--color-warm-gray);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radiobutton-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #FFF;
  border: 1px solid #9B9B9B;
  border-radius: 50%;
}
.radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radiobutton-container input:checked ~ .radio-checkmark:after {
  display: block;
}
.radiobutton-container .radio-checkmark:after {
  top: 4px;
	left: 4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #34495E;
}
button,
a.button,
.button-dropdown,
input[type="submit"] {
  position: relative;
  margin: 0;
  border: 0;
  width: 100%;
  min-height: 40px;
  background-color: #D32029;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: bold;
  border-radius: 2px;
  padding: 0.5rem;
  cursor: pointer;
}
button:hover, a.button:hover, .button-dropdown:hover, input[type="submit"]:hover {
  }
button.disabled, a.button.disabled, .button-dropdown.disabled, input[type="submit"].disabled {
    background-color: #9B9B9B;
    color: #EFF0F3;
    cursor: default;
  }
a.button {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding-top: 0.65rem;
}
.button-wrapper {
  position: relative;
}
.button-dropdown {
  display: inline-block;
  width: auto;
  min-width: 250px;
  text-align: left;
  height: 50px;
  font-size: 1rem;
  padding-right: 3.5em;
  outline: none;
  -webkit-transition: background-color 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background-color 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (max-width: 47.999em) {
.button-dropdown {
    padding-right: 2.5em
}
  }
.button-dropdown svg {
    margin: 0 1.25rem 0 0.5rem;
    vertical-align: text-bottom;
    -webkit-transition: opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
.button-dropdown:hover {
    background-color: #B9151D;
  }
.button-dropdown:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 13px;
    right: 2rem;
    top: 1.25rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAX/gAAF/4B9NK1SwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABtSURBVCiRzdAxCoAwDIXhrp09gEM9RmdxKN7Rkwn1BE7i9LukECptdREzhvclIcZ8VoAFFsA1ck5y1gAeOIFYggKi5HxqTsABbMCQgR5YBcz5tBusAgWDOnVUJ4XWY9JGqhsKcH8MFOxegf/UBfzIok4HUD50AAAAAElFTkSuQmCC);
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%208%208%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M4.177%205.53L4%205.707l-.354-.353-3-3L.293%202%201%201.293l.354.353L4%204.293l2.646-2.647L7%201.293%207.707%202l-.353.354-3%203-.177.176z%22%20fill%3D%22%23ffffff%22/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    -webkit-transition: background-color 0.8s linear, -webkit-transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: background-color 0.8s linear, -webkit-transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.8s linear;
    transition: transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.8s linear;
    transition: transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.8s linear, -webkit-transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
@media (max-width: 47.999em) {
.button-dropdown:after {
      right: 1.25rem
  }
    }
.button-dropdown .open,
  .button-dropdown .closed {
    position: relative;
  }
.button-dropdown .open {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
  }
.button-dropdown.button-dropdown-open {
    background-color: #C0242D;
    border-radius: 2px 2px 0 0 ;
  }
.button-dropdown.button-dropdown-open:after {
      -webkit-transform: rotate(180deg) translateY(2px);
          -ms-transform: rotate(180deg) translateY(2px);
              transform: rotate(180deg) translateY(2px);
    }
.button-open-upwards .button-dropdown.button-dropdown-open:after {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
      }
.button-dropdown.button-dropdown-open svg {
      opacity: 0.5;
    }
.button-dropdown.button-dropdown-open .closed {
      position: absolute;
      visibility: hidden;
      width: 0;
      height: 0;
      overflow: hidden;
    }
.button-dropdown.button-dropdown-open .open {
      position: relative;
      visibility: visible;
      width: auto;
      height: auto;
      overflow: auto;
      font-style: italic;
      opacity: 0.5;
    }
.button-dropdown.button-dropdown-open + .button-dropdown-list {
    height: auto;
    overflow: auto;
    visibility: visible;
    opacity: 1;
    max-height: 100vh;
    z-index: 1;
  }
.button-open-upwards .button-dropdown:after {
      -webkit-transform: rotate(180deg) translateY(2px);
          -ms-transform: rotate(180deg) translateY(2px);
              transform: rotate(180deg) translateY(2px);
    }
/* Handle special case */
a.button-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  vertical-align: middle;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.65rem;
  height: auto;
}
a.button-dropdown:after {
    display: none;
  }
.button-dropdown-list {
  position: absolute;
  display: block;
  width: auto;
  min-width: 250px;
  padding: 0;
  margin: 0;
  top: 100%;
  left: 0;
  height: 0;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  list-style: none;
  background-color: #C0242D;
  /* background-color: var(--color-brand-red); */
  color: #FFF;
  border-top: 2px solid #FFF;
  border-radius: 0 0 2px 2px;
  -webkit-transition: all 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (max-width: 61.999em) {
.button-dropdown-list {
    width: 100%
}
  }
.button-open-upwards .button-dropdown-list {
    top: 0;
    border-top: 0px solid transparent;
    border-bottom: 2px solid #FFF;

  }
.button-dropdown-item {
  padding: 0;
  margin: 0;
}
.button-dropdown-item + .button-dropdown-item {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
.button-dropdown-link {
  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;
  padding: 0.875rem;
  text-decoration: none;
  color: #FFF;
}
.button-dropdown-link:hover {
    background-color: #8C1920;
  }
.button-dropdown-link svg {
    margin-top: 0.375rem;
    margin-right: 1rem;
    min-width: 30px;
    vertical-align: middle;
  }
select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #9B9B9B;
  padding: 0.5rem;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 1.64;
  height: 43px;
  font-size: 1rem;
  padding-right: 2.5em;
  background-color: #F6F7F8;
  margin-bottom: 1rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACxJREFUeNpiYCASKOATBxH/gTgBTTIBKo7CScDBRxGcj8NE3DqJdTB2ABBgADk9C9mWmNS6AAAAAElFTkSuQmCC);
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M4.177%205.53L4%205.707l-.354-.353-3-3L.293%202%201%201.293l.354.353L4%204.293l2.646-2.647L7%201.293%207.707%202l-.353.354-3%203-.177.176z%22%20fill%3D%22currentColor%22/%3E%3C/svg%3E);
  background-repeat: no-repeat;
  background-position: right 1em  top 1em;
  -webkit-transition: border 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: border 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
select:hover,
  select:active,
  select:focus {
    outline: 0;
    border-color: #34495E;
  }
/* This is some basic styling for non-Webkit Browsers */
select option {
    padding: inherit;
    font-family: inherit;
    color: inherit !important;
    background: transparent !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
select option:checked,
  select option:hover {
    color: #FFF !important;
    background: rgb(47, 66, 85) !important;
    -webkit-box-shadow: 0 0 10px 100px rgb(47, 66, 85) inset;
            box-shadow: 0 0 10px 100px rgb(47, 66, 85) inset;
  }
select optgroup {
    font-family: inherit;
    padding: inherit;
  }
select optgroup option {
      padding: inherit;
      padding-left: 0;
      padding-right: 0;
      font-family: inherit;
    }
/* browser hacks */
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select::-ms-expand {
  display: none;
}
.stc-select.multiselect {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #9B9B9B;
  padding: 0.5rem;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 1.64;
  height: 43px;
  font-size: 1rem;
  padding-right: 2.5em;
  background-color: #F6F7F8;
  margin-bottom: 1rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACxJREFUeNpiYCASKOATBxH/gTgBTTIBKo7CScDBRxGcj8NE3DqJdTB2ABBgADk9C9mWmNS6AAAAAElFTkSuQmCC);
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M4.177%205.53L4%205.707l-.354-.353-3-3L.293%202%201%201.293l.354.353L4%204.293l2.646-2.647L7%201.293%207.707%202l-.353.354-3%203-.177.176z%22%20fill%3D%22currentColor%22/%3E%3C/svg%3E);
  background-repeat: no-repeat;
  background-position: right 1em  top 1em;
  -webkit-transition: border 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: border 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: border 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: transparent;
  padding: 0;
  height: 40px;
  max-height: 40px;
}
.stc-select.multiselect:focus {
    border-color: #34495E;
  }
.stc-select.multiselect .multiselect__input,
  .stc-select.multiselect .multiselect__tags {
    max-height: 40px;
    background: transparent;
  }
.stc-select.multiselect .multiselect__option--selected {
    background-color: #34495E;
    color: #FFF;
  }
.stc-select.multiselect .multiselect__option--highlight {
    background-color: #D32029;
    color: #FFF;
  }
.stc-select.multiselect .multiselect__tags {
    border: 0px solid transparent;
    cursor: pointer;
    padding: 0.5rem 0.375rem;
  }
.stc-select.multiselect .multiselect__input[placeholder] + .multiselect__placeholder {
    /* Hide if the input already has a placeholder */
    display: none;
  }
.stc-select.multiselect .multiselect__placeholder,
  .stc-select.multiselect .multiselect__element,
  .stc-select.multiselect .multiselect__single strong {
  font-size: 1rem;
    background: transparent;
    line-height: 1.4;
  }
.stc-select.multiselect .multiselect__single {
  font-size: 1rem;
    width: calc(100% - 40px) !important;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
.stc-select.multiselect .multiselect__input::-webkit-input-placeholder {
  font-size: 1rem;
  }
.stc-select.multiselect .multiselect__input::-moz-placeholder {
  font-size: 1rem;
  }
.stc-select.multiselect .multiselect__input:-ms-input-placeholder {
  font-size: 1rem;
  }
.stc-select.multiselect .multiselect__input::-ms-input-placeholder {
  font-size: 1rem;
  }
.stc-select.multiselect .multiselect__input::placeholder {
  font-size: 1rem;
  }
.stc-select.multiselect .multiselect__input:-ms-input-placeholder {
  font-size: 1rem;
  }
.stc-select.multiselect .multiselect__input::-ms-input-placeholder {
  font-size: 1rem;
  }
.stc-select.multiselect .multiselect__single strong {
    text-transform: none;
    font-weight: 400;
    color: inherit;
  }
.stc-select.multiselect .multiselect__single strong.is-upperCase {
      text-transform: uppercase;
    }
.stc-select.multiselect .multiselect--active .multiselect__input {
      width: calc(100% - 40px) !important;
    }
.stc-select.multiselect .multiselect__input,
  .stc-select.multiselect .multiselect__input:focus {
    width: calc(100% - 40px) !important;
  }
.stc-select.multiselect .multiselect__input {
    width: calc(100% - 40px) !important;
    position: absolute;
    top: 0;
    left: 0.75rem;
    margin: 0 !important;
    padding: 0 !important;
  font-size: 1rem;
  }
.stc-select.multiselect .multiselect__select::before {
    display: none;
    /* background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpolyline stroke='%23AEA599' points='7 17 11.5 22 16 17'/%3E%3Cpath stroke='%23AEA599' d='M11.5,2.5 L11.5,21.5' stroke-linecap='square'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
    display: block;
    border: 0;
    margin: 0;
    top: 2px; */
  }
.stc-select.multiselect .multiselect__content-wrapper {
    border: 1px solid #9B9B9B;
    z-index: 3;
  }
.stc-select.multiselect .multiselect__option {
  font-size: 1rem;
    white-space: normal;
  }
.stc-select.multiselect .multiselect__option.multiselect__option--highlight {
      background-color: #D32029;
      color: #FFF;
    }
/* Override for ZenDesk Chat */
.zopim[data-test-id="ChatWidgetMobileButton"],
.zopim[data-test-id="ChatWidgetButton"] {
  z-index: 100 !important;
}
textarea {
  min-height: 4rem;
  padding: 0.5rem;
  resize: vertical;
  max-width: 100%;
}
textarea[rows] {
    height: auto;
  }
/* .radio-button-container {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin: 0 14px 12px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: var(--color-white-smoke);
    border-radius: 50%;
  }
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-button-container input:checked ~ .checkmark:after {
  display: block;
}

.radio-button-container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: red;
} */

:root {

  /*--link-color: var(--color-brand-red);*/
}
@font-face {
  font-family: 'STC-icons';
  src:
    url('STC-icons.ttf?adm4ps') format('truetype'),
    url('STC-icons.woff?adm4ps') format('woff'),
    url('STC-icons.svg?adm4ps#STC-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow:before {
  content: "\61";
  color: #b2151b;
}
.icon-Calendar:before {
  content: "\63";
  color: #a7a7a7;
}
.icon-Plus:before {
  content: "\2b";
  color: #34495e;
}
.icon-Search:before {
  content: "\73";
  color: #4a4a4a;
}
.icon-Telephone:before {
  content: "\74";
  color: #b2151b;
}
.icon-Language-DE .path1:before {
  content: "\64";
  color: rgb(255, 255, 255);
}
.icon-Language-DE .path2:before {
  content: "\65";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}
.icon-Language-DE .path3:before {
  content: "\66";
  margin-left: -1em;
  color: rgb(240, 21, 21);
}
.icon-Language-DE .path4:before {
  content: "\67";
  margin-left: -1em;
  color: rgb(255, 213, 33);
}
@font-face {
  font-family: 'STC-share-icons';
  src:  url('STC-share-icons.eot?y88cli');
  src:  url('STC-share-icons.eot?y88cli#iefix') format('embedded-opentype'),
    url('STC-share-icons.ttf?y88cli') format('truetype'),
    url('STC-share-icons.woff?y88cli') format('woff'),
    url('STC-share-icons.svg?y88cli#STC-share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "\66";
  color: #fff;
}
.icon-instagram:before {
  content: "\69";
  color: #fff;
}
.icon-linkedin:before {
  content: "\6c";
  color: #fff;
}
.icon-mail:before {
  content: "\6d";
  color: #fff;
}
.icon-twitter:before {
  content: "\74";
  color: #fff;
}
.icon-xing:before {
  content: "\78";
  color: #fff;
}
/**
 * Mixins
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * full height media
 * with object-fit workaround
 * @apply --full-height-media;
 */
/**
 * Optional hyphenation
 * @apply --hyphens;
 */
/**
 * Reset text
 * @apply --reset-text;
 */
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 * @apply --text-overflow
 */
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}


[data-v-858dea52]:root {

  /*--link-color: var(--color-brand-red);*/
}
@font-face {
  font-family: 'STC-icons';
  src:
    url('STC-icons.ttf?adm4ps') format('truetype'),
    url('STC-icons.woff?adm4ps') format('woff'),
    url('STC-icons.svg?adm4ps#STC-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-858dea52], [class*=" icon-"][data-v-858dea52] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow[data-v-858dea52]:before {
  content: "\61";
  color: #b2151b;
}
.icon-Calendar[data-v-858dea52]:before {
  content: "\63";
  color: #a7a7a7;
}
.icon-Plus[data-v-858dea52]:before {
  content: "\2b";
  color: #34495e;
}
.icon-Search[data-v-858dea52]:before {
  content: "\73";
  color: #4a4a4a;
}
.icon-Telephone[data-v-858dea52]:before {
  content: "\74";
  color: #b2151b;
}
.icon-Language-DE .path1[data-v-858dea52]:before {
  content: "\64";
  color: rgb(255, 255, 255);
}
.icon-Language-DE .path2[data-v-858dea52]:before {
  content: "\65";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}
.icon-Language-DE .path3[data-v-858dea52]:before {
  content: "\66";
  margin-left: -1em;
  color: rgb(240, 21, 21);
}
.icon-Language-DE .path4[data-v-858dea52]:before {
  content: "\67";
  margin-left: -1em;
  color: rgb(255, 213, 33);
}
@font-face {
  font-family: 'STC-share-icons';
  src:  url('STC-share-icons.eot?y88cli');
  src:  url('STC-share-icons.eot?y88cli#iefix') format('embedded-opentype'),
    url('STC-share-icons.ttf?y88cli') format('truetype'),
    url('STC-share-icons.woff?y88cli') format('woff'),
    url('STC-share-icons.svg?y88cli#STC-share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-858dea52], [class*=" icon-"][data-v-858dea52] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook[data-v-858dea52]:before {
  content: "\66";
  color: #fff;
}
.icon-instagram[data-v-858dea52]:before {
  content: "\69";
  color: #fff;
}
.icon-linkedin[data-v-858dea52]:before {
  content: "\6c";
  color: #fff;
}
.icon-mail[data-v-858dea52]:before {
  content: "\6d";
  color: #fff;
}
.icon-twitter[data-v-858dea52]:before {
  content: "\74";
  color: #fff;
}
.icon-xing[data-v-858dea52]:before {
  content: "\78";
  color: #fff;
}
/**
 * Mixins
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * full height media
 * with object-fit workaround
 * @apply --full-height-media;
 */
/**
 * Optional hyphenation
 * @apply --hyphens;
 */
/**
 * Reset text
 * @apply --reset-text;
 */
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 * @apply --text-overflow
 */
.loading-page[data-v-858dea52] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  visibility: visible;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),  height 0.001s linear, opacity 0.15s linear;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),  height 0.001s linear, opacity 0.15s linear;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),  height 0.001s linear, opacity 0.15s linear;
}
.loading-page.hidden[data-v-858dea52] {
    visibility: hidden;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
    opacity: 0;
}
.preload-logo[data-v-858dea52] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 180px;
  position: relative;
}
.preload-logo[data-v-858dea52] svg {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 0 0 rgba(211, 32, 41, 0.4);
            box-shadow: 0 0 0 rgba(211, 32, 41, 0.4);
    -webkit-animation: pulse-data-v-858dea52 2s infinite;
            animation: pulse-data-v-858dea52 2s infinite;
}
@-webkit-keyframes pulse-data-v-858dea52 {
0% {
    -webkit-box-shadow: 0 0 0 0 rgba(211, 32, 41, 0.4);
            box-shadow: 0 0 0 0 rgba(211, 32, 41, 0.4);
}
70% {
    -webkit-box-shadow: 0 0 0 30px rgba(211, 32, 41, 0);
            box-shadow: 0 0 0 30px rgba(211, 32, 41, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(211, 32, 41, 0);
            box-shadow: 0 0 0 0 rgba(211, 32, 41, 0);
}
}
@keyframes pulse-data-v-858dea52 {
0% {
    -webkit-box-shadow: 0 0 0 0 rgba(211, 32, 41, 0.4);
            box-shadow: 0 0 0 0 rgba(211, 32, 41, 0.4);
}
70% {
    -webkit-box-shadow: 0 0 0 30px rgba(211, 32, 41, 0);
            box-shadow: 0 0 0 30px rgba(211, 32, 41, 0);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(211, 32, 41, 0);
            box-shadow: 0 0 0 0 rgba(211, 32, 41, 0);
}
}


:root {

  /*--link-color: var(--color-brand-red);*/
}
@font-face {
  font-family: 'STC-icons';
  src:
    url('STC-icons.ttf?adm4ps') format('truetype'),
    url('STC-icons.woff?adm4ps') format('woff'),
    url('STC-icons.svg?adm4ps#STC-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow:before {
  content: "\61";
  color: #b2151b;
}
.icon-Calendar:before {
  content: "\63";
  color: #a7a7a7;
}
.icon-Plus:before {
  content: "\2b";
  color: #34495e;
}
.icon-Search:before {
  content: "\73";
  color: #4a4a4a;
}
.icon-Telephone:before {
  content: "\74";
  color: #b2151b;
}
.icon-Language-DE .path1:before {
  content: "\64";
  color: rgb(255, 255, 255);
}
.icon-Language-DE .path2:before {
  content: "\65";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}
.icon-Language-DE .path3:before {
  content: "\66";
  margin-left: -1em;
  color: rgb(240, 21, 21);
}
.icon-Language-DE .path4:before {
  content: "\67";
  margin-left: -1em;
  color: rgb(255, 213, 33);
}
@font-face {
  font-family: 'STC-share-icons';
  src:  url('STC-share-icons.eot?y88cli');
  src:  url('STC-share-icons.eot?y88cli#iefix') format('embedded-opentype'),
    url('STC-share-icons.ttf?y88cli') format('truetype'),
    url('STC-share-icons.woff?y88cli') format('woff'),
    url('STC-share-icons.svg?y88cli#STC-share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "\66";
  color: #fff;
}
.icon-instagram:before {
  content: "\69";
  color: #fff;
}
.icon-linkedin:before {
  content: "\6c";
  color: #fff;
}
.icon-mail:before {
  content: "\6d";
  color: #fff;
}
.icon-twitter:before {
  content: "\74";
  color: #fff;
}
.icon-xing:before {
  content: "\78";
  color: #fff;
}
/**
 * Mixins
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * full height media
 * with object-fit workaround
 * @apply --full-height-media;
 */
/**
 * Optional hyphenation
 * @apply --hyphens;
 */
/**
 * Reset text
 * @apply --reset-text;
 */
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 * @apply --text-overflow
 */
.button--green {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #D32029;
  color: #D32029;
  text-decoration: none;
  padding: 10px 30px;
}
.button--green:hover {
  color: #fff;
  background-color: #D32029;
}
.button--grey {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #34495E;
  color: #34495E;
  text-decoration: none;
  padding: 10px 30px;
  margin-left: 15px;
}
.button--grey:hover {
  color: #fff;
  background-color: #34495E;
}


[data-v-e159f60a]:root {

  /*--link-color: var(--color-brand-red);*/
}
@font-face {
  font-family: 'STC-icons';
  src:
    url('STC-icons.ttf?adm4ps') format('truetype'),
    url('STC-icons.woff?adm4ps') format('woff'),
    url('STC-icons.svg?adm4ps#STC-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-e159f60a], [class*=" icon-"][data-v-e159f60a] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow[data-v-e159f60a]:before {
  content: "\61";
  color: #b2151b;
}
.icon-Calendar[data-v-e159f60a]:before {
  content: "\63";
  color: #a7a7a7;
}
.icon-Plus[data-v-e159f60a]:before {
  content: "\2b";
  color: #34495e;
}
.icon-Search[data-v-e159f60a]:before {
  content: "\73";
  color: #4a4a4a;
}
.icon-Telephone[data-v-e159f60a]:before {
  content: "\74";
  color: #b2151b;
}
.icon-Language-DE .path1[data-v-e159f60a]:before {
  content: "\64";
  color: rgb(255, 255, 255);
}
.icon-Language-DE .path2[data-v-e159f60a]:before {
  content: "\65";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}
.icon-Language-DE .path3[data-v-e159f60a]:before {
  content: "\66";
  margin-left: -1em;
  color: rgb(240, 21, 21);
}
.icon-Language-DE .path4[data-v-e159f60a]:before {
  content: "\67";
  margin-left: -1em;
  color: rgb(255, 213, 33);
}
@font-face {
  font-family: 'STC-share-icons';
  src:  url('STC-share-icons.eot?y88cli');
  src:  url('STC-share-icons.eot?y88cli#iefix') format('embedded-opentype'),
    url('STC-share-icons.ttf?y88cli') format('truetype'),
    url('STC-share-icons.woff?y88cli') format('woff'),
    url('STC-share-icons.svg?y88cli#STC-share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-e159f60a], [class*=" icon-"][data-v-e159f60a] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook[data-v-e159f60a]:before {
  content: "\66";
  color: #fff;
}
.icon-instagram[data-v-e159f60a]:before {
  content: "\69";
  color: #fff;
}
.icon-linkedin[data-v-e159f60a]:before {
  content: "\6c";
  color: #fff;
}
.icon-mail[data-v-e159f60a]:before {
  content: "\6d";
  color: #fff;
}
.icon-twitter[data-v-e159f60a]:before {
  content: "\74";
  color: #fff;
}
.icon-xing[data-v-e159f60a]:before {
  content: "\78";
  color: #fff;
}
/**
 * Mixins
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * full height media
 * with object-fit workaround
 * @apply --full-height-media;
 */
/**
 * Optional hyphenation
 * @apply --hyphens;
 */
/**
 * Reset text
 * @apply --reset-text;
 */
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 * @apply --text-overflow
 */
.main-container[data-v-e159f60a] {
  padding-top: 128px;
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(20%, #E9EDF1));
  background: -webkit-linear-gradient(top, #FFF 0%, #E9EDF1 20%);
  background: -o-linear-gradient(top, #FFF 0%, #E9EDF1 20%);
  background: linear-gradient(180deg, #FFF 0%, #E9EDF1 20%);
}
@media (max-width: 47.999em) {
.main-container[data-v-e159f60a] {
    padding-top: 70px
}
}


[data-v-3d448300]:root {

  /*--link-color: var(--color-brand-red);*/
}
@font-face {
  font-family: 'STC-icons';
  src:
    url('STC-icons.ttf?adm4ps') format('truetype'),
    url('STC-icons.woff?adm4ps') format('woff'),
    url('STC-icons.svg?adm4ps#STC-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-3d448300], [class*=" icon-"][data-v-3d448300] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow[data-v-3d448300]:before {
  content: "\61";
  color: #b2151b;
}
.icon-Calendar[data-v-3d448300]:before {
  content: "\63";
  color: #a7a7a7;
}
.icon-Plus[data-v-3d448300]:before {
  content: "\2b";
  color: #34495e;
}
.icon-Search[data-v-3d448300]:before {
  content: "\73";
  color: #4a4a4a;
}
.icon-Telephone[data-v-3d448300]:before {
  content: "\74";
  color: #b2151b;
}
.icon-Language-DE .path1[data-v-3d448300]:before {
  content: "\64";
  color: rgb(255, 255, 255);
}
.icon-Language-DE .path2[data-v-3d448300]:before {
  content: "\65";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}
.icon-Language-DE .path3[data-v-3d448300]:before {
  content: "\66";
  margin-left: -1em;
  color: rgb(240, 21, 21);
}
.icon-Language-DE .path4[data-v-3d448300]:before {
  content: "\67";
  margin-left: -1em;
  color: rgb(255, 213, 33);
}
@font-face {
  font-family: 'STC-share-icons';
  src:  url('STC-share-icons.eot?y88cli');
  src:  url('STC-share-icons.eot?y88cli#iefix') format('embedded-opentype'),
    url('STC-share-icons.ttf?y88cli') format('truetype'),
    url('STC-share-icons.woff?y88cli') format('woff'),
    url('STC-share-icons.svg?y88cli#STC-share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-3d448300], [class*=" icon-"][data-v-3d448300] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook[data-v-3d448300]:before {
  content: "\66";
  color: #fff;
}
.icon-instagram[data-v-3d448300]:before {
  content: "\69";
  color: #fff;
}
.icon-linkedin[data-v-3d448300]:before {
  content: "\6c";
  color: #fff;
}
.icon-mail[data-v-3d448300]:before {
  content: "\6d";
  color: #fff;
}
.icon-twitter[data-v-3d448300]:before {
  content: "\74";
  color: #fff;
}
.icon-xing[data-v-3d448300]:before {
  content: "\78";
  color: #fff;
}
/**
 * Mixins
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * full height media
 * with object-fit workaround
 * @apply --full-height-media;
 */
/**
 * Optional hyphenation
 * @apply --hyphens;
 */
/**
 * Reset text
 * @apply --reset-text;
 */
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 * @apply --text-overflow
 */
.homepage-header[data-v-3d448300] {
  max-width: 100%;
}
.title-inset[data-v-3d448300] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.title-inset .text-xxl-left[data-v-3d448300] {
    margin-bottom: 0.375rem;
}
@media (min-width: 62em) {
.title-inset .text-xxl-left[data-v-3d448300] {
      margin-bottom: 1.75rem
}
}
@media (max-width: 47.999em) {
.title-inset[data-v-3d448300] {
    margin-top: 1.5rem;
    padding: 0 0.5rem 0 0.5rem
}
}
.headerImage[data-v-3d448300] {
  height: 0;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  padding-top: calc(100% / 32 * 9);
  margin: 0;
}
@media (max-width: 47.999em) {
.headerImage[data-v-3d448300] {
    padding-top: 100%
}
}
@media (max-width: 74.999em) {
.headerImage[data-v-3d448300] {
    padding-top: calc(100% / 16 * 9)
}
}
.headerImage[data-v-3d448300] img {
    position: absolute;
    top: 0;
    left: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
}


[data-v-0e443d18]:root {

  /*--link-color: var(--color-brand-red);*/
}
@font-face {
  font-family: 'STC-icons';
  src:
    url('STC-icons.ttf?adm4ps') format('truetype'),
    url('STC-icons.woff?adm4ps') format('woff'),
    url('STC-icons.svg?adm4ps#STC-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-0e443d18], [class*=" icon-"][data-v-0e443d18] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow[data-v-0e443d18]:before {
  content: "\61";
  color: #b2151b;
}
.icon-Calendar[data-v-0e443d18]:before {
  content: "\63";
  color: #a7a7a7;
}
.icon-Plus[data-v-0e443d18]:before {
  content: "\2b";
  color: #34495e;
}
.icon-Search[data-v-0e443d18]:before {
  content: "\73";
  color: #4a4a4a;
}
.icon-Telephone[data-v-0e443d18]:before {
  content: "\74";
  color: #b2151b;
}
.icon-Language-DE .path1[data-v-0e443d18]:before {
  content: "\64";
  color: rgb(255, 255, 255);
}
.icon-Language-DE .path2[data-v-0e443d18]:before {
  content: "\65";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}
.icon-Language-DE .path3[data-v-0e443d18]:before {
  content: "\66";
  margin-left: -1em;
  color: rgb(240, 21, 21);
}
.icon-Language-DE .path4[data-v-0e443d18]:before {
  content: "\67";
  margin-left: -1em;
  color: rgb(255, 213, 33);
}
@font-face {
  font-family: 'STC-share-icons';
  src:  url('STC-share-icons.eot?y88cli');
  src:  url('STC-share-icons.eot?y88cli#iefix') format('embedded-opentype'),
    url('STC-share-icons.ttf?y88cli') format('truetype'),
    url('STC-share-icons.woff?y88cli') format('woff'),
    url('STC-share-icons.svg?y88cli#STC-share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-0e443d18], [class*=" icon-"][data-v-0e443d18] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook[data-v-0e443d18]:before {
  content: "\66";
  color: #fff;
}
.icon-instagram[data-v-0e443d18]:before {
  content: "\69";
  color: #fff;
}
.icon-linkedin[data-v-0e443d18]:before {
  content: "\6c";
  color: #fff;
}
.icon-mail[data-v-0e443d18]:before {
  content: "\6d";
  color: #fff;
}
.icon-twitter[data-v-0e443d18]:before {
  content: "\74";
  color: #fff;
}
.icon-xing[data-v-0e443d18]:before {
  content: "\78";
  color: #fff;
}
/**
 * Mixins
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * full height media
 * with object-fit workaround
 * @apply --full-height-media;
 */
/**
 * Optional hyphenation
 * @apply --hyphens;
 */
/**
 * Reset text
 * @apply --reset-text;
 */
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 * @apply --text-overflow
 */
.container[data-v-0e443d18] {
  height: 100%;
}
@media (max-width: 47.999em) {
.container[data-v-0e443d18] {
    padding: 0;
    margin: 0
}
}
.sub-container[data-v-0e443d18] {
  display: inline-block;
  -webkit-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
.sub-container .upper-section[data-v-0e443d18] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 1rem;
    top: 0;
}
@media (max-width: 47.999em) {
.sub-container .upper-section[data-v-0e443d18] {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      bottom: 0;
      width: 100%
}
}
@media (max-width: 47.999em) {
.sub-container[data-v-0e443d18] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    top: 0;
    left: 0;
    overflow-y: scroll;
    position: relative;
    /* TODO: Check this again seems really strange */
    /* 110vh needed so that the Contact component gets pushed down correctly in mobile mode. */
    /* max-height: calc(110vh - 64px); */
    height: calc(100% - 80px);
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start
}
.sub-container[data-v-0e443d18]:not(.mobileNavigation) {
      max-height: 0 !important;
      overflow: hidden;
}
}
.header[data-v-0e443d18] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  z-index: 200;
}
.header.scrolled[data-v-0e443d18] {
    -webkit-box-shadow: 0px -4px 15px 0px rgba(0, 0, 0, 0.75);
            box-shadow: 0px -4px 15px 0px rgba(0, 0, 0, 0.75);
}
.header.resized[data-v-0e443d18] {
    /* Must be defined because the logo still keeps 83px even after scaled. */
    height: 83px;
}
.header.mobileNavigation[data-v-0e443d18] {
    height: 100%;
}
[data-v-0e443d18] .contact {
  z-index: 200;
}
@media (max-width: 47.999em) {
[data-v-0e443d18] .contact {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 0.5rem 0
}
}
[data-v-0e443d18] .call-center {
  z-index: 200;
}
@media (max-width: 47.999em) {
[data-v-0e443d18] .call-center {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    right: 0
}
}
[data-v-0e443d18] .languageMenu {
  z-index: 200;
}
@media (max-width: 47.999em) {
[data-v-0e443d18] .languageMenu {
    position: relative;
    top: 0;
    left: 0;
    right: 0
}
}
[data-v-0e443d18] .logo {
  display: inline-block;
  width: 83px;
  height: 83px;
  margin: 21px 0 24px 0;
}
[data-v-0e443d18] .logo.resized {
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    /* 50 x 50px */
    -webkit-transform: scale(0.60) translateY(-7px);
        -ms-transform: scale(0.60) translateY(-7px);
            transform: scale(0.60) translateY(-7px);
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
    -webkit-transition: transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: -webkit-transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (max-width: 47.999em) {
[data-v-0e443d18] .logo {
    width: 50px;
    height: 50px;
    margin: 12px 16px;
    z-index: 1000
}
}
[data-v-0e443d18] .navigation {
  bottom: 35px;
  left: 1rem;
}
[data-v-0e443d18] .navigation .menu-header {
    padding: 1rem 0rem;
}
@media (max-width: 47.999em) {
[data-v-0e443d18] .navigation .menu-header {
      padding: 0
}
}
[data-v-0e443d18] .navigation.resized {
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translate(-32px, -20px);
        -ms-transform: translate(-32px, -20px);
            transform: translate(-32px, -20px);
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
    -webkit-transition: transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: -webkit-transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-v-0e443d18] .navigation.resized .menu-header {
      font-size: 1rem;
}
@media (max-width: 47.999em) {
[data-v-0e443d18] .navigation {
    /* override pos-relative */
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    margin-bottom: 148px
}
}
[data-v-0e443d18] .iconButton {
  display: none;
  width: 50px;
  height: 50px;
  margin: 12px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 0 0 0;
  z-index: 300;
}
@media (max-width: 47.999em) {
[data-v-0e443d18] .iconButton {
    display: inline;
    z-index: 1000
}
}


[data-v-236fc3a8]:root {

  /*--link-color: var(--color-brand-red);*/
}
@font-face {
  font-family: 'STC-icons';
  src:
    url('STC-icons.ttf?adm4ps') format('truetype'),
    url('STC-icons.woff?adm4ps') format('woff'),
    url('STC-icons.svg?adm4ps#STC-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-236fc3a8], [class*=" icon-"][data-v-236fc3a8] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow[data-v-236fc3a8]:before {
  content: "\61";
  color: #b2151b;
}
.icon-Calendar[data-v-236fc3a8]:before {
  content: "\63";
  color: #a7a7a7;
}
.icon-Plus[data-v-236fc3a8]:before {
  content: "\2b";
  color: #34495e;
}
.icon-Search[data-v-236fc3a8]:before {
  content: "\73";
  color: #4a4a4a;
}
.icon-Telephone[data-v-236fc3a8]:before {
  content: "\74";
  color: #b2151b;
}
.icon-Language-DE .path1[data-v-236fc3a8]:before {
  content: "\64";
  color: rgb(255, 255, 255);
}
.icon-Language-DE .path2[data-v-236fc3a8]:before {
  content: "\65";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}
.icon-Language-DE .path3[data-v-236fc3a8]:before {
  content: "\66";
  margin-left: -1em;
  color: rgb(240, 21, 21);
}
.icon-Language-DE .path4[data-v-236fc3a8]:before {
  content: "\67";
  margin-left: -1em;
  color: rgb(255, 213, 33);
}
@font-face {
  font-family: 'STC-share-icons';
  src:  url('STC-share-icons.eot?y88cli');
  src:  url('STC-share-icons.eot?y88cli#iefix') format('embedded-opentype'),
    url('STC-share-icons.ttf?y88cli') format('truetype'),
    url('STC-share-icons.woff?y88cli') format('woff'),
    url('STC-share-icons.svg?y88cli#STC-share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-236fc3a8], [class*=" icon-"][data-v-236fc3a8] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook[data-v-236fc3a8]:before {
  content: "\66";
  color: #fff;
}
.icon-instagram[data-v-236fc3a8]:before {
  content: "\69";
  color: #fff;
}
.icon-linkedin[data-v-236fc3a8]:before {
  content: "\6c";
  color: #fff;
}
.icon-mail[data-v-236fc3a8]:before {
  content: "\6d";
  color: #fff;
}
.icon-twitter[data-v-236fc3a8]:before {
  content: "\74";
  color: #fff;
}
.icon-xing[data-v-236fc3a8]:before {
  content: "\78";
  color: #fff;
}
/**
 * Mixins
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * full height media
 * with object-fit workaround
 * @apply --full-height-media;
 */
/**
 * Optional hyphenation
 * @apply --hyphens;
 */
/**
 * Reset text
 * @apply --reset-text;
 */
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 * @apply --text-overflow
 */
.logo[data-v-236fc3a8] {
  display: inline-block;
}
.logo a[data-v-236fc3a8] {
    position: relative;
    text-decoration: none;
}
.logo[data-v-236fc3a8] svg {
  width: 100%;
  height: auto;
}


[data-v-78735c20]:root {

  /*--link-color: var(--color-brand-red);*/
}
@font-face {
  font-family: 'STC-icons';
  src:
    url('STC-icons.ttf?adm4ps') format('truetype'),
    url('STC-icons.woff?adm4ps') format('woff'),
    url('STC-icons.svg?adm4ps#STC-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-78735c20], [class*=" icon-"][data-v-78735c20] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow[data-v-78735c20]:before {
  content: "\61";
  color: #b2151b;
}
.icon-Calendar[data-v-78735c20]:before {
  content: "\63";
  color: #a7a7a7;
}
.icon-Plus[data-v-78735c20]:before {
  content: "\2b";
  color: #34495e;
}
.icon-Search[data-v-78735c20]:before {
  content: "\73";
  color: #4a4a4a;
}
.icon-Telephone[data-v-78735c20]:before {
  content: "\74";
  color: #b2151b;
}
.icon-Language-DE .path1[data-v-78735c20]:before {
  content: "\64";
  color: rgb(255, 255, 255);
}
.icon-Language-DE .path2[data-v-78735c20]:before {
  content: "\65";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}
.icon-Language-DE .path3[data-v-78735c20]:before {
  content: "\66";
  margin-left: -1em;
  color: rgb(240, 21, 21);
}
.icon-Language-DE .path4[data-v-78735c20]:before {
  content: "\67";
  margin-left: -1em;
  color: rgb(255, 213, 33);
}
@font-face {
  font-family: 'STC-share-icons';
  src:  url('STC-share-icons.eot?y88cli');
  src:  url('STC-share-icons.eot?y88cli#iefix') format('embedded-opentype'),
    url('STC-share-icons.ttf?y88cli') format('truetype'),
    url('STC-share-icons.woff?y88cli') format('woff'),
    url('STC-share-icons.svg?y88cli#STC-share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-78735c20], [class*=" icon-"][data-v-78735c20] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook[data-v-78735c20]:before {
  content: "\66";
  color: #fff;
}
.icon-instagram[data-v-78735c20]:before {
  content: "\69";
  color: #fff;
}
.icon-linkedin[data-v-78735c20]:before {
  content: "\6c";
  color: #fff;
}
.icon-mail[data-v-78735c20]:before {
  content: "\6d";
  color: #fff;
}
.icon-twitter[data-v-78735c20]:before {
  content: "\74";
  color: #fff;
}
.icon-xing[data-v-78735c20]:before {
  content: "\78";
  color: #fff;
}
/**
 * Mixins
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * full height media
 * with object-fit workaround
 * @apply --full-height-media;
 */
/**
 * Optional hyphenation
 * @apply --hyphens;
 */
/**
 * Reset text
 * @apply --reset-text;
 */
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 * @apply --text-overflow
 */
.call-center[data-v-78735c20] {
  display: inline-block;
  margin-right: 2rem;
  margin-top: 0.25rem;
}
@media (max-width: 47.999em) {
.call-center[data-v-78735c20] {
    width: 100%;
    margin-right: 0
}
}
.header[data-v-78735c20] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  background-color: #FFF;
  color: #D32029;
  font-weight: bold;
}
@media (max-width: 47.999em) {
.header[data-v-78735c20] {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1rem 0 0
}
}
.header p[data-v-78735c20] {
    margin: 0;
}
@media (max-width: 47.999em) {
.header p[data-v-78735c20] {
      margin-bottom: 1rem
}
}
.content[data-v-78735c20] {
  position: absolute;
  top: 1.5rem;
  max-height: 0;
  min-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  margin-left: -1rem;
  background-color: #FFF;
}
@media (max-width: 47.999em) {
.content[data-v-78735c20] {
    position: relative;
    top: -1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0
}
}
.content.opened[data-v-78735c20] {
    max-height: 138px;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 47.999em) {
.content.opened[data-v-78735c20] {
      -webkit-box-shadow: none;
      box-shadow: none
}
}
.toggleButton[data-v-78735c20] {
  -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
          transform: scale(0.3);
  margin: 0.5rem 0.4rem 0.7rem 0.4rem;
}
.toggleButton .chevron-up[data-v-78735c20]:before,
  .toggleButton .chevron-up[data-v-78735c20]:after,
  .toggleButton .chevron-down[data-v-78735c20]:before,
  .toggleButton .chevron-down[data-v-78735c20]:after {
    width: 0.3rem;
    background-color: red;
}
.toggleButton .chevron-up[data-v-78735c20]:after,
  .toggleButton .chevron-down[data-v-78735c20]:after {
    left: 0px;
}
@media (max-width: 47.999em) {
.toggleButton[data-v-78735c20] {
    margin-bottom: 1.5rem
}
}
[data-v-78735c20] img {
  float: left;
  border-radius: 50%;
  margin: 1.8rem 1.5rem 0.5rem 1.5rem;
  min-width: 87px;
  width: 87px;
  height: auto;
}
@media (max-width: 47.999em) {
[data-v-78735c20] img {
    margin: 1rem 0rem 0 1.5rem
}
}
[data-v-78735c20] .text {
  font-size: 0.875rem;
  text-align: left;
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
}



[data-v-62b1d29e]:root {

  /*--link-color: var(--color-brand-red);*/
}
@font-face {
  font-family: 'STC-icons';
  src:
    url('STC-icons.ttf?adm4ps') format('truetype'),
    url('STC-icons.woff?adm4ps') format('woff'),
    url('STC-icons.svg?adm4ps#STC-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-62b1d29e], [class*=" icon-"][data-v-62b1d29e] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow[data-v-62b1d29e]:before {
  content: "\61";
  color: #b2151b;
}
.icon-Calendar[data-v-62b1d29e]:before {
  content: "\63";
  color: #a7a7a7;
}
.icon-Plus[data-v-62b1d29e]:before {
  content: "\2b";
  color: #34495e;
}
.icon-Search[data-v-62b1d29e]:before {
  content: "\73";
  color: #4a4a4a;
}
.icon-Telephone[data-v-62b1d29e]:before {
  content: "\74";
  color: #b2151b;
}
.icon-Language-DE .path1[data-v-62b1d29e]:before {
  content: "\64";
  color: rgb(255, 255, 255);
}
.icon-Language-DE .path2[data-v-62b1d29e]:before {
  content: "\65";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}
.icon-Language-DE .path3[data-v-62b1d29e]:before {
  content: "\66";
  margin-left: -1em;
  color: rgb(240, 21, 21);
}
.icon-Language-DE .path4[data-v-62b1d29e]:before {
  content: "\67";
  margin-left: -1em;
  color: rgb(255, 213, 33);
}
@font-face {
  font-family: 'STC-share-icons';
  src:  url('STC-share-icons.eot?y88cli');
  src:  url('STC-share-icons.eot?y88cli#iefix') format('embedded-opentype'),
    url('STC-share-icons.ttf?y88cli') format('truetype'),
    url('STC-share-icons.woff?y88cli') format('woff'),
    url('STC-share-icons.svg?y88cli#STC-share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-62b1d29e], [class*=" icon-"][data-v-62b1d29e] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook[data-v-62b1d29e]:before {
  content: "\66";
  color: #fff;
}
.icon-instagram[data-v-62b1d29e]:before {
  content: "\69";
  color: #fff;
}
.icon-linkedin[data-v-62b1d29e]:before {
  content: "\6c";
  color: #fff;
}
.icon-mail[data-v-62b1d29e]:before {
  content: "\6d";
  color: #fff;
}
.icon-twitter[data-v-62b1d29e]:before {
  content: "\74";
  color: #fff;
}
.icon-xing[data-v-62b1d29e]:before {
  content: "\78";
  color: #fff;
}
/**
 * Mixins
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * full height media
 * with object-fit workaround
 * @apply --full-height-media;
 */
/**
 * Optional hyphenation
 * @apply --hyphens;
 */
/**
 * Reset text
 * @apply --reset-text;
 */
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 * @apply --text-overflow
 */
.contact[data-v-62b1d29e] {
  display: inline-block;
  background-color: #FFF;
  color: #D32029;
  margin-right: 1rem;
}
@media (max-width: 47.999em) {
.contact[data-v-62b1d29e] {
    width: 100%;
    padding: 1rem 0;
    margin-right: 0;
    background-color: #FFF
}
}
.contact a[data-v-62b1d29e] {
    text-decoration: none;
    /* Fixes wrong link color in IE/Edge */
    color: inherit;
}
.contact .icon[data-v-62b1d29e] {
    top: 0;
    font-family: 'STC-icons';
    font-size: 1.25rem;
}
.contact span[data-v-62b1d29e] {
    bottom: 3px;
    display: inline-block;
    font-family: 'Fira Sans', sans-serif;
    font-weight: bold;
}


[data-v-37fec85f]:root {

  /*--link-color: var(--color-brand-red);*/
}
@font-face {
  font-family: 'STC-icons';
  src:
    url('STC-icons.ttf?adm4ps') format('truetype'),
    url('STC-icons.woff?adm4ps') format('woff'),
    url('STC-icons.svg?adm4ps#STC-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-37fec85f], [class*=" icon-"][data-v-37fec85f] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow[data-v-37fec85f]:before {
  content: "\61";
  color: #b2151b;
}
.icon-Calendar[data-v-37fec85f]:before {
  content: "\63";
  color: #a7a7a7;
}
.icon-Plus[data-v-37fec85f]:before {
  content: "\2b";
  color: #34495e;
}
.icon-Search[data-v-37fec85f]:before {
  content: "\73";
  color: #4a4a4a;
}
.icon-Telephone[data-v-37fec85f]:before {
  content: "\74";
  color: #b2151b;
}
.icon-Language-DE .path1[data-v-37fec85f]:before {
  content: "\64";
  color: rgb(255, 255, 255);
}
.icon-Language-DE .path2[data-v-37fec85f]:before {
  content: "\65";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}
.icon-Language-DE .path3[data-v-37fec85f]:before {
  content: "\66";
  margin-left: -1em;
  color: rgb(240, 21, 21);
}
.icon-Language-DE .path4[data-v-37fec85f]:before {
  content: "\67";
  margin-left: -1em;
  color: rgb(255, 213, 33);
}
@font-face {
  font-family: 'STC-share-icons';
  src:  url('STC-share-icons.eot?y88cli');
  src:  url('STC-share-icons.eot?y88cli#iefix') format('embedded-opentype'),
    url('STC-share-icons.ttf?y88cli') format('truetype'),
    url('STC-share-icons.woff?y88cli') format('woff'),
    url('STC-share-icons.svg?y88cli#STC-share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-37fec85f], [class*=" icon-"][data-v-37fec85f] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook[data-v-37fec85f]:before {
  content: "\66";
  color: #fff;
}
.icon-instagram[data-v-37fec85f]:before {
  content: "\69";
  color: #fff;
}
.icon-linkedin[data-v-37fec85f]:before {
  content: "\6c";
  color: #fff;
}
.icon-mail[data-v-37fec85f]:before {
  content: "\6d";
  color: #fff;
}
.icon-twitter[data-v-37fec85f]:before {
  content: "\74";
  color: #fff;
}
.icon-xing[data-v-37fec85f]:before {
  content: "\78";
  color: #fff;
}
/**
 * Mixins
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * full height media
 * with object-fit workaround
 * @apply --full-height-media;
 */
/**
 * Optional hyphenation
 * @apply --hyphens;
 */
/**
 * Reset text
 * @apply --reset-text;
 */
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 * @apply --text-overflow
 */
.languageMenu[data-v-37fec85f] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFF;
}
@media (max-width: 47.999em) {
.languageMenu[data-v-37fec85f] {
    width: 100%;
    padding: 0.8rem 0
}
}
/* TODO: Clean up the styles scattered over all templates */
.languageMenu[data-v-37fec85f] .drop-down {
    display: inline-block;
    font-family: 'Fira Sans', sans-serif;
    color: #34495E;
    font-weight: bold;
}
.languageMenu[data-v-37fec85f] .drop-down .menu-header {
      margin: 0 0.5rem 0 1rem;
      font-size: 1rem;
      font-weight: bold;
}
@media (max-width: 47.999em) {
.languageMenu[data-v-37fec85f] .drop-down .menu-header {
        margin  : 0
}
}
.languageMenu[data-v-37fec85f] .drop-down .menu-body {
      top: 1.4rem;
      background-color: #FFF;
      font-size: 0.875rem;
}
.languageMenu[data-v-37fec85f] .drop-down .menu-body .item-list {
        width: 6rem;
}
.languageMenu[data-v-37fec85f] .drop-down .menu-body .item-list .item {
          width: 100%;
          text-align: left;
}
.languageMenu[data-v-37fec85f] .drop-down .menu-body .item-list .item:hover {
            color: #D32029;
}
@media (max-width: 47.999em) {
.languageMenu[data-v-37fec85f] .drop-down .menu-body {
        width: 100%;
        position: relative;
        top: 0;
        left: 0
}
}
.languageMenu[data-v-37fec85f] svg {
    display: inline-block;
    border: 0;
    width: 20px;
    height: 10px;
}



[data-v-dcd46486]:root {

  /*--link-color: var(--color-brand-red);*/
}
@font-face {
  font-family: 'STC-icons';
  src:
    url('STC-icons.ttf?adm4ps') format('truetype'),
    url('STC-icons.woff?adm4ps') format('woff'),
    url('STC-icons.svg?adm4ps#STC-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-dcd46486], [class*=" icon-"][data-v-dcd46486] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow[data-v-dcd46486]:before {
  content: "\61";
  color: #b2151b;
}
.icon-Calendar[data-v-dcd46486]:before {
  content: "\63";
  color: #a7a7a7;
}
.icon-Plus[data-v-dcd46486]:before {
  content: "\2b";
  color: #34495e;
}
.icon-Search[data-v-dcd46486]:before {
  content: "\73";
  color: #4a4a4a;
}
.icon-Telephone[data-v-dcd46486]:before {
  content: "\74";
  color: #b2151b;
}
.icon-Language-DE .path1[data-v-dcd46486]:before {
  content: "\64";
  color: rgb(255, 255, 255);
}
.icon-Language-DE .path2[data-v-dcd46486]:before {
  content: "\65";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}
.icon-Language-DE .path3[data-v-dcd46486]:before {
  content: "\66";
  margin-left: -1em;
  color: rgb(240, 21, 21);
}
.icon-Language-DE .path4[data-v-dcd46486]:before {
  content: "\67";
  margin-left: -1em;
  color: rgb(255, 213, 33);
}
@font-face {
  font-family: 'STC-share-icons';
  src:  url('STC-share-icons.eot?y88cli');
  src:  url('STC-share-icons.eot?y88cli#iefix') format('embedded-opentype'),
    url('STC-share-icons.ttf?y88cli') format('truetype'),
    url('STC-share-icons.woff?y88cli') format('woff'),
    url('STC-share-icons.svg?y88cli#STC-share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-dcd46486], [class*=" icon-"][data-v-dcd46486] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook[data-v-dcd46486]:before {
  content: "\66";
  color: #fff;
}
.icon-instagram[data-v-dcd46486]:before {
  content: "\69";
  color: #fff;
}
.icon-linkedin[data-v-dcd46486]:before {
  content: "\6c";
  color: #fff;
}
.icon-mail[data-v-dcd46486]:before {
  content: "\6d";
  color: #fff;
}
.icon-twitter[data-v-dcd46486]:before {
  content: "\74";
  color: #fff;
}
.icon-xing[data-v-dcd46486]:before {
  content: "\78";
  color: #fff;
}
/**
 * Mixins
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * full height media
 * with object-fit workaround
 * @apply --full-height-media;
 */
/**
 * Optional hyphenation
 * @apply --hyphens;
 */
/**
 * Reset text
 * @apply --reset-text;
 */
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 * @apply --text-overflow
 */
.menu-body[data-v-dcd46486] {
  position: absolute;
  overflow: hidden;
  max-height: 0;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  top: 60px;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  margin: 0 -0.5rem;
  -webkit-transition: max-height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: max-height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: max-height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.2), 10px 10px 10px -10px rgba(0, 0, 0, 0.2), -10px 10px 10px -10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.2), 10px 10px 10px -10px rgba(0, 0, 0, 0.2), -10px 10px 10px -10px rgba(0, 0, 0, 0.2);
}
.menu-body.columns-2[data-v-dcd46486],
  .menu-body.columns-3[data-v-dcd46486],
  .menu-body.columns-4[data-v-dcd46486] {
    grid-column-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
}
.menu-body.columns-2[data-v-dcd46486] .item,
    .menu-body.columns-2[data-v-dcd46486] .item-third,
    .menu-body.columns-3[data-v-dcd46486] .item,
    .menu-body.columns-3[data-v-dcd46486] .item-third,
    .menu-body.columns-4[data-v-dcd46486] .item,
    .menu-body.columns-4[data-v-dcd46486] .item-third {
      min-width: 180px;
}
.menu-body.columns-2[data-v-dcd46486] {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
}
.menu-body.columns-3[data-v-dcd46486] {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
}
.menu-body.columns-4[data-v-dcd46486] {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
}
@media (max-width: 61.999em) {
.menu-body.columns-4[data-v-dcd46486] {
      -webkit-columns: 3;
         -moz-columns: 3;
              columns: 3
}
}
@media (max-width: 61.999em) {
.menu-body[data-v-dcd46486] {
    padding: 1rem 1.5rem 1rem 1rem
}
}
@media (max-width: 47.999em) {
.menu-body[data-v-dcd46486] {
    -webkit-columns: auto !important;
       -moz-columns: auto !important;
            columns: auto !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0
}
}
.menu-body.opened[data-v-dcd46486] {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    max-height: 999rem;
}
.menu-body.opened .item[data-v-dcd46486],
    .menu-body.opened .item-third[data-v-dcd46486] {
      opacity: 1;
}
.menu-body .item-list[data-v-dcd46486] {
    width: 100% !important;
    -webkit-flex-shrink: initial;
        -ms-flex-negative: initial;
            flex-shrink: initial;
}
.menu-body .item-list[data-v-dcd46486],
  .menu-body .item-third-list[data-v-dcd46486] {
    list-style-type: none;
    width: 100%;
    min-width: 180px;
    margin: 0;
    padding: 0;
}
@media (max-width: 61.999em) {
.menu-body .item-list[data-v-dcd46486],
  .menu-body .item-third-list[data-v-dcd46486] {
      min-width: 140px
}
}
.menu-body .item-third-list[data-v-dcd46486] {
    display: block;
    padding-top: 0.5;
    font-weight: normal;
    -ms-text-spacing: 0.5px;
        text-spacing: 0.5px;
}
.menu-body .item[data-v-dcd46486],
  .menu-body .item-third[data-v-dcd46486] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    min-width: 180px;
    -webkit-transition: opacity 0.2s 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: opacity 0.2s 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 0.2s 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    opacity: 0;
}
@media (max-width: 61.999em) {
.menu-body .item[data-v-dcd46486],
  .menu-body .item-third[data-v-dcd46486] {
      min-width: 140px
}
}
@media (max-width: 47.999em) {
.menu-body .item[data-v-dcd46486],
  .menu-body .item-third[data-v-dcd46486] {
      display: block;
      min-width: auto
}
}
.menu-body .item a[data-v-dcd46486], .menu-body .item-third a[data-v-dcd46486] {
      display: inline-block;
}
.menu-body .item[data-v-dcd46486] {
    padding-top: 1rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.menu-body .item:hover > .label-wrapper > a[data-v-dcd46486] {
        color: #D32029;
}
.menu-body .item .label-wrapper[data-v-dcd46486] {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
}
.menu-body .item .label-wrapper:hover .arrow-bar[data-v-dcd46486] {
          opacity: 1;
          left: 0.5rem;
}
@media (max-width: 47.999em) {
.menu-body .item .label-wrapper[data-v-dcd46486] {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center
}
}
.menu-body .item .label-wrapper > a[data-v-dcd46486] {
        width: 75%;
}
.menu-body .item-third[data-v-dcd46486] {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(52, 73, 94, 0.25);
}
@media (max-width: 47.999em) {
.menu-body .item-third[data-v-dcd46486] {
      border: none;
      padding: 0.75rem 0
}
}
.menu-body .item-third > a[data-v-dcd46486] {
      width: 75%;
}
.menu-body .item-third:hover > a[data-v-dcd46486] {
        color: #D32029;
}
.menu-body .item-third:hover .arrow-bar[data-v-dcd46486] {
        opacity: 1;
        left: 0.5rem;
}
.menu-body .arrow-bar[data-v-dcd46486] {
    top: 0 !important;
    -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    position: relative;
    -webkit-transform: scale(0.5) rotate(-45deg);
        -ms-transform: scale(0.5) rotate(-45deg);
            transform: scale(0.5) rotate(-45deg);
    opacity: 0;
}
@media (max-width: 47.999em) {
.menu-body .arrow-bar[data-v-dcd46486] {
      display: none
}
}
@media (min-width: 48em) {
.menu-body.has-third-level .item-list[data-v-dcd46486] {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: no-wrap;
          -ms-flex-wrap: no-wrap;
              flex-wrap: no-wrap;
      margin-right: -0.75rem;
      margin-left: -0.75rem
}
}
@media (min-width: 48em) {
.menu-body.has-third-level .item[data-v-dcd46486] {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      -webkit-align-self: auto;
          -ms-flex-item-align: auto;
              align-self: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0 0.85rem
}
}
@media (min-width: 48em) {
.menu-body.has-third-level .item-third-list[data-v-dcd46486]{
      display: block;
      width: 100%
}
}
a[data-v-dcd46486] {
  display: block;
  text-decoration: none;
  cursor: pointer;
  /* Fixes wrong link color in IE/Edge */
  color: inherit;
}
a[data-v-dcd46486]:hover {
    /* text-decoration: underline; */
}



[data-v-37e2fb24]:root {

  /*--link-color: var(--color-brand-red);*/
}
@font-face {
  font-family: 'STC-icons';
  src:
    url('STC-icons.ttf?adm4ps') format('truetype'),
    url('STC-icons.woff?adm4ps') format('woff'),
    url('STC-icons.svg?adm4ps#STC-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-37e2fb24], [class*=" icon-"][data-v-37e2fb24] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow[data-v-37e2fb24]:before {
  content: "\61";
  color: #b2151b;
}
.icon-Calendar[data-v-37e2fb24]:before {
  content: "\63";
  color: #a7a7a7;
}
.icon-Plus[data-v-37e2fb24]:before {
  content: "\2b";
  color: #34495e;
}
.icon-Search[data-v-37e2fb24]:before {
  content: "\73";
  color: #4a4a4a;
}
.icon-Telephone[data-v-37e2fb24]:before {
  content: "\74";
  color: #b2151b;
}
.icon-Language-DE .path1[data-v-37e2fb24]:before {
  content: "\64";
  color: rgb(255, 255, 255);
}
.icon-Language-DE .path2[data-v-37e2fb24]:before {
  content: "\65";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}
.icon-Language-DE .path3[data-v-37e2fb24]:before {
  content: "\66";
  margin-left: -1em;
  color: rgb(240, 21, 21);
}
.icon-Language-DE .path4[data-v-37e2fb24]:before {
  content: "\67";
  margin-left: -1em;
  color: rgb(255, 213, 33);
}
@font-face {
  font-family: 'STC-share-icons';
  src:  url('STC-share-icons.eot?y88cli');
  src:  url('STC-share-icons.eot?y88cli#iefix') format('embedded-opentype'),
    url('STC-share-icons.ttf?y88cli') format('truetype'),
    url('STC-share-icons.woff?y88cli') format('woff'),
    url('STC-share-icons.svg?y88cli#STC-share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-37e2fb24], [class*=" icon-"][data-v-37e2fb24] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook[data-v-37e2fb24]:before {
  content: "\66";
  color: #fff;
}
.icon-instagram[data-v-37e2fb24]:before {
  content: "\69";
  color: #fff;
}
.icon-linkedin[data-v-37e2fb24]:before {
  content: "\6c";
  color: #fff;
}
.icon-mail[data-v-37e2fb24]:before {
  content: "\6d";
  color: #fff;
}
.icon-twitter[data-v-37e2fb24]:before {
  content: "\74";
  color: #fff;
}
.icon-xing[data-v-37e2fb24]:before {
  content: "\78";
  color: #fff;
}
/**
 * Mixins
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * full height media
 * with object-fit workaround
 * @apply --full-height-media;
 */
/**
 * Optional hyphenation
 * @apply --hyphens;
 */
/**
 * Reset text
 * @apply --reset-text;
 */
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 * @apply --text-overflow
 */
.navigation[data-v-37e2fb24] {
  display: inline-block;
}
.navigation.resized[data-v-37e2fb24] .menu-body {
      top: 50px;
}
.navigation ul[data-v-37e2fb24] {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/* Fixes wrong link color in IE/Edge */
.navigation[data-v-37e2fb24] a {
    color: inherit;
}
@media (max-width: 61.999em) {
.navigation[data-v-37e2fb24] .menu-header {
      font-size: 1.2rem;
}
}
@media (max-width: 47.999em) {
.navigation[data-v-37e2fb24] {
    width: 100%;
    left: 0;
    padding: 0;
    background-color: #FFF;
    overflow-y: auto;
    padding-bottom: 0.75rem;
    -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
            flex-basis: 80%
}
.navigation .item[data-v-37e2fb24] {
      width: 100%;
      margin: 0 0 5px 0;
      padding: 0.8rem 0;
      background-color: #EFF0F3;
}
.navigation ul[data-v-37e2fb24] {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
}
}
.underline[data-v-37e2fb24] {
  position: absolute;
  top: 25px;
  left: 120px;
  height: 3px;
  background: #D32029;
  width: 90px;
  -webkit-transform: matrix(1,0,0,1,0,0);
      -ms-transform: matrix(1,0,0,1,0,0);
          transform: matrix(1,0,0,1,0,0);
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  -o-transition-property: transform, width;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
/*transition-timing-function: $materialEase;*/
@media (max-width: 47.999em) {
.underline[data-v-37e2fb24] {
    display: none
}
}



[data-v-bef06c40]:root {

  /*--link-color: var(--color-brand-red);*/
}
@font-face {
  font-family: 'STC-icons';
  src:
    url('STC-icons.ttf?adm4ps') format('truetype'),
    url('STC-icons.woff?adm4ps') format('woff'),
    url('STC-icons.svg?adm4ps#STC-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-bef06c40], [class*=" icon-"][data-v-bef06c40] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow[data-v-bef06c40]:before {
  content: "\61";
  color: #b2151b;
}
.icon-Calendar[data-v-bef06c40]:before {
  content: "\63";
  color: #a7a7a7;
}
.icon-Plus[data-v-bef06c40]:before {
  content: "\2b";
  color: #34495e;
}
.icon-Search[data-v-bef06c40]:before {
  content: "\73";
  color: #4a4a4a;
}
.icon-Telephone[data-v-bef06c40]:before {
  content: "\74";
  color: #b2151b;
}
.icon-Language-DE .path1[data-v-bef06c40]:before {
  content: "\64";
  color: rgb(255, 255, 255);
}
.icon-Language-DE .path2[data-v-bef06c40]:before {
  content: "\65";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}
.icon-Language-DE .path3[data-v-bef06c40]:before {
  content: "\66";
  margin-left: -1em;
  color: rgb(240, 21, 21);
}
.icon-Language-DE .path4[data-v-bef06c40]:before {
  content: "\67";
  margin-left: -1em;
  color: rgb(255, 213, 33);
}
@font-face {
  font-family: 'STC-share-icons';
  src:  url('STC-share-icons.eot?y88cli');
  src:  url('STC-share-icons.eot?y88cli#iefix') format('embedded-opentype'),
    url('STC-share-icons.ttf?y88cli') format('truetype'),
    url('STC-share-icons.woff?y88cli') format('woff'),
    url('STC-share-icons.svg?y88cli#STC-share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-bef06c40], [class*=" icon-"][data-v-bef06c40] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook[data-v-bef06c40]:before {
  content: "\66";
  color: #fff;
}
.icon-instagram[data-v-bef06c40]:before {
  content: "\69";
  color: #fff;
}
.icon-linkedin[data-v-bef06c40]:before {
  content: "\6c";
  color: #fff;
}
.icon-mail[data-v-bef06c40]:before {
  content: "\6d";
  color: #fff;
}
.icon-twitter[data-v-bef06c40]:before {
  content: "\74";
  color: #fff;
}
.icon-xing[data-v-bef06c40]:before {
  content: "\78";
  color: #fff;
}
/**
 * Mixins
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * full height media
 * with object-fit workaround
 * @apply --full-height-media;
 */
/**
 * Optional hyphenation
 * @apply --hyphens;
 */
/**
 * Reset text
 * @apply --reset-text;
 */
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 * @apply --text-overflow
 */
.navigation-item[data-v-bef06c40]:hover .menu-header {
      color: #D32029;
}
[data-v-bef06c40] .drop-down {
  font-family: 'Fira Sans', sans-serif;
  color: #34495E;
  font-weight: bold;
}
[data-v-bef06c40] .drop-down .menu-header {
    margin: 0 1rem;
    font-size: 1.25rem;
    font-weight: bold;
}
@media (max-width: 47.999em) {
[data-v-bef06c40] .drop-down .menu-header {
      margin: 0
}
}
/* TODO: Clean up the styles scattered over all templates */
[data-v-bef06c40] .drop-down .menu-body {
    background-color: #FFF;
    font-size: 0.875rem;
}
[data-v-bef06c40] .drop-down .menu-body .item-list .item:hover > a {
          color: #D32029;
}
@media (max-width: 47.999em) {
[data-v-bef06c40] .drop-down .menu-body .item-list .item {
          margin-bottom: 0.5rem;
          border-top: 1px solid rgba(52, 73, 94, 0.25)
}
}
@media (max-width: 47.999em) {
[data-v-bef06c40] .drop-down .menu-body {
      width: 100%;
      position: relative;
      top: 1rem;
      left: 0;
      padding: 0;
      font-size: 1rem
}
}



[data-v-7e438896]:root {

  /*--link-color: var(--color-brand-red);*/
}
@font-face {
  font-family: 'STC-icons';
  src:
    url('STC-icons.ttf?adm4ps') format('truetype'),
    url('STC-icons.woff?adm4ps') format('woff'),
    url('STC-icons.svg?adm4ps#STC-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-7e438896], [class*=" icon-"][data-v-7e438896] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow[data-v-7e438896]:before {
  content: "\61";
  color: #b2151b;
}
.icon-Calendar[data-v-7e438896]:before {
  content: "\63";
  color: #a7a7a7;
}
.icon-Plus[data-v-7e438896]:before {
  content: "\2b";
  color: #34495e;
}
.icon-Search[data-v-7e438896]:before {
  content: "\73";
  color: #4a4a4a;
}
.icon-Telephone[data-v-7e438896]:before {
  content: "\74";
  color: #b2151b;
}
.icon-Language-DE .path1[data-v-7e438896]:before {
  content: "\64";
  color: rgb(255, 255, 255);
}
.icon-Language-DE .path2[data-v-7e438896]:before {
  content: "\65";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}
.icon-Language-DE .path3[data-v-7e438896]:before {
  content: "\66";
  margin-left: -1em;
  color: rgb(240, 21, 21);
}
.icon-Language-DE .path4[data-v-7e438896]:before {
  content: "\67";
  margin-left: -1em;
  color: rgb(255, 213, 33);
}
@font-face {
  font-family: 'STC-share-icons';
  src:  url('STC-share-icons.eot?y88cli');
  src:  url('STC-share-icons.eot?y88cli#iefix') format('embedded-opentype'),
    url('STC-share-icons.ttf?y88cli') format('truetype'),
    url('STC-share-icons.woff?y88cli') format('woff'),
    url('STC-share-icons.svg?y88cli#STC-share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-7e438896], [class*=" icon-"][data-v-7e438896] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook[data-v-7e438896]:before {
  content: "\66";
  color: #fff;
}
.icon-instagram[data-v-7e438896]:before {
  content: "\69";
  color: #fff;
}
.icon-linkedin[data-v-7e438896]:before {
  content: "\6c";
  color: #fff;
}
.icon-mail[data-v-7e438896]:before {
  content: "\6d";
  color: #fff;
}
.icon-twitter[data-v-7e438896]:before {
  content: "\74";
  color: #fff;
}
.icon-xing[data-v-7e438896]:before {
  content: "\78";
  color: #fff;
}
/**
 * Mixins
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * full height media
 * with object-fit workaround
 * @apply --full-height-media;
 */
/**
 * Optional hyphenation
 * @apply --hyphens;
 */
/**
 * Reset text
 * @apply --reset-text;
 */
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 * @apply --text-overflow
 */
button[data-v-7e438896] {
  border: 0;
  background: transparent;
}
button[data-v-7e438896]:active,
  button[data-v-7e438896]:focus {
    outline: none;
    border: none;
}


[data-v-052f5e6a]:root {

  /*--link-color: var(--color-brand-red);*/
}
@font-face {
  font-family: 'STC-icons';
  src:
    url('STC-icons.ttf?adm4ps') format('truetype'),
    url('STC-icons.woff?adm4ps') format('woff'),
    url('STC-icons.svg?adm4ps#STC-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-052f5e6a], [class*=" icon-"][data-v-052f5e6a] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow[data-v-052f5e6a]:before {
  content: "\61";
  color: #b2151b;
}
.icon-Calendar[data-v-052f5e6a]:before {
  content: "\63";
  color: #a7a7a7;
}
.icon-Plus[data-v-052f5e6a]:before {
  content: "\2b";
  color: #34495e;
}
.icon-Search[data-v-052f5e6a]:before {
  content: "\73";
  color: #4a4a4a;
}
.icon-Telephone[data-v-052f5e6a]:before {
  content: "\74";
  color: #b2151b;
}
.icon-Language-DE .path1[data-v-052f5e6a]:before {
  content: "\64";
  color: rgb(255, 255, 255);
}
.icon-Language-DE .path2[data-v-052f5e6a]:before {
  content: "\65";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}
.icon-Language-DE .path3[data-v-052f5e6a]:before {
  content: "\66";
  margin-left: -1em;
  color: rgb(240, 21, 21);
}
.icon-Language-DE .path4[data-v-052f5e6a]:before {
  content: "\67";
  margin-left: -1em;
  color: rgb(255, 213, 33);
}
@font-face {
  font-family: 'STC-share-icons';
  src:  url('STC-share-icons.eot?y88cli');
  src:  url('STC-share-icons.eot?y88cli#iefix') format('embedded-opentype'),
    url('STC-share-icons.ttf?y88cli') format('truetype'),
    url('STC-share-icons.woff?y88cli') format('woff'),
    url('STC-share-icons.svg?y88cli#STC-share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-052f5e6a], [class*=" icon-"][data-v-052f5e6a] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook[data-v-052f5e6a]:before {
  content: "\66";
  color: #fff;
}
.icon-instagram[data-v-052f5e6a]:before {
  content: "\69";
  color: #fff;
}
.icon-linkedin[data-v-052f5e6a]:before {
  content: "\6c";
  color: #fff;
}
.icon-mail[data-v-052f5e6a]:before {
  content: "\6d";
  color: #fff;
}
.icon-twitter[data-v-052f5e6a]:before {
  content: "\74";
  color: #fff;
}
.icon-xing[data-v-052f5e6a]:before {
  content: "\78";
  color: #fff;
}
/**
 * Mixins
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * full height media
 * with object-fit workaround
 * @apply --full-height-media;
 */
/**
 * Optional hyphenation
 * @apply --hyphens;
 */
/**
 * Reset text
 * @apply --reset-text;
 */
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 * @apply --text-overflow
 */
.tabs[data-v-052f5e6a] {
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media(max-width: 47.999em) {
.tabs[data-v-052f5e6a] {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}
}
.tabs .label-container[data-v-052f5e6a] {
    position: relative;
}
.tabs .contents[data-v-052f5e6a] {
    background: #FFF;
    padding-left: 1rem;
    padding-right: 1rem;
}
.tab-button[data-v-052f5e6a] {
  border-bottom: 4px solid #E9EDF1;
  background: #34495E;
  margin: 0 0.15rem;
  height: 45px;
  text-align: center;
  padding: 0 1rem;
  border-radius: 0;
  max-width: 450px;
}
@media(max-width: 47.999em) {
.tab-button[data-v-052f5e6a] {
    /* padding-top: 0.25rem; */
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none
}
}
.tab-button[data-v-052f5e6a]:focus {
    outline: none;
}
/* TODO: Clean up classes */
.tab-button.unselectable[data-v-052f5e6a] {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.tab-button.first[data-v-052f5e6a] {
    margin-left: 0;
}
.tab-button.last[data-v-052f5e6a] {
    margin-right: 0;
}
.tab-button.active[data-v-052f5e6a] {
    border-bottom: 4px solid #D32029;
    background: #FFF;
}
.tab-button.active .label[data-v-052f5e6a] {
      color: #D32029;
}
.tab-button.active[data-v-052f5e6a]:hover {
      opacity: 1;
}
.tab-button[data-v-052f5e6a]:hover {
    opacity: 0.5;
}
.labels[data-v-052f5e6a] {
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.labels .label[data-v-052f5e6a] {
    font-size: 1rem;
}
@media (max-width: 61.999em) {
.labels .label[data-v-052f5e6a] {
      font-size: 0.875rem
}
}
@media (max-width: 47.999em) {
.labels .label[data-v-052f5e6a] {
      font-size: 0.75rem
}
}
.label[data-v-052f5e6a] {
  margin: 0.8rem auto 0.7rem auto;
  color: #FFF;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.mask[data-v-052f5e6a] {
  display: inline-block;
  position: absolute;
  width: 2.5rem;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.mask.visible[data-v-052f5e6a] {
    visibility: visible;
    opacity: 1;
}
.mask.mask-right[data-v-052f5e6a] {
    left: auto;
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(233, 237, 241, 0)), color-stop(20%, rgba(233, 237, 241, 0)), to(#E9EDF1));
    background: -webkit-linear-gradient(left, rgba(233, 237, 241, 0) 0%, rgba(233, 237, 241, 0) 20%, #E9EDF1 100%);
    background: -o-linear-gradient(left, rgba(233, 237, 241, 0) 0%, rgba(233, 237, 241, 0) 20%, #E9EDF1 100%);
    background: linear-gradient(to right, rgba(233, 237, 241, 0) 0%, rgba(233, 237, 241, 0) 20%, #E9EDF1 100%);
}
.mask.mask-left[data-v-052f5e6a] {
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, right top, left top, from(rgba(233, 237, 241, 0)), color-stop(20%, rgba(233, 237, 241, 0)), to(#E9EDF1));
    background: -webkit-linear-gradient(right, rgba(233, 237, 241, 0) 0%, rgba(233, 237, 241, 0) 20%, #E9EDF1 100%);
    background: -o-linear-gradient(right, rgba(233, 237, 241, 0) 0%, rgba(233, 237, 241, 0) 20%, #E9EDF1 100%);
    background: linear-gradient(to left, rgba(233, 237, 241, 0) 0%, rgba(233, 237, 241, 0) 20%, #E9EDF1 100%);
}



[data-v-3bc4017a]:root {

  /*--link-color: var(--color-brand-red);*/
}
@font-face {
  font-family: 'STC-icons';
  src:
    url('STC-icons.ttf?adm4ps') format('truetype'),
    url('STC-icons.woff?adm4ps') format('woff'),
    url('STC-icons.svg?adm4ps#STC-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-3bc4017a], [class*=" icon-"][data-v-3bc4017a] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow[data-v-3bc4017a]:before {
  content: "\61";
  color: #b2151b;
}
.icon-Calendar[data-v-3bc4017a]:before {
  content: "\63";
  color: #a7a7a7;
}
.icon-Plus[data-v-3bc4017a]:before {
  content: "\2b";
  color: #34495e;
}
.icon-Search[data-v-3bc4017a]:before {
  content: "\73";
  color: #4a4a4a;
}
.icon-Telephone[data-v-3bc4017a]:before {
  content: "\74";
  color: #b2151b;
}
.icon-Language-DE .path1[data-v-3bc4017a]:before {
  content: "\64";
  color: rgb(255, 255, 255);
}
.icon-Language-DE .path2[data-v-3bc4017a]:before {
  content: "\65";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}
.icon-Language-DE .path3[data-v-3bc4017a]:before {
  content: "\66";
  margin-left: -1em;
  color: rgb(240, 21, 21);
}
.icon-Language-DE .path4[data-v-3bc4017a]:before {
  content: "\67";
  margin-left: -1em;
  color: rgb(255, 213, 33);
}
@font-face {
  font-family: 'STC-share-icons';
  src:  url('STC-share-icons.eot?y88cli');
  src:  url('STC-share-icons.eot?y88cli#iefix') format('embedded-opentype'),
    url('STC-share-icons.ttf?y88cli') format('truetype'),
    url('STC-share-icons.woff?y88cli') format('woff'),
    url('STC-share-icons.svg?y88cli#STC-share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-3bc4017a], [class*=" icon-"][data-v-3bc4017a] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook[data-v-3bc4017a]:before {
  content: "\66";
  color: #fff;
}
.icon-instagram[data-v-3bc4017a]:before {
  content: "\69";
  color: #fff;
}
.icon-linkedin[data-v-3bc4017a]:before {
  content: "\6c";
  color: #fff;
}
.icon-mail[data-v-3bc4017a]:before {
  content: "\6d";
  color: #fff;
}
.icon-twitter[data-v-3bc4017a]:before {
  content: "\74";
  color: #fff;
}
.icon-xing[data-v-3bc4017a]:before {
  content: "\78";
  color: #fff;
}
/**
 * Mixins
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * full height media
 * with object-fit workaround
 * @apply --full-height-media;
 */
/**
 * Optional hyphenation
 * @apply --hyphens;
 */
/**
 * Reset text
 * @apply --reset-text;
 */
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 * @apply --text-overflow
 */
.tab-content[data-v-3bc4017a] {
  display: none;
  outline: none;
}
.tab-content.active[data-v-3bc4017a] {
    display: block;
}
@media(max-width: 47.999em) {
.tab-content[data-v-3bc4017a] {
    padding: 0
}
}
.tab-content .contents[data-v-3bc4017a] {
    width: 100%;
}
@media(max-width: 47.999em) {
.tab-content .contents[data-v-3bc4017a] {
      padding-bottom: 1rem
}
}
.tab-content .overview .arrow-bar[data-v-3bc4017a] {
      visibility: hidden;
      opacity: 0;
      left: -1rem;
}
.tab-content .overview:hover .arrow-bar[data-v-3bc4017a] {
        visibility: visible;
        opacity: 1;
        left: 0;
}
.tab-content .overview:hover .arrow-bar[data-v-3bc4017a]:before {
          background-color: #D32029;
}
.tab-content .overview:hover .arrow-bar[data-v-3bc4017a]:after {
          border-color: #D32029;
}
.tab-content .overview:hover .overview-link[data-v-3bc4017a] {
        color: #D32029;
}
.tab-content .overview .overview-link[data-v-3bc4017a] {
      font-size: 0.875rem;
      color: #4A4A4A;
      text-decoration: none;
}


[data-v-6e9ea5aa]:root {

  /*--link-color: var(--color-brand-red);*/
}
@font-face {
  font-family: 'STC-icons';
  src:
    url('STC-icons.ttf?adm4ps') format('truetype'),
    url('STC-icons.woff?adm4ps') format('woff'),
    url('STC-icons.svg?adm4ps#STC-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-6e9ea5aa], [class*=" icon-"][data-v-6e9ea5aa] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow[data-v-6e9ea5aa]:before {
  content: "\61";
  color: #b2151b;
}
.icon-Calendar[data-v-6e9ea5aa]:before {
  content: "\63";
  color: #a7a7a7;
}
.icon-Plus[data-v-6e9ea5aa]:before {
  content: "\2b";
  color: #34495e;
}
.icon-Search[data-v-6e9ea5aa]:before {
  content: "\73";
  color: #4a4a4a;
}
.icon-Telephone[data-v-6e9ea5aa]:before {
  content: "\74";
  color: #b2151b;
}
.icon-Language-DE .path1[data-v-6e9ea5aa]:before {
  content: "\64";
  color: rgb(255, 255, 255);
}
.icon-Language-DE .path2[data-v-6e9ea5aa]:before {
  content: "\65";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}
.icon-Language-DE .path3[data-v-6e9ea5aa]:before {
  content: "\66";
  margin-left: -1em;
  color: rgb(240, 21, 21);
}
.icon-Language-DE .path4[data-v-6e9ea5aa]:before {
  content: "\67";
  margin-left: -1em;
  color: rgb(255, 213, 33);
}
@font-face {
  font-family: 'STC-share-icons';
  src:  url('STC-share-icons.eot?y88cli');
  src:  url('STC-share-icons.eot?y88cli#iefix') format('embedded-opentype'),
    url('STC-share-icons.ttf?y88cli') format('truetype'),
    url('STC-share-icons.woff?y88cli') format('woff'),
    url('STC-share-icons.svg?y88cli#STC-share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-6e9ea5aa], [class*=" icon-"][data-v-6e9ea5aa] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook[data-v-6e9ea5aa]:before {
  content: "\66";
  color: #fff;
}
.icon-instagram[data-v-6e9ea5aa]:before {
  content: "\69";
  color: #fff;
}
.icon-linkedin[data-v-6e9ea5aa]:before {
  content: "\6c";
  color: #fff;
}
.icon-mail[data-v-6e9ea5aa]:before {
  content: "\6d";
  color: #fff;
}
.icon-twitter[data-v-6e9ea5aa]:before {
  content: "\74";
  color: #fff;
}
.icon-xing[data-v-6e9ea5aa]:before {
  content: "\78";
  color: #fff;
}
/**
 * Mixins
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * full height media
 * with object-fit workaround
 * @apply --full-height-media;
 */
/**
 * Optional hyphenation
 * @apply --hyphens;
 */
/**
 * Reset text
 * @apply --reset-text;
 */
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 * @apply --text-overflow
 */
.packages[data-v-6e9ea5aa] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.slider-container[data-v-6e9ea5aa] {
  padding-top: 2rem;
}
@media (max-width: 47.999em) {
.slider-container[data-v-6e9ea5aa] {
    padding-top: 0;
    padding-bottom: 0.5rem
}
}
/* .expander {
  display: flex;
  justify-content: space-between;
  border: 1px solid var(--color-brand-red);
  border-radius: 4px;
  padding: 0.8rem 2.5rem 0.3rem 1rem;
  margin-top: 1rem;

  .toggleButton {
    transform: scale(0.7);

    .chevron-up:before, .chevron-up:after,
    .chevron-down:before, .chevron-down:after {
      background-color: var(--color-brand-red);
    }
  }

  .expander-label {
    color: var(--color-brand-red);
  }
} */
.content[data-v-6e9ea5aa] {
  display: inline-block;
  width: 100%;
  /* @media (--media-xs-max) {
    max-height: 0;
    padding-top: 2rem;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;

    &.opened {
      max-height: 100%;
    }
  } */
}
@media (max-width: 47.999em) {
.content[data-v-6e9ea5aa] {
    padding-top: 1rem
}
}
.search[data-v-6e9ea5aa] {
  display: inline-block;
  width: 100%;
  padding: 0;
}
/* fieldset {
  border: 0;
  margin: 0;
}

.input-field {
  padding: 0 1rem;

  &.submit {
    padding-top: 1rem;
  }

  @media(--media-sm-max) {
    padding: 1rem 0 0 0;
  }
} */
@media (max-width: 47.999em) {
[data-v-6e9ea5aa] .button-dropdown,[data-v-6e9ea5aa] .button-dropdown-list {
    width: 100%
}
}


[data-v-195860e4]:root {

  /*--link-color: var(--color-brand-red);*/
}
@font-face {
  font-family: 'STC-icons';
  src:
    url('STC-icons.ttf?adm4ps') format('truetype'),
    url('STC-icons.woff?adm4ps') format('woff'),
    url('STC-icons.svg?adm4ps#STC-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-195860e4], [class*=" icon-"][data-v-195860e4] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow[data-v-195860e4]:before {
  content: "\61";
  color: #b2151b;
}
.icon-Calendar[data-v-195860e4]:before {
  content: "\63";
  color: #a7a7a7;
}
.icon-Plus[data-v-195860e4]:before {
  content: "\2b";
  color: #34495e;
}
.icon-Search[data-v-195860e4]:before {
  content: "\73";
  color: #4a4a4a;
}
.icon-Telephone[data-v-195860e4]:before {
  content: "\74";
  color: #b2151b;
}
.icon-Language-DE .path1[data-v-195860e4]:before {
  content: "\64";
  color: rgb(255, 255, 255);
}
.icon-Language-DE .path2[data-v-195860e4]:before {
  content: "\65";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}
.icon-Language-DE .path3[data-v-195860e4]:before {
  content: "\66";
  margin-left: -1em;
  color: rgb(240, 21, 21);
}
.icon-Language-DE .path4[data-v-195860e4]:before {
  content: "\67";
  margin-left: -1em;
  color: rgb(255, 213, 33);
}
@font-face {
  font-family: 'STC-share-icons';
  src:  url('STC-share-icons.eot?y88cli');
  src:  url('STC-share-icons.eot?y88cli#iefix') format('embedded-opentype'),
    url('STC-share-icons.ttf?y88cli') format('truetype'),
    url('STC-share-icons.woff?y88cli') format('woff'),
    url('STC-share-icons.svg?y88cli#STC-share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-195860e4], [class*=" icon-"][data-v-195860e4] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook[data-v-195860e4]:before {
  content: "\66";
  color: #fff;
}
.icon-instagram[data-v-195860e4]:before {
  content: "\69";
  color: #fff;
}
.icon-linkedin[data-v-195860e4]:before {
  content: "\6c";
  color: #fff;
}
.icon-mail[data-v-195860e4]:before {
  content: "\6d";
  color: #fff;
}
.icon-twitter[data-v-195860e4]:before {
  content: "\74";
  color: #fff;
}
.icon-xing[data-v-195860e4]:before {
  content: "\78";
  color: #fff;
}
/**
 * Mixins
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * full height media
 * with object-fit workaround
 * @apply --full-height-media;
 */
/**
 * Optional hyphenation
 * @apply --hyphens;
 */
/**
 * Reset text
 * @apply --reset-text;
 */
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 * @apply --text-overflow
 */
.package-slider[data-v-195860e4] {
  position: relative;
}
.package-slider .swiper-wrapper[data-v-195860e4] {
    padding: 0;
}
.package-swiper[data-v-195860e4] {
  margin: 0 1.75rem 0 3rem;
  overflow: hidden;
}
@media (max-width: 47.999em) {
.package-swiper[data-v-195860e4] {
    margin: 0
}
}
.chevron-up[data-v-195860e4]:before,
  .chevron-up[data-v-195860e4]:after,
  .chevron-down[data-v-195860e4]:before,
  .chevron-down[data-v-195860e4]:after {
    background-color: #D32029;
}
.prev-slide-btn[data-v-195860e4],
.next-slide-btn[data-v-195860e4] {
  position: absolute;
  top: 2.1rem;
  height: 1.1rem;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background-image: none;
  outline: 0;
  z-index: 5;
}
@media (max-width: 47.999em) {
.prev-slide-btn[data-v-195860e4],
.next-slide-btn[data-v-195860e4] {
    top: 3.25rem
}
}
.prev-slide-btn[data-v-195860e4] {
  left: -2px;
}
@media (max-width: 47.999em) {
.prev-slide-btn[data-v-195860e4] {
    left: -2rem
}
}
.next-slide-btn[data-v-195860e4] {
  right: 0;
}
@media (max-width: 47.999em) {
.next-slide-btn[data-v-195860e4] {
    right: -2rem
}
}


[data-v-4724c1aa]:root {

  /*--link-color: var(--color-brand-red);*/
}
@font-face {
  font-family: 'STC-icons';
  src:
    url('STC-icons.ttf?adm4ps') format('truetype'),
    url('STC-icons.woff?adm4ps') format('woff'),
    url('STC-icons.svg?adm4ps#STC-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-4724c1aa], [class*=" icon-"][data-v-4724c1aa] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow[data-v-4724c1aa]:before {
  content: "\61";
  color: #b2151b;
}
.icon-Calendar[data-v-4724c1aa]:before {
  content: "\63";
  color: #a7a7a7;
}
.icon-Plus[data-v-4724c1aa]:before {
  content: "\2b";
  color: #34495e;
}
.icon-Search[data-v-4724c1aa]:before {
  content: "\73";
  color: #4a4a4a;
}
.icon-Telephone[data-v-4724c1aa]:before {
  content: "\74";
  color: #b2151b;
}
.icon-Language-DE .path1[data-v-4724c1aa]:before {
  content: "\64";
  color: rgb(255, 255, 255);
}
.icon-Language-DE .path2[data-v-4724c1aa]:before {
  content: "\65";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}
.icon-Language-DE .path3[data-v-4724c1aa]:before {
  content: "\66";
  margin-left: -1em;
  color: rgb(240, 21, 21);
}
.icon-Language-DE .path4[data-v-4724c1aa]:before {
  content: "\67";
  margin-left: -1em;
  color: rgb(255, 213, 33);
}
@font-face {
  font-family: 'STC-share-icons';
  src:  url('STC-share-icons.eot?y88cli');
  src:  url('STC-share-icons.eot?y88cli#iefix') format('embedded-opentype'),
    url('STC-share-icons.ttf?y88cli') format('truetype'),
    url('STC-share-icons.woff?y88cli') format('woff'),
    url('STC-share-icons.svg?y88cli#STC-share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-4724c1aa], [class*=" icon-"][data-v-4724c1aa] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook[data-v-4724c1aa]:before {
  content: "\66";
  color: #fff;
}
.icon-instagram[data-v-4724c1aa]:before {
  content: "\69";
  color: #fff;
}
.icon-linkedin[data-v-4724c1aa]:before {
  content: "\6c";
  color: #fff;
}
.icon-mail[data-v-4724c1aa]:before {
  content: "\6d";
  color: #fff;
}
.icon-twitter[data-v-4724c1aa]:before {
  content: "\74";
  color: #fff;
}
.icon-xing[data-v-4724c1aa]:before {
  content: "\78";
  color: #fff;
}
/**
 * Mixins
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * full height media
 * with object-fit workaround
 * @apply --full-height-media;
 */
/**
 * Optional hyphenation
 * @apply --hyphens;
 */
/**
 * Reset text
 * @apply --reset-text;
 */
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 * @apply --text-overflow
 */
.swiper-slide[data-v-4724c1aa] {
  margin: 0;
  padding: 0;
}
.swiper-slide .teaser-small-image-wrapper[data-v-4724c1aa] {
    min-width: 135px;
    width: 195px;
    max-width: 195px;
    padding: 0;
}
@media (max-width: 74.999em) {
.swiper-slide .teaser-small-image-wrapper[data-v-4724c1aa] {
      display: none
}
}
.swiper-slide .content[data-v-4724c1aa] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 1rem;
}
@media (max-width: 74.999em) {
.swiper-slide .content[data-v-4724c1aa] {
      padding: 0;
      margin: 0
}
}
@media (max-width: 47.999em) {
.swiper-slide .content .title[data-v-4724c1aa] {
        font-size: 1.8rem
}
}
.swiper-slide .content .block-text-base[data-v-4724c1aa] {
      width: 100%;
}
.swiper-slide .content .info[data-v-4724c1aa] {
      display: inline-block;
      position: relative;
      font-size: 0.875rem;
      color: #D32029;
      font-weight: bold;
      text-decoration: none;
      vertical-align: bottom;
}
.swiper-slide .content .info .arrow-bar[data-v-4724c1aa] {
        visibility: hidden;
        opacity: 0;
        left: -1rem;
}
.swiper-slide .content .info .arrow-bar[data-v-4724c1aa]:before {
          background-color: #D32029;
}
.swiper-slide .content .info .arrow-bar[data-v-4724c1aa]:after {
          border-color: #D32029;
}
.swiper-slide .content .info:hover .arrow-bar[data-v-4724c1aa] {
          visibility: visible;
          opacity: 1;
          left: 0;
}
.label[data-v-4724c1aa] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1rem;
}
.duration[data-v-4724c1aa],
.label-text[data-v-4724c1aa] {
  font-size: 1rem;
  margin-right: 1em;
}
@media (max-width: 61.999em) {
.duration[data-v-4724c1aa],
.label-text[data-v-4724c1aa] {
    font-size: 0.875rem
}
}
.label-text[data-v-4724c1aa] {
  color: #D32029;
}
.duration[data-v-4724c1aa] {
  margin-bottom: 0.25rem;
}



:root {

  /*--link-color: var(--color-brand-red);*/
}
@font-face {
  font-family: 'STC-icons';
  src:
    url('STC-icons.ttf?adm4ps') format('truetype'),
    url('STC-icons.woff?adm4ps') format('woff'),
    url('STC-icons.svg?adm4ps#STC-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow:before {
  content: "\61";
  color: #b2151b;
}
.icon-Calendar:before {
  content: "\63";
  color: #a7a7a7;
}
.icon-Plus:before {
  content: "\2b";
  color: #34495e;
}
.icon-Search:before {
  content: "\73";
  color: #4a4a4a;
}
.icon-Telephone:before {
  content: "\74";
  color: #b2151b;
}
.icon-Language-DE .path1:before {
  content: "\64";
  color: rgb(255, 255, 255);
}
.icon-Language-DE .path2:before {
  content: "\65";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}
.icon-Language-DE .path3:before {
  content: "\66";
  margin-left: -1em;
  color: rgb(240, 21, 21);
}
.icon-Language-DE .path4:before {
  content: "\67";
  margin-left: -1em;
  color: rgb(255, 213, 33);
}
@font-face {
  font-family: 'STC-share-icons';
  src:  url('STC-share-icons.eot?y88cli');
  src:  url('STC-share-icons.eot?y88cli#iefix') format('embedded-opentype'),
    url('STC-share-icons.ttf?y88cli') format('truetype'),
    url('STC-share-icons.woff?y88cli') format('woff'),
    url('STC-share-icons.svg?y88cli#STC-share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "\66";
  color: #fff;
}
.icon-instagram:before {
  content: "\69";
  color: #fff;
}
.icon-linkedin:before {
  content: "\6c";
  color: #fff;
}
.icon-mail:before {
  content: "\6d";
  color: #fff;
}
.icon-twitter:before {
  content: "\74";
  color: #fff;
}
.icon-xing:before {
  content: "\78";
  color: #fff;
}
/**
 * Mixins
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * full height media
 * with object-fit workaround
 * @apply --full-height-media;
 */
/**
 * Optional hyphenation
 * @apply --hyphens;
 */
/**
 * Reset text
 * @apply --reset-text;
 */
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 * @apply --text-overflow
 */
/* Dimmer */
body::before {
    display: none;
    pointer-events: none;
    z-index: 300;
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body.is-dimming::before {
    display: block;
}
body.is-dimmed::before {
    opacity: 1;
}
body.is-overlaid {
    overflow-y: hidden !important;
}


[data-v-ed1c63fc]:root {

  /*--link-color: var(--color-brand-red);*/
}
@font-face {
  font-family: 'STC-icons';
  src:
    url('STC-icons.ttf?adm4ps') format('truetype'),
    url('STC-icons.woff?adm4ps') format('woff'),
    url('STC-icons.svg?adm4ps#STC-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-ed1c63fc], [class*=" icon-"][data-v-ed1c63fc] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow[data-v-ed1c63fc]:before {
  content: "\61";
  color: #b2151b;
}
.icon-Calendar[data-v-ed1c63fc]:before {
  content: "\63";
  color: #a7a7a7;
}
.icon-Plus[data-v-ed1c63fc]:before {
  content: "\2b";
  color: #34495e;
}
.icon-Search[data-v-ed1c63fc]:before {
  content: "\73";
  color: #4a4a4a;
}
.icon-Telephone[data-v-ed1c63fc]:before {
  content: "\74";
  color: #b2151b;
}
.icon-Language-DE .path1[data-v-ed1c63fc]:before {
  content: "\64";
  color: rgb(255, 255, 255);
}
.icon-Language-DE .path2[data-v-ed1c63fc]:before {
  content: "\65";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}
.icon-Language-DE .path3[data-v-ed1c63fc]:before {
  content: "\66";
  margin-left: -1em;
  color: rgb(240, 21, 21);
}
.icon-Language-DE .path4[data-v-ed1c63fc]:before {
  content: "\67";
  margin-left: -1em;
  color: rgb(255, 213, 33);
}
@font-face {
  font-family: 'STC-share-icons';
  src:  url('STC-share-icons.eot?y88cli');
  src:  url('STC-share-icons.eot?y88cli#iefix') format('embedded-opentype'),
    url('STC-share-icons.ttf?y88cli') format('truetype'),
    url('STC-share-icons.woff?y88cli') format('woff'),
    url('STC-share-icons.svg?y88cli#STC-share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-ed1c63fc], [class*=" icon-"][data-v-ed1c63fc] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook[data-v-ed1c63fc]:before {
  content: "\66";
  color: #fff;
}
.icon-instagram[data-v-ed1c63fc]:before {
  content: "\69";
  color: #fff;
}
.icon-linkedin[data-v-ed1c63fc]:before {
  content: "\6c";
  color: #fff;
}
.icon-mail[data-v-ed1c63fc]:before {
  content: "\6d";
  color: #fff;
}
.icon-twitter[data-v-ed1c63fc]:before {
  content: "\74";
  color: #fff;
}
.icon-xing[data-v-ed1c63fc]:before {
  content: "\78";
  color: #fff;
}
/**
 * Mixins
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * full height media
 * with object-fit workaround
 * @apply --full-height-media;
 */
/**
 * Optional hyphenation
 * @apply --hyphens;
 */
/**
 * Reset text
 * @apply --reset-text;
 */
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 * @apply --text-overflow
 */
.tooltip[data-v-ed1c63fc] {
  line-height: 1;
}
.tooltip__trigger[data-v-ed1c63fc] {
  display: inline-block;

  /* button reset */
  background: none;
  color: currentColor;
  font-weight: normal;
  padding: 0;
  width: auto;
  height: auto;
}
.tooltip__trigger[data-v-ed1c63fc]:focus {
    outline: none;
}
.tooltip__sr-label[data-v-ed1c63fc] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  display: block;
}
.tooltip__icon[data-v-ed1c63fc] {
  display: block;
  font-size: 0.75rem;
  color: #9B9B9B;
  -webkit-transition: color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.tooltip__trigger:hover .tooltip__icon[data-v-ed1c63fc],
   .tooltip__trigger:focus .tooltip__icon[data-v-ed1c63fc] {
    color: #34495E;
}
.tooltip__icon svg[data-v-ed1c63fc] {
    width: 1.35em;
    height: 1.35em;
}
.tooltip__icon svg path[data-v-ed1c63fc] {
      fill: currentColor;
}
.tooltip__panel[data-v-ed1c63fc] {
  z-index:  3000;
  position: relative;
  width: calc(100vw - 30px);
  max-width: 30rem;
}
@media (max-width: 47.999em) {
.tooltip__panel[data-v-ed1c63fc] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%
}
}
.tooltip__panel[x-placement^="left"][data-v-ed1c63fc] {
    margin-right: 1.5rem;
}
.tooltip__panel[x-placement^="right"][data-v-ed1c63fc] {
    margin-left: 1.5rem;
}
.tooltip__panel[x-placement^="top"][data-v-ed1c63fc] {
    margin-bottom: 1.5rem;
}
.tooltip__panel[x-placement^="bottom"][data-v-ed1c63fc] {
    margin-top: 1.5rem;
}
.tooltip__panel-inner[data-v-ed1c63fc] {
  padding: 2rem;
  background-color: #FFF;
  opacity: 0;
  -webkit-transform: scaleX(0.95) scaleY(0.975);
      -ms-transform: scaleX(0.95) scaleY(0.975);
          transform: scaleX(0.95) scaleY(0.975);
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  -webkit-box-shadow: 0 0 5rem 0 rgba(0, 0, 0, 0.2);

          box-shadow: 0 0 5rem 0 rgba(0, 0, 0, 0.2);
}
@supports ((-webkit-filter: drop-shadow(0 0 5rem color-mod(var(--color-black) a(20%)))) or (filter: drop-shadow(0 0 5rem color-mod(var(--color-black) a(20%))))) {
.tooltip__panel-inner[data-v-ed1c63fc] {
    -webkit-filter: drop-shadow(0 0 5rem rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 0 5rem rgba(0, 0, 0, 0.2));
    -webkit-box-shadow: none;
            box-shadow: none
}
}
@media (max-width: 47.999em) {
.tooltip__panel-inner[data-v-ed1c63fc] {
    height: 100%;
    padding: 4rem 2rem;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}
}
/* .tooltip__panel[x-placement^="left"] & {
    transform: translateX(1rem) scaleX(0.95);
    transform-origin: right center;
  }
  .tooltip__panel[x-placement^="right"] & {
    transform: translateX(-1rem) scaleX(0.95);
    transform-origin: left center;
  }
  .tooltip__panel[x-placement^="top"] & {
    transform: translateY(1rem) scaleX(0.95);
    transform-origin: center bottom;
  }
  .tooltip__panel[x-placement^="bottom"] & {
    transform: translateY(-1rem) scaleX(0.95);
    transform-origin: center top;
  } */
.tooltip__panel.is-open .tooltip__panel-inner[data-v-ed1c63fc] {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}
.tooltip__arrow[data-v-ed1c63fc] {
  position: absolute;
}
@media (max-width: 47.999em) {
.tooltip__arrow[data-v-ed1c63fc] {
    display: none
}
}
.tooltip__panel[x-placement^="left"] .tooltip__arrow[data-v-ed1c63fc],
  .tooltip__panel[x-placement^="right"] .tooltip__arrow[data-v-ed1c63fc] {
    top: calc(50% - 0.5rem);
    height: 1rem;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
}
.tooltip__panel[x-placement^="left"] .tooltip__arrow[data-v-ed1c63fc] {
    right: calc(-1rem + 1px);
    border-left: 1rem solid #FFF;
}
.tooltip__panel[x-placement^="right"] .tooltip__arrow[data-v-ed1c63fc] {
    left: calc(-1rem + 1px);
    border-right: 1rem solid #FFF;
}
.tooltip__panel[x-placement^="top"] .tooltip__arrow[data-v-ed1c63fc],
  .tooltip__panel[x-placement^="bottom"] .tooltip__arrow[data-v-ed1c63fc] {
    left: calc(50% - 0.5rem);
    width: 1rem;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
}
.tooltip__panel[x-placement^="top"] .tooltip__arrow[data-v-ed1c63fc] {
    bottom: calc(-1rem + 1px);
    border-top: 1rem solid #FFF;
}
.tooltip__panel[x-placement^="bottom"] .tooltip__arrow[data-v-ed1c63fc] {
    top: calc(-1rem + 1px);
    border-bottom: 1rem solid #FFF;
}
.tooltip__close[data-v-ed1c63fc] {
  position: absolute;
  display: block;
  top: 1rem;
  right: 1rem;
  width: 1rem;
  height: 1rem;

  /* button reset */
  background: none;
  color: currentColor;
  font-weight: normal;
  padding: 0;
}
.tooltip__close[data-v-ed1c63fc]:focus {
    outline: none;
}
.tooltip__close[data-v-ed1c63fc]::before,
  .tooltip__close[data-v-ed1c63fc]::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1rem;
    height: 2px;
    background-color: #9B9B9B;
    -webkit-transition: background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.tooltip__close[data-v-ed1c63fc]::before {
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}
.tooltip__close[data-v-ed1c63fc]::after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
}
.tooltip__close[data-v-ed1c63fc]:hover::before,
  .tooltip__close[data-v-ed1c63fc]:hover::after,
  .tooltip__close[data-v-ed1c63fc]:focus::before,
  .tooltip__close[data-v-ed1c63fc]:focus::after {
    background-color: #34495E;
}
.tooltip__content[data-v-ed1c63fc]:focus {
    outline: none;
}
[data-v-ed1c63fc] .tooltip__content > div > *:last-child {
    margin-bottom: 0;
}


:root {

  /*--link-color: var(--color-brand-red);*/
}
@font-face {
  font-family: 'STC-icons';
  src:
    url('STC-icons.ttf?adm4ps') format('truetype'),
    url('STC-icons.woff?adm4ps') format('woff'),
    url('STC-icons.svg?adm4ps#STC-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow:before {
  content: "\61";
  color: #b2151b;
}
.icon-Calendar:before {
  content: "\63";
  color: #a7a7a7;
}
.icon-Plus:before {
  content: "\2b";
  color: #34495e;
}
.icon-Search:before {
  content: "\73";
  color: #4a4a4a;
}
.icon-Telephone:before {
  content: "\74";
  color: #b2151b;
}
.icon-Language-DE .path1:before {
  content: "\64";
  color: rgb(255, 255, 255);
}
.icon-Language-DE .path2:before {
  content: "\65";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}
.icon-Language-DE .path3:before {
  content: "\66";
  margin-left: -1em;
  color: rgb(240, 21, 21);
}
.icon-Language-DE .path4:before {
  content: "\67";
  margin-left: -1em;
  color: rgb(255, 213, 33);
}
@font-face {
  font-family: 'STC-share-icons';
  src:  url('STC-share-icons.eot?y88cli');
  src:  url('STC-share-icons.eot?y88cli#iefix') format('embedded-opentype'),
    url('STC-share-icons.ttf?y88cli') format('truetype'),
    url('STC-share-icons.woff?y88cli') format('woff'),
    url('STC-share-icons.svg?y88cli#STC-share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "\66";
  color: #fff;
}
.icon-instagram:before {
  content: "\69";
  color: #fff;
}
.icon-linkedin:before {
  content: "\6c";
  color: #fff;
}
.icon-mail:before {
  content: "\6d";
  color: #fff;
}
.icon-twitter:before {
  content: "\74";
  color: #fff;
}
.icon-xing:before {
  content: "\78";
  color: #fff;
}
/**
 * Mixins
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * full height media
 * with object-fit workaround
 * @apply --full-height-media;
 */
/**
 * Optional hyphenation
 * @apply --hyphens;
 */
/**
 * Reset text
 * @apply --reset-text;
 */
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 * @apply --text-overflow
 */
@media (max-width: 47.999em) {
.travel-pass {
    padding: 2rem 1rem
}
}
.travel-pass .linked-content {
    text-decoration: none;
    color: inherit;
}
.travel-pass .linked-content:hover .arrow-bar {
        opacity: 1;
        left: 1.5rem;
}
.travel-pass .over-title {
    color: #4A4A4A;
    margin-bottom: 0.3rem;
    font-size: 0.875rem;
}
.travel-pass .cta {
    color: #D32029;
    font-weight: bold;
}
.travel-pass .cta .arrow-bar {
      position: relative;
      left: 1rem;
      top: 0.4rem;
      opacity: 0;
}



[data-v-324a6ad4]:root {

  /*--link-color: var(--color-brand-red);*/
}
@font-face {
  font-family: 'STC-icons';
  src:
    url('STC-icons.ttf?adm4ps') format('truetype'),
    url('STC-icons.woff?adm4ps') format('woff'),
    url('STC-icons.svg?adm4ps#STC-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-324a6ad4], [class*=" icon-"][data-v-324a6ad4] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow[data-v-324a6ad4]:before {
  content: "\61";
  color: #b2151b;
}
.icon-Calendar[data-v-324a6ad4]:before {
  content: "\63";
  color: #a7a7a7;
}
.icon-Plus[data-v-324a6ad4]:before {
  content: "\2b";
  color: #34495e;
}
.icon-Search[data-v-324a6ad4]:before {
  content: "\73";
  color: #4a4a4a;
}
.icon-Telephone[data-v-324a6ad4]:before {
  content: "\74";
  color: #b2151b;
}
.icon-Language-DE .path1[data-v-324a6ad4]:before {
  content: "\64";
  color: rgb(255, 255, 255);
}
.icon-Language-DE .path2[data-v-324a6ad4]:before {
  content: "\65";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}
.icon-Language-DE .path3[data-v-324a6ad4]:before {
  content: "\66";
  margin-left: -1em;
  color: rgb(240, 21, 21);
}
.icon-Language-DE .path4[data-v-324a6ad4]:before {
  content: "\67";
  margin-left: -1em;
  color: rgb(255, 213, 33);
}
@font-face {
  font-family: 'STC-share-icons';
  src:  url('STC-share-icons.eot?y88cli');
  src:  url('STC-share-icons.eot?y88cli#iefix') format('embedded-opentype'),
    url('STC-share-icons.ttf?y88cli') format('truetype'),
    url('STC-share-icons.woff?y88cli') format('woff'),
    url('STC-share-icons.svg?y88cli#STC-share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-324a6ad4], [class*=" icon-"][data-v-324a6ad4] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook[data-v-324a6ad4]:before {
  content: "\66";
  color: #fff;
}
.icon-instagram[data-v-324a6ad4]:before {
  content: "\69";
  color: #fff;
}
.icon-linkedin[data-v-324a6ad4]:before {
  content: "\6c";
  color: #fff;
}
.icon-mail[data-v-324a6ad4]:before {
  content: "\6d";
  color: #fff;
}
.icon-twitter[data-v-324a6ad4]:before {
  content: "\74";
  color: #fff;
}
.icon-xing[data-v-324a6ad4]:before {
  content: "\78";
  color: #fff;
}
/**
 * Mixins
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * full height media
 * with object-fit workaround
 * @apply --full-height-media;
 */
/**
 * Optional hyphenation
 * @apply --hyphens;
 */
/**
 * Reset text
 * @apply --reset-text;
 */
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 * @apply --text-overflow
 */
.row[data-v-324a6ad4] {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.content-text[data-v-324a6ad4] {
  padding-left: 0;
  padding-right: 0;
}
@media(max-width: 47.999em) {
.input[data-v-324a6ad4] {
    padding: 0
}
}
.input .expander[data-v-324a6ad4] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 1px solid #D32029;
    border-radius: 4px;
    padding: 0.8rem 2.5rem 0.3rem 1rem;
    margin-top: 1rem;
}
.input .expander .toggleButton[data-v-324a6ad4] {
      -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
              transform: scale(0.7);
}
.input .expander .toggleButton .chevron-up[data-v-324a6ad4]:before, .input .expander .toggleButton .chevron-up[data-v-324a6ad4]:after, .input .expander .toggleButton .chevron-down[data-v-324a6ad4]:before, .input .expander .toggleButton .chevron-down[data-v-324a6ad4]:after {
        background-color: #D32029;
}
.input .expander .expander-label[data-v-324a6ad4] {
      color: #D32029;
}
.content[data-v-324a6ad4] {
  display: inline-block;
  width: 100%;
}
@media (max-width: 47.999em) {
.content[data-v-324a6ad4] {
    max-height: 0;
    padding-top: 1rem;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out
}
.content.opened[data-v-324a6ad4] {
      max-height: 100%;
      overflow: visible;
}
}
.search[data-v-324a6ad4] {
  display: inline-block;
  width: 100%;
  padding-left: 2rem;
}
@media (max-width: 47.999em) {
.search[data-v-324a6ad4] {
    padding-left: 0
}
}
fieldset[data-v-324a6ad4] {
  border: 0;
  margin: 0 auto;
  padding: 0;
}
.input-field.submit[data-v-324a6ad4] {
    padding-top: 1rem;
}


[data-v-632fac04]:root {

  /*--link-color: var(--color-brand-red);*/
}
@font-face {
  font-family: 'STC-icons';
  src:
    url('STC-icons.ttf?adm4ps') format('truetype'),
    url('STC-icons.woff?adm4ps') format('woff'),
    url('STC-icons.svg?adm4ps#STC-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-632fac04], [class*=" icon-"][data-v-632fac04] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow[data-v-632fac04]:before {
  content: "\61";
  color: #b2151b;
}
.icon-Calendar[data-v-632fac04]:before {
  content: "\63";
  color: #a7a7a7;
}
.icon-Plus[data-v-632fac04]:before {
  content: "\2b";
  color: #34495e;
}
.icon-Search[data-v-632fac04]:before {
  content: "\73";
  color: #4a4a4a;
}
.icon-Telephone[data-v-632fac04]:before {
  content: "\74";
  color: #b2151b;
}
.icon-Language-DE .path1[data-v-632fac04]:before {
  content: "\64";
  color: rgb(255, 255, 255);
}
.icon-Language-DE .path2[data-v-632fac04]:before {
  content: "\65";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}
.icon-Language-DE .path3[data-v-632fac04]:before {
  content: "\66";
  margin-left: -1em;
  color: rgb(240, 21, 21);
}
.icon-Language-DE .path4[data-v-632fac04]:before {
  content: "\67";
  margin-left: -1em;
  color: rgb(255, 213, 33);
}
@font-face {
  font-family: 'STC-share-icons';
  src:  url('STC-share-icons.eot?y88cli');
  src:  url('STC-share-icons.eot?y88cli#iefix') format('embedded-opentype'),
    url('STC-share-icons.ttf?y88cli') format('truetype'),
    url('STC-share-icons.woff?y88cli') format('woff'),
    url('STC-share-icons.svg?y88cli#STC-share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-632fac04], [class*=" icon-"][data-v-632fac04] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook[data-v-632fac04]:before {
  content: "\66";
  color: #fff;
}
.icon-instagram[data-v-632fac04]:before {
  content: "\69";
  color: #fff;
}
.icon-linkedin[data-v-632fac04]:before {
  content: "\6c";
  color: #fff;
}
.icon-mail[data-v-632fac04]:before {
  content: "\6d";
  color: #fff;
}
.icon-twitter[data-v-632fac04]:before {
  content: "\74";
  color: #fff;
}
.icon-xing[data-v-632fac04]:before {
  content: "\78";
  color: #fff;
}
/**
 * Mixins
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * full height media
 * with object-fit workaround
 * @apply --full-height-media;
 */
/**
 * Optional hyphenation
 * @apply --hyphens;
 */
/**
 * Reset text
 * @apply --reset-text;
 */
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 * @apply --text-overflow
 */
.stories-container[data-v-632fac04] {
  display: block;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 74.999em) {
.stories-container[data-v-632fac04] {
    padding-left: 1rem;
    padding-right: 1rem
}
}
@media (max-width: 61.999em) {
.stories-container[data-v-632fac04] {
    padding-left: 0;
    padding-right: 0
}
}
.stories[data-v-632fac04] {
  display: inline-block;
  width: 100%;
}
[data-v-632fac04] .column {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}
[data-v-632fac04] .one-half {
  width: 50%;
}
[data-v-632fac04] .full {
  width: 100%;
}
/* Salvattore needs the breakpoints to be defined like this. */
@media screen and (min-width: 48rem) and (max-width: 256rem) {
.stories[data-columns][data-v-632fac04]:before {
    content: '2 .column.one-half';
}
}
/* Salvattore needs the breakpoints to be defined like this. */
@media screen and (min-width: 20rem) and (max-width: 48rem) {
.stories[data-columns][data-v-632fac04]:before {
    content: '1 .column.full';
}
}



[data-v-69169170]:root {

  /*--link-color: var(--color-brand-red);*/
}
@font-face {
  font-family: 'STC-icons';
  src:
    url('STC-icons.ttf?adm4ps') format('truetype'),
    url('STC-icons.woff?adm4ps') format('woff'),
    url('STC-icons.svg?adm4ps#STC-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-69169170], [class*=" icon-"][data-v-69169170] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow[data-v-69169170]:before {
  content: "\61";
  color: #b2151b;
}
.icon-Calendar[data-v-69169170]:before {
  content: "\63";
  color: #a7a7a7;
}
.icon-Plus[data-v-69169170]:before {
  content: "\2b";
  color: #34495e;
}
.icon-Search[data-v-69169170]:before {
  content: "\73";
  color: #4a4a4a;
}
.icon-Telephone[data-v-69169170]:before {
  content: "\74";
  color: #b2151b;
}
.icon-Language-DE .path1[data-v-69169170]:before {
  content: "\64";
  color: rgb(255, 255, 255);
}
.icon-Language-DE .path2[data-v-69169170]:before {
  content: "\65";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}
.icon-Language-DE .path3[data-v-69169170]:before {
  content: "\66";
  margin-left: -1em;
  color: rgb(240, 21, 21);
}
.icon-Language-DE .path4[data-v-69169170]:before {
  content: "\67";
  margin-left: -1em;
  color: rgb(255, 213, 33);
}
@font-face {
  font-family: 'STC-share-icons';
  src:  url('STC-share-icons.eot?y88cli');
  src:  url('STC-share-icons.eot?y88cli#iefix') format('embedded-opentype'),
    url('STC-share-icons.ttf?y88cli') format('truetype'),
    url('STC-share-icons.woff?y88cli') format('woff'),
    url('STC-share-icons.svg?y88cli#STC-share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-69169170], [class*=" icon-"][data-v-69169170] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook[data-v-69169170]:before {
  content: "\66";
  color: #fff;
}
.icon-instagram[data-v-69169170]:before {
  content: "\69";
  color: #fff;
}
.icon-linkedin[data-v-69169170]:before {
  content: "\6c";
  color: #fff;
}
.icon-mail[data-v-69169170]:before {
  content: "\6d";
  color: #fff;
}
.icon-twitter[data-v-69169170]:before {
  content: "\74";
  color: #fff;
}
.icon-xing[data-v-69169170]:before {
  content: "\78";
  color: #fff;
}
/**
 * Mixins
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * full height media
 * with object-fit workaround
 * @apply --full-height-media;
 */
/**
 * Optional hyphenation
 * @apply --hyphens;
 */
/**
 * Reset text
 * @apply --reset-text;
 */
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 * @apply --text-overflow
 */
.social-sharing[data-v-69169170] {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  color: #34495E;
}
.social-sharing[data-v-69169170] a {
    margin: 0 0.4rem;
    opacity: 0.4;
    outline: 0px solid transparent;
}
.social-sharing[data-v-69169170] svg {
    width: 30px;
    height: 30px;
}


[data-v-53177e2e]:root {

  /*--link-color: var(--color-brand-red);*/
}
@font-face {
  font-family: 'STC-icons';
  src:
    url('STC-icons.ttf?adm4ps') format('truetype'),
    url('STC-icons.woff?adm4ps') format('woff'),
    url('STC-icons.svg?adm4ps#STC-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-53177e2e], [class*=" icon-"][data-v-53177e2e] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow[data-v-53177e2e]:before {
  content: "\61";
  color: #b2151b;
}
.icon-Calendar[data-v-53177e2e]:before {
  content: "\63";
  color: #a7a7a7;
}
.icon-Plus[data-v-53177e2e]:before {
  content: "\2b";
  color: #34495e;
}
.icon-Search[data-v-53177e2e]:before {
  content: "\73";
  color: #4a4a4a;
}
.icon-Telephone[data-v-53177e2e]:before {
  content: "\74";
  color: #b2151b;
}
.icon-Language-DE .path1[data-v-53177e2e]:before {
  content: "\64";
  color: rgb(255, 255, 255);
}
.icon-Language-DE .path2[data-v-53177e2e]:before {
  content: "\65";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}
.icon-Language-DE .path3[data-v-53177e2e]:before {
  content: "\66";
  margin-left: -1em;
  color: rgb(240, 21, 21);
}
.icon-Language-DE .path4[data-v-53177e2e]:before {
  content: "\67";
  margin-left: -1em;
  color: rgb(255, 213, 33);
}
@font-face {
  font-family: 'STC-share-icons';
  src:  url('STC-share-icons.eot?y88cli');
  src:  url('STC-share-icons.eot?y88cli#iefix') format('embedded-opentype'),
    url('STC-share-icons.ttf?y88cli') format('truetype'),
    url('STC-share-icons.woff?y88cli') format('woff'),
    url('STC-share-icons.svg?y88cli#STC-share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-53177e2e], [class*=" icon-"][data-v-53177e2e] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook[data-v-53177e2e]:before {
  content: "\66";
  color: #fff;
}
.icon-instagram[data-v-53177e2e]:before {
  content: "\69";
  color: #fff;
}
.icon-linkedin[data-v-53177e2e]:before {
  content: "\6c";
  color: #fff;
}
.icon-mail[data-v-53177e2e]:before {
  content: "\6d";
  color: #fff;
}
.icon-twitter[data-v-53177e2e]:before {
  content: "\74";
  color: #fff;
}
.icon-xing[data-v-53177e2e]:before {
  content: "\78";
  color: #fff;
}
/**
 * Mixins
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * full height media
 * with object-fit workaround
 * @apply --full-height-media;
 */
/**
 * Optional hyphenation
 * @apply --hyphens;
 */
/**
 * Reset text
 * @apply --reset-text;
 */
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 * @apply --text-overflow
 */
.footer[data-v-53177e2e] {
  margin: 2.5rem 0 0 0;
  z-index: 0;
  font-family: 'Fira Sans', sans-serif;
  max-width: 100%;
}
.footer a[data-v-53177e2e] {
    /* IE11 fix for blue links */
    color: inherit;
}
.main[data-v-53177e2e] {
  padding-top: 2rem;
  padding-bottom: 0.5rem;
  background-color: #34495E;
  color: #FFF;
}
@media (max-width: 47.999em) {
.footer-column[data-v-53177e2e] {
    margin-bottom: 1rem
}
}
@media (max-width: 47.999em) {
.footer-column--social[data-v-53177e2e] {
      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
}
}
.title[data-v-53177e2e] {
  font-size: 1.188rem;
  font-weight: bolder;
  margin-bottom: 0.8rem;
}
@media (max-width: 61.999em) {
.title[data-v-53177e2e] {
    font-size: 0.875rem;
    margin-bottom: 1.25rem
}
}
.links a[data-v-53177e2e] {
    display: block;
    text-decoration: none;
    margin-bottom: 0.8rem;
    cursor: pointer;
}
@media (max-width: 61.999em) {
.links a[data-v-53177e2e] {
      font-size: 0.875rem
}
}
.links a[data-v-53177e2e]:hover {
      color: #D32029;
}
.social[data-v-53177e2e] {
  margin-bottom: 2rem;
}
@media (max-width: 47.999em) {
.social[data-v-53177e2e] {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between
}
}
.social a[data-v-53177e2e] {
    text-decoration: none;
    display: inline-block;
    font-family: 'STC-share-icons';
    font-size: 1.25rem;
    opacity: 0.45;
    margin-right: 1.5rem;
}
@media (max-width: 47.999em) {
.social a[data-v-53177e2e] {
      font-size: 1.56rem;
      margin-right: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between
}
}
.social a[data-v-53177e2e]:hover {
      opacity: 1.0;
}
@media (max-width: 47.999em) {
.newsletter-button[data-v-53177e2e] {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1;
      margin-bottom: 1.5rem
}
}
.aside[data-v-53177e2e] {
  padding: 0.75rem 0;
  background-color: #FFF;
  color: #34495E;
  font-size: 0.875rem;
}
.aside .container[data-v-53177e2e] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 47.999em) {
.aside .container[data-v-53177e2e] {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column
}
}
.partners[data-v-53177e2e] {
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 47.999em) {
.partners[data-v-53177e2e] {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between
}
}
@media (max-width: 47.999em) {
.partners[data-v-53177e2e] .logo {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin: 0 0.5rem;
      margin-bottom: 1rem
}
}
@media (min-width: 48em) {
.partners[data-v-53177e2e] .logo {
      margin-left: 1.25rem
}
}
.partners[data-v-53177e2e] .logo a {
      display: block;
}
.partners[data-v-53177e2e] .logo a:hover {
      opacity: 0.5;
}
.partners[data-v-53177e2e] .logo a,
    .partners[data-v-53177e2e] .logo svg,
    .partners[data-v-53177e2e] .logo img {
      height: 100%;
      width: 100%;
}
.partners .logo-reisegarantie[data-v-53177e2e] {
    height: 2rem;
    width: 6.75rem;
}
.partners .logo-abta[data-v-53177e2e] {
    height: 1.5rem;
    width: 3.85rem;
}
.partners .logo-atol[data-v-53177e2e] {
    height: 2rem;
    width: 2rem;
}
.partners .logo-hotellerie-suisse[data-v-53177e2e] {
    height: 1rem;
    width: 9.2rem;
}
.partners .logo-my-switzerland[data-v-53177e2e] {
    height: 2rem;
    width: 7.15rem;
}
.partners .logo-sbb[data-v-53177e2e] {
    height: 1rem;
    width: 9.44rem;
}
@media (max-width: 47.999em) {
.partners[data-v-53177e2e] {
    margin-top: 1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between
}
}
.brand[data-v-53177e2e] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 47.999em) {
.brand[data-v-53177e2e] {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between
}
}
.logo-container[data-v-53177e2e] {
  width: 3rem;
  margin-right: 1rem;
}
@media (min-width: 48em) {
.logo-container[data-v-53177e2e] {
    margin-top: -2.25rem
}
}
.logo-stc[data-v-53177e2e] a {
    display: block;
}
.logo-stc[data-v-53177e2e] a:hover {
      -webkit-transform: translateY(-0.25rem);
          -ms-transform: translateY(-0.25rem);
              transform: translateY(-0.25rem);
}
.legal[data-v-53177e2e] {
  text-align: right;
}
@media (max-width: 47.999em) {
.legal[data-v-53177e2e] {
    text-align: left;
    font-size: 0.75rem;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 0.75rem
}
}
.legal a[data-v-53177e2e] {
    text-decoration: none;
    cursor: pointer;
    margin-left: 1rem;
}
@media (max-width: 47.999em) {
.legal a[data-v-53177e2e] {
      margin-left: 0;
      margin-right: 1rem;
      line-height: 1.75
}
}
.legal a[data-v-53177e2e]:hover {
      color: #D32029;
}


[data-v-a61b428e]:root {

  /*--link-color: var(--color-brand-red);*/
}
@font-face {
  font-family: 'STC-icons';
  src:
    url('STC-icons.ttf?adm4ps') format('truetype'),
    url('STC-icons.woff?adm4ps') format('woff'),
    url('STC-icons.svg?adm4ps#STC-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-a61b428e], [class*=" icon-"][data-v-a61b428e] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-Arrow[data-v-a61b428e]:before {
  content: "\61";
  color: #b2151b;
}
.icon-Calendar[data-v-a61b428e]:before {
  content: "\63";
  color: #a7a7a7;
}
.icon-Plus[data-v-a61b428e]:before {
  content: "\2b";
  color: #34495e;
}
.icon-Search[data-v-a61b428e]:before {
  content: "\73";
  color: #4a4a4a;
}
.icon-Telephone[data-v-a61b428e]:before {
  content: "\74";
  color: #b2151b;
}
.icon-Language-DE .path1[data-v-a61b428e]:before {
  content: "\64";
  color: rgb(255, 255, 255);
}
.icon-Language-DE .path2[data-v-a61b428e]:before {
  content: "\65";
  margin-left: -1em;
  color: rgb(38, 38, 38);
}
.icon-Language-DE .path3[data-v-a61b428e]:before {
  content: "\66";
  margin-left: -1em;
  color: rgb(240, 21, 21);
}
.icon-Language-DE .path4[data-v-a61b428e]:before {
  content: "\67";
  margin-left: -1em;
  color: rgb(255, 213, 33);
}
@font-face {
  font-family: 'STC-share-icons';
  src:  url('STC-share-icons.eot?y88cli');
  src:  url('STC-share-icons.eot?y88cli#iefix') format('embedded-opentype'),
    url('STC-share-icons.ttf?y88cli') format('truetype'),
    url('STC-share-icons.woff?y88cli') format('woff'),
    url('STC-share-icons.svg?y88cli#STC-share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"][data-v-a61b428e], [class*=" icon-"][data-v-a61b428e] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'STC-share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook[data-v-a61b428e]:before {
  content: "\66";
  color: #fff;
}
.icon-instagram[data-v-a61b428e]:before {
  content: "\69";
  color: #fff;
}
.icon-linkedin[data-v-a61b428e]:before {
  content: "\6c";
  color: #fff;
}
.icon-mail[data-v-a61b428e]:before {
  content: "\6d";
  color: #fff;
}
.icon-twitter[data-v-a61b428e]:before {
  content: "\74";
  color: #fff;
}
.icon-xing[data-v-a61b428e]:before {
  content: "\78";
  color: #fff;
}
/**
 * Mixins
 */
/**
 * Center-align a block level element
 * @apply --center-block;
 */
/**
 * Clearfix
 * @apply --clearfix;
 */
/**
 * full height media
 * with object-fit workaround
 * @apply --full-height-media;
 */
/**
 * Optional hyphenation
 * @apply --hyphens;
 */
/**
 * Reset text
 * @apply --reset-text;
 */
/**
 * Screenreader helpers
 * @apply --sr-only;
 * @apply --sr-only-focusable;
 */
/**
 * tab focus
 * @apply --tab-focus;
 */
/**
 * hide text
 * @apply --text-hide;
 */
/**
 * text overflow
 * @apply --text-overflow
 */
.cookie-notice[data-v-a61b428e] {
  width: 100%;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.75);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: #FFF;
  padding: 1.5rem 0;
}
@media (min-width: 48em) {
.cookie-notice[data-v-a61b428e] {
    padding: 1.875rem 0
}
}
.cookie-notice-message[data-v-a61b428e] {
  margin-bottom: 1.5rem;
}
@media (min-width: 48em) {
.cookie-notice-message[data-v-a61b428e] {
    margin-bottom: 0
}
}
/* TODO: Move or remove this definition to use a more general one */
Button[data-v-a61b428e] {
  color: #34495E;
  background-color: #FFF;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  border: 1px solid #000;
  border-radius: 3px;
  padding: 10px 20px;
  cursor: pointer;
}
Button[data-v-a61b428e]:hover {
    color: #D32029;
    border: 1px solid #D32029;
}
