/* Vorteile einer Registrierung Text ausblenden */
.login-advantages {
  display: none;
}

/*Logo vergrößern*/
@media (min-width: 480px) {
    .nt-header--logo {
        height: 190px;
        margin-top: -38px;
        margin-bottom: -70px;
    }
}

@media (max-width: 1650px) {
    .nt-header--logo {
        height: 125px;
        margin-top: -27px;
    }
}

/*Logogröße anpassenn für kleiner Viewports, dass Navi nicht überlagert*/
@media (max-width: 500px) {
    .nt-header--logo {
        margin-right: 90px;
    }
}

/*Logo vor Navileiste setzen*/
.nt-header--container {
    z-index: 100;
}

/*Navigation vor Datenschutz setzen*/
.nt-header.is-sticky {
    z-index: 100;
}

/* Warenkorb-Icon */
.header-cart-btn {
    position: relative;
    overflow: visible;
}

/* Item-Counter-Badge über Warenkorb-Icon */
.header-cart-badge {
    top: 18px !important;
    left: 16px;
}

/* Desktop */
@media (min-width: 576px) {
    .header-cart-badge {
        display: block;
    }
}

.nt-header--action-item.header-cart .header-cart-badge {
    background: #007d4e;
}

/*line wegbekommen*/
.single-wave .cms-element-image .cms-image {
    width: 100vw;
}

/*M E N U*/
.navigation-flyouts {
    top: auto !important;
}

/*Einzug hover entfernen*/
.navigation-flyout-link:hover {
    padding-left: 0;
}

/*b2b menu anpassen*/

/*bold level 0 entfernen*/
.navigation-flyout-link.is-level-0 {
  font-weight: 400;
  border-top: 1px solid lightgrey;
}

.nt-header .main-navigation.is-bottom .navigation-flyouts .navigation-flyout.is-open .row.navigation-flyout-content {
    margin-left: 0;
    max-width: 90%;
}
.nt-header .main-navigation.is-bottom .navigation-flyouts .navigation-flyout.is-open .row.navigation-flyout-content .col {
    padding-left: 0;
    padding-right: 0;
}
    
.nt-header .main-navigation.is-bottom .navigation-flyouts .nav-item.nav-link.navigation-flyout-link.is-level-0 {
        padding:0;
}

.navigation-flyout-bar {
    max-width: 100%;
}

/*Einzug links bündig mit headnavigation*/
.navigation-flyout-link {
  margin: 0 0.5rem;
}

/*H E R O S L I D E R*/
.hero-slider-content-before {
    text-transform: uppercase;
    font-weight: 700 !important;
    letter-spacing: 0.10rem;
}

.hero-slider-content-after {
    font-weight: 300;
}

/*S U C H E*/
/*immer offen anzeigen*/
.search-toggle {
    display: none;
}

.header-search.fadeIn {
    display: block;
}

.header-search-form {
    border: 1px solid #edf5e2;
    border-radius: 30px;
}

.header-actions-btn {
    border: 1px solid #edf5e2;
    border-radius: 23px;
}

.header-actions-btn:active, .header-actions-btn:hover {
    background: #edf5e2;
    border: 1px solid #edf5e2;
    border-radius: 23px;
}

/*Suche und Icons rechts auf eine Höhe bringen*/
.nt-header--actions {
    line-height: 0rem;
    padding-top: 20px;
}

/*Suche nach opben schieben*/
.header-search {
    top: 29%;
}

/*Navigation: Typo ändern*/
.nt-header .main-navigation-link, .navigation-flyout-link {
    font-size: 20px;
    letter-spacing: .3px;
}

.navigation-flyout-link {
    line-height: 1.15;
}

.nt-header .main-navigation-link.active {
    color: var(--bs-primary);
}

/*TYPO HEADLINES*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /* font-family: "Montserrat", sans-serif;*/
    font-weight: 300;
    letter-spacing: .1px;
}

/*h2 und Subtext vergrößern fpr Klasse: typo-lg und Kategrorietitel*/
.typo-lg .cms-element-text h2 {
    font-size: 45px;
    line-height: 1.2;
    color: var(--bs-primary);
}

.typo-lg .cms-element-text p {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 300;
}

.kategorie-titel .cms-element-text {
    font-size: 45px;
    line-height: 1.2;
    color: var(--bs-primary);
}

/*h2 und Subtext mobile Größe anpassen und zentrieren*/
@media (max-width: 767px) {
    .typo-lg .cms-element-text h2, .typo-lg .cms-element-text p {
        text-align: center;
    }

    .typo-lg .cms-element-text h2 {
        font-size: 32px;
    }
}

