/* ==========================================================================
   Getting it all together
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
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,
menu,
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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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"] {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * 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;
}
/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
* {
  text-rendering: optimizeLegibility;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
  max-width: 100%;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* set everything to "box-sizing:border-box" –
 * the Grid won't work otherwise
 */
* {
  box-sizing: border-box;
}
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
/* Clearfix as a mixin: */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}
.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(7000% / 3);
  width: -moz-calc(7000% / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}
/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */
/* @link https://utopia.fyi/grid/calculator?c=340,16,1.125,1332,18,1.2,8,3,&s=0.75|0.5|0.25,1.5|2|3|4|6,l-2xl&g=s,l,2xl,12 */
:root {
  --grid-max-width: 83.25rem;
  --grid-gutter: var(--space-s-l, clamp(1rem, 2.5877rem, 2.25rem));
  --grid-columns: 12;
}
.u-container {
  max-width: var(--grid-max-width);
  padding-inline: var(--grid-gutter);
  margin-inline: auto;
}
.u-grid,
.grid {
  display: grid;
  gap: var(--grid-gutter);
}
.grid {
  /*  --columns: 12;
   --gutter: 3rem;
   display: grid;
   grid-gap: var(--gutter);
   grid-template-columns: 1fr; */
}
.grid > .column {
  margin-bottom: var(--gutter);
}
.autogrid {
  --gutter: 3rem;
  --min: 10rem;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: repeat(auto-fit, minmax(var(--min), 1fr));
  grid-auto-flow: dense;
}
@media (min-width: 768px) {
  /* body {
    --padding: 3rem;
  }
 */
  .grid {
    grid-template-columns: repeat(var(--grid-columns), 1fr);
  }
  .grid > .column {
    grid-column: span var(--columns);
  }
}
.blocksgrid {
  row-gap: 0 !important;
}
.blocksgrid .img {
  --w: auto;
  --h: auto;
  background: transparent;
  padding-bottom: 0;
}
.blocksgrid .img img {
  position: relative !important;
  height: auto;
  object-fit: cover;
  border: 0;
}
.blocksgrid .feature-video__video,
.blocksgrid .feature-video__video__citation {
  margin-bottom: var(--space-2xl);
}
.blocksgrid .feature-video__video__citation figure figcaption,
.blocksgrid .feature-video__video__citation__citation figure figcaption {
  margin-bottom: var(--space-xl);
  font-size: var(--step-2);
  font-style: italic;
  margin-top: var(--space-s);
}
.blocksgrid .feature-video__video__citation figure figcaption em,
.blocksgrid .feature-video__video__citation__citation figure figcaption em {
  display: block;
  font-size: var(--step-1);
  font-style: normal;
  margin-top: var(--space-s);
}
@media (min-width: 768px) {
  .blocksgrid {
    row-gap: 0;
    margin-bottom: var(--space-2xl);
  }
  .blocksgrid h1,
  .blocksgrid h2,
  .blocksgrid h3,
  .blocksgrid h4,
  .blocksgrid h5,
  .blocksgrid p,
  .blocksgrid ul,
  .blocksgrid ol,
  .blocksgrid iframe,
  .blocksgrid address,
  .blocksgrid .author-container {
    grid-column: 3 / 11;
  }
  .blocksgrid .feature-video__video,
  .blocksgrid .feature-video__video__citation {
    grid-column: 3 / 11;
    margin-bottom: var(--space-2xl);
  }
  .blocksgrid .feature-video__video__citation figure,
  .blocksgrid .feature-video__video__citation__citation figure {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
  }
  .blocksgrid .feature-video__video__citation figure video,
  .blocksgrid .feature-video__video__citation__citation figure video {
    grid-column: 1 / 2;
  }
  .blocksgrid .feature-video__video__citation figure figcaption,
  .blocksgrid .feature-video__video__citation__citation figure figcaption {
    margin-top: 0;
    margin-bottom: var(--space-xl);
    grid-column: 2 / -1;
    font-size: var(--step-2);
    margin-left: var(--space-m);
  }
  .blocksgrid blockquote {
    grid-column: 2 / 12;
  }
  .blocksgrid .img {
    grid-column: 3 / 11;
    --w: auto;
    --h: auto;
    background: transparent;
    padding-bottom: 0;
  }
  .blocksgrid .img img {
    position: relative !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border: 0;
    margin-bottom: var(--space-2xl);
  }
  .blocksgrid iframe {
    margin-top: var(--space-l);
    margin-bottom: var(--space-l);
  }
  .blocksgrid .imgcaption {
    grid-column: 2 / 12;
    --w: auto;
    --h: auto;
    display: flex;
    gap: var(--space-l);
  }
  .blocksgrid .imgcaption picture,
  .blocksgrid .imgcaption img {
    flex: 0 0 80%;
  }
  .blocksgrid .imgcaption figcaption {
    flex: 1 1 auto;
  }
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v34-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: local(''), url('../fonts/open-sans-v34-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v34-latin-500.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''), url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v34-latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local(''), url('../fonts/open-sans-v34-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v34-latin-800.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* get google fonts */
/* typography */
/* colors */
:root {
  --gray-dark: #5D5D5D;
  --gray-darker: #9c9c9c;
  --gray: #EAEAEA;
  --gray-light: #B1B1B1;
  --gray-lighter: #EAEAEA;
  --gray-lightest: #F3F3F3;
}
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
html {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  html {
    font-size: 15px;
  }
}
body {
  font-family: 'Open Sans', sans-serif;
}
p {
  font: 1em/1.6 'Open Sans', sans-serif;
  margin: 1em 0 1em 0;
}
h1 {
  font: 700 2.5em/1.2 'Open Sans', serif;
  color: #818181;
  margin: 0.5em 0;
}
h1 strong {
  color: #444444;
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.6em;
  }
}
p.intro {
  font: 300 1.3em/1.6 'Open Sans', serif;
  color: #444444;
  margin: 0 0 1.5em;
}
@media (max-width: 767px) {
  p.intro {
    font-size: 1.2em;
    line-height: 1.4;
  }
}
p.date {
  text-align: right;
  margin: 0;
  padding-top: 1.9em;
}
h2 {
  font: 700 2.2em/1.2 'Open Sans', serif;
  color: #818181;
  text-transform: uppercase;
}
h2 strong {
  color: #444444;
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.6em;
  }
}
h3 {
  font: 700 1.6em/1.2 'Open Sans', serif;
  color: #5D5D5D;
  text-transform: uppercase;
}
h4 {
  font: 700 1em/1.6 'Open Sans', sans-serif;
  margin: 1em 0 0 0;
  color: #444444;
}
h6 {
  font: 700 1.2em/1.6 'Open Sans', sans-serif;
  padding: 4em 0;
  margin: 0;
  background: #B1B1B1;
  text-align: center;
  display: block;
}
.content section a {
  color: #111111;
  border-bottom: 1px solid rgba(184, 42, 19, 0.75);
  text-decoration: none;
}
.content section a:hover {
  color: #8a1f0e;
}
.centered {
  text-align: center;
}
.content table th,
.content table td {
  padding: 0 0.5em 0.4em 0;
  vertical-align: top;
}
.btn {
  font: 700 1em/1.4 'Open Sans', sans-serif;
  display: inline-block;
  padding: 0.4em 1.2em;
  margin: 0.5em 0;
  color: #444444;
  text-decoration: none;
  background: transparent;
  border: 1px solid #5D5D5D;
  border-radius: 4px;
}
.btn.big-button {
  font: 700 1.6em/1.4 'Open Sans', sans-serif;
  text-align: left;
  padding: 0.5em 3em 0.5em 0.8em;
  position: relative;
  max-width: 18em;
  background: #EAEAEA;
  display: block;
  margin: 1em 0;
  border: none;
}
@media (max-width: 991px) {
  .btn.big-button {
    max-width: 100%;
    min-width: 0;
  }
}
.btn.big-button p {
  font: 400 0.6em/1.4 'Open Sans', sans-serif;
  margin: 0;
}
.btn.big-button strong {
  display: block;
  font: 700 1.6em/1.4 'Open Sans', sans-serif;
}
.btn.big-button:after {
  content: "";
  background: url(../img/chevron.svg) no-repeat center center;
  background-size: cover;
  height: 1.3em;
  width: 1.3em;
  display: block;
  position: absolute;
  top: 1em;
  right: 0.6em;
}
.yellow .btn.big-button {
  background: #FBD600;
}
.product-button-set {
  text-align: center;
}
.content section a {
  position: relative;
}
.content section a.brand {
  padding: 0.9em 1.6em 0.9em 3.8em;
  margin: 0.3em;
}
.content section a.brand:after {
  content: "";
  background-repeat: no-repeat;
  display: block;
  height: 2.4em;
  width: 2.4em;
  position: absolute;
  top: 0.5em;
  left: 0.7em;
}
.content section a.brand-homepage {
  border-color: #5D5D5D;
}
.content section a.brand-homepage:after {
  background-image: url(../img/icon-link-2.svg);
  top: 0.75em;
  left: 0.9em;
}
.content section a.brand-download {
  border-color: #5D5D5D;
}
.content section a.brand-download:after {
  background-image: url(../img/icon-pdf.svg);
  top: 0.75em;
  left: 0.9em;
}
.content section a.amazon {
  background: #FBD600;
  border-color: #FBD600;
}
.content section a.amazon:after {
  background-image: url(../img/icon-amazon.svg);
}
.content section a[href=''] {
  color: red !important;
  display: none;
}
.social-intro span {
  position: relative;
  top: -1.5em;
  margin-right: 1em;
}
.content section a {
  position: relative;
}
.content section a.social-icon {
  padding: 0.9em;
  margin: 0 0.2em;
  border: 1px solid #5D5D5D;
  border-radius: 500px;
  width: 3.6em;
  height: 3.6em;
  display: inline-block;
}
.content section a.social-icon:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 2em;
  width: 2em;
  position: absolute;
  top: 0.7em;
  left: 0.7em;
}
.content section a.icon-youtube:after {
  background-image: url(../img/icon-youtube.svg);
}
.content section a.icon-facebook:after {
  background-image: url(../img/icon-facebook.svg);
}
.content section a.icon-instagram:after {
  background-image: url(../img/icon-instagram.svg);
}
.no-social .social-intro {
  display: none;
}
.quote p {
  padding-right: 12%;
}
.quote blockquote {
  padding-left: 4em;
  position: relative;
  float: right;
  width: 24em;
  margin-right: 0;
}
.quote blockquote:after {
  position: absolute;
  top: -3px;
  left: 0;
  content: "";
  width: 3.8em;
  height: 2.4em;
  background: url(../img/quotes.svg) no-repeat;
  background-size: contain;
  display: block;
}
.quote blockquote p {
  color: #8E1B03;
  line-height: 42px;
  font: 300 italic 1.6em/1.4 'Open Sans', serif;
  margin: 0;
  padding: 0;
}
.quote blockquote small {
  font: 400 0.75em/1 'Open Sans', sans-serif;
  display: block;
  text-align: right;
  margin: 0.8em 0 0.5em;
}
.quote blockquote small:before {
  content: "";
}
@media (max-width: 570px) {
  .quote blockquote {
    float: none;
    width: auto;
    margin-left: 0;
    font-size: 80%;
    margin-bottom: 2em;
  }
}
.content ul {
  list-style: none;
}
.content ul li {
  position: relative;
}
.content ul li:before {
  content: "•";
  position: absolute;
  left: -1em;
  font-size: 1.4em;
  line-height: 1;
  color: #963E29;
}
.big-ul ul {
  list-style: none;
  background: #F6F5F2;
  padding: 1em 0em;
}
.big-ul ul li {
  font: 700 1em/1.4 'Open Sans', serif;
  color: #373737;
  padding: 0 0 0.5em 2.9em;
  position: relative;
}
.big-ul ul li:before {
  display: none;
}
.big-ul ul li:after {
  content: "";
  position: absolute;
  background: #fff;
  border: 1px solid #EAEAEA;
  height: 1em;
  width: 1em;
  display: block;
  border-radius: 10em;
  top: 0.1em;
  left: 1.1em;
}
ol {
  counter-reset: li;
  margin: 0 0 1em 0;
  padding: 0em;
}
ol > li {
  position: relative;
  margin: 0 0 0 0;
  padding: 1.3em 0 0.3em 3.6em;
  list-style: none;
  font: 1em/1.6 'Open Sans', sans-serif;
}
ol > li p {
  margin: 0;
  padding: 0;
}
ol > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 13px;
  left: 0;
  font: 800 1.6em/1.2 'Open Sans', serif;
  width: 1.2em;
  height: 1.2em;
  margin-right: 8px;
  padding: 5px;
  color: #fff;
  border-radius: 30em;
  background: #9c9c9c;
  text-align: center;
}
li ol,
li ul {
  margin-top: 6px;
}
ol ol li:last-child {
  margin-bottom: 0;
}
section.pdf-icons {
  margin-top: -5em;
}
section.pdf-icons ol {
  padding: 1em 0 1em;
}
section.pdf-icons ol > li {
  line-height: 1.3;
  padding: 1.1em 0 1.4em 3.6em;
  border-bottom: 1px solid #eaeaea;
}
section.pdf-icons ol > li:before {
  display: none;
}
section.pdf-icons ol > li:after {
  content: "";
  display: block;
  height: 2.7em;
  width: 2.7em;
  background: url(../img/pdf-icon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.5em;
  left: 0;
}
section.pdf-icons ol > li a {
  font-weight: bold;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
figure figcaption {
  font: 300 0.8em/1.4 'Open Sans', sans-serif;
  margin: 0.6em 0;
  color: #666;
}
.headings {
  text-align: center;
}
.pr-kontakt {
  font-size: 80%;
  padding: 0.5em 1.5em;
  border-left: 5px solid #EAEAEA;
  margin: 0;
}
@media (min-width: 768px) {
  header.header {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    display: block;
    background: #ffffffd6;
    backdrop-filter: blur(10px);
  }
  header.header .first-row {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #EAEAEA;
  }
  header.header .logo {
    text-align: center;
    margin: 0.6em auto 0.6em;
    width: 7em;
    float: left;
  }
  header.header .logo a {
    display: block;
    position: relative;
    z-index: 6;
  }
  header.header .logo img {
    height: auto;
  }
  header.header .support-nav nav {
    text-align: right;
  }
  header.header .support-nav nav ul li {
    display: inline-block;
  }
  header.header .support-nav nav ul li a {
    color: #5D5D5D;
    font: 300 0.7em/1.6 'Open Sans', sans-serif;
    padding: 0.2em 0 0.2em 1em;
    text-transform: uppercase;
  }
  .spacer {
    margin-top: 3.8em;
  }
  .spacer ul {
    display: block;
    overflow-x: hidden;
    white-space: nowrap;
  }
  .spacer ul li {
    display: inline-block;
    line-height: 2em;
    visibility: hidden;
  }
  .spacer ul li ul {
    display: none;
  }
  .start .spacer {
    margin-top: 1.8em;
  }
}
.language-switcher {
  margin-top: 1.3em;
  position: relative;
  margin-left: 1.3em;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .language-switcher {
    position: absolute;
    top: -0.3em;
    right: 0.8em;
  }
}
.language-switcher button.lang-toggle {
  border: none;
  background: transparent;
  outline: none !important;
}
.language-switcher button.lang-toggle img {
  width: 2.7em;
  height: auto;
}
.language-switcher .dropdown-menu {
  display: none;
  position: absolute;
  top: 2.6em;
  left: auto;
  right: 0;
  z-index: 10000000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.language-switcher .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
}
@media (max-width: 767px) {
  header.header {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10000;
    background: #fff;
    height: 3.6em;
    border-bottom: 1px solid #EAEAEA;
  }
  header.header .logo {
    text-align: center;
    margin: 0.2em auto 0;
  }
  header.header .logo img {
    width: 4.8em;
    height: auto;
  }
  nav.mobile-support {
    text-align: center;
  }
  nav.mobile-support ul {
    margin: 1em 0;
    padding: 0 1em 0 0;
  }
  nav.mobile-support ul li {
    display: inline-block;
  }
  nav.mobile-support ul li a {
    color: #5D5D5D;
    font: 300 0.7em/1.6 'Open Sans', sans-serif;
    padding: 0.2em 0 0.2em 1em;
  }
  .spacer {
    height: 0;
    overflow: hidden;
    margin-bottom: 5em;
  }
}
.burger-search {
  display: none;
}
@media (max-width: 767px) {
  .burger-search {
    display: block;
    margin-bottom: 0px;
    position: absolute;
    z-index: 1000;
    top: 0em;
    left: 0em;
    min-height: 3.5em;
  }
  .burger-search button {
    border: none;
    background: transparent;
    display: block;
    margin: 0 2px 0 0;
    outline: none;
  }
  .burger-search button.icon {
    height: 55px;
  }
  .burger-search button.burger-icon {
    margin-bottom: 0px;
    padding: 1.13em 0.83em;
    transition: background 0.4s ease-in-out;
  }
  .burger-search button.burger-icon path {
    transition: all 0.4s ease-in-out;
  }
  .burger-search button.burger-icon path#burger-upper {
    transform: rotate(0deg);
    transform-origin: 22px 1px;
  }
  .burger-search button.burger-icon path#burger-lower {
    transform: rotate(0deg);
    transform-origin: 23px 16px;
  }
  .burger-search button.burger-icon path#burger-middle {
    opacity: 1;
  }
  .burger-search button.burger-icon.close-button path#burger-upper {
    transform: translateX(-2px) rotate(-45deg);
  }
  .burger-search button.burger-icon.close-button path#burger-lower {
    transform: translateX(-2px) rotate(45deg);
  }
  .burger-search button.burger-icon.close-button path#burger-middle {
    opacity: 0;
  }
}
#search {
  min-height: 4.2em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-left: 0.6em;
  align-items: center;
  align-content: center;
  flex-shrink: 0;
}
#search button.search-toggle {
  border: none;
  background: transparent;
  outline: none !important;
}
#search button.search-toggle img {
  width: 1.4em;
  height: auto;
}
#search .icon-search {
  margin-top: -0.2em;
}
@media (max-width: 767px) {
  #search {
    display: none;
  }
}
.searchForm {
  height: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .searchForm {
    font-size: 40%;
  }
}
.searchForm.open {
  height: 6.6em;
}
.inputWrapper {
  box-sizing: border-box;
  border-bottom: 1px solid #EAEAEA;
  margin-left: 6em;
  position: relative;
  padding: 0.5em 0 0.5em 0;
}
.inputWrapper .icon-search {
  position: absolute;
  top: 1.4em;
  left: -6em;
  color: #EAEAEA;
  width: 4em;
  height: 4em;
}
.inputWrapper input {
  border: none;
  background: transparent;
  text-align: left;
  padding: 2px;
  font-size: 3em;
  line-height: 1.4;
  letter-spacing: -0.04em;
  width: 100%;
  color: #444444;
}
.inputWrapper input:focus {
  outline: none;
}
.inputWrapper ::-webkit-input-placeholder {
  color: #d1d1d1;
}
.nav-search-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.nav-search-wrapper .naviContainer {
  flex-grow: 1;
  flex-shrink: 1;
}
.nav-search-wrapper #search {
  flex-grow: 0;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li a {
  text-decoration: none;
}
.main-nav-container {
  display: none;
  position: relative;
}
@media (min-width: 768px) {
  .main-nav-container {
    display: block !important;
    height: 4.8em;
  }
  .sticky {
    position: fixed;
    top: 0;
    z-index: 100;
    background: #fff;
  }
  nav#nav ul {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: right;
  }
  nav#nav ul ul {
    display: none;
  }
  nav#nav ul li {
    display: inline-block;
    margin: 0;
    padding: 0 0.8em;
  }
  nav#nav ul li li {
    display: block;
  }
  nav#nav ul li.shop {
    padding: 0 1em 0 2.8em;
    position: relative;
  }
  nav#nav ul li.shop:after {
    content: "";
    position: absolute;
    top: 1.5em;
    left: 0.7em;
    height: 1.6em;
    width: 1.6em;
    background-size: contain;
  }
  nav#nav ul li a {
    transition: color 0.2s linear, border-color 0.2s linear;
    margin-bottom: 1.2em;
    font: 600 0.9em/1.6 'Open Sans', serif;
    color: #444444;
    padding: 1.8em 0 0.6em 0;
    white-space: nowrap;
    display: inline-block;
    text-align: center;
    border-bottom: 4px solid transparent;
    text-transform: uppercase;
  }
  nav#nav ul li.active > a {
    border-color: #FBD600;
  }
  nav#nav ul li li.inactive > a {
    background: #ffffff;
  }
  nav#nav ul li.active ul {
    display: none;
    visibility: visible;
    opacity: 1;
  }
  nav#nav ul > li > a {
    display: block;
    text-align: center;
  }
  nav#nav ul li a:hover {
    color: #B82A13;
    border-color: #B82A13;
  }
  nav#nav ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.1s;
  }
  nav#nav ul ul,
  nav#nav ul ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    visibility: hidden;
    display: none;
    position: absolute;
    z-index: 99999;
  }
  nav#nav ul ul {
    top: 80px;
    left: 0;
    min-width: 100%;
    text-align: center;
  }
  nav#nav ul ul li ul {
    top: 0;
  }
  nav#nav ul ul li {
    display: inline-block;
    border: 0 none;
    padding: 10px 10px;
  }
  nav#nav ul ul li.hasChilds:after {
    content: "\f105";
    position: absolute;
    bottom: 5px;
    right: 8px;
    font-family: fontawesome;
    font-size: 16px;
    color: #ffffff;
  }
  nav#nav ul ul li a {
    background: none;
    text-decoration: none;
    display: block;
    clear: both;
    font-size: 0.8em;
    text-align: left;
    white-space: normal;
    margin: 0;
    font-weight: 600;
    padding: 0.5em 0 0.2em 0;
    border-width: 3px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  header {
    font-size: 80%;
  }
  header nav#nav > ul > li {
    padding: 0 0.6em;
  }
  header nav#nav > ul > li > a {
    padding: 2.1em 0 0.6em 0;
  }
  header nav#nav ul ul {
    top: 72px;
  }
}
@media (min-width: 768px) {
  .second-row {
    position: relative;
    width: 100%;
  }
  .second-row ul {
    border-bottom: 1px solid #EAEAEA;
    display: flex;
    justify-content: center;
    list-style: none;
    height: 3.6em;
    margin: 0;
    padding: 0;
    gap: 0.5em;
  }
  .second-row ul li {
    padding: 10px;
  }
  .second-row ul li a {
    transition: color 0.2s linear, border-color 0.2s linear;
    margin-bottom: 1.2em;
    font: 600 0.8em/1.6 'Open Sans', serif;
    color: #444444;
    padding: 0.6em 0 0.6em 0;
    white-space: nowrap;
    display: inline-block;
    text-align: center;
    border-bottom: 4px solid transparent;
    text-decoration: none;
    text-transform: uppercase;
  }
  .second-row ul li a.active {
    border-color: #FBD600;
  }
  .second-row ul li li.inactive > a {
    background: #ffffff;
  }
  .second-row ul li.active ul {
    display: none;
    visibility: visible;
    opacity: 1;
    border-color: #FBD600;
  }
  .second-row ul > li > a {
    display: block;
    text-align: center;
  }
  .second-row ul li a:hover {
    color: #B82A13;
    border-color: #B82A13;
  }
}
.spacer {
  height: 1em;
}
@media (min-width: 768px) {
  .spacer {
    height: 3em;
  }
  body:has(#h_nav) .spacer {
    height: 7em;
  }
}
@media (max-width: 767px) {
  .second-row {
    display: none;
  }
  .open .main-nav-container {
    display: block;
  }
  .main-nav-container {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 4em 1.5em 0 2em;
  }
  .main-nav {
    height: 100%;
    display: block;
    overflow: auto;
  }
  .support-nav {
    display: none;
  }
  .naviContainer {
    position: relative;
  }
  nav#nav {
    /* Drop-Down Navigation */
  }
  nav#nav ul {
    margin: 0;
    padding: 1em 0;
    position: relative;
    display: block;
    width: 100%;
    padding-right: 0.6em;
  }
  nav#nav ul ul {
    display: block;
    padding-bottom: 2em;
  }
  nav#nav ul li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
  }
  nav#nav ul li:hover,
  nav#nav ul li:focus,
  nav#nav ul li:active {
    background: transparent;
  }
  nav#nav ul li a {
    transition: color 0.2s linear, border-color 0.2s linear;
    font: 600 1.3em/1.6 'Open Sans', serif;
    color: #444444;
    padding: 0.4em 0 0 0;
    margin: 0 0 0.2em 0.6em;
    white-space: nowrap;
    display: inline-block;
    border-bottom: 4px solid transparent;
    text-transform: uppercase;
  }
  nav#nav ul li a:hover,
  nav#nav ul li a:focus,
  nav#nav ul li a:active {
    background: transparent;
  }
  nav#nav ul li.active > a {
    border-color: #FBD600;
  }
  nav#nav ul li.active > ul {
    display: block;
  }
  nav#nav ul ul,
  nav#nav ul ul li ul {
    list-style: none;
    margin: 0;
    padding: 0 0 1em 0;
    display: none;
    position: relative;
  }
  nav#nav ul li {
    clear: both;
    width: 100%;
    border: 0 none;
  }
  nav#nav ul li.hasChilds:after {
    content: "";
    display: block;
    background: url(/assets/img/chevron.svg);
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    top: 0.9em;
    right: 0.2em;
    color: #ffffff;
    transition: transform 0.4s;
  }
  nav#nav ul li.active.hasChilds:after,
  nav#nav ul li.hasChilds.selected:after {
    transform: rotate(90deg);
  }
  nav#nav ul li.shop {
    padding: 0 1em 0 2.8em;
    position: relative;
  }
  nav#nav ul li.shop:before {
    content: "";
    position: absolute;
    top: 0.6em;
    left: 0.7em;
    height: 2em;
    width: 2em;
    background: url(../img/icon-shopping-cart.svg) no-repeat center;
    background-size: contain;
  }
  nav#nav ul ul li a {
    background: none;
    padding: 0.6em 0 0em;
    text-decoration: none;
    display: inline-block;
    border-width: 2px;
    clear: both;
    font-size: 0.8em;
    text-align: left;
    white-space: normal;
    margin-left: 3em;
  }
}
section:first-of-type.hero {
  margin-bottom: -2em;
  padding: 0;
  margin-top: -2.3em;
  height: 31vw;
  overflow: hidden;
}
@media (max-width: 767px) {
  section:first-of-type.hero {
    margin-top: -2.4em;
    height: 53vw;
  }
}
@media (max-width: 480px) {
  section:first-of-type.hero {
    margin-top: -2.6em;
    height: 72vw;
  }
}
section:first-of-type.hero .hero-image img {
  width: 100%;
}
@media (max-width: 767px) {
  .flexslider {
    margin-top: 3.4em !important;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    margin-top: 4.4em;
  }
}
@media (max-width: 767px) {
  .start .content-wrapper {
    margin-top: 0;
  }
}
.content {
  position: relative;
}
@media (max-width: 767px) {
  .content {
    font-size: 86%;
    margin-top: -1.2em;
  }
}
@media (max-width: 991px) {
  .content {
    font-size: 86%;
  }
}
.content nav.breadcrumb {
  text-align: center;
  margin: 2.5em 0 0;
}
@media (max-width: 767px) {
  .content nav.breadcrumb {
    margin-top: 1.1em;
    padding: 0 1.5em;
  }
}
.content nav.breadcrumb ul li {
  display: inline-block;
}
.content nav.breadcrumb ul li:before {
  display: none;
}
.content nav.breadcrumb ul li a {
  font: 300 0.7em/1.6 'Open Sans', serif;
  color: #777777;
  padding: 0 0.3em 0 0;
  border-bottom: 0;
}
.content nav.breadcrumb ul li a:after {
  content: "/";
  display: inline-block;
  padding: 0 0 0 0.6em;
}
.content nav.breadcrumb ul li .inactive {
  font: 700 0.7em/1.6 'Open Sans', serif;
  color: #5e5e5e;
}
.content nav.breadcrumb ul li .inactive:after {
  content: "";
}
.start .content nav.breadcrumb {
  margin: 2.5em 0 3.5em;
}
.start .content {
  padding-bottom: 2em;
}
.embed-container iframe {
  border: none;
}
.dse,
.blocksgrid {
  font-family: 'Open Sans', sans-serif;
}
.dse > ol,
.blocksgrid > ol {
  margin-left: 1em;
}
.dse ol li:before,
.blocksgrid ol li:before,
.dse ol li:after,
.blocksgrid ol li:after {
  display: none;
}
.dse ol,
.blocksgrid ol {
  margin: 0 0 1em 1em;
}
.dse ol li,
.blocksgrid ol li {
  padding: 0.3em 0 0.3em 0.6em;
  list-style: upper-alpha;
  font-weight: bold;
  font-size: 1.1em;
}
.dse ol li ol li,
.blocksgrid ol li ol li {
  list-style: upper-roman;
  font-weight: normal;
  font-size: 1em;
}
.dse ol li ol li ol li,
.blocksgrid ol li ol li ol li {
  list-style: decimal;
}
.dse ol li ol li ol li ol li,
.blocksgrid ol li ol li ol li ol li {
  list-style: lower-alpha;
}
.dse ol li ol li ol li ol li ul li,
.blocksgrid ol li ol li ol li ol li ul li {
  list-style: disc;
}
.teaser-section {
  padding-top: 1em;
  padding-bottom: 3em;
}
.teaser-section .teaser-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  .teaser-section .teaser-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .teaser-section .teaser-wrapper {
    display: block;
  }
}
.teaser-section .teaser-wrapper .teaser {
  background: #F3F3F3;
  margin: 10px;
  width: 200px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 260px;
}
@media (max-width: 767px) {
  .teaser-section .teaser-wrapper .teaser {
    width: auto;
  }
}
.teaser-section .teaser-wrapper .teaser a {
  background: #F3F3F3;
  text-decoration: none;
  border: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  transform: scale(1);
  transition: transform 0.2s;
}
.teaser-section .teaser-wrapper .teaser a:hover {
  transform: scale(1.05);
}
.teaser-section .teaser-wrapper .teaser .teaser-body {
  padding: 0.3em 1em 1em;
}
.teaser-section .teaser-wrapper .teaser .teaser-body h3 {
  border: none;
  margin: 0.5em 0 0 0;
  padding: 0;
}
.teaser-section .teaser-wrapper .teaser .teaser-body h2 {
  font-size: 1.3em;
}
.teaser-section .teaser-wrapper .teaser .teaser-body p {
  font-size: 0.9em;
  color: #444444;
}
.teaser-section.negativ {
  background: #fff;
}
.teaser-section.negativ .teaser {
  background: #F6F5F2;
}
.teaser-section .teaser-wrapper .teaser.red {
  background: #e7e5dd;
}
.teaser-section.product-teaser {
  /*
    @media (min-width:481px) {
      .teaser:nth-of-type(1) {
        order: 1;
      }
      .teaser:nth-of-type(2) {
        order: 2;
      }
      .teaser:nth-of-type(3) {
        order: 4;
      }
      .teaser:nth-of-type(4) {
        order: 3;
      }
      .teaser:nth-of-type(5) {
        order: 5;
      }
      .teaser:nth-of-type(6) {
        order: 6;
      }
      .teaser:nth-of-type(7) {
        order: 7;
      }
      .teaser:nth-of-type(8) {
        order: 8;
      }
    }
    */
}
.teaser-section.product-teaser .teaser {
  width: 100%;
  flex-basis: 100%;
  flex-shrink: 1;
  margin: 0;
  background: transparent;
}
.teaser-section.product-teaser .teaser a {
  background: transparent;
  display: block;
  transform: none !important;
}
.teaser-section.product-teaser .teaser.half {
  width: 50%;
  flex-basis: 50%;
  flex-shrink: 1;
  flex-grow: 0;
}
@media (max-width: 480px) {
  .teaser-section.product-teaser .teaser.half {
    width: 100%;
    flex-basis: 100%;
  }
}
.teaser-section.product-teaser .teaser .teaser-carrier {
  padding: 10px;
}
@media (max-width: 480px) {
  .teaser-section.product-teaser .teaser-wrapper {
    display: block;
  }
}
.teaser-section.presse-teaser .teaser.third {
  background: transparent;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 31%;
  max-width: 33%;
  margin: 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.teaser-section.presse-teaser .teaser.third .teaser-carrier {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.teaser-section.presse-teaser .teaser.third .teaser-carrier .image-wrapper {
  height: 12em;
  padding: 1.8em;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  position: relative;
}
.teaser-section.presse-teaser .teaser.third .teaser-carrier .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  min-width: 42%;
  max-width: 80%;
  object-fit: contain;
}
.teaser-section.presse-teaser .teaser.third .teaser-carrier .text-wrapper {
  flex-grow: 1;
  padding: 1em 0 0;
}
.teaser-section.presse-teaser .teaser.third .teaser-carrier .text-wrapper a {
  transition: none!important;
  background: transparent;
  color: #444444;
}
.teaser-section.presse-teaser .teaser.third .teaser-carrier .text-wrapper a:hover {
  transform: none;
  color: #444444;
}
.teaser-section.presse-teaser .teaser.third .teaser-carrier .text-wrapper .date {
  display: block;
  margin-top: 0.5em;
}
.teaser-section.presse-teaser .teaser.third .teaser-carrier .text-wrapper h4 {
  margin-top: 0.5em;
}
.teaser-section.presse-teaser .teaser.third .teaser-carrier .text-wrapper p {
  margin: 0.5em 0;
}
.teaser-section.presse-teaser .teaser.third .teaser-carrier a.btn {
  display: inline-block;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  background: transparent;
  margin-bottom: 1em;
}
.start-teaser {
  padding-top: 0;
  padding-bottom: 20px;
}
.start-teaser.gray {
  background: transparent;
  padding-top: 0;
  padding-bottom: 20px;
}
.start-teaser.gray .grid {
  background: var(--gray-lightest);
}
.start-teaser .blocks h2,
.start-teaser .blocks h3,
.start-teaser .blocks p,
.start-teaser .blocks ul {
  margin: 1.4rem;
}
.start-teaser .blocks h2 {
  font-size: 1.5em;
}
.start-teaser .teaser-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 480px) {
  .start-teaser .teaser-wrapper {
    flex-direction: column;
  }
}
.start-teaser .teaser {
  width: 100%;
  flex-basis: 100%;
  flex-shrink: 1;
  background: var(--gray-lightest);
}
.start-teaser .teaser a {
  background: transparent;
  display: flex;
  flex-direction: column;
  height: 100%;
  transform: none !important;
  text-decoration: none;
}
.start-teaser .teaser figure {
  flex: 1 auto;
}
.start-teaser .teaser figure img {
  max-width: 100%;
  object-fit: contain;
}
.start-teaser .teaser.zweiDrittelGelb,
.start-teaser .teaser.zweidrittelGrau {
  flex-basis: 48.5%;
  flex-shrink: 1;
  flex-grow: 1;
  background: #ECF8FF;
}
.start-teaser .teaser.zweiDrittelGelb img,
.start-teaser .teaser.zweidrittelGrau img {
  padding: 15px;
}
.start-teaser .teaser.zweidrittelGrau {
  background: #eee;
}
.start-teaser .teaser.einDrittel {
  flex-basis: 40%;
  flex-shrink: 1;
  flex-grow: 0;
}
.start-teaser .teaser.einDrittel figure {
  position: relative;
}
.start-teaser .teaser.einDrittel figure img {
  min-height: 100%;
  object-fit: cover;
  max-width: 100%;
}
.start-teaser .teaser.fullBlau {
  width: 100%;
}
.start-teaser .teaser.fullBlau a {
  width: 100%;
  flex-basis: 100%;
  flex-shrink: 1;
  background: #ECF8FF;
  display: flex;
  flex-direction: row-reverse;
  border: none;
}
.start-teaser .teaser.fullBlau .teaser-image {
  background-size: cover;
  max-width: 50%;
  width: 64%;
}
.start-teaser .teaser.fullBlau .teaser-body img {
  max-width: 20em;
}
@media (max-width: 767px) {
  .start-teaser .teaser.fullBlau .teaser-body img {
    max-width: 100%;
  }
}
.start-teaser .teaser .teaser-body {
  padding: 0em 1.4em 0em;
}
.start-teaser .teaser .teaser-body h2 {
  font-size: 1.5em;
}
.start-teaser .teaser img {
  /*  height: auto;
      margin: auto;
      display: block;
      max-width:none; */
}
.start-teaser .teaser.fullBlau-video {
  width: 100%;
}
.start-teaser .teaser.fullBlau-video > div {
  width: 100%;
  flex-basis: 100%;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
  border: none;
}
.start-teaser .teaser.fullBlau-video .teaser-body {
  flex-grow: 1;
  max-width: 37%;
}
.start-teaser .teaser.fullBlau-video .teaser-image {
  background-size: cover;
  width: 64%;
}
.start-teaser .teaser.fullBlau-video .teaser-image .embed-container {
  padding-top: 0;
}
@media (max-width: 767px) {
  .start-teaser .teaser.fullBlau-video > div {
    flex-direction: column;
  }
  .start-teaser .teaser.fullBlau-video .teaser-body {
    max-width: 100%;
  }
  .start-teaser .teaser.fullBlau-video .teaser-image {
    width: 100%;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .spacer + .start-teaser {
    margin-top: 6em;
  }
}
@media (max-width: 767px) {
  .start-teaser .teaser {
    width: auto !important;
    flex-basis: 100% !important;
  }
  .start-teaser .teaser .teaser-image {
    padding-top: 50%;
  }
  .start-teaser .teaser.fullBlau a {
    flex-direction: column;
  }
  .start-teaser .teaser.fullBlau .teaser-image {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.news-teaser-content-wrapper:before,
.news-teaser-content-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.news-teaser-content-wrapper:after {
  clear: both;
}
.news-teaser_image-container {
  float: right;
  max-width: 30%;
  min-width: 100px;
  height: auto;
  margin-top: 1.3em;
  margin-left: 15px;
  margin-bottom: 1.3em;
}
#19237 {
  padding: 4em 0;
}
.teaser-section.brandstore-teaser .teaser {
  background: #ecf8ff;
  background: linear-gradient(180deg, #ecf8ff 0%, #ffffff 42%, #ffffff 56%, #ececec 100%);
}
.teaser-section.brandstore-teaser .brandstore-headline {
  padding: 2em 1em;
}
@media (min-width: 992px) {
  .teaser-section.brandstore-teaser .brandstore-headline {
    padding: 6em 2em 2em;
  }
}
.teaser-section.brandstore-teaser .brandstore-headline img {
  width: 100%;
  height: auto;
  max-width: 48em;
  margin: auto;
  display: block;
}
.teaser-section.brandstore-teaser .teaser-body h2 {
  text-align: center;
  font-size: 1.5em !important;
}
.teaser-section.brandstore-teaser .teaser-body h2 span {
  white-space: nowrap;
}
.teaser-section.brandstore-teaser .brandstore-grid {
  margin: 1em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5em;
}
@media (min-width: 768px) {
  .teaser-section.brandstore-teaser .brandstore-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .teaser-section.brandstore-teaser .brandstore-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
.teaser-section.brandstore-teaser .brandstore-grid__item img {
  width: 100%;
  height: 6em;
  max-width: 100%;
}
.start-teaser.gray figure {
  display: flex;
  justify-content: center;
}
.start-teaser.gray figure img {
  max-width: 100%;
  height: auto;
  max-height: 27em;
  width: auto;
}
.element.hnotice,
.element .hnotice {
  visibility: hidden;
}
.form {
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}
@media (min-width: 768px) {
  .form {
    display: grid;
  }
}
.form .form__element {
  margin-bottom: 1.4em;
  display: block;
  position: relative;
}
.form .form__element--full-width {
  grid-column: 1 / -1;
}
.form .form__element--mandatory {
  position: absolute;
  left: -9999px;
}
.form .form__sub-element {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.form .field--inline {
  display: flex;
  gap: 20px;
}
.form .alert.error {
  color: red;
  Font-weight: bold;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form textarea,
.form .select-container,
.form .uploader {
  background: #fff;
  color: #444444;
  padding: 0.4em 1em;
  border-radius: 0;
  border: 1px solid #ccc;
  width: 100%;
  font: 1em/2 'Open Sans', sans-serif;
}
.form input[type="text"].short-left,
.form input[type="email"].short-left,
.form input[type="tel"].short-left,
.form textarea.short-left,
.form .select-container.short-left,
.form .uploader.short-left,
.form input[type="text"].short-right,
.form input[type="email"].short-right,
.form input[type="tel"].short-right,
.form textarea.short-right,
.form .select-container.short-right,
.form .uploader.short-right,
.form input[type="text"].short-middle,
.form input[type="email"].short-middle,
.form input[type="tel"].short-middle,
.form textarea.short-middle,
.form .select-container.short-middle,
.form .uploader.short-middle {
  width: 33%;
}
.form input[type="text"].short-right,
.form input[type="email"].short-right,
.form input[type="tel"].short-right,
.form textarea.short-right,
.form .select-container.short-right,
.form .uploader.short-right {
  border-left: 0;
}
.form input[type="text"].short-left,
.form input[type="email"].short-left,
.form input[type="tel"].short-left,
.form textarea.short-left,
.form .select-container.short-left,
.form .uploader.short-left {
  border-right: 0;
}
.form input[type="text"].short-middle,
.form input[type="email"].short-middle,
.form input[type="tel"].short-middle,
.form textarea.short-middle,
.form .select-container.short-middle,
.form .uploader.short-middle {
  border-left: 0;
  border-right: 0;
}
.form input[type="checkbox"] {
  margin-right: 0.5em;
}
.form input[type="radio"] {
  margin-right: 0.2em;
}
.form textarea {
  min-height: 7em;
}
.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  z-index: 1;
  cursor: pointer;
}
.form .select-container {
  position: relative;
  padding-right: 0;
}
.form .select-container:after {
  content: "";
  background: url(/assets/img/chevron-down.svg) no-repeat center 1.1em;
  position: absolute;
  top: 0em;
  right: 0.1em;
  height: 100%;
  width: 2.5em;
  border-left: 1px solid #ccc;
  cursor: pointer;
}
.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}
.form label {
  font: 700 0.9em/1.4 'Open Sans', sans-serif;
  color: #5D5D5D;
  padding-top: 0.7em;
  padding-bottom: 0.3em;
  display: block;
}
.form label.required:after,
.form label abbr {
  content: "*";
  color: red;
  margin-left: 0.2em;
  border: none !important;
  text-decoration: none;
}
.form label.inline-label {
  display: inline-block;
  font: 700 1em/1 'Open Sans', sans-serif;
  margin-right: 1em;
}
.form label.inline-block-label {
  font: normal 0.9em/1.4 'Open Sans', sans-serif;
  padding: 0 0.2em 0 0.4em;
  margin: -0.2em 0 0 0;
}
.form label.inline-block-label a {
  font-weight: bold;
  border-bottom: 2px solid #FBD600;
  text-decoration: none;
  color: #777;
}
.form .btn {
  font-weight: 700;
  color: #fff;
  padding: 0.4em 2em;
  background: #5D5D5D;
  border-radius: 3px;
  border: none;
}
.form p.descriptive {
  color: #5D5D5D;
  font: 0.9em/1.4 'Open Sans', sans-serif;
  margin-bottom: 0.4em;
}
.i-button {
  border: 0;
  background: transparent;
  outline: none !important;
  position: absolute;
  margin-left: 0.8em;
  top: 0.5em;
}
.i-button img {
  width: 1.1em;
  height: 1.1em;
}
.reklamation {
  display: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .matrix {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .matrix {
    grid-template-columns: repeat(4, 1fr);
  }
}
.matrix__item {
  background: #f4f4f4;
  padding: 15px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .matrix__item {
    margin-bottom: 20px;
  }
}
.matrix__item--wide {
  grid-column: span 2;
}
.matrix__upper {
  display: flex;
  align-items: center;
  flex: 0 0 200px;
}
.matrix__checkbox {
  transform: scale(2);
  padding-left: 5px;
}
.matrix__image {
  flex: 1 1 auto;
}
.matrix__image img {
  max-height: 200px;
}
.matrix__text {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.matrix__text h2 {
  font-size: 1.1rem;
  color: black;
  margin-bottom: 0;
}
.matrix__text p {
  font-weight: 600;
  flex-grow: 1;
  margin: 10px 0 10px;
  line-height: 1.2;
}
.modal-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.7);
  padding-top: 80px;
}
.modal-popup-outer {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  height: 100%;
}
.modal-popup-inner {
  max-width: 800px;
  background: #fff;
  box-shadow: 0 7px 40px rgba(0, 0, 0, 0.3);
  margin: auto;
  padding: 1em;
  position: relative;
  overflow: auto;
}
.modal-popup-inner:before,
.modal-popup-inner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-popup-inner:after {
  clear: both;
}
.modal-popup-inner h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 0em 0.4em 0;
  margin: 0 0em 1em 0;
}
.modal-popup-inner button {
  background: url(/assets/img/icon-times-desktop.svg) no-repeat center center;
  border: none;
  height: 1.5em;
  width: 1.5em;
  display: inline-block;
  position: absolute;
  padding: 0.5em;
  right: 1.4em;
  top: 1.6em;
}
@media (max-width: 767px) {
  .modal-popup-outer {
    height: 100%;
    width: 100%;
  }
  .modal-popup-inner {
    overflow-y: auto;
    margin-top: 20px;
  }
  .modal-popup-inner .image,
  .modal-popup-inner .text {
    float: none;
  }
  .modal-popup-inner button {
    position: absolute;
  }
}
@media (max-width: 768px) {
  .reverse .grid > .column:nth-child(1) {
    order: 1;
  }
  .reverse .grid > .column:nth-child(2) {
    order: -1;
  }
}
@media (max-width: 768px) {
  #psJobWidget {
    margin-top: 3em;
  }
}
.download-button {
  margin-top: 0;
  padding-top: 0;
}
.gray {
  background: var(--gray-lightest);
}
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0);
  }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: none;
    padding: 0;
  }
  /* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
  .featherlight * {
    /* See https://github.com/noelboss/featherlight/issues/42 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight-next,
  .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: rgba(0, 0, 0, 0);
  }
  .featherlight-previous {
    left: 25px;
    right: 80%;
  }
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25);
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    /* center horizontally */
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    /* center vertically */
    margin-top: -40px;
    text-shadow: 0px 0px 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: normal;
  }
  .featherlight-next span {
    right: 5%;
    left: auto;
  }
  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block;
  }
  .featherlight-swipe-aware .featherlight-next,
  .featherlight-swipe-aware .featherlight-previous {
    display: none;
  }
  /* Hide navigation while loading */
  .featherlight-loading .featherlight-previous,
  .featherlight-loading .featherlight-next {
    display: none;
  }
}
/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none;
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: block;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }
  .featherlight-previous {
    left: 10px;
    right: 85%;
  }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}
