@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;
}



#flaeche_oben {
	background-image: url("../pics/optik-studio_team-background.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);
}

.portrait_rahmen {
	position:relative;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-top:1em;
	padding-bottom:2em;
	display: block;
	
}

.portrait_bild {
	top: 0;
	left: 0;
	display: inline;
	box-shadow: -6px 11px 10px grey;
}
.portrait_beschreibung{
	position:absolute;
	display:inline;
	color: rgba(47,47,47,1.00);
	height: 100%;
	left: 260px;
	top: 0.5em;
	font-size: 1.7em;
	font-family: Poiret One;
	font-style: oblique;
	padding-bottom:2em;
	
}
p { 
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}