
/* RESET COMPONENT TO BE STANDALONE (in most cases) */
#footer, #footer * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}
/* END RESET */
#footer {
    font-family: FaktorTittel, sans-serif;
    font-size: 100%;
    -webkit-font-smoothing: initial;
    position: relative;
    background: #000;
    color: #fff;
    width: 100%;
    padding: 70px 90px;
}
#footer a {
    color: #fff;
    text-decoration: underline;
}
#footer a:hover {
    text-decoration: none;
}
#footer > div {
    max-width: 1260px;
    margin: 0 auto;
}
#footer .footer-tip-us {
    border-bottom: 1px dashed rgba(255, 255, 255, .3);
    padding-bottom: 30px;
}
#footer .footer-tip-us span {
    font-size: 30px;
    font-size: 1.875em;
    display: block;
    margin-bottom: 8px;
}
#footer .footer-tip-us a {
    font-size: 14px;
    font-size: 0.875em;
    display: inline-block;
    padding-left: 22px;
    margin-right: 15px;
    margin-left: 8px;
    line-height: 2;
}
#footer .footer-tip-us a:nth-of-type(1) {
    background: transparent url(https://r.acdn.no/brandheader/nettavisen/phone.svg) center left no-repeat;
}
#footer .footer-tip-us a:nth-of-type(2) {
    background: transparent url(https://r.acdn.no/brandheader/nettavisen/email.svg) center left no-repeat;
}
#footer .footer-contact {
    margin-top: 60px;
    border-bottom: 1px dashed rgba(255, 255, 255, .3);
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
#footer .footer-contact > div {
    flex: 0 0 33%;
}
#footer .footer-contact li {
    margin-bottom: 20px;
}
#footer .footer-contact div:first-child span {
    font-size: 18px;
    font-size: 1.125em;
    margin-bottom: 15px;
    display: block;
}
#footer .footer-contact div:first-child a {
    font-size: 30px;
    font-size: 1.875em;
}
#footer .footer-contact div:nth-child(2) span, #footer .footer-contact div:nth-child(2) a {
    font-size: 18px;
    font-size: 1.125em;
}
#footer .footer-contact div:last-child span, #footer .footer-contact div:last-child a {
    font-size: 18px;
    font-size: 1.125em;
}
#footer .footer-copy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 60px;
}
#footer .footer-copy a, #footer .footer-copy span {
    flex: 0 0 50%;
}
#footer .footer-copy a {
    font-size: 44px;
    font-size: 2.750em;
}
#footer .footer-copy span {
    font-size: 14px;
    font-size: 0.875em;
    text-align: right;
}
@media only screen and (max-width: 1024px) {
    #footer .footer-contact > div {
        flex-basis: auto;
        margin-right: auto;
        margin-left: auto;
   }
    #footer .footer-contact div:first-child {
        margin-left: 0;
   }
    #footer .footer-contact div:first-child a {
        font-size: 18px;
        font-size: 1.125em;
   }
}
@media only screen and (max-width: 860px) {
    #footer .footer-contact div:first-child li, #footer .footer-contact div:first-child span, #footer .footer-contact div:first-child a, #footer .footer-contact div:nth-child(2) li, #footer .footer-contact div:nth-child(2) span, #footer .footer-contact div:nth-child(2) a, #footer .footer-contact div:last-child li, #footer .footer-contact div:last-child span, #footer .footer-contact div:last-child a {
        font-size: 16px;
        font-size: 1em;
   }
}
@media only screen and (max-width: 768px) {
    #footer {
        padding: 65px 20px 40px;
   }
    #footer .footer-contact div:first-child {
        flex-basis: 100%;
        margin-bottom: 10px;
   }
    #footer .footer-contact div:first-child span {
        display: inline-block;
        margin-right: 6px;
   }
    #footer .footer-contact div:nth-child(2), #footer .footer-contact div:last-child {
        flex-basis: 100%;
        margin-left: 0;
        margin-bottom: 10px;
   }
    #footer .footer-contact div:nth-child(2) li, #footer .footer-contact div:last-child li {
        display: inline-block;
        margin-right: 15px;
   }
}
@media only screen and (max-width: 600px) {
    #footer .footer-copy a, #footer .footer-copy span {
        flex: 0 0 100%;
   }
    #footer .footer-copy a {
        font-size: 44px;
        font-size: 2.750em;
        margin-bottom: 30px;
   }
    #footer .footer-copy span {
        text-align: left;
   }
}
