:root {
  /* --ci: #5787c7; */
  --ci: #92c36a;
  --hci: #DBE8D8;
  --dci: #0A7029;
  --text: #000;
  --hgrau: #f8f9fa;
  --mgrau: #e3e7eb;
  --grau: #495057;
  --dgrau: #212121;
}

html {
  scroll-behavior: smooth
}

body {
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
}

h1, h3 {
  color: #000;
}

h2 {
  line-height: 1.3;
  color: #000;
}

p {
  font-size: 17px;
  line-height: 1.5;
  color: #000;
}

.container-max,
.container {
  max-width: 1455px;
}

.page-home #vue-app,
.page-contact #vue-app,
.page-my-account #vue-app,
.page-basket #vue-app,
.page-checkout #vue-app,
.page-search #vue-app,
.page-login #vue-app,
.page-confirmation #vue-app {
  margin-top: 145px;
}

.page-category-item #vue-app,
.page-singleitem #vue-app,
.page-category-content #vue-app {
  margin-top: 180px;
}

/* Betriebsferien
.page-home #vue-app,
.page-contact #vue-app,
.page-my-account #vue-app,
.page-basket #vue-app,
.page-checkout #vue-app,
.page-search #vue-app,
.page-login #vue-app,
.page-confirmation #vue-app {
  margin-top: 166px;
}

.page-category-item #vue-app,
.page-singleitem #vue-app,
.page-category-content #vue-app {
  margin-top: 201px;
}
*/
.control-basket .toggle-basket-preview {
  background-color: transparent;
}

.cmp-contact {
  margin-bottom: 25px;
}

.btn-outline-primary {
  color: #000;
  border-color: #e3e3e3;
}

.btn-primary {
  background-color: var(--dci);
  border-color: var(--dci);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: var(--ci);
  border-color: var(--ci);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff
}

.single .btn-primary:not(:disabled):not(.disabled):active,
.single .btn-primary:not(:disabled):not(.disabled).active,
.single .show>.btn-primary.dropdown-toggle {
  color: var(--text);
  background-color: var(--mgrau);
  border-color: var(--mgrau);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ===== CHECKOUT ===== */
#add-item-to-basket-overlay .modal {
  background: #00000045;
}

#add-item-to-basket-overlay .modal-dialog {
  max-width: 840px;
}

.addItemToBasketRow {
  display: flex;
  justify-content: center;
}

.addItemToBasketDivOne {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 300px;
}

#add-item-to-basket-overlay .modal-header, .basket-preview-header {
  border-bottom: none;
}

#add-item-to-basket-overlay .basketModalHeadline {
  font-weight: 700;
}

#add-item-to-basket-overlay .basketModalHeadlineBr {
  display: none;
}

#add-item-to-basket-overlay .basketModalQuantity {
  font-weight: 400;
}

@media (max-width: 400px) {
  #add-item-to-basket-overlay .basketModalQuantity {
    display: block;
  }
}

#add-item-to-basket-overlay .basketModalHeadline:before {
  display: inline-block;
  content: '✓';
  height: 30px;
  width: 30px;
  left: 5px;
  top: -1px;
  position: relative;
}

#add-item-to-basket-overlay .basketModalItemName {
  font-size: 1rem;
  margin-bottom: 0;
}

#add-item-to-basket-overlay .basketModalAttributes,
.page-basket .basketListAttributes,
.page-checkout .basketListAttributes {
  font-size: 95% !important;
}

.addItemToBasketAccessory {
  margin-bottom: 0;
}

#add-item-to-basket-overlay .basketModalPrice {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0;
}

#add-item-to-basket-overlay .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: unset;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .75rem;
  border-top: none;
  flex-wrap: unset;
  flex-direction: column;
}

#add-item-to-basket-overlay .modalBasketButton {
  width: 97%;
  height: 45px;
  border-radius: 5px;
  position: relative;
  left: 4px;
}

#add-item-to-basket-overlay .modal-footer .btn-outline-primary {
  border-color: transparent;
  background: #eaeaea;
}

#add-item-to-basket-overlay .modal-footer .btn-outline-primary,
#add-item-to-basket-overlay .modal-footer .btn-primary {
  font-size: 1.15rem;
  align-content: center;
}

@media (max-width: 660px) {
  .addItemToBasketRow {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 500px) {

  #add-item-to-basket-overlay .modal-body .basketModalItemName,
  #add-item-to-basket-overlay .basketModalAttributes,
  .page-basket .basketListAttributes,
  .page-checkout .basketListAttributes {
    font-size: 1.2rem;
  }

  #add-item-to-basket-overlay .modal-footer .btn-outline-primary,
  #add-item-to-basket-overlay .modal-footer .btn-primary {
    font-size: 1.2rem;
  }
}

#add-item-to-basket-overlay .expressButtonText,
.page-basket .expressButtonText {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 10px;
}

.paypalSmartButtons div {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.page-basket .paypalSmartButtons.btn,
.basket-preview-wrapper .paypalSmartButtons.btn {
  padding: .5rem 0 !important;
}

.basket-preview-wrapper .basket-preview-content .item-list {
  max-height: 55vh;
}

.basket-preview-wrapper .basket-preview-content {
  background: linear-gradient(to bottom, white 60%, #f8f9fa 0%);
}

#add-item-to-basket-overlay .expressButtonText::before,
#add-item-to-basket-overlay .expressButtonText::after,
.page-basket .expressButtonText::before,
.page-basket .expressButtonText::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #c2c2c2;
}

#add-item-to-basket-overlay .expressButtonText::before,
.page-basket .expressButtonText::before {
  margin-right: 10px;
}

#add-item-to-basket-overlay .expressButtonText::after,
.page-basket .expressButtonText::after {
  margin-left: 10px;
}

..basket-preview-wrapper .basket-preview-footer>* {
  -webkit-box-flex: 1;
  -ms-flex: unset;
  flex: 1 0 40%;
}

/* .basket-preview-wrapper .btn-outline-primary,
.basket-preview-wrapper .btn-primary {
  width: 92%;
  margin-left: 25px;
} */
.page-basket .basketContainerMax,
.page-login .checkoutContainer,
.page-checkout .checkoutContainer,
.page-register .checkoutContainer {
  max-width: 1450px !important;
}

.page-login .checkoutFooterContainer,
.page-register .checkoutFooterContainer,
.page-checkout .checkoutFooterContainer {
  max-width: 900px !important;
  display: flex;
  flex-direction: column;
  margin-top: 10rem;
  margin-bottom: 2rem;
}

.page-login .checkoutFooterContainer img,
.page-register .checkoutFooterContainer img,
.page-checkout .checkoutFooterContainer img {
  width: 25%;
}

.page-basket .basketSumBlock,
.page-checkout .basketSumBlock,
.page-confirmation .basketSumBlock {
  background-color: #f6f6f6 !important;
}

.page-basket .basketSumBlockHeadline,
.page-basket .totalSum dt,
.page-basket .totalSum dt,
.page-checkout .basketSumBlockHeadline,
.page-checkout .totalSum dt,
.page-checkout .totalSum dt,
.basket-preview-wrapper .totalSum dt,
.basket-preview-wrapper .totalSum dt,
.page-confirmation .basketSumBlockHeadline,
.page-confirmation .totalSum dt,
.page-confirmation .totalSum dt {
  font-weight: 700;
  font-size: 1.2rem;
}

.page-basket .basketSumBlockSubline,
.page-checkout .basketSumBlockSubline {
  font-size: .8rem;
}

.page-basket .basketPaymentIcons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 20px 0;
}

.page-basket .basket-payment-icon {
  width: 100%;
  height: 30px;
  padding: 6px;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0 rgb(0 0 0 / 40%);
}

.page-basket .basketSumBlockNote,
.page-checkout .basketSumBlockNote {
  text-align: center;
  font-size: .9rem;
  color: #008100;
  margin: 30px 0 200px 0;
}

.page-basket .basketSumBlockNote:before,
.page-checkout .basketSumBlockNote:before {
  display: inline-block;
  content: ' ';
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/schloss-icon.svg);
  background-repeat: no-repeat;
  height: 15px;
  width: 20px;
  left: 0px;
  top: 1px;
  position: relative;
  filter: invert(20%) sepia(94%) saturate(4098%) hue-rotate(106deg) brightness(97%) contrast(105%);
}

.headerSafeShopping {
  font-size: 1.2rem;
  color: #1d1d1d;
  margin-top: 2px;
  margin-bottom: 0;
}

.headerSafeShopping:before {
  display: inline-block;
  content: ' ';
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/schloss-icon.svg);
  background-repeat: no-repeat;
  height: 15px;
  width: 20px;
  left: 0px;
  top: 1px;
  position: relative;
}

.page-login #page-header,
.page-register #page-header,
.page-checkout #page-header {
  background-color: #f6f7f9 !important;
}

.page-login header #page-header-parent,
.page-register header #page-header-parent,
.page-checkout header #page-header-parent {
  padding-top: 10px !important;
}

.page-checkout div#page-body,
.page-checkout div.footer,
.page-basket div#page-body,
.page-basket div.footer {
  overflow-x: unset;
}

.page-checkout .basketSumBlock {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  width: 100%;
}

.page-basket .pageBasketSticky {
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  width: 100%;
}

@media (max-width:545px) {

  .page-login header #page-header-parent,
  .page-register header #page-header-parent,
  .page-checkout header #page-header-parent {
    height: 90px !important;
  }

  .page-login .login-view-title,
  .page-register h1 {
    font-size: 1.25rem !important;
  }

  .page-login .btn-primary,
  .page-basket .btn-primary,
  .page-checkout .btn-primary {
    height: 35px !important;
  }
}

.page-basket .basket-list-item .image-container,
.page-checkout .basket-list-item .image-container {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  margin-right: 30px;
}

.page-checkout .basket-list-item .image-container {
  width: 120px;
}

.basket-preview-wrapper .basket-list-item .image-container {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 75px;
  margin-right: 15px;
}

.basket-preview-wrapper .basketListAttributes {
  font-size: 85% !important;
}

.basket-preview-wrapper .item-name {
  font-size: .9rem !important;
}

@media (max-width: 575px) {

  .basket-preview-wrapper .item-name,
  .basket-preview-wrapper .basketListAttributes {
    font-size: 1rem !important;
  }
}

.basket-preview-wrapper .basketReservationNote {
  display: none;
}

.basket-preview-wrapper .qty-box-container {
  height: 31px;
}

.basket-preview-wrapper .qty-box {
  margin-left: 0;
}

.basket-preview-wrapper .basketItemDelete {
  margin-top: 5px;
  display: block;
}

.page-basket .item-name,
.page-checkout .item-name,
.page-confirmation .item-name {
  font-size: 1rem;
}

.page-basket .text-primary,
.page-basket .color-primary,
.page-basket a.text-primary:hover,
.page-basket a.text-primary:focus,
.page-basket a.color-primary:focus,
.page-checkout .text-primary,
.page-checkout .color-primary,
.page-checkout a.text-primary:hover,
.page-checkout a.text-primary:focus,
.page-checkout a.color-primary:focus {
  color: #1b1b1b !important;
}

.page-basket .qty-box,
.page-checkout .qty-box {
  margin-left: unset;
}

.page-basket .qty-box .qty-input,
.page-checkout .qty-box .qty-input {
  width: 40px;
  height: 32px;
}

.page-basket .basketItemDelete,
.page-checkout .basketItemDelete {
  color: #9CA9B9;
  display: block;
}

.page-basket .basketReservationNote,
.page-login .basketReservationNote {
  font-size: .875rem;
  color: #6c757d;
}

.page-checkout .basketReservationNote {
  display: none;
}

.page-basket .basketReservationNote:before,
.page-checkout .basketReservationNote:before,
.page-login .basketReservationNote:before {
  display: inline-block;
  content: 'i';
  color: #ffffff;
  background-color: #a2aebd;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  height: 13px;
  width: 13px;
  font-size: 13px;
  left: -2px;
  margin-right: 2px;
  top: 1px;
  position: relative;
}

.basketListPrice {
  font-size: 1rem;
}

.progress-container {
  width: 100%;
  margin: 5px 0 0 0;
  display: flex;
  justify-content: center;
  background: white;
}

.progress {
  display: flex;
  align-items: center;
  width: 80%;
  height: auto;
  position: relative;
  margin-top: 15px;
  background: #fff;
}

.progress-step {
  flex: 1;
  text-align: center;
  position: relative;
}

.progress-step>a,
.progress-step>a:hover,
.progress-step>a:active,
.progress-step>a:focus {
  color: #1b1b1b;
  display: inline;
}

.progress-step:not(:last-child)::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ccc;
  top: 29%;
  left: 0%;
  transform: translateX(50%);
  z-index: 1;
}

@media (max-width: 610px) {
  .progress-step:not(:last-child)::after {
    top: 22%;
  }
}

@media (max-width: 420px) {
  .page-checkout .basket-list-item .image-container {
    margin-right: 15px;
  }
}

.progress-circle {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.1rem;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.progress-step.active .progress-circle {
  background-color: var(--ci);
  color: #fff;
  border-color: var(--ci);
}

.progress-step.completed .progress-circle {
  background-color: var(--ci);
  color: #1b1b1b;
  border-color: var(--ci);
  position: relative;
}

.progress-step.completed .progress-circle::before {
  content: '✓';
  color: #fff;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.progress-label {
  margin-top: 2px;
  font-size: 14px;
  color: #666;
}

.progress-step.active .progress-label {
  color: #1b1b1b;
}

.page-basket #ppButton {
  text-align: center;
}

.page-basket .btn-primary,
.page-checkout .btn-primary {
  background-color: var(--dci);
  border-color: var(--dci);
  color: #fff;
  height: 40px;
  align-content: center;
  font-size: 1.2rem;
}

.page-basket .btn-primary:hover,
.page-checkout .btn-primary:hover {
  background-color: var(--ci);
  border-color: var(--ci);
}

.page-confirmation .bg-primary {
  background-color: var(--ci);
}

.page-basket .basketListButtonNote {
  font-weight: 700;
  margin: 10px 0;
  text-align: center;
}

.basket-preview-wrapper .btn-outline-primary {
  color: #000;
  border-color: transparent;
  align-content: center;
  background: #d9d9d9;
}

.basket-preview-wrapper .fa-shopping-cart {
  color: #1b1b1b !important;
}

.page-basket .basketListAttributesGroup .basketListAttributes:last-of-type .basketListAttributesPipe {
  visibility: hidden;
}

