/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 20 2023 | 15:30:55 */
@font-face {
    font-family: 'Biotif';
    src: url('/wp-content/uploads/fonts/biotif-light.woff2') format('woff2'),
        url('/wp-content/uploads/fonts/biotif-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Biotif';
    src: url('/wp-content/uploads/fonts/biotif-regular.woff2') format('woff2'),
        url('/wp-content/uploads/fonts/biotif-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Biotif';
    src: url('/wp-content/uploads/fonts/biotif-medium.woff2') format('woff2'),
        url('/wp-content/uploads/fonts/biotif-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Biotif';
    src: url('/wp-content/uploads/fonts/biotif-bold.woff2') format('woff2'),
        url('/wp-content/uploads/fonts/biotif-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Andrew Elegant';
    src: url('/wp-content/uploads/fonts/andrew-elegant-regular.woff2') format('woff2'),
        url('/wp-content/uploads/fonts/andrew-elegant-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}



/* COLOR SCHEME */

:root {
    --cl-born-Black: #000 ;
    --cl-born-Architecture: #B2B2B2;
    --cl-born-Nature: #96AB80;
    --cl-born-Design: #D1B090;
    --cl-born-FineArts: #91ADB0;
    --cl-bg-lila-soft: #eee4ee;
    
/* bcb4cc */

    --cl-yellow: #fdee84;
    --cl-violett: #ddc6dd;
    --cl-pink: #f2e2ea;
    --cl-red: #f45a5a;
    --cl-green: #add8b9;
    --font-header: 'Andrew Elegant', serif;
    --font-text: 'Biotif', sansserif
    --font-size: 22px;
}

/* farbige Scrollbars */

/* Firefox */
* { scrollbar-width: thin; scrollbar-color: #000 #fff;}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar { width: 6px;}
*::-webkit-scrollbar-track { background: #fff;}
*::-webkit-scrollbar-thumb { background-color: #000; border-radius: 20px; border: 0px solid transparent;}


body {
    font-family: 'Biotif';
    font-weight: 300;
		max-width: 2560px;
}

h1, .h1 {
    font-family: var(--font-header);
    font-size: clamp(40px, 3vw, 80px) !important;
}

h2, .h2 {
    font-family: var(--font-header);
    font-size: clamp(40px, 3vw, 60px) !important;
    letter-spacing: 0.5rem !important;
}

h3, .h3 {
    font-size: clamp(30px, 3vw, 60px) !important;
    font-family: var(--font-header);
    color: var(--cl-red) !important;
}

.fw-300 {font-weight: 300;}
.fw-400 {font-weight: 400;}
.fw-500 {font-weight: 500;}
.fw-700 {font-weight: 700;}

.cl-green, .cl-green * {
    color: var(--cl-green);
}

.cl-red, .cl-red * {
    color: var(--cl-red);
}

@media screen and (max-width: 1920px) {
    html {font-size: 16px;}
}

.l-section.full_height {
    min-height: 100vh;
    min-height: 100svh;
  }

.rsSlide {
    animation: scaleUp 5s ease-in-out forwards;
    -webkit-animation: scaleUp 5s ease-in-out forwards;
}

@keyframes scaleUp {
    0% {
        scale: 1;
    }

    100% {
        scale: 1.06;
    }
    
}

/* .us_custom_da270803 {
    background: URL('/wp-content/uploads/2023/10/Architecture-Projekt-Detail.jpg');
    background-size: cover;
} */

/* BUTTONS */

.w-btn * {
    font-family: 'Biotif'; 
    letter-spacing: 4px;
}

.w-btn.us-btn-style_1,
.w-btn.us-btn-style_5,
 .sep-left {
    position: relative;
		display: flex;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.sep-left {
    padding-left: 54px;
}

.w-btn.us-btn-style_1::before,
.w-btn.us-btn-style_5::before,
.sep-left::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    height: 1px;
    width: 0px;
    opacity: 0;
    background-color: var(--cl-born-Black);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.w-btn.us-btn-style_5::before {
	background-color: var(--color-content-secondary);
}

.sep-left::before {
    width: 36px;
    opacity: 1;
}

.w-btn.us-btn-style_1:hover,
.w-btn.us-btn-style_5:hover {
    padding-left: 60px;
}

.w-btn.us-btn-style_1:hover::before,
.w-btn.us-btn-style_5:hover::before {
	transform: rotate(180deg);
	opacity: 1;
	width: 45px;
}

.w-btn.us-btn-style_2{
	background: transparent;
	color: #fff;
	padding: 1rem;
	border: none;
	text-align: center;
}

.w-btn.us-btn-style_2 .w-btn-label {display: none;}
.w-btn.us-btn-style_2::before{
	content: '\f00d';
	font-family: fontawesome;
	font-size: 29px;
  font-weight: 100;
	color: #fff;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.w-btn.us-btn-style_2:hover::before{	
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.w-post-elm.post_navigation {
	position: absolute;
  z-index: 2;
  bottom: 4rem;
  right: 6rem;
}
.post_navigation-item-meta, .post_navigation-item-title {display: none !important;}
.post_navigation-item-arrow {
	opacity: 1 !important;
	color: #fff !important;
}
.post_navigation-item-arrow::before {
  font-family: fontawesome !important;
  font-weight: 100 !important;
}


.w-nav-icon > div{
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.w-nav-icon > div::before, 
.w-nav-icon > div::after {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    width: 14px;
    left: 50%;
    transform: translateX(-50%);
}

.w-nav-icon:hover > div {
    width: 38px;
    /* transform: translateX(-2px); */
}

.w-nav-icon:hover > div::before, 
.w-nav-icon:hover > div::after {
    width: 18px;
}

.w-nav-control.active .w-nav-icon {
    z-index: 10;
}

.w-nav-control.active .w-nav-icon > div {
    transform: translateY(-50%);
}

.w-nav-control.active .w-nav-icon > div::before {
    opacity: 1;
    top: -0.3333em;
}

.w-nav-control.active .w-nav-icon > div::after {
    transform: translateX(-50%);
    top: 0.3333em;
  }

.no-touch .l-subheader.at_middle a.w-nav-control:hover {
    color: var(--cl-born-Black) !important;
  }

/* MENÜ */

.w-nav-open .w-nav-list.level_1 {
    background-color: var(--cl-red) !important;
}

.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1 .w-nav-close {
    display: none !important;
}

.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1 > li a {	
	font-family: 'Biotif';
	font-size: clamp(25px, 4vw, 50px) !important;
    padding: 3rem 0;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 28px;
	text-transform: uppercase;
	-webkit-transition: color 0.6s ease;
	transition: color 0.6s ease;	
}

.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1 > li a:hover {
    color: var(--cl-born-Black);
}

.w-nav.type_mobile.m_layout_fullscreen.m_effect_aft .w-nav-list.level_1 {
    opacity: 1 !important;
    background-color: var(--cl-red) !important;
}


/* 
.w-nav.type_mobile.m_layout_fullscreen .wpb_content_element .widget.widget_nav_menu {padding: 0;}

.w-menu.layout_ver .menu > li {
	margin-bottom: 0px;
}

.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1 {
	padding: 0;
	z-index: 100;
}

.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1 > li {
	margin: 0;
	background-image: '';
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	transition: all 0.5s linear;
}


.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1 .w-nav-close {
	background: rgba(255, 255, 255, 0.5);
}
.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1 .w-nav-close::before {
  content: 'x';
  font-family: inherit;
  font-weight: 100;
  vertical-align: top;
  color: var(--color-header-middle-text);
}

#menu-main-menu {
	max-height: 100vh;
  overflow: hidden;
	background: #fff;
}

#menu-main-menu > li.menu-item a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 1px;
	width: 30vw;
	background-color: var(--cl-born-Architecture);
	transform: translateX(-50%);
}
#menu-main-menu > li.menu-item:nth-child(4) a::before {
  content: none;
}

#menu-main-menu > li.menu-item.active a {
	color: var(--color-header-middle-text-hover);
}

#bg-video-fine-arts, #bg-video-architecture, #bg-video-nature, #bg-video-design {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 46vh;
	object-fit: cover;
	opacity: 0;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

ul#menu-main-menu > li.active,
ul#menu-main-menu:hover > li:hover {
	background: rgb(0,0,0);
	
	background: linear-gradient(90deg, rgba(68,68,68,1) 0%, rgba(0,0,0,1) 50%, rgba(136,136,136,1) 100%);
	
}

ul#menu-main-menu > li.active > a,
ul#menu-main-menu:hover > li:hover > a {
  height: 46vh;
	background: rgba(0,0,0, 0.2);	
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0) 100%);
	
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;	
}

ul#menu-main-menu.isactive:not(:hover) > li:not(.active) > a,
ul#menu-main-menu.isactive:hover > li.active:not(:hover) > a,
ul#menu-main-menu:hover > li:not(:hover) > a {
  height: 18vh;
}


ul#menu-main-menu > li.active > video,
ul#menu-main-menu > li:hover > video {
  opacity: 1;
} */

/* Home - Introvideo */

	body.home section#intro-video:not(.intro-video-show){
		position: absolute;
		z-index: 9999;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		padding:0;
		margin:0;
		overflow: hidden;
		opacity: 0;
		-webkit-transition: opacity 0.9s ease;
		transition: opacity 0.9s ease;
	}
	body.home:not(.intro-video-show):not(.intro-video-hide) section#intro-video{
		max-height: 0;
	}
	body.home.intro-video-show section#intro-video {
		opacity: 1;
	}		
	body.home.intro-video-hide section#intro-video {
		opacity: 0;
	}	

/* Home - Leistungen Karussell */

.w-grid-item.leistung .col-img-hover {
    position: relative;
}

.w-grid-item.leistung .col-img-hover::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: var(--cl-born-Architecture);
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.col-full-screen > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - var(--header-height));
  }

.w-grid-item.leistung .col-img-hover, .w-grid-item.leistung .col-title {
    width: 50%;
    margin: 0;
}

.w-grid-item.leistung .w-post-elm {cursor: pointer;}

.mask-container {
    position: relative;
    height: 600px;
    width: 600px;
    margin: 0 auto;
}

.mask-container img,
.mask-container video {
	position: absolute;
	top: 50%;
	left: 50%;
}

.mask-container img {
	transform: translate(-50%, -50%);
	opacity: 1;
	-webkit-transition: opacity 0.9s ease;
	transition: opacity 0.9s ease;
}

#hover-video-fine-arts,
#hover-video-architecture,
#hover-video-nature,
#hover-video-design {
    position: absolute;
	z-index: 1;		
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

#page-home .owl-item.active .w-post-elm:hover img {opacity: 0;}
#page-home .owl-item.active .w-post-elm:hover video {opacity: 1 !important;}

.img-video-hover img {
    max-width: 20vw;
}

/* .img-video-hover:hover img {opacity: 0;}
.img-video-hover:hover video {opacity: 1 !important;} */

/* FOOTER */

#footer a, .social-media-links, .copyright {
    font-family: Biotif;
    font-style: normal;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.copyright {
    text-transform: none;
}


/* SECTION-SLIDER */

section#section-slider-navi {
	position: fixed;
	z-index: 99;
  bottom: 3rem;
  right: 3rem;
  width: 200px;
  height: 40px;
  padding: 0;
  margin: 0;
}
section#section-slider-navi > .l-section-h > .g-cols.vc_row > .wpb_column.vc_column_container > .vc_column-inner > .wpb_wrapper {
	display: flex;
  justify-content: flex-end;
}

.w-btn.us-btn-style_3,
.w-btn.us-btn-style_4 {
	padding: 0;
	margin: 0;
	background: none;
	position: relative;
	width: 25px;
	height: 25px;
}

.w-btn.us-btn-style_3::before,
.w-btn.us-btn-style_4::before {
	content: '';
	width: 100%;
	height: 100%;	
	padding: 0;
	margin: 0;
	border: none !important;
	background: none;
	background-image: url();
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

section#section-slider-navi :not(.w-hwrapper) > .w-btn-wrapper.align_none {
  margin-right: 0;
}

section#section-slider-navi .w-btn.us-btn-style_3::before,
section#section-slider-navi .w-btn.us-btn-style_4::before {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.w-nav-open .l-subheader-h .w-image-h img,
section#section-slider-navi:not(.light) .w-btn.us-btn-style_3::before,
section#section-slider-navi:not(.light) .w-btn.us-btn-style_4::before {
	filter: invert(50%) sepia(0) saturate(0%) hue-rotate(0) brightness(0%) contrast(100%);
}

.w-btn.us-btn-style_3::before {
	background-image: url(/wp-content/uploads/2023/10/arr-left.svg);
	background-position: left center;	
}
.w-btn.us-btn-style_4::before {
	background-image: url(/wp-content/uploads/2023/10/arr-right.svg);
	background-position: right center;	
}

.w-btn.us-btn-style_3 .w-btn-label,
.w-btn.us-btn-style_4 .w-btn-label {display: none;}

main#page-content {
    position: relative;
}

main#page-content > section.section-slider {
	position: absolute;
	z-index: 98;
	top: calc(var(--header-height) * -1);
	left: 0;
	min-height: 100vh !important;
	width: 100% !important;
	margin-top: 0;
	background-color: var(--color-content-bg-alt);
	overflow: unset;
	transform: translate(100%,0);	
}

body.home main#page-content > section#section-slider-navi,
body.home main#page-content  > section.section-slider {
	display: none;
}

