body { 
	background: url(/images/hintergrund2.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
}
.fakeimg {
	height: 200px;
	background: #aaa;
}
.card{
	color: black;
	background-color:#ffffffdb;
	margin-bottom: 20px;
}
.modal-content {
	background-color: #a1a0a0;
	color: #000;
}
a {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	background-color: transparent;
}
a:link {
	color: rgba(255, 255, 255, 1);
}
a:visited {
	color: rgba(255, 255, 255, 1);
}
a:hover {
	color: rgba(255, 255, 255, 1);
}

a:active {
	color: rgba(255, 255, 255, 1);
}
.jumbotron {
	background-color: darkolivegreen;
}   
#unten {
	width:100%;
	z-index:0;
}
#oben {
	position:absolute;top:80px;left:30px;
	width:80%;
	z-index:1;
}
.openPopup {
	cursor: pointer;
}
