@charset "UTF-8";
/* Färger från den nya grafiska profilen */
/* Dessa behöver vi gå igenom */
/* Education färger */
/* FONT FAMILY FOR DIFFERENT TEXT SIZES */
/* FONT SIZES */
/* desktop */
/* mobile */
/* general */
/* LINE HEIGHT */
/* desktop */
/* mobile */
/* other */
/* 
 * Verktyg för att beräkna filter för en given färg
 * https://isotropic.co/tool/hex-color-to-css-filter/
*/
.val-search-result__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.val-search-result__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #dddee1;
  border-radius: 8px;
  padding: 18px 24px;
  cursor: pointer;
}
.val-search-result__item:has(a.val-search-result__link:focus-visible) {
  outline: #101010 auto 1px;
}
.val-search-result__item:hover {
  text-decoration: none !important;
}
.val-search-result__item:hover .val-search-result__link {
  text-decoration: underline;
}
.val-search-result__link {
  background: unset;
  padding-left: 0;
  color: inherit;
}
.val-search-result__link:after {
  all: unset !important;
}
.val-search-result__link:focus-visible {
  outline: none;
  text-decoration: underline;
}
.val-search-result__article-type {
  color: #333333;
  font-family: "Open Sans Semibold";
  font-size: 14px;
  line-height: 24px;
  padding-left: 1.5rem;
  position: relative;
}
.val-search-result__article-type:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.val-search-result__article-type--document:before {
  width: 18px;
  height: 18px;
  min-width: 18px;
  content: "";
  display: inline-block;
  background: transparent url("/webdav/files/System/css/main-sprite.svg") no-repeat 0 -117.75px/100% auto;
  -webkit-filter: invert(20%);
          filter: invert(20%);
}
.val-search-result__article-type--page:before {
  width: 18px;
  height: 18px;
  min-width: 18px;
  content: "";
  display: inline-block;
  background: transparent url("/webdav/files/System/css/main-sprite.svg") no-repeat 0 -99.75px/100% auto;
  -webkit-filter: invert(20%);
          filter: invert(20%);
}
.val-search-result__article-type--news:before {
  width: 18px;
  height: 18px;
  min-width: 18px;
  content: "";
  display: inline-block;
  background: transparent url("/webdav/files/System/css/main-sprite.svg") no-repeat 0 -153.75px/100% auto;
  -webkit-filter: invert(20%);
          filter: invert(20%);
}
.val-search-result__article-type--calendar-event:before {
  width: 18px;
  height: 18px;
  min-width: 18px;
  content: "";
  display: inline-block;
  background: transparent url("/webdav/files/System/css/main-sprite.svg") no-repeat 0 -63.75px/100% auto;
  -webkit-filter: invert(20%);
          filter: invert(20%);
}
.val-search-result__article-heading {
  font-size: 18px;
  line-height: 24.5px;
  color: #154194;
  margin: 9px 18px 0 0;
}
.val-search-result__article-heading::after {
  width: 12px;
  height: 12px;
  min-width: 12px;
  content: "";
  display: inline-block;
  background: transparent url("/webdav/files/System/css/main-sprite.svg") no-repeat 0 -18.75px/100% auto;
  -webkit-filter: invert(19%) sepia(38%) saturate(3145%) hue-rotate(205deg);
          filter: invert(19%) sepia(38%) saturate(3145%) hue-rotate(205deg);
  display: inline-block;
  position: relative;
  margin-left: 4px;
}
.val-search-result__article-description {
  font-family: "Open Sans Regular";
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin: 6px 0 12px;
}
.val-search-result__article-timestamp {
  color: #515151;
  font-family: "Open Sans Regular";
  font-size: 14px;
  line-height: 24px;
}