/*
 Theme Name:   OceanWP Child
 Description:  Child Theme des high-performance WP-Theme OceanWP
 Author:       Philipp Limbeck
 Author URI:   https://insyde.at/
 Template:     oceanwp
 Version:      1.0
 Text Domain:  oceanwp-child
*/

/* overwrite general settings of oceanwp for focus of links (black border) */
#main a:focus,
#site-header a:focus,
#footer a:focus {
    outline: 0px !important;
}

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

#main a {
    text-decoration: none !important;
}

:root {
    --farbe-green: #203D2C;
    --farbe-red: #572A31;
    --farbe-creme: #B28D6F;
    --farbe-beige: #C8A68B;
    --farbe-light: #FFFBF5;
    --farbe-grey: #F1F0EE;
    --farbe-white: #fff;
    --farbe-black: #000;
    --farbe-beige: #E4DDD4;
}


/* HEADER */

#wrap #top-bar {
    margin-top: 15px;
}

#wrap #top-bar-wrap {
    border: 0px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    height: 80px;
}

.admin-bar #wrap #top-bar-wrap {
    top: 32px;
}

.admin-bar #wrap #site-header {
    top: 110px;
}

header#site-header {
    height: 45px;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: height 0.3s ease;
    z-index: 11;
}

#site-header-inner {
    display: flex;
}

#site-header #site-logo {
    padding-right: 0px;
    padding-bottom: 10px;
    position: relative;
    top: -58px;
    z-index: 10;

}

#site-header #site-logo #site-logo-inner a img {
    /*width: 117px;*/
    width: 161px;
    transition: all 0.5s ease-in-out;
}

#site-header #site-navigation-wrap {
    float: left;
    right: 0;
    width: 100%;
    height: 65px;
    left: 20%;
}

@media all and (max-width: 2000px) {
    #site-header #site-navigation-wrap li a {
        padding: 0 25px;

    }
}

@media all and (max-width: 1660px) {
    body #site-header-inner {
        padding: 0 0 0 85px;
    }

    body #site-header #site-navigation-wrap {
        left: 5%;
    }

    body #site-header #site-navigation-wrap li a {
        padding: 0 20px;

    }

    body span.woofc-menu-item-inner-subtotal span.woocommerce-Price-amount.amount,
    body .shop-menu-class .menu-konto a,
    body .menu-faq a {
        font-size: 12px !important;
    }
}


@media all and (max-width: 1195px) {
    body #site-header-inner {
        padding: 0 0 0 30px;
    }

    body #site-header #site-navigation-wrap {
        left: 1%;
    }

    body #site-header #site-navigation-wrap li a {
        padding: 0 15px;
        font-size: 17px;

    }

    body span.woofc-menu-item-inner-subtotal span.woocommerce-Price-amount.amount,
    body .shop-menu-class .menu-konto a,
    body .menu-faq a {
        font-size: 12px !important;
    }

    body .shop-menu-class {
        width: 47%;
    }
}

#site-header #site-navigation-wrap ul.main-menu li a {
    line-height: 2.5em;
}

.shop-menu-class {
    width: 42%;
    align-self: center;
}


.shop-menu-class #menu-shop-menue li.menu-konto:before{
		content: "";
		background: transparent url(/wp-content/uploads/2025/05/kundenkonto.svg) no-repeat center center;
		display: inline-block;
		width: 18px;
		height: 18px;
		background-size: contain;
		vertical-align: middle;
}


.shop-menu-class #menu-shop-menue li.menu-faq:before{
		content: "";
		background: transparent url(/wp-content/uploads/2025/05/Help.svg) no-repeat center center;
		display: inline-block;
		width: 18px;
		height: 18px;
		background-size: contain;
		vertical-align: middle;
}
.shop-menu-class .menu-konto a,
.menu-faq a {
    font-size: 15px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    color: var(--farbe-white);
    padding: 0 10px;
}

/* Leiste oben */
.leerraum {
    padding-left: 20px;
}