/* Netto-Werte ausblenden */
.cmp-totals .component-loading [data-testing="item-sum-net"],
.cmp-totals .component-loading [data-testing="shipping-amount-net"],
.cmp-totals .component-loading [data-testing="basket-sub-amount"],
.cmp-totals .component-loading [data-testing="basket-amount-net"],
.cmp-totals .component-loading [data-testing="vat-amount"],
/* Die dt-Elemente, die vor den versteckten dd-Elementen stehen */
.cmp-totals .component-loading dt:has(+ dd[data-testing="item-sum-net"]),
.cmp-totals .component-loading dt:has(+ dd[data-testing="shipping-amount-net"]),
.cmp-totals .component-loading dt:has(+ dd[data-testing="basket-sub-amount"]),
.cmp-totals .component-loading dt:has(+ dd[data-testing="vat-amount"]),
.cmp-totals .component-loading dt:has(+ dd[data-testing="basket-amount-net"]) {
  display: none;
}

/* Zwischensumme und anderen Trennlinien ausblenden außer der letzten */
.cmp-totals .component-loading hr:not(.totalSum hr) {
  display: none;
}

/* Gewichtung für Versandkosten anpassen - sowohl dt als auch dd */
.cmp-totals .component-loading dt:has(+ dd[data-testing="shipping-amount"]),
.cmp-totals .component-loading [data-testing="shipping-amount"] {
  font-weight: 400 !important;
}

/* Gutschein Style */
.cmp-totals .component-loading dt:has(+ dd[data-testing="promotion-coupon"]),
.cmp-totals .component-loading [data-testing="promotion-coupon"] {
  color: green !important;
}

/*
.page-basket .cmp-totals .component-loading dt:nth-of-type(1),
.page-basket .cmp-totals .component-loading dt:nth-of-type(3),
.page-basket .cmp-totals .component-loading dt:nth-of-type(5),
.page-basket .cmp-totals .component-loading dt:nth-of-type(6),
.page-basket .cmp-totals .component-loading dd:nth-of-type(1),
.page-basket .cmp-totals .component-loading dd:nth-of-type(3),
.page-basket .cmp-totals .component-loading dd:nth-of-type(5),
.page-basket .cmp-totals .component-loading dd:nth-of-type(6),
.page-basket .cmp-totals .component-loading .item-sum.net,
.page-basket .cmp-totals .component-loading .shipping-amount-net,
.page-basket .cmp-totals .component-loading .basket-sub-amount,
.page-basket .cmp-totals .component-loading .vat-amount,
.basket-preview-wrapper .cmp-totals .component-loading dt:nth-of-type(1),
.basket-preview-wrapper .cmp-totals .component-loading dt:nth-of-type(3),
.basket-preview-wrapper .cmp-totals .component-loading dt:nth-of-type(5),
.basket-preview-wrapper .cmp-totals .component-loading dt:nth-of-type(6),
.basket-preview-wrapper .cmp-totals .component-loading dd:nth-of-type(1),
.basket-preview-wrapper .cmp-totals .component-loading dd:nth-of-type(3),
.basket-preview-wrapper .cmp-totals .component-loading dd:nth-of-type(5),
.basket-preview-wrapper .cmp-totals .component-loading dd:nth-of-type(6),
.basket-preview-wrapper .cmp-totals .component-loading .item-sum.net,
.basket-preview-wrapper .cmp-totals .component-loading .shipping-amount-net,
.basket-preview-wrapper .cmp-totals .component-loading .basket-sub-amount,
.basket-preview-wrapper .cmp-totals .component-loading .vat-amount,
.page-basket .cmp-totals .component-loading .totalSum hr,
.basket-preview-wrapper .cmp-totals .component-loading .totalSum hr,
.basket-preview-wrapper .totals.d-flex.flex-nowrap.flex-column.px-3.pt-3>hr,
.page-checkout .cmp-totals .component-loading dt:nth-of-type(1),
.page-checkout .cmp-totals .component-loading dt:nth-of-type(3),
.page-checkout .cmp-totals .component-loading dt:nth-of-type(5),
.page-checkout .cmp-totals .component-loading dt:nth-of-type(6),
.page-checkout .cmp-totals .component-loading dd:nth-of-type(1),
.page-checkout .cmp-totals .component-loading dd:nth-of-type(3),
.page-checkout .cmp-totals .component-loading dd:nth-of-type(5),
.page-checkout .cmp-totals .component-loading dd:nth-of-type(6),
.page-checkout .cmp-totals .component-loading .item-sum.net,
.page-checkout .cmp-totals .component-loading .shipping-amount-net,
.page-checkout .cmp-totals .component-loading .basket-sub-amount,
.page-checkout .cmp-totals .component-loading .vat-amount,
.page-checkout .cmp-totals .component-loading .totalSum hr {
  display: none;
}

.page-basket .cmp-totals .component-loading dt:nth-of-type(4),
.page-basket .cmp-totals .component-loading dd:nth-of-type(4),
.page-checkout .cmp-totals .component-loading dt:nth-of-type(4),
.page-checkout .cmp-totals .component-loading dd:nth-of-type(4) {
  font-weight: 400 !important;
}
*/

.wish-container {
  border-radius: 5px;
  margin-bottom: 15px;
  margin-top: 1.5rem;
}

.wish-checkbox {
  display: none;
}

.wish-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 10px;
}

.wish-label h5 {
  margin: 0;
}

.wish-label::after {
  font-family: "FontAwesome";
  content: "\f078";
  font-size: 12px;
  transition: transform 0.3s ease;
  position: relative;
  left: 10px;
  color: #6c757d;
}

.wish-checkbox:checked+.wish-label::after {
  transform: rotate(180deg);
}

.wish-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0;
}

.page-checkout .cmp-contact {
  margin-bottom: 10px;
  max-height: 50px;
}

.wish-checkbox:checked+.wish-label+.wish-content {
  max-height: 70px;
}

.wish-content p {
  margin-top: 10px;
  color: #666;
  font-size: 14px;
}

.page-basket .component-loading.with-icon.refreshing dl,
.basket-preview-wrapper .component-loading.with-icon.refreshing dl,
.page-checkout .component-loading.with-icon.refreshing dl {
  margin-bottom: 0;
}

.buyBoxVat {
  margin-bottom: 1rem;
  font-size: .85rem;
  color: #6c757d !important
}

.coupon-checkbox {
  display: none;
}

.coupon-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.coupon-label span {
  margin: 0;
}

.coupon-label::after {
  font-family: "FontAwesome";
  content: "\f078";
  font-size: 12px;
  transition: transform 0.3s ease;
  position: absolute;
  right: 0;
  color: #6c757d;
}

.coupon-checkbox:checked+.coupon-label::after {
  transform: rotate(180deg);
}

.coupon-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.coupon-checkbox:checked+.coupon-label+.coupon-content {
  max-height: 35px;
}

.page-checkout .adressHeadline,
.page-checkout .paymentHeadline,
.page-checkout .checkoutProductHeadline,
.page-checkout .wishHeadline {
  font-weight: bold;
}

.page-checkout .shipping-method-select {
  margin-bottom: 15px;
}

.page-checkout .checkoutProductHeadline,
.page-checkout .checkoutProduct {
  padding: 0;
}

.checkout-rightside {
  margin-top: 55px;
}

.page-basket .add-item .btn-primary,
.page-checkout .add-item .btn-primary {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
  height: 32px;
  align-content: center;
  font-size: 1rem;
  margin-top: 0 !important;
  min-width: 11rem;
}

.page-checkout .coupon-content .btn-primary {
  background-color: var(--dgrau);
  border-color: var(--dgrau);
  color: #fff;
  height: auto;
  align-content: center;
  font-size: 1rem;
}

.page-basket .add-item .btn-primary:hover,
.page-checkout .add-item .btn-primary:hover,
.page-basket .add-item .btn-primary:active,
.page-checkout .add-item .btn-primary:active,
.page-basket .add-item .btn-primary:focus,
.page-checkout .add-item .btn-primary:focus {
  background-color: #1b1b1b;
  border-color: #1b1b1b;
  color: #fff;
}

.page-checkout .coupon-content .btn-primary:hover,
.page-checkout .coupon-content .btn-primary:active,
.page-checkout .coupon-content .btn-primary:focus {
  background-color: var(--ci);
  border-color: var(--ci);
  color: #fff;
}

.page-checkout .checkoutLawLink {
  text-decoration: underline;
  cursor: pointer;
}

.checkoutFooterContainer .checkout-link {
  cursor: pointer;
}

.page-checkout .add-item {
  top: .5em;
  right: .5em;
}

.page-checkout .cmp-address-list .items>div:first-child {
  min-height: 135px;
  margin-bottom: 0;
}

.page-basket #vue-app,
.page-confirmation #vue-app {
  margin-top: 135px;
}

.page-login #vue-app,
.page-checkout #vue-app {
  margin-top: 63px;
}

.page-register #vue-app {
  margin-top: 75px;
}

@media (max-width: 991px) {
  .page-basket #vue-app {
    margin-top: 0;
  }

  .page-confirmation #vue-app {
    margin-top: 20px;
  }

  .page-login #vue-app,
  .page-checkout #vue-app {
    margin-top: 45px;
  }

  .page-checkout #page-body {
    margin-top: 25px;
  }

  .checkout-rightside {
    margin-top: 0;
  }
}

@media (max-width: 550px) {

  .page-login #page-header,
  .page-register #page-header,
  .page-checkout #page-header {
    height: 95px;
  }

  .page-register #vue-app {
    margin-top: 95px;
  }
}

@media (max-width: 545px) {

  .page-login #vue-app,
  .page-checkout #vue-app {
    margin-top: 45px;
  }

  .page-checkout #page-body {
    margin-top: 70px;
  }
}

.registerBlock {
  background-color: #f6f7f9;
}

.registerBlock,
.loginBlock {
  padding: 15px;
}

.page-login .btn-guestLogin,
.page-login .modal-dialog .btn-primary {
  background-color: var(--ci) !important;
  border-color: var(--ci) !important;
  color: #fff !important;
  height: 40px;
  align-content: center;
  font-size: 1.2rem;
}

.page-login .btn-guestLogin:hover,
.page-login .btn-guestLogin:focus,
.page-login .btn-guestLogin:active,
.page-login .modal-dialog .btn-primary:hover,
.page-login .modal-dialog .btn-primary:focus,
.page-login .modal-dialog .btn-primary:active {
  background-color: var(--dci) !important;
  border-color: var(--dci) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.page-login .btn-primary {
  border-color: var(--dgrau);
  background-color: transparent;
  color: #212529;
  height: 40px;
  align-content: center;
  font-size: 1.2rem;
}

.page-login .btn-primary:hover,
.page-login .btn-primary:focus,
.page-login .btn-primary:active {
  background-color: var(--dgrau);
  border-color: var(--dgrau);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.page-confirmation .card.smal {
  min-height: 463px;
}

.page-confirmation .card-body .orderConfirmationText {
  font-size: 1rem;
}

.page-confirmation article {
  text-align: left !important;
}

.page-confirmation .cmp-order-item .item-image {
  -ms-flex: 0 1 7.7em;
  flex: 0 1 7.7em;
}

.page-confirmation .itemSummary {
  font-weight: 700;
}

@media (max-width: 1300px) {
  .page-checkout .add-item .btn-primary {
    height: 28px;
    font-size: .8rem;
    min-width: 8.8rem;
  }

  .page-checkout .add-item {
    top: .2em;
    right: .2em;
  }
}

@media (max-width: 990px) {

  .page-basket .item-name,
  .page-basket .basketListPrice {
    font-size: 1rem;
  }

  .page-basket .basketListAttributes {
    font-size: 80% !important;
  }
}

@media (max-width: 767px) {

  .page-basket .basket-item-container-right,
  .page-checkout .basket-item-container-right {
    display: none;
  }

  .progress-label {
    font-size: .8rem;
  }

  .page-checkout .cmp-address-list .items>div:first-child {
    min-height: auto !important;
  }
}

@media (max-width: 610px) {
  .progress-label {
    min-height: 34px;
  }
}

@media (max-width: 460px) {

  .page-basket .item-name,
  .page-basket .basketListPrice,
  .page-basket .basketSumBlockNote,
  .page-checkout .item-name,
  .page-checkout .basketListPrice,
  .page-checkout .basketSumBlockNote {
    font-size: .85rem;
  }

  .page-basket .basketListAttributes,
  .page-checkout .basketListAttributes {
    font-size: 80% !important;
  }

  .page-basket .basketSumBlockNote:before,
  .page-checkout .basketSumBlockNote:before {
    height: 15px;
    width: 20px;
    top: 2px;
  }

  .progress {
    width: 100%;
  }

  .page-confirmation .card-body .orderConfirmationText {
    font-size: .9rem;
  }

  .page-checkout .basket-list-item .image-container {
    width: 80px;
  }
}

/* ===== CHECKOUT END ===== */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #b7b7b7;
  border-color: #b7b7b7;
}

.owl-carousel .carousel-control:hover i {
  color: #5C8052;
}

.btn-secondary {
  background-color: var(--mgrau);
  border-color: var(--mgrau);
  color: var(--text);
}

.single .btn-secondary {
  font-weight: bold;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-seconday:active {
  background-color: var(--hgrau);
  border-color: var(--hgrau);
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.single .btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: var(--text);
  background-color: var(--hgrau);
  border-color: var(--hgrau);
  -webkit-box-shadow: none;
  box-shadow: none;
}

header#page-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1021;
}

header #page-header-parent {
  height: 70px;
  padding-top: 6px;
  padding-bottom: 10px;
}

header #search {
  flex: 1 1 0;
  max-width: 820px;
}

header #logo img {
  height: 53px;
}

header #controlsList .nav-link>.fa {
  color: #ffffff;
  font-size: 20px;
}

header #controlsList .nav-link>.fa-bars {
  position: relative;
  right: 1.2px;
  top: 1px;
}

header #controlsList .nav-link>.fa:focus,
header #controlsList .nav-link>.fa:active,
header #controlsList .nav-link>.fa:hover {
  color: #fff;
}

header #controlsList .nav-link[aria-expanded="true"]>.fa {
  color: #fff;
}

/* KEV SAFTFREUNDE NEU */
header #headerLinks li .fa {
  color: #fff;
}

header #headerLinks {
  padding: 0;
  float: left;
}

header #headerLinks li {
  display: inline-block;
  margin-right: 10px;
}

header #headerLinks li .fa {
  padding-right: 5px;
}

header #headerLinks li,
header #headerLinks li a,
header #searchBox button,
header #topBar a {
  color: #fff;
}

header #topBar a span {
  font-size: 13px;
}

header #topBar {
  font-weight: 300;
  padding: 3px 0;
  font-size: 13px;
  height: 15px;
  background-color: #5C8052;
}

header #topBar .container-max::after {
  clear: both;
  display: table;
  content: " ";
}

header #topBar ul {
  margin-bottom: 0;
}

.search-input {
  background: #ffffff;
  border: 2px solid #5C8052;
  border-radius: 2rem 0 0 2rem;
  font-size: 1.3rem;
  line-height: 1;
  outline: none;
}