/* Klasse für links und rechts weißraum hinzufügen*/
@media (min-width: 770px) {
    .weissraum-lr {
        margin-left: 20%;
        margin-right: 20%;
    }
}

/*klasse hochziehen für Abstabd zu nachfolgenden Content verringern*/
.cms-block.hochziehen {
    margin-bottom: -140px;
}

/*slider oben dynamisch hochziehen*/
.cms-block.slider-hochziehen {
    margin-bottom: calc(-24vw * .5);
}


/*leaf: Klasse für Rankenbild –  mobile Höhe reduzieren*/
@media (max-width: 770px) {
    .leaf .cms-image, .leaf-right .cms-image {
        max-width: 50vw;
    }

    .leaf-right .cms-image {
        translate: 50vw;
    }
}


/*image-text-gallerie: leere Spalte kompensieren und mobile Abstand nach unten verringern*/
@media (max-width: 767.98px) {
    .cms-block-image-text-gallery .cms-row .col-md-4 {
        margin-bottom: -25px;
    }
}

/*Produktslider "Lieblinge": klasse für Beschneidung wegnehmen*/
.randlos-slider .base-slider {
    overflow: visible;
}

/*S L I D E R*/
/*Klasse für Bild-Slider: padding hinzufügen*/
@media (min-width: 991px) {
    .more-padding .image-slider-item {
        padding: 25px;
    }
}

/*image slider*/
.cms-element-image-slider .image-slider-controls-prev, .cms-element-image-slider .image-slider-controls-next {
    background-color: var(--bs-primary);
    border-radius: 30px;
    opacity: 1;
    box-shadow: 0.125rem 0.125rem 1.25rem rgba(0, 0, 0, 0.1);
}

.cms-element-image-slider .image-slider-controls-prev:hover, .cms-element-image-slider .image-slider-controls-next:hover {
    background-color: var(--bs-secondary);
}

@media (min-width: 768px) {
    .image-slider-controls-next.is-nav-next-outside {
        right: 15px;
    }

    .image-slider-controls-prev.is-nav-prev-outside {
        left: 15px;
    }
}

/*arrow Farbe ändern*/
.cms-element-image-slider .icon {
    color: #ffffff;
}

.cms-element-image-slider .image-slider-controls-next:hover .icon, .cms-element-image-slider .image-slider-controls-prev:hover .icon {
    color: var(--bs-primary);
}

/*P R O D U K T K A T E G O R I E*/

.header-max-height .cms-element-image .cms-image {
    /*margin-top: -10px;*/
    max-height: 35vh;
    margin-bottom: -50px;
}

/*wave-bottom: Hintergrundbild wave unten positionieren*/
.cms-section.bg-image.wave-bottom {
    background-position: bottom;
}

/*wave-top: Hintergrundbild wave oben positionieren*/
.cms-section.bg-image.wave-top {
    background-position: top;
}

/*Warenkorb mittig*/
.product-box .product-action .btn-buy {
    margin: 0 auto;
    display: block;
}

.product-action .btn-detail {
    width: 30%;
    border-bottom-left-radius: 23px;
    border-top-right-radius: 23px;
    margin: 0 auto;
    display: block;
}

/*Werte Produktbox ausblenden*/
.product-variant-characteristics, .product-description {
    display: none;
}

/*Produktinfos + footer-column-headline stylen*/
.product-name {
    font-weight: 300;
    height: auto;
}

.product-price-info {
    text-transform: uppercase;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.10rem;
}

/*Breite Buybox und Tabelle bündig und Weißraum zwischen Buy-Box und Tabelle reduzieren*/
@media (min-width: 992px) {
    .cms-element-product-description-reviews {
        padding-left: calc(50% + 20px);
    }

    .product-detail-buy .product-detail-buy {
        padding-right: 20px;
        padding-left: 20px;
    }

    .product-detail-buy {
        padding-top: 10px !important; /*hard set oben*/
        padding-bottom: 20px !important;
    }
}

.product-detail-buy__inner {
    max-width: none;
}

/* Buybox: Text und Bild oben bündig
@media (min-width: 992px) {
 .product-detail-buy {
   padding: 0vw 0 5vw !important;
   }
}
*/

/*PRODUKT-LISTING Sortierungselement*/
.cms-element-product-listing .sorting {
    display: none !important;
}

/*Kategorie-Titel via Datenzuordnung styling*/
.kategorie-titel .cms-element-text {
    text-align: center;
    font-weight: 300;
}

