.site-content {
  padding-top: 130px;
  padding-bottom: 50px;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%) 0% 0% no-repeat padding-box;
}


@media screen and (min-width: 768px) {

  .site-content {
    padding-top: 130px;
  }

}



.home .site-content {
  padding-top: 20px;
}

@media screen and (min-width: 768px) {

  .home .site-content {
    padding-top: 40px;
  }

}






/*------------------------------------------------------------------------------
# EXHIBiTION
-------------------------------------------------------------------------------*/

.exhibition-title {
  margin: 10px 0 8px 0;
  font-size: 22px;
}

.exhibition-subtitle {
  margin-bottom: 0px;
  line-height: 1.5;
}

.exhibition-date {
  margin-bottom: 0;
}


.exhibition-preview-image {
  width: 100%;
}

.exhibition-preview-image-placeholder {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #f7f7f7;
}

@media screen and (max-width: 767px) {
  .exhibition-poster {
    margin-bottom: 20px;
  }
}



.exhibition-slider-nav-wrapper {
  width: 100%;
  margin: 30px auto;

}

@media (min-width: 576px) {
  .exhibition-slider-nav-wrapper {
      max-width: 540px;
  }
}

@media screen and (min-width: 768px) {
.exhibition-slider-nav-wrapper {
  max-width: 718px;
}
}

@media screen and (min-width: 991px) {
.exhibition-slider-nav-wrapper {
  max-width: 962px;
}
}

@media screen and (min-width: 1200px) {
.exhibition-slider-nav-wrapper {
  max-width: 1140px;
}
}


.exhibition-slider-nav .exhibition-slide {
  padding: 0 15px;
}


.exhibition-artworks-shop-link-container span,
.exhibition-artworks-shop-link-container a {
  font-size: 12px;
  color: #646464;
}

.exhibition-artworks-shop-link-container a {
  text-decoration: underline;
}

.exhibition-artwork .product-image-link-container {
    width: 42px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: -15px;
    text-align: center;
    background: #fff;
    height: 42px;
    line-height: 42px;
    margin-right: 0px;
    border-radius: 50%;
}



.artist-slider .artist-slide .product-image-link-container {
    width: 42px;
    position: absolute;
    z-index: 10;
    right: 30px;
    top: 30px;
    text-align: center;
    background: #fff;
    height: 42px;
    line-height: 42px;
    margin-right: 0px;
    border-radius: 50%;
}

.exhibition-artists a:hover {
  text-decoration: underline;
}

.exhibition-artists a {
  display: inline-block;
  line-height: 1.7em;
}

.downloads {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.downloads div {
  margin-bottom: 6px;
}

.downloads div:last-child {
  margin-bottom: 0px;
}


.downloads div i {
  margin-right: 10px;
}


.reference-link {
  margin-bottom: 6px;
  display: inline-block;
}


.reference-link:last-child {
  margin-bottom: 0px;
}


.reference-link:hover {
  text-decoration: underline;
}


.exhibition-logo {
  margin-bottom: 30px;
  margin-right: 30px;
}

.exhibition-logo img {
  max-width: 220px;
  max-height: 120px;
}



.further-infos-container p:last-child {
  margin-bottom: 0;
}


/*------------------------------------------------------------------------------
# ARTIST
-------------------------------------------------------------------------------*/

.type-of-exhibition {
  font-size: 14px;
}


.facetwp-facet-art_des_kuenstlers .facetwp-counter {
  display: none;
}

.artist-list {
  list-style: none;
  column-count: 1;
  margin: -3px 0 0;
}

@media screen and (min-width: 768px) {
  .artist-list {
    column-count: 2;
  }
}

@media screen and (min-width: 991px) {
  .artist-list {
    column-count: 3;
  }
}

.artist-list li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}


.artist-list-element {
  margin: 0;
  padding-left: 0;
  font-size: 14px;
}

.artist-list-agenda-element {
    padding: 3px 0;
    color: #646464;
    font-size: 14px;
}


.artist-list-agenda-element:nth-child(2) {
  margin-bottom: 26px;
}

.artist-list-element a {
  padding: 3px 0;
  display: inline-block;
  color: #646464;
}

.artist-preview {
  opacity: 0;
  transition: opacity 0.4s;
}

.artist-preview.visible {
  opacity: 1;
  transition: opacity 0.6s;
}

.artist-preview-container .product-image-wrapper {
  padding-bottom: 130%;
}



