<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
color definitions
 */
/*
Styleguide colors
 */
.border-dark-grey {
  border: 1px solid #444444 !important;
}

/*
font sizes
 */
/*
New sizes from master library
 */
:root {
  --tshirt-xxs: .25rem;
  --tshirt-xs: .5rem;
  --tshirt-s: .9375rem;
  --tshirt-m: 1.25rem;
  --tshirt-l: 1.875rem;
  --tshirt-xl: 2.8125rem;
  --tshirt-xxl: 4.0625rem;
  --tshirt-xxxl: 5.625rem;
}

@media screen and (min-width: 992px) {
  :root {
    --tshirt-xxs: .25rem;
    --tshirt-xs: .5rem;
    --tshirt-s: .9375rem;
    --tshirt-m: 1.875rem;
    --tshirt-l: 2.8125rem;
    --tshirt-xl: 4.0625rem;
    --tshirt-xxl: 5.625rem;
    --tshirt-xxxl: 7.5rem;
  }
}
:root {
  --tshirt-4: var(--tshirt-xxs);
  --tshirt-8: var(--tshirt-xs);
  --tshirt-15: var(--tshirt-s);
  --tshirt-20: var(--tshirt-m);
  --tshirt-30: var(--tshirt-l);
  --tshirt-45: var(--tshirt-xl);
  --tshirt-65: var(--tshirt-xxl);
  --warm-grey: #FCF9F7;
  --gp24-yellow: #F7A600;
  --button-radius: 19px;
  --border-radius: 15px;
}
@media screen and (min-width: 992px) {
  :root {
    --tshirt-4: var(--tshirt-xxs);
    --tshirt-8: var(--tshirt-xs);
    --tshirt-15: var(--tshirt-s);
    --tshirt-20: var(--tshirt-m);
    --tshirt-30: var(--tshirt-l);
    --tshirt-45: var(--tshirt-xl);
    --tshirt-65: var(--tshirt-xxl);
  }
}

.m-3 {
  margin: var(--tshirt-4);
}

/*
  custom margin and padding classes based on t-shirt-sizes
 */
/**
 Die $grid-breakpoints wurden von Bootstrap 4.6 kopiert, da die integriete breakpoint.scss von Bootstrap diese Werte benötigt.
 Wir haben es zunächst integriert, da viele Style Definitionen mit den Breakpoint Funktionen definiert wurden.
 */
.m4 {
  margin: var(--tshirt-4);
}

.mt-4,
.my-4 {
  margin-top: var(--tshirt-4);
}

.mr-4,
.mx-4 {
  margin-right: var(--tshirt-4);
}

.mb-4,
.my-4 {
  margin-bottom: var(--tshirt-4);
}

.ml-4,
.mx-4 {
  margin-left: var(--tshirt-4);
}

.p4 {
  padding: var(--tshirt-4);
}

.pt-4,
.py-4 {
  padding-top: var(--tshirt-4);
}

.pr-4,
.px-4 {
  padding-right: var(--tshirt-4);
}

.pb-4,
.py-4 {
  padding-bottom: var(--tshirt-4);
}

.pl-4,
.px-4 {
  padding-left: var(--tshirt-4);
}

.ms4 {
  margin: var(--tshirt-4);
}

.mst-4,
.msy-4 {
  margin-top: var(--tshirt-4);
}

.msr-4,
.msx-4 {
  margin-right: var(--tshirt-4);
}

.msb-4,
.msy-4 {
  margin-bottom: var(--tshirt-4);
}

.msl-4,
.msx-4 {
  margin-left: var(--tshirt-4);
}

.ps4 {
  padding: var(--tshirt-4);
}

.pst-4,
.psy-4 {
  padding-top: var(--tshirt-4);
}

.psr-4,
.psx-4 {
  padding-right: var(--tshirt-4);
}

.psb-4,
.psy-4 {
  padding-bottom: var(--tshirt-4);
}

.psl-4,
.psx-4 {
  padding-left: var(--tshirt-4);
}

.m8 {
  margin: var(--tshirt-8);
}

.mt-8,
.my-8 {
  margin-top: var(--tshirt-8);
}

.mr-8,
.mx-8 {
  margin-right: var(--tshirt-8);
}

.mb-8,
.my-8 {
  margin-bottom: var(--tshirt-8);
}

.ml-8,
.mx-8 {
  margin-left: var(--tshirt-8);
}

.p8 {
  padding: var(--tshirt-8);
}

.pt-8,
.py-8 {
  padding-top: var(--tshirt-8);
}

.pr-8,
.px-8 {
  padding-right: var(--tshirt-8);
}

.pb-8,
.py-8 {
  padding-bottom: var(--tshirt-8);
}

.pl-8,
.px-8 {
  padding-left: var(--tshirt-8);
}

.ms8 {
  margin: var(--tshirt-8);
}

.mst-8,
.msy-8 {
  margin-top: var(--tshirt-8);
}

.msr-8,
.msx-8 {
  margin-right: var(--tshirt-8);
}

.msb-8,
.msy-8 {
  margin-bottom: var(--tshirt-8);
}

.msl-8,
.msx-8 {
  margin-left: var(--tshirt-8);
}

.ps8 {
  padding: var(--tshirt-8);
}

.pst-8,
.psy-8 {
  padding-top: var(--tshirt-8);
}

.psr-8,
.psx-8 {
  padding-right: var(--tshirt-8);
}

.psb-8,
.psy-8 {
  padding-bottom: var(--tshirt-8);
}

.psl-8,
.psx-8 {
  padding-left: var(--tshirt-8);
}

.m15 {
  margin: var(--tshirt-15);
}

.mt-15,
.my-15 {
  margin-top: var(--tshirt-15);
}

.mr-15,
.mx-15 {
  margin-right: var(--tshirt-15);
}

.mb-15,
.my-15 {
  margin-bottom: var(--tshirt-15);
}

.ml-15,
.mx-15 {
  margin-left: var(--tshirt-15);
}

.p15 {
  padding: var(--tshirt-15);
}

.pt-15,
.py-15 {
  padding-top: var(--tshirt-15);
}

.pr-15,
.px-15 {
  padding-right: var(--tshirt-15);
}

.pb-15,
.py-15 {
  padding-bottom: var(--tshirt-15);
}

.pl-15,
.px-15 {
  padding-left: var(--tshirt-15);
}

.ms15 {
  margin: var(--tshirt-15);
}

.mst-15,
.msy-15 {
  margin-top: var(--tshirt-15);
}

.msr-15,
.msx-15 {
  margin-right: var(--tshirt-15);
}

.msb-15,
.msy-15 {
  margin-bottom: var(--tshirt-15);
}

.msl-15,
.msx-15 {
  margin-left: var(--tshirt-15);
}

.ps15 {
  padding: var(--tshirt-15);
}

.pst-15,
.psy-15 {
  padding-top: var(--tshirt-15);
}

.psr-15,
.psx-15 {
  padding-right: var(--tshirt-15);
}

.psb-15,
.psy-15 {
  padding-bottom: var(--tshirt-15);
}

.psl-15,
.psx-15 {
  padding-left: var(--tshirt-15);
}

.m20 {
  margin: var(--tshirt-20);
}

.mt-20,
.my-20 {
  margin-top: var(--tshirt-20);
}

.mr-20,
.mx-20 {
  margin-right: var(--tshirt-20);
}

.mb-20,
.my-20 {
  margin-bottom: var(--tshirt-20);
}

.ml-20,
.mx-20 {
  margin-left: var(--tshirt-20);
}

.p20 {
  padding: var(--tshirt-20);
}

.pt-20,
.py-20 {
  padding-top: var(--tshirt-20);
}

.pr-20,
.px-20 {
  padding-right: var(--tshirt-20);
}

.pb-20,
.py-20 {
  padding-bottom: var(--tshirt-20);
}

.pl-20,
.px-20 {
  padding-left: var(--tshirt-20);
}

.ms20 {
  margin: var(--tshirt-20);
}

.mst-20,
.msy-20 {
  margin-top: var(--tshirt-20);
}

.msr-20,
.msx-20 {
  margin-right: var(--tshirt-20);
}

.msb-20,
.msy-20 {
  margin-bottom: var(--tshirt-20);
}

.msl-20,
.msx-20 {
  margin-left: var(--tshirt-20);
}

.ps20 {
  padding: var(--tshirt-20);
}

.pst-20,
.psy-20 {
  padding-top: var(--tshirt-20);
}

.psr-20,
.psx-20 {
  padding-right: var(--tshirt-20);
}

.psb-20,
.psy-20 {
  padding-bottom: var(--tshirt-20);
}

.psl-20,
.psx-20 {
  padding-left: var(--tshirt-20);
}

.m30 {
  margin: var(--tshirt-30);
}

.mt-30,
.my-30 {
  margin-top: var(--tshirt-30);
}

.mr-30,
.mx-30 {
  margin-right: var(--tshirt-30);
}

.mb-30,
.my-30 {
  margin-bottom: var(--tshirt-30);
}

.ml-30,
.mx-30 {
  margin-left: var(--tshirt-30);
}

.p30 {
  padding: var(--tshirt-30);
}

.pt-30,
.py-30 {
  padding-top: var(--tshirt-30);
}

.pr-30,
.px-30 {
  padding-right: var(--tshirt-30);
}

.pb-30,
.py-30 {
  padding-bottom: var(--tshirt-30);
}

.pl-30,
.px-30 {
  padding-left: var(--tshirt-30);
}

.ms30 {
  margin: var(--tshirt-30);
}

.mst-30,
.msy-30 {
  margin-top: var(--tshirt-30);
}

.msr-30,
.msx-30 {
  margin-right: var(--tshirt-30);
}

.msb-30,
.msy-30 {
  margin-bottom: var(--tshirt-30);
}

.msl-30,
.msx-30 {
  margin-left: var(--tshirt-30);
}

.ps30 {
  padding: var(--tshirt-30);
}

.pst-30,
.psy-30 {
  padding-top: var(--tshirt-30);
}

.psr-30,
.psx-30 {
  padding-right: var(--tshirt-30);
}

.psb-30,
.psy-30 {
  padding-bottom: var(--tshirt-30);
}

.psl-30,
.psx-30 {
  padding-left: var(--tshirt-30);
}

.m45 {
  margin: var(--tshirt-45);
}

.mt-45,
.my-45 {
  margin-top: var(--tshirt-45);
}

.mr-45,
.mx-45 {
  margin-right: var(--tshirt-45);
}

.mb-45,
.my-45 {
  margin-bottom: var(--tshirt-45);
}

.ml-45,
.mx-45 {
  margin-left: var(--tshirt-45);
}

.p45 {
  padding: var(--tshirt-45);
}

.pt-45,
.py-45 {
  padding-top: var(--tshirt-45);
}

.pr-45,
.px-45 {
  padding-right: var(--tshirt-45);
}

.pb-45,
.py-45 {
  padding-bottom: var(--tshirt-45);
}

.pl-45,
.px-45 {
  padding-left: var(--tshirt-45);
}

.ms45 {
  margin: var(--tshirt-45);
}

.mst-45,
.msy-45 {
  margin-top: var(--tshirt-45);
}

.msr-45,
.msx-45 {
  margin-right: var(--tshirt-45);
}

.msb-45,
.msy-45 {
  margin-bottom: var(--tshirt-45);
}

.msl-45,
.msx-45 {
  margin-left: var(--tshirt-45);
}

.ps45 {
  padding: var(--tshirt-45);
}

.pst-45,
.psy-45 {
  padding-top: var(--tshirt-45);
}

.psr-45,
.psx-45 {
  padding-right: var(--tshirt-45);
}

.psb-45,
.psy-45 {
  padding-bottom: var(--tshirt-45);
}

.psl-45,
.psx-45 {
  padding-left: var(--tshirt-45);
}

.m65 {
  margin: var(--tshirt-65);
}

.mt-65,
.my-65 {
  margin-top: var(--tshirt-65);
}

.mr-65,
.mx-65 {
  margin-right: var(--tshirt-65);
}

.mb-65,
.my-65 {
  margin-bottom: var(--tshirt-65);
}

.ml-65,
.mx-65 {
  margin-left: var(--tshirt-65);
}

.p65 {
  padding: var(--tshirt-65);
}

.pt-65,
.py-65 {
  padding-top: var(--tshirt-65);
}

.pr-65,
.px-65 {
  padding-right: var(--tshirt-65);
}

.pb-65,
.py-65 {
  padding-bottom: var(--tshirt-65);
}

.pl-65,
.px-65 {
  padding-left: var(--tshirt-65);
}

.ms65 {
  margin: var(--tshirt-65);
}

.mst-65,
.msy-65 {
  margin-top: var(--tshirt-65);
}

.msr-65,
.msx-65 {
  margin-right: var(--tshirt-65);
}

.msb-65,
.msy-65 {
  margin-bottom: var(--tshirt-65);
}

.msl-65,
.msx-65 {
  margin-left: var(--tshirt-65);
}

.ps65 {
  padding: var(--tshirt-65);
}

.pst-65,
.psy-65 {
  padding-top: var(--tshirt-65);
}

.psr-65,
.psx-65 {
  padding-right: var(--tshirt-65);
}

.psb-65,
.psy-65 {
  padding-bottom: var(--tshirt-65);
}

.psl-65,
.psx-65 {
  padding-left: var(--tshirt-65);
}

/*
spaces
 */
.space-top-0 {
  margin-top: 0 !important;
}

.space-top-05 {
  margin-top: 0.5rem !important;
}

.space-top-10 {
  margin-top: 1rem !important;
}

.space-top-125 {
  margin-top: 1.25rem !important;
}

.space-top-15 {
  margin-top: 1.5rem !important;
}

.space-top-1875 {
  margin-top: 1.875rem !important;
}

.space-top-20 {
  margin-top: 2rem !important;
}

.space-top-30 {
  margin-top: 3rem !important;
}

.space-top-40 {
  margin-top: 4rem !important;
}

.space-top-50 {
  margin-top: 5rem !important;
}

.space-bottom-0 {
  margin-bottom: 0 !important;
}

.space-bottom-05 {
  margin-bottom: 0.5rem !important;
}

.space-bottom-10 {
  margin-bottom: 1rem !important;
}

.space-bottom-125 {
  margin-bottom: 1.25rem !important;
}

.space-bottom-15 {
  margin-bottom: 1.5rem !important;
}

.space-bottom-1875 {
  margin-bottom: 1.875rem !important;
}

.space-bottom-20 {
  margin-bottom: 2rem !important;
}

.space-bottom-30 {
  margin-bottom: 3rem !important;
}

.space-bottom-40 {
  margin-bottom: 4rem !important;
}

.space-bottom-50 {
  margin-bottom: 5rem !important;
}

/*
border definitions
 */
.full-height {
  height: 100%;
}

.auto-height {
  height: auto;
}

.text-yellow {
  color: var(--gp24-yellow);
}

:root {
  --root-fontsize: 15px;
}

