.ergebnis {
  	font-family: Jost, Helvetica, sans-serif;
  	border-collapse: collapse;
  	margin: auto;
  	width: 95%;
  	max-width: 1000px;
	text-align: center;
	font-size: clamp(0.6em, 2.8vw, 1.2em);
  	border: 1px solid #000000;
	caption-side: top;
	
}
.ergebnis td {
	color: #000000;
  	padding: 3px;
  	margin: auto;
  	font-size: clamp(0.9em, 2.8vw, 1.1em);
}
.ergebnis th {
	font-weight: normal;
  	padding: 5px;
  	background-color: #223153;
  	color: #FFFFFF;
  	font-size: clamp(0.5em, 2.8vw, 1.2em);

}

.ergebnis tr:hover {
  	background-color: #e6c63b;
}

.right-aligned {
            text-align: right;
        }
.left-aligned {
            text-align: left;
        }
font {
  text-align: right;
  font-size: clamp(0.82em, 2.8vw, 1.3em);
}		