.artist-slider .artist-slide .product-image-wrapper {
  padding-bottom: 0%;
  height: auto!important;
}

.artist-slider .artist-slide .product-image-wrapper .image-container {
  position: relative;
}



.artist-slider .artist-slide .product-image-wrapper .image-container {
  padding: 15px;
}

.artist-slider-nav {
  display: none;
}

@media screen and (max-width: 767px) {

  .artist-slider .artist-slide {
    opacity: 1!important;
    margin-bottom: 30px;
  }

}


.artist-slider .artist-slide .product-image-wrapper .image-subtitle {
  position: relative;
  text-align: center;
  color: #191919!important;
  text-decoration: none!important;
  padding: 0 10px 20px 10px;
  font-size: 14px;
}




.artist-slider .artist-slide .product-image-link-container {
    width: 42px;
    position: absolute;
    z-index: 10;
    right: 30px;
    top: 30px;
    text-align: center;
    background: #fff;
    height: 42px;
    line-height: 42px;
    margin-right: 0px;
    border-radius: 50%;
}


@media screen and (min-width: 768px) {

  .artist-slider .artist-slide .product-image-wrapper {
    padding-bottom: 60%;
    height: 0;
  }

  .artist-slider .artist-slide .product-image-wrapper .image-container {
    padding: 80px;
    position: absolute;
  }

  .artist-slider-nav {
    display: block;
  }


  .artist-slider .artist-slide {
    opacity: 0;
    margin-bottom: 0px;
  }

  .artist-slider .artist-slide .product-image-wrapper .image-subtitle {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    color: #191919!important;
    text-decoration: none!important;
    padding: 10px;
    font-size: 14px;
}



.artist-slider .artist-slide .product-image-link-container {
    width: 30px;
    position: absolute;
    z-index: 10;
    right: 5%;
    bottom: 29px;
    text-align: center;
    background: #fff;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    border-radius: 50%;
}


}


.artist-slider-nav-wrapper {
  width: 100%;
  margin: 30px auto;

}

@media (min-width: 576px) {
  .artist-slider-nav-wrapper {
      max-width: 540px;
  }
}

@media screen and (min-width: 768px) {
.artist-slider-nav-wrapper {
  max-width: 718px;
}
}

@media screen and (min-width: 991px) {
.artist-slider-nav-wrapper {
  max-width: 962px;
}
}

@media screen and (min-width: 1200px) {
.artist-slider-nav-wrapper {
  max-width: 1140px;
}
}

.artist-slider-nav .artist-slide .product-image-wrapper {
  padding-bottom: 100%;
}

.artist-slider-nav .artist-slide .product-image-wrapper .image-container {
  padding: 5px;
}



@media screen and (min-width: 768px) {

  .artist-slider-nav .artist-slide .product-image-wrapper .image-container {
    padding: 15px;
  }

}

.artist-slider-nav .artist-slide {
  padding: 0 15px;
}



.artist-biography-wrapper {
  margin-top: 60px;
  margin-bottom: 50px;
}

.artist-biography-wrapper h2 {
  margin-bottom: 10px;
}




/*------------------------------------------------------------------------------
# NEWS
-------------------------------------------------------------------------------*/

.news-item {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #777777;
}

.news-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

/*------------------------------------------------------------------------------
# SHOP PAGE
-------------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {

  .filter-sidebar {
    max-width: 540px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  .filter-sidebar {
    max-width: 690px;
    margin: 0 auto;
  }

}

@media screen and (max-width: 990px) {

  .filter-sidebar-wrapper {
    position: relative;
    left: 0;
    z-index: 2;
    background-color: #ffffff;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    padding: 0 15px 30px 15px;
    display: none;
    margin-bottom: 30px;
  }

  .filter-sidebar-wrapper.active {
  }


}

.filter-sidebar h4 {
  font-size: 14px;
  color: #646464;
  font-weight: 700;
}

.filter-sidebar .facetwp-checkbox {
  font-size: 14px;
  color: #646464;
  font-weight: 400;
  background-position: 0 3px!important;
}

.filter-sidebar .facetwp-facet {
  margin-bottom: 30px;
}


.filter-sidebar .facetwp-facet-price {
  font-size: 14px!important;
}

.filter-sidebar .facetwp-slider-reset {
  display: none;
}


.shop-products {
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
}

.shop-products li {
  margin-bottom: 30px;
}


.shop-product-title {
  font-size: 16px;
  color: #646464;
  text-align: center;
  font-weight: 400;
  margin-top: 10px;
}

.product-image-wrapper {
  height: 0;
  padding-bottom: 100%;
  width: 100%;
  background-color: #f0f0f0;
  transition: background-color 0.6s;
  position: relative;
}


.single-product .single-product-image.product-image-wrapper {
  padding-bottom: 61.5%;
}

.shop-products li:hover .product-image-wrapper {
  background-color: #e3e3e3;
  transition: background-color 0.6s;
}

.product-image-wrapper .image-container {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #191919!important;
  text-decoration: none!important;
  padding: 10px;
}

.product-image-wrapper .image-container img {
  -webkit-box-shadow: 3px 6px 5px -3px #00000029;
          box-shadow: 0px 6px 12px #00000029;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
}


/*------------------------------------------------------------------------------
# SHOP PAGE FOOTER
------------------------------------------------------------------------------*/

