/* ================================================
   BILLBEE HILFE - CUSTOM CSS
   Bereinigt & optimiert
   ================================================ */

/* --- FOOTER --- */
footer { display: none; }

/* --- NAVBAR --- */
.navbar {
    overflow: visible;
    min-height: 50px;
}

.navbar-inner {
    overflow: visible;
}

.navbar .brand {
    font-weight: 800;
    overflow: visible;
    white-space: nowrap;
    padding: 10px 15px;
    float: left;
}

.navbar .brand img {
    max-height: 36px;
    width: auto;
    display: block;
}

.navbar .nav li {
    font-size: 8pt;
    line-height: 8pt;
}

.navbar .nav > li > a {
    padding: 10px 3px;
}

.navbar .nav li a:hover,
.navbar .nav .active a,
.navbar .nav .active a:hover {
    background: #0bb276;
}

/* Hamburger-Button: nur 3 saubere weiße Striche */
.navbar .btn-navbar {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding: 8px 10px;
    float: right;
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active {
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.icon-bar {
    background: #fff !important;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin: 4px 0;
}

/* Hamburger früher anzeigen - ohne JS zu blockieren */
@media (max-width: 1300px) {
    .navbar .nav.pull-right {
        display: none;
    }
    .navbar .nav:not(.nav-collapse) {
        display: none;
    }
    .navbar .btn-navbar {
        display: block !important;
    }
    /* Aufgeklapptes Menü wieder anzeigen */
    .navbar .nav-collapse .nav {
        display: block !important;
    }
    .nav-collapse .nav li {
        display: block !important;
    }
}

/* Navigation bei mittleren Breiten skalieren statt umbrechen */
@media (min-width: 1300px) and (max-width: 1500px) {
    .navbar .nav li {
        font-size: 7.5pt;
    }
    .navbar .nav > li > a {
        padding: 10px 2px;
    }
}

/* --- SUCHBEREICH (oben) --- */
#docsSearch {
    background-color: #00c069 !important;
    background-image: url('https://cdn.prod.website-files.com/69c24cb5e8272de0d64bd4c2/69c24cb5e8272de0d64bd9b6_HG-SEO-Seiten_bb.webp') !important;
    background-size: cover !important;
    background-position: center !important;
}

#docsSearch h1 {
    font-weight: 800;
    color: #fff;
}

/* --- SUCHLEISTE --- */
#searchBar button {
    background: #00c069 !important;
    border: 0;
    text-shadow: none;
    font-weight: 800;
}

#searchBar button:hover {
    background: #0bb276 !important;
    text-shadow: none;
    font-weight: 800;
}

/* Lupe auf Search-Seite */
.search-beacon button,
.search-beacon input[type="submit"],
form[action*="search"] button {
    background: #00c069 !important;
    border-color: #00c069 !important;
}

#searchBar .search-query {
    border: 1px solid #fff;
}

#searchBar .search-query:focus {
    border: 1px solid #fff;
}

/* --- LINKS --- */
a { color: #01884a; }
a:hover { color: #0bb276; }

/* --- ARTIKEL INHALT ZENTRIERT --- */
.container-fluid,
.categoryLanding,
.collection-category {
    max-width: 1100px;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* --- KATEGORIE-KACHELN --- */
.collection-category h2 a {
    font-weight: 800;
    color: #151515;
}

.category-list .category {
    background: #fff !important;
    border: 1px solid #E1E0E0;
    border-radius: 4px;
    transition: box-shadow 0.2s ease;
}

.category-list .category:hover {
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.category-list h3 {
    color: #151515;
    font-weight: 800;
}

.category-list .category p {
    color: #b3b3b3;
}

.category-list .category .article-count,
.category-list .category:hover .article-count {
    color: #01884a;
    font-weight: 800;
}

/* --- DREI-SPALTEN-LAYOUT --- */
.threeCol .collection h2 a {
    color: #151515;
    font-weight: 800;
}

.threeCol .popArticles { display: none; }
.threeCol .browse { display: none; }

.twoCol p, .threeCol p { color: #666; }

.twoCol h2 a:hover,
.threeCol h2 a:hover {
    border-bottom-color: #0bb276;
}

/* --- TABELLEN --- */
td { word-break: break-all; }