/**
 * @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: 0px;
	padding-top: 0px;
}

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

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

.slider-text {
	margin-top: -550px;
	margin-bottom: 0px;
	padding: 10px 50px 0px 50px;
	z-index: 1000;
	background-color:rgba(255,255,255,0.6);
	width: 50%;
	position: absolute;
	color: #000;
}

@media only screen and (max-width: 1200px) {
	.slider-text {
		margin-top: -230px;
		width:100%;
		padding: 10px 50px 10px 50px;
	}
	.slider-text p {
		margin: 10px 0 10px 0 !important;
	}
}

@media only screen and (max-width: 600px) {
	.slider-text {
		margin-top: -130px;
		width:100%;
		padding: 10px 50px 10px 50px;
	}
	.slider-text p {
		display: none;
	}
}

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

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

.slider-text a {
	color: #fff;
}
.slider-text a:hover {
	color: #4abece;
} 

.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 ;*/
	display: none !important;
}

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