@font-face {
  font-family: "FFClanWeb";
  font-display: swap;
  src: url("../fonts/FFClanWebProRegular.woff2") format("woff2"), url("../fonts/FFClanWebProRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FFClanWeb";
  font-display: swap;
  src: url("../fonts/FFClanWebProNews.woff2") format("woff2"), url("../fonts/FFClanWebProNews.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "FFClanWeb";
  font-display: swap;
  src: url("../fonts/FFClanWebProMedium.woff2") format("woff2"), url("../fonts/FFClanWebProMedium.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "FFClanWeb";
  font-display: swap;
  src: url("../fonts/FFClanStdBold.woff2") format("woff2"), url("../fonts/FFClanStdBold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
.qx-section .qx-container-fluid {
  max-width: 80%;
}

.qx-section.qx-section--stretch .qx-container-fluid {
  max-width: 100%;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.qx-element-wrap .align-center {
  max-width: 100% !important;
}

.col-vertical-center .qx-col-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.col-horizontal-center,
.col-horizontal-center .qx-element-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gap-20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: nowrap !important;
}
.gap-20 .qx-column {
  width: calc(50% - 10px);
}

@media (max-width: 1023px) {
  .change-order-tablet {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .qx-flex-md-row.change-order-tablet {
    flex-direction: column-reverse !important;
  }
}
@media (max-width: 980px) {
  .gap-20 {
    -moz-column-gap: 0px;
         column-gap: 0px;
    flex-wrap: wrap !important;
  }
  .align-center {
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
  }
  .align-center.w100 {
    width: 100% !important;
  }
}
.maxwidth100 {
  max-width: 100% !important;
}

.maxwidth100container .qx-container-fluid {
  max-width: 100% !important;
}

.blurb-icon-left .qx-d-md-flex {
  display: flex !important;
}
.blurb-icon-left .qx-d-md-flex .qx-element-blurb__media svg {
  margin-left: 0px !important;
  width: 50px !important;
}

.no-hamburger-menu .qx-navbar {
  display: flex !important;
}
.no-hamburger-menu .qx-hidden\@s {
  display: none !important;
}

@media (max-width: 1024px) {
  .tablet-no-bg {
    background: none !important;
  }
}
@media (max-width: 768px) {
  .mobile-no-bg {
    background: none !important;
  }
  .background-contain-mobile .qx-col-wrap {
    background-size: contain !important;
  }
}
.overflowhidden {
  overflow: hidden !important;
}

div[role=tooltip] {
  display: none !important;
}

.content-right .qx-container-fluid {
  margin-right: auto !important;
}

.maxwidth1610 {
  max-width: 1610px;
}

.margin-left-auto {
  margin-left: auto;
}

.form-wrapper .qx-form-control {
  border-radius: 31px 31px 31px 31px;
  min-height: 18px;
}

body .qx-input::-moz-placeholder {
  color: #1c1c1c;
}

body .qx-input::placeholder {
  color: #1c1c1c;
}

.form-fields-wrapper .qx-form-check {
  display: flex !important;
  padding-left: 0px !important;
}
.form-fields-wrapper .qx-form-group {
  position: relative;
}
.form-fields-wrapper .qx-form-group .qx-form-control {
  min-height: 62px !important;
  transition-property: color, background-color;
  padding: 20px 16px 20px 27px !important;
}
.form-fields-wrapper .qx-form-group .qx-form-control:required {
  border-color: #000 !important;
}
.form-fields-wrapper .qx-form-group .qx-form-control:hover, .form-fields-wrapper .qx-form-group .qx-form-control:focus-within {
  padding: 20px 16px 20px 26px !important;
  border: 2px solid #1697FB !important;
}
.form-fields-wrapper .qx-form-group .qx-form-control.error {
  border: 2px solid #FA0057 !important;
}
.form-fields-wrapper .qx-checkbox.error {
  border: 2px solid #FA0057 !important;
}
.form-fields-wrapper .qx-checkbox.error + label {
  color: #FA0057 !important;
}
.form-fields-wrapper label {
  font-size: 0px !important;
  line-height: 0px !important;
  color: transparent;
  margin: 0px !important;
  width: 0px;
  display: inherit;
}
.form-fields-wrapper label strong {
  position: absolute;
  top: -4px;
  right: 10px;
  color: transparent;
}
.form-fields-wrapper label strong:after {
  content: url(../images/required-icon.svg);
  position: absolute;
  margin-top: 3px !important;
}
.form-fields-wrapper .form-check-input {
  border-radius: 50%;
  width: 60px;
  height: 60px !important;
  border-color: #000;
  background: #fff;
}
.form-fields-wrapper .form-check-input.qx-checkbox:checked {
  background-color: #fff !important;
  background-image: url(../images/arrow-white-border.svg);
  border-color: #00FAA4 !important;
}
.form-fields-wrapper .form-check-label {
  cursor: pointer;
  margin-top: 1.2em !important;
  font-size: 14px !important;
  line-height: 1.7em !important;
  color: #1c1c1c !important;
  width: calc(100% - 80px);
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.form-fields-wrapper .form-check-label a {
  text-decoration: none !important;
  color: #0093FF !important;
}

@media (max-width: 768px) {
  .form-fields-wrapper .form-check-input {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border-color: #000;
    background: #fff;
    margin-top: 0.7em !important;
  }
  .form-fields-wrapper .form-check-input.qx-checkbox:checked {
    background-size: 100%;
  }
  .form-fields-wrapper .form-check-label {
    margin-top: 0.7em !important;
  }
}
.qx-element-accordion-v2 .qx-element-accordion-item {
  border-radius: 0 !important;
  border-left: 0px !important;
  border-right: 0px !important;
  padding: 25px 10px;
  margin-bottom: 0px !important;
  border-color: #1c1c1c !important;
  border-top: 0px !important;
}
.qx-element-accordion-v2 .qx-element-accordion-item:first-child {
  border-top: 1px solid #1c1c1c !important;
}
.qx-element-accordion-v2 .qx-element-accordion-item .wrap-accordion-title {
  font-weight: 900;
  font-size: 18px;
  line-height: 30px;
  color: #1c1c1c;
  margin-left: 0px !important;
}
.qx-element-accordion-v2 .qx-element-accordion-item .qx-accordion_icon {
  margin-right: 11px !important;
}
.qx-element-accordion-v2 .qx-element-accordion-item .qx-accordion-title:before {
  content: "" !important;
  background-image: url(../images/pfeil-unten-icon.svg);
  width: 24px;
  height: 25px;
  transition: 0.3s;
  margin-left: 10px;
  background-position: 50% 50%;
  position: absolute;
  right: 10px;
}
.qx-element-accordion-v2 .qx-element-accordion-item.qx-open .qx-accordion-title:before {
  content: "" !important;
  background-image: url(../images/pfeil-oben-icon.svg);
  width: 24px;
  height: 25px;
  float: right;
  margin-left: 10px;
  background-position: 50% 50%;
  position: absolute;
  right: 10px;
}
.qx-element-accordion-v2 .qx-element-accordion-item .qx-accordion-title:hover:before {
  transform: translateY(3px);
  transition: 0.3s;
}
.qx-element-accordion-v2 .qx-element-accordion-item.qx-open .qx-accordion-title:hover:before {
  transform: translateY(-3px);
  transition: 0.3s;
}
.qx-element-accordion-v2 .qx-element-accordion-item .qx-accordion-content {
  padding: 20px 0px 0px 0px !important;
  color: #1c1c1c;
  line-height: 28px;
}

body #blue-accordion.qx-element-accordion-v2 .qx-element-accordion-item {
  border-color: #0093ff !important;
  border-top: 0px !important;
}
body #blue-accordion.qx-element-accordion-v2 .qx-element-accordion-item:first-child {
  border-top: 1px solid #0093ff !important;
}
body #blue-accordion.qx-element-accordion-v2 .qx-element-accordion-item .qx-accordion-content {
  text-align: right;
  font-size: 14px;
  line-height: 23.8px;
}
body #blue-accordion.qx-element-accordion-v2 .qx-element-accordion-item .wrap-accordion-title {
  font-weight: 900;
  font-size: 18px;
  line-height: 30px;
  color: #0093ff;
  margin-left: 0px !important;
}

body .qx-navbar-nav > li > a {
  text-transform: initial;
}

body .center-icon .qx-element-blurb__media img,
body .center-icon .qx-element-blurb__media svg {
  height: 114px;
}

body .center-icon .qx-element-blurb__media img {
  margin: auto;
  display: block;
}

@media (max-width: 1024px) {
  body .responsive-icon-left .qx-element-blurb__media svg {
    margin-left: 0px !important;
  }
}
.qx-tab:before {
  border: 0px solid transparent !important;
}
.qx-tab a {
  padding: 0 0 9px 0 !important;
  margin: 0 15px 0 0 !important;
  border-bottom: 4px solid transparent !important;
}
.qx-tab a h3 {
  padding: 0;
  margin: 0;
}
.qx-tab .qx-active {
  -o-border-image: url(../images/border-gradient.svg) 30 30 stretch !important;
  border-image: url(../images/border-gradient.svg) 30 30 stretch !important;
}

.qx-tab a {
  padding: 0 0 0px 0 !important;
  margin: 0 0px 0 0 !important;
}

@media (min-width: 960px) {
  .qx-navbar-nav {
    gap: 0px !important;
  }
}
@media (max-width: 1024px) {
  body .qx-flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .responsive-center {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }
}
@media (max-width: 768px) {
  body .reverse-mobile {
    flex-direction: column-reverse !important;
  }
}
@media (max-width: 500px) {
  body .reverse-mobile-500 {
    flex-direction: column-reverse !important;
  }
  body .reverse-mobile-500 .qx-column {
    width: 100% !important;
  }
}
@media (max-width: 499px) and (min-width: 320px) {
  .wechsel-2-m {
    padding-bottom: 50px !important;
  }
}
body .qx-btn-primary.qx-focus, body .qx-btn-primary:focus {
  box-shadow: none !important;
}

body #navmod-offcanvas .qx-offcanvas-bar {
  position: relative;
}

#topnavsection,
#topnavsection2 {
  z-index: 999 !important;
  position: absolute !important;
  offset: unset !important;
}

.com_quix #topnavsection,
.com_quix #topnavsection2 {
  position: relative !important;
  background: #bbb;
}

