/* Super Minimal */
html, body{
    height: 100%;
}

.fullheight {
    min-height: 100%;
}

.minimal.longerintake {
    width: 100%;
    background-image: url("/Cluster Duits/Cursus-Duits.jpg");
    background-repeat: no-repeat;
    background-size: auto 650px;

    background-position: 100% -40px;
}

.bedankt {
    text-align: center;
    text-transform: uppercase;
    color: #777777;
    font-size: 1.6rem;
}

footer {
    height: 55px;
    margin-top: -55px;
    overflow: hidden;
}

footer .wrapper {
    min-height: 20px;
    padding: 15px 0 0 0;
}

@media only screen and (max-width: 1150px) {
    .CustomerAppr {
        padding-top: 20px !important;
        display: inherit !important;
    }
    
    .bedankt {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 992px) {
    .fasewrapper {
        background-image: linear-gradient(to right, #f9f9f9 20%, rgba(255, 255, 255, 0.1) 75%) !important;
    }
}

@media only screen and (max-width: 600px) {
    footer {
        height: 85px !important;
        margin-top: -85px !important;
    }

    footer .wrapper {
        padding: 5px 0 0 0;
    }
}

@media only screen and (max-width: 590px) {
    .longerintake {
        background-image: none !important;
        background-color: #cccccc !important;
    }
}
@media only screen and (max-width: 280px) {
    .CustomerAppr {
        display: none !important;
    }
}