                        /* Falls nicht Elementor: folgende Zeilen nicht mehr kommentieren */
:root{
	--primery-color: #000;
	--secondary-color: #fff;
} 
        
/*ANFANG - Usercentrics*/
.uc-banner-content{
	background-color: var(--primery-color)!important;
}
#uc-btn-deny-banner{
	background-color: var(--secondary-color);
}
#uc-btn-more-info-banner{
	background-color: var(--secondary-color);
}
#uc-btn-accept-banner{
	background-color: var(--secondary-color);
}
#uc-privacy-button circle{
	fill: var(--primery-color);
}
path#fingerprint {
    fill: var(--primery-color);
}
.uc-card-header{
	background-color: var(--primery-color)!important;
}
.uc-nav-tabs{
	background-color: #ffffff!important;
}
.uc-save-settings-button{
	background-color: var(--primery-color)!important;
}
#uc-lang-dropdown-toggle{
	background-color: #ffffff;
}
#uc-lang-dropdown-toggle:hover{
	background-color: #ffffff;
}
/*textfarben*/
#uc-full-optin-description{
	color: var(--secondary-color);
}
#uc-btn-deny-banner{
	color: var(--primery-color);
}
#uc-btn-more-info-banner{
	color: var(--primery-color);
}
#uc-btn-accept-banner{
	color: var(--primery-color);
}
#uc-lang-dropdown-toggle{
	color: #000000!important;
}
#uc-lang-dropdown-toggle .svg-wrapper{
	color: #000000!important;
}
#uc-lang-dropdown-toggle .uc-dropdown-arrow{
	color: #000000;
}
.uc-header-title{
	color: var(--secondary-color);
}
.uc-header-subtitle-text{
	color: var(--secondary-color)!important;
}
#uc-btn-select-tab-settings{
	color: #000 !important;
}
#uc-btn-select-tab-history{
	color: #000000!important;
}
.uc-save-settings-button{
	color: var(--secondary-color)!important;
}

/* ANFANG - ANPASSUNG USERCENTRICS LOGO & CO. */
/* span.uc-powered-by-label {
    color: black;
}
span.uc-powered-by-label {
    fill: black !important;
}
.uc-powered-by-icon :is(circle, g) {
	  fill: black !important;
}
img.uc-partner-icon {
    filter: invert(1);
} */
/* ENDE - ANPASSUNG USERCENTRICS LOGO & CO. */

/*ENDE - Usercentrics*/                