.stickynavigation,
#stickynavigation {
  position: fixed !important;
  top: 0px !important;
  z-index: 999;
  top: -2px !important;
  opacity: 0;
  transition: opacity, top 0.3s;
  height: 0px;
  pointer-events: none;
  width: 100%;
}
.stickynavigation .qx-container-fluid,
#stickynavigation .qx-container-fluid {
  max-width: 100% !important;
}
.stickynavigation a,
#stickynavigation a {
  font-family: "FFClanWeb";
  font-size: 15px;
}
.stickynavigation.showsticky,
#stickynavigation.showsticky {
  height: auto;
  opacity: 1;
  pointer-events: initial;
}

.layout-iframe .stickynavigation,
.layout-iframe #stickynavigation {
  position: relative !important;
  opacity: 1;
  height: auto;
  pointer-events: initial;
}

@media (min-width: 1201px) {
  .scrolledtop.stickylow .stickynavigation.showsticky,
  .scrolledtop.stickylow #stickynavigation.showsticky {
    top: 105px !important;
  }
}
.scrolledtop #topbar-nav li.qx-active .qx-navbar-dropdown,
.scrolledtop #topbar-nav li.active ul {
  opacity: 1;
  position: fixed;
  top: 0 !important;
  z-index: 99999;
  pointer-events: initial;
  display: block;
}

.scrolledtop #topbar-nav li.qx-active .qx-navbar-dropdown ul:after {
  display: none !important;
  pointer-events: none;
}

.mobile-scrolltotop {
  display: none;
  position: absolute;
  right: 0px;
  top: 20px;
}

.qx-height-viewport .mobile-scrolltotop {
  display: block;
}

@media (max-width: 980px) {
  .scroll-up-arrow {
    display: none !important;
  }
  .mobile-scrolltotop {
    display: block;
  }
  .scrollnavi .qx-col-wrap {
    width: calc(100% - 2px);
    margin: 5px 0px -10px 0px;
    padding: 0 1px;
    overflow-x: scroll;
  }
  .scrollnavi .qx-visible\@s {
    display: block !important;
  }
  .scrollnavi .qx-hidden\@s {
    display: none !important;
  }
  .scrollnavi .qx-navbar-nav {
    justify-content: flex-start;
    display: flex;
    flex-wrap: nowrap !important;
  }
  .scrollnavi .scrollright {
    display: none;
    background: url(../images/scrollnavi-pfeil-white.svg) no-repeat center center;
    background-size: auto;
    width: 20px;
    height: 30px;
    position: absolute;
    right: -19px;
    top: 5px;
    border-left: 1px solid rgba(255, 255, 255, 0.45);
    padding-left: 10px;
    cursor: pointer;
  }
  .scrollnavi .scrollleft {
    display: none;
    background: url(../images/scrollnavi-pfeil-white-left.svg) no-repeat center center;
    background-size: auto;
    width: 20px;
    height: 30px;
    position: absolute;
    left: -19px;
    top: 5px;
    border-right: 1px solid rgba(255, 255, 255, 0.45);
    padding-right: 10px;
    cursor: pointer;
  }
  .scrollnavi li {
    display: flex;
    align-items: stretch;
  }
  .scrollnavi li:first-child a {
    padding-left: 0px !important;
  }
  .scrollnavi li:last-child a {
    padding-right: 0px !important;
  }
  .scrollnavi a {
    white-space: nowrap;
    padding-top: 3px !important;
    padding-bottom: 0px !important;
  }
}
.gallery-3-cols figure {
  aspect-ratio: 1/1;
}
.gallery-3-cols figure img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1/1;
}
.gallery-3-cols .qx-element-gallery-v2 .qx-overlay-content-wrapper:before {
  content: url(../images/button-zoom-in.svg);
}
.gallery-3-cols .qx-element-gallery-v2 li figure img {
  transition: all 0.3s !important;
}
.gallery-3-cols .qx-element-gallery-v2 li:hover figure img {
  transform: scale(1.1);
  transition: all 0.3s !important;
}
.gallery-3-cols .next {
  position: relative;
  padding-right: 60px;
  float: right;
}
.gallery-3-cols .prev {
  position: relative;
  padding-left: 60px;
}
.gallery-3-cols .prev,
.gallery-3-cols .next {
  color: #0093ff !important;
  font-size: 18px !important;
  line-height: 30px !important;
  font-weight: 500;
}
.gallery-3-cols .prev:hover,
.gallery-3-cols .next:hover {
  text-decoration: none;
}
.gallery-3-cols .next:before {
  content: url(../images/button-weiter.svg);
  position: absolute;
  top: -13px;
  right: 0;
}
.gallery-3-cols .prev:before {
  content: url(../images/button-weiter.svg);
  transform: scaleX(-1);
  position: absolute;
  top: -13px;
  left: 0;
}
.gallery-3-cols h3 {
  font-size: 18px !important;
  margin: 30px 0 0 !important;
  line-height: 1em !important;
}

@media (max-width: 1024px) {
  .gallery-3-cols h3 {
    font-size: 14px !important;
    margin: 30px 0 12px !important;
    line-height: 14px !important;
  }
}
@media (max-width: 640px) {
  .gallery-3-cols figure {
    aspect-ratio: 1/1;
  }
  .gallery-3-cols figure img {
    width: 100% !important;
    height: initial !important;
  }
}
img::before {
  display: block;
  content: "";
  padding-top: 66.6666666667%;
  /* You could reduce this expression with a preprocessor or by doing the math. I've kept the longer form in `calc()` to make the math more readable for this demo. */
}

