h1 {
	font-size: 1.4em;
}

h1, h2 {
	font-weight: bold;	
}

h1, h2, h3 {
	color: #f08143;
	padding: 2em 0 0.5em 0;
}

.section-wissenswertes p {
	color: white;
}

.section-wissenswertes ul {
	padding: 0.5em 0 0 2em;
}

.section-wissenswertes p +ul {
	padding: 1em;
}

.section-wissenswertes li {
	color: white;
	list-style-type: disc;
}

.section-wissenswertes a {
	display: block;
	margin-top: 3em;
	color: white;
}

.section-wissenswertes a:hover {
	outline:0;
	/*text-decoration:underline;*/
	color: #F08143;
}