section.m28_zitate .m28_titel {
	text-align: center;
	margin-bottom: 49px;
}

section.m28_zitate .m28_items_slider {
	position: relative;
	margin-bottom: 34px;
	margin-top: 64px;
}

section.m28_zitate .m28_item {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	opacity: 0;
	z-index: 1;
	position: absolute;
	transition: .4s;
	width: 376px;
}

section.m28_zitate .m28_item.m28_center {
	left: 0%;
	top: 0;
	z-index: 3;
}

section.m28_zitate .m28_item.m28_left {
	left: -33%;
	top: 28px;
	z-index: 2;
}

section.m28_zitate .m28_item.m28_right {
	left: 33%;
	top: 28px;
	z-index: 2;
}

section.m28_zitate .m28_rotate_left .m28_item_inner {
	transform: rotate(-2deg);
}

section.m28_zitate .m28_rotate_center .m28_item_inner {
	transform: rotate(0deg);
}

section.m28_zitate .m28_rotate_right .m28_item_inner {
	transform: rotate(2deg);
}

section.m28_zitate .m28_item_inner {
	background: #eff2f4;
	padding: 0 44px 51px 44px;
	border: 1px solid #dde5eb;
	border-radius: 20px;
	transition: transform .4s ease, background .4s;
	position: relative;
	min-height: 100%;
}

section.m28_zitate .m28_item.m28_center .m28_item_inner {
	background: #fff;
}

section.m28_zitate .m28_item_bild {
	display: flex;
	justify-content: center;
	margin-bottom: 52px;
}

section.m28_zitate .m28_item_bild img {
	width: 128px;
	margin-top: -64px;
}

section.m28_zitate .m28_item_autor {
	margin-top: 33px;
}

section.m28_zitate .m28_item_autor p {
	font-weight: 500;
}

section.m28_zitate .m28_item_zitat p {
	line-height: 1.3;
}

section.m28_zitate .m28_items_filter {
	display: flex;
	justify-content: center;
	margin-bottom: calc(58px + 64px);
}

section.m28_zitate .m28_items_filter_container {
	display: flex;
	gap: 5px;
	padding: 5px;
	background: #f5f8fa;
	border-radius: 50px;
}

section.m28_zitate .m28_items_filter_item {
	border: 1px solid rgba(0, 42, 77, .3);
	background: transparent;
	color: rgba(10, 47, 87, .5);
	transition: border-color .4s, background .4s, color .4s;
}

section.m28_zitate .m28_items_filter_item:hover,
section.m28_zitate .m28_items_filter_item.active {
	border-color: #c3efc6;
	background: #c3efc6;
	color: #0a2f57;
}

section.m28_zitate .m28_items_category_container {
	position: relative;
}

section.m28_zitate .m28_arrow {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #dde5eb;
	transition: background .4s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

section.m28_zitate .m28_arrow:hover {
	background: #002a4d;
}

section.m28_zitate .m28_arrow svg {
	width: 22px;
	fill: #9ea7b4;
	transition: fill .4s;
	margin-top: 1px;
}

section.m28_zitate .m28_arrow:hover svg {
	fill: #fff;
}

section.m28_zitate .m28_arrow.m28_arrow_prev svg {
	transform: rotate(180deg);
}

section.m28_zitate .m28_arrow.m28_arrow_prev {
	left: 0;
}

section.m28_zitate .m28_arrow.m28_arrow_next {
	right: 0;
}

@media screen and (max-width: 2399px) {
	section.m28_zitate .m28_item.m28_right {
		left: 37%;
	}
	
	section.m28_zitate .m28_item.m28_left {
		left: -37%;
	}
}

@media screen and (max-width: 2199px) {
	section.m28_zitate .m28_item.m28_right {
		left: 44%;
	}
	
	section.m28_zitate .m28_item.m28_left {
		left: -44%;
	}
}

@media screen and (max-width: 1920px) {
	section.m28_zitate .m28_item.m28_right {
		left: 55%;
	}
	
	section.m28_zitate .m28_item.m28_left {
		left: -55%;
	}
}

@media screen and (max-width: 1599px) {
	section.m28_zitate .m28_item {
		width: 286px;
	}
	
	section.m28_zitate .m28_item.m28_right {
		left: 53%;
	}
	
	section.m28_zitate .m28_item.m28_left {
		left: -53%;
	}
}

@media screen and (max-width: 991px) {
	section.m28_zitate .m28_item.m28_right {
		left: 0;
		top: 0;
	}
	
	section.m28_zitate .m28_rotate_right .m28_item_inner {
		transform: rotate(0);
	}
	
	section.m28_zitate .m28_item.m28_left {
		left: 0;
		top: 0;
	}
	
	section.m28_zitate .m28_rotate_left .m28_item_inner {
		transform: rotate(0);
	}
	
	section.m28_zitate .m28_item {
		width: calc(100% - (50px * 2) - (21px * 2));
	}
	
	section.m28_zitate .m28_item {
		min-height: 100%;
	}
}

@media screen and (max-width: 575px) {
	section.m28_zitate .m28_item_inner {
		padding: 0 24px 28px 24px;
	}
	
	section.m28_zitate .m28_item_zitat *,
	section.m28_zitate .m28_item_autor * {
		hyphens: auto;
	}
}

@media screen and (max-width: 350px) {
	section.m28_zitate .m28_items_filter_container {
		flex-direction: column;
		border-radius: 32px;
	}
	
	section.m28_zitate .m28_item {
		width: 100%;
	}
	
	section.m28_zitate .m28_arrow {
		top: -117px;
		transform: translateY(0);
		width: 40px;
		height: 40px;
	}
	
	section.m28_zitate .m28_arrow.m28_arrow_prev {
		left: unset;
		right: 50px;
	}
	
	section.m28_zitate .m28_items_filter {
		margin-bottom: calc(95px + 64px);
	}
}