        /* ========== RESET & BASE ========== */
        *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        ::selection { background-color: #1e1e1e; color: #FAFAFA; }
        body {
            font-family: 'IBM Plex Sans', sans-serif;
            /* background-color: #FAFAFA; */
            color: #1e1e1e;
            line-height: 1.6;
        }
        a { text-decoration: none; color: inherit; }
        ul { list-style: none; }
        img { display: block; max-width: 100%; }
        button, input, select, textarea { font-family: inherit; border: none; outline: none; background: transparent; color: inherit; }

        /* ========== UTILITIES ========== */
        .container { max-width: 1400px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }
        .section { padding: 96px 24px; max-width: 1400px; margin: 0 auto; }
        .section-light { background-color: #1e1e1e; max-width: 100%; }
        .section-light > * { max-width: 1400px; margin-left: auto; margin-right: auto; }

        /* ========== ANIMATIONS ========== */
        @keyframes heroSlideUp {
            from { opacity: 0; transform: translateY(100px); }
            to { opacity: 1; transform: translateY(0); }
        }
        @keyframes heroFadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
.hero-bg {
    position: relative;
    overflow: hidden;
}

.hero-bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-gradient {
    position: absolute;
    inset: 0;
}
#projekte {
    max-width: 1280px !important; 
}
#leistungen {
    max-width: 1280px !important; 
}
#prozess {
    max-width: 1280px !important; 
}
#kontakt {
    max-width: 1280px !important; 
}
@media(min-width:767px) and (max-width: 1024px){
	.hero h1{
		font-size: 90px;
	}
}
h2.workshop-title {
    color: #fff;
}
        .hero-heading { animation: heroSlideUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards; opacity: 0; }
        .hero-fade { animation: heroFadeIn 1s ease 0.5s forwards; opacity: 0; }

        .fade-in { opacity: 1; transform: translateY(40px); transition: opacity 0.8s ease, transform 0.8s ease; }
        .fade-in.visible { opacity: 1; transform: translateY(0); }
        .fade-in-left { opacity: 1; transform: translateX(-10px); transition: opacity 0.8s ease, transform 0.8s ease; }
        .fade-in-left.visible { opacity: 1; transform: translateX(0); }
        .fade-in-right { opacity: 1; transform: translateX(10px); transition: opacity 0.8s ease, transform 0.8s ease; }
        .fade-in-right.visible { opacity: 1; transform: translateX(0); }

        /* ========== NAVBAR ========== */
        .navbar {
            position: fixed; top: 0; left: 0; right: 0; z-index: 50;
            padding: 32px 24px; transition: all 0.5s ease; 
        }
.page-id-102 #navbar{
    background: #fff !important;
}
.page-id-3 #navbar{
    background: #fff;
}
        .navbar.scrolled {
            background: rgb(250 250 250 / 35%);
            backdrop-filter: blur(12px);
            padding: 16px 24px;
            border-bottom: 1px solid #E1E1E1;
        }
