:root{--primary-color: #810000;--secondary-color: #676767;--anthracite: #2d2d2d;--white: #ffffff;--light-gray: #f2f2f2;--bg-1: hsla(0, 0%, 100%, .95);--bg-2: hsla(0, 0%, 95%, .95);--max-width: 72rem;--section-padding: clamp(2rem, 5vw, 4rem);--header-padding: clamp(1rem, 4vw, 2rem);--radius-image: 8px;--radius-button: 8px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{display:flex;flex-direction:column;min-height:100svh;width:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:var(--anthracite);background-color:var(--white)}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:var(--primary-color)}a:hover{text-decoration:underline}h1{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;line-height:1.2;color:var(--anthracite)}h2{font-size:clamp(1.35rem,3vw,1.75rem);font-weight:600;line-height:1.3;color:var(--anthracite)}h3{font-size:1.15rem;font-weight:600;color:var(--anthracite)}p{color:var(--secondary-color)}.site-header{position:sticky;top:0;z-index:100;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1.5rem;width:100%;padding:.85rem var(--header-padding);background-color:var(--bg-2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(0,0,0,.06)}.site-header__brand{display:flex;align-items:center;gap:.7rem;min-width:0}.site-header__brand:hover{text-decoration:none}.site-header__logo{height:48px;width:auto;flex-shrink:0;object-fit:contain}.site-header__firm{display:flex;flex-direction:column;min-width:0;line-height:1.2}.site-header__name{font-size:.88rem;font-weight:600;color:var(--anthracite)}.site-header__partners{font-size:.75rem;color:var(--secondary-color)}.site-header__toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;margin-left:auto;background:none;border:1px solid rgba(0,0,0,.15);border-radius:4px;cursor:pointer}.site-header__toggle-bar{display:block;width:100%;height:2px;background-color:var(--anthracite)}.site-header__nav{display:flex;flex-wrap:nowrap;align-items:center;gap:1.5rem;margin-left:auto}@media(max-width:900px){.site-header__toggle{display:flex}.site-header__nav{display:none;flex-basis:100%;flex-direction:column;flex-wrap:wrap;align-items:stretch;gap:.75rem;margin-left:0;padding-top:.35rem}.site-header__nav--open{display:flex}.site-header__links{flex-direction:column;flex-wrap:wrap;width:100%;gap:0}.site-header__links a{display:block;padding:.65rem 0;border-bottom:1px solid rgba(0,0,0,.06)}}@media(max-width:479px){.site-header__firm{display:none}}.site-header__links{display:flex;flex-wrap:nowrap;list-style:none;gap:1.1rem}.site-header__links a{font-size:.95rem;font-weight:500;color:var(--anthracite);white-space:nowrap}.site-header__links a:hover,.site-header__links a[aria-current=page]{color:var(--primary-color);text-decoration:none}.site-main{flex:1;width:100%}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--header-padding)}.section{padding:var(--section-padding) 0}.section--alt{background-color:var(--light-gray)}.section__title{margin-bottom:1rem}.section__lead{max-width:42rem;margin-bottom:2rem;font-size:1.05rem}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;color:var(--white);background-color:var(--primary-color);border:none;border-radius:var(--radius-button);cursor:pointer;transition:background-color .2s}.btn:hover{background-color:#6a0000;text-decoration:none;color:var(--white)}.btn--outline{color:var(--primary-color);background-color:transparent;border:1px solid var(--primary-color)}.btn--outline:hover{color:var(--white);background-color:var(--primary-color)}.hero{padding:var(--section-padding) var(--header-padding);background-color:var(--bg-1)}.hero__inner{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;max-width:80rem;margin:0 auto}@media(min-width:768px){.hero__inner{grid-template-columns:45% 55%;gap:clamp(1.5rem,3vw,2.5rem)}.hero__title{font-size:clamp(1.6rem,2.2vw,2.1rem)}}.hero__content{max-width:36rem}.hero__claim{font-size:.95rem;text-transform:uppercase;letter-spacing:.05em;color:var(--secondary-color);margin-bottom:.5rem}.hero__title{margin-bottom:1rem;line-height:1.2}.hero__title-addition{display:block;margin-top:.35rem;font-size:1.15rem;font-weight:500;color:var(--secondary-color)}.hero__title .accent-muted{color:var(--secondary-color)}.hero__title .accent-primary{color:var(--primary-color)}.hero__text{margin-bottom:1.5rem;font-size:1.05rem}.hero__subtitle{font-size:1.2rem;color:var(--anthracite);margin-bottom:1.5rem}.hero__image{width:100%;max-height:20rem;object-fit:cover;border-radius:var(--radius-image)}.image-text{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:768px){.image-text{grid-template-columns:1fr 1fr}.image-text--reverse .image-text__media{order:2}.image-text--reverse .image-text__body{order:1}}.image-text__media img{width:100%;min-height:16rem;object-fit:cover;border-radius:var(--radius-image)}.image-text__body h2{margin-bottom:1rem}.image-text__body p+p{margin-top:1rem}.cards{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:600px){.cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.cards--three{grid-template-columns:repeat(3,1fr)}}.card{padding:1.5rem;background:var(--white);border:1px solid rgba(0,0,0,.08);border-top:3px solid var(--primary-color);border-radius:2px}.card h3{margin-bottom:.75rem}.card p{font-size:.95rem}.card a{display:inline-block;margin-top:1rem;font-weight:500}.page-intro{padding:var(--section-padding) 0 2rem;background-color:var(--bg-1);border-bottom:1px solid rgba(0,0,0,.06)}.page-intro h1{margin-bottom:.75rem}.contact-block{padding:2rem;background-color:var(--light-gray);border-left:3px solid var(--primary-color)}.contact-block__lead{margin-top:.75rem}.contact-block__list{list-style:none;margin-top:1rem}.contact-block__list li{margin-bottom:.5rem;color:var(--secondary-color)}.contact-block__list a{color:var(--anthracite)}.contact-block__hint{margin-top:1rem;font-size:.9rem;font-style:italic}.contact-block__cta{margin-top:1.25rem}.content-section{margin-bottom:2.5rem}.content-section:last-child{margin-bottom:0}.content-section h2{margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--primary-color)}.content-section__image{display:block;width:100%;max-height:22rem;margin-top:1rem;object-fit:cover;border-radius:var(--radius-image)}.people{display:grid;gap:1rem;margin-top:1.5rem}.people__title{margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--primary-color)}.person{padding:1rem 0;border-top:1px solid rgba(0,0,0,.08)}.person h3{font-size:1rem;font-weight:500}.person p{font-size:.9rem}.berufs-signet{max-width:16rem;margin-top:3rem}.legal-content{max-width:48rem}.legal-content h2{margin-top:2rem;margin-bottom:.75rem}.legal-content p{margin-bottom:1rem}.site-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:2rem var(--header-padding);background-color:var(--primary-color);color:var(--white)}.site-footer p,.site-footer a{color:var(--white);font-size:.9rem}.site-footer a:hover{text-decoration:underline}.site-footer__links{display:flex;gap:1.5rem;list-style:none}.floating-nav{position:fixed;right:1.25rem;bottom:1.25rem;z-index:60;display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;color:var(--white);background-color:var(--primary-color);border-radius:var(--radius-button);box-shadow:0 10px 28px #81000047;text-decoration:none;animation:floating-nav-in .55s ease both,floating-nav-float 4.5s ease-in-out .55s infinite;transition:background-color .2s ease,box-shadow .2s ease}.floating-nav--hidden{pointer-events:none;animation:floating-nav-out .45s ease forwards}.floating-nav:hover{color:var(--white);text-decoration:none;background-color:#6a0000;transform:translateY(-3px);box-shadow:0 14px 32px #81000057;animation-play-state:paused}.floating-nav--hidden:hover{transform:none;box-shadow:0 10px 28px #81000047}.floating-nav:focus-visible{outline:2px solid var(--primary-color);outline-offset:3px}.floating-nav__label{white-space:nowrap}@keyframes floating-nav-in{0%{opacity:0;transform:translateY(18px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes floating-nav-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;visibility:hidden;transform:translateY(28px) scale(.94)}}@keyframes floating-nav-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media(prefers-reduced-motion:reduce){.floating-nav{animation:none}.floating-nav--hidden{opacity:0;visibility:hidden;animation:none}.floating-nav:hover{transform:none}}.cookie-banner{position:fixed;bottom:1rem;left:1rem;right:1rem;z-index:50;max-width:56rem;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;padding:1rem 1.25rem;background-color:var(--white);border:1px solid #e2e2e2;border-radius:6px;box-shadow:0 6px 24px #0000001f}.cookie-banner__text{flex:1 1 18rem;font-size:.95rem;color:var(--secondary-color)}.cookie-banner__button{flex:0 0 auto}
