
@import url('/wp-content/uploads/fonts/Montserrat/stylesheet.css');

:root {
  --font-montserrat: 'Montserrat',serif;
	--cl-typo: #312821;
  --cl-orange: #FF4D00;
  --cl-sand: #D4CBBE;
  --cl-grey: #8E8E89;

	--cl-rgb-typo: 49, 40, 33; /* use rgba(var(--cl-rgb-typo), 0.5) */
  --cl-rgb-orange: 255, 77, 0; /* use rgba(var(--cl-rgb-orange), 0.5) */
  --cl-rgb-sand: 212, 203, 190;
  --cl-rgb-grey: 142, 142, 137;
}


* {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::selection {background-color: var(--color-content-link-hover); color: #ffffff;}
::-moz-selection { background-color: var(--color-content-link-hover); color: #ffffff;}

/* farbige Scrollbars */
/* Firefox */
* { scrollbar-width: thin; scrollbar-color: rgba(var(--cl-rgb-orange), 1) rgba(var(--cl-rgb-typo), 0.3);}

/* Chrome, Edge, and Safari */
*:-webkit-scrollbar { width: 5px;}
*:-webkit-scrollbar-track { background: rgba(var(--cl-rgb-typo), 0.3);}
*:-webkit-scrollbar-thumb { background-color: rgba(var(--cl-rgb-orange), 1); border-radius: 20px; border: 0px solid transparent;}


/* ALLGEMEINES */

body {
	overflow-y: scroll;
}

body.state_mobiles .mobile-hyphens, body.state_mobiles .mobile-hyphens * {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

a {cursor: pointer;}

.hidden, .hide {display: none !important;}

.underline, .underline > * {text-decoration: underline !important;}

.upper, .upper *, .uppercase, .uppercase * {text-transform: uppercase;}

.wpb_text_column *,
.post_custom_field.type_text,
.post_custom_field.type_text *,
.wpb_wrapper li,
.wpb_wrapper li * {
  text-wrap: balance;
}

.wpb_text_column ul {margin-left: 0;}

ul.ul-line > li,
.ul-line ul > li {
	list-style-type: none;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
	max-width: 90%;
	border-bottom: 1px solid var(--color-content-border);
}
.color_alternate ul.ul-line > li,
.color_alternate .ul-line ul > li {
	border-bottom: 1px solid var(--color-alt-content-border);
}

.wrap, .wrap * {
	text-wrap: auto;
}
.items-stretch {
	align-items: stretch;
}

.stretch, .stretch * {
	letter-spacing: 0.15em !important;
}

.bold-stretch, .bold-stretch * {
	font-weight: 500 !important;
	letter-spacing: 0.17em !important;
}

.txt-stretch, .txt-stretch * {
	text-transform: uppercase;
	font-weight: 600 !important;
	letter-spacing: 0.45em !important;
}

.wpb_text_column table td, 
.wpb_text_column table th {
  border: none;
  outline: none;
	padding: 0 0.5rem 0.1rem 0;
}

.wpb_text_column table td:first-child:not(:last-child), 
.wpb_text_column table th:first-child:not(:last-child) {
	width: 180px;
}
.wpb_text_column table.small td:first-child:not(:last-child), 
.wpb_text_column table.small th:first-child:not(:last-child) {
	width: 90px;
}

body.state_mobiles .wpb_text_column table td:first-child:not(:last-child), 
body.state_mobiles .wpb_text_column table th:first-child:not(:last-child) {
	hyphens: auto;
	-webkit-hyphens: auto;
  word-wrap: break-word;
}


.w-separator.size_small:empty	{height: 2vmax;}
.w-separator.size_medium:empty{height: 5vmax;}
.w-separator.size_large:empty	{height: 7vmax;}
.w-separator.size_huge:empty	{height: 9vmax;}
.height_small, .l-section.height_small {padding-top: 2vmax; padding-bottom: 2vmax;}
.height_medium, .l-section.height_medium{padding-top: 5vmax; padding-bottom: 5vmax;}
.height_large, .l-section.height_large {padding-top: 7vmax; padding-bottom: 7vmax;}
.height_huge, .l-section.height_huge{padding-top: 9vmax; padding-bottom: 9vmax;}


body > .l-canvas, body #page-header, body #page-footer {
	max-width: 2560px !important;
	margin: 0;
}
body > .l-canvas {
	/* overflow-x: hidden; */ /* Sticky not working*/
}

@media (min-width: 601px) and (max-width: 1680px) {
  .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;
  }
}


/* Buttons*/

.w-btn.us-btn-style_1,
.w-btn.us-btn-style_2,
.w-btn.us-btn-style_3,
.w-btn.us-btn-style_4,
.w-btn.us-btn-style_5,
.w-btn.us-btn-style_7{
	font-size: clamp( 12px, 2vw, 15px) !important;
	letter-spacing: clamp(0.05rem, 0.04vw, 1rem) !important;
	min-width: 210px;
}

/* Arrow Button */

.w-btn.us-btn-style_6 {
	display: flex;
	position: absolute;
	left: calc(50% - 30px);
	bottom: -50px; 
	z-index: 2;
	width: 40px;
	height: 50px;
	-webkit-transform: translate(-50%, 0);		
	transform: translate(-50%, 0);
}
.w-btn-wrapper:has(.w-btn.us-btn-style_6),
.w-btn-wrapper { 
    display: contents; 
}

.w-btn.us-btn-style_6 .w-btn-label { display: none !important; }
.w-btn.us-btn-style_6:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	background-image: url(/wp-content/uploads/2026/03/arrow_long_down.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);		
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;		
	opacity: 0.8;
}

.w-btn.us-btn-style_6:hover:before {
 -webkit-transform: translate(-50%, 5%);	
	transform: translate(-50%, 5%);
}


/* Video Play Button */

.w-video.with_overlay {
	opacity: 
}
.w-video-play .w-video-play-icon {
	display: flex;
  align-items: center;
  justify-content: center;	
	width: 90px;
	height: 90px;
}
.w-video-play .w-video-play-icon:after {
    content: '';
		display: block;
		font-size: 0;
    background-image: url(/wp-content/uploads/2026/03/play.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 55px;
    height: 55px;
}


/* Tablets and Mobiles Toggle */

body:not(.state_default,.state_desktop,.state_laptops) .l-section.tablets-toggle > .l-section-h > .g-cols.vc_row > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper,
body.state_mobiles .l-section.mobile-toggle > .l-section-h > .g-cols.vc_row > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
	display: flex;
  flex-direction: column;
}

body:not(.state_default,.state_desktop,.state_laptops) .l-section.tablets-toggle > .l-section-h > .g-cols.vc_row > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .g-cols.wpb_row:first-child:not(:last-child), 
body.state_mobiles .l-section.mobile-toggle > .l-section-h > .g-cols.vc_row > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .g-cols.wpb_row:first-child:not(:last-child) {order: 2;}
body:not(.state_default,.state_desktop,.state_laptops) .l-section.tablets-toggle > .l-section-h > .g-cols.vc_row > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .g-cols.wpb_row:last-child:not(:first-child),
body.state_mobiles .l-section.mobile-toggle > .l-section-h > .g-cols.vc_row > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .g-cols.wpb_row:last-child:not(:first-child) {order: 1;}

body:not(.state_default,.state_desktop,.state_laptops) .g-cols.wpb_row.tablets-toggle > .wpb_column.vc_column_container:first-child:not(:last-child),
body.state_mobiles .g-cols.wpb_row.mobile-toggle > .wpb_column.vc_column_container:first-child:not(:last-child) {order: 2;}
body:not(.state_default,.state_desktop,.state_laptops) .g-cols.wpb_row.tablets-toggle > .wpb_column.vc_column_container:last-child:not(:first-child),
body.state_mobiles .g-cols.wpb_row.mobile-toggle > .wpb_column.vc_column_container:last-child:not(:first-child) {order: 1;}

body:not(.state_default,.state_desktop,.state_laptops) .g-cols.wpb_row.tablets-toggle-3 > .wpb_column.vc_column_container:not(:first-child):not(:last-child),
body.state_mobiles .g-cols.wpb_row.mobile-toggle-3 > .wpb_column.vc_column_container:not(:first-child):not(:last-child) {order: 3;}
body:not(.state_default,.state_desktop,.state_laptops) .g-cols.wpb_row.tablets-toggle-3 > .wpb_column.vc_column_container:first-child:not(:last-child),
body.state_mobiles .g-cols.wpb_row.mobile-toggle-3 > .wpb_column.vc_column_container:first-child:not(:last-child) {order: 2;}
body:not(.state_default,.state_desktop,.state_laptops) .g-cols.wpb_row.tablets-toggle-3 > .wpb_column.vc_column_container:last-child:not(:first-child),
body.state_mobiles .g-cols.wpb_row.mobile-toggle-3 > .wpb_column.vc_column_container:last-child:not(:first-child) {order: 1;}

body:not(.state_default,.state_desktop,.state_laptops) .tablets-center *,
body:not(.state_default,.state_desktop,.state_laptops) .tablets-center,
body.state_mobiles .mobile-center *,
body.state_mobiles .mobile-center {
	text-align: center;
	align-items: center;	
	justify-content: center;
}

body:not(.state_default,.state_desktop,.state_laptops) .tablets-left *,
body:not(.state_default,.state_desktop,.state_laptops) .tablets-left,
body.state_mobiles .mobile-left *,
body.state_mobiles .mobile-left {
	text-align: left;
	align-items: flex-start;	
	justify-content: flex-start;
}

body:not(.state_default,.state_desktop,.state_laptops) .tablets-right *,
body:not(.state_default,.state_desktop,.state_laptops) .tablets-right, 
body.state_mobiles .mobile-right *,
body.state_mobiles .mobile-right {
	text-align: right;
	align-items: flex-end;	
	justify-content: flex-end;
}

main > section {
  width: 100%;
  max-width: 2560px;
  overflow-x: hidden;
}

.l-section.valign-bottom {
	justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

@media screen and (orientation: portrait) {
	#page-content section:first-child,
	#page-content section.first {
		min-height: calc(70vh - var(--header-height));
	}
	header.sticky + #page-content section.first {
		min-height: calc(70vh - var(--header-sticky-height));
	}	
}