body.home main#page-content.sliders-show > section#section-slider-navi,
body.home main#page-content.sliders-show  > section.section-slider {
	display: flex;
}

/* Areas */

body.areas header#page-header {width: calc(100% - 80px);}
body.areas header#page-header .l-subheader-cell.at_right {flex-basis: 10px;}
body.bg-half-video .w-nav-control::before { left: calc(50% + 38px);}

body.areas main#page-content  > section.section-slider > .l-section-img {
  position: absolute;
	z-index: 1;	
  left: auto;	
  right: 0;
	bottom: auto;
  top: 0;
  width: 50%;
  height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
  background-size: cover;	
  opacity: 1;
	-webkit-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
}

body .l-section-img.video-loaded {
  opacity: 0 !important;	
}

body.areas main#page-content  > section.section-slider > .l-section-h {z-index:3;}


body.areas main#page-content  > section.section-slider > .l-section-h > .g-cols.vc_row > .wpb_column.vc_column_container:nth-child(2){
	min-height: 100vh;
	overflow: hidden;
}

body.areas main#page-content  > section.section-slider > .l-section-h > .g-cols.vc_row > .wpb_column.vc_column_container:nth-child(2) > .vc_column-inner{
	display: flex;
	flex-direction: column;
    flex-grow: 1;	
	justify-content: center;
	background-color: #000;	
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

