/*	Datenschutzschulung stylsheet
*/
.frage,
.ergebnis {
	clear: both;
	float: left;
	margin-left: 3em;
	margin-top: 1.0em;
	margin-bottom: 0.5em;
}
.frage + div {
	margin-left: 5em;
}
.frage + div input {
	clear: both;
	float: left;
	margin-top: 0.4em;
}
.frage p,
.frage + div label,
.ergebnis p {
	float: left;
	margin-right: 1.0em;
	margin-bottom: 0.5em;
	max-width: 30em;
}
.knopf {
	clear: both;
	float: left;
	margin-top: 1.0em;
}

.score {
	color: #fff;
	text-shadow: 1px 2px 1px #888;
	font-size: 1.0em;
	text-align: center;
	width: 120px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 1000px 1.5em;
	background-image: linear-gradient(to right, red, orange, yellow, green);
}


@media print {
	.ab-list {
		overflow: visible; 
		height: auto;
	}
	.ab-list thead th {
		border: 1px solid #9bafc3;
	}
	.post-edit-link,
	a[href*="new"],
	.ab-list thead tr:first-of-type,
	.ab-list tbody > tr > td:nth-of-type(9),
	.ab-list tbody > tr > td:nth-of-type(10) {
		display: none;
	}
	
}