/*Bundles Cards: Schatten eliminieren*/
.bundles .cms-block-image-text-gallery .image-text-gallery-card {
    box-shadow: none;
}

/* Bundles Cards: Bild Mittig setzen. Dort gibt es zwar die Klasse "justify-content-center" aber ohne display: flex hat das keine Auswirkung */
.bundles .cms-block-image-text-gallery .image-text-gallery-card .cms-element-image{
    display: flex;
}

/*Buttons anpassen*/
.btn-primary {
    background-color: var(--bs-primary);
    border: 0px solid #000000;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 23px;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 0px;
    width: 100%;
}

.btn .btn-block .btn-detail .btn-light, .product-action .btn-buy, .cms-element-product-listing .row.cms-listing-row .cms-listing-col .product-action .btn-buy, .product-detail-buy .offers .product-detail-form-container .btn-buy, .is-act-cartpage .checkout .checkout-aside-action .begin-checkout-btn {
    border-bottom-left-radius: 23px;
    border-top-right-radius: 23px;
}

.btn-primary:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.btn-outline-secondary {
    --bs-btn-color: #007d4e;
    --bs-btn-border-color: #007d4e;
    --bs-btn-hover-border-color: #007d4e;
    --bs-btn-hover-color: #007d4e;
}

/*bg youtube Datenschutz Tranzparenz anpassen*/
.cms-element-youtube-video__backdrop > div {
    background: rgba(255, 255, 255, 0.8);
}

/*Abstand mobil zu Überschrift der Spalte rechts optimieren*/
.cms-element-youtube-video {
    margin-bottom: 10px;
}

/*P R O D U K T D E T A I L*/
/*Badge % anpassen*/
.list-price-badge {
    background: rgba(0, 0, 0, 0);
    color: #e0000a;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 4px;
}

/*Zoom-Box optimieren*/
.is-ctl-product .product-detail .product-detail-content .product-detail-buy.js-magnifier-zoom-image-container {
    height: 100% !important;
}

/*Breite Buybox und benefit-icons bündig machen*/
@media (min-width: 990px) {
    .cms-section.benefit-icons.pos-1.cms-section-default {
        padding-left: calc(50%);
    }
}

.product-detail-buy .offers .product-detail-name {
    font-weight: 300;
}

.product-detail-tax {
    font-size: 0.75rem;
}

.product-wishlist-btn-content-md {
    color: var(--bs-primary);
    font-size: 0.75rem;
}

.product-detail-ordernumber-label {
    text-transform: uppercase;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.10rem;
}

.product-detail-ordernumber {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.10rem;
}

.price-unit-label {
    text-transform: uppercase;
    font-size: 0.65rem;
    letter-spacing: 0.10rem;
}

/* Verfügbarkeits-Haken in der Bundle-Informations-Tabelle mittig gesetzt, damit es wie die alle anderen Zellen verhält. */
.product-bundle-products-table .product-bundle-products-product-cell .zeobv-bundle-item-availability--available .icon-available,
.product-bundle-products-table .product-bundle-products-product-cell .zeobv-bundle-item-availability--unavailable .icon-unavailable {
    display: inline-block;
}

/*border Bulletpoints ausblenden, bg transparent*/
.mill-product-advantages .card-body .list-group-item {
    border: none;
    padding-top: 0.1rem;
    padding-right: 1.25rem;
    padding-bottom: 0.1rem;
    padding-left: 0rem;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0);
}

/*Produkt Bundles Hintergrund transparent*/
.product-bundle-products-table .product-bundle-products-head {
    background-color: rgba(0, 0, 0, 0);
}

/*Tabellenhintergrund produkt-properties entfernen*/
.product-detail .product-detail-properties .table {
    --bs-table-striped-bg: none;
}

/*benefit-icons Größe anpassen*/
.benefit-icons .col-five {
    padding-left: calc(var(--bs-gutter-x) * .1);
    padding-right: calc(var(--bs-gutter-x) * .1);
}

.benefit-icons .cms-block-container-row.row.cms-row {
    margin-right: 0px;
    margin-left: 0px;
}

/*Produktvorteile stylen ---- kann evtl raus, da styling als Liste mittlerweile in Plugin
.mill-product-advantages .list-group-item {
    display: list-item;
}

.mill-product-advantages .list-group {
  margin-left: 1rem;
}*/

.cms-section.bg-image.small-leaf-left.pos-3.cms-section-default {
    background-position: 0%;
}

