@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;500;700&display=swap");
@font-face {
  font-family: "ClanProBold";
  src: url("/si_upload/OPR/Karcher/karcher_k5_v2/fonts/ClanPro-Bold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ClanProNarrowBlack";
  src: url("/si_upload/OPR/Karcher/karcher_k5_v2/fonts/ClanOffcPro-NarrBlack.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ClanProMedium";
  src: url("/si_upload/OPR/Karcher/karcher_k5_v2/fonts/ClanPro-Medium.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ClanProNews";
  src: url("/si_upload/OPR/Karcher/karcher_k5_v2/fonts/ClanPro-News.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ClanProBook";
  src: url("/si_upload/OPR/Karcher/karcher_k5_v2/fonts/ClanPro-Book.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
#cm-karcher-product ul>li:after {
  display: none !important;
}

#cm-karcher-product {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  font-family: "Clan Pro", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
  overflow: hidden;
}
#cm-karcher-product .cm-pt-4 {
  padding-top: 4em;
}
#cm-karcher-product .cm-pb-4 {
  padding-bottom: 4em;
}
#cm-karcher-product .cm-pt-2 {
  padding-top: 2em;
}
#cm-karcher-product .cm-pb-2 {
  padding-bottom: 2em;
}
#cm-karcher-product .cm-pt-1 {
  padding-top: 1em;
}
#cm-karcher-product .cm-pb-1 {
  padding-bottom: 1em;
}
@keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}
@keyframes floatingReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(50%) rotate(20deg);
    transform: translateX(4%) translateY(50%) rotate(20deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
#cm-karcher-product .cm-section-header {
  position: relative;
  padding-bottom: 0;
  display: flex;
}
#cm-karcher-product .cm-section-header .cm-logo {
  position: absolute;
  max-width: 250px;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
}
#cm-karcher-product .cm-section-header .cm-header-col {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  font-size: 3.25em;
  color: #fff;
  font-family: "ClanProBold", sans-serif;
  line-height: 1.17;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 8%;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 460px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  #cm-karcher-product .cm-section-header .cm-header-col {
    left: 50%;
  }
}
@media only screen and (max-width: 900px) {
  #cm-karcher-product .cm-section-header .cm-logo {
    max-width: 200px;
  }
  #cm-karcher-product .cm-section-header .cm-header-col {
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.5em;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  #cm-karcher-product .cm-section-header .cm-logo {
    max-width: 150px;
  }
  #cm-karcher-product .cm-section-header .cm-header-col {
    font-size: 1.75em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-karcher-product .cm-section-header .cm-logo {
    max-width: 120px;
  }
  #cm-karcher-product .cm-section-header .cm-header-col {
    left: 50%;
    max-width: 320px;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    font-size: 1.5em;
  }
}
#cm-karcher-product .cm-section-header-bottom {
  display: flex;
}
#cm-karcher-product .cm-section-header-bottom .cm-header-bottom-col-1,
#cm-karcher-product .cm-section-header-bottom .cm-header-bottom-col-2 {
  width: 50%;
  padding: 70px;
}
#cm-karcher-product .cm-section-header-bottom .cm-header-bottom-col-1 {
  background-color: #ffed00;
  position: relative;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#cm-karcher-product .cm-section-header-bottom .cm-header-bottom-col-1 .cm-t {
  text-align: left;
  font-family: "ClanProNarrowBlack", sans-serif;
  font-size: 3em;
  padding-bottom: 20px;
  letter-spacing: 0px;
  line-height: 1.25;
}
#cm-karcher-product .cm-section-header-bottom .cm-header-bottom-col-1 .cm-rectangle {
  max-width: 37px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}
#cm-karcher-product .cm-section-header-bottom .cm-header-bottom-col-2 {
  background-color: #000;
  color: #fff;
}
#cm-karcher-product .cm-section-header-bottom .cm-header-bottom-col-2 .cm-p {
  font-family: "ClanProMedium", Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  line-height: 1.7;
}
@media only screen and (max-width: 900px) {
  #cm-karcher-product .cm-section-header-bottom .cm-header-bottom-col-1,
  #cm-karcher-product .cm-section-header-bottom .cm-header-bottom-col-2 {
    padding: 40px;
  }
  #cm-karcher-product .cm-section-header-bottom .cm-header-bottom-col-1 .cm-t {
    font-size: 2.5em;
    padding-bottom: 10px;
  }
  #cm-karcher-product .cm-section-header-bottom .cm-header-bottom-col-2 .cm-p {
    font-size: 1em;
  }
}
@media only screen and (max-width: 600px) {
  #cm-karcher-product .cm-section-header-bottom .cm-header-bottom-col-1,
  #cm-karcher-product .cm-section-header-bottom .cm-header-bottom-col-2 {
    padding: 25px;
  }
  #cm-karcher-product .cm-section-header-bottom .cm-header-bottom-col-1 .cm-t {
    font-size: 1.75em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-karcher-product .cm-section-header-bottom {
    display: flex;
    flex-direction: column;
  }
  #cm-karcher-product .cm-section-header-bottom .cm-header-bottom-col-1,
  #cm-karcher-product .cm-section-header-bottom .cm-header-bottom-col-2 {
    width: 100%;
  }
  #cm-karcher-product .cm-section-header-bottom .cm-header-bottom-col-1 .cm-rectangle,
  #cm-karcher-product .cm-section-header-bottom .cm-header-bottom-col-2 .cm-rectangle {
    max-width: 37px;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
  }
}
#cm-karcher-product .cm-section-hotspots {
  position: relative;
  width: 100%;
  background-color: #f8f8f8;
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-hotspots .cm-hotspot-bg {
    width: 100%;
    object-position: center;
  }
  #cm-karcher-product .cm-section-hotspots .cm-hotspot-bg img {
    width: 140%;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
