/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(http://fonts.googleapis.com/css?family=Merriweather:200,400,300italic,300,700);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.no-animation .banner--blocks__block:hover:before {
  transition: none !important;
}
.no-animation .banner--blocks__block:hover .blocks__content img {
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
  transition: none !important;
}
.no-animation .banner--blocks__block:hover .blocks__content p {
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
  transition: none !important;
}

@font-face {
  font-family: 'ProximaNova';
  src: url("/fonts/Corporate/2EEB6F_6_0.eot");
  src: url("/fonts/Corporate/2EEB6F_6_0.eot?#iefix") format("embedded-opentype"), url("/fonts/Corporate/2EEB6F_6_0.woff2") format("woff2"), url("/fonts/Corporate/2EEB6F_6_0.woff") format("woff"), url("/fonts/Corporate/2EEB6F_6_0.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: 'ProximaNova';
  src: url("/fonts/Corporate/2EEB6F_8_0.eot");
  src: url("/fonts/Corporate/2EEB6F_8_0.eot?#iefix") format("embedded-opentype"), url("/fonts/Corporate/2EEB6F_8_0.woff2") format("woff2"), url("/fonts/Corporate/2EEB6F_8_0.woff") format("woff"), url("/fonts/Corporate/2EEB6F_8_0.ttf") format("truetype");
}
@font-face {
  font-family: 'ProximaNova';
  src: url("/fonts/Corporate/2EEB6F_7_0.eot");
  src: url("/fonts/Corporate/2EEB6F_7_0.eot?#iefix") format("embedded-opentype"), url("/fonts/Corporate/2EEB6F_7_0.woff2") format("woff2"), url("/fonts/Corporate/2EEB6F_7_0.woff") format("woff"), url("/fonts/Corporate/2EEB6F_7_0.ttf") format("truetype");
  font-weight: 900;
}
body, .list--companies > ul h1, blockquote, .rte .intro {
  font-family: 'Merriweather', serif;
  font-weight: 200;
}

.banner__search--companies label, .maps__title, .teaser--link__title h3, .teaser--filter__title, .button--select, .list--companies > ul ul, .navigation--primary, h1, .heading--secondary h3, .heading--introduction h3, .banner--blocks .banner--blocks__block .blocks__content p, .teaser--primary-stacked .teaser__content h3, .teaser__title, .teaser--content__title, .teaser--company .teaser__content h3, .teaser__subtitle, .teaser--link .links__title, .teaser--products .teaser__content h3,
.teaser--products .teaser__content-background h3, .rte, .footer--navigation ul, .footer--links ul, .vacancies-latest a[class*='button'], .vacancies-latest__list-item h4, .vacancies-teaser h3, .vacancies-teaser [class*='button--'], .search-bar h3, .search-bar__input input, .search-results > li h4, .search-results > li p:not(.url), .search-paging {
  font-family: 'ProximaNova', 'Tahoma', sans-serif;
}

body {
  font-size: 16px;
}

p {
  margin: 10px 0;
}

.banner__search--companies label, .maps__title, .teaser--link__title h3, .teaser--filter__title {
  color: #4d4c44;
  font-size: 56px;
  font-weight: 900;
  line-height: 49px;
  text-transform: uppercase;
}

.heading--introduction .heading__introduction, .maps__content, .teaser--content__subtitle {
  font-size: 28px;
  line-height: 42px;
}

.row {
  *zoom: 1;
  position: relative;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row--flat {
  *zoom: 1;
  position: relative;
  margin: 0;
}
.row--flat:before, .row--flat:after {
  content: " ";
  display: table;
}
.row--flat:after {
  clear: both;
}

.container {
  *zoom: 1;
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
  padding: 0 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 767px;
  }
}
@media screen and (min-width: 960px) {
  .container {
    max-width: 959px;
  }
}
@media screen and (min-width: 1199px) {
  .container {
    max-width: 1199px;
  }
}
.container--fluid {
  *zoom: 1;
  width: 100%;
  padding: 0 15px;
}
.container--fluid:before, .container--fluid:after {
  content: " ";
  display: table;
}
.container--fluid:after {
  clear: both;
}
.container .row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-sm-1 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-sm-1:before, .col-sm-1:after {
  content: " ";
  display: table;
}
.col-sm-1:after {
  clear: both;
}
@media screen and (min-width: 320px) {
  .col-sm-1 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 8.33333%;
  }
  .col-sm-1:before, .col-sm-1:after {
    content: "";
    display: none;
  }
  .col-sm-1:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-sm-1-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-sm-1-basic:before, .col-sm-1-basic:after {
  content: " ";
  display: table;
}
.col-sm-1-basic:after {
  clear: both;
}
@media screen and (min-width: 320px) {
  .col-sm-1-basic {
    min-height: 1px;
    width: 8.33333%;
  }
  .col-sm-1-basic:before, .col-sm-1-basic:after {
    content: "";
    display: none;
  }
  .col-sm-1-basic:after {
    clear: none;
  }
}

.col-sm-2 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-sm-2:before, .col-sm-2:after {
  content: " ";
  display: table;
}
.col-sm-2:after {
  clear: both;
}
@media screen and (min-width: 320px) {
  .col-sm-2 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 16.66667%;
  }
  .col-sm-2:before, .col-sm-2:after {
    content: "";
    display: none;
  }
  .col-sm-2:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-sm-2-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-sm-2-basic:before, .col-sm-2-basic:after {
  content: " ";
  display: table;
}
.col-sm-2-basic:after {
  clear: both;
}
@media screen and (min-width: 320px) {
  .col-sm-2-basic {
    min-height: 1px;
    width: 16.66667%;
  }
  .col-sm-2-basic:before, .col-sm-2-basic:after {
    content: "";
    display: none;
  }
  .col-sm-2-basic:after {
    clear: none;
  }
}

.col-sm-3 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-sm-3:before, .col-sm-3:after {
  content: " ";
  display: table;
}
.col-sm-3:after {
  clear: both;
}
@media screen and (min-width: 320px) {
  .col-sm-3 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 25%;
  }
  .col-sm-3:before, .col-sm-3:after {
    content: "";
    display: none;
  }
  .col-sm-3:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-sm-3-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-sm-3-basic:before, .col-sm-3-basic:after {
  content: " ";
  display: table;
}
.col-sm-3-basic:after {
  clear: both;
}
@media screen and (min-width: 320px) {
  .col-sm-3-basic {
    min-height: 1px;
    width: 25%;
  }
  .col-sm-3-basic:before, .col-sm-3-basic:after {
    content: "";
    display: none;
  }
  .col-sm-3-basic:after {
    clear: none;
  }
}

.col-sm-4 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-sm-4:before, .col-sm-4:after {
  content: " ";
  display: table;
}
.col-sm-4:after {
  clear: both;
}
@media screen and (min-width: 320px) {
  .col-sm-4 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 33.33333%;
  }
  .col-sm-4:before, .col-sm-4:after {
    content: "";
    display: none;
  }
  .col-sm-4:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-sm-4-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-sm-4-basic:before, .col-sm-4-basic:after {
  content: " ";
  display: table;
}
.col-sm-4-basic:after {
  clear: both;
}
@media screen and (min-width: 320px) {
  .col-sm-4-basic {
    min-height: 1px;
    width: 33.33333%;
  }
  .col-sm-4-basic:before, .col-sm-4-basic:after {
    content: "";
    display: none;
  }
  .col-sm-4-basic:after {
    clear: none;
  }
}

.col-sm-5 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-sm-5:before, .col-sm-5:after {
  content: " ";
  display: table;
}
.col-sm-5:after {
  clear: both;
}
@media screen and (min-width: 320px) {
  .col-sm-5 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 41.66667%;
  }
  .col-sm-5:before, .col-sm-5:after {
    content: "";
    display: none;
  }
  .col-sm-5:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-sm-5-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-sm-5-basic:before, .col-sm-5-basic:after {
  content: " ";
  display: table;
}
.col-sm-5-basic:after {
  clear: both;
}
@media screen and (min-width: 320px) {
  .col-sm-5-basic {
    min-height: 1px;
    width: 41.66667%;
  }
  .col-sm-5-basic:before, .col-sm-5-basic:after {
    content: "";
    display: none;
  }
  .col-sm-5-basic:after {
    clear: none;
  }
}

.col-sm-6 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-sm-6:before, .col-sm-6:after {
  content: " ";
  display: table;
}
.col-sm-6:after {
  clear: both;
}
@media screen and (min-width: 320px) {
  .col-sm-6 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 50%;
  }
  .col-sm-6:before, .col-sm-6:after {
    content: "";
    display: none;
  }
  .col-sm-6:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-sm-6-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-sm-6-basic:before, .col-sm-6-basic:after {
  content: " ";
  display: table;
}
.col-sm-6-basic:after {
  clear: both;
}
@media screen and (min-width: 320px) {
  .col-sm-6-basic {
    min-height: 1px;
    width: 50%;
  }
  .col-sm-6-basic:before, .col-sm-6-basic:after {
    content: "";
    display: none;
  }
  .col-sm-6-basic:after {
    clear: none;
  }
}

.col-sm-7 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-sm-7:before, .col-sm-7:after {
  content: " ";
  display: table;
}
.col-sm-7:after {
  clear: both;
}
@media screen and (min-width: 320px) {
  .col-sm-7 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 58.33333%;
  }
  .col-sm-7:before, .col-sm-7:after {
    content: "";
    display: none;
  }
  .col-sm-7:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-sm-7-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-sm-7-basic:before, .col-sm-7-basic:after {
  content: " ";
  display: table;
}
.col-sm-7-basic:after {
  clear: both;
}
@media screen and (min-width: 320px) {
  .col-sm-7-basic {
    min-height: 1px;
    width: 58.33333%;
  }
  .col-sm-7-basic:before, .col-sm-7-basic:after {
    content: "";
    display: none;
  }
  .col-sm-7-basic:after {
    clear: none;
  }
}

.col-sm-8 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-sm-8:before, .col-sm-8:after {
  content: " ";
  display: table;
}
.col-sm-8:after {
  clear: both;
}
@media screen and (min-width: 320px) {
  .col-sm-8 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 66.66667%;
  }
  .col-sm-8:before, .col-sm-8:after {
    content: "";
    display: none;
  }
  .col-sm-8:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-sm-8-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-sm-8-basic:before, .col-sm-8-basic:after {
  content: " ";
  display: table;
}
.col-sm-8-basic:after {
  clear: both;
}
@media screen and (min-width: 320px) {
  .col-sm-8-basic {
    min-height: 1px;
    width: 66.66667%;
  }
  .col-sm-8-basic:before, .col-sm-8-basic:after {
    content: "";
    display: none;
  }
  .col-sm-8-basic:after {
    clear: none;
  }
}

.col-sm-9 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-sm-9:before, .col-sm-9:after {
  content: " ";
  display: table;
}
.col-sm-9:after {
  clear: both;
}
@media screen and (min-width: 320px) {
  .col-sm-9 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 75%;
  }
  .col-sm-9:before, .col-sm-9:after {
    content: "";
    display: none;
  }
  .col-sm-9:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-sm-9-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-sm-9-basic:before, .col-sm-9-basic:after {
  content: " ";
  display: table;
}
.col-sm-9-basic:after {
  clear: both;
}
@media screen and (min-width: 320px) {
  .col-sm-9-basic {
    min-height: 1px;
    width: 75%;
  }
  .col-sm-9-basic:before, .col-sm-9-basic:after {
    content: "";
    display: none;
  }
  .col-sm-9-basic:after {
    clear: none;
  }
}

.col-sm-10 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-sm-10:before, .col-sm-10:after {
  content: " ";
  display: table;
}
.col-sm-10:after {
  clear: both;
}
@media screen and (min-width: 320px) {
  .col-sm-10 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 83.33333%;
  }
  .col-sm-10:before, .col-sm-10:after {
    content: "";
    display: none;
  }
  .col-sm-10:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-sm-10-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-sm-10-basic:before, .col-sm-10-basic:after {
  content: " ";
  display: table;
}
.col-sm-10-basic:after {
  clear: both;
}
@media screen and (min-width: 320px) {
  .col-sm-10-basic {
    min-height: 1px;
    width: 83.33333%;
  }
  .col-sm-10-basic:before, .col-sm-10-basic:after {
    content: "";
    display: none;
  }
  .col-sm-10-basic:after {
    clear: none;
  }
}

.col-sm-11 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-sm-11:before, .col-sm-11:after {
  content: " ";
  display: table;
}
.col-sm-11:after {
  clear: both;
}
@media screen and (min-width: 320px) {
  .col-sm-11 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 91.66667%;
  }
  .col-sm-11:before, .col-sm-11:after {
    content: "";
    display: none;
  }
  .col-sm-11:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-sm-11-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-sm-11-basic:before, .col-sm-11-basic:after {
  content: " ";
  display: table;
}
.col-sm-11-basic:after {
  clear: both;
}
@media screen and (min-width: 320px) {
  .col-sm-11-basic {
    min-height: 1px;
    width: 91.66667%;
  }
  .col-sm-11-basic:before, .col-sm-11-basic:after {
    content: "";
    display: none;
  }
  .col-sm-11-basic:after {
    clear: none;
  }
}

.col-sm-12, .banner {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-sm-12:before, .banner:before, .col-sm-12:after, .banner:after {
  content: " ";
  display: table;
}
.col-sm-12:after, .banner:after {
  clear: both;
}
@media screen and (min-width: 320px) {
  .col-sm-12, .banner {
    float: left;
    min-height: 1px;
    position: relative;
    width: 100%;
  }
  .col-sm-12:before, .banner:before, .col-sm-12:after, .banner:after {
    content: "";
    display: none;
  }
  .col-sm-12:after, .banner:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-sm-12-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-sm-12-basic:before, .col-sm-12-basic:after {
  content: " ";
  display: table;
}
.col-sm-12-basic:after {
  clear: both;
}
@media screen and (min-width: 320px) {
  .col-sm-12-basic {
    min-height: 1px;
    width: 100%;
  }
  .col-sm-12-basic:before, .col-sm-12-basic:after {
    content: "";
    display: none;
  }
  .col-sm-12-basic:after {
    clear: none;
  }
}

.col-smplus-1 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-smplus-1:before, .col-smplus-1:after {
  content: " ";
  display: table;
}
.col-smplus-1:after {
  clear: both;
}
@media screen and (min-width: 480px) {
  .col-smplus-1 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 8.33333%;
  }
  .col-smplus-1:before, .col-smplus-1:after {
    content: "";
    display: none;
  }
  .col-smplus-1:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-smplus-1-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-smplus-1-basic:before, .col-smplus-1-basic:after {
  content: " ";
  display: table;
}
.col-smplus-1-basic:after {
  clear: both;
}
@media screen and (min-width: 480px) {
  .col-smplus-1-basic {
    min-height: 1px;
    width: 8.33333%;
  }
  .col-smplus-1-basic:before, .col-smplus-1-basic:after {
    content: "";
    display: none;
  }
  .col-smplus-1-basic:after {
    clear: none;
  }
}

.col-smplus-2 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-smplus-2:before, .col-smplus-2:after {
  content: " ";
  display: table;
}
.col-smplus-2:after {
  clear: both;
}
@media screen and (min-width: 480px) {
  .col-smplus-2 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 16.66667%;
  }
  .col-smplus-2:before, .col-smplus-2:after {
    content: "";
    display: none;
  }
  .col-smplus-2:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-smplus-2-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-smplus-2-basic:before, .col-smplus-2-basic:after {
  content: " ";
  display: table;
}
.col-smplus-2-basic:after {
  clear: both;
}
@media screen and (min-width: 480px) {
  .col-smplus-2-basic {
    min-height: 1px;
    width: 16.66667%;
  }
  .col-smplus-2-basic:before, .col-smplus-2-basic:after {
    content: "";
    display: none;
  }
  .col-smplus-2-basic:after {
    clear: none;
  }
}

.col-smplus-3 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-smplus-3:before, .col-smplus-3:after {
  content: " ";
  display: table;
}
.col-smplus-3:after {
  clear: both;
}
@media screen and (min-width: 480px) {
  .col-smplus-3 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 25%;
  }
  .col-smplus-3:before, .col-smplus-3:after {
    content: "";
    display: none;
  }
  .col-smplus-3:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-smplus-3-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-smplus-3-basic:before, .col-smplus-3-basic:after {
  content: " ";
  display: table;
}
.col-smplus-3-basic:after {
  clear: both;
}
@media screen and (min-width: 480px) {
  .col-smplus-3-basic {
    min-height: 1px;
    width: 25%;
  }
  .col-smplus-3-basic:before, .col-smplus-3-basic:after {
    content: "";
    display: none;
  }
  .col-smplus-3-basic:after {
    clear: none;
  }
}

.col-smplus-4 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-smplus-4:before, .col-smplus-4:after {
  content: " ";
  display: table;
}
.col-smplus-4:after {
  clear: both;
}
@media screen and (min-width: 480px) {
  .col-smplus-4 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 33.33333%;
  }
  .col-smplus-4:before, .col-smplus-4:after {
    content: "";
    display: none;
  }
  .col-smplus-4:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-smplus-4-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-smplus-4-basic:before, .col-smplus-4-basic:after {
  content: " ";
  display: table;
}
.col-smplus-4-basic:after {
  clear: both;
}
@media screen and (min-width: 480px) {
  .col-smplus-4-basic {
    min-height: 1px;
    width: 33.33333%;
  }
  .col-smplus-4-basic:before, .col-smplus-4-basic:after {
    content: "";
    display: none;
  }
  .col-smplus-4-basic:after {
    clear: none;
  }
}

.col-smplus-5 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-smplus-5:before, .col-smplus-5:after {
  content: " ";
  display: table;
}
.col-smplus-5:after {
  clear: both;
}
@media screen and (min-width: 480px) {
  .col-smplus-5 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 41.66667%;
  }
  .col-smplus-5:before, .col-smplus-5:after {
    content: "";
    display: none;
  }
  .col-smplus-5:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-smplus-5-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-smplus-5-basic:before, .col-smplus-5-basic:after {
  content: " ";
  display: table;
}
.col-smplus-5-basic:after {
  clear: both;
}
@media screen and (min-width: 480px) {
  .col-smplus-5-basic {
    min-height: 1px;
    width: 41.66667%;
  }
  .col-smplus-5-basic:before, .col-smplus-5-basic:after {
    content: "";
    display: none;
  }
  .col-smplus-5-basic:after {
    clear: none;
  }
}

.col-smplus-6, .teaser--quote--primary .teaser__media,
.teaser--quote--primary .teaser__content,
.teaser--quote--secondary .teaser__media,
.teaser--quote--secondary .teaser__content, .teaser--news--primary .teaser__media,
.teaser--news--secondary .teaser__media {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-smplus-6:before, .teaser--quote--primary .teaser__media:before,
.teaser--quote--primary .teaser__content:before,
.teaser--quote--secondary .teaser__media:before,
.teaser--quote--secondary .teaser__content:before, .teaser--news--primary .teaser__media:before,
.teaser--news--secondary .teaser__media:before, .col-smplus-6:after, .teaser--quote--primary .teaser__media:after,
.teaser--quote--primary .teaser__content:after,
.teaser--quote--secondary .teaser__media:after,
.teaser--quote--secondary .teaser__content:after, .teaser--news--primary .teaser__media:after,
.teaser--news--secondary .teaser__media:after {
  content: " ";
  display: table;
}
.col-smplus-6:after, .teaser--quote--primary .teaser__media:after,
.teaser--quote--primary .teaser__content:after,
.teaser--quote--secondary .teaser__media:after,
.teaser--quote--secondary .teaser__content:after, .teaser--news--primary .teaser__media:after,
.teaser--news--secondary .teaser__media:after {
  clear: both;
}
@media screen and (min-width: 480px) {
  .col-smplus-6, .teaser--quote--primary .teaser__media,
  .teaser--quote--primary .teaser__content,
  .teaser--quote--secondary .teaser__media,
  .teaser--quote--secondary .teaser__content, .teaser--news--primary .teaser__media,
  .teaser--news--secondary .teaser__media {
    float: left;
    min-height: 1px;
    position: relative;
    width: 50%;
  }
  .col-smplus-6:before, .teaser--quote--primary .teaser__media:before,
  .teaser--quote--primary .teaser__content:before,
  .teaser--quote--secondary .teaser__media:before,
  .teaser--quote--secondary .teaser__content:before, .teaser--news--primary .teaser__media:before,
  .teaser--news--secondary .teaser__media:before, .col-smplus-6:after, .teaser--quote--primary .teaser__media:after,
  .teaser--quote--primary .teaser__content:after,
  .teaser--quote--secondary .teaser__media:after,
  .teaser--quote--secondary .teaser__content:after, .teaser--news--primary .teaser__media:after,
  .teaser--news--secondary .teaser__media:after {
    content: "";
    display: none;
  }
  .col-smplus-6:after, .teaser--quote--primary .teaser__media:after,
  .teaser--quote--primary .teaser__content:after,
  .teaser--quote--secondary .teaser__media:after,
  .teaser--quote--secondary .teaser__content:after, .teaser--news--primary .teaser__media:after,
  .teaser--news--secondary .teaser__media:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-smplus-6-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-smplus-6-basic:before, .col-smplus-6-basic:after {
  content: " ";
  display: table;
}
.col-smplus-6-basic:after {
  clear: both;
}
@media screen and (min-width: 480px) {
  .col-smplus-6-basic {
    min-height: 1px;
    width: 50%;
  }
  .col-smplus-6-basic:before, .col-smplus-6-basic:after {
    content: "";
    display: none;
  }
  .col-smplus-6-basic:after {
    clear: none;
  }
}

.col-smplus-7 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-smplus-7:before, .col-smplus-7:after {
  content: " ";
  display: table;
}
.col-smplus-7:after {
  clear: both;
}
@media screen and (min-width: 480px) {
  .col-smplus-7 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 58.33333%;
  }
  .col-smplus-7:before, .col-smplus-7:after {
    content: "";
    display: none;
  }
  .col-smplus-7:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-smplus-7-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-smplus-7-basic:before, .col-smplus-7-basic:after {
  content: " ";
  display: table;
}
.col-smplus-7-basic:after {
  clear: both;
}
@media screen and (min-width: 480px) {
  .col-smplus-7-basic {
    min-height: 1px;
    width: 58.33333%;
  }
  .col-smplus-7-basic:before, .col-smplus-7-basic:after {
    content: "";
    display: none;
  }
  .col-smplus-7-basic:after {
    clear: none;
  }
}

.col-smplus-8 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-smplus-8:before, .col-smplus-8:after {
  content: " ";
  display: table;
}
.col-smplus-8:after {
  clear: both;
}
@media screen and (min-width: 480px) {
  .col-smplus-8 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 66.66667%;
  }
  .col-smplus-8:before, .col-smplus-8:after {
    content: "";
    display: none;
  }
  .col-smplus-8:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-smplus-8-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-smplus-8-basic:before, .col-smplus-8-basic:after {
  content: " ";
  display: table;
}
.col-smplus-8-basic:after {
  clear: both;
}
@media screen and (min-width: 480px) {
  .col-smplus-8-basic {
    min-height: 1px;
    width: 66.66667%;
  }
  .col-smplus-8-basic:before, .col-smplus-8-basic:after {
    content: "";
    display: none;
  }
  .col-smplus-8-basic:after {
    clear: none;
  }
}

.col-smplus-9 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-smplus-9:before, .col-smplus-9:after {
  content: " ";
  display: table;
}
.col-smplus-9:after {
  clear: both;
}
@media screen and (min-width: 480px) {
  .col-smplus-9 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 75%;
  }
  .col-smplus-9:before, .col-smplus-9:after {
    content: "";
    display: none;
  }
  .col-smplus-9:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-smplus-9-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-smplus-9-basic:before, .col-smplus-9-basic:after {
  content: " ";
  display: table;
}
.col-smplus-9-basic:after {
  clear: both;
}
@media screen and (min-width: 480px) {
  .col-smplus-9-basic {
    min-height: 1px;
    width: 75%;
  }
  .col-smplus-9-basic:before, .col-smplus-9-basic:after {
    content: "";
    display: none;
  }
  .col-smplus-9-basic:after {
    clear: none;
  }
}

.col-smplus-10 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-smplus-10:before, .col-smplus-10:after {
  content: " ";
  display: table;
}
.col-smplus-10:after {
  clear: both;
}
@media screen and (min-width: 480px) {
  .col-smplus-10 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 83.33333%;
  }
  .col-smplus-10:before, .col-smplus-10:after {
    content: "";
    display: none;
  }
  .col-smplus-10:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-smplus-10-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-smplus-10-basic:before, .col-smplus-10-basic:after {
  content: " ";
  display: table;
}
.col-smplus-10-basic:after {
  clear: both;
}
@media screen and (min-width: 480px) {
  .col-smplus-10-basic {
    min-height: 1px;
    width: 83.33333%;
  }
  .col-smplus-10-basic:before, .col-smplus-10-basic:after {
    content: "";
    display: none;
  }
  .col-smplus-10-basic:after {
    clear: none;
  }
}

.col-smplus-11 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-smplus-11:before, .col-smplus-11:after {
  content: " ";
  display: table;
}
.col-smplus-11:after {
  clear: both;
}
@media screen and (min-width: 480px) {
  .col-smplus-11 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 91.66667%;
  }
  .col-smplus-11:before, .col-smplus-11:after {
    content: "";
    display: none;
  }
  .col-smplus-11:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-smplus-11-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-smplus-11-basic:before, .col-smplus-11-basic:after {
  content: " ";
  display: table;
}
.col-smplus-11-basic:after {
  clear: both;
}
@media screen and (min-width: 480px) {
  .col-smplus-11-basic {
    min-height: 1px;
    width: 91.66667%;
  }
  .col-smplus-11-basic:before, .col-smplus-11-basic:after {
    content: "";
    display: none;
  }
  .col-smplus-11-basic:after {
    clear: none;
  }
}

.col-smplus-12 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-smplus-12:before, .col-smplus-12:after {
  content: " ";
  display: table;
}
.col-smplus-12:after {
  clear: both;
}
@media screen and (min-width: 480px) {
  .col-smplus-12 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 100%;
  }
  .col-smplus-12:before, .col-smplus-12:after {
    content: "";
    display: none;
  }
  .col-smplus-12:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-smplus-12-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-smplus-12-basic:before, .col-smplus-12-basic:after {
  content: " ";
  display: table;
}
.col-smplus-12-basic:after {
  clear: both;
}
@media screen and (min-width: 480px) {
  .col-smplus-12-basic {
    min-height: 1px;
    width: 100%;
  }
  .col-smplus-12-basic:before, .col-smplus-12-basic:after {
    content: "";
    display: none;
  }
  .col-smplus-12-basic:after {
    clear: none;
  }
}

.col-smplusplus-1 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-smplusplus-1:before, .col-smplusplus-1:after {
  content: " ";
  display: table;
}
.col-smplusplus-1:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .col-smplusplus-1 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 8.33333%;
  }
  .col-smplusplus-1:before, .col-smplusplus-1:after {
    content: "";
    display: none;
  }
  .col-smplusplus-1:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-smplusplus-1-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-smplusplus-1-basic:before, .col-smplusplus-1-basic:after {
  content: " ";
  display: table;
}
.col-smplusplus-1-basic:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .col-smplusplus-1-basic {
    min-height: 1px;
    width: 8.33333%;
  }
  .col-smplusplus-1-basic:before, .col-smplusplus-1-basic:after {
    content: "";
    display: none;
  }
  .col-smplusplus-1-basic:after {
    clear: none;
  }
}

.col-smplusplus-2 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-smplusplus-2:before, .col-smplusplus-2:after {
  content: " ";
  display: table;
}
.col-smplusplus-2:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .col-smplusplus-2 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 16.66667%;
  }
  .col-smplusplus-2:before, .col-smplusplus-2:after {
    content: "";
    display: none;
  }
  .col-smplusplus-2:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-smplusplus-2-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-smplusplus-2-basic:before, .col-smplusplus-2-basic:after {
  content: " ";
  display: table;
}
.col-smplusplus-2-basic:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .col-smplusplus-2-basic {
    min-height: 1px;
    width: 16.66667%;
  }
  .col-smplusplus-2-basic:before, .col-smplusplus-2-basic:after {
    content: "";
    display: none;
  }
  .col-smplusplus-2-basic:after {
    clear: none;
  }
}

.col-smplusplus-3 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-smplusplus-3:before, .col-smplusplus-3:after {
  content: " ";
  display: table;
}
.col-smplusplus-3:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .col-smplusplus-3 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 25%;
  }
  .col-smplusplus-3:before, .col-smplusplus-3:after {
    content: "";
    display: none;
  }
  .col-smplusplus-3:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-smplusplus-3-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-smplusplus-3-basic:before, .col-smplusplus-3-basic:after {
  content: " ";
  display: table;
}
.col-smplusplus-3-basic:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .col-smplusplus-3-basic {
    min-height: 1px;
    width: 25%;
  }
  .col-smplusplus-3-basic:before, .col-smplusplus-3-basic:after {
    content: "";
    display: none;
  }
  .col-smplusplus-3-basic:after {
    clear: none;
  }
}

