/******************************* BP 0 *******************************/
.module_image_text_teaser {
	margin-top: 5px;
}

.module_image_text_teaser .teaser_inner .text {
	padding: 15px 18px 30px;
}

.module_image_text_teaser .teaser_inner .text p,
.module_image_text_teaser .teaser_inner .text ul {
	margin-bottom: 10px;
}

.module_image_text_teaser .teaser_inner .image img {
	width: 100%;
}

.module_image_text_teaser .teaser_inner .download {
	margin-top: 10px;
}

/******************************* /BP 0 *******************************/
/******************************* BP 768 *******************************/
.bp_768 .module_image_text_teaser {
	margin-top: 10px;
}

/******************************* /BP 768 *******************************/
/******************************* BP 1024 *******************************/
.bp_1024 .module_image_text_teaser {
	margin-top: 15px;
}

.bp_1024 .module_image_text_teaser .teaser_inner {
	display: table;
	border-collapse: separate;
	border-spacing: 20px 0;
	margin: 0 -20px;
}

.bp_1024 .module_image_text_teaser .teaser_inner .image,
.bp_1024 .module_image_text_teaser .teaser_inner .text {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}

.bp_1024 .module_image_text_teaser .teaser_inner .image {
	overflow: hidden;
}

.bp_1024 .module_image_text_teaser .teaser_inner.text_higher_than_image .image img {
	position: absolute;
	max-width: none;
	width: auto;
	height: 100%;

	/*	left:50%;
		margin-left:-294px;*/
}

.bp_1024.internet_explorer .module_image_text_teaser .teaser_inner.text_higher_than_image .image img {
	height: auto;
	zoom: 1;
}

.bp_1024 .module_image_text_teaser .teaser_inner .text {
	padding-top: 22px;
	padding-bottom: 20px;
}

/******************************* /BP 1024 *******************************/
/******************************* BP 1200 *******************************/
.bp_1200 .module_image_text_teaser .teaser_inner .image a,
.bp_1200 .module_image_text_teaser .teaser_inner .image img {
	position: relative;
	max-width: 100%;
	width: 100%;
	height: auto;
}

/*.bp_1200.internet_explorer .module_image_text_teaser .teaser_inner.text_higher_than_image .image img {
	zoom:1;
}*/

/******************************* /BP 1200 *******************************/

.module_image_text_teaser h2.h2 {
	margin-top: 20px;
}

.bp_768 .module_image_text_teaser h2.h2 {
	margin-top: 30px;
}