/**
 * @file plugins/generic/sliderContent/swiper/css/sliderHome.css
 *
 * Copyright (c) 2021 Freie Universität Berlin
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 * 
 * @brief File implemeting additional css styles.
 */
 
.swiper-container {
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}

.swiper-wrapper {
	padding-bottom: 10px !important;
	align-items: center;
}

.swiper-wrapper p {
	margin:0 !important;
}



.swiper-slide {
    display: flex;
    flex-direction: column;
}

.slider-text {
    padding: 20px;
    background-color:rgba(255,255,255,0.8);
    border-top: 1px solid #ddd;
	width: 91%;
}

/* 
 .slider-text {
	margin-top: -130px  !important;
	margin-bottom: 30px;
	padding: 10px !important ;
	z-index: 1000;
	background-color:rgba(255,255,255,0.8);
	background-color:rgba(255,255,255,0.6);
	width: inherit;
	height: 100px  !important ;
	position: relative;
}

#slider-text.slider-text {
    position: absolute !important;
    bottom: -50px  !important;
    left: 40px !important;
    right: 40px !important;
    margin-bottom: 0 !important;
	width: 100% !important;
}


#slider-text.slider-text p {
    line-height: 1rem !important;
    padding: 0;
    margin: 0;
} */


@media only screen and (max-width: 1200px) {
.slider-text {
	margin-top: -130px  !important ;
	background-color:rgba(255,255,255,0.6);
	height: auto !important ;
}
}

@media only screen and (max-width: 600px) {
.slider-text {
	margin-top: -150px  !important;
	background-color:rgba(255,255,255,0.6);
	height: auto !important ;
}
}

.slider-text p {
	margin: 10px 0 10px 0 !important;
}

.slider-text h3 {
	margin: 0 !important;
} 

.swiper-slide {
	 position: relative !important ;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 width:auto;
}

.swiper-pagination {
	position:relative !important;
	--swiper-theme-color: #666 !important ;	
}

.swiper-pagination-bullets {
	bottom: 0px !important;
}
	
.swiper-pagination-bullet {
	margin: 0 7px !important;
	height: 13px !important;
	width: 13px !important;
}

.swiper-button-prev, .swiper-button-next {
	--swiper-theme-color: rgba(102, 102, 102, 0.548) !important ;	
}

.slider-copyright {
	display: block;
	text-align: right;
	font-size: xx-small;
	line-height: 0px;
}