@media screen and (min-width: 577px) {
  :root {
    --root-fontsize: 16px;
  }
}
html {
  font-size: var(--root-fontsize) !important;
}
html body .fancybox-container .fancybox-caption .fancybox-caption__body {
  color: #fff;
}
html body .fancybox-container .fancybox-caption .fancybox-caption__body p, html body .fancybox-container .fancybox-caption .fancybox-caption__body h1, html body .fancybox-container .fancybox-caption .fancybox-caption__body h2, html body .fancybox-container .fancybox-caption .fancybox-caption__body h3, html body .fancybox-container .fancybox-caption .fancybox-caption__body h4, html body .fancybox-container .fancybox-caption .fancybox-caption__body h5, html body .fancybox-container .fancybox-caption .fancybox-caption__body h6 {
  color: #fff;
}
html body .fancybox-custom-layout {
  /* Give space around main area */
  /* Make it to fade-out while closing */
  /* Set color for background element */
  /* Move caption area to the right side */
  /* Adjust content area position */
  /* Remove top border from the caption */
  /* Align buttons at the right side  */
  /* Remove background from all buttons */
  /* Change arrow color */
}
html body .fancybox-custom-layout .fancybox-outer {
  height: calc(100vh - 150px);
  top: -75px;
  width: calc(100vw - 150px);
  margin: auto;
  max-width: 1920px;
  max-height: 1080px;
  overflow: visible;
  background: #fff;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s;
}
html body .fancybox-custom-layout.fancybox-is-closing .fancybox-outer {
  opacity: 0;
}
html body .fancybox-custom-layout .fancybox-bg {
  background: #f6f6f6;
}
html body .fancybox-custom-layout.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
}
html body .fancybox-custom-layout .fancybox-caption {
  top: 0;
  right: 44px;
  bottom: 0;
  left: auto;
  width: 300px;
  padding: 0;
  background: #333;
  pointer-events: all; /* Make text selectable */
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff !important;
}
html body .fancybox-custom-layout .fancybox-caption h3 {
  color: inherit;
}
html body .fancybox-custom-layout .fancybox-caption .fancybox-caption__body p {
  color: #fff !important;
}
@media (min-width: 0) and (max-width: 992px) {
  html body .fancybox-custom-layout .fancybox-caption {
    width: 250px;
  }
  html body .fancybox-custom-layout .fancybox-caption h3 {
    font-size: 1.2rem;
    color: inherit;
  }
}
html body .fancybox-custom-layout .fancybox-stage {
  right: 344px;
}
@media (min-width: 0) and (max-width: 992px) {
  html body .fancybox-custom-layout .fancybox-stage {
    right: 294px;
  }
}
html body .fancybox-custom-layout .fancybox-stage .fancybox-slide--image {
  overflow: unset;
  padding: 0;
  background: #333;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
html body .fancybox-custom-layout .fancybox-caption__body {
  padding: 30px 20px;
  border: 0;
  color: #fff !important;
}
html body .fancybox-custom-layout .fancybox-caption__body h3 {
  color: inherit !important;
}
html body .fancybox-custom-layout .fancybox-caption__body .gallery-phone-number {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
html body .fancybox-custom-layout .fancybox-caption__body .gallery-phone-number p {
  width: 100%;
  text-decoration: none;
  color: inherit !important;
}
html body .fancybox-custom-layout .fancybox-caption__body .gallery-phone-number a {
  color: inherit !important;
}
html body .fancybox-custom-layout .fancybox-caption__body .gallery-phone-number a:hover {
  text-decoration: none !important;
}
html body .fancybox-custom-layout .fancybox-caption__body .gallery-phone-number i.material-icons {
  vertical-align: middle;
}
html body .fancybox-custom-layout .fancybox-toolbar {
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 44px;
  background: #333;
  border-left: 1px solid #222;
}
html body .fancybox-custom-layout .fancybox-button {
  background: transparent;
}
html body .fancybox-custom-layout .fancybox-navigation button {
  color: #333 !important;
  padding: 10px;
  /* Remove background from all buttons */
}
html body .fancybox-custom-layout .fancybox-navigation button:before {
  background: transparent;
}
@media (min-width: 0) and (max-width: 1200px) {
  html body .fancybox-custom-layout {
    /* Reposition arrows */
  }
  html body .fancybox-custom-layout .fancybox-button--arrow_left {
    left: -60px;
  }
  html body .fancybox-custom-layout .fancybox-button--arrow_left.custom--arrow_left {
    width: 60px;
  }
  html body .fancybox-custom-layout .fancybox-button--arrow_left.custom--arrow_left i {
    font-size: 2rem;
  }
  html body .fancybox-custom-layout .fancybox-button--arrow_right {
    right: -60px;
  }
  html body .fancybox-custom-layout .fancybox-button--arrow_right.custom--arrow_right {
    width: 60px;
  }
  html body .fancybox-custom-layout .fancybox-button--arrow_right.custom--arrow_right i {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  html body .fancybox-custom-layout {
    /* Reposition arrows */
  }
  html body .fancybox-custom-layout .fancybox-button--arrow_left {
    left: -80px;
  }
  html body .fancybox-custom-layout .fancybox-button--arrow_left.custom--arrow_left {
    width: 80px;
  }
  html body .fancybox-custom-layout .fancybox-button--arrow_left.custom--arrow_left i {
    font-size: 4rem;
  }
  html body .fancybox-custom-layout .fancybox-button--arrow_right {
    right: -60px;
  }
  html body .fancybox-custom-layout .fancybox-button--arrow_right.custom--arrow_right {
    width: 80px;
  }
  html body .fancybox-custom-layout .fancybox-button--arrow_right.custom--arrow_right i {
    font-size: 4rem;
  }
}
html body .fancybox-custom-layout.fancybox-show-thumbs .fancybox-inner {
  right: 0;
}
html body .fancybox-custom-layout .fancybox-thumbs {
  position: absolute;
  left: 0;
  bottom: 0;
  top: unset;
  width: 100%;
  background: transparent;
}
@media (min-width: 0) and (max-width: 768px) {
  html body .fancybox-custom-layout .fancybox-thumbs.fancybox-thumbs-x {
    overflow-x: hidden;
  }
}
html body .fancybox-custom-layout .fancybox-thumbs .fancybox-thumbs__list {
  margin: 0 auto;
}
html body .fancybox-custom-layout .fancybox-thumbs .fancybox-thumbs__list a:before {
  border: 4px solid #4ea7f9;
}
html body .fancybox-custom-layout .fancybox-thumbs .fancybox-thumbs__list a.fancybox-thumbs-active:before {
  border: 4px solid #4ea7f9;
  opacity: 1;
}
html body {
  color: #444444 !important;
}
html body [data-msklink] {
  cursor: pointer;
}
html body.static-page .modern-cms-content h1, html body.static-page .modern-cms-content h2, html body.static-page .modern-cms-content h3, html body.static-page .modern-cms-content h4, html body.static-page .modern-cms-content h5, html body.static-page .modern-cms-content h6 {
  margin-bottom: 1rem;
}
html body .modern-cms-content {
  /*.container.section:nth-of-type(odd) {
    background: $background-grey;
    box-shadow: 0 10px 10px -10px #8c8b8b;
  }*/
  /* GlassWeight Calculator */
  /* Input, Textarea */
  /* Span */
  /* Corners */
  /* Hover */
  /* Placeholder-shown */
  /* Focus */
  /* ERRORS */
  /* Disabled */
  /* Faster transition in Safari for less noticable fractional font-size issue */
  /* Use custom arrow */
  /* LABEL ======================================= */
  /* active state */
  /* Value-Addons e.g. cm or mm */
}
.backend-mode html body .modern-cms-content .section {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  html body .modern-cms-content .section .layout-element &gt; div[class*=col-md] {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991.98px) {
  html body .modern-cms-content .section .layout-element &gt; div[class*=col-lg-] {
    margin-bottom: 0.5rem;
  }
}
html body .modern-cms-content .section .layout-element &gt; div[class*=col-] &gt; div[class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991.98px) {
  html body .modern-cms-content .section .layout-element &gt; div[class*=col-lg-1] {
    margin-bottom: 0;
  }
}
html body .modern-cms-content .section &gt; .block-section .headline-element:nth-child(1) {
  margin-bottom: 0.5rem;
}
html body .modern-cms-content .section &gt; .block-section .headline-element + ul {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
html body .modern-cms-content .section &gt; .block-section .headline-element + .author-widget {
  margin-top: -1.5rem;
}
@media (min-width: 576px) {
  html body .modern-cms-content .section &gt; .block-section .headline-element + .author-widget {
    margin-bottom: 1rem;
    margin-top: -1rem;
  }
}
html body .modern-cms-content .section &gt; .block-section &gt; .layout-element p:first-child {
  margin-top: 0;
}
html body .modern-cms-content .section &gt; .block-section &gt; .layout-element .headline-element:nth-child(1) {
  margin-bottom: 0;
}
html body .modern-cms-content .section div.product-masonry {
  overflow: hidden;
  padding-top: 1rem;
}
html body .modern-cms-content .section .container &gt; .owl-carousel {
  margin-top: 0;
}
html body .modern-cms-content .section .container &gt; .owl-carousel + .owl-carousel {
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  html body .modern-cms-content .section .container &gt; .owl-carousel + .owl-carousel {
    margin-top: 3rem;
  }
}
html body .modern-cms-content .section + .container-fluid {
  margin-top: 4rem;
}
@media (max-width: 575.98px) {
  html body .modern-cms-content .section + .container-fluid {
    margin-top: 2rem;
  }
}
html body .modern-cms-content .container-fluid.section + .container.section {
  margin-top: 4rem;
}
@media (max-width: 575.98px) {
  html body .modern-cms-content .container-fluid.section + .container.section {
    margin-top: 2rem;
  }
}
html body .modern-cms-content .static-page .section .headline-element:nth-child(1), html body .modern-cms-content .default-revision .section .headline-element:nth-child(1) {
  margin-bottom: 0;
}
html body .modern-cms-content .static-page .section .block-type-accordion .accordion .layout-element .card-body .row &gt; div.d-flex, html body .modern-cms-content .default-revision .section .block-type-accordion .accordion .layout-element .card-body .row &gt; div.d-flex {
  margin-bottom: 2rem;
}
html body .modern-cms-content .static-page .section .block-type-accordion .accordion .layout-element .card-body .row &gt; div.d-flex:last-child, html body .modern-cms-content .default-revision .section .block-type-accordion .accordion .layout-element .card-body .row &gt; div.d-flex:last-child {
  margin-bottom: 0;
}
html body .modern-cms-content .static-page .section .block-type-accordion .accordion .layout-element .card-body .row .layout-element &gt; div.d-flex, html body .modern-cms-content .default-revision .section .block-type-accordion .accordion .layout-element .card-body .row .layout-element &gt; div.d-flex {
  margin-bottom: 0;
}
html body .modern-cms-content .static-page .section .block-type-accordion .accordion .layout-element p + .headline-element, html body .modern-cms-content .default-revision .section .block-type-accordion .accordion .layout-element p + .headline-element {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  html body .modern-cms-content .static-page .section .block-type-accordion .accordion .layout-element p + .headline-element, html body .modern-cms-content .default-revision .section .block-type-accordion .accordion .layout-element p + .headline-element {
    margin-top: 4rem;
  }
}
html body .modern-cms-content .static-page .section .block-type-accordion .accordion .layout-element.layout-element-mobile-slider &gt; div.flex-wrap, html body .modern-cms-content .default-revision .section .block-type-accordion .accordion .layout-element.layout-element-mobile-slider &gt; div.flex-wrap {
  margin-bottom: 2rem !important;
}
html body .modern-cms-content .static-page .section .block-type-accordion .accordion .layout-element.layout-element-mobile-slider.owl-loaded div[class*=row], html body .modern-cms-content .default-revision .section .block-type-accordion .accordion .layout-element.layout-element-mobile-slider.owl-loaded div[class*=row] {
  margin-left: 0;
  margin-right: 0;
}
html body .modern-cms-content .static-page .section .block-type-accordion .accordion .layout-element.layout-element-mobile-slider.owl-loaded div[class*=col-], html body .modern-cms-content .static-page .section .block-type-accordion .accordion .layout-element.layout-element-mobile-slider.owl-loaded figure[class*=col-], html body .modern-cms-content .default-revision .section .block-type-accordion .accordion .layout-element.layout-element-mobile-slider.owl-loaded div[class*=col-], html body .modern-cms-content .default-revision .section .block-type-accordion .accordion .layout-element.layout-element-mobile-slider.owl-loaded figure[class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
html body .modern-cms-content .static-page .section .block-type-accordion .accordion .owl-carousel .owl-item .gallery-image-wrapper, html body .modern-cms-content .default-revision .section .block-type-accordion .accordion .owl-carousel .owl-item .gallery-image-wrapper {
  margin-bottom: 2rem;
}
html body .modern-cms-content .static-page .section.container-fluid, html body .modern-cms-content .default-revision .section.container-fluid {
  padding-bottom: 2rem;
  margin-top: 4rem;
}
@media (min-width: 992px) {
  html body .modern-cms-content .static-page .section.container-fluid, html body .modern-cms-content .default-revision .section.container-fluid {
    margin-top: 6rem;
  }
}
html body .modern-cms-content .static-page .section.container-fluid:first-of-type, html body .modern-cms-content .default-revision .section.container-fluid:first-of-type {
  margin-top: 2rem;
}
html body .modern-cms-content .static-page .section.container-fluid.section + .container.section, html body .modern-cms-content .default-revision .section.container-fluid.section + .container.section {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  html body .modern-cms-content .static-page .section.container-fluid.section + .container.section, html body .modern-cms-content .default-revision .section.container-fluid.section + .container.section {
    margin-top: 4rem;
  }
}
html body .modern-cms-content .category-page .section.container {
  padding-left: var(--tshirt-20);
  padding-right: var(--tshirt-20);
}
@media (min-width: 768px) {
  html body .modern-cms-content .category-page .section.container {
    padding-left: unset;
    padding-right: unset;
  }
}
html body .modern-cms-content .category-page .section .block-section h1, html body .modern-cms-content .category-page .section .block-section h2, html body .modern-cms-content .category-page .section .block-section h3, html body .modern-cms-content .category-page .section .block-section h4, html body .modern-cms-content .category-page .section .block-section h5, html body .modern-cms-content .category-page .section .block-section h6 {
  margin-bottom: unset;
}
html body .modern-cms-content .category-page .section .block-section .category-product-list-item-product-image.owl-carousel .item {
  margin-bottom: unset;
}
html body .modern-cms-content .category-page .section .block-section .headline-element {
  max-width: 750px;
}
html body .modern-cms-content .category-page .section .block-section .headline-element.text-center {
  margin-left: auto;
  margin-right: auto;
}
html body .modern-cms-content .category-page .section .block-section .headline-element.headline-underline {
  margin: unset;
}
html body .modern-cms-content .category-page .section .block-section .headline-element.headline-underline + .cms-widget-usp {
  margin-top: var(--tshirt-30);
}
html body .modern-cms-content .category-page .section .block-section .headline-element.headline-underline + p {
  margin: unset;
  margin-top: var(--tshirt-20);
}
html body .modern-cms-content .category-page .section .block-section .headline-element.headline-underline + p + .headline-element {
  margin-top: var(--tshirt-30);
}
html body .modern-cms-content .category-page .section .block-section .headline-element + p {
  margin-top: var(--tshirt-15);
}
html body .modern-cms-content .category-page .section .block-section p {
  margin: unset;
}
html body .modern-cms-content .category-page .section .block-section p + .cms-list-element {
  margin-top: var(--tshirt-15);
  margin-bottom: var(--tshirt-15);
}
html body .modern-cms-content .category-page .section .block-section .layout-element {
  /*.headline-element {
      &gt; h1, h2 {
          margin: var(--tshirt-45) var(--tshirt-20) var(--tshirt-20) var(--tshirt-20);
      }
  }*/
}
html body .modern-cms-content .category-page .section .block-section .layout-element .check-circle-outline {
  margin-top: var(--tshirt-20);
  margin-bottom: var(--tshirt-45);
}
@media (min-width: 992px) {
  html body .modern-cms-content .category-page .section .block-section .layout-element .check-circle-outline {
    margin-bottom: 0;
  }
}
html body .modern-cms-content .category-page .section .block-section .layout-element &gt; div[class*=col-lg-] {
  margin-bottom: unset;
}
html body .modern-cms-content .category-page #kat-hero.section {
  padding: var(--tshirt-45) var(--tshirt-20) 0 var(--tshirt-20);
  margin-left: var(--tshirt-20);
  margin-right: var(--tshirt-20);
  width: auto;
}
@media (min-width: 576px) {
  html body .modern-cms-content .category-page #kat-hero.section {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  html body .modern-cms-content .category-page #kat-hero.section {
    padding: var(--tshirt-45) var(--tshirt-20);
  }
}
html body .modern-cms-content .category-page #kat-hero.section .gallery-image-wrapper {
  margin-left: calc(var(--tshirt-20) * -1);
  margin-right: calc(var(--tshirt-20) * -1);
}
html body .modern-cms-content .category-page #kat-hero.section .gallery-image-wrapper .gallery-image {
  padding: 0;
}
@media (min-width: 992px) {
  html body .modern-cms-content .category-page #kat-hero.section .gallery-image-wrapper {
    margin-left: calc(var(--tshirt-20) * -1);
    margin-right: calc(var(--tshirt-20) * -1);
    margin-top: calc(var(--tshirt-45) * -1);
    margin-bottom: calc(var(--tshirt-45) * -1);
  }
}
@media (min-width: 992px) {
  html body .modern-cms-content .category-page #kat-hero.section {
    overflow: hidden;
  }
  html body .modern-cms-content .category-page #kat-hero.section .layout-element &gt; div:first-child .headline-element {
    margin-right: var(--tshirt-30);
  }
  html body .modern-cms-content .category-page #kat-hero.section .layout-element &gt; div:last-child {
    align-self: stretch !important;
  }
  html body .modern-cms-content .category-page #kat-hero.section .layout-element &gt; div:last-child .gallery-image-wrapper {
    height: calc(var(--tshirt-45) + var(--tshirt-45) + 100%);
    width: calc(var(--tshirt-20) + var(--tshirt-20) + 100%);
    position: relative;
  }
  html body .modern-cms-content .category-page #kat-hero.section .layout-element &gt; div:last-child .gallery-image-wrapper .gallery-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
  }
  html body .modern-cms-content .category-page #kat-hero.section .layout-element &gt; div:last-child .gallery-image-wrapper .gallery-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    height: auto;
    max-width: none;
    transform: translate(-50%, -50%);
  }
}
html body .modern-cms-content .category-page .container-fluid.section {
  padding-top: var(--tshirt-45);
  padding-bottom: var(--tshirt-45);
}
html body .modern-cms-content .category-page .container-fluid.section + .container.section {
  padding-top: var(--tshirt-45);
  padding-bottom: var(--tshirt-45);
  margin-top: var(--tshirt-20);
}
html body .modern-cms-content .category-page .container-fluid &gt; .block-section {
  padding-left: 0;
  padding-right: 0;
}
html body .modern-cms-content .category-page .container-fluid &gt; .block-section &gt; .layout-element &gt; div[class*=col-lg-]:first-of-type {
  margin-bottom: var(--tshirt-30);
}
html body .modern-cms-content .category-page .section + .container-fluid {
  margin-top: var(--tshirt-20);
}
html body .modern-cms-content .category-page #breadcrumb {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
html body .modern-cms-content .seo-landing-page .headline-element, html body .modern-cms-content .seo-landing-page p.text-left, html body .modern-cms-content .seo-landing-page .row.layout-element, html body .modern-cms-content .seo-landing-page .gallery-image-wrapper, html body .modern-cms-content .static-page-static-design .headline-element, html body .modern-cms-content .static-page-static-design p.text-left, html body .modern-cms-content .static-page-static-design .row.layout-element, html body .modern-cms-content .static-page-static-design .gallery-image-wrapper {
  margin-bottom: var(--tshirt-20);
}
html body .modern-cms-content .seo-landing-page .headline-element.gallery-image-wrapper:last-child, html body .modern-cms-content .seo-landing-page p.text-left.gallery-image-wrapper:last-child, html body .modern-cms-content .seo-landing-page .row.layout-element.gallery-image-wrapper:last-child, html body .modern-cms-content .seo-landing-page .gallery-image-wrapper.gallery-image-wrapper:last-child, html body .modern-cms-content .static-page-static-design .headline-element.gallery-image-wrapper:last-child, html body .modern-cms-content .static-page-static-design p.text-left.gallery-image-wrapper:last-child, html body .modern-cms-content .static-page-static-design .row.layout-element.gallery-image-wrapper:last-child, html body .modern-cms-content .static-page-static-design .gallery-image-wrapper.gallery-image-wrapper:last-child {
  margin-bottom: 0;
}
html body .modern-cms-content .seo-landing-page .owl-item .item .gallery-image-wrapper, html body .modern-cms-content .static-page-static-design .owl-item .item .gallery-image-wrapper {
  margin-bottom: 0;
}
html body .modern-cms-content .seo-landing-page .container.section, html body .modern-cms-content .static-page-static-design .container.section {
  margin-top: var(--tshirt-20);
  padding: var(--tshirt-20);
}
html body .modern-cms-content .seo-landing-page .layout-element &gt; .col-lg-12 &gt; .gallery-image-wrapper &gt; figure.gallery-image.col-12, html body .modern-cms-content .seo-landing-page .layout-element &gt; .col-lg-6 &gt; .gallery-image-wrapper &gt; figure.gallery-image.col-12, html body .modern-cms-content .seo-landing-page .layout-element &gt; .col-lg-5 &gt; .gallery-image-wrapper &gt; figure.gallery-image.col-12, html body .modern-cms-content .seo-landing-page .layout-element &gt; .col-lg-4 &gt; .gallery-image-wrapper &gt; figure.gallery-image.col-12, html body .modern-cms-content .seo-landing-page .layout-element &gt; .col-lg-3 &gt; .gallery-image-wrapper &gt; figure.gallery-image.col-12, html body .modern-cms-content .static-page-static-design .layout-element &gt; .col-lg-12 &gt; .gallery-image-wrapper &gt; figure.gallery-image.col-12, html body .modern-cms-content .static-page-static-design .layout-element &gt; .col-lg-6 &gt; .gallery-image-wrapper &gt; figure.gallery-image.col-12, html body .modern-cms-content .static-page-static-design .layout-element &gt; .col-lg-5 &gt; .gallery-image-wrapper &gt; figure.gallery-image.col-12, html body .modern-cms-content .static-page-static-design .layout-element &gt; .col-lg-4 &gt; .gallery-image-wrapper &gt; figure.gallery-image.col-12, html body .modern-cms-content .static-page-static-design .layout-element &gt; .col-lg-3 &gt; .gallery-image-wrapper &gt; figure.gallery-image.col-12 {
  padding-left: 0;
  padding-right: 0;
}
html body .modern-cms-content .seo-landing-page .container-fluid.section, html body .modern-cms-content .static-page-static-design .container-fluid.section {
  padding-top: var(--tshirt-45);
  padding-bottom: var(--tshirt-45);
}
html body .modern-cms-content .seo-landing-page .container-fluid.section + .container.section, html body .modern-cms-content .static-page-static-design .container-fluid.section + .container.section {
  padding-top: var(--tshirt-45);
  padding-bottom: var(--tshirt-45);
  margin-top: var(--tshirt-20);
}
html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section:not(.container-small), html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section:not(.container-small) {
  padding-left: 0;
  padding-right: 0;
}
html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section:not(.container-small) &gt; .layout-element &gt; div[class*=col-lg-]:first-of-type, html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section:not(.container-small) &gt; .layout-element &gt; div[class*=col-lg-]:first-of-type {
  margin-bottom: var(--tshirt-30);
}
html body .modern-cms-content .seo-landing-page .section + .container-fluid, html body .modern-cms-content .static-page-static-design .section + .container-fluid {
  margin-top: var(--tshirt-20);
}
html body .modern-cms-content .seo-landing-page .section.mt-4, html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section.mt-4, html body .modern-cms-content .seo-landing-page .section + .container-fluid.mt-4, html body .modern-cms-content .seo-landing-page .container-small.mt-4, html body .modern-cms-content .static-page-static-design .section.mt-4, html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section.mt-4, html body .modern-cms-content .static-page-static-design .section + .container-fluid.mt-4, html body .modern-cms-content .static-page-static-design .container-small.mt-4 {
  margin-top: var(--tshirt-4);
}
html body .modern-cms-content .seo-landing-page .section.mb-4, html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section.mb-4, html body .modern-cms-content .seo-landing-page .section + .container-fluid.mb-4, html body .modern-cms-content .seo-landing-page .container-small.mb-4, html body .modern-cms-content .static-page-static-design .section.mb-4, html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section.mb-4, html body .modern-cms-content .static-page-static-design .section + .container-fluid.mb-4, html body .modern-cms-content .static-page-static-design .container-small.mb-4 {
  margin-bottom: var(--tshirt-4);
}
html body .modern-cms-content .seo-landing-page .section.pt-4, html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section.pt-4, html body .modern-cms-content .seo-landing-page .section + .container-fluid.pt-4, html body .modern-cms-content .seo-landing-page .container-small.pt-4, html body .modern-cms-content .static-page-static-design .section.pt-4, html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section.pt-4, html body .modern-cms-content .static-page-static-design .section + .container-fluid.pt-4, html body .modern-cms-content .static-page-static-design .container-small.pt-4 {
  padding-top: var(--tshirt-4);
}
html body .modern-cms-content .seo-landing-page .section.pb-4, html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section.pb-4, html body .modern-cms-content .seo-landing-page .section + .container-fluid.pb-4, html body .modern-cms-content .seo-landing-page .container-small.pb-4, html body .modern-cms-content .static-page-static-design .section.pb-4, html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section.pb-4, html body .modern-cms-content .static-page-static-design .section + .container-fluid.pb-4, html body .modern-cms-content .static-page-static-design .container-small.pb-4 {
  padding-bottom: var(--tshirt-4);
}
html body .modern-cms-content .seo-landing-page .section.mt-8, html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section.mt-8, html body .modern-cms-content .seo-landing-page .section + .container-fluid.mt-8, html body .modern-cms-content .seo-landing-page .container-small.mt-8, html body .modern-cms-content .static-page-static-design .section.mt-8, html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section.mt-8, html body .modern-cms-content .static-page-static-design .section + .container-fluid.mt-8, html body .modern-cms-content .static-page-static-design .container-small.mt-8 {
  margin-top: var(--tshirt-8);
}
html body .modern-cms-content .seo-landing-page .section.mb-8, html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section.mb-8, html body .modern-cms-content .seo-landing-page .section + .container-fluid.mb-8, html body .modern-cms-content .seo-landing-page .container-small.mb-8, html body .modern-cms-content .static-page-static-design .section.mb-8, html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section.mb-8, html body .modern-cms-content .static-page-static-design .section + .container-fluid.mb-8, html body .modern-cms-content .static-page-static-design .container-small.mb-8 {
  margin-bottom: var(--tshirt-8);
}
html body .modern-cms-content .seo-landing-page .section.pt-8, html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section.pt-8, html body .modern-cms-content .seo-landing-page .section + .container-fluid.pt-8, html body .modern-cms-content .seo-landing-page .container-small.pt-8, html body .modern-cms-content .static-page-static-design .section.pt-8, html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section.pt-8, html body .modern-cms-content .static-page-static-design .section + .container-fluid.pt-8, html body .modern-cms-content .static-page-static-design .container-small.pt-8 {
  padding-top: var(--tshirt-8);
}
html body .modern-cms-content .seo-landing-page .section.pb-8, html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section.pb-8, html body .modern-cms-content .seo-landing-page .section + .container-fluid.pb-8, html body .modern-cms-content .seo-landing-page .container-small.pb-8, html body .modern-cms-content .static-page-static-design .section.pb-8, html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section.pb-8, html body .modern-cms-content .static-page-static-design .section + .container-fluid.pb-8, html body .modern-cms-content .static-page-static-design .container-small.pb-8 {
  padding-bottom: var(--tshirt-8);
}
html body .modern-cms-content .seo-landing-page .section.mt-15, html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section.mt-15, html body .modern-cms-content .seo-landing-page .section + .container-fluid.mt-15, html body .modern-cms-content .seo-landing-page .container-small.mt-15, html body .modern-cms-content .static-page-static-design .section.mt-15, html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section.mt-15, html body .modern-cms-content .static-page-static-design .section + .container-fluid.mt-15, html body .modern-cms-content .static-page-static-design .container-small.mt-15 {
  margin-top: var(--tshirt-15);
}
html body .modern-cms-content .seo-landing-page .section.mb-15, html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section.mb-15, html body .modern-cms-content .seo-landing-page .section + .container-fluid.mb-15, html body .modern-cms-content .seo-landing-page .container-small.mb-15, html body .modern-cms-content .static-page-static-design .section.mb-15, html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section.mb-15, html body .modern-cms-content .static-page-static-design .section + .container-fluid.mb-15, html body .modern-cms-content .static-page-static-design .container-small.mb-15 {
  margin-bottom: var(--tshirt-15);
}
html body .modern-cms-content .seo-landing-page .section.pt-15, html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section.pt-15, html body .modern-cms-content .seo-landing-page .section + .container-fluid.pt-15, html body .modern-cms-content .seo-landing-page .container-small.pt-15, html body .modern-cms-content .static-page-static-design .section.pt-15, html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section.pt-15, html body .modern-cms-content .static-page-static-design .section + .container-fluid.pt-15, html body .modern-cms-content .static-page-static-design .container-small.pt-15 {
  padding-top: var(--tshirt-15);
}
html body .modern-cms-content .seo-landing-page .section.pb-15, html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section.pb-15, html body .modern-cms-content .seo-landing-page .section + .container-fluid.pb-15, html body .modern-cms-content .seo-landing-page .container-small.pb-15, html body .modern-cms-content .static-page-static-design .section.pb-15, html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section.pb-15, html body .modern-cms-content .static-page-static-design .section + .container-fluid.pb-15, html body .modern-cms-content .static-page-static-design .container-small.pb-15 {
  padding-bottom: var(--tshirt-15);
}
html body .modern-cms-content .seo-landing-page .section.mt-20, html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section.mt-20, html body .modern-cms-content .seo-landing-page .section + .container-fluid.mt-20, html body .modern-cms-content .seo-landing-page .container-small.mt-20, html body .modern-cms-content .static-page-static-design .section.mt-20, html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section.mt-20, html body .modern-cms-content .static-page-static-design .section + .container-fluid.mt-20, html body .modern-cms-content .static-page-static-design .container-small.mt-20 {
  margin-top: var(--tshirt-20);
}
html body .modern-cms-content .seo-landing-page .section.mb-20, html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section.mb-20, html body .modern-cms-content .seo-landing-page .section + .container-fluid.mb-20, html body .modern-cms-content .seo-landing-page .container-small.mb-20, html body .modern-cms-content .static-page-static-design .section.mb-20, html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section.mb-20, html body .modern-cms-content .static-page-static-design .section + .container-fluid.mb-20, html body .modern-cms-content .static-page-static-design .container-small.mb-20 {
  margin-bottom: var(--tshirt-20);
}
html body .modern-cms-content .seo-landing-page .section.pt-20, html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section.pt-20, html body .modern-cms-content .seo-landing-page .section + .container-fluid.pt-20, html body .modern-cms-content .seo-landing-page .container-small.pt-20, html body .modern-cms-content .static-page-static-design .section.pt-20, html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section.pt-20, html body .modern-cms-content .static-page-static-design .section + .container-fluid.pt-20, html body .modern-cms-content .static-page-static-design .container-small.pt-20 {
  padding-top: var(--tshirt-20);
}
html body .modern-cms-content .seo-landing-page .section.pb-20, html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section.pb-20, html body .modern-cms-content .seo-landing-page .section + .container-fluid.pb-20, html body .modern-cms-content .seo-landing-page .container-small.pb-20, html body .modern-cms-content .static-page-static-design .section.pb-20, html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section.pb-20, html body .modern-cms-content .static-page-static-design .section + .container-fluid.pb-20, html body .modern-cms-content .static-page-static-design .container-small.pb-20 {
  padding-bottom: var(--tshirt-20);
}
html body .modern-cms-content .seo-landing-page .section.mt-30, html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section.mt-30, html body .modern-cms-content .seo-landing-page .section + .container-fluid.mt-30, html body .modern-cms-content .seo-landing-page .container-small.mt-30, html body .modern-cms-content .static-page-static-design .section.mt-30, html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section.mt-30, html body .modern-cms-content .static-page-static-design .section + .container-fluid.mt-30, html body .modern-cms-content .static-page-static-design .container-small.mt-30 {
  margin-top: var(--tshirt-30);
}
html body .modern-cms-content .seo-landing-page .section.mb-30, html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section.mb-30, html body .modern-cms-content .seo-landing-page .section + .container-fluid.mb-30, html body .modern-cms-content .seo-landing-page .container-small.mb-30, html body .modern-cms-content .static-page-static-design .section.mb-30, html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section.mb-30, html body .modern-cms-content .static-page-static-design .section + .container-fluid.mb-30, html body .modern-cms-content .static-page-static-design .container-small.mb-30 {
  margin-bottom: var(--tshirt-30);
}
html body .modern-cms-content .seo-landing-page .section.pt-30, html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section.pt-30, html body .modern-cms-content .seo-landing-page .section + .container-fluid.pt-30, html body .modern-cms-content .seo-landing-page .container-small.pt-30, html body .modern-cms-content .static-page-static-design .section.pt-30, html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section.pt-30, html body .modern-cms-content .static-page-static-design .section + .container-fluid.pt-30, html body .modern-cms-content .static-page-static-design .container-small.pt-30 {
  padding-top: var(--tshirt-30);
}
html body .modern-cms-content .seo-landing-page .section.pb-30, html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section.pb-30, html body .modern-cms-content .seo-landing-page .section + .container-fluid.pb-30, html body .modern-cms-content .seo-landing-page .container-small.pb-30, html body .modern-cms-content .static-page-static-design .section.pb-30, html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section.pb-30, html body .modern-cms-content .static-page-static-design .section + .container-fluid.pb-30, html body .modern-cms-content .static-page-static-design .container-small.pb-30 {
  padding-bottom: var(--tshirt-30);
}
html body .modern-cms-content .seo-landing-page .section.mt-45, html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section.mt-45, html body .modern-cms-content .seo-landing-page .section + .container-fluid.mt-45, html body .modern-cms-content .seo-landing-page .container-small.mt-45, html body .modern-cms-content .static-page-static-design .section.mt-45, html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section.mt-45, html body .modern-cms-content .static-page-static-design .section + .container-fluid.mt-45, html body .modern-cms-content .static-page-static-design .container-small.mt-45 {
  margin-top: var(--tshirt-45);
}
html body .modern-cms-content .seo-landing-page .section.mb-45, html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section.mb-45, html body .modern-cms-content .seo-landing-page .section + .container-fluid.mb-45, html body .modern-cms-content .seo-landing-page .container-small.mb-45, html body .modern-cms-content .static-page-static-design .section.mb-45, html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section.mb-45, html body .modern-cms-content .static-page-static-design .section + .container-fluid.mb-45, html body .modern-cms-content .static-page-static-design .container-small.mb-45 {
  margin-bottom: var(--tshirt-45);
}
html body .modern-cms-content .seo-landing-page .section.pt-45, html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section.pt-45, html body .modern-cms-content .seo-landing-page .section + .container-fluid.pt-45, html body .modern-cms-content .seo-landing-page .container-small.pt-45, html body .modern-cms-content .static-page-static-design .section.pt-45, html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section.pt-45, html body .modern-cms-content .static-page-static-design .section + .container-fluid.pt-45, html body .modern-cms-content .static-page-static-design .container-small.pt-45 {
  padding-top: var(--tshirt-45);
}
html body .modern-cms-content .seo-landing-page .section.pb-45, html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section.pb-45, html body .modern-cms-content .seo-landing-page .section + .container-fluid.pb-45, html body .modern-cms-content .seo-landing-page .container-small.pb-45, html body .modern-cms-content .static-page-static-design .section.pb-45, html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section.pb-45, html body .modern-cms-content .static-page-static-design .section + .container-fluid.pb-45, html body .modern-cms-content .static-page-static-design .container-small.pb-45 {
  padding-bottom: var(--tshirt-45);
}
html body .modern-cms-content .seo-landing-page .section.mt-65, html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section.mt-65, html body .modern-cms-content .seo-landing-page .section + .container-fluid.mt-65, html body .modern-cms-content .seo-landing-page .container-small.mt-65, html body .modern-cms-content .static-page-static-design .section.mt-65, html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section.mt-65, html body .modern-cms-content .static-page-static-design .section + .container-fluid.mt-65, html body .modern-cms-content .static-page-static-design .container-small.mt-65 {
  margin-top: var(--tshirt-65);
}
html body .modern-cms-content .seo-landing-page .section.mb-65, html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section.mb-65, html body .modern-cms-content .seo-landing-page .section + .container-fluid.mb-65, html body .modern-cms-content .seo-landing-page .container-small.mb-65, html body .modern-cms-content .static-page-static-design .section.mb-65, html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section.mb-65, html body .modern-cms-content .static-page-static-design .section + .container-fluid.mb-65, html body .modern-cms-content .static-page-static-design .container-small.mb-65 {
  margin-bottom: var(--tshirt-65);
}
html body .modern-cms-content .seo-landing-page .section.pt-65, html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section.pt-65, html body .modern-cms-content .seo-landing-page .section + .container-fluid.pt-65, html body .modern-cms-content .seo-landing-page .container-small.pt-65, html body .modern-cms-content .static-page-static-design .section.pt-65, html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section.pt-65, html body .modern-cms-content .static-page-static-design .section + .container-fluid.pt-65, html body .modern-cms-content .static-page-static-design .container-small.pt-65 {
  padding-top: var(--tshirt-65);
}
html body .modern-cms-content .seo-landing-page .section.pb-65, html body .modern-cms-content .seo-landing-page .container-fluid &gt; .block-section.pb-65, html body .modern-cms-content .seo-landing-page .section + .container-fluid.pb-65, html body .modern-cms-content .seo-landing-page .container-small.pb-65, html body .modern-cms-content .static-page-static-design .section.pb-65, html body .modern-cms-content .static-page-static-design .container-fluid &gt; .block-section.pb-65, html body .modern-cms-content .static-page-static-design .section + .container-fluid.pb-65, html body .modern-cms-content .static-page-static-design .container-small.pb-65 {
  padding-bottom: var(--tshirt-65);
}
html body .modern-cms-content .seo-landing-page .crossselling-products-carousel.owl-leap-theme-pos-bottom, html body .modern-cms-content .static-page-static-design .crossselling-products-carousel.owl-leap-theme-pos-bottom {
  margin-top: var(--tshirt-30);
}
html body .modern-cms-content .bookmark-container &gt; div[class*=col-lg-] &gt; * {
  margin: 0 0 var(--tshirt-20) 0 !important;
}
html body .modern-cms-content .bookmark-container &gt; div[class*=col-lg-] .layout-element &gt; div[class*=col-]:first-of-type:not(.cms-reloadable-element) {
  padding: 0;
  margin-bottom: var(--tshirt-20);
}
@media (min-width: 992px) {
  html body .modern-cms-content .bookmark-container &gt; div[class*=col-lg-] .layout-element &gt; div[class*=col-]:first-of-type:not(.cms-reloadable-element) {
    padding: 0 var(--tshirt-20) 0 0;
    margin-botom: 0;
  }
}
html body .modern-cms-content .bookmark-container &gt; div[class*=col-lg-] .layout-element &gt; div[class*=col-]:nth-of-type(2):not(.cms-reloadable-element) {
  padding: 0;
}
html body .modern-cms-content html body .top-navigation-wrapper .navbar.mobile-navigation {
  /* Alte Website */
  padding: 0;
}
html body .modern-cms-content html body .modern-cms-content {
  font-size: 1rem !important;
  color: #444444 !important;
}
html body .modern-cms-content html body .modern-cms-content .row.layout-element {
  display: -webkit-flex;
}
html body .modern-cms-content html body .modern-cms-content img {
  max-width: 100%;
}
html body .modern-cms-content html body .modern-cms-content img[width][height] {
  aspect-ratio: attr(width)/attr(height);
}
html body .modern-cms-content html body .modern-cms-content h1, html body .modern-cms-content html body .modern-cms-content .h1 {
  font-weight: 300;
  color: #444444;
}
html body .modern-cms-content html body .modern-cms-content h1, html body .modern-cms-content html body .modern-cms-content h2, html body .modern-cms-content html body .modern-cms-content h3, html body .modern-cms-content html body .modern-cms-content h4, html body .modern-cms-content html body .modern-cms-content h5 {
  margin: 0;
}
html body .modern-cms-content html body .modern-cms-content .block-section .headline-element + p {
  margin-top: 1rem;
}
html body .modern-cms-content html body .modern-cms-content .block-section p {
  margin-top: 1rem;
}
html body .modern-cms-content html body .modern-cms-content .block-section p + p {
  margin-top: 1rem;
}
html body .modern-cms-content html body .modern-cms-content .gallery-image-wrapper {
  position: relative;
}
html body .modern-cms-content html body .modern-cms-content figure {
  margin: 0;
}
html body .modern-cms-content html body .modern-cms-content figure &gt; figcaption {
  margin-top: 5px;
  font-size: 0.825rem;
  font-style: italic;
}
html body .modern-cms-content html body .modern-cms-content .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
html body .modern-cms-content html body .modern-cms-content .block-section &gt; p &gt; a {
  font-size: inherit;
  font-weight: 500;
  text-decoration: none;
  color: #2196F3;
}
@media (min-width: 768px) {
  html body .modern-cms-content html body .modern-cms-content .newspaper {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-rule: 1px solid lightgrey;
    -moz-column-rule: 1px solid lightgrey;
    column-rule: 1px solid lightgrey;
  }
}
@media (min-width: 992px) {
  html body .modern-cms-content html body .modern-cms-content .newspaper {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}
html body .modern-cms-content html body .modern-cms-content .cms-spacer {
  background-color: #F8F8F8;
  color: #DFDFDF;
  display: inline-block;
  width: 100%;
}
html body .modern-cms-content html body .modern-cms-content .cms-spacer.cms-spacer-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
html body .modern-cms-content html body .modern-cms-content .cms-spacer.cms-spacer-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
html body .modern-cms-content html body .modern-cms-content .cms-spacer.cms-spacer-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
html body .modern-cms-content html body .modern-cms-content .cms-spacer.cms-spacer-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
html body .modern-cms-content html body .modern-cms-content .cms-spacer.cms-spacer-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
html body .modern-cms-content html body p.text-left &gt; a,
html body .modern-cms-content html body p.text-center &gt; a,
html body .modern-cms-content html body p.text-right &gt; a {
  color: #2196F3;
  font-weight: 400;
  text-decoration: none;
}
html body .modern-cms-content html body p.text-left &gt; a:focus, html body .modern-cms-content html body p.text-left &gt; a:hover,
html body .modern-cms-content html body p.text-center &gt; a:focus,
html body .modern-cms-content html body p.text-center &gt; a:hover,
html body .modern-cms-content html body p.text-right &gt; a:focus,
html body .modern-cms-content html body p.text-right &gt; a:hover {
  text-decoration: none;
  color: #4EABF5;
}
html body .modern-cms-content html body p.text-left &gt; a .material-icons,
html body .modern-cms-content html body p.text-center &gt; a .material-icons,
html body .modern-cms-content html body p.text-right &gt; a .material-icons {
  font-size: 18px;
  top: 0;
  vertical-align: middle;
}
html body .modern-cms-content html body p.text-left &gt; a[data-toggle=mailto], html body .modern-cms-content html body p.text-left &gt; a[data-toggle=phone_link],
html body .modern-cms-content html body p.text-center &gt; a[data-toggle=mailto],
html body .modern-cms-content html body p.text-center &gt; a[data-toggle=phone_link],
html body .modern-cms-content html body p.text-right &gt; a[data-toggle=mailto],
html body .modern-cms-content html body p.text-right &gt; a[data-toggle=phone_link] {
  color: #444444;
  text-decoration: underline;
}
html body .modern-cms-content html body p.text-left &gt; a[data-toggle=mailto]:hover, html body .modern-cms-content html body p.text-left &gt; a[data-toggle=mailto]:focus, html body .modern-cms-content html body p.text-left &gt; a[data-toggle=phone_link]:hover, html body .modern-cms-content html body p.text-left &gt; a[data-toggle=phone_link]:focus,
html body .modern-cms-content html body p.text-center &gt; a[data-toggle=mailto]:hover,
html body .modern-cms-content html body p.text-center &gt; a[data-toggle=mailto]:focus,
html body .modern-cms-content html body p.text-center &gt; a[data-toggle=phone_link]:hover,
html body .modern-cms-content html body p.text-center &gt; a[data-toggle=phone_link]:focus,
html body .modern-cms-content html body p.text-right &gt; a[data-toggle=mailto]:hover,
html body .modern-cms-content html body p.text-right &gt; a[data-toggle=mailto]:focus,
html body .modern-cms-content html body p.text-right &gt; a[data-toggle=phone_link]:hover,
html body .modern-cms-content html body p.text-right &gt; a[data-toggle=phone_link]:focus {
  color: #444444;
}
html body .modern-cms-content .pill {
  padding: 4px 8px;
  color: #fff;
  background: #F7A600;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
  letter-spacing: 0.0333em;
  text-align: left;
  pointer-events: none;
}
@media (min-width: 768px) {
  html body .modern-cms-content .pill {
    font-size: 18px;
    line-height: 19px;
  }
}
html body .modern-cms-content .pill.pill-top-left {
  /* .pill-top-left */
  z-index: 2;
  position: absolute;
  top: 8px;
  left: 8px;
}
html body .modern-cms-content .page__header--meta {
  color: #0d3849;
}
html body .modern-cms-content .navbar &gt; .container-fluid {
  justify-content: initial;
}
@media (min-width: 1340px) {
  html body .modern-cms-content body .top-navigation-wrapper .phone-icon-wrapper {
    padding-top: 28px;
  }
}
html body .modern-cms-content .headline-element.headline-underline, html body .modern-cms-content .cms-element-headline.headline-underline {
  margin-bottom: 0;
}
html body .modern-cms-content .headline-element.headline-underline h1:after, html body .modern-cms-content .headline-element.headline-underline h2:after, html body .modern-cms-content .headline-element.headline-underline h3:after, html body .modern-cms-content .headline-element.headline-underline .hidden-headline:after, html body .modern-cms-content .cms-element-headline.headline-underline h1:after, html body .modern-cms-content .cms-element-headline.headline-underline h2:after, html body .modern-cms-content .cms-element-headline.headline-underline h3:after, html body .modern-cms-content .cms-element-headline.headline-underline .hidden-headline:after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background: #444;
  border-radius: 3px;
  margin-top: var(--tshirt-8);
}
html body .modern-cms-content .cms-list-element.check-circle-outline, html body .modern-cms-content .cms-list-element.check, html body .modern-cms-content .category-product-list-item-bullet-point.check-circle-outline, html body .modern-cms-content .category-product-list-item-bullet-point.check {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.017em;
}
@media (min-width: 992px) {
  html body .modern-cms-content .cms-list-element.check-circle-outline, html body .modern-cms-content .cms-list-element.check, html body .modern-cms-content .category-product-list-item-bullet-point.check-circle-outline, html body .modern-cms-content .category-product-list-item-bullet-point.check {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0156em;
  }
}
html body .modern-cms-content .cms-list-element.check-circle-outline li, html body .modern-cms-content .cms-list-element.check li, html body .modern-cms-content .category-product-list-item-bullet-point.check-circle-outline li, html body .modern-cms-content .category-product-list-item-bullet-point.check li {
  position: relative;
  margin-bottom: var(--tshirt-8);
  padding-left: 24px;
}
@media (min-width: 992px) {
  html body .modern-cms-content .cms-list-element.check-circle-outline li, html body .modern-cms-content .cms-list-element.check li, html body .modern-cms-content .category-product-list-item-bullet-point.check-circle-outline li, html body .modern-cms-content .category-product-list-item-bullet-point.check li {
    padding-left: 32px;
  }
}
html body .modern-cms-content .cms-list-element.check-circle-outline li:last-of-type, html body .modern-cms-content .cms-list-element.check li:last-of-type, html body .modern-cms-content .category-product-list-item-bullet-point.check-circle-outline li:last-of-type, html body .modern-cms-content .category-product-list-item-bullet-point.check li:last-of-type {
  margin-bottom: 0;
}
html body .modern-cms-content .cms-list-element.check-circle-outline li i, html body .modern-cms-content .cms-list-element.check li i, html body .modern-cms-content .category-product-list-item-bullet-point.check-circle-outline li i, html body .modern-cms-content .category-product-list-item-bullet-point.check li i {
  position: absolute;
  left: 0;
  color: #F7A600;
  font-size: 16px;
  top: 3px;
}
@media (min-width: 992px) {
  html body .modern-cms-content .cms-list-element.check-circle-outline li i, html body .modern-cms-content .cms-list-element.check li i, html body .modern-cms-content .category-product-list-item-bullet-point.check-circle-outline li i, html body .modern-cms-content .category-product-list-item-bullet-point.check li i {
    font-size: 24px;
    top: 0;
  }
}
html body .modern-cms-content .cms-list-element:not(.check-circle-outline, .check) {
  padding-left: var(--tshirt-15);
}
html body .modern-cms-content .cms-list-element:not(.check-circle-outline, .check) li {
  margin-bottom: var(--tshirt-8);
}
html body .modern-cms-content .cms-list-element:not(.check-circle-outline, .check) li:last-of-type {
  margin-bottom: unset;
}
html body .modern-cms-content .editor-edit-mode .cms-list-element .cms-item-actions i {
  position: relative;
}
html body .modern-cms-content .flex-usp-wrapper {
  margin-top: var(--tshirt-30);
  margin-bottom: calc(var(--tshirt-20) * -1);
}
html body .modern-cms-content .flex-usp .cms-widget-flex-usp-item-icon {
  cursor: pointer;
}
html body .modern-cms-content .cms-widget-flex-usp {
  padding: var(--tshirt-20);
  align-items: center;
  flex-direction: column;
}
html body .modern-cms-content .cms-widget-flex-usp p {
  text-align: center;
  margin-top: 0 !important;
}
html body .modern-cms-content .cms-widget-flex-usp p.text-button .material-icons {
  margin-left: var(--tshirt-4);
}
html body .modern-cms-content .cms-widget-flex-usp &gt; * {
  margin-bottom: var(--tshirt-15) !important;
}
html body .modern-cms-content .cms-widget-flex-usp &gt; *:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  html body .modern-cms-content .cms-widget-usp, html body .modern-cms-content .cms-widget-flex-usp {
    display: flex;
  }
}
html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item {
  position: relative;
  flex-basis: 25%;
  margin-top: var(--tshirt-20);
}
html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item:first-of-type, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item:first-of-type, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item:first-of-type, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item:first-of-type {
  margin-top: 0;
}
@media (min-width: 992px) {
  html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item {
    margin-top: 0;
  }
}
html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item:not(.cms-widget-flex-usp-item):before, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item:not(.cms-widget-flex-usp-item):before, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item:not(.cms-widget-flex-usp-item):before, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item:not(.cms-widget-flex-usp-item):before {
  content: "";
  background: #E6E6E6;
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  left: 65px;
  top: var(--tshirt-20);
  z-index: -1;
}
@media (min-width: 992px) {
  html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item:not(.cms-widget-flex-usp-item):before, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item:not(.cms-widget-flex-usp-item):before, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item:not(.cms-widget-flex-usp-item):before, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item:not(.cms-widget-flex-usp-item):before {
    width: 80%;
    left: 50%;
    top: 65px;
    height: 2px;
  }
}
html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item:not(.cms-widget-flex-usp-item):last-child:before, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item:not(.cms-widget-flex-usp-item):last-child:before, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item:not(.cms-widget-flex-usp-item):last-child:before, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item:not(.cms-widget-flex-usp-item):last-child:before {
  display: none;
}
@media (min-width: 992px) {
  html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item {
    flex-direction: column;
  }
}
html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item .cms-widget-usp-item-icon, html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item .cms-widget-flex-usp-item-icon, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item .cms-widget-usp-item-icon, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item .cms-widget-flex-usp-item-icon, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item .cms-widget-usp-item-icon, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item .cms-widget-flex-usp-item-icon, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item .cms-widget-usp-item-icon, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item .cms-widget-flex-usp-item-icon {
  position: relative;
  border: 2px solid #E6E6E6;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  background: #fff;
  margin-right: var(--tshirt-20);
  flex-basis: 130px;
  flex-shrink: 0;
}
html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item .cms-widget-usp-item-icon.cms-widget-usp-item-icon, html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item .cms-widget-flex-usp-item-icon.cms-widget-usp-item-icon, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item .cms-widget-usp-item-icon.cms-widget-usp-item-icon, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item .cms-widget-flex-usp-item-icon.cms-widget-usp-item-icon, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item .cms-widget-usp-item-icon.cms-widget-usp-item-icon, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item .cms-widget-flex-usp-item-icon.cms-widget-usp-item-icon, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item .cms-widget-usp-item-icon.cms-widget-usp-item-icon, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item .cms-widget-flex-usp-item-icon.cms-widget-usp-item-icon {
  align-self: center;
}
html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item .cms-widget-usp-item-icon.cms-widget-flex-usp-item-icon, html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item .cms-widget-flex-usp-item-icon.cms-widget-flex-usp-item-icon, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item .cms-widget-usp-item-icon.cms-widget-flex-usp-item-icon, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item .cms-widget-flex-usp-item-icon.cms-widget-flex-usp-item-icon, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item .cms-widget-usp-item-icon.cms-widget-flex-usp-item-icon, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item .cms-widget-flex-usp-item-icon.cms-widget-flex-usp-item-icon, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item .cms-widget-usp-item-icon.cms-widget-flex-usp-item-icon, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item .cms-widget-flex-usp-item-icon.cms-widget-flex-usp-item-icon {
  width: 72px;
  height: 72px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item .cms-widget-usp-item-icon, html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item .cms-widget-flex-usp-item-icon, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item .cms-widget-usp-item-icon, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item .cms-widget-flex-usp-item-icon, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item .cms-widget-usp-item-icon, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item .cms-widget-flex-usp-item-icon, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item .cms-widget-usp-item-icon, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item .cms-widget-flex-usp-item-icon {
    margin-bottom: var(--tshirt-8);
    margin-right: 0;
  }
  html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item .cms-widget-usp-item-icon.cms-widget-flex-usp-item-icon, html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item .cms-widget-flex-usp-item-icon.cms-widget-flex-usp-item-icon, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item .cms-widget-usp-item-icon.cms-widget-flex-usp-item-icon, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item .cms-widget-flex-usp-item-icon.cms-widget-flex-usp-item-icon, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item .cms-widget-usp-item-icon.cms-widget-flex-usp-item-icon, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item .cms-widget-flex-usp-item-icon.cms-widget-flex-usp-item-icon, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item .cms-widget-usp-item-icon.cms-widget-flex-usp-item-icon, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item .cms-widget-flex-usp-item-icon.cms-widget-flex-usp-item-icon {
    margin-bottom: 0;
  }
}
html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item .cms-widget-usp-item-icon .counter, html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item .cms-widget-flex-usp-item-icon .counter, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item .cms-widget-usp-item-icon .counter, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item .cms-widget-flex-usp-item-icon .counter, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item .cms-widget-usp-item-icon .counter, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item .cms-widget-flex-usp-item-icon .counter, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item .cms-widget-usp-item-icon .counter, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item .cms-widget-flex-usp-item-icon .counter {
  position: absolute;
  top: var(--tshirt-4);
  right: var(--tshirt-4);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  background: #444444;
  font-weight: 500;
  color: #fff;
  border: 3px solid #FFFFFF;
}
html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item .cms-widget-usp-item-icon .counter span, html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item .cms-widget-flex-usp-item-icon .counter span, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item .cms-widget-usp-item-icon .counter span, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item .cms-widget-flex-usp-item-icon .counter span, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item .cms-widget-usp-item-icon .counter span, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item .cms-widget-flex-usp-item-icon .counter span, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item .cms-widget-usp-item-icon .counter span, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item .cms-widget-flex-usp-item-icon .counter span {
  position: relative;
  top: -1px;
}
html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item .cms-widget-usp-item-icon i, html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item .cms-widget-flex-usp-item-icon i, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item .cms-widget-usp-item-icon i, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item .cms-widget-flex-usp-item-icon i, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item .cms-widget-usp-item-icon i, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item .cms-widget-flex-usp-item-icon i, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item .cms-widget-usp-item-icon i, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item .cms-widget-flex-usp-item-icon i {
  color: #F7A600;
  font-size: 35px;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item .cms-widget-usp-item-icon i, html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item .cms-widget-flex-usp-item-icon i, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item .cms-widget-usp-item-icon i, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item .cms-widget-flex-usp-item-icon i, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item .cms-widget-usp-item-icon i, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item .cms-widget-flex-usp-item-icon i, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item .cms-widget-usp-item-icon i, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item .cms-widget-flex-usp-item-icon i {
    font-size: 42px;
  }
}
html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item .cms-widget-usp-item-text, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item .cms-widget-usp-item-text, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item .cms-widget-usp-item-text, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item .cms-widget-usp-item-text {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.017em;
  font-weight: 400;
}
@media (min-width: 992px) {
  html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item .cms-widget-usp-item-text, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item .cms-widget-usp-item-text, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item .cms-widget-usp-item-text, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item .cms-widget-usp-item-text {
    text-align: center;
    margin-left: var(--tshirt-15);
    margin-right: var(--tshirt-15);
  }
}
html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item .cms-widget-usp-item-text .cms-widget-usp-item-text-title, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item .cms-widget-usp-item-text .cms-widget-usp-item-text-title, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item .cms-widget-usp-item-text .cms-widget-usp-item-text-title, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item .cms-widget-usp-item-text .cms-widget-usp-item-text-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: var(--tshirt-8);
}
@media (max-width: 767.98px) {
  html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item .cms-widget-usp-item-text .cms-widget-usp-item-text-title, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item .cms-widget-usp-item-text .cms-widget-usp-item-text-title, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item .cms-widget-usp-item-text .cms-widget-usp-item-text-title, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item .cms-widget-usp-item-text .cms-widget-usp-item-text-title {
    align-self: flex-start;
  }
}
html body .modern-cms-content .cms-widget-usp .cms-widget-usp-item .cms-widget-usp-item-text .cms-widget-usp-item-text-title .headline-element.h4, html body .modern-cms-content .cms-widget-usp .cms-widget-flex-usp-item .cms-widget-usp-item-text .cms-widget-usp-item-text-title .headline-element.h4, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-usp-item .cms-widget-usp-item-text .cms-widget-usp-item-text-title .headline-element.h4, html body .modern-cms-content .cms-widget-flex-usp .cms-widget-flex-usp-item .cms-widget-usp-item-text .cms-widget-usp-item-text-title .headline-element.h4 {
  font-size: 20px;
  letter-spacing: 0.17px;
  line-height: 26px;
  font-weight: 700;
  max-width: unset;
  color: #444;
}
html body .modern-cms-content .mCS-default-custom-theme-vertical.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  border-radius: 4px;
  width: 8px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
