body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#fcfcfc;color:#111}:root{--bg-page:#f3f7fb;--bg-surface:#ffffff;--bg-subtle:#eef3f8;--text-strong:#11283f;--text-body:#2a4158;--text-muted:#5c748b;--line-soft:#d5e0eb;--line-strong:#bfd0e0;--brand:#0f4c81;--brand-hover:#0c3e6a;--focus:#1e6ba8;--radius-lg:18px;--radius-md:12px;--shadow-soft:0 10px 30px rgba(10,44,76,0.08);--shadow-card:0 14px 36px rgba(10,44,76,0.1)}*{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--text-body);background:linear-gradient(180deg,#f8fbff 0,var(--bg-page) 40%,#eff4f9 100%)}.site-shell{min-height:100vh;display:flex;flex-direction:column}.container{width:min(1080px,100% - 2rem);margin:0 auto}.site-header{border-bottom:1px solid var(--line-soft);background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.site-header-inner{padding:1rem 0;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:.65rem}.wordmark-link{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none;min-width:0}.wordmark-logo{width:42px;height:42px;flex:0 0 auto}.wordmark-text{display:block}.wordmark{margin:0;color:var(--text-strong);font-size:1.1rem;font-weight:700;letter-spacing:.01em}.wordmark-subtitle{margin:.2rem 0 0;color:var(--text-muted);font-size:.9rem}.wordmark-link:focus-visible .wordmark,.wordmark-link:hover .wordmark{color:var(--brand)}.site-nav{position:relative;flex:0 0 auto}.site-nav-list{margin:0;list-style:none;display:none;width:min(12.5rem,calc(100vw - 1.5rem));flex-direction:column;gap:.35rem;position:absolute;right:max(0px,env(safe-area-inset-right));top:calc(100% + .55rem);z-index:20;border:1px solid var(--line-strong);border-radius:12px;background:#fff;box-shadow:0 14px 28px rgba(10,44,76,.12);padding:.5rem}.site-nav-list.is-open{display:flex}.site-nav-toggle{width:2.75rem;height:2.75rem;padding:0;border-radius:10px;border:1.5px solid var(--line-strong);background:#fff;color:var(--text-body);display:inline-flex;align-items:center;justify-content:center;touch-action:manipulation}.site-nav-toggle:hover{background:#f5f9fe}.site-nav-toggle:active{background:#e9f1fa}.site-nav-toggle-icon{width:.92rem;height:2px;background:currentColor;border-radius:2px;position:relative}.site-nav-toggle-icon:after,.site-nav-toggle-icon:before{content:"";position:absolute;left:0;width:.92rem;height:2px;background:currentColor;border-radius:2px}.site-nav-toggle-icon:before{top:-.28rem}.site-nav-toggle-icon:after{top:.28rem}.site-nav a{color:var(--text-body);text-decoration:none;font-weight:600;font-size:.94rem;display:flex;align-items:center;min-height:2.75rem;border-radius:8px;padding:.45rem .65rem;line-height:1.25;touch-action:manipulation}.site-nav a:hover{background:#f5f9fe;color:var(--brand)}.site-nav a:active{background:#e9f1fa}.site-nav a:focus-visible,.site-nav-toggle:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.hero-section{padding:3.5rem 0 3rem;background:linear-gradient(150deg,#0d4279,#1565a8 55%,#1a6ab1)}.hero-inner{display:grid;grid-gap:1.6rem;gap:1.6rem}.hero-copy{max-width:760px;margin:0 auto;text-align:center}.hero-copy h1{margin:0;font-size:clamp(1.9rem,3.8vw,2.75rem);line-height:1.18;color:#ffffff;text-shadow:0 1px 4px rgba(0,0,0,.18)}.finder{display:grid;grid-gap:1.2rem;gap:1.2rem;background:#ffffff;border:1px solid rgba(255,255,255,.25);border-radius:var(--radius-lg);padding:1.4rem;box-shadow:0 20px 60px rgba(5,25,55,.28),0 4px 16px rgba(5,25,55,.14)}.search-form{display:grid;grid-gap:.85rem;gap:.85rem}.search-row{display:grid;grid-gap:.75rem;gap:.75rem;grid-template-columns:1fr}.search-field{display:grid;grid-gap:.3rem;gap:.3rem}.search-field-label{color:var(--text-muted);font-size:.8rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}label{display:grid;grid-gap:.35rem;gap:.35rem;color:var(--text-strong);font-weight:600}button,input{font:inherit;padding:.8rem 1rem;border-radius:10px;font-size:1rem}input{border:1.5px solid var(--line-strong);color:var(--text-body);background:#fff;transition:border-color .12s ease-in-out,box-shadow .12s ease-in-out}input:hover:not(:disabled){border-color:var(--brand)}input:focus-visible{border-color:var(--brand);box-shadow:0 0 0 3px rgba(15,76,129,.15)}button:focus-visible,input:focus-visible{outline:2px solid var(--focus);outline-offset:2px}button{cursor:pointer;background:var(--brand);color:#fff;border:0;font-weight:600;transition:background-color .12s ease-in-out;display:inline-flex;align-items:center;justify-content:center;gap:.45rem}button:hover{background:var(--brand-hover)}button:disabled,input:disabled{opacity:.62;cursor:not-allowed}.input-help,.muted,.reason{margin:0;color:var(--text-muted)}.input-help{margin-top:-.2rem;font-size:.93rem}.candidate-list,.result-card{border:1px solid var(--line-soft);border-radius:var(--radius-md);padding:1rem;background:var(--bg-surface);box-shadow:var(--shadow-soft)}.result-card{display:grid;grid-gap:1rem;gap:1rem}.result-card-header{display:grid;grid-gap:.55rem;gap:.55rem}.result-card h2,.result-card h3{margin:0;color:var(--text-strong)}.result-card h2{font-size:clamp(1.32rem,2vw,1.58rem);line-height:1.25}.result-card h3{font-size:1.04rem;font-weight:700}.result-card-meta{display:grid;grid-gap:.45rem;gap:.45rem;background:var(--bg-subtle);border:1px solid var(--line-soft);border-radius:10px;padding:.7rem .8rem}.result-card-bufanr{font-weight:600}.result-card-address{margin:0;line-height:1.45}.result-card-section{border-top:1px solid var(--line-soft);padding-top:.85rem}.result-card-section,.result-list{display:grid;grid-gap:.55rem;gap:.55rem}.result-list{list-style:none;margin:0;padding:0}.result-item{border:1px solid var(--line-soft);border-radius:10px;background:#fafdff;padding:.6rem .7rem}.result-item-contact{display:grid;grid-gap:.15rem;gap:.15rem}.result-item-label{color:var(--text-strong);font-weight:600}.result-item-value{color:var(--text-body);overflow-wrap:anywhere;word-break:break-word}.result-list-hours .result-item{line-height:1.4}.result-item-bank{display:grid;grid-gap:.45rem;gap:.45rem}.bank-field{display:grid;grid-gap:.12rem;gap:.12rem}.result-card-map-section{gap:.7rem}.result-map{border:1px solid var(--line-soft);border-radius:10px;overflow:hidden;background:var(--bg-subtle)}.result-map iframe{width:100%;height:230px;border:0;display:block}.result-map-link{color:var(--brand);font-weight:600;text-decoration:none;width:-moz-fit-content;width:fit-content}.result-map-link:hover{text-decoration:underline}.aussenstelle-note{margin-top:.9rem;padding:.75rem;border-radius:10px;border:1px solid #c8d7e7;background:#eef4fb}.candidate-list ul{list-style:none;padding:0;margin:.8rem 0 0;display:grid;grid-gap:.6rem;gap:.6rem}.candidate-list button{width:100%;text-align:left}.finder-no-result{margin:0;padding:.75rem 1rem;border-radius:var(--radius-md);border:1px solid var(--line-soft);background:var(--bg-subtle);color:var(--text-muted);font-size:.93rem;line-height:1.55}.schnelleinstieg-section{padding:2.5rem 0 3rem}.schnelleinstieg-header{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.schnelleinstieg-title{margin:0;font-size:clamp(1.15rem,2vw,1.35rem);color:var(--text-strong)}.schnelleinstieg-plz-link{font-size:.9rem}.bundesland-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:4.5rem;grid-gap:.75rem;gap:.75rem}.bundesland-grid>li{display:flex}.bundesland-card{display:flex;align-items:center;gap:.85rem;width:100%;border:1px solid var(--line-soft);border-radius:var(--radius-md);padding:.75rem 1rem;background:var(--bg-surface);box-shadow:var(--shadow-soft);text-decoration:none;color:inherit;overflow:hidden;transition:box-shadow .12s ease-in-out,border-color .12s ease-in-out,transform .12s ease-in-out}.bundesland-card:hover{box-shadow:var(--shadow-card);border-color:var(--brand);transform:translateY(-1px)}.bl-badge{position:relative;flex:0 0 auto;width:2.4rem;height:2.4rem;border-radius:8px;background:rgba(15,76,129,.1);color:#4f7191;font-size:.78rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase;display:flex;align-items:center;justify-content:center;overflow:hidden}.bl-outline{position:absolute;inset:.2rem;width:calc(100% - .4rem);height:calc(100% - .4rem)}.bl-outline use{fill:none;stroke:currentColor;stroke-width:2;stroke-opacity:.78;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.bl-name{font-weight:600;color:var(--text-strong);font-size:.97rem;line-height:1.3}.site-footer{margin-top:auto;padding:1.2rem 0 2rem;border-top:1px solid var(--line-soft);background:#fff}.site-footer p{margin:0;color:var(--text-muted);font-size:.9rem}.site-footer p+p{margin-top:.35rem}.footer-links{display:flex;flex-wrap:wrap;gap:.4rem .85rem;margin-bottom:.8rem}.footer-links a{color:var(--brand);text-decoration:none;font-weight:600;font-size:.9rem}.footer-links a:hover{text-decoration:underline}.content-page{padding:2rem 0 3rem}.content-page .content-card{max-width:820px;margin:0 auto;border:1px solid var(--line-soft);border-radius:var(--radius-md);background:var(--bg-surface);box-shadow:var(--shadow-soft);padding:1rem;display:grid;grid-gap:.9rem;gap:.9rem}.content-page h1{margin:0;font-size:clamp(1.5rem,3vw,2.1rem);color:var(--text-strong)}.content-page p{margin:0;line-height:1.55}.static-page{gap:0}.static-page h1{padding-bottom:1.25rem;border-bottom:2px solid var(--brand);margin-bottom:0}.static-page section{padding:1.5rem 0;border-top:1px solid var(--line-soft)}.static-page section:first-of-type{border-top:none}.static-page h2{margin:0 0 .75rem;font-size:1.08rem;font-weight:700;color:var(--text-strong)}.static-page p{margin:0 0 .65rem;line-height:1.65;color:var(--text-body)}.static-page p:last-child{margin-bottom:0}.static-page ul{margin:.5rem 0 .65rem 1.25rem;padding:0;display:grid;grid-gap:.35rem;gap:.35rem;line-height:1.55;color:var(--text-body)}.static-page address{font-style:normal;background:var(--bg-subtle);border:1px solid var(--line-soft);border-radius:var(--radius-md);padding:.85rem 1rem;line-height:1.7;color:var(--text-body);margin:.25rem 0 0}.static-page a,.static-page address a{color:var(--brand);text-decoration:none;font-weight:500}.static-page a:hover,.static-page address a:hover{text-decoration:underline}.about-page{gap:0}.about-page .about-lead{margin:.9rem 0 0;padding:.9rem 1rem;border:1px solid var(--line-soft);border-radius:var(--radius-md);background:linear-gradient(180deg,#f7fbff,#edf5fc);color:var(--text-strong);font-size:1.02rem;font-weight:500;line-height:1.6}.about-page section{background:#fff}.about-page h2{display:inline-block;padding-bottom:.25rem;border-bottom:2px solid rgba(15,76,129,.18)}.contact-form{display:grid;grid-gap:.9rem;gap:.9rem;background:var(--bg-subtle);border:1px solid var(--line-soft);border-radius:var(--radius-md);padding:1rem}.contact-form textarea{font:inherit;padding:.7rem .8rem;border-radius:10px;border:1px solid var(--line-strong);color:var(--text-body);background:#fff;resize:vertical}.contact-status{margin:0;border-radius:10px;padding:.7rem .8rem;font-weight:600}.contact-status.success{border:1px solid #b9d8c4;background:#ecf8f0;color:#165830}.contact-status.error{border:1px solid #e6c7c7;background:#fff2f2;color:#832626}.disclaimer-box{border:1px solid var(--line-soft);border-radius:var(--radius-md);background:#fff;padding:1rem;display:grid;grid-gap:.6rem;gap:.6rem}.disclaimer-box h2{margin:0;color:var(--text-strong);font-size:1.03rem}.office-detail{max-width:800px;margin:0 auto;padding:2rem 0 3rem}.breadcrumb{font-size:.9rem;color:var(--text-muted);display:flex;gap:.4rem;align-items:center;flex-wrap:wrap}.breadcrumb a{color:var(--brand);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.office-detail .breadcrumb{margin:0 0 1.5rem}.ratgeber-breadcrumb{max-width:820px;margin:0 auto .75rem}.state-listing{padding:2rem 0 3rem}.state-listing h1{margin:0 0 .5rem;font-size:clamp(1.6rem,3vw,2.2rem);color:var(--text-strong)}.state-listing .subtitle{margin:0 0 2rem;color:var(--text-muted)}.office-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.office-grid>li{display:flex}.office-card{border:1px solid var(--line-soft);border-radius:var(--radius-md);padding:1rem;background:var(--bg-surface);box-shadow:var(--shadow-soft);text-decoration:none;color:inherit;display:flex;flex-direction:column;width:100%;height:100%;transition:box-shadow .12s ease-in-out,border-color .12s ease-in-out}.office-card:hover{box-shadow:var(--shadow-card);border-color:var(--brand)}.office-card h2{margin:0 0 .4rem;font-size:1rem;color:var(--text-strong)}.office-card .office-card-address{margin:auto 0 0;font-size:.9rem;color:var(--text-muted);line-height:1.4}.plz-overview{display:grid;grid-gap:1rem;gap:1rem}.plz-jump-links{display:flex;flex-wrap:wrap;gap:.45rem}.plz-jump-links a{border:1px solid var(--line-soft);border-radius:999px;padding:.3rem .7rem;text-decoration:none;color:var(--brand);background:#fff;font-weight:600}.plz-jump-links a:hover{text-decoration:underline}.plz-groups{display:grid;grid-gap:.8rem;gap:.8rem}.plz-group{border:1px solid var(--line-soft);border-radius:var(--radius-md);background:#fff;padding:.9rem 1rem}.plz-group h2{margin:0 0 .65rem;color:var(--text-strong);font-size:1.05rem}.plz-group ul{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.45rem .7rem}.ratgeber-overview{max-width:820px;margin:0 auto}.ratgeber-overview-list{list-style:none;margin:.35rem 0 0;padding:0;display:grid;grid-gap:.75rem;gap:.75rem}.ratgeber-overview-item{border:1px solid var(--line-soft);border-radius:10px;background:#fafdff;padding:.8rem .9rem}.ratgeber-overview-link{color:var(--text-strong);text-decoration:none;font-weight:700;line-height:1.35}.ratgeber-overview-link:hover{color:var(--brand);text-decoration:underline}.ratgeber-overview-item p{margin:.45rem 0 0;color:var(--text-body);line-height:1.55}.ratgeber-detail-card{max-width:820px;margin:0 auto}.ratgeber-article{display:grid;grid-gap:.75rem;gap:.75rem}.ratgeber-article h1{margin:0 0 .35rem;font-size:clamp(1.5rem,3vw,2.1rem);color:var(--text-strong)}.ratgeber-article h2{margin:1.25rem 0 .2rem;font-size:1.08rem;font-weight:700;color:var(--text-strong)}.ratgeber-article li,.ratgeber-article p{margin:0;color:var(--text-body);line-height:1.65}.ratgeber-article ol,.ratgeber-article ul{margin:.2rem 0 .25rem 1.25rem;padding:0;display:grid;grid-gap:.35rem;gap:.35rem}.ratgeber-article a{color:var(--brand);text-decoration:none}.ratgeber-article a:hover{text-decoration:underline}.ratgeber-cta{margin-top:.9rem;padding:.85rem 1rem;border:1px solid var(--line-soft);background:var(--bg-subtle);border-radius:var(--radius-md)}.ratgeber-cta a{color:var(--brand);font-weight:700;display:inline-flex;align-items:center;gap:.35rem}.cta-arrow-icon{width:1rem;height:1rem;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media (min-width:860px){.site-header-inner{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}.site-nav,.site-nav-list{position:static}.site-nav-list{display:flex;width:auto;border:0;box-shadow:none;padding:0;background:transparent;flex-direction:row;flex-wrap:wrap;justify-content:flex-end;gap:.35rem .7rem}.site-nav a{min-height:auto;display:inline-block;border-radius:0;padding:.15rem 0;line-height:normal;background:transparent}.site-nav a:active,.site-nav a:hover{background:transparent;text-decoration:underline}.site-nav-toggle{display:none}.hero-section{padding-top:4.5rem;padding-bottom:4rem}.hero-copy h1{white-space:nowrap}.finder{padding:1.75rem 2rem}.search-row{grid-template-columns:2fr 2fr 1fr auto;align-items:end;gap:.65rem}.search-field--btn button{width:100%;white-space:nowrap}.bundesland-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:4.5rem}.result-card{gap:1.1rem}.result-item-contact{grid-template-columns:minmax(130px,1fr) 2fr;gap:.7rem;align-items:start}.result-item-bank{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.result-map iframe{height:260px}.content-page .content-card{padding:1.35rem 1.5rem}}