.module_teaser {
	margin: 35px 0;
}
.module_teaser .teaser_item_inner {
	overflow: hidden;
	cursor: pointer;
}
.module_teaser .image {
	height: 240px;
	overflow: hidden;
}
.module_teaser .image img {
	position:relative;
}
.module_teaser .text_container {
	position: absolute;
	left: 0;
	bottom: -100%;
	height: 100%;
	width: 100%;
	padding: 10px 15px;
	text-align: center;
}
.module_teaser .text_container_inner {
	z-index: 2;
/*	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);*/
}
.module_teaser .text_container .headline, 
.module_teaser .text_container .text, 
.module_teaser .text_container a 
{
	color: #fff;
	display: inline-block;
}
.module_teaser .text_container .headline {
	margin-bottom: 0;
}
.module_teaser .text_container .subheadline {
	color: #005556;
	font-size: 17px;
	font-family: "FrutigerCondensed", sans-serif;
	text-transform: none;
	margin-bottom: 10px;
	display: inline-block;
} 
.module_teaser .text {
	margin-bottom: 10px;
}
.module_teaser .link_box.button {
	float: none;
}
.module_teaser .link_box.button a {
	padding: 6px 12px;
}
.module_teaser .overlay_bg {
	background-color: #009999;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.9;
	z-index: 1;
}


.bp_480 .module_teaser .image {
	height: 320px;
}


.bp_768 .module_teaser .image {
	height: 270px;
}


/*.bp_1024 .module_teaser {
	margin: 65px 0;
}*/
.bp_1024 .module_teaser .image {
	height: 320px;
}
.bp_1024 .module_teaser .text_container {
	padding: 15px 25px;
}
.bp_1024 .module_teaser .text_container .subheadline {
	margin-bottom: 15px;
}
.bp_1024 .module_teaser .text {
	margin-bottom: 25px;
}
.bp_1024 .module_teaser .link_box.button a {
	padding: 12px 24px;
}


.bp_1200 .module_teaser .image {
	height: 275px;
}




/** grid **/
.bp_480 .module_teaser .grid_unit {
	width: 100%;
}
.bp_768 .module_teaser .grid_unit {
	width: 50%;
}
.bp_1200 .module_teaser .grid_unit {
	width: 33.3%;
}