@font-face {
  font-family: Nunito;
  src: url(../fonts/Nunito-Regular.ttf);
}
#schneider {
  overflow-x: hidden;
}
#schneider * {
  font-size: inherit;
  font-family: Nunito, sans-serif;
  padding: 0;
  margin: 0;
}
#schneider .schneider-body {
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#schneider #product_description_sc > b {
  font-size: inherit !important;
}
#schneider #product_description_sc > h1,
#schneider #product_description_sc > h2,
#schneider #product_description_sc > h3,
#schneider #product_description_sc > p {
  font-family: Nunito, sans-serif;
  padding: 0;
  margin: 0;
}
#schneider .banner-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}
#schneider .banner-img {
  width: 100%;
}
#schneider h1.banner-title {
  /* NOT used */
  position: absolute;
  top: 54%;
  left: 5%;
  width: 200px;
  padding-left: 16px;
  font-size: 5rem;
  line-height: 5.4rem;
  font-weight: bold;
  color: #ffffff;
  font-family: "Nunito", sans-serif;
}
#schneider .packshot-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#schneider .packshot-left-wrapper {
  padding: 30px 0;
  background-color: #ececed;
  border-radius: 8px;
}
#schneider .packshot-left-wrapper .firstLead-n-packshot {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
#schneider .packshot-img {
  max-width: 95%;
  height: unset !important;
}
#schneider .toggle {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 68px;
  min-width: 208px;
  width: 240px;
  margin-top: 30px;
  position: relative;
  background-color: white;
  border-radius: 16px;
  font-size: 20px;
  margin-bottom: 20px;
}
#schneider .toggle:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 60px;
  background-color: #3DCD58;
  top: 4px;
  left: 4px;
  transition: all 0.5s;
  border-radius: 12px;
}
#schneider p#paragraph-close,
#schneider p#paragraph-open {
  min-width: 114px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
  z-index: 1000;
}
#schneider .checkbox:checked + :before {
  content: unset !important;
}
#schneider [type=checkbox] + label:before {
  content: unset !important;
}
#schneider .checkbox:checked + .toggle::after {
  left: calc(50% - 4px);
}
#schneider .checkbox:checked + .toggle {
  background-color: white;
}
#schneider img#packshot-img-open {
  display: none;
}
#schneider img#packshot-img-close {
  display: block;
}
#schneider .firstLead-n-packshot:has(#switch:checked) .packshot-img-wrapper > img#packshot-img-close {
  display: none;
}
#schneider .firstLead-n-packshot:has(#switch:checked) .packshot-img-wrapper > img#packshot-img-open {
  display: block;
}
#schneider .toggle #paragraph-close {
  color: #fff;
}
#schneider .toggle #paragraph-open {
  color: #414047;
}
#schneider #switch:checked ~ .toggle #paragraph-close {
  color: #414047;
}
#schneider #switch:checked ~ .toggle #paragraph-open {
  color: #fff;
}
#schneider .checkbox {
  display: none;
  z-index: 10;
}
#schneider .grid-backgroud {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(229, 231, 235, 0) 0%, #E5E7EB 34.5%, #E5E7EB 63.5%, rgba(229, 231, 235, 0) 100%), linear-gradient(90deg, rgba(229, 231, 235, 0) 0%, transparent 29.5%, transparent 67.5%, rgba(229, 231, 235, 0) 100%);
}
#schneider .packshot-right-wrapper {
  display: flex;
  flex-direction: column;
}
#schneider .first_lead-wrapper__web {
  width: 50%;
}
#schneider .packshot-img-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
#schneider .first_lead-wrapper__web,
#schneider .first_lead-wrapper__mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 40%;
  padding: 3rem;
}
#schneider .first_lead-wrapper__mobile {
  align-items: center;
  padding-bottom: 0px;
}
#schneider .first_lead-wrapper__mobile > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#schneider h2.first_lead__title {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 400;
  color: #3DCD58;
  margin-bottom: 24px;
}
#schneider p.first_lead__description,
#schneider p.first_lead__description__euro {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #000;
  white-space: break-spaces;
}
#schneider .icons-list__web {
  height: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 80px;
  gap: 24px;
  padding: 12% 8%;
  background-color: #fff;
}
#schneider .icons-list-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 1px;
  position: relative;
}
#schneider .icons-list-row {
  display: flex;
  flex-direction: row;
  gap: 1px;
}
#schneider .icons-list-row .icons-element {
  flex: 1;
  position: relative;
  justify-items: center;
  background-color: #fff;
}
#schneider .icons__noHover {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 40px 0px;
}
#schneider img.icons__image {
  margin-bottom: 16px;
  max-width: 72px;
}
#schneider h3.icons__title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: #000;
  max-width: 265px;
}
#schneider .icons__hover {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 100;
  width: 100%;
  justify-content: center;
  text-align: center;
  padding: 40px 0px;
}
#schneider .icons__hover-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 4px 45px 47.7px 0px rgba(0, 0, 0, 0.1215686275);
  max-width: 265px;
  padding-bottom: 32px;
}
#schneider p.icons__description,
#schneider p.icons__description__euro {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #000000;
  padding-top: 8px;
  white-space: break-spaces;
  text-align: center;
}
#schneider .icons__noHover:hover + .icons__hover,
#schneider .icons__hover:hover {
  display: flex;
}
#schneider .icons-list__mobile {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px 16px;
  gap: 32px;
}
#schneider .icons_element-wrapper__mobile {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#schneider img.icons__image__mobile {
  margin-right: 16px;
  max-width: 72px;
}
#schneider h3.icons__title__mobile {
  margin-top: -30px;
  font-weight: 700 !important;
  font-size: 1.5rem !important;
}
#schneider p.icons__paragraph__mobile,
#schneider p.icons__paragraph__mobile__euro {
  margin-left: 88px;
  margin-top: -30px;
}
#schneider .hotpoints-image-container {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
#schneider .hotpoints-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#schneider .hotpoints-info {
  position: absolute;
  top: 10%;
  left: 2%;
  display: flex;
  align-items: center;
}
#schneider .hotpoints-info__text {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  margin-left: 16px;
  margin-right: 16px;
}
#schneider .hotpoints-info__image {
  margin-top: 14px;
  height: 70px;
}
#schneider .hotpoint-content {
  display: none;
}
#schneider .hotpoint-circle,
#schneider .hotpoint-circle-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 20%;
  background: transparent;
  position: absolute;
  top: -15px;
  left: -15px;
  cursor: pointer;
  border: 3px solid #fff;
}
#schneider .hotpoint-circle:hover,
#schneider .hotpoint-circle-left:hover {
  transform: scale(1.1);
}
#schneider .hotpoint-circle:hover + .hotpoint-content,
#schneider .hotpoint-circle-left:hover + .hotpoint-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 360px;
  overflow-wrap: break-word;
  position: absolute;
  top: -15px;
  left: 40px;
  background: #fff;
  color: #000;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  z-index: 200;
  animation: fadeIn 0.3s ease-in-out;
}
#schneider .hotpoint-circle-left:hover + .hotpoint-content {
  left: -390px;
}
#schneider .hotpoint-circle__inner {
  width: 22px;
  height: 22px;
  border-radius: 20%;
  background: #3DCD58;
}
#schneider .hotpoint-title {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 600;
  margin-bottom: 6px;
}
#schneider .hotpoint-description {
  font-size: 1.4rem;
  line-height: 1.74rem;
  font-weight: 400;
}
#schneider .video-functions {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
#schneider label.video-functions__label {
  position: relative;
  min-height: 212px;
  max-height: 212px;
  min-width: 275px;
  max-width: 275px;
  position: relative;
  border: unset;
  background-color: transparent;
  cursor: pointer;
}
#schneider img.video-functions__image {
  height: 100%;
  width: 100%;
  z-index: 10;
}
#schneider p.video-function__description,
#schneider p.video-function__description__euro,
#schneider p.video-function__description_mediaExpert {
  width: 100%;
  display: block;
  position: absolute;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  bottom: 0;
  color: #fff;
  background-color: #6dc4c3;
  padding: 5px;
  margin: 0;
  z-index: 50;
}
#schneider label.video-functions__label:first-of-type {
  padding-top: 0;
}
#schneider .video-functions__play {
  position: absolute;
  left: calc(50% - 29px);
  top: calc(50% - 29px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #6dc4c3;
  z-index: 100;
}
#schneider .video-functions__play:before {
  content: "▶";
  color: #fff;
  font-size: 24px;
  position: absolute;
  left: 22px;
  top: 11px;
}
#schneider .video-functions-list_web {
  height: 100%;
  padding-right: 14px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: fit-content;
  gap: 14px;
}
#schneider .video-functions-input-wrapper_web {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 2px;
  overflow: hidden;
  border-radius: 8px;
}
#schneider input[name=slider-iframe] {
  display: none;
}
#schneider .video-functions-iframe-list-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  font-size: 0;
  transition: transform 600ms ease-in-out;
  opacity: 1;
}
#schneider .video-functions__iframe_web {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
}
#schneider .video-functions__iframe_web > iframe {
  width: 100vmax;
  height: 100%;
  border: unset;
}
#schneider #iframe-0:checked ~ .video-functions-iframe-list-wrapper {
  transform: translateX(0);
}
#schneider #iframe-1:checked ~ .video-functions-iframe-list-wrapper {
  transform: translateX(-100%);
}
#schneider #iframe-2:checked ~ .video-functions-iframe-list-wrapper {
  transform: translateX(-200%);
}
#schneider .video-functions-list_mobile {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
#schneider .video-functions__iframe_mobile {
  position: relative;
  width: 100%;
  height: 100%;
}
#schneider .video-functions__iframe_mobile > iframe {
  width: 100%;
  height: 100%;
  border: unset;
}
#schneider p.video-function__description_mobile,
#schneider p.video-function__description_mobile__euro,
#schneider p.video-function__description_mobile_mediaExpert {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 50;
  bottom: 4px;
  background: rgb(65, 64, 71);
  color: #fff;
  padding: 8px;
  margin-top: -4px;
}
#schneider .qna {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
#schneider .qna .qna-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0px 146px;
  gap: 24px;
}
#schneider .qna .question {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#schneider .qna .question .question-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
#schneider .qna .question .question-header p {
  font-weight: 700;
}
#schneider .qna .question .question-header .question-header-id {
  background-color: #3DCD58;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