.productconfigurator-section .qx-container-fluid {
  margin-right: 0px !important;
}
.productconfigurator-section span.blubb {
  text-align: center;
  display: inline-block;
  background-color: white;
  padding: 15px 27px;
  min-width: 116px !important;
  border-radius: 100px;
  border: 1px solid #1C1C1C;
  font-size: 14px;
  white-space: nowrap;
  margin-right: 5px;
  color: #1c1c1c;
  cursor: pointer;
}
.productconfigurator-section span.blubb:hover:not(.disabled), .productconfigurator-section span.blubb.active {
  padding: 14px 26px;
  border: 2px solid #1697FB;
}
.productconfigurator-section span.blubb.disabled {
  opacity: 0.5;
  cursor: default;
}
.productconfigurator-section div[class^=productconfigbox-] {
  margin-top: 45px;
}
.productconfigurator-section .productcolorselector {
  border-radius: 50%;
  border: 1px solid #000;
  padding: 5px;
  display: inline-block;
  margin-right: 7px;
  cursor: pointer;
  line-height: 0;
}
.productconfigurator-section .productcolorselector .icon {
  width: 25px;
  display: flex;
}
.productconfigurator-section .productcolorselector.disabled {
  opacity: 0.5;
  cursor: default;
}
.productconfigurator-section .productcolorselector.active, .productconfigurator-section .productcolorselector:hover {
  border: 2px solid #1697FB;
  padding: 4px;
}
.productconfigurator-section .productcolorselector .productcolorcircle {
  border-radius: 50%;
  padding: 5px;
  display: inline-block;
  margin-right: 7px;
  margin: 0px;
  width: 25px;
  height: 25px;
  float: left;
}
.productconfigurator-section .productcolor-01, .productconfigurator-section .productcolor-1 {
  background: #d1d1d1;
}
.productconfigurator-section .productcolor-27 {
  background: #000;
}
.productconfigurator-section .merkmal-value {
  font-size: 18px !important;
  vertical-align: middle;
  margin-right: 2px;
  font-weight: bold;
}
.productconfigurator-section div[class*=productconfigbox-] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.productconfigurator-section div[class*=productconfigbox-] > div {
  margin-bottom: 10px;
}
.productconfigurator-section div[class*=productconfigbox-] h5 {
  margin-bottom: 0px;
}
.productconfigurator-section span[class*=iconclass-]:before {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.productbottomrow {
  padding: 0 60px 47px 60px;
}
.productbottomrow hr {
  border-top: 1px solid #1C1C1C;
  margin-top: 0px;
}
.productbottomrow .productbottomrow-inner {
  max-width: 1300px;
  width: 100%;
  margin: 23px auto 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.productbottomrow .productshoplink {
  font-weight: 500;
  padding: 9px 20px 9px 22px;
  line-height: 1.7em !important;
  border-radius: 100px;
  font-size: 18px;
  background-image: linear-gradient(180deg, #3258CD 0%, #46B9FF 100%);
  color: #ffffff !important;
  border-width: 0px !important;
  margin: 0 0 0 18px;
  display: inline-block;
  transition: all 0.3s;
}
.productbottomrow .productshoplink:hover {
  transition: all 0.3s;
  transform: translateY(3px);
}
.productbottomrow .productdesc {
  width: 60%;
}
.productbottomrow .productdesc .productname {
  font-size: 40px;
  line-height: 55px;
  color: #1c1c1c;
}
.productbottomrow .productdesc .productcolor {
  color: #8e8e8e;
  font-weight: 900;
}
.productbottomrow .productdesc .productarticlenumber {
  color: #8e8e8e;
  font-size: 14px;
  line-height: 20px;
}
.productbottomrow .productprice-holder {
  width: 20%;
  text-align: right;
  font-weight: 900;
  color: #1C1C1C;
  font-size: 40px;
  line-height: 55px;
}
.productbottomrow .productprice-holder .mwst-label {
  font-size: 14px;
  line-height: 20px;
  color: #8e8e8e;
  font-weight: normal;
}
.productbottomrow .productshop {
  width: 20%;
  text-align: left;
}

@media (max-width: 1024px) {
  .productbottomrow {
    padding: 0 45px 20px 45px;
  }
  .productbottomrow .productbottomrow-inner {
    align-items: flex-start;
  }
  .productbottomrow .productdesc {
    width: calc(100% - 510px) !important;
  }
  .productbottomrow .productdesc .productname {
    font-size: 35px;
    line-height: 50px;
  }
  .productbottomrow .productprice-holder {
    width: 250px !important;
    font-size: 35px;
    line-height: 50px;
  }
  .productbottomrow .productshop {
    padding-top: 10px;
    width: 260px !important;
  }
}
@media (max-width: 768px) {
  .productbottomrow {
    padding: 0 35px 47px 35px;
  }
  .productbottomrow .productbottomrow-inner {
    align-items: flex-start;
  }
  .productbottomrow .productdesc {
    width: 100% !important;
  }
  .productbottomrow .productdesc .productname {
    font-size: 26px;
    line-height: 32px;
  }
  .productbottomrow .productdesc .productarticlenumber {
    display: flex;
    flex-direction: column;
    font-size: 11px;
    line-height: 20px;
  }
  .productbottomrow .productprice-holder {
    width: 100% !important;
    font-size: 18px;
    line-height: 30px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
    margin-top: -38px;
  }
  .productbottomrow .productprice-holder .mwst-label {
    font-size: 11px;
    line-height: 14px;
  }
  .productbottomrow .productshop {
    width: 100% !important;
    padding-top: 10px;
    display: flex;
    justify-content: center;
  }
  .productbottomrow .productshop .productshoplink {
    margin: 0px;
  }
}
section[class*=" productmodal-"] {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  height: 100vh;
  min-height: 100vh;
  width: 100vw !important;
  max-width: 100vw;
  z-index: 10000;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(28, 28, 28, 0.65) !important;
  display: none;
}
section[class*=" productmodal-"] .productdetail-modal {
  padding-top: 32px !important;
}
section[class*=" productmodal-"] .productdetail-modal .qx-col-wrap {
  padding: 0px !important;
}
section[class*=" productmodal-"] .productdetail-modal img {
  margin-bottom: 20px;
}
section[class*=" productmodal-"] .productdetail-modal .productname {
  font-size: 30px;
  line-height: 35px;
  padding: 0 27px;
  color: #1c1c1c;
}
section[class*=" productmodal-"] .productdetail-modal .productarticlenumber {
  font-size: 11px;
  line-height: 16px;
  padding: 9px 27px 22px;
  color: #8e8e8e;
}
section[class*=" productmodal-"] .productdetail-modal .productcolor {
  color: #8e8e8e;
  font-weight: 900;
}
section[class*=" productmodal-"] .productdetail-modal .artikelnumberlabel,
section[class*=" productmodal-"] .productdetail-modal .producteanlabel {
  display: block;
}
section[class*=" productmodal-"] .modal-close-wrapper {
  position: absolute;
  bottom: -80px;
}
section[class*=" productmodal-"] .qx-container-fluid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  background: #fff;
  border-top: 8px solid;
  -o-border-image: linear-gradient(90deg, #64009a 0%, #46B9FF 100%) 1;
     border-image: linear-gradient(90deg, #64009a 0%, #46B9FF 100%) 1;
}
section[class*=" productmodal-"] .qx-container-fluid .qx-row-wrap {
  padding-top: 0px !important;
}
section[class*=" productmodal-"] .qx-container-fluid .qx-row-wrap .qx-row .qx-column:last-child {
  padding: 32px 29px 80px 44px;
  background: #f7f7f7;
}

@media (max-width: 980px) {
  section[class*=" productmodal-"] .qx-container-fluid {
    max-width: 860px !important;
    width: 80% !important;
  }
  section[class*=" productmodal-"] .qx-container-fluid .modal-close-wrapper {
    bottom: -56px;
  }
  section[class*=" productmodal-"] .qx-container-fluid .modal-close {
    text-align: right !important;
  }
  section[class*=" productmodal-"] .qx-container-fluid div[class*=produktlinks-] {
    display: flex;
    justify-content: center;
  }
  section[class*=" productmodal-"] .qx-container-fluid .qx-row-wrap .qx-row .qx-column {
    width: 100% !important;
  }
  section[class*=" productmodal-"] .qx-container-fluid .qx-row-wrap .qx-row .qx-column .qx-col-wrap {
    padding: 0px !important;
  }
  section[class*=" productmodal-"] .qx-container-fluid .qx-row-wrap .qx-row .qx-column.productdetail-modal {
    border-bottom: 1px solid #dbd5f1;
    padding-top: 19px !important;
    padding-bottom: 20px;
  }
  section[class*=" productmodal-"] .qx-container-fluid .qx-row-wrap .qx-row .qx-column.productdetail-modal .productarticlenumber {
    font-size: 11px;
    line-height: 16px;
    padding: 9px 27px 2px;
    color: #8e8e8e;
  }
  section[class*=" productmodal-"] .qx-container-fluid .qx-row-wrap .qx-row .qx-column.productdetail-modal span[class*=productname-] {
    display: block;
  }
  section[class*=" productmodal-"] .qx-container-fluid .qx-row-wrap .qx-row .qx-column.productdetail-modal .productcolor {
    font-weight: 900;
  }
  section[class*=" productmodal-"] .qx-container-fluid .qx-row-wrap .qx-row .qx-column.productdetail-modal img {
    float: left;
    width: 112px;
    max-height: 104px;
  }
}
.circlecolorname {
  max-width: 176px;
}

html {
  scroll-behavior: smooth;
  font-family: "FFClanWeb" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px !important;
}

body {
  font-family: "FFClanWeb" !important;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important;
}

a, abbr, acronym, address, applet, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, u, ul, var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
}

.qx-btn {
  font-weight: 500 !important;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "FFClanWeb" !important;
  padding-bottom: 12px !important;
  font-weight: 900;
}
body h1 {
  font-size: 50px;
  line-height: 65px;
}
body h2 {
  font-size: 40px;
  line-height: 55px;
  margin-block-end: 0;
}
body h3 {
  font-size: 30px;
  line-height: 40px;
}

@media (max-width: 980px) {
  body h1 {
    font-size: 45px;
    line-height: 60px;
  }
  body h2 {
    font-size: 35px;
    line-height: 50px;
    margin-block-end: 0;
  }
  body h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 28px;
  }
  body h1 {
    font-size: 45px;
    line-height: 60px;
  }
  body h2 {
    font-size: 30px;
    line-height: 40px;
    margin-block-end: 0;
  }
  body h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
  color: #fff;
}

b, strong {
  font-weight: 900 !important;
}

.sub-head {
  font-weight: normal;
}

a {
  color: #2ea3f2;
}

body a:hover {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
}

.site {
  width: 100%;
}

.qx-navbar-item, .qx-navbar-nav > li > a, .qx-navbar-toggle {
  font-family: "FFClanWeb" !important;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  padding-right: 240px !important;
  flex-wrap: nowrap !important;
}
.footer-content a {
  color: #fff;
}
.footer-content .qx-background-overlay {
  display: none !important;
}
.footer-content .qx-column {
  float: left;
}
.footer-content .qx-column:nth-of-type(2) {
  min-width: 153px;
  margin-right: 0 !important;
  width: 20.875% !important;
}
.footer-content .qx-column:nth-of-type(3) {
  display: flex !important;
  padding-left: max(10px, 10%) !important;
  padding-right: max(10px, 10%) !important;
  margin-right: 0 !important;
  min-height: 1px;
}
.footer-content .qx-column:nth-of-type(4) {
  min-width: 212px !important;
  margin-right: 0 !important;
  width: 20.875% !important;
}

::-webkit-scrollbar {
  width: 0 !important;
}

@media (max-width: 1240px) {
  .footer-content {
    flex-wrap: wrap !important;
    padding-right: 0px !important;
  }
  .footer-content .qx-column:nth-of-type(3) {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -11px;
  }
}
@media (max-width: 1024px) {
  .footer-content .qx-column:nth-of-type(2) {
    min-width: initial;
    width: 100% !important;
  }
  .footer-content .qx-column:nth-of-type(4) {
    min-width: 212px !important;
    margin-right: 0 !important;
    width: 30% !important;
  }
}
.footer-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 5.82%;
}
.footer-navigation ul li a,
.footer-navigation ul li .nav-header {
  font-size: 12px;
  font-family: "FFClanWeb";
  font-weight: bold;
  padding-bottom: 8px;
  padding-left: 11px;
  padding-right: 11px;
  color: #fff;
}
.footer-navigation ul li ul {
  display: block;
  list-style: none;
  margin-bottom: 0%;
}
.footer-navigation ul li ul li {
  line-height: 29px;
  color: #fff;
}
.footer-navigation ul li ul li a {
  font-weight: normal;
  color: #fff;
  font-size: 12px;
  padding-bottom: 8px;
}
.footer-navigation a:hover,
.footer-navigation .nav-header:hover {
  opacity: 0.7;
  text-decoration: none;
}

.footer-social li {
  transition: transform 300ms ease 0ms;
}

.footer-social li:hover {
  transform: translateX(0px) translateY(3px) !important;
}

.meta-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
.meta-navigation ul li {
  float: left;
  margin-top: 8px;
  padding-left: 11px;
  padding-right: 11px;
}
.meta-navigation ul li a {
  font-size: 12px;
  color: #8E8E8E !important;
  line-height: 15px;
  padding-bottom: 8px;
}

.visually-hidden {
  display: none;
}

@media (max-width: 768px) {
  .footer-navigation > ul {
    flex-wrap: wrap;
  }
  .footer-navigation > ul > li {
    width: 33.333333%;
    margin-bottom: 30px;
  }
}
@media (max-width: 630px) {
  .footer-meta-row-mobile .qx-column {
    width: 100% !important;
  }
  .footer-meta-row-mobile .mod-languages__select.btn-group {
    margin-bottom: 14px;
  }
}
div.mod-languages .btn-group {
  justify-content: center;
}
div.mod-languages button {
  border: 1px solid #5558c4;
  background: transparent;
  color: #fff;
  border-radius: 24px;
  padding: 8px 15px !important;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  font-family: "FFClanWeb" !important;
  font-weight: 500;
}
div.mod-languages button:before {
  content: url(../images/language-selector-icon.svg);
  vertical-align: middle;
  margin-right: 7px;
  display: inline-block;
}
div.mod-languages .dropdown-menu {
  border: 0px;
  background: rgba(28, 28, 28, 0.92);
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-top-width: 4px;
  border-style: solid;
  -o-border-image: url(../images/border-gradient.svg) 30 30 stretch;
  border-image: url(../images/border-gradient.svg) 30 30 stretch;
  padding-top: 0px !important;
  display: none;
}
div.mod-languages .dropdown-menu.show {
  display: block;
  z-index: 1;
}
div.mod-languages .dropdown-menu .lang-active {
  display: none;
}
div.mod-languages .dropdown-menu li {
  padding: 0px !important;
}
div.mod-languages .dropdown-menu a {
  font-size: 14px;
  color: #fff;
}

@media (max-width: 991px) {
  div.mod-languages .dropdown-menu.show {
    transform: translate(0px, -42px) !important;
  }
  div.mod-languages .btn-group {
    justify-content: left;
  }
}
#logo-holder {
  position: absolute;
  top: 30px;
  width: 80% !important;
  max-width: 1300px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
#logo-holder a {
  pointer-events: all;
}

