

  .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:640px;}
  .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:680px;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;}

  /* 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,.traore-imported-page .contact-form select{
    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,.traore-imported-page .contact-form select: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;}
  .traore-imported-page .footer-bottom a:hover{color:#fff;}

  .traore-imported-page .embed-placeholder{background:var(--paper);border:2px dashed var(--line);border-radius:var(--radius);padding:40px 36px;max-width:760px;margin:0 auto;text-align:center;}
  .traore-imported-page .embed-placeholder .embed-icon{width:52px;height:52px;border-radius:14px;background:var(--sand);border:1px solid var(--line);color:var(--navy);display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin:0 auto 18px;}
  .traore-imported-page .embed-placeholder h3{color:var(--navy);font-size:1.1rem;margin-bottom:12px;font-family:"Inter";font-weight:700;}
  .traore-imported-page .embed-placeholder > p{color:var(--text-soft);font-size:.92rem;margin-bottom:10px;}
  .traore-imported-page .embed-placeholder .embed-note{font-size:.8rem;color:var(--text-soft);font-style:italic;border-top:1px solid var(--line);padding-top:16px;margin-top:6px;}

  /* Doc/download cards */
  .traore-imported-page .doc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
  .traore-imported-page .doc-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:16px 18px;display:flex;flex-direction:column;gap:6px;}
  .traore-imported-page .doc-card .doc-icon{width:30px;height:30px;border-radius:8px;background:var(--sand);border:1px solid var(--line);color:var(--navy);display:flex;align-items:center;justify-content:center;font-size:.9rem;}
  .traore-imported-page .doc-card h4{color:var(--navy);font-size:.9rem;line-height:1.25;}
  .traore-imported-page .doc-card p{font-size:.78rem;color:var(--text-soft);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
  .traore-imported-page .doc-card .doc-type{font-size:.66rem;color:var(--text-soft);text-transform:uppercase;letter-spacing:.04em;font-weight:700;}
  .traore-imported-page .doc-card.is-placeholder{border-style:dashed;background:var(--sand);}
  .traore-imported-page .doc-card.is-placeholder .doc-icon{color:var(--text-soft);}
  .traore-imported-page .doc-card.is-placeholder h4{color:var(--text-soft);font-weight:600;}
  .traore-imported-page .docs-fallback-note{margin-top:8px;font-size:.85rem;color:var(--text-soft);}
  .traore-imported-page .docs-fallback-note a{color:var(--heading-blue);font-weight:600;text-decoration:none;}
  .traore-imported-page .docs-fallback-note a:hover{text-decoration:underline;}

  /* Callout boxes */
  .traore-imported-page .callout{border-radius:var(--radius);padding:26px 28px;border:1px solid var(--line);background:var(--sand);}
  .traore-imported-page .callout h3{color:var(--navy);font-size:1.05rem;margin-bottom:10px;}
  .traore-imported-page .callout p{color:var(--text-soft);font-size:.9rem;}
  .traore-imported-page .callout p + p{margin-top:10px;}
  .traore-imported-page .callout-warn{background:#fff8e6;border-color:#eecf7a;}
  .traore-imported-page .callout-warn h3{color:#8a6300;}
  .traore-imported-page .callout-info{background:#eef5fb;border-color:#bfdcee;}
  .traore-imported-page .callout-info h3{color:var(--heading-blue);}
  .traore-imported-page .callout-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;}

  /* Numbered step list */
  .traore-imported-page .steps-list{max-width:760px;margin:0 auto;display:grid;gap:0;list-style:none;}
  .traore-imported-page .steps-list li{display:flex;gap:18px;padding:18px 0;border-bottom:1px solid var(--line);}
  .traore-imported-page .steps-list li:last-child{border-bottom:none;}
  .traore-imported-page .steps-list .num{width:32px;height:32px;border-radius:50%;background:var(--navy);color:var(--accent);display:flex;align-items:center;justify-content:center;font-weight:700;flex:none;font-family:"Fraunces",serif;}
  .traore-imported-page .steps-list .txt{color:var(--text);font-size:.94rem;padding-top:4px;}

  /* FAQ accordion (native details/summary, no JS) */
  .traore-imported-page .faq-list{max-width:820px;margin:0 auto;display:grid;gap:14px;}
  .traore-imported-page .faq-item{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:2px 26px;}
  .traore-imported-page .faq-item summary{padding:20px 0;font-weight:700;color:var(--navy);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:.98rem;}
  .traore-imported-page .faq-item summary::-webkit-details-marker{display:none;}
  .traore-imported-page .faq-item summary::after{content:"+";font-size:1.3rem;color:var(--accent-dark);flex:none;line-height:1;}
  .traore-imported-page .faq-item[open] summary::after{content:"−";}
  .traore-imported-page .faq-item p{color:var(--text-soft);font-size:.92rem;padding-bottom:22px;}

  /* Category section head (left-aligned, for hub pages) */
  .traore-imported-page .cat-head{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin-bottom:26px;flex-wrap:wrap;}
  .traore-imported-page .cat-head h3{color:var(--navy);font-size:1.3rem;}
  .traore-imported-page .cat-head p{color:var(--text-soft);font-size:.9rem;max-width:520px;}

  /* Blog-Artikel Template - wiederverwendbare Bausteine fuer alle zukuenftigen Beitraege */
  .traore-imported-page .article{background:var(--paper);}
  .traore-imported-page .article .wrap{max-width:780px;}
  .traore-imported-page .article-meta{display:flex;gap:16px;color:var(--text-soft);font-size:.82rem;text-transform:uppercase;letter-spacing:.03em;margin-bottom:28px;}
  .traore-imported-page .article-thumb{width:100%;height:220px;border-radius:var(--radius);background:linear-gradient(135deg,var(--navy),var(--navy-deep));display:flex;align-items:center;justify-content:center;color:#fff;font-size:3rem;margin-bottom:32px;}
  .traore-imported-page .article p{color:var(--text);font-size:.98rem;line-height:1.75;margin-bottom:16px;}
  .traore-imported-page .article h2{color:var(--navy);font-size:1.3rem;margin:34px 0 14px;}
  .traore-imported-page .article h3{color:var(--navy);font-size:1.05rem;margin:24px 0 10px;}
  .traore-imported-page .toc-box{background:var(--sand);border:1px solid var(--line);border-radius:var(--radius);padding:22px 26px;margin:28px 0;}
  .traore-imported-page .toc-box h4{color:var(--navy);font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px;}
  .traore-imported-page .toc-box ol{padding-left:20px;margin:0;}
  .traore-imported-page .toc-box a{color:var(--heading-blue);font-size:.9rem;text-decoration:none;}
  .traore-imported-page .toc-box a:hover{text-decoration:underline;}
  .traore-imported-page .data-table-wrap{overflow-x:auto;margin:18px 0 24px;}
  .traore-imported-page table.data-table{width:100%;border-collapse:collapse;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;font-size:.92rem;}
  .traore-imported-page table.data-table th{background:var(--sand);color:var(--navy);text-align:left;padding:10px 16px;font-size:.78rem;text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid var(--line);}
  .traore-imported-page table.data-table td{padding:10px 16px;border-bottom:1px solid var(--line);color:var(--text);}
  .traore-imported-page table.data-table tr:last-child td{border-bottom:none;}
  .traore-imported-page table.data-table td:last-child,.traore-imported-page table.data-table th:last-child{white-space:nowrap;width:1%;}
  .traore-imported-page .example-box{border-left:3px solid var(--heading-blue);background:transparent;padding:2px 0 2px 20px;margin:20px 0;}
  .traore-imported-page .example-box h4{color:var(--heading-blue);font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;font-weight:700;}
  .traore-imported-page .example-box p{color:var(--text);font-size:.92rem;margin-bottom:0;font-style:italic;}
  .traore-imported-page .disclaimer-box{background:var(--sand);border-left:3px solid var(--accent-dark);border-radius:8px;padding:18px 22px;margin-top:34px;}
  .traore-imported-page .disclaimer-box h4{color:var(--navy);font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;}
  .traore-imported-page .disclaimer-box p{color:var(--text-soft);font-size:.87rem;margin-bottom:0;}
  .traore-imported-page .article-img-placeholder{background:var(--sand);border:1px dashed var(--line);border-radius:var(--radius);padding:36px 24px;text-align:center;margin:8px 0 28px;}
  .traore-imported-page .article-img-placeholder .img-icon{font-size:1.8rem;margin-bottom:10px;}
  .traore-imported-page .article-img-placeholder p{color:var(--text-soft);font-size:.83rem;margin:0;font-style:italic;}
  .traore-imported-page .article-downloads{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:32px 34px;margin:36px 0;}
  .traore-imported-page .article-downloads .downloads-head{display:flex;align-items:center;gap:10px;margin-bottom:6px;}
  .traore-imported-page .article-downloads .downloads-head .dl-icon{width:34px;height:34px;border-radius:9px;background:var(--sand);border:1px solid var(--line);color:var(--navy);display:flex;align-items:center;justify-content:center;font-size:1rem;flex:none;}
  .traore-imported-page .article-downloads h2{margin:0;}
  .traore-imported-page .article-downloads > p{color:var(--text-soft);font-size:.9rem;margin:6px 0 20px;}
  .traore-imported-page .article-downloads .downloads-fallback{margin-top:18px;font-size:.85rem;color:var(--text-soft);}
  .traore-imported-page .article-downloads .downloads-fallback a{color:var(--heading-blue);font-weight:600;text-decoration:none;}
  .traore-imported-page .article-downloads .downloads-fallback a:hover{text-decoration:underline;}

  /* Review-Hinweisbox fuer fachlich zu pruefende Angaben (Honorare, Fristen, Rechtsgrundlagen) */
  .traore-imported-page .review-note{background:#fff8e6;border:1px solid #eecf7a;border-radius:var(--radius);padding:22px 26px;max-width:820px;margin:0 auto 48px;}
  .traore-imported-page .review-note h4{color:#8a6300;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px;font-weight:700;}
  .traore-imported-page .review-note ul{padding-left:20px;color:var(--text);font-size:.87rem;line-height:1.65;}

  @media (max-width:900px){
    .traore-imported-page nav.primary{display:none;}
    .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;}
    .traore-imported-page .doc-grid{grid-template-columns:1fr;}
    .traore-imported-page .callout-grid{grid-template-columns:1fr;}
  }



  .traore-imported-page .dfb-intro{background:var(--paper);}
  .traore-imported-page .dfb-intro .wrap{max-width:780px;}
  .traore-imported-page .dfb-intro p{color:var(--text);font-size:1rem;line-height:1.75;margin-bottom:16px;}
  .traore-imported-page .dfb-steps{background:var(--sand);}
  .traore-imported-page .dfb-vorteile{background:var(--paper);}
  .traore-imported-page .vorteil-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
  .traore-imported-page .vorteil-card{text-align:center;padding:26px 20px;}
  .traore-imported-page .vorteil-card .icon{width:52px;height:52px;border-radius:14px;background:var(--sand);border:1px solid var(--line);color:var(--navy);display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin:0 auto 16px;}
  .traore-imported-page .vorteil-card h3{color:var(--navy);font-size:1rem;margin-bottom:8px;}
  .traore-imported-page .vorteil-card p{color:var(--text-soft);font-size:.88rem;}
  @media (max-width:700px){ .traore-imported-page .vorteil-grid{grid-template-columns:1fr;} }


/* 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="digitale-finanzbuchhaltung"]{width:100%;max-width:none;margin:0;padding:0;overflow-x:hidden;}
