html {
  font-family: "ITC Franklin Gothic", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  color: #333333;
}
button {
  font-size: 18px;
  font-family: "ITC Franklin Gothic", sans-serif;
}
.page-width {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .page-width {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .page-width {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .page-width {
    max-width: 960px;
  }
}
@media (min-width: 992px) {
  .page-width {
    max-width: 1140px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
h1,
.h1 {
  font-size: 1.8rem;
}
h2,
.h2 {
  font-size: 1.6rem;
}
h3,
.h3 {
  font-size: 1.3rem;
}
h4,
.h4 {
  font-size: 1.1rem;
}
a {
  color: #333333;
  text-decoration: none;
}
@font-face {
  font-family: 'ITC Franklin Gothic';
  font-weight: normal;
  src: url('/fonts/ITCFranklinGothic/Book/c9d5ed86-661a-4989-a50f-9773df1655c9.woff2') format('woff2');
  font-display: optional;
}
@font-face {
  font-family: 'ITC Franklin Gothic';
  font-weight: bold;
  src: url('/fonts/ITCFranklinGothic/Demi/6e11ce15-9dc0-445f-91d2-4dc7cd9a728c.woff2') format('woff2');
  font-display: optional;
}
html {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding-top: 0;
  height: 100%;
}
body.overlay-active {
  overflow-y: hidden;
}
* {
  box-sizing: border-box;
}
.page {
  background: white;
  flex-grow: 1;
  flex-shrink: 0;
  padding-bottom: 1px;
}
.header-line {
  display: none;
}
.desktop-header {
  display: none;
}
.content {
  margin-top: 60px;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .content {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 992px) {
  div.mobile-content {
    display: none;
  }
  .header-line {
    display: block;
    width: 100%;
  }
  .desktop-header {
    display: block;
  }
}
@media (min-width: 992px) {
  .article-width {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.spacing-top {
  margin-top: 2rem;
}
.cols-1-1-1,
.cols-1-2,
.cols-2-1,
.cols-3 {
  display: flex;
  margin-bottom: 10px;
}
.cols-1-1-1 .col,
.cols-1-2 .col,
.cols-2-1 .col,
.cols-3 .col {
  display: flex;
  flex-direction: column;
  flex: 1 1 100px;
  margin-right: 10px;
  margin-bottom: 0;
  max-width: 100%;
  overflow-x: auto;
}
@media (min-width: 992px) {
  .cols-1-1-1 .col,
  .cols-1-2 .col,
  .cols-2-1 .col,
  .cols-3 .col {
    overflow-x: initial;
  }
}
.cols-1-1-1 .col:last-child,
.cols-1-2 .col:last-child,
.cols-2-1 .col:last-child,
.cols-3 .col:last-child {
  margin-right: 0;
}
.cols-1-1-1 .col .block,
.cols-1-2 .col .block,
.cols-2-1 .col .block,
.cols-3 .col .block {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cols-1-1-1 .col .text-block,
.cols-1-2 .col .text-block,
.cols-2-1 .col .text-block,
.cols-3 .col .text-block {
  flex: 1 1 100px;
  padding: 10px;
}
.cols-1-1-1 img,
.cols-1-2 img,
.cols-2-1 img,
.cols-3 img {
  max-width: 100%;
}
.cols-1-2 > .col:nth-child(2) {
  flex-grow: 2;
}
.cols-2-1 > .col:nth-child(1) {
  flex-grow: 2;
}
.cols-05-05 {
  display: flex;
  flex-direction: row;
}
.cols-05-05 .col {
  margin-right: 0;
  width: 50%;
}
.cleardiv {
  display: none;
}
.header-line {
  background-color: #e1001b;
  height: 10px;
  margin-bottom: 20px;
}
header {
  position: fixed;
  top: 0;
  z-index: 7000;
  display: flex;
  align-items: center;
  color: #ffffff;
  background-color: #e1001b;
  max-width: initial;
  height: 42px;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
header .menu-opener {
  font-size: 28px;
  cursor: pointer;
  margin-left: 10px;
}
header .logo {
  display: inline-block;
  background-color: #ffffff;
  padding: 2px;
  cursor: pointer;
  margin-left: 10px;
  height: 32px;
}
header .logo img {
  width: 28px;
  height: 28px;
}
header .mobile-title {
  display: block;
  flex: 1 1 auto;
  text-align: center;
  font-weight: bold;
}
header .title {
  text-transform: uppercase;
}
header .upper {
  display: none;
}
header .search-opener,
header .wishlist-opener {
  margin-right: 10px;
}
header .wishlist-opener {
  cursor: pointer;
  color: #ffffff;
}
header .wishlist-opener .icon-wishlist {
  width: 16px;
  background-color: currentColor;
  display: block;
}
header .mobile-search {
  display: none;
}
header .mobile-search .top-search {
  margin-left: 10px;
}
header .mobile-search form > * {
  margin-bottom: 0;
}
header .mobile-search form > * input[type="text"] {
  width: initial;
}
header.mobile-search-active .mobile-title,
header.mobile-search-active .search-opener,
header.mobile-search-active .wishlist-opener {
  display: none;
}
header.mobile-search-active .mobile-search {
  display: block;
}
header .meta {
  margin-bottom: 5px;
}
header .meta .navigation {
  display: flex;
  justify-content: end;
  gap: 5px;
}
header .meta .navigation > * {
  display: inline-block;
}
header .meta .navigation .vertical-line {
  border-right: 1px solid #e1001b;
  margin-left: 2px;
  margin-right: 2px;
}
header .meta .navigation .vertical-line:last-child {
  display: none;
}
header .meta .navigation .icon-contact,
header .meta .navigation .icon-wishlist {
  display: flex;
  font-size: 0;
}
header .meta .navigation .icon-contact:before,
header .meta .navigation .icon-wishlist:before {
  font-size: initial;
  align-self: center;
}
header .homepage-navigation {
  position: fixed;
  top: 0;
  min-width: 300px;
  max-height: 100%;
  overflow-y: auto;
}
@media (min-width: 992px) {
  header .homepage-navigation {
    overflow-y: initial;
  }
}
@media print, screen and (max-width: 991px) {
  header {
    max-width: initial !important;
  }
}
@media print, screen and (min-width: 992px) {
  header {
    position: relative;
    display: block;
    height: initial;
    background-color: #ffffff;
    padding-left: 130px !important;
    padding-right: 15px !important;
    margin-bottom: 20px;
  }
  header .menu-opener,
  header .mobile-title,
  header .search-opener,
  header .mobile-search {
    display: none !important;
  }
  header .wishlist-opener .icon-wishlist {
    display: none;
    background-color: unset;
  }
  header .logo {
    position: absolute;
    bottom: 0;
    left: 15px;
    height: 100px;
    padding: 0;
    margin-left: 0;
  }
  header .logo img {
    width: 94px;
    height: 94px;
  }
  header .upper {
    display: flex;
    margin-bottom: 1rem;
  }
  header .upper .title {
    flex: 1 0 auto;
    align-self: flex-end;
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: #999999;
  }
  header .upper-right {
    display: flex;
    flex-direction: column;
    min-width: 350px;
  }
  header .homepage-navigation {
    position: initial;
  }
}
.breadcrumbs {
  display: flex;
  flex-direction: row;
}
.breadcrumbs > ul {
  display: inline-flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  font-size: 0.75rem;
  margin: 0 -3px 1rem -3px;
}
@media (min-width: 768px) {
  .breadcrumbs > ul {
    flex-wrap: wrap;
  }
}
.breadcrumbs > ul li {
  padding: 10px 0 10px 3px;
  display: none;
}
.breadcrumbs > ul li.home .icon-home {
  font-size: 14px;
}
.breadcrumbs > ul li:nth-last-of-type(2) {
  display: list-item;
}
.breadcrumbs > ul li .icon-chevron-right {
  display: none;
}
@media (min-width: 768px) {
  .breadcrumbs > ul li {
    padding-top: 0;
    padding-bottom: 0;
    display: list-item;
  }
  .breadcrumbs > ul li:last-child {
    display: list-item;
    font-weight: bold;
  }
  .breadcrumbs > ul li .icon-chevron-right {
    display: inline-block;
  }
  .breadcrumbs > ul li .icon-chevron-left {
    display: none;
  }
}
.breadcrumbs > ul li > * {
  display: flex;
  white-space: nowrap;
  flex-direction: row;
  align-items: center;
}
.breadcrumbs > ul li > * > * {
  display: inline-block;
}
.breadcrumbs > ul li a {
  white-space: nowrap;
  display: inline-block;
}
.breadcrumbs > ul li a:hover {
  color: #333333;
}
.breadcrumbs > ul li .icon {
  padding: 0 6px;
  font-size: 0.6rem;
}
.breadcrumbs > ul li .icon.icon-home {
  padding: 0;
}
.hp-teaser {
  position: relative;
  margin-bottom: 0.7rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .hp-teaser.teaser .aspect-ratio-wrapper {
    padding-top: 32%;
  }
}
.hp-teaser .teaser-image img {
  height: 100%;
  object-fit: cover;
}
.hp-teaser .header-description {
  margin-top: 0.5rem;
}
.hp-teaser h1 {
  margin-bottom: 0;
}
.hp-teaser .hp-teaser-slider .teaser {
  margin-left: 0;
  margin-right: 0;
}
.hp-teaser .hp-teaser-slider ul {
  margin: 0;
}
@media (max-width: 767px) {
  .hp-teaser .hp-teaser-slider .aspect-ratio-wrapper {
    padding-top: 50%;
  }
}
.hp-teaser .text-wrapper {
  display: flex;
  flex-direction: row;
  background-color: #f2f2f2;
  padding: 0.7rem;
}
@media (min-width: 768px) {
  .hp-teaser .text-wrapper {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 20px;
    background-color: #ffffff;
  }
}
.hp-teaser .text-wrapper .icon-wrapper {
  align-self: flex-end;
  color: #ffffff;
  background-color: #e1001b;
  padding: 0.5rem;
}
.hp-teaser .headline {
  flex: 1 1 auto;
}
.hp-teaser .headline h1:first-child {
  color: #e1001b;
}
.hp-teaser .teaser {
  margin-left: 0;
  margin-right: 0;
}
.hp-teaser .teaser .headline {
  max-height: initial;
}
.hp-teaser .unslider {
  z-index: 1;
}
.hp-teaser .unslider ol {
  padding-bottom: 10px;
}
.hp-teaser .hp-teaser-slider .unslider-wrap {
  position: static !important;
}
@media (min-width: 768px) {
  .hp-teaser img {
    margin-bottom: 0;
  }
  .hp-teaser .text-wrapper {
    max-width: 420px;
  }
  .hp-teaser .teaser .aspect-ratio-wrapper {
    padding-top: 40%;
  }
}
.headline,
.subheadline {
  line-height: 1.2;
}
.headline h1,
.subheadline h1 {
  font-size: 1.6rem;
}
.text-secondary {
  color: #e1001b;
}
.teaser {
  width: 100%;
  margin-bottom: 14px;
}
@media (max-width: 575px) {
  .teaser:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .teaser h1,
  .teaser .h1 {
    font-size: 1.5rem;
  }
  .teaser h2,
  .teaser .h2 {
    font-size: 1.3rem;
  }
  .teaser h3,
  .teaser .h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .teaser {
    display: flex;
    flex-direction: column;
    margin-left: 7px;
    margin-right: 7px;
  }
  .teaser > a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.teaser .aspect-ratio-wrapper {
  width: 100%;
  position: relative;
  padding-top: 62.5%;
}
.teaser .teaser-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: hidden;
}
.teaser .teaser-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.teaser .teaser-text {
  flex: 1 1 auto;
  padding: 0.7rem;
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .teaser .teaser-text {
    padding: 1rem;
  }
}
.teaser .headline {
  font-weight: bold;
  line-height: 1.2;
  max-height: 2.4em;
  overflow: hidden;
}
.teaser .description-wrapper {
  margin-bottom: 0.7rem;
}
@media (min-width: 576px) {
  .teaser .description-wrapper {
    flex: 1 0 auto;
  }
}
.teaser .description {
  max-height: 140px;
  overflow-y: hidden;
}
.teaser .description p:first-child {
  margin-top: 0;
}
.teaser .description p:last-child {
  margin-bottom: 0;
}
.teaser .more-infos {
  width: max-content;
}
.teaser-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .teaser-wrapper .teaser {
    width: calc((100% -  28px ) / 2);
  }
  .teaser-wrapper.two-columns .teaser {
    width: calc((100% -  14px ) / 2);
    margin-bottom: 0;
  }
  .teaser-wrapper.two-columns-flat {
    flex-wrap: nowrap;
  }
  .teaser-wrapper.two-columns-flat .teaser-text {
    flex-direction: row;
    align-items: center;
  }
  .teaser-wrapper.two-columns-flat .teaser-text .headline {
    flex: 1 1 auto;
    margin-bottom: 0;
  }
  .teaser-wrapper.single .teaser {
    width: 100%;
    margin-bottom: 0;
  }
  .teaser-wrapper.single .teaser .aspect-ratio-wrapper {
    padding-top: calc(31.25%);
  }
  .teaser-wrapper.single .teaser a {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .teaser-wrapper.single .teaser a > * {
    width: 50%;
  }
  .teaser-wrapper.single .teaser .teaser-text {
    padding: 1.8rem;
  }
  .teaser-wrapper.single .teaser .description-wrapper {
    flex: initial;
  }
  .teaser-wrapper.single .teaser .more-infos {
    align-self: flex-start;
  }
  .teaser-wrapper.multiple-lines {
    margin: 0 -7px;
  }
  .teaser-wrapper:not(.multiple-lines) .teaser:first-child {
    margin-left: 0;
  }
  .teaser-wrapper:not(.multiple-lines) .teaser:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .teaser-wrapper .teaser {
    width: calc((100% -  42px ) / 3);
  }
}
.category-description {
  margin-bottom: 1rem;
}
.category-description p {
  margin-top: 0;
  margin-bottom: 0;
}
.static-home-links {
  margin-bottom: calc(14px);
}
.static-home-links .teaser-text {
  flex-direction: row;
}
@media (max-width: 767px) {
  .static-home-links .aspect-ratio-wrapper {
    padding-top: 50%;
  }
  .static-home-links .teaser-text {
    align-items: center;
  }
  .static-home-links .teaser-text .headline {
    flex: 1 1 auto;
    margin-bottom: 0;
  }
  .static-home-links .teaser-text .icon {
    margin-left: 0;
  }
  .static-home-links .more-text {
    display: none;
  }
}
.grey-background-wrapper {
  background-color: #999999;
}
ul {
  padding-left: 0;
}
ul li {
  list-style: none;
}
[data-variant-selector].hidden {
  display: none !important;
}
.text-pairs .one-pair {
  padding: 0.5rem 0;
}
.text-pairs .one-pair.value-only .pair-name {
  display: none;
}
.text-pairs .pair-name {
  font-weight: bold;
  width: 100%;
}
.text-pairs .pair-value {
  width: 100%;
  display: flex;
  gap: 2rem;
}
.text-pairs .pair-value .more-information a {
  color: #e1001b;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .text-pairs .one-pair:not(.value-only) {
    display: flex;
    flex-wrap: wrap;
  }
  .text-pairs .one-pair:not(.value-only) .pair-name {
    width: 38%;
  }
  .text-pairs .one-pair:not(.value-only) .pair-value {
    width: 62%;
  }
  .text-pairs .pair-value.overlay {
    display: flex;
  }
  .text-pairs .pair-value.overlay .more-information {
    font-weight: bold;
    text-decoration: underline;
    margin-left: 3rem;
    cursor: pointer;
  }
}
.substrate-headline {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}
.substrate-preparation-article {
  margin-top: 1rem;
}
.substrate-preparation-article .teaser-image img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.substrate-preparation-article .teaser-content .teaser-text {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .substrate-preparation-article {
    display: flex;
    align-items: stretch;
  }
  .substrate-preparation-article .teaser-image {
    width: 38%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-right: 1rem;
  }
  .substrate-preparation-article .teaser-content {
    width: 62%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
  }
}
.slider-arrow {
  position: absolute;
  color: white;
  background-color: #e1001b;
  font-weight: bold;
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - 40px/2);
}
.slider-arrow:hover {
  background: #ae0015;
}
.slider-arrow.arrow-right {
  right: 0;
}
.slider-arrow.arrow-small {
  width: 20px;
  height: 20px;
  font-size: 15px;
}
.button-red,
.project-configurator .step .calculatorResultValue .result .result-product {
  box-sizing: border-box;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 5px 16px;
  font-weight: 700;
  color: #ffffff;
  background: #e1001b;
  border: none;
  text-align: center;
  cursor: pointer;
}
.button-red:hover {
  background: #ae0015;
}
.button-red:active {
  background: #ff485e;
}
.button-red.button-hornbach {
  background: #ff9e20;
}
.button-red.button-hornbach:hover {
  background: #ec8500;
}
.button-red.button-hornbach:active {
  background: #ffca86;
}
.button-grey {
  box-sizing: border-box;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 5px 16px;
  font-weight: 700;
  background: #e1001b;
  border: none;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  background: #999999;
}
.button-inline {
  display: inline;
}
.more-infos {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem;
  font-weight: normal;
}
.more-infos .icon {
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .more-infos {
    padding: 0.5rem;
  }
}
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='search'],
input[type='number'],
input[type='password'],
textarea,
select {
  font-family: "ITC Franklin Gothic", sans-serif;
  font-size: 1rem;
  max-width: 600px;
  padding: 0.5rem;
  flex: 1 0 auto;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  width: 100%;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
  border: 1px solid #999999;
  outline: none;
}
textarea {
  height: 8rem;
}
select {
  min-width: 300px;
  appearance: none;
  -webkit-appearance: none;
  outline-style: none;
  cursor: pointer;
}
.select {
  width: 100%;
  color: #333333;
  background-color: #f2f2f2;
  height: auto;
  border-radius: 3px;
  font-weight: bold;
  line-height: 1.4rem;
}
.select-wrapper {
  position: relative;
  max-width: 600px;
}
.select-chevron {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  right: 0.7rem;
  padding-left: 1rem;
  color: #e1001b;
}
form label {
  display: block;
  margin-bottom: 0.25rem;
}
form input.button-red {
  font-size: 1em;
}
form div.state-error {
  width: 100%;
}
form > * {
  margin-bottom: 0.7rem;
}
form .form-item {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
form .form-item > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
form .form-item .label,
form .form-item .field {
  width: 100%;
}
@media (min-width: 768px) {
  form .form-item .label {
    width: 25%;
  }
  form .form-item .field {
    width: 75%;
  }
}
.form-contact {
  margin-bottom: 1rem;
}
form .search-input,
.top-search form,
.colorSearch form {
  display: flex;
}
form .search-input input,
.top-search form input,
.colorSearch form input {
  width: auto;
  height: 42px;
  background-color: #f2f2f2;
}
@media (min-width: 992px) {
  form .search-input input,
  .top-search form input,
  .colorSearch form input {
    flex-grow: 1;
    height: initial;
  }
}
form .search-input button,
.top-search form button,
.colorSearch form button {
  width: 2.4rem;
  border: 1px solid #e1001b;
  background-color: #e1001b;
  display: flex;
  justify-content: center;
  align-items: center;
}
form .search-input button:hover,
.top-search form button:hover,
.colorSearch form button:hover {
  background-color: #ae0015;
}
form .search-input .icon,
.top-search form .icon,
.colorSearch form .icon {
  color: #ffffff;
  font-size: 1.2rem;
}
.print {
  display: none;
}
@media print {
  .print {
    display: block;
  }
  .not_print {
    display: none;
  }
}
img.text-fader {
  display: none;
}
td {
  border: 1px solid #f1f0ef;
  padding: 5px 10px;
}
.block.downloads ul {
  margin: 0;
}
.block.downloads * {
  font-family: "ITC Franklin Gothic", sans-serif;
}
.teaser .button-red {
  width: max-content;
  align-self: flex-start;
}
.text-block-old {
  margin-bottom: 2rem;
}
.text-block-old .cmswysiwyg img {
  max-width: 100%;
  height: auto !important;
}
.text-block-old .cmswysiwyg table tr:nth-child(even) {
  background: #f2f2f2;
}
.text-block-old table {
  width: 100%;
}
.text-block-old .single-button {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .text-block-old .single-button {
    display: inline;
    width: auto;
  }
}
.related-products.full-image .related-image,
.series-product-related-article.full-image .related-image,
.teaser.full-image .related-image,
.related-products.full-image .teaser-image img,
.series-product-related-article.full-image .teaser-image img,
.teaser.full-image .teaser-image img {
  max-width: 100%;
  max-height: 100%;
  padding: 1rem;
  width: initial;
  object-fit: contain;
}
.text-block p,
.text-block ul {
  margin: 0.5em 0;
}
.text-block ul {
  margin-left: 1rem;
}
.text-block ul li {
  list-style-type: disc;
}
.text-block table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;
  border: 2px solid #e5e5e5;
}
.text-block table thead tr {
  background-color: #999999;
  color: #ffffff;
}
.text-block table th,
.text-block table td {
  padding: .5rem;
  text-align: center;
  word-break: break-word;
  border: 2px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .text-block table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .text-block table tr {
    border-bottom: 2px solid #e5e5e5;
    display: block;
  }
  .text-block table td {
    border: none;
    display: flex;
    text-align: left;
  }
  .text-block table td::before {
    content: attr(data-label);
    padding-right: 0.5rem;
    font-weight: bold;
    word-break: break-word;
    min-width: 33%;
  }
}
.cardWideOpen {
  width: 100%;
}
.card {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.card .card-header {
  position: relative;
  background-color: #f2f2f2;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 #999999;
  padding: 0.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.card .card-header .card-headline {
  flex: 1 1 auto;
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: 2.2rem;
  margin-bottom: 0;
}
.card .card-header .card-icon {
  position: absolute;
  left: 4px;
  top: 4px;
  bottom: 4px;
  padding: 3px;
  background-color: #ffffff;
  border-radius: 5px;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card .card-header .card-icon i {
  color: #e1001b;
}
.card .card-header .light-bulb {
  height: calc(2rem - 8px);
}
.card .card-content,
.card .card-preselection {
  display: none;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 #999999;
  padding: 0.5rem;
}
.card .card-content .preselection-text-flex,
.card .card-preselection .preselection-text-flex {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px 0;
  justify-content: space-between;
}
.card .card-preselection {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.card .card-preselection form > * {
  margin-bottom: 0;
}
.card .button-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0.7rem;
  background-color: #f2f2f2;
  padding: 10px;
}
.card .button-area select {
  background: #fff;
}
@media (min-width: 768px) {
  .card .button-area {
    margin-top: 0;
  }
}
.card .button-area .cta-text {
  flex: 1 1 auto;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.7rem;
}
.card .button-area .open-selection {
  width: 100%;
}
@media (min-width: 768px) {
  .card .card-preselection,
  .card .card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }
}
.card.open .card-preselection {
  display: none;
}
.card.open .card-content {
  display: block;
}
@media (min-width: 992px) {
  .card .answer {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .card.questions .card-headline {
    margin-left: calc(0.5rem + 10%);
  }
}
.card.questions .card-content {
  padding: 1rem;
}
.articleType-questions2022 a {
  text-decoration: underline;
}
.articleType-questions2022 .simple-link a {
  text-decoration: none;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mb-05 {
  margin-bottom: 0.5rem !important;
}
.pair-value-list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.3rem;
  margin-bottom: 0.5rem;
}
.pair-value-list-item .pair-value-list-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  height: 1rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
}
.pair-value-list-item .pair-value-list-bullet::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #e1001b;
}
.pair-value-list-item .pair-value-list-text {
  display: inline-block;
}
footer {
  color: #ffffff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
footer a {
  color: #ffffff;
}
@media (min-width: 768px) {
  footer {
    display: flex;
    flex-direction: row;
  }
}
footer .h3 {
  font-weight: bold;
  margin-bottom: 1rem;
}
footer .footer-block {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
footer .footer-block:last-child {
  margin-bottom: 0;
}
footer .footer-block > *:first-child {
  flex-grow: 1;
}
@media (min-width: 768px) {
  footer .footer-block {
    flex: 1 1 0;
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
  footer .footer-block:last-child {
    margin-right: 0;
  }
}
footer .navigation ul li {
  margin-bottom: 0.5rem;
}
footer .navigation ul li a:hover {
  color: #e1001b;
}
footer .navigation ul li .icon {
  padding-right: 0.5rem;
}
footer address {
  font-style: normal;
}
footer address .address-title {
  display: inline-block;
}
footer .contact-link,
footer .social-link {
  margin-bottom: 0.5rem;
  white-space: nowrap;
}
footer .contact-link:hover,
footer .social-link:hover {
  color: #e1001b;
}
footer .contact-link .icon:hover,
footer .social-link .icon:hover {
  color: #e1001b;
}
footer .contact-link {
  display: block;
}
footer .contact-link .icon {
  margin-right: 0.7rem;
}
footer .social-link {
  display: inline-block;
  margin-right: 1rem;
}
footer .social-link:last-child {
  margin-right: 0;
}
footer .social-link .icon {
  font-size: 2rem;
}
footer .top-link {
  position: fixed;
  bottom: 1rem;
  right: 15px;
  font-size: 20px;
  border: 1px solid #ffffff;
  background-color: #999999;
}
footer .top-link a,
footer .top-link span {
  display: inline-block;
}
footer .top-link span {
  margin: 0.7rem;
}
.lightbox-overlay {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 7001;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.lightbox-overlay .lightbox-content {
  position: fixed;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: auto;
  margin-bottom: auto;
  width: 90vw;
  max-width: min(90vw, 1600px);
  max-height: 95vh;
}
.lightbox-overlay .lightbox-content.tool-overlay .title,
.lightbox-overlay .lightbox-content.wish-list-overlay-content .title {
  position: relative;
  padding: 0;
}
.lightbox-overlay .lightbox-content.tool-overlay .title .number,
.lightbox-overlay .lightbox-content.wish-list-overlay-content .title .number,
.lightbox-overlay .lightbox-content.tool-overlay .title .text,
.lightbox-overlay .lightbox-content.wish-list-overlay-content .title .text {
  display: none !important;
}
.lightbox-overlay .lightbox-content.tool-overlay .title .close,
.lightbox-overlay .lightbox-content.wish-list-overlay-content .title .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 7100;
}
.lightbox-overlay .lightbox-content.tool-overlay #overlayContentWrapper,
.lightbox-overlay .lightbox-content.wish-list-overlay-content #overlayContentWrapper {
  overflow: auto;
}
.lightbox-overlay .lightbox-content.tool-overlay #overlayContentWrapper .content,
.lightbox-overlay .lightbox-content.wish-list-overlay-content #overlayContentWrapper .content {
  max-height: 95vh;
}
.lightbox-overlay .lightbox-content .red-bar {
  height: 10px;
  background-color: #e1001b;
  position: relative;
}
.lightbox-overlay .lightbox-content .title {
  justify-content: space-between;
  align-items: start;
}
.lightbox-overlay .lightbox-content .title .selection {
  display: none;
  padding-right: 1rem;
}
.lightbox-overlay .lightbox-content #overlayContentWrapper {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lightbox-overlay .lightbox-content #overlayContentWrapper > .content {
  width: 100%;
}
.lightbox-overlay .lightbox-content #overlayImage {
  display: none;
  max-width: 90vw;
  max-height: 85vh;
  align-self: center;
  object-fit: cover;
}
.lightbox-overlay .lightbox-content .content {
  display: none;
  margin: 0;
}
.lightbox-overlay .lightbox-content.has-item-content #overlayContentWrapper {
  flex-direction: column-reverse;
  width: min-content;
}
.lightbox-overlay .lightbox-content.has-item-content #overlayContentWrapper .content {
  display: block;
  padding: 0 15px;
}
.lightbox-overlay.wish-list-overlay {
  display: flex;
}
.lightbox-overlay.wish-list-overlay.hide {
  display: none;
}
.lightbox-overlay.wish-list-overlay .lightbox-content .content.wish-list-content {
  display: block;
}
.lightbox-overlay .title,
.article-guide .one-step .title {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.5rem 1rem;
  font-weight: bold;
  background-color: white;
}
.lightbox-overlay .title .title-part,
.article-guide .one-step .title .title-part {
  display: flex;
}
.lightbox-overlay .title .title-part.part-left,
.article-guide .one-step .title .title-part.part-left {
  align-items: baseline;
}
@media screen and (max-width: 575px) {
  .lightbox-overlay .title .title-part.part-left .button-red,
  .article-guide .one-step .title .title-part.part-left .button-red {
    margin-bottom: 0.5rem;
  }
}
.lightbox-overlay .title .title-part.part-right,
.article-guide .one-step .title .title-part.part-right {
  align-items: stretch;
}
.lightbox-overlay .title .number,
.article-guide .one-step .title .number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  height: 1.75rem;
  font-weight: bold;
  background-color: #e1001b;
  color: #ffffff;
  margin-right: 0.7rem;
}
.lightbox-overlay .title .number > *,
.article-guide .one-step .title .number > * {
  font-weight: bold;
  color: #ffffff;
}
.lightbox-overlay .title .showAdjust,
.article-guide .one-step .title .showAdjust {
  display: none;
  cursor: pointer;
  color: white;
  background-color: #e1001b;
  height: 1.75rem;
}
.lightbox-overlay .title .showAdjust .showAdjust-text,
.article-guide .one-step .title .showAdjust .showAdjust-text {
  padding: 0.25rem 0.5rem;
}
@media screen and (max-width: 991px) {
  .lightbox-overlay .title .showAdjust,
  .article-guide .one-step .title .showAdjust {
    position: absolute;
    bottom: -3rem;
    right: 1rem;
    z-index: 7101;
  }
}
.lightbox-overlay .title .close,
.article-guide .one-step .title .close {
  width: 1.75rem;
  height: 1.75rem;
  cursor: pointer;
  margin-left: 1rem;
  color: white;
  background-color: #e1001b;
  text-align: center;
  padding-top: 0.4rem;
}
.lightbox-overlay .lightbox-content[data-lightbox-rel="anleitung-bild"],
.article-guide .one-step .lightbox-content[data-lightbox-rel="anleitung-bild"] {
  width: min-content;
}
@media (max-width: 575px) {
  .lightbox-overlay .lightbox-content[data-lightbox-rel="anwendungs-bild"] .title .number,
  .article-guide .one-step .lightbox-content[data-lightbox-rel="anwendungs-bild"] .title .number {
    display: none !important;
  }
  .lightbox-overlay .lightbox-content[data-lightbox-rel="anwendungs-bild"] .title .text,
  .article-guide .one-step .lightbox-content[data-lightbox-rel="anwendungs-bild"] .title .text {
    padding-right: 1rem;
  }
}
.lightbox-overlay .lightbox-content[data-lightbox-rel="farbauswahl-bild"] #overlayContentWrapper,
.article-guide .one-step .lightbox-content[data-lightbox-rel="farbauswahl-bild"] #overlayContentWrapper {
  position: relative;
  flex-grow: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85vh;
}
.lightbox-overlay .lightbox-content[data-lightbox-rel="farbauswahl-bild"] #overlayContentWrapper #overlayImage,
.article-guide .one-step .lightbox-content[data-lightbox-rel="farbauswahl-bild"] #overlayContentWrapper #overlayImage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  max-height: none;
}
#adjustWrapper {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: start;
  flex-direction: column;
  width: 100%;
}
#adjustWrapper #scaleAdjustOverlay {
  width: auto;
  height: auto;
  background: #ffffff;
  color: #e1001b;
  position: relative;
}
#adjustWrapper #scaleAdjustOverlay #referenceContainer {
  padding: 0.5rem;
  position: relative;
}
#adjustWrapper #scaleAdjustOverlay #referenceContainer #reference {
  position: relative;
}
#adjustWrapper #scaleAdjustOverlay #referenceContainer #reference .img-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#adjustWrapper #scaleAdjustOverlay #referenceContainer #reference .img-container img {
  height: 100%;
}
#adjustWrapper #adjustContainer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1rem;
  background: #ffffff;
  color: #e1001b;
}
#adjustWrapper #adjustContainer #adjustSlider {
  margin: 0.5rem 0;
}
#adjustWrapper #adjustContainer #referenceLabel {
  position: relative;
  padding-bottom: 1.5rem;
  padding-top: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
