.accordion h3 {
  cursor: pointer;
  border-bottom: 1px solid #322b2e; }
  .accordion ul, .accordion div.acctext {
    display: none; }

.downloadimages ul {
  margin: 0 -5px;
  list-style: none; }
  .downloadimages ul li {
    width: 50%;
    float: left;
    padding: 0 5px 10px; }
    .downloadimages ul li .downloadimage {
      text-align: center; }
      .downloadimages ul li .downloadimage img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block; }

.downloads {
  padding: 30px; }
  .downloads h3 {
    font-family: 'Crimson Text', serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px; }
  .downloads ul {
    padding-left: 0;
    list-style: none; }
  .downloads ul li {
    line-height: 24px;
    background-position: left center;
    background-size: 12px;
    background-repeat: no-repeat;
    background-image: url(/fileadmin/user_upload/pdf-icon-grey-hi.png);
    padding: 0 0 0 26px;
    line-height: 160%; }

section.section-winedetail {
  position: relative;
  padding: 30px; }
  section.section-winedetail .cols {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; }
  section.section-winedetail .cols .col {
    width: 100%; }
    section.section-winedetail .cols .col.col1 .article h2 {
      margin-bottom: 20px; }
    section.section-winedetail .cols .col.col2 .downloads {
      background: #4f502b;
      color: #fff;
      padding: 30px; }
      section.section-winedetail .cols .col.col2 .downloads ul {
        padding-left: 0;
        list-style: none; }
        section.section-winedetail .cols .col.col2 .downloads ul li {
          background-image: url(/fileadmin/user_upload/pdf-icon-white-hi.png); }

