/* HOOFD SELECTOREN */
* {
    box-sizing: border-box;
}
body{
    margin:0;
    background: url("../images/background6.jpg") lightblue;
    background-attachment: fixed;
    font-family: "Arial", Arial, sans-serif;
    overflow-x: hidden;

}

#player{
    margin-left:5%;
}



a:link,a:visited,a:focus{
    color: black;
    text-decoration: none;
}

/* END HOOFD SELECTOREN */

/* MAIN CONTENT */
#main-content-article{
    width:60%;
    min-height:720px;
    background: white;
    border:1px solid lightgrey;
    padding: 0 20px 0 20px;
    float:left;
    word-wrap: break-word;
    margin-top:170px;
    margin-bottom:50px;

}

#main-content-article img{
    margin-bottom:10px;

}

.page-header h2{
display:none;
}
/* END MAIN CONTENT */

/* NAVIGATIE BOVEN */

#menuicon{
    visibility: hidden;
    position: absolute;
    float:left;
    padding-left:5px;
    padding-top:5px;
}

#header{
    background: rgb(227,228,221); /* rgba(162,39,39,1);*/
    width:100%;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: fixed;
    z-index: 100;
    margin-top:70px;

}

#header img{
    margin-left:20px;
    margin-top:4px;
}


#header ul{
    position: relative;
    float: right;
    height:75px;


    list-style-type: none;
    width:500px;
    min-width:300px;
    margin-top:-10px;

    padding:0;
    background: transparent;
}

#header li{
    display: inline-block;
    margin:0;

    background: transparent !important;
    text-align: center;

}

#header li a{
    display:block;
    height:111px;
    padding:50px 10px 10px 10px;
    min-width: 100px;
    width:11%;
    color: rgba(162,39,39,1);;
}

#header li:last-child a{

}

#header li a:hover{
    background:rgba(162,39,39,1);
    color: white;



}


/* END NAVIGATIE BOVEN */

/* SIDEMENU */

#sidemenu2{
    display:none;
}

#sidemenu{
    display: block;
}

#sidemenu, #sidemenu2{
    float: left;
    width: 15%;
    padding:0;
    min-height:720px;
    border-right: 1px solid lightgrey;
    border-top:1px solid lightgrey;
    background: white;
    margin-top:170px;
    margin-left:12.5%;
}


#sidemenu ul, #sidemenu2 ul{
    width:100%;
    background: transparent;

    list-style-type: none;
    padding:0;
   margin-top:0.01px;

}

#sidemenu ul li, #sidemenu2 ul li{
    margin:0;
    background: transparent;
}

#sidemenu ul li a, #sidemenu2 ul li a{
    display:block;
    padding:12px 10px 10px 10%;
    width:100%;
}

#sidemenu ul li a:hover, #sidemenu2 ul li a:hover{
    background: rgba(162,39,39,0.7);
    color:white;
}
/* END SIDEMENU */

/* toTop Styling */

#toTop{
    z-index: 100;
    position: fixed;
    top:70%;
    left:-5%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: white;
    border-radius:50%;
    opacity:0.6;
}

#toTop:hover{
    cursor:pointer;
    opacity: 1;
}

/* END toTop STYLING */

/* FOOTER STYLING */

#footer {
    position: relative;
    font-size:12px;
    margin-top: -300px; /* negative value of footer height */
    height: 300px;
    clear:both;
    background: rgba(162,39,39,0.7);


}

#footer li{
    margin-top:10px;
}

#leftcolumn, #rightcolumn{
    width: 50%;
    float: left;
    margin:0;
    padding-top:20px;
    padding-left:10%;
    font-size:100%;


    color: white !important;
    min-height:300px;
    text-align: left;
    
}

#leftcolumn h3, #rightcolumn h3{
    color: white !important;
}

#leftcolumn ul, #rightcolumn ul{
    list-style-type: none;
    padding:0;
}

#leftcolumn ul li, #rightcolumn ul li{

    width:100%;
}

#leftcolumn a, #rightcolumn a{
    color: white;
}

#leftcolumn a:hover, #rightcolumn a:hover{
    color: orange;

}

#leftleftcolumn, #rightleftcolumn, #leftrightcolumn, #rightrightcolumn{
    width:50%;
    float:left;

}

#leftleftcolumn img{
    margin-left:-15px;

}

#rightrightcolumn{
    padding-left:20%;
}

#rightrightcolumn img{
    margin-right:1%;
}

#rightrightcolumn img:hover{
    opacity:0.5;
}



/* END FOOTER STYLING */

@media only screen and (max-width:  797px) {
    
    body{
        background: url('../../joomlatest/images/mobileBackground.jpg');
        overflow-x:hidden;
    }

    #toTop{
        z-index: 100;
        position: fixed;
        top:70%;
        left:0;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background: white;
        border-radius:50%;
        opacity:0.6;
    }

    #toTop:hover{
        cursor:pointer;
        opacity: 1;
    }

    #header{
        min-height:73px;
        z-index: 100;
        display:flex;
        -webkit-display:flex;
        justify-content: center;
    }
    #header li a {
        border-top: 2px solid transparent;
        display: block;
        height: 50px;
        padding: 20px 10px 10px 10px;
        min-width: 50px;
        width: 11%;
        color: rgba(162,39,39,0.7);;
    }

    #header li a:hover{
        border-top:2px solid white;
        color:rgba(162,39,39,0.7);
        background:transparent;
    }

    #menuicon{
        visibility: visible;
        left:0px;
    }

    #menuicon:hover{
        cursor:pointer;
    }

    #headericon{
        position: absolute;
        left:50%;
        margin-left:-100px !important;
        margin-top:4px;
        width:30% !important;
    }

    #sidemenu{
        display:none;
    }

    #sidemenu2{
        display:block;
        position:fixed;
        z-index:90;
        /*float: left;*/
        width: 50%;
        height:100%;
        padding:0;
        padding-top:20px;
        min-height:720px;
        border-right: 1px solid lightgrey;
        border-top:1px solid lightgrey;
        background: rgb(50,50,50);
        margin-top:140px;
        margin-left:-400px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    #sidemenu2 li a{
        color: white;
    }

    #main-content-article{
        width:100%;
        min-height:720px;
        background: white;
        border:1px solid lightgrey;
        padding: 0 20px 0 20px;
        float:left;
        word-wrap: break-word;
        margin-top:170px;
        margin-bottom:50px;

    }
    #header ul{
        width:100%;
        margin-top:60px;
    }

    #mainnav{
        display:none;
    }

    #footer{
        z-index:80;
    }

    
    #emailDiv{
        width:100%;
    }

    #google{
        display:none;
    }


#jssor_1{
    display:none;
}

#footericon{
    display:none;
}
}