div.menu {
    display: none;
}

@media all and (max-width: 750px) {
span.lieferunginfo {
	display: none;
}
	div#top-bar-content.clr.has-content.top-bar-right {
		text-align: right;
	}
}


#wrap .second-menu-class {
    background-color: var(--farbe-grey);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

#wrap .second-menu-class ul {
    margin: 0px;
    display: flex;
    justify-content: center;
    /* zentriert horizontal */
    padding: 0;
}

#wrap .second-menu-class ul li a {
    list-style: none;
    font-size: 15px;
    font-weight: 700;
    min-width: 200px;
    text-align: center;
    width: 100%;
    color: var(--farbe-green);
}

#wrap .second-menu-class ul li {
    display: block;
    padding: 5px 20px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;

}



#wrap #main {
    margin-top: 172px;
}

#main .site-breadcrumbs {
    top: 0;
}

/* Startseite ohne margin-bottom */

.page-id-10 #main #content-wrap {
    padding-bottom: 0 !important;
}


.header-icon-rechts {
    background-image: url('/wp-content/uploads/2025/05/ranke-1.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}

span.header-sortiment {
    text-transform: uppercase;
    color: var(--farbe-creme);
    font-size: 24px;
    font-weight: 700;
}

span.header-titel {
    font-size: 40px;
    font-weight: 700;
    color: var(--farbe-green);
    line-height: 1.2;
}


span.quote {
    font-size: 22px;
    font-weight: 500;
}

.rote-zeile {
    background-color: var(--farbe-red);
    padding-bottom: 70px;
    padding-top: 70px;
}

.rote-zeile p {
    color: var(--farbe-white);
}

.rote-zeile h1 {
    color: var(--farbe-beige);
}

.infofeld {
    background-color: var(--farbe-white);
    border: 5px solid;
    border-color: var(--farbe-green);
    padding-top: 80px;
    padding-bottom: 80px;
}

.graue-zeile {
    background-color: var(--farbe-grey);
    padding-top: 80px;
    padding-bottom: 80px;
}

.illu-prost {
    position: absolute;
    right: 0;
    z-index: 999;
    top: 0;
}

.creme-zeile {
    background-color: var(--farbe-creme);
    padding: 80px;
}

.block-grey {
    background-color: var(--farbe-grey);
    padding: 80px !important;
}

.rahmen-green {
    position: relative;
}

.rahmen-green:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    border: 5px solid var(--farbe-green);
    pointer-events: none;
    z-index: 2;
}

.vinothek-img {
    background-image: url('/wp-content/uploads/2025/05/welcome_vinothek1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
}


.vinothekinfo {
    width: 100%;
    border-collapse: collapse;
    border: none !important;
    margin-bottom: 0px !important;
}

.vinothekinfo td {
    text-align: center;
    /* horizontal zentriert */
    vertical-align: top;
    /* oben ausgerichtet */
    padding: 15px;
}

.vinothekinfo h4 {
    margin-top: 0;
    margin-bottom: 8px;
}

table td {
    border-bottom: none !important;
}

.vinothekinfo td:nth-child(2) {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}


/* Button */

div.vc_btn3-container.button-beige.vc_btn3-left.vc_do_btn a,
div.vc_btn3-container.button-beige.vc_btn3-center.vc_do_btn a {
    font-size: 18px;
}

div.vc_btn3-container.button-green.vc_btn3-left.vc_do_btn a,
div.vc_btn3-container.button-green.vc_btn3-center.vc_do_btn a {
    font-size: 18px;
}


/* Footer */

.gruene-zeile {
    background-color: var(--farbe-green);
    padding-top: 70px;
    margin-bottom: 0px;
}

span.footerinfo {
    font-size: 16px;
}

.rote-zeile-footer {
    background-color: var(--farbe-red);
    padding-top: 70px;
    padding-bottom: 40px;
}

.footer-white {
    background-color: var(--farbe-white);
    padding-top: 30px;
}

.footer-white p {
    color: #444444 !important;
}

.site-footer p,
.site-footer a,
.site-footer h2 {
    color: var(--farbe-white);
}

span.footer-legal {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}


/* Grid Builder Seminare Termine */

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

.seminare-grid.vc_gitem-zone-a .vc_gitem-row-position-top,
.seminare-grid.vc_gitem-zone-b .vc_gitem-row-position-top,
.blogs-grid.vc_gitem-zone-a .vc_gitem-row-position-top,
.blogs-grid.vc_gitem-zone-b .vc_gitem-row-position-top {
    position: relative;
}

.seminare-grid.vc_gitem-zone-a .vc_gitem-row-position-middle,
.blogs-grid.vc_gitem-zone-a .vc_gitem-row-position-middle {
    position: relative;
    margin-top: 30px;
}

.seminare-grid {
    background-color: var(--farbe-white);
}

div.vc_col-sm-12.vc_gitem-col.vc_gitem-col-align- {
    padding: 0px !important;
}

.seminare-datum,
.seminare-preis span.woocommerce-Price-amount.amount {
    font-size: 18px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    color: #000;
}

.seminare-titel {
    font-size: 22px;
    color: var(--farbe-creme);
    line-height: 2;
    padding-right: 10px;
    padding-left: 10px;
}

.seminare-text {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    min-height: 120px;
}

.seminare-dauer,
.seminare-weine {
    color: var(--farbe-creme);
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
}

.seminar-buchen-button {
    margin-top: 15px;
}

/* ARCHIVE */

h1.woocommerce-products-header__title.page-title {
    display: none;
}

.woocommerce-cart ul.products.ocean-row li.product,
.archive ul.products.oceanwp-row li.product {
    width: 32%;
    background-color: var(--farbe-white);
    padding: 20px;
    margin: 0 2% 2% 0;
    min-height: 425px;
}

.woocommerce-cart ul.products.ocean-row li.product:first-child,
.archive ul.products.oceanwp-row li.product:first-child {
    margin-left: 0;

}

.woocommerce-cart ul.products.ocean-row li.product:nth-child(3n),
.archive ul.products.oceanwp-row li.product:nth-child(3n) {
    margin-right: 0;

}

.woocommerce ul.products li.product .wc-product-wrapper-top {
    display: flex;
    justify-content: space-between;
}

.woocommerce ul.products li.product .wc-product-wrapper-top .wc-product-col.left {
    width: 40%;
    padding-right: 4px;
}


.woocommerce ul.products li.product .wc-product-wrapper-top .wc-product-col.right {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.woocommerce ul.products li.product .wc-product-col.right .woocommerce-LoopProduct-link,
.woocommerce ul.products li.product .wc-product-col .wc-product-col-produzent-region {
    flex-grow: 1;
}

.woocommerce ul.products li.product .wc-product-col.right .wc-product-sortenbeschreibung {
    flex-grow: 5;
}

.woocommerce ul.products li.product .wc-product-col .product-attribute-produzent {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
}

.woocommerce ul.products li.product .wc-product-col .product-attribute-regionland {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}


.woocommerce ul.products li.product .wc-product-col .woocommerce-loop-product__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 0;
    color: var(--farbe-creme);
}



.woocommerce ul.products li.product .wc-product-col .wc-product-sortenbeschreibung p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}



.woocommerce ul.products li.product .wc-product-wrapper-top .price {
    display: inline-block;
    color: var(--farbe-black);
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
}

.woocommerce ul.products li.product .wc-product-wrapper-top .preisproliter {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}


.woocommerce ul.products li.product .wc-product-wrapper-top .mwst-versandinfo {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.woocommerce ul.products li.product .wc-product-wrapper-low {
    display: flex;
    margin-top: 20px;
}

.woocommerce ul.products li.product .wc-product-wrapper-low .stock-status {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    flex-grow: 1;
    margin-bottom: 0px;
}

.woocommerce ul.products li.product .wc-product-wrapper-low .stock-status .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.woocommerce ul.products li.product .wc-product-wrapper-low .stock-status .green {
    background-color: var(--farbe-green);
}

.woocommerce ul.products li.product .wc-product-wrapper-low .stock-status .red {
    background-color: var(--farbe-red);
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock {
    color: var(--farbe-red);
}


.woocommerce ul.products li.product .wc-product-wrapper-low .quantity {
    width: 24%;
    display: inline-block;
    border: 1px solid var(--farbe-black);
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}


.woocommerce ul.products li.product .wc-product-wrapper-low .add_to_cart_button {
    display: inline-block;
    width: 73%;
    background-color: var(--farbe-creme);
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    padding: 6px;
    margin-top: 0;
    border-radius: 0px;
    letter-spacing: 0.5px;
}


.woocommerce-cart span.custom-praemierung,
.archive span.custom-praemierung,
div#produkt-ausgabe-startseite span.custom-praemierung {
position: absolute;
  bottom: 4px;
  right: 80px;
  width: 55px;
  height: 55px;
  text-align: center;
  background-color: var(--farbe-creme);
  border-radius: 50%;
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}



.woocommerce-cart p.product-attribute-zertifizierung,
.archive p.product-attribute-zertifizierung,
div#produkt-ausgabe-startseite p.product-attribute-zertifizierung {
    position: absolute;
  bottom: -16px;
  right: 15px;
  width: 55px;
  height: 55px;
  text-align: center;
  background-color: var(--farbe-green);
  border-radius: 50%;
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}



.woocommerce-cart span.custom-neu,
.archive span.custom-neu,
div#produkt-ausgabe-startseite span.custom-neu {
position: absolute;
  top: -5px;
  left: -5px;
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: var(--farbe-red);
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

div.wc-product-col-logo {
	padding-top: 25px;
}

.woocommerce a.added_to_cart,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after {
	display: none;
}


/* ARCHIVE SIDEBAR */
div#woocommerce_product_categories-2 h3.widget-title,
div#right-sidebar-inner h4.widget-title {
    display: none;
}