section.section-image-text {
  position: relative;
  padding: 30px; }
  section.section-image-text .cols {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; }
  section.section-image-text .cols .col {
    width: 100%; }
    section.section-image-text .cols .col.col1 {
      padding-bottom: 30px;
      height: 300px; }
      section.section-image-text .cols .col.col1 .googlemap {
        height: 100%; }
      section.section-image-text .cols .col.col1 .bgimage {
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }
    section.section-image-text .cols .col.col2 {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      section.section-image-text .cols .col.col2 .article {
        margin: auto;
        width: 100%; }
    section.section-image-text .cols .col.col100 {
      width: 100% !important; }

section.section-carousel {
  padding: 30px;
  position: relative;
  overflow: hidden; }
  section.section-carousel .slick-next, section.section-carousel .slick-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 60px;
    z-index: 10;
    margin-top: -30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: 0;
    outline: 0;
    cursor: pointer;
    text-indent: -9999px;
    background-color: transparent; }
  section.section-carousel .slick-next {
    background-image: url(/fileadmin/templates/images/layouts/arrow-left.png);
    left: 30px; }
  section.section-carousel .slick-prev {
    background-image: url(/fileadmin/templates/images/layouts/arrow-right.png);
    right: 30px; }
  section.section-carousel .slick-slide {
    background: #f4f4f4; }
  section.section-carousel .slick-slide img {
    padding: 0 28%;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block; }

section.section-overview, section.section-video {
  position: relative; }
  section.section-overview .hiddencontent, section.section-video .hiddencontent, section.section-overview .wine-overview, section.section-video .wine-overview {
    background: #362f35;
    padding: 30px;
    text-align: center;
    display: none;
    color: #fff;
    font-size: 20px; }
  section.section-overview .hiddencontent img, section.section-video .hiddencontent img, section.section-overview .wine-overview img, section.section-video .wine-overview img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block; }
  section.section-overview .hiddencontent .boxes .box, section.section-video .hiddencontent .boxes .box, section.section-overview .wine-overview .boxes .box, section.section-video .wine-overview .boxes .box {
    margin-bottom: 20px;
    width: 50%;
    float: left;
    padding: 0 15px; }
  section.section-overview video, section.section-video video {
    -o-transition: all 0.6s ease-out;
    -mx-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    width: 100%;
    max-width: 100%;
    height: auto; }
  section.section-overview video.fadeout, section.section-video video.fadeout {
    opacity: 0;
    pointer-events: none; }
  section.section-overview .wine-overview-standalone, section.section-video .wine-overview-standalone {
    padding: 30px !important;
    background-color: #fff; }
  section.section-overview .wine-overview-standalone .boxes, section.section-video .wine-overview-standalone .boxes {
    padding: 30px;
    background-color: #322b2e; }

section.section-video {
  padding: 30px 0;
  margin: 0 30px;
  background-image: url(/fileadmin/templates/images/layouts/ajax-loader.gif);
  background-position: center 150px;
  background-repeat: no-repeat; }
  section.section-video .image img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  section.section-video video {
    opacity: 0;
    -o-transition: all 0.3s ease-out;
    -mx-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  section.section-video video.canplay {
    opacity: 1; }

section.section-overview .wine-overview {
  display: block; }

.text-content.btn-shopLink {
  padding: 0 0 2em 2em;
  max-width: fit-content; }
  .text-content.btn-shopLink a.extra-link {
    background: #322b2e;
    color: white;
    font-size: 0.85rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    display: flex;
    padding: 1rem;
    transition: transform 0.3s ease-out; }
    .text-content.btn-shopLink a.extra-link span {
      padding-right: 1em;
      margin: auto; }
    .text-content.btn-shopLink a.extra-link svg {
      fill: white;
      max-height: 2em;
      height: 2em; }
    .text-content.btn-shopLink a:hover {
      text-decoration: none;
      transform: translateY(-10%); }
    .text-content.btn-shopLink a:after {
      content: attr(title); }
/*******************************************/
/************ Responsive Setup *************/
/*******************************************/
@media screen and (max-width: 1023px) and (orientation: portrait) {
  section.section-video {
    overflow: hidden; }
    section.section-video video {
      background: #4f502b;
      -o-transition: all 0.6s ease-out;
      -mx-transition: all 0.6s ease-out;
      -moz-transition: all 0.6s ease-out;
      -webkit-transition: all 0.6s ease-out;
      transition: all 0.6s ease-out;
      width: 200%;
      max-width: 200%;
      height: auto;
      margin-left: -50%; } }

@media screen and (min-width: 480px) {
  section.section-overview .hiddencontent, section.section-video .hiddencontent, section.section-overview .wine-overview, section.section-video .wine-overview {
    padding: 50px; }
    section.section-overview .hiddencontent .boxes .box, section.section-video .hiddencontent .boxes .box, section.section-overview .wine-overview .boxes .box, section.section-video .wine-overview .boxes .box {
      width: 33.33%;
      padding: 0 15px; } }

@media screen and (min-width: 768px) {
  .downloadimages ul li {
    width: 33.33%; }

  section.section-winedetail {
    padding: 30px; }
    section.section-winedetail .cols {
      -webkit-flex-direction: row;
      flex-direction: row; }
      section.section-winedetail .cols .col {
        width: 50%; }
        section.section-winedetail .cols .col.col1 {
          padding-right: 15px; }
        section.section-winedetail .cols .col.col2 {
          padding-left: 15px; }
          section.section-winedetail .cols .col.col2 .downloads {
            padding: 30px; }

  section.section-image-text {
    padding: 30px; }
    section.section-image-text .cols {
      -webkit-flex-direction: row;
      flex-direction: row; }
      section.section-image-text .cols .col {
        width: 50%;
        min-height: 500px; }
        section.section-image-text .cols .col.col1 {
          padding-bottom: 0;
          height: auto;
          padding-right: 15px; }
        section.section-image-text .cols .col.col2 {
          padding-left: 15px; }

  section.section-overview .hiddencontent, section.section-video .hiddencontent, section.section-overview .wine-overview, section.section-video .wine-overview {
    padding: 50px; }
    section.section-overview .hiddencontent .boxes .box, section.section-video .hiddencontent .boxes .box, section.section-overview .wine-overview .boxes .box, section.section-video .wine-overview .boxes .box {
      margin-bottom: 0;
      width: 25%;
      width: 12.5%;
      padding: 0 15px; } }

@media screen and (min-width: 1024px) {
  .downloadimages ul li {
    width: 25%; }

  section.section-overview .hiddencontent, section.section-video .hiddencontent, section.section-overview .wine-overview, section.section-video .wine-overview {
    padding: 50px; }
    section.section-overview .hiddencontent .boxes .box, section.section-video .hiddencontent .boxes .box, section.section-overview .wine-overview .boxes .box, section.section-video .wine-overview .boxes .box {
      width: 20%;
      width: 11.1111%;
      padding: 0 15px; } }

@media screen and (min-width: 1280px) {
  .downloadimages ul li {
    width: 20%; }

  .downloads h3 {
    font-size: 18px; }
    .downloads ul li {
      display: inline-block;
      width: 48%; }

  section.section-overview .hiddencontent, section.section-video .hiddencontent, section.section-overview .wine-overview, section.section-video .wine-overview {
    padding: 50px; }
    section.section-overview .hiddencontent .boxes .box, section.section-video .hiddencontent .boxes .box, section.section-overview .wine-overview .boxes .box, section.section-video .wine-overview .boxes .box {
      width: 11.1111%;
      padding: 0 15px; } }

@media screen and (max-width: 740px) and (orientation: landscape) {
  section.section-winedetail {
    padding: 15px; }

  section.section-image-text {
    padding: 15px; }

  section.section-carousel {
    padding: 15px; }

  section.section-overview .hiddencontent, section.section-video .hiddencontent, section.section-overview .wine-overview, section.section-video .wine-overview {
    padding: 15px; }
    section.section-overview .wine-overview-standalone, section.section-video .wine-overview-standalone {
      padding: 15px !important; }
      section.section-overview .wine-overview-standalone .boxes, section.section-video .wine-overview-standalone .boxes {
        padding: 15px; }

  section.section-video {
    padding: 15px 0;
    margin: 0 15px; } }
