:root {
/* ALLGEMEINE ANGABEN */
    --bodyhg: #444444;
    --font_main: #222222; /* greift auch immer, wenn ich nix definiert habe */
	--opacity0: rgba(255,255,255,0); /* um Dinge unsichtbar zu machen */

/* DESIGNHIGHLIGHT */
	--andarna: #f7c45b;  /* used: #f7c45b; */ /* Version 1: #f9ce6b # 2: f6ba4c # 3: f7c45b # 4: f6c055 */
	--andarna_onlight: var(--andarna); /* für helle Hintergrundboxen */ 
	--andarna_ondark: var(--andarna); /* für dunkle Hintergrundboxen */ 

/* FORENHEADER
	meint ausschließlich den Forennamen im Banner */
	--font_header: #ffffff;

/* DUNKLER HG, HELLE SCHRIFT
	Einteilung für die Standardfarbgebung gedacht, wo z.B. Indexeinschübe auf schwarzen Hintergründen sind */ 
	--opacity85: rgba(0,0,0,0.85); /* Stickynav */
	--font_lmain: #ffffff; /* normale Schrift */
	--font_llink: #fefefe; /* typische Linkfarbe */
	--opacity55: rgba(0,0,0,0.55); /* overlay hinterm Maininhalt */
	--opacity60: rgba(0,0,0,0.55); /* Farbe der Indexboxen */
	--opacity30: rgba(0,0,0,0.3); /* Entfärbt Useravas auf der Spielerseite und dem Index */
	--headerhr_dark: #000000; /* Abgrenzung in dunkler */
	--headerhr_light: #ffffff; /* Abgrenzung in hell */
	--headerbar: rgba(255,255,255,0.4); /* Progressbar im Postmarathon */
	
/* HELLER HG, DUNKLE SCHRIFT 
	Einteilung für die Standardfarbgebung gedacht, wo z.B. Forenboxen einen hellen Hintergrund haben */
	--forumhg_tabletitle: rgba(224,224,224,0.6); /* Hintergrund für Tabellenköpfe */
	--forumhg_tablecat: rgba(185,185,185,0.8); /* Kategorie einer Tabelle */
	--forumhg: rgba(224,224,224,0.85); /* Forenhintergrund */
	--profilhg_ofd: rgba(210,210,210,1); /* Hintergrund ohne Transparenz */	
	--profillight: rgba(224,224,224,0.85); /* rgba(244,244,244,1); */
	--font_dlink: #000000; /* typische Linkfarbe */
	--factshr: #888888; /* Rahmen um Fakten im Profil etc. */
	--rechtszeug: #000000; /* für Impressum etc. */
	
/* AUF HIGHLIGHT */ 
	--font_onhigh:  #000000; /* soll ersetzt werden, weil die Schriftfarbe der jeweiligen Box mit der Akzentfarbe funktionieren sollte */
	--font_ongroup: #ffffff;
	--font_link_lighthg: #000000;

/* LINK AUF HG */
	--link_darkhg: #000000;
	--font_link_darkhg: #fefefe;
	
/* GRUPPENFARBEN */
    --groupcolormn: #50212C; /* Militär Navarre */
    --groupcolormp: #142835; /* Militär Poromiel */
    --groupcolorzn: #83323C; /* Zivil Navarre */
    --groupcolorzp: #254653; /* Zivil Poromiel */
    --groupcolorkn: #741A24; /* Kadetten Navarre */
    --groupcolorkp: #19323E; /* Kadetten Poromiel */
    --groupcolor-none: #CCCCCC; /* Standard */
	--groupmisc: #32834c; /* Gesuche: versch. Gruppen & Default */
	
/* Alertfarben */
	--alert_font: #ff0000; /* z.B. Postingchallenges */
	--font_alerts: #222222; /* z.B. PN-Meldung */
	--background_yalert: #FFF6BF; 
	--background_ralert: #f4cacc;
	--alert_hover: #000000;
	
	
/* außerdem in der global.css anpassen: 
	Die Klasse für den Hintergrund eines Postbits, damit die Vorschau bei der eigenen Postingfarbe funktionert. 
	.usercss_bakgrunn { } */	
}


/* SCHRIFTEN */ 
/* chivo-100 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Chivo';
  font-style: normal;
  font-weight: 100;
  src: url(https://flame-and-fury.de/skrifter/chivo-v18-latin_latin-ext-100.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* chivo-100italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Chivo';
  font-style: italic;
  font-weight: 100;
  src: url(https://flame-and-fury.de/skrifter/chivo-v18-latin_latin-ext-100italic.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* chivo-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Chivo';
  font-style: normal;
  font-weight: 300;
  src: url(https://flame-and-fury.de/skrifter/chivo-v18-latin_latin-ext-300.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* chivo-300italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Chivo';
  font-style: italic;
  font-weight: 300;
  src: url(https://flame-and-fury.de/skrifter/chivo-v18-latin_latin-ext-300italic.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* chivo-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Chivo';
  font-style: normal;
  font-weight: 400;
  src: url(https://flame-and-fury.de/skrifter/chivo-v18-latin_latin-ext-regular.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* chivo-italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Chivo';
  font-style: italic;
  font-weight: 400;
  src: url(https://flame-and-fury.de/skrifter/chivo-v18-latin_latin-ext-italic.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* chivo-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Chivo';
  font-style: normal;
  font-weight: 500;
  src: url(https://flame-and-fury.de/skrifter/chivo-v18-latin_latin-ext-500.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* chivo-500italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Chivo';
  font-style: italic;
  font-weight: 500;
  src: url(https://flame-and-fury.de/skrifter/chivo-v18-latin_latin-ext-500italic.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* chivo-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Chivo';
  font-style: normal;
  font-weight: 700;
  src: url(https://flame-and-fury.de/skrifter/chivo-v18-latin_latin-ext-700.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* chivo-700italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Chivo';
  font-style: italic;
  font-weight: 700;
  src: url(https://flame-and-fury.de/skrifter/chivo-v18-latin_latin-ext-700italic.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* chivo-900 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Chivo';
  font-style: normal;
  font-weight: 900;
  src: url(https://flame-and-fury.de/skrifter/chivo-v18-latin_latin-ext-900.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* chivo-900italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Chivo';
  font-style: italic;
  font-weight: 900;
  src: url(https://flame-and-fury.de/skrifter/chivo-v18-latin_latin-ext-900italic.woff2) format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}