#box-1-desktop-background {
	position: absolute;
	left: 155px;
	top: 125px;
	width:1240px;
	height: 660px;
	z-index:15;
	background-image: url(bilder-website/background-images/background-ci-feith-2025.png);
	background-repeat: no-repeat;
	background-position: 2px 3px;
}


#box-ref-01 {
	position: absolute;
	left: 200px;
	top: 155px;
	width:1100px;
	height: 530px;
	z-index:20;
	background-color: #1e466e;
	overflow:hidden;
}


.ref-01-size {
	position: relative;
	width:105%;
	height: auto;
	top: -40px;
	left: -25px;
}


#navi-flaeche {
	position:absolute;
	left:190px;
	top:740px;
	width: 1100px;
	height: 110px;
	z-index:1;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	background-color: #fff;
}

#text-box-gesamt {
	position: absolute;
	width:1050px;
	height:auto;
	z-index:1;
	float:left;
	left: 190px;
	top: 750px;
	padding-top: 8px;
	background-color+: rgba(240,241,219,1.00);

}

#text-box-a {
	position: relative;
	width:auto;
	height:auto;
	z-index:1;
	float:left;
	padding-left: 56px;
	background-color+: aliceblue;
}


#text-box-a1 {
	position: relative;
	width:auto;
	height:100px;
	z-index:1;
	
	float:left;
	padding-right: 25px;
}

#text-box-a2 {
	position: relative;
	width:auto;
	height:100px;
	z-index:1;
	
	float:left;
	padding-left: 15px;
	padding-right: 25px;
}



#text-box-b {
	position: relative;
	width:auto;
	height:auto;
	z-index:1;
	
	float:left;	
	padding-left: 0px;
	background-color+: rgba(207,247,236,1.00);
	
	
}

#text-box-b1 {
	position: relative;
	width:auto;
	height:100px;
	z-index:1;
	
	float:left;
	padding-left: 15px;
	padding-right: 25px;
}

#text-box-b2 {
	position: relative;
	width:auto;
	height:100px;
	z-index:1;
	
	float:left;	
	padding-left: 15px;
	padding-right: 0px;
}


#passkreuz-ro {
	position: relative;
	left: 1374px;
	top: 109px;
	background-image: url(bilder-website/passkreuze/passkreuz-rechts-oben.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px;
	height: 40px;
	width: 40px;
	opacity: 0.3;
	z-index:30;
	float:left;
}	


#passkreuz-lu {
	position: relative;
	left: 100px;
	top: 747px;
	background-image: url(bilder-website/passkreuze/passkreuz-links-unten.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0px;
	height: 40px;
	width: 40px;
	opacity: 0.3;
	z-index:30;
	float:left;
}	




@media only screen and (max-width: 1000px) {
	
	
#passkreuz-ro {
	display:none;
}	


#passkreuz-lu {
	display:none;
}
	
	
	
#navi-flaeche {
	display:none;
}


	
#box-1-desktop-background {
	display:none;
}



#text-box-gesamt {
	position: relative;
	width:100%;
	height:auto;
	z-index:1;
	background-color: #fff;
	float:left;
	left: 0px;
	top: 0px;
	padding-top: 10px;
	padding-bottom:20px;
	border-top-width: 0px;
	border-top-style: dotted;
	border-top-color: #fff;
}

#text-box-a {
	position: relative;
	width:40%;
	height:auto;
	z-index:1;
	float:left;
	padding-left: 30px;
}

#text-box-a1 {
	position: relative;
	width:100%;
	height:auto;
	z-index:1;
	float:left;
	padding-right: 30px;
	padding-bottom: 5px;
}

#text-box-a2 {
	position: relative;
	width:100%;
	height:auto;
	z-index:1;
	float:left;
	padding-left: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
}

#text-box-b {
	position: relative;
	width:38%;
	height:auto;
	z-index:1;
	float:left;	
	padding-left: 15px;	
}

#text-box-b1 {
	position: relative;
	width:100%;
	height:auto;
	z-index:1;
	float:left;	
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#text-box-b2 {
	position: relative;
	width:100%;
	height:auto;
	z-index:1;
	float:left;	
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
}



#box-ref-01 {
	position: relative;
	top: 0px;
	left: 0px;
	width:100%;
	height: auto;
	padding-bottom:0%;
	z-index:20;
	background-color: #1e466e;
	-moz-box-shadow: 1px 1px 5px 5px  rgba(0,0,0,0.15);
	-webkit-box-shadow:  1px 1px 5px 5px   rgba(0,0,0,0.15);
	box-shadow: 1px 1px 5px 5px   rgba(0,0,0,0.15);
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}	

.ref-01-size {
	position: relative;
	width:112%;
	height: auto;
	top: 10px;
	left: -10px;
}	


#box-ref-01-text{
	display: block;
	position: relative;
	left: 0px;
	width:100%;
	height:auto;
	text-align:   left;
	float:left;
	padding-top: 15px;
	padding-left: 30px;
	padding-bottom: 10px;
	background-color: #fff;
	top: -5px;
}	
	
#box-text-1 {
	display: block;
	position: relative;
	left: 0px;
	width:40%;
	height:auto;
	background-color: #fff;
	float:left;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 18px;
	padding-right: 0px;
	
}	

#box-text-2 {
	display: block;
	position: relative;
	left: 0px;
	width:46%;
	height:auto;
	background-color: #fff;
	float:left;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-left: 15px;
	padding-top: 5px;
}



}
	



@media only screen and (max-width: 480px) {
	
	


#text-box-a {
	position: relative;
	width:83%;
	height:auto;
	z-index:1;
	background-color+: #F3C;
	float:left;
	padding-left: 30px;
}

#text-box-b {
	position: relative;
	width:83%;
	height:auto;
	z-index:1;
	background-color+: #F22;
	float:left;	
	padding-left: 30px;
}

#text-box-a1 {
	position: relative;
	width:90%;
	height:auto;
	z-index:1;
	background-color+: #6FC+;	
	padding-right: 10px;
	padding-bottom: 5px;
}

#text-box-a2 {
	position: relative;
	width:90%;
	height:auto;
	z-index:1;
	background-color+: #6CC+;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
}


#text-box-b1 {
	position: relative;
	width:90%;
	height:auto;
	z-index:1;
	background-color+: #6FC+;
	
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#text-box-b2 {
	position: relative;
	width:90%;
	height:auto;
	z-index:1;
	background-color+: #6CC+;
	
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 25px;
}


}

	
	
	}
