/*
Theme Name: Enfold Child Coenenmühle
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
*/

.color-coeni { color:#716476 !important; }
.color-red { color:rgb(195, 81, 47) !important; }
.color-green { color:#008346 !important; }

.coenenFooter { width:100%; background-size: cover!important; }
.coenenFooter .container { max-width:100% !important; }

.av-catalogue-title { text-wrap: balance; }

.fw-bold h1, .fw-bold h2, .fw-bold h3, .fw-bold h4 { font-weight:bold!important; }
.fs-upper h1, .fs-upper h2,.fs-upper h3, .fs-upper h4 { text-transform:uppercase!important; }

.av-catalogue-list .av-catalogue-title { color:#008345; }
.av-catalogue-container .av-catalogue-content, .av-catalogue-container .av-catalogue-price { color:#333333; }
.av-catalogue-content strong { color:rgb(195, 81, 47); }

#header_meta, #header_meta a, #header_meta .phone-info { background-color:#008345 !important; color:#ffffff !important; font-size:1.1em; }

/*Add your own styles here:*/


/* Menü */
/* Enfold Standard-Mobilmenü komplett verstecken wenn custom menu aktiv */
/* Nur Enfolds mobiles Slide-Menü verstecken, nicht den Burger-Button */
.av-burger-overlay,
.av-mobile-menu-open .av-main-nav-wrap,
.av-mobile-menu-open #top nav.main_menu > .av-main-nav-wrap {
    display: none !important;
}

/* WooCommerce Warenkorb Icon sichtbar machen */
#menu-item-shop .cart_dropdown_link,
#menu-item-shop .cart_dropdown_link svg,
#menu-item-shop .cart_dropdown_link svg path {
    color: #9c9288 !important;
    fill: #9c9288 !important;
}

#menu-item-shop .av-cart-counter {
    color: #333 !important;
}

#custom-mobile-menu {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: 99999;
    transition: left 0.3s ease;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0,0,0,0.2);
}

#custom-mobile-menu.open {
    left: 0;
}

.cmm-inner {
    padding: 20px;
}

.cmm-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
}

/* Story-Kreise */
.cmm-stories {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 50px 0 30px;
}

.cmm-story {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    gap: 6px;
}

.cmm-story img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #8B6F47;
}

.cmm-story span {
    font-size: 11px;
    color: #333;
    text-align: center;
}

/* Menüliste */
.cmm-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cmm-nav ul li a {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
    color: #333;
    text-decoration: none;
    font-size: 16px;
}

/* Overlay */
#custom-mobile-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 99998;
}

#custom-mobile-overlay.open {
    display: block;
}