section {
  padding: 1em 0 4em 0;
  background: transparent;
}
section:first-of-type {
  padding-top: 0;
}
section.gray {
  background-color: #F3F3F3;
  padding: 3em 0;
}
section.gray + section {
  padding-top: 4em;
}
section.top-lined {
  padding: 0em 0;
}
section.top-lined .container {
  border-top: 1px solid #EAEAEA;
}
section.single-headline {
  padding: 4em 0 0;
  margin-bottom: -4em;
}
section.single-headline.margin-bottom {
  margin: 0;
}
section.full-width-image {
  padding: 0 0;
}
section.video {
  padding: 0;
}
section.pr-kontakt-wrapper {
  padding: 0;
  margin-top: -2em;
  margin-bottom: 2em;
}
.start section:last-of-type {
  padding: 0;
  margin: 0;
}
.zeitstrahl ul {
  margin: 3em 0 0 0;
  padding: 0;
  position: relative;
  list-style: none;
}
.zeitstrahl ul:after {
  content: "";
  width: 5px;
  height: 99%;
  background: #5D5D5D;
  display: block;
  position: absolute;
  top: -1em;
  left: 1.75em;
}
.zeitstrahl li {
  position: relative;
  padding: 0 0 3.2em 5.8em;
}
.zeitstrahl li:before {
  display: none;
}
.zeitstrahl li:last-child {
  background: #fff;
  z-index: 3;
}
.zeitstrahl li h4 {
  position: absolute;
  left: 0;
  top: -2em;
  color: #fff;
  background: #5D5D5D;
  display: block;
  border-radius: 100%;
  text-align: center;
  height: 3.1em;
  width: 3.1em;
  font: 800 1.2em/3.1 'Open Sans', serif;
  z-index: 2;
}
.zeitstrahl li p {
  margin: 0;
  padding: 0;
}
.gray.zeitstrahl ul li:last-child {
  background: #F3F3F3;
}
.perks .slider {
  margin: 1em 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
}
@media (max-width: 480px) {
  .perks .slider {
    -webkit-flex-wrap: wrap;
  }
}
.perks .slider:after {
  display: none;
}
.perks .slider li,
.perks .slider > div {
  position: relative;
  padding: 0.4em 0.1em 1.6em;
  width: 50%;
  display: inline-block;
  line-height: 1.2;
}
.perks .slider li p,
.perks .slider > div p {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
@media (min-width: 480px) {
  .perks .slider li,
  .perks .slider > div {
    width: 33%;
  }
}
@media (min-width: 992px) {
  .perks .slider li,
  .perks .slider > div {
    width: 25%;
  }
}
.perks .slider li img,
.perks .slider > div img {
  display: block;
  margin: 0.4em auto;
  max-width: 4.8em;
}
.werte .slider {
  margin: 0;
  padding: 0;
}
.werte .slider li,
.werte .slider > div {
  position: relative;
  padding: 0.2em 0 0.2em 8em;
  margin: 0;
}
.werte .slider li:before,
.werte .slider > div:before {
  display: none;
}
.werte .slider li img,
.werte .slider > div img {
  position: absolute;
  top: 1.4em;
  left: 0;
  height: auto;
  width: 6.6em;
}
.werte .slider li h3,
.werte .slider > div h3 {
  margin: 1em 0 0;
  padding: 0;
}
.beige-box {
  background: #F6F5F2 url(../img/logo-outline.svg) no-repeat;
  background-position: right center;
  padding-top: 2em;
  padding-bottom: 2em;
  min-height: 20em;
}
.beige-box.beige-box-reverse {
  background-position: left center;
}
.beige-box em {
  font: 600 1.8em/1.6 'Open Sans', serif;
  color: #444444;
  font-variant: normal;
}
.white-box {
  background: #fff url(../img/logo-outline.svg) no-repeat;
  background-position: right center;
  padding-top: 3em;
  padding-bottom: 3em;
}
.white-box.beige {
  background-color: #F6F5F2;
  margin: 1em 0;
}
.team .team-inner {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.team .team-member {
  flex-grow: 0;
  flex-shrink: 0;
  width: 25%;
  padding: 20px;
  text-align: center;
}
.team .team-member figure {
  margin: 1em 1em;
}
.team .team-member h3 {
  border-bottom: 0;
}
.team .team-member .team-image {
  padding: 1em;
  text-align: center;
}
.team .team-member .team-image img {
  width: 180px;
  height: auto;
  max-width: 100%;
  border-radius: 60em;
  background: #EAEAEA;
}
.team .team-member figcaption {
  margin-top: 1em;
  margin-bottom: 1em;
}
.team .team-member figcaption h3 {
  font-size: 1.1rem;
  text-transform: none;
}
.team .team-member figcaption p {
  font-size: 0.85rem;
}
@media (max-width: 991px) {
  .team .team-member {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .team .team-member {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .team .team-member {
    width: 100%;
  }
}
.impressions {
  margin-top: 2em;
  margin-bottom: 2em;
}
.impressions .image {
  background-color: #F6F5F2;
  margin: 5px;
}
@media (max-width: 767px) {
  .impressions .image {
    padding-top: 38%;
    min-height: 10em;
  }
}
.impressions .image-wrapper {
  display: flex;
  flex-direction: row;
  margin: 0 -5px 0 -5px;
}
@media (max-width: 767px) {
  .impressions .image-wrapper {
    flex-direction: column;
  }
}
.impressions .image-wrapper .big-image {
  width: 60%;
}
@media (max-width: 767px) {
  .impressions .image-wrapper .big-image {
    width: auto;
  }
}
.impressions .image-wrapper .image-vert-wrapper {
  display: flex;
  flex-direction: column;
  width: 42%;
}
@media (max-width: 767px) {
  .impressions .image-wrapper .image-vert-wrapper {
    width: 100%;
  }
}
.impressions .image-wrapper .image-vert-wrapper .small-image {
  padding-top: 38%;
  min-height: 10em;
}
.two-col_text-small {
  padding: 2em 0 2em 0;
}
.two-col_text-headline {
  margin-bottom: 2em;
}
.map-box iframe {
  min-height: 20em;
  width: 100%;
}
.kasten {
  border: 1px solid #e1ded4;
  padding: 0em 1.3em;
  margin: 1em 0 1.4em;
}
.kasten p {
  font: 600 italic 1em/1.4 'Open Sans', serif;
}
.text_map {
  background: #F6F5F2 url(/custom/frontend/img/map.png) no-repeat;
  background-position: right top;
  background-size: contain;
  min-height: 25em;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media (max-width: 1199px) {
  .text_map {
    background-position: 20em top;
  }
}
@media (max-width: 769px) {
  .text_map {
    background-position: 10em top;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .text_map {
    background: #F6F5F2;
  }
}
.text_map h3 {
  border: 0;
  margin-bottom: 0;
}
.text_map ul {
  list-style: none;
  background: transparent;
  padding: 0em 0em;
}
.text_map ul li {
  font: 700 1em/1.4 'Open Sans', serif;
  color: #373737;
  padding: 0 0 0.5em 2.9em;
  position: relative;
}
.text_map ul li:before {
  display: none;
}
.text_map ul li:after {
  content: "";
  position: absolute;
  background: #fff;
  border: 1px solid #EAEAEA;
  height: 1em;
  width: 1em;
  display: block;
  border-radius: 10em;
  top: 0.1em;
  left: 1.1em;
}
.text_map ul li span {
  background: #93B982;
  border-radius: 4px;
  display: inline-block;
  padding: 0.1em 0.2em;
  color: #fff;
  font: 0.9em/1 'Open Sans', sans-serif;
}
.content section.content-galerie {
  border-top: 1px solid #EAEAEA;
}
.content section a.gallery {
  display: inline-block;
  text-decoration: none;
  border-bottom: 0;
  margin-right: 0.85em;
  margin-bottom: 0.65em;
}
.content section .galerie-image-holder {
  width: 210px;
  height: 130px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #EAEAEA;
}
.faq-item {
  border-bottom: 1px solid #EAEAEA;
}
.faq-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.faq-item ul li {
  margin: 0 0 0 3.3em;
  padding: 1em 0 1.5em 2.8em;
  position: relative;
}
.faq-item ul li:before {
  display: none;
}
.faq-item ul li:after {
  content: "";
  display: block;
  height: 2.5em;
  width: 2em;
  background: url(../img/icon-question.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.faq-item ul li p {
  margin: 0;
  padding: 0 0 0 0;
}
.faq-item .faq-toggle {
  padding-left: 3.2em;
  position: relative;
  cursor: pointer;
}
.faq-item .faq-toggle:after {
  content: "";
  display: block;
  height: 2.5em;
  width: 2.5em;
  background-image: url(../img/plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -0.2em;
  left: 0;
  transition: background-image 0.4s;
}
.faq-item .faq-toggle.open:after {
  background-image: url(../img/minus.svg);
}
.faq-item .toggled-content {
  display: none;
}
.small-brand-logos {
  padding: 2.5em 0;
}
@media (min-width: 768px) {
  .small-brand-logos {
    padding: 5em 0;
  }
}
.small-brand-logos .logo-carrier {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: auto;
  gap: 0.6em;
  padding-bottom: 5px;
  border-bottom: 1px solid #dedede;
}
@media (min-width: 992px) {
  .small-brand-logos .logo-carrier {
    flex-wrap: nowrap;
  }
}
.small-brand-logos .logo-carrier .logo-item {
  flex-grow: 1;
  flex-shrink: 1;
}
@media (max-width: 480px) {
  .small-brand-logos .logo-carrier .logo-item {
    width: 25%;
  }
}
.small-brand-logos .logo-carrier .logo-item a {
  border: none;
  display: block;
  text-align: center;
}
.small-brand-logos .logo-carrier .logo-item a img {
  max-height: 6em;
  max-width: 100%;
  transform: scale(1);
  transition: transform 0.2s;
}
.small-brand-logos .logo-carrier .logo-item a:hover img {
  transform: scale(1.2);
}
footer .small-brand-logos {
  padding: 0;
}
footer .small-brand-logos .logo-carrier {
  margin: 0 -10px;
  flex-wrap: nowrap;
  border: none;
}
.split-header-image {
  padding: 0;
  margin-bottom: -2em;
}
.split-header-image .flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.split-header-image .flex-1 {
  width: 66%;
  flex-grow: 0;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.split-header-image .flex-2 {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.split-header-image .logo-carrier {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center;
  padding: 4em;
  min-height: 20em;
  width: 100%;
}
.split-header-image .logo-carrier img {
  margin: auto;
}
@media (max-width: 991px) {
  .split-header-image .logo-carrier {
    min-height: 16em;
  }
}
@media (max-width: 767px) {
  .split-header-image {
    margin-top: 6.4em;
  }
  .split-header-image .flex-container {
    flex-direction: column;
  }
  .split-header-image .flex-1 {
    width: 100%;
    padding-top: 45%;
    min-height: 13em;
  }
  .split-header-image .flex-2 {
    flex-shrink: 1;
  }
  .split-header-image .logo-carrier {
    padding: 0.5em;
    text-align: center;
    min-height: 0;
  }
  .split-header-image .logo-carrier img {
    max-height: 60px;
  }
}
@media (min-width: 1200px) {
  .logo-carrier img {
    max-width: 258px;
  }
}
#stellenausschreibungen article {
  border-bottom: 1px solid #EAEAEA;
  padding: 0.5em 0 2em 0;
  margin: 0;
}
#stellenausschreibungen article a {
  text-decoration: none;
  border-bottom: none;
}
#stellenausschreibungen article a.btn {
  border-bottom: 1px solid black;
}
#stellenausschreibungen article p {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1em;
  align-content: center;
  gap: 1.3em;
}
#stellenausschreibungen article p span:nth-child(1) {
  display: flex;
  flex-grow: 1;
}
@media (max-width: 767px) {
  #stellenausschreibungen article p span:nth-child(1) {
    width: 100%;
  }
}
#stellenausschreibungen article p span img {
  height: 1em;
  width: 1em;
  margin-right: 0.2em;
}
.tns-ovh {
  overflow-y: hidden;
}
.tns-nav {
  position: relative;
  z-index: 1000;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .tns-nav {
    margin-top: -4.1em;
  }
}
.tns-nav button {
  width: 1.6em;
  height: 2em;
  margin-right: 0;
  border: none;
  transition: all 0.4s;
  background: transparent;
  position: relative;
}
.tns-nav button:after {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 100%;
  height: 0.5em;
  width: 0.5em;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--gray-dark-bg);
  border: none;
  width: 1.3em;
  height: 1.3em;
  display: block;
  background: #F6F5F2;
  border: 1px solid #e1ded4;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 90px;
}
.tns-nav button:hover:after {
  border: 1px solid var(--orange-dark);
  background: var(--orange-dark);
  background: #F6F5F2;
  background: rgba(246, 245, 242, 0.7);
}
.tns-nav button.tns-nav-active:after {
  background: var(--gray-dark-bg);
  background: rgba(135, 129, 113, 0.8);
  cursor: default;
}
.tns-nav button.tns-nav-active:hover {
  opacity: 1 !important;
}
#tns1-iw {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.tns-outer {
  padding: 0 !important;
}
.slider figure {
  max-width: 100%;
  height: auto;
  padding: 0;
}
.slider figure img {
  max-width: 100%;
  height: auto;
}
.slider-container {
  margin-bottom: var(--space-xl);
  margin-top: var(--space-l);
}
.tns-outer {
  padding: 0 !important;
  position: relative;
}
.tns-outer button[data-action] {
  position: absolute;
  left: 8rem;
}
.tns-outer button[data-action] span {
  text-indent: -10000px;
  position: absolute;
}
.tns-outer button[data-controls] {
  width: 3.4em;
  height: 3.4em;
  margin: -40px 0 0;
  display: block;
  background: transparent;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 0;
}
.tns-outer button[data-controls]:after {
  text-indent: 4px;
  content: "";
  background: url('/assets/img/prev.svg') no-repeat 0.5em 0.35em;
  font-size: 1.9em;
  line-height: 1.8em;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 1.7em;
  width: 1.7em;
  text-align: center;
}
.tns-outer button[data-controls="prev"] {
  left: 0;
}
.tns-outer button[data-controls="next"] {
  right: 0;
}
.tns-outer button[data-controls="next"]:after {
  background: url('/assets/img/next.svg') no-repeat 0.5em 0.35em;
  text-indent: -4px;
}
.tns-controls {
  position: absolute;
  top: 45%;
  width: 100%;
  justify-content: center;
  display: none;
}
@media (min-width: 768px) {
  .tns-controls {
    display: flex;
  }
}
.tns-controls button {
  width: 1.1em;
  height: 1.1em;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
}
.tns-controls button:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-carousel-item {
  position: relative;
  background-color: #efefef;
}
.flex-carousel-caption-holder {
  position: relative;
  z-index: 0;
  padding: 0;
  text-shadow: none;
  margin: 0 0 0;
}
.flex-carousel-caption-holder .image {
  display: flex;
  justify-content: center;
  aspect-ratio: 16 / 5;
}
@media (max-width: 768px) {
  .flex-carousel-caption-holder .image {
    aspect-ratio: 16 / 7;
  }
}
@media (max-width: 480px) {
  .flex-carousel-caption-holder .image {
    aspect-ratio: 16 / 9;
  }
}
.flex-carousel-caption-holder .image img {
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.flex-carousel-caption-holder .flex-carousel-caption-inner {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 1199px) {
  .flex-carousel-caption-holder .flex-carousel-caption-inner {
    font-size: 75%;
  }
}
@media (max-width: 480px) {
  .flex-carousel-caption-holder .flex-carousel-caption-inner {
    font-size: 50%;
  }
}
footer {
  border-top: 1px solid #EAEAEA;
  padding: 2em 0;
  font-size: 90%;
}
footer .claim {
  padding: 1em 0 0.1em;
  border-top: 1px solid #EAEAEA;
  text-align: right;
}
footer .claim h3 {
  color: #818181;
}
footer .claim h3 strong {
  color: #444444;
}
footer address {
  padding-top: 1.4em;
  font-size: 0.9em;
}
footer a {
  color: #000;
  text-decoration: none;
}
footer .logo-leiste {
  padding: 0 0 1.2em 0;
}
@media (min-width: 768px) {
  footer .logo-leiste {
    margin-right: -20px;
  }
}
footer nav {
  padding: 2em 0 1em;
  border-top: 1px solid #EAEAEA;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  footer nav {
    justify-content: flex-start;
  }
}
footer nav ul {
  display: block;
  text-align: right;
}
@media (max-width: 767px) {
  footer nav ul {
    text-align: left;
  }
}
footer nav ul li {
  display: inline-block;
}
footer nav ul li:last-child a {
  padding-right: 0;
}
@media (max-width: 767px) {
  footer nav ul li {
    width: 100%;
  }
}
footer nav ul li a {
  font: 600 1em/1.6 'Open Sans', serif;
  color: #444444;
  padding: 1em 1em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  footer nav ul li a {
    padding-left: 0;
  }
}
footer nav ul li a:hover {
  color: #9A9A9A;
}
footer nav ul li ul {
  display: none;
  margin: 1em 0 2.5em 0;
}
footer p.copyright-line {
  color: #9A9A9A;
  font: 0.9em/1.4 'Open Sans', sans-serif;
  padding-top: 0.3em;
}
footer nav.footer-navigation {
  border: none;
  padding-top: 1em;
}
footer nav.footer-navigation ul {
  display: block;
}
@media (min-width: 768px) {
  footer nav.footer-navigation ul {
    text-align: right;
  }
}
footer nav.footer-navigation ul li {
  display: inline-block;
  width: auto;
}
footer nav.footer-navigation ul li a {
  font: 0.9em/1.4 'Open Sans', sans-serif;
  padding-right: 1em;
  text-transform: none;
}
@media (min-width: 768px) {
  footer nav.footer-navigation ul li a {
    padding-left: 1em;
    padding-right: 0;
  }
}
footer ul.social-icons {
  list-style-type: none;
  padding-left: 0;
}
footer ul.social-icons li {
  display: inline-block;
}
footer ul.social-icons li a {
  display: block;
  padding-right: 0.5em;
  opacity: 1;
}
footer ul.social-icons li a:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  footer ul.social-icons {
    text-align: right;
  }
  footer ul.social-icons li a {
    padding-left: 0.5em;
    padding-right: 0;
  }
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=main.css.map */