@charset "utf-8";
* {margin: 0px;padding: 0px;}





/***************************************/
/*                                     */
/*         V O O R   A L L E S         */
/*                                     */
/*             vanaf  768px            */
/*                                     */
/***************************************/

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

    
    footer {
        position: fixed;
        background-color: #283892;
        box-shadow: 0px -1px 15px #fff;
        width: 100vw;
        height: 5vw;
        margin-top: 4vw;
        bottom: 0;
    }
    #adres p {
        text-align: center;
        padding-top: 0.8vw;
    }
    #copyright {
        text-align: center;
        padding: 0.3vw 0vw 0vw 0vw;
    }
    #menufooter {
        display: none;
    }
    

}





/***************************************/
/*                                     */
/*  V O O R   M O B I E L  (PORTRAIT)  */
/*                                     */
/*              tm  767px              */
/*                                     */
/***************************************/

@media (max-width: 767px) and (orientation: portrait) {
    

    footer {
        position: fixed;
        background-color: #283892;
        box-shadow: 0px -1px 15px #fff;
        width: 100vw;
        height: 17vw;
        margin-top: 4vw;
        bottom: 0;
        z-index: 999;
    }
    #menublock1, #menublock2 {
        display: block;
        position: fixed;
        background-color: #283892;
        width: 10vw;
        height: 10vw;
        bottom: 14vw;
        margin: 0 45%;
        cursor: pointer;
        border: #fff solid 1px;
        border-radius: 1vw;
        box-shadow: 2px 2px 4px #000000;
    }
    #menublockx {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        text-align: center;
        background-color: #ADB6E9;
        bottom: 0;
    }
    #menublockx nav {
        position: fixed;
        width: 100%;
        text-align: center;
    }   
    #menutop, #menufooter1, #menufooter2, #menufooter3 {
        padding: 20vw 0 0 0;    
    }
    #adres {
        display: none;
    }
    #copyright {
        text-align: center;
        padding: 0.3vw 0vw 0vw 0vw;
    }
    #copyright p,
    #copyright b {
        font-size: 3vw;
        line-height: 1.2;
        margin-top: 5.5vw;
	}

}








/***************************************/
/*                                     */
/*  V O O R   M O B I E L  (LANDSCAPE) */
/*                                     */
/*              tm  767px              */
/*                                     */
/***************************************/

@media (max-width: 767px) and (orientation: landscape) {
    

    footer {
        position: fixed;
        background-color: #283892;
        box-shadow: 0px -1px 15px #fff;
        width: 100vw;
        height: 7vw;
        margin-top: 4vw;
        bottom: 0;
        z-index: 999;
    }
    #menublock1, #menublock2 {
        display: block;
        position: fixed;
        background-color: #283892;
        width: 6vw;
        height: 6vw;
        bottom: 6vw;
        margin: 0 47%;
        cursor: pointer;
        border: #fff solid 1px;
        border-radius: 1vw;
        box-shadow: 2px 2px 4px #000000;
    }
    #menublockx {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        text-align: center;
        background-color: #ADB6E9;
        bottom: 0;
    }
    #menublockx nav {
        position: fixed;
        width: 100%;
        text-align: center;
    }   
    #menutop, #menufooter1, #menufooter2, #menufooter3 {
        padding: 3vw 0 0 0;    
    }
    #adres {
        display: none;
    }
    #copyright {
        text-align: center;
        padding: 0.3vw 0vw 0vw 0vw;
    }
    #copyright p,
    #copyright b {
        font-size: 1.8vw;
        margin-top: 2.2vw;
	}

}