body.areas main#page-content  > section.section-slider.open > .l-section-h > .g-cols.vc_row > .wpb_column.vc_column_container:nth-child(2) > .vc_column-inner{
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

body.areas main#page-content  > section.section-slider > .l-section-h > .g-cols.vc_row > .wpb_column.vc_column_container:nth-child(2) > .vc_column-inner ul.project-list {
	list-style-type: none;
  width: calc(40vw - 5rem);
  display: flex;
  flex-direction: column;
  min-height: 50vh;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

body.areas main#page-content  > section.section-slider > .l-section-h > .g-cols.vc_row > .wpb_column.vc_column_container:nth-child(2) > .vc_column-inner .w-btn.close {
	position: absolute;
  right: 2rem;
  top: 4rem;
}

body.areas main#page-content  > section.section-slider > .l-section-h > .g-cols.vc_row > .wpb_column.vc_column_container:nth-child(2) > .vc_column-inner ul.project-list > li.item {
	display: block;
	color: #fff;	
	letter-spacing: 4px;
}

body.areas main#page-content  > section.section-slider > .l-section-h > .g-cols.vc_row > .wpb_column.vc_column_container:nth-child(2) > .vc_column-inner ul.project-list > li.item > a {
	display: block;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 4px;	
	padding: 0 1rem 0.5rem 1rem;
  margin-bottom: 1rem;
	border-bottom: 1px solid #555;
}

