/*
 Theme Name:   Bricks Child-Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Start your project from here
 Author:       Bricks, Michael Trinh
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
:root {
	--text-color: var(--bricks-color-vrelmu);
	--primary-color: var(--bricks-color-bsthfm);
	--font-basier: "Basier Circle", Arial, sans-serif;
	--font-roustel: "Roustel", cursive;
	--font-borna: 'Borna', "Basier Circle", Arial, sans-serif;
	--font-inter: 'Inter', Arial, sans-serif
}
body {
	color: var(--text-color);
	font-family: var(--font-basier);
	font-size: 18px;
	font-weight: 400;
}
#leistungen, #ihre-seite, #jobangebote, #kontakt { scroll-margin-top: 220px;}

.font-roustel {
  font-family: var(--font-roustel);
}
h1 {
	font-family: var(--font-roustel);
	font-size: clamp(60px, 8vw, 120px);
	color: #fff;
	font-weight: 400;
    text-align: center;
}
.home h1 {
	clip: rect(0 0 0 0); 
	  clip-path: inset(50%);
	  height: 1px;
	  overflow: hidden;
	  position: absolute;
	  white-space: nowrap; 
	  width: 1px;
}
h2 {
	color: var(--primary-color);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.home h2 {
	font-family: var(--font-roustel);
	text-align: center;
	font-size: clamp(20px, 18vw, 118px);
	margin: 50px auto 50px;
}
@media screen and (min-width: 992px) {
	.home h2 {
		margin: 0 auto 100px;
	}
}
h3 {
	font-size: 24px;
	font-weight: 600;
	
}
.brxe-text a {
	color: var(--primary-color);
}
.bg-orange {
	background-color: var(--primary-color);
}
.bg-orange h3 {
	color: #fff;
}
.bg-orange a {
	color: var(--text-color);
}
body:not(.home) h3 {
	color: var(--primary-color);
}
svg {
	max-width: 100%;
    max-height: fit-content;
}
.slide-content h3 {
	font-family: var(--font-borna);
	color: var(--text-color);
}
header nav a {
	font-weight: 600;
	font-size: 28px;
}
header nav a:hover {
	color: var(--primary-color);
}
header.on-scroll.scrolling > section {
	background: rgba(255, 255, 255, 0.56);
    box-shadow: -5px 6px 3.9px -1px rgba(112, 113, 115, 0.10);
    backdrop-filter: blur(10px);
}
#logo {
	width: 265px;
	height: 70px;
}
#toggle-close {
	position: absolute;
    top: 20px;
    right: 20px;
}
#toggle-close svg {
	width: 32px;
  height: 32px;
}
@media screen and (max-width: 599px) {
	header #logo {
		margin-bottom: 3rem;
		width: 100%;
	}
}
@media screen and (min-width: 1590px) {
	#logo {
			width: 427px;
			height: 70px;
    }
}
.rachinger-links-block {
	z-index: 1;
}
.rachinger-links-block a {
	background: rgba(255, 255, 255, 0.56);
	box-shadow: -5px 6px 3.9px -1px rgba(112, 113, 115, 0.10);
	backdrop-filter: blur(10px);
	padding: 10px 30px;
	color: var(--primary-color);
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.11);
	font-family: var(--font-inter);
	font-size: clamp(23px, 2vw, 38px);
	font-weight: 400;
    text-align: center;
}
.rachinger-links-block a:hover {
	background-color: var(--primary-color);
	color: #fff;
}
@media screen and (max-width: 599px) {
	.rachinger-links-block {
		position: absolute;
		bottom: -50px;
		display: flex;
		justify-content: space-between;
		left: 0;
		right: 0;
	}
	.rachinger-links-block a {
		width: 100%;
	}
}
@media screen and (min-width: 600px) {
	.rachinger-links-block {
		position: fixed;
		top: 100px;
		transform: rotate(-90deg);
		transform-origin: 94% 55%;
		right: 1px;
	}
	.rachinger-links-block a {
		margin-left: 10px;
	}
}
.illustration {
    width: 20%;
    height: 45%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.slide {
	min-height: 60vw;
	margin-bottom: 200px;
}
.slide-content {
	background-color: var(--primary-color);
    padding: 50px 12% 50px 12%;
	min-width: 300px;
}
body:not(.home) .slide-content {
	justify-content: center;
    align-items: center;
    padding: 50px;
}
body:not(.home) .title-image {
	margin-bottom: 0;
}
@media screen and (max-width: 991px) {
	body:not(.home) .slide-content {
		width: 100%;
	}
}
@media screen and (min-width: 992px) {
	body:not(.home) .title-image {
		margin-bottom: 40px;
		height: 900px;
	}
	body:not(.home) .title-image .title-image-image-column img {
		object-fit: cover;
		height: 100%;
	}
	body:not(.home) .title-image .slide-content {
		min-height: unset;
	}
}

.title-image {
	margin-bottom: 85px;
}
.title-image .title-image-bg-column {
	display: none;
}
.brxe-slider-nested .splide__slide {
	justify-content: flex-start;
}
.splide__pagination {
	display: none;
}
.splide__slide .slide-content svg {
	width: 80px;
	min-width: 80px;
	padding: 5px;
	aspect-ratio: 83.31/83.31;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

@media screen and (max-width: 599px) {
	.splide__slide .slide-content  {
		padding: 50px 20px;
	}
	.brxe-hwiyjz.brxe-block {
		height: 915px !important;
	}
}
@media screen and (max-width: 379px) {
	.brxe-hwiyjz.brxe-block {
		height: 1000px !important;
	}
}

@media screen and (min-width: 768px) {
	.slide-content .slide-ueberschrift {
		margin-left: -85px;
	}
	.slide-content .slide-ueberschrift svg {
		width: 83.312px;
		height: 83.312px;
		padding: 14.663px 12.774px;
	}
}
@media screen and (min-width: 992px) {
	.title-image {
		display: flex;
		position: relative;
		flex-direction:row;
		flex-wrap: nowrap;
		margin-bottom: 20px;
		height: 100%;
		align-items: stretch;
	}
	.splide__track {
		height: 900px;
	}
	.splide__slide .title-image {
		margin-bottom: 0;
	}
	.title-image .title-image-bg-column {
		display: block;
		width: 40%;
		align-self: stretch;
	}
	.title-image .title-image-image-column {
		width: 60%;
	}
	.splide__slide .title-image .title-image-image-column img {
		aspect-ratio: unset !important;
		height: 100%;
	}
	.slide {
		background-size: 62% !important;
		background-position: top right !important;
		min-height: 75vh;
	}
	.slide-content {
		left: 3%;
		padding: 80px 5% 80px 8%;
		right: auto;
		max-width: 850px;
		width: clamp(40%, calc(100vw - ((100vw - 330px) * 0.6)), 100vw);
		position: absolute;
		bottom: 5vw;
		top: 5vw;
		min-height: fit-content;
	}
}
.bg-linear-gradient,
.bg-linear-gradient-reverse {
	min-height: 250px;
	height: 30vh;
	display: flex;
	justify-content: center;
	position: relative;
}
.bg-linear-gradient {
	background: linear-gradient(to right, white 0%, white 12%, #e6e6e3 12%, #e6e6e3 100%);
}
.bg-linear-gradient-reverse {
	background: linear-gradient(to left, white 0%, white 12%, #e6e6e3 12%, #e6e6e3 100%);
	align-items: flex-end;
}
.bg-linear-gradient svg,
.bg-linear-gradient-reverse svg {
	width: 185px;
	height: 185px;
}
@media screen and (min-width: 992px) {
	.bg-linear-gradient,
	.bg-linear-gradient-reverse {
		justify-content: unset;
		height: unset;
        align-self: stretch;
	}
	.bg-linear-gradient svg,
	.bg-linear-gradient-reverse svg {
		position: absolute;
		top: 85px;
		width: 403px;
		height: 403px;
	}
}
.slide-content h3 {
	font-size: calc(18px + 2.2vw);
	line-height: 1.2;
}
.slide-content h3 .font-roustel {
	color: #fff;
	font-size: calc(18px + 2.7vw);
	font-weight: 400;
	line-height: 1.2
}
.slide-content .slide-ueberschrift {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.slide-content .slide-inhalt {
	font-size: 18px;
	color: #fff;
}
.slide-content .slide-ueberschrift div:last-child {
	padding-top: 10px;
}
#team-liste-geschaeftsfuehrung {
	position: relative;
	margin-bottom: 12rem;
}
.team-liste {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
}
.teamfoto {
	height: 100%;
	overflow: hidden;
}
.teamfoto img {
	height: 100%;
	object-fit: cover;
	transform: scale(1.01);
}
@media screen and (min-width: 600px) {
	.team-liste {
    	grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width: 991px) {
	.team-liste .team-gap {
		display: none;
	}
	.team-liste .team-text-team,
	.team-liste .team-svg,
	.team-liste .team-text-unser {
		order: 0;
		display: flex;
		grid-column: 1 / -1;
	}
	.team-liste .team-item {
		order: 1;
	}
}
@media screen and (min-width: 992px) {
	.team-liste {
    	grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}
.team-text-unser {
	background: #64645F;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	font-family: var(--font-borna);
	font-size: clamp(70px, 5vw, 80px);
	font-weight: 600;
}
.team-text-team {
	font-family: var(--font-roustel);
	font-size: clamp(100px, 10vw, 120px);
	font-weight: 400;
	line-height: normal;
	background: #E6E6E3;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
#team-liste-geschaeftsfuehrung .team-item.team-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    color: #fff;
    font-size: calc(18px + 1vw);
	padding: 40px;
}
.team-liste .team-item {
	position: relative;
}
.team-liste .team-item .team-info {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(230, 230, 227, 0.80);
	backdrop-filter: blur(6.435525894165039px);
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px;
	color: var(--text-color);
}
.team-liste .team-item:hover .team-info {
	display: flex;
}
.team-liste .team-item .team-name {
	text-align: center;
	font-family: var(--font-borna);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 5px;
}
.team-liste .team-item .team-info .nachname {
	font-family: var(--font-roustel);
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.team-liste .team-item .team-info .job-title {
	text-align: center;
	font-family: var(--font-basier);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 10px;
}
.team-liste .team-item .team-info .telefon,
.team-liste .team-item .team-info .email {
	font-family: var(--font-basier);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.team-liste .team-item .team-info .telefon strong,
.team-liste .team-item .team-info .email strong {
	font-weight: 600;
}
.team-heading h3 {
	font-family: var(--font-borna);
	font-size: 28px;
	font-weight: 700;
}
@media screen and (min-width: 600px) {
	.team-heading h3 {
		font-size: clamp(40px, 3vw, 60px);
		max-width: 312px;
	}
}
header #header-sns {
	gap: 35px;
}
#ihre-seite::after {
	content: '';
	display: block;
	background: #E6E6E3;
	width: 95%;
	height: 155px;
	position: absolute;
	right: 0;
	bottom: 3%;
	z-index: -1;
}
@media screen and (max-width: 1279px) {
	header #nav-ul {
		height: 100vh;
	}
}
@media screen and (min-width: 1280px) {
	header #nav-ul {
        gap: clamp(10px, 2vw, 35px);
    }
	header nav a {
		font-size: clamp(14px, 1.9vw, 28px);
		display: flex;
	}
	header #header-sns {
		gap: clamp(10px, 2vw, 35px);
		margin-left: 30px;
		order:1;
	}
	header #header-sns svg {
		width: clamp(14px, 2vw, 40px);
		height: clamp(14px, 2vw, 40px);
	}
}
.job-item {
	margin-bottom: 10rem;
}
.job-item .job-title::before {
	content: '';
	background-image: url("/wp-content/uploads/2025/10/Arrow.svg");
	min-width: 55px;
	width: 55px;
	height: 55px;
	display: inline-block;
    background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
	transition: transform 0.3s ease;
}
.job-item .job-title.active::before {
  transform: rotate(90deg);
}
.job-item .job-title {
	width: 100%;
	cursor: pointer;
	color: #707173;
	font-family: var(--font-basier);
	font-size: clamp(24px, 3vw, 36px);
	font-weight: 600;
	background-color: #fff;
	display: flex;
	align-items: center;
	gap: 10px;
}
.job-item .job-content {
	display: none;
	padding: 2rem;
	flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
	.job-item .job-content {
		padding: 2rem 7rem 2rem 2rem;
	}
}
.job-item .job-content h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: var(--primary-color);
	font-family: var(--font-basier);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.job-item .job-section {
	color: var(--text-color);
	font-family: var(--font-basier);
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 4rem;
}
@media screen and (min-width: 600px) {
	.job-item .job-aufgaben, .job-profil {
		width: 50%;
	}
}
footer .footer-links {
	text-align: center;
	align-items: center;
	gap: 30px;
}
footer .footer-links a {
	color: var(--text-color);
	font-family: var(--font-basier);
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
footer .footer-links a:hover {
	color: var(--primary-color);
}
header #header-sns svg:hover path,
footer svg:hover path {
	fill: var(--primary-color);
}
header #header-sns svg:hover rect,
footer svg:hover rect {
	stroke: var(--primary-color);
}
@media screen and (min-width: 600px) {
	#leistungen, #ihre-seite, #jobangebote, #kontakt { scroll-margin-top: 150px;}
	footer .footer-links {
		display: grid;
		grid-template-columns: 2fr 2fr;
	}
	footer .footer-links a {
		margin: 0 auto;
	}
}
#map {
	padding: 20px;
	width: 100%;
    background: linear-gradient(to bottom, var(--primary-color) 0%, var(--primary-color) 40%, white 40%, white 100%);
}
@media screen and (min-width: 768px) {
	footer .footer-links {
		display: flex;
		justify-content: center;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 40px;
		width: auto;
	}
}
@media screen and (min-width: 992px) {
	#leistungen, #ihre-seite, #jobangebote, #kontakt { scroll-margin-top: 100px;}
	#map {
		position: absolute;
		height: 50%;
		right: 3%;
		top: 15%;
		background: none;
		width: auto;
	}
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
	#brxe-pvdqhv {
		background: linear-gradient(to right, white 0%, white 12%, #e6e6e3 12%, #e6e6e3 100%);
	}
	#brxe-pvdqhv svg {
		width: 185px;
		height: 185px;
		position: unset;
	}
}
@media screen and (min-width: 1280px) {
	#brxe-pvdqhv {
		background: linear-gradient(to left, white 0%, white 12%, #e6e6e3 12%, #e6e6e3 100%);
	}
	#map {
		height: 70%;
	}
}
@media screen and (min-width: 600px) and (max-width: 991px) {
	#brxe-idfvoe {
		display: grid;
    	grid-template-columns: 1fr 1fr;
	}
}
@media screen and (min-width: 1280px) {
	#brxe-idfvoe {
		display: grid;
    	grid-template-columns: 1fr 2fr;
	}
}
footer #header-sns {
	gap: 4rem;
}
#scrollToTopBtn {
	background-color: rgba(255, 255, 255, 0.56);
	background-image: url("/wp-content/uploads/2025/10/Arrow.svg");
	background-repeat: no-repeat;
	transform: rotate(-90deg);
	background-position: center;
	background-size: 45%;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 65px;
	height: 65px;
	border: none;
	cursor: pointer;
	display: none;
	transition: opacity 0.3s ease, transform 0.3s ease;
	z-index: 9999;
	box-shadow: -5px 6px 3.9px -1px rgba(112, 113, 115, 0.10);
	backdrop-filter: blur(10px);
}

.leistungen-block {
	min-height: 340px;
}
svg#brxe-jdenui {
	position: absolute;
	bottom: -100px;
	left: 15%;
	right: auto;
}
@media screen and (max-width: 991px) {
	.leistungen-block {
		margin-bottom: 120px !important;
	}	
}

@media screen and (min-width: 992px) {
	.leistungen-block {
		margin-bottom: 0 !important;
	}
	#brxe-ktjevd {
		margin-bottom: 200px;
		gap: 5%;
	}
	svg#brxe-jdenui {
		bottom: -200px;
		top: auto;
		right: 15%;
		left: auto;
	}
}
.list-leistungen {
	padding: 0 20px;
	gap: 3rem
}
.list-leistungen svg {
	min-width: 60px;
}
.list-leistungen .content {
	font-family: var(--font-basier);
	font-weight: 500;
}
.list-leistungen .brxe-icon-box h3 {
	color: var(--primary-color);
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 360px) {
	.list-leistungen .brxe-icon-box {
		flex-direction: column !important;
	}
}
svg#brxe-xvhxoq {
    margin-bottom: 60px;
}
@media screen and (min-width: 1280px) {
	.list-leistungen {
		margin-left: 10%;
	}
	svg#brxe-xvhxoq {
		position: absolute;
		top: 85px;
		left: -60px;
	}
}
.forminator-custom-form .forminator-label {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.forminator-custom-form .forminator-button-submit {
	background-color: var(--text-color);
	color: #fff;
	font-family: var(--font-borna) !important;
	font-size: clamp(20px, 2vw, 28px) !important;
	font-weight: 600 !important;
	padding: 10px 30px !important;
	transition: background 2s ease-in-out;
}
.forminator-custom-form .forminator-button-submit:hover {
	background-color: var(--primary-color);
}
.forminator-custom-form input,
.forminator-custom-form textarea {
	color: rgba(100, 100, 95, 0.40);
	font-family: var(--font-basier) !important;
	font-size: clamp(18px, 2vw, 38px) !important;
	font-weight: 400 !important;
}
@media screen and (min-width: 992px) {
	#brxe-vxwtvu,
	#brxe-neqdec,
	#brxe-fjmsyn {
		padding-left: 10% !important;
		padding-right: 10% !important;
	}
	#brxe-wnbjtz {
		padding-left: 10% !important;
	}
}
@media screen and (min-width: 1760px) {
	#brxe-rkhcje {
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
}
.slide-icon {
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.slide-icon svg path {
  pointer-events: all;
  cursor: pointer;
}

@media screen and (min-width: 2000px) {
	.slide-content {
		padding-left: 130px;
		padding-right: 80px;
		left: 15vw;
	}
	.slide-content h3 {
    font-size: 65px;
	}
	.slide-content h3 .font-roustel {
		font-size: 80px;
	}
	.list-leistungen {
		max-width: 800px;
	}
	#map {
		right: 10vw;
	}
	.job-content,
	#brxe-edlqcn {
		max-width: 1200px;
	}
	#mission {
		 min-height: 1000px !important;
	}
	.title-image .title-image-image-column {
		background-color: var(--bricks-color-tebdqh);
	}
	.illustration {
    right: 6vw;
    bottom: -140px;
	}
	#brxe-fjmsyn,
	#brxe-neqdec,
	#brxe-vxwtvu {
		max-width: 2000px;
	}
}