@font-face {
	font-family: 'sdu-icons';
	src:url('fonts/sdu-icons.eot');
	src:url('fonts/sdu-icons.eot?#iefix') format('embedded-opentype'),
		url('fonts/sdu-icons.woff') format('woff'),
		url('fonts/sdu-icons.ttf') format('truetype'),
		url('fonts/sdu-icons.svg#sdu-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'sdu-icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-begroting, .icon-bekijk, .icon-calculeren, .icon-download, .icon-energie, .icon-exporteren, .icon-herberekenen, .icon-meer, .icon-opslaan, .icon-pijltjes, .icon-raming, .icon-reageer, .icon-telefoon, .icon-verwijderen, .icon-vinkje, .icon-werkbare-dagen {
	font-family: 'sdu-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-begroting:before {
	content: "\e000";
}
.icon-bekijk:before {
	content: "\e001";
}
.icon-calculeren:before {
	content: "\e002";
}
.icon-download:before {
	content: "\e003";
}
.icon-energie:before {
	content: "\e004";
}
.icon-exporteren:before {
	content: "\e005";
}
.icon-herberekenen:before {
	content: "\e006";
}
.icon-meer:before {
	content: "\e007";
}
.icon-opslaan:before {
	content: "\e008";
}
.icon-pijltjes:before {
	content: "\e009";
}
.icon-raming:before {
	content: "\e00a";
}
.icon-reageer:before {
	content: "\e00b";
}
.icon-telefoon:before {
	content: "\e00c";
}
.icon-verwijderen:before {
	content: "\e00d";
}
.icon-vinkje:before {
	content: "\e00e";
}
.icon-werkbare-dagen:before {
	content: "\e00f";
}
