@charset "UTF-8";
/* CSS Document */

#logoleiste {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width:100%;
	height: 110px;
	padding-left: 30px;
	background-color: #fff;
	z-index: 1;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;

}
#rahmen {
	position: absolute;
	left: 20px;
	top: 140px;
	width: 55%;
	height: auto;
	z-index: 2;
}
.textfeld {
	float: left;
	width: 100%;
	height: 400px;
    background-color: rgba(255, 255, 255, 0.8);
	overflow: auto;
	padding: 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.kontakt {
	float: left;
	width: 48%;
	height: 230px;
	padding: 15px;
	margin-top: 2%;
	margin-right: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #7ba7b4;
}
.konto {
	float: left;
	width: 50%;
	height: 120px;
	margin-top: 0px;
	padding: 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background-color: #7ba7b4;
}

.claim {
	float: left;
	width: 50%;
	height: 110px;
	margin-left: 0;
	margin-top: 2%;
	padding: 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background-color: #7ba7b4;
}
.logos {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 2%;
	display: none;
}
@media only screen and (max-width: 1300px) {

.claim {
	height: 80px;
}
.konto {
	height: 150px;
}

}
@media only screen and (max-width: 887px) {
#rahmen {
	position: absolute;
	left: 20px;
	top: 130px;
	width: 70%;
	height: auto;
}

.textfeld {
	height: auto;
	overflow: hidden;
}

.kontakt {
	width: 100%;
	height: auto;
}
.konto {
	width: 100%;
	height: auto;
	margin-left: 0;
	margin-top: 2%;
}
.claim {
	width: 100%;
	height: auto;
	margin-left: 0;
	margin-top: 2%;
}
#logoleiste {
	display: none;
}
.logos {
	display: block;
}

}

@media only screen and (max-width: 600px) {
#rahmen {
	position: absolute;
	left: 0px;
	top: 70px;
	width: 100%;
	z-index: 1;
}
#spendenaktion {
	display: none;
}
#menue1 {
	display: none;

}


}
