/*!
Theme Name: morepiousstudios
Theme URI: http://underscores.me/
Author: morepiousstudios
Author URI: https://morepiousstudios.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: morepiousstudios
*/

body::before,
h2::before,
h3::before {
	content: "";
	top: 0;
}

body::before,
nav {
	/*position: fixed;*/
	left: 0;
}

.text-centered,
nav {
	text-align: center;
}

footer,
h2,
h3 {
	position: relative;
}

*,
::after,
::before {

}

*,
:active,
:focus {
	outline: 0;
}

html
{
	margin-top: 0 !important;
}

body,
html {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: black;
	overflow-x: hidden;
}

@media all and (width <= 480px) {
	body,
	html {
		font-size: 14px;
	}
}

body {
	font-family: 'HelveticaNeueLTPro-Roman';
}

body::before {
	width: 100%;
	height: 6px;
	background-color: #f65;
	z-index: 8;
}

a {
	color: inherit;
	text-decoration: none;
}


.font-emphasis-normal {
	font-family: 'HelveticaNeueLTPro-Roman';
}

.wrapper {
	max-width: 1440px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
}

.relative {
	position: relative;
}

.wrapper.full-width {
	max-width: 100%;
	padding: 0;
	z-index: 0;
}

.single-project-gallery .wrapper-kreuz1 {
	background: black;
	width: 2.5px;
	height: 20px;
	position: absolute;
	rotate: 45deg;
	z-index: 20;

}

.single-project-gallery .wrapper-kreuz2 {
	background: black;
	width: 2.5px;
	height: 20px;
	position: absolute;
	rotate: -45deg;
	z-index: 20;
}

.single-project-gallery .wrapper-element{
	width: 25px;
	height: 25px;
	position: absolute;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100% ;
	z-index: 5;
	top: 1.7rem;
	right: 1.7rem;
	padding: 1px;
}

/*.wrapper.isProjects {*/
/*	max-width: 1300px;*/
/*}*/


.header-wrapper {
	background: black;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding: .25rem 1.8rem;

	@media (min-width: 768px) {
		padding: 1rem 1.8rem;
	}
}


.burger-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}

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

.text-red {
	color: #f65;
}

.text-litschi {
	color: #b7696b;
}

.text-green {
	color: #788b74;
}

.text-blue {
	color: #91a8d1;
}

.text-yellow {
	color: #dec100;
}

.letter-spacing {
	letter-spacing: 3px;
}

.fullwidth {
	display: block;
	width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4 {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

h2,
h3 {
	padding-top: 20px;
}

h2::before,
h3::before {
	position: absolute;
	background-color: #fff;
	height: 1px;
	left: 0;

}

h3::before {
	background-color: #000;
}

.text-small {
	font-size: 0.9rem;
}

.text-medium {
	font-size: 1.2rem;
}

.text-large,
h4 {
	font-size: 1.4rem;
}

.text-larger,
h2,
h3 {
	font-size: 1.6rem;
}

.text-largest {
	font-size: 2rem;
}

.text-head {
	font-size: 1.3rem;
	margin: 0;

	@media (min-width: 560px) {
		padding-bottom: -80px;
		margin: 0;
	}

	@media (min-width: 780px) {
		font-size: 1.7rem;
		padding-bottom: -80px;
		margin: 0;
	}

	@media (min-width: 820px) {
		font-size: 2.1rem;
		padding-bottom: -80px;
		margin: 0;
	}

	@media (min-width: 1150px) {
		font-size: 2.3rem;
		padding-bottom: -80px;
		margin: 0;
	}

	@media (min-width: 1200px) {
		font-size: 2.4rem;
		padding-bottom: -80px;
		margin: 0;
	}

	@media (min-width: 1300px) {
		font-size: 2.5rem;
		padding-bottom: -80px;
		margin: 0;
	}

	@media (min-width: 1400px) {
		font-size: 2.6rem;
		padding-bottom: -80px;
		margin: 0;
	}

	@media (min-width: 1500px) {
		font-size: 3rem;
		padding-bottom: -80px;
		margin: 0;
	}
}

.text-subhead {
	font-size: 2.45rem;
}

.text-hero {
	font-size: 6rem;
}

.vspace-xxl {
	margin-top: 60px;
}

@media (min-width: 768px) {
	.vspace-xxl {
		margin-top: 120px;
	}
}

.vspace-xl {
	margin-top: 40px;
}

.vspace-l {
	margin-top: 60px;
}

.vspace-m {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.vspace-m {
		margin-top: 60px;
	}
}

.vspace-s {
	margin-top: 30px;
}

.vspace-xs {
	margin-top: 20px;
}

.vspace-xss {
	margin-top: 10px;
}

.flex-view {
	display: -webkit-box;
	display: flexbox;
	display: flex;
}

.flex-view-bgview {
	width: 55%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.flex-view-copyview {
	width: 45%;
}

.flex-view-copyview .copy {
	padding-top: 150px;
	padding-bottom: 150px;
	margin-left: 15%;
	margin-right: 15%;
	max-width: 460px;
	line-height: 1.3;
}

.flex-view-copyview .copy.compact {
	padding-top: 75px;
	padding-bottom: 75px;
}

/*nav {*/
/*	z-index: 10;*/
/*	background-color: #122643;*/
/*	right: 0;*/
/*	top: -6px;*/
/*	color: #fff;*/
/*	padding-top: 70px;*/
/*	padding-bottom: 90px;*/
/*	transform: translate3d(0, -100%, 0);*/
/*	transition: transform 0.2s ease-out;*/
/*}*/

nav .brand-item {
	margin-bottom: 60px;
}

nav.open {
	transform: none;
}

.nav .burger .burger-svg__bars {
	transition: fill 0.2s linear;
}

#studiokomo .st0,
nav.open + .nav .burger .burger-svg__bars {
	fill: #fff;
}

.socials {
	display: none;
}

nav.open + .nav .socials a {
	transition: color 0.2s linear;
	color: #fff;
}

.nav-sub .glue {
	height: 1px;
	width: 15px;
	background-color: #fff;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 100%;
}

.nav-item {
	margin-top: 20px;
	margin-bottom: 20px;
	transform: translate3d(-100px, 0, 0);
	opacity: 0;
	transition: opacity 150ms linear;
}

.nav-item:nth-child(odd) {
	transform: translate3d(100px, 0, 0);
}

nav.open .nav-item {
	transform: none;
	opacity: 1;
	transition: opacity 0.3s linear 350ms, transform 150ms ease-out 0.4s;
}

.nav-sub {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1rem;
	margin-top: 5px;
}

footer {
	background-color: #071b3a;
}


footer

{
	font-size: 1.1rem;
	color:#fff;
	padding-bottom: 20px;
	padding-top: 40px;

}

.footer-grid a:not(.sub)

{
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 1.3rem;
	display:inline-block;
	margin-bottom: 10px;

}

.footer-nav

{
	text-align: right;
	padding-right: 40px;

}

@media all and (width >= 769px)

{
	.footer-grid {
		color: #fff;
		display: grid;
		grid-template-columns: 30% 15% 1fr;
		grid-column-gap: 40px;
		line-height: 1.4;
		padding-top: 40px;
		padding-bottom: 40px;

	}





}



@media all and (width <= 768px)

{
	div .sub:last-child {
		margin-bottom: 20px;
		display: inline-block;

	}

	div.address

	{
		margin-bottom: 30px;

	}

	.footer-nav

	{
		margin-top:50px;

	}

}

h1.sectionHeadline

{
	font-family: Walsheim;

	font-size: 2rem;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	padding-top:15px;
	padding-bottom: 25px;
	letter-spacing: 1px;

}


.soclink

{
	display:inline-block;

}

.soclink:nth-child(2)

{
	margin-right:10px;

}

.filter-category-box,
.filter-customer-box {
	position: relative;
}

.tabnav {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tabnav a

{
	font-size: .8rem;
	text-transform: uppercase;letter-spacing: 1.5px;

}

.tabnav a:hover,

.tabnav a.active

{
	text-decoration: underline;
	text-underline-offset: 4px;
}

.tabnav-wrapper

{
	margin-top:40px; display: flex;justify-content: space-between;align-items: center;

}

.category_pulldown,
.customer_pulldown
{
	position: absolute;
	padding: 10px;
	padding-bottom: 15px;
	background:#fff;
	display: flex;
	flex-direction: column;
	z-index: 10;
	left:0;
	top:25px;
	box-shadow: rgb(0 0 0 / 10%) 0 8px 20px 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 300ms linear;

}

.category_pulldown.show,
.customer_pulldown.show {
	opacity: 1;
	pointer-events: auto;
}

.category_pulldown a,
.customer_pulldown a {
	padding: 5px;
	line-height: 1;

}

@media all and (width <= 768px)

{
	.tabnav-wrapper

	{
		flex-direction: column;

	}

	.tabnav

	{
		margin-top:20px;

	}

	.category_pulldown a,
	.customer_pulldown a
	{
		margin-top: 5px;

	}


}

.promo-marquee {
	height: 45px;
	background-color: #0f25f5;
	color: #fff;
	display: flex;
	align-items: center;
	letter-spacing: 1px;
	font-size: .9rem;
	font-weight: 600;
	width:100vw;
	overflow: hidden;

}

.marquee-copy {
	white-space: nowrap;
	animation: marquee 40s linear infinite;
	display: flex;
	justify-content: center;
	gap:80px;
	margin-left: 100%;
	transform: translateX(0%);

}

.marquee-copy:hover {
	animation-play-state: paused;

}

.marquee-copy a

{
	text-decoration: underline;

}

@keyframes marquee {
	0% {
		margin-left: 100%;
		transform: translateX(0%);

	}

	100% {
		margin-left: 0%;
		transform: translateX(-100%);

	}

}

@media all and (width <= 768px)

{
	.promo-marquee {
		font-size: .73rem;

	}

}

@media all and (width <= 768px)

{
	.marquee-copy span:nth-child(2),

	.marquee-copy span:nth-child(3),

	.marquee-copy span:nth-child(4),

	.marquee-copy span:nth-child(5)

	{
		display:none;

	}

}

body.has-marquee .headnav ul

{
	top: 133px !important;

}

body.has-marquee label.mobilemenu

{
	top: 45px !important;

}

@media all and (width <= 768px)

{
	.marquee-copy {
		animation: marquee 20s linear infinite;

	}

}


Components



.link-button-arrowed,

.main-teaser-link,

.split-image-bg {
	background-repeat: no-repeat

}

.chapter-head,

.teaser-item,

.text-centered {
	text-align: center

}

.brand,

.brandwrapper {
	width: 250px;
	height: 73px;
	position: relative;
	z-index: 10

}

.brandwrapper a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 73px;
	z-index: 11

}

header {
	position: relative

}

header .badge {
	height: 98px;
	width: 98px;
	position: absolute;
	bottom: 0;
	z-index: 5;
	transform: translate(220px, 35%);
	display: block

}

header .badge::after,

header .badge::before {
	width: 98px;
	height: auto;
	position: absolute;
	display: block

}

header .badge::before {
	content: url("/wp-content/themes/morepiousstudios/assets/img/claim-big01.svg");

	top: 0;
	left: 0;
	opacity: 1;
	transition: opacity .3s linear, -webkit-transform .3s ease-out;
	transition: opacity .3s linear, transform .3s ease-out;
	transition: opacity .3s linear, transform .3s ease-out;
	transition: opacity .3s linear, transform .3s ease-out, -webkit-transform .3s ease-out

}

header .badge::after {
	content: url("/wp-content/themes/morepiousstudios/assets/img/claim-big02-email.svg");

	opacity: 0;
	transition: opacity .3s linear, -webkit-transform .3s ease-out;
	transition: opacity .3s linear, transform .3s ease-out;
	transition: opacity .3s linear, transform .3s ease-out;
	transition: opacity .3s linear, transform .3s ease-out, -webkit-transform .3s ease-out;
	transform: rotate(150deg)

}

header .badge:hover::before {
	opacity: 0;
	transform: rotate(-150deg)

}

header .badge:hover::after {
	opacity: 1;
	transform: rotate(0)

}

.header-title strong {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	position: relative

}

.header-title strong::after,

.header-title strong::before {
	width: 10px;
	height: 2px;
	content: "";
	top: 50%;
	background-color: #000;
	position: absolute;
	margin-top: -2px

}

.header-title strong::before {
	left: 0

}

.header-title strong::after {
	right: 0

}

.burger,

.socials {
	margin-top: -10px

}

.text-white.header-title strong::after,

.text-white.header-title strong::before {
	background-color: #fff

}




.burger {
	width: 55px;
	height: 55px;
	padding: 0;
	text-align: left;
	border: none;
	outline: 0;
	cursor: pointer;
	background-color: transparent;

}

@media all and (width >= 769px)

{
	.nav::after

	{
		content:"Menü";
		position: absolute;
		top:13px;
		left:70px;
		color:#555;
		pointer-events: none;
		font-size: .9rem;

	}

	.burger

	{
		width:90px;

	}

}


#burger-svg {
	height: 60px;
	width: 60px;

}

.socials {
	font-size: 18px

}

.socials a {
	display: inline-block;
	margin-left: 5px

}

.bg-studio1 {
	background-image: url("/wp-content/themes/morepiousstudios/assets/images/studio/img-studio02.jpg")

}

.bg-studio2 {
	background-image: url("/wp-content/themes/morepiousstudios/assets/images/studio/img-studio03.jpg")

}

.bg-flamingo {
	background-color: #fce7e4

}

.bg-yellow {
	background-color: #ede6aa

}

.bg-marmor {
	/*background-image: url("/wp-content/themes/morepiousstudios/assets/img/assets/kachel-fachseiten.jpg")*/

}

.bg-blue {
	background-color: #122643;

	/* background-image: url(/wp-content/themes/morepiousstudios/assets/img/assets/kachel-footer-navi.jpg); */

	padding-top: 100px;
	padding-bottom: 100px

}

.bg-green {
	background-color: #b9c1b3

}

.bg-bluelight {
	background-color: #cfdcec

}

.bg-rosa {
	background-color: #d1a3a5

}

.bg-xgrey

{
	background-color:#dcdfe2;

}

header {
	height: 200px;
	display: -webkit-box;
	display: flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff

}

header .nav {
	position: fixed;
	top: 10px;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	display: -webkit-box;
	display: flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 10

}

.header-image {
	position: relative;
	/*height: 350px;*/
	/*overflow: hidden;*/

	/*img {*/
	/*	object-fit: cover;*/
	/*}*/
}

/*@media (min-width: 1280px) {*/
/*	.header-image {*/
/*		height: 500px;*/
/*	}*/
/*}*/

.header-image::before,
.header-title {
	position: absolute;
	left: 50%;
	z-index: 2
}

.header-image::before {
	content: url("/wp-content/themes/morepiousstudios/assets/img/assets/pfeil-down.svg");
	bottom: 0;
	transform: translate(-50%, 50%)
}

.header-title {
	top: 50%;
	transform: translate(-50%, -50%)
}

.page-block,
.page-intro {
	max-width: 540px;
	margin: 0 auto;
	line-height: 1.3

}

.link-button-arrowed {
	display: inline-block;
	background-image: url("/wp-content/themes/morepiousstudios/assets/img/assets/pfeil-studiokomo-rot.svg");
	background-repeat: no-repeat;
	background-position: center 20px;
	position: relative;
	padding-bottom: 20px
}

.link-button-arrowed.xrows {
	background-position: center bottom;
	padding-bottom: 55px

}

.chapter-head {
	width: 100%;
	margin: 0 auto;
	position: relative

}

.chapter-head::before {
	height: 4px;
	width: 100%;
	left: 0;
	background-color: #000;
	position: absolute;
	top: 49%;
	content: ""

}

.chapter-head span {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 2

}

.flex-centered {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center

}

.logobox {
	max-width: 55%;
	margin: 0 auto

}

#map {
	height: 500px

}

.split-header {
	position: relative;

}

.block-text {
	max-width: 85%;
	margin: 0 auto;
	line-height: 1.35

}

@media all and (width >=950px) {
	.block-text {
		display: -webkit-box;
		display: flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between

	}

	.block-text-col {
		width: 30%

	}

}

.split-header:not(.colored)::after,

.split-header:not(.colored)::before {
	width: 50%;
	height: 55%;
	content: "";
	position: absolute;
	z-index: -1;
	top: 0

}

@media all and (width <=950px) {
	.block-text {
		max-width: 75%

	}

	.block-text-col:not(:first-child) {
		margin-top: 60px

	}

}

.split-header:not(.colored)::before {
	left: 0;
	background-color: #ccc;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center

}

.split-header:not(.colored)::after {
	right: 0;
	background-color: #b9c1b3

}

.split-header.colored::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	left: 0;
	top: 0;
	height: 75%;
	background-color: #ffe8e5

}