.col-smplusplus-4 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-smplusplus-4:before, .col-smplusplus-4:after {
  content: " ";
  display: table;
}
.col-smplusplus-4:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .col-smplusplus-4 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 33.33333%;
  }
  .col-smplusplus-4:before, .col-smplusplus-4:after {
    content: "";
    display: none;
  }
  .col-smplusplus-4:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-smplusplus-4-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-smplusplus-4-basic:before, .col-smplusplus-4-basic:after {
  content: " ";
  display: table;
}
.col-smplusplus-4-basic:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .col-smplusplus-4-basic {
    min-height: 1px;
    width: 33.33333%;
  }
  .col-smplusplus-4-basic:before, .col-smplusplus-4-basic:after {
    content: "";
    display: none;
  }
  .col-smplusplus-4-basic:after {
    clear: none;
  }
}

.col-smplusplus-5 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-smplusplus-5:before, .col-smplusplus-5:after {
  content: " ";
  display: table;
}
.col-smplusplus-5:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .col-smplusplus-5 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 41.66667%;
  }
  .col-smplusplus-5:before, .col-smplusplus-5:after {
    content: "";
    display: none;
  }
  .col-smplusplus-5:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-smplusplus-5-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-smplusplus-5-basic:before, .col-smplusplus-5-basic:after {
  content: " ";
  display: table;
}
.col-smplusplus-5-basic:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .col-smplusplus-5-basic {
    min-height: 1px;
    width: 41.66667%;
  }
  .col-smplusplus-5-basic:before, .col-smplusplus-5-basic:after {
    content: "";
    display: none;
  }
  .col-smplusplus-5-basic:after {
    clear: none;
  }
}

.col-smplusplus-6 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-smplusplus-6:before, .col-smplusplus-6:after {
  content: " ";
  display: table;
}
.col-smplusplus-6:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .col-smplusplus-6 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 50%;
  }
  .col-smplusplus-6:before, .col-smplusplus-6:after {
    content: "";
    display: none;
  }
  .col-smplusplus-6:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-smplusplus-6-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-smplusplus-6-basic:before, .col-smplusplus-6-basic:after {
  content: " ";
  display: table;
}
.col-smplusplus-6-basic:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .col-smplusplus-6-basic {
    min-height: 1px;
    width: 50%;
  }
  .col-smplusplus-6-basic:before, .col-smplusplus-6-basic:after {
    content: "";
    display: none;
  }
  .col-smplusplus-6-basic:after {
    clear: none;
  }
}

.col-smplusplus-7 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-smplusplus-7:before, .col-smplusplus-7:after {
  content: " ";
  display: table;
}
.col-smplusplus-7:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .col-smplusplus-7 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 58.33333%;
  }
  .col-smplusplus-7:before, .col-smplusplus-7:after {
    content: "";
    display: none;
  }
  .col-smplusplus-7:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-smplusplus-7-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-smplusplus-7-basic:before, .col-smplusplus-7-basic:after {
  content: " ";
  display: table;
}
.col-smplusplus-7-basic:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .col-smplusplus-7-basic {
    min-height: 1px;
    width: 58.33333%;
  }
  .col-smplusplus-7-basic:before, .col-smplusplus-7-basic:after {
    content: "";
    display: none;
  }
  .col-smplusplus-7-basic:after {
    clear: none;
  }
}

.col-smplusplus-8 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-smplusplus-8:before, .col-smplusplus-8:after {
  content: " ";
  display: table;
}
.col-smplusplus-8:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .col-smplusplus-8 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 66.66667%;
  }
  .col-smplusplus-8:before, .col-smplusplus-8:after {
    content: "";
    display: none;
  }
  .col-smplusplus-8:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-smplusplus-8-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-smplusplus-8-basic:before, .col-smplusplus-8-basic:after {
  content: " ";
  display: table;
}
.col-smplusplus-8-basic:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .col-smplusplus-8-basic {
    min-height: 1px;
    width: 66.66667%;
  }
  .col-smplusplus-8-basic:before, .col-smplusplus-8-basic:after {
    content: "";
    display: none;
  }
  .col-smplusplus-8-basic:after {
    clear: none;
  }
}

.col-smplusplus-9 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-smplusplus-9:before, .col-smplusplus-9:after {
  content: " ";
  display: table;
}
.col-smplusplus-9:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .col-smplusplus-9 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 75%;
  }
  .col-smplusplus-9:before, .col-smplusplus-9:after {
    content: "";
    display: none;
  }
  .col-smplusplus-9:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-smplusplus-9-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-smplusplus-9-basic:before, .col-smplusplus-9-basic:after {
  content: " ";
  display: table;
}
.col-smplusplus-9-basic:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .col-smplusplus-9-basic {
    min-height: 1px;
    width: 75%;
  }
  .col-smplusplus-9-basic:before, .col-smplusplus-9-basic:after {
    content: "";
    display: none;
  }
  .col-smplusplus-9-basic:after {
    clear: none;
  }
}

.col-smplusplus-10 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-smplusplus-10:before, .col-smplusplus-10:after {
  content: " ";
  display: table;
}
.col-smplusplus-10:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .col-smplusplus-10 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 83.33333%;
  }
  .col-smplusplus-10:before, .col-smplusplus-10:after {
    content: "";
    display: none;
  }
  .col-smplusplus-10:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-smplusplus-10-basic, .teaser--quote--primary,
.teaser--quote--secondary {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-smplusplus-10-basic:before, .teaser--quote--primary:before,
.teaser--quote--secondary:before, .col-smplusplus-10-basic:after, .teaser--quote--primary:after,
.teaser--quote--secondary:after {
  content: " ";
  display: table;
}
.col-smplusplus-10-basic:after, .teaser--quote--primary:after,
.teaser--quote--secondary:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .col-smplusplus-10-basic, .teaser--quote--primary,
  .teaser--quote--secondary {
    min-height: 1px;
    width: 83.33333%;
  }
  .col-smplusplus-10-basic:before, .teaser--quote--primary:before,
  .teaser--quote--secondary:before, .col-smplusplus-10-basic:after, .teaser--quote--primary:after,
  .teaser--quote--secondary:after {
    content: "";
    display: none;
  }
  .col-smplusplus-10-basic:after, .teaser--quote--primary:after,
  .teaser--quote--secondary:after {
    clear: none;
  }
}

.col-smplusplus-11 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-smplusplus-11:before, .col-smplusplus-11:after {
  content: " ";
  display: table;
}
.col-smplusplus-11:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .col-smplusplus-11 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 91.66667%;
  }
  .col-smplusplus-11:before, .col-smplusplus-11:after {
    content: "";
    display: none;
  }
  .col-smplusplus-11:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-smplusplus-11-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-smplusplus-11-basic:before, .col-smplusplus-11-basic:after {
  content: " ";
  display: table;
}
.col-smplusplus-11-basic:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .col-smplusplus-11-basic {
    min-height: 1px;
    width: 91.66667%;
  }
  .col-smplusplus-11-basic:before, .col-smplusplus-11-basic:after {
    content: "";
    display: none;
  }
  .col-smplusplus-11-basic:after {
    clear: none;
  }
}

.col-smplusplus-12 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-smplusplus-12:before, .col-smplusplus-12:after {
  content: " ";
  display: table;
}
.col-smplusplus-12:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .col-smplusplus-12 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 100%;
  }
  .col-smplusplus-12:before, .col-smplusplus-12:after {
    content: "";
    display: none;
  }
  .col-smplusplus-12:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-smplusplus-12-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-smplusplus-12-basic:before, .col-smplusplus-12-basic:after {
  content: " ";
  display: table;
}
.col-smplusplus-12-basic:after {
  clear: both;
}
@media screen and (min-width: 640px) {
  .col-smplusplus-12-basic {
    min-height: 1px;
    width: 100%;
  }
  .col-smplusplus-12-basic:before, .col-smplusplus-12-basic:after {
    content: "";
    display: none;
  }
  .col-smplusplus-12-basic:after {
    clear: none;
  }
}

.col-md-1 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-md-1:before, .col-md-1:after {
  content: " ";
  display: table;
}
.col-md-1:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .col-md-1 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 8.33333%;
  }
  .col-md-1:before, .col-md-1:after {
    content: "";
    display: none;
  }
  .col-md-1:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-md-1-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-md-1-basic:before, .col-md-1-basic:after {
  content: " ";
  display: table;
}
.col-md-1-basic:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .col-md-1-basic {
    min-height: 1px;
    width: 8.33333%;
  }
  .col-md-1-basic:before, .col-md-1-basic:after {
    content: "";
    display: none;
  }
  .col-md-1-basic:after {
    clear: none;
  }
}

.col-md-2 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-md-2:before, .col-md-2:after {
  content: " ";
  display: table;
}
.col-md-2:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .col-md-2 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 16.66667%;
  }
  .col-md-2:before, .col-md-2:after {
    content: "";
    display: none;
  }
  .col-md-2:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-md-2-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-md-2-basic:before, .col-md-2-basic:after {
  content: " ";
  display: table;
}
.col-md-2-basic:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .col-md-2-basic {
    min-height: 1px;
    width: 16.66667%;
  }
  .col-md-2-basic:before, .col-md-2-basic:after {
    content: "";
    display: none;
  }
  .col-md-2-basic:after {
    clear: none;
  }
}