.shop-footer {
  width: 100%;
  padding-top: 30px;
  display: flex;
  align-items: center;

}

.shop-footer > div {
  width: 50%;
}

.shop-footer > div:nth-child(1) {
  text-align: left;
}


.shop-footer > div:nth-child(2) {
  text-align: right;
}


.facetwp-facet-products_per_page {
  display: inline-block;
  margin-left: 8px;
}



/*------------------------------------------------------------------------------
# PRODUCT PAGE
-------------------------------------------------------------------------------*/


@media screen and (max-width: 767px) {
.woocommerce-product-gallery__image {
  height: auto;
  padding: 30px 0;
  moin-height: 320px;
  background-color: #f0f0f0;
  display: flex!important;
  align-items: center;
  text-align: center;
}



.woocommerce-product-gallery__image img {
  -webkit-box-shadow: 3px 6px 5px -3px #00000029;
          box-shadow: 0px 6px 12px #00000029;
  max-height: 390px;
  width: auto;
  max-width: 90%;

}

/*
.flex-viewport {
  height: 480px!important;
}
*/
}




@media screen and (min-width: 768px) and (max-width: 991px) {
.woocommerce-product-gallery__image {
  width: 450px!important;
  height: 480px;
  background-color: #f0f0f0;
  display: flex!important;
  align-items: center;
  text-align: center;
}



.woocommerce-product-gallery__image img {
  -webkit-box-shadow: 3px 6px 5px -3px #00000029;
          box-shadow: 0px 6px 12px #00000029;
  max-height: 390px;
  width: auto;
  max-width: 90%;

}


.flex-viewport {
  height: 480px!important;
}

}



@media screen and (min-width: 992px) and (max-width: 1199px) {
.woocommerce-product-gallery__image {
  width: 596px!important;
  height: 480px;
  background-color: #f0f0f0;
  display: flex!important;
  align-items: center;
  text-align: center;
}



.woocommerce-product-gallery__image img {
  -webkit-box-shadow: 3px 6px 5px -3px #00000029;
          box-shadow: 0px 6px 12px #00000029;
  max-height: 390px;
  width: auto;
  max-width: 90%;

}


.flex-viewport {
  height: 480px!important;
}

}



@media screen and (min-width: 1200px) {
.woocommerce-product-gallery__image {
  width: 730px;
  height: 480px;
  background-color: #f0f0f0;
  display: flex!important;
  align-items: center;
  text-align: center;
}



.woocommerce-product-gallery__image img {
  -webkit-box-shadow: 3px 6px 5px -3px #00000029;
          box-shadow: 0px 6px 12px #00000029;
  max-height: 390px;
  width: auto;
  max-width: 90%;

}


.flex-viewport {
  height: 480px!important;
}

}

.woocommerce-product-gallery__image a {
  width: 100%;
}




.single-product div.product .woocommerce-product-gallery {
  float: none!important;
}

.single-product div.product .woocommerce-product-gallery ol li {
  width: calc(22.15% - 10px)!important;
  padding: 0 10px 10px 0;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 2em;
  z-index: 9;
  width: 100%;
  background: transparent;
  text-indent: -9999px;
  border-radius: 0;
  box-sizing: content-box;
}





h2.artist-name {
  font-size: 22px;
  font-weight: 300!important;
  text-transform: uppercase;
}

h1.product_title {
  font-size: 16px;
  font-weight: 700;
  text-transform: initial;
  color: #646464;
}

.single-product .price {
  font-weight: 700;
  margin-bottom: 4px;
}