@media screen and (max-width: 600px) {

	.g-cols:not(.vc_col-sm-12) > .wpb_column.stretched > .vc_column-inner{
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}

	#page-content .l-section.full_height {
		min-height: 70vh;
	}

	#page-content .l-section.full_height h1, .l-section.full_height .h1, .l-section.full_height .h1 * {
		-webkit-text-stroke: 0.2px rgba(255, 255, 255, 0.5);
		text-shadow: 2px 2px 90px rgba(0, 0, 0, 0.8);
	}
	
	.w-btn.us-btn-style_6 {
    bottom: -25px; 
	}
}

/* Gradient */

.gradient-imgtxt:after, section > .l-section-img:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) var(--gradient-to, 40%));
}



.gradient-imgtxt + *, section > .l-section-img + .l-section-h {z-index: 3 !important;}

.gradient-to-40 { --gradient-to: 40% !important; }
.gradient-to-50 { --gradient-to: 50% !important; }
.gradient-to-60 { --gradient-to: 60% !important; }
.gradient-to-70 { --gradient-to: 70% !important; }
.gradient-to-80 { --gradient-to: 80% !important; }
.gradient-to-100 { --gradient-to: 100% !important; }



 body.state_mobiles .layout_186 .gradient-imgtxt {
	 --gradient-to: 50% !important;
 }


	body.single-references section > .l-section-img {
		 --gradient-to: 60% !important;
	}

@media screen and (max-width: 1920px) {
	body section > .l-section-img {
		 --gradient-to: 80% !important;
	}
}


/* Viewport Animations */

.ani-small-to-large {
	max-width: 100% !important;
	width: 50%;
	transition: none !important;
	will-change: width;
	margin-left: auto;
	margin-right: auto;
}

/* FONTS */

body {
  color: var(--cl-typo);
	margin-left: auto;
	margin-right: auto;
	font-weight: 300;
}

body, p, p *, .p, .p * {
  font-family: var(--font-montserrat) !important;
 	font-size: clamp( 12px, 2vw, 17px) !important;
	line-height: 1.4;
}
#page-content .cmplz-document p, #page-content .cmplz-document p *{
	font-size: 12px !important;
}
p, p *, .p, .p * {
	font-weight: 400;
}

h1, body .h1, h1 a, body .h1 * {
	font-family: var(--font-montserrat) !important;
	font-size: clamp( 30px, 5vw, 65px) !important;
	letter-spacing: clamp(0.05rem, 0.1vw, 1rem) !important;
	text-transform: uppercase !important;
}

h2, body .h2, h2 a, body .h2 * {
	font-family: var(--font-montserrat) !important;
	font-size: clamp( 25px, 3.5vw, 45px) !important;
	letter-spacing: clamp(0.05rem, 0.1vw, 1rem) !important;
	text-transform: uppercase !important;
}

h3, body .h3, h3 a, body .h3 * {
	font-family: var(--font-montserrat) !important;
	font-size: clamp( 20px, 4vw, 38px) !important;
	letter-spacing: clamp(0.05rem, 0.1vw, 1rem) !important;
}

