@charset "utf-8";
/* Media query for Mobile devices*/
@media only screen and (min-width : 285px) and (max-width : 480px) {
/* Header */
header {
	width: 100%;
	float: none;
}
header .profileLogo .logoPlaceholder {
	display: inline-block;
}
header .beLogo {
	display: inline-block;
    width:120px;
    height:120px;
}
header .aanvuBE {
	text-align: center;
	margin-top: 2%;
    margin-bottom:5px;  
}
header .aanvuBE p {
	text-align: justify;
}
.socialNetworkNavBar {
	text-align: center;
	display: block;
	margin-top: 20px;
	clear: both;
	margin-bottom: 5%;
}
.socialNetworkNavBar .socialNetworkNav {
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-right: 23px;   
}  
    .socialNetworkNav {
        font-size:12px;  
        color: #1DA522;
}    
header #blijeEyckel {
    width: 100%;
    text-align:center;
    font-size: 14px;
    height:80px;
    
} 
header #divOneliner {
    width: 100%;
    font-size:16px; 
    text-align:center;
    height:50px;
    margin-top: 10px;
    margin-bottom: 10px;
    
}  
   
header .Content {
	
}
header .Content .contentItem {
	
}
/* Main content sections */
#content {
       min-height: 80px; 
    }
    
#betekst {
    font-size: 14px;   
    font-family: 'Irish Grover', cursive;
    color:#32B6E6;
       
}
 .imgiwhc {
    width:80px;
}   
.mainContent .section1 {
	text-align: center;
	margin-bottom: 10%;
}
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: inline-block;
	text-align: left;
	font-family: sans-serif;
	text-align: justify;
}
.mainContent .section2 {
	display: block;
	text-align: center;
}
.section2 .section2Content {
	margin-top: 10%;
	text-align: justify;
	margin-bottom: 10%;
}
.mainContent .externalResourcesNav {
	margin-bottom: 10%;
}
.mainContent .externalResourcesNav .externalResources {
	width: 100%;
	height: 35px;
}

/* Footer */
#voetnoot {
    width: 100%;
    height:20px;
    margin-top:10px;
   
}    
    
footer {
	display: block;
	text-align: center;
	width:100%;
}
}