/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.1.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@font-face {
	font-family: "Outfit";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("/wp-content/uploads/elementor/custom-fonts/Outfit-Variable.woff2") format("woff2");
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	font-family: "Outfit", system-ui, sans-serif;
	font-weight: 400;
	font-variation-settings: "wght" 400;
	color: #1c1a19;
}

.elementor-location-footer {
	margin-top: auto;
}

/* Hello Theme default link color #c36 */
.elementor-location-header a,
.elementor-location-footer a,
.gb-header a,
.gb-footer a {
	color: inherit;
}

.elementor-location-header a:hover,
.elementor-location-footer a:hover {
	color: #7d1b21;
}

h1, h2, h3, h4, h5, h6,
.elementor-heading-title,
.elementor-widget-text-editor,
.elementor-widget-text-editor p,
.elementor-widget-text-editor li,
.elementor-button,
.elementor-button-text,
.elementor-nav-menu .elementor-item,
.elementor-nav-menu--dropdown .elementor-item,
.elementor-field-textual,
.elementor-field-group label,
.elementor-icon-list-text {
	font-family: "Outfit", system-ui, sans-serif;
}

h1 .elementor-heading-title,
h1.elementor-heading-title,
.gb-hero-title .elementor-heading-title {
	font-weight: 800 !important;
	font-variation-settings: "wght" 800 !important;
}

h3 .elementor-heading-title,
h3.elementor-heading-title {
	font-weight: 700 !important;
	font-variation-settings: "wght" 700 !important;
}

.elementor-widget-text-editor,
.elementor-widget-text-editor p,
.elementor-widget-text-editor li {
	font-style: normal !important;
	font-variation-settings: "wght" 400;
}

.gb-nav .elementor-nav-menu .elementor-item,
.gb-nav .elementor-button,
.gb-nav .elementor-button-text {
	font-weight: 600 !important;
	font-variation-settings: "wght" 600 !important;
}

.elementor-button {
	border-radius: 0 !important;
}

.gb-logo {
	width: fit-content !important;
	max-width: max-content;
	flex: 0 0 auto !important;
	align-self: center !important;
}

.gb-logo .elementor-widget-image img {
	height: 58px !important;
	width: auto !important;
}

.gb-nav-end {
	width: fit-content !important;
	max-width: 100%;
	flex: 1 1 auto;
}

.gb-nav .elementor-nav-menu--dropdown {
	border-top: 3px solid #a3242b;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
	min-width: 280px;
}

.gb-floating-contact {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 40;
	display: flex;
	flex-direction: column;
	box-shadow: -2px 0 12px rgba(0, 0, 0, 0.2);
}

.gb-floating-contact a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	background: #a3242b;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.gb-floating-contact a:last-child {
	border-bottom: 0;
}

.gb-floating-contact a:hover {
	background: #7d1b21;
	color: #fff;
}

.gb-floating-contact svg {
	display: block;
}

.gb-footer-logo {
	width: fit-content !important;
	max-width: max-content;
	flex: 0 0 auto !important;
	align-self: flex-start !important;
}

.gb-footer-logo .elementor-widget-image img {
	height: 44px !important;
	width: auto !important;
}

@media (min-width: 768px) {
	.gb-footer-main-grid.e-grid > .e-con-inner {
		--e-con-grid-template-columns: 1.3fr 1fr 1fr;
	}
}

.gb-footer,
.gb-footer a,
.elementor-location-footer a {
	color: #c7c2ba;
}

.gb-footer a:hover,
.elementor-location-footer a:hover {
	color: #e0857a;
}

.gb-hero {
	position: relative;
	overflow: hidden;
}

.gb-hero-watermark {
	position: absolute !important;
	right: -8%;
	top: 50%;
	transform: translateY(-50%);
	width: 60% !important;
	max-width: 60%;
	opacity: 0.07;
	filter: blur(6px);
	pointer-events: none;
	z-index: 0;
}

