
@media print {
	.noprint { display: none !important; }
	body,html { margin: 0px; }
}

body {
	font-family: sans-serif;
	font-size: 10pt;
}

fieldset {
	border-radius: 5px;
	box-shadow: 5px 8px 5px gray;
	margin-bottom: 14px;
	border: 3px outset lightgray;
	width: 350px;
	max-width: 350px;
  background-color: white;
}

fieldset#error {
	display: none;
	position: fixed;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	z-index:30;
	border: 3px solid red;
	background-color: white;
	cursor: pointer;
	max-width: none;
}

fieldset#quelltext {
	display: none;
	position: fixed;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	z-index:20;
	border: 3px solid blue;
	background-color: white;
	cursor: pointer;
	max-width: none;
}

legend {
	font-weight: bold;
	background-color: white;
}

#formular {
	position: fixed;
	z-index: 5;
	flex-direction: column;	
	background: None;
}

.anmerkung {
	margin-right: 4px;
	min-width: 200px;
}

#document {
	font-family: 'CMUSerifRoman';
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	width: 18cm;
	margin: 0cm auto;
}

#document h3 {
	font-family: 'CMUSerifBold';
}

ol#aufgabensammlung {
	padding-left: 20px;
}

ol#aufgabensammlung > li {
	margin-top: 10px;
	position: relative;
}

ol#aufgabensammlung > li > ol {
	list-style-type: lower-latin;
	padding-left: 20px;
}

ol#aufgabensammlung > li > ol > li {
	padding: 0.4em 0;
}

.paar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.entfernen {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 6;
	display: none;
}