.search-submit {
  font-size: 1.3rem;
  line-height: 1;
  color: #ffffff;
  background-color: #5C8052;
  border-radius: 0 2rem 2rem 0;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

header #searchBox button {
  width: 45px;
  border: 0;
  font-size: 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.svgTestIconNav {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  display: inline-block;
}

.header-fw {
  position: relative;
  left: calc(-1*(100vw - 100%)/2) !important;
  width: 100vw;
  box-shadow: 0 8px 6px -6px rgb(0 0 0 / 25%);
}

.navbar {
  background-color: #ffffff;
}

.controls-list .nav-link {
  display: inline-block;
  padding: 7px 11px;
  background: #5C8052;
  border-radius: 20px;
  margin: 15px 10px;
  height: 36px;
  width: 36px;
}

.contentFAQHome {
  font-size: 17px;
  text-align: justify;
}

.faqHeadlineColor {
  background: #5C8052;
  padding: 10px;
  color: #fff;
}

.homeProductBox,
.obstProductBox, {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.contentSortenTrennerLinks {
  background: #dbe8d8;
  height: 665px;
  width: 35%;
  position: absolute;
  left: 0;
  margin: 20px 0;
  border-radius: 0 1rem 1rem 0;
}

.contentSortenTrennerRechts {
  background: #dbe8d8;
  height: 665px;
  width: 35%;
  position: absolute;
  right: 0;
  margin: 20px 0;
  border-radius: 1rem 0 0 1rem;
}

.contentSortenHR {
  border-top: 4px solid #323232;
  width: 50%;
  display: inline-block;
}

.contentSortenTitle {
  font-size: 30px;
  text-transform: uppercase;
  color: #323232;
}

.contentSortenImages {
  border-radius: 1rem;
}

.buttonContentsortenWein {
  background-color: #5C8052;
  color: white;
  padding: 10px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  margin-right: 20px;
  border-radius: 2rem;
}

.buttonContentsortenWein:hover {
  color: #fff;
  background-color: #f4bd58;
}

.main-navbar-collapsable .mainmenu>li:hover .nav-dropdown-0 {
  display: flex;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 60%, #f7f7f7 60%, #f7f7f7 100%);
}

.normalmenu .nav-dropdown-0 {
  position: absolute;
  background: #fff;
  border: 1px solid #e5e5e5;
  width: 100%;
  max-height: 400px;
  padding: 20px 0;
  top: 100%;
  left: 0;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.normalmenu .mainmenu>li {
  position: inherit;
}

.normalmenu .nav-dropdown-0>li {
  flex: 1 1 20%;
  width: 20%;
  margin: 0 2%;
}

.normalmenu .nav-dropdown-0>li>a {
  text-transform: uppercase;
  color: #f20008;
  padding: 10px 5px;
}

.normalmenu .nav-dropdown-1>li>a {
  padding: 5px;
  border-bottom: 1px solid #e5e5e5;
}

.normalmenu a {
  color: #707070;
}

.KatDescAbove {
  display: flex;
  align-items: center;
}

.bubbleContainer {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.bubbleSolo a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.bubbleImage {
  display: flex;
  width: 100px;
  height: 100px;
  background: #e4e4e4;
  border-radius: 50%;
  margin-bottom: 0.688rem;
  justify-content: center;
  align-items: center;
}

.bubbleImage img {
  width: 80px;
  max-width: 100%;
}

.bubbleSolo:hover .bubbleText.text-muted {
  color: #5C8052 !important;
}

.bubbleText {
  margin-bottom: 15px;
  font-weight: 700;
}

.mostfassBulletpointImage {
  border-radius: 1rem;
  margin-bottom: 10px;
}

.mostfassBulletpointSubheadline {
  text-align: justify;
}

.mostenPageSubtext {
  font-size: 17px;
}

.mostenGrid {
  display: grid;
  grid-template-rows: 370px;
  grid-template-columns: 340px 340px 340px 340px;
  grid-template-areas: "RezeptOne RezeptTwo RezeptThree RezeptFour";
  gap: 20px;
  z-index: 2;
  position: relative;
  padding: 10px 0;
  margin: 15px;
}

#item-001 {
  grid-area: mostenStartText;
  display: flex;
  justify-content: center;
  align-items: center;
}

#item-4 {
  grid-area: RezeptOne;
}

#item-5 {
  grid-area: RezeptTwo;
}

#item-6 {
  grid-area: RezeptThree;
}

#item-7 {
  grid-area: RezeptFour;
}

.mostenObstGrid {
  display: grid;
  grid-template-rows: 370px 370px;
  grid-template-columns: 340px 340px 340px 340px;
  grid-template-areas: "mostenObstOne mostenObstTwo mostenObstThree mostenObstFour"
    "mostenObstFive mostenObstSix mostenObstSeven mostenObstEight";
  gap: 20px;
  z-index: 2;
  position: relative;
  padding: 10px 0;
  margin: 15px;
}

.mostenRezeptGrid {
  display: grid;
  grid-template-rows: 370px;
  grid-template-columns: 340px 340px 340px 340px;
  grid-template-areas: "mostenObstOne mostenObstTwo mostenObstThree mostenObstFour";
  gap: 20px;
  z-index: 2;
  position: relative;
  padding: 10px 0;
  margin: 15px;
}

#item-002 {
  grid-area: mostenObstStartText;
  display: flex;
  justify-content: center;
  align-items: center;
}

#item-110 {
  grid-area: mostenObstOne;
}

#item-120 {
  grid-area: mostenObstTwo;
}

#item-130 {
  grid-area: mostenObstThree;
}

#item-140 {
  grid-area: mostenObstFour;
}

#item-150 {
  grid-area: mostenObstFive;
}

#item-160 {
  grid-area: mostenObstSix;
}

#item-170 {
  grid-area: mostenObstSeven;
}

#item-180 {
  grid-area: mostenObstEight;
}

.mostenRatgeberGrid {
  display: grid;
  grid-template-rows: 370px 370px;
  grid-template-columns: 340px 340px 340px 340px;
  grid-template-areas: "RatgeberOne RatgeberTwo RatgeberThree RatgeberFour"
    "RatgeberFive RatgeberSix RatgeberSeven RatgeberEight";
  gap: 20px;
  z-index: 2;
  position: relative;
  padding: 10px 0;
  margin: 15px;
}

#item-80 {
  grid-area: RatgeberOne;
}

#item-81 {
  grid-area: RatgeberTwo;
}

#item-82 {
  grid-area: RatgeberThree;
}

#item-83 {
  grid-area: RatgeberFour;
}

#item-84 {
  grid-area: RatgeberFive;
}

#item-85 {
  grid-area: RatgeberSix;
}

#item-86 {
  grid-area: RatgeberSeven;
}

#item-87 {
  grid-area: RatgeberEight;
}

.saftfreundeKat,
.mostsortenLandingKachelOne,
.mostsortenLandingKachelThree,
.mostsortenLandingKachelTwo,
.mostsortenLandingKachelFour {
  border-radius: 1rem;
  background: linear-gradient(140deg, #f7f7f7 0%, #f7f7f7 35%, #DBE8D8 60%, #DBE8D8 100%);
}

.mostLandingCategoryKachelnTextLinks {
  text-align: justify;
}

.mostsortenCategoryKachelnHeadline {
  color: #5C8052;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: bold;
}

.mostsortenCategoryKachelnTextLinks {
  font-size: 17px;
  color: #383838;
  text-align: justify;
}

.mostsortenCategoryKachelnTextRechts {
  font-size: 17px;
  color: #383838;
  text-align: justify;
}

.mostsortenCategoryKachelImageRechts {
  border-radius: 1rem 0 0 1rem;
}

.mostsortenCategoryKachelImageLinks {
  border-radius: 0 1rem 1rem 0;
  object-fit: cover;
  height: 100%;
  width: auto;
}

.mostsortenCategoryKachelnButton {
  background-color: #5C8052;
  border-color: #5C8052;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  border-radius: 2rem;
  cursor: pointer;
  margin: 30px;
  text-align: center;
  padding: 10px 20px;
}

.mostsortenCategoryKachelnButton:after {
  display: inline-block;
  content: ' ';
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/Saftfreunde/Test/pfeil-weiss.svg);
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  left: 3px;
  top: 4px;
  position: relative;
}

.fruchtweinColumn {
  border: 2px solid #b6d084;
  padding: 30px;
  border-radius: 1rem;
}

.fruchtweinText {
  text-align: justify;
  line-height: 1.8rem;
  min-height: 151px;
  font-size: 17px;
  color: #383838;
}

.fruchtweinSub {
  text-align: center;
  line-height: 1.8rem;
  font-size: 17px;
  color: #5C8052;
  font-weight: bold;
}

.fruchtweinTextUl {
  padding-left: 15px;
  line-height: 1.8rem;
  font-size: 17px;
  color: #383838;
}

.fruchtweinContent {
  text-align: center;
  line-height: 1.8rem;
  font-size: 17px;
  color: #383838;
}

.fruchtweinSubSorten {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fruchtweinLogo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fruchtweinLogoImage {
  width: 50px;
  height: 50px;
}

.fruchtweinSortenKacheln {
  display: flex;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 0.688rem;
  justify-content: center;
  align-items: center;
  border: 3px solid #b6d084;
}

.fruchtweinbubbleContainer {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
}

.fruchtweinSortenText {
  font-size: 17px;
}

.mostLandingSorten {
  align-items: center;
}

.mostLandingCategoryKachelBody {
  padding: 15px 15px 0 15px;
  display: flex;
  flex-direction: column;
}

.mostLandingCategoryKachelnHeadline {
  color: #383838;
  font-size: 30px;
}

.kalenderMonat {
  display: block;
  width: 100%;
  margin-right: 1px;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  background: #dddddd;
  font-weight: bold;
}

.kalenderMonat.is-active {
  background: #5C8052;
  color: #fff;
}

.obstsorteKachel {
  padding: 15px;
}

.obstsorteKachelRow {
  padding-left: 25px;
}

.obstsorteKachelGesamt {
  background: #f8f9f9;
  border-radius: 0.5rem;
}

.obstsorteKachelHeadlineFirst,
.obstsorteKachelHeadlineApfel,
.obstsorteKachelHeadlineBirne,
.obstsorteKachelHeadlineQuitte,
.obstsorteKachelHeadlineTraube,
.obstsorteKachelHeadlineKirsche,
.obstsorteKachelHeadlineZwetschge,
.obstsorteKachelHeadlineJohannisbeere,
.obstsorteKachelHeadlineBrombeere,
.obstsorteKachelHeadlineThree,
.obstsorteKachelHeadlineFour {
  font-weight: bold;
  color: #5C8052;
  margin-bottom: 5px;
}

.obstsorteKachelHeadlineFirst:before {
  display: inline-block;
  content: ' ';
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/saft-freunde/obstsorten/informationen.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  top: 3px;
  right: 3px;
  margin-right: 5px;
  position: relative;
}

.obstsorteKachelHeadlineApfel:before {
  display: inline-block;
  content: ' ';
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/saft-freunde/obstsorten/apfel.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  top: 3px;
  right: 3px;
  margin-right: 5px;
  position: relative;
}

.obstsorteKachelHeadlineBirne:before {
  display: inline-block;
  content: ' ';
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/saft-freunde/obstsorten/birne.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  top: 3px;
  right: 2px;
  margin-right: 5px;
  position: relative;
}

.obstsorteKachelHeadlineQuitte:before {
  display: inline-block;
  content: ' ';
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/saft-freunde/obstsorten/quitte.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  height: 22px;
  width: 20px;
  top: 2px;
  right: 4px;
  margin-right: 5px;
  position: relative;
}

.obstsorteKachelHeadlineTraube:before {
  display: inline-block;
  content: ' ';
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/saft-freunde/obstsorten/weintraube.svg);
  background-size: 21px;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  top: 3px;
  right: 2px;
  margin-right: 5px;
  position: relative;
}

.obstsorteKachelHeadlineKirsche:before {
  display: inline-block;
  content: ' ';
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/saft-freunde/obstsorten/kirsche.svg);
  background-size: 21px;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  top: 3px;
  right: 3px;
  margin-right: 5px;
  position: relative;
}

.obstsorteKachelHeadlineZwetschge:before {
  display: inline-block;
  content: ' ';
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/saft-freunde/obstsorten/pflaume.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  height: 23px;
  width: 20px;
  top: 3px;
  right: 4px;
  margin-right: 5px;
  position: relative;
}

.obstsorteKachelHeadlineJohannisbeere:before {
  display: inline-block;
  content: ' ';
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/saft-freunde/obstsorten/johannisbeere.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  height: 18px;
  width: 20px;
  top: 3px;
  right: 4px;
  margin-right: 5px;
  position: relative;
}

.obstsorteKachelHeadlineBrombeere:before {
  display: inline-block;
  content: ' ';
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/saft-freunde/obstsorten/brombeere.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  height: 23px;
  width: 20px;
  top: 3px;
  right: 4px;
  margin-right: 5px;
  position: relative;
}

.obstsorteKachelHeadlineThree:before {
  display: inline-block;
  content: ' ';
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/saft-freunde/obstsorten/standort.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  top: 3px;
  margin-right: 5px;
  position: relative;
}

.obstsorteKachelHeadlineFour:before {
  display: inline-block;
  content: ' ';
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/saft-freunde/obstsorten/risiken.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  top: 3px;
  right: 1px;
  margin-right: 5px;
  position: relative;
}

.obstsorteKachelInnerHR {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 0;
  border-top: 1px solid #dee2e6;
}

.category-1865 .itemKachelImage {
  overflow: hidden;
  height: 100%;
  border-radius: 0.5rem;
  position: relative;
}

.columnLeft {
  flex: 26%;
  margin-right: 15px;
  font-weight: bold;
}

.columnRight {
  flex: 65%;
}

.obstsortenLandingpageRow {
  gap: 30px 0;
}

.obstsorteButton {
  background-color: var(--ci);
  color: #fff;
  width: 100%;
  font-size: 17px;
  font-weight: bold;
  border: 0;
  padding: 10px;
  border-radius: 0 0 0.5rem 0.5rem;
}

.obstsorteButton:after {
  display: inline-block;
  content: ' ';
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/regenwassertank/ceres5/2023/pfeil-weiss.svg);
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  left: 10px;
  top: 4px;
  position: relative;
}

.obstsorteKachelGesamt .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 22px;
  color: #5C8052;
  margin-left: 15px;
}

.obstsorteKachelGesamt .modal-header .close {
  padding: 0.5rem 1rem;
  margin: 0;
  color: #ffffff;
  border-radius: 1rem;
  background: #5C8052;
  opacity: .9;
  font-size: 17px;
  text-shadow: none;
}

.obstsorteKachelGesamt .modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .5rem;
  outline: 0;
}

.obstsorteKachelInnerFirst,
.obstsorteKachelInnerSecond,
.obstsorteKachelInnerThird,
.obstsorteKachelInnerFour {
  font-size: 17px;
}

.homeAufzählungOl {
  font-size: 17px;
}

