@media  (max-width:700px){
  html body h1{ font-size:32px !important; }
  html body h2, html body .section h2, html body section h2 { font-size:26px !important; }
  html body h3, html body .section h3, html body section h3 { font-size:18px !important; }
  html body p, html body li, html body .section p, html body section p { font-size:16px !important; }
  html body .lead{ font-size:17px !important; }


}

html, body, body *, button, input, textarea, select {
  font-family: Arial !important;
}

html, body {
  font-size: 16px !important;
  line-height: 1.6 !important;
}

html body h1{
  font-size: 48px !important;
  line-height: 1.08 !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em !important;
}

html body h2,
html body .section h2,
html body section h2 {
  font-size: 32px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  letter-spacing: -0.018em !important;
}

html body h3,
html body .section h3,
html body section h3 {
  font-size: 20px !important;
  line-height: 1.30 !important;
  font-weight: 700 !important;
  letter-spacing: -0.008em !important;
}

html body .lead{
  font-size: 18px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

html body p, html body .section p, html body section p, html body article p{
  font-size: 16px !important;
  line-height: 1.60 !important;
  font-weight: 400 !important;
}

html body p strong{
  font-size: 16px !important;
  line-height: 1.55 !important;
  font-weight: 700 !important;
}

html body li,
html body .section li,
html body section li,
html body article li {
  font-size: 15px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

html body nav a,
html body .nav a,
html body .btn,
html body button,
html body input[type="submit"],
html body input[type="button"] {
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

html body .eyebrow, html body .kicker, html body .label{
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: 0.11em !important;
}

html body .meta, html body .small, html body small, html body figcaption{
  font-size: 13px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}


html body footer p, html body footer a, html body footer li, html body footer span{
  font-size: 13px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
}

html body footer h3, html body footer h4{
  font-size: 11px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

html body .lead, html body .legal-content p, html body .legal-content li{
  max-width: 780px !important;
}

@media  (max-width: 700px) {
  html body h1{
    font-size: 36px !important;
    line-height: 1.10 !important;
  }
  html body h2,
  html body .section h2,
  html body section h2 {
    font-size: 28px !important;
    line-height: 1.18 !important;
  }
  html body h3,
  html body .section h3,
  html body section h3 {
    font-size: 19px !important;
    line-height: 1.30 !important;
  }
  html body .lead{
    font-size: 17px !important;
  }
  html body p, html body .section p, html body section p, html body article p{
    font-size: 16px !important;
  }
  html body li,
  html body .section li,
  html body section li,
  html body article li {
    font-size: 15px !important;
  }
  html body nav a,
  html body .nav a,
  html body .btn,
  html body button {
    font-size: 14px !important;
  }
}

.branch-subnav{
  position:sticky;
  top:0;
  z-index:40;
  border-bottom:1px solid #DDE5EF;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(12px);
}

.branch-subnav-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:68px;
}

.branch-subnav-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}

.branch-subnav-brand span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;height:32px;
  border-radius:9px;
  background:#eef3e2;
  color:#708529;
  font-size:11px;
  font-weight:800;
}

.branch-subnav-brand strong{
  color:#343538;
  font-size:14px;
  white-space:nowrap;
}

.branch-subnav-links{
  display:flex;
  align-items:center;
  gap:22px;
  margin-left:auto;
}

.branch-subnav-links a{
  color:#5f6468;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
}

.branch-subnav-links a:hover{color:#718729;}

.branch-subnav .btn{
  padding:10px 15px!important;
  min-height:auto!important;
  font-size:12px!important;
}

.branch-section[id],
.branch-page-hero[id]{scroll-margin-top:88px;}

.branch-service-list.v54{
  display:block;
  border-top:1px solid #DDE5EF;
}

.branch-service-list.v54 article{
  display:grid;
  grid-template-columns:44px minmax(180px,.7fr) minmax(0,1.3fr);
  gap:22px;
  align-items:start;
  padding:20px 0;
  border:0;
  border-bottom:1px solid #e5e9e2;
  border-radius:0;
  background:transparent;
}

.branch-service-list.v54 article:before{
  content:counter(service);
  counter-increment:service;
  display:flex;
  align-items:center;
  justify-content:center;
  width:34px;height:34px;
  border-radius:10px;
  background:#eef3e2;
  color:#718729;
  font-size:10px;
  font-weight:800;
}

.branch-service-list.v54{
  counter-reset:service;
}

.branch-service-list.v54 strong{
  margin:4px 0 0;
  font-size:15px;
}

.branch-service-list.v54 p{
  margin:2px 0 0!important;
  font-size:13px!important;
  line-height:1.55!important;
}

.branch-process.v54{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  margin-top:34px;
  border-top:1px solid #DCE4EE;
}

.branch-process.v54:before{
  content:"";
  position:absolute;
  top:-1px;
  left:0;
  right:0;
  height:2px;
  background:linear-gradient(90deg,#FEC41E 0 25%,#b7c987 25% 50%,#d1dcc0 50% 75%,#e3e9d9 75% 100%);
}

.branch-process.v54 article{
  position:relative;
  padding:28px 26px 6px 0;
  border:0;
  border-radius:0;
  background:transparent;
}

.branch-process.v54 article + article{
  padding-left:26px;
  border-left:1px solid #e4e8e1;
}

.branch-process.v54 span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:36px;height:36px;
  margin-bottom:22px;
  border-radius:50%;
  background:#FEC41E;
  color:#fff;
  font-size:10px;
  font-weight:800;
  box-shadow:0 0 0 6px #f4f7ed;
}

.branch-process.v54 h3{
  margin:0 0 8px!important;
  font-size:17px!important;
}

.branch-process.v54 p{
  margin:0!important;
  color:#71767a!important;
  font-size:12px!important;
  line-height:1.5!important;
}

.branch-page-side.v54{
  
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}


.branch-page-side.v54 h2{
  margin:7px 0 0!important;
  font-size:23px!important;
}

.branch-page-side.v54 ul{
  display:grid;
  gap:10px;
  margin:0;
}

.branch-page-side.v54 li{
  padding:15px 16px 15px 46px;
  border:1px solid #dde3d7;
  border-radius:13px;
  background:#fff;
  color:#4e5356;
  font-size:13px;
}

.branch-page-side.v54 li:before{
  left:16px;
  top:50%;
  transform:translateY(-50%);
  width:20px;height:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#eef3e2;
  color:#718729;
  font-size:10px;
}

@media(max-width:1050px){
  .branch-subnav-brand strong{display:none;}
  .branch-subnav-links{gap:14px;}
}

@media(max-width:800px){
  .branch-subnav{
    position:relative;
  }
  .branch-subnav-inner{
    flex-wrap:wrap;
    padding:10px 0;
  }
  .branch-subnav-links{
    order:3;
    width:100%;
    overflow-x:auto;
    padding-bottom:2px;
  }
  .branch-service-list.v54 article{
    grid-template-columns:40px 1fr;
  }
  .branch-service-list.v54 article p{
    grid-column:2;
  }
  .branch-process.v54{
    grid-template-columns:1fr;
  }
  .branch-process.v54 article + article{
    padding-left:0;
    border-left:0;
    border-top:1px solid #e4e8e1;
  }
}

.branch-page-side.v54{overflow:hidden;padding:0!important;}

.branch-page-side.v54 .branch-hero-image{display:block;width:100%;height:235px;object-fit:cover;border-radius:18px 18px 0 0;}


.branch-page-side.v54 ul{padding:0 24px 24px!important;margin-top:8px!important;}

@media(max-width:800px){.branch-page-side.v54 .branch-hero-image{height:210px;}}

.branch-page-hero-grid.v64{
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)!important;
  align-items:center!important;
  gap:54px!important;
}

.branch-page-hero-grid.v64 .branch-hero-copy{min-width:0;}

.branch-page-hero-grid.v64 .branch-page-side.v64{
  padding:0!important;
  overflow:hidden!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  align-self:stretch;
  min-height:420px;
}

.branch-page-hero-grid.v64 .branch-page-side.v64 .branch-hero-image{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:420px!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:22px!important;
}

.branch-hero-tasks.v64{
  margin-top:30px;
  padding-top:24px;
  border-top:1px solid var(--line,#DDE5EF);
}

.branch-hero-tasks.v64 .task-head{
  display:flex;
  align-items:baseline;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:14px;
}

.branch-hero-tasks.v64 .task-head span{
  color:var(--green,#78951f);
  font-size:12px;
  line-height:1;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.branch-hero-tasks.v64 .task-head strong{
  font-size:18px;
  color:#35373a;
}

.branch-hero-tasks.v64 ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 18px;
}

.branch-hero-tasks.v64 li{
  position:relative;
  padding-left:25px;
  font-size:15px;
  line-height:1.45;
  color:#565b60;
}

.branch-hero-tasks.v64 li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:var(--green,#78951f);
  font-weight:900;
}

@media(max-width:950px){
 .branch-page-hero-grid.v64{grid-template-columns:1fr!important;gap:28px!important;}
 .branch-page-hero-grid.v64 .branch-page-side.v64{min-height:320px;}
 .branch-page-hero-grid.v64 .branch-page-side.v64 .branch-hero-image{min-height:320px!important;height:320px!important;}
}

@media(max-width:620px){
 .branch-hero-tasks.v64 ul{grid-template-columns:1fr;}
 .branch-page-hero-grid.v64 .branch-page-side.v64{min-height:250px;}
 .branch-page-hero-grid.v64 .branch-page-side.v64 .branch-hero-image{min-height:250px!important;height:250px!important;}
}


.branch-hub-hero{
  padding:80px 0 54px;
  background:linear-gradient(180deg,#f7f9f4 0%,#fff 100%);
  border-bottom:1px solid #e3e7df;
}

.branch-hub-hero .inner{
  max-width:940px;
}

.branch-hub-hero h1{
  margin:10px 0 20px!important;
  max-width:900px;
  font-size:52px!important;
  line-height:1.05!important;
  letter-spacing:-.035em;
}

.branch-hub-hero .lead{max-width:800px;}

.branch-hub-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  padding:68px 0 78px;
}

.branch-hub-card{display:grid;
  
  gap:20px;
  align-items:center;

  
  border:1px solid #dde3d7;
  border-radius:18px;
  background:#fff;
  color:inherit;
  text-decoration:none;
  transition:.18s ease;}

.branch-hub-card:hover{
  transform:translateY(-3px);
  border-color:#9db15b;
  box-shadow:0 14px 30px rgba(42,46,37,.06);
}


.branch-hub-card span.kicker{
  display:block;
  margin-bottom:6px;
  color:#72862d;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.branch-hub-card h3{
  margin:0 0 7px!important;
  font-size:21px!important;
  line-height:1.25!important;
}

.branch-hub-card p{
  margin:0!important;
  color:#6b7073!important;
  font-size:13px!important;
  line-height:1.55!important;
}

.branch-hub-arrow{
  color:#8da13a;
  font-size:24px;
  font-weight:700;
}

.branch-hub-bottom{
  padding:70px 0;
  background:#252925;
  color:#fff;
}

.branch-hub-bottom-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:54px;
}

.branch-hub-bottom .eyebrow{color:#b6ca70;}

.branch-hub-bottom h2{color:#fff!important;}

.branch-hub-bottom p{color:#c2c7c3!important;}

.branch-hub-points{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}

.branch-hub-points article{
  padding:18px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:14px;
  background:rgba(255,255,255,.03);
}

.branch-hub-points strong{
  display:block;
  margin-bottom:5px;
  color:#fff;
  font-size:15px;
}

.branch-hub-points p{
  margin:0!important;
  color:#aeb4af!important;
  font-size:12px!important;
}

.branch-page-hero{
  padding:78px 0 58px;
  background:linear-gradient(180deg,#f7f9f4 0%,#fff 100%);
  border-bottom:1px solid #e3e7df;
}

.branch-page-hero-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:56px;
  align-items:center;
}

.branch-page-hero h1{
  margin:10px 0 20px!important;
  font-size:48px!important;
  line-height:1.07!important;
  letter-spacing:-.032em;
}

.branch-page-hero .lead{max-width:760px;}

.branch-page-side{
  padding:26px;
  border:1px solid #DCE4EE;
  border-radius:20px;
  background:#fff;
  box-shadow:0 14px 34px rgba(42,46,37,.05);
}


.branch-page-side h2{
  margin:8px 0 12px!important;
  font-size:24px!important;
}

.branch-page-side ul{
  list-style:none;
  margin:18px 0 0;
  padding:0;
}

.branch-page-side li{
  position:relative;
  padding:11px 0 11px 24px;
  border-top:1px solid #ecefe9;
  color:#5f6467;
  font-size:13px;
}

.branch-page-side li:before{
  content:"✓";
  position:absolute;
  left:0;
  color:#78902f;
  font-weight:800;
}

.branch-section{
  padding:72px 0;
}

.branch-section.alt{background:#f7f9f4;}

.branch-two-col{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:60px;
  align-items:start;
}

.branch-two-col h2{
  margin-top:6px!important;
}

.branch-service-list{
  display:grid;
  gap:12px;
}

.branch-service-list article{
  padding:20px;
  border:1px solid #dde3d7;
  border-radius:15px;
  background:#fff;
}

.branch-service-list strong{
  display:block;
  margin-bottom:6px;
  color:#3f4345;
  font-size:15px;
}

.branch-service-list p{
  margin:0!important;
  color:#72777b!important;
  font-size:13px!important;
  line-height:1.55!important;
}

.branch-process{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:30px;
}

.branch-process article{
  padding:20px;
  border:1px solid #dde3d7;
  border-radius:15px;
  background:#fff;
}

.branch-process span{
  display:block;
  margin-bottom:20px;
  color:#839831;
  font-size:11px;
  font-weight:800;
}

.branch-process h3{
  margin:0 0 7px!important;
  font-size:17px!important;
}

.branch-process p{
  margin:0!important;
  color:#71767a!important;
  font-size:12px!important;
}


.branch-faq{
  display:grid;
  gap:10px;
  margin-top:28px;
}

.branch-faq details{
  border:1px solid #dde3d7;
  border-radius:14px;
  background:#fff;
  overflow:hidden;
}

.branch-faq summary{
  cursor:pointer;
  list-style:none;
  padding:18px 46px 18px 20px;
  position:relative;
  font-weight:700;
  color:#3f4345;
}

.branch-faq summary::-webkit-details-marker{display:none;}

.branch-faq summary:after{
  content:"›";
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%) rotate(90deg);
  color:#819630;
  font-size:22px;
}

.branch-faq details[open] summary:after{transform:translateY(-50%) rotate(-90deg);}

.branch-faq details p{
  margin:0!important;
  padding:0 20px 20px;
  color:#6c7174!important;
  font-size:13px!important;
  line-height:1.6!important;
}

@media(max-width:900px){
  .branch-hub-grid{grid-template-columns:1fr;}
  .branch-hub-bottom-grid,
  .branch-page-hero-grid,
  .branch-two-col{grid-template-columns:1fr;}
  .branch-process{grid-template-columns:repeat(2,1fr);}
}

@media(max-width:700px){
  .branch-hub-hero h1{font-size:36px!important;}
  .branch-hub-card{grid-template-columns:50px 1fr 24px;padding:19px;}

  .branch-hub-points{grid-template-columns:1fr;}
  .branch-page-hero h1{font-size:35px!important;}
  .branch-process{grid-template-columns:1fr;}


}

.branch-hub-card{grid-template-columns:150px 1fr auto!important;overflow:hidden;padding:0!important;min-height:150px;}

.branch-hub-thumb{min-height:150px;object-fit:cover;display:block;}

.branch-hub-card>div:not(.branch-hub-arrow){padding:24px 6px 24px 24px;}

.branch-hub-arrow{padding-right:22px;}

@media(max-width:700px){.branch-hub-card{grid-template-columns:105px 1fr auto!important;}.branch-hub-thumb{width:105px;min-height:138px;}}

.home-ref-brand{align-items:center;text-align:center;gap:13px;}

.home-ref-logo-wrap{height:58px;display:flex;align-items:center;justify-content:center;width:100%;}

.home-ref-logo{display:block;max-width:175px;max-height:58px;width:auto;height:auto;object-fit:contain;}

.home-ref-logo.logo-jura{max-width:72px;max-height:52px;}

.home-ref-logo.logo-ras{max-width:58px;max-height:66px;}

.home-ref-brand span{margin-top:0!important;}

.home-trust-section{padding-top:18px!important;}

.home-trust-panel{display:grid;grid-template-columns:1.08fr 1fr 1fr;gap:0;border:1px solid rgba(0,60,151,.15);border-radius:24px;background:linear-gradient(135deg,#f5f8ec 0%,#fff 72%);overflow:hidden;}

.home-trust-intro{padding:30px 32px;}


.home-trust-intro .eyebrow{margin-bottom:10px;}

.home-trust-intro h2{font-size:27px;line-height:1.12;margin:0 0 10px;color:#303436;}

.home-trust-intro p{margin:0;color:#656c6e;line-height:1.58;}


.callback-link.btn{white-space:nowrap;}

.price-transparency{margin:22px 0 0;padding:18px 20px;border:1px solid rgba(0,60,151,.14);border-radius:16px;background:#f7f9f2;color:#565e5f;font-size:14px;line-height:1.55;}

.price-transparency strong{color:#303436;}


@media(max-width:900px){.home-trust-panel{grid-template-columns:1fr;}}

@media(max-width:680px){.home-trust-intro{padding:23px;}.home-ref-logo-wrap{height:52px;}.home-ref-logo{max-width:155px;max-height:52px;}}

.home-references{padding-top:64px;padding-bottom:64px;}

.home-ref-head{max-width:720px;margin-bottom:30px;}

.home-ref-board{overflow:hidden;border:1px solid rgba(0,60,151,.16);border-radius:24px;background:rgba(255,255,255,.92);box-shadow:0 18px 48px rgba(40,48,31,.055);}

.home-ref-brands{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid rgba(0,60,151,.14);}

.home-ref-brand{min-height:126px;padding:30px 28px;display:flex;flex-direction:column;justify-content:center;position:relative;}

.home-ref-brand:not(:last-child)::after{content:"";position:absolute;right:0;top:26px;bottom:26px;width:1px;background:rgba(0,60,151,.13);}

.home-ref-brand strong{display:block;color:#2f3335;font-size:21px;line-height:1.2;font-weight:720;letter-spacing:-.02em;}

.home-ref-brand span{display:block;margin-top:9px;color:#7a8082;font-size:12px;line-height:1.35;}

.home-ref-review{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:30px;align-items:center;padding:24px 28px;background:linear-gradient(90deg,#f7f9f2 0%,#fff 62%);}

.home-ref-review-copy{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:20px;min-width:0;}

.home-ref-review-kicker{color:#6f852d;font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;white-space:nowrap;}

.home-ref-rating{display:flex;align-items:center;gap:10px;padding-left:20px;border-left:1px solid rgba(0,60,151,.16);}

.home-ref-rating strong{font-size:30px;line-height:1;color:#2f3335;letter-spacing:-.035em;}

.home-ref-stars{color:#f3aa00;font-size:16px;letter-spacing:1px;white-space:nowrap;}

.home-ref-review-copy p{margin:0;color:#697074;font-size:14px;line-height:1.45;}

.home-ref-review-copy p strong{color:#3a3e40;font-weight:700;}

.home-ref-review-shot{display:flex;align-items:center;justify-content:flex-end;padding-left:20px;border-left:1px solid rgba(0,60,151,.13);}

.home-ref-review-shot img{display:block;width:260px;max-width:100%;height:auto;border-radius:8px;background:#fff;}

@media(max-width:980px){.home-ref-brands{grid-template-columns:repeat(2,minmax(0,1fr));}.home-ref-brand:nth-child(2)::after{display:none;}.home-ref-brand:nth-child(-n/**/+2){border-bottom:1px solid rgba(0,60,151,.13);}.home-ref-review{grid-template-columns:1fr;}.home-ref-review-shot{justify-content:flex-start;padding-left:0;border-left:0;}.home-ref-review-copy{grid-template-columns:auto auto 1fr;}}

@media(max-width:680px){.home-references{padding-top:44px;padding-bottom:44px;}.home-ref-brands{grid-template-columns:1fr;}.home-ref-brand{min-height:auto;padding:22px 22px;}.home-ref-brand::after{display:none!important;}.home-ref-brand:not(:last-child){border-bottom:1px solid rgba(0,60,151,.13);}.home-ref-review{padding:22px;}.home-ref-review-copy{grid-template-columns:1fr;gap:10px;}.home-ref-rating{padding-left:0;border-left:0;}.home-ref-review-shot img{width:100%;}}

.home-ref-logo.logo-jura{filter:invert(1) grayscale(1) contrast(1.55) brightness(1.08)!important;mix-blend-mode:multiply;}

.home-ref-brand:first-child .home-ref-logo-wrap{background:#fff!important;}

.home-ref-brand:first-child .home-ref-logo{width:74px!important;height:54px!important;object-fit:contain!important;}

.home-trust-clean{display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr) minmax(0,.95fr)!important;gap:0!important;align-items:stretch!important;padding:0!important;overflow:hidden;}

.home-trust-clean .home-trust-intro,.home-trust-clean .home-trust-clean-item{padding:34px 36px!important;}

.home-trust-clean .home-trust-intro{background:#F7F9FC!important;}

.home-trust-clean .home-trust-clean-item{background:#fff!important;border-left:1px solid #DDE5EF!important;}

.home-trust-clean-item>span{display:block!important;margin:0 0 13px!important;color:#74892f!important;font-size:11px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:.12em!important;text-transform:uppercase!important;}

.home-trust-clean-item h3{margin:0 0 10px!important;font-size:20px!important;line-height:1.28!important;}

.home-trust-clean-item p,.home-trust-clean .home-trust-intro p{margin:0!important;color:#62676c!important;line-height:1.6!important;}


.home-capability-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;border-top:1px solid #DDE5EF!important;border-bottom:1px solid #DDE5EF!important;}

.home-capability-grid article{position:relative!important;padding:25px 34px 25px 34px!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;}

.home-capability-grid article:nth-child(odd){border-right:1px solid #DDE5EF!important;}

.home-capability-grid article:nth-child(-n/**/+2){border-bottom:1px solid #DDE5EF!important;}

.home-capability-grid article:before{content:"✓";position:absolute;top:27px;color:#88a332;font-weight:900;font-size:16px;}

.home-capability-grid h3{margin:0 0 7px!important;font-size:18px!important;line-height:1.3!important;}

.home-capability-grid p{margin:0!important;color:#62676c!important;font-size:14.5px!important;line-height:1.55!important;}

@media(max-width:900px){.home-trust-clean{grid-template-columns:1fr!important;}.home-trust-clean .home-trust-clean-item{border-left:0!important;border-top:1px solid #DDE5EF!important;}}

@media(max-width:700px){.home-capability-grid{grid-template-columns:1fr!important;}.home-capability-grid article{border-right:0!important;border-bottom:1px solid #DDE5EF!important;}.home-capability-grid article:last-child{border-bottom:0!important;}.home-trust-clean .home-trust-intro,.home-trust-clean .home-trust-clean-item{padding:26px 24px!important;}}

body{font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6;}



button{font:inherit;}









.navlinks a{font-size:14px;font-weight:700;}




.btn{font-size:14px;font-weight:700;}



.btn-primary:hover{color:#fff;}





.mobile-menu a{font-size:14px;font-weight:700;}





.legal-page{padding:66px 0;}

.eyebrow{font-size:11px;font-weight:700;line-height:1.2;letter-spacing:.11em;}





h2{font-size:32px;line-height:1.15;font-weight:700;letter-spacing:-.018em;}

h3{font-size:20px;line-height:1.3;font-weight:700;margin:26px 0 10px;}

.legal-intro{font-size:18px;line-height:1.55;color:#53575e;max-width:780px;margin:0;}

.legal-hero{padding-bottom:34px;border-bottom:1px solid var(--line);}

.legal-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:54px;align-items:start;margin-top:38px;}

.legal-toc{position:sticky;top:108px;padding:20px;border:1px solid var(--line);border-radius:16px;background:#FBFCFE;box-shadow:0 8px 24px rgba(29,54,88,.035);}

.legal-toc-title{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green-dark);margin-bottom:12px;}

.legal-toc a{display:block;padding:9px 0;border-top:1px solid #e5e9df;color:#555a60;font-size:13px;font-weight:700;line-height:1.35;}

.legal-toc a:first-of-type{border-top:0;}

.legal-toc a:hover{color:var(--green-dark);}

.legal-content{min-width:0;}

.legal-section{padding:0 0 34px;margin:0 0 34px;border-bottom:1px solid var(--line);}

.legal-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0;}

.legal-section h2{max-width:760px;margin-bottom:16px;}

.legal-section p{max-width:780px;margin:0 0 14px;color:var(--text);font-size:16px;line-height:1.6;}

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

.legal-section ul{max-width:760px;margin:16px 0;padding:0;list-style:none;display:grid;gap:9px;}

.legal-section li{position:relative;padding-left:22px;color:var(--text);font-size:15px;line-height:1.55;}

.legal-section li::before{content:"";position:absolute;left:0;top:.68em;width:6px;height:6px;border-radius:50%;background:var(--green);}

.legal-section a{color:var(--green-dark);text-decoration:underline;text-underline-offset:3px;}

.legal-contact{max-width:680px;margin:20px 0 0;padding:22px 24px;border-left:4px solid var(--green);border-radius:0 14px 14px 0;background:#F7F9FC;color:var(--text);font-size:16px;line-height:1.6;}

.legal-contact strong{color:var(--ink);}


@media(max-width:1050px){.nav{grid-template-columns:minmax(0,1fr) 44px;height:72px;padding:0 16px;} .navlinks,.actions{display:none;} .mobile-toggle{display:flex;align-items:center;justify-content:center;font-size:0;} .mobile-toggle::before{content:"";width:18px;height:12px;background:linear-gradient(var(--ink),var(--ink)) 0 0/18px 2px no-repeat,linear-gradient(var(--ink),var(--ink)) 0 5px/18px 2px no-repeat,linear-gradient(var(--ink),var(--ink)) 0 10px/18px 2px no-repeat;} header.open .mobile-menu{display:block;position:absolute;top:78px;left:8px;right:8px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 38px rgba(35,38,31,.14);padding:8px 14px 14px;} .legal-layout{grid-template-columns:1fr;gap:26px;} .legal-toc{position:static;display:grid;grid-template-columns:repeat(3,1fr);gap:0 18px;} .legal-toc-title{grid-column:1/-1;}   }

@media(max-width:760px){.page{width:calc(100% - 16px);margin:8px auto 20px;} .shell{width:calc(100% - 32px);} .legal-page{padding:46px 0;} h1{font-size:36px;} h2{font-size:28px;} h3{font-size:19px;} .legal-intro{font-size:17px;} .legal-toc{grid-template-columns:1fr 1fr;} }

@media(max-width:620px){.shell{width:calc(100% - 26px);} .legal-page{padding:38px 0;} .legal-toc{grid-template-columns:1fr;padding:16px;} .legal-section{padding-bottom:28px;margin-bottom:28px;} .legal-contact{padding:18px 20px;}    }

.calc-head{max-width:860px!important;}


#faq-sekretariat .home-faq{
  max-width:980px!important;
  margin-top:30px!important;
  display:grid!important;
  gap:10px!important;
}

#faq-sekretariat .home-faq details{
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #DDE5EF!important;
  border-radius:13px!important;
  background:#fff!important;
  box-shadow:none!important;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;
}

#faq-sekretariat .home-faq details:hover{
  border-color:#D6E1F0!important;
}

#faq-sekretariat .home-faq details[open]{
  border-color:#c8d3ae!important;
  box-shadow:0 8px 22px rgba(29,54,88,.045)!important;
}

#faq-sekretariat .home-faq summary{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  min-height:58px!important;
  padding:17px 54px 17px 20px!important;
  list-style:none!important;
  cursor:pointer!important;
  color:#343538!important;
  font-size:16px!important;
  line-height:1.4!important;
  font-weight:600!important;
}

#faq-sekretariat .home-faq summary::-webkit-details-marker{
  display:none!important;
}

#faq-sekretariat .home-faq summary::after{
  content:""!important;
  position:absolute!important;
  right:20px!important;
  top:50%!important;
  width:9px!important;
  height:9px!important;
  border-right:1.5px solid #003C97!important;
  border-bottom:1.5px solid #003C97!important;
  transform:translateY(-65%) rotate(45deg)!important;
  transition:transform .18s ease!important;
}

#faq-sekretariat .home-faq details[open] summary::after{
  transform:translateY(-35%) rotate(225deg)!important;
}

#faq-sekretariat .home-faq details p{
  max-width:860px!important;
  margin:0!important;
  padding:0 54px 19px 20px!important;
  color:#555960!important;
  font-size:15px!important;
  line-height:1.62!important;
}

@media(max-width:700px){
  #faq-sekretariat .home-faq{
    gap:8px!important;
  }
  #faq-sekretariat .home-faq summary{
    padding:16px 46px 16px 16px!important;
    font-size:15px!important;
  }
  #faq-sekretariat .home-faq summary::after{
    right:17px!important;
  }
  #faq-sekretariat .home-faq details p{
    padding:0 16px 17px!important;
    font-size:15px!important;
  }
}

.home-final-grid{min-height:0!important;}

.home-final-copy h2{margin:5px 0 10px!important;font-size:clamp(30px,3.1vw,44px)!important;line-height:1.08!important;}

.home-final-copy p{max-width:720px!important;margin:0!important;line-height:1.55!important;}

.home-final-actions{align-content:center!important;}

.home-final-actions .btn{justify-content:center!important;}

@media(max-width:820px){.home-final-grid{grid-template-columns:1fr!important;gap:26px!important;padding:30px 26px!important;}.home-final-actions{grid-template-columns:1fr 1fr!important;}}

.home-capability-grid article{
  padding-left:50px!important;
}

.home-capability-grid article:before{
  left:16px!important;
}

.home-final-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 240px!important;
  gap:64px!important;
  align-items:center!important;
  padding:38px 42px!important;
}

.home-final-actions{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:9px!important;
  width:240px!important;
  min-width:240px!important;
}

.home-final-actions .btn{
  width:100%!important;
  min-height:46px!important;
  box-sizing:border-box!important;
}

@media(max-width:820px){
  .home-final-grid{grid-template-columns:1fr!important;gap:26px!important;}
  .home-final-actions{width:min(100%,240px)!important;min-width:0!important;}
}

.about-letter{

  justify-content:start!important;}

@media(max-width:700px){
  .about-letter{grid-template-columns:1fr!important;gap:0!important;}
}

:root{--ink:#343538;
  --text:#555960;
  --muted:#777b82;
  --line:#D8E1EC;
  --soft:#F4F7FB;
  --soft2:#FBFCFE;
  --white:#fff;
  --max:1180px;
  --radius:20px;
  --shadow:0 16px 38px rgba(29,54,88,.065);}

*{box-sizing:border-box;}

body{
  

  background:#F2F5F9;

  -webkit-font-smoothing:antialiased;
}

a{color:inherit;text-decoration:none;}

img{display:block;}

.page{width:min(calc(100% - 40px),1240px);margin:18px auto 34px;}

.shell{width:min(calc(100% - 64px),var(--max));margin-inline:auto;}

header{
  position:sticky;z-index:50;
  width:100%;
  background:rgba(255,255,255,.95);
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:0 8px 24px rgba(29,54,88,.055);
  backdrop-filter:blur(14px);
}

.nav{display:grid;align-items:center;}

.logo img{height:auto;}

.navlinks a{color:#4a4d52;}

.navlinks a:hover{color:var(--green-dark);}

.actions{display:flex;align-items:center;}


.btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:9px;border:1px solid transparent;transition:.18s ease;}

.btn-primary{background:var(--green);color:#003C97;box-shadow:0 8px 18px rgba(254,196,30,.18);}

.btn-primary:hover{background:#F2B700;transform:translateY(-1px);}

.btn-secondary{background:#fff;border-color:#D3DDEA;color:#3f4145;}

.btn-secondary:hover{border-color:#9DB5D5;}

.mobile-toggle{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:9px;background:#fff;}

.mobile-menu{display:none;padding:0 18px 16px;}

.mobile-menu a{display:block;padding:10px 6px;border-top:1px solid #edf0e9;}

main{margin-top:18px;}

section{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:18px;}

.section{padding:66px 0;}


.eyebrow{text-transform:uppercase;margin-bottom:14px;}

h1,h2,h3,p{margin-top:0;}

h1{margin-bottom:20px;max-width:930px;}

h2{margin-bottom:16px;}

h3{margin-bottom:9px;}

.lead{color:#53575e;margin-bottom:14px;}


.faq-list{max-width:900px;margin-top:28px;}

#faq .faq-list{max-width:980px;margin-top:30px;display:grid;gap:10px;}

#faq details{border:1px solid #DDE5EF;border-radius:13px;padding:0;background:#fff;overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease;}

#faq details:last-child{border-bottom:1px solid #DDE5EF;}

#faq details[open]{border-color:#D6E1F0;box-shadow:0 8px 22px rgba(29,54,88,.045);}

#faq summary{position:relative;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 54px 18px 20px;color:var(--ink);}

#faq summary::-webkit-details-marker{display:none;}

#faq summary::after{content:"";position:absolute;right:20px;top:50%;width:9px;height:9px;border-right:1.5px solid var(--green-dark);border-bottom:1.5px solid var(--green-dark);transform:translateY(-65%) rotate(45deg);transition:transform .18s ease;}

#faq details[open] summary::after{content:"";transform:translateY(-35%) rotate(225deg);}

#faq details p{margin:0!important;padding:0 54px 19px 20px;color:var(--text);max-width:860px;}

@media (max-width:620px){#faq .faq-list{gap:8px;}#faq summary{padding:16px 46px 16px 16px;}#faq summary::after{right:17px;}#faq details p{padding:0 16px 17px;}}

footer{background:#2f3033;border-radius:20px;color:#fff;padding:42px 0 24px;box-shadow:var(--shadow);}

footer .logo img{width:172px;}

footer p,footer a{color:rgba(255,255,255,.72);}

@media (max-width:980px){
  .page{width:min(calc(100% - 24px),1240px);margin-top:12px;}
  .shell{width:min(calc(100% - 40px),var(--max));}
  .nav{grid-template-columns:185px 1fr auto;padding:0 18px;}
  .logo img{width:162px;}
  .navlinks{gap:18px;}


}

@media (max-width:760px){
  .page{width:min(calc(100% - 16px),1240px);margin-top:8px;}
  .shell{width:min(calc(100% - 28px),var(--max));}
  header{top:6px;border-radius:14px;}
  .nav{height:70px;padding:0 14px;}
  .logo img{width:150px;}
  .navlinks,.actions{display:none;}
  .mobile-toggle{display:block;}
  header.open .mobile-menu{display:block;}
  .section{padding:46px 0;}


}


.use{
  position:relative;
  min-height:126px;
  padding:24px 0 22px 54px !important;
  border:0 !important;
  border-bottom:1px solid var(--line) !important;
  border-radius:0 !important;
  background:transparent !important;
}

.use::before{
  content:"";
  position:absolute;
  left:0;
  top:27px;
  width:34px;
  height:34px;
  border-radius:10px;
  background:#edf1e2;
  box-shadow:inset 0 0 0 1px #dce4c8;
}

.use::after{
  content:"↗";
  position:absolute;
  left:10px;
  top:31px;
  color:var(--green-dark);
  font-size:13px;

}

.use h3{
  margin-bottom:7px;

}

.use p{
  margin:0 !important;
  max-width:480px;

  color:var(--text) !important;
}


header{
  overflow:visible;
}

.nav{
  height:82px !important;
  grid-template-columns:190px minmax(0,1fr) auto !important;
  gap:22px !important;
  padding:0 24px !important;
}

.logo{
  display:flex;
  align-items:center;
}

.logo img{
  width:174px !important;
  max-width:174px !important;
}

.navlinks{min-width:0;}

.navlinks a{
  white-space:nowrap !important;

  padding:8px 0;
}

.actions{
  gap:12px !important;
  white-space:nowrap;
}


.actions .btn{
  min-height:40px !important;
  padding:0 15px !important;
  white-space:nowrap;

}

@media (max-width:1120px) and (min-width:761px){
  .nav{
    grid-template-columns:172px minmax(0,1fr) auto !important;
    padding:0 18px !important;
    gap:16px !important;
  }
  .logo img{
    width:158px !important;
    max-width:158px !important;
  }
  .navlinks{
    gap:18px !important;
  }

  .actions{
    gap:8px !important;
  }

  .actions .btn{

    padding:0 13px !important;
  }
}

@media (max-width:760px){
  .nav{
    grid-template-columns:1fr auto !important;
  }
}


@media  (max-width: 900px){
  .page{
    width:min(calc(100% - 16px),1240px) !important;
    margin:8px auto 22px !important;
  }

  header{
    position:sticky !important;
    top:6px !important;
    border-radius:14px !important;
    overflow:visible !important;
  }

  .nav{
    width:100% !important;
    min-height:70px !important;
    height:70px !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 44px !important;
    align-items:center !important;
    gap:10px !important;
    padding:0 14px !important;
  }

  .logo{
    min-width:0 !important;
    display:flex !important;
    align-items:center !important;
  }

  .logo img{
    width:148px !important;
    max-width:148px !important;
    height:auto !important;
  }

  .navlinks,
  .actions{
    display:none !important;
  }

  .mobile-toggle{
    display:flex !important;
    position:static !important;
    width:42px !important;
    height:42px !important;
    min-width:42px !important;
    min-height:42px !important;
    margin:0 !important;
    padding:0 !important;
    align-items:center !important;
    justify-content:center !important;
    justify-self:end !important;
    border:1px solid #d9ded2 !important;
    border-radius:10px !important;
    background:#fff !important;
    color:var(--ink) !important;
    font-size:0 !important;
    line-height:1 !important;
    box-shadow:none !important;
  }

  .mobile-toggle::before{
    content:"";
    width:18px;
    height:12px;
    display:block;
    background:
      linear-gradient(var(--ink),var(--ink)) 0 0/18px 2px no-repeat,
      linear-gradient(var(--ink),var(--ink)) 0 5px/18px 2px no-repeat,
      linear-gradient(var(--ink),var(--ink)) 0 10px/18px 2px no-repeat;
  }

  .mobile-menu{
    display:none !important;
    position:absolute !important;
    top:76px !important;
    left:8px !important;
    right:8px !important;
    z-index:100 !important;
    padding:8px 14px 14px !important;
    background:#fff !important;
    border:1px solid var(--line) !important;
    border-radius:14px !important;
    box-shadow:0 18px 38px rgba(35,38,31,.14) !important;
  }

  header.open .mobile-menu{
    display:block !important;
  }

  .mobile-menu a{
    display:block !important;
    padding:12px 4px !important;
    border-top:1px solid #edf0e9 !important;

  }

  .mobile-menu a:first-child{
    border-top:0 !important;
  }

  main{
    margin-top:12px !important;
  }

  section{
    margin-bottom:12px !important;
    border-radius:16px !important;
  }

  .shell{
    width:calc(100% - 32px) !important;
    max-width:none !important;
  }

  .section{
    padding:44px 0 !important;
  }

  .eyebrow{
    margin-bottom:12px !important;

  }

  h1{
    max-width:none !important;
    margin-bottom:18px !important;

  }

  .lead{
    max-width:none !important;
    margin-bottom:13px !important;

  }

  .hero-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:9px !important;
    margin-top:22px !important;
  }

  .hero-actions .btn{
    width:100% !important;
    min-height:46px !important;
    padding:0 14px !important;
    border-radius:9px !important;

    white-space:normal !important;
    text-align:center !important;
  }


  footer{
    border-radius:16px !important;
    padding:34px 0 20px !important;
  }
}

@media  (max-width: 600px){

  .page{
    width:calc(100% - 12px) !important;
    margin:6px auto 16px !important;
  }

  .shell{
    width:calc(100% - 26px) !important;
  }

  .nav{
    height:66px !important;
    min-height:66px !important;
    padding:0 12px !important;
  }

  .logo img{
    width:136px !important;
    max-width:136px !important;
  }

  .mobile-menu{
    top:72px !important;
    left:6px !important;
    right:6px !important;
  }

  .section{
    padding:38px 0 !important;
  }

}

@media  (max-width: 390px){
  .shell{
    width:calc(100% - 22px) !important;
  }

  .logo img{
    width:128px !important;
    max-width:128px !important;
  }
}

@media  (min-width:901px) and (max-width:1180px){
  .nav{
    grid-template-columns:160px minmax(0,1fr) auto !important;
    gap:13px !important;
    padding:0 16px !important;
  }

  .logo img{
    width:148px !important;
    max-width:148px !important;
  }

  .navlinks{
    gap:15px !important;
  }

  .actions{
    gap:7px !important;
  }
}

@media  (min-width: 1051px){
  header .nav{
    display:grid !important;
    grid-template-columns:190px minmax(0,1fr) auto !important;
    min-height:82px !important;
    height:82px !important;
    padding:0 24px !important;
  }

  header .navlinks{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:24px !important;
  }

  header .navlinks a{
    display:block !important;
    white-space:nowrap !important;
  }

  header .actions{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
  }

  header .mobile-toggle,
  header .mobile-menu{
    display:none !important;
  }
}

@media  (max-width: 1050px){
  header{
    overflow:visible !important;
  }

  header .nav{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 44px !important;
    align-items:center !important;
    width:100% !important;
    min-height:72px !important;
    height:72px !important;
    padding:0 16px !important;
    gap:12px !important;
  }

  header .logo{
    display:flex !important;
    align-items:center !important;
    min-width:0 !important;
  }

  header .logo img{
    width:152px !important;
    max-width:152px !important;
    height:auto !important;
  }

  header .navlinks, header .actions{
    display:none !important;
  }

  header .mobile-toggle{
    display:flex !important;
    position:static !important;
    justify-self:end !important;
    align-items:center !important;
    justify-content:center !important;
    width:42px !important;
    min-width:42px !important;
    height:42px !important;
    min-height:42px !important;
    padding:0 !important;
    margin:0 !important;
    border:1px solid #d9ded2 !important;
    border-radius:10px !important;
    background:#fff !important;
    color:transparent !important;
    font-size:0 !important;
    box-shadow:none !important;
  }

  header .mobile-toggle::before{
    content:"";
    display:block !important;
    width:18px !important;
    height:12px !important;
    background:
      linear-gradient(var(--ink),var(--ink)) 0 0/18px 2px no-repeat,
      linear-gradient(var(--ink),var(--ink)) 0 5px/18px 2px no-repeat,
      linear-gradient(var(--ink),var(--ink)) 0 10px/18px 2px no-repeat !important;
  }

  header .mobile-menu{
    display:none !important;
    position:absolute !important;
    top:78px !important;
    left:8px !important;
    right:8px !important;
    z-index:200 !important;
    padding:8px 14px 14px !important;
    background:#fff !important;
    border:1px solid var(--line) !important;
    border-radius:14px !important;
    box-shadow:0 18px 38px rgba(35,38,31,.14) !important;
  }

  header.open .mobile-menu{
    display:block !important;
  }

  header .mobile-menu a{
    display:block !important;
    width:100% !important;
    padding:12px 4px !important;
    border-top:1px solid #edf0e9 !important;

    white-space:normal !important;
  }

  header .mobile-menu a:first-child{
    border-top:0 !important;
  }
}

@media  (max-width: 600px){
  header .nav{
    min-height:66px !important;
    height:66px !important;
    padding:0 12px !important;
  }

  header .logo img{
    width:136px !important;
    max-width:136px !important;
  }

  header .mobile-menu{
    top:72px !important;
  }
}


#ueber-uns{
  background:#ffffff !important;
}


header{
  top:0 !important;
}

@media (max-width:1050px){
  header{
    top:0 !important;
  }
}

.hero-actions{
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  margin-top:26px !important;
}

.hero-actions a{
  min-height:44px !important;
  padding:0 18px !important;
  border-radius:10px !important;

  text-decoration:none !important;
  box-shadow:none !important;
  transition:
    transform .18s ease,
    border-color .18s ease,
    background .18s ease,
    color .18s ease,
    box-shadow .18s ease !important;
}

.hero-actions .btn-primary,
.hero-actions a[href^="tel:"]{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:var(--green) !important;
  color:#1f2512 !important;
  border:1px solid var(--green) !important;
  box-shadow:0 8px 18px rgba(111,132,34,.16) !important;
}

.hero-actions .btn-primary:hover,
.hero-actions a[href^="tel:"]:hover{
  background:var(--green-dark) !important;
  border-color:var(--green-dark) !important;
  color:#fff !important;
  transform:translateY(-1px);
  box-shadow:0 10px 22px rgba(89,106,27,.20) !important;
}

.hero-actions .btn-secondary,
.hero-actions a[href*="calendly.com"]{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#fff !important;
  color:var(--ink) !important;
  border:1px solid #D3DDEA !important;
}

.hero-actions .btn-secondary:hover,
.hero-actions a[href*="calendly.com"]:hover{
  border-color:#bfc9aa !important;
  background:#fafbf7 !important;
  transform:translateY(-1px);
}

.hero-actions a[href="#preise"]{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:44px !important;
  padding:0 8px !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:#4f5358 !important;
  box-shadow:none !important;

  position:relative;
}

.hero-actions a[href="#preise"]::after{
  content:"";
  position:absolute;
  left:8px;
  right:8px;
  bottom:7px;
  height:1px;
  background:#c4ccb7;
  transition:background .18s ease;
}

.hero-actions a[href="#preise"]:hover{
  color:var(--ink) !important;
  transform:none !important;
}

.hero-actions a[href="#preise"]:hover::after{
  background:var(--green);
}

@media (max-width:620px){
  .hero-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:9px !important;
    margin-top:22px !important;
  }

  .hero-actions a{
    width:100% !important;
    min-height:46px !important;
  }

  .hero-actions a[href="#preise"]{
    justify-content:flex-start !important;
    width:auto !important;
    justify-self:start !important;
    padding-left:0 !important;
  }

  .hero-actions a[href="#preise"]::after{
    left:0;
  }
}

#telefonservice .shell, #aufgaben .shell, #ueber-uns .shell{
  max-width:1120px;
}


body{

  color:var(--text) !important;
}

section p,
.section p{
  margin-top:0;
}

section p + p,
.section p + p{
  margin-top:0;
}


#ueber-uns .shell{
  
  width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

#ueber-uns h2{
  max-width:760px !important;
  margin:0 0 20px !important;
  color:var(--ink) !important;

}

@media (max-width:900px){
  #ueber-uns.section{
    padding-top:46px !important;
    padding-bottom:46px !important;
  }

}

#ueber-uns .shell{
  max-width:1120px !important;
}

#ueber-uns .eyebrow{
  margin:0 0 14px !important;
}


#ueber-uns.section{
  padding-top:52px !important;
  padding-bottom:52px !important;
}

@media (max-width:620px){
  #ueber-uns.section{
    padding-top:38px !important;
    padding-bottom:38px !important;
  }


}


#einsatzbereiche .use::after{

  border-radius:2px;
}


#einsatzbereiche .use{
  padding-left:50px !important;
}

#einsatzbereiche .use::before{
  width:28px !important;
  height:28px !important;
  left:0 !important;
  top:27px !important;
  border:1px solid #d5dfbd !important;
  border-radius:8px !important;
  background:#f3f6eb !important;
  box-shadow:none !important;
}

#einsatzbereiche .use::after{
  content:"→" !important;
  left:8px !important;
  top:29px !important;
  width:auto !important;
  height:auto !important;
  background:transparent !important;
  color:var(--green-dark) !important;
  font-size:13px !important;

  line-height:28px !important;
}


.contact-modal[hidden]{display:none!important;}

.contact-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:grid;
  place-items:center;
  padding:24px;
}

.contact-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(20,22,18,.55);
  backdrop-filter:blur(4px);
}

.contact-modal-dialog{
  position:relative;
  z-index:1;
  width:min(100%,620px);
  max-height:min(760px,calc(100vh - 32px));
  overflow:auto;
  background:#fff;
  border:1px solid #e3e6dc;
  border-radius:18px;
  box-shadow:0 24px 70px rgba(25,28,21,.22);
  padding:30px;
}

.contact-modal-close{
  position:absolute;
  top:16px;
  right:16px;
  width:38px;
  height:38px;
  border:0;
  border-radius:50%;
  background:#f2f4ed;
  color:#353735;

  cursor:pointer;
}

.contact-modal .eyebrow{margin-bottom:8px;}

.contact-modal h2{
  margin:0 46px 10px 0;

}

.contact-modal-intro{
  margin:0 0 22px;
  color:#666b67;

}

.contact-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.contact-field{
  display:flex;
  flex-direction:column;
  gap:7px;
}

.contact-field-full{grid-column:1/-1;}

.contact-field label{

  color:#353735;
}

.contact-field input,
.contact-field textarea{
  width:100%;
  box-sizing:border-box;
  border:1px solid #d7dbcf;
  border-radius:10px;
  background:#fff;
  color:#252724;

  padding:12px 13px;
  outline:none;
  transition:border-color .18s ease,box-shadow .18s ease;
}

.contact-field input:focus,
.contact-field textarea:focus{
  border-color:var(--green);
  box-shadow:0 0 0 3px rgba(254,196,30,.14);
}

.contact-field textarea{
  min-height:145px;
  resize:vertical;
}

.contact-form-actions{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:20px;
  flex-wrap:wrap;
}

.contact-form-status{
  margin:14px 0 0;
  padding:12px 14px;
  border-radius:10px;
  background:#f5f7f0;
  color:#4c5149;

}

.contact-form-note{
  margin:14px 0 0;
  color:#7a7e78;

}

@media (max-width:640px){
  .contact-modal{padding:12px;}
  .contact-modal-dialog{
    padding:24px 18px 20px;
    border-radius:14px;
  }
  .contact-form-grid{grid-template-columns:1fr;}
  .contact-field-full{grid-column:auto;}
}


:root{--type-subline:18px;


  --type-meta:13px;
  --type-label:11px;}

html,body,body *,button,input,textarea,select,option,summary{
  font-family:Arial,Helvetica,sans-serif !important;
}

html,body{font-size:var(--type-body);line-height:1.6;}

body{font-weight:400;}

h1{
  font-size:var(--type-h1) !important;
  line-height:1.08 !important;
  font-weight:700 !important;
  letter-spacing:-.025em !important;
}

h2, section h2, .section h2{
  font-size:var(--type-h2) !important;
  line-height:1.15 !important;
  font-weight:700 !important;
  letter-spacing:-.015em !important;
}

h3, section h3, article h3, .card h3{
  font-size:var(--type-h3) !important;
  line-height:1.3 !important;
  font-weight:700 !important;
  letter-spacing:0 !important;
}

.lead{
  font-size:var(--type-subline) !important;
  line-height:1.55 !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
  max-width:780px;
}

p, section p, article p, .section p, .card p, .use p{
  font-size:var(--type-body) !important;
  line-height:1.6 !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}


strong, b, p strong{
  font-family:Arial,Helvetica,sans-serif !important;
  font-weight:700 !important;
}


.eyebrow, [class*="kicker"]{
  font-size:var(--type-label) !important;
  line-height:1.2 !important;
  font-weight:700 !important;
  letter-spacing:.11em !important;
}

nav a, .navlinks a, .mobile-menu a, .btn, a.btn, button, input[type="button"], input[type="submit"]{
  font-size:var(--type-small) !important;
  line-height:1 !important;
  font-weight:700 !important;
  letter-spacing:0 !important;
}

small, .small, .meta, figcaption{
  font-size:var(--type-meta) !important;
  line-height:1.5 !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}


#faq summary{
  font-size:var(--type-body) !important;
  line-height:1.45 !important;
  font-weight:700 !important;
}

#faq details p{
  font-size:var(--type-body) !important;
  line-height:1.6 !important;
  font-weight:400 !important;
}


#preise li{
  font-size:14px !important;
  line-height:1.55 !important;
  font-weight:400 !important;
}

footer, footer p, footer a, footer li, footer span{
  font-size:13px !important;
  line-height:1.6 !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
}

footer h3, footer h4{
  font-size:11px !important;
  line-height:1.3 !important;
  font-weight:700 !important;
  letter-spacing:.1em !important;
}


input,textarea,select,label{
  font-size:14px !important;
  line-height:1.45 !important;
  font-weight:400 !important;
}

.mobile-toggle{font-size:0 !important;line-height:1 !important;}

@media (max-width:700px){
  h1{font-size:36px !important;line-height:1.1 !important;}
  h2,section h2,.section h2{font-size:28px !important;line-height:1.18 !important;}
  h3, section h3, article h3, .card h3{font-size:19px !important;line-height:1.3 !important;}
  .lead{font-size:17px !important;}
  p, section p, article p, .section p, .card p{font-size:16px !important;}
  nav a,.navlinks a,.mobile-menu a,.btn,a.btn,button{font-size:14px !important;}
}

html body {

  color:#373a3f !important;
}

html body h1{

  color:#33363a !important;
}

html body h2,
html body .section h2,
html body section h2 {

  color:#33363a !important;
}

html body h3,
html body .section h3,
html body section h3 {

  color:#35383c !important;
}

html body .eyebrow, html body .kicker, html body .label{

  text-transform:uppercase !important;
}


@media (min-width:1051px){
  .home-service-intro{display:grid !important;grid-template-columns:minmax(0,1fr) 300px !important;gap:46px !important;align-items:end !important;margin-bottom:34px !important;}
  .home-service-intro .home-section-head{margin-bottom:0 !important;}
  .home-service-photo{margin:0 !important;width:300px !important;justify-self:end !important;}
  .home-service-photo img{display:block !important;width:300px !important;height:205px !important;object-fit:cover !important;border-radius:17px !important;box-shadow:0 16px 38px rgba(42,48,34,.10) !important;}

  .home-process{align-items:stretch !important;}
  .home-process article{grid-template-columns:38px minmax(0,1fr) !important;align-items:start !important;}
  .home-process article > div{display:grid !important;grid-template-rows:34px auto !important;align-content:start !important;}
  .home-process h3{height:34px !important;min-height:34px !important;margin:2px 0 0 !important;display:flex !important;align-items:flex-start !important;white-space:nowrap !important;font-size:17px !important;line-height:1.25 !important;}
  .home-process p{margin:0 !important;padding-top:10px !important;font-size:14px !important;line-height:1.55 !important;}
}

@media (max-width:1050px){
  .home-service-intro{display:grid !important;grid-template-columns:1fr !important;gap:24px !important;margin-bottom:30px !important;}
  .home-service-intro .home-section-head{margin-bottom:0 !important;}
  .home-service-photo{margin:0 !important;max-width:420px !important;}
  .home-service-photo img{display:block !important;width:100% !important;height:260px !important;object-fit:cover !important;border-radius:17px !important;}
}

@media (max-width:700px){
  .home-service-photo{max-width:100% !important;}
  .home-service-photo img{height:220px !important;}
  .home-process h3{white-space:normal !important;}
}

.home-hero,.home-section,.home-final{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:18px;}

.home-hero{padding:72px 0;background:linear-gradient(135deg,#FBFCFE 0%,#f3f6ed 100%);}

.home-hero-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:54px;}

.home-hero h1{max-width:780px;margin:0 0 22px;}

.home-hero-lead{max-width:760px;font-size:19px;line-height:1.62;color:#555960;margin:0;}

.home-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px;}

.home-proofbar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;}

.home-proofbar div{padding:15px 16px;background:rgba(255,255,255,.8);border:1px solid #e1e6db;border-radius:13px;}

.home-proofbar strong,.home-proofbar span{display:block;}

.home-proofbar strong{font-size:14px;margin-bottom:3px;}

.home-proofbar span{font-size:12.5px;color:#73787d;line-height:1.4;}

.home-hero-media{margin:0;position:relative;}

.home-hero-media img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:18px;box-shadow:0 22px 50px rgba(42,48,34,.12);}

.home-hero-media figcaption{position:absolute;left:18px;right:18px;bottom:18px;padding:14px 16px;background:rgba(255,255,255,.93);backdrop-filter:blur(8px);border-radius:12px;}

.home-hero-media strong,.home-hero-media span{display:block;}

.home-hero-media span{margin-top:2px;color:#6f7479;font-size:13px;}

.home-section{padding:68px 0;}

.home-soft{background:#f8faf5;}

.home-section-head{max-width:850px;margin-bottom:34px;}

.home-section-head.compact{max-width:720px;}

.home-section-head>p{font-size:18px;line-height:1.6;color:#5b6065;margin-bottom:0;}

.home-industry-grid, .home-price-grid{display:grid;gap:14px;}


.home-industry-grid h3{margin-bottom:8px;}

.home-industry-grid p{margin:0;color:#62676c;font-size:14px;line-height:1.55;}



.home-process article{gap:14px;}



.home-process b{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#FEC41E;color:#003C97;}





.home-industry-grid{grid-template-columns:repeat(3,minmax(0,1fr));}

.home-industry-grid article{padding:23px 24px;border-top:3px solid #FEC41E;background:#FBFCFE;border-radius:0 0 14px 14px;}

.home-dark{background:#343639;color:#fff;border-color:#3b3d40;}

.home-dark h2,.home-dark h3{color:#fff!important;}

.home-dark .eyebrow{color:#c8dc76!important;}

.home-dark p{color:rgba(255,255,255,.7)!important;}

.home-dual-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start;}

.home-text-link{display:inline-block;margin-top:18px;color:#FEC41E;font-weight:700;}

.home-dual-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px;}

.home-dual-cards article{padding:25px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:rgba(255,255,255,.05);}

.home-dual-cards small{display:block;margin-bottom:13px;color:#FEC41E;font-size:11px;font-weight:700;letter-spacing:.12em;}

.home-price-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;}

.home-price-grid article{padding:25px 22px;border:1px solid #dde3d9;border-radius:16px;background:#fff;}

.home-price-grid article.featured{border:2px solid #FEC41E;background:#f9fbf4;}

.price-tag{min-height:34px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#71852e;}

.price-tag em{font-style:normal;font-size:10px;letter-spacing:0;text-transform:none;margin-left:6px;padding:4px 7px;background:#FEC41E;color:#003C97;border-radius:999px;}

.price-big{font-size:38px;line-height:1.05;font-weight:700;color:#343538;margin:8px 0;}

.price-big small{font-size:13px;font-weight:600;color:#777;}

.enterprise-price{font-size:30px;}

.home-price-grid article>p{min-height:52px;color:#73777c;font-size:13.5px;}

.home-price-grid ul{list-style:none;margin:18px 0 0;padding:18px 0 0;border-top:1px solid #E3E9F1;display:grid;gap:8px;}

.home-price-grid li{position:relative;padding-left:17px;color:#555a60;font-size:13.5px;}

.home-price-grid li:before{content:"";position:absolute;left:0;top:.62em;width:6px;height:6px;border-radius:50%;background:#FEC41E;}

.home-center-cta{text-align:center;margin-top:28px;}

.home-about-grid{display:grid;grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);gap:52px;align-items:center;}

.home-about-grid figure{margin:0;}

.home-about-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:17px;}

.home-about-grid p{max-width:720px;color:#5b6065;}

.home-faq-layout{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:54px;align-items:start;}

.home-final{padding:58px 0;background:#f2f5ea;}

.home-final-grid{display:grid;grid-template-columns:1fr auto;gap:44px;align-items:center;}

.home-final h2{margin-bottom:12px;}

.home-final p{max-width:720px;margin:0;color:#5d6267;}

.home-final-actions{display:grid;gap:9px;min-width:240px;}

.home-hero .btn,.home-final .btn{min-height:46px;padding:0 18px;}



@media (min-width:1051px){
  .home-hero-grid{grid-template-columns:minmax(0,1fr) 360px !important;gap:44px !important;}
  .home-hero-media{width:360px !important;max-width:360px !important;justify-self:end !important;}
  .home-hero-media img{width:360px !important;height:285px !important;aspect-ratio:auto !important;object-fit:cover !important;}
  .home-about-grid{grid-template-columns:300px minmax(0,1fr) !important;gap:46px !important;}
  .home-about-grid figure{width:300px !important;max-width:300px !important;}
  .home-about-grid img{width:300px !important;height:225px !important;aspect-ratio:auto !important;object-fit:cover !important;}
}

@media (max-width:1050px) and (min-width:701px){
  .home-hero-media{max-width:520px !important;}
  .home-hero-media img{height:320px !important;aspect-ratio:auto !important;object-fit:cover !important;}
  .home-about-grid figure{max-width:420px !important;}
  .home-about-grid img{height:280px !important;aspect-ratio:auto !important;object-fit:cover !important;}
}

@media (max-width:700px){
  .home-hero-media{max-width:100% !important;}
  .home-hero-media img{height:240px !important;aspect-ratio:auto !important;object-fit:cover !important;}
  .home-about-grid figure{max-width:100% !important;}
  .home-about-grid img{height:220px !important;aspect-ratio:auto !important;object-fit:cover !important;}
}

@media (min-width:1051px){
  .home-hero{padding:56px 0 58px !important;}
  .home-hero-grid{grid-template-columns:minmax(0,1.25fr) 330px !important;gap:46px !important;}
  .home-hero-media{width:330px !important;max-width:330px !important;justify-self:end !important;}
  .home-hero-media img{width:330px !important;height:248px !important;aspect-ratio:auto !important;object-fit:cover !important;}
  .home-hero-media figcaption{left:14px !important;right:14px !important;bottom:14px !important;padding:11px 13px !important;}
  .home-proofbar{margin-top:28px !important;}
  .home-proofbar div{padding:13px 14px !important;}
  .home-about-grid{grid-template-columns:280px minmax(0,1fr) !important;gap:42px !important;}
  .home-about-grid figure{width:280px !important;}
  .home-about-grid img{width:280px !important;height:205px !important;aspect-ratio:auto !important;}
}

@media (min-width:1051px){
  .home-hero-grid{align-items:end !important;}
  .home-hero-media{align-self:end !important;margin-bottom:0 !important;}
}

.home-process article > div{grid-template-rows:58px auto !important;align-content:start !important;}

.home-process h3{display:flex !important;align-items:flex-start !important;}



@media(max-width:1050px){
  .home-process article > div{grid-template-rows:auto auto !important;}
  .home-process h3{min-height:0 !important;margin:3px 0 7px !important;}
}

.home-hero-grid{align-items:end!important;}

.home-proofbar{grid-column:1/-1!important;margin-top:30px!important;}

@media (min-width:1051px){
  .home-hero-copy{align-self:end!important;}
  .home-hero-media{align-self:end!important;}
}

@media (max-width:1050px){
  header{position:relative!important;top:auto!important;}
  main{margin-top:14px!important;}
  .home-hero-grid{display:grid!important;grid-template-columns:1fr!important;gap:24px!important;align-items:start!important;}
  .home-hero-copy{display:block!important;}
  .home-hero-media{display:block!important;order:2!important;width:min(100%,520px)!important;max-width:520px!important;margin:0!important;justify-self:start!important;}
  .home-proofbar{order:3!important;grid-column:auto!important;margin-top:0!important;}
}

@media (max-width:700px){
  .page{width:calc(100% - 12px)!important;margin:6px auto 18px!important;}
  header{position:relative!important;top:auto!important;}
  .nav{height:64px!important;min-height:64px!important;}
  header .logo img{display:block!important;width:138px!important;max-width:138px!important;height:auto!important;}
  .home-hero{padding:34px 0 38px!important;}
  .home-hero-grid{gap:20px!important;}
  .home-hero h1{font-size:31px!important;line-height:1.08!important;margin-bottom:16px!important;}
  .home-hero-lead{font-size:16px!important;line-height:1.55!important;}
  .home-hero-actions{margin-top:20px!important;gap:8px!important;}
  .home-hero-media{width:100%!important;max-width:none!important;margin-top:2px!important;}
  .home-hero-media img{display:block!important;width:100%!important;height:220px!important;object-fit:cover!important;border-radius:14px!important;}
  .home-hero-media figcaption{position:static!important;margin-top:8px!important;padding:12px 14px!important;border:1px solid #E3E9F1!important;border-radius:10px!important;background:#fff!important;}
  .home-proofbar{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;}
  .home-proofbar div{padding:13px 14px!important;min-height:86px!important;}
  .home-service-intro{grid-template-columns:1fr!important;gap:22px!important;}
  .home-service-photo{width:100%!important;max-width:none!important;justify-self:stretch!important;}
  .home-service-photo img{width:100%!important;height:210px!important;object-fit:cover!important;}
}

@media (max-width:430px){
  .home-proofbar{grid-template-columns:1fr!important;}
  .home-proofbar div{min-height:0!important;}
}

.sub-hero{background:#FBFCFE!important;padding:56px 0 54px!important;}

.sub-hero-grid{display:grid;grid-template-columns:minmax(0,1.42fr) 360px;gap:62px;align-items:end;}

.sub-breadcrumb{display:flex;gap:8px;align-items:center;margin-bottom:25px;color:#777b82;font-size:13px;line-height:1.4;}

.sub-breadcrumb a{color:#003C97;font-weight:700;}

.sub-hero h1{max-width:830px;margin-bottom:18px;}

.sub-hero-lead{max-width:800px;font-size:18px!important;line-height:1.62!important;color:#53575e;margin:0 0 24px;}

.sub-hero-actions{display:flex;gap:10px;flex-wrap:wrap;}

.sub-hero-photo{margin:0;align-self:end;}

.sub-hero-photo img{width:100%;height:286px;object-fit:cover;border-radius:16px;box-shadow:0 16px 34px rgba(29,54,88,.09);}

.sub-proof{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:34px;padding:10px;border-radius:16px;background:#f1f4eb;}

.sub-proof div{padding:14px 15px;border-radius:11px;background:rgba(255,255,255,.78);}

.sub-proof strong{display:block;margin-bottom:3px;font-size:15px;}

.sub-proof span{display:block;color:#777b82;font-size:13px;line-height:1.45;}

.sub-head{max-width:820px;margin-bottom:32px;}

.sub-head p{max-width:760px;color:#555960;}

.sub-situations{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}

.sub-situation{padding:26px 0 0;border-top:3px solid #FEC41E;display:flex;flex-direction:column;}

.sub-situation h3{line-height:1.25;}

.sub-situation p{color:#555960;margin:0;}

.sub-split{display:grid;grid-template-columns:minmax(0,1.18fr) 360px;gap:64px;align-items:center;}

.sub-photo{margin:0;}

.sub-photo img{width:100%;height:270px;object-fit:cover;border-radius:16px;box-shadow:0 14px 32px rgba(29,54,88,.075);}

.sub-tasks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 42px;border-top:1px solid #D8E1EC;}

.sub-task{position:relative;padding:22px 0 22px 36px;border-bottom:1px solid #D8E1EC;}

.sub-task:before{content:"";position:absolute;left:0;top:28px;width:10px;height:10px;border-radius:50%;background:#FEC41E;box-shadow:0 0 0 5px #eef2e3;}

.sub-task strong{display:block;margin-bottom:6px;color:#343538;font-size:16px;}

.sub-task span{display:block;color:#555960;font-size:14px;line-height:1.55;}

.sub-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border:1px solid #D8E1EC;border-radius:18px;overflow:hidden;background:#fff;}

.sub-step{padding:25px 22px 24px;min-height:215px;}

.sub-step+.sub-step{border-left:1px solid #D8E1EC;}

.sub-step-no{margin-bottom:24px;color:#003C97;font-size:12px;font-weight:700;letter-spacing:.12em;}

.sub-step h3{margin-bottom:10px;}

.sub-step p{margin:0;color:#555960;font-size:14px!important;line-height:1.55!important;}

.sub-use{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 42px;border-top:1px solid #D8E1EC;}

.sub-use article{padding:24px 0;border-bottom:1px solid #D8E1EC;}

.sub-use h3{margin-bottom:8px;}

.sub-use p{margin:0;color:#555960;}

.sub-note{margin-top:28px;padding:22px 24px;border-left:4px solid #FEC41E;border-radius:0 14px 14px 0;background:#F7F9FC;color:#555960;}

.sub-price{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:34px;align-items:center;padding:30px 34px;border:1px solid #D8E1EC;border-radius:18px;background:#FBFCFE;}

.sub-price strong{display:block;font-size:26px;line-height:1.2;color:#343538;margin-bottom:6px;}

.sub-price p{margin:0;color:#555960;}

.sub-price-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;}

@media(max-width:980px){.sub-hero-grid,.sub-split{grid-template-columns:1fr 300px;gap:36px;}.sub-proof{grid-template-columns:1fr 1fr;}.sub-steps{grid-template-columns:1fr 1fr;}.sub-step:nth-child(3){border-left:0;border-top:1px solid #D8E1EC;}.sub-step:nth-child(4){border-top:1px solid #D8E1EC;}}

@media(max-width:760px){.sub-hero{padding:42px 0!important;}.sub-hero-grid,.sub-split{grid-template-columns:1fr;}.sub-hero-photo{grid-row:auto;}.sub-hero-photo img,.sub-photo img{height:220px;}.sub-proof,.sub-situations,.sub-tasks,.sub-use{grid-template-columns:1fr;}.sub-steps{grid-template-columns:1fr;}.sub-step+.sub-step{border-left:0;border-top:1px solid #D8E1EC;}.sub-price{grid-template-columns:1fr;padding:24px 22px;}.sub-price-actions{justify-content:flex-start;}.sub-hero-actions .btn{width:100%;}}

:root{
  --type-h1:44px;
  --type-h2:32px;
  --type-h3:20px;
  --type-lead:18px;
  --type-body:16px;
  --type-small:13px;
}

html body{
  font-family:Arial,Helvetica,sans-serif;
  color:#373a3f;
}

html body h1,
html body .home-hero h1,
html body .sub-hero h1{
  font-size:var(--type-h1)!important;
  line-height:1.08!important;
  letter-spacing:-.025em!important;
  font-weight:700!important;
}

html body h2,
html body section h2,
html body .sub-head h2{
  font-size:var(--type-h2)!important;
  line-height:1.16!important;
  letter-spacing:-.018em!important;
  font-weight:700!important;
}

html body h3,
html body section h3,
html body article h3,
html body .sub-situation h3{
  font-size:var(--type-h3)!important;
  line-height:1.28!important;
  letter-spacing:-.006em!important;
  font-weight:700!important;
}

html body p,
html body section p,
html body article p,
html body .sub-situation p,
html body .sub-task span,
html body .sub-use p{
  font-size:var(--type-body)!important;
  line-height:1.62!important;
}

html body .home-hero-lead,
html body .sub-hero-lead,
html body .lead,
html body .sub-head > p{
  font-size:var(--type-lead)!important;
  line-height:1.62!important;
}

html body .eyebrow,
html body .sub-proof span,
html body .home-proofbar span{
  font-size:var(--type-small)!important;
}

html body .btn, html body nav a, html body .mobile-menu a{
  font-size:14px!important;
}

.sub-situation h3{
  min-height:2.56em!important;
  margin-bottom:12px!important;
}

@media (max-width:1050px){
  :root{
    --type-h1:39px;
    --type-h2:30px;
  }
}

@media (max-width:700px){
  :root{
    --type-h1:31px;
    --type-h2:26px;
    --type-h3:19px;
    --type-lead:16px;
    --type-body:15px;
  }
  .sub-situation h3{min-height:0!important;}
}

.home-process{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  border-top:0!important;
  align-items:stretch!important;
}

.home-process article{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  grid-template-rows:auto 1fr!important;
  column-gap:14px!important;
  row-gap:16px!important;
  padding:24px!important;
  min-height:190px!important;
  border:1px solid #DDE5EF!important;
  border-top:3px solid #FEC41E!important;
  border-radius:15px!important;
  background:#fff!important;
  box-shadow:0 8px 22px rgba(42,48,34,.035)!important;
}

.home-process article+article{
  padding-left:24px!important;
  border-left:1px solid #DDE5EF!important;
}

.home-process article > b{
  grid-column:1!important;
  grid-row:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:36px!important;
  height:36px!important;
  margin:0!important;
  border-radius:10px!important;
  background:#FEC41E!important;
  color:#003C97!important;
  font-size:15px!important;
  font-weight:700!important;
}

.home-process article > div{display:contents!important;}

.home-process h3{
  grid-column:2!important;
  grid-row:1!important;
  height:auto!important;
  min-height:0!important;
  margin:5px 0 0!important;
  padding:0!important;
  white-space:normal!important;
  font-size:17px!important;
  line-height:1.3!important;
}

.home-process p{
  grid-column:1 / -1!important;
  grid-row:2!important;
  margin:0!important;
  padding:0!important;
  font-size:14px!important;
  line-height:1.58!important;
  color:#62676c!important;
}

@media(max-width:1050px){
  .home-process{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}

@media(max-width:700px){
  .home-process{grid-template-columns:1fr!important;gap:10px!important;}
  .home-process article{min-height:0!important;padding:20px!important;}
  .home-process article+article{padding-left:20px!important;}
}

.navlinks{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:26px!important;
  overflow:visible!important;
}

.nav-dd{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  min-height:64px!important;
}

.nav-dd-toggle{
  display:flex!important;
  align-items:center!important;
  gap:5px!important;
}

.nav-dd-toggle span{
  font-size:11px!important;
  color:#003C97!important;
  transition:transform .18s ease!important;
}

.nav-dd:hover .nav-dd-toggle span,
.nav-dd:focus-within .nav-dd-toggle span{
  transform:rotate(180deg)!important;
}

.nav-dd-menu{
  position:absolute!important;
  z-index:9999!important;
  left:-18px!important;
  top:calc(100% - 4px)!important;
  width:230px!important;
  padding:10px!important;
  display:grid!important;
  gap:2px!important;
  background:#fff!important;
  border:1px solid #DDE5EF!important;
  border-radius:14px!important;
  box-shadow:0 18px 45px rgba(40,44,33,.14)!important;
  opacity:0!important;
  visibility:hidden!important;
  transform:translateY(8px)!important;
  transition:.16s ease!important;
}

.nav-dd-menu-wide{width:245px!important;}

.nav-dd:hover .nav-dd-menu,
.nav-dd:focus-within .nav-dd-menu{
  opacity:1!important;
  visibility:visible!important;
  transform:translateY(0)!important;
}

.nav-dd-menu a{
  display:block!important;
  padding:10px 12px!important;
  border-radius:8px!important;
  color:#494d52!important;
  font-size:14px!important;
  line-height:1.25!important;
  white-space:nowrap!important;
}

.nav-dd-menu a:hover{
  background:#F3F7FC!important;
  color:#003C97!important;
}

.mobile-menu details{
  border-top:1px solid #edf0e9!important;
}

.mobile-menu summary{
  cursor:pointer!important;
  padding:12px 6px!important;
  font-size:14px!important;
  font-weight:700!important;
  color:#44484d!important;
  list-style:none!important;
}

.mobile-menu details a{
  padding-left:18px!important;
  background:#FBFCFE!important;
}

@media(max-width:1180px){
  .navlinks{gap:18px!important;}
}

@media(max-width:1050px){
  .navlinks,.actions{display:none!important;}
  .mobile-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;}
  .mobile-menu{display:none!important;}
  .mobile-menu.open{display:block!important;}
}


.breadcrumb{display:flex;gap:8px;align-items:center;margin-bottom:28px;color:#858990;font-size:12px;}

.breadcrumb a{color:#003C97;}

#sekretariatsservice-top{padding-top:42px;}

@media(max-width:700px){#sekretariatsservice-top{padding-top:28px;}.breadcrumb{margin-bottom:18px;}}

#faq-sekretariat .home-faq, #faq-termin-rueckruf .home-faq{
  max-width:980px!important;
  margin-top:30px!important;
  display:grid!important;
  gap:10px!important;
}

#faq-sekretariat .home-faq, #faq-termin-rueckruf .home-faq details{
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #DDE5EF!important;
  border-radius:13px!important;
  background:#fff!important;
  box-shadow:none!important;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;
}

#faq-sekretariat .home-faq, #faq-termin-rueckruf .home-faq details:hover{
  border-color:#D6E1F0!important;
}

#faq-sekretariat .home-faq, #faq-termin-rueckruf .home-faq details[open]{
  border-color:#c8d3ae!important;
  box-shadow:0 8px 22px rgba(29,54,88,.045)!important;
}

#faq-sekretariat .home-faq, #faq-termin-rueckruf .home-faq summary{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  min-height:58px!important;
  padding:17px 54px 17px 20px!important;
  list-style:none!important;
  cursor:pointer!important;
  color:#343538!important;
  font-size:16px!important;
  line-height:1.4!important;
  font-weight:600!important;
}

#faq-sekretariat .home-faq, #faq-termin-rueckruf .home-faq summary::-webkit-details-marker{
  display:none!important;
}

#faq-sekretariat .home-faq, #faq-termin-rueckruf .home-faq summary::after{
  content:""!important;
  position:absolute!important;
  right:20px!important;
  top:50%!important;
  width:9px!important;
  height:9px!important;
  border-right:1.5px solid #003C97!important;
  border-bottom:1.5px solid #003C97!important;
  transform:translateY(-65%) rotate(45deg)!important;
  transition:transform .18s ease!important;
}

#faq-sekretariat .home-faq, #faq-termin-rueckruf .home-faq details[open] summary::after{
  transform:translateY(-35%) rotate(225deg)!important;
}

#faq-sekretariat .home-faq, #faq-termin-rueckruf .home-faq details p{
  max-width:860px!important;
  margin:0!important;
  padding:0 54px 19px 20px!important;
  color:#555960!important;
  font-size:15px!important;
  line-height:1.62!important;
}

@media(max-width:700px){
  #faq-sekretariat .home-faq, #faq-termin-rueckruf .home-faq{
    gap:8px!important;
  }
  #faq-sekretariat .home-faq, #faq-termin-rueckruf .home-faq summary{
    padding:16px 46px 16px 16px!important;
    font-size:15px!important;
  }
  #faq-sekretariat .home-faq, #faq-termin-rueckruf .home-faq summary::after{
    right:17px!important;
  }
  #faq-sekretariat .home-faq, #faq-termin-rueckruf .home-faq details p{
    padding:0 16px 17px!important;
    font-size:15px!important;
  }
}

#faq-telefonzentrale-hotline .home-faq{
  max-width:980px!important;
  margin-top:30px!important;
  display:grid!important;
  gap:10px!important;
}

#faq-telefonzentrale-hotline .home-faq details{
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #DDE5EF!important;
  border-radius:13px!important;
  background:#fff!important;
  box-shadow:none!important;
  transition:border-color .18s ease,box-shadow .18s ease!important;
}

#faq-telefonzentrale-hotline .home-faq details:hover{
  border-color:#D6E1F0!important;
}

#faq-telefonzentrale-hotline .home-faq details[open]{
  border-color:#c8d3ae!important;
  box-shadow:0 8px 22px rgba(29,54,88,.045)!important;
}

#faq-telefonzentrale-hotline .home-faq summary{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  min-height:58px!important;
  padding:17px 54px 17px 20px!important;
  list-style:none!important;
  cursor:pointer!important;
  color:#343538!important;
  font-size:16px!important;
  line-height:1.4!important;
  font-weight:600!important;
}

#faq-telefonzentrale-hotline .home-faq summary::-webkit-details-marker{
  display:none!important;
}

#faq-telefonzentrale-hotline .home-faq summary::after{
  content:""!important;
  position:absolute!important;
  right:20px!important;
  top:50%!important;
  width:9px!important;
  height:9px!important;
  border-right:1.5px solid #003C97!important;
  border-bottom:1.5px solid #003C97!important;
  transform:translateY(-65%) rotate(45deg)!important;
  transition:transform .18s ease!important;
}

#faq-telefonzentrale-hotline .home-faq details[open] summary::after{
  transform:translateY(-35%) rotate(225deg)!important;
}

#faq-telefonzentrale-hotline .home-faq details p{
  max-width:860px!important;
  margin:0!important;
  padding:0 54px 19px 20px!important;
  color:#555960!important;
  font-size:15px!important;
  line-height:1.62!important;
}

@media(max-width:700px){
  #faq-telefonzentrale-hotline .home-faq{
    gap:8px!important;
  }
  #faq-telefonzentrale-hotline .home-faq summary{
    padding:16px 46px 16px 16px!important;
    font-size:15px!important;
  }
  #faq-telefonzentrale-hotline .home-faq summary::after{
    right:17px!important;
  }
  #faq-telefonzentrale-hotline .home-faq details p{
    padding:0 16px 17px!important;
  }
}

#faq-mensch-ki .home-faq{
  max-width:980px!important;
  margin-top:30px!important;
  display:grid!important;
  gap:10px!important;
}

#faq-mensch-ki .home-faq details{
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #DDE5EF!important;
  border-radius:13px!important;
  background:#fff!important;
  box-shadow:none!important;
  transition:border-color .18s ease,box-shadow .18s ease!important;
}

#faq-mensch-ki .home-faq details:hover{border-color:#D6E1F0!important;}

#faq-mensch-ki .home-faq details[open]{
  border-color:#c8d3ae!important;
  box-shadow:0 8px 22px rgba(29,54,88,.045)!important;
}

#faq-mensch-ki .home-faq summary{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  min-height:58px!important;
  padding:17px 54px 17px 20px!important;
  list-style:none!important;
  cursor:pointer!important;
  color:#343538!important;
  font-size:16px!important;
  line-height:1.4!important;
  font-weight:600!important;
}

#faq-mensch-ki .home-faq summary::-webkit-details-marker{display:none!important;}

#faq-mensch-ki .home-faq summary::after{
  content:""!important;
  position:absolute!important;
  right:20px!important;
  top:50%!important;
  width:9px!important;
  height:9px!important;
  border-right:1.5px solid #003C97!important;
  border-bottom:1.5px solid #003C97!important;
  transform:translateY(-65%) rotate(45deg)!important;
  transition:transform .18s ease!important;
}

#faq-mensch-ki .home-faq details[open] summary::after{
  transform:translateY(-35%) rotate(225deg)!important;
}

#faq-mensch-ki .home-faq details p{
  max-width:860px!important;
  margin:0!important;
  padding:0 54px 19px 20px!important;
  color:#555960!important;
  font-size:15px!important;
  line-height:1.62!important;
}

@media(max-width:700px){
  #faq-mensch-ki .home-faq{gap:8px!important;}
  #faq-mensch-ki .home-faq summary{
    padding:16px 46px 16px 16px!important;
    font-size:15px!important;
  }
  #faq-mensch-ki .home-faq summary::after{right:17px!important;}
  #faq-mensch-ki .home-faq details p{padding:0 16px 17px!important;}
}

.price-master-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  align-items:stretch;
}

.price-master-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:26px 22px 22px;
  border:1px solid #DDE5EF;
  border-top:3px solid #FEC41E;
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 24px rgba(29,54,88,.035);
}

.price-master-card.featured{
  border-color:#b9c98e;
  box-shadow:0 14px 32px rgba(92,108,51,.10);
}

.price-master-badge{
  position:absolute;
  top:-13px;
  right:16px;
  padding:6px 10px;
  border-radius:999px;
  background:#FEC41E;
  color:#172006;
  font-size:11px;
  font-weight:700;
  letter-spacing:.04em;
}

.price-master-name{
  margin-bottom:16px;
  color:#5f6d2c;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.price-master-price{
  color:#343538;
  font-size:38px;
  line-height:1;
  font-weight:700;
  letter-spacing:-.025em;
}

.price-master-individual{
  font-size:29px;
}

.price-master-note{
  margin-top:7px;
  color:#74787d;
  font-size:13px;
}

.price-master-included{
  min-height:42px;
  margin-top:16px;
  color:#343538;
  font-size:15px;
  font-weight:600;
  line-height:1.4;
}

.price-master-divider{
  height:1px;
  margin:20px 0;
  background:#E5EAF2;
}

.price-master-card ul{
  flex:1;
  margin:0 0 24px;
  padding:0;
  list-style:none;
}

.price-master-card li{
  position:relative;
  margin:0 0 11px;
  padding-left:19px;
  color:#555960;
  font-size:14px;
  line-height:1.48;
}

.price-master-card li:before{
  content:"";
  position:absolute;
  left:0;
  top:.52em;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#FEC41E;
}

#faq-preise .home-faq{
  max-width:980px!important;
  margin-top:30px!important;
  display:grid!important;
  gap:10px!important;
}

#faq-preise .home-faq details{
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #DDE5EF!important;
  border-radius:13px!important;
  background:#fff!important;
}

#faq-preise .home-faq summary{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  min-height:58px!important;
  padding:17px 54px 17px 20px!important;
  list-style:none!important;
  cursor:pointer!important;
  color:#343538!important;
  font-size:16px!important;
  line-height:1.4!important;
  font-weight:600!important;
}

#faq-preise .home-faq summary::-webkit-details-marker{display:none!important;}

#faq-preise .home-faq summary::after{
  content:""!important;
  position:absolute!important;
  right:20px!important;
  top:50%!important;
  width:9px!important;
  height:9px!important;
  border-right:1.5px solid #003C97!important;
  border-bottom:1.5px solid #003C97!important;
  transform:translateY(-65%) rotate(45deg)!important;
  transition:transform .18s ease!important;
}

#faq-preise .home-faq details[open] summary::after{
  transform:translateY(-35%) rotate(225deg)!important;
}

#faq-preise .home-faq details p{
  margin:0!important;
  padding:0 54px 19px 20px!important;
  color:#555960!important;
  font-size:15px!important;
  line-height:1.62!important;
}

@media(max-width:1050px){
  .price-master-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media(max-width:700px){
  .price-master-grid{grid-template-columns:1fr;}
  .price-master-card{padding:23px 20px 20px;}
  .price-master-included{min-height:0;}
}

.about-letter{position:relative;
  display:grid;
  

  align-items:start;}

.about-letter-mark{
  margin-top:-22px;
  color:#FEC41E;
  font-family:Georgia,serif;
  font-size:120px;
  line-height:1;
  opacity:.42;
}

.about-letter-copy p{
  margin:0 0 18px;
  color:#4f5459;
  font-size:17px!important;
  line-height:1.75!important;
}


#faq-ueber-uns .home-faq{
  max-width:980px!important;
  margin-top:30px!important;
  display:grid!important;
  gap:10px!important;
}

#faq-ueber-uns .home-faq details{
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid #DDE5EF!important;
  border-radius:13px!important;
  background:#fff!important;
}

#faq-ueber-uns .home-faq summary{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  min-height:58px!important;
  padding:17px 54px 17px 20px!important;
  list-style:none!important;
  cursor:pointer!important;
  color:#343538!important;
  font-size:16px!important;
  line-height:1.4!important;
  font-weight:600!important;
}

#faq-ueber-uns .home-faq summary::-webkit-details-marker{display:none!important;}

#faq-ueber-uns .home-faq summary::after{
  content:""!important;
  position:absolute!important;
  right:20px!important;
  top:50%!important;
  width:9px!important;
  height:9px!important;
  border-right:1.5px solid #003C97!important;
  border-bottom:1.5px solid #003C97!important;
  transform:translateY(-65%) rotate(45deg)!important;
}

#faq-ueber-uns .home-faq details[open] summary::after{
  transform:translateY(-35%) rotate(225deg)!important;
}

#faq-ueber-uns .home-faq details p{
  margin:0!important;
  padding:0 54px 19px 20px!important;
  color:#555960!important;
  font-size:15px!important;
  line-height:1.62!important;
}

@media(max-width:700px){
  .about-letter{grid-template-columns:1fr;gap:0;}
  .about-letter-mark{font-size:80px;margin-bottom:-20px;}
  .about-letter-copy p{font-size:16px!important;}
}

.about-history .sub-head{
  max-width:860px!important;
  margin-bottom:44px!important;
}

.about-timeline{
  position:relative;
  max-width:1040px;
  margin-top:10px;
}

.about-timeline:before{
  content:"";
  position:absolute;
  left:92px;
  top:10px;
  bottom:14px;
  width:1px;
  background:#d9dfd1;
}

.about-timeline-item{
  position:relative;
  display:grid;
  grid-template-columns:160px minmax(0,1fr);
  gap:34px;
  min-height:122px;
  padding:0 0 34px;
}

.about-timeline-item:before{
  content:"";
  position:absolute;
  left:85px;
  top:7px;
  width:15px;
  height:15px;
  border-radius:50%;
  background:#FEC41E;
  box-shadow:0 0 0 6px #f5f7f1;
}

.about-timeline-year{
  padding-top:1px;
  color:#003C97;
  font-size:13px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.about-timeline-copy{
  padding:0 0 28px;
  border-bottom:1px solid #E3E9F1;
}

.about-timeline-copy h3{
  margin:0 0 9px!important;
  font-size:21px!important;
  line-height:1.3!important;
}

.about-timeline-copy p{
  max-width:720px;
  margin:0!important;
  color:#5a5f64!important;
  font-size:16px!important;
  line-height:1.62!important;
}

.about-timeline-item-last{
  padding-bottom:0;
}

.about-timeline-item-last .about-timeline-copy{
  padding-bottom:0;
  border-bottom:0;
}

@media(max-width:700px){
  .about-timeline:before{
    left:11px;
  }
  .about-timeline-item{
    grid-template-columns:1fr;
    gap:8px;
    padding-left:38px;
    padding-bottom:28px;
  }
  .about-timeline-item:before{
    left:4px;
  }
  .about-timeline-year{
    padding-top:0;
  }
  .about-timeline-copy{
    padding-bottom:24px;
  }
  .about-timeline-copy h3{
    font-size:19px!important;
  }
}

.v52-footer{
  background:#2d2f30!important;
  color:#c9cccd;
  padding:0!important;
}

.v52-footer .shell{
  padding-top:54px;
  padding-bottom:24px;
}

.v52-footer-top{
  display:grid;
  grid-template-columns:1.35fr .9fr .9fr .8fr;
  gap:54px;
  padding-bottom:38px;
}

.v52-footer-brand strong{
  display:block;
  margin-bottom:13px;
  color:#fff;
  font-size:14px;
}

.v52-footer-brand p{
  max-width:330px;
  margin:0 0 12px!important;
  color:#aeb2b3!important;
  font-size:12px!important;
  line-height:1.6!important;
}

.v52-footer-brand a{
  color:#c9cccd!important;
  font-size:12px;
  text-decoration:none;
}

.v52-footer-col{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:9px;
}

.v52-footer-col > span{
  margin-bottom:5px;
  color:#b7ca72;
  font-size:10px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.v52-footer-col a{
  color:#c3c6c7!important;
  font-size:12px;
  line-height:1.45;
  text-decoration:none;
}

.v52-footer-col a:hover,
.v52-footer-brand a:hover{
  color:#fff!important;
}

.v52-footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:30px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.11);
  color:#8f9495;
  font-size:11px;
}

.v52-footer-bottom div{
  display:flex;
  gap:18px;
}

.v52-footer-bottom a{
  color:#9da1a2!important;
  text-decoration:none;
}

@media(max-width:900px){
  .v52-footer-top{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:38px;
  }
}

@media(max-width:600px){
  .v52-footer .shell{padding-top:38px;}
  .v52-footer-top{
    grid-template-columns:1fr;
    gap:30px;
  }
  .v52-footer-bottom{
    display:block;
  }
  .v52-footer-bottom div{
    margin-top:12px;
  }
}

header#top .navlinks{display:flex;align-items:center;justify-content:center;gap:26px;min-width:0;}

header#top .navlinks>a,header#top .nav-dd-toggle{display:flex;align-items:center;gap:3px;text-decoration:none;white-space:nowrap;}

header#top .nav-dd{position:relative;display:flex;align-items:center;}

header#top .nav-dd-toggle span{font-size:10px;line-height:1;transition:transform .16s ease;}

header#top .nav-dd-menu{position:absolute!important;z-index:9999!important;left:-18px!important;top:calc(100% + 10px)!important;width:230px!important;padding:10px!important;display:grid!important;gap:2px!important;background:#fff!important;border:1px solid #DDE5EF!important;border-radius:14px!important;box-shadow:0 18px 45px rgba(40,44,33,.14)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(8px)!important;transition:opacity .16s ease,transform .16s ease,visibility .16s ease!important;}

header#top .nav-dd-menu-wide{width:245px!important;}

header#top .nav-dd:hover>.nav-dd-menu,header#top .nav-dd:focus-within>.nav-dd-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important;}

header#top .nav-dd:hover>.nav-dd-toggle span,header#top .nav-dd:focus-within>.nav-dd-toggle span{transform:rotate(180deg);}

header#top .nav-dd-menu a{display:block!important;padding:10px 12px!important;border-radius:8px!important;color:#494d52!important;font-size:14px!important;line-height:1.25!important;white-space:nowrap!important;text-decoration:none!important;}

header#top .nav-dd-menu a:hover,header#top .nav-dd-menu a:focus{background:#F3F7FC!important;color:#003C97!important;}

@media(max-width:1050px){header#top .navlinks,header#top .actions{display:none!important;}header#top .mobile-toggle{display:flex!important;}}

@media(min-width:1051px){header#top .mobile-toggle,header#top .mobile-menu{display:none!important;}}

header#top .nav-dd::after{content:"";position:absolute;left:-28px;right:-28px;top:100%;height:18px;}


.branch-hero-image,.branch-hub-thumb{object-fit:cover;object-position:center;image-rendering:auto;}

.branch-hero-image{width:100%;height:100%;min-height:340px;}

.branch-hub-thumb{width:100%;height:180px;}

@media (max-width: 1024px) {


  .branch-hero-image{
    width: 100% !important;
    max-width: none !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }

}

@media (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }
  h1 {
    font-size: clamp(36px, 11vw, 56px) !important;
    line-height: 1.02 !important;
  }
  h2 {
    font-size: clamp(28px, 8vw, 40px) !important;
  }


  .btn, .button, a.btn{
    min-height: 46px;
    white-space: normal;
    text-align: center;
  }
  .hero-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .hero-actions > *{
    flex: 1 1 180px;
  }

  .branch-subnav{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}

@media (max-width: 520px) {

  .hero-actions > *{
    flex-basis: 100%;
    width: 100%;
  }

}

.about-letter-section{
  padding-left:24px;
  padding-right:24px;
}

.about-letter{
  width:min(100%,1040px)!important;
  max-width:1040px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  grid-template-columns:72px minmax(0,820px)!important;
  justify-content:center;
  gap:28px!important;
}

a.about-person-signature{
  width:fit-content!important;
  max-width:100%!important;
  margin-top:28px;
  margin-left:0!important;
  margin-right:0!important;
  padding:12px 14px!important;
  border-top:1px solid #DDE5EF;
  border-radius:16px;
  display:flex;
  align-items:center;
  gap:16px;
  color:#34383a;
  text-decoration:none!important;
  cursor:pointer;
  transition:background .18s ease,transform .18s ease;
}

a.about-person-signature:hover{
  background:#f5f7ef;
  transform:translateY(-1px);
}

.about-person-photo-link{
  display:block;
  flex:0 0 74px;
  width:74px;
  height:74px;
  border-radius:50%;
  overflow:hidden;
  box-shadow:0 8px 22px rgba(28,34,29,.10);
}

.about-person-photo-link img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%;
}

.about-person-signature-copy{
  display:flex;
  flex-direction:column;
  gap:2px;
}

.about-person-signature-copy strong{
  color:#34383a;
  font-size:16px;
  line-height:1.3;
}

.about-person-signature-copy>span{
  color:#747a7d;
  font-size:13px;
}

.about-person-linklabel{
  margin-top:5px;
  color:#70862c!important;
  font-size:13px;
  font-weight:800;
}

a.about-person-signature:hover .about-person-linklabel{
  text-decoration:underline;
}

@media(max-width:700px){
  .about-letter{
    grid-template-columns:1fr!important;
    gap:0!important;
  }
  .about-letter-mark{display:none!important;}
  .about-letter-section{
    padding-left:16px;
    padding-right:16px;
  }
}

@media(max-width:560px){
  a.about-person-signature{gap:13px;}
  .about-person-photo-link{
    width:62px;
    height:62px;
    flex-basis:62px;
  }
}

html{scroll-behavior:smooth;}

body{margin:0;}

/* Consolidated TARIS outer CSS. Legacy page CSS remains inside each virtual page; this final master is the only outer override layer. */

/* --- taris-ci-lock --- */

:root{--green:#FEC41E!important;--green-dark:#003C97!important;}

header#top .logo, header .logo{display:flex!important;align-items:center!important;justify-content:flex-start!important;}

header#top .logo img, header .logo img{display:block!important;width:190px!important;max-width:190px!important;height:auto!important;object-fit:contain!important;}

.eyebrow{color:#003C97!important;}

.btn-primary,.primary{background:#FEC41E!important;border-color:#FEC41E!important;color:#003C97!important;}

.btn-primary:hover,.primary:hover{background:#F2B700!important;border-color:#F2B700!important;}

@media(max-width:760px){header#top .logo img,header .logo img{width:160px!important;max-width:160px!important;}}

/* --- taris-functional-scroll-fix --- */

html,body{height:auto!important;min-height:100%!important;overflow-x:hidden!important;overflow-y:auto!important;}

body{display:block!important;place-items:initial!important;padding:0!important;}


#app{display:block!important;min-height:100vh!important;width:100%!important;}

/* --- taris-light-mensch-ki-footer-fix --- */

/* Requested update only: Mensch + KI block light, footer section labels light blue */

html body .home-section.home-dark{
  background:#f4f8ff !important;
  color:#303436 !important;
  border:1px solid #d6e2f2 !important;
  box-shadow:0 12px 30px rgba(20,55,95,.07) !important;
}

html body .home-section.home-dark .home-dual-grid{
  align-items:stretch !important;
  gap:24px !important;
}

html body .home-section.home-dark .eyebrow{
  color:#0050b8 !important;
}

html body .home-section.home-dark h2,
html body .home-section.home-dark h3{
  color:#0b4ca6 !important;
}

html body .home-section.home-dark p{
  color:#596675 !important;
}

html body .home-section.home-dark .home-text-link{
  color:#0050b8 !important;
}

html body .home-section.home-dark .home-dual-cards{
  gap:16px !important;
}

html body .home-section.home-dark .home-dual-cards article{
  background:#ffffff !important;
  border:1px solid #cbdbee !important;
  border-top:4px solid #0050b8 !important;
  border-radius:18px !important;
  padding:24px 24px 26px !important;
  box-shadow:0 8px 22px rgba(20,55,95,.06) !important;
}

html body .home-section.home-dark .home-dual-cards small{
  color:#0050b8 !important;
  margin-bottom:10px !important;
}

html body .home-section.home-dark .home-dual-cards h3{
  margin:0 0 10px !important;
}

html body .home-section.home-dark .home-dual-cards p{
  margin:0 !important;
}

html body .v52-footer-col > span{
  color:#7ec8ff !important;
}

@media(max-width:820px){
  html body .home-section.home-dark .home-dual-grid{grid-template-columns:1fr !important;}
}

/* --- taris-global-call-fix-css --- */


/* --- taris-final-functional-css --- */

/* Only requested functional/layout corrections. */

body{overflow-x:hidden!important;}

/* Header must remain visible while scrolling. Fixed is used deliberately so no parent overflow can disable sticky. */

.page{padding-top:104px!important;}

header#top{
  position:fixed!important;
  top:12px!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  width:min(calc(100% - 40px),1240px)!important;
  z-index:100000!important;
  margin:0!important;
}

@media(max-width:760px){
  .page{padding-top:92px!important;}
  header#top{top:6px!important;width:calc(100% - 20px)!important;}
}

/* Price calculator: same light visual language, much clearer hierarchy. No price logic changed. */

#tarifrechner .taris-calc-simple{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 360px!important;
  gap:18px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}

#tarifrechner .taris-calc-row,
#tarifrechner .taris-calc-usage{
  grid-column:1!important;
  background:#fff!important;
  border:1px solid #d8e1ec!important;
  border-radius:18px!important;
  padding:22px!important;
  margin:0!important;
  box-shadow:none!important;
}

#tarifrechner .taris-calc-row{
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr)!important;
  gap:8px 16px!important;
  align-items:start!important;
}

#tarifrechner .taris-calc-number{
  grid-column:1!important;
  grid-row:1 / span 2!important;
  width:38px!important;height:38px!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  border-radius:50%!important;background:#0f56b3!important;color:#fff!important;
  font-weight:700!important;
}

#tarifrechner .taris-calc-copy{grid-column:2!important;}

#tarifrechner .taris-calc-copy h3{margin:0 0 4px!important;font-size:20px!important;line-height:1.25!important;}

#tarifrechner .taris-calc-copy p{margin:0!important;color:#6d737c!important;font-size:14px!important;}

#tarifrechner .taris-calc-control,
#tarifrechner .taris-calc-options{grid-column:2!important;margin-top:12px!important;}

#tarifrechner .taris-calc-control{display:grid!important;grid-template-columns:minmax(0,220px) 1fr!important;align-items:center!important;gap:12px!important;}

#tarifrechner .taris-calc-control input,
#tarifrechner .taris-calc-usage input{
  min-height:48px!important;border:1px solid #cfd9e6!important;border-radius:10px!important;background:#fff!important;padding:0 14px!important;
}

#tarifrechner .taris-calc-options{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}

#tarifrechner .taris-option{
  display:flex!important;align-items:flex-start!important;gap:10px!important;
  min-height:86px!important;padding:14px!important;border:1px solid #d8e1ec!important;border-radius:12px!important;background:#fff!important;
}

#tarifrechner .taris-option.is-selected,
#tarifrechner .taris-option:has(input:checked){border-color:#8eb2de!important;background:#f6f9fd!important;}

#tarifrechner .taris-option input{margin-top:3px!important;}

#tarifrechner .taris-option strong{display:block!important;font-size:15px!important;margin-bottom:4px!important;}

#tarifrechner .taris-option small{display:block!important;color:#6c727b!important;font-size:13px!important;line-height:1.45!important;}

#tarifrechner .taris-calc-usage{margin-top:0!important;}

#tarifrechner .taris-calc-result{
  grid-column:2!important;
  
  align-self:start!important;
  position:sticky!important;top:118px!important;
  display:block!important;
  background:#f5f8fc!important;
  border:1px solid #d3dfed!important;
  border-radius:18px!important;
  padding:24px!important;
  margin:0!important;
}

#tarifrechner .taris-calc-result h3{font-size:21px!important;line-height:1.25!important;margin-bottom:8px!important;}

#tarifrechner .taris-calc-result-values{display:grid!important;grid-template-columns:1fr!important;gap:0!important;margin-top:18px!important;}

#tarifrechner .taris-calc-result-values>div{padding:14px 0!important;border-top:1px solid #d7e1ec!important;display:flex!important;justify-content:space-between!important;gap:18px!important;align-items:baseline!important;}

#tarifrechner .taris-calc-result-values span{font-size:13px!important;color:#68707a!important;}

#tarifrechner .taris-calc-result-values strong{font-size:24px!important;color:#343538!important;white-space:nowrap!important;}

#tarifrechner .taris-calc-result-values .is-total strong{color:#0f56b3!important;font-size:28px!important;}

#tarifrechner .taris-calc-actions{grid-column:2!important;display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin:0!important;}

#tarifrechner .taris-calc-actions .btn{width:100%!important;}

#tarifrechner .taris-calc-note{grid-column:2!important;margin:0!important;font-size:12px!important;color:#727881!important;line-height:1.5!important;}

@media(max-width:980px){
  #tarifrechner .taris-calc-simple{grid-template-columns:1fr!important;}
  #tarifrechner .taris-calc-row,#tarifrechner .taris-calc-usage,#tarifrechner .taris-calc-result,#tarifrechner .taris-calc-actions,#tarifrechner .taris-calc-note{grid-column:1!important;grid-row:auto!important;position:static!important;}
}

@media(max-width:620px){
  #tarifrechner .taris-calc-row{grid-template-columns:38px minmax(0,1fr)!important;padding:18px!important;}
  #tarifrechner .taris-calc-options{grid-template-columns:1fr!important;}
  #tarifrechner .taris-calc-control{grid-template-columns:1fr!important;}
}

/* --- taris-requested-cta-layout-fix --- */

/* Requested 2026-09-04: compact calculator CTA area; no detached button column. */

#tarifrechner .taris-calc-result{grid-row:auto!important;}

#tarifrechner .taris-calc-result .taris-calc-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin-top:18px!important;}

#tarifrechner .taris-calc-result .taris-calc-actions .btn{width:100%!important;}

#tarifrechner .taris-calc-result .taris-calc-note{margin:14px 0 0!important;font-size:12px!important;line-height:1.5!important;color:#727881!important;}

/* --- taris-requested-interaction-fixes --- */

/* Requested fixes only: logo vertical centering, call/contact dialogs below the fixed header. */

header#top .nav{
  align-items:center!important;
}

header#top .logo{
  align-self:center!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  margin-top:0!important;
  margin-bottom:0!important;
  height:100%!important;
}

header#top .logo img{
  display:block!important;
  margin-top:0!important;
  margin-bottom:0!important;
  align-self:center!important;
}

/* Keep all modal content below the fixed navigation bar. */

.contact-modal,
.call-choice-modal{
  inset:104px 0 0 0!important;
  height:calc(100vh - 104px)!important;
  padding-top:20px!important;
  z-index:90000!important;
}

.contact-modal-backdrop,
.call-choice-backdrop{
  inset:0!important;
}

.contact-modal-dialog,
.call-choice-dialog{
  max-height:calc(100vh - 144px)!important;
  margin:auto!important;
}

@media(max-width:760px){
  .contact-modal,
  .call-choice-modal{
    inset:92px 0 0 0!important;
    height:calc(100vh - 92px)!important;
    padding-top:12px!important;
  }
  .contact-modal-dialog,
  .call-choice-dialog{
    max-height:calc(100vh - 112px)!important;
  }
}

/* --- taris-user-fixes-20260904 --- */

/* Only requested corrections: phone dialog, blue labels, privacy block. */

.call-choice-modal[hidden]{display:none!important;}
.call-choice-modal:not([hidden]){display:grid!important;}

/* Call choice dialog: one maintained implementation. */
.call-choice-modal{
  position:fixed!important;
  place-items:center!important;
  padding:24px!important;
  background:transparent!important;
}
.call-choice-backdrop{
  position:absolute!important;
  background:rgba(15,26,43,.58)!important;
  backdrop-filter:blur(4px)!important;
}
.call-choice-dialog{
  position:relative!important;
  z-index:1!important;
  width:min(100%,860px)!important;
  overflow:auto!important;
  background:#fff!important;
  border:1px solid #dfe6ef!important;
  border-radius:20px!important;
  box-shadow:0 28px 80px rgba(18,35,58,.24)!important;
  padding:30px!important;
}
.call-choice-close{
  position:absolute!important;
  top:16px!important;right:16px!important;
  width:40px!important;height:40px!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  border:0!important;border-radius:50%!important;
  background:#f2f5f9!important;color:#273341!important;
  font-size:25px!important;line-height:1!important;cursor:pointer!important;
}
.call-choice-dialog h2{margin:0 52px 10px 0!important;}
.call-choice-intro{margin:0 0 22px!important;color:#68717c!important;max-width:720px!important;}
.call-choice-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;}
.call-choice-option{
  display:flex!important;flex-direction:column!important;justify-content:space-between!important;gap:22px!important;
  min-width:0!important;min-height:250px!important;padding:22px!important;
  border:1px solid #dbe4ef!important;border-radius:16px!important;
  background:#fff!important;color:#34383e!important;text-decoration:none!important;
  transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease!important;
}
.call-choice-option:hover,.call-choice-option:focus{border-color:#8fb0d7!important;box-shadow:0 14px 34px rgba(25,62,109,.10)!important;transform:translateY(-1px)!important;}
.call-choice-kicker{display:block!important;margin-bottom:8px!important;color:#003C97!important;font-size:12px!important;font-weight:800!important;letter-spacing:.06em!important;}
.call-choice-copy strong{display:block!important;margin-bottom:8px!important;color:#2f343a!important;font-size:20px!important;line-height:1.25!important;}
.call-choice-copy>span:last-child{display:block!important;color:#69717a!important;font-size:14px!important;line-height:1.55!important;}
.call-choice-action{display:grid!important;gap:8px!important;margin-top:auto!important;}
.call-choice-number{color:#003C97!important;font-weight:800!important;font-size:16px!important;}
.call-choice-button{display:flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;padding:0 16px!important;border-radius:10px!important;background:#003C97!important;color:#fff!important;font-weight:800!important;}
.call-choice-button-secondary{background:#edf3fa!important;color:#003C97!important;}
@media(max-width:700px){
  .call-choice-modal{padding:12px!important;}
  .call-choice-dialog{padding:24px 18px 18px!important;border-radius:16px!important;}
  .call-choice-list{grid-template-columns:1fr!important;}
  .call-choice-option{min-height:0!important;padding:18px!important;}
  .call-choice-copy strong{font-size:18px!important;}
}


/* TARIS blue for labels that were still inherited from the former DUSOFFICE green CI. */

#app .eyebrow, #app .price-tag, #app .home-trust-clean-item>span, #app .about-person-linklabel, #app .taris-calc-row>span, #app .taris-calc-number + * strong, #app .callback-link, #app .js-contact-open.btn-secondary{
  color:#003C97!important;
}

/* Persistent call choice dialog: two equal-height choices, clear blue headings. */


/* Privacy/Security block: no outer box-in-box. Three independent, aligned cards. */

#app .home-trust-panel.home-trust-clean{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  overflow:visible!important;
}

#app .home-trust-panel.home-trust-clean>.home-trust-intro,
#app .home-trust-panel.home-trust-clean>.home-trust-clean-item{
  min-height:250px!important;
  padding:26px!important;
  background:#fff!important;
  border:1px solid #d5e0ec!important;
  border-top:4px solid #003C97!important;
  border-radius:18px!important;
  box-shadow:0 8px 24px rgba(20,50,85,.06)!important;
  box-sizing:border-box!important;
}

#app .home-trust-panel.home-trust-clean>.home-trust-intro{background:#f6f9fd!important;}

#app .home-trust-panel.home-trust-clean h2,
#app .home-trust-panel.home-trust-clean h3{
  margin:0 0 12px!important;
  min-height:56px!important;
  font-size:22px!important;
  line-height:1.25!important;
  font-weight:700!important;
  color:#003C97!important;
}

#app .home-trust-panel.home-trust-clean p{margin:0!important;font-size:16px!important;line-height:1.55!important;color:#5f6873!important;}

#app .home-trust-panel.home-trust-clean .eyebrow,
#app .home-trust-panel.home-trust-clean>.home-trust-clean-item>span{display:block!important;margin:0 0 12px!important;color:#003C97!important;font-size:12px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:.11em!important;text-transform:uppercase!important;}

@media(max-width:900px){#app .home-trust-panel.home-trust-clean{grid-template-columns:1fr!important;}#app .home-trust-panel.home-trust-clean>.home-trust-intro,#app .home-trust-panel.home-trust-clean>.home-trust-clean-item{min-height:auto!important;}#app .home-trust-panel.home-trust-clean h2,#app .home-trust-panel.home-trust-clean h3{min-height:0!important;}}

/* TARIS analytics consent — single canonical banner. */

#app .dusoffice-consent{display:none!important;}


/* --- taris-global-persistent-type-lock --- */

/* ================================================================
   TARIS GLOBAL TYPOGRAPHY MASTER
   One source of truth for every virtual page. This block is the last
   stylesheet in the document and intentionally overrides legacy page CSS.
   ================================================================ */

:root{
  --taris-font:Arial,Helvetica,sans-serif;
  --taris-h1:44px;
  --taris-h2:32px;
  --taris-h3:20px;
  --taris-lead:18px;
  --taris-body:16px;
  --taris-nav:14px;
  --taris-small:14px;
  --taris-label:12px;
}

/* Font family: no local page/component may substitute another typeface. */

html body #app#app, html body #app#app *, html body .contact-modal.contact-modal, html body .contact-modal.contact-modal *{
  font-family:var(--taris-font)!important;
}

/* Main hierarchy — identical on every page. */

html body #app#app h1, html body #app#app .home-hero h1, html body #app#app .sub-hero h1{
  font-size:var(--taris-h1)!important;
  line-height:1.10!important;
  font-weight:700!important;
  letter-spacing:-.025em!important;
}

html body #app#app h2, html body #app#app section h2, html body #app#app .section h2, html body #app#app .home-section-head h2{
  font-size:var(--taris-h2)!important;
  line-height:1.18!important;
  font-weight:700!important;
  letter-spacing:-.018em!important;
}

html body #app#app h3, html body #app#app h4, html body #app#app article h3, html body #app#app section h3, html body #app#app .card h3, html body #app#app .use h3, html body #app#app .home-trust-panel h3, html body #app#app .home-trust-panel h2{
  font-size:var(--taris-h3)!important;
  line-height:1.30!important;
  font-weight:700!important;
  letter-spacing:-.008em!important;
}

/* Body copy. Strong/emphasis inherits the surrounding size instead of creating a new one. */

html body #app#app p, html body #app#app li, html body #app#app label, html body #app#app input, html body #app#app textarea, html body #app#app select, html body #app#app summary, html body #app#app details p, html body #app#app .section p, html body #app#app .content p, html body #app#app .legal-content p{
  font-size:var(--taris-body)!important;
  line-height:1.60!important;
  font-weight:400!important;
}

html body #app#app p strong,
html body #app#app li strong,
html body #app#app p b,
html body #app#app li b{
  font-size:inherit!important;
  line-height:inherit!important;
  font-family:inherit!important;
  font-weight:700!important;
}

/* Leads / introductory copy. */

html body #app#app .lead, html body #app#app .home-hero-lead, html body #app#app .sub-hero-lead{
  font-size:var(--taris-lead)!important;
  line-height:1.62!important;
  font-weight:400!important;
}

/* Labels / eyebrows. */

html body #app#app .eyebrow, html body #app#app .kicker, html body #app#app .label, html body #app#app .price-tag, html body #app#app .sub-step-no{
  font-size:var(--taris-label)!important;
  line-height:1.35!important;
  font-weight:700!important;
  letter-spacing:.10em!important;
  text-transform:uppercase!important;
}

/* Navigation, buttons and text CTAs. */

html body #app#app nav a, html body #app#app .navlinks a, html body #app#app .mobile-menu a, html body #app#app .btn, html body #app#app a.btn, html body #app#app button, html body #app#app .callback-link{
  font-size:var(--taris-nav)!important;
  line-height:1.30!important;
  font-weight:700!important;
}

/* Supporting text and footer. */

html body #app#app small, html body #app#app .meta, html body #app#app .home-proofbar span, html body #app#app .sub-proof span{
  font-size:var(--taris-small)!important;
  line-height:1.48!important;
}

html body #app#app footer p,
html body #app#app footer a,
html body #app#app footer li,
html body #app#app footer span{
  font-size:var(--taris-nav)!important;
  line-height:1.55!important;
}

/* Price numerals are the only deliberate display-size exception. */

html body #app#app .price-big{
  font-size:38px!important;
  line-height:1.05!important;
  font-weight:700!important;
}

