@media only screen and (max-width: 1160px) {
    header {
        min-height: 0;
        background: url("../images/website/gaarden_fra_haven_langside_wide.jpg") no-repeat fixed top center;
    }
    footer {
        position: relative;
        left: 0;
        bottom: 0;
    }
    #content {
        margin-bottom: 10vw;
    }
}

@media only screen and (max-width: 800px) {
    header {
        min-height: 0;
    }
    #content {
        margin-top: 5vw;
    }
    #topBar ul li {
        width: 100%;
        margin-bottom: 2vw;
    }
    #topbar ul li:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 600px) {
    #contactWrapper div {
        margin-bottom: 5vw;
    }
    #content {
        margin-bottom: 25vw;
    }
}