.lst-mobile-menu-wrapper {
   display: none;
}

.lst-mobile-menu {
   display: block !important;
}

/* Mobil meny */
/* Hamburger-menu & sök*/
.lst-headerMenu {
   display: flex;
   display: -ms-flexbox;
   justify-content: space-between;
   height: 3.125em;
   width: 100%;
   background-color: #eee;
   position: relative;
   z-index: 1;
}

/* Oscar | LSTF-191 */

.lst-headerMenu button {
	margin-left: auto;
}

.lst-hamburger__menu {
   display: flex;
   margin: 0 0.750em;
   cursor: pointer;
}

.lst-hamburger__menu span {
   font-weight: 700;
}

.lst-hamburger__icon {
   padding: 9px 10px 9px 0;
}

.lst-hamburger__icon > div {
   background: #000000;
   height: 4px;
   width: 30px;
   display:block;
   margin: 5px 0;
   width: 25px;
}

.lst-hamburger__icon.active > div {
   width: 25px;
   height: 4px;
   background-color: #333;
   margin: 6px 0;
   transition: 0.4s;

}

.lst-hamburger__icon.active {
   display: inline-block;
   cursor: pointer;
}

.lst-mobile__menu {
   display: none;
}

/* Rotate first bar */
.lst-hamburger__icon.active > div:nth-child(1) {
   -webkit-transform: rotate(-45deg) translate(-6px, 6px) ;
   transform: rotate(-45deg) translate(-6px, 6px);
}

/* Fade out the second bar */
.lst-hamburger__icon > div:nth-child(2) {
   transition: 0.2s;
}

.lst-hamburger__icon.active > div:nth-child(2) {
   opacity: 0;
}

/* Rotate last bar */
.lst-hamburger__icon.active > div:nth-child(3) {
   -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
   transform: rotate(45deg) translate(-8px, -8px) ;
}

.lst-search__box .lst-search__box--mobile {
   max-width: none;
   position: relative;
}

.lst-search__box--mobile {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   max-width: none;
   width: calc(100% - 150px);
   left: 12px;
   position: relative;
   padding: .35em 5em .3em .9em;
}

.lst-mobile__search {
   margin: 0 1rem;
   cursor: pointer;
   position: relative;
}

/* Oscar | LSTF-191 */
@media (max-width: 900px) {
	.lst-mobile__search {
		display: block !important;
	}	
}

@media (max-width: 380px) {
	.lst-mobile__search {
		margin: 0 .5rem;
	}	
}

.lst-topmenu__text > span > a {
   padding-left: 5px;
}

.lst-mobile__search--text {
   padding: 0 !important;
   display: flex !important;
   align-items: center;
   height: 100%;
}

.lst-mobile__search--text span {
   position: relative;
   float:right;
   font-weight: 700;
}

.lst-mobile__search--text span:before {
   background: url('/images/18.5793cfb8162705d7650dc3a4/1522920579862/search.svg') no-repeat;
   content: '';
   display: block;
   width: 20px;
   height: 20px;
   background-size: 20px 20px;
   float: left;
   margin: 0 10px;
}

.lst-search__mobilebtn {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   padding: .66em .65em .60em 2em;
   right: 12px;
}

.lst-search__mobile {
   display: none;
   background-color: #eeeeee;
   /*   border-bottom: 1px solid #cccccc; */
}

.lst-search__mobile.active {
   display: block;
   width: 100%;
}


/* Sök kryss */
.lst-mobile__search--text.active .lst-mobile__search--close-icon {
   display: inline-block;
}

.lst-mobile__search--text.active span:before {
     display: none;
   }

.lst-mobile__search--close-icon {
   padding: 0 .375rem 0 0;
   display: none;
   height: 2rem;
}

.lst-mobile__search--close-icon > div {
   width: 25px;
   height: 4px;
   background-color: #333;
   margin: 6px 0;
   transition: 0.4s;
}

/* Rotate first bar */
.lst-mobile__search--close-icon > div:nth-child(1) {
   -webkit-transform: rotate(-45deg) translate(-6px, 6px) ;
   transform: rotate(-45deg) translate(-6px, 6px);
}

/* Fade out the second bar */
.lst-mobile__search--close-icon > div:nth-child(2) {
   transition: 0.2s;
}

.lst-mobile__search--close-icon > div:nth-child(2) {
   opacity: 0;
}

