.swiper-container-wrapper.swiper-style-projects .swiper-wrapper{
	margin-bottom: 48px;
}
.swiper-container-wrapper.swiper-style-projects .swiper-slide{
	width: min( 467px, 100vw - 60px );
}
.swiper-container-wrapper.swiper-style-projects .swiper-slide a .hover{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 40px;
	background: rgba(0,91,189,.8);
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
	opacity: 0;
	transition: opacity .3s ease;
}
.swiper-container-wrapper.swiper-style-projects .swiper-slide a:hover .hover{
	opacity: 1;
}
.swiper-container-wrapper.swiper-style-projects :is(.swiper-button-next, .swiper-button-prev){
	top: calc( 50% - 24px );
}
.swiper-container-wrapper.swiper-style-projects .swiper-horizontal > .swiper-pagination-bullets{
	bottom: 0;
}
.swiper-container-wrapper.swiper-style-projects .swiper-pagination-bullet{
	border-color: var(--wp--preset--color--dietziker-blau);
}
.swiper-container-wrapper.swiper-style-projects .swiper-pagination-bullet-active{
	background-color: var(--wp--preset--color--dietziker-blau);
}