body.areas main#page-content  > section.section-slider > .l-section-h > .g-cols.vc_row > .wpb_column.vc_column_container:nth-child(2) > .vc_column-inner ul.project-list > li.item > a > span.count {
	display: inline-block;
	margin-right: 2rem;
}

body.areas main#page-content  > section.section-slider > .l-section-h > .g-cols.vc_row > .wpb_column.vc_column_container:nth-child(2) > .vc_column-inner ul.project-list > li.item > a > .label{
	margin-left: 0;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;	
}

body.areas main#page-content  > section.section-slider > .l-section-h > .g-cols.vc_row > .wpb_column.vc_column_container:nth-child(2) > .vc_column-inner ul.project-list > li.item > a:hover > .label{
	margin-left: 1rem;
}


main#page-content > section.section-slider.done {
	transform: translate(0,0);	
}

main#page-content > section.section-slider.prev {
	animation: section-slide-ani-prev 1s ease 0s forwards;
}
main#page-content > section.section-slider.next {
	animation: section-slide-ani-next 1s ease 0s forwards;
}

main#page-content > section.section-slider .col-full-screen > .vc_column-inner > .wpb_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: calc(100vh - var(--header-height) + 50px);
	height: auto;
	margin-top: calc(var(--header-height) - 50px);
}


main#page-content > section.section-slider .w-hwrapper.socials{
	flex-wrap: wrap;
}


body.bg-half-video header .w-nav{
	opacity: 1;
	-webkit-transition: opacity 0.6s ease 0.3s;
	transition: opacity 0.6s ease 0.3s;
}
body.bg-half-video.sliderun header .w-nav {
	opacity: 0;
	-webkit-transition: opacity 0.1s ease;
	transition: opacity 0.1s ease;	
}



@keyframes section-slide-ani-prev {
	0%{
		transform: translate(-100%,0);
	}
	100%{
		transform: translate(0,0);
	}
}

@keyframes section-slide-ani-next {
	0%{
		transform: translate(100%,0);
	}
	100%{
		transform: translate(0,0);
	}
}

@media screen and (max-width: 767px) {
	
	body.bg-half-video .w-nav-icon {
		right: 0;
		position: absolute;
		color: #fff;
	}

	
	body.bg-half-video .w-nav-control::before {content: '';}
	
	section#section-slider-navi {
		bottom: auto;
		top: calc(25vh);
		right: 1rem;
		position: absolute;
	}
		
	main#page-content > section.section-slider{
		height: auto;
		overflow: unset;
	}
	
	main#page-content > section.section-slider > .l-section-h > .g-cols.vc_row > .wpb_column.vc_column_container {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: flex-start;
		height: 100vh;
		width: 100vw;
	}

	main#page-content > section.section-slider > .l-section-h > .g-cols.vc_row > .wpb_column.vc_column_container > .vc_column-inner > .wpb_wrapper{
		min-height: 100vh;
    padding-top: 30vh;
	}
	
	main#page-content > section.section-slider > .l-section-video > video {
		left: 0;		
		height: 30vh;
		width: 100vw;	
	}
	
}

@media screen and (max-width: 600px) {
	main#page-content {
		min-height: 100vh;
	}
}

/* Projekt */


body.single.single-projects header::before {display: none;}
body.single.single-projects header .l-subheader {
	background: transparent;
}

/* 
body.single.single-projects #page-content {
	margin-top: calc(var(--header-height) * -1);
} */

/* Hintergrund slides */

body.single.single-projects section.project-curr{
	position: relative;
  min-height: 100vh;
  justify-content: flex-start;
}
body.single.single-projects section.project-curr .g-cols.wpb_row.section-top{
	overflow: hidden;
  height: 100vh;
  display: flex;
}
body.single.single-projects section.project-curr .w-vwrapper.project-hero-data {
	position: absolute;
  z-index: 2;	
  bottom: 4rem;
  left: 4rem;
  color: #fff;
}
body.single.single-projects section.project-curr .w-vwrapper.project-hero-data * {
	color: #fff;
}

body.single.single-projects section.project-curr .w-vwrapper.project-hero-data h1 {
    font-size: clamp(30px, 3vw, 60px) !important;
    letter-spacing: 3.5px !important; 
    font-weight: 300; 
    margin-bottom: 0;    
}

body.single.single-projects section.project-curr .w-vwrapper.project-hero-data h2 {
    font-size: clamp(20px, 3vw, 35px) !important;
    letter-spacing: 0 !important; 
    font-weight: 300; 
    line-height: 1.625;
    margin-bottom: 20px;    
}


body.single.single-projects section.project-curr .w-vwrapper.project-hero-data h3 {
    font-size: clamp(16px, 3vw, 20px) !important;
    padding-top: 0;
    font-weight: 700;
    line-height: 1.625;
    letter-spacing: 4px; 
}

body.single.single-projects section.project-curr .w-vwrapper.project-hero-data .w-post-elm.project_subline {
	margin-bottom: 2rem;
}

/* body.single.single-projects section.project-curr .w-vwrapper.project-hero-data .w-btn.project-detail-open {
	opacity: 0;
	max-height: 0;
	padding-top: 0;	
	overflow: hidden; 
}*/

body.single.single-projects section.project-curr .w-vwrapper.project-hero-data .w-btn.project-detail-open:not(::before) {
	-webkit-transition: padding-top 0.7s ease, max-height 0.7s ease, width 0.6s ease, opacity 0.3s ease;
	transition: padding-top 0.7s ease, max-height 0.7s ease, width 0.6s ease, opacity 0.3s ease;
}

