@charset "utf-8";
#box1 {
	height: 700px;
	width: 82%;
	position: absolute;
	background-image: url(img/bruecke_001.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: 40%;
	background-color: rgba(255,255,255,0.86);
	margin-left: 50px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#box1 #box2 .text1 {
	height: 512px;
	overflow-y: scroll;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 50px;
	border: thin solid rgba(130,130,130,1.00);
	padding-top: 14px;
}


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


}

@media only screen and (max-width: 1024px) {
#box1 {
	background-image: url(img/bruecke_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 {
	height: auto;
	margin-top: 43%;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 100%;
}
#box1 #box2 .text1 {
	border: none;
	overflow-y: visible;
	width: auto;
	height: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#box2 a #feedbackSubmit {
	margin-bottom: 80px;



}


}

@media only screen and (max-width : 440px ) {
#box1 {
	background-image: url(img/bruecke_004.jpg);
	background-attachment: scroll;
	background-size: 100%;
	background-position: 0% 0%;
	background-repeat: no-repeat no-repeat;
}
#box2 {

}
}
