.schnellkontakt {
	box-sizing: border-box;
	font-size: 1rem;
}

table.schnellkontakt {
	border-collapse: collapse;
	margin: 0 0 3rem;
	width: 100%;
	max-width: 800px;
}

table.schnellkontakt thead tr {
	background-color: rgba(0,0,0,0.2);
	font-weight: bolder;
	text-align: left;
}

table.schnellkontakt th,
table.schnellkontakt td {
	padding: 0.7rem 1.2rem;
}

table.schnellkontakt tbody tr {
	border-bottom: 1px solid rgb(125,125,125);
}

table.schnellkontakt tbody tr:last-of-type {
	border-bottom: 1px solid rgb(125,125,125);
}

table.schnellkontakt tbody tr:hover {
	background-color: rgba(0,0,0,0.05);
}

@media screen and (max-width: 800px) {
	
	table.schnellkontakt thead {
		display: none;
	}
	
	table.schnellkontakt tbody tr {
		display: block;
		margin-bottom: 1.5rem;
		background-color: rgba(0,0,0,0.1);
	}
	
	table.schnellkontakt tbody tr:hover {
	background-color: rgba(0,0,0,0.1);
}
	
	table.schnellkontakt tbody tr:last-of-type {
	border-bottom: 1px solid rgb(125,125,125);
}
	
	table.schnellkontakt tbody td {
		display: block;
		/*margin-bottom: 0.8rem;*/
	}
	
	table.schnellkontakt th,
table.schnellkontakt td {
	padding: 0.4rem 1.2rem;
}
	
	/*table.schnellkontakt tbody td::before {
		content: attr(data-label);
		display: inline-block;
		min-width: 100px;
		font-weight: bolder;
		margin: 0 20px 0 0;
	}*/
}