/* SPANs als Tab-Ersatz formatieren */

	.tabersatz1em { width:1em; }
	.tabersatz2em { width:2em; }
	.tabersatz3em { width:3em; }
	.tabersatz4em { width:4em; }
	.tabersatz5em { width:5em; }
	.tabersatz6em { width:6em; }
	.tabersatz7em { width:7em; }
	.tabersatz8em { width:8em; }
	.tabersatz9em { width:9em; }
	.tabersatz10em { width:10em; }
	.tabersatz11em { width:11em; }
	.tabersatz12em { width:12em; }
	.tabersatz13em { width:13em; }
	.tabersatz14em { width:14em; }
	.tabersatz15em { width:15em; }

	span[class^="tabersatz"] {
		display:inline-block;
	}


.site-content h3.wp-block-heading {
		margin-bottom:1em;
	}
	
	
.entry-content p+ul {
	margin-top:1em;
}

.entry-content ul li {
		margin-bottom:1em;
	}