@media screen and (max-width: 770px) {
    header {
        padding: 4vh 0 35px;
        height: 140px;

        .logo-wrap {
            width: 420px;
            max-width: 90%;

            img {
                margin-top: 10px;
            }
        }

        nav ul li {
            a, span {
                font-weight: normal;
                font-size: 14px;
            }
        }
    }

    .main-content {
        .inner-wrap {
            display: flex;
            padding-bottom: 0;
            flex-direction: column-reverse;

            aside {
                width: calc(100% - 26px);
                max-width: unset;

                .aside-box {

                }
            }
        }
    }

    body.page_priser {
        .main-content .inner-wrap {
            flex-direction: column;
        }
    }

    footer {
        background: url('/stil/bilder/grafik/logo-footer.png') no-repeat center 50px,
                url('/stil/bilder/grafik/footer-dash.png') repeat-x 0 74px,
                url('/stil/bilder/grafik/footer-bg-top.png') repeat-x top,
                url('/stil/bilder/grafik/footer-bg-bot.png') repeat-x bottom,
                url('/stil/bilder/grafik/footer-bg.png') repeat-x top 49px left padding-box;
        height: 10px;
        min-height: unset;
        margin-top: 3rem;

        .footer-content {
            display: none;
        }
    }
}