#cm-karcher-product .cm-section-hotspots .cm-single-item {
  position: absolute;
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-hotspots .cm-single-item {
    display: none;
  }
}
#cm-karcher-product .cm-section-hotspots .cm-single-item .cm-single-item-top {
  display: flex;
  position: relative;
  max-width: 300px;
}
@media only screen {
  #cm-karcher-product .cm-section-hotspots .cm-single-item .cm-single-item-top {
    max-width: 200px;
  }
}
#cm-karcher-product .cm-section-hotspots .cm-single-item .cm-single-item-top .cm-single-item-title {
  font-family: "ClanProBold", Arial, Helvetica, sans-serif;
  background-color: #ffed00;
  min-height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.25em;
  position: relative;
  z-index: 2;
  min-width: 250px;
  line-height: 1.1;
}
@media only screen {
  #cm-karcher-product .cm-section-hotspots .cm-single-item .cm-single-item-top .cm-single-item-title {
    font-size: 1em;
    min-height: 30px;
    min-width: 150px;
  }
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-hotspots .cm-single-item .cm-single-item-top .cm-single-item-title {
    display: none;
  }
}
#cm-karcher-product .cm-section-hotspots .cm-single-item .cm-single-item-top .cm-triangle {
  width: 50px;
  height: auto;
  background-color: #ffed00;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: relative;
  z-index: 2;
}
#cm-karcher-product .cm-section-hotspots .cm-single-item .cm-single-item-top .cm-plus {
  position: absolute;
  right: -100px;
  top: 50%;
  width: 120px;
  cursor: pointer;
}
#cm-karcher-product .cm-section-hotspots .cm-single-item .cm-single-item-top .cm-plus .cm-plus-item {
  font-size: 60px;
  color: #fff;
  font-family: "Arial";
  font-weight: 400;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
}
@media only screen {
  #cm-karcher-product .cm-section-hotspots .cm-single-item .cm-single-item-top .cm-plus .cm-plus-item {
    font-size: 35px;
  }
}
#cm-karcher-product .cm-section-hotspots .cm-single-item .cm-single-item-top .cm-plus .cm-bg-hex1 {
  width: 61px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
}
@media only screen {
  #cm-karcher-product .cm-section-hotspots .cm-single-item .cm-single-item-top .cm-plus .cm-bg-hex1 {
    width: 30px;
  }
}
#cm-karcher-product .cm-section-hotspots .cm-single-item .cm-single-item-top .cm-plus .cm-bg-hex2 {
  width: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 1s linear infinite;
}
@media only screen {
  #cm-karcher-product .cm-section-hotspots .cm-single-item .cm-single-item-top .cm-plus .cm-bg-hex2 {
    width: 45px;
    max-width: 45px;
    animation: pulseRwd 1s linear infinite;
  }
}
#cm-karcher-product .cm-section-hotspots .cm-single-item .cm-single-item-top:hover .cm-triangle,
#cm-karcher-product .cm-section-hotspots .cm-single-item .cm-single-item-top:hover .cm-single-item-title {
  z-index: 4;
}
#cm-karcher-product .cm-section-hotspots .cm-single-item .cm-single-item-top:hover ~ .cm-single-item-content {
  height: auto;
  padding-bottom: 1em;
  padding-top: 2.5em;
  padding-left: 1em;
  width: fit-content;
  height: fit-content;
  z-index: 3;
}
#cm-karcher-product .cm-section-hotspots .cm-single-item .cm-single-item-top:hover ~ .cm-single-item-rwd {
  background-color: #ffed00;
  height: auto;
  padding: 1em;
  width: fit-content;
  height: fit-content;
  z-index: 3;
  position: absolute;
  top: auto;
  bottom: 21px;
  left: 0;
}
#cm-karcher-product .cm-section-hotspots .cm-single-item .cm-single-item-content {
  background-color: #fff;
  max-width: 300px;
  min-width: 300px;
  height: 0;
  bottom: 0;
  overflow: hidden;
  transition: max-height 0.75s;
  padding-left: 1em;
  padding-right: 10px;
  position: absolute;
  top: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
}
@media only screen {
  #cm-karcher-product .cm-section-hotspots .cm-single-item .cm-single-item-content {
    max-width: 200px;
    min-width: 200px;
  }
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-hotspots .cm-single-item .cm-single-item-content {
    display: none;
  }
}
#cm-karcher-product .cm-section-hotspots .cm-single-item.cm-single-item-right .cm-single-item-top {
  flex-direction: row-reverse;
}
#cm-karcher-product .cm-section-hotspots .cm-single-item.cm-single-item-right .cm-single-item-top .cm-plus {
  right: auto;
  left: -100px;
}
#cm-karcher-product .cm-section-hotspots .cm-single-item.cm-single-item-right .cm-single-item-top .cm-triangle {
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
#cm-karcher-product .cm-section-hotspots .cm-single-item.cm-single-item-right .cm-single-item-top .cm-single-item-title {
  padding-left: 0;
}
#cm-karcher-product .cm-section-hotspots .cm-single-item.cm-single-item-right .cm-single-item-top:hover ~ .cm-single-item-content {
  padding-left: 3em;
}
#cm-karcher-product .cm-section-hotspots .cm-single-item-rwd {
  position: absolute;
  display: none;
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-hotspots .cm-single-item-rwd {
    display: block;
  }
}
#cm-karcher-product .cm-section-hotspots .cm-single-item-rwd .cm-plus {
  position: absolute;
  right: -100px;
  top: 50%;
  width: 120px;
  cursor: pointer;
}
#cm-karcher-product .cm-section-hotspots .cm-single-item-rwd .cm-plus .cm-plus-item {
  font-size: 60px;
  color: #fff;
  font-family: "Arial";
  font-weight: 400;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
}
@media only screen {
  #cm-karcher-product .cm-section-hotspots .cm-single-item-rwd .cm-plus .cm-plus-item {
    font-size: 35px;
  }
}
#cm-karcher-product .cm-section-hotspots .cm-single-item-rwd .cm-plus .cm-bg-hex1 {
  width: 61px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
}
@media only screen {
  #cm-karcher-product .cm-section-hotspots .cm-single-item-rwd .cm-plus .cm-bg-hex1 {
    width: 30px;
  }
}
#cm-karcher-product .cm-section-hotspots .cm-single-item-rwd .cm-plus .cm-bg-hex2 {
  width: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 1s linear infinite;
}
@media only screen {
  #cm-karcher-product .cm-section-hotspots .cm-single-item-rwd .cm-plus .cm-bg-hex2 {
    width: 45px;
    max-width: 45px;
    animation: pulseRwd 1s linear infinite;
  }
}
#cm-karcher-product .cm-section-hotspots .cm-single-item-rwd:hover + .cm-single-item-rwd-hover {
  height: fit-content;
  padding: 1em;
}
#cm-karcher-product .cm-section-hotspots .cm-single-item-rwd-hover {
  background-color: #fff;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, -150%);
  width: 90%;
  text-align: center;
  z-index: 4;
}
#cm-karcher-product .cm-section-hotspots .cm-single-item-rwd-hover .cm-single-item-rwd-title {
  font-size: 16px;
  font-family: "ClanProBold", Arial, Helvetica, sans-serif;
}
@keyframes pulse {
  0% {
    width: 60px;
  }
  100% {
    width: 100%;
    max-width: 100px;
    opacity: 0;
  }
}
@keyframes pulseRwd {
  0% {
    width: 35px;
  }
  100% {
    width: 50%;
    max-width: 45px;
    opacity: 0;
  }
}
#cm-karcher-product .cm-section-intro {
  background: rgb(248, 248, 248);
  background: linear-gradient(180deg, rgb(248, 248, 248) 50%, rgb(255, 237, 0) 50%);
  transition: 0.5s ease-in-out;
}
#cm-karcher-product .cm-section-intro .cm-intro-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  padding-bottom: 4em;
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  transition: 0.5s ease-in-out;
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-intro .cm-intro-container {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
#cm-karcher-product .cm-section-intro .cm-intro-container .cm-single-item {
  position: relative;
  width: 24%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
#cm-karcher-product .cm-section-intro .cm-intro-container .cm-single-item ::before,
#cm-karcher-product .cm-section-intro .cm-intro-container .cm-single-item ::after {
  content: "";
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-intro .cm-intro-container .cm-single-item {
    width: 50%;
    border: 10px solid #ffed00;
  }
}
@media only screen and (max-width: 400px) {
  #cm-karcher-product .cm-section-intro .cm-intro-container .cm-single-item {
    width: 100%;
    border: 10px solid transparent;
  }
}
#cm-karcher-product .cm-section-intro .cm-intro-container .cm-single-item .cm-single-item-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "ClanProBold", Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  text-align: center;
  transition: 0.75s ease-in-out;
}
#cm-karcher-product .cm-section-intro .cm-intro-container .cm-single-item .cm-single-item-bg {
  opacity: 0;
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  background: #ffed00;
  top: 0;
  border: 5px solid #fff;
  transition: 0.25s ease-in-out;
}
#cm-karcher-product .cm-section-intro .cm-intro-container .cm-single-item .cm-single-item-content {
  display: block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-family: "ClanProNews", Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-align: center;
  width: 100%;
  padding: 1em;
}
#cm-karcher-product .cm-section-intro .cm-intro-container .cm-single-item:hover .cm-single-item-bg {
  display: block;
  opacity: 1;
  z-index: 2;
}
#cm-karcher-product .cm-section-intro .cm-intro-container .cm-single-item:hover .cm-single-item-title {
  opacity: 1;
}
#cm-karcher-product .cm-section-intro .cm-intro-container .cm-single-item:hover .cm-single-item-content {
  opacity: 1;
  z-index: 3;
}
#cm-karcher-product .cm-section-serp {
  background-color: #ffed00;
  padding-top: 4em;
  padding-left: 4em;
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-serp {
    padding-left: 1em;
    padding-right: 1em;
  }
}
#cm-karcher-product .cm-section-serp .cm-serp-title {
  font-family: "ClanProBold", Arial, Helvetica, sans-serif;
  font-size: 2em;
  max-width: 532px;
  line-height: 1.56;
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-serp .cm-serp-title {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 400px) {
  #cm-karcher-product .cm-section-serp .cm-serp-title {
    font-size: 1.5em;
  }
}
#cm-karcher-product .cm-section-serp .cm-serp-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 4em;
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-serp .cm-serp-container {
    flex-direction: column;
    padding-bottom: 6em;
  }
}
#cm-karcher-product .cm-section-serp .cm-serp-container .cm-col {
  position: relative;
  display: flex;
  flex-direction: column;
}
#cm-karcher-product .cm-section-serp .cm-serp-container .cm-col .cm-serp-subtitle {
  font-family: "ClanProMedium", Arial, Helvetica, sans-serif;
  font-size: 1.435em;
  padding-bottom: 10px;
}
@media only screen and (max-width: 400px) {
  #cm-karcher-product .cm-section-serp .cm-serp-container .cm-col .cm-serp-subtitle {
    font-size: 1.25em;
  }
}
#cm-karcher-product .cm-section-serp .cm-serp-container .cm-col .cm-serp-description {
  max-width: 500px;
  font-family: "ClanProNews", Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-serp .cm-serp-container .cm-col .cm-serp-description {
    max-width: 600px;
  }
}
@media only screen and (max-width: 400px) {
  #cm-karcher-product .cm-section-serp .cm-serp-container .cm-col .cm-serp-description {
    padding-bottom: 1em;
  }
}
#cm-karcher-product .cm-section-serp .cm-serp-container .cm-col .cm-serp-description ul {
  padding-left: 0;
}
#cm-karcher-product .cm-section-serp .cm-serp-container .cm-col .cm-serp-description li {
  padding-left: 20px;
  padding-right: 20px;
  list-style: none;
  position: relative;
  padding-bottom: 1em;
  font-family: "ClanProMedium", Arial, Helvetica, sans-serif;
  transition: all 0.3s ease-in;
}
@media only screen and (max-width: 400px) {
  #cm-karcher-product .cm-section-serp .cm-serp-container .cm-col .cm-serp-description li {
    padding-right: 10px;
  }
}
#cm-karcher-product .cm-section-serp .cm-serp-container .cm-col .cm-serp-description li p {
  font-family: "ClanProMedium", Arial, Helvetica, sans-serif;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 1.125em;
  line-height: 1.6;
}
#cm-karcher-product .cm-section-serp .cm-serp-container .cm-col .cm-serp-description li span {
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in;
}
#cm-karcher-product .cm-section-serp .cm-serp-container .cm-col .cm-serp-description li span img {
  max-width: 10px;
}
#cm-karcher-product .cm-section-serp .cm-serp-container .cm-col .cm-serp-description li:hover {
  padding-left: 25px;
  padding-right: 15px;
}
@media only screen and (max-width: 400px) {
  #cm-karcher-product .cm-section-serp .cm-serp-container .cm-col .cm-serp-description li:hover {
    padding-right: 5px;
  }
}
#cm-karcher-product .cm-section-serp .cm-serp-container .cm-col .cm-serp-description li:hover span {
  left: 5px;
}
#cm-karcher-product .cm-section-serp .cm-serp-container .cm-col .cm-serp-item-bg {
  position: absolute;
  z-index: 1;
  left: -15px;
  top: -15px;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
