@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-webfont.eot');
src: url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	 url('Roboto-Regular-webfont.woff') format('woff'),
	 url('Roboto-Regular-webfont.ttf') format('truetype'),
	 url('Roboto-Regular-webfont.svg#roboto_regular') format('svg');}
@font-face {
font-family: 'roboto_italic';
font-display: fallback;
src: url('Roboto-Italic-webfont.eot');
src: url('Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'),
	 url('Roboto-Italic-webfont.woff') format('woff'),
	 url('Roboto-Italic-webfont.ttf') format('truetype'),
	 url('Roboto-Italic-webfont.svg#roboto_italic') format('svg');}
@font-face {
font-family: 'roboto_bold';
font-display: fallback;
src: url('Roboto-Bold-webfont.eot');
src: url('Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
	 url('Roboto-Bold-webfont.woff') format('woff'),
	 url('Roboto-Bold-webfont.ttf') format('truetype'),
	 url('Roboto-Bold-webfont.svg#roboto_bold') format('svg');}
@font-face {
font-family: 'roboto_bolditalic';
font-display: fallback;
src: url('Roboto-BoldItalic-webfont.eot');
src: url('Roboto-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
	 url('Roboto-BoldItalic-webfont.woff') format('woff'),
	 url('Roboto-BoldItalic-webfont.ttf') format('truetype'),
	 url('Roboto-BoldItalic-webfont.svg#roboto_bolditalic') format('svg');}

/*Regular*/
body.fonts {font-family:roboto_regular; 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; 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; font-weight:normal; font-style:normal;}

/*Bolditalic*/
body.fonts em strong, body.fonts strong em,
body.fonts span.inhalt-beitrag-autor {font-family:roboto_bolditalic; 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:roboto_bold; font-weight:normal; font-style:normal;}