
.theme-light .color-background-contrast-1, :root .color-background-contrast-1 {
  background-color: var(--color-contrast-1);
}
.theme-light .color-text-contrast-1, :root .color-text-contrast-1 {
  color: var(--color-contrast-1);
}
.theme-light .color-background-contrast-invers-1, :root .color-background-contrast-invers-1 {
  background-color: var(--color-contrast-invers-1);
}
.theme-light .color-text-contrast-invers-1, :root .color-text-contrast-invers-1 {
  color: var(--color-contrast-invers-1);
}
.theme-light .color-background-contrast-2, :root .color-background-contrast-2 {
  background-color: var(--color-contrast-2);
}
.theme-light .color-text-contrast-2, :root .color-text-contrast-2 {
  color: var(--color-contrast-2);
}
.theme-light .color-background-contrast-invers-2, :root .color-background-contrast-invers-2 {
  background-color: var(--color-contrast-invers-2);
}
.theme-light .color-text-contrast-invers-2, :root .color-text-contrast-invers-2 {
  color: var(--color-contrast-invers-2);
}
.theme-light .color-background-contrast-3, :root .color-background-contrast-3 {
  background-color: var(--color-contrast-3);
}
.theme-light .color-text-contrast-3, :root .color-text-contrast-3 {
  color: var(--color-contrast-3);
}
.theme-light .color-background-contrast-invers-3, :root .color-background-contrast-invers-3 {
  background-color: var(--color-contrast-invers-3);
}
.theme-light .color-text-contrast-invers-3, :root .color-text-contrast-invers-3 {
  color: var(--color-contrast-invers-3);
}
.theme-light .color-background-contrast-4, :root .color-background-contrast-4 {
  background-color: var(--color-contrast-4);
}
.theme-light .color-text-contrast-4, :root .color-text-contrast-4 {
  color: var(--color-contrast-4);
}
.theme-light .color-background-contrast-invers-4, :root .color-background-contrast-invers-4 {
  background-color: var(--color-contrast-invers-4);
}
.theme-light .color-text-contrast-invers-4, :root .color-text-contrast-invers-4 {
  color: var(--color-contrast-invers-4);
}
.theme-light .color-background-contrast-5, :root .color-background-contrast-5 {
  background-color: var(--color-contrast-5);
}
.theme-light .color-text-contrast-5, :root .color-text-contrast-5 {
  color: var(--color-contrast-5);
}
.theme-light .color-background-contrast-invers-5, :root .color-background-contrast-invers-5 {
  background-color: var(--color-contrast-invers-5);
}
.theme-light .color-text-contrast-invers-5, :root .color-text-contrast-invers-5 {
  color: var(--color-contrast-invers-5);
}
.theme-light .color-background-contrast-6, :root .color-background-contrast-6 {
  background-color: var(--color-contrast-6);
}
.theme-light .color-text-contrast-6, :root .color-text-contrast-6 {
  color: var(--color-contrast-6);
}
.theme-light .color-background-contrast-invers-6, :root .color-background-contrast-invers-6 {
  background-color: var(--color-contrast-invers-6);
}
.theme-light .color-text-contrast-invers-6, :root .color-text-contrast-invers-6 {
  color: var(--color-contrast-invers-6);
}
.theme-light .color-background-contrast-7, :root .color-background-contrast-7 {
  background-color: var(--color-contrast-7);
}
.theme-light .color-text-contrast-7, :root .color-text-contrast-7 {
  color: var(--color-contrast-7);
}
.theme-light .color-background-contrast-invers-7, :root .color-background-contrast-invers-7 {
  background-color: var(--color-contrast-invers-7);
}
.theme-light .color-text-contrast-invers-7, :root .color-text-contrast-invers-7 {
  color: var(--color-contrast-invers-7);
}
.theme-light--10, :root {
  --base-color-background: rgb(255, 255, 255);
  background-color: var(--base-color-background);
}
.theme-light--9 {
  --base-color-background: rgb(246, 246, 246);
  background-color: var(--base-color-background);
}
.theme-light--8 {
  --base-color-background: rgb(235, 235, 235);
  background-color: var(--base-color-background);
}
.theme-light--7 {
  --base-color-background: rgb(226, 226, 226);
  background-color: var(--base-color-background);
}

.theme-dark {
  --base-color-text-normal: rgba(255, 255, 255, 0.96);
  --base-color-text-disabled: rgba(255, 255, 255, 0.44);
  --base-color-border: rgba(255, 255, 255, 0.24);
  --link-color-text-normal: rgba(255, 255, 255, 0.82);
  --link-color-text-hover: rgba(255, 255, 255, 0.96);
  --check-box-color-background: rgba(0, 0, 0, 0.18);
  --check-mark-color-background: rgba(255, 255, 255, 0.96);
  color: var(--base-color-text-normal);
  --input-color-background-normal: transparent;
  --input-color-border-normal: rgba(255, 255, 255, 0.96);
  --input-color-text-normal: rgba(255, 255, 255, 0.96);
  --input-color-background-focus: rgba(255, 255, 255, 0.12);
  --input-color-border-focus: rgba(255, 255, 255, 0.96);
  --input-color-text-focus: rgba(255, 255, 255, 0.96);
  --input-color-background-hover: transparent;
  --input-color-border-hover: rgba(255, 255, 255, 0.96);
  --input-color-text-hover: rgba(255, 255, 255, 0.96);
  --input-color-background-active: rgba(255, 255, 255, 0.12);
  --input-color-border-active: rgba(255, 255, 255, 0.96);
  --input-color-text-active: rgba(255, 255, 255, 0.96);
  --input-color-background-disabled: transparent;
  --input-color-border-disabled: rgba(255, 255, 255, 0.44);
  --input-color-text-disabled: rgba(0, 0, 0, 0.18);
  --input-color-placeholder: rgba(255, 255, 255, 0.82);
  --input-color-border-invalid: rgb(255, 0, 0);
  --color-contrast-1: rgba(255, 255, 255, 0.12);
  --color-contrast-invers-1: rgba(0, 0, 0, 0.04);
  --color-contrast-2: rgba(255, 255, 255, 0.24);
  --color-contrast-invers-2: rgba(0, 0, 0, 0.12);
  --color-contrast-3: rgba(255, 255, 255, 0.44);
  --color-contrast-invers-3: rgba(0, 0, 0, 0.18);
  --color-contrast-4: rgba(255, 255, 255, 0.7);
  --color-contrast-invers-4: rgba(0, 0, 0, 0.3);
  --color-contrast-5: rgba(255, 255, 255, 0.82);
  --color-contrast-invers-5: rgba(0, 0, 0, 0.56);
  --color-contrast-6: rgba(255, 255, 255, 0.9);
  --color-contrast-invers-6: rgba(0, 0, 0, 0.76);
  --color-contrast-7: rgba(255, 255, 255, 0.96);
  --color-contrast-invers-7: rgba(0, 0, 0, 0.88);
}
.theme-dark .color-background-contrast-1 {
  background-color: var(--color-contrast-1);
}
.theme-dark .color-text-contrast-1 {
  color: var(--color-contrast-1);
}
.theme-dark .color-background-contrast-invers-1 {
  background-color: var(--color-contrast-invers-1);
}
.theme-dark .color-text-contrast-invers-1 {
  color: var(--color-contrast-invers-1);
}
.theme-dark .color-background-contrast-2 {
  background-color: var(--color-contrast-2);
}
.theme-dark .color-text-contrast-2 {
  color: var(--color-contrast-2);
}
.theme-dark .color-background-contrast-invers-2 {
  background-color: var(--color-contrast-invers-2);
}
.theme-dark .color-text-contrast-invers-2 {
  color: var(--color-contrast-invers-2);
}
.theme-dark .color-background-contrast-3 {
  background-color: var(--color-contrast-3);
}
.theme-dark .color-text-contrast-3 {
  color: var(--color-contrast-3);
}
.theme-dark .color-background-contrast-invers-3 {
  background-color: var(--color-contrast-invers-3);
}
.theme-dark .color-text-contrast-invers-3 {
  color: var(--color-contrast-invers-3);
}
.theme-dark .color-background-contrast-4 {
  background-color: var(--color-contrast-4);
}
.theme-dark .color-text-contrast-4 {
  color: var(--color-contrast-4);
}
.theme-dark .color-background-contrast-invers-4 {
  background-color: var(--color-contrast-invers-4);
}
.theme-dark .color-text-contrast-invers-4 {
  color: var(--color-contrast-invers-4);
}
.theme-dark .color-background-contrast-5 {
  background-color: var(--color-contrast-5);
}
.theme-dark .color-text-contrast-5 {
  color: var(--color-contrast-5);
}
.theme-dark .color-background-contrast-invers-5 {
  background-color: var(--color-contrast-invers-5);
}
.theme-dark .color-text-contrast-invers-5 {
  color: var(--color-contrast-invers-5);
}
.theme-dark .color-background-contrast-6 {
  background-color: var(--color-contrast-6);
}
.theme-dark .color-text-contrast-6 {
  color: var(--color-contrast-6);
}
.theme-dark .color-background-contrast-invers-6 {
  background-color: var(--color-contrast-invers-6);
}
.theme-dark .color-text-contrast-invers-6 {
  color: var(--color-contrast-invers-6);
}
.theme-dark .color-background-contrast-7 {
  background-color: var(--color-contrast-7);
}
.theme-dark .color-text-contrast-7 {
  color: var(--color-contrast-7);
}
.theme-dark .color-background-contrast-invers-7 {
  background-color: var(--color-contrast-invers-7);
}
.theme-dark .color-text-contrast-invers-7 {
  color: var(--color-contrast-invers-7);
}
.theme-dark--10 {
  --base-color-background: rgb(0, 0, 0);
  background-color: var(--base-color-background);
}
.theme-dark--9 {
  --base-color-background: rgb(21, 21, 21);
  background-color: var(--base-color-background);
}
.theme-dark--8 {
  --base-color-background: rgb(50, 50, 50);
  background-color: var(--base-color-background);
}
.theme-dark--7 {
  --base-color-background: rgb(68, 68, 68);
  background-color: var(--base-color-background);
}

.wrapper, [data-scoped-css-v3] #specsheet .container {
  padding-right: 16px;
  padding-left: 16px;
  margin-inline: auto;
}
@media (min-width: 800px) {
  .wrapper, [data-scoped-css-v3] #specsheet .container {
    max-width: 760px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .wrapper, [data-scoped-css-v3] #specsheet .container {
    max-width: 920px;
  }
}
@media (min-width: 1200px) {
  .wrapper, [data-scoped-css-v3] #specsheet .container {
    max-width: 1065px;
  }
}

