/* You can add global styles to this file, and also import other style files */
* {
  font-family: Helvetica;
  font-size:24pt;
  margin: 0;
  padding: 0;
}

.seite {
    margin: 2px;
}

.ueberschrift {
    text-align: left;
    color: darkblue;
    font-weight: 700;
}

.knopfSpalte {
    width: 16.33%;
}

.resetknopf {
    width: 100%;
    background-color: white;
    border-radius: 5px;
    border-style: solid;
}

.knopf {
    width: 100%;
    height: 1.5em;
    background-color: white;
    border-radius: 5px;
    border-style: solid;
	font-size:30pt;
}

.person {
    color: white;
}

.unterschied {
    color: white;
}

.aktuell {
    color: white;
}