.yith-wcan-filters {
    background-color: var(--farbe-beige);
    margin-bottom: 30px;
}

#main .filters-container {
    padding: 15px;
}

#main .yith-wcan-filters h4 {
    color: var(--farbe-green);
    ;
    font-size: 18px;
    font-weight: 700;
    hyphens: auto;
}

.yith-wcan-filters #filter_249_0 .filter-items.level-0,
.yith-wcan-filters #filter_249_2 .filter-items.level-0 {
    max-height: 300px;
    overflow: overlay;
    text-indent: -30px;
    overflow-y: scroll;
}

.yith-wcan-filters #filter_249_0 .filter-items.level-0 li,
.yith-wcan-filters #filter_249_2 .filter-items.level-0 li {
    margin-left: 30px;
    margin-right: 10px;
}

.yith-wcan-filters-opener {
  width: 100%;
  background-color: var(--farbe-creme);
  color: #fff;
  border: 0px;
  border-radius: 0px;
  padding: 3px 12px;
  font-size: 14px;
  line-height: 29px;
margin-bottom: 10px;
}



.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 0px;
    font-family: 'Open Sans';
    font-size: 16px;
    color: var(--farbe-green);
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: var(--farbe-light);
}

p.woocommerce-result-count {
    color: #203D2C;
}

