.editor-styles-wrapper .swiper-container-wrapper.swiper-style-geschichte{
	&:has(.swiper-pagination-lock) .swiper-wrapper{
		justify-content: center;
		padding-left: 20px;
	}
	.swiper-slide{
		width: min( 400px, 100vw - 48px );
		height: auto;

		& > div{
			display: flex;
			flex-direction: column;
			height: 100%;

			& > img:first-child{
				margin-top: auto;
			}
		}

		h3{
			margin: 0 0 15px;
		}

		.has-bg-color{
			padding: 50px 0 0;

			h3,
			.text{
				padding: 0 24px;
			}
		}

		.text + img{
			margin: 114px 0 0;
		}

		.text:last-child{
			padding-bottom: 50px;
		}
		.caption{
			margin: 30px 0 0;
			font-size: 14px;
			line-height: 1.57;
			color: #000;
		}
	}

	.swiper-horizontal > .swiper-pagination-bullets{
		.swiper-pagination-bullet{
			width: 28px;
			height: 28px;

			&::before{
				width: 10px;
				height: 10px;
			}

			&.swiper-pagination-bullet-active::before{
				width: 15px;
				height: 15px;
				background: var(--wp--preset--color--farbe-3);
			}
		}
	}
}