.module_icon_teaser {
	height: 735px;
	width: 100%;
	overflow: hidden;
	padding-top: 130px;
}

.module_icon_teaser .image_outer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.module_icon_teaser .image_outer .image {
	width: 100%;
	height: 100%;
}

.module_icon_teaser .intro_text_outer {
	text-align: center;
	color: #fff;
	max-width: 780px;
	margin: auto;
}

.module_icon_teaser .slider_container_outer {
	margin-top: 40px;
	/* height: 140px; */
}

.module_icon_teaser .slide {
	/* width: auto !important; */
	/* height: 140px; */
	overflow: hidden;
	/* margin-right: 53px; */
}

.module_icon_teaser .image,
.module_icon_teaser .text {
	text-align: center;
}

.module_icon_teaser .image {
	height: 83px;
}

.module_icon_teaser .image img {
	margin: auto;
}

.module_icon_teaser img.fake-center {
	-webkit-transform: translateY(12%);
	transform: translateY(12%);
}

.module_icon_teaser .text {
	color: #fff;
	padding: 10px;
}

.module_icon_teaser .text .title {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

@media (min-width:768px) {
	.module_icon_teaser .slider_prev_outer {
		left: -40px;
	}

	.module_icon_teaser .slider_next_outer {
		/* right: -10px; */
	}
}

@media (min-width: 1200px) {
	.module_icon_teaser .slider_prev_outer {
		left: -80px;
	}

	.module_icon_teaser .slider_next_outer {
		right: -45px;
	}
}

.module_icon_teaser .link_outer {
	margin: 30px 0 0;
	text-align: center;
}

.module_icon_teaser .img-hover-opacity {
	/* opacity: 0.5;
  -webkit-transition: opacity .5s;
  transition: opacity .5s; */
}

.module_icon_teaser .img-hover-opacity:hover {
	opacity: 1;
}

.module_icon_teaser .slick-slide img {
	margin: 0 auto;
	max-height: 120px;
	width: auto;
	height: 83px;
	margin-bottom: 11px;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.module_icon_teaser .slick-slide .icon_link img {
	opacity: 0.7;
}

.module_icon_teaser.big_icons_1 .slick-slide img {
	width: auto;
	height: 100%;
	max-height: 120px;
}

.module_icon_teaser.big_icons_1 .name {
	font-size: 15px;
}

@media (max-width: 1199px) {
	.module_icon_teaser .slick-slide img {
		opacity: 1 !important;
	}
}

.module_icon_teaser .slick-slide a.icon_link:hover img {
	opacity: 1;
}

.module_icon_teaser .icon_link {
	color: #fff;
}

.module_icon_teaser .icon_link:hover {
	text-decoration: none;
}

.module_icon_teaser .name {
	max-width: 61%;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
}

.module_icon_teaser .name.margin_top_1 {
	margin-top: 27px;
}

.module_icon_teaser .cta {
	margin-top: 30px;
}

.module_icon_teaser .headline {
	text-transform: uppercase;
	font-family: "aktiv-grotesk", Arial, sans-serif;
	margin-bottom: 5px;
	font-weight: 200;
}

.module_icon_teaser .intro_text p {
	line-height: 22px;
	color: #fff;
	font-family: "aktiv-grotesk", Arial, sans-serif;
	font-weight: 200;
	text-transform: none;
}

.module_icon_teaser .intro_text {
	margin-bottom: 90px;
}

@media (max-width: 767px) {
	.module_icon_teaser {
		height: 600px;
		padding-top: 60px;
	}

	.module_icon_teaser .intro_text {
		margin-bottom: 70px;
	}

	.module_icon_teaser .cta {
		margin-top: 45px;
	}
}

@media (max-width: 768px) {
	.module_icon_teaser .slider_next_outer {
		right: 30px;
	}

	.module_icon_teaser .slider_prev_outer {
		left: 0px;
	}
}