@import url(https://fonts.googleapis.com/css?family=Roboto:300,300italic,400,400italic,500,500italic,700,700italic);
@import url(https://fast.fonts.net/cssapi/523a15da-1bb2-4326-ac6d-dce40550c5f0.css);
/*
Backup: Alternative fuer "Eurostile" aus Google Fonts:
@import url(https://fonts.googleapis.com/css?family=Orbitron:400,500,700);
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
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/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 when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

h5 {
  -webkit-margin-start: 0;
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
  -webkit-margin-end: 0;
  margin: 0; }

/*
	usage:
	@include opacity(.25);
*/
/*
	usage:
	@include grayscale(100%);
	@include grayscale(0%);
*/
/*
	usage:
	@include opacityAndGrayscale(100%);
	@include opacityAndGrayscale(0%);
*/
/*
	usage:
	@include vertical-align(absolute);
*/
/*
	usage:
	@include clearfix;
*/
/*
	usage:
	@include psd-letter-spacing(20);
*/
/*
	usage:
	@include box-sizing-border-box;
*/
/* DEFINITIONS */
/* Colors */
/* Fonts */
/*
	zur Verwendung mit "font: font-style font-variant font-weight font-size/line-height font-family",
	"The font-size and font-family values are required. [!!!]
	If one of the other values are missing, the default values will be inserted, if any."
	vgl. http://www.w3schools.com/cssref/pr_font_font.asp
*/
/*
$eurostile-medium: 400 100% $eurostile;
$eurostile-demi: 700 100% $eurostile;
*/
/* Sprite files */
@font-face {
  font-family: 'elaxy';
  src: url("fonts/elaxy.eot?1n65kf");
  src: url("fonts/elaxy.eot?1n65kf#iefix") format("embedded-opentype"), url("fonts/elaxy.ttf?1n65kf") format("truetype"), url("fonts/elaxy.woff?1n65kf") format("woff"), url("fonts/elaxy.svg?1n65kf#elaxy") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'elaxy';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-fotolia"], [class*=" icon-fotolia"] {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 2.2rem;
  background-color: #c7c500;
  border-radius: 50%; }

.icon-elaxy_ys_navigation_Plus:before {
  content: "\e900"; }

.icon-elaxy_ys_navigation_Plus_bold:before {
  content: "\e901"; }

.icon-elaxy_ys_navigation_Minus:before {
  content: "\e902"; }

.icon-elaxy_ys_navigation_Minus_bold:before {
  content: "\e903"; }

.icon-elaxy_ys_navigation_anfasser:before {
  content: "\e904"; }

.icon-elaxy_ys_navigation_burger:before {
  content: "\e905"; }

.icon-elaxy_ys_navigation_haken:before {
  content: "\e906"; }

.icon-elaxy_ys_navigation_haken_bold:before {
  content: "\e907"; }

.icon-elaxy_ys_navigation_lupe:before, .icon-lupe:before {
  content: "\e908"; }

.icon-elaxy_ys_navigation_pfeil-links:before, .swiper-button-prev:before {
  content: "\e909"; }

.icon-elaxy_ys_navigation_pfeil-oben:before {
  content: "\e90a"; }

.icon-elaxy_ys_navigation_pfeil-rechts:before, .swiper-button-next:before {
  content: "\e90b"; }

.icon-elaxy_ys_navigation_pfeil-unten:before {
  content: "\e90c"; }

.icon-elaxy_ys_navigation_x-kreuz:before {
  content: "\e90d"; }

.icon-elaxy_ys_navigation_x-kreuz_bold:before {
  content: "\e90e"; }

.icon-elaxy_ys_social_facebook:before {
  content: "\e90f"; }

.icon-elaxy_ys_social_google:before {
  content: "\e910"; }

.icon-elaxy_ys_social_twitter:before {
  content: "\e911"; }

.icon-elaxy_ys_social_xing:before {
  content: "\e912"; }

.icon-elaxy_ys_social_youtube:before {
  content: "\e913"; }

.icon-elaxy_ys_video_fullscreen:before {
  content: "\e914"; }

.icon-elaxy_ys_video_play:before {
  content: "\e915"; }

.icon-elaxy_ys_video_volume:before {
  content: "\e916"; }

.icon-elaxy_ys_zitat:before {
  content: "\e917"; }

/* Telefonhoerer */
.icon-fotolia_61554981_13_custom:before {
  content: "\e918"; }

/* Notizbuch */
.icon-fotolia_62182138_15_custom:before {
  content: "\e919"; }

/*! ELAXY CSS */
/* General */
body {
  font-size: 16px; }

body, td, th {
  /*
  Firefox does not cascade over (overwrite) * and font, e. g. in breadcrumbs.
  Therefore: omitting asterisk (*) for font setting.
  */
  font: 300 100% "Roboto", sans-serif;
  color: #4e4f4f; }

h1, h2, h3, h4 {
  font: 400 100% "Eurostile LT W01 Medium788251";
  color: #55758f; }

h3, h4 {
  color: #c7c500; }

h1, h2, h3, h4, h5, h6 {
  word-break: break-word;
  word-wrap: break-word; }

a {
  color: #6f96af;
  text-decoration: none; }

a:hover {
  color: #55758f; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clear {
  clear: both; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.img-center {
  margin: 0 auto; }

img.auto-width {
  width: 100%;
  height: auto; }
  div.element > img.auto-width {
    margin-bottom: 1.5rem; }

img.extra-margin {
  margin: 3rem auto; }

img.img-round {
  border-radius: 50%; }

div.img-round {
  border-radius: 50%;
  width: 55%;
  display: block;
  margin: auto; }
  div.img-round.full {
    width: 100%; }
  div.img-round div {
    border-radius: 50%; }

video.auto-width {
  width: 100%; }

p {
  font: 300 100% "Roboto", sans-serif;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #4e4f4f;
  margin: 0; }

p a {
  font: 400 100% "Roboto", sans-serif;
  color: #6f96af; }

p strong, p b {
  font: 500 100% "Roboto", sans-serif;
  color: #666868; }

.bold {
  font-weight: bold; }

a.up {
  display: none;
  z-index: 3100;
  position: fixed;
  bottom: 7rem;
  right: 3rem;
  background-color: #fff;
  border: thin solid;
  border-color: #1c2021;
  color: #1c2021;
  border-radius: 15px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 1.66667rem;
  /* source: https://css-tricks.com/snippets/css/cross-browser-opacity/ */
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE 5-7 */
  filter: alpha(opacity=70);
  /* Netscape */
  -moz-opacity: 0.7;
  /* Safari 1.x */
  -khtml-opacity: 0.7;
  /* Good browsers */
  opacity: 0.7; }

a.up:hover {
  background-color: #6f96af;
  cursor: pointer;
  color: #fff;
  border-color: #6f96af; }

.padding-top-3rem {
  padding-top: 3rem; }

hr {
  border-style: none;
  border-width: 0;
  border-bottom: 1px solid #b5bfc6;
  margin: 0.75rem 0; }

dt {
  float: left;
  clear: left;
  width: 20%;
  text-align: left;
  font-weight: normal; }

dt:after {
  content: " "; }

#nav-mobile-overlay, #darken-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(85, 117, 143, 0.75);
  display: none; }

#darken-overlay {
  z-index: 9999; }
  #darken-overlay.darken-show {
    display: block; }

.label-title {
  display: none; }

@media screen and (max-width: 480px) {
  .label {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .label > section {
      display: none; }
    .label.label-active > section {
      display: block; }
    .label.label-active section:last-child {
      margin-bottom: 1rem; }
    .label.label-active .icon-elaxy_ys_navigation_pfeil-unten {
      display: none; }
    .label.label-active .icon-elaxy_ys_navigation_pfeil-oben {
      display: block; }
    .label.label-first .element > div.text-content {
      border: 0; }
    .label .icon-elaxy_ys_navigation_pfeil-unten {
      display: block; }
    .label .icon-elaxy_ys_navigation_pfeil-oben {
      display: none; }

  .label-title {
    position: relative;
    display: block;
    width: auto;
    height: 100%;
    color: #c7c500;
    text-transform: uppercase;
    font: 400 100% "Eurostile LT W01 Demi788242";
    font-size: 1rem; }
    .label-title:hover {
      cursor: pointer;
      color: #bcba00; }
    .label-title > span {
      position: absolute;
      top: 1.5rem;
      right: 1.5rem; }
    .label-title .element > div.text-content {
      border-top: 1px solid #b5bfc6;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      font-size: 1.25rem;
      line-height: 1.5rem;
      /* Balken mit Punkt unter der Ueberschrift: */ }
      .label-title .element > div.text-content::after {
        content: ' ';
        display: block;
        margin-top: 2px;
        width: 48px;
        height: 3px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSIzIiB2ZXJzaW9uPSIxLjEiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDkuMzYyMikiPjxyZWN0IHdpZHRoPSIzIiBoZWlnaHQ9IjMiIHg9IjAiIHk9IjEwNDkuNCIgZmlsbD0iI2M3YzUwNyIvPjxyZWN0IHdpZHRoPSI0MiIgaGVpZ2h0PSIzIiB4PSI2IiB5PSIxMDQ5LjQiIHN0eWxlPSJmaWxsLW9wYWNpdHk6MC4yO2ZpbGw6I2M3YzUwNyIvPjwvZz48L3N2Zz4=); } }
/* Grid basics */
.img-content {
  width: 100%; }

.element {
  padding-left: 12px;
  padding-right: 12px;
  width: auto; }
  .element .ungrid {
    margin: 0 -12px; }
  .element .text-content .ungrid {
    margin: 0 -36px; }

.text-content {
  width: auto;
  padding-left: 24px;
  padding-right: 24px; }

.container {
  margin-left: auto;
  margin-right: auto; }

.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/*
.row:before, .row:after {
	display: table;
	content: " ";
}
*/
section {
  width: 100%; }

/* Layout XL 1600px and higher (4 cols) */
@media screen and (min-width: 1600px) {
  .container {
    width: 1536px; }

  html, body {
    font-size: 16px; } }
/* Layout L 1366-1600px (4 cols) */
@media screen and (min-width: 1366px) and (max-width: 1599px) {
  .container {
    width: 1344px; }

  html, body {
    font-size: 16px; } }
/* Layout M 1280-1365px (3 cols) */
@media screen and (min-width: 1280px) and (max-width: 1365px) {
  .container {
    width: 1152px; }

  html, body {
    font-size: 14px; } }
/* Layout S 1024-1279px (3 cols) */
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .container {
    width: 1008px; }

  html, body {
    font-size: 14px; } }
/* Layout XS 768-1023px (dyn 3 cols) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* width = auto is default value
  .container {
  	width: auto;
  }
  */
  html, body {
    font-size: 14px; } }
/* Layout XXS 480-767px (dyn 2 cols) */
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* width = auto is default value
  .container {
  	width: auto;
  }
  */
  html, body {
    font-size: 12px; } }
/* Layout SP (Smartphone) below 480px (dyn 1 col) */
@media screen and (max-width: 479px) {
  /* width = auto is default value
  .container {
  	width: auto;
  }
  */
  html, body {
    font-size: 12px; } }
/* "general" layout styles for all screen sizes */
.col-gen-clr {
  clear: left; }

.col-gen-0 {
  display: none !important; }

.col-gen-0-half,
.col-gen-1,
.col-gen-1-half,
.col-gen-2,
.col-gen-2-half,
.col-gen-3,
.col-gen-3-half,
.col-gen-4 {
  position: relative;
  float: left;
  overflow: hidden; }

/* 4 column layouts (XL, L) */
@media screen and (min-width: 1366px) {
  .col-4c-clr {
    clear: left; }

  .col-4c-0 {
    display: none !important; }

  .col-4c-0-half, .col-gen-0-half {
    width: 12.5%; }

  .col-4c-1, .col-gen-1 {
    width: 25%; }

  .col-4c-1-half, .col-gen-1-half {
    width: 37.5%; }

  .col-4c-2, .col-gen-2 {
    width: 50%; }

  .col-4c-2-half, .col-gen-2-half {
    width: 62.5%; }

  .col-4c-3, .col-gen-3 {
    width: 75%; }

  .col-4c-3-half, .col-gen-3-half {
    width: 87.5%; }

  .col-4c-4, .col-gen-4 {
    width: 100%; }

  .col-4c-0,
  .col-4c-0-half,
  .col-4c-1,
  .col-4c-1-half,
  .col-4c-2,
  .col-4c-2-half,
  .col-4c-3,
  .col-4c-3-half,
  .col-4c-4 {
    position: relative;
    float: left;
    overflow: hidden; } }
/* 3 column layout (M, S, XS) */
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .col-3c-clr {
    clear: left; }

  .col-3c-0 {
    display: none !important; }

  .col-3c-0-quarter, .col-gen-0-quarter {
    width: 8.33339%; }

  .col-3c-0-half, .col-gen-0-half {
    width: 16.66667%; }

  .col-3c-0-three-quarter, .col-gen-0-three-quarter {
    width: 25%; }

  .col-3c-1, .col-gen-1 {
    width: 33.33333%; }

  .col-3c-1-half, .col-gen-1-half {
    width: 50%; }

  .col-3c-1-three-quarter, .col-gen-1-three-quarter {
    width: 58.33339%; }

  .col-3c-2, .col-gen-2 {
    width: 66.66666%; }

  .col-3c-2-quarter, .col-gen-2-quarter {
    width: 75%; }

  .col-3c-2-half, .col-gen-2-half {
    width: 83.33333%; }

  .col-3c-2-three-quarter, .col-gen-2-three-quarter {
    width: 91.66666%; }

  .col-3c-3, .col-gen-3, .col-gen-3-half, .col-gen-4 {
    width: 100%; }

  .col-3c-0,
  .col-3c-0-quarter,
  .col-3c-0-half,
  .col-3c-0-three-quarter,
  .col-3c-1,
  .col-3c-1-quarter,
  .col-3c-1-half,
  .col-3c-1-three-quarter,
  .col-3c-2,
  .col-3c-2-quarter,
  .col-3c-2-half,
  .col-3c-2-three-quarter,
  .col-3c-3 {
    position: relative;
    float: left;
    overflow: hidden; } }
/* 2 column layout (XXS) */
@media screen and (min-width: 480px) and (max-width: 1023px) {
  .col-2c-clr {
    clear: left; }

  .col-2c-0 {
    display: none !important; }

  .col-2c-0-half, .col-gen-0-half {
    width: 25%; }

  .col-2c-1, .col-gen-1 {
    width: 50%; }

  .col-2c-1-half, .col-gen-1-half {
    width: 75%; }

  .col-2c-2, .col-gen-2, .col-gen-2-half, .col-gen-3, .col-gen-3-half, .col-gen-4 {
    width: 100%; }

  .col-2c-0,
  .col-2c-0-half,
  .col-2c-1,
  .col-2c-1-half,
  .col-2c-2 {
    position: relative;
    float: left;
    overflow: hidden; } }
/* 1 column layout (SP) */
@media screen and (max-width: 479px) {
  .col-1c-clr {
    clear: left; }

  .col-1c-0 {
    display: none !important; }

  .col-1c-0-half, .col-gen-0-half {
    width: 50%; }

  .col-1c-1, .col-gen-1, .col-gen-1-half, .col-gen-2, .col-gen-2-half, .col-gen-3, .col-gen-3-half, .col-gen-4 {
    width: 100%; }

  .col-1c-0,
  .col-1c-0-half,
  .col-1c-1 {
    position: relative;
    float: left;
    overflow: hidden; }

  .element {
    padding-left: 12px !important;
    padding-right: 12px !important;
    width: auto; } }
/*
.col-sub-half = 0.5 default layout columns within another column.
*/
.col-sub-half {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  padding: 0.75rem 12px;
  /* 4 column layouts (XL, L) */
  /* 3 column layout (M, S, XS) */
  /* 2 column layout (XXS) */
  /* 1 column layout (SP) */ }
  .swiper-col-0-half .col-sub-half, .col-gen-0-half .col-sub-half {
    width: 100%; }
  @media screen and (min-width: 1366px) {
    .col-gen-4 .col-sub-half, .col-4c-4 .col-sub-half, .swiper-col-4 .col-sub-half {
      width: 12.5%; }
    .col-gen-3-half .col-sub-half, .col-4c-3-half .col-sub-half, .swiper-col-3-half .col-sub-half {
      width: 14.28571%; }
    .col-gen-3 .col-sub-half, .col-4c-3 .col-sub-half, .swiper-col-3 .col-sub-half {
      width: 16.66667%; }
    .col-gen-2-half .col-sub-half, .col-4c-2-half .col-sub-half, .swiper-col-2-half .col-sub-half {
      width: 20%; }
    .col-gen-2 .col-sub-half, .col-4c-2 .col-sub-half, .swiper-col-2 .col-sub-half, .swiper-col-4c-2 .col-sub-half {
      width: 25%; }
    .col-gen-1-half .col-sub-half, .col-4c-1-half .col-sub-half, .swiper-col-1-half .col-sub-half, .swiper-col-4c-1-half .col-sub-half {
      width: 33.33333%; }
    .col-gen-1 .col-sub-half, .col-4c-1 .col-sub-half, .swiper-col-1 .col-sub-half {
      width: 50%; } }
  @media screen and (min-width: 1024px) and (max-width: 1365px) {
    .col-gen-3 .col-sub-half, .col-3c-3 .col-sub-half, .col-gen-3-half .col-sub-half, .col-gen-4 .col-sub-half, .col-3c-3-half .col-sub-half, .col-3c-4 .col-sub-half, .swiper-col-3 .col-sub-half, .swiper-col-3-half .col-sub-half, .swiper-col-4 .col-sub-half {
      width: 16.66667%; }
    .col-gen-2-half .col-sub-half, .col-3c-2-half .col-sub-half, .swiper-col-2-half .col-sub-half {
      width: 20%; }
    .col-gen-2 .col-sub-half, .col-3c-2 .col-sub-half, .swiper-col-2 .col-sub-half {
      width: 25%; }
    .col-gen-1-half .col-sub-half, .col-3c-1-half .col-sub-half, .swiper-col-1-half .col-sub-half, .swiper-col-3c-1-half .col-sub-half {
      width: 33.33333%; }
    .col-gen-1 .col-sub-half, .col-3c-1 .col-sub-half, .swiper-col-1 .col-sub-half, .swiper-col-3c-1 .col-sub-half {
      width: 50%; } }
  @media screen and (min-width: 480px) and (max-width: 1023px) {
    .col-gen-2 .col-sub-half, .col-2c-2 .col-sub-half, .col-gen-2-half .col-sub-half, .col-gen-3 .col-sub-half, .col-gen-3-half .col-sub-half, .col-gen-4 .col-sub-half, .col-2c-2-half .col-sub-half, .col-2c-3 .col-sub-half, .col-2c-3-half .col-sub-half, .col-2c-4 .col-sub-half {
      width: 25%; }
    .col-gen-1-half .col-sub-half, .col-2c-1-half .col-sub-half {
      width: 33.33333%; }
    .col-gen-1 .col-sub-half, .col-2c-1 .col-sub-half, .swiper-slide .col-sub-half {
      width: 50%; } }
  @media screen and (max-width: 479px) {
    .col-gen-1 .col-sub-half, .col-gen-1-half .col-sub-half, .col-gen-2 .col-sub-half, .col-gen-2-half .col-sub-half, .col-gen-3 .col-sub-half, .col-gen-3-half .col-sub-half, .col-gen-4 .col-sub-half, .col-1c-1 .col-sub-half, .col-1c-1-half .col-sub-half, .col-1c-2 .col-sub-half, .col-1c-2-half .col-sub-half, .col-1c-3 .col-sub-half, .col-1c-3-half .col-sub-half, .col-1c-4 .col-sub-half, .swiper-slide .col-sub-half {
      width: 50%; } }

/*@import "grid-sub34";*/
.col-34c {
  /* overwrite pdf download text box size for everything but 2 cols */ }
  @media screen and (max-width: 480px) {
    .col-34c .pdf-download a.dl-link .pdf-text .text-wysiwyg, .col-34c .pdf-download a.dl-link .pdf-text .text-wysiwyg *, .col-34c .pdf-download a.dl-link .info-text .text-wysiwyg, .col-34c .pdf-download a.dl-link .info-text .text-wysiwyg * {
      height: 5rem; } }
  @media screen and (min-width: 1023px) {
    .col-34c .pdf-download a.dl-link .pdf-text .text-wysiwyg, .col-34c .pdf-download a.dl-link .pdf-text .text-wysiwyg *, .col-34c .pdf-download a.dl-link .info-text .text-wysiwyg, .col-34c .pdf-download a.dl-link .info-text .text-wysiwyg * {
      height: 5rem; } }

/*
.col-sub-1 = one default layout columns within another column.
*/
.col-sub-1 {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  padding: 0.75rem 12px;
  /* 4 column layouts (XL, L) */
  /* 3 column layout (M, S, XS) */
  /* 2 column layout (XXS) */
  /* 1 column layout (SP) */ }
  .col-gen-0-half .col-sub-1 {
    width: 100%; }
  @media screen and (min-width: 1366px) {
    .col-gen-1 .col-sub-1, .col-4c-1 .col-sub-1 {
      width: 100%; }
    .col-gen-1-half .col-sub-1, .col-4c-1-half .col-sub-1 {
      width: 66.66667%; }
    .col-gen-2 .col-sub-1, .col-4c-2 .col-sub-1 {
      width: 50%; }
    .col-gen-2-half .col-sub-1, .col-4c-2-half .col-sub-1 {
      width: 40%; }
    .col-gen-3 .col-sub-1, .col-4c-3 .col-sub-1 {
      width: 33.33333%; }
    .col-gen-3-half .col-sub-1, .col-4c-3-half .col-sub-1 {
      width: 28.57143%; }
    .col-gen-4 .col-sub-1, .col-4c-4 .col-sub-1 {
      width: 25%; } }
  @media screen and (min-width: 1024px) and (max-width: 1365px) {
    .col-gen-1 .col-sub-1, .col-3c-1 .col-sub-1 {
      width: 100%; }
    .col-gen-1-half .col-sub-1, .col-3c-1-half .col-sub-1 {
      width: 66.66667%; }
    .col-gen-2 .col-sub-1, .col-3c-2 .col-sub-1 {
      width: 50%; }
    .col-gen-2-half .col-sub-1, .col-3c-2-half .col-sub-1 {
      width: 40%; }
    .col-gen-3 .col-sub-1, .col-3c-3 .col-sub-1, .col-gen-3-half .col-sub-1, .col-gen-4 .col-sub-1, .col-3c-3-half .col-sub-1, .col-3c-4 .col-sub-1 {
      width: 33.33333%; } }
  @media screen and (min-width: 480px) and (max-width: 1023px) {
    .col-gen-1 .col-sub-1, .col-2c-1 .col-sub-1 {
      width: 100%; }
    .col-gen-1-half .col-sub-1, .col-2c-1-half .col-sub-1 {
      width: 66.66667%; }
    .col-gen-2 .col-sub-1, .col-2c-2 .col-sub-1, .col-gen-2-half .col-sub-1, .col-gen-3 .col-sub-1, .col-gen-3-half .col-sub-1, .col-gen-4 .col-sub-1, .col-2c-2-half .col-sub-1, .col-2c-3 .col-sub-1, .col-2c-3-half .col-sub-1, .col-2c-4 .col-sub-1 {
      width: 50%; } }
  @media screen and (max-width: 479px) {
    .col-gen-1 .col-sub-1, .col-gen-1-half .col-sub-1, .col-gen-2 .col-sub-1, .col-gen-2-half .col-sub-1, .col-gen-3 .col-sub-1, .col-gen-3-half .col-sub-1, .col-gen-4 .col-sub-1, .col-1c-1-half .col-sub-1, .col-1c-1 .col-sub-1, .col-1c-2-half .col-sub-1, .col-1c-3 .col-sub-1, .col-1c-3-half .col-sub-1, .col-1c-4 .col-sub-1 {
      width: 100%; } }

.element .col-sub-1 {
  padding: 0 0 0 12px; }
  .element .col-sub-1:first-child {
    padding: 0 12px 0 0; }

div.linkblock-bg-inner .element .col-sub-1-h100 {
  height: 100%; }

/*
.col-sub-1-half = one and a half default layout columns within another column.
*/
.col-sub-1-half {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  padding: 0.75rem 12px;
  /* 4 column layouts (XL, L) */
  /* 3 column layout (M, S, XS) */
  /* 2 column layout (XXS) */
  /* 1 column layout (SP) */ }
  .col-gen-0-half .col-sub-1-half {
    width: 100%; }
  @media screen and (min-width: 1366px) {
    .col-gen-1 .col-sub-1-half, .col-4c-1 .col-sub-1-half {
      width: 100%; }
    .col-gen-1-half .col-sub-1-half, .col-4c-1-half .col-sub-1-half {
      width: 100%; }
    .col-gen-2 .col-sub-1-half, .col-4c-2 .col-sub-1-half {
      width: 75%; }
    .col-gen-2-half .col-sub-1-half, .col-4c-2-half .col-sub-1-half {
      width: 60%; }
    .col-gen-3 .col-sub-1-half, .col-4c-3 .col-sub-1-half {
      width: 50%; }
    .col-gen-3-half .col-sub-1-half, .col-4c-3-half .col-sub-1-half {
      width: 42.85714%; }
    .col-gen-4 .col-sub-1-half, .col-4c-4 .col-sub-1-half {
      width: 37.5%; } }
  @media screen and (min-width: 1024px) and (max-width: 1365px) {
    .col-gen-1 .col-sub-1-half, .col-3c-1 .col-sub-1-half {
      width: 100%; }
    .col-gen-1-half .col-sub-1-half, .col-3c-1-half .col-sub-1-half {
      width: 100%; }
    .col-gen-2 .col-sub-1-half, .col-3c-2 .col-sub-1-half {
      width: 75%; }
    .col-gen-2-half .col-sub-1-half, .col-3c-2-half .col-sub-1-half {
      width: 60%; }
    .col-gen-3 .col-sub-1-half, .col-3c-3 .col-sub-1-half, .col-gen-3-half .col-sub-1-half, .col-gen-4 .col-sub-1-half, .col-3c-3-half .col-sub-1-half, .col-3c-4 .col-sub-1-half {
      width: 50%; } }
  @media screen and (min-width: 480px) and (max-width: 1023px) {
    .col-gen-1 .col-sub-1-half, .col-2c-1 .col-sub-1-half {
      width: 100%; }
    .col-gen-1-half .col-sub-1-half, .col-2c-1-half .col-sub-1-half {
      width: 100%; }
    .col-gen-2 .col-sub-1-half, .col-2c-2 .col-sub-1-half, .col-gen-2-half .col-sub-1-half, .col-gen-3 .col-sub-1-half, .col-gen-3-half .col-sub-1-half, .col-gen-4 .col-sub-1-half, .col-2c-2-half .col-sub-1-half, .col-2c-3 .col-sub-1-half, .col-2c-3-half .col-sub-1-half, .col-2c-4 .col-sub-1-half {
      width: 75%; } }
  @media screen and (max-width: 479px) {
    .col-gen-1 .col-sub-1-half, .col-gen-1-half .col-sub-1-half, .col-gen-2 .col-sub-1-half, .col-gen-2-half .col-sub-1-half, .col-gen-3 .col-sub-1-half, .col-gen-3-half .col-sub-1-half, .col-gen-4 .col-sub-1-half, .col-1c-1-half .col-sub-1-half, .col-1c-1 .col-sub-1-half, .col-1c-2-half .col-sub-1-half, .col-1c-3 .col-sub-1-half, .col-1c-3-half .col-sub-1-half, .col-1c-4 .col-sub-1-half {
      width: 100%; } }

/*
.pdf-col-sub-fill = outer column width - 0.5 default layout columns.
+ adjustment of ratio1_sqrt2 (given ration valid only for half-cols / others adjusted)
*/
.pdf-col-sub-fill {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  padding: 0.75rem 12px;
  /* 4 column layouts (XL, L) */
  /* 3 column layout (M, S, XS) */
  /* 2 column layout (XXS) */
  /* 1 column layout (SP) */ }
  .swiper-col-0-half .pdf-col-sub-fill, .col-gen-0-half .pdf-col-sub-fill {
    width: 100%; }
  @media screen and (min-width: 1366px) {
    .col-gen-4 .pdf-col-sub-fill, .col-4c-4 .pdf-col-sub-fill, .swiper-col-4 .pdf-col-sub-fill {
      width: 87.5%; }
      .col-gen-4 .pdf-col-sub-fill .ratio1_sqrt2::before, .col-4c-4 .pdf-col-sub-fill .ratio1_sqrt2::before, .swiper-col-4 .pdf-col-sub-fill .ratio1_sqrt2::before {
        padding-top: 20.203%;
        margin-bottom: -72px; }
    .col-gen-3-half .pdf-col-sub-fill, .col-4c-3-half .pdf-col-sub-fill, .swiper-col-3-half .pdf-col-sub-fill {
      width: 85.71429%; }
      .col-gen-3-half .pdf-col-sub-fill .ratio1_sqrt2::before, .col-4c-3-half .pdf-col-sub-fill .ratio1_sqrt2::before, .swiper-col-3-half .pdf-col-sub-fill .ratio1_sqrt2::before {
        padding-top: 23.57017%;
        margin-bottom: -60px; }
    .col-gen-3 .pdf-col-sub-fill, .col-4c-3 .pdf-col-sub-fill, .swiper-col-3 .pdf-col-sub-fill {
      width: 83.33333%; }
      .col-gen-3 .pdf-col-sub-fill .ratio1_sqrt2::before, .col-4c-3 .pdf-col-sub-fill .ratio1_sqrt2::before, .swiper-col-3 .pdf-col-sub-fill .ratio1_sqrt2::before {
        padding-top: 28.2842%;
        margin-bottom: -48px; }
    .col-gen-2-half .pdf-col-sub-fill, .col-4c-2-half .pdf-col-sub-fill, .swiper-col-2-half .pdf-col-sub-fill {
      width: 80%; }
      .col-gen-2-half .pdf-col-sub-fill .ratio1_sqrt2::before, .col-4c-2-half .pdf-col-sub-fill .ratio1_sqrt2::before, .swiper-col-2-half .pdf-col-sub-fill .ratio1_sqrt2::before {
        padding-top: 35.35525%;
        margin-bottom: -36px; }
    .col-gen-2 .pdf-col-sub-fill, .col-4c-2 .pdf-col-sub-fill, .swiper-col-2 .pdf-col-sub-fill, .swiper-col-4c-2 .pdf-col-sub-fill {
      width: 75%; }
      .col-gen-2 .pdf-col-sub-fill .ratio1_sqrt2::before, .col-4c-2 .pdf-col-sub-fill .ratio1_sqrt2::before, .swiper-col-2 .pdf-col-sub-fill .ratio1_sqrt2::before, .swiper-col-4c-2 .pdf-col-sub-fill .ratio1_sqrt2::before {
        padding-top: 47.14033%;
        margin-bottom: -24px; }
    .col-gen-1-half .pdf-col-sub-fill, .col-4c-1-half .pdf-col-sub-fill, .swiper-col-1-half .pdf-col-sub-fill, .swiper-col-4c-1-half .pdf-col-sub-fill {
      width: 66.66667%; }
      .col-gen-1-half .pdf-col-sub-fill .ratio1_sqrt2::before, .col-4c-1-half .pdf-col-sub-fill .ratio1_sqrt2::before, .swiper-col-1-half .pdf-col-sub-fill .ratio1_sqrt2::before, .swiper-col-4c-1-half .pdf-col-sub-fill .ratio1_sqrt2::before {
        padding-top: 70.7105%;
        margin-bottom: -12px; }
    .col-gen-1 .pdf-col-sub-fill, .col-4c-1 .pdf-col-sub-fill, .swiper-col-1 .pdf-col-sub-fill {
      width: 50%; }
      .col-gen-1 .pdf-col-sub-fill .ratio1_sqrt2::before, .col-4c-1 .pdf-col-sub-fill .ratio1_sqrt2::before, .swiper-col-1 .pdf-col-sub-fill .ratio1_sqrt2::before {
        padding-top: 141.421%;
        margin-bottom: 0; } }
  @media screen and (min-width: 1024px) and (max-width: 1365px) {
    .col-gen-3 .pdf-col-sub-fill, .col-3c-3 .pdf-col-sub-fill, .col-gen-3-half .pdf-col-sub-fill, .col-gen-4 .pdf-col-sub-fill, .col-3c-3-half .pdf-col-sub-fill, .col-3c-4 .pdf-col-sub-fill, .swiper-col-3 .pdf-col-sub-fill, .swiper-col-3-half .pdf-col-sub-fill, .swiper-col-4 .pdf-col-sub-fill {
      width: 83.33333%; }
      .col-gen-3 .pdf-col-sub-fill .ratio1_sqrt2::before, .col-3c-3 .pdf-col-sub-fill .ratio1_sqrt2::before, .col-gen-3-half .pdf-col-sub-fill .ratio1_sqrt2::before, .col-gen-4 .pdf-col-sub-fill .ratio1_sqrt2::before, .col-3c-3-half .pdf-col-sub-fill .ratio1_sqrt2::before, .col-3c-4 .pdf-col-sub-fill .ratio1_sqrt2::before, .swiper-col-3 .pdf-col-sub-fill .ratio1_sqrt2::before, .swiper-col-3-half .pdf-col-sub-fill .ratio1_sqrt2::before, .swiper-col-4 .pdf-col-sub-fill .ratio1_sqrt2::before {
        padding-top: 28.2842%;
        margin-bottom: -96px; }
    .col-gen-2-half .pdf-col-sub-fill, .col-3c-2-half .pdf-col-sub-fill, .swiper-col-2-half .pdf-col-sub-fill {
      width: 80%; }
      .col-gen-2-half .pdf-col-sub-fill .ratio1_sqrt2::before, .col-3c-2-half .pdf-col-sub-fill .ratio1_sqrt2::before, .swiper-col-2-half .pdf-col-sub-fill .ratio1_sqrt2::before {
        padding-top: 35.35525%;
        margin-bottom: -72px; }
    .col-gen-2 .pdf-col-sub-fill, .col-3c-2 .pdf-col-sub-fill, .swiper-col-2 .pdf-col-sub-fill {
      width: 75%; }
      .col-gen-2 .pdf-col-sub-fill .ratio1_sqrt2::before, .col-3c-2 .pdf-col-sub-fill .ratio1_sqrt2::before, .swiper-col-2 .pdf-col-sub-fill .ratio1_sqrt2::before {
        padding-top: 47.14033%;
        margin-bottom: -48px; }
    .col-gen-1-half .pdf-col-sub-fill, .col-3c-1-half .pdf-col-sub-fill, .swiper-col-1-half .pdf-col-sub-fill, .swiper-col-3c-1-half .pdf-col-sub-fill {
      width: 66.66667%; }
      .col-gen-1-half .pdf-col-sub-fill .ratio1_sqrt2::before, .col-3c-1-half .pdf-col-sub-fill .ratio1_sqrt2::before, .swiper-col-1-half .pdf-col-sub-fill .ratio1_sqrt2::before, .swiper-col-3c-1-half .pdf-col-sub-fill .ratio1_sqrt2::before {
        padding-top: 70.7105%;
        margin-bottom: -24px; }
    .col-gen-1 .pdf-col-sub-fill, .col-3c-1 .pdf-col-sub-fill, .swiper-col-1 .pdf-col-sub-fill, .swiper-col-3c-1 .pdf-col-sub-fill {
      width: 50%; }
      .col-gen-1 .pdf-col-sub-fill .ratio1_sqrt2::before, .col-3c-1 .pdf-col-sub-fill .ratio1_sqrt2::before, .swiper-col-1 .pdf-col-sub-fill .ratio1_sqrt2::before, .swiper-col-3c-1 .pdf-col-sub-fill .ratio1_sqrt2::before {
        padding-top: 141.421%;
        margin-bottom: 0; } }
  @media screen and (min-width: 480px) and (max-width: 1023px) {
    .col-gen-2 .pdf-col-sub-fill, .col-2c-2 .pdf-col-sub-fill, .col-gen-2-half .pdf-col-sub-fill, .col-gen-3 .pdf-col-sub-fill, .col-gen-3-half .pdf-col-sub-fill, .col-gen-4 .pdf-col-sub-fill, .col-2c-2-half .pdf-col-sub-fill, .col-2c-3 .pdf-col-sub-fill, .col-2c-3-half .pdf-col-sub-fill, .col-2c-4 .pdf-col-sub-fill {
      width: 75%; }
      .col-gen-2 .pdf-col-sub-fill .ratio1_sqrt2::before, .col-2c-2 .pdf-col-sub-fill .ratio1_sqrt2::before, .col-gen-2-half .pdf-col-sub-fill .ratio1_sqrt2::before, .col-gen-3 .pdf-col-sub-fill .ratio1_sqrt2::before, .col-gen-3-half .pdf-col-sub-fill .ratio1_sqrt2::before, .col-gen-4 .pdf-col-sub-fill .ratio1_sqrt2::before, .col-2c-2-half .pdf-col-sub-fill .ratio1_sqrt2::before, .col-2c-3 .pdf-col-sub-fill .ratio1_sqrt2::before, .col-2c-3-half .pdf-col-sub-fill .ratio1_sqrt2::before, .col-2c-4 .pdf-col-sub-fill .ratio1_sqrt2::before {
        padding-top: 47.14033%;
        margin-bottom: -48px; }
    .col-gen-1-half .pdf-col-sub-fill, .col-2c-1-half .pdf-col-sub-fill {
      width: 66.66667%; }
      .col-gen-1-half .pdf-col-sub-fill .ratio1_sqrt2::before, .col-2c-1-half .pdf-col-sub-fill .ratio1_sqrt2::before {
        padding-top: 70.7105%;
        margin-bottom: -24px; }
    .col-gen-1 .pdf-col-sub-fill, .col-2c-1 .pdf-col-sub-fill, .swiper-slide .pdf-col-sub-fill {
      width: 50%; }
      .col-gen-1 .pdf-col-sub-fill .ratio1_sqrt2::before, .col-2c-1 .pdf-col-sub-fill .ratio1_sqrt2::before, .swiper-slide .pdf-col-sub-fill .ratio1_sqrt2::before {
        padding-top: 141.421%;
        margin-bottom: 0; } }
  @media screen and (max-width: 479px) {
    .col-gen-1 .pdf-col-sub-fill, .col-gen-1-half .pdf-col-sub-fill, .col-gen-2 .pdf-col-sub-fill, .col-gen-2-half .pdf-col-sub-fill, .col-gen-3 .pdf-col-sub-fill, .col-gen-3-half .pdf-col-sub-fill, .col-gen-4 .pdf-col-sub-fill, .col-1c-1 .pdf-col-sub-fill, .col-1c-1-half .pdf-col-sub-fill, .col-1c-2 .pdf-col-sub-fill, .col-1c-2-half .pdf-col-sub-fill, .col-1c-3 .pdf-col-sub-fill, .col-1c-3-half .pdf-col-sub-fill, .col-1c-4 .pdf-col-sub-fill, .swiper-slide .pdf-col-sub-fill {
      width: 50%; }
      .col-gen-1 .pdf-col-sub-fill .ratio1_sqrt2::before, .col-gen-1-half .pdf-col-sub-fill .ratio1_sqrt2::before, .col-gen-2 .pdf-col-sub-fill .ratio1_sqrt2::before, .col-gen-2-half .pdf-col-sub-fill .ratio1_sqrt2::before, .col-gen-3 .pdf-col-sub-fill .ratio1_sqrt2::before, .col-gen-3-half .pdf-col-sub-fill .ratio1_sqrt2::before, .col-gen-4 .pdf-col-sub-fill .ratio1_sqrt2::before, .col-1c-1 .pdf-col-sub-fill .ratio1_sqrt2::before, .col-1c-1-half .pdf-col-sub-fill .ratio1_sqrt2::before, .col-1c-2 .pdf-col-sub-fill .ratio1_sqrt2::before, .col-1c-2-half .pdf-col-sub-fill .ratio1_sqrt2::before, .col-1c-3 .pdf-col-sub-fill .ratio1_sqrt2::before, .col-1c-3-half .pdf-col-sub-fill .ratio1_sqrt2::before, .col-1c-4 .pdf-col-sub-fill .ratio1_sqrt2::before, .swiper-slide .pdf-col-sub-fill .ratio1_sqrt2::before {
        padding-top: 141.421%;
        margin-bottom: 0; } }

/*
	classes for super cols to get special breaks of fourth column
*/
/* 4 column layouts (XL, L) */
@media screen and (min-width: 1366px) {
  .col-sup-3-1-left {
    width: 75%;
    float: left; }
    .col-sup-3-1-left .col-4c-0-half, .col-sup-3-1-left .col-gen-0-half {
      width: 16.66667%; }
    .col-sup-3-1-left .col-4c-1, .col-sup-3-1-left .col-gen-1 {
      width: 33.33333%; }
    .col-sup-3-1-left .col-4c-1-half, .col-sup-3-1-left .col-gen-1-half {
      width: 50%; }
    .col-sup-3-1-left .col-4c-2, .col-sup-3-1-left .col-gen-2 {
      width: 66.66667%; }
    .col-sup-3-1-left .col-4c-2-half, .col-sup-3-1-left .col-gen-2-half {
      width: 83.33333%; }
    .col-sup-3-1-left .col-4c-3, .col-sup-3-1-left .col-gen-3, .col-sup-3-1-left .col-4c-3-half, .col-sup-3-1-left .col-gen-3-half, .col-sup-3-1-left .col-4c-4, .col-sup-3-1-left .col-gen-4 {
      width: 100%; }

  .col-sup-3-1-right {
    width: 25%;
    float: right; }
    .col-sup-3-1-right [class^="col-4c-"], .col-sup-3-1-right [class*=" col-4c-"],
    .col-sup-3-1-right [class^="col-gen-"], .col-sup-3-1-right [class*=" col-gen-"] {
      width: 100%; } }
/* 3 column layout (M, S, XS) */
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .col-sup-3-1-left {
    width: 66.66667%;
    float: left; }
    .col-sup-3-1-left .col-3c-0-half, .col-sup-3-1-left .col-gen-0-half {
      width: 25.00001%; }
    .col-sup-3-1-left .col-3c-1, .col-sup-3-1-left .col-gen-1 {
      width: 50.0%; }
    .col-sup-3-1-left .col-3c-1-half, .col-sup-3-1-left .col-gen-1-half {
      width: 75%; }
    .col-sup-3-1-left .col-3c-2, .col-sup-3-1-left .col-gen-2, .col-sup-3-1-left .col-3c-2-half, .col-sup-3-1-left .col-gen-2-half, .col-sup-3-1-left .col-3c-3, .col-sup-3-1-left .col-gen-3, .col-sup-3-1-left .col-gen-3-half, .col-sup-3-1-left .col-gen-4 {
      width: 100%; }

  .col-sup-3-1-right {
    width: 33.33333%;
    float: right; }
    .col-sup-3-1-right [class^="col-3c-"], .col-sup-3-1-right [class*=" col-3c-"],
    .col-sup-3-1-right [class^="col-gen-"], .col-sup-3-1-right [class*=" col-gen-"] {
      width: 100%; } }
/* 4 column layouts (XL, L) */
@media screen and (min-width: 1366px) {
  .col-sup-2-2 {
    width: 50%;
    float: left;
    /* 0,25 Spalten & 0,75 Spalten
    .col-4c-0-quarter, .col-gen-0-quarter {
    	width: 6.25% / $width;
    }
    */ }
    .col-sup-2-2 .col-4c-0-three-quarter, .col-sup-2-2 .col-gen-0-three-quarter {
      width: 37.5%;
      position: relative;
      float: left;
      overflow: hidden; }
    .col-sup-2-2 .col-4c-0-half, .col-sup-2-2 .col-gen-0-half {
      width: 25%; }
    .col-sup-2-2 .col-4c-1, .col-sup-2-2 .col-gen-1 {
      width: 50%; }
    .col-sup-2-2 .col-4c-1-half, .col-sup-2-2 .col-gen-1-half {
      width: 75%; }
    .col-sup-2-2 .col-4c-2, .col-sup-2-2 .col-gen-2, .col-sup-2-2 .col-4c-2-half, .col-sup-2-2 .col-gen-2-half, .col-sup-2-2 .col-4c-3, .col-sup-2-2 .col-gen-3, .col-sup-2-2 .col-4c-3-half, .col-sup-2-2 .col-gen-3-half, .col-sup-2-2 .col-4c-4, .col-sup-2-2 .col-gen-4 {
      width: 100%; } }
/* 3 column layout (M, S, XS) */
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .col-sup-2-2 {
    width: 50%;
    float: left;
    /* 0,25 Spalten & 0,75 Spalten
    .col-3c-0-quarter, .col-gen-0-quarter {
    	width: 8.33334% / $width;
    }
    */ }
    .col-sup-2-2 .col-3c-0-three-quarter, .col-sup-2-2 .col-gen-0-three-quarter {
      width: 50%;
      position: relative;
      float: left;
      overflow: hidden; }
    .col-sup-2-2 .col-3c-0-half, .col-sup-2-2 .col-gen-0-half {
      width: 33.33334%; }
    .col-sup-2-2 .col-3c-1, .col-sup-2-2 .col-gen-1 {
      width: 66.66666%; }
    .col-sup-2-2 .col-3c-1-half, .col-sup-2-2 .col-gen-1-half, .col-sup-2-2 .col-3c-2, .col-sup-2-2 .col-gen-2, .col-sup-2-2 .col-3c-2-half, .col-sup-2-2 .col-gen-2-half, .col-sup-2-2 .col-3c-3, .col-sup-2-2 .col-gen-3, .col-sup-2-2 .col-gen-3-half, .col-sup-2-2 .col-gen-4 {
      width: 100%; } }
/* 24 and 8 bit sprites disabled: */
if false {
  /* 24 Bit Sprites */
  /* 8 Bit Sprites */ }
  if false .sprite-header-logo,
  if false .sprite-header-search,
  if false .sprite-header-arrow-down,
  if false .sprite-icon-download,
  if false .sprite-icon-img,
  if false .sprite-up,
  if false .sprite-section {
    display: inline-block;
    background-image: url("../media/sprite-24bit.1.png");
    background-repeat: no-repeat;
    /* sprites for retina display */ }
    if false .sprite-header-logo > span,
    if false .sprite-header-search > span,
    if false .sprite-header-arrow-down > span,
    if false .sprite-icon-download > span,
    if false .sprite-icon-img > span,
    if false .sprite-up > span,
    if false .sprite-section > span {
      display: none; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      if false .sprite-header-logo,
      if false .sprite-header-search,
      if false .sprite-header-arrow-down,
      if false .sprite-icon-download,
      if false .sprite-icon-img,
      if false .sprite-up,
      if false .sprite-section {
        background-image: url("../media/sprite-24bit-retina.1.png");
        background-size: 500px 500px; } }
  if false .sprite-header-logo {
    width: 151px;
    height: 20px;
    background-position: 0 0; }
  if false .sprite-header-search {
    width: 20px;
    height: 21px;
    background-position: 0 -75px; }
  if false .sprite-header-arrow-down {
    width: 10px;
    height: 6px;
    background-position: 0 -150px; }
  if false .sprite-icon-download {
    width: 48px;
    height: 48px;
    background-position: -75px -75px; }
  if false .sprite-icon-img {
    width: 48px;
    height: 48px;
    background-position: -75px -150px; }
  if false .sprite-up {
    width: 72px;
    height: 72px;
    background-position: -150px -75px; }
    if false .sprite-up:hover {
      background-position: -225px -75px; }
  if false .sprite-section {
    width: 16px;
    height: 8px;
    background-position: -150px -150px;
    margin-top: 0.5rem; }
  if false .label-active .sprite-section {
    width: 16px;
    height: 8px;
    background-position: -150px -170px; }
  if false .sprite-footer-info,
  if false .sprite-footer-tel,
  if false .sprite-footer-sm-1,
  if false .sprite-footer-sm-2,
  if false .sprite-footer-sm-3,
  if false .sprite-footer-sm-4,
  if false .sprite-footer-sm-5,
  if false .sprite-contact-open,
  if false .sprite-contact-close,
  if false .sprite-footer-logo {
    display: inline-block;
    background-image: url("../media/sprite-8bit.1.png");
    background-repeat: no-repeat;
    /* sprites for retina display */ }
    if false .sprite-footer-info > span,
    if false .sprite-footer-tel > span,
    if false .sprite-footer-sm-1 > span,
    if false .sprite-footer-sm-2 > span,
    if false .sprite-footer-sm-3 > span,
    if false .sprite-footer-sm-4 > span,
    if false .sprite-footer-sm-5 > span,
    if false .sprite-contact-open > span,
    if false .sprite-contact-close > span,
    if false .sprite-footer-logo > span {
      display: none; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
      if false .sprite-footer-info,
      if false .sprite-footer-tel,
      if false .sprite-footer-sm-1,
      if false .sprite-footer-sm-2,
      if false .sprite-footer-sm-3,
      if false .sprite-footer-sm-4,
      if false .sprite-footer-sm-5,
      if false .sprite-contact-open,
      if false .sprite-contact-close,
      if false .sprite-footer-logo {
        background-image: url("../media/sprite-8bit-retina.1.png");
        background-size: 500px 700px; } }
  if false .sprite-footer-info {
    width: 48px;
    height: 48px;
    background-position: 0 0; }
  if false .sprite-footer-tel {
    width: 48px;
    height: 48px;
    background-position: 0 -75px; }
  if false .sprite-footer-sm-1 {
    width: 48px;
    height: 48px;
    background-position: 0 -150px; }
    if false .sprite-footer-sm-1:hover {
      background-position: -75px -150px; }
  if false .sprite-footer-sm-2 {
    width: 48px;
    height: 48px;
    background-position: 0 -225px; }
    if false .sprite-footer-sm-2:hover {
      background-position: -75px -225px; }
  if false .sprite-footer-sm-3 {
    width: 48px;
    height: 48px;
    background-position: 0 -300px; }
    if false .sprite-footer-sm-3:hover {
      background-position: -75px -300px; }
  if false .sprite-footer-sm-4 {
    width: 48px;
    height: 48px;
    background-position: 0 -375px; }
    if false .sprite-footer-sm-4:hover {
      background-position: -75px -375px; }
  if false .sprite-footer-sm-5 {
    width: 48px;
    height: 48px;
    background-position: 0 -450px; }
    if false .sprite-footer-sm-5:hover {
      background-position: -75px -450px; }
  if false .sprite-contact-open {
    width: 48px;
    height: 48px;
    background-position: -150px 0; }
    if false .sprite-contact-open:hover {
      background-position: -225px 0; }
  if false .sprite-contact-close {
    width: 48px;
    height: 48px;
    background-position: -150px -150px; }

/* end of 24 and 8 bit sprites disabled */
/* Logo Sprites */
.sprite-header-logo,
.sprite-footer-logo {
  display: inline-block;
  background-image: url("../media/sprite-logo.png");
  background-repeat: no-repeat;
  /* sprites for retina display */ }
  .sprite-header-logo > span,
  .sprite-footer-logo > span {
    display: none; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .sprite-header-logo,
    .sprite-footer-logo {
      background-image: url("../media/sprite-logo-retina.png");
      background-size: 171px 96px; } }

.sprite-header-logo {
  width: 171px;
  height: 23px;
  background-position: 0 0; }

.sprite-footer-logo {
  width: 171px;
  height: 23px;
  background-position: 0 -50px; }

.crealogix-header-logo {
  display: inline-block;
  width: 330px;
  height: 100px;
  background-size: 330px 100px;
  margin-top: -35px;
  margin-right: -30px;
  background-image: url("../media/CLX_ELAXY_Logo_RGB_black.png");
  background-repeat: no-repeat;
  /*@media screen and (max-width: 371px) {
  	display: none;
  }*/ }
  .crealogix-header-logo > span {
    display: none; }

.crealogix-footer-logo {
  display: inline-block;
  width: 315px;
  height: 52px;
  background-size: 315px 52px;
  background-repeat: no-repeat;
  background-image: url("../media/logo_footer_white_elaxy_crealogix.png"); }
  .crealogix-footer-logo > span {
    display: none; }
  @media screen and (max-width: 1023px) {
    .crealogix-footer-logo {
      margin-bottom: -20px; } }

#nav-main {
  position: fixed;
  top: 0;
  z-index: 6000;
  width: 100%;
  height: 80px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px #1c2021;
  -moz-box-shadow: 0px 0px 10px 0px #1c2021;
  box-shadow: 0px 0px 10px 0px #1c2021;
  /* layout S and smaller */ }
  #nav-main.no-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  #nav-main div.nav-row {
    position: relative;
    height: 80px; }
  #nav-main div.logo {
    position: absolute;
    right: 24px;
    top: 30px; }
  #nav-main ul.top-menu {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #nav-main ul.top-menu li {
      margin: 0;
      padding: 0;
      height: 90px;
      list-style: none;
      display: block;
      float: left;
      width: auto;
      position: relative;
      text-transform: uppercase;
      color: #e2eaef; }
      #nav-main ul.top-menu li a {
        display: block;
        height: 90px;
        width: 103%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        color: #6f96af;
        text-decoration: none;
        padding: 30px 24px 18px 24px;
        font: 400 100% "Eurostile LT W01 Demi788242";
        font-size: 1rem;
        /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
        letter-spacing: 0.05em; }
      #nav-main ul.top-menu li a:hover, #nav-main ul.top-menu li a.nav-active {
        background-color: #e2eaef;
        color: #55758f; }
      #nav-main ul.top-menu li a:after {
        content: "|";
        position: absolute;
        right: -0.3rem;
        color: #e2eaef; }
      #nav-main ul.top-menu li:last-child a:after {
        content: ""; }
      #nav-main ul.top-menu li .icon-elaxy_ys_navigation_pfeil-unten {
        font-size: 0.75rem; }
  #nav-main #nav-burger-button {
    display: none;
    position: absolute;
    left: 0;
    top: 26px;
    font-size: 32px;
    line-height: 0;
    cursor: pointer; }

