@charset "UTF-8";
#wk-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1001;
}
#wk-overlay.active {
  opacity: 1;
  pointer-events: all;
}

#wk-sidebar {
  position: fixed;
  top: 0;
  left: -450px;
  width: 450px;
  height: 100%;
  background-color: #006053;
  color: white;
  padding-top: 92px;
  transition: left 0.3s ease;
  overflow-y: auto;
  z-index: 1001;
  box-shadow: 4px 0px 21.3px 0px rgba(0, 0, 0, 0.2509803922);
  /* Meny & länkar */
  /* Undermenyer (accordion) */
  /* Pilar */
  /* Aktiv länk */
}
#wk-sidebar.active {
  left: 0;
}
#wk-sidebar #openBtn {
  cursor: pointer;
  z-index: 1100;
}
#wk-sidebar #wk-sidebar {
  z-index: 1000;
  /* säkerställ att sidomenyn ligger ovanpå overlay */
}
#wk-sidebar #closeBtn {
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  left: 18px;
  top: 16px;
  background-color: #006053;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L21 21' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 21L21 0.99997' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: contain 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  transition: background-color 0.3s;
  border-radius: 16px;
}
#wk-sidebar #closeBtn:hover {
  background-color: #368265;
  transition: background-color 0.3s;
}
#wk-sidebar .lang-button {
  position: absolute;
  top: 15px;
  right: 22px;
  padding: 15px;
  border-radius: 16px;
}
#wk-sidebar .lang-button:hover {
  background-color: #368265;
  transition: background-color 0.3s;
}
#wk-sidebar .lang-button a {
  text-decoration: none;
}
#wk-sidebar .lang-button .icon-lang {
  text-align: center;
  line-height: 1.4;
  display: block;
  font-family: "Lineto Circular Book";
  border-radius: 8px;
  padding: 3px 4px;
  text-transform: lowercase;
  color: white;
  border: 1.5px solid white;
  transition: all 0.3s;
  width: 30px;
  height: 30px;
}
#wk-sidebar .menu,
#wk-sidebar .submenu {
  font-family: "Lineto Circular Book", sans-serif;
  display: block;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#wk-sidebar .menu > li > a,
#wk-sidebar .submenu a {
  letter-spacing: 0.5px;
  border-radius: 16px;
  margin-left: 16px;
  margin-right: 16px;
  display: block;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  position: relative;
  transition: background-color 0.3s;
}
#wk-sidebar .menu > li > a:hover,
#wk-sidebar .submenu a:hover {
  background-color: #368265;
  transition: background-color 0.3s;
}
#wk-sidebar .submenu {
  overflow: hidden;
  max-height: 0;
}
#wk-sidebar .submenu.active {
  max-height: 2500px;
}
#wk-sidebar .arrow {
  margin-top: 8px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 1L8.70711 7.29289C8.31658 7.68342 7.68342 7.68342 7.29289 7.29289L1 1' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding: 7px;
  float: right;
  transition: transform 0.3s ease;
}
#wk-sidebar .toggle-sub.open .arrow {
  transform: rotate(180deg);
}
#wk-sidebar .menu a.active,
#wk-sidebar .submenu a.active {
  color: #86EFC2;
  border-radius: 0;
}
#wk-sidebar .menu a.active:hover,
#wk-sidebar .submenu a.active:hover {
  background-color: transparent;
}
#wk-sidebar .menu a.active span,
#wk-sidebar .submenu a.active span {
  left: -16px;
  position: absolute;
  width: 7px;
  height: 28px;
  background-color: #86EFC2;
}
#wk-sidebar li[data-depth="0"] > a {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 22px;
  padding-left: 20px !important;
}
#wk-sidebar li[data-depth="0"] .submenu {
  background: #5d6665;
  background: linear-gradient(180deg, rgb(0, 65, 56) 0%, rgb(0, 77, 66) 120px, rgb(0, 77, 66) 100%);
}
@media (max-width: 576px) {
  #wk-sidebar {
    left: -100%;
    width: 100%;
  }
  #wk-sidebar li[data-depth="0"] > a {
    font-size: 20px;
  }
}
#wk-sidebar li[data-depth="1"] > a {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 18px;
  padding-left: 40px !important;
}
#wk-sidebar li[data-depth="1"] .submenu {
  background: #004138;
  background: linear-gradient(180deg, rgb(0, 47, 41) 0%, rgb(0, 56, 49) 20px, rgb(0, 59, 49) 100%);
}
#wk-sidebar li[data-depth="2"] > a {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  padding-left: 60px !important;
}
#wk-sidebar li[data-depth="2"] .submenu {
  background: #004138;
  background: linear-gradient(180deg, rgb(0, 47, 41) 0%, rgb(0, 56, 49) 20px, rgb(0, 59, 49) 100%);
}
#wk-sidebar li:first-child[data-depth="1"] a,
#wk-sidebar li:first-child[data-depth="2"] a {
  margin-top: 10px;
}
#wk-sidebar li:last-child[data-depth="1"] a,
#wk-sidebar li:last-child[data-depth="2"] a {
  margin-bottom: 10px;
}
#wk-sidebar .contact-nav {
  background-color: #004D42;
  border-radius: 10px;
  margin: 20px;
  margin-top: 50px;
  color: white;
}
#wk-sidebar .contact-nav .inner-wrapper {
  padding: 20px;
}
#wk-sidebar .contact-nav a {
  text-transform: none !important;
  padding: 10px 0 !important;
}
#wk-sidebar .contact-nav h3 {
  font-family: "Noe Display Medium";
  font-weight: 400;
  color: white;
  display: block;
  font-size: 28px !important;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 0 !important;
}
#wk-sidebar .contact-nav a {
  letter-spacing: 1px;
  color: white;
  text-decoration: none;
  display: block;
}
#wk-sidebar .contact-nav a span {
  color: #33D28E;
  text-transform: none;
}
#wk-sidebar .contact-nav a i {
  display: block;
  font-style: normal;
  color: #33D28E;
  text-transform: none;
}/*# sourceMappingURL=wk-menu.css.map */