.p-hero__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: visible;
	height: 100%
}
.p-hero__item {
	width: 33.5vw;
	padding-right: 1.2vw;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out
}
@media (max-width:991px){
	.p-hero__item {
		width: 60.5vw;
		padding-right: 1.2vw;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-transition: opacity .4s ease-in-out;
		transition: opacity .4s ease-in-out
	}	
}
.cursor {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	display: block;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.cursor__point-zero {
	position: relative;
	width: 0;
	height: 0
}

.cursor__container {
	position: absolute;
	left: -100px;
	top: -100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 200px;
	height: 200px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.cursor__circle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 50px;
	height: 50px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	grid-auto-columns: 1fr;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	border-radius: 100px;
	background-color: #1c1c1c;
	opacity: 1;
	-webkit-transition: opacity .3s ease-in-out,height .4s cubic-bezier(.339, -.18, .228, 1.656),width .4s cubic-bezier(.339, -.18, .228, 1.656);
	transition: opacity .3s ease-in-out,height .4s cubic-bezier(.339, -.18, .228, 1.656),width .4s cubic-bezier(.339, -.18, .228, 1.656)
}
.cursor__arrow {
	width: 10px;
	height: 12px;
	margin-right: 4px;
	margin-left: 4px;
	-webkit-transition: margin .4s cubic-bezier(.339, -.18, .228, 1.656);
	transition: margin .4s cubic-bezier(.339, -.18, .228, 1.656)
}
.cursor {
	pointer-events: none
}
.cursor__circle {
	width: 0px;
	height: 0px;
	opacity: 0;
}
.cursor.cursor__active .cursor__circle {
	width: 60px;
	height: 60px;
	opacity: 1;
}
.cursor.cursor__active .cursor__circle.cursor__circle__drag {
	width: 100px;
	height: 100px;
}

.cursor.cursor__active .cursor__circle.cursor__circle__drag .cursor__arrow {
	margin: 0 10px;
}

.p-hero__item:hover .p-hero__block__gradient {
	opacity: 0.7
}
/*----------------------------*/
/* Projekte                   */
/*----------------------------*/
.p-hero__item.swiper-slide-prev {
	opacity: 0
}