/* Mobilsajt */
@media (max-width: 480px) {
    header {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #wrapper {
        width: 100%;
    }



    /* HEADER START */
    #triangle {
        height: 165px;
        -ms-transform: translateX(-50%) scale(6, 1);
        -moz-transform: translateX(-50%) scale(6, 1);
        -webkit-transform: translateX(-50%) scale(6, 1);
        transform: translateX(-50%) scale(6, 1);
    }

    #triangle:after {
        top: -973px;
        -webkit-box-shadow: -2px -2px 8px -3px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: -2px -2px 8px -3px rgba(0, 0, 0, 0.5);
        box-shadow: -2px -2px 8px -3px rgba(0, 0, 0, 0.5);
    }

    .navOpen:after {
        width: 1150px !important;
        height: 1150px !important;
    }

    #triangle ul {
        list-style: none;
        margin-top: -100px;
        line-height: 42px;
    }

    #triangle ul li {
        margin: 0px 10px 0px 10px;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
        z-index: 1;
        transition: .25s;
    }

    #mobileNavButton {
        display: block;

        width: 50px;
        height: 50px;
        background-image: url("../img/menuIcon.png");
        background-size: 80% 80%;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 7;
    }

    nav {
        display: none;
    }

    #mobileNav {
        width: 100%;
        -webkit-box-shadow: inset 0px 10px 15px -7px rgba(0,0,0,0.2), inset 0px -10px 15px -7px rgba(0,0,0,0.2);
        -moz-box-shadow: inset 0px 10px 15px -7px rgba(0,0,0,0.2), inset 0px -10px 15px -7px rgba(0,0,0,0.2);
        box-shadow: inset 0px 10px 15px -7px rgba(0,0,0,0.2), inset 0px -10px 15px -7px rgba(0,0,0,0.2);

        top: 105px;
        z-index: 7;
        transition: .2s;
    }

    #mobileNav ul {
        width: 60%;
        text-align: center;
        margin: 0 auto;
        list-style: none;
    }

    #mobileNav ul li {
        width: 100%;
        height: 60px;
        line-height: 60px;
        text-transform: uppercase;
    }

    #mobileNav ul a {
        color: black;
        text-decoration: none;
        font-size: 22px;
    }

    #nyhetsbrev {
        left: 20px;
        margin-top: 15px;
    }

    #nyhetsbrev h3 {
        display: none;
    }

    #logo {
        width: 190px;
        height: 65px;
        margin-top: 15px;
    }

    #nyhetsbrev {
        background-size: 50px 40px;
    }
    /* HEADER STOPP */



    /* STARTSITE START */
    #splash {
        height: 400px;
    }

    #splash h3 {
        position: absolute;
        bottom: 30px;
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 57px;
        text-align: center;
        color: white;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.9);
    }

    .lineLeft {
        width: 22.5%;
    }

    .lineRight {
        width: 22.5%;
    }

    #tjanster {
        padding-bottom: 50px;
    }

    .section h3 {
        width: 40%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        font-size: 28px;
    }

    .underSection {
        width: 100%;
        margin-left: 0;
        margin-bottom: 40px;
        margin-top: 15px;
    }

    #omOssBild {
        background-size: contain;
        background-position: 40% 100%;
        margin-top: -35px;
        margin-bottom: 15px;
    }

    .splitUnderSection {
        width: 90%;
        margin-left: 5%;
    }

    .splitUnderSection p {
        height: 170px;
        overflow: hidden;
        line-height: 25px;
        font-size: 16px;
    }

    .splitUnderSection h4 {
        font-size: 35px;
        margin-top: 10px;
    }

    .splitUnderSection button {
        padding: 15px;
        font-size: 20px;
    }

    #lankWrapper {
        width: 100%;
        margin: 25px auto 0px auto;
        padding-bottom: 40px;
    }

    #lankWrapper div {
        width: 90%;
        margin: 0 auto 40px auto;
        float: none !important;
    }
    /* STARTSITE STOPP */



    /* REVISORER STOPP */
    .subPageSection {
        padding: 40px 60px 0px 60px;
    }

    .subPageSection img {
        width: 80%;
        display: table;
        position: static;
    }

    .subPageSection:nth-child(odd) img {
        width: 80%;
        float: none;
        border-radius: 50%;
        margin: 0 auto 40px auto;
    }

    .subPageSection:nth-child(even) img {
        width: 80%;
        float: none;
        border-radius: 50%;
        margin: 0 auto 40px auto;
    }

    .subPageSection h3 {
        display: table;
        margin: 0 auto 20px auto;
        text-align: center;
        font-size: 30px;
    }

    .subPageSection p {
        width: 100%;
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 40px;
        float: none;
    }

    .revisorInfo {
        width: 100%;
        float: none;
        margin: 0;
        padding: 0;
    }

    .telefon {
        width: 50%;
        float: left;
        margin-right: 0;
    }

    .email {
        width: 50%;
        float: left;
    }

    .telefon img, .email img {
        width: 12vw !important;
    }

    .telefon h4, .email h4 {
        font-size: 3vw;
    }
    /* REVISORER STOPP */



    /* KONTAKT START */
    #about {
        padding: 0;
        padding-top: 40px;
        margin-bottom: 40px;
        height: auto;
        text-align: center
    }

    #about p {
        width: 85%;
        line-height: 26px;
        text-align: left;
        margin: 0 auto 0 auto;
        float: none;
    }

    #about h4 {
        margin: 0 auto 10px auto;
    }

    #about img {
        margin-bottom: 40px;
    }

    #map {
        margin: 0;
    }

    #kontakt {
        padding: 40px 90px;
        display: table;
        margin: 0 auto;
    }

    #telefon {
        float: none;
        margin-bottom: 25px;
    }

    #email {
        float: none;
    }
    /* KONTAKT STOPP */



    /* FOOTER START */
    footer {
        height: 250px;
    }

    footer ul {
        top: 18%;
    }

    footer ul li {
        margin: 0 1vw;
        font-size: 4.5vw;
    }

    #copyright {
        font-size: 3.3vw;
    }

    #kontaktuppgifter {
        width: 60%;
        text-align: center;
        font-size: 13px;
        top: 37%;
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #kontaktuppgifter p {
        width: 100%;
        float: left;
    }

    #kontaktHeadline:after {
        width: 100%;
    }
    /* FOOTER STOPP */
}