/* LÄNSSTYRELSEN KONTAKTKORT CSS - By: Consid AB ------------*/

.lst-contact-anchorlink a {
   color: #000000 !important;
   text-decoration: none !important;
}

.lst-contact-anchorlink a:hover {
   color: #005eb8 !important;
   text-decoration: underline !important;
}

.lst-contactcard {
   position: relative;
   padding: 1.4em 2.2em 0.3em 2.2em;
   margin: 2.8em 0;
}

.lst-contactcard #scrollToContact {
   position: absolute;
   top: 0;
}

.lst-contactcard .contact {
   margin-bottom: 1.6em;
}

.lst-contactcard .contains-contact a[href^="mailto:"]:before {
   content: "";
   display: block;
   background: url('/images/18.10adba9e1616f8edbc92a7d/1518160765911/mail.svg') no-repeat;
   background-size: cover;
   width: 24px;
   height: 14px;
   float: left;
   margin: 0 4px 0 0;
   position: relative;
   top: 5px;
}

.lst-contactcard .contact .sv-decoration-mail-lank a:before {
   content: "";
   display: block;
   background: url('/images/18.10adba9e1616f8edbc92a7d/1518160765911/mail.svg') no-repeat;
   background-size: cover;
   width: 24px;
   height: 15px;
   float: left;
   margin: 0 4px 0 0;
   position: relative;
   top: 3px;
}

.lst-contactcard p {
   margin: 0 0 .5rem 0 !important;
}

.lst-contactcard ul li {
    margin-bottom: 1.5rem;
    margin-top: 0;
}

/*.lst-contactcard ul li span, .lst-contactcard ul li a {
   margin-bottom: 10px;
   display: inline-block;
   text-decoration: none !important;
}*/

.lst-contactcard ul li a:hover {
	text-decoration: underline !important;
}

.lst-contactcard .contact a {
   color: #005eb8 !important;
   text-decoration: underline;
}

.lst-contactcard .contact a:hover {
	text-decoration: underline !important;
}