@charset "utf-8";
#box1 {
	height: 700px;
	width: 82%;
	position: absolute;
	background-image: url(img/abend_003.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: 0% 0%;
	background-repeat: no-repeat no-repeat;
	float: left;
	display: inline;
}
#box2 {
	height: 100%;
	width: 35%;
	background-color: rgba(255,255,255,0.70);
	overflow: auto;
	margin-left: 50px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
#sozial {
	width: 146px;
	float: right;
	margin-left: 20px;
}


@media only screen and (max-width: 1447px) {
#box2 {
	width: 400px;
}
#box1 {
	background-image: url(img/abend_003.jpg);
}


}

@media only screen and (max-width: 1024px) {
#box1 {
	background-image: url(img/abend_004.jpg);
	background-attachment: scroll;
	-webkit-background-size: 100%;
	background-size: 100%;
	width: 100%;
	height: auto;
	background-position: 0% 0%;
	background-repeat: no-repeat no-repeat;
}
#box2 {
	width: 100%;
	height: auto;
	margin-top: 46%;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
}

@media only screen and (max-width : 440px ) {
#box1 {
	background-image: url(img/abend_004.jpg);
	background-attachment: scroll;
	background-size: 100%;
	background-position: 0% 0%;
	background-repeat: no-repeat no-repeat;
}
#box2 {
	overflow: auto;
	float: left;
	padding-left: 18px;
	padding-right: 18px;
}
}
