/*!
 * zusaetzliches CSS*/
/* blau #127dcd gelb #faef13 rot #af151e grau #535353  */
.navbar {
	position: fixed;
	z-index: 1000;
	width: 100%;
}
.spacer-nav {
min-height: 6em;	
}
.jumbotron-einzug {
	padding-right: 20%;
	padding-left: 30px;
	padding-bottom: 20px;
}
body {
	background-color: #535353;
}
p, h1, h2, h3, blockquote small {color:white;
}
a, a:hover {
	color: #FFC901;
}
div.jumbotron-unten a {
	color: black;
}
ul, ol {
    color: white;
}