form.woocommerce-ordering {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0px;
    font-size: 16px;
    height: 32px;
}

.theme-select,
.theme-select::after {
    border: none !important;
}

select.orderby.hasCustomSelect.theme-selectHover {
    font-size: 16px !important;
    font-family: 'Open Sans' !important;
    background-color: #fff;
}

div.lebensmittelangaben {
    font-size: 10px;
    font-weight: 500;
    text-align: right;
}


/* Single Product Page */


body.single-product .infobadges-container {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 1em;
}

/* Gemeinsame Styles für alle Badges */
body.single-product p.product-attribute-zertifizierung-single,
body.single-product span.custom-praemierung-single,
body.single-product span.custom-neu-single {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 0;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 0px;
}

/* Individuelle Farben */
body.single-product p.product-attribute-zertifizierung-single {
    background-color: var(--farbe-green);
}

body.single-product span.custom-praemierung-single {
    background-color: var(--farbe-creme);
}

body.single-product span.custom-neu-single {
    background-color: var(--farbe-red);
}




.single-product p.product-attribute-produzent {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0px;
}

.single .entry-title {
    border-bottom: none !important;
}

.single-product div.lebensmittelangaben {
    text-align: left;
    font-size: 16px;
}

.single-product .stock-status .green {
    background-color: var(--farbe-green);
}

