.lst-content-list a {
   text-decoration: none;
}
.lst-content-list__headline {
   padding-left: 0px;
   padding-top: 40px;
   display: block;
   font-weight: 600;
   color: #333/*!important*/;
   font-family: "Open sans",sans-serif;
   font-size: 24px;
}
.lst-content-list--mobile,
.lst-content-list--left-menu {
   display: none;
}


.lst-content-list__second-list {
   display: none;
}

.lst-content-list--mobile {
   padding: 20px 20px 20px 20px;
   background-color: #eee;
   margin-bottom: -20px;
   -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.26);
   box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.26);
}

.lst-content-list--mobile-toggle:after {
   content: "";
   position: absolute;
   right: 20px;
   background-image: url(https://tse-lansstyrelsen.sitevision.se/images/18.10adba9e1616f8edbc92a7b/1526068782913/link.svg);
   background-repeat: no-repeat;
   background-position: center;
   height: 20px;
   width: 20px;
   transition: transform 380ms ease;
   transform: rotate(90deg);
   font-weight: 600;
}

.lst-content-list--left-menu--fixed {
   position: fixed;
   top: 0;
   left: 0;
}

.lst-content-list--mobile-toggle {
   display: none;
}

/*.lst-content-menu__container--open .lst-content-list--mobile:after {
   transition: transform 380ms ease;
   transform: rotate(-90deg);
   transform-origin: center center;
}*/

/* List styling */

.lst-content-list__first-list {
   padding-left: 0px;
}


.lst-content-list__first-list,
.lst-content-list__second-list {
   list-style: none;

}

.lst-content-list__second-list {
   padding-left: 20px;
}

.lst-content-list__item {
   color: #002f6c;
   font-weight: 600;
}

.lst-content-list__first-item {
   list-style: none;
   padding-top: 8px;
   padding-bottom: 8px;
   padding-left: 10px;
   border-left: 3px solid #ccc;
}

.lst-content-list__first-item.lst-content-list__first-item--active {
   border-left: 5px solid #002f6c;
   margin-left: 0px;
}
.lst-content-list__item:hover {
   text-decoration: underline;
}

.lst-content-list__first-item.lst-content-list__first-item--active>a {
   font-weight: 700;
}

.lst-content-list__second-item.lst-content-list__second-item--active>a {
   font-weight: 700;
}


.lst-content-list__first-item:not(.lst-content-list__first-item--active):hover {
   border-left: 3px solid #ccc;
   margin-left: 0px;
   padding-left: 9px;
   text-decoration: underline;
}

.lst-content-list__first-item--active .lst-content-list__second-list {
   display: block;
}

@media screen and (max-width: 900px) {
   .lst-content-list--mobile {
      position: fixed;
      top: 0;
      right: 0;
      display: none;
      cursor: pointer;
      z-index: 9999;
      width: 100%;
      box-sizing: border-box;
   }

   .lst-content-list--mobile.lst-content-list--mobile--active {
      display: block;
   }

   .lst-content-list--mobile--active .lst-content-list--mobile-toggle {
      display: block;
   }

   .lst-content-list--mobile .lst-content-list__container {
      display: none;
   }

   .lst-content-list__container.lst-content-list__container--open {
      display: block;
   }
}
