@charset "utf-8";
#box1 {
	height: 700px;
	width: 82%;
	position: absolute;
	background-image: url(img/historie-hobel_002.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: 40%;
	background-color: rgba(255,255,255,0.86);
	overflow: auto;
	margin-left: 50px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	overflow-y: scroll;
}










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

}

@media only screen and (max-width: 1024px) {
#box1 {
	background-image: url(img/historie-hobel_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: 45%;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	overflow-y: visible;
}






}

@media only screen and (max-width : 440px ) {
#box1 {
	background-image: url(img/historie-hobel_003.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;
}
}
.bild {
	margin-top: 30px;

}

.hist-text-1 {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
.hist-bild-1 {
	float: left;
	margin-right: 8px;
}
.hist-bild-2 {
	float: left;
	width: 171px;
}

.name {
	text-align: center;
	margin-top: 3px;
	font-size: 0.9em;
}
#sozial {
	width: 200px;
	float: right;
	margin-left: 20px;
}