#schneider .qna .question .question-header .question-header-id span {
  color: #fff;
  font-weight: 400;
}
#schneider .qna .question .question-content {
  padding-left: 40px;
}
#schneider .functions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
#schneider h2.functions-title {
  text-align: left;
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 400;
  color: #3DCD58;
  margin: 32px 0 48px 0;
}
#schneider .functions-list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
#schneider .functions-element-full {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
#schneider .functions-row {
  width: 100%;
  display: flex;
  gap: 20px;
}
#schneider .functions-element-small {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  box-sizing: border-box;
  gap: 16px;
}
#schneider .functions-element-small .small-column {
  flex: 1;
  position: relative;
}
#schneider .functions-element__webImage {
  min-height: 100%;
  object-fit: cover;
}
#schneider .functions-element-small .functions-element__txt {
  min-height: 100%;
}
#schneider .functions-element__txt {
  background-color: #F3F4F6;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
#schneider .functions-element-full .functions-element__txt {
  align-items: start;
  flex-direction: column;
}
#schneider .functions-element-full .functions-element__txt {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  background-color: transparent;
  color: #fff;
  max-width: 504px;
}
#schneider .functions-element-full h3.functions-element__txt-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
#schneider .functions-element-small h3.functions-element__txt-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
#schneider .functions-element-full .functions-element__txt-text,
#schneider .functions-element-full .functions-element__txt-text__euro {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  white-space: break-spaces;
}
#schneider .functions-element-small .functions-element__txt-text,
#schneider .functions-element-small .functions-element__txt-text__euro {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  white-space: break-spaces;
}
#schneider .text-middle {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 34px;
}
#schneider .functions-element-full > img.functions-element__mobileImage,
#schneider .functions-element-full > img.functions-element__webImage,
#schneider .functions-element-full > video.functions-element__mobileImage,
#schneider .functions-element-full > video.functions-element__webImage {
  width: 100%;
}
#schneider .functions-element-small img.functions-element__webImage,
#schneider .functions-element-small video.functions-element__webImage {
  width: 100%;
  border-radius: 8px;
}
#schneider .functions-element-small img.functions-element__mobileImage,
#schneider .functions-element-small video.functions-element__mobileImage {
  width: 100%;
  border-radius: 0px !important;
}
#schneider .full-function-mobile-variant {
  display: none;
}
#schneider .hotpoints-image-container__mobile {
  display: none;
}
#schneider .dimensions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 40px 48px 40px;
}
#schneider h2.dimensions-title {
  text-align: left;
  padding-left: 16px;
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-weight: 600;
  margin: 48px 0;
}
#schneider p.dimensions__paragraph {
  max-width: 800px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.9rem;
  font-weight: 400;
  white-space: break-spaces;
}
#schneider img.dimensions__image {
  max-width: 100%;
  height: unset !important;
}
#schneider .summary {
  max-width: 100%;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#schneider .summary-row {
  width: 100%;
  display: flex;
}
#schneider .summary-wrapper {
  box-sizing: border-box;
}
#schneider .summary-wrapper:nth-child(1) {
  flex: 2;
}
#schneider .summary-wrapper:nth-child(2) {
  flex: 3;
}
#schneider .summary-left-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #414047;
  color: #ffffff;
}
#schneider .summary__properties {
  width: 85%;
  max-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #545359;
}
#schneider .summary__properties:first-of-type {
  margin-top: 30px;
}
#schneider .summary__properties:last-of-type {
  margin-bottom: 48px;
}
#schneider .summary__properties-label {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}
#schneider .summary__properties-value {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  text-align: right;
}
#schneider .summary-right-wrapper {
  height: 100%;
  padding: 100px 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  background-color: #ececed;
}
#schneider h2.summary-title__web,
#schneider h2.summary-title__mobile {
  text-align: left;
  padding-left: 16px;
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-weight: 600;
  margin-bottom: 24px;
}
#schneider h2.summary-title__mobile {
  margin-top: 0;
}
#schneider p.summary-description__web,
#schneider p.summary-description__mobile {
  font-size: 1.3rem;
  line-height: 1.9rem;
  font-weight: 400;
  white-space: break-spaces;
  margin-bottom: 60px;
}
#schneider p.summary-description__mobile {
  padding: 0 16px;
  text-align: center;
  margin-bottom: 24px;
}
#schneider .summary-icons-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
#schneider .summary-packshot-row {
  width: 100%;
  display: flex;
  gap: 14px;
}
#schneider .summary-icons {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  box-sizing: border-box;
  height: 100%;
}
#schneider .summary-icons_title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
#schneider img.summary-icons__image {
  margin-right: 16px;
  max-width: 72px;
}
#schneider h3.summary-icons__title {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
}
#schneider p.summary-icons__description,
#schneider p.summary-icons__description__euro {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6rem;
  margin-left: 88px;
  white-space: break-spaces;
}
#schneider img.summary__image {
  max-width: 100%;
  height: unset !important;
}
#schneider .comparison {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 48px 0;
}
#schneider .comparison-title {
  text-align: left;
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 400;
  color: #3DCD58;
  margin: 48px 0;
}
#schneider .comparison-content {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
}
#schneider .comparison-params {
  width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#schneider .comparison-params__logo {
  height: 320px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
