/* ===================================================================== */
/* Kalibrierung und allgemeine Einstellungen                             */
/* ===================================================================== */

* {padding: 0; margin: 0;}
html { height: 100%; }
h1 {font-weight:normal; font-size: 300%; color: #000000;}
a:link {text-decoration: none;}
a:visited {color: black;}

body {
  background-color: #FFFFFF;
  color: black; /* Schriftfarbe */
  /*font-family: Segoe UI Light, Segoe UI, Calibri Light, Verdana, Arial;*/
  font-family: Segoe UI, Arial;
  font-weight: 300;
  font-size: small;
  height: 100%;
}

/* Verhindert das automatische skalieren von Schriftgrößen (vor allem in Tabellen) bei mobilen Browsern */
html,body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

/* ===================================================================== */
/* Selbst-Definierte Farben                                              */
/* ===================================================================== */

:root {
  --ZenAsienHaupt: #EEA900;
}

a.ZentralasienLink{
  color: #d99a00;
}
