.lst-other-language__container .lst-other-language__icon--button {
   display: flex;
   align-items: center;
}

.lst-other-language__icon--button {
   cursor: pointer;
}

.lst-other-language__container .lst-other-language__icon--button:after {
   background: url(/images/18.2baa5e3e161e6f221893608/1520259639995/link_black.svg) no-repeat center;
   content: "";
   display: block;
   width: 14px;
   height: 14px;
   background-size: 13px 13px;
   margin-top: 4px;
   float: right;
   transform: rotate(90deg);
   transition: transform 380ms ease;
}

.lst-other-language__container.is-active .lst-other-language__icon--button:after {
   background: url(/images/18.2baa5e3e161e6f221893608/1520259639995/link_black.svg) no-repeat center;
   content: "";
   display: block;
   width: 14px;
   height: 14px;
   background-size: 14px 14px;
   margin-top: 4px;
   float: right;
   transform: rotate(270deg);
   transition: transform 380ms ease;
}
.lst-other-language__container:focus {
   outline: 2px solid #EA7600;
   outline-offset: -2px;
}    
.lst-other-language__container {
   width: 166px;
}

.lst-other-language__icon--language {
   display: none;
}
.lst-other-language__icon--language.active {
   display: block;
   background-color: #ffffff;
   width: 370px;
   position: absolute;
   right: 0;
   z-index: 3;
   margin-top: 1em;
   text-align: left;
   padding: 0 1em 1em 1em;
   white-space: normal;
   -moz-box-shadow: 0 0 8px 2px #cccccc;
   -webkit-box-shadow: 0 0 8px 2px #cccccc;
   box-shadow: 0 0 8px 2px #cccccc;
}

.lst-other-language__icon--language.active #google_translate_element {
   margin-top: 0.625em;
   padding-bottom: 0.75em;
}   
   
.lst-other-language__icon--language.active p {
   line-height: 1.75em;
   margin: 11px 0 5px 0;
}
   
.lst-other-language__icon--language.active .sv-font-brodtext-med-bla-lankning {
   margin: 0;
   white-space: normal;
   display: inline-block;
}
   
.lst-other-language__icon--language.active .lst-other-language__icon--show-all-service {
   float: left;
   display: block;
   width: 100%;
   background-position: left top 0.5em;
}
   
.lst-other-language__icon--language.active .goog-te-combo {
	margin: 4px 0 20px 0;
   width: 100%;
   padding: 10px;
   border-radius: 20px;
   font-size: 18px;
   color: #7e7e7e;
   font-style: italic;
}
   
.goog-te-combo {
   -moz-appearance:none; /* Firefox */
   -webkit-appearance:none; /* Safari and Chrome */
   -o-appearance: none;
   appearance:none;
   border: 1px solid rgb(169, 169, 169);   
}

.goog-te-combo::-ms-expand {
    display: none;
}

.goog-te-gadget:after {
   content: "";
   background: url('/images/18.2baa5e3e161e6f221893608/1520259639995/link_black.svg') no-repeat center;
   display: inline-block;
   width: 14px;
   height: 14px;
   margin-top: -43px;
   background-size: 14px 14px;
   float: right;
   transform: rotate(90deg);
   position: absolute;
   /*   top: 24.4em;  */
   right: 3em;
}

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

.goog-te-combo {
   background: transparent!important;
}

.goog-te-gadget:before, .goog-te-gadget:after {
   position: absolute;
   z-index: -1; 
}