/*Bundle Infos stylen*/
.bundle-sub-product-info {
    background: #ffffff;
    border-bottom-left-radius: 23px;
    border-top-right-radius: 23px;
}

.bundle-sub-product-info h4 {
    text-transform: uppercase;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.10rem;
}

/* „Überschrift“ von Cross-Selling entfernen */
.product-cross-selling-tab-navigation {
    display: none;
}

@media (max-width: 575.98px) {
    .product-detail-cross-selling .tab-pane .cms-element-title-paragraph {
        display: none;
    }
}

/*mobil: Leerraum zwischen Headline und Slider optimieren*/
@media (max-width: 767px) {
    .product-detail-cross-selling {
        margin-top: -220px;
    }
}

/*Hintergrundbild Crossselling links positionieren*/
.cms-section.bg-image.small-leaf-left {
    background-position: 0%;
}

/* T A B E L L E */
/*mobile Anpassungen*/
.product-detail-tab-preview {
    text-transform: initial;
    letter-spacing: normal;
    font-size: 0.75rem;
}

.nav-tabs {
    border-bottom: none;
}

/*Abstand oben verringern*/
.product-detail-tabs {
    margin-top: 0px;
    margin-right: 25px;
}

/*PRODUKT TABS anpassen*/
/*.product-detail-tab-navigation-list {
    border: 2px solid var(--secondary);
    border-bottom-left-radius: 23px;
    border-top-right-radius: 23px;
    text-transform: uppercase;
}*/

.card.card-tabs .product-detail-tab-navigation-list .nav-item {
    /*margin-left: 1.25rem;*/
    font-weight: 700;
    letter-spacing: 0.10rem;
    border: 2px solid #d7ecbb;
    border-bottom-left-radius: 23px;
    border-top-right-radius: 23px;
    background-color: #ffffff;
}

.card.card-tabs .product-detail-tab-navigation-list .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 0.65rem;
}

.card-tabs .nav-link {
    padding: 13px 2.0rem 13px 1.0rem;
}

@media (max-width: 576px) {
    .card-tabs .nav-link {
        padding: 13px 1.0rem 13px 1.0rem;
    }
}

/*.product-table-reduced*/
.product-detail-description-title, .product-detail-custom-field-tab-headline {
    display: none;
}

.card.card-tabs .product-detail-tab-navigation-list .nav-item {
    margin-right: -1.2rem;
}

.product-table-reduced .btn {
    display: none;
}

.card-tabs .nav-link {
    border-bottom: none;
    /*color: rgba(0, 0, 0, 0.5);*/
}

.card-tabs .nav-link.active, .card-tabs .nav-link:hover {
    background-color: #d7ecbb;
    border-bottom-left-radius: 21px;
    border-top-right-radius: 21px;
}

/*Tabelle Schriftschnitte Headline anpassen*/
@media (min-width: 576px) {
    .card.card-tabs .product-detail-tab-navigation-link.active {
        color: rgba(0, 0, 0, 1.0);
        font-weight: 700;
    }
}

/*standart payment und Lieferung ausblenden*/
.footer-logos {
    display: none;
}

/*footer payment*/
#payment-bar-bottom {
    background: var(--bs-primary);
}

/*W A R E N K O R B / C H E C K O U T*/
/*checkboxen Hintergrundfarbe und biorder ändern*/
.form-check-input {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
}

/*F O O T E R*/
/*Anpassungen Barrierefreiheit*/
.footer-link, .footer-column-content {
    font-size: 20px;
}

.footer-column-headline {
    text-transform: uppercase;
    /*font-size: 0.65rem;*/
    font-weight: 700;
    letter-spacing: 0.10rem;
}

/*Links anpassen underlined*/
.cms-element-text a:not(.btn-primary) {
    /*color: var(--bs-link-color);*/
    color: #000000;
    text-decoration: underline;
}

/* Slider */
/** Navigations Punkte unten weg **/
.base-slider .tns-nav, .base-slider .base-slider-dots {
    display: none;
}


