
/* ***********************************************************************************************************************************/
/* *** Slideshow *********************************************************************************************************************/
/* ***********************************************************************************************************************************/

.slick-slider {
    display: flex;
    flex-direction: column-reverse;
}
.slick-slide {
	margin: 0 !important;
}
/* Slideshow - Navigations-Buttons Position */
#slider .slider-prev,
#slider .slider-next {
	top: 30.7% !important;
}

#slider .s4-wpcell-plain {
	width: 300px !important; /* ein fester Wert muss stehen! */
	min-width: 100%;
	max-width: 100%;
}

#slider .sliderTextContainer {
    /* position: absolute;
    bottom: 0;

	background-color: rgba(51, 140, 207, 0.9);

	padding: 3% 6%;
	width: 88%;
	z-index: 101;
	*/
}

.sliderLinkContainer {
	height: 23px;
}


#slider.cell-margin {
	margin-top: 0 !important;
}

/* Skalierbare Breite der Slider-Inhalte */
.ms-webpart-zone,
.s4-wpcell-plain,
.ms-webpart-chrome {
    display: inherit !important;
}

.sliderImgTxt {
	display: flex;
}
.sliderImgTxt > * {
	flex: 1;
}

.slider-arrow {
	display: none !important;
}

/* Slider Buttons ********************************************************************************************************/

.slider-prev::before,
.slider-next::before {
	font-family: FontAwesome !important;
	color: white;
}
.slider-prev,
.slider-next {
	position: absolute;
	font-size: 20px;
	border: 0;
	top: 30% !important;
	z-index: 100;

    background-color: gray !important;
    opacity: 0.5;
    min-width: 60px;
	min-height: 70px;
}

.slider-prev:hover,
.slider-next:hover {
	/* Hintergrund */
    opacity: 0.7;
}

/* Slideshow Button - Links */
.slider-prev::before {
    content: "\f053" !important;
}
.slider-prev {
	/* Hintergrund */
    border-radius: 0 10% 10% 0;
}

/* Slideshow Button - Rechts */
.slider-next::before {
    content: "\f054" !important;
}
.slider-next {
    right: 0px !important;
    margin-right: 0;
    margin-left: 0;

	/* Hintergrund */
    border-radius: 10% 0 0 10%;
}



/* Slider Navigation **************************/
#sliderNavigation {
    margin: 0 auto !important;
    bottom: 0 !important;
    display: table !important;
    width: 0px !important;
	left: 50%;
	position: absolute !important;
}

/* Slideshow - Play / Pause Button */
.btnPlayPause {
    min-width: 20px !important;
    height: 31px;
    background-color: white;
    border: 0;
    border-radius: 50%;
    position: absolute;
    margin: 0 auto;
    width: 31px;
    bottom: 3px;
	z-index: 999;
	margin-left: 7px;
	font-family: FontAwesome;
	color: rgba(51, 140, 207, 1);
	padding: 0;
	padding-left: 1px;
	left: -50%;
}
.btnPlayPause::before {
    content: "\f04c";
    font-size: 16px;
	opacity: 0.9;
}
.btnPlayPause:hover {
    color: rgba(51, 140, 207, 1);
}
.btnPlayPause.play::before  {
	content: "\f04c";
}
.btnPlayPause.pause::before  {
	content: "\f04b";
}

/* Slideshow - Dots */
.slick-dots {
    position: static;
    margin-bottom: 4px;
}
.slick-dots li.slick-active button {
	padding: 0;
}
.slicker-slideshow .slick-dots li button:before {
	font-size: 30px;
	line-height: 20px;
}

.slick-dots li.slick-active button::before {
	opacity: 1;
	background: rgb(71, 139, 160) !important;
	border: 3px solid #fff;
	border-radius: 50px;
	box-sizing: content-box;
}

.slick-dots li {
    display: table-cell !important;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 8px !important;
    border: 1px dotted transparent;
}
.slick-dots li button::before {
	opacity: 1;
	width: 10px;
	height: 10px;
	content: "";
	border-radius: 50px;
	background: rgb(134, 176, 190);
    display: flex;
    margin: 4px;
}
.slick-dots li.slick-active button::before {
    margin: 1px;
}



/* Slideshow - Progress Bar / Fortschrittsbalken */
/* progress bar */
.slider-progress {
	width: 100%;
	height: 3px;
	background: #333333;
}
.slider-progress .progress {
	width: 0%;
	height: 3px;
	background: rgb(0, 114, 198);
}


/* PLAY/PAUSE BUTTONS */
/* Slider Navigation **************************/
.slider-nav {
    /*position: absolute;
    bottom: 0;*/
    right: 6rem;
    display: flex;
    flex-direction: row;
    align-items: end;
    z-index: 10;

    padding-left: 0 !important;
    padding-top: 25px !important;
    width: auto !important;
    margin: 0 auto;

}
/* Slideshow - Play / Pause Button */
.slider-nav .btn-play-pause {
    min-width: 31px !important;
    height: 31px;
    background-color: #fff;
    border-radius: 50%;
    border: 0;
    color: red;
    padding: 0;
    display: block !important;
    margin-right: 10px;
}
.slider-nav .btn-play-pause::before {
     content: "||";
     font-size: 16px;
 }
.slider-nav .btn-play-pause:hover {
     color: rgba(51, 140, 207, 1);
 }
.slider-nav .btn-play-pause.play::before  {
     content: "";
     background-image: url("/typo3conf/ext/sitepackage/Resources/Public/Icons/ico_play.svg");

     background-size: 15px auto;
     background-position: 60%;
     background-repeat: no-repeat;
     height: 100%;
     width: 100%;
     display: block;
 }
.slider-nav .btn-play-pause.pause::before  {
     content: "";
     background-image: url("/typo3conf/ext/sitepackage/Resources/Public/Icons/ico_pause.svg");
     background-size: 15px auto;
     background-position: center;
     background-repeat: no-repeat;
     height: 100%;
     width: 100%;
     display: block;
}

.slick-dots li button:focus {
    border: 1px dotted rgb(0, 67, 82);
}

/* News Slideshow */
.news-slideshow-view h3 span {
    font-weight: normal;
    color: rgb(0, 67, 82);
    font-size: 2.5rem;
    font-family: KlavikaWebBasicLight, Helvetica, Arial;
    line-height: 1em;
    margin-bottom: 1rem;
}
