@charset "utf-8";
/*
Theme Name: debleu 2026 v1.0
Version: Swiper 1.0 / 07.11.2025
Author: debleu.de
Author URI: https://debleu.de/
*/
/*	-------------------------------------------- Slider --- */
.swiper-slide {
	overflow: hidden;
}

.swiper-slide .wrap {
	cursor: grab;
}

#topimage .swiper-navigation {
	position: relative;
}

#topimage .swiper-navigation .swiper-pagination {
	bottom: 15px;
}

.pb-slider .swiper-navigation,
.pb-slider-text .swiper-navigation {
	position: relative;
	height: 26px;
}

.swiper-pagination {
	display: flex;
	justify-content: center;
}

.swiper-navigation .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 4px;
	background: transparent;
	border: 2px solid #b8b8b8;
	opacity: 1;
	border-radius: 50%;
}

.swiper-navigation .swiper-pagination-bullet-active {
	background-color: #646464!important;
	border: 2px solid #646464!important;
}

/* .swiper-button-prev, 
.swiper-button-next {
	min-width: 50px;
	position: relative;
	inset: unset;
	color: rgba(132, 132, 132, 0.5);
	margin-top: 12px;
	} */
/* .swiper-button-next:after {
	content: "next";
}
.swiper-button-prev:after {
	content: "prev";
} */
/* .swiper-button-next:after, 
.swiper-button-prev:after {
	font-size: 2.4rem;
	color: #555;
} */