.nav-popup {
  display: none;
  position: fixed;
  z-index: 5000;
  width: 100%;
  top: 80px;
  left: 0;
  background-color: #e2eaef;
  -webkit-box-shadow: 0px 0px 10px 0px #1c2021;
  -moz-box-shadow: 0px 0px 10px 0px #1c2021;
  box-shadow: 0px 0px 10px 0px #1c2021;
  /* 4 column layouts (XL, L) */ }
  @media screen and (min-width: 1366px) {
    .nav-popup .row {
      display: table;
      width: 100%; }
      .nav-popup .row .nav-left, .nav-popup .row .nav-right {
        display: table-cell;
        float: none;
        vertical-align: top; }
      .nav-popup .row .nav-right {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 48px 24px 24px 24px; } }
  .nav-popup .nav-left, .nav-popup .nav-right {
    padding-top: 48px; }
  .nav-popup .nav-right {
    background-color: #c5d5df; }
    @media screen and (max-width: 1365px) {
      .nav-popup .nav-right {
        background-color: transparent;
        border-top: 1px solid #b5bfc6; } }
  .nav-popup a .nav-img img {
    width: 100%;
    height: auto; }
  .nav-popup a .nav-img-icon {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 5100;
    font-size: 1.5rem;
    display: none;
    color: #fff;
    border-radius: 50%;
    border-color: #fff;
    border: thin solid;
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center; }
  .nav-popup a .nav-img-box {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 0; }
  .nav-popup a .nav-txt strong {
    display: block;
    color: #6f96af;
    text-transform: uppercase;
    font: 400 100% "Eurostile LT W01 Demi788242";
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-bottom: 0rem;
    margin-bottom: 1.125rem;
    border-bottom: 1px solid #b5bfc6;
    height: 2.75rem;
    overflow: hidden; }
  .nav-popup a .nav-txt span {
    color: #b5bfc6;
    font: 400 100% "Roboto", sans-serif;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    height: 2.75rem;
    overflow: hidden;
    display: block;
    /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
    letter-spacing: 0.02em;
    margin: 0;
    padding: 0; }
  .nav-popup a:hover .nav-img-box {
    background-color: #c7c500; }
    .nav-popup a:hover .nav-img-box img {
      /* source: https://css-tricks.com/snippets/css/cross-browser-opacity/ */
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
      /* IE 5-7 */
      filter: alpha(opacity=25);
      /* Netscape */
      -moz-opacity: 0.25;
      /* Safari 1.x */
      -khtml-opacity: 0.25;
      /* Good browsers */
      opacity: 0.25;
      /*
      &:hover {
      	@include opacity(0);
      }
      */ }
  .nav-popup a:hover .nav-img-icon {
    display: inline-block;
    /* source: https://css-tricks.com/snippets/css/cross-browser-opacity/ */
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1; }
  .nav-popup a:hover .nav-txt strong {
    color: #55758f; }
  .nav-popup a.nav-col {
    display: block;
    float: left;
    width: 33.33%;
    /* 2 column layout (XXS) */ }
    @media screen and (min-width: 480px) and (max-width: 1023px) {
      .nav-popup a.nav-col {
        width: 50%; } }
    .nav-popup a.nav-col .nav-img, .nav-popup a.nav-col .nav-txt {
      float: left;
      width: 50%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      padding: 0 12px 0 36px; }
    .nav-popup a.nav-col .nav-img {
      margin-bottom: 48px; }
    .nav-popup a.nav-col .nav-txt {
      padding: 0 36px 0 12px; }
  .nav-popup a.nav-logo, .nav-popup a.nav-wide {
    display: block;
    float: left;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 12px;
    /* 3 column layout (M, S, XS) */
    /* 2 column layout (XXS) */ }
    @media screen and (min-width: 1366px) {
      .nav-popup a.nav-logo .nav-img, .nav-popup a.nav-logo .nav-txt, .nav-popup a.nav-wide .nav-img, .nav-popup a.nav-wide .nav-txt {
        width: auto; }
      .nav-popup a.nav-logo .nav-txt, .nav-popup a.nav-wide .nav-txt {
        height: 48px;
        overflow: hidden;
        margin: 0;
        padding: 0; }
        .nav-popup a.nav-logo .nav-txt strong, .nav-popup a.nav-wide .nav-txt strong {
          padding: 0;
          padding-top: 8px;
          margin: 0;
          border: 0; }
        .nav-popup a.nav-logo .nav-txt span, .nav-popup a.nav-wide .nav-txt span {
          display: none; } }
    @media screen and (max-width: 1365px) {
      .nav-popup a.nav-logo, .nav-popup a.nav-wide {
        display: block;
        float: left;
        width: 33.33%;
        padding: 0; }
        .nav-popup a.nav-logo .nav-img, .nav-popup a.nav-logo .nav-txt, .nav-popup a.nav-wide .nav-img, .nav-popup a.nav-wide .nav-txt {
          float: left;
          width: 50%;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          padding: 0 12px 0 36px; }
        .nav-popup a.nav-logo .nav-img, .nav-popup a.nav-wide .nav-img {
          margin-bottom: 48px; }
        .nav-popup a.nav-logo .nav-txt, .nav-popup a.nav-wide .nav-txt {
          padding: 0 36px 0 12px; } }
    @media screen and (min-width: 480px) and (max-width: 1023px) {
      .nav-popup a.nav-logo, .nav-popup a.nav-wide {
        width: 50%; } }
  .nav-popup a.nav-wide {
    width: 100%;
    /* 3 column layout (M, S, XS) */
    /* 2 column layout (XXS) */ }
    @media screen and (max-width: 1365px) {
      .nav-popup a.nav-wide {
        display: block;
        float: left;
        width: 33.33%;
        padding: 0; }
        .nav-popup a.nav-wide .nav-img, .nav-popup a.nav-wide .nav-txt {
          float: none;
          width: 100%;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          padding: 0 36px 0 36px; }
        .nav-popup a.nav-wide .nav-img {
          margin-bottom: 0; }
        .nav-popup a.nav-wide .nav-txt {
          height: 48px;
          overflow: hidden;
          margin: 0;
          padding: 0; }
          .nav-popup a.nav-wide .nav-txt strong {
            padding: 8px 36px 0 36px;
            margin: 0;
            border: 0; }
          .nav-popup a.nav-wide .nav-txt span {
            display: none; } }
    @media screen and (min-width: 480px) and (max-width: 1023px) {
      .nav-popup a.nav-wide {
        width: 50%; } }
  .nav-popup div.all-solutions {
    clear: both;
    width: auto;
    text-align: center;
    padding: 0 24px 48px 24px; }
    .nav-popup div.all-solutions a {
      display: block;
      border-top: 1px solid #b5bfc6;
      margin: 0 12px;
      padding: 42px 0 0 0;
      font: 400 100% "Eurostile LT W01 Demi788242";
      font-size: 0.875rem;
      line-height: 1.25rem;
      text-transform: uppercase;
      /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
      letter-spacing: 0.04em;
      color: #6f96af; }
      .nav-popup div.all-solutions a:hover {
        color: #55758f; }

#nav-popup-search .row {
  display: block;
  margin: 48px auto; }
#nav-popup-search .button {
  width: 100%;
  display: block;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px; }
#nav-popup-search .ui-autocomplete {
  position: sticky; }

#nav-mobile {
  display: none;
  position: fixed;
  top: 80px;
  z-index: 5000;
  max-width: 100vw;
  width: 360px;
  max-height: calc(100% - 80px);
  overflow: auto;
  font: 400 100% "Eurostile LT W01 Medium788251";
  font-size: 1.25rem; }
  #nav-mobile a {
    display: block;
    color: #6f96af;
    text-decoration: none; }
    #nav-mobile a:hover {
      color: #55758f; }
  #nav-mobile ul {
    margin: 0;
    padding: 0; }
    #nav-mobile ul li {
      margin: 0;
      padding: 0;
      list-style: none; }
  #nav-mobile .nav-mobile-main {
    background-color: #e2eaef;
    padding: 12px;
    text-transform: uppercase; }
    #nav-mobile .nav-mobile-main ul li {
      padding: 12px;
      border-top: 1px solid #b5bfc6; }
      #nav-mobile .nav-mobile-main ul li .nav-with-mobile-submenu-arrow {
        float: right;
        margin-top: 6px;
        font-size: 1.125rem; }
      #nav-mobile .nav-mobile-main ul li .nav-mobile-submenu {
        display: none;
        font: 500 100% "Roboto", sans-serif;
        font-size: 1rem; }
        #nav-mobile .nav-mobile-main ul li .nav-mobile-submenu .nav-about-submenu-additional, #nav-mobile .nav-mobile-main ul li .nav-mobile-submenu .nav-solutions-submenu-additional {
          background-color: #c5d5df;
          margin: 12px -24px;
          padding: 12px 24px;
          overflow: hidden; }
          #nav-mobile .nav-mobile-main ul li .nav-mobile-submenu .nav-about-submenu-additional img, #nav-mobile .nav-mobile-main ul li .nav-mobile-submenu .nav-solutions-submenu-additional img {
            width: 100%;
            height: auto; }
          #nav-mobile .nav-mobile-main ul li .nav-mobile-submenu .nav-about-submenu-additional strong, #nav-mobile .nav-mobile-main ul li .nav-mobile-submenu .nav-solutions-submenu-additional strong {
            display: block;
            padding-top: 8px;
            padding-bottom: 12px; }
        #nav-mobile .nav-mobile-main ul li .nav-mobile-submenu .nav-solutions-submenu-additional {
          padding: 12px; }
          #nav-mobile .nav-mobile-main ul li .nav-mobile-submenu .nav-solutions-submenu-additional a {
            float: left;
            display: block;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            width: 50%;
            padding: 0 12px;
            margin-top: 12px; }
      #nav-mobile .nav-mobile-main ul li ul li {
        padding: 0;
        border: none; }
        #nav-mobile .nav-mobile-main ul li ul li.nav-all-solutions {
          border-top: 1px solid #b5bfc6;
          margin: 0rem -1rem 0rem -1rem; }
          #nav-mobile .nav-mobile-main ul li ul li.nav-all-solutions a {
            padding: 1rem; }
        #nav-mobile .nav-mobile-main ul li ul li a {
          padding: 1rem 0 1rem 0; }
        #nav-mobile .nav-mobile-main ul li ul li:first-child a {
          padding: 2rem 0 1rem 0; }
  #nav-mobile .nav-mobile-search-form {
    /*
    min-height: 100vh;
    */
    background-color: #666868;
    padding: 24px; }
    #nav-mobile .nav-mobile-search-form .button {
      width: 100%;
      display: block;
      margin: 24px 0;
      padding-top: 10px;
      padding-bottom: 10px; }
    #nav-mobile .nav-mobile-search-form .ui-autocomplete {
      position: sticky; }