/* Rotate last bar */
.lst-mobile__search--close-icon > div:nth-child(3) {
   -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
   transform: rotate(45deg) translate(-8px, -8px) ;
}


/* Övrigt */
.lst-mobile__menu li.currentpage {
   position: relative;
}


.lst-mobile__toggle {
   content: "";
   display: inline-block;
   background: url(/images/18.710ed317161746d80522a47/1518160765601/Plus.svg) no-repeat;
   background-position: center;
   width: 30px;
   height: 50px;
   background-size: 30px;
   padding: 10px 28px;
   float: right;
}

.lst-mobile__menu li.active > .lst_mobile-toggle {
   background: url(/images/18.710ed317161746d80522a46/1518160765492/Minus.svg) no-repeat;
   background-size: 30px;
   background-position: center;
}

.lst-mobile__menu > ul {
   margin: 0;
}

.lst-mobile__menu > ul.show {
   display: block;
}

.lst-mobile__menu li.notActive.active {
   border-bottom: none;
}


/* Nivå 1 */
.lst-mobile__menu ul {
   list-style-type: none;
   padding: 0;
   margin: 0;
}

.lst-toggleMenu a {
   display: block;
   padding: 14px 12px;
   text-decoration: none;
}

.lst-mobile__menu ul>li.notActive>ul {
   display: none;
}

.lst-mobile__menu > ul.show > li.currentpage > ul {
   display: none;
}

.lst-mobile__menu ul.show li.active > ul {
   display: none;
}

.lst-mobile__menu ul.show li.active > ul {
   display: block;
}

.lst-mobile__menu .currentpage > a {
   border-bottom: 1px solid #ccc;
}

.lst-mobile__menu>ul.show>li.active>a {
   display: block;
   background: #005EB8;
   color: #fff;
   text-decoration: none;
   border-bottom: 1px solid #ccc;
}



.lst-mobile__menu li.notActive{
   border-bottom: 1px solid #ccc;
}


/* Längst ner - Nivå 1 */

.lst-mobile__last {
   background: #EEEEEE;
   position: relative;
  /* border-bottom: 1px solid #ccc; */
   box-shadow: 0 4px 7px -2px #878787;
   cursor: pointer;
}

.lst-mobile__last a {
   padding: .8em 1em .8em 1em!important;
}

.lst-mobile__last > span > a {
   position: relative;
}

.lst-mobile__last > span > a:after, .lst-mobile__last > div > div > span > a:after {
   content: '';
   display: inline-block;
   background: url('/images/18.2baa5e3e161e6f221893608/1520259639995/link_black.svg') no-repeat center;
   width: 20px;
   height: 20px;
   background-size: 19px 19px;
   float: right;
   margin-right: 0;
   margin-top: 2px;
   transform: rotate(90deg);
   transition: transform 380ms ease;
}

.lst-mobile__last > span > a:before {
   content: '';
   display: inline-block;
   float: left;
   margin: 2px 12px 0 0;
}

.lst-mobile__choice a:before {
   background: url('/images/18.10adba9e1616f8edbc92a7f/1518160765805/plats.svg') no-repeat;
   width: 20px;
   height: 20px;
   background-size: 14px;
} 

.lst-mobile__listen > span > a:before {
   background: url('/images/18.5846ffb316294c33b2a68d1/1523023047969/lyssna.svg') no-repeat;
   width: 20px;
   height: 20px;
   background-size: 20px;
}

.lst-mobile__language > div > div > span > a:before {
   content: '';
   display: inline-block;
   float: left;
   margin: 2px 12px 0 0;
   background: url('/images/18.10adba9e1616f8edbc92a7e/1518160765869/Other_languages.svg') no-repeat;
   width: 20px;
   height: 20px;
   background-size: 20px;
}

.lst-mobile__menu--last > li > span {
   background: #eee;
}

.lst-mobile__menu--last > li > span > a {
   background: #eee;
}

/* Länsstyresleväljare start */

.lst-mobile__select--content ul.active {
   display: block!important;
}

.lst-mobile__choice--county.active:after {
   transform: rotate(270deg);
   transition: transform 380ms ease;
}

/* Länsstyresleväljare end */

/*Other languages start */
.lst-other-language-icon-mobile {
   float: none;
   text-align: left;
   border-left: none;
}

.language-mobile {
   display: none;
}
.language-mobile.active {
   display: block;
   padding: .8em .6em .8em 1em;
}