.gb-hero-watermark .elementor-widget-image img {
	width: 100%;
	height: auto !important;
}

.gb-hero-inner {
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {
	.gb-hero-inner.e-grid > .e-con-inner {
		--e-con-grid-template-columns: 1.05fr 0.95fr;
		align-items: center;
	}
}

.gb-hero-lead .elementor-widget-container,
.gb-hero-copy .elementor-widget-text-editor {
	max-width: 560px;
}

.gb-hero-chip {
	width: auto !important;
	max-width: max-content;
	flex: 0 0 auto !important;
	align-self: flex-start !important;
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	margin-right: 28px;
	margin-bottom: 12px;
}

.gb-hero-chip::before {
	content: "";
	width: 8px;
	height: 8px;
	background: #e0857a;
	flex: 0 0 8px !important;
	display: block;
	margin-right: 8px;
}

.gb-hero-chip .elementor-heading-title {
	font-weight: 600 !important;
	font-variation-settings: "wght" 600 !important;
	color: #fff !important;
}

.gb-hero-ctas .elementor-button {
	width: auto !important;
}

.gb-seo-copy {
	max-width: 880px;
}

.gb-section-intro {
	max-width: 760px;
}

.gb-leistung-card .elementor-widget-text-editor ul {
	margin: 0;
	padding-left: 20px;
}

.gb-leistung-surface {
	height: 100%;
	background: #fff;
}

.gb-handwerk-cell,
.gb-design-cell,
.gb-ablauf-cell {
	height: 100%;
}

.gb-handwerk-tile,
.gb-ablauf-card,
.gb-design-card {
	height: 100%;
}

.gb-leistung-card .elementor-button {
	width: auto !important;
}

.gb-handwerk-note {
	max-width: 880px;
}

.gb-handwerk-note strong {
	font-weight: 700;
	color: #1c1a19;
}

.gb-design {
	position: relative;
	overflow: hidden;
}

.gb-design-watermark {
	position: absolute !important;
	left: -6%;
	bottom: -14%;
	width: 44% !important;
	max-width: 44%;
	opacity: 0.05;
	filter: blur(5px);
	pointer-events: none;
	z-index: 0;
}

.gb-design-watermark .elementor-widget-image img {
	width: 100%;
	height: auto !important;
}

.gb-design-inner {
	position: relative;
	z-index: 1;
}

@media (min-width: 1025px) {
	.gb-design-inner.e-grid > .e-con-inner {
		--e-con-grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
		align-items: start;
	}

	.gb-ueberuns-grid.e-grid > .e-con-inner {
		--e-con-grid-template-columns: 0.85fr 1.15fr;
		align-items: stretch;
	}

	.gb-einsatz-grid.e-grid > .e-con-inner {
		--e-con-grid-template-columns: 1fr 460px;
		align-items: center;
	}

	.gb-kontakt-grid.e-grid > .e-con-inner {
		--e-con-grid-template-columns: 0.9fr 1.1fr;
	}
}

.gb-ueberuns-photo {
	align-self: stretch !important;
	height: 100% !important;
	min-height: 520px;
	background: #f2f2f2;
}

.gb-ueberuns-photo > .e-con-inner,
.gb-ueberuns-photo .elementor-widget-image,
.gb-ueberuns-photo .elementor-widget-container {
	height: 100% !important;
	min-height: 520px;
}

.gb-ueberuns-photo img {
	width: 100% !important;
	height: 100% !important;
	min-height: 520px;
	object-fit: cover;
	object-position: center 18%;
	display: block;
}

.gb-signatur .elementor-heading-title {
	font-family: "Outfit", system-ui, sans-serif !important;
	font-style: italic !important;
	font-weight: 500 !important;
	font-variation-settings: "wght" 500 !important;
}

.gb-signatur-img {
	width: auto !important;
	max-width: max-content;
}

.gb-signatur-img img {
	height: 89px;
	width: 237px;
	object-fit: contain;
}

.gb-partner-ph {
	width: 220px !important;
	max-width: 220px;
	flex: 0 0 220px !important;
	margin: 0 10px 12px;
}

.gb-city-chip {
	width: auto !important;
	max-width: max-content;
	flex: 0 0 auto !important;
	align-self: flex-start !important;
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
}

.gb-city-chip::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #a3242b;
	flex: 0 0 6px !important;
	display: block;
	margin-right: 8px;
}

