/* Menü fix */


@media (min-width: 965px) {
header#site-header.minimal-header.effect-one.clr{
	position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff; /* Hintergrundfarbe anpassen */
   z-index: 1000; /* Z-Index anpassen */
}
}


/* GRID */


.termine-grid.vc-gitem-zone-height-mode-auto:before {
	display: none;
}

.termine-grid.vc_gitem-zone-a .vc_gitem-row-position-top {
	position: relative;
}


.nomargin-nopadding {
	margin: 0px !important;
	padding: 0px !important;
}

.nomargin-bottom {
	margin-bottom: 0px !important;
}

@media (max-width: 1000px) {
.mobile-no {
	display: none;
}
}

/* 1. Container zentrieren */
.product .cart {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

/* 2. Abstand zwischen Quantity-Feld und Button verkleinern */
.product .cart input.qty {
  margin-right: 5px;
}

/* 3. Optional: Button etwas mehr ausdrücken */
.product .cart button {
  margin: 0;
}

/* 4. Optional: Gesamtbreite für bessere Zentrierung */
.woocommerce ul.products li.product {
  text-align: center;
}

/* 5. Mobile-Feinjustierung */
@media (max-width: 600px) {
  .product .cart {
    flex-wrap: wrap;
  }
  .product .cart input.qty {
    margin-bottom: 5px;
  }
}

.mengen-und-preis {
	display: flex;
	gap: 3px; /* Abstand zwischen den beiden Elementen */
	align-items: center;
	flex-wrap: wrap;
}



.imghover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: filter 0.5s ease;
}

.imghover:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

/*Ist bereits in style.css vorhanden (ohne .vc_btn3-center), für button in Versandseite*/
/*div.vc_btn3-container.sw-button.vc_btn3-center.vc_do_btn a {
	border: 1px solid #000;
	font-size: 25px;
	text-decoration: none !important;
	padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
}*/


.euinfo p {
	font-size: 15px;
}

.imginfo p {
	font-size: 18px;
}

div.shopbutton-video a {
	font-size: 45px;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 600;
}


@media (max-width: 500px) {
    div.shopbutton-video a {
        font-size: 35px;
    }
}

div.shopbutton-video {
	position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.ninja-datenschutz a {
	font-size: 16px;
}

/* Lebensmittelangabe */

body:not(.single-product) .lebensmittelangaben,
section.related.products{
    text-align: center;
}

div.lebensmittelangaben a{
	font-size: 16px;
}

div.lebensmittelangaben {
	padding-bottom: 10px;
}



.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-account,
.post-type-archive-product,
.single-product {
    margin-top: 70px;
}


.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
	border: 1px solid black;
  border-radius: 1px;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
	background-color: #000;
	color: #fff;
}


.single-product .woocommerce-notices-wrapper,
.single-product .product {
    max-width: 75%;
    margin: 0 auto;
}


ul.shopinfo li {
	list-style: disc;
}

div.shopinfooben {
	border: 2px solid #000;
  padding-left: 20px;
  padding-top: 25px;
}

/* Shop Filter */

.woof_list_label .woof_label_term {
	background-color: #fff;
  border: 1px solid #000;
  margin: 2px 2px 2px 2px;
  padding: 2px 4px;
  line-height: 25px;
	height: 40px;
	color: #000;
}

.woof_list_label li .woof_label_term:hover,
.woof_list_label li .woof_label_term.checked {
	background-color: #000;
	color: #fff;
	border-color: #000;
}