/*	CONTENT BLOCK 1-1
/*----------------------------------------------------*/
/* Startseite */
.content-1-1 {
	background: url("../images/typewriter-bg.jpg") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.content-1-1 .container {
	margin-top: 380px;
}

.content-1-1 h1 {
	text-transform: uppercase;
	font-weight: 300;
}

/* Leistungen */
.content-1-1-3 {
	background: url("../images/leistungen-bg.jpg") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.content-1-1-3 .container {
	margin-top: 380px;
}

.content-1-1-3 h1 {
	text-transform: uppercase;
	font-weight: 300;
}

/* Kontakt */
.content-1-1-4 {
	background: url("../images/kontakt-bg.jpg") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.content-1-1-4 .container {
	margin-top: 380px;
}

.content-1-1-4 h1 {
	text-transform: uppercase;
	font-weight: 300;
}

/* Anfahrt */
.content-1-1-5 {
	background: url("../images/anfahrt-bg.jpg") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.content-1-1-5 .container {
	margin-top: 380px;
}

.content-1-1-5 h1 {
	text-transform: uppercase;
	font-weight: 300;
}