#cm-karcher-product .cm-section-serp .cm-serp-container .cm-col .cm-serp-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
#cm-karcher-product .cm-section-serp .cm-serp-container .cm-col .cm-serp-icons img {
  width: 100%;
  border: 20px solid #ffed00;
  border-left: none;
  display: flex;
  object-fit: contain;
  width: fit-content;
}
@media only screen and (max-width: 1200px) {
  #cm-karcher-product .cm-section-serp .cm-serp-container .cm-col .cm-serp-icons img {
    max-width: 90px;
  }
}
@media only screen and (max-width: 800px) {
  #cm-karcher-product .cm-section-serp .cm-serp-container .cm-col .cm-serp-icons img {
    max-width: 80px;
    border: 10px solid #ffed00;
    border-left: none;
  }
}
#cm-karcher-product .cm-section-serp .cm-serp-container .cm-col video,
#cm-karcher-product .cm-section-serp .cm-serp-container .cm-col img {
  z-index: 2;
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-serp .cm-serp-container .cm-col video,
  #cm-karcher-product .cm-section-serp .cm-serp-container .cm-col img {
    width: 100%;
  }
}
#cm-karcher-product .cm-section-serp .cm-serp-container .cm-col-1 {
  width: 45%;
  padding-right: 2em;
}
@media only screen and (max-width: 1000px) {
  #cm-karcher-product .cm-section-serp .cm-serp-container .cm-col-1 {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-serp .cm-serp-container .cm-col-1 {
    width: 100%;
    max-width: 500px;
    padding-right: 0em;
  }
}
#cm-karcher-product .cm-section-serp .cm-serp-container .cm-col-2 {
  width: 60%;
  max-width: 620px;
}
@media only screen and (max-width: 1000px) {
  #cm-karcher-product .cm-section-serp .cm-serp-container .cm-col-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-serp .cm-serp-container .cm-col-2 {
    width: 100%;
    margin-top: 4em;
  }
}
#cm-karcher-product .cm-section-serp .cm-serp-container.cm-serp-right {
  flex-direction: row-reverse;
}
#cm-karcher-product .cm-section-serp .cm-serp-container.cm-serp-right .cm-serp-item-bg {
  right: -15px;
  left: auto;
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-serp .cm-serp-container.cm-serp-right {
    flex-direction: column;
  }
}
#cm-karcher-product .cm-section-serp .cm-serp-container.cm-serp-right .cm-col-1 {
  width: 45%;
  margin-left: 4em;
  margin-right: auto;
}
@media only screen and (max-width: 1000px) {
  #cm-karcher-product .cm-section-serp .cm-serp-container.cm-serp-right .cm-col-1 {
    width: auto;
  }
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-serp .cm-serp-container.cm-serp-right .cm-col-1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
}
#cm-karcher-product .cm-section-serp .cm-serp-container.cm-serp-right .cm-col-2 {
  margin-left: -4em;
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-serp .cm-serp-container.cm-serp-right .cm-col-2 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
  }
}
#cm-karcher-product .cm-section-slider-1 {
  position: relative;
  background-color: #ffed00;
  padding: 2em 0 3em;
}
@media only screen and (max-width: 1000px) {
  #cm-karcher-product .cm-section-slider-1 {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-slider-1 {
    padding-bottom: 1em;
  }
}
#cm-karcher-product .cm-section-slider-1 .cm-slides::-webkit-scrollbar {
  display: none;
}
#cm-karcher-product .cm-section-slider-1 .cm-slider-box {
  position: relative;
}
#cm-karcher-product .cm-section-slider-1 .cm-slider-box .cm-slides {
  position: relative;
  display: flex;
  align-items: center;
  max-width: calc(100% - 100px);
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
  margin: 0 auto;
  padding-bottom: 1em;
  padding-top: 1em;
}
@media only screen and (max-width: 1000px) {
  #cm-karcher-product .cm-section-slider-1 .cm-slider-box .cm-slides {
    align-items: flex-start;
    min-height: 300px;
  }
}
#cm-karcher-product .cm-section-slider-1 .cm-slider-box .cm-arrow-left {
  position: absolute;
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
}
#cm-karcher-product .cm-section-slider-1 .cm-slider-box .cm-arrow-left:hover {
  transform: translate(0, -50%) scale(1.1);
}
#cm-karcher-product .cm-section-slider-1 .cm-slider-box .cm-arrow-left .cm-label {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}
#cm-karcher-product .cm-section-slider-1 .cm-slider-box .cm-arrow-right {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 5px;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translate(0, -50%) rotate(180deg);
}
#cm-karcher-product .cm-section-slider-1 .cm-slider-box .cm-arrow-right:hover {
  transform: translate(0, -50%) rotate(180deg) scale(1.1);
}
#cm-karcher-product .cm-section-slider-1 .cm-slider-box .cm-arrow-right .cm-label {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}
#cm-karcher-product .cm-section-slider-1 .cm-input {
  display: none;
}
#cm-karcher-product .cm-section-slider-1 .cm-input ~ .cm-slider-box .cm-slides .cm-slide .cm-text {
  opacity: 0;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
  display: block;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(1) {
  display: block;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left {
  display: none;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(1) .cm-text {
  opacity: 1;
  padding-bottom: 0em;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(1) img {
  width: 110%;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(0%);
}
#cm-karcher-product .cm-section-slider-1 .cm-input ~ .cm-slider-box .cm-slides .cm-slide .cm-text {
  opacity: 0;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
  display: block;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(2) {
  display: block;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(2) .cm-text {
  opacity: 1;
  padding-bottom: 0em;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(2) img {
  width: 110%;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(0%);
}
#cm-karcher-product .cm-section-slider-1 .cm-input ~ .cm-slider-box .cm-slides .cm-slide .cm-text {
  opacity: 0;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
  display: block;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
  display: block;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(3) .cm-text {
  opacity: 1;
  padding-bottom: 0em;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(3) img {
  width: 110%;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(0%);
}
#cm-karcher-product .cm-section-slider-1 .cm-input ~ .cm-slider-box .cm-slides .cm-slide .cm-text {
  opacity: 0;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(5) {
  display: block;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
  display: block;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(4) .cm-text {
  opacity: 1;
  padding-bottom: 0em;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(4) img {
  width: 110%;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(-100%);
}
#cm-karcher-product .cm-section-slider-1 .cm-input ~ .cm-slider-box .cm-slides .cm-slide .cm-text {
  opacity: 0;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(6) {
  display: block;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(5) {
  display: block;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(5) .cm-text {
  opacity: 1;
  padding-bottom: 0em;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(5) img {
  width: 110%;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(-200%);
}
#cm-karcher-product .cm-section-slider-1 .cm-input ~ .cm-slider-box .cm-slides .cm-slide .cm-text {
  opacity: 0;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(7) {
  display: block;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(6) {
  display: block;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(6) .cm-text {
  opacity: 1;
  padding-bottom: 0em;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(6) img {
  width: 110%;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(-300%);
}
#cm-karcher-product .cm-section-slider-1 .cm-input ~ .cm-slider-box .cm-slides .cm-slide .cm-text {
  opacity: 0;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(8) {
  display: block;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(7) {
  display: block;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(7) .cm-text {
  opacity: 1;
  padding-bottom: 0em;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(7) img {
  width: 110%;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(-420%);
}
#cm-karcher-product .cm-section-slider-1 .cm-input ~ .cm-slider-box .cm-slides .cm-slide .cm-text {
  opacity: 0;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(9) {
  display: block;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(8) {
  display: block;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(8) .cm-text {
  opacity: 1;
  padding-bottom: 0em;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(8) img {
  width: 110%;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(-420%);
}
#cm-karcher-product .cm-section-slider-1 .cm-input ~ .cm-slider-box .cm-slides .cm-slide .cm-text {
  opacity: 0;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(9):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(10) {
  display: block;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(9):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(9) {
  display: block;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(9):checked ~ .cm-slider-box .cm-arrow-right {
  display: none;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(9):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(9) .cm-text {
  opacity: 1;
  padding-bottom: 0em;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(9):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(9) img {
  width: 110%;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(9):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(-420%);
}
#cm-karcher-product .cm-section-slider-1 .cm-input ~ .cm-slider-box .cm-slides .cm-slide .cm-text {
  opacity: 0;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(10):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(11) {
  display: block;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(10):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(10) {
  display: block;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(10):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(10) .cm-text {
  opacity: 1;
  padding-bottom: 0em;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(10):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(10) img {
  width: 110%;
}
#cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(10):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(-420%);
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-slider-1 .cm-input ~ .cm-slider-box .cm-slides .cm-slide .cm-text {
    opacity: 0;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: flex;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(1) {
    display: flex;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(1) {
    display: none;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(1) .cm-text {
    opacity: 1;
    padding-bottom: 0em;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(1) img {
    width: 110%;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(0%);
    display: flex;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input ~ .cm-slider-box .cm-slides .cm-slide .cm-text {
    opacity: 0;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: flex;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(2) {
    display: flex;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(2) .cm-text {
    opacity: 1;
    padding-bottom: 0em;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(2) img {
    width: 110%;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-100%);
    display: flex;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input ~ .cm-slider-box .cm-slides .cm-slide .cm-text {
    opacity: 0;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
    display: flex;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: flex;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(3) .cm-text {
    opacity: 1;
    padding-bottom: 0em;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(3) img {
    width: 110%;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-200%);
    display: flex;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input ~ .cm-slider-box .cm-slides .cm-slide .cm-text {
    opacity: 0;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(5) {
    display: flex;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
    display: flex;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(4) .cm-text {
    opacity: 1;
    padding-bottom: 0em;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(4) img {
    width: 110%;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-300%);
    display: flex;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input ~ .cm-slider-box .cm-slides .cm-slide .cm-text {
    opacity: 0;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(6) {
    display: flex;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(5) {
    display: flex;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(5) .cm-text {
    opacity: 1;
    padding-bottom: 0em;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(5) img {
    width: 110%;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-400%);
    display: flex;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input ~ .cm-slider-box .cm-slides .cm-slide .cm-text {
    opacity: 0;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(7) {
    display: flex;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(6) {
    display: flex;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(6) .cm-text {
    opacity: 1;
    padding-bottom: 0em;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(6) img {
    width: 110%;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-500%);
    display: flex;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input ~ .cm-slider-box .cm-slides .cm-slide .cm-text {
    opacity: 0;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(8) {
    display: flex;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(7) {
    display: flex;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(7) .cm-text {
    opacity: 1;
    padding-bottom: 0em;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(7) img {
    width: 110%;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-600%);
    display: flex;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input ~ .cm-slider-box .cm-slides .cm-slide .cm-text {
    opacity: 0;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(9) {
    display: flex;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(8) {
    display: flex;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(8) .cm-text {
    opacity: 1;
    padding-bottom: 0em;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(8) img {
    width: 110%;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-700%);
    display: flex;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input ~ .cm-slider-box .cm-slides .cm-slide .cm-text {
    opacity: 0;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(9):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(10) {
    display: flex;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(9):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(9) {
    display: flex;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(9):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(9) {
    display: none;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(9):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(9) .cm-text {
    opacity: 1;
    padding-bottom: 0em;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(9):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(9) img {
    width: 110%;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(9):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-800%);
    display: flex;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input ~ .cm-slider-box .cm-slides .cm-slide .cm-text {
    opacity: 0;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(10):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(11) {
    display: flex;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(10):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(10) {
    display: flex;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(10):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(10) .cm-text {
    opacity: 1;
    padding-bottom: 0em;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(10):checked ~ .cm-slider-box .cm-slides .cm-slide:nth-child(10) img {
    width: 110%;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(10):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-900%);
    display: flex;
  }
}
@media only screen and (max-width: 500px) {
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(0) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(0%) scale(1);
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(1) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-100%) scale(1);
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(2) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-200%) scale(1);
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(5) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-300%) scale(1);
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(6) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-400%) scale(1);
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(7) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(5) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-500%) scale(1);
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(8) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(6) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-600%) scale(1);
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(9) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(7) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-700%) scale(1);
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(9):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(10) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(9):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(8) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(9):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-800%) scale(1);
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(10):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(11) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(10):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(9) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-input:nth-child(10):checked ~ .cm-slider-box .cm-slides .cm-slide {
    transform: translateX(-900%) scale(1);
  }
}
#cm-karcher-product .cm-section-slider-1 .cm-slide {
  transition: all 0.25s cubic-bezier(0.67, 0.45, 0.96, 0.92);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  width: 20%;
  scroll-snap-align: center;
  margin-right: 0px;
  box-sizing: border-box;
  background: transparent;
  transform-origin: center center;
  padding: 0 1em;
  display: flex;
  min-height: 300px;
  justify-content: space-around;
  padding-bottom: 2em;
  padding-top: 2em;
}
@media only screen and (max-width: 1000px) {
  #cm-karcher-product .cm-section-slider-1 .cm-slide {
    align-items: center;
    justify-content: flex-start;
    min-height: unset;
    padding-bottom: 0;
  }
}
#cm-karcher-product .cm-section-slider-1 .cm-slide img {
  transition: all 0.25s cubic-bezier(0.67, 0.45, 0.96, 0.92);
}
#cm-karcher-product .cm-section-slider-1 .cm-slide .cm-text {
  text-align: center;
  position: absolute;
  bottom: -10px;
  transition: all 0.25s cubic-bezier(0.77, 0, 0.77, 0.55);
  padding-bottom: 1em;
  font-family: "ClanProBold", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
@media only screen and (max-width: 1000px) {
  #cm-karcher-product .cm-section-slider-1 .cm-slide .cm-text {
    position: sticky;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-slider-1 .cm-slide .cm-text {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-slider-1 .cm-slide {
    width: 100%;
  }
  #cm-karcher-product .cm-section-slider-1 .cm-slide img {
    max-width: 160px;
  }
}
#cm-karcher-product .cm-section-slider-2 {
  position: relative;
}
#cm-karcher-product .cm-section-slider-2 .cm-slides::-webkit-scrollbar {
  display: none;
}
#cm-karcher-product .cm-section-slider-2 .cm-slider-box {
  position: relative;
}
#cm-karcher-product .cm-section-slider-2 .cm-slider-box .cm-slides {
  position: relative;
  display: flex;
  max-width: calc(100% - 100px);
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
  margin: 0 auto;
  align-items: flex-start;
}
#cm-karcher-product .cm-section-slider-2 .cm-slider-box .cm-arrow-left {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 5px;
  top: 38%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
}
#cm-karcher-product .cm-section-slider-2 .cm-slider-box .cm-arrow-left:hover {
  transform: translate(0, -50%) scale(1.1);
}
#cm-karcher-product .cm-section-slider-2 .cm-slider-box .cm-arrow-left .cm-label {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}
#cm-karcher-product .cm-section-slider-2 .cm-slider-box .cm-arrow-right {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 5px;
  top: 38%;
  transform: translate(0, -50%) rotate(180deg);
  display: flex;
  align-items: center;
}
#cm-karcher-product .cm-section-slider-2 .cm-slider-box .cm-arrow-right:hover {
  transform: translate(0, -50%) rotate(180deg) scale(1.1);
}
#cm-karcher-product .cm-section-slider-2 .cm-slider-box .cm-arrow-right .cm-label {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}
#cm-karcher-product .cm-section-slider-2 .cm-input {
  display: none;
}
#cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
  display: flex;
}
#cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(1) {
  display: flex;
}
#cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left {
  display: none;
}
#cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(calc(0% + 0px)) scale(1);
}
#cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
  display: flex;
}
#cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(2) {
  display: flex;
}
#cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right {
  display: none;
}
#cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(calc(-100% + 1px)) scale(1);
}
#cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
  display: flex;
}
#cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
  display: flex;
}
#cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(calc(-200% + 2px)) scale(1);
}
#cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(5) {
  display: flex;
}
#cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
  display: flex;
}
#cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(calc(-300% + 3px)) scale(1);
}
#cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(6) {
  display: flex;
}
#cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(5) {
  display: flex;
}
#cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(calc(-400% + 4px)) scale(1);
}
#cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(7) {
  display: flex;
}
#cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(6) {
  display: flex;
}
#cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(calc(-500% + 5px)) scale(1);
}
#cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(8) {
  display: flex;
}
#cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(7) {
  display: flex;
}
#cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(calc(-600% + 6px)) scale(1);
}
#cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(9) {
  display: flex;
}
#cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(8) {
  display: flex;
}
#cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(calc(-700% + 7px)) scale(1);
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(1) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-text {
    opacity: 1;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(1) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(1) {
    display: none;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-text {
    opacity: 1;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(2) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-text {
    opacity: 1;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-text {
    opacity: 1;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(5) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-text {
    opacity: 1;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(5) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-right {
    display: none;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(6) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-text {
    opacity: 1;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(6) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(7) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-text {
    opacity: 1;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(7) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(8) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-text {
    opacity: 1;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(8) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(9):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(9) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(9):checked ~ .cm-slider-box .cm-text {
    opacity: 1;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(9):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(9) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(10):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(10) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(10):checked ~ .cm-slider-box .cm-text {
    opacity: 1;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-input:nth-child(10):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(10) {
    display: block;
  }
}
#cm-karcher-product .cm-section-slider-2 .cm-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  width: 25%;
  scroll-snap-align: center;
  margin-right: 0px;
  box-sizing: border-box;
  background: transparent;
  transform-origin: center center;
  transform: scale(1);
  transition: 0.3s ease-in-out;
  padding: 0 1em;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 2em;
  height: 100%;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}
#cm-karcher-product .cm-section-slider-2 .cm-slide .cm-text {
  text-align: center;
  margin-top: 1em;
  position: relative;
  bottom: 0px;
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  font-family: "ClanProBook", Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-slider-2 .cm-slide {
    width: 100%;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-slide img {
    max-width: 260px;
  }
  #cm-karcher-product .cm-section-slider-2 .cm-slide .cm-text {
    padding-top: 1em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-karcher-product .cm-section-slider-2 .cm-slide img {
    max-width: 160px;
  }
}
#cm-karcher-product .cm-section-slider-3 {
  position: relative;
}
#cm-karcher-product .cm-section-slider-3 .cm-slides::-webkit-scrollbar {
  display: none;
}
#cm-karcher-product .cm-section-slider-3 .cm-slider-box {
  position: relative;
}
#cm-karcher-product .cm-section-slider-3 .cm-slider-box .cm-slides {
  position: relative;
  display: flex;
  max-width: calc(100% - 100px);
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
  margin: 0 auto;
  align-items: flex-start;
}
#cm-karcher-product .cm-section-slider-3 .cm-slider-box .cm-arrow-left {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 5px;
  top: 38%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
}
#cm-karcher-product .cm-section-slider-3 .cm-slider-box .cm-arrow-left:hover {
  transform: translate(0, -50%) scale(1.1);
}
#cm-karcher-product .cm-section-slider-3 .cm-slider-box .cm-arrow-left .cm-label {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  cursor: pointer;
}
#cm-karcher-product .cm-section-slider-3 .cm-slider-box .cm-arrow-right {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 5px;
  top: 38%;
  transform: translate(0, -50%) rotate(180deg);
  display: flex;
  align-items: center;
}
#cm-karcher-product .cm-section-slider-3 .cm-slider-box .cm-arrow-right:hover {
  transform: translate(0, -50%) rotate(180deg) scale(1.1);
}
#cm-karcher-product .cm-section-slider-3 .cm-slider-box .cm-arrow-right .cm-label {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  cursor: pointer;
}
#cm-karcher-product .cm-section-slider-3 .cm-input {
  display: none;
}
#cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
  display: block;
}
#cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(1) {
  display: block;
}
#cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left {
  display: none;
}
#cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(calc(0% + 0px)) scale(1);
}
#cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
  display: block;
}
#cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(2) {
  display: block;
}
#cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(calc(-100% + 1px)) scale(1);
}
#cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
  display: block;
}
#cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
  display: block;
}
#cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(calc(-200% + 2px)) scale(1);
}
#cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(5) {
  display: block;
}
#cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
  display: block;
}
#cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(calc(-300% + 3px)) scale(1);
}
#cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(6) {
  display: block;
}
#cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(5) {
  display: block;
}
#cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(calc(-400% + 4px)) scale(1);
}
#cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(7) {
  display: block;
}
#cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(6) {
  display: block;
}
#cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-right {
  display: none;
}
#cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(calc(-500% + 5px)) scale(1);
}
#cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(8) {
  display: block;
}
#cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(7) {
  display: block;
}
#cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(calc(-600% + 6px)) scale(1);
}
#cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(9) {
  display: block;
}
#cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(8) {
  display: block;
}
#cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(calc(-700% + 7px)) scale(1);
}
#cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(9):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(10) {
  display: block;
}
#cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(9):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(9) {
  display: block;
}
#cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(9):checked ~ .cm-slider-box .cm-slides .cm-slide {
  transform: translateX(calc(-800% + 8px)) scale(1);
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(1) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-text {
    opacity: 1;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(1) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(1):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(1) {
    display: none;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(2) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-text {
    opacity: 1;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(2):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(2) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(3) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-text {
    opacity: 1;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(3):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(3) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(4) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-text {
    opacity: 1;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(4):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(4) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(5) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-text {
    opacity: 1;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(5):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(5) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(6) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-text {
    opacity: 1;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(6) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(6):checked ~ .cm-slider-box .cm-arrow-right {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(7) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-text {
    opacity: 1;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(7):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(7) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(8) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-text {
    opacity: 1;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(8):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(8) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(9):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(9) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(9):checked ~ .cm-slider-box .cm-text {
    opacity: 1;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(9):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(9) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(9):checked ~ .cm-slider-box .cm-arrow-right {
    display: none;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(10):checked ~ .cm-slider-box .cm-arrow-right .cm-label:nth-child(10) {
    display: block;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(10):checked ~ .cm-slider-box .cm-text {
    opacity: 1;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-input:nth-child(10):checked ~ .cm-slider-box .cm-arrow-left .cm-label:nth-child(10) {
    display: block;
  }
}
#cm-karcher-product .cm-section-slider-3 .cm-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  width: 25%;
  scroll-snap-align: center;
  margin-right: 0px;
  box-sizing: border-box;
  background: transparent;
  transform-origin: center center;
  transform: scale(1);
  transition: 0.3s ease-in-out;
  padding: 0 1em;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 2em;
  height: 100%;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}
#cm-karcher-product .cm-section-slider-3 .cm-slide .cm-text {
  text-align: center;
  margin-top: 1em;
  position: relative;
  bottom: 0px;
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  font-family: "ClanProBook", Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-slider-3 .cm-slide {
    width: 100%;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-slide img {
    max-width: 260px;
  }
  #cm-karcher-product .cm-section-slider-3 .cm-slide .cm-text {
    padding-top: 1em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-karcher-product .cm-section-slider-3 .cm-slide img {
    max-width: 160px;
  }
}
#cm-karcher-product .cm-section-table {
  max-width: 100%;
  margin-bottom: 2em;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 0.51em;
}
#cm-karcher-product .cm-section-table .cm-table {
  width: 185.7142857143%;
  table-layout: fixed;
  border-collapse: collapse;
}
#cm-karcher-product .cm-section-table .cm-table .cm-tr {
  position: relative;
}
#cm-karcher-product .cm-section-table .cm-table .cm-tr .cm-td {
  vertical-align: middle;
  text-align: center;
  padding: 0.625em 0.5em;
  color: #414141;
  font-size: 14px;
  height: 60px;
}
#cm-karcher-product .cm-section-table .cm-table .cm-tr .cm-td:nth-child(2n+1) {
  background-color: #FFFDDF;
}
#cm-karcher-product .cm-section-table .cm-table .cm-tr .cm-td:first-child {
  width: auto;
}
#cm-karcher-product .cm-section-table .cm-table .cm-tr .cm-td .cm-img {
  max-width: 90%;
}
#cm-karcher-product .cm-section-table .cm-table .cm-tr .cm-td .cm-img-small {
  max-width: 36px;
}
#cm-karcher-product .cm-section-table .cm-table .cm-tr .cm-td .cm-text {
  margin-top: 1em;
}
#cm-karcher-product .cm-section-table .cm-table .cm-tr:first-child .cm-td::before, #cm-karcher-product .cm-section-table .cm-table .cm-tr:last-child .cm-td::before {
  content: unset;
}
#cm-karcher-product .cm-section-table .cm-table .cm-tr:nth-child(2) .cm-td {
  border-radius: 15px 15px 0 0;
}
#cm-karcher-product .cm-section-table .cm-table .cm-tr:last-child .cm-td {
  border-radius: 0 0 15px 15px;
}
#cm-karcher-product .cm-section-table .cm-table .cm-tr:first-child .cm-td {
  vertical-align: top;
  background-color: #fff;
}
#cm-karcher-product .cm-section-table::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
#cm-karcher-product .cm-section-table::-webkit-scrollbar-thumb {
  background: #ffed00;
  border-radius: 8px;
}
#cm-karcher-product .cm-section-table::-webkit-scrollbar-track {
  background: #d1d1d1;
  border-radius: 8px;
}
#cm-karcher-product .cm-section-table::-webkit-scrollbar-corner {
  background-color: #fff;
}
#cm-karcher-product .cm-section-table .cm-table {
  width: 185.7142857143%;
}
#cm-karcher-product .cm-section-table .cm-table .cm-tr .cm-td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  width: 151px;
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-table .cm-table {
    width: 433.3333333333%;
  }
  #cm-karcher-product .cm-section-table .cm-table .cm-tr .cm-td:first-child {
    width: 151px;
  }
}
@media only screen and (max-width: 500px) {
  #cm-karcher-product .cm-section-table .cm-table {
    width: 650%;
  }
  #cm-karcher-product .cm-section-table .cm-table .cm-tr .cm-td:first-child {
    width: 151px;
  }
}
#cm-karcher-product .cm-section-title {
  font-family: "ClanProBold", Arial, Helvetica, sans-serif;
}
#cm-karcher-product .cm-section-title.cm-bg-main {
  background-color: #ffed00;
}
#cm-karcher-product .cm-section-title .cm-title {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 2.25em;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 400px) {
  #cm-karcher-product .cm-section-title .cm-title {
    font-size: 1.75em;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#cm-karcher-product .cm-section-title .cm-title.cm-video {
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 2em;
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-title .cm-title.cm-video {
    padding-bottom: 1em;
    padding-top: 1em;
    line-height: 1.2;
  }
}
#cm-karcher-product .cm-section-title .cm-title.cm-w800 {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 800px;
}
#cm-karcher-product .cm-section-specyfication {
  background-color: #ffed00;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
  padding-top: 4em;
  padding-bottom: 0em;
  margin-bottom: 4em;
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-specyfication {
    flex-direction: column;
    padding-top: 0em;
    margin-bottom: 0;
    background-color: #fff;
  }
}
#cm-karcher-product .cm-section-specyfication .cm-col.cm-col-img {
  background: rgb(255, 255, 255);
  background: linear-gradient(270deg, rgb(255, 255, 255) 50%, rgb(255, 237, 0) 50%);
  padding-right: 2em;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  #cm-karcher-product .cm-section-specyfication .cm-col.cm-col-img {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-specyfication .cm-col.cm-col-img {
    background: #ffed00;
    justify-content: center;
  }
}
#cm-karcher-product .cm-section-specyfication .cm-col.cm-col-img img {
  max-width: 200px;
  transform: scale(1.2);
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-specyfication .cm-col.cm-col-img img {
    transform: scale(1);
    margin-bottom: -2em;
  }
}
#cm-karcher-product .cm-section-specyfication .cm-col.cm-col-text {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-left: 10px;
  min-width: 450px;
  width: 50%;
}
#cm-karcher-product .cm-section-specyfication .cm-col.cm-col-text strong {
  color: #6F6F6F;
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-specyfication .cm-col.cm-col-text {
    width: 100%;
    padding-top: 4em;
    padding-bottom: 0em;
    min-width: 280px;
  }
}
#cm-karcher-product .cm-section-specyfication .cm-col.cm-col-text ul {
  margin-right: 4em;
  list-style: none;
}
@media only screen and (max-width: 400px) {
  #cm-karcher-product .cm-section-specyfication .cm-col.cm-col-text ul {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0;
  }
}
#cm-karcher-product .cm-section-specyfication .cm-col.cm-col-text ul li {
  padding-left: 20px;
  list-style: none;
  position: relative;
  padding-bottom: 5px;
  font-family: "ClanProNews", Arial, Helvetica, sans-serif;
  padding-right: 20px;
  transition: all 0.2s ease-in;
}
#cm-karcher-product .cm-section-specyfication .cm-col.cm-col-text ul li p {
  font-family: "ClanProNews", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 5px;
}
#cm-karcher-product .cm-section-specyfication .cm-col.cm-col-text ul li span {
  position: absolute;
  left: 0;
  transition: all 0.2s ease-in;
}
#cm-karcher-product .cm-section-specyfication .cm-col.cm-col-text ul li span img {
  max-width: 10px;
}
#cm-karcher-product .cm-section-specyfication .cm-col.cm-col-text ul li:hover {
  padding-left: 25px;
  padding-right: 15px;
}
#cm-karcher-product .cm-section-specyfication .cm-col.cm-col-text ul li:hover span {
  left: 5px;
}
#cm-karcher-product .cm-section-video {
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 950px) {
  #cm-karcher-product .cm-section-video {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-video {
    width: 100%;
  }
}
#cm-karcher-product .cm-section-video .cm-title {
  padding: 15px 20px 15px;
}
#cm-karcher-product .cm-section-video .cm-line {
  margin: 0px auto;
  width: 20%;
  height: 5px;
  background-color: #B5B100;
}
#cm-karcher-product .cm-section-video .cm-input {
  display: none;
}
#cm-karcher-product .cm-section-video .cm-input:checked ~ .cm-video-overlay {
  display: none;
}
#cm-karcher-product .cm-section-video .cm-input:checked ~ .cm-video-iframe {
  display: block;
}
#cm-karcher-product .cm-section-video .cm-video-overlay {
  cursor: pointer;
  display: flex;
}
#cm-karcher-product .cm-section-video .cm-video-overlay img {
  max-width: 100%;
}
#cm-karcher-product .cm-section-video .cm-video-iframe {
  display: none;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  margin-top: 50px;
}
#cm-karcher-product .cm-section-video .cm-video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#cm-karcher-product .cm-section-gallery {
  display: flex;
  justify-content: space-between;
  gap: 0.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}
