@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;
	text-align: center;
}

#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;
}
#flaeche_oben {
	background-image: url(../fotos/optik_studio_kontaktlinsen_2.jpg);	
	position:relative;
	height: 50%;
	min-height: 20em;
	max-height: 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
a {
	text-decoration:none;
	color: rgba(47,47,47,1.00);
}

h2{
	text-align: center;
	color: rgba(47,47,47,1.00);
	font-size: 3em;
	font-family: Poiret One;
	font-style: oblique;
	line-height: 100%;
	padding-top:0.4em;
}
h3{
	margin-left: 2.5em;
	text-align: center;
	color: rgba(47,47,47,1.00);
	font-size: 2.5em;
	font-family: Poiret One;
	font-style: oblique;
	line-height: 100%;
	font-weight:600;
}

.spalte img{
text-align:center;
	padding-bottom: 2em;
	
}
ul {list-style:none;}

.spalte_linse img{
text-align:center;	
	box-shadow: -5px 10px 40px lightgrey;
}
.flies_text_promo {
	display: inline-block;
	text-align: center;
	color: rgba(47,47,47,1.00);
	font-size: 2em;
	font-family: Poiret One;
	border-color: rgba(47,47,47,0.70);
	border-width: 2px;
	border-style: solid;
	padding: 1em;
	background-color: rgba(47,47,47, 0.1);
}
.flies_text_promo a:hover {
	color: rgba(47,47,47,0.2);			
}

.flies_text_promo a:activ {
	color: rgba(47,47,47,0.2);			
}
.flies_text_promo_2{
	text-align: center;
	color: rgba(47,47,47,1.00);
	font-size: 1.4em;
	font-family: Poiret One;
	padding: 0 1em 5em 1em;
}
	
@media only screen and (max-width:870px)
	#flaeche_oben{
	background-image: url(../fotos/optik_studio_kontaktlinsen_2.jpg);	
	position:relative;
	height: 30%;
	min-height: 10em;
	max-height: 35%;
	background-size: contain;
	background-repeat: no-repeat;
}


