:root {
--logo-url: url(../persis/images_kunde/logo.png);
--primary-color-hue:342;
--primary-color-saturation: 100%;
--primary-color-lightness: 42%;
--secondary-color-hue:199;
--secondary-color-saturation: 10%;
--secondary-color-lightness: 44%;
} #atom .menu-start-icon {
    background-size: contain;
    height: 55px;
    width: 55px;
}

@media only screen and (min-width: 900px) {
  #atom .responsive-logo-trigger {
      background-color: #e3e4e2;
      border-bottom: 2px solid #8b9499
  }
}

h1{
  color: #d8242b;
}

h2{
    color: #d8242b;
}

html[data-persis-function="report"][data-persis-action="dashboard"]
h2[class*="search-result-count"] {
    display: none;
}
 
html[data-persis-function="main"]
h2[class*="search-result-count"] {
    display: none;
}