/* body.single.single-projects section.project-curr .w-vwrapper.project-hero-data .w-btn.project-detail-open::before {
  top: calc(50% + 0.9rem);
} */

/* body.single.single-projects section.project-curr .w-vwrapper.project-hero-data:hover .w-btn.project-detail-open {
	opacity: 1;
	padding-top: 1.5rem;
	max-height: 50px;
}
 */

body.single.single-projects section.project-curr .w-post-elm.project-hero-slider.project_hero_images{
	position: relative;
	top: 0;
	left: 0;	
	width: 100%;
	height: 100vh;
	max-height: 100vh;
}

body.single.single-projects section.project-curr .w-post-elm.project-hero-slider.project_hero_images .repeater-row{
	position: absolute;
	top: 0;
	left: 0;	
	width: 100%;
	height: 100%;	
	opacity: 0;
	
	-webkit-transition: opacity 1.9s linear;
	transition: opacity 1.9s linear;
}
body.single.single-projects section.project-curr .w-post-elm.project-hero-slider.project_hero_images .repeater-row.active{
	opacity: 1;
}


body.single.single-projects section.project-curr .w-post-elm.project-hero-slider.project_hero_images .repeater-row .project_hero_image:after{
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

body.single.single-projects section.project-curr .w-post-elm.project-hero-slider.project_hero_images .repeater-row img{
	object-fit: cover;
  height: 100vh;
  max-width: none;
	-webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}


/* 
body.single.single-projects section.project-content {
	-webkit-transform: scaleY(0);   
  transform: scaleY(0);    
  -webkit-transform-origin: top;
	transform-origin: top;
  -webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;	
} */

/* body.single.single-projects section.project-content:not(.active) {
	max-height: 0;
  overflow: hidden;
  padding: 0;
}

body.single.single-projects section.project-content.active {
	-webkit-transform: scaleY(1);   
  transform: scaleY(1);    
} */

body.single.single-projects section.project-content .wpb_text_column {
	margin: 0;
}
body.single.single-projects section.project-content .wpb_text_column:first-child{
	margin-top: 3rem;
}
body.single.single-projects section.project-content .wpb_text_column:last-child{
	margin-bottom: 3rem;
}
body.single.single-projects section.project-content .g-cols.wpb_row > .wpb_column.vc_column_container:first-child .wpb_text_column {
	max-width: 570px;
	margin-right: 3rem;
}
body.single.single-projects section.project-content .g-cols.wpb_row > .wpb_column.vc_column_container:last-child .wpb_text_column {
	max-width: 570px;
	margin-left: 3rem;
}

body.single.single-projects section.project-content picture img {width: 100%;}


/* neue LandingPage */

.rsMainSlideImage {
    margin-top: 0 !important;
}

body.landingpage h1 {
    font-size: clamp(25px, 3vw, 46px) !important;
    font-weight: 300;
    line-height: 1.5;
}

body.landingpage p {
    line-height: 1.75;
    letter-spacing: 0.0375rem;

}

body.landingpage h2, body.landingpage h3 {
    font-size: 1.625rem;
    letter-spacing: 0.1rem !important;
    font-weight: 500;
}

body.landingpage #landing-page-parallax, body.landingpage #landing-page-parallax-store {
    height: 100vh;
}

body.landingpage #landing-page-abbinder {
    height: 100vh;
    padding: 3%;
}

body.landingpage #landing-page-abbinder .l-section-h.i-cf,
body.landingpage #landing-page-abbinder .g-cols.vc_row {
    height: 100%;
}

body.landingpage #landing-page-abbinder .wpb_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body.landingpage #landing-page-abbinder p {
    letter-spacing: 0.25rem;
    line-height: 1.5;
}

body.landingpage #landing-page-abbinder p.copyright {
    letter-spacing: 0.0375rem;
}

body.landingpage #vision {
    padding-top: 20vh;
    padding-bottom: 20vh;
}

body.landingpage #vision h2 {
    font-size: clamp(19px, 3vw, 60px) !important;
    text-wrap: balance;
    line-height: 1.4;
}

body.landingpage #fusion {
    position: relative;
    background: var(--cl-green);
}

body.landingpage #fusion * {
    position: unset;
}

body.landingpage #fusion h2,
body.landingpage #brands h2 {
    font-family: var(--font-text);
    text-transform: uppercase;
    font-weight: 700;
    font-size: clamp(28px, 3vw, 65px) !important;
    max-width: 30ch;
    margin: 0 auto;
    line-height: 1.5;
    letter-spacing: -2px !important;
}

body.landingpage #brands h2 {
    font-size: 1rem !important;
    letter-spacing: 0.53625rem !important;
}

body.landingpage #fusion .gradient-box {
    position: absolute;
    height: 100vh;
    width: 100vw;
    top: 0;

}

body.landingpage #fusion .gradient-box.box-left {
    background: linear-gradient(135deg, var(--cl-yellow) 0%, var(--cl-yellow) 25%, transparent 35%, transparent 100%);
    left: 0;
}

body.landingpage #fusion .gradient-box.box-right {
    background: linear-gradient(135deg, transparent 0%, transparent 65%, var(--cl-violett) 75%, var(--cl-violett) 100%);
    left: 100%;
    transform: translateX(-100%);
}