.variable-product  div.summary > p:nth-child(3) {
  display: none; // First Price Variable Price
}


.single-product .legal-price-info {
  font-size: 14px;
  margin-bottom: 14px;
}

.single-product .shipping-costs-info {
  text-decoration: underline;
}

.single-product .stock.in-stock {
  margin-bottom: 0;
  display: none;
}

.single-product form.cart {
  margin-top: 24px;
}



table.single-product-specs table {
  margin: 0;
  border-spacing: 0;
}



table.single-product-specs tr td {
  vertical-align: top;
  padding-right: 12px;
}



table.single-product-specs table {
  width: 100%;
  border-collapse: collapse;
}

table.single-product-specs table tr td {
  padding-right: 7px;
}

table.single-product-specs table tr td:first-child {
  width: 1px;
  white-space: nowrap;
}




@media screen and (max-width: 768px) {



  .single-product .summary.entry-summary {
    height: auto!important;
  }

}

@media screen and (min-width: 768px) {

  .single-product .summary.entry-summary {
    position: absolute;
    margin-top: 0;
  }

  .single-product .summary.entry-summary.short-summary {
    position: relative!important;
    height: auto!important;
  }

  .single-product .price {
    position: sticky;
    top: 132px;
  }


  .single-product .legal-price-info {
    position: sticky;
    top: 160px;
  }


  .single-product .delivery-time-info {
    position: sticky;
    top: 190px;
  }


  .single-product .stock.in-stock {
    display: none;
  }

  .single-product form.cart {
    position: sticky;
    top: 201px;
  }

  .single-product .stock.in-stock {
    position: sticky;
    top: 192px;
  }

  .single-product .stock.in-stock + form.cart {
    position: sticky;
    top: 239px;
  }

  .single-product .quantity {
    width: 50px;
    margin-right: 30px;
    float: left;
  }

  .single-product .quantity input {
    width: 100%;
  }


}



/*------------------------------------------------------------------------------
# FLEXIBLE ELEMEMTS
-------------------------------------------------------------------------------*/


h3.sub-headline {
  font-size: 16px;
  font-weight: 700;
  text-transform: inherit;
  margin-bottom: 1em;
}


/*------------------------------------------------------------------------------
# CART PAGE
-------------------------------------------------------------------------------*/

table.cart tr td {
  padding-bottom: 12px;
  vertical-align: top;
}


@media screen and (min-width: 768px) {
  table.cart tr td {
    padding-bottom: 30px;
  }
}

td.product-thumbnail {
  width: 100%;
}

@media screen and (min-width: 768px) {
  td.product-thumbnail {
    width: 220px;
  }

}



td.product-name {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {

  td.product-name {
    text-align: left!important;
    padding-left: 12px;
  }

  td.product-name::before {
    display: none;
  }

}


td.product-name .artist-name {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
}

td.product-name .artwork-name {
  font-size: 16px;
  font-weight: 700;
}


td.product-subtotal .delivery-time-info,
td.product-name .cart-item-description,
td.product-name .cart-item-size,
td.product-name .cart-item-quantity {
  font-size: 14px;
  font-weight: 400;
}




td.product-subtotal {
  font-weight: 700;
  font-size: 18px;
}


@media screen and (max-width: 767px) {


  td.product-subtotal {
    width: 100%;
    text-align: left!important;
  }


  td.product-subtotal .delivery-time-info {
    margin-top: -15px;
    padding-left: 12px;
  }


  td.product-subtotal::before {
    display: none;
  }

  td.product-subtotal .amount {
    display: none;
  }

}


td.product-subtotal .delivery-time-info {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
}



td.coupon-input-container {
  text-align: right!important;
  padding-right: 30px;
}



.cart_totals > table {
  margin-bottom: 40px;
}

th.cart-subtotal-label,
.woocommerce-shipping-totals.shipping th,
.order-total th,
.order-tax th {
  text-align: right!important;
  padding-right: 30px;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .product-subtotal,
  td.cart-subtotal-amount {
    width: 30%;
  }
}

span.product-dimensions span::after { content: ' x '; }

span.product-dimensions span:last-child::after { content: ''; }



ul.woocommerce-shipping-methods {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.woocommerce-shipping-methods li {
}

input#coupon_code {
  padding: 8.5px 10px;
  border-radius: 0;
}

.coupon-input-container::before,
.coupon-button-container::before {
  display: none;
}



@media screen and (max-width: 767px) {
  td.coupon-input-container {
    text-align: left!important;
    float: left;
    width: 50%;
  }

  td.coupon-button-container {
    margin-top: -55px;
    float: right;
    width: 50%;
  }
}


.shipping-calculator-button {
  text-decoration: underline;
}



.woocommerce-shipping-methods li input {
  margin-right: 6px;
}

.woocommerce-shipping-methods li label {
  margin-bottom: 0;
}

.wc-gzd-order-submit button,
.wc-forward {
  background-color: #50C850;
  transition: all 0.3s;
  color: #ffffff!important;
  border: 0;
  outline: 0;
  border-radius: 0;
  cursor: pointer;
  padding: 8px 12px;
  float: right;
  margin-top: -10px;
}

@media screen and (min-width: 768px) {
.wc-gzd-order-submit button,
.cart-collaterals .wc-forward {
    margin-left: 70%;
    float: none;
    margin-top: 0px;
  }
}

.wc-gzd-order-submit button:hover,
.wc-forward:hover {
  background-color: #48b448;
  transition: all 0.3s;
}




/*------------------------------------------------------------------------------
# CHECKOUT PAGE
-------------------------------------------------------------------------------*/

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  max-width: 100%;
  width: 100%;
  flex: none;
  float: none;
  clear: both;
}