h4, body .h4, h4 a, body .h4 *,
#page-content .cmplz-document h2, #page-content .cmplz-document h2 * {
	font-family: var(--font-montserrat) !important;
	font-size: clamp( 16px, 3vw, 30px) !important;
	letter-spacing: clamp(0.05rem, 0.04vw, 1rem) !important;
	line-height: inherit;
}

h5, body .h5, h5 a, body .h5 * {
	font-family: var(--font-montserrat) !important;
	font-size: clamp( 16px, 3vw, 23px) !important;
	letter-spacing: clamp(0.05rem, 0.04vw, 1rem) !important;
	line-height: inherit;
}

h6, body .h6, h6 a, body .h6 *,
#page-content .cmplz-document h3, #page-content .cmplz-document h3 *,
#page-content .cmplz-document h4, #page-content .cmplz-document h4 *,
#page-content .cmplz-document h5, #page-content .cmplz-document h5 *  {
	font-family: var(--font-montserrat) !important;
	font-size: clamp( 14px, 3vw, 20px) !important;
	letter-spacing: clamp(0.05rem, 0.04vw, 1rem) !important;
	line-height: inherit;
}


.l-section.color_alternate h1,
.l-section.color_alternate h2,
.l-section.color_alternate h3,
.l-section.color_alternate h4,
.l-section.color_alternate h5,
.l-section.color_alternate h6 {
  color: inherit;
}

@media screen and (max-width: 1920px) {

	.w-btn.us-btn-style_1,
	.w-btn.us-btn-style_2,
	.w-btn.us-btn-style_3,
	.w-btn.us-btn-style_4,
	.w-btn.us-btn-style_5,
	.w-btn.us-btn-style_7{
		font-size: clamp( 12px, 2vw, 14px) !important;
	}

	body, p, p *, .p, .p * {
		font-size: clamp( 13px, 2vw, 14px) !important;
	}
	
	#page-content .cmplz-document p, #page-content .cmplz-document p *{
		font-size: 12px !important;
	}

	h1, body .h1, h1 a, body .h1 * {
		font-size: clamp( 30px, 3vw, 60px) !important;
		letter-spacing: clamp(0.05rem, 0.1vw, 1rem) !important;
	}

	h2, body .h2, h2 a, body .h2 * {
		font-size: clamp( 25px, 3vw, 40px) !important;
		letter-spacing: clamp(0.05rem, 0.1vw, 1rem) !important;
	}

	h3, body .h3, h3 a, body .h3 * {
		font-size: clamp( 20px, 2.5vw, 28px) !important;
		letter-spacing: clamp(0.05rem, 0.1vw, 1rem) !important;
	}

	h4, body .h4, h4 a, body .h4 *,
	#page-content .cmplz-document h2, #page-content .cmplz-document h2 *	{
		font-size: clamp( 18px, 2vw, 24px) !important;
		letter-spacing: clamp(0.05rem, 0.1vw, 1rem) !important;
	}

	h5, body .h5, h5 a, body .h5 *	{
		font-size: clamp( 16px, 1.5vw, 20px) !important;
		letter-spacing: clamp(0.05rem, 0.1vw, 1rem) !important;
	}

	h6, body .h6, h6 a, body .h6 *,
	#page-content .cmplz-document h3, #page-content .cmplz-document h3 *,
	#page-content .cmplz-document h4, #page-content .cmplz-document h4 *,
	#page-content .cmplz-document h5, #page-content .cmplz-document h5 *	{
		font-size: clamp( 14px, 1.5vw, 16px) !important;
		letter-spacing: clamp(0.05rem, 0.1vw, 1rem) !important;
	}

	.w-separator.size_small:empty	{height: 2vmax;}
	.w-separator.size_medium:empty{height: 5vmax;}
	.w-separator.size_large:empty	{height: 7vmax;}
	.w-separator.size_huge:empty	{height: 9vmax;}
	.height_small, .l-section.height_small	{padding-top: 1.5vmax !important; padding-bottom: 2vmax !important;}
	.height_medium, .l-section.height_medium {padding-top: 5vmax !important; padding-bottom: 5vmax !important;}
	.height_large, .l-section.height_large	{padding-top: 7vmax !important; padding-bottom: 7vmax !important;}
	.height_huge, .l-section.height_huge.height_huge {padding-top: 9vmax !important; padding-bottom: 9vmax !important;}

}


/* FOOTER */

footer .bold-stretch, footer .bold-stretch * {
	font-size: 700 !important;
	text-transform: uppercase;
	letter-spacing: 0.3em
}

body.state_tablets footer .top .widget_nav_menu .menu,
body.state_mobiles footer .top .widget_nav_menu .menu {
  display: flex;
  flex-direction: row;
  gap: 0rem 2rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}
body.state_mobiles footer .top .widget_nav_menu .menu {
  gap: 0rem 1rem;
}

body.state_tablets footer .top .widget_nav_menu .menu > .menu-item,
body.state_mobiles footer .top .widget_nav_menu .menu > .menu-item {
	white-space: nowrap;
	font-size: clamp( 20px, 1.5vw, 35px) !important;
	flex: 0 1 27vw;
	min-width: 230px;
}

@media screen and (max-width: 800px) {
	body.state_tablets footer .bottom .w-hwrapper,	
	body.state_mobiles footer .bottom .w-hwrapper {
		gap: 0.5rem;
	}
}

footer .bottom .widget_nav_menu .menu {
	display: flex;
  gap: 2rem;
  justify-content: flex-end;
}


body.single-references footer .widget_nav_menu .menu .menu-item.referenzen a,
footer .widget_nav_menu .menu .menu-item.current-menu-item a,
footer .widget_nav_menu .menu .menu-item.current_page_item a {
	color: var(--color-alt-content-link);
}


footer .offices {
	display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1rem;
	--hwrapper-gap: 1rem !important;
  justify-content: space-between;
}
body.state_tablets footer .offices,
body.state_mobiles footer .offices {
	justify-content: flex-start;
	gap: 2rem 1rem;
	margin: 0;
}
body.state_tablets footer .offices > .w-vwrapper,
body.state_mobiles footer .offices > .w-vwrapper {
	flex: 0 1 calc(25% - 2rem);
}
body.state_mobiles footer .offices > .w-vwrapper {
	flex: 0 1 calc(50% - 2.5rem);
}


@media screen and (max-width: 1600px) {
	footer .offices {justify-content: flex-start !important;}
	footer .offices > .w-vwrapper {flex: 0 1 calc(25% - 2rem);}
}

/* Home Slider */

sr7-module[data-alias="home-slider"] sr7-col-con {
  top: calc(100% - 30vh) !important;
  position: absolute;
  max-width: 60%;
  width: 30vw;
  height: auto;
}

