body { 
	background: #ffffff;
	background-color: #ffffff;
	font-family: 'Roboto', sans-serif;
	margin: 0px; 
	padding: 0px;
    height: 100% !important;
	font-size: 14px; 
	background: url(img/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.container {
	width: 600px;
	margin: 0 auto;
	margin-top: 50px;
}

.footer {
	width: 100%;
	text-align: center;
	padding: 0px 0px 20px 0px;
}

.logo {
	text-align: center;
	padding-bottom: 30px;
}

.logo img {
	width: 300px;
	height: auto;
}

.box {
	width: 100%;
	float: left;
	margin: 0px 0px 20px 0px;
	background-color: rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
}

.box:hover {
	background-color: #fff;
}

.inhalt {
	padding: 20px;
}

h2 {
	font-size: 18px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 15px;
}

.position {
	font-size: 12px;
}

a, a:visited, a:focus { color: #000; text-decoration:  none; }
a:hover { color: #84847f; }

.header {
	width: 100%;
}

.left {
	width: 50%;
	float: left;
}

.right {
	width: 50%;
	float: left;
}

.clear {
	clear: both;
}

ul {
	margin-bottom: 0px !important;
}

@media screen and (max-width: 468px) {
	.container {
		width: 90%;
		margin: 0 auto;
		margin: 50px 5% 0px 5%;
	}
	.logo img {
		width: 80%;
	}
	.left {
		width: 100%;
		float: none;
	}

	.right {
		width: 100%;
		float: none;
		padding-top: 15px;
	}

}