

:root {
  
    --body-bg-color: #FAFAFA;
  
  
    --bg-page-header: #FFFFFF;
  
  
  
  
    --icon-color: #5E008A;
   
}










  body {
    background-color: #FAFAFA;
  }

  @media print {
    .header {
      background-color: #FAFAFA !important;
    }
  }

  .widget .widget-button {
    background-color: rgba(250, 250, 250, 0.9);
  }

  .widget .widget-button:focus,
  .widget .widget-button:hover {
    background-color: hsl(0, 0%, 83%);
  }





  .background-image {
    display: block;
  }



  @media (max-width: 767px) {
    .background-image {
      background-image: url("/uploaded_files/1171/c390f4b585764349ba548de109d98585/kundomobil.png");
    }
  }



  @media (min-width: 768px) {
    .background-image {
      background-image: url("/uploaded_files/1171/8f7f3b8c77d14ffa85b9619fdc9b553d/kundotva.png");
    }
  }









  .background-image,
  .widget .background-image {
    background-color: #FFFFFF;
  }

  @media print {
    .header {
      background-color: #FFFFFF !important;
    }
  }

  .widget .widget-button {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .widget .widget-button:focus,
  .widget .widget-button:hover {
    background-color: hsl(0, 0%, 85%);
  }



  .icon-color,
  .custom-icon-wrapper,
  .custom-icon-wrapper--color-only {
    color: #5E008A;
  }

  a:focus .icon-color,
  a:hover .icon-color,
  button:focus .icon-color,
  button:hover .icon-color,
  a:focus .custom-icon-wrapper,
  a:hover .custom-icon-wrapper,
  .main__aside button:focus .custom-icon-wrapper,
  .main__aside button:hover .custom-icon-wrapper,
  .category-list a:focus .custom-icon-wrapper,
  .category-list a:hover .custom-icon-wrapper {
    color: #C085ED;
  }

  @media print {
    .main__aside .category-list-item__icon,
    .main__aside .category-list-item .link-color[aria-expanded="true"] .custom-icon-wrapper,
    a:focus .custom-icon-wrapper,
    a:hover .custom-icon-wrapper,
    .main__aside button:focus .custom-icon-wrapper,
    .main__aside button:hover .custom-icon-wrapper,
    .category-list a:focus .custom-icon-wrapper,
    .category-list a:hover .custom-icon-wrapper,
    .category-list a:focus .custom-icon-wrapper--color-only,
    .category-list a:hover .custom-icon-wrapper--color-only {
      color: #5E008A;
    }
  }