.gb-faq-list {
	max-width: 880px;
}

.gb-kontakt-form .elementor-field-type-submit,
.gb-kontakt-form .elementor-button {
	width: auto !important;
}

.gb-kontakt-form .elementor-field-type-acceptance,
.gb-kontakt-form .elementor-field-type-acceptance .elementor-field-option {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.gb-kontakt-form .elementor-acceptance-field {
	margin-top: 4px;
	flex: 0 0 auto;
}

.gb-kontakt-form .elementor-field-type-acceptance label {
	font-size: 13px;
	line-height: 1.55;
	color: #5a544e;
	font-weight: 400;
}

.gb-kontakt-form .elementor-field-type-acceptance a {
	color: #a3242b;
}

.gb-kontakt-form .elementor-field-type-acceptance a:hover {
	color: #7d1b21;
}

.gb-kontakt-copy a {
	color: inherit;
}

.gb-kontakt-copy a:hover {
	color: #7d1b21;
}

.gb-einsatz-map svg {
	width: 100%;
	height: auto;
	display: block;
}

.gb-leistungen-grid.e-grid > .e-con-inner {
	--e-con-grid-template-rows: repeat(3, auto);
}

.gb-handwerk-grid.e-grid > .e-con-inner {
	--e-con-grid-template-rows: repeat(2, auto);
}

.gb-design-cards.e-grid > .e-con-inner {
	--e-con-grid-template-rows: repeat(2, auto);
}

.gb-ablauf-grid.e-grid > .e-con-inner {
	--e-con-grid-template-rows: auto;
}

.gb-city-grid.e-grid > .e-con-inner {
	--e-con-grid-template-rows: repeat(4, auto);
}

@media (max-width: 1024px) {
	.gb-handwerk-grid.e-grid > .e-con-inner {
		--e-con-grid-template-columns: 1fr 1fr;
		--e-con-grid-template-rows: repeat(4, auto);
	}

	.gb-leistungen-grid.e-grid > .e-con-inner {
		--e-con-grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.gb-leistungen-grid.e-grid > .e-con-inner,
	.gb-handwerk-grid.e-grid > .e-con-inner,
	.gb-design-cards.e-grid > .e-con-inner,
	.gb-ablauf-grid.e-grid > .e-con-inner,
	.gb-city-grid.e-grid > .e-con-inner {
		--e-con-grid-template-columns: 1fr;
		--e-con-grid-template-rows: none;
	}

	.gb-nav .elementor-menu-toggle {
		margin-left: auto;
	}
}

/* Legal pages: Hello Theme a{#c36} override */
.gb-legal-intro a,
.gb-legal-body a,
.gb-legal-copy a {
	color: #a3242b;
}

.gb-legal-intro a:hover,
.gb-legal-body a:hover,
.gb-legal-copy a:hover {
	color: #7d1b21;
}

.gb-legal-copy .elementor-widget-text-editor ul {
	padding-left: 1.2em;
	margin: 0 0 8px;
}

.gb-legal-copy .elementor-widget-text-editor li {
	margin: 0 0 6px;
}

.gb-page-copy a,
.gb-kontakt-copy a {
	color: #a3242b;
}

.gb-page-copy a:hover,
.gb-kontakt-copy a:hover {
	color: #7d1b21;
}

.gb-gallery-cell img,
.gb-gallery-grid .elementor-widget-image img {
	width: 100% !important;
	height: 280px !important;
	object-fit: cover;
	display: block;
}