.split-header.colored.colored-green::before {
	background-color: #b9c1b3

}

.split-header.colored.colored-bluelight::before {
	background-color: #cfdcec

}

.split-header.colored.colored-yellow::before {
	background-color: #ede6aa

}

.split-header.colored.colored-rosa::before {
	background-color: #d1a3a5

}

.slit-slider {
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative

}

.split-image {
	width: 60%

}

.split-copy {
	width: 40%;
	display: -webkit-box;
	display: flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center

}

.split-image-bg {
	background-image: url("/wp-content/themes/morepiousstudios/assets/images/home/teaser01-img01_1200x1200.jpg");

	background-size: cover;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0

}

.split-main {
	position: relative;
	z-index: 2

}

.split-copybox {
	padding: 40px 60px;
	/*max-width: 500px*/
}

.main-teaser-link {
	display: inline-block;

	background-image: url("/wp-content/themes/morepiousstudios/assets/img/assets/pfeil-teaser-link.svg");

	background-size: 38px 7px;
	background-position: left bottom;
	padding-bottom: 10px

}

.text-white {
	color: white;
}

.text-white .main-teaser-link

{
	background-image: url("/wp-content/themes/morepiousstudios/assets/img/assets/pfeil-teaser-link-white.svg");

}

.project-head {
	width: 60%;
	margin: 0 auto

}

.project-credits .glue,

.project-head .keys .glue,

.teaser-keys .glue {
	height: 2px;
	background-color: #000;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 100%;
}

.project-head .keys,

.project-head .meta,

.project-head .number {
	line-height: 1

}

.project-credits,

.project-head .keys {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center

}

.teaser,

.teaser-keys {
	display: -webkit-box;
	display: flexbox

}

.project-head .keys .glue {
	width: 30px;
	text-transform: uppercase;
}

.project-head .meta .glue::before {
	content: " . "

}

.project-credits .glue,

.teaser-keys .glue {
	width: 15px

}

.project-credits strong {
	text-transform: uppercase;
	letter-spacing: 1px

}

.teaser {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap

}

.teaser-item {
	width: 100%;
	position: relative
}

.teaser-item.isNew::before {
	width: 100px;
	height: 100px;
	content: "";

	background-image: url("/wp-content/themes/morepiousstudios/assets/img/assets/stoerer-neu.svg");

	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 3

}

@media all and (width <=950px) {
	.teaser-item {
		text-align: center;
	}
}

@media all and (width <=480px) {
	.teaser-item {
		text-align: center;
	}
}

.teaser-item .letter-spacing {
	letter-spacing: 2px
}

.teaser-item-image {
	position: relative;
	overflow: hidden
}

.teaser-item-image img {
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.teaser-item-image:hover img {
	transform: scale(1.05)
}

.teaser-keys {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 5px;
	flex-wrap: wrap

}

.info-block,

.split-break {
	display: -webkit-box;
	display: flexbox

}

.block-break,

.swiper-container.claim-slider {
	padding-bottom: 40px

}

.info-block {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center

}

.info-block .copy {
	width: 270px

}

.info-block .illu {
	width: 280px

}

.block-break {
	padding-top: 40px

}

.split-break {
	display: flex

}

.split-break-item {
	width: 50%

}

.split-break-item.has-copy {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center

}

.split-break-copy {
	width: 40%

}

.swiper-pagination-bullet {
	width: 40px;
	height: 4px;
	display: inline-block;
	border-radius: 0;
	background: #fff;
	opacity: .25

}

.swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1

}