#schneider .comparison-params__logo img {
  height: 36px;
  margin: 30px 40px;
}
#schneider .comparison-params__list,
#schneider .comparison-item__properties {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#schneider .comparison-params__list :first-child,
#schneider .comparison-item__properties :first-child {
  border-top: 2px solid #e5e7eb;
}
#schneider .comparison-params__row {
  height: 86px;
  width: 100%;
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 2px solid #e5e7eb;
  font-size: 22px;
  font-weight: 400;
  text-align: right;
}
#schneider .comparison-params__row-name {
  margin-right: 40px;
  border: none !important;
}
#schneider .comparison-items {
  max-width: 780px;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  overflow-x: auto;
}
#schneider .comparison-item-current {
  width: 310px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  min-height: 400px;
  position: relative;
}
#schneider .comparison-item-current ::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -40px;
  border-radius: 24px;
  z-index: 10;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.0078431373);
}
#schneider .comparison-item {
  width: 300px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  min-height: 400px;
}
#schneider .comparison-item__product {
  width: 100%;
  height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}
#schneider .comparison-item__product img {
  max-width: 200px;
  max-height: 220px;
}
#schneider .comparison-item__product-name {
  font-size: 1.5em;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding-bottom: 24px;
}
#schneider .comparison-item__row {
  height: 86px;
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #e5e7eb;
  font-size: 22px;
  font-weight: 400;
  border-left: 1px solid #e5e7eb;
}
#schneider .comparison-item-current__row {
  height: 86px;
  width: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #e5e7eb;
  font-size: 22px;
  font-weight: 600;
}
#schneider .swipe-button {
  display: none;
}
#schneider .photos {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#schneider .photos-title {
  text-align: left;
  padding-left: 16px;
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-weight: 600;
  margin: 48px 0;
}
#schneider .photos-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(9, 1fr);
  grid-gap: 16px;
  max-height: 1100px;
  padding-top: 64px;
  padding-bottom: 64px;
}
#schneider .photos__image__cell img,
#schneider .photos__image__cell video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
#schneider .photos__image__cell:nth-child(1) {
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 7;
}
#schneider .photos__image__cell:nth-child(2) {
  grid-column-start: 2;
  grid-row-start: 1;
  grid-row-end: 4;
}
#schneider .photos__image__cell:nth-child(3) {
  grid-column-start: 2;
  grid-row-start: 4;
  grid-row-end: 7;
}
#schneider .photos__image__cell:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: span 2;
  grid-row-start: 7;
  grid-row-end: 10;
}
#schneider .photos__image__cell:nth-child(5) {
  grid-column-start: 3;
  grid-row-start: 1;
  grid-row-end: 8;
}
#schneider .photos__image__cell:nth-child(6) {
  grid-column-start: 3;
  grid-row-start: 8;
  grid-row-end: 10;
}
#schneider .footer-div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
#schneider .footer-image {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
#schneider .footer-mobile {
  display: none;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 1100px) and (max-width: 1400px) {
  #schneider {
    /*sc_cut_1400*/
    /*sc_cut_1400*/
  }
  #schneider .comparison-items {
    max-width: 440px !important;
  }
}
@media (min-width: 766px) and (max-width: 1100px) {
  #schneider {
    /*sc_cut_1100*/
    /* .checkbox:checked + .toggle::after {
      left: 100px;
    } */
    /*sc_cut_1100*/
  }
  #schneider p {
    font-size: 1rem !important;
    line-height: 1.2rem !important;
  }
  #schneider h1 {
    font-size: 3rem !important;
    line-height: 4rem !important;
  }
  #schneider h2 {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
  #schneider h3 {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  #schneider .icons-list__web {
    gap: 12px;
  }
  #schneider h3.icons__title {
    font-size: 1.2rem !important;
    line-height: 1.5rem !important;
  }
  #schneider .icons__hover-wrapper {
    width: unset;
  }
  #schneider .packshot-img {
    max-width: 95%;
  }
  #schneider p#paragraph-close,
  #schneider p#paragraph-open {
    min-width: unset !important;
  }
  #schneider .hotpoints-info__text {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  #schneider .hotpoints-info__image {
    margin-top: 10px;
    height: 60px;
  }
  #schneider .hotpoint-circle,
  #schneider .hotpoint-circle-left {
    width: 22px;
    height: 22px;
  }
  #schneider .hotpoint-circle__inner {
    width: 8px;
    height: 8px;
  }
  #schneider .hotpoint-circle:hover + .hotpoint-content,
  #schneider .hotpoint-circle-left:hover + .hotpoint-content {
    width: 250px;
  }
  #schneider .hotpoint-circle:hover + .hotpoint-content {
    left: 20px;
  }
  #schneider .hotpoint-circle-left:hover + .hotpoint-content {
    left: -310px;
  }
  #schneider .hotpoint-title {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  #schneider .hotpoint-description {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  #schneider .summary-row {
    flex-direction: column-reverse !important;
  }
  #schneider .summary-right-wrapper {
    padding: 40px;
  }
  #schneider .summary__properties {
    width: 50%;
  }
  #schneider img.summary__image {
    width: unset;
  }
  #schneider .comparison-item__product img {
    max-width: 170px;
    max-height: 220px;
  }
  #schneider .comparison-item-current {
    width: 210px;
  }
  #schneider .comparison-item {
    width: 200px;
  }
  #schneider .comparison-items {
    max-width: 226px;
    width: 226px;
  }
}
@media (min-width: 766px) {
  #schneider .first_lead-wrapper__web,
  #schneider .icons-list__web,
  #schneider .video-functions-list_web,
  #schneider .video-functions-input-wrapper_web,
  #schneider img.functions-element__webImage,
  #schneider video.functions-element__webImage,
  #schneider h2.summary-title__web {
    display: flex !important;
  }
  #schneider p.summary-description__web {
    display: block !important;
  }
  #schneider .first_lead-wrapper__mobile,
  #schneider .icons-list__mobile,
  #schneider .video-functions-list_mobile,
  #schneider img.functions-element__mobileImage,
  #schneider video.functions-element__mobileImage,
  #schneider h2.summary-title__mobile,
  #schneider p.summary-description__mobile {
    display: none !important;
  }
}
@media (max-width: 766px) {
  #schneider {
    /*sc_cut_766*/
    /* .checkbox:checked + .toggle::after {
      left: 100px !important;
    } */
    /*sc_cut_766*/
  }
  #schneider p {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
  }
  #schneider h2 {
    font-size: 32px !important;
    line-height: 40px !important;
    font-weight: 600 !important;
    border-left: none !important;
  }
  #schneider h3 {
    font-size: 18px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
  }
  #schneider h3.functions-element__txt-title {
    font-weight: 600 !important;
  }
  #schneider h2.functions-title,
  #schneider h2.dimensions-title,
  #schneider h2.summary-title__mobile {
    text-align: center !important;
    padding-left: 0 !important;
  }
  #schneider .first_lead-wrapper__web,
  #schneider .icons-list__web,
  #schneider .video-functions-list_web,
  #schneider .video-functions-input-wrapper_web,
  #schneider img.functions-element__webImage,
  #schneider video.functions-element__webImage,
  #schneider .photos,
  #schneider h2.summary-title__web,
  #schneider p.summary-description__web {
    display: none !important;
  }
  #schneider .first_lead-wrapper__mobile,
  #schneider .video-functions-list_mobile,
  #schneider img.functions-element__mobileImage,
  #schneider video.functions-element__mobileImage,
  #schneider h2.summary-title__mobile {
    display: flex !important;
  }
  #schneider p.summary-description__mobile {
    display: block !important;
  }
  #schneider .packshot-wrapper {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
  #schneider .packshot-left-wrapper {
    width: fit-content !important;
    height: fit-content !important;
    padding: 64px 0 !important;
    display: block;
    border-radius: 0px;
  }
  #schneider .packshot-right-wrapper {
    width: 100%;
  }
  #schneider .first_lead-wrapper__mobile p.first_lead__description {
    text-align: center;
  }
  #schneider .packshot-img-wrapper {
    width: 100% !important;
    align-items: center;
    justify-content: center;
  }
  #schneider .toggle {
    margin-left: 0;
  }
  #schneider p#paragraph-close,
  #schneider p#paragraph-open {
    min-width: unset !important;
  }
  #schneider .hotpoints-image-container {
    display: none !important;
  }
  #schneider .video-functions {
    height: unset !important;
  }
  #schneider .functions {
    padding-top: 0 !important;
  }
  #schneider .functions-row {
    flex-direction: column !important;
  }
  #schneider .functions-element-small {
    width: 100% !important;
  }
  #schneider .dimensions {
    margin-top: unset !important;
  }
  #schneider .hotpoints-image-container__mobile {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
  }
  #schneider .hotpoints-image__mobile {
    width: 100% !important;
    object-fit: contain !important;
  }
  #schneider .hotpoints-content-container__mobile {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    position: absolute !important;
    bottom: 0 !important;
    z-index: 200 !important;
  }
  #schneider .hotpoints-content-container__mobile button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 2px !important;
    width: 116px !important;
    height: 44px !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border: none !important;
    border-radius: 50px !important;
    margin: 20px auto !important;
  }
  #schneider .hotpoints-content-container__mobile img {
    width: 24px !important;
    height: 24px !important;
  }
  #schneider .hotpoints-content__mobile {
    display: flex !important;
    align-items: center !important;
    overflow-x: scroll !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    scroll-behavior: smooth !important;
  }
  #schneider .hotpoints-content__mobile::-webkit-scrollbar {
    display: none !important;
  }
  #schneider .hotpoints-content-item__mobile {
    flex-shrink: 0 !important;
    width: 250px !important;
    height: 135px !important;
    scroll-snap-align: center !important;
    background-color: #fff !important;
    border-radius: 16px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    padding: 12px !important;
    cursor: pointer !important;
    margin-left: 15px !important;
  }
  #schneider .hotpoints-content-item__mobile:last-of-type {
    margin-right: 15px;
  }
  #schneider .hotpoint-title__mobile {
    font-size: 18px !important;
    font-weight: 600 !important;
  }
  #schneider .hotpoint-description__mobile {
    font-size: 16px !important;
    line-height: 20px !important;
    height: 80px !important;
    overflow-y: scroll !important;
    scroll-behavior: smooth !important;
  }
  #schneider .summary {
    padding: 0 !important;
  }
  #schneider .summary-row {
    flex-direction: column !important;
  }
  #schneider h3.summary-icons__title,
  #schneider p.summary-icons__description,
  #schneider p.summary-icons__description__euro {
    margin-top: -30px !important;
  }
  #schneider .summary-left-wrapper {
    padding: 16px 0 !important;
  }
  #schneider .summary-packshot-row {
    flex-direction: column !important;
  }
  #schneider .summary__properties {
    width: 85% !important;
  }
  #schneider .summary-icons {
    width: 100% !important;
  }
  #schneider .summary-right-wrapper {
    padding: 24px 16px !important;
  }
  #schneider img.summary__image {
    max-width: 90% !important;
  }
  #schneider .comparison {
    padding: 0 !important;
    margin: 24px 0 24px !important;
  }
  #schneider .comparison-content {
    justify-content: flex-start !important;
  }
  #schneider .comparison-title {
    margin: 24px 0 48px !important;
    font-size: 30px !important;
  }
  #schneider .comparison-params {
    width: 38% !important;
  }
  #schneider .comparison-params__logo {
    height: 180px !important;
  }
  #schneider .comparison-params__logo img {
    height: 24px !important;
    margin: 15px 12px !important;
  }
  #schneider .comparison-params__row {
    height: 64px !important;
    font-size: 14px !important;
  }
  #schneider .comparison-params__row-name {
    margin-right: 12px !important;
  }
  #schneider .comparison-items {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: 68% !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    scroll-behavior: smooth !important;
  }
  #schneider .comparison-item-current {
    width: 30% !important;
    min-height: 180px !important;
  }
  #schneider .comparison-item-current ::after {
    bottom: -23px !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: none !important;
    padding: 0 4px !important;
  }
  #schneider .comparison-item {
    width: 92% !important;
    min-height: 180px !important;
  }
  #schneider .comparison-item__product {
    height: 180px !important;
    gap: 10px !important;
  }
  #schneider .comparison-item__product img {
    max-height: 120px !important;
    max-width: 90% !important;
  }
  #schneider .comparison-item__product-name {
    font-size: 14px !important;
    padding-bottom: 10px !important;
  }
  #schneider .comparison-item__row {
    height: 64px !important;
    font-size: 14px !important;
  }
  #schneider .comparison-item-current__row {
    height: 64px !important;
    font-size: 14px !important;
  }
  #schneider .swipe-button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 2px !important;
    width: 116px !important;
    height: 44px !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border: none !important;
    border-radius: 50px !important;
    margin: 40px 12px 40px auto !important;
  }
  #schneider .swipe-button img {
    height: 30px !important;
  }
  #schneider .footer-div {
    display: none !important;
  }
  #schneider .footer-mobile {
    display: flex !important;
  }
  #schneider .footer-mobile-image {
    width: 100% !important;
  }
  #schneider .schneider-body {
    padding: 0px;
  }
  #schneider .functions-element-small {
    flex-direction: column;
  }
  #schneider .functions-element-small.img-on-right {
    flex-flow: column-reverse;
  }
  #schneider .functions-element-small .functions-element__txt {
    min-height: unset;
  }
  #schneider .qna .qna-list {
    padding: 32px 16px;
  }
  #schneider .qna .question .question-header p {
    font-weight: 700 !important;
  }
  #schneider .grid-backgroud {
    display: none;
  }
  #schneider .functions-element__txt {
    border-radius: 0px;
  }
  #schneider .full-function-mobile-variant {
    display: flex;
  }
  #schneider .functions-element-full {
    display: none;
  }
}
#schneider .no-display {
  display: none !important;
}
#schneider .block-display {
  display: block !important;
}
#schneider .flex-display {
  display: flex !important;
}
#schneider .question-image {
  text-align: center;
}
#schneider .question-image img {
  max-width: 100%;
}
#schneider .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}