[data-scoped-css-v3] {
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /* Document
     ========================================================================== */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   */
  /* Sections
     ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  /**
   * Render the `main` element consistently in IE.
   */
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  /* Grouping content
     ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics
     ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
  /**
   * Correct the padding in Firefox.
   */
  /**
   * 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.
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  /**
   * Add the correct display in IE 10.
   */
  /* stylelint-disable no-descending-specificity */
  /* Icons
  ============================================================

    Die Icons können folgendermaßen erstellt werden:
    Das $icon-grid stellt die Breite und Höhe eines Rasterabschnitts dar.
    Wir fangen bei 0 an zu Zählen. jede Zeile steht für eine andere Hintergrundfarbe.
    Möchten wir also das 5. Icon der ersten Zeile haben, so schreiben wir: @include icon(4,0);
    Die 0te Zeile lässt sich auch weglassen. So ergibt: @include icon(4); dasselbe Icon wie oben.
    Ebenso erweitert .size($size) die Bootstrap-Mixins Funktion .size($x,$y) um eine
    Variante mit 1 Parameter. So lässt sich .size(10px) & .size(10px,10px) synonym verwenden.

    Achtung! –Damit die Änderung sichtbar wird, muss die style.less aktualisiert werden.

  */
  /* Icons-helfer
  ============================================================ */
  /* Allgemeiner Icon-selektor
  ============================================================ */
  /* Main-Nav Icons
  ============================================================ */
  /* Artikeldaten Icons
  ============================================================ */
  /* Grid/Listenicons
  ============================================================ */
  /* Lightfinder switcher
  ============================================================ */
  /* Lightfinder icon
  ============================================================ */
  /* Tabellen Icons
  ============================================================ */
  /* Kartenlegende Icons
  ============================================================ */
  /* Social Media-Icons
  ============================================================ */
  /* Maps
  ============================================================ */
  /* Glyphicons überschreiben
  ============================================================ */
  /* Carousel left/right
  ============================================================ */
  /* Downloadliste
  ============================================================ */
  /*  Icon 'drei Punkte'
  ============================================================ */
  /* Info für Filter
  ============================================================ */
  /* Icon-Produktseite
  ============================================================ */
  /* stylelint-disable-next-line no-duplicate-selectors */
  /* Artikelfilter
  ============================================================ */
  /* Sharing
  ============================================================ */
  /* Icons buyERCO
  ============================================================ */
  /* Icons Specsheet
  ============================================================ */
  /* Flags
  ============================================================ */
  /* inline Ausrichtung
  ============================================================ */
  /* schatten für Icons */
  /* inline Ausrichtung
  ============================================================ */
  /* Icon Contactform info
  ============================================================ */
  /* Icon Content-Access
  ============================================================ */
  /* Icon accessorie search download
  ============================================================ */
  /* Side Menue
  ============================================================ */
  /* Reractored icons with mask
  ============================================================ */
  /* web component based article table */
  /* css based article table */
  /* FadeSlideshow
  ============================================================ */
  /* main menu */
  /* misc */
  /* support various legacy menu hiding */
  /* Newsletter container
  ============================================================ */
  /* stylelint-disable no-descending-specificity */
  /**
   * Clear inner floats
   */
  /**
   * Hide text while making it readable for screen readers
   * 1. Needed in WebKit-based browsers because of an implementation bug;
   *    See: https://code.google.com/p/chromium/issues/detail?id=457146
   */
  /**
   * Hide element while making it readable for screen readers
   * Shamelessly borrowed from HTML5Boilerplate:
   * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
   */
}
[data-scoped-css-v3] html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
[data-scoped-css-v3] body {
  margin: 0;
}
[data-scoped-css-v3] main {
  display: block;
}
[data-scoped-css-v3] h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
[data-scoped-css-v3] hr {
  overflow: visible; /* 2 */
  height: 0; /* 1 */
  box-sizing: content-box; /* 1 */
}
[data-scoped-css-v3] pre {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}
[data-scoped-css-v3] a {
  background-color: transparent;
}
[data-scoped-css-v3] abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
[data-scoped-css-v3] b,
[data-scoped-css-v3] strong {
  font-weight: bolder;
}
[data-scoped-css-v3] code,
[data-scoped-css-v3] kbd,
[data-scoped-css-v3] samp {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}
[data-scoped-css-v3] small {
  font-size: 80%;
}
[data-scoped-css-v3] sub,
[data-scoped-css-v3] sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
[data-scoped-css-v3] sub {
  bottom: -0.25em;
}
[data-scoped-css-v3] sup {
  top: -0.5em;
}
[data-scoped-css-v3] img {
  border-style: none;
}
[data-scoped-css-v3] button,
[data-scoped-css-v3] input,
[data-scoped-css-v3] optgroup,
[data-scoped-css-v3] select,
[data-scoped-css-v3] textarea {
  margin: 0; /* 2 */
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
}
[data-scoped-css-v3] button,
[data-scoped-css-v3] input { /* 1 */
  overflow: visible;
}
[data-scoped-css-v3] button,
[data-scoped-css-v3] select { /* 1 */
  text-transform: none;
}
[data-scoped-css-v3] button,
[data-scoped-css-v3] [type=button],
[data-scoped-css-v3] [type=reset],
[data-scoped-css-v3] [type=submit] {
  -webkit-appearance: button;
}
[data-scoped-css-v3] button::-moz-focus-inner,
[data-scoped-css-v3] [type=button]::-moz-focus-inner,
[data-scoped-css-v3] [type=reset]::-moz-focus-inner,
[data-scoped-css-v3] [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[data-scoped-css-v3] button:-moz-focusring,
[data-scoped-css-v3] [type=button]:-moz-focusring,
[data-scoped-css-v3] [type=reset]:-moz-focusring,
[data-scoped-css-v3] [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[data-scoped-css-v3] fieldset {
  padding: 0.35em 0.75em 0.625em;
}
[data-scoped-css-v3] legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  box-sizing: border-box; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}
[data-scoped-css-v3] progress {
  vertical-align: baseline;
}
[data-scoped-css-v3] textarea {
  overflow: auto;
}
[data-scoped-css-v3] [type=checkbox],
[data-scoped-css-v3] [type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[data-scoped-css-v3] [type=number]::-webkit-inner-spin-button,
[data-scoped-css-v3] [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[data-scoped-css-v3] [type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[data-scoped-css-v3] [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
[data-scoped-css-v3] ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
[data-scoped-css-v3] details {
  display: block;
}
[data-scoped-css-v3] summary {
  display: list-item;
}
[data-scoped-css-v3] template {
  display: none;
}
[data-scoped-css-v3] [hidden] {
  display: none;
}
[data-scoped-css-v3] a {
  border-bottom: 1px dotted var(--link-color-text-normal);
  color: var(--link-color-text-normal);
  text-decoration: none;
  transition: color 150ms;
}
[data-scoped-css-v3] a:hover {
  color: var(--link-color-text-hover);
}
[data-scoped-css-v3] button {
  transition: color 150ms;
}
[data-scoped-css-v3] input,
[data-scoped-css-v3] select,
[data-scoped-css-v3] textarea {
  width: 100%;
}
[data-scoped-css-v3] input[type=file],
[data-scoped-css-v3] input[type=image],
[data-scoped-css-v3] input[type=radio],
[data-scoped-css-v3] input[type=button],
[data-scoped-css-v3] input[type=reset],
[data-scoped-css-v3] input[type=submit],
[data-scoped-css-v3] input[type=checkbox] {
  width: auto;
}
[data-scoped-css-v3] input[type=checkbox] {
  border-radius: 0;
}
[data-scoped-css-v3] h1 {
  font-size: var(--heading-font-size-1);
  font-weight: var(--heading-font-weight-1);
}
[data-scoped-css-v3] h2 {
  font-size: var(--heading-font-size-2);
  font-weight: var(--heading-font-weight-2);
}
[data-scoped-css-v3] h3 {
  font-size: var(--heading-font-size-3);
  font-weight: var(--heading-font-weight-3);
}
[data-scoped-css-v3] h4 {
  font-size: var(--heading-font-size-4);
  font-weight: var(--heading-font-weight-4);
}
[data-scoped-css-v3] ul {
  padding-left: 0;
  list-style-type: none;
}
[data-scoped-css-v3] img {
  max-width: 100%;
  height: auto;
}
[data-scoped-css-v3] strong {
  font-weight: 600;
}
[data-scoped-css-v3] p,
[data-scoped-css-v3] ul,
[data-scoped-css-v3] ol,
[data-scoped-css-v3] dl,
[data-scoped-css-v3] blockquote,
[data-scoped-css-v3] pre,
[data-scoped-css-v3] table,
[data-scoped-css-v3] form,
[data-scoped-css-v3] label {
  margin-top: 0;
  margin-bottom: 0;
}
[data-scoped-css-v3] h1,
[data-scoped-css-v3] h2,
[data-scoped-css-v3] h3,
[data-scoped-css-v3] h4 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.25;
}
[data-scoped-css-v3] label {
  font-size: 14px;
  font-weight: 200;
}
[data-scoped-css-v3] table {
  color: var(--base-color-text-normal);
  line-height: 1.42857143;
}


[data-scoped-css-v3] .button.button--big, [data-scoped-css-v3] #specsheet .spec-download .button--big.spec-btn, [data-scoped-css-v3] #specsheet a.button--big.spec-btn, [data-scoped-css-v3] #specsheet .access-save > div > span.button--big, [data-scoped-css-v3] #specsheet .spec-button > a.button--big, [data-scoped-css-v3] #specsheet .spec-button > button.button--big, [data-scoped-css-v3] a.button.button--big {
    height: 40px;
    padding-right: 32px;
    padding-left: 32px;
    font-size: 18px;
    line-height: 38px;
}
[data-scoped-css-v3] .theme-dark .button--primary {
    --button-color-border: transparent;
    --button-color-background: rgba(255, 255, 255, 0.9);
    --button-color-text: rgba(0, 0, 0, 0.88);
    --button-font-text-decoration: none;
}
[data-scoped-css-v3] .button, [data-scoped-css-v3] #specsheet .spec-download .spec-btn, [data-scoped-css-v3] #specsheet a.spec-btn, [data-scoped-css-v3] #specsheet .access-save > div > span, [data-scoped-css-v3] #specsheet .spec-button > a, [data-scoped-css-v3] #specsheet .spec-button > button, [data-scoped-css-v3] a.button, [data-scoped-css-v3] #specsheet .spec-download a.spec-btn {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    border-width: 1px;
    border-style: solid;
    border-color: var(--button-color-border);
    background-color: var(--button-color-background);
    border-radius: 0;
    color: var(--button-color-text);
    cursor: pointer;
    -webkit-text-decoration: var(--button-font-text-decoration);
    text-decoration: var(--button-font-text-decoration);
    transition: background-color 150ms, border-color 150ms, color 150ms, box-shadow 150ms;
    white-space: nowrap;
}



[data-scoped-css-v3] .theme-light .button--tertiary:hover, [data-scoped-css-v3] :root .button--tertiary:hover, [data-scoped-css-v3] .theme-light .button--tertiary.button--hover, [data-scoped-css-v3] :root .button--tertiary.button--hover {
  --button-color-border: rgba(0, 0, 0, 0.88);
  --button-color-background: rgba(0, 0, 0, 0.04);
  --button-color-text: rgba(0, 0, 0, 0.88);
}
[data-scoped-css-v3] .theme-light .button--tertiary:hover.button--with-icon, [data-scoped-css-v3] .theme-light #specsheet .access-save > div > span.button--tertiary:hover, [data-scoped-css-v3] #specsheet .theme-light .access-save > div > span.button--tertiary:hover, [data-scoped-css-v3] .theme-light #specsheet .spec-button > a.button--tertiary:hover, [data-scoped-css-v3] #specsheet .theme-light .spec-button > a.button--tertiary:hover,
[data-scoped-css-v3] .theme-light #specsheet .spec-button > button.button--tertiary:hover,
[data-scoped-css-v3] #specsheet .theme-light .spec-button > button.button--tertiary:hover, [data-scoped-css-v3] :root .button--tertiary:hover.button--with-icon, [data-scoped-css-v3] :root #specsheet .access-save > div > span.button--tertiary:hover, [data-scoped-css-v3] #specsheet :root .access-save > div > span.button--tertiary:hover, [data-scoped-css-v3] :root #specsheet .spec-button > a.button--tertiary:hover, [data-scoped-css-v3] #specsheet :root .spec-button > a.button--tertiary:hover,
[data-scoped-css-v3] :root #specsheet .spec-button > button.button--tertiary:hover,
[data-scoped-css-v3] #specsheet :root .spec-button > button.button--tertiary:hover, [data-scoped-css-v3] .theme-light .button--tertiary.button--hover.button--with-icon, [data-scoped-css-v3] .theme-light #specsheet .access-save > div > span.button--tertiary.button--hover, [data-scoped-css-v3] #specsheet .theme-light .access-save > div > span.button--tertiary.button--hover, [data-scoped-css-v3] .theme-light #specsheet .spec-button > a.button--tertiary.button--hover, [data-scoped-css-v3] #specsheet .theme-light .spec-button > a.button--tertiary.button--hover,
[data-scoped-css-v3] .theme-light #specsheet .spec-button > button.button--tertiary.button--hover,
[data-scoped-css-v3] #specsheet .theme-light .spec-button > button.button--tertiary.button--hover, [data-scoped-css-v3] :root .button--tertiary.button--hover.button--with-icon, [data-scoped-css-v3] :root #specsheet .access-save > div > span.button--tertiary.button--hover, [data-scoped-css-v3] #specsheet :root .access-save > div > span.button--tertiary.button--hover, [data-scoped-css-v3] :root #specsheet .spec-button > a.button--tertiary.button--hover, [data-scoped-css-v3] #specsheet :root .spec-button > a.button--tertiary.button--hover,
[data-scoped-css-v3] :root #specsheet .spec-button > button.button--tertiary.button--hover,
[data-scoped-css-v3] #specsheet :root .spec-button > button.button--tertiary.button--hover {
  fill: var(--button-color-text);
}
[data-scoped-css-v3] .theme-light .button--tertiary:active, [data-scoped-css-v3] :root .button--tertiary:active, [data-scoped-css-v3] .theme-light .button--tertiary.button--active, [data-scoped-css-v3] :root .button--tertiary.button--active {
  --button-color-border: rgba(0, 0, 0, 0.88);
  --button-color-background: rgba(0, 0, 0, 0.12);
  --button-color-text: rgba(0, 0, 0, 0.88);
}
[data-scoped-css-v3] .theme-light .button--tertiary:active.button--with-icon, [data-scoped-css-v3] .theme-light #specsheet .access-save > div > span.button--tertiary:active, [data-scoped-css-v3] #specsheet .theme-light .access-save > div > span.button--tertiary:active, [data-scoped-css-v3] .theme-light #specsheet .spec-button > a.button--tertiary:active, [data-scoped-css-v3] #specsheet .theme-light .spec-button > a.button--tertiary:active,
[data-scoped-css-v3] .theme-light #specsheet .spec-button > button.button--tertiary:active,
[data-scoped-css-v3] #specsheet .theme-light .spec-button > button.button--tertiary:active, [data-scoped-css-v3] :root .button--tertiary:active.button--with-icon, [data-scoped-css-v3] :root #specsheet .access-save > div > span.button--tertiary:active, [data-scoped-css-v3] #specsheet :root .access-save > div > span.button--tertiary:active, [data-scoped-css-v3] :root #specsheet .spec-button > a.button--tertiary:active, [data-scoped-css-v3] #specsheet :root .spec-button > a.button--tertiary:active,
[data-scoped-css-v3] :root #specsheet .spec-button > button.button--tertiary:active,
[data-scoped-css-v3] #specsheet :root .spec-button > button.button--tertiary:active, [data-scoped-css-v3] .theme-light .button--tertiary.button--active.button--with-icon, [data-scoped-css-v3] .theme-light #specsheet .access-save > div > span.button--tertiary.button--active, [data-scoped-css-v3] #specsheet .theme-light .access-save > div > span.button--tertiary.button--active, [data-scoped-css-v3] .theme-light #specsheet .spec-button > a.button--tertiary.button--active, [data-scoped-css-v3] #specsheet .theme-light .spec-button > a.button--tertiary.button--active,
[data-scoped-css-v3] .theme-light #specsheet .spec-button > button.button--tertiary.button--active,
[data-scoped-css-v3] #specsheet .theme-light .spec-button > button.button--tertiary.button--active, [data-scoped-css-v3] :root .button--tertiary.button--active.button--with-icon, [data-scoped-css-v3] :root #specsheet .access-save > div > span.button--tertiary.button--active, [data-scoped-css-v3] #specsheet :root .access-save > div > span.button--tertiary.button--active, [data-scoped-css-v3] :root #specsheet .spec-button > a.button--tertiary.button--active, [data-scoped-css-v3] #specsheet :root .spec-button > a.button--tertiary.button--active,
[data-scoped-css-v3] :root #specsheet .spec-button > button.button--tertiary.button--active,
[data-scoped-css-v3] #specsheet :root .spec-button > button.button--tertiary.button--active {
  fill: var(--button-color-text);
}
[data-scoped-css-v3] .theme-light .button--tertiary[data-state=active], [data-scoped-css-v3] :root .button--tertiary[data-state=active] {
  --button-color-border: rgba(0, 0, 0, 0.88);
  --button-color-background: rgba(0, 0, 0, 0.12);
  --button-color-text: rgba(0, 0, 0, 0.88);
}
[data-scoped-css-v3] .theme-light .button--tertiary[data-state=active], [data-scoped-css-v3] :root .button--tertiary[data-state=active], [data-scoped-css-v3] .theme-light .button--tertiary:active, [data-scoped-css-v3] :root .button--tertiary:active, [data-scoped-css-v3] .theme-light .button--tertiary.button--active, [data-scoped-css-v3] :root .button--tertiary.button--active {
  box-shadow: 0 0 0 0 transparent;
}
[data-scoped-css-v3] .theme-light .button--tertiary:focus-visible, [data-scoped-css-v3] :root .button--tertiary:focus-visible, [data-scoped-css-v3] .theme-light .button--tertiary.button--focus, [data-scoped-css-v3] :root .button--tertiary.button--focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.88);
}
[data-scoped-css-v3] .theme-light .button--quaternary, [data-scoped-css-v3] :root .button--quaternary {
  --button-color-border: rgba(0, 0, 0, 0.3);
  --button-color-background: rgba(0, 0, 0, 0.04);
  --button-color-text: rgba(0, 0, 0, 0.88);
  --button-font-text-decoration: none;
}
[data-scoped-css-v3] .theme-light .button--quaternary:hover, [data-scoped-css-v3] :root .button--quaternary:hover, [data-scoped-css-v3] .theme-light .button--quaternary.button--hover, [data-scoped-css-v3] :root .button--quaternary.button--hover {
  --button-font-text-decoration: none;
}
[data-scoped-css-v3] .theme-light .button--quaternary:disabled, [data-scoped-css-v3] :root .button--quaternary:disabled, [data-scoped-css-v3] .theme-light .button--quaternary.button--disabled, [data-scoped-css-v3] :root .button--quaternary.button--disabled {
  --button-color-border: rgba(0, 0, 0, 0.18);
  --button-color-background: transparent;
  --button-color-text: rgba(0, 0, 0, 0.18);
}
[data-scoped-css-v3] .card {
  display: flex;
  height: 100%;
  flex-direction: column;
}
[data-scoped-css-v3] .card__header {
  position: relative;
}
[data-scoped-css-v3] .card__button {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: var(--space-6);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0);
  transition: opacity var(--duration-fast-02);
}
[data-scoped-css-v3] .card__tag {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: var(--space-4);
  margin-right: var(--space-4);
}
[data-scoped-css-v3] .card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1/0.95;
}
[data-scoped-css-v3] .card__content {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  padding: var(--space-3);
}
@media (min-width: 512px) {
  [data-scoped-css-v3] .card__content {
    padding: var(--space-5);
  }
}
[data-scoped-css-v3] .card__content-footer {
  margin-top: auto;
}
[data-scoped-css-v3] .card:hover {
  cursor: pointer;
}
[data-scoped-css-v3] .card:hover .card__button {
  opacity: 1;
  pointer-events: auto;
}
[data-scoped-css-v3] .card--colored {
  border: 1px solid rgba(0, 0, 0, 0.12);
  background-color: rgb(246, 246, 246);
}
[data-scoped-css-v3] .card--colored:hover {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
}

