@media screen and (min-width:980px) and (max-width:1140px) {
    #wrapper {
        width: 960px;
    }

    #footer .inside .resourcen {
        display: none;
        width:0;
        height:0;
        left:-1000px;
        top:-1000px;
        position:absolute;
        overflow:hidden;
        display:inline;
    }
    
    .santa {
        display: none;
        width:0;
        height:0;
        left:-1000px;
        top:-1000px;
        position:absolute;
        overflow:hidden;
        display:inline;
    }

    .offset80 {
        margin-left: 10px !important;
    }

    .mydummy {
        width: 40px;
    }

}