@charset "UTF-8";
/* roboto-condensed-700 - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("font/roboto-condensed-v25-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("font/roboto-condensed-v25-latin-700.eot?#iefix") format("embedded-opentype"), url("font/roboto-condensed-v25-latin-700.woff2") format("woff2"), url("font/roboto-condensed-v25-latin-700.woff") format("woff"), url("font/roboto-condensed-v25-latin-700.ttf") format("truetype"), url("font/roboto-condensed-v25-latin-700.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("font/roboto-v30-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("font/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("font/roboto-v30-latin-regular.woff2") format("woff2"), url("font/roboto-v30-latin-regular.woff") format("woff"), url("font/roboto-v30-latin-regular.ttf") format("truetype"), url("font/roboto-v30-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("font/roboto-v30-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("font/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("font/roboto-v30-latin-700.woff2") format("woff2"), url("font/roboto-v30-latin-700.woff") format("woff"), url("font/roboto-v30-latin-700.ttf") format("truetype"), url("font/roboto-v30-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
html, body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #232325;
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
  moz-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
}

.noscrolling {
  height: 100%;
  overflow: hidden;
}

.paddingBottom-100 {
  padding-bottom: 100px;
}

address, cite, var {
  font-style: normal;
}

button,
input[type=submit] {
  cursor: pointer;
  font-family: "Roboto", sans-serif;
}

input, textarea, select {
  font-family: "Roboto", sans-serif;
  border: 1px solid #ccc;
  padding: 10px 10px 10px 10px;
  width: 100%;
}

*:focus {
  outline: none;
}

h1{
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
}

h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
}

p{
    margin-block: .7em;
}

strong, b, .text-bold {
  font-weight: 800;
}

a {
  color: #232325;
  text-decoration: none;
}

img {
  border: 0px;
  display: block;
  height: auto;
  max-width: 100%;
}

.trans {
  opacity: 0;
}

.animateAll {
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
}

.fontserif {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.btn {
  border: 1.5px solid #fff;
  padding: 15px 30px;
  color: #fff;
  font-weight: 600;
}
.btn:hover {
  background-color: #ffffff;
  color: #232325;
}

.btn-black {
  border: 1.5px solid #AECB35;
  padding: 12px 25px;
  font-weight: 600;
  font-size: 14px;
  color: #AECB35;
}
.btn-black:hover {
  background-color: #AECB35;
  color: #ffffff;
}

.noheader {
  padding: 120px 0 0 0;
}

#wrapper {
  float: left;
  width: 100%;
  overflow: hidden;
}

.content-row {
  float: left;
  width: 100%;
  position: relative;
}

.contentPart-center {
  width: 90%;
  max-width: 1190px;
  margin: 0 auto;
}

.content-row-breadcrumb .contentPart-center {
  width: 100%;
}

.contentPart-inner {
  width: 100%;
  float: left;
  position: relative;
}

.align-center {
  text-align: center;
}

.section-HL {
  float: left;
  width: 100%;
  margin: 0 0 50px 0;
}
.section-HL h2 {
  font-size: 30px;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.copytextbox {
  position: absolute;
  z-index: 99;
  bottom: 0px;
  background: #fff;
  width: calc(100%);
  padding: 0 10px 0 10px;
  font-size: 12px;
  opacity: 0.75;
}

.textInput a, .woocommerce-product-details__short-description a {
  text-decoration: underline;
}
.textInput img, .woocommerce-product-details__short-description img {
  display: inline-block;
}
.textInput ul, .woocommerce-product-details__short-description ul {
  padding: 20px 0 20px 0;
}
.textInput ul li, .woocommerce-product-details__short-description ul li {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
}
.textInput ul li:before, .woocommerce-product-details__short-description ul li:before {
  content: "-";
  position: absolute;
  top: -1px;
  left: -1px;
  font-size: 35px;
}

.page-template-default .woocommerce {
  width: 90%;
  max-width: 1190px;
  margin: 0 auto;
}

.contentrow-header {
  padding: 40px 0 30px 0;
  height: 85px;
  border-bottom: 0px solid #eeeeee;
  z-index: 50;
  position: fixed;
  width: 100%;
  float: left;
  left: 0px;
  top: 34px;
}
.contentrow-header .logo {
  position: relative;
  width: 210px;
  left: 0%;
  top: 0;
  margin: -50px 0 0 100px;
  z-index: 30;
  float: left;
  -webkit-filter: brightness(10);
  filter: brightness(10);
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.contentrow-header .logo img {
  width: 100%;
}
.contentrow-header .mainnav {
  float: left;
  width: 40%;
  margin: 0 0 0 50px;
}
.contentrow-header .mainnav .menu li {
  margin: 0 20px 0 0px;
}
.contentrow-header .shopnav {
  float: right;
  max-width: 330px;
  margin: 0 10% 0 0;
  width: auto;
}
.contentrow-header .shopnav .menu li {
  margin: 0 0px 0 20px;
}
.contentrow-header .shopnav .btn-anfrage .menu-image {
  margin: 0px -2px 0 0px;
  width: 20px;
}
.contentrow-header .menu li {
  float: left;
}

.home .menu-item.xoo-wsc-menu-item {
  opacity: 1 !important;
}

.scrolled .contentrow-header, .noheader .contentrow-header {
  padding: 30px 0 30px 0;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.scrolled .contentrow-header .logo, .noheader .contentrow-header .logo {
  top: 4px;
  -webkit-filter: inherit !important;
  filter: inherit !important;
}
.scrolled .contentrow-header .shopnav .xoo-wsc-icon-basket5::after, .noheader .contentrow-header .shopnav .xoo-wsc-icon-basket5::after {
  color: #232325 !important;
}

.scrolled .contentrow-header {
  top: 0px;
}
.scrolled .contentrow-header .logo {
  top: 0;
  height: 50px;
  overflow: hidden;
  margin: -13px 0 0 50px;
}
.scrolled .contentrow-header .mainnav {
  margin: 0 0 0 -60px;
}
.scrolled .menu-item.xoo-wsc-menu-item {
  opacity: 1 !important;
}

.mainnav {
  position: relative;
}
.mainnav .xoo-wsc-sc-cont {
  color: #fff;
}
.mainnav li {
  padding: 0 0 40px 0;
  color: #ffffff;
}
.mainnav li .xoo-wsc-sc-cont {
  color: #ffffff;
}
.mainnav li a {
  color: #ffffff;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.mainnav .sub-menu {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  top: -9999px;
  position: absolute;
  background: #fff;
  padding: 0;
  left: 0px;
  width: calc(74vw);
  box-shadow: 0px 90px 100px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 90px 100px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 90px 100px 0px rgba(0, 0, 0, 0.1);
}
.mainnav .sub-menu:hover {
  z-index: 26;
  opacity: 1;
  pointer-events: inherit;
  top: inherit;
}
.mainnav .sub-menu li {
  padding: 0 0 0px 0;
  position: relative;
  width: 220px;
  float: left;
  margin: 0px 30px 0 0 !important;
}
.mainnav .sub-menu li:last-child {
  margin-right: 0px !important;
}
.mainnav .sub-menu li a {
  color: #232325;
}
.mainnav .sub-menu li .menu-image-title-after.menu-image-not-hovered img, .mainnav .sub-menu li .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .mainnav .sub-menu li .menu-image-title-before.menu-image-title {
  padding: 0px;
  opacity: 0.85;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.mainnav .sub-menu li .menu-image-title {
  display: block;
  float: left;
  width: 100%;
  font-weight: 300;
  text-align: center;
  margin: 3px 0 -30px 0;
  line-height: 20px;
  height: 75px;
  padding-left: 0px;
}
.mainnav .sub-menu li:hover .menu-image-title-after.menu-image-not-hovered img, .mainnav .sub-menu li:hover .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .mainnav .sub-menu li:hover .menu-image-title-before.menu-image-title {
  opacity: 1;
}
.mainnav li:hover .sub-menu {
  z-index: 25;
  opacity: 1;
  pointer-events: inherit;
  top: 50px;
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}
.mainnav .w-auto .sub-menu {
  padding-top: 30px;
  max-width: 1067px;
}
.mainnav .w-auto .sub-menu li {
  padding: 0 0 30px 0;
  position: relative;
  width: 145px;
  float: left;
  margin: 0px 0px 0 30px !important;
}

.shopnav .xoo-wsc-sc-cont {
  color: #ffffff;
}
.shopnav li a {
  color: #ffffff;
}

.scrolled .shopnav .xoo-wsc-sc-cont, .noheader .shopnav .xoo-wsc-sc-cont {
  color: #232325;
}
.scrolled .shopnav li, .noheader .shopnav li {
  color: #232325;
}
.scrolled .shopnav li .xoo-wsc-sc-cont, .noheader .shopnav li .xoo-wsc-sc-cont {
  color: #232325;
}
.scrolled .shopnav li a, .noheader .shopnav li a {
  color: #232325;
}
.scrolled .shopnav li a:hover, .noheader .shopnav li a:hover {
  color: #E11E23 !important;
}
.scrolled .mainnav, .noheader .mainnav {
  position: relative;
  z-index: 99;
}
.scrolled .mainnav li a, .noheader .mainnav li a {
  color: #232325;
}
.scrolled .mainnav li a:hover, .noheader .mainnav li a:hover {
  color: #E11E23 !important;
}

.scrolled .mainnav .w100 .sub-menu {
  margin: 0 0 0 -200px;
}

li.current-menu-item a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  color: #E11E23 !important;
}

li.current-menu-item .sub-menu a {
  text-decoration: none;
  color: #232325 !important;
}

.contentrow-meta li.current-menu-item a {
  color: #ffffff !important;
}

.w100 .sub-menu {
  width: calc(100vw);
  margin: 0 0 0 -360px;
}
.w100 .sub-menu li {
  width: 15%;
  margin: 0px 2% 0 0 !important;
}
.w100 .sub-menu li a {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  position: relative;
  z-index: 99;
  margin: 0 0 0 0px;
  left: 37px;
  top: 25px;
}
.w100 .sub-menu li.w50 {
  width: 50%;
  margin: 0px 0% 0 0 !important;
}
.w100 .sub-menu li.w50 .sub-menu {
  width: calc(100%);
  margin: -45px 0 0 0px;
  padding: 60px 0 0 0;
}
.w100 .sub-menu li.w50 .sub-menu li {
  width: 20%;
  margin: 0px 0 10px 4% !important;
}
.w100 .sub-menu li.w50 .sub-menu li a {
  left: 0px;
  top: 0px;
}

.w30 .sub-menu {
  width: calc(27.6vw);
}
.w30 .sub-menu li {
  width: 47%;
  margin: 0px 6% 0 0 !important;
}

.col2 .sub-menu .level-1 {
  width: 48%;
  float: left;
  margin-right: 2%;
}
.col2 .sub-menu .level-1 a {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  width: 100%;
  display: block;
}
.col2 .sub-menu .level-1 .sub-menu {
  width: calc(40vw);
  margin: 0 0 0 -32px;
  top: 40px;
  padding-top: 0px;
}
.col2 .sub-menu .level-1 .sub-menu li {
  width: 23%;
  margin: 0px 2.5% 40px 0 !important;
}
.col2 .sub-menu .level-1 .sub-menu li:nth-child(4n) {
  margin-right: 0px !important;
}
.col2 .sub-menu .level-1 .sub-menu li a {
  font-weight: 600;
  font-size: 15px;
}
.col2 .sub-menu .level-1:last-child .sub-menu {
  margin-left: 0px;
}

html body .sub-menu .green {
  color: #AECB35;
}
html body .sub-menu .green a, html body .sub-menu .green a:hover {
  color: #AECB35 !important;
}
html body .sub-menu .red {
  color: #AECB35;
}
html body .sub-menu .red a, html body .sub-menu .red a:hover {
  color: #E11E23 !important;
}
html body .sub-menu .blue {
  color: #0987CA;
}
html body .sub-menu .blue a, html body .sub-menu .blue a:hover {
  color: #0987CA !important;
}
html body .sub-menu .brown {
  color: #DFB45E;
}
html body .sub-menu .brown a, html body .sub-menu .brown a:hover {
  color: #DFB45E !important;
}
html body .sub-menu .browndark {
  color: #91705c;
}
html body .sub-menu .browndark a, html body .sub-menu .browndark a:hover {
  color: #91705c !important;
}
html body .sub-menu .turkis {
  color: #68BBBB;
}
html body .sub-menu .turkis a, html body .sub-menu .turkis a:hover {
  color: #68BBBB !important;
}
html body .sub-menu .orange {
  color: #f18700;
}
html body .sub-menu .orange a, html body .sub-menu .orange a:hover {
  color: #f18700 !important;
}
html body .sub-menu .yellow {
  color: #ffcc00;
}
html body .sub-menu .yellow a, html body .sub-menu .yellow a:hover {
  color: #ffcc00 !important;
}
html body .sub-menu .turkisdrark {
  color: #00aba4;
}
html body .sub-menu .turkisdrark a, html body .sub-menu .turkisdrark a:hover {
  color: #00aba4 !important;
}
html body .sub-menu .greydark {
  color: #9dafba;
}
html body .sub-menu .greydark a, html body .sub-menu .greydark a:hover {
  color: #9dafba !important;
}
html body .sub-menu .andrazit {
  color: #4d4d4d;
}
html body .sub-menu .andrazit a, html body .sub-menu .andrazit a:hover {
  color: #4d4d4d !important;
}
html body .sub-menu .purple {
  color: #7c6eb0;
}
html body .sub-menu .purple a, html body .sub-menu .purple a:hover {
  color: #7c6eb0 !important;
}
html body .sub-menu .greendark {
  color: #006d21;
}
html body .sub-menu .greendark a, html body .sub-menu .greendark a:hover {
  color: #006d21 !important;
}

.contentrow-meta {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  background: #AECB35;
  width: 100%;
  font-size: 14px;
  padding: 5px 0 5px 0;
}
.contentrow-meta .metanav {
  margin: 0 9% 0 0%;
  float: right;
}
.contentrow-meta .metanav li {
  float: left;
  margin: 0 25px 0 0;
}
.contentrow-meta .metanav li a {
  color: #ffffff;
}
.contentrow-meta .dashicons, .contentrow-meta .dashicons-before::before {
  color: #ffffff;
}

.wapf {
  width: 100%;
  float: left;
  margin: 0 0 10px 0;
}

.wapf-field-label {
  font-weight: 600;
  margin: 0 0 10px 0;
}

.woocommerce-page .woocommerce {
  width: 90%;
  max-width: 1190px;
  margin: 0 auto;
}

.term-description {
  margin: 10px 0 60px 0;
  width: 75%;
}

.woocommerce h2 {
  font-size: 30px;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.woocommerce .onsale {
  background: #E11E23 !important;
  border-radius: 0px !important;
  padding: 2px 10px 3px 10px !important;
  font-size: 12px !important;
  line-height: 20px !important;
  max-height: inherit !important;
  display: block;
  min-height: 22px !important;
  left: -10px !important;
  width: 110px !important;
  top: -5px !important;
}
.woocommerce ul.products li.product .price {
  color: #232325;
  font-weight: 400;
  font-size: 15px;
}
.woocommerce ul.products li.product .button {
  display: inline-block;
  margin-top: 0px;
  background-color: transparent;
  text-indent: -99999px;
  background-image: url("img/icon-bookmark.svg");
  display: none;
  background-repeat: no-repeat;
  width: 40px;
  height: 30px;
  background-size: 100% 100%;
  position: absolute;
  bottom: 10px;
  right: 0px;
}
.woocommerce ul.products li.product .button:hover {
  opacity: 0.6;
}
.woocommerce ul.products li.product a .attachment-woocommerce_thumbnail {
  opacity: 1;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
  border: 1px solid #eeeeee;
}
.woocommerce ul.products li.product a:hover .attachment-woocommerce_thumbnail {
  opacity: 0.8;
}
.woocommerce ul.products li.product .loopSku {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  margin: 0px 0 -10px 0;
  color: #9dafba;
}
.woocommerce ins {
  text-decoration: none;
}
.woocommerce .woocommerce-breadcrumb {
  opacity: 0 !important;
  pointer-events: none;
  margin: 0 0 35px 0;
  padding: 0;
  font-size: 14px;
  color: #767676;
  float: left;
  width: 100%;
}
.woocommerce div.product {
  margin-bottom: 0;
  position: relative;
  float: left;
  width: 100%;
  opacity: 0;
}
.woocommerce div.product p.price, .woocommerce div.product .woocommerce div.product span.price {
  color: #232325;
  font-size: 18px;
}
.woocommerce div.product .woocommerce-product-details__short-description {
  float: left;
  width: 100%;
  margin: 20px 0 20px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0 20px 0;
}
.woocommerce h1.product_title {
  font-size: 30px;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.woocommerce .sku_wrapper {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 0 0;
  color: #AECB35;
}
.woocommerce .sku_wrapper .sku {
  font-weight: 600;
  color: #AECB35;
}
.woocommerce form.cart .variations th {
  text-align: left;
}
.woocommerce form.cart .variations td {
  margin: 0 0 10px 0;
}
.woocommerce .stock {
  color: #232325 !important;
  float: left;
  width: 100%;
  font-size: 12px !important;
  font-style: italic;
  margin: 0 0 5px 0;
}
.woocommerce .reset_variations {
  display: none !important;
}
.woocommerce .quantity .qty {
  width: 70px;
  text-align: center;
  height: 38px;
}
.woocommerce form.cart .button {
  vertical-align: middle;
  float: left;
  border-radius: 0px !important;
  background: #E11E23 !important;
  height: 38px;
  margin: 0 0 0 0px;
  padding-left: 47px;
}
.woocommerce form.cart .button:before {
  content: "";
  background-image: url("img/icon-merklist.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: block;
  background-size: 100%;
  position: absolute;
  left: 11px;
  top: 6px;
  filter: brightness(0) invert(1);
}
.woocommerce .product_meta {
  float: left;
  font-size: 14px;
  opacity: 1;
  color: #666;
  width: 100%;
}
.woocommerce .product_meta .sku {
  font-weight: 600;
  color: #000000;
}
.woocommerce .wc-tabs {
  display: none;
}
.woocommerce .woocommerce-tabs {
  float: left;
  width: 100%;
  border-top: 0px solid #eeeeee;
  padding: 30px 0 0 0;
  margin: 25px 0 0 0;
}
.woocommerce .woocommerce-tabs h2 {
  font-size: 30px;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.woocommerce .related.products {
  float: left;
  width: 100%;
  border-top: 1px solid #eeeeee;
  padding: 30px 0 0 0;
  margin: 20px 0 0 0;
}
.woocommerce .related.products h2 {
  font-size: 30px;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}
.woocommerce .woocommerce-products-header__title.page-title {
  font-size: 40px;
  line-height: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.woocommerce select {
  background: none;
  border: 0px;
  border-bottom: 1px solid #ccc;
  padding: 0px 0 10px 0;
}
.woocommerce ul.products {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none outside;
  clear: both;
  float: left;
  width: 100.5%;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 1px solid #eeeeee;
  padding: 20px;
  margin: 70px 0 0 0;
  text-align: left;
  border-radius: 0px;
}
.woocommerce .woocommerce-form-login__rememberme {
  display: none !important;
}

.xoo-wsc-icon-basket5::before, .xoo-wsc-icon-bag2::before {
  content: "" !important;
  background-image: url("img/icon-merklist.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  background-size: 100%;
}

.shopnav .xoo-wsc-icon-basket5::before, .shopnav .xoo-wsc-icon-bag2::before {
  width: 22px;
  display: inline-block;
  height: 25px;
  margin: 0px 8px -8px 0;
  position: relative;
  top: -1px;
}
.shopnav .xoo-wsc-icon-basket5::after {
  content: "Anfrageliste";
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  border-radius: 0px;
  color: #fff;
  background-color: #9dafba;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  border-radius: 0px;
  color: #fff;
  background-color: #9dafba;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
  color: #fff;
  background-color: #9dafba;
  opacity: 0.8;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.2;
  padding: 0.618em 1em;
  border-radius: 0px;
  color: #fff;
  background-color: #9dafba;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]:hover {
  color: #fff;
  background-color: #9dafba;
  opacity: 0.2;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
  border-radius: 0px;
  color: #fff;
  background-color: #9dafba;
  opacity: 0.8;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  float: left;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  height: 34px;
  width: 200px;
}

.woocommerce-message, .woocommerce-info {
  border-top-color: #9dafba;
}

.woocommerce-message:before {
  color: #000;
}

.woocommerce-info:before {
  color: #000;
}

.woocommerce ul#shipping_method li input {
  margin: 3px 7px 0 0;
  vertical-align: top;
  width: auto;
}

#ship-to-different-address-checkbox {
  width: auto;
}

.woocommerce form .form-row textarea {
  height: 300px;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
  width: auto;
}

#order_review_heading {
  display: none;
}

#order_review {
  width: 100%;
  float: left;
  margin: 50px 0 50px 0;
}

.woocommerce table.shop_table {
  border: 0px;
  margin: 0 0px 75px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 0px;
}

.content-row-archiv .contentPart-center {
  width: 100%;
  max-width: 1190px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 24px;
}

.woocommerce-MyAccount-navigation ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-bottom: 0.5px solid #cccccc;
  font-weight: 600;
  opacity: 0.7;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  opacity: 1;
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 10px 0 10px 0;
  display: block;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 63%;
  padding: 36px 0 0 0;
}
.woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address {
  float: left;
  width: 100% !important;
  background: #eee;
  margin: 20px 0 20px 0;
  padding: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content .edit {
  border: 1.5px solid #232325;
  padding: 12px 25px;
  font-weight: 600;
  font-size: 14px;
  color: #232325;
}

.posted_in {
  display: block;
  width: 100%;
  float: left;
  border-top: 1px solid #eee;
  padding: 10px 0 10px 0;
  font-weight: 300;
  color: #666666;
}
.posted_in a {
  font-weight: 300;
  color: #666666;
  text-decoration: underline;
}

.tagged_as {
  display: none;
  width: 100%;
  float: left;
  border-top: 1px solid #eee;
  padding: 10px 0 10px 0;
}

.tag-list {
  width: 100%;
  float: left;
}
.tag-list .cat-item {
  width: 100%;
  display: none;
  float: left;
  margin: 0 0 2px 0;
  font-weight: 600;
  border-top: 1px solid #eee;
  padding: 10px 0 10px 0;
  position: relative;
  cursor: pointer;
}
.tag-list .cat-item:after {
  content: "+";
  position: absolute;
  right: 0px;
  top: 12px;
  font-weight: 100;
}
.tag-list .cat-item a {
  pointer-events: none;
  color: #666666;
  font-weight: 300;
}
.tag-list .cat-item.cat-item-99 {
  display: none;
}
.tag-list .cat-item.cat-item-200 {
  display: block;
}
.tag-list .cat-item.open .children {
  display: block;
}
.tag-list .cat-item.open:after {
  content: "-";
  position: absolute;
  right: 0px;
  top: 12px;
  font-weight: 100;
}
.tag-list .cat-item .children {
  width: 100%;
  float: left;
  display: none;
}
.tag-list .cat-item .children .cat-item {
  cursor: default;
  width: auto;
  float: left;
  displaY: inline;
  margin: 0 0 0px 0;
  font-weight: 300;
  border-top: 0px solid #eee;
  padding: 0px 0 0px 0;
}
.tag-list .cat-item .children .cat-item a {
  cursor: pointer;
  pointer-events: inherit;
  text-decoration: underline;
}
.tag-list .cat-item .children .cat-item:after {
  content: ",";
  display: inline;
  margin: 0 4px 0 -4px;
  position: relative;
  right: inherit;
  top: inherit;
}
.tag-list .cat-item .children .cat-item:last-child:after {
  content: "";
}

.woocommerce-Tabs-panel--description.empty {
  display: none !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #eee;
  border-radius: 5px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: #ccc;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

.woocommerce .quantity .qty {
  display: block;
}

.productloopbox {
  width: 70%;
  float: right;
  margin: 40px 0 0 0;
}
.productloopbox .woocommerce-no-products-found {
  margin: 60px 0 0 0;
  width: 100%;
}
.productloopbox .wpc-custom-selected-terms {
  display: none;
}

.filterbar {
  width: 25%;
  float: left;
  text-align: left;
  border-right: 1px solid #d8d8d8;
  padding: 0px 15px 0px 0;
  margin: 63px 0 0 0;
}
.filterbar .wpc-filters-main-wrap li.wpc-term-item input[type=checkbox], .filterbar .wpc-filters-main-wrap li.wpc-term-item input[type=radio] {
  width: 18px;
}
.filterbar .wpc-filters-main-wrap .wpc-term-item-content-wrapper {
  align-items: baseline;
}
.filterbar .wpc-term-count {
  margin: 0 2px;
  font-size: 12px;
}
.filterbar .wpc-edit-filter-set {
  display: none;
}
.filterbar .wpc-filter-layout-submit-button {
  margin: 40px 0 0 0;
}
.filterbar .wpc-filters-main-wrap .wpc-filters-widget-controls-container a.wpc-filters-apply-button, .filterbar body .wpc-filters-main-wrap a.wpc-filters-submit-button {
  border-color: #9dafba;
  background-color: #9dafba;
  color: #ffffff;
}
.filterbar .wpc-filters-main-wrap a.wpc-filters-submit-button {
  border-color: #9dafba;
  background-color: #9dafba;
  color: #ffffff;
}
.filterbar .wpc-has-children .wpc-term-item-content-wrapper label {
  font-weight: 600;
  pointer-events: none;
}
.filterbar .wpc-has-children .wpc-term-item-content-wrapper label a {
  font-weight: 600;
}
.filterbar .wpc-has-children .wpc-term-item-content-wrapper label .wpc-term-count {
  display: none;
}
.filterbar .wpc-has-children .wpc-term-item-content-wrapper input {
  display: none;
}
.filterbar .wpc-has-children .children {
  margin-left: 2px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.filterbar .wpc-has-children .children .wpc-term-item-content-wrapper label {
  font-weight: 300;
  pointer-events: inherit;
}
.filterbar .wpc-has-children .children .wpc-term-item-content-wrapper label a {
  font-weight: 300;
}
.filterbar .wpc-has-children .children .wpc-term-item-content-wrapper label .wpc-term-count {
  display: inline-block;
}
.filterbar .wpc-has-children .children .wpc-term-item-content-wrapper input {
  display: inline-block;
}
.filterbar .wpc-filter-layout-submit-button {
  margin: 10px 0 0 0;
  float: left;
  width: 100%;
}

.wpc-term-count-0 {
  display: none;
}

.xoo-wsc-items-count {
  background-color: #E11E23;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
  background-color: #fff;
  color: #E11E23;
  border: 1px solid #E11E23;
  padding: 5px 0px;
  font-size: 16px;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover, .xoo-wsc-container .xoo-wsc-btn:hover {
  background-color: #E11E23;
  color: #ffffff;
  border: 1px solid #E11E23;
  padding: 5px 0px;
}

span.xoo-wsc-pname a {
  font-weight: 300;
  width: 100%;
  display: inline-block;
  hyphens: auto;
  font-size: 13px;
  line-height: 17px;
}

.xoo-wscb-count {
  position: absolute;
  z-index: 1;
  background-color: #E11E23;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  left: 20px;
  right: 0;
  border-radius: 100px;
  top: -10px;
  width: 20px;
}

.xoo-wsc-header .xoo-wscb-count {
  display: none;
}

.dashicons, .dashicons-before::before {
  color: #E11E23;
}

.xoo-wsc-icon-basket5::before {
  color: #E11E23;
}

.price, .amount, .product-price, .product-subtotal,
.cart_totals .shop_table, .cart_totals h2, .xoo-wsc-ft-totals {
  display: none !important;
}

.xoo-wsc-qty-price, .xoo-wsc-body span.amount {
  font-weight: 300;
  width: 100%;
  display: inline-block;
  hyphens: auto;
  font-size: 13px;
  line-height: 17px;
}

.logged-in .xoo-wsc-products .amount, .logged-in .shop_table .amount {
  display: block !important;
}

.product-total {
  display: none;
}

.logged-in .cart_item .product-total {
  display: block;
}

.shop_table .amount {
  margin: 5px 0;
}

.shop_table tbody {
  display: flex;
  flex-direction: column;
}

.logged-in div.product div.summary .price.no-price {
  margin: -24px 0 0 0;
}
.logged-in div.product div.summary .price.no-price span {
  display: block;
}
.logged-in div.product div.summary .price.no-price.price:after {
  display: none !important;
}

.download-btn-row .login-btn-form, .download-btn-row .regLink {
  background: transparent;
  color: #232325;
  margin: 0 0 0 10px;
  font-size: 13px;
  position: relative;
  text-decoration: underline;
  opacity: 1 !important;
  font-weight: 500;
}

.product-sku {
  font-weight: 400;
  color: #232325;
  padding: 0;
  font-size: 14px;
}

.wpc-filter-chips-list li, body .wpc-filter-chips-list li.wpc-filter-chip, li.wpc-filter-chip {
  margin-top: 10px !important;
}

body .wpc-filters-main-wrap li.wpc-term-item {
  float: left;
  width: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
  border: 1px solid #f2f2f2;
  padding-right: 40px;
}

.shop_table .cart-subtotal, .shop_table .woocommerce-shipping-totals, .shop_table .order-total {
  display: none;
}

.page-template-default #main {
  padding-top: 100px;
}

.home #main {
  padding-top: 0px;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
  display: none;
}

.woocommerce div.product form.cart .button {
  background-color: #9dafba !important;
}

.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-cart {
  display: none;
}

.xoo-wsc-ft-buttons-cont {
  grid-template-columns: auto !important;
}

.single-product #tab-description .productMetaTable {
  display: none;
}
.single-product .productMetaTable {
  float: left;
  width: 100%;
  margin: 30px 0 10px 0;
  border-top: 0px solid #ccc;
  padding: 0px 0 0px 0;
  border-bottom: 0px solid #ccc;
  height: auto !important;
  border-collapse: collapse;
}
.single-product .productMetaTable td {
  border-bottom: 1px solid #eeeeee;
  width: 50%;
  padding: 5px 20px 5px 0;
  vertical-align: top;
  font-weight: 600;
}
.single-product .productMetaTable td:last-child {
  font-weight: 300;
}
.single-product .productMetaTable tr.empty {
  display: none;
}
.single-product .productMetaTable .lable-Länge .productMetaVal:after, .single-product .productMetaTable .lable-Breite .productMetaVal:after, .single-product .productMetaTable .lable-Höhe .productMetaVal:after, .single-product .productMetaTable .lable-Durchmesser .productMetaVal:after, .single-product .productMetaTable .lable-Sicherheitsbereich-Länge .productMetaVal:after, .single-product .productMetaTable .lable-Sicherheitsbereich-Breite .productMetaVal:after, .single-product .productMetaTable .lable-Sicherheitsbereich-Durchmesser .productMetaVal:after, .single-product .productMetaTable .lable-Podesthöhe .productMetaVal:after, .single-product .productMetaTable .lable-Fallhöhe .productMetaVal:after, .single-product .productMetaTable .lable-Einbautiefe .productMetaVal:after {
  content: " cm";
}
.single-product .productMetaTable .lable-Alter td:first-child:before {
  content: "Empfohlenes ";
}
.single-product .productMetaTable .lable-Alter td:first-child:after {
  content: ":";
}
.single-product .productMetaTable .lable-Alter td:first-child:after {
  content: ":";
}
.single-product .productMetaTable .lable-Alter .productMetaVal:after {
  content: " Jahre";
}
.single-product .productMetaTable .lable-Empfohlenes.Alter .productMetaVal:after {
  content: " Jahre";
}
.single-product .wcgs-woocommerce-product-gallery, .single-product div.images {
  max-width: 40% !important;
}
.single-product div.summary {
  float: right !important;
  max-width: 90% !important;
  margin: 0 0 0 40px;
  width: 52% !important;
}

.woocommerce-checkout #payment ul.payment_methods {
  display: none;
}

.woocommerce-placeholder {
  opacity: 0;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #eee;
  color: #666;
}

.xoo-wsc-img-col {
  border: 1px solid #eee;
}

.loginbg {
  opacity: 0;
  background: #000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 0%;
  z-index: -1;
  pointer-events: none;
}

.loginbox {
  opacity: 0;
  pointer-events: none;
  height: 0px;
  width: 500px;
  float: left;
  overflow: hidden;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  margin: 0 0 0 -250px;
  background: #fff;
  z-index: -1;
}
.loginbox .lost_password {
  display: none;
}
.loginbox .woocommerce-MyAccount-navigation, .loginbox .woocommerce-MyAccount-content {
  display: none;
}
.loginbox .woocommerce .col2-set .col-2, .loginbox .woocommerce-page .col2-set .col-2 {
  display: none;
  float: right;
  width: 100%;
}
.loginbox .registerbox {
  display: none;
  width: 90%;
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 20px;
}
.loginbox .registerbox .formrow, .loginbox .registerbox .formrow .formrow-input-50, .loginbox .registerbox .formrow .formrow-input-100 {
  width: 100%;
  margin: 0px 0 0 0;
}
.loginbox .registerbox .formrow .formrow-input-50, .loginbox .registerbox .formrow .formrow-input-100 {
  width: 100%;
  margin: 20px 0 0 0;
}
.loginbox .registerbox .wpcf7 form .wpcf7-response-output {
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  width: 100%;
}
.loginbox .woocommerce .col2-set .col-1, .loginbox .woocommerce-page .col2-set .col-1 {
  float: left;
  width: 100%;
}

.loginboOn .pwvergessenlink {
  margin: 0 0 0 46px;
  text-decoration: underline;
  opacity: 0.3;
}
.loginboOn .loginbox {
  opacity: 1;
  pointer-events: inherit;
  height: auto;
  float: left;
  overflow: hidden;
  position: fixed;
  z-index: 999;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.31);
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}
.loginboOn .loginbox h2 {
  display: none;
}
.loginboOn .loginbox .woocommerce form.login, .loginboOn .loginbox .woocommerce form.register {
  border: 0px;
  margin: 0px 0 0 0;
}
.loginboOn .loginbg {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 998;
  pointer-events: inherit;
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}

.loginboOn.registerOn .pwvergessenlink, .loginboOn.registerOn .regLink {
  display: none;
}
.loginboOn.registerOn .loginbox .woocommerce .col2-set .col-1, .loginboOn.registerOn .loginbox .woocommerce-page .col2-set .col-1 {
  display: none;
}
.loginboOn.registerOn .woocommerce-form-login {
  display: none;
}
.loginboOn.registerOn .registerbox {
  display: block;
}
.loginboOn.registerOn .woocommerce {
  width: 100%;
}
.loginboOn.registerOn .loginbox h2 {
  display: none;
  margin: 0 0 0 0;
  font-size: 20px;
  padding: 0 0 0px 0px;
}
.loginboOn.registerOn .headline {
  font-weight: 600;
}
.loginboOn.registerOn .formrow input[type=submit], .loginboOn.registerOn input[type=submit] {
  border: 1.5px solid #9dafba;
  padding: 12px 25px;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  background: #9dafba;
  background-color: #9dafba;
  letter-spacing: 1px;
  margin: 15px 0 0 0;
}
.loginboOn.registerOn .woocommerce-privacy-policy-text {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 10px 0;
}
.loginboOn.registerOn .woocommerce-privacy-policy-text a {
  text-decoration: underline;
}

.loggedOutUser .regLink {
  margin-left: 46px;
  display: block;
  text-decoration: underline;
  margin-bottom: 10px;
}

.row-montagekosten {
  display: none;
}

.logged-in div.product div.summary .price, .logged-in div.product div.summary .amount, .logged-in div.product div.summary .product-price {
  display: block !important;
  float: right;
  width: 100%;
  margin: -12px 0 0px 0;
  text-align: right;
  font-weight: 600;
  color: #9dafba;
}
.logged-in div.product div.summary .price:after {
  content: " exkl. 20% MwSt., zzgl. Versand";
  display: block;
  font-size: 11px;
  font-weight: 100;
  margin: -5px 0 0 0;
  float: right;
}
.logged-in div.product div.summary .row-montagekosten {
  float: left;
  width: 100%;
  text-align: right;
  display: block;
}
.logged-in div.product div.summary .row-montagekosten td {
  display: block;
  width: 100%;
  float: left;
  text-align: right;
  width: 100% !important;
}
.logged-in div.product div.summary .row-montagekosten td .mwst {
  display: none;
}
.logged-in div.product div.summary .row-montagekosten td .label {
  display: block;
  font-size: 12px;
  opacity: 0.6;
}
.logged-in div.product div.summary .row-montagekosten td .price {
  text-align: right;
  display: block !important;
  width: 100%;
  margin: 0 0 0 0;
  font-size: 16px;
}
.logged-in div.product div.summary .row-montagekosten td .price:before {
  content: "€ ";
}
.logged-in div.product div.summary .row-montagekosten td .price:after {
  content: " exkl. MwSt.";
  display: block;
  font-size: 11px;
  font-weight: 100;
  margin: -5px 0 0 0;
  float: right;
  width: 100%;
}
.logged-in div.product div.summary .row-montagekosten td .price.noprice:before {
  content: "";
}
.logged-in div.product div.summary .row-montagekosten td .price.noprice:after {
  content: "";
}
.logged-in .loginbox, .logged-in .loginbg {
  display: none !important;
}
.logged-in .woocommerce-MyAccount-navigation, .logged-in .woocommerce-MyAccount-content {
  display: none !important;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

.content-row-heroslider {
  margin: -50px 0 0 0;
  background-color: #AECB35;
}
.content-row-heroslider h1 {
  font-size: 0px;
}
.content-row-heroslider .slick-arrow {
  display: none !important;
}
.content-row-heroslider .sliderItem {
  position: relative;
  height: 90vh;
  overflow: hidden;
}
.content-row-heroslider .img-videoprev {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: auto;
}
.content-row-heroslider .heroimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.content-row-heroslider .copytextrow {
  position: absolute;
  z-index: 9999;
  bottom: 0px;
  color: #fff;
  right: 0px;
  font-size: 12px;
  background: #000;
  padding: 0 10px 0 10px;
  opacity: 0.45;
}
.content-row-heroslider .copytextrow:hover {
  opacity: 0.8;
}
.content-row-heroslider .contentPart-center {
  position: absolute;
  z-index: 10;
  color: #fff;
  text-align: center;
  width: 800px;
  left: 50%;
  margin: 0 0 0 -400px;
  bottom: 120px;
}
.content-row-heroslider h2 {
  font-size: 70px;
  font-weight: 300;
  line-height: 80px;
}
.content-row-heroslider .btnrow {
  float: left;
  width: 100%;
  margin: 50px 0 0 0;
}
.content-row-heroslider .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 50px;
}
.content-row-heroslider .slick-dots li {
  display: inline-block;
  margin: 0 10px 0 10px;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  border: 1px solid #ffffff;
  cursor: pointer;
  text-indent: -99999px;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.content-row-heroslider .slick-dots li.slick-active {
  background-color: #ffffff;
}
.content-row-heroslider .bggradiantdark {
  position: absolute;
  background: #000000;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0px;
  top: 0px;
}
.content-row-heroslider .herovideobox {
  width: 100%;
  height: 90vh;
  overflow: hidden;
  display: block;
  pointer-events: none;
  background-image: url("img/videoprev.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.content-row-heroslider .herovideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.wloaded .content-row-heroslider .herovideo {
  opacity: 1 !important;
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}

.content-row-featuredproducts {
  padding: 100px 0 0px 0;
}
.content-row-featuredproducts .section-HL {
  margin: 0 0 10px 0;
}

.content-row-imagetext2 {
  padding: 50px 0 0 0;
}
.content-row-imagetext2 .imagetextbox {
  width: 48%;
  float: left;
  position: relative;
}
.content-row-imagetext2 .imagetextbox:last-child {
  float: right;
}
.content-row-imagetext2 .imagetextbox .image {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 15px 0;
  overflow: hidden;
}
.content-row-imagetext2 .imagetextbox .text {
  float: left;
  width: 100%;
}
.content-row-imagetext2 .imagetextbox h2 {
  font-size: 30px;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  float: left;
  width: 80%;
}
.content-row-imagetext2 .imagetextbox .btnrow {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
}
.content-row-imagetext2 .imagetextbox a:hover .image {
  opacity: 0.8;
}

.content-row-introtext {
  padding: 50px 0 0 0;
}
.content-row-introtext .section-HL {
  max-width: 75%;
  margin: 0 0 25px 0;
}
.content-row-introtext .section-HL h1 {
  font-size: 40px;
  line-height: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.content-row-introtext .textbox {
  float: left;
  max-width: 75%;
  min-width: 75%;
  font-size: 20px;
  line-height: 32px;
}

.content-row-introtext-orderdone {
  padding: 50px 0 50px 0;
}
.content-row-introtext-orderdone .contentPart-center {
  width: 100%;
}

.content-row-doppeltext {
  padding: 50px 0 0 0;
}
.content-row-doppeltext .textbox {
  position: relative;
  float: left;
  width: 48%;
}
.content-row-doppeltext .textbox.textbox-2 {
  float: right;
}
.content-row-doppeltext h2 {
  font-size: 30px;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.content-row-doppeltext .btnrow {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
}

.content-row-singletext .textbox {
  position: relative;
  float: left;
  width: 75%;
}
.content-row-singletext.w100 .textbox {
  width: 100%;
}
.content-row-singletext.zentrieren {
  text-align: center;
}
.content-row-singletext.zentrieren td {
  padding: 20px;
  vertical-align: top;
}
.content-row-singletext .aligncenter {
  display: inline-block;
}

.imagesrow {
  padding: 100px 0 0 0;
}
.imagesrow .section-HL {
  margin: 0 0 25px 0;
}
.imagesrow .imagesrowboxItem {
  width: 19.2%;
  float: left;
  position: relative;
  margin: 0 1% 0 0;
  position: relative;
}
.imagesrow .imagesrowboxItem:last-child {
  margin-right: 0px;
}
.imagesrow .imagesrowboxItem a {
  opacity: 1;
}
.imagesrow .imagesrowboxItem a:hover {
  opacity: 0.8;
}

.content-row-newsblog {
  padding: 100px 0 0 0;
}
.content-row-newsblog .section-HL {
  float: left;
  width: 100%;
  margin: 50px 0 25px 0;
}
.content-row-newsblog .newsoverview-wrapper {
  width: 100%;
  float: left;
}
.content-row-newsblog .newsoverview-wrapper .btnrow {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
  display: none;
}
.content-row-newsblog .newsoverview-wrapper .news-item {
  position: relative;
  width: 22.05%;
  float: left;
  margin: 0 3.9% 60px 0;
}
.content-row-newsblog .newsoverview-wrapper .news-item:nth-child(4n) {
  margin-right: 0px;
}
.content-row-newsblog .newsoverview-wrapper .news-item h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 24px;
}
.content-row-newsblog .newsoverview-wrapper .news-item .metainfo {
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
}
.content-row-newsblog .newsoverview-wrapper .news-item .date {
  opacity: 0.5;
  font-size: 12px;
  font-style: italic;
}
.content-row-newsblog .newsoverview-wrapper .wrapperList-referenz .news-item {
  width: 48%;
  margin: 0 0 60px 0;
}
.content-row-newsblog .newsoverview-wrapper .wrapperList-referenz .news-item:nth-child(odd) {
  float: left;
  clear: both;
}
.content-row-newsblog .newsoverview-wrapper .wrapperList-referenz .news-item:nth-child(even) {
  float: right;
}
.content-row-newsblog .newsoverview-wrapper .wrapperList-referenz .news-item h3 {
  font-size: 30px;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  float: left;
  width: 100%;
}
.content-row-newsblog .newsoverview-wrapper .wrapperList-referenz .news-item .news-item-teaser {
  float: left;
  width: 100%;
}
.content-row-newsblog .newsoverview-wrapper .wrapperList-referenz .btnrow {
  display: block;
}

.content-row-footer {
  padding: 100px;
}
.content-row-footer .contentPart-center {
  border-top: 1px solid #eeeeee;
}
.content-row-footer .last-line {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
  font-size: 12px;
  padding: 20px 0 0 0;
  border-top: 1px solid #eeeeee;
}
.content-row-footer .last-line .social {
  width: 50%;
  float: left;
  text-align: center;
  display: none;
}
.content-row-footer .last-line .social-icon {
  display: inline-block;
  width: 20px;
  margin: 0px 5px 0 5px;
}
.content-row-footer .last-line .social-icon:hover {
  opacity: 0.7;
}
.content-row-footer .copy {
  float: left;
  opacity: 0.5;
}
.content-row-footer .credits {
  float: right;
  opacity: 0.5;
  text-align: right;
}
.content-row-footer .footerbox {
  float: left;
  width: 25%;
  padding: 20px 0 0 0;
  font-size: 13px;
  line-height: 23px;
}
.content-row-footer .footerbox .boxHL {
  font-weight: 600;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 15px;
  line-height: 24px;
}
.content-row-footer .footerbox.footerbox4 {
  max-width: 25%;
  width: auto;
  float: right;
  min-width: 243px;
}
.content-row-footer .footerbox.footerbox4 .payments {
  display: block;
}
.content-row-footer .footerbox.footerbox4 .payments img {
  height: 25px;
  width: auto;
  display: inline;
  margin: 6px 5px 0 5px;
}
.content-row-footer .footerbox .linkitem {
  margin: 0 0 5px 0;
  opacity: 0.8;
}
.content-row-footer .footerbox .linkitem:hover {
  opacity: 1;
}

.formrow-sp {
  position: fixed !important;
  top: -99999999px !important;
  height: 1px !important;
}

input:autofill {
  background: #fff;
}

input {
  filter: none;
}

:-moz-autofill, :-moz-autofill-preview {
  filter: grayscale(21%) brightness(88%) contrast(161%) invert(10%) sepia(40%) saturate(206%);
}

.formrow {
  float: left;
  position: relative;
  width: 133.33%;
  margin: 30px 0 0 0;
}
.formrow .formrow-input-50 {
  float: left;
  width: 48%;
  position: relative;
}
.formrow .formrow-input-50:last-child {
  float: right;
}
.formrow .formrow-input-info {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.6;
}
.formrow .formrow-input-info a {
  text-decoration: underline;
}
.formrow textarea {
  font-size: 14px;
}
.formrow .selectfeld {
  background: #fff;
  color: #666;
  opacity: 0.9;
  font-size: 14px;
}
.formrow input[type=submit] {
  border: 1.5px solid #AECB35;
  padding: 12px 25px;
  font-weight: 600;
  font-size: 14px;
  color: #AECB35;
  background: #ffffff;
  letter-spacing: 1px;
}
.formrow input[type=submit]:hover {
  background-color: #AECB35;
  color: #ffffff;
}

.wpcf7 form .wpcf7-response-output {
  border: 0px solid #cccccc;
  border-top: 1px solid #cccccc !important;
  float: left;
  margin: 50px 0 0 0;
  padding: 15px 0 0 0;
  width: 133.33%;
  text-align: center;
  font-style: italic;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #006d21 !important;
  font-size: 20px;
}

.wpcf7 form.sent .formrow {
  display: none;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  border: 1px solid #ccc;
  border-radius: 0px;
  height: 38px;
  padding: 5px 0 0 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
}

form.woocommerce-checkout #customer_details {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin: 10px 0 0 0;
  float: left;
  width: 100%;
}
form.woocommerce-checkout .woocommerce-shipping-fields {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 20px 0 20px 5px;
  padding: 20px 0 1px 0;
  width: calc(100% - 7px);
  float: left;
}
form.woocommerce-checkout .woocommerce-shipping-fields .shipping_address {
  margin: 0 0 25px 0;
}
form.woocommerce-checkout .col-1 h3, form.woocommerce-checkout .col-1 .notes label, form.woocommerce-checkout .col-2 h3, form.woocommerce-checkout .col-2 .notes label {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 20px 0;
}
form.woocommerce-checkout .col-1 textarea, form.woocommerce-checkout .col-2 textarea {
  height: 300px;
}
form.woocommerce-checkout .col-1 .checkboxset, form.woocommerce-checkout .col-2 .checkboxset {
  display: block;
  float: left;
  width: 32%;
  margin: 0px 1% 0 0;
}
form.woocommerce-checkout .col-1 .checkboxset label, form.woocommerce-checkout .col-2 .checkboxset label {
  font-weight: 600;
}
form.woocommerce-checkout .col-1 .checkboxset .woocommerce-multicheckbox-wrapper label, form.woocommerce-checkout .col-2 .checkboxset .woocommerce-multicheckbox-wrapper label {
  font-weight: 300;
  position: relative;
  padding: 0 0 0 28px;
  line-height: 20px;
  margin: 0 0 8px 0;
}
form.woocommerce-checkout .col-1 .checkboxset input, form.woocommerce-checkout .col-2 .checkboxset input {
  width: auto;
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 0;
}
form.woocommerce-checkout .col-1 .checkboxset-optional, form.woocommerce-checkout .col-2 .checkboxset-optional {
  border-top: 1px solid #ccc;
  width: 100%;
  margin: 0px 0 0 0;
  padding: 5px 0 5px 0;
  position: relative;
}
form.woocommerce-checkout .col-1 .checkboxset-optional .optional, form.woocommerce-checkout .col-2 .checkboxset-optional .optional {
  display: none;
}
form.woocommerce-checkout .col-1 .checkboxset-optional label, form.woocommerce-checkout .col-2 .checkboxset-optional label {
  cursor: pointer;
}
form.woocommerce-checkout .col-1 .checkboxset-optional label:after, form.woocommerce-checkout .col-2 .checkboxset-optional label:after {
  content: "+";
  border: 1px solid #ccc;
  width: 18px;
  display: inline-block;
  text-align: center;
  height: 18px;
  font-size: 13px;
  line-height: 17.8px;
  border-radius: 100px;
  margin: 0 0 0 10px;
  letter-spacing: 0px;
  position: absolute;
  right: 2px;
  top: 10px;
}
form.woocommerce-checkout .col-1 .checkboxset-optional label:hover:after, form.woocommerce-checkout .col-2 .checkboxset-optional label:hover:after {
  background-color: #9dafba;
  color: #ffffff;
}
form.woocommerce-checkout .col-1 .checkboxset-optional .woocommerce-input-wrapper, form.woocommerce-checkout .col-2 .checkboxset-optional .woocommerce-input-wrapper {
  display: none;
}
form.woocommerce-checkout .col-1 .checkboxset-optional .woocommerce-input-wrapper label, form.woocommerce-checkout .col-2 .checkboxset-optional .woocommerce-input-wrapper label {
  cursor: default;
}
form.woocommerce-checkout .col-1 .checkboxset-optional .woocommerce-input-wrapper label:after, form.woocommerce-checkout .col-2 .checkboxset-optional .woocommerce-input-wrapper label:after {
  display: none !important;
}
form.woocommerce-checkout .col-1 .checkboxset-optional.open label, form.woocommerce-checkout .col-2 .checkboxset-optional.open label {
  cursor: pointer;
}
form.woocommerce-checkout .col-1 .checkboxset-optional.open label:after, form.woocommerce-checkout .col-2 .checkboxset-optional.open label:after {
  content: "-";
  background-color: #9dafba;
  color: #ffffff;
}
form.woocommerce-checkout .col-1 .checkboxset-optional.open .woocommerce-input-wrapper, form.woocommerce-checkout .col-2 .checkboxset-optional.open .woocommerce-input-wrapper {
  display: block;
}
form.woocommerce-checkout .col-1 #additional_montagetiefgarage_field, form.woocommerce-checkout .col-2 #additional_montagetiefgarage_field {
  margin: -60px 0 20px 0;
}
form.woocommerce-checkout .col-1 #order_comments_field, form.woocommerce-checkout .col-2 #order_comments_field {
  border-top: 1px solid #ccc;
}
form.woocommerce-checkout .col-1 #order_comments_field textarea, form.woocommerce-checkout .col-2 #order_comments_field textarea {
  margin: -15px 0 0 0;
}

.woocommerce-checkout-review-order .product-quantity {
  display: none;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th {
  font-size: 16px;
  font-weight: 600;
}

.woocommerce-terms-and-conditions-wrapper {
  width: 65%;
  float: left;
}

.woocommerce-checkout #payment {
  background: #ffffff;
  border-radius: 0px;
  border-top: 0.5px solid #ccc;
  padding: 20px 0 0 0;
}
.woocommerce-checkout #payment .woocommerce-privacy-policy-text {
  color: #232325;
}
.woocommerce-checkout #payment .woocommerce-privacy-policy-text a {
  color: #232325;
  text-decoration: underline;
}
.woocommerce-checkout #payment #place_order {
  float: right;
  background: #AECB35;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0px 0 0px 0;
  height: 70px;
  padding: 0 40px 0 40px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-checkout .woocommerce-page .col2-set .col-1 {
  float: left;
  width: 100%;
}
.woocommerce-checkout .woocommerce .col2-set .col-2, .woocommerce-checkout .woocommerce-page .col2-set .col-2 {
  float: left;
  width: 100%;
}
.woocommerce-checkout table.shop_table .cart_item {
  display: block;
  float: left;
  width: 100%;
  border: 0px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: relative;
  min-height: 150px;
  margin: 25px 0 15px 0;
}
.woocommerce-checkout table.shop_table .cart_item:nth-child(3n) {
  margin-right: 0;
}
.woocommerce-checkout table.shop_table td {
  border-top: 0px;
  padding: 0px;
  float: right;
  width: calc(100% - 111px);
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  hyphens: auto;
}
.woocommerce-checkout table.shop_table .image {
  float: left;
  width: 90px;
  position: absolute;
  left: 30px;
  top: 33px;
}
.woocommerce-checkout table.shop_table .image.image-no {
  border: 1px solid #ccc;
  height: 90px;
}
.woocommerce-checkout table.shop_table .image img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  width: 100%;
  height: auto;
  float: left;
}

.menu-item.menu-item-search {
  width: 120px;
  position: relative;
}
.menu-item.menu-item-search .search-form label span {
  display: none;
}
.menu-item.menu-item-search .search-form input[type=search] {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1px;
  background: none;
  color: #fff;
  border: 0px;
  height: 20px;
  border-bottom: 1px solid #fff;
  padding: 0px;
}
.menu-item.menu-item-search .search-form ::placeholder {
  color: #ffffff;
  opacity: 1;
}
.menu-item.menu-item-search .search-form ::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.menu-item.menu-item-search .search-form .search-submit {
  position: absolute;
  top: 2px;
  width: 14px;
  height: 15px;
  text-indent: -99999px;
  border: 0px;
  background-color: #AECB35;
  right: -3px;
  background-image: url("img/icon-lupe.svg");
  background-size: 82%;
  background-repeat: no-repeat;
  letter-spacing: 1px;
}

.woocommerce-order-received .woocommerce-order {
  float: left;
  width: 100%;
}
.woocommerce-order-received .woocommerce-thankyou-order-received, .woocommerce-order-received .woocommerce-order-details, .woocommerce-order-received .woocommerce-customer-details, .woocommerce-order-received .woocommerce-order-overview__total {
  display: none;
}
.woocommerce-order-received .woocommerce ul.order_details li {
  font-size: 12px;
  border-right: 0px dashed #cfc8d8;
}
.woocommerce-order-received .woocommerce-order-overview__payment-method.method {
  display: none;
}
.woocommerce-order-received .woocommerce-order p {
  display: none;
}

.woocommerce-checkout .quantity {
  float: right;
  position: relative;
  z-index: 2;
}
.woocommerce-checkout .woocommerce a.remove {
  display: block;
  font-size: 12px;
  height: auto;
  width: auto;
  color: #666 !important;
  text-decoration: none;
  font-weight: 100;
  float: right;
  margin: 0;
  position: absolute;
  right: 5px;
  top: 5px;
  border: 1px solid #ccc;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  text-align: center;
  line-height: 17px;
}
.woocommerce-checkout .woocommerce a.remove:hover {
  color: #ffffff !important;
  border: 1px solid #ffffff;
}
.woocommerce-checkout .itemname {
  display: block;
  font-weight: 600;
}
.woocommerce-checkout .itemnr {
  display: block;
  margin: 0px 0 0 0;
  font-style: italic;
  color: #AECB35;
}
.woocommerce-checkout .cart_item .product-total {
  float: right;
  text-align: right;
  margin: 10px 0 0 0;
}
.woocommerce-checkout .cart_item .product-total.hide {
  opacity: 0;
}
.woocommerce-checkout .woocommerce .quantity .qty {
  width: 80px;
}
.woocommerce-checkout table.shop_table .image img {
  border: 1px solid #eee;
}
.woocommerce-checkout .product-total-ez, .woocommerce-checkout .product-total-mt {
  font-size: 12px;
  line-height: 16px;
  opacity: 0.5;
  display: block;
}
.woocommerce-checkout .product-total-mt {
  margin: 5px 0 0 0;
}
.woocommerce-checkout .variation {
  display: block;
  float: left;
  width: 100%;
  margin: -20px 0 10px 0;
}
.woocommerce-checkout .variation dd {
  width: 85%;
}
.woocommerce-checkout .order-total {
  display: block;
}
.woocommerce-checkout .order-total th, .woocommerce-checkout .order-total td {
  width: 100%;
  text-align: right;
  display: block;
  border: 0px !important;
  padding: 0px !important;
  font-size: 15px;
}
.woocommerce-checkout #alg_checkout_files_upload_form_1 {
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
  background: #fff;
  margin: 60px 0 0 0;
  padding: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout #alg_checkout_files_upload_form_1 .uploadheadline h3 {
  font-weight: 600;
}
.woocommerce-checkout #alg_checkout_files_upload_form_1 .uploadheadline h3 .info {
  font-size: 12px;
  line-height: 16px;
  opacity: 0.5;
  display: inline;
  font-weight: 200;
}
.woocommerce-checkout #alg_checkout_files_upload_form_1 table {
  width: 100%;
}
.woocommerce-checkout #alg_checkout_files_upload_form_1 table td {
  text-align: left !important;
  padding: 0px;
}
.woocommerce-checkout #alg_checkout_files_upload_form_1 #alg_checkout_files_upload_button_1 {
  background: #fff;
  margin: 20px 0 0 0;
  border: 1px dashed #ccc;
  cursor: pointer;
  opacity: 0.5;
}
.woocommerce-checkout #alg_checkout_files_upload_form_1 #alg_checkout_files_upload_button_1:hover {
  opacity: 1;
}
.woocommerce-checkout #alg_checkout_files_upload_form_1 .alg_checkout_files_upload_result_1 {
  padding: 0px;
  width: 100%;
  float: left;
}
.woocommerce-checkout #alg_checkout_files_upload_form_1 .alg_checkout_files_upload_result_image {
  float: left;
  border: 1px solid #ccc;
  margin: 0px;
}
.woocommerce-checkout #alg_checkout_files_upload_form_1 .alg_checkout_files_upload_result_file_name {
  float: right;
  margin: 23px 0 0 0;
  text-transform: uppercase;
  opacity: 0.5;
}
.woocommerce-checkout #alg_checkout_files_upload_form_1 .alg_checkout_files_upload_result_file_name:hover {
  opacity: 0.8;
}
.woocommerce-checkout #alg_checkout_files_upload_form_1 .alg_checkout_files_upload_result_delete {
  display: block;
  font-size: 12px;
  height: auto;
  width: auto;
  color: #666 !important;
  text-decoration: none;
  font-weight: 100;
  float: right;
  margin: 0;
  position: absolute;
  right: 5px;
  top: 5px;
  border: 1px solid #ccc;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  text-align: center;
  line-height: 17px;
}
.woocommerce-checkout #alg_checkout_files_upload_form_1 .alg_checkout_files_upload_result_delete:hover {
  color: #fff !important;
  background: red;
  border: 1px solid red;
}
.woocommerce-checkout #alg_checkout_files_upload_form_1 .alg-wc-checkout-files-upload-progress-wrapper {
  padding: 1px;
  position: relative;
  height: 3px;
  border-radius: 0px;
  text-align: left;
  background: #eee;
  box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
  margin: 10px 0 0 0;
  float: left;
  width: 100%;
}

.download-btn-row {
  display: block;
  width: 100%;
  float: left;
  border-top: 1px solid #eee;
  padding: 10px 0 10px 0;
  font-weight: 300;
  color: #666666;
  font-size: 14px;
}
.download-btn-row .download-btn-form, .download-btn-row .login-btn-form {
  cursor: pointer;
  display: inline-block;
  padding: 0 15px 0 15px;
  margin: 0 0 0 10px;
}
.download-btn-row .download-btn-form:hover, .download-btn-row .login-btn-form:hover {
  opacity: 0.8;
}
.download-btn-row .regLink {
  margin: 0 0 0 10px;
  font-size: 13px;
  position: relative;
  text-decoration: underline;
  opacity: 0.7;
}
.download-btn-row .downloadInfo {
  font-weight: 600;
  margin: 10px 0 0 0;
}
.download-btn-row .downloadfilerow {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 0 0 16px;
  margin: 5px 0 5px 12px;
}
.download-btn-row .downloadfilerow:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -17px;
  width: 22px;
  height: 22px;
  background-color: #fff;
  background-image: url("img/icon-download.svg");
  background-repeat: no-repeat;
  display: block;
  background-size: 100%;
  padding: 3px;
  filter: grayscale(100%);
}
.download-btn-row .downloadfilerow a {
  text-decoration: none;
  font-weight: 600;
  color: #232325;
  position: relative;
  display: inline-block;
  padding: 0 0 0 0;
}
.download-btn-row .downloadfilerow a:hover {
  color: #AECB35;
  text-decoration: underline;
}

.logged-in .download-btn-row .downloadfilerow::before {
  filter: grayscale(0%);
}

.DownloadFileset .downloadfile-url {
  display: none;
}

.downloadformBox {
  opacity: 0;
  float: left;
  width: 100%;
  position: fixed;
  z-index: 999999;
  height: 0%;
  top: 0px;
  left: 0px;
  pointer-events: none;
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}
.downloadformBox .downloadformBoxbg {
  width: 100%;
  position: fixed;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  top: 0px;
  left: 0px;
}
.downloadformBox .downloadformBox-closeBTN {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 0px;
}
.downloadformBox .downloadformBox-closeBTN .xoo-wsc-icon-cross::before {
  color: #9dafba;
  font-size: 35px;
}
.downloadformBox .downloadformBox-inner {
  width: 600px;
  max-width: 100%;
  margin: 10vh auto 0 auto;
  min-height: 500px;
  background: #fff;
  padding: 20px;
  z-index: 10;
  position: relative;
  -webkit-box-shadow: 0px 0px 69px -14px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 69px -14px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 69px -14px rgba(0, 0, 0, 0.33);
}
.downloadformBox .downloadformBox-inner .downloadformBox-HL {
  font-size: 30px;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.downloadformBox .downloadformBox-inner .downloadfiles {
  display: none;
}
.downloadformBox .downloadformBox-inner .formrow {
  float: left;
  position: relative;
  width: 100%;
}
.downloadformBox .downloadformBox-inner .formrow .selectfeld {
  font-family: "Roboto", sans-serif;
  border: 1px solid #ccc;
  padding: 10px 10px 10px 10px;
  width: 100%;
  background: #fff;
  color: #666;
  opacity: 0.9;
  font-size: 14px;
  border: 1px solid #ccc !important;
}
.downloadformBox .downloadformBox-inner .formrow .formrow-input-info {
  width: 100%;
  margin-bottom: 50px;
}
.downloadformBox .downloadformBox-inner .formrow .formrow-input-send {
  width: 50%;
  margin: 50px auto 0 auto;
  float: none !important;
}
.downloadformBox .wpcf7 form .wpcf7-response-output {
  border: 0px solid #cccccc;
  border-top: 1px solid #cccccc !important;
  float: left;
  margin: -10px 0 0 -20px;
  padding: 15px 40px 20px 40px;
  width: calc(100% + 40px);
  text-align: center;
  font-style: italic;
  background: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.downloadformBoxActive .downloadformBox {
  opacity: 1;
  height: 100%;
  pointer-events: inherit;
}

.downloadformBox .wpcf7 form.sent .wpcf7-response-output {
  margin: 20px 0 0 -20px;
}

.post-edit-link {
  display: none;
}

.search-results h1 span, .search-no-results h1 span {
  font-style: italic;
  color: #AECB35;
}
.search-results .search-items, .search-no-results .search-items {
  width: 100%;
  float: left;
  max-width: 100%;
}
.search-results .search-items .search-item, .search-no-results .search-items .search-item {
  float: left;
  position: relative;
  width: calc(23% - 2px);
  border: 1px solid #eee;
  padding: 0px 0 20px 0;
  max-width: 25%;
  margin: 0px 2% 25px 0;
}
.search-results .search-items .search-item:nth-child(4n), .search-no-results .search-items .search-item:nth-child(4n) {
  margin-right: 0px;
}
.search-results .search-items .search-item .loopSku, .search-no-results .search-items .search-item .loopSku {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  margin: 0px 0 -10px 5%;
  color: #9dafba;
}
.search-results .search-items .search-item h3, .search-no-results .search-items .search-item h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 24px;
  float: left;
  width: 90%;
  margin: 10px 0 0 5%;
  overflow: hidden;
  height: 69px;
}
.search-results .search-items .search-item .imagebox, .search-no-results .search-items .search-item .imagebox {
  overflow: hidden;
  height: 280px;
  width: 100%;
  float: left;
}
.search-results .search-items .search-item .imagebox .news-item-image-on, .search-no-results .search-items .search-item .imagebox .news-item-image-on {
  filter: brightness(0.95);
  opacity: 0.75;
}
.search-results .search-items .search-item a:hover, .search-no-results .search-items .search-item a:hover {
  opacity: 0.75;
}

.mobnabBTN {
  display: none;
  cursor: pointer;
  position: absolute;
  width: 30px;
  right: 20px;
}
.mobnabBTN .mobnabClose {
  display: none;
  margin: 10px 0 0 0;
}
.mobnabBTN .mobnabClose .line {
  width: 100%;
  height: 2px;
  background: #232325;
  margin: 0 0 0px 0;
  position: absolute;
}
.mobnabBTN .mobnabClose .line.line1 {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mobnabBTN .mobnabClose .line.line2 {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mobnabBTN .mobnabOpen div {
  width: 100%;
  height: 2px;
  background: #ffffff;
  margin: 0 0 7px 0;
}

.noheader .mobnabBTN .mobnabOpen div {
  background: #232325;
}

/* ....................................................................................... H 850 */
@media only screen and (max-height: 850px) {
  .loginboOn .loginbox {
    top: 10px;
    transform: inherit;
  }
  .loginboOn .loginbox .loginbox-inner {
    width: 100%;
    float: left;
    height: 85vh;
    max-height: 85vh;
    overflow: auto;
  }
}
/* ....................................................................................... 1376 */
@media only screen and (max-width: 1376px) {
  .contentrow-header .mainnav {
    margin: 0 0 0 25px;
    width: 50%;
  }

  .contentrow-header .shopnav {
    margin: 0 20px 0 0;
  }

  .contentrow-header .logo {
    margin: -50px 0 0 20px;
    top: 1px;
  }

  .contentrow-meta .metanav {
    margin: 0 0px 0 0%;
  }

  .w100 .sub-menu {
    margin: 0 0 0 -260px;
  }
}
/* ....................................................................................... 1199 */
@media only screen and (max-width: 1199px) {
  .contentrow-header {
    position: absolute;
  }

  .content-row-archiv .contentPart-center {
    width: 90%;
    max-width: 1190px;
    margin: 0 auto;
  }

  .content-row-breadcrumb .contentPart-center {
    width: 90%;
    max-width: 1190px;
    margin: 0 auto;
  }

  .contentrow-meta {
    display: none;
  }

  .mainnav {
    display: none;
  }

  .scrolled .contentrow-header .mainnav {
    margin: 0 0 0 0;
  }

  .mobnabBTN {
    display: block;
    cursor: pointer;
    position: absolute;
    width: 30px;
    right: 20px;
    top: -14px;
  }

  .mobnavActive .logo {
    -webkit-filter: brightness(0);
    filter: brightness(0);
  }
  .mobnavActive .shopnav {
    position: relative;
  }
  .mobnavActive .shopnav li a {
    color: #232325;
  }
  .mobnavActive .contentrow-meta {
    display: block;
    z-index: 999;
    position: relative;
    float: left;
  }
  .mobnavActive .contentrow-meta .metanav {
    margin: 10px 0 0 36px;
    float: left;
    width: calc(100% - 75px);
  }
  .mobnavActive .contentrow-meta .metanav li {
    float: left;
    margin: 0 25px 10px 0;
    width: auto;
    padding: 0px 0 0px 0;
    border-bottom: 0px solid #ccc;
  }
  .mobnavActive .contentrow-meta .metanav li:last-child {
    display: none;
  }
  .mobnavActive .mobnabBTN {
    display: block;
  }
  .mobnavActive .mobnabBTN .mobnabClose {
    display: block;
    margin: 10px 0 0 0;
  }
  .mobnavActive .mobnabBTN .mobnabClose .line.line1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mobnavActive .mobnabBTN .mobnabClose .line.line2 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mobnavActive .mobnabBTN .mobnabOpen {
    display: none;
  }
  .mobnavActive .mainnav {
    display: block;
    width: 100%;
    background: #fff;
    left: 0px;
    position: relative;
    max-width: 100%;
    margin: 0px;
    top: 145px;
    border-bottom: 4px solid #AECB35;
    box-shadow: 0px 90px 100px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 90px 100px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 90px 100px 0px rgba(0, 0, 0, 0.2);
  }
  .mobnavActive .mainnav .dashicons, .mobnavActive .mainnav .dashicons-before::before {
    margin: 2px 0 0 0;
  }
  .mobnavActive .mainnav #menu-main {
    margin: 0px 0 0 36px;
    position: relative;
    float: left;
    width: calc(100% - 75px);
  }
  .mobnavActive .mainnav li {
    color: #232325;
    padding: 0px 0 20px 0;
    margin: 0px 0 5px 0 !important;
    border-bottom: 1px solid #ccc;
    width: 100%;
    position: relative;
  }
  .mobnavActive .mainnav li:last-child {
    border-bottom: 0px solid #ccc;
  }
  .mobnavActive .mainnav li:after {
    content: "+";
    position: absolute;
    top: 16px;
    right: 6px;
    cursor: pointer;
    font-size: 25px;
    font-weight: 100;
    color: #AECB35;
  }
  .mobnavActive .mainnav li a {
    color: #232325;
    margin: 5px 0 0px 0;
    float: left;
    padding: 10px 20px 0px 0;
    width: auto;
    font-weight: 600;
  }
  .mobnavActive .mainnav .sub-menu {
    display: none;
    z-index: 2;
    opacity: 1;
    float: left;
    pointer-events: inherit;
    top: 0 !important;
    position: relative;
    background: #fff;
    padding: 0px;
    left: 0px;
    width: 100%;
    box-shadow: 0px 90px 100px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 90px 100px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 90px 100px 0px rgba(0, 0, 0, 0);
  }
  .mobnavActive .mainnav .sub-menu:hover {
    top: 0;
    padding: 0px;
  }
  .mobnavActive .mainnav .sub-menu li {
    float: left;
    width: calc(100%);
    position: relative;
    padding: 0px 0 0px 0;
    margin: 0px 0 0px 0 !important;
    border-bottom: 0px solid #ccc;
  }
  .mobnavActive .mainnav .sub-menu li:after {
    display: none;
  }
  .mobnavActive .mainnav .subOn li {
    color: #232325;
    padding: 0px 0 20px 0;
    margin: 0px 20px 20px 0 !important;
  }
  .mobnavActive .mainnav .subOn .sub-menu {
    display: block;
  }
  .mobnavActive .mainnav .showChilds > a {
    color: #AECB35;
  }
  .mobnavActive .mainnav .showChilds .sub-menu {
    display: block;
    float: left;
    width: 100%;
    margin: 0px 0 0 0%;
    padding: 0px;
  }
  .mobnavActive .mainnav .showChilds .sub-menu li {
    width: 20% !important;
  }
  .mobnavActive .mainnav .showChilds .sub-menu li a {
    left: 0;
  }
  .mobnavActive .mainnav .showChilds .sub-menu li .sub-menu {
    width: calc(100%);
    margin: 0px 0 0 0px;
    padding: 25px 0 0 0;
  }
  .mobnavActive .mainnav .showChilds .sub-menu li .sub-menu li {
    width: 20%;
    margin: 0px 0 0px 0 !important;
  }
  .mobnavActive .mainnav .w-auto .sub-menu li {
    width: 20% !important;
  }
  .mobnavActive .mainnav .w100 .sub-menu li {
    width: 100% !important;
  }
  .mobnavActive .mainnav .w100 .sub-menu li li {
    width: 20% !important;
  }

  .contentrow-header .shopnav {
    margin: 0 14px 0 0;
  }

  .filterbar {
    width: 101%;
    float: right;
    text-align: left;
    border-left: 0px;
    padding: 0 0 5px 0;
    position: absolute;
    top: 72px;
    right: 0px;
    left: 0;
    background: #fff;
    z-index: 10;
  }

  .productloopbox {
    width: 100%;
    float: left;
    padding: 50px 0 0 0;
  }

  .wpc-filters-open-button-container a.wpc-open-close-filters-button {
    width: 100%;
  }

  .contentrow-header .shopnav {
    z-index: 99;
    position: absolute;
    right: 0px;
  }

  .mobnavActive .shopnav .xoo-wsc-icon-basket5::after {
    color: #232325;
  }

  .mobnavActive .heroheader .contentrow-meta {
    top: 143px;
  }

  .mobnavActive .heroheader .shopnav li a {
    color: #fff;
  }

  .mobnavActive .heroheader .shopnav .xoo-wsc-icon-basket5::after {
    color: #fff;
  }

  .mobnavActive .heroheader .logo {
    -webkit-filter: brightness(10);
    filter: brightness(10);
  }

  .mobnavActive .heroheader .mobnabBTN .mobnabClose .line {
    background: #ffffff;
  }
}
/* ....................................................................................... 1024 */
@media only screen and (max-width: 1024px) {
  form.woocommerce-checkout .col-2 .checkboxset {
    width: 100%;
    margin: 0px 0% 0 0;
  }

  form.woocommerce-checkout .col-1 #additional_montagetiefgarage_field, form.woocommerce-checkout .col-2 #additional_montagetiefgarage_field {
    margin: 0px 0 5px 0;
  }
}
/* ....................................................................................... 767 */
@media only screen and (max-width: 767px) {
  .noheader {
    padding: 95px 0 0 0;
  }
  .noheader .content-row-singleproduct {
    margin: -85px 0 0 0;
  }
  .noheader .content-row-singleproduct .content-row.content-row-breadcrumb {
    margin: 120px 0 0 0;
  }

  .content-row-heroslider .sliderItem {
    position: relative;
    overflow: hidden;
  }

  .content-row-heroslider .slick-dots {
    bottom: 20px;
  }

  .content-row-heroslider h2 {
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
  }

  .content-row-heroslider .contentPart-center {
    width: 90%;
    left: 0%;
    margin: 0 0 0 5%;
    top: 145px;
  }
  .content-row-heroslider .contentPart-center .btn {
    padding: 10px 30px;
  }

  .content-row-featuredproducts {
    padding: 50px 0 0px 0;
  }

  .section-HL h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-HL {
    margin: 0 0 5px 0;
  }

  .content-row-imagetext2 .imagetextbox {
    width: 100%;
    float: left;
    margin: 0 0 50px 0;
  }

  .content-row-doppeltext {
    padding: 20px 0 0 0;
  }

  .content-row-doppeltext .textbox {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
  }

  .imagesrow {
    padding: 50px 0 0 0;
  }

  .imagesrow .imagesrowboxItem {
    width: 50%;
    float: left;
    position: relative;
    margin: 0 0% 0 0;
    position: relative;
  }
  .imagesrow .imagesrowboxItem:last-child {
    display: none;
  }

  .content-row-footer {
    padding: 25px 0;
  }

  .content-row-footer .footerbox {
    width: 48%;
  }

  .content-row-footer .footerbox.footerbox2 {
    max-width: 48%;
    float: right;
  }

  .content-row-footer .footerbox4 {
    float: right;
    min-width: 50px;
    width: 48%;
    max-width: 48%;
  }

  .content-row-footer .last-line {
    line-height: 18px;
    padding: 20px 0 110px 0;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    float: left;
    width: 100%;
    padding: 36px 0 20px 0;
  }

  .woocommerce-account .woocommerce-MyAccount-content .edit {
    padding: 7px 20px;
    font-size: 12px;
    margin: -10px 0 20px 0;
  }

  .button.wc-forward {
    margin: 20px auto !important;
    left: 0 !important;
    display: block !important;
    width: 100%;
    text-align: center;
  }

  .add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 6px 6px 5px;
    margin: 10px 0px 10px 0;
    width: 100%;
  }

  .woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text + .button, .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text + .button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text + .button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text + .button {
    float: none;
    width: 100%;
  }

  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
    width: 100%;
    text-align: left;
  }

  .woocommerce ul#shipping_method li {
    list-style: none outside;
    text-align: left;
    margin: 20px 0 0 0;
    float: left;
    width: 100%;
  }

  .woocommerce-shipping-destination {
    float: left;
    width: 100%;
    text-align: left;
    margin: 20px 0 20px 0 !important;
  }

  .woocommerce table.shop_table_responsive tr.shipping:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr.shipping:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.025);
    float: left;
    width: 100%;
    padding: 20px 0 20px 20px;
  }

  .woocommerce-page table.shop_table_responsive .order-total {
    float: left;
    width: 100%;
    display: block;
  }
  .woocommerce-page table.shop_table_responsive .order-total td {
    display: block;
    text-align: left !important;
  }

  .page-template-default #main {
    padding-top: 40px;
  }

  .content-row-introtext {
    padding: 25px 0 0 0;
  }

  .content-row-introtext .section-HL h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .content-row-introtext .section-HL {
    max-width: 100%;
  }

  .content-row-introtext .textbox {
    max-width: 100%;
    font-size: 18px;
    line-height: 28px;
  }

  .woocommerce .woocommerce-products-header__title.page-title {
    font-size: 30px;
    line-height: 40px;
  }

  h1, h2 {
    hyphens: auto;
  }
  h1 br, h2 br {
    display: none;
  }

  .term-description {
    margin: 10px 0 60px 0;
    width: 100%;
  }

  .content-row-heroslider h1, .content-row-heroslider h2 {
    hyphens: inherit;
  }
  .content-row-heroslider h1 br, .content-row-heroslider h2 br {
    display: block;
  }

  .content-row-singleproduct .mobnabBTN {
    left: 0px;
  }

  .content-row-archiv .contentPart-center {
    width: 90%;
    max-width: 1190px;
    margin: 0 auto;
  }

  .content-row-breadcrumb .contentPart-center {
    width: 90%;
    max-width: 1190px;
    margin: 0 auto;
  }

  .content-row-singleproduct .content-row-breadcrumb .contentPart-center {
    width: 100%;
  }

  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left;
    width: 100%;
  }

  .woocommerce .woocommerce-order {
    margin-top: 30px;
  }

  .woocommerce-result-count {
    display: none;
  }

  .woocommerce table.woocommerce-cart-form__contents tr td {
    border-top: 0px solid rgba(0, 0, 0, 0.1);
    text-align: left !important;
  }
  .woocommerce table.woocommerce-cart-form__contents tr td.product-name {
    text-align: left !important;
  }

  .woocommerce form .form-row textarea {
    height: 140px;
  }

  .select2-container--default .select2-selection--single {
    border-radius: 0px;
    padding: 3px 0 3px 0;
    height: auto;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 2px;
  }

  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    padding: 20px 0 20px 0;
    margin: 30px 0 0 0;
  }

  .content-row-newsblog {
    padding: 25px 0 0 0;
  }

  .content-row-newsblog .newsoverview-wrapper .news-item {
    width: 100%;
    margin: 0 0 60px 0;
  }
  .content-row-newsblog .newsoverview-wrapper .news-item:last-child {
    margin-bottom: 0px;
  }

  .content-row-newsblog .section-HL {
    margin: 0px 0 25px 0;
  }

  .content-row-footer .copy {
    width: 100%;
    text-align: center;
    opacity: 0.5;
    margin: 0 0 20px 0;
  }

  .content-row-footer .last-line .social {
    width: 100%;
  }

  .content-row-footer .credits {
    width: 100%;
    float: left;
    text-align: center;
    margin: 10px 0 0 0;
  }

  .herovideo {
    opacity: 0;
  }

  .mobnavActive .mainnav {
    top: 145px;
    padding-top: 10px;
  }

  .mobnavActive .contentrow-meta {
    top: 64px;
    padding: 0px 0 10px 0;
  }

  .mobnavActive .heroheader .contentrow-meta {
    top: 165px;
  }

  .mobnavActive .contentrow-meta .metanav li {
    margin: 0 30px 0px 0;
  }

  .mobnabBTN {
    top: 26px;
  }

  .shopnav {
    display: none;
  }

  .mobnavActive .content-row-heroslider {
    opacity: 0 !important;
  }

  .mobnavActive .heroheader .logo {
    -webkit-filter: inherit;
    filter: inherit;
  }

  .mobnavActive .contentrow-header .shopnav {
    position: absolute;
    left: 0;
    display: block;
    background: #ffffff;
    width: 100%;
    max-width: 100%;
    top: 80px;
    padding: 10px 0 10px 0;
    border-top: 1px solid #eee;
  }

  .mobnavActive .heroheader .contentrow-header .shopnav {
    top: 84px;
  }

  .mobnavActive .mainnav .w100 .sub-menu li li {
    width: 50% !important;
  }
  .mobnavActive .mainnav .w100 .sub-menu li li a {
    padding: 10px 5px 0px 5px;
  }

  .mobnavActive .mainnav .w-auto .sub-menu li {
    width: 50% !important;
  }
  .mobnavActive .mainnav .w-auto .sub-menu li a {
    padding: 10px 5px 0px 5px;
  }

  .content-row-heroslider .sliderItem {
    height: 70vh;
  }

  .content-row-heroslider .herovideobox {
    height: 70vh;
  }

  .content-row-imagetext2 .imagetextbox h2, .content-row-doppeltext h2 {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    margin: 0 0 10px 0;
  }

  .section-HL h2 {
    font-size: 23px;
    line-height: 33px;
    width: 100%;
  }

  input, textarea, select {
    font-size: 14px;
  }

  .formrow {
    width: 100%;
  }

  .formrow .formrow-input-info {
    width: 100%;
    margin: 0 0 40px 0;
  }

  .formrow .formrow-input-send {
    width: 100%;
  }

  .btn {
    width: 100%;
    display: block;
    text-align: center;
  }

  .footerbox.footerbox3 {
    clear: left;
  }

  .content-row-footer .footerbox.footerbox1, .content-row-footer .footerbox.footerbox3 {
    width: 45%;
    min-width: inherit;
    max-width: inherit;
  }

  .content-row-footer .footerbox.footerbox2, .content-row-footer .footerbox.footerbox4 {
    width: 52%;
    min-width: inherit;
    max-width: inherit;
  }

  .content-row-footer .footerbox .linkitem {
    line-height: 20px;
  }

  .mobnavActive .heroheader .shopnav li a {
    color: #232325;
  }

  .mobnavActive .heroheader .shopnav .xoo-wsc-icon-basket5::after {
    color: #232325;
  }

  .mobnavActive .heroheader .mobnabBTN .mobnabClose .line {
    background: #232325;
  }

  .woocommerce-checkout table.shop_table .cart_item {
    width: 100%;
  }

  .woocommerce table.shop_table {
    margin: 0 0px 0 0;
  }

  .filterbar {
    top: inherit;
    margin: 0 0 0 0;
    border-right: 0px solid #d8d8d8;
  }

  .wpc-filter-content {
    border: 1px solid #eee;
    float: left;
    width: 100%;
  }

  .single-product .woocommerce-breadcrumb {
    display: none;
  }

  .single-product div.summary {
    float: left !important;
    max-width: 100% !important;
    margin: 0 0 0 0px;
    width: 100% !important;
  }

  .single-product .wcgs-woocommerce-product-gallery, .single-product div.images {
    max-width: 100% !important;
    width: 100% !important;
  }

  .single-product h1.product_title {
    font-size: 25px;
    line-height: 35px;
  }

  .woocommerce .related.products h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .woocommerce div.product form.cart .button {
    width: 100%;
  }

  .woocommerce div.product div.summary {
    margin-bottom: 0;
  }

  .woocommerce .woocommerce-tabs {
    padding: 0px 0 0 0;
    margin: 0px 0 0 0;
  }

  .woocommerce-terms-and-conditions-wrapper {
    width: 100%;
    float: left;
  }

  .woocommerce .woocommerce-checkout .col2-set .col-1, .woocommerce .woocommerce-checkout .col2-set .col-2 {
    float: left;
    width: 100%;
  }

  .textInput td {
    display: block;
    width: 100% !important;
  }

  .content-row-newsblog .newsoverview-wrapper .wrapperList-referenz .news-item {
    width: 100%;
    margin: 0 0 60px 0;
  }

  .content-row-newsblog .newsoverview-wrapper .wrapperList-referenz .news-item h3 {
    font-size: 25px;
    line-height: 35px;
  }

  .downloadformBox .downloadformBox-inner {
    margin: 0vh auto 0 auto;
    min-height: 100%;
  }

  .loginbox .registerbox .formrow .formrow-input-50, .loginbox .registerbox .formrow .formrow-input-100 {
    margin: 10px 0 0 0;
  }

  .logged-in div.product div.summary .price.no-price {
    margin: 0;
    text-align: left;
  }
}
@media only screen and (max-width: 380px) {
  .mobnavActive .contentrow-meta .metanav li {
    margin: 0 30px 0px 0;
  }
  .mobnavActive .contentrow-meta .metanav li.menu-item-814 {
    margin-right: 0px;
  }
}