[data-scoped-css-v3] .cookie-panel__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
}
[data-scoped-css-v3] .contact-form {
  font-size: 14px;
}
[data-scoped-css-v3] .contact-form h2 {
  padding-bottom: 4px;
  font-size: 28px;
}
[data-scoped-css-v3] .contact-form h3 {
  font-weight: 600;
}
[data-scoped-css-v3] .contact-form__checkbox-group > * {
  grid-column-end: span 4 !important;
}
@media (min-width: 512px) {
  [data-scoped-css-v3] .contact-form__checkbox-group > * {
    grid-column-end: span 2 !important;
  }
}
@media (min-width: 1024px) {
  [data-scoped-css-v3] .contact-form__checkbox-group > * {
    grid-column-end: span 1 !important;
  }
}
[data-scoped-css-v3] .contact-form__section > * {
  grid-column-end: span 2 !important;
}
@media (min-width: 512px) {
  [data-scoped-css-v3] .contact-form__section > * {
    grid-column-end: span 1 !important;
  }
}
[data-scoped-css-v3] .fade-slide-show {
  position: relative;
  display: block;
}
[data-scoped-css-v3] .fade-slide-show > .fadeslide {
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-right: -100%;
  float: left;
  opacity: 0;
  pointer-events: none;
}
[data-scoped-css-v3] .fade-slide-show .-active > .fadeslide {
  transition-property: opacity;
}
[data-scoped-css-v3] .fade-slide-show > .fadeslide.-active {
  z-index: 1;
  opacity: 1;
  pointer-events: initial;
  transition: opacity 0s;
}
[data-scoped-css-v3] form {
  position: relative;
}
[data-scoped-css-v3] form .trans0 {
  opacity: 0;
}
[data-scoped-css-v3] form > .spinContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--base-color-border);
  margin: 0;
  background: rgb(246, 246, 246);
}
[data-scoped-css-v3] form > .spinContainer > .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  border: 3px solid var(--color-contrast-4);
  border-top: 3px solid transparent;
  animation: contactSpin 1s linear infinite;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
