/* =========================================================
   FONTS
   ========================================================= */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/download/18.f3679831809055e35236a/1680075772584/fa-solid-900.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins-Regular';
  font-style: normal;
  font-display: swap;
  src: url('/download/18.db34b2e187e2db07cb9b9/1684315252079/Poppins-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins-SemiBold';
  font-style: normal;
  font-display: swap;
  src: url('/download/18.db34b2e187e2db07cb9b8/1684315242179/Poppins-SemiBold.woff2') format('woff2');
}


/* =========================================================
   BAS / RESET
   ========================================================= */
img {
  border: 0;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 999;
}

mark {
  background-color: YELLOW !IMPORTANT;
  color: marktext;
}

.keyboard-focus:focus {
  outline: 2px solid black;
}


/* =========================================================
   LISTOR
   ========================================================= */
.sv-defaultlist {
  list-style-type: disclosure-closed;
  padding: 0;
  margin: 0;
  border-color: #aaa !important;
}


/* =========================================================
   HOPPA TILL INNEHÅLL / TOPPBANNER-LÄNK (tabindex1)
   ========================================================= */
.tabindex1 {
  font-family: poppins-regular, sans-serif;
  font-size: 1.5em;
  display: none;
  width: 100%;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 102, 175, 0.8);
  color: #ffffff !important;
  z-index: 1000;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 55px;
  align-items: center;
  justify-content: center;
}

.tabindex1 a {
  text-decoration: none;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 55px;
  text-align: center;
}


/* =========================================================
   SÖK (Search)
   ========================================================= */
.search-box-text {
  border-radius: 20px;
  outline: none;
  padding: 10px 25px;
  box-sizing: border-box;
  border: 1px solid var(--color-grey);
  font-family: poppins-regular, sans-serif;
  width: 360px;
  font-size: 15px;
  font-weight: 400;
  min-height: 43px;
}

#searchicon-toggle-button {
  width: 40px;
  height: 40px;
  background-image: url(/images/18.256a943f18942c89d7a729/1691412802001/icon-search-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

#searchicon-toggle-button[aria-expanded="true"] {
  background-image: url(/images/18.256a943f18942c89d7a72a/1691413160798/icon-close-black.svg);
  z-index: 99999;
}

#search-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(241, 241, 241, 0.8);
  font-family: poppins-regular, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  padding: 20px;
  box-sizing: border-box;
  z-index: 9998;
  align-items: center;
  justify-content: center;
}

#search-box p {
  margin: 0;
}


/* =========================================================
   FONT AWESOME IKONER (plus/minus pseudo-element)
   ========================================================= */
.fa-minus:after {
  display: block;
  font-size: 1em;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #FFFFFF;
  content: "\f068";
}

.fa-plus:after {
  display: block;
  font-size: 1em;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #FFFFFF;
  content: "\2b";
}


/* =========================================================
   LÄNKKNAPPAR (rek-link)
   ========================================================= */
a.rek-link.normal {
  text-decoration: none !important;
  border: 2px solid #005095;
  border-radius: 3rem;
  height: 2rem;
  background: transparent !important;
  align-items: center;
  margin-right: 0.625rem;
  margin-top: 0.625rem;
  display: inline-flex;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.5em;
  font-weight: bold;
  color: #005095;
}

a.rek-link.normal:hover {
  text-decoration: none !important;
  background-color: #005095 !important;
  color: #FFFFFF !important;
  border-radius: 3rem;
  height: 2rem;
  align-items: center;
  margin-right: 0.625rem;
  margin-top: 0.625rem;
  display: inline-flex;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.5em;
  font-weight: bold;
}


/* =========================================================
   FORM / ENV
   ========================================================= */
.env-form-input {
  background-color: var(--env-form-input-background-color);
  background-image: none;
  border: 1px solid #555;
  border-radius: var(--env-form-input-border-radius);
  box-sizing: border-box;
  color: #000000;
  display: block;
  font-size: 140%;
  line-height: 1.375;
  margin: 0;
  padding: 0.625em 0.75em;
  transition: box-shadow .2s ease-in-out;
  width: 100%;
}

.env-dropdown__menu {
  max-width: 25em !important;
  z-index: 99999;
}