.navbar {
    overflow: hidden;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
	background: #ffffff52;
}
.workshop-image-wrap.fade-in.visible {
    max-width:1280px;
}
        .navbar-inner { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
        .logo { display: flex; align-items: center; gap: 8px; width: 150px;}
        .logo-icon { width: 32px; height: 32px; background-color: #1e1e1e; display: flex; align-items: center; justify-content: center; }
        .logo-icon span { color: #FAFAFA; font-size: 0.75rem; font-weight: 700; }
        .logo-text { font-size: 1.5rem; font-weight: 700; letter-spacing: -0.05em; }



.footer-logo { display: flex; align-items: center; gap: 8px; width: 150px; filter: invert(1);}
        
        .nav-links { display: none; align-items: center; gap: 48px; font-size: 0.875rem; font-weight: 500; letter-spacing: 0.1em; }
        .nav-link { position: relative; }
        .nav-link::after {
            content: ''; position: absolute; bottom: -4px; left: 0;
            width: 0; height: 1px; background-color: #1e1e1e; transition: width 0.3s ease;
        }
        .nav-link:hover::after { width: 100%; }

        .hamburger { display: flex; flex-direction: column; gap: 6px; padding: 8px; cursor: pointer; background: none; }
        .hamburger-bar { display: block; width: 24px; height: 2px; background-color: #1e1e1e; transition: all 0.3s; }

        .mobile-menu {
            position: fixed; inset: 0; z-index: 40; background-color: #FAFAFA;
            padding: 96px 24px 24px; transform: translateX(100%); transition: transform 0.4s ease;
        }
        .mobile-menu.open { transform: translateX(0); }
        .mobile-menu-links { display: flex; flex-direction: column; gap: 32px; }
        .mobile-menu-link { font-size: 1.875rem; font-weight: 700; letter-spacing: -0.025em; }

        /* ========== HERO ========== */
        .hero { position: relative; height: 100vh; overflow: hidden; }
        .hero-bg { position: absolute; inset: 0; }
        .hero-bg-video { width: 100%; height: 100%; object-fit: cover;
/* 			opacity: 0.3; */
}
        .hero-gradient { position: absolute; inset: 0; 
			background: #d3d3d30f; 
}
        .hero-content {
            position: relative; z-index: 10; height: 100%; display: flex; flex-direction: column;
            justify-content: flex-end; padding: 0 24px 96px; max-width: 1280px; margin: 0 auto; width: 100%;
        }
        .hero-title {
            font-size: clamp(3rem, 12vw, 8rem); font-weight: 700;
            letter-spacing: -0.05em; line-height: 0.85;
        }
        .hero-subtitle { max-width: 28rem; font-size: 1.125rem; color: #fff; line-height: 1.625; }
        .hero-bottom-row { display: flex; flex-direction: column; gap: 32px; margin-top: 32px; }
        .hero-cta {
            display: inline-flex; align-items: center; gap: 16px; cursor: pointer;
        }
        .hero-cta-text { color: #fff; font-size: 0.875rem; font-weight: 700; letter-spacing: 0.2em; }
        .hero-cta-circle {
            width: 48px; height: 48px; border-radius: 50%; border: 1px solid #fff;
            display: flex; align-items: center; justify-content: center; transition: all 0.3s; color: #fff;
        }
        .hero-cta:hover .hero-cta-circle { background-color: #1e1e1e; color: #FAFAFA; }

        /* ========== SECTION 2: ABOUT ========== */
        .about-grid { display: grid; grid-template-columns: 1fr; gap: 48px; }
        .about-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.3em; color: rgba(30,30,30,0.45); margin-bottom: 24px; text-transform: uppercase; }
        .about-heading {
            font-size: 3rem;
            font-weight: 700; letter-spacing: -0.05em; line-height: 0.95; margin-bottom: 32px;
        }
        .about-text { font-size: 1.0625rem; line-height: 1.75; color: rgba(30,30,30,0.7); margin-bottom: 28px; max-width: 34rem; }
        .about-text-light { font-size: 0.9375rem; line-height: 1.75; color: rgba(30,30,30,0.4); margin-bottom: 48px; max-width: 34rem; }
        .feature-cards { display: grid; grid-template-columns: 1fr; gap: 16px; }
        .feature-card { background: #fff; border: 1px solid #E1E1E1; padding: 24px; }
        .feature-card-icon { margin-bottom: 16px; color: rgba(30,30,30,0.6); }
        .feature-card-title { font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.15em; margin-bottom: 8px; }
        .feature-card-desc { font-size: 0.8125rem; color: rgba(30,30,30,0.45); line-height: 1.6; }
        .about-image-wrap { position: relative; overflow: visible; }
        .about-image { width: 100%; height: 600px; object-fit: cover; }
        .philosophy-overlay {
            position: absolute; bottom: -32px; left: -32px; background-color: #1e1e1e;
            color: #FAFAFA; padding: 32px; max-width: 300px; z-index: 2;
        }
        .philosophy-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.3em; margin-bottom: 16px; }
        .philosophy-quote { font-size: 0.875rem; line-height: 1.7; color: rgba(250,250,250,0.8); }

        /* ========== SERVICES ========== */
        .services-header { display: flex; flex-direction: column; gap: 16px; margin-bottom: 64px; }
        .services-title { font-size: 40px; font-weight: 700; letter-spacing: -0.04em; }
        .services-subtitle { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.3em; color: rgba(30,30,30,0.45); }
        .services-grid {
/*             border: 1px solid #E1E1E1;  */
			background-color: #E1E1E1;
            display: grid; grid-template-columns: 1fr; 
			        background: #fff;
/* 			gap: 1px; */
        }
        .service-card {
			border: 1px solid #E1E1E1;
           padding-bottom: 30px; padding-left: 30px; display: flex; flex-direction: column; justify-content: space-between;
            position: relative; overflow: hidden; min-height: 450px;
            background-color: #FAFAFA; transition: all 0.5s;
        }
        .service-card-bg {
            position: absolute; inset: 0; opacity: 0; transition: opacity 0.7s;
        }
        .service-card-bg img { width: 100%; height: 100%; object-fit: cover; }
        .service-card:hover .service-card-bg { opacity: 1; }
        .service-card > div { position: relative; z-index: 2; }
        .service-icon { margin-bottom: 3px; color: #1e1e1e; transition: transform 0.5s; }
        .service-card:hover .service-icon { transform: scale(1.1); }
        .service-card:hover .service-list-dot { background-color: #1e1e1e; }
        .service-title { font-size: 20px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 20px; }
        .service-desc { font-size: 16px; color: rgba(30,30,30,0.45); line-height: 1.7; margin-bottom: 32px; }
        .service-list { margin-bottom: 48px; display: flex; flex-direction: column; gap: 12px; list-style: none; padding: 0; }
        .service-list-item { display: flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 600; color: rgba(30,30,30,0.7); }
        .service-list-dot { width: 6px; height: 6px; border-radius: 50%; background-color: rgba(30,30,30,0.35); flex-shrink: 0; }
        .service-link {
            display: inline-flex; align-items: center; gap: 8px; font-size: 0.8125rem;
            font-weight: 700; letter-spacing: 0.15em; transition: color 0.3s;
        }
        .service-link:hover { color: rgba(30,30,30,0.6); }
@media(min-width:800px) and (max-width: 1024px){
	.services-grid {
/*             border: 1px solid #E1E1E1; */
		background-color: #fff;
            display: grid; grid-template-columns: 1fr; 
/* 		gap: 1px; */
        }
	
}

        /* ========== BRANDS ========== */
        .brands-section { background-color: #e2e2e2; max-width: 100%; padding: 64px 24px; }
        .brands-section > * { max-width: 1280px; margin-left: auto; margin-right: auto; }
        .brands-label { text-align: center; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.35em; color: rgba(30,30,30,0.35); margin-bottom: 32px; text-transform: uppercase; }
        .brands-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 32px; align-items: center; }
        .brand-name { text-align: center; font-size: 1.25rem; font-weight: 700; letter-spacing: -0.05em; color: rgba(30,30,30,0.3); transition: color 0.3s; }
        .brand-name:hover { color: #1e1e1e; }
		.brand-logo { max-width: 140px; height: auto; opacity: 0.4; transition: opacity 0.3s; filter: grayscale(100%); }
/*         .brand-logo:hover { opacity: 1; filter: grayscale(0%); } */
.brand-logo {
    filter: grayscale(100%);
    transition: filter 0.3s ease, transform 0.3s ease;
/*     border-radius: 8px; */
}

.brand-logo:hover {
    filter: grayscale(0%);
/*     transform: scale(1.05); */
	opacity: 1;
}

        /* ========== WORKSHOP ========== */
        .workshop-header { text-align: center; margin-bottom: 80px; }
        .workshop-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.3em; color: #fff; margin-bottom: 16px; }
        .workshop-title { font-size: 40px; font-weight: 700; letter-spacing: -0.05em; }
        .workshop-subtitle { font-size: 18px; color: #fff; margin-top: 16px; max-width: 32rem; margin-left: auto; margin-right: auto; }
        .workshop-image-wrap { position: relative; overflow: hidden; }
        .workshop-img { width: 100%; height: 500px; object-fit: cover; }
        .workshop-gradient { position: absolute; inset: 0; background: linear-gradient(to top, rgba(30,30,30,0.8), transparent, transparent); }
        .workshop-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 32px; color: #FAFAFA; }
        .workshop-content-title { font-size: 1.875rem; font-weight: 700; letter-spacing: -0.025em; margin-bottom: 16px; }
        .workshop-content-text { font-size: 12px; color: rgba(255,255,255,0.8); line-height: 1.625; margin-bottom: 32px; max-width: 32rem; }
        .btn-white {
            display: inline-flex; align-items: center; gap: 8px; background-color: #fff;
            color: #1e1e1e; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.2em;
            padding: 16px 32px; transition: background-color 0.3s;
        }
        .btn-white:hover { background-color: #E1E1E1; }

        /* ========== PROCESS ========== */
        .process-section { background-color: #FAFAFA; max-width: 1400px; }
        .process-section > * { max-width: 1400px; margin-left: auto; margin-right: auto; }
        .process-header { margin-bottom: 80px; }
        .process-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.3em; color: rgba(30,30,30,0.5); margin-bottom: 20px; text-transform: uppercase; }
        .process-title { font-size: 40px; font-weight: 700; letter-spacing: -0.04em; line-height: 1.05; }
        .process-subtitle { font-size: 1rem; color: rgba(30,30,30,0.5); margin-top: 32px; max-width: 42rem; line-height: 1.7; }
        .process-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
        .process-card {
            background: #fff; border: 1px solid #E1E1E1;
            padding: 32px; display: flex; flex-direction: column;
            transition: border-color 0.3s;
        }
        .process-card:hover { border-color: #1e1e1e; }
        .process-card:hover .process-step-icon { transform: scale(1.1); }
        .process-step-icon { margin-bottom: 24px; color: #1e1e1e; transition: transform 0.3s; }
        .process-step-num { font-size: 3.75rem; font-weight: 700; letter-spacing: -0.05em; color: #E1E1E1; margin-bottom: 16px; line-height: 1; }
        .process-step-title { font-size:24px; font-weight: 700; letter-spacing: -0.025em; margin-bottom: 12px; }
        .process-step-desc { font-size: 0.9375rem; color: rgba(30,30,30,0.5); line-height: 1.7; }

        /* ========== PROJECTS ========== */
        .projects-header { display: flex; flex-direction: column; gap: 24px; margin-bottom: 80px; }
        .projects-title { font-size: 40px; font-weight: 700; letter-spacing: -0.05em; margin-bottom: 24px; }
        .projects-subtitle { font-size: 18px; color: rgba(30,30,30,0.6); max-width: 28rem; }
        .projects-browse {
            display: none !important; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.2em;
            padding: 16px 32px; border: 1px solid #E1E1E1; transition: all 0.3s;
        }
        .projects-browse:hover { background-color: #1e1e1e; color: #FAFAFA; }
        .projects-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
        .project-card { position: relative; overflow: hidden; cursor: pointer; height: 400px; }
        .project-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s; }
        .project-card:hover .project-img { transform: scale(1.05); }
        .project-card::after {
            content: ''; position: absolute; inset: 0;
/*             background-color: rgba(0,0,0,0.2);
  transition: background-color 0.5s; */
        }
        .project-card:hover::after { background-color: rgba(0,0,0,0.4); }
        .project-overlay {
            position: absolute; bottom: 0; left: 0; right: 0; padding: 24px; z-index: 2;
            background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
        }
        .project-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.2em; color: rgba(255,255,255,0.6); }
        .project-name { font-size: 1.5rem; font-weight: 700; color: #fff; letter-spacing: -0.025em; margin-top: 8px; }

        /* ========== GALLERY ========== */
        .gallery-header { margin-bottom: 64px; text-align: center; }
        .gallery-title { font-size: 40px; font-weight: 700; letter-spacing: -0.04em; margin-bottom: 20px; }
        .gallery-subtitle { font-size: 18px; color: rgba(30,30,30,0.5); }
        .gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
        .gallery-item { aspect-ratio: 1/1; position: relative; overflow: hidden; cursor: pointer; }
        .gallery-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s; }
        .gallery-overlay { position: absolute; inset: 0; transition: background-color 0.3s; }
        .gallery-item:hover .gallery-img { transform: scale(1.05); }
        .gallery-item:hover .gallery-overlay { background-color: rgba(0,0,0,0.3); }
        .gallery-placeholder {
            aspect-ratio: 1/1; background: #f0f0f0;
            display: flex; align-items: center; justify-content: center; color: rgba(30,30,30,0.2);
        }

        /* ========== FOUNDER ========== */
        .founder-grid { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: start; }
        .founder-image-wrap { position: relative; overflow: visible; }
        .founder-img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
        .founder-name-card {
			display: none;
            position: absolute; bottom: -32px; right: -32px;
            background-color: #1e1e1e; color: #FAFAFA; padding: 32px;
            max-width: 280px;
        }
        .founder-name { font-size: 1.5rem; font-weight: 700; margin-bottom: 8px; }
        .founder-role { font-size: 0.875rem; color: rgba(250,250,250,0.7); }
        .founder-content { padding-top: 16px; }
        .founder-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.3em; color: rgba(30,30,30,0.4); margin-bottom: 20px; text-transform: uppercase; }
        .founder-heading { font-size: 30px; font-weight: 700; letter-spacing: -0.05em; line-height: 1; margin-bottom: 32px; }
        .founder-quote { font-size: 1.125rem; line-height: 1.625; color: rgba(30,30,30,0.7); margin-bottom: 24px; }
        .founder-text { font-size: 1rem; line-height: 1.625; color: rgba(30,30,30,0.6); margin-bottom: 32px; }
        .founder-blockquote { border-left: 2px solid #1e1e1e; padding-left: 24px; padding-top: 8px; padding-bottom: 8px; }
        .founder-blockquote-text { font-size: 0.9375rem; font-weight: 700; line-height: 1.65; margin-bottom: 8px; }
        .founder-attribution { font-size: 0.8125rem; color: rgba(30,30,30,0.4); }

        /* ========== TESTIMONIALS ========== */
        .testimonials-header { margin-bottom: 64px; text-align: center; }
        .testimonials-sub { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.3em; color: rgba(30,30,30,0.4); margin-bottom: 16px; text-transform: uppercase; }
        .testimonials-title { font-size:36px; font-weight: 700; letter-spacing: -0.04em; }
        .testimonials-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
        .testimonial-card {
            border: 1px solid #E1E1E1; background: #fff; padding: 32px;
            display: flex; flex-direction: column; justify-content: space-between;
        }
        .testimonial-quote-mark { font-size: 3.75rem; font-weight: 400; color: #E1E1E1; line-height: 1; margin-bottom: 16px; font-family: Georgia, 'Times New Roman', serif; }
        .testimonial-quote { font-size: 0.9375rem; color: rgba(30,30,30,0.6); line-height: 1.7; margin-bottom: 32px; }
        .testimonial-footer { display: flex; align-items: center; gap: 14px; }
        .testimonial-avatar { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
        .testimonial-name { font-size: 0.9375rem; font-weight: 700; }
        .testimonial-role { font-size: 0.8125rem; color: rgba(30,30,30,0.45); margin-top: 2px; }
		


        /* ========== FAQ ========== */
@media(max-width:767){
	.faq-wrapper {padding-left: 5px;
}
}
@media( min-width: 767px) and (max-width:1024px){
	.faq-wrapper {padding-left: 5px;
}
}
@media( min-width: 1024px) and (max-width: 1400px){
	.faq-wrapper {padding-left: 250px;
}
}
@media( min-width: 1400px) {
	.faq-wrapper {padding-left: 300px;
}
}
        
 

/*         .faq-header { margin-bottom: 64px; }
        .faq-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.3em; color: rgba(30,30,30,0.4); margin-bottom: 24px; text-transform: uppercase; }
        .faq-title { font-size: 3rem; font-weight: 700; letter-spacing: -0.04em; margin-bottom: 24px; }
        .faq-desc { font-size: 1rem; color: rgba(30,30,30,0.4); line-height: 1.6; }
        .faq-list { max-width: 820px; }
        .faq-item { border-bottom: 1px solid #E1E1E1; padding: 16px 0; }
        .faq-question { display: flex; align-items: center; justify-content: space-between; cursor: pointer; }
        .faq-question-text { font-size: 18px; font-weight: 700; letter-spacing: -0.015em; padding-right: 24px; }
        .accordion-icon { transition: transform 0.3s ease; flex-shrink: 0; color: rgba(30,30,30,0.3); }
        .accordion-icon.rotated { transform: rotate(180deg); }
        .accordion-content {  overflow: hidden; transition: max-height 0.5s ease, opacity 0.3s ease; opacity: 1; max-height:100px;}
        .accordion-content.open { opacity: 1; max-height: 100px; }
        .faq-answer { font-size: 0.9375rem; color: rgba(30,30,30,0.5); line-height: 1.7; padding-top: 20px; }
 */
.faq-header { margin-bottom: 64px; }
        .faq-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.3em; color: rgba(30,30,30,0.4); margin-bottom: 24px; text-transform: uppercase; }
        .faq-title { font-size: 3rem; font-weight: 700; letter-spacing: -0.04em; margin-bottom: 24px; }
        .faq-desc { font-size: 1rem; color: rgba(30,30,30,0.4); line-height: 1.6; }
        .faq-list { max-width: 820px; }
        .faq-item { border-bottom: 1px solid #E1E1E1; padding: 16px 0; }
        .faq-question { display: flex; align-items: center; justify-content: space-between; cursor: pointer; }
        .faq-question-text { font-size: 18px; font-weight: 700; letter-spacing: -0.015em; padding-right: 24px; }
        .accordion-icon { transition: transform 0.3s ease; flex-shrink: 0; color: rgba(30,30,30,0.3); }
        .accordion-icon.rotated { transform: rotate(180deg); }
        .accordion-content {     max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease; }

        .accordion-content.open { opacity: 1; max-height: 120px !important;height: 100px;}
        .faq-answer {  background: #fff;
    font-size: 0.9375rem;
    color: rgba(30, 30, 30, 0.5);
    line-height: 1.7;
    padding-top: 0;
    padding-left: 0; }

        /* ========== CONTACT ========== */
        .contact-grid { display: grid; grid-template-columns: 1fr; gap: 64px; }
        .contact-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.3em; color: rgba(30,30,30,0.4); margin-bottom: 24px; text-transform: uppercase; }
        .contact-heading { font-size: 2.5rem; font-weight: 700; letter-spacing: -0.04em; line-height: 1.15; margin-bottom: 32px; }
        .contact-subtitle { font-size: 1rem; color: rgba(30,30,30,0.45); max-width: 32rem; line-height: 1.7; margin-bottom: 48px; }
        .contact-info-list { display: flex; flex-direction: column; gap: 28px; }
        .contact-info-item { display: flex; align-items: flex-start; gap: 16px; }
        .contact-info-icon {
            flex-shrink: 0; width: 48px; height: 48px; background: #fff; border: 1px solid #E1E1E1;
            display: flex; align-items: center; justify-content: center; color: #1e1e1e;
        }
#wpforms-68-field_2-container .wpforms-layout-row {
    display:flex;
    gap:10px;
}
 #wpforms-68-field_1,
 #wpforms-68-field_16 {
	width: 100% !important;
	 max-width: 100% !important;
}

.wpforms-field-container {
     display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 16px;
}
#wpforms-68-field_1-container, #wpforms-68-field_16-container{
    width: 48%; !important;
} 
.wpforms-field-layout-rows .wpforms-field-large{
	width: 100% !important;
}
#wpforms-68-field_13{
	padding:10px;
}
        .contact-info-content { padding-top: 4px; }
        .contact-info-title { font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.15em; margin-bottom: 4px; }
        .contact-info-text { font-size: 0.9375rem; color: rgba(30,30,30,0.55); line-height: 1.5; }
        .contact-form { display: flex; flex-direction: column; gap: 28px; }
        .form-row { display: grid; grid-template-columns: 1fr; gap: 28px; }
        .form-label { display: block; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 12px; color: rgba(30,30,30,0.5); }
        .form-input {
            width: 100%; background: #fff; border: 1px solid #E1E1E1;
            padding: 12px 16px; font-size: 0.875rem; font-family: inherit; transition: border-color 0.3s; outline: none;
        }
#wpforms-submit-68 {
        width: 100%;
    background-color: #1E1E1E;
    color: #fff;
    font-size: 14px;
}    

        .form-input:focus { border-color: #1e1e1e; }
        .form-select {
            width: 100%; background: #fff; border: 1px solid #E1E1E1;
            padding: 12px 16px; font-size: 0.875rem; font-family: inherit; cursor: pointer; outline: none;
            transition: border-color 0.3s;
        }
        .form-select:focus { border-color: #1e1e1e; }
        .form-textarea {
            width: 100%; background: #fff; border: 1px solid #E1E1E1;
            padding: 12px 16px; font-size: 0.875rem; font-family: inherit; resize: none; min-height: 160px; outline: none;
            transition: border-color 0.3s;
        }
        .form-textarea:focus { border-color: #1e1e1e; }
        .form-checkbox-wrap { display: flex; align-items: flex-start; gap: 12px; }
        .form-checkbox { margin-top: 3px; accent-color: #1e1e1e; width: 16px; height: 16px; flex-shrink: 0; }
        .form-checkbox-label { font-size: 0.8125rem; color: rgba(30,30,30,0.5); line-height: 1.6; }
        .btn-primary {
            width: 100%; background-color: #1e1e1e; color: #FAFAFA; font-size: 0.875rem; font-weight: 700;
            letter-spacing: 0.2em; padding: 16px 32px; cursor: pointer; transition: background-color 0.3s;
        }
        .btn-primary:hover { background-color: #000; }

        /* ========== FOOTER ========== */
.logo-image-footer{
/* 	padding: 10px; */
/* 	background: #fff; */
	border-radius: 5px;
}
#newsletter{
	display:none;
}
        .footer { background-color: #1e1e1e; color: #FAFAFA; border-top: 1px solid rgba(255,255,255,0.05); }
        .footer-inner { padding: 128px 24px 48px; max-width: 1280px; margin: 0 auto; }
        .footer-grid { display: grid; grid-template-columns: 1fr; gap: 64px; margin-bottom: 24px; }
        .footer-links { gap: 16px; }
        .footer-brand { font-size: 1.5rem; font-weight: 700; letter-spacing: -0.05em; margin-bottom: 32px; }
        .footer-brand-desc { font-size: 14px; color: #fff; line-height: 1.625; margin-bottom: 32px; margin-top:20px; }
        .footer-col-title { font-size: 14px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 32px; color: #fff; }
        .footer-links { display: flex; flex-direction: column; gap: 12px; }
        .footer-link { font-size: 14px; font-weight: 500; color: #fff; transition: color 0.3s; }
        .footer-link:hover { color: #fff; }
        .footer-contact-text { font-size: 14px; color: #fff; display: flex; align-items: center; gap: 12px; }
        .footer-newsletter-text { font-size: 14px; color: #fff; line-height: 1.625; margin-bottom: 24px; }
        .footer-newsletter-input-wrap { display: flex; border-bottom: 1px solid rgba(250,250,250,0.2); padding-bottom: 8px; }
        .footer-newsletter-input { flex: 1; background: transparent; padding: 8px 0; font-size: 0.75rem; color: #FAFAFA; }
        .footer-newsletter-input::placeholder { color: rgba(250,250,250,0.2); }
        .footer-newsletter-btn { padding: 8px; cursor: pointer; color: rgba(250,250,250,0.4); transition: color 0.3s; }
        .footer-newsletter-btn:hover { color: #FAFAFA; }
        .footer-social { display: flex; gap: 16px;
/* 			margin-bottom: 48px; */
}

@media (min-width: 768px) and (max-width:1024px){
    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 350px){
    .testimonials-title{
        font-size:30px;
    }
    .projects-title{
        font-size: 30px
    }
        .brands-grid {
    display: grid;
    grid-template-columns: repeat(1, fr);
    gap: 24px 32px;
    align-items: center;
            
}
    }

        .footer-social-link {
            width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.1);
            display: flex; align-items: center; justify-content: center; transition: all 0.3s;
        }
        .footer-social-link:hover { background-color: #FAFAFA; color: #1e1e1e; }
        .footer-bottom { display: flex; flex-direction: column; gap: 16px; border-top: 1px solid rgba(250,250,250,0.1); padding-top: 32px; }
        .footer-copyright { font-size: 10px; letter-spacing: 0.2em; color: #fff; font-weight: 700; text-transform: uppercase; }
        .footer-legal { display: flex; gap: 32px; }
        .footer-legal-link { font-size: 10px; letter-spacing: 0.2em; color: #fff; font-weight: 700; text-transform: uppercase; transition: color 0.3s; }
        .footer-legal-link:hover { color: #fff; }
        
        
        /* ========== MAP ========== */
        .map-section { width: 100%; height: 500px; overflow-x: hidden !important;}
        .map-section iframe { width: 100%; height: 100%; border: 0; display: block; }

        /* ========== RESPONSIVE ========== */
        @media (min-width: 767px) {
            .feature-cards { grid-template-columns: repeat(2, 1fr); }
            .services-grid { grid-template-columns: repeat(2, 1fr); background: #fff;}
            .form-row { grid-template-columns: repeat(2, 1fr); }
        }
@media (min-width: 768px) and (max-width: 1024px) {
    .brands-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .brands-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .process-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
        @media (min-width: 768px) {
            .container { padding-left: 48px; padding-right: 48px; }
            .section { padding: 128px 24px; }
            .navbar { padding: 16px 16px; }
            .navbar.scrolled { padding: 16px 48px; }
            .nav-links { display: flex; }
            .hamburger { display: none; }
            .hero-content { padding: 12px 24px 96px; }
            .hero-bottom-row { flex-direction: row; justify-content: space-between; align-items: flex-end; }
            .about-heading { font-size: 72px; }
            .services-header { flex-direction: row; justify-content: space-between; align-items: baseline; }
            .services-title { font-size: 4.5rem; }
            .brands-section { padding: 80px 48px; }
/*             .brands-grid { grid-template-columns: repeat(6, 1fr); } */
            .workshop-title { font-size: 4.5rem; }
            .workshop-img { height: 600px; }
            .workshop-content { padding: 48px; }
            .workshop-content-title { font-size: 2.25rem; }
            .process-title { font-size: 72px; }
/*             .process-grid { grid-template-columns: repeat(2, 1fr); } */
            .process-step-num { font-size: 5rem; }
            .projects-header { flex-direction: row; justify-content: space-between; align-items: flex-end; }
            .projects-title { font-size: 4.5rem; }
            .projects-browse { display: block; }
            .projects-grid { grid-template-columns: repeat(12, 1fr); }
            .project-wide { grid-column: span 8; }
            .project-narrow { grid-column: span 4; }
            .gallery-title { font-size: 5rem; }
            .gallery-grid { grid-template-columns: repeat(4, 1fr); }
            .faq-title { font-size: 5rem; }
            .testimonials-title { font-size: 5rem; }
            .testimonials-grid { grid-template-columns: repeat(3, 1fr); }
            .contact-heading { font-size: 48px; }
            .form-row { grid-template-columns: repeat(2, 1fr); }
            .founder-heading { font-size: 3rem; }
            .footer-grid { grid-template-columns: repeat(3, 1fr); }
            .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; }
        }
        @media (min-width: 1024px) {
            .about-grid { grid-template-columns: repeat(2, 1fr); gap: 80px; }
            .about-heading { font-size: 72px; }
            .about-image { height: 100%; }
            .services-grid { grid-template-columns: repeat(3, 1fr); }
            .contact-grid { grid-template-columns: 1fr 1fr; gap: 80px; }
            .contact-heading { font-size: 4rem; }
            .founder-grid { grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
            .founder-heading { font-size: 3.5rem; }
            #projects{ max-width: 1280px !important;}
            #gallery{ max-width: 1280px !important; margin-left: auto !important; margin-right: auto !important;}
                #founder{ max-width: 1280px !important; margin-left: auto !important; margin-right: auto !important;}
                    #testimonials{ max-width: 1280px !important; margin-left: auto !important; margin-right: auto !important;}
                        #contact{ max-width: 1280px !important; margin-left: auto !important; margin-right: auto !important;}
        }
@media(max-width:1400px){
	.fade-in-left {
    opacity: 1;
    transform: translateX(0px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
	.fade-in-right {
    opacity: 1;
    transform: translateX(0px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
}
 /* ===== FLOATING BUTTONS ===== */
        .floating-buttons {
            position: fixed;
            bottom: 32px;
            right: 32px;
            z-index: 999;
            display: flex;
            flex-direction: column;
            gap: 14px;
            align-items: center;
        }
        .floating-btn {
            width: 56px;
            height: 56px;
            border-radius: 50%;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 20px rgba(0,0,0,0.2);
            transition: var(--transition);
        }
        .floating-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 30px rgba(0,0,0,0.25);
        }
        .floating-btn svg {
            width: 26px;
            height: 26px;
            fill: var(--white);
        }
        
        .btn-phone {
            background: #36e178;
        }
       
/*         .btn-top {
            width: 56px;
            height: 56px;
            background: #1e1e1e;
            opacity: 1;
            pointer-events: none;
            transition: opacity 0.3s ease, transform 0.3s ease;
        } */
.btn-top {
    background: #1e1e1e;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

.btn-top.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}


/*         .btn-top.visible {
            opacity: 1;
            pointer-events: all;
        } */
        .btn-top:hover {
            background: #1e1e1e;
        }
        .btn-top svg {
            width: 22px;
            height: 22px;
        }
        @media (max-width: 480px) {
            .floating-buttons {
                bottom: 20px;
                right: 20px;
                gap: 12px;
            }
            .floating-btn {
                width: 50px;
                height: 50px;
            }
            .floating-btn svg {
                width: 24px;
                height: 24px;
            }
            .btn-top {
                width: 42px;
                height: 42px;
            }
        }


/* IMPRESSUM */
/* ===== PAGE HERO ===== */
        .page-hero {
            background: #1e1e1e;
            padding: 140px 0 60px;
            text-align: center;
            position: relative; overflow: hidden;
        }

        .page-hero::before {
            content: '';
            position: absolute; top: -40%; right: -20%;
            width: 600px; height: 600px; border-radius: 50%;
            background: radial-gradient(circle, rgba(255,255,255,0.03) 0%, transparent 70%);
            pointer-events: none;
        }

        .page-hero::after {
            content: '';
            position: absolute; bottom: -30%; left: -15%;
            width: 500px; height: 500px; border-radius: 50%;
            background: radial-gradient(circle, rgba(255,255,255,0.02) 0%, transparent 70%);
            pointer-events: none;
        }

        .page-hero .container { position: relative; z-index: 2; }

        .breadcrumb {
            display: flex; align-items: center; justify-content: center;
            gap: 8px; margin-bottom: 20px;
            font-size: 0.85rem; color: rgba(255,255,255,0.4);
        }

        .breadcrumb a { color: rgba(255,255,255,0.6); font-weight: 500; }
        .breadcrumb a:hover { color: var(--white); }
        .breadcrumb svg { width: 14px; height: 14px; fill: rgba(255,255,255,0.3); }

        .page-hero h1 {
            font-size: clamp(2rem, 4vw, 3rem);
            font-weight: 700; color: var(--white);
            letter-spacing: -1px; margin-bottom: 12px;
        }

        .page-hero p {
            font-size: 1.05rem; color: rgba(255,255,255,0.45);
            max-width: 500px; margin: 0 auto;
        }

        /* ===== LEGAL CONTENT ===== */
        .legal-section {
            padding: 80px 0 100px;
        }

        .legal-content {
            max-width: 760px;
            margin: 0 auto;
        }

        .legal-content h2 {
            font-size: 1.4rem; font-weight: 700;
            color: var(--dark); letter-spacing: -0.3px;
            margin: 25px 0 16px;
            padding-bottom: 14px;
            border-bottom: 1.5px solid var(--border);
        }

        .legal-content h2:first-child { margin-top: 0; }

        .legal-content h3 {
            font-size: 1.1rem; font-weight: 700;
            color: var(--dark); letter-spacing: -0.2px;
            margin: 32px 0 10px;
        }

        .legal-content p {
            font-size: 0.95rem; color: var(--text-secondary);
            line-height: 1.85; margin-bottom: 16px;
        }

        .legal-content ul {
/*             margin: 12px 0 16px 20px; */
            color: var(--text-secondary);
            font-size: 0.95rem; line-height: 1.85;
        }

        .legal-content li {
            margin-bottom: 6px;
/*             padding-left: 4px; */
        }

        .legal-content a {
            color: var(--dark); font-weight: 600;
        }

        .legal-content a:hover { text-decoration: underline; }

        .legal-content strong { color: var(--dark); }

        .legal-card {
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: var(--radius-lg);
            margin: 20px 0;
            position: relative; overflow: hidden;
        }

        .legal-card::before {
            content: '';
            position: absolute; top: 0; left: 0; bottom: 0;
            width: 3px; background: var(--dark);
        }

        .legal-card p {
            margin-bottom: 6px; color: var(--text);
        }

        .legal-card p:last-child { margin-bottom: 0; }


.tnp-field.tnp-field-button {
    display: none;
}
.tnp.tnp-subscription {
    margin-top:-15px;
}
.tnp.tnp-subscription .tnp-field .tnp-field-email label{
	display: none;
}
input#tnp-1 {
    background: none;
    border-bottom: #fff 1px solid;
	color: #fff;
}
.tnp-field label {
    display: none !important;
}