/* Responsive styles
================================================== */


/*small smartphones (landscape)*/
@media only screen and (min-device-width : 320px) and (max-device-width : 667px) and (orientation : landscape) {
    .intro {
        font-size: 12px !important;
        float: left;
        margin-right: 30px;
        width: 100%;
        padding: 0 10% 0 10%;
    }

    #clip1, #clip2 {
        clip-path: unset !important;
        -webkit-clip-path: unset !important;
        position: unset !important;
    }

    .tekstvlak {
        min-height: 65vh;
    }

    #beeldmerk {
        margin-top: 120px !important;
    }

    #footer {
        left: 5px;
    }
}

/*small smartphones (portrait)*/
@media only screen and (min-device-width : 320px) and (max-device-width : 667px) and (orientation : portrait) {
    .intro {
        font-size: 12px !important;
        float: left;
        margin-right: 30px;
        width: 100%;
        padding: 0 10% 0 10%;
    }

    #clip1, #clip2 {
        clip-path: unset !important;
        -webkit-clip-path: unset !important;
        position: unset !important;
    }

    .tekstvlak {
        min-height: 65vh;
    }

    #beeldmerk {
        margin-top: 120px !important;
    }

    #footer {
        left: 5px;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    .intro {
        font-size: 14px !important;
    }

    #beeldmerk {
margin-top:-40px;
    }

}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    .intro {
        font-size: 14px !important;
    }

    #beeldmerk {
        margin-top: 40px;
    }

}

/* Macbook // dell ----------- */
@media only screen and (min-device-width : 1280px) and (max-width : 1920px) {
    .intro {
        font-size: 12px !important;
    }
}

/* Large screens ----------- */
@media only screen and (min-width : 1920px) {
    .intro {
        font-size: 14px !important;
    }
}