[data-scoped-css-v3] form > .spinContainer > .successMessage {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
[data-scoped-css-v3] form > .spinContainer > .successMessage .h4 {
  font-size: var(--body-font-size-m);
}
[data-scoped-css-v3] form > .spinContainer > .successMessage > a {
  border-bottom: none;
  cursor: pointer;
  text-decoration: underline;
}
@keyframes contactSpin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
[data-scoped-css-v3] .footer-bar {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
}
[data-scoped-css-v3] .footer-bar a {
  border-bottom: none;
}
[data-scoped-css-v3] .footer-bar__social-bar {
  margin-left: calc(var(--flow-horizontal-space) * -1);
}
@media (min-width: 800px) {
  [data-scoped-css-v3] .footer-bar__links-bar {
    margin-right: calc(var(--flow-horizontal-space) * -1);
    text-align: right;
  }
}
[data-scoped-css-v3] .footer-bar .expander_close {
  display: none;
  float: right;
}
[data-scoped-css-v3] .footer-bar .expander_close__icon {
  margin-left: 5px;
  vertical-align: middle;
}
[data-scoped-css-v3] .footer-bar--align-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 539px) {
  [data-scoped-css-v3] .footer-bar {
    padding-bottom: 50px;
  }
}
[data-scoped-css-v3] .header-container {
  position: relative;
}
[data-scoped-css-v3] .header-container__text {
  padding-top: var(--space-10);
}
[data-scoped-css-v3] .header-container--text-on-image-md .header-container__text {
  padding-top: var(--space-9);
}
@media (min-width: 1024px) {
  [data-scoped-css-v3] .header-container--full-height-md, [data-scoped-css-v3] .header-container--full-height-md img {
    height: calc(100vh - var(--header-height) * 2);
  }
  [data-scoped-css-v3] .header-container--full-height-md img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  [data-scoped-css-v3] .header-container--pos-top-right-md img {
    -o-object-position: top right;
       object-position: top right;
  }
  [data-scoped-css-v3] .header-container--text-on-image-md .header-container__text {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 0;
    padding-bottom: var(--space-12);
  }
}
[data-scoped-css-v3] .fadeslide .hotspot__marker {
  pointer-events: none;
}
[data-scoped-css-v3] .fadeslide.-active .hotspot__marker {
  pointer-events: initial;
}
[data-scoped-css-v3] .hotspot {
  --hotspot-position-x: 0;
  --hotspot-position-y: 0;
  position: absolute;
  top: var(--hotspot-position-y);
  left: var(--hotspot-position-x);
  gap: 15px;
  pointer-events: none;
  /* stylelint-disable-next-line no-descending-specificity */
  /* stylelint-disable-next-line no-descending-specificity */
}
@media (min-width: 512px) {
  [data-scoped-css-v3] .hotspot {
    display: flex;
  }
}
[data-scoped-css-v3] .hotspot__marker {
  min-width: 32px;
  min-height: 32px;
  align-self: flex-start;
  background-image: url(http://lightscout.erco.localhost/cdn/images/icons/icon-close-button.png) !important;
  background-size: 100% !important;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: initial;
  transition: transform var(--duration-fast-02) !important;
}
@media (min-width: 512px) {
  [data-scoped-css-v3] .hotspot__marker {
    min-width: 54px;
    min-height: 54px;
  }
}
[data-scoped-css-v3] .hotspot__box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--space-13) var(--space-5) var(--space-5) var(--space-5);
  background-color: rgba(0, 0, 0, 0.76);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--duration-fast-02);
}
@media (min-width: 512px) {
  [data-scoped-css-v3] .hotspot__box {
    position: initial;
    display: initial;
    padding: 0;
    background-color: initial;
  }
}
[data-scoped-css-v3] .hotspot__content {
  padding: var(--space-5);
}
[data-scoped-css-v3] .hotspot__content p,
[data-scoped-css-v3] .hotspot__content ul {
  font-size: var(--body-font-size-s);
}
@media (min-width: 512px) {
  [data-scoped-css-v3] .hotspot__content {
    width: 255px;
  }
}
[data-scoped-css-v3] .hotspot--marker-bottom .hotspot__marker {
  align-self: flex-end;
}
@media (min-width: 512px) {
  [data-scoped-css-v3] .hotspot--marker-bottom .hotspot__marker {
    transform: translateX(calc(-100% + 54px));
  }
}
[data-scoped-css-v3] .hotspot--marker-right {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media (min-width: 512px) {
  [data-scoped-css-v3] .hotspot--marker-right {
    transform: translateX(calc(-100% + 54px));
  }
}
[data-scoped-css-v3] .hotspot[data-state=active].hotspot {
  z-index: var(--z-index-modal);
}
[data-scoped-css-v3] .hotspot[data-hidden=true] {
  display: none;
}
[data-scoped-css-v3] .hotspot[data-state=active] .hotspot__marker {
  transform: rotate(45deg);
}
[data-scoped-css-v3] .hotspot[data-state=active] .hotspot__box {
  z-index: var(--z-index-modal);
  cursor: pointer;
  opacity: 1;
  pointer-events: initial;
}
[data-scoped-css-v3] .image-strip {
  position: relative;
  overflow: hidden;
  width: auto;
}
[data-scoped-css-v3] .image-strip::before {
  display: block;
  padding-bottom: 50%;
  content: "";
}
[data-scoped-css-v3] .image-strip > .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  opacity: 0;
}
[data-scoped-css-v3] .image-strip > .image[data-state=active] {
  opacity: 1;
  transition: opacity 0;
}
[data-scoped-css-v3] .image-strip > .image[data-transisitions=true] {
  transition: background-position 1.2s cubic-bezier(0.15, 0.53, 0.15, 1), opacity 500ms;
}
[data-scoped-css-v3] .image-strip__layer {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0s;
}
[data-scoped-css-v3] .image-strip__layer[data-state=active] {
  opacity: 1;
  transition: opacity 1s;
}
[data-scoped-css-v3] .image-fade-over {
  position: relative;
}
[data-scoped-css-v3] .image-fade-over__image {
  width: 100%;
}
[data-scoped-css-v3] .image-fade-over__image:nth-child(2) {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 2s;
}
[data-scoped-css-v3] .info-box {
  padding: var(--space-5);
  border: 1px solid var(--base-color-border);
  background-color: var(--color-contrast-1);
  font-size: var(--body-font-size-s);
}
[data-scoped-css-v3] .list {
  list-style-type: disc;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
}

[data-scoped-css-v3] .newsletter-bottom-bar {
  position: fixed;
  z-index: 160;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 270px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: -270px;
  font-size: 14px;
  opacity: 0;
  transition-delay: 0s, 0.4s;
  transition-duration: 0.3s, 0s;
  transition-property: margin-bottom, opacity;
  transition-timing-function: linear;
}
@media (min-width: 512px) {
  [data-scoped-css-v3] .newsletter-bottom-bar {
    display: block;
  }
}
[data-scoped-css-v3] .newsletter-bottom-bar.active {
  margin-bottom: -105px;
  opacity: 1;
  transition-delay: 0s, 0s;
  transition-timing-function: linear;
}
[data-scoped-css-v3] .newsletter-bottom-bar.active.extended {
  margin-bottom: 0;
}
[data-scoped-css-v3] .newsletter-bottom-bar__close {
  position: absolute;
  right: 20px;
  opacity: 1;
}
[data-scoped-css-v3] .newsletter-bottom-bar__close a {
  border-bottom: none;
}
[data-scoped-css-v3] .newsletter-bottom-bar__container {
  opacity: 1;
  transition: opacity 0.5s linear;
}
[data-scoped-css-v3] .newsletter-bottom-bar__container.trans {
  opacity: 0;
}
[data-scoped-css-v3] .newsletter-bottom-bar__container form input.empty {
  border: 1px solid #b94a48;
}
[data-scoped-css-v3] .newsletter-bottom-bar__container form #submit_newsletter {
  position: relative;
}
[data-scoped-css-v3] .newsletter-bottom-bar__container form #submit_newsletter .sk-fading-circle {
  position: absolute;
  left: 6px;
  width: 12px;
  height: 12px;
  margin: 12px 0 0 0;
  opacity: 0;
  transition: opacity 0.3s linear;
}
@media (min-width: 1024px) {
  [data-scoped-css-v3] .newsletter-bottom-bar__container form #submit_newsletter .sk-fading-circle {
    left: 12px;
    width: 20px;
    height: 20px;
    margin: 8px 0 0 0;
  }
}
[data-scoped-css-v3] .newsletter-bottom-bar__container form #submit_newsletter.sending .sk-fading-circle {
  opacity: 1;
}
[data-scoped-css-v3] .onepage-pagination {
  display: none;
  margin-top: 0;
  margin-bottom: 0;
}
[data-scoped-css-v3] .overlay {
  position: fixed;
  z-index: var(--z-index-modal);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  height: initial;

  margin-top: initial;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: transform var(--duration-moderate-02), background-color var(--duration-moderate-02), visibility var(--duration-moderate-02);
  visibility: hidden;
}
[data-scoped-css-v3] .overlay--visible {
  background-color: rgba(0, 0, 0, 0.8);
  visibility: visible;
}
[data-scoped-css-v3] .overlay__item {
  overflow: auto;
  max-width: 100%;
  max-height: 100%;
  cursor: default;
  grid-area: 1/1;
  transition: transform var(--duration-moderate-02), opacity var(--duration-moderate-02), visibility var(--duration-moderate-02);
  visibility: hidden;
}
[data-scoped-css-v3] .overlay__item--center {
  width: min(585px, 100%);
  padding: 30px 30px;
  opacity: 0;
  place-self: center;
}
[data-scoped-css-v3] .overlay__item--sidebar, [data-scoped-css-v3] .overlay__item--top-panel {
  width: 100%;
  padding: 23.5px 30px;
  place-self: stretch end;
  transform: translateX(100%);
}
@media (min-width: 512px) {
  [data-scoped-css-v3] .overlay__item--sidebar, [data-scoped-css-v3] .overlay__item--top-panel {
    width: min(400px, 100%);
  }
}
[data-scoped-css-v3] .overlay__item--width-l {
  width: min(950px, 100%);
}
@media (min-width: 800px) {
  [data-scoped-css-v3] .overlay__item--top-panel {
    width: 100%;
    height: calc(100% - 120px);
    transform: translateY(-100%);
  }
}
[data-scoped-css-v3] .overlay__item--visible {
  opacity: 1;
  transform: translateX(0%) translateY(0%);
  visibility: visible;
}
[data-scoped-css-v3] .overlay__close-button {
  position: absolute;
  top: 20px;
  right: 20px;
}
[data-scoped-css-v3] .overlay--fullscrollable {
  position: fixed !important;
  overflow: auto;
}
[data-scoped-css-v3] .overlay--fullscrollable .overlay__item {
  overflow: initial;
}
@media (min-width: 512px) {
  [data-scoped-css-v3] .overlay--fullscrollable .overlay__item {
    margin-top: var(--space-10);
    margin-bottom: var(--space-10);
  }
}
[data-scoped-css-v3] .configurator-grid .overlay .overlay__item--center {
  display: block;
  place-self: center;
}
[data-scoped-css-v3] .product-brand sup {
  top: -1em;
  left: -0.5em;
  font-size: 0.4em;
}
[data-scoped-css-v3] .search-panel {
  margin-bottom: 45px;
  font-size: 14px;
}
@media (min-width: 800px) {
  [data-scoped-css-v3] .search-panel {
    margin-top: -13px;
  }
}
[data-scoped-css-v3] .search-panel__bar {
  align-items: center;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 45px;
}
@media (min-width: 800px) {
  [data-scoped-css-v3] .search-panel__bar {
    padding-right: initial;
    padding-left: initial;
  }
}
[data-scoped-css-v3] .search-panel__results {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 800px) {
  [data-scoped-css-v3] .search-panel__second-bar {
    overflow: visible;
    height: 0;
  }
}
[data-scoped-css-v3] .search-panel__second-bar > div {
  padding-bottom: 17.5px;
}
[data-scoped-css-v3] .search-panel__brand-logo {
  height: 21px;
  grid-column: 1/span 3;
  line-height: 1;
}
[data-scoped-css-v3] .search-panel__form {
  display: flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #ccc;
  font-size: 18px;
  grid-column: 1/span 12;
  letter-spacing: 0.45px;
}
@media (min-width: 800px) {
  [data-scoped-css-v3] .search-panel__form {
    grid-column: 4/span 6;
  }
}
[data-scoped-css-v3] .search-panel__input {
  width: 100%;
  min-height: initial !important;
  padding: initial !important;
  border: initial !important;
  margin-left: 10px;
  background: initial !important;
  box-shadow: initial !important;
  color: inherit !important;
  font-size: inherit !important;
  transition: initial !important;
}
[data-scoped-css-v3] .search-panel__input:focus {
  outline: none;
}
[data-scoped-css-v3] .search-panel__productarchiv-icon {
  width: 60px;
  border: 1px solid var(--color-contrast-5);
}
[data-scoped-css-v3] .search-panel__quicklinks {
  --flow-space: 4px;
  font-size: 14px;
}
[data-scoped-css-v3] .search-panel__quicklinks a {
  border: none;
  color: var(--color-contrast-7);
  text-decoration: underline;
}
[data-scoped-css-v3] .search-panel__quicklinks a:hover {
  color: var(--color-contrast-5);
}
[data-scoped-css-v3] .select-box {
  position: relative;
}
[data-scoped-css-v3] .select-box select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[data-scoped-css-v3] .select-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 0.5em;
  content: "▾";
  pointer-events: none;
}
[data-scoped-css-v3] .service {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: var(--base-color-border) 1px solid;
  border-bottom: var(--base-color-border) 1px solid;
}
[data-scoped-css-v3] .service > * {
  grid-column-end: span 12;
}
@media (min-width: 800px) {
  [data-scoped-css-v3] .service > * {
    grid-column-end: span 10;
    grid-column-start: 2;
  }
}
[data-scoped-css-v3] .service h2 {
  font-size: 24px;
  text-align: center;
}
@media (min-width: 800px) {
  [data-scoped-css-v3] .service h2 {
    font-size: 32px;
  }
}
[data-scoped-css-v3] .service ul {
  --flow-space: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 800px) {
  [data-scoped-css-v3] .service ul {
    flex-direction: row;
    align-items: flex-end;
  }
}
[data-scoped-css-v3] .service ul > li {
  --flow-space: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 16px;
  padding-left: 16px;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 800px) {
  [data-scoped-css-v3] .service ul > li {
    --flow-space: 0;
    font-size: 24px;
  }
}
[data-scoped-css-v3] .service ul > li > a {
  --flow-space: 30px;
  border-bottom: none;
  color: var(--color-contrast-7);
  text-decoration: none;
}
[data-scoped-css-v3] .service ul > li > a:hover, [data-scoped-css-v3] .service ul > li > a:focus, [data-scoped-css-v3] .service ul > li > a:active {
  text-decoration: underline;
}
[data-scoped-css-v3] .side-nav * {
  font-size: 14px;
}
[data-scoped-css-v3] .side-nav h3 {
  font-weight: 600;
}
[data-scoped-css-v3] .side-nav ul > li {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-contrast-3);
}
[data-scoped-css-v3] .side-nav ul > li a:not(.button),
[data-scoped-css-v3] .side-nav ul > li button {
  color: var(--color-contrast-7);
}
[data-scoped-css-v3] .side-nav ul > li a:not(.button) {
  border-bottom: none;
}
[data-scoped-css-v3] .side-nav ul > li a:hover:not(.button),
[data-scoped-css-v3] .side-nav ul > li button:hover {
  color: var(--color-contrast-5);
}
[data-scoped-css-v3] .side-nav--hide-last-border ul > li:last-child {
  border-bottom: none;
}
[data-scoped-css-v3] .side-nav.side-nav--languages ul > li {
  border-bottom: none;
}
[data-scoped-css-v3] .side-nav.side-nav--languages ul > li._lang_active {
  border: 1px var(--color-contrast-3) solid;
  background-color: var(--color-contrast-1);
  pointer-events: none;
}
[data-scoped-css-v3] .side-nav.side-nav--languages ul > li._lang_disabled {
  opacity: 0.6;
  pointer-events: none;
}
[data-scoped-css-v3] .sitemap {
  padding-top: 16px;
  padding-bottom: 40px;
  border-bottom: var(--base-color-border) 1px solid;
}
[data-scoped-css-v3] .sitemap > * {
  grid-column-end: span 12;
}
@media (min-width: 800px) {
  [data-scoped-css-v3] .sitemap > * {
    grid-column-end: span 6;
  }
}
@media (min-width: 1024px) {
  [data-scoped-css-v3] .sitemap > * {
    grid-column-end: span 3;
  }
}
[data-scoped-css-v3] .sitemap h3 {
  padding-top: 32px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
}
[data-scoped-css-v3] .sitemap ul {
  padding-left: 0;
  list-style-type: none;
}
[data-scoped-css-v3] .sitemap ul > li > a {
  border-bottom: none;
  color: var(--color-contrast-7);
  font-size: 14px;
  text-decoration: none;
}
[data-scoped-css-v3] .sitemap ul > li > a:hover, [data-scoped-css-v3] .sitemap ul > li > a:focus, [data-scoped-css-v3] .sitemap ul > li > a:active {
  color: var(--color-contrast-5);
}
[data-scoped-css-v3] #specsheet {
  position: fixed;
  z-index: var(--z-index-modal);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  animation: spec-show 0.3s linear;
  background: white;
  font-size: 14px;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
