@media only screen and (max-width: 40em) {
	.tabelle-1 th, .tabelle-1 td {
		padding: 0.5rem 0;
		word-wrap: break-word;
		vertical-align: top;
		font-size: 0.813rem;
	}
	.tabelle-1 th:first-child, .tabelle-1 td:first-child {
		padding-right: 0.5rem;
	}
}