/* colors *************************************************************************** */
a:hover {transition: .3s;color: #263487;}
article.cs-articlePreview h3 a{
    line-height: 19px;
   color:#000000 !improtant;}
/* H headings */
.cs-subtitle {margin-bottom: 2em;text-align: center;color: #777;}
.h1, h1 {font-size: 2.25rem;margin: 0em 0;line-height: 1.1em;}
/* colors *************************************************************************** */
:root {
  --primaryBackground: #111111;
  --primaryColor: #ffffff;
  --greenBadge: #10069f;
  --yellowBadge: #d63a2a;
  --redBadge: #bf251e;
}
body {font-family: 'Poppins', sans-serif;font-weight: 450;color: #000000;font-size: 0.875rem;line-height: 1.5;letter-spacing: -.01em;}
.cs-lagerBox .cs-stock1 {color: #000000;}