@font-face {
	font-family: 'albertsans_regular';
	font-display: fallback; 	/*fallback für Beitragstexte (Standard);  swap für Logo und ggf. für Slogan*/
src: url('AlbertSans-Regular.eot');
src: url('AlbertSans-Regular.eot?#iefix') format('embedded-opentype'),
	 url('AlbertSans-Regular.woff') format('woff'),
	 url('AlbertSans-Regular.woff2') format('woff2'),
	 url('AlbertSans-Regular.ttf') format('truetype'),
	 url('AlbertSans-Regular.svg#albertsans_regular') format('svg');}

@font-face {
	font-family: 'albertsans_italic';
	font-display: fallback; 	/*fallback für Beitragstexte (Standard);  swap für Logo und ggf. für Slogan*/
src: url('AlbertSans-Italic.eot');
src: url('AlbertSans-Italic.eot?#iefix') format('embedded-opentype'),
	 url('AlbertSans-Italic.woff') format('woff'),
	 url('AlbertSans-Italic.woff2') format('woff2'),
	 url('AlbertSans-Italic.ttf') format('truetype'),
	 url('AlbertSans-Italic.svg#albertsans_italic') format('svg');}

@font-face {
	font-family: 'albertsans_bold';
	font-display: fallback; 	/*fallback für Beitragstexte (Standard);  swap für Logo und ggf. für Slogan*/
src: url('AlbertSans-Bold.eot');
src: url('AlbertSans-Bold.eot?#iefix') format('embedded-opentype'),
	 url('AlbertSans-Bold.woff') format('woff'),
	 url('AlbertSans-Bold.woff2') format('woff2'),
	 url('AlbertSans-Bold.ttf') format('truetype'),
	 url('AlbertSans-Bold.svg#albertsans_bold') format('svg');}

@font-face {
	font-family: 'albertsans_bolditalic';
	font-display: fallback; 	/*fallback für Beitragstexte (Standard);  swap für Logo und ggf. für Slogan*/
src: url('AlbertSans-BoldItalic.eot');
src: url('AlbertSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
	 url('AlbertSans-BoldItalic.woff') format('woff'),
	 url('AlbertSans-BoldItalic.woff2') format('woff2'),
	 url('AlbertSans-BoldItalic.ttf') format('truetype'),
	 url('AlbertSans-BoldItalic.svg#albertsans_bolditalic') format('svg');}

/*Regular*/
body{font-family:albertsans_regular; font-weight:normal; font-style:normal;}

/*Bold*/
h1 span, h3{font-family:albertsans_bold; font-weight:normal; font-style:normal;}

/*Italic*/
em, blockquote{font-family:albertsansitalic; font-weight:normal; font-style:normal;}

/*Bolditalic*/
em strong, strong em{font-family:albertsansbold_italic; font-weight:normal; font-style:normal;}