/* 
body.landingpage #fusion::before, 
body.landingpage #fusion::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

body.landingpage #fusion::before {
    background: linear-gradient(135deg, var(--cl-yellow) 0%, var(--cl-yellow) 18%, transparent 28%, transparent 100%);
    transform: translateX(-100%);
}

body.landingpage #fusion::after {
    background: linear-gradient(135deg, transparent 0%, transparent 72%, var(--cl-violett) 82%, var(--cl-violett) 100%);
    transform: translateX(100%);
}

body.landingpage #fusion:hover::before,
body.landingpage #fusion:hover::after {
    opacity: 1;
    transform: translateX(0);
} */


body.landingpage #fusion h4 {
    color: #fff !important; 
}

body.landingpage .anchor-link p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 3.125rem;
    letter-spacing: 0.375rem;
    text-transform: uppercase; 
}

body.landingpage .claim p {
    text-transform: uppercase;
    font-weight: 500;
}

body.landingpage #villakontor,
body.landingpage #whiteinterieurs,
body.landingpage #dreipunkt {
    z-index: 0;
    margin-bottom: 75vh;
}

body.landingpage #villakontor .vc_col-sm-6, 
body.landingpage #whiteinterieurs .vc_col-sm-6,
body.landingpage #dreipunkt .vc_col-sm-6,
body.landingpage #muehle .vc_col-sm-6 {
    position: relative;
    overflow: hidden;
}


/* body.landingpage #villakontor .g-cols.via_flex.type_default, 
body.landingpage #whiteinterieurs .g-cols.via_flex.type_default,
body.landingpage #dreipunkt .g-cols.via_flex.type_default,
body.landingpage #muehle .g-cols.via_flex.type_default {
    margin: 0;
  } */

body.landingpage .arts-txt-container > .vc_column-inner {
    padding: 0 20% !important;
}

body.landingpage .popup-container {
    position: absolute;
    top: 0;
    right: 0%;
    width: 0vw; 
    height: 100vh;
    background-color: #000;
    transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -webkit-transition: width 0.5s ease;
}

body.landingpage .popup-container.container-left {
    left: -100%;
    right: unset;
}

body.landingpage .popup-container ul, body.landingpage .w-grid-list article {
    list-style: none;
    border-bottom: 1px solid #B2B2B2;
    width: 70%;
    margin: 0 auto;
    font-size: 0;
    text-align: left;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

body.landingpage .popup-container h2 {
    width: 70%;
    margin: 30px auto 0 auto;
    font-weight: 300;
    font-size: 14px !important;
}

body.landingpage .popup-container ul:hover, body.landingpage .w-grid-list article:hover {
    border-bottom: 1px solid #fff;
    padding-left: 30px;
}

body.landingpage .popup-container .wpb_wrapper {
    opacity: 0;
    width: 50vw;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

body.landingpage .popup-container ul:last-child, body.landingpage .w-grid-list article:last-child {
    border-bottom: none;
}

body.landingpage .w-grid-list article .project_title a {
    text-transform: uppercase;
    font-weight: 700;
}

body.landingpage .w-grid-list article a:hover {
    color: #fff;
}

body.landingpage .popup-container ul li, body.landingpage .w-grid-list article a {
    margin: 30px 60px 30px 0;
    display: inline-block;
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 1rem;
    position: relative;
}

body.landingpage .popup-container li:first-child {
    text-transform: uppercase;
    font-weight: 700;
}

body.landingpage .popup-container ul li::after, 
body.landingpage .popup-container article .w-post-elm-value::after {
    content: '|';
    position: absolute;
    top: 0%;
    right: -42px;
    color: #fff;
}

body.landingpage .popup-container ul li:last-child::after,
body.landingpage .popup-container article .w-post-elm:last-child .w-post-elm-value::after  {
    content: '';
}

body.landingpage .popup-open .popup-container {
    width: calc(100% + 1.5rem);
}

body.landingpage .popup-open .popup-container.container-left {
    left: 0%;;
}

body.landingpage .popup-open .popup-container .wpb_wrapper {
    opacity: 1;
} 

body.landingpage .popup-open .btn-close-popup {
    position: absolute;
    top: 50%;
    left: 0;
    height: 40px;
    width: 40px;
    transform: translate(-50%, -50%);
}

body.landingpage .popup-open .container-left .btn-close-popup {
    left: 100%;
}

body.landingpage .popup-open .btn-close-popup::before {
    content: '';
    border-radius: 0;
    height: 40px;
    width: 40px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    background: transparent;
    transform-origin: center;
    transform: translateX(70%) rotate(-45deg);
}

body.landingpage .popup-open .btn-close-popup::after {
    content: '';
    position:absolute;
    border-radius: 0;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    background: transparent;
    transform-origin: center;
    transform: translateX(-70%) rotate(-45deg);
}

body.landingpage .popup-open .container-left .btn-close-popup::before {

    border-top: 2px solid #000;
    border-left: 2px solid #000;
}

body.landingpage .popup-open .container-left .btn-close-popup::after {

    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

body.landingpage .popup-open .us-btn-style_2:hover {
    background: transparent !important; 
}

body.landingpage .floation-text {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateX(-50%) rotate(-90deg);
}

body.landingpage .floation-text.right {
    position: absolute;
    top: 50%;
    left: calc(100% - 100px);
}

body.landingpage .floation-text p{
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #fff;
}

body.landingpage #brands p,
body.landingpage footer #footer-top p {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.53625rem !important;
}

body.landingpage footer #footer-top p {
    max-width: 55ch;
    margin: 0 auto;
}

footer .menu {
    background-color: transparent;
    text-transform: uppercase;
}

footer .menu li {
    font-weight: 400;
    letter-spacing: 0.375rem !important;
    margin: 0 30px;
    display: inline-block;
    transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
}

footer .fw-500 {
    text-transform: uppercase;
}

body.landingpage footer #menu-main-menu li:hover {
    background-color: transparent;
    color: #000;
}