#topbar-nav .qx-button {
  border: 0px;
  color: #fff !important;
  padding-right: 0px;
}
#topbar-nav .qx-button svg {
  width: 25px;
}
#topbar-nav .qx-button svg rect {
  fill: #fff;
}
#topbar-nav .qx-button:hover svg rect:first-child {
  fill: #2ea3f2;
}
#topbar-nav .qx-button:hover svg rect:last-child {
  fill: #2ea3f2;
}
#topbar-nav .qx-offcanvas {
  width: 100%;
  overflow-y: auto;
}
#topbar-nav .qx-offcanvas-bar {
  max-width: 400px;
  width: 100%;
}
#topbar-nav .qx-offcanvas-bar:before {
  position: fixed;
  left: 0;
  right: auto;
  content: "";
  height: 100vh;
  width: 100vw;
  z-index: -1;
  background: rgba(28, 28, 28, 0.65);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px) !important;
  top: 0;
}
#topbar-nav .qx-offcanvas-bar .offcanvas-header {
  width: calc(100% + 60px);
  height: 101px;
  border-bottom: 1px solid #000;
  margin-left: -30px;
  padding: 41px 30px 0px;
  margin-bottom: 59px;
}
#topbar-nav .qx-offcanvas-bar .offcanvas-header a {
  width: 127px;
  height: 26px;
  display: inline-block;
}
#topbar-nav .qx-offcanvas-bar .offcanvas-header a:before {
  content: "";
  width: 126px;
  height: 26px;
  background-image: url(../images/electrify-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
#topbar-nav .qx-offcanvas-bar ul.qx-nav.qx-flex-column > li.qx-parent > a::after {
  background-image: url(../images/open-sub-icon.svg);
}
#topbar-nav .qx-offcanvas-bar ul.qx-nav.qx-flex-column > li.qx-parent > a[aria-expanded=true]::after {
  background-image: url(../images/close-sub-icon.svg);
}
#topbar-nav .qx-offcanvas-bar .qx-offcanvas-close {
  top: 37px;
  right: 25px;
}
#topbar-nav .qx-offcanvas-bar .qx-offcanvas-close:before {
  content: url(../images/close-icon.svg);
}
#topbar-nav .qx-offcanvas-bar .qx-offcanvas-close svg {
  display: none;
}
#topbar-nav .qx-offcanvas-bar .qx-nav-header,
#topbar-nav .qx-offcanvas-bar a {
  font-size: 24px !important;
  line-height: 34px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  font-weight: 900;
  padding: 0px !important;
  margin-bottom: 40px;
  text-transform: none !important;
}
#topbar-nav .qx-offcanvas-bar .qx-nav-header:after,
#topbar-nav .qx-offcanvas-bar a:after {
  right: 22px !important;
}
#topbar-nav .qx-offcanvas-bar .qx-nav-header.normaltext,
#topbar-nav .qx-offcanvas-bar a.normaltext {
  font-weight: normal !important;
}
#topbar-nav .qx-offcanvas-bar .qx-nav-sub {
  padding: 0px 0 27px 0;
}
#topbar-nav .qx-offcanvas-bar .qx-nav-sub li {
  margin-top: 0px;
  margin-bottom: 35px;
}
#topbar-nav .qx-offcanvas-bar .qx-nav-sub li a {
  margin-bottom: 35px;
  padding: 0 !important;
  font-size: 14px !important;
  color: #fff !important;
  font-weight: 900;
}
#topbar-nav .qx-offcanvas-bar .qx-nav-sub li a span {
  font-weight: 500;
}
#topbar-nav .qx-offcanvas-bar .icon-alle-produkte:before {
  content: "";
  width: 64px;
  height: 42px;
  background-image: url(../images/icon-ladeloesungen-m.svg);
  background-size: 64px 42px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
#topbar-nav .qx-offcanvas-bar .icon-esat:before {
  content: "";
  width: 64px;
  height: 42px;
  background-image: url(../images/icon-esat-m.svg);
  background-size: 64px 42px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
#topbar-nav .qx-offcanvas-bar .icon-eboxsr10:before {
  content: "";
  width: 64px;
  height: 42px;
  background-image: url(../images/icon-ebox-sr10-m.svg);
  background-size: 64px 42px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
#topbar-nav .qx-offcanvas-bar .icon-eboxwr30:before {
  content: "";
  width: 64px;
  height: 42px;
  background-image: url(../images/icon-ebox-wr30-m.svg);
  background-size: 64px 42px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
#topbar-nav .qx-offcanvas-bar .icon-smartbox:before {
  content: "";
  width: 64px;
  height: 42px;
  background-image: url(../images/icon-smart-box-m.svg);
  background-size: 64px 42px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
#topbar-nav .qx-offcanvas-bar .icon-eccapp:before {
  content: "";
  width: 64px;
  height: 42px;
  background-image: url(../images/icon-ecc-m.svg);
  background-size: 64px 42px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
#topbar-nav .qx-offcanvas-bar .icon-elms:before {
  content: "";
  width: 64px;
  height: 42px;
  background-image: url(../images/icon-elms-m.svg);
  background-size: 64px 42px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
