html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height: 100%
}


.h-hero__section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.h-hero__slider-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 90vh;	
}

.h-hero__collection-container {
	position: static;
	width: 100%;
	height: 100%
}

.h-hero__collection-wrapper {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%
}

.h-hero__collection-item {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	width: 100vw;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out
}

.bg-image__container {
	width: 100%;
	height: 100%
}

.image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.p-hero__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: visible;
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto
}

.p-hero__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: visible;
	height: 100%
}

.p-hero__item {
	width: 35vw;
	padding-right: 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
}

.p-hero__block__img {	
	width: 100%;	
	
}

.p-hero__link-block {
	position: relative;
	z-index: 1;
	background: #000;
	display: block;
	
}

.image-6 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}


.p-hero__section {
	position: relative;	

}

.p-list__section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20vh 7vw 10vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.p-list__heading {
	width: 430px;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 30px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	font-family: Gordita,sans-serif;
	color: #1c1c1c;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: -.1px
}

.p-list__link-block {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: -1px;
	padding: 30px 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #e2e2e2;
	-webkit-transition: background-color .1s,padding .3s cubic-bezier(.645, .045, .355, 1);
	transition: background-color .1s,padding .3s cubic-bezier(.645, .045, .355, 1);
	text-decoration: none
}

.p-list__link-block:hover {
	padding-right: 30px;
	padding-left: 30px;
	border-top-color: #d1d1d1;
	border-bottom-color: #d1d1d1;
	background-color: #f4f5f6
}


.p-hero__block__icon-container {
	position: relative;
	z-index: 20;
	overflow: hidden;
	width: 20px;
	height: 20px;
	margin-left: auto
}



.p-hero__block__top-container {
	position: relative;
	z-index: 20;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0)
}

.p-hero__block__img-container {
	
	z-index: 0;
	background-color: #000
}

.p-hero__block__gradient {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-image: linear-gradient(202deg,rgba(0,0,0,.15),rgba(0,0,0,.75));
	opacity: 1;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s 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)
}


.h-hero__index__arrow {
	padding-top: 19px;
	padding-bottom: 15px;
	cursor: pointer
}


.h-hero__bg-image__gradient,.p-list__filter__bauart,.p-list__filter__bautyp,.uu-team__img-container {
	display: none
}

.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
}