/*
Theme Name: Enfold Child
Description: A <a href='http://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 will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/


/* temporäre Anpassungen */

/*p.out-of-stock { display: none; }*/

/* Typo */

body {
	font-size: 16px;
	line-height: 150%;
}

h3 > a:hover, h3 > a:focus  {
   color: #e0b13a !important;
}

.avia_textblock {
	line-height: 150%;
}

/* Main Menu */

.av-main-nav>li>a {
	font-size: 1rem;
}

#top .av-main-nav ul a {
	font-size: 0.9rem;
}
#top .menu-item-search-dropdown>a.avia-svg-icon {
    padding-top: 3px;
}
ul.sub-menu {
	padding: 0.5rem;
}
ul.sub-menu > li > a {
	border: 0 !important;
}


/* Logo */
.logo img {
padding: 10px;
}


/* Bildkacheln Startseite */
div.av-masonry-entry-content.entry-content {
font-size: 1.5em;
font-weight: bold;
}

/* Rasterzeilen */
.rasterbild {
min-height: 350px;
}

/* Woo Produktraster */

div.avia_cart_buttons, div.avia-arrow {
display:none;
}
.template-page .entry-content-wrapper h2 {
   letter-spacing: 0.02rem;
   font-weight: 700 !important;
}

/* Footer */

.avia-icon-pos-left {
margin-bottom: 5px;
}

/* Scroll to Top Mobile */
@media only screen and (max-width: 767px) {
    .responsive #top  #scroll-top-link {
        display: block;
    }
}

/* Buttons */
.avia_button_icon {
   margin-right: 3px;
}

/* Datenschutzerklärung */

.main_color .datenschutz b,
.main_color .datenschutz strong {
color: revert;
}

.datenschutz ul {
  margin: 0;
}

.datenschutz h2 {
  margin-top: 30px;
}

.datenschutz h1,
.datenschutz h2 {
  word-wrap: break-word;
}


/* Filter */

ul.sort-param > li > ul > li:has(a[data-href*="product_order=menu_order"]),
ul.sort-param > li > ul > li:has(a[data-href*="product_order=popularity"]),
ul.sort-param > li > ul > li:has(a[data-href*="product_order=rating"]),
ul.sort-param > li > ul > li:has(a[data-href*="product_order=relevance"]),
ul.sort-param > li > ul > li:has(a[data-href*="product_order=id"])
{
	display: none !important;
}

/* Markenverzeichnis Markendetailseite */

/* Marken-Verzeichnis Styling */
h2.hdd-markenliste-heading {
	margin-bottom: 50px;
}
.av-brand-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 Spalten */
    gap: 15px 30px;
    list-style: none !important;
    padding: 0;
    margin: 20px 0 40px 0;
}

.av-brand-grid li {
    margin: 0 !important;
    padding: 5px 0;
    border-bottom: 1px solid #c9c9c9;
}

.av-brand-grid li a {
    text-decoration: none;
    color: #444;
    font-weight: 600;
    display: block;
    transition: color 0.3s ease;
}

.av-brand-grid li a:hover {
    color: #e0b13a; /* Nutze hier deine Theme-Primärfarbe */
}

/* Responsive: 2 Spalten auf Tablet, 1 auf Handy */
@media only screen and (max-width: 767px) {
    .av-brand-grid { grid-template-columns: repeat(2, 1fr); }
}
@media only screen and (max-width: 480px) {
    .av-brand-grid { grid-template-columns: 1fr; }
}

/* Contact Form 7 */

.wpcf7-not-valid-tip {
    color: #ff0000 !important; /* Klassisches Rot */
    display: block;
}

.wpcf7-not-valid {
    border: 1px solid #ff0000 !important;
}