.single-product .stock-status .red {
    background-color: var(--farbe-red);
}

.single-product .stock-status {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    flex-grow: 1;
    margin-bottom: 15px;
}

.single-product .stock-status .dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.single-product div.preisproliter,
.single-product div.mwst-versandinfo {
    font-size: 14px;
}

div.woocommerce-product-details__short-description {
    margin-top: 20px;
}

div.product_meta {
    display: none;
}

div#tab-description h2 {
    display: none;
}


/* Abholung Info */

div.abholung-info {
    font-weight: 700;
    margin-top 20px;
    margin-bottom: 20px;
}

/* Tabs mittig zentrieren */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    justify-content: center;
    text-align: center;
    display: flex;
    padding-left: 0;
    background-color: var(--farbe-beige);
}

/* Optional: Einzelne Tabs inline nebeneinander statt als Block */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    float: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border: none;
}

li#tab-title-description.description_tab.active {
    background-color: var(--farbe-beige);
    border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 500;
    font-size: 28px;
    color: var(--farbe-green) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    box-shadow: none !important;
    border-bottom-right-radius: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: none !important;
}

div#tab-description h3 {
    font-size: 30px;
    font-weight: 500;
}

.woocommerce div.product div.images img {
    width: 50%;
    display: inline;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    text-align: center;
}

ul.product-attributes li {
    list-style: none;
}

ul.product-attributes {
    margin-left: 0px;
}


div.border-left {
    border-left: 1px solid var(--farbe-beige);
}

ul.acf-product-fields {
    list-style: none;
    margin-left: 0px;
}

ul.acf-product-fields span.woocommerce-Price-amount.amount {
    color: #000;
}

/* Related Products */

section.related.products {
    padding-top: 30px;
}

section.related.products h2 {
    margin-bottom: 35px;
}

section.related.products div.wc-product-sortenbeschreibung {
    display: none;
}

section.related.products li {
    background-color: var(--farbe-white);
    padding-top: 8px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-bottom: 0px !important;
    min-height: 350px;
}

section.related.products .add_to_cart_button {
    font-size: 12px !important;
    letter-spacing: 0.5px;
    text-transform: none;
    padding-right: 3px !important;
    padding-left: 3px !important;
}

section.related.products div.lebensmittelangaben {
    text-align: right;
    font-size: 12px;
    padding-top: 0px;
    padding-bottom: 3px;
}


section.related.products span.custom-praemierung {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: var(--farbe-creme);
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    font-weight: 400;
    padding-top: 6%;
    line-height: 1.3;
}



section.related.products p.product-attribute-zertifizierung {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: var(--farbe-green);
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    font-weight: 400;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}



section.related.products span.custom-neu {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: var(--farbe-red);
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    font-weight: 400;
    padding-top: 6%;
    line-height: 1.3;
}


.woocommerce-message::before {
    color: var(--farbe-green);
}

.woocommerce-message {
    border-top-color: var(--farbe-green);
    background-color: var(--farbe-white);
    margin-top: 20px;
    color: #000;
}

a.button.wc-forward {
    background-color: var(--farbe-creme);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 1px;
    letter-spacing: 0.8px;
}

/* Warenkorb */

div.wc-block-components-product-metadata {
    display: none;
}

span.wc-block-components-button__text,
div.wc-block-components-checkout-place-order-button__text {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px;
}


