/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::after,
::before {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::after,
::before {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse; }

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  border-style: none;
  font-size: inherit;
  line-height: inherit; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

/* ******************************************************************************** */
/* MAIN */
/* ******************************************************************************** */
body,
html {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

html {
  margin: 0;
  padding: 0;
  line-height: 25px;
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased; }

.usm {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  padding: 0;
  background-color: #fff; }

.centerstuff {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  background-color: #fff; }

.firstFeature {
  padding-top: 100px; }

.all-white {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  padding: 0;
  background-color: #fff; }

.display-linebreak {
  white-space: pre-line; }

/* MAIN */
.autoscale-master {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0; }

.mainapp {
  position: absolute;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

/* MAIN END */
.framew {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0; }

img {
  width: 100%;
  height: auto; }

a,
a:active,
a:hover,
a:link,
a:visited {
  cursor: pointer;
  text-decoration: none;
  font-size: 30px;
  font-weight: 400;
  color: #fff; }

ul li {
  list-style: none; }

dir,
menu,
ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0; }

.header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #fff; }

.logo {
  position: absolute;
  top: 12px;
  left: 58px;
  width: 140px;
  height: 83px; }
  .logo img {
    width: 100%;
    height: auto; }

/* ******************************************************************************** */
/* TYPOGRAPHIE */
/* ******************************************************************************** */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  color: #252525; }

h1 {
  font-size: 90px;
  font-weight: 400; }

h2 {
  font-size: 60px;
  font-weight: 400; }

h3 {
  font-size: 40px;
  font-weight: 400; }

h4 {
  font-size: 24px;
  font-weight: 400; }

h5 {
  font-size: 20px;
  font-weight: 400; }

p {
  font-size: 16px; }

.overline {
  position: absolute;
  max-width: 580px;
  line-height: auto; }

.headline {
  position: absolute;
  max-width: 580px;
  line-height: 90px; }

.subline {
  position: absolute;
  max-width: 380px;
  line-height: 65px; }

.infoline {
  position: absolute;
  max-width: 380px;
  line-height: 65px; }

.copytext {
  position: absolute;
  max-width: 350px;
  line-height: 25px; }

.copytextb {
  position: absolute;
  max-width: 350px;
  line-height: 25px; }

.infotext {
  max-width: 350px; }

.section-title {
  position: absolute;
  z-index: 1000;
  width: auto;
  left: 20px !important; }

.section-title p {
  transform: rotate(-90deg) translateX(-220px);
  border-bottom: 1px solid #000000;
  padding-bottom: 5px; }

.display-linebreak {
  white-space: pre-line; }

/* ******************************************************************************** */
/* LAZYLOAD IMAGE FADE */
/* ******************************************************************************** */
.image-container-appear {
  opacity: 0.01; }

.image-container-appear.image-container-appear-active {
  opacity: 1;
  transition: opacity 1s ease-out; }

/* ******************************************************************************** */
/* NAVIGATION */
/* ******************************************************************************** */
.language:after {
  content: '';
  display: block;
  margin: auto;
  height: 1px;
  width: 0;
  background: transparent; }

.navigation {
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  /* Burger menu */ }
  .navigation .section-title p {
    color: #fff;
    border-bottom: 1px solid #ffffff;
    transform: rotate(-90deg) translateX(-430px); }
  .navigation .nav-black {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0; }
  .navigation .Dropdown-control {
    opacity: 0; }
  .navigation.active {
    height: 100%; }
    .navigation.active .language:after {
      background: #8C918C;
      transition: width 1s cubic-bezier(0.86, 0.18, 0.08, 0.79), background-color 0.1s cubic-bezier(0.86, 0.18, 0.08, 0.79);
      width: 100%; }
    .navigation.active .Dropdown-control {
      opacity: 1;
      transition: all 2s cubic-bezier(0.86, 0.18, 0.08, 0.79); }
    .navigation.active .nav-black {
      opacity: 1; }
  .navigation .language {
    text-decoration: none;
    font-size: 30px;
    font-weight: 400;
    max-width: 610px;
    min-height: 30px;
    padding-bottom: 3px; }
    .navigation .language .Dropdown-option {
      color: #8C918C; }
    .navigation .language .Dropdown-option:hover {
      color: #ffffff; }
    .navigation .language .Dropdown-arrow {
      width: 20px;
      height: 10px;
      background: url("/haller-e/static/webpack_bundles/assets/images/arrow.png") no-repeat 0 0;
      position: absolute;
      top: 22px;
      right: 0;
      transform: rotate(0); }
    .navigation .language .Dropdown-placeholder {
      color: #ffffff; }
    .navigation .language .Dropdown-root {
      padding-bottom: 4px; }
      .navigation .language .Dropdown-root .Dropdown-menu {
        height: 0;
        overflow: hidden;
        transition: all 1s cubic-bezier(0.86, 0.18, 0.08, 0.79); }
      .navigation .language .Dropdown-root .Dropdown-arrow {
        top: 20px;
        right: 5px;
        transition: all 1s cubic-bezier(0.86, 0.18, 0.08, 0.79); }
      .navigation .language .Dropdown-root.is-open .Dropdown-menu {
        display: block;
        overflow: hidden;
        height: 225px;
        opacity: 1; }
      .navigation .language .Dropdown-root.is-open .Dropdown-arrow {
        top: 245px;
        right: 5px;
        transform: rotate(-180deg);
        transition: all 1s cubic-bezier(0.86, 0.18, 0.08, 0.79); }
  .navigation .container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden; }
    .navigation .container .navigation-preview {
      position: absolute;
      width: 1400px;
      height: 100px; }
    .navigation .container .subline {
      position: relative;
      margin-top: 130px;
      margin-left: 190px;
      max-width: 100%; }
    .navigation .container h2 {
      max-width: 100%;
      color: #fff; }
    .navigation .container .language {
      position: relative;
      line-height: 45px;
      margin-top: 45px;
      margin-left: 190px; }
    .navigation .container .nav {
      position: relative;
      line-height: 45px;
      margin-top: 80px;
      margin-left: 190px; }
    .navigation .container.active {
      height: 100%; }
  .navigation .nav-toggle {
    position: absolute;
    z-index: 20;
    right: 44px;
    top: 54px;
    height: 24px;
    width: 24px;
    background: transparent;
    cursor: pointer;
    transform: translate(0%, -50%); }
  .navigation .nav-toggle span,
  .navigation .nav-toggle span:after,
  .navigation .nav-toggle span:before {
    position: absolute;
    cursor: pointer;
    height: 2px;
    width: 24px;
    background: #000;
    top: 50%;
    display: block;
    content: ''; }
  .navigation .nav-toggle span {
    width: 18px;
    right: 5px; }
  .navigation .nav-toggle span:before {
    top: -10px;
    width: 24px;
    right: 0; }
  .navigation .nav-toggle span:after {
    top: 10px;
    width: 24px;
    right: 0; }
  .navigation .nav-toggle span.intro,
  .navigation .nav-toggle span.intro:after,
  .navigation .nav-toggle span.intro:before {
    width: 0; }
  .navigation .nav-toggle span {
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out; }
  .navigation .nav-toggle span:after {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
  .navigation .nav-toggle span:before {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .navigation .nav-toggle.active span {
    background-color: transparent; }
  .navigation .nav-toggle.active span:after,
  .navigation .nav-toggle.active span:before {
    top: 0;
    background: #fff; }
  .navigation .nav-toggle.active span:before {
    transform: rotate(135deg); }
  .navigation .nav-toggle.active span:after {
    transform: rotate(-135deg); }

.navdropdownfooter.active {
  height: 100%; }
  .navdropdownfooter.active .Dropdown-control {
    opacity: 1;
    transition: all 2s cubic-bezier(0.86, 0.18, 0.08, 0.79); }

.navdropdownfooter .Dropdown-root {
  padding-bottom: 4px; }
  .navdropdownfooter .Dropdown-root .Dropdown-menu {
    height: 0;
    overflow: hidden;
    transition: all 1s cubic-bezier(0.86, 0.18, 0.08, 0.79); }
    .navdropdownfooter .Dropdown-root .Dropdown-menu .Dropdown-option {
      color: #8C918C; }
    .navdropdownfooter .Dropdown-root .Dropdown-menu .Dropdown-option:hover {
      color: #ffffff; }
    .navdropdownfooter .Dropdown-root .Dropdown-menu .Dropdown-placeholder {
      color: #ffffff; }
  .navdropdownfooter .Dropdown-root.is-open .Dropdown-menu {
    display: block;
    overflow: hidden;
    height: 205px;
    opacity: 1; }
    .navdropdownfooter .Dropdown-root.is-open .Dropdown-menu .Dropdown-option {
      color: #8C918C; }
    .navdropdownfooter .Dropdown-root.is-open .Dropdown-menu .Dropdown-option:hover {
      color: #ffffff; }
    .navdropdownfooter .Dropdown-root.is-open .Dropdown-menu .Dropdown-placeholder {
      color: #ffffff; }

/* ******************************************************************************** */
/* HEADER ANI */
/* ******************************************************************************** */
.whiteOverlayFix:before {
  content: '';
  background-color: #fff;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%; }

.whiteOverlayFix:after {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 50px;
  height: 100%; }

.scroll-header {
  position: relative;
  height: 920px;
  width: 100%;
  overflow: hidden;
  background-color: #fff; }

.usmHeaderBgWhite {
  position: absolute;
  opacity: 1 !important;
  right: 0;
  width: 40%;
  height: 100%;
  background-color: #fff; }

.scroll-header-scroll-out {
  width: 100%;
  height: 600px; }
  .scroll-header-scroll-out img {
    width: 100%;
    height: auto; }

.ani-copytext,
.ani-headline,
.ani-light,
.ani-overline,
.ani-white {
  position: absolute; }

.ani-copytext,
.ani-headline,
.ani-light,
.ani-overline {
  max-width: 800px;
  line-height: 24px; }
  .ani-copytext .ani-copytext,
  .ani-headline .ani-copytext,
  .ani-light .ani-copytext,
  .ani-overline .ani-copytext {
    width: 100%; }

.ani-white {
  position: absolute;
  width: 200px;
  height: 100px;
  background-color: #fff;
  top: 0;
  left: 0; }

.ani-headline h1 {
  max-width: 600px;
  width: 100%;
  line-height: 84px !important; }

.headline-copytext p {
  line-height: 25px;
  padding-top: 10px; }

.ani-copytext p {
  width: 100%;
  max-width: 400px; }

.usmHeaderImgSlide {
  position: relative;
  top: 0;
  left: 0;
  z-index: 8; }

.scroll-header-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 600px; }
  .scroll-header-bg img {
    width: 100%;
    height: auto; }

.scroll-header-bg-white {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff; }

.ani-headline h1 {
  font-size: 75px !important;
  line-height: 75px !important; }

.headerani {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: 782px;
  margin-bottom: 120px;
  margin-top: 110px;
  background-color: #fff;
  overflow: hidden; }
  .headerani .headerani-bg {
    position: absolute;
    left: 50px;
    right: 50px;
    height: 782px;
    overflow: hidden; }
    .headerani .headerani-bg .headerani-image {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #fff; }
      .headerani .headerani-bg .headerani-image img {
        width: 100%;
        height: auto; }
    .headerani .headerani-bg .headerani-white {
      position: absolute;
      right: 0;
      width: 0;
      height: 100%;
      background-color: #fff; }
  .headerani .overline {
    top: 122px;
    left: 754px; }
  .headerani .headline {
    top: 168px;
    left: 754px;
    max-width: 300px; }
  .headerani .copytext {
    top: 476px;
    left: 930px; }
  .headerani.fallback .headline {
    max-width: 500px !important; }

/* ******************************************************************************** */
/* COMPONENTS */
/* ******************************************************************************** */
/* SECTION CONTAINER */
/* *******************/
.layoutContainer {
  width: 100%;
  margin-bottom: 100px;
  background-color: #fff;
  /* LAYOUT RIGHT */
  /* *********** */
  /* LAYOUT LEFT */
  /* *********** */
  /* LAYOUT TRIPLE LEFT */
  /* *********** */
  /* *********** */ }
  .layoutContainer .layoutWrapper {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0; }
  .layoutContainer .copy-bottom,
  .layoutContainer .copy-extra,
  .layoutContainer .copy-top,
  .layoutContainer .img-bottom,
  .layoutContainer .img-top {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
  .layoutContainer.right .img-top {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    margin-left: 160px;
    margin-top: 0;
    width: 530px;
    height: 630px; }
  .layoutContainer.right .img-bottom {
    margin-top: -90px;
    margin-left: 900px;
    width: 311px;
    height: 424px; }
  .layoutContainer.right .copy-top {
    position: absolute;
    margin-top: 130px;
    margin-left: 790px; }
    .layoutContainer.right .copy-top .subline {
      position: relative;
      max-width: 500px;
      line-height: 64px; }
  .layoutContainer.right .copy-bottom {
    position: absolute;
    margin-top: -210px;
    margin-left: 390px; }
    .layoutContainer.right .copy-bottom .copytext {
      position: relative;
      max-width: 400px;
      line-height: 24px; }
  .layoutContainer.right .copy-extra {
    position: absolute;
    margin-top: -240px;
    margin-left: 240px; }
    .layoutContainer.right .copy-extra .copytext {
      position: relative;
      max-width: 400px;
      line-height: 24px; }
  .layoutContainer.left .img-top {
    margin-left: 710px;
    margin-top: 0;
    width: 530px;
    height: 630px; }
  .layoutContainer.left .img-bottom {
    margin-top: -160px;
    margin-left: 212px;
    width: 311px;
    height: 424px; }
  .layoutContainer.left .copy-top {
    position: absolute;
    margin-top: 180px;
    margin-left: 160px; }
    .layoutContainer.left .copy-top .subline {
      position: relative;
      max-width: 500px;
      line-height: 64px; }
  .layoutContainer.left .copy-bottom {
    position: absolute;
    margin-top: -190px;
    margin-left: 600px; }
    .layoutContainer.left .copy-bottom .copytext {
      position: relative;
      max-width: 400px;
      line-height: 24px; }
  .layoutContainer.triple .img-top {
    margin-left: 710px;
    margin-top: 0;
    width: 530px;
    height: 630px; }
  .layoutContainer.triple .img-bottom {
    margin-top: -160px;
    margin-left: 212px;
    width: 311px;
    height: 520px; }
  .layoutContainer.triple .img-extra {
    margin-top: 80px;
    margin-left: 650px;
    width: 584px;
    height: 488px; }
  .layoutContainer.triple .copy-top {
    position: absolute;
    margin-top: 180px;
    margin-left: 160px; }
    .layoutContainer.triple .copy-top .subline {
      position: relative;
      max-width: 500px;
      line-height: 64px; }
  .layoutContainer.triple .copy-bottom {
    position: absolute;
    margin-top: -250px;
    margin-left: 650px; }
    .layoutContainer.triple .copy-bottom .copytext {
      position: relative;
      max-width: 350px;
      line-height: 24px; }
  .layoutContainer.triple .copy-extra {
    position: absolute;
    margin-top: -240px;
    margin-left: 240px; }
    .layoutContainer.triple .copy-extra .copytext {
      position: relative;
      max-width: 350px;
      line-height: 24px; }

/* SLIDE COMPONENT */
.slidecomp {
  position: relative;
  margin-bottom: 100px;
  background-color: #fff;
  width: 100%;
  width: 1400px;
  margin: 0 auto;
  height: 970px;
  overflow: hidden; }
  .slidecomp .slidecomp-image-top {
    position: absolute;
    left: 165px;
    top: 310px;
    width: 968px;
    height: 544px; }
  .slidecomp .slidecomp-image-bottom {
    position: absolute;
    left: 160px;
    top: 888px;
    width: 476px;
    height: 419px; }
  .slidecomp .subline {
    top: 0;
    left: 160px; }
  .slidecomp .copytext {
    top: 20px;
    left: 600px;
    max-width: 600px; }
  .slidecomp .copytextb {
    top: 910px;
    left: 680px;
    max-width: 400px; }
  .slidecomp .infobox {
    position: absolute;
    top: 810px;
    left: 270px;
    max-width: 400px; }

/* TRIPLE COMPONENT */
.triplecomp {
  position: relative;
  margin-bottom: 100px;
  background-color: #fff;
  width: 100%;
  height: 1565px;
  overflow: hidden; }
  .triplecomp .subline {
    top: 120px;
    left: 160px; }
  .triplecomp .triplecomp-image-top {
    position: absolute;
    left: 710px;
    top: 0;
    width: 530px;
    height: 630px; }
  .triplecomp .triplecomp-image-middle {
    position: absolute;
    left: 216px;
    top: 470px;
    width: 365px;
    height: 520px; }
  .triplecomp .triplecomp-image-bottom {
    position: absolute;
    left: 655px;
    top: 1077px;
    width: 585px;
    height: 503px; }
  .triplecomp .copytext {
    top: 730px;
    left: 650px;
    max-width: 400px; }
  .triplecomp .copytextb {
    top: 1260px;
    left: 270px;
    max-width: 300px; }

.btnBase {
  position: relative;
  background-color: #000;
  padding: 10px 60px; }
  .btnBase p {
    color: #fff; }

.hotspotcomp {
  position: relative;
  background-color: #fff;
  margin-bottom: 100px;
  width: 100%;
  overflow: hidden;
  height: 670px; }
  .hotspotcomp .wo {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background-color: rgba(255, 0, 0, 0.5); }
  .hotspotcomp .image-preview-psd {
    position: absolute;
    top: 0;
    left: 0;
    width: 1400px;
    height: 670px; }
  .hotspotcomp .e-elements-box {
    position: absolute;
    top: 0;
    left: 220px;
    width: 970px;
    height: 670px;
    background-color: #EEF1F8; }
  .hotspotcomp .image-preview {
    position: absolute;
    top: 64px;
    left: 230px;
    width: 820px; }
  .hotspotcomp .image-top {
    position: absolute;
    top: 50px;
    left: 10px;
    width: 826px; }
  .hotspotcomp .image-1 {
    position: absolute;
    top: 240px;
    left: 494px;
    width: 178px; }
  .hotspotcomp .image-2 {
    position: absolute;
    top: 158px;
    left: 500px;
    width: 178px; }
  .hotspotcomp .image-3 {
    position: absolute;
    top: 80px;
    left: 494px;
    width: 178px; }
  .hotspotcomp .subline {
    top: 55px;
    left: 160px; }
  .hotspotcomp .display-linebreak {
    white-space: pre-line; }
  .hotspotcomp .copytext {
    top: 550px;
    left: 650px; }

.videocomp {
  position: relative;
  z-index: 1000;
  margin-bottom: 100px; }

.accordion {
  position: relative;
  margin-bottom: 120px;
  width: 100%;
  height: auto; }
  .accordion .accordion-box {
    position: relative;
    margin: 0 auto;
    padding-top: 140px;
    max-width: 950px;
    padding-left: 12px;
    padding-right: 12px; }
  .accordion .margin-accordion {
    margin-top: 50px; }
  .accordion .subline {
    text-align: center;
    width: 100%;
    top: 60px;
    max-width: 100%; }

/* ******************************************************************************** */
/* FEATURES */
/* ******************************************************************************** */
.featureGallery,
.featureOnOff,
.featureSwitch,
.featureVideoSwitch {
  position: absolute;
  width: 530px;
  height: 628px;
  overflow: hidden;
  background-color: #fff; }
  .featureGallery .swiper-pagination-bullets,
  .featureOnOff .swiper-pagination-bullets,
  .featureSwitch .swiper-pagination-bullets,
  .featureVideoSwitch .swiper-pagination-bullets {
    width: auto;
    margin-left: 10px; }
  .featureGallery .swiper-pagination-bullet-active,
  .featureOnOff .swiper-pagination-bullet-active,
  .featureSwitch .swiper-pagination-bullet-active,
  .featureVideoSwitch .swiper-pagination-bullet-active {
    opacity: 1;
    width: 15px !important;
    height: 15px !important;
    top: 2px;
    background: #fff; }
  .featureGallery .swiper-pagination-bullet,
  .featureOnOff .swiper-pagination-bullet,
  .featureSwitch .swiper-pagination-bullet,
  .featureVideoSwitch .swiper-pagination-bullet {
    width: 10px;
    position: relative;
    height: 10px;
    background: #fff;
    opacity: 1; }
  .featureGallery .btnOff,
  .featureGallery .btnOn,
  .featureOnOff .btnOff,
  .featureOnOff .btnOn,
  .featureSwitch .btnOff,
  .featureSwitch .btnOn,
  .featureVideoSwitch .btnOff,
  .featureVideoSwitch .btnOn {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 570px;
    right: 20px;
    width: 40px; }
    .featureGallery .btnOff img,
    .featureGallery .btnOn img,
    .featureOnOff .btnOff img,
    .featureOnOff .btnOn img,
    .featureSwitch .btnOff img,
    .featureSwitch .btnOn img,
    .featureVideoSwitch .btnOff img,
    .featureVideoSwitch .btnOn img {
      width: 100%;
      height: auto; }

.featureVideoSwitch {
  width: 365px;
  height: 520px;
  overflow: hidden; }
  .featureVideoSwitch .featureVideoSwitchPlay {
    position: absolute;
    z-index: 2;
    width: 365px;
    height: 520px; }

.featureSwitch {
  width: 365px;
  height: 520px;
  overflow: hidden; }

.featureSlide {
  /* *** */
  /* *** */ }
  .featureSlide .slideContainer {
    margin-bottom: 20px; }
  .featureSlide .photo-comparison-wrapper {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 0; }
    .featureSlide .photo-comparison-wrapper * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .featureSlide .photo-comparison-wrapper .photo-comparison-image-wrapper {
      height: 100%;
      width: 100%;
      background: #FFF; }
      .featureSlide .photo-comparison-wrapper .photo-comparison-image-wrapper.photo-comparison-before-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2; }
        .featureSlide .photo-comparison-wrapper .photo-comparison-image-wrapper.photo-comparison-before-wrapper .photo-comparison-image img {
          width: auto;
          max-width: none;
          position: absolute;
          left: 0;
          top: 0; }
      .featureSlide .photo-comparison-wrapper .photo-comparison-image-wrapper .photo-comparison-image {
        height: 100%;
        overflow: hidden;
        position: relative; }
        .featureSlide .photo-comparison-wrapper .photo-comparison-image-wrapper .photo-comparison-image img {
          display: block;
          max-width: 100%;
          -webkit-user-drag: none; }
      .featureSlide .photo-comparison-wrapper .photo-comparison-image-wrapper .photo-comparison-separator {
        width: 2px;
        height: 100%;
        position: absolute;
        right: -1px;
        top: 0;
        z-index: 10;
        background: #FFF;
        cursor: pointer;
        transition: all 2s cubic-bezier(0.86, 0.18, 0.08, 0.79); }
        .featureSlide .photo-comparison-wrapper .photo-comparison-image-wrapper .photo-comparison-separator .photo-comparison-separator-control {
          width: 2em;
          height: 2em;
          margin-top: -1em;
          margin-left: -1em;
          position: absolute;
          top: 50%;
          left: 50%; }
        .featureSlide .photo-comparison-wrapper .photo-comparison-image-wrapper .photo-comparison-separator .photo-comparison-separator-control:before {
          content: '';
          background: url("/haller-e/static/webpack_bundles/assets/images/separator-control.svg") no-repeat 0 0;
          background-size: 100%;
          position: absolute;
          width: 56px;
          height: 56px;
          left: -12px; }

.featureGallery h3,
.featureOnOff h3 {
  position: absolute; }

.featureHotSpot {
  position: absolute;
  top: 0;
  left: 222px;
  width: 100%;
  height: 500px; }
  .featureHotSpot .display-linebreak {
    white-space: pre-line; }
  .featureHotSpot .copytext {
    width: 360px; }
  .featureHotSpot .hotspots-title {
    font-size: 21px; }
  .featureHotSpot .hotspotSwitch {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
    .featureHotSpot .hotspotSwitch .btnHotSpot {
      position: absolute;
      border-radius: 30px;
      width: 32px;
      height: 32px;
      cursor: pointer;
      background: url("/haller-e/static/webpack_bundles/assets/images/icon-hotspot.svg") no-repeat 0 0;
      background-size: 100%; }
    .featureHotSpot .hotspotSwitch .active {
      background: url("/haller-e/static/webpack_bundles/assets/images/icon-hotspot-active.svg") no-repeat 0 0;
      background-size: 100%; }

.navigationSwitchColorWrapper {
  position: absolute;
  z-index: 100;
  bottom: 4px;
  width: 100%;
  left: 176px; }
  .navigationSwitchColorWrapper .navigationSwitchColor {
    display: flex;
    justify-content: center; }
    .navigationSwitchColorWrapper .navigationSwitchColor .btnColorSwitch {
      position: relative;
      border-width: 1px;
      border-style: solid;
      border-color: #C5C5C5;
      border-radius: 20px;
      width: 20px;
      height: 20px;
      margin-right: 15px;
      cursor: pointer;
      transition: all 300ms ease-out;
      background-color: #000; }
      .navigationSwitchColorWrapper .navigationSwitchColor .btnColorSwitch.red {
        background-color: #AF333A; }
      .navigationSwitchColorWrapper .navigationSwitchColor .btnColorSwitch.black {
        background-color: #000; }
      .navigationSwitchColorWrapper .navigationSwitchColor .btnColorSwitch.creme {
        background-color: #FFFEF0; }
      .navigationSwitchColorWrapper .navigationSwitchColor .btnColorSwitch.active {
        width: 30px !important;
        height: 30px !important;
        margin-top: -5px; }

.sliderrangeliderBox {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.8s; }
  .sliderrangeliderBox.animate {
    opacity: 0; }

.navigationSwitch {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  display: flex;
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
  .navigationSwitch.animate {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  .navigationSwitch .btnSwitch {
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer; }
    .navigationSwitch .btnSwitch.active:after {
      position: absolute;
      width: 8px;
      height: 8px;
      border-radius: 8px;
      top: 10px;
      left: 10px;
      background-color: #fff;
      content: ''; }
  .navigationSwitch .btnSwitchLine {
    position: relative;
    width: 134px;
    top: 14px;
    height: 1px;
    background-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #fff; }
  .navigationSwitch.vertical {
    left: 30px;
    width: 30px;
    flex-direction: column; }
    .navigationSwitch.vertical .btnSwitchLine {
      width: 1px;
      left: 15px;
      top: 0;
      height: 40px;
      opacity: 1; }
    .navigationSwitch.vertical .btnSwitch.active:before {
      position: absolute;
      width: 30px;
      height: 30px;
      border-radius: 30px;
      top: -1px;
      left: -1px;
      background-color: #fff;
      content: ''; }
    .navigationSwitch.vertical .btnSwitch.active.oben:after {
      position: absolute;
      width: 16px;
      height: 8px;
      top: 10px;
      left: 6px;
      background: url("/haller-e/static/webpack_bundles/assets/images/icon-play-down-small.png") no-repeat 0 0;
      background-size: 100%;
      background-color: transparent;
      content: ''; }
    .navigationSwitch.vertical .btnSwitch.active.unten:after {
      position: absolute;
      width: 16px;
      height: 8px;
      top: 10px;
      left: 6px;
      background: url("/haller-e/static/webpack_bundles/assets/images/icon-play-top-small.png") no-repeat 0 0;
      background-size: 100%;
      background-color: transparent;
      content: ''; }

/* ******************************************************************************** */
/* Accordion */
/* ******************************************************************************** */
.rc-collapse {
  border-radius: 3px; }

.rc-collapse-anim-active {
  -webkit-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out; }

.rc-collapse > .rc-collapse-item {
  border-top: 1px solid #000000; }

.rc-collapse > .rc-collapse-item:last-child {
  border-bottom: 1px solid #000000; }

.rc-collapse > .rc-collapse-item > .rc-collapse-header {
  height: 90px;
  line-height: 90px;
  font-size: 30px;
  color: #000000;
  cursor: pointer; }

.rc-collapse > .rc-collapse-item > .rc-collapse-header .arrow {
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  right: 30px;
  margin-top: 28px;
  vertical-align: middle;
  background: url("/haller-e/static/webpack_bundles/assets/images/icon-accordion.png") no-repeat 0 0;
  background-size: 100%;
  transition: 0.2s all ease-out; }

.rc-collapse-content {
  overflow: hidden;
  color: #000000;
  background-color: #fff; }

.rc-collapse-content > .rc-collapse-content-box {
  margin-top: 16px;
  margin-bottom: 67px; }

.rc-collapse-content-inactive {
  display: none; }

.rc-collapse-item:last-child > .rc-collapse-content {
  border-radius: 0 0 3px 3px; }

.rc-collapse > .rc-collapse-item-active > .rc-collapse-header .arrow {
  transform: rotate(45deg); }

/* ******************************************************************************** */
/* AccordionSection */
/* ******************************************************************************** */
/* Accordion Product Details */
.accordion-product {
  margin: 0 auto;
  max-width: 965px; }
  .accordion-product p {
    font-size: 16px;
    line-height: 155%;
    padding-left: 5px; }
  .accordion-product .box {
    padding: 0 10px; }
  .accordion-product h3.accordion-content-title {
    font-size: 18px;
    font-weight: normal;
    line-height: 150%;
    margin: 0; }
  .accordion-product .accordion-teaser-title {
    font-size: 60px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .accordion-product .fact-box p {
    font-size: 14px;
    margin: 0; }
  .accordion-product .fact-box {
    padding: 0 10px; }
  .accordion-product .col-2 {
    width: 50%; }
  .accordion-product .col-3 {
    width: 33.3333%;
    margin-bottom: 25px; }
  .accordion-product .grid {
    align-content: flex-start;
    display: flex;
    flex-flow: row wrap; }

/* AccordionDimensions */
.accordion-dimensions .container-1 {
  float: left; }
  .accordion-dimensions .container-1 .main-content {
    width: 400px; }
  .accordion-dimensions .container-1 .copy {
    width: 250px;
    padding-top: 80px; }

.accordion-dimensions .image-box {
  width: 480px;
  height: auto;
  float: right;
  display: inline; }
  .accordion-dimensions .image-box .info1 {
    width: 450px;
    padding-left: 110px; }
  .accordion-dimensions .image-box .info2 {
    width: 400px;
    padding-left: 210px; }

.accordion-dimensions .image-cube {
  width: 600px;
  height: auto; }

/* AccordionColors */
.accordion-colors {
  margin: 0 auto;
  max-width: 965px; }
  .accordion-colors ul > li {
    float: left;
    height: 150px;
    margin-bottom: 35px;
    margin-right: 9px;
    width: 145px; }
  .accordion-colors .color-list p {
    font-size: 14px; }
  .accordion-colors .color-list .clearfix .color-box {
    width: 100%;
    height: 100px;
    background: black;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .accordion-colors .color-list .clearfix .color-a {
    background-color: #FFFEF0;
    border: 1px solid #DEDEDE; }
  .accordion-colors .color-list .clearfix .color-b {
    background-color: #CCD0C7; }
  .accordion-colors .color-list .clearfix .color-c {
    background-color: #B0BBC1; }
  .accordion-colors .color-list .clearfix .color-d {
    background-color: #6C716F; }
  .accordion-colors .color-list .clearfix .color-e {
    background-color: #4D4A4B; }
  .accordion-colors .color-list .clearfix .color-f {
    background-color: #1E170F; }
  .accordion-colors .color-list .clearfix .color-g {
    background-color: #1B3A59; }
  .accordion-colors .color-list .clearfix .color-h {
    background-color: #1E5D96; }
  .accordion-colors .color-list .clearfix .color-i {
    background-color: #2B9B53; }
  .accordion-colors .color-list .clearfix .color-j {
    background-color: #F4AB38; }
  .accordion-colors .color-list .clearfix .color-k {
    background-color: #F16B3D; }
  .accordion-colors .color-list .clearfix .color-l {
    background-color: #AF333A; }
  .accordion-colors .color-list .clearfix .color-m {
    background-color: #4B3422; }
  .accordion-colors .color-list .clearfix .color-n {
    background-color: #FFFEF0; }
  .accordion-colors .color-list .clearfix .color-n {
    background-color: #B69776; }
  .accordion-colors .color-list .clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0; }

.accordion-downloads {
  margin: 0 auto;
  max-width: 965px;
  /* 3 Columns */ }
  .accordion-downloads .accordion-teaser-title {
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .accordion-downloads img {
    width: 50%; }
  .accordion-downloads .box {
    padding: 0 10px; }
  .accordion-downloads .col-2 {
    width: 50%; }
  .accordion-downloads .content {
    margin-left: -140px;
    margin-top: 30px; }
  .accordion-downloads .col-3 {
    width: 33.3333%;
    margin-bottom: 25px; }
  .accordion-downloads .grid {
    align-content: flex-start;
    display: flex;
    flex-flow: row wrap; }
  .accordion-downloads .download-btn {
    width: 200px !important;
    height: 50px !important;
    color: #ffffff;
    background-color: #000000;
    position: relative;
    top: 20px;
    font-size: 16px;
    text-align: center;
    padding: 10px; }

/* ******************************************************************************** */
/* HELPER */
/* ******************************************************************************** */
.preview-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 1400px;
  height: 790px; }

.spottext {
  display: none; }
  .spottext.active {
    display: block; }

/* ******************************************************************************** */
/* HACKS */
/* ******************************************************************************** */
/**
* Rangeslider
*/
.rangeslider {
  margin: 20px 0;
  position: relative;
  background: #e6e6e6; }
  .rangeslider,
  .rangeslider .rangeslider__fill {
    display: block;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4); }
  .rangeslider .rangeslider__handle {
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 -1px 3px rgba(0, 0, 0, 0.4); }
    .rangeslider .rangeslider__handle:hover .rangeslider__tooltip {
      opacity: 1; }
  .rangeslider .rangeslider__tooltip {
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    font-weight: normal;
    font-size: 14px;
    transition: all 100ms ease-in;
    border-radius: 4px;
    display: inline-block;
    color: white;
    opacity: 0; }
    .rangeslider .rangeslider__tooltip span {
      margin-top: 12px;
      display: inline-block;
      line-height: 100%; }
    .rangeslider .rangeslider__tooltip:after {
      content: ' ';
      position: absolute;
      width: 0;
      height: 0; }

/**
* Rangeslider - Horizontal slider
*/
.rangeslider-horizontal {
  height: 16px;
  border-radius: 10px; }
  .rangeslider-horizontal .rangeslider__fill {
    height: 100%;
    background-color: #4CAF50;
    border-radius: 10px;
    top: 0; }
  .rangeslider-horizontal .rangeslider__handle {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    top: -10px; }
    .rangeslider-horizontal .rangeslider__handle:after {
      content: ' ';
      position: absolute;
      width: 20px;
      height: 20px;
      top: 9px;
      left: 9px;
      border-radius: 50%;
      background-color: #dadada;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 -1px 3px rgba(0, 0, 0, 0.4) inset; }
  .rangeslider-horizontal .rangeslider__tooltip {
    top: -55px; }
    .rangeslider-horizontal .rangeslider__tooltip:after {
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid rgba(0, 0, 0, 0.8);
      left: 12px;
      bottom: -8px; }

/**
* Rangeslider - Vertical slider
*/
.rangeslider-vertical {
  margin: 20px auto;
  height: 150px;
  max-width: 10px;
  background-color: transparent; }
  .rangeslider-vertical .rangeslider__fill,
  .rangeslider-vertical .rangeslider__handle {
    position: absolute; }
  .rangeslider-vertical .rangeslider__fill {
    width: 100%;
    background-color: #1E88E5;
    box-shadow: none;
    bottom: 0; }
  .rangeslider-vertical .rangeslider__handle {
    width: 30px;
    height: 10px;
    left: -10px; }
  .rangeslider-vertical .rangeslider__tooltip {
    left: -55px;
    top: -15px; }
    .rangeslider-vertical .rangeslider__tooltip:after {
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-left: 8px solid rgba(0, 0, 0, 0.8);
      left: 100%;
      top: 12px; }

/**
* Rangeslider - Reverse
*/
.rangeslider-reverse.rangeslider-horizontal .rangeslider__fill {
  right: 0; }

.rangeslider-reverse.rangeslider-vertical .rangeslider__fill {
  top: 0;
  bottom: inherit; }

/**
* Rangeslider - Labels
*/
.rangeslider-vertical .rangeslider__label-list {
  position: relative;
  list-style-type: none;
  margin: 0 0 0 24px;
  padding: 0;
  text-align: left;
  width: 250px; }
  .rangeslider-vertical .rangeslider__label-list .rangeslider__label {
    position: absolute; }
    .rangeslider-vertical .rangeslider__label-list .rangeslider__label::before {
      content: '';
      width: 10px;
      height: 2px;
      background: black;
      position: absolute;
      left: -14px;
      top: 50%;
      transform: translateY(-50%);
      z-index: -1; }

.rangeslider__label-list .rangeslider__label {
  position: absolute;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  top: 10px; }

.SliderWrapperFix {
  margin-left: -20px; }
  .SliderWrapperFix .rangeslider {
    opacity: 0 !important; }
  .SliderWrapperFix .rangeslider-horizontal .rangeslider__handle {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    top: -290px; }

.featureSliderBox,
.featureSliderBoxVideo {
  position: absolute;
  bottom: 20px;
  right: 19px;
  width: 204px;
  height: 50px;
  z-index: 14; }
  .featureSliderBox .value,
  .featureSliderBoxVideo .value {
    display: none; }
  .featureSliderBox .rangeslider,
  .featureSliderBoxVideo .rangeslider {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important; }
  .featureSliderBox .rangeslider__fill,
  .featureSliderBoxVideo .rangeslider__fill {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important; }
  .featureSliderBox .rangeslider__handle,
  .featureSliderBoxVideo .rangeslider__handle {
    border: none !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important; }
    .featureSliderBox .rangeslider__handle .rangeslider__tooltip,
    .featureSliderBoxVideo .rangeslider__handle .rangeslider__tooltip {
      display: none; }
  .featureSliderBox .rangeslider__handle:after,
  .featureSliderBoxVideo .rangeslider__handle:after {
    content: ' ';
    position: absolute;
    width: 8px !important;
    height: 8px !important;
    top: 11px !important;
    left: 10px !important;
    border-radius: 50% !important;
    background-color: #fff !important;
    border: none !important;
    box-shadow: none !important; }

.featureSliderBoxVideo {
  position: absolute;
  bottom: 21px;
  right: 21px;
  height: 204px;
  width: 50px;
  z-index: 14; }

.layerA,
.layerB {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 380px; }

.accordion-hack-title {
  color: #ff0000;
  position: absolute;
  color: #ff0000;
  margin-top: -90px; }

*:focus {
  background-color: transparent;
  outline: none;
  border: none;
  box-shadow: none; }

[role="button"],
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* OVERWRITE rc-scroll-anim css in node_modules */
body h1:first-child {
  display: block !important; }

h1 {
  margin: 0 !important; }

.hfCXSC {
  background-color: transparent !important; }

.no-events {
  pointer-events: none; }

.headerani-copy-desktop {
  display: block; }

.headerani-copy-mobile {
  display: none; }

.small-width {
  max-width: 230px; }

/* ******************************************************************************** */
.stoerer {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #252525;
  visibility: hidden;
  opacity: 0;
  bottom: -80px;
  transition: visibility 0s linear 0.4s, opacity 0.4s ease-out 0s, bottom 0.4s ease-out 0s; }
  .stoerer.show {
    visibility: visible;
    opacity: 1;
    bottom: 0;
    transition: visibility 0s linear 0s, opacity 0.4s ease-out 0.5s, bottom 0.4s ease-out 0.5s; }
  .stoerer .stoerer-img {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 30px;
    width: 18px;
    height: 18px;
    background: url("/haller-e/static/webpack_bundles/assets/images/close.svg") no-repeat 0 0;
    background-size: 100%;
    cursor: pointer; }
  .stoerer .stoerer-copy {
    padding: 28px 60px 28px 50px; }
    .stoerer .stoerer-copy span {
      font-size: 21px;
      color: #fff; }

/* ******************************************************************************** */
.productcomp {
  position: relative;
  margin: 0 auto 120px;
  width: 1190px;
  height: 560px; }
  .productcomp .product-bg {
    position: absolute;
    width: 530px;
    height: 350px;
    left: 250px;
    top: 250px;
    background-color: #EEF1F8; }
  .productcomp .imagetop-bg {
    position: absolute;
    background: url("/haller-e/static/webpack_bundles/assets/images/shop_module_Background.png") no-repeat 0 0;
    background-size: 100%;
    width: 600px;
    height: 400px;
    left: 510px;
    top: 15px; }
  .productcomp .featureProduct {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .productcomp .featureProduct .featureInsideProduct {
      position: absolute;
      width: 600px;
      height: 400px; }
    .productcomp .featureProduct .featureProductSwitch {
      position: absolute;
      top: 45px;
      left: 350px;
      width: 600px;
      height: 400px; }
      .productcomp .featureProduct .featureProductSwitch .navigationSwitchColorWrapper {
        position: absolute;
        z-index: 100;
        bottom: 4px;
        width: 100%;
        left: 160px; }
        .productcomp .featureProduct .featureProductSwitch .navigationSwitchColorWrapper .navigationSwitchColor {
          display: flex;
          justify-content: center; }
          .productcomp .featureProduct .featureProductSwitch .navigationSwitchColorWrapper .navigationSwitchColor .btnColorSwitch {
            position: relative;
            border-width: 1px;
            border-style: solid;
            border-color: #C5C5C5;
            border-radius: 20px;
            width: 20px;
            height: 20px;
            margin-right: 20px;
            cursor: pointer;
            background-color: #000; }
            .productcomp .featureProduct .featureProductSwitch .navigationSwitchColorWrapper .navigationSwitchColor .btnColorSwitch.red {
              background-color: #AF333A; }
            .productcomp .featureProduct .featureProductSwitch .navigationSwitchColorWrapper .navigationSwitchColor .btnColorSwitch.black {
              background-color: #1E170F; }
            .productcomp .featureProduct .featureProductSwitch .navigationSwitchColorWrapper .navigationSwitchColor .btnColorSwitch.creme {
              background-color: #FFFEF0; }
      .productcomp .featureProduct .featureProductSwitch .navigationSwitchProduct {
        position: absolute;
        top: 120px;
        left: 620px;
        flex-direction: column;
        z-index: 10;
        display: flex; }
        .productcomp .featureProduct .featureProductSwitch .navigationSwitchProduct .btnSwitch {
          position: relative;
          border-width: 1px;
          border-style: solid;
          border-color: #000;
          border-radius: 30px;
          width: 30px;
          height: 30px;
          cursor: pointer; }
          .productcomp .featureProduct .featureProductSwitch .navigationSwitchProduct .btnSwitch.active:before {
            position: absolute;
            width: 30px;
            height: 30px;
            border-radius: 30px;
            top: -1px;
            left: -1px;
            background-color: #000;
            content: ''; }
          .productcomp .featureProduct .featureProductSwitch .navigationSwitchProduct .btnSwitch.active.oben:after {
            position: absolute;
            width: 16px;
            height: 8px;
            top: 10px;
            left: 6px;
            background: url("/haller-e/static/webpack_bundles/assets/images/icon-play-down-small.png") no-repeat 0 0;
            background-size: 100%;
            background-color: transparent;
            content: ''; }
          .productcomp .featureProduct .featureProductSwitch .navigationSwitchProduct .btnSwitch.active.unten:after {
            position: absolute;
            width: 16px;
            height: 8px;
            top: 10px;
            left: 6px;
            background: url("/haller-e/static/webpack_bundles/assets/images/icon-play-top-small.png") no-repeat 0 0;
            background-size: 100%;
            background-color: transparent;
            content: ''; }
          .productcomp .featureProduct .featureProductSwitch .navigationSwitchProduct .btnSwitch .btnSwitchTypo {
            padding-left: 50px;
            padding-top: 2px;
            display: block;
            width: 220px;
            color: #252525; }
            .productcomp .featureProduct .featureProductSwitch .navigationSwitchProduct .btnSwitch .btnSwitchTypo.light {
              color: #8C918C; }
        .productcomp .featureProduct .featureProductSwitch .navigationSwitchProduct .btnSwitchLine {
          position: relative;
          width: 1px;
          left: 15px;
          top: 0;
          height: 105px;
          background-color: #000;
          border-bottom-style: solid;
          border-bottom-width: 1px;
          border-bottom-color: #000; }
      .productcomp .featureProduct .featureProductSwitch .featureSliderBoxProduct {
        position: absolute;
        top: 100px;
        left: 621px;
        width: 30px;
        height: 165px;
        z-index: 16; }
        .productcomp .featureProduct .featureProductSwitch .featureSliderBoxProduct .value {
          display: none; }
        .productcomp .featureProduct .featureProductSwitch .featureSliderBoxProduct .rangeslider {
          background: transparent !important;
          border: none !important;
          box-shadow: none !important; }
        .productcomp .featureProduct .featureProductSwitch .featureSliderBoxProduct .rangeslider-vertical {
          height: 165px; }
        .productcomp .featureProduct .featureProductSwitch .featureSliderBoxProduct .rangeslider__fill {
          background: transparent !important;
          border: none !important;
          box-shadow: none !important; }
        .productcomp .featureProduct .featureProductSwitch .featureSliderBoxProduct .rangeslider__handle {
          border: none !important;
          background: transparent !important;
          border: none !important;
          box-shadow: none !important;
          width: 30px;
          height: 30px; }
          .productcomp .featureProduct .featureProductSwitch .featureSliderBoxProduct .rangeslider__handle .rangeslider__tooltip {
            display: none; }
        .productcomp .featureProduct .featureProductSwitch .featureSliderBoxProduct .rangeslider__handle:after {
          content: ' ';
          position: absolute;
          width: 8px !important;
          height: 8px !important;
          top: 11px !important;
          left: 10px !important;
          border-radius: 50% !important;
          background-color: #000 !important;
          border: none !important;
          box-shadow: none !important; }
      .productcomp .featureProduct .featureProductSwitch img {
        width: 100%;
        height: auto; }
      .productcomp .featureProduct .featureProductSwitch .infobox {
        position: absolute;
        top: 434px;
        left: -42px;
        width: 560px;
        height: 180px; }
      .productcomp .featureProduct .featureProductSwitch .pricebox {
        position: absolute;
        top: 434px;
        left: 560px;
        width: 420px;
        height: 180px; }
        .productcomp .featureProduct .featureProductSwitch .pricebox h3 {
          font-size: 40px !important; }
        .productcomp .featureProduct .featureProductSwitch .pricebox p {
          padding-left: 4px;
          padding-top: 10px; }
        .productcomp .featureProduct .featureProductSwitch .pricebox .btnShop {
          cursor: pointer;
          position: absolute;
          margin-top: 16px;
          margin-left: 4px;
          padding: 16px 20px;
          background-color: #000;
          max-width: 150px;
          text-align: center; }
          .productcomp .featureProduct .featureProductSwitch .pricebox .btnShop p {
            line-height: 18px;
            color: #fff;
            padding: 0; }
          .productcomp .featureProduct .featureProductSwitch .pricebox .btnShop:hover {
            border-color: #000;
            border-width: 1px;
            border-style: solid;
            background-color: transparent; }
            .productcomp .featureProduct .featureProductSwitch .pricebox .btnShop:hover p {
              color: #000; }
    .productcomp .featureProduct .product-btn-up {
      position: absolute;
      top: 380px;
      left: 150px;
      width: 30px;
      height: 30px;
      background: url("/haller-e/static/webpack_bundles/assets/images/product-btn-up.svg") no-repeat 0 0;
      background-size: 100%;
      cursor: pointer; }
    .productcomp .featureProduct .product-btn-down {
      position: absolute;
      top: 476px;
      left: 150px;
      width: 30px;
      height: 30px;
      background: url("/haller-e/static/webpack_bundles/assets/images/product-btn-down.svg") no-repeat 0 0;
      background-size: 100%;
      cursor: pointer; }
    .productcomp .featureProduct .product-display {
      position: absolute;
      top: 430px;
      left: 124px;
      width: 80px;
      text-align: center; }
    .productcomp .featureProduct .productGroup {
      position: absolute;
      width: 100%;
      height: 100%;
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s linear 0.4s, opacity 0.4s ease-out 0s; }
      .productcomp .featureProduct .productGroup .layerA,
      .productcomp .featureProduct .productGroup .layerB {
        top: 0; }
      .productcomp .featureProduct .productGroup.active {
        top: 0;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s linear 0s, opacity 0.4s ease-out 0.5s; }
        .productcomp .featureProduct .productGroup.active .layerA,
        .productcomp .featureProduct .productGroup.active .layerB {
          top: 0; }
      .productcomp .featureProduct .productGroup .imageGroup {
        position: absolute;
        width: 100%;
        height: 100%;
        top: -30px;
        left: 160px;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 0.3s, opacity 0.1s ease-out 0s; }
        .productcomp .featureProduct .productGroup .imageGroup.active {
          visibility: visible;
          opacity: 1;
          transition: visibility 0s linear 0s, opacity 0.1s ease-out 0.1s; }
  .productcomp .subline {
    top: 130px;
    left: 144px;
    max-width: 360px; }

/* ******************************************************************************** */
/* MOBILE VERSION */
/* ******************************************************************************** */
@media screen and (max-width: 900px) {
  .produ {
    display: none !important; }
  .productcomp {
    left: 0 !important;
    margin-left: 0 !important;
    width: 1190px;
    height: 1070px; }
    .productcomp .subline {
      left: 20px !important;
      max-width: 340px; }
    .productcomp .product-bg {
      position: absolute;
      width: 100%;
      height: 468px;
      left: 0;
      top: 170px; }
    .productcomp .imagetop-bg {
      left: 20px;
      top: 290px;
      width: 350px; }
    .productcomp .featureProduct .productGroup .imageGroup {
      top: 120px !important;
      left: 0 !important; }
      .productcomp .featureProduct .productGroup .imageGroup .featureInsideProduct {
        width: 350px !important; }
    .productcomp .featureProduct .featureProductSwitch {
      top: 170px;
      left: 20px; }
      .productcomp .featureProduct .featureProductSwitch .infobox {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        margin-top: 550px;
        margin-bottom: 40px;
        height: auto !important;
        max-width: 290px !important; }
      .productcomp .featureProduct .featureProductSwitch .navigationSwitchColorWrapper {
        left: 0 !important; }
      .productcomp .featureProduct .featureProductSwitch .navigationSwitchColor {
        left: 0 !important;
        width: 350px !important; }
      .productcomp .featureProduct .featureProductSwitch .navigationSwitchProduct {
        left: 550px; }
        .productcomp .featureProduct .featureProductSwitch .navigationSwitchProduct .btnSwitch .btnSwitchTypo {
          display: none; }
      .productcomp .featureProduct .featureProductSwitch .featureSliderBoxProduct {
        left: 551px; }
      .productcomp .featureProduct .featureProductSwitch .pricebox {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        height: auto !important; }
        .productcomp .featureProduct .featureProductSwitch .pricebox p {
          padding-left: 0; }
        .productcomp .featureProduct .featureProductSwitch .pricebox .btnShop {
          margin-left: 0; }
    .productcomp .featureProduct .product-btn-up {
      top: 660px;
      left: 20px;
      transform: rotate(-90deg); }
    .productcomp .featureProduct .product-btn-down {
      top: 660px;
      left: 124px;
      transform: rotate(-90deg); }
    .productcomp .featureProduct .product-display {
      top: 664px;
      left: 48px; }
  /* ******************************************************************************** */
  /* ******************************************************************************** */ }

/* *** */
@media screen and (min-width: 900px) and (max-width: 1200px) {
  .produ {
    display: none !important; }
  .productcomp {
    left: 0 !important;
    margin-left: 0 !important;
    width: 1190px;
    height: 1070px; }
    .productcomp .subline {
      left: 20px !important;
      max-width: 340px; }
    .productcomp .product-bg {
      position: absolute;
      width: 100%;
      height: 468px;
      left: 0;
      top: 170px; }
    .productcomp .imagetop-bg {
      left: 20px;
      top: 230px;
      width: 500px; }
    .productcomp .featureProduct .productGroup .imageGroup {
      top: 60px !important;
      left: 0 !important; }
      .productcomp .featureProduct .productGroup .imageGroup .featureInsideProduct {
        width: 500px !important; }
    .productcomp .featureProduct .featureProductSwitch {
      top: 170px;
      left: 20px; }
      .productcomp .featureProduct .featureProductSwitch .infobox {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        margin-top: 550px;
        margin-bottom: 40px;
        height: auto !important;
        max-width: 100% !important; }
      .productcomp .featureProduct .featureProductSwitch .navigationSwitchColorWrapper {
        left: 50px !important;
        bottom: -20px !important; }
      .productcomp .featureProduct .featureProductSwitch .navigationSwitchColor {
        left: 0 !important;
        width: 400px !important; }
      .productcomp .featureProduct .featureProductSwitch .navigationSwitchProduct {
        left: 550px; }
        .productcomp .featureProduct .featureProductSwitch .navigationSwitchProduct .btnSwitch .btnSwitchTypo {
          display: none; }
      .productcomp .featureProduct .featureProductSwitch .featureSliderBoxProduct {
        left: 551px; }
      .productcomp .featureProduct .featureProductSwitch .pricebox {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        height: auto !important; }
        .productcomp .featureProduct .featureProductSwitch .pricebox p {
          padding-left: 0; }
        .productcomp .featureProduct .featureProductSwitch .pricebox .btnShop {
          margin-left: 0; }
    .productcomp .featureProduct .product-btn-up {
      top: 660px;
      left: 20px;
      transform: rotate(-90deg); }
    .productcomp .featureProduct .product-btn-down {
      top: 660px;
      left: 124px;
      transform: rotate(-90deg); }
    .productcomp .featureProduct .product-display {
      top: 664px;
      left: 48px; }
  /* ******************************************************************************** */
  /* ******************************************************************************** */ }

/* ******************************************************************************** */
/* VIDEO */
/* ******************************************************************************** */
._13nyE {
  position: relative;
  font-family: Helvetica;
  font-size: 11px;
  background-color: transparent;
  width: 100%; }

._2jFFg {
  width: 100%;
  height: auto; }

._1CiqE {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

._1OGv-,
._2q4KH {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

._2kjv6 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

._13nyE:hover ._1OGv-,
._13nyE:hover ._2q4KH {
  opacity: 1; }

._2SX_- {
  padding: 0 10px;
  line-height: 35px;
  color: #fff; }

._3uAju {
  margin-right: 5px; }

.H1qXG {
  margin-left: 5px;
  color: #919191; }

._3Khwp {
  position: relative; }

._1wNv0 {
  position: absolute;
  top: 93%;
  left: -34px;
  right: -34px;
  height: 7px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ffffff; }

._2-l5W,
._2Ptlj,
._3jwKG {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

._2Ptlj {
  background: #F2AF00; }

._3jwKG {
  width: 100%;
  opacity: 0;
  cursor: pointer; }

.VAbrR {
  position: relative; }

.VAbrR:hover {
  background-color: #000; }

.nMY9Z {
  width: 34px;
  height: 34px;
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer; }

.nMY9Z:focus {
  outline: 0; }

._1ZgIy {
  padding: 7px; }

._7G8Qn {
  display: none;
  position: absolute;
  right: 5px;
  bottom: 100%;
  left: 5px;
  height: 56px;
  background-color: #000; }

.VAbrR:hover ._7G8Qn {
  display: block; }

._2P5K6 {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 50%;
  width: 4px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #3e3e3e; }

._25hRb,
._3qVlQ {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%; }

._3qVlQ {
  background-color: #fff; }

._25hRb {
  padding: 0;
  margin: 0;
  opacity: 0;
  -webkit-appearance: slider-vertical;
  cursor: pointer; }

._3mIbD {
  position: relative; }

._3mIbD:hover {
  background-color: #000; }

._1q-h8 {
  width: 34px;
  height: 34px;
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer; }

._1q-h8:focus {
  outline: 0; }

._1ems8 {
  padding: 5px; }

.H9JLp {
  position: absolute;
  right: 0;
  bottom: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff; }

._3mIbD:hover .H9JLp {
  display: block; }

._3aoUt {
  padding: 7px;
  cursor: pointer; }

.EXfRw,
._3aoUt:hover {
  background: #000; }

.EXfRw {
  text-decoration: underline; }

._1Sg8F {
  width: 34px;
  height: 34px;
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer; }

/* HACK */
/* HACK END */
._1Sg8F:focus {
  outline: 0; }

._3YoOS {
  padding: 5px; }

._2uqwv {
  width: 34px;
  height: 34px;
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  background-image: url("/haller-e/static/webpack_bundles/assets/images/fullscreen.jpg") no-repeat 0 0; }

._2uqwv svg {
  display: none; }

._2uqwv:focus {
  outline: 0; }

._2h8Vs {
  padding: 5px; }

.ve_Cq {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: transparent; }

._1Sg8F svg {
  overflow: hidden;
  width: 40px;
  height: 40px;
  fill: #ffffff;
  top: -30px;
  position: absolute; }

._2q4KH svg {
  overflow: hidden;
  width: 40px;
  height: 40px;
  fill: #ffffff;
  top: -30px;
  right: 19px;
  position: absolute; }

._9W0_s {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -30px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px; }

span._9W0_s {
  background: url("/haller-e/static/webpack_bundles/assets/images/play_icon.svg") no-repeat 0 0;
  background-size: 100%; }

.GUqzE {
  position: absolute;
  top: 50%;
  right: 0;
  left: 50%;
  margin-left: -20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/* ******************************************************************************** */
.usmBtnPlay {
  width: 30px;
  height: 30px;
  background-color: #ff0000;
  background: url("/haller-e/static/webpack_bundles/assets/images/play_icon.svg") no-repeat 0 0;
  background-size: 100%; }

/* ******************************************************************************** */
/* FOOTER */
/* ******************************************************************************** */
.footer {
  position: relative;
  z-index: 100;
  width: 100%;
  overflow: hidden;
  height: 790px;
  background-color: #fff; }
  .footer .section-title p {
    color: #fff;
    border-bottom: 1px solid #fff; }
  .footer .section-title h5 {
    color: #fff;
    border-bottom: 1px solid #fff; }
  .footer .Dropdown-placeholder {
    color: #ffffff; }
  .footer .footer-container {
    position: absolute;
    top: 90px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #252525; }
    .footer .footer-container .logo-footer {
      position: absolute;
      bottom: 30px;
      left: 50px;
      width: 140px;
      height: 83px;
      cursor: pointer; }
      .footer .footer-container .logo-footer img {
        width: 100%;
        height: auto; }
    .footer .footer-container .steps-container {
      position: absolute;
      left: 0;
      width: 100%;
      height: 500px; }
      .footer .footer-container .steps-container.step-3 .step-number {
        visibility: hidden; }
      .footer .footer-container .steps-container .step-section-container {
        width: 100%;
        position: absolute;
        padding-left: 550px;
        padding-right: 40px; }
        .footer .footer-container .steps-container .step-section-container .step-section {
          color: #ffffff;
          font-size: 16px;
          width: 100%;
          padding-top: 140px; }
          .footer .footer-container .steps-container .step-section-container .step-section .overtitle {
            margin-bottom: 20px;
            float: left;
            display: inline-block; }
          .footer .footer-container .steps-container .step-section-container .step-section .step-number {
            display: inline-block;
            float: right;
            margin-right: 5px; }
            .footer .footer-container .steps-container .step-section-container .step-section .step-number .grey {
              color: #8C918C; }
              .footer .footer-container .steps-container .step-section-container .step-section .step-number .grey .space {
                padding-left: 7px;
                padding-right: 9px; }
          .footer .footer-container .steps-container .step-section-container .step-section .steps {
            position: absolute;
            top: 130px;
            width: 100%;
            -webkit-transition: all 0.4s ease-out;
            transition: all 0.4s ease-out; }
            .footer .footer-container .steps-container .step-section-container .step-section .steps .steps-inner-wrapper {
              padding-left: 550px; }
            .footer .footer-container .steps-container .step-section-container .step-section .steps.active {
              left: 0;
              transition: all 0.4s ease-in-out;
              visibility: visible; }
            .footer .footer-container .steps-container .step-section-container .step-section .steps.outleft {
              left: 0;
              opacity: 0;
              visibility: hidden;
              transition: all 0.4s ease-in-out; }
            .footer .footer-container .steps-container .step-section-container .step-section .steps.outright {
              left: 0;
              opacity: 0;
              visibility: hidden;
              transition: all 0.4s ease-in-out; }
            .footer .footer-container .steps-container .step-section-container .step-section .steps .subline {
              position: relative;
              max-width: none;
              margin-top: 60px;
              font-size: 60px;
              color: #ffffff;
              width: 100%; }
              .footer .footer-container .steps-container .step-section-container .step-section .steps .subline h2 {
                color: #ffffff; }
            .footer .footer-container .steps-container .step-section-container .step-section .steps .step-1.active .steps3 {
              display: none; }
            .footer .footer-container .steps-container .step-section-container .step-section .steps .email {
              font-size: 24px;
              color: #ffffff;
              outline: none;
              margin-top: 45px;
              padding-bottom: 10px;
              border-bottom: 1px solid #8C918C;
              width: 95%;
              height: 50px; }
            .footer .footer-container .steps-container .step-section-container .step-section .steps .navdropdownfooter {
              font-size: 24px;
              color: #ffffff;
              outline: none;
              margin-top: 45px;
              line-height: 40px;
              border-bottom: 1px solid #8C918C;
              width: 95%; }
            .footer .footer-container .steps-container .step-section-container .step-section .steps .arrow-input {
              width: 30px;
              bottom: 10px;
              left: 95%;
              position: relative;
              background-color: aqua; }
              .footer .footer-container .steps-container .step-section-container .step-section .steps .arrow-input .arrow-input-inner {
                position: absolute;
                left: -30px;
                top: -25px;
                height: 18px; }
    .footer .footer-container .legal {
      position: absolute;
      bottom: 50px;
      right: 200px; }
      .footer .footer-container .legal li {
        display: inline-block; }
      .footer .footer-container .legal li a {
        color: #fffff;
        text-align: center;
        padding-left: 20px;
        text-decoration: none;
        font-size: 16px; }
    .footer .footer-container .social {
      position: absolute;
      bottom: 60px;
      right: 40px; }
      .footer .footer-container .social li {
        list-style: none;
        margin-left: 20px;
        padding: 5px;
        display: inline-block; }
      .footer .footer-container .social a {
        text-decoration: none; }
      .footer .footer-container .social .facebook {
        position: absolute;
        width: 18px;
        height: 18px;
        background: url("/haller-e/static/webpack_bundles/assets/images/facebook.svg") no-repeat 0 0;
        background-size: 100%; }
      .footer .footer-container .social .instagram {
        position: absolute;
        width: 18px;
        height: 18px;
        background: url("/haller-e/static/webpack_bundles/assets/images/instagram.svg") no-repeat 0 0;
        background-size: 100%; }
      .footer .footer-container .social .pinterest {
        position: absolute;
        width: 18px;
        height: 19px;
        background: url("/haller-e/static/webpack_bundles/assets/images/pinterest.svg") no-repeat 0 0;
        background-size: 100%; }
      .footer .footer-container .social .twitter {
        position: absolute;
        width: 18px;
        height: 18px;
        background: url("/haller-e/static/webpack_bundles/assets/images/twitter.svg") no-repeat 0 0;
        background-size: 100%; }
  .footer .section-title h3 {
    color: #ffffff;
    border-bottom: 1px solid #ffffff; }
  .footer .footer-image {
    position: absolute;
    background: url("/haller-e/static/webpack_bundles/assets/images/footer-left.jpg") center center;
    width: 471px;
    height: 627px; }

/* ******************************************************************************** */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .footer .step-section-container .steps .email {
    height: 65px !important; } }

@media screen and (max-width: 960px) {
  .footer {
    height: 1000px; }
    .footer .footer-image {
      width: 399px !important;
      height: 264px !important; }
    .footer .section-title {
      display: none; }
    .footer .legal {
      bottom: 240px !important;
      left: 20px !important;
      right: 0 !important;
      line-height: 40px; }
      .footer .legal li {
        width: 100%; }
    .footer .social {
      bottom: 158px !important;
      left: 16px; }
    .footer .logo-footer {
      left: 20px !important; }
    .footer .navdropdownfooter {
      background-color: #252525;
      margin-top: 65px !important; }
    .footer .accordion-product .col-1 {
      width: 100% !important; }
    .footer .accordion-product .col-1-extra {
      padding-bottom: 10px !important; }
    .footer .step-section-container {
      padding-left: 40px !important;
      padding-top: 80px !important; }
      .footer .step-section-container .steps-inner-wrapper {
        padding-left: 40px !important;
        padding-top: 80px !important; }
        .footer .step-section-container .steps-inner-wrapper .subline {
          margin-top: 80px !important;
          font-size: 30px !important;
          line-height: 55px !important; }
          .footer .step-section-container .steps-inner-wrapper .subline .email {
            margin-top: 50px;
            padding-top: 50px !important;
            padding-left: 0 !important; } }

/* ******************************************************************************** */
/* HEADER ANI */
/* ******************************************************************************** */
.header-animation-icon-drag {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 9px;
  height: 9px;
  border-radius: 10px;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.86, 0.18, 0.08, 0.79);
  transition: all 0.4s cubic-bezier(0.86, 0.18, 0.08, 0.79);
  transition-delay: 0.6s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
  .header-animation-icon-drag.animate {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }

.header-animation {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 198px;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0.18, 0.08, 0.79);
  transition: all 0.3s cubic-bezier(0.86, 0.18, 0.08, 0.79);
  transition-delay: 0s; }
  .header-animation .header-animation-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    opacity: 1;
    -webkit-transition: all 0.6s cubic-bezier(0.86, 0.18, 0.08, 0.79);
    transition: all 0.6s cubic-bezier(0.86, 0.18, 0.08, 0.79);
    transition-delay: 0.1s;
    border-radius: 32px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff; }
  .header-animation .header-animation-line {
    position: absolute;
    top: 33px;
    left: 16;
    height: 133px;
    width: 1px;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: all 0.6s cubic-bezier(0.86, 0.18, 0.08, 0.79);
    transition: all 0.6s cubic-bezier(0.86, 0.18, 0.08, 0.79);
    transition-delay: 0.1s;
    border-left-color: #fff;
    border-left-style: solid;
    border-left-width: 1px; }
  .header-animation .header-animation-bottom {
    position: absolute;
    top: 165px;
    left: 0;
    width: 32px;
    height: 32px;
    opacity: 1;
    -webkit-transition: all 0.6s cubic-bezier(0.86, 0.18, 0.08, 0.79);
    transition: all 0.6s cubic-bezier(0.86, 0.18, 0.08, 0.79);
    transition-delay: 0.1s;
    border-radius: 32px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff; }
  .header-animation.animate {
    opacity: 0; }
    .header-animation.animate .header-animation-top {
      top: 57px; }
    .header-animation.animate .header-animation-line {
      top: 89px;
      height: 20px; }
    .header-animation.animate .header-animation-bottom {
      top: 109px; }

.setfixed {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.whiteOverlayFix:before {
  content: '';
  background-color: #fff;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%; }

.whiteOverlayFix:after {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 50px;
  height: 100%; }

.scroll-header {
  position: relative;
  height: 920px;
  width: 100%;
  overflow: hidden;
  background-color: #fff; }

.usmHeaderBgWhite {
  position: absolute;
  opacity: 1 !important;
  right: 0;
  width: 40%;
  height: 100%;
  background-color: #fff; }

.scroll-header-scroll-out {
  width: 100%;
  height: 600px; }
  .scroll-header-scroll-out img {
    width: 100%;
    height: auto; }

.ani-copytext,
.ani-headline,
.ani-light,
.ani-overline,
.ani-white {
  position: absolute; }

.ani-copytext,
.ani-headline,
.ani-light,
.ani-overline {
  max-width: 800px;
  line-height: 24px; }
  .ani-copytext .ani-copytext,
  .ani-headline .ani-copytext,
  .ani-light .ani-copytext,
  .ani-overline .ani-copytext {
    width: 100%; }

.ani-white {
  position: absolute;
  width: 200px;
  height: 100px;
  background-color: #fff;
  top: 0;
  left: 0; }

.ani-headline h1 {
  max-width: 600px;
  width: 100%;
  line-height: 84px !important; }

.headline-copytext p {
  line-height: 25px;
  padding-top: 10px; }

.ani-copytext p {
  width: 100%;
  max-width: 400px; }

.usmHeaderImgSlide {
  position: relative;
  top: 0;
  left: 0;
  z-index: 8; }

.scroll-header-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 600px; }
  .scroll-header-bg img {
    width: 100%;
    height: auto; }

.scroll-header-bg-white {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff; }

.ani-headline h1 {
  font-size: 75px !important;
  line-height: 75px !important; }

.headerani {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: 782px;
  margin-bottom: 120px;
  margin-top: 110px;
  background-color: #fff;
  overflow: hidden; }
  .headerani .headerani-bg {
    position: absolute;
    left: 50px;
    right: 50px;
    height: 782px;
    overflow: hidden; }
    .headerani .headerani-bg .headerani-image {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #fff; }
      .headerani .headerani-bg .headerani-image img {
        width: 100%;
        height: auto; }
    .headerani .headerani-bg .headerani-white {
      position: absolute;
      right: 0;
      width: 0;
      height: 100%;
      background-color: #fff; }
  .headerani .overline {
    top: 122px;
    left: 754px; }
  .headerani .headline {
    top: 168px;
    left: 754px;
    max-width: 300px; }
  .headerani .copytext {
    top: 476px;
    left: 930px; }
  .headerani.fallback .headline {
    max-width: 500px !important; }
    .headerani.fallback .headline h1 {
      font-size: 46px !important; }

/* SCROLL VERSION */
.imgDark,
.imgHeaderController,
.imgLight {
  position: absolute;
  width: 100%;
  height: auto !important;
  min-width: 800px !important;
  min-height: 680px !important; }

.switchIconMarker {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 4px;
  top: 50%;
  margin-top: 11px;
  right: 111px;
  background-color: #fff; }

.switchIconAnimation {
  position: absolute;
  width: 30px;
  height: 180px;
  top: 50%;
  right: 100px; }
  .switchIconAnimation .switchIconBottom,
  .switchIconAnimation .switchIconTop {
    position: absolute;
    left: 0;
    top: 75px;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    transition-delay: 1.8s; }
  .switchIconAnimation .switchIconLine {
    position: absolute;
    left: 15px;
    width: 1px;
    top: 90px;
    height: 2px;
    opacity: 0;
    height: 1px;
    background-color: #fff;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #fff;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    transition-delay: 1.84s; }
  .switchIconAnimation.fadeIn .switchIconTop {
    top: 0; }
  .switchIconAnimation.fadeIn .switchIconBottom {
    top: 180px; }
  .switchIconAnimation.fadeIn .switchIconLine {
    top: 30px;
    opacity: 1;
    height: 150px; }

.fallback-overline {
  position: absolute;
  top: 172px;
  width: 550px;
  right: 50px; }

.fallback-headline {
  position: absolute;
  top: 218px;
  width: 550px;
  right: 50px; }

.fallback-copytext {
  position: absolute;
  top: 500px;
  width: 340px;
  right: 60px; }

.ani-fx-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 500px; }

.hero {
  position: relative;
  height: 100vh; }

.down-arrow {
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -22px;
  font-size: 100px;
  color: #7ea54e; }

.intro {
  margin: 0; }

.halfFrame {
  top: 0;
  position: fixed;
  height: 50vh;
  border: 1px solid black;
  opacity: 0.5;
  width: 100%; }

/* pin */
.pin {
  position: relative;
  height: 100vh;
  width: 100%;
  top: 0; }

.pin-pin {
  position: fixed; }

.pin-unpin {
  position: absolute;
  bottom: 0;
  top: auto; }

.pin-txt {
  position: absolute;
  top: 0;
  margin: 0;
  text-align: center;
  width: 100%; }

.pin-cont {
  position: relative;
  height: 1400px; }

.pin-cont-proxy {
  position: absolute;
  height: 100%; }

/* slide, reveal */
.slide-proxy {
  height: 200px; }

.reveal,
.slide {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: blue;
  z-index: 5; }

.reveal {
  overflow: hidden; }

.reveal-txt,
.slide-txt {
  position: absolute;
  top: 50%;
  margin: -70px 0 0;
  width: 100%;
  text-align: center; }

.slide-spacer {
  height: 600px; }

/* unpin */
.unpin-txt {
  position: absolute;
  top: 100%;
  margin: 10px;
  width: 100%;
  text-align: center;
  z-index: 5; }

/* parallax */
.parallax-cont {
  position: relative;
  overflow: hidden;
  height: 300px; }

.parallax-cont-proxy {
  position: absolute;
  height: 100%; }

.parallax-shadow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 300px;
  z-index: 3;
  -webkit-box-shadow: inset 0 0 35px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 0 35px 0 rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 0 35px 0 rgba(0, 0, 0, 0.75); }

.parallax-img {
  height: 800px;
  position: absolute;
  width: 100%;
  z-index: 1; }

.parallax-txt {
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -180px; }

/* misc */
.fade1 {
  opacity: 0.5; }

.fade2 {
  opacity: 0.3; }

.hide {
  display: none; }

.spacer50 {
  height: 50vh; }

.spacer10 {
  height: 10vh; }

.ng-cloak,
.x-ng-cloak,
[data-ng-cloak],
[ng-cloak],
[ng\:cloak],
[x-ng-cloak] {
  display: none !important; }

.center {
  display: block;
  margin: auto;
  text-align: center; }

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

/* - - - - */
.Image {
  position: absolute;
  height: 400px;
  width: 400px; }

.example-enter {
  opacity: 0.01;
  transition: opacity 0.5s ease-in; }

.example-enter.example-enter-active {
  opacity: 1; }

.example-leave {
  opacity: 1;
  transition: opacity 0.5s ease-in; }

.example-leave.example-leave-active {
  opacity: 0.01; }

@media screen and (min-width: 320px) and (max-width: 1000px) {
  .whiteOverlayFix:before {
    z-index: 0 !important; }
  .whiteOverlayFix:after {
    z-index: 0 !important; }
  .hBgWhite {
    display: none !important; }
  .imgLightDark {
    transition: all 0.4s ease-out;
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
    transform: translate3d(0px, 0px, 0px) !important;
    height: 500px !important;
    overflow: hidden !important; }
  .imgLight {
    transform: translate3d(0px, 0px, 0px) !important; }
  .imgDark {
    transform: translate3d(0px, 0px, 0px) !important; }
  .imgDark img,
  .imgLight img {
    height: 100% !important;
    width: auto !important;
    transform: scale(0.84);
    transition: transform 0.4s ease-in-out;
    margin-top: -74px;
    margin-left: -90px; }
  .imgLightWrapper {
    transform: translate3d(0px, 0px, 0px) !important;
    transform: matrix(1, 0, 0, 1, 0, 0) !important; }
  .ani-headline {
    top: 204px !important; }
  .ani-headline h1 {
    max-width: 100% !important; }
  .ani-overline {
    top: 220px !important; }
  .ani-copytext {
    top: 120px !important;
    font-size: 16px !important;
    width: 600px !important; }
  .ani-copytext p {
    max-width: 100% !important; }
  .ani-headline-wrapper {
    position: absolute;
    left: 20px !important;
    width: 100% !important; }
  .ani-overline-wrapper {
    position: absolute;
    left: 20px !important; }
  .ani-copytext-wrapper {
    position: absolute;
    left: 20px !important; } }

@media screen and (max-width: 568px) {
  .ani-headline h1 {
    font-size: 45px !important;
    line-height: 45px !important;
    padding-top: 30px; }
  .ani-copytext,
  .ani-headline,
  .ani-light,
  .ani-overline {
    max-width: 370px !important; }
  .ani-overline {
    top: 250px !important; }
  .ani-copytext {
    width: 440px !important; }
  .imgLight {
    transform: translate3d(-200px, 0px, 0px) !important; }
  .imgDark {
    transform: translate3d(-200px, 0px, 0px) !important; } }

@media screen and (max-width: 800px) and (min-width: 0px) {
  .header {
    height: 80px !important; } }

/* ******************************************************************************** */
/* ******************************************************************************** */
/* MEDIA QUERIES */
/* ******************************************************************************** */
/* ******************************************************************************** */
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .hotspotcomp {
    background-color: #EEF1F8; }
  .desktop .hotspotcomp .e-elements-box {
    left: -20px; }
  .desktop .featureHotSpot {
    left: -20px; } }

/* ******************************************************************************** */
/* MOBILE VERSION */
/* ******************************************************************************** */
@media screen and (max-width: 667px) {
  .firstFeature {
    padding-top: 0 !important; }
  .accordion-downloads img {
    width: 80%; }
  .accordion-downloads .content {
    margin-top: 0 !important;
    margin-left: 0 !important; }
  .accordion-product .col-1 {
    width: 100% !important; }
  .accordion-product .col-1-extra {
    width: 100% !important;
    padding-bottom: 10px !important; }
  .accordion-product p {
    padding-left: 0 !important; }
  .accordion-dimensions .main-content {
    width: 330px !important; }
  .accordion-dimensions .copy {
    padding-top: 10px !important;
    padding-bottom: 30px !important; }
  .accordion-dimensions .image-box {
    display: none !important; }
  .accordion-dimensions .image-cube {
    width: 330px !important; }
  .SliderWrapperFix .rangeslider-horizontal .rangeslider__handle {
    height: 280px;
    background-color: #ff0000; }
  h1 {
    font-size: 50px;
    line-height: 50px; }
  h2 {
    font-size: 50px; }
  h3 {
    font-size: 21px; }
  h4 {
    font-size: 21px; }
  h5 {
    font-size: 20px; }
  p {
    font-size: 16px; }
  .logo {
    left: 6px !important;
    top: 6px !important;
    width: 127px !important; }
  .navigation .nav-toggle {
    right: 20px !important;
    top: 44px !important; }
  .header {
    height: 90px; }
  .whiteOverlay:before {
    background-color: #fff;
    width: 0; }
  .whiteOverlay:after {
    background-color: #fff;
    width: 0; }
  .headerani {
    margin-top: 0 !important;
    height: 780px !important;
    margin-bottom: 30px !important; }
  .headerani .headline {
    left: 18px !important;
    margin-top: 180px !important;
    margin-bottom: 10px !important;
    line-height: 60px;
    max-width: 305px !important; }
    .headerani .headline .headline-copytext {
      margin-left: 2px;
      margin-right: 20px;
      margin-top: 20px;
      line-height: 24px; }
      .headerani .headline .headline-copytext p {
        line-height: 25px;
        padding-top: 10px; }
  .headerani-copy-desktop {
    display: none !important; }
  .headerani-copy-mobile {
    display: block !important; }
  .headerani .overline {
    left: 20px !important;
    top: 325px !important; }
  .headerani .copytext {
    position: relative;
    margin-top: 50px !important;
    left: 20px !important;
    padding-top: 30px; }
  .headerani .headerani-bg {
    left: 0 !important;
    right: 0 !important;
    height: 370px !important;
    top: 37px !important; }
  .headerani .headerani-bg .headerani-image {
    transform: translate(-138px, -10px) !important; }
    .headerani .headerani-bg .headerani-image img {
      height: 370px;
      width: auto; }
  .headerani .headerani-bg .headerani-white {
    width: 0 !important;
    display: none !important; }
  .navigation .container .subline {
    margin-top: 80px !important;
    margin-left: 20px !important; }
  .navigation .container {
    padding-right: 30px !important; }
    .navigation .container .language,
    .navigation .container .nav {
      margin-left: 20px !important; }
  .navigation .section-title {
    display: none !important; }
  .accordion .margin-accordion {
    margin-top: 30px !important; }
  .rc-collapse > .rc-collapse-item > .rc-collapse-header {
    height: 75px !important;
    line-height: 75px !important;
    font-size: 25px !important; }
  .rc-collapse > .rc-collapse-item > .rc-collapse-header .arrow {
    margin-top: 22px !important;
    width: 25px !important; }
  .accordion {
    width: 94% !important;
    margin-left: 10px !important; }
  .centerstuff {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0; }
    .centerstuff .copytext {
      max-width: 310px !important; }
  .section-title p {
    transform: none; }
  .layoutContainer {
    width: 100%;
    margin-bottom: 100px;
    background-color: #fff; }
    .layoutContainer .img-top {
      position: relative !important;
      margin-left: 0 !important;
      margin-top: 100px;
      margin-bottom: 0 !important;
      width: 100% !important;
      max-width: 100% !important;
      height: auto !important; }
    .layoutContainer .copy-extra,
    .layoutContainer .img-bottom,
    .layoutContainer .img-extra {
      display: none !important; }
    .layoutContainer .copy-bottom,
    .layoutContainer .copy-top {
      position: relative !important;
      margin-left: 20px !important;
      margin-right: 20px;
      margin-top: 0 !important; }
    .layoutContainer .copy-top {
      top: 60px;
      margin-bottom: 70px; }
    .layoutContainer .copy-bottom {
      margin-top: 10px !important; }
    .layoutContainer .featureGallery,
    .layoutContainer .featureOnOff,
    .layoutContainer .featureProduct,
    .layoutContainer .featureSwitch,
    .layoutContainer .featureVideoSwitch {
      position: relative !important;
      width: 100% !important;
      height: auto !important; }
    .layoutContainer .featureGallery,
    .layoutContainer .featureOnOff {
      height: 500px !important; }
      .layoutContainer .featureGallery .featureSliderBox,
      .layoutContainer .featureOnOff .featureSliderBox {
        bottom: 60px !important; }
      .layoutContainer .featureGallery .navigationSwitch,
      .layoutContainer .featureOnOff .navigationSwitch {
        bottom: 70px !important; }
  .copytext,
  .subline {
    position: relative;
    text-align: left !important; }
  .subline {
    line-height: 50px !important; }
  .accordion .copy-bottom,
  .accordion .copy-top {
    position: relative !important;
    margin-left: 10px !important;
    margin-top: 0 !important; }
  .accordion .accordion-box {
    padding-top: 85px; }
  .simplecomp {
    height: 684px !important; }
    .simplecomp .simplecomp-image-top {
      left: 530px !important;
      width: 378px !important;
      height: 450px !important; }
    .simplecomp .simplecomp-image-bottom {
      left: 160px !important;
      top: 380px !important;
      width: 224px !important;
      height: 306px !important; }
    .simplecomp .subline {
      max-width: 360px !important; }
    .simplecomp .copytext {
      left: 530px !important;
      top: 500px !important; }
    .simplecomp.right {
      height: 964px !important; }
      .simplecomp.right .simplecomp-image-top {
        left: 162px !important;
        top: 0 !important; }
      .simplecomp.right .simplecomp-image-bottom {
        left: 660px !important;
        top: 420px !important; }
      .simplecomp.right .subline {
        top: 190px !important;
        left: 570px !important; }
      .simplecomp.right .copytext {
        top: 520px !important;
        left: 162px !important; }
    .simplecomp .featureGallery,
    .simplecomp .featureOnOff,
    .simplecomp .featureProduct,
    .simplecomp .featureSwitch {
      width: 378px !important;
      height: 450px !important; }
  .slidecomp {
    height: auto !important;
    width: 100% !important;
    margin-bottom: 60px !important; }
  .slidecomp .slidecomp-image-top {
    width: 460px !important;
    top: 250px !important;
    left: -10px !important;
    height: 288px; }
  .slidecomp .featureSlide {
    width: 460px !important; }
  .slidecomp .slidecomp-image-top {
    left: 160px !important;
    left: -20px !important; }
  .slidecomp .photo-comparison-before {
    width: 460px !important; }
  .slidecomp .photo-comparison-after {
    width: 460px !important; }
  .slidecomp .copytext {
    left: 0;
    margin: 420px 20px 20px !important;
    max-width: 100% !important; }
  .slidecomp .subline {
    left: 20px !important;
    top: 50px;
    max-width: 94%; }
  .slidecomp .infobox {
    display: none; }
  .hotspotcomp {
    height: 800px; }
  .hotspotcomp .subline {
    left: 20px !important; }
  .hotspotcomp .e-elements-box {
    left: -190px;
    top: 220px;
    transition-duration: 0.4;
    transition-timing-function: ease-in-out;
    transition-property: all;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left; }
  .featureHotSpot {
    top: 0;
    left: 0; }
    .featureHotSpot .copytext {
      left: 0 !important;
      padding-left: 20px;
      top: 670px !important;
      padding-right: 20px !important;
      width: 100%; }
    .featureHotSpot .hotspotSwitch {
      top: 220px;
      left: -195px;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      -moz-transform: scale(0.7);
      transform: scale(0.7);
      -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
      -moz-transform-origin: top left;
      transform-origin: top left; }
  .footer .footer-container .steps-container .step-section-container .step-section .steps .subline {
    font-size: 50px !important;
    width: 95% !important; } }

/* ******************************************************************************** */
/* ******************************************************************************** */
@media screen and (max-width: 320px) {
  .layoutContainer .featureGallery,
  .layoutContainer .featureOnOff {
    height: 400px !important; }
    .layoutContainer .featureGallery .featureSliderBox,
    .layoutContainer .featureOnOff .featureSliderBox {
      bottom: 30px !important; }
    .layoutContainer .featureGallery .navigationSwitch,
    .layoutContainer .featureOnOff .navigationSwitch {
      bottom: 40px !important; }
  .slidecomp .slidecomp-image-top {
    left: -65px !important; } }

/* ******************************************************************************** */
/* ******************************************************************************** */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  .hotspotcomp .e-elements-box {
    left: -230px !important; }
  .featureHotSpot .hotspotSwitch {
    left: -238px !important; }
  .navigation .language {
    font-size: 26px !important; }
  .navigation .nav a {
    font-size: 26px !important; }
  .logo {
    top: 9px !important; } }

/* ******************************************************************************** */
/* ******************************************************************************** */
/* TABLET */
/* ******************************************************************************** */
@media screen and (min-width: 668px) and (max-width: 1200px) and (orientation: landscape) {
  body {
    margin: 0;
    padding: 0; }
  h1 {
    font-size: 70px;
    line-height: 70px; }
  h2 {
    font-size: 50px;
    line-height: 55px; }
  h5 {
    font-size: 20px; }
  p {
    font-size: 14px;
    line-height: 24px; }
  .centerstuff {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0; }
  .logo {
    top: 4px !important;
    left: 44px !important;
    width: 120px !important; }
  .navigation .nav-toggle {
    top: 42px !important;
    right: 36px !important; }
  .header {
    height: 80px !important; }
  .headerani {
    height: 570px !important;
    margin-top: 80px !important;
    margin-bottom: 0 !important; }
  .headerani .headerani-bg {
    left: 40px !important;
    right: 40px !important; }
  .headerani .overline {
    top: 80px !important;
    left: 560px !important; }
  .headerani .copytext {
    left: 660px !important;
    top: 340px !important;
    max-width: 310px !important; }
  .headerani .headline {
    top: 120px !important;
    left: 560px !important;
    max-width: 460px !important; }
  .headerani.fallback .headline {
    max-width: 420px !important; }
  .headline-copytext {
    position: absolute;
    top: 240px !important;
    left: 120px !important;
    max-width: 310px !important; }
  .whiteOverlay:before {
    background-color: #fff !important;
    width: 1px !important; }
  .whiteOverlay:after {
    background-color: #fff !important;
    width: 1px !important; }
  .section-title {
    left: 0 !important; }
    .section-title p {
      font-size: 16px; }
  .layoutContainer.right .img-top {
    margin-left: 82px !important;
    width: 460px !important;
    height: 542px !important; }
    .layoutContainer.right .img-top .featureGallery,
    .layoutContainer.right .img-top .featureOnOff,
    .layoutContainer.right .img-top .featureProduct,
    .layoutContainer.right .img-top .featureSwitch,
    .layoutContainer.right .img-top .featureVideoSwitch {
      width: 460px !important;
      height: 542px !important; }
  .layoutContainer.right .img-bottom {
    margin-top: -228px !important;
    margin-left: 682px !important;
    width: 300px !important;
    height: 408px !important; }
    .layoutContainer.right .img-bottom .featureGallery,
    .layoutContainer.right .img-bottom .featureOnOff,
    .layoutContainer.right .img-bottom .featureProduct,
    .layoutContainer.right .img-bottom .featureSwitch,
    .layoutContainer.right .img-bottom .featureVideoSwitch {
      width: 300px !important;
      height: 408px !important; }
  .layoutContainer.right .copy-top {
    margin-top: 90px !important;
    margin-left: 600px !important; }
    .layoutContainer.right .copy-top .subline {
      max-width: 400px !important; }
  .layoutContainer.right .copy-bottom {
    margin-top: -120px !important;
    margin-left: 242px !important; }
    .layoutContainer.right .copy-bottom .copytext {
      max-width: 400px !important; }
  .layoutContainer.left .img-top {
    margin-left: 520px !important;
    width: 460px !important;
    height: 542px !important; }
    .layoutContainer.left .img-top .featureGallery,
    .layoutContainer.left .img-top .featureOnOff,
    .layoutContainer.left .img-top .featureProduct,
    .layoutContainer.left .img-top .featureSwitch,
    .layoutContainer.left .img-top .featureVideoSwitch {
      width: 460px !important;
      height: 542px !important; }
  .layoutContainer.left .img-bottom {
    margin-top: -224px !important;
    margin-left: 82px !important;
    width: 300px !important;
    height: 408px !important; }
    .layoutContainer.left .img-bottom .featureGallery,
    .layoutContainer.left .img-bottom .featureOnOff,
    .layoutContainer.left .img-bottom .featureProduct,
    .layoutContainer.left .img-bottom .featureSwitch,
    .layoutContainer.left .img-bottom .featureVideoSwitch {
      width: 300px !important;
      height: 408px !important; }
  .layoutContainer.left .copy-top {
    margin-top: 90px !important;
    margin-left: 120px !important; }
    .layoutContainer.left .copy-top .subline {
      max-width: 370px !important; }
  .layoutContainer.left .copy-bottom {
    margin-top: -124px !important;
    margin-left: 440px !important; }
    .layoutContainer.left .copy-bottom .copytext {
      max-width: 430px !important; }
  .layoutContainer.triple .img-top {
    margin-left: 520px !important;
    width: 460px !important;
    height: 542px !important; }
    .layoutContainer.triple .img-top .featureGallery,
    .layoutContainer.triple .img-top .featureOnOff,
    .layoutContainer.triple .img-top .featureProduct,
    .layoutContainer.triple .img-top .featureSwitch,
    .layoutContainer.triple .img-top .featureVideoSwitch {
      width: 460px !important;
      height: 542px !important; }
  .layoutContainer.triple .img-bottom {
    margin-top: -224px !important;
    margin-left: 82px !important;
    width: 300px !important;
    height: 408px !important; }
    .layoutContainer.triple .img-bottom .featureGallery,
    .layoutContainer.triple .img-bottom .featureOnOff,
    .layoutContainer.triple .img-bottom .featureProduct,
    .layoutContainer.triple .img-bottom .featureSwitch,
    .layoutContainer.triple .img-bottom .featureVideoSwitch {
      width: 300px !important;
      height: 408px !important; }
  .layoutContainer.triple .copy-top {
    margin-top: 90px !important;
    margin-left: 120px !important; }
    .layoutContainer.triple .copy-top .subline {
      max-width: 390px !important; }
  .layoutContainer.triple .copy-bottom {
    margin-top: -124px !important;
    margin-left: 440px !important; }
    .layoutContainer.triple .copy-bottom .copytext {
      max-width: 430px !important; }
  .layoutContainer.triple .img-extra {
    margin-top: 50px !important;
    margin-left: 520px !important;
    width: 460px !important;
    height: 542px !important; }
    .layoutContainer.triple .img-extra .featureGallery,
    .layoutContainer.triple .img-extra .featureOnOff,
    .layoutContainer.triple .img-extra .featureProduct,
    .layoutContainer.triple .img-extra .featureSwitch,
    .layoutContainer.triple .img-extra .featureVideoSwitch {
      width: 460px !important;
      height: 542px !important; }
  .layoutContainer.triple .copy-extra {
    margin-top: -420px !important;
    margin-left: 120px !important; }
    .layoutContainer.triple .copy-extra .copytext {
      max-width: 370px !important; }
  .slidecomp {
    margin-bottom: 100px;
    width: 100% !important;
    margin: 0 auto;
    height: 970px; }
    .slidecomp .slidecomp-image-top {
      left: 82px !important;
      top: 290px;
      width: 860px;
      height: 488px; }
    .slidecomp .subline {
      top: 90px !important;
      left: 80px !important; }
    .slidecomp .copytext {
      top: 110px !important;
      left: 480px !important;
      max-width: 510px !important; }
    .slidecomp .infobox {
      top: 810px !important;
      left: 84px !important; }
  .hotspotcomp {
    background-color: transparent;
    height: 710px;
    margin-bottom: 100px; }
    .hotspotcomp .e-elements-box {
      position: absolute;
      top: 40px !important;
      left: 110px !important;
      background-color: transparent; }
      .hotspotcomp .e-elements-box .e-bg {
        width: 820px;
        height: 620px;
        background-color: #EEF1F8;
        position: absolute;
        top: 50px;
        left: 0; }
    .hotspotcomp .image-top {
      left: -120px; }
    .hotspotcomp .image-1 {
      left: 364px; }
    .hotspotcomp .image-2 {
      left: 370px; }
    .hotspotcomp .image-3 {
      left: 364px; }
    .hotspotcomp .featureHotSpot {
      position: absolute;
      top: 34px !important;
      left: -20px !important; }
      .hotspotcomp .featureHotSpot .copytext {
        max-width: 300px; }
    .hotspotcomp .subline {
      top: 0 !important;
      left: 80px !important; }
  .accordion .accordion-box {
    max-width: 890px; }
  .footer .subline-headline {
    max-width: 380px; } }

@media screen and (min-width: 568px) and (max-width: 1200px) and (orientation: portrait) {
  .firstFeature {
    padding-top: 0 !important; }
  .accordion-downloads img {
    width: 80%; }
  .accordion-downloads .content {
    margin-top: 0 !important;
    margin-left: 0 !important; }
  .accordion-product .col-1 {
    width: 100% !important; }
  .accordion-product .col-1-extra {
    width: 100% !important;
    padding-bottom: 10px !important; }
  .accordion-product p {
    padding-left: 0 !important; }
  .accordion-dimensions .main-content {
    width: 330px !important; }
  .accordion-dimensions .copy {
    padding-top: 10px !important;
    padding-bottom: 30px !important; }
  .accordion-dimensions .image-box {
    display: none !important; }
  .accordion-dimensions .image-cube {
    width: 330px !important; }
  .SliderWrapperFix .rangeslider-horizontal .rangeslider__handle {
    height: 280px;
    background-color: #ff0000; }
  h1 {
    font-size: 50px;
    line-height: 50px; }
  h2 {
    font-size: 50px; }
  h3 {
    font-size: 21px; }
  h4 {
    font-size: 21px; }
  h5 {
    font-size: 20px; }
  p {
    font-size: 16px; }
  .logo {
    left: 6px !important;
    top: 6px !important;
    width: 127px !important; }
  .navigation .nav-toggle {
    right: 20px !important;
    top: 44px !important; }
  .whiteOverlay:before {
    background-color: #fff;
    width: 0; }
  .whiteOverlay:after {
    background-color: #fff;
    width: 0; }
  .headerani {
    margin-top: 0 !important;
    height: 780px !important;
    margin-bottom: 30px !important; }
  .headerani.fallback .headline {
    max-width: 700px !important; }
    .headerani.fallback .headline h1 {
      max-width: 320px !important;
      max-width: 680px !important; }
  .headerani .headline {
    left: 18px !important;
    margin-top: 264px !important;
    margin-bottom: 10px !important;
    line-height: 60px;
    max-width: 700px !important; }
    .headerani .headline .headline-copytext {
      margin-left: 2px;
      margin-right: 20px;
      margin-top: 20px;
      line-height: 24px; }
      .headerani .headline .headline-copytext p {
        line-height: 25px;
        padding-top: 10px; }
    .headerani .headline h1 {
      max-width: 320px !important; }
  .headerani-copy-desktop {
    display: none !important; }
  .headerani-copy-mobile {
    display: block !important; }
  .headerani .overline {
    left: 20px !important;
    top: 400px !important; }
  .headerani .copytext {
    position: relative;
    margin-top: 50px !important;
    left: 20px !important;
    top: 540px !important; }
  .headerani .headerani-bg {
    left: 0 !important;
    right: 0 !important;
    height: 500px !important;
    top: 37px !important; }
  .headerani .headerani-bg .headerani-image {
    transform: translate(0px, 0px) !important; }
    .headerani .headerani-bg .headerani-image img {
      width: 100%;
      height: auto; }
  .headerani .headerani-bg .headerani-white {
    width: 0 !important;
    display: none !important; }
  .navigation .container .subline {
    margin-top: 80px !important;
    margin-left: 20px !important; }
  .navigation .container {
    padding-right: 30px !important; }
    .navigation .container .language,
    .navigation .container .nav {
      margin-left: 20px !important; }
  .navigation .section-title {
    display: none !important; }
  .accordion .margin-accordion {
    margin-top: 30px !important; }
  .rc-collapse > .rc-collapse-item > .rc-collapse-header {
    height: 75px !important;
    line-height: 75px !important;
    font-size: 25px !important; }
  .rc-collapse > .rc-collapse-item > .rc-collapse-header .arrow {
    margin-top: 22px !important;
    width: 25px !important; }
  .accordion {
    width: 94% !important;
    margin-left: 10px !important; }
  .centerstuff {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0; }
    .centerstuff .copytext {
      max-width: 700px !important; }
  .section-title p {
    transform: none; }
  .layoutContainer {
    width: 100%;
    margin-bottom: 100px;
    background-color: #fff; }
    .layoutContainer .img-top {
      position: relative !important;
      margin-left: 0 !important;
      margin-top: 100px;
      margin-bottom: 30px !important;
      width: 100% !important;
      max-width: 100% !important;
      height: auto !important; }
    .layoutContainer .copy-extra,
    .layoutContainer .img-bottom,
    .layoutContainer .img-extra {
      display: none !important; }
    .layoutContainer .copy-bottom,
    .layoutContainer .copy-top {
      position: relative !important;
      margin-left: 20px !important;
      margin-right: 20px;
      margin-top: 0 !important; }
    .layoutContainer .copy-top {
      top: 60px; }
    .layoutContainer .copy-bottom {
      margin-top: 10px !important; }
    .layoutContainer .featureGallery,
    .layoutContainer .featureOnOff,
    .layoutContainer .featureProduct,
    .layoutContainer .featureSwitch,
    .layoutContainer .featureVideoSwitch {
      position: relative !important;
      width: 100% !important;
      height: auto !important; }
    .layoutContainer .featureGallery,
    .layoutContainer .featureOnOff {
      height: 900px !important; }
      .layoutContainer .featureGallery .featureSliderBox,
      .layoutContainer .featureOnOff .featureSliderBox {
        bottom: 10px !important; }
      .layoutContainer .featureGallery .navigationSwitch,
      .layoutContainer .featureOnOff .navigationSwitch {
        bottom: 20px !important; }
  .copytext,
  .subline {
    position: relative;
    text-align: left !important; }
  .subline {
    line-height: 50px !important;
    margin-bottom: 100px !important;
    line-height: 64px !important; }
  .accordion .copy-bottom,
  .accordion .copy-top {
    position: relative !important;
    margin-left: 10px !important;
    margin-top: 0 !important; }
  .accordion .accordion-box {
    padding-top: 85px; }
  .simplecomp {
    height: 684px !important; }
    .simplecomp .simplecomp-image-top {
      left: 530px !important;
      width: 378px !important;
      height: 450px !important; }
    .simplecomp .simplecomp-image-bottom {
      left: 160px !important;
      top: 380px !important;
      width: 224px !important;
      height: 306px !important; }
    .simplecomp .subline {
      max-width: 360px !important; }
    .simplecomp .copytext {
      left: 530px !important;
      top: 500px !important; }
    .simplecomp.right {
      height: 964px !important; }
      .simplecomp.right .simplecomp-image-top {
        left: 162px !important;
        top: 0 !important; }
      .simplecomp.right .simplecomp-image-bottom {
        left: 660px !important;
        top: 420px !important; }
      .simplecomp.right .subline {
        top: 190px !important;
        left: 570px !important; }
      .simplecomp.right .copytext {
        top: 520px !important;
        left: 162px !important; }
    .simplecomp .featureGallery,
    .simplecomp .featureOnOff,
    .simplecomp .featureProduct,
    .simplecomp .featureSwitch {
      width: 378px !important;
      height: 450px !important; }
  .slidecomp {
    height: auto !important;
    width: 100% !important;
    margin-bottom: 60px !important; }
  .slidecomp .slidecomp-image-top {
    width: 790px !important;
    top: 250px !important;
    left: -10px !important; }
  .slidecomp .featureSlide {
    width: 790px !important; }
  .slidecomp .slidecomp-image-top {
    left: 160px !important;
    left: -20px !important; }
  .slidecomp .photo-comparison-before {
    width: 790px !important; }
  .slidecomp .photo-comparison-after {
    width: 790px !important; }
  .slidecomp .copytext {
    left: 0;
    margin: 600px 20px 20px !important;
    max-width: 720px !important; }
  .slidecomp .subline {
    left: 20px !important;
    top: 50px; }
  .slidecomp .infobox {
    display: none; }
  .hotspotcomp {
    height: 800px; }
  .hotspotcomp .subline {
    left: 20px !important; }
  .hotspotcomp .e-elements-box {
    left: -190px;
    top: -10px; }
  .featureHotSpot {
    top: -230px;
    left: 0; }
    .featureHotSpot .copytext {
      left: 0 !important;
      padding-left: 20px;
      top: 840px !important;
      padding-right: 20px !important;
      width: 100%; }
    .featureHotSpot .hotspotSwitch {
      top: 220px;
      left: -195px; }
  .footer .footer-container .steps-container .step-section-container .step-section .steps .subline {
    font-size: 50px !important;
    width: 95% !important; } }

/* ******************************************************************************** */
/* SMALL DESKTOP */
/* ******************************************************************************** */
/*


/* ******************************************************************************** */
/* iPhone 5 landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .headerani .headerani-bg .headerani-image {
    transform: translate(0px, -10px) !important; }
  .headerani .headerani-bg .headerani-image img {
    height: 400px !important; }
  .headerani .headline {
    margin-top: 190px !important; }
  .layoutContainer .featureGallery,
  .layoutContainer .featureOnOff {
    height: 830px !important; }
  .centerstuff .copytext {
    max-width: 100% !important;
    padding-right: 20px !important; }
  .productcomp .featureProduct .featureProductSwitch .infobox {
    max-width: 100% !important; } }

/* iPhone 6 landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .headerani .headerani-bg .headerani-image {
    transform: translate(0px, -10px) !important; }
  .headerani .headerani-bg .headerani-image img {
    height: 400px !important; }
  .headerani .headline {
    margin-top: 190px !important; }
  .layoutContainer .featureGallery,
  .layoutContainer .featureOnOff {
    height: 830px !important; }
  .centerstuff .copytext {
    max-width: 100% !important;
    padding-right: 20px !important; }
  .productcomp .featureProduct .featureProductSwitch .infobox {
    max-width: 100% !important; }
  /* *** */
  /*

*/
  /* *** */ }

.cmsplugin_details,
.cmsplugin_feature,
.cmsplugin_gallery,
.cmsplugin_header,
.cmsplugin_hotspot,
.cmsplugin_simple,
.cmsplugin_simple_light,
.cmsplugin_slider,
.cmsplugin_stage,
.cmsplugin_triple,
.cmsplugin_video,
.cmsplugin_products {
  width: 100%;
  height: auto; }

.cmsplugin_header, .cmsplugin_products {
  margin-bottom: 100px; }
