#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  transform: rotate(3deg) translateY(-4px);
}
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border-color: #29d transparent transparent #29d;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  animation: nprogress-spinner 0.4s linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
  position: absolute;
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.ps__rail-x {
  height: 15px;
  bottom: 0;
}
.ps__rail-x,
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  position: absolute;
}
.ps__rail-y {
  width: 15px;
  right: 0;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y,
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps__thumb-x {
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  bottom: 2px;
}
.ps__thumb-x,
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  position: absolute;
}
.ps__thumb-y {
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  right: 2px;
}
.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x:hover > .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y:hover > .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .ps {
    overflow: auto !important;
  }
}
.weDropdownCart {
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 25px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  font-size: 1rem;
  line-height: 1.2em;
  text-transform: none;
  font-weight: 400;
  color: #1d252d;
  transform: translateY(-10px);
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
}
:focus-within > .weDropdownCart {
  opacity: 1;
  visibility: inherit;
  transform: translate(0);
}
.weDropdownCart--in {
  opacity: 1;
  visibility: inherit;
  transform: translate(0);
}
.weDropdownCart h3 {
  font-size: 1.3em;
  line-height: 1.1em;
}
.weDropdownCart p {
  margin: 0;
}
.weDropdownCart a {
  color: #1d252d;
  text-decoration: none;
}
.weDropdownCart a:hover {
  color: #e3000b;
}
.weDropdownCart input {
  margin-right: 1.2em;
  width: 3em;
  border: 1px solid #ddd;
  padding: 2px 0 2px 4px;
  font-size: 12px;
  color: #1d252d;
}
.weDropdownCart__items {
  list-style-type: none;
  padding: 5px 0 15px;
}
.weDropdownCart__item {
  list-style-type: none;
  display: flex;
  width: 100%;
  margin: 2px 0;
}
.weDropdownCart__item--highlighted {
  font-weight: 700;
  background: #f3f3f3;
  padding: 0 2px 0 4px;
  width: calc(100% + 6px);
  margin: 0 -2px 0 -4px;
}
.weDropdownCart__itemDelete {
  margin-top: 2px;
}
.weDropdownCart__itemLabel {
  display: inline-block;
  padding-top: 4px;
  flex: 1 0 auto;
}
.weDropdownCart__pointer {
  position: absolute;
  right: 47px;
  top: -15px;
  content: '';
  display: block;
  margin-left: -8px;
  border: 8px solid transparent;
  border-bottom-color: #fff;
}
@media (max-width: 1680px) {
  .weDropdownCart__pointer {
    right: 42px;
  }
}
@media (max-width: 767px) {
  .weDropdownCart__pointer {
    right: 32px;
  }
}
.weHeader__barSectorTools .weHeader__barToolsLabel {
  display: none;
}
.weHeader__barSectorTools .weHeader__barToolsButton {
  position: relative;
}
.weHeader__barSectorTools .weHeader__barToolsButton:first-child {
  padding-right: 15px;
}
.weHeader__barSectorTools .weInfoCircle--cart {
  position: absolute;
  top: 37.5%;
  transform: translateY(-50%);
  right: 5px;
  background: #e3000b;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  font-size: 12px;
  height: 1.5em;
  width: 1.5em;
  line-height: 1.3em;
  text-align: center;
  letter-spacing: -0.5px;
}
@media (max-width: 990px) {
  body.headerScrollHidden .weDropdownCart--in {
    position: fixed;
    top: 80px;
  }
}
@media (max-width: 767px) {
  body.headerScrollHidden .weDropdownCart--in {
    top: 90px;
  }
}
.modal {
  z-index: 100001;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  min-width: 700px;
  min-height: 500px;
  max-width: calc(100vw - 20px);
  max-height: calc(100vh - 20px);
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.45);
  transition: transform 0.3s ease-in-out;
  font-size: 0.875rem;
}
@media (max-width: 700px) {
  .modal {
    min-width: calc(100vw - 20px);
  }
}
.modal a {
  text-decoration: none;
  color: #e3000b;
}
.modal a:hover {
  text-decoration: underline;
}
.modal--shown {
  transition: transform 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1);
}
.modal--section-backlink-modal {
  z-index: 1000;
  top: auto;
  left: 0;
  bottom: 40px;
  min-height: 50px;
  max-height: 50px;
  height: 50px;
  transform: none;
  min-width: 0;
  width: auto;
  max-width: 990px;
  cursor: pointer;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: none;
  visibility: hidden;
  animation: fadeIn 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
@media (max-width: 990px) {
  .modal--section-backlink-modal {
    min-width: 0;
    width: 100%;
    min-height: 60px;
    max-height: 60px;
    height: 60px;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
.modal--section-backlink-modal .modal__content {
  background-color: #1d252d;
  background-color: #e3000b;
  color: #fff;
  padding: 20px 20px 20px 45px;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1.2em;
  overflow: hidden;
  width: 100%;
  height: 60px;
  max-height: 60px;
  box-sizing: border-box;
  white-space: nowrap;
  font-family: WESans, aktiv-grotesk-condensed, sans-serif;
}
@media (min-width: 991px) {
  .modal--section-backlink-modal .modal__content {
    font-family: WESans, aktiv-grotesk, sans-serif;
    font-size: 1.2em;
    max-width: 0;
    height: 50px;
    max-height: 50px;
    padding: 15px 0 15px 45px;
    transition: max-width 0.3s linear, padding 0.3s linear;
  }
  .modal--section-backlink-modal .modal__content:hover {
    max-width: 220px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .modal--section-backlink-modal .modal__content {
    font-size: 1.2em;
  }
}
.modal--section-backlink-modal .modal__content i.catalog__icon {
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-53%);
  font-size: 1.2em;
  font-weight: 700;
}
.modal--section-backlink-modal .modal__close {
  top: 13px;
  right: 25px;
  width: 18px;
  height: 18px;
  font-size: 18px;
  padding: 5px;
  color: #fff;
  opacity: 1;
  line-height: 1.2em;
}
@media (min-width: 991px) {
  .modal--section-backlink-modal .modal__close {
    display: none;
  }
}
.modal--section-backlink-modal .modal__close .catalog__icon--close:after {
  font-size: 20px;
}
.modal--section-backlink-modal .modal__close:hover {
  opacity: 1;
}
.modal__title {
  background-color: #1d252d;
  text-align: left;
  white-space: nowrap;
  color: #fff;
  font-weight: 700;
  height: 50px;
  line-height: 30px;
}
.modal__content,
.modal__title {
  display: block;
  padding: 8px 20px;
}
.modal__content {
  height: calc(100% - 126px);
  max-height: calc(100vh - 146px);
  overflow-y: auto;
}
.modal--noactions .modal__content {
  height: calc(100% - 50px);
  max-height: calc(100vh - 70px);
}
.modal__actions {
  height: 76px;
  line-height: 30px;
  padding: 21px 20px;
  text-align: right;
  font-size: 0;
}
.modal__actions button {
  font-size: 0.86rem;
  display: inline-block;
  width: auto;
  transition: color 0.1s linear, background-color 0.1s linear;
}
.modal__actions button:not(:last-child) {
  margin-right: 10px;
}
.modal--image img {
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  height: 15px;
  width: 15px;
  cursor: pointer;
  color: #c1c6c8;
  vertical-align: middle;
}
.modal__close:hover {
  color: #fff;
}
.modal--contentExternal {
  width: 500px;
  min-width: 500px;
  min-height: 250px;
}
@media (max-width: 767px) {
  .modal--contentExternal {
    width: 100%;
    min-width: 100%;
  }
}
.modal__checkbox {
  cursor: pointer;
  vertical-align: top;
  position: relative;
  margin-bottom: 5px;
  break-inside: avoid;
}
.modal__checkbox input {
  position: absolute;
  left: -100vw;
}
.modal__checkbox label {
  padding-left: 26px;
  padding-right: 5px;
  display: block;
  cursor: pointer;
  line-height: 19px;
  word-break: break-word;
}
.modal__checkbox label span {
  color: #777;
  font-size: 12px;
  display: inline-block;
  margin-left: 2px;
}
.modal__checkbox label:before {
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
  content: ' ';
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #eaeaea;
}
.modal__checkbox:hover input:not([disabled]) + label:before,
.modal__checkbox input:checked + label:before {
  background: url(../img/checkbox.png) #fff;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (hover: none) {
  .modal__checkbox:hover input:not([disabled]):not(:checked) + label:before {
    background: #fff;
  }
}
.modal__checkbox input[disabled] + label {
  opacity: 0.6;
  cursor: not-allowed;
}
.modal--backdrop {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.modal--backdrop.modal--shown {
  transition: background-color 0.15s ease-in-out;
  transform: none;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 991px) {
  body.touch .modal--section-backlink-modal .modal__content:hover {
    width: 0;
    padding-right: 0;
  }
}
.we-catalog-modalDropdown {
  position: absolute;
  background-color: #fff;
  z-index: 998;
  padding: 22px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  font-size: 0.95rem;
  line-height: 1.2em;
  text-transform: none;
  font-weight: 400;
}
@media (max-width: 990px) {
  .we-catalog-modalDropdown {
    left: 0 !important;
    right: 0 !important;
    max-width: 100%;
  }
}
.we-catalog-modalDropdown__triangle {
  position: absolute;
  display: block;
  content: ' ';
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 7px 7px;
  transform: translateX(-50%) rotate(1turn);
}
@media (max-width: 990px) {
  .we-catalog-modalDropdown__triangle {
    display: none;
  }
}
.download-button,
.download-button-dropdown {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 5px 1px;
  color: #353535;
  font-weight: 600;
  min-width: 2em;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #fff;
  font-family: WESans, aktiv-grotesk-condensed, sans-serif;
  position: relative;
}
.download-button-dropdown:hover,
.download-button:hover {
  text-decoration: none !important;
  border-color: #e3000b;
}
.download-button-dropdown .catalog__icon--chevron__down,
.download-button .catalog__icon--chevron__down {
  top: -1px;
  font-size: 0.65em;
  line-height: 1em;
  color: #888;
  font-size: 1em;
  margin-left: 0.35em;
}
.download-button-dropdown .catalog__icon--chevron__down :after,
.download-button .catalog__icon--chevron__down :after {
  font-size: 10px !important;
}
a.download-button-dropdown {
  color: #353535 !important;
  min-width: 6.5em;
  text-align: left;
  padding-left: 4px;
  padding-right: 18px;
}
@media (max-width: 990px) {
  a.download-button-dropdown--open {
    position: absolute;
    top: 10px;
    right: 0;
  }
}
a.download-button-dropdown--spec {
  min-width: auto;
  color: #e3000b !important;
}
a.download-button-dropdown .download-count {
  font-family: WESans, aktiv-grotesk, sans-serif;
  font-weight: 700;
}
a.download-button-dropdown .catalog__icon--chevron__down {
  position: absolute;
  top: 1px;
  right: 5px;
}
@media (max-width: 990px) {
  a.download-button-dropdown .catalog__icon--chevron__down {
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: inherit !important;
  }
}
.download-button + .download-button {
  margin-left: 0.25rem;
}
.download-button.manual-link {
  color: #1d252d !important;
}
.download-button:hover {
  border-color: #e3000b;
}
.download-button:hover:after {
  color: #e3000b;
}
.download-button:hover:before {
  opacity: 1;
}
.spec-link {
  color: #e3000b !important;
}
.spec-dropdown {
  color: #1d252d;
  background-color: #fff;
  padding: 22px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  font-size: 0.95rem;
  line-height: 1.2em;
  text-transform: none;
  font-weight: 400;
  max-width: 500px;
}
.spec-dropdown h3 {
  margin-top: 0;
}
@media (max-width: 990px) {
  .spec-dropdown {
    left: 0 !important;
    right: 0 !important;
    max-width: 100%;
  }
}
.spec-dropdown p {
  line-height: 1.55em;
}
.spec-dropdown a {
  text-decoration: none;
  color: #e3000b;
  display: block;
  margin: 0.6em 0;
}
.spec-dropdown a:hover {
  text-decoration: underline;
}
.spec-dropdown a .catalog__icon {
  font-size: 1.2rem;
  margin-right: 0.5em;
}
.spec-dropdown a:last-child {
  margin-bottom: 0;
}
.spec-dropdown a .download-button {
  padding-left: 3px;
  padding-right: 3px;
  margin-right: 8px;
}
.spec-dropdown a .download-button:after {
  color: #e3000b;
}
.spec-dropdown .spec-dropdown__triangle {
  position: absolute;
  display: block;
  content: ' ';
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 7px 7px;
  transform: translateX(-50%) rotate(1turn);
}
@media (max-width: 990px) {
  .spec-dropdown .spec-dropdown__triangle {
    display: none;
  }
}
.we-catalog-productDownloads,
.we-catalog-specExpanded {
  display: none;
  font-size: 0.95rem;
  color: #1d252d;
}
@media (max-width: 990px) {
  .we-catalog-productDownloads,
  .we-catalog-specExpanded {
    clear: both;
    width: 100%;
    min-width: calc(100vw - 36px);
    padding: 10px 0;
    margin-left: -0.3em;
  }
}
.we-catalog-productDownloads__group,
.we-catalog-specExpanded__group {
  margin-top: 1.75em;
}
.we-catalog-productDownloads__group:first-child,
.we-catalog-specExpanded__group:first-child {
  margin-top: 0.25em;
}
.we-catalog-productDownloads h3,
.we-catalog-specExpanded h3 {
  font-size: 1.2rem;
  margin-top: 0;
}
.we-catalog-productDownloads h4,
.we-catalog-specExpanded h4 {
  margin-top: 0;
  margin-bottom: 0.75em;
  font-size: 1.05em;
}
.we-catalog-productDownloads h4.we-catalog-productDownloads__downloadAll,
.we-catalog-specExpanded h4.we-catalog-productDownloads__downloadAll {
  margin-top: 1.5em;
}
.we-catalog-productDownloads h4 a,
.we-catalog-specExpanded h4 a {
  color: #1d252d;
  text-decoration: none;
}
.we-catalog-productDownloads h4 a .download-button,
.we-catalog-specExpanded h4 a .download-button {
  margin-left: 0.25em;
}
.we-catalog-productDownloads h4 a:hover,
.we-catalog-specExpanded h4 a:hover {
  color: #e3000b;
}
.we-catalog-productDownloads h4 a:hover .download-button,
.we-catalog-specExpanded h4 a:hover .download-button {
  border-color: #e3000b;
}
.we-catalog-productDownloads p,
.we-catalog-specExpanded p {
  line-height: 1.5em;
}
.we-catalog-productDownloads__items,
.we-catalog-specExpanded__items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.we-catalog-productDownloads__items--2-columns,
.we-catalog-specExpanded__items--2-columns {
  column-count: 2;
}
@media (max-width: 990px) {
  .we-catalog-productDownloads__items--2-columns,
  .we-catalog-specExpanded__items--2-columns {
    column-count: 1;
  }
}
.we-catalog-productDownloads__items .download-button,
.we-catalog-specExpanded__items .download-button {
  min-width: 3em;
}
.we-catalog-productDownloads__items li,
.we-catalog-specExpanded__items li {
  padding: 0 20px 0 0 !important;
}
@media (max-width: 990px) {
  .we-catalog-productDownloads__items li,
  .we-catalog-specExpanded__items li {
    padding-right: 0 !important;
  }
}
.we-catalog-productDownloads__items li:before,
.we-catalog-specExpanded__items li:before {
  content: '' !important;
}
.we-catalog-productDownloads__items a,
.we-catalog-specExpanded__items a {
  display: flex;
  align-items: stretch;
  padding: 3px 0;
  text-decoration: none;
  color: #1d252d;
  line-height: 1.5em;
}
.we-catalog-productDownloads__items a:hover,
.we-catalog-specExpanded__items a:hover {
  color: #e3000b;
}
.we-catalog-productDownloads__items a:hover .download-button,
.we-catalog-specExpanded__items a:hover .download-button {
  border-color: #e3000b;
}
.we-catalog-productDownloads__itemShortcut,
.we-catalog-specExpanded__itemShortcut {
  margin-right: 0.5em;
}
@media (max-width: 990px) {
  .we-catalog-productDownloads__itemFilename,
  .we-catalog-specExpanded__itemFilename {
    word-break: break-all;
  }
}
.we-catalog-productDownloads__itemPipe,
.we-catalog-specExpanded__itemPipe {
  color: #aaa;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.we-catalog-productDownloads__itemSize,
.we-catalog-specExpanded__itemSize {
  color: #aaa !important;
  white-space: nowrap;
}
.we-catalog-modalDropdown .we-catalog-productDownloads,
.we-catalog-modalDropdown .we-catalog-specExpanded {
  display: block;
}
.we-catalog-modalDropdown .we-catalog-specExpanded {
  max-width: 460px;
}
.we-pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 1.5em;
}
@media (max-width: 990px) {
  .we-pagination {
    justify-content: center;
  }
}
.we-pagination button {
  display: inline-block;
  width: auto;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  color: #1d252d;
  transition: color 0.1s linear, background-color 0.1s linear;
  font-weight: 700;
}
.we-pagination button.we-pagination__currentpage {
  color: #e3000b;
  background-color: #fff;
}
.we-pagination button:hover {
  color: #fff;
  background-color: #e3000b;
}
.we-pagination__lastpage {
  text-align: right;
}
.we-pagination__firstpage,
.we-pagination__lastpage {
  width: 120px;
}
@media (max-width: 990px) {
  .we-pagination__firstpage,
  .we-pagination__lastpage {
    display: none;
  }
}
.we-pagination__numbers {
  color: #999;
}
.we-pagination__numbers a {
  text-decoration: none;
}
.we-pagination__numbers button {
  width: 36px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.weInfoBannerBackground {
  position: fixed;
  z-index: 101;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
.weInfoBannerBackground--active {
  opacity: 1;
}
.weInfoBanner {
  position: fixed;
  bottom: 0;
  left: calc(50vw - 475px);
  width: 950px;
  z-index: 102;
  padding: 35px 40px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.4s ease-out, bottom 0.4s ease-out;
  display: flex;
  align-items: center;
}
@media (max-width: 990px) {
  .weInfoBanner {
    width: calc(100% - 34px);
    left: 17px;
    right: 17px;
    padding: 20px 25px 30px;
    bottom: 0;
  }
}
.weInfoBanner--active {
  opacity: 1;
  bottom: 70px;
}
@media (max-width: 990px) {
  .weInfoBanner--active {
    bottom: 30px;
  }
}
.weInfoBanner__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  opacity: 0.3;
}
.weInfoBanner__close:hover {
  opacity: 1;
}
.weInfoBanner__image {
  flex-basis: 220px;
  margin-right: 30px;
  padding: 0 0 0 10px;
}
.weInfoBanner__image img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .weInfoBanner__image {
    display: none;
  }
}
.weInfoBanner__buttons {
  display: flex;
  width: 100%;
  margin-top: 20px;
}
.weInfoBanner__button {
  text-decoration: none;
  margin-bottom: 5px;
  margin-right: 20px !important;
}
.weInfoBanner__button--secondary {
  display: inline-flex !important;
}
html {
  scroll-behavior: auto;
}
.weFooter {
  position: relative;
  z-index: 3;
}
.weComponents {
  position: relative;
  z-index: 2;
}
.weComponents button.weButton,
.weComponents input.weInput,
.weComponents select.weSelect {
  font-family: WESans, aktiv-grotesk, sans-serif;
  border: none;
}
.weComponents button.weButton:focus,
.weComponents input.weInput:focus,
.weComponents select.weSelect:focus {
  outline: none;
}
.weComponents input:focus {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
}
.weComponents figure.weFigure {
  margin: 0;
}
.weButton:not(.weButton--plain):not(.weButton--default) {
  border: none;
  padding: 10px 15px 12px;
  text-align: left;
  font-weight: 400;
  -webkit-appearance: button;
  cursor: pointer;
  text-transform: none;
  width: auto;
  margin: 0 0 5px;
  white-space: nowrap;
  background-color: #e3000b;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1em;
  font-weight: 700;
  transition: color 0.1s linear, background-color 0.1s linear;
}
.weButton:not(.weButton--plain):not(.weButton--default).button--secondary,
.weButton:not(.weButton--plain):not(.weButton--default):hover {
  background-color: #353535;
  color: #fff;
}
.weButton:not(.weButton--plain):not(
    .weButton--default
  ).button--secondary:hover {
  background-color: #e3000b;
  color: #fff;
}
.weButton:not(.weButton--plain):not(.weButton--default) .catalog__icon {
  margin-left: 8px;
  margin-right: -2px;
}
.weButton:not(.weButton--plain):not(.weButton--default).weButton--filter {
  background-color: #ddd;
  color: #1d252d;
  margin-left: 0.25em;
  font-weight: 600;
  padding: 7px 12px;
  transition: color 0.1s linear, background-color 0.1s linear;
}
.weButton:not(.weButton--plain):not(.weButton--default).weButton--filter
  .catalog__icon {
  margin-left: 0;
  margin-right: 0.25em;
}
.weButton:not(.weButton--plain):not(.weButton--default).weButton--filter:hover {
  background-color: #e3000b;
  color: #fff;
}
.we-section {
  width: 100%;
  clear: both;
  text-align: center;
  min-height: 100px;
  background: #fff;
  padding: 50px 40px;
}
@media (max-width: 1440px) {
  .we-section {
    padding: 40px 35px;
  }
}
@media (max-width: 1199px) {
  .we-section {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .we-section {
    padding: 25px 17px;
  }
}
.we-section--no-padding {
  padding: 0;
}
.we-section--no-padding-h {
  padding-left: 0;
  padding-right: 0;
}
.we-section--dark {
  background: #1d252d;
  color: #fff;
}
.we-section--dark .we-button:hover {
  background: #555;
}
.we-section--light {
  background: #f3f3f3;
}
.we-section--error {
  background: #fbfbfb;
}
.we-section.weTypo a:not(.we-button) {
  color: #e3000b;
}
.we-headline {
  margin: 0.66em 0;
}
.we-headline:first-child {
  margin-top: 0;
}
.we-headline--1 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .we-headline--1 {
    font-size: 2rem;
  }
}
.we-headline--3 {
  font-size: 1.3rem;
  line-height: 1.35em;
  font-weight: 600;
}
@media (max-width: 767px) {
  .we-headline--3 {
    font-size: 1.15rem;
  }
}
.we-headline--red {
  color: #e3000b;
}
.we-button {
  display: inline-block;
  width: auto;
  padding: 10px 15px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  background-color: #e3000b;
  color: #fff;
  transition: background-color 0.2s linear;
}
.we-button:hover {
  text-decoration: none !important;
  background-color: #1d252d;
}
.we-button .catalog__icon {
  margin-left: 8px;
  margin-right: -2px;
}
.we-button--light {
  background: #fff;
  color: #1d252d;
  border: 1px solid #ddd;
  transition: border-color 0.2s linear, color 0.2s linear;
  line-height: 1em;
}
.we-button--light .catalog__icon {
  color: #e3000b;
  margin-right: 6px;
}
.we-button--light:hover {
  color: #e3000b;
  border-color: #e3000b;
  background: #fff;
}
.we-button--light:active,
.we-button--light:focus {
  outline: none;
}
body {
  background-color: #1d252d;
}
@media (max-width: 990px) {
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 990px) {
  body > .weComponents > .categoryBreadcrumbs {
    display: none;
  }
}
body .sidebar > .categoryBreadcrumbs {
  top: 0;
}
@media (min-width: 991px) {
  body .sidebar > .categoryBreadcrumbs {
    display: none;
  }
}
.content {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  background-color: #fff;
}
.content.js-content-loading {
  opacity: 0.5;
}
@media (max-width: 990px) {
  .content {
    background: transparent;
  }
}
.content__inner {
  margin-top: 120px;
  width: 100%;
}
@media (min-width: 991px) {
  .content__inner {
    margin-top: 0;
    width: calc(100% - 190px);
    min-height: calc(100vh - 530px);
  }
}
@media (min-width: 1200px) {
  .content__inner {
    width: calc(100% - 220px);
  }
}
@media (min-width: 991px) {
  .content {
    padding-top: 0 !important;
  }
  .content > * {
    top: 0 !important;
    margin-top: 0 !important;
  }
}
.flag {
  display: inline-block;
  font-size: 0.65em;
  line-height: 0.95rem;
  background-color: #e3000b;
  color: #fff;
  padding: 0.35em 0.6em;
  margin-left: 0.5em;
  margin-top: -0.2em;
  vertical-align: middle;
}
.we-contentSectionCms {
  overflow-x: hidden;
}
@media (max-width: 990px) {
  .we-contentSectionCms {
    margin-left: 33px;
    max-width: calc(100% - 66px);
    width: calc(100% - 66px);
  }
}
@media (min-width: 1200px) {
  .we-contentSectionCms .weTypo {
    font-size: 1.1rem;
  }
}
@media (max-width: 990px) {
  .we-contentSectionCms .weGrid__main {
    max-width: 100vw;
    width: 100vw;
  }
}
.we-contentSectionCms .weGrid__container {
  padding: 0;
  max-width: calc(100vw - 34px);
}
@media (min-width: 991px) {
  .we-contentSectionCms .weGrid__container {
    max-width: calc(100vw - 292px);
  }
}
@media (min-width: 1200px) {
  .we-contentSectionCms .weGrid__container {
    max-width: calc(100vw - 336px);
  }
}
@media (min-width: 1781px) {
  .we-contentSectionCms .weGrid__container {
    max-width: 1440px;
  }
}
.we-contentSectionCms .weGrid__section > .weGrid__mask {
  width: calc(100% + 100px);
  margin-left: -50px;
  margin-right: -50px;
}
.we-contentSectionCms .weGrid__sectionPanel--light {
  background-color: #f3f3f3;
}
.we-contentSectionCms .weSwiper__buttonContainer.weUtils__dBlock--xxl {
  display: none !important;
}
@media (min-width: 1851px) {
  .we-contentSectionCms .weSwiper__buttonContainer.weUtils__dBlock--xxl {
    display: block !important;
    max-width: 1700px;
    left: -130px;
    right: -130px;
  }
}
.we-contentSectionCms .weSwiper__pagination.weUtils__dNone--xxl {
  display: flex !important;
}
@media (min-width: 1851px) {
  .we-contentSectionCms .weSwiper__pagination.weUtils__dNone--xxl {
    display: none !important;
  }
}
.we-additionalInfo {
  padding: 45px 50px 80px;
  margin-bottom: 0;
  width: 100%;
  position: relative;
  font-size: 1.1rem;
  background: #fff;
}
@media (max-width: 1199px) {
  .we-additionalInfo {
    padding: 25px 30px 70px;
  }
}
@media (max-width: 767px) {
  .we-additionalInfo {
    padding: 25px 17px 70px;
  }
}
.we-additionalInfo__headlines {
  width: 100%;
  text-align: left;
}
.we-additionalInfo__headline {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3em;
}
.we-additionalInfo__subheadline {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.35em;
  font-weight: 600;
}
.we-additionalInfo .we-categoryContentTabs {
  max-width: 1440px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 767px) {
  .we-additionalInfo .we-categoryContentTabs {
    margin-bottom: 25px;
  }
}
.we-additionalInfo .we-contentSection {
  max-width: 1440px;
  margin: 0 auto 50px;
  clear: both;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .we-additionalInfo .we-contentSection {
    margin-bottom: 35px;
  }
}
.we-additionalInfo .we-contentSection:not(.we-contentSection--fullWidth) {
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1540px;
}
.we-additionalInfo .we-contentSection:first-child {
  margin-top: 50px;
}
.we-additionalInfo .we-contentSection:first-child > .we-contentElement-teaser {
  margin-top: -50px;
}
.we-additionalInfo .we-contentSection:last-child:after {
  content: '';
  display: table;
  clear: both;
}
.we-additionalInfo
  .we-contentSection:last-child:not(:first-child)
  > .we-contentElement-teaser {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .we-additionalInfo
    .we-contentSection:last-child:not(:first-child)
    > .we-contentElement-teaser {
    padding-bottom: 35px;
  }
}
.we-additionalInfo .we-contentSection--fullWidth {
  margin-left: -50px;
  margin-right: -50px;
  width: calc(100% + 100px);
  max-width: calc(100% + 100px);
  margin-bottom: 15px;
}
.we-additionalInfo .we-contentSection--fullWidth + .we-contentSection {
  margin-top: 58px;
}
@media (max-width: 767px) {
  .we-additionalInfo .we-contentSection--fullWidth + .we-contentSection {
    margin-top: 35px;
  }
}
.we-additionalInfo
  .we-contentSection--fullWidth
  + .we-contentSection--fullWidth {
  margin-top: -15px;
}
@media (max-width: 767px) {
  .we-additionalInfo
    .we-contentSection--fullWidth
    + .we-contentSection--fullWidth {
    margin-top: -15px;
  }
}
.we-additionalInfo
  .we-contentSection--fullWidth
  > .we-contentElement-teaser:last-child:not(
    .we-contentElement-teaser--background-white
  ):not(.we-contentElement-teaser--background-black) {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .we-additionalInfo
    .we-contentSection--fullWidth
    > .we-contentElement-teaser:last-child:not(
      .we-contentElement-teaser--background-white
    ):not(.we-contentElement-teaser--background-black) {
    padding-bottom: 35px;
  }
}
.we-additionalInfo .we-contentSection ul li:before {
  background-color: #ccc;
}
.we-additionalInfo .we-contentSection .we-contentElement-teaser__col {
  align-items: start;
}
.we-contentElement-slider__arrow {
  color: #999;
}
.we-additionalInfo--applicationDetail,
.we-additionalInfo--productDetail {
  background: #f3f3f3;
  padding: 0.05px 0;
  margin: 0 -50px 60px;
  width: calc(100% + 100px);
  text-align: left;
}
.we-additionalInfo--applicationDetail:last-child,
.we-additionalInfo--productDetail:last-child {
  padding-bottom: 140px;
  margin-bottom: -60px;
}
.we-additionalInfo--applicationDetail .we-contentSectionCms,
.we-additionalInfo--productDetail .we-contentSectionCms {
  padding-top: 0.05px;
}
.we-additionalInfo--applicationDetail .we-contentSection,
.we-additionalInfo--productDetail .we-contentSection {
  max-width: 1440px;
  margin: 0 auto 50px;
  clear: both;
  display: flex;
  justify-content: center;
}
.we-additionalInfo--applicationDetail .we-contentSection--fullWidth,
.we-additionalInfo--productDetail .we-contentSection--fullWidth {
  padding: 0;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
}
.we-additionalInfo--applicationDetail
  .we-contentSection--fullWidth:first-child
  > :first-child,
.we-additionalInfo--productDetail
  .we-contentSection--fullWidth:first-child
  > :first-child {
  padding-top: 58px;
}
@media (max-width: 767px) {
  .we-additionalInfo--applicationDetail
    .we-contentSection--fullWidth:first-child
    > :first-child,
  .we-additionalInfo--productDetail
    .we-contentSection--fullWidth:first-child
    > :first-child {
    padding-top: 35px;
  }
}
.sidebar {
  background-color: #e3e3e3;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.45);
  z-index: 11;
  width: 100%;
  transform: scaleY(1);
  flex: 0 0 auto;
  align-self: stretch;
}
@media (min-width: 991px) {
  .sidebar {
    position: relative;
    width: 190px;
  }
}
@media (min-width: 1200px) {
  .sidebar {
    width: 220px;
  }
}
.categoryBreadcrumbs {
  display: none;
  width: inherit;
  position: fixed;
  transform-origin: 0 50%;
  transform: scaleY(0);
  opacity: 0;
  transition: top 0.3s;
  z-index: 2;
  width: 220px;
  top: 140px;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .categoryBreadcrumbs {
    width: 190px;
  }
}
@media (max-width: 990px) {
  .categoryBreadcrumbs {
    top: 110px;
    width: 100%;
  }
}
@media (min-width: 991px) {
  .categoryBreadcrumbs {
    height: calc(100vh - 140px);
    overflow-y: auto;
  }
}
.categoryBreadcrumbs--shown {
  pointer-events: all;
  z-index: 20;
  display: block;
  opacity: 1;
  transform: scaleY(1);
}
.categoryBreadcrumbs--top {
  top: 0;
}
.categoryBreadcrumbs__item {
  display: block;
  width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-hyphens: auto;
  hyphens: auto;
  padding: 28px 20px;
  text-decoration: none;
  color: #333;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.35em;
  position: relative;
  transition: color 0.1s linear, background-color 0.1s linear,
    margin-top 50ms ease-in-out;
}
.categoryBreadcrumbs__item:hover {
  background-color: #eaeaea;
}
@media (max-width: 990px) {
  .categoryBreadcrumbs__item {
    font-size: 1.2rem;
    text-align: right;
    padding: 18px 17px;
  }
}
.categoryBreadcrumbs__item:not(:first-child):not(
    .categoryBreadcrumbs__item--last
  ):before {
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
  height: 1px;
  background-color: #ccc;
  content: ' ';
  display: block;
}
@media (max-width: 990px) {
  .categoryBreadcrumbs__item:not(:first-child):not(
      .categoryBreadcrumbs__item--last
    ):before {
    left: 0;
    right: 0;
  }
}
.categoryBreadcrumbs__item span.categoryLabel {
  font-weight: 600;
  transition: color 0.1s linear, background-color 0.1s linear;
}
@media (min-width: 991px) {
  .categoryBreadcrumbs__item span.categoryLabel {
    display: block;
    padding-bottom: 0.05em;
  }
}
@media (max-width: 990px) {
  .categoryBreadcrumbs__item span.categoryLabel {
    float: left;
    vertical-align: middle;
    font-family: WESans, aktiv-grotesk-condensed, sans-serif;
  }
}
.categoryBreadcrumbs__item:hover span.categoryLabel {
  color: #e3000b;
}
@media (max-width: 990px) {
  .categoryBreadcrumbs__item span.categoryTitle {
    max-width: 55%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    margin-top: -2px;
    font-weight: 400;
    font-family: WESans, aktiv-grotesk-condensed, sans-serif;
    font-size: 1.1rem;
  }
}
.categoryBreadcrumbs__item span.categoryTitle .catalog__icon {
  display: none;
  margin-left: 10px;
  margin-right: 3px;
}
@media (max-width: 990px) {
  .categoryBreadcrumbs__item span.categoryTitle .catalog__icon {
    display: inline-block;
  }
}
.categoryBreadcrumbs__item.categoryBreadcrumbs__item--last {
  background-color: #e3000b;
  color: #fff;
}
.categoryBreadcrumbs__item.categoryBreadcrumbs__item--last:hover
  span.categoryLabel {
  color: #fff;
}
.categoryBreadcrumbs__item.categoryBreadcrumbs__item--lastFixed {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.45);
}
.we-categoryContentTabs {
  background: #eee;
  padding: 4px;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  flex: 1 1 auto;
}
.we-categoryContentTabs--empty {
  display: none;
}
.we-categoryContentTabs__tab {
  height: auto;
  border-right: 1px solid #fff;
  padding: 10px 24px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1d252d;
  text-decoration: none;
  display: block;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 990px) {
  .we-categoryContentTabs__tab {
    font-size: 1.1rem;
  }
}
.we-categoryContentTabs__tab:hover {
  color: #e3000b;
  transition: color 0.1s linear, background-color 0.1s linear;
}
.we-categoryContentTabs__tab:last-child {
  border-right: none;
}
.we-categoryContentTabs__tab--active {
  color: #fff;
  background: #e3000b;
}
.we-categoryContentTabs__tab--active:hover {
  color: #fff;
}
.we-categoryContentTabs__tab .catalog__icon {
  margin-right: 6px;
}
.we-categoryContentTabs__tab--toggleFilter {
  display: none;
}
@media (max-width: 1199px) {
  .we-categoryContentTabs__tab--toggleFilter {
    display: block;
  }
}
.we-categoryContentTabs__count {
  font-weight: 400;
  display: inline-block;
  margin-left: 0.15em;
  font-size: 0.9em;
}
.we-categoryGrid__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.we-categoryGrid__header {
  padding: 0 40px 20px;
  margin-top: -30px;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-flow: wrap;
}
@media (max-width: 990px) {
  .we-categoryGrid__header {
    margin-top: 0;
    padding: 0 17px;
  }
}
.we-categoryGrid__headlines {
  flex: 1 0 auto;
  max-width: 100%;
  margin: 30px 20px 0 0;
}
@media (max-width: 990px) {
  .we-categoryGrid__headlines {
    display: none;
  }
}
.we-categoryGrid .we-categoryContentTabs {
  background: #fff;
  margin-top: 30px;
}
@media (max-width: 990px) {
  .we-categoryGrid .we-categoryContentTabs {
    margin-top: 0;
  }
}
.we-categoryGrid__headline {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3em;
}
@media (max-width: 990px) {
  .we-categoryGrid__headline {
    font-size: 1.75rem;
  }
}
.we-categoryGrid__subheadline {
  margin: 0;
  font-size: 1.225rem;
  line-height: 1.35em;
  font-weight: 600;
}
@media (max-width: 990px) {
  .we-categoryGrid__subheadline {
    font-size: 1rem;
  }
}
.we-categoryGrid__items--tiles {
  padding: 0 40px 80px;
}
@media (max-width: 1440px) {
  .we-categoryGrid__items--tiles {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 1199px) {
  .we-categoryGrid__items--tiles {
    padding: 25px 30px 80px;
  }
}
@media (max-width: 990px) {
  .we-categoryGrid__items--tiles {
    padding: 17px 17px 60px;
  }
}
.we-categoryGrid__items--tiles .we-categoryGrid__item {
  position: relative;
}
@media (max-width: 20000px) and (min-width: 1921px) {
  .we-categoryGrid__items--tiles .we-categoryGrid__item {
    width: calc(20% - 16px);
  }
  .we-categoryGrid__items--tiles .we-categoryGrid__item:nth-child(5n + 0) {
    margin-right: 0;
  }
  .we-categoryGrid__items--tiles .we-categoryGrid__item:nth-child(5n + 1) {
    margin-left: 0;
  }
}
@media (max-width: 1920px) and (min-width: 1367px) {
  .we-categoryGrid__items--tiles .we-categoryGrid__item {
    width: calc(25% - 15px);
  }
  .we-categoryGrid__items--tiles .we-categoryGrid__item:nth-child(4n + 0) {
    margin-right: 0;
  }
  .we-categoryGrid__items--tiles .we-categoryGrid__item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media (max-width: 1440px) and (min-width: 1367px) {
  .we-categoryGrid__items--tiles .we-categoryGrid__item {
    margin: 8px;
    width: calc(25% - 12px);
  }
}
@media (max-width: 1366px) and (min-width: 991px) {
  .we-categoryGrid__items--tiles .we-categoryGrid__item {
    width: calc(33.33333% - 13.63333px);
  }
  .we-categoryGrid__items--tiles .we-categoryGrid__item:nth-child(3n + 0) {
    margin-right: 0;
  }
  .we-categoryGrid__items--tiles .we-categoryGrid__item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media (max-width: 990px) {
  .we-categoryGrid__items--tiles .we-categoryGrid__item {
    padding: 10px;
    height: 110px;
    margin: 8px;
    width: calc(50% - 8px);
  }
  .we-categoryGrid__items--tiles .we-categoryGrid__item:nth-child(2n + 0) {
    margin-right: 0;
  }
  .we-categoryGrid__items--tiles .we-categoryGrid__item:nth-child(odd) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .we-categoryGrid__items--tiles .we-categoryGrid__item {
    width: 100%;
    height: 100px;
    margin: 6px 0;
  }
}
.we-categoryGrid__items--tiles .we-categoryGrid__item:before {
  content: ' ';
  display: block;
  position: relative;
  padding-bottom: 100%;
}
@media (max-width: 990px) {
  .we-categoryGrid__items--tiles .we-categoryGrid__item:before {
    padding-bottom: 80px;
  }
}
.we-categoryGrid__items--tiles .we-categoryGrid__item .flag {
  font-size: 13px;
  line-height: 1em;
  bottom: 0;
  padding: 0.4em 0.6em 0.5em;
  background-color: #e3000b;
  color: #fff;
}
@media (min-width: 1681px) {
  .we-categoryGrid__items--tiles .we-categoryGrid__item .flag {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .we-categoryGrid__items--tiles .we-categoryGrid__item .flag {
    font-size: 12px;
    padding-left: 15px;
    bottom: 17px;
  }
}
.we-categoryGrid__items--tiles .we-categoryGrid__item .flag--extended {
  display: none;
}
.we-categoryGrid__items--tiles .we-categoryGrid__item__inner {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 25px 25px 20px;
}
@media (max-width: 1440px) {
  .we-categoryGrid__items--tiles .we-categoryGrid__item__inner {
    padding: 20px 20px 15px;
  }
}
@media (max-width: 990px) {
  .we-categoryGrid__items--tiles .we-categoryGrid__item__inner {
    flex-direction: row-reverse;
    align-items: center;
    height: 100%;
    padding: 12px;
  }
}
.we-categoryGrid__items--tiles .we-categoryGrid__item__inner__header {
  height: 25%;
  vertical-align: middle;
  z-index: 2;
  text-align: center;
  padding-bottom: 10px;
}
@media (max-width: 1680px) {
  .we-categoryGrid__items--tiles .we-categoryGrid__item__inner__header {
    font-size: 1rem;
  }
}
@media (max-width: 1440px) {
  .we-categoryGrid__items--tiles .we-categoryGrid__item__inner__header {
    font-size: 1rem;
  }
}
@media (max-width: 1366px) {
  .we-categoryGrid__items--tiles .we-categoryGrid__item__inner__header {
    font-size: 1.225rem;
  }
}
@media (max-width: 1199px) {
  .we-categoryGrid__items--tiles .we-categoryGrid__item__inner__header {
    font-size: 1.085rem;
  }
}
@media (max-width: 990px) {
  .we-categoryGrid__items--tiles .we-categoryGrid__item__inner__header {
    font-weight: 600;
    font-family: WESans, aktiv-grotesk-condensed, sans-serif;
    font-size: 1.2em;
    text-align: left;
    flex: 100;
    padding-bottom: 0;
    height: auto;
    padding-right: 40px;
  }
}
.we-categoryGrid__items--tiles .we-categoryGrid__item__inner__imageWrap {
  height: 75%;
  vertical-align: bottom;
  z-index: 1;
}
@media (max-width: 990px) {
  .we-categoryGrid__items--tiles .we-categoryGrid__item__inner__imageWrap {
    padding-top: 0;
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    height: 100%;
    position: relative;
    margin-right: 20px;
    margin-left: 0;
  }
}
.we-categoryGrid__items--tiles .we-categoryGrid__item__inner__imageInner {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  margin-left: 50%;
  left: -50%;
}
@media (max-width: 990px) {
  .we-categoryGrid__items--tiles .we-categoryGrid__item__inner__imageInner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    margin-left: 0;
  }
}
.we-categoryGrid__items--tiles .we-categoryGrid__item__inner .catalog__icon {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -18px;
  font-size: 30px;
  line-height: 1em;
  color: #ccc;
}
@media (max-width: 990px) {
  .we-categoryGrid__items--tiles .we-categoryGrid__item__inner .catalog__icon {
    display: block;
  }
}
@media (max-width: 767px) {
  .we-categoryGrid__items--tiles .we-categoryGrid__item__inner__imageWrap {
    margin-left: 0;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
  }
}
.we-categoryGrid__items--subnavigation {
  padding: 40px 40px 80px;
}
@media (max-width: 1440px) {
  .we-categoryGrid__items--subnavigation {
    padding: 35px;
  }
}
@media (max-width: 1199px) {
  .we-categoryGrid__items--subnavigation {
    padding: 25px 30px;
  }
}
@media (max-width: 990px) {
  .we-categoryGrid__items--subnavigation {
    padding: 17px 17px 30px;
  }
}
.we-categoryGrid__items--subnavigation .we-categoryGrid__item {
  padding: 15px;
  margin: 10px;
  height: 120px;
  cursor: pointer;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
@media (max-width: 20000px) and (min-width: 768px) {
  .we-categoryGrid__items--subnavigation .we-categoryGrid__item {
    width: calc(50% - 10px);
  }
  .we-categoryGrid__items--subnavigation
    .we-categoryGrid__item:nth-child(2n + 0) {
    margin-right: 0;
  }
  .we-categoryGrid__items--subnavigation .we-categoryGrid__item:nth-child(odd) {
    margin-left: 0;
  }
}
@media (max-width: 1440px) and (min-width: 768px) {
  .we-categoryGrid__items--subnavigation .we-categoryGrid__item {
    width: calc(50% - 8px);
    margin: 8px;
    height: 100px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .we-categoryGrid__items--subnavigation .we-categoryGrid__item {
    height: 90px;
  }
}
@media (max-width: 990px) and (min-width: 0) {
  .we-categoryGrid__items--subnavigation .we-categoryGrid__item {
    height: 100px;
  }
}
@media (max-width: 767px) and (min-width: 0) {
  .we-categoryGrid__items--subnavigation .we-categoryGrid__item {
    width: 100%;
    margin: 6px 0;
    height: 100px;
  }
}
.we-categoryGrid__items--subnavigation .we-categoryGrid__item__inner {
  flex-direction: row-reverse;
  align-items: center;
  height: 100%;
}
@media (max-width: 1680px) {
  .we-categoryGrid__items--subnavigation .we-categoryGrid__item__inner__header {
    font-size: 1.125rem;
  }
}
@media (max-width: 990px) {
  .we-categoryGrid__items--subnavigation .we-categoryGrid__item__inner__header {
    font-weight: 600;
    font-family: WESans, aktiv-grotesk-condensed, sans-serif;
    font-size: 1.125em;
    line-height: 1.25em;
    flex: 100;
    padding-right: 40px;
  }
}
.we-categoryGrid__items--subnavigation
  .we-categoryGrid__item__inner__imageWrap {
  padding-top: 0;
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  height: 100%;
  position: relative;
  margin-right: 20px;
}
.we-categoryGrid__items--subnavigation
  .we-categoryGrid__item__inner__imageInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.we-categoryGrid__items--subnavigation
  .we-categoryGrid__item__inner
  .catalog__icon {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -18px;
  font-size: 30px;
  line-height: 1em;
  color: #ccc;
}
@media (max-width: 990px) {
  .we-categoryGrid__items--subnavigation
    .we-categoryGrid__item__inner
    .catalog__icon {
    display: block;
  }
}
.we-categoryGrid__item {
  margin: 10px;
  padding: 1em;
  box-sizing: border-box;
  text-align: center;
  color: #1d252d;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 10px 0 transparent;
  text-decoration: none;
  position: relative;
}
.we-categoryGrid__item .flag {
  position: absolute;
  margin: 0;
  left: 0;
  bottom: 20px;
  z-index: 2;
  opacity: 0.85;
  padding-left: 15px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1em;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .we-categoryGrid__item .flag {
    font-size: 11.5px;
    bottom: 17px;
  }
}
@media (max-width: 990px) {
  .we-categoryGrid__item .flag {
    font-size: 12px;
    bottom: 14px;
  }
}
.we-categoryGrid__item__inner {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
}
.we-categoryGrid__item__inner__header {
  justify-content: space-around;
  font-size: 1.3rem;
  line-height: 1.3em;
  font-family: WESans, aktiv-grotesk, sans-serif;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 1680px) {
  .we-categoryGrid__item__inner__header {
    font-size: 1.17rem;
  }
}
.we-categoryGrid__item__inner__imageWrap {
  position: relative;
}
.we-categoryGrid__item__inner__imageInner {
  max-width: 60%;
  max-height: 100%;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
body:not(.touch) .we-categoryGrid__item:hover {
  color: #e3000b;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #e3000b;
}
body.touch .we-categoryGrid__item {
  transition: border 0s linear, box-shadow 0s linear;
}
.we-categoryGrid__item.loading,
.we-categoryGrid__item:active,
.we-categoryGrid__item:focus,
.we-categoryGrid__item:focus-within {
  color: #e3000b;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #e3000b;
}
.subnavigation {
  display: none;
}
.subnavigation--active {
  display: block;
}
.subnavigation__layer {
  background-color: #f3f3f3;
}
.subnavigation__layer__inner {
  max-width: 100%;
  max-height: 100%;
  flex: 1;
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .subnavigation__layer__inner {
    padding-top: 25px;
  }
}
@media (max-width: 990px) {
  .subnavigation__layer__inner {
    padding-top: 0;
  }
}
.subnavigation__layer__inner__mainHeadline {
  padding: 0 0 0 40px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3em;
}
.subnavigation__layer__inner__mainHeadline--error {
  color: #e3000b;
}
@media (max-width: 1440px) {
  .subnavigation__layer__inner__mainHeadline {
    padding-left: 35px;
  }
}
@media (max-width: 1199px) {
  .subnavigation__layer__inner__mainHeadline {
    font-size: 1.65rem;
    padding-left: 30px;
  }
}
@media (max-width: 990px) {
  .subnavigation__layer__inner__mainHeadline {
    padding-top: 20px;
    font-size: 1.3rem;
    margin-bottom: 0;
    padding-left: 17px;
  }
}
.subnavigation__layer__sidebar {
  background-color: #f3f3f3;
  padding: 35px;
  width: 320px;
}
.subnavigation__layer__sidebar.parametricSearchSubnavigation {
  padding: 30px;
}
@media (max-width: 1440px) {
  .subnavigation__layer__sidebar {
    width: 280px;
  }
}
@media (max-width: 1199px) {
  .subnavigation__layer__sidebar {
    padding: 25px;
    width: 220px;
  }
}
@media (min-width: 991px) {
  .subnavigation__layer__sidebar {
    border-left: 1px solid #ddd;
  }
  .subnavigation__layer__sidebar__mobileToggle {
    display: none;
  }
}
@media (max-width: 1199px) {
  .subnavigation__layer__sidebar {
    display: none;
  }
}
.subnavigation__layer__sidebar__section {
  margin-bottom: 40px;
}
.subnavigation__layer__sidebar__section__item__label {
  position: relative;
  display: block;
  padding: 7px 30px 8px 0;
  font-size: 1.05rem;
  line-height: 1.4em;
}
.subnavigation__layer__sidebar__section__item__label .catalog__icon {
  position: absolute;
  top: 50%;
  margin-top: -0.825rem;
  right: 4px;
  color: #e3000b;
  transition: color 0.1s linear, background-color 0.1s linear;
}
.subnavigation__layer__sidebar__section__item__text {
  color: #1d252d;
  font-size: 0.825rem;
  display: block;
  line-height: 1.5em;
  margin-top: -2px;
}
.subnavigation__layer__sidebar__section__item__link {
  display: block;
  color: inherit;
  font-size: 1.3em;
  line-height: 1.4em;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: -1px;
  text-decoration: none;
  color: #e3000b;
  transition: color 0.1s linear, background-color 0.1s linear;
}
.subnavigation__layer__sidebar__section__item__link--image {
  border-top: none;
  border-bottom: none;
}
.subnavigation__layer__sidebar__section__item__link img {
  width: 100%;
  height: auto;
  border: 1px solid transparent;
  box-sizing: border-box;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.subnavigation__layer__sidebar__section__item__link:hover,
.subnavigation__layer__sidebar__section__item__link:hover .catalog__icon {
  color: #1d252d;
}
.subnavigation__layer__sidebar__section__item__link:hover img {
  border: 1px solid #e3000b;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.subnavigation__layer__sidebar__section__item__link--accordion {
  border-bottom: none;
}
.subnavigation__layer__sidebar__section__item__content {
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.5s linear;
  transition-property: max-height, padding-top;
}
.subnavigation__layer__sidebar__section__item__content--active {
  max-height: 4000px;
  padding-top: 6px;
  padding-bottom: 15px;
}
.subnavigation__layer__sidebar__section__item__content__item__label__last-word {
  white-space: nowrap;
}
.subnavigation__layer__sidebar__section__item__content
  .subnavigation__layer__sidebar__section__item__content__link
  .catalog__icon {
  vertical-align: baseline;
  color: #e3000b;
}
.subnavigation__layer__sidebar__section__item__content__link {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  color: inherit;
  clear: both;
  text-decoration: none;
  font-size: 0.86rem;
}
.subnavigation__layer__sidebar__section__item__content__link:hover {
  color: #e3000b;
}
.subnavigation__layer__sidebar__section__item__content__link .catalog__icon {
  margin-top: 0;
  background-size: 7px 15px;
  background-position: 50% 0;
  overflow: visible;
  margin-bottom: -2px;
  height: 1.1em;
  width: 1em;
}
.subnavigation__layer__sidebar__section__item--image {
  margin-bottom: 25px;
}
.subnavigation__layer__sidebar__section__item--accordion:last-child {
  border-bottom: 1px solid #cbcbcb;
}
.subnavigation__layer__sidebar h3 {
  padding: 0;
  margin-top: 0.4em;
  margin-bottom: 1em;
  font-size: 1.1rem;
}
.subnavigation__layer__sidebar.parametricSearchSubnavigation h2 {
  pointer-events: visible;
  -ms-user-select: none;
  user-select: none;
  padding: 0;
  margin: 0 0 5px;
  font-size: 19px;
}
@media (min-width: 991px) {
  .subnavigation__layer .we-categoryGrid__items {
    padding-top: 8px;
  }
}
.subnavigation__layer--active {
  display: flex;
  flex-direction: row;
}
@media (min-width: 991px) {
  .subnavigation__layer--active {
    min-height: calc(100vh - 530px);
  }
}
.subnavigation__layer--left {
  flex-direction: row-reverse;
}
@media (min-width: 991px) {
  .subnavigation__layer--left .subnavigation__layer__sidebar {
    border-left: none;
    border-right: 1px solid #ddd;
  }
}
@media (max-width: 990px) {
  .subnavigation__layer__inner__categoryLabel {
    display: none;
  }
  .parametricSearch--category .subnavigation__layer__inner__categoryLabel {
    display: block;
    padding-left: 17px;
  }
}
.parametricSearch--category .subnavigation__layer__inner__categoryLabel {
  min-height: 56px;
  line-height: 32px;
}
.we-parametricSearchHeader {
  padding: 0 0 40px;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-flow: wrap;
  margin-top: -30px;
}
@media (max-width: 1199px) {
  .we-parametricSearchHeader {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
    padding-bottom: 30px;
  }
}
@media (max-width: 990px) {
  .we-parametricSearchHeader {
    padding-bottom: 20px;
  }
}
.we-parametricSearchHeader__headline {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3em;
  flex: 1 0 auto;
  margin: 30px 20px 0 0;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .we-parametricSearchHeader__headline {
    min-width: 100%;
    font-size: 2.25rem;
  }
}
@media (max-width: 990px) {
  .we-parametricSearchHeader__headline {
    font-size: 1.75rem;
  }
}
.we-parametricSearchHeader .we-categoryContentTabs {
  margin-top: 30px;
}
.parametricSearch {
  display: flex;
  height: 100%;
}
@media (max-width: 990px) {
  .parametricSearch {
    background: #fff;
    width: 100%;
    overflow-x: hidden;
  }
}
.parametricSearch--category .parametricSearch__results {
  background-color: #f3f3f3;
  padding: 25px 0 0;
}
.parametricSearch--category .parametricSearch__results .we-categoryGrid__items {
  padding-top: 8px;
}
.parametricSearch--category
  .parametricSearch__results
  .parametricSearch__results__showFilters {
  display: none;
}
.parametricSearch--category
  .parametricSearch__results--fullWidth
  .parametricSearch__results__showFilters {
  display: inline-block;
}
.parametricSearch--category .parametricSearch__sidebar {
  border-right: 1px solid #ddd;
  width: 311px;
}
.parametricSearch--category .parametricSearch__sidebar--hidden {
  transform: translateX(-312px);
}
@media (min-width: 1200px) {
  .parametricSearch--category .parametricSearch__results--fullWidth {
    margin-left: -313px;
  }
}
.parametricSearch--category h3.subnavigation__layer__inner__categoryLabel {
  padding-bottom: 0;
  min-height: 46px;
}
.parametricSearch--category
  h3.subnavigation__layer__inner__categoryLabel
  button {
  display: inline-block;
  width: auto;
}
.parametricSearch__sidebar {
  position: relative;
  width: 310px;
  min-height: calc(100vh - 530px);
  transition: all 0.3s ease-in-out;
  transform: none;
  background-color: #f3f3f3;
  z-index: 10;
  pointer-events: all;
}
.parametricSearch__sidebar--hidden {
  transform: translateX(-285px);
  overflow-x: visible;
}
@media (max-width: 1199px) {
  .parametricSearch__sidebar--hidden {
    transform: translateX(-310px);
  }
}
.parametricSearch__sidebar--hidden .parametricSearch__sidebarContent,
.parametricSearch__sidebar--hidden .parametricSearch__sidebarContent.ps {
  overflow: visible !important;
}
.parametricSearch__sidebar--hidden .ps__rail-y {
  display: none;
}
@media (max-width: 990px) {
  .parametricSearch__sidebar {
    width: 290px;
  }
}
.parametricSearch__sidebarContentHeader {
  position: relative;
}
.parametricSearch__sidebarContent {
  width: 310px;
  background-color: #f3f3f3;
  overflow: hidden;
}
.parametricSearch__sidebarContent--top {
  top: 0;
}
@media (min-width: 991px) {
  .parametricSearch__sidebarContent {
    padding: 25px 30px;
  }
}
@media (max-width: 990px) {
  .parametricSearch__sidebarContent {
    width: 290px;
    padding: 25px 17px;
    position: relative;
    height: auto;
  }
}
.parametricSearch__sidebar__toggle {
  background: #f3f3f3;
  padding: 12px 12px 14px 14px;
  width: auto;
  font-size: 1.2rem;
  line-height: 1.2rem;
  position: absolute;
  top: -12px;
  right: -12px;
  cursor: pointer;
}
.parametricSearch__sidebar__toggle:hover {
  color: #e3000b;
}
.parametricSearch__sidebar__toggle .catalog__icon--filter {
  display: none;
}
.parametricSearch__sidebar__toggle--sidebarHidden {
  transform: translate(48px, 28px);
  padding: 14px 14px 16px 16px;
  font-size: 1.5rem;
}
@media (max-width: 1199px) {
  .parametricSearch__sidebar__toggle--sidebarHidden {
    padding: 14px 14px 17px;
    transform: translate(97px, 12px);
    background: #e3e3e3;
    display: none;
  }
}
@media (max-width: 990px) {
  .parametricSearch__sidebar__toggle--sidebarHidden {
    transform: translate(91px, 12px);
  }
}
@media (max-width: 767px) {
  .parametricSearch__sidebar__toggle--sidebarHidden {
    transform: translate(94px, 12px);
  }
}
.parametricSearch__sidebar__toggle--sidebarHidden .catalog__icon--hideSidebar {
  display: none;
}
.parametricSearch__sidebar__toggle--sidebarHidden .catalog__icon--filter {
  display: block;
}
.parametricSearch__sidebar .ps__rail-x {
  display: none !important;
}
.parametricSearch--category
  .parametricSearch__sidebar--hidden
  .parametricSearch__sidebarContent {
  overflow: hidden !important;
}
.parametricSearch__results {
  flex: 100;
  transition: all 0.3s ease-in-out;
  padding: 40px 45px 120px;
  overflow: hidden;
  min-height: 400px;
}
.parametricSearch__results--fullWidth {
  margin-left: -285px;
}
@media (max-width: 1199px) {
  .parametricSearch__results--fullWidth {
    margin-left: -310px;
  }
}
@media (max-width: 990px) {
  .parametricSearch__results--fullWidth {
    margin-left: -290px;
    transform: none;
  }
}
@media (max-width: 1199px) {
  .parametricSearch__results {
    padding: 25px 30px 54px;
  }
  .parametricSearch__sidebar
    + .parametricSearch__results--fullWidth
    .parametricSearch__results__tabswitch {
    margin-left: 62px;
  }
  .parametricSearch__sidebar
    + .parametricSearch__results--fullWidth
    .parametricSearch__results__tabswitch
    .parametricSearch__results__tabswitch__item__label__count {
    font-size: 13px;
    display: inline-block;
    margin-left: 0.25em;
  }
  .parametricSearch__sidebar
    + .parametricSearch__results--fullWidth
    .parametricSearch__results__wrap {
    margin-left: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .parametricSearch__results--fullWidth {
    margin-left: -285px;
  }
  .parametricSearch__results--fullWidth .parametricSearch__results__tabswitch {
    margin-left: 0;
  }
}
@media (max-width: 990px) {
  .parametricSearch__results {
    width: 100vw;
    padding: 25px 17px 54px;
    flex: 0 0 100%;
    min-height: 0;
  }
}
.parametricSearch__results__wrap {
  width: 100%;
}
.parametricSearch__results__tabswitch {
  display: flex;
  margin-bottom: 30px;
}
.parametricSearch__results__tabswitch__item {
  cursor: pointer;
  text-align: center;
  background-color: #e3e3e3;
  color: #353535;
  font-family: WESans, aktiv-grotesk-condensed, sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.2em;
  padding: 12px 15px;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  transition: color 0.1s linear, background-color 0.1s linear;
}
@media (max-width: 990px) {
  .parametricSearch__results__tabswitch__item {
    font-size: 1.2rem;
    padding: 12px 18px;
  }
}
@media (max-width: 767px) {
  .parametricSearch__results__tabswitch__item {
    max-height: 80px;
    padding: 5px 12px;
    margin-right: 10px;
    flex-wrap: wrap;
  }
}
.parametricSearch__results__tabswitch__item:last-child {
  margin-right: 0;
}
.parametricSearch__results__tabswitch__item__label {
  font-family: WESans, aktiv-grotesk, sans-serif;
  font-weight: 600;
}
@media (max-width: 990px) {
  .parametricSearch__results__tabswitch__item__label {
    font-family: WESans, aktiv-grotesk-condensed, sans-serif;
  }
}
.parametricSearch__results__tabswitch__item__label__count {
  margin-left: 0.25em;
}
@media (min-width: 991px) {
  .parametricSearch__results__tabswitch__item {
    width: 240px;
    font-family: WESans, aktiv-grotesk, sans-serif;
  }
}
.parametricSearch__results__tabswitch__item--active,
.parametricSearch__results__tabswitch__item:hover {
  background-color: #e3000b;
  color: #fff;
}
.parametricSearch__resultsContent--hidden {
  display: none;
}
.parametricSearch__resultsContent--articles {
  position: relative;
}
.parametricSearch__results .we-matchcodeList {
  padding: 0;
  margin: 0;
}
@media (max-width: 990px) {
  .parametricSearch__results .we-matchcodeList li {
    width: 100%;
    padding-bottom: 16px;
    margin: 16px 0 8px;
    list-style: none;
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
  }
  .parametricSearch__results .we-matchcodeList li:first-child {
    margin-top: 32px;
  }
  .parametricSearch__results .we-matchcodeList li span.flag {
    position: absolute;
    top: 3px;
    left: 0;
    margin-left: 0;
    padding: 0.4em 0.7em;
    background-color: rgba(227, 0, 11, 0.8);
    font-size: 0.6em;
    font-family: WESans, aktiv-grotesk, sans-serif;
    line-height: 1em;
  }
  .parametricSearch__results .we-matchcodeList li a {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    color: #353535;
    min-height: 80px;
  }
  .parametricSearch__results .we-matchcodeList li a button {
    display: none;
  }
  .parametricSearch__results .we-matchcodeList li a .product-name {
    font-family: WESans, aktiv-grotesk-condensed, sans-serif;
    font-weight: 600;
    font-size: 1.215em;
    line-height: 1.35em;
    text-align: left;
    flex: 100;
    word-break: break-word;
    padding-top: 0;
    padding-right: 10px;
  }
  .parametricSearch__results
    .we-matchcodeList
    li
    a
    .product-name
    .parametricSearch__results__item--valueRanges {
    font-size: 0.85em;
    margin-bottom: 0;
  }
  .parametricSearch__results .we-matchcodeList li a .product-image {
    padding-top: 0;
    width: 110px;
    min-width: 110px;
    max-width: 110px;
    align-self: stretch;
    position: relative;
    margin-right: 15px;
  }
  .parametricSearch__results .we-matchcodeList li a .product-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
  }
  .parametricSearch__results
    .we-matchcodeList
    li
    a
    .catalog__icon--chevron__right--skinny {
    font-size: 2.25em;
    margin-right: 5px;
    color: #c1c6c8;
    float: right;
  }
}
@media (min-width: 991px) {
  .parametricSearch__results .we-matchcodeList li {
    list-style: none;
    border-top: 1px solid #e3e3e3;
    position: relative;
  }
  .parametricSearch__results
    .we-matchcodeList
    li:hover
    .catalog__icon--chevron__right--skinny,
  .parametricSearch__results .we-matchcodeList li:hover a {
    color: #e3000b;
  }
  .parametricSearch__results .we-matchcodeList li .product-image {
    width: 70px;
    height: 70px;
    position: relative;
    pointer-events: none;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .parametricSearch__results .we-matchcodeList li .product-image {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (min-width: 991px) {
  .parametricSearch__results .we-matchcodeList li .product-image > img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 991px) {
  .parametricSearch__results
    .we-matchcodeList
    li
    .catalog__icon--chevron__right--skinny {
    font-size: 2.6em;
    color: #c1c6c8;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) translateY(-0.1em);
    transition: color 0.1s linear, background-color 0.1s linear;
  }
}
@media (min-width: 991px) {
  .parametricSearch__results .we-matchcodeList li button {
    font-size: 1.3em;
    width: auto;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .parametricSearch__results .we-matchcodeList li button {
    display: inline;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 991px) and (max-width: 990px) {
  .parametricSearch__results .we-matchcodeList li button {
    display: block;
  }
}
@media (min-width: 991px) {
  .parametricSearch__results .we-matchcodeList li button .catalog__icon {
    color: #fff;
  }
}
@media (min-width: 991px) {
  .parametricSearch__results .we-matchcodeList li:hover button {
    background-color: #e3000b;
    color: #fff;
  }
}
@media (min-width: 991px) {
  .parametricSearch__results .we-matchcodeList li a {
    display: block;
    text-decoration: none;
    min-height: calc(120px - 2.4em);
    line-height: calc(120px - 2.4em);
    color: #353535;
    font-weight: 700;
    padding: 0.8em 0;
  }
  .parametricSearch__results .we-matchcodeList li a .product-name {
    font-size: 1.25rem;
    vertical-align: middle;
    line-height: 1.25em;
  }
  .parametricSearch__results .we-matchcodeList li a .product-name .flag {
    padding: 0.3em 0.5em 0.25em;
    margin-top: -0.35em;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .parametricSearch__results .we-matchcodeList li a .product-name {
    display: inline-block;
    max-width: calc(100% - 250px);
  }
}
@media (min-width: 991px) and (max-width: 990px) {
  .parametricSearch__results .we-matchcodeList li a .product-name {
    display: block;
  }
}
@media (min-width: 991px) {
  .parametricSearch__results .we-matchcodeList li a img {
    max-height: 80px;
    max-width: 80px;
    vertical-align: middle;
    display: inline-block;
  }
}
@media (min-width: 991px) {
  .parametricSearch__results .we-matchcodeList li:last-child {
    border-bottom: 1px solid #e3e3e3;
  }
}
.parametricSearch__results .we-matchcodeList__valueRanges {
  margin-top: 8px;
  font-weight: 400;
  font-size: 0.9em;
  display: block;
  color: #1d252d;
}
.parametricSearch__results .we-matchcodeList__valueRanges span:not(.separator) {
  font-weight: 700;
  color: #999;
  padding-right: 0.2em;
}
.parametricSearch__results .we-matchcodeList__valueRanges span.separator {
  color: #ccc;
  padding: 0 0.2em;
}
@media (max-width: 990px) {
  .parametricSearch__results .we-matchcodeList__valueRanges {
    line-height: 1.35em;
    margin-bottom: 8px;
  }
  .parametricSearch__results .we-matchcodeList__valueRanges span.separator {
    display: block;
    font-size: 0;
    height: 0;
  }
}
.parametricSearch__results__contactTeaser {
  margin-top: 40px;
  padding: 25px 20px 15px;
  background: #f3f3f3;
  display: block;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .parametricSearch__results__contactTeaser {
    padding-left: 20px;
  }
}
.parametricSearch__results__contactTeaser__image {
  display: inline-block;
  margin: 0 20px 5px 0;
  width: 145px;
  height: auto;
  vertical-align: top;
}
@media (max-width: 1920px) {
  .parametricSearch__results__contactTeaser__image {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .parametricSearch__results__contactTeaser__image {
    width: 120px;
    float: left;
  }
}
.parametricSearch__results__contactTeaser__image img {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.parametricSearch__results__contactTeaser__text {
  width: auto;
  display: inline-block;
  max-width: calc(100% - 200px);
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .parametricSearch__results__contactTeaser__text {
    float: none;
    display: block;
    max-width: 100%;
  }
}
.parametricSearch__results__contactTeaser__text h4 {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.2rem;
}
@media (max-width: 990px) {
  .parametricSearch__results__contactTeaser__text h4 {
    font-size: 1.4em;
    font-family: WESans, aktiv-grotesk-condensed, sans-serif;
  }
}
.parametricSearch__results__contactTeaser__text p {
  margin: 0 0 1em;
}
.parametricSearch__results__contactTeaser__text > a {
  display: block;
  margin: 0 0 10px;
  text-decoration: none;
  color: #e3000b;
  font-weight: 600;
  transition: color 0.1s linear, background-color 0.1s linear;
}
.parametricSearch__results__contactTeaser__text > a:hover {
  color: #1d252d;
}
.parametricSearch__results__contactTeaser__text > a .catalog__icon {
  margin-left: 0.2em;
  display: inline-block;
  font-size: 14px;
  transform: translateY(-0.1em);
}
body.touch
  .parametricSearch__results__item--productFamilies
  ul
  li:hover
  .catalog__icon--chevron__right--skinny,
body.touch .parametricSearch__results__item--productFamilies ul li:hover a {
  color: inherit;
}
.parametricSearchForm {
  overflow: hidden;
  color: #1d252d;
}
.parametricSearchForm__resetFilters {
  padding: 5px 10px 5px 30px;
  color: #fff;
  cursor: pointer;
  background-color: #999;
  position: relative;
  margin-bottom: 15px;
  font-weight: 600;
  transition: background-color 0.3s linear;
  font-size: 1rem;
}
.parametricSearchForm__resetFilters:hover {
  background-color: #333f48;
}
@media (hover: none) {
  .parametricSearchForm__resetFilters {
    background-color: #999;
  }
}
.parametricSearchForm__resetFilters:after,
.parametricSearchForm__resetFilters:before {
  display: block;
  content: ' ';
  position: absolute;
  background-color: #fff;
  height: 1px;
  width: 17px;
  transform-origin: 100% 50%;
  left: 6px;
}
.parametricSearchForm__resetFilters:after {
  top: 10.5px;
  transform: rotate(-45deg);
}
.parametricSearchForm__resetFilters:before {
  bottom: 10.5px;
  transform: rotate(45deg);
}
.parametricSearchForm__reset {
  height: 16px;
  width: 16px;
  display: block;
  content: ' ';
  cursor: pointer;
  float: right;
  position: relative;
  top: 2px;
  right: 2px;
  transition: background-color 0.3s linear;
  background-color: #999;
}
.parametricSearchForm__reset:hover {
  background-color: #333f48;
}
@media (hover: none) {
  .parametricSearchForm__reset:hover {
    background-color: #999;
  }
}
.parametricSearchForm__reset--hidden {
  display: none;
}
.parametricSearchForm__reset:after,
.parametricSearchForm__reset:before {
  display: block;
  content: ' ';
  position: absolute;
  background-color: #fff;
  height: 1px;
  width: 13px;
  transform-origin: 100% 50%;
  right: 3.5px;
}
.parametricSearchForm__reset:after {
  top: 3px;
  transform: rotate(-45deg);
}
.parametricSearchForm__reset:before {
  bottom: 3px;
  transform: rotate(45deg);
}
.parametricSearchForm fieldset {
  padding: 10px 0 12px;
  border: none;
  border-bottom: 1px solid #ccc;
  position: relative;
  width: 100%;
  font-size: 0.95rem;
}
.parametricSearchForm fieldset + fieldset {
  padding-top: 12px;
}
.parametricSearchForm fieldset:last-child {
  border-bottom: none;
}
.parametricSearchForm__label {
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
  font-size: 0.95rem;
}
.parametricSearchForm__label span {
  color: #666;
  font-weight: 400;
}
.parametricSearchForm__interval {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  line-height: 29px;
  padding-bottom: 5px;
}
.parametricSearchForm__interval select {
  flex: 104px 0 0;
  box-sizing: border-box;
  border: none;
  outline: none;
  background: url(../img/dropdown.png) #fff;
  background-position: right 2px center;
  background-repeat: no-repeat;
  font-size: 1em;
  text-align: left;
  padding: 3px 20px 4px 10px;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
  width: 92px;
}
.parametricSearchForm__interval select[disabled] {
  cursor: not-allowed;
  opacity: 0.7;
}
.parametricSearchForm__interval select option span {
  color: #666;
}
.parametricSearchForm__interval select::-ms-expand {
  display: none;
}
.parametricSearchForm__interval label {
  margin: 0 1em;
}
.parametricSearchForm__continuousInterval {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: normal;
  line-height: 29px;
  padding-bottom: 5px;
}
.parametricSearchForm__continuousInterval__value {
  box-sizing: border-box;
  width: 60px;
  padding-right: 5px;
}
.parametricSearchForm__continuousInterval__value--to {
  padding-right: 0;
  padding-left: 5px;
  width: 100px;
}
.parametricSearchForm__continuousInterval__value input {
  width: 55px;
  border: none;
  padding: 4px;
  font-size: 0.95em;
  float: left;
  line-height: 1em;
  height: 22px;
}
.parametricSearchForm__continuousInterval__value input[disabled] {
  opacity: 0.75;
  cursor: not-allowed;
}
.parametricSearchForm__continuousInterval__unit {
  float: left;
  width: 35px;
  text-align: center;
  padding: 5px 0;
  line-height: 1em;
}
.parametricSearchForm__continuousInterval__slider {
  width: 90px;
  vertical-align: middle;
  position: relative;
}
.parametricSearchForm__continuousInterval__slider--disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.parametricSearchForm__continuousInterval__slider--disabled
  .parametricSearchForm__continuousInterval__slider__availableRange {
  display: none;
}
.parametricSearchForm__continuousInterval__slider--disabled
  .parametricSearchForm__continuousInterval__slider__handle {
  cursor: not-allowed;
}
.parametricSearchForm__continuousInterval__slider--disabled
  .parametricSearchForm__continuousInterval__slider__handle:hover {
  color: #999;
}
.parametricSearchForm__continuousInterval__slider__track {
  background: #e6e6e6;
  width: 100%;
  height: 2px;
  margin: 11px 0 0;
}
.parametricSearchForm__continuousInterval__slider__availableRange {
  background: #bcbcbc;
  position: absolute;
  height: 2px;
  top: 11px;
}
.parametricSearchForm__continuousInterval__slider__handle {
  background: #fff;
  width: 13px;
  height: 22px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: col-resize;
  cursor: pointer;
  text-align: center;
  border-right: 1px solid #f3f3f3;
  color: #999;
}
.parametricSearchForm__continuousInterval__slider__handle .catalog__icon {
  font-size: 11px;
}
.parametricSearchForm__continuousInterval__slider__handle--to {
  left: auto;
  right: 0;
  border-left: 1px solid #f3f3f3;
  border-right: none;
}
.parametricSearchForm__continuousInterval__slider__handle:hover {
  color: #1d252d;
}
.parametricSearchForm__singlechoice {
  column-count: 2;
  position: relative;
}
.parametricSearchForm__singlechoice--1-col {
  column-count: 1;
}
.parametricSearchForm__singlechoice:after {
  clear: both;
}
.parametricSearchForm__singlechoice p {
  margin-top: 0;
  margin-bottom: 10px;
}
.parametricSearchForm__singlechoice:not(
    .parametricSearchForm__singlechoice--expanded
  )
  .parametricSearchForm__singlechoice__checkbox:nth-child(n + 6) {
  display: none;
}
.parametricSearchForm__singlechoice[data-option-count='6']
  .parametricSearchForm__singlechoice__checkbox:nth-child(n + 6) {
  display: block;
}
.parametricSearchForm__singlechoice__showMore {
  border: none;
  position: relative;
  cursor: pointer;
  line-height: 16px;
  width: 100px;
  overflow: hidden;
  display: inline-block;
  padding: 0;
  margin: 0 0 5px;
  outline: none;
  appearance: none;
  background: none;
  white-space: normal;
  font-weight: 600;
  color: #777;
  transition: background-color 0.3s linear;
  text-align: left;
}
.parametricSearchForm__singlechoice__showMore:hover {
  color: #333f48;
  background: none;
}
.parametricSearchForm__singlechoice__showMore:hover .catalog__icon {
  background-color: #333f48;
}
.parametricSearchForm__singlechoice__showMore .catalog__icon {
  font-size: 0.52rem;
  margin-right: 7px;
  background: #999;
  color: #fff;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 14px;
  top: -3px;
}
@media (hover: none) {
  .parametricSearchForm__singlechoice__showMore {
    color: #777;
  }
  .parametricSearchForm__singlechoice__showMore .catalog__icon {
    background-color: #999;
  }
}
.parametricSearchForm__singlechoice--expanded
  .parametricSearchForm__singlechoice__showMore {
  break-before: column;
  font-size: 0;
  width: 100%;
}
.parametricSearchForm__singlechoice--expanded
  .parametricSearchForm__singlechoice__showMore:after {
  content: attr(data-showless);
  font-size: 0.95rem;
}
.parametricSearchForm__singlechoice--expanded
  .parametricSearchForm__singlechoice__showMore
  .catalog__icon {
  font-size: 0;
  width: 0;
  height: 0;
}
.parametricSearchForm__singlechoice--expanded
  .parametricSearchForm__singlechoice__showMore:before {
  display: inline-block;
  vertical-align: top;
  font-size: 0.52rem;
  background: #999;
  color: #fff;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  top: -3px;
  margin-right: 3px;
}
.parametricSearchForm__singlechoice__checkbox {
  cursor: pointer;
  vertical-align: top;
  position: relative;
  margin-bottom: 5px;
  break-inside: avoid;
}
.parametricSearchForm__singlechoice__checkbox input {
  position: absolute;
  left: -100vw;
}
.parametricSearchForm__singlechoice__checkbox label {
  padding-left: 26px;
  padding-right: 5px;
  display: block;
  cursor: pointer;
  line-height: 19px;
  word-break: break-word;
}
.parametricSearchForm__singlechoice__checkbox label span {
  color: #777;
  font-size: 12px;
  display: inline-block;
  margin-left: 2px;
}
.parametricSearchForm__singlechoice__checkbox label:before {
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
  content: ' ';
  width: 16px;
  height: 16px;
  background-color: #fff;
}
.parametricSearchForm__singlechoice__checkbox:hover
  input:not([disabled])
  + label:before,
.parametricSearchForm__singlechoice__checkbox input:checked + label:before {
  background: url(../img/checkbox.png) #fff;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (hover: none) {
  .parametricSearchForm__singlechoice__checkbox:hover
    input:not([disabled]):not(:checked)
    + label:before {
    background: #fff;
  }
}
.parametricSearchForm__singlechoice__checkbox input[disabled] + label {
  opacity: 0.6;
  cursor: not-allowed;
}
.productTable a {
  text-decoration: none;
  color: #e3000b;
}
.productTable a:not(.download-button):hover {
  text-decoration: underline;
}
@media (min-width: 991px) {
  .productTable__scrollBar {
    position: absolute;
    bottom: -14px;
    left: 99999px;
    transform: translateZ(0);
    z-index: 10;
    overflow: hidden;
    background-color: #f3f3f3;
    height: 13px;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
  }
  .productTable__scrollBar--bottom--fixed {
    position: fixed;
  }
  .productTable__scrollBar--top {
    display: none;
  }
  .productTable__scrollBar__inner {
    background-color: #ccc;
    position: absolute;
    top: 0;
    right: 20%;
    left: 0;
    bottom: 0;
    transition: background-color 0.15s ease-in-out;
    -ms-user-select: none;
    user-select: none;
  }
  .productTable__scrollBar__inner.active,
  .productTable__scrollBar__inner:hover {
    background-color: #aaa;
  }
  .productTable--noScroll .productTable__scrollBar {
    display: none !important;
  }
  .productTable__outerWrap:not(.productTable--noScroll) tbody tr.lastVisible td,
  .productTable__outerWrap:not(.productTable--noScroll) tbody tr:last-child td {
    border-bottom: 11px solid #fff;
  }
  .productTable {
    max-width: 100%;
    overflow-x: scroll;
    position: relative;
    z-index: 0;
  }
  .productTable::-webkit-scrollbar {
    width: 0 !important;
  }
  .productTable .mobile-action {
    display: none;
  }
  .productTable__tooManyResults {
    position: fixed;
    bottom: 0;
    left: 50%;
    right: 50%;
    overflow: hidden;
    z-index: 9;
    height: 55px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #fff;
    line-height: 55px;
    text-align: center;
  }
  .productTable__outerWrap {
    overflow: hidden;
    position: relative;
  }
  .productTable__outerWrap--preloader {
    display: none;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: #f3f3f3 url(../img/preloader.svg) 50% no-repeat;
    border: 1px solid #e3e3e3;
  }
  .productTable__outerWrap--preloader--active {
    display: block;
    opacity: 0.75;
  }
  .productTable__stickyHead {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateZ(0);
    z-index: 999;
    overflow: hidden;
  }
  .productTable__stickyHead--fixed {
    position: fixed;
    top: 0;
  }
  .productTable__stickyHead thead tr {
    position: relative;
  }
  .productTable__stickyHead thead tr th {
    position: relative;
    left: 0;
    top: 0;
  }
  .productTable__stickyHead thead tr th[sorting-initialized='true']:after {
    position: absolute;
    content: ' ';
    top: 25px;
    right: 10px;
    width: 0;
    height: 0;
    border-color: #eee transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    transform: translateY(-50%) translateY(3.5px);
    background-color: transparent;
    opacity: 0.6;
  }
  .productTable__stickyHead thead tr th[sorting-initialized='true']:before {
    position: absolute;
    content: ' ';
    top: 25px;
    right: 10px;
    width: 0;
    height: 0;
    border-color: transparent transparent #eee;
    border-style: solid;
    border-width: 0 5px 5px;
    transform: translateY(-50%) translateY(-3.5px);
    background-color: transparent;
    transition: transform 0.15s ease-in-out;
    opacity: 0.6;
  }
  .productTable__stickyHead thead tr th[sorting-direction='desc']:after {
    display: none;
  }
  .productTable__stickyHead thead tr th[sorting-direction='asc']:after,
  .productTable__stickyHead thead tr th[sorting-direction='desc']:before {
    transform: translateY(-50%) scale(1.2);
    opacity: 1;
  }
  .productTable__stickyHead thead tr th[sorting-direction='asc']:before {
    display: none;
  }
  .productTable__stickyWrap {
    position: absolute;
    top: 0;
    overflow: hidden;
    left: 0;
  }
  .productTable__stickyWrap--right table {
    position: absolute;
    right: 0;
    left: auto;
  }
  .productTable__table {
    border-collapse: separate;
  }
  .productTable__table:not(.productTable__table--sticky-columns) {
    min-width: 100%;
  }
  .productTable__table tr {
    background-color: #f3f3f3;
    position: relative;
  }
  .productTable__table tr:last-child td {
    border-bottom: 1px solid #ccc;
  }
  .productTable__table tr td {
    font-size: 0.95rem;
    padding: 8px 13px;
    min-height: 30px;
    white-space: nowrap;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
  }
  .productTable__table tr td.withunit span.withunit {
    width: 100%;
    display: table;
  }
  .productTable__table tr td.withunit span.withunit span.value {
    display: table-cell;
    text-align: left;
  }
  .productTable__table tr td.withunit span.withunit span.unit {
    display: table-cell;
    text-align: right;
  }
  .productTable__table tr td:first-child {
    border-left: 1px solid #ccc;
  }
  .productTable__table tr td:nth-last-child(2) {
    border-right: none;
  }
  .productTable__table tr td:last-child {
    border-left: 1px solid #e3e3e3;
  }
  .productTable__table tr td.product-new {
    padding: 0;
    width: 20px;
  }
  .productTable__table tr td.product-new span {
    display: block;
    transform: rotate(270deg);
    color: #e3000b;
    font-weight: 600;
    font-size: 0.9em;
    text-align: center;
  }
  .productTable__table tr td.product-image {
    background-color: #fff;
    width: 50px;
    min-width: 50px;
    height: 50px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    padding: 1px 0 0;
  }
  .productTable__table tr td.product-image img {
    display: inline-block;
    max-width: 35px;
    max-height: 35px;
  }
  .productTable__table tr td.downloads {
    max-width: 110px;
    width: 110px;
  }
  .productTable__table tr td.datasheet {
    padding: 8px 6px;
    text-align: center;
    min-width: 75px;
    width: 75px;
  }
  .productTable__table tr td.simulation {
    text-align: center;
    font-size: 1.4em;
    line-height: 1em;
    min-width: 72px;
    width: 72px;
  }
  .productTable__table tr td.simulation .no-value {
    font-size: 13px;
  }
  .productTable__table tr td.manual {
    padding: 8px 13px;
    text-align: center;
  }
  .productTable__table tr td.manual .a:hover {
    text-decoration: none;
  }
  .productTable__table tr td .catalog__icon--redexpert:after {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    width: 0.9em;
    height: 0.9em;
    background: url(../img/REDEXPERT.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .productTable__table tr td.lifecyclestatus {
    white-space: nowrap;
    padding-right: 40px;
    position: relative;
    width: 100px;
  }
  .productTable__table tr td.lifecyclestatus--new {
    color: #e3000b;
    font-weight: 700;
  }
  .productTable__table tr td.lifecyclestatus .productTable__typoIcon {
    position: absolute;
    right: 11px;
    top: 50%;
    margin-top: -0.75em;
    color: #333f48;
  }
  .productTable__table
    tr
    td.lifecyclestatus
    .productTable__lifecyclestatusinfo {
    display: none;
  }
  .productTable__table tr.odd {
    background-color: #fff;
  }
  .productTable__table tr.highlighted td.ordercode,
  .productTable__table tr.highlighted td.ordercode-replacement {
    font-weight: 600;
    background-color: #e3000b;
    color: #fff;
  }
  .productTable__table tr.highlighted td {
    background-color: #e3000b;
    color: #fff;
  }
  .productTable__table tr.highlighted td.product-new span {
    color: #fff;
  }
  .productTable__table tr.highlighted td.product-image {
    background-color: #fff;
  }
  .productTable__table tr.highlighted td a:not(.download-button) {
    color: #fff;
  }
  .productTable__table tr.highlighted td .catalog__icon {
    color: #fff;
  }
  .productTable__table tr.highlighted td .catalog__icon--chevron__down {
    color: #777 !important;
  }
  .productTable__table tr.highlighted td .catalog__icon--document__pdf {
    background-image: url(../img/we_pdf_v10_white.svg);
  }
  .productTable__table tr.highlighted td .catalog__icon--redexpert:after {
    background-image: url(../img/REDEXPERT-white.svg);
  }
  .productTable__table tr.highlighted td:hover .catalog__icon {
    color: #fff;
  }
  .productTable__table tr.highlighted td .productTable__typoIcon {
    color: #333f48;
  }
  .productTable__table tr.discontinued {
    cursor: not-allowed;
  }
  .productTable__table tr.discontinued td,
  .productTable__table tr.discontinued td.datasheet a:after,
  .productTable__table tr.discontinued td.downloads a:after {
    color: #999;
  }
  .productTable__table tr.discontinued td.ordercode {
    white-space: nowrap;
    padding-right: 40px;
    position: relative;
  }
  .productTable__table tr.discontinued td.ordercode .productTable__typoIcon {
    position: absolute;
    right: 11px;
    top: 50%;
    margin-top: -0.75em;
    color: #e3000b;
  }
  .productTable__table tr.discontinued.highlighted td {
    color: #fff;
  }
  .productTable__table thead tr th {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background-color: #1d252d;
    padding: 8px 13px;
    text-align: left;
    white-space: nowrap;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    height: 50px;
    line-height: 1.1em;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
  }
  .productTable__table thead tr th:first-child {
    border-left: 1px solid #ccc;
  }
  .productTable__table thead tr th[sortable='true'] {
    cursor: pointer;
  }
  .productTable__table thead tr th.product-new {
    padding: 0;
    width: 20px;
  }
  .productTable__table thead tr th.ordercode {
    left: 0 !important;
    width: 180px;
    max-width: 180px;
  }
  .productTable__table thead tr th.replacement {
    width: 160px;
    min-width: 160px;
    max-width: 160px;
    white-space: normal;
    padding-right: 30px;
  }
  .productTable__table thead tr th.datasheet {
    left: 0 !important;
    text-align: center;
    padding: 8px 6px;
    width: 75px;
    max-width: 75px;
    white-space: normal;
  }
  .productTable__table thead tr th.simulation {
    left: 0 !important;
    text-align: center;
    padding: 8px 13px;
    width: 72px;
    max-width: 72px;
    white-space: normal;
  }
  .productTable__table thead tr th.manual {
    text-align: center;
    padding: 8px 13px;
    width: 70px;
    max-width: 70px;
    white-space: normal;
  }
  .productTable__table thead tr th span {
    font-weight: 400;
    font-size: 0.8em;
  }
  .productTable__table thead tr th:last-child {
    background-color: #e3000b;
    color: #fff;
    text-align: center;
    border-right: 1px solid #ccc;
    border-left: 1px solid #fff;
  }
  .productTable__table--sticky-columns tr {
    background-color: #e3e3e3;
  }
  .productTable__table--sticky-columns tr.odd {
    background-color: #f3f3f3;
  }
  .productTable__table [sortable='true'] {
    padding-right: 25px;
  }
  .productTable__table [sortable='true']:hover:after,
  .productTable__table [sortable='true']:hover:before {
    opacity: 1;
  }
  .productTable__table__addToBasket {
    text-align: center;
    min-width: 85px;
    width: 85px;
    max-width: 85px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
  }
  .productTable__table__addToBasket a {
    color: inherit;
  }
  .productTable__table__addToBasket .catalog__icon {
    font-size: 1.2em;
    vertical-align: middle;
    transition: color 0.1s linear, background-color 0.1s linear;
    cursor: pointer;
  }
  .productTable__table__addToBasket .catalog__icon--email {
    font-size: 1em;
  }
  .productTable__table__addToBasket .catalog__icon:before {
    position: absolute;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: 0;
    content: ' ';
  }
  .productTable__table__addToBasket:hover .catalog__icon {
    color: #e3000b;
  }
  .productTable__table__addToBasket__amount {
    border: none;
    outline: none;
    line-height: 1.6em;
    height: 1.6em;
    padding: 0;
    text-align: center;
    width: 30px;
    color: #1d252d;
    margin-right: 5px;
  }
  .productTable__table__addToBasket__submit {
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    width: 26px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
  }
  .productTable__table__addToBasket:hover
    .productTable__table__addToBasket__amount {
    color: #353535;
  }
  .productTable__typoIcon {
    font-family: WESans, aktiv-grotesk-condensed, sans-serif;
    display: inline-block;
    border: 1px solid #ccc;
    background: #fff;
    padding: 3px;
    width: 16px;
    text-align: center;
    font-weight: 600;
    line-height: 9px;
    font-size: 11px;
    cursor: help;
  }
  .productTable__outerWrap--preloaderShown .productTable__stickyWrap {
    opacity: 0;
  }
}
@media (max-width: 1440px) and (min-width: 991px) {
  .productTable__table tr td {
    padding: 8px 11px;
  }
  .productTable__table tr td.datasheet {
    padding: 8px 6px;
  }
  .productTable__table thead tr th {
    padding: 8px 11px;
  }
  .productTable__table thead tr th.datasheet {
    padding: 8px 6px;
  }
}
@media (max-width: 990px) {
  .productTable__outerWrap {
    width: 100%;
  }
  .productTable__tooManyResults {
    display: none;
    padding-bottom: 25px;
  }
  .productTable .productTable__table {
    display: block;
  }
  .productTable > .productTable__table {
    width: 100%;
    display: block;
    border-collapse: collapse;
  }
  .productTable > .productTable__table thead,
  .productTable > .productTable__table thead tr th {
    display: none;
  }
  .productTable > .productTable__table tbody,
  .productTable > .productTable__table thead {
    display: block;
  }
  .productTable > .productTable__table tbody {
    border-top: 1px solid #e3e3e3;
  }
  .productTable > .productTable__table tbody tr {
    display: block;
    min-height: 4.3rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e3e3e3;
    font-size: 0;
  }
  .productTable > .productTable__table tbody tr .catalog__icon {
    font-size: 1.3rem;
  }
  .productTable > .productTable__table tbody tr .catalog__icon--email {
    font-size: 1.05rem;
  }
  .productTable > .productTable__table tbody tr td,
  .productTable > .productTable__table tbody tr th {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.45em;
  }
  .productTable > .productTable__table tr.highlighted td.ordercode a,
  .productTable > .productTable__table tr.highlighted td.ordercode span,
  .productTable > .productTable__table tr.highlighted td.replacement a {
    font-weight: 600;
    background-color: #e3000b;
    color: #fff;
    display: inline-block;
    padding: 0 4px;
    margin: 0;
  }
  .productTable > .productTable__table td.mobilehidden {
    display: none;
  }
  .productTable
    > .productTable__table
    td.mobilehidden[data-unit]:not([data-unit='']):after {
    content: ' ' attr(data-unit);
  }
  .productTable
    > .productTable__table
    td.mobilehidden:not([data-mobile-visible-index='1']):before {
    content: ',';
  }
  .productTable
    > .productTable__table
    td.mobilehidden.productseries:nth-child(3):before {
    content: '';
  }
  .productTable
    > .productTable__table
    td.mobilehidden[data-mobile-visible-index='1'],
  .productTable
    > .productTable__table
    td.mobilehidden[data-mobile-visible-index='2'],
  .productTable
    > .productTable__table
    td.mobilehidden[data-mobile-visible-index='3'] {
    display: inline-block;
  }
}
@media (max-width: 990px) and (min-width: 768px) {
  .productTable
    > .productTable__table
    td.mobilehidden[data-mobile-visible-index='4'],
  .productTable
    > .productTable__table
    td.mobilehidden[data-mobile-visible-index='5'],
  .productTable
    > .productTable__table
    td.mobilehidden[data-mobile-visible-index='6'] {
    display: inline-block;
  }
}
@media (max-width: 990px) {
  .productTable > .productTable__table td.downloads,
  .productTable > .productTable__table td.product-image,
  .productTable > .productTable__table td.product-new {
    display: none;
  }
}
@media (max-width: 990px) {
  .productTable > .productTable__table td.datasheet,
  .productTable > .productTable__table td.productTable__table__addToBasket,
  .productTable > .productTable__table td.simulation {
    font-size: 1.5rem;
    transform: translateY(-50%);
    float: right;
    width: auto !important;
    padding: 0 0.3em;
  }
  .productTable > .productTable__table td.datasheet a,
  .productTable > .productTable__table td.productTable__table__addToBasket a,
  .productTable > .productTable__table td.simulation a {
    color: inherit;
  }
  .productTable > .productTable__table td.datasheet input,
  .productTable
    > .productTable__table
    td.productTable__table__addToBasket
    input,
  .productTable > .productTable__table td.simulation input {
    display: none;
  }
  .productTable > .productTable__table td.datasheet .mobile-action,
  .productTable > .productTable__table td.datasheet form,
  .productTable
    > .productTable__table
    td.productTable__table__addToBasket
    .mobile-action,
  .productTable > .productTable__table td.productTable__table__addToBasket form,
  .productTable > .productTable__table td.simulation .mobile-action,
  .productTable > .productTable__table td.simulation form {
    display: inline-block;
  }
  .productTable
    > .productTable__table
    td.datasheet
    .mobile-action
    .catalog__icon,
  .productTable
    > .productTable__table
    td.productTable__table__addToBasket
    .mobile-action
    .catalog__icon,
  .productTable
    > .productTable__table
    td.simulation
    .mobile-action
    .catalog__icon {
    margin-left: 0.5em;
  }
  .productTable
    > .productTable__table
    td.datasheet
    .catalog__icon--chevron__down,
  .productTable > .productTable__table td.datasheet .no-value,
  .productTable
    > .productTable__table
    td.productTable__table__addToBasket
    .catalog__icon--chevron__down,
  .productTable
    > .productTable__table
    td.productTable__table__addToBasket
    .no-value,
  .productTable
    > .productTable__table
    td.simulation
    .catalog__icon--chevron__down,
  .productTable > .productTable__table td.simulation .no-value {
    display: none;
  }
}
@media (max-width: 990px) {
  .productTable
    > .productTable__table
    td.datasheet
    .catalog__icon--chevron__down {
    margin-left: 0;
    line-height: 10px;
    color: #666;
    font-size: 10px;
    position: absolute;
    top: 20%;
    right: 5px;
    display: block;
  }
}
@media (max-width: 990px) {
  .productTable > .productTable__table td.ordercode {
    display: block;
    width: 100vw;
    font-weight: 700;
  }
}
@media (max-width: 990px) {
  .productTable > .productTable__table tr.discontinued td {
    color: #999;
  }
  .productTable > .productTable__table tr.discontinued td.mobilehidden {
    display: none !important;
  }
  .productTable
    > .productTable__table
    tr.discontinued
    td.ordercode-replacement
    br,
  .productTable
    > .productTable__table
    tr.discontinued
    td.ordercode
    .productTable__typoIcon {
    display: none;
  }
  .productTable
    > .productTable__table
    tr.discontinued
    td.ordercode-replacement
    a:before {
    color: #1d252d;
    content: ', ';
    display: inline-block;
  }
  .productTable
    > .productTable__table
    tr.discontinued
    td.ordercode-replacement
    a:first-child:before {
    color: #1d252d;
    content: attr(title) ': ';
    display: inline-block;
  }
}
@media (max-width: 990px) {
  .productTable
    > .productTable__table
    tr.discontinued
    td.productTable__table__addToBasket,
  .productTable__stickyHead,
  .productTable__stickyWrap {
    display: none;
  }
}
@media (max-width: 990px) {
  .catalog__icon--redexpert:after {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    width: 0.9em;
    height: 0.9em;
    background: url(../img/REDEXPERT.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 990px) {
  .productTable__popup {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    overflow: hidden;
    overflow-y: auto;
    padding: 25px 17px 100px;
  }
  .productTable__popup h2 {
    font-size: 3em;
    font-weight: 600;
    padding: 0;
    line-height: 1.2em;
    margin: 0 0 20px;
    float: left;
    width: calc(100% - 3em);
  }
}
@media (max-width: 990px) and (max-width: 767px) {
  .productTable__popup h2 {
    font-size: 1.75em;
  }
}
@media (max-width: 990px) {
  .productTable__popup .mobile-action {
    display: none;
  }
}
@media (max-width: 990px) {
  .productTable__popup a {
    text-decoration: none;
    color: #e3000b;
  }
  .productTable__popup a.productTable__table__inquiryNoStock {
    color: inherit;
  }
  .productTable__popup a.productTable__table__inquiryNoStock .catalog__icon {
    font-size: 1.05rem;
  }
  .productTable__popup a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 990px) {
  .productTable__popup > a:first-child {
    font-size: 2.5em;
    float: right;
    margin-bottom: 20px;
  }
}
@media (max-width: 990px) and (max-width: 767px) {
  .productTable__popup > a:first-child {
    font-size: 1.75em;
    line-height: 1em;
  }
}
@media (max-width: 990px) {
  .productTable__popup > a:first-child .catalog__icon {
    color: #ccc;
  }
}
@media (max-width: 990px) {
  .productTable__popup > a:first-child:after {
    content: ' ';
    clear: both;
    display: table;
  }
}
@media (max-width: 990px) {
  .productTable__popup > ul {
    padding: 0;
    margin: 0;
    border-top: 1px solid #ddd;
    width: 100%;
    clear: both;
  }
  .productTable__popup > ul > li {
    font-size: 1rem;
    list-style: none;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    line-height: 2.1em;
    padding: 3px 0;
    color: #888;
    position: relative;
  }
  .productTable__popup > ul > li > span {
    float: right;
    font-weight: 400;
    line-height: 1.5em;
    margin-left: 0.3em;
    padding: 0.35em 0 0.25em;
    color: #1d252d;
    text-align: right;
    max-width: 85%;
  }
  .productTable__popup > ul > li > span input {
    width: 3em;
    border: 1px solid #aaa;
    padding: 3px;
    transform: translateY(-1px);
    color: #1d252d;
  }
  .productTable__popup > ul > li > span .catalog__icon {
    font-size: 1.4em;
    padding-left: 6px;
    padding-right: 4px;
  }
  .productTable__popup > ul > li > span img {
    margin-top: 10px;
  }
  .productTable__popup > ul > li.downloads > span {
    text-align: left;
    max-width: 100%;
  }
  .productTable__popup > ul > li:after {
    content: ' ';
    clear: both;
    display: table;
  }
}
@media (max-width: 990px) {
  .productTable__popup .productTable__typoIcon {
    display: none;
  }
}
@media (max-width: 990px) {
  .productTable__popup .productTable__lifecyclestatusinfo {
    display: inline;
    color: #888;
    font-size: 0.95em;
  }
}
.productTable .download-button.spec-link:before,
.spec-dropdown .download-button:before {
  display: none;
}
.productTable tr.highlighted .download-button:hover {
  border-color: #ccc;
}
.productImage--grow {
  box-shadow: 0 0 0.5px 0.25px rgba(0, 0, 0, 0.33);
  padding: 3.75px;
  transform: translate(-50%, -50%) scale(4) !important;
  z-index: 500;
}
.we-catalog-productTable__downloadLink {
  text-decoration: none;
}
.we-catalog-productTable__downloadLink .download-button {
  display: inline-block;
  margin-right: 0.5em;
}
.we-catalog-productTable__downloadLink:hover
  .we-productTable__downloadLinkLabel {
  text-decoration: underline;
}
.we-section-crosslinks {
  font-size: 1.1rem;
  line-height: 1.5em;
}
.we-section-crosslinks__group {
  clear: both;
  margin-bottom: 50px;
}
.we-section-crosslinks__group h3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.we-section-crosslinks__items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
.we-section-crosslinks__item {
  display: flex;
  flex-basis: calc(33.33333% - 40px);
  max-width: calc(33.33333% - 40px);
  margin-right: 60px;
  margin-bottom: 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 0;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1d252d;
  align-items: center;
  transition: color 0.1s linear, background-color 0.1s linear;
  min-height: 90px;
  position: relative;
}
.we-section-crosslinks__item:nth-child(3n) {
  margin-right: 0;
}
.we-section-crosslinks__item:nth-child(n + 4) {
  border-top: none;
}
.we-section-crosslinks__item:hover,
.we-section-crosslinks__item:hover .catalog__icon--chevron__right--skinny {
  color: #e3000b;
}
@media (max-width: 1199px) {
  .we-section-crosslinks__item {
    margin-right: 50px;
    flex-basis: calc(50% - 25px);
    max-width: calc(50% - 25px);
  }
  .we-section-crosslinks__item:nth-child(n + 3) {
    border-top: none;
  }
  .we-section-crosslinks__item:nth-child(3n) {
    margin-right: 50px;
  }
  .we-section-crosslinks__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .we-section-crosslinks__item {
    margin: 0;
    max-width: 100%;
    width: 100%;
    flex-basis: auto;
  }
}
.we-section-crosslinks__itemImage {
  width: 80px;
  max-width: 80px;
  min-width: 80px;
  height: 60px;
  margin: 10px 30px 10px 10px;
  align-self: center;
  display: inline-block;
  position: relative;
}
.we-section-crosslinks__itemImage > img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.we-section-crosslinks__itemText {
  flex-grow: 1;
  padding-right: 60px;
  position: relative;
  max-width: calc(100% - 140px);
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-hyphens: auto;
  hyphens: auto;
}
.we-section-crosslinks__itemText span {
  font-weight: 400;
}
.we-section-crosslinks__item .catalog__icon--chevron__right--skinny {
  position: absolute;
  color: #ccc;
  font-size: 2em;
  right: 12px;
  margin-top: -0.1em;
}
.we-section-tutorials {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .we-section-tutorials {
    margin-bottom: 20px;
  }
}
.we-section-tutorials__panel {
  flex-basis: calc(33.33333% - 40px);
  max-width: calc(33.33333% - 40px);
  margin-right: 60px;
  font-size: 1.1rem;
  line-height: 1.5em;
}
.we-section-tutorials__panel:nth-child(3n) {
  margin-right: 0;
}
.we-section-tutorials__panel:nth-child(n + 4) {
  border-top: none;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .we-section-tutorials__panel {
    margin-right: 50px;
    flex-basis: calc(50% - 25px);
    max-width: calc(50% - 25px);
  }
  .we-section-tutorials__panel:nth-child(n + 3) {
    border-top: none;
    margin-top: 40px;
  }
  .we-section-tutorials__panel:nth-child(3n) {
    margin-right: 50px;
  }
  .we-section-tutorials__panel:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .we-section-tutorials__panel {
    margin: 0;
    max-width: 100%;
    width: 100%;
    flex-basis: auto;
  }
  .we-section-tutorials__panel:nth-child(n + 2) {
    margin-top: 60px;
  }
  .we-section-tutorials__panel:nth-child(3n) {
    margin-right: 0;
  }
  .we-section-tutorials__panel--video:nth-child(n + 2) {
    margin-top: 30px;
  }
}
.we-section-tutorials__panel h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.3rem;
}
.we-section-tutorials__panel--video h3 {
  visibility: hidden;
}
@media (max-width: 767px) {
  .we-section-tutorials__panel--video h3 {
    display: none;
  }
}
@media (max-width: 1199px) {
  .we-section-tutorials__panel--video:nth-child(n + 3) h3 {
    display: none;
  }
}
.we-section-tutorials__panel--video:first-child h3 {
  visibility: visible;
}
@media (max-width: 767px) {
  .we-section-tutorials__panel--video:first-child h3 {
    display: block;
  }
}
.we-section-tutorials__panel a {
  text-decoration: none;
  color: #e3000b;
}
.we-section-tutorials__panel a:hover {
  text-decoration: underline;
}
.we-section-tutorials__panel a:hover .download-button:after {
  color: #e3000b;
}
.we-section-tutorials__panel a:hover .download-button:before {
  display: none;
}
.we-section-tutorials__panel li .download-button {
  margin-left: 6px;
}
.we-section-categoryFaq {
  text-align: left;
  padding-top: 20px;
}
.we-section-categoryFaq__groups {
  display: flex;
  flex-wrap: wrap;
}
.we-section-categoryFaq__group {
  margin-bottom: 40px;
}
.we-section-categoryFaq__group--wide {
  width: 100%;
  flex-basis: 100%;
  margin-right: 0;
}
.we-section-categoryFaq__group:nth-child(2n) {
  margin-right: 0;
}
.we-section-categoryFaq__group h3 {
  font-size: 1.5rem;
  margin-top: 10px;
  margin-bottom: 1em;
}
.we-section-categoryFaq__group .we-contentElement-panels {
  min-width: 0;
}
.we-section-categoryFaq__group a {
  color: #e3000b;
  text-decoration: none;
}
.we-section-categoryFaq__group a:hover {
  text-decoration: underline;
}
.productDetail {
  padding: 20px 17px 60px;
  height: 100%;
}
@media (min-width: 991px) {
  .productDetail {
    padding: 40px 50px 60px;
  }
}
@media (max-width: 990px) {
  .productDetail {
    background: #fff;
  }
}
.productDetail__header__back {
  float: right;
  width: auto;
  padding-top: 0;
  font-size: 2.15rem;
}
@media (max-width: 990px) {
  .productDetail__header__back {
    padding-left: 0.1em;
    font-size: 1.75rem;
  }
}
.productDetail__header__back .catalog__icon--close {
  color: #ccc;
  transition: color 0.1s linear, background-color 0.1s linear;
}
.productDetail__header__back:active .catalog__icon--close,
.productDetail__header__back:focus .catalog__icon--close,
.productDetail__header__back:hover .catalog__icon--close {
  color: #e3000b;
}
.productDetail__header:after {
  content: ' ';
  clear: both;
  display: table;
}
.productDetail__headline {
  font-size: 2.8rem;
  font-weight: 600;
  padding: 0;
  margin: 0;
  line-height: 1.3em;
  width: calc(100% - 2em);
  float: left;
}
@media (max-width: 990px) {
  .productDetail__headline {
    font-size: 2.15rem;
  }
}
@media (max-width: 767px) {
  .productDetail__headline {
    font-size: 1.75rem;
  }
}
.productDetail__headline .flag {
  margin-top: -0.3em;
  font-size: 0.5em;
  line-height: 1em;
}
.productDetail__subheadline {
  font-size: 1.4em;
  font-weight: 600;
  padding-top: 0.3em;
  margin-top: 0;
  clear: both;
}
.productDetail__sectionHeadline {
  font-weight: 700;
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 1em;
}
.productDetail__headline-divider {
  font-weight: 400;
  display: inline-block;
  width: 0;
  height: 0.95em;
  margin: 0 5px -3px;
  border-left: 2px solid #c1c6c8;
}
.productDetail__block {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .productDetail__block {
    margin-bottom: 35px;
  }
}
.productDetail__block--button {
  margin-bottom: 40px;
}
.productDetail__button__order-designkit {
  font-weight: 700;
  font-size: 1.1rem;
  width: auto;
  background-color: #e3000b;
  transition: color 0.1s linear, background-color 0.1s linear;
}
.productDetail__button__order-designkit .catalog__icon {
  margin-left: 8px;
  margin-right: -2px;
}
.productDetail__button__order-designkit:hover {
  background-color: #1d252d;
}
.productDetail .we-typoCatalog ul {
  padding: 0;
}
.productDetail .we-typoCatalog ul li {
  list-style: none;
  display: block;
  padding-left: 1em;
  position: relative;
}
.productDetail .we-typoCatalog ul li:before {
  content: ' ';
  width: 0.33em;
  height: 0.33em;
  background-color: #e3e3e3;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.productDetail .we-typoCatalog ul li .catalog__icon--document__pdf {
  transform: translateY(1px);
  margin-bottom: -4px;
  margin-left: 2px;
  zoom: 0.9;
}
.productDetail
  .productDetail__table.productDetail__table--propertyTable
  td:first-child,
.productDetail
  .productDetail__table.productDetail__table--propertyTable
  th:first-child {
  padding-left: 0;
}
.productDetail
  .productDetail__table.productDetail__table--propertyTable
  td:last-child,
.productDetail
  .productDetail__table.productDetail__table--propertyTable
  th:last-child {
  padding-right: 0;
}
.productDetail
  .productDetail__table.productDetail__table--propertyTable
  thead
  tr {
  background-color: transparent;
}
.productDetail
  .productDetail__table.productDetail__table--propertyTable
  thead
  tr
  th {
  color: #353535;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.2em;
  border-top: none;
  padding-top: 0;
  padding-bottom: 0.75em;
}
.productDetail
  .productDetail__table.productDetail__table--propertyTable
  tbody
  tr:first-child
  td {
  border-top: 2px solid #c1c6c8;
}
.productDetail
  .productDetail__table.productDetail__table--propertyTable
  tbody
  td {
  width: 50%;
  font-size: 0.95rem;
}
.productDetail
  .productDetail__table.productDetail__table--propertyTable
  tbody
  td:first-child {
  color: #353535;
  font-weight: 700;
}
.productDetail__table {
  width: 100%;
}
.productDetail__table thead tr {
  background-color: #e3e3e3;
}
.productDetail__table thead tr th {
  border-top: 1px solid #e3e3e3;
  text-align: left;
  padding: 5px 10px;
  height: 25px;
  font-size: 0.95rem;
  vertical-align: middle;
  font-weight: 400;
  line-height: 1.1em;
}
.productDetail__table thead tr th span {
  font-size: 0.8em;
}
.productDetail__table tbody tr td {
  font-size: 0.95rem;
  height: 25px;
  padding: 5px 10px;
  border-top: 1px solid #e3e3e3;
}
.productDetail__table tbody tr:last-child td {
  border-bottom: 1px solid #e3e3e3;
}
.productDetail__masonry {
  position: relative;
  margin-top: 50px;
}
.productDetail__masonry__sizer {
  width: calc(33.33333% - 40px);
}
@media (max-width: 1199px) {
  .productDetail__masonry__sizer {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .productDetail__masonry__sizer {
    width: 100%;
  }
}
.productDetail__masonry__panel {
  width: calc(33.33333% - 40px);
  margin-bottom: 40px;
  font-size: 1.1rem;
  line-height: 1.5em;
}
@media (max-width: 1199px) {
  .productDetail__masonry__panel {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .productDetail__masonry__panel {
    width: 100%;
  }
}
.productDetail__masonry__panel__3dviewer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.productDetail__masonry__panel__3dviewer canvas {
  border: 1px solid #ddd;
  height: 100% !important;
  width: 100% !important;
}
.productDetail__masonry__panel__3dviewer.hidden {
  opacity: 0;
  z-index: -1;
}
.productDetail__masonry__panel__viewControl {
  position: absolute;
  bottom: -20px;
  right: 35px;
  display: flex;
}
.productDetail__masonry__panel__viewControl button {
  font-size: 18px;
  width: 32px;
  height: 30px;
  color: #1d252d;
  background: #fff;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productDetail__masonry__panel__viewControl button#viewControl_animate {
  margin-right: 18px;
}
.productDetail__masonry__panel__viewControl button:hover {
  color: #e3000b;
}
.productDetail__masonry__panel__viewControl button i:after {
  vertical-align: sub;
}
.productDetail__masonry__panel--wide {
  width: calc(66.66667% - 20px);
}
@media (max-width: 1199px) {
  .productDetail__masonry__panel--wide {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .productDetail__masonry__panel--wide {
    width: 100%;
  }
}
.productDetail__masonry__panel--text h3 + h4 {
  margin-top: 1em;
}
.productDetail__masonry__panel--text h4 {
  font-size: 1.3rem;
  margin-bottom: 0.4em;
}
.productDetail__masonry__panel--text h4 + ul {
  margin-top: 0.4em;
}
.productDetail__masonry__panel--text ul + h4 {
  margin-top: 1.35em;
}
.productDetail__masonry__panel--text :last-child {
  margin-bottom: 0;
}
.productDetail__masonry__panel--image {
  max-height: 600px;
  position: relative;
}
.productDetail__masonry__panel--applicationNotes ul li {
  margin-bottom: 10px;
}
.productDetail__masonry__panel h2 a,
.productDetail__masonry__panel h3 a,
.productDetail__masonry__panel h4 a,
.productDetail__masonry__panel li a,
.productDetail__masonry__panel p a {
  text-decoration: none;
  color: #e3000b;
}
.productDetail__masonry__panel h2 a:hover,
.productDetail__masonry__panel h3 a:hover,
.productDetail__masonry__panel h4 a:hover,
.productDetail__masonry__panel li a:hover,
.productDetail__masonry__panel p a:hover {
  text-decoration: underline;
}
.productDetail__masonry__panel img {
  margin: 0;
  max-width: 95%;
  max-height: 450px;
  transition: opacity 0.2s linear;
}
.productDetail__masonry__panel img.hidden {
  opacity: 0;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.productDetail__masonry__panel__images-dimensions {
  position: relative;
  display: inline-block;
}
.productDetail__masonry__panel__images-dimensions button:not(:last-child) {
  margin-right: 20px;
}
.productDetail__masonry__panel__image-dimensions {
  opacity: 0;
  height: 0;
  width: 0;
  border: 1px solid #ddd;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.productDetail__masonry__panel__image-dimensions.selected {
  position: relative;
  width: auto;
  opacity: 1;
  height: auto;
  z-index: 2;
}
.productDetail__masonry__panel__image__showDimensionImage {
  margin-top: 40px;
  position: relative;
  clear: both;
}
.productDetail__masonry__panel__image__showDimensionImage.hidden {
  display: none;
}
.productDetail__masonry__panel__image__close3d {
  display: flex;
  justify-content: center;
}
.productDetail__masonry__panel__image__close,
.productDetail__masonry__panel__image__close3d {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 16px;
  right: 8px;
  z-index: 5;
  cursor: pointer;
}
.productDetail__masonry__panel__image__close3d.hidden,
.productDetail__masonry__panel__image__close.hidden {
  display: none;
}
.productDetail__masonry__panel__image__close3d .catalog__icon--close:after,
.productDetail__masonry__panel__image__close .catalog__icon--close:after {
  color: #c1c6c8;
  font-size: 1.8em;
  transition: color 0.1s linear, background-color 0.1s linear;
}
.productDetail__masonry__panel__image__close3d
  .catalog__icon--close:hover:after,
.productDetail__masonry__panel__image__close .catalog__icon--close:hover:after {
  color: #e3000b;
}
.productDetail__masonry__panel button.hidden {
  display: none;
}
.productDetail__masonry__panel li a:hover .download-button:after {
  color: #e3000b;
}
.productDetail__masonry__panel li a:hover .download-button:before {
  display: none;
}
.productDetail__masonry__panel li a .download-button {
  margin-left: 6px;
}
.productDetail__masonry__panel__inlay {
  margin-top: 10px;
}
.productDetail__masonry__panel__inlayDownload,
.productDetail__masonry__panel__inlayImage {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-top: 15px;
}
.productDetail__masonry__panel__inlayDownload:hover,
.productDetail__masonry__panel__inlayImage:hover {
  z-index: 2;
}
.productDetail__masonry__panel__inlayDownload .catalog__icon,
.productDetail__masonry__panel__inlayImage .catalog__icon {
  margin-left: 10px;
  margin-right: 0;
}
.productDetail__masonry__panel__inlayImage:nth-child(2) {
  margin-left: -1px;
}
.productDetail__table--sizeTable .catalog__icon--dimension {
  font-size: 1.5em;
}
.productDetail__table--sizeTable .catalog__icon--circle3d {
  font-size: 1.2em;
}
.productDetail__table--sizeTable a:not(.we-button) {
  color: #1d252d;
  text-decoration: none;
}
.productDetail__table--sizeTable a:not(.we-button):hover {
  color: #e3000b;
}
.productDetail__table--sizeTable thead tr th {
  font-weight: 600;
  padding: 5px;
}
.productDetail__table--sizeTable thead tr th span {
  font-weight: 400;
}
.productDetail__table--sizeTable thead tr th.badgeContainer {
  padding: 0;
  text-align: left;
}
.productDetail__table--sizeTable thead tr th.sizeTitle {
  padding-left: 8px;
}
.productDetail__table--sizeTable thead tr th.dimensionContainer {
  text-align: center;
}
.productDetail__table--sizeTable thead tr th.threeDContainer {
  padding-right: 2em;
  text-align: center;
}
@media (max-width: 567px) {
  .productDetail__table--sizeTable
    thead
    tr
    th:nth-child(n + 6):not(:last-child) {
    display: none;
  }
}
@media (min-width: 568px) {
  .productDetail__table--sizeTable thead tr th:last-child {
    display: none;
  }
}
.productDetail__table--sizeTable tbody tr td {
  padding: 5px;
  white-space: nowrap;
}
.productDetail__table--sizeTable tbody tr td.badgeContainer {
  padding: 0;
  text-align: left;
  width: 15px;
}
.productDetail__table--sizeTable tbody tr td.sizeTitle {
  padding-left: 8px;
}
.productDetail__table--sizeTable tbody tr td.dimensionContainer {
  text-align: center;
}
.productDetail__table--sizeTable tbody tr td.threeDContainer {
  text-align: center;
  padding-right: 2em;
}
@media (max-width: 567px) {
  .productDetail__table--sizeTable
    tbody
    tr
    td:nth-child(n + 6):not(:last-child) {
    display: none;
  }
  .productDetail__table--sizeTable tbody tr td:last-child {
    text-align: right;
  }
  .productDetail__table--sizeTable tbody tr td:last-child .catalog__icon {
    font-size: 1.35em;
    width: 1em;
  }
}
@media (min-width: 568px) {
  .productDetail__table--sizeTable tbody tr td:last-child {
    display: none;
  }
}
.productDetail__table--sizeTable tbody tr.selected td,
.productDetail__table--sizeTable tbody tr:hover td {
  background-color: #f3f3f3;
  cursor: pointer;
}
.productDetail__table--sizeTable
  tbody
  tr.image__shown
  .catalog__icon--dimension,
.productDetail__table--sizeTable tbody tr:hover .catalog__icon--dimension {
  color: #e3000b;
}
.productDetail__table--sizeTable .badge {
  display: block;
  background: #e3000b;
  font-weight: 600;
  font-size: 0.8em;
  color: #fff;
  padding: 2px 0;
  line-height: normal;
  transform: rotate(270deg);
  width: 3em;
  text-align: center;
  margin-left: -0.5em;
}
.productDetail__campaignTeaser {
  margin-top: 0;
  padding: 20px 20px 10px;
  background: #f3f3f3;
  display: block;
}
.productDetail__campaignTeaser__image {
  display: block;
  margin-right: 20px;
  margin-bottom: 10px;
  max-width: 30%;
  width: 30%;
  float: left;
  line-height: 1;
}
.productDetail__campaignTeaser__image img {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.productDetail__campaignTeaser__image:after {
  display: table;
  content: ' ';
  clear: both;
  height: 0;
}
.productDetail__campaignTeaser__text {
  width: auto;
  float: none;
}
.productDetail__campaignTeaser__text:after {
  display: table;
  content: ' ';
  clear: both;
  height: 0;
}
.productDetail__campaignTeaser__text h4 {
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 0.9em;
}
.productDetail__campaignTeaser__text p {
  margin: 0 0 0.9em;
}
.productDetail__campaignTeaser__text a {
  text-decoration: none;
  color: #e3000b;
}
.productDetail__campaignTeaser__text a:hover {
  text-decoration: underline;
}
.productDetail__campaignTeaser__text > a {
  display: block;
  margin: 0 0 10px;
}
.productDetail__seoBlock {
  font-size: 13px;
  line-height: 19px;
}
.productDetail__seoBlock__inner {
  column-count: 2;
  column-gap: 30px;
}
.productDetail__seoBlock__inner p {
  margin: 0 0 1em;
}
.productDetail__designKits {
  font-size: 1.1rem;
  line-height: 1.5em;
  margin-bottom: 50px;
}
.productDetail__designKits__introtext {
  margin-bottom: 25px;
}
.productDetail__designKits__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
.productDetail__designKits__list__item {
  display: flex;
  flex-basis: calc(33.33333% - 40px);
  max-width: calc(33.33333% - 40px);
  margin-right: 60px;
  margin-bottom: 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 0;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1d252d;
  align-items: center;
  transition: color 0.1s linear, background-color 0.1s linear;
}
.productDetail__designKits__list__item:nth-child(3n) {
  margin-right: 0;
}
.productDetail__designKits__list__item:nth-child(n + 4) {
  border-top: none;
}
@media (max-width: 1199px) {
  .productDetail__designKits__list__item {
    margin-right: 50px;
    flex-basis: calc(50% - 25px);
    max-width: calc(50% - 25px);
  }
  .productDetail__designKits__list__item:nth-child(n + 3) {
    border-top: none;
  }
  .productDetail__designKits__list__item:nth-child(3n) {
    margin-right: 50px;
  }
  .productDetail__designKits__list__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .productDetail__designKits__list__item {
    margin: 0;
    max-width: 100%;
    width: 100%;
    flex-basis: auto;
  }
}
.productDetail__designKits__list__item:hover,
.productDetail__designKits__list__item:hover
  .catalog__icon--chevron__right--skinny {
  color: #e3000b;
}
.productDetail__designKits__list__item__image {
  width: 80px;
  max-width: 80px;
  min-width: 80px;
  height: 60px;
  margin: 10px 30px 10px 10px;
  align-self: center;
  display: inline-block;
  position: relative;
}
.productDetail__designKits__list__item__image > img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.productDetail__designKits__list__item__text {
  flex-grow: 1;
  padding-right: 60px;
  position: relative;
  max-width: calc(100% - 140px);
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-hyphens: auto;
  hyphens: auto;
}
.productDetail__designKits__list__item .catalog__icon--chevron__right--skinny {
  color: #ccc;
  font-size: 2em;
  right: 12px;
  margin-top: -0.1em;
}
.productDetail__productTablesTabSwitch {
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  text-align: center;
}
@media (max-width: 1199px) {
  .productDetail__productTablesTabSwitch {
    padding-bottom: 25px;
  }
}
.productDetail__productTablesTabSwitch__tab {
  font-size: 1rem;
  padding: 10px 25px;
  background-color: #f3f3f3;
}
.productDetail__productTablesTabSwitch__tab--selected,
.productDetail__productTablesTabSwitch__tab:hover {
  background-color: #e3000b;
  color: #fff;
  cursor: pointer;
}
.productDetail__productTablesTabSwitch__tab {
  margin: 5px;
}
@media (max-width: 767px) {
  .productDetail__productTablesTabSwitch__tab {
    flex-basis: 0;
    flex: 1 1 0;
  }
}
.we-catalog-categoryMedia {
  margin-top: 40px;
}
.we-catalog-categoryMedia:first-child {
  margin-top: 0;
}
.we-catalog-categoryMedia .productDetail__sectionHeadline:not(:first-child) {
  margin-top: 40px;
}
.we-catalog-categoryMedia ul {
  margin-top: 0.5em;
  margin-bottom: 0;
}
.we-catalog-categoryMedia ul:last-child {
  margin-bottom: 0;
}
.we-catalog-categoryMedia ul li {
  padding-left: 0 !important;
}
.we-catalog-categoryMedia ul li:before {
  display: none !important;
}
.we-catalog-categoryMedia ul a {
  display: flex;
  align-items: stretch;
  padding: 3px 0;
  text-decoration: none;
  color: #1d252d;
  line-height: 1.5em;
}
.we-catalog-categoryMedia ul a .download-button {
  margin-left: 0;
}
.we-catalog-categoryMedia ul a:hover {
  color: #e3000b;
  text-decoration: none;
}
.we-catalog-categoryMedia ul a:hover .download-button {
  border-color: #e3000b;
}
.we-catalog-categoryMedia ul a .we-catalog-categoryMedia__itemShortcut {
  margin-right: 0.65em;
}
.we-catalog-categoryMedia
  ul
  a
  .we-catalog-categoryMedia__itemShortcut
  .download-button {
  min-width: 3em;
}
.we-catalog-categoryMedia
  ul
  a
  .we-catalog-categoryMedia__itemShortcut
  .download-button--spec {
  color: #e3000b;
}
.we-catalog-categoryMedia ul a .we-catalog-categoryMedia__itemPipe {
  color: #aaa;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.we-catalog-categoryMedia ul a .we-catalog-categoryMedia__itemSize {
  color: #aaa !important;
  white-space: nowrap;
}
.we-contentElement-elementHeader {
  margin: 0 0 1.25em;
}
.we-contentElement-elementHeader__preheadline {
  font-size: 1.65rem;
  line-height: 1.25em;
  font-weight: 600;
  margin: 0 0 0.25em;
}
@media (max-width: 1199px) {
  .we-contentElement-elementHeader__preheadline {
    font-size: 1.35rem;
    line-height: 1.4em;
  }
}
.we-contentElement-elementHeader__headline {
  font-size: 2.25rem;
  line-height: 1.15em;
  font-weight: 600;
  margin: 0 0 0.5em;
}
@media (max-width: 767px) {
  .we-contentElement-elementHeader__headline {
    font-size: 2rem;
    line-height: 1.2em;
  }
}
.we-contentElement-elementHeader__headline--subheadline {
  font-size: 1.4rem;
  line-height: 1.25em;
  font-weight: 600;
}
@media (max-width: 767px) {
  .we-contentElement-elementHeader__headline--subheadline {
    font-size: 1.15rem;
  }
}
.we-contentElement-elementHeader__subheadline {
  font-size: 1.4rem;
  line-height: 1.25em;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767px) {
  .we-contentElement-elementHeader__subheadline {
    font-size: 1.15rem;
  }
}
.we-contentElement-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  clear: both;
  border: 1px solid #eaeaea;
}
.we-contentElement-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: none !important;
  border-color: transparent;
}
.we-contentElement-video__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: 50%;
}
.we-contentElement-video__img img {
  width: 100%;
  height: 100%;
}
.we-contentElement-video__playbutton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
.we-contentElement-video__playbutton div {
  width: 66px;
  height: 45px;
  line-height: 38px;
  color: #fff;
  background-color: #e3000b;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  font-size: 26px;
  margin: 0;
  border-radius: 1px;
  opacity: 0.9;
}
.we-contentElement-video__title {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
  width: 100%;
  transition: all 0.5s;
}
.we-contentElement-video__title p {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.we-contentElement-video:hover {
  cursor: pointer;
}
.we-contentElement-video:hover .we-contentElement-video__playbutton {
  background-color: rgba(0, 0, 0, 0.05);
}
.we-contentElement-video:hover .we-contentElement-video__title {
  background: rgba(0, 0, 0, 0.7);
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  cursor: grab;
}
.pswp--dragging .pswp__img {
  cursor: grabbing;
}
.pswp__bg {
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.pswp__bg,
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pswp__scroll-wrap {
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pswp__container,
.pswp__img {
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img,
.pswp__item {
  position: absolute;
  left: 0;
  top: 0;
}
.pswp__img {
  width: auto;
  height: auto;
}
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}
.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__bg {
  background-color: rgba(0, 0, 0, 0.8);
}
.pswp__button {
  width: 36px;
  height: 36px;
  position: relative;
  background: none;
  color: #fff;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  text-shadow: 0 0 3px #000;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
  background: none;
  color: #fff;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/lib/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 36px;
  height: 36px;
  font-size: 2.15rem;
}
@media (min-resolution: 1.1dppx), (min-resolution: 105dpi) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right,
  .pswp--svg .pswp__button--arrow--right:before {
    background: none;
  }
}
.pswp__button--close {
  background: none;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
  background: none;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
  background: none;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
  display: none;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
.pswp__counter,
.pswp__share-modal {
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a,
.pswp__share-tooltip a:hover {
  color: #000;
  text-decoration: none;
}
.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}
a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff;
}
a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}
a.pswp__share--download:hover {
  background: #ddd;
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px;
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #bbb;
}
.pswp__caption__center {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  font-size: 1rem;
  padding: 20px;
  line-height: 1.45rem;
  color: #ccc;
}
.pswp__caption--empty {
  display: none;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  background: url(../img/lib/photoswipe/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 0.5s linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border-color: #fff #fff transparent transparent;
  border-style: solid;
  border-width: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  to {
    transform: rotate(0);
  }
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 36px;
  width: 100%;
  padding: 25px 30px;
  background: none;
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__caption,
.pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.5);
}
.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.3);
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
.pswp__img {
  background: #fff;
  object-fit: contain;
}
.pswp__ui--fit .pswp__top-bar {
  background: none;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  position: absolute !important;
  text-align: center !important;
  background: none;
  width: 110px;
  text-shadow: 0 0 3px #000;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  display: none;
}
.pswp__zoom-wrap--withPadding .pswp__img {
  padding: 50px;
}
.we-contentElement-gallery {
  width: 100%;
  min-width: 1440px;
  display: inline-block;
  text-align: left;
}
@media (max-width: 1920px) {
  .we-contentElement-gallery {
    min-width: 0;
    max-width: 100%;
  }
}
.we-contentElement-gallery__items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -25px;
  width: calc(100% + 30px);
}
.we-contentElement-gallery__items--1,
.we-contentElement-gallery__items--2,
.we-contentElement-gallery__items--3 {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
@media (max-width: 1199px) {
  .we-contentElement-gallery__items {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
  .we-contentElement-gallery__items--1,
  .we-contentElement-gallery__items--2,
  .we-contentElement-gallery__items--3 {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}
@media (max-width: 990px) {
  .we-contentElement-gallery__items {
    margin-left: -8px;
    margin-right: -8px;
    width: calc(100% + 16px);
  }
  .we-contentElement-gallery__items--1,
  .we-contentElement-gallery__items--2,
  .we-contentElement-gallery__items--3 {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}
@media (max-width: 767px) {
  .we-contentElement-gallery__items {
    margin-left: -8px;
    margin-right: -8px;
    width: calc(100% + 16px);
  }
}
.we-contentElement-gallery__item {
  flex: 0 1 calc(16.66667% - 30px);
  margin: 0 15px 25px;
}
.we-contentElement-gallery__item--of1,
.we-contentElement-gallery__item--of2,
.we-contentElement-gallery__item--of3,
.we-contentElement-gallery__item--of4,
.we-contentElement-gallery__item--of5 {
  flex: 1 1 0px;
}
.we-contentElement-gallery__item--of1,
.we-contentElement-gallery__item--of2,
.we-contentElement-gallery__item--of3 {
  margin: 0 20px 25px;
}
@media (max-width: 1199px) {
  .we-contentElement-gallery__item {
    flex-basis: calc(25% - 20px);
    max-width: calc(25% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .we-contentElement-gallery__item:nth-child(4n) {
    margin-right: 0;
  }
  .we-contentElement-gallery__item--of1,
  .we-contentElement-gallery__item--of2,
  .we-contentElement-gallery__item--of3 {
    flex: 1 1 0px;
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .we-contentElement-gallery__item {
    flex-basis: calc(25% - 16px);
    max-width: calc(25% - 16px);
    margin-left: 8px;
    margin-right: 8px;
  }
  .we-contentElement-gallery__item:nth-child(4n) {
    margin-right: 0;
  }
  .we-contentElement-gallery__item--of1,
  .we-contentElement-gallery__item--of2,
  .we-contentElement-gallery__item--of3 {
    flex: 1 1 0px;
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .we-contentElement-gallery__item {
    flex-basis: calc(50% - 16px);
    max-width: calc(50% - 16px);
    margin-left: 8px;
    margin-right: 8px;
  }
  .we-contentElement-gallery__item:nth-child(2n) {
    margin-right: 0;
  }
}
.we-contentElement-gallery__image {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.we-contentElement-gallery__image a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  text-align: center;
}
.we-contentElement-gallery__image img {
  max-width: 80%;
  max-height: 80%;
  margin: 10% auto;
  display: inline-block;
}
.we-contentElement-gallery__image--crop {
  padding-top: 0;
}
.we-contentElement-gallery__image--crop a {
  position: relative;
}
.we-contentElement-gallery__image--crop img {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  width: 100%;
}
.we-contentElement-gallery__caption {
  clear: both;
  padding-top: 15px;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.5em;
  color: #666;
  padding-right: 10px;
}
.we-contentSection .we-contentElement-gallery--2-items {
  min-width: 990px;
  max-width: 990px;
  margin: 0 auto;
  display: inline-block;
}
.we-contentSection
  .we-contentElement-gallery--2-items
  .we-contentElement-gallery__item {
  flex: 0 1 calc(33.33333% - 16.66667px);
}
.we-contentElement-panels {
  width: 100%;
  min-width: 1440px;
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 1920px) {
  .we-contentElement-panels {
    min-width: 0;
    max-width: 100%;
  }
}
.we-contentElement-panels__nav {
  padding: 5px 0 10px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  text-align: center;
}
@media (max-width: 767px) {
  .we-contentElement-panels__nav {
    padding: 0 0 10px;
  }
}
.we-contentElement-panels__navItem {
  font-size: 1.15rem;
  font-weight: 600;
  padding: 10px 25px;
  margin: 0 5px 10px;
  background-color: #ddd;
  cursor: pointer;
  transition: color 0.1s linear, background-color 0.1s linear;
}
.we-contentElement-panels__navItem--selected,
.we-contentElement-panels__navItem:hover {
  color: #fff;
  background-color: #e3000b;
}
@media (max-width: 767px) {
  .we-contentElement-panels__navItem {
    font-size: 1rem;
    padding: 10px 15px;
  }
}
.we-contentElement-panels__item {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  margin-bottom: -2px;
  position: relative;
  z-index: 1;
  transition: border 0.2s linear;
}
.we-contentElement-panels__item:hover {
  z-index: 2;
}
.we-contentElement-panels__itemHeader {
  padding: 15px 35px 15px 0;
  font-size: 1.25em;
  cursor: pointer;
  font-weight: 600;
  transition: color 0.1s linear, background-color 0.1s linear;
}
.we-contentElement-panels__itemHeader .catalog__icon {
  position: absolute;
  right: 5px;
  top: 15px;
  font-size: 1em;
  transition: all 0.2s linear;
}
.we-contentElement-panels__itemHeader:hover {
  color: #e3000b;
}
.we-contentElement-panels__itemBody {
  overflow: hidden;
  max-height: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition-property: max-height, padding, opacity, visibility;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
}
.we-contentElement-panels__item--open
  .we-contentElement-panels__itemHeader
  .catalog__icon {
  transform: rotate(-90deg);
  top: 16px;
}
.we-contentElement-panels__item--open .we-contentElement-panels__itemBody {
  opacity: 1;
  visibility: visible;
  padding-top: 15px;
  padding-bottom: 30px;
}
.we-contentElement-panels--tabs .we-contentElement-panels__item {
  border: none;
  margin: 0;
}
.we-contentElement-panels--tabs .we-contentElement-panels__itemBody {
  position: absolute;
  max-height: 2000px;
  display: none;
}
.we-contentElement-panels--tabs
  .we-contentElement-panels__item--open
  .we-contentElement-panels__itemBody {
  display: block;
  padding-bottom: 0;
}
.we-contentElement-panels--accordionCompact
  .we-contentElement-panels__itemHeader {
  font-size: 1.2rem;
}
.we-contentElement-panels--accordionCompact
  .we-contentElement-panels__itemBody {
  padding-top: 0;
  padding-bottom: 0;
}
.we-contentElement-panels--accordionCompact
  .we-contentElement-panels__itemBody
  :first-child {
  margin-top: 0;
}
.we-contentElement-panels--accordionCompact
  .we-contentElement-panels__item--open
  .we-contentElement-panels__itemBody {
  padding-top: 0;
  padding-bottom: 15px;
}
.we-contentElement-panels .we-contentElement-teaser {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .we-contentElement-panels .we-contentElement-teaser {
    padding-top: 10px;
  }
}
.we-contentElement-slider {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  transition: height 0.75s linear;
}
.we-contentElement-slider--background-white {
  background: #fff;
}
.we-contentElement-slider--background-white .we-contentElement-slider__arrow {
  color: #aaa;
}
.we-contentElement-slider--background-black {
  background: #1d252d;
}
.we-contentElement-slider__container {
  margin: 0 auto;
  max-width: 1440px;
  display: block;
  position: relative;
}
.we-contentElement-slider__items {
  position: relative;
  transition: max-height 0.5s linear, height 0.5s linear;
  height: auto;
  width: 100%;
  max-height: 9999px;
}
.we-contentElement-slider__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 0;
}
.we-contentElement-slider__item--outLeft {
  animation: we-contentElement-slider__item--outLeft 0.5s ease-in;
}
.we-contentElement-slider__item--outRight {
  animation: we-contentElement-slider__item--outRight 0.5s ease-in;
}
.we-contentElement-slider__item--inLeft {
  animation: we-contentElement-slider__item--inLeft 1s ease-out 0s;
  position: relative;
  z-index: 1;
}
.we-contentElement-slider__item--inRight {
  animation: we-contentElement-slider__item--inRight 1s ease-out 0s;
  position: relative;
  z-index: 1;
}
.we-contentElement-slider__item--current {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.we-contentElement-slider__navigation {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 2;
  display: flex;
  width: 5.2rem;
}
@media (max-width: 767px) {
  .we-contentElement-slider__navigation {
    top: 20px;
  }
}
.we-contentElement-slider__arrow {
  color: #fff;
  opacity: 0.25;
  font-size: 1.8rem;
  width: 2rem;
  text-align: center;
  line-height: 2rem;
  cursor: pointer;
  flex-grow: 1;
  flex-basis: 0;
  transition: opacity 0.1s linear;
}
.we-contentElement-slider__arrow:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .we-contentElement-slider .we-contentElement-teaser__headline,
  .we-contentElement-slider .we-contentElement-teaser__preheadline {
    padding-right: 100px;
  }
}
.we-contentSection--fullWidth .we-contentElement-slider__container {
  width: 100%;
  max-width: 100%;
}
@keyframes we-contentElement-slider__item--outLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-800px);
  }
}
@keyframes we-contentElement-slider__item--outRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(800px);
  }
}
@keyframes we-contentElement-slider__item--inLeft {
  0% {
    opacity: 0;
    transform: translateX(-800px);
  }
  50% {
    opacity: 0.4;
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes we-contentElement-slider__item--inRight {
  0% {
    opacity: 0;
    transform: translateX(800px);
  }
  50% {
    opacity: 0.4;
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.we-contentElement-teaser {
  width: 100%;
}
.we-contentElement-slider .we-contentElement-teaser,
.we-contentElement-teaser--background-black,
.we-contentElement-teaser--background-white {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .we-contentElement-slider .we-contentElement-teaser,
  .we-contentElement-teaser--background-black,
  .we-contentElement-teaser--background-white {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.we-contentElement-teaser--background-white {
  background: #fff;
}
.we-contentElement-teaser--background-black {
  background: #1d252d;
  color: #fff;
}
.we-contentElement-teaser--background-black .we-contentElement-video {
  border: 1px solid #1d252d;
}
.we-contentElement-teaser__content {
  margin: 0 auto;
  max-width: 1440px;
  display: flex;
  align-items: stretch;
}
@media (max-width: 1680px) {
  .we-contentElement-teaser__content {
    width: calc(100% - 100px);
    margin: 0 50px;
  }
}
@media (max-width: 767px) {
  .we-contentElement-teaser__content {
    flex-wrap: wrap;
  }
}
.we-contentElement-teaser__col {
  flex: 50%;
  align-items: center;
  display: flex;
}
.we-contentElement-teaser__col--1 {
  padding-right: 20px;
}
@media (max-width: 990px) {
  .we-contentElement-teaser__col--1 {
    padding-right: 15px;
  }
}
.we-contentElement-teaser__col--2 {
  padding-left: 20px;
}
@media (max-width: 990px) {
  .we-contentElement-teaser__col--2 {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .we-contentElement-teaser__col {
    padding: 0 !important;
    flex-basis: 100%;
    width: 100%;
  }
  .we-contentElement-teaser__col--1 {
    margin-bottom: 30px !important;
  }
}
.we-contentElement-teaser__copy {
  text-align: left;
}
.we-contentElement-teaser__copy .we-contentElement-elementHeader {
  margin-bottom: 1.4em;
}
.we-contentElement-teaser__copy .we-contentElement-elementHeader__headline {
  font-size: 2.75rem;
}
@media (max-width: 1199px) {
  .we-contentElement-teaser__copy .we-contentElement-elementHeader__headline {
    font-size: 2.25rem;
  }
}
.we-contentElement-teaser__text {
  line-height: 1.65em;
}
.we-contentElement-teaser__text a {
  color: #e3000b;
  text-decoration: none;
  transition: color 0.1s linear, background-color 0.1s linear;
}
.we-contentElement-teaser__text a:hover {
  text-decoration: underline;
}
.we-contentElement-teaser__text ul {
  padding: 0;
}
.we-contentElement-teaser__text ul li {
  list-style: none;
  display: block;
  padding-left: 1em;
  position: relative;
}
.we-contentElement-teaser__text ul li:before {
  content: ' ';
  width: 0.33em;
  height: 0.33em;
  background-color: #e3e3e3;
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
}
.we-contentElement-teaser__linkbutton {
  clear: both;
  margin-top: 25px;
}
.we-contentElement-teaser__media {
  width: 100%;
  text-align: center;
}
.we-contentElement-teaser__media img {
  max-width: 100%;
  max-height: 450px;
  display: inline-block;
}
@media (max-width: 767px) {
  .we-contentElement-teaser__media img {
    max-width: 90%;
  }
}
.we-contentElement-teaser__media--fullWidth img {
  width: 100%;
  height: auto;
  max-height: none;
}
@media (max-width: 767px) {
  .we-contentElement-teaser__media--fullWidth img {
    max-width: 100%;
  }
}
.we-contentElement-teasergroup {
  max-width: 1440px;
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: left;
}
.we-contentElement-teasergroup__teasers {
  display: flex;
  margin-top: 2.5em;
  flex-wrap: wrap;
}
.we-contentElement-teasergroup__teasers:first-child,
.we-contentElement-teasergroup__teasers:first-of-type {
  margin-top: 0;
}
.we-contentElement-teasergroup__teaser {
  align-items: center;
  width: calc(100% - 70px);
  margin-bottom: 30px;
  transition: color 0.1s linear, background-color 0.1s linear;
}
.we-contentElement-teasergroup__teaser:first-child {
  margin-right: 70px;
}
@media (max-width: 767px) {
  .we-contentElement-teasergroup__teaser {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }
}
.we-contentElement-teasergroup__teaser h3 {
  transition: color 0.1s linear, background-color 0.1s linear;
}
.we-contentElement-teasergroup__teaser:hover h3 a {
  color: #e3000b;
}
.we-contentElement-teasergroup__teaserText {
  width: 100%;
  text-align: left;
  line-height: 1.65em;
}
.we-contentElement-teasergroup__teaserText .catalog__icon {
  color: #e3000b;
  font-size: 1.15em;
  line-height: 0.85em;
  transform: translateY(0);
  margin-left: 0;
}
.we-contentElement-teasergroup__teaserText h3,
.we-contentElement-teasergroup__teaserText p,
.we-contentElement-teasergroup__teaserText ul {
  margin: 1em 0 0;
}
@media (max-width: 990px) {
  .we-contentElement-teasergroup__teaserText p,
  .we-contentElement-teasergroup__teaserText ul {
    margin-top: 0.5em;
  }
}
.we-contentElement-teasergroup__teaserImageWrapper {
  overflow: hidden;
  max-width: 100%;
}
.we-contentElement-teasergroup__teaserImageContainer {
  width: 100%;
  padding-bottom: 55%;
  position: relative;
}
.we-contentElement-teasergroup__teaserImage {
  text-align: center;
}
.we-contentElement-teasergroup__teaserImage,
.we-contentElement-teasergroup__teaserImage a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.we-contentElement-teasergroup__teaserImage a {
  height: 100%;
}
.we-contentElement-teasergroup__teaserImage img {
  max-width: 75%;
  max-height: 75%;
  margin: 0;
  display: inline-block;
}
.we-contentElement-teasergroup a {
  text-decoration: none;
  color: #1d252d;
  width: 100%;
}
.we-contentElement-teasergroup__teaserButton,
.we-contentElement-teasergroup__teaserHeadline {
  transition: color 0.1s linear, background-color 0.1s linear;
}
.we-contentElement-teasergroup__teaserButton {
  display: inline-block;
  font-weight: 600;
  clear: both;
  color: #e3000b;
  margin-top: 12px;
}
.we-contentElement-teasergroup__teaserButton .download-button {
  margin-left: 3px;
  transform: translateY(-1px);
}
.we-contentElement-teasergroup__teasers--4-teasers-picture-above-text {
  margin-bottom: -20px;
}
.we-contentElement-teasergroup__teasers--4-teasers-picture-above-text
  .we-contentElement-teasergroup__teaser {
  width: calc(25% - 37.5px);
  margin-right: 50px;
}
.we-contentElement-teasergroup__teasers--4-teasers-picture-above-text
  .we-contentElement-teasergroup__teaser:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .we-contentElement-teasergroup__teasers--4-teasers-picture-above-text
    .we-contentElement-teasergroup__teaser {
    width: calc(25% - 22.5px);
    margin-right: 30px;
  }
}
@media (max-width: 990px) {
  .we-contentElement-teasergroup__teasers--4-teasers-picture-above-text
    .we-contentElement-teasergroup__teaser {
    width: calc(50% - 15px);
  }
  .we-contentElement-teasergroup__teasers--4-teasers-picture-above-text
    .we-contentElement-teasergroup__teaser:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .we-contentElement-teasergroup__teasers--4-teasers-picture-above-text
    .we-contentElement-teasergroup__teaser {
    margin-right: 0;
    width: 100%;
  }
}
.we-contentElement-teasergroup__teasers--4-teasers-picture-above-text
  .we-contentElement-teasergroup__teaserImage {
  background: #fff;
}
.we-contentElement-teasergroup__teasers--4-teasers-picture-above-text
  .we-contentElement-teasergroup__teaserButton {
  display: none;
}
.we-contentElement-teasergroup__teasers--2-teasers-picture-next-to-text
  .we-contentElement-teasergroup__teaser {
  width: calc(50% - 25px);
  margin-right: 50px;
  display: flex;
  padding: 25px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: -1px;
  align-items: flex-start;
}
.we-contentElement-teasergroup__teasers--2-teasers-picture-next-to-text
  .we-contentElement-teasergroup__teaser:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .we-contentElement-teasergroup__teasers--2-teasers-picture-next-to-text
    .we-contentElement-teasergroup__teaser {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
}
@media (max-width: 990px) {
  .we-contentElement-teasergroup__teasers--2-teasers-picture-next-to-text
    .we-contentElement-teasergroup__teaser {
    margin-right: 0;
    width: 100%;
  }
}
.we-contentElement-teasergroup__teasers--2-teasers-picture-next-to-text a {
  display: flex;
  width: 100%;
}
.we-contentElement-teasergroup__teasers--2-teasers-picture-next-to-text
  a:hover
  .we-contentElement-teasergroup__teaserButton {
  color: #1d252d;
}
.we-contentElement-teasergroup__teasers--2-teasers-picture-next-to-text
  a:hover
  .we-contentElement-teasergroup__teaserHeadline {
  color: #e3000b;
}
.we-contentElement-teasergroup__teasers--2-teasers-picture-next-to-text
  .we-contentElement-teasergroup__teaserImageWrapper {
  width: 35%;
  margin-right: 5%;
}
.we-contentElement-teasergroup__teasers--2-teasers-picture-next-to-text
  .we-contentElement-teasergroup__teaserImageContainer {
  padding: 0;
}
.we-contentElement-teasergroup__teasers--2-teasers-picture-next-to-text
  .we-contentElement-teasergroup__teaserImage {
  position: relative;
}
.we-contentElement-teasergroup__teasers--2-teasers-picture-next-to-text
  .we-contentElement-teasergroup__teaserImage
  img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.we-contentElement-teasergroup__teasers--2-teasers-picture-next-to-text
  .we-contentElement-teasergroup__teaserText {
  max-width: 100%;
  min-width: 60%;
}
.we-contentElement-teasergroup__teasers--2-teasers-picture-next-to-text
  .we-contentElement-teasergroup__teaserText
  a {
  display: inline;
  width: auto;
}
.we-contentElement-teasergroup__teasers--2-teasers-picture-next-to-text
  .we-contentElement-teasergroup__teaserHeadline {
  margin-top: 0;
  font-size: 1.2rem;
}
.we-contentElement-teasergroup__teasers--2-teasers-picture-next-to-text
  .we-contentElement-teasergroup__teaserHeadline
  .catalog__icon {
  display: none;
}
.we-contentSection .we-contentElement-teasergroup {
  max-width: 100%;
}
.we-contentElement-textImage {
  margin: 0 auto;
  max-width: 1440px;
  display: block;
  text-align: left;
}
.we-contentElement-textImage--1-columns {
  max-width: 990px;
}
.we-contentElement-textImage--1-columns.we-contentElement-textImage--fullWidth,
.we-contentElement-textImage--3-columns,
.we-contentElement-textImage--4-columns,
.we-contentElement-textImage--fullWidth {
  width: 1440px;
  max-width: 1440px;
}
@media (max-width: 1680px) {
  .we-contentElement-textImage--1-columns.we-contentElement-textImage--fullWidth,
  .we-contentElement-textImage--3-columns,
  .we-contentElement-textImage--4-columns,
  .we-contentElement-textImage--fullWidth {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .we-contentElement-textImage {
    max-width: 100% !important;
  }
}
.we-contentElement-textImage__columns {
  display: flex;
}
@media (min-width: 768px) {
  .we-contentElement-textImage__columns--2
    .we-contentElement-textImage__column--1 {
    margin-right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .we-contentElement-textImage__columns--2
    .we-contentElement-textImage__column--1 {
    margin-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .we-contentElement-textImage__columns--2
    .we-contentElement-textImage__column--1 {
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .we-contentElement-textImage__columns--3
    .we-contentElement-textImage__column--1,
  .we-contentElement-textImage__columns--3
    .we-contentElement-textImage__column--2 {
    margin-right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .we-contentElement-textImage__columns--3
    .we-contentElement-textImage__column--1,
  .we-contentElement-textImage__columns--3
    .we-contentElement-textImage__column--2 {
    margin-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .we-contentElement-textImage__columns--3
    .we-contentElement-textImage__column--1,
  .we-contentElement-textImage__columns--3
    .we-contentElement-textImage__column--2 {
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .we-contentElement-textImage__columns--4
    .we-contentElement-textImage__column--1,
  .we-contentElement-textImage__columns--4
    .we-contentElement-textImage__column--2,
  .we-contentElement-textImage__columns--4
    .we-contentElement-textImage__column--3 {
    margin-right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .we-contentElement-textImage__columns--4
    .we-contentElement-textImage__column--1,
  .we-contentElement-textImage__columns--4
    .we-contentElement-textImage__column--2,
  .we-contentElement-textImage__columns--4
    .we-contentElement-textImage__column--3 {
    margin-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .we-contentElement-textImage__columns--4
    .we-contentElement-textImage__column--1,
  .we-contentElement-textImage__columns--4
    .we-contentElement-textImage__column--2,
  .we-contentElement-textImage__columns--4
    .we-contentElement-textImage__column--3 {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .we-contentElement-textImage__columns {
    flex-wrap: wrap;
  }
}
.we-contentElement-textImage__column {
  flex-grow: 1;
  flex-basis: 0;
}
@media (max-width: 767px) {
  .we-contentElement-textImage__column {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  .we-contentElement-textImage__column:last-child {
    margin-bottom: 0;
  }
}
.we-contentElement-textImage__headline {
  font-size: 1.15rem;
  margin: 0 0 1em;
}
@media (max-width: 1199px) {
  .we-contentElement-textImage__headline {
    margin-bottom: 0.75em;
  }
}
.we-contentElement-textImage__copy {
  text-align: left;
}
.we-contentElement-textImage__text {
  line-height: 1.65em;
}
.we-contentElement-textImage__text p,
.we-contentElement-textImage__text ul {
  margin: 1em 0;
}
.we-contentElement-textImage__text p:first-child,
.we-contentElement-textImage__text ul:first-child {
  margin-top: 0;
}
.we-contentElement-textImage__text p:last-child,
.we-contentElement-textImage__text ul:last-child {
  margin-bottom: 0;
}
.we-contentElement-textImage__text ul {
  padding: 0;
}
.we-contentElement-textImage__text ul li {
  list-style: none;
  display: block;
  padding-left: 1em;
  position: relative;
}
.we-contentElement-textImage__text ul li:before {
  content: ' ';
  width: 0.33em;
  height: 0.33em;
  background-color: #e3e3e3;
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
}
.we-contentElement-textImage__text a {
  color: #e3000b;
  font-weight: 700;
  text-decoration: underline;
  transition: border 0.2s linear, color 0.2s linear;
}
.we-contentElement-textImage__text a:hover {
  color: #1d252d;
}
.we-contentElement-textImage__linkButton {
  clear: both;
  margin-top: 25px;
}
.we-contentElement-textImage__columnImage {
  width: 100%;
}
.we-contentElement-textImage__columnImage img {
  width: 100%;
  display: inline-block;
  background: #fff;
  padding: 20px;
}
.we-contentElement-textImage__image--crop img {
  padding: 0;
}
.we-contentElement-textImage__columnImage + .we-contentElement-textImage__text,
.we-contentElement-textImage__headline + .we-contentElement-video,
.we-contentElement-textImage__text + .we-contentElement-textImage__columnImage,
.we-contentElement-textImage__text + .we-contentElement-video,
.we-contentElement-video + .we-contentElement-textImage__headline,
.we-contentElement-video + .we-contentElement-textImage__text {
  margin-top: 25px;
}
.we-contentElement-textImage__columnImage
  + .we-contentElement-textImage__headline {
  margin-top: 15px;
}
.we-contentElement-textImage__caption {
  clear: both;
  display: flex;
  padding-top: 10px;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.5em;
  color: #666;
  padding-right: 10px;
}
.we-contentElement-videos {
  max-width: 100%;
  display: inline-block;
  text-align: left;
}
.we-contentElement-videos--1-columns {
  width: 600px;
}
@media (max-width: 767px) {
  .we-contentElement-videos--1-columns {
    width: 100%;
  }
}
.we-contentElement-videos__columns {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
.we-contentElement-videos__columns--1 .we-contentElement-videos__column {
  flex-basis: 100%;
  max-width: 100%;
  margin-right: 0;
}
.we-contentElement-videos__column {
  flex-basis: calc(33.33333% - 40px);
  max-width: calc(33.33333% - 40px);
  margin-right: 60px;
  font-size: 1.1rem;
  line-height: 1.5em;
}
.we-contentElement-videos__column:nth-child(3n) {
  margin-right: 0;
}
.we-contentElement-videos__column:nth-child(n + 4) {
  border-top: none;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .we-contentElement-videos__column {
    margin-right: 50px;
    flex-basis: calc(50% - 25px);
    max-width: calc(50% - 25px);
  }
  .we-contentElement-videos__column:nth-child(n + 3) {
    border-top: none;
    margin-top: 40px;
  }
  .we-contentElement-videos__column:nth-child(3n) {
    margin-right: 50px;
  }
  .we-contentElement-videos__column:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .we-contentElement-videos__column {
    margin: 0;
    max-width: 100%;
    width: 100%;
    flex-basis: auto;
  }
  .we-contentElement-videos__column:nth-child(n + 2) {
    margin-top: 60px;
  }
  .we-contentElement-videos__column:nth-child(3n) {
    margin-right: 0;
  }
  .we-contentElement-videos__column--video:nth-child(n + 2) {
    margin-top: 30px;
  }
}
.we-contentSection--inactive {
  position: relative;
}
.we-contentSection--inactive:hover {
  outline: none;
  outline: 1px dashed #ccc;
}
.we-contentSection--inactive:hover:before {
  content: 'inaktiv';
  background: #ccc;
  color: #555;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  font-size: 0.85em;
  font-weight: 700;
}
.we-modalImages__image a {
  cursor: zoom-in;
}
.sidebar--floating {
  position: absolute;
  top: 140px !important;
}
.search {
  width: 100%;
  display: flex;
  flex-direction: row;
  background: #fff;
}
@media (min-width: 991px) {
  .search {
    min-height: calc(100vh - 530px);
  }
}
.search__content {
  flex: 1;
  padding: 40px 50px;
  font-size: 1.1rem;
}
@media (max-width: 1199px) {
  .search__content {
    padding: 25px 30px;
  }
}
.search__content__pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 1em;
}
@media (max-width: 990px) {
  .search__content__pagination {
    justify-content: center;
  }
}
.search__content__pagination button {
  display: inline-block;
  width: auto;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  color: #1d252d;
  transition: color 0.1s linear, background-color 0.1s linear;
  font-weight: 700;
}
.search__content__pagination button.button--secondary {
  color: #e3000b;
}
.search__content__pagination button:hover {
  color: #fff;
  background-color: #e3000b;
}
.search__content__pagination__lastpage {
  text-align: right;
}
.search__content__pagination__firstpage,
.search__content__pagination__lastpage {
  width: 120px;
}
@media (max-width: 990px) {
  .search__content__pagination__firstpage,
  .search__content__pagination__lastpage {
    display: none;
  }
}
.search__content__pagination__numbers {
  color: #999;
}
.search__content__pagination__numbers a {
  text-decoration: none;
}
.search__content__pagination__numbers button {
  width: 36px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.search__toolbar {
  width: 320px;
  box-sizing: border-box;
  padding: 35px;
  background-color: #f3f3f3;
}
@media (max-width: 1199px) {
  .search__toolbar {
    display: none;
  }
}
.search__toolbar h3 {
  font-size: 1.4em;
  line-height: 1.45em;
  margin-top: 0;
  margin-bottom: 20px;
}
.search__tagcloud__headline {
  clear: both;
  margin-top: 40px;
  margin-bottom: 25px;
  line-height: 1.35em;
}
@media (max-width: 990px) {
  .search__tagcloud__headline {
    font-family: WESans, aktiv-grotesk-condensed, sans-serif;
  }
}
.search__tagcloud__tag {
  font-size: 1.05em;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 12px;
  padding: 12px 16px;
  background: #eaeaea;
  text-decoration: none;
  transition: color 0.1s linear, background-color 0.1s linear;
  font-weight: 700;
  color: #1d252d;
  width: auto;
}
.search__tagcloud__tag:hover {
  color: #fff;
  background: #1d252d;
}
@media (max-width: 990px) {
  .search__tagcloud__tag {
    font-family: WESans, aktiv-grotesk-condensed, sans-serif;
    word-break: normal;
  }
}
.search .search__content__error {
  margin-bottom: 3em;
}
.search .search__content form {
  margin-bottom: 2em;
}
.search .search__content form label {
  display: block;
  margin-bottom: 0.8em;
  font-family: WESans, aktiv-grotesk, sans-serif;
  font-weight: 600;
}
.search .search__content form button {
  font-weight: 700;
  width: 8rem;
  text-align: center;
  border: 1px solid #e3000b;
  transition: color 0.1s linear, background-color 0.1s linear;
}
.search .search__content form button:hover {
  border: 1px solid #1d252d;
}
.search .search__content form input[type='text'] {
  padding: 10px 12px;
  text-align: left;
  margin: 0 5px 5px 0;
  border: 1px solid #e3e3e3;
  outline: none;
  appearance: none;
  width: calc(100% - 8.5rem - 2px);
}
.search .search__content__tabswitch {
  transform: translateY(1px);
}
.search .search__content__tabswitch button {
  width: auto;
  min-width: 240px;
  font-size: 1em;
  padding: 18px 20px;
  display: inline-block;
  margin-bottom: 0;
  border: 1px solid #e3e3e3;
  background-color: #e3e3e3;
  color: #1d252d;
  text-align: center;
  font-family: WESans, aktiv-grotesk, sans-serif;
  font-weight: 600;
  transition: color 0.1s linear, background-color 0.1s linear;
}
@media (max-width: 990px) {
  .search .search__content__tabswitch button {
    font-family: WESans, aktiv-grotesk-condensed, sans-serif;
    min-width: 120px;
    max-width: 52%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.search .search__content__tabswitch button.button--secondary {
  border-bottom: 1px solid #fff;
  background-color: #fff;
  cursor: default;
}
.search .search__content__tabswitch button.button--secondary span {
  font-weight: 400;
}
.search .search__content__tabswitch button:not(:last-child) {
  margin-right: 5px;
}
.search .search__content__tabswitch a button:hover {
  color: #e3000b;
}
.search .search__content__headline {
  font-family: WESans, aktiv-grotesk, sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.25em;
  margin-top: 0;
  margin-bottom: 1.2em;
}
@media (max-width: 990px) {
  .search .search__content__headline {
    font-family: WESans, aktiv-grotesk-condensed, sans-serif;
    margin-bottom: 1em;
  }
}
.search .search__content .searchresults {
  width: 100%;
  margin-bottom: 30px;
}
.search .search__content .searchresults__result {
  border-top: 1px solid #e3e3e3;
  padding: 1.65em 0;
  color: #1d252d;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: color 0.1s linear, background-color 0.1s linear;
  min-height: 110px;
  cursor: pointer;
}
.search .search__content .searchresults__result__image {
  width: 110px;
  min-width: 110px;
  position: relative;
  text-align: center;
  align-self: stretch;
}
.search .search__content .searchresults__result__image--icref {
  width: 90px;
  min-width: 90px;
  margin: 0 10px;
}
.search .search__content .searchresults__result__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.search .search__content .searchresults__result__content {
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  max-width: calc(100vw - 120px);
  padding-left: 15px;
  padding-right: 15px;
  overflow-y: hidden;
}
@media (max-width: 1199px) {
  .search .search__content .searchresults__result__content {
    max-width: calc(100vw - 200px);
  }
}
.search .search__content .searchresults__result__parametric {
  width: auto;
  margin-right: 1.6em;
  margin-bottom: 0;
  background-color: #e3e3e3;
  color: #1d252d;
  font-family: WESans, aktiv-grotesk, sans-serif;
  font-weight: 600;
}
@media (max-width: 990px) {
  .search .search__content .searchresults__result__parametric {
    font-family: WESans, aktiv-grotesk-condensed, sans-serif;
    display: none;
  }
}
.search .search__content .searchresults__result__parametric .catalog__icon {
  margin-right: 0.8em;
}
.search
  .search__content
  .searchresults__result__parametric
  .catalog__icon:after {
  font-weight: 700;
}
.search
  .search__content
  .searchresults__result
  .catalog__icon--chevron__right--skinny {
  font-size: 2.6em;
  color: #e3e3e3;
  transition: color 0.1s linear, background-color 0.1s linear;
  transform: translateX(-0.1em);
  transform: translateY(-0.05em);
}
.search
  .search__content
  .searchresults__result:hover
  .catalog__icon--chevron__right--skinny,
.search
  .search__content
  .searchresults__result:hover
  .searchresults__result__title {
  color: #e3000b;
}
.search .search__content .searchresults__result:last-child {
  border-bottom: 1px solid #e3e3e3;
}
.search .search__content .searchresults__result__title {
  font-weight: 700;
  font-size: 1.15em;
}
@media (max-width: 990px) {
  .search .search__content .searchresults__result__title {
    font-size: 1.2em;
    line-height: 1.25em;
    font-family: WESans, aktiv-grotesk-condensed, sans-serif;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow-y: hidden;
    max-width: calc(100vw - 240px);
  }
}
.search .search__content .searchresults__result__breadcrumb {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0.65em;
  width: 100%;
  font-size: 13px;
  line-height: 1.6em;
}
@media (max-width: 990px) {
  .search .search__content .searchresults__result__breadcrumb {
    display: none;
  }
}
.search .search__content .searchresults__result__breadcrumb li {
  display: inline-block;
}
.search
  .search__content
  .searchresults__result__breadcrumb
  li:not(:first-child):before {
  content: ' ';
  margin: 0 0.5em;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  border-top: 1.25px solid #7c878e;
  border-right: 1.25px solid #7c878e;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
}
.search
  .search__content
  .searchresults__result__breadcrumb__artno:not(:last-child):after {
  content: ' | ';
  margin-left: 0.25em;
  margin-right: 0.25em;
  color: #bbb;
}
.search .search__content .searchresults__result__articles {
  list-style: none;
  padding: 0;
  font-size: 0;
  margin-top: 0.5rem;
}
.search
  .search__content
  .searchresults__result__articles
  .catalog__icon--redexpert {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  width: 0.9em;
  height: 0.9em;
  background: url(../img/REDEXPERT.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .search .search__content .searchresults__result__articles {
    display: none;
  }
}
.search .search__content .searchresults__result__articles li {
  font-size: 13px;
  line-height: 1.6em;
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
}
@media (min-width: 1367px) {
  .search .search__content .searchresults__result__articles li {
    width: 50%;
  }
}
.search .search__content .searchresults__result__articles .spec-link {
  color: #e3000b;
  font-size: 1.1rem;
  margin-right: 0.4em;
  vertical-align: middle;
}
.search .search__content .searchresults__result__articles__artno {
  min-width: 95px;
  padding-right: 10px;
  display: inline-block;
}
.search .search__content .searchresults__result__articles .download-button {
  margin-right: 0.15rem;
}
.search
  .search__content
  .searchresults__result__articles
  .download-button
  + .download-button {
  margin-left: 0.15rem;
}
.search
  .search__content
  .searchresults__result__articles
  .download-button-spec {
  color: #e3000b;
}
.search
  .search__content
  .searchresults__result__articles
  .download-button[data-media-object-type='redexpert'] {
  margin-left: 0.2rem;
  margin-top: -2px;
  height: 1.5rem;
  width: 1.5rem;
  font-size: 1rem;
  border: none;
}
.search
  .search__content
  .searchresults__result__articles
  .download-button[data-media-object-type='redexpert']:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../img/REDEXPERT.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}
.search .search__content .searchresults__result span.we-search-results-word {
  background-color: #ccc;
  color: #fff;
  padding-left: 1px;
  padding-right: 1px;
  margin-left: 1px;
  margin-right: 1px;
}
.we-catalog-designkits {
  text-align: left;
  color: #1d252d;
  margin-top: -10px;
}
.we-catalog-designkits__header {
  margin-bottom: 50px;
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .we-catalog-designkits__header {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.we-catalog-designkits__header h1 {
  margin: 0;
  width: calc(100% - 320px);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3em;
}
@media (max-width: 990px) {
  .we-catalog-designkits__header h1 {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .we-catalog-designkits__header h1 {
    flex: 1 0 100%;
  }
}
.we-catalog-designkits__inlineFilter {
  width: 300px;
  margin-left: 20px;
  position: relative;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .we-catalog-designkits__inlineFilter {
    width: 100%;
    flex: 1 0 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
.we-catalog-designkits__inlineFilterInput {
  padding: 0 20px 0 40px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  font-family: WESans, aktiv-grotesk, sans-serif;
}
.we-catalog-designkits__inlineFilterIcon {
  position: absolute;
  top: 8px;
  left: 8px;
}
.we-catalog-designkits__inlineFilterReset {
  width: 20px;
  height: 20px;
  color: #666;
  position: absolute;
  top: 9px;
  right: 8px;
  cursor: pointer;
  font-size: 1em;
  line-height: 20px;
  text-align: center;
  transition: color 0.1s linear, background-color 0.1s linear;
  display: none;
}
.we-catalog-designkits__noResults {
  display: none;
  margin-bottom: 50px;
}
.we-catalog-designkits__noResults .weButton {
  margin-top: 20px !important;
}
.we-catalog-designkits__categories {
  width: 100%;
}
.we-catalog-designkits__category {
  margin-bottom: 50px;
}
.we-catalog-designkits__categoryTitle {
  font-weight: 600;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 15px;
}
.we-catalog-designkits__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -20px;
  margin-right: -20px;
}
.we-catalog-designkits__listItem {
  position: relative;
  display: flex;
  flex-basis: calc(33.33333% - 40px);
  max-width: calc(33.33333% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 15px 0;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1d252d;
  align-items: center;
  transition: color 0.1s linear, background-color 0.1s linear;
}
.we-catalog-designkits__listItem:nth-child(n + 4) {
  margin-top: -1px;
}
@media (max-width: 1366px) {
  .we-catalog-designkits__listItem {
    flex-basis: calc(50% - 40px);
    max-width: calc(50% - 40px);
  }
  .we-catalog-designkits__listItem:nth-child(n + 4) {
    margin-top: 0;
  }
  .we-catalog-designkits__listItem:nth-child(n + 3) {
    margin-top: -1px;
  }
}
@media (max-width: 990px) {
  .we-catalog-designkits__listItem {
    flex-basis: 100%;
    max-width: 100%;
    margin-top: -1px;
  }
}
.we-catalog-designkits__listItem a {
  cursor: pointer;
}
.we-catalog-designkits__listItem:hover,
.we-catalog-designkits__listItem:hover .catalog__icon--chevron__right--skinny {
  color: #e3000b;
}
.we-catalog-designkits__listItem .catalog__icon--chevron__right--skinny {
  color: #ccc;
  font-size: 2em;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -0.8em;
}
.we-catalog-designkits__listItemImage {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
  height: 80px;
  margin: 10px 20px 10px 10px;
  align-self: center;
  display: inline-block;
  position: relative;
}
.we-catalog-designkits__listItemImage > img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.we-catalog-designkits__listItemText {
  width: calc(100% - 175px);
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.5;
}
.we-catalog-designkits__listItemSubtitle {
  margin-top: 0.25em;
  display: inline-block;
}
.we-catalog-designkits__listItemOverviewValues,
.we-catalog-designkits__listItemSubtitle {
  font-weight: 400;
  color: #333;
  font-size: 1rem;
}
.we-catalog-designkits__listItemOverviewValues .separator {
  color: #bbb;
  padding: 0 0.3em 0 0.1em;
  display: inline-block;
}
.we-catalog-designkits__listItemOverviewValueLabel {
  color: #777;
  font-weight: 700;
  padding-right: 0.2em;
  display: inline-block;
}
.nprogress-custom-parent #nprogress .bar {
  position: fixed;
  top: 140px;
  transition: top 0.3s;
}
body.headerScrollHidden .nprogress-custom-parent #nprogress .bar {
  top: 0;
}
#nprogress .bar {
  background: #e3000b;
  height: 4px;
}
@media (min-width: 991px) {
  #nprogress .bar {
    z-index: 10;
  }
}
#nprogress .bar .peg {
  box-shadow: 0 0 10px #e3000b, 0 0 5px #e3000b;
}
.ps__rail-y {
  z-index: 3;
  margin-top: 2px;
  margin-right: 0;
}
.ps__thumb-y {
  border-radius: 0;
}
@media (max-width: 990px) {
  .content__inner {
    margin-top: 0;
    display: block;
  }
  .sidebar .sidebar__navigation {
    display: none;
  }
  .sidebar .categoryBreadcrumbs--shown {
    position: relative;
  }
  .subnavigation--active {
    position: static;
    width: auto;
  }
  .subnavigation--active
    .subnavigation__layer:not(.subnavigation__layer--active) {
    display: none;
  }
  .subnavigation--active .subnavigation__layer--active {
    position: relative;
  }
  body.subnav-shown .content__inner > :not(.subnavigation) {
    display: none;
  }
}