/* for large layouts: */
.nav-popup-show {
  display: block; }

#nav-mobile.nav-mobile-show {
  display: none; }

/* layout S and smaller */
@media screen and (max-width: 1279px) {
  #nav-main ul.top-menu {
    display: none; }
  #nav-main #nav-burger-button {
    display: block; }

  .nav-popup-show {
    display: none; }

  /* id schlaegt class -- darum mit id: */
  #nav-mobile.nav-mobile-show {
    display: block; }

  #nav-mobile-overlay.nav-mobile-show {
    display: block; } }
.sticky-submenu {
  height: 80px;
  padding: 0 !important;
  background-color: #fff;
  border-bottom: 2px solid #b5bfc6; }
  .sticky-submenu.stick-it {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4999; }
  .sticky-submenu .submenu-label {
    display: block; }
    .sticky-submenu .submenu-label small, .sticky-submenu .submenu-label strong {
      display: block;
      font: 400 100% "Roboto", sans-serif; }
    .sticky-submenu .submenu-label small {
      font-size: 0.6875rem;
      /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
      letter-spacing: 0.02em; }
    .sticky-submenu .submenu-label strong {
      font-size: 1.5rem;
      /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
      letter-spacing: 0.01em;
      padding: 1.2em 0px; }
  .sticky-submenu .submenu-links, .sticky-submenu .submenu-filter-button {
    text-align: right; }
  .sticky-submenu ul {
    display: block;
    height: 80px;
    margin: 0;
    padding: 0;
    width: 100%; }
    .sticky-submenu ul li {
      display: inline-block;
      list-style: none;
      margin: 0;
      padding: 0;
      line-height: 80px; }
      .sticky-submenu ul li:first-child {
        padding: 0; }
      .sticky-submenu ul li a {
        display: inline-block;
        height: 80px;
        padding: 0 24px; }
  .sticky-submenu .dropdown-button {
    padding: 1em 0.8em; }
    .sticky-submenu .dropdown-button span {
      padding-left: 2em; }

.sticky-dropdown-filter {
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 4999;
  background-color: #e2eaef;
  border-bottom: 2px solid #b5bfc6;
  padding-bottom: 0px; }
  .sticky-dropdown-filter .img-with-subtitle {
    width: 12.5%;
    position: relative;
    float: left;
    cursor: pointer;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: 1rem; }
    .sticky-dropdown-filter .img-with-subtitle .nav-img img {
      width: 100%;
      height: auto; }
    .sticky-dropdown-filter .img-with-subtitle .nav-img-icon {
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      top: 50%;
      z-index: 5100;
      font-size: 1.5rem;
      display: none;
      color: #fff;
      border-radius: 50%;
      border-color: #fff;
      border: thin solid;
      width: 4.5rem;
      height: 4.5rem;
      line-height: 4.5rem;
      text-align: center; }
    .sticky-dropdown-filter .img-with-subtitle .nav-txt strong {
      display: block;
      color: #6f96af;
      text-transform: uppercase;
      font: 400 100% "Eurostile LT W01 Demi788242";
      font-size: 0.875rem;
      line-height: 1.25rem;
      padding-bottom: 0rem;
      padding-top: 8px;
      margin-bottom: 1.125rem;
      height: 2.75rem;
      overflow: hidden; }
    .sticky-dropdown-filter .img-with-subtitle .nav-img-box {
      position: relative;
      margin: 0;
      padding: 0;
      line-height: 0;
      border: 1px solid #6f96af; }
    .sticky-dropdown-filter .img-with-subtitle:hover {
      /* Falls die Schriftfarbe geaendert werden soll
      .nav-txt {
      	h2 {
      		color: red;
      	}
      }
      */ }
      .sticky-dropdown-filter .img-with-subtitle:hover .nav-img-box {
        background-color: #c7c500; }
        .sticky-dropdown-filter .img-with-subtitle:hover .nav-img-box img {
          /* source: https://css-tricks.com/snippets/css/cross-browser-opacity/ */
          /* IE 8 */
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
          /* IE 5-7 */
          filter: alpha(opacity=25);
          /* Netscape */
          -moz-opacity: 0.25;
          /* Safari 1.x */
          -khtml-opacity: 0.25;
          /* Good browsers */
          opacity: 0.25; }
      .sticky-dropdown-filter .img-with-subtitle:hover .nav-img-icon {
        display: block; }
    .sticky-dropdown-filter .img-with-subtitle a {
      padding-left: 1rem; }

@media screen and (max-width: 1599px) and (min-width: 1024px) {
  .sticky-dropdown-filter .img-with-subtitle {
    width: 20%; } }
@media screen and (max-width: 1023px) and (min-width: 998px) {
  .sticky-dropdown-filter .img-with-subtitle {
    width: 25%; } }
@media screen and (max-width: 997px) and (min-width: 768px) {
  .sticky-dropdown-filter .img-with-subtitle {
    width: 40%; } }
@media screen and (max-width: 767px) and (min-width: 480px) {
  .sticky-dropdown-filter .img-with-subtitle {
    width: 85%; }

  .dropdown-button {
    margin-top: 1.2em !important; }
    .dropdown-button span {
      padding-left: 1em !important; } }
@media screen and (max-width: 480px) {
  .sticky-dropdown-filter .img-with-subtitle {
    width: 40%; }

  .dropdown-button {
    margin-top: 1.75em !important; } }
.sticky-dropdown-filter .col-sub-half .img-with-subtitle {
  width: 100%;
  float: none;
  margin: 0; }

main {
  /* blau */ }
  main section {
    margin: 0;
    padding: 3rem 0; }
  main .no-padding-top {
    padding-top: 0 !important; }
  main section.same-background {
    padding: 0px; }
    main section.same-background .container {
      padding: 3rem 0;
      border-top: 1px solid #b5bfc6; }
  main section.theme-1 {
    background-color: #fff; }
  main section.theme-2 {
    background-color: #e2eaef; }
  main section.theme-3 {
    /* Farbe aus 15_1110_Elaxy_Relaunch_Herbstevent-2015_Seitenvorschau.png -- ist nicht im Farben-Satz definiert! */
    background-color: #e8edf3; }
  main section.theme-4 {
    background-color: #55758f; }
    main section.theme-4 * {
      color: #fff; }
    main section.theme-4 .mainlabel h3, main section.theme-4 h4 {
      color: #c7c500; }
    main section.theme-4 .button {
      background-color: transparent;
      border-color: #fff;
      color: #fff;
      text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); }
  main section.theme-1,
  main section.theme-2,
  main section.theme-3,
  main section.theme-4 {
    background-size: cover;
    background-position: center center;
    /* is default
    &.theme-background-cover {
    }
    */ }
    main section.theme-1.theme-background-left,
    main section.theme-2.theme-background-left,
    main section.theme-3.theme-background-left,
    main section.theme-4.theme-background-left {
      background-position: left center; }
    main section.theme-1.theme-background-center,
    main section.theme-2.theme-background-center,
    main section.theme-3.theme-background-center,
    main section.theme-4.theme-background-center {
      background-position: center center; }
    main section.theme-1.theme-background-right,
    main section.theme-2.theme-background-right,
    main section.theme-3.theme-background-right,
    main section.theme-4.theme-background-right {
      background-position: right center; }

section.breadcrumbs {
  background-color: #fff;
  padding: 0; }
  section.breadcrumbs .text-content {
    font: 300 100% "Roboto", sans-serif;
    font-size: 0.875rem;
    line-height: 1.125rem;
    /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
    letter-spacing: 0.05em;
    padding-top: 1.2rem;
    padding-bottom: .5rem; }
    section.breadcrumbs .text-content a, section.breadcrumbs .text-content > span {
      display: inline-block;
      margin-right: .5rem; }
    section.breadcrumbs .text-content a {
      text-transform: uppercase;
      color: #6f96af; }
    section.breadcrumbs .text-content > span {
      color: #9eaab2; }
    section.breadcrumbs .text-content a.breadcrumb-active, section.breadcrumbs .text-content > span.breadcrumb-active {
      text-transform: none;
      color: #4e4f4f; }

.text-big {
  text-transform: uppercase; }

.mainlabel h3 {
  font: 400 100% "Eurostile LT W01 Demi788242";
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #c7c500;
  text-transform: uppercase;
  /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
  letter-spacing: 0.02em;
  /* Balken mit Punkt unter der Ueberschrift: */ }
  .mainlabel h3::after {
    content: ' ';
    display: block;
    margin-top: 2px;
    width: 48px;
    height: 3px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSIzIiB2ZXJzaW9uPSIxLjEiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDkuMzYyMikiPjxyZWN0IHdpZHRoPSIzIiBoZWlnaHQ9IjMiIHg9IjAiIHk9IjEwNDkuNCIgZmlsbD0iI2M3YzUwNyIvPjxyZWN0IHdpZHRoPSI0MiIgaGVpZ2h0PSIzIiB4PSI2IiB5PSIxMDQ5LjQiIHN0eWxlPSJmaWxsLW9wYWNpdHk6MC4yO2ZpbGw6I2M3YzUwNyIvPjwvZz48L3N2Zz4=);
    margin-bottom: 3.75rem; }

.mainlabel-slider {
  padding-bottom: 1.5rem; }

/*
	war urspruenglich 2rem;
*/
.headline {
  padding-top: 0;
  padding-bottom: 2rem; }
  .headline h1, .headline h2 {
    font: 400 100% "Eurostile LT W01 Medium788251";
    font-size: 2.75rem;
    line-height: 3rem;
    color: #55758f;
    margin: 0;
    padding: 0; }

img.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); }
  img.grayscale:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%); }

.img-wrapper img {
  margin: 0 auto;
  width: 100%;
  height: auto; }
.img-wrapper .icon-lupe, .img-wrapper .pdf-hover {
  display: none; }

a.tight {
  line-height: 0; }

a.hover .img-wrapper {
  position: relative;
  display: inline-block; }
  a.hover .img-wrapper .icon-lupe {
    visibility: visible;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 2100;
    font-size: 1.5rem;
    display: none;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center; }
  a.hover .img-wrapper img {
    vertical-align: bottom; }
a.hover:hover .img-wrapper {
  background-color: #c7c500; }
  a.hover:hover .img-wrapper .icon-lupe {
    display: inline-block; }
  a.hover:hover .img-wrapper img, a.hover:hover .img-wrapper div {
    /* source: https://css-tricks.com/snippets/css/cross-browser-opacity/ */
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    /* IE 5-7 */
    filter: alpha(opacity=25);
    /* Netscape */
    -moz-opacity: 0.25;
    /* Safari 1.x */
    -khtml-opacity: 0.25;
    /* Good browsers */
    opacity: 0.25; }

.subline {
  /*
  margin-top: px2rem(48px);
  */
  margin-bottom: 1.5rem; }
  .subline h3, .subline h4, .subline strong {
    display: block;
    font: 400 100% "Roboto", sans-serif;
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #c7c500;
    margin: 0;
    padding: 0; }

.meta-info {
  font-size: 1.375rem;
  line-height: 1.5rem;
  margin-top: -1.5rem;
  margin-bottom: 3rem; }

.more {
  display: block;
  margin-top: 1.5rem;
  font-weight: 500; }

.theme-4.dark-background .more {
  color: #c7c500; }

.active {
  margin-left: -12px;
  margin-right: -12px; }

.text-wysiwyg {
  font-size: 1.125rem;
  line-height: 1.625rem;
  padding-bottom: 2rem; }
  .text-wysiwyg p {
    margin: 0;
    padding: 0; }

h4.underlined, h5.underlined {
  font: 400 100% "Eurostile LT W01 Medium788251";
  font-size: 0.9375rem;
  line-height: 1.25rem;
  /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4e4f4f;
  border-bottom: 1px solid #b5bfc6;
  margin: 0 0 1.2rem 0;
  padding: 0 0 .4rem 0; }

.pdf-download:after, .info-box:after {
  content: "";
  display: table;
  clear: both; }
.pdf-download .element, .element .pdf-download, .info-box .element, .element .info-box {
  overflow: hidden;
  margin-bottom: 2rem; }
.pdf-download a.dl-link, .info-box a.dl-link {
  position: relative;
  display: block;
  width: 100%;
  color: #a80e2c;
  text-decoration: none;
  		/*
  				.pdf-preview {
  					position: absolute;
  					top: 0;
  					left: 12px;
  					z-index: 90;
  					line-height: 0;
  
  					img {
  						border: 1px solid $primary-color-3;
  						width: 168px;
  						height: auto;
  					}
  				}
  		*/ }
  .pdf-download a.dl-link .info-image, .info-box a.dl-link .info-image {
    position: relative;
    line-height: 0; }
  .pdf-download a.dl-link .pdf-hover, .pdf-download a.dl-link .icon-lupe, .info-box a.dl-link .pdf-hover, .info-box a.dl-link .icon-lupe {
    visibility: visible;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 2100;
    font-size: 1.5rem;
    display: none;
    color: #fff;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center; }
  .pdf-download a.dl-link .pdf-text, .pdf-download a.dl-link .info-text, .info-box a.dl-link .pdf-text, .info-box a.dl-link .info-text {
    margin: 0;
    padding: 0; }
    .pdf-download a.dl-link .pdf-text > h4, .pdf-download a.dl-link .pdf-text > h5, .pdf-download a.dl-link .info-text > h4, .pdf-download a.dl-link .info-text > h5, .info-box a.dl-link .pdf-text > h4, .info-box a.dl-link .pdf-text > h5, .info-box a.dl-link .info-text > h4, .info-box a.dl-link .info-text > h5 {
      font: 400 100% "Eurostile LT W01 Medium788251";
      font-size: 0.9375rem;
      line-height: 1.25rem;
      max-height: 2.5rem;
      overflow: hidden;
      /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #4e4f4f;
      border-bottom: 1px solid #b5bfc6;
      margin: 0 24px 1rem 24px;
      padding: 0 0 .25rem 0; }
      .theme-4.dark-background .pdf-download a.dl-link .pdf-text > h4, .theme-4.dark-background .pdf-download a.dl-link .pdf-text > h5, .theme-4.dark-background .pdf-download a.dl-link .info-text > h4, .theme-4.dark-background .pdf-download a.dl-link .info-text > h5, .theme-4.dark-background .info-box a.dl-link .pdf-text > h4, .theme-4.dark-background .info-box a.dl-link .pdf-text > h5, .theme-4.dark-background .info-box a.dl-link .info-text > h4, .theme-4.dark-background .info-box a.dl-link .info-text > h5 {
        color: #fff; }
    .pdf-download a.dl-link .pdf-text > h3, .pdf-download a.dl-link .info-text > h3, .info-box a.dl-link .pdf-text > h3, .info-box a.dl-link .info-text > h3 {
      font: 400 100% "Eurostile LT W01 Demi788242";
      font-size: 1.125rem;
      line-height: 1.375rem;
      /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: #55758f;
      margin: 0 1.5rem 1rem 1.5rem;
      padding: 0 0 .5rem 0;
      height: 2.25rem;
      overflow: hidden; }
      .theme-4.dark-background .pdf-download a.dl-link .pdf-text > h3, .theme-4.dark-background .pdf-download a.dl-link .info-text > h3, .theme-4.dark-background .info-box a.dl-link .pdf-text > h3, .theme-4.dark-background .info-box a.dl-link .info-text > h3 {
        color: #fff; }
    .pdf-download a.dl-link .pdf-text .info-subline, .pdf-download a.dl-link .info-text .info-subline, .info-box a.dl-link .pdf-text .info-subline, .info-box a.dl-link .info-text .info-subline {
      color: #c7c500;
      font: 500 100% "Roboto", sans-serif;
      font-size: 1rem;
      line-height: 1.5rem;
      height: 1.25rem;
      overflow: hidden;
      /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
      letter-spacing: 0.04em;
      margin: -1rem 24px .5rem 24px;
      padding: 0; }
    .pdf-download a.dl-link .pdf-text .text-wysiwyg, .pdf-download a.dl-link .pdf-text .text-wysiwyg *, .pdf-download a.dl-link .info-text .text-wysiwyg, .pdf-download a.dl-link .info-text .text-wysiwyg *, .info-box a.dl-link .pdf-text .text-wysiwyg, .info-box a.dl-link .pdf-text .text-wysiwyg *, .info-box a.dl-link .info-text .text-wysiwyg, .info-box a.dl-link .info-text .text-wysiwyg * {
      font: 300 100% "Roboto", sans-serif;
      font-size: 0.9375rem;
      line-height: 1.375rem;
      height: 9.5rem;
      overflow: hidden;
      /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
      letter-spacing: 0.02em;
      color: #4e4f4f; }
      @media screen and (min-width: 1366px) and (max-width: 1599px), screen and (min-width: 1024px) and (max-width: 1279px) {
        .pdf-download a.dl-link .pdf-text .text-wysiwyg, .pdf-download a.dl-link .pdf-text .text-wysiwyg *, .pdf-download a.dl-link .info-text .text-wysiwyg, .pdf-download a.dl-link .info-text .text-wysiwyg *, .info-box a.dl-link .pdf-text .text-wysiwyg, .info-box a.dl-link .pdf-text .text-wysiwyg *, .info-box a.dl-link .info-text .text-wysiwyg, .info-box a.dl-link .info-text .text-wysiwyg * {
          height: 8rem; } }
      .theme-4.dark-background .pdf-download a.dl-link .pdf-text .text-wysiwyg, .theme-4.dark-background .pdf-download a.dl-link .pdf-text .text-wysiwyg *, .theme-4.dark-background .pdf-download a.dl-link .info-text .text-wysiwyg, .theme-4.dark-background .pdf-download a.dl-link .info-text .text-wysiwyg *, .theme-4.dark-background .info-box a.dl-link .pdf-text .text-wysiwyg, .theme-4.dark-background .info-box a.dl-link .pdf-text .text-wysiwyg *, .theme-4.dark-background .info-box a.dl-link .info-text .text-wysiwyg, .theme-4.dark-background .info-box a.dl-link .info-text .text-wysiwyg * {
        color: #fff; }
    .pdf-download a.dl-link .pdf-text .text-content-with-subline, .pdf-download a.dl-link .pdf-text .text-content-with-subline *, .pdf-download a.dl-link .info-text .text-content-with-subline, .pdf-download a.dl-link .info-text .text-content-with-subline *, .info-box a.dl-link .pdf-text .text-content-with-subline, .info-box a.dl-link .pdf-text .text-content-with-subline *, .info-box a.dl-link .info-text .text-content-with-subline, .info-box a.dl-link .info-text .text-content-with-subline * {
      height: 8.5rem;
      overflow: hidden; }
      @media screen and (min-width: 1366px) and (max-width: 1599px), screen and (min-width: 1024px) and (max-width: 1279px) {
        .pdf-download a.dl-link .pdf-text .text-content-with-subline, .pdf-download a.dl-link .pdf-text .text-content-with-subline *, .pdf-download a.dl-link .info-text .text-content-with-subline, .pdf-download a.dl-link .info-text .text-content-with-subline *, .info-box a.dl-link .pdf-text .text-content-with-subline, .info-box a.dl-link .pdf-text .text-content-with-subline *, .info-box a.dl-link .info-text .text-content-with-subline, .info-box a.dl-link .info-text .text-content-with-subline * {
          height: 7rem; } }
    .pdf-download a.dl-link .pdf-text div.dl-link, .pdf-download a.dl-link .info-text div.dl-link, .info-box a.dl-link .pdf-text div.dl-link, .info-box a.dl-link .info-text div.dl-link {
      font: 700 100% "Roboto", sans-serif;
      font-size: 0.9375rem;
      line-height: 1.375rem;
      /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
      letter-spacing: 0.04em;
      color: #6f96af;
      position: absolute;
      bottom: 0;
      /*
      margin-left: 180px;
      position: absolute;
      left: 0;
      bottom: 0;
      */ }
      .theme-4.dark-background .pdf-download a.dl-link .pdf-text div.dl-link, .theme-4.dark-background .pdf-download a.dl-link .info-text div.dl-link, .theme-4.dark-background .info-box a.dl-link .pdf-text div.dl-link, .theme-4.dark-background .info-box a.dl-link .info-text div.dl-link {
        color: #c7c500; }
  .pdf-download a.dl-link .pdf-text, .info-box a.dl-link .pdf-text {
    margin-left: -24px; }
  .pdf-download a.dl-link .info-text, .info-box a.dl-link .info-text {
    margin-left: 0;
    padding-top: 1.5rem; }
    .pdf-download a.dl-link .info-text div.dl-link, .info-box a.dl-link .info-text div.dl-link {
      margin-left: 0;
      bottom: 1.5rem; }
  .pdf-download a.dl-link:hover .pdf-preview, .pdf-download a.dl-link:hover .info-image, .info-box a.dl-link:hover .pdf-preview, .info-box a.dl-link:hover .info-image {
    background-color: #c7c500; }
    .pdf-download a.dl-link:hover .pdf-preview img, .pdf-download a.dl-link:hover .info-image img, .info-box a.dl-link:hover .pdf-preview img, .info-box a.dl-link:hover .info-image img {
      /* source: https://css-tricks.com/snippets/css/cross-browser-opacity/ */
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
      /* IE 5-7 */
      filter: alpha(opacity=25);
      /* Netscape */
      -moz-opacity: 0.25;
      /* Safari 1.x */
      -khtml-opacity: 0.25;
      /* Good browsers */
      opacity: 0.25; }
  .pdf-download a.dl-link:hover .pdf-text div.dl-link, .info-box a.dl-link:hover .pdf-text div.dl-link {
    color: #55758f; }
  .pdf-download a.dl-link:hover .pdf-hover, .pdf-download a.dl-link:hover .icon-lupe, .info-box a.dl-link:hover .pdf-hover, .info-box a.dl-link:hover .icon-lupe {
    display: inline-block; }

/* 2 column layout (XXS) */
@media screen and (min-width: 480px) and (max-width: 1023px) {
  .info-box .box {
    width: 50%;
    float: left; }
  .info-box .box.banner-wo-image {
    width: 100%; }
  .info-box a.dl-link:after {
    content: "";
    display: table;
    clear: both; } }
.info-box .element.white-background a, .info-box .element.white-background > div {
  background-color: #fff; }
.info-box .element.light-background a, .info-box .element.light-background > div {
  background-color: #e2eaef; }
.info-box .element.dark-background a, .info-box .element.dark-background > div {
  background-color: #55758f; }
  .info-box .element.dark-background a h3, .info-box .element.dark-background a h4, .info-box .element.dark-background a h5, .info-box .element.dark-background a .text-wysiwyg, .info-box .element.dark-background a .text-wysiwyg *, .info-box .element.dark-background > div h3, .info-box .element.dark-background > div h4, .info-box .element.dark-background > div h5, .info-box .element.dark-background > div .text-wysiwyg, .info-box .element.dark-background > div .text-wysiwyg * {
    color: #fff; }

.percentage, .number {
  text-align: center;
  color: #55758f; }
  .percentage h3, .number h3 {
    text-transform: uppercase;
    font-size: 1.125rem;
    padding-top: 0.8rem;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    height: 3.125rem;
    overflow: hidden; }
    @media screen and (min-width: 1366px) and (max-width: 1599px), screen and (min-width: 1024px) and (max-width: 1279px) {
      .percentage h3, .number h3 {
        height: 3rem; } }
  .percentage .element, .number .element {
    padding-top: 2rem;
    border-top: thin; }
  .percentage strong, .number strong {
    font-size: 4.5rem;
    display: block;
    white-space: nowrap; }
  .percentage small, .number small {
    font-size: 1rem;
    color: #c7c500;
    height: 4rem;
    overflow: hidden;
    display: block; }
    @media screen and (min-width: 1366px) and (max-width: 1599px), screen and (min-width: 1024px) and (max-width: 1279px) {
      .percentage small, .number small {
        height: 4rem; } }
  .percentage .text-content, .number .text-content {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .percentage span, .number span {
    font-size: 2.25rem;
    font-weight: 300; }

/* fuer Video-Galerie */
.element-gallery {
  /* Layout XL 1600px and higher (4 cols, 1/2 col = 192px - 24px = 168px) */
  /* Layout M 1280-1365px (3 cols, 1/2 col = 192px - 24px = 168px)) */
  /* Layout L 1366-1600px (4 cols, 1/2 col = 168px - 24px = 144px) */
  /* Layout S 1024-1279px (3 cols, 1/2 col = 168px - 24px = 144px) */
  /* Layout XS 768-1023px (dyn 3 cols) */
  /* Layout XXS 480-767px (dyn 2 cols) */
  /* Layout SP (Smartphone) below 480px (dyn 1 col) */ }
  .element-gallery .col {
    position: relative;
    width: 168px;
    float: left;
    margin: 0 12px 1.5rem 12px;
    padding: 0;
    overflow: hidden; }
    .element-gallery .col img {
      width: 100%;
      height: auto; }
    .element-gallery .col .overlay {
      position: absolute;
      background-color: #e2eaef;
      display: none;
      top: 0;
      z-index: 5;
      width: 100%;
      height: 100%; }
    .element-gallery .col .sprite-center {
      display: none; }
  .element-gallery .col:hover .overlay {
    display: block;
    /* source: https://css-tricks.com/snippets/css/cross-browser-opacity/ */
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /* IE 5-7 */
    filter: alpha(opacity=80);
    /* Netscape */
    -moz-opacity: 0.8;
    /* Safari 1.x */
    -khtml-opacity: 0.8;
    /* Good browsers */
    opacity: 0.8; }
  @media screen and (min-width: 1600px), screen and (min-width: 1280px) and (max-width: 1365px) {
    .element-gallery .col {
      width: 168px; }
      .element-gallery .col .sprite-center {
        position: absolute;
        display: block;
        top: 38px;
        left: 60px; } }
  @media screen and (min-width: 1366px) and (max-width: 1599px), screen and (min-width: 1024px) and (max-width: 1279px) {
    .element-gallery .col {
      width: 144px; }
      .element-gallery .col .sprite-center {
        position: absolute;
        display: block;
        top: 30px;
        left: 48px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px), screen and (min-width: 480px) and (max-width: 767px), screen and (max-width: 479px) {
    .element-gallery .col {
      width: auto; } }

.hotel-image {
  padding-top: 2rem; }

.hotel {
  padding-top: 2rem; }
  .hotel a {
    color: #6f96af; }
  .hotel a:hover {
    color: #55758f; }
  .hotel span {
    display: block;
    float: left;
    width: 100%; }
  .hotel .title {
    font-size: 1.5rem;
    padding-bottom: 0.9rem;
    line-height: 1.5rem; }
  .hotel .price {
    font-size: 1rem;
    display: block; }
  .hotel .contact {
    font-size: 1rem;
    font-style: italic;
    display: block;
    padding-bottom: 1.8rem; }
  .hotel .street {
    font-size: 1rem;
    display: block; }
  .hotel .city {
    font-size: 1rem;
    display: block;
    padding-bottom: 1rem; }
  .hotel .phone {
    font-size: 1rem;
    display: block;
    width: 15%; }
  .hotel .fax {
    font-size: 1rem;
    display: block;
    width: 15%; }
  .hotel .mail {
    font-size: 1rem;
    display: block;
    width: 15%; }
  .hotel .web {
    font-size: 1rem;
    display: block;
    width: 15%; }
  .hotel .block-element {
    width: 66% !important;
    display: block; }

.video video {
  width: 100%; }
.video .preview {
  padding-bottom: 1rem; }

.preview-title {
  padding-left: 12px;
  padding-right: 12px; }

.standort {
  padding-left: 24px;
  padding-right: 24px; }
  .standort .standort-container {
    margin-bottom: 1.875rem; }
  .standort a {
    color: #6f96af; }
  .standort a:hover {
    color: #55758f; }
  .standort span {
    display: block;
    float: left;
    width: 100%;
    line-height: 1.625rem;
    padding-left: 0;
    padding-right: 0; }
  .standort .title {
    font-size: 1.5rem;
    padding-bottom: 0.9rem;
    line-height: 1.75rem; }
  .standort .company1, .standort .company2 {
    font-size: 1.125rem;
    display: block;
    font-weight: 500; }
  .standort .contact {
    font-size: 1rem;
    font-style: italic;
    display: block;
    padding-bottom: 1.8rem; }
  .standort .street {
    font-size: 1.125rem;
    display: block; }
  .standort .city {
    font-size: 1.125rem;
    display: block;
    padding-bottom: 1rem; }
  .standort .phone {
    font-size: 1rem;
    display: block;
    width: 35%;
    color: #55758f; }
  .standort .fax {
    font-size: 1rem;
    display: block;
    width: 35%;
    color: #55758f; }
  .standort .mail {
    font-size: 1rem;
    display: block;
    width: 35%;
    color: #55758f; }
  .standort .web {
    font-size: 1rem;
    display: block;
    width: 35%;
    color: #55758f; }
  .standort .map {
    font-size: 1rem;
    display: block;
    width: 35%;
    padding-top: 2rem;
    color: #55758f; }
  .standort .block-element {
    width: 65% !important;
    display: block;
    font-size: 1.125rem; }
  .standort .map ~ .block-element {
    padding-top: 2rem; }

@media screen and (max-width: 480px) {
  .standort {
    margin-bottom: 3rem; } }
.text-above-img {
  overflow: hidden;
  position: relative; }
  .text-above-img img.text-img {
    z-index: 1;
    width: 100%;
    display: block; }

.text-vorteile {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 1.5rem;
  padding-top: 1rem; }
  .text-vorteile p {
    margin: 0;
    padding: 0;
    width: 97%;
    float: right; }

.text-vorteile::before {
  content: '\00bb';
  display: inline-block; }

.line {
  margin-top: 3rem; }

@media screen and (max-width: 767px) {
  .up {
    display: none !important; } }
.vertical-space {
  height: 2rem; }

.event .headline {
  padding-bottom: 0;
  margin-bottom: 0; }
.event time {
  display: block;
  margin-bottom: 2rem; }
.event .focused-content {
  margin-top: 0; }
  .event .focused-content .text-content {
    padding-top: 1rem; }

/*
	http://www.mademyday.de/css-height-equals-width-with-pure-css.html
*/
.box {
  display: inline-block;
  position: relative;
  width: 100%; }

.box:before {
  content: "";
  display: block;
  padding-top: 100%; }

.box.hz:before {
  padding-left: 100%; }

.box > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden; }
  .box > div.content, .box > div.text-content {
    margin-bottom: 1.5rem; }

.box.contain > div {
  background-size: contain; }

.content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.ratio2_1:before {
  padding-top: 50%;
  margin-bottom: -0.75rem; }

.ratio1_2:before {
  padding-top: 200%; }

.ratio4_3:before {
  padding-top: 75%; }

.ratio16_9:before {
  padding-top: 56.25%; }

.ratio1_sqrt2:before {
  padding-top: 141.42%; }

/*

	Button class required for each button element.
	Additional classes will adjust the default button style.

	Example:
	class="button button-small button-block" creates a small, full width button.

*/
.button {
  background-color: #6f96af;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #6f96af;
  padding: 1.5rem 24px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  font: 400 100% "Eurostile LT W01 Demi788242";
  font-size: 1rem;
  line-height: 1.25rem;
  color: #fff;
  text-transform: uppercase;
  /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
  letter-spacing: 0.11em;
  /* cp. http://www.melanieceraso.com/psd-to-css3/ */
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  text-align: center; }
  .button.button-lined {
    color: #6f96af; }
  .button:hover {
    color: #fff;
    background-color: #55758f;
    border-color: #55758f; }
  .button:active {
    color: #bbc7d2; }
  .button:focus {
    color: #bbc7d2;
    background-color: #55758f;
    border-color: #55758f; }

.button-small {
  padding: 1.125rem 24px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
  letter-spacing: 0.06em; }

.button-block {
  width: auto;
  display: block; }

.button-full-width {
  width: 100%;
  display: block; }

.button-lined {
  background-color: transparent;
  text-shadow: none; }

.button-focus {
  background-color: #c7c500;
  border-color: #c7c500;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); }
  .button-focus.button-lined {
    color: #c7c500;
    text-shadow: none; }
  .button-focus:hover {
    background-color: #b4b201;
    border-color: #b4b201; }
  .button-focus:active {
    color: #e1e099; }

.button-inactive {
  /* source: https://css-tricks.com/snippets/css/cross-browser-opacity/ */
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 5-7 */
  filter: alpha(opacity=40);
  /* Netscape */
  -moz-opacity: 0.4;
  /* Safari 1.x */
  -khtml-opacity: 0.4;
  /* Good browsers */
  opacity: 0.4; }

.dark-background .button {
  background-color: #fff;
  border-color: #fff;
  color: #6f96af;
  text-shadow: none; }
  .dark-background .button:hover {
    color: #55758f;
    background-color: #e2eaef;
    border-color: #e2eaef; }
  .dark-background .button:active {
    color: #a9bbc8; }
.dark-background .button-lined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); }
.dark-background .button-focus {
  color: #fff;
  background-color: #c7c500;
  border-color: #c7c500;
  text-shadow: none;
  /* source: https://css-tricks.com/snippets/css/cross-browser-opacity/ */
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  /* IE 5-7 */
  filter: alpha(opacity=80);
  /* Netscape */
  -moz-opacity: 0.8;
  /* Safari 1.x */
  -khtml-opacity: 0.8;
  /* Good browsers */
  opacity: 0.8; }
  .dark-background .button-focus.button-lined {
    color: #c7c500;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); }
  .dark-background .button-focus:hover {
    color: #fff;
    background-color: #b4b201;
    border-color: #b4b201; }
  .dark-background .button-focus:active {
    color: #e1e099; }

.button-col-1-center {
  width: 25% !important;
  margin-left: auto;
  margin-right: auto; }

div.button-line-wrap {
  display: block; }
  div.button-line-wrap .button {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }

/* General */
label, .titlelabel {
  position: relative;
  cursor: pointer;
  font: 300 100% "Roboto", sans-serif;
  display: block;
  padding-bottom: 0.5rem;
  color: #9eaab2;
  text-transform: uppercase; }

.titlelabel {
  padding-bottom: 1.4rem; }

.form .group .element {
  margin-bottom: 0px; }

/*In .form.group verlagert. Aus Sicherheitsgruenden eine Kopie angefertigt.*/
.group {
  height: 130px; }
  .group .element {
    margin-bottom: 0.75rem; }

input, textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid;
  border-color: #b5bfc6;
  padding: 0.625rem 10px;
  font: 700 100% "Roboto", sans-serif;
  box-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

::-webkit-input-placeholder {
  font: 300 100% "Roboto", sans-serif;
  color: #b2b2b2; }

::-moz-placeholder {
  font: 300 100% "Roboto", sans-serif;
  color: #b2b2b2; }

:-ms-input-placeholder {
  font: 300 100% "Roboto", sans-serif;
  color: #b2b2b2; }

input:not([type="submit"], [type="button"]):hover {
  border: 2px solid #b5bfc6;
  margin: 0; }

input:not([type="submit"], [type="button"]):focus {
  border: 2px solid #b5bfc6;
  outline: none;
  margin: 0; }

/* Error Handling */
input.error + .error-message {
  display: block; }

.required label, .required .titlelabel {
  font: 700 100% "Roboto", sans-serif; }

.required label::after, .required .titlelabel::after {
  content: "*";
  /* TODO: font-size in px korrekt? */
  font-size: 20px;
  margin-left: 10px; }

input.required-empty, select.required-empty, textarea.required-empty {
  border-color: #fd6a52;
  background-color: white;
  font: 300 100% "Roboto", sans-serif; }

input.error, select.error, textarea.error {
  border-color: #fd6a52 !important;
  background-color: white !important;
  font: 700 100% "Roboto", sans-serif !important;
  color: #fd6a52; }

.error::-webkit-input-placeholder {
  color: #fd6a52; }

.error::-moz-placeholder {
  color: #fd6a52; }

.error:-ms-input-placeholder {
  color: #fd6a52; }

.error-message {
  display: none;
  margin-top: 0.5rem;
  color: #fd6a52;
  font: italic 300 100% "Roboto", sans-serif; }

#product-message {
  padding-bottom: 3rem; }

/* Select Box */
select {
  /* width 100% hides the right border*/
  width: 100%;
  border-radius: 5px;
  border: 1px solid;
  margin: 0.0625rem 1px;
  border-color: #b5bfc6;
  padding: 0.625rem 10px;
  font: 300 100% "Roboto", sans-serif;
  cursor: pointer;
  outline: none; }

select:hover {
  /* width 100% hides the right border*/
  border: 2px solid;
  border-color: #b5bfc6;
  padding: 0.625rem 10px;
  margin: 0px; }

select, option[selected] {
  /* width 100% hides the right border*/
  font: 700 100% "Roboto", sans-serif; }

input[type="checkbox"], input[type="radio"] {
  margin: 0;
  display: inline-block;
  width: auto;
  height: 16px;
  width: 20px; }

/* .control is the wtf-forms trigger class */
input[type="checkbox"] + label, input[type="radio"] + label, label.control {
  font-weight: normal;
  display: inline-block;
  text-transform: none;
  padding-right: 20px; }
  .required input[type="checkbox"] + label:after, .required input[type="radio"] + label:after, .required label.control:after {
    content: " "; }

/* Checkboxen */
input[type="checkbox"] {
  background-color: inherit;
  cursor: pointer; }

input[type="checkbox"]:disabled {
  background-color: inherit; }

/* Radio Buttons */
input[type="submit"] {
  display: inline-block;
  padding: 0.9375rem 40px; }

#ebl-cf .subline {
  margin-top: 2.5rem; }

input.button {
  margin-top: 1rem; }

.form .element input, .form .element select {
  padding-left: 12px;
  margin-top: 0.0625rem;
  margin-bottom: 0.0625rem; }
  .form .element input:hover, .form .element input:focus, .form .element input:active, .form .element select:hover, .form .element select:focus, .form .element select:active {
    padding-left: 11px;
    margin-top: 0;
    margin-bottom: 0;
    border-width: 2px; }
  .form .element input option, .form .element select option {
    padding-left: 12px; }
.form .element input[type="checkbox"], .form .element input[type="radio"] {
  margin-left: 0px; }

/* Globales Formular Produktloesungen */
.img-container {
  float: left;
  cursor: pointer;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  position: relative; }
  .img-container .checked-container {
    width: 10.5rem;
    height: 10.5rem; }
    .img-container .checked-container > div {
      /* source: https://css-tricks.com/snippets/css/cross-browser-opacity/ */
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      /* IE 5-7 */
      filter: alpha(opacity=100);
      /* Netscape */
      -moz-opacity: 1;
      /* Safari 1.x */
      -khtml-opacity: 1;
      /* Good browsers */
      opacity: 1;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      overflow: hidden;
      width: 100%;
      height: 100%; }
  .img-container:hover .checked-container {
    background-color: #6f96af; }
    .img-container:hover .checked-container > div {
      /* source: https://css-tricks.com/snippets/css/cross-browser-opacity/ */
      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      /* IE 5-7 */
      filter: alpha(opacity=0);
      /* Netscape */
      -moz-opacity: 0;
      /* Safari 1.x */
      -khtml-opacity: 0;
      /* Good browsers */
      opacity: 0;
      width: 100%;
      height: 100%; }
  .img-container:hover .product-solution-icon {
    display: block; }
  .img-container .to-truncate small {
    padding-top: .5rem;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 10.5rem;
    height: 2rem;
    overflow: hidden; }
  .img-container img {
    display: block; }
  .img-container .product-solution-icon {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 40%;
    z-index: 2100;
    font-size: 1.5rem;
    display: none;
    color: #fff;
    border-radius: 50%;
    border-color: #fff;
    border: thin solid;
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center; }

input[type="checkbox"].col-gen-0 {
  display: none; }

.additionalFileBtn {
  color: #0099FF;
  background: none;
  display: block;
  border: none;
  margin: 0;
  padding-left: 0;
  text-align: left; }

input[type="checkbox"]:checked + .form-content-element .img-container .checked-container {
  background-color: #c7c500; }
  input[type="checkbox"]:checked + .form-content-element .img-container .checked-container > div {
    /* source: https://css-tricks.com/snippets/css/cross-browser-opacity/ */
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5; }
  input[type="checkbox"]:checked + .form-content-element .img-container .checked-container img {
    opacity: .5; }
  input[type="checkbox"]:checked + .form-content-element .img-container .checked-container .product-solution-icon {
    display: block; }
input[type="checkbox"]:checked + .form-content-element .img-container:hover {
  background-color: inherit; }

.product-selection > label {
  display: inline; }

.form-1-4 {
  width: 25%;
  float: left;
  box-sizing: border-box; }

.form-3-4 {
  width: 75%;
  float: left;
  box-sizing: border-box;
  padding-left: 24px; }

hr.form-hr {
  margin-top: 2rem;
  margin-bottom: 4rem; }

@media screen and (min-width: 1365px) {
  #form2section1 .headline {
    height: 165px; } }
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .group {
    height: 170px; }

  #form2section1 .headline {
    height: 150px; } }
@media screen and (max-width: 1023px) {
  .group {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem; }

  .control {
    padding-left: 3rem !important; } }
.setcard {
  margin-bottom: 1.5rem;
  /*
  a {
  	background-color: $color-white;
  }
  */
  /*
  a.hover-special-case {
  	margin-left: -12px;
  	margin-right: -12px;
  }
  */
  /* 3 column layout (M, S, XS) */ }
  .setcard a.hover {
    display: block;
    overflow: hidden;
    color: #4e4f4f; }
    .setcard a.hover .img-wrapper {
      display: inline-block;
      vertical-align: bottom; }
      .setcard a.hover .img-wrapper img {
        vertical-align: bottom; }
      .setcard a.hover .img-wrapper.img-round {
        display: block; }
    .setcard a.hover:hover {
      cursor: pointer; }
      .setcard a.hover:hover .img-wrapper {
        background-color: #c7c500; }
  .setcard h5 {
    height: 2.2rem;
    overflow: hidden;
    margin-top: 1.3rem;
    padding-bottom: .75rem;
    font: 400 100% "Eurostile LT W01 Medium788251";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #4e4f4f;
    text-transform: uppercase;
    /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
    letter-spacing: 0.08em; }
    .dark-background .setcard h5 {
      color: #fff; }
  .setcard h3 {
    font: 400 100% "Eurostile LT W01 Demi788242";
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #55758f;
    text-transform: uppercase;
    margin: 1.25rem 0 .8rem 0;
    /* Laut Styleguide keine Versalien, obwohl in Beispiel-Grafik mit Versalien zu sehen! */
    /* text-transform: uppercase; */
    /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
    letter-spacing: 0.02em; }
    .dark-background .setcard h3 {
      color: #fff; }
  .setcard .subline {
    margin-bottom: .9rem; }
  .setcard h4, .setcard strong {
    font: 400 100% "Roboto", sans-serif;
    font-size: 1.0625rem;
    line-height: 1.3125rem;
    color: #bcba00;
    /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
    letter-spacing: 0.02em; }
  .setcard .text-wysiwyg {
    padding-bottom: 1.5rem; }
  .setcard p, .setcard .text-wysiwyg, .setcard .text-wysiwyg * {
    font: 300 100% "Roboto", sans-serif;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
    letter-spacing: 0.02em;
    /*
    color: $secondary-color-2;
    */
    margin: 0; }
    .setcard p strong, .setcard p p b, .setcard .text-wysiwyg strong, .setcard .text-wysiwyg p b, .setcard .text-wysiwyg * strong, .setcard .text-wysiwyg * p b {
      font: 500 100% "Roboto", sans-serif;
      color: #666868; }
  .setcard p a {
    font: 400 100% "Roboto", sans-serif;
    color: #6f96af; }
  .setcard p strong, .setcard p b {
    font: 500 100% "Roboto", sans-serif;
    color: #666868; }
  .setcard .more {
    font-weight: 500; }
  .setcard.element-block-white .element-block {
    background-color: white; }
    .setcard.element-block-white .element-block .element {
      padding-left: 0; }
  .setcard.element-white .element a {
    background-color: white; }
  @media screen and (min-width: 1024px) and (max-width: 1365px) {
    .setcard.col-3c-3 .col-sub-3c-2 {
      width: 66.66% !important; }
      .setcard.col-3c-3 .col-sub-3c-2 .box::before {
        padding-top: 50%;
        margin-bottom: -0.75rem; } }

.theme-2 .setcard .box {
  background-color: white; }

.setcard.setcard-no-background {
  background-color: transparent; }
  .setcard.setcard-no-background .box {
    background-color: transparent; }

.setcard.to-truncate .text-content {
  height: 100%; }

.gallery-img {
  /*
  	http://www.mademyday.de/css-height-equals-width-with-pure-css.html
  */
  margin-top: -0.5rem; }
  .gallery-img .gallery-img-open > a {
    position: relative;
    display: block;
    width: 100%;
    /* image (background) container */ }
    .gallery-img .gallery-img-open > a:before {
      content: "";
      display: block;
      padding-top: 75%;
      /* ratio of 4:3*/ }
    .gallery-img .gallery-img-open > a > div {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      overflow: hidden; }
    .gallery-img .gallery-img-open > a .gallery-open-icon {
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      top: 50%;
      z-index: 2100;
      font-size: 1.5rem;
      display: none;
      color: #fff;
      border-radius: 50%;
      border-color: #fff;
      border: thin solid;
      width: 4.5rem;
      height: 4.5rem;
      line-height: 4.5rem;
      text-align: center; }
    .gallery-img .gallery-img-open > a:hover {
      background-color: #c7c500; }
      .gallery-img .gallery-img-open > a:hover .gallery-open-icon {
        display: inline-block; }
      .gallery-img .gallery-img-open > a:hover > div {
        /* source: https://css-tricks.com/snippets/css/cross-browser-opacity/ */
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
        /* IE 5-7 */
        filter: alpha(opacity=25);
        /* Netscape */
        -moz-opacity: 0.25;
        /* Safari 1.x */
        -khtml-opacity: 0.25;
        /* Good browsers */
        opacity: 0.25; }

.gallery-slider-overlay {
  display: none;
  position: fixed;
  width: 1128px;
  height: 634.5px;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000; }
  .gallery-slider-overlay .swiper-slide {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .gallery-slider-overlay.gallery-slider-overlay-show {
    display: block; }

.news {
  margin-bottom: 1.5rem; }
  .news img {
    width: 50%;
    margin: 0 auto;
    display: block;
    margin-bottom: 2rem; }
  .news time {
    display: block; }
  .news a.link {
    margin-top: 2rem;
    display: block; }
    .news a.link::before {
      display: inline-block;
      content: '\00bb '; }
  .news a.social-icons {
    display: block;
    margin: 0 auto 1.5rem;
    font-size: 7.5rem;
    display: inline-block;
    color: #fff !important;
    background-color: #6f96af;
    border-radius: 50%;
    width: 11.25rem;
    height: 11.25rem;
    line-height: 11.25rem;
    text-align: center; }
    .news a.social-icons.social-twitter:hover {
      background-color: #55acee; }
    .news a.social-icons.social-youtube:hover {
      background-color: #e52d27; }
    .news a.social-icons.social-xing:hover {
      background-color: #006567; }
    .news a.social-icons.social-google:hover {
      background-color: #DC4E41; }
    .news a.social-icons.social-facebook:hover {
      background-color: #3b5998; }

.article .to-truncate {
  height: 10em; }
.article .author {
  float: left;
  padding-right: 4em; }
.article .newsdetails {
  margin: 1em 0; }

@media screen and (min-width: 1023px) {
  .article .newsdetails {
    margin: 0; } }
.linkblock-bg-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

@media screen and (min-width: 1366px) {
  .linkblock-bg-inner > .element > .box {
    background: transparent; } }
@media screen and (max-width: 1022px) {
  .linkblock-bg-inner > .element > .box {
    background: transparent; } }
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .linkblock-bg-inner {
    position: relative; }
    .linkblock-bg-inner > .element {
      padding-left: 0;
      padding-right: 0; }
    .linkblock-bg-inner .col-sub-1:nth-child(2n) {
      width: 100%;
      padding-left: 0; }
    .linkblock-bg-inner .col-sub-1:first-child {
      display: none; } }
@media screen and (max-width: 479px) {
  .linkblock-bg-inner {
    position: relative; }
    .linkblock-bg-inner > .element {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
ul.collapsable-set {
  padding: 0;
  margin: 0; }
  ul.collapsable-set #jobs_clickable, ul.collapsable-set #workatelaxy_clickable {
    cursor: pointer; }

.collapsable-button-big {
  font-family: 'elaxy';
  background: transparent;
  font-size: 60px;
  width: 100px;
  height: 80px;
  border-radius: 60px;
  background: transparent;
  overflow: hidden;
  text-align: center;
  padding-top: 1.25rem;
  border: 2px solid #55758f;
  cursor: pointer;
  margin-top: 0.4em; }
  .collapsable-button-big:hover, .collapsable-button-big:active {
    background: #55758f;
    color: #fff; }
    .collapsable-button-big:hover:active, .collapsable-button-big:active:active {
      color: rgba(255, 255, 255, 0.5); }
  .dark-background .collapsable-button-big {
    background: transparent;
    border: 2px solid #fff;
    color: #fff; }
    .dark-background .collapsable-button-big:hover, .dark-background .collapsable-button-big:active {
      border: 2px solid #fff;
      background: #fff;
      color: #55758f; }
    .dark-background .collapsable-button-big:active {
      color: rgba(85, 117, 143, 0.5); }

.collapsable-set li {
  list-style: none; }
  .collapsable-set li.collapse {
    border-top: thin solid #b5bfc6;
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .collapsable-set li h3:hover {
    cursor: pointer; }
  .collapsable-set li .collapse-item {
    display: none;
    padding-top: 5rem; }
  .collapsable-set li .accordion-jobs-list ul {
    -webkit-padding-start: 0px;
    padding-top: 1rem; }
    .collapsable-set li .accordion-jobs-list ul li {
      list-style: none;
      margin-left: 25px; }
      .collapsable-set li .accordion-jobs-list ul li:before {
        content: "\0BB";
        position: absolute;
        margin-left: -25px; }
  .collapsable-set li .targetGroup {
    padding-top: 8rem; }
    .collapsable-set li .targetGroup hr {
      margin-bottom: 3rem; }
    .collapsable-set li .targetGroup ul {
      -webkit-padding-start: 0px;
      padding-top: 1rem; }
      .collapsable-set li .targetGroup ul li {
        list-style: none;
        margin-left: 25px; }
        .collapsable-set li .targetGroup ul li:before {
          content: "\0BB";
          position: absolute;
          margin-left: -25px; }

@media screen and (max-width: 480px) {
  .collapsable-button-big {
    font-size: 20px;
    width: 60px;
    height: 40px;
    padding-top: 20px;
    border-radius: 40px; } }
.spec-use-row .col-sub-1-half ul {
  margin-top: 0px; }

.ansprechpartner {
  overflow: hidden;
  color: #4e4f4f;
  background-color: #fff;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem; }
  .dark-background .ansprechpartner, .dark-background .ansprechpartner * {
    color: #4e4f4f; }
  .dark-background .ansprechpartner h3 {
    color: #c7c500; }
  .ansprechpartner hr {
    margin-left: -24px;
    margin-right: -24px; }
  .ansprechpartner a, .dark-background .ansprechpartner a {
    color: #6f96af; }
  .ansprechpartner a:hover, .dark-background .ansprechpartner a:hover {
    color: #55758f; }
  .ansprechpartner span {
    display: block;
    float: left;
    width: 100%; }
  .ansprechpartner .phone, .dark-background .ansprechpartner .phone {
    font-size: 1rem;
    display: block;
    width: 35%;
    color: #55758f; }
  .ansprechpartner .fax, .dark-background .ansprechpartner .fax {
    font-size: 1rem;
    display: block;
    width: 35%;
    color: #55758f; }
  .ansprechpartner .mail, .dark-background .ansprechpartner .mail {
    font-size: 1rem;
    display: block;
    width: 35%;
    color: #55758f; }
  .ansprechpartner .block-element {
    width: 65% !important;
    display: block; }
  .ansprechpartner .text-content h5 {
    padding-top: 1rem;
    margin-bottom: 0.4rem;
    font: 400 100% "Eurostile LT W01 Medium788251";
    text-transform: uppercase; }
  .ansprechpartner .text-content hr {
    margin-left: 0;
    margin-right: 0; }
  .ansprechpartner .text-content h4, .dark-background .ansprechpartner .text-content h4 {
    margin-top: 0;
    margin-bottom: 1rem;
    font: 300 100% "Roboto", sans-serif;
    color: #1c2021; }
  .ansprechpartner .text-content h3 {
    font: 500 100% "Roboto", sans-serif;
    margin-bottom: 0; }
  .ansprechpartner .text-content ul li {
    width: 50% !important;
    display: inline-block !important;
    float: left;
    margin-bottom: 0.5rem; }
  .ansprechpartner .text-content ul {
    padding: 0;
    margin: 0;
    padding-bottom: 0rem; }
  .ansprechpartner .text-content a[href^="mailto"] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block; }

/* 2 column layout (XXS) */
@media screen and (min-width: 480px) and (max-width: 1023px) {
  .col-2c-2 .ansprechpartner {
    margin: -12px inherit;
    padding-bottom: 0; }
    .col-2c-2 .ansprechpartner .ansprechpartner-img {
      line-height: 0;
      width: 50%;
      float: left;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      padding-right: 12px; }
    .col-2c-2 .ansprechpartner .text-content {
      width: 50%;
      float: left;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      padding-left: 36px; }
      .col-2c-2 .ansprechpartner .text-content:after:after {
        content: "";
        display: table;
        clear: both; } }
.no-overflow {
  overflow: visible !important; }
  .no-overflow img {
    position: absolute; }

.benefit {
  text-align: center; }
  .benefit h5 {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.25rem;
    /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
    letter-spacing: 0.08em; }
  .benefit strong {
    font-weight: 500;
    font-size: 1.5rem;
    display: block;
    padding-bottom: 1rem;
    padding-top: 1.5rem; }
  .benefit p {
    font-size: 1rem;
    display: block;
    padding-bottom: 1rem;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
    letter-spacing: 0.02em; }
  .benefit img {
    padding-top: 1rem;
    padding-bottom: 1rem; }

.contact-box {
  background-color: #fff;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }
  .contact-box .contact-photo {
    display: block;
    width: 100%;
    height: 270px;
    background-repeat: no-repeat;
    background-size: cover; }
  .contact-box h5.contact-label {
    font: 400 100% "Eurostile LT W01 Medium788251";
    font-size: 1rem;
    line-height: 1.25rem;
    /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #4e4f4f;
    border-bottom: 1px solid #9eaab2;
    margin: 1rem 0;
    padding: 0 0 .5rem 0; }
  .contact-box .contact-name, .contact-box .contact-job {
    display: block;
    margin-bottom: .5rem; }
  .contact-box .contact-name {
    font: 500 100% "Roboto", sans-serif;
    font-size: 1.125rem;
    line-height: 1.625rem; }
  .contact-box .contact-job {
    font: 300 100% "Roboto", sans-serif;
    font-size: 1.125rem;
    line-height: 1.625rem; }
  .contact-box table.contact-by {
    border: 0;
    border-collapse: collapse;
    width: 100%; }
    .contact-box table.contact-by td, .contact-box table.contact-by th {
      margin: 0;
      padding: 0;
      padding-bottom: .5rem;
      font: 300 100% "Roboto", sans-serif;
      font-size: 1.125rem;
      line-height: 1.625rem;
      text-align: left; }
    .contact-box table.contact-by th {
      width: 22%; }

.focused-content {
  margin-top: 3rem;
  background-color: #e2eaef;
  color: #c7c500; }
  .focused-content h4 {
    padding-bottom: 2rem; }
  .focused-content h5 {
    padding-top: 1rem; }

.job-offer .job-offer-main {
  margin-top: 1rem; }
  .job-offer .job-offer-main strong.job-offer-heading {
    display: block;
    margin: 2rem 0;
    font: 400 100% "Eurostile LT W01 Medium788251";
    font-size: 2.75rem;
    line-height: 3rem; }

.management h4 {
  margin-top: 0; }
.management .cv ul {
  margin: 0;
  padding: 0;
  border-bottom: thin solid;
  border-bottom-color: #b5bfc6;
  margin-bottom: 1rem; }
.management .cv ul li {
  list-style: none;
  padding-bottom: 1rem; }
.management .cv {
  padding-bottom: 3rem; }
@media screen and (max-width: 479px) {
  .management .cv {
    padding-top: 3rem; } }
@media screen and (min-width: 480px) and (max-width: 1023px) {
  .management p {
    padding-top: 2rem; } }
.management .img-wrapper {
  margin-bottom: 3rem; }
.management h4 {
  margin: 0;
  padding: 0;
  font: 500 100% "Roboto", sans-serif;
  font-size: 1.25rem;
  color: #1c2021; }
.management h5 {
  padding-bottom: 2rem;
  font: 300 100% "Roboto", sans-serif;
  font-size: 1.125rem; }
.management.row {
  border-bottom: 1px solid #b5bfc6;
  padding-bottom: 3.125rem;
  margin-bottom: 3.125rem; }
.management.row.last {
  border-bottom: 0;
  padding-bottom: 0; }

.referent-galerie strong {
  margin-top: 1rem;
  display: block;
  text-align: left; }
.referent-galerie img {
  width: 50%;
  text-align: center; }
.referent-galerie ul {
  padding: 0;
  text-align: left; }
  .referent-galerie ul li {
    list-style: none;
    width: 100%;
    margin-bottom: 1rem; }
    .referent-galerie ul li a:before {
      content: "\00BB";
      text-indent: -1em; }
    .referent-galerie ul li a:hover {
      color: #55758f; }

.referent ul {
  padding: 0;
  margin: 0; }
  .referent ul li {
    list-style: none;
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    .referent ul li strong {
      font: 700 100% "Roboto", sans-serif;
      font-size: 150%; }

.support {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #4e4f4f; }
  .support a {
    color: #6f96af; }
  .support a:hover {
    color: #55758f; }
  .support h4 {
    margin: 0;
    margin-bottom: 1rem; }
  .support span {
    display: block;
    float: left;
    width: 100%; }
  .support .phone {
    font-size: 1rem;
    display: block;
    width: 35%;
    color: #55758f; }
  .support .fax {
    font-size: 1rem;
    display: block;
    width: 35%;
    color: #55758f; }
  .support .mail {
    font-size: 1rem;
    display: block;
    width: 35%;
    color: #55758f; }
  .support .web {
    font-size: 1rem;
    display: block;
    width: 35%;
    color: #55758f; }
  .support .block-element {
    width: 65% !important;
    display: block; }
  .support .date {
    width: 50%;
    float: left; }
  .support .contact {
    width: 50%;
    float: left; }
  .support span.divider {
    height: 2rem; }

.testimonial div.testimonial-hr {
  text-align: center;
  color: #b5bfc6;
  position: relative; }
  .testimonial div.testimonial-hr hr {
    position: absolute;
    top: 0;
    width: 45%;
    border: 0;
    border-bottom: 1px solid #b5bfc6;
    z-index: 0; }
    .dark-background .testimonial div.testimonial-hr hr, .theme-4 .testimonial div.testimonial-hr hr {
      border-color: #fff; }
  .testimonial div.testimonial-hr hr.l {
    left: 0; }
  .testimonial div.testimonial-hr hr.r {
    right: 0; }
  .testimonial div.testimonial-hr span {
    position: relative;
    font-size: 1.875rem;
    width: 33px;
    z-index: 100;
    display: inline-block;
    margin: 0 auto;
    padding: 0 10px 0 14px; }
.testimonial div.text-content {
  text-align: center;
  padding-left: 0;
  padding-right: 0; }
  .testimonial div.text-content div.testimonial-text {
    color: #55758f;
    font: italic 300 100% "Roboto", sans-serif;
    font-size: 1.25rem !important;
    line-height: 150%;
    margin: 2.375rem auto 0.75rem auto; }
  .testimonial div.text-content div.testimonial-by {
    color: #4e4f4f;
    font: 300 100% "Roboto", sans-serif;
    font-size: 1.125rem; }
    .dark-background .testimonial div.text-content div.testimonial-by, .theme-4 .testimonial div.text-content div.testimonial-by {
      color: #fff; }
    .testimonial div.text-content div.testimonial-by strong {
      color: #4e4f4f;
      font: 500 100% "Roboto", sans-serif;
      font-size: 1.125rem; }
      .dark-background .testimonial div.text-content div.testimonial-by strong, .theme-4 .testimonial div.text-content div.testimonial-by strong {
        color: #fff; }

.elastic-video {
  position: relative;
  padding-bottom: 55%;
  padding-top: 0.9375rem;
  height: 0;
  overflow: hidden; }
  .elastic-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.article .meta-info {
  margin-bottom: 0;
  padding-bottom: 2rem; }
  .article .meta-info p {
    font-size: 150% !important; }
.article .meta-box {
  padding-bottom: 1.5rem; }
  .article .meta-box .text-content {
    border-bottom: 1px solid #b5bfc6; }
.article .tags .text-content {
  border-top: 1px solid #b5bfc6;
  padding-top: 1.5rem; }
.article .meta-box .label, .article .tags .label {
  padding-right: 1rem; }
.article .meta-box .value, .article .tags .value {
  padding-right: 1.5rem; }
.article .element > hr {
  margin-top: 2rem;
  margin-bottom: 2rem; }
.article .article-meta .share, .article .article-meta .filter {
  font: 300 100% "Roboto", sans-serif;
  font-size: 150%; }
.article .article-meta .filter-list li {
  width: 50%;
  float: left; }
.article .article-meta button {
  width: 100%; }
.article .article-meta ul {
  padding: 0; }
  .article .article-meta ul li {
    list-style: none;
    display: block;
    padding-bottom: 1rem; }
.article .more {
  line-height: 3.75rem; }
.article .pagination ul {
  padding: 0; }
  .article .pagination ul li {
    list-style: none;
    display: inline-block;
    padding-left: 0rem;
    padding-right: 0rem;
    line-height: 1.75rem;
    width: 20%; }
    .article .pagination ul li a {
      display: inline-block;
      vertical-align: middle;
      min-width: 1.75rem;
      min-height: 1.75rem;
      line-height: 1.75rem;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .article .pagination ul li a:hover {
      color: #55758f; }
  .article .pagination ul li.active {
    margin-left: 0;
    margin-right: 0; }
    .article .pagination ul li.active a {
      background-color: #c7c500;
      color: #fff; }
  .article .pagination ul li.left {
    text-align: left; }
  .article .pagination ul li.right {
    text-align: right; }
.article ul.sm li {
  float: left;
  margin-right: 12px;
  margin-bottom: 0.75rem; }

.overflow-hidden {
  overflow: hidden; }

@media screen and (max-width: 640px) {
  .desktopPaginator {
    display: none; }

  .mobilePaginator {
    display: block; } }
@media screen and (min-width: 640px) {
  .desktopPaginator {
    display: block; }

  .mobilePaginator {
    display: none; } }
.product-list .setcard a.hover .img-wrapper {
  height: 362px;
  overflow: hidden; }

.arrow-left {
  left: 24px !important; }

.arrow-right {
  right: 24px !important; }

.arrow-left, .arrow-right {
  color: #55758f !important;
  border-color: #55758f !important; }

a.leftProduct, a.rightProduct {
  display: block;
  margin-bottom: 0.75rem;
  /* 4 column layouts (XL, L) +  3 column layout (M, S, XS) */
  /* 2 column layout (XXS) + 1 column layout (SP) */ }
  @media screen and (min-width: 1024px) {
    a.leftProduct, a.rightProduct {
      width: 50%;
      float: left; } }
  @media screen and (max-width: 1023px) {
    a.leftProduct:after, a.rightProduct:after {
      content: "";
      display: table;
      clear: both; } }
  a.leftProduct h4, a.rightProduct h4 {
    color: #6f96af;
    font: 400 100% "Eurostile LT W01 Demi788242";
    font-size: 1.25rem;
    text-transform: uppercase;
    margin: 1.2rem 0 .8rem 0; }
  a.leftProduct .subline strong, a.rightProduct .subline strong {
    font: 400 100% "Roboto", sans-serif;
    font-size: 1.0625rem;
    line-height: 1.3125rem;
    color: #bcba00;
    /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
    letter-spacing: 0.02em; }
  a.leftProduct .hover-icon, a.rightProduct .hover-icon {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 2100;
    font-size: 2rem;
    display: none;
    color: #fff;
    border-radius: 50%;
    border-color: #fff;
    border: thin solid;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center; }
  a.leftProduct:hover, a.rightProduct:hover {
    cursor: pointer; }
    a.leftProduct:hover h4, a.rightProduct:hover h4 {
      color: #55758f; }
    a.leftProduct:hover .arrow-left, a.leftProduct:hover .arrow-right, a.rightProduct:hover .arrow-left, a.rightProduct:hover .arrow-right {
      color: #fff !important;
      background-color: #55758f !important; }
    a.leftProduct:hover .img-wrapper, a.rightProduct:hover .img-wrapper {
      background-color: #bcba00; }
      a.leftProduct:hover .img-wrapper > div, a.rightProduct:hover .img-wrapper > div {
        /* source: https://css-tricks.com/snippets/css/cross-browser-opacity/ */
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
        /* IE 5-7 */
        filter: alpha(opacity=25);
        /* Netscape */
        -moz-opacity: 0.25;
        /* Safari 1.x */
        -khtml-opacity: 0.25;
        /* Good browsers */
        opacity: 0.25; }
    a.leftProduct:hover .hover-icon, a.rightProduct:hover .hover-icon {
      display: block; }

a.rightProduct {
  float: right;
  /* 2 column layout (XXS) + 1 column layout (SP) */
  /*
  :first-child {
  	.element {
  		border-left:1px solid $primary-color-3;
  	}
  }
  */ }
  @media screen and (max-width: 1023px) {
    a.rightProduct {
      width: 100%; } }
  @media screen and (min-width: 1024px) {
    a.rightProduct {
      border-left: 1px solid #b5bfc6;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }

.event-twitter {
  background: #fff;
  border: 1px solid #b5bfc6;
  min-height: 472px;
  padding: 1.25rem 20px; }

.event-booking .hotel {
  min-height: 280px; }

.event-map {
  /* Layout XL 1600px and higher (4 cols) */
  /* Layout L 1366-1600px (4 cols) */
  /* 2 column layout (XXS) + 1 column layout (SP) */ }
  .event-map .list .title {
    margin-bottom: 0.3125rem;
    font-weight: 700; }
  .event-map .list ul {
    background: #fff;
    list-style-type: none;
    padding: 0.3125rem 20px;
    margin: 0;
    height: 100%; }
    .event-map .list ul li {
      padding: 0;
      margin: 0;
      border-bottom: 1px solid #b5bfc6;
      padding: 0.9375rem 0; }
      .event-map .list ul li:last-child {
        border-bottom: none; }
  .event-map .list, .event-map .map {
    height: 635px; }
  @media screen and (min-width: 1600px) {
    .event-map .list, .event-map .map {
      height: 635px; } }
  @media screen and (min-width: 1366px) and (max-width: 1599px) {
    .event-map .list, .event-map .map {
      height: 545px; } }
  @media screen and (min-width: 922px) and (max-width: 1299px) {
    .event-map .list, .event-map .map {
      height: 355px; } }
  @media screen and (max-width: 921px) {
    .event-map .list, .event-map .map {
      height: 455px; } }
  @media screen and (max-width: 1023px) {
    .event-map .list {
      height: auto; }
      .event-map .list ul {
        margin-top: 1.5rem; } }

.event-agenda .swiper-wrapper img {
  margin-bottom: 0.625rem; }

.event-referees .meta-info {
  margin-top: 0;
  padding-top: 1.5625rem;
  margin-bottom: 0.625rem; }
.event-referees .swiper-space-container {
  padding: 3rem 0; }
.event-referees .list .item.vortrag {
  margin-bottom: 1em; }
.event-referees .list .item > .element > .text-content {
  background: #fff; }
.event-referees .list .item .img-wrapper {
  width: 100%;
  border-radius: 50%;
  display: block;
  margin-bottom: 40px;
  overflow: hidden; }
.event-referees .list .item .time {
  color: #4e4f4f;
  font-size: 1rem;
  line-height: 1.25rem;
  /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
  letter-spacing: 0.08em; }
.event-referees .list .item .title {
  margin-bottom: 10px;
  display: block;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #55758f;
  /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
  letter-spacing: 0.02em; }
.event-referees .list .item .swiper-button-prev, .event-referees .list .item .swiper-button-next {
  display: none; }
.event-referees .list .item .swiper-container {
  margin-top: 1.5625rem;
  margin-bottom: 0; }
  .event-referees .list .item .swiper-container.swiper-wrapper-col-4 {
    padding-bottom: 2.8125rem; }
    .event-referees .list .item .swiper-container.swiper-wrapper-col-4 + .swiper-pagination {
      margin-top: -3.125rem; }
.event-referees .list .item .referent-text,
.event-referees .list .item .referent-bild {
  position: relative;
  float: left;
  overflow: hidden; }
.event-referees .list .item .referent-bild {
  width: 100%;
  padding-top: 1.5625rem; }
.event-referees .list .item .referent-text {
  padding-top: 12.5%;
  height: auto; }
  .event-referees .list .item .referent-text strong {
    font-size: 1.125rem;
    line-height: 1.25rem;
    /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
    letter-spacing: 0.016em; }
  @media screen and (max-width: 420px) {
    .event-referees .list .item .referent-text {
      padding: 1em 0 !important;
      clear: both; }
      .event-referees .list .item .referent-text .element {
        padding: 0 !important; }
      .event-referees .list .item .referent-text .text-content {
        padding: 0; } }
.event-referees .list .item .content-swiper .swiper-wrapper {
  margin-bottom: 1.5625rem !important; }
.event-referees .list .item.col-gen-2 .swiper-container.swiper-wrapper-col-4 {
  padding-bottom: 0; }

.reference-list .img-wrapper {
  width: 360px;
  height: 204px;
  overflow: hidden; }
.reference-list .swiper-container {
  height: 63px; }
  .reference-list .swiper-container .swiper-slide {
    height: 21px; }

.reference-examples .swiper-slide {
  padding: 0.625rem 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .reference-examples .swiper-slide .img-wrapper {
    cursor: default; }
    .reference-examples .swiper-slide .img-wrapper > div {
      border: 1px solid #b9c3c9;
      box-shadow: 0px 0px 1px #b9c3c9 inset; }
.reference-examples .button {
  display: block; }

.header {
  position: absolute;
  top: 80px;
  /*4cols*/
  /*3cols*/
  /*2cols*/
  /*1col*/
  /* Layout XL 1600px and higher (4 cols) */
  /* Layout M 1280-1365px (3 cols) */
  /* Layout XXS 480-767px (dyn 2 cols) */
  /* Layout SP (Smartphone) below 480px (dyn 1 col) */ }
  .header.header-big {
    height: 600px; }
    .header.header-big .row {
      height: 600px; }
  .header.header-small {
    height: 300px; }
    .header.header-small .row {
      height: 300px; }
  .header .element {
    position: relative; }
  .header h3 {
    margin-top: 4.5rem; }
  .header .mainlabel h3::after {
    margin-bottom: 4.1875rem; }
  .header .headline h1, .header .headline h2 {
    font: 400 100% "Eurostile LT W01 Demi788242";
    font-size: 2.75rem;
    line-height: 3rem;
    text-transform: uppercase;
    color: #55758f;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis; }
  .header .button {
    margin-top: 0px;
    margin-bottom: 0px; }
  .header .text {
    width: 50%; }
  .header .swiper-slide {
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  @media screen and (min-width: 1600px) {
    .header .title {
      width: 75%; }
    .header .text {
      width: 50%; } }
  @media screen and (min-width: 768px) and (max-width: 1599px) {
    .header .title {
      width: 66%; }
    .header .text {
      width: 50%; } }
  @media screen and (min-width: 480px) and (max-width: 768px) {
    .header .title {
      width: 100%; }
    .header .text {
      width: 50%; } }
  @media screen and (max-width: 479px) {
    .header .title {
      width: 100%; }
    .header .text {
      width: 100%; } }
  .header .swiper-slide-dark .title h1 {
    color: #fff;
    text-shadow: 1px 1px #aaaaaa; }
  .header .swiper-slide-dark .title h2 {
    color: #fff;
    text-shadow: 1px 1px #aaaaaa; }
  .header .swiper-slide-dark .text {
    color: #fff; }
  .header .swiper-slide-light .headline h1 {
    color: #fff;
    text-shadow: 1px 1px #aaaaaa; }
  .header .swiper-slide-light .headline h2 {
    color: #fff;
    text-shadow: 1px 1px #aaaaaa; }
  .header .swiper-slide-light .text {
    color: #c7c500; }
  @media screen and (min-width: 1600px) {
    .header h3 {
      font-size: 1.125rem; }
    .header .text {
      padding-top: 3rem;
      padding-bottom: 4.5rem; }
    .header strong {
      font-size: 1.5rem;
      display: block;
      line-height: 1.8rem;
      max-height: 9rem;
      overflow: hidden;
      text-overflow: ellipsis;
      font-weight: 100; }
    .header.header-small h3 {
      margin-top: 1.5625rem; }
      .header.header-small h3:after {
        margin-bottom: 1.25rem; } }
  @media screen and (min-width: 768px) and (max-width: 1599px) {
    .header h3 {
      font-size: 1.125rem; }
    .header h2 {
      font-size: 1.875rem; }
    .header .text {
      padding-top: 3rem;
      padding-bottom: 4.5rem; }
    .header strong {
      font-size: 1.375rem;
      display: block;
      line-height: 1.8rem;
      max-height: 9rem;
      overflow: hidden;
      text-overflow: ellipsis;
      font-weight: 100; }
    .header.header-small h3 {
      margin-top: 1.5625rem; }
      .header.header-small h3:after {
        margin-bottom: 1.25rem; } }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .header h3 {
      font-size: 1.125rem; }
    .header h2 {
      font-size: 1.75rem; }
    .header .text {
      padding-top: 3rem;
      padding-bottom: 4.5rem; }
    .header strong {
      font-size: 1.25rem;
      display: block;
      line-height: 1.8rem;
      max-height: 9rem;
      overflow: hidden;
      text-overflow: ellipsis;
      font-weight: 100; }
    .header.header-small h3 {
      margin-top: 1.5625rem; }
      .header.header-small h3:after {
        margin-bottom: 1.25rem; } }
  @media screen and (max-width: 479px) {
    .header h3 {
      font-size: 1.125rem; }
    .header h2 {
      font-size: 1.5rem; }
    .header .text {
      padding-top: 3rem;
      padding-bottom: 4.5rem; }
    .header strong {
      font-size: 1.125rem;
      display: block;
      line-height: 1.8rem;
      overflow: hidden;
      text-overflow: ellipsis;
      font-weight: 100; }
    .header.header-small h3 {
      margin-top: 0.9375rem; }
      .header.header-small h3:after {
        margin-bottom: 1.25rem; } }

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .footer-blue-section {
    font-size: 1.1rem !important; } }
@media screen and (min-width: 1366px) and (max-width: 1599px) {
  .footer-blue-section {
    font-size: 1.1rem !important; } }
@media screen and (max-width: 650px) and (min-width: 480px) {
  .footer-blue-section {
    font-size: 1.1rem !important; }
    .footer-blue-section #footer-order {
      display: none; } }
@media screen and (max-width: 520px) and (min-width: 480px) {
  .footer-blue-section {
    font-size: 0.8rem !important; }
    .footer-blue-section #footer-order {
      display: none; } }
.footer-blue-section {
  background-color: #55758f;
  color: #fff;
  font: 400 100% "Roboto", sans-serif;
  font-size: 1.4rem; }
  .footer-blue-section .row {
    padding: 3rem 0 3rem 0; }
    .footer-blue-section .row .element .text-content {
      white-space: nowrap; }
      .footer-blue-section .row .element .text-content span {
        vertical-align: middle; }
  @media screen and (max-width: 479px) {
    .footer-blue-section .row {
      padding: 2rem 0 2rem 0; }
    .footer-blue-section .element .text-content {
      white-space: nowrap; } }
  .footer-blue-section .sprite-footer-info, .footer-blue-section .sprite-footer-tel {
    vertical-align: -15px;
    margin-right: 1rem; }
  .footer-blue-section a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 24px;
    vertical-align: middle; }
  .footer-blue-section a:hover {
    color: #c7c500; }
    .footer-blue-section a:hover .sprite-footer-info {
      background-position: -75px 0; }
    .footer-blue-section a:hover .sprite-footer-tel {
      background-position: -75px -75px; }
  .footer-blue-section hr {
    padding-top: 0.8rem;
    border: 0;
    border-bottom: 2px solid #c7c500; }

.footer-sitelinks-section {
  background-color: #fff;
  color: #1c2021;
  font-size: 1rem; }
  .footer-sitelinks-section .row {
    padding-bottom: 2rem; }
  .footer-sitelinks-section h4 {
    font: 400 100% "Eurostile LT W01 Medium788251";
    font-size: 1rem;
    line-height: 1.25rem;
    /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-bottom: 1px solid #9eaab2;
    /* Linie im Grid-Zwischenraum:
    margin: 2rem 0 .75rem 0;
    padding: px2rem(6px) 24px;
    */
    /* Linie im Text-Grid: */
    margin: 2rem 24px 1.2rem;
    padding: .4rem 0;
    color: #4e4f4f; }
  .footer-sitelinks-section ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .footer-sitelinks-section li {
    margin: 0;
    padding: 0; }
  .footer-sitelinks-section a {
    font-size: 1.0625rem;
    /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
    letter-spacing: 0.02em;
    display: block;
    margin: .8rem 0;
    text-decoration: none;
    color: #6f96af; }
  .footer-sitelinks-section a:hover {
    color: #55758f; }
  .footer-sitelinks-section ul.sm li {
    float: left;
    margin-right: 12px;
    margin-bottom: 12px; }
  .footer-sitelinks-section ul.sm a {
    margin: 0; }

.footer-newsletter-section {
  background-color: #e2eaef;
  color: #fff;
  font-size: 1rem; }
  .footer-newsletter-section .row {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .footer-newsletter-section .element {
    margin-bottom: 1rem; }
  .footer-newsletter-section h4 {
    font: 400 100% "Roboto", sans-serif;
    font-size: 1.4rem;
    margin: 0;
    padding: 0 24px;
    color: #55758f;
    line-height: 3.3rem; }
  .footer-newsletter-section input {
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    width: 100%;
    outline: none; }
    .footer-newsletter-section input:focus, .footer-newsletter-section input:required, .footer-newsletter-section input:valid, .footer-newsletter-section input:invalid {
      background-color: #fff;
      border: 0;
      box-shadow: none;
      outline: none; }
  .footer-newsletter-section .input-required, .footer-newsletter-section .input-submit {
    display: block;
    overflow: hidden;
    padding: 0.75rem 12px;
    margin: 0 24px;
    cursor: text;
    border: 1px solid #9eaab2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /* future proofing */
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    background-color: #fff; }
  .footer-newsletter-section .input-submit {
    cursor: pointer;
    border: 0;
    background-color: #c7c500; }
    .footer-newsletter-section .input-submit:hover {
      background-color: #b4b201; }
    .footer-newsletter-section .input-submit input {
      color: #fff;
      background-color: #c7c500;
      font: 400 100% "Eurostile LT W01 Demi788242";
      font-size: 1rem;
      line-height: 1.25rem;
      text-transform: uppercase; }
      .footer-newsletter-section .input-submit input:hover {
        background-color: #b4b201; }
      .footer-newsletter-section .input-submit input:active {
        color: #e1e099; }
  .footer-newsletter-section if false .button-focus {
    background-color: #c7c500;
    border-color: #c7c500; }
    .footer-newsletter-section if false .button-focus.button-lined {
      color: #c7c500; }
    .footer-newsletter-section if false .button-focus:hover {
      background-color: #b4b201;
      border-color: #b4b201; }
    .footer-newsletter-section if false .button-focus:active {
      color: #e1e099; }
  .footer-newsletter-section if false .button {
    background-color: #6f96af;
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid #6f96af;
    padding: 1.5rem 24px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: inline-block;
    font: 400 100% "Eurostile LT W01 Demi788242";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #fff;
    text-transform: uppercase;
    /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
    letter-spacing: 0.11em;
    /* cp. http://www.melanieceraso.com/psd-to-css3/ */
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    text-align: center; }
    .footer-newsletter-section if false .button.button-lined {
      color: #6f96af; }
    .footer-newsletter-section if false .button:hover {
      color: #fff;
      background-color: #55758f;
      border-color: #55758f; }
    .footer-newsletter-section if false .button:active {
      color: #bbc7d2; }
    .footer-newsletter-section if false .button:focus {
      color: #bbc7d2;
      background-color: #55758f;
      border-color: #55758f; }

.footer-about-section {
  background-color: #c7c500;
  color: #f1f0bf;
  font-size: 1.0625rem;
  /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
  letter-spacing: 0.02em;
  /* Layout XXS 480-767px (dyn 2 cols) */
  /* Layout SP (Smartphone) below 480px (dyn 1 col) */ }
  .footer-about-section .row {
    padding-top: 3rem;
    padding-bottom: 8rem; }
  .footer-about-section ul {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .footer-about-section li {
    margin: 0;
    padding: 0;
    float: left;
    margin-left: 2.5rem; }
  .footer-about-section a {
    text-decoration: none;
    color: #f1f0bf; }
  .footer-about-section a:hover {
    color: #fff; }
  @media screen and (min-width: 480px) and (max-width: 1023px) {
    .footer-about-section ul {
      margin-top: 1.2rem;
      float: none; }
    .footer-about-section li {
      margin: 0;
      margin-right: 2.5rem; } }
  @media screen and (max-width: 479px) {
    .footer-about-section .row {
      padding-bottom: 3rem; }
    .footer-about-section ul {
      margin-top: 1.2rem;
      float: none; }
    .footer-about-section li {
      margin: 0;
      float: none;
      margin-bottom: 1rem; } }

.footer-social-icons {
  font-size: 1.7rem;
  display: inline-block;
  color: #fff !important;
  background-color: #6f96af;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center; }

.social-overflow-override {
  overflow: visible; }

.social-popup-wrapper {
  height: 50px;
  position: absolute;
  width: 62px; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 13px solid #CCCCCC;
  position: absolute;
  display: none;
  left: 17px;
  bottom: 57px; }

.social-popup {
  position: absolute;
  width: 360px;
  background-color: #CCCCCC;
  left: -140px;
  height: 180px;
  bottom: 70px;
  display: none; }
  .social-popup a {
    margin-top: 1em; }
  .social-popup hr {
    border-color: white; }
  .social-popup p {
    display: block;
    margin: 1rem 0;
    text-decoration: none;
    color: #6f96af; }
  .social-popup .title {
    padding-top: 1em; }

.socialImage {
  width: 314px;
  height: 48px;
  background-color: white;
  overflow: hidden;
  margin-left: 24px;
  margin-bottom: 1em; }

.socialImagePlaceholderText {
  margin: 0 auto;
  width: 17em;
  color: #2196F3;
  font-size: 0.7rem;
  line-height: 4.4rem; }

.social-popup-wrapper:hover .arrow-down,
.social-popup-wrapper:hover .social-popup {
  display: block !important; }
.social-popup-wrapper:hover .social-popup.twitter {
  left: -48px; }
.social-popup-wrapper:hover .social-popup.youtube {
  left: -110px; }
.social-popup-wrapper:hover .social-popup.xing {
  left: -172px; }
.social-popup-wrapper:hover .social-popup.google {
  left: -234px; }
.social-popup-wrapper:hover .social-popup.facebook {
  left: -296px; }
@media screen and (min-width: 1366px) and (max-width: 1599px) {
  .social-popup-wrapper:hover .social-popup.facebook {
    left: -48px; } }
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .social-popup-wrapper:hover .social-popup.facebook {
    left: -48px; } }
@media screen and (min-width: 657px) and (max-width: 764px) {
  .social-popup-wrapper:hover .social-popup.facebook {
    left: -48px; } }
@media screen and (min-width: 480px) and (max-width: 656px) {
  .social-popup-wrapper:hover .social-popup.facebook {
    left: -175px; } }
@media screen and (max-width: 479px) {
  .social-popup-wrapper:hover .social-popup.facebook {
    left: -296px; } }
@media screen and (max-width: 380px) {
  .social-popup-wrapper:hover .social-popup.facebook {
    left: -48px; } }
@media screen and (max-width: 336px) {
  .social-popup-wrapper:hover .social-popup.facebook {
    left: -111px; } }
.social-popup-wrapper:hover ~ #twitter {
  background-color: #55acee; }
.social-popup-wrapper:hover ~ #youtube {
  background-color: #e52d27; }
.social-popup-wrapper:hover ~ #xing {
  background-color: #006567; }
.social-popup-wrapper:hover ~ #google {
  background-color: #DC4E41; }
.social-popup-wrapper:hover ~ #facebook {
  background-color: #3b5998; }

#footer-static .img-round {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
#footer-static small {
  font-size: 0.9rem; }
#footer-static .text-vertical {
  padding-top: 1.5rem; }
#footer-static .subheadline {
  font-weight: 500;
  font-size: 1.5rem;
  color: #4e4f4f;
  margin: 0;
  padding-bottom: .25rem; }
#footer-static .text-content {
  color: #4e4f4f; }

.footer-fixed {
  z-index: 3000;
  position: fixed;
  bottom: -170px;
  height: 100px;
  background-color: #dadfe2;
  /* from screenshot in https://jira.netrocks.info/browse/EL-219; prob. better: $secondary-color-5 ? */
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px 0px #1c2021;
  -moz-box-shadow: 0px 0px 10px 0px #1c2021;
  box-shadow: 0px 0px 10px 0px #1c2021; }
  .footer-fixed .img-round {
    position: relative;
    bottom: 70px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); }
  .footer-fixed .col-4c-3, .footer-fixed .col-3c-3, .footer-fixed .col-2c-2, .footer-fixed .col-1c-1 {
    overflow: visible; }
  .footer-fixed:hover {
    background-color: #f0f4f7; }
    .footer-fixed:hover .img-round, .footer-fixed:hover img {
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      filter: grayscale(0%); }
    .footer-fixed:hover .sprite-contact-open {
      background-position: -225px 0; }

.footer-expand {
  z-index: 5000;
  position: fixed;
  bottom: 0;
  display: none;
  -webkit-box-shadow: 0px 0px 10px 0px #1c2021;
  -moz-box-shadow: 0px 0px 10px 0px #1c2021;
  box-shadow: 0px 0px 10px 0px #1c2021;
  /* special case to avoid checkbox being cut off */ }
  .footer-expand #footer-expand-close {
    margin-top: 2rem;
    display: block;
    font-size: 1.5rem;
    cursor: pointer; }
  .footer-expand .mini-footer-expand-close {
    color: #1c2021;
    display: block;
    font-size: 1.5rem;
    cursor: pointer; }
  .footer-expand .footer-expand-info-section {
    color: #1c2021;
    background-color: #fff; }
    .footer-expand .footer-expand-info-section * {
      color: #1c2021; }
    .footer-expand .footer-expand-info-section .contact-type {
      padding-right: 1rem; }
    .footer-expand .footer-expand-info-section .contact-name {
      margin-bottom: 2rem; }
      .footer-expand .footer-expand-info-section .contact-name .bold {
        font-weight: 500; }
  .footer-expand .footer-expand-form-section {
    padding-top: 2rem;
    background-color: #e2eaef; }
    .footer-expand .footer-expand-form-section .hl-white {
      font-size: 0.7rem; }
    .footer-expand .footer-expand-form-section .accordion-head {
      border: none;
      background: none;
      cursor: pointer; }
      .footer-expand .footer-expand-form-section .accordion-head:hover {
        background: none; }
    .footer-expand .footer-expand-form-section .accordion-button {
      border: none;
      background: #6f96af !important;
      color: #fff !important;
      font-size: 0.875rem;
      line-height: 1.25rem;
      /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
      letter-spacing: 0.06em;
      background-color: #6f96af;
      cursor: pointer;
      border-radius: 4px;
      border: 2px solid #6f96af;
      padding: 12px 1.5rem;
      margin-top: 1rem;
      margin-bottom: 1rem;
      display: table;
      font: 400 100% "Eurostile LT W01 Demi788242";
      font-size: 1rem;
      line-height: 1.25rem;
      color: #fff;
      text-transform: uppercase;
      /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
      letter-spacing: 0.11em;
      /* cp. http://www.melanieceraso.com/psd-to-css3/ */
      text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
      text-align: center; }
      .footer-expand .footer-expand-form-section .accordion-button:hover {
        color: #fff;
        background-color: #55758f;
        border-color: #55758f; }
    .footer-expand .footer-expand-form-section .accordion-body {
      padding: 0;
      background: none;
      overflow: hidden;
      border: none; }
  .footer-expand .img-round {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    margin: 2.5rem auto; }
  .footer-expand img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%); }
  .footer-expand .sprite-contact-close {
    cursor: pointer; }
  .footer-expand .subheadline {
    padding-top: 2rem; }
  .footer-expand .text-margin {
    margin: 0 0 1rem 0;
    line-height: 1.5rem; }
  .footer-expand label {
    color: #4e4f4f;
    display: inline; }
  .footer-expand input, .footer-expand textarea {
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    width: 100%;
    outline: none; }
    .footer-expand input:focus, .footer-expand input:required, .footer-expand input:valid, .footer-expand input:invalid, .footer-expand textarea:focus, .footer-expand textarea:required, .footer-expand textarea:valid, .footer-expand textarea:invalid {
      background-color: #fff;
      border: 0;
      box-shadow: none;
      outline: none; }
  .footer-expand input[type="checkbox"] {
    width: auto;
    height: auto; }
  .footer-expand textarea {
    height: 6rem; }
  .footer-expand .input-required, .footer-expand .input-submit {
    display: block;
    overflow: hidden;
    padding: 0.75rem 24px;
    cursor: text;
    border-width: thin;
    border-style: solid;
    border-color: #9eaab2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /* future proofing */
    -khtml-border-radius: 4px;
    /* for old Konqueror browsers */
    background-color: #fff; }
  .footer-expand .input-submit {
    width: 100%;
    cursor: pointer;
    border: 0;
    background-color: #c7c500 !important;
    font: 400 100% "Eurostile LT W01 Demi788242";
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.25rem;
    color: #fff;
    text-transform: uppercase;
    /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
    letter-spacing: 0.11em;
    /* cp. http://www.melanieceraso.com/psd-to-css3/ */
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    text-align: center; }
    .footer-expand .input-submit:hover {
      background-color: #bcba00; }
    .footer-expand .input-submit:active {
      color: rgba(255, 255, 255, 0.25);
      background-color: #bcba00; }
    .footer-expand .input-submit input {
      background-color: #c7c500; }
      .footer-expand .input-submit input:hover {
        background-color: #bcba00; }
      .footer-expand .input-submit input:active {
        color: rgba(255, 255, 255, 0.25);
        background-color: #bcba00; }
  .footer-expand .form-control, .footer-expand .footer-reload-form {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .footer-expand textarea {
    border: 0;
    margin: 0;
    padding: 0;
    resize: none;
    width: 100%; }
  .footer-expand .col-4c-3, .footer-expand .col-3c-2-quarter, .footer-expand .col-2c-2, .footer-expand .col-1c-1 {
    overflow: visible !important; }

.footer-expand-form-section:after {
  padding-bottom: 2rem;
  content: "";
  display: block; }

/*
Allg. Definition?
.subheadline {
	font-weight: bold;
	margin: 0;
	font-size: 1.5rem;
}
*/
/*
main .swiper-slide {
	margin: 0 auto !important;
}
*/
/*
@media screen and (max-width: 480px) {
	main {
		.element {
			padding-left: 0 !important;
			padding-right: 0 !important;
		}
	}
}
*/
.header .row {
  position: relative; }

.slider-image-columns {
  overflow: visible;
  position: absolute;
  right: 0;
  bottom: 0; }

.slider-text-columns {
  z-index: 2; }

.swiper-slide .img-content {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  /* Layout SP (Smartphone) below 480px (dyn 1 col) */
  margin: 0 auto; }
  @media screen and (max-width: 479px) {
    .swiper-slide .img-content {
      width: 100%; } }
  .swiper-slide .img-content img {
    width: 100%;
    position: relative; }

.slider-pdf .swiper-button-disabled.swiper-button-next, .slider-pdf .swiper-button-disabled.swiper-button-prev {
  /* source: https://css-tricks.com/snippets/css/cross-browser-opacity/ */
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0; }

/*!
 * WTF, forms?
 * Released under MIT and copyright 2014 Mark Otto.
 * http://wtfforms.com
 */
/*
 * WTF, forms?
 * Released under MIT and copyright 2014 Mark Otto.
 * http://wtfforms.com
 *
 * Embedded icons from Open Iconic.
 * Released under MIT and copyright 2014 Waybury.
 * http://useiconic.com/open
 */
/*
 * Reduced to checkboxes and radios only,
 * Included special hover and error cases for ELAXY
 */
/*
 * Checkboxes and radios
 */
.control {
  position: relative;
  display: inline-block;
  /*
  padding-left: 1.5rem;
  color: #555;
  */
  padding-left: 2rem;
  padding-top: 0.4rem;
  padding-right: 3rem;
  cursor: pointer; }

.control input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  /* Put the input behind the label so it doesn't overlay text */ }

.control-indicator {
  position: absolute;
  top: .3rem;
  left: 0;
  display: block;
  /*
  width: 1rem;
  height: 1rem;
  */
  width: 26px;
  height: 26px;
  /*
  line-height: 1rem;
  font-size: 65%;
  color: #eee;
  text-align: center;
  background-color: #eee;
  background-size: 50% 50%;
  */
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hover state */
/* Uncomment if you need it, but be aware of the sticky iOS states.
.control:hover .control-indicator {
  color: #fff;
  background-color: #ccc;
}
*/
/* Focus */
.control input:focus ~ .control-indicator {
  /*
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
  */ }

/* Checked state */
.control input:checked ~ .control-indicator {
  /*
  color: #fff;
  background-color: #0074d9;
  */ }

/* Active */
.control input:active ~ .control-indicator {
  /*
  color: #fff;
  background-color: #84c6ff;
  */ }

/* Checkbox modifiers */
.checkbox .control-indicator {
  /*
  border-radius: .25rem;
  */
  /* ELAXY */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjI2Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDI2LjM3NSkiPjxyZWN0IHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgcng9IjMiIHJ5PSIzIiB4PSIxLjUiIHk9IjEwMjcuOSIgc3R5bGU9ImZpbGw6I2ZmZjtzdHJva2Utd2lkdGg6MTtzdHJva2U6I2I1YmZjNiIvPjwvZz48L3N2Zz4=); }
.checkbox:hover .control-indicator {
  /* ELAXY */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjI2Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDI2LjM3NSkiPjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgcng9IjMiIHJ5PSIzIiB4PSIxIiB5PSIxMDI3LjQiIHN0eWxlPSJmaWxsOiNmZmY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlOiNiNWJmYzYiLz48L2c+PC9zdmc+); }
.checkbox input:checked ~ .control-indicator {
  /* ELAXY */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjI2Ij48ZGVmcz48Y2xpcFBhdGg+PHVzZSB4PSIwIiB5PSIwIiB3aWR0aD0iMjYiIGhlaWdodD0iMjYiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDI2LjM3NSkiPjxyZWN0IHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgcng9IjMiIHJ5PSIzIiB4PSIxLjUiIHk9IjEwMjcuOSIgc3R5bGU9ImZpbGw6I2I1YmZjNjtzdHJva2Utd2lkdGg6MTtzdHJva2U6I2I1YmZjNiIvPjxwYXRoIGQ9Im0xOC4yIDEwMzQuNWMtMC43IDAuMi0xLjEgMC42LTEuNSAxLTEuMSAxLjEtMC43IDAuOC0xLjEgMS4xbC00LjIgNC4xYy0wLjctMC42LTEuMy0xLjUtMi4zLTIuMWwwIDAgMCAwYy0wLjctMC4zLTEuNSAwLjEtMS44IDAuNy0wLjMgMC42LTAuMyAxLjQgMC4zIDEuOSAxIDAuOSAxLjkgMi4xIDMuMiAzbDAuMSAwIDAuMSAwYzAuNCAwLjEgMC44IDAuMSAxLjEgMCAwLjMtMC4xIDAuNi0wLjMgMC44LTAuNSAwLjQtMC40IDAuOC0wLjggMS4xLTEuMiAyLTIgNC4yLTQgNS45LTUuOSAwLjgtMC45LTAuMy0yLjQtMS41LTIuMmwwIDAgMCAweiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=); }
.checkbox:hover input:checked ~ .control-indicator {
  /* ELAXY */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjI2Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDI2LjM3NSkiPjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgcng9IjMiIHJ5PSIzIiB4PSIxIiB5PSIxMDI3LjQiIHN0eWxlPSJmaWxsOiNmZmY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlOiNiNWJmYzYiLz48cGF0aCBkPSJtMTguMiAxMDM0LjVjLTAuNyAwLjItMS4xIDAuNi0xLjUgMS0xLjEgMS4xLTAuNyAwLjgtMS4xIDEuMWwtNC4yIDQuMWMtMC43LTAuNi0xLjMtMS41LTIuMy0yLjFsMCAwIDAgMGMtMC43LTAuMy0xLjUgMC4xLTEuOCAwLjctMC4zIDAuNi0wLjMgMS40IDAuMyAxLjkgMSAwLjkgMS45IDIuMSAzLjIgM2wwLjEgMCAwLjEgMGMwLjQgMC4xIDAuOCAwLjEgMS4xIDAgMC4zLTAuMSAwLjYtMC4zIDAuOC0wLjUgMC40LTAuNCAwLjgtMC44IDEuMS0xLjIgMi0yIDQuMi00IDUuOS01LjkgMC44LTAuOS0wLjMtMi40LTEuNS0yLjJsMCAwIDAgMHoiIGZpbGw9IiNiNWJmYzYiLz48L2c+PC9zdmc+); }
.checkbox input:disabled ~ .control-indicator, .checkbox:hover input:disabled ~ .control-indicator {
  /* ELAXY */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjI2Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDI2LjM3NSkiPjxyZWN0IHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgcng9IjMiIHJ5PSIzIiB4PSIxLjUiIHk9IjEwMjcuOSIgc3R5bGU9ImZpbGw6I2VlZjJmNDtzdHJva2Utd2lkdGg6MTtzdHJva2U6I2I4Y2FkNSIvPjwvZz48L3N2Zz4=); }
.checkbox.error {
  color: #fd6a52; }
  .checkbox.error .control-indicator {
    /* ELAXY */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjI2Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDI2LjM3NSkiPjxyZWN0IHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgcng9IjMiIHJ5PSIzIiB4PSIxLjUiIHk9IjEwMjcuOSIgc3R5bGU9ImZpbGw6I2ZmZjtzdHJva2Utd2lkdGg6MTtzdHJva2U6I2ZkNmE1MiIvPjwvZz48L3N2Zz4=); }
.checkbox.error:hover .control-indicator {
  /* ELAXY */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjI2Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDI2LjM3NSkiPjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgcng9IjMiIHJ5PSIzIiB4PSIxIiB5PSIxMDI3LjQiIHN0eWxlPSJmaWxsOiNmZmY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlOiNmZDZhNTIiLz48L2c+PC9zdmc+); }

/* Radio modifiers */
.radio .control-indicator {
  /* ELAXY */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjI2Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDI2LjM3NSkiPjxwYXRoIGQ9Im0tOS41IDVhOC44IDguOCAwIDEgMS0xNy43IDAgOC44IDguOCAwIDEgMSAxNy43IDB6IiB0cmFuc2Zvcm09Im1hdHJpeCgxLjMwMTA3NjUsMCwwLDEuMzAxMDc2NSwzNi45MDM1NzEsMTAzMi45MDA2KSIgc3R5bGU9ImZpbGw6I2ZmZjtzdHJva2Utd2lkdGg6MC44O3N0cm9rZTojYjViZmM2Ii8+PC9nPjwvc3ZnPg==); }
.radio:hover .control-indicator {
  /* ELAXY */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjI2Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDI2LjM3NSkiPjxwYXRoIGQ9Im0tOS41IDVhOC44IDguOCAwIDEgMS0xNy43IDAgOC44IDguOCAwIDEgMSAxNy43IDB6IiB0cmFuc2Zvcm09Im1hdHJpeCgxLjM1NzY0NSwwLDAsMS4zNTc2NDUsMzcuOTQyODU1LDEwMzIuNjE5MSkiIHN0eWxlPSJmaWxsOiNmZmY7c3Ryb2tlLXdpZHRoOjEuNTtzdHJva2U6I2I1YmZjNiIvPjwvZz48L3N2Zz4=); }
.radio input:checked ~ .control-indicator {
  /* ELAXY */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjI2Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDI2LjM3NSkiPjxwYXRoIGQ9Im0tOS41IDVhOC44IDguOCAwIDEgMS0xNy43IDAgOC44IDguOCAwIDEgMSAxNy43IDB6IiB0cmFuc2Zvcm09Im1hdHJpeCgxLjMwMTA3NjUsMCwwLDEuMzAxMDc2NSwzNi45MDM1NzEsMTAzMi45MDA2KSIgc3R5bGU9ImZpbGw6I2I1YmZjNjtzdHJva2Utd2lkdGg6MC44O3N0cm9rZTojYjViZmM2Ii8+PHBhdGggZD0ibS0yNS45IDQuOWE0LjkgNC4xIDAgMSAxLTkuOCAwIDQuOSA0LjEgMCAxIDEgOS44IDB6IiB0cmFuc2Zvcm09Im1hdHJpeCgwLjgxMjI2NjIzLDAsMCwwLjk3NDcxOTU1LDM4LjA3NjkyMywxMDM0LjU4NjEpIiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==); }
.radio:hover input:checked ~ .control-indicator {
  /* ELAXY */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjI2Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDI2LjM3NSkiPjxwYXRoIGQ9Im0tOS41IDVhOC44IDguOCAwIDEgMS0xNy43IDAgOC44IDguOCAwIDEgMSAxNy43IDB6IiB0cmFuc2Zvcm09Im1hdHJpeCgxLjM1NzY0NSwwLDAsMS4zNTc2NDUsMzcuOTQyODU1LDEwMzIuNjE5MSkiIHN0eWxlPSJmaWxsOiNmZmY7c3Ryb2tlLXdpZHRoOjEuNTtzdHJva2U6I2I1YmZjNiIvPjxwYXRoIGQ9Im0tMjUuOSA0LjlhNC45IDQuMSAwIDEgMS05LjggMCA0LjkgNC4xIDAgMSAxIDkuOCAweiIgdHJhbnNmb3JtPSJtYXRyaXgoMC44MTIyNjYyMywwLDAsMC45NzQ3MTk1NSwzOC4wNzY5MjMsMTAzNC41ODYxKSIgZmlsbD0iI2I1YmZjNiIvPjwvZz48L3N2Zz4=); }
.radio input:disabled ~ .control-indicator, .radio:hover input:disabled ~ .control-indicator {
  /* ELAXY */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjI2Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDI2LjM3NSkiPjxwYXRoIGQ9Im0tOS41IDVhOC44IDguOCAwIDEgMS0xNy43IDAgOC44IDguOCAwIDEgMSAxNy43IDB6IiB0cmFuc2Zvcm09Im1hdHJpeCgxLjMwMTA3NjUsMCwwLDEuMzAxMDc2NSwzNi45MDM1NzEsMTAzMi45MDA2KSIgc3R5bGU9ImZpbGw6I2VlZjJmNDtzdHJva2Utd2lkdGg6MC44O3N0cm9rZTojYjhjYWQ1Ii8+PC9nPjwvc3ZnPg==); }
.radio.error {
  color: #fd6a52; }
  .radio.error .control-indicator {
    /* ELAXY */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjI2IiBoZWlnaHQ9IjI2Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDI2LjM3NSkiPjxwYXRoIGQ9Im0tOS41IDVhOC44IDguOCAwIDEgMS0xNy43IDAgOC44IDguOCAwIDEgMSAxNy43IDB6IiB0cmFuc2Zvcm09Im1hdHJpeCgxLjMwMTA3NjUsMCwwLDEuMzAxMDc2NSwzNi45MDM1NzEsMTAzMi45MDA2KSIgc3R5bGU9ImZpbGw6I2ZmZjtzdHJva2Utd2lkdGg6MC44O3N0cm9rZTojZmQ2YTUyIi8+PC9nPjwvc3ZnPg==); }
.radio.error:hover .control-indicator {
  /* ELAXY */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmVyc2lvbj0iMS4xIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDI2LjM3NSkiPjxwYXRoIGQ9Im0tOS41IDVjMCA0LjktNCA4LjgtOC44IDguOC00LjkgMC04LjgtNC04LjgtOC44IDAtNC45IDQtOC44IDguOC04LjggNC45IDAgOC44IDQgOC44IDguOHoiIHRyYW5zZm9ybT0ibWF0cml4KDEuMzU3NjQ1LDAsMCwxLjM1NzY0NSwzNy45NDI4NTUsMTAzMi42MTkxKSIgc3R5bGU9ImZpbGw6I2ZmZjtzdHJva2Utd2lkdGg6MS41O3N0cm9rZTojZmQ2YTUyIi8+PC9nPjwvc3ZnPg==); }

if false {
  /* Alternately, use another character */ }
  if false .control-x input:checked ~ .control-indicator {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xLjQsMEwwLDEuNGwwLjcsMC43bDEuOCwxLjhMMC43LDUuN0wwLDYuNGwxLjQsMS40bDAuNy0wLjdsMS44LTEuOGwxLjgsMS44bDAuNywwLjdsMS40LTEuNEw3LjEsNS43DQoJTDUuMywzLjlsMS44LTEuOGwwLjctMC43TDYuNCwwTDUuNywwLjdMMy45LDIuNUwyLjEsMC43QzIuMSwwLjcsMS40LDAsMS40LDB6Ii8+DQo8L3N2Zz4NCg==); }
  if false .control-dash input:checked ~ .control-indicator {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K); }

/*
 * Disabling not used CSS
 */
if false {
  /*
   * Select
   */
  /* Undo the Firefox inner focus ring */
  /* Dropdown arrow */
  /* Hover state */
  /* Uncomment if you need it, but be aware of the sticky iOS states.
  .select select:hover {
    background-color: #ddd;
  }
  */
  /* Focus */
  /* Active/open */
  /* Hide the arrow in IE10 and up */
  /* Media query to target Firefox only */
  /* IE9 hack to hide the arrow */
  /*
   * File
   */
  /* Focus */
  /*
   * Progress
   */
  /* Firefox styles must be entirely separate or it busts Webkit styles. */
  /* IE9 hacks to accompany custom markup. We don't need to scope this via media queries, but I feel better doing it anyway. */
  /*
   * Control layouts
   */ }
  if false .select {
    position: relative;
    display: inline-block;
    color: #555; }
  if false .select select {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: .5rem 2.25rem .5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 0;
    border-radius: .25rem;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  if false .select select:focus:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  if false .select:after {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    margin-top: -.15rem;
    pointer-events: none;
    border-top: .35rem solid;
    border-right: .35rem solid transparent;
    border-bottom: .35rem solid transparent;
    border-left: .35rem solid transparent; }
  if false .select select:focus {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9; }
  if false .select select:active {
    color: #fff;
    background-color: #0074d9; }
  if false .select select::-ms-expand {
    display: none; }
@-moz-document url-prefix() {
  if false {
    /* Firefox hack to hide the arrow */
    /* <option> elements inherit styles from <select>, so reset them. */ }
    if false .select select {
      text-indent: 0.01px;
      text-overflow: '';
      padding-right: 1rem; }
    if false .select option {
      background-color: #fff; } }
  @media screen and (min-width: 0\0) {
    if false .select select {
      z-index: 1;
      padding: .5rem 1.5rem .5rem 1rem; }
    if false .select:after {
      z-index: 5; }
    if false .select:before {
      position: absolute;
      top: 0;
      right: 1rem;
      bottom: 0;
      z-index: 2;
      content: "";
      display: block;
      width: 1.5rem;
      background-color: #eee; }
    if false .select select:hover,
    if false .select select:focus,
    if false .select select:active {
      color: #555;
      background-color: #eee; } }
  if false .file {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 2.5rem; }
  if false .file input {
    min-width: 14rem;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0; }
  if false .file-custom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    border: .075rem solid #ddd;
    border-radius: .25rem;
    box-shadow: inset 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  if false .file-custom:after {
    content: "Choose file..."; }
  if false .file-custom:before {
    position: absolute;
    top: -.075rem;
    right: -.075rem;
    bottom: -.075rem;
    z-index: 6;
    display: block;
    content: "Browse";
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: .075rem solid #ddd;
    border-radius: 0 .25rem .25rem 0; }
  if false .file input:focus ~ .file-custom {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9; }
  if false .progress {
    display: inline-block;
    height: 1rem; }
  if false .progress[value] {
    /* Reset the default appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Remove Firefox and Opera border */
    border: 0;
    /* IE10 uses `color` to set the bar background-color */
    color: #0074d9; }
  if false .progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: .2rem; }
  if false .progress[value]::-webkit-progress-value {
    background-color: #0074d9;
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem; }
  if false .progress[value="100"]::-webkit-progress-value {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem; }
@-moz-document url-prefix() {
  if false .progress[value] {
    background-color: #eee;
    border-radius: .2rem; }
  if false .progress[value]::-moz-progress-bar {
    background-color: #0074d9;
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem; }
  if false .progress[value="100"]::-moz-progress-bar {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem; } }
  @media screen and (min-width: 0\0) {
    if false .progress {
      background-color: #eee;
      border-radius: .2rem; }
    if false .progress-bar {
      display: inline-block;
      height: 1rem;
      text-indent: -999rem;
      /* Simulate hiding of value as in native `<progress>` */
      background-color: #0074d9;
      border-top-left-radius: .2rem;
      border-bottom-left-radius: .2rem; }
    if false .progress[width="100%"] {
      border-top-right-radius: .2rem;
      border-bottom-right-radius: .2rem; } }
  if false .controls-stacked {
    margin: 1rem 0; }
  if false .controls-stacked .control,
  if false .controls-stacked .progress {
    display: block; }
  if false .controls-stacked .control + .control,
  if false .controls-stacked .progress + .progress {
    margin-top: .5rem; }
  if false .controls-inline {
    margin: 1rem 0; }
  if false .controls-inline .control {
    display: inline-block;
    height: 1rem; }
  if false .controls-inline .control + .control {
    margin-left: 1rem; }

/*!
 * Swiper 3.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: August 22, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  display: none; }

.swiper-pagination.swiper-pagination-hidden {
  /*opacity: 0;*/
  display: none; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
/*! Swiper for ELAXY */
.content-swiper.swiper-container-horizontal .swiper-pagination {
  bottom: 20px !important; }
.content-swiper .swiper-wrapper {
  margin-bottom: 3.125rem !important; }
.content-swiper .swiper-wrapper-col-3 .swiper-slide:first-child, .content-swiper .swiper-wrapper-benefits .swiper-slide:first-child {
  /*margin-left: 12.5%;*/ }
.content-swiper .swiper-slide {
  overflow: hidden; }

.swiper-space-container {
  position: relative; }
  .swiper-space-container .swiper-container {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 6.25rem; }
    .swiper-space-container .swiper-container.swiper-wrapper-col-4 {
      width: 100%; }

/* 3 column layout (M, S, XS) */
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .swiper-space-container .swiper-container {
    width: 66.666666%; } }
/* 2 column layout (XXS) */
@media screen and (min-width: 480px) and (max-width: 1023px) {
  .swiper-space-container .swiper-container {
    width: 50%; }

  .swiper-space-container-benefits .swiper-container-benefits {
    width: 100%; }

  .swiper-button-prev, .swiper-button-next {
    display: none !important; } }
/* 1 column layout (SP) */
@media screen and (max-width: 479px) {
  .swiper-space-container .swiper-container {
    width: 100%; }

  .swiper-button-prev, .swiper-button-next {
    display: none !important; } }
.swiper-container {
  height: 100%; }
  .swiper-container .swiper-wrapper {
    max-width: 2000px;
    margin: 0 auto; }
  .swiper-container + .swiper-pagination {
    margin-top: -4.0625rem;
    width: 100%; }

.swiper-button-prev {
  left: 4%; }

.swiper-button-next {
  right: 4%; }

.swiper-button-next, .swiper-button-prev {
  margin-top: -2rem; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  /* source: https://css-tricks.com/snippets/css/cross-browser-opacity/ */
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1; }

[class^="swiper-button-"], [class*=" swiper-button-"] {
  font-family: 'elaxy';
  background: transparent;
  font-size: 1.5rem;
  line-height: 4.5rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: transparent;
  overflow: hidden;
  text-align: center;
  border: 2px solid #55758f;
  cursor: pointer;
  color: #55758f; }
  [class^="swiper-button-"]:hover, [class^="swiper-button-"]:active, [class*=" swiper-button-"]:hover, [class*=" swiper-button-"]:active {
    background: #55758f;
    color: #fff; }
    [class^="swiper-button-"]:hover:active, [class^="swiper-button-"]:active:active, [class*=" swiper-button-"]:hover:active, [class*=" swiper-button-"]:active:active {
      color: rgba(255, 255, 255, 0.5); }
  [class^="swiper-button-"].swiper-button-disabled, [class*=" swiper-button-"].swiper-button-disabled {
    border: 2px solid #b5bfc6;
    color: #b5bfc6; }
    [class^="swiper-button-"].swiper-button-disabled:hover, [class*=" swiper-button-"].swiper-button-disabled:hover {
      background: transparent; }
  .background-dark [class^="swiper-button-"], .theme-4 [class^="swiper-button-"], .background-dark [class*=" swiper-button-"], .theme-4 [class*=" swiper-button-"] {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff; }
    .background-dark [class^="swiper-button-"]:hover, .theme-4 [class^="swiper-button-"]:hover, .background-dark [class*=" swiper-button-"]:hover, .theme-4 [class*=" swiper-button-"]:hover {
      border: 2px solid #e2eaef;
      background: #e2eaef;
      color: #55758f; }
    .background-dark [class^="swiper-button-"]:active, .theme-4 [class^="swiper-button-"]:active, .background-dark [class*=" swiper-button-"]:active, .theme-4 [class*=" swiper-button-"]:active {
      border: 2px solid #e2eaef;
      background: #e2eaef;
      color: rgba(85, 117, 143, 0.5); }
    .background-dark [class^="swiper-button-"].swiper-button-disabled, .theme-4 [class^="swiper-button-"].swiper-button-disabled, .background-dark [class*=" swiper-button-"].swiper-button-disabled, .theme-4 [class*=" swiper-button-"].swiper-button-disabled {
      border: 2px solid rgba(255, 255, 255, 0.5);
      color: rgba(255, 255, 255, 0.5);
      background: transparent; }
      .background-dark [class^="swiper-button-"].swiper-button-disabled:hover, .theme-4 [class^="swiper-button-"].swiper-button-disabled:hover, .background-dark [class*=" swiper-button-"].swiper-button-disabled:hover, .theme-4 [class*=" swiper-button-"].swiper-button-disabled:hover {
        background: transparent; }

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #b5bfc6;
  background: #b7cad7;
  margin: 0 5px;
  vertical-align: middle;
  /* source: https://css-tricks.com/snippets/css/cross-browser-opacity/ */
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1; }
  .swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
    margin: 7px 2px; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #c7c500;
    width: 16px;
    height: 16px;
    margin-bottom: -0.0625rem !important; }
    .swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      margin: 5px 0; }
    .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
      background: #6f96af; }
  .swiper-pagination-bullet:hover {
    background: #55758f; }

.background-dark .swiper-pagination-bullet {
  background: #b5bfc6;
  /* source: https://css-tricks.com/snippets/css/cross-browser-opacity/ */
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5; }
  .background-dark .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #c7c500;
    /* source: https://css-tricks.com/snippets/css/cross-browser-opacity/ */
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1; }
    .background-dark .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
      background: #fff; }
  .background-dark .swiper-pagination-bullet:hover {
    background: #fff;
    /* source: https://css-tricks.com/snippets/css/cross-browser-opacity/ */
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1; }

/*

	Add .swiper-slide without space (same class) to overwrite 100% setting!

*/
.swiper-slide.swiper-col-0 {
  display: none; }

/*special case*/
.swiper-slide.swiper-col-1-3 {
  width: 33.3%; }

/* 4 column layouts (XL, L) */
@media screen and (min-width: 1366px) {
  .swiper-slide.swiper-col-0-half {
    width: 19.86667%; }

  .swiper-slide.swiper-col-1 {
    width: 33.33333%; }

  .swiper-slide.swiper-col-4c-1-half,
  .swiper-slide.swiper-col-1-half {
    width: 50%; }

  .swiper-slide.swiper-col-2,
  .swiper-slide.swiper-col-4c-2 {
    width: 66.66667%; }

  .swiper-slide.swiper-col-2-half {
    width: 83.33333%; }

  .swiper-slide.swiper-col-3 {
    width: 100%; }

  .swiper-slide.swiper-col-3-half {
    width: 100%; }

  .swiper-slide.swiper-special-6-col {
    width: 16.67%; }

  .swiper-wrapper-col-4 .swiper-slide.swiper-col-0-half {
    width: 14.9%; }
  .swiper-wrapper-col-4 .swiper-slide.swiper-col-1 {
    width: 25%; }
  .swiper-wrapper-col-4 .swiper-slide.swiper-col-4c-1-half,
  .swiper-wrapper-col-4 .swiper-slide.swiper-col-1-half {
    width: 37.5%; }
  .swiper-wrapper-col-4 .swiper-slide.swiper-col-2,
  .swiper-wrapper-col-4 .swiper-slide.swiper-col-4c-2 {
    width: 50%; }
  .swiper-wrapper-col-4 .swiper-slide.swiper-col-2-half {
    width: 62.5%; }
  .swiper-wrapper-col-4 .swiper-slide.swiper-col-3 {
    width: 100%; }
  .swiper-wrapper-col-4 .swiper-slide.swiper-col-3-half {
    width: 100%; }
  .swiper-wrapper-col-4 .swiper-slide.swiper-special-6-col {
    width: 16.67%; }

  		/*
  		It is not necessary to set 100% width b/c this is the default for all swiper-slides!
  
  		.swiper-slide.swiper-col-4 {
  			width: 100%;
  		}
  		*/
  .swiper-wrapper-col-3 .swiper-slide.swiper-col-1-half, .swiper-wrapper-benefits .swiper-slide.swiper-col-1-half {
    width: 33.33335%; }
  .swiper-wrapper-col-3 .swiper-slide.swiper-col-2-half, .swiper-wrapper-benefits .swiper-slide.swiper-col-2-half {
    width: 66%; } }
/* 3 column layout (M, S, XS) */
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .swiper-slide.swiper-col-0-half {
    width: 25%; }

  .swiper-slide.swiper-col-1,
  .swiper-slide.swiper-col-3c-1 {
    width: 50%; }

  .swiper-slide.swiper-col-1-half,
  .swiper-slide.swiper-col-3c-1-half {
    width: 50%; }

  			/*
  			.swiper-slide.swiper-col-2 {
  				width: 66.66667% / .66;
  			}
  
  			.swiper-slide.swiper-col-2-half {
  				width: 83.33333% / .66;
  			}
  			*/
  			/*
  			It is not necessary to set 100% width b/c this is the default for all swiper-slides!
  
  			.swiper-slide.swiper-col-3, .swiper-slide.swiper-col-3-half, .swiper-slide.swiper-col-4 {
  				width: 100%;
  			}
  			*/
  /*
  	swiper-wrapper-col-4 should be better called swiper-wrapper-col-full-width -- therefore it is relevant for 3-col-layout, too.
  */
  .swiper-wrapper-col-4 .swiper-slide.swiper-col-0-half {
    width: 16.66667%; }
  .swiper-wrapper-col-4 .swiper-slide.swiper-col-1,
  .swiper-wrapper-col-4 .swiper-slide.swiper-col-3c-1 {
    width: 33.33333%; }
  .swiper-wrapper-col-4 .swiper-slide.swiper-col-1-half,
  .swiper-wrapper-col-4 .swiper-slide.swiper-col-3c-1-half {
    width: 50%; } }
/* 2 column layout (XXS) */
@media screen and (min-width: 480px) and (max-width: 1023px) {
  .swiper-slide.swiper-col-0-half {
    width: 50%; }

  .swiper-slide.swiper-col-1 {
    width: 100%; }

  .swiper-slide.swiper-col-1-half {
    width: 100%; }

  .swiper-wrapper-benefits .swiper-slide.swiper-col-1-half {
    width: 50%; }

  			/*
  			It is not necessary to set 100% width b/c this is the default for all swiper-slides!
  
  			.swiper-slide.swiper-col-2, .swiper-slide.swiper-col-2-half, .swiper-slide.swiper-col-3, .swiper-slide.swiper-col-3-half, .swiper-slide.swiper-col-4 {
  				width: 100%;
  			}
  			*/
  /*
  	swiper-wrapper-col-4 should be better called swiper-wrapper-col-full-width -- therefore it is relevant for 2-col-layout, too.
  */
  .swiper-wrapper-col-4 .swiper-slide.swiper-col-0-half, .swiper-wrapper-benefits .swiper-slide.swiper-col-0-half {
    width: 25%; }
  .swiper-wrapper-col-4 .swiper-slide.swiper-col-1, .swiper-wrapper-benefits .swiper-slide.swiper-col-1 {
    width: 50%; } }
/* 1 column layout (SP) */
@media screen and (max-width: 479px) {
  .swiper-slide.swiper-col-0-half {
    width: 50%; }

  			/*
  			It is not necessary to set 100% width b/c this is the default for all swiper-slides!
  
  			.swiper-slide.swiper-col-1, .swiper-slide.swiper-col-1-half, .swiper-slide.swiper-col-2, .swiper-slide.swiper-col-2-half, .swiper-slide.swiper-col-3, .swiper-slide.swiper-col-3-half, .swiper-slide.swiper-col-4 {
  				width: 100%;
  			}
  			*/ }
.breadcrumb {
  list-style: none;
  margin: 0;
  padding-top: 1.5rem;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 1.5rem; }

.breadcrumblabel {
  float: left;
  margin: 0;
  margin-right: 5px;
  line-height: 1.2; }

.breadcrumb ul,
.breadcrumb li {
  float: left;
  display: inline;
  line-height: 1.2em;
  margin: 0 .5em; }

.breadcrumb li a,
.breadcrumb li strong {
  float: left;
  color: #55758f;
  display: block;
  margin-right: 10px; }

.breadcrumb li strong {
  font-weight: normal;
  color: black; }

.breadcrumb li a {
  text-transform: uppercase;
  padding-bottom: 0.5em; }

@media screen and (max-width: 767px) {
  .breadcrumblabel {
    display: none; } }
.jumptarget::before {
  content: "";
  display: block;
  height: 60px;
  /* fixed header height*/
  margin: -60px 0 0;
  /* negative fixed header height */ }

#sticky-anchor-main.stick {
  margin-top: 0 !important;
  position: fixed;
  top: 0;
  z-index: 5999; }

#sticky-anchor-main {
  z-index: 5999;
  width: 100%;
  height: 5rem;
  overflow: hidden;
  padding: 0 !important;
  background-color: #fff;
  /*border-bottom: 2px solid $primary-color-3;*/
  -webkit-box-shadow: 0 0 0.625rem 0 #1c2021;
  -moz-box-shadow: 0 0 0.625rem 0 #1c2021;
  box-shadow: 0 0 0.625rem 0 #1c2021; }
  #sticky-anchor-main div.prod {
    float: left;
    padding-left: 12px; }
  #sticky-anchor-main div.prodCategoryName {
    color: #6f96af;
    padding-left: 24px;
    margin: 0.625rem 0 0.625rem;
    font-size: 1.5rem;
    height: 5rem;
    vertical-align: middle;
    display: table-cell;
    font-weight: 400; }
  #sticky-anchor-main div.prodName {
    font-weight: bold;
    font-size: 1.5rem;
    padding-left: 24px; }
  #sticky-anchor-main div.anchor-row {
    position: relative;
    height: 5rem;
    float: right; }
  #sticky-anchor-main ul.anchor-menu {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #sticky-anchor-main ul.anchor-menu li {
      margin: 0;
      padding: 0;
      height: 5.625rem;
      list-style: none;
      display: block;
      float: left;
      width: auto;
      position: relative;
      text-transform: uppercase;
      color: #e2eaef; }
      #sticky-anchor-main ul.anchor-menu li a {
        display: block;
        height: 5.625rem;
        width: 103%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        color: #6f96af;
        text-decoration: none;
        padding: 1.875rem 1.5rem 1.125rem 1.5rem;
        font: 400 100% "Eurostile LT W01 Demi788242";
        font-size: 1rem;
        /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
        letter-spacing: 0.05em; }
      #sticky-anchor-main ul.anchor-menu li a:hover {
        background-color: #e2eaef;
        color: #55758f; }
      #sticky-anchor-main ul.anchor-menu li a:after {
        content: "|";
        position: absolute;
        right: -0.3rem;
        color: #e2eaef; }
      #sticky-anchor-main ul.anchor-menu li:last-child a:after {
        content: ""; }
      #sticky-anchor-main ul.anchor-menu li a.nav-active {
        background-color: #55758f;
        color: #fff; }
        #sticky-anchor-main ul.anchor-menu li a.nav-active:after {
          content: ""; }
      #sticky-anchor-main ul.anchor-menu li .icon-elaxy_ys_navigation_pfeil-unten {
        font-size: 0.75rem; }

@media screen and (max-width: 1024px) {
  .anchor-row {
    display: none; } }
.search .form-row {
  margin-bottom: 4rem; }
.search .button-form-line {
  width: 100%;
  border-radius: 5px;
  padding: 8px !important;
  margin: 1px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
.search .result {
  border-top: 1px solid #b5bfc6;
  margin-top: 2rem;
  padding-top: 1rem; }
  .search .result h3 {
    font: 400 100% "Eurostile LT W01 Demi788242";
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #55758f;
    letter-spacing: 0.02em; }
.search .to-truncate {
  height: 4em;
  padding-bottom: 0; }

@media screen and (min-width: 480px) {
  .input-content {
    margin: 0.1rem 1rem; } }
@media screen and (max-width: 479px) {
  .input-content {
    margin: 0.2rem 1rem;
    margin-right: 32px; }

  .input-topic {
    margin: 0.2rem 1rem; }

  .input-submit {
    margin: 0.2rem 1rem; } }
.jobs p {
  font-size: 1.0625rem;
  /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
  letter-spacing: 0.02em;
  display: block;
  text-decoration: none;
  font: 300 100% "Roboto", sans-serif; }
.jobs h4 {
  font: 400 100% "Eurostile LT W01 Medium788251";
  font-size: 1rem;
  line-height: 1.25rem;
  /* cp. https://scotch.io/quick-tips/converting-photoshop-letter-spacing-to-css */
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid #9eaab2;
  /* Linie im Grid-Zwischenraum:
  margin: 2rem 0 .75rem 0;
  padding: px2rem(6px) 24px;
  */
  /* Linie im Text-Grid: */
  padding: .4rem 0;
  color: #4e4f4f; }
  .jobs h4 a {
    color: #c7c500; }

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