@media (min-width: 601px) and (max-width: 1280px) {


#impressum{
	position:fixed;
	background-color:#000;
	bottom:15px;
	right:20px;
	width:80px;
	z-index:2;
	overflow:hidden;
}

#untertitel {
	position: absolute;	
	top:220px;
	left:245px;
	width: 300px;
	height:450px;
	z-index:5;
	overflow:hidden;
	
}

#bild {
	
	
}


#text {
	position:absolute;
	margin-top: 220px;
	margin-left: 10px; 
	width: 280px;
	height: 200px;
	/*display: block; */
	z-index:2;
	text-align: center;
}

#titel {
	position:absolute;
  	bottom:0;
	left:0;
	z-index:5;
}

#blende {
	position:absolute;
	margin-top: -450px;
	width: 300px;
	height: 450px;
	display: none;
	z-index:2;
	text-align: left;
	opacity: 0.9;
	background-color: #FFF;
}

    
/*#bild:hover + #text { display: block; } */
#bild:hover + #blende { display: block; }
/* #bild:hover + #bild { display: none; } */


#text_double {
	position:absolute;
	margin-top: 220px;
	margin-left: 10px; 
	width: 630px;
	height: 200px;
	/*display: block; */
	z-index:2;
	text-align: center;
}

#blende_double {
	position:absolute;
	margin-top: -450px;
	width: 650px;
	height: 450px;
	display: none;
	z-index:2;
	text-align: left;
	opacity: 0.9;
	background-color: #FFF;
}

    
/*#bild:hover + #text { display: block; } */
#bild:hover + #blende_double { display: block; }
/* #bild:hover + #bild { display: none; } */



#logo{
	position:fixed;	
	top:140px;
	left:60px;
	width:200px;
	z-index:3;
	overflow:hidden;
}


#title {
	position:fixed;
	top:270px;
	left:190px;
	width:100%;
	height:100px;
	z-index:2;
	background-color:none;
} 

#navigation {
	position:fixed;
	top:100px;
	left:950px;
	width:100%;
	z-index:4;
	background-color:none;
} 

#cache {
	position:fixed;
	top:0px;
	width:100%;
	height:120px;
	z-index:2;
	background-color:#FFF;
} 



#architecture {
	position: absolute;	
	top:220px;
	left:200px;
	width:1080px;
	z-index:1;
	overflow:hidden;
	
}

#office {
	position: absolute;	
	top:220px;
	left:550px;
	width:1080px;
	z-index:3;
	overflow:hidden;
	
}


#bilder {
	position:absolute;
	top:200px;
	margin-left: 20px;
	width:960px;
	z-index:1;
	
}

#bilder_AA {
	position:absolute;
	left:730px;
	top:200px;
	margin-left: 20px;
	width:220px;
	z-index:1;
	
}

#hintergrund {
	position:absolute;
	width:100%;
	height:100%;
	z-index:0;
	
}

#inhalt {
	position:static;
	width:100%;
	height:100%;
	z-index:2;
	
}

#sprache {
	position:fixed;
	top:10px;
	right:10px;
	width:200px;
	z-index:3;
	height:180px;
	overflow:hidden;
}


.container {
	position:static;
	margin-left: 50px;
	width: 300px;
	margin-bottom: 50px;
	float:left;
	z-index:2;
	
}

.container_mobile {
	position:static;
	margin-left: 20px;
	margin-bottom: 20px;
	float:left;
	z-index:2;
	display:none;
	
}

.container_double {
	position:static;
	margin-left: 50px;
	width: 650px;
	margin-bottom: 50px;
	float:left;
	z-index:2;
	overflow:hidden;
	
}

.vita {
	position:static;
	margin-left: 260px;
	margin-bottom: 20px;
	float:left;
	width:700px;
	height:100%;
	z-index:2;
/*	text-transform:uppercase; */
	
}



}