:root {
--logo-url: url(../persis/images_bwkg/BWKG_Logo_standard.svg);
--primary-color-hue:335;
--primary-color-saturation: 87%;
--primary-color-lightness: 46%;
--secondary-color-hue:323;
--secondary-color-saturation: 55%;
--secondary-color-lightness: 29%;
} #atom .menu-start-icon {
    background-size: contain;
    background-color: white;   
    height: 50px;
    width: 50px;
  }
@media only screen and (min-width: 900px) {
  #atom .responsive-logo-trigger {
      background-color: white;
      border-bottom: 2px solid #8b9499
  }
}