/*
Theme Name: Kaffee Kooperative
Theme URI: https://jonathannagel.de/
Description:  Kaffee Kooperative Custom Theme
Author: Jonathan Nagel
Author URI: https://jonathannagel.de/
Template: pinnacle_premium
Version: 1.1.28
*/

@font-face{
  font-family:kt-icon;
  src:url(../pinnacle_premium/assets/css/fonts/kt-icon.eot?3oarzb);
  src:url(../pinnacle_premium/assets/css/fonts/kt-icon.eot?3oarzb#iefix) format('embedded-opentype'),
  url(../pinnacle_premium/assets/css/fonts/kt-icon.woff2?3oarzb) format('woff2'),
  url(../pinnacle_premium/assets/css/fonts/kt-icon.ttf?3oarzb) format('truetype'),
  url(../pinnacle_premium/assets/css/fonts/kt-icon.woff?3oarzb) format('woff'),
  url(../pinnacle_premium/assets/css/fonts/kt-icon.svg?3oarzb#kt-icon) format('svg');
  font-weight:400;
  font-style:normal;
  font-display: swap;}

@font-face {
  font-family: 'kaffeekoop-custom-icons';
  src: url('assets/fonts/kaffeekoop-custom-icons.eot?30868918');
  src: url('assets/fonts/kaffeekoop-custom-icons.eot?30868918#iefix') format('embedded-opentype'),
       url('assets/fonts/kaffeekoop-custom-icons.woff2?30868918') format('woff2'),
       url('assets/fonts/kaffeekoop-custom-icons.woff?30868918') format('woff'),
       url('assets/fonts/kaffeekoop-custom-icons.ttf?30868918') format('truetype'),
       url('assets/fonts/kaffeekoop-custom-icons.svg?30868918#kaffeekoop-custom-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="kk-icon-"]:before, [class*=" kk-icon-"]:before {
  font-family: "kaffeekoop-custom-icons";
  font-style: normal;
  font-weight: normal;
  font-size:130%;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.kk-icon-user:before { content: '\e800'; }

body.page #content .main .pageclass {
  padding-top:0;
}

.header-scrolled {
  height:70px;
  line-height:70px;
  transition:height 1s, line-height 1s;
}
.force_height {
  height:140px!important;
  line-height:140px!important;
}

#onpage_links_row {
  display:none;
}

#onpage_links_row .kad-primary-nav ul.sf-menu>li {
  width: auto;
  padding-left: .875em;
  padding-right: 3.25em;
}

.is-sticky #onpage_links_row .kad-primary-nav ul.sf-menu a,
#onpage_links_row ul.sf-menu a,
.none-trans-header #onpage_links_row .kad-primary-nav ul.sf-menu a {
  font-weight:normal;
  font-size:smaller;
  text-align:left;
}

@media (min-width:992px) and (max-width:1199px) {
  div.kad-header-logo, div.kt-menu-right, div.kt-menu-left {
    padding: 0px;
  }
  div.kad-header-logo {
    width: calc(33.33% - 30px);
  }
  .is-sticky .kad-primary-nav ul.sf-menu li.menu-item a, ul.sf-menu li.menu-item a, .none-trans-header .kad-primary-nav ul.sf-menu li.menu-item a {
    font-size: 15px;
  }
}

@media (min-width:992px) {
  #kad-banner.kad-header-center-logo .container:last-child {
    display:none;
  }
}

.woocommerce-store-notice__dismiss-link {
  display:none;
}

p.demo_store {
  font-size:.9em;
}

@media (max-width: 780px) {
  .background_left .so-widget-sow-hero .sow-slider-is-mobile ul.sow-slider-images li.sow-slider-image {
    background-position:left;
  }
}

.hometitle:after, .sectiontitle:after, .widget-title:after {
  content: '';
  width: 3em;
  height: 2px;
  display: block;
  margin: .5em auto;
  transition: background .3s ease-out;
  -webkit-transition: background .3s ease-out;
  -moz-transition: background .3s ease-out;
  -o-transition: background .3s ease-out;
  background-color: transparents;
}

