/* =============================================================
   BBPRESS FORUM DESIGN
   Pfad: assets/css/bbpress.css
   ============================================================= */

/* 1. Breadcrumbs (Start > Foren) - Kompakter & Design-getreu */
#bbpress-forums .bbp-breadcrumb {
    font-family: 'Cronos Pro', sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
    color: #e8e6e3;
    letter-spacing: -0.2px; 
}

#bbpress-forums .bbp-breadcrumb-sep {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23881312" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    margin: 0 2px;
    vertical-align: middle;
}

#bbpress-forums .bbp-breadcrumb a {
    color: #999083;
    text-decoration: none;
    font-weight: 600;
}

#bbpress-forums .bbp-breadcrumb .bbp-breadcrumb-current {
    color: #e8e6e3;
    font-weight: 700;
}

#bbpress-forums .bbp-breadcrumb a:hover {
    color: #f44e39;
}

/* 2. Foren-Header (Balken oben) - Farbe #999083 */
#bbpress-forums li.bbp-header {
    background: #999083 !important;
    border: 1px solid #736B5E;
    color: #E8E6E3 !important;
    text-transform: uppercase;
    font-family: 'Alice', serif;
    font-weight: 700;
    padding: 12px 15px;
}

#bbpress-forums li.bbp-header .bbp-forum-info,
#bbpress-forums li.bbp-header .bbp-forum-topic-count,
#bbpress-forums li.bbp-header .bbp-forum-reply-count,
#bbpress-forums li.bbp-header .bbp-forum-freshness {
    color: #E8E6E3 !important;
    font-size: 14px;
    letter-spacing: 1px;
}

/* 3. Foren-Zeilen (Card-Look & Trennung) */
#bbpress-forums ul.bbp-forums, 
#bbpress-forums ul.bbp-topics {
    background: transparent !important;
    border: none !important;
}

#bbpress-forums .bbp-body ul.forum, 
#bbpress-forums .bbp-body ul.topic {
    background-color: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(115, 107, 94, 0.3) !important;
    margin-bottom: 8px !important;
    padding: 15px 10px !important;
    transition: background-color 0.3s ease;
}

#bbpress-forums .bbp-body ul.forum:hover, 
#bbpress-forums .bbp-body ul.topic:hover {
    background-color: rgba(255, 255, 255, 0.05) !important;
}

/* Links & Forentitel */
#bbpress-forums ul.bbp-forums a.bbp-forum-title, 
#bbpress-forums ul.bbp-topics a.bbp-topic-permalink {
    color: #736B5E !important;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

#bbpress-forums ul.bbp-forums a.bbp-forum-title:hover {
    color: #f44e39 !important;
}

/* Forenbeschreibung (das ehemals weiße "test") */
#bbpress-forums .bbp-forum-content {
    color: #736B5E !important;
    font-family: 'Cronos Pro', sans-serif;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

/* 4. Suche & Buttons */
#bbpress-forums #bbp-search-form #bbp_search_submit {
    background: #881312; /* Einfarbig rot für klaren Button-Look */
    border: 1px solid #736B5E;
    color: #e8e6e3;
    padding: 5px 15px;
    cursor: pointer;
    font-weight: 700;
}

#bbpress-forums #bbp-search-form #bbp_search_submit:hover {
    background: #f44e39;
}

/* 5. Footer (Statistik) */
#bbpress-forums li.bbp-footer {
    background: transparent !important;
    border: none !important;
    color: #736B5E;
    font-size: 13px;
    padding: 10px 0;
}