@charset "UTF-8";
/* Färger från den nya grafiska profilen */
/* Kompletterande färger till den nya grafiska profilen */
/* FONT FAMILY FOR DIFFERENT TEXT SIZES */
/*  FONT SIZES */
/*  desktop */
/* mobile */
/* print */
/* general */
/* LINE HEIGHT */
/* desktop */
/* mobile */
/* other */
/* dimensions-height-header */
/* Print style mixins */
/* 
 * Verktyg för att beräkna filter för en given färg
 * https://isotropic.co/tool/hex-color-to-css-filter/
*/
.btn-expand-close:before {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  content: "";
  display: inline-block;
  background: transparent url("/webdav/files/System/css/common-sprite.svg") no-repeat 0 -31.2916666667rem/100% auto;
  -webkit-filter: invert(19%) sepia(38%) saturate(3145%) hue-rotate(205deg);
          filter: invert(19%) sepia(38%) saturate(3145%) hue-rotate(205deg);
}

.btn-expand-open:before {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  content: "";
  display: inline-block;
  background: transparent url("/webdav/files/System/css/common-sprite.svg") no-repeat 0 -30.2916666667rem/100% auto;
  -webkit-filter: invert(19%) sepia(38%) saturate(3145%) hue-rotate(205deg);
          filter: invert(19%) sepia(38%) saturate(3145%) hue-rotate(205deg);
}

.btn-arrow-right--dark-grey-12:after {
  width: 0.75rem;
  height: 0.75rem;
  min-width: 0.75rem;
  content: "";
  display: inline-block;
  background: transparent url("/webdav/files/System/css/common-sprite.svg") no-repeat 0 -1.203125rem/100% auto;
  -webkit-filter: invert(20%);
          filter: invert(20%);
}