@charset "utf-8";
/* Desktops and laptops  */
@media only screen and (min-width:1025px) {
/* Header */
header .profileLogo .logoPlaceholder {
	float:right;
    text-align: right;
    clear:both;
	margin-bottom: 50px;
    text-decoration: none;
}
header .beLogo {
	float: left;
	clear: both; 
    width:140px;
    height:140px;
	margin-right: 3%;
}
header .aanvuBE {
	text-align:right;
	padding-top:70px;
    margin-bottom:30px;
}
.socialNetworkNavBar .socialNetworkNav {
	width: 74px;
	height: 74px;
	display: inline-block;
	margin-right: 23px;
  
}   
header .Content .contentItem {
	
}
/* Main content sections */
    
 #content {
    width:100%;
    min-height: 260px;
    float:left;
    
    }
 #betekst{
     font-size:22px;
    }
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 22.5%;
}
.mainContent .section1 .section1Content {
	display: block;
	margin-top: 0%;
	margin-right: 0%;
	margin-left: 26%;
	margin-bottom: 0%;
	font-family: sans-serif;
}
.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 0px;
	margin-left: 26%;
	font-family: sans-serif;
}
.mainContent .externalResourcesNav {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
}
/* Footer */
   
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
}
}