h5.entry-title {
  font-weight:700;
}

.zdf-embed .cmplz-blocked-content-container {
  position:initial;
}

#cmplz-manage-consent .cmplz-manage-consent,
.cmplz-cookiebanner {
  left: 50%!important;
  transform: translateX(-50%)!important;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  h1 {
    font-size: 26px!important;
    line-height: 30px!important;
  }
  h2 {
    font-size: 24px!important;
    line-height: 30px!important;
  }
  h3 {
    font-size: 22px!important;
    line-height: 30px!important;
  }
  h4 {
    font-size: 20px!important;
    line-height: 26px!important;
  }
  h5 {
    font-size: 18px!important;
    line-height: 26px!important;
  }

  /* Shop Page */
 .product_item.hidetheaction .add_to_cart_button, .product_item.hidetheaction a.button {
    background: #00cb00;
    color: #fff;
  }

  /* Product page */
  .single_variation {
    font-size: 18px;
  }
  div.product .product_label label {
    line-height: inherit;
  }
  div.product form.cart .variations {
    margin-top:32px;
  }

  /* Cart */
  .woocommerce-error, .woocommerce-info, .woocommerce-message {
    line-height:normal;
  }
  .woocommerce-message .button {
    margin: 0 0 2.5em 1em;
  }
  .shop_table .product-name {
    line-height:normal;
  }
  .shop_table .product-name .delivery-time-info {
    margin-top: 1em;
  }
  .cart-collaterals .cart_totals h2 {
    line-height: 2.75em;
  }

  /* Checkout */
  .woocommerce form .form-row label .input-checkbox,
  .woocommerce-page form .form-row label .input-checkbox {
    margin-top:4px;
  }

}

.product_item .price .subscription-details,
.product .price .subscription-details {
  display: none;
}


/* Woocommerce Product Page */

.kaffeekoop_Woo_additional_information_box {
  padding: 20px;
  margin: 20px 0;
  clear:both;
}

.kaffeekoop_Woo_additional_information_box>.added_page .ssba {
  display:none;
}

.kaffeekoop_Woo_additional_information_box:nth-of-type(odd) {
  background:#fff;
}
.kaffeekoop_Woo_additional_information_box:nth-of-type(even) {
  background:#f2f2f2;
}

.kaffeekoop_Woo_additional_information_box h2 {
  font-size:16px;
  font-weight:bold;
}

.kaffeekoop_Woo_additional_information_box h2:first-child {
  font-size:24px;
  font-weight:normal;
}
.kaffeekoop_Woo_additional_information_box h2:first-child:after {
  content: '';
  width: 2.5em;
  height: 2px;
  display: block;
  margin: .375em auto 2.5em 0;
  transition: background .3s ease-out;
  -webkit-transition: background .3s ease-out;
  -moz-transition: background .3s ease-out;
  -o-transition: background .3s ease-out;
  background-color: #00a000;
}


.kaffeekoop_Woo_additional_information_box .panel-row-style {
  background-color:inherit!important;
}

.kaffeekoop_Woo_additional_information_box .ssba {
  display:none;
}

.wc-pao-addon-image-swatch-select, .wc-pao-addon-image-swatch-select ~ .select2 {
  display:none;
}

@media only screen and (min-width: 768px) {
  .wc-pao-addon-image-swatch img {
    max-width: 150px;
    max-height: 150px;
    width: 150px;
  }
}

.wc-pao-addon-container[class^='wc-pao-addon'][class$='-1 '],
.wc-pao-addon-container[class^='wc-pao-addon'][class$='-3 '] {
  display:none;
}

[class^='wc-pao-addon'][class$='-3 '] h2 {
  display:none;
}

#product-addons-total {
  clear:both;
}

.price_extra_info {
  display: none;
  padding-left: 2.5em;
  font-size: 11px;
  line-height: initial;
  color: #777;
}
.single-product .price_extra_info {
  display:inline-block;
}

