.ba-slider {
	width: 100%;
	height: 100vh;
	background: #1a1a1a;
}

.ba-slider .swiper-slide {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}

.ba-slide-content {
	width: 100%;
	padding: 80px 48px 50px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
	color: #fff;
	box-sizing: border-box;
	text-align: center;
}

.ba-slide-titel {
	font-size: clamp(2rem, 4.5vw, 3.5rem);
	margin: 0 0 14px;
	color: #fff !important;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	line-height: 1.15;
}

.ba-slide-text {
	font-size: clamp(1.1rem, 2vw, 1.6rem);
	color: #fff !important;
	margin: 0 auto;
	max-width: 800px;
}

.ba-slide-text p,
.ba-slide-text * {
	color: #fff !important;
}

.ba-slide-text p {
	margin: 0;
}

/* Swiper overrides */
.ba-slider .swiper-button-prev,
.ba-slider .swiper-button-next {
	color: rgba(255, 255, 255, 0.85);
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.ba-slider .swiper-button-prev:hover,
.ba-slider .swiper-button-next:hover {
	color: #fff;
}

.ba-slider .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.6);
	opacity: 1;
}

.ba-slider .swiper-pagination-bullet-active {
	background: #fff;
}

/* Logged-in notice */
.ba-notice {
	background: #fff3cd;
	border: 1px solid #ffc107;
	border-radius: 4px;
	padding: 10px 15px;
	font-size: 14px;
}