body.landingpage footer .us-btn-style_1 {
    color: #fff !important;
}

:not(.w-hwrapper) > .w-btn-wrapper.align_none {
    margin: 0 !important;
}

@media screen and (max-width: 1920px) {

    body.landingpage .popup-container ul:hover {
        padding-left: 30px;
      }

    body.landingpage .popup-container ul li {
        margin: 25px 60px 25px 0;
    }
    
    body.landingpage .popup-container ul li::after {
        right: -32px;
    }
}

@media screen and (max-width: 1440px) {

    body.landingpage #vision {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    body.landingpage .arts-txt-container > .vc_column-inner {
        padding: 0 7% !important;
    }
    

    body.landingpage h2, body.landingpage h3 {
        font-size: 1.25rem;
    }

    body.landingpage #landing-page-parallax,
    body.landingpage #landing-page-abbinder  {
        height: 70vh;
    }
    
    body.landingpage .popup-container ul:hover {
        padding-left: 20px;
    }

    body.landingpage .popup-container ul li {
        margin: 20px 40px 20px 0;
        font-size: 0.8rem;
    }
    
    body.landingpage .popup-container ul li::after {
        right: -22px;
    }
    
}

@media (min-width: 601px) and (max-width: 1024px) {
    .g-cols.via_flex.type_default > div[class*="vc_col-md-"], .g-cols.via_flex.type_default > div[class*="vc_col-lg-"] {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }


  }

@media screen and (max-width: 1024px) {
    body.landingpage #brands .w-hwrapper > :not(:last-child) {
        margin-right: 40px;
    }

    body.landingpage #brands .w-hwrapper .wpb_text_column .wpb_wrapper {
        width: 100%;
    }

    body.landingpage .arts-txt-container > .vc_column-inner{
        padding: 0 20px !important;
    }
    
    body.landingpage .popup-open .popup-container {
        width: 100%;
    }

    .g-cols.via_flex.type_default {
        margin: 0;
      }

    .g-cols.via_flex.type_default > div > .vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 900px) {
    .l-subheader {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .w-nav-open .w-nav-list.level_1,
    .w-nav-open .l-subheader.at_middle {
        background-color: #fff !important;
    }

    .w-nav-open .w-nav-list.level_1 {
        padding: 3rem 0px;
    }

    .w-nav-open .l-subheader.at_middle, .w-nav-open .l-subheader.at_middle .w-dropdown-list, .w-nav-open .l-subheader.at_middle .type_mobile .w-nav-list.level_1, .w-nav-open .w-nav-control.active {
        color: #000;
      }

    body.landingpage .popup-container .wpb_wrapper {
        width: 80%;
        margin: auto;
    }

    body.landingpage .popup-container ul, body.landingpage .w-grid-list article {
        width: 100%;
    }

    body.landingpage .popup-open .btn-close-popup,
    body.landingpage .popup-open .container-left .btn-close-popup {
        top: 90%;
        left: 50%;
    }

    body.landingpage .popup-open .btn-close-popup::after {
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;

    }

    body.landingpage .popup-open .btn-close-popup,
    body.landingpage .popup-open .btn-close-popup::before, 
    body.landingpage .popup-open .btn-close-popup::after {
        height: 20px;
        width: 20px;
    }

    body.landingpage .popup-open .container-left .btn-close-popup::before {
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
      }

    body.landingpage #brands p,
    body.landingpage footer #footer-top p {
        letter-spacing: 0.3625rem !important;
    }

    body.landingpage #landing-page-abbinder img {
        height: 80px !important;
    }

    #page-footer .copyright p, #page-footer .menu-datenschutz-container {
        text-align: center !important;
    }
}

@media screen and (max-width: 767px) {
    .footer-menu ul li {
        display: inline-block;
        width: 100%;
        margin: 0 !important;
    }

    .us_custom_d673ebcf {
        height: 150px !important;
    }
}

@media screen and (max-width: 600px) {

    body.landingpage .popup-container ul li, body.landingpage .w-grid-list article a {
        margin: 20px 0;
    }

    body.landingpage .popup-container ul:hover, body.landingpage .w-grid-list article:hover {
        padding-left: 10px;
    }


    .mask-container img {
        transform: translateY(-50%);
     width: 100vw;
    }
    .mask-container img, .mask-container video {
        position: absolute;
        top: 50%;
        left: 0;
    }

    .mask-container video {
        display: none;
    }

    .us-nav-style_5 > *, .navstyle_5 > .owl-nav button, .us-btn-style_5 {
        font-size: 16px !important;
    }
}

body.imprint h1, body.security h1 {
    font-size: clamp(40px, 3vw, 60px) !important;
    letter-spacing: 0.1rem !important;
}

body.imprint h2, body.security h2 {
    font-family: var(--font-text);
    color: var(--cl-red);
    font-size: clamp(18px, 3vw, 24px) !important;
    letter-spacing: 3px !important;
  }

body.imprint h3, body.security h3 {
    font-family: var(--font-text);
    color: var(--cl-born-Black) !important;
    font-size: clamp(18px, 3vw, 24px) !important;
    letter-spacing: 3px !important;
    font-weight: 400;
  }


