/* imagetextteaser.css */
.module_image_text_teaser {
	width: 100%;
	height: 773px;
	padding-top: 30px;
	overflow: hidden;
}

.module_image_text_teaser .text_wrapper {
	position: absolute;
	top: 0%;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.module_image_text_teaser .subheadline {
	color: #fff;
	margin-bottom: 13px;
	margin-top: 8px;
}

.module_image_text_teaser .text_inner p {
	color: #fff;
}

.module_image_text_teaser .headline {
	color: #fff;
	margin: 0;
	/* line-height: 1; */
	font-weight: normal;
	hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	word-wrap: unset;
}

.module_image_text_teaser .text_container p {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}

.module_image_text_teaser .text_container {
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	margin-top: 10px;
	max-width: 950px;
	/* padding: 0 15px; */
}

.module_image_text_teaser .fitimage {
	height: 100%;
	width: 100%;
}

.module_image_text_teaser .link_container {
	margin-top: 36px;
}

.module_image_text_teaser .black_overlay {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.4);
}

.module_image_text_teaser .background_elements {
	height: 100%;
}

.module_image_text_teaser .subheader_container {
	margin-top: 9px;
}

.module_image_text_teaser .text_container_outer {
	top: calc(50% - 6px);
	transform: translateY(-50%);
}

.module_tiles_container+.module_image_text_teaser {
	padding-top: 0;
	margin-top: -25px;
}

@media (max-width: 991px) {
	.module_image_text_teaser .text_container {
		font-size: 16px;
		line-height: 18px;
	}

	.module_image_text_teaser .headline {
		margin-bottom: 10px;
	}

	.module_image_text_teaser .link_container {
		margin-top: 43px;
	}

	.module_image_text_teaser .text_wrapper {
		/* top: 125px; */
	}
}

@media (max-width: 1199px) {
	.module_image_text_teaser {
		height: 650px;
	}
}

@media (max-width: 991px) {
	.module_image_text_teaser {
		height: 590px;
	}
}

@media (max-width: 767px) {
	.module_image_text_teaser {
		height: 530px;
	}
}