:root{--color-orange: #f07800;--color-orange-dark: #d96a00;--color-black: #1a1a1a;--color-gray-bg: #f6f4f1;--color-white: #ffffff;--color-text: #2a2a2a;--color-text-muted: #666666;--color-border: #e2ded8;--font-sans: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;--max-width: 1040px;--header-height: 96px;--transition: .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:17px}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-white);line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1rem}.logo{display:flex;flex-direction:column;gap:.2rem}.logo__img{width:auto;height:84px;object-fit:contain;object-position:left center}.logo--footer .logo__img{height:96px}.header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-height);background:#3f3f3f;border-bottom:3px solid var(--color-orange)}.header--scrolled{box-shadow:0 2px 12px #0000000f}.header__inner{display:flex;align-items:center;justify-content:space-between;height:100%}.header__logo{display:flex;align-items:center}.nav{display:flex;align-items:center;gap:1.75rem}.nav__link{font-size:.9rem;font-weight:500;color:var(--color-white);transition:color var(--transition)}.nav__link:hover,.nav__link--active{color:var(--color-orange)}.nav__cta{display:inline-block;padding:.5rem 1.1rem;background:var(--color-orange);color:var(--color-white);font-size:.875rem;font-weight:600;border:none;cursor:pointer;text-decoration:none;transition:background var(--transition)}.nav__cta:hover{background:var(--color-orange-dark)}.nav__legal,.nav-backdrop{display:none}.nav-toggle{display:none;position:relative;z-index:112;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:8px;margin:-8px}.nav-toggle span{display:block;width:22px;height:2px;background:var(--color-white);transition:transform var(--transition),opacity var(--transition)}.nav-toggle--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle--open span:nth-child(2){opacity:0}.nav-toggle--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}body.menu-open{overflow:hidden}.hero{margin-top:var(--header-height);position:relative;padding:4rem 0;background:linear-gradient(135deg,var(--color-gray-bg) 0%,#faf8f5 100%);min-height:600px;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.hero__content-wrapper{position:relative;z-index:2;max-width:600px}.hero__content{padding:0}.hero__region{font-size:.8rem;font-weight:600;color:var(--color-orange);margin-bottom:.75rem}.hero__region a{color:inherit;text-decoration:underline;text-underline-offset:2px}.hero__region a:hover{color:var(--color-orange-dark)}.hero__title{font-size:clamp(1.85rem,4vw,2.6rem);font-weight:700;line-height:1.2;color:var(--color-black);margin-bottom:1rem}.hero__text{font-size:1rem;color:var(--color-text-muted);margin-bottom:1.75rem;max-width:480px}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.hero__departments{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.5rem;padding-top:2rem;border-top:2px solid var(--color-orange)}.dept-pill{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;padding:1.1rem 1.25rem;background:var(--color-white);border:1px solid var(--color-border);border-left:4px solid var(--color-orange);cursor:pointer;text-align:left;text-decoration:none;color:inherit;transition:border-color var(--transition),box-shadow var(--transition)}.dept-pill:hover{border-color:var(--color-orange);box-shadow:0 2px 10px #0000000f}.dept-pill__title{font-size:1rem;font-weight:700;color:var(--color-black)}.dept-pill__text{font-size:.85rem;color:var(--color-text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.5rem;font-size:.9rem;font-weight:600;border:2px solid transparent;cursor:pointer;text-decoration:none;transition:all var(--transition)}.btn--primary{background:var(--color-orange);color:var(--color-white);border-color:var(--color-orange)}.btn--primary:hover{background:var(--color-orange-dark);border-color:var(--color-orange-dark)}.btn--outline{background:transparent;color:var(--color-black);border-color:var(--color-black)}.btn--outline:hover{background:var(--color-black);color:var(--color-white)}.section{padding:4rem 0}.section--gray{background:var(--color-gray-bg)}.section__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--color-black);line-height:1.25;margin-bottom:.75rem}.section__intro{font-size:1rem;color:var(--color-text-muted);max-width:560px;margin-bottom:2.5rem}.page-header{margin-top:var(--header-height);padding:2.75rem 0;background:#4a4a4a;border-bottom:4px solid var(--color-orange)}.page-header__title{font-size:clamp(1.75rem,4vw,2.4rem);font-weight:700;color:var(--color-white);line-height:1.2;margin-bottom:.6rem}.page-header__intro{font-size:1rem;color:#ffffffe6;max-width:560px;line-height:1.6}.teaser-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.teaser-card{display:flex;flex-direction:column;gap:.3rem;padding:1.25rem 1.5rem;background:var(--color-white);border:1px solid var(--color-border);text-decoration:none;color:inherit;transition:border-color var(--transition),box-shadow var(--transition)}.teaser-card:hover{border-color:var(--color-orange);box-shadow:0 2px 10px #0000000f}.teaser-card__title{font-size:1rem;font-weight:700;color:var(--color-black)}.teaser-card__text{font-size:.88rem;color:var(--color-text-muted)}.teaser-card__arrow{margin-top:.5rem;font-size:1.1rem;color:var(--color-orange);font-weight:700}.about-preview__content{max-width:640px}.about-preview p{color:var(--color-text-muted);margin-bottom:1.25rem;line-height:1.65}.about-preview__link{font-size:.95rem;font-weight:600;color:var(--color-orange);text-decoration:none}.about-preview__link:hover{text-decoration:underline}.about-intro{display:grid;grid-template-columns:1.4fr 1fr;gap:3rem;align-items:start}.about-intro__title{font-size:1.35rem;font-weight:700;color:var(--color-black);margin-bottom:1rem}.about-intro__text p{color:var(--color-text-muted);margin-bottom:1rem;line-height:1.7}.about-intro__text p:last-child{margin-bottom:0}.about-intro__facts{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--color-border);border:1px solid var(--color-border)}.about-fact{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:7.5rem;padding:1.5rem 1rem;background:var(--color-gray-bg);text-align:center}.about-fact__value{font-size:1.5rem;font-weight:700;color:var(--color-orange);line-height:1.15;margin-bottom:.4rem}.about-fact__label{font-size:.82rem;color:var(--color-text-muted);line-height:1.45;max-width:11rem}.values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.value-card{background:var(--color-white);border:1px solid var(--color-border);border-top:3px solid var(--color-orange);padding:1.5rem}.value-card__title{font-size:1.05rem;font-weight:700;color:var(--color-black);margin-bottom:.5rem}.value-card__text{font-size:.92rem;color:var(--color-text-muted);line-height:1.6}.about-cta{display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}.about-cta__text{max-width:520px}.about-cta__text p{color:var(--color-text-muted);line-height:1.65}.about-cta__actions{display:flex;flex-wrap:wrap;gap:.75rem}.about__content{max-width:680px}.about__text p{margin-bottom:1rem;color:var(--color-text-muted)}.about__points{list-style:none;margin-top:1.75rem;padding-top:1.75rem;border-top:2px solid var(--color-orange);display:grid;grid-template-columns:1fr 1fr;gap:.5rem 2rem}.about__points li{font-size:.92rem;font-weight:500;padding-left:1rem;position:relative}.about__points li:before{content:"";position:absolute;left:0;top:.55em;width:5px;height:5px;background:var(--color-orange);border-radius:50%}.departments{display:flex;flex-direction:column;gap:1.5rem}.dept-card{background:var(--color-white);border:1px solid var(--color-border);scroll-margin-top:calc(var(--header-height) + 1rem)}.dept-card__header{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid var(--color-border)}.dept-card__title{font-size:1.25rem;font-weight:700;color:var(--color-black);margin-bottom:.4rem}.dept-card__intro{font-size:.95rem;color:var(--color-text-muted);max-width:640px}.dept-card__list{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:0}.dept-card__list li{font-size:.9rem;color:var(--color-text);padding:.75rem 1.5rem;border-bottom:1px solid var(--color-border);border-right:1px solid var(--color-border)}.dept-card__list li:nth-child(2n){border-right:none}.dept-card__list li:nth-last-child(-n+2){border-bottom:none}.dept-card#fm-services .dept-card__header{border-left:4px solid var(--color-orange)}.dept-card#bauhauptgewerbe .dept-card__header{border-left:4px solid var(--color-black)}.dept-card#baunebengewerbe .dept-card__header{border-left:4px solid #888}.timeline{display:flex;flex-direction:column;gap:0;border-left:2px solid var(--color-orange);margin-left:1rem;padding-left:2rem}.timeline__item{position:relative;padding-bottom:2rem}.timeline__item:last-child{padding-bottom:0}.timeline__marker{position:absolute;left:calc(-2rem - 13px);top:0;width:24px;height:24px;background:var(--color-orange);color:var(--color-white);font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:50%}.timeline__year{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-white)}.timeline__title{font-size:1.1rem;font-weight:700;color:var(--color-white);margin:.25rem 0 .4rem}.timeline__text{font-size:.92rem;color:var(--color-text-muted);max-width:560px}.team-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}@media (min-width: 721px){.team-grid{grid-template-columns:repeat(2,minmax(340px,1fr))}}.team-card{background:var(--color-white);border:1px solid var(--color-border);padding:1.5rem}.team-card__avatar{width:48px;height:48px;background:var(--color-orange);color:var(--color-white);font-size:.85rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.team-card__dept{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-orange);margin-bottom:.25rem}.team-card__name{font-size:1.05rem;font-weight:700;color:var(--color-black)}.team-card__role{font-size:.88rem;font-weight:600;color:var(--color-text-muted);margin-bottom:.35rem}.team-card__contact{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;margin-bottom:.65rem}.team-card__email,.team-card__phone{font-size:.88rem;color:var(--color-orange)}.team-card__email:hover,.team-card__phone:hover{color:var(--color-orange-dark)}.team-card__text{font-size:.88rem;color:var(--color-text-muted);line-height:1.55}.work-list{list-style:none;border-top:1px solid var(--color-border)}.work-list__item{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;padding:1.25rem 0;border-bottom:1px solid var(--color-border)}.work-list__title{font-size:1rem;font-weight:700;color:var(--color-black);margin-bottom:.2rem}.work-list__text{font-size:.9rem;color:var(--color-text-muted)}.work-list__year{font-size:.82rem;font-weight:600;color:var(--color-orange);white-space:nowrap;padding-top:.15rem}.contact-details{display:flex;flex-direction:column;gap:1.1rem}.contact-details__row{display:flex;align-items:flex-start;gap:.85rem}.contact-details__icon{flex-shrink:0;width:28px;display:flex;align-items:flex-start;justify-content:center;padding-top:.1rem;color:var(--color-orange)}.contact-details__text{display:flex;flex-direction:column;gap:.1rem;font-size:.95rem;line-height:1.5}.contact-details__link{font-size:.95rem;line-height:1.5;color:var(--color-text);text-decoration:none}.contact-details__link:hover{color:var(--color-orange)}.contact-details--dark .contact-details__text,.contact-details--dark .contact-details__link{color:#ffffffeb}.contact-details--dark .contact-details__link:hover{color:var(--color-orange)}.contact-details--dark{padding-top:.25rem;border-top:1px solid rgba(255,255,255,.12)}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;align-items:start}.contact-info__block{margin-bottom:1.5rem}.contact-info__block h3{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-orange);margin-bottom:.4rem}.contact-info__block p,.contact-info__block a{font-size:.95rem;line-height:1.65}.contact-info__block a:hover{color:var(--color-orange)}.contact-form{background:var(--color-white);border:1px solid var(--color-border);padding:1.75rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.82rem;font-weight:600;margin-bottom:.35rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.65rem .8rem;border:1px solid var(--color-border);background:var(--color-white);transition:border-color var(--transition)}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--color-orange)}.form-group textarea{resize:vertical;min-height:120px}.form-actions{margin-top:.5rem}.toast{position:fixed;bottom:1.5rem;right:1.5rem;z-index:200;padding:.9rem 1.25rem;background:var(--color-black);color:var(--color-white);font-size:.9rem;box-shadow:0 4px 16px #00000026}.footer{background:#3f3f3f;color:#ffffffbf;padding:2.5rem 0 1.5rem}.footer__inner{display:flex;flex-direction:column;gap:1.75rem}.footer__top{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem 2rem}.footer__tagline{list-style:none;margin:.75rem 0 0;padding:0;font-size:.98rem;line-height:1.55;color:#ffffffe6}.footer__tagline li+li{margin-top:.15rem}.footer__links{display:flex;flex-wrap:wrap;gap:1.25rem 2rem;font-size:.9rem;align-content:flex-start}.footer__links a{color:#ffffffe6}.footer__links a:hover{color:var(--color-orange)}.footer__bottom{background:#3f3f3f;border-top:1px solid rgba(255,255,255,.12);padding:1rem 0 .75rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.88rem;color:#fffffff2}.footer__bottom span,.footer__legal a{color:#fffffff2}.footer__legal{display:flex;gap:1.25rem}.footer__legal a:hover{color:var(--color-white)}.legal-page__content{width:100%}.legal-section{margin-bottom:2.25rem;padding-bottom:2.25rem;border-bottom:1px solid var(--color-border)}.legal-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.legal-section__title{font-size:1.1rem;font-weight:700;color:var(--color-black);margin-bottom:.75rem}.legal-section__body p{font-size:.92rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:.85rem}.legal-section__body p:last-child{margin-bottom:0}.legal-section__body ul{margin:.5rem 0 .85rem 1.25rem;font-size:.92rem;color:var(--color-text-muted);line-height:1.65}.legal-section__body li{margin-bottom:.35rem}.legal-section__body a{color:var(--color-orange);text-decoration:none}.legal-section__body a:hover{text-decoration:underline}.legal-section__body em{font-size:.85rem;color:var(--color-text-muted)}.legal-page__note{margin-top:2rem;padding-top:1.5rem;border-top:2px solid var(--color-orange);font-size:.92rem;color:var(--color-text-muted)}.legal-page__note a{color:var(--color-orange);font-weight:600;text-decoration:none}.legal-page__note a:hover{text-decoration:underline}@media (max-width: 840px){.hero__grid,.about-intro{grid-template-columns:1fr;gap:2rem}.values-grid{grid-template-columns:1fr}.about-cta{flex-direction:column;align-items:flex-start}.teaser-grid{grid-template-columns:1fr}.hero{min-height:520px}.hero__content-wrapper{max-width:100%}.hero__departments,.dept-card__list{grid-template-columns:1fr}.dept-card__list li{border-right:none}.dept-card__list li:nth-last-child(-n+2){border-bottom:1px solid var(--color-border)}.dept-card__list li:last-child{border-bottom:none}.team-grid{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr;gap:2rem}.about__points{grid-template-columns:1fr}}@media (max-width: 720px){.nav-backdrop{display:block;position:fixed;inset:var(--header-height) 0 0 0;z-index:109;border:none;padding:0;background:#00000073;cursor:pointer}.nav{display:none;position:fixed;top:var(--header-height);left:0;right:0;z-index:111;flex-direction:column;align-items:stretch;gap:0;background:var(--color-white);border-bottom:1px solid var(--color-border);box-shadow:0 12px 28px #0000001f;padding:.5rem 1.25rem 1rem;max-height:calc(100dvh - var(--header-height));overflow-y:auto}.nav--open{display:flex}.nav__link{color:var(--color-text);padding:.85rem 0;border-bottom:1px solid var(--color-border)}.nav__link:hover,.nav__link--active{color:var(--color-orange)}.nav__legal{display:flex;flex-direction:column;margin-top:.35rem;padding-top:.35rem;border-top:1px solid var(--color-border)}.nav__link--legal{font-size:.85rem;color:var(--color-text-muted);border-bottom:none;padding:.55rem 0}.nav__cta{margin-top:.75rem;text-align:center}.nav-toggle{display:flex}.form-row{grid-template-columns:1fr}.work-list__item{flex-direction:column;gap:.35rem}.section{padding:3rem 0}}