[data-scoped-css-v3] #specsheet bold {
  font-weight: 600;
}
[data-scoped-css-v3] #specsheet p {
  margin-bottom: 12px;
}
[data-scoped-css-v3] #specsheet a {
  border-bottom: none;
  text-decoration: none;
}
[data-scoped-css-v3] #specsheet img {
  vertical-align: middle;
}
[data-scoped-css-v3] #specsheet .hidden {
  display: none !important;
  visibility: hidden !important;
}
[data-scoped-css-v3] #specsheet .p-b-05 {
  padding-bottom: 8px !important;
}
[data-scoped-css-v3] #specsheet .p-b-1 {
  padding-bottom: 16px !important;
}
[data-scoped-css-v3] #specsheet .p-b-2 {
  padding-bottom: 32px !important;
}
[data-scoped-css-v3] #specsheet .p-b-3 {
  padding-bottom: 48px !important;
}
[data-scoped-css-v3] #specsheet .p-b-4 {
  padding-bottom: 64px !important;
}
[data-scoped-css-v3] #specsheet .p-b-5 {
  padding-bottom: 80px !important;
}
[data-scoped-css-v3] #specsheet .p-b-6 {
  padding-bottom: 80px !important;
}
[data-scoped-css-v3] #specsheet .p-b-7 {
  padding-bottom: 96px !important;
}
[data-scoped-css-v3] #specsheet .p-b-8 {
  padding-bottom: 112px !important;
}
[data-scoped-css-v3] #specsheet .p-t-05 {
  padding-top: 8px !important;
}
[data-scoped-css-v3] #specsheet .p-t-1 {
  padding-top: 16px !important;
}
[data-scoped-css-v3] #specsheet .p-t-2 {
  padding-top: 32px !important;
}
[data-scoped-css-v3] #specsheet .p-t-3 {
  padding-top: 48px !important;
}
[data-scoped-css-v3] #specsheet .p-t-4 {
  padding-top: 64px !important;
}
[data-scoped-css-v3] #specsheet .p-t-5 {
  padding-top: 80px !important;
}
[data-scoped-css-v3] #specsheet .p-t-6 {
  padding-top: 80px !important;
}
[data-scoped-css-v3] #specsheet .p-t-7 {
  padding-top: 96px !important;
}
[data-scoped-css-v3] #specsheet .p-t-8 {
  padding-top: 112px !important;
}
[data-scoped-css-v3] #specsheet [class*=col-]:not([class*=col-span-]) {
  width: initial;
  padding-right: var(--space-3);
  padding-left: var(--space-3);
  float: initial;
}
[data-scoped-css-v3] #specsheet .row {
  margin-right: calc(var(--space-3) * -1);
  margin-left: calc(var(--space-3) * -1);
}
[data-scoped-css-v3] #specsheet .row > .col-3 {
  grid-column: auto/span 3;
}
[data-scoped-css-v3] #specsheet .row > .col-4 {
  grid-column: auto/span 4;
}
[data-scoped-css-v3] #specsheet .row > .col-5 {
  grid-column: auto/span 5;
}
[data-scoped-css-v3] #specsheet .row > .col-6 {
  grid-column: auto/span 6;
}
[data-scoped-css-v3] #specsheet .row > .col-7 {
  grid-column: auto/span 7;
}
[data-scoped-css-v3] #specsheet .row > .col-8 {
  grid-column: auto/span 8;
}
[data-scoped-css-v3] #specsheet .row > .col-9 {
  grid-column: auto/span 9;
}
[data-scoped-css-v3] #specsheet .row > .col-10 {
  grid-column: auto/span 10;
}
[data-scoped-css-v3] #specsheet .row > .col-11 {
  grid-column: auto/span 11;
}
[data-scoped-css-v3] #specsheet .row > .col-12 {
  grid-column: auto/span 12;
}
[data-scoped-css-v3] #specsheet .row > .col-sm-3 {
  grid-column: auto/span 12;
}
[data-scoped-css-v3] #specsheet .row > .col-sm-4 {
  grid-column: auto/span 12;
}
[data-scoped-css-v3] #specsheet .row > .col-sm-5 {
  grid-column: auto/span 12;
}
[data-scoped-css-v3] #specsheet .row > .col-sm-6 {
  grid-column: auto/span 12;
}
[data-scoped-css-v3] #specsheet .row > .col-sm-7 {
  grid-column: auto/span 12;
}
[data-scoped-css-v3] #specsheet .row > .col-sm-8 {
  grid-column: auto/span 12;
}
[data-scoped-css-v3] #specsheet .row > .col-sm-9 {
  grid-column: auto/span 12;
}
[data-scoped-css-v3] #specsheet .row > .col-sm-10 {
  grid-column: auto/span 12;
}
[data-scoped-css-v3] #specsheet .row > .col-sm-11 {
  grid-column: auto/span 12;
}
[data-scoped-css-v3] #specsheet .row > .col-sm-12 {
  grid-column: auto/span 12;
}
@media (min-width: 800px) {
  [data-scoped-css-v3] #specsheet .row > .col-sm-3 {
    grid-column: auto/span 3;
  }
  [data-scoped-css-v3] #specsheet .row > .col-sm-4 {
    grid-column: auto/span 4;
  }
  [data-scoped-css-v3] #specsheet .row > .col-sm-5 {
    grid-column: auto/span 5;
  }
  [data-scoped-css-v3] #specsheet .row > .col-sm-6 {
    grid-column: auto/span 6;
  }
  [data-scoped-css-v3] #specsheet .row > .col-sm-7 {
    grid-column: auto/span 7;
  }
  [data-scoped-css-v3] #specsheet .row > .col-sm-8 {
    grid-column: auto/span 8;
  }
  [data-scoped-css-v3] #specsheet .row > .col-sm-9 {
    grid-column: auto/span 9;
  }
  [data-scoped-css-v3] #specsheet .row > .col-sm-10 {
    grid-column: auto/span 10;
  }
  [data-scoped-css-v3] #specsheet .row > .col-sm-11 {
    grid-column: auto/span 11;
  }
  [data-scoped-css-v3] #specsheet .row > .col-sm-12 {
    grid-column: auto/span 12;
  }
}
@media (min-width: 1024px) {
  [data-scoped-css-v3] #specsheet .row > .col-md-3 {
    grid-column: auto/span 3;
  }
  [data-scoped-css-v3] #specsheet .row > .col-md-4 {
    grid-column: auto/span 4;
  }
  [data-scoped-css-v3] #specsheet .row > .col-md-5 {
    grid-column: auto/span 5;
  }
  [data-scoped-css-v3] #specsheet .row > .col-md-6 {
    grid-column: auto/span 6;
  }
  [data-scoped-css-v3] #specsheet .row > .col-md-7 {
    grid-column: auto/span 7;
  }
  [data-scoped-css-v3] #specsheet .row > .col-md-8 {
    grid-column: auto/span 8;
  }
  [data-scoped-css-v3] #specsheet .row > .col-md-9 {
    grid-column: auto/span 9;
  }
  [data-scoped-css-v3] #specsheet .row > .col-md-10 {
    grid-column: auto/span 10;
  }
  [data-scoped-css-v3] #specsheet .row > .col-md-11 {
    grid-column: auto/span 11;
  }
  [data-scoped-css-v3] #specsheet .row > .col-md-12 {
    grid-column: auto/span 12;
  }
}
@media (min-width: 1200px) {
  [data-scoped-css-v3] #specsheet .row > .col-lg-3 {
    grid-column: auto/span 3;
  }
  [data-scoped-css-v3] #specsheet .row > .col-lg-4 {
    grid-column: auto/span 4;
  }
  [data-scoped-css-v3] #specsheet .row > .col-lg-5 {
    grid-column: auto/span 5;
  }
  [data-scoped-css-v3] #specsheet .row > .col-lg-6 {
    grid-column: auto/span 6;
  }
  [data-scoped-css-v3] #specsheet .row > .col-lg-7 {
    grid-column: auto/span 7;
  }
  [data-scoped-css-v3] #specsheet .row > .col-lg-8 {
    grid-column: auto/span 8;
  }
  [data-scoped-css-v3] #specsheet .row > .col-lg-9 {
    grid-column: auto/span 9;
  }
  [data-scoped-css-v3] #specsheet .row > .col-lg-10 {
    grid-column: auto/span 10;
  }
  [data-scoped-css-v3] #specsheet .row > .col-lg-11 {
    grid-column: auto/span 11;
  }
  [data-scoped-css-v3] #specsheet .row > .col-lg-12 {
    grid-column: auto/span 12;
  }
}
[data-scoped-css-v3] #specsheet .row::before {
  display: none;
}
[data-scoped-css-v3] #specsheet .pull-left {
  float: left;
}
[data-scoped-css-v3] #specsheet .pull-right {
  float: right;
}
[data-scoped-css-v3] #specsheet .access-save > div {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
[data-scoped-css-v3] #specsheet .spec-button > a > span {
  width: 18px;
  height: 18px;
}
[data-scoped-css-v3] #specsheet .specsheet-download .newicon-35-2,
[data-scoped-css-v3] #specsheet .access-download .newicon-35-2 {
  margin-top: 3px;
  transform: rotate(90deg);
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
[data-scoped-css-v3] #specsheet .specsheetSpinner {
  width: 18px;
  height: 18px;
  border: 2px solid #dfdfdf;
  border-top: 2px solid #777;
  animation: rotate 0.6s linear infinite;
  background-color: transparent !important;
  border-radius: 50%;
  margin-right: 4px;
}
@media (max-width: 1024px) {
  [data-scoped-css-v3] #specsheet .access-manual {
    margin-right: 16px;
  }
}
[data-scoped-css-v3] #specsheet .access-download {
  margin-right: 16px;
  margin-bottom: 8px;
}
[data-scoped-css-v3] #specsheet .access-download:last-child {
  margin-right: 0;
}
[data-scoped-css-v3] #specsheet .is-bordered {
  border: 1px solid #9f9f9f;
}
[data-scoped-css-v3] #specsheet .is-bordered.is-light {
  border: 1px solid #d8d8d8;
}
[data-scoped-css-v3] #specsheet .angle-text {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 20px 7px;
  margin-left: 7px;
  font-size: 14px;
  line-height: 14px;
}
[data-scoped-css-v3] #specsheet .spec-heading {
  padding: 16px 0;
  border-top: 1px solid #d8d8d8;
  margin-bottom: 7px;
  font-size: 18px;
}
[data-scoped-css-v3] #specsheet .spec-heading .bold {
  font-weight: 600;
}
[data-scoped-css-v3] #specsheet [data-collectable-ui-element] > .check-box, [data-scoped-css-v3] #specsheet .spec-download .spec-download-column [data-collectable-ui-element] > .check-box {
  background-color: transparent;
}
[data-scoped-css-v3] #specsheet [data-collectable-ui-element] > .check-box label, [data-scoped-css-v3] #specsheet .spec-download .spec-download-column [data-collectable-ui-element] > .check-box label {
  position: relative;
  cursor: pointer;
}
[data-scoped-css-v3] #specsheet [data-collectable-ui-element] > .check-box label::before, [data-scoped-css-v3] #specsheet .spec-download .spec-download-column [data-collectable-ui-element] > .check-box label::before {
  display: inline-block;
  background: url("/struktur/builds/sprite-basic.svg") no-repeat;
  transition: opacity 0.25s;
  position: absolute;
  width: 16px;
  height: 16px;
  margin-top: 7px;
  margin-left: -21px;
  background-position: -3630px -30px;
  content: "";
}
[data-scoped-css-v3] #specsheet [data-collectable-ui-element] > .check-box input[type=checkbox]:checked + label::before {
  background-position: -3630px 0;
}
@media (max-width: 1024px) {
  [data-scoped-css-v3] #specsheet [data-collectable-ui-element] > .check-box, [data-scoped-css-v3] #specsheet .spec-download .spec-download-column [data-collectable-ui-element] > .check-box {
    display: inline;
  }
}
[data-scoped-css-v3] #specsheet .specsheet-header {
  background: #f6f6f6;
}
[data-scoped-css-v3] #specsheet .specsheet-header > .container {
  padding-top: 16px;
  padding-bottom: 16px;
}
[data-scoped-css-v3] #specsheet .specsheet-header .spec-articlenumber {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 200;
}
[data-scoped-css-v3] #specsheet .specsheet-header .pull-left {
  width: 75%;
}
[data-scoped-css-v3] #specsheet .specsheet-header .spec-head-main .specsheet-title {
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 900;
}
[data-scoped-css-v3] #specsheet .specsheet-header .spec-head-main .specsheet-title > span:nth-child(2) {
  margin-left: 7px;
  font-size: inherit;
  font-weight: 200;
}
[data-scoped-css-v3] #specsheet .specsheet-header .spec-head-main .spec-save {
  display: inline-block;
  margin-left: 25px;
  font-size: 14px;
}
@media (max-width: 512px) {
  [data-scoped-css-v3] #specsheet .specsheet-header .spec-head-main .spec-save {
    display: block;
    padding: 7.5px 0;
    margin-left: 0;
  }
}
[data-scoped-css-v3] #specsheet .specsheet-header .spec-head-main .spec-save span[data-collectable-ui-element] {
  vertical-align: text-bottom;
}
[data-scoped-css-v3] #specsheet .specsheet-header .spec-head-main .spec-save span[data-collectable-ui-element] input {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  visibility: hidden;
}
[data-scoped-css-v3] #specsheet .specsheet-header .spec-head-main .spec-save span[data-collectable-ui-element] > .check-box label {
  margin: 0;
}
[data-scoped-css-v3] #specsheet .specsheet-header .spec-head-main .spec-save span[data-collectable-ui-element] > .check-box label::before {
  position: absolute;
  top: 0;
  margin-top: 0;
  margin-left: -20px;
}
[data-scoped-css-v3] #specsheet .specsheet-header .specsheet-subtitle {
  margin: 0;
  font-size: 14px;
}
[data-scoped-css-v3] #specsheet .specsheet-header .specsheet-nav {
  margin: 10px 0 5px 0;
}
[data-scoped-css-v3] #specsheet .specsheet-header .specsheet-nav > a {
  margin-right: 16px;
}
[data-scoped-css-v3] #specsheet .specsheet-header .specsheet-nav > a:hover {
  text-decoration: none;
}
[data-scoped-css-v3] #specsheet .specsheet-header .specsheet-nav > a.currentlyActive {
  color: #000;
}
[data-scoped-css-v3] #specsheet .specsheet-header .specsheet-download {
  position: relative;
  float: left;
}
@media (min-width: 512px) {
  [data-scoped-css-v3] #specsheet .specsheet-header .specsheet-download {
    float: right;
  }
  [data-scoped-css-v3] #specsheet .specsheet-header .specsheet-download button {
    position: absolute;
    top: 0;
    right: 0;
  }
  [data-scoped-css-v3] #specsheet .specsheet-header .specsheet-download a {
    position: absolute;
    top: 0;
    right: 0;
  }
}
[data-scoped-css-v3] #specsheet .specsheet-body {
  background: white;
}
[data-scoped-css-v3] #specsheet .specsheet-body .bold {
  font-weight: 600;
}
[data-scoped-css-v3] #specsheet .specsheet-body .img-container {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
[data-scoped-css-v3] #specsheet .specsheet-body .img-container.loaded {
  opacity: 1;
}
[data-scoped-css-v3] #specsheet .specsheet-body .img-container img {
  width: 100%;
}
[data-scoped-css-v3] #specsheet .specsheet-body .img-container .rotate-90 {
  transform: rotate(-90deg);
}
[data-scoped-css-v3] #specsheet .specsheet-body .img-container .rotate-180 {
  transform: rotate(-180deg);
}
[data-scoped-css-v3] #specsheet .specsheet-body .img-container .rotate-270 {
  transform: rotate(-270deg);
}
[data-scoped-css-v3] #specsheet .specsheet-body .img-container .symbol-type {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 3px;
  margin-left: 3px;
  font-size: 10px;
}
[data-scoped-css-v3] #specsheet .specsheet-body .img-container .img-download {
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
[data-scoped-css-v3] #specsheet .specsheet-body .symbol-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
[data-scoped-css-v3] #specsheet .specsheet-body .symbol-wrapper > .symbol-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