#cm-karcher-product .cm-section-gallery .cm-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 500px) {
  #cm-karcher-product .cm-section-gallery .cm-col:last-child {
    display: none;
  }
}
#cm-karcher-product .cm-section-gallery .cm-col .row {
  overflow: hidden;
  position: relative;
}
#cm-karcher-product .cm-section-gallery .cm-col .row .cm-anim-bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#cm-karcher-product .cm-section-gallery .cm-col .row:hover .cm-anim-img {
  opacity: 0;
}
#cm-karcher-product .cm-section-gallery .cm-col .row:hover .cm-anim-bg {
  opacity: 1;
}
#cm-karcher-product .cm-section-gallery .cm-col img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  display: flex;
}
#cm-karcher-product .cm-section-serp-2 {
  background-color: #ffed00;
  display: flex;
  flex-direction: row;
  padding-top: 4em;
  padding-bottom: 4em;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-serp-2 {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0em;
  }
}
#cm-karcher-product .cm-section-serp-2 .cm-col {
  width: 45%;
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-serp-2 .cm-col {
    width: 100%;
    padding: 20px;
  }
}
#cm-karcher-product .cm-section-serp-2 .cm-col.cm-col-1 {
  padding-right: 20px;
}
@media only screen and (max-width: 400px) {
  #cm-karcher-product .cm-section-serp-2 .cm-col.cm-col-1 {
    padding-right: 10px;
  }
}
#cm-karcher-product .cm-section-serp-2 .cm-col.cm-col-2 {
  padding-right: 20px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 400px) {
  #cm-karcher-product .cm-section-serp-2 .cm-col.cm-col-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#cm-karcher-product .cm-section-serp-2 .cm-col.cm-col-2 img {
  max-width: 500px;
}
#cm-karcher-product .cm-section-serp-2 .cm-title {
  font-family: "ClanProNarrowBlack", Arial, Helvetica, sans-serif;
  font-size: 2.25em;
  line-height: 1.2;
  padding-bottom: 20px;
}
@media only screen and (max-width: 400px) {
  #cm-karcher-product .cm-section-serp-2 .cm-title {
    font-size: 1.75em;
  }
}
#cm-karcher-product .cm-section-serp-2 .cm-description {
  font-family: "ClanProBook", Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  padding-bottom: 20px;
}
#cm-karcher-product .cm-section-serp-2 .cm-subtitle {
  font-family: "ClanProMedium", Arial, Helvetica, sans-serif;
  padding-bottom: 0.25em;
}
#cm-karcher-product .cm-section-serp-2 ul {
  margin-right: 4em;
  padding-left: 0;
  list-style: none;
}
@media only screen and (max-width: 900px) {
  #cm-karcher-product .cm-section-serp-2 ul {
    margin-right: 0em;
  }
}
@media only screen and (max-width: 400px) {
  #cm-karcher-product .cm-section-serp-2 ul {
    margin-right: 0;
  }
}
#cm-karcher-product .cm-section-serp-2 ul li {
  padding-left: 20px;
  padding-right: 20px;
  list-style: none;
  position: relative;
  padding-bottom: 5px;
  transition: all 0.2s ease-in;
}
#cm-karcher-product .cm-section-serp-2 ul li p {
  font-family: "ClanProNews", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 5px;
}
@media only screen and (max-width: 400px) {
  #cm-karcher-product .cm-section-serp-2 ul li {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 10px;
  }
}
#cm-karcher-product .cm-section-serp-2 ul li span {
  position: absolute;
  left: 0;
  transition: all 0.2s ease-in;
}
#cm-karcher-product .cm-section-serp-2 ul li span img {
  max-width: 10px;
}
#cm-karcher-product .cm-section-serp-2 ul li:hover {
  padding-left: 25px;
  padding-right: 15px;
}
@media only screen and (max-width: 400px) {
  #cm-karcher-product .cm-section-serp-2 ul li:hover {
    padding-left: 20px;
    padding-right: 5px;
  }
}
#cm-karcher-product .cm-section-serp-2 ul li:hover span {
  left: 5px;
}
#cm-karcher-product .cm-section-faq {
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-faq {
    flex-direction: column;
    max-width: unset;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }
}
#cm-karcher-product .cm-section-faq .cm-col {
  width: 100%;
  /*------POCZĄTEK -  PO KLIKNIĘCIU--------*/
  /*------KONIEC -  PO KLIKNIĘCIU------*/
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-section-faq .cm-col {
    width: 100%;
  }
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-1:checked ~ .cm-faq-item:nth-of-type(1) .cm-answer {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-1:checked ~ .cm-faq-item:nth-of-type(1) .cm-question p {
  color: #000;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-1:checked ~ .cm-faq-item:nth-of-type(1) .cm-question img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-1:checked ~ .cm-faq-item:nth-of-type(1) .cm-question img.cm-arrow-down {
  display: none;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-1:checked ~ .cm-faq-item:nth-of-type(1) .cm-question img.cm-arrow-up {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-1:checked ~ .cm-faq-item:nth-of-type(1) ~ .cm-answer {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-1:checked ~ .cm-faq-item:nth-of-type(1) ~ .cm-question {
  color: #272727;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-2:checked ~ .cm-faq-item:nth-of-type(2) .cm-answer {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-2:checked ~ .cm-faq-item:nth-of-type(2) .cm-question p {
  color: #000;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-2:checked ~ .cm-faq-item:nth-of-type(2) .cm-question img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-2:checked ~ .cm-faq-item:nth-of-type(2) .cm-question img.cm-arrow-down {
  display: none;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-2:checked ~ .cm-faq-item:nth-of-type(2) .cm-question img.cm-arrow-up {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-2:checked ~ .cm-faq-item:nth-of-type(2) ~ .cm-answer {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-2:checked ~ .cm-faq-item:nth-of-type(2) ~ .cm-question {
  color: #272727;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-3:checked ~ .cm-faq-item:nth-of-type(3) .cm-answer {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-3:checked ~ .cm-faq-item:nth-of-type(3) .cm-question p {
  color: #000;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-3:checked ~ .cm-faq-item:nth-of-type(3) .cm-question img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-3:checked ~ .cm-faq-item:nth-of-type(3) .cm-question img.cm-arrow-down {
  display: none;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-3:checked ~ .cm-faq-item:nth-of-type(3) .cm-question img.cm-arrow-up {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-3:checked ~ .cm-faq-item:nth-of-type(3) ~ .cm-answer {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-3:checked ~ .cm-faq-item:nth-of-type(3) ~ .cm-question {
  color: #272727;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-4:checked ~ .cm-faq-item:nth-of-type(4) .cm-answer {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-4:checked ~ .cm-faq-item:nth-of-type(4) .cm-question p {
  color: #000;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-4:checked ~ .cm-faq-item:nth-of-type(4) .cm-question img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-4:checked ~ .cm-faq-item:nth-of-type(4) .cm-question img.cm-arrow-down {
  display: none;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-4:checked ~ .cm-faq-item:nth-of-type(4) .cm-question img.cm-arrow-up {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-4:checked ~ .cm-faq-item:nth-of-type(4) ~ .cm-answer {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-4:checked ~ .cm-faq-item:nth-of-type(4) ~ .cm-question {
  color: #272727;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-5:checked ~ .cm-faq-item:nth-of-type(5) .cm-answer {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-5:checked ~ .cm-faq-item:nth-of-type(5) .cm-question p {
  color: #000;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-5:checked ~ .cm-faq-item:nth-of-type(5) .cm-question img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-5:checked ~ .cm-faq-item:nth-of-type(5) .cm-question img.cm-arrow-down {
  display: none;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-5:checked ~ .cm-faq-item:nth-of-type(5) .cm-question img.cm-arrow-up {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-5:checked ~ .cm-faq-item:nth-of-type(5) ~ .cm-answer {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-5:checked ~ .cm-faq-item:nth-of-type(5) ~ .cm-question {
  color: #272727;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-6:checked ~ .cm-faq-item:nth-of-type(6) .cm-answer {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-6:checked ~ .cm-faq-item:nth-of-type(6) .cm-question p {
  color: #000;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-6:checked ~ .cm-faq-item:nth-of-type(6) .cm-question img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-6:checked ~ .cm-faq-item:nth-of-type(6) .cm-question img.cm-arrow-down {
  display: none;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-6:checked ~ .cm-faq-item:nth-of-type(6) .cm-question img.cm-arrow-up {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-6:checked ~ .cm-faq-item:nth-of-type(6) ~ .cm-answer {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-6:checked ~ .cm-faq-item:nth-of-type(6) ~ .cm-question {
  color: #272727;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-7:checked ~ .cm-faq-item:nth-of-type(7) .cm-answer {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-7:checked ~ .cm-faq-item:nth-of-type(7) .cm-question p {
  color: #000;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-7:checked ~ .cm-faq-item:nth-of-type(7) .cm-question img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-7:checked ~ .cm-faq-item:nth-of-type(7) .cm-question img.cm-arrow-down {
  display: none;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-7:checked ~ .cm-faq-item:nth-of-type(7) .cm-question img.cm-arrow-up {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-7:checked ~ .cm-faq-item:nth-of-type(7) ~ .cm-answer {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-7:checked ~ .cm-faq-item:nth-of-type(7) ~ .cm-question {
  color: #272727;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-8:checked ~ .cm-faq-item:nth-of-type(8) .cm-answer {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-8:checked ~ .cm-faq-item:nth-of-type(8) .cm-question p {
  color: #000;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-8:checked ~ .cm-faq-item:nth-of-type(8) .cm-question img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-8:checked ~ .cm-faq-item:nth-of-type(8) .cm-question img.cm-arrow-down {
  display: none;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-8:checked ~ .cm-faq-item:nth-of-type(8) .cm-question img.cm-arrow-up {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-8:checked ~ .cm-faq-item:nth-of-type(8) ~ .cm-answer {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-8:checked ~ .cm-faq-item:nth-of-type(8) ~ .cm-question {
  color: #272727;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-9:checked ~ .cm-faq-item:nth-of-type(9) .cm-answer {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-9:checked ~ .cm-faq-item:nth-of-type(9) .cm-question p {
  color: #000;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-9:checked ~ .cm-faq-item:nth-of-type(9) .cm-question img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-9:checked ~ .cm-faq-item:nth-of-type(9) .cm-question img.cm-arrow-down {
  display: none;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-9:checked ~ .cm-faq-item:nth-of-type(9) .cm-question img.cm-arrow-up {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-9:checked ~ .cm-faq-item:nth-of-type(9) ~ .cm-answer {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-9:checked ~ .cm-faq-item:nth-of-type(9) ~ .cm-question {
  color: #272727;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-10:checked ~ .cm-faq-item:nth-of-type(10) .cm-answer {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-10:checked ~ .cm-faq-item:nth-of-type(10) .cm-question p {
  color: #000;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-10:checked ~ .cm-faq-item:nth-of-type(10) .cm-question img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-10:checked ~ .cm-faq-item:nth-of-type(10) .cm-question img.cm-arrow-down {
  display: none;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-10:checked ~ .cm-faq-item:nth-of-type(10) .cm-question img.cm-arrow-up {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-10:checked ~ .cm-faq-item:nth-of-type(10) ~ .cm-answer {
  display: block;
}
#cm-karcher-product .cm-section-faq .cm-col.cm-faq-items #cm-faq-10:checked ~ .cm-faq-item:nth-of-type(10) ~ .cm-question {
  color: #272727;
}
#cm-karcher-product .cm-section-faq .cm-col input[type=radio],
#cm-karcher-product .cm-section-faq .cm-col input[type=checkbox] {
  display: none;
}
#cm-karcher-product .cm-section-faq .cm-col .cm-faq-item {
  padding-left: 2em;
  padding-right: 2em;
  background-color: #f8f8f8;
  margin-bottom: 1em;
}
#cm-karcher-product .cm-section-faq .cm-col .cm-faq-item .cm-question {
  display: flex;
  position: relative;
  justify-content: space-between;
  cursor: pointer;
  margin: 0;
  color: #272727;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  width: 100%;
  align-items: center;
}
#cm-karcher-product .cm-section-faq .cm-col .cm-faq-item .cm-question img.cm-arrow-up,
#cm-karcher-product .cm-section-faq .cm-col .cm-faq-item .cm-question img.cm-arrow-down {
  width: 32px;
  top: 50%;
  transform: translateY(-50%);
}
#cm-karcher-product .cm-section-faq .cm-col .cm-faq-item .cm-question .cm-arrow-up {
  display: none;
  -webkit-animation: rotateArrow 0.5s;
  -moz-animation: rotateArrow 0.5s;
  -o-animation: rotateArrow 0.5s;
  animation: rotateArrow 0.5s;
  max-width: 22px;
}
#cm-karcher-product .cm-section-faq .cm-col .cm-faq-item .cm-question .cm-arrow-down {
  display: block;
  -webkit-animation: rotateArrow 0.5s;
  -moz-animation: rotateArrow 0.5s;
  -o-animation: rotateArrow 0.5s;
  animation: rotateArrow 0.5s;
  max-width: 22px;
}
#cm-karcher-product .cm-section-faq .cm-col .cm-faq-item .cm-question .cm-h4 {
  color: #272727;
}
#cm-karcher-product .cm-section-faq .cm-col .cm-faq-item .cm-question p {
  width: 95%;
  margin-left: 0;
  font-family: "ClanProMedium", Arial, sans-serif !important;
  line-height: 1.2;
  color: #272727;
  position: relative;
  padding: 0;
  display: block;
  cursor: pointer;
  font-size: 1.25em;
  line-height: 1.4;
  font-weight: 600;
  margin-top: .5em;
  margin-bottom: .5em;
}
@media only screen and (max-width: 400px) {
  #cm-karcher-product .cm-section-faq .cm-col .cm-faq-item .cm-question p {
    font-size: 1em;
  }
}
#cm-karcher-product .cm-section-faq .cm-col .cm-faq-item .cm-question img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#cm-karcher-product .cm-section-faq .cm-col .cm-faq-item .cm-answer {
  max-width: 95%;
  display: none;
  -webkit-animation: fadeInRight 0.5s;
  -moz-animation: fadeInRight 0.5s;
  -o-animation: fadeInRight 0.5s;
  animation: fadeInRight 0.5s;
}
#cm-karcher-product .cm-section-faq .cm-col .cm-faq-item .cm-answer p {
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  font-family: "UniNeueRegular", Arial, sans-serif;
  letter-spacing: 0.16px;
  padding-bottom: 1em;
}
#cm-karcher-product .cm-section-footer {
  text-align: center;
  padding-top: 4em;
  padding-bottom: 2em;
}
#cm-karcher-product .cm-section-footer img {
  width: 100%;
  max-width: 250px;
}
@media only screen and (max-width: 400px) {
  #cm-karcher-product .cm-section-footer img {
    max-width: 120px;
  }
}
#cm-karcher-product body {
  margin: 0;
  padding: 0;
}
#cm-karcher-product div {
  box-sizing: border-box;
}
#cm-karcher-product img {
  width: 100%;
}
#cm-karcher-product .cm-card-data {
  display: none;
}
@media screen {
  #cm-karcher-product {
    font-size: 14px;
  }
}
#cm-karcher-product .cm-spacer-m {
  padding-top: 3em;
  padding-bottom: 3em;
}
#cm-karcher-product .cm-spacer-m.cm-bg-gray {
  background-color: #f3f3f3;
}
@media only screen and (max-width: 700px) {
  #cm-karcher-product .cm-spacer-m {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
#cm-karcher-product .cm-spacer-s {
  padding-top: 1em;
  padding-bottom: 1em;
}
#cm-karcher-product .cm-spacer-s.cm-bg-gray {
  background-color: #f3f3f3;
}
