@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-navigation-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.val-navigation-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-family: open sans semibold, sans-serif;
  font-size: 0.625rem;
  color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.8rem 1.6rem;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 4.5rem;
}
.val-navigation-button__link:focus-visible {
  outline: 0.125rem solid;
}
.val-navigation-button__link span {
  width: auto;
  line-height: 1.25rem;
}
.val-navigation-button__link:before {
  margin-right: 3px;
}
@media screen and (width <= 768px) {
  .val-navigation-button__link:before {
    margin-right: 0;
  }
}
.val-navigation-button__link:hover, .val-navigation-button__link:focus {
  text-decoration: none;
}
.val-navigation-button__link-text--open {
  display: block;
}
.val-navigation-button__link-text--close {
  display: none;
}
.val-navigation-button__link--active .val-navigation-button__link-text--open {
  display: none;
}
.val-navigation-button__link--active .val-navigation-button__link-text--close {
  display: block;
}

.val-header--dark .val-navigation-button__link {
  color: #ffffff;
}
.val-header--dark .val-navigation-button__link:focus-visible {
  outline-color: #ffffff;
}
.val-header--dark .val-navigation-button__link:before {
  width: 1.25rem;
  height: 1.09375rem;
  min-width: 1.25rem;
  content: "";
  display: inline-block;
  background: transparent url("/webdav/files/System/css/common-sprite.svg") no-repeat 0 -36.7708333333rem/100% auto;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.val-header--dark .val-navigation-button__link--active:before {
  width: 1.125rem;
  height: 1.125rem;
  min-width: 1.125rem;
  content: "";
  display: inline-block;
  background: transparent url("/webdav/files/System/css/common-sprite.svg") no-repeat 0 -13.1953125rem/100% auto;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.val-header--light .val-navigation-button__link,
.val-header--campaign .val-navigation-button__link {
  color: #333333;
}
.val-header--light .val-navigation-button__link:focus-visible,
.val-header--campaign .val-navigation-button__link:focus-visible {
  outline-color: #000000;
}
.val-header--light .val-navigation-button__link:before,
.val-header--campaign .val-navigation-button__link:before {
  width: 1.25rem;
  height: 1.09375rem;
  min-width: 1.25rem;
  content: "";
  display: inline-block;
  background: transparent url("/webdav/files/System/css/common-sprite.svg") no-repeat 0 -36.7708333333rem/100% auto;
  -webkit-filter: invert(20%);
          filter: invert(20%);
}
.val-header--light .val-navigation-button__link--active:before,
.val-header--campaign .val-navigation-button__link--active:before {
  width: 1.125rem;
  height: 1.125rem;
  min-width: 1.125rem;
  content: "";
  display: inline-block;
  background: transparent url("/webdav/files/System/css/common-sprite.svg") no-repeat 0 -13.1953125rem/100% auto;
  -webkit-filter: invert(20%);
          filter: invert(20%);
}