body {
	background-color: #595959;
	background-image: url("/images/referenzen.svg");
	background-repeat: no-repeat;
	background-position: -650px 850px;
}

.container {
	width: 1100px;
	margin: 20px auto;
}

.navi {
	width: 1100px;
	height: 150px;
	float: left;
}

.linie {
	width: 1100px;
	height: 25px;
	border-bottom: 1px solid #999;
	float: left;
}

.slider {
	width: 1100px;
	height: 670px;
	background-color: #fff;
	-moz-box-shadow: 4px 4px 16px 8px rgba(0,0,0,0.4);
	-webkit-box-shadow: 4px 4px 16px 8px rgba(0,0,0,0.4);
	box-shadow: 4px 4px 16px 8px rgba(0,0,0,0.4);
	float: left;
}

.logo {
	width: 550px;
	height: 56px;
	background-color: transparent;
	background-image: url("/images/logo_3.png");
	background-size: 195px 65px;
	background-repeat: no-repeat;
	float: left;
}

.headline {
	width: 550px;
	height: 56px;
	background-color: transparent;
	background-image: url("/images/referenzen_2.png");
	background-size: 320px 50px;
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}

.buttons {
	font-size: 14px;
	font-family: OpenSansLight;
	color: #fff;
	height: 26px;
	margin-right: 55px;
	padding-top: 10px;
	float: left;
}

.buttons_on {
	font-size: 14px;
	font-family: OpenSansSemibold;
	color: #fff;
	height: 26px;
	margin-right: 60px;
	padding-top: 10px;
	float: left;
	border-bottom: 5px solid #aaa;
}

.fuss {
	font-size: 14px;
	font-family: OpenSansLight;
	color: #fff;
	height: 26px;
	margin-top: 15px;
	float: left;
}

.fuss a {
	color: #fff;
	text-decoration: none;
}

.fuss a:hover {
	color: #ccc;
	text-decoration: none;
}

@media only screen and (max-width: 1140px) {

	.container {
		width: 880px;
		margin: 0 auto;
	}

	.navi {
		width: 880px;
		height: 90px;
		float: left;
	}

	.linie {
		width: 880px;
		height: 10px;
		border-bottom: 1px solid #999;
		float: left;
	}

	.slider {
		width: 880px;
		height: 536px;
		background-color: #fff;
		-moz-box-shadow: 4px 4px 16px 8px rgba(0,0,0,0.4);
		-webkit-box-shadow: 4px 4px 16px 8px rgba(0,0,0,0.4);
		box-shadow: 4px 4px 16px 8px rgba(0,0,0,0.4);
		float: left;
	}

	.logo {
		width: 440px;
		height: 40px;
		background-color: transparent;
		background-image: url("/images/logo_3.svg");
		background-size: 156px 52px;
		background-repeat: no-repeat;
		float: left;
	}

	.headline {
		width: 440px;
		height: 40px;
		background-color: transparent;
		background-image: url("/images/referenzen_2.svg");
		background-size: 230px 36px;
		background-repeat: no-repeat;
		background-position: right top;
		float: left;
	}

	.buttons {
		font-size: 12px;
		font-family: OpenSansLight;
		color: #fff;
		height: 20px;
		margin-right: 50px;
		padding-top: 6px;
		float: left;
	}

	.buttons_on {
		font-size: 12px;
		font-family: OpenSansSemibold;
		color: #fff;
		height: 20px;
		margin-right: 50px;
		padding-top: 6px;
		float: left;
		border-bottom: 4px solid #aaa;
	}

	.fuss {
		font-size: 12px;
		font-family: OpenSansLight;
		color: #fff;
		height: 20px;
		margin-top: 10px;
		float: left;
	}

	.fuss a {
		color: #fff;
		text-decoration: none;
	}

	.fuss a:hover {
		color: #ccc;
		text-decoration: none;
	}


}