/* Warenkorb leer */

h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title::before {
	display: none;
}

h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
	font-size: 32px;
}

div.wp-block-button.wc-block-grid__product-add-to-cart {
    background-color: var(--farbe-creme);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 1px;
    letter-spacing: 0.8px;
}

a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart:hover {
	color: var(--farbe-green) !important;
}

/* Danke Seite */

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	text-align: center;
  font-size: 35px;
  color: var(--farbe-green);
  padding-bottom: 15px;
  font-weight: 500;
}


/* Fly Cart */


.woofc-menu-item .woofc-menu-item-inner i {
    color: #fff;
}

span.woofc-menu-item-inner-subtotal span.woocommerce-Price-amount.amount {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}

.woofc-menu-item .woofc-menu-item-inner::after {
    background-color: var(--farbe-red);
}

.woofc-area.woofc-style-02 .woofc-area-top {
    color: #000;
    background-color: var(--farbe-beige);
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus,
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus {
    display: none;
}

/* Mein Konto */

@media all and (max-width: 760px) {
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-date {
	background-color: var(--farbe-creme) !important;
}
}

/* Brevo */

div.sib_signup_box_inside_1 input {
    color: #fff !important;
    font-size: 16px !important;
}

/* Blog */

.single-post .container {
    max-width: 70% !important;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 0px !important;
}

@media (max-width: 768px) {
    .single-post .container {
        max-width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
    }
}
/* Spalten-Padding in SiteOrigin nur für Blogposts entfernen */
.single-post .so-panel {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Bild in rechter Spalte soll volle Breite einnehmen */
.single-post .so-panel img {
    width: 100% !important;
    height: auto !important;
    display: block;
}

div.blogs-text p {
    text-align: center;
}

.single-post.content-max-width .entry-content h2 {
    margin: 0em auto !important;
}

div.blogs-rahmen {
    border: 5px solid var(--farbe-green);
    background-color: #fff;
}

div.blogs-bild {
    padding-top: 10px;
}

div.img-outline img {
	border: 3px solid var(--farbe-creme);
	padding: 5px;
}

div.blogpost-rahmen {
	border: 3px solid var(--farbe-creme);
	padding-bottom: 15px;
}

span.vc_gitem-post-category-name::before {
    content: 'Aus der Kategorie: ';
    font-weight: normal;
    /* Optional: kannst du anpassen */
}


.single-post h2.single-post-title.entry-title {
    position: relative;
    display: inline-block; /* Nur so breit wie der Text */
}

.single-post h2.single-post-title.entry-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 14px; /* Abstand zwischen Text und Linie */
    width: 100%;
    height: 3px;
    background-color: var(--farbe-red);
}

.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item > span {
	color: #000 !important;
}

/* Mobiles Menü */

a.sidr-class-toggle-sidr-close {
    color: var(--farbe-green) !important;
    line-height: 1 !important;
    font-size: 20px !important;
}

li.sidr-class-mobilemenu-info a {
    font-size: 16px !important;
    text-transform: none !important;
}

#sidr ul {
    text-align: center;
    margin-top: 10% !important;
}


@media only screen and (max-width: 979px) {
    .shop-menu-class {
        display: none;
    }
}


@media all and (max-width: 797px){
	body.woocommerce-cart #main ul.products.ocean-row li.product,
	body.archive #main ul.products.oceanwp-row li.product,
	section.related.products ul.products li.product{
		width: 100%;
	}
	body.archive #main p.product-attribute-zertifizierung{
		bottom: -2%;
    width: 45px;
    height: 45px;
		left: 100px;
	}
	.archive span.custom-praemierung{
		width: 45px;
		height: 45px;
		left: 150px;
		bottom: 2.5%;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a{
		font-size: 24px;
	}
	body.single-product div.product div.summary form.cart select.selectqty{
		background-color: var(--farbe-white);
	}
	
	body.single-product form.cart button.single_add_to_cart_button{
		line-height: 22px;
	}
}