.headerfont.single_variation {
  font-size: inherit;
  font-family: inherit;
}




/* related products */
hr.kaffeekoop_related_products_separator {
  width: 100%;
  margin: 100px auto;
  background: transparent;
  border: 1px dotted #ccc;
  border-style: none none dotted;
}

.related.products>h3 {
  display:none;
}

.product_item .product_details h5, .product-category.grid_item a h5 {
  height:4em;
}
.wc-gzd-additional-info.tax-info {
  display:block!important;
}

#related-product-carousel>div>div>  div.details_product_item p.shipping-costs-info,
#related-product-carousel>div>div>  div.details_product_item p.delivery-time-info,
#upsale-product-carousel>div>div>  div.details_product_item p.shipping-costs-info,
#upsale-product-carousel>div>div>  div.details_product_item p.delivery-time-info {
  display:none;
}

#related-product-carousel>div>div>  div.details_product_item .price,
#upsale-product-carousel>div>div>  div.details_product_item .price {
  padding-bottom:0;
  font-size:small;
}

#related-product-carousel>div>div>  div.details_product_item .tax-info,
#upsale-product-carousel>div>div>  div.details_product_item .tax-info {
  margin-top:0;
  font-size:x-small;
}

/* Woocommerce Checkout */

#billing_title_field .optional, #billing_country_field  {
  /* display:none; */
}

.wc_payment_method input {
  float:left;
  margin-top:.666em!important;
}

.wc_payment_method label {
  display:block!important;
}
.woocommerce-checkout li.wc_payment_method.payment_method_stripe_sepa {
  display:none;
}

#mailchimp-gdpr-fields {
  display:none;
}

.is-sticky .kad-primary-nav ul.sf-menu a, ul.sf-menu a, .none-trans-header .kad-primary-nav ul.sf-menu a {
  font-size:15px;
}

.kt-menu-right .kad-primary-nav ul.sf-menu>li.menu-item.shop,
.kt-menu-right .kad-primary-nav ul.sf-menu>li.menu-item.blog {
  width:18%;
}

.kt-menu-right .kad-primary-nav ul.sf-menu>li.menu-item.cart,
.kt-menu-right .kad-primary-nav ul.sf-menu>li.menu-item.account {
  width:13%;
}

.kt-menu-right .kad-primary-nav ul.sf-menu>li.menu-item.menu-kaffeerevolution {
  width:38%;
}

.kad-primary-nav ul.sf-menu>li.menu-item.highlight>a {
  color:#f20968;
}

.kad-primary-nav ul.sf-menu>li.menu-item>a:hover,
.kad-primary-nav ul.sf-menu>li.menu-item>a:focus {
  color:black;
  transition: color .25s ease-in;
}

#kad-banner-sticky-wrapper.is-sticky .kad-primary-nav ul.sf-menu>li.menu-item>a:hover,
#kad-banner-sticky-wrapper.is-sticky .kad-primary-nav ul.sf-menu>li.menu-item>a:focus {
  color:#3696fc;
  transition: color .125s ease-in;
}

#shipping_method li input[type='radio'] {
  margin-right: 8px;
}
#shipping_method li label[for='shipping_method_0_fairsendenshipping_method11'] img {
  margin-left: 22px;
}

/* Blog */