sr7-module[data-alias="home-slider"] sr7-col-con {
	display: flex;
  flex-direction: column;
  gap: 12rem;
	margin-left: var(--padding-inline,2.5rem) !important;
  margin-right: var(--padding-inline,2.5rem) !important;
}

sr7-module[data-alias="home-slider"] sr7-col-con .sr7-layer {

}

sr7-module[data-alias="home-slider"] sr7-col-con .sr7-layer.subline {
	text-transform: uppercase !important;
	line-height: 1 !important;
}
sr7-module[data-alias="home-slider"] sr7-col-con .sr7-layer.headline {
	text-transform: uppercase !important;
	line-height: 1 !important;
}
sr7-module[data-alias="home-slider"] sr7-col-con .sr7-layer.text {

}



/* HEADER */
.l-header.bg_transparent .l-subheader.at_middle {
	background-color: rgba(0, 0, 0, 0.25) !important;
  backdrop-filter: blur(3px) !important;
  -webkit-backdrop-filter: blur(50px) !important;
}

header {border-bottom: 1px solid var(--color-alt-content-border);}

html:not(.w-nav-open) header:not(.img-toggle) .l-subheader .w-image.w-nav-open,
html.w-nav-open header .l-subheader .w-image:not(.w-nav-open),
html:not(.w-nav-open) header.img-toggle .l-subheader .w-image:not(.w-nav-open) {
	display: none;
}

html.w-nav-open header .l-subheader .w-image.w-nav-open,
html:not(.w-nav-open) header.img-toggle .l-subheader .w-image.w-nav-open {
	display: block;
}

html.w-nav-open .l-header.bg_transparent .l-subheader.at_middle {background-color: rgba(0, 0, 0, 0.75) !important;}

@media screen and (min-width: 601px) {
	body:not(.state_mobiles) .l-header.bg_transparent .l-subheader.at_middle .l-subheader-cell {
		flex: 0 1 33%;
	}
}


html.w-nav-open {
	/*
	max-height: 100vh !important;
  overflow-y: hidden;
  scrollbar-gutter: stable;
	*/
}


/* Menu Button */

:root {
  --hb-width: 35px;
  --hb-height: 2px;
  --hb-gap: 5px;
}

header .m_layout_fullscreen .w-nav-control {
	display: none !important;
	padding: 0;
}
header .m_layout_fullscreen .w-nav-control.show {display: flex !important;}

.hamburger-menu {
  display: none;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  padding: 0;
}

header .m_layout_fullscreen .w-nav-control.show .hamburger-menu { display: block;}

.hamburger-menu .line {
  display: block;
  position: absolute;
  right: 7px;
  height: var(--hb-height);
  background-color: var(--color-header-transparent-text);
  width: var(--hb-width);
  transform-origin: center center;
  transition:
    width 0.3s ease-in-out,
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s ease-in-out,
    top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

html.w-nav-open .hamburger-menu .line {
  background-color: var(--color-header-transparent-text);
}

.line:nth-child(1) { top: 10px; }
.line:nth-child(2) { top: 17px; }
.line:nth-child(3) { top: 24px; }
.line:nth-child(4) { top: 31px; }
.line:nth-child(5) { top: 38px; }

.w-nav-control:hover:not(.active) .hamburger-menu .line:nth-child(1),
.hamburger-menu:hover:not(.is-active) .line:nth-child(1) { width: 15px; }

.w-nav-control:hover:not(.active) .hamburger-menu .line:nth-child(2),
.hamburger-menu:hover:not(.is-active) .line:nth-child(2) { width: 20px; }

.w-nav-control:hover:not(.active) .hamburger-menu .line:nth-child(3),
.hamburger-menu:hover:not(.is-active) .line:nth-child(3) { width: 25px; }

.w-nav-control:hover:not(.active) .hamburger-menu .line:nth-child(4),
.hamburger-menu:hover:not(.is-active) .line:nth-child(4) { width: 30px; }

.w-nav-control:hover:not(.active) .hamburger-menu .line:nth-child(5),
.hamburger-menu:hover:not(.is-active) .line:nth-child(5) { width: 35px; }

.w-nav-control.active .hamburger-menu .line,
.hamburger-menu.is-active .line  {
  top: 24px !important;
  width: var(--hb-width) !important;
}

.w-nav-control.active .hamburger-menu .line:nth-child(1),
.hamburger-menu.is-active .line:nth-child(1) {
  transform: rotate(45deg);
}

.w-nav-control.active .hamburger-menu .line:nth-child(2),
.w-nav-control.active .hamburger-menu .line:nth-child(3),
.w-nav-control.active .hamburger-menu .line:nth-child(4),
.hamburger-menu.is-active .line:nth-child(2),
.hamburger-menu.is-active .line:nth-child(3),
.hamburger-menu.is-active .line:nth-child(4) {
  opacity: 0;
  transform: translateX(15px) scaleX(0);
}

.w-nav-control.active .hamburger-menu .line:nth-child(5),
.hamburger-menu.is-active .line:nth-child(5) {
  transform: rotate(-45deg);
}


/* Main Menu Fullscreen */


header .w-nav.height_full.m_layout_fullscreen.type_mobile .w-nav-list.level_1 {
	padding-top: 0;
	background-color: rgba(0, 0, 0, 0.85) !important;
	min-height: calc(100vh - var(--header-height,0px) - var(--wp-admin--admin-bar--height,0px) ) !important;
}
header.sticky .w-nav.height_full.m_layout_fullscreen.type_mobile .w-nav-list.level_1 {
	min-height: calc(100vh - var(--header-sticky-height,0px) - var(--wp-admin--admin-bar--height,0px) ) !important;
}


header .w-nav.height_full.m_layout_fullscreen.type_mobile .w-nav-list.level_1 > .menu-item {
	display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
	justify-content: space-between;
	height: 100%;
}

header .w-nav.height_full.m_layout_fullscreen.type_mobile .w-nav-list.level_1 > .menu-item > .top {flex: 1 1;}
header .w-nav.height_full.m_layout_fullscreen.type_mobile .w-nav-list.level_1 > .menu-item > .bottom {flex: 0 1;}

header .w-nav.height_full.m_layout_fullscreen.type_mobile .w-nav-list.level_1 > .menu-item > .bottom .w-hwrapper{gap: 2rem;}

header .w-nav.height_full.m_layout_fullscreen.type_mobile .w-nav-list.level_1 > .menu-item * {
	color: var(--color-alt-content-text);
}


body.single-references header .w-nav.height_full.m_layout_fullscreen.type_mobile .w-nav-list.level_1 .menu-item.referenzen a,
header .w-nav.height_full.m_layout_fullscreen.type_mobile .w-nav-list.level_1 .menu-item a.active,
header .w-nav.height_full.m_layout_fullscreen.type_mobile .w-nav-list.level_1 .menu-item.current-menu-item a,
header .w-nav.height_full.m_layout_fullscreen.type_mobile .w-nav-list.level_1 .menu-item.current_page_item a,
header .w-nav.height_full.m_layout_fullscreen.type_mobile .w-nav-list.level_1 .menu-item a:hover {
	color: var(--color-alt-content-link);
}

header .w-nav.height_full.m_layout_fullscreen.type_mobile .w-nav-list.level_1 > .menu-item > .g-cols.wpb_row {
	height: 100%;
}

header .w-nav.height_full.m_layout_fullscreen.type_mobile .w-nav-list.level_1 > .menu-item .w-menu .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
	width: 90%;
  max-width: 800px;
}