table.hydropresseTable {
  background-color: #ffffff;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

table.hydropresseTable td, table.hydropresseTable th {
  padding: 3px 2px;
}

table.hydropresseTable tbody td {
  font-size: 15px;
}

table.hydropresseTable tr:nth-child(even) {
  background: #dbe8d8;
}

table.hydropresseTable thead {
  background: #5C8052;
}

table.hydropresseTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #fff;
}

table.hydropresseTable thead th:first-child {
  border-left: none;
}

table.maischefassTable {
  background-color: #fff;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

table.maischefassTable td, table.maischefassTable th {
  padding: 3px 2px;
}

table.maischefassTable tbody td {
  font-size: 16px;
}

table.maischefassTable tr:nth-child(even) {
  background: #dbe8d8;
}

table.maischefassTable thead {
  background: #5C8052;
}

table.maischefassTable thead th {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #fff;
}

table.maischefassTable thead th:first-child {
  border-left: none;
}

.mostenButton,
.druckButton {
  background-color: #5C8052;
  border-radius: 2rem;
  color: white;
  padding: 10px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  line-height: normal !important;
  border-width: 1.5px !important;
  border: 2px solid #5C8052;
  width: 200px;
}

.pinterestButton {
  border-color: #5C8052;
  border-radius: 2rem;
  color: #5C8052;
  padding: 9px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  border: 2px solid;
  line-height: normal !important;
  border-width: 2px !important;
  width: 200px;
}

.druckButton img,
.pinterestButton img {
  display: inline;
  vertical-align: middle;
  margin-top: -0.15em;
  width: 1.2em;
  height: 1.1em;
  overflow: visible;
}

.zutatenZubereitung {
  font-size: 17px;
  line-height: 30px;
}

.zutatenBox {
  background-color: #699155;
  float: right;
  padding: 20px 50px 20px 15px;
  margin-left: 30px;
  color: #fff;
  border-radius: 1rem;
}

.zutatenList {
  font-size: 17px;
  margin-bottom: 0;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}

.zutatenHeadline {
  color: #fff;
}

.apfelmostAufzählungOne {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.apfelmostAufzählungOne,
.apfelmostAufzählungTwo {
  font-size: 17px;
}

.kurzAnleitungApfelmost {
  background: #dbe8d8;
  border-radius: 1rem;
  padding: 20px 10px 10px 10px;
}

.apfelmostHeadlines {
  color: #5C8052;
  font-weight: bold;
}

table.reinzuchthefeTable {
  background-color: #ffffff;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

table.reinzuchthefeTable td, table.reinzuchthefeTable th {
  padding: 3px 2px;
}

table.reinzuchthefeTable tbody td {
  font-size: 16px;
}

table.reinzuchthefeTable tr:nth-child(even) {
  background: #dbe8d8;
}

table.reinzuchthefeTable thead {
  background: #5C8052;
}

table.reinzuchthefeTable thead th {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

table.reinzuchthefeTable thead th:first-child {
  border-left: none;
}

.mostenKontaktCTA {
  padding: 15px 30px 15px 0;
  font-size: 17px;
  min-height: 140px;
}

.mostenKontaktKachel {
  border-radius: 1rem;
  background: #f4bd58;
}

.level0 .nav-icon:before {
  display: inline-block;
  content: ' ';
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/saft-freunde/icon-mostfass-v2.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  height: 30px;
  width: 44px;
  top: 7px;
  position: relative;
}

.level1 .nav-icon:before {
  display: inline-block;
  content: ' ';
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/saft-freunde/icon-edelstahlfass-v2.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  height: 30px;
  width: 44px;
  top: 7px;
  position: relative;
}

.level2 .nav-icon:before {
  display: inline-block;
  content: ' ';
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/saft-freunde/icon-obstpresse-v2.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  height: 30px;
  width: 44px;
  top: 7px;
  /* margin-left: 10px; */
  position: relative;
}

.level3 .nav-icon:before {
  display: inline-block;
  content: ' ';
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/saft-freunde/icon-gaerbehaelter-v2.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  height: 30px;
  width: 44px;
  top: 7px;
  /* margin-left: 10px; */
  position: relative;
}

.level4 .nav-icon:before {
  display: inline-block;
  content: ' ';
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/saft-freunde/icon-maischefass-v2.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  height: 30px;
  width: 44px;
  top: 7px;
  /* margin-left: 10px; */
  position: relative;
}

.level5 .nav-icon:before {
  display: inline-block;
  content: ' ';
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/saft-freunde/icon-obstmuehle-v2.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  height: 30px;
  width: 44px;
  top: 7px;
  position: relative;
}

.footerHR {
  border-top: 1px solid #5C8052;
  margin-bottom: 25px;
}

.saftfreundeRatgeber .homeCategoryKachelnText {
  min-height: 140px;
}

.mostenKontaktInner {
  position: relative;
}

.mostenKontaktInnerPosition {
  position: absolute;
  top: 0;
  flex-direction: column;
  padding: 40px 15px 0 15px;
}

.mostenKontaktInnerPosition img {
  width: 80%;
}

.mostenKontaktInnerPosition p {
  margin-top: 5%;
}

.dropdown .dropdown-toggle::after {
  display: none;
}

.control-user .dropdown .dropdown-menu a {
  display: block;
  padding: 1rem .8rem;
  color: #fff;
  background-color: #5C8052;
  border: 0;
  border-top: 1px solid #dee2e6;
}

.control-user .dropdown .dropdown-menu a:hover {
  color: #303030;
  background-color: #f4bd58;
}

.controls-list .nav-link[aria-expanded=true] {
  background: #f4bd58;
}

.alert-info {
  color: #2a2a2a;
  background-color: #f4bd58;
  border-color: #f4bd58;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle,
.btn-outline-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a7029;
  border-color: #0a7029;
}

.btn-outline-primary:focus, .btn-outline-primary.focus,
.btn-outline-primary:hover, .btn-outline-primary.hover,
.btn-outline-primary:active, .btn-outline-primary.active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.modal-body img {
  border-radius: 0.5rem;
}

.obstsorteKachelGesamt .mostenSubtext:after {
  display: inline-block;
  content: ' ';
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/saft-freunde/obstsorten/informationen.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  top: 0px;
  left: 10px;
  margin-right: 5px;
  position: relative;
}

.obstsorteSource {
  font-size: 13px;
  float: right;
}

.apfelmostMinHeight {
  min-height: 50px;
}

#item-1 .itemKachelImage img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.contentLink {
  color: var(--ci);
  font-weight: 700;
}

.contentProductSuggest .cmp-product-thumb:hover {
  box-shadow: none;
}

.contentLink:hover {
  color: #5c8052;
  text-decoration: underline;
}

/* KEV SAFTFREUNDE END */
.controls-list .nav-link span {
  color: #000;
}

.controls-list .nav-link:hover {
  color: #ffffff;
  background-color: #f4bd58;
  border-radius: 2rem;
}

.top-bar-items .fa-shopping-cart {
  color: #fff;
  margin: 0px 0 0 -3px;
}

#search .fa-search {
  color: #fff;
  right: 2px;
  position: relative;
}

.search-submit:hover .fa-search {
  color: #f4bd58 !important;
}

.main-navbar-collapsable .mainmenu {
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  font-weight: bold;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  display: flex;
  margin-bottom: 0;
  padding-left: 0 !important;
}

.main-navbar-collapsable .mainmenu>li>a {
  color: #5C8052;
  font-size: 16px;
  text-align: center;
  padding: 5px 0;
  min-height: 40px;
}

.main-navbar-collapsable .mainmenu>li:hover>a,
.main-navbar-collapsable .mainmenu>li.hover>a {
  color: #212529;
  border-bottom: 2px solid #8ab549;
}

.main-navbar-collapsable .mainmenu>li ul {
  z-index: 999;
  display: none;
  width: 100%;
}

.main-navbar-collapsable .mainmenu>li:hover ul {
  display: block;
}

.main-navbar-collapsable a:hover,
.main-navbar-collapsable a:focus,
.main-navbar-collapsable a:active {
  border-bottom: 2px solid;
  border-color: #8ab549;
  color: #fff;
  background-color: #8ab549;
}

#page-body {
  background-color: #fff;
}

.headerPic {
  position: relative;
}

.headerPic .containerHeaderPic {
  position: absolute;
  bottom: 50px;
  right: 0px;
}

.headerPic .container-max {
  position: absolute;
  bottom: 50px;
  right: 0px;
}

.headerPic .headline {
  background-color: var(--ci);
  padding: 10px 30px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  display: inline;
}

.homeCategories .box {
  border: 1px solid #000;
  display: block;
  height: 100%;
  margin-bottom: 10px;
}

.homeCategoriesTitle {
  min-height: 1px;
  padding: 0 10px;
}

.homeCategories .box p {
  margin-bottom: 0;
  font-size: 16px;
  color: #000;
}

.homeCategories .box img {
  margin-bottom: 10px;
}

.text-img-caption {
  margin-top: 5px;
}

.sale-crossprice {
  font-size: 12px;
  text-decoration: line-through;
  color: red;
  font-weight: 500;
}

.banner1-textbox-unterirdisch {
  position: absolute;
  top: 0;
  color: var(--text);
  text-align: center;
  margin-right: 15px;
  min-width: 35%;
  background-color: rgba(255, 255, 255, .75);
  padding: 40px 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  border: 1px solid var(--text);
}

.banner1-textbox-unterirdisch-headline {
  font-size: 1.8rem;
  color: var(--text);
  font-weight: bold;
  line-height: 1.2;
}

.banner1-textbox-unterirdisch-text {
  color: var(--text);
  font-weight: 700;
  font-size: 18px;
}

.banner1-textbox-hr {
  border-top: 1px solid var(--text);
}

.banner1-textbox-button {
  background-color: #5C8052;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  color: var(--text);
  font-size: 18px;
}

.homeFAQheadline,
.homeServices {
  background-color: #5C8052;
  padding: 7px 0 1px 0;
  color: #fff;
}

.homeFAQheadline h3 {
  color: #fff !important;
}

.homeServices img {
  padding-bottom: 10px;
  max-height: 75px;
  width: auto;
}

.homeFAQheadline h2,
.homeServices p {
  color: var(--text);
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
}

footer .telSupport a {
  color: #000000 !important;
  font-weight: bold;
}

footer .footerTop {
  padding: 40px;
  background-color: #dbe8d8;
  color: #000;
}

footer .footerTop a {
  color: #000;
}

footer .footerBottom {
  padding: 20px 0;
  text-align: center;
  background-color: #5C8052;
}

footer .footerBottom p {
  margin-bottom: 5px;
  color: #fff;
}

footer .headline {
  font-weight: bold;
}

footer a {
  color: #000
}

footer .socialmedia a {
  color: #fff
}

footer .tabStop {
  width: 100px;
  display: inline-block;
}

footer .icons ul {
  display: flex;
  flex-wrap: wrap;
}

footer .icons ul li {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

footer .icons ul li img {
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 1rem;
}

footer .social-media ul li {
  flex: 0 0 40px;
  max-width: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
}

footer .social-media ul li i {
  display: block;
  height: 40px;
  text-align: center;
  padding: 8px;
  color: #fff;
  font-size: 25px;
}

footer .social-media ul li.facebook i {
  background-color: #0654a1;
}

footer .social-media ul li.instagram i {
  background-color: #973464;
}

footer .social-media ul li.whatsapp i {
  background-color: #42d855;
}

footer .social-media ul li.pinterest i {
  background-color: #e60023;
}

.product-list {
  display: block;
  margin: 0 -15px;
}

.product-list li {
  float: left;
}

.product-list::after {
  content: "";
  display: table;
  clear: both;
}

.pagination {
  align-items: center;
  justify-content: center;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.cmp-product-thumb {
  display: block;
  margin-bottom: 20px;
  transition: all .2s ease-out 0s;
  border-radius: 1rem;
}

.cmp-product-thumb:hover .prop-1-1 {
  transform: scale(1.04);
  z-index: 1;
  transition: all .2s ease-out 0s;
}

.cmp-product-thumb:hover .img-fluid {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cmp-product-thumb .thumb-title {
  color: #000;
  min-height: 35px;
}

.single .cmp-product-thumb .thumb-title {
  min-height: 35px;
}

.cmp-product-thumb:hover {
  z-index: 1;
  box-shadow: 5px 5px 25px 0px rgb(0 0 0 / 15%), -8px -8px 16px 0px rgb(255 255 255 / 33%);
}

.cmp-product-thumb .prices {
  line-height: 30px;
  min-height: 25px;
  display: block;
}

.cmp-product-thumb .price,
.cmp-product-thumb .artSold,
.cmp-product-thumb .price-view-port {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
}

.cmp-product-thumb .price {
  color: #5C8052;
}

.cmp-product-thumb .artSold {
  color: red;
  font-size: .81em;
}

.single .artSold {
  color: red;
  font-size: .81em;
  margin-left: 22px;
}

.cmp-product-thumb .artSold p {
  margin-bottom: 0;
}

.cmp-product-thumb .itemStock {
  text-align: center;
  margin-bottom: 5px;
}

.single .itemStock {
  text-align: center;
  margin-bottom: 5px;
  min-height: 1px;
}

.cmp-product-thumb .itemStock .dot {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: red;
  border-radius: 11px;
  margin-right: 2px;
}

.single .itemStock .dot {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: red;
  border-radius: 11px;
  margin-right: 10px;
}

.cmp-product-thumb .itemStock.green .dot {
  background: #28a745;
}

.cmp-product-thumb .itemStock.orange .dot {
  background: orange;
}

.single .itemStock.green .dot {
  background: #28a745;
}

.single .itemStock.orange .dot {
  background: orange;
}

.bg-info {
  display: none !important;
}

.page-home .cmp-product-thumb .varianteAnzahl,
.page-category-item .cmp-product-thumb .varianteAnzahl,
.page-search .cmp-product-thumb .varianteAnzahl {
  position: absolute;
  top: 2px;
  left: 0px;
  line-height: 1.3;
  padding: 2px 10px;
  background-color: #5c8052;
  color: #ffffff;
  font-weight: 700;
  border-radius: 10px;
  z-index: 99;
}

@media (max-width: 420px) {

  .page-category-item .cmp-product-thumb .varianteAnzahl,
  .page-search .cmp-product-thumb .varianteAnzahl {
    font-size: .85rem;
  }
  
 .page-category-content h1,
.page-category-content h2,
.page-category-content h3 {
	font-size: 1.2rem;
}

.apfelmostAufzählungOne, 
.apfelmostAufzählungTwo {
    font-size: 14px;
}
table.reinzuchthefeTable tbody td {
    font-size: 14px;
}
}

@media (max-width: 370px) {

  .page-category-item .cmp-product-thumb .varianteAnzahl,
  .page-search .cmp-product-thumb .varianteAnzahl {
    font-size: .8rem;
    padding: 2px 5px;
    font-weight: 400;
  }
}

@media (max-width: 370px) {

  .page-category-item .cmp-product-thumb .varianteAnzahl,
  .page-search .cmp-product-thumb .varianteAnzahl {
    font-size: .75rem;
    padding: 2px 3px;
  }
}

.cmp-product-thumb .special-tags {
  padding: 0 !important;
}

.cmp-product-thumb .special-tags .badge {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 1rem;
  display: block;
  padding: 5px 8px;
  font-size: 14px;
}

.cmp-product-thumb .special-tags .badge-primary {
  background-color: var(--ci);
  color: #fff;
}

.sideBarHeadline {
  margin-top: 30px;
}

/* Kevin NEU */
.filter-wrapper {
  width: 100%;
}

.sideBarHeadline, .filter-toggle {
  color: #000;
  padding: 10px;
  font-size: 18px;
}

#filter-accordion .card {
  border: 0 !important;
  margin-bottom: 2px;
}

#filter-accordion .card-header {
  padding: 0;
  background-color: transparent;
  border-bottom: 0;
}

#filter-accordion button {
  color: #000;
  background: #f5f5f5;
  padding: 15px 20px 5px;
}

#filter-accordion button i {
  font-size: 25px;
  position: relative;
  top: -5px;
  line-height: 1;
}

