/* ContentSlider Multiple CSS */

/* Bootstrap Carousel Klassen Overrides Media Query */
@media (max-width: 767px) {
	
	/* Bootstrap Carousel Klassen Overrides */
	.carouseMultiplelID .carousel-inner .carousel-item > div {
        display: none;
	}
	.carouseMultiplelID .carousel-inner .carousel-item > div:first-child {
		display: block;
	}
}

/* Bootstrap Carousel Klassen Overrides */
.carouseMultiplelID .carousel-inner .carousel-item.active,
.carouseMultiplelID .carousel-inner .carousel-item-next,
.carouseMultiplelID .carousel-inner .carousel-item-prev {
    display: flex;
	}
.carouseMultiplelID .carousel-inner {
	padding-left: 5em !important;
	padding-right: 5em !important;
}

/* Bootstrap Carousel Klassen Overrides Media Query */
@media (min-width: 768px) {
	
	/* Bootstrap Carousel Klassen Overrides */
    .carouseMultiplelID .carousel-inner .carousel-item-end.active,
	.carouseMultiplelID .carousel-inner .carousel-item-next {
        transform: translateX(33.3%);
	}
	.carouseMultiplelID .carousel-inner .carousel-item-start.active,
	.carouseMultiplelID .carousel-inner .carousel-item-prev {
		transform: translateX(-33.3%);
	}
}

/* Bootstrap Carousel Klassen Overrides */
.carouseMultiplelID .carousel-inner .carousel-item-end,
.carouseMultiplelID .carousel-inner .carousel-item-start {
    transform: translateX(0);
	}

/* 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: RW_STD;
	color: #000;
}
.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: 33.3% !important;
	height: auto;
	float: left;
	margin: auto;
	max-height: 207px;
}
.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 {
	max-height: 100px !important;
	max-width: 64px !important;
	top: calc(50% - 50px);
	/* Nur hier in Wochenhighlight */
	display: block !important;
}
.cts_caption {
	position: relative;
	height: 240px;
	overflow-y: auto;
	top: 20px;
	left: 0;
	font-family: RW_STD;
	color: #000;
	background: #fff;
}
.cts_caption::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	border-radius: 5px;
}
.cts_caption::-webkit-scrollbar-track {
	background: #196774;
}
.cts_caption::-webkit-scrollbar-thumb {
	background: #fff;
}
.cts_caption_textbound {
	position: relative;
	height: auto;
	overflow-y: auto;
	top: 0;
	left: 0;
	font-family: RW_STD;
	color: #000;
	background: #fff;
}
.cts_caption_textbound::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	border-radius: 5px;
}
.cts_caption_textbound::-webkit-scrollbar-track {
	background: #6E8200;
}
.cts_caption_textbound::-webkit-scrollbar-thumb {
	background: #fff;
}
.cts_link_showmore,
.cts_link_showless {
	font-family: RW_STD;
	color: #000;
	cursor: default;
}
.cts_link_showmore:hover,
.cts_link_showless:hover {
	color: #fff;
	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;
	}*/
}