@font-face {
font-family: 'roboto_regular';
font-display: fallback; 	/*fallback für Beitragstexte (Standard);  swap für Logo und ggf. für Slogan*/
src: url('Roboto-Regular.eot');
src: url('Roboto-Regular.eot?#iefix') format('embedded-opentype'),
	 url('Roboto-Regular.woff') format('woff'),
	 url('Roboto-Regular.ttf') format('truetype'),
	 url('Roboto-Regular.svg#roboto_regular') format('svg');}
@font-face {
font-family: 'roboto_light';
font-display: fallback;
src: url('Roboto-Light.eot');
src: url('Roboto-Light.eot?#iefix') format('embedded-opentype'),
	 url('Roboto-Light.woff') format('woff'),
	 url('Roboto-Light.ttf') format('truetype'),
	 url('Roboto-Light.svg#roboto_light') format('svg');}
@font-face {
font-family: 'roboto_italic';
font-display: fallback;
src: url('Roboto-Italic.eot');
src: url('Roboto-Italic.eot?#iefix') format('embedded-opentype'),
	 url('Roboto-Italic.woff') format('woff'),
	 url('Roboto-Italic.ttf') format('truetype'),
	 url('Roboto-Italic.svg#roboto_italic') format('svg');}
@font-face {
font-family: 'roboto_medium';
font-display: fallback;
src: url('Roboto-Medium.eot');
src: url('Roboto-Medium.eot?#iefix') format('embedded-opentype'),
	 url('Roboto-Medium.woff') format('woff'),
	 url('Roboto-Medium.ttf') format('truetype'),
	 url('Roboto-Medium.svg#roboto_medium') format('svg');}
@font-face {
font-family: 'roboto_mediumitalic';
font-display: fallback;
src: url('Roboto-MediumItalic.eot');
src: url('Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'),
	 url('Roboto-MediumItalic.woff') format('woff'),
	 url('Roboto-MediumItalic.ttf') format('truetype'),
	 url('Roboto-MediumItalic.svg#roboto_mediumitalic') format('svg');}
@font-face {
font-family: 'roboto_bold';
font-display: fallback;
src: url('Roboto-Bold.eot');
src: url('Roboto-Bold.eot?#iefix') format('embedded-opentype'),
	 url('Roboto-Bold.woff') format('woff'),
	 url('Roboto-Bold.ttf') format('truetype'),
	 url('Roboto-Bold.svg#roboto_bold') format('svg');}
@font-face {
font-family: 'roboto_bolditalic';
font-display: fallback;
src: url('Roboto-BoldItalic.eot');
src: url('Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'),
	 url('Roboto-BoldItalic.woff') format('woff'),
	 url('Roboto-BoldItalic.ttf') format('truetype'),
	 url('Roboto-BoldItalic.svg#roboto_bolditalic') format('svg');}

/*Regular*/
body.fonts {font-family:roboto_regular, sans-serif; font-weight:normal; font-style:normal;}

/*Light*/
body.fonts .aaa{font-family:roboto_light, sans-serif; font-weight:normal; font-style:normal;}

/*Italic*/
body.fonts em, body.fonts blockquote,
body.fonts span.inhalt-kommentar-autor,
body.fonts .inhalt-suche-ergebnis-fehler span, body.fonts .inhalt-suche-ergebnis-url {font-family:roboto_italic, sans-serif; font-weight:normal; font-style:normal;}

/*Medium*/
body.fonts .xxx {font-family:roboto_bold, sans-serif; font-weight:normal; font-style:normal;}

/*Mediumitalic*/
body.fonts .yyy {font-family:roboto_bolditalic, sans-serif; font-weight:normal; font-style:normal;}

/*Bold*/
body.fonts h1 span, body.fonts h3, body.fonts h4, body.fonts h5,
body.fonts strong, body.fonts dt, body.fonts legend,
body.fonts caption, body.fonts th,
body.fonts #hinweis.fehler,
body.fonts .inhalt-mitteilung-datum,
body.fonts.mitteilung .inhalt-mitteilung h2.inhalt-mitteilung-datum,
body.fonts .inhalt-formular-senden-erfolgreich, body.fonts .inhalt-formular-senden-fehler,
body.fonts .inhalt-formular-feld-fehleingabe .inhalt-formular-checkbox-label label,
body.fonts p.button a, body.fonts input.submit, body.fonts #cookiehinweis .submit {font-family:roboto_bold, sans-serif; font-weight:normal; font-style:normal;}

/*Bolditalic*/
body.fonts em strong, body.fonts strong em, body.fonts h2,
body.fonts span.inhalt-beitrag-autor {font-family:roboto_bolditalic, sans-serif; font-weight:normal; font-style:normal;}

/*Mobilansicht*/
body.fonts.mobil .nav-titel,
body.fonts.mobil .inhalt-beitrag-mehr a, body.fonts.mobil .inhalt-beitrag-zurueck a, body.fonts.mobil .inhalt-mitteilung-mehr a, body.fonts.mobil .inhalt-mitteilung-zurueck a,
body.fonts.w480 tbody th:first-child, body.fonts.w480 td:first-child {font-family:open_sansbold, sans-serif; font-weight:normal; font-style:normal;}
