@charset "utf-8";
/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1024px) {
/* Header */
header {
	width: 100%;
	float: none;   
}
header .profileLogo .logoPlaceholder {
	float:right;
    text-align: right;
    clear:both;
	margin-bottom: 50px;
}    
header .profileLogo .logoPlaceholder {
	float:right;
    text-align: right;
    clear:both;
}
header .beLogo {
	float: left;
	clear: both;
	margin-right: 3%;	
}
header .aanvuBE {
	text-align:right;
	padding-top:7%;
    margin-bottom:30px;  
}
.socialNetworkNavBar .socialNetworkNav {
	width: 74px;
	height: 74px;
	display: inline-block;
	margin-right: 23px;
}    
.Content .contentItem {
	
}
/* Main content and sections */
  #content {
       min-height: 200px; 
        
    }
    
    #betekst{
     font-size:22px;
    }   
    
    
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: block;
	margin: 0% 0% 0% 20%;
	font-family: sans-serif;
	margin-top: 5%;
	margin-bottom: 5%;
}
.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 0px;
	margin-left: 20%;
	font-family: sans-serif;
	margin-top: 5%;
	margin-bottom: 5%;
}
.mainContent .externalResourcesNav {
	margin-left: 20%;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
	margin-top: 5%;
}
/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
}
}