/* Global dialogs use the same hierarchy as the site. */


@media (max-width:1024px){
  :root{--taris-h1:39px;--taris-h2:30px;--taris-h3:19px;}
}

@media (max-width:700px){
  :root{--taris-h1:31px;--taris-h2:26px;--taris-h3:18px;--taris-lead:16px;--taris-body:15px;}
}

/* --- taris-solution-hero-spacing-fix --- */

html body #app .sub-hero .breadcrumb,
html body #app .sub-hero .sub-breadcrumb{margin:0 0 14px!important;}

html body #app .sub-hero-grid{margin-top:0!important;padding-top:0!important;}

html body #app .sub-hero-grid .eyebrow{margin-top:0!important;}

@media(max-width:760px){html body #app .sub-hero .breadcrumb,html body #app .sub-hero .sub-breadcrumb{margin-bottom:12px!important;}}

/* Final cleanup: accessibility and rendering efficiency. */


a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(0,80,184,.35)!important;outline-offset:3px!important;}

img{max-width:100%;height:auto;}

main section{content-visibility:auto;contain-intrinsic-size:1px 700px;}

#contactModal, header#top, footer{content-visibility:visible;}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto!important;}*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important;}}

/* ========================================================================
   TARIS CANONICAL RESPONSIVE LAYER 2026-09-07
   Final mobile rules only. These rules replace legacy mobile patch behavior
   for the current production markup and prevent clipped/off-screen content.
   ======================================================================== */
