/* Tablet- / Liten datorsajt */
@media (min-width: 767px) and (max-width: 1499px) {
    #wrapper {
        width: 100%;
    }

    header {
        height: 200px;
    }

    nav {
        bottom: -10px;
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    nav ul li {
        font-size: 20px;
    }

    #nyhetsbrev {
        left: 5%;
        top: 30%;
    }

    #nyhetsbrev h3 {
        font-size: 15px;
        color: black;
        float: left;
        margin-top: 56px;
        margin-left: -25px;
    }



    /* STARTSITE START */
    #tjanster {
        min-height: 0;
        padding-bottom: 65px;
    }

    #tjanster .underSection p {
        margin: 0px 50px 0 50px;
    }

    #omOss {
        margin-top: -15px;
        padding-bottom: 25px;
    }

    #omOss button {
        margin-top: -15px;
    }
    /* STARTSITE START */



    /* REVISOR START */
    .revisorInfo {
        margin-top: 30px;
    }

    .telefon {
        float: none;
        margin: 0 auto 0 auto;
    }

    .email {
        float: none;
        margin: 10px auto 0 auto;
    }
    /* REVISOR START */



    /* OM OSS START */
#about {
    min-height: 0;
    padding: 80px 110px 80px 110px;
    margin-bottom: 40px;
}

#about h4 {
    margin: 0 0 10px 0;
}
    /* OM OSS START */
}