#topbar-nav .qx-offcanvas-bar .icon-elight:before {
  content: "";
  width: 64px;
  height: 42px;
  background-image: url(../images/icon-elight-m.svg);
  background-size: 64px 42px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
#topbar-nav .qx-offcanvas-bar .icon-ersatzteile:before {
  content: "";
  width: 64px;
  height: 42px;
  background-image: url(../images/services-ersatzteile-icon-negativ.svg);
  background-size: 64px 42px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
#topbar-nav .qx-offcanvas-bar .icon-privat:before {
  content: "";
  width: 64px;
  height: 42px;
  background-image: url(../images/electrify-home-icon.svg);
  background-size: 64px 42px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
#topbar-nav .qx-offcanvas-bar .icon-gewerbe:before {
  content: "";
  width: 64px;
  height: 42px;
  background-image: url(../images/loesungen-gewerblich-icon-negativ.svg);
  background-size: 64px 42px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
#topbar-nav .qx-offcanvas-bar .icon-oeffis:before {
  content: "";
  width: 64px;
  height: 42px;
  background-image: url(../images/loesungen-oeffentlich-icon-negativ.svg);
  background-size: 64px 42px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
#topbar-nav .qx-offcanvas-bar .icon-ladefreigabe:before {
  content: "";
  width: 64px;
  height: 42px;
  background-image: url(../images/services-ladefreigabe-icon-negativ.svg);
  background-size: 64px 42px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
#topbar-nav .qx-offcanvas-bar .icon-personalisierung:before {
  content: "";
  width: 64px;
  height: 42px;
  background-image: url(../images/services-personalisierung-icon-negativ.svg);
  background-size: 64px 42px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
#topbar-nav .qx-offcanvas-bar .icon-downloads:before {
  content: "";
  width: 64px;
  height: 42px;
  background-image: url(../images/services-downloads-icon-negativ.svg);
  background-size: 64px 42px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
#topbar-nav .qx-offcanvas-bar .icon-hfragen:before {
  content: "";
  width: 64px;
  height: 42px;
  background-image: url(../images/ratgeber-haeufige-fragen-icon-negativ.svg);
  background-size: 64px 42px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
#topbar-nav .qx-offcanvas-bar .icon-ratgeber:before {
  content: "";
  width: 64px;
  height: 42px;
  background-image: url(../images/ratgeber-mag-icon-negativ.svg);
  background-size: 64px 42px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