.env-button-menu {
  align-items: center;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent !important;
  border: none;
  color: #555555;
  cursor: pointer;
  display: inline-flex;
  font-family: poppins-regular, sans-serif;
  font-size: 140%;
  font-weight: 400;
  justify-content: center;
  margin: 0;
  min-height: 2.75em;
  padding: 0 1.3125em;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.env-button-menu:active,
.env-button-menu:focus,
.env-button-menu:hover {
  color: #3a71aa;
}

.env-icon-menu {
  color: #555555;
  height: 0.8em;
  width: 0.8em;
  margin-left: 1em;
  margin-top: 0.2em;
}

.env-button,
.env-button > div:not([class]):not([style]),
.env-button > span:not([class]):not([style]) {
  line-height: 1;
  font-size: 1rem;
}

.env-dropdown__item,
.env-dropdown__menu {
  font-family: var(--env-font-family);
  margin: 0;
  font-size: small !important;
}

.env-p-around--xx-small {
  padding: 1em !important;
}


/* =========================================================
   PLUSBOX / EXPANDABLE
   (OBS: dubbletter borttagna, men reglerna är oförändrade)
   ========================================================= */
.sol-expandable {
  border: 1px solid #ced4da;
  position: relative;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 10px;
}

.sol-expandable__header {
  appearance: none;
  background: 0 0;
  border: none;
  position: relative;
  padding: 18px 60px 18px 20px;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: poppins-regular, sans-serif;
  cursor: pointer;
  width: 100%;
  text-align: left;
  margin-bottom: -1px;
}

.sol-expandable__header::after {
  display: inline-block;
  font-size: 1.25rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 300;
  content: "\f067";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 55px;
  background-color: #0067af;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 0 10px 10px 0;
}

.sol-expandable__header--active::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 300;
  content: "\f068";
  border-bottom-right-radius: 0;
}

.sol-expandable .sv-decoration-content,
.sol-expandable__content {
  padding: 10px 20px;
  display: none;
}

.sol-expandable h2 {
  margin: 0px;
}


/* =========================================================
   TOP ACTION LINKS / BUTTON GRID
   ========================================================= */
.sol-top-action-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sol-top-action-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 10px;
}

.sol-top-action-button {
  text-align: center;
  width: calc(25% - 20px);
  font-size: 1rem !important;
  font-family: poppins-regular, sans-serif;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
}

.sol-top-action-image {
  max-width: 100%;
  height: auto;
  padding: 1em;
}

.button-grid-container {
  position: relative;
  max-width: 100%;
  width: auto;
  height: 70vh;
}

.button-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  max-width: 100% !important;
  min-width: 100% !important;
  height: auto;
  width: auto;
  position: relative;
}


/* =========================================================
   HERO / SEKTIONSFORMER
   ========================================================= */
.herobanner {
  max-height: 100%;
  min-height: 70vh;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.herobanner-undermeny {
  max-height: 100vh;
  min-height: 40vh;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.herobanner-bottom:after {
  background-image: url(/images/18.db34b2e187e2db07cbabf/1684328570458/slider-bottom.svg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -3.5vw;
  content: '';
  display: block;
  height: 13vw;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 101;
}

.bg-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 10vw;
  overflow: hidden;
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.blurb-section:after {
  background-image: url(/images/18.473cde231888e9e22ea450/1686321158777/blue-section.svg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -6.4vw;
  content: '';
  display: block;
  height: 6.4vw;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 101;
}

.blurb-section:before {
  background-image: url(/images/18.473cde231888e9e22ea41e/1686319327492/section-shape.svg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 6vw;
  left: 0;
  position: absolute;
  top: -1px;
  width: 100%;
  z-index: 101;
}

.news-section:before {
  background-image: url(/images/18.473cde231888e9e22ea43d/1686320280037/barn-header.svg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 6.3vw;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11;
}


/* =========================================================
   IMAGE GRID
   ========================================================= */
.image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0px;
}

.image-grid img {
  max-width: 100%;
  height: auto;
  width: auto;
}


@media (prefers-color-scheme: dark) {
  .herobanner-bottom:after {
    background-image: url(/images/18.4371a3de19cf9e0080e4ce/1773843988243/slider-bottom-darkmode.svg);
  }

  

  .blurb-section:before {
    background-image: url(/images/18.4371a3de19cf9e0080e4d1/1773844310396/blue-section-darkmode.svg);
  }

  .news-section:before {
    background-image: url(/images/18.4371a3de19cf9e0080e4d2/1773845159091/barn-header-darkmode.svg);
  }
   #searchicon-toggle-button {
    background-color: #ffffff;
    border-radius: 10px;
}
   
   .env-button--brand, .env-button--secondary {
    border: 2px solid #00aafa;
      border-radius: 3rem;
	}
   
   .env-button--brand:active,
.env-button--brand:focus,
.env-button--brand:hover,
.env-button--secondary:active,
.env-button--secondary:focus,
.env-button--secondary:hover {
    background-color: #bfefff; /* ljusblå */
    color: #000; /* svart text */
    border-color: #00aafa;
}
   
   
}