header .w-nav.height_full.m_layout_fullscreen.type_mobile .w-nav-list.level_1 > .menu-item .w-menu .menu > li {
	line-height: 1;
	margin: 0 !important;
	padding: 0 !important;
  text-align: center;
  width: 100%;
}

header .w-nav.height_full.m_layout_fullscreen.type_mobile .w-nav-list.level_1 > .menu-item .w-menu .menu > li:not(:last-child) {
	border-bottom: 1px solid var(--color-alt-content-border);
}

header .w-nav.height_full.m_layout_fullscreen.type_mobile .w-nav-list.level_1 > .menu-item .w-menu .menu > li > a {
	display: block;
	padding: 1.7rem 0 !important;
}

@media (max-width: 600px) {

	header .w-nav.height_full.m_layout_fullscreen.type_mobile .w-nav-list.level_1 {
		padding-top: 0;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	header .w-nav.height_full.m_layout_fullscreen.type_mobile .w-nav-list.level_1 > .menu-item .w-menu .menu {
		width: 100%;
	}

	header .w-nav.height_full.m_layout_fullscreen.type_mobile .w-nav-list.level_1 > .menu-item > .bottom .w-hwrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	header .w-nav.height_full.m_layout_fullscreen.type_mobile .w-nav-list.level_1 > .menu-item > .bottom .w-hwrapper * {
		text-align: center;
		margin: 0;
	}

	header .w-nav.height_full.m_layout_fullscreen.type_mobile .w-nav-list.level_1 > .menu-item .w-menu .menu > li {
		padding: 1.3rem 0 !important;
	}
}


/* Benefits Boxes */

.purchase-profile.w-hwrapper {
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
	gap: 2rem;
	justify-content: space-evenly;
  align-items: stretch;
  width: 100%;
}
.purchase-profile.w-hwrapper > .w-vwrapper  {
	display: flex;
	flex-direction: column;
	flex: 0 1;
	min-width: calc(25% - 2rem);
	gap: 0;
	justify-content: flex-start;
  align-items: center;
	padding: 3rem 1.5rem 3rem 1.5rem;
	margin: 0;
	background-color: var(--color-alt-content-bg);
}
.purchase-profile.w-hwrapper > .w-vwrapper *  {
	color: var(--color-alt-content-text);
	text-align: center;
	vertical-align: top;
}
.purchase-profile.w-hwrapper > .w-vwrapper > .w-image  {
	width: 50%;
  max-width: 150px;
  min-width: 90px;
}

.purchase-profile.w-hwrapper > .w-vwrapper > .wpb_text_column {
	max-width: 280px;
}

.purchase-profile.w-hwrapper > .w-vwrapper > .w-image + .wpb_text_column *,
body.state_tablets .purchase-profile.w-hwrapper > .w-vwrapper > .wpb_text_column *,
body.state_mobiles .purchase-profile.w-hwrapper > .w-vwrapper > .wpb_text_column * {
	hyphens: auto;
	-webkit-hyphens: auto;
  word-wrap: break-word;
}

body:not(.state_mobiles) .purchase-profile.w-hwrapper > .w-vwrapper  {
	aspect-ratio: 4/5;
}


@media (min-width: 1200px) and (max-width: 1400px) { 
	.purchase-profile.w-hwrapper {
		gap: 1rem;
	}	
	.purchase-profile.w-hwrapper > .w-vwrapper {
		min-width: calc(25% - 1rem);	
	}		
}

@media (max-width: 1199px) { .purchase-profile.w-hwrapper > .w-vwrapper {min-width: calc(33.34% - 2rem);}}
@media (max-width: 900px) { .purchase-profile.w-hwrapper > .w-vwrapper {min-width: calc(50% - 2rem);}}


body.state_mobiles .purchase-profile.w-hwrapper > .w-vwrapper  {max-width: 300px; flex: 0 1 100%;}

/* REFERENZEN */

/* Detail */

body.single-references .project-logo.w-image {
	max-width: 100% !important;
	width: 205px !important;
	margin-left: auto;
	margin-right: auto;
}
body.single-references .project-logo.w-image img {
	width: 100%;
}


/* Datenblatt */

ul.detail-list,
ul.objectinfo-list,
ul.facts-figures-list {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-left: 0.3em;
}

ul.detail-list > li,
ul.objectinfo-list > li,
ul.facts-figures-list > li {
	display: flex;
  gap: 1rem;
	margin: 0;
	padding: 0;
}

ul.detail-list > li *,
ul.objectinfo-list > li *,
ul.facts-figures-list > li * {
	margin: 0;
	padding: 0;
}

ul.detail-list > li > :first-child,
ul.objectinfo-list > li > :first-child,
ul.facts-figures-list > li > :first-child {
	flex: 0 0 45%;
	text-transform: uppercase;
}

body.state_mobiles ul.detail-list > li > :first-child,
body.state_mobiles ul.objectinfo-list > li > :first-child,
body.state_mobiles ul.facts-figures-list > li > :first-child {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

ul.detail-list > li:not(:last-child),
ul.objectinfo-list > li:not(:last-child),
ul.facts-figures-list > li:not(:last-child) {
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--color-content-border);
}
.color_alternate ul.detail-list > li:not(:last-child),
.color_alternate ul.objectinfo-list > li:not(:last-child),
.color_alternate ul.facts-figures-list > li:not(:last-child) {
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--color-alt-content-border);
}


/* Referenz-Raster */

.w-grid.us_post_carousel.type_carousel.items_2 .w-grid-list.owl-carousel .owl-stage-outer {
	max-width: 75%;
	margin-left: auto;
  margin-right: 0;

	--webkit-transform: scale(1.25);
	transform: scale(1.25);
}
body.state_tablets .w-grid.us_post_carousel.type_carousel.items_2 .w-grid-list.owl-carousel .owl-stage-outer,
body.state_mobiles .w-grid.us_post_carousel.type_carousel.items_2 .w-grid-list.owl-carousel .owl-stage-outer {
	max-width: 85%;
}

