@charset "utf-8";
#box1 {
	height: 700px;
	width: 82%;
	position: absolute;
	background-image: url("img/deckblatt-bruenneken_001.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-position: 0% 0%;
	background-repeat: no-repeat no-repeat;
	display: inline;
	float: left;
}
#box2 {
	float: left;
	height: 165px;
	margin-left: 0px;
	margin-top: 535px;
	clear: none;
	width: 100%;
	background-color: rgba(255,255,255,0.86);
	overflow: auto;
	padding-left: 26px;
}
.haupttext {
}
.haupttext-schrift {
	font-family: droid-serif, merriweather, Verdana, Arial;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
}
.nachtext {
	float: left;
	margin-right: 50px;
}

.nachtext-schrift {
	font-family: droid-sans;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
}

#sozial {
	float: left;
	height: 30px;
	width: 100%;
	margin-top: 6px;
}


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

@media only screen and (max-width: 1024px) {
#box1 {
	background-image: url("img/deckblatt-bruenneken_002.jpg");
	background-attachment: scroll;
	background-size: 100%;
	background-position: 0% 0%;
	background-repeat: no-repeat no-repeat;
}
#box2 {
	overflow: auto;
	float: left;
	margin-top: 37%;
	height: auto;
}
.nachtext {
	margin-right: 50px;
	width: 100%;
}
#sozial {
	float: left;
	height: 30px;
	width: 100%;
	margin-top: 60px;
}


}

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

}
