/* Common */
i.fresh {
  position: absolute;
  top: -8px;
  right: 0;
  background: url("/files/build/img/icon_products_cool-products-small.png") no-repeat;
  width: 20px;
  height: 20px;
}

.level-item {
  position: relative;
}

.background-image {
  width: 100%;
  position: relative;
  padding: 0 !important;
  background-color: transparent;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  height: auto;
}
.background-image .product-table {
  position: absolute;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  bottom: 0;
  left: 0;
}
.background-image .subnav {
  flex-grow: 0;
}

.theta-container {
  position: relative;
  margin: 0 auto !important;
  padding: 0 !important;
  z-index: 10;
  flex-grow: 1;
}
.theta-container .theta-carousel-inner-container {
  width: 100%;
  height: 100%;
  position: absolute !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.theta-container .theta-carousel-inner-container .texte {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 45%;
  z-index: 100;
}
.theta-container .theta-carousel-inner-container .texte .texte-box {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  padding: 37px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.theta-container .theta-carousel-inner-container .texte h1 {
  font-size: 46px;
  margin: 0 0 20px 0;
  font-weight: normal;
  line-height: 50px;
}
.theta-container .theta-carousel-inner-container .texte .title {
  font-size: 46px;
  margin-bottom: 20px;
  margin-top: 40px;
  line-height: 50px;
}
.theta-container .theta-carousel-inner-container .ex-item {
  position: absolute;
  opacity: 0;
}
.theta-container .theta-carousel-inner-container .ex-item.theta-current-item {
  opacity: 1 !important;
}
.theta-container .theta-carousel-inner-container .ex-item.theta-current-item .product-fruits {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.theta-container .theta-carousel-inner-container .ex-item.theta-current-item .product-icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 18;
}
.theta-container .theta-carousel-inner-container .ex-item .product-image-wrper {
  z-index: 12;
  display: inline-flex;
  position: relative;
  align-items: center;
  margin: 0 auto;
  flex-direction: column;
  justify-content: flex-end;
}
.theta-container .theta-carousel-inner-container .ex-item .product-image-wrper .product-image {
  z-index: 13;
  display: inline-flex;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.theta-container .theta-carousel-inner-container .product-fruits {
  position: absolute;
  right: 100%;
  bottom: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
  margin-right: -35%;
}
.theta-container .theta-carousel-inner-container .product-icon {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
}
.theta-container .theta-carousel-inner-container .badge-icon {
  position: absolute;
}
.theta-container .theta-carousel-inner-container .product-info {
  position: absolute;
  display: none;
  width: 363px !important;
  background-color: #FFF;
  padding: 40px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 21px;
  color: #333;
  background: url("/files/build/img/product_tooltips-top.png") center top no-repeat, url("/files/build/img/product_tooltips-bottom.png") center bottom no-repeat;
  z-index: 200;
}
.theta-container .theta-carousel-inner-container .product-info h3 {
  font-size: 30px;
  line-height: 35px;
  color: #d10b11;
}
.theta-container .theta-carousel-inner-container .product-info h4 {
  color: #d10b11;
}
.theta-container .theta-carousel-inner-container .product-info .product-info-text {
  overflow: hidden;
}
.theta-container .theta-carousel-inner-container .product-info .box-naehrwerte .product-info-text {
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  max-height: 700px;
}
.theta-container .theta-carousel-inner-container .product-info .middle {
  z-index: -1;
  position: absolute;
  top: 82px;
  right: 0;
  bottom: 49px;
  left: 0;
  background: url("/files/build/img/product_tooltips-middle.png") center center repeat-y;
}
.theta-container .theta-carousel-inner-container .product-info .close-product-info {
  position: absolute;
  right: 19px;
  top: 16px;
  cursor: pointer;
  width: 30px;
}
.theta-container .theta-carousel-inner-container .show-product-box {
  position: absolute;
  z-index: 100;
}
.theta-container .theta-carousel-inner-container .show-product-box img {
  cursor: pointer;
}
.theta-container .theta-carousel-inner-container .click-area {
  z-index: 50;
}

.product-mobile {
  display: none;
}

/* Mobile */
@media only screen and (max-width: 1189px) {
  .background-image .product-table {
    height: 170px;
  }
  .theta-container {
    width: 100%;
    height: 400px;
  }
  .theta-container .theta-carousel-inner-container {
    display: flex;
    justify-content: center;
    width: 100% !important;
    height: 400px !important;
  }
  .theta-container .theta-carousel-inner-container #product-slider, .theta-container .theta-carousel-inner-container .texte, .theta-container .theta-carousel-inner-container .product-icon, .theta-container .theta-carousel-inner-container .theta-container .product-info, .theta-container .theta-carousel-inner-container .click-area {
    display: none !important;
  }
  .theta-container .theta-carousel-inner-container .ex-item {
    width: 100%;
    height: 100%;
    -webkit-transform: none !important;
    transform: none !important;
    margin: 0;
  }
  .theta-container .theta-carousel-inner-container .ex-item .product-fruits {
    display: none;
    width: 230px;
    right: auto;
    left: 50%;
    bottom: 20px;
    margin-left: -230px;
  }
  .theta-container .theta-carousel-inner-container .ex-item:not(.theta-container .theta-carousel-inner-container .ex-item.theta-current-item) {
    opacity: 0 !important;
  }
  .theta-container .theta-carousel-inner-container .ex-item .product-image-wrper {
    height: 100%;
    width: 100%;
  }
  .theta-container .theta-carousel-inner-container .badge-icon {
    top: 20px;
    right: 20px;
    width: 85px;
    z-index: 999;
  }
  .theta-container .theta-carousel-inner-container .show-product-box {
    width: 100%;
    padding: 0 20px;
    top: 318px;
    left: 0;
  }
  .theta-container .theta-carousel-inner-container .show-product-box .next {
    margin-left: 0;
    position: absolute;
    top: 0;
    right: 20px;
  }
  .theta-container .theta-carousel-inner-container .produkt-sorte .product-table {
    height: 170px;
  }
  .theta-container .theta-carousel-inner-container .produkt-sorte .sortiment a {
    margin: 0 20px !important;
  }
  .product-mobile {
    display: block;
  }
  .product-mobile .texts-mobile {
    padding: 50px 25px 25px 25px;
  }
  .product-mobile .texts-mobile h1 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .product-mobile .texts-mobile h3 {
    color: #333;
    margin-top: 30px;
    line-height: 26px;
    font-weight: normal;
  }
  .product-mobile .texts-mobile h4 {
    color: #333;
    font-size: 18px;
    margin: 0 0 15px 0;
    font-weight: normal;
  }
  .product-mobile .texts-mobile p {
    margin: 0 0 10px 0;
    font-weight: 300;
  }
  .product-mobile .texts-mobile strong {
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
  }
  .product-mobile .texts-mobile .accordion .accordion-header {
    font-size: 30px;
    color: #d10b11;
    border-bottom: 1px solid #CCC;
  }
  .product-mobile .texts-mobile .accordion .accordion-header:first-child {
    border-top: 1px solid #CCC;
  }
  .product-mobile .texts-mobile .accordion .accordion-header.active {
    background-color: #EEE;
    margin: -1px -25px 0 -25px;
    padding: 5px 25px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
  }
  .product-mobile .texts-mobile .accordion .accordion-header img {
    margin-left: -15px;
    margin-right: 10px;
    vertical-align: middle;
    border: 0;
  }
  .product-mobile .texts-mobile .accordion .collapse {
    display: none;
    color: #333;
    font-size: 14px !important;
    line-height: 18px;
    padding: 25px 0;
    background-color: #FFF;
  }
  .product-mobile .texts-mobile .accordion .collapse.show {
    display: block;
  }
}
/* Desktop */
@media only screen and (min-width: 1190px) {
  .background-image {
    min-height: 982px;
    background-position-y: -130px;
  }
  .background-image .product-table {
    height: 340px;
  }
  .background-image .subnav {
    height: auto;
  }
  .theta-container {
    width: 1260px;
    height: 890px;
  }
  .theta-container .theta-carousel-inner-container {
    width: 1260px !important;
    height: 890px !important;
  }
  .theta-container .theta-carousel-inner-container .ex-item {
    /*
            .naehrwerte {
              top: 32px;
              left: 80px;
            }

            .saftqualitaet {
              top: 256px;
              left: 224px;
            }

            .sorte {
              top: 351.4px;
              left: 11.2px;
            }

            .vegan {
              top: 494px;
              left: 214px;
            }*/
  }
  .theta-container .theta-carousel-inner-container .ex-item .product-image-wrper {
    height: 600px;
    width: 400px;
  }
  .theta-container .theta-carousel-inner-container .ex-item .show-product-box {
    top: 779px;
    left: 696px;
  }
  .theta-container .theta-carousel-inner-container .product-info {
    z-index: 999;
  }
  .theta-container .theta-carousel-inner-container .product-info.box-naehrwerte {
    /*top: 16px;
    left: 816px;*/
    width: 380px;
    padding-right: 26px;
    padding-top: 55px;
  }
  .theta-container .theta-carousel-inner-container .product-info.box-naehrwerte .product-info-text {
    max-height: 651px;
    overflow: auto;
  }
  .theta-container .theta-carousel-inner-container .product-info.box-naehrwerte .arrow {
    position: absolute;
    left: -29px;
    top: 121px;
  }
  .theta-container .theta-carousel-inner-container .product-info.box-sorte {
    /*top: 464px;
    left: 720px;*/
  }
  .theta-container .theta-carousel-inner-container .product-info.box-sorte .product-info-text {
    max-height: 230px;
    overflow: auto;
  }
  .theta-container .theta-carousel-inner-container .product-info.box-sorte .arrow {
    position: absolute;
    left: -29px;
    top: 41px;
  }
  .theta-container .theta-carousel-inner-container .product-info.box-saftqualitaet {
    /*top: 356.8px;
    left: 464px;*/
  }
  .theta-container .theta-carousel-inner-container .product-info.box-saftqualitaet .product-info-text {
    max-height: 400px;
    overflow: auto;
  }
  .theta-container .theta-carousel-inner-container .product-info.box-saftqualitaet .arrow {
    position: absolute;
    right: -29px;
    top: 2.6rem;
  }
  .theta-container .theta-carousel-inner-container .product-info.box-vegan {
    /*top: 635px;
    left: 451px;*/
  }
  .theta-container .theta-carousel-inner-container .product-info.box-vegan .product-info-text {
    max-height: 170px;
    overflow: auto;
  }
  .theta-container .theta-carousel-inner-container .product-info.box-vegan .arrow {
    position: absolute;
    right: -29px;
    top: 36px;
  }
  .theta-container .theta-carousel-inner-container .badge-icon {
    position: absolute;
    top: 50px;
    left: 1050px;
    height: auto;
    width: 160px;
  }
  .theta-container .theta-carousel-inner-container .show-product-box {
    position: absolute;
    bottom: 47px;
    left: 671px;
  }
  .theta-container .theta-carousel-inner-container .show-product-box .next {
    margin-left: 192px;
  }
  .theta-container .theta-carousel-inner-container .click-area {
    position: absolute;
    top: 11.2rem;
    left: 57.5rem;
    cursor: pointer;
  }
  .theta-container .theta-carousel-inner-container .click-area div {
    position: absolute;
  }
  .theta-container .theta-carousel-inner-container .click-area .area-1 {
    width: 110px;
    height: 524px;
    top: 0;
    left: 0;
  }
  .theta-container .theta-carousel-inner-container .click-area .area-2 {
    width: 99px;
    top: 3.2rem;
    height: 425px;
    left: 7rem;
  }
  .theta-container .theta-carousel-inner-container .click-area .area-3 {
    width: 69px;
    top: 5.6rem;
    height: 348px;
    left: 13rem;
  }
  .theta-container .theta-carousel-inner-container .click-area .area-4 {
    width: 49px;
    top: 8.8rem;
    height: 270px;
    left: 17.6rem;
  }
}

/*# sourceMappingURL=products.css.map */
