:root {
--logo-url: url(../persis/images_kunde/AUM_Logo_55x55.jpg);
--primary-color-hue:206;
--primary-color-saturation: 92%;
--primary-color-lightness: 36%;
--secondary-color-hue:206;
--secondary-color-saturation: 92%;
--secondary-color-lightness: 36%;
} #atom .menu-start-icon {
    background-size: contain;
    height: 50px;
    width: 50px;
}

@media only screen and (min-width: 900px) {
  #atom .responsive-logo-trigger {
      background-color: white;
  }
}


/*blendet die Anzahl der gefundenen Datensätze bei den Dashboards aus*/
html[data-persis-function="report"][data-persis-action="dashboard"]
h2[class*="search-result-count"] {
    display: none;
}