/**
 * Theme Name: Hueman Child for FAT
 * Template:   hueman
 * Author: Tom Arnold
 */


.spielplan {}
.spielplan .spielplan-list {
	margin: 0; padding: 0;
	list-style-type: none;
}
.spielplan .spielplan-heading {
	font-size: 1em;
	line-height: 1.4;
	border-bottom: 1px solid #ccc;
}
.spielplan .spielplan-list {
	border-bottom: 1px solid #ccc;
}
.spielplan .spielplan-list > li {
	margin: 0; padding: 0;
	list-style: none;
	margin-bottom: 1rem;
}
.spielplan .spielplan-list-heading {
	font-size: 1em;
	line-height: 1.4;
	margin: 0; padding: 0;
}
.spielplan .spielplan-list-title {
	text-transform: uppercase;
	font-weight: 900;
}
.spielplan .show-info {
	font-weight: bold;
	color: var(--wp--preset--color--vivid-red,#900);
}
