@charset "utf-8";
#box1 {
	height: 700px;
	width: 82%;
	position: absolute;
	background-image: url(img/aktuell_004.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: 0% 0%;
	background-repeat: no-repeat no-repeat;
	float: left;
	display: inline;
}
#box2 {
	height: 700px;
	width: 35%;
	background-color: rgba(255,255,255,0.86);
	overflow: auto;
	margin-left: 50px;
}
#box3 {
	padding-bottom: 60px;
	height: 60px;
	padding-left: 40px;
	padding-top: 40px;
	padding-right: 40px;
	border: thin solid rgba(92,92,92,1.00);
}
#boxaktu {
	height: 590px;
	overflow-y: scroll;
	background-color: rgba(255,255,255,1.00);
	border: thin solid rgba(200,200,200,1.00);
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}

.image {
	display: inline;

}
#sozial {
	width: 150px;
	float: right;
	margin-left: 20px;
}



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

@media only screen and (max-width: 1024px) {
#box1 {
	background-image: url(img/aktuell_003.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: 36%;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#boxaktu {
	height: auto;
	overflow-y: visible;
	margin-top: 40px;
}

}

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

#box2 {
	overflow: auto;
	float: left;
}
#box3 {
	padding-left: 18px;
	padding-right: 18px;
}

}
