@font-face {
font-family: 'blackjack';
font-display: fallback; 	/*fallback für Beitragstexte (Standard);  swap für Logo und ggf. für Slogan*/
src: url('blackjack-webfont.eot');
src: url('blackjack-webfont.eot?#iefix') format('embedded-opentype'),
	 url('blackjack-webfont.woff') format('woff'),
	 url('blackjack-webfont.ttf') format('truetype'),
	 url('blackjack-webfont.svg#blackjack') format('svg');}
@font-face {
font-family: 'robotoregular';
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: 'robotoitalic';
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#robotoitalic') format('svg');}
@font-face {
font-family: 'robotobold';
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#robotobold') format('svg');}
@font-face {
font-family: 'robotobold_italic';
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#robotobold_italic') format('svg');}

/*Regular*/
body.fonts {font-family:robotoregular; font-weight:normal; font-style:normal;}

/*Black Jack*/
body.fonts h1 span{font-family:blackjack; font-weight:normal; font-style:normal;}
/*body.fonts.startseite h1 span{font-size:6em;}
body.fonts.startseite h1{padding-top:8em;}
body.fonts h1{padding-top:0.5em;}*/

/*Bold*/
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-mehr, 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 #cookiehinweis .submit,
body.fonts #slogan span, body.fonts .nav-titel span  {font-family:robotobold; 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:robotoitalic; font-weight:normal; font-style:normal;}

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