/* =========================================================
   FIX246 – BASISFARBEN
   ========================================================= */

:root {
    --fix246-blue: #104291;
    --fix246-green: #17CD73;
    --fix246-yellow: #ffc107;
    --fix246-dark: #0B1629;
    --fix246-text: #4b5563;
    --fix246-muted: #6b7280;
    --fix246-border: #eeeeee;
    --fix246-light: #f8fafc;
}


/* =========================================================
   HEADER / NAVIGATION
   ========================================================= */

.site-header,
.header-navbar,
.header-hero {
    background-color: var(--fix246-blue) !important;
}

.header-navbar a,
.header-navbar__menu > ul > li > a,
.header-navbar__burger > ul > li > a,
.header-logo__name,
.header-logo__description,
.header-navbar__menu > ul > li > a:hover,
.header-navbar__burger > ul > li > a:hover {
    color: var(--fix246-yellow) !important;
}


/* =========================================================
   HIVEPRESS – ALLGEMEIN
   ========================================================= */

.hp-form--listing-search {
    display: none !important;
}

.hp-menu__item--listing-submit {
    display: none !important;
}

.home .hp-listing-category__count {
    display: none !important;
}

.hp-listing__featured-badge i::before {
    content: "✦" !important;
    font-family: inherit !important;
    font-weight: 700 !important;
}


