
.lst-page-menu-left,
.lst-page-menu-left * {
   padding: 0;
   margin: 0;
   font-family: 'Open sans', sans-serif;
}
.lst-page-menu-left {
   border-top: 1px solid #ccc;
}

.lst-page-menu-left ul li {
   position: relative;
   list-style: none;
   box-sizing: border-box;
}

/* Focus toggle button */
.lst-toggle:focus { 
   outline: 2px solid #EA7600;
   outline-offset: -2px;
} 
.lst-toggle:focus:hover { 
   outline: none; 
}

/* Göm alla undernivåer */
.lst-page-menu-left ul ul {
   display: none;
   width: 100%;
}
/* Visa vald undernivå */

.lst-page-menu-left li a {
   border-bottom: 1px solid #ccc;
}

.lst-sub-toggle {
   position: relative;
}

.lst-page-menu-left .lst-sub-toggle a {
   padding-right: 4em;
}

.lst-page-menu-left .lst-open > .lst-sub-toggle a {
   border-bottom: 0;
}


/* currentpage */
.lst-page-menu-left .currentpage > .lst-sub-toggle a,
.lst-page-menu-left .currentpage > a {
   font-weight: 600;
   background: #005eb8;
   color: #fff;
}
.lst-page-menu-left .lst-toggle {
   cursor: pointer;
   position: absolute;
   right: 0;
   top: 0;
   background-size: 25px;
   height: 100%;
   width: 50px;
   background-color: transparent;
   background-image: url('/images/18.710ed317161746d80522a47/1518160765601/Plus.svg');
   background-repeat: no-repeat;
   background-position: center;
   border-left: 1px solid #ccc;
}
.lst-page-menu-left .lst-toggle.lst-open  {
   background-image: url('/images/18.710ed317161746d80522a46/1518160765492/Minus.svg');
   background-color: #005eb8;

}


.lst-page-menu-left ul li.has-active > .lst-sub-toggle a {
   font-weight: 600;
}


/* Nivå 1 + alla */
.lst-page-menu-left a {
   display: block;
   text-decoration: none;
   padding: 0.8em 1em;
   font-size: 1.05em;
   background-color: #fff;
}
.lst-page-menu-left a:hover {
   text-decoration: underline;
}

/* Nivå 2 */
.lst-page-menu-left ul ul a {
   padding-left: 2em;
   background: #ddd;
}

/* Nivå 3 */
.lst-page-menu-left ul ul ul a {
   padding-left: 3em;
   background: #bbb;
}

/* Nivå 4 */
.lst-page-menu-left ul ul ul ul a {
   padding-left: 4em;
   background: #a7a7a7;

}

@media all and (max-width: 900px) {
   .lst-page-menu-left a {

   }
}
