
/********************************************************/
/********************************************************/
/********************************************************/
/* --------------------- desktop ---------------------- */
/********************************************************/
/********************************************************/
/********************************************************/

@media screen and (min-width: 480px)
{


    #footer_container {
        display:block;
        float:left;
        width:100%;
        height:auto;
        color:#ffffff;
        background-color: #ffffff;
    }

    #contact_blok {
        display:block;
        float:left;
        width:100%;
        height:auto;
        background-color: #ffffff;
        border-top: 1px solid #000000;
    }

    .contact_groot {
        display:block;
        width:80%;
        margin:0 auto;
        overflow: hidden;
    }

    .contact_klein {
        display:block;
        float:left;
        width:39%;
        height:200px;
        margin-left:1%;
        color:#ffffff;
    }

    .contact_klein a{
        color:#ffffff;
    }

    .contact_klein_2 {
        display:block;
        float:left;
        width:20%;
        height:200px;
        text-align:center;
    }

    #contact_naam {
        display:block;
        float:left;
        clear: none;
        width:31%;
        height:22px;
        font-size: 14px;
        margin:0 0 10px 0;
        padding:10px 1%;
        color:#3a3a3a;
        border:0px;
    } 

    #contact_email {
        display:block;
        float:left;
        clear: none;
        width:31%;
        font-size: 14px;
        height:22px;
        margin:0 0.5% 10px;
        padding:10px 1%;
        color:#3a3a3a;
        border:0px;
    } 

    #contact_telefoon {
        display:block;
        float:left;
        clear: none;
        width:31%;
        font-size: 14px;
        height:22px;
        margin:0 0 10px 0;
        padding:10px 1%;
        color:#3a3a3a;
        border:0px;
    } 

    #contact_bericht {
        display:block;
        clear: none;
        width:97%;
        font-size: 14px;
        height:90px;
        margin:3% auto;
        overflow: hidden;
        padding:2% 1.5%;
        color:#3a3a3a;
        border:0px;
    } 


    #button_container {
        display:block;
        float:right;
        clear: none;
        width:auto;
        height:auto;
        font-size: 14px;
    } 
    
    #footer_blok {
        display:block;
        float:left;
        width:100%;
        height:auto;
        padding:20px 0;
        font-size:16px;
        background-color: #3c3c3c;
        border-top:5px solid #00a79f;
    }

    #footer {
        display:block;
        margin:0 auto;
        width:96%;  max-width:1024px;
        height:auto;
    }

    .footer_textblok { 
        display:block;
        float:left;
        clear:none;
        width:25%;
        height:auto;
        overflow:hidden;
        line-height: 26px;
        color:#ffffff;
    }

    .footer_textblok a{ 
        color:#ffffff;
    }

    .footer_textblok a:hover{ 
        color:#2e247a;
    }

    .footer_privacy { 
        display:block;
        float:left;
        clear:none;
        width:100%;
        height:auto;
        margin-top:10px;
        overflow:hidden;
        line-height: 26px;
        color:#ffffff;
    }

}    
    
/********************************************************/
/********************************************************/
/********************************************************/
/* ------------------ einde desktop ------------------- */
/********************************************************/
/********************************************************/
/********************************************************/


/********************************************************/
/********************************************************/
/********************************************************/
/* ------------------ tussen maat --------------------- */
/********************************************************/
/********************************************************/
/********************************************************/



@media screen and (max-width: 930px) 
{



}  

/********************************************************/
/********************************************************/
/********************************************************/
/* -------------- einde tussen maat ------------------- */
/********************************************************/
/********************************************************/
/********************************************************/


/********************************************************/
/********************************************************/
/********************************************************/
/* --------------------- tablet ----------------------- */
/********************************************************/
/********************************************************/
/********************************************************/


@media screen and (max-width: 768px) 
{

    #footer {
        display:block;
        margin:0 1%;
        width:98%;
        height:auto;
    }

    .footer_textblok { 
        display:block;
        float:left;
        clear:none;
        width:50%;
        height:auto;
        overflow:hidden;
        line-height: 26px;
        color:#ffffff;
    }
    
    .contact_klein {
        display:block;
        float:left;
        width:40%;
        height:200px;
        margin-left:1%;
        color:#ffffff;
    }

    .contact_klein a{
        color:#ffffff;
    }

    .contact_klein_2 {
        display:block;
        float:left;
        width:18%;
        height:200px;
        text-align:center;
    }
    
}


/********************************************************/
/********************************************************/
/********************************************************/
/* ------------------ einde tablet -------------------- */
/********************************************************/
/********************************************************/
/********************************************************/


/********************************************************/
/********************************************************/
/********************************************************/
/* --------------------- mobile ----------------------- */
/********************************************************/
/********************************************************/
/********************************************************/


@media screen and (min-width: 320px) and (max-width: 480px)
{


    #footer_container {
        display:block;
        float:left;
        width:100%;
        height:auto;
        color:#ffffff;
        background-color: #ffffff;
    }

    #contact_blok {
        display:block;
        float:left;
        width:100%;
        height:auto;
        background-color: #ffffff;
        border-top: 1px solid #000000;
    }

    .contact_groot {
        display:block;
        float:left;
        width:100%;
        border-right:0px;
        
    }

    .contact_klein {
        display:block;
        float:left;
        width:100%;
        height:120px;
        margin:15px 0px;
        text-align:center;
    }

    .contact_klein a{
        color:#ffffff;
    }

    .contact_klein_2 {
        display:block;
        float:left;
        width:100%;
        height:200px;
        text-align:center;
    }

    #contact_naam {
        display:block;
        float:none;
        clear: none;
        width:95%;
        height:22px;
        font-size: 14px;
        margin:5px auto;
        padding:7px;
        color:#3a3a3a;
    } 

    #contact_email {
        display:block;
        float:none;
        clear: none;
        width:95%;
        height:22px;
        font-size: 14px;
        margin:5px auto;
        padding:7px;
        color:#3a3a3a;
    } 

    #contact_telefoon {
        display:block;
        float:none;
        clear: none;
        width:95%;
        height:22px;
        font-size: 14px;
        margin:5px auto;
        padding:7px;
        color:#3a3a3a;
    } 

    #contact_bericht {
        display:block;
        float:none;
        clear: none;
        width:96%;
        height:70px;
        font-size: 14px;
        margin:5px auto 15px;
        padding:7px;
        color:#3a3a3a;
    } 


    #button_container {
        display:block;
        float:none;
        clear:both;
        margin:0 auto;
        width:auto;
        height:auto;
    } 

    #footer_blok {
        display:block;
        float:left;
        width:100%;
        height:auto;
        padding:20px 0;
        font-size:16px;
        background-color: #3c3c3c;
        border-top:5px solid #00a79f;
    }
    
    #footer {
        display:block;
        margin:0 2%;
        width:96%;
        height:auto;
    }

    .footer_textblok { 
        display:block;
        float:left;
        clear:none;
        width:50%;
        height:auto;
        overflow:hidden;
        line-height: 26px;
        color:#ffffff;
    }
    
    .footer_textblok a{ 
        color:#ffffff;
    }

    .footer_textblok a:hover{ 
        color:#2e247a;
    }

    .nba { 
        display:block;
        float:right;
        clear:none;
        width:22%;
        text-align: center;
        margin-top:0px;
    }

    
}


/********************************************************/
/********************************************************/
/********************************************************/
/* ------------------ einde mobiel -------------------- */
/********************************************************/
/********************************************************/
/********************************************************/