#filter-accordion .pic {
  position: sticky;
}

.filter-wrapper .filter-badge {
  min-width: 1px;
  width: 24px;
  padding: 3px 0;
  height: 24px;
}

#filter-accordion .filter-badge {
  min-width: 2em;
  color: #808080;
  background: #ffffff;
}

.filter-wrapper .form-check-label {
  display: block;
}

.categoriegrid {
  margin-top: 15px;
}

.cat-control .list-sort .custom-select {
  border: 1px solid #bebebe;
  border-radius: 0;
  padding: 5px 30px 5px 10px;
  height: 33.5px;
}

.contactBox {
  background-color: #495057;
  padding: 10px;
}

.contactBoxText {
  color: #fff;
  font-weight: bold;
}

#filter-accordion .card-body {
  padding-left: 38px;
}

.cat-control {
  border-bottom: 1px solid #bebebe;
  margin-bottom: 30px;
}

.cat-control p {
  color: #000;
  font-size: 20px;
  margin-bottom: 0;
}

.cat-control .list-sort {
  margin-left: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}

.ratgeberAnker {
  color: #5C8052;
  font-weight: bold;
  font-size: 17px;
}

.ratgeberAnker:hover,
.ratgeberAnker .fa:hover,
.ratgeberAnker:hover .fa {
  color: #f4bd58;
}

.ratgeberAnker .fa {
  color: #5C8052;
  font-weight: bold;
  font-size: 35px;
}

article .shortDesc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3em;
  margin-bottom: 15px;
  font-size: 12px;
  text-align: center;
  color: #000;
}

.contactBox a {
  color: #fff;
}

.sideBarHeadline, .filter-toggle {
  display: block;
  color: var(--text);
  font-weight: bold;
  padding: 10px;
  text-align: start;
}

.page-item.active .page-link {
  background-color: #5C8052;
  border-color: #5C8052;
  color: #fff;
}

.RegenspeicherBulletpointImage {
  border-radius: 10%;
  margin-bottom: 10px;
}

.RegenspeicherBulletpointSubheadline {
  text-align: left;
}

.homeGridFirst {
  display: grid;
  grid-template-rows: repeat(5, 150px);
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas:
    "imageOne imageOne imageOne imageTwo imageTwo imageTwo"
    "imageOne imageOne imageOne imageTwo imageTwo imageTwo"
    "imageOne imageOne imageOne imageFour imageFour imageFour"
    "imageThree imageThree imageThree imageFour imageFour imageFour"
    "imageThree imageThree imageThree imageFour imageFour imageFour";
  gap: 20px;
}

#item-0 {
  grid-area: imageOne;
}

#item-1 {
  grid-area: imageTwo;
}

#item-2 {
  grid-area: imageThree;
}

#item-3 {
  grid-area: imageFour;
}

.homeGridSecond {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "RezeptOne RezeptTwo RezeptThree RezeptFour";
  gap: 20px;
  z-index: 2;
  position: relative;
}

.itemKachelTitleRezepte {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  padding: 5px 20px 3px 15px;
  z-index: 9;
  max-width: 90%;
  background-color: rgb(102 145 85);
  text-align: left;
  border-radius: 0 0.3rem 0.3rem 0;
}

.homeGridObstsorten {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas:
    "SorteOne SorteTwo SorteThree SorteFour"
    "SorteFive SorteSix SorteSeven SorteEight";
  gap: 20px;
  z-index: 2;
  position: relative;
}

#item-8 {
  grid-area: SorteOne;
}

#item-9 {
  grid-area: SorteTwo;
}

#item-10 {
  grid-area: SorteThree;
}

#item-11 {
  grid-area: SorteFour;
}

#item-12 {
  grid-area: SorteFive;
}

#item-13 {
  grid-area: SorteSix;
}

#item-14 {
  grid-area: SorteSeven;
}

#item-15 {
  grid-area: SorteEight;
}

.homeSubtextObstsorten {
  display: block;
  position: absolute;
  bottom: -20px;
  right: 0;
  padding: 15px 20px 10px 25px;
  width: 100%;
  background-color: rgb(102 145 85);
  border-radius: 0 0 1rem 1rem;
  font-weight: bold;
  font-size: 17px;
  color: #ffffff;
}

.startseiteBannerTrenner {
  background: #DBE8D8;
  padding: 20px;
}

.homeBadgeRezepte {
  color: #ffffff;
  font-weight: bold;
  padding: 5px 0 0 0;
}

.homeSubtextRezepte {
  font-size: 16px;
  color: #5C8052;
  display: flex;
  position: absolute;
  padding: 10px 15px;
  max-width: 80%;
  width: 100%;
  z-index: 9;
  background-color: rgb(255 255 255 / 85%);
  border-radius: 0.5rem;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: column;
}

.mostenSubtext {
  display: flex;
  position: absolute;
  padding: 10px 15px;
  z-index: 9;
  max-width: 85%;
  width: 100%;
  background-color: rgb(255 255 255 / 85%);
  border-radius: 0.5rem;
  font-weight: bold;
  font-size: 16px;
  color: #5C8052;
  align-items: center;
  justify-content: center;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.mostenRatgeberSubtext {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 90%;
  right: 25px;
  padding: 15px 20px 10px 25px;
  z-index: 9;
  width: 85%;
  background-color: rgb(255 255 255);
  border-radius: 0.3rem;
  font-weight: bold;
  min-height: 76px;
  font-size: 16px;
  color: #5C8052;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
}

.buttonRezepte {
  background-color: #5C8052;
  border-radius: 2rem;
  color: white;
  padding: 10px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  width: 300px;
  margin: 25px auto;
  left: 0;
  right: 0;
}

.buttonRezepte:hover,
.mostenButton:hover {
  color: #fff;
  background-color: #f4bd58;
}

.druckButton:hover {
  color: #fff;
  background-color: #f4bd58;
  border: 2px solid #f4bd58;
}

.pinterestButton a {
  color: #669166;
}

.pinterestButton:hover {
  background-color: #f4bd58;
  color: #fff;
  border-color: #f4bd58;
}

.homeCategoryKacheln {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.homeCategoryKachelnButton,
.homeCategoryKachelnButtonContact {
  background-color: #5C8052;
  border-color: #5C8052;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  border-radius: 2rem;
  cursor: pointer;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}

.homeCategoryKachelnButton:hover,
.mostenCategoryKachelnButton:hover,
.mostsortenCategoryKachelnButton:hover {
  color: #fff;
  background-color: #f4bd58;
}

.homeCategoryKachelnButtonContact:hover {
  background-color: #7daf68;
  border-color: #7daf68;
  color: #fff;
}

.homeCategoryKachelnHeadline {
  font-size: 18px;
  font-weight: bold;
}

.homeCategoryKachelnText {
  font-size: 17px;
}

.homeCategoryKachel {
  border-radius: 1rem;
  background: linear-gradient(140deg, #f7f7f7 0%, #f7f7f7 15%, #DBE8D8 40%, #DBE8D8 100%);
}

.obstCategoryKachel {
  border-radius: 1rem;
  background: linear-gradient(250deg, #f7f7f7 0%, #f7f7f7 15%, #DBE8D8 40%, #DBE8D8 100%);
}

.homeCategoryKachelBody {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  padding: 15px 0 15px 30px;
}

.obstCategoryKachelBody {
  padding: 15px 30px 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.homeCategoryKachelImage {
  border-radius: 0 1rem 1rem 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.obstCategoryKachelImage {
  border-radius: 1rem 0 0 1rem;
  height: 100%;
  width: auto;
  object-fit: cover;
}

.homeContentImages {
  border-radius: 0.5rem;
}

.homeSubtextImage {
  color: #5C8052;
  margin-top: 15px;
  font-weight: bold;
}

.homeContentText {
  font-size: 17px;
  text-align: justify;
}

.mostenCategoryKachelBody {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 15px 30px 45px;
}

.mostenMainCategoryKachelBody {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mostenCategoryKachelnHeadline {
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
}

.mostenCategoryKachelnText {
  font-size: 25px;
  color: #fff;
  width: 60%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mostenCategoryKachelnButton {
  background-color: #5C8052;
  border-color: #5C8052;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  border-radius: 2rem;
  cursor: pointer;
  text-align: center;
  padding: 10px 20px;
}

.mostenCategoryKachelnButton:after {
  display: inline-block;
  content: ' ';
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/Saftfreunde/Test/pfeil-weiss.svg);
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  left: 3px;
  top: 4px;
  position: relative;
}

.itemKachelTitle {
  display: flex;
  position: absolute;
  padding: 10px 15px;
  max-width: 90%;
  width: 100%;
  z-index: 9;
  background-color: rgb(255 255 255 / 85%);
  border-radius: 0.5rem;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: column;
}

.homeKatMainHeadlineWhite {
  font-weight: bold;
}

.itemKachelTitleRight {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 15px 15px 0;
  z-index: 9;
  max-width: 90%;
  background-color: rgba(0, 134, 205, .9);
}

.itemKachelTitle h4,
.itemKachelTitleRight h4 {
  color: #fff;
  text-transform: uppercase;
}

.homeKatMainHeadlineWhite {
  color: #5C8052;
  margin-bottom: 3px;
  font-size: 20px;
}

.homeKatSubheadlineWhite {
  color: #000;
  font-size: 17px;
  margin-bottom: 0;
}

.itemKachelImage {
  overflow: hidden;
  height: 100%;
  border-radius: 0.5rem;
  position: relative;
}

.itemKachelImage img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 40%;
}

.itemKachelImageBottom {
  background-color: #f7f7f7;
}

.gridKachel a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.page-home .cmp-product-thumb .thumb-image, 
.page-category-item .cmp-product-thumb .thumb-image, 
.page-search .cmp-product-thumb .thumb-image, 
.page-singleitem .cmp-product-thumb .thumb-image {
    position: relative;
    overflow: unset !important;
}

/* .itemKachelImage img {
  transition: transform .4s cubic-bezier(0, 0, .26, 1),
    opacity .3s cubic-bezier(0, 0, .26, 1),
    -webkit-transform .3s cubic-bezier(0, 0, .26, 1);
} */
/* .gridKachel a:hover .itemKachelImage img,
.obstsorteKachelGesamt:hover .itemKachelImage img {
  transform: scale(1.05);
} */
.headlineTrenner {
  border-top: 2px solid #495057;
  width: 25%;
  margin-left: 0;
}

.singleItemTrenner {
  border-top: 2px solid #495057 !important;
  width: 10%;
}

.list-item-carousel.owl-theme .owl-dots {
  bottom: -15px;
}

.artikelheadlineOber {
  font-weight: bold;
  margin-bottom: 0;
  color: #495057;
}

.text-appearance.selected-filter {
  display: table;
  color: #ffffff;
  font-weight: bold;
  background-color: #89b549;
  border-radius: 5px;
  margin: 10px 0;
  padding: 2px 15px;
  text-align: center;
  cursor: pointer;
}

.text-appearance.selected-filter:hover i {
  color: red;
}

.selected-filter.reset-all {
  display: block;
  background: #ddd;
  padding: 5px;
  margin: 10px 0;
  text-align: center;
  cursor: pointer;
}

.categoryCols {
  margin-top: 10px;
}

.singleItemRechts {
  padding: 20px 25px;
  box-shadow: 1px 1px 10px 0 rgb(0 0 0 / 15%);
  overflow: hidden;
  margin: 0 -7px;
  min-height: 704px;
}

.singleItemRechtsUl {
  padding-left: 5px;
}

.singleItemBeratungContactLeft,
.singleItemBeratungContactRight {
  font-size: 18px;
}

.singleItemBeratungContactLeft {
  padding-left: 20px;
}

.singleItemDelivery {
  padding-right: 40px;
}

.singleItemBeratungContactRight {
  padding-right: 30px;
}

.singleItemBeratungContactLeft a {
  color: #6c757d;
}

.singleItemBeratungContactLeft:after {
  content: "";
  background: #6c757d;
  position: absolute;
  bottom: 5px;
  right: 0;
  height: 80%;
  width: 2px;
}

.singleItemContactIconOne:before {
  display: inline-block;
  content: ' ';
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/saft-freunde/kontakt-telefon-icon.svg);
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  left: 5px;
  top: 3px;
  position: relative;
  margin-right: 15px;
}

.singleItemContactIconTwo:before {
  display: inline-block;
  content: ' ';
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/saft-freunde/kontakt-email-icon.svg);
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  left: 5px;
  top: 3px;
  position: relative;
  margin-right: 15px;
}

.breadcrumbs {
  background-color: #fff;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .5rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #fff;
  border-radius: .1rem;
}

.singleItemGratisversand {
  font-size: 15px;
  font-weight: bold;
  color: #5C8052;
}

.singleItemGratisversand:after {
  display: inline-block;
  content: ' ';
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/saft-freunde/kostenloser-versand-lkw-icon.svg);
  background-size: 25px 25px;
  height: 25px;
  width: 25px;
  left: 5px;
  top: 5px;
  position: relative;
}

.sw-tabelle-noborder {
  width: 80%;
  background-color: #dbe8d8;
}

.sw-tabelle-noborder tbody td {
  font-size: 15px;
}

.sw-tabelle-noborder td,
.sw-tabelle-noborder th {
  padding: 4px 10px;
}

.sw-tabelle-noborder tr:nth-child(even) {
  background: #fff;
}

.sw-tabelle-noborder tr td:first-child {
  width: 30%;
}

.sw-tabelle-noborder tr td {
  width: 70%;
}

.singleItemDownloads:hover {
  color: #89b549;
  text-decoration: underline;
}

.singleItemHeadlines {
  text-align: center;
  font-size: 16px;
  margin: 15px 0 15px 0;
  font-weight: bold;
}

.single .nav-tabs .nav-item,
.page-singleitem .nav-tabs .nav-item {
  float: none;
  cursor: unset;
}

.nav-tabs .nav-item {
  margin-bottom: 0px;
}

.singleItemGratisversandCol {
  text-align: center;
}

.singleItemBeratungContactRight {
  text-align: right;
}

/*============================
FEEDBACK BEWERTUNG STERNE
===============================*/
.single .feedback-stars-average {
  height: 20px !important;
  float: right;
}

#feedback-stars {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#feedback-stars .fa-star {
  margin: 0 3px;
}

.cmp-product-thumb #feedback-stars.star-0 .feedback-star {
  color: transparent;
}

#feedback-stars.star-1 .feedback-star:first-child,
#feedback-stars.star-2 .feedback-star:first-child,
#feedback-stars.star-2 .feedback-star:nth-child(2),
#feedback-stars.star-3 .feedback-star:first-child,
#feedback-stars.star-3 .feedback-star:nth-child(2),
#feedback-stars.star-3 .feedback-star:nth-child(3),
#feedback-stars.star-4 .feedback-star:first-child,
#feedback-stars.star-4 .feedback-star:nth-child(2),
#feedback-stars.star-4 .feedback-star:nth-child(3),
#feedback-stars.star-4 .feedback-star:nth-child(4),
#feedback-stars.star-5 .feedback-star:first-child,
#feedback-stars.star-5 .feedback-star:nth-child(2),
#feedback-stars.star-5 .feedback-star:nth-child(3),
#feedback-stars.star-5 .feedback-star:nth-child(4),
#feedback-stars.star-5 .feedback-star:nth-child(5) {
  color: #d2a24a;
}