.text-slider .swiper-pagination-bullet {
	background: #818a98

}

.text-slider .swiper-pagination-bullet-active {
	background: #031531;
	opacity: 1

}

.ui-gridview-row {
	font-family: Walsheim;

	font-size: 16px;
	line-height: 1.3;
	margin-top: 10px

}

.ui-gridview-row:not(.full-width-row) {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center

}

.ui-gridview-row.expand-space {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between

}

.ui-gridview-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse

}

.ui-gridview-row.grid-row-centered {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center

}

.ui-gridview-imageview {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat

}


.ui-gridview-vspace {
	margin-top: 15px

}

.ui-gridview-video video  {
	display: block;
	background-color: #000;
	width: 100%;
	aspect-ratio: 16/9;

}

.grid-w-bs {
	width: 25.15%

}

.grid-w-bl {
	width: 60%

}

.grid-w-bxs {
	width: 45.5%

}

.grid-w-bm {
	width: 32%

}

.grid-t-l {
	width: 45.5%

}

.grid-t-xs {
	width: 25.85%

}

.space-left-hl {
	margin-left: 6.25%

}

.space-left-hxs {
	margin-left: 2%

}

.space-left-hxl {
	margin-left: 8.75%

}

.space-left-20 {
	padding-left: 20%

}

.space-left-40 {
	padding-left: 40%

}

.project-details-view {
	max-width: 1200px;
	padding-left: 30px;
	padding-right: 30px

}

.project-details-view h2::before,

.project-details-view h3::before {
	content: none;
	display: none

}

@media all and (width <=768px) {
	.slit-slider .text-largest {
		font-size: 2rem

	}

	.text-largest {
		font-size: 1.4rem

	}

	.wrapper {
		padding-left: 15px;
		padding-right: 15px

	}

	.slit-slider .split-image-bg {
		display: none

	}

	.flex-view.split-main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column

	}

	.slit-slider .split-copy,
	.slit-slider .split-image {
		width: 100%;
		text-align: center;
		padding: 0
	}

	.slit-slider .split-copybox {
		min-height: 0;
		padding: 40px 0;
	}

	header .badge {
		transform: translate(40px, 40px);
		display: block

	}

	.main-teaser-link {
		background-position: center bottom

	}

}

@media all and (width <=480px) {
	.flex-view,

	.flex-view.bg-bluelight,

	.info-block,

	.project-credits,

	.split-break {
		-webkit-box-orient: vertical

	}

	.flex-view-copyview,

	.logobox,

	.split-break-copy,

	.split-break-item {
		width: 100%

	}

	.nav-sub .glue,

	.teaser-item:empty {
		display: none

	}

	.header-title .text-hero,

	.header-title.text-hero {
		font-size: 3rem;
		text-align: center

	}

	.text-large {
		font-size: 1.1rem

	}

	.header-image::before {
		transform: translate(-50%, 80%)

	}

	.info-block {
		-webkit-box-direction: normal;
		flex-direction: column

	}

	.split-break {
		-webkit-box-direction: reverse;
		flex-direction: column-reverse

	}

	.illu {
		max-width: 70%

	}

	.space-left-20,

	.space-left-40 {
		padding-left: 0

	}

	.split-break-copy {
		padding: 20px

	}

	.text-larger,

	h2,

	h3 {
		font-size: 1.5rem

	}

	.flex-view {
		-webkit-box-direction: normal;
		flex-direction: column

	}

	.flex-view-copyview .copy,

	.flex-view-copyview .copy.compact {
		padding-top: 40px;
		padding-bottom: 40px

	}

	.flex-view-bgview {
		width: 100%;
		height: 200px

	}

	.flex-view.bg-bluelight {
		-webkit-box-direction: reverse;
		flex-direction: column-reverse

	}

	.logobox {
		max-width: 100%;
		margin: 0 auto

	}

	.block-text {
		max-width: 94%

	}

	.cite .text-larger {
		font-size: 1.3rem

	}

	header .nav {
		padding-left: 0

	}

	.brand,

	.brandwrapper {
		width: 200px;
		height: 58px

	}

	.theme-2.ui-gridview-row,

	.theme-8.ui-gridview-row,

	.theme-9.ui-gridview-row {
		display: block

	}

	.nav-sub a {
		margin-top: 10px

	}

	.project-head {
		width: 100%;
		margin: 0 auto

	}

	/*.project-head .text-head {*/
	/*	font-size: 0.8rem*/
	/*}*/

	.project-credits {
		-webkit-box-direction: normal;
		flex-direction: column

	}

	.theme-10.ui-gridview-row,

	.theme-3.ui-gridview-row,

	.theme-5.ui-gridview-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse

	}

	.project-credits .glue {
		background-color: transparent;
		height: 10px

	}

	.project-head .keys .glue {
		width: 20px;
		margin-left: 7px;
		margin-right: 7px

	}

	.theme-3.ui-gridview-row {
		flex-direction: column-reverse

	}

	.theme-4.ui-gridview-row {
		flex-wrap: wrap

	}

	.theme-5.ui-gridview-row {
		flex-wrap: wrap;
		flex-flow: wrap-reverse

	}

	.theme-4 .w-33,

	.theme-5 .w-33 {
		width: 48%

	}

	.theme-4 .w-2,

	.theme-5 .w-2 {
		width: 4%

	}

	.bg-helper,

	.theme-4 .w-26,

	.theme-5 .w-26 {
		width: 100%

	}

	.theme-7 .w-2 {
		-webkit-box-flex: 0;
		flex: 0 0 4%

	}

	.theme-8 .w-2 {
		height: 15px

	}

	.theme-10.ui-gridview-row {
		flex-flow: wrap-reverse

	}

	.project-head .vspace-m {
		margin-top: 20px
	}

	.project-details-space.vspace-l,

	.project-details-space.vspace-xl,

	.ui-gridview-row {
		margin-top: 45px

	}

	.ui-gridview-row.theme-6 {
		position: relative;
		padding: 40px 20px 30px;
		display: block

	}

	.bg-helper {
		height: 100%;
		z-index: -1;
		position: absolute;
		opacity: .4;
		left: 0;
		top: 0

	}


	.page-block {
		padding-left: 10px;
		padding-right: 10px

	}

	.flex-view-copyview .copy {
		margin-left: 40px;
		margin-right: 40px

	}

}

@media all and (width >=768px) {

	.w-33 {
		width: 40%

	}

	.w-34 {
		width: 60%;

	}

	.w-56 {
		width: 56%;

	}

	.w-2 {
		width: 2.5%

	}

	.w-60 {
		width: 60%

	}

	.w-68 {
		width: 68%

	}

	.w-31 {
		width: 31.5%

	}

	.w-48 {
		width: 48.75%

	}

	.w-43 {
		width: 43%

	}

	.w-13 {
		width: 13%

	}

	.w-18 {
		width: 18%

	}

}



@media all and (width <= 768px) and (device-height <= 667px)

{
	nav .brand-item {
		margin-bottom: 30px;
		margin-top: -10px;

	}

}


@media all and (width <= 768px) and (device-height <= 568px)

{
	#mainNav.open .brand-item

	{
		display:none;

	}

	#mainNav.open .nav-item

	{
		margin-top:-10px;

	}

}



html, body

{
	background-color: #f4f0ed;

}


.quotes-slide

{
	background-color: #f4f0ed;

}

body::before

{
	display:none;

}

.headnav ul {
	display:grid;
	grid-template-columns: auto 1fr auto;
	grid-column-gap: 30px;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 80px;
	font-size: .8rem;
	text-transform: uppercase;
	margin-top: -75px;
}

.headnav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	letter-spacing: 2px;
}

.hero {
	height:40vw;
	position: relative;
}

@media all and (width <= 768px)

{
	.hero

	{
		height:50vh;
		position: relative;

	}

}

.hero img

{
	display:block;
	width:100%;
	height: 100%;
	object-fit: cover;

}



.hero .capture {
	position: absolute;
	bottom: 0;
	left:0;
	right:0;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	padding:40px;
	background-image: linear-gradient(to bottom, rgb(0 0 0 / 1%) 0%, rgb(0 0 0 / 30%) 100%);

}

.hero::after

{
	content:"";
	height:10px;
	background-color:#f65;

}

@media all and (width <= 768px)

{




}


.hero::after {
	content: "";
	height: 24px;
	background-color: #f65;
	display: block;
	max-width: 140px;
	margin-top: -12px;
	z-index: 10;
	position: relative;
	left: 50%;
	transform: translateX(-50%);

}

.chapter-head::before {
	content:none;

}

.chapter-head::after {
	height: 18px;
	background-color: #f65;
	display: block;
	max-width: 140px;
	margin: 0 auto;
	content:"";
	margin-top: 5px;
	margin-bottom: 20px;

}




.arrow-left {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);

}

.arrow-right {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);

}

.arrow-left img,

.arrow-right img{
	height: 30px;

}

#check {
	display: none;

}

.xbrand {
	display: flex;
	align-items: center;
	justify-content: center;
}

.xbrand img

{
	height: 60px;
	display: inline-block;

}

@media all and (width >= 769px) {
	.mobilemenu {
		display: none;
		height: 0;
		width: 0;

	}

}

label.mobilemenu {
	display: flex;
	flex-direction: column;
	width: 70px;
	cursor: pointer;
	position: absolute;
	top: 1px;
	transform: scale(0.35);
	left: 0;
	z-index: 3;

}

