.team_bit {
	width: 95%;
	table-layout: fixed;
	background-color: #d0cac3;
	border: solid 5px #d0cac3;
	outline: solid 1px #afafaf;
	margin: auto;
	border-spacing: 0px;
	margin-bottom: 15px;
	margin-top: 10px;
}


}

.team_bit .bild{
 
	width: 272px;	
	height: 192px;
	overflow: hidden;
	padding: 0px;
	text-align: center;
	background: #110e0e;
	color: #d0cac3;
}

.team_bit .description{
	padding: 5px;
	font-family: Calibri;
	font-size: 11px;
}

.team_bit .second{
	width: 140px; 
	background: #110e0e;
	color: #d0cac3;
	text-align: center;
}

.team_bit .contact{
	background-color: #e1dad2;
	padding: 10px;
}

.team_bit .direct_contact {
    background-color: #e1dad2;
    padding: 10px;
    font-family: Calibri;
    font-size: 35px;
    font-weight: bold;
    text-align: right;
}

.team_bit .second .bit{
	border-radius: 50%;
	outline: none;
	border: 3px solid #d4d4d4;
}