.single .feedback-stars-average .feedback-star {
  height: 30px;
  width: 24px;
  line-height: 32px;
  font-size: 24px;
  float: left;
  text-align: center;
  color: #d2a24a;
}

.single .feedback-container .feedback-list .feedback .feedback-comment .feedback-rating .full {
  color: #d2a24a;
}

.single .feedback-container input.star:checked~label.star:before,
.single .feedback-container input.star-rated:checked~label.star-rated:before {
  content: "";
  color: #d2a24a;
}

.single .feedback-container label.star:hover:before {
  color: #d2a24a !important;
}

.single .feedback-container label.star:hover~label.star:before {
  color: #d2a24a;
}

.single .crossSelling article #feedback-stars,
.single .crossSelling article .shortDesc {
  display: none
}

.single .widget-primary .bg-appearance {
  color: #212529 !important;
  background-color: #d2a24a !important;
}

@media (max-width: 400px) {
  #feedback-stars {
    position: relative;
    min-height: 22px
  }

  .feedback-stars-overlay-wrap {
    position: absolute;
    top: 0;
  }

  #feedback-stars-average .feedback-star {
    display: inline-block;
  }

  .feedback-stars-overlay-wrap .feedback-star {
    color: #d2a24a;
  }

  .feedback-stars-average .feedback-stars-background .feedback-star {
    color: rgba(0, 0, 0, 0.1);
  }

  .single .btn-download {
    padding: 5px 5px !important;
    font-size: 14px !important;
    margin: 0 5px !important;
    hyphens: auto;
  }

  .form-control {
    font-size: .9rem !important;
  }
}

@media (max-width: 370px) {
  .feedback-container .feedback-bars .feedback-bar-wrap .feedback-bar {
    width: 110px !important;
  }

  .feedback-container .title {
    font-size: 1.5rem !important;
  }
}

/*
==============================
FEEDBACK BEWERTUNG STERNE ENDE
============================== */
.filter-toggle:hover,
.filter-toggle:focus,
.filter-toggle:active {
  text-decoration: none;
  cursor: default;
  color: var(--text);
}

.product-list select {
  border: 1px solid var(--hgrau);
}

.filter-wrapper {
  width: 100%;
}

.filter-wrapper .card {
  border: 0;
  border-top: 1px solid var(--text);
}

.filter-wrapper .card:first-child {
  border-top: 0;
}

.filter-wrapper .card-columns {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  orphans: 1;
  widows: 1;
}

.filter-wrapper .h3 {
  font-size: 18px;
}

.filter-wrapper .form-check-label {
  display: block;
}

.filter-wrapper .card .pic {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 39px;
}

.filter-wrapper .filter-badge {
  width: 24px;
  height: 24px;
  padding: 3px 0;
  min-width: 1px;
}

.single .title {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
}

.single .shortdescription {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.single .title {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
}

.single .vat,
.page-singleitem .vat {
  margin-bottom: 0;
}

.single .crossSelling .row {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.main-navbar-collapsable a {
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #ffffff;
}

.single .crossprice {
  display: none;
}

.single .downloads {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.single .btn-download {
  padding: 5px 15px;
  font-size: 15px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 25px;
  font-weight: bold;
}

.single .btn-download>img {
  max-width: 45px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.single .nav-tabs {
  border-bottom: 0;
  margin: 0 -15px;
  background: #e3e3e3;
}

.single .nav-tabs .nav-item {
  float: none;
  flex: 1 1 auto;
  padding: 0 15px;
}

.single .nav-tabs .nav-link {
  border: 0;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 20px 8px 20px;
  display: flex;
  justify-content: space-evenly;
  border-bottom: 3px solid #e3e3e3;
}

.single .nav-tabs .nav-link:hover,
.single .nav-tabs .nav-link:focus,
.single .nav-tabs .nav-link:active,
.single .nav-tabs .nav-link.active {
  border: 0;
  text-align: center;
  color: #000000;
  font-weight: bold;
  display: flex;
  justify-content: space-evenly;
  background: #e3e3e3;
  border-bottom: 3px solid #89b549;
}

.single .nav-tabs .nav-link .fa {
  float: right;
  font-size: 30px;
}

.single .bulletpoints {
  min-height: 97px;
}

.single .bulletpoints li {
  color: var(--text);
  list-style: none;
  position: relative;
  padding-left: 25px;
  line-height: 28px;
}

.single .bulletpoints li::before {
  content: "";
  background-image: url(https://cdn02.plentymarkets.com/yi9z0xbw5t14/frontend/saft-freunde/checkmark.svg);
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0px;
}

.single .bulletpoints li a {
  color: var(--text);
}

.single .pipe {
  border-right: 1px solid #000;
  padding-left: 8px;
  margin-right: 8px;
  display: inline-block;
  width: 10px;
  height: 14px;
  margin-bottom: -2px;
}

.single .crossSellingHeadline {
  font-size: 16px;
  margin: 15px 0 15px 0;
  font-weight: bold;
}

.single-carousel .owl-item img {
  max-height: 750px;
  margin: 0 auto;
}

.single .single-carousel, .page-singleitem .single-carousel {
  background: #fff;
}

.owl-carousel .owl-single-item-control {
  font-size: 2rem;
  color: #495057;
  text-shadow: none;
}

#thumb-carousel .owl-stage-outer.owl-height .owl-stage {
  transform: translate3d(0px, 0px, 0px);
  transition: all 0s ease 0s;
  width: 700px;
  height: 150px;
}

#thumb-carousel .owl-item-active {
  width: 150px;
  margin-right: 18px;
}

.owl-single-item-control.fa.fa-chevron-right {
  right: 50px;
}

.single-carousel.owl-carousel.owl-theme.owl-single-item.mt-0.owl-loaded.owl-drag .owl-stage-outer.owl-height {
  height: 700px;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.single-carousel.owl-carousel.owl-theme.owl-single-item.mt-0.owl-loaded.owl-drag .owl-stage {
  transform: translate3d(0px, 0px, 0px);
  transition: all 0s ease 0s;
  width: 750px;
  height: 700px;
}

.single-carousel.owl-carousel.owl-theme.owl-single-item.mt-0.owl-loaded.owl-drag .owl-item-active {
  width: 700px;
  margin-right: 98px;
  margin-left: 100px;
  height: 700px;
}

.owl-theme .owl-dots {
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel:hover .owl-single-item-nav {
  opacity: 1;
}

/*TEst ImageCarousel*/
@media(min-width: 1501px) {
  .owl-wrap {
    position: relative;
    max-width: 750px;
    margin-left: 145px;
  }

  div#thumb-carousel {
    max-width: 750px;
    transform: rotate(90deg);
    transform-origin: left top;
    position: absolute;
    top: -7px;
    right: 15px;
    overflow: hidden;
  }

  img.owl-thumb {
    transform: rotate(270deg);
  }

  #thumb-carousel .owl-stage-outer.owl-height {
    height: 150px;
    width: 750px;
  }
}

@media(max-width: 1520px) and (min-width: 1501px) {
  .owl-wrap {
    margin-left: 165px;
  }

  div#thumb-carousel {
    left: -10px;
  }
}

@media(max-width: 1500px) {
  .owl-wrap {
    display: flex;
    flex-direction: column;
  }

  .single-carousel {
    order: 1;
  }

  div#thumb-carousel {
    order: 2;
  }
}

/*TEst ImageCarousel*/
.single .owl-thumbs .owl-thumb {
  border: 1px solid #000;
}

.single hr {
  border-top: 1px solid var(--dgrau);
}

.single .price, .page-singleitem .price {
  font-size: 25px;
  margin-bottom: 0;
}

.single .incl {
  font-size: 14px;
}

.single .tab-content .row {
  margin-right: 0;
  margin-left: 0;
}

.single .crossSellingLinkText {
  color: var(--text);
  font-weight: bold;
}

.single .crossSellingLinkText:hover,
.single .crossSellingLinkText:focus,
.single .crossSellingLinkText:active {
  color: var(--ci);
}

.single .tab-content .row {
  margin-right: 0;
  margin-left: 0;
}

.single .crossSelling .price {
  font-size: 1.2rem;
}

.single .cmp-product-thumb .prices {
  min-height: 34px;
}

.single .cmp-product-thumb .itemStock {
  min-height: 42px;
}

.add-to-basket-container .quantity-input-container {
  margin-right: 0;
}

.add-to-basket-container .btn-primary {
  padding: 5px;
  font-size: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  font-weight: bold;
  margin-left: 10px;
}

.add-to-basket-container .btn-primary .fa-shopping-cart {
  font-size: 30px;
  padding-left: 20px;
  float: none;
}

.add-to-basket-container .btn-primary .fa-shopping-cart:before {
  content: "\f105"
}

.breadcrumb-item a {
  color: #555555;
  font-weight: bold;
  font-size: 14px;
}

.breadcrumb-item.active {
  color: #5C8052;
  font-weight: bold;
  font-size: 14px;
}

.single .crossSelling .price {
  font-size: 1.2rem;
}

.single .cmp-product-thumb .prices {
  min-height: 34px;
}

.single .cmp-product-thumb .itemStock {
  min-height: 42px;
}

body.basket-open,
.modal-open {
  overflow: visible;
  padding-right: 0 !important
}

.page-login form[id^="login"]::after,
#login-modal-wrapper .modal-body::after {
  content: '* Pflichtfelder';
  margin-top: 10px;
  display: block;
}

#add-item-to-basket-overlay a:not([href]) {
  color: #000;
}

#add-item-to-basket-overlay a:not([href]):hover,
#add-item-to-basket-overlay a:not([href]):focus,
#add-item-to-basket-overlay a:not([href]):active {
  color: #000;
}

html {
  scroll-padding-top: 200px;
}

.text-primary, .color-primary {
  color: #000 !important;
}

#header-shipping-table {
  background-color: #e3e3e3;
  border: 1px solid #e3e3e3;
  font-weight: 700;
  padding: 5px;
  float: left;
}

#content-shipping-table {
  border: 1px solid #e3e3e3;
  font-weight: 700;
  padding: 5px;
  float: left;
}

.borderSolidBlack {
  border: 1px solid var(--text);
}

.newsbox {
  position: relative;
  background-color: #f8f9fa;
}

.newsBoxAktuell {
  color: var(--dci);
}

.newsBoxContent img {
  position: absolute;
  top: 0;
  left: 0;
}

.newsBoxContentTopLeft {
  position: absolute;
  top: 15px;
  left: 15px;
}

.newsBoxContentTopRight {
  position: absolute;
  top: 15px;
  right: 15px;
}

.newsBoxContentCenter {
  position: absolute;
  top: 0;
  left: 0;
  padding: 75px 85px;
  font-size: 18px;
}

.newsBoxContentBottomLeft {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.newsBoxContentBottomRight {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.newsBoxContentBottomLeft p,
.newsBoxContentBottomRight p {
  margin-bottom: 0;
}

.timesNewRoman {
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
}

.artikelheadlinehomepage {
  font-size: 18px;
  color: #8ab549;
}

.categoryHeaderPic.headerPic .containerHeaderPic {
  position: absolute;
  bottom: 50px;
  right: 15px;
}

.main-navbar-collapsable .mainmenu>li:hover {
  background-color: transparent;
}

.main-navbar-collapsable .mainmenu>li:hover>a {
  color: #000;
}

.main-navbar-collapsable .mainmenu>li>a:hover,
.main-navbar-collapsable .mainmenu>li>a:focus,
.main-navbar-collapsable .mainmenu>li>a:active {
  color: #f4bd58;
  background-color: #ffffff;
}

/*--------------------------------
  TELEFONABFRAGE WIDGET
--------------------------------*/
.telefonabfrageWidget .widget {
  margin-bottom: 1rem;
}

.telefonabfrageWidget #addPhoneWidget {
  background: #f6f6f6;
}

.telefonabfrageWidget #addPhoneWidget .h2 {
  font-weight: 700;
  font-size: 1.2rem;
}

.telefonabfrageWidget #addPhoneWidget .btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #00792a;
  border-color: #00792a;
}

.telefonabfrageWidget #addPhoneWidget .btn.disabled, .btn:disabled {
  opacity: 1;
}

.telefonabfrageWidget #addPhoneWidget .btn-link {
  color: #00792a !important;
}

/*--------------------------------
  RESPONSIVE
--------------------------------*/
@media (max-width 1770px) {
  .homeCategoriesTitle {
    min-height: 1px;
  }
}

@media (max-width: 1705px) {
  .single .cmp-product-thumb .thumb-title {
    min-height: 55px;
  }

  .newsBoxContentCenter {
    padding: 60px 85px;
  }
}

@media (max-width: 1655px) and (min-width: 1120px) {
  .categoryCols .col-lg-2 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .categoryCols .col-lg-10 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .categoryCols .product-list .col-lg-3 {
    max-width: 33.333%;
    flex: 0 0 33.333%;
  }
}

@media (max-width: 1600px) {
  .add-to-basket-container .quantity-input-container {
    top: -80px;
  }
}

@media (max-width: 1575px) {
  .newsBoxContentCenter {
    font-size: 14px;
  }

  .timesNewRoman {
    font-size: 18px;
  }
}

