.thumb-team {
	width: 25%;
    position: relative;
    padding: 0 10px;
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

.team_banner:after {
	content: "";
	display: block;
	clear: both;
}

.thumb-team .thumb_overlay {
	display: none;
}

.team_banner {
	text-align: center;
}

.team_banner {
	text-align: center;
}

.team-buttons {
	position: absolute;
    width: 100%;
    bottom: 10px;
}

.team-email {
	display: inline-block;
	width: 57px;
	height: 57px;
	background-image: url(../images/team/Team_mail.png);
	background-repeat: no-repeat;
}

.team-oeffnuntszeiten {
	display: inline-block;
	width: 57px;
	height: 57px;
	background-image: url(../images/team/Team_times.png);
	background-repeat: no-repeat;
}

.team-tel {
	display: inline-block;
	width: 57px;
	height: 57px;
	background-image: url(../images/team/Team_phone.png);
	background-repeat: no-repeat;
}

.team-texte {
	display: block;
	position: absolute;
	top: 50px;
	width: 100%;
}

.team-title {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
}

.team-txt {
    display: block;
    color: #fff;
    font-size: 14px;
}

.tt-small {
	margin-top: 24px;
}

.tt-small .bthumb_content {
    overflow: hidden;
    position: relative;
    max-height: 147px;
}

.tt-small .team-texte {
    top: 30px;
}