footer {  
   width: 100%   
}
.footer > div > div {
      background-size:contain;
   }
footer .sv-font-sidfot-stor-rb-bold-700:first-child,
footer .sv-font-sidfot-stor-rb-bold-700-svart:first-child{
   margin-top: 0.3em;
}
.sv-decoration-facebook, .sv-decoration-linkedin-besok, .sv-decoration-facebook-besok, 
.sv-decoration-linkedin-naringsliv, .sv-decoration-facebook-naringsliv, .sv-decoration-instagram, 
.sv-decoration-linkedin, .sv-decoration-youtube, .sv-decoration-rss, .sv-decoration-instagram-besok {
   height:67px;
}
.sv-decoration-facebook a img, .sv-decoration-linkedin-besok a img, .sv-decoration-facebook-besok a img, 
.sv-decoration-linkedin-naringsliv a img, .sv-decoration-facebook-naringsliv a img, 
.sv-decoration-instagram a img, .sv-decoration-linkedin, .sv-decoration-youtube a img, 
.sv-decoration-rss a img, .sv-decoration-instagram-besok a img {
   display:none;
}
.sv-decoration-facebook p, .sv-decoration-linkedin-besok p, .sv-decoration-facebook-besok p, 
.sv-decoration-linkedin-naringsliv p, .sv-decoration-facebook-naringsliv p, .sv-decoration-instagram p, 
.sv-decoration-linkedin p, .sv-decoration-youtube p, .sv-decoration-rss p, .sv-decoration-instagram-besok p {
   display:inline-block;
   margin:12px 0 0 55px;
}
.footer-padding-bottom {
      padding:1em 0 8em 0;
   }
.footer-padding-bottom p {
   line-height:25px;
}
.footer-padding-bottom a:hover {
   text-decoration:underline;
}

.footer .sv-vertical.sv-layout.sv-skip-spacer {
   height: clamp(100px, 8vw, 200px)
}

/* RESPONSIVT 2000+ */

@media all and (min-width: 2000px) {
   .footer > div > div {
      background-size:cover;
   }
  
}

/* RESPONSIVT 1024 */

@media all and (max-width: 1024px) {
   .footer > div > div {
      background-size:contain;
   }
  
}

/* RESPONSIVT 768 */

@media all and (max-width: 768px) {
 
.sv-font-sidfot-stor-rb-bold-700 {
   margin-top:30px !important;
   margin-bottom:10px;
      font-size:1.5em;
   }
   .sv-font-sidfot-liten-rb-regular-400 {
      font-size:1em;
   }
   
   .footer-padding-bottom {
      padding:0 1em 4em 1em;
   }
   
}