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

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

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

.aerzte_banner {
	text-align: center;
}

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

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

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

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

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

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

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