body.state_laptops .w-grid.us_post_carousel.type_carousel.items_2 .w-grid-list.owl-carousel .owl-stage-outer {
	--webkit-transform: scale(1.5);
	transform: scale(1.5);
}

body.state_tablets .w-grid.us_post_carousel.type_carousel.items_2 .w-grid-list.owl-carousel .owl-stage-outer {
	margin-top: 3rem;
	--webkit-transform: scale(1.5) translateX(20%);
	transform: scale(1.5) translateX(20%);
	max-width: 100%;
}
body.state_mobiles .w-grid.us_post_carousel.type_carousel.items_2 .w-grid-list.owl-carousel .owl-stage-outer {
	margin-top: 0;
	--webkit-transform: scale(1);
	transform: scale(1);
	max-width: 100%;
}

.w-filter-item.values_as_btn.btns_in_row_auto .w-filter-item-values {
	gap: 1.5rem;
}

.w-grid.layout_186 .w-grid-item-h, 
.w-grid.layout_158 .w-grid-item-h, 
.w-grid.layout_204 .w-grid-item-h { overflow: hidden;}

.w-grid.layout_158 .w-grid-item-h { cursor: pointer;}

.w-grid.layout_158 .w-vwrapper .status {
	position: absolute;
	right: 1.5rem;
	top: 1.5rem;
}

.w-grid.layout_158 .w-vwrapper .status > :first-child {
  border: 1px solid var(--color-alt-content-text);
	border-radius: 20px;
	padding: 0.3rem 0.7rem;
	white-space: nowrap;
	background-color: rgba(0, 0, 0, 0.25) !important;
  backdrop-filter: blur(3px) !important;
  -webkit-backdrop-filter: blur(50px) !important;
	font-size: 80% !important;
}

.w-grid.layout_158.has_value .w-vwrapper .status {/*display: none;*/}

.w-grid.layout_186 .w-grid-item .w-vwrapper,
.w-grid.layout_158 .w-grid-item .w-vwrapper,
.w-grid.layout_204 .w-grid-item .w-vwrapper {
	position: absolute;
  top: 0;
  left: 0;
  padding: 1.5rem 2.5rem;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-end;
	color: var(--color-alt-content-text)
}

