@media only screen and (max-width:767px) {
    html, body{
        margin:0; padding:0; width:100%;
        height:100%;
        overflow-x:hidden;
    }

    #divHeaderLogo {
        position: fixed;
        top: 0;
        left: 40px;
        z-index: 100000;
        padding-left: 21px;
        padding-bottom: 20px;
        background-color: grey #1F284C;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    #divContainer{
        padding:0;
        width:100%;
    }
    #divHeaderHolder{
        height:270px;
        width:100%;
        padding:0;
    }
    #divHeader{
        height:270px;
        width:100%;
    }
    #divRow {
        margin:0px;
        padding:50px;
    }

    #divLoginBox{
        width:100%;
    }
    #divInloggen {
        width: 100%
    }

    #divMededeling {
        padding-right: 15px;
        width: 100%;
        height:auto;
    }
    #divMededelingen {
        padding:10px 0 0 0;
        width: 100%;
        height: auto;
    }

    #divMededeling h4{
        padding:0
    }

    #divMededelingUrgent{
        margin:10px 0px 15px 0px;;
    }

    #divHelpdesk {
        padding-left: 0 !important;
    }

    h1 {
        font-size: 40px !important;
        margin-top: 27px !important;
    }

    h4 img {
        top: 4px;
    }
    .btn.btn-register{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    }
    #Messages{
        width:100%;
        padding:0;
    }
    #powby {
        position:initial;
        float:right;
        height: 45px;
        margin-right:30px;

    }

    #divPoweredBy {
        float: right;
    }

    #divSocial {
        margin-top: 10px;
        margin-left: 0px;
        text-align: center;
        width: 100%;
        display: inline;
    }
    #divSocial a{
        margin: 0 10px 0 -10px;
    }
    
    #divFooterContainer{
        margin-left:40px;
    }
    #divSocialMedia{
        margin-bottom:30px;
    }
}

@media only screen and (max-width:700px) {
    #divContainer {
        padding: 0;
    }
    
    #bannerfoto {
        display:none;
    }

    #divHeader {
        padding-left:0;
        padding-right:0;
    }

    #divMededeling {
        margin-top:35px;
    }

    #divHelpdesk {
        padding-bottom:35px;
        padding-left: 0;
    }
}

@media only screen and (max-width:650px) {
    #divHeaderHolder{
        height:25%;
    }
}

@media only screen and (max-width:400px) {
    #divHeaderLogo {
        position: fixed;
        top: 0;
        left: 0px;
        z-index: 100000;
        padding-left: 21px;
        padding-bottom: 20px;
        background-color: grey #1F284C;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
}