.col-md-3, .media--block__secondary-image {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-md-3:before, .media--block__secondary-image:before, .col-md-3:after, .media--block__secondary-image:after {
  content: " ";
  display: table;
}
.col-md-3:after, .media--block__secondary-image:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .col-md-3, .media--block__secondary-image {
    float: left;
    min-height: 1px;
    position: relative;
    width: 25%;
  }
  .col-md-3:before, .media--block__secondary-image:before, .col-md-3:after, .media--block__secondary-image:after {
    content: "";
    display: none;
  }
  .col-md-3:after, .media--block__secondary-image:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-md-3-basic, .teaser--primary-stacked.media-odd .teaser__media, .teaser--primary-stacked.media-even .teaser__media {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-md-3-basic:before, .teaser--primary-stacked.media-odd .teaser__media:before, .teaser--primary-stacked.media-even .teaser__media:before, .col-md-3-basic:after, .teaser--primary-stacked.media-odd .teaser__media:after, .teaser--primary-stacked.media-even .teaser__media:after {
  content: " ";
  display: table;
}
.col-md-3-basic:after, .teaser--primary-stacked.media-odd .teaser__media:after, .teaser--primary-stacked.media-even .teaser__media:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .col-md-3-basic, .teaser--primary-stacked.media-odd .teaser__media, .teaser--primary-stacked.media-even .teaser__media {
    min-height: 1px;
    width: 25%;
  }
  .col-md-3-basic:before, .teaser--primary-stacked.media-odd .teaser__media:before, .teaser--primary-stacked.media-even .teaser__media:before, .col-md-3-basic:after, .teaser--primary-stacked.media-odd .teaser__media:after, .teaser--primary-stacked.media-even .teaser__media:after {
    content: "";
    display: none;
  }
  .col-md-3-basic:after, .teaser--primary-stacked.media-odd .teaser__media:after, .teaser--primary-stacked.media-even .teaser__media:after {
    clear: none;
  }
}

.col-md-4, .teaser--company .teaser__media, .rte__media img, .rte__media--primary img, .rte__media--secondary img {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-md-4:before, .teaser--company .teaser__media:before, .rte__media img:before, .rte__media--primary img:before, .rte__media--secondary img:before, .col-md-4:after, .teaser--company .teaser__media:after, .rte__media img:after, .rte__media--primary img:after, .rte__media--secondary img:after {
  content: " ";
  display: table;
}
.col-md-4:after, .teaser--company .teaser__media:after, .rte__media img:after, .rte__media--primary img:after, .rte__media--secondary img:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .col-md-4, .teaser--company .teaser__media, .rte__media img, .rte__media--primary img, .rte__media--secondary img {
    float: left;
    min-height: 1px;
    position: relative;
    width: 33.33333%;
  }
  .col-md-4:before, .teaser--company .teaser__media:before, .rte__media img:before, .rte__media--primary img:before, .rte__media--secondary img:before, .col-md-4:after, .teaser--company .teaser__media:after, .rte__media img:after, .rte__media--primary img:after, .rte__media--secondary img:after {
    content: "";
    display: none;
  }
  .col-md-4:after, .teaser--company .teaser__media:after, .rte__media img:after, .rte__media--primary img:after, .rte__media--secondary img:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-md-4-basic, .teaser--primary-stacked.media-odd .teaser__content, .teaser--primary-stacked.media-even .teaser__content, .teaser--logos__logo {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-md-4-basic:before, .teaser--primary-stacked.media-odd .teaser__content:before, .teaser--primary-stacked.media-even .teaser__content:before, .teaser--logos__logo:before, .col-md-4-basic:after, .teaser--primary-stacked.media-odd .teaser__content:after, .teaser--primary-stacked.media-even .teaser__content:after, .teaser--logos__logo:after {
  content: " ";
  display: table;
}
.col-md-4-basic:after, .teaser--primary-stacked.media-odd .teaser__content:after, .teaser--primary-stacked.media-even .teaser__content:after, .teaser--logos__logo:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .col-md-4-basic, .teaser--primary-stacked.media-odd .teaser__content, .teaser--primary-stacked.media-even .teaser__content, .teaser--logos__logo {
    min-height: 1px;
    width: 33.33333%;
  }
  .col-md-4-basic:before, .teaser--primary-stacked.media-odd .teaser__content:before, .teaser--primary-stacked.media-even .teaser__content:before, .teaser--logos__logo:before, .col-md-4-basic:after, .teaser--primary-stacked.media-odd .teaser__content:after, .teaser--primary-stacked.media-even .teaser__content:after, .teaser--logos__logo:after {
    content: "";
    display: none;
  }
  .col-md-4-basic:after, .teaser--primary-stacked.media-odd .teaser__content:after, .teaser--primary-stacked.media-even .teaser__content:after, .teaser--logos__logo:after {
    clear: none;
  }
}

.col-md-5, .maps__overlay, .teaser--news--primary .teaser__media,
.teaser--news--secondary .teaser__media, .teaser--link__title, .teaser--company .teaser__content {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-md-5:before, .maps__overlay:before, .teaser--news--primary .teaser__media:before,
.teaser--news--secondary .teaser__media:before, .teaser--link__title:before, .teaser--company .teaser__content:before, .col-md-5:after, .maps__overlay:after, .teaser--news--primary .teaser__media:after,
.teaser--news--secondary .teaser__media:after, .teaser--link__title:after, .teaser--company .teaser__content:after {
  content: " ";
  display: table;
}
.col-md-5:after, .maps__overlay:after, .teaser--news--primary .teaser__media:after,
.teaser--news--secondary .teaser__media:after, .teaser--link__title:after, .teaser--company .teaser__content:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .col-md-5, .maps__overlay, .teaser--news--primary .teaser__media,
  .teaser--news--secondary .teaser__media, .teaser--link__title, .teaser--company .teaser__content {
    float: left;
    min-height: 1px;
    position: relative;
    width: 41.66667%;
  }
  .col-md-5:before, .maps__overlay:before, .teaser--news--primary .teaser__media:before,
  .teaser--news--secondary .teaser__media:before, .teaser--link__title:before, .teaser--company .teaser__content:before, .col-md-5:after, .maps__overlay:after, .teaser--news--primary .teaser__media:after,
  .teaser--news--secondary .teaser__media:after, .teaser--link__title:after, .teaser--company .teaser__content:after {
    content: "";
    display: none;
  }
  .col-md-5:after, .maps__overlay:after, .teaser--news--primary .teaser__media:after,
  .teaser--news--secondary .teaser__media:after, .teaser--link__title:after, .teaser--company .teaser__content:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-md-5-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-md-5-basic:before, .col-md-5-basic:after {
  content: " ";
  display: table;
}
.col-md-5-basic:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .col-md-5-basic {
    min-height: 1px;
    width: 41.66667%;
  }
  .col-md-5-basic:before, .col-md-5-basic:after {
    content: "";
    display: none;
  }
  .col-md-5-basic:after {
    clear: none;
  }
}

.col-md-6, .banner__search--companies label, .banner__search--companies .search--companies--field, .teaser--products .teaser__content,
.teaser--products .teaser__content-background, .media--block__tags,
.media--block--video__tags,
.media--block--image__tags, .media--block__controls,
.media--block--video__controls,
.media--block--image__controls, .rte__media p, .rte__media--primary p, .rte__media--secondary p {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-md-6:before, .banner__search--companies label:before, .banner__search--companies .search--companies--field:before, .teaser--products .teaser__content:before,
.teaser--products .teaser__content-background:before, .media--block__tags:before,
.media--block--video__tags:before,
.media--block--image__tags:before, .media--block__controls:before,
.media--block--video__controls:before,
.media--block--image__controls:before, .rte__media p:before, .rte__media--primary p:before, .rte__media--secondary p:before, .col-md-6:after, .banner__search--companies label:after, .banner__search--companies .search--companies--field:after, .teaser--products .teaser__content:after,
.teaser--products .teaser__content-background:after, .media--block__tags:after,
.media--block--video__tags:after,
.media--block--image__tags:after, .media--block__controls:after,
.media--block--video__controls:after,
.media--block--image__controls:after, .rte__media p:after, .rte__media--primary p:after, .rte__media--secondary p:after {
  content: " ";
  display: table;
}
.col-md-6:after, .banner__search--companies label:after, .banner__search--companies .search--companies--field:after, .teaser--products .teaser__content:after,
.teaser--products .teaser__content-background:after, .media--block__tags:after,
.media--block--video__tags:after,
.media--block--image__tags:after, .media--block__controls:after,
.media--block--video__controls:after,
.media--block--image__controls:after, .rte__media p:after, .rte__media--primary p:after, .rte__media--secondary p:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .col-md-6, .banner__search--companies label, .banner__search--companies .search--companies--field, .teaser--products .teaser__content,
  .teaser--products .teaser__content-background, .media--block__tags,
  .media--block--video__tags,
  .media--block--image__tags, .media--block__controls,
  .media--block--video__controls,
  .media--block--image__controls, .rte__media p, .rte__media--primary p, .rte__media--secondary p {
    float: left;
    min-height: 1px;
    position: relative;
    width: 50%;
  }
  .col-md-6:before, .banner__search--companies label:before, .banner__search--companies .search--companies--field:before, .teaser--products .teaser__content:before,
  .teaser--products .teaser__content-background:before, .media--block__tags:before,
  .media--block--video__tags:before,
  .media--block--image__tags:before, .media--block__controls:before,
  .media--block--video__controls:before,
  .media--block--image__controls:before, .rte__media p:before, .rte__media--primary p:before, .rte__media--secondary p:before, .col-md-6:after, .banner__search--companies label:after, .banner__search--companies .search--companies--field:after, .teaser--products .teaser__content:after,
  .teaser--products .teaser__content-background:after, .media--block__tags:after,
  .media--block--video__tags:after,
  .media--block--image__tags:after, .media--block__controls:after,
  .media--block--video__controls:after,
  .media--block--image__controls:after, .rte__media p:after, .rte__media--primary p:after, .rte__media--secondary p:after {
    content: "";
    display: none;
  }
  .col-md-6:after, .banner__search--companies label:after, .banner__search--companies .search--companies--field:after, .teaser--products .teaser__content:after,
  .teaser--products .teaser__content-background:after, .media--block__tags:after,
  .media--block--video__tags:after,
  .media--block--image__tags:after, .media--block__controls:after,
  .media--block--video__controls:after,
  .media--block--image__controls:after, .rte__media p:after, .rte__media--primary p:after, .rte__media--secondary p:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-md-6-basic, .teaser--link__links, .teaser--link__links a {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-md-6-basic:before, .teaser--link__links:before, .teaser--link__links a:before, .col-md-6-basic:after, .teaser--link__links:after, .teaser--link__links a:after {
  content: " ";
  display: table;
}
.col-md-6-basic:after, .teaser--link__links:after, .teaser--link__links a:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .col-md-6-basic, .teaser--link__links, .teaser--link__links a {
    min-height: 1px;
    width: 50%;
  }
  .col-md-6-basic:before, .teaser--link__links:before, .teaser--link__links a:before, .col-md-6-basic:after, .teaser--link__links:after, .teaser--link__links a:after {
    content: "";
    display: none;
  }
  .col-md-6-basic:after, .teaser--link__links:after, .teaser--link__links a:after {
    clear: none;
  }
}

.col-md-7, .teaser--news--primary .teaser__content,
.teaser--news--secondary .teaser__content, .media--block__description {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-md-7:before, .teaser--news--primary .teaser__content:before,
.teaser--news--secondary .teaser__content:before, .media--block__description:before, .col-md-7:after, .teaser--news--primary .teaser__content:after,
.teaser--news--secondary .teaser__content:after, .media--block__description:after {
  content: " ";
  display: table;
}
.col-md-7:after, .teaser--news--primary .teaser__content:after,
.teaser--news--secondary .teaser__content:after, .media--block__description:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .col-md-7, .teaser--news--primary .teaser__content,
  .teaser--news--secondary .teaser__content, .media--block__description {
    float: left;
    min-height: 1px;
    position: relative;
    width: 58.33333%;
  }
  .col-md-7:before, .teaser--news--primary .teaser__content:before,
  .teaser--news--secondary .teaser__content:before, .media--block__description:before, .col-md-7:after, .teaser--news--primary .teaser__content:after,
  .teaser--news--secondary .teaser__content:after, .media--block__description:after {
    content: "";
    display: none;
  }
  .col-md-7:after, .teaser--news--primary .teaser__content:after,
  .teaser--news--secondary .teaser__content:after, .media--block__description:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-md-7-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-md-7-basic:before, .col-md-7-basic:after {
  content: " ";
  display: table;
}
.col-md-7-basic:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .col-md-7-basic {
    min-height: 1px;
    width: 58.33333%;
  }
  .col-md-7-basic:before, .col-md-7-basic:after {
    content: "";
    display: none;
  }
  .col-md-7-basic:after {
    clear: none;
  }
}

.col-md-8, .heading--introduction, .rte > p, .rte > ul {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-md-8:before, .heading--introduction:before, .rte > p:before, .rte > ul:before, .col-md-8:after, .heading--introduction:after, .rte > p:after, .rte > ul:after {
  content: " ";
  display: table;
}
.col-md-8:after, .heading--introduction:after, .rte > p:after, .rte > ul:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .col-md-8, .heading--introduction, .rte > p, .rte > ul {
    float: left;
    min-height: 1px;
    position: relative;
    width: 66.66667%;
  }
  .col-md-8:before, .heading--introduction:before, .rte > p:before, .rte > ul:before, .col-md-8:after, .heading--introduction:after, .rte > p:after, .rte > ul:after {
    content: "";
    display: none;
  }
  .col-md-8:after, .heading--introduction:after, .rte > p:after, .rte > ul:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-md-8-basic, .teaser--quote--primary,
.teaser--quote--secondary {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-md-8-basic:before, .teaser--quote--primary:before,
.teaser--quote--secondary:before, .col-md-8-basic:after, .teaser--quote--primary:after,
.teaser--quote--secondary:after {
  content: " ";
  display: table;
}
.col-md-8-basic:after, .teaser--quote--primary:after,
.teaser--quote--secondary:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .col-md-8-basic, .teaser--quote--primary,
  .teaser--quote--secondary {
    min-height: 1px;
    width: 66.66667%;
  }
  .col-md-8-basic:before, .teaser--quote--primary:before,
  .teaser--quote--secondary:before, .col-md-8-basic:after, .teaser--quote--primary:after,
  .teaser--quote--secondary:after {
    content: "";
    display: none;
  }
  .col-md-8-basic:after, .teaser--quote--primary:after,
  .teaser--quote--secondary:after {
    clear: none;
  }
}

.col-md-9, .teaser--content__title, .teaser--company .teaser__content h3, .teaser--content__subtitle, .teaser--content__links {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-md-9:before, .teaser--content__title:before, .teaser--company .teaser__content h3:before, .teaser--content__subtitle:before, .teaser--content__links:before, .col-md-9:after, .teaser--content__title:after, .teaser--company .teaser__content h3:after, .teaser--content__subtitle:after, .teaser--content__links:after {
  content: " ";
  display: table;
}
.col-md-9:after, .teaser--content__title:after, .teaser--company .teaser__content h3:after, .teaser--content__subtitle:after, .teaser--content__links:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .col-md-9, .teaser--content__title, .teaser--company .teaser__content h3, .teaser--content__subtitle, .teaser--content__links {
    float: left;
    min-height: 1px;
    position: relative;
    width: 75%;
  }
  .col-md-9:before, .teaser--content__title:before, .teaser--company .teaser__content h3:before, .teaser--content__subtitle:before, .teaser--content__links:before, .col-md-9:after, .teaser--content__title:after, .teaser--company .teaser__content h3:after, .teaser--content__subtitle:after, .teaser--content__links:after {
    content: "";
    display: none;
  }
  .col-md-9:after, .teaser--content__title:after, .teaser--company .teaser__content h3:after, .teaser--content__subtitle:after, .teaser--content__links:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-md-9-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-md-9-basic:before, .col-md-9-basic:after {
  content: " ";
  display: table;
}
.col-md-9-basic:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .col-md-9-basic {
    min-height: 1px;
    width: 75%;
  }
  .col-md-9-basic:before, .col-md-9-basic:after {
    content: "";
    display: none;
  }
  .col-md-9-basic:after {
    clear: none;
  }
}

.col-md-10, .heading--primary, .heading--secondary, .heading--introduction h3, .media--block,
.media--block--video,
.media--block--image, .rte, .rte .intro {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-md-10:before, .heading--primary:before, .heading--secondary:before, .heading--introduction h3:before, .media--block:before,
.media--block--video:before,
.media--block--image:before, .rte:before, .rte .intro:before, .col-md-10:after, .heading--primary:after, .heading--secondary:after, .heading--introduction h3:after, .media--block:after,
.media--block--video:after,
.media--block--image:after, .rte:after, .rte .intro:after {
  content: " ";
  display: table;
}
.col-md-10:after, .heading--primary:after, .heading--secondary:after, .heading--introduction h3:after, .media--block:after,
.media--block--video:after,
.media--block--image:after, .rte:after, .rte .intro:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .col-md-10, .heading--primary, .heading--secondary, .heading--introduction h3, .media--block,
  .media--block--video,
  .media--block--image, .rte, .rte .intro {
    float: left;
    min-height: 1px;
    position: relative;
    width: 83.33333%;
  }
  .col-md-10:before, .heading--primary:before, .heading--secondary:before, .heading--introduction h3:before, .media--block:before,
  .media--block--video:before,
  .media--block--image:before, .rte:before, .rte .intro:before, .col-md-10:after, .heading--primary:after, .heading--secondary:after, .heading--introduction h3:after, .media--block:after,
  .media--block--video:after,
  .media--block--image:after, .rte:after, .rte .intro:after {
    content: "";
    display: none;
  }
  .col-md-10:after, .heading--primary:after, .heading--secondary:after, .heading--introduction h3:after, .media--block:after,
  .media--block--video:after,
  .media--block--image:after, .rte:after, .rte .intro:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-md-10-basic, .teaser--news--primary,
.teaser--news--secondary {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-md-10-basic:before, .teaser--news--primary:before,
.teaser--news--secondary:before, .col-md-10-basic:after, .teaser--news--primary:after,
.teaser--news--secondary:after {
  content: " ";
  display: table;
}
.col-md-10-basic:after, .teaser--news--primary:after,
.teaser--news--secondary:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .col-md-10-basic, .teaser--news--primary,
  .teaser--news--secondary {
    min-height: 1px;
    width: 83.33333%;
  }
  .col-md-10-basic:before, .teaser--news--primary:before,
  .teaser--news--secondary:before, .col-md-10-basic:after, .teaser--news--primary:after,
  .teaser--news--secondary:after {
    content: "";
    display: none;
  }
  .col-md-10-basic:after, .teaser--news--primary:after,
  .teaser--news--secondary:after {
    clear: none;
  }
}

.col-md-11 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-md-11:before, .col-md-11:after {
  content: " ";
  display: table;
}
.col-md-11:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .col-md-11 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 91.66667%;
  }
  .col-md-11:before, .col-md-11:after {
    content: "";
    display: none;
  }
  .col-md-11:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-md-11-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-md-11-basic:before, .col-md-11-basic:after {
  content: " ";
  display: table;
}
.col-md-11-basic:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .col-md-11-basic {
    min-height: 1px;
    width: 91.66667%;
  }
  .col-md-11-basic:before, .col-md-11-basic:after {
    content: "";
    display: none;
  }
  .col-md-11-basic:after {
    clear: none;
  }
}

.col-md-12, .maps__map-container {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-md-12:before, .maps__map-container:before, .col-md-12:after, .maps__map-container:after {
  content: " ";
  display: table;
}
.col-md-12:after, .maps__map-container:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .col-md-12, .maps__map-container {
    float: left;
    min-height: 1px;
    position: relative;
    width: 100%;
  }
  .col-md-12:before, .maps__map-container:before, .col-md-12:after, .maps__map-container:after {
    content: "";
    display: none;
  }
  .col-md-12:after, .maps__map-container:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-md-12-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-md-12-basic:before, .col-md-12-basic:after {
  content: " ";
  display: table;
}
.col-md-12-basic:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .col-md-12-basic {
    min-height: 1px;
    width: 100%;
  }
  .col-md-12-basic:before, .col-md-12-basic:after {
    content: "";
    display: none;
  }
  .col-md-12-basic:after {
    clear: none;
  }
}

.col-lg-1 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-lg-1:before, .col-lg-1:after {
  content: " ";
  display: table;
}
.col-lg-1:after {
  clear: both;
}
@media screen and (min-width: 960px) {
  .col-lg-1 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 8.33333%;
  }
  .col-lg-1:before, .col-lg-1:after {
    content: "";
    display: none;
  }
  .col-lg-1:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-lg-1-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-lg-1-basic:before, .col-lg-1-basic:after {
  content: " ";
  display: table;
}
.col-lg-1-basic:after {
  clear: both;
}
@media screen and (min-width: 960px) {
  .col-lg-1-basic {
    min-height: 1px;
    width: 8.33333%;
  }
  .col-lg-1-basic:before, .col-lg-1-basic:after {
    content: "";
    display: none;
  }
  .col-lg-1-basic:after {
    clear: none;
  }
}

.col-lg-2 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-lg-2:before, .col-lg-2:after {
  content: " ";
  display: table;
}
.col-lg-2:after {
  clear: both;
}
@media screen and (min-width: 960px) {
  .col-lg-2 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 16.66667%;
  }
  .col-lg-2:before, .col-lg-2:after {
    content: "";
    display: none;
  }
  .col-lg-2:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-lg-2-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-lg-2-basic:before, .col-lg-2-basic:after {
  content: " ";
  display: table;
}
.col-lg-2-basic:after {
  clear: both;
}
@media screen and (min-width: 960px) {
  .col-lg-2-basic {
    min-height: 1px;
    width: 16.66667%;
  }
  .col-lg-2-basic:before, .col-lg-2-basic:after {
    content: "";
    display: none;
  }
  .col-lg-2-basic:after {
    clear: none;
  }
}

.col-lg-3 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-lg-3:before, .col-lg-3:after {
  content: " ";
  display: table;
}
.col-lg-3:after {
  clear: both;
}
@media screen and (min-width: 960px) {
  .col-lg-3 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 25%;
  }
  .col-lg-3:before, .col-lg-3:after {
    content: "";
    display: none;
  }
  .col-lg-3:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-lg-3-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-lg-3-basic:before, .col-lg-3-basic:after {
  content: " ";
  display: table;
}
.col-lg-3-basic:after {
  clear: both;
}
@media screen and (min-width: 960px) {
  .col-lg-3-basic {
    min-height: 1px;
    width: 25%;
  }
  .col-lg-3-basic:before, .col-lg-3-basic:after {
    content: "";
    display: none;
  }
  .col-lg-3-basic:after {
    clear: none;
  }
}

.col-lg-4 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-lg-4:before, .col-lg-4:after {
  content: " ";
  display: table;
}
.col-lg-4:after {
  clear: both;
}
@media screen and (min-width: 960px) {
  .col-lg-4 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 33.33333%;
  }
  .col-lg-4:before, .col-lg-4:after {
    content: "";
    display: none;
  }
  .col-lg-4:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-lg-4-basic, .rte--snippet .rte--snippet__col {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-lg-4-basic:before, .rte--snippet .rte--snippet__col:before, .col-lg-4-basic:after, .rte--snippet .rte--snippet__col:after {
  content: " ";
  display: table;
}
.col-lg-4-basic:after, .rte--snippet .rte--snippet__col:after {
  clear: both;
}
@media screen and (min-width: 960px) {
  .col-lg-4-basic, .rte--snippet .rte--snippet__col {
    min-height: 1px;
    width: 33.33333%;
  }
  .col-lg-4-basic:before, .rte--snippet .rte--snippet__col:before, .col-lg-4-basic:after, .rte--snippet .rte--snippet__col:after {
    content: "";
    display: none;
  }
  .col-lg-4-basic:after, .rte--snippet .rte--snippet__col:after {
    clear: none;
  }
}

.col-lg-5 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-lg-5:before, .col-lg-5:after {
  content: " ";
  display: table;
}
.col-lg-5:after {
  clear: both;
}
@media screen and (min-width: 960px) {
  .col-lg-5 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 41.66667%;
  }
  .col-lg-5:before, .col-lg-5:after {
    content: "";
    display: none;
  }
  .col-lg-5:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-lg-5-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-lg-5-basic:before, .col-lg-5-basic:after {
  content: " ";
  display: table;
}
.col-lg-5-basic:after {
  clear: both;
}
@media screen and (min-width: 960px) {
  .col-lg-5-basic {
    min-height: 1px;
    width: 41.66667%;
  }
  .col-lg-5-basic:before, .col-lg-5-basic:after {
    content: "";
    display: none;
  }
  .col-lg-5-basic:after {
    clear: none;
  }
}

.col-lg-6 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-lg-6:before, .col-lg-6:after {
  content: " ";
  display: table;
}
.col-lg-6:after {
  clear: both;
}
@media screen and (min-width: 960px) {
  .col-lg-6 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 50%;
  }
  .col-lg-6:before, .col-lg-6:after {
    content: "";
    display: none;
  }
  .col-lg-6:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-lg-6-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-lg-6-basic:before, .col-lg-6-basic:after {
  content: " ";
  display: table;
}
.col-lg-6-basic:after {
  clear: both;
}
@media screen and (min-width: 960px) {
  .col-lg-6-basic {
    min-height: 1px;
    width: 50%;
  }
  .col-lg-6-basic:before, .col-lg-6-basic:after {
    content: "";
    display: none;
  }
  .col-lg-6-basic:after {
    clear: none;
  }
}

.col-lg-7 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-lg-7:before, .col-lg-7:after {
  content: " ";
  display: table;
}
.col-lg-7:after {
  clear: both;
}
@media screen and (min-width: 960px) {
  .col-lg-7 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 58.33333%;
  }
  .col-lg-7:before, .col-lg-7:after {
    content: "";
    display: none;
  }
  .col-lg-7:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-lg-7-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-lg-7-basic:before, .col-lg-7-basic:after {
  content: " ";
  display: table;
}
.col-lg-7-basic:after {
  clear: both;
}
@media screen and (min-width: 960px) {
  .col-lg-7-basic {
    min-height: 1px;
    width: 58.33333%;
  }
  .col-lg-7-basic:before, .col-lg-7-basic:after {
    content: "";
    display: none;
  }
  .col-lg-7-basic:after {
    clear: none;
  }
}

.col-lg-8 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-lg-8:before, .col-lg-8:after {
  content: " ";
  display: table;
}
.col-lg-8:after {
  clear: both;
}
@media screen and (min-width: 960px) {
  .col-lg-8 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 66.66667%;
  }
  .col-lg-8:before, .col-lg-8:after {
    content: "";
    display: none;
  }
  .col-lg-8:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-lg-8-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-lg-8-basic:before, .col-lg-8-basic:after {
  content: " ";
  display: table;
}
.col-lg-8-basic:after {
  clear: both;
}
@media screen and (min-width: 960px) {
  .col-lg-8-basic {
    min-height: 1px;
    width: 66.66667%;
  }
  .col-lg-8-basic:before, .col-lg-8-basic:after {
    content: "";
    display: none;
  }
  .col-lg-8-basic:after {
    clear: none;
  }
}

.col-lg-9 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-lg-9:before, .col-lg-9:after {
  content: " ";
  display: table;
}
.col-lg-9:after {
  clear: both;
}
@media screen and (min-width: 960px) {
  .col-lg-9 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 75%;
  }
  .col-lg-9:before, .col-lg-9:after {
    content: "";
    display: none;
  }
  .col-lg-9:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-lg-9-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-lg-9-basic:before, .col-lg-9-basic:after {
  content: " ";
  display: table;
}
.col-lg-9-basic:after {
  clear: both;
}
@media screen and (min-width: 960px) {
  .col-lg-9-basic {
    min-height: 1px;
    width: 75%;
  }
  .col-lg-9-basic:before, .col-lg-9-basic:after {
    content: "";
    display: none;
  }
  .col-lg-9-basic:after {
    clear: none;
  }
}

.col-lg-10 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-lg-10:before, .col-lg-10:after {
  content: " ";
  display: table;
}
.col-lg-10:after {
  clear: both;
}
@media screen and (min-width: 960px) {
  .col-lg-10 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 83.33333%;
  }
  .col-lg-10:before, .col-lg-10:after {
    content: "";
    display: none;
  }
  .col-lg-10:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-lg-10-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-lg-10-basic:before, .col-lg-10-basic:after {
  content: " ";
  display: table;
}
.col-lg-10-basic:after {
  clear: both;
}
@media screen and (min-width: 960px) {
  .col-lg-10-basic {
    min-height: 1px;
    width: 83.33333%;
  }
  .col-lg-10-basic:before, .col-lg-10-basic:after {
    content: "";
    display: none;
  }
  .col-lg-10-basic:after {
    clear: none;
  }
}

.col-lg-11 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-lg-11:before, .col-lg-11:after {
  content: " ";
  display: table;
}
.col-lg-11:after {
  clear: both;
}
@media screen and (min-width: 960px) {
  .col-lg-11 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 91.66667%;
  }
  .col-lg-11:before, .col-lg-11:after {
    content: "";
    display: none;
  }
  .col-lg-11:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-lg-11-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-lg-11-basic:before, .col-lg-11-basic:after {
  content: " ";
  display: table;
}
.col-lg-11-basic:after {
  clear: both;
}
@media screen and (min-width: 960px) {
  .col-lg-11-basic {
    min-height: 1px;
    width: 91.66667%;
  }
  .col-lg-11-basic:before, .col-lg-11-basic:after {
    content: "";
    display: none;
  }
  .col-lg-11-basic:after {
    clear: none;
  }
}

.col-lg-12 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-lg-12:before, .col-lg-12:after {
  content: " ";
  display: table;
}
.col-lg-12:after {
  clear: both;
}
@media screen and (min-width: 960px) {
  .col-lg-12 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 100%;
  }
  .col-lg-12:before, .col-lg-12:after {
    content: "";
    display: none;
  }
  .col-lg-12:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-lg-12-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-lg-12-basic:before, .col-lg-12-basic:after {
  content: " ";
  display: table;
}
.col-lg-12-basic:after {
  clear: both;
}
@media screen and (min-width: 960px) {
  .col-lg-12-basic {
    min-height: 1px;
    width: 100%;
  }
  .col-lg-12-basic:before, .col-lg-12-basic:after {
    content: "";
    display: none;
  }
  .col-lg-12-basic:after {
    clear: none;
  }
}

.col-xlg-1 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-xlg-1:before, .col-xlg-1:after {
  content: " ";
  display: table;
}
.col-xlg-1:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .col-xlg-1 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 8.33333%;
  }
  .col-xlg-1:before, .col-xlg-1:after {
    content: "";
    display: none;
  }
  .col-xlg-1:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-xlg-1-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-xlg-1-basic:before, .col-xlg-1-basic:after {
  content: " ";
  display: table;
}
.col-xlg-1-basic:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .col-xlg-1-basic {
    min-height: 1px;
    width: 8.33333%;
  }
  .col-xlg-1-basic:before, .col-xlg-1-basic:after {
    content: "";
    display: none;
  }
  .col-xlg-1-basic:after {
    clear: none;
  }
}

.col-xlg-2 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-xlg-2:before, .col-xlg-2:after {
  content: " ";
  display: table;
}
.col-xlg-2:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .col-xlg-2 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 16.66667%;
  }
  .col-xlg-2:before, .col-xlg-2:after {
    content: "";
    display: none;
  }
  .col-xlg-2:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-xlg-2-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-xlg-2-basic:before, .col-xlg-2-basic:after {
  content: " ";
  display: table;
}
.col-xlg-2-basic:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .col-xlg-2-basic {
    min-height: 1px;
    width: 16.66667%;
  }
  .col-xlg-2-basic:before, .col-xlg-2-basic:after {
    content: "";
    display: none;
  }
  .col-xlg-2-basic:after {
    clear: none;
  }
}

