/*==============================================================================*/
/*      BASIS STYLESHEET ZUM RÜCKSETZEN DES BROWSERS                            */
/*==============================================================================*/

/*Reset*/
*
{
    padding:            0;
    margin:             0;
}

html
{
    height:             101%; /* Erzwingen der Bildlaufleiste. */
    font-family:        "Calibri Light", "Helvetica", sans-serif;
    line-height:        1.2em;
}

img {
    border:             0;
    vertical-align:     bottom;
}

:link {
    color:              inherit;
}

:visited {
    color:              inherit;
}

body
{
    background-color:   #0c2635;
    margin: 		0;
}

a {
    text-decoration:    none;
}

b {
    font-weight:        bold;
}

/**
 * Schrift Formatierungen.
 */

*, *::before, *::after {
    /*
    Fix für mobile Browser, im speziellen Firefox, damit die Schriften nicht
    ungleichmässig skaliert werden und die Seite dadurch schlecht aussieht.
    */ 
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

* {
    font-size:          16px;
    text-align:         left;
    vertical-align:     top;
}

.title_1,
.title_2,
.title_3,
.title_4 {
    font-weight:        bold;
    margin-bottom:      1em;
}
.title_1 { font-size: 26px; }
.title_2 { font-size: 22px; }
.title_3 { font-size: 18px; }
.title_4 { font-size: 16px; }

.paragraph { margin-bottom: 1em; }

.white { color: white; }
.black { color: black; }

.right { text-align: right; }
.center_h { text-align: center; }
.center_v { vertical-align: middle; }
.bottom { vertical-align: bottom; }

.footnote { font-size: 12px; }
