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

html  {
	height:100%;
	min-height:100%;
	width: 100%;
}
@font-face { 
font-family: "Poiret One"; 
src: url("../Poiret One regular.ttf"); 
}
body {
	min-height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	background-color: rgba(255,255,255,1.00);
}
#main{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width: 100%;
	overflow: auto;
	
}

#head_nav {
	top: 0;
	left: 0;
	width: 100%;
	height: 2em;
	background-color: rgba(0,0,0,0.50);
	position: absolute;
	z-index:2;
}

.ueberschrift {
	text-size: 2em;
	color: rgba(255,255,255,1.00);
	margin-left: 0.5em;
	margin-top: 0px;
	font-family: Poiret One;
	margin-right: 0;
}

#flaeche_oben {
	background-image: url("../fotos/optik_studio_funktionaloptometrie.jpg");
	position:relative;
	height: 50%;
	min-height: 20em;
	max-height: 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

#navi_oben a {
	text-decoration:none;
	color: rgba(255,255,255,1.00);
}




#flaeche_mitte{	
	width:auto;
	margin-left:auto;
	margin-right:auto;

}

.spalte{
	text-align:center;
	color: rgba(47,47,47,1.00);
	font-family: Poiret One;
	font-size: 1.8em;
	
}

.spalte ul{
	list-stile:none;
}
.spalte li {
	display:inline-block;
	width:300px;
}
.service_bild {
	
	display: inline;
	box-shadow: -5px 10px 30px grey;
}
#inline_example{
	
	width:100%;
	height:100%;
	background:rgba(122,122,122,1.00);
	
}

a {
	text-decoration:none;
	color: rgba(47,47,47,1.00);
}
p { 
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

	
	
		}
.beschreibung {
width: 75%;
margin:0 auto;
}

	

li {
	display: block;
}
.bild ul{
	text-align: center;
	list-style:none;
	
}
.bild li{
	
display:inline-block;
	margin: 2em;
	box-shadow: -5px 10px 30px grey
}
