@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-header-search-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 71px;
  padding-top: 8px;
  border-bottom: 8px solid transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: open sans semibold, sans-serif;
}
.val-header-search-button:hover, .val-header-search-button--active {
  border-bottom: 8px solid #154194;
  text-decoration: none;
}
.val-header-search-button__link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.val-header-search-button__link:hover, .val-header-search-button__link--active {
  text-decoration: none;
}
.val-header-search-button__link-text--open {
  display: block;
  padding-left: 25px;
  position: relative;
}
.val-header-search-button__link-text--open:before {
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  content: "";
  display: inline-block;
  background: transparent url("/webdav/files/System/css/common-sprite.svg") no-repeat 0 -46.6145833333rem/100% auto;
  -webkit-filter: invert(20%);
          filter: invert(20%);
  position: absolute;
  left: 0;
  top: 2px;
}
.val-header-search-button__link-text--close {
  display: none;
  padding-left: 25px;
  position: relative;
}
.val-header-search-button__link-text--close: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%);
  position: absolute;
  left: 0;
  top: 2px;
}
.val-header-search-button__link--active .val-header-search-button__link-text--open {
  display: none;
}
.val-header-search-button__link--active .val-header-search-button__link-text--close {
  display: block;
}