#adjustWrapper #adjustContainer #referenceLabel .label-text {
  color: #333333;
  font-weight: bold;
  flex-grow: 1;
}
#adjustWrapper #adjustContainer #referenceLabel .close {
  display: inline-block;
  cursor: pointer;
  margin-left: 0;
  color: white;
  background-color: #e1001b;
  font-weight: bold;
  font-size: 20px;
  height: auto;
  width: auto;
  padding: 0.5rem;
  white-space: nowrap;
}
#adjustWrapper #adjustContainer #adjustSlider {
  width: 100%;
  accent-color: #e1001b;
}
.article-guide .headline,
.article-guide .subheadline {
  margin-top: 0;
  margin-bottom: 1rem;
  text-transform: none;
  font-weight: bold;
  font-size: 1.6rem;
}
.article-guide .headline:not(:first-child),
.article-guide .subheadline:not(:first-child) {
  margin-top: 0.5rem;
}
.article-guide .headline {
  margin-top: 50px;
}
.article-guide .introduction {
  margin-bottom: 2rem;
}
.article-guide .mt-0 {
  margin-top: 0;
}
.article-guide .cmswysiwyg {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}
.article-guide .cmswysiwyg p {
  padding: 0 !important;
  margin-bottom: 0.5rem !important;
}
.article-guide .cmswysiwyg .cleardiv {
  display: none;
}
.article-guide dl {
  margin-block-start: 0.7rem;
  margin-block-end: 0.7rem;
}
.article-guide dl dt {
  font-weight: bold;
}
.article-guide dl dd {
  margin-inline-start: 0;
}
@media (min-width: 768px) {
  .article-guide dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .article-guide dl dt {
    width: 160px;
  }
  .article-guide dl dd {
    margin-left: 1rem;
  }
}
.article-guide .checklist {
  box-shadow: 0 0 1em rgba(10, 10, 10, 0.15);
  padding: 1.5rem;
  margin-top: 50px;
  margin-right: 5px;
  margin-left: 5px;
}
@media (min-width: 992px) {
  .article-guide .checklist {
    margin-right: 0;
    margin-left: 0;
  }
}
.article-guide .checklist a {
  color: #e1001b;
  display: flex;
}
.article-guide .checklist .checklist-items {
  margin-top: 1rem;
}
.article-guide .checklist .checklist-items .checklist-block {
  margin-bottom: 1.5rem;
}
.article-guide .checklist .checklist-items .checklist-block:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .article-guide .checklist .checklist-items {
    display: flex;
    flex-direction: row;
  }
  .article-guide .checklist .checklist-items .checklist-block {
    width: 33%;
    margin-bottom: 0;
    padding-right: 10px;
  }
  .article-guide .checklist .checklist-items .checklist-block:last-of-type {
    padding-right: 0;
  }
}
.article-guide .checklist .checklist-items-title {
  font-weight: bold;
  margin-bottom: 0.7rem;
}
.article-guide .checklist .checklist-items-title:not(:first-child) {
  margin-top: 2rem;
}
.article-guide .checklist li {
  margin-bottom: 0.5rem;
}
.article-guide .checklist li:last-child {
  margin-bottom: 0;
}
.article-guide .checklist li .icon {
  margin-right: 0.7rem;
}
.article-guide .checklist .icon-checkmark {
  color: #333333;
}
.article-guide .guide-steps .one-step {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.article-guide .guide-steps .one-step:last-child {
  margin-bottom: 0;
}
.article-guide .guide-steps .one-step .lightbox-item {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: hidden;
  position: relative;
}
.article-guide .guide-steps .one-step .lightbox-item img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-guide .guide-steps .one-step .lightbox-item iframe {
  width: 100%;
  min-height: 350px;
}
.article-guide .guide-steps .one-step .lightbox-item:not(.video-row):before {
  position: absolute;
  font-family: "icomoon" !important;
  font-size: 24px;
  content: "\e986";
  bottom: 10px;
  right: 10px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .article-guide .guide-steps .one-step .lightbox-item {
    width: 320px;
    min-width: 320px;
    height: 320px;
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .article-guide .guide-steps .one-step {
    flex-direction: row;
    margin-bottom: 1.5rem;
  }
  .article-guide .guide-steps .one-step > * {
    display: inline-block;
  }
}
.article-guide .guide-steps .step-text {
  margin-top: 0.5rem;
}
.article-guide .guide-steps .step-text .title {
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  justify-content: start;
}
.article-guide .guide-steps .step-text .title > * {
  display: inline-flex;
}
@media (min-width: 992px) {
  .article-guide .guide-steps .step-text .title {
    margin-top: 1rem;
  }
}
.article-guide .guide-steps .step-text p {
  margin-top: 0;
  margin-bottom: 0;
}
.article-guide .teaser .headline {
  margin-top: 0;
  margin-bottom: 0.7rem;
}
.article-guide .highlighted-teaser {
  margin-top: 50px;
}
.video-thumb {
  width: 320px;
  min-width: 320px;
  height: 320px;
  margin-bottom: 0;
  margin-right: 1.5rem;
}
.full-width {
  width: 100% !important;
  min-height: 320px;
  display: block !important;
}
@media (min-width: 768px) {
  .full-width {
    min-height: 500px;
  }
}
.video-consent-missing {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: hidden;
  width: 320px;
  min-width: 320px;
  height: 320px;
  margin-bottom: 0;
  margin-right: 1.5rem;
}
#content-column .tooltip-detail {
  display: none;
}
.overlay-presentation {
  background-color: white;
  width: 100%;
}
.overlay-presentation > .header,
.overlay-presentation > section,
.overlay-presentation > footer {
  padding: 1.5rem max(2rem, 40px + 5px);
  width: 100%;
}
.overlay-presentation > .header {
  border-bottom: 4px solid #eee;
}
.overlay-presentation > .header > h1 {
  font-size: 1.5rem;
}
.overlay-presentation > .header .continuative-holder {
  display: inline-block;
  margin-top: 4px;
  vertical-align: bottom;
}
.overlay-presentation > .header .continuative-holder a > .continuative-bar {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  background-color: #c2c2c2;
  color: #fff;
  padding: 4px 20px;
  font-size: 16px;
}
.overlay-presentation > .header .continuative-holder a > .continuative-bar span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.overlay-presentation > .header .continuative-holder a > .continuative-bar span.icon {
  position: relative;
  top: 1px;
  padding-right: 7px;
}
.overlay-presentation > .header .continuative-holder a > .continuative-bar.continuative-bar-shop {
  background-color: #ff9e20;
}
.overlay-presentation > .header .continuative-holder a:last-child .continuative-bar {
  margin-right: 0;
}
.overlay-presentation > section.tool-section {
  position: relative;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 50% auto auto;
  grid-template-areas: "image selector text";
}
@media (max-width: 768px) {
  .overlay-presentation > section.tool-section {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    grid-template-areas: "image" "text";
  }
  .overlay-presentation > section.tool-section .presentation-selector {
    display: none;
  }
}
.overlay-presentation > section.tool-section > div {
  position: relative;
}
.overlay-presentation > section.tool-section > div.presentation-image {
  grid-area: image;
  display: flex;
  align-items: stretch;
}
@media (max-width: 768px) {
  .overlay-presentation > section.tool-section > div.presentation-image {
    height: 300px;
  }
}
.overlay-presentation > section.tool-section > div.presentation-image .slider,
.overlay-presentation > section.tool-section > div.presentation-image .slider > ul,
.overlay-presentation > section.tool-section > div.presentation-image .slider > ul > li,
.overlay-presentation > section.tool-section > div.presentation-image .slider > ul > li > .presentation-image-holder,
.overlay-presentation > section.tool-section > div.presentation-image .slider > ul > li > .presentation-image-holder > .presentation-image {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.overlay-presentation > section.tool-section > div.presentation-image .slider > ul {
  margin: 0;
}
.overlay-presentation > section.tool-section > div.presentation-image .slider > ul > li {
  display: none;
}
.overlay-presentation > section.tool-section > div.presentation-image .slider > ul > li.active {
  display: flex;
}
.overlay-presentation > section.tool-section > div.presentation-image .slider > ul > li div.presentation-image-holder .presentation-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.overlay-presentation > section.tool-section > div.presentation-selector {
  grid-area: selector;
  margin: 0;
}
.overlay-presentation > section.tool-section > div.presentation-selector > div > ul {
  margin: 0;
}
.overlay-presentation > section.tool-section > div.presentation-selector > div > ul > li.anchor {
  cursor: pointer;
}
.overlay-presentation > section.tool-section > div.presentation-selector > div > ul > li.anchor,
.overlay-presentation > section.tool-section > div.presentation-selector > div > ul > li.anchor-placeholder {
  margin-bottom: 1rem;
}
.overlay-presentation > section.tool-section > div.presentation-selector > div > ul > li.anchor > .presentation-image,
.overlay-presentation > section.tool-section > div.presentation-selector > div > ul > li.anchor-placeholder > .presentation-image {
  border: 4px solid white;
  background-size: cover;
  background-color: #f2f2f2;
}
.overlay-presentation > section.tool-section > div.presentation-selector > div > ul > li.anchor.active > .presentation-image,
.overlay-presentation > section.tool-section > div.presentation-selector > div > ul > li.anchor-placeholder.active > .presentation-image {
  border: 4px solid #999999;
}
.overlay-presentation > section.tool-section > div.presentation-selector > div > ul > li.anchor:nth-child(1n+9),
.overlay-presentation > section.tool-section > div.presentation-selector > div > ul > li.anchor-placeholder:nth-child(1n+9) {
  display: none;
}
.overlay-presentation > section.tool-section > div.presentation-selector > div > ul > li.anchor.paged-hidden,
.overlay-presentation > section.tool-section > div.presentation-selector > div > ul > li.anchor-placeholder.paged-hidden {
  display: none;
}
.overlay-presentation > section.tool-section > div.presentation-selector > div > ul > li.anchor.paged-visible,
.overlay-presentation > section.tool-section > div.presentation-selector > div > ul > li.anchor-placeholder.paged-visible {
  display: block;
}
.overlay-presentation > section.tool-section > div.presentation-selector > div > ul > li.controls {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
}
.overlay-presentation > section.tool-section > div.presentation-selector > div > ul > li.controls span.icon {
  position: relative;
  font-size: 30px;
  color: #c2c2c2;
  text-align: center;
  width: 100%;
  display: block;
  cursor: pointer;
}
.overlay-presentation > section.tool-section > div.presentation-selector > div > ul > li.controls.controls-previous span.icon {
  position: relative;
  top: -40px;
}
.overlay-presentation > section.tool-section > div.presentation-selector > div > ul > li > .presentation-image {
  display: block;
  height: 65px;
  width: 65px;
  margin: 0 auto 0 auto;
}
.overlay-presentation > section.tool-section > div.presentation-selector > div > ul > li.anchor-placeholder .presentation-image {
  background-color: #eee;
}
.overlay-presentation > section.tool-section > div.presentation-text {
  grid-area: text;
}
.overlay-presentation > section.tool-section > div.presentation-text ul > li {
  display: none;
}
.overlay-presentation > section.tool-section > div.presentation-text ul > li.active {
  display: list-item;
}
.overlay-presentation > section.tool-section > div.presentation-text ul > li h2 {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.overlay-presentation > footer {
  min-height: 12px;
  padding: 0;
  background-color: #999999;
}
.overlay-presentation *[data-slide-linked] *[data-slide-linked-source] {
  display: none;
}
.overlay-presentation.multiple-products .header ul li {
  display: none;
}
.overlay-presentation.multiple-products .header ul li.active {
  display: list-item;
}
.product-series {
  /* PRODUCT SERIES: HEADER */
  /* PRODUCT SERIES: PRODUCTS */
  /* PRODUCT SERIES: DETAILS */
  /* PRODUCT SERIES: VARIANTS */
  /* PRODUCT SERIES: REFERENCED RELATED ARTICLES */
}
.product-series .series-header h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.product-series .series-header .series-introduction p {
  margin-bottom: 1.5rem;
}
.product-series .series-header {
  margin-bottom: 1rem;
}
.product-series .series-header .series-header-line .headline {
  margin-bottom: 0;
  color: #e1001b;
}
.product-series .series-header .series-header-line > .continuative-holder {
  margin-bottom: 1rem;
}
.product-series .series-header .series-header-line > .continuative-holder a > .continuative-bar {
  background-color: #999999;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  white-space: nowrap;
}
.product-series .series-header .series-header-line > .continuative-holder a > .continuative-bar span {
  color: inherit;
  font-weight: inherit;
  white-space: nowrap;
}
.product-series .series-header .series-header-line > .continuative-holder a > .continuative-bar span.icon {
  padding-right: 0.5rem;
}
.product-series .series-header .series-header-line > .continuative-holder a:last-child .continuative-bar {
  margin-right: 0;
}
@media (min-width: 768px) {
  .product-series .series-header .series-header-line {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: start;
  }
  .product-series .series-header .series-header-line .continuative-holder {
    margin-left: 1rem;
    margin-bottom: 0;
  }
}
.product-series .series-products-division .series-products {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}
@media (min-width: 576px) {
  .product-series .series-products-division .series-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .product-series .series-products-division .series-products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .product-series .series-products-division .series-products {
    grid-template-columns: repeat(4, 1fr);
  }
}
.product-series .series-products-division .series-products .teaser {
  margin: 0;
}
.product-series .series-products-division .series-products .teaser img {
  max-width: 100%;
}
.product-series .series-products-division .series-products .teaser .teaser-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-series .series-products-division .series-products .teaser .teaser-text .more-infos {
  padding: 0.25rem 0.5rem;
}
.product-series .series-products-division .series-products .teaser.selected {
  border: 3px solid #e1001b;
  background: #ffffff;
}
.product-series .series-products-division .series-products .teaser.selected .headline {
  color: #e1001b;
}
.product-series #series-product-description {
  margin-top: 4rem;
  border: 2px solid #e5e5e5;
  box-shadow: 0 1px 3px 0 #999999;
  border-radius: 3px;
  padding: 1.5rem 1rem;
}
.product-series .series-details-division {
  margin-top: 2rem;
}
.product-series .series-details-division .series-product-common-properties {
  margin-bottom: 3rem;
}
.product-series .series-details-division .series-product-leading-variants {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .product-series .series-details-division .series-product-leading-variants {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .product-series .series-details-division .series-product-leading-variants {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .product-series .series-details-division .series-product-leading-variants {
    grid-template-columns: repeat(4, 1fr);
  }
}
.product-series .series-details-division .series-product-leading-variants > .series-product-leading-variant ul.series-product-variant-properties > li > div {
  text-overflow: ellipsis;
  padding: 0.5rem;
}
.product-series .series-details-division .series-product-leading-variants > .series-product-leading-variant ul.series-product-variant-properties > li > .label {
  background-color: #f2f2f2;
}
.product-series .series-product-variants-division {
  margin-top: 4rem;
}
.product-series .series-product-variants-division .series-variant-description {
  margin-bottom: 1rem;
}
.product-series .series-product-variants-division .variant-color-selection .slider-item {
  width: initial;
  min-width: initial;
}
.product-series .series-product-variants-division .variant-color-selection .slider-item a {
  height: auto;
}
.product-series .series-product-variants-division .variant-color-selection .slider-item .color-bg {
  height: 2rem;
}
.product-series .series-product-variants-division .variant-color-selection .slider-item .variant-title {
  margin-top: 0.25rem;
  padding: 0 0.5rem;
  display: flex;
  justify-content: space-between;
}
.product-series .series-product-variants-division .variant-color-selection .slider-item .variant-title .icon-cart {
  color: #ff9e20;
}
.product-series .series-product-related-articles {
  margin-top: 4rem;
}
.product-series .series-product-related-articles .series-product-related-article {
  margin-top: 2rem;
}
.product-series .series-product-related-articles .series-product-related-article .teaser.slider-item {
  margin-bottom: 0;
}
.contact-form fieldset > section,
.contact-form .recaptcha-wrapper {
  padding: 0;
  margin: 0 0 1rem 0;
  width: 100%;
}
.contact-form fieldset {
  margin: 1rem 0;
  padding: 0;
  border: none;
}
.stores.headline.opener {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .marktfinder-search {
    display: grid;
    grid-gap: 1.0rem;
    grid-template-columns: 1fr 3fr;
  }
}
.marktfinder-search .form-wrapper,
.marktfinder-search .map-wrapper {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.marktfinder-search .form-wrapper .select-wrapper,
.marktfinder-search .map-wrapper .select-wrapper {
  max-width: unset;
}
.marktfinder-search .form-wrapper select,
.marktfinder-search .map-wrapper select,
.marktfinder-search .form-wrapper input,
.marktfinder-search .map-wrapper input {
  max-width: unset;
  min-width: unset;
}
.marktfinder-search .form-wrapper .select-wrapper.places-to-choose {
  margin-top: 1rem;
}
.marktfinder-search #map {
  height: 600px;
  max-height: 100%;
}
.marktfinder-result img {
  max-width: 100%;
}
.marktfinder-result ul li.result-item {
  border-top: 1px solid #e5e5e5;
  padding: 1rem;
}
.marktfinder-result ul li.result-item.selected {
  border: 2px solid #ff9e20;
}
.marktfinder-result ul li.result-item .result-grid {
  position: relative;
}
@media (min-width: 576px) {
  .marktfinder-result ul li.result-item .result-grid {
    display: grid;
    grid-column-gap: 1.0rem;
    grid-template-columns: 4fr 8fr;
    grid-template-areas: "image headline" "image datas" "driveIn map-link";
  }
}
@media (min-width: 768px) {
  .marktfinder-result ul li.result-item .result-grid {
    grid-template-columns: 2fr 2fr 1fr 1fr 2fr;
    grid-template-areas: "image headline headline headline headline" "image datas datas datas datas" "image driveIn driveIn map-link map-link";
  }
}
@media (min-width: 992px) {
  .marktfinder-result ul li.result-item .result-grid {
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-areas: "image headline headline" "image datas datas" "image driveIn map-link";
  }
}
.marktfinder-result ul li.result-item .result-grid .hornbach-headline {
  grid-area: headline;
}
.marktfinder-result ul li.result-item .result-grid .map-link {
  grid-area: map-link;
}
.marktfinder-result ul li.result-item .result-grid .map-link a {
  padding: 1rem 0;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  .marktfinder-result ul li.result-item .result-grid .map-link a {
    padding: 0;
  }
}
.marktfinder-result ul li.result-item .result-grid .map-link a .map-icon {
  width: 3rem;
  height: 3rem;
}
.marktfinder-result ul li.result-item .result-grid .map-link a .map-text {
  padding-left: 0.5rem;
}
.marktfinder-result ul li.result-item .result-grid .hornbach-logo {
  grid-area: image;
}
.marktfinder-result ul li.result-item .result-grid .hornbach-address {
  grid-area: datas;
}
.marktfinder-result ul li.result-item .result-grid .hornbach-address p {
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.marktfinder-result ul li.result-item .result-grid .hornbach-address p a {
  text-decoration: underline;
  margin-bottom: 1rem;
}
.marktfinder-result ul li.result-item .result-grid .hornbach-address.mb {
  margin-bottom: 1rem;
}
.marktfinder-result ul li.result-item .result-grid .hornbach-drive-in {
  grid-area: driveIn;
}
.marktfinder-result ul li.result-item .result-grid .hornbach-drive-in .drive-in {
  width: 9rem;
  max-width: 100%;
}
@media (min-width: 576px) {
  .marktfinder-result ul li.result-item .result-grid .hornbach-drive-in .drive-in {
    width: 7rem;
  }
}
@media (min-width: 768px) {
  .marktfinder-result ul li.result-item .result-grid .hornbach-drive-in .drive-in {
    width: 8rem;
  }
}
.marktfinder-result ul li.result-item .show-more {
  position: absolute;
  bottom: 1rem;
  right: 0.5rem;
}
.marktfinder-result ul li.result-item .additional-infos {
  display: none;
  padding-top: 1rem;
}
.marktfinder-result ul li.result-item .additional-infos p {
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.marktfinder-result ul li.result-item .additional-infos .additional-text {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .marktfinder-result ul li.result-item .additional-infos .additional-text {
    margin-bottom: 0;
  }
}
.marktfinder-result ul li.result-item .additional-infos .store-icons {
  display: grid;
  grid-gap: 0.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .marktfinder-result ul li.result-item .additional-infos .store-icons {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .marktfinder-result ul li.result-item .additional-infos .store-icons {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.marktfinder-result ul li.result-item .additional-infos .store-icons .store-icon {
  display: flex;
  align-items: center;
}
.marktfinder-result ul li.result-item .additional-infos .store-icons .store-icon img {
  width: 3rem;
  height: 3rem;
  max-width: 100%;
}
.marktfinder-result ul li.result-item .additional-infos .store-icons .store-icon div {
  padding-left: 0.5rem;
}
.marktfinder-result ul li.result-item .show-more .more .icon {
  color: #ff9e20;
}
.marktfinder-result ul li.result-item.open .show-more .more .icon::before {
  content: "\f078";
}
.marktfinder-result ul li.result-item.open .additional-infos {
  display: block;
}
@media (min-width: 576px) {
  .marktfinder-result ul li.result-item.open .additional-infos {
    display: grid;
    grid-column-gap: 1.0rem;
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 768px) {
  .marktfinder-result ul li.result-item.open .additional-infos {
    display: grid;
    grid-template-columns: 1fr 3fr;
  }
}
.card.windloadzones .card-text {
  padding: 10px;
}
.card.windloadzones .card-icon.icon-cloud {
  color: #e1001b;
}
.card.windloadzones .windload-result-area .result-text {
  align-self: start;
  margin-bottom: 0.75rem;
}
.card.windloadzones .windload-result-area .result-text.no-success {
  font-weight: bold;
  padding-top: 0.5rem;
  font-size: 1.1rem;
}
.card.windloadzones .windload-result-area .result-text.with-select {
  margin-bottom: 0;
}
.card.windloadzones .windload-result-area .result-text.success {
  font-weight: bold;
  padding-top: 0.5rem;
}
.card.windloadzones .windload-result-area .result-text.success .windloadindex {
  text-align: center;
  color: #e1001b;
  font-size: 2rem;
}
.card.windloadzones .windload-result-area .windload-select {
  max-width: 100%;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  appearance: auto;
  -webkit-appearance: unset;
}
.card.windloadzones .windload-result-area .result-of-select {
  font-weight: bold;
  color: #e1001b;
  margin-bottom: 0.75rem;
}
.card.windloadzones .windload-result-area .windloadindex {
  font-size: 1.25rem;
  padding: 0 0.5rem;
}
.card.windloadzones .card-back-button {
  align-self: start;
  color: #e1001b;
  cursor: pointer;
}
.card.windloadzones .windloadzone-disclaimer {
  font-size: 0.75rem;
}
.card.windloadzones .windloadzone-disclaimer a {
  text-decoration: underline;
  color: #e1001b;
}
.icon-contact:before {
  content: url("/images/kontakt_icon.svg");
  width: 26px;
}
.icon-wishlist {
  position: relative;
}
.icon-wishlist:before {
  content: url("/bundles/esonocustomer/icons/Herz_Kontur_rot.svg");
  display: inline-block;
  width: 16px;
  height: 18px;
  padding-top: 1px;
}
@media (min-width: 992px) {
  .icon-wishlist:before {
    padding: 0;
    width: 22px;
    height: unset;
  }
}
.icon-wishlist:after {
  content: attr(data-article-count);
  display: none;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: #e1001b;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  right: -6px;
  top: -3px;
}
.icon-wishlist.show-count-badge:after {
  display: inline-block;
}
#overlay {
  display: none;
  position: fixed;
  z-index: 7000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  #overlay {
    background: none;
  }
}
@media (min-width: 992px) {
  .mobile-nav-header,
  .mobile-nav-meta {
    display: none;
  }
  header .homepage-navigation {
    z-index: 7020;
    line-height: 1.2;
  }
  header .homepage-navigation * {
    box-sizing: border-box;
  }
  header .homepage-navigation ul.level-1 {
    display: flex;
    justify-content: space-between;
    align-content: stretch;
    margin: 0;
    position: relative;
    top: 3px;
  }
  header .homepage-navigation ul.level-1 > li {
    margin-bottom: 0;
  }
  header .homepage-navigation ul.level-1 > li.is-mobile-menu {
    display: none;
  }
  header .homepage-navigation ul.level-1 > li > a {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
  }
  header .homepage-navigation ul.level-1 > li > a .icon {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 0.75rem;
    color: #e1001b;
  }
  header .homepage-navigation ul.level-1 > li > a span {
    font-weight: bold;
  }
  header .homepage-navigation ul.level-1 > li ul.level-2 {
    display: none;
  }
  header .homepage-navigation ul.level-1 > li.mm-expanded {
    border-color: #e1001b;
  }
  header .homepage-navigation ul.level-1 > li.mm-expanded > a .icon-chevron-down {
    left: -1px;
  }
  header .homepage-navigation ul.level-1 > li.mm-expanded ul.level-2 {
    display: flex;
    flex-direction: row;
  }
  header .homepage-navigation ul.level-1 > li.mm-expanded ul.level-2 .icon {
    display: none;
  }
  header .homepage-navigation ul.level-1 > li ul.level-2 {
    position: absolute;
    z-index: 7030;
    right: 0;
    left: 0;
    top: 3em;
    height: auto;
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 1em rgba(10, 10, 10, 0.15);
    padding: 1em 1em;
    justify-content: space-around;
  }
  header .homepage-navigation ul.level-1 > li ul.level-2 > li {
    width: 33%;
    padding: 0 1em;
  }
  header .homepage-navigation ul.level-1 > li ul.level-2 > li:first-child {
    padding-left: 0;
  }
  header .homepage-navigation ul.level-1 > li ul.level-2 > li:last-child {
    padding-right: 0;
  }
  header .homepage-navigation ul.level-1 > li ul.level-2 > li.active > a,
  header .homepage-navigation ul.level-1 > li ul.level-2 > li.expanded > a {
    color: #ff485e;
  }
  header .homepage-navigation ul.level-1 > li ul.level-2 > li > a {
    margin: 1rem 0;
    display: block;
    color: #e1001b;
    font-weight: bold;
  }
  header .homepage-navigation ul.level-1 > li ul.level-2 > li > a:hover {
    color: #ff485e;
  }
  header .homepage-navigation ul.level-1 > li ul.level-2 ul.level-3 {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
  }
  header .homepage-navigation ul.level-1 > li ul.level-2 ul.level-3 li {
    margin-bottom: 0.8rem;
  }
  header .homepage-navigation ul.level-1 > li ul.level-2 ul.level-3 li:last-child {
    margin-bottom: 0;
  }
  header .homepage-navigation ul.level-1 > li ul.level-2 ul.level-3 li.active a {
    color: #e1001b;
  }
  header .homepage-navigation ul.level-1 > li ul.level-2 ul.level-3 li a:hover {
    color: #e1001b;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  header .homepage-navigation ul.level-1 > li > a {
    padding-left: 8px;
  }
}
@media (max-width: 991px) {
  .homepage-navigation {
    display: none;
    background-color: #f2f2f2;
  }
  .homepage-navigation .mobile-nav-header {
    background-color: #999999;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    height: 42px;
  }
  .homepage-navigation .mobile-nav-header a {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
  }
  .homepage-navigation .icon-contact:before,
  .homepage-navigation .icon-wishlist:before {
    display: none;
  }
  .homepage-navigation ul.level-1,
  .homepage-navigation ul.mobile-nav-meta {
    margin: 0;
  }
  .homepage-navigation ul.level-1 li,
  .homepage-navigation ul.mobile-nav-meta li {
    border-bottom: 1px solid #e5e5e5;
  }
  .homepage-navigation ul.level-1 li > a,
  .homepage-navigation ul.mobile-nav-meta li > a {
    width: 100%;
    display: flex;
    padding: 1rem;
  }
  .homepage-navigation ul.level-1 li > a .icon,
  .homepage-navigation ul.mobile-nav-meta li > a .icon {
    padding-right: 0.5rem;
    color: #e1001b;
    align-self: center;
  }
  .homepage-navigation ul.level-1 li ul,
  .homepage-navigation ul.mobile-nav-meta li ul {
    display: none;
    padding-left: 1.4rem;
  }
  .homepage-navigation ul.level-1 li ul li a,
  .homepage-navigation ul.mobile-nav-meta li ul li a {
    border-top: 1px solid #999999;
  }
  .homepage-navigation ul.level-1 ul {
    display: none;
  }
  .homepage-navigation ul.level-1 li.mm-expanded {
    background-color: #e5e5e5;
  }
  .homepage-navigation ul.level-1 li.mm-expanded > ul {
    display: block;
  }
  .homepage-navigation ul li.active > a,
  .homepage-navigation ul li a.active._selected {
    color: #e1001b;
    font-weight: bold;
  }
}
.offer-pages .page-width {
  width: 98%;
  max-width: 98%;
}
@media (min-width: 2500px) {
  .offer-pages .page-width {
    max-width: 2500px;
  }
}
.offer-pages .page-width .article-width {
  width: 100%;
  max-width: 100%;
}
.offer-pages .page-width .footer-block > div {
  text-align: end;
}
.offer-pages header {
  display: flex;
  align-items: end;
  padding: 0 15px !important;
}
.offer-pages header .logo {
  position: static;
}
.offer-pages header .upper {
  margin-bottom: 0;
  margin-left: 2rem;
}
.offer-pages .headline {
  margin-bottom: 2rem;
}
.offer-pages .subheadline {
  margin-bottom: 1rem;
}
.offer-pages input[type='text'],
.offer-pages input[type='email'],
.offer-pages input[type='tel'],
.offer-pages input[type='search'],
.offer-pages textarea,
.offer-pages select {
  max-width: unset;
}
.offer-pages .grid {
  display: grid;
  width: auto;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0.5rem;
}
@media (min-width: 768px) {
  .offer-pages .grid {
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 992px) {
  .offer-pages .grid {
    grid-template-columns: 1fr 3fr;
  }
}
.offer-pages .grid .label {
  font-weight: bold;
}
.offer-pages #create-offer {
  margin-bottom: 10rem;
}
.offer-pages #create-offer .add-order-item-wrapper {
  text-align: end;
}
.offer-pages #create-offer .add-order-item-wrapper .add-order-item {
  padding: 5px 16px;
  border: none;
  color: #ffffff;
  background: #999999;
  cursor: pointer;
}
.offer-pages #create-offer .add-order-item-wrapper #autocomplete {
  text-align: start;
  margin-top: 1rem;
  position: relative;
}
.offer-pages #create-offer .add-order-item-wrapper #autocomplete .aa-Autocomplete .aa-Form {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-direction: row-reverse;
}
.offer-pages #create-offer .add-order-item-wrapper #autocomplete .aa-Autocomplete .aa-Form > * {
  margin-bottom: 0;
}
.offer-pages #create-offer .add-order-item-wrapper #autocomplete .aa-Autocomplete .aa-Form .aa-InputWrapperPrefix {
  display: flex;
}
.offer-pages #create-offer .add-order-item-wrapper #autocomplete .aa-Autocomplete .aa-Form .aa-InputWrapperPrefix .aa-Label {
  margin-bottom: 0;
  display: flex;
}
.offer-pages #create-offer .add-order-item-wrapper #autocomplete .aa-Autocomplete .aa-Form .aa-InputWrapperPrefix .aa-Label .aa-SubmitButton {
  width: 2.4rem;
  border: 1px solid #e1001b;
  background-color: #e1001b;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.offer-pages #create-offer .add-order-item-wrapper #autocomplete .aa-Autocomplete .aa-Form .aa-InputWrapper {
  flex-grow: 1;
}
.offer-pages #create-offer .add-order-item-wrapper #autocomplete .aa-Autocomplete .aa-Form .aa-InputWrapper input {
  max-width: 100%;
  background: #ffffff;
}
.offer-pages #create-offer .add-order-item-wrapper #autocomplete .aa-Autocomplete .aa-Form .aa-InputWrapperSuffix {
  display: none !important;
}
.offer-pages #create-offer .add-order-item-wrapper #autocomplete .aa-Panel {
  position: absolute;
  top: unset !important;
  left: 0 !important;
  right: 0 !important;
  background: #e5e5e5;
  border: 1px solid #333333;
  padding: 0.25rem 0;
  max-height: 15rem;
  overflow-y: scroll;
}
.offer-pages #create-offer .add-order-item-wrapper #autocomplete .aa-Panel .aa-List {
  font-weight: bold;
  margin: 0;
}
.offer-pages #create-offer .add-order-item-wrapper #autocomplete .aa-Panel .aa-List .aa-Item {
  padding: 0.25rem 1rem;
  cursor: pointer;
}
.offer-pages #create-offer .add-order-item-wrapper #autocomplete .aa-Panel .aa-List .aa-Item[aria-selected=true] {
  background: #e5e5e5;
}
.offer-pages #create-offer .add-order-item-wrapper #autocomplete .aa-Panel .aa-SourceNoResults {
  padding: 0.25rem 1rem;
  color: #e1001b;
}
.offer-pages #create-offer .line-items-wrapper {
  border: 1px solid #e5e5e5;
  background: #f2f2f2;
  padding: 1rem 0.5rem;
}
.offer-pages #create-offer #line-items.hidden {
  display: none;
}
.offer-pages #create-offer #line-items .line-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.offer-pages #create-offer #line-items .line-item > * {
  margin-right: 0.5rem;
}
.offer-pages #create-offer #line-items .line-item:last-child {
  margin-right: 0;
}
.offer-pages #create-offer #line-items .line-item input,
.offer-pages #create-offer #line-items .line-item select {
  flex-grow: unset;
  flex-shrink: unset;
}
.offer-pages #create-offer #line-items .line-item .title {
  font-weight: bold;
}
.offer-pages #create-offer #line-items .line-item .title.item-variant-select,
.offer-pages #create-offer #line-items .line-item .title.quantity {
  padding-left: 0.25rem;
}
.offer-pages #create-offer #line-items .line-item .position-indicator {
  border: none;
  padding: 0;
  width: 2rem;
  text-align: right;
  background: #f2f2f2;
}
.offer-pages #create-offer #line-items .line-item .type-wrapper {
  display: flex;
  width: 12rem;
  min-width: 12rem;
  align-items: center;
}
.offer-pages #create-offer #line-items .line-item .type-wrapper .item-type {
  flex-grow: 1;
  min-width: unset;
  width: auto;
  max-width: 100%;
}
.offer-pages #create-offer #line-items .line-item .type-wrapper .alternative-for-position {
  display: none;
  padding: 0 0.25rem;
}
.offer-pages #create-offer #line-items .line-item .type-wrapper .alternative-for {
  width: 4rem;
}
.offer-pages #create-offer #line-items .line-item.alternative .type-wrapper .alternative-for-position {
  display: block;
}
.offer-pages #create-offer #line-items .line-item.as-needed .quantity {
  background: #f2f2f2;
}
.offer-pages #create-offer #line-items .line-item .name {
  flex-grow: 1;
}
.offer-pages #create-offer #line-items .line-item .item-variant-select {
  min-width: 15rem;
  width: 15rem !important;
}
.offer-pages #create-offer #line-items .line-item .quantity {
  width: 4rem;
}
.offer-pages #create-offer #line-items .line-item .delete {
  width: 2rem;
}
.offer-pages #create-offer #line-items .line-item button.delete {
  color: #333333;
  background: #f2f2f2;
  cursor: pointer;
  border: none;
}
.offer-pages #create-offer .button-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.offer-pages #create-offer .save-offer,
.offer-pages #create-offer .generate-offer-pdf {
  display: flex;
  justify-content: end;
  margin-top: 1.5rem;
}
.offer-pages #create-offer .save-offer button,
.offer-pages #create-offer .generate-offer-pdf button {
  padding: 8px 16px;
}
.offer-pages .toggle-switch .toggle-arrow {
  display: none;
  padding-right: 1rem;
  color: #e1001b;
}
.offer-pages .toggle-switch.open .toggle-arrow::before {
  content: "\f078";
}
.offer-pages .toggle-sections-enabled .toggle-switch {
  cursor: pointer;
}
.offer-pages .toggle-sections-enabled .toggle-switch .toggle-arrow {
  display: inline;
}
.offer-pages .toggle-data.hidden {
  display: none;
}
.qr-overlay-backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
}
.qr-overlay-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 12px;
  padding: 3.5rem 2rem 2rem;
  max-width: 480px;
  width: 90%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  font-family: system-ui, sans-serif;
  text-align: center;
  color: #000000;
}
.qr-overlay-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  background-color: #e1001b;
  color: #ffffff;
  font-weight: bold;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 2rem;
  text-align: center;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qr-overlay-content h2 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.qr-overlay-content p {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1.5rem;
}
.qr-overlay-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.qr-overlay-list li {
  margin-bottom: 0.75rem;
}
.qr-overlay-list a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-decoration: none;
  color: #000000 !important;
  font-weight: 500;
  transition: background 0.2s ease;
  background: #ffffff;
}
.qr-overlay-list a:hover {
  background-color: #f5f5f5;
}
.qr-overlay-list img {
  height: 20px;
  width: auto;
}
.search-term-info-text__headline {
  font-weight: bold;
  font-size: 15px;
}
.search-term-info-text__keyword {
  font-weight: bold;
  font-size: 15px;
  font-style: italic;
}
.search-term-info-text .cmswysiwyg {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.navigation .domain-switch {
  display: flex !important;
  align-items: center;
  position: relative;
}
.navigation .domain-switch .domain-switch-overlay-trigger {
  cursor: pointer;
}
.navigation .domain-switch .domain-switch-overlay {
  position: absolute;
  z-index: 100;
  top: calc(108%);
  right: -8px;
  padding: 8px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  box-shadow: 0 0 1em rgba(10, 10, 10, 0.15);
}
.navigation .domain-switch .domain-switch-overlay.hidden {
  display: none;
}
.navigation .domain-switch .domain-switch-overlay li {
  list-style: none;
  white-space: nowrap;
}
.navigation .domain-switch .domain-switch-overlay li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
.navigation .domain-switch .domain-switch-overlay li a img {
  margin-left: 5px;
}
.navigation .domain-switch .domain-switch-overlay li + li {
  margin-top: 8px;
}
.navigation .megamenu-domain-switch {
  display: none !important;
}
@media (max-width: 991px) {
  .navigation .megamenu-domain-switch {
    display: block !important;
  }
}
.navigation .megamenu-domain-switch a {
  align-items: center;
  position: relative;
  text-decoration: none;
}
.navigation .megamenu-domain-switch a img {
  position: absolute;
  right: 1rem;
  border: none;
}
.overlay-presentation .purchase-hornbach.hide {
  display: none;
}
.icon-link:hover::before {
  cursor: pointer;
}
.icon-link::before {
  content: url("/img/icons/link.svg");
  width: 1.2rem;
  display: inline-block;
}
.icon-trash:before {
  content: url("/bundles/esonocustomer/icons/Papierkorb.svg");
  display: inline-block;
  width: 16px;
}
.MTPkgUserObjectBasket .wish-list {
  background-color: #e5e5e5;
  padding: 1rem;
}
.MTPkgUserObjectBasket .wish-list .wishlist-item {
  margin: 1rem;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.MTPkgUserObjectBasket .wish-list .wishlist-item .wish-list-item-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.MTPkgUserObjectBasket .wish-list .wishlist-item .wish-list-item-content .wish-list-product {
  padding: 1rem;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1rem;
}
.MTPkgUserObjectBasket .wish-list .wishlist-item .wish-list-item-content .wish-list-product:not(:first-child) {
  border-top: 2px solid #e5e5e5;
}
@media (min-width: 768px) {
  .MTPkgUserObjectBasket .wish-list .wishlist-item .wish-list-item-content .wish-list-product {
    align-items: center;
    flex-direction: row;
  }
}
.MTPkgUserObjectBasket .wish-list .wishlist-item .wish-list-item-content .wish-list-product .wish-list-product-part {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.MTPkgUserObjectBasket .wish-list .wishlist-item .wish-list-item-content .wish-list-product .wish-list-product-part.info-part {
  flex-grow: 1;
}
.MTPkgUserObjectBasket .wish-list .wishlist-item .wish-list-item-content .wish-list-product .wish-list-product-part.action-part {
  justify-content: end;
  gap: 2rem;
}
@media (min-width: 768px) {
  .MTPkgUserObjectBasket .wish-list .wishlist-item .wish-list-item-content .wish-list-product .wish-list-product-part.action-part {
    justify-content: space-between;
  }
}
.MTPkgUserObjectBasket .wish-list .wishlist-item .wish-list-item-content .wish-list-product .product-info {
  flex-grow: 1;
}
.MTPkgUserObjectBasket .wish-list .wishlist-item .wish-list-item-content .wish-list-product .product-info .product-name:not(.is-variant) .product-title {
  font-weight: bold;
}
.MTPkgUserObjectBasket .wish-list .wishlist-item .wish-list-item-content .wish-list-product .remove-product-link.hidden {
  visibility: hidden;
}
.MTPkgUserObjectBasket .wish-list .wishlist-item .wish-list-item-content .wish-list-product .remove-product-link .icon-trash {
  font-size: 0.8rem;
}
.MTPkgUserObjectBasket .wish-list .wishlist-item .wish-list-item-content .wish-list-product .product-amount-container {
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
}
.MTPkgUserObjectBasket .wish-list .wishlist-item .wish-list-item-content .wish-list-product .product-amount-container .product-amount {
  width: 3rem;
  text-align: center;
  height: 2rem;
  border: none;
}
.MTPkgUserObjectBasket .wish-list .wishlist-item .wish-list-item-content .wish-list-product .product-amount-container .increase-amount,
.MTPkgUserObjectBasket .wish-list .wishlist-item .wish-list-item-content .wish-list-product .product-amount-container .decrease-amount {
  cursor: pointer;
  appearance: none;
  background-color: #e5e5e5;
  border: none;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
}
.MTPkgUserObjectBasket .wish-list .wishlist-item .wish-list-item-content .wish-list-product .product-amount-container .increase-amount:hover,
.MTPkgUserObjectBasket .wish-list .wishlist-item .wish-list-item-content .wish-list-product .product-amount-container .decrease-amount:hover {
  background-color: #f2f2f2;
}
.MTPkgUserObjectBasket .wish-list .wishlist-item .wish-list-item-content .wish-list-product .product-hornbach-link .icon-cart {
  color: #ff9e20;
}
.MTPkgUserObjectBasket .wish-list .wishlist-item .wish-list-item-content .wish-list-product .product-hornbach-link .purchase-hornbach[disabled] .icon-cart {
  color: #ffffff;
}
.MTPkgUserObjectBasket .wish-list .wishlist-item .wish-list-item-actions {
  width: 100%;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.MTPkgUserObjectBasket .wish-list .wishlist-item .wish-list-item-actions > a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.MTPkgUserObjectBasket .wish-list .empty-list {
  display: none;
  justify-content: center;
}
.MTPkgUserObjectBasket .wish-list .empty-list.is-empty {
  display: flex;
}
.MTPkgArticleCollectionNavigation .vPaging {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}
.MTPkgArticleCollectionNavigation .vPaging .active a {
  font-weight: bold;
  color: green;
}
.product-comparison-card {
  transition: 1s;
}
@media screen and (max-width: 767px) {
  .product-comparison-card {
    display: none;
  }
}
.product-comparison-card .headline {
  margin-top: 1.5rem;
}
.comparison-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .comparison-wrapper {
    display: none;
  }
}
.comparison-wrapper .product-comparison {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  width: 100%;
}
.comparison-wrapper .product-comparison::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}
.comparison-wrapper .product-comparison table {
  table-layout: fixed;
  overflow-x: scroll;
  border-collapse: collapse;
}
.comparison-wrapper .product-comparison table tr th,
.comparison-wrapper .product-comparison table tr td {
  max-width: 0;
  scroll-snap-align: center;
  background-clip: padding-box;
  vertical-align: top;
  text-align: center;
  background-color: #999999;
  border-top: 0 solid transparent;
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
  padding: 5px 10px;
  margin: 0;
  border-bottom: 1px solid #d9d9d9;
}
.comparison-wrapper .product-comparison table tr th.front-head,
.comparison-wrapper .product-comparison table tr td.front-head {
  font-weight: bold;
  text-align: start;
}
.comparison-wrapper .product-comparison table tr th .little-head,
.comparison-wrapper .product-comparison table tr td .little-head {
  text-decoration: underline;
}
.comparison-wrapper .product-comparison table tr th .icon,
.comparison-wrapper .product-comparison table tr td .icon {
  font-size: 1.2rem;
}
.comparison-wrapper .product-comparison table tr th.image,
.comparison-wrapper .product-comparison table tr td.image {
  padding: 10px;
  background-color: white;
}
.comparison-wrapper .product-comparison table tr th.image .img,
.comparison-wrapper .product-comparison table tr td.image .img {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  aspect-ratio: 1.77777778;
}
.comparison-wrapper .product-comparison table tr th.image img,
.comparison-wrapper .product-comparison table tr td.image img {
  vertical-align: middle;
}
.comparison-wrapper .product-comparison table tr th.mobile-hidden,
.comparison-wrapper .product-comparison table tr td.mobile-hidden {
  display: none;
}
@media (min-width: 768px) {
  .comparison-wrapper .product-comparison table tr th .mobile-shown,
  .comparison-wrapper .product-comparison table tr td .mobile-shown {
    display: none;
  }
  .comparison-wrapper .product-comparison table tr th.mobile-hidden,
  .comparison-wrapper .product-comparison table tr td.mobile-hidden {
    display: table-cell;
  }
}
.comparison-wrapper .product-comparison table tr th {
  position: sticky;
  left: 0;
  top: 0;
}
.comparison-wrapper .product-comparison table tr.head {
  color: white;
}
.comparison-wrapper .product-comparison table tr.head .head-cell {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: bold;
}
.comparison-wrapper .product-comparison table tr.head .head-cell a {
  color: inherit;
}
.comparison-wrapper .product-comparison table tr.even th,
.comparison-wrapper .product-comparison table tr.even td {
  background-color: white;
}
.comparison-wrapper .product-comparison table tr.odd th,
.comparison-wrapper .product-comparison table tr.odd td {
  background-color: #e5e5e5;
}
.comparison-wrapper .product-comparison table tr.expand-info {
  display: none;
}
.comparison-wrapper .slider-arrow {
  z-index: 100;
}
@media screen and (max-width: 991px), (min-width: 1200px) {
  .comparison-wrapper .slider-arrow.arrow-left {
    left: -50px;
  }
  .comparison-wrapper .slider-arrow.arrow-right {
    right: -50px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .comparison-wrapper .slider-arrow {
    opacity: 0.5;
  }
}
.comparison-wrapper .slider-arrow.hidden {
  display: none;
}
.comparison-wrapper .show-more {
  width: 100%;
  text-align: center;
  background-color: rgba(153, 153, 153, 0.5);
  color: #fff;
  border: 1px solid #d9d9d9;
  padding: 0.5rem;
}
.article-content {
  display: flex;
  flex-direction: column;
}
.article-content .paragraph {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .article-content .paragraph {
    display: flex;
    flex-direction: column;
  }
}
.article-content .paragraph:last-child {
  margin-bottom: 0;
}
.article-content .paragraph.editable {
  cursor: pointer;
  border: 1px solid transparent;
}
.article-content .paragraph.editable:hover {
  border: 1px solid #333333;
}
.article-content .paragraph.editable .paragraphType-video .paragraph-video {
  margin: 0.7rem 0;
}
.article-content .paragraph h1.headline {
  font-size: 1.6rem;
}
.article-content .paragraph .headline,
.article-content .paragraph .subheadline {
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-transform: none;
  font-weight: bold;
}
.article-content .paragraph .headline:not(:first-child),
.article-content .paragraph .subheadline:not(:first-child) {
  margin-top: 0.5rem;
}
.article-content .paragraph.show-as-insertion {
  align-self: center;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-left: 0.5rem;
  border-left: 5px #e1001b solid;
  color: #999999;
  font-style: italic;
}
@media (min-width: 576px) {
  .article-content .paragraph.show-as-insertion {
    margin-left: initial;
    margin-right: initial;
    max-width: 62%;
  }
}
.article-content .paragraph .paragraph-content .paragraph-text .cmswysiwyg {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}
.article-content .paragraph .paragraph-content .paragraph-text .cmswysiwyg p {
  padding: 0 !important;
  margin-top: 0;
  margin-bottom: 0.5rem !important;
}
.article-content .paragraph .paragraph-content .paragraph-text .cmswysiwyg p:last-of-type {
  margin-bottom: 0 !important;
}
.article-content .paragraph .paragraph-content .paragraph-text .cmswysiwyg .cleardiv {
  display: none;
}
.article-content .paragraph .paragraph-content .paragraph-text ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}
.article-content .paragraph .paragraph-content .paragraph-text ul li {
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
}
.article-content .paragraph .paragraph-content .paragraph-text ul li:before {
  content: "\25A0";
  color: #e1001b;
  font-weight: bold;
  display: inline-block;
  width: 1.5rem;
  margin-left: -1.5rem;
}
.article-content .paragraph .paragraph-content .image-description {
  margin-top: 0.5rem;
  font-size: 0.75rem;
}
.article-content .paragraph .paragraph-content .image-description .title {
  font-weight: bold;
}
.article-content .paragraph .paragraph-content .paragraph-image .image-wrapper {
  position: relative;
}
.article-content .paragraph .paragraph-content .paragraph-image img {
  width: 100%;
}
.article-content .paragraph .paragraph-content .paragraph-image.active img {
  filter: none;
}
.article-content .paragraph .paragraph-content .multiple-images {
  margin-top: 1rem;
  margin-left: -7px;
  margin-right: -7px;
}
.article-content .paragraph .paragraph-content .multiple-images .paragraph-image {
  cursor: pointer;
}
.article-content .paragraph .paragraph-content .multiple-images .paragraph-image .lighten-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.4);
}
.article-content .paragraph .paragraph-content .multiple-images .paragraph-image:hover .lighten-overlay,
.article-content .paragraph .paragraph-content .multiple-images .paragraph-image.active .lighten-overlay {
  background-color: transparent;
}
.article-content .paragraph .paragraph-content .multiple-images .teaser {
  width: calc((100% -  42px ) / 3);
  flex-direction: row;
  align-items: center;
  margin-left: 7px;
  margin-right: 7px;
}
.article-content .paragraph .paragraph-content .multiple-images .teaser .image-description {
  display: none;
}
.article-content .paragraph .paragraph-content .reference {
  margin-top: 1rem;
  font-size: 0.75rem;
  text-align: right;
}
.article-content .paragraph .simple-link {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.article-content .paragraph .simple-link:last-child {
  margin-bottom: 0;
}
.article-content .paragraph .simple-link a {
  display: flex;
  align-items: center;
}
.article-content .paragraph .simple-link .icon {
  color: #e1001b;
  margin-left: 0.5rem;
}
.article-content.on-homepage .paragraph,
.article-content.on-homepage .card {
  margin-bottom: calc(14px);
}
.article-content .paragraphType-standard .paragraph-image,
.article-content .paragraphType-question .paragraph-image {
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .article-content .paragraphType-standard,
  .article-content .paragraphType-question {
    display: flex;
    justify-content: space-between;
  }
  .article-content .paragraphType-standard .paragraph-image,
  .article-content .paragraphType-question .paragraph-image {
    margin-bottom: 0;
    padding-right: 1rem;
  }
  .article-content .paragraphType-standard .paragraph-image.floating,
  .article-content .paragraphType-question .paragraph-image.floating {
    float: left;
    width: 50%;
    padding-bottom: 1rem;
  }
  .article-content .paragraphType-standard .paragraph-image.width-50,
  .article-content .paragraphType-question .paragraph-image.width-50 {
    flex-shrink: 0;
    width: 50%;
  }
  .article-content .paragraphType-standard .paragraph-image.width-33,
  .article-content .paragraphType-question .paragraph-image.width-33 {
    flex-shrink: 0;
    width: 33.3%;
  }
  .article-content .paragraphType-standard .paragraph-text,
  .article-content .paragraphType-question .paragraph-text {
    padding-left: 1rem;
    padding-top: 0;
  }
  .article-content .paragraphType-standard .paragraph-text:first-child,
  .article-content .paragraphType-question .paragraph-text:first-child {
    padding-left: 0;
  }
}
.article-content .paragraphType-standard a,
.article-content .paragraphType-question a,
.article-content .paragraphType-video a {
  color: #e1001b;
}
.article-content .paragraphType-standard a:hover,
.article-content .paragraphType-question a:hover,
.article-content .paragraphType-video a:hover {
  color: #ae0015;
}
.article-content .paragraphType-standard .simple-link a,
.article-content .paragraphType-question .simple-link a,
.article-content .paragraphType-video .simple-link a {
  color: #333333;
}
@media (min-width: 576px) {
  .article-content .paragraphType-question {
    display: block;
  }
}
.article-content .paragraphType-video .video-consent-warning {
  box-shadow: 0 0 1em rgba(10, 10, 10, 0.15);
  padding: 1rem;
  margin: 1rem 0;
}
.article-content .paragraphType-video .paragraph-video-iframe {
  width: 100%;
  aspect-ratio: 1.77777778;
  border: none;
}
.article-content .paragraph .paragraph-editable-title {
  border: 1px solid #e1001b;
}
.article-content .text-pairs .one-pair {
  padding: 1rem;
}
@media (min-width: 768px) {
  .article-content .text-pairs .one-pair > div {
    width: 50%;
  }
  .article-content .text-pairs .one-pair > div.pair-value {
    padding-left: 1rem;
  }
}
.article-content .text-pairs .one-pair:nth-child(odd) {
  background-color: #f2f2f2;
}
.article-content .card {
  margin-bottom: 2rem;
}
.article-content .paragraph-table {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 -7px;
}
.article-content .paragraph-table .column {
  margin: 0 7px;
  flex: 1 0 0;
}
.article-content .paragraph-table .column:first-child .cell {
  color: #333333;
  background-color: transparent;
  font-weight: bold;
}
.article-content .paragraph-table .column:not(:first-child) {
  text-align: center;
}
.article-content .paragraph-table .cell {
  padding: 0.3rem;
  text-align: inherit;
}
.article-content .paragraph-table .cell:nth-child(even) {
  background-color: #f2f2f2;
}
.article-content .paragraph-table .cell:first-child {
  color: #ffffff;
  background-color: #999999;
}
.article-content.articleType-search-note {
  margin-bottom: 3rem;
  border: 3px solid #e5e5e5;
  padding: 2rem 0;
}
.card .paragraph.article-width {
  width: 100%;
}
.related-articles,
.related-products {
  display: flex;
  overflow: hidden;
}
.related-articles .one-related,
.related-products .one-related {
  width: 250px;
  display: block;
  margin-right: 10px;
  box-sizing: border-box;
}
.related-articles .one-related:last-of-type,
.related-products .one-related:last-of-type {
  margin-right: 0;
}
.related-articles .one-related .related-image,
.related-products .one-related .related-image {
  display: block;
  width: 100%;
  bottom: 0;
}
.highlightedTeaser {
  margin-top: 30px;
}
.slider-container {
  position: relative;
  width: 100%;
}
.slider-container .slider-sub-container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.slider-container .slider-sub-container::-webkit-scrollbar {
  display: none;
}
.slider-container .slider-sub-container .slider-item {
  margin-left: 0;
  margin-right: 14px;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 100%;
  scroll-snap-align: start;
}
.slider-container .slider-sub-container .slider-item:last-of-type {
  margin-right: 0;
}
@media (min-width: 768px) {
  .slider-container .slider-sub-container .slider-item {
    width: calc((100% -  14px ) / 2);
    min-width: calc((100% -  14px ) / 2);
  }
}
@media (min-width: 992px) {
  .slider-container .slider-sub-container .slider-item {
    width: calc((100% -  28px ) / 3);
    min-width: calc((100% -  28px ) / 3);
  }
}
.slider-container .slider-sub-container .slider-item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.slider-container .slider-sub-container .slider-content {
  background-color: #f2f2f2;
  padding: 0.7rem;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .slider-container .slider-sub-container .slider-content {
    padding: 1rem;
  }
}
.slider-container .slider-sub-container .slider-content .teaser-headline {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 1rem;
}
.slider-container .slider-sub-container .slider-content .headline {
  line-height: 1.2;
  max-height: 2.4em;
  overflow: hidden;
}
.slider-container .slider-sub-container .slider-content .description-wrapper {
  flex: 1 1 auto;
}
.slider-container .slider-sub-container .slider-content .description-text {
  height: calc(4.8em);
  text-overflow: ellipsis;
  overflow: hidden;
}
.slider-container .slider-sub-container .slider-content .more-infos {
  line-height: initial;
}
.slider-container.no-slider .slider-arrow,
.lightbox-content.no-slider .slider-arrow {
  display: none;
}
.guide-image-slider.slider-container .slider-item {
  width: initial;
  min-width: initial;
}
.overlayHideScroll {
  overflow: hidden;
}
.colorPickerSmall {
  transition: 1s;
}
.colorPickerWrapper {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.colorPickerWrapper .header {
  grid-column-start: 1;
  grid-column-end: span col3-end;
  grid-row-start: 1;
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 5px;
}
.colorPickerWrapper .header .card-icon {
  background-image: url("/bundles/esonocolorpicker/images/color_picker.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
}
.colorPickerWrapper .favoritesList,
.colorPickerWrapper .completeList {
  display: none !important;
}
.colorPickerWrapper .favoritesList.show,
.colorPickerWrapper .completeList.show {
  display: grid !important;
}
.colorPickerWrapper .favoriteColorListSlider.show,
.colorPickerWrapper .colorListSlider.show {
  display: flex !important;
}
.colorPickerWrapper .additionalColorOptionsStart {
  display: block;
}
.colorPickerWrapper .additionalColorOptionsEnd {
  display: none;
}
.favoriteIcon {
  background-image: url("/bundles/esonocolorpicker/images/star.png");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  display: inline-block;
}
.favoriteIcon.filled {
  background-image: url("/bundles/esonocolorpicker/images/star_filled.png");
}
.favorite .favoriteIcon {
  background-image: url("/bundles/esonocolorpicker/images/star_filled.png");
}
.card.open .productColorPickerContainer {
  display: grid !important;
}
.productColorPickerContainer {
  grid-template-columns: 45px auto;
  grid-template-rows: auto minmax(200px, 950px);
  padding-left: 0 !important;
  padding-right: 0 !important;
  grid-template-areas: "colorSearch colorSearch" "colorBundles colorList";
}
.productColorPickerContainer > div {
  padding: 0;
}
.productColorPickerContainer .colorBundles {
  grid-area: colorBundles;
  border-bottom: none;
  border-right: 3px solid rgba(220, 220, 220, 0.66);
}
.productColorPickerContainer .colorBundle {
  text-align: center;
  padding: 10px 0 0 0;
}
.productColorPickerContainer .colorBundle .favoriteIcon {
  width: 35px;
  height: 29px;
}
.productColorPickerContainer .searchOption {
  height: 28px;
  cursor: pointer;
}
.productColorPickerContainer .searchOption i {
  font-size: 25px;
  height: 100%;
  display: inline-block;
}
.productColorPickerContainer .colorSearch {
  grid-area: colorSearch;
  display: none;
  flex-direction: row;
  justify-content: end;
  padding: 0;
  margin: 15px;
}
.productColorPickerContainer .colorSearch.active {
  display: flex;
}
.productColorPickerContainer .colorSearch form {
  max-width: initial;
  width: 100%;
}
.productColorPickerContainer .colorSearch form > * {
  margin-bottom: 0;
}
.productColorPickerContainer .dot {
  height: 27px;
  width: 27px;
  border-radius: 50%;
  display: inline-block;
}
.productColorPickerContainer .colorBundlesColors,
.productColorPickerContainer .colorBundlesFavoriteColors {
  max-height: 100%;
  overflow-y: auto;
  margin-right: 0;
  display: grid;
  grid-template-columns: repeat(1fr);
  gap: 5px;
  padding: 5px;
  align-content: start;
  grid-area: colorList;
}
.productColorPickerContainer .colorBundlesColors.overlayHideScroll,
.productColorPickerContainer .colorBundlesFavoriteColors.overlayHideScroll {
  overflow: hidden;
}
.productColorPickerContainer .colorBundlesColors .color,
.productColorPickerContainer .colorBundlesFavoriteColors .color {
  content-visibility: auto;
  height: 57px;
  cursor: pointer;
}
.productColorPickerContainer .colorBundlesColors .color .favoriteIcon,
.productColorPickerContainer .colorBundlesFavoriteColors .color .favoriteIcon {
  width: 23px;
  height: 18px;
  float: right;
  position: relative;
  right: 10px;
  top: 18px;
}
.productColorPickerContainer .colorBundlesColors .color span,
.productColorPickerContainer .colorBundlesFavoriteColors .color span {
  display: block;
  border-radius: 0.5em;
  text-align: left;
  line-height: 57px;
  font-size: 14px;
  padding-left: 10px;
}
.productColorPickerContainer .colorBundlesColors .color:hover,
.productColorPickerContainer .colorBundlesFavoriteColors .color:hover {
  position: relative;
  padding: 0;
}
.productColorPickerContainer .colorBundlesColors .color:hover .favoriteIcon,
.productColorPickerContainer .colorBundlesFavoriteColors .color:hover .favoriteIcon {
  top: 24px;
}
.productColorPickerContainer .colorBundlesColors .color:hover > span,
.productColorPickerContainer .colorBundlesFavoriteColors .color:hover > span {
  scale: 1.02;
  position: absolute;
  top: -10px;
  line-height: 70px;
  font-weight: bold;
  width: 100%;
  border: 5px solid #FFF;
  border-radius: 1em;
}
@media (min-width: 992px) {
  .productColorPickerContainer {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "colorBundles" "colorSearch" "colorList";
  }
  .productColorPickerContainer .colorBundles {
    display: grid;
    justify-content: center;
    align-content: center;
    gap: 10px;
    grid-auto-flow: column;
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: 3px solid rgba(220, 220, 220, 0.66);
    border-right: none;
    position: sticky;
    top: 0;
    background-color: #FFF;
    z-index: 1;
  }
  .productColorPickerContainer .colorBundles .additionalColorOptionsStart {
    display: none;
  }
  .productColorPickerContainer .colorBundles .additionalColorOptionsEnd {
    display: block;
  }
  .productColorPickerContainer .colorSearch form {
    max-width: 400px;
    width: initial;
  }
  .productColorPickerContainer .colorBundlesColors,
  .productColorPickerContainer .colorBundlesFavoriteColors {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
  .productColorPickerContainer .colorBundlesColors.overlayHideScroll,
  .productColorPickerContainer .colorBundlesFavoriteColors.overlayHideScroll {
    overflow: hidden;
  }
}
.color-popup-back {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.productColorPickerOverlayContainer {
  position: fixed;
  background-color: #FFFFFF;
  width: 100%;
  height: calc(100% - 42px);
  top: 42px;
  left: 0;
  z-index: 7001;
  visibility: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .productColorPickerOverlayContainer {
    flex-direction: row;
    box-shadow: 0 0 70px 20px rgba(220, 220, 220, 0.66);
    -webkit-box-shadow: 0 0 70px 20px rgba(220, 220, 220, 0.66);
    -moz-box-shadow: 0 0 70px 20px rgba(220, 220, 220, 0.66);
  }
}
.productColorPickerOverlayContainer .close {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 5040;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productColorPickerOverlayContainer .close i {
  font-size: 24px;
}
.productColorPickerOverlayContainer .colorInfo {
  bottom: 15px;
  left: 30px;
  width: calc(100% - 30px);
  position: absolute;
  font-size: 15px;
}
.productColorPickerOverlayContainer .colorOptions {
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  flex: 0;
  min-width: 340px;
}
.productColorPickerOverlayContainer .colorOptions > .option ~ .option {
  margin-top: 0;
}
.productColorPickerOverlayContainer .colorOptions .upper {
  flex: 1 1 auto;
}
.productColorPickerOverlayContainer .colorOptions .products-button,
.productColorPickerOverlayContainer .colorOptions .color-purchase-button {
  width: fit-content;
  white-space: nowrap;
}
.productColorPickerOverlayContainer .colorOptions .m-3 {
  margin: 1rem;
}
.productColorPickerOverlayContainer .colorOptions .color-purchase-button {
  padding: 5px 16px;
}
.productColorPickerOverlayContainer .colorOptions .color-purchase-button .icon-cart {
  font-size: 1rem;
}
.productColorPickerOverlayContainer .colorOptions .bottom .option {
  line-height: 24px;
}
.productColorPickerOverlayContainer .colorOptions .option {
  line-height: 50px;
  margin: 0 1rem;
  font-size: 13px;
}
.productColorPickerOverlayContainer .colorOptions .option + .option {
  border-top: 1px solid #F2F2F2;
}
@media (max-height: 500px) {
  .productColorPickerOverlayContainer .colorOptions .product-variants {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .productColorPickerOverlayContainer .colorOptions .product-variants label {
    margin-right: 1rem;
    margin-bottom: 0;
  }
  .productColorPickerOverlayContainer .colorOptions .product-variants .select-wrapper {
    flex: 1 1 auto;
  }
  .productColorPickerOverlayContainer .colorOptions .bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.productColorPickerOverlayContainer .colorOptions .white-warning i {
  color: #e1001b;
  margin-right: 0.5rem;
}
.productColorPickerOverlayContainer .arrow {
  display: inline-block;
  padding: 3px;
  width: 30px;
  height: 30px;
  background-image: url("/bundles/esonocolorpicker/images/burgerMenu.png");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
}
.productColorPickerOverlayContainer .favoriteIcon {
  width: 35px;
  height: 29px;
}
.productColorPickerOverlayContainer .colorListSliderParent {
  flex: 1 0 0;
  position: relative;
}
@media (min-width: 992px) {
  .productColorPickerOverlayContainer .colorListSliderParent {
    width: calc(100% - 340px);
  }
}
.productColorPickerOverlayContainer .colorListSliderParent .colorListSlider,
.productColorPickerOverlayContainer .colorListSliderParent .favoriteColorListSlider {
  overflow: clip;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  background-attachment: fixed;
}
.productColorPickerOverlayContainer .colorListSliderParent .colorListSlider::-webkit-scrollbar,
.productColorPickerOverlayContainer .colorListSliderParent .favoriteColorListSlider::-webkit-scrollbar {
  display: none;
}
.productColorPickerOverlayContainer .colorListSliderParent .colorListSlider .color,
.productColorPickerOverlayContainer .colorListSliderParent .favoriteColorListSlider .color {
  content-visibility: auto;
  position: relative;
  width: calc(100% - 60px);
  min-width: calc(100% - 60px);
  height: 100%;
  scroll-snap-align: center;
}
.productColorPickerOverlayContainer .colorListSliderParent .colorListSlider .color:last-child,
.productColorPickerOverlayContainer .colorListSliderParent .favoriteColorListSlider .color:last-child,
.productColorPickerOverlayContainer .colorListSliderParent .colorListSlider .color:first-child,
.productColorPickerOverlayContainer .colorListSliderParent .favoriteColorListSlider .color:first-child {
  width: calc(100% - 30px);
  min-width: calc(100% - 30px);
}
.productColorPickerOverlayContainer .colorListSliderParent .colorListSlider .color:first-of-type,
.productColorPickerOverlayContainer .colorListSliderParent .favoriteColorListSlider .color:first-of-type {
  padding-left: 30px;
}
.productColorPickerOverlayContainer .colorListSliderParent .colorListSlider .tmpColorOverlay,
.productColorPickerOverlayContainer .colorListSliderParent .favoriteColorListSlider .tmpColorOverlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
  min-width: 100%;
}
.productColorPickerOverlayContainer .colorListSliderParent .colorListSlider .tmpColorOverlay .colorInfo,
.productColorPickerOverlayContainer .colorListSliderParent .favoriteColorListSlider .tmpColorOverlay .colorInfo {
  left: 45px;
}
.productColorPickerOverlayContainer .colorListSliderParent .sliderNav {
  position: absolute;
  height: 100%;
  width: 30px;
  cursor: pointer;
  top: 0;
  align-content: center;
  display: grid;
  text-align: center;
  font-size: 82px;
}
.productColorPickerOverlayContainer .colorListSliderParent .sliderNav.left {
  left: 0;
}
.productColorPickerOverlayContainer .colorListSliderParent .sliderNav.right {
  right: 0;
}
@media (min-width: 992px) {
  .productColorPickerOverlayContainer {
    position: absolute;
    width: 95%;
    top: 30px;
    height: 600px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-radius: 8px;
  }
  .productColorPickerOverlayContainer .colorInfo {
    font-size: 19px;
  }
  .productColorPickerOverlayContainer .colorOptions.closed {
    box-shadow: inherit;
  }
  .productColorPickerOverlayContainer .colorOptions .option {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .overlayHideScroll {
    overflow: scroll;
  }
}
.detailColorList {
  margin-bottom: 2rem;
}
.detailColorList .detailColor {
  border-radius: 4px;
  padding: 35px 20px 35px 20px;
  display: grid;
  grid-template-columns: fit-content(50%) 1fr;
  column-gap: 10px;
  grid-template-rows: auto;
  grid-template-areas: "collection number" "card-favourite card-favourite" "cnr cnr" "tsr tsr" "hbw hbw" "back back";
}
.detailColorList .detailColor .back {
  grid-area: back;
  font-size: 16px;
  margin-top: 15px;
}
.detailColorList .detailColor .back a {
  color: inherit;
}
.detailColorList .detailColor .back i {
  font-size: 11px;
  padding-right: 5px;
}
.detailColorList .detailColor .collection {
  grid-area: collection;
}
.detailColorList .detailColor .number {
  grid-area: number;
  margin-bottom: 10px;
}
.detailColorList .detailColor .tsr {
  grid-area: tsr;
  font-size: 13px;
}
.detailColorList .detailColor .hbw {
  grid-area: hbw;
  font-size: 13px;
}
.detailColorList .detailColor .card-favourite {
  grid-area: card-favourite;
  font-size: 13px;
}
.detailColorList .detailColor .cnr {
  grid-area: cnr;
  font-size: 13px;
}
@media (min-width: 992px) {
  .detailColorList .detailColor {
    padding: 50px;
  }
  .detailColorList .detailColor .number {
    margin-bottom: 20px;
  }
  .detailColorList .detailColor .back {
    margin-top: 25px;
  }
  .detailColorList .detailColor .tsr {
    font-size: 14px;
  }
  .detailColorList .detailColor .hbw {
    font-size: 14px;
  }
  .detailColorList .detailColor .number,
  .detailColorList .detailColor .collection {
    font-size: 23px;
  }
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 20px;
  margin: 0 5px;
  top: -1px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.knob {
  position: absolute;
  cursor: pointer;
  background-color: #FFF;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e1001b;
  -webkit-transition: .4s;
  transition: .4s;
}
.knob:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 16px;
  bottom: -1px;
  background-color: #e1001b;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .knob:before {
  -webkit-transform: translateX(-16px);
  -ms-transform: translateX(-16px);
  transform: translateX(-16px);
}
/* Rounded sliders */
.knob.round {
  border-radius: 34px;
}
.knob.round:before {
  border-radius: 50%;
}
/* BS that matti did */
.button {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 0.7rem;
  font-weight: bold;
  border: none;
  border-radius: 3px;
  display: flex;
  height: 50px;
  align-items: center;
}
.button-with-icon-white {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.button-with-icon-white [class^="icon-"],
.button-with-icon-white [class*=" icon-"] {
  width: 1em;
  margin-right: 0.7rem;
  color: #ffffff;
  font-size: 1.5rem;
}
.button-orange {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 0.7rem;
  font-weight: bold;
  border: none;
  border-radius: 3px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #ffffff;
  background: #ff9e20;
}
.button-orange [class^="icon-"],
.button-orange [class*=" icon-"] {
  width: 1em;
  margin-right: 0.7rem;
  color: #ffffff;
  font-size: 1.5rem;
}
.quantityCalculator {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .quantityCalculator {
    height: 100%;
    justify-content: end;
  }
}
.card.calculatorContainer .card-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.card.calculatorContainer .quantity-variant-selection {
  display: flex;
  margin-bottom: 1rem;
}
.card.calculatorContainer .quantity-variant-selection > * {
  width: 100%;
}
.card.calculatorContainer .quantity-variant-selection .product-variants {
  margin-top: 0;
}
.card.calculatorContainer .quantity-variant-selection .select-wrapper {
  max-width: 334px;
}
.card.calculatorContainer .fieldInfo {
  font-size: 0.75rem;
  font-weight: bold;
  margin-top: 20px;
}
.card.calculatorContainer .calculator {
  background-color: #f2f2f2;
  padding: 10px;
  margin-top: 20px;
}
.card.calculatorContainer .calculator form > div > div {
  display: grid;
  grid-template-columns: 40% 40% 15%;
  align-items: center;
  column-gap: 2.5%;
  margin-bottom: 10px;
}
.card.calculatorContainer .calculator form select {
  font-size: 14px;
  padding-left: 3px;
  padding-right: 3px;
  min-width: unset;
}
.card.calculatorContainer .calculator form .range {
  position: relative;
  top: 8px;
  width: 100%;
  display: grid;
  column-gap: 7px;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto;
  grid-template-areas: "value value value" "min   slider max";
}
.card.calculatorContainer .calculator form .range .rangeValue {
  grid-area: value;
  text-align: center;
}
.card.calculatorContainer .calculator form .range .min {
  grid-area: min;
  font-size: 14px;
}
.card.calculatorContainer .calculator form .range .max {
  grid-area: max;
  font-size: 14px;
}
.card.calculatorContainer .calculator form .range input {
  grid-area: slider;
  width: inherit;
  position: relative;
  top: -8px;
}
.card.calculatorContainer .calculator form label {
  font-weight: bold;
}
.card.calculatorContainer .calculator form input {
  border: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: right;
}
.card.calculatorContainer .calculator form .form--help {
  text-align: left;
}
.card.calculatorContainer .calculator form button {
  width: 100%;
  text-align: center;
}
.card.calculatorContainer .calculator form .errors {
  display: block;
  color: #e1001b;
  text-align: center;
}
.card.calculatorContainer .calculator form .buttonContainer {
  margin-bottom: 0;
}
.card.calculatorContainer .info {
  margin-bottom: 0;
}
.card.calculatorContainer .calculatorResult {
  text-align: right;
  margin-top: 15px;
}
.card.calculatorContainer .calculatorResult > span {
  font-weight: bold;
  margin-bottom: 5px;
}
.card.calculatorContainer .calculatorResult .calculatorResultValue {
  color: #e1001b;
  font-weight: bold;
}
@media (min-width: 768px) {
  .card.calculatorContainer .quantity-variant-selection > * {
    flex: 1 1 auto;
  }
  .card.calculatorContainer .calculatorInner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .card.calculatorContainer .calculator {
    margin-top: 0;
  }
  .card.calculatorContainer .info {
    padding-right: 15px;
  }
  .card.calculatorContainer .fieldInfo {
    margin-top: 30px;
  }
  .card.calculatorContainer .fieldInfo > div {
    margin-top: 10px;
  }
  .card.calculatorContainer .fieldInfo > div:first-child {
    margin-top: 0;
  }
}
.general-search .search-row {
  margin-bottom: 2rem;
}
.general-search .search-row.info-text {
  padding: 0.7rem;
  background-color: #f2f2f2;
}
.general-search .search-query .search-result-report {
  font-size: 1.25rem;
  font-weight: bold;
}
.general-search .filters {
  max-width: 400px;
}
.general-search .search-results-page-selection ul {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 1.5rem 0;
}
.general-search .search-results-page-selection ul li {
  margin: 0.75rem;
}
.general-search .search-results-page-selection ul li a,
.general-search .search-results-page-selection ul li span {
  font-weight: normal;
  padding: 0.5rem 0.75rem;
}
.general-search .search-results-page-selection ul li a {
  border: 1px solid #e5e5e5;
  background-color: #f2f2f2;
}
.general-search .search-results-page-selection ul li.active a {
  background-color: #999999;
  color: #ffffff;
  font-weight: bold;
}
.products-list-wrapper {
  margin: 1rem 0 4rem 0;
}
.products-list-wrapper .products-list-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.products-list-wrapper .products-list-header .products-list-header-item {
  margin-bottom: 1rem;
}
.products-list-wrapper .products-list-header .products-list-header-item.products-list-information * {
  padding: 0 3px;
}
.products-list-wrapper .products-list-paging {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  margin: 0 -5px;
}
.products-list-wrapper .products-list-paging > * {
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-list-wrapper .products-list-paging .page-item {
  padding: 0.4rem 0.7rem;
  width: 2.1rem;
  background-color: #e5e5e5;
}
.products-list-wrapper .products-list-paging .page-item.active {
  background-color: #e1001b;
  color: #ffffff;
  font-weight: bold;
}
.products-list-wrapper .products-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.products-list-wrapper .products-list .product-item {
  padding: 15px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 50%;
}
@media (min-width: 576px) {
  .products-list-wrapper .products-list .product-item {
    width: 33.3%;
  }
}
@media (min-width: 768px) {
  .products-list-wrapper .products-list .product-item {
    width: 25%;
  }
}
.products-list-wrapper .products-list .product-item .product {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.products-list-wrapper .products-list .product-item .product-image {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}
.products-list-wrapper .products-list .product-item .product-image img {
  align-self: center;
  max-width: 100%;
}
.products-list-wrapper .products-list .product-item .product-text {
  height: 3.9rem;
  padding-top: 1rem;
  text-align: center;
}
.products-list-wrapper .products-list .product-item .product-text * {
  font-weight: bold;
}
.baumit-product-color-sample-note {
  margin-top: 1rem;
  font-size: 0.75rem;
}
.baumit-product-color-sample-note .external {
  color: #e1001b;
}
@media (min-width: 768px) {
  .baumit-product-color-sample-note {
    display: flex;
    align-items: flex-end;
  }
}
.product-detail-wrapper .right-col {
  margin-top: 1rem;
}
.product-detail-wrapper .right-col.hornbach-buttons {
  margin-top: 0;
}
@media (min-width: 768px) {
  .product-detail-wrapper {
    display: flex;
    flex-direction: column;
  }
  .product-detail-wrapper .right-col {
    margin-top: 0;
  }
}
.product-detail-wrapper .button {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 0.7rem;
  font-weight: bold;
  border: none;
  border-radius: 3px;
  display: flex;
  height: 50px;
  align-items: center;
}
.product-detail-wrapper .button-with-icon-white {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product-detail-wrapper .button-with-icon-white [class^="icon-"],
.product-detail-wrapper .button-with-icon-white [class*=" icon-"] {
  width: 1em;
  margin-right: 0.7rem;
  color: #ffffff;
  font-size: 1.5rem;
}
.product-detail-wrapper .button-orange {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 0.7rem;
  font-weight: bold;
  border: none;
  border-radius: 3px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #ffffff;
  background: #ff9e20;
}
.product-detail-wrapper .button-orange [class^="icon-"],
.product-detail-wrapper .button-orange [class*=" icon-"] {
  width: 1em;
  margin-right: 0.7rem;
  color: #ffffff;
  font-size: 1.5rem;
}
.product-detail-wrapper .button-grey {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0 0.7rem;
  font-weight: bold;
  border: none;
  border-radius: 3px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #ffffff;
  background: #999999;
  cursor: pointer;
}
.product-detail-wrapper .button-grey [class^="icon-"],
.product-detail-wrapper .button-grey [class*=" icon-"] {
  width: 1em;
  margin-right: 0.7rem;
  color: #ffffff;
  font-size: 1.5rem;
}
.product-detail-wrapper .active-color {
  padding: 0.7rem;
  position: relative;
}
.product-detail-wrapper .active-color .remove-color-form {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.product-detail-wrapper .active-color .remove-color {
  padding: 0.7rem;
  cursor: pointer;
  border: none;
  background: none;
}
.product-detail-wrapper .square-list {
  margin-top: 1rem;
}
.product-detail-wrapper .square-list li {
  position: relative;
  list-style: none;
  margin-bottom: 0.7rem;
  margin-left: 0;
  padding-left: 1.5rem;
}
.product-detail-wrapper .square-list li:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #e1001b;
}
.product-detail-wrapper section {
  margin-top: 1.5rem;
}
.product-detail-wrapper .product-main-information {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product-detail-wrapper .product-main-information > div {
  width: 100%;
}
.product-detail-wrapper .product-main-information .wish-list {
  position: absolute;
  display: flex;
  justify-self: flex-end;
  justify-content: end;
}
.product-detail-wrapper .product-main-information .wish-list .wish-list-button,
.project-configurator .step .calculatorResultValue .wish-list-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.product-detail-wrapper .product-main-information .wish-list .wish-list-button.add-to-wishlist .is-not-contained,
.project-configurator .step .calculatorResultValue .wish-list-button.add-to-wishlist .is-not-contained {
  display: none;
}
.product-detail-wrapper .product-main-information .wish-list .wish-list-button.add-to-wishlist.icon-wishlist:before,
.project-configurator .step .calculatorResultValue .wish-list-button.add-to-wishlist.icon-wishlist:before {
  display: inline-block;
}
.product-detail-wrapper .product-main-information .wish-list .wish-list-button.add-to-wishlist:hover .is-not-contained,
.project-configurator .step .calculatorResultValue .wish-list-button.add-to-wishlist:hover .is-not-contained {
  display: inline;
}
.product-detail-wrapper .product-main-information .wish-list .wish-list-button.add-to-wishlist:hover .is-contained,
.project-configurator .step .calculatorResultValue .wish-list-button.add-to-wishlist:hover .is-contained {
  display: none;
}
.product-detail-wrapper .product-main-information .wish-list .wish-list-button.remove-from-wishlist .is-contained,
.project-configurator .step .calculatorResultValue .wish-list-button.remove-from-wishlist .is-contained {
  display: none;
}
.product-detail-wrapper .product-main-information .wish-list .wish-list-button.remove-from-wishlist.icon-wishlist:before,
.project-configurator .step .calculatorResultValue .wish-list-button.remove-from-wishlist.icon-wishlist:before {
  display: inline-block;
}
.product-detail-wrapper .product-main-information .wish-list .wish-list-button svg,
.project-configurator .step .calculatorResultValue .wish-list-button svg {
  width: 20px;
  fill: #e1001b;
}
.product-detail-wrapper .product-main-information .product-image-block {
  position: relative;
  display: grid;
}
.product-detail-wrapper .product-main-information .icon-clipboard {
  background-image: url(/assets/images/clipboard.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
}
.product-detail-wrapper .product-main-information .headline,
.product-detail-wrapper .product-main-information .product-rating {
  align-self: baseline;
}
.product-detail-wrapper .product-main-information .headline h1,
.product-detail-wrapper .product-main-information .product-rating h1 {
  margin-bottom: 0;
}
.product-detail-wrapper .product-main-information .rating-stars {
  position: relative;
  font-size: 0.9rem;
  font-weight: normal;
  white-space: nowrap;
}
.product-detail-wrapper .product-main-information .rating-stars .rating-headline {
  font-weight: bold;
  font-size: 0.8rem;
}
.product-detail-wrapper .product-main-information .rating-stars .rating-headline a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .product-detail-wrapper .product-main-information .rating-stars {
    text-align: end;
  }
}
.product-detail-wrapper .product-main-information .rating-stars .color-rating-star {
  color: #ff9e20;
}
.product-detail-wrapper .product-main-information .rating-stars .tooltip-link {
  cursor: pointer;
  font-weight: bold;
}
.product-detail-wrapper .product-main-information .rating-stars .tooltip-content {
  position: absolute;
  right: 0;
  top: 1.5rem;
  width: 100%;
  white-space: normal;
  font-weight: normal;
  font-size: 0.9rem;
  text-align: center;
  box-shadow: 0 1px 3px 0 #999999;
  padding: 0.5rem 1rem;
  background: #f2f2f2;
}
.product-detail-wrapper .product-main-information .rating-stars .tooltip-content.hidden {
  display: none;
}
.product-detail-wrapper .product-main-information .product-description,
.product-detail-wrapper .product-main-information .product-image-block {
  margin-top: 1rem;
}
.product-detail-wrapper .product-main-information .product-logos {
  margin-top: 1rem;
}
.product-detail-wrapper .product-main-information .product-logo {
  height: 60px;
  margin-left: 10px;
}
.product-detail-wrapper .product-main-information .product-logo:first-child {
  margin-left: 0;
}
.product-detail-wrapper .product-main-information .baumit-product-note {
  margin-top: 1rem;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .product-detail-wrapper .product-main-information .left-col,
  .product-detail-wrapper .product-main-information .right-col {
    width: 50%;
  }
  .product-detail-wrapper .product-main-information .left-col {
    padding-right: 30px;
  }
  .product-detail-wrapper .product-main-information .baumit-product-note {
    display: flex;
    align-items: flex-end;
  }
}
.product-detail-wrapper .product-main-information ul {
  margin-top: 1rem;
}
.product-detail-wrapper .product-main-information ul li,
.project-configurator .step .step-text li {
  position: relative;
  list-style: none;
  margin-bottom: 0.7rem;
  margin-left: 0;
  padding-left: 1.5rem;
}
.product-detail-wrapper .product-main-information ul li:before,
.project-configurator .step .step-text li:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #e1001b;
}
.product-detail-wrapper .product-main-information .product-images {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.product-detail-wrapper .product-main-information .product-images .main-image {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}
.product-detail-wrapper .product-main-information .product-images .main-image img {
  max-width: 100%;
  max-height: 300px;
}
.product-detail-wrapper .product-main-information .product-images .other-images {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  width: 80px;
}
.product-detail-wrapper .product-main-information .product-images .other-images img {
  max-width: 100%;
  margin-bottom: 10px;
}
.product-detail-wrapper .product-main-information .product-images .other-images img:last-child {
  margin-bottom: 0;
}
.product-detail-wrapper .product-main-information .slider-container {
  height: 80px;
  margin-top: 1rem;
}
.product-detail-wrapper .product-main-information .slider-container .one-related {
  text-align: center;
}
.product-detail-wrapper .hornbach-buttons {
  align-self: end;
}
.product-detail-wrapper .btn-block button,
.product-detail-wrapper .btn-block a,
.product-detail-wrapper .btn-block .order-text {
  margin-top: 1rem;
  width: 100%;
}
.product-detail-wrapper .btn-block .order-text {
  min-height: 50px;
}
.product-detail-wrapper .product-variants {
  margin-top: 1rem;
}
.product-detail-wrapper .product-variants label {
  display: block;
}
.product-detail-wrapper .product-variants label.show-hint::after {
  content: attr(data-hint);
  border: 1px solid #f2f2f2;
  display: inline-block;
  font-weight: normal;
  border-radius: 8px;
  padding: 5px;
  color: #e1001b;
  font-size: 18px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  animation: pop 0.6s ease-out;
}
@keyframes pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.product-detail-wrapper .product-variants option {
  color: #333333;
  font-size: 1.1rem;
}
.product-detail-wrapper .product-details .headline h2 {
  margin-bottom: 0;
}
.product-detail-wrapper .product-details .card .card-content.documents {
  padding-left: 0;
  padding-right: 0;
}
.product-detail-wrapper .product-details .card .product-variants {
  max-width: 334px;
  margin-top: 0;
  padding: 0.5rem 0;
}
.product-detail-wrapper .product-details .document a {
  padding: 0.7rem 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product-detail-wrapper .product-details .document a:hover {
  background-color: #f2f2f2;
}
.product-detail-wrapper .product-details .document-country {
  min-width: 1.25rem;
  height: 1rem;
}
.product-detail-wrapper .product-details .document-language {
  margin-left: 0.5rem;
}
.product-detail-wrapper .product-details .document-title {
  margin-left: 1rem;
}
.product-detail-wrapper .product-details .document-title > div {
  display: inline-flex;
}
.product-detail-wrapper .product-details .document-type {
  font-weight: bold;
}
.product-detail-wrapper .product-details .document-name {
  width: 100%;
}
@media (min-width: 768px) {
  .product-detail-wrapper .product-details .document-name {
    width: initial;
  }
}
.product-detail-wrapper .variant-color-selection {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.product-detail-wrapper .variant-color-selection .one-variant {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
}
.product-detail-wrapper .variant-color-selection .one-variant:first-child {
  margin-left: 0;
}
.product-detail-wrapper .variant-color-selection .slider-item {
  width: initial;
  min-width: initial;
}
.product-detail-wrapper .variant-color-selection .variant-image {
  width: 160px;
  height: 160px;
  object-fit: cover;
}
.product-detail-wrapper .variant-color-selection .variant-title {
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .product-detail-wrapper .lightbox-item:before {
    content: "";
  }
}
.product-detail-wrapper .gap-to-top {
  margin-top: 50px;
}
.shop-filter {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.shop-filter .card-content {
  padding: 1rem;
}
.shop-filter .filter-show-checkbox {
  display: none;
  justify-content: flex-start;
  align-items: center;
  margin-left: 1rem;
  cursor: pointer;
  width: 3.75rem;
  height: 1.5rem;
  background-color: #999999;
  border: 2px solid #999999;
  border-radius: 0.75rem;
}
.shop-filter .filter-show-checkbox.active {
  justify-content: flex-end;
  background-color: #e1001b;
}
.shop-filter .filter-show-checkbox .nupsi {
  background-color: #ffffff;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.75rem;
}
.shop-filter .shop-filter-content {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .shop-filter .shop-filter-content {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.shop-filter .shop-filter-content .reset-link {
  display: none;
  align-items: center;
  margin-left: 1rem;
}
.shop-filter .shop-filter-content .select-wrapper {
  max-width: initial;
}
.shop-filter .shop-filter-content .filter-item {
  width: 100%;
  margin-bottom: 0.7rem;
}
.shop-filter .shop-filter-content .filter-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .shop-filter .shop-filter-content .filter-item {
    width: 33.3%;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.shop-filter .shop-filter-content .filter-item .filter-header {
  display: flex;
  cursor: pointer;
}
.shop-filter .shop-filter-content .filter-item .filter-header .selected-option-text {
  color: #e1001b;
  font-size: 0.75rem;
  margin-left: 1rem;
  margin-right: 2.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop-filter .shop-filter-content .filter-item .filter-options {
  display: none;
  width: 100%;
  border-radius: 3px;
  padding: 0.7rem;
  background-color: #f2f2f2;
  border-top: 1px solid #ffffff;
}
.shop-filter .shop-filter-content .filter-item .filter-options ul {
  margin: 0;
}
.shop-filter .shop-filter-content .filter-item .filter-options ul li a {
  display: flex;
  width: 100%;
  padding: 0.5rem 0;
  white-space: nowrap;
}
.shop-filter .shop-filter-content .filter-item .filter-options ul li.active a {
  color: #e1001b;
}
.shop-filter .shop-filter-content .filter-item .filter-options ul li .option-text {
  flex: 1 1 auto;
}
.toggleMenuDiv .bookmarklet {
  padding-left: 15px;
}
.snippetPkgViewRendererMTPkgViewRendererSnippetGalleryGalleryWithNavigation .snippets .snippetListDivList .listItem {
  margin-bottom: 20px;
}
.snippetPkgViewRendererMTPkgViewRendererSnippetGalleryGalleryWithNavigation .snippets .snippetListDivList .listItem .itemName {
  margin-bottom: 10px;
  text-decoration: underline;
  color: #e1001b;
}
body.project-configurator-overlay-active {
  overflow: hidden;
}
.project-configurator-overlay {
  transition-duration: 1s;
  transition-property: background-color;
}
.project-configurator-overlay.open {
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7000;
  overflow-y: hidden;
  transition: none;
}
.project-configurator-overlay.open.opened .project-configurator {
  background-color: transparent;
}
.project-configurator-overlay.open .project-configurator {
  position: fixed;
  width: 90vw !important;
  height: unset !important;
  top: 2vh !important;
  left: 5vw !important;
  min-height: 96vh;
  background-color: unset;
}
.project-configurator-overlay.open .project-configurator .card {
  width: calc(98%);
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
}
.project-configurator-overlay.open .project-configurator .card .card-content {
  display: block;
}
.project-configurator-overlay.open .project-configurator .card .close {
  padding: 0 0.2rem;
}
.project-configurator {
  transition-duration: 1s;
  transition-property: width, left, top;
  min-height: 0;
  background: white;
  margin: 0;
}
.project-configurator .card.open .card-content {
  display: none;
}
.project-configurator .card.open .card-preselection {
  display: grid;
}
.project-configurator .step-button-list {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  row-gap: 1rem;
  box-shadow: 0 1px 9px 5px rgba(0, 0, 0, 0.05);
  justify-items: center;
}
.project-configurator .step-button-list .step-button {
  width: calc(min(100% - 1px, 40px));
  cursor: pointer;
  color: white;
  background-color: #999999;
  padding: 8px 0;
  text-align: center;
  font-weight: bold;
}
.project-configurator .step-button-list .step-button.active {
  background-color: #e1001b;
}
.project-configurator .step-button-list .step-button.active:hover {
  background-color: #ff485e;
}
.project-configurator .result {
  font-weight: bold;
}
.project-configurator .step-content {
  background-color: #f2f2f2;
  padding: 10px;
  align-items: center;
}
.project-configurator .step-content .input-container {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-direction: column;
}
.project-configurator .step-content .input-container > * {
  flex: 1;
}
.project-configurator .step-label {
  text-align: right;
}
.project-configurator .input-wrapper,
.project-configurator .select-wrapper,
.project-configurator .variant-select {
  position: relative;
}
.project-configurator .input-wrapper.invalid,
.project-configurator .select-wrapper.invalid,
.project-configurator .variant-select.invalid {
  border-color: #e1001b;
}
@keyframes wobble {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.project-configurator .input-wrapper.invalid::after,
.project-configurator .select-wrapper.invalid::after,
.project-configurator .variant-select.invalid::after {
  content: attr(data-error-message);
  position: absolute;
  bottom: -2.7rem;
  color: #e1001b;
}
.project-configurator .input-wrapper.invalid.wobbling::after,
.project-configurator .select-wrapper.invalid.wobbling::after,
.project-configurator .variant-select.invalid.wobbling::after {
  animation: wobble 0.35s ease-in-out;
}
.project-configurator .input-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.project-configurator .select-wrapper {
  display: flex;
}
.project-configurator .select-wrapper .select.variant-select {
  font-weight: normal;
  min-width: unset;
}
.project-configurator .input-value {
  max-width: 100px;
  text-align: right;
}
.project-configurator .steps {
  padding: 1rem 2rem;
  height: 80vh;
  overflow-y: auto;
}
.project-configurator .step {
  margin: 10px 0;
  display: none;
}
.project-configurator .step.show {
  display: block;
}
.project-configurator .step.introduction-step .welcome {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: bold;
  font-size: 28px;
}
.project-configurator .step.introduction-step .welcome svg {
  width: 150px;
  height: 150px;
  fill: #e1001b;
}
.project-configurator .step.introduction-step .introduction {
  margin-bottom: 1rem;
}
.project-configurator .step .project-title {
  font-size: 30px;
  font-weight: bold;
  margin: 0.1rem 0.1rem;
}
.project-configurator .step .step-title {
  background-color: #f2f2f2;
  padding: 5px;
  box-shadow: 4px 4px 4px 0 #7c6b6b;
  word-break: break-all;
}
.project-configurator .step .step-title::before {
  content: attr(data-step-number);
  font-weight: bold;
  padding: 0 5px;
}
.project-configurator .step .step-images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.project-configurator .step .step-images .step-image-container {
  flex-direction: column;
  display: flex;
  flex-grow: 1;
  gap: 1rem;
}
.project-configurator .step .step-images .step-image-container .step-image-text > p:first-child {
  margin: unset;
}
.project-configurator .step .step-no {
  border: 1px solid black;
  background-color: white;
  color: black;
  font-weight: bold;
  width: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 25px;
  margin-top: -4px;
}
.project-configurator .step .calculatorResultValue {
  display: flex;
  justify-content: end;
}
.project-configurator .step .calculatorResultValue .result .result-value {
  color: #e1001b;
  font-weight: bold;
}
.project-configurator .step .calculatorResultValue .result .result-product {
  display: inline;
  padding: 2px;
}
.project-configurator .step .calculatorResultValue svg {
  width: 20px;
  fill: #e1001b;
}
.project-configurator .step .variant-selection .variant-select {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.project-configurator .step .variant-selection .variant-option {
  cursor: pointer;
  display: flex;
  width: 180px;
  justify-content: center;
  background-color: #999999;
  color: #ffffff;
  font-weight: bold;
  padding: 5px;
}
.project-configurator .step .variant-selection .variant-option.active {
  background-color: #e1001b;
}
.project-configurator .step .variant-selection .two-parts {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.project-configurator .step .variant-selection .two-parts .part {
  margin: 1rem 0;
}
.project-configurator .step .variant-selection .two-parts .part .product-images {
  max-width: 300px;
  margin: 0 auto;
}
.project-configurator .step .variant-selection .two-parts .part .product-images img {
  width: 100%;
}
.project-configurator .step .variant-selection .product-name {
  font-weight: bold;
  margin-top: 1rem;
}
.project-configurator .step .variant-selection .product-attributes {
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.project-configurator .step .variant-selection .product-attributes .product-attribute-name {
  font-weight: bold;
}
.project-configurator .step .variant-selection .guide-image-slider .related-image {
  min-width: 100px;
}
.project-configurator .step .variant-selection .guide-image-slider .slider-arrow.arrow-small {
  top: calc(40%) !important;
}
.project-configurator .step .variant-selection .next-step:not(.active) {
  background-color: #999999;
}
.project-configurator .step .buttons {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.project-configurator .step .buttons button[disabled] {
  cursor: not-allowed;
}
.project-configurator .step .buttons .prev-step {
  background-color: #999999;
}
@media (min-width: 768px) {
  .project-configurator .step-button-list {
    padding: 10px;
  }
  .project-configurator .step .step-content .input-container {
    flex-direction: row;
    gap: 3rem;
  }
  .project-configurator .step .step-images {
    flex-direction: row;
    gap: 2rem;
  }
  .project-configurator .step .step-images.with-texts {
    flex-direction: column;
  }
  .project-configurator .step .step-images.with-texts .step-image-container {
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
  .project-configurator .step .step-images.with-texts .step-image {
    width: 100%;
  }
  .project-configurator .step .input-wrapper.invalid::after,
  .project-configurator .step .select-wrapper.invalid::after,
  .project-configurator .step .variant-select.invalid::after {
    bottom: -1.5rem;
  }
  .project-configurator .step .buttons {
    margin-top: 2rem;
    justify-content: space-between;
    gap: 3rem;
    flex-direction: row-reverse;
  }
  .project-configurator .step .buttons button {
    width: 50%;
  }
  .project-configurator .step .variant-selection .two-parts {
    flex-direction: row;
  }
  .project-configurator .step .variant-selection .two-parts .part .product-images img {
    max-width: unset;
    max-height: unset;
    width: unset;
  }
  .project-configurator .step .variant-selection .product-attributes {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1rem;
  }
}
.product-detail-wrapper .button-start-project-configuration {
  cursor: pointer;
}
.product-detail-wrapper .card-icon.project-configurator-icon {
  margin-right: 8px;
  width: 32px;
  height: 36px;
  fill: #ffffff;
}
.product-detail-wrapper .project-configurator .project-configurator-icon {
  fill: #e1001b;
}