@media (max-width: 1540px) {
  .categoryHeaderPic.headerPic .containerHeaderPic .headline {
    display: block;
    width: 70%;
    max-width: max-content;
    margin-left: auto;
    padding: 10px 20px;
    text-align: center;
  }
}

@media (max-width: 1510px) {
  .cmp-product-thumb .itemStock {
    min-height: 45px;
  }
}

@media (max-width: 1502px) {
  .singleItemBeratungContactLeft {
    padding-left: 50px;
  }

  .singleItemBeratungContactRight {
    padding-right: 60px;
  }

  .owl-theme .owl-dots {
    bottom: -40px;
  }

  .singleItemTopRow .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .singleItemTopRow .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .owl-theme .owl-dots {
    bottom: -29px;
  }

  .owl-thumbs {
    display: none;
    margin-top: 1.8rem;
  }
}

@media(max-width: 1460px) {
  .single .cmp-product-thumb .itemStock {
    min-height: 45px;
  }

  .single .cmp-product-thumb .thumb-title {
    min-height: 70px;
  }
}

@media (max-width: 1455px) {
  .singleItemBeratungContactLeft {
    padding-left: 15px;
  }

  .singleItemBeratungContactRight {
    padding-right: 20px;
  }
}

@media (max-width: 1435px) {
  .banner1-textbox-unterirdisch {
    padding-top: 6%;
  }

  .owl-theme .owl-dots {
    bottom: -60px;
  }

  .maischeKatHeadline {
    min-height: 70px;
  }
}

@media (max-width: 1415px) {
  .fruchtweinText {
    min-height: 180px;
  }
}

@media (max-width: 1400px) {
  .headerPic .headline {
    display: block;
    width: 52%;
    max-width: max-content;
    margin-left: auto;
    padding: 10px 20px;
    text-align: center;
  }

  .headerPic .container-max {
    position: absolute;
    bottom: 25px;
    right: 0px;
  }
}

@media (max-width: 1385px) {

  .saftfreundeRatgeber .homeCategoryKachelnButton,
  .saftfreundeRatgeber .homeCategoryKachelnButtonContact {
    background-color: #5C8052;
    border-color: #5C8052;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    border-radius: 2rem;
    cursor: pointer;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    min-height: 71px;
  }
}

@media (max-width: 1375px) {
  .cmp-product-thumb .thumb-title {
    min-height: 45px;
  }

  .cmp-product-thumb .itemStock {
    min-height: 45px;
  }

  .newsBoxContentCenter {
    font-size: 14px;
    padding: 45px 45px;
  }

  .timesNewRoman {
    font-size: 16px;
  }

  .newsBoxContentBottomLeft {
    display: none;
  }

  .newsBoxContentBottomRight {
    display: none;
  }
}

@media (max-width: 1300px) {
  p {
    font-size: 14px;
  }

  .zutatenZubereitung,
  .mostsortenCategoryKachelnTextLinks,
  .homeCategoryKachelnText,
  .mostenKontaktCTA,
  .homeAufzählungOl,
  .fruchtweinContent,
  .fruchtweinText,
  .fruchtweinTextUl,
  .fruchtweinSub,
  .zutatenList {
    font-size: 14px;
  }

  .homeContentText {
    font-size: 14px;
    text-align: justify;
  }
}

@media (max-width: 1295px) {
  .cmp-product-thumb .prices {
    min-height: 37px;
  }
}

@media(max-width: 1290px) {
  .single .cmp-product-thumb .itemStock {
    min-height: 65px;
  }
}

@media (max-width: 1285px) {
  .singleItemBeratungContactLeft {
    padding-left: 10px;
  }

  .singleItemBeratungContactRight {
    padding-right: 10px;
  }
}

@media (max-width: 1280px) {
  .add-to-basket-container .quantity-input-container {
    top: -80px;
  }

  .banner1-textbox-unterirdisch {
    padding-top: 4%;
  }
}

@media (max-width: 1263px) {

  .singleItemBeratungContactLeft,
  .singleItemBeratungContactRight {
    font-size: 15px;
    font-weight: bold;
  }
}

@media (max-width: 1250px) {

  .saftfreundeRezepte .homeCategoryKachelnButton,
  .saftfreundeRezepte .homeCategoryKachelnButtonContact {
    min-height: 71px;
  }

  .saftfreundeRezepte .homeCategoryKachelnText,
  .saftfreundeRezepte .mostenKontaktCTA {
    min-height: 115px;
  }
}

@media (max-width:1235px) and (min-width: 1201px) {
  .banner1-textbox-button {
    padding: 10px;
  }
}

@media (max-width: 1230px) {
  .main-navbar-collapsable li {
    display: block;
    position: relative !important;
    max-width: 214px;
  }

  .main-navbar-collapsable .mainmenu>li>a {
    font-size: 14px;
  }
}

@media (max-width: 1211px) {
  .saftfreundeObstsorte .homeCategoryKachelnButton {
    min-height: 71px;
  }

  .saftfreundeObstsorte .homeCategoryKachelnText {
    min-height: 130px;
  }
}

@media (max-width: 1210px) {

  .saftfreundeRatgeber .homeCategoryKachelnButton,
  .saftfreundeRatgeber .homeCategoryKachelnButtonContact {
    padding: 10px 30px;
  }
}

@media(max-width: 1200px) {

  .cmp-product-thumb .price,
  .cmp-product-thumb .artSold,
  .cmp-product-thumb .price-view-port {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .banner1-textbox-unterirdisch-headline {
    font-size: 1.5rem;
  }

  .banner1-textbox-unterirdisch-text {
    font-size: 14px;
  }

  .banner1-textbox-button {
    font-size: 16px;
  }

  .single .cmp-product-thumb .itemStock {
    min-height: 85px;
  }

  .single .cmp-product-thumb .thumb-title {
    min-height: 85px;
  }

  .newsBoxContentCenter {
    padding: 30px 25px;
  }

  .newsBoxContentCenter p {
    margin-bottom: 5px;
  }

  .newsBoxContentTopLeft {
    display: none;
  }

  .newsBoxContentTopRight {
    display: none;
  }

  .singleItemDelivery {
    padding-right: 60px;
  }
}

@media(max-width: 1187px) and (min-width: 576px) {
  footer .contact .tabStop {
    display: block;
  }
}

@media (max-width: 1155px) {
  .mostenSubtext {
    min-height: 68px;
  }
}

@media (max-width: 1140px) {
  .saftfreundeRatgeber .homeCategoryKachelnHeadline {
    min-height: 40px;
  }
}

@media (max-width: 1135px) {
  .cmp-product-thumb .thumb-title {
    min-height: 50px;
  }
}

@media (max-width: 1119px) and (min-width: 992px) {
  .categoryCols .col-lg-10 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .categoryCols .col-lg-2 {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .categoryCols .product-list .col-lg-3 {
    max-width: 33.333%;
    flex: 0 0 33.333%;
  }
}

@media (min-width: 1106px) {
  .hidden-over-1105 {
    display: none !important;
  }

  #mainNavbarCollapsable .closebar {
    display: none;
  }

  #mainNavbarCollapsable ul.mainmenu li a {
    height: 100%;
  }
}

@media (max-width: 1105px) {
  .main-navbar-collapsable .mainmenu>li>ul {
    position: relative;
    top: 0;
    left: 0;
    background: transparent;
    width: 100%;
    z-index: 999;
    display: block;
  }

  .main-navbar-collapsable {
    position: fixed;
    left: -400px;
    top: 0;
    height: 100%;
    background: var(--hci);
    width: 330px !important;
    transition: 0.3s;
    padding: 74px 0;
    z-index: 9;
    box-shadow: 8px 0 6px -6px rgb(0 0 0 / 25%);
  }

  .menu-open .main-navbar-collapsable {
    left: 0px;
  }

  .menu-open {
    overflow: hidden;
  }

  header #page-header-parent {
    height: 82px;
    padding-top: 6px;
    padding-bottom: 10px;
  }

  .page-home #vue-app,
  .page-contact #vue-app,
  .page-my-account #vue-app,
  .page-basket #vue-app,
  .page-checkout #vue-app,
  .page-search #vue-app {
    margin-top: 85px;
  }

  .page-category-item #vue-app,
  .page-singleitem #vue-app,
  .page-category-content #vue-app {
    margin-top: 134px
  }

  /* Betriebsferien

     .page-home #vue-app,
  .page-contact #vue-app,
  .page-my-account #vue-app,
  .page-basket #vue-app,
  .page-checkout #vue-app,
  .page-search #vue-app {
    margin-top: 133px;
  }

  .page-category-item #vue-app,
  .page-singleitem #vue-app,
  .page-category-content #vue-app {
    margin-top: 182px
  }
  */
  .main-navbar-collapsable a {
    display: inline-block;
    width: 100%;
    border-bottom: unset;
  }

  .main-navbar-collapsable a:hover, .main-navbar-collapsable a:focus, .main-navbar-collapsable a:active {
    border-bottom: unset;
    border-color: #8ab549;
    color: #fff;
    background-color: #8ab549;
  }

  .main-navbar-collapsable .mainmenu {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start;
    height: auto;
  }

  .main-navbar-collapsable li {
    display: block;
    position: relative !important;
    max-width: 100%;
  }

  .main-navbar-collapsable .mainmenu>li {
    width: 100%;
  }

  .nav-link {
    color: #fff;
  }

  .main-navbar-collapsable .mainmenu>li>a {
    color: #5C8052;
    font-size: 19px;
    display: block;
    width: 100%;
    text-align: left;
  }

  .menu-open .controls-list .list-inline-item.control-navi {
    display: block !important;
    position: fixed;
    z-index: 99;
    background: #769f3b;
    top: 0;
    left: 0;
  }

  .main-navbar-collapsable button.close {
    display: none;
  }

  .controls-list .nav-link:hover {
    color: #ffffff;
    background-color: transparent;
  }

  header #controlsList .nav-link>.fa:focus,
  header #controlsList .nav-link>.fa:active,
  header #controlsList .nav-link>.fa:hover {
    color: #8ab549;
  }

  .main-navbar-collapsable .mainmenu>li:hover>a {
    color: #fff;
  }

  .main-navbar-collapsable .mainmenu>li:hover>a,
  .main-navbar-collapsable .mainmenu>li.hover>a {
    color: #ffffff;
    border-bottom: 0;
  }

  .main-navbar-collapsable a {
    display: inline-block;
    width: 100%;
    border-bottom: unset;
    font-size: 17px;
    padding-left: 30px;
  }

  .main-navbar-collapsable .mainmenu>li>a:hover,
  .main-navbar-collapsable .mainmenu>li>a:focus,
  .main-navbar-collapsable .mainmenu>li>a:active {
    color: #fff;
    background-color: #8ab549;
  }

  .menu-open .controls-list .list-inline-item.control-navi {
    display: block !important;
    position: fixed;
    z-index: 99;
    background: #5C8052;
    top: 0;
    left: 0;
  }
}

@media (max-width: 1100px) {
  .banner1-textbox-unterirdisch-headline {
    font-size: 1.2rem;
  }

  .banner1-textbox-unterirdisch-text {
    font-size: 12px;
  }

  .banner1-textbox-button {
    font-size: 14px;
  }

  .homeKatMainHeadlineWhite {
    font-size: 15px;
    font-weight: bold;
  }
}

@media (max-width: 1070px) {
  .itemKachelTitle {
    max-width: 90%;
  }

  .itemKachelTitle {
    bottom: 20px;
  }
}

@media (max-width: 1055px) {
  .saftfreundeRezepte .homeCategoryKachelnHeadline {
    min-height: 40px;
  }

  .fruchtweinText {
    min-height: 210px;
  }
}

@media (max-width: 1050px) {

  .singleItemTopRow .col-md-5,
  .singleItemTopRow .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .cmp-product-thumb .thumb-title {
    min-height: 65px;
  }

  .newsBoxText1 {
    display: none;
  }

  .newsBoxText2 {
    display: none;
  }

  .newsBoxContentCenter {
    padding: 60px 25px;
  }

  .categoryHeaderPic.headerPic .containerHeaderPic {
    position: absolute;
    bottom: 15px;
    right: 15px;
  }

  .categoryHeaderPic.headerPic .containerHeaderPic .headline {
    display: block;
    width: 50%;
    max-width: max-content;
    margin-left: auto;
    padding: 10px 20px;
    text-align: center;
  }

  .saftfreundeRatgeber .homeCategoryKachelnButton,
  .saftfreundeRatgeber .homeCategoryKachelnButtonContact {
    padding: 10px 8px;
  }

  .fruchtweinTextUl {
    min-height: 105px;
  }

  .singleItemDelivery {
    padding-right: 0;
  }
}

@media (max-width: 1021px) {
  .saftfreundeObstsorte .homeCategoryKachelnText {
    min-height: 150px;
  }
}

@media(max-width: 1007px) {
  header #headerLinks li {
    display: none
  }

  header #headerLinks li:first-child {
    display: block
  }

  .saftfreundeRezepte .homeCategoryKachelnButton,
  .saftfreundeRezepte .homeCategoryKachelnButtonContact {
    padding: 10px 8px;
  }
}

@media(max-width: 930px) and (min-width: 576px) {
  footer .openingHours .tabStop {
    display: block;
  }
}

@media(max-width: 991px) {
  .toggleOnMobile {
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
    transition: 0.3s;
  }

  .toggleOnMobile.open {
    height: auto;
  }

  header #controlsList .nav-link>.fa-search {
    position: relative;
    right: 2.2px;
    top: 0.5px;
  }

  header #search {
    position: fixed;
    top: 100px;
    z-index: 9;
    background: var(--ci);
    width: 100%;
    flex: 0 0 100%;
    left: 0;
    max-width: 100%;
    padding: 0;
    height: 0;
    visibility: hidden;
    transition: 0.3s;
    overflow: hidden;
  }

  header #search.open {
    height: auto;
    visibility: visible;
    padding: 5px 0;
  }

  header #search .search-input {
    padding: 12px 10px !important;
  }

  header #controlsList {
    margin-top: 10px;
  }

  .headerPic .headline {
    display: block;
    width: 52%;
    max-width: max-content;
    margin-left: auto;
    padding: 10px 20px;
  }

  .headerPic .container-max {
    bottom: 10px;
  }

  .product-list {
    display: flex;
  }

  .product-list li {
    float: none;
  }

  .mobile-navigation .breadcrumb {
    color: #fff;
  }

  .banner1-textbox-unterirdisch {
    padding: 15px;
  }

  .newsBoxContentCenter {
    padding: 20px 25px;
    font-size: 12px;
  }

  .sideBarHeadline, .filter-toggle {
    background: var(--hci);
    display: block;
    color: var(--text);
    font-weight: bold;
    padding: 10px;
    text-align: center;
  }

  .homeSeo h2 {
    text-align: center;
  }

  .zutatenBox {
    background-color: #699155;
    float: none;
    padding: 20px 50px 20px 15px;
    margin-left: 0;
    color: #fff;
    border-radius: 1rem;
  }

  .homeCategoryKachelnHeadline {
    margin-top: 20px;
  }

  .saftfreundeRatgeber .homeCategoryKachelnText,
  .saftfreundeRatgeber .mostenKontaktCTA,
  .saftfreundeObstsorte .homeCategoryKachelnText,
  .saftfreundeRezepte .homeCategoryKachelnText,
  .saftfreundeRezepte .mostenKontaktCTA {
    min-height: 105px;
  }

  .mostenCategoryKachelBody {
    padding: 30px;
  }

  .zutatenList {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .maischeKatHeadline {
    min-height: 1px;
  }

  .autocomplete-suggestions {
    position: relative;
    top: 100%;
    z-index: 1070;
    max-height: 80vh;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
  }
}

