
  .traore-imported-page{
    --navy:#0f3661;
    --navy-deep:#081b30;
    --sand:#f4f7f9;
    --paper:#ffffff;
    --accent:#f2c21a;
    --accent-dark:#c79e12;
    --heading-blue:#066aad;
    --text:#42435d;
    --text-soft:#5c6b75;
    --line:#dde5ea;
    --radius:14px;
    --shadow:0 20px 45px -20px rgba(15,54,97,.28);
  }
  .traore-imported-page *{box-sizing:border-box;margin:0;padding:0;}
  .traore-imported-page{font-family:"Inter",system-ui,sans-serif;color:var(--text);background:var(--sand);line-height:1.6;}
  .traore-imported-page h1,.traore-imported-page h2,.traore-imported-page h3,.traore-imported-page .serif{font-family:"Fraunces",serif;font-weight:600;letter-spacing:-.01em;}
  .traore-imported-page a{text-decoration:none;color:inherit;}
  .traore-imported-page img{max-width:100%;display:block;}
  .traore-imported-page .wrap{max-width:1160px;margin:0 auto;padding:0 28px;}
  .traore-imported-page .btn{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border-radius:999px;font-weight:600;font-size:.95rem;transition:transform .15s ease, box-shadow .15s ease;white-space:nowrap;}
  .traore-imported-page .btn-primary{background:var(--accent);color:var(--navy);box-shadow:0 12px 24px -10px rgba(242,194,26,.5);}
  .traore-imported-page .btn-primary:hover{background:var(--accent-dark);transform:translateY(-2px);}
  .traore-imported-page .btn-ghost{background:transparent;color:var(--paper);border:1.5px solid rgba(255,255,255,.5);}
  .traore-imported-page .btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.08);}
  .traore-imported-page .btn-outline{border:1.5px solid var(--navy);color:var(--navy);}
  .traore-imported-page .btn-outline:hover{background:var(--navy);color:#fff;}

  /* Topbar */
  .traore-imported-page .topbar{background:var(--navy-deep);color:#cfe0e6;font-size:.82rem;position:sticky;top:0;z-index:51;}
  .traore-imported-page .topbar .wrap{display:flex;justify-content:space-between;align-items:center;height:38px;}
  .traore-imported-page .topbar .contact-line{display:flex;gap:22px;}
  .traore-imported-page .topbar .contact-line span{opacity:.85;}
  .traore-imported-page .lang-switch{display:flex;gap:2px;background:rgba(255,255,255,.08);border-radius:999px;padding:3px;}
  .traore-imported-page .lang-switch button{border:0;background:transparent;color:#cfe0e6;font-size:.78rem;font-weight:600;padding:4px 11px;border-radius:999px;cursor:pointer;font-family:inherit;}
  .traore-imported-page .lang-switch button.active{background:var(--accent);color:var(--navy);}

  /* Header */
  .traore-imported-page header.main{background:var(--navy);position:sticky;top:38px;z-index:50;box-shadow:0 2px 20px rgba(0,0,0,.12);}
  .traore-imported-page .header-top{display:flex;align-items:center;justify-content:space-between;gap:24px;height:70px;flex-wrap:nowrap;}
  .traore-imported-page .logo{display:flex;align-items:center;gap:12px;color:#fff;flex:0 0 auto;white-space:nowrap;}
  .traore-imported-page .logo .mark{width:42px;height:42px;border-radius:10px;background:linear-gradient(135deg,var(--navy),#1c4d80);display:flex;align-items:center;justify-content:center;font-family:"Fraunces",serif;font-weight:600;color:#fff;font-size:1.1rem;flex:0 0 auto;}
  .traore-imported-page .logo-mark{width:42px;height:42px;flex:0 0 auto;display:block;}
  .traore-imported-page .logo .name{font-size:1.02rem;font-weight:700;line-height:1.15;white-space:nowrap;}
  .traore-imported-page .logo .sub{font-size:.72rem;color:#a9c1cb;font-weight:400;white-space:nowrap;}
  .traore-imported-page nav.primary{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.1);padding:0;}
  .traore-imported-page .nav-crumb{font-size:.78rem;color:#8fa9b5;white-space:nowrap;flex:0 1 auto;overflow:hidden;text-overflow:ellipsis;padding:13px 0;}
  .traore-imported-page .nav-crumb a{color:#8fa9b5;}
  .traore-imported-page .nav-crumb a:hover{color:#fff;}
  .traore-imported-page .nav-items{display:flex;gap:20px;align-items:center;justify-content:flex-end;flex-wrap:wrap;flex:1 1 auto;min-width:0;}
  .traore-imported-page nav.primary .nav-item{position:relative;padding:13px 0;}
  .traore-imported-page nav.primary a{color:#dde9ec;font-size:.9rem;font-weight:500;padding:8px 0;position:relative;display:inline-flex;align-items:center;gap:5px;white-space:nowrap;}
  .traore-imported-page nav.primary a:hover{color:#fff;}
  .traore-imported-page nav.primary .nav-item.current > a{color:#fff;}
  .traore-imported-page nav.primary .nav-item > a::after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--accent);transition:width .2s;}
  .traore-imported-page nav.primary .nav-item > a:hover::after{width:100%;}
  .traore-imported-page nav.primary .nav-item.current > a::after{width:100%;}
  .traore-imported-page .caret{font-size:.55rem;opacity:.75;}
  .traore-imported-page .header-cta{display:flex;align-items:center;gap:14px;position:relative;flex:0 0 auto;white-space:nowrap;}
  .traore-imported-page .mega{position:absolute;top:100%;left:50%;transform:translateX(-50%);background:#fff;border-radius:12px;box-shadow:var(--shadow);padding:26px;display:none;gap:36px;min-width:600px;border:1px solid var(--line);z-index:60;}
  .traore-imported-page .nav-item:hover .mega{display:flex;}
  .traore-imported-page .mega-col{flex-shrink:0;}
  .traore-imported-page .mega-col h5{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--accent-dark);margin-bottom:12px;font-weight:700;white-space:nowrap;}
  .traore-imported-page .mega-col ul{list-style:none;display:grid;gap:9px;}
  .traore-imported-page .mega-col ul a{font-size:.85rem;color:var(--text);padding:6px 10px;margin:0 -10px;border-radius:8px;display:block;}
  .traore-imported-page .mega-col ul a:hover{background:var(--sand);color:var(--accent-dark);}
  .traore-imported-page .simple-drop{position:absolute;top:100%;left:0;background:#fff;border-radius:12px;box-shadow:var(--shadow);padding:10px;display:none;min-width:230px;border:1px solid var(--line);z-index:60;}
  .traore-imported-page .nav-item:hover .simple-drop{display:block;}
  .traore-imported-page header.main div.simple-drop a{display:block;padding:9px 12px;font-size:.85rem;color:var(--text);border-radius:8px;}
  .traore-imported-page header.main div.simple-drop a:hover{background:var(--sand);color:var(--accent-dark);}
  .traore-imported-page .login-item{position:relative;padding:0;}
  .traore-imported-page .login-btn{background:rgba(255,255,255,.1);border:1.5px solid rgba(255,255,255,.35);color:#fff;font-size:.85rem;padding:10px 18px;border-radius:999px;font-weight:600;}
  .traore-imported-page .login-btn:hover{background:rgba(255,255,255,.18);color:#fff;}
  .traore-imported-page .login-item .simple-drop{left:auto;right:0;}
  .traore-imported-page .offer-item{position:relative;padding:0;}
  .traore-imported-page .offer-btn{background:var(--accent);color:var(--navy);font-size:.85rem;padding:10px 18px;border-radius:999px;font-weight:600;}
  .traore-imported-page .offer-btn:hover{background:var(--accent-dark);}
  .traore-imported-page .offer-item .simple-drop{left:auto;right:0;}
  .traore-imported-page .nav-num{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:var(--accent);color:var(--navy);font-size:.68rem;font-weight:700;margin-right:6px;flex-shrink:0;}
  .traore-imported-page .bereich-letter{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:5px;background:var(--navy);color:#fff;font-size:.68rem;font-weight:700;flex-shrink:0;margin-right:8px;}
  .traore-imported-page .mega-col h5{display:flex;align-items:center;}
  .traore-imported-page .item-num{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;border-radius:50%;border:1px solid var(--line);color:var(--text-soft);font-size:.62rem;margin-right:7px;flex-shrink:0;}
  .traore-imported-page .mega-col ul a{display:flex;align-items:center;}
  .traore-imported-page header.main div.simple-drop a{display:flex;align-items:center;}

  /* Back to top */
  .traore-imported-page .back-to-top{position:fixed;bottom:28px;right:28px;width:48px;height:48px;border-radius:50%;background:var(--accent);color:var(--navy);display:flex;align-items:center;justify-content:center;box-shadow:0 12px 24px -8px rgba(15,54,97,.45);opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .25s ease, transform .25s ease, visibility .25s ease;z-index:55;border:none;cursor:pointer;font-size:1.3rem;line-height:1;}
  .traore-imported-page .back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0);}
  .traore-imported-page .back-to-top:hover{background:var(--accent-dark);}

  /* Page banner */
  .traore-imported-page .page-banner{background:linear-gradient(180deg,rgba(15,54,97,.90) 0%, rgba(8,27,48,.94) 100%), url("../../images/hamburg-skyline.jpg");background-size:cover;background-position:center;color:#fff;padding:52px 0;}
  .traore-imported-page .breadcrumb{font-size:.82rem;color:#a9c1cb;margin-bottom:14px;}
  .traore-imported-page .breadcrumb a{color:#a9c1cb;}
  .traore-imported-page .breadcrumb a:hover{color:#fff;}
  .traore-imported-page .page-banner h1{font-size:2.3rem;color:#fff;}
  .traore-imported-page .page-banner p{color:#c8dbe1;margin-top:10px;max-width:620px;}
  .traore-imported-page .page-banner .tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px;}
  .traore-imported-page .page-banner .tags span{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);color:#dde9ec;font-size:.8rem;padding:6px 14px;border-radius:999px;}

  .traore-imported-page section{padding:80px 0;}
  .traore-imported-page .section-head{max-width:640px;margin:0 auto 44px;text-align:center;}
  .traore-imported-page .section-head .kicker{color:var(--accent-dark);font-weight:700;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;display:block;margin-bottom:12px;}
  .traore-imported-page .section-head h2{font-size:2rem;color:var(--navy);margin-bottom:14px;}
  .traore-imported-page .section-head p{color:var(--text-soft);font-size:1.02rem;}

  /* Intro split */
  .traore-imported-page .intro{background:var(--paper);}
  .traore-imported-page .intro .wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:center;}
  .traore-imported-page .intro-media{background:linear-gradient(150deg,#dbe6ee,#f4f7f9);border-radius:20px;padding:24px;border:1px solid var(--line);}
  .traore-imported-page .intro-media .photo{aspect-ratio:4/5;border-radius:14px;background:linear-gradient(150deg,#3a5a68,#12303f);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.55);font-family:"Inter";font-weight:600;font-size:.95rem;text-align:center;padding:20px;}
  .traore-imported-page .intro-copy .kicker{color:var(--accent-dark);font-weight:700;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;display:block;margin-bottom:12px;}
  .traore-imported-page .intro-copy h2{font-size:2rem;color:var(--navy);margin-bottom:18px;}
  .traore-imported-page .intro-copy p{color:var(--text-soft);margin-bottom:16px;}

  /* Leistungen */
  .traore-imported-page .leistungen{background:var(--sand);}
  .traore-imported-page .leistung-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
  .traore-imported-page .leistung-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:30px 28px;}
  .traore-imported-page .leistung-card h3{color:var(--navy);font-size:1.15rem;margin-bottom:8px;font-family:"Inter";font-weight:700;}
  .traore-imported-page .leistung-card .sub{font-size:.86rem;color:var(--text-soft);margin-bottom:18px;}
  .traore-imported-page .leistung-card ul{list-style:none;display:grid;gap:13px;}
  .traore-imported-page .leistung-card ul li{display:flex;gap:10px;font-size:.92rem;color:var(--text);align-items:flex-start;}
  .traore-imported-page .leistung-card ul li .check{width:19px;height:19px;border-radius:50%;background:var(--accent);color:#fff;flex:none;display:flex;align-items:center;justify-content:center;font-size:.68rem;margin-top:2px;}
  .traore-imported-page .leistung-card p{font-size:.92rem;color:var(--text-soft);margin-bottom:12px;}
  .traore-imported-page .leistung-card p:last-child{margin-bottom:0;}
  .traore-imported-page .leistung-card.full{grid-column:1/-1;}
  .traore-imported-page .tool-tags{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 4px;}
  .traore-imported-page .tool-tags span{background:var(--sand);border:1px solid var(--line);color:var(--navy);font-size:.82rem;font-weight:600;padding:6px 14px;border-radius:999px;}

  /* CTA */
  .traore-imported-page .cta{background:linear-gradient(120deg,var(--accent),var(--accent-dark));color:#fff;text-align:center;padding:70px 0;}
  .traore-imported-page .cta h2{color:#fff;font-size:2rem;margin-bottom:14px;}
  .traore-imported-page .cta p{color:rgba(255,255,255,.9);max-width:480px;margin:0 auto 30px;}
  .traore-imported-page .cta .actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}
  .traore-imported-page .cta .btn-primary{background:var(--navy);color:#fff;box-shadow:0 12px 24px -10px rgba(8,27,48,.5);}
  .traore-imported-page .cta .btn-primary:hover{background:var(--navy-deep);}

  /* Contact form */
  .traore-imported-page .contact-form{background:var(--paper);}
  .traore-imported-page .contact-form .form-wrap{
    max-width:760px;margin:0 auto;background:var(--sand);border:1px solid var(--line);
    border-radius:var(--radius);padding:44px;box-shadow:var(--shadow);
  }
  .traore-imported-page .contact-form form{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
  .traore-imported-page .contact-form .field{display:flex;flex-direction:column;gap:7px;}
  .traore-imported-page .contact-form .field.full{grid-column:1/-1;}
  .traore-imported-page .contact-form label{font-size:.85rem;font-weight:600;color:var(--navy);}
  .traore-imported-page .contact-form label .req{color:var(--accent-dark);}
  .traore-imported-page .contact-form input[type="text"],.traore-imported-page .contact-form input[type="tel"],.traore-imported-page .contact-form input[type="email"],.traore-imported-page .contact-form textarea{
    font-family:inherit;font-size:.92rem;color:var(--text);
    border:1.5px solid var(--line);border-radius:9px;padding:11px 14px;
    background:#fff;outline:none;transition:border-color .15s ease;
  }
  .traore-imported-page .contact-form input:focus,.traore-imported-page .contact-form textarea:focus{border-color:var(--accent-dark);}
  .traore-imported-page .contact-form textarea{resize:vertical;min-height:120px;}
  .traore-imported-page .contact-form .radio-row{display:flex;gap:22px;padding-top:4px;}
  .traore-imported-page .contact-form .radio-row label{display:flex;align-items:center;gap:7px;font-weight:500;color:var(--text);cursor:pointer;}
  .traore-imported-page .contact-form .radio-row input{accent-color:var(--accent-dark);width:16px;height:16px;}
  .traore-imported-page .contact-form .consent{display:flex;align-items:flex-start;gap:10px;}
  .traore-imported-page .contact-form .consent input{margin-top:3px;accent-color:var(--accent-dark);width:16px;height:16px;flex:none;}
  .traore-imported-page .contact-form .consent label{font-size:.82rem;font-weight:400;color:var(--text-soft);line-height:1.5;}
  .traore-imported-page .contact-form .consent a{text-decoration:underline;color:var(--text-soft);}
  .traore-imported-page .contact-form .form-actions{display:flex;gap:14px;align-items:center;}
  .traore-imported-page .contact-form .btn-reset{background:transparent;border:1.5px solid var(--line);color:var(--text-soft);padding:13px 26px;border-radius:999px;font-weight:600;font-size:.95rem;font-family:inherit;cursor:pointer;}
  .traore-imported-page .contact-form .btn-reset:hover{border-color:var(--navy);color:var(--navy);}
  .traore-imported-page .contact-form button.btn-primary{border:0;cursor:pointer;font-family:inherit;}

  /* Footer */
  .traore-imported-page footer{background:var(--navy-deep);color:#a9c1cb;padding:64px 0 28px;}
  .traore-imported-page .footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px;}
  .traore-imported-page .footer-grid h4{color:#fff;font-size:.92rem;margin-bottom:16px;}
  .traore-imported-page .footer-grid ul{list-style:none;display:grid;gap:10px;font-size:.88rem;}
  .traore-imported-page .footer-grid ul a:hover{color:#fff;}
  .traore-imported-page .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:22px;display:flex;justify-content:space-between;font-size:.8rem;flex-wrap:wrap;gap:10px;}

  @media (max-width:900px){
    .traore-imported-page nav.primary{display:none;}
    .traore-imported-page .intro .wrap{grid-template-columns:1fr;}
    .traore-imported-page .leistung-grid-2{grid-template-columns:1fr;}
    .traore-imported-page .footer-grid{grid-template-columns:1fr 1fr;}
    .traore-imported-page .contact-form form{grid-template-columns:1fr;}
    .traore-imported-page .contact-form .form-wrap{padding:28px;}
  }

/* badge-style-c */
  .traore-imported-page .nav-num{background:transparent;border:none;color:#9aa4ab;font-weight:600;width:auto;height:auto;margin-right:5px;}
  .traore-imported-page .bereich-letter{background:transparent;border:none;color:#9aa4ab;font-weight:600;width:auto;height:auto;border-radius:0;margin-right:6px;}
  .traore-imported-page .item-num{background:transparent;border:none;color:#b7bfc5;width:auto;height:auto;margin-right:5px;}

.traore-imported-page[data-traore-page="jahresabschluss"]{width:100%;max-width:none;margin:0;padding:0;overflow-x:hidden;}
