@media (max-width: 768px) {
}/* PRODUCT SIZE */
.shop-product-kachel {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  /*
        :not(.slick-slide) > &:hover, .slick-current + .slick-active & {
            .kachel-hover();
        }
        */
}
@media (min-width: 768px) {
  .shop-product-kachel {
    margin-bottom: 50px;
  }
}
.shop-product-kachel.preview-only .shop-product-kachel-background {
  bottom: 123px;
}
@media (min-width: 768px) {
  .shop-product-kachel.preview-only .shop-product-kachel-background {
    bottom: 145px;
  }
}
@media (min-width: 992px) {
  .shop-product-kachel.preview-only .shop-product-kachel-background {
    bottom: 155px;
  }
}
@media (min-width: 1200px) {
  .shop-product-kachel.preview-only .shop-product-kachel-background {
    bottom: 160px;
  }
}
.shop-product-kachel.preview-only .shop-product-caption {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .shop-product-kachel.preview-only .shop-product-caption {
    padding-bottom: 35px;
  }
}
.shop-product-kachel.voucher .xs-shop-product-counter-container {
  visibility: hidden;
}
.shop-product-kachel .kachel-hover .shop-product-image-holder .image {
  transform: translate(-50%, 0) scale(1.1);
  -webkit-transform: translate(-50%, 0) scale(1.1);
}
.shop-product-kachel .kachel-hover .shop-product-image-holder .subscription-flag {
  background: #a98d60;
  color: #192631;
}
.shop-product-kachel .kachel-hover .shop-product-image-holder .subscription-flag:after {
  border-left-color: #a98d60;
}
.shop-product-kachel .kachel-hover .shop-product-kachel-background {
  top: 104px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  box-shadow: 0 3px 18px rgba(100, 100, 100, 0.4);
}
.shop-product-kachel .kachel-hover .shop-product-kachel-background:after {
  opacity: 0;
}
.shop-product-kachel .kachel-hover .shop-product-caption .xs-shop-product-counter-container {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.375s;
  -moz-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.375s;
  -ms-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.375s;
  -o-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.375s;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.375s;
}
@media (max-width: 1200px) {
  .owl-carousel .owl-item.center .shop-product-kachel .shop-product-image-holder .image {
    transform: translate(-50%, 0) scale(1.1);
    -webkit-transform: translate(-50%, 0) scale(1.1);
  }
  .owl-carousel .owl-item.center .shop-product-kachel .shop-product-image-holder .subscription-flag {
    background: #a98d60;
    color: #192631;
  }
  .owl-carousel .owl-item.center .shop-product-kachel .shop-product-image-holder .subscription-flag:after {
    border-left-color: #a98d60;
  }
  .owl-carousel .owl-item.center .shop-product-kachel .shop-product-kachel-background {
    top: 104px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    box-shadow: 0 3px 18px rgba(100, 100, 100, 0.4);
  }
  .owl-carousel .owl-item.center .shop-product-kachel .shop-product-kachel-background:after {
    opacity: 0;
  }
  .owl-carousel .owl-item.center .shop-product-kachel .shop-product-caption .xs-shop-product-counter-container {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.375s;
    -moz-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.375s;
    -ms-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.375s;
    -o-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.375s;
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.375s;
  }
}
.shop-product-kachel:not(.no-hover):hover .shop-product-image-holder .image {
  transform: translate(-50%, 0) scale(1.1);
  -webkit-transform: translate(-50%, 0) scale(1.1);
}
.shop-product-kachel:not(.no-hover):hover .shop-product-image-holder .subscription-flag {
  background: #a98d60;
  color: #192631;
}
.shop-product-kachel:not(.no-hover):hover .shop-product-image-holder .subscription-flag:after {
  border-left-color: #a98d60;
}
.shop-product-kachel:not(.no-hover):hover .shop-product-kachel-background {
  top: 104px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  box-shadow: 0 3px 18px rgba(100, 100, 100, 0.4);
}
.shop-product-kachel:not(.no-hover):hover .shop-product-kachel-background:after {
  opacity: 0;
}
.shop-product-kachel:not(.no-hover):hover .shop-product-caption .xs-shop-product-counter-container {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.375s;
  -moz-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.375s;
  -ms-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.375s;
  -o-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.375s;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.375s;
}
@media (max-width: 767.98px) {
  .shop-product-kachel {
    /*
            .selection-shop & {
                .kachel-hover();
            }
            */
  }
}
@media (min-width: 767.98px) and (max-width: 1199.98px) {
  .shop-product-kachel {
    /*
            .selection-shop .slick-current & {
                .kachel-hover();
            }
            */
  }
}
.shop-product-kachel-background {
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  bottom: 115px;
  background: #192631;
  -webkit-transition: all 0.36s cubic-bezier(0.335, 1, 0.68, 0.95);
  -moz-transition: all 0.36s cubic-bezier(0.335, 1, 0.68, 0.95);
  -ms-transition: all 0.36s cubic-bezier(0.335, 1, 0.68, 0.95);
  -o-transition: all 0.36s cubic-bezier(0.335, 1, 0.68, 0.95);
  transition: all 0.36s cubic-bezier(0.335, 1, 0.68, 0.95);
  z-index: -1;
  will-change: left, top, right, bottom;
  box-shadow: 0 3px 8px rgba(200, 200, 200, 0.001);
  overflow: hidden;
}
@media (min-width: 768px) {
  .shop-product-kachel-background {
    bottom: 143px;
  }
}
@media (min-width: 992px) {
  .shop-product-kachel-background {
    bottom: 180px;
  }
}
@media (min-width: 1200px) {
  .shop-product-kachel-background {
    bottom: 143px;
  }
}
.shop-product-kachel-background:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background-image: url('//www.weingutnigl.at/xstorage/1/_cache/20180907/bg_beige_368_1_4848b26de3e03bf0195f95b6e30ad86a.jpg');
  background-size: cover;
  background-position: left top;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.shop-product-image-holder {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 315px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .shop-product-image-holder {
    height: 380px;
  }
}
@media (min-width: 992px) {
  .shop-product-image-holder {
    height: 440px;
  }
}
@media (min-width: 1200px) {
  .shop-product-image-holder {
    height: 515px;
  }
}
@media (min-width: 768px) {
  .shop-product-image-holder {
    margin-bottom: 30px;
  }
}
.shop-product-image-holder .image {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  transition: transform 0.42s cubic-bezier(0.335, 1, 0.68, 0.95) !important;
  -webkit-transition: transform 0.42s cubic-bezier(0.335, 1, 0.68, 0.95) !important;
  transform: translate(-50%, 0) scale(1);
  -webkit-transform: translate(-50%, 0) scale(1);
}
.shop-product-image-holder .subscription-flag {
  position: absolute;
  display: table;
  top: 33%;
  left: -6px;
  background: #192631;
  color: #a98d60;
  font-size: 19px;
  height: 48px;
  line-height: 1.15;
  padding: 0 10px;
  text-align: center;
  font-family: 'Marion';
  font-weight: 300;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 1200px) {
  .shop-product-image-holder .subscription-flag {
    font-size: 22px;
    height: 54px;
    line-height: 1.115;
  }
}
.shop-product-image-holder .subscription-flag small {
  font-family: 'DIN';
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.55em;
  line-height: 1;
}
.shop-product-image-holder .subscription-flag:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-left: 13px solid #192631;
  border-bottom: 24px solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 1200px) {
  .shop-product-image-holder .subscription-flag:after {
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
  }
}
.shop-product-caption {
  color: #a98d60;
  text-align: left;
  font-size: 23px;
  padding: 15px 12px;
}
@media (min-width: 768px) {
  .shop-product-caption {
    font-size: 27px;
  }
}
@media (min-width: 992px) {
  .shop-product-caption {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .shop-product-caption {
    padding: 20px 30px;
  }
}
.shop-product-caption .xs-shop-product-counter-container {
  float: right;
  opacity: 1;
  margin-top: 5px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 992px) {
  .shop-product-caption .xs-shop-product-counter-container {
    opacity: 0;
  }
}
.shop-product-name {
  font-family: 'Marion';
  font-weight: 300;
  color: inherit;
  height: 1.2em;
  margin-bottom: 0.15em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
}
.shop-product-year {
  font-family: 'DIN';
  font-weight: 500;
  display: block;
  line-height: normal;
  color: inherit;
  text-transform: uppercase;
  font-size: 0.5em;
}
.shop-product-infos {
  float: left;
  margin-right: 5px;
}
.shop-product-inhalt {
  color: inherit;
  font-size: 0.65em;
}
.shop-product-price {
  color: inherit;
  font-size: 0.65em;
}
@media (min-width: 768px) {
  .shop-product-col {
    display: inline-block;
    vertical-align: bottom;
    float: none;
  }
}
@media (min-width: 768px) {
  .shop-product-col:nth-of-type(1) {
    width: 35%;
  }
}
@media (min-width: 992px) {
  .shop-product-col:nth-of-type(1) {
    width: 38%;
  }
}
@media (min-width: 768px) {
  .shop-product-col:nth-of-type(2) {
    width: 65%;
  }
}
@media (min-width: 992px) {
  .shop-product-col:nth-of-type(2) {
    width: 62%;
  }
}
@media (min-width: 768px) {
  .shop-product-col .shop-product-caption {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .promokachel {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .promokachel {
    height: 530px;
  }
}
.promokachel .shop-product-promo-text {
  position: relative;
  padding: 50px 30px 65px;
  color: white;
  background: #192631;
  overflow: hidden;
}
@media (min-width: 768px) {
  .promokachel .shop-product-promo-text {
    padding: 80px 50px 90px;
  }
}
@media (min-width: 992px) {
  .promokachel .shop-product-promo-text {
    float: left;
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 7%;
  }
}
.promokachel .shop-product-promo-text .focuspoint {
  opacity: 0.6;
}
.promokachel .shop-product-promo-text .center-text {
  position: relative;
  z-index: 2;
}
.promokachel .shop-product-promo-text .center-text h2 {
  margin-bottom: 0.45em;
}
.promokachel .shop-product-promo-text .center-text p {
  color: white;
  max-width: 570px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.promokachel .shop-product-promo-text .center-text .button-link {
  margin-top: 2em;
}
.promokachel .shop-product-kachel {
  background: #192631;
  padding: 0 0 30px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .promokachel .shop-product-kachel {
    float: left;
    width: 40%;
    height: 100%;
  }
}
.promokachel .shop-product-image-holder {
  width: 90px;
  height: 250px;
  margin: -60px 30px 0 0;
}
@media (min-width: 768px) {
  .promokachel .shop-product-image-holder {
    width: 110px;
    height: 300px;
    margin: -80px 35px 0 0;
  }
}
@media (min-width: 992px) {
  .promokachel .shop-product-image-holder {
    width: 140px;
    height: 540px;
    margin: -60px 10px 0 0;
  }
}
@media (min-width: 1200px) {
  .promokachel .shop-product-image-holder {
    width: 190px;
    height: 600px;
    margin: -90px 10px 0 0;
  }
}
.promokachel .shop-product-image-holder img {
  height: 100%;
  max-width: none;
  pointer-events: none;
}
.promokachel .shop-product-caption {
  text-align: left;
  padding: 0;
  max-width: 200px;
}
@media (min-width: 992px) {
  .promokachel .shop-product-caption {
    margin-top: 100px;
  }
}
.promokachel .shop-product-infos {
  float: none;
}
.promokachel .xs-shop-product-counter-container {
  opacity: 1 !important;
  float: none;
  margin-top: 20px;
  pointer-events: all !important;
}
/*/xassets/uncompressed/source_map/51.css.css.map */