[data-scoped-css-v3] #specsheet .specsheet-body .symbol-wrapper > .symbol-inner > .symbol.is-small {
  font-size: 1.2vw;
}
@media (max-width: 799px) {
  [data-scoped-css-v3] #specsheet .specsheet-body .symbol-wrapper > .symbol-inner > .symbol {
    font-size: 9vw;
  }
  [data-scoped-css-v3] #specsheet .specsheet-body .symbol-wrapper > .symbol-inner > .symbol.is-small {
    font-size: 7vw;
  }
}
@media (min-width: 1200px) {
  [data-scoped-css-v3] #specsheet .specsheet-body .symbol-wrapper > .symbol-inner > .symbol {
    font-size: 32px;
  }
  [data-scoped-css-v3] #specsheet .specsheet-body .symbol-wrapper > .symbol-inner > .symbol.is-small {
    font-size: 20px;
  }
}
[data-scoped-css-v3] #specsheet .specsheet-body .symbol-wrapper > .symbol-inner > .symbol > .preFormat {
  margin: 0;
  font-family: "Rotis Semi Sans";
  font-size: 1.2vw;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  [data-scoped-css-v3] #specsheet .specsheet-body .symbol-wrapper > .symbol-inner > .symbol > .preFormat {
    font-size: 9vw;
  }
}
@media (min-width: 1200px) {
  [data-scoped-css-v3] #specsheet .specsheet-body .symbol-wrapper > .symbol-inner > .symbol > .preFormat {
    font-size: 20px;
  }
}
[data-scoped-css-v3] #specsheet .specsheet-body .specs-table {
  width: 100%;
  border-spacing: 0 0;
}
[data-scoped-css-v3] #specsheet .specsheet-body .specs-table tr {
  width: 100%;
}
[data-scoped-css-v3] #specsheet .specsheet-body .specs-table tr:nth-child(odd), [data-scoped-css-v3] #specsheet .specsheet-body .specs-table tr.internal-sap-article-info:not(.-seperator) {
  background: #f6f6f6;
}
[data-scoped-css-v3] #specsheet .specsheet-body .specs-table tr td:first-child {
  padding: 5px 0 5px 5px;
  vertical-align: top;
}
[data-scoped-css-v3] #specsheet .specsheet-body .specs-table tr td:last-child {
  padding: 5px 5px 5px 0;
  vertical-align: top;
}
[data-scoped-css-v3] #specsheet .specsheet-body .color-table {
  width: 100%;
}
[data-scoped-css-v3] #specsheet .specsheet-body .lvk-table table {
  min-width: 80%;
}
[data-scoped-css-v3] #specsheet .specsheet-body .lvk-table table th {
  font-weight: 200;
}
[data-scoped-css-v3] #specsheet .specsheet-body .img-lvk-table {
  margin: 5px 0;
}
[data-scoped-css-v3] #specsheet .specsheet-body .img-lvk-table table {
  width: 100%;
}
[data-scoped-css-v3] #specsheet .specsheet-body .img-lvk-table table td {
  line-height: 15px;
}
[data-scoped-css-v3] #specsheet .specsheet-body .description > ul {
  padding: 0;
  list-style-type: none;
}
[data-scoped-css-v3] #specsheet .specsheet-accessories .acceccoir .img-container {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
[data-scoped-css-v3] #specsheet .specsheet-accessories .acceccoir .img-container.loaded {
  opacity: 1;
}
[data-scoped-css-v3] #specsheet .specsheet-accessories .acceccoir .img-container img {
  width: 100%;
}
[data-scoped-css-v3] #specsheet .specsheet-accessories .acceccoir .access-content {
  display: flex;
  flex-direction: column;
}
[data-scoped-css-v3] #specsheet .specsheet-accessories .acceccoir .access-content .access-title {
  margin-bottom: 8px;
}
[data-scoped-css-v3] #specsheet .specsheet-accessories .acceccoir .access-content .access-title .access-articlenumber {
  margin-right: 7.5px;
  font-weight: 600;
}
[data-scoped-css-v3] #specsheet .specsheet-accessories .acceccoir .access-content .access-save {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 8px;
}
[data-scoped-css-v3] #specsheet .specsheet-accessories .acceccoir .access-content .access-content-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  flex-grow: 1;
}
[data-scoped-css-v3] #specsheet .specsheet-accessories .acceccoir .access-content .access-data {
  position: absolute;
  top: 0;
  right: -17px;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
}
[data-scoped-css-v3] #specsheet .specsheet-accessories .acceccoir .access-content .access-data > * {
  display: block;
}
@media (max-width: 1024px) {
  [data-scoped-css-v3] #specsheet .specsheet-accessories .acceccoir .access-content .access-data {
    position: relative;
    overflow: hidden;
  }
}
[data-scoped-css-v3] #specsheet .specsheet-accessories .acceccoir .access-content .access-data ::-webkit-scrollbar {
  display: none;
}
[data-scoped-css-v3] #specsheet .specsheet-accessories .acc-extend {
  display: inline-block;
  padding: 7px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  [data-scoped-css-v3] #specsheet .specsheet-accessories .acc-extend {
    margin-left: 0;
  }
}
[data-scoped-css-v3] #specsheet .specsheet-accessories .acc-extend .newicon-39-1 {
  width: 15px;
  height: 15px;
  margin-left: 50px;
}
[data-scoped-css-v3] #specsheet .specsheet-accessories .acc-extend.extended .newicon-39-1 {
  margin-bottom: -5px;
  transform: rotate(180deg);
}
[data-scoped-css-v3] #specsheet .specsheet-accessories .is-limited:not(.extended) .acceccoir:nth-child(n+5) {
  display: none;
}
[data-scoped-css-v3] #specsheet .specsheet-accessories .is-limited.extended .acc-extend > .newicon-39-1 {
  margin-bottom: -5px;
  transform: rotate(180deg);
}
[data-scoped-css-v3] #specsheet .specsheet-accessories [data-collectable-ui-element] {
  padding-left: 17px;
}
[data-scoped-css-v3] #specsheet .specsheet-accessories [data-collectable-ui-element] > .check-box {
  top: auto;
  display: inherit;
  width: auto;
  height: auto;
  margin: auto;
  background: transparent;
}
[data-scoped-css-v3] #specsheet .specsheet-accessories [data-collectable-ui-element] > .check-box input {
  height: 23px;
  visibility: hidden;
}
[data-scoped-css-v3] #specsheet .spec-download .col-sm-12.p-t-1.p-b-2 {
  padding-top: 0 !important;
}
[data-scoped-css-v3] #specsheet .spec-download .spec-download-column {
  margin: 0;
}
[data-scoped-css-v3] #specsheet .spec-download .spec-download-column .checkbox-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: var(--space-2);
       column-gap: var(--space-2);
}
[data-scoped-css-v3] #specsheet .spec-download .spec-download-column .checkbox-item--error {
  color: rgb(255, 0, 0);
}
[data-scoped-css-v3] #specsheet .spec-download .spec-download-column .check-box {
  position: initial;
  margin: 0;
  background: none;
}
[data-scoped-css-v3] #specsheet .spec-download .spec-download-column .check-box input[type=checkbox] {
  margin-right: 4px;
  visibility: initial;
}
[data-scoped-css-v3] #specsheet .spec-download .spec-download-column .check-box-label {
  flex-grow: 1;
  white-space: nowrap;
}
[data-scoped-css-v3] #specsheet .spec-download .spec-download-column .check-box-mark {
  background: initial;
}
[data-scoped-css-v3] #specsheet .spec-download .spec-download-column > * {
  width: 100%;
  padding: 10px 10px 10px 10px;
}
[data-scoped-css-v3] #specsheet .spec-download .spec-download-column dt {
  background: #ededed;
}
@media (max-width: 800px) {
  [data-scoped-css-v3] #specsheet .spec-download .spec-download-column dt .check-box {
    display: none;
  }
}
[data-scoped-css-v3] #specsheet .spec-download .spec-download-column dt label {
  font-weight: 600;
}
[data-scoped-css-v3] #specsheet .spec-download .spec-download-column dd.checkbox-item {
  position: relative;
  border-top: 1px solid #d8d8d8;
  margin-left: 0;
}
@media (max-width: 800px) {
  [data-scoped-css-v3] #specsheet .spec-download .spec-download-column dd.checkbox-item .check-box {
    display: none;
  }
  [data-scoped-css-v3] #specsheet .spec-download .spec-download-column dd.checkbox-item .check-box-label {
    margin-top: 1px;
  }
}
[data-scoped-css-v3] #specsheet .spec-download .spec-download-column dd.checkbox-item .spec-mobile-download {
  display: none;
}
@media (max-width: 800px) {
  [data-scoped-css-v3] #specsheet .spec-download .spec-download-column dd.checkbox-item .spec-mobile-download {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: -1px;
  }
}
[data-scoped-css-v3] #specsheet .spec-download .spec-download-column dd.checkbox-item a.spec_dl_direct {
  opacity: 0;
  pointer-events: none;
  text-align: right;
  text-decoration: underline;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}