.col-xlg-3 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-xlg-3:before, .col-xlg-3:after {
  content: " ";
  display: table;
}
.col-xlg-3:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .col-xlg-3 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 25%;
  }
  .col-xlg-3:before, .col-xlg-3:after {
    content: "";
    display: none;
  }
  .col-xlg-3:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-xlg-3-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-xlg-3-basic:before, .col-xlg-3-basic:after {
  content: " ";
  display: table;
}
.col-xlg-3-basic:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .col-xlg-3-basic {
    min-height: 1px;
    width: 25%;
  }
  .col-xlg-3-basic:before, .col-xlg-3-basic:after {
    content: "";
    display: none;
  }
  .col-xlg-3-basic:after {
    clear: none;
  }
}

.col-xlg-4 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-xlg-4:before, .col-xlg-4:after {
  content: " ";
  display: table;
}
.col-xlg-4:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .col-xlg-4 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 33.33333%;
  }
  .col-xlg-4:before, .col-xlg-4:after {
    content: "";
    display: none;
  }
  .col-xlg-4:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-xlg-4-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-xlg-4-basic:before, .col-xlg-4-basic:after {
  content: " ";
  display: table;
}
.col-xlg-4-basic:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .col-xlg-4-basic {
    min-height: 1px;
    width: 33.33333%;
  }
  .col-xlg-4-basic:before, .col-xlg-4-basic:after {
    content: "";
    display: none;
  }
  .col-xlg-4-basic:after {
    clear: none;
  }
}

.col-xlg-5 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-xlg-5:before, .col-xlg-5:after {
  content: " ";
  display: table;
}
.col-xlg-5:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .col-xlg-5 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 41.66667%;
  }
  .col-xlg-5:before, .col-xlg-5:after {
    content: "";
    display: none;
  }
  .col-xlg-5:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-xlg-5-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-xlg-5-basic:before, .col-xlg-5-basic:after {
  content: " ";
  display: table;
}
.col-xlg-5-basic:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .col-xlg-5-basic {
    min-height: 1px;
    width: 41.66667%;
  }
  .col-xlg-5-basic:before, .col-xlg-5-basic:after {
    content: "";
    display: none;
  }
  .col-xlg-5-basic:after {
    clear: none;
  }
}

.col-xlg-6, .teaser--products .container {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-xlg-6:before, .teaser--products .container:before, .col-xlg-6:after, .teaser--products .container:after {
  content: " ";
  display: table;
}
.col-xlg-6:after, .teaser--products .container:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .col-xlg-6, .teaser--products .container {
    float: left;
    min-height: 1px;
    position: relative;
    width: 50%;
  }
  .col-xlg-6:before, .teaser--products .container:before, .col-xlg-6:after, .teaser--products .container:after {
    content: "";
    display: none;
  }
  .col-xlg-6:after, .teaser--products .container:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-xlg-6-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-xlg-6-basic:before, .col-xlg-6-basic:after {
  content: " ";
  display: table;
}
.col-xlg-6-basic:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .col-xlg-6-basic {
    min-height: 1px;
    width: 50%;
  }
  .col-xlg-6-basic:before, .col-xlg-6-basic:after {
    content: "";
    display: none;
  }
  .col-xlg-6-basic:after {
    clear: none;
  }
}

.col-xlg-7 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-xlg-7:before, .col-xlg-7:after {
  content: " ";
  display: table;
}
.col-xlg-7:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .col-xlg-7 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 58.33333%;
  }
  .col-xlg-7:before, .col-xlg-7:after {
    content: "";
    display: none;
  }
  .col-xlg-7:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-xlg-7-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-xlg-7-basic:before, .col-xlg-7-basic:after {
  content: " ";
  display: table;
}
.col-xlg-7-basic:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .col-xlg-7-basic {
    min-height: 1px;
    width: 58.33333%;
  }
  .col-xlg-7-basic:before, .col-xlg-7-basic:after {
    content: "";
    display: none;
  }
  .col-xlg-7-basic:after {
    clear: none;
  }
}

.col-xlg-8 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-xlg-8:before, .col-xlg-8:after {
  content: " ";
  display: table;
}
.col-xlg-8:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .col-xlg-8 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 66.66667%;
  }
  .col-xlg-8:before, .col-xlg-8:after {
    content: "";
    display: none;
  }
  .col-xlg-8:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-xlg-8-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-xlg-8-basic:before, .col-xlg-8-basic:after {
  content: " ";
  display: table;
}
.col-xlg-8-basic:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .col-xlg-8-basic {
    min-height: 1px;
    width: 66.66667%;
  }
  .col-xlg-8-basic:before, .col-xlg-8-basic:after {
    content: "";
    display: none;
  }
  .col-xlg-8-basic:after {
    clear: none;
  }
}

.col-xlg-9 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-xlg-9:before, .col-xlg-9:after {
  content: " ";
  display: table;
}
.col-xlg-9:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .col-xlg-9 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 75%;
  }
  .col-xlg-9:before, .col-xlg-9:after {
    content: "";
    display: none;
  }
  .col-xlg-9:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-xlg-9-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-xlg-9-basic:before, .col-xlg-9-basic:after {
  content: " ";
  display: table;
}
.col-xlg-9-basic:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .col-xlg-9-basic {
    min-height: 1px;
    width: 75%;
  }
  .col-xlg-9-basic:before, .col-xlg-9-basic:after {
    content: "";
    display: none;
  }
  .col-xlg-9-basic:after {
    clear: none;
  }
}

.col-xlg-10 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-xlg-10:before, .col-xlg-10:after {
  content: " ";
  display: table;
}
.col-xlg-10:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .col-xlg-10 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 83.33333%;
  }
  .col-xlg-10:before, .col-xlg-10:after {
    content: "";
    display: none;
  }
  .col-xlg-10:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-xlg-10-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-xlg-10-basic:before, .col-xlg-10-basic:after {
  content: " ";
  display: table;
}
.col-xlg-10-basic:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .col-xlg-10-basic {
    min-height: 1px;
    width: 83.33333%;
  }
  .col-xlg-10-basic:before, .col-xlg-10-basic:after {
    content: "";
    display: none;
  }
  .col-xlg-10-basic:after {
    clear: none;
  }
}

.col-xlg-11 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-xlg-11:before, .col-xlg-11:after {
  content: " ";
  display: table;
}
.col-xlg-11:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .col-xlg-11 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 91.66667%;
  }
  .col-xlg-11:before, .col-xlg-11:after {
    content: "";
    display: none;
  }
  .col-xlg-11:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-xlg-11-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-xlg-11-basic:before, .col-xlg-11-basic:after {
  content: " ";
  display: table;
}
.col-xlg-11-basic:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .col-xlg-11-basic {
    min-height: 1px;
    width: 91.66667%;
  }
  .col-xlg-11-basic:before, .col-xlg-11-basic:after {
    content: "";
    display: none;
  }
  .col-xlg-11-basic:after {
    clear: none;
  }
}

.col-xlg-12 {
  float: none;
  display: block;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.col-xlg-12:before, .col-xlg-12:after {
  content: " ";
  display: table;
}
.col-xlg-12:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .col-xlg-12 {
    float: left;
    min-height: 1px;
    position: relative;
    width: 100%;
  }
  .col-xlg-12:before, .col-xlg-12:after {
    content: "";
    display: none;
  }
  .col-xlg-12:after {
    clear: none;
  }
}

img {
  max-width: 100%;
}

