/* SCREEN */
@media only screen and (min-width: 960px) {

.homeheader {
    padding: 0 calc((100vw - 1200px + 40px) / 2);
}

    .homevideo {
        height: 350px;
    }

    .lastblogimg {
        height: 500px;
        margin-left: 0;

    }

    .scr-homeblog {
        float: right;
        padding-top: 200px;
    }

    .quote {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .home-vacatureicon {
        display: block;
        width: 300px;
        margin-left: calc(50% - 150px);
    }

    .instathumb {
        width: calc(100vw / 10);
        height: calc(100vw / 10);
    }

    #instagram a:nth-of-type(4),
    #instagram a:nth-of-type(5),
    #instagram a:nth-of-type(6),
    #instagram a:nth-of-type(7),
    #instagram a:nth-of-type(8),
    #instagram a:nth-of-type(9),
    #instagram a:nth-of-type(10)
    {
        display: unset!important;
    }

    .screen {
        display: unset;

    }

    .noscreen {
        display: none;
    }

    .button {
        transition: .5s;
    }

    .button:hover {
        background: #eee;
 }

    .services-marketing-img {
        margin-top: -100px;
    }

    .services-video {
        margin-top: -150px;
        margin-bottom: 0;
        height: 350px;
        width: 100%;
    }

    .scr-servicesdevelopment {
        float: right;
        text-align: right;
    }

    .services-development-img {
        width: 80%;
        margin-top: -200px;
    }

    .services-branding-img {
        width: 80%;
        margin-top: -100px;
    }

    .swipe {
        display: none;
    }

    .marketing-foto {
        width: 100%;
        margin-top: -150px;
    }

    .case-titel {
        width: 50%;
        padding: 50px;
    }

    .case-foto,
    .case-foto.right {
        margin-top: calc(-7vw - 100px);
        height: 700px;
    }

    .balk {
        position: relative;
        float: left;
        width: 100%;
        height: calc((100vw / 3) / 3 * 2);
        -webkit-clip-path: polygon(0 7vw, 100% 0%, 100% calc(100% - 7vw), 0% 100%);
        clip-path: polygon(0 7vw, 100% 0%, 100% calc(100% - 7vw), 0% 100%);
        margin-top: calc(-7vw - 2px);
    }

    .teamlid {
        position: relative;
        float: left;
        width: calc(100% / 3);
        height: 500px;
        transition: opacity .5s;
        background: url('/img/about/luca-team.jpg') no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        background-size: cover;
        cursor: pointer;
        overflow-y: scroll; /* has to be scroll, not auto */
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden!important;

    }

    .about-teamlid {
        position: absolute;
        bottom: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: #f95951;
        color: #fff;
        padding: calc(7vw + 25px) 25px;
        transition: .5s;
    }

    .teamleden {
        margin-top: 7vw;
        margin-bottom: -7vw;
        z-index: 10;
        background: none;
    }

    .spaceteamleden {
        padding-top: calc(7vw + 50px)!important;
    }

    .founders-foto {
        width: 100%;
    }

    .cv-foto {
        position: relative;
        float: left;
        height: 500px;
        width: 100%;
        margin-bottom: -200px;
        z-index: 10;
    }

    .menuoverlay {
        padding-top: 10%;
    }










}