#box-1-desktop-background {
	position: absolute;
	left: 155px;
	top: 125px;
	width:1220px;
	height: 630px;
	z-index:10;
	background-image: url(bilder-website/background-images/background-buch-vsg-2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 1200px 640px;
	float:left;	
}



#box-ref-01 {
	position: absolute;
	left: 180px;
	top: 154px;
	width:1150px;
	height: 582px;
	z-index:12;
	
	float:left;
	background-color: #1e466e;
	overflow:hidden;
}

.ref-01-size {
	position: absolute;
	width:1200px;
	height: auto;
	top: -35px;
	left: -25px;
}


.ref-02-size {
	position: absolute;
	width:1200px;
	height: auto;
	top: -60px;
	left: -20px;
}



#vorschau-buecher-01 {
	position:absolute;
	left:43px;
	top:1px;
	width:68px;
	height:16px;
	z-index:25;
	
}
	
#vorschau-buecher-02 {
	position:absolute;
	left:120px;
	top:1px;
	width:68px;
	height:16px;
	z-index:25;
	
}

.buecher-bus-aktiv {
	font-weight: 300;
	font-size: 10px;
	color: #000;
	padding-top: 48px;
	text-align: center;
	z-index:7;
	line-height: 13px;

}

.buecher-bus-inaktiv {
	font-weight: 300;
	font-size: 10px;
	color: #fff;
	padding-top: 48px;
	text-align: center;
	z-index:7;
	line-height: 13px;
}

.buecher-bus-inaktiv:hover {
	color: #000;
	z-index:7;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}


#navi-flaeche {
	position:absolute;
	left:190px;
	top:715px;
	width: 980px;
	height: 195px;
	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;
}

#navi-vorschaubilder {
	position:absolute;
	top:40px;
	left:10px;
	width:230px;
	height:155px;
	z-index:13;
	background-image: url(bilder-website/ref07-buecher-vsg/buecher-vsg-vorschau.jpg);
	background-repeat: no-repeat;
	background-size: 64%;
	background-position: 43px 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
	
}


#box-text-1 {
	position:absolute;
	
	left: 215px;
	width:330px;
	height:auto;
	
	margin-top: 40px;
	margin-left: 55px;
	
	padding-top: 0px;
	padding-right: 0px;
}	

#box-text-2 {
	position: relative;
	
	left: 560px;
	width:260px;
	height:auto;
	
	margin-top: 40px;
	margin-left: 55px;
}			



#passkreuz-ro {
	position: relative;
	left: 1329px;
	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: 102px;
	top: 738px;
	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;
}




#box-ref-01-mobile {
	display:none;
}	

.ref-01-size-mobile# {
	display:none;
}



#box-ref-02 {
	display:none;
}

#box-ref-03 {
	display:none;
}

#box-ref-01-text {
	display:none;
}	
	
#box-ref-02-text {
	display:none;
}		
		
#box-ref-03-text {
	display:none;
}		

	

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


#passkreuz-lu {
	display:none;
}
	
	
.ref-01-size {
	position: relative;
	width:100%;
	height: auto;
	display: block;
	top: 0px;
	left: -10px;
}
	
.ref-02-size {
	position: relative;
	width:100%;
	height: auto;
	display: block;
	top: 0px;
	left: -10px;
}
	
	
	
	
#navi-vorschaubilder {
	display:none;
}

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

#box-ref-01 {
	display:none;
}	
	


#box-ref-01-mobile {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width:100%;
	height: auto;
	
	z-index:30;
	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);
	text-align: center;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	
	padding-top:10px;
	padding-buttom:10px;
	margin-left: 0px;
	overflow:hidden;
}

.ref-01-size-mobile {
	position: relative;
	width:108%;
	height: auto;
	display: block;
	top: -3px;
	left: -25px;
}
	
.ref-02-size-mobile {
	position: relative;
	width:108%;
	height: auto;
	display: block;
	top: -3px;
	left: -25px;
}





#box-ref-02 {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width:100%;
	height: auto;	
	z-index:30;
	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);
	text-align: center;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	
	margin-left: 0px;
	overflow:hidden;
}		

.ref-02-size {
	position: relative;
	width:100%;
	height: auto;
	top: 0px;
	left: 0px;
}


#box-ref-03 {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width:100%;
	height: auto;
	z-index:12;
	
	float:left;
	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);
	text-align: center;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	margin-left: 0px;
	background-position: 0px 0px;
}	

.ref-03-size {
	position: relative;
	width:100%;
	height: auto;
	
	top: 0px;
	left: 0px;
}

#navi-flaeche  {
	
	position: relative;
	left: 0px;
	width:100%;
	height:auto;
	text-align:   left;
	float:left;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 30px;
	background-color: #fff;
	top: 0px;
	z-index:9;
	margin-top: 0px;
	background-color: #fff;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}	
	
#box-text-1 {
	position: relative;
	left: 0px;
	width:40%;
	height:auto;
	background-color: #fff;
	float:left;
	margin-top: 0px;
	margin-left: 30px;
	padding-top: 5px;
	padding-right: 0px;
	
}	

#box-text-2 {
	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;
}	

#box-ref-02-text {
	display: block;
	position: relative;
	left: 0px;
	width:100%;
	height:auto;
	text-align:   left;
	float:left;
	padding-top: 8px;
	padding-left: 0px;
	padding-bottom: 30px;
	background-color: #fff;
	top:0px;
	text-indent: 30px;
}	

#box-ref-03-text {
	display: block;
	position: relative;
	left: 0px;
	width:100%;
	height:auto;
	text-align:   left;
	float:left;
	padding-top: 8px;
	padding-left: 0px;
	padding-bottom: 30px;
	background-color: #fff;
	top: 0px;
	text-indent: 30px;
}	


}



@media only screen and (max-width: 360px) {
	
	
	
.ref-01-size-mobile {
	position: relative;
	width:108%;
	height: auto;
	display: block;
	top: -3px;
	left: -15px;
}

#box-ref-02 {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width:100%;
	height: auto;
	
	z-index:12;
	
	float:left;
	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);
	text-align: center;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	margin-left: 0px;
	
	margin-top: 0px;
}	

.ref-02-size {
	top: 5px;
	left: 5px;
}



#box-ref-03 {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width:100%;
	height: auto;
	
	z-index:12;
	
	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);
	text-align: center;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	margin-left: 0px;

	margin-top: 0px;
}			
	
#navi-flaeche  {
	position: relative;
	left: 0px;
	width:100%;
	height:auto;
	text-align:   left;
	float:left;
	padding-top: 25px;
	padding-left: 0px;
	padding-bottom: 20px;
	background-color: #fff;
	top: 0px;
	z-index:9;
	margin-top: -15px;
	background-color: #fff;
	
}	
	
#box-text-1 {
	position: relative;
	left: 0px;
	width:85%;
	height:auto;
	float:left;
	z-index:5;
	margin-left: 30px;
	text-indent: 0px;
}	

#box-text-2 {
	position: relative;
	left: 30px;
	width:80%;
	height:auto;
	background-color: #fff;
	float:left;
	margin-bottom: 10px;
	margin-top: 7px;
	margin-left: 0px;
	z-index:5;	
}	


}
