.-m-cms-cont-cd-preise {
	xfont-size:1.2rem;
	xmargin:1rem 0;
	margin-top:2.0rem;
}
.-m-cms-cont-cd-preise > h2 {
	margin-bottom:.2rem;
}
.-m-cms-cont-cd-preise tr {
	display:flex;
	flex-wrap:wrap;
	padding:.3em 0;
}
.-m-cms-cont-cd-preise tr > * {
	padding:0;
}

.-m-cms-cont-cd-preise th {
	font-weight:bold;
	flex: 0 0 auto;
}
.-m-cms-cont-cd-preise th::after {
	content: ' — ';
	margin:0 .1em;
	font-weight:400;
}

.-m-cms-cont-cd-preise td {
	flex: 1 1 30em;
	margin:0;
}

@media (max-width: 1093px) {
	.-m-cms-cont-cd-preise th::after {
		display:none;
	}
	.-m-cms-cont-cd-preise td {
		flex: 1 1 100%;
	}
}