:root {
--primary-color-hue:234;
--primary-color-saturation: 70%;
--primary-color-lightness: 32%;
--secondary-color-hue:48;
--secondary-color-saturation: 100%;
--secondary-color-lightness: 50%;
} /*Bindet ein anderes Bild/Logo oben links ein*/
.menu-start-icon {
 background-image: url(../persis/images_kunde/THE_Bildmarke_Power-Yellow_RGB.jpg) !important;
 /*background-image: url(/../img/test.svg) !important;*/
 background-repeat: no-repeat;
 background-size: contain;
 width: 56px !important;
 height: 56px !important;
 background-position: center;
}
/*Ändert links oben den Hintergrund des Persis-Logos*/
.menu-start {
background-color: white !important;
border-color: white !important;
}