.language-mobile.active p {
   margin: 0!Important;
   white-space: normal;
   display: inline-block;
}

.language-mobile > p > a {
   border-bottom: none;
}


.lst-mobile__language--select {
  background-color: #eee!important;  
}

.lst-mobile__language.active > div > div > span > a:after {
   transform: rotate(270deg);
   transition: transform 380ms ease;
}

.lst-startsida-show-all-service-mobile {
   background: #eee!important;
   border-bottom: none!important;
   padding-top: 0.6em!important;
   padding-bottom: 0.6em!important;
   background-position: left top 1.1em!important;
}

#google_translate_element-mobile--select {
   margin: 10px 0 10px 0;
   width: 100%;
   padding: 10px;
   border-radius: 20px;
   font-size: 18px;
   color: #7e7e7e;
   font-style: italic;
   -moz-appearance:none; /* Firefox */
   -webkit-appearance:none; /* Safari and Chrome */
   appearance:none;
   background: transparent!important;
}

#google_translate_element-mobile--select::-ms-expand {
   display: none;
}

.google_translate_element-mobile--parent:before {
   content: "";
   background: url('/images/18.2baa5e3e161e6f221893608/1520259639995/link_black.svg') no-repeat center;
   display: inline-block;
   width: 14px;
   height: 14px;
   background-size: 12px 12px;
   margin-top: 20px;
   float: right;
   transform: rotate(270deg);
   position: absolute;
   /*   top: 17.5em; */
   right: 1.7em;
}

.google_translate_element-mobile--parent:after {
   content: "";
   background: url('/images/18.2baa5e3e161e6f221893608/1520259639995/link_black.svg') no-repeat center;
   display: inline-block;
   width: 14px;
   height: 14px;
   background-size: 12px 12px;
   margin-top: 33px;
   float: right;
   transform: rotate(90deg);
   position: absolute;
/*   top: 18.3em; */
   right: 1.7em;
}



.google_translate_element-mobile--parent:before, .google_translate_element-mobile--parent:after {
   z-index: 2;
}

/*Other languages end */

/* Nivå 2 */
.lst_mobile__menu > ul.show > li.active > ul {
   display: block;
}

.lst_mobile__menu > ul.show > li.active > ul > li.active {
   margin-left: 10px;
}

.lst_mobile__menu > ul.show > li.active > ul > li.active > a {
   border-bottom: 1px solid #ccc;
}

/* Nivå 3 */

.lst_mobile__menu > ul.show > li.active > ul > li.active > ul > li.active {
   margin-left: 10px;
}


.lst_mobile__menu > ul.show > li.active > ul > li.active > ul > li.active > a{
   border-bottom: 1px solid #ccc;
}


/* --- Det nya --- */

/* Toggle button +/- */ 

.con-menu__toggle {
   cursor: pointer;
   position: absolute;
   right: 0;
   top: 0;
   background-size: 25px;
   height: 50px;
   width: 50px;
   background-color: transparent;
   background-repeat: no-repeat;
   background-position: center;
   border-left: 1px solid #ccc;
   border-top: 0;
   border-right: 0;
   border-bottom: 0;
}

.con-menu__toggle--notopen, .con-menu__toggle {
   background-image: url('/images/18.710ed317161746d80522a47/1518160765601/Plus.svg');
}

.con-menu__toggle--open {
   background-image: url('/images/18.710ed317161746d80522a46/1518160765492/Minus.svg');
   background-color: #005eb8;
}

/* Active link */
.con-menu__item--active > a {
   font-weight: 600!important;
   background: #005eb8!important;
   background-color: #005eb8!important;
   color: #fff!important;
   border-bottom: 0!Important;
}

.con-menu__link--active {
   font-weight: 600;
   border-bottom: 0!important;
}

.con-menu__link--open {
   border-bottom: 0!important;
}

/* Show subpages on active page */
.con-menu__item--active > .con-menu {
   display: block;
}

.lst-page-menu-left.lst-mobile__menu ul ul {
   display: block;
}

/* Extra meny */
.lst-page-menu-left.lst-mobile__menu .lst-mobile__select--content ul {
   display: none;
}

.lst-mobile__select--content ul.active  {
   display: block;
}

/* Hide folders with nolinks */
.con-menu__item--nolink {
   display: none;
}


/* Ändra klassnamn */ 
.has-active > a {
   font-weight: 600!important;
}