/* Eigens hochgeladenene Schrift Dateien verwenden, da Shopware sonst einen falschen Ordner angibt */
@supports (font-variation-settings: normal) {
    @font-face {
        font-family: "Inter";
        font-style: normal;
        font-weight: 400 700;
        font-display: fallback;
        src: url("/fonts/Inter-Variable-Roman-CyrillicExt.woff2") format("woff2 supports variations"), url("/fonts/Inter-Variable-Roman-CyrillicExt.woff2") format("woff2-variations");
        unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
    }
    @font-face {
        font-family: "Inter";
        font-style: normal;
        font-weight: 400 700;
        font-display: fallback;
        src: url("/fonts/Inter-Variable-Roman-Cyrillic.woff2") format("woff2 supports variations"), url("/fonts/Inter-Variable-Roman-Cyrillic.woff2") format("woff2-variations");
        unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
    }
    @font-face {
        font-family: "Inter";
        font-style: normal;
        font-weight: 400 700;
        font-display: fallback;
        src: url("/fonts/Inter-Variable-Roman-GreekExt.woff2") format("woff2 supports variations"), url("/fonts/Inter-Variable-Roman-GreekExt.woff2") format("woff2-variations");
        unicode-range: U+1F00-1FFF
    }
    @font-face {
        font-family: "Inter";
        font-style: normal;
        font-weight: 400 700;
        font-display: fallback;
        src: url("/fonts/Inter-Variable-Roman-Greek.woff2") format("woff2 supports variations"), url("/fonts/Inter-Variable-Roman-Greek.woff2") format("woff2-variations");
        unicode-range: U+0370-03FF
    }
    @font-face {
        font-family: "Inter";
        font-style: normal;
        font-weight: 400 700;
        font-display: fallback;
        src: url("/fonts/Inter-Variable-Roman-Vietnamese.woff2") format("woff2 supports variations"), url("/fonts/Inter-Variable-Roman-Vietnamese.woff2") format("woff2-variations");
        unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
    }
    @font-face {
        font-family: "Inter";
        font-style: normal;
        font-weight: 400 700;
        font-display: fallback;
        src: url("/fonts/Inter-Variable-Roman-LatinExt.woff2") format("woff2 supports variations"), url("/fonts/Inter-Variable-Roman-LatinExt.woff2") format("woff2-variations");
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
    }
    @font-face {
        font-family: "Inter";
        font-style: normal;
        font-weight: 400 700;
        font-display: fallback;
        src: url("/fonts/Inter-Variable-Roman-Latin.woff2") format("woff2 supports variations"), url("/fonts/Inter-Variable-Roman-Latin.woff2") format("woff2-variations");
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }
    @font-face {
        font-family: "Inter";
        font-style: italic;
        font-weight: 400 700;
        font-display: fallback;
        src: url("/fonts/Inter-Variable-Italic-CyrillicExt.woff2") format("woff2 supports variations"), url("/fonts/Inter-Variable-Italic-CyrillicExt.woff2") format("woff2-variations");
        unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
    }
    @font-face {
        font-family: "Inter";
        font-style: italic;
        font-weight: 400 700;
        font-display: fallback;
        src: url("/fonts/Inter-Variable-Italic-Cyrillic.woff2") format("woff2 supports variations"), url("/fonts/Inter-Variable-Italic-Cyrillic.woff2") format("woff2-variations");
        unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
    }
    @font-face {
        font-family: "Inter";
        font-style: italic;
        font-weight: 400 700;
        font-display: fallback;
        src: url("/fonts/Inter-Variable-Italic-GreekExt.woff2") format("woff2 supports variations"), url("/fonts/Inter-Variable-Italic-GreekExt.woff2") format("woff2-variations");
        unicode-range: U+1F00-1FFF
    }
    @font-face {
        font-family: "Inter";
        font-style: italic;
        font-weight: 400 700;
        font-display: fallback;
        src: url("/fonts/Inter-Variable-Italic-Greek.woff2") format("woff2 supports variations"), url("/fonts/Inter-Variable-Italic-Greek.woff2") format("woff2-variations");
        unicode-range: U+0370-03FF
    }
    @font-face {
        font-family: "Inter";
        font-style: italic;
        font-weight: 400 700;
        font-display: fallback;
        src: url("/fonts/Inter-Variable-Italic-Vietnamese.woff2") format("woff2 supports variations"), url("/fonts/Inter-Variable-Italic-Vietnamese.woff2") format("woff2-variations");
        unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
    }
    @font-face {
        font-family: "Inter";
        font-style: italic;
        font-weight: 400 700;
        font-display: fallback;
        src: url("/fonts/Inter-Variable-Italic-LatinExt.woff2") format("woff2 supports variations"), url("/fonts/Inter-Variable-Italic-LatinExt.woff2") format("woff2-variations");
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
    }
    @font-face {
        font-family: "Inter";
        font-style: italic;
        font-weight: 400 700;
        font-display: fallback;
        src: url("/fonts/Inter-Variable-Italic-Latin.woff2") format("woff2 supports variations"), url("/fonts/Inter-Variable-Italic-Latin.woff2") format("woff2-variations");
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }
}