@font-face {
  font-family: 'Indie Flower';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Indie Flower'), local('IndieFlower'), url('assets/fonts/indie-flower.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.kaffeekoop-share-wrap {
  position: relative;
  display: inline-block;
  padding: 30px;
  color: #272727;
  width: 100%;
}

.kaffeekoop-share, .kaffeekoop-share a {
  text-decoration: none;
  background: none;
  font-family: Indie Flower;
  font-size: 20px;
  font-weight: bold;
}

.kaffeekoop-share-wrap * {
  box-sizing: border-box;
}

.kaffeekoop-share-button-text {
  display:none;
}

.kaffeekoop-share img {
  width: 45px !important;
    padding: 3px;
    border: 0;
    box-shadow: none !important;
    display: inline !important;
    vertical-align: middle;
    box-sizing: unset;
}

.woocommerce-error {
  background:red!important;
}

.cn-top{
  top:auto;
  bottom:0;
}
.sp-dsgvo .lwb-d-md-flex {
  flex-direction:column;
}
.subscription_cancellation_notice td {
  padding-left: 10%!important;
  padding-right: 10%!important;
  color: gray;
  font-size: small;
}

.woocommerce .form-row-wide.wc-pao-addon-wrap,
.woocommerce-page .form-row-wide.wc-pao-addon-wrap {
  clear:none;
  float: left;
  width: 50%;
  text-align:center;
}

.form-row-wide.wc-pao-addon-wrap .form-row-wide.wc-pao-addon-wrap {
  width:100%;
}

.woocommerce .form-row-wide.wc-pao-addon-wrap input,
.woocommerce-page .form-row-wide.wc-pao-addon-wrap input {
  display: block;
  margin: 1em auto;
}

.shop_table th.product-remove, .shop_table td.product-remove {
  display: table-cell;
}

@media only screen and (max-width: 768px) {
  div.so-panel div.so-widget-lsow-carousel div.lsow-container .slick-next {
    right: 0px;
  }

  div.panel-widget-style div.lsow-grid-container {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
  }
}

.woocommerce .checkout .col-2 h3, .woocommerce-page .checkout .col-2 h3 {
    float: none;
}

@media (min-width: 767px) {
  .woocommerce .order_details li, .woocommerce-page .order_details li {
    width: auto;
  }
}

/* Contact Form */

@media only screen and (min-width: 769px) {
  .form-2-column-layout > label,
  .form-2-column-layout > p > label {
    width:50%;
    padding-right:10%;
  }
  .form-2-column-layout > label:first-of-type,
  .form-2-column-layout > p > label:first-of-type {
    float:left;
  }
  .form-2-column-layout > label:nth-of-type(2),
  .form-2-column-layout > p > label:nth-of-type(2) {
    margin-top:-1.5em;
  }

  .form-2-column-layout .form-2-column-layout-row div.label {
    width:50%;
    padding-right:10%;
    float:right;
  }
  .form-2-column-layout .form-2-column-layout-row::after {
    content: '';
    display: block;
    clear: both;
  }
}

.form-2-column-layout span.wpcf7-list-item {
  display:block;
}

 /* My Account */

 a.wcs-switch-link.button {
   display: block;
   width: max-content;
   clear: both;
 }

 .coupon-mengenrabatt a.woocommerce-remove-coupon {
   display:none;
 }

 /* Landing Page */

.page-template-template-landing .woocommerce-store-notice.demo_store {display:none!important;}

.page-template-template-landing .lsow-header-content {max-width:1170px!important;}

.page-template-template-landing a.landingpage-shop-button.lsow-button.lsow-with-icon {
  font-size:28px;
}

.page-template-template-landing a.landingpage-shop-button.lsow-button.lsow-with-icon img.lsow-thumbnail {
  display: block!important;
  width: 100px;
  max-width:100px!important;
  padding-bottom: 16px;
  margin:0px auto;
}

.page-template-template-landing input.lsow-button,
.page-template-template-landing button.lsow-button,
.page-template-template-landing a.lsow-button,
.page-template-template-landing .lsow-button:active,
.page-template-template-landing .lsow-button:visited {
  border-radius: 16px;
  text-transform: initial;
}


@media only screen and (max-width: 768px) {
  .page-template-template-landing #klimakaffee_hero .sow-slider-image {
      background-image:url("/wp-content/uploads/sites/2/2023/06/Hero-image-mobile-4.jpg")!important;
      background-size: contain;
      background-position: bottom;
      background-repeat: no-repeat;
      background-color: #fff!important;

  }
  .page-template-template-landing #klimakaffee_hero .sow-slider-image-wrapper h1 {
    color:#3bbfad;
    text-shadow: none;
    text-align:right;
  }
  .page-template-template-landing .lsow-carousel.lsow-container {
    max-width: 100vh!important;
    overflow-x: hidden;
  }
  .page-template-template-landing .kt_typed_element {
    font-size:x-large;
    line-height: 18px!important;
  }
  .page-template-template-landing .sow-slider-image-wrapper h1 {
    font-size: 28px!important;
    line-height: 36px!important;
  }
  .page-template-template-landing .lsow-carousel-item p {
    font-size: 14px!important;
    letter-spacing: initial!important;
  }
  .page-template-template-landing .kt-panel-row-stretch, .page-template-template-landing .lsow-header-content {
    padding-left:40px!important;
    padding-right:40px!important;
  }
  .page-template-template-landing .lsow-carousel button.slick-prev {
    left:0;
  }
  .page-template-template-landing .lsow-carousel button.slick-next {
    right:0;
  }
  .page-template-template-landing .lsow-carousel div.slick-list {
    margin-left:28px;
    margin-right:28px;
  }

}


