@font-face {
	font-family: 'agenios';
	src:url('../fonts/agenios/agenios.eot');
	src:url('../fonts/agenios/agenios.eot?#iefix') format('embedded-opentype'),
		url('../fonts/agenios/agenios.svg#agenios') format('svg'),
		url('../fonts/agenios/agenios.woff') format('woff'),
		url('../fonts/agenios/agenios.ttf') format('truetype');
	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: 'agenios';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	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-"]:before {
*/
.submitted .username:before,
.submitted span.time:before,
.submitted span.solar-term:before,
.submitted time:before,
.solar-comment-count:before,
#block-views-aktuelles-block h2:before,
#block-views-meistgelesene-artikel-block h2:before,
#block-views-footer-beliebte-artikel-block h2:before,
#block-search-form h2:before,
#block-menu-menu-inhalt-solar h2:before,
#block-menu-menu-inhalt-photovoltaik h2:before,
#block-menu-menu-inhalt-solarthermie h2:before,
#block-menu-menu-kategorien h2:before,
.icon-twitter:before, .icon-file:before, .icon-user:before, .icon-calendar-alt-fill:before, .icon-x-altx-alt:before, .icon-search:before, .icon-menu:before, .icon-feed:before, .icon-folder:before, .icon-bubbles:before {
	font-family: 'agenios';
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	padding-right: 0.25em;
}

.icon-twitter:before {
	content: "\31";
}

.icon-file:before,
#block-views-footer-beliebte-artikel-block h2:before,
#block-views-meistgelesene-artikel-block h2:before {
	content: "\32";
}

.icon-user:before,
.submitted .username:before {
	content: "\33";
}

.icon-calendar-alt-fill:before,
.submitted span.time:before,
.submitted time:before {
	content: "\34";
}

.icon-x-altx-alt:before {
	content: "\35";
}

.icon-search:before,
#block-search-form h2:before {
	content: "\36";
}

.icon-menu:before,
#block-menu-menu-inhalt-solar h2:before,
#block-menu-menu-inhalt-solarthermie h2:before,
#block-menu-menu-inhalt-photovoltaik h2:before {
	content: "\37";
}

.icon-feed:before,
#block-views-aktuelles-block h2:before{
	content: "\38";
}

.icon-folder:before,
.submitted span.solar-term:before,
#block-menu-menu-kategorien h2:before {
	content: "\39";
}

.icon-bubbles:before,
.solar-comment-count:before {
	content: "\30";
}


