.bthumb {
	width: 50%;
	height: auto;
	float: left;
	margin: 80px 0 75px 0;
}

.bthumb a {
	display: block;
}

.bthumb a span.btitle {
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	width: 100%;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
}

.bthumb a span.bplus {
	background: url(../images/thumbnails/plus.png);
	background-repeat: no-repeat;
	width: 89px;
	height: 89px;
	position: absolute;
	z-index: 99;
	top: 50%;
	margin-top: -45px;
	left: 50%;
	margin-left: -45px;
	display: none;
}

.bthumb a:hover span.btitle {
	display: none;
}
.bthumb a:hover span.bplus {
	display: block;
}

.bthumb_content {
	margin: 0;
	position: relative;
}

.thumbnails_banner .bthumb.even .bthumb_content {
	margin-right: 100px;
}
.thumbnails_banner .bthumb.odd .bthumb_content {
	margin-left: 100px;
}

.bthumb-title {
    color: #000000;
    text-align: center;
    font-size: 26px;
    line-height: 1 !important;
    margin: 40px 0 15px 0;
}

.bthumb-subtitle {
    font-size: 14px;
    color: #777777;
    text-align: center;
    text-transform: uppercase;
	font-weight: 700;
}

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

.thumbnails_banner .trenner-1 {
	display: block;
    clear: both;
}

.thumb_overlay {
	background: #0264a3;
	background: url(../images/thumbnails/blau90.png);
	background: rgba(2,100,163,0.9);
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	top: 0;
	cursor: pointer;
}

.thumb_overlay:hover {
	background: rgba(2,100,163,0);
}


@media 	screen and (max-width:767px) {	
	.bthumb a span.btitle {
		margin-top: -8px;
		font-size: 16px;
	}
	
	.bthumb_content {
		margin: 0;
		margin-top: 15px;
	}
	
	.bthumb:nth-child(odd) .bthumb_content {
		margin-right: 7px;
	}
	.bthumb:nth-child(even) .bthumb_content {
		margin-left: 7px;
	}
}

@media 	screen and (max-width:767px) {
	.bthumb {
		width: 50%;
	}
	
}