/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/



.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
	color: #000 !important;
    border-radius: 5rem;
}


/*  Digital Nativ CSS */


.nomar p:last-of-type {
  margin-block-start: 0;
  margin-block-end: 0;
}

section.elementor-element, header.elementor-element {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  box-sizing: border-box;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea
{
	border-radius: 0;
	border: none;
	padding: 4px 8px;
}

.google-rating-wrapper {
    display: flex;
    gap: 13px; /* Der gewünschte Abstand zwischen den Elementen */
}

.google-rating-logo {
    width: 39px; /* Kleinere Größe für ein stimmiges Inline-Design */
    height: 39px;
    flex-shrink: 0; /* Verhindert, dass das Logo schrumpft */
}

.google-rating-value {
color: #323A20);
font-family: Poppins;
font-size: 41.907px;
font-style: normal;
font-weight: 300;
line-height: 100%;
letter-spacing: -1.257px;
}

.google-rating-stars {
    color: #E27617; /* Typische goldene Sternfarbe */
    font-size: 1.5em; /* Macht die Sterne gut sichtbar */
    line-height: 1;
}

.google-rating-star {
    margin-right: -0.05em; /* Passt den Abstand zwischen den Sternen an */
    display: inline-block;
}

.kunden-initialen-circle {
    /* Maße und Form */
    width: 85px;
    height: 85px;
    border-radius: 50%;
    
    /* Hintergrundfarbe: rgba(50, 58, 32, 0.2) */
    background-color: rgba(50, 58, 32, 0.2);
    
    /* Zentrierung des Textes */
    display: flex;
    justify-content: center;
    align-items: center;
    
    /* Text-Styling */
    color: var(--Gnann-Dunkelgrn, #323A20);
	font-family: Poppins;
	font-size: 33.788px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 38.857px */
	letter-spacing: -0.338px;
	text-transform: uppercase;
    color: #323A20; /* Eine dunklere Variante der Hintergrundfarbe für guten Kontrast */
}

.initials-text {
    line-height: 1; /* Stellt sicher, dass der Text perfekt vertikal zentriert ist */
}

/* Breadcrumb Wrapper & Liste */
.gnann-breadcrumb-wrapper {
    width: 100%;
}

.gnann-breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center; /* Vertikal zentrieren */
    flex-wrap: wrap;     /* Umbruch auf Mobile erlauben */
    gap: 10px;           /* 10px Abstand zwischen Elementen */
}

/* Einzelne Items */
.gnann-breadcrumb-item {
    display: inline-flex;
    align-items: center;
}

/* Links und Texte (Typography) */
.gnann-breadcrumb-link,
.gnann-breadcrumb-current {
    text-decoration: none;
    
    /* Design System */
    color: #323A20;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 15.6px */
    letter-spacing: -0.12px;
    
    transition: color 0.3s ease;
    display: flex; /* Wichtig damit SVG vertikal sitzt */
}

/* Hover Effekt nur für Links */
.gnann-breadcrumb-link:hover {
    color: #E27617;
}

/* Separator Icon */
.gnann-breadcrumb-separator-item {
    display: inline-flex;
    align-items: center;
    color: #323A20;
}

.gnann-separator {
    display: block;
    width: 7px;
    height: 10px;
}

.gnann-breadcrumb-separator-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gnann-separator-icon {
    display: inline-block;
    width: 7px;  /* Passende Breite für den Separator */
    height: 10px; /* Passende Höhe */
    
    /* Farbe wird von currentColor (Eltern-Element) geerbt oder direkt gesetzt */
    background-color: var(--Gnann-–-Dunkelgrün, #323A20); 
    
    /* Masking: Lädt die externe SVG als "Stanze" */
    -webkit-mask-image: url('/wp-content/uploads/2025/11/seperator.svg');
    mask-image: url('/wp-content/uploads/2025/11/seperator.svg');
    
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

/* Home Icon Anpassung */
.gnann-breadcrumb-link svg,
.gnann-breadcrumb-current svg {
    display: block;
    fill: currentColor; /* Erbt die Textfarbe */

}

/*
 * ----------------------------------------------------
 * GNANN SHOP STYLES
 * ----------------------------------------------------
 */

.gnann-price-wrapper {
    display: flex;
	flex-direction: column;
    gap: 0.5rem; /* Abstand zwischen den Preisen */
	height: fit-content !important;
}

.gnann-regular-price-del span bdi {
	color: rgba(50, 58, 32, 0.70) !important;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 19.5px */
	letter-spacing: -0.15px;
	text-decoration-line: line-through;
	text-decoration-color: rgba(50, 58, 32, 0.70) !important;
	height: fit-content !important;
}
.gnann-regular-price-del {
	text-decoration-color: rgba(50, 58, 32, 0.70) !important;
    text-decoration-line: blink;
	height: fit-content !important;
}


.gnann-sale-price-ins span bdi {
color: #323A20 !important;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 130%; /* 26px */
letter-spacing: -0.2px;
text-decoration: none !important;
	height: fit-content !important;
}


.gnann-sale-price-ins {
	text-decoration: none !important;
}

.gnann-regular-price span bdi {
color: #323A20 !important;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 130%; /* 26px */
letter-spacing: -0.2px;
	text-decoration: none !important;
}

.woocommerce-Price-amount {
	display: flex;
		height: fit-content !important;
}

/* Bestehendes CSS beibehalten... hier nur die nötigen Ergänzungen/Korrekturen */

/* 1. Stellt sicher, dass der variable Preisblock NICHT umbricht */
div.gnann-regular-price {
    display: flex; /* oder flex row */
    width: 100%;
	gap: 4px;
}

/* 2. Styling für den Text-Knoten (den Bindestrich) bei variablen Produkten */
/* Da der Bindestrich kein BDI ist, muss der Wrapper auch die Font-Styles haben */
.gnann-regular-price {
    color: var(--Gnann-–-Dunkelgrün, #323A20);
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.2px;
}

/* 3. Korrektur: Deine BDI-Rule ist sehr spezifisch, das ist gut. 
   Aber wir stellen sicher, dass sie auch im Div greift */
.gnann-regular-price .amount bdi {
    color: inherit !important; /* Erbt vom Wrapper */
    font-family: inherit;
    font-weight: inherit;
    text-decoration: none !important;
}

/* OPTIONAL: Falls Variable Produkte im Sale sind (Durchgestrichener Range),
   muss dies gesondert behandelt werden, da get_price_html() hier <del>/<ins> liefert.
   Das folgende CSS fängt das ab, falls es vorkommt: */
.gnann-regular-price del {
    font-size: 15px;
    opacity: 0.7;
    font-weight: 400;
    margin-right: 5px;
}

/* Basis-Container (Entspricht: width: 100%; height: 100%; justify-content: space-between; align-items: center; display: inline-flex) */
.gnann-badge-container {
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: space-between; /* space-between */
    align-items: center;            /* align-items: center */
}

/* Wrapper für den Text (Entspricht: padding: 6px; background: #E27617; overflow: hidden; justify-content: center; align-items: center; gap: 10px; display: flex) */
.gnann-badge-text-wrapper {
    padding: 6px;
    background: #E27617; /* Entspricht: var(--Gnann-–-Akzent, #E27617) */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/* Der Text selbst (Entspricht: color: white; font-size: 15px; font-family: Poppins; font-weight: 600; text-transform: uppercase; line-height: 19.50px) */
.gnann-badge-text {
    color: white; /* Entspricht: var(--Gnann-–-Weiß, white) */
    font-size: 15px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 19.50px;
    white-space: nowrap; /* Verhindert Zeilenumbruch */
}

/* Wrapper für das Icon (Entspricht: width: 30px; height: 30px;) */
.gnann-badge-icon-wrapper {
    width: 30px;
    height: 30px;
    flex-shrink: 0; /* Verhindert, dass es in Flex-Containern schrumpft */
}

/* Das Icon selbst, falls es ein <img> ist */
.gnann-sale-icon {
    width: 100%;
    height: 100%;
    display: block;
}

/* Container für die Abmessungen */
.gnann-dimensions-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Oder 'center', je nach Designwunsch */
    gap: 4px; /* Abstand zwischen Wert und Label */
}

/* Obere Zeile: 100 x 30 x 50 cm */
.gnann-dimensions-values {
    color: #323A20; /* Fallback für var(--Gnann-–-Dunkelgrün) */
    color: var(--Gnann-–-Dunkelgrün, #323A20);
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 23px;
    word-wrap: break-word;
}

/* Untere Zeile: (L x B x H) */
.gnann-dimensions-labels {
    color: rgba(50, 58, 32, 0.70); /* Fallback */
    color: var(--Gnann-–-Dunkelgrün-70%, rgba(50, 58, 32, 0.70));
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 17.25px;
    word-wrap: break-word;
    margin-top: 2px; /* Optional: kleiner optischer Abstand */
}

.gnann-login-box {
    /* Layout & Box Model */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    
    /* Dimensionen gemäß Vorgabe */
    width: auto; /* Flexibel oder 100% je nach Container */
    padding: 7px 10px; /* Top/Bottom 5px, Left/Right 10px */
    height: 40px;
    /* Design - Normalzustand */
    background-color: #323A20 !important;
    border: 1px solid #323A20; /* Border in Background Color */
    color: #FFFFFF !important;
    
    /* Typografie */
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
    
    /* Übergänge */
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Icon Handling via Mask (Beste Methode für externe SVGs) */
.gnann-login-box__icon {
    display: inline-block;
    width: 21px;
    height: 21px;
    
    /* Das Icon wird zur Maske, die Hintergrundfarbe bestimmt die Sichtbarkeit */
    background-color: currentColor; 
    -webkit-mask-image: url('/wp-content/uploads/2024/04/user-1.svg');
    mask-image: url('/wp-content/uploads/2024/04/user-1.svg');
    
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    
    transition: background-color 0.3s ease;
}

/* Hover State */
.gnann-login-box:hover {
    /* Background wird Beige */
    background-color: #fff !important;

    color: #323A20  !important;
}

/* Focus State für Accessibility */
.gnann-login-box:focus {
    outline: 2px solid var(--Gnann-–-Akzent, #E27617);
    outline-offset: 2px;
}

@media screen and (max-width: 1200px) {
  .gnann-login-box__text {
    display: none;
  }
}


/*
 * ----------------------------------------------------
 * GNANN PRODUCT ARCHIVE STYLES
 * ----------------------------------------------------
 */

.image-overlay-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.image-overlay-container img {
  display: block; 
  max-width: 100%; 
  height: auto;
}
.image-overlay-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
background: linear-gradient(270deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 80%);
}

.uc_active {
transform: rotate(180deg)	
}


/*
 * ----------------------------------------------------
 * GNANN PRODUCT DETAIL STYLES
 * ----------------------------------------------------
 */

.gnann-old-price-group {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}


.price-reduction-label {
	display: inline-flex;
	padding: 4px 6px 4px 4px;
	justify-content: center;
	align-items: center;
	gap: 5.745px;
	border-radius: 100px;
	background: #E27617;
	color: #FFF;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 115%; /* 17.25px */
	letter-spacing: -0.15px;
	text-transform: uppercase;
}

/* Container für alle Eigenschaften */
.gnann-properties-container {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px; /* Abstand zum nächsten Element */
}

/* Einzelner Bulletpoint / Kachel */
.gnann-property-item {
    display: flex;
    padding: 10px;
    flex-direction: row; /* Icon oben, Text unten (gemäß Vorgabe) */
    align-items: center;
	justify-content: center;
    gap: 10px;
    
    /* Design System Styles */
    background-color: #F3F3EE;
    color: #323A20;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; 
    letter-spacing: -0.15px;
}

@media (max-width: 768px) {
	.gnann-property-item {
		padding: 6px;
		gap: 8px;
	}
}

/* Icon Wrapper & Farbe */
.gnann-prop-icon {
    display: flex;
    align-items: center;
    color: #E27617; /* Färbt das SVG über currentColor */
}

.gnann-prop-icon svg {
    width: 17px;
    height: auto;
}

/* Text Styling */
.gnann-prop-text {
    font-weight: 500;
}

/* Sale Label: Oben Links */
.gallery-reduced-label {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 10; 
   
    /* Styling */
    background-color: #E27617;
	padding: 6px;
    color: #FFFFFF;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 19.5px */
	letter-spacing: -0.15px;
	text-transform: uppercase;
    pointer-events: none;
}

/* SVG Icon: Oben Rechts */
.gallery-reduced-svg {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 10;
    
    /* Layout */
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

/* SVG Styling */
.gallery-reduced-svg svg {
    width: 30px;
    height: auto;
    display: block;
}

/* Wrapper für alle Eigenschaften */
.gnann-specs-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px; /* Abstand zwischen den Zeilen */
    width: 100%;
}

/* Einzelne Zeile (Container) */
.specification {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* Falls Text umbricht, oben bündig bleiben */
    gap: 20px; /* Mindestabstand zwischen Titel und Wert */
    border-bottom: 1px solid #E5E5DC;;
    padding-bottom: 8px;
}

/* Letzte Zeile ohne Rahmen (optional) */
.specification:last-child {
    border-bottom: none;
	padding-bottom: 0;
}

/* Linke Seite: Label */
.specification-title {
	color: #323A20;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 19.5px */
	letter-spacing: -0.15px;
	text-transform: uppercase;
    flex-shrink: 0; /* Titel soll nicht gequetscht werden */
}

/* Rechte Seite: Wert */
.specification-value {
	color: #323A20;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 19.5px */
	letter-spacing: -0.15px;
    text-align: right; /* Text rechtsbündig */
}