@media (max-width: 800px) {
  [data-scoped-css-v3] #specsheet .spec-download .spec-download-column dd.checkbox-item a.spec_dl_direct {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: transparent;
    opacity: 1;
    pointer-events: all;
  }
}
[data-scoped-css-v3] #specsheet .spec-download .spec-download-column dd.checkbox-item:hover a.spec_dl_direct {
  opacity: 1;
  pointer-events: all;
}
[data-scoped-css-v3] #specsheet .spec-download .spec-btn {
  display: none;
}
@media (min-width: 1024px) {
  [data-scoped-css-v3] #specsheet .spec-download .spec-btn {
    display: inline-block;
  }
}
@media (max-width: 1024px) {
  [data-scoped-css-v3] #specsheet .spec-download .spec_dl_delay {
    display: block;
    margin-top: 14px;
  }
}
@media print {
  [data-scoped-css-v3] body.viewing-page-specsheet > *:not(.specsheet) {
    display: none;
  }
  [data-scoped-css-v3] .specsheet,
  [data-scoped-css-v3] .specsheet * {
    -webkit-print-color-adjust: exact;
    visibility: visible;
  }
  [data-scoped-css-v3] .specsheet {
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
    height: 100%;
  }
  [data-scoped-css-v3] .specsheet .specsheet-header {
    background: #f6f6f6 !important;
  }
  [data-scoped-css-v3] .specsheet .specsheet-header .specsheet-title {
    margin-bottom: 16px;
  }
  [data-scoped-css-v3] .specsheet .specs-table tr:nth-child(odd),
  [data-scoped-css-v3] .specsheet .specs-table tr.internal-sap-article-info:not(.-seperator) {
    background: #f6f6f6 !important;
  }
  [data-scoped-css-v3] .specsheet .specsheet-accessories .spec-acc-clear.is-limited {
    overflow: visible;
    height: 100%;
  }
  [data-scoped-css-v3] .specsheet .specsheet-accessories .acc-extend {
    display: none;
  }
  [data-scoped-css-v3] .specsheet .specsheet-nav,
  [data-scoped-css-v3] .specsheet .specsheet-downloads,
  [data-scoped-css-v3] .specsheet .specsheet-download {
    display: none;
  }
}
@keyframes spec-show {
  0% {
    opacity: 0;
    transform: scale(0.7, 0.7);
  }
  40% {
    opacity: 100;
  }
  100% {
    opacity: 100;
    transform: scale(1, 1);
  }
}
[data-scoped-css-v3] .spec-list {
  display: grid;
  -moz-column-gap: var(--space-5);
       column-gap: var(--space-5);
  grid-auto-flow: dense;
  grid-template-columns: repeat(2, 50%);
  row-gap: 0;
}
[data-scoped-css-v3] .spec-list dt {
  padding-top: var(--space-3);
  border-top: 1px var(--base-color-border) solid;
  font-size: var(--body-font-size-s);
  font-weight: var(--body-font-weight-s);
}
[data-scoped-css-v3] .spec-list dd {
  padding-top: var(--space-3);
  padding-bottom: var(--space-3);
  margin-left: 0;
  font-size: var(--body-font-size-l);
  font-weight: var(--body-font-weight-l);
}
[data-scoped-css-v3] .spec-list dt:nth-of-type(2n+1),
[data-scoped-css-v3] .spec-list dd:nth-of-type(2n+1) {
  grid-column: 1/span 1;
}
[data-scoped-css-v3] .spec-list dt:nth-of-type(2n+0),
[data-scoped-css-v3] .spec-list dd:nth-of-type(2n+0) {
  grid-column: 2/span 1;
}
[data-scoped-css-v3] .spec-list.spec-list--single-column dt,
[data-scoped-css-v3] .spec-list.spec-list--single-column dd {
  grid-column: 1/span 2;
}
[data-scoped-css-v3] .switch-bar > li > label {
  color: var(--color-contrast-3);
  cursor: pointer;
  transition: color var(--duration-fast-02);
}
[data-scoped-css-v3] .switch-bar > li > label:hover {
  color: var(--base-color-text-normal);
}
[data-scoped-css-v3] .switch-bar > li > input:checked + label {
  color: var(--base-color-text-normal);
  cursor: default;
}
[data-scoped-css-v3] .switch-bar > li > input {
  display: none;
}
[data-scoped-css-v3] .tag {
  display: inline-block;
  padding: 0 var(--space-2);
  background-color: var(--color-contrast-2);
  font-size: var(--font-size-2);
  font-weight: 200;
}
[data-scoped-css-v3] .tag--accent {
  background-color: var(--color-accent);
  color: rgba(255, 255, 255, 0.96);
}
[data-scoped-css-v3] .tiles {
  --tile-height: 550px;
  display: grid;
  gap: 16px;
  grid-auto-columns: 1fr;
  grid-auto-rows: auto auto;
}
@media (min-width: 800px) {
  [data-scoped-css-v3] .tiles {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 1024px) {
  [data-scoped-css-v3] .tiles {
    --tile-height: 660px;
  }
}
[data-scoped-css-v3] .tiles--equal {
  grid-auto-rows: 1fr 1fr;
}
[data-scoped-css-v3] .tiles--full-width {
  padding-right: 0;
  padding-left: 0;
}
[data-scoped-css-v3] .tiles--gap-top {
  padding-top: 16px;
}
[data-scoped-css-v3] .tiles--gap-bottom {
  padding-bottom: 16px;
}
[data-scoped-css-v3] .tiles__image-container, [data-scoped-css-v3] .tiles__content {
  position: relative;
}
[data-scoped-css-v3] .tiles__image-container {
  min-height: var(--tile-height);
  grid-row-end: span 2;
}
[data-scoped-css-v3] .tiles__image-container .tiles__image {
  position: absolute;
  width: 100%;
  height: 100%;
}
[data-scoped-css-v3] .tiles__image-container .tiles__image--pictogram {
  --pictogramm-size: 120px;
  position: absolute;
  bottom: calc(50% + 30px);
  left: calc(50% - var(--pictogramm-size) / 2);
  width: var(--pictogramm-size);
  height: var(--pictogramm-size);
}
[data-scoped-css-v3] .tiles__image-container .tiles__image--cover {
  -o-object-fit: cover;
     object-fit: cover;
}
[data-scoped-css-v3] .tiles__image-container .tiles__image--wide {
  left: 50%;
  max-width: 2200px;
  height: 67%;
  -o-object-position: top center;
     object-position: top center;
  transform: translate(-50%, 0);
}
[data-scoped-css-v3] .tiles__image-container .tiles__image--smaller-wide {
  max-width: 1200px;
}
[data-scoped-css-v3] .tiles__image-container:nth-child(1) {
  grid-column-start: 1;
  grid-row-start: 1;
}
[data-scoped-css-v3] .tiles__content {
  min-height: 100%;
  padding: 150px 32px 32px 32px;
  text-align: center;
}
[data-scoped-css-v3] .tiles__content::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.2 - 1.42857143) * 0.5em);
  content: "";
}
@media (min-width: 800px) {
  [data-scoped-css-v3] .tiles__content {
    padding-bottom: 48px;
  }
}
[data-scoped-css-v3] .tiles__content--dark-gradient {
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
[data-scoped-css-v3] .tiles__content:nth-child(2) {
  grid-column-start: 1;
  grid-row-start: 2;
}
[data-scoped-css-v3] .tiles__image-container:nth-child(3) {
  grid-column-start: 1;
  grid-row-start: 3;
}
@media (min-width: 800px) {
  [data-scoped-css-v3] .tiles__image-container:nth-child(3) {
    grid-column-start: 2;
    grid-row-start: 1;
  }
}
[data-scoped-css-v3] .tiles__content:nth-child(4) {
  grid-column-start: 1;
  grid-row-start: 4;
}
@media (min-width: 800px) {
  [data-scoped-css-v3] .tiles__content:nth-child(4) {
    grid-column-start: 2;
    grid-row-start: 2;
  }
}
[data-scoped-css-v3] .tiles__action {
  --flow-space: 20px;
  display: inline-block;
}
@media (min-width: 800px) {
  [data-scoped-css-v3] .tiles__action {
    --flow-space: 32px;
  }
}
[data-scoped-css-v3] .tiles__content--pad-top-small {
  padding-top: 16px;
}
[data-scoped-css-v3] .tiles__content--align-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
[data-scoped-css-v3] .tiles__headline, [data-scoped-css-v3] .tiles__subline, [data-scoped-css-v3] .tiles__subsubline {
  margin: 0 auto;
}
[data-scoped-css-v3] .tiles__headline::before, [data-scoped-css-v3] .tiles__subline::before, [data-scoped-css-v3] .tiles__subsubline::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1.2 - 1.25) * 0.5em);
  content: "";
}
@media (min-width: 800px) {
  [data-scoped-css-v3] .tiles__headline, [data-scoped-css-v3] .tiles__subline, [data-scoped-css-v3] .tiles__subsubline {
    max-width: 765px;
  }
}
@media (min-width: 1024px) {
  [data-scoped-css-v3] .tiles__headline, [data-scoped-css-v3] .tiles__subline, [data-scoped-css-v3] .tiles__subsubline {
    max-width: 885px;
  }
}
[data-scoped-css-v3] .tiles__headline {
  font-size: 24px;
  font-weight: 600;
}
[data-scoped-css-v3] .tiles__headline sup {
  top: -0.75em;
  left: -0.3em;
  font-size: 0.5em;
}
@media (min-width: 800px) {
  [data-scoped-css-v3] .tiles__headline {
    font-size: 32px;
  }
}
[data-scoped-css-v3] .tiles__headline--font-size-big {
  font-size: 24px;
}
@media (min-width: 800px) {
  [data-scoped-css-v3] .tiles__headline--font-size-big {
    font-size: 48px;
  }
}
[data-scoped-css-v3] .tiles__subline {
  font-size: 18px;
}
@media (min-width: 800px) {
  [data-scoped-css-v3] .tiles__subline {
    font-size: 24px;
  }
}
[data-scoped-css-v3] .tiles__subsubline {
  --flow-space: 20px;
  font-size: 14px;
}
@media (min-width: 800px) {
  [data-scoped-css-v3] .tiles__subsubline {
    font-size: 18px;
  }
}
[data-scoped-css-v3] .tiles__content--small-text-width .tiles__headline, [data-scoped-css-v3] .tiles__content--small-text-width .tiles__subline, [data-scoped-css-v3] .tiles__content--small-text-width .tiles__subsubline {
  max-width: 344px;
}
@media (min-width: 1024px) {
  [data-scoped-css-v3] .tiles__content--small-text-width .tiles__headline, [data-scoped-css-v3] .tiles__content--small-text-width .tiles__subline, [data-scoped-css-v3] .tiles__content--small-text-width .tiles__subsubline {
    max-width: 434px;
  }
}
[data-scoped-css-v3] .tooltip {
  position: absolute;
  z-index: var(--z-index-tooltip);
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  opacity: 0;
  transition: opacity var(--duration-fast-02) linear;
  visibility: visible;
}
[data-scoped-css-v3] .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: transparent;
}
[data-scoped-css-v3] .tooltip-inner {
  width: 200px;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  border-radius: 0;
  white-space: normal;
}
[data-scoped-css-v3] .tooltip.in {
  opacity: 1;
}
[data-scoped-css-v3] .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
[data-scoped-css-v3] .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  border-width: 0 5px 5px;
  border-bottom-color: rgb(255, 255, 255);
  margin-left: -5px;
}
[data-scoped-css-v3] .a-r-1-1 {
  aspect-ratio: 1/1;
}
@media (min-width: 800px) {
  [data-scoped-css-v3] .a-r-3-1-sm {
    aspect-ratio: 3/1;
  }
  [data-scoped-css-v3] .a-r-2-1-sm {
    aspect-ratio: 2/1;
  }
  [data-scoped-css-v3] .pos-a-sm {
    position: absolute;
  }
}
[data-scoped-css-v3] .a-r-2-1 {
  aspect-ratio: 2/1;
}
[data-scoped-css-v3] .a-r-3-1 {
  aspect-ratio: 3/1;
}
[data-scoped-css-v3] .a-r-3-2 {
  aspect-ratio: 3/2;
}
[data-scoped-css-v3] .l-h-1 {
  line-height: 1;
}
[data-scoped-css-v3] .j-c-c {
  justify-content: center;
}
[data-scoped-css-v3] .j-c-fe {
  justify-content: flex-end;
}
[data-scoped-css-v3] .fl-r {
  float: right;
}
[data-scoped-css-v3] .fl-l {
  float: left;
}
[data-scoped-css-v3] .pos-a {
  position: absolute;
}
[data-scoped-css-v3] .pos-f {
  position: fixed;
}
[data-scoped-css-v3] .pos-s {
  position: static;
}
[data-scoped-css-v3] .pos-r {
  position: relative;
}
[data-scoped-css-v3] .f-w-b {
  font-weight: 600 !important;
}
[data-scoped-css-v3] .f-w-n {
  font-weight: 200 !important;
}
[data-scoped-css-v3] .t-a-c {
  text-align: center !important;
}
[data-scoped-css-v3] .t-a-r {
  text-align: right !important;
}
[data-scoped-css-v3] .align-left-right,
[data-scoped-css-v3] .al-l-r {
  display: flex;
  justify-content: space-between;
}
[data-scoped-css-v3] .align-vertical-center,
[data-scoped-css-v3] .al-v-c {
  display: flex;
  flex-direction: row;
  align-items: center;
}
[data-scoped-css-v3] .ov-x-s-adv {
  display: grid;
  overflow-x: auto;
  white-space: nowrap;
}
[data-scoped-css-v3] .ov-x-s-adv::after {
  display: block;
  width: 100%;
  height: 1px;
  padding: inherit;
  padding-left: 0;
  margin-top: -1px;
  content: "";
  visibility: hidden;
}
[data-scoped-css-v3] .bg-n {
  background: none !important;
}
[data-scoped-css-v3] .h-100-p {
  height: 100%;
}
[data-scoped-css-v3] .w-100-p {
  width: 100%;
}
[data-scoped-css-v3] .ov-v {
  overflow: visible !important;
}
[data-scoped-css-v3] .ov-x-s {
  overflow-x: scroll !important;
}
[data-scoped-css-v3] .ov-h {
  overflow: hidden !important;
}
[data-scoped-css-v3] .pe-n {
  pointer-events: none !important;
}
[data-scoped-css-v3] .pe-a {
  pointer-events: auto !important;
}
[data-scoped-css-v3] .flow-text p + *,
[data-scoped-css-v3] .flow-text ul + *,
[data-scoped-css-v3] .flow-text ol + *,
[data-scoped-css-v3] .flow-text code + *,
[data-scoped-css-v3] .flow-text table + * {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}
[data-scoped-css-v3] .stacked {
  position: relative;
}
[data-scoped-css-v3] .stacked > *:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[data-scoped-css-v3] .stacked > .stacked__box--align-bottom {
  top: initial !important;
  bottom: var(--space-5);
  height: initial !important;
}
[data-scoped-css-v3] .clearfix::after, [data-scoped-css-v3] .fade-slide-show::after {
  display: table;
  clear: both;
  content: "";
}
[data-scoped-css-v3] .hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}
[data-scoped-css-v3] .hide-element {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0 0 0 0);
}
[data-scoped-css-v3] .gradient-bottom-black {
  position: relative;
  will-change: transform;
}
[data-scoped-css-v3] .gradient-bottom-black::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 4%, rgba(0, 0, 0, 0.5) 9%, rgba(0, 0, 0, 0.25) 13%, rgba(0, 0, 0, 0) 20%);
  content: "";
}
[data-scoped-css-v3] .video-container--16-9 iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
[data-scoped-css-v3] .navbar-grid {
  display: flex;
  padding: var(--space-2);
  margin: calc(var(--space-2) * -1);
  gap: var(--space-5);
  overflow-x: scroll;
}
@media (min-width: 512px) {
  [data-scoped-css-v3] .navbar-grid {
    justify-content: center;
    overflow-x: visible;
  }
}
@media (min-width: 512px) {
  [data-scoped-css-v3] .navbar-grid--align-left {
    justify-content: flex-start;
  }
}
[data-scoped-css-v3] .flow.flow--0 > * + * {
  margin-top: var(--space-0);
}
[data-scoped-css-v3] .flow-horizontal.flow-horizontal--0 {
  gap: var(--space-0);
}

