@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-tree__search {
  background-color: #f4f4f4;
}
.val-navigation-tree__container {
  background-color: #ffffff;
}
.val-navigation-tree__item-1 .val-navigation-tree--expanded-subtree {
  background-color: #ffffff;
}
.val-navigation-tree__item-1 .val-navigation-tree__link-wrapper-1 {
  border-top: 1px solid #dddee1;
}
.val-navigation-tree__item-2 .val-navigation-tree--expanded-subtree {
  background-color: #f4f4f4;
}
.val-navigation-tree__item-2 .val-navigation-tree__link-wrapper-2 {
  border-top: 1px solid #c3c3c3;
}
.val-navigation-tree__item-3 .val-navigation-tree--expanded-subtree {
  background-color: #e8e8e8;
}
.val-navigation-tree__item-3 .val-navigation-tree__link-wrapper-3 {
  border-top: 1px solid #c3c3c3;
}
.val-navigation-tree__item-4 .val-navigation-tree--expanded-subtree {
  background-color: #d9d9d9;
}
.val-navigation-tree__item-4 .val-navigation-tree__link-wrapper-4 {
  border-top: 1px solid #c3c3c3;
}
.val-navigation-tree__link-wrapper, .val-navigation-tree__item {
  position: relative;
}
.val-navigation-tree__expander {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (width <= 768px) {
  .val-navigation-tree__expander {
    width: 3rem;
  }
  .val-navigation-tree__expander:focus-visible {
    outline-offset: -3px;
  }
}
.val-navigation-tree__expander-icon {
  background-color: rgba(0, 0, 0, 0.07);
  width: 1.75rem;
  height: 1.75rem;
  display: inline-block;
  position: relative;
  border-radius: 50%;
}
.val-navigation-tree__expander-icon:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.val-navigation-tree__expander-icon:before {
  width: 1rem;
  height: 0.6041666667rem;
  min-width: 1rem;
  content: "";
  display: inline-block;
  background: transparent url("/webdav/files/System/css/common-sprite.svg") no-repeat 0 0rem/100% auto;
  -webkit-filter: invert(20%);
          filter: invert(20%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.val-navigation-tree__expander--expanded:before {
  background-color: transparent;
}
.val-navigation-tree__expander--expanded .val-navigation-tree__expander-icon:before {
  width: 1rem;
  height: 0.6041666667rem;
  min-width: 1rem;
  content: "";
  display: inline-block;
  background: transparent url("/webdav/files/System/css/common-sprite.svg") no-repeat 0 -3.5rem/100% auto;
  -webkit-filter: invert(20%);
          filter: invert(20%);
}
.val-navigation-tree__list-1 {
  background-color: #ffffff;
}
.val-navigation-tree__list-2 {
  background-color: #f4f4f4;
}
.val-navigation-tree__list-3 {
  background-color: #e8e8e8;
}
.val-navigation-tree__list-4 {
  background-color: #d9d9d9;
}
.val-navigation-tree__list-2 .val-navigation-tree__expander--expanded .val-navigation-tree__expander-icon:before {
  width: 1rem;
  height: 0.6041666667rem;
  min-width: 1rem;
  content: "";
  display: inline-block;
  background: transparent url("/webdav/files/System/css/common-sprite.svg") no-repeat 0 -3.5rem/100% auto;
  -webkit-filter: invert(20%);
          filter: invert(20%);
}
.val-navigation-tree__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.val-navigation-tree__list .val-navigation-tree__list {
  display: none;
}
.val-navigation-tree__list .val-navigation-tree__list-static {
  display: block;
}
.val-navigation-tree__link {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
  font-family: open sans regular, sans-serif;
  text-decoration: none;
  border-left: 8px solid transparent;
}
.val-navigation-tree__link-text {
  font-size: 1rem;
  margin: 0;
}
.val-navigation-tree__link [data-clickable=false] {
  pointer-events: none;
}
@media screen and (width <= 768px) {
  .val-navigation-tree__link {
    font-family: open sans semibold, sans-serif;
    padding: 14px 16px;
    line-height: 1.6875rem;
    min-height: 48px;
    padding-right: 48px;
  }
  .val-navigation-tree__link-1 {
    padding-left: 8px;
    font-size: 1rem;
  }
  .val-navigation-tree__link-2 {
    padding-left: 34px;
    font-size: 1rem;
  }
  .val-navigation-tree__link-3 {
    padding-left: 58px;
    font-size: 0.875rem;
  }
  .val-navigation-tree__link-4 {
    padding-left: 82px;
    font-size: 0.875rem;
  }
  .val-navigation-tree__link:focus-visible {
    outline-offset: -3px;
  }
}
.val-navigation-tree__link--active {
  border-left: 8px solid #154194;
}
.val-navigation-tree__link-wrapper--expanded .val-navigation-tree__link {
  background-color: #154194;
  color: #ffffff;
}