/* -----------------------------------------------------
Sidfot
----------------------------------------------------- */

footer .normal a,
footer .normal {
   color: #fff;
}

footer > div:last-child {
   background-size: 50% !important;
}

footer ul {
   display: inline-block;
   width: 100%;
   margin: 0;
   padding: 0;
}

footer ul li {
   display: flex;
   align-items: center;
   margin-bottom: 1rem;
}
footer ul li a.normal {
   text-transform: uppercase;
   font-size: 0.8125rem;
   text-decoration: none;
   word-break: break-word;
   color: #fff;
}
footer ul li a.normal:hover {
   text-decoration: underline;
}

footer ul li a i {
   min-width: 18px;
   text-align: center;
   margin-right: 10px;
   text-decoration: none;
}

/* Övre sidfot */
.lan-footer__top .sv-horizontal {
   display: flex;
   padding: 1rem 0;
   justify-content: center;
}
.lan-footer__top .sv-image-portlet {
   padding: 1rem;
   display: flex;
   align-items: center;
}


@media (max-width: 767px) {
   footer > div:last-child {
      background-size: 100% !important;
   }
}