.w-grid.layout_204 .w-grid-item .w-vwrapper {
	max-width: var(--site-content-width);
  padding: 3rem 0rem 8rem 0rem;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

@media screen and (max-width: 2080px) {
	.w-grid.layout_204 .w-grid-item .w-vwrapper {
		padding: 3rem 2.5rem 8rem 2.5rem;
	}
}
@media (min-width: 601px) and (max-width: 1200px) {
  .l-subheader-h {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 600px) {
  .l-subheader-h {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}




.w-grid.layout_204 .w-grid-item .w-vwrapper .w-html.number {margin-bottom: 1vmax;}
.w-grid.layout_204 .w-grid-item .w-vwrapper .w-post-elm.post_taxonomy {margin-bottom: 1vmax;}
.w-grid.layout_204 .w-grid-item .w-vwrapper .w-post-elm.reference_headline {margin-bottom: 3vmax;}
body.state_mobiles .w-grid.layout_204 .w-grid-item .w-vwrapper .w-post-elm.reference_headline {margin-bottom: 1vmax;}

.w-grid.layout_186 .w-grid-item .w-vwrapper *,
.w-grid.layout_158 .w-grid-item .w-vwrapper *,
.w-grid.layout_204 .w-grid-item .w-vwrapper * {
	color: var(--color-alt-content-text);
	margin-bottom: 0;
}

.w-grid.layout_186 .w-grid-item .w-vwrapper .reference_headline *,
.w-grid.layout_158 .w-grid-item .w-vwrapper .reference_headline * {
	color: var(--color-alt-content-link)
}

.w-grid.layout_186 .w-grid-item .w-post-elm.post_image,
.w-grid.layout_158 .w-grid-item .w-post-elm.post_image,
.w-grid.layout_204 .w-grid-item .w-post-elm.post_image {
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;

	-webkit-transform-origin: center;
	transform-origin: center;
}

.w-grid.layout_186 .w-grid-item:hover .w-post-elm.post_image,
.w-grid.layout_158 .w-grid-item:hover .w-post-elm.post_image {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.w-grid.us_post_carousel.type_carousel.items_2.layout_186 .owl-nav {
	max-width: 75%;
	margin-left: 20%;
  margin-right: 0;
	padding: 0 1rem;
}

body.state_tablets .w-grid.us_post_carousel.type_carousel.items_2.layout_186 .owl-nav,
body.state_mobiles .w-grid.us_post_carousel.type_carousel.items_2.layout_186 .owl-nav {
	max-width: 83%;
}

.w-grid.us_post_carousel.type_carousel.layout_186 .owl-nav button{
	padding: 0rem !important;
	width: 35px;
  height: 35px;
}

.w-grid.us_post_carousel.type_carousel.layout_186 .owl-nav button:after {
	content: '';
  font-size: 0;
  display: flex;
  width: 35px;
  height: 35px;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
  padding: 0;
  line-height: 0;
}
.w-grid.us_post_carousel.type_carousel.layout_186 .owl-nav button.owl-prev:after {
	background-image: url(/wp-content/uploads/2026/03/arr-left.svg);
  -webkit-transform: translateX(-1px);
  transform: translateX(-1px);	
}
.w-grid.us_post_carousel.type_carousel.layout_186 .owl-nav button.owl-next:after {
	background-image: url(/wp-content/uploads/2026/03/arr-right.svg);
  -webkit-transform: translateX(2px);
  transform: translateX(2px);	
}




.w-grid.us_post_carousel.type_carousel.layout_204 .owl-item > .w-grid-item {
  width: 100%;
  padding-bottom: 0;
  padding-top: 0;
}

.w-grid.us_post_carousel.type_carousel.layout_204 .owl-dots {
	position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
	gap: 1rem;
}




.dotstyle_circle .owl-dot span {
	display: block;
  border-radius: 1rem;
  width: 3.5rem;
  height: 0.3rem;
  margin: 6px;
  opacity: 1;
}

.dotstyle_circle .owl-dot:not(.active) span {
	box-shadow: 0 0 0 1px var(--color-alt-content-border) !important;
}
.dotstyle_circle .owl-dot.active span {
	box-shadow: 0 0 0 1px var(--color-alt-content-border) !important;
	background: var(--color-alt-content-border) !important;
}

@media (max-width: 700px) {
	
	.w-grid.us_post_carousel.type_carousel.layout_204 .w-post-elm.type_image.reference_hero {
	 --gradient-to: 100% !important; 
	} 
	
	.w-grid.us_post_carousel.type_carousel.layout_204 .w-post-elm.type_image.reference_hero img {
		display: block;
		min-height: 350px;
		height: 45vh;
		object-fit: cover;
		z-index: 2;
	}
	.w-grid.layout_204 .w-grid-item .w-vwrapper{	padding: 0 2rem 4rem 2rem;}
	
}

@media screen and (max-width: 470px) {
	.w-filter-item.values_as_btn.btns_in_row_auto .w-filter-item-values {gap: 0.4rem;}
}
@media screen and (max-width: 400px) {
	.w-filter-item.values_as_btn.btns_in_row_auto .w-filter-item-values {flex-direction: column;}
}



/* FORMULAR */

::-webkit-input-placeholder {opacity: 1; color: var(--color-alt-content-text); text-transform: uppercase;}
::-moz-placeholder {opacity: 1;color: var(--color-alt-content-text); text-transform: uppercase;}
:-ms-input-placeholder {opacity: 1;color: var(--color-alt-content-text); text-transform: uppercase;}
:-moz-placeholder {opacity: 1;color: var(--color-alt-content-text); text-transform: uppercase;}

input:focus::-webkit-input-placeholder {opacity: 0.15; color: var(--color-alt-content-text);}
input:focus::-moz-placeholder {opacity: 0.15;color: var(--color-alt-content-text);}
input:focus:-ms-input-placeholder {opacity: 0.15;color: var(--color-alt-content-text);}
input:focus:-moz-placeholder {opacity: 0.15;color: var(--color-alt-content-text);}

section.color_secondary ::-webkit-input-placeholder {opacity: 1; color: inherit;}
section.color_secondary ::-moz-placeholder {opacity: 1;color: inherit;}
section.color_secondary :-ms-input-placeholder {opacity: 1;color: inherit;}
section.color_secondary :-moz-placeholder {opacity: 1;color: inherit;}

section.color_secondary input:focus::-webkit-input-placeholder {opacity: 0.15; color: inherit;}
section.color_secondary input:focus::-moz-placeholder {opacity: 0.15;color: inherit;}
section.color_secondary input:focus:-ms-input-placeholder {opacity: 0.15;color: inherit;}
section.color_secondary input:focus:-moz-placeholder {opacity: 0.15;color: inherit;}



.cf7form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	max-width: 650px;
	margin: 0;
	font-size: 0;
	gap: 1rem 2rem;
}
.w-tabs-section-content .cf7form {
	margin: 0;
}

.cf7form > div {
  display: flex;
	flex: 0 1 100%;
	margin: 0;
	text-align: left;
	position: relative;
	color: var(--color-alt-content-text);
}
section.color_secondary .cf7form > div {color: inherit !important;}

.cf7form > div > p {flex: 0 1 100%;}

.cf7form > div.half {
	flex: 0 1 calc(50% - 1rem);
	vertical-align: top;
}

.cf7form > div:not(.half) + div,
.cf7form > div.nomgn {margin-left: 0 !important;}

.cf7form > div.label {
	margin-top: 3rem;
	text-transform: uppercase;
}
.cf7form > div.label, .cf7form > div.label * {
	font-weight: 500 !important;
}

.cf7form div.privacy-txt p {font-size: 12px;}

.cf7form .wpcf7-form-control-wrap {margin-top: 0;}

.cf7form input:focus,
.cf7form input:focus + .w-form-checkbox,
.cf7form textarea:focus,
.cf7form select:focus,
.cf7form .select2-container--focus .select2-selection {
    box-shadow: none;
}

.cf7form .wpcf7-form-control.wpcf7-radio {
	display: flex;
  flex-direction: row;
  gap: 0 2rem;
}

.cf7form input[type="checkbox"],
.cf7form input[type="radio"]{
  margin-right: 0.5rem;
  margin-top: 3px;
	box-shadow: none !important;
	background: transparent !important;
}

.cf7form input[type="checkbox"] {
    border: 1px solid var(--color-alt-content-border) !important;
    border-radius: 0;
}
section.color_secondary .cf7form input[type="checkbox"] {border-color: inherit !important;}

.cf7form input:checked, .cf7form input:checked {
    border: 1px solid var(--color-alt-content-border) !important;

}
.cf7form input:checked::before, .cf7form input:checked::before {
		color: var(--color-alt-content-link) !important;
    border-radius: 0;
}

.cf7form div.checkbox {
    margin-top: 1.8rem;
    margin-bottom: 0.6rem;
    padding-bottom: 1rem;
    padding-left: 0.8rem;
    border-bottom: 1px solid var(--color-alt-content-border) !important;
}

.cf7form p.checkbox-txt {
    font-family: 'TT Norms Pro', sans-serif;
    font-size: clamp(14px, 3vw, 17px) !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    letter-spacing: 0.38px !important;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
/*
.cf7form div.checkbox span.wpcf7-list-item {
    display: inline-block;
    width: calc(100% / 3);
} */

.cf7form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .cf7form textarea, .cf7form select {
  font-weight: 400 !important;
  line-height: 1.6;
  letter-spacing: 0.38px;
	color: var(--color-alt-content-text) !important;
	margin: 0 !important;
	margin-bottom: 1px !important;
	background-color: transparent !important;
	border: none;
	border-bottom: 1px solid var(--color-alt-content-border) !important;
	border-radius: 0;
	box-shadow: none;
	-webkit-transition: none;
	transition: none;
}
section.color_secondary .cf7form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
section.color_secondary .cf7form textarea,
section.color_secondary .cf7form select {color: inherit !important; border-color: inherit !important;}

.cf7form textarea{
	height: 200px;
	min-height: 200px !important;
	max-height: 800px;
	min-width: 100%;
	max-width: 100%;
	margin-top: 1.5rem !important;
	background-color: transparent !important;
	color: var(--color-alt-content-text) !important;
	resize: vertical !important;
	border: 1px dashed var(--color-alt-content-border);
}

section.color_secondary .cf7form textarea {color: inherit !important;}

.cf7form select {
  outline: none !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
	border: none !important;
	border-bottom: 1px solid var(--color-alt-content-border) !important;
  margin: 0 !important;
	padding-right: 2.5rem;
}

.cf7form select option{
	color: var(--color-alt-content-text) !important;
  background-color: var(--color-alt-content-primary)) !important;
}
section.color_secondary .cf7form select option {color: inherit !important; background-color: inherit !important;}

.g-cols.vc_row > .wpb_column.vc_column_container:last-child .cf7form select option {
	color: var(--color-alt-content-text) !important;
  background: var(--color-alt-content-secondary) !important;
}
section.color_secondary .g-cols.vc_row > .wpb_column.vc_column_container:last-child .cf7form select option {background-color: inherit !important;}

.cf7form select option:disabled {
	color: var(--color-alt-content-text);
}
.cf7form select:focus option:disabled {
	opacity: 0.3;
}



.cf7form .select > span{
	position: relative;
	cursor:pointer;
}
.cf7form .select span:after {
	content: "\f078";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  font-family: fontawesome;
  background: transparent;
  padding: 0 0 10px 0;
  margin: 0;
  width: 25px;
  pointer-events: none;
  transform: translateY(-50%);
}

.cf7form .select span select:-ms-expand {
	display: none;
}

.cf7form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):hover, .cf7form select:hover, .cf7form textarea:hover,
.cf7form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus, .cf7form select:focus, .cf7form textarea:focus {
	box-shadow: none !important;
	border-bottom: 2px solid var(--color-alt-content-border) !important;
	background-color: transparent !important;
	min-height: calc(var(--inputs-height) + 1px);
	margin-bottom: 0 !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

section.color_secondary .cf7form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):hover,
section.color_secondary .cf7form select:hover, .cf7form textarea:hover,
section.color_secondary .cf7form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus,
section.color_secondary .cf7form select:focus, .cf7form textarea:focus {
	background-color: inherit !important;
	border-color: inherit !important;
}


.cf7form .select:hover span:after {
	 top: calc(50% - 1px);
}

.cf7form .select:focus > span::before,
.cf7form .select:hover > span::before {
	height: 98%;
	height: calc(100% - 2px);
}

.cf7form .check > span.wpcf7-form-control-wrap {
	width: 40px;
	float: left;
}

.cf7form .check > p a {
	color: #f0f0f0;
}
.cf7form .check > p a:hover {
	color: var(--color-alt-content-border);
}

.cf7form .check span.wpcf7-form-control{
	display: flex;
  flex-wrap: wrap;
	flex-flow: column;
}

.cf7form .check span.wpcf7-form-control-wrap span.wpcf7-list-item{
	position: relative;
	display: flex;
	flex: 1;
  margin-right: 2rem;
	margin-bottom: 1rem;
}

.cf7form .check .wpcf7-list-item-label {
  padding-left: 1rem;
  line-height: 1.1;
}


.cf7form .wpcf7-form-control-wrap{
	position: relative;
}

.cf7form > div > p > .label {
	display: flex;
  max-width: calc(150px - 1rem);
  padding-right: 1rem;
  min-width: auto;
}

.cf7form > div > p > .label + .wpcf7-form-control-wrap {
	display: inline-block;
  width: calc(100% - 1rem - 150px);
}

.cf7form .wpcf7-not-valid-tip {
	font-size: 12px;
	line-height: 16px;
	position: absolute;
	right: 10px;
	bottom: 2px;
	color: var(--color-alt-content-link);
	font-weight: normal !important;
}
section.color_secondary .cf7form .wpcf7-not-valid-tip {
	color: var(--color-alt-content-primary);
}

.cf7form .check > span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip{
	position: absolute;
	right: 0;
	bottom: 0;
	height: 20px;
	width: 100px;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
}

form .wpcf7-response-output {
  margin: 1rem 0 !important !important;
  border: none !important;
  border-radius: 0;
  color: var(--color-alt-content-text);
  background-color: transparent;
  padding: 1rem !important;
	width: 100%;
	font-weight: 600;
  max-width: 650px;	
	display: block !important;
}

form.invalid div.wpcf7-response-output {
	color: var(--color-alt-content-link);
	border-color: var(--color-alt-content-link) !important;
}

section.color_secondary .cf7form:not(.invalid) div.wpcf7-response-output {
	color: inherit;
	border-color: inherit !important;
}

form .wpa-test-msg {
	max-width: 650px;
	opacity: 0.5;	 
	font-size: 80%;
	display: none !important;
}

.cf7form .ajax-loader{
	position: absolute;
	display: block;
	left: 50%;
	top: 55px;
	margin-left: 76px;
}

.cf7form .wpcf7-spinner {
	display: block;
}


.cf7form > div.submit{
	padding: 1rem 0 0 0;
}
.cf7form > div.submit .w-btn {
	/* width: 100%; */
	cursor: pointer;
}
.cf7form .btn-wrap {
	position: relative;
  display: flex;
}


.cf7form > div.notice { padding: 0;}

.cf7form > div.notice small {
	line-height: normal;
  display: inline-block;
}

.cf7form > div.mandatory {
	padding: 0;
	font-size: 80%;
	text-align: right;
}
.cf7form > div.mandatory * { font-size: 80%;}

.cf7form input[type="submit"] {
	z-index: 5;

}

.cf7form > div.half.captcha {
  width: 58%;
  width: calc(60% - 1rem);
}
.cf7form > div.half.submit {
  width: 38%;
  width: calc(40% - 1rem);
}

.wpcf7-form-control-wrap.kc_captcha .captcha-image {
	display: flex;
  justify-content: space-between;
	border: none;
	padding: 0;
	text-align: left;
}
.wpcf7-form-control-wrap.kc_captcha .captcha-image .cf7ic_instructions span {
	background-color: var(--cl-terra);
	color: var(--color-alt-content-border);
	padding: 0 10px 2px 6px;
	margin-left: 8px;
	white-space: nowrap;
}
section.color_secondary .wpcf7-form-control-wrap.kc_captcha .captcha-image .cf7ic_instructions span {
	color: var(--color-alt-content-primary);
}

.wpcf7-form-control-wrap.kc_captcha .captcha-image > .cf7ic_instructions {font-size: 90%;}
.wpcf7-form-control-wrap.kc_captcha .captcha-image > label {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.cf7form .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
  display: block;
  border-radius: 0;
  overflow: hidden;
	background: var(--color-alt-content-primary);
  height: 18px;
}
.cf7form .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  background: var(--cl-main);
  display: block;
  font-size: 11px;
  text-align: right;
  color: var(--color-alt-content-border);
  height: 100%;
  width: 0;
  line-height: 18px;
}


section.color_alternate .cf7form .dnd-upload-status .dnd-upload-image,
section.color_secondary .cf7form .dnd-upload-status .dnd-upload-image {border-color: #fff;}
section.color_alternate .cf7form .dnd-upload-status .dnd-upload-image span.file,
section.color_secondary .cf7form .dnd-upload-status .dnd-upload-image span.file {background-color: #fff;}
section.color_alternate .cf7form .dnd-upload-status .dnd-upload-details *,
section.color_secondary .cf7form .dnd-upload-status .dnd-upload-details * {color: #fff;}


@media screen and (max-width: 600px) {

	.cf7form > div.half {
		width: 100% !important;
		margin-left: 0 !important;
	}

	.wpcf7-form-control-wrap.kc_captcha .captcha-image {max-width: 448px;}

}

