.nederlands {
	width: 48px;
 	height: 48px;
  	content: url("../images/nederlands%402x.png"); 	// This is actually a 96x196 image
}

.duits {
	width: 48px;
 	height: 48px;
  	content: url("../images/duits%402x.png"); 	// This is actually a 96x196 image
}

.engels {
	width: 48px;
 	height: 48px;
  	content: url("../images/engels%402x.png"); 	// This is actually a 96x196 image
}

.logo {
	width: 272px;
 	height: 75px;
  	content: url("../images/logo_klein%402x.png"); 	// This is actually a 96x196 image
}

.facebook {
	width: 50px;
 	height: 50px;
  	content: url("../images/icon_facebook%402x.png"); 	// This is actually a 96x196 image
}

.twitter {
	width: 50px;
 	height: 50px;
  	content: url("../images/icon_twitter%402x.png"); 	// This is actually a 96x196 image
}

.youtube {
	width: 48px;
 	height: 48px;
  	content: url("../images/icon_youtube%402x.png"); 	// This is actually a 96x196 image
}