@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;
}
h1 {
	font-size: 1.5em;
}
.ueberschrift {
	text-size: 2em;
	color: #FFFFFF;
	margin-left: 0.5em;
	margin-top: 0px;
	font-family: Poiret One;
	margin-right: 0;
}


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

a {
	text-decoration:none;
	color: rgba(255,255,255,1.00);
}
.flies_text{
	text-align: center;
	color: rgba(47,47,47,1.00);
	font-size: 2em;
	font-family: Poiret One;
	font-style: oblique;
}

#logo_rahmen{
	
    text-align:center;
	width:95%;
	margin-left:auto;
	margin-right:auto;
	
	}
.logo ul{
	
	
	list-stile:none;
}
.logo li {
	
	display:inline-block;
	margin-left:1em;
	margin-right: 1em;
	margin-bottom:1em;
	
}
.brillen_bild {
	
	display: inline;
	box-shadow: -4px 4px 2px lightgrey;
	margin-left:2.0em;
	margin-right:2.0em;
	margin-bottom:3em;
}

.spalte{
text-align:center;	
}