.col-xlg-12-basic {
  display: block;
  float: none;
  margin: 0;
  *zoom: 1;
}
.col-xlg-12-basic:before, .col-xlg-12-basic:after {
  content: " ";
  display: table;
}
.col-xlg-12-basic:after {
  clear: both;
}
@media screen and (min-width: 1200px) {
  .col-xlg-12-basic {
    min-height: 1px;
    width: 100%;
  }
  .col-xlg-12-basic:before, .col-xlg-12-basic:after {
    content: "";
    display: none;
  }
  .col-xlg-12-basic:after {
    clear: none;
  }
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-right-1 {
  margin-right: 8.33333%;
}

.offset-2, blockquote, .rte--snippet {
  margin-left: 16.66667%;
}

.offset-right-2 {
  margin-right: 16.66667%;
}

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

.offset-right-3 {
  margin-right: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-right-4 {
  margin-right: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-right-5 {
  margin-right: 41.66667%;
}

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

.offset-right-6 {
  margin-right: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-right-7 {
  margin-right: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-right-8 {
  margin-right: 66.66667%;
}

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

.offset-right-9 {
  margin-right: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-right-10 {
  margin-right: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.offset-right-11 {
  margin-right: 91.66667%;
}

.offset-12 {
  margin-left: 100%;
}

.offset-right-12 {
  margin-right: 100%;
}

@media screen and (min-width: 320px) {
  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-right-sm-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 320px) {
  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-right-sm-1 {
    margin-left: 8.33333%;
  }
}
@media screen and (min-width: 320px) {
  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-right-sm-2 {
    margin-left: 16.66667%;
  }
}
@media screen and (min-width: 320px) {
  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-right-sm-3 {
    margin-left: 25%;
  }
}
@media screen and (min-width: 320px) {
  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-right-sm-4 {
    margin-left: 33.33333%;
  }
}
@media screen and (min-width: 320px) {
  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-right-sm-5 {
    margin-left: 41.66667%;
  }
}
@media screen and (min-width: 320px) {
  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-right-sm-6 {
    margin-left: 50%;
  }
}
@media screen and (min-width: 320px) {
  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-right-sm-7 {
    margin-left: 58.33333%;
  }
}
@media screen and (min-width: 320px) {
  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-right-sm-8 {
    margin-left: 66.66667%;
  }
}
@media screen and (min-width: 320px) {
  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-right-sm-9 {
    margin-left: 75%;
  }
}
@media screen and (min-width: 320px) {
  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-right-sm-10 {
    margin-left: 83.33333%;
  }
}
@media screen and (min-width: 320px) {
  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .offset-right-sm-11 {
    margin-left: 91.66667%;
  }
}
@media screen and (min-width: 320px) {
  .offset-sm-12 {
    margin-left: 100%;
  }

  .offset-right-sm-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 480px) {
  .offset-smplus-0 {
    margin-left: 0%;
  }

  .offset-right-smplus-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 480px) {
  .offset-smplus-1, .teaser--news--primary .teaser__media,
  .teaser--news--secondary .teaser__media {
    margin-left: 8.33333%;
  }

  .offset-right-smplus-1 {
    margin-left: 8.33333%;
  }
}
@media screen and (min-width: 480px) {
  .offset-smplus-2 {
    margin-left: 16.66667%;
  }

  .offset-right-smplus-2 {
    margin-left: 16.66667%;
  }
}
@media screen and (min-width: 480px) {
  .offset-smplus-3 {
    margin-left: 25%;
  }

  .offset-right-smplus-3 {
    margin-left: 25%;
  }
}
@media screen and (min-width: 480px) {
  .offset-smplus-4 {
    margin-left: 33.33333%;
  }

  .offset-right-smplus-4 {
    margin-left: 33.33333%;
  }
}
@media screen and (min-width: 480px) {
  .offset-smplus-5, .teaser--news--primary.media-even .teaser__media,
  .teaser--news--secondary.media-even .teaser__media {
    margin-left: 41.66667%;
  }

  .offset-right-smplus-5 {
    margin-left: 41.66667%;
  }
}
@media screen and (min-width: 480px) {
  .offset-smplus-6 {
    margin-left: 50%;
  }

  .offset-right-smplus-6 {
    margin-left: 50%;
  }
}
@media screen and (min-width: 480px) {
  .offset-smplus-7 {
    margin-left: 58.33333%;
  }

  .offset-right-smplus-7 {
    margin-left: 58.33333%;
  }
}
@media screen and (min-width: 480px) {
  .offset-smplus-8 {
    margin-left: 66.66667%;
  }

  .offset-right-smplus-8 {
    margin-left: 66.66667%;
  }
}
@media screen and (min-width: 480px) {
  .offset-smplus-9 {
    margin-left: 75%;
  }

  .offset-right-smplus-9 {
    margin-left: 75%;
  }
}
@media screen and (min-width: 480px) {
  .offset-smplus-10 {
    margin-left: 83.33333%;
  }

  .offset-right-smplus-10 {
    margin-left: 83.33333%;
  }
}
@media screen and (min-width: 480px) {
  .offset-smplus-11 {
    margin-left: 91.66667%;
  }

  .offset-right-smplus-11 {
    margin-left: 91.66667%;
  }
}
@media screen and (min-width: 480px) {
  .offset-smplus-12 {
    margin-left: 100%;
  }

  .offset-right-smplus-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 640px) {
  .offset-smplusplus-0 {
    margin-left: 0%;
  }

  .offset-right-smplusplus-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 640px) {
  .offset-smplusplus-1, .teaser--quote--primary,
  .teaser--quote--secondary {
    margin-left: 8.33333%;
  }

  .offset-right-smplusplus-1 {
    margin-left: 8.33333%;
  }
}
@media screen and (min-width: 640px) {
  .offset-smplusplus-2 {
    margin-left: 16.66667%;
  }

  .offset-right-smplusplus-2 {
    margin-left: 16.66667%;
  }
}
@media screen and (min-width: 640px) {
  .offset-smplusplus-3 {
    margin-left: 25%;
  }

  .offset-right-smplusplus-3 {
    margin-left: 25%;
  }
}
@media screen and (min-width: 640px) {
  .offset-smplusplus-4 {
    margin-left: 33.33333%;
  }

  .offset-right-smplusplus-4 {
    margin-left: 33.33333%;
  }
}
@media screen and (min-width: 640px) {
  .offset-smplusplus-5 {
    margin-left: 41.66667%;
  }

  .offset-right-smplusplus-5 {
    margin-left: 41.66667%;
  }
}
@media screen and (min-width: 640px) {
  .offset-smplusplus-6 {
    margin-left: 50%;
  }

  .offset-right-smplusplus-6 {
    margin-left: 50%;
  }
}
@media screen and (min-width: 640px) {
  .offset-smplusplus-7 {
    margin-left: 58.33333%;
  }

  .offset-right-smplusplus-7 {
    margin-left: 58.33333%;
  }
}
@media screen and (min-width: 640px) {
  .offset-smplusplus-8 {
    margin-left: 66.66667%;
  }

  .offset-right-smplusplus-8 {
    margin-left: 66.66667%;
  }
}
@media screen and (min-width: 640px) {
  .offset-smplusplus-9 {
    margin-left: 75%;
  }

  .offset-right-smplusplus-9 {
    margin-left: 75%;
  }
}
@media screen and (min-width: 640px) {
  .offset-smplusplus-10 {
    margin-left: 83.33333%;
  }

  .offset-right-smplusplus-10 {
    margin-left: 83.33333%;
  }
}
@media screen and (min-width: 640px) {
  .offset-smplusplus-11 {
    margin-left: 91.66667%;
  }

  .offset-right-smplusplus-11 {
    margin-left: 91.66667%;
  }
}
@media screen and (min-width: 640px) {
  .offset-smplusplus-12 {
    margin-left: 100%;
  }

  .offset-right-smplusplus-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 768px) {
  .offset-md-0, .teaser--news--primary .teaser__media,
  .teaser--news--secondary .teaser__media, .teaser--news--primary.media-even .teaser__media,
  .teaser--news--secondary.media-even .teaser__media {
    margin-left: 0%;
  }

  .offset-right-md-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 768px) {
  .offset-md-1, .heading--primary, .heading--secondary, .heading--introduction h3, .teaser--news--primary,
  .teaser--news--secondary, .teaser--content__title, .teaser--company .teaser__content h3, .teaser--content__subtitle, .teaser--content__links, .teaser--company.media-even .teaser__media, .teaser--company.media-odd .teaser__content, .media--block,
  .media--block--video,
  .media--block--image, .media--block__secondary-image, .rte, .rte .intro {
    margin-left: 8.33333%;
  }

  .offset-right-md-1 {
    margin-left: 8.33333%;
  }
}
@media screen and (min-width: 768px) {
  .offset-md-2, .heading--introduction, .teaser--primary-stacked.media-even .teaser__content, .teaser--quote--primary,
  .teaser--quote--secondary, .rte > p, .rte > ul, .rte__media--secondary p {
    margin-left: 16.66667%;
  }

  .offset-right-md-2, .teaser--company.media-even .teaser__content {
    margin-left: 16.66667%;
  }
}
@media screen and (min-width: 768px) {
  .offset-md-3, .teaser--primary-stacked.media-odd .teaser__media {
    margin-left: 25%;
  }

  .offset-right-md-3 {
    margin-left: 25%;
  }
}
@media screen and (min-width: 768px) {
  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-right-md-4 {
    margin-left: 33.33333%;
  }
}
@media screen and (min-width: 768px) {
  .offset-md-5, .media--block__tags,
  .media--block--video__tags,
  .media--block--image__tags, .media--block__controls,
  .media--block--video__controls,
  .media--block--image__controls, .media--block__description {
    margin-left: 41.66667%;
  }

  .offset-right-md-5 {
    margin-left: 41.66667%;
  }
}
@media screen and (min-width: 768px) {
  .offset-md-6, .teaser--primary-stacked.media-odd .teaser__content {
    margin-left: 50%;
  }

  .offset-right-md-6 {
    margin-left: 50%;
  }
}
@media screen and (min-width: 768px) {
  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-right-md-7 {
    margin-left: 58.33333%;
  }
}
@media screen and (min-width: 768px) {
  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-right-md-8 {
    margin-left: 66.66667%;
  }
}
@media screen and (min-width: 768px) {
  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-right-md-9 {
    margin-left: 75%;
  }
}
@media screen and (min-width: 768px) {
  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-right-md-10 {
    margin-left: 83.33333%;
  }
}
@media screen and (min-width: 768px) {
  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .offset-right-md-11 {
    margin-left: 91.66667%;
  }
}
@media screen and (min-width: 768px) {
  .offset-md-12 {
    margin-left: 100%;
  }

  .offset-right-md-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 960px) {
  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-right-lg-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 960px) {
  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-right-lg-1 {
    margin-left: 8.33333%;
  }
}
@media screen and (min-width: 960px) {
  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-right-lg-2 {
    margin-left: 16.66667%;
  }
}
@media screen and (min-width: 960px) {
  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-right-lg-3 {
    margin-left: 25%;
  }
}
@media screen and (min-width: 960px) {
  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-right-lg-4 {
    margin-left: 33.33333%;
  }
}
@media screen and (min-width: 960px) {
  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-right-lg-5 {
    margin-left: 41.66667%;
  }
}
@media screen and (min-width: 960px) {
  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-right-lg-6 {
    margin-left: 50%;
  }
}
@media screen and (min-width: 960px) {
  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-right-lg-7 {
    margin-left: 58.33333%;
  }
}
@media screen and (min-width: 960px) {
  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-right-lg-8 {
    margin-left: 66.66667%;
  }
}
@media screen and (min-width: 960px) {
  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-right-lg-9 {
    margin-left: 75%;
  }
}
@media screen and (min-width: 960px) {
  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-right-lg-10 {
    margin-left: 83.33333%;
  }
}
@media screen and (min-width: 960px) {
  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .offset-right-lg-11 {
    margin-left: 91.66667%;
  }
}
@media screen and (min-width: 960px) {
  .offset-lg-12 {
    margin-left: 100%;
  }

  .offset-right-lg-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .offset-xlg-0 {
    margin-left: 0%;
  }

  .offset-right-xlg-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 1200px) {
  .offset-xlg-1 {
    margin-left: 8.33333%;
  }

  .offset-right-xlg-1 {
    margin-left: 8.33333%;
  }
}
@media screen and (min-width: 1200px) {
  .offset-xlg-2 {
    margin-left: 16.66667%;
  }

  .offset-right-xlg-2 {
    margin-left: 16.66667%;
  }
}
@media screen and (min-width: 1200px) {
  .offset-xlg-3 {
    margin-left: 25%;
  }

  .offset-right-xlg-3 {
    margin-left: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .offset-xlg-4 {
    margin-left: 33.33333%;
  }

  .offset-right-xlg-4 {
    margin-left: 33.33333%;
  }
}
@media screen and (min-width: 1200px) {
  .offset-xlg-5 {
    margin-left: 41.66667%;
  }

  .offset-right-xlg-5 {
    margin-left: 41.66667%;
  }
}
@media screen and (min-width: 1200px) {
  .offset-xlg-6 {
    margin-left: 50%;
  }

  .offset-right-xlg-6 {
    margin-left: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .offset-xlg-7 {
    margin-left: 58.33333%;
  }

  .offset-right-xlg-7 {
    margin-left: 58.33333%;
  }
}
@media screen and (min-width: 1200px) {
  .offset-xlg-8 {
    margin-left: 66.66667%;
  }

  .offset-right-xlg-8 {
    margin-left: 66.66667%;
  }
}
@media screen and (min-width: 1200px) {
  .offset-xlg-9 {
    margin-left: 75%;
  }

  .offset-right-xlg-9 {
    margin-left: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .offset-xlg-10 {
    margin-left: 83.33333%;
  }

  .offset-right-xlg-10 {
    margin-left: 83.33333%;
  }
}
@media screen and (min-width: 1200px) {
  .offset-xlg-11 {
    margin-left: 91.66667%;
  }

  .offset-right-xlg-11 {
    margin-left: 91.66667%;
  }
}
@media screen and (min-width: 1200px) {
  .offset-xlg-12 {
    margin-left: 100%;
  }

  .offset-right-xlg-12 {
    margin-left: 100%;
  }
}
.middle-align {
  display: table;
  height: 100%;
}
.middle-align .middle-align-box {
  display: table-cell;
  vertical-align: middle;
}

.flexbox--component {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.stretch-width {
  width: 100%;
  height: auto;
}

.fill-width {
  max-width: 100%;
  height: auto;
}

.hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}

.invisible {
  visibility: hidden;
}

.row {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .row {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 480px) {
  .row {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.button--ghost, .button--ghost--secondary, .button--ghost--tertiary, .js-toggle, .list--language li, .owl-controls .owl-prev,
.owl-controls .owl-next, .owl-counters {
  display: block;
  float: left;
  padding: 10px 20px;
  margin: 5px;
  color: #ffffff;
  font-size: 20px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 40px;
  transition-property: background-color, color;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
}
.button--ghost:hover, .button--ghost--secondary:hover, .button--ghost--tertiary:hover, .js-toggle:hover, .list--language li:hover, .owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover, .owl-counters:hover {
  color: #4d4c44;
  background-color: #ffffff;
  cursor: pointer;
}
.button--ghost:hover a, .button--ghost--secondary:hover a, .button--ghost--tertiary:hover a, .js-toggle:hover a, .list--language li:hover a, .owl-controls .owl-prev:hover a,
.owl-controls .owl-next:hover a, .owl-counters:hover a {
  color: #4d4c44;
}
.button--ghost:active, .button--ghost--secondary:active, .button--ghost--tertiary:active, .js-toggle:active, .list--language li:active, .owl-controls .owl-prev:active,
.owl-controls .owl-next:active, .owl-counters:active {
  background-color: rgba(255, 255, 255, 0.8);
}

.button--ghost--secondary {
  color: #4d4c44;
  border: 1px solid rgba(77, 76, 68, 0.25);
}
.button--ghost--secondary:hover, .button--ghost--secondary:focus {
  color: #94bdc3;
  background-color: #ffffff;
}
.button--ghost--secondary:active {
  background-color: rgba(255, 255, 255, 0.8);
}

.button--ghost--tertiary, .js-toggle {
  display: inline-block;
  float: none;
  font-size: 18px;
  border-color: #4d4c44;
  color: #4d4c44;
  background: #ffffff;
}
.button--ghost--tertiary.is-active, .is-active.js-toggle, .js-toggle--is-expanded, .button--ghost--tertiary:hover, .js-toggle:hover, .button--ghost--tertiary:focus, .js-toggle:focus {
  color: #ffffff;
  background: #4d4c44;
}

.button--select {
  cursor: pointer;
  display: block;
  position: relative;
  padding: 15px 50px 15px 30px;
  margin: 0 5px;
  border-radius: 60px;
  border: 1px solid #c1b9ae;
  background-color: transparent;
  color: #4d4c44;
  font-size: 20px;
  font-weight: 700;
}
.button--select:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  background-color: transparent;
  transition-property: transform, background-color;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 200ms;
}
.button--select:hover:before {
  background-color: #aba091;
  transform: scale3d(1.1, 4.5, 1);
}
.button--select:hover ul {
  opacity: 1;
  visibility: visible;
}
.button--select:hover li {
  transform: translate3d(0, 0, 0);
  transition-delay: 200ms;
}
.button--select:hover li:nth-child(1) {
  transition-delay: 100ms;
}
.button--select:hover li:nth-child(2) {
  transition-delay: 200ms;
}
.button--select:hover li:nth-child(3) {
  transition-delay: 300ms;
}
.button--select:hover li:nth-child(4) {
  transition-delay: 400ms;
}
.button--select:hover li:nth-child(5) {
  transition-delay: 500ms;
}
.button--select:hover li:nth-child(6) {
  transition-delay: 600ms;
}
.button--select:hover li:nth-child(7) {
  transition-delay: 700ms;
}
.button--select:hover li:nth-child(8) {
  transition-delay: 800ms;
}
.button--select:hover li:nth-child(9) {
  transition-delay: 900ms;
}
.button--select:hover li:nth-child(10) {
  transition-delay: 1000ms;
}
.button--select:hover span {
  color: transparent;
  transition-delay: 200ms;
}
.button--select span {
  color: #4d4c44;
  transition: color 500ms cubic-bezier(0.55, 0, 0.1, 1);
}
.button--select ul {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-appearance: none;
  border-radius: 10px;
  transform: translate3d(0, -50%, 0);
  transition-property: visibility, opacity;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 200ms;
}
.button--select li {
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 300;
  transform: translate3d(100%, 0, 0);
  transition: transform 500ms cubic-bezier(0.55, 0, 0.1, 1);
}
.button--select li:first-child {
  padding-top: 20px;
}
.button--select li:last-child {
  padding-bottom: 20px;
}
.button--select li:hover {
  color: white;
}
.button--select li:nth-child(1) {
  transition-delay: 50ms;
}
.button--select li:nth-child(2) {
  transition-delay: 100ms;
}
.button--select li:nth-child(3) {
  transition-delay: 150ms;
}
.button--select li:nth-child(4) {
  transition-delay: 200ms;
}
.button--select li:nth-child(5) {
  transition-delay: 250ms;
}
.button--select li:nth-child(6) {
  transition-delay: 300ms;
}
.button--select li:nth-child(7) {
  transition-delay: 350ms;
}
.button--select li:nth-child(8) {
  transition-delay: 400ms;
}
.button--select li:nth-child(9) {
  transition-delay: 450ms;
}
.button--select li:nth-child(10) {
  transition-delay: 500ms;
}

input[type=text],
input[type=search],
textarea {
  width: 100%;
  padding: 6px;
  font-size: 14px;
  border: 1px solid #ADADAD;
  border-radius: 4px;
}

textarea {
  display: block;
  resize: vertical;
}

.form-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.form-list li {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin: 3px 0;
}
.form-list label,
.form-list [type=text] {
  float: left;
}
.form-list > label:first-child {
  display: block;
  padding-right: 10px;
  word-break: break-word;
  word-wrap: break-word;
}
.form-list .radio-group,
.form-list .checkbox-group {
  float: left;
}
.form-list .radio,
.form-list .checkbox,
.form-list select {
  cursor: pointer;
}
.form-list .radio,
.form-list .checkbox {
  margin-right: 12px;
}
.form-list .radio input,
.form-list .checkbox input {
  float: left;
  margin: 5px 3px 4px;
}

.form-field.error [type=text],
.form-field.error textarea,
.form-field.error select {
  border-color: #DB0000;
  background-color: #ffa8a8;
}
.form-field.error .radio,
.form-field.error .checkbox {
  color: #DB0000;
}
.form-field label {
  padding-left: 0;
}

.list--nav, .list--nav--sub, .list--nav--primary,
.list--nav--secondary,
.list--nav--tertiary, .list--language, .maps__overlay ul, .list--companies > ul, .list--companies > ul ul, .vacancies-latest__list, .search-results, .search-paging ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list--nav--item {
  position: relative;
  float: left;
}
.list--nav--item:hover .list--nav--sub {
  opacity: 1;
  max-height: 1000px;
}
.list--nav--item > a {
  display: block;
  padding: 0 20px;
}

.list--nav--sub {
  z-index: 1;
  position: absolute;
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  transform: translate3d(0, 0, 0);
  transition: max-height 200ms ease-in-out, opacity 300ms ease-in-out;
}
.list--nav--sub__item {
  background-color: #4d4c44;
  font-size: 16px;
  line-height: 24px;
}
.list--nav--sub__item > a {
  color: #ffffff;
  display: block;
  padding: 6px 15px;
}

.list--nav, .list--nav--sub, .list--nav--primary,
.list--nav--secondary,
.list--nav--tertiary {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list--nav a, .list--nav--sub a, .list--nav--primary a,
.list--nav--secondary a,
.list--nav--tertiary a {
  display: block;
}

.list--language {
  overflow: hidden;
  z-index: 40;
  position: relative;
  padding-left: 25px;
  padding-bottom: 10px;
  display: inline-block;
}
.list--language li {
  overflow: hidden;
  float: left;
  width: 42px;
  height: 42px;
  padding: 0;
  text-align: center;
  line-height: 42px;
}
.list--language li.active {
  background: #ffffff;
}
.list--language a {
  display: block;
  width: 100%;
  height: 100%;
}
.list--language .active a {
  color: #4d4c44;
}

.navigation--search + .list--language {
  padding-left: 0;
  margin-left: -5px;
}

@media (max-width: 767px) {
  .list--nav__container {
    max-height: 0;
  }
}
@media screen and (max-width: 959px) {
  .list--nav__container {
    overflow: hidden;
    height: 100%;
    background-color: #4d4c44;
    transform: translate3d(-540px, 0, 0);
    transition: transform 500ms ease-in-out;
  }
}
@media (max-width: 767px) {
  .list--nav__container.is-active {
    overflow-y: auto;
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 959px) {
  .list--nav__container.is-active {
    overflow-y: auto;
    max-height: 2000px;
    transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 960px) {
  .list--nav__container.is-active {
    max-height: 2000px;
  }
}

.list-sort-filter {
  margin-bottom: 3em;
  text-align: center;
}

.list--companies {
  clear: left;
}
.list--companies > ul > li {
  *zoom: 1;
  float: left;
  margin-bottom: 40px;
  padding: 0 20px;
  width: 100%;
}
.list--companies > ul > li:before, .list--companies > ul > li:after {
  content: " ";
  display: table;
}
.list--companies > ul > li:after {
  clear: both;
}
.list--companies > ul h1 {
  color: #8e8f90;
  float: left;
  font-size: 18px;
  line-height: 1.7;
  width: 40px;
}
.list--companies > ul ul {
  overflow: hidden;
  border-left: dotted 2px #cbe0e3;
  padding-left: 15px;
}
.list--companies > ul ul a {
  padding: 3px 0;
  display: block;
}
.list--companies > ul ul a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 381px) {
  .list--companies.list--companies--alphabetical > ul > li {
    width: 50%;
  }
  .list--companies.list--companies--alphabetical > ul > li:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (min-width: 768px) {
  .list--companies.list--companies--alphabetical > ul > li {
    width: 33.3333%;
  }
  .list--companies.list--companies--alphabetical > ul > li:nth-child(2n+1) {
    clear: none;
  }
  .list--companies.list--companies--alphabetical > ul > li:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (min-width: 961px) {
  .list--companies.list--companies--alphabetical > ul > li {
    width: 25%;
  }
  .list--companies.list--companies--alphabetical > ul > li:nth-child(3n+1) {
    clear: none;
  }
  .list--companies.list--companies--alphabetical > ul > li:nth-child(4n+1) {
    clear: both;
  }
}
.list--companies.list--companies--per-industry > ul > li h1 {
  float: none;
  width: auto;
}
@media screen and (min-width: 381px) {
  .list--companies.list--companies--per-industry > ul > li h1 {
    float: left;
    padding-right: 1em;
    width: 8em;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .list--companies.list--companies--per-industry > ul > li {
    width: 50%;
  }
  .list--companies.list--companies--per-industry > ul > li:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (min-width: 1000px) {
  .list--companies.list--companies--per-industry > ul > li {
    width: 33.3333%;
  }
  .list--companies.list--companies--per-industry > ul > li:nth-child(2n+1) {
    clear: none;
  }
  .list--companies.list--companies--per-industry > ul > li:nth-child(3n+1) {
    clear: both;
  }
}

.navigation--primary__container {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .navigation--primary__container {
    margin-bottom: 100px;
  }
}

.navigation--primary {
  z-index: 20;
  top: 20px;
  bottom: 0;
  float: left;
  padding-top: 130px;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.5px;
  background-color: rgba(77, 76, 68, 0.85);
}
@media screen and (max-width: 959px) {
  .navigation--primary {
    position: fixed;
    bottom: auto;
    width: 300px;
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .navigation--primary {
    height: 70px;
  }
}
@media (min-width: 768px) {
  .navigation--primary {
    position: fixed;
    width: 540px;
    height: 0;
    padding-top: 90px;
    background: transparent;
    transition: background-color 0.8s;
  }
  .navigation--primary.is-sticky {
    background-color: rgba(77, 76, 68, 0.85);
  }
}
@media (min-width: 1200px) {
  .navigation--primary {
    padding-top: 130px;
  }
}
@media (min-width: 960px) {
  .navigation--primary {
    position: absolute;
    width: 260px;
    height: auto;
    padding-bottom: 0;
    background-color: #4d4c44;
  }
  .navigation--primary.is-sticky {
    position: fixed;
    z-index: 20;
    width: 640px;
    height: 0;
    overflow: hidden;
    background-color: rgba(77, 76, 68, 0.85);
  }
  .navigation--primary.is-sticky .toggle--menu {
    display: block;
  }
  .navigation--primary.is-sticky .list--nav__container {
    max-height: 0;
    width: 260px;
  }
  .navigation--primary.is-sticky .list--nav__container .list--nav--primary {
    display: none;
  }
  .navigation--primary.is-sticky .list--nav__container.is-active {
    max-height: 2000px;
    transform: translate3d(0, 0, 0);
    height: 100%;
  }
  .navigation--primary.is-sticky .list--nav__container.is-active .list--nav--primary {
    display: block;
  }
  .navigation--primary.is-sticky .has-secondary .list--nav--secondary {
    padding-top: 0;
    width: 380px;
  }
}
.navigation--primary .has-secondary > a:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 60;
  right: 20px;
  top: 50%;
  margin-top: -9px;
  width: 12px;
  height: 20px;
  background: url("../../img/Corporate/arrow-left-primary.svg") center no-repeat;
  opacity: 0.4;
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition: transform 0.2s;
}
@media (min-width: 960px) {
  .navigation--primary .has-secondary > a:after {
    -ms-transform: rotate(0.5turn);
    transform: rotate(0.5turn);
  }
}
.navigation--primary .has-secondary.is-active > a:after {
  -ms-transform: rotate(0.25turn);
  transform: rotate(0.25turn);
}
@media (min-width: 960px) {
  .navigation--primary .has-secondary.is-active > a:after {
    -ms-transform: rotate(0.5turn);
    transform: rotate(0.5turn);
  }
}
.navigation--primary a {
  color: #ffffff;
}
.navigation--primary.is-active {
  bottom: 0;
  height: auto;
  background-color: #4d4c44;
}
.navigation--primary .list--nav__container {
  background-color: #4d4c44;
}

@media screen and (min-width: 960px) {
  .no-touch .has-secondary .primary-clone {
    display: none;
  }
}

.list--nav--primary .list--nav--primary__link,
.list--nav--secondary .list--nav--primary__link {
  position: relative;
  z-index: 40;
  font-weight: 700;
  text-transform: uppercase;
}

.list__item--primary .selected a {
  color: green;
}

@media screen and (max-width: 959px) {
  .list--nav--primary {
    background-color: #4d4c44;
  }
}
@media (min-width: 960px) {
  .list--nav--primary:after {
    content: "";
    display: block;
    z-index: 30;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #4d4c44;
  }
}
.list--nav--primary.is-active {
  max-height: 2000px;
}
.list--nav--primary.is-active:before {
  background-color: #4d4c44;
}
.list--nav--primary.is-active:after {
  height: 90px;
  background-color: #4d4c44;
}
.list--nav--primary .selected a {
  position: relative;
}
.list--nav--primary .selected > a:before {
  content: "";
  position: absolute;
  border-left: 5px solid #c1b9ae;
  height: 100%;
  width: 100%;
  z-index: 35;
  left: 0;
  top: 0;
}
.list--nav--primary .list--nav--primary__link {
  padding: 18px 30px;
}
@media (min-width: 960px) {
  .list--nav--primary .list--nav--primary__link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .list--nav--primary .list--nav--primary__link {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.list--nav--primary .has-secondary.is-active .list--nav--secondary {
  max-height: 2000px;
  transform: translate3d(0, 0, 0);
  overflow-y: auto;
}

.list__item--primary.is-active .list--nav--secondary {
  background-color: #c1b9ae;
}
@media (min-width: 960px) {
  .list__item--primary.is-active .list--nav--primary__link {
    background-color: #c1b9ae;
  }
}

html.no-touch .list__item--primary:hover .list--nav--secondary {
  transform: translate3d(0, 0, 0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media (min-width: 960px) {
  html.no-touch .list__item--primary:hover .list--nav--primary__link {
    background-color: #c1b9ae;
  }
}

.list--nav--secondary {
  z-index: 40;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 0;
}
@media (min-width: 960px) {
  .list--nav--secondary {
    z-index: 20;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 260px;
    width: 540px;
    max-height: 2000px;
    padding-top: 80px;
    background-color: #c1b9ae;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.list--nav--secondary .has-tertiary .list--nav--secondary__link:before,
.list--nav--secondary .has-tertiary .list--nav--secondary__link:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 400%;
  right: 30px;
  transition: opacity 400ms ease-in-out, top 400ms ease-in-out;
}
.list--nav--secondary .has-tertiary .list--nav--secondary__link:before {
  left: 30px;
  margin-top: -2px;
  border-bottom: 1px dotted #ffffff;
  border-width: 2px;
}
.list--nav--secondary .has-tertiary .list--nav--secondary__link:after {
  width: 15px;
  height: 8px;
  margin-top: -4px;
  background: url(../../img/Corporate/arrow-down.svg);
}
.list--nav--secondary .has-tertiary .list--nav--tertiary {
  max-height: 2000px;
  transition: max-height 700ms ease-in-out;
}
.list--nav--secondary .has-tertiary .list__item--tertiary {
  opacity: 1;
}
.list--nav--secondary .has-tertiary .list__item--tertiary:nth-child(1) {
  transition-delay: 500ms;
}
.list--nav--secondary .has-tertiary .list__item--tertiary:nth-child(2) {
  transition-delay: 450ms;
}
.list--nav--secondary .has-tertiary .list__item--tertiary:nth-child(3) {
  transition-delay: 400ms;
}
.list--nav--secondary .has-tertiary .list__item--tertiary:nth-child(4) {
  transition-delay: 350ms;
}
.list--nav--secondary .has-tertiary .list__item--tertiary:nth-child(5) {
  transition-delay: 300ms;
}
.list--nav--secondary .has-tertiary .list__item--tertiary:nth-child(6) {
  transition-delay: 250ms;
}
.list--nav--secondary .has-tertiary .list__item--tertiary:nth-child(7) {
  transition-delay: 200ms;
}
.list--nav--secondary .has-tertiary .list__item--tertiary:nth-child(8) {
  transition-delay: 150ms;
}
.list--nav--secondary .has-tertiary .list__item--tertiary:nth-child(9) {
  transition-delay: 100ms;
}
.list--nav--secondary .has-tertiary .list--nav--secondary__link:before {
  opacity: 1;
}
.list--nav--secondary .has-tertiary .list--nav--secondary__link:before {
  top: 100%;
}
.list--nav--secondary .has-tertiary .list--nav--secondary__link:after {
  top: 50%;
}

@media (min-width: 960px) {
  .list__item--secondary {
    margin-right: 20%;
  }
}

.list--nav--secondary__link {
  position: relative;
  padding: 18px 30px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .list--nav--secondary__link {
    padding: 10px 40px;
  }
}
@media (min-width: 1200px) {
  .list--nav--secondary__link {
    padding: 20px 40px;
  }
}

.list__item--tertiary {
  overflow: hidden;
  padding: 15px 30px;
  transition: opacity 300ms ease-in-out;
}
@media (min-width: 960px) {
  .list__item--tertiary {
    opacity: 0;
    padding: 0 30px;
  }
}
.list__item--tertiary:first-child {
  margin-top: 20px;
}
.list__item--tertiary:last-child {
  margin-bottom: 20px;
}
.list__item--tertiary:nth-child(1) {
  transition-delay: 50ms;
}
.list__item--tertiary:nth-child(2) {
  transition-delay: 100ms;
}
.list__item--tertiary:nth-child(3) {
  transition-delay: 150ms;
}
.list__item--tertiary:nth-child(4) {
  transition-delay: 200ms;
}
.list__item--tertiary:nth-child(5) {
  transition-delay: 250ms;
}
.list__item--tertiary:nth-child(6) {
  transition-delay: 300ms;
}
.list__item--tertiary:nth-child(7) {
  transition-delay: 350ms;
}
.list__item--tertiary:nth-child(8) {
  transition-delay: 400ms;
}
.list__item--tertiary:nth-child(9) {
  transition-delay: 450ms;
}

.list--nav--tertiary {
  overflow: hidden;
  max-height: 0;
  font-size: 20px;
  line-height: 14px;
  transition: max-height 700ms ease-in-out 200ms;
}

.list--nav--tertiary__link {
  float: left;
  border-radius: 20px;
  transition-property: color, background-color;
  transition-duration: 100ms;
  transition-timing-function: ease-in-out;
}
@media (min-width: 960px) {
  .list--nav--tertiary__link {
    padding: 10px 20px;
  }
}
@media (min-width: 960px) {
  .list--nav--tertiary__link:hover {
    color: #4d4c44;
    background-color: #ffffff;
  }
}
.list--nav--tertiary__link:before {
  opacity: 0;
  position: absolute;
  top: 400%;
  right: 40px;
  left: 40px;
  margin-top: -2px;
  border-bottom: 1px dotted #ffffff;
  border-width: 2px;
  transition: opacity 400ms ease-in-out, top 400ms ease-in-out;
}
.list--nav--tertiary__link:after {
  opacity: 0;
  position: absolute;
  top: 400%;
  right: 40px;
  width: 15px;
  height: 8px;
  margin-top: -4px;
  background: url(../../img/Corporate/arrow-down.svg);
  transition: opacity 400ms ease-in-out, top 400ms ease-in-out;
}

.toggle--menu {
  z-index: 60;
  position: fixed;
  top: 30px;
  left: 230px;
  display: block;
  float: left;
  padding: 0 64px 0 20px;
  margin: 5px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 40px;
  cursor: pointer;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .toggle--menu {
    left: 240px;
    width: 42px;
    height: 42px;
    border-width: 2px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .toggle--menu {
    top: 52px;
    left: 370px;
  }
}
@media (min-width: 960px) {
  .toggle--menu {
    display: none;
    left: 470px;
  }
}
@media (min-width: 768px) {
  .toggle--menu.is-active {
    padding-right: 62px;
  }
}
.toggle--menu.is-active .toggle--menu__open {
  display: none;
}
.toggle--menu.is-active .toggle--menu__close {
  display: block;
}
@media (max-width: 767px) {
  .toggle--menu .toggle--menu__open,
  .toggle--menu .toggle--menu__close {
    overflow: hidden;
    text-indent: -200%;
  }
}
.toggle--menu .toggle--menu__open {
  display: block;
}
.toggle--menu .toggle--menu__open:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 24px;
  height: 18px;
  margin-top: -9px;
  background: url(../../img/Corporate/hamburger.svg) no-repeat;
}
@media (max-width: 767px) {
  .toggle--menu .toggle--menu__open:after {
    width: 20px;
    right: 50%;
    margin-right: -10px;
    background-size: 20px 18px;
  }
}
.toggle--menu .toggle--menu__close {
  display: none;
}
.toggle--menu .toggle--menu__close:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: url(../../img/Corporate/close.svg) no-repeat;
}
@media (max-width: 767px) {
  .toggle--menu .toggle--menu__close:after {
    width: 15px;
    height: 15px;
    right: 50%;
    margin-top: -7px;
    margin-right: -8px;
    background-size: 15px 15px;
  }
}

h1,
h2,
.teaser--link__title h4,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  color: #ffffff;
  font-weight: 900;
  font-size: 70px;
  line-height: 63px;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 46px;
    line-height: 42px;
    letter-spacing: -1px;
  }
}

h2, .teaser--link__title h4 {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 100;
  font-size: 31px;
  font-style: italic;
  line-height: 31px;
  letter-spacing: -2px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  h2, .teaser--link__title h4 {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -1px;
  }
}

h3 {
  margin: 40px 35px;
  color: #4d4c44;
  font-weight: 400;
  font-size: 28px;
  line-height: 37px;
}
@media (min-width: 768px) {
  h3 {
    margin: 70px 0;
    font-size: 42px;
    line-height: 56px;
  }
}

h4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 4px;
}

h5 {
  font-size: 17px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 21px;
}

.heading--primary {
  text-align: center;
}
.heading--primary h3 {
  margin: 0;
}

.heading--secondary {
  text-align: center;
}
.heading--secondary h3 {
  margin: 0;
  font-size: 42px;
  font-weight: 900;
  line-height: 42px;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.heading--introduction {
  text-align: center;
}
.heading--introduction h3 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #4d4c44;
  font-weight: 900;
  font-size: 42px;
  line-height: 42px;
  letter-spacing: -2px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .heading--introduction h3 {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -1px;
  }
}
.heading--introduction .heading__introduction {
  color: #4d4c44;
}
@media (max-width: 767px) {
  .heading--introduction .heading__introduction {
    font-size: 18px;
    line-height: 28px;
  }
}
.heading--introduction .heading__introduction p:last-child {
  margin-bottom: 0;
}

blockquote {
  overflow: hidden;
  width: 100%;
  float: left;
  clear: both;
  padding: 5px 30px;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #8e8f90;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  border-left: 1px dotted #94bdc3;
  border-width: 2px;
}
@media (max-width: 767px) {
  blockquote {
    margin-left: 0;
  }
}
blockquote p {
  margin: 0;
}
blockquote cite {
  display: inline-block;
  margin-top: 10px;
  padding-left: 10px;
  font-size: 14px;
  border-left: 2px solid black;
}

.banner {
  overflow: hidden;
  position: relative;
  padding: 0;
}
@media (min-width: 768px) {
  .banner {
    padding-bottom: 70px;
  }
}
@media (min-width: 960px) {
  .banner {
    padding-bottom: 0;
  }
}
.banner .owl-controls {
  padding-left: 43px;
  margin-left: 800px;
  display: none !important;
}
@media (min-width: 960px) {
  .banner .owl-controls {
    display: block !important;
  }
}
.banner .owl-controls .owl-prev,
.banner .owl-controls .owl-next {
  margin: 25px 3px 0;
  border: 1px solid rgba(77, 76, 68, 0.25);
  background: url(../../img/Corporate/arrow-left-secondary.svg) center no-repeat;
}
.banner .owl-controls .owl-next {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.banner .owl-wrapper-outer,
.banner .owl-wrapper,
.banner .owl-item {
  height: 100%;
}

@media (max-width: 767px) {
  .banner__media {
    height: 320px;
  }
}
@media screen and (min-width: 480px) {
  .banner__media {
    height: 350px;
  }
}
@media screen and (min-width: 640px) {
  .banner__media {
    height: 420px;
  }
}
@media (min-width: 768px) {
  .banner__media {
    height: 75vh;
    max-height: 610px;
  }
}
@media (min-width: 768px) {
  .banner__media {
    min-height: 610px;
    max-height: 780px;
  }
}
@media (min-width: 768px) {
  .banner__media {
    max-height: 780px;
  }
}
.banner__media img {
  height: 100%;
  max-width: none;
}
@media (min-width: 960px) {
  .banner__media img {
    width: 100%;
    height: auto;
  }
}
.banner__media video {
  height: auto;
  width: 100%;
}

.banner--blocks.banner__media {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .banner--blocks.banner__media {
    max-width: 780px;
    margin-top: 20px;
    margin-left: 800px;
    height: 49vw;
    padding: 2vw 2vw 2vw 0;
    background-color: rgba(77, 76, 68, 0.85);
  }
}
@media (min-width: 1400px) {
  .banner--blocks.banner__media {
    height: 780px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .banner--blocks.banner__media .banner {
    display: none;
  }
}
@media (min-width: 960px) {
  .banner--blocks.banner__media .banner img {
    width: 100%;
  }
}
.banner--blocks .banner--blocks__block {
  display: none;
  width: 260px;
  width: 33.333%;
  height: 33.333%;
  max-height: 160px;
  float: left;
  position: relative;
  overflow: hidden;
  background-size: cover;
}
@media (min-width: 1200px) {
  .banner--blocks .banner--blocks__block {
    display: block;
  }
}
@media (min-width: 1400px) {
  .banner--blocks .banner--blocks__block {
    max-height: none;
  }
}
.banner--blocks .banner--blocks__block .blocks__content {
  position: absolute;
  width: 100%;
  top: 20px;
  transition: all 200ms ease-in-out;
}
@media (min-width: 1400px) {
  .banner--blocks .banner--blocks__block .blocks__content {
    top: 40px;
  }
}
.banner--blocks .banner--blocks__block .blocks__content img {
  transition: transform 200ms ease-in-out;
  width: 100px;
  max-width: 40%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.banner--blocks .banner--blocks__block .blocks__content p {
  transition: transform 200ms ease-in-out;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  font-size: 1vw;
  font-weight: 700;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1;
}
@media (min-width: 1400px) {
  .banner--blocks .banner--blocks__block .blocks__content p {
    font-size: 20px;
  }
}
.banner--blocks .banner--blocks__block .blocks__content p:after {
  content: ' ';
  display: block;
  border-bottom: dotted 2px #ffffff;
  width: 50px;
  margin: 0 auto;
  margin-top: 10px;
}
.banner--blocks .banner--blocks__block:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(77, 76, 68, 0.7);
  transition: background 200ms ease-in-out;
}
.banner--blocks .banner--blocks__block:hover:before {
  background-color: transparent;
  transition: background 200ms ease-in-out;
}
.banner--blocks .banner--blocks__block:hover .blocks__content img {
  -ms-transform: translateY(-300px);
  transform: translateY(-300px);
  transition: transform 200ms ease-in-out;
}
.banner--blocks .banner--blocks__block:hover .blocks__content p {
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  transition: transform 200ms ease-in-out;
}
@media (min-width: 1400px) {
  .banner--blocks .banner--blocks__block:hover .blocks__content p {
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
}

@media (max-width: 767px) {
  .banner__content {
    display: none;
  }
}

.banner__meta {
  z-index: 10;
  position: absolute;
  top: 20px;
  bottom: 0;
  padding: 216px 40px 40px;
  background-color: rgba(77, 76, 68, 0.85);
}
@media (max-width: 767px) {
  .banner__meta {
    top: 90px;
    bottom: auto;
    width: 300px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .banner__meta {
    left: 0;
    top: 20px;
    min-width: 540px;
    max-width: 600px;
    padding-top: 240px;
  }
  .banner__meta.next-to-blocks {
    max-width: none;
    min-width: none;
    width: 540px;
  }
}
@media (min-width: 960px) {
  .banner__meta {
    left: 260px;
    top: 20px;
    padding-top: 216px;
  }
}
.banner__meta h1 {
  font-size: 24px;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .banner__meta h1 {
    font-size: 48px;
  }
}
.banner__meta.alt h1 {
  font-size: 46px;
  line-height: 42px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
@media (min-width: 768px) {
  .banner__meta.alt h1 {
    font-size: 70px;
    line-height: 63px;
  }
}

.banner__media img {
  height: 100%;
  max-width: none;
}
@media (min-width: 960px) {
  .banner__media img {
    width: 100%;
    height: auto;
  }
}
.banner__media video {
  height: auto;
  width: 100%;
}

.banner__search--companies {
  background-color: #eeede9;
  padding: 50px 0;
  margin-bottom: 50px;
  *zoom: 1;
}
.banner__search--companies:before, .banner__search--companies:after {
  content: " ";
  display: table;
}
.banner__search--companies:after {
  clear: both;
}
@media (min-width: 768px) {
  .banner__search--companies {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.banner__search--companies label {
  font-size: 40px;
  margin-bottom: 15px;
}
@media (min-width: 400px) {
  .banner__search--companies label {
    font-size: 56px;
  }
}
.banner__search--companies .search--companies--field {
  position: relative;
}
.banner__search--companies .search--companies--field [type=search] {
  width: 90%;
  padding: 15px 18px;
  font-size: 20px;
  position: relative;
  z-index: 3;
}
.banner__search--companies .search--companies--field [type=search]:focus {
  outline: 0;
}
.banner__search--companies .search--companies--field button {
  border-radius: 100%;
  border: none;
  background-color: #4d4c44;
  color: #ffffff;
  display: inline-block;
  padding: 18px;
  text-indent: -9999px;
  width: 56px;
  height: 56px;
  position: absolute;
}
.banner__search--companies .search--companies--field button:before {
  content: '';
  position: absolute;
  width: 13px;
  height: 23px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background: transparent center center no-repeat url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%206%2010.5%22%20preserveAspectRatio%3D%22xMidYMin%22%3E%0A%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M0.9%2C10.5L0%2C9.1l3.8-3.9L0%2C1.4L0.9%2C0L6%2C5.3L0.9%2C10.5z%22%2F%3E%0A%3C%2Fsvg%3E");
}

@keyframes pulse {
  0%, 100% {
    transform: scale3d(1, 1, 1) rotate(-90deg);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-90deg);
  }
}
.banner__scroll-indicator {
  display: block;
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.25);
  background: #fff url("../../img/Corporate/arrow-left-tertiary.svg") center no-repeat;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: .8;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
  animation: pulse 1s ease-in-out;
  animation-delay: 1s;
  animation-iteration-count: 2;
  z-index: 10;
}
@media (min-width: 1200px) {
  .banner__scroll-indicator {
    width: 80px;
    height: 80px;
    background-size: 18px 30px;
  }
}
.banner__scroll-indicator.is-rotated {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.banner__scroll-indicator:hover {
  transform: scale3d(1.1, 1.1, 1.1) rotate(-90deg);
}
.banner__scroll-indicator.is-rotated:hover {
  transform: scale3d(1.1, 1.1, 1.1) rotate(90deg);
}

.maps {
  *zoom: 1;
  position: relative;
  margin-bottom: 50px;
}
.maps:before, .maps:after {
  content: " ";
  display: table;
}
.maps:after {
  clear: both;
}
@media (min-width: 768px) {
  .maps {
    margin-top: 50px;
  }
}

.maps__overlay {
  overflow: hidden;
  padding: 30px 50px 30px 16.66667%;
  background-color: #4d4c44;
}
@media (min-width: 768px) {
  .maps__overlay {
    z-index: 10;
    position: absolute;
    top: -50px;
    left: 0;
    padding: 30px;
    width: 50%;
    max-height: calc(100% + 100px);
  }
}
@media (min-width: 960px) {
  .maps__overlay {
    width: 41.66667%;
  }
}
@media (min-width: 1200px) {
  .maps__overlay {
    padding: 50px 40px 50px 13%;
  }
}
.maps__overlay .button--ghost, .maps__overlay .button--ghost--secondary, .maps__overlay .button--ghost--tertiary, .maps__overlay .js-toggle, .maps__overlay .list--language li, .list--language .maps__overlay li, .maps__overlay .owl-controls .owl-prev, .owl-controls .maps__overlay .owl-prev,
.maps__overlay .owl-controls .owl-next,
.owl-controls .maps__overlay .owl-next, .maps__overlay .owl-counters {
  padding: 10px 15px;
  margin: 4px;
  font-size: 18px;
}

.maps__title {
  margin: 30px 0 20px 15px;
  color: white;
  word-break: break-word;
  word-wrap: break-word;
  font-size: 24px;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .maps__title {
    font-size: 48px;
  }
}

.maps__content {
  color: #cbcbc5;
  margin-left: 15px;
  margin-bottom: 20px;
}

.maps__map-container {
  height: 540px;
}

#map-canvas img {
  max-width: none;
}

.teaser--primary-stacked {
  position: relative;
  clear: both;
}
@media (max-width: 479px) {
  .teaser--primary-stacked {
    margin-bottom: 20px;
    overflow: hidden;
  }
}
.teaser--primary-stacked.media-odd .teaser__content {
  text-align: left;
}
@media (max-width: 767px) {
  .teaser--primary-stacked.media-odd .teaser__content {
    width: 50%;
    float: right;
    clear: none;
  }
}
@media (max-width: 479px) {
  .teaser--primary-stacked.media-odd .teaser__content {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .teaser--primary-stacked.media-odd .teaser__media {
    width: 50%;
    float: left;
    clear: none;
  }
}
@media (max-width: 479px) {
  .teaser--primary-stacked.media-odd .teaser__media {
    width: 100%;
    padding: 0 15px;
  }
}
.teaser--primary-stacked.media-odd img {
  float: right;
}
.teaser--primary-stacked.media-even .teaser__content {
  text-align: right;
}
@media (max-width: 767px) {
  .teaser--primary-stacked.media-even .teaser__content {
    width: 50%;
    float: left;
    clear: none;
  }
}
@media (max-width: 479px) {
  .teaser--primary-stacked.media-even .teaser__content {
    width: calc(100% - 30px);
    margin: 0 15px;
    text-align: left;
  }
}
.teaser--primary-stacked.media-even .teaser__media {
  left: 50%;
}
@media (max-width: 767px) {
  .teaser--primary-stacked.media-even .teaser__media {
    width: 50%;
    float: right;
    clear: none;
  }
}
@media (max-width: 479px) {
  .teaser--primary-stacked.media-even .teaser__media {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .teaser--primary-stacked .teaser__media {
    position: absolute;
    bottom: 0;
    height: 100%;
    top: 0;
    padding: 0;
  }
}
.teaser--primary-stacked .teaser__media .scWebEditInput.scEnabledChrome {
  display: block;
  overflow: hidden;
  height: 100%;
}
.teaser--primary-stacked .teaser__media img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .teaser--primary-stacked .teaser__media img {
    max-height: 100%;
  }
}
.teaser--primary-stacked .teaser__content {
  padding: 20px 30px;
  color: #8e8f90;
  font-size: 14px;
  line-height: 23px;
  word-break: break-word;
  word-wrap: break-word;
  background-color: #f7f6f5;
}
@media (min-width: 768px) {
  .teaser--primary-stacked .teaser__content {
    padding: 30px;
    font-size: 18px;
    line-height: 1.9;
  }
}
.teaser--primary-stacked .teaser__content .scWebEditInput.scEnabledChrome {
  display: block;
}
.teaser--primary-stacked .teaser__content h3 {
  margin: 0 0 10px;
  color: #4d4c44;
  font-weight: 900;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .teaser--primary-stacked .teaser__content h3 {
    font-size: 20px;
  }
}

.teaser__background-block {
  color: #ffffff;
  padding: 25px 30px;
}
@media (max-width: 767px) {
  .teaser__background-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.teaser--quote--primary,
.teaser--quote--secondary {
  overflow: hidden;
}
.teaser--quote--primary .teaser__title, .teaser--quote--primary .teaser--content__title, .teaser--quote--primary .teaser--company .teaser__content h3, .teaser--company .teaser__content .teaser--quote--primary h3,
.teaser--quote--secondary .teaser__title,
.teaser--quote--secondary .teaser--content__title,
.teaser--quote--secondary .teaser--company .teaser__content h3,
.teaser--company .teaser__content .teaser--quote--secondary h3 {
  margin-bottom: 20px;
}
.teaser--quote--primary a,
.teaser--quote--secondary a {
  display: block;
  color: #8e8f90;
}
.teaser--quote--primary .teaser__media a,
.teaser--quote--secondary .teaser__media a {
  overflow: hidden;
}
@media (max-width: 767px) {
  .teaser--quote--primary .teaser__media .button--ghost--secondary,
  .teaser--quote--secondary .teaser__media .button--ghost--secondary {
    width: 100%;
    margin-top: 0;
    padding: 20px 15px;
    text-align: center;
    border: none;
    color: #ffffff;
    background-color: #94bdc3;
    border-radius: 0;
  }
}
.teaser--quote--primary img,
.teaser--quote--secondary img {
  transition: transform 400ms ease-in-out;
}
.teaser--quote--primary:hover img,
.teaser--quote--secondary:hover img {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.teaser--quote--primary.media-even .teaser__media .button--ghost--secondary {
  float: right;
}

.teaser--news--primary,
.teaser--news--secondary {
  display: block;
  transition: opacity 300ms ease-in-out;
  overflow: hidden;
}
.teaser--news--primary:hover img,
.teaser--news--secondary:hover img {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.teaser--news--primary .teaser__title, .teaser--news--primary .teaser--content__title, .teaser--news--primary .teaser--company .teaser__content h3, .teaser--company .teaser__content .teaser--news--primary h3,
.teaser--news--secondary .teaser__title,
.teaser--news--secondary .teaser--content__title,
.teaser--news--secondary .teaser--company .teaser__content h3,
.teaser--company .teaser__content .teaser--news--secondary h3 {
  margin-top: 10px;
}
.teaser--news--primary .teaser__media,
.teaser--news--secondary .teaser__media {
  overflow: hidden;
}
.teaser--news--primary .teaser__media img,
.teaser--news--secondary .teaser__media img {
  transition: transform 400ms ease-in-out;
}
.teaser--news--primary .scale-box,
.teaser--news--secondary .scale-box {
  overflow: hidden;
  float: right;
}

.teaser--quote--primary,
.teaser--news--primary {
  position: relative;
}
.teaser--quote--primary:hover .teaser__background-block,
.teaser--news--primary:hover .teaser__background-block {
  background-color: #c1b9ae;
}
.teaser--quote--primary .teaser__background-block,
.teaser--news--primary .teaser__background-block {
  background-color: rgba(193, 185, 174, 0.9);
}
.teaser--quote--secondary,
.teaser--news--secondary {
  position: relative;
}
.teaser--quote--secondary:hover .teaser__background-block,
.teaser--news--secondary:hover .teaser__background-block {
  background-color: #94bdc3;
}
.teaser--quote--secondary .teaser__background-block,
.teaser--news--secondary .teaser__background-block {
  background-color: rgba(148, 189, 195, 0.9);
}
@media (min-width: 960px) {
  .teaser--quote--primary .teaser__content, .teaser--quote--secondary .teaser__content,
  .teaser--news--primary .teaser__content,
  .teaser--news--secondary .teaser__content {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .teaser--quote--primary .teaser__content, .teaser--quote--secondary .teaser__content,
  .teaser--news--primary .teaser__content,
  .teaser--news--secondary .teaser__content {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .teaser--quote--primary .teaser__media,
  .teaser--quote--primary .teaser__content, .teaser--quote--secondary .teaser__media,
  .teaser--quote--secondary .teaser__content,
  .teaser--news--primary .teaser__media,
  .teaser--news--primary .teaser__content,
  .teaser--news--secondary .teaser__media,
  .teaser--news--secondary .teaser__content {
    padding: 0;
  }
}
.teaser--quote--primary .teaser__background-block, .teaser--quote--secondary .teaser__background-block,
.teaser--news--primary .teaser__background-block,
.teaser--news--secondary .teaser__background-block {
  transition: background-color 400ms ease-in-out;
}
@media (min-width: 768px) {
  .teaser--quote--primary.media-odd .teaser__media, .teaser--quote--secondary.media-odd .teaser__media,
  .teaser--news--primary.media-odd .teaser__media,
  .teaser--news--secondary.media-odd .teaser__media {
    float: left;
  }
}
@media (min-width: 768px) {
  .teaser--quote--primary.media-odd img, .teaser--quote--secondary.media-odd img,
  .teaser--news--primary.media-odd img,
  .teaser--news--secondary.media-odd img {
    float: right;
  }
}
@media (min-width: 768px) {
  .teaser--quote--primary.media-odd .teaser__background-block, .teaser--quote--secondary.media-odd .teaser__background-block,
  .teaser--news--primary.media-odd .teaser__background-block,
  .teaser--news--secondary.media-odd .teaser__background-block {
    transform: translate3d(-16.66667%, 0, 0);
  }
}
@media (min-width: 768px) {
  .teaser--quote--primary.media-even, .teaser--quote--secondary.media-even,
  .teaser--news--primary.media-even,
  .teaser--news--secondary.media-even {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .teaser--quote--primary.media-even .teaser__media, .teaser--quote--secondary.media-even .teaser__media,
  .teaser--news--primary.media-even .teaser__media,
  .teaser--news--secondary.media-even .teaser__media {
    float: right;
  }
}
@media (min-width: 768px) {
  .teaser--quote--primary.media-even .teaser__background-block, .teaser--quote--secondary.media-even .teaser__background-block,
  .teaser--news--primary.media-even .teaser__background-block,
  .teaser--news--secondary.media-even .teaser__background-block {
    transform: translate3d(8.33333%, 0, 0);
  }
}

.teaser--logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  min-height: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.teaser--logos__logo {
  display: block;
  float: left;
  padding: 10px;
  text-align: center;
  transition: opacity 300ms ease-in-out;
}
@media (max-width: 767px) {
  .teaser--logos__logo {
    width: 100%;
  }
}
.teaser--logos__logo:hover {
  opacity: .8;
}
.teaser--logos__logo a {
  display: block;
  width: 100%;
}
.teaser--logos__logo img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.teaser__media {
  padding: 0;
}
.teaser__media:after {
  display: block;
  content: "";
  width: 100%;
}
@media (max-width: 767px) {
  .teaser__media img {
    width: 100%;
  }
}
.teaser__media .button--ghost--secondary {
  padding: 6px 18px;
  margin: 15px 0 0;
}

.teaser__background-block {
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .teaser__background-block {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .teaser__background-block {
    width: 108.33333%;
    margin-bottom: 20px;
  }
}

.teaser__title, .teaser--content__title, .teaser--company .teaser__content h3 {
  font-weight: 900;
  font-size: 22px;
  line-height: 35px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .teaser__title, .teaser--content__title, .teaser--company .teaser__content h3 {
    font-size: 28px;
  }
}

.teaser__subtitle {
  font-size: 21px;
  font-weight: 100;
  line-height: 28px;
}

.teaser__content {
  color: #8e8f90;
  font-size: 21px;
  line-height: 41px;
}
@media (max-width: 767px) {
  .teaser__content {
    padding: 0;
    font-size: 18px;
    line-height: 28px;
  }
}

.teaser--link {
  color: #ffffff;
}
@media (min-width: 768px) {
  .teaser--link {
    background-color: #94bdc3;
  }
}
.teaser--link .container {
  padding: 0;
}
@media (min-width: 768px) {
  .teaser--link .container {
    margin-bottom: 40px;
  }
}
.teaser--link__title {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .teaser--link__title {
    z-index: 1;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    background-color: #94bdc3;
  }
}
.teaser--link__title h3 {
  color: #ffffff;
  margin: 0;
  font-size: 22px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .teaser--link__title h3 {
    font-size: 31px;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .teaser--link__title h3 {
    font-size: 56px;
    line-height: 49px;
  }
}
.teaser--link__title h4 {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .teaser--link__title h4 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 30px;
  }
}
.teaser--link__links {
  float: left;
}
@media (max-width: 767px) {
  .teaser--link__links {
    margin-top: -20px;
    float: none;
  }
}
@media (min-width: 768px) {
  .teaser--link__links {
    transform: translate3d(0, 40px, 0);
  }
}
.teaser--link__links a {
  color: red !important;
  position: relative;
  overflow: hidden;
  float: left;
}
@media (max-width: 767px) {
  .teaser--link__links a {
    height: 160px;
    width: 100%;
  }
}
.teaser--link__links a:hover .links__title {
  background-color: rgba(77, 76, 68, 0);
}
@media (min-width: 768px) {
  .teaser--link__links a:hover .vertical-align {
    top: 80%;
  }
}
.teaser--link__links a:hover img {
  -ms-transform: scale(1);
  transform: scale(1);
}
.teaser--link__links img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .teaser--link__links img {
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: transform 400ms ease-in-out;
  }
}
.teaser--link__links .vertical-align:after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  content: "";
  width: 57px;
  height: 3px;
  margin-left: -28px;
  background: url("../../img/Corporate/link-teaser-border.png") center center no-repeat;
}
.teaser--link .links__title {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  transform-style: preserve-3d;
  background-color: rgba(77, 76, 68, 0.5);
  transition: background-color 400ms ease-in-out;
}
@media (min-width: 768px) {
  .teaser--link .links__title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .teaser--link .links__title {
    font-size: 34px;
  }
}
.teaser--link .vertical-align {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: top 400ms ease-in-out;
}

.teaser--content__title, .teaser--company .teaser__content h3 {
  z-index: 1;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
}
.teaser--content__subtitle {
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #ffffff;
}
.teaser--content__links {
  z-index: 1;
}
.teaser--content__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #94bdc3;
}
@media (min-width: 768px) {
  .teaser--content__background {
    left: 15px;
  }
}
.teaser--content .container {
  position: relative;
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .teaser--content .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.teaser--filter {
  background-color: white;
}
.teaser--filter__filters .button--select {
  float: left;
  margin-top: 90px;
  margin-bottom: 90px;
}

.teaser--products .container {
  float: none;
  margin: 0 auto;
}
.teaser--products .teaser__content,
.teaser--products .teaser__content-background {
  padding: 50px;
  font-size: 16px;
  line-height: 41px;
  color: #8e8f90;
}
.teaser--products .teaser__content h3,
.teaser--products .teaser__content-background h3 {
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .teaser--products .teaser__content h3,
  .teaser--products .teaser__content-background h3 {
    font-size: 28px;
  }
}
.teaser--products .teaser__content p,
.teaser--products .teaser__content-background p {
  line-height: 35px;
}
.teaser--products .teaser__content ul,
.teaser--products .teaser__content-background ul {
  padding: 0;
  list-style-type: none;
}
.teaser--products .teaser__content ul li,
.teaser--products .teaser__content-background ul li {
  position: relative;
  padding-left: 15px;
  line-height: 24px;
  margin-bottom: 15px;
}
.teaser--products .teaser__content ul li:before,
.teaser--products .teaser__content-background ul li:before {
  content: "";
  background: url(../../img/Corporate/arrow-left-quartiary.svg) center no-repeat;
  position: absolute;
  left: 0;
  width: 6px;
  height: 15px;
  background-size: 100%;
  top: 50%;
  margin-top: -8px;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.teaser--products .teaser__content-background {
  background-color: rgba(148, 189, 195, 0.5);
}
.teaser--products.media-even .teaser__content-background {
  float: right;
}

.teaser--company {
  position: relative;
  clear: both;
}
.teaser--company .teaser__content {
  background-color: #94bdc3;
  color: #ffffff;
  line-height: 1;
}
.teaser--company .teaser__content h3 {
  padding: 0;
  margin: 0;
  float: none;
}
.teaser--company .teaser__media {
  position: relative;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .teaser--company .teaser__media {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .teaser--company.media-even .teaser__media {
    margin-left: 0;
  }
}
.teaser--company.media-even .teaser__media img {
  transform: translate3d(16.66667%, 0, 0);
}
@media (max-width: 767px) {
  .teaser--company.media-even .teaser__media img {
    -ms-transform: none;
    transform: none;
  }
}
.teaser--company.media-even .teaser__content {
  padding: 70px 50px 70px 100px;
  float: right;
}
@media (max-width: 767px) {
  .teaser--company.media-even .teaser__content {
    margin-right: 0;
    float: none;
    padding: 20px;
  }
}
.teaser--company.media-odd .teaser__media img {
  transform: translate3d(-16.66667%, 0, 0);
}
@media (max-width: 767px) {
  .teaser--company.media-odd .teaser__media img {
    -ms-transform: none;
    transform: none;
  }
}
.teaser--company.media-odd .teaser__content {
  padding: 70px 100px 70px 50px;
}
@media (max-width: 767px) {
  .teaser--company.media-odd .teaser__content {
    margin-left: 0;
    padding: 20px;
  }
}

@media (min-width: 960px) {
  .u-teaser-pull-up--small {
    margin-top: -14px !important;
  }
}

@media (min-width: 960px) {
  .u-teaser-pull-up--normal {
    margin-top: -28px !important;
  }
}

@media (min-width: 960px) {
  .u-teaser-pull-up--large {
    margin-top: -56px !important;
  }
}

@media (max-width: 767px) {
  .media--block,
  .media--block--video,
  .media--block--image {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.media--block__media-container,
.media--block--video__media-container,
.media--block--image__media-container {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.media--block__media-container iframe,
.media--block--video__media-container iframe,
.media--block--image__media-container iframe {
  width: 100%;
}
.media--block__media-container.owl-carousel,
.media--block--video__media-container.owl-carousel,
.media--block--image__media-container.owl-carousel {
  padding: 0;
}
.media--block__tags,
.media--block--video__tags,
.media--block--image__tags {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 15px;
  background-color: #94bdc3;
  font-size: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .media--block__tags,
  .media--block--video__tags,
  .media--block--image__tags {
    text-align: center;
  }
}
.media--block__tags li,
.media--block--video__tags li,
.media--block--image__tags li {
  display: inline-block;
}
.media--block__controls,
.media--block--video__controls,
.media--block--image__controls {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 15px;
  background-color: #94bdc3;
  text-align: left;
}
@media (max-width: 767px) {
  .media--block__controls,
  .media--block--video__controls,
  .media--block--image__controls {
    font-size: 0;
    text-align: center;
  }
}

.media--block__assets {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}
.media--block__assets.no-text {
  margin-bottom: -50px;
}
.media--block__assets.no-text .media--block__secondary-image {
  position: relative;
  bottom: 0;
}

.media--block__secondary-image {
  z-index: 10;
  position: absolute;
  bottom: -50px;
  padding: 0;
  height: auto;
}
@media (max-width: 767px) {
  .media--block__secondary-image {
    width: 28%;
  }
}

.media--block__description {
  min-height: 200px;
  color: #8e8f90;
  font-size: 21px;
  line-height: 42px;
}
@media (max-width: 767px) {
  .media--block__description {
    width: 100%;
    margin-left: 0;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .owl-controls {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.owl-controls .owl-prev,
.owl-controls .owl-next {
  width: 42px;
  height: 42px;
}
@media (max-width: 767px) {
  .owl-controls .owl-prev,
  .owl-controls .owl-next {
    display: inline-block;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.owl-controls .owl-prev,
.owl-controls .owl-next {
  background: url("../../img/Corporate/arrow-left-primary.svg") center no-repeat;
}
.owl-controls .owl-next {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.owl-counters {
  overflow: hidden;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 767px) {
  .owl-counters {
    display: inline-block;
    float: none;
  }
}

.rte {
  color: #4d4c44;
  font-size: 18px;
  line-height: 28px;
}
.rte > p {
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}
.rte > ul {
  padding-left: 30px;
}
.rte .intro {
  display: block;
  overflow: hidden;
  color: #8e8f90;
  font-size: 21px;
  line-height: 42px;
  margin-bottom: 10px;
}
.rte .intro p {
  margin-left: 0;
}

.rte__media, .rte__media--primary, .rte__media--secondary {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .rte__media, .rte__media--primary, .rte__media--secondary {
    margin: 0;
  }
}
.rte__media img, .rte__media--primary img, .rte__media--secondary img {
  display: block;
}
@media (max-width: 767px) {
  .rte__media img, .rte__media--primary img, .rte__media--secondary img {
    margin-top: 5px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
.rte__media p, .rte__media--primary p, .rte__media--secondary p {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .rte__media p, .rte__media--primary p, .rte__media--secondary p {
    padding-left: 0;
    padding-right: 0;
  }
}

.rte__media--primary img {
  float: left;
  max-width: 500px;
  height: auto;
}
@media (max-width: 767px) {
  .rte__media--primary img {
    float: none;
    margin: 0 auto 20px auto;
  }
}

@media (min-width: 768px) {
  .rte__media--secondary {
    text-align: right;
  }
}
.rte__media--secondary img {
  float: right;
  max-width: 500px;
  height: auto;
}
@media (max-width: 767px) {
  .rte__media--secondary img {
    float: none;
    margin: 0 auto 20px auto;
  }
}

.rte--snippet .rte--snippet__col {
  float: left;
}

.logo--primary {
  z-index: 60;
  position: absolute;
}
@media (max-width: 767px) {
  .logo--primary {
    position: fixed;
    width: 230px;
    left: -70px;
    top: 40px;
  }
}
@media (min-width: 768px) {
  .logo--primary {
    left: -100px;
    top: 35px;
  }
}
@media (min-width: 960px) {
  .logo--primary {
    top: 35px;
    left: 0;
    width: 100%;
  }
}

@media (min-width: 960px) {
  .navigation--primary.is-sticky .logo--primary {
    width: auto;
  }
}

.footer--navigation {
  background-color: #f7f6f5;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .footer--navigation {
    display: none;
  }
}
.footer--navigation ul {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 20px;
  text-align: center;
}
.footer--navigation li {
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: 20%;
}
@media (max-width: 767px) {
  .footer--navigation li {
    margin: 10px 0;
  }
}
.footer--navigation li:first-child:nth-last-child(5), .footer--navigation li:first-child:nth-last-child(5) ~ li {
  width: 24%;
}
.footer--navigation li:first-child:nth-last-child(6), .footer--navigation li:first-child:nth-last-child(6) ~ li {
  width: 16%;
}
.footer--navigation li:first-child:nth-last-child(7), .footer--navigation li:first-child:nth-last-child(7) ~ li {
  width: 14%;
}
.footer--navigation .backtotop {
  background: url(../../img/Corporate/arrow-left-tertiary.svg) center no-repeat;
  border: 1px solid #4d4c44;
  border-radius: 50px;
  display: block;
  height: 40px;
  overflow: hidden;
  position: absolute;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  text-indent: -9999px;
  right: 20px;
  width: 40px;
  top: 50%;
  margin-top: -20px;
}
@media (max-width: 767px) {
  .footer--navigation .backtotop {
    display: inline-block;
    position: relative;
    top: auto;
  }
}

.footer--links ul {
  text-align: center;
  width: auto;
  padding: 0;
}
.footer--links ul li {
  color: #4d4c44;
  display: inline-block;
  list-style-type: none;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .footer--links ul li {
    margin: 5px 0;
    display: block;
  }
}

.vacancies-latest {
  text-align: center;
}

.vacancies-latest__header {
  *zoom: 1;
}
.vacancies-latest__header:before, .vacancies-latest__header:after {
  content: " ";
  display: table;
}
.vacancies-latest__header:after {
  clear: both;
}
@media (max-width: 767px) {
  .vacancies-latest__header h3 {
    font-size: 32px;
    line-height: 1.2;
  }
}

.vacancies-latest__list {
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .vacancies-latest__list {
    display: -ms-flexbox;
    display: flex;
  }
}

.vacancies-latest__list-item {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .vacancies-latest__list-item {
    display: -ms-flexbox;
    display: flex;
  }
}
.vacancies-latest__list-item a {
  display: block;
  width: 100%;
  padding: 30px 30px 50px;
  background: #efedea;
  border-radius: 5px;
}
.vacancies-latest__list-item a:after {
  position: absolute;
  right: 50%;
  bottom: 0;
  display: block;
  width: 50px;
  height: 50px;
  background: #fff url(../../img/Corporate/arrow-left-secondary.svg) center no-repeat;
  border: 2px solid #fff;
  border-radius: 50%;
  -ms-transform: translate(50%, 50%) rotate(180deg);
  transform: translate(50%, 50%) rotate(180deg);
  transition: border-color .2s ease-in;
  content: '';
}
.vacancies-latest__list-item a:hover:after {
  border-color: #efedea;
}

.vacancies-teaser {
  position: relative;
  padding: 40px 20px;
  background-color: #94bdc3;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
}
@media (min-width: 768px) {
  .vacancies-teaser {
    padding: 50px 80px;
  }
}
.vacancies-teaser h3 {
  margin: 0 0 .5em 5px;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .vacancies-teaser h3 {
    width: 50%;
    margin: 0;
    margin-left: 5px;
  }
}
.vacancies-teaser [class*='button--'] {
  float: none;
  display: inline-block;
}
.vacancies-teaser [class*='button--'][class*='tertiary'] {
  border: none;
}
@media (min-width: 768px) {
  .vacancies-teaser [class*='button--'] {
    position: absolute;
    top: 50%;
    right: 80px;
    max-width: calc(50% - 160px);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.js-toggle {
  cursor: pointer;
}

.js-toggle-panel--is-collapsed {
  display: none;
}

.js-toggle-panel--is-expanded {
  display: block;
}

.ui-autocomplete {
  position: absolute !important;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #ADADAD;
  list-style: none;
}
.ui-autocomplete .ui-menu-item {
  padding: 5px 18px;
  cursor: pointer;
}
.ui-autocomplete .ui-menu-item:hover {
  text-decoration: underline;
}
.ui-autocomplete .ui-state-focus {
  background: #94bdc3;
}

.search-bar {
  position: relative;
  padding: 40px 20px;
  background-color: #eeede9;
  text-align: left;
}
@media (min-width: 768px) {
  .search-bar {
    padding: 50px 80px;
  }
}
.search-bar h3 {
  margin: 0;
  margin-bottom: .5em;
  color: #4d4c44;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .search-bar h3 {
    width: 50%;
    margin: 0 0 .5em 5px;
  }
}

.search-bar__input {
  overflow: hidden;
}
@media (min-width: 768px) {
  .search-bar__input {
    position: absolute;
    top: 50%;
    right: 80px;
    width: calc(50% - 100px);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.search-bar__input input {
  width: 100%;
  height: 50px;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #4d4c44;
}
.search-bar__input button {
  float: right;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  background: #4d4c44 url("../../img/Corporate/arrow-left-primary.svg") center no-repeat;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  backface-visibility: hidden;
}

.search-bar__input-wrapper {
  overflow: hidden;
  padding-right: 10px;
}

.search-results {
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px;
}
.search-results > li {
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .search-results > li {
    margin-bottom: 40px;
  }
}
.search-results > li h4 {
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}
.search-results > li .url {
  font-weight: bold;
  text-decoration: underline;
}
.search-results > li p {
  display: -webkit-box;
  max-height: 72px;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-paging {
  text-align: center;
  font-weight: 500;
}
.search-paging li {
  display: inline-block;
}
.search-paging a {
  border-radius: 50%;
  vertical-align: middle;
  min-width: 42px;
  min-height: 42px;
  line-height: 42px;
  display: inline-block;
  padding: 0 7px;
  transition: all .3s ease-in-out;
}
.search-paging a.is-active, .search-paging a:hover {
  background-color: #4d4c44;
  color: #ffffff;
}
.search-paging a.search-paging-next, .search-paging a.search-paging-previous {
  border: 1px solid #c1b9ae;
  border-radius: 50%;
  background: #ffffff url("../../img/Corporate/arrow-left-quartiary.svg") center no-repeat;
}
.search-paging a.search-paging-next:hover, .search-paging a.search-paging-previous:hover {
  border-color: #4d4c44;
  background: #4d4c44 url("../../img/Corporate/arrow-left-primary.svg") center no-repeat;
}
.search-paging a.search-paging-next {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  backface-visibility: hidden;
}

.navigation--search {
  display: inline-block;
  position: relative;
  width: 42px;
  height: 42px;
  margin: 5px 5px 5px 25px;
  z-index: 50;
  cursor: pointer;
  vertical-align: top;
}
.navigation--search:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 13px;
  left: 13px;
  display: inline-block;
  background: transparent center center no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22xMidYMin%22%3E%0A%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M15.8%2C14.7l-3.7-3.8c0.8-1.1%2C1.2-2.5%2C1.2-4c0-3.8-3-6.9-6.6-6.9C3%2C0%2C0%2C3.1%2C0%2C6.9c0%2C3.8%2C3%2C6.9%2C6.6%2C6.9c1.7%2C0%2C3.2-0.7%2C4.4-1.8%0A%09l3.6%2C3.8c0.1%2C0.2%2C0.3%2C0.2%2C0.5%2C0.2c0.2%2C0%2C0.4-0.1%2C0.5-0.2C16.1%2C15.5%2C16.1%2C15%2C15.8%2C14.7z%20M6.6%2C12.2c-2.8%2C0-5.1-2.4-5.1-5.3%0A%09c0-2.9%2C2.3-5.3%2C5.1-5.3c2.8%2C0%2C5.1%2C2.4%2C5.1%2C5.3C11.8%2C9.8%2C9.5%2C12.2%2C6.6%2C12.2z%22%2F%3E%0A%3C%2Fsvg%3E");
  width: 16px;
  height: 16px;
}
.navigation--search input[type=search] {
  opacity: 0;
  border: none;
  background-color: transparent;
  margin-left: 42px;
  width: 0px;
  height: 28px;
  transition: opacity .3s ease-in-out;
  font-size: 1.6rem;
  padding: 0px;
}
.navigation--search__input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 60;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: transparent;
  transition: width .3s ease-in-out, background-color .3s ease-in-out;
}
.is-open .navigation--search__input {
  width: 220px;
  background-color: #fff;
}
.navigation--search.is-open {
  cursor: default;
}
.navigation--search.is-open:after {
  z-index: 60;
  background: transparent center center no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22xMidYMin%22%3E%0A%3Cpath%20fill%3D%22%23cccccc%22%20d%3D%22M15.8%2C14.7l-3.7-3.8c0.8-1.1%2C1.2-2.5%2C1.2-4c0-3.8-3-6.9-6.6-6.9C3%2C0%2C0%2C3.1%2C0%2C6.9c0%2C3.8%2C3%2C6.9%2C6.6%2C6.9c1.7%2C0%2C3.2-0.7%2C4.4-1.8%0A%09l3.6%2C3.8c0.1%2C0.2%2C0.3%2C0.2%2C0.5%2C0.2c0.2%2C0%2C0.4-0.1%2C0.5-0.2C16.1%2C15.5%2C16.1%2C15%2C15.8%2C14.7z%20M6.6%2C12.2c-2.8%2C0-5.1-2.4-5.1-5.3%0A%09c0-2.9%2C2.3-5.3%2C5.1-5.3c2.8%2C0%2C5.1%2C2.4%2C5.1%2C5.3C11.8%2C9.8%2C9.5%2C12.2%2C6.6%2C12.2z%22%2F%3E%0A%3C%2Fsvg%3E");
}
.navigation--search.is-open input[type=search] {
  opacity: 1;
  padding: 4px 6px 9px 6px;
  width: 150px;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body h1 {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

a {
  color: #4d4c44;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

.logo--header {
  float: left;
  margin: 10px 0;
}
.logo--header img {
  display: block;
}

.pushbox {
  background-size: cover;
  background-repeat: none;
}

/*# sourceMappingURL=application.css.map */