@media all and (width <= 650px) {
	label.mobilemenu {
		display: flex;
		flex-direction: column;
		width: 70px;
		cursor: pointer;
		position: absolute;
		top: 0;
		transform: scale(0.35);
		left: -8px;
		z-index: 3;

	}

	.mobilemenu span {
		background: #000;
		border-radius: 10px;
		height: 7px;
		margin: 7px 0;
		transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);

	}

	.mobilemenu span:nth-of-type(1) {
		width: 50%;

	}

	.mobilemenu span:nth-of-type(2) {
		width: 100%;

	}

	.mobilemenu span:nth-of-type(3) {
		width: 75%;

	}

	#check:checked + label span:nth-of-type(1) {
		transform-origin: bottom;
		transform: rotateZ(45deg) translate(8px, 0)

	}

	#check:checked + label span:nth-of-type(2) {
		transform-origin: top;
		transform: rotateZ(-45deg)

	}

	#check:checked + label span:nth-of-type(3) {
		transform-origin: bottom;
		width: 50%;
		transform: translate(30px, -11px) rotateZ(45deg);

	}

	.xbrand img

	{
		@media (max-width: 680px) {
			margin-bottom: 0 !important;
		}
		height: 45px;
		margin-bottom: 20px;

	}

	.headnav ul {
		display: none;
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-size: 1rem;
		text-transform: uppercase;
		margin-top: 0;
		position: fixed;
		top: 93px;
		z-index: 100;
		background: #f4f0ed;
		left: 0;
		width: 100vw;
		height: auto;
		padding-bottom: 30px;
		box-shadow: rgb(0 0 0 / 20%) 0 40px 30px;

	}

	.headnav li {
		margin: 0;
		padding: 0;
		list-style-type: none;
		letter-spacing: 2px;
		color: #000;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;

	}

	.headnav ul.active

	{
		display:block;

	}


}


.chapter-head::after {
	margin-top: 3px;

}

.headnav li a.active

{
	color:#f65;

}





.faq_inner

{
	background-color:#f4f0ed;
	padding: 100px;

}



.faq_intro h2

{
	font-size: 2rem;
	font-weight: bold;
	margin:0;
	padding: 0;

}

.faq_intro h2::before

{
	content:none;

}

.faq_inner .row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	grid-gap: 30px 80px;
	margin-top: 40px;

}

.faq_intro p

{
	font-size: 1.2rem;
	line-height: 1.4;
	max-width: 75%;

}

.card-header {
	font-size: 1.4rem;
	display:flex;
	justify-content: space-between;
	align-items: center;

}

.card-header::after

{
	content:"+";
	font-size: 1.8rem;
	opacity: .5;

}

.card-header:not(.collapsed)::after

{
	content:"-";

}

.card-body p

{
	line-height: 1.4;

}

.cbx.collapse

{
	max-height:0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;

}

.col-md-6.custompadding {
	border-bottom: 1px solid rgb(206 201 197);
	padding-bottom: 15px;

}

.card-header *

{
	pointer-events:none;

}

.card-header:not(.collapsed) + .cbx.collapse

{
	max-height:400px;

}




.topicsGrid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 50px;
	counter-reset: h3;

}


.topicsGrid h3::before {
	content: counter(h3);
	position: absolute;
	top: 87px;
	left: 25px;
	border: 0;
	width: auto;
	height: auto;
	background: transparent;
	counter-increment: h3;
	color: #f65;
	font-size: 8rem;
	line-height: 1;
	mix-blend-mode: screen;

}


.topicsGrid h3 {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	font-size: 2rem;
	position: static;

}

.topicsGrid-item {
	padding: 30px;
	background: white;
	box-shadow: rgb(0 0 0 / 5%) 0 10px 30px;
	position: relative;

}

.topicsGrid p {
	line-height: 1.5;

}

.topicsGrid-item-img

{
	margin:-30px;
	margin-bottom: 0;
	display: block;
	width:100%;

}


.topicsGrid-item-img {
	margin: -30px;
	margin-bottom: 25px;
	display: block;
	width: calc(100% + 60px);

}


.xgrid-teaser

{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 40px 50px;

}

.xgrid-teaser a

{
	display:block;

}

.xgrid-teaser img

{
	display:block;
	width:100%;
	margin-bottom: 10px;

}



.news-image img

{
	width:100%;

}


@media all and (width >= 768px)

{
	.news-item

	{
		display:flex;
		flex-direction: row-reverse;
		justify-content: space-between;

	}

	.news-article

	{
		width:55%;

	}

	.news-image

	{
		width:40%;

	}

}

@media all and (width <= 768px)

{
	.news-image

	{
		margin-bottom: 20px;

	}

}

.news-item:not(:first-child)

{
	margin-top: 60px;

}



.news-article .date,

.news-article .tag

{
	font-weight:600;

}

.news-article h4

{
	margin-top:30px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;

}

.news-article a:hover

{
	text-decoration: underline;

}

.news-article p

{
	letter-spacing: 1px;
	line-height: 1.4;

}


.news-roll.compact {
	max-width: 900px;
	margin: 0 auto;

}


video

{
	width:100%;

}


footer ul

{
	display:block;
	margin: 0;
	padding: 0;
	list-style-type: none;

}


@media all and (width <= 768px)

{
	.headnav ul {
		grid-template-columns: 1fr;

	}

	.headnav.active ul

	{
		display:grid;

	}

	.headnav li {
		margin-top: 15px;
		margin-bottom: 15px;

	}

	.faq_inner {
		padding: 20px;

	}

	.faq_intro p {
		max-width: 100%;

	}

	.faq_inner .row {
		grid-template-columns: 1fr;

	}

	.topicsGrid {
		grid-template-columns: 1fr;
		grid-row-gap: 20px;

	}

}



.schalter-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-gap: 10px;

}

.schalter-grid img {
	width: 100%;
	display: block;

}

.schalter

{
	position:relative;
	cursor:pointer;

}

.schalter::before {
	content: "+";
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 1.2rem;
	border: 1px solid #555;
	width: 16px;
	height: 16px;
	display: grid;
	place-content: center;
	opacity: .4;

}

.schalter:hover::before

{
	opacity:1;

}

@media all and (width <= 539px)

{
	.schalter

	{
		pointer-events: none;

	}

	.schalter::before

	{
		display:none;

	}

}

.schalter-modal {
	position: fixed;
	inset: 0;
	background-color: rgb(0 0 0 / 50%);
	display: grid;
	place-content: center;

}

.schalter-modal img

{
	max-width: 80vw;
	max-height: 70vh;
	display: block;

}

.schalter-modal *

{
	pointer-events:none;

}

.ui-gridview-video.portait-hd video

{
	aspect-ratio:9/16;

}

.ui-gridview-copybox.condensed {
	width: 66%;
	margin: 0 auto;

}


Home

.news-image img

{
	width:100%;

}


@media all and (width >= 768px)

{
	.news-item

	{
		display:flex;
		flex-direction: row-reverse;
		justify-content: space-between;

	}

	.news-article

	{
		width:55%;

	}

	.news-image

	{
		width:40%;

	}

}

@media all and (width <= 768px)

{
	.news-image

	{
		margin-bottom: 20px;

	}

}

.news-item:not(:first-child)

{
	margin-top: 60px;

}



.news-article .date,

.news-article .tag

{
	font-weight:600;

}

.news-article h4

{
	margin-top:30px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;

}

.news-article a:hover

{
	text-decoration: underline;

}

.news-article p

{
	letter-spacing: 1px;
	line-height: 1.4;

}

.quotes-slide

{
	max-width:650px;
	background-color: #fff;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;

}

.quotes-slide .author

{
	margin-top:30px;

}

.center-text-background {
	.ui-gridview-row {
		position: relative;
		z-index: 1;
	}

	.bg-helper {
		position: absolute;
		width: 100%;
		height: 100%;
		inset: 0;
		z-index: -1;
	}
}

.project-submenu {
	display: inline-grid;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 5px;
	grid-column-gap: 5px;
}


.home-slider {
	@media (min-width: 768px) {
		height: 100dvh;
	}

	.hero-text {
		margin-top: 0;

		p {
			margin-top: 0;
		}
	}
	.wrapper {
		position: relative;
		min-height: 40rem;
		z-index: 1;
	}

	.split-copy {
		position: relative;
		align-items: flex-end;
		width: 100%;
		z-index: 1;
	}

	.split-copybox {
		color: initial;
		text-align: center;
	}

	.main-teaser-link,
	.main-teaser-link em {
		color: initial;
	}

	@media (min-width: 768px) {
		.split-copybox {
			color: white;
		}

		.main-teaser-link,
		.main-teaser-link em {
			color: white;
		}

		.split-image {
			position: absolute;
			inset: 0;
			width: 100%;
			height: 100%;
		}

		.hero-overlay {
			content: '';
			position: absolute;
			inset: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, .7);
			z-index: 1;
		}
	}

	.swiper-slide {
		overflow: hidden;
	}

	.slit-slider {
		padding: 0;
		height: 100%;
		width: 100%;
	}

	.split-main {
		height: 100%;
	}

	.split-copy {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: #f4f0ed;

		@media (min-width: 768px) {
			background-color: transparent;
		}
	}
}

.single-project-gallery {
	img {
		height: 350px;
		object-fit: cover;
	}
}

@media (min-width: 1280px) {
	.single-project-gallery {
		img {
			height: 800px;
		}
	}
}

@media (min-width: 1280px) {
	.text-columns-quote {
		max-width: 50%;
		margin: 0 auto;
	}
}

.footer-nav {
	padding: 0 15px;
}

.footer-nav,
.footer-nav__law-menu {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}

.footer-nav__law-menu {
	list-style-type: none;
	margin-left: -0.625rem;

	li {
		margin-bottom: 0.625rem;
	}
}

@media (min-width: 768px) {
	.footer-nav,
	.footer-nav__law-menu {
		align-items: center;
		justify-content: flex-end;
		flex-direction: row;
	}

	.footer-nav__law-menu {
		margin-left: 0;

		li {
			margin-bottom: 0;
		}
	}
}

.soclink {
	margin-bottom: 0.625rem;
}

@media (min-width: 768px) {
	.soclink {
		margin-bottom: 0;
	}
}

.projects-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.75rem;
}

@media (min-width: 768px) {
	.projects-grid {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 2.75rem;
	}
}

@media (min-width: 1280px) {
	.projects-grid {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 3.75rem;
	}
}

.category_pulldown, .customer_pulldown {
	display: none;
}

.category_pulldown.show, .customer_pulldown.show {
	min-width: 200px;
	display: flex;
	flex-direction: column;
}

