@charset "UTF-8";
/* 
CSS Document
*/


/* BuddyBoss
 Gruppen-Filter: Gruß-Klein-Schreibung per CSS hacken, Vorschlag vom BuddyBoss-Support, im Code steht strtolower( $default_filter_label )
 */
.activity-head-bar .bb-subnav-filters-container.bb-subnav-filters-filtering .subnav-filters-opener span
/*.activity-head-bar .bb-subnav-filters-label,
.activity-head-bar .bb-subnav-filters-container.bb-subnav-filters-filtering .subnav-filters-opener[aria-controls=bb-subnav-filter-by] span,
.activity-head-bar .bb-subnav-filters-container.bb-subnav-filters-filtering .subnav-filters-modal li a*/ {
    text-transform: capitalize !important;
}


/* -------------------------------------
Cookie Consent
Plugin: Cookie Notice & Consent von Christoph Rado
------------------------------------- */
.cookie-notice-consent__container {
    font-size: 0.8em;
    line-height: 1.5em;
    background-color: rgba(255,255,255,0.97) !important;
}
.cookie-notice-consent__text {

}
.cookie-notice-consent__categories {

}
.cookie-notice-consent__category {

}
.cookie-notice-consent__buttons {

}