:root{
  --petrol:#356874; --blue:#0073B9; --green:#B0CB21; --burgundy:#76232F;
  --ink:#14313a; --muted:#60747a; --line:#d8e1e4; --soft:#f4f8f9; --warm:#fbfaf4;
  --white:#fff; --shadow:0 10px 30px rgba(20,49,58,.08); --radius:18px;
  --max:1180px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.58}
a{color:var(--blue);text-decoration:none} a:hover{text-decoration:underline}.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}
header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav{height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:210px;max-width:34vw;display:block}.menu{display:flex;gap:26px;align-items:center;font-weight:700;font-size:.97rem}.menu a{color:var(--ink);padding:30px 0 24px;border-bottom:3px solid transparent}.menu a.active,.menu a:hover{color:var(--petrol);border-color:var(--green);text-decoration:none}.nav-toggle{display:none;border:0;background:none;font-size:1.6rem;color:var(--petrol)}
.hero{background:linear-gradient(90deg,#fff 0 49%,#eef3f4 49% 100%)}.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;min-height:540px;align-items:stretch}.hero-copy{padding:72px 48px 72px 0;align-self:center}.eyebrow{color:var(--blue);text-transform:uppercase;letter-spacing:.12em;font-size:.8rem;font-weight:800}.hero h1,.page-hero h1{font-size:clamp(2.4rem,5vw,4.7rem);line-height:1.03;margin:.1em 0 .28em;color:var(--petrol);letter-spacing:-.035em}.hero h2{font-size:1.25rem;margin:0 0 22px;color:var(--ink)}.hero p{font-size:1.06rem;max-width:680px}.hero-media{min-height:420px;background:url('compass.png') center/cover no-repeat}.btn{display:inline-flex;align-items:center;gap:10px;background:var(--blue);color:#fff!important;font-weight:800;border-radius:8px;padding:14px 20px;margin-top:12px;box-shadow:0 8px 20px rgba(0,115,185,.18)}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn.alt{background:var(--petrol)}.btn.ghost{background:#fff;color:var(--blue)!important;border:1px solid var(--line);box-shadow:none}
section{padding:82px 0}.soft{background:var(--soft)}.warm{background:var(--warm)}.section-title{font-size:clamp(1.9rem,3.4vw,3rem);line-height:1.15;color:var(--petrol);margin:0 0 22px}.lead{font-size:1.2rem;max-width:850px}.triptych{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:34px}.panel,.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}.panel h3,.card h3{color:var(--petrol);font-size:1.25rem;margin-top:0}.icon{width:64px;height:64px;border:2px solid var(--blue);border-radius:50%;display:grid;place-items:center;color:var(--blue);font-size:1.7rem;margin-bottom:16px}.info-flow{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;margin-top:34px}.flow-visual{min-height:320px;position:relative;display:grid;place-items:center}.flow-center{width:120px;height:120px;border-radius:50%;background:var(--green);display:grid;place-items:center;text-align:center;font-weight:900;color:#fff;z-index:2}.flow-node{position:absolute;width:130px;height:130px;border-radius:50%;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);display:grid;place-items:center;text-align:center;font-weight:800;color:var(--petrol)}.flow-node.one{top:0;left:50%;transform:translateX(-50%)}.flow-node.two{left:10%;bottom:0}.flow-node.three{right:10%;bottom:0}.flow-ring{position:absolute;width:300px;height:240px;border:3px solid var(--green);border-radius:50%}.question{margin-top:32px;padding:22px 28px;border-radius:12px;border:1px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:space-between;gap:22px;box-shadow:var(--shadow)}.question strong{font-size:1.25rem;color:var(--blue)}
.ai{background:linear-gradient(90deg,#fff8fa 0 50%,#fff 50%)}.ai-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px}.ai h2{color:var(--burgundy)}.script{font-family:Georgia,serif;font-style:italic;font-size:3.5rem;color:var(--burgundy);line-height:1;margin:.15em 0 .5em}.ai-callout{border-left:2px solid #ead8dd;padding-left:32px}.ai-callout strong{font-size:1.55rem;color:var(--burgundy);display:block;margin:14px 0}
.cards3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.cards3 .card{display:flex;flex-direction:column}.cards3 .card p:last-of-type{margin-bottom:20px}.cards3 .card .btn{margin-top:auto;align-self:flex-start}.accent{color:var(--green);font-weight:900}.close-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:center}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:30px}.step{position:relative}.step:after{content:'→';position:absolute;right:-14px;top:24px;color:var(--green);font-size:1.5rem}.step:last-child:after{display:none}.step b{width:52px;height:52px;border:1px solid var(--green);border-radius:50%;display:grid;place-items:center;margin-bottom:10px;color:var(--petrol)}.quote{font-family:Georgia,serif;font-style:italic;font-size:2.1rem;color:var(--petrol);border-bottom:4px solid #f0d133;padding-bottom:12px}
.page-hero{padding:72px 0 54px;background:linear-gradient(135deg,#f7fafb,#fff)}.page-hero p{font-size:1.15rem;max-width:850px}.content{max-width:900px}.content h2{color:var(--petrol);font-size:2rem;margin:2.6em 0 .6em}.content h3{color:var(--petrol)}.content strong{color:var(--ink)}.rule{border:0;border-top:1px solid var(--line);margin:50px 0}.pull{font-size:1.55rem;line-height:1.3;color:var(--petrol);font-weight:800;border-left:5px solid var(--green);padding-left:20px;margin:28px 0}.profile-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:48px;align-items:start}.portrait{width:100%;border-radius:22px;box-shadow:var(--shadow);position:sticky;top:120px}.qual{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.qual .card{padding:22px}.contact-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:44px}.contact-person{display:grid;grid-template-columns:140px 1fr;gap:22px;align-items:center}.contact-person img{width:140px;border-radius:18px}.contact-actions{display:grid;grid-template-columns:1fr;gap:12px;margin-top:20px}.contact-actions .btn{margin:0;justify-content:center}.form{display:grid;gap:14px}.form label{font-weight:700}.form input,.form textarea{width:100%;font:inherit;padding:13px 14px;border:1px solid #bccbd0;border-radius:8px}.form textarea{min-height:160px;resize:vertical}.note{font-size:.92rem;color:var(--muted)}
footer{background:var(--petrol);color:#fff;padding:46px 0}.footer-grid{display:grid;grid-template-columns:1.1fr .8fr .8fr;gap:36px}.footer-logo{width:190px;filter:brightness(0) invert(1);opacity:.96}.footer-grid a{color:#fff}.footer-grid h4{margin:0 0 12px}.footer-grid p{margin:.2em 0}.small{font-size:.9rem;opacity:.88}
@media(max-width:900px){.menu{display:none;position:absolute;left:0;right:0;top:86px;background:#fff;flex-direction:column;align-items:stretch;padding:12px 24px 24px;border-bottom:1px solid var(--line)}.menu.open{display:flex}.menu a{padding:12px 0}.nav-toggle{display:block}.brand img{max-width:220px}.hero{background:#fff}.hero-grid,.info-flow,.ai-grid,.close-grid,.profile-grid,.contact-grid{grid-template-columns:1fr}.hero-copy{padding:54px 0 38px}.hero-media{min-height:360px}.triptych,.cards3,.qual{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}.step:after{display:none}.portrait{position:static;max-width:430px}.footer-grid{grid-template-columns:1fr}.question{align-items:flex-start;flex-direction:column}.contact-person{grid-template-columns:110px 1fr}.contact-person img{width:110px}}
@media(max-width:560px){.wrap{width:min(100% - 28px,var(--max))}.nav{height:72px}.menu{top:72px}.brand img{width:180px}.hero h1,.page-hero h1{font-size:2.45rem}.hero-media{min-height:260px}.hero-copy{padding-top:42px}section{padding:58px 0}.steps{grid-template-columns:1fr}.ai-grid{gap:30px}.script{font-size:2.7rem}.contact-person{grid-template-columns:1fr}.contact-person img{width:150px}.flow-ring{width:250px}.flow-node{width:105px;height:105px;font-size:.85rem}}

/* V1.1: compact mobile rhythm and portrait sizing */
@media(max-width:900px){
  .hero-grid{min-height:auto;align-items:start}
}
@media(max-width:560px){
  .hero-grid{min-height:0}
  .hero-copy{padding:24px 0 30px}
  .page-hero{padding:30px 0 32px}
  section{padding:40px 0}
  .content > h2:first-child{margin-top:0}
  .content h2{margin-top:1.8em}
  .rule{margin:34px 0}
  .profile-grid{gap:24px}
  .portrait{width:220px;max-width:64vw;margin:0 auto 4px;display:block}
}

/* V1.2: keep the first CTA fully in view on smaller phones */
@media(max-width:560px){
  .hero{padding:0}
  .hero-copy{padding:22px 0 24px}
  .hero h1{font-size:2.18rem;line-height:1.04;margin:0 0 .22em}
  .hero h2{font-size:1.08rem;line-height:1.35;margin:0 0 16px}
  .hero p{font-size:1rem;line-height:1.5;margin:0 0 14px}
  .hero .btn{margin-top:4px;padding:12px 16px}
}

/* V1.3: restore original mobile hero type size; preserve the intended three-line claim */
@media(max-width:560px){
  .hero-copy{padding:16px 0 22px}
  .hero h1{font-size:2.45rem;line-height:1.03;margin:0 0 .18em}
  .hero h2{font-size:1.08rem;line-height:1.32;margin:0 0 12px}
  .hero p{font-size:1rem;line-height:1.43;margin:0 0 11px}
  .hero .btn{margin-top:2px;padding:12px 16px}
}
@media(max-width:560px){
  .hero h1 .claim-line{display:block;white-space:nowrap}
}

/* V1.5: use the original Mann Informatik signet + wordmark in the header.
   The full original logo including the slogan is retained in the footer. */
.brand{display:flex;align-items:center;height:100%}
.brand img{width:230px;height:auto;max-height:62px;object-fit:contain;object-position:left center}
.footer-logo{width:300px;max-width:100%;height:auto;filter:none;opacity:1;background:#fff;border-radius:10px;padding:10px 12px;display:block}
@media(max-width:900px){.brand img{width:210px;max-height:58px}}
@media(max-width:560px){.brand img{width:190px;max-width:62vw;max-height:54px}.footer-logo{width:280px}}

/* V1.6: signet-only header mark plus two-line text wordmark. */
.brand{
  display:flex;
  align-items:center;
  gap:13px;
  height:100%;
  color:var(--petrol);
  text-decoration:none;
  flex:0 0 auto;
}
.brand:hover{text-decoration:none}
.brand .brand-signet{
  width:auto;
  height:76px;
  max-width:none;
  max-height:none;
  object-fit:contain;
  display:block;
  flex:0 0 auto;
}
.brand-wordmark{
  display:flex;
  flex-direction:column;
  justify-content:center;
  font-size:1.05rem;
  line-height:.92;
  letter-spacing:.045em;
  font-variant-caps:all-small-caps;
  font-weight:600;
  color:var(--petrol);
}
.brand-wordmark span{display:block}
@media(max-width:900px){
  .brand .brand-signet{height:64px}
  .brand-wordmark{font-size:1rem}
}
@media(max-width:560px){
  .brand{gap:9px}
  .brand .brand-signet{height:64px}
  .brand-wordmark{font-size:.95rem;letter-spacing:.04em}
}


/* V1.7: larger two-line text wordmark and matching signet+wordmark in footer. */
.brand{gap:20px}
.brand-wordmark{
  font-size:1.32rem;
  line-height:.86;
  letter-spacing:.055em;
  font-weight:600;
}
.footer-brand{
  display:inline-flex;
  align-items:center;
  gap:18px;
  background:#fff;
  border-radius:10px;
  padding:10px 14px;
  color:var(--petrol);
}
.footer-signet{
  width:auto;
  height:70px;
  display:block;
  flex:0 0 auto;
}
.footer-wordmark{
  display:flex;
  flex-direction:column;
  justify-content:center;
  font-size:1.22rem;
  line-height:.86;
  letter-spacing:.055em;
  font-variant-caps:all-small-caps;
  font-weight:600;
  color:var(--petrol);
}
.footer-wordmark span{display:block}
@media(max-width:900px){
  .brand{gap:17px}
  .brand-wordmark{font-size:1.2rem}
}
@media(max-width:560px){
  .brand{gap:13px}
  .brand-wordmark{font-size:1.12rem;letter-spacing:.05em}
  .footer-brand{gap:14px;padding:9px 12px}
  .footer-signet{height:62px}
  .footer-wordmark{font-size:1.1rem}
}

/* V1.8: enlarge the two-line Mann Informatik wordmark to match the preferred mockup. */
.brand-wordmark{
  font-size:1.62rem;
  line-height:.82;
  letter-spacing:.06em;
}
.footer-wordmark{
  font-size:1.46rem;
  line-height:.82;
  letter-spacing:.06em;
}
@media(max-width:900px){
  .brand-wordmark{font-size:1.46rem}
}
@media(max-width:560px){
  .brand-wordmark{font-size:1.30rem;letter-spacing:.055em}
  .footer-wordmark{font-size:1.28rem}
}


/* V1.9: consistent content widths, section rhythm, and requested Font Awesome icons */
.icon i{font-size:1.65rem;line-height:1}
.contact-section .contact-grid{gap:32px}
.main-content-section{padding-top:42px}
.main-content-section .first-rule{margin:0 0 38px}
.main-content-section .first-rule + h2{margin-top:0}
@media(max-width:900px){
  .contact-section .contact-grid{gap:28px}
  .main-content-section{padding-top:34px}
  .main-content-section .first-rule{margin-bottom:30px}
}
@media(max-width:560px){
  .main-content-section{padding-top:24px}
  .main-content-section .first-rule{margin-bottom:24px}
}

/* V2.0: visual refinements requested after V1.9 */
/* Information graphic: clear, non-overlapping triangle with information at the center. */
.flow-visual{min-height:370px;position:relative;width:min(100%,460px);margin-inline:auto}
.flow-node{width:118px;height:118px;z-index:2;padding:10px}
.flow-node.one{top:0;left:50%;transform:translateX(-50%)}
.flow-node.two{left:4%;bottom:8px}
.flow-node.three{right:4%;bottom:8px}
.flow-center{position:absolute;left:50%;top:55%;transform:translate(-50%,-50%);width:104px;height:104px;z-index:3}
.flow-ring{display:none}
.flow-spoke{position:absolute;left:50%;top:55%;height:3px;background:var(--green);transform-origin:left center;z-index:1;border-radius:3px}
.spoke-one{width:112px;transform:rotate(-90deg)}
.spoke-two{width:150px;transform:rotate(150deg)}
.spoke-three{width:150px;transform:rotate(30deg)}

/* Closing process: text lives inside the circles; connectors sit on the circle midline. */
.closing-section .close-grid{grid-template-columns:1.1fr .9fr;align-items:start}
.closing-section .steps{grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,1fr);gap:70px;margin-top:34px;align-items:center}
.closing-section .step{aspect-ratio:1;border:2px solid var(--green);border-radius:50%;padding:26px 22px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#fff;box-shadow:var(--shadow);position:relative;min-width:0}
.closing-section .step b{width:34px;height:34px;margin:0 0 10px;border:0;background:var(--soft);font-size:.95rem;flex:0 0 auto}
.closing-section .step p{margin:0;font-size:.94rem;line-height:1.35}
.closing-section .step:after{content:'→';position:absolute;left:calc(100% + 18px);right:auto;top:50%;transform:translateY(-50%);color:var(--green);font-size:2rem;font-weight:700}
.closing-section .step:last-child:after{display:none}
.closing-cta .btn{margin-top:22px}

/* Leitbild chain: a real visual sequence rather than line-broken text. */
.logic-chain{max-width:620px;margin:30px 0 36px;padding:26px 28px;background:var(--soft);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}
.logic-step{display:grid;grid-template-columns:38px 1fr;gap:14px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px 18px;color:var(--petrol)}
.logic-step.emphasis{border-color:var(--green);box-shadow:inset 5px 0 0 var(--green)}
.logic-kicker{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--petrol);color:#fff;font-weight:800;font-size:.85rem}
.logic-arrow{text-align:center;display:block;color:var(--green);font-size:1.45rem;font-weight:900;line-height:1.25;padding:2px 0}

@media(max-width:900px){
  .closing-section .close-grid{grid-template-columns:1fr}
  .closing-section .steps{grid-column:auto;grid-template-columns:repeat(2,1fr);gap:34px 54px}
  .closing-section .step:after{display:none}
}
@media(max-width:560px){
  .flow-visual{min-height:320px;width:100%}
  .flow-node{width:98px;height:98px;font-size:.78rem}
  .flow-node.two{left:1%}.flow-node.three{right:1%}
  .flow-center{width:88px;height:88px;font-size:.82rem}
  .spoke-one{width:98px}.spoke-two,.spoke-three{width:124px}
  .closing-section .steps{grid-template-columns:1fr;gap:24px;justify-items:center}
  .closing-section .step{width:220px;max-width:76vw;aspect-ratio:1}
  .logic-chain{padding:18px 16px;margin:24px 0 30px}
  .logic-step{grid-template-columns:32px 1fr;padding:12px 14px;gap:10px}
  .logic-kicker{width:26px;height:26px}
}

/* V2.1: visual polish for the logic chain, closing steps and information graphic. */
/* Give every item in the Leitbild chain the same green inset accent previously used on item 4. */
.logic-step{
  box-shadow:inset 5px 0 0 var(--green);
}
.logic-step.emphasis{
  border-color:var(--line);
  box-shadow:inset 5px 0 0 var(--green);
}

/* Make the four closing steps easier to read and the connectors more prominent. */
.closing-section .step p{
  font-size:1.04rem;
  line-height:1.38;
  font-weight:600;
}
.closing-section .step:after{
  left:calc(100% + 15px);
  font-size:2.55rem;
  font-weight:800;
  line-height:1;
}
.closing-section .step b{
  font-size:1rem;
  font-weight:700;
}

/* Keep the information labels comfortably inside their circles. */
.flow-node{
  line-height:1.15;
  overflow-wrap:normal;
  hyphens:manual;
}
.flow-node.one span{
  display:block;
  max-width:90px;
  text-align:center;
}
.flow-center{
  width:116px;
  height:116px;
  font-size:.86rem;
  line-height:1.15;
  padding:8px;
}
@media(max-width:560px){
  .closing-section .step p{font-size:1rem}
  .flow-node.one span{max-width:76px}
  .flow-center{width:96px;height:96px;font-size:.74rem;padding:6px}
}


/* V2.2: production contact form and legal pages */
.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-status{display:none;margin:14px 0 0;padding:12px 14px;border-radius:10px;font-weight:700}
.form-status.success,.form-status.error{display:block}
.form-status.success{background:#f3f8dc;border:1px solid var(--green);color:var(--petrol)}
.form-status.error{background:#fff3f3;border:1px solid #c56b6b;color:#76232f}
.note a{text-decoration:underline}
.legal-hero{padding-bottom:30px}
.legal-section{padding-top:34px}
.legal-content{max-width:900px}
.legal-content h1{font-size:clamp(1.75rem,3vw,2.25rem);margin:2.2em 0 .8em;color:var(--petrol)}
.legal-content h1:first-child{display:none}
.legal-content h2{font-size:clamp(1.35rem,2.2vw,1.7rem);margin:2em 0 .65em;color:var(--petrol)}
.legal-content h3{font-size:1.12rem;margin:1.6em 0 .45em;color:var(--petrol)}
.legal-content h4{font-size:1rem;margin:1.35em 0 .4em;color:var(--ink)}
.legal-content ul{padding-left:1.4em}
.legal-content li{margin:.45em 0}
.legal-content a{color:var(--blue);text-decoration:underline}
@media(max-width:560px){
  .legal-hero{padding-bottom:18px}
  .legal-section{padding-top:22px}
}