.text-red.link-button-arrowed.xrows {
	margin-top: 3.75rem;
}

.mobile-reverse {
	flex-flow: wrap !important;
}

.header-image-overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	z-index: 1;
}

footer {
	.address a {
		font-weight: initial !important;
		letter-spacing: initial !important;
		text-transform: initial !important;
		font-size: initial !important;
		display: initial !important;
		margin-bottom: initial !important;
	}
}



/*new styles*/
/*@media (min-width: 1023px) {*/
/*.image-gallery {*/
/*	display: grid;*/
/*    grid-template-columns: repeat(2, 1fr);*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*	min-height: 70vh;*/
/*}*/
/*	.grid-col-1,*/
/*	.grid-col-2 {*/
/*		display: grid;*/
/*		gap: 15px;*/
/*	}*/

/*	.image-gallery-grid__item {*/
/*		width: 100%;*/
/*		aspect-ratio: 1 / 1;*/
/*		overflow: hidden;*/
/*	}*/
/*1111111*/
/*	.image-gallery-grid__item img {*/
/*		width: 100%;*/
/*		height: 100%;*/
/*		object-fit: cover;*/
/*		display: block;*/
/*		transition: transform 0.3s;*/
/*	}*/

/*	.image-gallery-grid__item img:hover {*/
/*		transform: scale(1.05);*/
/*	}*/


/*.image-gallery {*/
/*	padding: 20px;*/
/*}*/

/*.wrapper {*/
/*	max-width: 1200px;*/
/*	margin: 0 auto;*/
/*}*/

/*.image-gallery-grid {*/
/*	display: grid;*/
/*	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));*/
/*	gap: 15px;*/
/*}*/

/*.image-gallery-grid__item {*/
/*	width: 100%;*/
/*	overflow: hidden;*/
/*}*/

/*.image-galery-grid-items {*/
/*	display: grid;*/
/*	gap: 15px;*/
/*	grid-template-columns: repeat(2, 1fr);*/
/*}*/

/*.grid-col-1,*/
/*.grid-col-2 {*/
/*	display: grid;*/
/*	gap: 15px;*/
/*}*/

/*.image-gallery-grid__item img {*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	object-fit: cover;*/
/*	display: block;*/
/*	transition: transform 0.3s;*/
/*}*/

/*.image-gallery-grid__item img:hover {*/
/*	transform: scale(1.05);*/
/*}*/

/*@media (min-width: 1436px) {*/
/*	.image-gallery-grid__item {*/
/*		aspect-ratio: auto;*/
/*	}*/
/*	.grid-col-1 .image-gallery-grid__item,*/
/*	.grid-col-2 .image-gallery-grid__item {*/
/*		aspect-ratio: auto;*/
/*	}*/
/*}*/

/*@media (min-width: 1024px) and (max-width: 1435px) {*/
/*	.image-gallery-grid__item,*/
/*	.grid-col-1 .image-gallery-grid__item,*/
/*	.grid-col-2 .image-gallery-grid__item {*/
/*		aspect-ratio: 1 / 1;*/
/*	}*/
/*}*/

/*@media (min-width: 769px) and (max-width: 1023px) {*/
/*	.image-gallery-grid {*/
/*		grid-template-columns: 1fr;*/
/*	}*/

/*	.image-gallery-grid__item,*/
/*	.grid-col-1 .image-gallery-grid__item,*/
/*	.grid-col-2 .image-gallery-grid__item {*/
/*		aspect-ratio: auto;*/
/*	}*/

/*	.image-galery-grid-items {*/
/*		grid-template-columns: 1fr;*/
/*	}*/
/*}*/

/*@media (max-width: 768px) {*/
/*	.image-gallery-grid {*/
/*		grid-template-columns: 1fr;*/
/*	}*/

/*	.image-gallery-grid__item,*/
/*	.grid-col-1 .image-gallery-grid__item,*/
/*	.grid-col-2 .image-gallery-grid__item {*/
/*		aspect-ratio: 1 / 1;*/
/*	}*/

/*	.image-galery-grid-items {*/
/*		grid-template-columns: 1fr;*/
/*	}*/
/*}*/


/* new styles */

.project-details-space .project-head {
	width: 100%;
}


.project-details-space .keys {
	justify-content: flex-start;
}

.project-details-space .intro {
	column-count: 1;
}

@media (min-width: 1024px) {
	.project-details-space .intro {
		column-count: 2;
	}
}

.project-details-space p {
	margin-top: 0;
}


.image-gallery-grid {
	width: 100%;
	display: flex;
	flex-direction: column;

}

.image-gallery-grid__item {
	width: 100%;
	overflow: hidden;
	padding-right: 15px;
	padding-left: 15px;
}

.image-gallery-grid__item img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.image-gallery-grid-items,
.image-galery-grid-items {
	width: 100%;
}

.image-gallery-grid__item {
	aspect-ratio: 1 / 1;
	margin-bottom: 30px;
}

.grid .grid__item {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
	gap: 30px;
}

.grid .grid__item:first-child {
	margin-top: 0;
}

.grid .grid__item .grid__item-image {
	display: grid;
}

.grid .grid__item .grid__item-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}




@media (min-width: 1024px) {
	.grid .grid__item {
		display: grid;

	}
	.grid__item-image {
		overflow: hidden;
	}
	.grid__item-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

	.grid .grid__item.grid__item-1-1-1 {
		grid-template-columns: 40% auto;
	}

	.grid .grid__item.grid__item-1-1-1 .grid__item-image:nth-child(1) {
		grid-row: span 2;
	}

	/*}*/

	.grid .grid__item.grid__item-1-1 {
		grid-template-columns: 50% auto;
	}

	.grid .grid__item.grid__item-1-1 .grid__item-image:nth-child(1) {
		/*grid-row: span 2;*/
	}
	/*//////*/
	.grid .grid__item.grid__item-35-65 {
		grid-template-columns: 40% auto;
	}

	.grid .grid__item.grid__item-35-65 .grid__item-image:nth-child(1) {
		/*grid-row: span 2;*/
	}
}


/*@media (max-width: 768px) {*/
/*	.image-gallery-grid__item {*/
/*		aspect-ratio: 1 / 1;*/
/*		margin-bottom:30px;*/
/*	}*/
/*}*/

/*@media (min-width: 769px){*/
/*	.image-gallery-grid__item {*/
/*		height: auto;*/
/*		aspect-ratio: auto;*/
/*		margin-bottom:30px;*/
/*	}*/
/*}*/

@media (min-width: 768px){
	.image-gallery-grid__item {
		height: auto;
		aspect-ratio: auto;
		margin-bottom:30px;
	}
}

@media (min-width: 1024px) {

	.image-gallery-grid-items {
		display: flex;
		gap: 30px;
		padding: 0 15px;
		box-sizing: border-box;
	}

	.grid-col-1 {
		width: 35%;
	}

	.grid-col-1 .image-gallery-grid__item {
		width: 100%;
		height: 100%;
		aspect-ratio: 3 / 4;
		padding: 0;
	}

	.grid-col-2 {
		width: 65%;
		display: flex;
		flex-direction: column;
		gap: 30px;
	}

	.grid-col-2 .image-gallery-grid__item {
		width: 100%;
		height: 100%;
		aspect-ratio: 4 / 3;
		padding: 0;
	}

	.image-gallery-zusamen-colum-3-4 {
		display: flex;
		flex-direction: column;

		padding: 0 15px;
		box-sizing: border-box;
	}

	.image-gallery-colum-3 {
		display: flex;
		gap: 30px;
	}

	.image-gallery-colum-3 .image-gallery-grid__item {
		width: 50%;
		aspect-ratio: 3 / 2;
		padding: 0;
	}

	.image-gallery-colum-4 {
		display: flex;
		gap: 30px;
	}

	.image-gallery-colum-4 .image-gallery-grid__item:first-child {
		width: 35%;
		aspect-ratio: 3 / 2;
		padding: 0;
	}

	.image-gallery-colum-4 .image-gallery-grid__item:last-child {
		width: 65%;
		aspect-ratio: 3 / 2;
		padding: 0;
	}
}


/*footer*/

.vspace-footer-xl{
	position: relative;
	background: black;
	text-align: center;
	justify-content: space-between;
	color: white;
}

.footer-navigatios-drei{
	display: flex;
	color: white;
	text-align: end;
	gap: 25px;
	align-items: center;
	justify-content: center;

}

.vspace-footer-xl .foter-bgs a{
	z-index: 1;
}
.column-footers{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 5rem;
	padding-bottom: 10px;
	font-size:10px;
	font-family: 'HelveticaNeueLTPro-Roman';
	@media (max-width: 780px) {
		display: flex;
		flex-direction: column;
		column-count: 1;
		align-items: center;
		justify-content: center;
		gap: 15px;
	}
}
.footer-navigatios-drei{
	@media (max-width: 780px) {
		display: flex;
		flex-direction: column;
		column-count: 1;
		align-items: center;
		justify-content: center;
		gap: 20px;

	}
}

.vspace-footer-xl .foter-bgs .text-footer-1 {
	font-family: 'TimesNewRomanPS ItalicMT';
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 30px;
	padding-top: 20px;
	@media (max-width: 520px) {
		font-size: 16px;
	}
}

.vspace-footer-xl .foter-bgs .text-footer-2 {
	font-family: 'HelveticaNeueLTPro-Bd';
	font-size: 36px;
	@media (max-width: 520px) {
		font-size: 28px;
		padding-left: 20px;
		padding-right: 20px;

	}
}


.footer-navigatio-1{
	color: white;
	position: relative;
	z-index: 5;

}

.footer-navigatio-2{
	position: relative;
	color: white;
	text-align: end;
	padding-right: 20px;
	justify-content: right;
	@media (max-width: 780px) {
		padding-right: 0;
		padding-top: 20px;
	}

}


.burgers{
	display: flex;
	flex-direction: column;
	width: 18px;
	justify-content: center;
	align-items: center;


	span {
		display: block;
		background-color: white;
		width: 100%;
		height: 4px;
		margin-bottom: 7px;
	}

	span:last-of-type {
		margin-bottom: 0;
	}
}