@media(max-width: 990px) and (min-width: 685px) {

  .saftfreundeRatgeber .homeCategoryKachelnButton,
  .saftfreundeRatgeber .homeCategoryKachelnButtonContact,
  .saftfreundeObstsorte .homeCategoryKachelnButton,
  .saftfreundeRezepte .homeCategoryKachelnButton,
  .saftfreundeRezepte .homeCategoryKachelnButtonContact {
    min-height: 50px;
  }
}

@media (max-width: 986px) {
  .add-to-basket-container .quantity-input-container {
    top: -103px;
  }

  .fruchtweinText {
    min-height: 240px;
  }
}

@media (max-width: 955px) {
  .itemKachelTitle {
    min-height: 90px;
  }
}

@media (max-width: 945px) {
  .banner1-textbox-hr {
    margin-bottom: 5px;
    margin-top: 0;
  }

  .banner1-textbox-button {
    padding: 5px 15px;
  }

  .banner1-textbox-unterirdisch-headline {
    margin-bottom: 0;
  }

  .banner1-textbox-unterirdisch-text {
    margin-bottom: 5px;
  }
}

@media (max-width: 865px) {
  .fruchtweinText {
    min-height: 290px;
  }
}

@media (max-width: 807px) {
  .fruchtweinTextUl {
    min-height: 180px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .single .price {
    float: none;
  }
}

@media(max-width: 767px) {
  .banner1-textbox-unterirdisch-headline {
    font-size: 1.8rem;
  }

  .banner1-textbox-unterirdisch-text {
    font-size: 18px;
  }

  .banner1-textbox-button {
    font-size: 18px;
  }

  .single .nav-tabs .nav-item {
    margin-top: 20px;
  }

  .single .nav-tabs .nav-item:first-child {
    flex: 0 0 100%;
    margin-top: 0;
  }

  .bulletpoints ul {
    padding-left: 2px;
  }

  .single .px-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .single .nav-tabs {
    border-bottom: 0;
    margin: 0px -15px;
    background: transparent;
  }

  .single .nav-tabs .nav-link {
    border: 4px solid #e3e3e3;
  }

  footer .footerTop {
    background-size: cover;
  }

  .add-to-basket-container .quantity-input-container {
    top: -80px;
  }

  .single .seo-subline {
    margin-top: 20px;
  }

  .newsBoxContentTopLeft {
    display: block;
  }

  .newsBoxContentTopRight {
    display: block;
  }

  .newsBoxContentCenter {
    padding: 50px 25px;
    font-size: 16px;
  }

  .newsBoxContentBottomLeft {
    display: block;
  }

  .newsBoxContentBottomRight {
    display: block;
  }

  .timesNewRoman {
    font-size: 20px;
  }

  .newsBoxText1 {
    display: block;
  }

  .newsBoxText2 {
    display: block;
  }

  .homeCategoryKachelImage {
    border-radius: 0 1rem 1rem 0;
    width: auto;
    height: 100%;
    object-fit: cover;
  }

  .fruchtweinText {
    min-height: 140px;
  }

  .fruchtweinTextUl {
    min-height: 80px;
  }

  .single .nav-tabs .nav-link:hover,
  .single .nav-tabs .nav-link:focus,
  .single .nav-tabs .nav-link:active,
  .single .nav-tabs .nav-link.active {
    border: 0;
    text-align: center;
    color: #000000;
    font-weight: bold;
    display: flex;
    justify-content: space-evenly;
    background: #e3e3e3;
    border: 4px solid #89b549;
  }

  .mostsortenCategoryKachelImageLinks {
    border-radius: 1rem 1rem 0 0;
    object-fit: cover;
    width: 100%;
  }
}

@media(max-width: 730px) {
  .homeGridSecond {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "RezeptOne RezeptTwo"
      "RezeptThree RezeptFour";
    gap: 20px;
    z-index: 2;
    position: relative;
  }
}

@media (max-width: 720px) {
  .banner1-textbox-unterirdisch {
    padding-top: 4%;
  }

  .singleItemDelivery {
    padding-right: 40px;
  }
}

@media (max-width: 700px) {
  .headerPic .container-max {
    position: relative;
    bottom: 0;
    right: 0;
    transform: translateX(0);
    padding: 0;
  }

  .headerPic {
    display: flex;
    flex-direction: column-reverse;
  }

  .headerPic .headline {
    display: block;
    text-align: center;
    width: 100%;
    max-width: none;
    padding: 10px 20px;
  }

  .categoryHeaderPic.headerPic .containerHeaderPic {
    position: relative;
    bottom: 0;
    right: 0;
  }

  .categoryHeaderPic.headerPic .containerHeaderPic .headline {
    display: block;
    width: 100%;
    max-width: none;
    margin-left: auto;
    padding: 10px 20px;
    text-align: center;
  }

  .zutatenList {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media (max-width: 650px) {
  .newsBoxContentBottomLeft {
    display: none;
  }

  .newsBoxContentBottomRight {
    display: none;
  }

  .homeGridFirst {
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: 1fr;
    grid-template-areas: "imageOne"
      "imageTwo"
      "imageThree"
      "imageFour";
  }

  header #headerLinks .d-sm-block {
    display: none !important;
  }

  header #headerLinks .d-sm-none {
    display: block !important;
  }
}

@media(max-width:610px) {
  header #headerLinks li a.d-none d-sm-block {
    display: none
  }
}

@media (max-width: 595px) {
  .newsBoxText2 {
    display: none;
  }
}

@media (max-width: 580px) {
  .cat-control p {
    font-size: 14px;
  }

  .cmp-product-thumb .thumb-image {
    float: none;
    width: 100%;
  }

  .cmp-product-thumb .thumb-content {
    width: 100%;
  }

  .cmp-product-thumb .thumb-title {
    min-height: 80px;
  }
}

@media(max-width: 575px) {

  ul.breadcrumb .breadcrumb-item,
  ul.breadcrumb .breadcrumb-item:nth-last-child(2)::before {
    display: none;
  }

  ul.breadcrumb .breadcrumb-item:nth-last-child(2),
  ul.breadcrumb .breadcrumb-item:last-child {
    display: list-item;
  }

  .single .crossSelling .price {
    min-height: 10px;
  }

  .cmp-product-thumb {
    padding: 10px;
  }

  .cmp-product-thumb .prices {
    display: block;
  }

  .banner1-textbox-unterirdisch {
    margin-right: 15px;
    padding: 25px;
  }

  .banner1-textbox-unterirdisch-headline {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }

  .banner1-textbox-hr {
    border-top: 1px solid rgb(255, 255, 255);
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .banner1-textbox-unterirdisch-text {
    font-size: 16px;
    margin-bottom: 1rem;
  }

  .banner1-textbox-button {
    padding: 15px;
    font-size: 16px;
  }

  .add-to-basket-container .quantity-input-container {
    top: -108px;
  }

  .newsBoxContentCenter {
    padding: 40px 25px;
    font-size: 16px;
  }

  .newsBoxContentTopLeft {
    display: none;
  }

  .newsBoxContentTopRight {
    display: none;
  }

  .newsBoxContentBottomLeft {
    display: none;
  }

  .newsBoxContentBottomRight {
    display: none;
  }

  .timesNewRoman {
    font-size: 20px;
  }

  .singleItemGratisversandCol {
    text-align: left;
  }

  .singleItemBeratungContactLeft:after {
    display: none;
  }

  .singleItemBeratungContactRight {
    text-align: left;
    margin-top: 8px;
  }

  header #headerLinks li .fa {
    color: #fff
  }

  footer .social-media img {
    margin-bottom: 20px;
  }

  .homeCategoryKachelImage {
    display: none;
  }

  .homeCategoryKachelBody {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    padding: 15px 30px 15px 30px;
  }

  .obstCategoryKachelImage {
    border-radius: 1rem 1rem 0 0;
    height: 200px;
    width: 100%;
    object-fit: cover;
  }

  .obstCategoryKachelBody {
    padding: 15px 30px;
  }

  .saftfreundeRatgeber .homeCategoryKachelnText,
  .saftfreundeRatgeber .mostenKontaktCTA,
  .saftfreundeRatgeber .homeCategoryKachelnHeadline,
  .saftfreundeObstsorte .homeCategoryKachelnText,
  .saftfreundeObstsorte .homeCategoryKachelnHeadline,
  .saftfreundeRezepte .homeCategoryKachelnHeadline,
  .saftfreundeRezepte .homeCategoryKachelnText,
  .saftfreundeRezepte .mostenKontaktCTA {
    text-align: center;
  }

  .single .singleItemBeratungContactRight .tabStop {
    width: 72px;
    display: inline-block;
  }

  .singleItemDelivery {
    padding-right: 0;
  }

  .singlePriceMobile {
    text-align: left !important;
    margin-top: 10px;
  }

  .saftfreundeRatgeber .homeCategoryKachelnText,
  .saftfreundeRatgeber .mostenKontaktCTA,
  .saftfreundeRezepte .homeCategoryKachelnText,
  .saftfreundeRezepte .mostenKontaktCTA {
    min-height: 65px;
  }

  .mostenKontaktInner {
    display: none;
  }

  .homeCategoryKachelnHeadline {
    margin-top: 20px;
    text-align: center;
  }
}

@media (min-width: 375px) and (max-width: 574px) {

  .saftfreundeRatgeber .homeCategoryKachelnButton,
  .saftfreundeRatgeber .homeCategoryKachelnButtonContact,
  .saftfreundeObstsorte .homeCategoryKachelnButton,
  .saftfreundeRezepte .homeCategoryKachelnButton,
  .saftfreundeRezepte .homeCategoryKachelnButtonContact {
    min-height: 45px;
  }
}

@media (max-width: 550px) {

  .page-home #vue-app,
  .page-contact #vue-app,
  .page-my-account #vue-app,
  .page-basket #vue-app,
  .page-search #vue-app {
    margin-top: 145px;
  }

  .page-category-item #vue-app,
  .page-singleitem #vue-app,
  .page-category-content #vue-app {
    margin-top: 180px;
  }

  /* Betriebsferien

   .page-home #vue-app,
  .page-contact #vue-app,
  .page-my-account #vue-app,
  .page-basket #vue-app,
  .page-checkout #vue-app,
  .page-search #vue-app {
    margin-top: 193px;
  }

  .page-category-item #vue-app,
  .page-singleitem #vue-app,
  .page-category-content #vue-app {
    margin-top: 228px;
  }
  */
  header#page-header {
    background-size: contain;
  }

  header #page-header-parent {
    height: 130px;
  }

  header #search {
    top: 150px;
  }

  header #controlsList .nav-link>.fa-search {
    position: relative;
    right: 8.8px;
    bottom: 6.6px;
    top: unset;
  }

  header #controlsList .nav-link>.fa-user {
    position: relative;
    bottom: 6.7px;
    right: 6.5px;
  }

  header #controlsList .nav-link>.fa-shopping-cart {
    position: relative;
    bottom: 6.7px;
    right: 6.8px;
  }

  header #controlsList .nav-link>.fa-bars {
    position: relative;
    right: 8px;
    bottom: 6.4px;
    top: unset;
  }

  #page-header-parent>.row {
    flex-direction: column;
  }

  .controls-list .nav-link {
    padding: 15px 25px;
  }

  table.hydropresseTable {
    display: inline-block;
    overflow-x: auto;
  }

  table.maischefassTable {
    display: inline-block;
    overflow-x: auto;
  }
}

@media(max-width: 545px) {
  .banner1-textbox-unterirdisch {
    margin-right: 15px;
    padding: 15px;
  }

  .banner1-textbox-unterirdisch-headline {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }

  .banner1-textbox-hr {
    border-top: 1px solid rgb(255, 255, 255);
    margin-bottom: 5px;
    margin-top: 0;
  }

  .banner1-textbox-unterirdisch-text {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .banner1-textbox-button {
    padding: 5px 15px;
    font-size: 12px;
  }

  .newsBoxContentCenter {
    padding: 20px 25px;
    font-size: 14px;
  }

  .timesNewRoman {
    font-size: 18px;
  }

  .headerPic .containerHeaderPic {
    position: unset;
    bottom: 0;
    right: 0px;
  }

  header #headerLinks li {
    margin-right: 0
  }

  header #headerLinks li .fa {
    color: #fff;
    font-size: 18px;
    position: relative;
    top: 2px
  }
}

/*
@media (max-width: 492px) {
	   Betriebsferien

   .page-home #vue-app,
  .page-contact #vue-app,
  .page-my-account #vue-app,
  .page-basket #vue-app,
  .page-checkout #vue-app,
  .page-search #vue-app {
    margin-top: 214px;
  }

  .page-category-item #vue-app,
  .page-singleitem #vue-app,
  .page-category-content #vue-app {
    margin-top: 249px;
  }
}
*/
@media (max-width: 490px) {
  .columnLeft {
    flex: 40%;
  }
}

@media (max-width: 460px) {
  .newsBoxContentCenter {
    padding: 5px 20px;
    font-size: 12px;
  }

  .timesNewRoman {
    font-size: 16px;
  }
}

@media (max-width: 415px) {
  .obstsorteSource {
    font-size: 13px;
    float: none;
  }
}

@media (max-width: 390px) {
  .homeGridSecond {
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: 1fr;
    grid-template-areas: "RezeptOne"
      "RezeptTwo"
      "RezeptThree"
      "RezeptFour";
    z-index: 2;
    position: relative;
  }

  .columnLeft {
    flex: 50%;
  }
}

@media (max-width: 380px) {
  .newsBoxContentCenter {
    padding: 5px 20px;
    font-size: 12px;
  }

  .timesNewRoman {
    font-size: 14px;
  }

  .newsBoxText1 {
    display: none;
  }
}

@media (max-width: 365px) {
  .cmp-product-thumb .thumb-title {
    min-height: 100px;
  }
}

@media (max-width: 355px) {
  .columnLeft {
    flex: 60%;
  }
}

@media (max-width: 266px) {
  .add-to-basket-container .quantity-input-container {
    top: -129px;
  }
}

/*--------------------------------
  RESPONSIVE ENDE
--------------------------------*/