.bContainer {
	width:25%;
	border-radius:50%;
	background-position:center top;
	background-size:cover;
	display:inline-block;
	margin-right:20px;
	min-height:1px;
}
#spalteBox > div {
	text-align:center;
	background:rgba(255,255,255,.75);
	border:1px solid rgba(0,0,0,.5);
	width:100%;
	margin:0 auto;
	padding:20px;
}

#teambeschr > div {
	display:none;
}
#teambeschr {
	text-align:left;
	width:80%;
	margin:0 auto;
}
#teambeschr h3 {
	text-align:center;
	font-size:26px;
	margin-bottom:5px;
}
#teambeschr h4 {
	text-align:center;
	font-size:19px;
	margin:0;
	padding-bottom:5px;
	//border-bottom:5px solid #e9870a;
}


@media screen and (max-width: 900px) {

.bContainer {
	width:30%;
	margin-right:15px;
}
#spalteBox > div {
	padding:10px;
}

}


@media screen and (max-width: 650px) {
#team > .bContainer {
	display:none;
}
#teambeschr {
	width:100%;
}
#teambeschr > div {
	display:block !important;
}
#teambeschr .bContainer {
	width:50%;
	display:block;
	margin:25px auto 0 auto;
}
#teambeschr h3 {
	margin-top:5px;
}

}