@charset "UTF-8";
/*! 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.
 */
@import url("/css/tooltipster/tooltipster.bundle.min.css");
@import url("/css/tooltipster/tooltipster-sideTip-shadow.min.css");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * 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
   ========================================================================== */
/**
 * 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 */
}
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}
/**
 * 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 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: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * 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;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 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 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 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 in Chrome and Safari on macOS.
 */
[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
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-vertical .slick-track {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.slick-slide {
  min-height: 1px;
  /*[dir="rtl"] & {
        float: right;
    }*/
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}
.tw-aspect-w-1, .tw-aspect-w-2, .tw-aspect-w-3, .tw-aspect-w-4, .tw-aspect-w-5, .tw-aspect-w-6, .tw-aspect-w-7, .tw-aspect-w-8, .tw-aspect-w-9, .tw-aspect-w-10, .tw-aspect-w-11, .tw-aspect-w-12, .tw-aspect-w-13, .tw-aspect-w-14, .tw-aspect-w-15, .tw-aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
.tw-aspect-w-1 > *, .tw-aspect-w-2 > *, .tw-aspect-w-3 > *, .tw-aspect-w-4 > *, .tw-aspect-w-5 > *, .tw-aspect-w-6 > *, .tw-aspect-w-7 > *, .tw-aspect-w-8 > *, .tw-aspect-w-9 > *, .tw-aspect-w-10 > *, .tw-aspect-w-11 > *, .tw-aspect-w-12 > *, .tw-aspect-w-13 > *, .tw-aspect-w-14 > *, .tw-aspect-w-15 > *, .tw-aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tw-aspect-w-16 {
  --tw-aspect-w: 16
}

.tw-aspect-h-9 {
  --tw-aspect-h: 9
}

.tw-fixed {
  position: fixed !important
}

.tw-top-0 {
  top: 0px !important
}

.tw-left-0 {
  left: 0px !important
}

.tw-col-span-2 {
  grid-column: span 2 / span 2 !important
}

.tw-float-right {
  float: right !important
}

.tw-m-0 {
  margin: 0px !important
}

.tw-my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.tw-mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.\!tw-mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.tw-mt-2 {
  margin-top: 0.5rem !important;
}
.tw-ml-4 {
  margin-left: 1rem !important;
}
.tw-mt-8 {
  margin-top: 2rem !important;
}
.tw-mt-6 {
  margin-top: 1.5rem !important;
}
.tw-ml-3 {
  margin-left: 0.75rem !important;
}
.tw-mb-8 {
  margin-bottom: 2rem !important;
}
.tw-mt-0 {
  margin-top: 0px !important;
}
.tw-mb-16 {
  margin-bottom: 4rem !important;
}
.tw-box-border {
  box-sizing: border-box !important;
}
.tw-block {
  display: block !important;
}
.tw-inline-block {
  display: inline-block !important;
}
.tw-flex {
  display: flex !important;
}
.tw-grid {
  display: grid !important;
}
.tw-hidden {
  display: none !important;
}
.tw-h-0 {
  height: 0px !important;
}
.tw-h-screen {
  height: 100vh !important;
}
.tw-h-28 {
  height: 7rem !important;
}
.tw-h-full {
  height: 100% !important;
}
.tw-h-\[50px\] {
  height: 50px !important;
}
.tw-h-52 {
  height: 13rem !important;
}
.tw-h-16 {
  height: 4rem !important;
}
.tw-max-h-80 {
  max-height: 20rem !important;
}
.tw-max-h-\[200px\] {
  max-height: 200px !important;
}
.tw-max-h-\[440px\] {
  max-height: 440px !important;
}
.tw-w-screen {
  width: 100vw !important;
}
.tw-w-\[45\%\] {
  width: 45% !important;
}
.tw-w-auto {
  width: auto !important;
}
.tw-w-full {
  width: 100% !important;
}
.tw-w-16 {
  width: 4rem !important;
}
.tw-w-2\/3 {
  width: 66.666667% !important;
}
.tw-max-w-full {
  max-width: 100% !important;
}
.tw-max-w-\[250px\] {
  max-width: 250px !important;
}
.tw-max-w-\[150px\] {
  max-width: 150px !important;
}
.tw-max-w-\[200px\] {
  max-width: 200px !important;
}
.tw-flex-shrink-0 {
  flex-shrink: 0 !important;
}
.tw-flex-grow {
  flex-grow: 1 !important;
}
.tw-cursor-pointer {
  cursor: pointer !important;
}
.tw-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.tw-flex-col {
  flex-direction: column !important;
}
.tw-place-items-center {
  place-items: center !important;
}
.tw-items-center {
  align-items: center !important;
}
.tw-justify-center {
  justify-content: center !important;
}
.tw-justify-between {
  justify-content: space-between !important;
}
.tw-gap-4 {
  gap: 1rem !important;
}
.tw-gap-2 {
  gap: 0.5rem !important;
}
.tw-gap-8 {
  gap: 2rem !important;
}
.tw-gap-1 {
  gap: 0.25rem !important;
}
.tw-gap-y-8 {
  row-gap: 2rem !important;
}
.tw-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}
.tw-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}
.tw-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
}
.tw-place-self-end {
  place-self: end !important;
}
.tw-self-end {
  align-self: flex-end !important;
}
.tw-overflow-hidden {
  overflow: hidden !important;
}
.tw-whitespace-nowrap {
  white-space: nowrap !important;
}
.tw-border-0 {
  border-width: 0px !important;
}
.tw-border-l-4 {
  border-left-width: 4px !important;
}
.tw-border-solid {
  border-style: solid !important;
}
.tw-border-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity)) !important;
}
.tw-border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity)) !important;
}
.tw-bg-yellow-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity)) !important;
}
.tw-bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity)) !important;
}
.tw-bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.tw-bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity)) !important;
}
.tw-object-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.tw-p-6 {
  padding: 1.5rem !important;
}
.tw-p-5 {
  padding: 1.25rem !important;
}
.tw-p-8 {
  padding: 2rem !important;
}
.tw-px-\[10\%\] {
  padding-left: 10% !important;
  padding-right: 10% !important;
}
.tw-py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.tw-px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.tw-py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.tw-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.\!tw-px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.tw-pt-5 {
  padding-top: 1.25rem !important;
}
.tw-pr-5 {
  padding-right: 1.25rem !important;
}
.tw-pb-0 {
  padding-bottom: 0px !important;
}
.tw-pb-16 {
  padding-bottom: 4rem !important;
}
.tw-text-center {
  text-align: center !important;
}
.tw-text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.tw-text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.tw-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.tw-font-bold {
  font-weight: 700 !important;
}
.tw-uppercase {
  text-transform: uppercase !important;
}
.tw-normal-case {
  text-transform: none !important;
}
.tw-text-schulte-red {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 0, 26, var(--tw-text-opacity)) !important;
}
.tw-text-yellow-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 191, 36, var(--tw-text-opacity)) !important;
}
.tw-text-yellow-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(180, 83, 9, var(--tw-text-opacity)) !important;
}
.tw-text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.tw-text-black {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
@media (min-width: 600px) {
  .sm\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 900px) {
  .md\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .md\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .md\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1200px) {
  .lg\:tw-order-last {
    order: 9999 !important;
  }
  .lg\:tw-mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .lg\:tw-mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  .lg\:tw-block {
    display: block !important;
  }
  .lg\:tw-inline-block {
    display: inline-block !important;
  }
  .lg\:tw-flex {
    display: flex !important;
  }
  .lg\:tw-hidden {
    display: none !important;
  }
  .lg\:tw-h-\[160px\] {
    height: 160px !important;
  }
  .lg\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .lg\:tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .lg\:tw-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .lg\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .lg\:tw-gap-4 {
    gap: 1rem !important;
  }
  .lg\:tw-gap-16 {
    gap: 4rem !important;
  }
  .lg\:tw-gap-0 {
    gap: 0px !important;
  }
  .lg\:tw-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }
  .lg\:tw-p-16 {
    padding: 4rem !important;
  }
  .lg\:tw-p-0 {
    padding: 0px !important;
  }
  .lg\:tw-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .lg\:tw-py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .lg\:tw-px-\[20px\] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@font-face {
  font-family: "Open Sans";
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/opensans-bold.eot");
  src: url("../fonts/opensans-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bold.woff2") format("woff2"), url("../fonts/opensans-bold.woff") format("woff"), url("../fonts/opensans-bold.ttf") format("truetype"), url("../fonts/opensans-bold.svg#open_sansbold") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-display: swap;
  src: url("../fonts/opensans-italic.eot");
  src: url("../fonts/opensans-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-italic.woff2") format("woff2"), url("../fonts/opensans-italic.woff") format("woff"), url("../fonts/opensans-italic.ttf") format("truetype"), url("../fonts/opensans-italic.svg#open_sansitalic") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-display: swap;
  src: url("../fonts/opensans-regular.eot");
  src: url("../fonts/opensans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular.woff2") format("woff2"), url("../fonts/opensans-regular.woff") format("woff"), url("../fonts/opensans-regular.ttf") format("truetype"), url("../fonts/opensans-regular.svg#open_sansregular") format("svg");
}
/* Brands */
/* Categories */
.popup button, button, .button {
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  border: none;
  border-radius: 4px;
  background-color: #004d73;
  cursor: pointer;
  padding: 5px 20px;
  min-height: 30px;
  color: #fff;
  font-weight: bold;
}
.popup button:hover, button:hover, .button:hover {
  background-color: #004d73;
  opacity: 0.8;
}
.popup button[disabled], button[disabled], .button[disabled] {
  background-color: #666;
}
@media (min-width: 600px) {
  .configuration > .button-group {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.configuration > .button-group button {
  border: 1px solid #004d73;
}
@media (max-width: 599px) {
  .configuration > .button-group button {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .configuration > .button-group button:first-of-type {
    border-radius: 4px 4px 0 0;
  }
}
@media (min-width: 600px) {
  .configuration > .button-group button:first-of-type {
    border-radius: 4px 0 0 4px;
  }
}
@media (max-width: 599px) {
  .configuration > .button-group button:last-of-type {
    border-radius: 0 0 4px 4px;
  }
}
@media (min-width: 600px) {
  .configuration > .button-group button:last-of-type {
    border-radius: 0 4px 4px 0;
  }
}
.configuration > .button-group button:not(.active):not(.disabled) {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #fff;
  color: #004d73;
}
.configuration > .button-group button:not(.active):not(.disabled):hover {
  background-color: #004d73;
  color: #fff;
}
.configuration > .button-group .active {
  cursor: default;
}
.configuration > .button-group .disabled {
  border-color: #666;
  background-color: #e5e5e5;
  color: #666;
}
.response-page::before, .main-nav .flyout-content-wrapper .flyout-content:nth-child(2) ul::before, .main-nav .flyout-content-wrapper .flyout-content:nth-child(3) ul::before, .wrapper::before {
  display: table;
  content: " ";
}
.response-page::after, .main-nav .flyout-content-wrapper .flyout-content:nth-child(2) ul::after, .main-nav .flyout-content-wrapper .flyout-content:nth-child(3) ul::after, .wrapper::after {
  display: table;
  clear: both;
  content: " ";
}
.configuration .dimensions .num-fields .title, .configuration .beam-length .title, .configuration .extension-unit-amount .title, .configuration .field-width .title, .configuration .beam-system .title, .configuration .outer-frame-height .title, .configuration .inner-frame-height .title, .configuration .total-length .title, .configuration .number-of-shelves .title, .configuration .shelf-load-panel .title {
  width: 50%;
  line-height: 30px;
}
.configuration .dimensions .num-fields input, .configuration .beam-length input, .configuration .extension-unit-amount input, .configuration .field-width input, .configuration .beam-system input, .configuration .outer-frame-height input, .configuration .inner-frame-height input, .configuration .total-length input, .configuration .number-of-shelves input, .configuration .shelf-load-panel input {
  width: calc(50% - 2 * 5px - 2px);
  color: #004d73;
}
.configuration .dimensions .num-fields select, .configuration .beam-length select, .configuration .extension-unit-amount select, .configuration .field-width select, .configuration .beam-system select, .configuration .outer-frame-height select, .configuration .inner-frame-height select, .configuration .total-length select, .configuration .number-of-shelves select, .configuration .shelf-load-panel select {
  width: 50%;
}
.configuration .dimensions .num-fields, .configuration .beam-length, .configuration .extension-unit-amount, .configuration .field-width, .configuration .beam-system, .configuration .outer-frame-height, .configuration .inner-frame-height, .configuration .total-length, .configuration .number-of-shelves, .configuration .shelf-load-panel, .popup-contact-form-wrapper form .date-of-birth, .popup-contact-form-wrapper form .submit, .slick-dots, .masthead .consulting, .main-nav .main-menu, .main-nav .main-menu > li:hover .flyout, .main-nav .main-menu .configure-now-button, .main-nav .main-menu .configure-now, .main-nav .main-menu .configure-now-shelf-rack, .main-nav .sub-menu, .main-nav .sub-menu li a, .main-nav .flyout-content-wrapper, .main-nav .flyout-content-wrapper .flyout-content:nth-child(2) ul, .main-nav .flyout-content-wrapper .flyout-content:nth-child(3) ul, .main-nav .flyout-content-wrapper .flyout-content:nth-child(2) li a, .main-nav .flyout-content-wrapper .flyout-content:nth-child(3) li a, .main-nav .flyout-content-wrapper .flyout-content:nth-child(2) li a .image, .main-nav .flyout-content-wrapper .flyout-content:nth-child(3) li a .image, .icon-box-icons, .cookie-popup, .cookie-popup .cookie-popup-box, .viewer .loading-screen, .configuration .dimensions .values, .configuration .extension-unit-value, .configuration .configuration-blocker .spin-icon, footer .social-icons, footer .main {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/**
 * Helper class to truncate and add ellipsis to a string too long for it to fit
 * on a single line.
 * 1. Prevent content from wrapping, forcing it on a single line.
 * 2. Add ellipsis at the end of the line.
 */
.headline {
  text-transform: uppercase;
  font-weight: bold;
}
footer .main {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f6f6f6;
}
@media (max-width: 599px) {
  footer .main {
    padding: 30px 10%;
  }
}
@media (min-width: 600px) {
  footer .main {
    padding: 30px 60px;
  }
}
input[type="text"], input[type="search"], input[type="email"], input[type="password"], input[type="date"], input[type="file"], input[type="tel"], input[type="number"], select, textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #004d73;
  background: transparent;
}
input[type="text"][disabled], input[type="search"][disabled], input[type="email"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="file"][disabled], input[type="tel"][disabled], input[type="number"][disabled], select[disabled], textarea[disabled], input[type="text"][readonly], input[type="search"][readonly], input[type="email"][readonly], input[type="password"][readonly], input[type="date"][readonly], input[type="file"][readonly], input[type="tel"][readonly], input[type="number"][readonly], select[readonly], textarea[readonly] {
  border-color: #666;
  background: #f6f6f6;
  color: #666;
}
.error-page a, .language-picker a, .language-picker-mobile a, .sidebar-nav .phone-mobile a, .breadcrumb a {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  color: #004d73;
}
.error-page a:hover, .language-picker a:hover, .language-picker-mobile a:hover, .sidebar-nav .phone-mobile a:hover, .breadcrumb a:hover {
  color: #666;
}
.h1-banner {
  position: absolute;
  right: 0;
  left: 0;
  text-transform: uppercase;
  color: #fff;
}
.h1-banner::before {
  /*position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';*/
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #004d73;
  content: "";
  mix-blend-mode: darken;
}
.h1-banner span {
  position: relative;
}
.popup-contact-form-wrapper form ul, .popup-contact-form-wrapper form .help-text, .slick-dots, .masthead-buttons .account-submenu, .main-nav .main-menu, .main-nav .flyout, .main-nav .sub-menu, .sidebar-nav ul, .configuration .simple ul, .configuration .advanced ul, footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 599px) {
  .configuration-landing-page, footer .info {
    padding: 10%;
  }
}
@media (min-width: 600px) {
  .configuration-landing-page, footer .info {
    padding: 30px 60px;
  }
}
.response-page .content .headline {
  text-transform: none;
  font-size: 25px;
  font-weight: bold;
}
.response-page .content p {
  margin: 30px 0 0;
}
.response-page {
  position: relative;
  background: url("../../images/header_large.jpg") center top no-repeat;
}
.response-page .content {
  border: 1px solid #004d73;
  background-color: #fff;
}
@media (max-width: 599px) {
  .response-page .content {
    margin: 130px auto 50px;
    padding: 5%;
    width: calc(80% - 2px);
  }
}
@media (min-width: 600px) {
  .response-page .content {
    margin: 250px auto 100px;
    padding: 30px;
    width: calc(100% - 2 * 60px - 2 * 30px - 2px);
    max-width: 598px;
  }
}
.main-nav .sub-menu li a, footer .social-icons .fa-instagram, footer .main a {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  color: #666;
}
.main-nav .sub-menu li a:hover, footer .social-icons .fa-instagram:hover, footer .main a:hover {
  color: #004d73;
}
@media (max-width: 599px) {
  .error-page {
    padding: 10%;
  }
}
@media (min-width: 600px) {
  .error-page {
    padding: 60px;
  }
}
.popup {
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 9999;
  border: 1px solid #004d73;
  background: #fff;
}
@media (min-width: 1200px) {
  .popup {
    top: 50% !important;
    transform: translateY(-50%);
  }
}
.popup > .headline {
  background: #004d73;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.popup .content {
  margin: 30px;
  position: relative;
}
.popup .content .fa-chevron-down {
  display: none;
}
@media (max-width: 599px) {
  .popup .content {
    margin: 10px !important;
  }
  .popup .content .popup-tilt-protection-form {
    overflow-y: auto;
    max-height: 300px;
  }
  .popup .content .popup-tilt-protection-form h3 {
    margin: 15px 0;
  }
  .popup .content .popup-tilt-protection-form label {
    line-height: 25px;
  }
  .popup .content .fa-chevron-down {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    padding: 10px;
  }
  .popup .content .fa-chevron-up {
    display: none;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    padding: 10px;
  }
  .popup .content > div {
    height: 80vh;
    overflow-y: auto;
    padding-right: 30px;
  }
}
.popup .buttons {
  margin-bottom: 30px;
  text-align: center;
}
.popup button {
  margin-right: 20px;
}
.popup button:last-of-type {
  margin-right: 0;
}
@media (max-width: 599px) {
  .popup {
    width: 90vw;
  }
}
#mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #000;
  width: 100%;
  height: 100%;
}
.discount-popup-container {
  position: relative;
  margin: -30px;
}
.discount-popup-container img {
  display: block;
  width: 100%;
  height: auto;
}
.discount-popup-container .close {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  cursor: pointer;
  padding: 10px;
  color: #fff;
}
@media (max-width: 899px) {
  .discount-popup-container .close {
    top: 0;
    right: 10px;
  }
}
@media (min-width: 900px) {
  .discount-popup-container .close {
    top: 10px;
    right: 20px;
  }
}
.discount-popup-container .close:hover {
  color: #e5e5e5;
}
.discount-popup-container button {
  position: absolute;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 899px) {
  .discount-popup-container button {
    right: 10px;
    bottom: 10px;
    border: 2px solid #fff;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 900px) {
  .discount-popup-container button {
    right: 110px;
    bottom: 92px;
    padding-right: 45px;
    padding-left: 45px;
  }
}
.popup-contact-form-wrapper form {
  margin: 0 auto;
  max-width: 1200px;
}
.popup-contact-form-wrapper form .highlight {
  color: #004d73;
}
.popup-contact-form-wrapper form > div, .popup-contact-form-wrapper form > section > div {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .popup-contact-form-wrapper form > div, .popup-contact-form-wrapper form > section > div {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 899px) {
  .popup-contact-form-wrapper form label {
    display: block;
  }
}
@media (min-width: 900px) {
  .popup-contact-form-wrapper form label {
    width: 140px;
  }
}
.popup-contact-form-wrapper form .required::after {
  color: #004d73;
  content: " *";
}
.popup-contact-form-wrapper form ul {
  position: absolute;
  left: 0;
  color: #004d73;
}
@media (max-width: 899px) {
  .popup-contact-form-wrapper form ul {
    bottom: -35px;
  }
}
@media (min-width: 900px) {
  .popup-contact-form-wrapper form ul {
    top: 35px;
  }
}
.popup-contact-form-wrapper form .help-text {
  position: absolute;
  left: 0;
  font-size: 12px;
}
@media (max-width: 899px) {
  .popup-contact-form-wrapper form .help-text {
    bottom: -35px;
  }
}
@media (min-width: 900px) {
  .popup-contact-form-wrapper form .help-text {
    top: 35px;
  }
}
@media (max-width: 899px) {
  .popup-contact-form-wrapper form input[type="text"], .popup-contact-form-wrapper form input[type="email"], .popup-contact-form-wrapper form input[type="password"], .popup-contact-form-wrapper form input[type="date"], .popup-contact-form-wrapper form input[type="tel"], .popup-contact-form-wrapper form input[type="number"] {
    width: calc(100% - 2 * 5px);
  }
}
@media (min-width: 900px) {
  .popup-contact-form-wrapper form input[type="text"], .popup-contact-form-wrapper form input[type="email"], .popup-contact-form-wrapper form input[type="password"], .popup-contact-form-wrapper form input[type="date"], .popup-contact-form-wrapper form input[type="tel"], .popup-contact-form-wrapper form input[type="number"] {
    width: calc(100% - 140px - 2 * 5px);
  }
}
@media (max-width: 899px) {
  .popup-contact-form-wrapper form textarea {
    width: calc(100% - 2 * 5px - 2px);
  }
}
@media (min-width: 900px) {
  .popup-contact-form-wrapper form textarea {
    width: calc(100% - 140px - 2 * 5px - 2px);
  }
}
@media (max-width: 899px) {
  .popup-contact-form-wrapper form select {
    width: 100%;
  }
}
@media (min-width: 900px) {
  .popup-contact-form-wrapper form select {
    width: calc(100% - 140px);
  }
}
@media (max-width: 899px) {
  .popup-contact-form-wrapper form .date-of-birth {
    width: 100%;
  }
}
@media (min-width: 900px) {
  .popup-contact-form-wrapper form .date-of-birth {
    width: calc(100% - 140px);
  }
}
.popup-contact-form-wrapper form .date-of-birth > div {
  margin-right: 1rem;
  width: calc((100% - 2 * 1rem) - 2 * 5px);
}
.popup-contact-form-wrapper form .date-of-birth > div:last-of-type {
  margin-right: 0;
}
.popup-contact-form-wrapper form .date-of-birth input[type="text"], .popup-contact-form-wrapper form .date-of-birth input[type="email"], .popup-contact-form-wrapper form .date-of-birth input[type="password"], .popup-contact-form-wrapper form .date-of-birth input[type="date"], .popup-contact-form-wrapper form .date-of-birth input[type="tel"], .popup-contact-form-wrapper form .date-of-birth input[type="number"] {
  width: calc(100% - 2 * 5px);
}
.popup-contact-form-wrapper form .submit {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .popup-contact-form-wrapper form {
    width: 80%;
  }
}
@media (min-width: 600px) {
  .popup-contact-form-wrapper form {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: calc(100% - 2 * 60px);
  }
}
@media (max-width: 599px) {
  .popup-contact-form-wrapper form section {
    margin-bottom: 30px;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .popup-contact-form-wrapper form section {
    width: calc(50% - 30px / 2);
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .popup-contact-form-wrapper form section {
    width: calc(50% - 30px / 2);
  }
}
@media (min-width: 1200px) {
  .popup-contact-form-wrapper form section {
    width: calc(50% - 60px / 2);
  }
}
@media (max-width: 599px) {
  .popup-contact-form-wrapper form section:last-of-type {
    margin-bottom: 0;
  }
}
.popup-contact-form-wrapper textarea {
  height: 100px;
}
.ram_protection_button {
  width: calc(100% - 40px);
  height: auto !important;
  margin-top: 10px !important;
  margin-right: 0 !important;
}
.popup.request-offer {
  top: 50% !important;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
}
@media (max-width: 1199px) {
  .popup.request-offer {
    width: 90vw;
  }
}
@media (min-width: 900px) {
  .popup.request-offer {
    width: 800px;
  }
}
.popup.request-offer .content .request-offer-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.popup.request-offer .content .request-offer-form > div {
  gap: 1rem;
}
@media (min-width: 900px) {
  .popup.request-offer .content .request-offer-form > div {
    display: flex;
  }
}
.popup.request-offer .content .request-offer-form > div a {
  text-decoration: underline !important;
  font-weight: bold;
}
.popup.request-offer .content .request-offer-form > div > div {
  flex-grow: 1;
  text-align: left;
  display: grid;
}
.popup.request-offer .content .request-offer-form > div > div input, .popup.request-offer .content .request-offer-form > div > div select {
  border: none;
  background-color: #e5e5e5;
}
.popup.request-offer .content .request-offer-form > div.gtm > div {
  display: block;
}
.popup.request-offer .buttons {
  direction: rtl;
}
.popup.request-offer .buttons > button {
  border-radius: 0;
}
.popup.request-offer .buttons > button:last-child {
  background-color: #333;
  margin-right: 1rem;
}
@media (min-width: 900px) {
  .popup.request-offer .buttons > button {
    border-radius: 0;
    font-size: 20px;
    font-weight: normal;
    width: 30%;
  }
  .popup.request-offer .buttons > button:last-child {
    background-color: #333;
    margin-right: 1rem;
  }
}
.popup.request-offer .button-close {
  width: 3rem;
  position: absolute;
  top: -5rem;
  right: -2rem;
  cursor: pointer;
}
.popup.request-offer .button-close > svg {
  stroke: white;
}
@media (max-width: 1199px) {
  .popup.request-offer .button-close {
    top: -4rem;
    right: -3rem;
  }
}
.popup.request-offer a {
  color: #004d73;
}
.slick-dots {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  width: 100%;
  font-size: 0;
}
.slick-dots li {
  margin-right: 10px;
}
.slick-dots li:last-of-type {
  margin-right: 0;
}
.slick-dots button {
  border-radius: 50%;
  padding: 0;
  width: 10px;
  height: 10px;
  min-height: auto;
}
@media (max-width: 1199px) {
  .product-category-overview {
    padding-bottom: 20px;
  }
}
.product-category-overview .slick-dots {
  bottom: 12px;
}
@media (min-width: 600px) {
  .product-category-overview .slick-dots {
    bottom: 20px;
  }
}
.slick-active button {
  background-color: #333;
}
/* =============== EU Cookie Confirmation Bar =============== */
/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {
  position: fixed !important;
  top: auto !important;
  bottom: 50px !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
  font: 12px Open Sans, sans-serif !important;
}
/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {
  padding: 0 0 0 0 !important;
  overflow: hidden;
}
#hs-eu-cookie-confirmation-inner p:nth-of-type(2) {
  margin: 50px 10px 80px 10px !important;
}
#hs-eu-cookie-confirmation-inner p a {
  color: #0000EE !important;
}
/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {
  background-color: #E5E5E5 !important;
  border-top: 1px solid #bababa !important;
  position: absolute !important;
  left: 0;
  width: 100%;
  height: 50px !important;
}
a#hs-eu-confirmation-button {
  transition: background-color 0.3s ease-out;
  border-radius: 4px;
  cursor: pointer;
  padding: 0 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700 !important;
  position: absolute !important;
  left: 10px !important;
  top: 5px;
}
a#hs-eu-decline-button {
  top: 5px;
  position: absolute !important;
  left: 70px !important;
}
#cookieInfo {
  position: absolute;
  top: 0;
  left: 0;
  background: #E5E5E5;
  border-bottom: 1px solid #d4d4d4;
  background-color: #e5e5e5;
  padding: 10px;
  color: #000;
  font-size: 14px !important;
  width: 100% !important;
}
@media (min-width: 550px) {
  #hs-eu-cookie-confirmation {
    position: fixed !important;
    max-width: 450px;
    left: auto !important;
    right: 20px !important;
    bottom: 20px !important;
  }
  #hs-en-cookie-confirmation-buttons-area {
    bottom: 0;
  }
}
.table {
  width: 100%;
  border-collapse: collapse;
}
.table th, .table td {
  padding: 12px;
  text-align: inherit;
}
.table thead th {
  vertical-align: bottom;
  text-transform: uppercase;
}
.table tbody th {
  border-top: 1px solid #e5e5e5;
}
.table td {
  border-top: 1px solid #e5e5e5;
}
.table .thead-light th {
  background-color: #f6f6f6;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-16px);
  }
  60% {
    -webkit-transform: translateY(-7px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
  }
  60% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.taggle_list {
  padding: 0;
  margin: 0;
  line-height: 2.5;
  width: 100%;
  border-bottom: 1px solid #e2001a;
}
.taggle_list .typeahead__cancel-button {
  bottom: 0;
}
.taggle_input {
  border: none !important;
  outline: none;
  font-size: 16px;
  font-weight: 300;
}
.taggle_list li {
  display: inline;
  vertical-align: baseline;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 5px;
}
.taggle_list .taggle {
  margin-right: 8px;
  background: #e2e1df;
  padding: 5px 10px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.taggle_list .taggle_hot {
  background: #cac8c4;
}
.taggle_list .taggle .close {
  font-size: 1.1rem;
  position: absolute;
  right: 3px;
  text-decoration: none;
  padding: 0;
  line-height: 0.5;
  color: #ccc;
  color: rgba(0, 0, 0, 0.2);
  padding-bottom: 4px;
  display: inline-block;
  opacity: 0;
  pointer-events: none;
  border: 0;
  margin: 0;
  background: none;
  cursor: pointer;
}
.taggle_list .taggle:hover {
  padding: 5px;
  padding-right: 15px;
  background: #ccc;
  transition: all 0.3s;
}
.taggle_list .taggle:hover > .close {
  opacity: 1;
  pointer-events: auto;
}
.taggle_list .taggle .close:hover {
  color: #903;
}
.taggle_placeholder {
  position: absolute;
  color: #ccc;
  top: 10px;
  left: 5px;
  transition: opacity, 0.25s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.taggle_input {
  padding: 8px;
  padding-left: 0;
  margin-top: -5px;
  background: none;
  max-width: 100%;
}
.taggle_sizer {
  padding: 0;
  margin: 0;
  position: absolute;
  top: -500px;
  z-index: -1;
  visibility: hidden;
}
.powered-by-schulte {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 210px;
  height: 86px;
  background: url("../img/powered_by_schulte.png") no-repeat center center;
  background-size: contain;
  pointer-events: none;
}
.partner-logo {
  position: absolute;
  top: 30px;
  left: 300px;
  max-height: 150px;
  max-width: 200px;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .partner-logo {
    left: 500px;
  }
}
@media (max-width: 899px) {
  .partner-logo {
    left: 100px;
    max-height: 75px;
    max-width: 100px;
  }
}
.blinking {
  -webkit-animation: 1s blink ease infinite;
  -moz-animation: 1s blink ease infinite;
  -ms-animation: 1s blink ease infinite;
  -o-animation: 1s blink ease infinite;
  animation: 1s blink ease infinite;
}
@keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 0.7;
  }
}
@-moz-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 0.7;
  }
}
@-webkit-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 0.7;
  }
}
@-ms-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 0.7;
  }
}
@-o-keyframes blink {
  from, to {
    opacity: 0;
  }
  50% {
    opacity: 0.7;
  }
}
header {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  background-color: #fff;
  width: 100%;
}
@media (max-width: 1199px) {
  header {
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 1px solid #e5e5e5;
  }
  header .far, header .fas {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .header-info {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header-info {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background-color: #f6f6f6;
    padding: 0 30px;
    line-height: 30px;
  }
  .header-info.maintenance-warning {
    background-color: #004d73;
    color: #fff;
  }
  .header-info i {
    margin: 0 5px;
  }
  .header-info .bullet {
    margin: 0 10px;
  }
  .header-info.template-cart {
    display: flex;
    justify-content: center;
    background: #ffdc0f;
    padding: 5px;
    color: #000;
    font-weight: bold;
  }
  .header-info.template-cart i {
    color: #f00;
  }
  .header-info.template-cart a {
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    color: #004d73;
  }
  .header-info.template-cart a:hover {
    color: #666;
  }
}
.sidebar-configurator {
  display: none;
}
.configurator-sidebar {
  display: none;
}
@media (min-width: 1200px) {
  .configurator-sidebar {
    display: none;
  }
}
@media (max-width: 1199px) {
  .configurator-sidebar {
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .configurator-sidebar i {
    font-size: 25px;
  }
}
.masthead {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1199px) {
  .masthead {
    height: 47px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .masthead {
    height: 90px;
  }
}
@media (max-width: 899px) {
  .masthead {
    border-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .masthead .seals {
    display: none;
  }
}
@media (min-width: 1200px) {
  .masthead .seals {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 15px;
    left: 400px;
    width: 200px;
    height: 60px;
  }
}
.masthead .seals img {
  margin-right: 10px;
  width: 60px;
  height: auto;
}
.masthead .seals img:last-of-type {
  margin-right: 0;
}
.masthead .consulting {
  position: absolute;
  top: 15px;
  right: 255px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #f6f6f6;
  height: 60px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .masthead .consulting {
    display: none;
  }
}
.masthead .consulting .icon {
  width: 60px;
  text-align: center;
  line-height: 60px;
  color: #666;
  font-size: 40px;
}
.masthead .info {
  padding: 5px 10px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.masthead .title {
  text-transform: uppercase;
  font-size: 15px;
}
.masthead .phone {
  color: #666;
  font-size: 20px;
  font-weight: bold;
}
.masthead .email {
  color: #666;
}
@media (max-width: 1199px) {
  .masthead .toggle-sidebar {
    position: absolute;
    top: 0;
    line-height: 48px;
    left: 0;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .masthead .toggle-sidebar {
    left: 0;
    width: 48px;
  }
}
@media (min-width: 1200px) {
  .masthead .toggle-sidebar {
    display: none;
  }
}
.masthead .mobile-search {
  display: none;
}
@media (max-width: 1199px) {
  .masthead .mobile-search {
    display: block;
    position: absolute;
    top: 0;
    line-height: 48px;
    left: 52px;
    color: #666;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .masthead .mobile-search {
    left: 48px;
  }
}
.header-logo {
  width: auto;
}
@media (max-width: 1199px) {
  .header-logo {
    margin-top: 8px;
    height: 32px;
  }
}
@media (min-width: 1200px) {
  .header-logo {
    margin: 20px 0 0 30px;
    height: 50px;
  }
}
@media (max-width: 1199px) {
  .trustbadge {
    display: none;
  }
}
@media (min-width: 1200px) {
  .trustbadge {
    position: absolute;
    top: 15px;
    left: 270px;
    width: 120px;
    height: 60px;
    text-align: right;
  }
}
@media (max-width: 1199px) {
  .online-discount {
    display: none;
  }
}
@media (min-width: 1200px) {
  .online-discount {
    position: absolute;
    top: 10px;
    left: 250px;
    height: 70px;
  }
}
.online-discount .discount-svg .circle {
  fill: #004d73;
}
.online-discount .discount-svg .text {
  fill: #fff;
}
.online-discount .discount-svg .svg-discount {
  font: bold 16px "Open Sans", sans-serif;
  fill: #fff;
}
@media (max-width: 1799px) {
  .about-container {
    display: none;
  }
}
@media (min-width: 1800px) {
  .about-container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 630px;
    width: calc(100% - 5 * 30px - 190px - 120px - 200px - 280px - 240px);
    height: 90px;
  }
}
@media (min-width: 1800px) {
  .about {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 18px;
  }
}
.about .bullet {
  margin: 0 11px;
}
.features {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: bold;
}
.language-picker, .language-picker-mobile {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.language-picker .show-dropdown, .language-picker-mobile .show-dropdown {
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  cursor: pointer;
  font-weight: bold;
}
.language-picker .show-dropdown:hover .active, .language-picker .show-dropdown:hover .fa-angle-down, .language-picker-mobile .show-dropdown:hover .active, .language-picker-mobile .show-dropdown:hover .fa-angle-down {
  color: #004d73;
}
.language-picker .show-dropdown .active, .language-picker .show-dropdown .fa-angle-down, .language-picker-mobile .show-dropdown .active, .language-picker-mobile .show-dropdown .fa-angle-down {
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.language-picker .dropdown, .language-picker-mobile .dropdown {
  display: none;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 9;
  background: #f6f6f6;
  padding: 5px 25px;
  min-width: 90px;
}
.language-picker .dropdown a, .language-picker-mobile .dropdown a {
  display: block;
}
.language-picker a.active, .language-picker-mobile a.active {
  color: #666;
}
.language-picker {
  width: 180px;
}
.language-picker i {
  margin: 0 6px 0 0;
}
.language-picker-mobile ul {
  padding: 0 10px;
  width: 100%;
}
.language-picker-mobile li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.language-picker-mobile li span {
  padding: 0 10px;
}
.language-picker-mobile li a {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 0 10px;
}
.language-picker-mobile li a.active {
  color: #004d73;
}
.language-picker-mobile li a img {
  height: 20px;
  margin-right: 3px;
}
@media (min-width: 600px) and (max-width: 899px) {
  .masthead-buttons {
    width: 144px;
  }
}
@media (max-width: 1199px) {
  .masthead-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .masthead-buttons {
    width: 144px;
  }
}
@media (min-width: 1200px) {
  .masthead-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    float: right;
    border-left: 1px solid #e5e5e5;
    width: 239px;
  }
}
.masthead-buttons a {
  display: block;
  color: #666;
}
@media (max-width: 599px) {
  .masthead-buttons a {
    width: 32px;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .masthead-buttons a {
    width: 48px;
  }
}
@media (max-width: 1199px) {
  .masthead-buttons a {
    height: 48px;
    line-height: 48px;
    margin-left: 0;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .masthead-buttons a {
    width: 48px;
  }
}
@media (min-width: 1200px) {
  .masthead-buttons a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #fff;
    padding: 0 30px;
    height: 100%;
    min-height: 30px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: bold;
  }
  .masthead-buttons a::before {
    display: table;
    content: " ";
  }
  .masthead-buttons a::after {
    display: table;
    clear: both;
    content: " ";
  }
}
@media (min-width: 1200px) {
  .masthead-buttons a:hover {
    background-color: #f6f6f6;
    color: #004d73;
  }
}
@media (max-width: 1199px) {
  .masthead-buttons div {
    height: 48px;
    line-height: 48px;
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .masthead-buttons .label {
    display: none;
  }
}
@media (max-width: 1199px) {
  .masthead-buttons .account-menu {
    display: none;
  }
}
.masthead-buttons .account-menu:hover .account-submenu {
  display: block;
}
@media (max-width: 599px) {
  .masthead-buttons .account-sidebar {
    width: 32px;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .masthead-buttons .account-sidebar {
    width: 48px;
  }
}
@media (max-width: 1199px) {
  .masthead-buttons .account-sidebar {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .masthead-buttons .account-sidebar {
    width: 48px;
  }
}
@media (min-width: 1200px) {
  .masthead-buttons .account-sidebar {
    display: none;
  }
}
.masthead-buttons .wishlist-link {
  position: relative;
}
@media (min-width: 1200px) {
  .masthead-buttons .wishlist-link {
    border-top: 1px solid #e5e5e5;
    height: 100%;
  }
}
.masthead-buttons .my-account-link {
  position: relative;
}
@media (min-width: 1200px) {
  .masthead-buttons .my-account-link {
    border-top: 1px solid #e5e5e5;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .masthead-buttons .mobile-search {
    display: none;
  }
}
@media (max-width: 1199px) {
  .masthead-buttons .mobile-search {
    position: absolute;
    left: -20px;
  }
}
.masthead-buttons .account-submenu {
  display: none;
  position: absolute;
  right: 0;
  z-index: 100;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  width: 239px;
  height: auto;
  margin-top: -1px;
}
.masthead-buttons .account-submenu a {
  padding: 0 30px;
}
.masthead-buttons .account-submenu .icon {
  margin-right: 13px;
}
.masthead-buttons .to-cart {
  position: relative;
}
@media (max-width: 1199px) {
  .masthead-buttons .to-cart {
    margin-left: 15px;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .masthead-buttons .icon {
    margin-right: 6px;
  }
}
.masthead-buttons .badge {
  position: absolute;
  border-radius: 50%;
  background: #004d73;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  color: #fff;
  font-size: 8px;
}
@media (max-width: 1199px) {
  .masthead-buttons .badge {
    top: 10px;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .masthead-buttons .badge {
    top: 6px;
    left: 38px;
  }
}
@media (max-width: 1199px) {
  .main-nav {
    display: none;
  }
}
@media (min-width: 1200px) {
  .main-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
  }
}
.main-nav .main-menu {
  width: 100%;
  white-space: nowrap;
}
.main-nav .main-menu .active > a {
  color: #004d73;
}
.main-nav .main-menu > li {
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  border-right: 1px solid #e5e5e5;
}
.main-nav .main-menu > li:nth-child(2) {
  border-bottom: 5px solid #004d73;
}
.main-nav .main-menu > li:nth-child(2).active {
  background-color: #004d73;
  border-bottom: none;
}
.main-nav .main-menu > li:nth-child(2).active > a {
  color: #fff;
}
.main-nav .main-menu > li:nth-child(2):hover {
  background-color: #004d73;
}
.main-nav .main-menu > li:nth-child(2):hover > a {
  color: #fff;
}
.main-nav .main-menu > li:nth-child(3) {
  border-bottom: 5px solid #fcb100;
}
.main-nav .main-menu > li:nth-child(3).active {
  background-color: #fcb100;
  border-bottom: none;
}
.main-nav .main-menu > li:nth-child(3).active > a {
  color: #fff;
}
.main-nav .main-menu > li:nth-child(3):hover {
  background-color: #fcb100;
}
.main-nav .main-menu > li:nth-child(3):hover > a {
  color: #fff;
}
.main-nav .main-menu > li:nth-child(4) {
  border-bottom: 5px solid #1a33d4;
}
.main-nav .main-menu > li:nth-child(4).active {
  background-color: #1a33d4;
  border-bottom: none;
}
.main-nav .main-menu > li:nth-child(4).active > a {
  color: #fff;
}
.main-nav .main-menu > li:nth-child(4):hover {
  background-color: #1a33d4;
}
.main-nav .main-menu > li:nth-child(4):hover > a {
  color: #fff;
}
.main-nav .main-menu > li:nth-child(5) {
  border-bottom: 5px solid #9e00d6;
}
.main-nav .main-menu > li:nth-child(5).active {
  background-color: #9e00d6;
  border-bottom: none;
}
.main-nav .main-menu > li:nth-child(5).active > a {
  color: #fff;
}
.main-nav .main-menu > li:nth-child(5):hover {
  background-color: #9e00d6;
}
.main-nav .main-menu > li:nth-child(5):hover > a {
  color: #fff;
}
.main-nav .main-menu > li:nth-child(6) {
  border-bottom: 5px solid #fc6d00;
}
.main-nav .main-menu > li:nth-child(6).active {
  background-color: #fc6d00;
  border-bottom: none;
}
.main-nav .main-menu > li:nth-child(6).active > a {
  color: #fff;
}
.main-nav .main-menu > li:nth-child(6):hover {
  background-color: #fc6d00;
}
.main-nav .main-menu > li:nth-child(6):hover > a {
  color: #fff;
}
.main-nav .main-menu > li:last-of-type {
  border-right: none;
}
.main-nav .main-menu > .branch-flyout-menu:hover .flyout {
  display: block;
}
.main-nav .main-menu a, .main-nav .main-menu span {
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  display: block;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
  color: #666;
  font-weight: bold;
}
@media (min-width: 1200px) and (max-width: 1799px) {
  .main-nav .main-menu a, .main-nav .main-menu span {
    font-size: 12px;
  }
}
.main-nav .main-menu .icon-link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.main-nav .main-menu .configurator-link {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #004d73;
  color: #fff;
  position: relative;
}
.main-nav .main-menu .configurator-link:hover {
  color: #000;
}
.main-nav .main-menu .configurator-link svg {
  position: absolute;
  right: 5px;
  top: 5px;
}
.main-nav .main-menu .configurator-icon {
  display: block;
  margin-right: 5px;
}
.main-nav .main-menu .configure-now-button {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  display: inherit;
  margin-left: auto;
  border: 1px solid #004d73;
  border-radius: 4px;
  background-color: #fff;
  padding: 3px 10px;
  text-transform: none;
  line-height: 20px;
  color: #004d73;
}
.main-nav .main-menu .configure-now-button img {
  display: block;
  margin-right: 8px;
}
.main-nav .main-menu .configure-now {
  margin: 20px;
  width: 100%;
}
.main-nav .main-menu .configure-now-shelf-rack {
  margin: 0 20px 20px;
}
.main-nav .main-menu .configure-now, .main-nav .main-menu .configure-now-shelf-rack {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f6f6f6;
  padding: 0 10px;
  line-height: 50px;
}
.main-nav .main-menu .configure-now .brand, .main-nav .main-menu .configure-now-shelf-rack .brand {
  padding: 0 5px;
  color: #004d73;
  font-weight: bold;
}
.main-nav .main-menu .configure-now .brand:hover, .main-nav .main-menu .configure-now-shelf-rack .brand:hover {
  background: none;
}
.main-nav .main-menu .configure-now .brand-product, .main-nav .main-menu .configure-now-shelf-rack .brand-product {
  padding: 0;
  text-transform: none;
  color: #000;
}
.main-nav .main-menu .configure-now .brand-product:hover, .main-nav .main-menu .configure-now-shelf-rack .brand-product:hover {
  background: none;
}
.main-nav .mobile-icon {
  display: none;
}
@media (min-width: 1200px) and (max-width: 1799px) {
  .main-nav .arrow {
    margin-left: 5px;
  }
}
@media (min-width: 1800px) {
  .main-nav .arrow {
    margin-left: 10px;
  }
}
.main-nav .flyout {
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  display: none;
  position: absolute;
  z-index: 10;
  background-color: #fff;
}
.main-nav .mobile-racks {
  display: none;
}
.main-nav .sub-menu {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1130px;
}
.main-nav .sub-menu .two-columns {
  width: calc(100% / 2);
}
.main-nav .sub-menu li {
  width: calc(100% / 3);
}
.main-nav .sub-menu li a {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
}
@media (min-width: 1300px) and (max-width: 1536px) {
  .main-nav .sub-menu li a {
    padding: 5px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .main-nav .sub-menu li a {
    padding: 0px;
  }
}
.main-nav .sub-menu li a:hover {
  background: none;
}
.main-nav .sub-menu li a .image {
  margin-right: 10px;
  width: 60px;
  height: 60px;
}
.main-nav .sub-menu li a img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.main-nav .flyout-content-wrapper {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.main-nav .flyout-content-wrapper .flyout-content:first-of-type .sub-menu-headline::before, .main-nav .flyout-content-wrapper .flyout-content:first-of-type .sub-menu-headline::after {
  width: 41%;
}
.main-nav .flyout-content-wrapper .flyout-content:nth-child(2), .main-nav .flyout-content-wrapper .flyout-content:nth-child(3) {
  border-left: 1px solid #e5e5e5;
}
.main-nav .flyout-content-wrapper .flyout-content:nth-child(2) ul, .main-nav .flyout-content-wrapper .flyout-content:nth-child(3) ul {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  min-width: 400px;
  height: 400px;
}
@media (min-width: 1200px) and (max-width: 1536px) {
  .main-nav .flyout-content-wrapper .flyout-content:nth-child(2) ul, .main-nav .flyout-content-wrapper .flyout-content:nth-child(3) ul {
    height: 280px;
  }
}
.main-nav .flyout-content-wrapper .flyout-content:nth-child(2) li, .main-nav .flyout-content-wrapper .flyout-content:nth-child(3) li {
  width: 100%;
  list-style: none;
}
.main-nav .flyout-content-wrapper .flyout-content:nth-child(2) li a, .main-nav .flyout-content-wrapper .flyout-content:nth-child(3) li a {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  margin: 20px;
  padding: 0;
}
.main-nav .flyout-content-wrapper .flyout-content:nth-child(2) li a:hover, .main-nav .flyout-content-wrapper .flyout-content:nth-child(3) li a:hover {
  background: none;
  color: #004d73;
}
.main-nav .flyout-content-wrapper .flyout-content:nth-child(2) li a .image, .main-nav .flyout-content-wrapper .flyout-content:nth-child(3) li a .image {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: auto;
}
.main-nav .flyout-content-wrapper .flyout-content:nth-child(2) li a img, .main-nav .flyout-content-wrapper .flyout-content:nth-child(3) li a img {
  max-width: 60px;
}
.main-nav .flyout-content-wrapper .flyout-content:nth-child(3) {
  position: absolute;
  right: 0;
  top: 57%;
  border-left: 0;
}
.main-nav .flyout-content-wrapper .flyout-content:nth-child(3) ul {
  height: 220px;
}
.main-nav .flyout-content-wrapper .sub-menu-headline {
  position: relative;
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  color: #004d73;
}
.main-nav .flyout-content-wrapper .sub-menu-headline::before, .main-nav .flyout-content-wrapper .sub-menu-headline::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0 20px;
  border-top: 1px solid #004d73;
  width: 25%;
  content: "";
}
.main-nav .flyout-content-wrapper .sub-menu-headline::after {
  right: 0;
  left: auto;
}
.main-nav .flyout-content-wrapper .sub-menu-headline:hover {
  background: none;
}
@media (min-width: 1200px) and (max-width: 1799px) {
  .main-nav .icon-external {
    margin-left: 5px;
  }
}
@media (min-width: 1800px) {
  .main-nav .icon-external {
    margin-left: 10px;
  }
}
.main-nav .search-wrapper {
  position: relative;
  padding-top: 5px;
  padding-right: 30px;
  padding-left: 30px;
}
.main-nav .search-wrapper::before {
  position: absolute;
  top: 13px;
  left: 30px;
  width: 1.25em;
  text-align: center;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: bold;
  content: "";
}
.main-nav .search-input {
  position: relative;
  padding-left: calc(1.25rem + 10px);
  width: calc(100% - calc(1.25rem + 10px) - 2 * 5px);
}
#sidebar {
  z-index: 95000 !important;
}
.sidebar-nav {
  position: relative;
  background-color: #fff;
  height: 100%;
  overflow: auto;
  font-size: 14px;
}
.sidebar-nav li {
  border-bottom: 1px solid #e5e5e5;
  line-height: 47px;
}
.sidebar-nav li.seals {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sidebar-nav li.seals img {
  height: 32px;
  margin: 8px 16px;
}
.sidebar-nav a, .sidebar-nav span {
  display: block;
  padding: 8px 20px;
  text-transform: uppercase;
  line-height: 24px;
  color: #666;
  font-weight: bold;
}
.sidebar-nav a .badge.jsWishlistBadge, .sidebar-nav span .badge.jsWishlistBadge {
  display: inline-block;
}
.sidebar-nav a i, .sidebar-nav span i {
  margin-right: 5px;
}
.sidebar-nav a.fachbodenregale {
  border-left: 3px solid #004d73;
}
.sidebar-nav a.bueroregale {
  border-left: 3px solid #fcb100;
}
.sidebar-nav a.weitspannregale {
  border-left: 3px solid #1a33d4;
}
.sidebar-nav a.palettenregale {
  border-left: 3px solid #9e00d6;
}
.sidebar-nav a.kragarmregale {
  border-left: 3px solid #fc6d00;
}
.sidebar-nav a.legbordstellingen {
  border-left: 3px solid #004d73;
}
.sidebar-nav a.kantoorstellingen {
  border-left: 3px solid #fcb100;
}
.sidebar-nav a.breedvlakstellingen {
  border-left: 3px solid #1a33d4;
}
.sidebar-nav a.palletstellingen {
  border-left: 3px solid #9e00d6;
}
.sidebar-nav a.draagarmstellingen {
  border-left: 3px solid #fc6d00;
}
.sidebar-nav .desktop-icon {
  display: none;
}
.sidebar-nav .phone-mobile {
  border-bottom: 1px solid #e5e5e5;
}
.sidebar-nav .phone-mobile i {
  margin-right: 10px;
}
.sidebar-nav .arrow {
  margin-left: 10px;
}
.sidebar-nav .flyout {
  display: none;
  border-top: 1px solid #e5e5e5;
}
.sidebar-nav .flyout li:last-of-type {
  border-bottom: none;
}
.sidebar-nav .mobile-racks {
  padding-left: 20px;
}
.sidebar-nav .flyout-content:first-of-type {
  border-bottom: 1px solid #e5e5e5;
}
.sidebar-nav .flyout-content ul {
  display: none;
  border-top: 1px solid #e5e5e5;
}
.sidebar-nav .sub-link {
  padding-left: 40px;
}
.sidebar-nav .sub-menu-link {
  padding-left: 60px;
}
.sidebar-nav .image {
  display: none;
}
.sidebar-nav .configure-now-shelf-rack {
  display: none;
}
.sidebar-nav .configure-now {
  display: none;
}
.sidebar-nav .configure-now-buttons {
  display: none;
}
.sidebar-nav .icon-external {
  margin-left: 10px;
}
@media (max-width: 899px) {
  .sidebar-nav .configurator-link picture {
    display: inline-block;
    vertical-align: sub;
  }
}
.sidebar-nav .search-wrapper {
  margin-right: 20px;
  margin-left: 20px;
}
.sidebar-nav .search-wrapper .search-input {
  width: calc(100% - 2 * 5px);
}
@media (max-width: 899px) {
  .sidebar-nav .search-item {
    display: none;
  }
}
.search-container {
  display: none;
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.search-container .search-form {
  margin-left: 30px;
  border-radius: 5px 0 0 5px !important;
  background: #fff;
  padding: 10px;
  width: 70%;
}
.search-container .search-input {
  width: 95%;
}
.search-container .search-inner {
  display: flex;
  position: relative;
  top: 46%;
  width: 100%;
}
.search-container .search-button {
  float: right;
  margin-right: 30px;
  border-radius: 0 5px 5px 0 !important;
  padding: 10px;
  width: 30%;
  font-size: 17px;
}
@media (max-width: 1199px) {
  .search-container {
    box-sizing: border-box;
    background-color: #fff;
  }
  .search-container * {
    box-sizing: border-box;
  }
  .search-container .search-inner {
    top: 0;
    border-bottom: 1px solid #efefef;
    padding: 15px;
    margin-top: 50px;
  }
  .search-container .search-inner .search-form {
    width: calc(100% - 64px);
    margin-left: 0;
    padding: 10px 0;
  }
  .search-container .search-inner .search-button {
    float: none;
    margin-right: 0;
    border-radius: 5px !important;
    padding: 0;
    width: 64px;
    font-size: 17px;
  }
  .search-container .browse-categories {
    padding: 30px;
  }
  .search-container .browse-categories ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .search-container .browse-categories ul li a {
    font-size: 14px;
    line-height: 42px;
    color: #666;
  }
  .search-container .browse-categories ul li a i {
    margin-right: 15px;
  }
  .search-container .browse-categories ul li a.fachbodenregale i {
    color: #004d73;
  }
  .search-container .browse-categories ul li a.bueroregale i {
    color: #fcb100;
  }
  .search-container .browse-categories ul li a.weitspannregale i {
    color: #1a33d4;
  }
  .search-container .browse-categories ul li a.palettenregale i {
    color: #9e00d6;
  }
  .search-container .browse-categories ul li a.kragarmregale i {
    color: #fc6d00;
  }
  .search-container .browse-categories ul li a.legbordstellingen i {
    color: #004d73;
  }
  .search-container .browse-categories ul li a.kantoorstellingen i {
    color: #fcb100;
  }
  .search-container .browse-categories ul li a.breedvlakstellingen i {
    color: #1a33d4;
  }
  .search-container .browse-categories ul li a.palletstellingen i {
    color: #9e00d6;
  }
  .search-container .browse-categories ul li a.draagarmstellingen i {
    color: #fc6d00;
  }
}
/* Elements */
html {
  color: #666;
  font: 14px "Open Sans", sans-serif;
}
@media (max-width: 599px) {
  html {
    font-size: 12px;
  }
}
body {
  overflow-x: hidden;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
a.text-primary {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a.text-primary:hover {
  color: #666;
}
.hidden {
  display: none;
}
.m-0-auto {
  margin: 0 auto;
}
@media (min-width: 600px) {
  .h1-banner {
    top: 100px;
    line-height: 50px;
    font-size: 2em;
    margin: 0;
  }
}
@media (min-width: 900px) {
  .h1-banner {
    padding-left: 250px;
    width: calc(100% - 250px);
  }
}
@media (max-width: 899px) {
  .h1-banner {
    padding: 0 10%;
  }
}
h2, .h2 {
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 24px;
}
@media (max-width: 599px) {
  h2, .h2 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
h3 {
  margin: 20px 0;
  text-transform: uppercase;
  font-size: 18px;
}
@media (max-width: 599px) {
  h3 {
    font-size: 12px;
  }
}
h4 {
  margin: 20px 0 0;
  font-size: 16px;
}
@media (max-width: 599px) {
  h4 {
    font-size: 12px;
  }
}
label {
  cursor: pointer;
  line-height: 30px;
}
input[type="text"], input[type="search"], input[type="email"], input[type="password"], input[type="date"], input[type="file"], input[type="tel"], input[type="number"] {
  padding: 1px 5px;
  height: 27px;
}
select {
  height: 30px;
  color: #004d73;
}
textarea {
  border: 1px solid #e5e5e5;
  padding: 1px 5px;
  resize: vertical;
}
hr {
  margin: 0;
  border: none;
  background-color: #e5e5e5;
  height: 1px;
}
/* Classes */
.append-icon {
  margin-left: 6px;
}
.button {
  display: inline-block;
  text-align: center;
  line-height: 30px;
  box-sizing: border-box;
}
.cross-out {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.heading {
  position: relative;
}
.heading .box-headline {
  background-color: rgba(226, 0, 26, 0.7);
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  line-height: 30px;
  width: 100%;
  top: 15px;
  /*
        &:before {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          content: "";
          mix-blend-mode: darken;
        }
        */
}
.heading .box-headline span {
  text-transform: uppercase;
  color: #fff;
}
.static-page-heading {
  position: relative;
  background-size: cover;
}
@media (max-width: 599px) {
  .static-page-heading {
    display: none;
  }
}
@media (min-width: 600px) {
  .static-page-heading {
    height: 250px;
  }
}
.brand {
  color: #004d73;
  font-weight: bold;
}
.brand-product {
  color: #000;
  font-weight: bold;
}
.text-primary {
  color: #004d73;
}
.text-gray {
  color: #999;
}
.icon-box-icons {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.prepend-icon {
  margin-right: 6px;
}
.privacy-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.privacy-checkbox div {
  width: auto;
}
.privacy-checkbox input {
  margin: 0 10px 0 2px;
  width: auto;
}
.privacy-checkbox a {
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  color: #004d73;
}
.privacy-checkbox a:hover {
  color: #666;
}
/* Base */
@media (max-width: 1199px) {
  .wrapper {
    margin-top: 48px;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    margin-top: 72px;
    position: relative;
  }
}
@media (max-width: 599px) {
  .breadcrumb {
    padding: 20px 10%;
  }
}
@media (max-width: 899px) {
  .breadcrumb {
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .breadcrumb.mobile {
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    padding: 5px 15px;
  }
  .breadcrumb.mobile.fachbodenregale {
    background-color: #004d73;
  }
  .breadcrumb.mobile.bueroregale {
    background-color: #fcb100;
  }
  .breadcrumb.mobile.weitspannregale {
    background-color: #1a33d4;
  }
  .breadcrumb.mobile.palettenregale {
    background-color: #9e00d6;
  }
  .breadcrumb.mobile.kragarmregale {
    background-color: #fc6d00;
  }
  .breadcrumb.mobile.legbordstellingen {
    background-color: #004d73;
  }
  .breadcrumb.mobile.kantoorstellingen {
    background-color: #fcb100;
  }
  .breadcrumb.mobile.breedvlakstellingen {
    background-color: #1a33d4;
  }
  .breadcrumb.mobile.palletstellingen {
    background-color: #9e00d6;
  }
  .breadcrumb.mobile.draagarmstellingen {
    background-color: #fc6d00;
  }
  .breadcrumb.mobile a, .breadcrumb.mobile i {
    display: inline-block;
    color: #fff;
  }
  .breadcrumb.mobile a:first-of-type, .breadcrumb.mobile i:first-of-type, .breadcrumb.mobile i:last-of-type, .breadcrumb.mobile span {
    display: none;
  }
  .breadcrumb.mobile a:nth-child(3) {
    text-transform: uppercase;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .breadcrumb {
    padding: 20px 60px;
  }
}
@media (min-width: 900px) {
  .breadcrumb {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 60px;
    line-height: 20px;
  }
}
.breadcrumb .fa-angle-right {
  margin: 0 5px;
  font-size: 16px;
}
.error-notification {
  display: none;
}
.cookie-popup {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 601;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  width: 33%;
  max-width: 560px;
  max-height: 90vh;
  overflow: hidden;
  font-size: 14px;
}
.cookie-popup .cookie-popup-box {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
.cookie-popup .cookie-popup-box .cookie-popup-header {
  border-bottom: 1px solid #d4d4d4;
  background-color: #e5e5e5;
  padding: 10px;
  width: calc(100% - 20px);
  color: #000;
}
.cookie-popup .cookie-popup-box .cookie-popup-content {
  padding: 10px;
  width: calc(100% - 20px);
  color: #000;
  font-size: 12px;
}
.cookie-popup .cookie-popup-box .cookie-popup-footer {
  margin-bottom: 0;
  border-top: 1px solid #bababa;
  background-color: #e5e5e5;
  padding: 2px 15px;
  width: calc(100% - 30px);
  color: #000;
  font-size: 12px;
}
.share-cart-popup textarea {
  margin: 15px 0;
  width: 80%;
  height: 100px;
}
.share-cart-popup input {
  width: 80%;
}
.errors {
  margin-left: 60px;
  color: #004d73;
}
.catalog-flyout {
  margin: 10px 20px;
  overflow: hidden;
}
.catalog-flyout .email-flyout-input {
  width: 100%;
}
.catalog-flyout .flyout-checkbox {
  margin-top: 5px;
}
.flyout-close, .flyout-send {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
}
.flyout-send {
  float: left;
}
.catalog-flyout .catalog-image {
  height: 171px;
}
.catalog-flyout .catalog-image {
  height: 171px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.mt-auto {
  margin-top: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 899px) {
  .mx-15 {
    margin: 0;
  }
}
.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}
.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.ml-30 {
  margin-left: 30px;
}
@media (max-width: 899px) {
  .ml-30 {
    margin: 0;
  }
}
.mr-30 {
  margin-right: 30px;
}
@media (max-width: 899px) {
  .mr-30 {
    margin: 0;
  }
}
.mr-60 {
  margin-right: 60px;
}
@media (max-width: 899px) {
  .mr-60 {
    margin: 0;
  }
}
.p-30 {
  padding: 30px;
}
.pl-30 {
  padding-left: 30px;
}
.pr-30 {
  padding-right: 30px;
}
.p-60 {
  padding: 60px;
}
@media (max-width: 899px) {
  .p-60 {
    padding: 0;
  }
}
.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 899px) {
  .px-60 {
    padding-left: 0;
    padding-right: 0;
  }
}
.px-115 {
  padding-left: 6%;
  padding-right: 6%;
}
@media (max-width: 899px) {
  .px-115 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.px-230 {
  padding-left: 13%;
  padding-right: 13%;
}
@media (max-width: 899px) {
  .px-230 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 899px) {
  .py-30 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 899px) {
  .py-60 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.border-right {
  border-right: 1px solid #ccc;
}
@media (min-width: 1200px) {
  .border-center:after {
    content: "";
    position: absolute;
    height: 70%;
    width: 1px;
    display: block;
    border-right: 1px solid #ccc;
    top: 20%;
    left: 50%;
  }
}
.border-rounded {
  border-radius: 15px;
}
.shadow {
  box-shadow: 10px 10px 15px #777;
  margin-bottom: 15px;
}
.container-fluid {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
.container-fluid.bg-gray {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f6f6f6;
}
.container-fluid.bg-gray .box {
  position: relative;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  margin: 60px;
  padding: 30px;
}
@media (max-width: 1199px) {
  .container-fluid.bg-gray .box {
    margin: 60px 15px;
  }
}
.container {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0 60px;
}
@media (max-width: 899px) {
  .container {
    padding: 0 30px;
  }
}
.col-3 {
  box-sizing: border-box;
  width: 25%;
  position: relative;
}
@media (max-width: 1199px) {
  .col-3 {
    width: 100%;
  }
}
.col-4 {
  box-sizing: border-box;
  width: 33.3333%;
  position: relative;
}
@media (max-width: 899px) {
  .col-4 {
    width: 100%;
  }
}
.col-6 {
  box-sizing: border-box;
  width: 50%;
  position: relative;
}
@media (max-width: 899px) {
  .col-6 {
    width: 100%;
  }
}
.col-8 {
  box-sizing: border-box;
  width: 66.6666%;
  position: relative;
}
@media (max-width: 899px) {
  .col-8 {
    width: 100%;
  }
}
.col-9 {
  box-sizing: border-box;
  width: 75%;
  position: relative;
}
@media (max-width: 899px) {
  .col-9 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .row > .col-6 {
    flex: 1 1 0;
  }
}
.img-fluid {
  width: 100%;
  max-width: 768px;
}
@media (max-width: 1199px) {
  .img-fluid {
    max-width: 100%;
  }
}
.icon-box-image .img-fluid {
  max-width: 150px;
}
@media (max-width: 899px) {
  .icon-box-image .img-fluid.ral-siegel {
    height: 60px;
  }
}
@media (min-width: 900px) {
  .icon-box-image .img-fluid.ral-siegel {
    max-height: 150px;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex-center {
  align-items: center;
  justify-content: center;
}
.pseudo-button {
  background-color: #e2001a;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 5px;
  padding: 0 10px;
  margin-left: 15px;
  text-transform: none;
  vertical-align: middle;
}
.pseudo-button.green-subtle {
  background-color: #8bc63e !important;
}
.button-bottom {
  position: absolute;
  bottom: 60px;
}
@media (max-width: 899px) {
  .button-bottom {
    display: none;
  }
}
.decorated {
  overflow: hidden;
  text-align: center;
}
.decorated > span {
  position: relative;
  display: inline-block;
}
.decorated > span:before, .decorated > span:after {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 2px solid #004d73;
  width: 100vw;
  margin: 0 20px;
}
.decorated > span:before {
  right: 100%;
}
.decorated > span:after {
  left: 100%;
}
.decorated.left {
  text-align: left;
  padding-left: 18%;
}
@media (max-width: 1199px) {
  .decorated {
    font-size: 17px;
  }
}
.green-subtle h2, .green-subtle h3, .green-subtle li:before {
  color: #8bc63e !important;
}
.green-subtle h2.decorated > span:before, .green-subtle h2.decorated > span:after {
  border-bottom-color: #8bc63e !important;
}
.green-subtle button, .green-subtle .button {
  background-color: #8bc63e !important;
}
.text-lg {
  font-size: 1.125rem;
}
ul.checked {
  list-style: none;
  padding-left: 20px;
}
ul.checked li {
  position: relative;
  margin-bottom: 15px;
}
ul.checked li:last-child {
  margin-bottom: 0;
}
ul.checked li:before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  position: absolute;
  left: -20px;
  top: 5px;
  font-weight: bold;
  color: #004d73;
}
#hubspot-messages-iframe-container {
  display: none;
}
/*
#configuratorSidebar {
  display: none;
  position: fixed;
  top: 48px;
  bottom: 0px;
  width: 300px;
  z-index: 3000;
  left: 0;
}
*/
#configuratorSidebar .fa-times {
  font-size: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 5px;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (min-width: 1200px) {
  #configuratorSidebar {
    position: absolute !important;
    top: 30px !important;
    bottom: 30px !important;
    left: 30px !important;
    border: 1px solid #e5e5e5;
    width: 420px !important;
    padding: 1rem !important;
    overflow-y: scroll;
    z-index: 50 !important;
    background-color: #fff;
  }
}
@media (min-width: 900px) {
  .jsToggleConfiguratorSidebar {
    display: none;
  }
}
.slick-slider {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 30px 0;
}
.slick-slider.slideshow {
  padding: 0;
}
.slick-slider button.slick-arrow {
  background: transparent;
  padding: 0 10px;
}
.slick-slider button.slick-arrow.slick-prev:before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 30px;
  content: "";
  color: #666;
}
.slick-slider button.slick-arrow.slick-next:before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 30px;
  content: "      ";
  color: #666;
}
.delivery-time .fa.fa-circle {
  color: #00bf00;
}
@media (max-width: 1199px) {
  #st-2.st-sticky-share-buttons {
    display: none;
  }
}
@media (min-width: 1200px) {
  .mobile {
    display: none !important;
  }
}
.desktop {
  width: 100%;
}
@media (max-width: 1199px) {
  .desktop {
    display: none !important;
  }
}
.for-phone-only {
  display: none !important;
}
@media (max-width: 599px) {
  .for-phone-only {
    display: block !important;
  }
}
.for-tablet-portrait-up {
  display: none !important;
}
@media (min-width: 600px) {
  .for-tablet-portrait-up {
    display: block !important;
  }
}
.for-tablet-portrait-down {
  display: none !important;
}
@media (max-width: 899px) {
  .for-tablet-portrait-down {
    display: block !important;
  }
}
.for-tablet-landscape-down {
  display: none !important;
}
@media (max-width: 1199px) {
  .for-tablet-landscape-down {
    display: block !important;
  }
}
.for-tablet-landscape-up {
  display: none !important;
}
@media (min-width: 900px) {
  .for-tablet-landscape-up {
    display: block !important;
  }
}
.noty-errors {
  display: none;
}
.skip-validation-checkbox {
  display: none;
}
#usercentrics-button .uc-btn-new.uc-btn-more, .uc-btn.uc-btn-primary.uc-save-settings-and-close-button {
  background-color: #666 !important;
  color: white !important;
}
.hidden {
  display: none !important;
}
/*
.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
  background-color: #e2001a;

  .tooltipster-content {
    color: #fff;
  }
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #e2001a;
}
*/
@media (max-width: 899px) {
  .configurator-breadcrumb {
    display: none;
  }
}
#configuratorMenu.page-configurator {
  position: absolute;
  left: 0;
  top: 70px;
  background-color: #737373;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  box-shadow: 0 0 25px #004d73;
  padding: 5px 5px 5px 15px;
}
#configuratorMenu.page-configurator > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 9999px;
}
#configuratorMenu.page-configurator > div > i {
  color: #004d73;
}
#configuratorMenu.page-configurator.active {
  left: auto;
  right: 0;
  transform: rotate(180deg);
  background-color: #004d73;
}
#configuratorMenu.page-configurator.active > div > i {
  color: #737373;
  transform: rotate(90deg);
}
.viewer {
  position: relative;
}
@media (min-width: 600px) {
  .viewer {
    height: calc(100vh - 72px - 20px) !important;
  }
}
.viewer .hidden {
  display: none;
}
.viewer .strikediag {
  color: #c1c1c1;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: line-through;
}
.viewer .price-discount {
  color: #004d73;
}
.viewer .loading-screen {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  width: 100%;
  height: 100%;
  color: #004d73;
  font-size: 50px;
}
.viewer canvas {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  outline: none;
}
@media (max-width: 899px) {
  .viewer canvas {
    height: calc(100vh - 332px) !important;
  }
}
@media (max-width: 899px) {
  .viewer .toolbar {
    display: none;
  }
}
@media (min-width: 900px) {
  .viewer .toolbar {
    position: absolute;
    top: -42px;
    right: 30px;
  }
  .viewer .toolbar .tool {
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    margin-right: 10px;
    cursor: pointer;
    color: #004d73;
    font-size: 26px;
  }
  .viewer .toolbar .tool:last-of-type {
    margin-right: 0;
  }
  .viewer .toolbar .tool:hover, .viewer .toolbar .tool.active {
    color: #666;
  }
}
.viewer .configuration {
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .viewer .configuration {
    display: none;
  }
}
@media (min-width: 1200px) {
  .viewer .configuration {
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #e5e5e5;
    width: 420px;
    padding: 1rem !important;
    overflow-y: scroll;
  }
}
.viewer .configuration button.disabled:not(.active) {
  background-color: #e0e0e0 !important;
  color: #737373 !important;
  border-color: #8f8f8f !important;
}
.viewer .configuration button.disabled {
  cursor: not-allowed;
}
.viewer .add-to-cart {
  background-color: #fff;
  border: 1px solid #999;
  z-index: 2;
}
@media (min-width: 900px) {
  .viewer .add-to-cart {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .viewer .add-to-cart {
    bottom: -280px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 200;
  }
}
.viewer .add-to-cart * {
  box-sizing: border-box;
}
.viewer .add-to-cart input, .viewer .add-to-cart button {
  width: 100%;
}
.viewer .add-to-cart .info {
  background-color: #fff;
}
.viewer .add-to-cart .info .already-in-cart {
  text-transform: uppercase;
  font-weight: bold;
}
.viewer .add-to-cart .info hr {
  margin: 15px 0;
}
.viewer .add-to-cart .info .amount {
  padding: 0 20px;
}
.viewer .add-to-cart .info .amount > div > label {
  display: block;
  font-weight: bold;
  text-align: center;
}
.viewer .add-to-cart .info .amount > div > div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.viewer .add-to-cart .info .amount > div > div .plusminus {
  background: white;
  color: #666;
  border: 1px solid #666;
  border-radius: 4px;
  padding: 0 !important;
  aspect-ratio: 1;
  width: 27px;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 27px;
}
.viewer .add-to-cart .info .amount > div > div input[type=number] {
  max-width: 100%;
  margin-left: 0;
  text-align: center;
  border: 1px solid #666;
  border-radius: 4px;
  background: white;
}
.viewer .add-to-cart .info .amount > div > div input[type=number]::-webkit-outer-spin-button, .viewer .add-to-cart .info .amount > div > div input[type=number]::-webkit-inner-spin-button {
  display: none;
}
.viewer .add-to-cart .info .delivery-time {
  font-size: 12px;
  padding: 0 20px;
}
.viewer .add-to-cart .info .delivery-time span:first-child {
  color: #00bf00;
  display: block;
  font-size: 20px;
  font-weight: 700;
}
.viewer .add-to-cart .info .delivery-time i {
  margin-right: 6px;
}
.viewer .add-to-cart .info .delivery-time .info-text i {
  display: none;
}
.viewer .add-to-cart .info .price {
  padding: 20px;
  background-color: #f6f6f6;
}
.viewer .add-to-cart .info .price .price-level {
  text-transform: uppercase;
  position: relative;
  padding-right: 2rem;
}
.viewer .add-to-cart .info .price .price-level .title {
  width: 50px;
}
.viewer .add-to-cart .info .price .price-level .catalog-price {
  color: #004d73;
  position: relative;
  font-size: 30px;
  font-weight: bold;
}
.viewer .add-to-cart .info .price .price-level .catalog-price > span {
  display: block;
  text-align: right;
  padding-right: 2rem;
}
.viewer .add-to-cart .info .price .price-level .catalog-price.invalid {
  color: #c1c1c1;
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  text-decoration-line: line-through;
}
.viewer .add-to-cart .info .price .price-level .catalog-price.discount {
  color: #004d73;
}
.viewer .add-to-cart .info .price .gross-level {
  padding: 0.5rem 0;
  font-weight: bold;
}
.viewer .add-to-cart .info .price .buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
.viewer .add-to-cart .info .price .shipping-costs-link {
  color: #666;
  text-decoration: underline;
}
.viewer .add-to-cart .info .price .adv_mondu {
  font-size: 12px;
}
.viewer .add-to-cart .info .wishlist-button {
  padding: 0 !important;
  background-color: transparent;
  font-weight: normal;
  color: #666;
  margin-left: 1rem;
}
@media (min-width: 1800px) {
  .viewer .add-to-cart .info .wishlist-button {
    height: 35px;
    padding: 3px 10px !important;
  }
}
.viewer .add-to-cart .info .wishlist-button .wishlist-text {
  text-decoration: underline;
}
.viewer .add-to-cart .info .info-title {
  display: inline-block;
  width: calc(50% - 15px);
  line-height: 30px;
}
@media (max-width: 599px) {
  .viewer .add-to-cart .info .info-title {
    line-height: normal;
  }
}
.viewer .add-to-cart .info .delivery-time .info-title {
  width: 80px;
}
.viewer .add-to-cart .info .fa-circle {
  margin-right: 6px;
  color: #00bf00;
}
.viewer .add-to-cart .auto-save-info {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 15px 30px;
}
.viewer .add-to-cart .auto-save-info i {
  margin-right: 6px;
  color: #004d73;
  font-size: 16px;
}
.viewer .add-to-cart .parts-list-button {
  text-decoration: underline;
  cursor: pointer;
}
.viewer .add-to-cart .parts-list-button:hover {
  color: #004d73;
}
.viewer .add-to-cart .buttons {
  flex-direction: row;
}
.viewer .add-to-cart .buttons .sibling-button {
  border-radius: 9999px;
}
.viewer .add-to-cart > form > div:nth-child(3) {
  display: none;
}
.viewer .configuration-notice {
  margin-top: 20px;
  color: #004d73;
  cursor: pointer;
}
.viewer .configuration-notice.wide-span {
  cursor: default;
}
.viewer .configuration-notice i {
  float: left;
  margin-right: 20px;
  font-size: 40px;
}
.viewer .product-item-title {
  margin-top: 0;
  margin-bottom: 20px;
}
.viewer .product-item-title h1 {
  font-size: 18px;
  margin: 0;
}
@media (max-width: 599px) {
  .viewer .product-item-title {
    margin-bottom: 0;
  }
  .viewer .product-item-title h1 {
    font-size: 14px;
  }
}
.viewer .flex {
  display: flex;
  flex-wrap: nowrap;
}
.configuration {
  background: #fff;
  /* Advanced */
  /* new 09.05.2023 */
}
@media (max-width: 899px) {
  .configuration {
    height: 100%;
    overflow: auto;
  }
}
.configuration * {
  box-sizing: border-box;
}
.configuration ul li {
  list-style: none;
}
@media (max-width: 899px) {
  .configuration > .button-group {
    margin: 20px;
  }
}
@media (min-width: 900px) {
  .configuration > .button-group {
    margin: 30px 0 20px;
  }
}
.configuration .configuration-tab {
  display: none;
  overflow-y: auto;
}
.configuration .configuration-tab.active {
  display: block;
}
.configuration section {
  border-bottom: 1px solid #e5e5e5;
}
.configuration .simple section {
  padding: 5px 20px 20px;
}
.configuration .simple .height select {
  width: 100%;
}
.configuration .headline {
  text-transform: none;
  line-height: 20px;
  margin-bottom: 20px;
}
.configuration .info-icon {
  float: right;
  cursor: default;
  font-size: 17px;
}
.configuration .dimensions .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.configuration .dimensions .values {
  margin-bottom: 10px;
}
.configuration .dimensions .values span {
  display: block;
  width: 30px;
  line-height: 30px;
}
.configuration .dimensions .num-fields {
  align-items: center;
}
.configuration .dimensions .number-of-shelves {
  align-items: center;
}
.configuration .dimensions .button-group {
  display: grid;
  column-gap: 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 1rem 0;
}
.configuration .dimensions .button-group button {
  background-color: #fff;
  border: 2px solid #737373;
  color: #737373;
  font-weight: normal;
  padding: 5px 0;
  line-height: 1.15;
}
.configuration .dimensions .button-group button.active {
  background-color: #004d73;
  border: 2px solid #004d73;
  color: #fff;
}
.configuration .dimensions .free-length {
  padding-right: 8px;
  padding-left: 8px;
}
.configuration .dimensions .sub-headline {
  font-weight: bold;
  margin-bottom: 0;
  line-height: 30px;
}
.configuration .dimensions .side-a, .configuration .dimensions .side-b, .configuration .dimensions .side-c {
  display: none;
}
.configuration .dimensions .side-a.active, .configuration .dimensions .side-b.active, .configuration .dimensions .side-c.active {
  display: block;
}
.configuration .depth select {
  width: 100%;
}
.configuration .beam-length {
  margin-bottom: 10px;
}
.configuration .rack-length .num-fields {
  margin-bottom: 10px;
}
.configuration .extension-unit-value {
  width: 50%;
}
.configuration .extension-unit-value input {
  width: calc(100% - 2 * 5px - 2px - 30px);
}
.configuration .extension-unit-value .icon {
  width: 30px;
  text-align: right;
  line-height: 30px;
  cursor: pointer;
}
.configuration .extension-unit-value .icon:hover:not(.disabled) {
  color: #004d73;
}
.configuration .extension-unit-value .icon.disabled {
  cursor: not-allowed;
}
.configuration .shelf-load select, .configuration .shelf-quantity select, .configuration .floor-type select, .configuration .beam-equipment select, .configuration .safety select {
  width: 100%;
}
.configuration .advanced section {
  padding: 5px 0;
  overflow: hidden;
  margin-right: 20px;
}
.configuration .advanced .headline {
  cursor: pointer;
  margin-bottom: 0;
  line-height: 30px;
}
.configuration .advanced .content {
  display: block;
  margin: 5px 0 5px 10px;
}
.configuration .advanced .num-fields {
  margin-bottom: 10px;
}
.configuration .dimensions-tab {
  display: none;
}
.configuration .dimensions-tab.active {
  display: block;
}
.configuration .dimensions-tab hr {
  margin: 10px 0;
}
.configuration .total-length .display-length {
  display: block;
  line-height: 30px;
}
.configuration .frame-filling-amounts {
  display: none;
}
.configuration .frame-filling-amounts.active {
  display: block;
  padding-left: 20px;
}
.configuration .configuration-blocker {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  color: #004d73;
}
.configuration .configuration-blocker.active {
  display: block;
}
.configuration .configuration-blocker .spin-icon {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}
.configuration .configuration-blocker .spinner {
  font-size: 65px;
}
.configuration .hidden {
  display: none;
}
.configuration .rounded-full {
  border-radius: 9999px;
}
.configuration .rounded-full.disabled:not(.active) {
  background-color: #e0e0e0 !important;
  color: #737373 !important;
  border-color: #8f8f8f !important;
}
.configuration .rounded-full.disabled {
  cursor: not-allowed;
}
.configuration .configuration-steps {
  width: 100%;
  border: 2px solid #737373;
  border-radius: 9999px;
  padding: 0;
  margin-bottom: 0.75rem;
}
.configuration .configuration-steps .slick-list {
  padding: 0 !important;
}
.configuration .configuration-steps .slick-list .slick-track {
  width: 100% !important;
}
.configuration .configuration-steps .slick-list .slick-track .slick-slide {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem 0;
  flex-grow: 1;
  border-radius: 9999px;
  transition: ease all 0.5s;
}
.configuration .configuration-steps .slick-list .slick-track .slick-slide:hover {
  background-color: #e2001a3b;
}
.configuration .configuration-steps .slick-list .slick-track .slick-slide.slick-current {
  background-color: #004d73;
  color: #fff;
}
@media (min-width: 1200px) {
  .configuration .configuration-steps .slick-list .slick-track .slick-slide {
    padding: 0.25rem 0;
  }
}
.configuration .values {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 3rem;
}
.configuration .values > div > label {
  display: grid;
  column-gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.configuration .values > div > label > select {
  display: block;
  flex-grow: 1;
}
.configuration .headline .fa-angle-down {
  transition: ease all 0.3s;
}
.configuration .headline .fa-angle-down.rotate90 {
  transform: rotate(-90deg);
}
.part-list td {
  padding: 5px;
}
.part-list .amount {
  text-align: right;
}
/*
.construction-content {
    display: flex;

    li {
        width: 45%;

        &:not(:last-of-type) {
            margin-right: 8px;
        }
    }

    img {
        display: block;
        width: 100%;
    }

    span {
        display: block;
        text-align: center;
    }
}
*/
.form-group {
  display: block;
  margin-bottom: 15px;
}
.form-group .label {
  position: relative;
  margin-bottom: 5px;
}
.indicator {
  display: none;
  position: absolute;
  top: 0;
  fill: #004d73;
}
.indicator.blinking {
  animation: blink 1s linear infinite;
}
.configuration-tab.slick-slider {
  padding: 0;
}
.configuration-tab .flip-dots {
  display: none;
}
@media (max-width: 899px) {
  .configuration-tab .flip-dots {
    display: block;
    text-align: center;
  }
  .configuration-tab .flip-dots > div {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #737373;
    border-radius: 9999px;
    cursor: pointer;
  }
  .configuration-tab .flip-dots > div.active {
    background-color: #004d73;
  }
  .configuration-tab .flip-dots > * + * {
    margin-left: 1rem;
  }
}
.configuration-tab .page .nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 3rem;
  padding-top: 1rem;
  margin-right: 2rem;
}
.configuration-tab .page .nav li a {
  color: #737373;
  font-weight: bold;
}
.configuration-tab .page .nav li:first-child {
  justify-self: start;
}
.configuration-tab .page .nav li:first-child a:before {
  content: "«";
  margin-right: 0.5rem;
}
.configuration-tab .page .nav li:last-child {
  justify-self: end;
}
.configuration-tab .page .nav li:last-child a:before {
  content: "»";
  margin-right: 0.5rem;
}
.configuration-tab .page.page-3 .bracing-system ul {
  display: flex;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1rem;
}
.configuration-tab .page.page-3 .bracing-system ul li button {
  background-color: #fff;
  border: 2px solid #737373;
  border-radius: 9999px;
  color: #737373;
  font-weight: normal;
  line-height: 1.15;
}
.configuration-tab .page.page-3 .bracing-system ul li button.active {
  background-color: #004d73;
  border: 2px solid #004d73;
  color: #fff;
}
.configuration-tab .page.page-3 .bracing-system ul li button:not(.active).disabled {
  background-color: #e0e0e0 !important;
  color: #737373 !important;
  cursor: not-allowed;
  border-color: #8f8f8f !important;
}
.configuration-tab .page.page-3 .bracing-system ul li button.disabled {
  cursor: not-allowed;
}
.flip-card {
  background-color: transparent;
  width: 150px;
  height: 150px;
}
@media (max-width: 1199px) {
  .flip-card {
    display: none;
  }
}
.flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-card .flip-card-inner .flip-card-front, .flip-card .flip-card-inner .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
}
.flip-card .flip-card-inner .flip-card-front img, .flip-card .flip-card-inner .flip-card-back img {
  width: 150px;
  height: 150px;
}
.flip-card .flip-card-inner .flip-card-back {
  transform: rotateY(180deg);
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.frame-surface, .floor-surface {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.frame-surface > .title, .floor-surface > .title {
  width: 17% !important;
}
.frame-surface > div, .floor-surface > div {
  grid-column: span 4 / span 4;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.frame-surface > div > div, .floor-surface > div > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-items: center;
}
@media (max-width: 1199px) {
  .frame-surface > div > div, .floor-surface > div > div {
    flex-grow: 1;
    gap: 0.5rem !important;
  }
}
.frame-surface > div > div .radio, .floor-surface > div > div .radio {
  content: " ";
  width: 20px;
  height: 20px;
  border: 1px solid black;
  border-radius: 50%;
  display: block;
  position: relative;
  cursor: pointer;
  aspect-ratio: 1;
}
.frame-surface > div > div .radio.disabled, .floor-surface > div > div .radio.disabled {
  color: #737373 !important;
  cursor: not-allowed;
  border-color: #8f8f8f !important;
}
.frame-surface > div > div .radio.active:before, .floor-surface > div > div .radio.active:before {
  content: "✓";
  position: absolute;
  top: -118%;
  left: 0;
  font-size: 33px;
  font-weight: bold;
  color: #000;
  text-shadow: 0 0 white;
}
.frame-surface > div > div .radio.galvanized, .floor-surface > div > div .radio.galvanized {
  background-color: #999;
}
.frame-surface > div > div .radio.light_grey, .floor-surface > div > div .radio.light_grey {
  background-color: #e5e5e5;
}
.frame-surface > div > div .radio.flame_red, .floor-surface > div > div .radio.flame_red {
  background-color: #e2001a;
}
.frame-surface > div > div .radio.gentian_blue, .floor-surface > div > div .radio.gentian_blue {
  background-color: #032a79;
}
.frame-surface > div > div .radio.black, .floor-surface > div > div .radio.black {
  background-color: #000;
}
.frame-surface > div > div .radio.silver_grey, .floor-surface > div > div .radio.silver_grey {
  background-color: #f6f6f6;
}
.frame-surface > div > div .radio.reseda_green, .floor-surface > div > div .radio.reseda_green {
  background-color: #8bc63e;
}
.frame-surface > div > div .radio.matOrange, .floor-surface > div > div .radio.matOrange {
  background-color: #fc6d00;
}
.frame-surface > div > div span, .floor-surface > div > div span {
  visibility: hidden;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
.frame-surface > div > div:hover span, .floor-surface > div > div:hover span {
  visibility: visible;
}
@media (max-width: 899px) {
  .frame-surface > div, .floor-surface > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 899px) {
  .frame-surface, .floor-surface {
    margin-bottom: 2rem;
  }
}
.configuration-tab .slick-track {
  display: block;
  height: auto;
}
.configuration-tab .slick-track .slick-slide {
  float: left;
}
@media (max-width: 899px) {
  .configuration-tab .slick-track .slick-slide {
    padding-bottom: 340px;
  }
}
@media (max-width: 899px) {
  .configuration-tab label {
    line-height: 15px;
    margin: 8px 0;
    display: block;
  }
}
.input-number-wrapper {
  display: flex;
  flex-grow: 1;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.input-number-wrapper div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border: 1px solid #666;
  color: #004d73;
  cursor: pointer;
}
.input-number-wrapper div.disabled {
  background-color: #e5e5e5;
  color: #666;
  cursor: not-allowed;
}
.input-number-wrapper input {
  flex-grow: 1;
  width: 100% !important;
  max-width: 117px !important;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  text-align: center;
}
.input-number-wrapper input.disabled {
  background-color: #e5e5e5;
  color: #666 !important;
  cursor: not-allowed;
}
.input-number-wrapper input::-webkit-outer-spin-button, .input-number-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-number-wrapper input[type=number] {
  -moz-appearance: textfield;
}
@media (min-width: 1024px) {
  .only-mobile {
    display: none;
  }
}
.configuration-landing-page {
  flex-wrap: wrap;
  gap: 4rem;
}
@media (min-width: 900px) {
  .configuration-landing-page {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.configuration-landing-page .card, .configuration-landing-page .category {
  display: block;
}
@media (max-width: 599px) {
  .configuration-landing-page .card, .configuration-landing-page .category {
    margin-bottom: 20px;
  }
  .configuration-landing-page .card:last-of-type, .configuration-landing-page .category:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 900px) {
  .configuration-landing-page .card:last-of-type, .configuration-landing-page .category:last-of-type {
    margin-right: 0;
  }
}
.configuration-landing-page .title {
  text-align: center;
  line-height: 80px;
  color: #666;
  font-size: 20px;
  font-weight: bold;
}
.configuration-landing-page .image {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.configuration-landing-page img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -200px;
  height: 100%;
}
.configuration-landing-page hr {
  margin: 30px;
}
.configuration-landing-page button {
  margin: 0 30px 30px;
  width: calc(100% - 2 * 30px);
}
.configuration-landing-page .category-image {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 30px;
  border: 2px solid #a7a7a7;
  border-radius: 9999px;
  width: 240px;
  height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.4s ease;
}
.configuration-landing-page .title {
  text-align: center;
  color: #a7a7a7;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
  margin-top: 30px;
  line-height: 1.5;
}
.configuration-landing-page .conf-button {
  text-align: center;
  color: #f03241;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
}
.cursor-pointer {
  cursor: pointer;
}
.accessibility {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.25rem;
  transition: all 0.3s ease-out;
}
.accessibility i {
  cursor: pointer;
}
.accessibility i.increase {
  transform: scale(-1, 1);
}
.accessibility .accessibility-sidebar-button {
  background-color: #737373;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  box-shadow: 0 0 25px #004d73;
  padding: 5px 5px 5px 15px;
}
.accessibility .accessibility-sidebar-button > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 9999px;
}
.accessibility .accessibility-sidebar-button > div i {
  font-size: 31px;
  color: #004d73;
}
.accessibility .accessibility-sidebar {
  position: relative;
  left: 5px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 0 5px #666;
  border-radius: 1rem;
}
.accessibility .accessibility-sidebar > * + * {
  border-top-width: 1px;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #e5e5e5;
  border-style: solid;
}
.accessibility .accessibility-sidebar > div.header {
  display: flex;
  align-items: center;
  gap: 2rem;
  text-align: center;
  padding: 1rem 2rem;
  background-color: #004d73;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.accessibility .accessibility-sidebar > div.action {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1rem 2rem;
  transition: all 0.3s ease-out;
}
.accessibility .accessibility-sidebar > div.action.active {
  color: #004d73;
}
.accessibility .accessibility-sidebar > div.action .button-toggle {
  flex-grow: 1;
  font-size: 2rem;
  text-align: right;
}
.contrast {
  color: #000;
  transition: all 0.3s ease-out;
}
.contrast .configuration-landing-page .title {
  color: #000;
}
.contrast .configuration-landing-page .category-image {
  border-color: #000;
}
.contrast .popup > .headline {
  background-color: #ffb28c;
}
.contrast .accessibility .accessibility-sidebar > div.header {
  background-color: #ffb28c;
}
.contrast .accessibility .accessibility-sidebar > div.action.active {
  color: #ffb28c;
}
.contrast input[type="text"], .contrast input[type="search"], .contrast input[type="email"], .contrast input[type="password"], .contrast input[type="date"], .contrast input[type="file"], .contrast input[type="tel"], .contrast select, .contrast textarea {
  border-bottom-color: #ffb28c;
}
.contrast input[type="radio"] {
  accent-color: #ffb28c;
}
.contrast .configuration .dimensions .button-group button {
  border-color: #000;
  color: #000;
}
.contrast .configuration .dimensions .button-group button.active {
  background-color: #ffb28c;
  border: 2px solid #ffb28c;
  color: #fff;
}
.contrast .configuration .configuration-steps .slick-list .slick-track .slick-slide.slick-current {
  background-color: #ffb28c;
}
.contrast select {
  color: #ffb28c;
}
.contrast .configuration .dimensions .num-fields input, .contrast .configuration .beam-length input, .contrast .configuration .extension-unit-amount input, .contrast .configuration .field-width input, .contrast .configuration .beam-system input, .contrast .configuration .outer-frame-height input, .contrast .configuration .inner-frame-height input, .contrast .configuration .total-length input, .contrast .configuration .number-of-shelves input, .contrast .configuration .shelf-load-panel input {
  color: #ffb28c;
}
.contrast .viewer .add-to-cart .parts-list-button:hover {
  color: #ffb28c;
}
.contrast .viewer .add-to-cart .info .price .price-level .catalog-price {
  color: #ffb28c;
}
.contrast .popup button, .contrast button, .contrast .button {
  background-color: #ffb28c;
}
.contrast .input-number-wrapper input {
  border-color: #000;
}
.contrast .input-number-wrapper div {
  border-color: #000;
  color: #ffb28c;
}
.contrast .configuration-tab .page .nav li a {
  color: #ffb28c;
}
.contrast .configuration-tab .page.page-3 .bracing-system ul li button {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.contrast .configuration-tab .page.page-3 .bracing-system ul li button.active {
  background-color: #ffb28c;
  border-color: #ffb28c;
  color: #fff;
}
.contrast .tooltipster-content {
  color: black !important;
}
.increaseFontsize {
  font-size: 1.25rem;
  transition: all 0.3s ease-out;
  /*
    .frame-surface, .floor-surface {
        display: flex;
        align-items: center;
        gap: 2rem;
    }

    .frame-surface > .title, .floor-surface > .title {
        width: auto !important;
    }

    .frame-surface > div, .floor-surface > div {
        display: flex;
        gap: .5rem;
        flex-wrap: wrap;
    }

    .frame-surface > div > div, .floor-surface > div > div {
        flex-direction: row;
        flex: 1 1 0;
    }

    .frame-surface > div > div span, .floor-surface > div > div span {
        font-size: 14px;
        text-align: left;
    }
    */
}
.increaseFontsize .configuration .configuration-steps .slick-list .slick-track .slick-slide {
  font-size: 24px;
}
.increaseFontsize .tw-text-base {
  font-size: large !important;
}
.increaseFontsize .viewer .product-item-title h1 {
  transition: all 0.3s ease-out;
  font-size: 24px;
}
.increaseFontsize .tw-text-lg {
  font-size: 1.25rem !important;
  line-height: 2rem !important;
  transition: all 0.3s ease-out;
}
.increaseFontsize .accessibility {
  font-size: 1.5rem;
}
.decreaseFontsize {
  font-size: 0.75rem;
  transition: all 0.3s ease-out;
  /*
    .frame-surface, .floor-surface {
        display: flex;
        align-items: center;
        gap: 2rem;
    }

    .frame-surface > .title, .floor-surface > .title {
        width: auto !important;
    }

    .frame-surface > div, .floor-surface > div {
        display: flex;
        gap: .5rem;
        flex-wrap: wrap;
    }

    .frame-surface > div > div, .floor-surface > div > div {
        flex-direction: row;
        flex: 1 1 0;
    }

    .frame-surface > div > div span, .floor-surface > div > div span {
        font-size: 12px;
        text-align: left;
    }
    */
}
.decreaseFontsize .configuration .configuration-steps .slick-list .slick-track .slick-slide {
  font-size: 16px;
}
.decreaseFontsize .tw-text-base {
  font-size: small !important;
}
.decreaseFontsize .viewer .product-item-title h1 {
  font-size: 16px;
  transition: all 0.3s ease-out;
}
.decreaseFontsize .tw-text-lg {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  transition: all 0.3s ease-out;
}
.decreaseFontsize .accessibility {
  font-size: 1rem;
}
.keyboard :focus {
  outline: 4px dashed #ffb28c;
}
.frame-surface, .floor-surface {
  margin-bottom: 1rem;
}
.frame-surface > div, .floor-surface > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.frame-surface > div > div, .floor-surface > div > div {
  gap: 0.5rem;
  flex-direction: row;
}
.frame-surface > div > div span, .floor-surface > div > div span {
  visibility: visible;
}
.frame-surface > div > div > label, .floor-surface > div > div > label {
  visibility: visible;
  line-height: 1.25;
}
footer {
  position: relative;
}
@media (max-width: 1199px) {
  footer {
    padding-bottom: 40px;
  }
}
@media (min-width: 900px) {
  footer .info {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 899px) {
  footer .info section {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  footer .info section {
    width: 39%;
  }
  footer .info section.payment-methods {
    width: 28%;
  }
  footer .info section.security.desktop {
    padding-right: 5%;
    box-sizing: border-box;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  footer .info section {
    width: 37%;
  }
  footer .info section.payment-methods {
    width: 30%;
  }
}
@media (max-width: 899px) {
  footer .info section:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 899px) {
  footer .info h2 {
    margin-bottom: 10px;
  }
}
footer .footer-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .payment-methods.mobile .icon-box-image {
  flex-shrink: 0;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px;
  width: 100px;
  max-width: 100px;
  height: 100px;
  max-height: 100px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
@media (max-width: 599px) {
  footer .payment-methods.mobile .icon-box-image {
    width: 80px;
    height: 80px;
  }
}
footer .payment-methods.mobile .icon-box-image img {
  max-width: 100%;
  width: 100%;
  max-height: none;
  margin-top: 0;
  transform: none;
}
footer .payment-methods.desktop .icon-box-image {
  flex-shrink: 0;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px;
  width: 100px;
  max-width: 100px;
  height: 100px;
  max-height: 100px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
footer .seals .icon-box-image {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex: 0;
  flex-shrink: 0;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px;
  width: 100px;
  max-width: 100px;
  height: 100px;
  max-height: 100px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
@media (max-width: 599px) {
  footer .seals .icon-box-image {
    width: 80px;
    height: 80px;
  }
}
footer .seals .icon-box-image img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  margin-top: 50%;
  transform: translateY(-50%);
}
footer .seals .icon-box-image.award-icon {
  max-width: 155px;
  width: 155px;
}
footer .seals .icon-box-image.award-icon img {
  margin-top: 0;
  transform: none;
}
footer .footer-icon {
  margin-right: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  padding: 5px;
  width: auto;
  min-width: 80px;
  height: 80px;
}
footer .footer-icon.full {
  padding: 0;
  min-width: 90px;
  height: 90px;
}
footer .footer-icon.full img {
  height: 90px;
}
footer .footer-icon img {
  width: auto;
  height: 80px;
}
footer .footer-icon > img, footer .footer-icon picture {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
footer .security .icon-box-image {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex: 0;
  flex-shrink: 0;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px;
  width: 100px;
  max-width: 100px;
  height: 100px;
  max-height: 100px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
@media (max-width: 599px) {
  footer .security .icon-box-image {
    width: 80px;
    height: 80px;
  }
}
footer .security .icon-box-image img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  margin-top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1200px) and (max-width: 1799px) {
  footer .security-icons {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  footer .social-icons {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    z-index: 99;
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  footer .social-icons {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
    width: 40px;
  }
}
footer .social-icons a {
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 899px) {
  footer .social-icons a {
    width: calc(100% / 5);
    text-align: center;
  }
}
footer .social-icons a:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 599px) {
  footer .social-icons i {
    font-size: 1.5em;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  footer .social-icons i {
    font-size: 2em;
  }
}
footer .social-icons svg {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
footer .social-icons .fa-facebook-square {
  color: #3b5998;
}
footer .social-icons .fa-facebook-square:hover {
  color: #5375bc;
}
footer .social-icons .fa-linkedin {
  color: #0077b5;
}
footer .social-icons .fa-linkedin:hover {
  color: #00a2f7;
}
footer .social-icons .fa-xing-square {
  color: #026466;
}
footer .social-icons .fa-xing-square:hover {
  color: #04b2b6;
}
footer .social-icons .fa-youtube-square {
  color: #f00;
}
footer .social-icons .fa-youtube-square:hover {
  color: #f33;
}
footer .awards {
  padding: 0;
}
footer .awards .icon-box-image {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex: 0;
  flex-shrink: 0;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px;
  width: 100px;
  max-width: 100px;
  height: 100px;
  max-height: 100px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
@media (max-width: 599px) {
  footer .awards .icon-box-image {
    width: 80px;
    height: 80px;
  }
}
footer .awards .icon-box-image img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  margin-top: 50%;
  transform: translateY(-50%);
}
footer .awards.mobile .icon-box-image {
  flex-shrink: 0;
  margin-right: 20px;
  margin-bottom: 0;
  padding: 10px;
  width: auto;
  max-width: 155px;
  height: auto;
  max-height: none;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  flex: 1 1 0;
}
footer .awards.mobile .icon-box-image img {
  max-width: 100%;
  width: 100%;
  max-height: none;
  margin-top: 0;
  transform: none;
}
footer .main {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 599px) {
  footer .main {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  footer .main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  footer .main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 1199px) {
  footer .main > li {
    margin-bottom: 20px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  footer .main > li {
    width: calc((100% - 2 * 10px) / 3);
  }
}
@media (max-width: 599px) {
  footer .main > li:last-of-type {
    margin-bottom: 0;
  }
}
footer li {
  line-height: 25px;
}
footer .main-menu-link {
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #666;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  footer .main-menu-link {
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  footer .main-menu-link {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  footer .columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (min-width: 1200px) {
  footer .columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
}
footer .columns li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (max-width: 1199px) {
  footer .to-top {
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0 15px 0;
    font-weight: bold;
    color: #666;
  }
  footer .to-top div {
    padding-top: 10px;
  }
  footer .main {
    background-color: #fff;
    padding: 0;
  }
  footer .main > li {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding-left: 30px;
    border-bottom: 1px solid #666;
    line-height: 42px;
  }
  footer .main > li > div:after {
    font-family: "Font Awesome 5 Pro", sans-serif;
    content: "";
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 30px;
  }
  footer .main > li > .main-menu-link {
    margin-bottom: 0;
  }
  footer .main > li > ul {
    display: none;
  }
  footer .legal {
    padding: 15px 0;
  }
  footer .legal ul {
    display: flex;
    justify-content: space-around;
    padding: 15px 30px;
  }
  footer .legal ul > li a {
    color: #666;
  }
  footer .info {
    background-color: #f2f2f2;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
}
.chosen-container-multi .chosen-choices {
  border-top: none;
  border-right: none;
  border-left: none;
  border-color: #004d73;
  background: #fff;
}
.chosen-container-multi .chosen-choices li.search-choice {
  border: 1px solid #004d73;
  box-shadow: none;
  background: #fff;
}
.chosen-container-multi .chosen-results li.highlighted {
  background: #004d73;
}
.chosen-container-single .chosen-single {
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #004d73 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.chosen-container-single .chosen-drop {
  top: 106%;
}
.chosen-container-single .chosen-results li.highlighted {
  background: #004d73;
}