@media all and (max-width: 400px){
	.woocommerce ul.products li.product .wc-product-wrapper-low .add_to_cart_button{
		font-size: 15px;
		/*padding: 3px;*/
		letter-spacing: 0px;
		height: 42px;
		margin-top: 4px;
	}
	.woocommerce-cart ul.products.ocean-row li.product,
	.archive ul.products.oceanwp-row li.product{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.woocommerce ul.products li.product .wc-product-wrapper-low .stock-status{
		width: 20%;
	}
	.woocommerce ul.products li.product .wc-product-wrapper-low form.cart{
		width: 75%;
	}
	
	
}


/* Mobile Inhalte Startseite */




@media all and (max-width: 1100px){
	#kontakt-zeile-desktop {
	display: none;
}
	#kontakt-zeile-mobile {
	display: block;
}
		span.header-sortiment {
    font-size: 20px;
    font-weight: 700;
}

span.header-titel {
    font-size: 28px;
}
}

@media all and (min-width: 1100px){
	#kontakt-zeile-mobile {
	display: none;
}
	}

div.rahmen-green-mobile {
	background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}


@media all and (max-width: 570px){
	#kontakt-mobile-1 {
		display: none;
	}
	#kontakt-mobile-2 {
		display: block;
	}
}

@media all and (min-width: 570px){
	#kontakt-mobile-2 {
		display: none;
	}
	#kontakt-mobile-1 {
		display: block;
	}
}

.vinothekinfo-handy td {
	text-align: center;
}

@media all and (max-width: 1280px) {
	#footer-icon-mobile {
		display: block;
	}
	#footer-icon-desktop {
		display: none;
	}
	span.footer-legal {
		font-size: 18px;
	}
		div.rote-zeile-footer p,
	div.rote-zeile-footer a {
		font-size: 14px;
		letter-spacing: 1px;
	}
}

@media all and (min-width: 1280px) {
	#footer-icon-mobile {
		display: none;
	}
	#footer-icon-desktop {
		display: block;
	}
}
@media all and (max-width: 870px) {
	span.footer-legal {
		font-size: 14px;
	}
	
	div.rote-zeile-footer p,
	div.rote-zeile-footer a {
		font-size: 12px;
		letter-spacing: 1px;
	}
}

@media all and (max-width: 1100px) {
div.footer-newsletter h2 {
	font-size: 22px;
}

div.footer-newsletter p {
	font-size: 16px;
}
}



@media all and (max-width: 979px) {
	
	header#site-header #site-header-inner {
        display: flex;
        justify-content: space-between;
        max-width: 95%;
    }
	    #site-header #site-logo {
        padding-right: 0px;
        padding-bottom: 0px;
        position: relative;
        z-index: 10;
        left: -20px;
        flex-grow: 2;
    }
	body .oceanwp-mobile-menu-icon a, .mobile-menu-close {
        line-height: 50px;
    }
    header#site-header #site-header-inner .shop-menu-class {
        width: unset;
        margin-right: 15px;
		display: block;
    }
	
	
	.shop-menu-class #menu-shop-menue li.menu-konto,
	.shop-menu-class #menu-shop-menue li.menu-faq,
	.shop-menu-class #menu-shop-menue li.menu-item-type-woofc{
		padding: 0 10px;
	} 
	
	#menu-shop-menue{
		display: flex;
		align-items: center;
	}
	
	.woofc-menu-item .woofc-menu-item-inner i{
		font-size: 18px;
	}
	body span.woofc-menu-item-inner-subtotal span.woocommerce-Price-amount.amount{
		font-size: 16px !important;
	}
	.shop-menu-class #menu-shop-menue li.menu-konto a,
	.shop-menu-class #menu-shop-menue li.menu-faq a{
		display: none;
	}
	
	#wrap .second-menu-class{
		justify-content: unset;
		overflow-y: overlay;
		overflow: auto;
		margin: 0 !important;
		display: flex;
		align-items: end;
		height: 65px;
	}
	
}


