html {
  --primary: #a00;
  --secondary: #a00;	
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url('Roboto-Regular.ttf');
}
* {
    font-family: Roboto;
}
body {
	background-color: #e9e9e9;
	font-size: 16px;
	margin: 10px;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover:not(.button) {
	color: #000;
	text-decoration: underline;
}
.navigation {
    padding-top: 10px;
    padding-bottom: 8px;
}
.menu {
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    padding: 0px;
}
.menu li {
    display: inline;
}
.menu li a {
	background-color: var(--primary);
    border: 2px solid var(--primary);
    border-radius: 6px;
    padding: 2px 4px;
	color: #fff;
}
.menu li a:hover {
	background-color: #fff;
	color: var(--primary);
	text-decoration: none;
}
.content {
	border: 1px solid #000;
	padding: 20px;
	background-color: #fff;
}
.table-1 {
	background-color: #ddd;
}
.table-2 {
	background-color: #fff;
}
.footer {
	margin: auto;
	text-align: center;
	width: 780px;
    padding: 10px 0;
    font-size: 11px;
    color: #333;
}
.Frage{
	font-weight: bold;
	font-size: 13px;

}
.Stil1 {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}
.Stil2 {
	color: #ccc;
	font-size: 10px;
}
input{
	color: #000000;
	background-color: #fff;
	border:1px solid #000000;
}
.button{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #fff;
	border:1px solid #000000;
	padding-left:5px;
	padding-right:5px;
}
#chat{
	width: 720px;
	color: #000000;
	background-color: #fff;
	border: 1px solid #000000;
}
h2{
  color: var(--secondary);
}