.woocommerce-checkout .form-row {
  display: block;
  flex-wrap: nowrap;
  margin-left: 0;
}


.woocommerce-billing-fields__field-wrapper label,
.woocommerce-shipping-fields__field-wrapper label {
  display: none;
}

.woocommerce-checkout .woocommerce-input-wrapper {
  width: 100%;
  display: block;
}

.woocommerce-checkout .woocommerce-input-wrapper input {
  width: 100%;
}

.woocommerce-checkout h3 .woocommerce-form__label-for-checkbox span {
  font-size: 16px;
  position: relative;
  left: 6px;
  top: -1px;
  text-transform: initial!important;
  font-weight: 400;
}


/*------------------------------------------------------------------------------
# CHECKOUT PAGE 2
-------------------------------------------------------------------------------*/

.step-buttons {
  margin-top: 50px!important;
  margin-bottom: 80px;
}

.wc_payment_methods.payment_methods.methods {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

/*------------------------------------------------------------------------------
# CHECKOUT PAGE 3
-------------------------------------------------------------------------------*/

.woocommerce-checkout h2,
.woocommerce-checkout h4 {
  margin-top: 50px;
  font-weight: 400!important;
  color: #646464!important;
}

.woocommerce-checkout .woocommerce-gzdp-checkout-verify-data {
  margin-top: -20px!important;
}

@media screen and (max-width: 767px) {
  .woocommerce-checkout td {
    vertical-align: bottom;
  }
}

@media screen and (min-width: 768px) {
  .woocommerce-checkout td {
    vertical-align: center;
  }
}

.woocommerce-checkout td.product-name {
  padding-left: 0;
  display: flex;
  align-items: top;
  padding-bottom: 30px;
}

.woocommerce-checkout td.product-total {
  vertical-align: top;
  width: 30%;
}

.woocommerce-checkout tr.cart-subtotal > th {
  text-align: right;
  padding-right: 30px;
}

.wc-gzd-product-name-left {
  max-width: none;
  width: 100%;
}


.woocommerce-checkout .shop_table {
  background-color: transparent;
}

@media screen and (min-width: 768px) {

  .wc-gzd-product-name-left {
    width: 250px;
  }

}


.woocommerce-checkout h3 {
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000000;
}


.woocommerce-checkout header.title h4 {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000000;
}


.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  padding-left: 0;
  padding-right: 0;
}


.dhl-preferred-service-content .dhl-preferred-service-item .dhl-preferred-location-types {
  display: block!important;
  padding: 0!important;
}


.woocommerce-checkout .next-step-button {
  margin-top: -10px;
}

.woocommerce-checkout .wc-gzd-order-submit button {
  margin-right: 19.6%;
  width: 120px;
  float: right;
  margin-top: 20px;
  margin-bottom: -31px;
}


.woocommerce-info a {
  text-decoration: underline;
}

/*------------------------------------------------------------------------------
# CHECKOUT PAGE 4
-------------------------------------------------------------------------------*/

.woocommerce-order-received .woocommerce-table__product-total.product-total {
  width: 50%;
}
