﻿/* textBox Standard */
.textBox {
  width: 100%;
  height: auto;
  float: left;
}
.textBox .inner {
  width: 80vw;
  min-width: 520px;
  height: auto;
  margin: 0 auto 2em 10.2em;
  padding: 4.8em 0 2.4em 0em;
  float: left;
}
.textBox .center-all * {
  text-align: center;
}
.textBox.textBox-wide {
  width: 75vw;
}
.textBox.bg-grey {
  background-color: #E7E7E7;
}
.textBox-superwide {
  width: 100%;
}
.textBox .halfBox,
.textBox-top .halfBox {
  width: 48%;
  padding-right: 0%;
}
.textBox .halfBox:last-child,
.textBox-top .halfBox:last-child {
  padding-left: 4%;
}
@media only screen and (max-width: 768px) {
  .textBox .inner {
    width: 100%;
    min-width: 0;
    padding: 3em 2em 0 2.2em;
    margin: 0 auto 2.2em 0;
  }
  .textBox .halfBox {
    width: 100%;
    margin-bottom: 0.4em;
  }
  .textBox .halfBox:last-child,
  .textBox-top .halfBox:last-child {
    padding-left: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .textBox {
    min-width: calc(100vw - 2em);
    margin-right: auto;
    margin-left: auto;
  }
  .textBox .halfBox {
    width: 100%;
  }
}
/* textBox Standard Ende */
/* Netzcheck */
.netzcheck .eins {
  height: 40em;
}
@media screen and (max-width: 768px) {
  .netzcheck .eins .inner {
    padding: 2em;
    margin-top: 1em;
  }
}
/* Ende Netzcheck */
/* Info-Slider */
.slider-info {
  width: 100%;
}
.slider-info .carousel {
  width: 100%;
  height: 42em;
  overflow: hidden;
}
.slider-info .carousel-cell {
  width: 33.33%;
  height: 42em;
  margin-right: 0em;
  counter-increment: carousel-cell;
  float: left;
}
.slider-info .flick-inner {
  position: relative;
  width: 100%;
  height: 42em;
  /*margin: 2em 5% 2em 5%;*/
  margin: 0;
  padding: 5em 5em 5em 5em;
  background-color: #e6e6e6;
}
.slider-info .flick-inner h2,
.slider-info .flick-inner h3,
.slider-info .flick-inner p {
  text-align: center;
  margin-bottom: 0.3em;
}
.slider-info .flick-inner h3 {
  font-size: 6.8em;
  letter-spacing: 0.04em;
}
.slider-info .flick-inner img {
  position: absolute;
  display: block;
  bottom: 8em;
  left: calc(50% - (4.4em / 2));
  /* Wert in der Formel muß gleich sein, wie width */
  width: 4.4em;
  height: auto;
}
.slider-info .flick-inner .scrollAny {
  position: absolute;
  font-size: 1.4em;
  color: #81C929;
  display: block;
  text-align: center;
  left: calc(50% - (5.8em / 2));
  bottom: 6em;
  cursor: pointer;
  text-decoration: underline;
}
.slider-info .flick-inner .scrollAny:after {
  font-size: 1.12em;
  font-family: FontAwesome;
  content: '\f105';
  width: auto;
  color: #81C929;
  margin: auto 0.34em 0.18em 0.4em;
  vertical-align: middle;
  display: inline-block;
}
.slider-info .f-color1 {
  background-color: rgba(230, 230, 230, 0.6);
}
.slider-info .f-color2 {
  background-color: rgba(230, 230, 230, 0.4);
}
.slider-info .flickity-prev-next-button {
  /*display:none*/
}
@media screen and (max-width: 768px) {
  .slider-info .carousel .carousel-cell {
    width: 100vw;
  }
  .slider-info .flick-inner .scrollAny {
    bottom: 4.6em;
  }
  .flickity-prev-next-button {
    display: none;
  }
}
/* Ende Info-Slider */
/* doubleTeaser */
.doubleTeaser {
  clear: both;
  background-color: #F7F7F7;
}
.doubleTeaser .sizeHalf {
  width: 50%;
  height: calc(50vw + 1px - 20px);
  float: left;
  position: relative;
  background-color: #f2f2f2;
}
.doubleTeaser .sizeHalf-a,
.doubleTeaser .sizeHalf-b {
  width: 50%;
  float: left;
  position: relative;
  background-color: #F7F7F7;
}
.doubleTeaser .sizeHalf-a-static,
.doubleTeaser .sizeHalf-b-static {
  width: 50%;
  height: 40vw;
  float: left;
  position: relative;
  background-color: #F7F7F7;
}
.doubleTeaser .sizeHalf-a-static .inner,
.doubleTeaser .sizeHalf-b-static .inner {
  padding-right: 4em;
  position: absolute;
  top: 50%;
  left: 10.2em;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
}
.doubleTeaser .sizeHalf-b .inner-tab,
.doubleTeaser .sizeHalf-b.inverse .inner-tab {
  padding-right: 4em;
  position: absolute;
  min-height: 23em;
  /* top: 46%; wird in jazz.js gesetzt
            left: @MyLeft; wird in jazz.js gesetzt
          -webkit-transform: translatey(-50%);
            -ms-transform: translatey(-50%);
            transform: translatey(-50%);*/
}
.doubleTeaser .sizeHalf-b .inner-tab h3,
.doubleTeaser .sizeHalf-b.inverse .inner-tab h3 {
  font-size: 1.72em;
}
@media only screen and (max-width: 768px) {
  .doubleTeaser .sizeHalf {
    width: 100%;
  }
  .doubleTeaser .sizeHalf-a,
  .doubleTeaser .sizeHalf-b,
  .doubleTeaser .sizeHalf-a-static,
  .doubleTeaser .sizeHalf-b-static {
    width: 100%;
    float: left;
  }
  .doubleTeaser .sizeHalf-b,
  .doubleTeaser .sizeHalf-b.inverse,
  .doubleTeaser .sizeHalf-b-static,
  .doubleTeaser .sizeHalf-b-static.inverse {
    min-height: 400px;
    height: none;
  }
  .doubleTeaser .sizeHalf-b .inner,
  .doubleTeaser .sizeHalf-b.inverse .inner,
  .doubleTeaser .sizeHalf-b-static .inner,
  .doubleTeaser .sizeHalf-b-static.inverse .inner,
  .doubleTeaser .sizeHalf-b .inner-tab,
  .doubleTeaser .sizeHalf-b.inverse .inner-tab,
  .doubleTeaser .sizeHalf-b-static .inner-tab,
  .doubleTeaser .sizeHalf-b-static.inverse .inner-tab {
    width: calc(100%-2em);
    padding-right: 2em;
    left: 2.2em;
    height: none;
    padding-top: 3.4em;
    padding-bottom: 3.4em;
  }
  .doubleTeaser .sizeHalf-b .inner h2,
  .doubleTeaser .sizeHalf-b.inverse .inner h2,
  .doubleTeaser .sizeHalf-b-static .inner h2,
  .doubleTeaser .sizeHalf-b-static.inverse .inner h2,
  .doubleTeaser .sizeHalf-b .inner-tab h2,
  .doubleTeaser .sizeHalf-b.inverse .inner-tab h2,
  .doubleTeaser .sizeHalf-b-static .inner-tab h2,
  .doubleTeaser .sizeHalf-b-static.inverse .inner-tab h2 {
    font-size: 2.22em;
  }
  .doubleTeaser .sizeHalf-a.o_image-parent,
  .doubleTeaser .sizeHalf-b.o_image-parent,
  .doubleTeaser .sizeHalf-a-static.o_image-parent,
  .doubleTeaser .sizeHalf-b-static.o_image-parent {
    width: 100%;
    height: 90vw !important;
    float: left;
  }
  .doubleTeaser .map-wrapper {
    height: 100vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .doubleTeaser {
    /*        .sizeHalf-a, .sizeHalf-b {
            height: 50vw;
        }*/
    /*.sizeHalf-b {
        width: 50%;
        padding: calc(@MyLeft - 2em) 4em 0 @MyLeft;
    }*/
    /*        .sizeHalf-b, .sizeHalf-b.inverse {
            .inner {
                left: calc(@MyLeftMobile + 2em);
            }
        }*/
  }
}
/* doubleTeaser Ende */
/* Product Boxes */
.productBoxes {
  width: 100%;
  padding-top: 4em;
  text-align: center;
  position: relative;
}
.productBoxes .jazzbutton {
  top: 9em;
  right: 2.6em;
  width: 12em;
  height: 12em;
}
.productBoxes .jazzbutton .innertext {
  margin-top: 2.6em;
  margin-left: 0.16em;
}
.productBoxes .productBox {
  width: 33.3%;
  height: auto;
  /*min-height: set by JS*/
  float: left;
}
.productBoxes .productBox .product-inner {
  padding: 0em 2em 4em 7.4em;
  text-align: left;
}
.productBoxes .productBox .product-inner h2 {
  color: #333333;
  letter-spacing: 0.04em;
}
.productBoxes .productBox .product-inner h3 {
  font-size: 1.14em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0;
}
.productBoxes .productBox .product-inner p {
  margin-top: 1.2em;
  margin-bottom: 1.4em;
}
.productBoxes .productBox .product-inner span.price-append {
  display: block;
  font-size: 0.52em;
  line-height: 1.12em;
  margin-top: 0.6em;
  color: #333333;
}
.productBoxes .productImg {
  width: 100%;
  position: relative;
}
.productBoxes .productImg img {
  width: 100%;
  height: auto;
}
.productBoxes .productImg .button {
  position: absolute;
  text-align: center;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  display: none;
}
.productBoxes .productImg:hover img {
  opacity: 0.46;
}
.productBoxes .productImg:hover .button {
  display: block;
  z-index: 1;
}
.mod-zwei {
  margin-left: 17vw;
}
.mod-eins {
  margin-left: 32vw;
}
.product-footer {
  width: 100%;
  height: auto;
  min-height: 4em;
  float: left;
  color: #333333;
  background-color: #E7E7E7;
  font-size: 0.76em;
  padding: 2em 12em 2em 13.2em;
  text-align: left;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .productBoxes {
    width: 100%;
    padding-top: 4em;
    text-align: center;
  }
  .productBoxes .productBox {
    width: 100%;
  }
  .productBoxes .productBox .product-inner {
    padding: 4em 2em 4em 2.2em;
    background-color: #EFEFEF;
    width: 100%;
  }
  .productBoxes .productImg:hover img {
    opacity: 1;
  }
  .productBoxes .productImg:hover .button {
    display: none;
  }
  .productBoxes .plus-button {
    position: absolute;
    top: 0.5em;
    right: 0.72em;
    font-size: 3.4em;
    z-index: 2;
    display: none;
  }
  .mod-zwei {
    margin-left: 0;
  }
  .mod-eins {
    margin-left: 0;
  }
  .product-footer {
    padding: 2em 2em 2em 4em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .productBoxes .productBox {
    width: 50%;
    /*min-height: set by JS*/
  }
  .mod-zwei {
    margin-left: 0;
  }
  .mod-eins {
    margin-left: 0;
  }
}
@media (hover: none) and (pointer: coarse) {
  .plus-button {
    position: absolute;
    top: 0.5em;
    right: 1.2em;
    font-size: 4.4em;
    z-index: 2;
    display: block !important;
  }
}
/* Ende Product Boxes */
/* Product Boxes Categories */
.productBoxesCat {
  width: 100%;
  margin-bottom: 2em;
}
.productBoxesCat .productBox {
  width: 100%;
  height: auto;
  float: left;
}
.productBoxesCat .productBox .mehr {
  display: none;
}
.productBoxesCat .productBox .product-inner {
  width: 50%;
  padding: 6em 2em 4em 10em;
  text-align: left;
  background-color: #F7F7F7;
  min-height: 45vw;
}
.productBoxesCat .productBox .product-inner h2 {
  color: #333333;
  letter-spacing: 0.04em;
}
.productBoxesCat .productBox .product-inner p {
  margin-top: 1.6em;
  margin-bottom: 1.4em;
}
.productBoxesCat .productBox .product-inner span.price-append {
  display: inline-block;
  font-size: 0.52em;
  color: #333333;
  line-height: 1.4em;
  margin-top: 1em;
}
.productBoxesCat .productBox .productImg {
  width: 50%;
  height: auto;
  position: relative;
}
.productBoxesCat .productBox .productImg img {
  width: auto;
  height: auto;
  max-height: 42vw;
}
.productBoxesCat .productBox .productImg .button {
  position: absolute;
  text-align: center;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  display: none;
}
.productBoxesCat .productImg:hover img {
  opacity: 0.46;
}
.productBoxesCat .productImg:hover .button {
  display: block;
  z-index: 1;
}
.productBoxesCat .plus-button {
  /*        display: none !important;*/
}
.product-footer {
  width: 100%;
  height: auto;
  min-height: 4em;
  float: left;
  color: #333333;
  background-color: #E7E7E7;
  font-size: 0.76em;
  padding: 2em 12em 2em 13.2em;
  text-align: left;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .productBoxesCat {
    width: 100%;
    padding-top: 4em;
    text-align: center;
  }
  .productBoxesCat .productBox {
    width: 100vw;
  }
  .productBoxesCat .productBox .product-inner {
    width: 100%;
    padding: 4em 2em 4em 2.2em;
    background-color: #EFEFEF;
  }
  .productBoxesCat .productBox .productImg {
    width: 100%;
    height: auto;
  }
  .productBoxesCat .productBox .productImg img {
    width: 100%;
    max-height: none;
  }
  .productBoxesCat .productBox .productImg:hover img {
    opacity: 1;
  }
  .productBoxesCat .productBox .productImg:hover .button {
    display: none;
  }
  .productBoxesCat .plus-button {
    position: absolute;
    top: 0.5em;
    right: 0.72em;
    font-size: 3.4em;
    z-index: 2;
  }
  .product-footer {
    padding: 2em 2em 2em 2.2em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .productBoxesCat .productBox .product-inner {
    padding: 4em 0 2em calc(2.2em + 2em);
  }
  .productBoxesCat .productBox .productImg {
    width: 50%;
    height: auto;
  }
  .productBoxesCat .productBox .productImg img {
    width: 100%;
    max-height: none;
  }
  .productBoxesCat .productBox .productImg:hover img {
    opacity: 1;
  }
  .productBoxesCat .productBox .productImg:hover .button {
    display: none;
  }
}
.orderBox {
  width: 60%;
  min-height: 100vh;
  /*.fixed-buttons {
        width: calc(32% - 6.6em);*/
  /* gleiche width wie wkwrapper */
  /*height: 4em;
        position: fixed;
        right: calc(12% - 6.6em);*/
  /* gleich wie wkwrapper */
  /*bottom: 1em;
        margin-bottom: 0em;
        z-index: 9;

        .infoLabel {
            font-size: .8em;
            color: red;
            display: inline-block;
            margin-left: .4em;
        }

        .footnote {
            margin-top: 0;
            text-align: right;
        }
    }*/
}
.orderBox .inner {
  padding-top: 2em;
  width: 96%;
}
.orderBox .inner h2.orderform {
  margin-top: 0;
  margin-bottom: 0;
}
.orderBox .productBoxesCat {
  width: 48%;
  margin-bottom: 2em;
}
.orderBox .productBoxesCat .productBox {
  width: 100%;
  height: auto;
}
.orderBox .productBoxesCat .productBox #ProductDetails .mehr {
  color: #81C929;
  display: inline-block;
  float: right;
  margin-top: -2.2em;
  margin-right: 0.2em;
  cursor: pointer;
}
.orderBox .productBoxesCat .productBox #ProductDetails ul {
  display: none;
}
.orderBox .productBoxesCat .productBox #ProductDetails ul.display-it {
  display: block !important;
}
.orderBox .productBoxesCat .productBox #ProductDetails ul li:first-of-type {
  width: 74%;
}
.orderBox .productBoxesCat .productBox .product-inner {
  width: 50%;
  padding: 2em 0em 2em 0em;
  text-align: left;
  background-color: #ffffff;
  min-height: 0;
}
.orderBox .productBoxesCat .productBox .product-inner h2 {
  font-size: 1.8em;
  color: #333333;
  letter-spacing: 0.04em;
  margin-bottom: 1.6em;
}
.orderBox .productBoxesCat .productBox .product-inner .price {
  display: none;
}
.orderBox .productBoxesCat .productBox .product-inner .button {
  display: none;
}
.orderBox .productBoxesCat .productBox .product-inner ul.alternative {
  font-size: 0.84em;
  width: 160%;
}
.orderBox .productBoxesCat .productBox .product-inner ul.alternative li:before {
  transform: scale(0.8);
}
.orderBox .productBoxesCat .productBox .product-inner.float-right {
  float: left !important;
  clear: left;
}
.orderBox .productBoxesCat .productBox .productImg {
  float: right !important;
}
.orderBox .productBoxesCat .productBox .productImg img {
  width: 98%;
  margin-top: -0.8em;
}
.orderBox .productBoxesCat .productImg {
  pointer-events: none !important;
}
.orderBox .inner-right {
  width: calc(52% - 2em);
  border-left: 1px solid #81C929;
  float: right;
  padding-left: 2em;
  margin-right: 2em;
}
.orderBox .inner-right .options-cat {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.64);
  padding: 7.2em 14em 2em 4em;
  z-index: 99;
  overflow-y: scroll;
}
.orderBox .inner-right .options-cat .close-x {
  float: right;
  color: #81C929;
  font-size: 1.6em;
  margin-top: -1em;
  transform: scale(1.4, 1);
}
.orderBox .inner-right .options-cat .inner {
  width: calc(100% - 12em);
  padding: 5em 6em 4em 6em;
  background-color: #ffffff;
  border-radius: 1.4em;
}
.orderBox .inner-right .options-cat .inner h3,
.orderBox .inner-right .options-cat .inner h4 {
  margin-bottom: 1em;
}
.orderBox .inner-right .options-cat .inner p {
  margin-bottom: 0.6em;
  line-height: 1.32em;
}
.orderBox .inner-right .options-cat .inner p:last-child {
  margin-bottom: 0;
}
.orderBox .inner-right .options-cat .inner table {
  width: 100%;
  margin-top: 1.2em;
  font-size: 1.12em;
}
.orderBox .inner-right .options-cat .inner table td {
  padding: 1.4em;
}
.orderBox .inner-right .options-cat .inner table td label {
  margin-left: 1em;
}
.orderBox .inner-right .options {
  padding: 0em 0em 0em 2em;
  color: #81C929;
}
.orderBox .inner-right .options input[type=checkbox],
.orderBox .inner-right .options input[type=radio] {
  transform: scale(1.34);
  margin-left: 0.8em;
  margin-right: 0.8em;
  float: right;
  margin-top: calc(25% / 3);
}
.orderBox .inner-right .options img {
  width: 4.2em;
  height: auto;
  margin-left: -1em;
  margin-bottom: 1px;
  vertical-align: middle;
}
.orderBox .inner-right .options span.price {
  display: block;
  margin-left: 1.2em;
  font-size: 0.68em;
  float: right;
  color: rgba(0, 0, 0, 0.7);
}
.orderBox .inner-right .options:first-child {
  padding-top: 0.2em;
}
.orderBox .inner-right .button {
  margin-left: 2em;
}
.orderBox .inner-right table {
  width: 100%;
  margin-top: 0.82em;
  margin-bottom: 1.2em;
  font-size: 1.12em;
}
.orderBox .inner-right table td {
  padding: 0;
}
.orderBox .inner-right .optionsTable {
  border: none;
}
.orderBox .inner-right .optionsTable label {
  width: 88%;
  display: inline-block;
  position: relative;
  font-size: 0.96em;
}
.orderBox .inner-right .optionsTable label span.price {
  margin-top: 2.32em;
}
.orderBox .inner-right .optionsTable th {
  display: none;
}
.orderBox .inner-right .optionsTable td {
  border-right: none;
  border-bottom: none;
  border-left: none;
  min-width: 100%;
}
.orderBox .inner-right .optionsTable td.first {
  width: 3.2em;
  /* ergibt sich aus orderBox .inner-right .options img --> width + margin-left */
  min-width: 0;
}
.orderBox .inner-right .optionsTable td.listAndButton {
  text-align: right;
  padding-top: 1.04em;
  width: 10% !important;
  overflow: visible;
}
.orderBox .inner-right .optionsTable td.last {
  display: none;
}
.orderBox .inner-right .optionsTable .buttonGV {
  padding: 0.12em 0.4em;
}
.orderBox .placeholder2 {
  width: 12em;
  height: auto;
  margin-left: -2em;
}
@media only screen and (max-width: 768px) {
  .orderBox {
    width: 100%;
    /*.fixed-buttons {
            width: 100%;
            height: 5em;
            position: absolute;
            left: 0em;*/
    /*top:; set by JS*/
    /*border-bottom: 1px solid @MyColor;
            background-color: #EFEFEF;
            padding-top: 1em;
            padding-left: @MyLeftMobile;
            padding-right: 2em;

            .button {
                margin: .1em;
            }

            .infoLabel {
                font-size: .8em;
                color: red;
                display: inline-block;
                margin-left: .4em;
            }

            .footnote {
                margin-top: -2.82em;
            }
        }*/
  }
  .orderBox .inner {
    width: 100%;
    padding-top: 0;
  }
  .orderBox .inner h2.orderform {
    margin-top: 0.4em;
  }
  .orderBox .productBoxesCat {
    width: 100%;
    margin-bottom: 2em;
    padding-top: 1em;
  }
  .orderBox .productBoxesCat .productBox #ProductDetails ul.display-it {
    max-width: 100%;
  }
  .orderBox .productBoxesCat .productBox .product-inner {
    width: 100%;
    padding: 0em 0em 1em 0em;
  }
  .orderBox .productBoxesCat .productBox .product-inner ul.alternative {
    font-size: 1em;
  }
  .orderBox .productBoxesCat .productBox .product-inner ul.alternative li:before {
    transform: scale(0.6);
  }
  .orderBox .productBoxesCat .productBox .product-inner.float-right {
    float: left !important;
    clear: left;
  }
  .orderBox .productBoxesCat .productBox .productImg {
    float: right !important;
  }
  .orderBox .productBoxesCat .productBox .productImg img {
    width: 98%;
    margin-top: -0.8em;
  }
  .orderBox .productBoxesCat .productImg {
    pointer-events: none !important;
  }
  .orderBox .inner-right {
    width: calc(100% + 2em);
    border-left: none;
    float: left;
    padding-left: 1em;
    margin-right: 0em;
    margin-left: -2em;
  }
  .orderBox .inner-right .options-cat {
    padding: 2em 3em 2em 3em;
  }
  .orderBox .inner-right .options-cat .inner {
    width: 100%;
    padding: 2.8em;
  }
  .orderBox .inner-right .options:first-child {
    padding-top: 1.2em;
  }
  .orderBox .placeholder2 {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .orderBox {
    /*.fixed-buttons {
            width: calc(32% - 6.6em);*/
    /* gleiche width wie wkwrapper */
    /*position: absolute;
            height: 12em;
            right: calc(12% - 6.6em);*/
    /* gleich wie wkwrapper */
    /*bottom: auto;
        }*/
  }
  .orderBox .inner {
    width: 90%;
    margin-left: calc(2.2em + 2em) !important;
  }
  .orderBox .inner h2.orderform {
    margin-top: 0;
    margin-bottom: 0;
  }
  .orderBox .productBoxesCat {
    width: 50%;
    margin-bottom: 2em;
    padding-top: 2em;
  }
  .orderBox .productBoxesCat .productBox {
    width: 100%;
    height: auto;
  }
  .orderBox .productBoxesCat .productBox #ProductDetails .mehr {
    margin-top: -1.2em;
  }
  .orderBox .productBoxesCat .productBox .product-inner {
    width: 50%;
    padding: 2em 0em 2em 0em;
    text-align: left;
    background-color: #ffffff;
    min-height: 0;
  }
  .orderBox .productBoxesCat .productBox .product-inner ul.alternative {
    font-size: 1em;
  }
  .orderBox .productBoxesCat .productBox .product-inner ul.alternative li:before {
    transform: scale(0.8);
  }
  .orderBox .productBoxesCat .productBox .product-inner.float-right {
    float: left !important;
    clear: left;
  }
  .orderBox .productBoxesCat .productBox .productImg {
    float: right !important;
  }
  .orderBox .productBoxesCat .productBox .productImg img {
    width: 98%;
    margin-top: -0.8em;
  }
  .orderBox .inner-right {
    width: calc(50% - 2em);
    margin-right: 0em;
  }
  .orderBox .inner-right .options input[type=checkbox],
  .orderBox .inner-right .options input[type=radio] {
    margin-top: 1.6em;
  }
  .orderBox .inner-right .optionsTable label {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .orderBox .inner-right .optionsTable label {
    width: 80%;
  }
}
/* Ende Product Boxes Categories */
/* Warenkorb */
.wkwrapper {
  width: calc(32% - 6.6em);
  background-color: white;
  position: absolute;
  right: calc(12% - 6.6em);
  padding-top: 3em;
  z-index: 3;
}
.wkwrapper .fixed-buttons {
  height: auto;
  width: 100%;
  margin-bottom: 0em;
  z-index: 9;
}
.wkwrapper .fixed-buttons .button {
  margin-top: 0;
  margin-bottom: 0em;
}
.wkwrapper .fixed-buttons .infoLabel {
  font-size: 0.8em;
  color: red;
  display: inline-block;
  margin-left: 0.4em;
}
.wkwrapper .fixed-buttons .footnote {
  margin-top: 0;
  text-align: right;
}
.warenkorb {
  padding: 1.8em 2em 1em 2em;
  margin-bottom: 2em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
  box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.1);
  background-color: white;
  position: relative;
}
.warenkorb .added-rabattcode-text {
  display: block;
  color: #81C929;
  font-size: 0.76em;
  margin-top: -0.6em;
  margin-bottom: -1.64em;
}
.warenkorb svg {
  float: right;
  margin-top: -0.12em;
}
.warenkorb .wk-info {
  display: block;
  color: #81C929;
  font-size: 0.84em;
  padding-bottom: 0.6em;
  margin-bottom: 0.68em;
  border-bottom: 1px dashed #81C929;
}
.warenkorb .wk-info i {
  margin-left: 1em;
}
.warenkorb .wk-result {
  width: 100%;
  margin-top: 0.6em;
  padding-top: 0.34em;
  padding-bottom: 0.28em;
  border-top: 1px solid #81C929;
  border-bottom: 4px double #81C929;
  display: block;
}
.warenkorb .wk-result-add {
  width: 100%;
  font-size: 0.8em;
  margin-top: 0.8em;
  padding-top: 0.8em;
  padding-bottom: 0.1em;
  margin-bottom: 2em;
  border-bottom: 1px solid #81C929;
  display: block;
}
.warenkorb p {
  line-height: 1.8em;
}
.warenkorb .footnote {
  line-height: normal;
  margin-top: 1em;
  color: rgba(0, 0, 0, 0.64);
}
.warenkorb span.neukunde-text {
  font-size: 0.82em;
}
.inputarea {
  width: 98% !important;
}
.inputarea .wkwrapper {
  width: auto;
  position: relative;
  padding-top: 2em;
  z-index: 3;
}
.inputarea .warenkorb {
  font-size: 0.9em;
  padding: 1em 0em 2em 0em;
  margin-bottom: 0;
  border: none;
  box-shadow: none;
  background-color: white;
}
.inputarea .warenkorb h5 {
  font-size: 1.4em;
  margin-bottom: 0.2em;
}
.inputarea .warenkorb p:first-child {
  margin-bottom: 0.4em;
  color: #81C929;
}
.inputarea .warenkorb p {
  width: 60%;
}
.inputarea .warenkorb svg {
  display: none;
}
.inputarea .warenkorb .wk-result {
  width: 100%;
  margin-top: 0.46em;
  padding-top: 0.32em;
  padding-bottom: 0.1em;
  border-top: 1px solid #81C929;
  border-bottom: 4px double #81C929;
  display: block;
}
.inputarea .warenkorb .wk-result-add {
  width: 100%;
  font-size: 0.8em;
  margin-top: 0.8em;
  padding-top: 0.32em;
  padding-bottom: 0.1em;
  border-bottom: 1px solid #81C929;
  display: block;
}
.inputarea .warenkorb .footnote {
  margin-top: 1.8em;
}
@media only screen and (max-width: 768px) {
  .wkwrapper {
    width: 100%;
    left: 0;
    padding-top: 1px;
    position: absolute;
  }
  .wkwrapper .fixed-buttons {
    padding: 1em;
  }
  .warenkorb {
    padding: 1.4em 2em 0.8em 2em;
    margin-bottom: 0em;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: rgba(230, 230, 230, 0.6);
  }
  .warenkorb p {
    line-height: 1.36em;
  }
  .warenkorb .footnote {
    margin-top: 1.2em;
  }
  .inputarea {
    width: 100% !important;
  }
  .inputarea .wkwrapper {
    display: none;
  }
  .inputarea .warenkorb {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .wkwrapper {
    width: 98vw;
    left: calc(10.2em - 4em);
    right: auto;
    position: absolute;
  }
  .wkwrapper .fixed-buttons {
    width: 50%;
  }
  .wkwrapper .fixed-buttons .footnote {
    margin-top: -4em;
    text-align: right;
  }
  .warenkorb {
    width: 50%;
    padding: 1.8em 2.8em 2em 2.8em;
  }
}
/* Warenkorb Ende */
/* Kontakt Slide-In */
.contact-wrapper {
  float: right;
  position: fixed;
  padding-left: 0.8em;
  top: 48vh;
  right: 0;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-top-left-radius: 0.4em;
  border-bottom-left-radius: 0.4em;
  box-shadow: 0 6px 12px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.contact-wrapper .slide-toggle {
  width: 2em;
  height: 12em;
  float: left;
  cursor: pointer;
  background-color: #ffffff;
}
.contact-wrapper .slide-toggle span {
  width: 12em;
  height: auto;
  transform: rotate(270deg);
  transform-origin: 50% 6em;
  text-align: center;
  text-transform: uppercase;
  font-family: 'VAGRounded_Bold';
  color: #81C929;
  letter-spacing: 0.12em;
  display: block;
}
.contact-wrapper .box {
  height: 12em;
  float: right;
  overflow: hidden;
  display: none;
  background-color: #ffffff;
  border-left: 1px solid #d8d8d8;
}
.contact-wrapper .box-inner {
  width: 20.6em;
  padding: 2.8em 1em 1em 1em;
}
.contact-wrapper .js-contact-close {
  float: right;
  color: rgba(0, 0, 0, 0.5);
  margin-top: -0.8em;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-wrapper {
    display: none;
  }
}
/* Ende Kontakt Slide-In */
/* wideImageBox */
.wideImageBox .wrapper {
  position: relative;
  /*display: flex; /*this is the clue for modern browsers, use vendor prefixes for older browsers */
  /*align-items: center; /*this is the clue*/
}
.wideImageBox .wrapper .innerImg {
  width: 100%;
  height: 28.4em;
  background-color: black;
}
.wideImageBox .wrapper .innerImg img {
  opacity: 0.94;
}
.wideImageBox .wrapper .innerText {
  position: absolute;
  width: 60vw;
  padding-left: 10em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wideImageBox .wrapper .innerText h2 {
  color: #ffffff;
  margin-top: 0.8em;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 768px) {
  .wideImageBox .wrapper .innerText {
    width: 88vw;
    padding-left: 4em;
    top: 5%;
    -webkit-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  .wideImageBox .wrapper .innerImg {
    background-color: black;
  }
  .wideImageBox .wrapper .innerImg img {
    opacity: 0.84;
  }
}
/* Ende wideImageBox */
/* Aktionsbutton */
.jazzbutton {
  top: -10em;
  right: -18em;
  position: absolute;
  z-index: 101;
  width: 14em;
  height: 14em;
  border: 2px solid white;
  border-radius: 50%;
  background-color: #81C929;
}
.jazzbutton img {
  width: 5.2em;
  height: auto;
  position: absolute;
  top: 0.6em;
  left: 5em;
  transform: rotate(17deg);
}
.jazzbutton .innertext {
  margin-top: 2em;
  margin-left: 0.12em;
  text-align: center;
  transform: rotate(9deg);
}
.jazzbutton .small,
.jazzbutton .big {
  color: white;
  display: block;
}
.jazzbutton .small {
  font-family: 'VAGRounded_Light', sans-serif;
  font-size: 1em;
  margin-bottom: 0.2em;
  line-height: 1.2em;
}
.jazzbutton .big {
  font-family: 'VAGRounded_Bold', sans-serif;
  font-size: 2em;
  line-height: 1.2em;
  margin-bottom: 0.12em;
}
.jazzbutton .big sup {
  font-family: 'VAGRounded_Bold', sans-serif;
  font-size: 0.64em;
  font-weight: bold;
}
.jazzbutton:hover {
  background-color: #67a517;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .jazzbutton {
    top: -16em;
    right: 0.8em;
    width: 12em;
    height: 12em;
  }
  .jazzbutton .small {
    font-size: 0.8em;
  }
  .jazzbutton .big {
    font-size: 1.68em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .jazzbutton {
    top: 4em;
    right: 0.8em;
    width: 10em;
    height: 10em;
  }
  .jazzbutton .innertext {
    margin-top: 0.8em;
    margin-left: 0.02em;
  }
  .jazzbutton .small {
    font-size: 0.8em;
  }
  .jazzbutton .big {
    font-size: 1.38em;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .jazzbutton {
    top: 0em;
    right: -12em;
    width: 12em;
    height: 12em;
  }
  .jazzbutton .small {
    font-size: 0.8em;
  }
  .jazzbutton .big {
    font-size: 1.68em;
  }
}
/*OSM Netzgebiete*/
.leaflet-popup-content-wrapper {
  padding: 0.4em;
}
.leaflet-popup-content-wrapper .leaflet-popup-content {
  font-size: 1.48em;
}
.leaflet-popup-content-wrapper .leaflet-popup-content p {
  font-size: 0.92em;
}
.leaflet-popup-content-wrapper .leaflet-popup-content p a {
  color: #81C929;
  cursor: pointer;
}
.leaflet-popup-content-wrapper .leaflet-popup-content p a:before {
  font-size: 0.94em;
  font-family: FontAwesome;
  content: '\f061';
  color: #81C929;
  margin-right: 0.4em;
}
.leaflet-popup-content-wrapper .leaflet-popup-content span {
  font-size: 0.9em;
  color: #81C929;
}
.leaflet-popup-content-wrapper .leaflet-popup-content a.email-standard {
  color: #81C929 !important;
}
.leaflet-popup-content-wrapper .leaflet-popup-content a.tel-standard {
  color: #333333 !important;
}
/*Energiesammler Icon*/
ul.alternative li.special-icon:before {
  content: url('/images/svgs/Geschenk.svg');
  transform: scale(0.86);
  font-size: 1em;
  color: #81C929;
  position: absolute;
  top: 0;
  left: -1.66em;
}