#topbar-nav .qx-navbar-dropbar {
  display: none !important;
}
#topbar-nav .qx-navbar-right {
  max-width: 1300px !important;
  margin-right: auto !important;
  width: 80% !important;
  display: flex !important;
  justify-content: flex-end !important;
}
#topbar-nav .qx-navbar-nav,
#topbar-nav .qx-element-joomla-mod-v2 > ul {
  list-style: none;
  margin: 5px 49px 0 -11px;
  padding: 0 0 0 100px;
  max-width: 1300px;
}
#topbar-nav .qx-navbar-nav > li,
#topbar-nav .qx-element-joomla-mod-v2 > ul > li {
  margin-top: 0px;
  float: right;
}
#topbar-nav .qx-navbar-nav > li > a,
#topbar-nav .qx-navbar-nav > li > .nav-header,
#topbar-nav .qx-element-joomla-mod-v2 > ul > li > a,
#topbar-nav .qx-element-joomla-mod-v2 > ul > li > .nav-header {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 15px;
  margin-right: 15px;
  color: #fff;
  padding-bottom: 20px;
  font-weight: bold;
  position: relative;
  transition: padding-top 0.3s ease-in-out;
  display: block;
  font-family: "FFClanWeb";
}
#topbar-nav .qx-navbar-nav > li > a:hover,
#topbar-nav .qx-navbar-nav > li > .nav-header:hover,
#topbar-nav .qx-element-joomla-mod-v2 > ul > li > a:hover,
#topbar-nav .qx-element-joomla-mod-v2 > ul > li > .nav-header:hover {
  padding-top: 4px;
}
#topbar-nav .qx-navbar-nav > li.qx-active > a:after, #topbar-nav .qx-navbar-nav > li:hover > a:after, #topbar-nav .qx-navbar-nav > li:hover > .nav-header:after,
#topbar-nav .qx-element-joomla-mod-v2 > ul > li.qx-active > a:after,
#topbar-nav .qx-element-joomla-mod-v2 > ul > li:hover > a:after,
#topbar-nav .qx-element-joomla-mod-v2 > ul > li:hover > .nav-header:after {
  position: absolute;
  content: "";
  bottom: 0;
  height: 4px;
  background: transparent linear-gradient(90deg, #64009A 0%, #46B9FF 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  top: 38px;
  left: 0px;
  transition: 0;
  z-index: 9999 !important;
}
#topbar-nav .qx-navbar-nav > li:hover ul:after,
#topbar-nav .qx-element-joomla-mod-v2 > ul > li:hover ul:after {
  pointer-events: all;
  opacity: 1;
}
#topbar-nav .qx-navbar-nav .qx-navbar-dropdown,
#topbar-nav .qx-element-joomla-mod-v2 > ul .qx-navbar-dropdown {
  position: absolute;
  left: 0 !important;
  top: 47px !important;
  width: 100% !important;
  padding: 0px !important;
  max-width: 100% !important;
}
#topbar-nav .qx-navbar-nav .qx-navbar-dropdown ul,
#topbar-nav .qx-element-joomla-mod-v2 > ul .qx-navbar-dropdown ul {
  min-height: 105px;
  margin-top: auto !important;
  margin-bottom: auto !important;
  padding: 10px 0px !important;
  list-style: none;
  background: #f7f7f7;
  display: flex !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  flex-direction: row !important;
  pointer-events: none !important;
  align-items: baseline;
  transition: opacity 0.3s !important;
  text-align: center;
  vertical-align: baseline;
  line-height: 26px;
}
#topbar-nav .qx-navbar-nav .qx-navbar-dropdown ul:after,
#topbar-nav .qx-element-joomla-mod-v2 > ul .qx-navbar-dropdown ul:after {
  z-index: 1000;
  pointer-events: none !important;
  position: absolute;
  background-color: rgba(28, 28, 28, 0.65) !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(15px);
  min-height: 200vh !important;
  min-width: 100% !important;
  top: 105px !important;
  left: 0 !important;
  content: "";
}
#topbar-nav .qx-navbar-nav .qx-navbar-dropdown ul > li,
#topbar-nav .qx-element-joomla-mod-v2 > ul .qx-navbar-dropdown ul > li {
  margin-top: 8px;
  padding: 0 7px !important;
  line-height: 28px;
  position: relative;
  vertical-align: baseline;
}
#topbar-nav .qx-navbar-nav .qx-navbar-dropdown ul > li > a,
#topbar-nav .qx-element-joomla-mod-v2 > ul .qx-navbar-dropdown ul > li > a {
  padding: 2px 20px;
  display: block;
  color: #000;
  transition: all 0.3s;
  font-weight: bold;
  font-size: 14px;
  font-family: "FFClanWeb";
  line-height: 18px;
  vertical-align: baseline;
}
#topbar-nav .qx-navbar-nav .qx-navbar-dropdown ul > li > a p,
#topbar-nav .qx-element-joomla-mod-v2 > ul .qx-navbar-dropdown ul > li > a p {
  transition: 0.3s;
  margin: 0;
  padding: 0;
  line-height: 18px;
}
#topbar-nav .qx-navbar-nav .qx-navbar-dropdown ul > li > a:before,
#topbar-nav .qx-element-joomla-mod-v2 > ul .qx-navbar-dropdown ul > li > a:before {
  margin-bottom: 3px;
}
#topbar-nav .qx-navbar-nav .qx-navbar-dropdown ul > li > a.first-word span,
#topbar-nav .qx-element-joomla-mod-v2 > ul .qx-navbar-dropdown ul > li > a.first-word span {
  font-weight: normal;
}
#topbar-nav .qx-navbar-nav .qx-navbar-dropdown ul > li > a:hover,
#topbar-nav .qx-element-joomla-mod-v2 > ul .qx-navbar-dropdown ul > li > a:hover {
  text-decoration: none;
  color: #5752C7 !important;
}
#topbar-nav .qx-navbar-nav .qx-navbar-dropdown ul > li > a:hover p,
#topbar-nav .qx-element-joomla-mod-v2 > ul .qx-navbar-dropdown ul > li > a:hover p {
  transform: translateY(5px);
  transition: 0.3s;
  color: #5752C7 !important;
}
#topbar-nav .qx-navbar-nav ul.mod-menu,
#topbar-nav .qx-element-joomla-mod-v2 > ul ul.mod-menu {
  list-style: none;
  opacity: 0;
  background: #fff;
  position: absolute;
  left: 0;
  top: 66px;
  width: 100%;
  padding: 10px 0;
  display: flex !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  flex-direction: row !important;
  pointer-events: none !important;
  transition: opacity 0.3s !important;
}
#topbar-nav .qx-navbar-nav ul.mod-menu:after,
#topbar-nav .qx-element-joomla-mod-v2 > ul ul.mod-menu:after {
  z-index: 1000;
  pointer-events: none !important;
  position: absolute;
  background-color: rgba(28, 28, 28, 0.65) !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(15px);
  min-height: 200vh !important;
  min-width: 100% !important;
  top: 105px !important;
  left: 0 !important;
  content: "";
}
#topbar-nav .qx-navbar-nav ul.mod-menu > li,
#topbar-nav .qx-element-joomla-mod-v2 > ul ul.mod-menu > li {
  margin-top: 8px;
}
#topbar-nav .qx-navbar-nav ul.mod-menu > li > a,
#topbar-nav .qx-element-joomla-mod-v2 > ul ul.mod-menu > li > a {
  height: 80px;
  padding: 2px 20px;
  display: block;
  color: #000;
  transition: all 0.3s;
  font-weight: bold;
  font-size: 14px;
}
#topbar-nav .qx-navbar-nav ul.mod-menu > li > a p,
#topbar-nav .qx-element-joomla-mod-v2 > ul ul.mod-menu > li > a p {
  transition: 0.3s;
  margin: 0;
  padding: 0;
  line-height: 7px;
}
#topbar-nav .qx-navbar-nav ul.mod-menu > li > a.first-word span,
#topbar-nav .qx-element-joomla-mod-v2 > ul ul.mod-menu > li > a.first-word span {
  font-weight: normal;
}
#topbar-nav .qx-navbar-nav ul.mod-menu > li > a:hover,
#topbar-nav .qx-element-joomla-mod-v2 > ul ul.mod-menu > li > a:hover {
  text-decoration: none;
  color: #5752C7 !important;
}
#topbar-nav .qx-navbar-nav ul.mod-menu > li > a:hover p,
#topbar-nav .qx-element-joomla-mod-v2 > ul ul.mod-menu > li > a:hover p {
  transform: translateY(5px);
  transition: 0.3s;
  color: #5752C7 !important;
}
#topbar-nav .qx-navbar-nav li:hover ul,
#topbar-nav .qx-element-joomla-mod-v2 > ul li:hover ul {
  opacity: 1;
  pointer-events: all !important;
}
#topbar-nav .qx-navbar-nav .icon-alle-produkte:before,
#topbar-nav .qx-element-joomla-mod-v2 > ul .icon-alle-produkte:before {
  content: url(../images/icon-alle-produkte.svg);
  display: block;
  max-width: 51px;
  margin: auto;
}
#topbar-nav .qx-navbar-nav .icon-esat:before,
#topbar-nav .qx-element-joomla-mod-v2 > ul .icon-esat:before {
  content: url(../images/icon-esat.svg);
  display: block;
  max-width: 51px;
  margin: auto;
}
#topbar-nav .qx-navbar-nav .icon-eboxsr10:before,
#topbar-nav .qx-element-joomla-mod-v2 > ul .icon-eboxsr10:before {
  content: url(../images/icon-ebox-sr10-base.svg);
  display: block;
  max-width: 51px;
  margin: auto;
}
#topbar-nav .qx-navbar-nav .icon-eboxwr30:before,
#topbar-nav .qx-element-joomla-mod-v2 > ul .icon-eboxwr30:before {
  content: url(../images/icon-ebox-wr30-base.svg);
  display: block;
  max-width: 51px;
  margin: auto;
}
#topbar-nav .qx-navbar-nav .icon-smartbox:before,
#topbar-nav .qx-element-joomla-mod-v2 > ul .icon-smartbox:before {
  content: url(../images/icon-smart-box.svg);
  display: block;
  max-width: 51px;
  margin: auto;
}
#topbar-nav .qx-navbar-nav .icon-eccapp:before,
#topbar-nav .qx-element-joomla-mod-v2 > ul .icon-eccapp:before {
  content: url(../images/ecc-app.svg);
  display: block;
  max-width: 51px;
  margin: auto;
}
#topbar-nav .qx-navbar-nav .icon-elms:before,
#topbar-nav .qx-element-joomla-mod-v2 > ul .icon-elms:before {
  content: url(../images/elms-icon-4.svg);
  display: block;
  max-width: 51px;
  margin: auto;
}
#topbar-nav .qx-navbar-nav .icon-elight:before,
#topbar-nav .qx-element-joomla-mod-v2 > ul .icon-elight:before {
  content: url(../images/icon-elight.svg);
  display: block;
  max-width: 51px;
  margin: auto;
}
#topbar-nav .qx-navbar-nav .icon-ersatzteile:before,
#topbar-nav .qx-element-joomla-mod-v2 > ul .icon-ersatzteile:before {
  content: url(../images/services-ersatzteile-icon.svg);
  display: block;
  max-width: 38px;
  margin: auto;
  margin-bottom: 3px;
}
#topbar-nav .qx-navbar-nav .icon-privat:before,
#topbar-nav .qx-element-joomla-mod-v2 > ul .icon-privat:before {
  content: url(../images/icon-test.svg);
  display: block;
  margin: auto;
}
#topbar-nav .qx-navbar-nav .icon-gewerbe:before,
#topbar-nav .qx-element-joomla-mod-v2 > ul .icon-gewerbe:before {
  content: url(../images/icon-gewerbe.svg);
  display: block;
  margin: auto;
}
#topbar-nav .qx-navbar-nav .icon-oeffis:before,
#topbar-nav .qx-element-joomla-mod-v2 > ul .icon-oeffis:before {
  content: url(../images/icon-oeffis.svg);
  display: block;
  margin: auto;
}
#topbar-nav .qx-navbar-nav .icon-ladefreigabe:before,
#topbar-nav .qx-element-joomla-mod-v2 > ul .icon-ladefreigabe:before {
  content: url(../images/services-ladefreigabe-icon.svg);
  display: block;
  max-width: 67px;
  margin: auto;
  margin-bottom: 3px;
}
#topbar-nav .qx-navbar-nav .icon-personalisierung:before,
#topbar-nav .qx-element-joomla-mod-v2 > ul .icon-personalisierung:before {
  content: url(../images/services-personalisierung-icon.svg);
  display: block;
  max-width: 38px;
  margin: auto;
  margin-bottom: 3px;
}
#topbar-nav .qx-navbar-nav .icon-downloads:before,
#topbar-nav .qx-element-joomla-mod-v2 > ul .icon-downloads:before {
  content: url(../images/services-downloads-icon.svg);
  display: block;
  max-width: 45px;
  margin: auto;
  margin-bottom: 3px;
}
#topbar-nav .qx-navbar-nav .icon-hfragen:before,
#topbar-nav .qx-element-joomla-mod-v2 > ul .icon-hfragen:before {
  content: url(../images/ratgeber-haeufige-fragen-icon.svg);
  display: block;
  max-width: 38px !important;
  margin: auto;
  margin-bottom: 3px;
}
#topbar-nav .qx-navbar-nav .icon-ratgeber:before,
#topbar-nav .qx-element-joomla-mod-v2 > ul .icon-ratgeber:before {
  content: url(../images/ratgeber-electrify-mag-icon.svg);
  display: block;
}
#topbar-nav .qx-navbar-nav .icon-hfragen,
#topbar-nav .qx-navbar-nav .icon-ratgeber,
#topbar-nav .qx-element-joomla-mod-v2 > ul .icon-hfragen,
#topbar-nav .qx-element-joomla-mod-v2 > ul .icon-ratgeber {
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}
#topbar-nav .qx-navbar-nav .normaltext,
#topbar-nav .qx-element-joomla-mod-v2 > ul .normaltext {
  font-weight: normal !important;
}

@media (max-width: 1200px) {
  #topbar-nav .qx-visible\@m {
    display: none !important;
  }
  #topbar-nav .qx-hidden\@m {
    display: block !important;
    width: 80%;
    margin: 0 auto;
  }
}
.kvspacer {
  height: 8px !important;
}

.scrolledtop #topbar-nav .qx-element-joomla-mod-v2 > ul ul:after {
  display: none;
}

.scrolldownicon {
  background: url(../images/rahmen.svg) no-repeat top center;
  height: 40px;
  width: 28px;
  margin: auto;
  cursor: pointer;
}
.scrolldownicon img,
.scrolldownicon svg {
  transition: all 300ms ease 0ms !important;
}
.scrolldownicon:hover img, .scrolldownicon:hover svg {
  transform: translateY(6px);
}
.scrolldownicon a {
  padding: 0 8px 15px 8px;
}