/* Product Page Re-design */

.wc-gzd-product-addons-shopmarks {
  display:none!important;
}

.single-product div.product_meta {
  display:none!important;
}
.single-product div.product p.stock, .single-product p.delivery-time-info {
  display:inline-block;
  font-size:16px;
}

.price-info-wrapper {
  *margin-top:-10px;
  margin-bottom:30px;
  padding-top:0px;
  line-height:initial;
  font-size:11px;
  position: relative;
  top: -2.25em;
}

.product p.wc-gzd-additional-info {
  font-size: inherit;
}

.price-info-wrapper .price.price-unit.wc-gzd-additional-info {
  display:inline;
}

.price-info-wrapper .wc-gzd-placeholder-loading {
  display:inline;
  float:left;
}

.single-product div.product .select2-container {
  min-width:200px;
  width:200px!important;
}

.product_page_additional_text p.kk_row_float {
  float:left;
  margin-right: 2em;
  margin-bottom: 30px;
}

.product_page_additional_text p.kk_row_full {
  float:none;
  clear:both;
}

.product_page_additional_text p.kk_row_full.two_lines i  {
  display: block;
  float: left;
  line-height: 1.5em;
}

.product_page_additional_text p i {
  font-size:xx-large;
  vertical-align: middle;
  margin-right: .2em;
}

.product_page_additional_text::after {
  content: "";
  clear: both;
  display: table;
}

.contentclass {
  background:#FFF;
}

table.variations {
  float:left;
}

table.variations .label {
  padding:10px 0px;
  vertical-align: top;
  line-height: 40px;
}

div.product form.cart .variations td.label {
  padding-right:0;
}

table.variations .value {
  padding-bottom:0px;
}

div.product form.cart .variations {
  margin-bottom:0;
}

.woocommerce-variation-description {
  display:none;
}

.woocommerce .form-row-wide.wc-pao-addon-wrap img {
  padding:2%;
}

.woocommerce .wc-pao-addons-container {
  margin-top: 40px;
  margin-bottom: 40px;
}

.woocommerce .wc-pao-addon .wc-pao-addon-wrap label {
  font-weight: normal;
}

.woocommerce .wc-pao-addons-container::before {
  content: '';
  width: 2.5em;
  height: 2px;
  display: block;
  margin: .375em auto 2.5em auto;
  transition: background .3s ease-out;
  -webkit-transition: background .3s ease-out;
  -moz-transition: background .3s ease-out;
  -o-transition: background .3s ease-out;
  background-color: #00a000;
}

div.product form.cart .variations tbody {
  display:flex;
}

a.reset_variations {
  display:none!important;
}

.single-product div.single_variation_wrap::before {
}

@media only screen and (max-width: 767px) {
  .woocommerce .wc-pao-addons-container {
    margin-top: 0px;
    padding:20px;
  }
  div.product .product-summary-case .entry-summary {
    margin-top: 40px;
  }
  div.product form.cart .variations tbody {
    display:initial;
  }
  .product .entry-summary .single_add_to_cart_button {
    font-size: 12px;
  }
  div.product form.cart div.quantity {
    margin: 5px 0 0 0;
  }

}


