/* CSS Document */

* {
	margin:0;
	padding:0;
}


body, html {
	width:100%;
	height:100%;
}

body {
	box-sizing:border-box;
	/* max-width:1180px; */
	padding-left:1.25em;
	padding-right:1.25em;
	font-family:'Oxygen', arial, sans-serif;
	font-size:100%;
	background-color:#fff;
}

ol {
	margin-left:2em;
	line-height:1.5em;
	}


#primaer {
	width:7em;
	height:7em;
	border:none;
	border-radius:1em;
	background-color:hsl(24,100%,42.5%);
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}

#primaer_verlauf {
	width:7em;
	height:7em;
	border:none;
	border-radius:1em;
	float:left;
	margin-right:1em;
	margin-bottom:1em;
	background: #d95800; /* Old browsers */
background: -moz-linear-gradient(-45deg, #d95800 0%, #d6804a 41%, #d85f0f 73%, #d65200 85%, #d14200 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#d95800), color-stop(41%,#d6804a), color-stop(73%,#d85f0f), color-stop(85%,#d65200), color-stop(99%,#d14200)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #d95800 0%,#d6804a 41%,#d85f0f 73%,#d65200 85%,#d14200 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #d95800 0%,#d6804a 41%,#d85f0f 73%,#d65200 85%,#d14200 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #d95800 0%,#d6804a 41%,#d85f0f 73%,#d65200 85%,#d14200 99%); /* IE10+ */
background: linear-gradient(135deg, #d95800 0%,#d6804a 41%,#d85f0f 73%,#d65200 85%,#d14200 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d95800', endColorstr='#d14200',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.textfett {
	font-weight:600;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin-top:0.3em;
	margin-bottom:0.5em;
}

h1 {
	font-size:200%;
	/*font-style:italic;*/
}

h2{
	font-size:180%;
	clear:left;
	margin-top:1em;
	margin-bottom:0.5em;
}

h3 {
	font-size:160%;
	margin-bottom:0.5em;
}

h4 {
	font-size:150%;
}
h5 {
	font-size:130%;
}
h6 {
	font-size:120%;
}
p {
	margin-bottom:0.8em;
	line-height:1.5em;
}

