                                                                                /* Falls nicht Elementor: folgende Zeilen nicht mehr kommentieren */
:root{
	--primery-color: #558E32;
	--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. */

.uc-powered-by a {
    font-size: 13px;
}
li#uc-lang-EN{
	margin: 0 !important;
	color: var(--primery-color);
	width: 30px;
}
li#uc-lang-DE{
	margin: 0 !important;
	color: var(--primery-color);
	width: 30px;
}
ul.uc-dropdown-menu.lan-opened{
	background-color: var(--secondary-color) !important;
}
button#uc-lang-dropdown-toggle {
    background-color: var(--primery-color);
}
button#uc-lang-dropdown-toggle {
    background-color: var(--primery-color);
    color: var(--secondary-color) !important;
}
#uc-lang-dropdown-toggle .svg-wrapper,
#uc-lang-dropdown-toggle i{
	color: var(--secondary-color) !important;
}
.uc-tootip{
    min-width: 65px !important;
    width: fit-content !important;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center
}
/*ENDE - Usercentrics*/                                            