:root {
  --base: 8px;
}

:root{
  --c-header-brand-color:#76232f;
}
:root{
  --color-primary:#76232f;
  --color-primary-dark:#76232f;
  --color-primary-light:#76232f;
  --color-secondary:#fbccd8;
  --color-secondary-dark:#e9b7c5;
  --color-secondary-light:#fddde5;
  --color-secondary-contrasting:#76232f;
  --color-background:#fff8fa;
  --color-background-complementary:#ffffff;
  --color-border-card:#f8dfe5;
  --color-base:#000000;
  --text-secondary:rgba(0,0,0,0.7);
  --text-disabled:#000000;
  --color-border-divider:#f8dfe5;
  --color-border-outline:#f8dfe5;
  --color-border-input:#76232f;
  --color-link-visited:#035297;
  --color-link-visited-hover:#298ee6;
  --color-alpha:rgba(0, 0, 0, 0.42);
  --color-success:#91d736;
  --color-success-dark:#91d736;
  --color-success-light:#91d736;
  --color-success-contrasting:#000000;
  --color-danger:#d73740;
  --color-danger-dark:#d73740;
  --color-danger-light:#d73740;
  --color-danger-contrasting:#ffffff;
  --color-warning:#efbb21;
  --color-warning-dark:#efbb21;
  --color-warning-light:#efbb21;
  --color-warning-contrasting:#000000;
  --color-info:#e35205;
  --color-complementary:#f9bacb;
  --color-complementary-light:#facbd7;
  --color-complementary-lighter:#fddde5;
  --color-complementary-lightest:#fdedf2;
  --color-default:#f5f5f5;
  --color-black:#000000;
  --color-darkest:#3d3d3d;
  --color-darker:#565656;
  --color-dark:#707070;
  --color-light:#a3a3a3;
  --color-lighter:#e5e5e5;
  --color-lightest:#fcfcfc;
  --color-white:#ffffff;
  font-weight:500;
  --font-family-heading:helsingborg-sans-medium;
  --font-family-bold:Roboto;
  --font-family-italic:Roboto;
  --h1-font-size:3rem;
  --h1-font-family:helsingborg-sans-medium;
  --h2-font-size:1.375rem;
  --h2-font-family:helsingborg-sans-medium;
  --h3-font-size:1.25rem;
  --h3-font-family:helsingborg-sans-medium;
  --h4-font-size:1.125rem;
  --h4-font-family:helsingborg-sans-medium;
  --h5-font-family:helsingborg-sans-medium;
  --h6-font-family:helsingborg-sans-medium;
  --lead-font-family:Roboto;
  --lead-font-size:1.125rem;
  --lead-line-height:1.625;
  --lead-text-transform:1.625;
  --body-font-size:1;
  --caption-font-size:0.875rem;
  --caption-line-height:1.25;
  --meta-font-size:0.75rem;
  --meta-line-height:1.625;
  --meta-text-transform:1.625;
  --border-width-divider:1px;
  --border-width-hightlight:4px;
  --border-width-card:0px;
  --border-width-outline:1px;
  --border-width-button:2px;
  --border-width-input:1px;
  --radius-xs:2px;
  --radius-sm:2px;
  --radius-md:3px;
  --radius-lg:4px;
  --o-grid-gap:6;
  --drop-shadow-amount:0.5;
  --detail-shadow-amount:0.5;
  --drop-shadow-color:rgba(117, 35, 48, 0.05);
  --c-header-logotype-height:10;
  --c-brand-font-size:2.5rem;
  --c-button-primary-color-contrasting:#ffffff;
  --c-button-secondary-color:#fabbcb;
  --c-button-secondary-color-contrasting:#76232f;
  --c-slider-gap:6;
  --c-slider-padding:9;
  --c-slider-item-font-size-base:16px;
  --c-slider-item-font-weight-base:400;
  --c-slider-item-font-family-base:Roboto;
  --c-slider-item-font-size-heading:2rem;
  --c-slider-item-font-weight-heading:400;
  --c-slider-item-font-family-heading:Roboto;
  --c-footer-padding:11;
  --c-footer-height-logotype:3;
  --c-footer-color-text:#ffffff;
  --c-footer-subfooter-color-background:rgba(0, 0, 0, 0.07);
  --c-footer-subfooter-color-text:#ffffff;
  --c-footer-subfooter-color-separator:#ffffff;
  --c-footer-subfooter-height-logotype:3;
  --c-footer-subfooter-padding:4;
  --c-footer-subfooter-flex-direction:row;
  --c-footer-subfooter-alignment:center;
  --c-divider-thickness:4px;
  --c-divider-color-divider:#f8dfe5;
  --c-divider-color-text:#6c2930;
  --container-width-content:760px;
  --container-width:1440px;
}
.c-brand .c-brand__text{
  font-family:helsingborg-sans-medium;
}
.s-nav-sidebar{
  --c-nav-v-color-contrasting:#000000;
  --c-nav-v-background-active:rgba(0,0,0,.04);
  --c-nav-v-color-contrasting-active:#000000;
  --c-nav-v-background-expanded:rgba(0,0,0,.04);
  --c-nav-v-divider-color:#eeeeee;
}
.s-nav-drawer{
  --c-nav-v-color-contrasting:#000000;
  --c-nav-v-background-active:rgba(0, 0, 0, 0.07);
  --c-nav-v-color-contrasting-active:#000000;
}
.s-drawer-menu{
  --c-button-default-color:#000000;
}
.s-nav-drawer-secondary{
  --c-nav-v-color-contrasting:#ffffff;
  --c-nav-v-color-contrasting-active:#ffffff;
}
.s-nav-primary{
  --c-nav-v-color-contrasting:#76232f;
  --c-nav-h-color-contrasting:#76232f;
  --c-nav-h-color-contrasting-active:#76232f;
}
.s-nav-language{
  --c-nav-v-color-contrasting:#000000;
  --c-nav-v-color-contrasting-active:#000000;
}
.s-nav-floating{
  --c-nav-v-color-contrasting:#000000;
  --c-nav-v-color-contrasting-active:#000000;
}
.c-footer{
  background:#76222e;
  background-color:#76222e;
  background-repeat:repeat-x;
  background-position:center top;
  -webkit-background-size:contain;
  -moz-background-size:contain;
  -ms-background-size:contain;
  -o-background-size:contain;
  background-size:contain;
}
