/* ContentSlider CSS */

/* Klassen für ContentSlider */
.cts_container {
	background: rgba(255,255,255,0.0);
}
.cts_error_container {
	height: 500px;
}
.cts_error_image {
	width: 100%;
	height: 500px;
	background-image: url(../pics/systems/baustelle.gif);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.cts_error_text {
	font-family: ANLTP_REG;
	color: #3C3C3C;
}
.cts_carousel {
	height: 800px;
}
.cts_carousel_fullheight {
	height: auto;
}
.cts_indicators {
	bottom: 0;
}
.cts_image,
.cts_video {
	width: auto !important;
	height: 500px;
	margin: auto;
}
.cts_image_fullheight,
.cts_video_fullheight {
	width: 100% !important;
	height: auto;
	margin: auto;
}
.cts_image_textbound,
.cts_video_textbound {
	width: auto !important;
    max-width: 100%;
    height: auto;
    max-height: 710px;
    margin: auto;
}
.cts_button_prev,
.cts_button_next {
	width: 64px;
	max-height: 100px !important;
	top: calc(50% - 50px);
	background: rgba(0,0,0,0.3);
}
.cts_caption {
	position: relative;
	height: 240px;
	overflow-y: auto;
	top: 20px;
	left: 0;
	font-family: ANLTP_REG;
	color: #3C3C3C;
	background: #fff;
}
.cts_caption::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	border-radius: 5px;
}
.cts_caption::-webkit-scrollbar-track {
	background: #242A60;
}
.cts_caption::-webkit-scrollbar-thumb {
	background: #fff;
}
.cts_caption_textbound {
	position: relative;
	height: auto;
	overflow-y: auto;
	top: 0;
	left: 0;
	font-family: ANLTP_REG;
	color: #3C3C3C;
	background: #fff;
}
.cts_caption_textbound::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	border-radius: 5px;
}
.cts_caption_textbound::-webkit-scrollbar-track {
	background: #fff;
}
.cts_caption_textbound::-webkit-scrollbar-thumb {
	background: #3C3C3C;
}
.cts_link_showmore,
.cts_link_showless {
	font-family: ANLTP_REG;
	color: #BCD2EE;
	cursor: default;
}
.cts_link_showmore:hover,
.cts_link_showless:hover {
	color: #BCD2EE;
	cursor: pointer;
}
.carouselItemBackground {
	width: 100%;
	height: 800px;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0.3;
}

/* Media Query für Ansicht Tab Landscape (iPad, Android Tablets) */
@media screen and (max-width: 1280px) {
	
	/* Klassen für ContentSlider */
	.cts_carousel {
		height: 710px;
	}
	.cts_image,
	.cts_video {
		height: 390px;
	}
	.cts_image_textbound,
	.cts_video_textbound {
		max-height: unset;
		max-width: unset;
		height: 390px;
	}
	.cts_caption_textbound {
		top: 20px;
		height: auto;
	}
	.carouselItemBackground {
		height: 710px;
	}
}

/* Media Query für Ansicht iPhoneX Landscape (Apple) */
@media screen and (max-width: 820px) {
	
	/* Klassen für ContentSlider */
	.cts_image,
	.cts_video {
		height: 390px;
	}
	.cts_image_textbound,
	.cts_video_textbound {
		height: 390px;
	}
}

/* Media Query für Ansicht Tab Portrait (iPad, Android Tablets) */
@media screen and (max-width: 768px) {
	
	/* Klassen für ContentSlider */
	.cts_image,
	.cts_video {
		height: 360px;
	}
	.cts_image_textbound,
	.cts_video_textbound {
		height: 360px;
	}
}

/* Media Query für Ansicht Smartphone Landscape (iPhone 6/7/8, Neuere Android Smartphones) */
@media screen and (max-width: 670px) {
	
	/* Klassen für ContentSlider */
	.cts_carousel {
		height: 640px;
	}
	.cts_image,
	.cts_video {
		height: 320px;
	}
	.cts_image_textbound,
	.cts_video_textbound {
		height: 320px;
	}
	.carouselItemBackground {
		height: 640px;
	}
}

/* Media Query für Ansicht Smartphone Landscape (iPhone 4/5, Ältere Android Smartphones) */
@media screen and (max-width: 570px) {
	
	/* Klassen für ContentSlider */
	.cts_image,
	.cts_video {
		height: 270px;
	}
	.cts_image_textbound,
	.cts_video_textbound {
		height: 270px;
	}
}

/* Media Query für Ansicht Smartphone Portrait (iPhone 6/7/8/X, Neuere Android Smartphones) */
@media screen and (max-width: 500px) {
	
	/* Klassen für ContentSlider */
	.cts_carousel {
		height: 500px;
	}
	.cts_image,
	.cts_video {
		height: 175px;
	}
	.cts_image_textbound,
	.cts_video_textbound {
		height: 175px;
	}
	.carouselItemBackground {
		height: 500px;
	}
}

/* Media Query für Ansicht Smartphone Portrait (iPhone 4/5, Ältere Android Smartphones) */
@media screen and (max-width: 320px) {
	
	/* Klassen für ContentSlider */
	.cts_image,
	.cts_video {
		height: 145px;
	}
	.cts_image_textbound,
	.cts_video_textbound {
		height: 145px;
	}
}