.module_image_slider .background_elements {
	/* position: absolute; */
	position: relative;
	/* left: 0; */
	/* top: 0; */
	width: 100%;
	height: 100%;
}

.module_image_slider .background_elements .image {
	width: 100%;
	height: 100%;
}

.module_image_slider .background_elements .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.module_image_slider .text_box {
	padding: 25px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	z-index: 1;
	/* position: relative; */
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	/* height: 100%; */
}

/* .module_image_slider .slider_container {
	overflow: hidden;
	height: 300px;
} */

.module_image_slider .overlay {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: 0.3;
	background: #000;
}

.module_stage_slider .slider_text_box {
	transition: all 0.3s;
	opacity: 1;
}

.module_stage_slider .slider_text_box.invisible {
	opacity: 0;
}

.module_image_slider .text_container {
	margin-bottom: 20px;
}

.module_image_slider .header_container {
	margin-bottom: 30px;
}

.module_image_slider .slider_container .headline {
	color: #fff;
}

.module_image_slider .text_container>* {
	color: #fff;
}

.module_image_slider .slider_navigation {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	height: 12px;
}

.module_image_slider .slider_navigation .pager_inner {
	text-align: center;
	z-index: 2;
}

.module_image_slider .slider_navigation_trigger {
	background: #fff;
	height: 12px;
	appearance: none;
	width: 12px;
	outline: none;
	-webkit-appearance: none;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 7px;
	z-index: 2;
}

.module_image_slider .slider_navigation_trigger:hover {
	opacity: 0.7;
}

.module_image_slider .slider_navigation_trigger:focus {
	outline: none;
}

.module_image_slider .slider_navigation_trigger:before {
	display: none;
}

.module_image_slider .slider_navigation_trigger:checked {
	background: #e83d62;
}

.module_image_slider .slider_image_description {
	/* position: absolute; */
	display: none;
}

.module_image_slider .slider_image_description.active {
	display: block;
}

@media (min-width: 992px) {
	.module_image_slider .text_box {
		padding: 30px 25px;
	}
}

@media (min-width: 1400px) {
	.module_image_slider .text_box {
		padding: 40px;
	}
}


.module_image_slider .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 100%;
}

.module_image_slider .swiper-pagination .swiper-pagination-bullet {
	background: #898c90 !important;
	opacity: 70%;
}

/*Unternehmen*/
.corporate .module_image_slider .text_box .headline_container h3,
.corporate .module_image_slider .carousel_button {
	color: #0e4496 !important;
}

.corporate .module_image_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #0e4496 !important;
}

/*Unternehmen*/

/*Testing*/
.testing .module_image_slider .text_box .headline_container h3,
.testing .module_image_slider .carousel_button {
	color: #0095db !important;
}

.testing .module_image_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #0095db !important;
}

/*Testing*/

/*Consulting*/
.consulting .module_image_slider .text_box .headline_container h3,
.consulting .module_image_slider .carousel_button {
	color: #14B0A9 !important;
}

.consulting .module_image_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #14B0A9 !important;
}

/*Consulting*/

/*Telco*/
.telco .module_image_slider .text_box .headline_container h3,
.telco .module_image_slider .carousel_button {
	color: #c01718 !important;
}

.telco .module_image_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #c01718 !important;
}

/*Telco*/

/*Enterprise*/
.itmanagement .module_image_slider .text_box .headline_container h3,
.itmanagement .module_image_slider .carousel_button {
	color: #62b22f !important;
}

.itmanagement .module_image_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #62b22f !important;
}

/*Enterprise*/

.module_image_slider {
	margin-bottom: 50px;
}

.module_image_slider .slider_container.container {
	padding-left: 0 !important;
	width: auto !important;
}

@media (max-width:1199px) {
	.module_image_slider .slider_container {
		width: auto;
	}

	.module_image_slider .swiper-pagination .swiper-pagination-bullet {
		height: 12px;
		width: 12px;
		margin: 0 7px !important;
	}
}

@media (max-width:991px) {

	.swiper-button-next::after,
	.swiper-button-prev::after {
		font-size: 36px !important;
	}
}

@media (min-width:1200px) {
	.module_image_slider .swiper-pagination .swiper-pagination-bullet {
		height: 10px;
		width: 10px;
	}
}

.module_image_slider .slider_image_descriptioncontainer {
	font-style: italic;
	padding-top: 10px;
}