.slade-swiper {
	position: relative;
	height: 100%;
}

.slade-swiper {
	background: #000;
	font-family: "Time Roman Normal";
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 0;
}

.swiper {
	display: flex;
	width: 100%;
	height: 100%;
	@media (min-width: 1024px) {
		align-items: center;
		justify-content: center;
	}
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #444;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*.swiper-container-horizontal{*/
/*padding-bottom: 69px;*/
/*padding-right: 60px;*/
/*padding-left: 60px;*/
/*}*/

.swiper-wrapper {
}

.related-projects-wrapper {
	position: relative;
	max-width: 500px;
	margin: 0 auto;
	overflow: hidden;
	padding-left: 25px;
	padding-right: 25px;
}

.related-projects {
	overflow: hidden;
}

@media (min-width: 1024px) {
	.related-projects-wrapper {
		max-width: 800px;
		padding-left: 10rem;
		padding-right: 10rem;
	}
}

.related-projects-wrapper a div {
	overflow: hidden;
}

.related-projects-wrapper a div img {
	transition: .3s transform ease;
}

.related-projects-wrapper a:hover img {
	transform: scale(1.05) rotate(3deg);
}

/*.related-projects {*/
/*	overflow: initial;*/
/*}*/

.swiper-button-next {
	--swiper-navigation-size: 26px;

	right: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' style='transform:rotate(90deg)' height='16' width='16' viewBox='0 0 490 490' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M0 332.668L245.004 82.631 490 332.668l-76.493 74.701-168.503-171.967L76.493 407.369z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

@media (max-width: 640px) {
	.swiper-button-next {
		--swiper-navigation-size: 16px;
		top: unset;
		bottom: 0;
		text-align: left;
		position: absolute !important;
		justify-content: left;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.swiper-button-next::after {
	content: unset;
}

.swiper-button-prev::after {
	content: unset;
}

.swiper-button-prev {
	--swiper-navigation-size: 26px;

	left: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' style='transform:rotate(-90deg)' height='16' width='16' viewBox='0 0 490 490' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M0 332.668L245.004 82.631 490 332.668l-76.493 74.701-168.503-171.967L76.493 407.369z'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

@media (max-width: 640px) {
	.swiper-button-prev {
		--swiper-navigation-size: 16px;
		top: unset;
		text-align: left;
		position: absolute !important;
		justify-content: left;
		bottom: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.wp-singular .related-projects-wrapper .swiper-container-horizontal .swiper-slide img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}


.wp-singular .related-projects-wrapper .swiper-container-horizontal .swiper-slide {
	background:transparent;
}

.wp-singular .related-projects-wrapper .swiper-container-horizontal .swiper-slide h3{
	color: black;
	font-family: "HelveticaNeueLTPro-Bd";
	position: relative;
	font-size: 10px;
	text-transform: uppercase;

	@media (max-width: 640px) {
		text-decoration-thickness: 1.5px;
	}
}

.logo-swiper{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 3rem;
	padding-bottom: 1.5rem;
	font-family: "HelveticaNeueLTPro-Bd";
	font-size: 19px;
}

@media (min-width: 1024px) {
	.logo-swiper{
		font-size: 25px;
		padding-top: 8rem;
		padding-bottom: 4rem;
	}
}

.wrapper .related-projects-wrapper{
	padding-bottom: 80px;
}

@media (min-width: 768px) {
	.abstant-unter{
		padding-bottom: 80px;
	}
}

.wp-singular .vspace-l .vspace-m p{
	@media (max-width: 400px) {
		font-size: 12px;
	}
@media (max-width: 780px) {
		font-size: 14px;
	}
}

a[href="#top"] {
	display: block;
	margin: 4rem auto 2.5rem;
	width: fit-content;
}

@media (min-width: 768px) {
	a[href="#top"] {
		margin: 5rem auto ;
	}
}

.wp-singular .meta span{
	@media (max-width: 520px) {
		font-size: 10px;
	}
}

.wp-singular .meta {
	font-family: "HelveticaNeueLTPro-Bd";
	padding-top: 1rem;
	padding-bottom: 2rem;

	@media (min-width: 768px) {
		padding-top: 2.5rem;
		padding-bottom: 4rem;
	}
}
.wp-singular .project-head .italico{
	font-family: "TimesNewRomanPS ItalicMT";
	@media (max-width: 250px) {
		font-size: 10px;
	}
}

.wp-singular .project-head a{
	font-size: 18px;
	@media (max-width: 640px) {
		font-size: 11px;
	}
}

.text-head {
	font-family: "HelveticaNeueLTPro-Bd";
}

p strong {
	font-family: "HelveticaNeueLTPro-Bd" !important;
}

p {
	line-height: 1.5;
}

.single-project-gallery {
	height: 700px;
}

.single-project-gallery .split-header {
	height: 100%;
}

.single-project-gallery .split-header .wrapper {
	height: 100%;
}

.single-project-gallery .split-header .wrapper .project-gallery {
	height: 100%;
}

.single-project-meta {
	text-transform: uppercase;
}

.glue {
	border-radius: 100%;
	overflow: hidden;
}

.grid-container {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-auto-rows: 350px;
}

@media (min-width: 1024px) {
	.grid-container {
		gap: 40px;
	}
}

.span-12 { grid-column: span 12; }
.span-8  { grid-column: span 8; }
.span-6  { grid-column: span 6; }
.span-4  { grid-column: span 4; }

.span-12,
.span-8,
.span-6,
.span-4,
.row-2 {
	grid-row: span 2;
	height: 100%;
}

.stacked {
	grid-row: span 1 !important;
}

.grid-item {
	position: relative;
	overflow: hidden;
	background-color: #ccc;
	width: 100%;
	height: 100%;
}

.grid-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.8s ease;
}

.grid-item:hover img {
	transform: scale(1.03);
}

@media (max-width: 1024px) {
	.grid-container {
		display: flex;
		flex-direction: column;
	}

	.grid-item, .row-2, .span-12, .span-8, .span-6, .span-4, .stacked {
		width: 100% !important;
		height: 350px !important;
		grid-column: auto !important;
		grid-row: auto !important;
		margin-bottom: 20px;
	}
}

.project-title {
	text-transform: uppercase;
	text-align: center;
}

.project-pre-title {
	display: block;
	margin-bottom: 0.5rem;
	/*text-align: center;*/
}

@media (min-width: 768px) {
	.project-pre-title {
		text-align: left;
	}

	.project-title {
		text-align: left;
	}
}

.swiper-pagination {
	bottom: 2rem !important;
}

.pre-title {
	font-family: "TimesNewRomanPS ItalicMT";
	margin-bottom: .5rem;
}

.title {
	font-family: "HelveticaNeueLTPro-Bd";
	text-transform: uppercase;
	padding: 0 !important;

	p {
		margin: 0 !important;
	}

	&.reduced {
		font-family: "HelveticaNeueLTPro-Bd";
		font-size: 19px;

		@media (min-width: 1024px) {
			font-size: 25px;
		}
	}
}

.hero-scroll-to-bottom {
	display: none;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 2rem;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 1rem;
	z-index: 3;

	animation: levitate 2s infinite ease-in-out;

	@media (min-width: 1024px) {
		display: flex;
	}
}

@keyframes levitate {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	50% {
		transform: translateY(10px);
		opacity: .5;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

html {
	scroll-behavior: smooth;
}

.home-slider {
	.swiper-button-prev {
		left: 30px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' style='transform:rotate(-90deg)' height='16' width='16' viewBox='0 0 490 490' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M0 332.668L245.004 82.631 490 332.668l-76.493 74.701-168.503-171.967L76.493 407.369z'/%3E%3C/svg%3E%0A");

		@media (min-width: 768px) {
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' style='transform:rotate(-90deg)' height='16' width='16' viewBox='0 0 490 490' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M0 332.668L245.004 82.631 490 332.668l-76.493 74.701-168.503-171.967L76.493 407.369z'/%3E%3C/svg%3E%0A");
		}
	}

	.swiper-button-next {
		right: 30px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' style='transform:rotate(90deg)' height='16' width='16' viewBox='0 0 490 490' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M0 332.668L245.004 82.631 490 332.668l-76.493 74.701-168.503-171.967L76.493 407.369z'/%3E%3C/svg%3E%0A");

		@media (min-width: 768px) {
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' style='transform:rotate(90deg)' height='16' width='16' viewBox='0 0 490 490' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M0 332.668L245.004 82.631 490 332.668l-76.493 74.701-168.503-171.967L76.493 407.369z'/%3E%3C/svg%3E%0A");
		}
	}
}

.title-box {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.project-card-customer {
	font-family: 'HelveticaNeueLTPro-Bd';
	text-transform: uppercase;
	padding-bottom: 2.5px;
}

.project-card-title {
	text-transform: uppercase;
}

.btn-primary {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .5rem 2rem;
	border-radius: 99px;
	border: 1px solid black;
	width: fit-content;
	font-style: normal;
	background-color: transparent;
	cursor: pointer;
	transition: .3s background-color, color ease;
}

.btn-primary:hover {
	background-color: black;
	color: white;
}

.btn-center {
	margin: 3rem auto 1.5rem;

	@media (min-width: 768px) {
		margin: 6rem auto 3rem;
	}
}


/*menu*/

.single-project-gallery .menu-gruppen .wrapper .wrapper-element{
	background: transparent !important;
}

.single-project-gallery .wp-singular .menu-gruppen {
	background: white;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 30px;
}

.menu-xbrand .menu-text-unter-logo{
	display: flex;
	grid-template-columns: 1fr 1fr 1fr;
	padding-top: 5px;
	align-items: center;
	justify-content: center;
}

.menu-gruppen .menu-xbrand img {
	height: 60px;
	display: inline-block;
}

.wrapper-element {
	display: flex;
	flex-direction: column;
	width: 18px;
	justify-content: center;
	align-items: center;
}

.menu-gruppen .menu-text-unter-logo{
	font-family: "TimesNewRomanPS ItalicMT";
	font-size: 12px;

}

.menu-zuzamen-alle{
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

.menu-zuzamen-alle .menu-gruppen {
	display: grid;
	align-items: center;
	grid-template-columns: repeat(3, 1fr);
	padding: 1rem 1.8rem;
}

.menu-zuzamen-alle .menu-gruppen .wrapper-element-2{
	width: 30px;
	height: 30px;
	/*position: absolute;*/
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-left: auto;
	z-index: 5;
    /*top: 10.5rem;*/
	/*right: 2rem;*/
	/*@media (max-width: 640px) {*/
	/*	top: 8rem;*/
	/*	right: 1rem;*/
	/*}*/
}

.menu-zuzamen-alle .menu-gruppen .wrapper-element-2 .wrapper-kreuz1-1 {
	background: black;
	width: 3px;
	height: 25px;
	position: absolute;
	rotate: 45deg;
	z-index: 20;
}

.menu-zuzamen-alle .menu-gruppen .wrapper-element-2 .wrapper-kreuz2-2 {
	background: black;
	width: 3px;
	height: 25px;
	position: absolute;
	rotate: -45deg;
	z-index: 20;
}

.menu-text-hover {
	display: block;
	align-items: center;
	justify-content: center;
	font-size: 42px;
	color: black;
	transition: color 0.3s ease;
	font-family: "HelveticaNeueLTPro-Bd";

	@media (min-width: 425px) {
		font-size: 50px;
	}

	@media (min-width: 640px) {
		font-size: 50px;
	}
	@media (min-width: 820px) {
		font-size: 55px;
		}
	@media (min-width: 1024px) {
	font-size: 72px;
}
	@media (min-width: 1500px) {
		font-size: 84px;
	}
}
.menu-text-hover li:hover,
.current-menu-item {
	color: #D4C4FA;
}

.menu-text-hover li {
	display: flex;
	align-items: flex-end;
	list-style: none;
	text-transform: uppercase;
}

.menu-text-hover li::before {
	content: '_';
	position: relative;
}

.menu-text-hover li a {
	line-height: 1;
}

.menu-text-hover ul {
	padding-left: 0;
	width: fit-content;
	margin: 0 auto;
}

.menu-text-hover li{
	width: fit-content;
	padding-top: 8px;
}

.menu-offcanvas {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #ffffff;
	z-index: 9999;

	transform: translateY(-100%);

	transition: transform 0.4s ease-in-out;

	overflow-y: auto;
}

.menu-offcanvas.is-open {
	transform: translateY(0);
}

.burger-wrapper,
.wrapper-element-2 {
	cursor: pointer;
}


/*grid-fotos*/

.grid-box-o {
	@media (min-width: 380px) {
		display: grid;
		grid-template-columns: repeat(3, 1fr);

		gap: 15px;
	}
	@media (max-width: 380px) {
		display: grid;
		grid-template-columns: repeat(2, 1fr);

		gap: 15px;
	}
	@media (min-width: 680px) {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(4, 1fr);
	}
	@media (min-width: 1180px) {
		display: grid;
		grid-template-columns: repeat(8, 1fr);
		grid-template-rows: repeat(4, 1fr);
		grid-gap: 20px;
	}
}

.grid-box-text-item {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;

	@media (min-width: 380px) {
		grid-column: span 3;
		grid-row: auto;
		font-size: 24px;
	}
	@media (max-width: 380px) {
		grid-column: span 2;
		grid-row: auto;
	}
	@media (min-width: 680px) {
		grid-column: span 4;
		grid-row: auto;
		font-size: 28px;
	}
	@media (min-width: 1180px) {
		grid-column: span 3;
		grid-row: span 2;
		font-size: 28px;
		gap: 20px;
}
}

.grid-box-o a {
	width: 100%;
	height: 100%;
	max-height: 65px;
}

.grid-box-o img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.grid-box-text-item h2 {
	font-family: "HelveticaNeueLTPro-Bd";
	font-size: 50px;
	padding: 0;

	@media (max-width: 380px) {
		font-size: 32px;
	}
}

.grid-box-text-item .pre-title{
	font-family:"TimesNewRomanPS ItalicMT";
	@media (max-width: 380px) {
		font-size: 18px;
	}
}

.running-text{
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	background: #D4C4FA;
	height: 34px;
	background-size: auto 100%;
	position: relative;
	display: flex;
	align-items: center;
	@media (min-width: 380px) {
		height: 48px;
	}
	@media (min-width: 680px) {
		height: 64px;
	}
	@media (min-width: 820px) {
		height: 84px;
	}
	@media (min-width: 1024px) {
		height: 100px;
	}
	@media (min-width: 1500px) {
		height: 114px;
	}
}

.running-text p{
	display: inline-block;
	padding-left: 100%;
	animation: running-text 90s linear infinite ;
	font-size: 72px;
	font-family: "HelveticaNeueLTPro-Roman";
	line-height: 1;


	@media (max-width: 380px) {
		font-size: 20px;
		padding: 0.8rem 0 0.25rem;
	}

	@media (min-width: 380px) {
		font-size: 28px;
		padding: 1.1rem 0 0.25rem;
	}

	@media (min-width: 680px) {
		font-size: 38px;
		padding: 1.2rem 0 0.25rem;
	}

	@media (min-width: 820px) {
		font-size: 48px;
		padding: 1.4rem 0 0.25rem;
	}

	@media (min-width: 1024px) {
		font-size: 68px;
		padding: 1.5rem 0 0.25rem;
	}

	@media (min-width: 1500px) {
		font-size: 84px;
		line-height: 1;
		padding: 1.5rem 0 0.25rem;

	}
}
@keyframes running-text{
	0%   { transform: translateX(0); }
	100% { transform: translateX(-100%); }
}

/*text-and-bg*/

.text-and-bg{
	padding: 7rem 0;
	background-image: url("assets/img/assets/kachel-footer-navi.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	z-index: -1;
	text-align: center;
	justify-content: center;
	color: white;
}


.text-and-bg .text-text-h2{
	z-index: 5;
	font-family: "HelveticaNeueLTPro-Bd";
	font-size: 20px ;
	margin-bottom: 30px;
	text-align: left;
	justify-content: left;
	break-inside: avoid;

	@media (min-width: 680px) {
		font-size: 28px;
		margin-bottom: 45px;
	}

	@media (min-width: 820px) {
		font-size: 30px;
		margin-bottom: 45px;
	}

	@media (min-width: 1024px) {
		font-size: 32px;
		margin-bottom: 45px;
	}

	@media (min-width: 1500px) {
		font-size: 36px;
		margin-bottom: 60px;
	}
}


.text-and-bg .text-text-text{
	height: 100%;
	z-index: 5;
	font-family: "HelveticaNeueLTPro-Roman";
	font-size: 12px ;
	text-align: left;
	justify-content: center;
	margin-bottom: 20px;
	line-height: 1.55;

	@media (min-width: 380px) {
		font-size: 14px;
		margin-bottom: 30px;
	}

	@media (min-width: 680px) {
		font-size: 16px;
		margin-bottom: 40px;
	}

	@media (min-width: 820px) {
		font-size: 18px;
		column-count: 2;
		margin-bottom: 50px;
	}

	@media (min-width: 1024px) {
		font-size: 20px;
		column-count: 2;
		margin-bottom: 60px;
	}

	@media (min-width: 1500px) {
		font-size: 22px;
		column-count: 2;
		margin-bottom: 70px;
	}

	&:last-of-type {
		margin-bottom: 0;

		p {
			&:last-of-type {
				margin-bottom: 0;
			}
		}
	}
}

.text-and-bg .text-text-text p{
	margin-top: 0;
}

/*Block Text 1 Column*/

.text-1-column{
	background-color: #E7E1F1;
	height: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 10rem;
}

.text-1-column-gruppen{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.text-1-column-img{
	display: block;
	margin-left: auto;
	transform: translateY(-50%);
	width: 130px;
	height: auto;

	@media (min-width: 768px) {
		width: 200px;
	}
}

.text-1-column-img img {
	width: 100%;
	height: 100%;
}

.text-1-column-oben-text{
	font-size: 10px;
	font-family: "TimesNewRomanPS ItalicMT";

	@media (min-width: 380px) {
		font-size: 12px;
	}

	@media (min-width: 680px) {
		font-size: 14px;
	}

	@media (min-width: 820px) {
		font-size: 16px;
	}

	@media (min-width: 1024px) {
		font-size: 18px;
	}

	@media (min-width: 1500px) {
		font-size: 20px;
	}
}

.text-1-column-h2 {
	font-size: 20px;
	margin-bottom: 0;
	font-family: "HelveticaNeueLTPro-Bd";


	@media (min-width: 380px) {
		font-size: 26px;
	}

	@media (min-width: 680px) {
		margin-bottom: 40px;
		font-size: 28px;
	}

	@media (min-width: 820px) {
		margin-bottom: 50px;
		font-size: 30px;
	}

	@media (min-width: 1024px) {
		margin-bottom: 2rem;
		font-size: 32px;
	}

	@media (min-width: 1500px) {
		font-size: 36px;
	}
}

.text-1-column-text{
	font-size: 14px;
	line-height: 1.35;
	padding-bottom: 20px;
	font-family: "HelveticaNeueLTPro-Roman";

	@media (min-width: 380px) {
		font-size: 16px;
		line-height: 1.29;
	}

	@media (min-width: 680px) {
		font-size: 18px;
		line-height: 1.3;
	}

	@media (min-width: 820px) {
		font-size: 20px;
		line-height: 1.31;
	}

	@media (min-width: 1024px) {
		font-size: 22px;
		line-height: 1.32;
	}

	@media (min-width: 1500px) {
		font-size: 24px;
		padding-bottom: 60px;
		line-height: 1.33;
	}
}

.text-1-column-text strong{
font-family: "HelveticaNeueLTPro-Bd";

	@media (min-width: 380px) {
		font-size: 18px;
		padding-bottom: 30px;
	}

	@media (min-width: 680px) {
		font-size: 20px;
		padding-bottom: 40px;
	}

	@media (min-width: 820px) {
		font-size: 24px;
	}

	@media (min-width: 1024px) {
		font-size: 28px;
	}

	@media (min-width: 1500px) {
		font-size: 36px;

	}
}

.text-1-column-button-1{
    background: transparent;
	border-radius: 25px;
	padding-left: 40px;
	padding-right: 40px;
}

.text-1-column-button{
	padding-bottom: 60px;
	align-items: center;
	justify-content: center;
	display: flex;

	@media (min-width: 768px) {
		padding-top: 30px;
	}
}

.grid-box {
	padding: 4.5rem 0;

	@media (min-width: 768px) {
		padding: 8rem 0;
	}
}

.xbrand a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-home {
	position: relative;
	z-index: 0;
}

.hero-bottom-menu {
	display: none;
	position: absolute;
	bottom: 2rem;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	pointer-events: none;

	@media (min-width: 1024px) {
		display: block;
	}
}

.hero-bottom-menu ul {
	display: flex;
	align-items: center;
	gap: 2rem;
	padding-left: 0;
}

.hero-bottom-menu li {
	list-style: none;
}

.hero-bottom-menu a,
.hero-home-copyright {
	font-size: 12px;
	font-family: 'HelveticaNeueLTPro-Roman';
	color: white;
	opacity: .5;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	transition: .3s opacity ease;
	pointer-events: auto;
}

.hero-bottom-menu a:hover {
	opacity: 1;
}

.hero-bottom-menu__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

body:not(.home) .hero-bottom-menu {
	display: none !important;
}

.headnav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.headnav .header-wrapper {
	background: transparent;
	transition: all 0.3s ease-in-out;
}

.headnav.is-scrolled .header-wrapper {
	background: black;
}


body:not(.home) .headnav .header-wrapper {
	background: black;
}

.menu-offcanvas .xbrand img {
	filter: invert(1);
}

.menu-text-hover {
	margin: auto;
	transform: translateY(-120px);
}

.text-3-columns {
	background-color: #E7E1F1;
	display: flex;
	flex-direction: column;
	padding: 4rem 0;

	@media (min-width: 768px) {
		padding: 7rem 0;
	}
}

.text-3-columns__grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 2rem;
	row-gap: 1.5rem;

	@media (min-width: 768px) {
		grid-template-columns: repeat(3, 1fr);
	}
}

.text-3-column-text {
	font-size: 12px;
	line-height: 1.35;
	font-family: "HelveticaNeueLTPro-Roman";

	@media (min-width: 380px) {
		font-size: 16px;
		line-height: 1.29;
	}

	@media (min-width: 680px) {
		font-size: 18px;
		line-height: 1.3;
	}

	@media (min-width: 820px) {
		font-size: 20px;
		line-height: 1.31;
	}

	@media (min-width: 1024px) {
		font-size: 22px;
		line-height: 1.32;
	}

	@media (min-width: 1500px) {
		font-size: 24px;
		line-height: 1.33;
	}


	@media (min-width: 380px) {
		font-size: 14px;
	}

	@media (min-width: 680px) {
		font-size: 16px;
	}

	@media (min-width: 820px) {
		font-size: 18px;
	}

	@media (min-width: 1024px) {
		font-size: 20px;
	}

	@media (min-width: 1500px) {
		font-size: 22px;
	}

	p {
		&:last-of-type {
			margin-bottom: 0;
		}
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		display: flex;
		align-items: flex-start;
		font-family: "HelveticaNeueLTPro-Bd";
		text-transform: uppercase;
		font-size: 2rem;

		@media (min-width: 768px) {
			font-size: 2.5rem;
		}

		&::before {
			content: '';
			position: relative;
			display: block;
			background-color: transparent !important;
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='6 6 12 12'%3E%3Cpath d='M7 17L17 7' stroke='black' stroke-width='1' stroke-linecap='square' stroke-linejoin='miter'/%3E%3Cpath d='M7 7H17V17' stroke='black' stroke-width='1' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E");
			background-size: contain;
			background-position: center;
			background-repeat: no-repeat;
			width: 22px;
			height: 22px;
			min-width: 22px;
			margin-top: 4px;
			margin-right: 4px;

			@media (min-width: 768px) {
				width: 31px;
				height: 34px;
				min-width: 31px;
			}
		}
	}
}

.kontakt-uns{
	background-image: url("assets/img/assets/kachel-footer-navi.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	height: 100%;
	z-index: -1;
	text-align: center;
	justify-content: center;
	color: white;
	min-height: 700px;
}

.kontakt-uns .kontakt-uns-h2 {
	font-family: "HelveticaNeueLTPro-Bd";
	font-size: 36px;
	z-index: 10;
}

.kontakt-uns .kontakt-uns-h2 p {
	margin-bottom: 0 !important;
}

.kontakt-uns-text {
	min-height: 2rem;
}


.kontakt-uns .kontakt-uns-h2 strong {
	font-size: 36px;
	z-index: 0;
	position: relative;
}

.kontakt-uns .kontakt-uns-h2 strong::before {
	content: "";
	background: #4C4383;
	opacity: 50%;
	z-index: -1;
	width: calc(100% + 1.2rem);
	height: calc(80% + 1rem);
	position: absolute;
	padding: 0;
	left: -0.85rem;
	top: -0.6rem;
	bottom: -0.6px;
	@media (max-width: 380px) {
		height: calc(60% + 0.2rem);
	}
}

.kontakt-uns-nummer-tel {
    background: transparent;
	border: 1px solid white;
	border-radius: 25px;
	margin-bottom: 1.5rem;
    padding-right: 30px;
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 2.5px;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;

	&:hover {
		background-color: white;
		color: black;
	}
}

.kontakt-uns-nummer-tel-link{
	@media (max-width: 380px) {
		font-size: 14px;
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}

	@media (min-width: 380px) {
		font-size: 16px;
	}

	@media (min-width: 680px) {
		font-size: 18px;
	}

	@media (min-width: 840px) {
		font-size: 20px;
	}

	@media (min-width: 1024px) {
		font-size: 22px;
	}

	@media (min-width: 1500px) {
		font-size: 24px;
	}

	a {
		transition: .3s background-color;

		&:hover {
			background-color: white;
			color: black;
		}
	}
}

.kontakt-uns-link a {
	margin-left: auto;
	margin-right: auto;
	background: transparent;
	border: 1px solid white;
	border-radius: 25px;

	font-size: 12px;
	width: fit-content;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 8px;
	padding-bottom: 2.5px;

	@media (min-width: 380px) {
		font-size: 16px;
	}

	@media (min-width: 680px) {
		font-size: 18px;
	}

	@media (min-width: 840px) {
		font-size: 20px;
	}
}

.kontakt-uns {
	position: relative;
	z-index: 1;
}

.contact-to-top {
	position: absolute;
	bottom: 5rem;
	left: 0;
	right: 0;
	margin: 0 auto !important;
}

.text-banner .wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.text-banner-btn {
	position: absolute;
	margin: 0 auto;
	bottom: 5rem;
	left: 0;
	right: 0;
}

.text-banner {
	padding: 5rem 0;
}

.text-banner .pre-title {
	text-align: left;
	font-size: 30px;
}

.text-banner.kontakt-uns .kontakt-uns-h2 {
	padding-bottom: 0 !important;
}

.text-banner.kontakt-uns .kontakt-uns-h2 p {
	margin-top: 0 !important;
}

.go-back .wrapper-kreuz1 {
	background: black;
	width: 2.5px;
	height: 20px;
	position: absolute;
	rotate: 45deg;
	z-index: 20;
}

.go-back .wrapper-kreuz2 {
	background: black;
	width: 2.5px;
	height: 20px;
	position: absolute;
	rotate: -45deg;
	z-index: 20;
}

.go-back .wrapper-element {
	width: 25px;
	height: 25px;
	position: absolute;
	background: white;
	align-items: center;
	justify-content: center;
	border-radius: 100% ;
	z-index: 5;
	top: 1.7rem;
	right: 1.7rem;
	padding: 1px;
}

.go-back-btn {
	display: none;
}

.menu-offcanvas + .go-back .go-back-btn {
	display: flex;
}

body:not(.home) {
	.menu-offcanvas + .go-back {
		margin-top: 51px;

		@media (min-width: 768px) {
			margin-top: 92px;
		}
	}
}

.text-and-bg-fixed {
	height: 60dvh;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

.text-and-bg-fixed .wrapper {
	height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
}

.text-and-bg-fixed .wrapper::-webkit-scrollbar {
	display: none;
}
.text-and-bg-fixed .wrapper {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.text-and-bg-fixed .text-text-text {
	column-count: auto;

	@media (min-width: 768px) {
		max-width: 70%;
		margin: 0 auto;
	}
}

.text-and-bg-fixed .text-text-h2 {
	@media (min-width: 768px) {
		max-width: 70%;
		margin: 0 auto;
	}
}

.text-and-bg-fixed .contact-to-top {
	bottom: 3rem;
}

.text-and-bg-fixed {
	h2 {
		font-family: "HelveticaNeueLTPro-Bd";
		font-size: 19px;
		line-height: 1.3;
		text-transform: uppercase;

		@media (min-width: 1024px) {
			font-size: 25px;
		}
	}

	h3 {
		font-family: "HelveticaNeueLTPro-Bd";
		font-size: 18px;
		line-height: 1.3;
		text-transform: uppercase;

		@media (min-width: 1024px) {
			font-size: 24px;
		}
	}

	h4 {
		font-family: "HelveticaNeueLTPro-Bd";
		font-size: 17px;
		line-height: 1.3;
		text-transform: uppercase;

		@media (min-width: 1024px) {
			font-size: 23px;
		}
	}
}

.mobile-only {
	display: none;
}

.desktop-only {
	display: grid;
}

@media (max-width: 768px) {
	.desktop-only {
		display: none;
	}

	.mobile-only { display: block; }

	.grid-mobile-swiper {
		width: 100%;
		padding-bottom: 40px;
		margin-top: 2rem;

		.swiper-slide {
			background-color: transparent;
		}
	}

	.grid-mobile-swiper .swiper-slide img {
		width: 100%;
		height: auto;
		display: block;
		object-fit: cover;
	}
}

.footer-navigatios-drei a {
	text-transform: uppercase;
}