@media (max-width: 900px){
  .home-industry-grid,
  .home-price-grid,
  .home-dual-grid,
  .home-faq-layout,
  .home-about-grid{grid-template-columns:1fr!important;}
  .home-dual-cards{grid-template-columns:1fr 1fr!important;}
  .home-faq-layout{gap:26px!important;}
}

@media (max-width: 700px){
  html,body{max-width:100%;overflow-x:hidden;}
  .shell{max-width:100%;box-sizing:border-box;}
  .home-industry-grid,
  .home-price-grid,
  .home-dual-cards,
  .home-process,
  .home-faq-layout,
  .branch-hub-grid,
  .branch-process{grid-template-columns:1fr!important;}

  .home-price-grid article,
  .home-industry-grid article,
  .home-dual-cards article,
  .faq-list,
  #faq,
  #faq details,
  #faq summary,
  .branch-faq,
  .branch-faq details,
  .branch-faq summary{min-width:0!important;max-width:100%!important;box-sizing:border-box!important;}

  .home-price-grid article>p{min-height:0!important;}

  .branch-hub-card{
    grid-template-columns:96px minmax(0,1fr) 30px!important;
    gap:12px!important;
    width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }
  .branch-hub-thumb{width:96px!important;min-width:96px!important;}
  .branch-hub-card>div:not(.branch-hub-arrow){min-width:0!important;padding:18px 0 18px 16px!important;}
  .branch-hub-arrow{width:30px!important;min-width:30px!important;padding:0 8px 0 0!important;text-align:center!important;box-sizing:border-box!important;}

  .v52-footer-bottom{min-width:0!important;}
  .v52-footer-bottom div{display:flex!important;flex-wrap:wrap!important;gap:8px 14px!important;max-width:100%!important;}
  .v52-footer-bottom a{white-space:normal!important;overflow-wrap:anywhere!important;}

  .mobile-menu,
  .mobile-menu details,
  .mobile-menu summary,
  .mobile-menu a{max-width:100%!important;box-sizing:border-box!important;}
}

@media (max-width: 430px){
  .branch-hub-card{grid-template-columns:82px minmax(0,1fr) 26px!important;gap:10px!important;}
  .branch-hub-thumb{width:82px!important;min-width:82px!important;}
  .branch-hub-card>div:not(.branch-hub-arrow){padding-left:12px!important;}
  .branch-hub-arrow{width:26px!important;min-width:26px!important;padding-right:6px!important;}
}
@media (max-width:700px){
  .branch-subnav{overflow:visible!important;white-space:normal!important;}
  .branch-subnav-inner{align-items:flex-start!important;}
  .branch-subnav-links{display:flex!important;flex-wrap:wrap!important;overflow:visible!important;gap:8px 14px!important;padding-bottom:0!important;}
  .branch-subnav-links a{white-space:normal!important;}
}
