@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/
*/
.val-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: unset;
  max-width: unset;
  margin: 16px 0;
  padding: 16px 24px;
  gap: 0.625rem;
  position: relative;
}
@media print {
  .val-info-box {
    border: 2px solid black;
    background-color: transparent;
    page-break-inside: avoid;
  }
}
.val-info-box:after {
  font-size: 1.4rem;
  position: absolute;
  width: 2rem;
  height: 1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: system-ui;
  font-weight: 500;
}
.val-info-box--info:before {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  content: "";
  display: inline-block;
  background: transparent url("/webdav/files/System/css/common-sprite.svg") no-repeat 0 -21.4583333333rem/100% auto;
  -webkit-filter: invert(20%);
          filter: invert(20%);
}
.val-info-box--info:after {
  content: "i";
}
.val-info-box--paragraph:before {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  content: "";
  display: inline-block;
  background: transparent url("/webdav/files/System/css/common-sprite.svg") no-repeat 0 -21.4583333333rem/100% auto;
  -webkit-filter: invert(20%);
          filter: invert(20%);
}
.val-info-box--paragraph:after {
  content: "§";
}
.val-info-box .sv-decoration-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.val-info-box h2,
.val-info-box h3,
.val-info-box h4,
.val-info-box h5,
.val-info-box h6 {
  margin: 0 0 0.5rem;
}
.val-info-box h2 {
  font-size: 1.5rem;
  line-height: 2.0313rem;
}
.val-info-box h3, .val-info-box h4, .val-info-box h5, .val-info-box h6 {
  font-size: 1.25rem;
  line-height: 1.6875rem;
}
.val-info-box .val-paragraph {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  margin: 2px 0 3px;
}