@media screen and (max-width: 600px) {
    .l-subheader {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    body.landingpage .arts-txt-container > .vc_column-inner {
        padding: 50px 20px !important;
        height: fit-content !important;
    }

    body.landingpage #landing-page-abbinder {
     height: 100vh;
    }

    body.landingpage .popup-container ul li::after, 
    body.landingpage .popup-container article .w-post-elm-value::after {
        right: -12px;
    }
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    background-color: #000;
  border-top: none;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    border: 1px solid #fff;
}

#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn-alt, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn-alt, #moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn {
    opacity: 1;
    box-shadow: none;
    border: 1px solid #fff;
}

.moove-gdpr-cookie-notice {
    max-width: 650px;
}

#home-header {
    position: relative;
    overflow: hidden;
}

#home-header .h1 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30vh !important;
    text-transform: none !important;
}

.circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    z-index: -1;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
}

.circle-01 {
    background-color: var(--cl-green);
    z-index: 1;
}

#home-header .h1-01 {
    z-index: 2;
}

.circle-02 {
    background-color: var(--cl-pink);
    z-index: 3;
}

#home-header .h1-02 {
    z-index: 4;
}

.circle-03 {
    background-color: var(--cl-violett);
    z-index: 5;
}
#home-header .h1-03 {
    z-index: 6;
}

.circle-04 {
    background-color: var(--cl-yellow);
    z-index: 7;
}

#home-header .h1-04 {
    z-index: 8;
}

.circle-05 {
    background-color: var(--cl-red);
    z-index: 9;
}



#home-header .inner-o img {

}

#home-header {
    --img-header-height: 30vh;
}

#home-header img {
    height: var(--img-header-height);
    width: auto;
}

#home-header .w-hwrapper.h1-05 {
    width: fit-content;
    margin: 0 auto;
    z-index: 11;
    position: relative;
}

#home-header .inner-o img {
    height: calc(var(--img-header-height) * 0.62);
    aspect-ratio: 1.0445;
    position: absolute;
    bottom: 0.8vh;
    left: 27.2%;
}

/* #home-header .inner-o img {
    height: calc(var(--img-header-height) * 0.583333);
    aspect-ratio: 1.0445;
    position: absolute;
    bottom: 1.25vh;
    left: 27.5%;
} */


@media screen and (max-width: 600px) {

    .l-section.full_height {
        min-height: 50vh;
        min-height: 50svh;
    }

    #home-header img {
        height: auto;
        width: 100vw;
    }

     #home-header .h1 {
        font-size: 100px !important;
    }

    #home-header .inner-o img {
        height: auto;
        width: calc(100vw * 0.2);
        bottom: 5%;
    }

    body.landingpage .floation-text, body.landingpage .floation-text.right {
        transform: translateX(-50%);
        left: 50%;
        top: 40px;
    }

    body.landingpage #villakontor-popup,
    body.landingpage #whiteinterieurs-popup,
    body.landingpage #dreipunkt-popup,
    body.landingpage #muehle-popup {
        height: 100% !important;
    }

    body.landingpage #brands .w-hwrapper > :not(:last-child) {
        margin-right: 0px;
    }

    body.landingpage #brands .w-vwrapper > :not(:last-child) {
        margin-bottom: 0;
    }

    .img-video-hover:hover img {opacity: 1;}

    body.landingpage #brands .w-hwrapper.stack_on_mobiles > * {
        margin: 0 0 10px 0;
    }  

    .w-post-elm.post_navigation {
        bottom: 2.5rem;
        right: 3rem;
    }

    .single-projects .vc_col-sm-6 .w-image,
    .single-projects .vc_col-sm-12 .w-image {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.single.single-projects section.project-content picture img {
        margin: 0.75rem 0;
      }

    body.single.single-projects .g-cols.stacking_default.via_flex > div:not([class*="vc_col-xs"]) {
        margin: 0;
    }

    body.single.single-projects .g-cols.wpb_row .w-separator.size_custom {
        height: 1.5rem !important;
    }

    .moove-gdpr-button-holder {
        display: flex;
        justify-content: center;
    }

    .header_hor .l-header.pos_fixed:not(.sticky_auto_hide) ~ .l-main .l-section.full_height:not(:first-of-type) {
        min-height: calc( 80vh - var(--header-sticky-height) );
    }

    body.landingpage #fusion .gradient-box {
        height: calc( 80vh - var(--header-sticky-height) );
    }

    
    body.landingpage #fusion .gradient-box.box-left {
        background: linear-gradient(135deg, var(--cl-yellow) 0%, var(--cl-yellow) 5%, transparent 35%, transparent 100%);
        left: 0;
    }

    body.landingpage #fusion .gradient-box.box-right {
        background: linear-gradient(135deg, transparent 0%, transparent 65%, var(--cl-violett) 95%, var(--cl-violett) 100%);
        left: 100%;
        transform: translateX(-100%);
    }

    body.landingpage #fusion h2 {
        max-width: 11ch;
    }

    body.landingpage #landing-page-parallax, body.landingpage #landing-page-parallax-store {
        height: 35vh;
    }

    body.landingpage #villakontor, body.landingpage #whiteinterieurs, body.landingpage #dreipunkt {
        z-index: 0;
        margin-bottom: 0vh;

    }

    body.landingpage #villakontor .arts-txt-container, body.landingpage #whiteinterieurs .arts-txt-container, body.landingpage #dreipunkt .arts-txt-container {
        margin-top: 0 !important;
    }
    

    body.landingpage #brands p, body.landingpage footer #footer-top p {
        letter-spacing: 0.1625rem !important;
    }

    footer #footer-top img {
        width: 50vw;
    }
}