.middledivider div {
  height: 5px;
  width: 90px;
  background-image: linear-gradient(90deg, #64009A 0%, #46B9FF 100%);
  margin: 0 auto 30px auto;
}

@media (min-width: 981px) {
  .zwei-spalten-text {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.e-icon h1:before {
  content: url(../images/electrify-icon.svg);
  margin-right: 0px;
}

.titledivider span.qx-divider-separator {
  background-image: linear-gradient(90deg, #64009A 0%, #46B9FF 100%);
  height: 4px;
  min-height: 4px;
  max-height: 4px;
  margin-top: 0px !important;
  margin-bottom: 20px !important;
  width: 90px !important;
  max-width: 90px;
  border-top: 0px !important;
  padding-top: 0px !important;
}

.titledivider2 span.qx-divider-separator {
  background-image: linear-gradient(90deg, #64009A 0%, #105ae8 100%);
  height: 4px;
  min-height: 4px;
  max-height: 4px;
  margin-top: 0px !important;
  margin-bottom: 20px !important;
  width: 90px !important;
  max-width: 90px;
  border-top: 0px !important;
  padding-top: 0px !important;
}

.teaser3colBG {
  flex-wrap: nowrap !important;
}
.teaser3colBG .qx-col-wrap .qx-elements-wrap .qx-element-wrap svg {
  width: initial !important;
}
.teaser3colBG > .qx-column {
  margin-right: 20px !important;
}
.teaser3colBG > .qx-column:last-child {
  margin-right: 0 !important;
}
.teaser3colBG > .qx-column > .qx-col-wrap > .qx-elements-wrap > .qx-column > .qx-col-wrap > .qx-elements-wrap > .qx-row-wrap {
  background-size: 100% !important;
  transition: all 0.3s ease;
  min-height: 30vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.teaser3colBG > .qx-column > .qx-col-wrap:hover > .qx-elements-wrap > .qx-column > .qx-col-wrap > .qx-elements-wrap > .qx-row-wrap {
  transition: all 0.3s ease;
  background-size: 105% !important;
}
.teaser3colBG > .qx-column > .qx-col-wrap:hover:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 8px;
  background: transparent linear-gradient(90deg, #64009A 0%, #46B9FF 100%) 0% 0% no-repeat padding-box;
  width: 100%;
}

@media (max-width: 1024px) {
  .teaser3colBG {
    flex-wrap: wrap !important;
  }
  .teaser3colBG > .qx-column {
    margin-right: 0px !important;
    margin-bottom: 20px !important;
  }
  .teaser3colBG > .qx-column > .qx-col-wrap > .qx-elements-wrap > .qx-column > .qx-col-wrap > .qx-elements-wrap > .qx-row-wrap {
    min-height: initial;
  }
  .teaser3colBG > .qx-column:hover:after {
    bottom: 20px;
  }
}
@media (max-width: 650px) {
  .teaser3colBG .qx-element-text-v2 {
    display: none;
  }
}
@media (max-width: 479px) {
  .teaser3colBG > .qx-column > .qx-col-wrap > .qx-elements-wrap > .qx-column > .qx-col-wrap > .qx-elements-wrap > .qx-row-wrap > .qx-row > .qx-column {
    width: 100% !important;
  }
  .teaser3colBG h3, .teaser3colBG .qx-element-button-v2 {
    text-align: center !important;
  }
}
.qx-btn-primary,
.qx-btn-secondary {
  transition: all 300ms ease 0ms !important;
}
.qx-btn-primary:hover,
.qx-btn-secondary:hover {
  transition: all 300ms ease 0ms !important;
  transform: translateX(0px) translateY(3px) !important;
}

.full-width > svg {
  width: 100% !important;
}

.special-dark-teaser .qx-container-fluid {
  max-width: 100% !important;
}

@media (max-width: 768px) {
  .special-dark-teaser .qx-container-fluid {
    max-width: 100% !important;
  }
}
.sec-dark-bg {
  position: relative;
}

.sec-dark-bg:before {
  position: absolute;
  content: "";
  width: calc(100% + 120px) !important;
  background-color: #101010 !important;
  top: 0px;
  z-index: -1;
  height: calc(100% + 120px) !important;
  left: -60px;
  top: -60px !important;
}

@media (max-width: 1024px) {
  .sec-dark-bg:before {
    width: calc(100% + 80px) !important;
    background-color: #101010 !important;
    height: calc(100% + 80px) !important;
    left: -40px;
    top: -40px !important;
  }
}
@media (max-width: 768px) {
  .sec-dark-bg:before {
    width: calc(100% + 40px) !important;
    background-color: #101010 !important;
    height: calc(100% + 40px) !important;
    left: -20px;
    top: -20px !important;
  }
}
.width-1650 {
  max-width: 1650px !important;
  width: 100% !important;
}

@media (min-width: 1025px) {
  .elec-f h1:after {
    content: url(../images/electify-foerderfaehig.svg);
    position: absolute;
    transform: translate(-50px, -135px);
  }
  html[lang=en-GB] .elec-f h1:after {
    content: url(../images/electrify-is-eligible-icon-white-1.svg);
    transform: translate(35px, -180px);
  }
}
.comparetable {
  border: 0 !important;
  width: 100% !important;
  font-size: 14px;
}

.comparetable th {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  height: 20px;
  border-bottom: 2px solid #1c1c1c;
  padding: 12px 3px !important;
  color: #1c1c1c !important;
  font-weight: normal !important;
}

.comparetable td {
  border-bottom: 1px solid #1c1c1c;
  padding: 12px 3px !important;
  color: #1c1c1c !important;
}

.entry-content table.comparetable tr td {
  padding: 12px 3px !important;
}

.comparetable th:nth-child(even), .comparetable td:nth-child(even) {
  border: 0px !important;
  width: 3%;
}

.comparetable th, .comparetable td {
  text-align: center;
}

.comparetable th:first-child, .comparetable td:first-child {
  text-align: left;
}

.comparetable th img {
  display: inline;
  margin-right: 10px;
  margin-bottom: -5px;
}

@media (max-width: 550px) {
  .comparetable th img {
    float: none;
    display: block;
    margin: 10px auto;
  }
}
.hero-image {
  height: calc(100vh - 115px) !important;
  min-height: 700px !important;
  max-height: 818px !important;
  display: flex !important;
  align-items: flex-end;
}

.hero-video {
  height: calc(100vh - 135px) !important;
  min-height: 700px !important;
  max-height: 810px !important;
  display: flex !important;
  align-items: flex-end;
}
.hero-video video {
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-image.startseite {
  height: calc(100vh - 115px) !important;
  min-height: 700px !important;
  max-height: 818px !important;
  display: flex !important;
  align-items: flex-end;
}

.hero-video.startseite {
  background-color: #000000;
  height: calc(100vh - 135px) !important;
  min-height: 700px !important;
  max-height: calc(100vh - 135px) !important;
  display: flex !important;
  align-items: flex-end;
}
.hero-video.startseite video {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1024px) {
  .hero-image.startseite,
  .hero-image {
    height: calc(100vh - 135px) !important;
    min-height: 525px !important;
    max-height: calc(100vh - 135px) !important;
  }
  .hero-video.startseite,
  .hero-video {
    height: calc(100vh - 135px) !important;
    min-height: 525px !important;
    max-height: calc(100vh - 135px) !important;
  }
}
@media (max-width: 768px) {
  .hero-video .qx-container-fluid {
    max-width: calc(100% - 5vw);
    width: 100%;
  }
}
@media (max-width: 500px) {
  .hero-video .qx-element-button-wrapper span {
    font-size: 15px !important;
  }
}
.fadeInLeft {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 300ms ease 0ms;
}
.fadeInLeft.animate {
  opacity: 1;
  transform: translateX(0px);
}

.plusbutton {
  color: #0093FF !important;
  border-radius: 0px;
  font-size: 18px;
  line-height: 24px !important;
  cursor: pointer;
  position: relative;
  margin-left: 23px;
  display: inline-block;
  transition: transform 300ms ease 0s;
}
.plusbutton:hover {
  transform: translateY(3px);
}

.mouseoverdown {
  transition: transform 300ms ease 0s;
}
.mouseoverdown:hover {
  transform: translateY(3px);
}

.plusbutton:before {
  margin-left: -35px !important;
  content: "";
  background: url(../images/plus-icon-k.svg) no-repeat top left;
  background-size: contain;
  height: 24px;
  width: 24px;
  line-height: 21px;
  position: absolute;
  margin-top: 6px;
}

.plusbutton.show:before {
  background: url(../images/electrify-minus-icon.svg) no-repeat top left;
}

.plusbutton20:before {
  height: 20px;
  width: 20px;
  margin-top: 2px;
  margin-left: -25px !important;
}

.downloadsection {
  background-image: url(../images/download-hintegrund.svg) !important;
  background-size: cover !important;
  background-position: 50%;
}
.download-row {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.download-divider {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.rowright .qx-container-fluid {
  margin-right: 0;
}

.rowleft .qx-container-fluid {
  margin-left: 0;
}

@media (max-width: 1024px) {
  .rowright .qx-container-fluid {
    margin-right: auto;
  }
  .rowleft .qx-container-fluid {
    margin-left: auto;
  }
  .qx-tab {
    flex-wrap: nowrap !important;
    overflow: scroll;
    justify-content: flex-start !important;
  }
}
.app-buttons {
  max-width: 750px;
  margin: auto;
}
.app-buttons .qx-element {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.qx-element-joomla-articles-v2 .qx-card .qx-card-img-top {
  overflow: hidden;
  position: relative;
}
.qx-element-joomla-articles-v2 .qx-card .qx-card-img-top img {
  transition: all 300ms ease 0ms;
}
.qx-element-joomla-articles-v2 .qx-card .qx-card-img-top:after {
  transition: all 300ms ease 0ms;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1C1C1C 0% 0% no-repeat padding-box !important;
  opacity: 0.65;
  left: 0;
  top: 0;
}
.qx-element-joomla-articles-v2 .qx-card .qx-card-body {
  display: flex;
  flex-direction: column;
}
.qx-element-joomla-articles-v2 .qx-card .qx-card-body .qx-card-title {
  order: 2;
}
.qx-element-joomla-articles-v2 .qx-card .qx-card-body .qx-card-title a:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  left: 0;
  top: 0;
}
.qx-element-joomla-articles-v2 .qx-card .qx-card-body .qx-post-meta {
  order: 1;
}
.qx-element-joomla-articles-v2 .qx-card .qx-card-body .qx-btn {
  order: 3;
  margin: auto;
}
.qx-element-joomla-articles-v2 .qx-card .qx-card-body .qx-btn span {
  margin-left: 10px;
  font-weight: 300;
}
.qx-element-joomla-articles-v2 .qx-card:hover .qx-card-img-top img {
  transform: scale(1.1);
}
.qx-element-joomla-articles-v2 .qx-card:hover .qx-card-img-top:after {
  opacity: 0;
}
.qx-element-joomla-articles-v2 .qx-card:hover:after {
  position: absolute !important;
  background: transparent linear-gradient(90deg, #64009A 0%, #46B9FF 100%) 0% 0% no-repeat padding-box !important;
  height: 8px !important;
  content: "";
  bottom: 0 !important;
  visibility: visible;
  width: 100% !important;
  left: 0 !important;
}

.verantwortung-back {
  background-size: contain;
  background-image: url(../images/hesotec-ueber-uns-hintergrund.svg);
  background-position: 50%;
  background-repeat: no-repeat;
}

.brochure {
  background-position: 100px 110px !important;
}

.full-width > .qx-container-fluid {
  max-width: 100% !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

@media (max-width: 1300px) {
  .fwd-teaser h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .fwd-teaser .qx-element-text-v2 {
    font-size: 18px !important;
    line-height: 30px !important;
  }
}
@media (max-width: 980px) {
  .fwd-teaser h2 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
}
@media (max-width: 768px) {
  .brochure .qx-container {
    max-width: 80% !important;
    padding: 0 !important;
  }
}
.ladefreigabe-column .qx-elements-wrap .qx-element-wrap:nth-child(4) {
  position: absolute;
  bottom: 0px;
}

@media (max-width: 1024px) {
  .brochure {
    background: none !important;
  }
  .ladefreigabe-column .qx-elements-wrap .qx-element-wrap:nth-child(4) {
    position: relative;
    bottom: 0px;
  }
}
.elmsteaser,
.partnerportal {
  background-image: linear-gradient(45deg, #64009A 0%, #46B9FF 100%) !important;
}

@media (min-width: 1280px) {
  .elmsteaser .elms-logo {
    display: none;
  }
  .partnerportal .partner-logo {
    display: none;
  }
}
@media (max-width: 1279px) {
  .elmsteaser {
    background-image: url(../images/elms-teaser-solo.png), linear-gradient(45deg, #64009A 0%, #46B9FF 100%) !important;
    background-repeat: no-repeat;
    background-position: bottom left;
  }
  .elmsteaser .qx-column {
    width: 100% !important;
    padding: 50px 0 100px !important;
  }
  .elmsteaser .qx-column:nth-child(2) {
    display: none;
  }
  .partnerportal {
    background-image: url(../images/partner-portal-teaser-solo.png), linear-gradient(45deg, #64009A 0%, #46B9FF 100%) !important;
    background-repeat: no-repeat;
    background-position: bottom left;
  }
  .partnerportal .qx-column {
    width: 100% !important;
    padding: 50px 0 100px !important;
  }
  .partnerportal .qx-column:nth-child(2) {
    display: none;
  }
}
@media (max-width: 980px) {
  .partnerportal {
    background-size: 70%, 100%;
  }
  .elmsteaser {
    background-size: 70%, 100%;
  }
}
.teaser-pic-colortable .productcolortable {
  margin-bottom: 50px;
}

.productcolorrow {
  border-top: 1px solid #bababa;
  padding: 8px 0 8px 0;
  overflow: hidden;
  width: 100%;
}

.productcolorcircle {
  background: #000000;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  float: left;
  margin: 2px 7px 0 0;
}

.productcolor-01, .productcolor-1 {
  background: #d1d1d1;
}

.productcolor-27 {
  background: #000;
}

.productcolor-31 {
  background: url(../images/electrify-ral-wunschfarbe.svg) no-repeat top left;
  background-size: cover;
}

.productcolor-32 {
  background: url(../images/electrify-individuelle-folierung.svg) no-repeat top left;
  background-size: cover;
}

.productrowinfo {
  width: calc(100% - 32px);
  float: left;
}
.productrowinfo .productprice {
  display: none;
}
.productrowinfo .floatleft {
  width: 100%;
}
.productrowinfo .floatright {
  float: right;
}
.productrowinfo .productname {
  font-size: 14px;
  line-height: 21px;
  color: #1c1c1c;
  text-align: left;
}
.productrowinfo .productsubline {
  font-size: 14px;
  color: #8e8e8e;
}
.productrowinfo .productsubline .productartikelnummer {
  font-size: 14px;
  line-height: 20px;
  float: left;
  margin-right: 20px;
}
.productrowinfo .productsubline .productean {
  float: left;
  font-size: 14px;
  line-height: 20px;
}

.height120vh\@d {
  height: 120vh !important;
}

.height100vh\@d {
  height: 100vh !important;
}

.height80vh\@d {
  height: 80vh !important;
}

.height60vh\@d {
  height: 60vh !important;
}

.height40vh\@d {
  height: 40vh !important;
}

.height20vh\@d {
  height: 20vh !important;
}

@media (max-width: 980px) {
  .height120vh\@t {
    height: 120vh !important;
  }
  .height100vh\@t {
    height: 100vh !important;
  }
  .height80vh\@t {
    height: 80vh !important;
  }
  .height60vh\@t {
    height: 60vh !important;
  }
  .height40vh\@t {
    height: 40vh !important;
  }
  .height20vh\@t {
    height: 20vh !important;
  }
}
@media (max-width: 768px) {
  .height120vh\@m {
    height: 120vh !important;
  }
  .height100vh\@m {
    height: 100vh !important;
  }
  .height80vh\@m {
    height: 80vh !important;
  }
  .height60vh\@m {
    height: 60vh !important;
  }
  .height40vh\@m {
    height: 40vh !important;
  }
  .height20vh\@m {
    height: 20vh !important;
  }
}
@media (max-width: 980px) {
  .esatr10r20header {
    background-image: url(../../../../../images/electrify-esat-base-hero-mobile.jpg) !important;
  }
  .foerderungheader {
    background-position: 50%;
    background-image: url(../../../../../images/foerderung-electrify-detail.jpg) !important;
  }
}
.design-icon h2:before {
  content: url(../images/icon-design-1.svg);
  vertical-align: middle !important;
  margin-right: 0px;
}

.visible655 {
  display: none;
}

.layout-iframe .visible655 {
  display: block !important;
}

@media (max-width: 655px) {
  .visible655 {
    display: block !important;
  }
  .hide655 {
    display: none !important;
  }
  .hide655.show {
    display: block !important;
  }
}
.scrolltopicon {
  position: absolute;
  right: 0;
}

@media (max-width: 640px) {
  .responsive-table {
    overflow-x: scroll;
  }
}
@media (max-width: 1300px) {
  .fwd-teaser {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .fwd-teaser h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}
.col-vertical-center {
  margin: auto;
}

.visible-desktop {
  display: block;
}

.hide-desktop {
  display: none;
}

.layout-iframe .hide-desktop {
  display: block;
}

@media (max-width: 1024px) {
  .visible-desktop {
    display: none !important;
  }
  .layout-iframe .visible-desktop {
    display: block !important;
  }
  .hide-desktop {
    display: block !important;
  }
}
.qx-joomla-menu-offcanvas:not(.qx-offcanvas) {
  display: none;
}

.content-left .qx-container-fluid {
  margin-left: 0px;
}

@media (max-width: 1024px) {
  .content-left .qx-container-fluid {
    margin-left: auto;
  }
}
.productcolortable {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}
.productcolortable td, .productcolortable th {
  padding: 0px;
}

.productcolortable tr {
  font-size: 14px;
  line-height: 21px;
}
.productcolortable tr td {
  padding: 0px;
}

.productcolortable tr:first-child {
  border-top: 1px solid #bababa;
}

.productcolortable tr:nth-child(odd) {
  color: #1c1c1c;
}
.productcolortable tr:nth-child(odd) td:first-child {
  width: 32px;
  vertical-align: top;
}
.productcolortable tr:nth-child(odd) td {
  padding-top: 8px;
}

.productcolortable tr:nth-child(even) {
  color: #8e8e8e;
  border-bottom: 1px solid #bababa;
}
.productcolortable tr:nth-child(even) td {
  padding-bottom: 8px;
}
.productcolortable tr:nth-child(even) td span {
  margin-right: 20px;
}/*# sourceMappingURL=template.css.map */