/* FacebookSlider CSS */

/* Klassen für FacebookSlider */
.fbs_container {
	background: #fff;
}
.fbs_loading_container {
	height: 250px;
}
.fbs_loading_icon {
	width: 64px;
	height: 64px;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
	background-image: url(../pics/systems/icon_loading.gif);
	background-repeat: no-repeat;
	background-size: 64px 64px;
	background-position: center center;
}
.fbs_loading_text {
	width: 320px;
	height: 64px;
	top: 40px;
	left: calc(50% - 160px);
	font-family: ANLTP_REG;
	color: #3C3C3C;
}
.fbs_error_container {
	height: 500px;
}
.fbs_error_image {
	width: 100%;
	height: 500px;
	background-image: url(../pics/systems/baustelle.gif);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.fbs_error_text {
	font-family: ANLTP_REG;
	color: #ff0000;
}
.fbs_carousel {
	height: 800px;
}
.fbs_indicators {
	bottom: 0;
}
.fbs_image,
.fbs_video {
	width: auto !important;
	height: 500px;
	margin: auto;
}
.fbs_caption {
	position: relative;
	height: 250px;
	overflow-y: auto;
	top: 0;
	left: 0;
	font-family: ANLTP_REG;
	color: #3C3C3C;
}
.fbs_caption::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	border-radius: 2px;
}
.fbs_caption::-webkit-scrollbar-track {
	background: #fff;
}
.fbs_caption::-webkit-scrollbar-thumb {
	background: #3C3C3C;
}
.fbs_link_showmore,
.fbs_link_showless {
	font-family: ANLTP_REG;
	color: #3C3C3C;
	cursor: default;
}
.fbs_link_showmore:hover,
.fbs_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 FacebookSlider */
	.fbs_carousel {
		height: 710px;
	}
	.fbs_image,
	.fbs_video {
		height: 390px;
	}
	.carouselItemBackground {
		height: 710px;
	}
}

/* Media Query für Ansicht iPhoneX Landscape (Apple) */
@media screen and (max-width: 820px) {
	
	/* Klassen für FacebookSlider */
	.fbs_image,
	.fbs_video {
		height: 390px;
	}
}

/* Media Query für Ansicht Tab Portrait (iPad, Android Tablets) */
@media screen and (max-width: 768px) {
	
	/* Klassen für FacebookSlider */
	.fbs_image,
	.fbs_video {
		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 FacebookSlider */
	.fbs_image,
	.fbs_video {
		height: 320px;
	}
}

/* Media Query für Ansicht Smartphone Landscape (iPhone 4/5, Ältere Android Smartphones) */
@media screen and (max-width: 570px) {
	
	/* Klassen für FacebookSlider */
	.fbs_image,
	.fbs_video {
		height: 275px;
	}
}

/* Media Query für Ansicht Smartphone Portrait (iPhone 6/7/8/X, Neuere Android Smartphones) */
@media screen and (max-width: 500px) {
	
	/* Klassen für FacebookSlider */
	.fbs_carousel {
		height: 500px;
	}
	.fbs_image,
	.fbs_video {
		height: 180px;
	}
	.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 FacebookSlider */
	.fbs_image,
	.fbs_video {
		height: 150px;
	}
}