[data-scoped-css-v3] .f-s-1 {
  font-size: var(--font-size-1);
}
[data-scoped-css-v3] .f-s-2 {
  font-size: var(--font-size-2);
}
[data-scoped-css-v3] .f-s-3 {
  font-size: var(--font-size-3);
}
[data-scoped-css-v3] .f-s-4 {
  font-size: var(--font-size-4);
}
[data-scoped-css-v3] .f-s-5 {
  font-size: var(--font-size-5);
}
[data-scoped-css-v3] .f-s-6 {
  font-size: var(--font-size-6);
}
[data-scoped-css-v3] .f-s-7 {
  font-size: var(--font-size-7);
}
[data-scoped-css-v3] .f-s-8 {
  font-size: var(--font-size-8);
}
[data-scoped-css-v3] .f-s-9 {
  font-size: var(--font-size-9);
}
[data-scoped-css-v3] .f-s-10 {
  font-size: var(--font-size-10);
}
[data-scoped-css-v3] .f-s-11 {
  font-size: var(--font-size-11);
}
[data-scoped-css-v3] .flow > * + * {
    margin-top: var(--flow-space);
  }
  [data-scoped-css-v3] .flow-horizontal {
    display: flex;
    flex-wrap: wrap;
    gap: var(--flow-space);
  }
  [data-scoped-css-v3] .flow-horizontal--nowrap {
    flex-wrap: nowrap;
  }
  @media (min-width: 512px) {
    [data-scoped-css-v3] .flow-horizontal--wrap-xs {
      flex-wrap: wrap;
    }
  }
html {
  -webkit-text-size-adjust: 100%;
  --flow-space: 16px;
  box-sizing: border-box;
  background-color: var(--base-color-background);
  color: var(--base-color-text-normal);
  font-family: "Rotis Semi Sans";
  font-size: var(--body-font-size-normal);
  font-weight: var(--body-font-weight-normal);
  line-height: 1.42857143;
}

/**
* Make all elements from the DOM inherit from the parent box-sizing
* Since `*` has a specificity of 0, it does not override the `html` value
* making all elements inheriting from the root box-sizing value
* See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
*/
*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
}