html body .modern-cms-content .mCS-default-custom-theme-horizontal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  border-radius: 4px;
  height: 8px !important;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
html body .modern-cms-content .mCS-default-custom-theme-vertical.mCSB_scrollTools .mCSB_draggerRail, html body .modern-cms-content .mCS-default-custom-theme-horizontal.mCSB_scrollTools .mCSB_draggerRail {
  background: transparent;
}
html body .modern-cms-content .mCS-default-custom-theme-vertical .mCSB_container, html body .modern-cms-content .mCS-default-custom-theme-horizontal .mCSB_container {
  overflow: visible;
  margin-right: 26px !important;
}
html body .modern-cms-content .vertical-line-wrapper {
  position: absolute;
  width: 100%;
  padding: 0 1px 0 1px;
  top: 50%;
  transform: translateY(-50%);
}
html body .modern-cms-content .vertical-line-wrapper .light-grey-line {
  height: 1px;
  background: rgba(68, 68, 68, 0.2);
}
html body .modern-cms-content .vertical-line-wrapper .dark-grey-line {
  height: 1px;
  background: rgba(68, 68, 68, 0.6);
  margin-bottom: 2px;
}
html body .modern-cms-content .vertical-line-wrapper .dark-grey-line:last-child {
  margin-bottom: unset;
}
html body .modern-cms-content .horizontal-line-wrapper {
  position: absolute;
  height: 100%;
  width: auto;
  padding: 0 1px 0 1px;
  left: 50%;
  transform: translateX(-50%);
}
html body .modern-cms-content .horizontal-line-wrapper .light-grey-line {
  width: 1px;
  height: inherit;
  background: rgba(68, 68, 68, 0.2);
  float: left;
}
html body .modern-cms-content .horizontal-line-wrapper .dark-grey-line {
  width: 1px;
  height: inherit;
  background: rgba(68, 68, 68, 0.6);
  margin-right: 2px;
  float: left;
}
html body .modern-cms-content .horizontal-line-wrapper .dark-grey-line:last-child {
  margin-right: unset;
}
html body .modern-cms-content .block-section &gt; .single-product-widget {
  margin-left: calc(-1 * var(--tshirt-20));
  margin-right: calc(-1 * var(--tshirt-20));
}
html body .modern-cms-content .section .layout-element &gt; div[class*=col-] &gt; div[class*=col-].single-product-widget,
html body .modern-cms-content .single-product-widget {
  position: relative;
  padding: 60px var(--tshirt-20) var(--tshirt-20);
  background: var(--warm-grey);
}
@media (min-width: 992px) {
  html body .modern-cms-content .section .layout-element &gt; div[class*=col-] &gt; div[class*=col-].single-product-widget,
  html body .modern-cms-content .single-product-widget {
    padding-top: 40px;
  }
  html body .modern-cms-content .section .layout-element &gt; div[class*=col-] &gt; div[class*=col-].single-product-widget .single-product-widget-image,
  html body .modern-cms-content .single-product-widget .single-product-widget-image {
    margin-top: var(--tshirt-20);
  }
}
html body .modern-cms-content .section .layout-element &gt; div[class*=col-] &gt; div[class*=col-].single-product-widget.size-col-md-12,
html body .modern-cms-content .single-product-widget.size-col-md-12 {
  padding-top: 40px;
}
html body .modern-cms-content .section .layout-element &gt; div[class*=col-] &gt; div[class*=col-].single-product-widget .single-product-widget-badge,
html body .modern-cms-content .single-product-widget .single-product-widget-badge {
  position: absolute;
  top: 0;
  left: 0;
  background: #F7A600;
  border-radius: 0px 0px 15px 0px;
  padding: var(--tshirt-8) var(--tshirt-15);
}
html body .modern-cms-content .section .layout-element &gt; div[class*=col-] &gt; div[class*=col-].single-product-widget .single-product-widget-badge, html body .modern-cms-content .section .layout-element &gt; div[class*=col-] &gt; div[class*=col-].single-product-widget .single-product-widget-badge p,
html body .modern-cms-content .single-product-widget .single-product-widget-badge,
html body .modern-cms-content .single-product-widget .single-product-widget-badge p {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.editor-edit-mode html body .modern-cms-content .section .layout-element &gt; div[class*=col-] &gt; div[class*=col-].single-product-widget .single-product-widget-badge,
.editor-edit-mode html body .modern-cms-content .single-product-widget .single-product-widget-badge {
  position: static;
}
.editor-edit-mode html body .modern-cms-content .section .layout-element &gt; div[class*=col-] &gt; div[class*=col-].single-product-widget .single-product-widget-badge p,
.editor-edit-mode html body .modern-cms-content .single-product-widget .single-product-widget-badge p {
  position: static;
  margin: 0;
  padding: 0;
}
html body .modern-cms-content .section .layout-element &gt; div[class*=col-] &gt; div[class*=col-].single-product-widget .single-product-widget-image,
html body .modern-cms-content .single-product-widget .single-product-widget-image {
  margin-bottom: var(--tshirt-15);
}
@media (min-width: 768px) {
  html body .modern-cms-content .section .layout-element &gt; div[class*=col-] &gt; div[class*=col-].single-product-widget.size-col-md-6 .single-product-widget-image,
  html body .modern-cms-content .single-product-widget.size-col-md-6 .single-product-widget-image {
    margin-bottom: 0;
  }
}
html body .modern-cms-content .section .layout-element &gt; div[class*=col-] &gt; div[class*=col-].single-product-widget .category-product-list-item-content-wrapper,
html body .modern-cms-content .single-product-widget .category-product-list-item-content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  word-wrap: break-word;
}
html body .modern-cms-content .section .layout-element &gt; div[class*=col-] &gt; div[class*=col-].single-product-widget .category-product-list-item-content-wrapper .category-product-list-item-over-headline,
html body .modern-cms-content .single-product-widget .category-product-list-item-content-wrapper .category-product-list-item-over-headline {
  margin-bottom: var(--tshirt-4);
}
html body .modern-cms-content .section .layout-element &gt; div[class*=col-] &gt; div[class*=col-].single-product-widget .category-product-list-item-content-wrapper .category-product-list-item-product-headline,
html body .modern-cms-content .single-product-widget .category-product-list-item-content-wrapper .category-product-list-item-product-headline {
  margin-bottom: var(--tshirt-8) !important;
}
@media (min-width: 992px) {
  html body .modern-cms-content .section .layout-element &gt; div[class*=col-] &gt; div[class*=col-].single-product-widget .category-product-list-item-content-wrapper .category-product-list-item-product-headline,
  html body .modern-cms-content .single-product-widget .category-product-list-item-content-wrapper .category-product-list-item-product-headline {
    margin-top: var(--tshirt-20);
  }
}
html body .modern-cms-content .section .layout-element &gt; div[class*=col-] &gt; div[class*=col-].single-product-widget .category-product-list-item-content-wrapper .category-product-list-item-product-headline &gt; h3,
html body .modern-cms-content .single-product-widget .category-product-list-item-content-wrapper .category-product-list-item-product-headline &gt; h3 {
  margin-bottom: 0;
}
html body .modern-cms-content .section .layout-element &gt; div[class*=col-] &gt; div[class*=col-].single-product-widget .category-product-list-item-content-wrapper .category-product-list-item-product-headline &gt; p,
html body .modern-cms-content .single-product-widget .category-product-list-item-content-wrapper .category-product-list-item-product-headline &gt; p {
  margin-bottom: 0;
  font-weight: 900;
}
html body .modern-cms-content .section .layout-element &gt; div[class*=col-] &gt; div[class*=col-].single-product-widget .category-product-list-item-content-wrapper .category-product-list-item-sub-headline + p,
html body .modern-cms-content .single-product-widget .category-product-list-item-content-wrapper .category-product-list-item-sub-headline + p {
  margin-top: var(--tshirt-20);
}
html body .modern-cms-content .section .layout-element &gt; div[class*=col-] &gt; div[class*=col-].single-product-widget .category-product-list-item-content-wrapper .category-product-list-item-bullet-points,
html body .modern-cms-content .single-product-widget .category-product-list-item-content-wrapper .category-product-list-item-bullet-points {
  margin-top: var(--tshirt-20);
}
html body .modern-cms-content .section .layout-element &gt; div[class*=col-] &gt; div[class*=col-].single-product-widget .category-product-list-item-content-wrapper .category-product-list-item-bullet-points ul,
html body .modern-cms-content .single-product-widget .category-product-list-item-content-wrapper .category-product-list-item-bullet-points ul {
  margin-bottom: 0;
}
html body .modern-cms-content .section .layout-element &gt; div[class*=col-] &gt; div[class*=col-].single-product-widget .category-product-list-item-content-wrapper .category-product-list-item-link,
html body .modern-cms-content .single-product-widget .category-product-list-item-content-wrapper .category-product-list-item-link {
  display: flex;
  align-self: flex-end;
  flex: 1 auto;
  align-items: flex-end;
  margin-top: var(--tshirt-20);
  width: 100%;
}
@media (min-width: 576px) {
  html body .modern-cms-content .section .layout-element &gt; div[class*=col-] &gt; div[class*=col-].single-product-widget .category-product-list-item-content-wrapper .category-product-list-item-link,
  html body .modern-cms-content .single-product-widget .category-product-list-item-content-wrapper .category-product-list-item-link {
    width: auto;
  }
}
html body .modern-cms-content .section .layout-element &gt; div[class*=col-] &gt; div[class*=col-].single-product-widget .category-product-list-item-content-wrapper .category-product-list-item-link .btn.btn-primary,
html body .modern-cms-content .single-product-widget .category-product-list-item-content-wrapper .category-product-list-item-link .btn.btn-primary {
  border-radius: 19px;
  font-weight: 500;
  font-size: 14px;
  padding: var(--tshirt-8) var(--tshirt-15);
  height: auto;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.017em;
}
@media (max-width: 575.98px) {
  html body .modern-cms-content .section .layout-element &gt; div[class*=col-] &gt; div[class*=col-].single-product-widget .category-product-list-item-content-wrapper .category-product-list-item-link .btn.btn-primary,
  html body .modern-cms-content .single-product-widget .category-product-list-item-content-wrapper .category-product-list-item-link .btn.btn-primary {
    width: 100%;
    display: block;
  }
}
html body .modern-cms-content .section .layout-element &gt; div[class*=col-] &gt; div[class*=col-].single-product-widget.size-col-md-12 .category-product-list-item-content-wrapper,
html body .modern-cms-content .single-product-widget.size-col-md-12 .category-product-list-item-content-wrapper {
  width: 100%;
}
html body .modern-cms-content .popover {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #444;
  border: none;
  font-family: Roboto;
}
html body .modern-cms-content .popover.bottom {
  margin-top: 14px;
}
html body .modern-cms-content .popover.bottom &gt; .arrow {
  border-bottom-color: #444;
}
html body .modern-cms-content .popover.bottom &gt; .arrow:before, html body .modern-cms-content .popover.bottom &gt; .arrow:after {
  border-bottom-color: #444;
  top: 1px;
}
html body .modern-cms-content .popover.top {
  margin-top: -14px;
}
html body .modern-cms-content .popover.top &gt; .arrow {
  border-top-color: #444;
}
html body .modern-cms-content .popover.top &gt; .arrow:before, html body .modern-cms-content .popover.top &gt; .arrow:after {
  border-top-color: #444;
  bottom: 1px;
}
html body .modern-cms-content .popover .popover-body, html body .modern-cms-content .popover .popover-content {
  color: #fff;
  background-color: inherit;
  padding: var(--tshirt-15);
  border-radius: 8px;
}
html body .modern-cms-content .popover.bs-popover-top {
  top: calc(var(--tshirt-4) * -1) !important;
}
html body .modern-cms-content .popover.bs-popover-top .arrow:before, html body .modern-cms-content .popover.bs-popover-top .arrow:after {
  border-top-color: #444;
  bottom: 1px;
}
html body .modern-cms-content .popover.bs-popover-bottom {
  top: var(--tshirt-4) !important;
}
html body .modern-cms-content .popover.bs-popover-bottom .arrow:before, html body .modern-cms-content .popover.bs-popover-bottom .arrow:after {
  border-bottom-color: #444;
  top: 1px;
}
html body .modern-cms-content .product-filter-head {
  margin-top: var(--tshirt-20);
  margin-bottom: var(--tshirt-15);
  padding-bottom: var(--tshirt-15);
  border-bottom: 1px solid #E6E6E6;
}
html body .modern-cms-content .product-filter-head .product-filter-head-text {
  padding-top: 10px;
  display: inline-block;
}
html body .modern-cms-content .product-filter-head .product-filter-head-btns {
  float: right;
}
html body .modern-cms-content .product-filter-head .product-filter-head-btns .btn {
  display: inline-block;
}
@media (min-width: 576px) {
  html body .modern-cms-content .product-filter-head .product-filter-head-btns .btn.product-filter-reset {
    margin-right: 13px;
  }
}
@media (max-width: 575.98px) {
  html body .modern-cms-content .product-filter-head .product-filter-head-btns .btn {
    margin-top: 5px;
  }
  html body .modern-cms-content .product-filter-head .product-filter-head-btns .btn.product-filter-reset {
    display: none !important;
  }
}
html body .modern-cms-content .product-filter-head .product-filter-head-btns .btn .active-text {
  display: inline-block !important;
}
html body .modern-cms-content .product-filter-head .product-filter-head-btns .btn.collapsed .active-text {
  display: none !important;
}
html body .modern-cms-content .product-filter-head .product-filter-head-btns .btn .inactive-text {
  display: none !important;
}
html body .modern-cms-content .product-filter-head .product-filter-head-btns .btn.collapsed .inactive-text {
  display: inline-block !important;
}
html body .modern-cms-content .product-filter-body {
  padding: 0 0 var(--tshirt-15);
}
html body .modern-cms-content .product-filter-body .product-filter-mobile-head,
html body .modern-cms-content .product-filter-body .product-filter-mobile-footer {
  display: none;
}
@media (max-width: 767.98px) {
  html body .modern-cms-content .product-filter-body {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    z-index: 1200;
    padding: 0 var(--tshirt-15) 84px;
    top: 0;
    left: 0;
    overflow-y: auto;
  }
  html body .modern-cms-content .product-filter-body.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
  }
  html body .modern-cms-content .product-filter-body .product-filter-mobile-head {
    display: block;
    margin: 0 -15px 15px;
    border-bottom: 1px solid #E6E6E6;
    background: #fff;
    padding: 15px var(--tshirt-20);
  }
  html body .modern-cms-content .product-filter-body .product-filter-mobile-head button {
    float: right;
    width: auto;
  }
  html body .modern-cms-content .product-filter-body .product-filter-mobile-head span {
    float: left;
    display: block;
    margin-top: 9px;
    margin-bottom: 5px;
  }
  html body .modern-cms-content .product-filter-body .product-filter-mobile-head + .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  html body .modern-cms-content .product-filter-body .product-filter-mobile-footer {
    display: block;
    background: #fff;
    padding: var(--tshirt-15) var(--tshirt-20);
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #E6E6E6;
  }
  html body .modern-cms-content .product-filter-body .product-filter-mobile-footer .btn {
    border-radius: var(--button-radius);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.017em;
    height: 38px !important;
    padding: var(--tshirt-8) var(--tshirt-15) !important;
    min-height: unset;
    margin-bottom: 0;
    display: inline-block;
  }
  html body .modern-cms-content .product-filter-body .product-filter-mobile-footer .btn .product-filter-productcounter {
    margin-right: 4px;
  }
}
html body .modern-cms-content .product-filter-col {
  margin-bottom: var(--tshirt-15);
}
html body .modern-cms-content .cms-element-product-category-list &gt; .row &gt; .product-tile[class*=" filtered-by--"] {
  display: none;
}
html body .modern-cms-content .rounded-selectbox {
  background: #444;
  color: #fff;
  border-radius: 27px;
  display: inline-block;
  padding: 15px var(--tshirt-20);
  cursor: pointer;
  position: relative;
  line-height: 1;
}
html body .modern-cms-content .rounded-selectbox .content-box .active-text {
  position: relative;
  top: 2px;
}
html body .modern-cms-content .rounded-selectbox .content-box i.material-icons {
  vertical-align: middle;
  font-size: 24px;
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  line-height: 1;
}
html body .modern-cms-content .rounded-selectbox .available-content {
  display: none;
  position: absolute;
  background: #444;
  width: 100%;
  left: 0;
  top: 100%;
  padding: 0 20px var(--tshirt-15);
  border-radius: 0 0 30px 30px;
  border-top: 1px solid #E6E6E6;
}
html body .modern-cms-content .rounded-selectbox .available-content .icon-checkbox {
  position: relative;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 8px;
  top: 3px;
}
html body .modern-cms-content .rounded-selectbox .available-content .icon-checkbox::after, html body .modern-cms-content .rounded-selectbox .available-content .icon-checkbox::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
}
html body .modern-cms-content .rounded-selectbox .available-content .icon-checkbox::before {
  border-radius: 4px;
  border: 1px solid #444;
  background: #fff;
}
html body .modern-cms-content .rounded-selectbox .available-content .icon-checkbox::after {
  left: 1px;
  top: -1px;
  /* check icon */
  font-family: "Material Symbols Rounded";
  content: "check";
  -webkit-font-feature-settings: "check";
  color: #fff;
  font-size: 14px;
}
html body .modern-cms-content .rounded-selectbox .available-content .content-live-filter.active .icon-checkbox:before {
  background: #2196F3;
  border-color: #2196F3;
}
html body .modern-cms-content .rounded-selectbox.active, html body .modern-cms-content .rounded-selectbox:hover {
  background: #444;
}
html body .modern-cms-content .rounded-selectbox.active {
  border-radius: 30px 30px 0 0;
  z-index: 10;
}
html body .modern-cms-content .rounded-selectbox.active .content-box i.material-icons {
  transform: rotate(180deg);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
html body .modern-cms-content .rounded-selectbox.active .available-content {
  display: block;
  text-align: left;
}
html body .modern-cms-content .rounded-selectbox.active .available-content .content-live-filter {
  padding: 15px 0 0;
  border-radius: 12px;
}
html body .modern-cms-content .rounded-selectbox.active .available-content .content-live-filter:hover {
  color: #2196F3;
}
html body .modern-cms-content .rounded-selectbox--fullwidth {
  width: 100%;
}
html body .modern-cms-content .rounded-selectbox--fullwidth .content-box i.material-icons {
  float: right;
}
html body .modern-cms-content .rounded-selectbox--white {
  background: #fff;
  color: #444;
}
html body .modern-cms-content .rounded-selectbox--white.active, html body .modern-cms-content .rounded-selectbox--white:hover {
  background: #fff;
}
html body .modern-cms-content .rounded-selectbox--white .available-content {
  background: #fff;
}
html body .modern-cms-content .rounded-selectbox--white .available-content .content-live-filter:hover {
  color: #2196F3;
}
html body .modern-cms-content .rounded-selectbox--white.active, html body .modern-cms-content .rounded-selectbox--white:hover {
  background: #fff;
}
html body .modern-cms-content .btn-outline-primary:hover {
  background-color: #fff !important;
  color: #4EABF5 !important;
  border-color: #4EABF5 !important;
}
html body .modern-cms-content [data-icon-after]:after {
  content: attr(data-icon-after);
  font-family: "Material Symbols Rounded";
  font-size: inherit;
  line-height: inherit;
  vertical-align: bottom;
  margin-left: 8px;
}
html body .modern-cms-content [data-icon-before]:before {
  content: attr(data-icon-before);
  font-family: "Material Symbols Rounded";
  font-size: inherit;
  line-height: inherit;
  vertical-align: bottom;
  margin-right: 8px;
}
html body .modern-cms-content .product-horizontal-thumbs .owl-item .item {
  margin: 4px;
}
html body .modern-cms-content .product-horizontal-thumbs .owl-item.active img {
  cursor: pointer;
  border: 2px solid transparent;
  outline: 2px solid transparent;
}
html body .modern-cms-content .product-horizontal-thumbs .owl-item.active.selected img {
  outline: 2px solid #2196F3;
}
html body .modern-cms-content .product-vertical-carousel .not-loaded.owl-carousel {
  visibility: visible;
}
@media (min-width: 992px) {
  html body .modern-cms-content .product-vertical-carousel {
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) {
  html body .modern-cms-content .product-vertical-carousel {
    margin-bottom: 2rem;
  }
}
html body .modern-cms-content .product-vertical-carousel .owl-carousel .owl-item img {
  height: auto;
}
html body .modern-cms-content .product-vertical-carousel .owl-carousel .owl-item .owl-lazy:not([src]) {
  display: none;
}
html body .modern-cms-content .product-vertical-carousel .product-horizontal-full-size-image .image-overlay-info .image-overlay-content {
  line-height: 29px;
}
html body .modern-cms-content .product-vertical-carousel.product-vertical-carousel-hochformat .product-horizontal-full-size-image .slick-slide {
  position: relative;
}
html body .modern-cms-content .product-vertical-carousel.product-vertical-carousel-hochformat .product-horizontal-full-size-image img {
  height: auto;
}
html body .modern-cms-content .product-vertical-carousel.product-vertical-carousel-hochformat .product-horizontal-thumbs-column {
  flex-basis: 20%;
}
@media (min-width: 768px) {
  html body .modern-cms-content .product-vertical-carousel.product-vertical-carousel-hochformat .product-horizontal-thumbs-column {
    flex-basis: 20%;
  }
}
@media (min-width: 992px) {
  html body .modern-cms-content .product-vertical-carousel.product-vertical-carousel-hochformat .product-horizontal-thumbs-column {
    flex-basis: 23%;
  }
}
@media (min-width: 1200px) {
  html body .modern-cms-content .product-vertical-carousel.product-vertical-carousel-hochformat .product-horizontal-thumbs-column {
    flex-basis: 22.3%;
  }
}
html body .modern-cms-content .product-vertical-carousel.product-vertical-carousel-hochformat .product-horizontal-thumbs-column .product-horizontal-thumbs {
  margin-top: 0;
}
html body .modern-cms-content .product-vertical-carousel.product-vertical-carousel-hochformat .product-horizontal-thumbs-column .product-horizontal-thumbs .slick-slide img {
  border-bottom: 5px solid transparent;
  display: block;
}
html body .modern-cms-content .product-vertical-carousel.product-vertical-carousel-hochformat .product-horizontal-thumbs-column .product-horizontal-thumbs .slick-slide &gt; div .item img {
  height: auto;
}
html body .modern-cms-content .text-primary {
  color: #2196F3 !important;
}
html body .modern-cms-content .text-primary:hover {
  color: #4EABF5 !important;
}
html body .modern-cms-content a.text-primary {
  color: #2196F3 !important;
}
html body .modern-cms-content a.text-primary:hover {
  color: #4EABF5 !important;
}
html body .modern-cms-content .btn {
  border-radius: var(--button-radius) !important;
  font-size: 14px !important;
  cursor: pointer;
  width: 100%;
  padding: var(--tshirt-8) var(--tshirt-15) !important;
  letter-spacing: 0.017em;
  font-weight: 500 !important;
  line-height: 22px !important;
}
html body .modern-cms-content .btn.dropdown-toggle {
  border-radius: 0 !important;
}
@media (min-width: 576px) {
  html body .modern-cms-content .btn {
    width: auto;
  }
}
html body .modern-cms-content .btn.add-to-basket {
  width: 100%;
}
html body .modern-cms-content .btn:focus {
  box-shadow: none;
}
html body .modern-cms-content .btn em.material-icons {
  vertical-align: bottom;
  font-size: 1.5rem;
}
html body .modern-cms-content .btn-primary {
  border-radius: var(--button-radius);
  cursor: pointer;
  color: #fff !important;
}
html body .modern-cms-content .btn-primary:hover {
  background-color: #4EABF5 !important;
  border-color: #4EABF5 !important;
}
html body .modern-cms-content .btn-primary:focus, html body .modern-cms-content .btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none !important;
}
html body .modern-cms-content .btn-primary-light {
  color: #2196F3 !important;
  background-color: #fff !important;
  border: 0;
}
html body .modern-cms-content .btn.btn-primary {
  background-color: #2196F3 !important;
  border-color: #2196F3 !important;
  border: 0;
}
html body .modern-cms-content .btn.btn-primary a {
  color: #fff !important;
  text-decoration: none;
}
html body .modern-cms-content .btn.btn-primary:visited {
  background-color: #2196F3 !important;
  border-color: #2196F3 !important;
}
html body .modern-cms-content .btn.btn-primary:hover {
  background-color: #4EABF5 !important;
  border-color: #4EABF5 !important;
}
html body .modern-cms-content .btn.btn-outline-primary:hover {
  color: rgba(33, 150, 243, 0.8) !important;
  background-color: transparent !important;
}
html body .modern-cms-content .btn.btn-primary-light:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: #2196F3 !important;
}
html body .modern-cms-content .btn.btn-primary-light:focus, html body .modern-cms-content .btn.btn-primary-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: none !important;
}
html body .modern-cms-content .confi-link {
  color: #2196F3;
}
html body .modern-cms-content .confi-link:hover {
  color: #4EABF5;
}
html body .modern-cms-content .confi-link.btn-outline-primary {
  text-decoration: none;
}
html body .modern-cms-content .confi-link.btn-outline-primary:hover {
  text-decoration: none;
}
html body .modern-cms-content .confi-link .material-icons {
  left: 5px;
}
@media (min-width: 576px) {
  html body .modern-cms-content .confi-link {
    font-weight: 500;
  }
}
.editor-edit-mode html body .modern-cms-content .block-section &gt; * {
  margin-top: 1rem;
}
html body .modern-cms-content .block-section figure, html body .modern-cms-content .block-section a.gallery-image {
  display: block;
  margin: 0;
}
html body .modern-cms-content .block-section figure.gallery-image img, html body .modern-cms-content .block-section a.gallery-image.gallery-image img {
  box-shadow: none;
  display: block;
  width: 100%;
}
html body .modern-cms-content .block-section figure.gallery-image.without-box-shadow img, html body .modern-cms-content .block-section a.gallery-image.gallery-image.without-box-shadow img {
  box-shadow: none;
}
html body .modern-cms-content .block-section figure.gallery-image.with-offsetborder, html body .modern-cms-content .block-section a.gallery-image.gallery-image.with-offsetborder {
  padding: 15%;
}
html body .modern-cms-content .block-section .gallery-image-wrapper + .headline-element {
  margin-top: 0.5rem;
}
@media (min-width: 576px) {
  html body .modern-cms-content .block-section .gallery-image-wrapper + .headline-element {
    margin-top: 1rem;
  }
}
html body .modern-cms-content .block-section .productgrid-card p b {
  color: #777;
}
html body .modern-cms-content .block-section .productgrid-card a.btn {
  margin-top: 16px;
}
html body .modern-cms-content .block-section .d-flex &gt; .col-12 {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767.98px) {
  html body .modern-cms-content .block-section .d-flex.col-md-1 {
    display: none !important;
  }
}
@media (min-width: 768px) {
  html body .modern-cms-content .block-section .layout-element &gt; div[class*=col-md] {
    order: initial !important;
  }
}
@media (min-width: 992px) {
  html body .modern-cms-content .block-section .layout-element &gt; div[class*=col-lg-] {
    order: initial !important;
  }
}
html body .modern-cms-content .block-section .contact-card-with-persons .headline-element h3 {
  margin-bottom: var(--tshirt-4);
}
html body .modern-cms-content .block-section .contact-card-with-persons .contact-card-with-persons-left-hand {
  display: flex;
  flex-direction: column;
}
html body .modern-cms-content .block-section .contact-card-with-persons .contact-card-with-persons-left-hand .product-detail-buttons {
  justify-self: stretch;
}
html body .modern-cms-content .block-section .contact-card-with-persons .contact-card-with-persons-left-hand .headline-element h3 {
  margin-bottom: var(--tshirt-8);
}
html body .modern-cms-content .block-section .contact-card-with-persons .contact-card-with-persons-left-hand p {
  flex: 1 0 auto;
}
html body .modern-cms-content .block-section .contact-card-with-persons .bg-warm-grey {
  background: var(--warm-grey);
  padding: var(--tshirt-20);
}
html body .modern-cms-content .block-section .contact-card-with-persons .phone-number {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #2196F3;
  letter-spacing: 0.089em;
  text-transform: uppercase;
}
html body .modern-cms-content .block-section .contact-card-with-persons .phone-number i {
  font-size: 24px;
  margin-right: var(--tshirt-15);
  vertical-align: sub;
  color: #656D76;
}
html body .modern-cms-content .block-section .contact-card-with-persons img {
  display: inline-block;
  margin-bottom: var(--tshirt-4);
  margin-right: 30px;
  height: 132px;
  width: 132px;
  float: left;
  border: 2px solid #E6E6E6;
}
html body .modern-cms-content .block-section .contact-card-with-persons .contact-custom-design-kat .overline {
  margin-top: 0 !important;
  margin-bottom: var(--tshirt-30);
}
html body .modern-cms-content .block-section .contact-card-with-persons .contact-custom-design-kat img {
  height: 185px;
  width: 185px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: block;
  margin-bottom: var(--tshirt-20);
}
@media (min-width: 768px) {
  html body .modern-cms-content .block-section .contact-card-with-persons .contact-custom-design-kat img {
    height: 197px;
    width: 197px;
    margin-right: 30px;
    float: left;
    margin-bottom: 0;
  }
}
html body .modern-cms-content .block-section .contact-card-with-persons .contact-card-with-persons-right {
  float: none;
  padding-top: 33px;
}
@media (min-width: 576px) {
  html body .modern-cms-content .block-section .contact-card-with-persons .contact-card-with-persons-right {
    float: left;
  }
}
html body .modern-cms-content .block-section .contact-card-with-persons .contact-card-with-persons-right.design-kat {
  padding-top: 0;
}
html body .modern-cms-content .block-section .contact-card-with-persons .contact-card-with-persons-right.design-kat .contact-persons-name {
  margin-bottom: var(--tshirt-4);
}
html body .modern-cms-content .block-section .contact-card-with-persons .contact-card-with-persons-right.design-kat .phone-number {
  margin-bottom: var(--tshirt-20);
}
html body .modern-cms-content .block-section .contact-card-with-persons .contact-card-with-persons-right.design-kat .phone-number a {
  display: block;
  margin-top: 20px;
}
html body .modern-cms-content .block-section .contact-card-with-persons .contact-card-with-persons-right.design-kat .phone-number a:hover {
  text-decoration: none;
}
html body .modern-cms-content .block-section .contact-card-with-persons .contact-card-with-persons-right.design-kat .phone-number a + a {
  margin-top: 16px;
}
html body .modern-cms-content .block-section .contact-card-with-persons .contact-card-with-persons-right.design-kat .phone-number a i.material-icons {
  line-height: inherit;
  vertical-align: bottom;
}
html body .modern-cms-content .block-section .contact-card-with-persons .contact-card-with-persons-right.design-kat .btn {
  border-radius: 19px;
  text-decoration: none;
  line-height: 22px;
  height: auto;
}
html body .modern-cms-content .block-section .contact-card-with-persons .contact-card-with-persons-quote {
  margin-bottom: var(--tshirt-20);
}
html body .modern-cms-content .block-section .team-contact-card .team-contact-card-phone {
  text-align: center;
}
html body .modern-cms-content .block-section .team-contact-card .team-contact-card-phone i {
  position: relative;
  top: 2px;
  font-size: 1.6rem;
  margin-right: 3px;
}
@media (min-width: 768px) {
  html body .modern-cms-content .block-section .team-contact-card .team-contact-card-phone i {
    top: 5px;
  }
}
@media (min-width: 768px) {
  html body .modern-cms-content .block-section .team-contact-card .team-contact-card-phone {
    float: left;
    text-align: left;
  }
}
html body .modern-cms-content .block-section .team-contact-card .team-contact-card-form-trigger {
  width: 100%;
  display: block;
  margin-top: 10px;
}
@media (min-width: 768px) {
  html body .modern-cms-content .block-section .team-contact-card .team-contact-card-form-trigger {
    width: auto;
    margin-top: 0;
  }
}
html body .modern-cms-content h2.background:after {
  content: "";
  display: block;
  width: 25%;
  border: 0;
  border-top: 3px solid #dcdcdc;
  margin-top: 0.5rem;
}
html body .modern-cms-content .section .row.layout-element {
  margin-top: 0;
}
html body .modern-cms-content .section .cms-spacer {
  display: none;
}
html body .modern-cms-content .section .cms-spacer.cms-spacer-1 {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
html body .modern-cms-content .hero-wrapper {
  position: relative;
}
html body .modern-cms-content .hero-wrapper &gt; figure {
  display: none;
}
html body .modern-cms-content .hero-wrapper .hero-subtext {
  margin-bottom: -1rem;
}
@media (min-width: 768px) {
  html body .modern-cms-content .hero-wrapper &gt; figure {
    display: block;
  }
  html body .modern-cms-content .hero-wrapper .hero-text.hero-color-light &gt; h1, html body .modern-cms-content .hero-wrapper .hero-text.hero-color-light &gt; h2, html body .modern-cms-content .hero-wrapper .hero-text.hero-color-light &gt; h3, html body .modern-cms-content .hero-wrapper .hero-text.hero-color-light &gt; p {
    color: #fff;
  }
  html body .modern-cms-content .hero-wrapper .hero-text.hero-position-br {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 53%;
    text-align: right;
  }
  html body .modern-cms-content .hero-wrapper .hero-text.hero-position-bl {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 53%;
    text-align: left;
  }
  html body .modern-cms-content .hero-wrapper .hero-text.hero-position-tr {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 53%;
    text-align: right;
  }
  html body .modern-cms-content .hero-wrapper .hero-text.hero-position-tl {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 53%;
    text-align: left;
  }
  html body .modern-cms-content .hero-wrapper .hero-subtext {
    margin-bottom: 0;
  }
}
html body .modern-cms-content .image-options-wrapper a:active, html body .modern-cms-content .image-options-wrapper a:hover, html body .modern-cms-content .image-options-wrapper a:visited, html body .modern-cms-content .image-options-wrapper a:focus {
  outline: none !important;
  background: transparent;
}
html body .modern-cms-content .image-options-wrapper figure {
  max-width: 30px !important;
  max-height: 30px !important;
  /*float: left;*/
  margin-right: 0.5rem;
}
html body .modern-cms-content .image-options-wrapper figure img {
  border-radius: 50%;
  border: 1px solid #E6E6E5;
}
html body .modern-cms-content .image-options-wrapper figure img.img-thumbnail {
  padding: 0;
}
html body .modern-cms-content .image-options-wrapper figure.image-as-icon {
  max-width: 40px !important;
  max-height: 40px !important;
}
html body .modern-cms-content .image-options-wrapper figure.image-as-icon img {
  border: unset;
}
html body .modern-cms-content .image-options-wrapper .image-options-widget-backend figure {
  max-width: unset !important;
  max-height: unset !important;
}
html body .modern-cms-content .modal.fade:not(.show), html body .modern-cms-content .modal.fade:not(.in) {
  opacity: 0;
}
html body .modern-cms-content .modal.fade.in, html body .modern-cms-content .modal.fade.show {
  opacity: 1;
}
html body .modern-cms-content .modal .modal-content {
  padding: 0;
}
html body .modern-cms-content .modal .modal-content .modal-body {
  padding: 1rem;
}
html body .modern-cms-content .modal .modal-content .modal-body .close span {
  display: inline-block;
  font-size: 2rem;
}
html body .modern-cms-content .not-loaded,
html body .modern-cms-content .not-loaded.h-100 {
  height: auto !important;
  visibility: hidden;
}
@media (max-width: 767.98px) {
  html body .modern-cms-content .product-horizontal-full-size-image.not-loaded {
    min-height: 62vw;
  }
}
html body .modern-cms-content .owl-carousel.not-loaded img[data-src] {
  display: none;
}
html body .modern-cms-content .owl-carousel.not-loaded img[data-src] ~ .image-overlay-info {
  display: none;
}
html body .modern-cms-content .owl-carousel .owl-dot-name {
  position: absolute;
  left: -999em;
}
html body .modern-cms-content .product-horizontal-thumbs.owl-carousel.not-loaded {
  display: block;
}
html body .modern-cms-content .product-horizontal-thumbs.owl-carousel.not-loaded .item {
  display: none;
}
html body .modern-cms-content .product-horizontal-thumbs.owl-carousel.not-loaded .item:first-child {
  width: 25%;
  display: block;
}
html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme .owl-item,
html body .modern-cms-content .gallery-carousel-fullwidth .owl-item {
  padding: 3px 8px 8px 3px;
}
html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme figcaption,
html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme .figcaption-indicator,
html body .modern-cms-content .gallery-carousel-fullwidth figcaption,
html body .modern-cms-content .gallery-carousel-fullwidth .figcaption-indicator {
  background-color: #fff;
  border-radius: 0 5px 5px 0;
  position: absolute;
  bottom: 36px;
  left: 1rem;
  height: auto;
  padding: 10px 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  max-width: calc(100% - 111px);
  color: #444444;
}
html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme .figcaption-indicator,
html body .modern-cms-content .gallery-carousel-fullwidth .figcaption-indicator {
  border-radius: 5px 0 0 5px;
  left: auto;
  right: 1rem;
  max-width: 92px;
}
html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme .owl-nav,
html body .modern-cms-content .gallery-carousel-fullwidth .owl-nav {
  opacity: 1;
  will-change: opacity;
  transition: opacity 180ms ease-in-out;
  margin: 0;
  color: #444444;
}
html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme .owl-nav &gt; button,
html body .modern-cms-content .gallery-carousel-fullwidth .owl-nav &gt; button {
  position: absolute;
  top: 50%;
  left: 1rem;
  margin: 0;
  border-radius: 5px;
  transform: translateY(-50%);
  /*width: 70px;
  height: 70px;*/
  width: 1.933rem;
  height: 1.933rem;
  background-color: #fff !important;
}
@media (min-width: 768px) {
  html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme .owl-nav &gt; button,
  html body .modern-cms-content .gallery-carousel-fullwidth .owl-nav &gt; button {
    width: 1.813rem;
    height: 1.813rem;
  }
}
html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme .owl-nav &gt; button.owl-next,
html body .modern-cms-content .gallery-carousel-fullwidth .owl-nav &gt; button.owl-next {
  left: auto;
  right: 1rem;
}
html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme .owl-nav &gt; button i,
html body .modern-cms-content .gallery-carousel-fullwidth .owl-nav &gt; button i {
  font-size: 1.933rem;
}
@media (min-width: 768px) {
  html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme .owl-nav &gt; button i,
  html body .modern-cms-content .gallery-carousel-fullwidth .owl-nav &gt; button i {
    font-size: 1.813rem;
  }
}
html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme .owl-nav &gt; button:active, html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme .owl-nav &gt; button:focus,
html body .modern-cms-content .gallery-carousel-fullwidth .owl-nav &gt; button:active,
html body .modern-cms-content .gallery-carousel-fullwidth .owl-nav &gt; button:focus {
  outline: none !important;
}
html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme .owl-nav &gt; button:hover,
html body .modern-cms-content .gallery-carousel-fullwidth .owl-nav &gt; button:hover {
  background: #fff !important;
}
html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme .owl-nav &gt; button:hover i,
html body .modern-cms-content .gallery-carousel-fullwidth .owl-nav &gt; button:hover i {
  color: #444444 !important;
}
html body .modern-cms-content .cms-element-crossselling-product-section .crossselling-product-image {
  height: auto;
  margin-bottom: 1.067rem;
}
@media (min-width: 576px) {
  html body .modern-cms-content .cms-element-crossselling-product-section .crossselling-product-image {
    margin-bottom: 0.5rem;
  }
}
html body .modern-cms-content .cms-element-crossselling-product-section .crossselling-product-headline {
  margin-bottom: 0;
  font-weight: 500;
}
@media (min-width: 992px) {
  html body .modern-cms-content .cms-element-crossselling-product-section .crossselling-product-headline {
    font-weight: 500;
  }
}
html body .modern-cms-content .cms-element-crossselling-product-section .crossselling-product-price {
  font-size: 1.333rem;
  font-weight: 500;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  html body .modern-cms-content .cms-element-crossselling-product-section .crossselling-product-price {
    font-size: 1.375rem;
  }
}
html body .modern-cms-content .cms-element-crossselling-product-section .owl-dots span {
  width: 10px !important;
  height: 10px !important;
}
html body .modern-cms-content .cms-element-crossselling-product-section .owl-dots .owl-dot {
  margin: 0;
}
html body .modern-cms-content .owl-theme .owl-dots .owl-dot {
  margin: 0;
}
html body .modern-cms-content .owl-theme .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  margin: 5px 3px;
}
html body .modern-cms-content .crossselling-products-carousel {
  margin-top: var(--tshirt-30);
}
html body .modern-cms-content .crossselling-products-carousel.owl-leap-theme-pos-bottom p {
  margin-bottom: 0;
}
html body .modern-cms-content .crossselling-products-carousel.owl-leap-theme-pos-bottom .owl-stage {
  display: flex;
}
html body .modern-cms-content .crossselling-products-carousel.owl-leap-theme-pos-bottom .owl-item {
  display: flex;
  flex: 1 0 auto;
}
html body .modern-cms-content .crossselling-products-carousel.owl-leap-theme-pos-bottom .owl-nav {
  width: auto;
  position: relative;
  left: 0;
  bottom: 0;
  height: calc(var(--tshirt-15) + 40px);
  margin-right: var(--tshirt-15);
  border-radius: var(--border-radius) 0 0 0;
  display: flex;
  justify-content: flex-end;
}
html body .modern-cms-content .crossselling-products-carousel.owl-leap-theme-pos-bottom .owl-nav.disabled {
  display: none;
}
html body .modern-cms-content .crossselling-products-carousel.owl-leap-theme-pos-bottom .owl-nav &gt; button {
  margin: 0;
  border-radius: 50%;
}
html body .modern-cms-content .crossselling-products-carousel.owl-leap-theme-pos-bottom .owl-nav &gt; button:focus {
  outline: none;
}
html body .modern-cms-content .crossselling-products-carousel.owl-leap-theme-pos-bottom .owl-nav &gt; button.owl-next {
  order: 2;
  margin-left: 15px;
}
html body .modern-cms-content .crossselling-products-carousel.owl-leap-theme-pos-bottom .owl-nav &gt; button.owl-next i {
  background-color: transparent;
  color: #2196F3;
  border: 1px solid #2196F3;
  border-radius: 50%;
  padding: var(--tshirt-8);
}
html body .modern-cms-content .crossselling-products-carousel.owl-leap-theme-pos-bottom .owl-nav &gt; button.owl-prev {
  order: 1;
}
html body .modern-cms-content .crossselling-products-carousel.owl-leap-theme-pos-bottom .owl-nav &gt; button.owl-prev i {
  background-color: transparent;
  color: #2196F3;
  border: 1px solid #2196F3;
  padding: var(--tshirt-8);
  border-radius: 50%;
}
html body .modern-cms-content .crossselling-products-carousel.owl-leap-theme-pos-bottom .owl-nav &gt; button i {
  font-size: 18px;
}
html body .modern-cms-content .crossselling-products-carousel.owl-leap-theme-pos-bottom .owl-nav &gt; button:not(.disabled):hover {
  color: #2196F3;
  background: transparent;
}
html body .modern-cms-content .crossselling-products-carousel.owl-leap-theme-pos-bottom .owl-nav &gt; button.disabled:hover {
  color: #444444;
  background: transparent;
}
html body .modern-cms-content .crossselling-products-carousel.owl-leap-theme-pos-bottom .owl-nav &gt; button.disabled i {
  opacity: 0.5;
  border: 1px solid #444444;
  color: #444444;
}
html body .modern-cms-content .crossselling-products-carousel.owl-leap-theme-pos-bottom .owl-nav &gt; button.disabled i:hover {
  color: #444444;
}
html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper {
  padding-left: 0;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  overflow: hidden;
  margin: 0;
}
html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper a {
  text-decoration: none;
}
html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .col-12:last-of-type {
  padding: 0;
}
html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .crossselling-product-image {
  margin-bottom: 0;
  height: auto;
}
html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .crossselling-card-content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: var(--tshirt-15);
  align-self: stretch;
  flex: 1;
  justify-content: flex-end;
}
html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .crossselling-card-content-wrapper .crossselling-card-headline.h3 {
  font-weight: 500;
}
html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .crossselling-card-content-wrapper .crossselling-card-headline.overline {
  margin-bottom: var(--tshirt-4);
}
html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .crossselling-card-content-wrapper .crossselling-card-headline.overline p {
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .crossselling-card-content-wrapper .crossselling-card-link {
  text-align: left;
  margin-bottom: var(--tshirt-20);
}
html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .crossselling-card-content-wrapper .crossselling-card-link .crossselling-product-headline {
  margin-bottom: 0;
}
html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .crossselling-card-content-wrapper .crossselling-card-link p {
  color: #2196F3;
}
html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .crossselling-card-content-wrapper .crossselling-card-price {
  flex: 1 auto;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
}
html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .crossselling-card-content-wrapper .crossselling-card-price .crossselling-product-price, html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .crossselling-card-content-wrapper .crossselling-card-price .price {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
@media (min-width: 576px) {
  html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .crossselling-card-content-wrapper .crossselling-card-price .crossselling-product-price, html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .crossselling-card-content-wrapper .crossselling-card-price .price {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .crossselling-card-content-wrapper .crossselling-card-price .crossselling-product-price, html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .crossselling-card-content-wrapper .crossselling-card-price .price {
    font-size: 26px;
    line-height: 34px;
  }
}
html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .crossselling-card-content-wrapper .crossselling-card-price .crossselling-product-price .crossselling-product-price-praefix, html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .crossselling-card-content-wrapper .crossselling-card-price .price .crossselling-product-price-praefix {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.17em;
  font-weight: 500;
  margin-right: var(--tshirt-8);
}
html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .crossselling-card-content-wrapper .crossselling-card-price .crossselling-product-headline.subline.link {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.089em;
  text-transform: uppercase;
  color: #2196F3;
}
@media (min-width: 768px) {
  html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .crossselling-card-content-wrapper .crossselling-card-price .crossselling-product-headline.subline.link {
    font-weight: 500;
  }
}
html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .category-product-list-item-over-headline {
  margin-bottom: var(--tshirt-4);
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .category-product-list-item-over-headline {
    margin-top: unset;
  }
}
html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .category-product-list-item-product-headline {
  margin-bottom: var(--tshirt-4);
  color: #444444;
}
@media (min-width: 768px) {
  html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .category-product-list-item-product-headline {
    margin-bottom: var(--tshirt-4);
  }
}
html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .category-product-list-item-sub-headline {
  margin-bottom: var(--tshirt-20);
  color: #444444;
}
html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .category-product-list-item-sub-headline span {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.188rem;
  letter-spacing: 0.0071rem;
}
html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .category-product-list-item-bullet-points {
  margin-bottom: var(--tshirt-15);
}
html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .category-product-list-item-bullet-points ul {
  margin-bottom: 0;
}
html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .category-product-list-item-bullet-points ul li {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.017em;
}
@media (min-width: 992px) {
  html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .category-product-list-item-bullet-points ul li {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0156em;
  }
}
html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .category-product-list-item-price {
  color: #444444;
  display: flex;
  justify-content: flex-end;
  margin-bottom: var(--tshirt-20);
}
html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .category-product-list-item-link {
  display: flex;
  flex-direction: column;
}
html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .category-product-list-item-link .btn {
  border-radius: var(--button-radius);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.017em;
  height: 38px !important;
  padding: var(--tshirt-8) var(--tshirt-15) !important;
  min-height: unset;
  margin-bottom: 0;
}
html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .category-product-list-item-link .btn.btn-primary {
  border: 0;
}
@media (max-width: 575.98px) {
  html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .category-product-list-item-link .btn:first-of-type {
    margin-bottom: var(--tshirt-15);
  }
}
@media (min-width: 576px) {
  html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .category-product-list-item-link .btn-primary {
    margin-bottom: 0;
    margin-left: var(--tshirt-15);
  }
}
@media (min-width: 576px) {
  html body .modern-cms-content .crossselling-products-carousel .crossselling-card-wrapper .category-product-list-item-link {
    justify-content: flex-end;
    flex-direction: row;
  }
}
html body .modern-cms-content .crossselling-products-carousel.owl-leap-theme .owl-stage-outer {
  border-radius: 15px 15px 0 0;
}
html body .modern-cms-content .crossselling-products-carousel.owl-leap-theme .owl-nav {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  background-color: #fff;
  height: calc(var(--tshirt-15) + 40px);
  padding: var(--tshirt-15) var(--tshirt-20) 0 var(--tshirt-20);
  border-radius: var(--border-radius) 0 0 0;
}
html body .modern-cms-content .crossselling-products-carousel.owl-leap-theme .owl-nav &gt; button {
  margin: 0;
  border-radius: 50%;
}
html body .modern-cms-content .crossselling-products-carousel.owl-leap-theme .owl-nav &gt; button:focus {
  outline: none;
}
html body .modern-cms-content .crossselling-products-carousel.owl-leap-theme .owl-nav &gt; button.owl-next {
  margin-left: 15px;
}
html body .modern-cms-content .crossselling-products-carousel.owl-leap-theme .owl-nav &gt; button.owl-next i {
  background-color: #fff;
  color: #2196F3;
  border: 1px solid #2196F3;
  border-radius: 50%;
  padding: var(--tshirt-8);
}
html body .modern-cms-content .crossselling-products-carousel.owl-leap-theme .owl-nav &gt; button.owl-prev i {
  background-color: #fff;
  color: #2196F3;
  border: 1px solid #2196F3;
  padding: var(--tshirt-8);
  border-radius: 50%;
}
html body .modern-cms-content .crossselling-products-carousel.owl-leap-theme .owl-nav &gt; button i {
  font-size: 18px;
}
html body .modern-cms-content .crossselling-products-carousel.owl-leap-theme .owl-nav &gt; button:not(.disabled):hover {
  color: #2196F3;
}
html body .modern-cms-content .crossselling-products-carousel.owl-leap-theme .owl-nav &gt; button.disabled:hover {
  color: #444444;
  background: transparent;
}
html body .modern-cms-content .crossselling-products-carousel.owl-leap-theme .owl-nav &gt; button.disabled i {
  opacity: 0.5;
  border: 1px solid #444444;
  color: #444444;
}
html body .modern-cms-content .crossselling-products-carousel.owl-leap-theme .owl-nav &gt; button.disabled i:hover {
  color: #444444;
}
html body .modern-cms-content .accordion .card.always .card-header {
  display: none;
}
html body .modern-cms-content .accordion .card.always .collapse {
  display: block !important;
}
html body .modern-cms-content .accordion .card.sm-plus .card-header {
  display: block;
}
@media (min-width: 576px) {
  html body .modern-cms-content .accordion .card.sm-plus .card-header {
    display: none;
  }
}
@media (min-width: 576px) {
  html body .modern-cms-content .accordion .card.sm-plus .collapse {
    display: block !important;
  }
}
html body .modern-cms-content .accordion .card.md-plus .card-header {
  display: block;
}
@media (min-width: 768px) {
  html body .modern-cms-content .accordion .card.md-plus .card-header {
    display: none !important;
  }
}
@media (min-width: 768px) {
  html body .modern-cms-content .accordion .card.md-plus .collapse {
    display: block !important;
  }
}
html body .modern-cms-content .accordion .card.lg-plus .card-header {
  display: block;
}
@media (min-width: 992px) {
  html body .modern-cms-content .accordion .card.lg-plus .card-header {
    display: none !important;
  }
}
@media (min-width: 992px) {
  html body .modern-cms-content .accordion .card.lg-plus .collapse {
    display: block !important;
  }
}
html body .modern-cms-content .accordion .card .card-header {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border-bottom: 1px solid #A3A3A3;
  font-weight: 500;
}
html body .modern-cms-content .accordion .card .card-header span {
  font-weight: 500;
  font-size: 1rem;
  display: inline-block;
  width: calc(100% - 30px);
  padding-top: 5px;
}
@media (min-width: 768px) {
  html body .modern-cms-content .accordion .card .card-header span {
    font-size: 1.5rem;
  }
}
html body .modern-cms-content .accordion .card .card-header.collapsed i {
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
html body .modern-cms-content .accordion .card .card-header i {
  vertical-align: bottom;
  float: right;
  font-size: 2rem;
  transform: rotate(180deg);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (min-width: 576px) {
  html body .modern-cms-content .accordion .card .card-header i {
    font-size: 1.875rem;
  }
}
html body .modern-cms-content .accordion .card .card-header.hide-border {
  border-bottom: 0;
}
html body .modern-cms-content .accordion .card .card-header.hide-border i {
  float: unset;
  position: unset !important;
  top: 0;
  margin-left: 1rem;
}
html body .modern-cms-content .accordion .card .card-body {
  padding: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
html body .modern-cms-content .inquiry-indicator-card .inquiry-indicator-card-round-icon {
  margin-bottom: 1rem;
}
html body .modern-cms-content .inquiry-indicator-card .inquiry-indicator-card-headline {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  color: #444444;
}
@media (min-width: 768px) {
  html body .modern-cms-content .inquiry-indicator-card .inquiry-indicator-card-headline {
    font-size: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  html body .modern-cms-content .inquiry-indicator-card i.material-icons.rotate {
    font-size: 2rem;
    color: #444444;
    transform: rotate(180deg);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
  html body .modern-cms-content .inquiry-indicator-card .collapsed i.material-icons.rotate {
    transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
}
html body .modern-cms-content .inquiry-indicator-card .inquiry-indicator-card-description {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #444444;
}
html body .modern-cms-content .table-responsive {
  margin-bottom: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  border: none;
  border-radius: var(--tshirt-8) var(--tshirt-8) 0 0;
  /*@include media-breakpoint-up(sm) {
    font-size: 1rem;
  }*/
}
html body .modern-cms-content .table-responsive .table {
  margin-bottom: 0;
}
html body .modern-cms-content .table-responsive .table.table-bordered {
  /* Important muss drin stehen, da Texte kopiert und in die Tablecells eingefügt werden und tinymce eigenständig diese Textformatierung übernimmt!*/
}
html body .modern-cms-content .table-responsive .table.table-bordered th, html body .modern-cms-content .table-responsive .table.table-bordered td {
  border: 1px solid #fff;
}
@media (max-width: 575.98px) {
  html body .modern-cms-content .table-responsive .table.table-bordered th, html body .modern-cms-content .table-responsive .table.table-bordered td {
    min-width: 140px;
  }
}
html body .modern-cms-content .table-responsive .table.table-bordered td {
  padding: var(--tshirt-8) var(--tshirt-15) var(--tshirt-8) var(--tshirt-15);
}
html body .modern-cms-content .table-responsive .table.table-bordered td, html body .modern-cms-content .table-responsive .table.table-bordered span, html body .modern-cms-content .table-responsive .table.table-bordered p {
  font-family: "Roboto" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  letter-spacing: 0.0333em !important;
  color: #444444 !important;
}
html body .modern-cms-content .table-responsive .table.table-bordered tbody tr {
  background: #F5F5F5;
}
html body .modern-cms-content .table-responsive .table.table-bordered &gt; thead:first-child tr:first-child td, html body .modern-cms-content .table-responsive .table.table-bordered &gt; tbody:first-child tr:first-child td {
  background: rgba(68, 68, 68, 0.6) !important;
}
html body .modern-cms-content .table-responsive .table.table-bordered &gt; thead:first-child tr:first-child td, html body .modern-cms-content .table-responsive .table.table-bordered &gt; thead:first-child tr:first-child span, html body .modern-cms-content .table-responsive .table.table-bordered &gt; thead:first-child tr:first-child p, html body .modern-cms-content .table-responsive .table.table-bordered &gt; tbody:first-child tr:first-child td, html body .modern-cms-content .table-responsive .table.table-bordered &gt; tbody:first-child tr:first-child span, html body .modern-cms-content .table-responsive .table.table-bordered &gt; tbody:first-child tr:first-child p {
  color: #fff !important;
  letter-spacing: 0.017em !important;
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 500 !important;
}
html body .modern-cms-content .table-responsive .table &gt; tbody &gt; tr &gt; td {
  white-space: unset;
}
html body .modern-cms-content .table-responsive.table-clean-design .table {
  border: 0 !important;
  word-break: break-word !important;
}
html body .modern-cms-content .table-responsive.table-clean-design .table.table-bordered {
  /* Important muss drin stehen, da Texte kopiert und in die Tablecells eingefügt werden und tinymce eigenständig diese Textformatierung übernimmt!*/
}
html body .modern-cms-content .table-responsive.table-clean-design .table.table-bordered th, html body .modern-cms-content .table-responsive.table-clean-design .table.table-bordered td {
  border: 0;
}
html body .modern-cms-content .table-responsive.table-clean-design .table.table-bordered td, html body .modern-cms-content .table-responsive.table-clean-design .table.table-bordered span, html body .modern-cms-content .table-responsive.table-clean-design .table.table-bordered p {
  font-family: "Roboto" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  letter-spacing: 0.0333em !important;
  color: #444444 !important;
}
html body .modern-cms-content .table-responsive.table-clean-design .table.table-bordered td:first-child {
  font-weight: 600 !important;
}
html body .modern-cms-content .table-responsive.table-clean-design .table.table-bordered td:first-child span {
  font-weight: 600 !important;
}
html body .modern-cms-content .table-responsive.table-clean-design .table.table-bordered tbody tr {
  background: #ffffff;
}
html body .modern-cms-content .table-responsive.table-clean-design .table.table-bordered &gt; thead:first-child tr:first-child td, html body .modern-cms-content .table-responsive.table-clean-design .table.table-bordered &gt; tbody:first-child tr:first-child td {
  color: #444444 !important;
  font-size: 14px !important;
  background: white !important;
  font-weight: 400 !important;
}
html body .modern-cms-content .table-responsive.table-clean-design .table.table-bordered &gt; thead:first-child tr:first-child td:first-child, html body .modern-cms-content .table-responsive.table-clean-design .table.table-bordered &gt; thead:first-child tr:first-child span, html body .modern-cms-content .table-responsive.table-clean-design .table.table-bordered &gt; thead:first-child tr:first-child p, html body .modern-cms-content .table-responsive.table-clean-design .table.table-bordered &gt; tbody:first-child tr:first-child td:first-child, html body .modern-cms-content .table-responsive.table-clean-design .table.table-bordered &gt; tbody:first-child tr:first-child span, html body .modern-cms-content .table-responsive.table-clean-design .table.table-bordered &gt; tbody:first-child tr:first-child p {
  color: #444444 !important;
  letter-spacing: 0.017em !important;
  line-height: 16px !important;
  font-weight: 600 !important;
}
html body .modern-cms-content .cms-our-recommendation {
  border: 1px solid #E6E6E6;
  border-radius: var(--border-radius);
  background: #fff;
  padding: var(--tshirt-20);
}
html body .modern-cms-content .cms-our-recommendation .static-icon {
  rotate: 180deg;
  color: #F7A600;
  font-size: 32px;
  margin-right: var(--tshirt-8);
}
html body .modern-cms-content .cms-our-recommendation .headline-element {
  margin-bottom: 0;
}
html body .modern-cms-content .cms-our-recommendation .headline-element h1, html body .modern-cms-content .cms-our-recommendation .headline-element h2, html body .modern-cms-content .cms-our-recommendation .headline-element h3, html body .modern-cms-content .cms-our-recommendation .headline-element h4, html body .modern-cms-content .cms-our-recommendation .headline-element h5 {
  margin-bottom: 0;
}
html body .modern-cms-content .static_placeholder_widget .glass-calc-headline {
  text-align: center;
  font: normal normal 300 28px Roboto;
  letter-spacing: 0px;
  color: #444444;
}
html body .modern-cms-content .static_placeholder_widget .input-headline {
  font: normal normal normal 24px Roboto;
  letter-spacing: 0px;
  color: #444444;
}
html body .modern-cms-content .static_placeholder_widget .input-headline2 {
  font-size: 16px;
  font-family: Roboto;
  font-weight: bold;
  letter-spacing: 0px;
  color: #444444;
}
html body .modern-cms-content .static_placeholder_widget .glass-weight-input input {
  font: normal normal bold 14px/19px Roboto;
}
html body .modern-cms-content .static_placeholder_widget .glass-weight-input span {
  font: normal normal bold 14px/19px Roboto;
}
html body .modern-cms-content .static_placeholder_widget .glassweight-values {
  font: normal normal normal 16px/21px Roboto;
  letter-spacing: 0px;
  color: #444444;
}
html body .modern-cms-content .static_placeholder_widget .glassweight-values .glassweight-value {
  font: normal normal bold 16px/21px Roboto;
}
html body .modern-cms-content .static_placeholder_widget .glassweight-values .glassweight-value-metric {
  font: normal normal bold 16px/21px Roboto;
}
html body .modern-cms-content .static_placeholder_widget .glassweight-input-metrics {
  margin-left: -33px;
  font: normal normal medium 14px/19px Roboto;
  letter-spacing: 0px;
  color: #A3A3A3;
}
html body .modern-cms-content .static_placeholder_widget .glass-label {
  margin-bottom: -20px;
  z-index: 10;
  font: normal normal medium 14px/19px Roboto;
  letter-spacing: 0px;
  color: #444444;
}
html body .modern-cms-content .static_placeholder_widget .glass-desc-relative {
  position: relative;
  font: normal normal medium 16px/24px Roboto;
  letter-spacing: 0px;
  color: #707070;
}
html body .modern-cms-content .static_placeholder_widget .glass-desc-relative .glassweight-input-width {
  position: absolute;
}
@media (max-width: 1199.98px) {
  html body .modern-cms-content .static_placeholder_widget .glass-desc-relative .glassweight-input-width {
    top: 29%;
    left: 20%;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  html body .modern-cms-content .static_placeholder_widget .glass-desc-relative .glassweight-input-width {
    top: 28%;
    left: 20%;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) and (max-width: 767.98px) {
  html body .modern-cms-content .static_placeholder_widget .glass-desc-relative .glassweight-input-width {
    top: 25%;
    left: 18%;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) and (max-width: 767.98px) and (max-width: 575.98px) {
  html body .modern-cms-content .static_placeholder_widget .glass-desc-relative .glassweight-input-width {
    top: 27%;
    left: 20%;
    top: 25%;
    left: 21%;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) and (max-width: 767.98px) and (max-width: 575.98px) and (max-width: 540px) {
  html body .modern-cms-content .static_placeholder_widget .glass-desc-relative .glassweight-input-width {
    top: 22%;
    left: 19%;
  }
}
html body .modern-cms-content .static_placeholder_widget .glass-desc-relative .glassweight-input-depth {
  position: absolute;
}
@media (max-width: 1199.98px) {
  html body .modern-cms-content .static_placeholder_widget .glass-desc-relative .glassweight-input-depth {
    top: -1%;
    left: 70%;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  html body .modern-cms-content .static_placeholder_widget .glass-desc-relative .glassweight-input-depth {
    top: -2%;
    left: 70%;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) and (max-width: 767.98px) {
  html body .modern-cms-content .static_placeholder_widget .glass-desc-relative .glassweight-input-depth {
    top: -5%;
    left: 69%;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) and (max-width: 767.98px) and (max-width: 575.98px) {
  html body .modern-cms-content .static_placeholder_widget .glass-desc-relative .glassweight-input-depth {
    top: -3%;
    left: 68%;
    top: -3%;
    left: 68%;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) and (max-width: 767.98px) and (max-width: 575.98px) and (max-width: 540px) {
  html body .modern-cms-content .static_placeholder_widget .glass-desc-relative .glassweight-input-depth {
    top: -6%;
    left: 67%;
  }
}
html body .modern-cms-content .static_placeholder_widget .glass-desc-relative .glassweight-input-strength {
  position: absolute;
  top: 96%;
  left: 48%;
}
@media (max-width: 1199.98px) {
  html body .modern-cms-content .static_placeholder_widget .glass-desc-relative .glassweight-input-strength {
    top: 96%;
    left: 48%;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) {
  html body .modern-cms-content .static_placeholder_widget .glass-desc-relative .glassweight-input-strength {
    top: 96%;
    left: 48%;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) and (max-width: 767.98px) {
  html body .modern-cms-content .static_placeholder_widget .glass-desc-relative .glassweight-input-strength {
    top: 95%;
    left: 47%;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) and (max-width: 767.98px) and (max-width: 575.98px) {
  html body .modern-cms-content .static_placeholder_widget .glass-desc-relative .glassweight-input-strength {
    top: 96%;
    left: 48%;
    top: 96%;
    left: 48%;
  }
}
@media (max-width: 1199.98px) and (max-width: 991.98px) and (max-width: 767.98px) and (max-width: 575.98px) and (max-width: 540px) {
  html body .modern-cms-content .static_placeholder_widget .glass-desc-relative .glassweight-input-strength {
    top: 96%;
    left: 46%;
  }
}
html body .modern-cms-content .author-widget {
  color: #444444;
  margin-bottom: 2rem;
}
html body .modern-cms-content .author-widget i {
  font-size: 1.5rem;
  vertical-align: middle;
}
html body .modern-cms-content .author-widget .author-date, html body .modern-cms-content .author-widget .author-read-length {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
}
html body .modern-cms-content .author-widget .author-img-wrapper {
  margin-top: 0.5rem;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
}
@media (min-width: 576px) {
  html body .modern-cms-content .author-widget .author-img-wrapper {
    margin-top: 0;
  }
}
html body .modern-cms-content .author-widget .author-img-wrapper .author-img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
html body .modern-cms-content .owl-theme .owl-dots .owl-dot.active span, html body .modern-cms-content .owl-theme .owl-dots .owl-dot:hover span {
  background: #707070;
}
html body .modern-cms-content .owl-theme .owl-dots .owl-dot span {
  background: #A3A3A3;
}
html body .modern-cms-content .cms-btn {
  cursor: pointer;
  border-radius: 19px;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.017em;
  height: 38px !important;
  padding: var(--tshirt-8);
  min-height: unset;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: none;
}
html body .modern-cms-content .cms-btn:hover {
  padding: var(--tshirt-8);
}
html body .modern-cms-content .cms-btn em.material-icons {
  vertical-align: middle !important;
}
html body .modern-cms-content .cms-btn.confi-link em.material-icons, html body .modern-cms-content .cms-btn.btn-outline-primary em.material-icons {
  vertical-align: top !important;
  font-size: 1.1rem !important;
  margin-left: 0.5rem;
}
html body .modern-cms-content .cms-btn.confi-link {
  display: inline-block;
}
html body .modern-cms-content .card.card-rounded {
  background: #fff;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  border-radius: var(--border-radius);
  overflow: hidden;
  height: 100%;
}
html body .modern-cms-content .card.card-rounded.cms-widget-flex-usp {
  overflow: visible;
}
html body .modern-cms-content .card.card-rounded .card-body {
  padding: var(--tshirt-15);
  text-align: center;
}
html body .modern-cms-content .card.card-rounded .card-body .cms-element-bookmark-slider-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.0156em;
}
html body .modern-cms-content .cms-element-bookmark-slider {
  margin-top: var(--tshirt-30);
  margin-bottom: calc(var(--tshirt-30) * -1);
}
html body .modern-cms-content .cms-element-bookmark-slider .cms-element-bookmark-slider-link {
  text-decoration: none;
}
html body .modern-cms-content .cms-element-bookmark-slider .cms-element-bookmark-slider-link:hover {
  color: #4EABF5;
}
@media (max-width: 767.98px) {
  html body .modern-cms-content .cms-element-bookmark-slider .cms-element-bookmark-slider-link {
    display: block;
    max-width: 200px;
  }
}
html body .modern-cms-content .cms-element-bookmark-slider .cms-element-bookmark-slider-link .card.card-rounded {
  max-width: 220px;
}
@media (min-width: 768px) {
  html body .modern-cms-content .cms-element-bookmark-slider .cms-element-bookmark-slider-link .card.card-rounded {
    max-width: 270px;
  }
}
html body .modern-cms-content .cms-element-bookmark-slider .cms-element-bookmark-slider-link .card.card-rounded .card-body {
  min-height: 100px;
  display: flex;
  justify-content: center;
}
html body .modern-cms-content .cms-element-bookmark-slider .cms-element-bookmark-slider-link .card.card-rounded .card-body span {
  display: flex;
  align-self: center;
}
html body .modern-cms-content #cms-element-category-product-list-nav {
  opacity: 0;
  position: -webkit-sticky;
  position: sticky;
  top: var(--tshirt-8);
  width: 100%;
  z-index: 2;
  height: 55px;
  margin-top: -55px;
  display: none;
}
html body .modern-cms-content #cms-element-category-product-list-nav .card {
  background: #fff;
  box-shadow: 2px 4px 40px rgba(0, 0, 0, 0.2);
  border-radius: var(--border-radius);
  overflow: hidden;
  border: 0;
}
html body .modern-cms-content #cms-element-category-product-list-nav .card .card-header {
  background: #444444;
  padding: var(--tshirt-15);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.0156em;
  font-style: normal;
}
html body .modern-cms-content #cms-element-category-product-list-nav .card .card-header i {
  top: 0;
  font-size: 24px;
  margin-right: var(--tshirt-15);
}
html body .modern-cms-content #cms-element-category-product-list-nav .card .card-header i.rotate-icon {
  transform: rotate(180deg);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
html body .modern-cms-content #cms-element-category-product-list-nav .card .card-header.collapsed i.rotate-icon {
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
html body .modern-cms-content #cms-element-category-product-list-nav .card #cms-element-category-product-list-nav-body .cms-element-category-product-list-nav-items {
  padding: var(--tshirt-15);
  display: block;
  border-bottom: 1px solid #E6E6E6;
  color: #2196F3;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 0.017em;
  font-weight: 700;
}
html body .modern-cms-content #cms-element-category-product-list-nav .card #cms-element-category-product-list-nav-body .cms-element-category-product-list-nav-items:last-of-type {
  border-bottom: 0;
}
html body .modern-cms-content #cms-element-category-product-list-nav .card #cms-element-category-product-list-nav-body .cms-element-category-product-list-nav-items.element-in-view {
  font-weight: 500;
  color: #444444;
}
html body .modern-cms-content div[id^=cms-element-bookmark-container-] {
  position: -webkit-sticky;
  position: sticky;
  margin-top: var(--tshirt-8);
  width: 100%;
  z-index: 2;
  max-height: 75vh;
}
html body .modern-cms-content div[id^=cms-element-bookmark-container-] .card {
  background: #FFFFFF;
  box-shadow: 2px 4px 40px rgba(0, 0, 0, 0.2);
  border-radius: var(--border-radius);
  overflow: hidden;
  border: 0;
  max-height: 75vh;
}
html body .modern-cms-content div[id^=cms-element-bookmark-container-] .card .card-header {
  background: #444444;
  padding: var(--tshirt-15);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.0156em;
  font-style: normal;
}
html body .modern-cms-content div[id^=cms-element-bookmark-container-] .card .card-header i {
  top: 0;
  font-size: 24px;
  margin-right: var(--tshirt-15);
}
html body .modern-cms-content div[id^=cms-element-bookmark-container-] .card .card-header i.rotate-icon {
  transform: rotate(180deg);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
html body .modern-cms-content div[id^=cms-element-bookmark-container-] .card .card-header.collapsed i.rotate-icon {
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
html body .modern-cms-content div[id^=cms-element-bookmark-container-] .card div[id^=cms-element-bookmark-body-] {
  max-height: 600px;
  /*@include media-breakpoint-down(lg) {
    max-height: 85vh;
  }

  @include media-breakpoint-up(lg) {
    height: 100%;
  }*/
}
html body .modern-cms-content div[id^=cms-element-bookmark-container-] .card div[id^=cms-element-bookmark-body-] .mCustomScrollBox {
  z-index: 2;
}
html body .modern-cms-content div[id^=cms-element-bookmark-container-] .card div[id^=cms-element-bookmark-body-] .mCustomScrollBox .mCSB_container {
  margin-right: 0;
}
html body .modern-cms-content div[id^=cms-element-bookmark-container-] .card div[id^=cms-element-bookmark-body-] .mCustomScrollBox .mCSB_scrollTools_vertical {
  margin: var(--tshirt-8) var(--tshirt-4) var(--tshirt-8) 0;
  opacity: 0.6;
}
html body .modern-cms-content div[id^=cms-element-bookmark-container-] .card div[id^=cms-element-bookmark-body-] .mCustomScrollBox .mCSB_scrollTools_vertical .mCSB_buttonUp, html body .modern-cms-content div[id^=cms-element-bookmark-container-] .card div[id^=cms-element-bookmark-body-] .mCustomScrollBox .mCSB_scrollTools_vertical .mCSB_buttonDown {
  display: none !important;
}
html body .modern-cms-content div[id^=cms-element-bookmark-container-] .card div[id^=cms-element-bookmark-body-] .mCustomScrollBox .mCSB_scrollTools_vertical .mCSB_draggerContainer {
  margin: 0;
}
html body .modern-cms-content div[id^=cms-element-bookmark-container-] .card div[id^=cms-element-bookmark-body-] .mCustomScrollBox .mCSB_scrollTools_vertical .mCSB_dragger_bar {
  width: 8px;
}
html body .modern-cms-content div[id^=cms-element-bookmark-container-] .card div[id^=cms-element-bookmark-body-] .mCustomScrollBox .mCSB_scrollTools_vertical .mCSB_draggerRail {
  background-color: transparent;
}
html body .modern-cms-content div[id^=cms-element-bookmark-container-] .card div[id^=cms-element-bookmark-body-] .cms-element-bookmark-items {
  padding: var(--tshirt-15);
  display: block;
  border-bottom: 1px solid #E6E6E6;
  color: #2196F3;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 0.017em;
  font-weight: 700;
}
html body .modern-cms-content div[id^=cms-element-bookmark-container-] .card div[id^=cms-element-bookmark-body-] .cms-element-bookmark-items:last-of-type {
  border-bottom: 0;
}
html body .modern-cms-content div[id^=cms-element-bookmark-container-] .card div[id^=cms-element-bookmark-body-] .cms-element-bookmark-items.element-in-view {
  font-weight: 500;
  color: #444444;
}
html body .modern-cms-content .layout-element.bookmark-container .first-layout-element-content {
  width: 100%;
  margin-bottom: var(--tshirt-30);
  position: sticky;
  top: var(--tshirt-8);
  z-index: 2;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  html body .modern-cms-content .layout-element.bookmark-container .first-layout-element-content {
    /*@at-root (without: media) {
      @extend %extend-from-col-lg-4;
    }*/
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    position: relative;
    margin-bottom: 0;
  }
}
html body .modern-cms-content .product-detail-buttons {
  text-align: right;
}
html body .modern-cms-content .product-detail-buttons .btn {
  border-radius: 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  height: auto !important;
  min-height: 22px;
}
@media (min-width: 576px) {
  html body .modern-cms-content .product-detail-buttons .btn {
    display: inline-block;
    width: auto;
  }
  html body .modern-cms-content .product-detail-buttons .btn + .btn {
    margin-left: var(--tshirt-15);
  }
}
html body .modern-cms-content .product-page &gt; .container:first-child {
  width: 100%;
  padding-top: var(--tshirt-20);
  padding-bottom: var(--tshirt-20);
  margin-top: var(--tshirt-8);
  max-width: none;
  background: var(--warm-grey);
}
html body .modern-cms-content .product-page &gt; .container:first-child .block-type-product &gt; .row.layout-element &gt; * {
  order: unset !important;
  -webkit-order: unset !important;
}
html body .modern-cms-content .product-page &gt; .container .headline-element, html body .modern-cms-content .product-page &gt; .container-fluid .headline-element {
  margin-bottom: var(--tshirt-20);
}
html body .modern-cms-content .product-page &gt; .container .headline-element.headline-underline, html body .modern-cms-content .product-page &gt; .container-fluid .headline-element.headline-underline {
  margin-bottom: var(--tshirt-30) !important;
}
html body .modern-cms-content .product-page .row.layout-element + .row.layout-element {
  margin-top: var(--tshirt-20);
}
html body .modern-cms-content .block-type-product h1 {
  font-weight: 900;
}
html body .modern-cms-content .block-type-product h1.product-detail-title {
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.0075em;
  margin-bottom: var(--tshirt-8);
}
@media (min-width: 576px) {
  html body .modern-cms-content .block-type-product h1.product-detail-title {
    font-size: 32px;
    line-height: 43px;
    letter-spacing: 0.0078em;
  }
}
@media (min-width: 992px) {
  html body .modern-cms-content .block-type-product h1.product-detail-title {
    font-size: 34px;
    line-height: 45px;
    letter-spacing: 0.0085em;
  }
}
html body .modern-cms-content .block-type-product .product-detail-subtitle {
  font-size: 14px;
  font-weight: 500;
  color: #444444;
}
html body .modern-cms-content .block-type-product .product-detail-list-title {
  list-style: none;
  margin-top: var(--tshirt-20) !important;
  margin-bottom: var(--tshirt-15);
  font-weight: 900;
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 992px) {
  html body .modern-cms-content .block-type-product .product-detail-list-title {
    font-size: 20px;
  }
}
html body .modern-cms-content .block-type-product .product-item-price-info-icon {
  font-size: 18px;
  vertical-align: middle;
  color: #B2B2B2;
  cursor: pointer;
}
html body .modern-cms-content .block-type-product ul.product-detail-list {
  list-style: none;
  padding-left: 0;
}
html body .modern-cms-content .block-type-product ul.product-detail-list li {
  font-size: 14px;
  line-height: 24px;
  padding-left: 25px;
  position: relative;
  margin-bottom: var(--tshirt-8);
}
@media (min-width: 768px) {
  html body .modern-cms-content .block-type-product ul.product-detail-list li {
    font-size: 16px;
  }
}
html body .modern-cms-content .block-type-product ul.product-detail-list li:before {
  font-family: "Material Symbols Rounded";
  content: "\e5ca";
  display: inline-block;
  color: #F7A600;
  font-size: 20px;
  vertical-align: sub;
  position: absolute;
  top: 0;
  left: 0;
}
html body .modern-cms-content .block-type-product .product-price-form-row .form-group {
  margin-bottom: 1rem;
}
html body .modern-cms-content .block-type-product .product-price-form-row .form-group:last-child {
  margin-bottom: 1rem;
}
html body .modern-cms-content .block-type-product .product-price-form-row .form-group:nth-child(1) {
  padding-right: 0.688rem;
}
html body .modern-cms-content .block-type-product .product-price-form-row .form-group:nth-child(2) {
  padding-left: 0.688rem;
}
@media (min-width: 576px) {
  html body .modern-cms-content .block-type-product .product-price-form-row .form-group {
    margin-bottom: 0;
  }
  html body .modern-cms-content .block-type-product .product-price-form-row .form-group:nth-child(1) {
    padding-right: 0.625rem;
  }
  html body .modern-cms-content .block-type-product .product-price-form-row .form-group:nth-child(2) {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (min-width: 576px) {
  html body .modern-cms-content .block-type-product .product-price-form-row &gt; [class*=col-]:last-child {
    padding-left: 0.625rem;
  }
}
html body .modern-cms-content .block-type-product .product_price {
  color: #444444;
  text-align: right;
}
html body .modern-cms-content .block-type-product .product_price .price .price-info-icon {
  font-size: 18px;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.54);
  margin-left: var(--tshirt-4);
  cursor: pointer;
}
html body .modern-cms-content .block-type-product .product_price .old-price {
  font-size: 1.125rem;
  color: #444444;
}
html body .modern-cms-content .block-type-product .product_price .old-price del {
  text-decoration: line-through;
  padding: 5px 0;
}
html body .modern-cms-content .block-type-product .product_price .old-price .saveings-in-percent {
  display: inline-block;
  border-radius: 19px;
  background: #E6E6E5;
  font-size: 1rem;
  color: #444444;
  padding: 5px 10px;
  vertical-align: center;
}
html body .modern-cms-content .block-type-product .product_price .final-price {
  font-size: 1.6875rem;
}
html body .modern-cms-content .block-type-product .product_price .final-price .price {
  color: #444444;
}
html body .modern-cms-content .block-type-product .product_price .final-price.sale-price .price {
  color: #D6001C;
}
html body .modern-cms-content .block-type-product .product_price .final-price .saveings-in-percent {
  display: inline-block;
  border-radius: 19px;
  padding: 5px 10px;
  background: #fafafa;
  font-size: 1rem;
  color: #444444;
  vertical-align: text-top;
}
html body .modern-cms-content .block-type-product .product_price .product-delivery-time {
  color: #444444;
}
html body .modern-cms-content .block-type-product .product_price .product-delivery-time .material-icons {
  font-size: 1.3em;
  line-height: inherit;
  vertical-align: sub;
}
html body .modern-cms-content .cms-element-product-category-list {
  margin-top: var(--tshirt-30);
  margin-bottom: calc(var(--tshirt-20) * -1);
}
html body .modern-cms-content .cms-element-product-category-list &gt; .row &gt; .product-tile {
  margin-bottom: var(--tshirt-20);
}
@media (max-width: 767.98px) {
  html body .modern-cms-content .cms-element-product-category-list &gt; .row .product-tile {
    padding-left: 20px;
    padding-right: 20px;
  }
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-container {
  margin: 0 var(--tshirt-15);
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper {
  padding-left: 0;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  overflow: hidden;
  transition: all 250ms ease-in-out;
  margin: 0;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .col-12:last-of-type {
  padding: 0;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: var(--tshirt-20);
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-content-wrapper .category-product-list-item-price-buttons-wrapper {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  flex: 1;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-content-wrapper &gt; a, html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-content-wrapper &gt; a:hover, html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-content-wrapper &gt; a:focus {
  color: #444;
  text-decoration: none;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-content-wrapper &gt; a:hover {
  color: #666;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-content-wrapper &gt; a:hover * {
  color: #666;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-product-image-placeholder {
  display: none;
  height: 250px;
}
@media (min-width: 768px) {
  html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-product-image-placeholder.leap-hoch {
    display: block;
    visibility: hidden;
    margin: 15px;
    width: calc(100% - 15px);
  }
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-product-image {
  background: rgba(233, 233, 233, 0.39);
  flex-direction: column;
  /*padding: 15px;*/
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-product-image img {
  /*box-shadow: 2px 2px 4px rgba(0,0,0,0.3);*/
  height: auto;
}
@media screen and (min-width: 576px) {
  html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-product-image.leap-quer img {
    height: 250px;
  }
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-product-image.leap-hoch img {
  height: 350px;
  width: auto;
}
@media screen and (min-width: 400px) {
  html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-product-image.leap-hoch img {
    height: 400px;
  }
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .owl-leap-theme .owl-stage-outer {
  border-radius: 15px 15px 0 0;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .owl-leap-theme .owl-nav {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  background-color: #fff;
  height: calc(var(--tshirt-15) + 40px);
  padding: var(--tshirt-15) var(--tshirt-20) 0 var(--tshirt-20);
  border-radius: var(--border-radius) 0 0 0;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .owl-leap-theme .owl-nav &gt; button {
  margin: 0;
  border-radius: 50%;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .owl-leap-theme .owl-nav &gt; button:focus {
  outline: none;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .owl-leap-theme .owl-nav &gt; button.owl-next {
  margin-left: 15px;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .owl-leap-theme .owl-nav &gt; button.owl-next i {
  background-color: #fff;
  color: #2196F3;
  border: 1px solid #2196F3;
  border-radius: 50%;
  padding: var(--tshirt-8);
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .owl-leap-theme .owl-nav &gt; button.owl-prev i {
  background-color: #fff;
  color: #2196F3;
  border: 1px solid #2196F3;
  padding: var(--tshirt-8);
  border-radius: 50%;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .owl-leap-theme .owl-nav &gt; button i {
  font-size: 18px;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .owl-leap-theme .owl-nav &gt; button:not(.disabled):hover {
  color: #2196F3;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .owl-leap-theme .owl-nav &gt; button.disabled:hover {
  color: #444444;
  background: transparent;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .owl-leap-theme .owl-nav &gt; button.disabled i {
  opacity: 0.5;
  border: 1px solid #444444;
  color: #444444;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .owl-leap-theme .owl-nav &gt; button.disabled i:hover {
  color: #444444;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-over-headline {
  margin-bottom: var(--tshirt-4);
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-over-headline {
    margin-top: unset;
  }
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-product-headline {
  margin-bottom: var(--tshirt-8);
  color: #444444;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-sub-headline {
  margin-bottom: var(--tshirt-20);
  color: #444444;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-sub-headline span {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.188rem;
  letter-spacing: 0.0071rem;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-sub-headline .category-product-list-item-sub-headline-info-icon {
  font-size: 18px;
  vertical-align: middle;
  color: #B2B2B2;
  margin-left: var(--tshirt-4);
  cursor: pointer;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-bullet-points {
  margin-bottom: var(--tshirt-15);
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-bullet-points ul {
  margin-bottom: 0;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-bullet-points ul li {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.017em;
}
@media (min-width: 992px) {
  html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-bullet-points ul li {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.0156em;
  }
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-price {
  color: #444444;
  display: flex;
  justify-content: flex-end;
  margin-bottom: var(--tshirt-20);
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-price .category-product-list-item-price-info-icon {
  font-size: 18px;
  vertical-align: middle;
  color: #B2B2B2;
  margin-left: var(--tshirt-8);
  cursor: pointer;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-price .sale-price {
  color: #D6001C !important;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-price .product_price {
  color: #444444;
  text-align: right;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-price .product_price .price .price-info-icon {
  font-size: 18px;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.54);
  margin-left: var(--tshirt-4);
  cursor: pointer;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-price .product_price .old-price {
  font-size: 1.125rem;
  color: #444444;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-price .product_price .old-price del {
  text-decoration: line-through;
  padding: 5px 0;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-price .product_price .old-price .saveings-in-percent {
  display: inline-block;
  border-radius: 19px;
  background: #E6E6E5;
  font-size: 1rem;
  color: #444444;
  padding: 5px 10px;
  vertical-align: center;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-price .product_price .final-price {
  font-size: 1.6875rem;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-price .product_price .final-price .price {
  color: #444444;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-price .product_price .final-price.sale-price .price {
  color: #D6001C;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-price .product_price .final-price .saveings-in-percent {
  display: inline-block;
  border-radius: 19px;
  padding: 5px 10px;
  background: #fafafa;
  font-size: 1rem;
  color: #444444;
  vertical-align: text-top;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-price .product_price .product-delivery-time {
  color: #444444;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-price .product_price .product-delivery-time .material-icons {
  font-size: 1.3em;
  line-height: inherit;
  vertical-align: sub;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-link {
  display: flex;
  flex-direction: column;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-link .btn {
  border-radius: var(--button-radius);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.017em;
  height: 38px !important;
  padding: var(--tshirt-8) var(--tshirt-15) !important;
  min-height: unset;
  margin-bottom: 0;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-link .btn.btn-primary {
  border: 0;
}
@media (max-width: 575.98px) {
  html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-link .btn:first-of-type {
    margin-bottom: var(--tshirt-15);
  }
}
@media (min-width: 576px) {
  html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-link .btn-primary {
    margin-bottom: 0;
    margin-left: var(--tshirt-15);
  }
}
@media (min-width: 576px) {
  html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item-wrapper .category-product-list-item-link {
    justify-content: flex-end;
    flex-direction: row;
  }
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  max-height: 407px;
  left: 0px;
  top: 0px;
  background: #FFFFFF;
  /* white/100 */
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  /* Card/shadow 01 */
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item .category-product-list-item-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item .category-product-list-item-product-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item .category-product-list-item-product-image img {
  height: 100%;
  max-width: 252px;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item .category-product-list-item-product-image .small-discount-banner {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  background-color: #F7A600;
  border-radius: 0 5px 5px 0;
  padding: 0.133rem 0.533rem 0.133rem 0.533rem;
  position: absolute;
  top: 1rem;
  left: 0;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item .category-product-list-item-product-headline {
  margin-top: 1.063rem;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 900;
  line-height: 2.125rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item .category-product-list-item-product-headline span {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 40px;
  margin: 0 auto;
  /*-webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;*/
  /*&amp;:after {
    content: "...";
  }*/
  /*@supports (-webkit-line-clamp: 2) {
    -webkit-line-clamp: 2;
  }*/
}
@media (min-width: 992px) {
  html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item .category-product-list-item-product-headline span {
    height: 60px;
  }
}
@media (min-width: 992px) {
  html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item .category-product-list-item-product-headline {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item .category-product-list-item-product-headline {
    margin-bottom: 8px;
  }
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item .category-product-list-item-availability {
  color: #848484;
  font-size: 0.8rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item .category-product-list-item-availability {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
  }
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item .category-product-list-item-availability .category-product-list-item-display-availability {
  margin-right: 0.5rem;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item .category-product-list-item-delivery-time {
  color: #848484;
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 0.533rem;
}
@media (min-width: 992px) {
  html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item .category-product-list-item-delivery-time {
    font-size: 0.875rem;
  }
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item .category-product-list-item-delivery-time .product-delivery-time .material-icons {
  font-size: 18px;
  margin-right: 0.3rem;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item .category-product-list-item-link-and-price {
  flex: auto;
  font-size: 0.8rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item .category-product-list-item-link-and-price {
    font-size: 1rem;
  }
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item .category-product-list-item-link-and-price .category-product-list-item-link {
  flex: unset;
}
@media (min-width: 992px) {
  html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item .category-product-list-item-link-and-price .category-product-list-item-link {
    flex: 1 1 auto;
  }
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item .category-product-list-item-link-and-price .category-product-list-item-price {
  display: flex;
}
@media (min-width: 992px) {
  html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item .category-product-list-item-link-and-price .category-product-list-item-price {
    display: unset;
  }
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item .category-product-list-item-link-and-price .category-product-list-item-price .sale-price {
  color: #D6001C;
}
html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item .category-product-list-item-link-and-price .category-product-list-item-price .old-price {
  color: #848484;
  order: 2;
  margin-left: 0.533rem;
  text-decoration: line-through;
}
@media (min-width: 992px) {
  html body .modern-cms-content .cms-element-product-category-list .cms-element-category-product-list-item .category-product-list-item-link-and-price .category-product-list-item-price .old-price {
    font-size: 0.75rem;
    text-align: right;
    order: unset;
    margin-left: unset;
  }
}
html body .modern-cms-content .cms-item-banner-type {
  height: 100%;
}
html body .modern-cms-content .cms-item-banner-type .banner-item-wrapper {
  background-image: url("https://cdn.glasprofi24.de/banner_item_images/banner_item_default_image.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: auto;
  justify-content: space-around;
}
html body .modern-cms-content .cms-item-banner-type .banner-item-wrapper.shower-type {
  background-image: url("https://cdn.glasprofi24.de/banner_item_images/banner_item_shower_image.jpg");
  position: relative;
}
html body .modern-cms-content .cms-item-banner-type .banner-item-wrapper.shower-type:after {
  content: "";
  background-color: #444444;
  height: 100%;
  width: 100%;
  opacity: 0.55;
  position: absolute;
  top: 0;
  z-index: 1;
}
html body .modern-cms-content .cms-item-banner-type .banner-item-wrapper.shower-type .banner-item-content {
  background: transparent;
  color: #fff;
  font-weight: 400;
  z-index: 2;
  margin: 0;
  flex: unset;
}
html body .modern-cms-content .cms-item-banner-type .banner-item-wrapper.shower-type .banner-item-content .banner-item-headline {
  font-size: 3rem;
  background: transparent;
  margin: 0;
}
@media (min-width: 992px) {
  html body .modern-cms-content .cms-item-banner-type .banner-item-wrapper.shower-type .banner-item-content .banner-item-headline {
    font-size: 5.875rem;
  }
}
html body .modern-cms-content .cms-item-banner-type .banner-item-wrapper.shower-type .banner-item-content .banner-item-sub-headline {
  font-size: 1.25rem;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  html body .modern-cms-content .cms-item-banner-type .banner-item-wrapper.shower-type .banner-item-content .banner-item-sub-headline {
    font-size: 1.563rem;
  }
}
html body .modern-cms-content .cms-item-banner-type .banner-item-wrapper.shower-type .banner-item-content .banner-item-button {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 2.25rem;
}
html body .modern-cms-content .cms-item-banner-type .banner-item-wrapper.shower-type .banner-item-content .banner-item-button a {
  width: 100%;
}
html body .modern-cms-content .cms-item-banner-type .banner-item-wrapper.shower-type .banner-item-content .banner-item-countdown span:nth-child(1) {
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  html body .modern-cms-content .cms-item-banner-type .banner-item-wrapper.shower-type .banner-item-content .banner-item-countdown span:nth-child(1) {
    font-size: 1.563rem;
  }
}
html body .modern-cms-content .cms-item-banner-type .banner-item-wrapper.shower-type .banner-item-content .banner-item-countdown span:nth-child(2) {
  font-size: 1.513rem;
}
@media (min-width: 992px) {
  html body .modern-cms-content .cms-item-banner-type .banner-item-wrapper.shower-type .banner-item-content .banner-item-countdown span:nth-child(2) {
    font-size: 1.813rem;
  }
}
html body .modern-cms-content .cms-item-banner-type .banner-item-wrapper.shower-type .banner-item-content .banner-item-alert-message {
  font-size: 1rem;
}
html body .modern-cms-content .cms-item-banner-type .banner-item-wrapper .banner-item-headline {
  display: block;
  margin: 0.533rem 0 2.333rem 0;
  background: rgba(250, 250, 250, 0.8);
  padding: 0.533rem 0 0.533rem 0;
  font-size: 1.333rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  html body .modern-cms-content .cms-item-banner-type .banner-item-wrapper .banner-item-headline {
    padding: 0.313rem 0 0.313rem 0;
    margin: 2rem 0 1.25rem 0;
    font-size: 1.5rem;
  }
}
html body .modern-cms-content .cms-item-banner-type .banner-item-wrapper .banner-item-content {
  margin-bottom: 2.333rem;
  background: rgba(250, 250, 250, 0.8);
  flex: auto;
}
@media (min-width: 992px) {
  html body .modern-cms-content .cms-item-banner-type .banner-item-wrapper .banner-item-content {
    margin-bottom: 2.188rem;
  }
}
html body .modern-cms-content .cms-item-banner-type .banner-item-wrapper .banner-item-content ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1rem 1rem;
}
html body .modern-cms-content .cms-item-banner-type .banner-item-wrapper .banner-item-content ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  html body .modern-cms-content .cms-item-banner-type .banner-item-wrapper .banner-item-content ul li {
    padding-left: 1rem;
    font-size: 1.25rem;
    margin-bottom: 1.938rem;
  }
}
html body .modern-cms-content .cms-item-banner-type .banner-item-wrapper .banner-item-content ul li:before {
  content: "\e862";
  font-family: "Material Symbols Rounded";
  width: 24px;
  height: 24px;
  vertical-align: text-top;
  margin-right: 0.375rem;
}
html body .modern-cms-content .flex-widget-expertenmeinung {
  border-radius: 15px;
  padding: var(--tshirt-20);
  background-color: var(--warm-grey);
  display: flex;
}
html body .modern-cms-content .flex-widget-expertenmeinung .child-html-content .expertenmeinung-img {
  width: auto;
}
html body .modern-cms-content .flex-widget-expertenmeinung .expertenmeinung-img {
  width: 70px;
  margin-right: var(--tshirt-20);
}
@media (min-width: 576px) {
  html body .modern-cms-content .flex-widget-expertenmeinung .expertenmeinung-img {
    width: 132px;
  }
}
html body .modern-cms-content .flex-widget-expertenmeinung .expertenmeinung-img .gallery-image-wrapper {
  width: 70px;
}
@media (min-width: 576px) {
  html body .modern-cms-content .flex-widget-expertenmeinung .expertenmeinung-img .gallery-image-wrapper {
    width: 132px;
  }
}
html body .modern-cms-content .flex-widget-expertenmeinung .expertenmeinung-img .gallery-image-wrapper figure {
  padding: 0;
  margin: 0;
}
html body .modern-cms-content .flex-widget-expertenmeinung .expertenmeinung-img .gallery-image-wrapper figure figcaption {
  display: none;
}
html body .modern-cms-content .flex-widget-expertenmeinung .expertenmeinung-img .gallery-image-wrapper figure img.img-thumbnail {
  width: 70px;
  border-radius: 50%;
}
@media (min-width: 576px) {
  html body .modern-cms-content .flex-widget-expertenmeinung .expertenmeinung-img .gallery-image-wrapper figure img.img-thumbnail {
    width: 132px;
  }
}
html body .modern-cms-content .flex-widget-expertenmeinung .expertenmeinung-zitat p {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  line-height: 26px;
  margin-bottom: var(--tshirt-15);
}
@media (min-width: 768px) {
  html body .modern-cms-content .flex-widget-expertenmeinung .expertenmeinung-zitat p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  html body .modern-cms-content .flex-widget-expertenmeinung .expertenmeinung-zitat p {
    font-size: 26px;
    line-height: 34px;
  }
}
html body .modern-cms-content .flex-widget-expertenmeinung .expternmeinung-subline p {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.0071em;
  margin-bottom: 0;
}
html body .modern-cms-content .pure-material-textfield-outlined {
  position: relative;
  display: inline-block;
  padding-top: 6px;
  font-size: 0.875rem;
  line-height: 1.5;
  overflow: hidden;
  font-weight: 500;
}
html body .modern-cms-content .pure-material-textfield-outlined---fullwidth {
  display: block;
}
html body .modern-cms-content .pure-material-textfield-outlined &gt; input,
html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea {
  box-sizing: border-box;
  margin: 0;
  border: solid 1px; /* Safari */
  border-color: #E6E6E5;
  border-top-color: transparent;
  border-radius: 4px;
  padding: 10px 10px 9px;
  width: 100%;
  height: inherit;
  color: #A3A3A3;
  background-color: transparent;
  box-shadow: none; /* Firefox */
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  caret-color: #444444;
  transition: border 0.2s, box-shadow 0.2s;
}
html body .modern-cms-content .pure-material-textfield-outlined &gt; input + span,
html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea + span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  border-color: #E6E6E5;
  width: 100%;
  max-height: 100%;
  color: #444444;
  font-size: 1rem;
  font-weight: 500;
  line-height: 15px;
  cursor: text;
  transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}
html body .modern-cms-content .pure-material-textfield-outlined &gt; input + span::before,
html body .modern-cms-content .pure-material-textfield-outlined &gt; input + span::after,
html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea + span::before,
html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea + span::after {
  content: "";
  display: block;
  box-sizing: border-box;
  margin-top: 6px;
  border-top: solid 1px;
  border-top-color: #E6E6E5;
  min-width: 7px;
  height: 8px;
  pointer-events: none;
  box-shadow: inset 0 1px transparent;
  transition: border-color 0.2s, box-shadow 0.2s;
}
html body .modern-cms-content .pure-material-textfield-outlined &gt; input + span::before,
html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea + span::before {
  margin-right: 4px;
  border-left: solid 1px transparent;
  border-radius: 4px 0;
}
html body .modern-cms-content .pure-material-textfield-outlined &gt; input + span::after,
html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea + span::after {
  flex-grow: 1;
  margin-left: 4px;
  border-right: solid 1px transparent;
  border-radius: 0 4px;
}
html body .modern-cms-content .pure-material-textfield-outlined:hover &gt; input,
html body .modern-cms-content .pure-material-textfield-outlined:hover &gt; textarea {
  border-color: #444444;
  border-top-color: transparent;
}
html body .modern-cms-content .pure-material-textfield-outlined:hover &gt; input + span::before,
html body .modern-cms-content .pure-material-textfield-outlined:hover &gt; textarea + span::before,
html body .modern-cms-content .pure-material-textfield-outlined:hover &gt; input + span::after,
html body .modern-cms-content .pure-material-textfield-outlined:hover &gt; textarea + span::after {
  border-top-color: #444444;
}
html body .modern-cms-content .pure-material-textfield-outlined:hover &gt; input:not(:focus):placeholder-shown,
html body .modern-cms-content .pure-material-textfield-outlined:hover &gt; textarea:not(:focus):placeholder-shown {
  border-color: #444444;
}
html body .modern-cms-content .pure-material-textfield-outlined &gt; input:not(:focus):placeholder-shown,
html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea:not(:focus):placeholder-shown {
  border-top-color: #444444;
}
html body .modern-cms-content .pure-material-textfield-outlined &gt; input:not(:focus):placeholder-shown + span,
html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea:not(:focus):placeholder-shown + span {
  font-size: inherit;
  line-height: 57px;
}
html body .modern-cms-content .pure-material-textfield-outlined &gt; input:not(:focus):placeholder-shown + span::before,
html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea:not(:focus):placeholder-shown + span::before,
html body .modern-cms-content .pure-material-textfield-outlined &gt; input:not(:focus):placeholder-shown + span::after,
html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea:not(:focus):placeholder-shown + span::after {
  border-top-color: transparent;
}
html body .modern-cms-content .pure-material-textfield-outlined &gt; input:focus,
html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea:focus {
  border-color: #2196F3;
  border-top-color: transparent;
  box-shadow: inset 1px 0 #2196F3, inset -1px 0 #2196F3, inset 0 -1px #2196F3;
  outline: none;
  color: #444444;
}
html body .modern-cms-content .pure-material-textfield-outlined &gt; input:focus ~ i.input-value-addon {
  color: #444444;
}
html body .modern-cms-content .pure-material-textfield-outlined &gt; input.error:not(:focus):placeholder-shown,
html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea.error:not(:focus):placeholder-shown {
  border-color: #cb3209;
  box-shadow: inset 1px 0 #cb3209, inset -1px 0 #cb3209, inset 0 -1px #cb3209, inset 0 1px #cb3209;
}
html body .modern-cms-content .pure-material-textfield-outlined &gt; input.error:not(:focus):not(:placeholder-shown),
html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea.error:not(:focus):not(:placeholder-shown) {
  border-color: #cb3209;
  border-top-color: transparent;
  box-shadow: inset 1px 0 #cb3209, inset -1px 0 transparent, inset 0 -1px #cb3209;
}
html body .modern-cms-content .pure-material-textfield-outlined &gt; input.error:not(:focus) + span::before,
html body .modern-cms-content .pure-material-textfield-outlined &gt; input.error:not(:focus) + span::after,
html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea.error:not(:focus) + span::before,
html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea.error:not(:focus) + span::after {
  border-top-color: #cb3209;
  box-shadow: inset 0 1px #cb3209;
}
html body .modern-cms-content .pure-material-textfield-outlined &gt; input.error:not(:focus):not(:placeholder-shown) + span::before,
html body .modern-cms-content .pure-material-textfield-outlined &gt; input.error:not(:focus):not(:placeholder-shown) + span::after,
html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea.error:not(:focus):not(:placeholder-shown) + span::before,
html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea.error:not(:focus):not(:placeholder-shown) + span::after {
  border-top-color: #cb3209;
  box-shadow: inset 0 1px #cb3209;
}
html body .modern-cms-content .pure-material-textfield-outlined &gt; input:focus + span,
html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea:focus + span {
  color: #2196F3;
}
html body .modern-cms-content .pure-material-textfield-outlined &gt; input:focus + span::before,
html body .modern-cms-content .pure-material-textfield-outlined &gt; input:focus + span::after,
html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea:focus + span::before,
html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea:focus + span::after {
  border-top-color: #2196F3 !important;
  box-shadow: inset 0 1px #2196F3;
}
html body .modern-cms-content .pure-material-textfield-outlined &gt; input:disabled,
html body .modern-cms-content .pure-material-textfield-outlined &gt; input:disabled + span,
html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea:disabled,
html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea:disabled + span {
  border-color: rgba(0, 0, 0, 0.38) !important;
  border-top-color: transparent !important;
  color: rgba(0, 0, 0, 0.38);
  pointer-events: none;
}
html body .modern-cms-content .pure-material-textfield-outlined &gt; input:disabled + span::before,
html body .modern-cms-content .pure-material-textfield-outlined &gt; input:disabled + span::after,
html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea:disabled + span::before,
html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea:disabled + span::after {
  border-top-color: rgba(0, 0, 0, 0.38) !important;
}
html body .modern-cms-content .pure-material-textfield-outlined &gt; input:disabled:placeholder-shown,
html body .modern-cms-content .pure-material-textfield-outlined &gt; input:disabled:placeholder-shown + span,
html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea:disabled:placeholder-shown,
html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea:disabled:placeholder-shown + span {
  border-top-color: rgba(0, 0, 0, 0.38) !important;
}
html body .modern-cms-content .pure-material-textfield-outlined &gt; input:disabled:placeholder-shown + span::before,
html body .modern-cms-content .pure-material-textfield-outlined &gt; input:disabled:placeholder-shown + span::after,
html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea:disabled:placeholder-shown + span::before,
html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea:disabled:placeholder-shown + span::after {
  border-top-color: transparent !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    html body .modern-cms-content .pure-material-textfield-outlined &gt; input,
    html body .modern-cms-content .pure-material-textfield-outlined &gt; input + span,
    html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea,
    html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea + span,
    html body .modern-cms-content .pure-material-textfield-outlined &gt; input + span::before,
    html body .modern-cms-content .pure-material-textfield-outlined &gt; input + span::after,
    html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea + span::before,
    html body .modern-cms-content .pure-material-textfield-outlined &gt; textarea + span::after {
      transition-duration: 0.1s;
    }
  }
}
html body .modern-cms-content .pure-material-select-outlined {
  position: relative;
}
html body .modern-cms-content .pure-material-select-outlined-text {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 12px 10px 12px 10px;
  font-size: 18px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.87);
}
html body .modern-cms-content .pure-material-select-outlined-text:focus, html body .modern-cms-content .pure-material-select-outlined-text:active {
  outline: none;
  border: 1px solid #2196F3;
  box-shadow: inset 1px 1px #2196F3, inset -1px 0 #2196F3, inset 0 -1px #2196F3;
}
html body .modern-cms-content .pure-material-select-outlined-text:hover {
  outline: none;
  border: 1px solid #444444;
  box-shadow: inset 1px 1px #444444, inset -1px 0 #444444, inset 0 -1px #444444;
}
html body .modern-cms-content .pure-material-select-outlined .pure-material-select-outlined-text {
  appearance: none;
  -webkit-appearance: none;
  color: #444444;
}
html body .modern-cms-content .pure-material-select-outlined:after {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  pointer-events: none;
  font-family: "Material Symbols Rounded";
  content: "\e313";
  font-size: 2rem;
  border: 0;
  right: 3.5rem;
  top: 0.3rem;
}
html body .modern-cms-content .pure-material-select-outlined-label {
  color: #444444;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  pointer-events: none;
  padding: 0 5px;
  left: 23px;
  top: 12px;
  transition: 0.2s ease all;
}
html body .modern-cms-content .product-page &gt; .container:first-child .pure-material-select-outlined-label {
  background: var(--warm-grey);
}
html body .modern-cms-content .pure-material-select-outlined-text:focus ~ .pure-material-select-outlined-label, html body .modern-cms-content .pure-material-select-outlined-text:valid ~ .pure-material-select-outlined-label {
  color: #2196F3;
  top: -8px;
  transition: 0.2s ease all;
  font-size: 12px;
}
html body .modern-cms-content .pure-material-select-outlined-text:valid:not(focus) ~ .pure-material-select-outlined-label {
  color: #444444;
}
html body .modern-cms-content .pure-material-select-outlined-text:valid:focus ~ .pure-material-select-outlined-label {
  color: #2196F3;
}
html body .modern-cms-content .pure-material-textfield-outlined &gt; i.input-value-addon {
  pointer-events: none;
  font-size: 0.875rem;
  color: #A3A3A3;
  position: absolute;
  left: 40px;
  bottom: 10px;
  font-style: normal;
}
html body .modern-cms-content .pure-material-select-outlined-text {
  border: 1px solid #e5e5e6 !important;
  color: #a6a6a6 !important;
}
html body .modern-cms-content .pure-material-select-outlined-text:active {
  box-shadow: inset 1px 1px #2196f3, inset -1px 0 #2196f3, inset 0 -1px #2196f3 !important;
}
html body .modern-cms-content .pure-material-select-outlined-label {
  color: #a6a6a6 !important;
}
html body .modern-cms-content .products-container .product-card-price {
  font-size: 1.75rem;
}
html body .modern-cms-content .products-container .product-card-price-info {
  font-size: 0.75rem;
  color: #999DA2;
}
html body .modern-cms-content .products-container .product-card-price-info-green {
  font-size: 0.75rem;
  color: #36CA0C;
}
html body .modern-cms-content .products-container .add-to-basket {
  align-self: flex-end;
  margin-left: auto;
  display: inline-block;
}
html body .modern-cms-content .products-container i.material-icons-outline {
  font-size: inherit;
  color: inherit;
  vertical-align: bottom;
  position: relative;
  top: -2px;
}
html body .modern-cms-content .quantity-bullets.active .quantity-bullets-wrapper {
  display: inline-block;
}
html body .modern-cms-content .quantity-bullets.active h3 i.inactive {
  display: none;
}
html body .modern-cms-content .quantity-bullets.active h3 i .active {
  display: inline;
}
html body .modern-cms-content .quantity-bullets-btn {
  background: #c1e3ff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 1.7rem;
  display: inline-block;
  color: #2196f3;
  font-size: 1.5rem;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html body .modern-cms-content .quantity-bullets-btn:hover {
  opacity: 0.8;
}
html body .modern-cms-content .quantity-bullets-holder {
  font-size: 2rem;
  margin: 0 0.5rem;
}
html body .modern-cms-content .hide-select-container {
  display: none !important;
}
html body .modern-cms-content .cd-products-comparison-table, html body .modern-cms-content .cd-products-table, html body .modern-cms-content .features, html body .modern-cms-content .top-info, html body .modern-cms-content .cd-features-list, html body .modern-cms-content ul, html body .modern-cms-content li, html body .modern-cms-content .cd-products-wrapper {
  margin: 0;
  padding: 0;
  border: 0;
}
html body .modern-cms-content .cd-products-comparison-table .primary-button {
  padding: 8px 15px;
  background: #2196F3;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 19px;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.0333em;
  color: #FFFFFF;
  width: auto;
  display: inline-block;
  text-decoration: none;
}
html body .modern-cms-content .cd-products-comparison-table .primary-button:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(33, 150, 243, 0.8);
}
html body .modern-cms-content .cd-products-comparison-table article, html body .modern-cms-content .cd-products-comparison-table aside, html body .modern-cms-content .cd-products-comparison-table details, html body .modern-cms-content .cd-products-comparison-table figcaption, html body .modern-cms-content .cd-products-comparison-table figure, html body .modern-cms-content .cd-products-comparison-table footer, html body .modern-cms-content .cd-products-comparison-table header, html body .modern-cms-content .cd-products-comparison-table hgroup, html body .modern-cms-content .cd-products-comparison-table menu, html body .modern-cms-content .cd-products-comparison-table nav, html body .modern-cms-content .cd-products-comparison-table section, html body .modern-cms-content .cd-products-comparison-table main {
  display: block;
}
html body .modern-cms-content .cd-products-comparison-table ol, html body .modern-cms-content .cd-products-comparison-table ul {
  list-style: none;
  padding: 0;
}
html body .modern-cms-content .cd-products-comparison-table blockquote, html body .modern-cms-content .cd-products-comparison-table q {
  quotes: none;
}
html body .modern-cms-content .cd-products-comparison-table blockquote:before, html body .modern-cms-content .cd-products-comparison-table blockquote:after, html body .modern-cms-content .cd-products-comparison-table q:before, html body .modern-cms-content .cd-products-comparison-table q:after {
  content: "";
  content: none;
}
html body .modern-cms-content .cd-products-comparison-table table {
  border-collapse: collapse;
  border-spacing: 0;
}
html body .modern-cms-content .cd-products-comparison-table::after {
  /* never visible - this is used in jQuery to check the current MQ */
  display: none;
  content: "mobile";
}
html body .modern-cms-content .cd-products-comparison-table header {
  margin-top: var(--tshirt-20);
  margin-bottom: var(--tshirt-15);
}
html body .modern-cms-content .cd-products-comparison-table footer {
  background: #f5f5f5;
  padding: var(--tshirt-15);
  border-radius: 0px 0px 8px 8px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
html body .modern-cms-content .cd-products-comparison-table footer .expand-table-content {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.089em;
  text-transform: uppercase;
  color: #2196F3;
  flex: 1 auto;
  cursor: pointer;
}
html body .modern-cms-content .cd-products-comparison-table footer .expand-table-content i {
  font-size: 18px;
  vertical-align: middle;
  transform: rotate(180deg);
  transition: transform 0.1s;
}
html body .modern-cms-content .cd-products-comparison-table footer .expand-table-content.table-content-collapsed i {
  transform: rotate(0);
}
html body .modern-cms-content .cd-products-comparison-table .actions {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
@media screen and (max-width: 576px) {
  html body .modern-cms-content .cd-products-comparison-table .actions {
    align-items: stretch;
    flex-direction: column;
  }
}
html body .modern-cms-content .cd-products-comparison-table .reset, html body .modern-cms-content .cd-products-comparison-table .filter {
  border-radius: var(--button-radius);
  display: none;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.017em;
  padding: var(--tshirt-8) var(--tshirt-15);
  border: 1px solid transparent;
  vertical-align: middle;
  margin-left: var(--tshirt-15);
  width: auto;
}
@media screen and (max-width: 576px) {
  html body .modern-cms-content .cd-products-comparison-table .reset, html body .modern-cms-content .cd-products-comparison-table .filter {
    width: 100%;
    margin-left: 0;
  }
}
html body .modern-cms-content .cd-products-comparison-table .reset {
  transition: background-color 0.3s;
  color: #2196F3;
  background-color: #fff;
  cursor: pointer;
  border-color: #2196F3;
  display: none;
}
@media screen and (max-width: 576px) {
  html body .modern-cms-content .cd-products-comparison-table .reset {
    margin-bottom: var(--tshirt-15);
  }
}
html body .modern-cms-content .cd-products-comparison-table .reset:hover {
  color: rgba(33, 150, 243, 0.8);
}
html body .modern-cms-content .cd-products-comparison-table .filter {
  transition: background-color 0.3s, opacity 0.3s;
  color: #fff;
  background-color: #444;
  opacity: 0.5;
  cursor: not-allowed;
}
html body .modern-cms-content .cd-products-comparison-table .filter.start-filter {
  cursor: pointer;
  background-color: #2196F3;
  opacity: 1;
  display: inline-block;
}
html body .modern-cms-content .cd-products-comparison-table .filter.start-filter:hover {
  background-color: rgba(33, 150, 243, 0.8);
}
html body .modern-cms-content .cd-products-comparison-table .filter:hover {
  color: #fff;
}
html body .modern-cms-content .cd-products-comparison-table .filter.active {
  cursor: pointer;
  background-color: #2196F3;
  opacity: 1;
}
html body .modern-cms-content .cd-products-comparison-table .filter.active:hover {
  background-color: rgba(33, 150, 243, 0.8);
}
html body .modern-cms-content .cd-products-table {
  position: relative;
  overflow: hidden;
  height: auto;
  border-radius: 8px 8px 0 0;
}
html body .modern-cms-content .cd-products-table.content-collapsed {
  height: 496px;
}
html body .modern-cms-content .cd-products-table .features {
  /* fixed left column - product properties list */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 160px;
  background: #fafafa;
  opacity: 0.95;
  border-style: solid;
  border-color: #ffffff;
  border-top-width: 1px;
  border-bottom-width: 2px;
}
@media only screen and (min-width: 1170px) {
  html body .modern-cms-content .cd-products-table .features .cd-products-table .features {
    width: 160px;
  }
}
html body .modern-cms-content .cd-products-table.scrolling .features {
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
}
html body .modern-cms-content .cd-products-wrapper {
  overflow-x: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  border-style: solid;
  border-color: #ffffff;
  border-top-width: 1px;
  border-bottom-width: 1px;
  /* Hide scrollbar */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
html body .modern-cms-content .cd-products-wrapper::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
html body .modern-cms-content .cd-products-columns {
  margin-bottom: 0;
  /* products list wrapper */
  width: 2400px;
  margin-left: 160px;
}
html body .modern-cms-content .cd-products-columns::after {
  display: block;
  clear: both;
  content: "";
}
html body .modern-cms-content .cd-products-columns.cd-features-list {
  background: #ffffff;
}
html body .modern-cms-content .cd-features-list li {
  padding: var(--tshirt-15);
  border-color: #ffffff;
  border-style: solid;
  border-top-width: 2px;
  border-right-width: 2px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.0333em;
  color: #444444;
  text-align: left;
  background: #F5F5F5;
}
html body .modern-cms-content .cd-features-list li:nth-child(2n+0) {
  background: #E6E6E6;
}
html body .modern-cms-content .cd-features-list li.product-highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
html body .modern-cms-content .cd-features-list li.product-highlights .primary-button {
  align-self: flex-end;
}
html body .modern-cms-content .cd-features-list li img {
  display: block;
  backface-visibility: hidden;
  width: auto;
  height: auto;
  margin: -15px -15px 15px -15px;
  max-width: calc(100% + var(--tshirt-15) * 2);
}
html body .modern-cms-content .cd-features-list li &gt; div {
  margin-bottom: var(--tshirt-8);
  display: flex;
  word-break: break-all;
}
html body .modern-cms-content .cd-features-list li &gt; div i {
  margin-right: var(--tshirt-4);
  font-size: 16px;
}
html body .modern-cms-content .cd-features-list li &gt; div i.advantage-icon {
  color: #8FBE00;
}
html body .modern-cms-content .cd-features-list li &gt; div i.disadvantage-icon {
  color: #D6001C;
}
html body .modern-cms-content .cd-features-list li &gt; div:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  html body .modern-cms-content .cd-features-list li .cd-features-list li.rate {
    padding: 22px 0;
  }
}
html body .modern-cms-content .cd-products-columns .product {
  position: relative;
  float: left;
  width: 160px;
  text-align: center;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  display: block;
}
.filtering html body .modern-cms-content .cd-products-columns .product:not(.selected) {
  /*opacity: 0;
  visibility: hidden;
  transform: scale(0);*/
  display: none;
}
.no-product-transition html body .modern-cms-content .cd-products-columns .product.selected {
  transition: opacity 0.3s, visibility 0.3s;
}
.filtered html body .modern-cms-content .cd-products-columns .product:not(.selected) {
  position: absolute;
}
html body .modern-cms-content .cd-products-columns .product:last-child .top-info {
  border-right-width: 0;
}
html body .modern-cms-content .cd-products-columns .product:last-child .cd-features-list li {
  border-right-width: 0;
}
html body .modern-cms-content .cd-products-columns .product.last-product .cd-features-list li {
  border-right-width: 1px;
}
@media only screen and (min-width: 1170px) {
  html body .modern-cms-content .cd-products-columns .product {
    width: 160px;
  }
}
html body .modern-cms-content .cd-products-table .features .top-info {
  /* fixed left column - items */
  /* set line-height value equal to font-size of text inside product cells */
  padding: var(--tshirt-8) var(--tshirt-15);
  text-align: left;
}
html body .modern-cms-content .features .cd-features-list li {
  /* truncate text with dots */
  overflow: hidden;
  border-left: 1px solid #FFFFFF;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.0333em;
  color: #444444;
  padding: var(--tshirt-15);
  text-align: left;
}
html body .modern-cms-content .comparison-table-product-description {
  margin-bottom: 20px;
  display: block;
}
html body .modern-cms-content .cd-products-table .top-info {
  position: relative;
  height: auto;
  width: 160px;
  text-align: center;
  padding: var(--tshirt-8) var(--tshirt-15);
  background: rgba(68, 68, 68, 0.6);
  border-color: #FFFFFF;
  border-style: solid;
  color: #fff;
  border-right-width: 2px;
  display: flex;
}
html body .modern-cms-content .cd-products-table .top-info.clickable {
  cursor: pointer;
}
html body .modern-cms-content .cd-products-table .top-info .comparison-table-product-headline {
  display: block;
  color: inherit;
  flex: 1 0 auto;
}
html body .modern-cms-content .cd-products-table .top-info .check {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  opacity: 0;
  display: none;
  transition: opacity 0.3s;
}
html body .modern-cms-content .cd-products-table .top-info .check::after, html body .modern-cms-content .cd-products-table .top-info .check::before {
  /* used to create the check icon and green circle dot - visible when product is selected */
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
}
html body .modern-cms-content .cd-products-table .top-info .check::before {
  /* green circle dot */
  border-radius: 4px;
  border: 1px solid #444;
  background: #fff;
  transition: background-color 0.3s, transform 0.3s, border-color 0.3s;
}
html body .modern-cms-content .cd-products-table .top-info .check::after {
  /* check icon */
  font-family: "Material Symbols Rounded";
  content: "check";
  -webkit-font-feature-settings: "check";
  opacity: 0;
  transition: opacity 0.3s;
  color: #fff;
  font-size: 14px;
}
html body .modern-cms-content .cd-products-table .features .top-info {
  /* models */
  width: 160px;
  cursor: auto;
  background: rgba(68, 68, 68, 0.6);
  border-left: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
html body .modern-cms-content .cd-products-table .selected .top-info .check::before {
  /* green circle dot */
  background: #2196F3;
  border-color: #2196F3;
}
@keyframes cd-bounce {
  0% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.6);
  }
  100% {
    transform: scale(1.5);
  }
}
html body .modern-cms-content .cd-products-table .selected .top-info .check::after {
  /* check icon */
  opacity: 1;
}
html body .modern-cms-content .w-100 {
  width: 100%;
}
html body .modern-cms-content .h-100 {
  height: 100%;
}
html body .modern-cms-content .rounded-circle {
  border-radius: 50% !important;
}
html body .modern-cms-content .bg-white {
  background-color: #fff;
}
html body .modern-cms-content .collapse.in {
  display: block !important;
}
html body .modern-cms-content .row:before {
  content: none;
}
html body .modern-cms-content .img-responsive {
  width: 100%;
}
html body .modern-cms-content .inquiry-indicator-card-round-icon .material-icons {
  top: 50%;
}
html body .modern-cms-content .img-thumbnail {
  padding: 0;
  border: 0;
  border-radius: 0;
  transition: none;
}
html body .modern-cms-content .cms-spacer {
  background-color: transparent;
  color: #DFDFDF;
  display: inline-block;
  width: 100%;
}
html body .modern-cms-content .cms-spacer.cms-spacer-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
html body .modern-cms-content .cms-spacer.cms-spacer-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
html body .modern-cms-content .cms-spacer.cms-spacer-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
html body .modern-cms-content .cms-spacer.cms-spacer-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
html body .modern-cms-content .cms-spacer.cms-spacer-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
html body .modern-cms-content p.text-left,
html body .modern-cms-content p.text-center,
html body .modern-cms-content p.text-right {
  /*line-height: 1.4;
  margin-bottom: $space-10 !important;*/
}
html body .modern-cms-content p.text-left &gt; a,
html body .modern-cms-content p.text-center &gt; a,
html body .modern-cms-content p.text-right &gt; a {
  color: #2196F3;
  font-weight: 400;
  text-decoration: none;
}
html body .modern-cms-content p.text-left &gt; a:focus, html body .modern-cms-content p.text-left &gt; a:hover,
html body .modern-cms-content p.text-center &gt; a:focus,
html body .modern-cms-content p.text-center &gt; a:hover,
html body .modern-cms-content p.text-right &gt; a:focus,
html body .modern-cms-content p.text-right &gt; a:hover {
  text-decoration: none;
  color: #4EABF5;
}
html body .modern-cms-content p.text-left &gt; a[data-toggle=mailto], html body .modern-cms-content p.text-left &gt; a[data-toggle=phone_link],
html body .modern-cms-content p.text-center &gt; a[data-toggle=mailto],
html body .modern-cms-content p.text-center &gt; a[data-toggle=phone_link],
html body .modern-cms-content p.text-right &gt; a[data-toggle=mailto],
html body .modern-cms-content p.text-right &gt; a[data-toggle=phone_link] {
  color: #444444;
  text-decoration: underline;
}
html body .modern-cms-content p.text-left &gt; a[data-toggle=mailto]:hover, html body .modern-cms-content p.text-left &gt; a[data-toggle=mailto]:focus, html body .modern-cms-content p.text-left &gt; a[data-toggle=phone_link]:hover, html body .modern-cms-content p.text-left &gt; a[data-toggle=phone_link]:focus,
html body .modern-cms-content p.text-center &gt; a[data-toggle=mailto]:hover,
html body .modern-cms-content p.text-center &gt; a[data-toggle=mailto]:focus,
html body .modern-cms-content p.text-center &gt; a[data-toggle=phone_link]:hover,
html body .modern-cms-content p.text-center &gt; a[data-toggle=phone_link]:focus,
html body .modern-cms-content p.text-right &gt; a[data-toggle=mailto]:hover,
html body .modern-cms-content p.text-right &gt; a[data-toggle=mailto]:focus,
html body .modern-cms-content p.text-right &gt; a[data-toggle=phone_link]:hover,
html body .modern-cms-content p.text-right &gt; a[data-toggle=phone_link]:focus {
  color: #444444;
}
html body .modern-cms-content figure {
  margin: 0;
}
html body .modern-cms-content figure &gt; figcaption {
  margin-top: 5px;
  font-size: 0.825rem;
}
html body .modern-cms-content .block-section &gt; p &gt; a {
  font-size: inherit;
  font-weight: 500;
  text-decoration: none;
  color: #2196F3;
}
@media (min-width: 768px) {
  html body .modern-cms-content .newspaper {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-rule: 1px solid lightgrey;
    -moz-column-rule: 1px solid lightgrey;
    column-rule: 1px solid lightgrey;
  }
}
@media (min-width: 992px) {
  html body .modern-cms-content .newspaper {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}
html body .modern-cms-content .cms-spacer {
  background-color: #F8F8F8;
  color: #DFDFDF;
  display: inline-block;
  width: 100%;
}
html body .modern-cms-content .cms-spacer.cms-spacer-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
html body .modern-cms-content .cms-spacer.cms-spacer-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
html body .modern-cms-content .cms-spacer.cms-spacer-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
html body .modern-cms-content .cms-spacer.cms-spacer-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
html body .modern-cms-content .cms-spacer.cms-spacer-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
html body .modern-cms-content .download-list a {
  text-decoration: none;
}
html body .modern-cms-content .download-list a:hover .download-name {
  text-decoration: underline;
}
html body .modern-cms-content .download-list a:hover .material-icons.download-icon {
  color: #ffc559;
}
html body .modern-cms-content .download-list .material-icons.download-icon {
  border: 1px solid #ccc;
  padding: 0.5rem;
  font-size: 1.5rem;
  border-radius: 13px;
  color: #f6a613;
  background-color: white;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  margin-right: 1rem;
}
html body .modern-cms-content .download-list .download-name {
  font-size: 1.2rem;
  color: #999;
}
html body .modern-cms-content .download-list .icon-container {
  position: relative;
  color: #444444;
}
html body .modern-cms-content .download-list .icon-container .icon-file {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  float: left;
  height: 40px;
  text-align: center;
}
html body .modern-cms-content .download-list .icon-container .icon-file .icon-label {
  font-size: 0.75rem;
  top: -14px;
  position: relative;
}
html body .modern-cms-content .download-list .icon-container .icon-file img {
  width: 30px;
  height: 30px;
}
html body .modern-cms-content .download-list .icon-container .icon-file .play_arrow {
  font-size: 2rem;
}
html body .modern-cms-content .download-list .icon-container .icon-title {
  margin-left: 26px;
  width: calc(100% - 40px);
  display: inline-block;
}
html body .modern-cms-content .download-list .icon-container .icon-title .icon-label {
  font-size: 0.5rem;
  position: absolute;
  top: 12px;
  left: 6px;
}
html body .modern-cms-content .download-list .icon-container:hover .icon-title {
  color: #999;
  text-decoration: underline;
}
html body .modern-cms-content .download-list .icon-container:hover .icon-label {
  color: #999;
}
html body .modern-cms-content .cms-element-item-add-gallery-image-content {
  cursor: pointer;
}
html body .modern-cms-content .inquiry-indicator-card-round-icon {
  border: none !important;
  border-radius: 0% !important;
}
html body .modern-cms-content .inquiry-indicator-card-round-icon img {
  width: 60px;
  height: 60px;
  border: 4px solid rgba(101, 109, 118, 0.13) !important;
  border-radius: 50% !important;
}
html body .modern-cms-content .inquiry-indicator-card-round-icon .inquiry-indicator-card-round-icon-wrapper {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  background: white;
  overflow: hidden;
  border: 4px solid rgba(101, 109, 118, 0.13) !important;
}
html body .modern-cms-content .inquiry-indicator-card-round-icon .inquiry-indicator-card-round-icon-wrapper img {
  width: auto;
  height: 38px;
  border: none !important;
  border-radius: 0% !important;
  margin-top: 5%;
}
html body .modern-cms-content .inquiry-indicator-line {
  background: #E6E6E5;
}
html body .modern-cms-content .inquiry-indicator-line.desktop {
  height: 3px;
  top: 60px;
  left: 0;
  z-index: -1;
  position: absolute;
  width: 100%;
}
html body .modern-cms-content .inquiry-indicator-line.mobile {
  height: 100%;
  width: 3px;
  top: 0;
  left: 44px;
  z-index: -1;
  position: absolute;
}
html body .modern-cms-content .image-overlay-info, html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme figcaption, html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme .figcaption-indicator, html body .modern-cms-content .gallery-image figcaption {
  position: absolute;
  background-color: #fff;
  padding: 0 0.625rem;
  height: 29px;
  border-radius: 19px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 30px;
  color: #444444;
}
html body .modern-cms-content .image-overlay-info.image-counter, html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme figcaption.image-counter, html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme .figcaption-indicator.image-counter, html body .modern-cms-content .gallery-image figcaption.image-counter {
  top: 1rem;
  right: 1rem;
}
html body .modern-cms-content .image-overlay-info.image-caption, html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme figcaption.image-caption, html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme .figcaption-indicator.image-caption, html body .modern-cms-content .gallery-image figcaption.image-caption {
  left: 1rem;
  bottom: 1rem;
}
html body .modern-cms-content .image-overlay-info i, html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme figcaption i, html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme .figcaption-indicator i, html body .modern-cms-content .gallery-image figcaption i {
  vertical-align: middle;
}
html body .modern-cms-content .image-overlay-info p, html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme figcaption p, html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme .figcaption-indicator p, html body .modern-cms-content .gallery-image figcaption p {
  margin-bottom: 0;
}
html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme.owl-loaded, html body .modern-cms-content .layout-element-mobile-slider.owl-theme.owl-loaded {
  display: block !important;
}
html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme .owl-stage .owl-item figcaption, html body .modern-cms-content .layout-element-mobile-slider.owl-theme .owl-stage .owl-item figcaption {
  left: 1rem;
  bottom: 1rem;
  display: none;
}
html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme .owl-stage .owl-item .figcaption-indicator, html body .modern-cms-content .layout-element-mobile-slider.owl-theme .owl-stage .owl-item .figcaption-indicator {
  top: 1rem;
  right: 1rem;
  display: none;
}
html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme .owl-carousel-caption-wrapper, html body .modern-cms-content .layout-element-mobile-slider.owl-theme .owl-carousel-caption-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme .owl-carousel-caption-wrapper figcaption, html body .modern-cms-content .layout-element-mobile-slider.owl-theme .owl-carousel-caption-wrapper figcaption {
  left: 1rem;
  bottom: 1rem;
  position: absolute;
  background-color: #fff;
  padding: 0 0.625rem;
  height: 29px;
  border-radius: 0.313rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 30px;
  color: #444444;
  font-style: normal;
  max-width: calc(100% - 111px);
}
html body .modern-cms-content .gallery-carousel-fullwidth.owl-theme .owl-carousel-caption-wrapper .figcaption-indicator, html body .modern-cms-content .layout-element-mobile-slider.owl-theme .owl-carousel-caption-wrapper .figcaption-indicator {
  top: 1rem;
  right: 1rem;
  position: absolute;
  background-color: #fff;
  padding: 0 0.625rem;
  height: 29px;
  border-radius: 0.313rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 30px;
  color: #444444;
  left: auto;
  max-width: 92px;
  font-style: normal;
}
html body .modern-cms-content .gallery-image figcaption {
  left: 1rem;
  bottom: 1rem;
}
html body .modern-cms-content .product-horizontal-thumbs, html body .modern-cms-content .product-horizontal-thumbs-mobile {
  margin-top: 1rem;
}
html body .modern-cms-content .product-masonry img {
  position: relative;
}
html body .modern-cms-content .product-masonry img:hover {
  transform: scale(1.1);
  z-index: 1;
}
.leapKommentare {
  display: none;
}

.modern-cms-content .trustpilot-product-reviews-wrapper .leapKommentare__trustpilotLogo {
  padding-bottom: 0.5rem;
}

.trustpilot-product-reviews-wrapper {
  margin: 20px auto 60px auto;
  text-align: center;
  background-color: #fafafa;
  padding: 52px 0 59px 0;
  display: none;
}
@media screen and (min-width: 576px) {
  .trustpilot-product-reviews-wrapper {
    display: block;
  }
}
.trustpilot-product-reviews-wrapper .trustpilot-product-reviews-list {
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.trustpilot-product-reviews-wrapper .trustpilot-product-reviews-list .trustpilot-product-reviews-list-item {
  width: 355px;
  margin: 30px 15px 0 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: white;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.trustpilot-product-reviews-wrapper .trustpilot-product-reviews-list .trustpilot-product-reviews-list-item .sterne {
  color: #FFDC0F;
  display: block;
  font-size: 22px;
  line-height: 15px;
  margin-bottom: 15px;
}
.trustpilot-product-reviews-wrapper .trustpilot-product-reviews-list .trustpilot-product-reviews-list-item .name {
  color: #888;
  display: block;
  font-size: 13px;
  font-style: italic;
  margin-top: 10px;
}
/* -------------------------------- 

Main Components 

-------------------------------- */
/*
Reset styles
 */
.cd-products-comparison-table, .cd-products-table, .features, .top-info, .cd-features-list, ul, li, .cd-products-wrapper {
  margin: 0;
  padding: 0;
  border: 0;
}

.cd-products-comparison-table .primary-button {
  padding: 8px 15px;
  background: #2196f3;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 19px;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.0333em;
  color: #FFFFFF;
  width: auto;
  display: inline-block;
  text-decoration: none;
}
.cd-products-comparison-table .primary-button:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(33, 150, 243, 0.8);
}
.cd-products-comparison-table article, .cd-products-comparison-table aside, .cd-products-comparison-table details, .cd-products-comparison-table figcaption, .cd-products-comparison-table figure, .cd-products-comparison-table footer, .cd-products-comparison-table header, .cd-products-comparison-table hgroup, .cd-products-comparison-table menu, .cd-products-comparison-table nav, .cd-products-comparison-table section, .cd-products-comparison-table main {
  display: block;
}
.cd-products-comparison-table ol, .cd-products-comparison-table ul {
  list-style: none;
  padding: 0;
}
.cd-products-comparison-table blockquote, .cd-products-comparison-table q {
  quotes: none;
}
.cd-products-comparison-table blockquote:before, .cd-products-comparison-table blockquote:after, .cd-products-comparison-table q:before, .cd-products-comparison-table q:after {
  content: "";
  content: none;
}
.cd-products-comparison-table table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cd-products-comparison-table::after {
  /* never visible - this is used in jQuery to check the current MQ */
  display: none;
  content: "mobile";
}
.cd-products-comparison-table header {
  margin-top: var(--tshirt-20);
  margin-bottom: var(--tshirt-15);
}
.cd-products-comparison-table footer {
  background: #f5f5f5;
  border-top: 2px solid #ffffff;
  border-left: 1px solid #ffffff;
  padding: var(--tshirt-15);
  border-radius: 0px 0px 8px 8px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cd-products-comparison-table footer .expand-table-content {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.089em;
  text-transform: uppercase;
  color: #2196f3;
  flex: 1 auto;
  cursor: pointer;
}
.cd-products-comparison-table footer .expand-table-content i {
  font-size: 18px;
  vertical-align: middle;
  transform: rotate(180deg);
  transition: transform 0.1s;
}
.cd-products-comparison-table footer .expand-table-content.table-content-collapsed i {
  transform: rotate(0);
}
.cd-products-comparison-table .actions {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
@media screen and (max-width: 576px) {
  .cd-products-comparison-table .actions {
    align-items: stretch;
    flex-direction: column;
  }
}
.cd-products-comparison-table .reset, .cd-products-comparison-table .filter {
  border-radius: var(--button-radius);
  display: none;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.017em;
  padding: var(--tshirt-8) var(--tshirt-15);
  border: 1px solid transparent;
  vertical-align: middle;
  margin-left: var(--tshirt-15);
  width: auto;
}
@media screen and (max-width: 576px) {
  .cd-products-comparison-table .reset, .cd-products-comparison-table .filter {
    width: 100%;
    margin-left: 0;
  }
}
.cd-products-comparison-table .reset {
  transition: background-color 0.3s;
  color: #2196f3;
  background-color: #fff;
  cursor: pointer;
  border-color: #2196f3;
  display: none;
}
@media screen and (max-width: 576px) {
  .cd-products-comparison-table .reset {
    margin-bottom: var(--tshirt-15);
  }
}
.cd-products-comparison-table .reset:hover {
  color: rgba(33, 150, 243, 0.8);
}
.cd-products-comparison-table .filter {
  transition: background-color 0.3s, opacity 0.3s;
  color: #fff;
  background-color: #444;
  opacity: 0.5;
  cursor: not-allowed;
}
.cd-products-comparison-table .filter.start-filter {
  cursor: pointer;
  background-color: #2196f3;
  opacity: 1;
  display: inline-block;
}
.cd-products-comparison-table .filter.start-filter:hover {
  background-color: rgba(33, 150, 243, 0.8);
}
.cd-products-comparison-table .filter:hover {
  color: #fff;
}
.cd-products-comparison-table .filter.active {
  cursor: pointer;
  background-color: #2196f3;
  opacity: 1;
}
.cd-products-comparison-table .filter.active:hover {
  background-color: rgba(33, 150, 243, 0.8);
}
@media only screen and (min-width: 1170px) {
  .cd-products-comparison-table::after {
    /* never visible - this is used in jQuery to check the current MQ */
    content: "desktop";
  }
}

.cd-products-table {
  position: relative;
  overflow: hidden;
  height: auto;
  border-radius: 8px 8px 0 0;
}
.cd-products-table.content-collapsed {
  height: 496px;
}

.cd-products-table .features {
  /* fixed left column - product properties list */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 160px;
  background: #fafafa;
  opacity: 0.95;
  border-style: solid;
  border-color: #ffffff;
  border-top-width: 1px;
  border-bottom-width: 2px;
}
@media only screen and (min-width: 1170px) {
  .cd-products-table .features {
    width: 160px;
  }
}

.cd-products-table.scrolling .features {
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
}

.cd-products-wrapper {
  overflow-x: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  border-style: solid;
  border-color: #ffffff;
  border-top-width: 1px;
  border-bottom-width: 1px;
  /* Hide scrollbar */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.cd-products-wrapper::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.cd-products-columns {
  margin-bottom: 0;
  /* products list wrapper */
  width: 1120px;
  margin-left: 160px;
}
.cd-products-columns::after {
  display: block;
  clear: both;
  content: "";
}
.cd-products-columns.gelaender-comparison-column {
  width: 2240px;
}
.cd-products-columns.cd-features-list {
  background: #fff;
}

.cd-features-list li {
  padding: var(--tshirt-15);
  border-color: #ffffff;
  border-style: solid;
  border-top-width: 2px;
  border-right-width: 2px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.0333em;
  color: #444444;
  text-align: left;
  background: #F5F5F5;
}
.cd-features-list li:nth-child(2n+0) {
  background: #E6E6E6;
}
.cd-features-list li.product-highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 280px;
}
.cd-features-list li.product-highlights .primary-button {
  align-self: flex-end;
}
.cd-features-list li img {
  display: block;
  backface-visibility: hidden;
  width: auto;
  height: auto;
  margin: -15px -15px 15px -15px;
  max-width: calc(100% + var(--tshirt-15) * 2);
}
.cd-features-list li &gt; div {
  margin-bottom: var(--tshirt-8);
  display: flex;
  word-break: break-all;
}
.cd-features-list li &gt; div i {
  margin-right: var(--tshirt-4);
  font-size: 16px;
}
.cd-features-list li &gt; div i.advantage-icon {
  color: #8FBE00;
}
.cd-features-list li &gt; div i.disadvantage-icon {
  color: #D6001C;
}
.cd-features-list li &gt; div:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-features-list li.rate {
    padding: 22px 0;
  }
}

.cd-products-columns .product {
  position: relative;
  float: left;
  width: 160px;
  text-align: center;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  display: block;
}
.filtering .cd-products-columns .product:not(.selected) {
  /*opacity: 0;
  visibility: hidden;
  transform: scale(0);*/
  display: none;
}
.no-product-transition .cd-products-columns .product.selected {
  transition: opacity 0.3s, visibility 0.3s;
}
.filtered .cd-products-columns .product:not(.selected) {
  position: absolute;
}
.cd-products-columns .product:last-child .top-info {
  border-right-width: 0;
}
.cd-products-columns .product:last-child .cd-features-list li {
  border-right-width: 0;
}
.cd-products-columns .product.last-product .cd-features-list li {
  border-right-width: 1px;
}
@media only screen and (min-width: 1170px) {
  .cd-products-columns .product {
    width: 160px;
  }
}

.cd-products-table .features .top-info {
  /* fixed left column - items */
  /* set line-height value equal to font-size of text inside product cells */
  padding: var(--tshirt-8) var(--tshirt-15);
  text-align: left;
}

.features .cd-features-list li {
  /* truncate text with dots */
  overflow: hidden;
  border-left: 1px solid #ffffff;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.0333em;
  color: #444444;
  padding: var(--tshirt-15);
  text-align: left;
}

.comparison-table-product-description {
  margin-bottom: 20px;
  display: block;
}

.cd-products-table .top-info {
  position: relative;
  height: auto;
  width: 160px;
  text-align: center;
  padding: var(--tshirt-8) var(--tshirt-15);
  background: rgba(68, 68, 68, 0.6);
  border-color: #ffffff;
  border-style: solid;
  color: #fff;
  border-right-width: 2px;
  display: flex;
}
.cd-products-table .top-info.clickable {
  cursor: pointer;
}
.cd-products-table .top-info .comparison-table-product-headline {
  display: block;
  color: inherit;
  flex: 1 0 auto;
}
.cd-products-table .top-info .check {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  opacity: 0;
  display: none;
  transition: opacity 0.3s;
}
.cd-products-table .top-info .check::after, .cd-products-table .top-info .check::before {
  /* used to create the check icon and green circle dot - visible when product is selected */
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
}
.cd-products-table .top-info .check::before {
  /* green circle dot */
  border-radius: 4px;
  border: 1px solid #444;
  background: #fff;
  transition: background-color 0.3s, transform 0.3s, border-color 0.3s;
}
.cd-products-table .top-info .check::after {
  /* check icon */
  font-family: "Material Icons Outlined";
  content: "check";
  -webkit-font-feature-settings: "check";
  opacity: 0;
  transition: opacity 0.3s;
  color: #fff;
  font-size: 14px;
}

.cd-products-table .features .top-info {
  /* models */
  width: 160px;
  cursor: auto;
  background: rgba(68, 68, 68, 0.6);
  border-left: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.cd-products-table .selected .top-info .check::before {
  /* green circle dot */
  background: #2196f3;
  border-color: #2196f3;
}

@keyframes cd-bounce {
  0% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.6);
  }
  100% {
    transform: scale(1.5);
  }
}
.cd-products-table .selected .top-info .check::after {
  /* check icon */
  opacity: 1;
}

a.prev i, a.next i {
  opacity: 1;
  background-color: transparent;
  padding: var(--tshirt-8);
  border-radius: 50%;
  font-size: 18px;
  color: #2196f3;
  border: 1px solid #2196f3;
  line-height: 1;
}
a.prev.inactive i, a.next.inactive i {
  opacity: 0.5;
  border: 1px solid #444;
  color: #444;
}
a.next {
  margin-left: var(--tshirt-15);
}

/* -------------------------------- 

No JS

-------------------------------- */
.no-js .actions {
  display: none;
}

.no-js .cd-products-table .top-info {
  height: 145px;
}
@media only screen and (min-width: 1170px) {
  .no-js .cd-products-table .top-info {
    height: 248px;
  }
}

.no-js .cd-products-columns .check {
  display: none;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}</pre></body></html>