@charset "utf-8";
#box1 {
	height: 700px;
	width: 82%;
	position: absolute;
	background-image: url(img/kerzen_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: 35%;
	background-color: rgba(255,255,255,0.86);
	overflow: auto;
	margin-left: 50px;
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 0px;
}
#box1 #box2 .text1 {
	height: auto;
}
#box1 #box2 .text2 {
	margin-top: 36px;
}
#box1 #box2 .text3 {
	padding-bottom: 60px;
	padding-top: 29px;
	padding-left: 0px;
}
#box1 #box2 .text3 a {
	color: rgba(111,46,60,1.00);
	font-weight: bold;
}
#sozial {
	width: 146px;
	float: right;
	margin-left: 20px;
}
#box1 #box2 .text1 {
	margin-top: 80px;
}







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


}

@media only screen and (max-width: 1024px) {
#box1 {
	background-image: url(img/kerzen_002.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;
}
}

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