.biohovertext { height: 200px; width: 400px; background: #fff; opacity: 0.0; transition-timing-function: ease;transition-delay: 0.1s; transition-duration: 2s; transition-property: all; -moz-transition-duration: 1s;-o-transition-duration: 0.1s;-webkit-transition-duration: 0.1s; text-align: center;} 


.biohovertext:hover { 
opacity: 1; 
} 


.bioheadline {
	background: #fff;
	color: #999;
	border-left: 0px solid #969696;
	padding: 4px;
	text-align: left;
	font-size: 11px;
	font-family: Oswald;
	text-transform: uppercase;
}


.biobottom { 
border:10px solid #fafafa;
background-color:#fafafa; 
width:430px;
padding:25px;
 text-align:center;
}


bioheader {
letter-spacing:0px;
word-spacing:0px;
 font-family:Oswald; 
font-size:13px;  
color:#a91115;
text-transform:uppercase;
}

 .biotextfeld {
opacity:1;
 line-height:1.5; width:360px;height:230px;background-color:#fff; text-align:justify;
font-size:10px;
 overflow:auto;
 font-family:Open Sans;
padding-right:20px;
border:20px solid #fff; border-right:0px; 
color:#000
}  

.biotextfeld::-webkit-scrollbar {
width:5px;
}

.biotextfeld::-webkit-scrollbar-track-piece {
background-color:#c1c1c1;
}

.biotextfeld::-webkit-scrollbar-thumb:vertical {
height:5px;
background-color:#2c2c2c;
}

biofontbot {
 word-spacing:3px; 
font-family:Roboto Condensed; 
font-size:10px; 
color:#000;
 line-height:0px;
 text-transform:uppercase;
}