.product-name > a > p.delivery-time-info {
  display:none;
}

.product-name > p.delivery-time-info, .product-name > div > p.delivery-time-info, .unit-price-cart {
  font-size:11px;
}


.sf-menu li a .sf-description {
  display:none;
}

.kad-header-menu-right .kad-primary-nav ul.sf-menu>li.cart>a {
  padding:0;
  margin:0 20px;
}

.kad-primary-nav ul.sf-menu li.cart a,
.kad-primary-nav ul.sf-menu li.account a {
  font-size: 1.5em;
}

.header-cart-count {
  margin: 0;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-150%, -190%);
  text-align: center;
  padding: 0px;
  line-height: 10px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  font-size: .55em;
  font-weight: bold;
  /* background: #f20968;*/
  color: #fff;
}

div.sticky-wrapper.is-sticky .header-cart-count {
  transform: translate(-150%, -150%);
  transition: transform .3s ease-out;
  -webkit-transition: transform .3s ease-out;
  -moz-transition: transform .3s ease-out;
  -o-transition: transform .3s ease-out;

}


.trans-header div.sticky-wrapper li div.header-cart-count {
  color:#666;
}

.trans-header div.sticky-wrapper .kad-header-right li div.header-cart-count {
  color:#c41b60;
}

.trans-header div.sticky-wrapper.is-sticky li .header-cart-count,
.trans-header div.sticky-wrapper.is-sticky .kad-header-right li div.header-cart-count {
  color:#FFF;
  transition: color .3s ease-out;
  -webkit-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
}


#kad-shrinkheader li.menu-cart-icon-kt.panel {
  display:none;
}

.kad-primary-nav ul.sf-menu div.header-cart-count > a {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  padding: inherit;
}
[data-popup-id="55859"], [data-popup-id="196736"] {
  cursor: pointer;
  text-decoration: underline;
}

.home_slider_buttons {
  position:absolute;
  bottom: 0px;
  padding: 45px 20px;
}

.home_slider_buttons a {
  display:inline-block;
  font-size:16px;
  line-height:23px;
  border-style:solid;
  border-radius: .2em;
  border-width:2px;
  margin-left: 1em;
  padding: .75em;
  color: #FFF;
}

.home_slider_buttons a:after {
  content: '\27a4';
}

.home_slider_buttons a.abo_button {
  background:rgba(0,0,0,.4);
  border-color:#FFF;
  transition: background 1s, color 1s;
}

.home_slider_buttons a.abo_button:hover,
.home_slider_buttons a.abo_button:focus {
  background:#FFF;
  color:#000;
  transition: background 1s, color 1s;
}


.home_slider_buttons a.special_button {
  background:#f20968;
  border-color:#f20968;
  transition: background 1s, border-color 1s;
}
.home_slider_buttons a.special_button:hover,
.home_slider_buttons a.special_button:focus {
  background:#5c2e88;
  border-color:#5c2e88;
  color:#FFF;
  transition: background 1s, border-color 1s;
}
div.textwidget p img {
  margin:0px auto;
}

.gens-refer-a-friend--generate {
  margin: 60px auto;
}

@media only screen and (min-width: 768px) {
  .gens-refer-a-friend--generate .gens-raf-guest-email, .gens-refer-a-friend--generate .gens-raf-guest-name {
    width:48%;
    float:left;
    margin-right: .5em;
  }
}

.gens-referral_share a i {
  border: 1px white solid;
  padding: 4px;
  margin-right: 8px;
  border-radius: 2px;
  width: 32px;
  height: 32px;
}

tr.cart-discount.coupon-xmasbells {
  display:none;
}


/* TEMPORARY FIX */

#product-addons-total {
  display:none;
}

.price-info-wrapper {
  clear:both;
  margin-top:40px;
}

.woocommerce-variation-add-to-cart::after {
  content: '';
  display: table;
  clear: both;
}
