﻿/*
Theme Name: Enfold Child
Description: A <a href='https://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: 
Template: enfold
*/



/*Add your own styles here:*/


/* Blendet den Germanized Zusatzhinweis (Kleinunternehmer) NUR auf Shop- und Kategorieseiten aus. */
.woocommerce-loop-product__title + .price + p.wc-gzd-additional-info,
.products li.product p.wc-gzd-additional-info {
    display: none !important;}

/* Blendet Germanized-Zusatzinfos (Kleinunternehmer + Versandkosten)
   nur im Footer-Widget "Vor kurzem angesehene Produkte" aus */
#footer .widget_recently_viewed_products p.wc-gzd-additional-info {
    display: none !important;
}

/* Blendet Germanized-Zusatzinfos (Kleinunternehmer + Versandkosten)
   nur im Footer-Widget "Vor kurzem angesehene Produkte" aus */
.sidebar .widget_recently_viewed_products p.wc-gzd-additional-info {
    display: none !important;
}


.upsells {
  display: none !important;
}

#top .av-special-heading.boxstartseite {margin:0px auto !important;}
.xxl p {
	font-size: 77px;
	line-height: 1.1em;
	font-weight: 300 !important;
	margin: 0 0 0 0 !important;
	padding-bottom: 20px !important;
	color: #c1a98f;
	text-align: center;
	font-family: 'static',Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	letter-spacing: 6px;}
.xxlsubtext p {
	font-size: 28px !important;
	line-height: 1.1em;
	font-weight: 300 !important;
	margin: 0 0 0 0 !important;
	padding-bottom: 10px !important;
	color: inherit;
	text-align: center;
	letter-spacing: 1px;}

.feature-list {
  list-style: none;
  margin: 2rem 0;
  padding: 0;
}

.feature-list li {
  position: relative;
  padding: 1.2rem 1.6rem 1.2rem 2.6rem; /* Platz links vergrößert für Stern */
  margin-bottom: 0.8rem;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 6px;
  font-size: 1.15rem;
  line-height: 1.6;
  color: #e6e3df;
  transition: all 0.3s ease;
}

.feature-list li::marker {
  content: none;
}

.feature-list li::before {
  content: "✦";
  position: absolute;
  left: 1.1rem;              /* Stern rückt bündig links in Linie */
  top: 50%;
  transform: translateY(-50%);
  color: #c6a87d;
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
}

.feature-list li:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.15);
  transform: translateX(4px);
}

/* Container */
.feature-toggle .toggler {
  background: rgba(255,255,255,0.03) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 6px;
  margin-bottom: 0.7rem;
  padding: 1.2rem 1.6rem 1.2rem 2.6rem;
  font-size: 1.05rem;
  line-height: 1.5;
  color: #ada59d;
  position: relative;
  transition: all 0.3s ease;
}



/* Plus-Icon einfärben */
.feature-toggle .toggle_icon svg path {
  fill: #c6a87d !important;      /* dezentes Gold */
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

/* Hover: Plus-Icon wird etwas kräftiger */
.feature-toggle .toggler:hover .toggle_icon svg path {
  opacity: 1;
}

/* Hover-Effekt für den Toggle-Container */
.feature-toggle .toggler:hover {
  background: rgba(255,255,255,0.08) !important;
  border-color: rgba(255,255,255,0.15) !important;
  transform: translateX(4px);
}

/* Inhalt */
.feature-toggle .toggle_wrap {
  background: transparent !important;
  border: none !important;
  color: #7c7c7c;
  font-size: 1.05rem;
  line-height: 1.6;
  padding: 0 1.6rem 1.6rem 2.6rem;
}

/* Offenes Toggle – dezente Hervorhebung */
.feature-toggle .activeTitle.toggler {
  background: rgba(255,255,255,0.08) !important;
  border-color: rgba(255,255,255,0.15) !important;
}


.beseig .subt {color:#c1a98f;}

h1, h2, h3, h4, h5, h6 {
  color: #c1a98f !important;
}


.avia-button {
  background: transparent !important;
  border: 1px solid #c1a98f !important;
  color: #c1a98f !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 0.8rem 2rem;
  border-radius: 0;
  transition: all 0.3s ease;
}

.avia-button:hover {
  background: #c1a98f !important;
  color: #000 !important;
  border-color: #c1a98f !important;
}
.akkuber {font-size:17px !important;}

.kerzen-galerie {
  padding: 2rem;
}
.filter {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.filter button {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 0.5rem 1rem;
  color: #c1a98f;
  cursor: pointer;
}
.filter button:hover { background: rgba(255,255,255,0.1); }

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}
.gallery figure {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
}
.gallery figure:hover { transform: translateY(-4px); }
.gallery img {
  width: 100%;
  height: auto;
  display: block;
}
.gallery figcaption {
  padding: 0.8rem 1rem;
  color: #e6e3df;
}
.gallery h3 {
  font-size: 1.2rem;
  color: #c1a98f;
  margin: 0.2rem 0;
}

#top .av-menu-button > a .avia-menu-text {
	border: 1px solid #1e1e1e !important;
	border-radius: 2px;
	background: #262C30 !important;
	color: #838383 !important;
}

#indiv .av-masonry-entry-title {
    font-size: 2.5em !important; 
color: #ecd4ba !important; 
}

/* ---AKKORDEON --- */
#kuenstlerinakk .aviaccordion-title {
    color: #ffffff !important;
    font-size: 18px !important;}

#kuenstlerinakk .aviaccordion-excerpt p {
    color: #dddddd !important; 
    font-size: 16px !important; 
    line-height: 1.4em !important; 
}

/* Warenkorb Buttons auf Shopkategorien */
.avia_cart_buttons {
opacity: 0.6;
background-color: #5a5a5a !important; 
color: #f7f5ec !important; 
padding: 9px 0 9px 0 !important;}

#top .avia_cart_buttons .button {
	width: 50%;
	padding: 1px 2px;
	font-size: 10px;
	font-weight: 100;}

.avia_cart_buttons .button, .avia_cart_buttons .ajax_add_to_cart, .avia_cart_buttons .show_details_button {
background-color: #5a5a5a !important; 
color: #f7f5ec !important;  }

.avia_cart_buttons .button:hover, .avia_cart_buttons .ajax_add_to_cart:hover, .avia_cart_buttons .show_details_button:hover {
background-color: #6f706d !important; 
color: #fcefd6 !important; }