@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");
  :root{
    --ktw-font-display:"Montserrat","Aptos Display","Segoe UI",sans-serif;
    --ktw-font-body:"Montserrat","Aptos","Segoe UI",sans-serif;
    --ktw-content-width:min(1280px,calc(100% - 40px));
    --ktw-content-width-mobile:min(100%,calc(100% - 24px));
    --ktw-card-radius:24px;
    --ktw-card-radius-mobile:20px;
    --ktw-section-space:clamp(44px,5.6vw,76px);
    --ktw-card-padding:clamp(20px,2.2vw,28px);
    --ktw-card-padding-room:clamp(22px,3vw,34px);
    --ktw-card-gap:clamp(12px,1.4vw,18px);
    --ktw-copy-measure:62ch;
    --ktw-shell-ink:#113857;
    --ktw-shell-muted:#556776;
    --ktw-shell-brand:#e56d30;
    --ktw-shell-surface:rgba(255,255,255,.84);
    --ktw-shell-line:rgba(255,255,255,.68);
    --bg:#e7f0f4;
    --paper:#fffdf8;
    --paper-strong:#ffffff;
    --ink:#113857;
    --muted:#556776;
    --line:#cfdae2;
    --brand:#e56d30;
    --accent:#113857;
    --accent-soft:#dff1f4;
    --hero:#10344b;
    --shadow:0 30px 80px rgba(9,28,41,.16);
    --shadow-soft:0 18px 44px rgba(9,28,41,.1);
  }
  body .navbar.navbar-light.navbar-expand-lg,
  body .web-footer,
  body .page-breadcrumbs,
  body .page-header-wrapper,
  body .page-footer{
    display:none !important;
  }
  body .page-content-wrapper,
  body .page_content,
  body .webpage-content,
  body .web-page-content{
    margin:0 !important;
    padding:0 !important;
    max-width:none !important;
    width:100% !important;
  }
  body .web-page-content{
    background:transparent !important;
  }
  body{
    font-family:var(--ktw-font-body) !important;
    color:var(--ktw-shell-ink);
    background:
      radial-gradient(circle at 10% -10%, rgba(229,109,48,.08), transparent 26%),
      radial-gradient(circle at 90% 4%, rgba(17,56,87,.09), transparent 28%),
      linear-gradient(180deg, #f3f6f7 0%, #edf3f5 52%, #f5f7f6 100%);
  }
  html{
    scroll-behavior:smooth;
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
  }
  .site,
  .site *{
    font-family:var(--ktw-font-body);
  }
  .site{
    color:var(--ink);
    font-size:16px;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
  }
  .site h1,
  .site h2,
  .site h3,
  .site h4,
  .site h5,
  .site h6{
    font-family:var(--ktw-font-display);
    line-height:1.12 !important;
    letter-spacing:-.025em !important;
    overflow-wrap:normal;
    word-break:normal;
    hyphens:manual;
    text-wrap:balance;
  }
  .site p,
  .site li,
  .site small{
    line-height:1.68 !important;
    overflow-wrap:normal;
    word-break:normal;
    hyphens:manual;
    text-wrap:pretty;
  }
  .site strong,
  .site span,
  .site a{
    overflow-wrap:normal;
    word-break:normal;
    hyphens:manual;
  }
  .site .doc-file span,
  .site .record-subtitle,
  .site .empty,
  .site .placeholder-copy,
  .site .file strong,
  .site .file span{
    overflow-wrap:anywhere;
    word-break:break-word;
  }
  .site .wrap,
  .ktw-shell-wrap{
    width:var(--ktw-content-width);
    max-width:1280px;
    margin:0 auto;
  }
  .site .panel,
  .site .card,
  .site .hero-card,
  .site .audience-card,
  .site .solution-card,
  .site .catalog-card,
  .site .journey-card,
  .site .proof-card,
  .site .family-card,
  .site .process-card,
  .site .closing-card,
  .site .story-card,
  .site .hero-box,
  .site .hero-side-card{
    border-radius:var(--ktw-card-radius) !important;
    border:1px solid rgba(17,56,87,.1) !important;
    box-shadow:0 18px 40px rgba(9,28,41,.08) !important;
    min-width:0 !important;
  }
  .site :is(.metric,.doc-file,.spotlight-visual,.empty,.record,.help,.meaning-card,.track-card,.timeline-card,.fact-card,.check-card,.hero-journey,.hero-visual,.journey-side,.cta-band){
    border-radius:var(--ktw-card-radius) !important;
  }
  .site .audience-grid,
  .site .solution-grid,
  .site .family-grid,
  .site .catalog-grid,
  .site .journey-grid,
  .site .proof-grid,
  .site .process-grid,
  .site .closing-grid{
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr)) !important;
    gap:18px !important;
  }
  .site .metric-row,
  .site .hero-metrics{
    grid-template-columns:repeat(auto-fit,minmax(210px,1fr)) !important;
  }
  .site .panel :is(h2,h3,h4),
  .site .card :is(h2,h3,h4),
  .site .hero-card :is(h2,h3,h4),
  .site .audience-card :is(h2,h3,h4),
  .site .solution-card :is(h2,h3,h4),
  .site .catalog-card :is(h2,h3,h4),
  .site .journey-card :is(h2,h3,h4),
  .site .proof-card :is(h2,h3,h4),
  .site .family-card :is(h2,h3,h4),
  .site .process-card :is(h2,h3,h4),
  .site .closing-card :is(h2,h3,h4),
  .site .story-card :is(h2,h3,h4),
  .site .hero-box :is(h2,h3,h4),
  .site .hero-side-card :is(h2,h3,h4){
    font-size:clamp(1.24rem,1.2vw + .84rem,2.05rem) !important;
    line-height:1.2 !important;
    letter-spacing:-.02em !important;
  }
  .site .panel :is(p,li,small),
  .site .card :is(p,li,small),
  .site .hero-card :is(p,li,small),
  .site .audience-card :is(p,li,small),
  .site .solution-card :is(p,li,small),
  .site .catalog-card :is(p,li,small),
  .site .journey-card :is(p,li,small),
  .site .proof-card :is(p,li,small),
  .site .family-card :is(p,li,small),
  .site .process-card :is(p,li,small),
  .site .closing-card :is(p,li,small),
  .site .story-card :is(p,li,small),
  .site .hero-box :is(p,li,small),
  .site .hero-side-card :is(p,li,small){
    font-size:clamp(.92rem,.26vw + .84rem,1.05rem) !important;
    line-height:1.7 !important;
  }
  .site .nav,
  .site .topbar,
  .site .topbar-wrap,
  .site footer.footer,
  .site footer.site-footer{
    display:none !important;
  }
  .site .hero-grid,
  .site .hero-shell,
  .site .docs-hero{
    display:grid !important;
    grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr) !important;
    gap:18px !important;
    align-items:stretch !important;
  }
  .site .section-head{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) minmax(0,.82fr) !important;
    gap:18px !important;
    align-items:end !important;
  }
  .site .hero-copy,
  .site .hero-panel{
    padding:var(--ktw-card-padding-room) !important;
    border-radius:var(--ktw-card-radius) !important;
    background:linear-gradient(160deg, rgba(255,253,248,.98), rgba(247,252,253,.94)) !important;
  }
  .site .hero-side,
  .site .hero-visual{
    padding:var(--ktw-card-padding) !important;
    border-radius:var(--ktw-card-radius) !important;
    background:linear-gradient(180deg,rgba(16,47,69,.98),rgba(13,36,55,.96)) !important;
    color:#fff !important;
  }
  .site .hero-box{
    background:rgba(255,255,255,.06) !important;
    color:#fff !important;
  }
  .site .hero-side-card{
    background:linear-gradient(160deg, rgba(255,253,248,.98), rgba(247,252,253,.94)) !important;
    color:var(--ktw-shell-ink) !important;
  }
  .site .hero-side-card.dark{
    background:rgba(255,255,255,.06) !important;
    color:#fff !important;
  }
  .site .hero-copy h1,
  .site .hero-main h1,
  .site .hero-panel h1{
    max-width:12ch !important;
  }
  .ktw-shell-topline{
    margin:20px auto 0;
    padding:10px 16px;
    border-radius:var(--ktw-card-radius);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px 16px;
    font-size:12px;
    font-weight:700;
    color:#4d5f70;
    background:rgba(255,255,255,.68);
    border:1px solid rgba(255,255,255,.58);
    box-shadow:0 14px 28px rgba(10,31,47,.08);
    backdrop-filter:blur(16px);
  }
  .ktw-shell-topline strong{
    color:var(--ktw-shell-ink);
    letter-spacing:.14em;
    text-transform:uppercase;
    font-size:11px;
  }
  .ktw-shell-topline a{
    color:var(--ktw-shell-ink);
    text-decoration:none;
    font-weight:800;
  }
  .ktw-shell-header{
    position:sticky;
    top:16px;
    z-index:40;
    margin:12px auto 0;
    padding:18px 22px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    gap:16px 22px;
    border-radius:var(--ktw-card-radius);
    background:var(--ktw-shell-surface);
    border:1px solid var(--ktw-shell-line);
    box-shadow:0 24px 54px rgba(10,31,47,.11);
    backdrop-filter:blur(20px);
  }
  .ktw-shell-brand{
    min-width:0;
    display:flex;
    align-items:center;
    gap:14px;
    color:var(--ktw-shell-ink);
    text-decoration:none;
  }
  .ktw-shell-brand img{
    width:auto;
    height:46px;
    display:block;
  }
  .ktw-shell-brand-copy{
    min-width:0;
    display:grid;
    gap:4px;
    align-content:center;
  }
  .ktw-shell-brand-copy strong{
    font-size:15px;
    font-weight:900;
    letter-spacing:.01em;
    text-transform:none;
    color:var(--ktw-shell-ink);
  }
  .ktw-shell-brand-copy span{
    font-size:14px;
    line-height:1.4;
    max-width:48ch;
    color:var(--ktw-shell-muted);
  }
  .ktw-shell-main{
    min-width:0;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    flex:1 1 720px;
    align-items:center;
    justify-content:stretch;
    gap:12px;
  }
  .ktw-shell-menu{
    min-width:0;
    display:flex;
    flex-wrap:nowrap;
    justify-content:flex-start;
    gap:4px;
    padding:0;
    border-radius:0;
    background:transparent;
    border:none;
    overflow-x:auto;
    scrollbar-width:none;
    -ms-overflow-style:none;
  }
  .ktw-shell-menu::-webkit-scrollbar{
    display:none;
  }
  .ktw-shell-menu-link{
    padding:10px 11px;
    border-radius:999px;
    color:var(--ktw-shell-muted);
    font-size:13px;
    font-weight:800;
    line-height:1.1;
    text-decoration:none;
    background:transparent !important;
    white-space:nowrap;
    transition:background .18s ease,color .18s ease,transform .18s ease;
  }
  .ktw-shell-menu-link:hover,
  .ktw-shell-menu-link--active{
    background:rgba(17,56,87,.08);
    color:var(--ktw-shell-ink);
    transform:translateY(-1px);
  }
  .ktw-shell-utility{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:nowrap;
    justify-content:flex-end;
  }
  .ktw-shell-cta{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:0 18px;
    border-radius:999px;
    background:linear-gradient(135deg,#e56d30,#f08c4e);
    box-shadow:0 16px 34px rgba(229,109,48,.24);
    color:#fff;
    font-size:14px;
    font-weight:800;
    text-decoration:none;
    transition:transform .18s ease, box-shadow .18s ease;
  }
  .ktw-shell-cta:hover{
    transform:translateY(-1px);
    box-shadow:0 20px 38px rgba(229,109,48,.28);
    color:#fff;
  }
  .ktw-shell-account{
    min-height:46px;
    display:flex;
    align-items:center;
  }
  .ktw-shell-account-group{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
  }
  .ktw-shell-account-link{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:8px 12px;
    border-radius:999px;
    background:rgba(17,56,87,.06);
    border:1px solid rgba(17,56,87,.08);
    color:#113857;
    text-decoration:none;
    transition:transform .18s ease, background .18s ease;
  }
  .ktw-shell-account-link:hover{
    transform:translateY(-1px);
    background:rgba(17,56,87,.08);
    color:#113857;
  }
  .ktw-shell-account-avatar{
    width:28px;
    height:28px;
    border-radius:999px;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,#113857,#1b577c);
    color:#fff;
    font-size:12px;
    font-weight:800;
    letter-spacing:.04em;
  }
  .ktw-shell-account-meta{
    display:grid;
    gap:1px;
  }
  .ktw-shell-account-meta strong{
    font-size:12px;
    font-weight:800;
    line-height:1.2;
  }
  .ktw-shell-account-meta small{
    font-size:11px;
    line-height:1.2;
    color:#5f6f7f;
  }
  .ktw-shell-account-button{
    cursor:pointer;
    font-family:inherit;
    border:0;
  }
  .ktw-shell-logout{
    display:inline-flex;
    align-items:center;
    min-height:38px;
    padding:0 14px;
    border-radius:999px;
    border:1px solid rgba(17,56,87,.14);
    background:#fff;
    color:#113857;
    font-size:12px;
    font-weight:800;
    letter-spacing:.04em;
    text-decoration:none;
    cursor:pointer;
    font-family:inherit;
    appearance:none;
    transition:all .18s ease;
  }
  .ktw-shell-logout:hover{
    background:rgba(17,56,87,.08);
    color:#113857;
    transform:translateY(-1px);
  }
  .ktw-shell-modal{
    position:fixed;
    inset:0;
    z-index:120;
    display:none;
    align-items:center;
    justify-content:center;
    padding:20px;
  }
  .ktw-shell-modal.ktw-shell-modal--open{
    display:flex;
  }
  .ktw-shell-modal-backdrop{
    position:absolute;
    inset:0;
    background:rgba(10,25,39,.56);
    backdrop-filter:blur(5px);
  }
  .ktw-shell-modal-panel{
    position:relative;
    width:min(640px,100%);
    border-radius:var(--ktw-card-radius);
    background:linear-gradient(180deg,rgba(255,255,255,.97),rgba(246,251,253,.95));
    border:1px solid rgba(255,255,255,.7);
    box-shadow:0 28px 64px rgba(10,31,47,.26);
    overflow:hidden;
  }
  .ktw-shell-modal-head{
    padding:20px 22px 12px;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:14px;
  }
  .ktw-shell-modal-head strong{
    display:block;
    color:#113857;
    font-size:24px;
    line-height:1.08;
    letter-spacing:-.03em;
  }
  .ktw-shell-modal-head span{
    display:block;
    margin-top:8px;
    color:#5f6f7f;
    font-size:14px;
    line-height:1.6;
  }
  .ktw-shell-modal-close{
    width:34px;
    height:34px;
    border:0;
    border-radius:999px;
    background:rgba(17,56,87,.08);
    color:#113857;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
  }
  .ktw-shell-modal-tabs{
    padding:0 22px 14px;
    display:flex;
    gap:8px;
    flex-wrap:wrap;
  }
  .ktw-shell-modal-tab{
    border:1px solid rgba(17,56,87,.12);
    background:#fff;
    border-radius:999px;
    padding:10px 14px;
    color:#113857;
    font-size:13px;
    font-weight:800;
    cursor:pointer;
  }
  .ktw-shell-modal-tab.ktw-shell-modal-tab--active{
    background:linear-gradient(135deg,#e56d30,#f08c4e);
    border-color:transparent;
    color:#fff;
  }
  .ktw-shell-modal-body{
    padding:0 22px 22px;
  }
  .ktw-shell-modal-pane{
    display:none;
  }
  .ktw-shell-modal-pane.ktw-shell-modal-pane--active{
    display:block;
  }
  .ktw-shell-modal-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }
  .ktw-shell-modal-field{
    display:grid;
    gap:6px;
  }
  .ktw-shell-modal-field--full{
    grid-column:1 / -1;
  }
  .ktw-shell-modal-field--honeypot{
    display:none !important;
  }
  .ktw-shell-modal-field label{
    color:#113857;
    font-size:12px;
    letter-spacing:.12em;
    text-transform:uppercase;
    font-weight:800;
  }
  .ktw-shell-modal-field input,
  .ktw-shell-modal-field textarea{
    min-height:44px;
    border:1px solid rgba(17,56,87,.15);
    border-radius:12px;
    background:#fff;
    color:#112a3d;
    padding:10px 12px;
    font-size:14px;
    font-family:inherit;
  }
  .ktw-shell-modal-field textarea{
    min-height:92px;
    resize:vertical;
  }
  .ktw-shell-modal-actions{
    margin-top:14px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    flex-wrap:wrap;
  }
  .ktw-shell-modal-submit{
    border:0;
    border-radius:999px;
    min-height:42px;
    padding:0 16px;
    color:#fff;
    font-size:13px;
    font-weight:800;
    background:linear-gradient(135deg,#e56d30,#f08c4e);
    cursor:pointer;
  }
  .ktw-shell-modal-submit[disabled]{
    opacity:.65;
    cursor:wait;
  }
  .ktw-shell-modal-note{
    color:#5f6f7f;
    font-size:12px;
  }
  .ktw-shell-modal-message{
    margin-top:12px;
    padding:10px 12px;
    border-radius:12px;
    font-size:13px;
    line-height:1.6;
    border:1px solid transparent;
    display:none;
  }
  .ktw-shell-modal-message--error{
    display:block;
    background:rgba(170,43,43,.08);
    border-color:rgba(170,43,43,.24);
    color:#8d1f1f;
  }
  .ktw-shell-modal-message--success{
    display:block;
    background:rgba(19,121,80,.08);
    border-color:rgba(19,121,80,.24);
    color:#0f6845;
  }
  .ktw-shell-rail{
    margin-top:10px;
    padding:8px 0 0;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:10px;
    border-radius:0;
    background:transparent;
    border:0;
    box-shadow:none;
    backdrop-filter:none;
  }
  .ktw-shell-rail-label{
    margin-right:4px;
    font-size:12px;
    font-weight:800;
    letter-spacing:.16em;
    text-transform:uppercase;
    color:#113857;
  }
  .ktw-shell-rail-link{
    padding:10px 13px;
    border-radius:999px;
    background:rgba(17,56,87,.07);
    color:#113857;
    font-size:13px;
    font-weight:800;
    text-decoration:none;
  }
  .ktw-shell-header a:empty,
  .ktw-shell-topline a:empty,
  .ktw-shell-utility a:empty{
    display:none !important;
  }
  .ktw-shell-rail-link:hover,
  .ktw-shell-rail-link--active{
    background:linear-gradient(135deg,#e56d30,#f08c4e);
    color:#fff;
  }
  .ktw-shell-footer-section{
    padding:34px 0 52px;
  }
  .ktw-shell-footer-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
    margin-bottom:18px;
  }
  .ktw-shell-footer-card{
    padding:26px;
    border-radius:var(--ktw-card-radius);
    background:rgba(255,255,255,.78);
    border:1px solid rgba(17,56,87,.08);
    box-shadow:0 18px 40px rgba(9,28,41,.08);
  }
  .ktw-shell-footer-card strong{
    display:block;
    font-size:13px;
    font-weight:800;
    letter-spacing:.16em;
    text-transform:uppercase;
    color:#e56d30;
  }
  .ktw-shell-footer-card h3{
    margin:14px 0 10px;
    font-size:27px;
    line-height:1.02;
    letter-spacing:-.04em;
    color:#113857;
  }
  .ktw-shell-footer-card p{
    margin:0;
    line-height:1.7;
    color:#5f6f7f;
  }
  .ktw-shell-footer-card a{
    display:inline-flex;
    margin-top:18px;
    padding:12px 16px;
    border-radius:999px;
    background:rgba(17,56,87,.08);
    color:#113857;
    font-size:14px;
    font-weight:800;
    text-decoration:none;
  }
  .ktw-shell-footer-bar{
    padding:30px 32px;
    display:grid;
    grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
    gap:24px;
    align-items:start;
    border-radius:var(--ktw-card-radius);
    background:rgba(255,255,255,.76);
    border:1px solid rgba(17,56,87,.08);
    box-shadow:0 18px 40px rgba(9,28,41,.08);
  }
  .ktw-shell-footer-meta{
    margin-top:14px;
    display:flex;
    flex-wrap:wrap;
    gap:10px;
  }
  .ktw-shell-footer-meta span{
    padding:9px 12px;
    border-radius:999px;
    background:rgba(17,56,87,.08);
    color:#113857;
    font-size:12px;
    font-weight:800;
  }
  .ktw-shell-footer-copy strong{
    display:block;
    font-size:22px;
    line-height:1.08;
    color:#113857;
  }
  .ktw-shell-footer-copy span{
    display:block;
    margin-top:10px;
    line-height:1.72;
    color:#5f6f7f;
  }
  .ktw-shell-footer-links{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:12px;
  }
  .ktw-shell-footer-links a{
    padding:13px 16px;
    border-radius:999px;
    background:rgba(17,56,87,.08);
    color:#113857;
    font-size:14px;
    font-weight:800;
    text-decoration:none;
  }
  @media (max-width: 1180px){
    .ktw-shell-header{
      border-radius:var(--ktw-card-radius);
    }
    .ktw-shell-footer-bar{
      grid-template-columns:1fr;
    }
    .ktw-shell-main{
      width:100%;
      grid-template-columns:1fr;
      align-items:start;
    }
    .ktw-shell-menu{
      flex-wrap:wrap;
      overflow-x:visible;
    }
    .ktw-shell-footer-links{
      justify-content:flex-start;
    }
    .ktw-shell-utility{
      flex-wrap:wrap;
      justify-content:flex-start;
    }
  }
  @media (max-width: 980px){
    .ktw-shell-wrap{
      width:min(100%,calc(100% - 24px));
    }
    .ktw-shell-topline{
      border-radius:var(--ktw-card-radius);
      align-items:flex-start;
      flex-direction:column;
    }
    .ktw-shell-header{
      padding:16px;
      position:relative;
      top:auto;
    }
    .ktw-shell-footer-grid{
      grid-template-columns:1fr;
    }
    .ktw-shell-main{
      justify-content:flex-start;
    }
    .ktw-shell-utility{
      justify-content:flex-start;
    }
    .ktw-shell-modal-grid{
      grid-template-columns:1fr;
    }
  }
  .site{
    color:var(--ink);
    background:transparent;
    min-height:100vh;
  }
  .site h1,
  .site h2,
  .site h3,
  .site h4,
  .site h5,
  .site h6{
    margin:0;
    color:var(--accent);
    letter-spacing:-.04em;
    line-height:1.08;
  }
  .site h2,
  .site h3{
    color:var(--accent);
  }
  .site h1{
    font-size:clamp(2rem, 4vw, 4rem);
    max-width:18ch;
  }
  .site h2{
    font-size:clamp(1.8rem, 3vw, 3rem);
  }
  .site h3{
    font-size:clamp(1.35rem, 2vw, 2rem);
  }
  .site p,
  .site li{
    margin:0;
    color:var(--muted);
    line-height:1.65;
  }
  .site ul{
    margin:0;
    padding-left:1.15rem;
    display:grid;
    gap:10px;
    color:var(--muted);
  }
  .site .section{
    padding:var(--ktw-section-space) 0 0;
    scroll-margin-top:156px;
  }
  .site .section + .section{
    margin-top:0;
  }
  .site .section-head{
    margin-bottom:calc(var(--ktw-card-gap) + 6px);
    display:grid;
    gap:var(--ktw-card-gap);
  }
  .site .section-copy{
    max-width:var(--ktw-copy-measure);
  }
  .site .panel,
  .site .card,
  .site .hero-panel,
  .site .hero-side-card,
  .site .hero-copy,
  .site .hero-side,
  .site .family-card,
  .site .journey-card,
  .site .track-card,
  .site .solution-card,
  .site .story-card,
  .site .support-card,
  .site .doc-card,
  .site .offer-card,
  .site .faq-card,
  .site .role-card,
  .site .step-card,
  .site .next-card,
  .site .closing-card,
  .site .path-card,
  .site .process-card{
    border-radius:var(--ktw-card-radius);
    border:1px solid rgba(17,56,87,.08);
    box-shadow:0 12px 28px rgba(9,28,41,.06);
    background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(249,251,251,.94));
    padding:var(--ktw-card-padding);
    gap:var(--ktw-card-gap);
    position:relative;
    overflow:hidden;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }
  .site .block,
  .site .support-card,
  .site .support-grid .card,
  .site .meaning-card,
  .site .timeline-card,
  .site .fact-card,
  .site .check-card{
    border-radius:var(--ktw-card-radius);
    border:1px solid rgba(17,56,87,.08);
    box-shadow:0 12px 28px rgba(9,28,41,.06);
    background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(249,251,251,.94));
    padding:var(--ktw-card-padding);
    gap:var(--ktw-card-gap);
    position:relative;
    overflow:hidden;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }
  .site :is(.panel,.card,.family-card,.journey-card,.track-card,.solution-card,.story-card,.support-card,.doc-card,.offer-card,.faq-card,.role-card,.step-card,.next-card,.closing-card,.path-card,.process-card,.block,.meaning-card,.timeline-card,.fact-card,.check-card,.conversion-card,.value-card,.catalog-card):hover{
    transform:translateY(-1px);
    box-shadow:0 16px 34px rgba(9,28,41,.08);
    border-color:rgba(17,56,87,.11);
  }
  .site .hero{
    padding:calc(var(--ktw-section-space) - 8px) 0 8px;
  }
  .site .hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);
    gap:18px;
    align-items:stretch;
  }
  .site .hero-panel{
    min-height:100%;
    padding:var(--ktw-card-padding-room);
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:var(--ktw-card-gap);
    position:relative;
    overflow:hidden;
  }
  .site .hero-side{
    display:grid;
    gap:14px;
    align-content:start;
    padding:0;
    background:none;
    border:none;
    box-shadow:none;
  }
  .site .hero-actions,
  .site .cta-row,
  .site .hero-shortcuts,
  .site .hero-metrics,
  .site .trust-strip,
  .site .pill-row,
  .site .meta,
  .site .pill-row{
    display:grid;
    gap:var(--ktw-card-gap);
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  }
  .site .btn,
  .site .cta-actions .btn,
  .site a.btn{
    border-radius:999px;
    padding:12px 18px;
    min-height:44px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    text-decoration:none;
    font-weight:800;
    font-size:.96rem;
    color:var(--paper) !important;
    transition:transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
  }
  .site .btn:hover,
  .site .btn:focus-visible{
    transform:translateY(-1px);
  }
  .site .btn:focus-visible{
    outline:2px solid rgba(87,185,194,.9);
    outline-offset:2px;
  }
  .site .btn-primary{
    color:#fff !important;
    background:linear-gradient(135deg,#e56d30,#f08c4e);
    box-shadow:0 14px 32px rgba(229,109,48,.22);
  }
  .site .btn-secondary{
    color:var(--accent) !important;
    background:rgba(255,255,255,.86);
    border:1px solid rgba(17,56,87,.12);
  }
  .site .btn-tertiary{
    background:rgba(17,56,87,.03);
    color:var(--accent) !important;
    border:1px solid rgba(17,56,87,.12);
  }
  .site .btn.primary{
    color:#fff !important;
    background:linear-gradient(135deg,#e56d30,#f08c4e);
    box-shadow:0 14px 32px rgba(229,109,48,.22);
  }
  .site .btn.secondary{
    color:var(--accent) !important;
    background:rgba(255,255,255,.86);
    border:1px solid rgba(17,56,87,.12);
  }
  .site .btn-arrow::after{
    content:"→";
    font-weight:700;
    transition:transform .2s ease;
    margin-left:4px;
  }
  .site .btn:hover .btn-arrow::after,
  .site .btn-primary:hover .btn-arrow::after,
  .site .btn-secondary:hover .btn-arrow::after{
    transform:translateX(2px);
  }
  .site .kicker,
  .site .section-id,
  .site .badge,
  .site .meta-pill,
  .site .status,
  .site .eyebrow{
    width:fit-content;
    padding:8px 12px;
    border-radius:999px;
    background:rgba(17,56,87,.08);
    color:var(--accent);
    font-size:11px;
    letter-spacing:.15em;
    font-weight:800;
    text-transform:uppercase;
  }
  .site .kicker--inverse,
  .site .eyebrow--inverse{
    background:rgba(255,255,255,.1);
    color:#fff;
  }
  .site .eyebrow--brand-soft{
    background:var(--brand-soft);
    color:var(--brand);
  }
  .site .eyebrow--accent-soft{
    background:var(--accent-soft);
    color:var(--brand);
  }
  .site .badge{
    background:rgba(229,109,48,.12);
    color:var(--accent);
  }
  .site .status{
    background:linear-gradient(135deg, rgba(17,56,87,.1), rgba(17,56,87,.03));
    color:#fff;
  }
  .site p.status{
    width:auto;
    padding:0;
    border-radius:0;
    background:transparent;
    color:var(--muted);
    font-size:clamp(.95rem,.22vw + .88rem,1.03rem);
    font-weight:700;
    letter-spacing:normal;
    text-transform:none;
    line-height:1.72;
  }
  .site .metric{
    border-radius:var(--ktw-card-radius);
    border:1px solid rgba(17,56,87,.09);
    background:rgba(255,255,255,.72);
    padding:calc(var(--ktw-card-padding) - 8px);
  }
  .site .metric strong{
    display:block;
    color:var(--accent);
    font-size:1.05rem;
  }
  .site .metric span{
    display:block;
    margin-top:8px;
    color:var(--muted);
    font-size:.95rem;
    line-height:1.5;
  }
  .site .metric-row,
  .site .metrics{
    display:grid;
    gap:10px;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  }
  .site .grid3,
  .site .grid4,
  .site .value-grid,
  .site .family-grid,
  .site .solution-grid,
  .site .catalog-grid,
  .site .story-grid,
  .site .roles-grid,
  .site .support-grid,
  .site .facts-grid,
  .site .process-grid,
  .site .faq-grid,
  .site .track-grid,
  .site .journey-grid,
  .site .closing-grid,
  .site .conversion-grid,
  .site .path-grid{
    display:grid;
    gap:14px;
    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  }
  .site .catalog-grid{
    align-items:stretch;
  }
  .site .catalog-card img,
  .site .catalog-visual img{
    width:100%;
    height:auto;
    object-fit:contain;
  }
  .site .docs-hero{
    display:grid;
    grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);
    gap:16px;
    align-items:stretch;
  }
  .site .docs-hero > .status{
    width:auto;
    padding:var(--ktw-card-padding-room);
    border-radius:var(--ktw-card-radius);
    background:linear-gradient(160deg, rgba(255,253,248,.96), rgba(245,250,251,.94));
    color:var(--ink);
    display:grid;
    gap:var(--ktw-card-gap);
    align-content:start;
    border:1px solid rgba(17,56,87,.08);
    box-shadow:0 12px 28px rgba(9,28,41,.06);
    text-transform:none;
    letter-spacing:normal;
  }
  .site .docs-hero > .status :is(h2,h3),
  .site .hero-side :is(h2,h3),
  .site .hero-side-card :is(h2,h3),
  .site .journey-side :is(h2,h3){
    margin:0;
    max-width:15ch;
    font-size:clamp(1.28rem,.9vw + 1rem,2rem) !important;
    line-height:1.14 !important;
    letter-spacing:-.025em !important;
    text-wrap:balance;
  }
  .site .docs-hero > .status p,
  .site .hero-side p,
  .site .hero-side-card p,
  .site .journey-side p{
    max-width:var(--ktw-copy-measure);
    font-size:clamp(.96rem,.24vw + .89rem,1.05rem) !important;
    line-height:1.74 !important;
  }
  .site .docs-hero > .status .metrics{
    margin-top:auto;
  }
  .site .doc-file{
    border-radius:var(--ktw-card-radius);
    border:1px solid rgba(17,56,87,.1);
    padding:calc(var(--ktw-card-padding) - 8px);
    background:rgba(255,255,255,.86);
    display:grid;
    gap:calc(var(--ktw-card-gap) - 6px);
  }
  .site .doc-file a{
    width:fit-content;
    padding:8px 12px;
    border-radius:999px;
    background:linear-gradient(135deg,#e56d30,#f08c4e);
    color:#fff;
    text-decoration:none;
    font-size:12px;
    font-weight:800;
  }
  .site .doc-list{
    display:grid;
    gap:12px;
  }
  .site .doc-files{
    display:grid;
    gap:10px;
  }
  .site .doc-meta{
    display:grid;
    gap:10px;
  }
  .site .doc-tags,
  .site .doc-list{
    margin-top:0;
  }
  .site .catalog-top{
    display:grid;
    grid-template-columns:220px 1fr;
    align-items:start;
    gap:12px;
  }
  .site .spotlight-visual{
    border-radius:var(--ktw-card-radius);
    background:rgba(255,255,255,.85);
    border:1px solid rgba(17,56,87,.09);
    padding:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:170px;
  }
  .site .spotlight-visual img{
    max-height:180px;
    object-fit:contain;
  }
  .site .catalog-price{
    color:var(--accent);
    font-weight:800;
    letter-spacing:.04em;
  }
  .site .catalog-status{
    margin:0 0 14px;
    line-height:1.65;
  }
  .site .catalog-card,
  .site .conversion-card,
  .site .value-card,
  .site .process-card,
  .site .solution-card{
    align-content:start;
    gap:var(--ktw-card-gap);
  }
  .site :is(.catalog-card,.conversion-card,.value-card,.process-card,.solution-card) p{
    color:#5d6d79;
  }
  .site :is(.catalog-card,.conversion-card,.value-card,.process-card,.solution-card) h3{
    margin:0;
    line-height:1.12;
  }
  .site .catalog-card img{
    min-height:190px;
    padding:18px;
    border-radius:var(--ktw-card-radius);
    border:1px solid rgba(17,56,87,.08);
    background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(239,247,248,.88));
  }
  .site .hero-lede{
    width:fit-content;
    border-radius:999px;
    padding:9px 12px;
    background:rgba(17,56,87,.08);
    text-transform:uppercase;
    letter-spacing:.15em;
    font-size:11px;
    font-weight:800;
  }
  .site .hero-lead-copy{
    display:grid;
    gap:10px;
  }
  .site .audience-row{
    display:grid;
    gap:10px;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  }
  .site .doc-tags span,
  .site .meta span,
  .site .catalog-meta span,
  .site .meta-row span{
    border-radius:999px;
    padding:7px 10px;
    background:rgba(17,56,87,.06);
    color:var(--accent);
    font-size:11px;
    font-weight:700;
    display:inline-flex;
  }
  .site .empty{
    border-radius:var(--ktw-card-radius);
    border:1px dashed rgba(17,56,87,.2);
    padding:18px;
    color:var(--muted);
    background:rgba(255,255,255,.68);
  }
  .site .footer{
    margin:10px 0 0;
    padding-bottom:40px;
  }
  .site .footer-box,
  .site .footer-bar,
  .site .ktw-shell-footer-bar{
    border-radius:var(--ktw-card-radius);
    border:1px solid rgba(17,56,87,.08);
    background:rgba(255,255,255,.78);
    box-shadow:var(--shadow-soft);
    padding:22px 24px;
  }
  .site .footer-links,
  .site .footer-box a,
  .site .ktw-shell-footer-links a{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
  }
  .site .footer-links a,
  .site .footer-box a{
    border-radius:999px;
    background:rgba(17,56,87,.08);
    color:var(--accent);
    padding:10px 14px;
    width:fit-content;
    text-decoration:none;
    font-size:13px;
    font-weight:800;
  }
  .site .footer-box strong{
    display:block;
    margin-top:8px;
    color:var(--accent);
    font-size:24px;
    line-height:1.07;
  }
  .site .cta-band{
    border-radius:var(--ktw-card-radius);
    display:grid;
    gap:18px 28px;
    padding:28px 30px;
    background:linear-gradient(160deg, rgba(16,47,69,.97), rgba(12,32,47,.96));
    color:#fff;
    box-shadow:0 22px 46px rgba(9,28,41,.13);
    grid-template-columns:minmax(0,1fr) minmax(320px,.95fr);
    align-items:center;
    position:relative;
    overflow:hidden;
  }
  .site .cta-band::before{
    content:"";
    position:absolute;
    inset:auto -120px -120px auto;
    width:320px;
    height:320px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(87,185,194,.22), transparent 68%);
    pointer-events:none;
  }
  .site .cta-band h2,
  .site .cta-band p{
    color:#fff;
  }
  .site .cta-band h2{
    font-size:clamp(1.65rem,4vw,2.7rem);
    max-width:12ch;
  }
  .site .cta-actions{
    display:grid;
    gap:12px;
    grid-template-columns:repeat(2,minmax(0,1fr));
    align-content:start;
  }
  .site .cta-actions .btn{
    width:100%;
  }
  .site .floating-journey-links,
  .site .filter-row{
    display:grid;
    gap:8px;
    grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
  }
  .site .floating-journey-links a,
  .site .filter-chip{
    border-radius:999px;
    padding:10px 12px;
    border:1px solid rgba(17,56,87,.1);
    background:rgba(255,255,255,.78);
    text-align:center;
    text-decoration:none;
    color:var(--ink);
    font-weight:800;
    font-size:12px;
  }
  .site .filter-chip{
    cursor:pointer;
  }
  .site .floating-journey{
    margin-top:12px;
  }
  .site .floating-journey-links a:hover,
  .site .filter-chip:hover,
  .site .filter-chip.active{
    background:linear-gradient(135deg,rgba(229,109,48,.16),rgba(229,109,48,.05));
    color:#113857;
  }
  .site .hero-copy p,
  .site .section-copy{
    max-width:var(--content-width, 64ch);
  }
  .site .search-box{
    padding:var(--ktw-card-padding);
    border-radius:var(--ktw-card-radius);
    background:rgba(255,255,255,.82);
    border:1px solid rgba(17,56,87,.1);
    box-shadow:var(--shadow-soft);
    display:grid;
    gap:10px;
  }
  .site .search-box label{
    display:grid;
    gap:8px;
    color:var(--accent);
    font-weight:700;
  }
  .site .search-box input,
  .site .search-box textarea,
  .site .search-box select{
    min-height:44px;
    border-radius:12px;
    border:1px solid rgba(17,56,87,.16);
    padding:10px 12px;
    font-size:14px;
    font-family:inherit;
  }
  .site .hero-shell{
    display:grid;
    gap:12px;
  }
  .site .record{
    border-radius:var(--ktw-card-radius);
    border:1px solid rgba(17,56,87,.08);
    background:#fff;
    padding:var(--ktw-card-padding);
    display:grid;
    gap:calc(var(--ktw-card-gap) - 4px);
  }
  .site .record-head{
    color:var(--accent);
    font-weight:800;
  }
  .site .record-subtitle{
    color:var(--muted);
    font-size:.95rem;
  }
  .site .catalog-visual.is-placeholder{
    min-height:180px;
    border-radius:var(--ktw-card-radius);
    border:1px solid rgba(17,56,87,.08);
    background:rgba(17,56,87,.05);
    padding:12px;
    display:grid;
    place-items:center;
  }
  .site .placeholder-copy{
    font-size:.95rem;
    color:var(--muted);
  }
  .site .help,
  .site .meaning-card,
  .site .track-card,
  .site .timeline-card{
    padding:var(--ktw-card-padding);
    border-radius:var(--ktw-card-radius);
    border:1px solid rgba(17,56,87,.1);
    background:rgba(255,255,255,.9);
  }
  .site .faq-card h3{
    margin-bottom:8px;
  }
  .site .faq-card{
    display:grid;
    gap:8px;
  }
  .site .answer{
    color:var(--muted);
    line-height:1.64;
  }
  .site .check-card,
  .site .meaning-card,
  .site .path-card,
  .site .next-card{
    background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(247,252,253,.96));
  }
  .site .hero-journey,
  .site .hero-visual{
    border-radius:var(--ktw-card-radius);
    padding:var(--ktw-card-padding);
    border:1px solid rgba(17,56,87,.1);
    background:rgba(17,56,87,.95);
    color:#fff;
  }
  .site .hero-journey h3,
  .site .hero-side-card h3,
  .site .hero-journey .step-copy strong{
    color:#fff;
  }
  .site .step{
    display:grid;
    grid-template-columns:30px 1fr;
    gap:10px;
    padding:10px;
    border-radius:var(--ktw-card-radius);
    background:rgba(255,255,255,.08);
  }
  .site .step-num{
    width:30px;
    height:30px;
    border-radius:999px;
    display:grid;
    place-items:center;
    background:rgba(229,109,48,.86);
    font-size:13px;
    font-weight:800;
  }
  .site .step-copy{
    display:grid;
    gap:4px;
  }
  .site .step-copy strong,
  .site .step-copy small{
    color:#fff;
  }
  .site .journey-main{
    background:linear-gradient(155deg, rgba(17,56,87,.96), rgba(11,38,58,.95));
    color:#fff;
    position:relative;
    overflow:hidden;
  }
  .site .journey-main ol{
    margin:6px 0 0;
    padding:0;
    list-style:none;
    display:grid;
    gap:10px;
    counter-reset:journeyStep;
  }
  .site .journey-main ol li{
    display:grid;
    grid-template-columns:34px 1fr;
    gap:12px;
    align-items:start;
    padding:12px 14px;
    border-radius:var(--ktw-card-radius);
    background:rgba(255,255,255,.08);
    color:rgba(240,246,250,.86);
  }
  .site .journey-main ol li::before{
    counter-increment:journeyStep;
    content:counter(journeyStep);
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
    border-radius:999px;
    background:linear-gradient(135deg, rgba(229,109,48,.96), rgba(240,140,78,.9));
    color:#fff;
    font-size:13px;
    font-weight:800;
  }
  .site .journey-main ol li strong{
    color:#fff;
  }
  .site .journey-main h3,
  .site .journey-main p{
    color:#fff;
  }
  .site .journey-main .steps{
    display:grid;
    gap:calc(var(--ktw-card-gap) - 4px);
  }
  .site .checklist-grid{
    display:grid;
    gap:10px;
  }
  .site .checklist-grid li{
    list-style:none;
    padding-left:18px;
    position:relative;
  }
  .site .checklist-grid li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:.1em;
    color:var(--accent);
    font-weight:700;
  }
  .site .list{
    display:grid;
    gap:8px;
  }
  .site .list div{
    padding-left:16px;
    position:relative;
    line-height:1.58;
    color:var(--muted);
  }
  .site .list div::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:999px;
    background:var(--brand);
    position:absolute;
    left:0;
    top:.76em;
  }
  .site .chips{
    display:grid;
    gap:8px;
    grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
  }
  .site .journey-grid{
    display:grid;
    grid-template-columns:minmax(0,1.18fr) repeat(2,minmax(260px,.82fr));
    gap:18px;
    align-items:stretch;
  }
  .site .chip{
    display:grid;
    grid-template-columns:28px 1fr;
    gap:10px;
    align-items:center;
    padding:10px 12px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.22);
    background:rgba(255,255,255,.09);
    color:#fff;
  }
  .site .chip-icon{
    width:26px;
    height:26px;
    border-radius:8px;
    display:grid;
    place-items:center;
    font-size:12px;
    background:rgba(255,255,255,.2);
    font-weight:800;
  }
  .site .chip-copy{
    display:grid;
    gap:2px;
  }
  .site .hero-visual .hero-copy{
    color:#fff;
  }
  .site .journey-main{
    background:linear-gradient(155deg, rgba(17,56,87,.96), rgba(11,38,58,.95));
  }
  .site .journey-side{
    min-height:100%;
    display:grid;
    gap:var(--ktw-card-gap);
    align-content:start;
    background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(249,251,251,.94));
    color:var(--ink);
    border:1px solid rgba(17,56,87,.08);
    box-shadow:0 12px 28px rgba(9,28,41,.06);
  }
  .site .journey-side > strong{
    display:block;
    margin-bottom:-2px;
    letter-spacing:.08em;
    text-transform:uppercase;
    font-size:.78rem;
    color:var(--accent);
    opacity:1;
  }
  .site .journey-side :is(strong,h3){
    color:var(--accent);
    font-size:clamp(1.08rem,.4vw + 1rem,1.34rem);
    line-height:1.16;
    letter-spacing:-.02em;
  }
  .site .journey-side p{
    margin:0;
    color:var(--muted);
    line-height:1.68;
  }
  .site .journey-side .btn,
  .site .journey-side a.btn{
    width:fit-content;
    max-width:100%;
  }
  .site .journey-side .btn-secondary,
  .site .journey-side .btn.secondary{
    background:rgba(17,56,87,.05);
    color:var(--accent) !important;
    border:1px solid rgba(17,56,87,.1);
  }
  .site .journey-progress{
    display:grid;
    gap:10px;
  }
  .site .journey-link{
    width:fit-content;
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#fff;
    text-decoration:none;
    font-weight:800;
    letter-spacing:.01em;
  }
  .site .journey-link:hover,
  .site .journey-link:focus-visible{
    opacity:.92;
    transform:translateX(1px);
  }
  .site .reveal-up{
    animation:ktwReveal .75s cubic-bezier(.2,.6,.2,1) both;
  }
  .site .closing-point{
    display:grid;
    gap:8px;
  }
  .site .closing-points{
    display:grid;
    gap:10px;
  }
  .site .conversion-card,
  .site .fact-card,
  .site .lead,
  .site .check-card,
  .site .offer-card,
  .site .track-card,
  .site .journey-card,
  .site .path-card,
  .site .next-card,
  .site .value-card{
    display:grid;
    gap:var(--ktw-card-gap);
  }
  .site .fact-grid,
  .site .conversion-grid,
  .site .offer-grid,
  .site .next-grid,
  .site .timeline-grid{
    display:grid;
    gap:12px;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  }
  .site .portal-list{
    display:grid;
    gap:10px;
  }
  .site .brand-lockup{
    display:flex;
    align-items:center;
    gap:12px;
  }
  .site .logo{
    width:auto;
    max-height:44px;
    display:block;
  }
  .site .value-badge{
    width:fit-content;
    border-radius:999px;
    padding:8px 12px;
    background:rgba(17,56,87,.1);
    color:var(--ink);
    font-size:11px;
    font-weight:800;
  }
  .site .value-list{
    margin:0;
    padding:0;
    list-style:none;
    display:grid;
    gap:10px;
  }
  .site .meaning-grid,
  .site .step-grid{
    display:grid;
    gap:12px;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  }
  .site .dark{
    color:#fff;
    background:linear-gradient(160deg, rgba(17,56,87,.96), rgba(11,40,63,.95));
  }
  .site .dark h1,
  .site .dark h2,
  .site .dark h3{
    color:#fff;
  }
  @media (max-width: 1120px){
    .site .hero,
    .site .hero-grid,
    .site .journey-grid,
    .site .docs-hero,
    .site .section-head,
    .site .catalog-top{
      grid-template-columns:1fr;
    }
    .site .grid3,
    .site .grid4,
    .site .conversion-grid,
    .site .family-grid,
    .site .story-grid,
    .site .catalog-grid,
    .site .journey-grid,
    .site .roles-grid,
    .site .support-grid,
    .site .track-grid,
    .site .faq-grid{
      grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    }
    .site .cta-band{
      padding:20px;
      grid-template-columns:1fr;
    }
  }
  @media (max-width: 760px){
    :root{
      --ktw-card-radius:var(--ktw-card-radius-mobile);
    }
    .site{
      font-size:15px;
    }
    .site h1{
      font-size:clamp(2rem,9vw,3rem);
      line-height:1.04 !important;
      max-width:12ch;
    }
    .site h2{
      font-size:clamp(1.55rem,7vw,2.15rem);
      line-height:1.08 !important;
    }
    .site h3{
      font-size:clamp(1.15rem,5.6vw,1.45rem);
      line-height:1.16 !important;
    }
    .site p,
    .site li,
    .site small{
      line-height:1.72 !important;
    }
    .site .hero-grid,
    .site .hero-actions,
    .site .cta-row,
    .site .hero-shortcuts,
    .site .hero-metrics,
    .site .chip,
    .site .chip-row,
    .site .metric-row,
    .site .metrics,
    .site .catalog-models,
    .site .floating-journey-links,
    .site .filter-row{
      grid-template-columns:1fr;
    }
    .site .hero-copy,
    .site .hero-main,
    .site .hero-side,
    .site .hero-panel,
    .site .hero-side-card,
    .site .block,
    .site .card,
    .site .panel{
      padding:20px;
    }
    .site .hero{
      padding-top:22px;
    }
    .site .section{
      padding-top:calc(var(--ktw-section-space) - 20px);
      scroll-margin-top:120px;
    }
    .site .wrap{
      width:min(100%,calc(100% - 24px));
    }
    .site .hero,
    .site .panel{
      border-radius:var(--ktw-card-radius);
    }
    .site .cta-actions{
      grid-template-columns:1fr;
    }
    .site .cta-actions .btn,
    .site .hero-actions .btn,
    .site .hero-shortcuts .btn,
    .site .journey-side .btn,
    .site .floating-journey-links a{
      width:100%;
    }
    .site .catalog-card img{
      min-height:150px;
      padding:14px;
    }
    .site .doc-file a{
      width:100%;
      justify-content:center;
    }
  }
  .site[data-ktw-route]{
    --ktw-page-width:var(--ktw-content-width);
    --ktw-copy-measure:60ch;
  }
  .site[data-ktw-route] .wrap{
    width:var(--ktw-page-width);
    max-width:1280px;
  }
  .site[data-ktw-route] .hero,
  .site[data-ktw-route] .section,
  .site[data-ktw-route] .footer{
    position:relative;
    z-index:1;
  }
  .site[data-ktw-route] .hero,
  .site[data-ktw-route] .section{
    padding-top:clamp(22px,2vw,34px);
  }
  .site[data-ktw-route] .section-head{
    margin-bottom:20px;
    gap:12px;
  }
  .site[data-ktw-route] h1{
    font-size:clamp(2.35rem,4.4vw,4.4rem);
    line-height:1.01;
    letter-spacing:-.05em;
    max-width:14.5ch;
    text-wrap:balance;
  }
  .site[data-ktw-route] h2{
    font-size:clamp(1.7rem,2.6vw,2.85rem);
    line-height:1.05;
    letter-spacing:-.045em;
    text-wrap:balance;
  }
  .site[data-ktw-route] h3{
    font-size:clamp(1.18rem,1.55vw,1.72rem);
    line-height:1.16;
    letter-spacing:-.032em;
    text-wrap:balance;
  }
  .site[data-ktw-route] p,
  .site[data-ktw-route] li,
  .site[data-ktw-route] .section-copy,
  .site[data-ktw-route] .answer,
  .site[data-ktw-route] .record-subtitle{
    font-size:clamp(.98rem,.18vw + .93rem,1.08rem);
    line-height:1.74;
  }
  .site[data-ktw-route] .hero-grid,
  .site[data-ktw-route] .hero-shell,
  .site[data-ktw-route] .docs-hero{
    gap:clamp(18px,2vw,26px);
    align-items:stretch;
  }
  .site[data-ktw-route] .hero-grid,
  .site[data-ktw-route] .hero-shell,
  .site[data-ktw-route] .docs-hero{
    grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
  }
  .site[data-ktw-route] .panel,
  .site[data-ktw-route] .card,
  .site[data-ktw-route] .hero-panel,
  .site[data-ktw-route] .hero-copy,
  .site[data-ktw-route] .hero-main,
  .site[data-ktw-route] .hero-side,
  .site[data-ktw-route] .hero-side-card,
  .site[data-ktw-route] .hero-box,
  .site[data-ktw-route] .family-card,
  .site[data-ktw-route] .journey-card,
  .site[data-ktw-route] .track-card,
  .site[data-ktw-route] .solution-card,
  .site[data-ktw-route] .story-card,
  .site[data-ktw-route] .support-card,
  .site[data-ktw-route] .doc-card,
  .site[data-ktw-route] .offer-card,
  .site[data-ktw-route] .faq-card,
  .site[data-ktw-route] .role-card,
  .site[data-ktw-route] .step-card,
  .site[data-ktw-route] .next-card,
  .site[data-ktw-route] .closing-card,
  .site[data-ktw-route] .path-card,
  .site[data-ktw-route] .process-card,
  .site[data-ktw-route] .conversion-card,
  .site[data-ktw-route] .value-card,
  .site[data-ktw-route] .record{
    min-width:0;
    padding:clamp(22px,2vw,32px);
    border-radius:var(--ktw-card-radius);
  }
  .site[data-ktw-route] .hero-panel,
  .site[data-ktw-route] .hero-copy,
  .site[data-ktw-route] .hero-main{
    gap:16px;
    justify-content:space-between;
  }
  .site[data-ktw-route] .hero-panel h1,
  .site[data-ktw-route] .hero-copy h1,
  .site[data-ktw-route] .panel h1{
    color:var(--accent);
  }
  .site[data-ktw-route] .hero-main,
  .site[data-ktw-route] .hero-visual,
  .site[data-ktw-route] .hero-journey,
  .site[data-ktw-route] .journey-main,
  .site[data-ktw-route] .status,
  .site[data-ktw-route] .dark,
  .site[data-ktw-route] .hero-side-card.dark,
  .site[data-ktw-route] .cta-band{
    background:
      radial-gradient(circle at 88% 14%, rgba(87,185,194,.16), transparent 26%),
      linear-gradient(180deg, rgba(255,255,255,.97), rgba(246,250,251,.95));
    color:var(--accent);
    border-color:rgba(17,56,87,.08);
    box-shadow:0 16px 34px rgba(9,28,41,.07);
  }
  .site[data-ktw-route] :is(.hero-main,.hero-visual,.hero-journey,.journey-main,.status,.dark,.hero-side-card.dark,.cta-band) :is(h1,h2,h3,h4,strong){
    color:var(--accent);
  }
  .site[data-ktw-route] :is(.hero-main,.hero-visual,.hero-journey,.journey-main,.status,.dark,.hero-side-card.dark,.cta-band) :is(p,li,small,span){
    color:var(--muted);
  }
  .site[data-ktw-route] :is(.hero-main,.hero-visual,.hero-journey,.journey-main,.status,.dark,.hero-side-card.dark,.cta-band) .badge,
  .site[data-ktw-route] :is(.hero-main,.hero-visual,.hero-journey,.journey-main,.status,.dark,.hero-side-card.dark,.cta-band) .section-id,
  .site[data-ktw-route] :is(.hero-main,.hero-visual,.hero-journey,.journey-main,.status,.dark,.hero-side-card.dark,.cta-band) .eyebrow,
  .site[data-ktw-route] :is(.hero-main,.hero-visual,.hero-journey,.journey-main,.status,.dark,.hero-side-card.dark,.cta-band) .kicker,
  .site[data-ktw-route] :is(.hero-main,.hero-visual,.hero-journey,.journey-main,.status,.dark,.hero-side-card.dark,.cta-band) .value-badge{
    background:rgba(17,56,87,.08);
    color:var(--accent);
  }
  .site[data-ktw-route] :is(.hero-main,.hero-visual,.hero-journey,.journey-main,.status,.dark,.hero-side-card.dark,.cta-band) .chip,
  .site[data-ktw-route] :is(.hero-main,.hero-visual,.hero-journey,.journey-main,.status,.dark,.hero-side-card.dark,.cta-band) .step,
  .site[data-ktw-route] :is(.hero-main,.hero-visual,.hero-journey,.journey-main,.status,.dark,.hero-side-card.dark,.cta-band) .metric,
  .site[data-ktw-route] :is(.hero-main,.hero-visual,.hero-journey,.journey-main,.status,.dark,.hero-side-card.dark,.cta-band) .hero-box{
    background:rgba(17,56,87,.04);
    border-color:rgba(17,56,87,.08);
    box-shadow:none;
  }
  .site[data-ktw-route] :is(.hero-main,.hero-visual,.hero-journey,.journey-main,.status,.dark,.hero-side-card.dark,.cta-band) .chip{
    color:var(--accent);
    border-color:rgba(17,56,87,.1);
  }
  .site[data-ktw-route] :is(.hero-main,.hero-visual,.hero-journey,.journey-main,.status,.dark,.hero-side-card.dark,.cta-band) .chip-icon{
    background:rgba(17,56,87,.08);
    color:var(--accent);
  }
  .site[data-ktw-route] .chip-copy strong{
    color:var(--accent);
  }
  .site[data-ktw-route] .chip-copy small{
    color:var(--muted);
  }
  .site[data-ktw-route] .step{
    background:rgba(17,56,87,.04);
  }
  .site[data-ktw-route] .step-copy strong{
    color:var(--accent);
  }
  .site[data-ktw-route] .step-copy small{
    color:var(--muted);
  }
  .site[data-ktw-route] .metric strong{
    color:var(--accent);
  }
  .site[data-ktw-route] .metric span{
    color:var(--muted);
  }
  .site[data-ktw-route] .journey-main ol li{
    background:rgba(17,56,87,.04);
    color:var(--muted);
  }
  .site[data-ktw-route] .journey-main ol li strong{
    color:var(--accent);
  }
  .site[data-ktw-route] .journey-link{
    color:var(--accent);
  }
  .site[data-ktw-route] .hero-side-card:not(.dark) :is(h1,h2,h3,h4,strong){
    color:var(--ktw-shell-ink) !important;
  }
  .site[data-ktw-route] .hero-side-card:not(.dark) :is(p,li,small,span){
    color:var(--ktw-shell-muted) !important;
  }
  .site[data-ktw-route] .hero-side-card:not(.dark) :is(.badge,.section-id,.eyebrow,.kicker,.value-badge){
    background:rgba(17,56,87,.08) !important;
    color:var(--accent) !important;
  }
  .site[data-ktw-route] .hero-actions,
  .site[data-ktw-route] .cta-row,
  .site[data-ktw-route] .hero-shortcuts,
  .site[data-ktw-route] .hero-metrics,
  .site[data-ktw-route] .metric-row{
    grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
    gap:12px;
  }
  .site[data-ktw-route] .chips{
    grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
    gap:12px;
  }
  .site[data-ktw-route] .chip{
    border-radius:24px;
    padding:14px 16px;
    align-items:start;
  }
  .site[data-ktw-route] .btn,
  .site[data-ktw-route] .btn-primary,
  .site[data-ktw-route] .btn-secondary,
  .site[data-ktw-route] .btn-tertiary,
  .site[data-ktw-route] .btn.primary,
  .site[data-ktw-route] .btn.secondary{
    min-height:48px;
    padding:13px 18px;
    line-height:1.28;
  }
  .site[data-ktw-route] .btn-secondary,
  .site[data-ktw-route] .btn.secondary,
  .site[data-ktw-route] .btn-tertiary{
    border:1px solid rgba(17,56,87,.1);
    background:rgba(17,56,87,.06);
  }
  .site[data-ktw-route] .doc-card{
    grid-template-columns:minmax(0,1fr) minmax(320px,.92fr);
    gap:18px;
  }
  .site[data-ktw-route="kt-waermesysteme"] .floating-journey{
    display:none;
  }
  .site[data-ktw-route="kt-waermesysteme"] #zielgruppen{
    padding-top:22px;
  }
  @media (max-width: 1120px){
    .site[data-ktw-route] .hero-grid,
    .site[data-ktw-route] .hero-shell,
    .site[data-ktw-route] .docs-hero,
    .site[data-ktw-route] .doc-card{
      grid-template-columns:1fr;
    }
  }
  @media (max-width: 760px){
    .site[data-ktw-route]{
      --ktw-page-width:var(--ktw-content-width-mobile);
    }
    .site[data-ktw-route] h1{
      font-size:clamp(2rem,9vw,3rem);
      line-height:1.04;
      max-width:12ch;
    }
    .site[data-ktw-route] h2{
      font-size:clamp(1.5rem,7vw,2.05rem);
      line-height:1.08;
    }
    .site[data-ktw-route] h3{
      font-size:clamp(1.12rem,5.6vw,1.36rem);
      line-height:1.16;
    }
    .site[data-ktw-route] p,
    .site[data-ktw-route] li,
    .site[data-ktw-route] .section-copy,
    .site[data-ktw-route] .answer,
    .site[data-ktw-route] .record-subtitle{
      font-size:1rem;
      line-height:1.74;
    }
    .site[data-ktw-route] .panel,
    .site[data-ktw-route] .card,
    .site[data-ktw-route] .hero-panel,
    .site[data-ktw-route] .hero-copy,
    .site[data-ktw-route] .hero-main,
    .site[data-ktw-route] .hero-side,
    .site[data-ktw-route] .hero-side-card,
    .site[data-ktw-route] .hero-box,
    .site[data-ktw-route] .family-card,
    .site[data-ktw-route] .journey-card,
    .site[data-ktw-route] .track-card,
    .site[data-ktw-route] .solution-card,
    .site[data-ktw-route] .story-card,
    .site[data-ktw-route] .support-card,
    .site[data-ktw-route] .doc-card,
    .site[data-ktw-route] .offer-card,
    .site[data-ktw-route] .faq-card,
    .site[data-ktw-route] .role-card,
    .site[data-ktw-route] .step-card,
    .site[data-ktw-route] .next-card,
    .site[data-ktw-route] .closing-card,
    .site[data-ktw-route] .path-card,
    .site[data-ktw-route] .process-card,
    .site[data-ktw-route] .conversion-card,
    .site[data-ktw-route] .value-card,
    .site[data-ktw-route] .record{
      padding:20px;
      border-radius:var(--ktw-card-radius);
    }
    .site[data-ktw-route] .hero-actions,
    .site[data-ktw-route] .cta-row,
    .site[data-ktw-route] .hero-shortcuts,
    .site[data-ktw-route] .hero-metrics,
    .site[data-ktw-route] .metric-row,
    .site[data-ktw-route] .chips{
      grid-template-columns:1fr;
    }
    .site[data-ktw-route] .btn,
    .site[data-ktw-route] .btn-primary,
    .site[data-ktw-route] .btn-secondary,
    .site[data-ktw-route] .btn-tertiary,
    .site[data-ktw-route] .btn.primary,
    .site[data-ktw-route] .btn.secondary{
      width:100%;
      justify-content:center;
    }
  }

  /* == managed: route-specific website pages == */

/* route: ktwaerme */
  :root {
    --kt-page-width: var(--ktw-content-width);
    --kt-page-width-mobile: var(--ktw-content-width-mobile);
    --kt-section-space: var(--ktw-section-space);
    --kt-card-padding: var(--ktw-card-padding);
    --kt-card-gap: var(--ktw-card-gap);
    --kt-ink: #0f2f48;
    --kt-ink-soft: #556776;
    --kt-blue: #113857;
    --kt-blue-deep: #0f2f48;
    --kt-teal: #57b9c2;
    --kt-teal-soft: #e6f2f4;
    --kt-orange: #e56d30;
    --kt-orange-deep: #c9591f;
    --kt-cream: #f7f6f0;
    --kt-paper: #ffffff;
    --kt-line: rgba(17, 56, 87, 0.1);
    --kt-shadow: 0 18px 44px rgba(9, 28, 41, 0.1);
    --kt-radius-xl: var(--ktw-card-radius);
    --kt-radius-lg: var(--ktw-card-radius);
    --kt-radius-md: var(--ktw-card-radius);
  }

  body {
    background:
      radial-gradient(circle at 12% -4%, rgba(229, 109, 48, 0.08), transparent 24%),
      radial-gradient(circle at 88% 2%, rgba(87, 185, 194, 0.12), transparent 26%),
      linear-gradient(180deg, #f3f6f7 0%, #edf3f5 52%, #f5f7f6 100%);
    color: var(--kt-ink);
  }

  .kt-site {
    margin: -1rem auto 4rem;
    overflow: hidden;
  }

  .kt-site *,
  .kt-site *::before,
  .kt-site *::after {
    box-sizing: border-box;
  }

  .kt-nav {
    width: var(--kt-page-width);
    margin: 1.2rem auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    padding: 0.72rem 0.85rem 0.72rem 1.05rem;
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: var(--ktw-card-radius);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 14px 30px rgba(9, 28, 41, 0.08);
    backdrop-filter: blur(18px);
    position: sticky;
    top: 1rem;
    z-index: 20;
  }

  .kt-nav-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.82rem;
    text-decoration: none;
    color: var(--kt-blue-deep);
    font-weight: 800;
    letter-spacing: -0.03em;
  }

  .kt-nav-logo img {
    width: 214px;
    max-width: 46vw;
    height: auto;
    display: block;
  }

  .kt-nav-links {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    color: var(--kt-ink-soft);
    font-size: 0.94rem;
    font-weight: 650;
  }

  .kt-nav-links a {
    color: inherit;
    text-decoration: none;
  }

  .kt-nav-links a:hover {
    color: var(--kt-orange-deep);
  }

  .kt-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.78rem 1.2rem;
    border: 0;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: -0.01em;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
  }

  .kt-button:hover {
    transform: translateY(-2px);
    text-decoration: none;
  }

  .kt-button-primary {
    color: #fffaf5;
    background: linear-gradient(135deg, var(--kt-orange), var(--kt-orange-deep));
    box-shadow: 0 14px 28px rgba(229, 109, 48, 0.18);
  }

  .kt-button-primary:hover {
    color: #fffaf5;
    box-shadow: 0 18px 34px rgba(229, 109, 48, 0.22);
  }

  .kt-button-secondary {
    color: var(--kt-blue-deep);
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(10, 61, 91, 0.14);
  }

  .kt-button-secondary:hover {
    color: var(--kt-blue-deep);
    background: #fff;
  }

  .kt-hero {
    width: var(--kt-page-width);
    margin: 2rem auto 0;
    min-height: 680px;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
    gap: 1.1rem;
    align-items: stretch;
    position: relative;
  }

  .kt-hero-copy {
    padding: clamp(2.1rem, 5vw, 5.6rem) clamp(1.5rem, 4vw, 4.8rem);
    border-radius: var(--kt-radius-xl);
    background:
      radial-gradient(circle at 12% 8%, rgba(87, 185, 194, 0.16), transparent 24%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(247, 250, 251, 0.95));
    border: 1px solid rgba(17, 56, 87, 0.08);
    box-shadow: var(--kt-shadow);
    position: relative;
    overflow: hidden;
  }

  .kt-hero-copy::before {
    content: "";
    position: absolute;
    inset: auto -16% -14% 30%;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(87, 185, 194, 0.12), transparent 68%);
    pointer-events: none;
  }

  .kt-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    margin: 0 0 1.35rem;
    padding: 0.55rem 0.78rem;
    border-radius: 999px;
    background: rgba(17, 56, 87, 0.08);
    color: var(--kt-blue-deep);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.73rem;
    font-weight: 850;
    position: relative;
    z-index: 1;
  }

  .kt-hero-logo {
    position: relative;
    z-index: 1;
    width: min(520px, 86%);
    margin-bottom: clamp(2rem, 4vw, 4rem);
    filter: drop-shadow(0 22px 28px rgba(9, 51, 77, 0.10));
  }

  .kt-hero h1 {
    max-width: 12ch;
    margin: 0;
    font-size: clamp(3.2rem, 7vw, 6.3rem);
    line-height: 0.9;
    letter-spacing: -0.06em;
    color: var(--kt-blue-deep);
    position: relative;
    z-index: 1;
  }

  .kt-hero-lead {
    max-width: 44rem;
    margin: 1.7rem 0 0;
    color: var(--kt-ink-soft);
    font-size: clamp(1.08rem, 1.7vw, 1.34rem);
    line-height: 1.78;
    position: relative;
    z-index: 1;
  }

  .kt-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.88rem;
    margin-top: 2.25rem;
    position: relative;
    z-index: 1;
  }

  .kt-visual {
    min-height: 100%;
    border-radius: var(--kt-radius-xl);
    background:
      radial-gradient(circle at 18% 13%, rgba(87, 185, 194, 0.14), transparent 24%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 249, 250, 0.95));
    color: var(--kt-blue-deep);
    box-shadow: var(--kt-shadow);
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(17, 56, 87, 0.08);
  }

  .kt-visual::before {
    content: "";
    position: absolute;
    width: 760px;
    height: 760px;
    right: -390px;
    top: -230px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(87, 185, 194, 0.12), transparent 66%);
  }

  .kt-product-stage {
    position: absolute;
    inset: 11% 8% auto;
    min-height: 480px;
  }

  .kt-device {
    position: absolute;
    right: 5%;
    top: 5%;
    width: min(440px, 72%);
    aspect-ratio: 0.64;
    border-radius: 2.5rem 2.5rem 1.2rem 1.2rem;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.09), transparent 20% 78%, rgba(255, 255, 255, 0.07)),
      linear-gradient(180deg, #f7f5ed, #e3e7e6);
    box-shadow: 0 28px 58px rgba(9, 28, 41, 0.14);
  }

  .kt-device::before {
    content: "";
    position: absolute;
    inset: 8% 10% auto;
    height: 43%;
    border-radius: 50%;
    border: 18px solid rgba(8, 43, 65, 0.92);
    box-shadow: inset 0 0 0 14px rgba(87, 185, 194, 0.18);
  }

  .kt-device::after {
    content: "";
    position: absolute;
    left: 12%;
    right: 12%;
    bottom: 11%;
    height: 13%;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(10, 61, 91, 0.92), rgba(87, 185, 194, 0.72));
  }

  .kt-heat-flow {
    position: absolute;
    left: 2%;
    top: 24%;
    width: 54%;
    height: 54%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background:
      conic-gradient(from 210deg, rgba(239, 125, 48, 0.78), rgba(87, 185, 194, 0.88), rgba(255, 255, 255, 0.08), rgba(239, 125, 48, 0.78));
    filter: blur(0.2px);
    opacity: 0.5;
    animation: ktPulse 5.8s ease-in-out infinite;
  }

  .kt-floating-card {
    position: absolute;
    left: 7%;
    bottom: 8%;
    width: min(360px, 78%);
    padding: 1.25rem;
    border-radius: var(--ktw-card-radius);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(17, 56, 87, 0.08);
    backdrop-filter: blur(16px);
  }

  .kt-floating-card h2 {
    margin: 0.3rem 0 0.55rem;
    font-size: 1.72rem;
    line-height: 1.05;
    letter-spacing: -0.04em;
  }

  .kt-floating-card p {
    margin: 0;
    color: var(--kt-ink-soft);
    line-height: 1.62;
  }

  .kt-section {
    width: var(--kt-page-width);
    margin: var(--kt-section-space) auto 0;
  }

  .kt-section-head {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
    gap: 2rem;
    align-items: end;
    margin-bottom: 1.5rem;
  }

  .kt-kicker {
    margin: 0 0 0.72rem;
    color: var(--kt-orange-deep);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.76rem;
    font-weight: 850;
  }

  .kt-section h2 {
    margin: 0;
    font-size: clamp(2rem, 4.2vw, 4rem);
    line-height: 0.96;
    letter-spacing: -0.055em;
    color: var(--kt-blue-deep);
  }

  .kt-section-head p:not(.kt-kicker) {
    margin: 0;
    color: var(--kt-ink-soft);
    line-height: 1.72;
    font-size: 1.05rem;
  }

  .kt-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

  .kt-card {
    min-height: 330px;
    padding: var(--kt-card-padding);
    border-radius: var(--kt-radius-lg);
    background:
      radial-gradient(circle at 84% 12%, rgba(87, 185, 194, 0.22), transparent 28%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(247, 250, 249, 0.93));
    border: 1px solid rgba(17, 56, 87, 0.08);
    box-shadow: 0 16px 36px rgba(9, 28, 41, 0.08);
    display: grid;
    align-content: space-between;
    gap: var(--kt-card-gap);
    overflow: hidden;
    position: relative;
  }

  .kt-card.is-dark {
    color: var(--kt-ink);
    background:
      radial-gradient(circle at 84% 12%, rgba(87, 185, 194, 0.14), transparent 28%),
      linear-gradient(180deg, rgba(250, 252, 252, 0.97), rgba(240, 247, 248, 0.95));
  }

  .kt-card-number {
    color: var(--kt-orange-deep);
    font-weight: 850;
    letter-spacing: 0.12em;
    font-size: 0.76rem;
  }

  .kt-card.is-dark .kt-card-number {
    color: var(--kt-orange-deep);
  }

  .kt-card h3 {
    margin: 1.3rem 0 0.75rem;
    max-width: 14ch;
    font-size: clamp(1.42rem, 1.8vw, 1.95rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
  }

  .kt-card p {
    margin: 0;
    color: var(--kt-ink-soft);
    line-height: 1.7;
  }

  .kt-card.is-dark p {
    color: var(--kt-ink-soft);
  }

  .kt-card-graphic {
    height: 130px;
    margin-top: 1.5rem;
    border-radius: var(--ktw-card-radius);
    background:
      linear-gradient(135deg, rgba(87, 185, 194, 0.18), rgba(239, 125, 48, 0.10)),
      repeating-linear-gradient(90deg, rgba(10, 61, 91, 0.12) 0 1px, transparent 1px 20px);
    border: 1px solid rgba(10, 61, 91, 0.08);
    position: relative;
  }

  .kt-card-graphic::before,
  .kt-card-graphic::after {
    content: "";
    position: absolute;
    border-radius: 999px;
  }

  .kt-card-graphic::before {
    left: 12%;
    top: 34%;
    width: 76%;
    height: 18px;
    background: linear-gradient(90deg, var(--kt-teal), var(--kt-orange));
  }

  .kt-card-graphic::after {
    right: 13%;
    top: 18%;
    width: 72px;
    height: 72px;
    border: 14px solid rgba(10, 61, 91, 0.16);
  }

  .kt-split {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
    gap: 1rem;
    align-items: stretch;
  }

  .kt-statement {
    min-height: 500px;
    border-radius: var(--kt-radius-xl);
    padding: clamp(1.6rem, 4vw, 3.3rem);
    color: var(--kt-ink);
    background:
      radial-gradient(circle at 18% 16%, rgba(87, 185, 194, 0.16), transparent 28%),
      radial-gradient(circle at 82% 72%, rgba(229, 109, 48, 0.08), transparent 30%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(245, 249, 250, 0.95));
    box-shadow: var(--kt-shadow);
    display: grid;
    align-content: space-between;
    overflow: hidden;
    position: relative;
  }

  .kt-statement h2 {
    color: var(--kt-blue-deep);
    max-width: 12ch;
  }

  .kt-statement p {
    max-width: 38rem;
    margin: 1.2rem 0 0;
    color: var(--kt-ink-soft);
    line-height: 1.72;
  }

  .kt-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 2rem;
  }

  .kt-metric {
    padding: 1rem;
    border-radius: var(--ktw-card-radius);
    background: rgba(17, 56, 87, 0.04);
    border: 1px solid rgba(17, 56, 87, 0.08);
  }

  .kt-metric strong {
    display: block;
    font-size: 1.65rem;
    letter-spacing: -0.04em;
  }

  .kt-metric span {
    display: block;
    margin-top: 0.25rem;
    color: var(--kt-ink-soft);
    font-size: 0.9rem;
  }

  .kt-list-panel {
    border-radius: var(--kt-radius-xl);
    padding: var(--kt-card-padding);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(17, 56, 87, 0.08);
    box-shadow: 0 16px 36px rgba(9, 28, 41, 0.08);
    backdrop-filter: blur(10px);
  }

  .kt-feature-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.2rem 0;
    border-bottom: 1px solid var(--kt-line);
  }

  .kt-feature-row:last-child {
    border-bottom: 0;
  }

  .kt-feature-icon {
    width: 54px;
    height: 54px;
    display: inline-grid;
    place-items: center;
    border-radius: 1.05rem;
    background: linear-gradient(135deg, rgba(87, 185, 194, 0.24), rgba(239, 125, 48, 0.16));
    color: var(--kt-blue-deep);
    font-weight: 900;
  }

  .kt-feature-row h3 {
    margin: 0 0 0.45rem;
    color: var(--kt-blue-deep);
    font-size: 1.35rem;
    letter-spacing: -0.03em;
  }

  .kt-feature-row p {
    margin: 0;
    color: var(--kt-ink-soft);
    line-height: 1.66;
  }

  .kt-cta-band {
    width: var(--kt-page-width);
    margin: var(--kt-section-space) auto 0;
    padding: var(--kt-card-padding-room);
    border-radius: var(--kt-radius-xl);
    background:
      radial-gradient(circle at 16% 20%, rgba(87, 185, 194, 0.30), transparent 25%),
      linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 249, 0.90));
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow: var(--kt-shadow);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: calc(var(--kt-card-gap) + 10px);
    align-items: center;
  }

  .kt-cta-band h2 {
    margin: 0;
    max-width: 13ch;
    color: var(--kt-blue-deep);
    font-size: clamp(2rem, 4.8vw, 4.2rem);
    line-height: 0.95;
    letter-spacing: -0.055em;
  }

  .kt-cta-band p {
    margin: 1rem 0 0;
    max-width: 52rem;
    color: var(--kt-ink-soft);
    line-height: 1.74;
  }

  .kt-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: flex-end;
  }

  @keyframes ktPulse {
    0%,
    100% {
      transform: translate3d(0, 0, 0) scale(1);
      opacity: 0.74;
    }
    50% {
      transform: translate3d(10px, -8px, 0) scale(1.06);
      opacity: 0.92;
    }
  }

  @media (max-width: 1040px) {
    .kt-hero,
    .kt-section-head,
    .kt-split,
    .kt-cta-band {
      grid-template-columns: 1fr;
    }

    .kt-hero {
      min-height: auto;
    }

    .kt-visual {
      min-height: 620px;
    }

    .kt-card-grid {
      grid-template-columns: 1fr;
    }

    .kt-card {
      min-height: 260px;
    }

    .kt-cta-actions {
      justify-content: flex-start;
    }
  }

  @media (max-width: 720px) {
    :root {
      --kt-page-width: var(--kt-page-width-mobile);
    }
    .kt-nav {
      align-items: flex-start;
      border-radius: var(--ktw-card-radius);
      flex-direction: column;
      position: relative;
      top: auto;
    }

    .kt-nav-links {
      width: 100%;
      justify-content: flex-start;
      flex-wrap: wrap;
      gap: 0.75rem;
    }

    .kt-button,
    .kt-button-primary,
    .kt-button-secondary {
      width: 100%;
    }

    .kt-hero-copy {
      padding: 1.4rem;
    }

    .kt-hero h1 {
      font-size: clamp(2.4rem, 12vw, 3.8rem);
      line-height: 0.96;
    }

    .kt-section h2,
    .kt-cta-band h2 {
      font-size: clamp(1.7rem, 8vw, 2.45rem);
      line-height: 1;
    }

    .kt-card h3,
    .kt-feature-row h3 {
      font-size: 1.2rem;
      line-height: 1.12;
    }

    .kt-visual {
      min-height: 420px;
    }

    .kt-product-stage {
      inset: 8% 5% auto;
    }

    .kt-device {
      width: 74%;
    }

    .kt-metrics {
      grid-template-columns: 1fr;
    }

    .kt-feature-row {
      grid-template-columns: 1fr;
    }

    .kt-cta-actions {
      width: 100%;
    }
  }

/* route: ktwaerme_config */
.ktw-config-shell {
    max-width: 1180px;
    margin: 2rem auto 3rem;
    display: grid;
    gap: 1rem;
    color: var(--ktw-theme-ink, #102638);
  }

  .ktw-config-hero,
  .ktw-config-card,
  .ktw-config-empty {
    border: 1px solid var(--ktw-theme-line, #d7dee5);
    border-radius: var(--ktw-card-radius);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(244, 250, 251, 0.93));
    box-shadow: var(--ktw-theme-shadow-soft, 0 18px 44px rgba(9, 28, 41, 0.1));
  }

  .ktw-config-hero {
    display: grid;
    gap: var(--ktw-card-gap);
    padding: var(--ktw-card-padding);
  }

  .ktw-config-hero h1,
  .ktw-config-card h2 {
    margin: 0;
  }

  .ktw-config-hero p,
  .ktw-config-note,
  .ktw-config-help,
  .ktw-config-device-help {
    margin: 0;
    color: var(--ktw-theme-muted, #5a6977);
    line-height: 1.7;
  }

  .ktw-config-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .ktw-config-pill {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.38rem 0.75rem;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 700;
  }

  .ktw-config-pill.is-ready {
    background: rgba(36, 153, 103, 0.14);
    color: #1d6b3c;
  }

  .ktw-config-pill.is-fallback {
    background: rgba(229, 146, 38, 0.16);
    color: #9a6700;
  }

  .ktw-config-pill.is-theme {
    background: rgba(16, 52, 75, 0.08);
    color: var(--ktw-theme-accent, #10344b);
  }

  .ktw-config-grid {
    display: grid;
    gap: 1rem;
  }

  .ktw-config-card {
    padding: var(--ktw-card-padding);
    display: grid;
    gap: var(--ktw-card-gap);
  }

  .ktw-config-fields {
    display: grid;
    gap: 0.95rem 1rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

  .ktw-config-field,
  .ktw-config-check {
    display: grid;
    gap: 0.42rem;
  }

  .ktw-config-field--wide {
    grid-column: 1 / -1;
  }

  .ktw-config-field span,
  .ktw-config-check span {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--ktw-theme-accent, #10344b);
  }

  .ktw-config-field input,
  .ktw-config-field textarea,
  .ktw-config-field select {
    width: 100%;
    padding: 0.75rem 0.85rem;
    border: 1px solid var(--ktw-theme-line, #cbd5df);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--ktw-theme-ink, #102638);
  }

  .ktw-config-field textarea {
    min-height: 126px;
    resize: vertical;
  }

  .ktw-config-check {
    grid-template-columns: 20px 1fr;
    align-items: center;
    gap: 0.55rem;
    padding-top: 2rem;
  }

  .ktw-config-check input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: var(--ktw-theme-brand, #e56d30);
  }

  .ktw-config-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    justify-content: space-between;
  }

  .ktw-config-actions {
    display: flex;
    gap: 0.65rem;
    flex-wrap: wrap;
  }

  .ktw-config-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    padding: 0.85rem 1.2rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
  }

  .ktw-config-btn.primary {
    background: linear-gradient(135deg, var(--ktw-theme-brand, #e56d30), var(--ktw-theme-brand-dark, #9a431d));
    color: #fff;
  }

  .ktw-config-btn.secondary {
    background: rgba(16, 52, 75, 0.08);
    color: var(--ktw-theme-accent, #10344b);
  }

  .ktw-config-status {
    min-height: 1.5rem;
    font-weight: 700;
  }

  .ktw-config-status.ok {
    color: #1d6b3c;
  }

  .ktw-config-status.error {
    color: #b42318;
  }

  .ktw-config-empty {
    padding: var(--ktw-card-padding);
    display: grid;
    gap: var(--ktw-card-gap);
  }

  .ktw-config-device-picker {
    display: grid;
    gap: 0.85rem;
    padding: 1rem;
    border: 1px solid rgba(16, 52, 75, 0.08);
    border-radius: var(--ktw-card-radius);
    background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(240,247,248,0.86));
  }

  .ktw-config-device-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
  }

  .ktw-config-device-toolbar-copy {
    display: grid;
    gap: 0.2rem;
  }

  .ktw-config-device-kicker {
    font-size: 0.74rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ktw-theme-brand, #e56d30);
  }

  .ktw-config-device-count {
    display: inline-flex;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(16, 52, 75, 0.08);
    color: var(--ktw-theme-accent, #10344b);
    font-weight: 700;
    font-size: 0.82rem;
  }

  .ktw-config-device-list {
    display: grid;
    gap: 0.7rem;
  }

  .ktw-config-device-option {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: start;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(16, 52, 75, 0.1);
    border-radius: var(--ktw-card-radius);
    background: rgba(255, 255, 255, 0.92);
  }

  .ktw-config-device-option.is-selected {
    border-color: rgba(229, 109, 48, 0.45);
    box-shadow: 0 12px 28px rgba(229, 109, 48, 0.12);
  }

  .ktw-config-device-option input {
    width: 18px;
    height: 18px;
    margin-top: 0.2rem;
    accent-color: var(--ktw-theme-brand, #e56d30);
  }

  .ktw-config-device-copy {
    display: grid;
    gap: 0.28rem;
  }

  .ktw-config-device-copy strong {
    font-size: 1rem;
  }

  .ktw-config-device-meta {
    color: var(--ktw-theme-accent, #10344b);
    font-weight: 600;
  }

  .ktw-config-device-summary {
    color: var(--ktw-theme-muted, #5a6977);
    line-height: 1.55;
    font-size: 0.9rem;
  }

  .ktw-config-device-price {
    font-weight: 800;
    color: var(--ktw-theme-brand-dark, #9a431d);
    white-space: nowrap;
  }

  .ktw-config-device-empty {
    padding: 1rem 1.1rem;
    border-radius: var(--ktw-card-radius);
    background: rgba(16, 52, 75, 0.05);
    color: var(--ktw-theme-muted, #5a6977);
  }

  /* == managed: final readable KT-aligned polish == */
  html,
  body {
    overflow-x: hidden;
  }

  body {
    background: #f6f7f6 !important;
  }

  .site,
  .site *,
  .ktw-shell-wrap,
  .ktw-shell-wrap *,
  .kt-site,
  .kt-site * {
    box-sizing: border-box;
    min-width: 0;
  }

  .site :is(h1,h2,h3,h4,h5,h6,p,li,a,span,strong,small,button),
  .ktw-shell-wrap :is(h1,h2,h3,h4,h5,h6,p,li,a,span,strong,small,button),
  .kt-site :is(h1,h2,h3,h4,h5,h6,p,li,a,span,strong,small,button) {
    letter-spacing: 0 !important;
    max-width: 100%;
  }

  .site :is(p,li,small,span,strong,a,button),
  .ktw-shell-wrap :is(p,li,small,span,strong,a,button),
  .kt-site :is(p,li,small,span,strong,a,button) {
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }

  .site :is(h1,h2,h3,h4,h5,h6),
  .kt-site :is(h1,h2,h3,h4,h5,h6) {
    color: #10344b !important;
    font-weight: 700 !important;
    text-wrap: balance;
  }

  .ktw-shell-wrap {
    width: min(1320px, calc(100% - 48px));
    max-width: 1320px;
  }

  .ktw-shell-header {
    margin-top: 18px;
    padding: 18px 22px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(16, 52, 75, 0.14);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 34px rgba(16, 52, 75, 0.06);
  }

  .ktw-shell-topline,
  .ktw-shell-brand-copy,
  .ktw-shell-rail-label {
    display: none !important;
  }

  .ktw-shell-brand img {
    width: clamp(160px, 18vw, 250px);
    height: auto;
  }

  .ktw-shell-main {
    gap: 18px;
  }

  .ktw-shell-menu {
    justify-content: flex-end;
    gap: 4px;
  }

  .ktw-shell-menu-link,
  .ktw-shell-rail-link {
    border-radius: 0;
    background: transparent;
    color: #10344b;
    font-size: 0.84rem;
    font-weight: 700;
    text-transform: uppercase;
    white-space: normal;
  }

  .ktw-shell-menu-link:hover,
  .ktw-shell-menu-link--active,
  .ktw-shell-rail-link:hover,
  .ktw-shell-rail-link--active {
    color: #d86a2b;
    background: transparent;
  }

  .ktw-shell-cta,
  .ktw-shell-modal-submit,
  .site .btn.primary,
  .site .button.primary,
  .kt-button-primary {
    border-radius: 0 !important;
    background: #d86a2b !important;
    color: #fff !important;
    box-shadow: none !important;
    white-space: normal;
  }

  .ktw-shell-account-link,
  .ktw-shell-logout,
  .site .btn,
  .site .button,
  .kt-button {
    border-radius: 0 !important;
  }

  .ktw-shell-rail {
    margin-top: 8px;
    padding: 0 0 10px;
    gap: 8px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .site .hero,
  .site .hero-grid,
  .site .hero-shell,
  .site .docs-hero,
  .kt-hero {
    gap: clamp(18px, 3vw, 38px) !important;
  }

  .site .hero-panel,
  .site .hero-copy,
  .site .hero-main,
  .site .hero-side,
  .site .hero-side-card,
  .site .hero-box,
  .site .card,
  .site .panel,
  .site .audience-card,
  .site .solution-card,
  .site .catalog-card,
  .site .journey-card,
  .site .proof-card,
  .site .family-card,
  .site .process-card,
  .site .closing-card,
  .site .story-card,
  .kt-card,
  .kt-list-panel,
  .kt-statement,
  .kt-floating-card,
  .kt-cta-band {
    border-radius: 0 !important;
    border: 1px solid rgba(16, 52, 75, 0.1) !important;
    box-shadow: 0 18px 46px rgba(16, 52, 75, 0.07) !important;
    overflow: hidden;
  }

  .site .hero-copy h1,
  .site .hero-main h1,
  .site .hero-panel h1,
  .kt-hero h1 {
    font-size: clamp(2.3rem, 6vw, 5.4rem) !important;
    line-height: 0.98 !important;
    max-width: 12ch;
  }

  .site .hero-copy p,
  .site .hero-main p,
  .site .hero-panel p,
  .kt-hero-lead {
    max-width: 64ch;
  }

  .site :is(.badge,.eyebrow,.kicker,.section-id,.section-kicker,.value-badge,.kt-kicker,.kt-eyebrow) {
    letter-spacing: 0 !important;
    text-transform: uppercase;
    color: #d86a2b !important;
    font-weight: 800;
  }

  .site img,
  .kt-site img {
    max-width: 100%;
    height: auto;
  }

  .kt-nav {
    background: #fff;
    border-bottom: 1px solid rgba(16, 52, 75, 0.12);
    border-radius: 0;
    box-shadow: 0 12px 34px rgba(16, 52, 75, 0.06);
  }

  .kt-nav-logo img {
    width: clamp(160px, 20vw, 260px);
  }

  .kt-nav-links {
    flex-wrap: wrap;
  }

  .kt-hero-copy {
    background: #ffffff !important;
  }

  .kt-visual,
  .kt-card.is-dark,
  .kt-cta-band {
    background: #10344b !important;
    color: #ffffff !important;
  }

  .kt-card.is-dark :is(h1,h2,h3,h4,p,span,strong),
  .kt-visual :is(h1,h2,h3,h4,p,span,strong),
  .kt-cta-band :is(h1,h2,h3,h4,p,span,strong) {
    color: #ffffff !important;
  }

  @media (max-width: 980px) {
    .ktw-shell-wrap {
      width: min(100%, calc(100% - 28px));
    }

    .ktw-shell-header {
      align-items: stretch;
      padding: 16px;
    }

    .ktw-shell-brand {
      justify-content: center;
    }

    .ktw-shell-main,
    .ktw-shell-menu,
    .ktw-shell-utility {
      width: 100%;
      justify-content: center;
    }
  }

  @media (max-width: 720px) {
    .ktw-shell-wrap {
      width: min(100%, calc(100% - 20px));
    }

    .ktw-shell-header {
      margin-top: 10px;
      padding: 14px 12px;
    }

    .ktw-shell-brand img {
      width: min(230px, 82vw);
    }

    .ktw-shell-menu,
    .ktw-shell-rail,
    .kt-nav-links {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      width: 100%;
    }

    .ktw-shell-menu-link,
    .ktw-shell-rail-link,
    .ktw-shell-cta,
    .ktw-shell-account-link,
    .kt-button {
      width: 100%;
      min-height: 44px;
      padding: 11px 10px;
      text-align: center;
      line-height: 1.2;
    }

    .site .hero-copy h1,
    .site .hero-main h1,
    .site .hero-panel h1,
    .kt-hero h1 {
      font-size: clamp(2rem, 13vw, 3.5rem) !important;
      max-width: 100%;
    }
  }
  /* == /managed: final readable KT-aligned polish == */

  /* == managed: KT visual alignment pass == */
  :root {
    --ktw-krono-blue: #06283d;
    --ktw-krono-blue-2: #0d3b56;
    --ktw-krono-orange: #ef7d30;
    --ktw-krono-mint: #58b8c2;
    --ktw-krono-hero: url("/files/ktw-kronoterm-WIP-Scena-interior-TC-web-6-1-scaled-e1738911648911.jpg");
    --ktw-krono-hero-mobile: url("/files/ktw-kronoterm-topel-dom.jpg");
    --ktw-krono-adapt: url("/files/ktw-kronoterm-novogradnja-scaled-e1693398248946.jpg");
    --ktw-krono-product: url("/files/ktw-kronoterm-WIP-Scena-interior-TC-1-scaled.jpg");
  }

  body {
    background: #f3f5f3 !important;
  }

  .ktw-shell-wrap {
    width: 100%;
    max-width: none;
  }

  .ktw-shell-header {
    margin: 0;
    padding: 22px clamp(18px, 4vw, 58px);
    border: 0;
    border-radius: 0;
    background: linear-gradient(90deg, rgba(4, 30, 47, 0.98), rgba(7, 48, 72, 0.96));
    box-shadow: none;
  }

  .ktw-shell-brand img,
  .kt-nav-logo img {
    filter: brightness(0) invert(1);
  }

  .ktw-shell-menu-link,
  .ktw-shell-account-meta strong,
  .ktw-shell-account-meta small,
  .ktw-shell-account-avatar {
    color: #fff !important;
  }

  .ktw-shell-account-avatar {
    border-color: rgba(255,255,255,0.32);
    background: rgba(255,255,255,0.08);
  }

  .ktw-shell-menu-link {
    padding: 10px 12px;
    font-size: 0.78rem;
    opacity: 0.86;
  }

  .ktw-shell-menu-link:hover,
  .ktw-shell-menu-link--active {
    color: #fff !important;
    opacity: 1;
    box-shadow: inset 0 -2px 0 var(--ktw-krono-orange);
  }

  .ktw-shell-account-link {
    border-color: rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.06);
  }

  .ktw-shell-cta {
    background: var(--ktw-krono-orange) !important;
    color: #fff !important;
    font-size: 0.78rem;
    text-transform: uppercase;
  }

  .ktw-shell-rail {
    display: none !important;
  }

  .kt-site,
  .site {
    background: #f3f5f3;
  }

  .kt-nav {
    background: linear-gradient(90deg, rgba(4, 30, 47, 0.98), rgba(7, 48, 72, 0.96));
    color: #fff;
  }

  .kt-nav-links a {
    color: #fff !important;
  }

  .kt-nav-links a:not(.kt-button) {
    opacity: 0.86;
    text-transform: uppercase;
    font-size: 0.78rem;
    font-weight: 800;
  }

  .kt-hero {
    width: 100vw !important;
    max-width: none !important;
    min-height: min(780px, calc(100vh - 92px));
    margin-left: calc(50% - 50vw) !important;
    padding: clamp(44px, 7vw, 96px) clamp(18px, 6vw, 88px) !important;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr);
    align-items: end;
    background:
      linear-gradient(90deg, rgba(4, 30, 47, 0.92) 0%, rgba(4, 30, 47, 0.78) 44%, rgba(4, 30, 47, 0.2) 100%),
      var(--ktw-krono-hero) center right / cover no-repeat,
      linear-gradient(135deg, #06283d, #0d3b56);
    color: #fff;
  }

  .kt-hero-copy,
  .kt-floating-card {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
  }

  .kt-hero-logo {
    filter: brightness(0) invert(1);
    width: min(360px, 82vw) !important;
    margin: 20px 0 26px;
  }

  .kt-hero h1 {
    color: #fff !important;
    font-size: clamp(3.6rem, 9vw, 8.6rem) !important;
    line-height: 0.88 !important;
    max-width: 8.5ch;
    font-weight: 800 !important;
    text-transform: none;
  }

  .kt-hero-lead {
    color: rgba(255,255,255,0.88) !important;
    max-width: 58ch;
    font-size: clamp(1rem, 0.7vw + 0.9rem, 1.35rem) !important;
  }

  .kt-eyebrow,
  .kt-kicker {
    color: var(--ktw-krono-orange) !important;
  }

  .kt-visual {
    min-height: 520px;
    border: 0 !important;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
      var(--ktw-krono-product) center / contain no-repeat !important;
    box-shadow: none !important;
  }

  .kt-product-stage,
  .kt-device,
  .kt-heat-flow {
    display: none !important;
  }

  .kt-floating-card {
    max-width: 360px;
    margin-left: auto;
    align-self: end;
    padding: 0 !important;
  }

  .kt-floating-card h2,
  .kt-floating-card p {
    color: #fff !important;
  }

  .kt-section {
    width: min(1240px, calc(100% - 44px));
    margin-inline: auto;
  }

  .kt-section-head {
    border-top: 1px solid rgba(6, 40, 61, 0.16);
    padding-top: clamp(34px, 5vw, 72px);
  }

  .kt-section-head h2,
  .kt-statement h2,
  .kt-cta-band h2 {
    font-size: clamp(2.4rem, 5.8vw, 6.6rem) !important;
    line-height: 0.92 !important;
    letter-spacing: 0 !important;
    max-width: 11ch;
  }

  .kt-card-grid {
    gap: 0 !important;
    border-top: 1px solid rgba(6, 40, 61, 0.12);
    border-left: 1px solid rgba(6, 40, 61, 0.12);
  }

  .kt-card {
    min-height: 420px;
    border: 0 !important;
    border-right: 1px solid rgba(6, 40, 61, 0.12) !important;
    border-bottom: 1px solid rgba(6, 40, 61, 0.12) !important;
    box-shadow: none !important;
    background: #fff !important;
  }

  .kt-card.is-dark {
    background:
      linear-gradient(180deg, rgba(6, 40, 61, 0.72), rgba(6, 40, 61, 0.96)),
      var(--ktw-krono-adapt) center / cover no-repeat !important;
  }

  .kt-card-graphic {
    min-height: 170px;
    background: var(--ktw-krono-product) center / contain no-repeat !important;
  }

  .kt-card h3 {
    font-size: clamp(1.7rem, 2.8vw, 3rem) !important;
    line-height: 0.98 !important;
  }

  .kt-statement,
  .kt-list-panel,
  .kt-cta-band,
  .kt-feature-row {
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .kt-statement {
    background: #fff !important;
  }

  .kt-list-panel {
    background: var(--ktw-krono-blue) !important;
  }

  .kt-list-panel :is(h3,p,.kt-feature-icon) {
    color: #fff !important;
  }

  .kt-feature-row {
    border-color: rgba(255,255,255,0.14) !important;
  }

  .kt-cta-band {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: clamp(46px, 7vw, 96px) clamp(18px, 6vw, 88px) !important;
    background:
      linear-gradient(90deg, rgba(6, 40, 61, 0.94), rgba(6, 40, 61, 0.62)),
      var(--ktw-krono-product) right center / contain no-repeat,
      var(--ktw-krono-blue) !important;
  }

  .site[data-ktw-route] > .ktw-shell-wrap + .hero,
  .site[data-ktw-route] .hero:first-of-type,
  .site[data-ktw-route] .docs-hero:first-of-type,
  .site[data-ktw-route] .hero-grid:first-of-type,
  .site[data-ktw-route] .hero-shell:first-of-type {
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    padding: clamp(48px, 7vw, 104px) clamp(18px, 6vw, 88px) !important;
    background:
      linear-gradient(90deg, rgba(4, 30, 47, 0.92), rgba(4, 30, 47, 0.52)),
      var(--ktw-krono-hero) center right / cover no-repeat,
      var(--ktw-krono-blue) !important;
  }

  .site[data-ktw-route] .hero:first-of-type :is(h1,h2,h3,h4,p,span,strong,small),
  .site[data-ktw-route] .docs-hero:first-of-type :is(h1,h2,h3,h4,p,span,strong,small),
  .site[data-ktw-route] .hero-grid:first-of-type :is(h1,h2,h3,h4,p,span,strong,small),
  .site[data-ktw-route] .hero-shell:first-of-type :is(h1,h2,h3,h4,p,span,strong,small) {
    color: #fff !important;
  }

  .site[data-ktw-route] .hero:first-of-type :is(.badge,.eyebrow,.kicker,.section-id,.section-kicker),
  .site[data-ktw-route] .docs-hero:first-of-type :is(.badge,.eyebrow,.kicker,.section-id,.section-kicker),
  .site[data-ktw-route] .hero-grid:first-of-type :is(.badge,.eyebrow,.kicker,.section-id,.section-kicker),
  .site[data-ktw-route] .hero-shell:first-of-type :is(.badge,.eyebrow,.kicker,.section-id,.section-kicker) {
    color: var(--ktw-krono-orange) !important;
  }

  @media (max-width: 980px) {
    .ktw-shell-header {
      padding: 16px 14px;
    }

    .kt-hero {
      min-height: auto;
      grid-template-columns: 1fr;
      background:
        linear-gradient(180deg, rgba(4, 30, 47, 0.94), rgba(4, 30, 47, 0.62)),
        var(--ktw-krono-hero-mobile) center / cover no-repeat,
        var(--ktw-krono-blue);
    }

    .kt-visual {
      min-height: 320px;
    }

    .kt-section-head h2,
    .kt-statement h2,
    .kt-cta-band h2 {
      max-width: 100%;
    }
  }

  @media (max-width: 720px) {
    .ktw-shell-menu,
    .ktw-shell-rail,
    .kt-nav-links {
      grid-template-columns: 1fr 1fr;
    }

    .kt-hero {
      padding: 34px 18px 44px !important;
    }

    .kt-hero h1 {
      font-size: clamp(3rem, 18vw, 5.2rem) !important;
    }

    .kt-hero-logo {
      width: min(260px, 82vw) !important;
    }

    .kt-card {
      min-height: 320px;
    }
  }
  /* == /managed: KT visual alignment pass == */

  /* == managed: force all portal routes into KT/Kronoterm-style website shell == */
  .site[data-ktw-route] {
    --ktw-force-blue: #06283d;
    --ktw-force-blue-2: #0d3b56;
    --ktw-force-orange: #ef7d30;
    --ktw-force-hero: url("/files/ktw-kronoterm-WIP-Scena-interior-TC-web-6-1-scaled-e1738911648911.jpg");
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: #f4f6f5 !important;
  }

  .site[data-ktw-route] .ktw-shell-wrap {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .site[data-ktw-route] .ktw-shell-topline,
  .site[data-ktw-route] .ktw-shell-brand-copy,
  .site[data-ktw-route] .ktw-shell-rail,
  .site[data-ktw-route] .floating-journey,
  .site[data-ktw-route] .hero-shortcuts,
  .site[data-ktw-route] .brand-lockup :is(strong, span),
  .site[data-ktw-route] .logo + * {
    display: none !important;
  }

  .site[data-ktw-route] .ktw-shell-header {
    width: 100% !important;
    max-width: none !important;
    min-height: 74px !important;
    margin: 0 !important;
    padding: 14px clamp(18px, 4vw, 64px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 22px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: linear-gradient(90deg, rgba(4,30,47,0.98), rgba(8,54,80,0.97)) !important;
    box-shadow: none !important;
  }

  .site[data-ktw-route] .ktw-shell-brand {
    width: auto !important;
    max-width: none !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .site[data-ktw-route] .ktw-shell-brand img {
    display: block !important;
    width: clamp(170px, 14vw, 245px) !important;
    max-width: 245px !important;
    height: auto !important;
    filter: brightness(0) invert(1) !important;
  }

  .site[data-ktw-route] .ktw-shell-main {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: clamp(14px, 3vw, 34px) !important;
    width: auto !important;
  }

  .site[data-ktw-route] .ktw-shell-menu,
  .site[data-ktw-route] .ktw-shell-utility {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
  }

  .site[data-ktw-route] .ktw-shell-menu-link {
    padding: 9px 8px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: rgba(255,255,255,0.86) !important;
    font-size: 0.76rem !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  .site[data-ktw-route] .ktw-shell-menu-link:hover,
  .site[data-ktw-route] .ktw-shell-menu-link--active {
    color: #fff !important;
    box-shadow: inset 0 -2px 0 var(--ktw-force-orange) !important;
  }

  .site[data-ktw-route] .ktw-shell-cta,
  .site[data-ktw-route] .ktw-shell-account-link,
  .site[data-ktw-route] .ktw-shell-logout {
    min-height: 42px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .site[data-ktw-route] .ktw-shell-cta {
    background: var(--ktw-force-orange) !important;
    color: #fff !important;
  }

  .site[data-ktw-route] .ktw-shell-account-link,
  .site[data-ktw-route] .ktw-shell-logout {
    border-color: rgba(255,255,255,0.22) !important;
    background: rgba(255,255,255,0.07) !important;
    color: #fff !important;
  }

  .site[data-ktw-route] .ktw-shell-account-meta :is(strong, small),
  .site[data-ktw-route] .ktw-shell-account-avatar {
    color: #fff !important;
  }

  .site[data-ktw-route] > :not(.ktw-shell-wrap):first-of-type,
  .site[data-ktw-route] .hero:first-of-type,
  .site[data-ktw-route] .hero-grid:first-of-type,
  .site[data-ktw-route] .hero-shell:first-of-type,
  .site[data-ktw-route] .docs-hero:first-of-type {
    width: 100vw !important;
    max-width: none !important;
    min-height: min(760px, calc(100vh - 74px)) !important;
    margin: 0 0 clamp(34px, 5vw, 74px) calc(50% - 50vw) !important;
    padding: clamp(52px, 7vw, 108px) clamp(18px, 6vw, 90px) !important;
    display: grid !important;
    grid-template-columns: minmax(0, 0.8fr) minmax(340px, 0.7fr) !important;
    align-items: end !important;
    gap: clamp(24px, 5vw, 78px) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background:
      linear-gradient(90deg, rgba(4,30,47,0.96) 0%, rgba(4,30,47,0.78) 43%, rgba(4,30,47,0.2) 100%),
      var(--ktw-force-hero) center right / cover no-repeat,
      var(--ktw-force-blue) !important;
    box-shadow: none !important;
    color: #fff !important;
  }

  .site[data-ktw-route] .hero-copy,
  .site[data-ktw-route] .hero-panel,
  .site[data-ktw-route] .hero-main,
  .site[data-ktw-route] .hero-side,
  .site[data-ktw-route] .hero-side-card,
  .site[data-ktw-route] .hero-visual,
  .site[data-ktw-route] .hero-journey {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #fff !important;
  }

  .site[data-ktw-route] .brand-lockup {
    display: block !important;
    margin: 0 0 24px !important;
    padding: 0 !important;
  }

  .site[data-ktw-route] .brand-lockup .logo,
  .site[data-ktw-route] .logo {
    width: min(360px, 80vw) !important;
    height: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: brightness(0) invert(1) !important;
  }

  .site[data-ktw-route] .hero:first-of-type :is(h1,h2),
  .site[data-ktw-route] .hero-grid:first-of-type :is(h1,h2),
  .site[data-ktw-route] .hero-shell:first-of-type :is(h1,h2),
  .site[data-ktw-route] .docs-hero:first-of-type :is(h1,h2) {
    max-width: 9ch !important;
    color: #fff !important;
    font-size: clamp(3.2rem, 8vw, 8.2rem) !important;
    line-height: 0.88 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
  }

  .site[data-ktw-route] .hero:first-of-type :is(p,li,small,strong,span),
  .site[data-ktw-route] .hero-grid:first-of-type :is(p,li,small,strong,span),
  .site[data-ktw-route] .hero-shell:first-of-type :is(p,li,small,strong,span),
  .site[data-ktw-route] .docs-hero:first-of-type :is(p,li,small,strong,span) {
    color: rgba(255,255,255,0.88) !important;
  }

  .site[data-ktw-route] :is(.eyebrow,.kicker,.section-id,.section-kicker,.badge) {
    color: var(--ktw-force-orange) !important;
    letter-spacing: 0 !important;
  }

  .site[data-ktw-route] .hero-actions,
  .site[data-ktw-route] .cta-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
  }

  .site[data-ktw-route] .btn,
  .site[data-ktw-route] .button {
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .site[data-ktw-route] .btn.primary,
  .site[data-ktw-route] .button.primary {
    background: var(--ktw-force-orange) !important;
    color: #fff !important;
  }

  .site[data-ktw-route] :is(.section,.panel,.card,.audience-card,.solution-card,.catalog-card,.journey-card,.proof-card,.family-card,.process-card,.closing-card,.story-card,.path-card,.track-card,.meaning-card,.timeline-card,.fact-card,.check-card,.conversion-card,.value-card,.offer-card,.faq-card,.role-card,.step-card,.next-card) {
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .site[data-ktw-route] :is(.audience-grid,.solution-grid,.family-grid,.catalog-grid,.journey-grid,.proof-grid,.roles-grid,.path-grid,.track-grid,.metric-row,.hero-metrics) {
    gap: 0 !important;
    border-top: 1px solid rgba(6,40,61,0.14) !important;
    border-left: 1px solid rgba(6,40,61,0.14) !important;
  }

  .site[data-ktw-route] :is(.audience-card,.solution-card,.family-card,.catalog-card,.journey-card,.proof-card,.role-card,.path-card,.track-card,.metric) {
    border: 0 !important;
    border-right: 1px solid rgba(6,40,61,0.14) !important;
    border-bottom: 1px solid rgba(6,40,61,0.14) !important;
    background: #fff !important;
  }

  .site[data-ktw-route] :is(.hero-side,.hero-journey,.journey-main,.list-panel,.dark,.is-dark) {
    background:
      linear-gradient(180deg, rgba(6,40,61,0.78), rgba(6,40,61,0.96)),
      var(--ktw-krono-adapt) center / cover no-repeat !important;
    color: #fff !important;
  }

  .site[data-ktw-route] :is(.hero-side,.hero-journey,.journey-main,.list-panel,.dark,.is-dark) :is(h1,h2,h3,h4,p,span,strong,small,li) {
    color: #fff !important;
  }

  @media (max-width: 1120px) {
    .site[data-ktw-route] .ktw-shell-header,
    .site[data-ktw-route] .ktw-shell-main,
    .site[data-ktw-route] .ktw-shell-menu,
    .site[data-ktw-route] .ktw-shell-utility {
      flex-wrap: wrap !important;
      justify-content: center !important;
    }

    .site[data-ktw-route] > :not(.ktw-shell-wrap):first-of-type,
    .site[data-ktw-route] .hero:first-of-type,
    .site[data-ktw-route] .hero-grid:first-of-type,
    .site[data-ktw-route] .hero-shell:first-of-type,
    .site[data-ktw-route] .docs-hero:first-of-type {
      grid-template-columns: 1fr !important;
      min-height: auto !important;
      background:
        linear-gradient(180deg, rgba(4,30,47,0.96), rgba(4,30,47,0.58)),
        var(--ktw-krono-hero-mobile) center / cover no-repeat,
        var(--ktw-force-blue) !important;
    }
  }

  @media (max-width: 720px) {
    .site[data-ktw-route] .ktw-shell-header {
      padding: 12px 14px !important;
    }

    .site[data-ktw-route] .ktw-shell-menu {
      display: grid !important;
      grid-template-columns: 1fr 1fr !important;
      width: 100% !important;
    }

    .site[data-ktw-route] .ktw-shell-menu-link {
      white-space: normal !important;
      text-align: center !important;
    }

    .site[data-ktw-route] > :not(.ktw-shell-wrap):first-of-type,
    .site[data-ktw-route] .hero:first-of-type,
    .site[data-ktw-route] .hero-grid:first-of-type,
    .site[data-ktw-route] .hero-shell:first-of-type,
    .site[data-ktw-route] .docs-hero:first-of-type {
      padding: 34px 18px 44px !important;
    }

    .site[data-ktw-route] .hero:first-of-type :is(h1,h2),
    .site[data-ktw-route] .hero-grid:first-of-type :is(h1,h2),
    .site[data-ktw-route] .hero-shell:first-of-type :is(h1,h2),
    .site[data-ktw-route] .docs-hero:first-of-type :is(h1,h2) {
      max-width: 100% !important;
      font-size: clamp(2.8rem, 17vw, 5.2rem) !important;
    }
  }
  /* == /managed: force all portal routes into KT/Kronoterm-style website shell == */
  /* == /managed: route-specific website pages == */

  /* == managed: document center Kronoterm alignment == */
  .site[data-ktw-route="dokumente"] {
    background: #071f31 !important;
  }

  .site[data-ktw-route="dokumente"] :is(.docs-hero,.portal-hero,.download-hero) {
    position: relative !important;
    isolation: isolate !important;
    min-height: clamp(680px, 88vh, 980px) !important;
    display: grid !important;
    grid-template-columns: minmax(340px, .78fr) minmax(320px, .74fr) !important;
    align-items: end !important;
    gap: clamp(28px, 4vw, 72px) !important;
    padding: clamp(190px, 18vh, 230px) max(5vw, 42px) clamp(70px, 10vh, 116px) !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: none !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    color: #fff !important;
    background:
      linear-gradient(90deg, rgba(3,27,43,.91), rgba(3,27,43,.73) 36%, rgba(3,27,43,.30)),
      var(--ktw-krono-hero) center / cover no-repeat !important;
    box-shadow: none !important;
  }

  .site[data-ktw-route="dokumente"] :is(.docs-hero,.portal-hero,.download-hero)::after {
    content: "" !important;
    position: absolute !important;
    left: max(5vw, 42px) !important;
    right: max(5vw, 42px) !important;
    bottom: 26px !important;
    z-index: 2 !important;
    height: 3px !important;
    background:
      linear-gradient(90deg, #ef7d30, #ef7d30) 0 0 / 0% 100% no-repeat,
      rgba(255,255,255,.30) !important;
    animation: ktwHeroProgress 8s linear infinite !important;
  }

  @keyframes ktwHeroProgress {
    0% { background-size: 0% 100%, 100% 100%; }
    100% { background-size: 100% 100%, 100% 100%; }
  }

  .site[data-ktw-route="dokumente"] :is(.docs-hero,.portal-hero,.download-hero) > * {
    position: relative !important;
    z-index: 2 !important;
    min-width: 0 !important;
  }

  .site[data-ktw-route="dokumente"] :is(.docs-hero,.portal-hero,.download-hero) :is(h1,h2) {
    color: #fff !important;
    font-size: clamp(4.7rem, 8.8vw, 10.8rem) !important;
    line-height: .88 !important;
    max-width: 8.5ch !important;
    letter-spacing: 0 !important;
    text-wrap: balance !important;
  }

  .site[data-ktw-route="dokumente"] :is(.portal-list,.download-list,.document-list,.document-section,.download-section,.records-section,.library-section,.catalog-section),
  .site[data-ktw-route="dokumente"] section:not(.docs-hero):not(.portal-hero):not(.download-hero) {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: clamp(64px, 8vw, 120px) max(5vw, 42px) !important;
    border-radius: 0 !important;
    background: #f4f7f8 !important;
    color: #0b2d43 !important;
  }

  .site[data-ktw-route="dokumente"] :is(.doc-grid,.docs-grid,.files-grid,.documents-grid,.download-grid,.records-grid,.catalog-grid,.portal-grid,.library-grid) {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
    width: 100% !important;
    max-width: 1360px !important;
    margin: 28px auto 0 !important;
  }

  .site[data-ktw-route="dokumente"] :is(.doc-file,article.doc-file,.file,.record,.download-card,.document-card,.portal-card,.catalog-card,.library-card,.result-card) {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    gap: 18px !important;
    min-height: 245px !important;
    padding: 26px !important;
    border-radius: 4px !important;
    background: #fff !important;
    color: #0b2d43 !important;
    border: 1px solid rgba(6,40,61,.12) !important;
    box-shadow: 0 20px 48px rgba(7,31,49,.10) !important;
    overflow: hidden !important;
  }

  .site[data-ktw-route="dokumente"] :is(.doc-file,article.doc-file,.file,.record,.download-card,.document-card,.portal-card,.catalog-card,.library-card,.result-card) :is(h1,h2,h3,h4,p,span,strong,small,a,button) {
    color: #0b2d43 !important;
    opacity: 1 !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  .site[data-ktw-route="dokumente"] :is(.doc-file,article.doc-file,.file,.record,.download-card,.document-card,.portal-card,.catalog-card,.library-card,.result-card) :is(a,button,.btn,.button,[role="button"]) {
    align-self: flex-start !important;
    min-height: 44px !important;
    padding: 12px 18px !important;
    border-radius: 0 !important;
    background: #ef7d30 !important;
    border: 1px solid #ef7d30 !important;
    color: #fff !important;
    font-weight: 800 !important;
    text-decoration: none !important;
  }

  .site[data-ktw-route="dokumente"] :is(.filters,.filter-row,.filterbar,.filter-bar,.category-tabs,.tabs,.quick-links) {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    align-items: center !important;
    max-width: 1360px !important;
    margin: 24px auto !important;
  }

  .site[data-ktw-route="dokumente"] :is(.filter-chip,.chip,.tab,.tag,.pill) {
    min-height: 42px !important;
    border-radius: 0 !important;
    padding: 11px 18px !important;
    background: #e8eef1 !important;
    color: #0b2d43 !important;
    border: 1px solid rgba(6,40,61,.10) !important;
    font-weight: 800 !important;
  }

  .site :is(.ktw-shell-footer-section,.ktw-shell-footer-grid,.ktw-shell-footer-card,.ktw-shell-footer-bar,.ktw-shell-rail,.ktw-shell-topline) {
    display: none !important;
  }

  .site .ktw-shell-actions :is(a,button),
  .site .ktw-shell-portal,
  .site .ktw-shell-logout {
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
    height: 46px !important;
    min-height: 46px !important;
    justify-content: center !important;
    overflow: hidden !important;
  }

  @media (max-width: 1100px) {
    .site[data-ktw-route="dokumente"] :is(.docs-hero,.portal-hero,.download-hero) {
      grid-template-columns: minmax(0, 1fr) !important;
      min-height: 760px !important;
      padding-top: 180px !important;
    }

    .site[data-ktw-route="dokumente"] :is(.doc-grid,.docs-grid,.files-grid,.documents-grid,.download-grid,.records-grid,.catalog-grid,.portal-grid,.library-grid) {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  }

  @media (max-width: 720px) {
    .site[data-ktw-route="dokumente"] :is(.docs-hero,.portal-hero,.download-hero) {
      min-height: 720px !important;
      padding: 150px 22px 72px !important;
    }

    .site[data-ktw-route="dokumente"] :is(.docs-hero,.portal-hero,.download-hero) :is(h1,h2) {
      font-size: clamp(3.45rem, 18vw, 5.6rem) !important;
      max-width: 8.6ch !important;
    }

    .site[data-ktw-route="dokumente"] :is(.portal-list,.download-list,.document-list,.document-section,.download-section,.records-section,.library-section,.catalog-section),
    .site[data-ktw-route="dokumente"] section:not(.docs-hero):not(.portal-hero):not(.download-hero) {
      padding: 56px 22px !important;
    }

    .site[data-ktw-route="dokumente"] :is(.doc-grid,.docs-grid,.files-grid,.documents-grid,.download-grid,.records-grid,.catalog-grid,.portal-grid,.library-grid) {
      grid-template-columns: minmax(0, 1fr) !important;
    }
  }
  /* == /managed: document center Kronoterm alignment == */

  /* == managed: hero cleanup and compact header actions == */
  .site[data-ktw-route] .ktw-shell-header {
    top: 0 !important;
    padding: 34px max(4vw, 42px) 18px !important;
    align-items: center !important;
  }

  .site[data-ktw-route] .ktw-shell-main,
  .site[data-ktw-route] .ktw-shell-utility,
  .site[data-ktw-route] .ktw-shell-actions {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    min-width: 0 !important;
  }

  .site[data-ktw-route] .ktw-shell-menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 20px !important;
    min-width: 0 !important;
  }

  .site[data-ktw-route] .ktw-shell-menu-link {
    font-size: 12px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .site[data-ktw-route] .ktw-shell-actions :is(a,button),
  .site[data-ktw-route] .ktw-shell-portal,
  .site[data-ktw-route] .ktw-shell-logout {
    width: auto !important;
    min-width: 104px !important;
    max-width: 124px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 14px !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    line-height: 1.05 !important;
    justify-content: center !important;
    text-align: center !important;
    overflow: hidden !important;
  }

  .site[data-ktw-route] .ktw-shell-cta {
    min-width: 118px !important;
    max-width: 128px !important;
  }

  .site[data-ktw-route] .ktw-shell-portal-avatar {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    font-size: 11px !important;
  }

  .site[data-ktw-route] :is(.hero:first-of-type,.hero-grid:first-of-type,.hero-shell:first-of-type,.docs-hero:first-of-type) :is(.hero-copy,.hero-panel,.hero-main,.hero-card,.hero-box,.hero-side,.hero-visual,.hero-side-card,.status,.panel,.card) {
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    backdrop-filter: none !important;
  }

  .site[data-ktw-route] :is(.hero:first-of-type,.hero-grid:first-of-type,.hero-shell:first-of-type,.docs-hero:first-of-type) :is(.hero-copy,.hero-panel,.hero-main,.hero-card,.hero-box,.hero-side,.hero-visual,.hero-side-card,.status) {
    padding: 0 !important;
  }

  .site[data-ktw-route] :is(.hero:first-of-type,.hero-grid:first-of-type,.hero-shell:first-of-type,.docs-hero:first-of-type) :is(h1,h2) {
    color: #fff !important;
    text-shadow: 0 4px 28px rgba(0,0,0,.28) !important;
  }

  .site[data-ktw-route] :is(.hero:first-of-type,.hero-grid:first-of-type,.hero-shell:first-of-type,.docs-hero:first-of-type) :is(p,li,span,strong,small) {
    color: rgba(255,255,255,.88) !important;
    text-shadow: 0 2px 18px rgba(0,0,0,.24) !important;
  }

  .site[data-ktw-route] :is(.hero:first-of-type,.hero-grid:first-of-type,.hero-shell:first-of-type,.docs-hero:first-of-type) :is(.metric,.metrics,.hero-metrics) {
    display: none !important;
  }

  .site[data-ktw-route="dokumente"] .docs-hero:first-of-type {
    min-height: 100vh !important;
    width: 100vw !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 180px max(5vw, 56px) 90px !important;
    grid-template-columns: minmax(360px, .56fr) minmax(280px, .44fr) !important;
    align-items: end !important;
    background:
      linear-gradient(90deg, rgba(3,27,43,.94), rgba(3,27,43,.72) 34%, rgba(3,27,43,.22)),
      var(--ktw-krono-adapt) center / cover no-repeat !important;
  }

  .site[data-ktw-route="dokumente"] .docs-hero:first-of-type :is(.status,.hero-panel,.hero-copy) {
    max-width: 560px !important;
  }

  .site[data-ktw-route="dokumente"] .docs-hero:first-of-type :is(h1,h2) {
    font-size: clamp(4.4rem, 8.5vw, 10rem) !important;
    max-width: 8.2ch !important;
    overflow: visible !important;
  }

  @media (max-width: 1280px) {
    .site[data-ktw-route] .ktw-shell-menu {
      gap: 14px !important;
    }

    .site[data-ktw-route] .ktw-shell-menu-link {
      font-size: 11px !important;
    }

    .site[data-ktw-route] .ktw-shell-actions :is(a,button),
    .site[data-ktw-route] .ktw-shell-portal,
    .site[data-ktw-route] .ktw-shell-logout {
      min-width: 96px !important;
      max-width: 116px !important;
      padding: 0 10px !important;
    }
  }

  @media (max-width: 980px) {
    .site[data-ktw-route] .ktw-shell-header {
      padding: 18px 20px !important;
    }

    .site[data-ktw-route] .ktw-shell-main,
    .site[data-ktw-route] .ktw-shell-utility,
    .site[data-ktw-route] .ktw-shell-actions {
      flex-wrap: wrap !important;
      justify-content: flex-start !important;
    }

    .site[data-ktw-route] .ktw-shell-menu {
      flex-wrap: wrap !important;
      gap: 12px !important;
    }

    .site[data-ktw-route="dokumente"] .docs-hero:first-of-type {
      grid-template-columns: 1fr !important;
      padding: 150px 24px 80px !important;
    }
  }
  /* == /managed: hero cleanup and compact header actions == */

  /* == managed: header row lock == */
  .site[data-ktw-route] .ktw-shell-main,
  .site[data-ktw-route] .ktw-shell-utility,
  .site[data-ktw-route] .ktw-shell-actions {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
  }

  .site[data-ktw-route] .ktw-shell-utility,
  .site[data-ktw-route] .ktw-shell-actions {
    width: auto !important;
    max-width: none !important;
  }

  .site[data-ktw-route] .ktw-shell-cta {
    order: 1 !important;
  }

  .site[data-ktw-route] .ktw-shell-portal {
    order: 2 !important;
  }

  .site[data-ktw-route] .ktw-shell-logout {
    order: 3 !important;
  }

  .site[data-ktw-route] :is(.hero:first-of-type,.hero-grid:first-of-type,.hero-shell:first-of-type,.docs-hero:first-of-type) :is(.hero-copy,.hero-panel,.hero-main,.hero-card,.hero-box,.hero-side,.hero-visual,.hero-side-card,.status,.panel,.card)::before,
  .site[data-ktw-route] :is(.hero:first-of-type,.hero-grid:first-of-type,.hero-shell:first-of-type,.docs-hero:first-of-type) :is(.hero-copy,.hero-panel,.hero-main,.hero-card,.hero-box,.hero-side,.hero-visual,.hero-side-card,.status,.panel,.card)::after {
    content: none !important;
    display: none !important;
  }

  @media (max-width: 980px) {
    .site[data-ktw-route] .ktw-shell-main,
    .site[data-ktw-route] .ktw-shell-utility,
    .site[data-ktw-route] .ktw-shell-actions {
      flex-wrap: wrap !important;
      justify-content: center !important;
    }
  }
  /* == /managed: header row lock == */

  /* == managed: route images and Kronoterm content system == */
  .site[data-ktw-route="kt-waermesysteme"] {
    --kt-hero-1: url("/files/ktw-kronoterm-SLIDER-1-hero-DESKTOP-ok_043607-scaled.jpg");
    --kt-hero-2: url("/files/ktw-kronoterm-topel-dom.jpg");
    --kt-hero-3: url("/files/kt-kronoterm-adapt-hero.jpg");
    --kt-section-img: url("/files/ktw-kronoterm-DJI_0001.00_05_48_07.Still001-scaled.jpg");
  }

  .site[data-ktw-route="loesungen"],
  .site[data-ktw-route="eigenheim"] {
    --kt-hero-1: url("/files/ktw-kronoterm-topel-dom.jpg");
    --kt-hero-2: url("/files/ktw-kronoterm-novogradnja-scaled-e1693398248946.jpg");
    --kt-hero-3: url("/files/ktw-kronoterm-SLIDER-1-hero-DESKTOP-ok_043607-scaled.jpg");
    --kt-section-img: url("/files/ktw-kronoterm-referenca_portoroz6_1-scaled.jpeg");
  }

  .site[data-ktw-route="mehrfamilienhaus-gewerbe"] {
    --kt-hero-1: url("/files/ktw-kronoterm-novogradnja-scaled-e1693398248946.jpg");
    --kt-hero-2: url("/files/ktw-kronoterm-Kronoterm-Versi-I-Hydro-C_B00-2-1440x625.jpeg");
    --kt-hero-3: url("/files/ktw-kronoterm-AdobeStock_392526990_1-scaled-e1697200355500-1440x625.jpeg");
    --kt-section-img: url("/files/ktw-kronoterm-Kronoterm-Versi-I-Hydro-C_B00-2-1440x625.jpeg");
  }

  .site[data-ktw-route="waermepumpen"] {
    --kt-hero-1: url("/files/kt-kronoterm-adapt-hero.jpg");
    --kt-hero-2: url("/files/kt-kronoterm-adapt-product.png");
    --kt-hero-3: url("/files/ktw-kronoterm-Kronoterm-Versi-I-Hydro-C_B00-2-1440x625.jpeg");
    --kt-section-img: url("/files/kt-kronoterm-adapt-side.jpg");
  }

  .site[data-ktw-route="dokumente"] {
    --kt-hero-1: url("/files/ktw-kronoterm-KT_Svetovanje18-1440x430.jpeg");
    --kt-hero-2: url("/files/ktw-kronoterm-mockup-2-scaled.jpg");
    --kt-hero-3: url("/files/ktw-kronoterm-KRONOTERM-CLOUD-4-e1687503724228.jpg");
    --kt-section-img: url("/files/ktw-kronoterm-KT_Svetovanje12-scaled.jpeg");
  }

  .site[data-ktw-route="industrie"] {
    --kt-hero-1: url("/files/ktw-kronoterm-industrijski-objekti.jpg");
    --kt-hero-2: url("/files/ktw-kronoterm-DJI_0001.00_05_48_07.Still001-scaled.jpg");
    --kt-hero-3: url("/files/ktw-kronoterm-WIP-Garaza-1440x625.jpeg");
    --kt-section-img: url("/files/ktw-kronoterm-poslovni-objekti.jpg");
  }

  .site[data-ktw-route="planer"],
  .site[data-ktw-route="heizungsunternehmer"],
  .site[data-ktw-route="partner"],
  .site[data-ktw-route="service"],
  .site[data-ktw-route="kontakt"] {
    --kt-hero-1: url("/files/ktw-kronoterm-KT_Svetovanje18-1440x430.jpeg");
    --kt-hero-2: url("/files/ktw-kronoterm-KT_Svetovanje12-scaled.jpeg");
    --kt-hero-3: url("/files/ktw-kronoterm-Kronoterm_stock62-scaled-e1723462966996.jpeg");
    --kt-section-img: url("/files/ktw-kronoterm-KT_Svetovanje12-scaled.jpeg");
  }

  .site[data-ktw-route="markenstory"] {
    --kt-hero-1: url("/files/ktw-kronoterm-DJI_0001.00_05_48_07.Still001-scaled.jpg");
    --kt-hero-2: url("/files/ktw-kronoterm-factory-workshop-interior-machines-glass-production-background-404x280.jpg");
    --kt-hero-3: url("/files/ktw-kronoterm-SLIDER-1-hero-DESKTOP-ok_043607-scaled.jpg");
    --kt-section-img: url("/files/ktw-kronoterm-DJI_0001.00_05_48_07.Still001-scaled.jpg");
  }

  .site[data-ktw-route="know-how"] {
    --kt-hero-1: url("/files/ktw-kronoterm-KRONOTERM-CLOUD-4-e1687503724228.jpg");
    --kt-hero-2: url("/files/ktw-kronoterm-cloud-zimski-mockup-2-620x620.jpg");
    --kt-hero-3: url("/files/ktw-kronoterm-ETERAKT2A_2-scaled.jpeg");
    --kt-section-img: url("/files/ktw-kronoterm-KRONOTERM-CLOUD-3-e1693329699959-620x620.jpg");
  }

  .site[data-ktw-route] :is(.hero:first-of-type,.hero-grid:first-of-type,.hero-shell:first-of-type,.docs-hero:first-of-type) {
    background-image:
      linear-gradient(90deg, rgba(3,27,43,.92), rgba(3,27,43,.70) 34%, rgba(3,27,43,.18)),
      var(--kt-hero-1) !important;
    background-position: center !important;
    background-size: cover !important;
    animation: ktHeroImages 24s infinite both !important;
  }

  .site[data-ktw-route] :is(.section-head,.intro,.lead-block,.copy-block,.content-block) {
    max-width: 1380px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: grid !important;
    grid-template-columns: minmax(0,.95fr) minmax(280px,.55fr) !important;
    gap: clamp(28px, 5vw, 90px) !important;
    align-items: end !important;
  }

  .site[data-ktw-route] :is(.section-head,.intro,.lead-block,.copy-block,.content-block) :is(h2,h3) {
    font-size: clamp(3.2rem, 6.2vw, 8rem) !important;
    line-height: .9 !important;
    max-width: 9ch !important;
    letter-spacing: 0 !important;
  }

  .site[data-ktw-route] :is(.audience-grid,.solution-grid,.family-grid,.catalog-grid,.journey-grid,.proof-grid,.roles-grid,.path-grid,.track-grid,.doc-grid,.download-grid,.records-grid,.metrics,.metric-row) {
    max-width: 1380px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    gap: 0 !important;
    border-top: 1px solid rgba(6,40,61,.14) !important;
    border-left: 1px solid rgba(6,40,61,.14) !important;
  }

  .site[data-ktw-route] :is(.audience-card,.solution-card,.family-card,.catalog-card,.journey-card,.proof-card,.role-card,.path-card,.track-card,.metric,.doc-file,.download-card,.record,.document-card,.library-card,.result-card) {
    position: relative !important;
    min-height: clamp(220px, 22vw, 360px) !important;
    border-radius: 0 !important;
    border: 0 !important;
    border-right: 1px solid rgba(6,40,61,.14) !important;
    border-bottom: 1px solid rgba(6,40,61,.14) !important;
    background: #fff !important;
    box-shadow: none !important;
    padding: clamp(24px, 3vw, 46px) !important;
  }

  .site[data-ktw-route] :is(.audience-card,.solution-card,.family-card,.catalog-card,.journey-card,.proof-card,.role-card,.path-card,.track-card,.doc-file,.download-card,.record,.document-card,.library-card,.result-card)::before {
    content: "" !important;
    position: absolute !important;
    left: clamp(24px, 3vw, 46px) !important;
    top: clamp(18px, 2vw, 30px) !important;
    width: 34px !important;
    height: 2px !important;
    background: #ef7d30 !important;
    display: block !important;
  }

  .site[data-ktw-route] :is(.spotlight-visual,.hero-visual,.journey-side,.visual-panel,.image-panel,.media-panel) {
    min-height: clamp(360px, 46vw, 680px) !important;
    border-radius: 0 !important;
    background:
      linear-gradient(180deg, rgba(6,40,61,.12), rgba(6,40,61,.48)),
      var(--kt-section-img) center / cover no-repeat !important;
    box-shadow: none !important;
  }

  .site[data-ktw-route] :is(.dark,.is-dark,.journey-main,.list-panel,.cta-band,.closing-card) {
    border-radius: 0 !important;
    background:
      linear-gradient(180deg, rgba(6,40,61,.86), rgba(6,40,61,.98)),
      var(--kt-section-img) center / cover no-repeat !important;
    color: #fff !important;
  }

  .site[data-ktw-route] :is(.dark,.is-dark,.journey-main,.list-panel,.cta-band,.closing-card) :is(h2,h3,h4,p,li,span,strong,small,a) {
    color: #fff !important;
  }

  .site[data-ktw-route="dokumente"] .docs-hero:first-of-type {
    background-image:
      linear-gradient(90deg, rgba(3,27,43,.94), rgba(3,27,43,.70) 36%, rgba(3,27,43,.22)),
      var(--kt-hero-1) !important;
    background-position: center 42% !important;
    background-size: cover !important;
  }
  /* == /managed: route images and Kronoterm content system == */

  /* == managed: single hero image == */
  .site[data-ktw-route] .hero:first-of-type > .wrap {
    width: min(760px, calc(100% - 112px)) !important;
    max-width: 760px !important;
    margin: 0 auto 0 max(5vw, 56px) !important;
  }

  .site[data-ktw-route] .hero:first-of-type :is(.hero-grid,.hero-shell) {
    display: block !important;
    width: 100% !important;
    max-width: 760px !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .site[data-ktw-route] .hero:first-of-type :is(.hero-panel,.hero-copy,.hero-main,.block) {
    width: 100% !important;
    max-width: 760px !important;
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  .site[data-ktw-route] .hero:first-of-type :is(.hero-visual,.hero-side,.hero-side-card,.hero-journey,.journey-progress,.trust-strip,.spotlight-visual,.visual-panel,.image-panel,.media-panel) {
    display: none !important;
    visibility: hidden !important;
    background: none !important;
    background-image: none !important;
  }

  .site[data-ktw-route] .hero:first-of-type :is(.hero-grid,.hero-shell,.hero-panel,.hero-copy,.hero-main,.block,.hero-lead-copy)::before,
  .site[data-ktw-route] .hero:first-of-type :is(.hero-grid,.hero-shell,.hero-panel,.hero-copy,.hero-main,.block,.hero-lead-copy)::after {
    content: none !important;
    display: none !important;
    background: none !important;
    background-image: none !important;
  }

  .site[data-ktw-route] .hero:first-of-type .metric-row,
  .site[data-ktw-route] .hero:first-of-type .hero-shortcuts {
    display: none !important;
  }

  @media (max-width: 900px) {
    .site[data-ktw-route] .hero:first-of-type > .wrap {
      width: calc(100% - 44px) !important;
      margin: 0 22px !important;
    }

    .site[data-ktw-route] .hero:first-of-type :is(.hero-grid,.hero-shell,.hero-panel,.hero-copy,.hero-main,.block) {
      max-width: 100% !important;
    }
  }
  /* == /managed: single hero image == */

  /* == managed: Kronoterm content blocks == */
  .site[data-ktw-route] .kt-krono-content {
    width: 100% !important;
    margin: 0 !important;
    padding: clamp(76px, 9vw, 150px) max(5vw, 56px) !important;
    background: #f5f7f7 !important;
    color: #06283d !important;
    border-radius: 0 !important;
  }

  .site[data-ktw-route] .kt-krono-intro {
    max-width: 1380px !important;
    margin: 0 auto clamp(42px, 6vw, 90px) !important;
    display: grid !important;
    grid-template-columns: minmax(0,.92fr) minmax(300px,.58fr) !important;
    gap: clamp(28px, 6vw, 110px) !important;
    align-items: end !important;
  }

  .site[data-ktw-route] .kt-krono-kicker {
    grid-column: 1 / -1 !important;
    color: #ef7d30 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
  }

  .site[data-ktw-route] .kt-krono-intro h2 {
    margin: 0 !important;
    max-width: 9ch !important;
    font-size: clamp(4rem, 8vw, 10rem) !important;
    line-height: .86 !important;
    letter-spacing: 0 !important;
    color: #06283d !important;
  }

  .site[data-ktw-route] .kt-krono-intro p {
    margin: 0 !important;
    max-width: 620px !important;
    font-size: clamp(1.08rem, .52vw + .92rem, 1.42rem) !important;
    line-height: 1.58 !important;
    color: #536879 !important;
  }

  .site[data-ktw-route] .kt-krono-grid {
    max-width: 1380px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0 !important;
    border-left: 1px solid rgba(6,40,61,.16) !important;
    border-top: 1px solid rgba(6,40,61,.16) !important;
  }

  .site[data-ktw-route] .kt-krono-card {
    min-height: clamp(230px, 22vw, 340px) !important;
    padding: clamp(28px, 3vw, 48px) !important;
    background: #fff !important;
    border-right: 1px solid rgba(6,40,61,.16) !important;
    border-bottom: 1px solid rgba(6,40,61,.16) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    gap: 24px !important;
    position: relative !important;
  }

  .site[data-ktw-route] .kt-krono-card::before {
    content: "" !important;
    width: 34px !important;
    height: 2px !important;
    background: #ef7d30 !important;
    display: block !important;
  }

  .site[data-ktw-route] .kt-krono-card span {
    display: block !important;
    margin-top: auto !important;
    font-size: clamp(1.5rem, 2vw, 2.55rem) !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    color: #06283d !important;
    letter-spacing: 0 !important;
  }

  .site[data-ktw-route] .kt-krono-card p {
    margin: 0 !important;
    font-size: 1rem !important;
    line-height: 1.55 !important;
    color: #536879 !important;
  }

  @media (max-width: 1100px) {
    .site[data-ktw-route] .kt-krono-intro {
      grid-template-columns: 1fr !important;
    }

    .site[data-ktw-route] .kt-krono-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  }

  @media (max-width: 680px) {
    .site[data-ktw-route] .kt-krono-content {
      padding: 64px 22px !important;
    }

    .site[data-ktw-route] .kt-krono-intro h2 {
      font-size: clamp(3.1rem, 17vw, 5.2rem) !important;
      max-width: 100% !important;
    }

    .site[data-ktw-route] .kt-krono-grid {
      grid-template-columns: 1fr !important;
    }
  }
  /* == /managed: Kronoterm content blocks == */

  /* == managed: documents full bleed hero == */
  .site[data-ktw-route="dokumente"] > section.wrap:first-of-type,
  .site[data-ktw-route="dokumente"] section.wrap:has(.docs-hero) {
    width: 100vw !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .site[data-ktw-route="dokumente"] .docs-hero:first-of-type {
    width: 100vw !important;
    max-width: none !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: clamp(170px, 18vh, 230px) max(5vw, 56px) clamp(70px, 10vh, 115px) !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    display: grid !important;
    grid-template-columns: minmax(0, 760px) minmax(0, 1fr) !important;
    gap: clamp(28px, 5vw, 90px) !important;
    align-items: end !important;
  }

  .site[data-ktw-route="dokumente"] .docs-hero:first-of-type :is(.panel,.status) {
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    max-width: 760px !important;
  }

  .site[data-ktw-route="dokumente"] .docs-hero:first-of-type .status {
    display: none !important;
  }

  .site[data-ktw-route="dokumente"] .docs-hero:first-of-type :is(h1,h2) {
    max-width: 8.5ch !important;
    color: #fff !important;
    font-size: clamp(4.2rem, 8vw, 9.5rem) !important;
    line-height: .86 !important;
    overflow: visible !important;
  }

  .site[data-ktw-route="dokumente"] .kt-krono-content {
    width: 100vw !important;
    max-width: none !important;
    margin: 0 !important;
  }
  /* == /managed: documents full bleed hero == */

  /* == managed: documents edge-to-edge override == */
  html:has(.site[data-ktw-route="dokumente"]),
  body:has(.site[data-ktw-route="dokumente"]) {
    margin: 0 !important;
    padding: 0 !important;
    background: #071f31 !important;
  }

  .site[data-ktw-route="dokumente"] {
    overflow-x: clip !important;
    background: #071f31 !important;
  }

  .site[data-ktw-route="dokumente"] > section.wrap:first-of-type,
  .site[data-ktw-route="dokumente"] section.wrap:has(.docs-hero) {
    position: relative !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    margin: calc(-1 * clamp(104px, 7vw, 132px)) 0 0 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .site[data-ktw-route="dokumente"] .docs-hero:first-of-type {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    min-height: calc(100vh + clamp(104px, 7vw, 132px)) !important;
    margin: 0 !important;
    padding: clamp(210px, 22vh, 285px) max(5vw, 56px) clamp(70px, 10vh, 115px) !important;
    background-image:
      linear-gradient(90deg, rgba(3,27,43,.94), rgba(3,27,43,.70) 36%, rgba(3,27,43,.18)),
      var(--kt-hero-1) !important;
    background-size: cover !important;
    background-position: center center !important;
  }

  .site[data-ktw-route="dokumente"] .ktw-shell-wrap {
    top: 0 !important;
  }

  .site[data-ktw-route="dokumente"] .ktw-shell-header {
    background: linear-gradient(180deg, rgba(3,22,34,.70), rgba(3,22,34,0)) !important;
  }
  /* == /managed: documents edge-to-edge override == */

  /* == managed: documents structural fullbleed == */
  .site[data-ktw-route="dokumente"] {
    width: 100vw !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .site[data-ktw-route="dokumente"] .docs-fullbleed-shell {
    display: block !important;
    width: 100vw !important;
    max-width: none !important;
    min-width: 100vw !important;
    margin: calc(-1 * clamp(104px, 7vw, 132px)) 0 0 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #071f31 !important;
  }

  .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero {
    width: 100vw !important;
    max-width: none !important;
    min-width: 100vw !important;
    min-height: calc(100vh + clamp(104px, 7vw, 132px)) !important;
    margin: 0 !important;
    padding: clamp(210px, 22vh, 285px) max(5vw, 56px) clamp(70px, 10vh, 115px) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background-image:
      linear-gradient(90deg, rgba(3,27,43,.94), rgba(3,27,43,.70) 36%, rgba(3,27,43,.18)),
      var(--kt-hero-1) !important;
    background-size: cover !important;
    background-position: center center !important;
  }

  .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero :is(.panel,.status) {
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero .status {
    display: none !important;
  }
  /* == /managed: documents structural fullbleed == */

  /* == managed: documents builder container reset == */
  body:has(.site[data-ktw-route="dokumente"]),
  body:has(.site[data-ktw-route="dokumente"]) > div,
  body:has(.site[data-ktw-route="dokumente"]) .site[data-ktw-route="dokumente"] {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: clip !important;
  }

  .site[data-ktw-route="dokumente"] .docs-fullbleed-shell {
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
    left: auto !important;
  }
  /* == /managed: documents builder container reset == */

  /* == managed: documents shell padding killer == */
  .site[data-ktw-route="dokumente"] section.docs-fullbleed-shell,
  .site[data-ktw-route="dokumente"] section.docs-fullbleed-shell:not(.docs-hero):not(.portal-hero):not(.download-hero),
  .site[data-ktw-route="dokumente"] > section.docs-fullbleed-shell:first-of-type {
    box-sizing: border-box !important;
    position: relative !important;
    display: block !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    margin: calc(-1 * clamp(104px, 7vw, 132px)) 0 0 0 !important;
    padding: 0 !important;
    left: 0 !important;
    right: auto !important;
    transform: none !important;
    overflow: hidden !important;
    background: #071f31 !important;
  }

  .site[data-ktw-route="dokumente"] section.docs-fullbleed-shell > .docs-hero {
    box-sizing: border-box !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    margin: 0 !important;
    padding: clamp(210px, 22vh, 285px) max(5vw, 56px) clamp(70px, 10vh, 115px) !important;
  }
  /* == /managed: documents shell padding killer == */

  /* == managed: documents header restore == */
  .site[data-ktw-route="dokumente"] .ktw-shell-wrap {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    z-index: 2147483000 !important;
    pointer-events: none !important;
  }

  .site[data-ktw-route="dokumente"] .ktw-shell-header {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 2147483001 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: clamp(18px, 2.4vw, 34px) clamp(18px, 4vw, 70px) !important;
    background: linear-gradient(180deg, rgba(3,22,34,.72), rgba(3,22,34,0)) !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .site[data-ktw-route="dokumente"] .ktw-shell-brand,
  .site[data-ktw-route="dokumente"] .ktw-shell-menu,
  .site[data-ktw-route="dokumente"] .ktw-shell-utility,
  .site[data-ktw-route="dokumente"] .ktw-shell-actions,
  .site[data-ktw-route="dokumente"] .ktw-shell-menu-link,
  .site[data-ktw-route="dokumente"] .ktw-shell-cta,
  .site[data-ktw-route="dokumente"] .ktw-shell-portal,
  .site[data-ktw-route="dokumente"] .ktw-shell-logout {
    visibility: visible !important;
    opacity: 1 !important;
  }

  .site[data-ktw-route="dokumente"] .docs-fullbleed-shell,
  .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero {
    position: relative !important;
    z-index: 1 !important;
  }
  /* == /managed: documents header restore == */

  /* == managed: homepage Kronoterm hero and pump world == */
  .site[data-ktw-route="kt-waermesysteme"] {
    --kt-hero-1: url("/files/ktw-kronoterm-Bannerji_HP_KT-2-scaled.jpg");
    --kt-hero-2: url("/files/a2_bannerPC.jpg");
    --kt-hero-3: url("/files/WIP-Vila-v-toskani-3_edited_02-e1726490449368.jpg");
    --kt-hero-4: url("/files/ktw-kronoterm-SLIDER-1-hero-DESKTOP-ok_043607-scaled.jpg");
    --kt-hero-5: url("/files/AdobeStock_392252279_1-scaled-e1697199447496-1440x625.jpeg");
    --kt-hero-mobile: url("/files/a2_bannerPC.jpg");
  }

  .site[data-ktw-route="kt-waermesysteme"] .hero {
    min-height: min(760px, 100vh) !important;
    padding-bottom: clamp(58px, 7vw, 110px) !important;
  }

  .site[data-ktw-route="kt-waermesysteme"] .hero:before {
    animation: ktHomeHeroImagesV32 30s infinite steps(1, end) !important;
    background-position: center center !important;
  }

  .site[data-ktw-route="kt-waermesysteme"] .hero:after {
    left: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 5px !important;
    background: var(--kt-orange) !important;
    transform-origin: left center !important;
    animation: ktHeroProgress 6s linear infinite !important;
  }

  @keyframes ktHomeHeroImagesV32 {
    0%, 19.999% {
      background-image: linear-gradient(90deg, rgba(4, 30, 47, .94) 0%, rgba(4, 30, 47, .76) 45%, rgba(4, 30, 47, .20) 100%), var(--kt-hero-1);
    }
    20%, 39.999% {
      background-image: linear-gradient(90deg, rgba(4, 30, 47, .94) 0%, rgba(4, 30, 47, .76) 45%, rgba(4, 30, 47, .20) 100%), var(--kt-hero-2);
    }
    40%, 59.999% {
      background-image: linear-gradient(90deg, rgba(4, 30, 47, .94) 0%, rgba(4, 30, 47, .76) 45%, rgba(4, 30, 47, .20) 100%), var(--kt-hero-3);
    }
    60%, 79.999% {
      background-image: linear-gradient(90deg, rgba(4, 30, 47, .94) 0%, rgba(4, 30, 47, .76) 45%, rgba(4, 30, 47, .20) 100%), var(--kt-hero-4);
    }
    80%, 100% {
      background-image: linear-gradient(90deg, rgba(4, 30, 47, .94) 0%, rgba(4, 30, 47, .76) 45%, rgba(4, 30, 47, .20) 100%), var(--kt-hero-5);
    }
  }

  .site[data-ktw-route="kt-waermesysteme"] .hero-panel,
  .site[data-ktw-route="kt-waermesysteme"] .hero-copy,
  .site[data-ktw-route="kt-waermesysteme"] .hero-main {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    padding: 0 !important;
  }

  .site[data-ktw-route="kt-waermesysteme"] #schnellstart {
    display: none !important;
  }
.kt-home-notice a {
    display: block !important;
    width: min(1280px, calc(100vw - 40px)) !important;
    margin: 0 auto !important;
    padding: 13px 22px !important;
    border-radius: 3px !important;
    background: #050505 !important;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none !important;
    font-size: clamp(12px, 1vw, 15px) !important;
    font-weight: 850 !important;
    letter-spacing: .02em !important;
    text-transform: uppercase !important;
    line-height: 1.3 !important;
  }
.kt-home-notice span {
    color: #ef7d30 !important;
    font-weight: 850 !important;
    white-space: nowrap !important;
  }

  .kt-home-navigation {
    margin: 0 !important;
    padding: clamp(66px, 7vw, 108px) clamp(18px, 5vw, 80px) clamp(80px, 8vw, 124px) !important;
    background: #282828 !important;
    color: #fff !important;
    overflow: hidden !important;
  }

  .kt-home-nav-inner {
    width: min(1280px, 100%) !important;
    margin: 0 auto !important;
  }

  .kt-home-navigation h2 {
    margin: 0 0 42px !important;
    color: #fff !important;
    text-align: center !important;
    font-size: clamp(30px, 3.2vw, 50px) !important;
    font-weight: 850 !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
  }

  .kt-home-filters {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 12px !important;
    max-width: 980px !important;
    margin: 0 auto 42px !important;
  }

  .kt-home-filter {
    display: inline-flex !important;
    min-height: 45px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 22px !important;
    border: 1px solid rgba(255,255,255,.9) !important;
    border-radius: 3px !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    letter-spacing: .01em !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  .kt-home-filter.is-active {
    border-color: #0b4f78 !important;
    background: #0b4f78 !important;
    color: #fff !important;
  }

  .kt-home-results {
    display: flex !important;
    align-items: center !important;
    gap: 34px !important;
    margin: 0 0 26px !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 800 !important;
  }

  .kt-home-results a {
    color: #ef7d30 !important;
    text-decoration: none !important;
    font-weight: 850 !important;
  }

  .kt-home-card-row {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: minmax(240px, 290px) !important;
    gap: 22px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 0 18px !important;
    scroll-snap-type: x proximity !important;
  }

  .kt-home-card-row::-webkit-scrollbar {
    height: 8px !important;
  }

  .kt-home-card-row::-webkit-scrollbar-thumb {
    background: #ef7d30 !important;
    border-radius: 999px !important;
  }

  .kt-home-card {
    position: relative !important;
    min-height: 380px !important;
    overflow: hidden !important;
    border-radius: 7px !important;
    background: #111 !important;
    color: #fff !important;
    scroll-snap-align: start !important;
    text-decoration: none !important;
  }

  .kt-home-card img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform .45s ease !important;
  }

  .kt-home-card:after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    background: linear-gradient(180deg, rgba(0,0,0,.05) 0%, rgba(0,0,0,.18) 42%, rgba(0,0,0,.78) 100%) !important;
  }

  .kt-home-card:hover img {
    transform: scale(1.04) !important;
  }

  .kt-home-card-body {
    position: absolute !important;
    right: 20px !important;
    bottom: 20px !important;
    left: 20px !important;
    z-index: 2 !important;
  }

  .kt-home-card-kicker {
    display: block !important;
    margin: 0 0 8px !important;
    color: rgba(255,255,255,.9) !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1.25 !important;
  }

  .kt-home-card h3 {
    margin: 0 0 18px !important;
    color: #fff !important;
    font-size: clamp(21px, 1.55vw, 27px) !important;
    font-weight: 850 !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
  }

  .kt-home-card-cta,
  .kt-home-request {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 2px !important;
    background: #ef7d30 !important;
    color: #fff !important;
    font-weight: 850 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
  }

  .kt-home-card-cta {
    min-height: 38px !important;
    padding: 0 18px !important;
    font-size: 13px !important;
  }

  .kt-home-request {
    min-height: 48px !important;
    margin-top: 28px !important;
    padding: 0 24px !important;
    font-size: 14px !important;
  }

  @media (max-width: 900px) {
.kt-home-navigation {
      padding: 54px 16px 76px !important;
    }

    .kt-home-filters {
      flex-wrap: nowrap !important;
      justify-content: flex-start !important;
      overflow-x: auto !important;
      padding-bottom: 8px !important;
    }

    .kt-home-filter {
      flex: 0 0 auto !important;
    }

    .kt-home-results {
      display: block !important;
    }

    .kt-home-results a {
      display: block !important;
      margin-top: 10px !important;
    }

    .kt-home-card-row {
      grid-auto-columns: minmax(235px, 78vw) !important;
    }

    .site[data-ktw-route="kt-waermesysteme"] .hero {
      min-height: 760px !important;
    }
  }
  /* == /managed: homepage Kronoterm hero and pump world == */

  /* == managed: KT brand colour correction == */
  :root {
    --kt-brand-navy: #073a5a;
    --kt-brand-blue: #0b4f78;
    --kt-brand-teal: #0b4f78;
    --kt-brand-orange: #ef7d30;
    --kt-brand-slate: #123247;
  }

  .site[data-ktw-route] {
    --kt-blue: var(--kt-brand-navy) !important;
    --kt-orange: var(--kt-brand-orange) !important;
  }

  .site[data-ktw-route] .ktw-shell-cta,
  .site[data-ktw-route] .btn-primary,
  .site[data-ktw-route] .kt-home-request,
  .site[data-ktw-route] .kt-home-card-cta {
    background: var(--kt-brand-orange) !important;
    border-color: var(--kt-brand-orange) !important;
    color: #fff !important;
  }

  .site[data-ktw-route] .ktw-shell-menu-link:hover,
  .site[data-ktw-route] .ktw-shell-menu-link--active {
    box-shadow: inset 0 -2px 0 var(--kt-brand-orange) !important;
  }

  .site[data-ktw-route] .hero:after,
  .site[data-ktw-route] .kt-krono-card::before,
  .site[data-ktw-route] .kt-v19-step b {
    background: var(--kt-brand-orange) !important;
  }

  .site[data-ktw-route] .kt-home-filter.is-active,
  .site[data-ktw-route] .kt-v19-filterbar a.is-active {
    background: var(--kt-brand-blue) !important;
    border-color: var(--kt-brand-teal) !important;
    color: #fff !important;
    box-shadow: inset 0 -3px 0 var(--kt-brand-orange) !important;
  }

  .site[data-ktw-route] .kt-home-results a,
  .site[data-ktw-route] .kt-krono-kicker,
.site[data-ktw-route] .kt-home-navigation,
  .site[data-ktw-route] .kt-route-v19 {
    background: linear-gradient(135deg, #08283d 0%, #123247 58%, #0b4f78 100%) !important;
  }

  .site[data-ktw-route] .kt-home-card-row::-webkit-scrollbar-thumb {
    background: var(--kt-brand-teal) !important;
  }
.site[data-ktw-route] .kt-v19-panel,
  .site[data-ktw-route] .kt-route-v19 .kt-krono-card {
    background: rgba(255,255,255,.06) !important;
    border-color: rgba(7,58,90,.34) !important;
  }

  .site[data-ktw-route] .kt-v19-filterbar a,
  .site[data-ktw-route] .kt-home-filter {
    border-color: rgba(7,58,90,.76) !important;
  }

  .site[data-ktw-route] .kt-v19-steps {
    background: rgba(7,58,90,.26) !important;
    border-color: rgba(7,58,90,.32) !important;
  }

  .site[data-ktw-route] .kt-v19-step {
    background: rgba(8,40,61,.86) !important;
  }
  /* == /managed: KT brand colour correction == */

  /* == managed: KT polish pass == */
  html,
  body {
    scroll-behavior: smooth !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
  }

  .site[data-ktw-route] {
    background: #f3f7f8 !important;
    color: #092f47 !important;
  }

  .site[data-ktw-route] * {
    letter-spacing: 0 !important;
  }

  .site[data-ktw-route] :is(h1,h2,h3,p,a,span,small,strong) {
    overflow-wrap: anywhere !important;
  }

  .site[data-ktw-route] .ktw-shell-header {
    gap: clamp(14px, 2vw, 28px) !important;
    padding: clamp(16px, 2vw, 28px) clamp(18px, 3.8vw, 62px) !important;
  }

  .site[data-ktw-route] .ktw-shell-brand img {
    width: clamp(150px, 13vw, 232px) !important;
    max-height: 70px !important;
    object-fit: contain !important;
  }

  .site[data-ktw-route] .ktw-shell-main {
    gap: clamp(10px, 1.7vw, 24px) !important;
  }

  .site[data-ktw-route] .ktw-shell-menu {
    gap: clamp(7px, .8vw, 12px) !important;
  }

  .site[data-ktw-route] .ktw-shell-menu-link {
    padding: 9px 2px !important;
    font-size: clamp(.66rem, .52vw, .76rem) !important;
    line-height: 1.05 !important;
  }

  .site[data-ktw-route] .ktw-shell-utility {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .site[data-ktw-route] .ktw-shell-cta,
  .site[data-ktw-route] .ktw-shell-account-link,
  .site[data-ktw-route] .ktw-shell-logout {
    width: auto !important;
    min-width: 96px !important;
    max-width: 132px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 12px !important;
    font-size: .72rem !important;
    line-height: 1.05 !important;
  }

  .site[data-ktw-route] .ktw-shell-account-link {
    min-width: 118px !important;
  }

  .site[data-ktw-route] .hero:first-of-type {
    min-height: min(780px, 100svh) !important;
    padding-top: clamp(138px, 13vw, 205px) !important;
    padding-bottom: clamp(54px, 7vw, 112px) !important;
  }

  .site[data-ktw-route] .hero:first-of-type :is(h1,h2) {
    max-width: 11.8ch !important;
    color: #fff !important;
    font-size: clamp(3.4rem, 6.3vw, 7.9rem) !important;
    line-height: .92 !important;
    text-wrap: balance !important;
  }

  .site[data-ktw-route] .hero:first-of-type p {
    max-width: 680px !important;
    color: rgba(255,255,255,.86) !important;
    font-size: clamp(1rem, .42vw + .92rem, 1.22rem) !important;
    line-height: 1.62 !important;
  }

  .site[data-ktw-route] .hero-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    max-width: 760px !important;
    gap: 10px !important;
  }

  .site[data-ktw-route] .hero-actions .btn {
    min-height: 44px !important;
    padding: 0 18px !important;
    font-size: .86rem !important;
    text-align: center !important;
    white-space: normal !important;
  }
.site[data-ktw-route] .kt-home-navigation,
  .site[data-ktw-route] .kt-route-v19 {
    padding-top: clamp(62px, 7vw, 106px) !important;
    padding-bottom: clamp(74px, 8vw, 124px) !important;
  }

  .site[data-ktw-route] .kt-home-navigation h2 {
    max-width: 980px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    font-size: clamp(2.35rem, 3.2vw, 4.25rem) !important;
    line-height: 1.02 !important;
    text-wrap: balance !important;
  }

  .site[data-ktw-route] .kt-home-filter,
  .site[data-ktw-route] .kt-v19-filterbar a {
    min-height: 40px !important;
    padding: 0 16px !important;
    font-size: .74rem !important;
  }

  .site[data-ktw-route] .kt-home-card-row {
    grid-auto-columns: minmax(230px, 282px) !important;
    gap: 18px !important;
  }

  .site[data-ktw-route] .kt-home-card {
    min-height: 360px !important;
  }

  .site[data-ktw-route] .kt-home-card h3 {
    font-size: clamp(1.35rem, 1.35vw, 1.75rem) !important;
    line-height: 1.08 !important;
  }

  .site[data-ktw-route] .kt-route-v19 .kt-krono-intro h2 {
    max-width: 12ch !important;
    font-size: clamp(3.1rem, 5.4vw, 7.1rem) !important;
    line-height: .93 !important;
    text-wrap: balance !important;
  }

  .site[data-ktw-route] .kt-v19-media {
    min-height: clamp(330px, 38vw, 560px) !important;
  }

  .site[data-ktw-route] .kt-v19-media-body h3 {
    max-width: 12ch !important;
    font-size: clamp(2rem, 3vw, 4rem) !important;
    line-height: .98 !important;
  }

  .site[data-ktw-route] .kt-v19-panel h3 {
    font-size: clamp(1.65rem, 2.2vw, 3.1rem) !important;
    line-height: 1 !important;
    text-wrap: balance !important;
  }

  .site[data-ktw-route] .kt-krono-card {
    min-height: clamp(205px, 18vw, 290px) !important;
    padding: clamp(22px, 2.4vw, 38px) !important;
  }

  .site[data-ktw-route] .kt-krono-card span {
    font-size: clamp(1.25rem, 1.45vw, 2rem) !important;
    line-height: 1.06 !important;
  }

  .site[data-ktw-route] .section h2 {
    font-size: clamp(2rem, 3.4vw, 4.8rem) !important;
    line-height: 1.02 !important;
    text-wrap: balance !important;
  }

  .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero :is(h1,h2),
  .site[data-ktw-route="dokumente"] .docs-hero:first-of-type :is(h1,h2) {
    max-width: 10.5ch !important;
    font-size: clamp(3.2rem, 6.4vw, 7.4rem) !important;
    line-height: .94 !important;
  }

  @media (max-width: 1260px) {
    .site[data-ktw-route] .ktw-shell-main {
      flex-direction: column !important;
      align-items: flex-end !important;
      gap: 8px !important;
    }

    .site[data-ktw-route] .ktw-shell-menu {
      flex-wrap: wrap !important;
      justify-content: flex-end !important;
      max-width: 760px !important;
    }
  }

  @media (max-width: 900px) {
    .site[data-ktw-route] .ktw-shell-menu {
      display: none !important;
    }

    .site[data-ktw-route] .ktw-shell-account-link {
      display: none !important;
    }

    .site[data-ktw-route] .hero:first-of-type {
      min-height: 720px !important;
      padding: 124px 22px 58px !important;
    }

    .site[data-ktw-route] .hero:first-of-type :is(h1,h2) {
      max-width: 10.8ch !important;
      font-size: clamp(3rem, 13vw, 5.4rem) !important;
    }

    .site[data-ktw-route] .hero-actions .btn {
      width: 100% !important;
    }

    .site[data-ktw-route] .kt-krono-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  }

  @media (max-width: 620px) {
    .site[data-ktw-route] .ktw-shell-logout {
      display: none !important;
    }

    .site[data-ktw-route] .kt-krono-grid {
      grid-template-columns: 1fr !important;
    }
  }
  /* == /managed: KT polish pass == */

/* KT homepage expansion v22 2026-04-25 */

.site[data-ktw-route="kt-waermesysteme"] .kt-home-kicker{display:block!important;margin:0 0 14px!important;color:var(--kt-brand-teal,#0b4f78)!important;text-align:center!important;font-size:12px!important;font-weight:900!important;letter-spacing:.14em!important;text-transform:uppercase!important;}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-lead{max-width:760px!important;margin:-18px auto 34px!important;color:rgba(255,255,255,.74)!important;text-align:center!important;font-size:clamp(1rem,.38vw + .92rem,1.2rem)!important;line-height:1.6!important;}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-v22{padding-top:clamp(76px,8vw,132px)!important;}

.site[data-ktw-route="kt-waermesysteme"] .kt-home-results{justify-content:flex-start!important;max-width:1280px!important;margin-left:auto!important;margin-right:auto!important;}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-card-row{max-width:1280px!important;margin-left:auto!important;margin-right:auto!important;grid-auto-columns:minmax(245px,300px)!important;}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-expanded{margin:0!important;padding:clamp(72px,8vw,132px) max(5vw,56px)!important;background:#f3f7f8!important;color:#073a5a!important;}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-expanded-inner{width:min(1280px,100%)!important;margin:0 auto!important;}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-expanded-head{display:grid!important;grid-template-columns:minmax(0,.85fr) minmax(300px,.55fr)!important;gap:clamp(24px,5vw,80px)!important;align-items:end!important;margin:0 0 clamp(34px,5vw,72px)!important;}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-expanded-head span{grid-column:1/-1!important;color:#ef7d30!important;font-size:12px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.14em!important;}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-expanded-head h2{margin:0!important;max-width:11ch!important;color:#073a5a!important;font-size:clamp(3rem,5.5vw,7rem)!important;line-height:.94!important;text-wrap:balance!important;}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-expanded-head p{margin:0!important;color:#526a78!important;font-size:clamp(1rem,.45vw + .92rem,1.24rem)!important;line-height:1.62!important;}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-feature-row{display:grid!important;grid-template-columns:1.15fr .85fr!important;gap:18px!important;margin-bottom:18px!important;}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-feature{position:relative!important;min-height:320px!important;overflow:hidden!important;border-radius:7px!important;background:#08283d!important;color:#fff!important;}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-feature.is-large{grid-row:span 2!important;min-height:660px!important;}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-feature img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .55s ease!important;}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-feature:hover img{transform:scale(1.035)!important;}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-feature:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(5,28,43,.10) 0%,rgba(5,28,43,.25) 38%,rgba(5,28,43,.88) 100%)!important;z-index:1!important;}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-feature div{position:absolute!important;left:clamp(22px,3vw,42px)!important;right:clamp(22px,3vw,42px)!important;bottom:clamp(22px,3vw,42px)!important;z-index:2!important;}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-feature span{display:block!important;margin:0 0 10px!important;color:#0b4f78!important;font-size:12px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.1em!important;}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-feature h3{margin:0 0 14px!important;max-width:13ch!important;color:#fff!important;font-size:clamp(1.8rem,2.7vw,3.8rem)!important;line-height:1!important;text-wrap:balance!important;}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-feature p{margin:0 0 18px!important;max-width:620px!important;color:rgba(255,255,255,.76)!important;font-size:1rem!important;line-height:1.55!important;}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-feature a{display:inline-flex!important;min-height:42px!important;align-items:center!important;justify-content:center!important;padding:0 18px!important;background:#ef7d30!important;color:#fff!important;border-radius:2px!important;text-decoration:none!important;font-size:13px!important;font-weight:850!important;text-transform:uppercase!important;}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-solution-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;border-top:1px solid rgba(7,58,90,.18)!important;border-left:1px solid rgba(7,58,90,.18)!important;}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-solution-grid a{min-height:168px!important;padding:28px!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;gap:24px!important;background:#fff!important;border-right:1px solid rgba(7,58,90,.18)!important;border-bottom:1px solid rgba(7,58,90,.18)!important;color:#073a5a!important;text-decoration:none!important;}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-solution-grid a:before{content:""!important;width:32px!important;height:2px!important;background:#ef7d30!important;display:block!important;}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-solution-grid strong{display:block!important;font-size:clamp(1.35rem,1.7vw,2.2rem)!important;line-height:1!important;color:#073a5a!important;}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-solution-grid span{display:block!important;margin-top:8px!important;color:#536879!important;font-size:.98rem!important;line-height:1.45!important;}
@media(max-width:980px){.site[data-ktw-route="kt-waermesysteme"] .kt-home-expanded-head,.site[data-ktw-route="kt-waermesysteme"] .kt-home-feature-row{grid-template-columns:1fr!important}.site[data-ktw-route="kt-waermesysteme"] .kt-home-feature.is-large{min-height:480px!important}.site[data-ktw-route="kt-waermesysteme"] .kt-home-solution-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:620px){.site[data-ktw-route="kt-waermesysteme"] .kt-home-expanded{padding:58px 22px!important}.site[data-ktw-route="kt-waermesysteme"] .kt-home-expanded-head h2{font-size:clamp(2.7rem,13vw,4.7rem)!important}.site[data-ktw-route="kt-waermesysteme"] .kt-home-feature,.site[data-ktw-route="kt-waermesysteme"] .kt-home-feature.is-large{min-height:430px!important}.site[data-ktw-route="kt-waermesysteme"] .kt-home-solution-grid{grid-template-columns:1fr!important}.site[data-ktw-route="kt-waermesysteme"] .kt-home-solution-grid a{min-height:145px!important;padding:22px!important}}

  /* == managed: header hover colour logo == */
  .site[data-ktw-route] .ktw-shell-header,
  .site[data-ktw-route] .ktw-shell-brand img,
  .site[data-ktw-route] .ktw-shell-menu-link,
  .site[data-ktw-route] .ktw-shell-cta,
  .site[data-ktw-route] .ktw-shell-account-link,
  .site[data-ktw-route] .ktw-shell-logout,
  .site[data-ktw-route] .ktw-shell-account-avatar,
  .site[data-ktw-route] .ktw-shell-account-meta strong,
  .site[data-ktw-route] .ktw-shell-account-meta small {
    transition: background-color .24s ease, background .24s ease, color .24s ease, border-color .24s ease, box-shadow .24s ease, filter .24s ease, opacity .24s ease !important;
  }

  .site[data-ktw-route] .ktw-shell-header:hover,
  .site[data-ktw-route] .ktw-shell-header:focus-within {
    background: rgba(255,255,255,.96) !important;
    box-shadow: 0 18px 46px rgba(7,58,90,.14) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
  }

  .site[data-ktw-route] .ktw-shell-header:hover .ktw-shell-brand img,
  .site[data-ktw-route] .ktw-shell-header:focus-within .ktw-shell-brand img {
    filter: none !important;
    opacity: 1 !important;
  }

  .site[data-ktw-route] .ktw-shell-header:hover .ktw-shell-menu-link,
  .site[data-ktw-route] .ktw-shell-header:focus-within .ktw-shell-menu-link {
    color: #073a5a !important;
    text-shadow: none !important;
  }

  .site[data-ktw-route] .ktw-shell-header:hover .ktw-shell-menu-link:hover,
  .site[data-ktw-route] .ktw-shell-header:hover .ktw-shell-menu-link--active,
  .site[data-ktw-route] .ktw-shell-header:focus-within .ktw-shell-menu-link:hover,
  .site[data-ktw-route] .ktw-shell-header:focus-within .ktw-shell-menu-link--active {
    color: #073a5a !important;
    box-shadow: inset 0 -2px 0 #ef7d30 !important;
  }

  .site[data-ktw-route] .ktw-shell-header:hover .ktw-shell-cta,
  .site[data-ktw-route] .ktw-shell-header:focus-within .ktw-shell-cta {
    background: #ef7d30 !important;
    border-color: #ef7d30 !important;
    color: #fff !important;
  }

  .site[data-ktw-route] .ktw-shell-header:hover .ktw-shell-account-link,
  .site[data-ktw-route] .ktw-shell-header:hover .ktw-shell-logout,
  .site[data-ktw-route] .ktw-shell-header:focus-within .ktw-shell-account-link,
  .site[data-ktw-route] .ktw-shell-header:focus-within .ktw-shell-logout {
    background: rgba(7,58,90,.055) !important;
    border-color: rgba(7,58,90,.22) !important;
    color: #073a5a !important;
  }

  .site[data-ktw-route] .ktw-shell-header:hover .ktw-shell-account-meta strong,
  .site[data-ktw-route] .ktw-shell-header:hover .ktw-shell-account-meta small,
  .site[data-ktw-route] .ktw-shell-header:focus-within .ktw-shell-account-meta strong,
  .site[data-ktw-route] .ktw-shell-header:focus-within .ktw-shell-account-meta small {
    color: #073a5a !important;
  }

  .site[data-ktw-route] .ktw-shell-header:hover .ktw-shell-account-avatar,
  .site[data-ktw-route] .ktw-shell-header:focus-within .ktw-shell-account-avatar {
    background: #073a5a !important;
    border-color: #073a5a !important;
    color: #fff !important;
  }

  @media (hover: none) {
    .site[data-ktw-route] .ktw-shell-header:hover {
      background: linear-gradient(180deg, rgba(3,22,34,.72), rgba(3,22,34,0)) !important;
      box-shadow: none !important;
      backdrop-filter: none !important;
      -webkit-backdrop-filter: none !important;
    }
  }
  /* == /managed: header hover colour logo == */

  /* == managed: header hover white background fix == */
  .site[data-ktw-route] .ktw-shell-wrap:hover .ktw-shell-header,
  .site[data-ktw-route] .ktw-shell-header:hover,
  .site[data-ktw-route] .ktw-shell-header:focus-within {
    background: #fff !important;
    background-image: none !important;
    box-shadow: 0 18px 48px rgba(7,58,90,.18) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
  }

  .site[data-ktw-route] .ktw-shell-wrap:hover .ktw-shell-brand img,
  .site[data-ktw-route] .ktw-shell-header:hover .ktw-shell-brand img,
  .site[data-ktw-route] .ktw-shell-header:focus-within .ktw-shell-brand img {
    filter: none !important;
    opacity: 1 !important;
  }

  .site[data-ktw-route] .ktw-shell-wrap:hover .ktw-shell-menu-link,
  .site[data-ktw-route] .ktw-shell-header:hover .ktw-shell-menu-link,
  .site[data-ktw-route] .ktw-shell-header:focus-within .ktw-shell-menu-link {
    color: #073a5a !important;
    text-shadow: none !important;
  }

  .site[data-ktw-route] .ktw-shell-wrap:hover .ktw-shell-account-link,
  .site[data-ktw-route] .ktw-shell-wrap:hover .ktw-shell-logout,
  .site[data-ktw-route] .ktw-shell-header:hover .ktw-shell-account-link,
  .site[data-ktw-route] .ktw-shell-header:hover .ktw-shell-logout,
  .site[data-ktw-route] .ktw-shell-header:focus-within .ktw-shell-account-link,
  .site[data-ktw-route] .ktw-shell-header:focus-within .ktw-shell-logout {
    background: rgba(7,58,90,.055) !important;
    border-color: rgba(7,58,90,.24) !important;
    color: #073a5a !important;
  }

  .site[data-ktw-route] .ktw-shell-wrap:hover .ktw-shell-account-meta strong,
  .site[data-ktw-route] .ktw-shell-wrap:hover .ktw-shell-account-meta small,
  .site[data-ktw-route] .ktw-shell-header:hover .ktw-shell-account-meta strong,
  .site[data-ktw-route] .ktw-shell-header:hover .ktw-shell-account-meta small,
  .site[data-ktw-route] .ktw-shell-header:focus-within .ktw-shell-account-meta strong,
  .site[data-ktw-route] .ktw-shell-header:focus-within .ktw-shell-account-meta small {
    color: #073a5a !important;
  }

  .site[data-ktw-route] .ktw-shell-wrap:hover .ktw-shell-account-avatar,
  .site[data-ktw-route] .ktw-shell-header:hover .ktw-shell-account-avatar,
  .site[data-ktw-route] .ktw-shell-header:focus-within .ktw-shell-account-avatar {
    background: #073a5a !important;
    border-color: #073a5a !important;
    color: #fff !important;
  }

  .site[data-ktw-route] .ktw-shell-wrap:hover .ktw-shell-cta,
  .site[data-ktw-route] .ktw-shell-header:hover .ktw-shell-cta,
  .site[data-ktw-route] .ktw-shell-header:focus-within .ktw-shell-cta {
    background: #ef7d30 !important;
    border-color: #ef7d30 !important;
    color: #fff !important;
  }
  /* == /managed: header hover white background fix == */

/* KT homepage reveal-on-filter v26 2026-04-25 */
.site[data-ktw-route="kt-waermesysteme"] .kt-home-v22[data-has-selection="false"] .kt-home-results,
.site[data-ktw-route="kt-waermesysteme"] .kt-home-v22[data-has-selection="false"] .kt-home-card-row,
.site[data-ktw-route="kt-waermesysteme"] .kt-home-v22[data-has-selection="false"] .kt-home-request{
  display:none!important;
}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-v22[data-has-selection="true"] .kt-home-results{
  display:flex!important;
}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-v22[data-has-selection="true"] .kt-home-card-row{
  display:grid!important;
}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-v22[data-has-selection="true"] .kt-home-request{
  display:inline-flex!important;
}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-v22[data-has-selection="false"]{
  padding-bottom:clamp(92px,10vw,168px)!important;
}

  /* == managed: header click navigation hover persistence == */
  .site[data-ktw-route].kt-header-hover-primed .ktw-shell-header {
    background: #fff !important;
    background-image: none !important;
    box-shadow: 0 18px 48px rgba(7,58,90,.18) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
  }

  .site[data-ktw-route].kt-header-hover-primed .ktw-shell-brand img {
    filter: none !important;
    opacity: 1 !important;
  }

  .site[data-ktw-route].kt-header-hover-primed .ktw-shell-menu-link {
    color: #073a5a !important;
    text-shadow: none !important;
  }

  .site[data-ktw-route].kt-header-hover-primed .ktw-shell-account-link,
  .site[data-ktw-route].kt-header-hover-primed .ktw-shell-logout {
    background: rgba(7,58,90,.055) !important;
    border-color: rgba(7,58,90,.24) !important;
    color: #073a5a !important;
  }

  .site[data-ktw-route].kt-header-hover-primed .ktw-shell-account-meta strong,
  .site[data-ktw-route].kt-header-hover-primed .ktw-shell-account-meta small {
    color: #073a5a !important;
  }

  .site[data-ktw-route].kt-header-hover-primed .ktw-shell-account-avatar {
    background: #073a5a !important;
    border-color: #073a5a !important;
    color: #fff !important;
  }

  .site[data-ktw-route].kt-header-hover-primed .ktw-shell-cta {
    background: #ef7d30 !important;
    border-color: #ef7d30 !important;
    color: #fff !important;
  }
  /* == /managed: header click navigation hover persistence == */

/* KT homepage dark filter cleanup v29 2026-04-25 */
.site[data-ktw-route="kt-waermesysteme"] .kt-home-v22{
  background:#282828!important;
  color:#fff!important;
}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-v22 h2{
  color:#fff!important;
}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-v22 .kt-home-filter{
  background:transparent!important;
  border-color:rgba(255,255,255,.86)!important;
  color:#fff!important;
}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-v22 .kt-home-filter:hover{
  border-color:#ef7d30!important;
  color:#fff!important;
}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-v22 .kt-home-filter.is-active{
  background:#073a5a!important;
  border-color:#073a5a!important;
  color:#fff!important;
  box-shadow:inset 0 -3px 0 #ef7d30!important;
}

/* KT homepage dark pump world final v34 2026-04-25 */
.site[data-ktw-route="kt-waermesysteme"] .kt-home-v22,
.site[data-ktw-route="kt-waermesysteme"] .kt-home-navigation {
  margin: 0 !important;
  padding: clamp(84px, 8vw, 132px) max(5vw, 56px) clamp(76px, 8vw, 120px) !important;
  background: #2b2b2a !important;
  background-image: none !important;
  color: #fff !important;
}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-v22 :is(h1,h2,h3,p,span,strong,small,a),
.site[data-ktw-route="kt-waermesysteme"] .kt-home-navigation :is(h1,h2,h3,p,span,strong,small,a) {
  color: #fff !important;
  text-shadow: none !important;
}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-v22 h2,
.site[data-ktw-route="kt-waermesysteme"] .kt-home-navigation h2 {
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  background: transparent !important;
  color: #fff !important;
  font-size: clamp(2.7rem, 4.8vw, 5rem) !important;
  line-height: 1.06 !important;
}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-kicker,
.site[data-ktw-route="kt-waermesysteme"] .kt-home-lead {
  display: none !important;
}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-filters {
  width: min(1180px, 100%) !important;
  margin: clamp(38px, 5vw, 62px) auto clamp(48px, 5vw, 76px) !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 12px !important;
}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-filter {
  min-height: 54px !important;
  padding: 0 24px !important;
  border: 1px solid rgba(255,255,255,.9) !important;
  border-radius: 3px !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-filter:hover,
.site[data-ktw-route="kt-waermesysteme"] .kt-home-filter.is-active {
  background: #ef7d30 !important;
  border-color: #ef7d30 !important;
  color: #fff !important;
  box-shadow: none !important;
}
.site[data-ktw-route="kt-waermesysteme"] .kt-home-card-row {
  width: min(1280px, 100%) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
  gap: 18px !important;
  overflow: visible !important;
  border: 0 !important;
}

/* == managed: KT mobile chrome final v85 == */
html,
body {
  scrollbar-color: #ef7d30 #edf2f5;
}

body style,
.site style,
.site > style,
.ktw-shell-wrap style {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #edf2f5;
}

::-webkit-scrollbar-thumb {
  background: #ef7d30;
  border: 3px solid #edf2f5;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: #d76621;
}

@media (max-width: 1179px) {
  .site[data-ktw-route] .ktw-shell-header,
  .site[data-ktw-route] .ktw-shell-wrap {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0 !important;
  }

  .site[data-ktw-route] .ktw-shell-mobile-toggle,
  .site[data-ktw-route] .ktw-shell-mobile-toggle:hover,
  .site[data-ktw-route] .ktw-shell-mobile-toggle:focus {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  .site[data-ktw-route] .ktw-shell-mobile-toggle span,
  .site[data-ktw-route] .ktw-shell-mobile-toggle::before,
  .site[data-ktw-route] .ktw-shell-mobile-toggle::after {
    background: #073a5a !important;
    border-color: #073a5a !important;
  }

  .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-controls,
  .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-arrow,
  .site[data-ktw-route="kt-waermesysteme"] [data-kt-home-prev],
  .site[data-ktw-route="kt-waermesysteme"] [data-kt-home-next] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}
/* == /managed: KT mobile chrome final v85 == */

/* == managed: KT mobile drawer fit final v90 == */
@media (max-width: 1179px) {
  html body .site[data-ktw-route] .ktw-shell-header.is-mobile-open .ktw-shell-main {
    display: flex !important;
  }

  html body .site[data-ktw-route] .ktw-shell-header .ktw-shell-main {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    height: auto !important;
    max-height: calc(100svh - 76px) !important;
    margin: 0 !important;
    padding: 24px clamp(18px, 4vw, 42px) 30px !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 22px !important;
    background: #fff !important;
    background-image: none !important;
    color: #073a5a !important;
    box-shadow: 0 26px 46px rgba(7,31,50,.2) !important;
    transform: none !important;
    z-index: 501 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior: contain !important;
    padding-bottom: max(24px, env(safe-area-inset-bottom)) !important;
    box-sizing: border-box !important;
    scrollbar-color: #ef7d30 #edf2f5 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-header.is-mobile-open .ktw-shell-menu {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    padding-bottom: 10px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-header.is-mobile-open .ktw-shell-menu-link {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 46px !important;
    height: auto !important;
    padding: 15px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(7,54,77,.14) !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #073a5a !important;
    box-shadow: none !important;
    font-size: 14px !important;
    line-height: 1.12 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    white-space: normal !important;
    text-shadow: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-header.is-mobile-open .ktw-shell-utility {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 10px 0 0 !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    overflow: visible !important;
  }

  html body .site[data-ktw-route] .ktw-shell-header.is-mobile-open .ktw-shell-account,
  html body .site[data-ktw-route] .ktw-shell-header.is-mobile-open .ktw-shell-account-group {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: stretch !important;
    overflow: visible !important;
  }

  html body .site[data-ktw-route] .ktw-shell-header.is-mobile-open .ktw-shell-utility > a,
  html body .site[data-ktw-route] .ktw-shell-header.is-mobile-open .ktw-shell-cloud,
  html body .site[data-ktw-route] .ktw-shell-header.is-mobile-open .ktw-shell-cloud-link,
  html body .site[data-ktw-route] .ktw-shell-header.is-mobile-open .ktw-shell-account-link,
  html body .site[data-ktw-route] .ktw-shell-header.is-mobile-open .ktw-shell-logout,
  html body .site[data-ktw-route] .ktw-shell-header.is-mobile-open .ktw-shell-cta {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 46px !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 11px 14px !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    white-space: normal !important;
    line-height: 1.15 !important;
    text-align: center !important;
  }

  html body .site[data-ktw-route] .ktw-shell-header.is-mobile-open .ktw-shell-account-link {
    justify-content: flex-start !important;
  }

  html body .site[data-ktw-route] .ktw-shell-header.is-mobile-open .ktw-shell-account-meta {
    min-width: 0 !important;
    text-align: left !important;
  }

  html body .site[data-ktw-route] .ktw-shell-header.is-mobile-open .ktw-shell-account-meta strong,
  html body .site[data-ktw-route] .ktw-shell-header.is-mobile-open .ktw-shell-account-meta small {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }
}

@media (max-width: 480px) {
  html body .site[data-ktw-route] .ktw-shell-header.is-mobile-open .ktw-shell-main {
    max-height: calc(100svh - 68px) !important;
  }
}
/* == /managed: KT mobile drawer fit final v90 == */

/* == managed: KT global footer and typography final v95 == */
:root {
  --ktw-font-display: "Montserrat", "Aptos Display", "Segoe UI", sans-serif;
  --ktw-font-body: "Montserrat", "Aptos", "Segoe UI", sans-serif;
  --ktw-footer-ink: #06283d;
  --ktw-footer-muted: #9aa6ad;
  --ktw-footer-rule: rgba(6, 40, 61, 0.14);
}

html,
body,
.site,
.site * {
  font-family: var(--ktw-font-body) !important;
}

.site :is(h1, h2, h3, h4, h5, h6, .headline, .title) {
  font-family: var(--ktw-font-display) !important;
  letter-spacing: 0 !important;
}

.site :is(.hero, .hero-copy, .page-hero, .docs-hero, .kt-home-hero-copy, .kt-home-hero-content, .kt-home-hero, .section-head, .panel, .intro-panel) > :is(.eyebrow, .kicker, .section-kicker, .section-id, .hero-kicker, .kt-home-hero-kicker, .micro-label):first-child,
.site :is(.hero, .page-hero, .docs-hero) :is(.eyebrow, .kicker, .section-kicker, .section-id, .hero-kicker, .kt-home-hero-kicker):first-child {
  display: none !important;
}

.site :is(.hero h1, .page-hero h1, .docs-hero h1, .hero-copy h1) {
  font-size: clamp(3.1rem, 5.25vw, 5.9rem) !important;
  line-height: 0.96 !important;
  font-weight: 800 !important;
}

.site :is(.hero p, .page-hero p, .docs-hero p, .hero-copy p) {
  font-size: clamp(1rem, 0.4vw + 0.95rem, 1.18rem) !important;
  line-height: 1.55 !important;
}

.site .ktw-shell-global-footer {
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(68px, 7vw, 112px) 0 44px !important;
  background: #fff !important;
  color: var(--ktw-footer-ink) !important;
  border-top: 1px solid var(--ktw-footer-rule) !important;
}

.site .ktw-shell-footer-inner {
  width: min(1120px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
}

.site .ktw-shell-footer-columns {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(34px, 5vw, 82px) !important;
  padding: 0 0 clamp(58px, 6vw, 88px) !important;
  border-bottom: 1px solid var(--ktw-footer-rule) !important;
}

.site .ktw-shell-footer-column {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 18px !important;
}

.site .ktw-shell-footer-column h2 {
  margin: 0 0 2px !important;
  color: #aab3b9 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.site .ktw-shell-footer-column a,
.site .ktw-shell-footer-legal a {
  color: var(--ktw-footer-ink) !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}

.site .ktw-shell-footer-column a:hover,
.site .ktw-shell-footer-legal a:hover {
  color: #ef7d30 !important;
}

.site .ktw-shell-footer-legal {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp(24px, 4vw, 54px) !important;
  padding: 30px 0 !important;
  border-bottom: 1px solid var(--ktw-footer-rule) !important;
}

.site .ktw-shell-footer-legal a {
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

.site .ktw-shell-footer-brand-row {
  display: grid !important;
  grid-template-columns: minmax(190px, 1fr) auto minmax(260px, 1fr) !important;
  gap: 24px !important;
  align-items: center !important;
  padding: 30px 0 0 !important;
}

.site .ktw-shell-footer-brand {
  display: inline-flex !important;
  width: min(260px, 100%) !important;
  min-height: 52px !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.site .ktw-shell-footer-brand img {
  display: block !important;
  width: min(260px, 100%) !important;
  height: auto !important;
  filter: none !important;
}

.site .ktw-shell-footer-socials {
  display: flex !important;
  justify-content: center !important;
  gap: 10px !important;
}

.site .ktw-shell-footer-socials span {
  display: inline-grid !important;
  width: 34px !important;
  height: 34px !important;
  place-items: center !important;
  border: 1px solid rgba(6, 40, 61, 0.22) !important;
  border-radius: 50% !important;
  color: rgba(6, 40, 61, 0.62) !important;
  background: #fff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

.site .ktw-shell-footer-brand-row p {
  margin: 0 !important;
  color: rgba(6, 40, 61, 0.68) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
  text-align: right !important;
}

@media (max-width: 980px) {
  .site .ktw-shell-footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .site .ktw-shell-footer-brand-row {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    text-align: center !important;
  }

  .site .ktw-shell-footer-brand {
    justify-content: center !important;
  }

  .site .ktw-shell-footer-brand-row p {
    text-align: center !important;
  }
}

@media (max-width: 640px) {
  .site :is(.hero h1, .page-hero h1, .docs-hero h1, .hero-copy h1) {
    font-size: clamp(2.35rem, 10vw, 4rem) !important;
    line-height: 1.02 !important;
  }

  .site .ktw-shell-footer-inner {
    width: min(100%, calc(100% - 32px)) !important;
  }

  .site .ktw-shell-footer-columns {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }
}

.site[data-ktw-route] .ktw-shell-account-link {
  min-width: 152px !important;
  max-width: 178px !important;
}

.site[data-ktw-route] .ktw-shell-account-meta strong,
.site[data-ktw-route] .ktw-shell-account-meta small,
.site[data-ktw-route] .ktw-shell-account-avatar {
  white-space: nowrap !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

html body .site[data-ktw-route] > link[rel="stylesheet"],
html body .site[data-ktw-route] > link[rel="stylesheet"]:first-of-type,
html body .site[data-ktw-route] > script,
html body .site[data-ktw-route] > script:first-of-type {
  background: none !important;
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  max-height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  width: 0 !important;
}

html body .site[data-ktw-route] > footer.ktw-shell-global-footer:first-of-type {
  background: #fff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: block !important;
  grid-template-columns: none !important;
  margin: 0 !important;
  max-width: 100% !important;
  min-height: 0 !important;
  padding: clamp(68px, 7vw, 112px) 0 44px !important;
  width: 100% !important;
}

html body .site[data-ktw-route="dokumente"] > section.docs-fullbleed-shell:first-of-type {
  align-items: initial !important;
  background: #071f31 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  display: block !important;
  gap: 0 !important;
  grid-template-columns: none !important;
  margin: calc(-1 * clamp(104px, 7vw, 132px)) 0 0 0 !important;
  max-width: 100vw !important;
  min-height: 0 !important;
  min-width: 100vw !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: 100vw !important;
}

.site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero .panel {
  max-width: 900px !important;
}

.site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero :is(h1,h2),
.site[data-ktw-route="dokumente"] .docs-hero:first-of-type :is(h1,h2) {
  max-width: 900px !important;
  font-size: clamp(2.9rem, 4vw, 4.75rem) !important;
  hyphens: none !important;
  line-height: 1.02 !important;
  overflow: visible !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  text-wrap: balance !important;
}

.site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero p {
  max-width: 680px !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

@media (max-width: 640px) {
  html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero {
    grid-template-columns: 1fr !important;
    min-height: 760px !important;
    overflow: hidden !important;
    padding: 148px 32px 54px !important;
  }

  html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero .panel {
    max-width: 100% !important;
    overflow: visible !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero h1 {
    font-size: clamp(2.1rem, 9.2vw, 2.9rem) !important;
    hyphens: none !important;
    line-height: 1.06 !important;
    max-width: 100% !important;
    overflow-wrap: normal !important;
    width: 100% !important;
    word-break: normal !important;
  }

  html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero p {
    font-size: 1rem !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}
/* == /managed: KT global footer and typography final v95 == */

/* == managed: calculator and portal integration final v110 == */
.site[data-ktw-route="heizungsrechner"] {
  --kt-hero-1: url("/files/ktw-kronoterm-SLIDER-1-hero-DESKTOP-ok_043607-scaled.jpg");
  --kt-hero-2: url("/files/ktw-kronoterm-topel-dom.jpg");
  --kt-hero-mobile: url("/files/ktw-kronoterm-topel-dom.jpg");
  background: #f4f7f8 !important;
  color: #073a5a !important;
}

.site[data-ktw-route="heizungsrechner"] .page-shell.ktw-calculator-shell {
  width: 100% !important;
  max-width: none !important;
  margin: calc(-1 * clamp(104px, 7vw, 132px)) 0 0 !important;
  padding: 0 !important;
}

.site[data-ktw-route="heizungsrechner"] .hero:first-of-type {
  width: 100vw !important;
  max-width: none !important;
  min-height: calc(100svh + clamp(84px, 7vw, 132px)) !important;
  margin: 0 !important;
  padding: clamp(220px, 23vh, 300px) max(5vw, 56px) clamp(72px, 10vh, 120px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 780px) minmax(240px, .48fr) !important;
  align-items: end !important;
  background-image:
    linear-gradient(90deg, rgba(3,27,43,.94), rgba(3,27,43,.68) 42%, rgba(3,27,43,.18)),
    var(--kt-hero-1) !important;
  background-size: cover !important;
  background-position: center center !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
}

.site[data-ktw-route="heizungsrechner"] .hero:first-of-type .hero-copy {
  max-width: 820px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
}

.site[data-ktw-route="heizungsrechner"] .hero:first-of-type h1 {
  max-width: 9.4ch !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(4.4rem, 8.4vw, 10.2rem) !important;
  font-weight: 800 !important;
  line-height: .88 !important;
  letter-spacing: 0 !important;
}

.site[data-ktw-route="heizungsrechner"] .hero:first-of-type p {
  max-width: 690px !important;
  margin: 28px 0 0 !important;
  color: rgba(255,255,255,.88) !important;
  font-size: clamp(1rem, .42vw + .95rem, 1.22rem) !important;
  line-height: 1.56 !important;
}

.site[data-ktw-route="heizungsrechner"] .hero-actions {
  margin-top: 30px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}

.site[data-ktw-route="heizungsrechner"] :is(.primary-action,.secondary-action) {
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 22px !important;
  border-radius: 3px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

.site[data-ktw-route="heizungsrechner"] .primary-action {
  background: #ef7d30 !important;
  border: 1px solid #ef7d30 !important;
}

.site[data-ktw-route="heizungsrechner"] .secondary-action {
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.72) !important;
}

.site[data-ktw-route="heizungsrechner"] .app-grid,
.site[data-ktw-route="heizungsrechner"] .calculator-bridge {
  width: min(1360px, calc(100% - 48px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.site[data-ktw-route="heizungsrechner"] .app-grid {
  padding: clamp(54px, 6vw, 90px) 0 clamp(42px, 5vw, 76px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr) !important;
  gap: 18px !important;
  align-items: start !important;
}

.site[data-ktw-route="heizungsrechner"] :is(.form-card,.result-card,.calculator-bridge-card,.panel,.wizard-summary-card,.funnel-card,.lead-box) {
  border-radius: 4px !important;
  border: 1px solid rgba(6,40,61,.12) !important;
  box-shadow: 0 20px 48px rgba(7,31,49,.10) !important;
}

.site[data-ktw-route="heizungsrechner"] .card {
  background: #fff !important;
}

.site[data-ktw-route="heizungsrechner"] .question-grid,
.site[data-ktw-route="heizungsrechner"] .wizard-fields {
  min-width: 0 !important;
}

.site[data-ktw-route="heizungsrechner"] .choice-grid {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)) !important;
}

.site[data-ktw-route="heizungsrechner"] .choice-card {
  min-width: 0 !important;
}

.site[data-ktw-route="heizungsrechner"] :is(.primary-btn,.ghost-btn,.choice-card,.direct-device-option) {
  border-radius: 3px !important;
}

.site[data-ktw-route="heizungsrechner"] .calculator-bridge {
  padding-bottom: clamp(54px, 7vw, 100px) !important;
}

.site[data-ktw-route="dokumente"] .portal-list {
  background: #f4f7f8 !important;
}

.site[data-ktw-route="dokumente"] .portal-offers {
  display: grid !important;
  gap: 18px !important;
}

.site[data-ktw-route="dokumente"] .portal-offer-detail {
  display: block !important;
  width: 100% !important;
}

.site[data-ktw-route="dokumente"] .portal-offer-detail[hidden] {
  display: none !important;
}

.site[data-ktw-route="dokumente"] .portal-offer-view {
  display: grid !important;
  gap: 18px !important;
  width: min(1360px, 100%) !important;
  margin: 18px auto 0 !important;
}

.site[data-ktw-route="dokumente"] .portal-offer-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px) !important;
  gap: 18px !important;
  align-items: stretch !important;
  padding: clamp(26px, 4vw, 44px) !important;
  border-radius: 4px !important;
  background: #073a5a !important;
  color: #fff !important;
}

.site[data-ktw-route="dokumente"] .portal-offer-hero :is(h3,p,span,strong,small) {
  color: #fff !important;
}

.site[data-ktw-route="dokumente"] .portal-offer-hero h3 {
  margin: 10px 0 8px !important;
  font-size: clamp(2rem, 3.3vw, 4.6rem) !important;
  line-height: .98 !important;
}

.site[data-ktw-route="dokumente"] .portal-offer-total {
  display: grid !important;
  align-content: end !important;
  gap: 8px !important;
  padding: 22px !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  background: rgba(255,255,255,.08) !important;
}

.site[data-ktw-route="dokumente"] .portal-offer-total span,
.site[data-ktw-route="dokumente"] .portal-offer-total small {
  font-size: 12px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

.site[data-ktw-route="dokumente"] .portal-offer-total strong {
  font-size: clamp(1.7rem, 2.4vw, 3rem) !important;
  line-height: 1 !important;
}

.site[data-ktw-route="dokumente"] .portal-offer-toolbar {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.site[data-ktw-route="dokumente"] .portal-offer-layout {
  display: grid !important;
  grid-template-columns: minmax(280px, .45fr) minmax(0, 1fr) !important;
  gap: 18px !important;
}

.site[data-ktw-route="dokumente"] .portal-offer-form,
.site[data-ktw-route="dokumente"] .portal-offer-items {
  display: grid !important;
  gap: 14px !important;
  padding: 26px !important;
  border: 1px solid rgba(6,40,61,.12) !important;
  border-radius: 4px !important;
  background: #fff !important;
  box-shadow: 0 20px 48px rgba(7,31,49,.08) !important;
}

.site[data-ktw-route="dokumente"] .portal-offer-form label {
  display: grid !important;
  gap: 7px !important;
}

.site[data-ktw-route="dokumente"] .portal-offer-form label span {
  color: #8a98a2 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.site[data-ktw-route="dokumente"] .portal-offer-form :is(input,textarea) {
  width: 100% !important;
  min-height: 46px !important;
  padding: 11px 13px !important;
  border: 1px solid rgba(6,40,61,.16) !important;
  border-radius: 3px !important;
  background: #fff !important;
  color: #073a5a !important;
  font: inherit !important;
}

.site[data-ktw-route="dokumente"] .portal-offer-form textarea {
  min-height: 120px !important;
  resize: vertical !important;
}

.site[data-ktw-route="dokumente"] .portal-offer-lines {
  display: grid !important;
  gap: 1px !important;
  border: 1px solid rgba(6,40,61,.12) !important;
  background: rgba(6,40,61,.12) !important;
}

.site[data-ktw-route="dokumente"] .portal-offer-line {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(90px, auto) minmax(70px, auto) minmax(90px, auto) !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 14px 16px !important;
  background: #fff !important;
}

.site[data-ktw-route="dokumente"] .portal-offer-line :is(strong,span,em,b) {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}

.site[data-ktw-route="dokumente"] .portal-offer-line em {
  font-style: normal !important;
  color: #566b78 !important;
}

.site[data-ktw-route="dokumente"] .portal-offer-status {
  color: #073a5a !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

@media (max-width: 980px) {
  .site[data-ktw-route="heizungsrechner"] .hero:first-of-type {
    min-height: 760px !important;
    grid-template-columns: 1fr !important;
    padding: 156px 28px 58px !important;
    background-image:
      linear-gradient(90deg, rgba(3,27,43,.94), rgba(3,27,43,.68)),
      var(--kt-hero-mobile) !important;
  }

  .site[data-ktw-route="heizungsrechner"] .hero:first-of-type h1 {
    max-width: 9.8ch !important;
    font-size: clamp(3rem, 14vw, 5.6rem) !important;
    line-height: .95 !important;
  }

  .site[data-ktw-route="heizungsrechner"] .app-grid,
  .site[data-ktw-route="heizungsrechner"] .calculator-bridge {
    width: min(100%, calc(100% - 28px)) !important;
  }

  .site[data-ktw-route="heizungsrechner"] .app-grid,
  .site[data-ktw-route="dokumente"] .portal-offer-layout,
  .site[data-ktw-route="dokumente"] .portal-offer-hero {
    grid-template-columns: 1fr !important;
  }

  .site[data-ktw-route="dokumente"] .portal-offer-line {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
  }
}

@media (max-width: 640px) {
  .site[data-ktw-route="heizungsrechner"] .hero-actions,
  .site[data-ktw-route="dokumente"] .portal-offer-toolbar {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .site[data-ktw-route="heizungsrechner"] :is(.primary-action,.secondary-action),
  .site[data-ktw-route="dokumente"] .portal-offer-toolbar :is(a,button) {
    width: 100% !important;
  }

  .site[data-ktw-route="heizungsrechner"] .choice-grid {
    grid-template-columns: 1fr !important;
  }
}
/* == /managed: calculator and portal integration final v110 == */

/* == managed: mobile overflow and portal visibility final v111 == */
.site[data-ktw-route="dokumente"] .portal-list[hidden],
.site[data-ktw-route="dokumente"] [data-customer-portal-section][hidden] {
  display: none !important;
}

.site[data-ktw-route="heizungsrechner"] .hero:first-of-type,
.site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero {
  box-sizing: border-box !important;
}

@media (max-width: 640px) {
  html body .site[data-ktw-route="heizungsrechner"],
  html body .site[data-ktw-route="dokumente"] {
    overflow-x: hidden !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] .hero:first-of-type {
    width: 100% !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] .hero:first-of-type .hero-copy,
  html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero .panel {
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] .hero:first-of-type p,
  html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero p {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero h1 {
    font-size: clamp(1.65rem, 6.4vw, 2rem) !important;
    max-width: min(31ch, 100%) !important;
    overflow-wrap: anywhere !important;
    text-wrap: balance !important;
    word-break: normal !important;
  }

  html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero p {
    max-width: min(31ch, 100%) !important;
  }

  html body .site[data-ktw-route="dokumente"] .portal-list .section-head {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    max-width: 100% !important;
  }

  html body .site[data-ktw-route="dokumente"] .portal-list .section-head h2 {
    font-size: clamp(2rem, 10vw, 2.85rem) !important;
    line-height: 1.04 !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  html body .site[data-ktw-route="dokumente"] .portal-list .metrics {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route="dokumente"] :is(.search-box,.doc-list) {
    box-sizing: border-box !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  html body .site[data-ktw-route="dokumente"] .search-box :is(label,small,input) {
    max-width: 100% !important;
    overflow-wrap: break-word !important;
  }
}
/* == /managed: mobile overflow and portal visibility final v111 == */
/* == managed: start-page header/footer parity for shared shell v120 == */
html body .site[data-ktw-route] > .ktw-shell-wrap {
  inset: 0 0 auto 0 !important;
  margin: 0 !important;
  max-width: none !important;
  position: absolute !important;
  width: 100% !important;
  z-index: 500 !important;
}

html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header {
  align-items: start !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: grid !important;
  gap: 18px clamp(22px, 4vw, 58px) !important;
  grid-template-columns: minmax(230px, 360px) minmax(0, 1fr) !important;
  margin: 0 !important;
  padding: clamp(10px, 1.4vw, 22px) clamp(24px, 6.9vw, 134px) 0 !important;
  position: relative !important;
  top: auto !important;
  width: 100% !important;
}

html body .site[data-ktw-route] .ktw-shell-brand {
  align-items: flex-start !important;
  display: flex !important;
  justify-content: flex-start !important;
  min-width: 0 !important;
}

html body .site[data-ktw-route] .ktw-shell-brand img {
  display: block !important;
  filter: brightness(0) invert(1) !important;
  height: auto !important;
  max-width: 100% !important;
  opacity: 1 !important;
  width: clamp(238px, 20vw, 342px) !important;
}

html body .site[data-ktw-route] .ktw-shell-mobile-checkbox {
  display: none !important;
}

html body .site[data-ktw-route] .ktw-shell-mobile-toggle {
  display: none !important;
}

html body .site[data-ktw-route] .ktw-shell-main {
  align-items: flex-end !important;
  display: flex !important;
  flex-direction: column-reverse !important;
  gap: 12px !important;
  justify-content: flex-start !important;
  min-width: 0 !important;
  width: 100% !important;
}

html body .site[data-ktw-route] .ktw-shell-menu {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: clamp(12px, 1.4vw, 24px) !important;
  justify-content: flex-end !important;
  margin: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  width: auto !important;
}

html body .site[data-ktw-route] .ktw-shell-menu-item {
  display: block !important;
  position: relative !important;
}

html body .site[data-ktw-route] .ktw-shell-menu-link {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
  opacity: .96 !important;
  padding: 0 0 8px !important;
  text-decoration: none !important;
  text-shadow: 0 1px 12px rgba(0,0,0,.18) !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

html body .site[data-ktw-route] .ktw-shell-menu-link:hover,
html body .site[data-ktw-route] .ktw-shell-menu-link--active {
  background: transparent !important;
  box-shadow: inset 0 -2px 0 #ef7d30 !important;
  color: #fff !important;
  opacity: 1 !important;
  transform: none !important;
}

html body .site[data-ktw-route] .ktw-shell-utility {
  align-items: center !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 18px !important;
  justify-content: flex-end !important;
  margin: 0 !important;
  min-width: 0 !important;
  width: auto !important;
}

html body .site[data-ktw-route] .ktw-shell-cloud-link,
html body .site[data-ktw-route] .ktw-shell-account-link,
html body .site[data-ktw-route] .ktw-shell-logout {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  min-height: 0 !important;
  padding: 0 !important;
  text-decoration: none !important;
  text-shadow: 0 1px 12px rgba(0,0,0,.18) !important;
  white-space: nowrap !important;
}

html body .site[data-ktw-route] .ktw-shell-account,
html body .site[data-ktw-route] .ktw-shell-account-group {
  align-items: center !important;
  display: flex !important;
  gap: 7px !important;
  min-height: 0 !important;
}

html body .site[data-ktw-route] .ktw-shell-account-link {
  gap: 8px !important;
}

html body .site[data-ktw-route] .ktw-shell-account-avatar {
  background: #073a5a !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  display: grid !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  height: 28px !important;
  place-items: center !important;
  text-shadow: none !important;
  width: 28px !important;
}

html body .site[data-ktw-route] .ktw-shell-account-meta {
  display: grid !important;
  gap: 0 !important;
  text-align: left !important;
}

html body .site[data-ktw-route] .ktw-shell-account-meta strong,
html body .site[data-ktw-route] .ktw-shell-account-meta small {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  line-height: 1.05 !important;
  text-shadow: 0 1px 12px rgba(0,0,0,.18) !important;
  white-space: nowrap !important;
}

html body .site[data-ktw-route] .ktw-shell-account-meta small {
  font-size: 11px !important;
  font-weight: 650 !important;
}

html body .site[data-ktw-route] .ktw-shell-cta {
  align-items: center !important;
  background: #ef7d30 !important;
  border: 0 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  color: #fff !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  justify-content: center !important;
  line-height: 1.1 !important;
  min-height: 40px !important;
  padding: 0 20px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

html body .site[data-ktw-route] .ktw-shell-submenu {
  background: rgba(255,255,255,.98) !important;
  border: 1px solid rgba(7,54,77,.12) !important;
  box-shadow: 0 22px 54px rgba(7,31,50,.18) !important;
  color: #073a5a !important;
  display: none !important;
  gap: 22px !important;
  left: 50% !important;
  min-width: 280px !important;
  padding: 22px !important;
  position: absolute !important;
  top: calc(100% + 10px) !important;
  transform: translateX(-50%) !important;
  z-index: 520 !important;
}

html body .site[data-ktw-route] .ktw-shell-submenu--solutions,
html body .site[data-ktw-route] .ktw-shell-submenu--products {
  grid-template-columns: repeat(3, minmax(170px, 1fr)) !important;
  min-width: min(760px, calc(100vw - 48px)) !important;
}

html body .site[data-ktw-route] .ktw-shell-menu-item:hover > .ktw-shell-submenu,
html body .site[data-ktw-route] .ktw-shell-menu-item:focus-within > .ktw-shell-submenu {
  display: grid !important;
}

html body .site[data-ktw-route] .ktw-shell-mega-column {
  display: grid !important;
  gap: 8px !important;
}

html body .site[data-ktw-route] .ktw-shell-mega-title,
html body .site[data-ktw-route] .ktw-shell-submenu-link,
html body .site[data-ktw-route] .ktw-shell-mega-link {
  color: #073a5a !important;
  display: block !important;
  font-size: 13px !important;
  font-weight: 760 !important;
  line-height: 1.28 !important;
  text-decoration: none !important;
}

html body .site[data-ktw-route] .ktw-shell-mega-title {
  font-weight: 900 !important;
}

html body .site[data-ktw-route] .ktw-shell-mega-divider {
  background: #ef7d30 !important;
  height: 2px !important;
  margin: 4px 0 6px !important;
  width: 32px !important;
}

html body .site[data-ktw-route] .ktw-shell-wrap:hover .ktw-shell-header,
html body .site[data-ktw-route] .ktw-shell-header:hover,
html body .site[data-ktw-route] .ktw-shell-header:focus-within {
  background: rgba(255,255,255,.96) !important;
  box-shadow: 0 18px 48px rgba(7,58,90,.18) !important;
}

html body .site[data-ktw-route] .ktw-shell-wrap:hover .ktw-shell-brand img,
html body .site[data-ktw-route] .ktw-shell-header:hover .ktw-shell-brand img,
html body .site[data-ktw-route] .ktw-shell-header:focus-within .ktw-shell-brand img {
  filter: none !important;
}

html body .site[data-ktw-route] .ktw-shell-wrap:hover .ktw-shell-menu-link,
html body .site[data-ktw-route] .ktw-shell-header:hover .ktw-shell-menu-link,
html body .site[data-ktw-route] .ktw-shell-header:focus-within .ktw-shell-menu-link,
html body .site[data-ktw-route] .ktw-shell-wrap:hover .ktw-shell-cloud-link,
html body .site[data-ktw-route] .ktw-shell-header:hover .ktw-shell-cloud-link,
html body .site[data-ktw-route] .ktw-shell-header:focus-within .ktw-shell-cloud-link,
html body .site[data-ktw-route] .ktw-shell-wrap:hover .ktw-shell-account-meta strong,
html body .site[data-ktw-route] .ktw-shell-wrap:hover .ktw-shell-account-meta small,
html body .site[data-ktw-route] .ktw-shell-header:hover .ktw-shell-account-meta strong,
html body .site[data-ktw-route] .ktw-shell-header:hover .ktw-shell-account-meta small,
html body .site[data-ktw-route] .ktw-shell-header:focus-within .ktw-shell-account-meta strong,
html body .site[data-ktw-route] .ktw-shell-header:focus-within .ktw-shell-account-meta small {
  color: #073a5a !important;
  text-shadow: none !important;
}

html body .site[data-ktw-route] .ktw-shell-global-footer {
  display: block !important;
}

html body .site[data-ktw-route] .ktw-shell-global-footer .ktw-shell-footer-brand img {
  content: url("/files/kt-logo-colored-transparent.svg?v=20260601v2") !important;
}

@media (max-width: 1180px) {
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header {
    align-items: center !important;
    grid-template-columns: minmax(180px, 1fr) auto !important;
    padding: 12px 20px 0 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-brand img {
    width: min(270px, 72vw) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-mobile-toggle {
    background: transparent !important;
    border: 0 !important;
    display: grid !important;
    gap: 5px !important;
    height: 42px !important;
    place-content: center !important;
    width: 42px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-mobile-toggle span {
    background: #fff !important;
    display: block !important;
    height: 2px !important;
    width: 26px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-header.is-mobile-open .ktw-shell-mobile-toggle span,
  html body .site[data-ktw-route] .ktw-shell-header:hover .ktw-shell-mobile-toggle span,
  html body .site[data-ktw-route] .ktw-shell-header:focus-within .ktw-shell-mobile-toggle span {
    background: #073a5a !important;
  }

  html body .site[data-ktw-route] .ktw-shell-main {
    background: #fff !important;
    box-shadow: 0 26px 46px rgba(7,31,50,.2) !important;
    color: #073a5a !important;
    display: none !important;
    flex-direction: column !important;
    gap: 18px !important;
    left: 0 !important;
    max-height: calc(100svh - 76px) !important;
    overflow-y: auto !important;
    padding: 24px clamp(18px,4vw,42px) 30px !important;
    position: absolute !important;
    right: auto !important;
    top: 100% !important;
    width: 100vw !important;
  }

  html body .site[data-ktw-route] .ktw-shell-header.is-mobile-open .ktw-shell-main {
    display: flex !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu,
  html body .site[data-ktw-route] .ktw-shell-utility {
    align-items: stretch !important;
    display: grid !important;
    gap: 0 !important;
    justify-content: stretch !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-item {
    border-bottom: 1px solid rgba(7,54,77,.14) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-link,
  html body .site[data-ktw-route] .ktw-shell-cloud-link,
  html body .site[data-ktw-route] .ktw-shell-account-link,
  html body .site[data-ktw-route] .ktw-shell-logout,
  html body .site[data-ktw-route] .ktw-shell-cta {
    color: #073a5a !important;
    justify-content: space-between !important;
    min-height: 46px !important;
    padding: 13px 0 !important;
    text-align: left !important;
    text-shadow: none !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route] .ktw-shell-account-meta strong,
  html body .site[data-ktw-route] .ktw-shell-account-meta small {
    color: #073a5a !important;
    text-shadow: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-cta {
    background: #ef7d30 !important;
    color: #fff !important;
    justify-content: center !important;
    margin-top: 10px !important;
    padding: 0 16px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu {
    box-shadow: none !important;
    display: grid !important;
    left: auto !important;
    min-width: 0 !important;
    padding: 0 0 14px 16px !important;
    position: static !important;
    transform: none !important;
  }
}
/* == /managed: start-page header/footer parity for shared shell v120 == */

/* == managed: start page exact shell parity final v128 == */
:root {
  --ktw-left-rail: 30px;
  --ktw-logo-blue: #073a5a;
  --ktw-orange: #ef7d30;
}

@media (min-width: 1440px) {
  :root {
    --ktw-left-rail: clamp(120px, 12vw, 204px);
  }
}

@media (min-width: 1180px) {
  html body .site[data-ktw-route] > .ktw-shell-wrap,
  html body .site[data-ktw-route] > .ktw-shell-wrap:hover,
  html body .site[data-ktw-route] > .ktw-shell-wrap:focus-within,
  html body .site[data-ktw-route].kt-header-hover-primed > .ktw-shell-wrap {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    height: 86px !important;
    inset: 0 0 auto 0 !important;
    margin: 0 !important;
    max-width: none !important;
    min-height: 86px !important;
    overflow: visible !important;
    padding: 0 !important;
    pointer-events: auto !important;
    position: absolute !important;
    transform: none !important;
    width: 100% !important;
    z-index: 12000 !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap::before,
  html body .site[data-ktw-route] > .ktw-shell-wrap:hover::before,
  html body .site[data-ktw-route] > .ktw-shell-wrap:focus-within::before,
  html body .site[data-ktw-route].kt-header-hover-primed > .ktw-shell-wrap::before {
    height: 86px !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header,
  html body .site[data-ktw-route] > .ktw-shell-wrap:hover .ktw-shell-header,
  html body .site[data-ktw-route] > .ktw-shell-wrap:focus-within .ktw-shell-header,
  html body .site[data-ktw-route].kt-header-hover-primed .ktw-shell-header {
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    column-gap: clamp(28px, 5vw, 92px) !important;
    display: grid !important;
    grid-template-columns: 232px minmax(0, 1fr) !important;
    grid-template-rows: 86px !important;
    height: 86px !important;
    margin: 0 var(--ktw-left-rail) !important;
    max-width: none !important;
    min-height: 86px !important;
    overflow: visible !important;
    padding: 0 !important;
    position: relative !important;
    width: calc(100% - (var(--ktw-left-rail) * 2)) !important;
    z-index: 12010 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-brand,
  html body .site[data-ktw-route] > .ktw-shell-wrap:hover .ktw-shell-brand,
  html body .site[data-ktw-route] > .ktw-shell-wrap:focus-within .ktw-shell-brand,
  html body .site[data-ktw-route].kt-header-hover-primed .ktw-shell-brand {
    align-self: center !important;
    display: block !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    height: 70px !important;
    justify-self: start !important;
    margin: 0 !important;
    max-width: 232px !important;
    min-height: 70px !important;
    min-width: 232px !important;
    opacity: 1 !important;
    overflow: visible !important;
    padding: 0 !important;
    position: relative !important;
    visibility: visible !important;
    width: 232px !important;
    z-index: 40 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-brand::before,
  html body .site[data-ktw-route] > .ktw-shell-wrap:hover .ktw-shell-brand::before,
  html body .site[data-ktw-route] > .ktw-shell-wrap:focus-within .ktw-shell-brand::before,
  html body .site[data-ktw-route].kt-header-hover-primed .ktw-shell-brand::before {
    background-image: url("/files/kt-logo-colored-transparent.svg?v=20260601v2") !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: 232px auto !important;
    content: "" !important;
    display: block !important;
    filter: brightness(0) invert(1) !important;
    height: 70px !important;
    inset: 0 !important;
    opacity: 1 !important;
    pointer-events: none !important;
    position: absolute !important;
    visibility: visible !important;
    width: 232px !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap:hover .ktw-shell-brand::before,
  html body .site[data-ktw-route] > .ktw-shell-wrap:focus-within .ktw-shell-brand::before,
  html body .site[data-ktw-route].kt-header-hover-primed .ktw-shell-brand::before {
    filter: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-brand img,
  html body .site[data-ktw-route] > .ktw-shell-wrap:hover .ktw-shell-brand img,
  html body .site[data-ktw-route] > .ktw-shell-wrap:focus-within .ktw-shell-brand img,
  html body .site[data-ktw-route].kt-header-hover-primed .ktw-shell-brand img {
    display: block !important;
    height: auto !important;
    max-height: 70px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 232px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-main,
  html body .site[data-ktw-route] > .ktw-shell-wrap:hover .ktw-shell-main,
  html body .site[data-ktw-route] > .ktw-shell-wrap:focus-within .ktw-shell-main,
  html body .site[data-ktw-route].kt-header-hover-primed .ktw-shell-main {
    align-content: center !important;
    align-self: center !important;
    display: grid !important;
    gap: 0 !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: 34px 34px !important;
    height: 72px !important;
    justify-items: end !important;
    justify-self: stretch !important;
    margin: 0 !important;
    min-width: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    position: relative !important;
    transform: none !important;
    width: 100% !important;
    z-index: 12020 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-utility,
  html body .site[data-ktw-route] > .ktw-shell-wrap:hover .ktw-shell-utility,
  html body .site[data-ktw-route] > .ktw-shell-wrap:focus-within .ktw-shell-utility,
  html body .site[data-ktw-route].kt-header-hover-primed .ktw-shell-utility {
    align-self: center !important;
    grid-row: 1 !important;
    height: 34px !important;
    justify-self: end !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu,
  html body .site[data-ktw-route] > .ktw-shell-wrap:hover .ktw-shell-menu,
  html body .site[data-ktw-route] > .ktw-shell-wrap:focus-within .ktw-shell-menu,
  html body .site[data-ktw-route].kt-header-hover-primed .ktw-shell-menu {
    align-self: center !important;
    grid-row: 2 !important;
    height: 34px !important;
    justify-self: end !important;
    margin: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    position: relative !important;
    transform: none !important;
    z-index: 12020 !important;
  }
}

html body .site[data-ktw-route] > component.ktw-shell-global-footer.ktw-shell-global-footer:first-of-type,
html body .site[data-ktw-route] > footer.ktw-shell-global-footer.ktw-shell-global-footer:first-of-type,
html body .site[data-ktw-route] .ktw-shell-global-footer {
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  border-radius: 0 !important;
  border-top: 1px solid rgba(6, 40, 61, .14) !important;
  box-shadow: none !important;
  color: #06283d !important;
  display: block !important;
  grid-template-columns: none !important;
  margin: 0 !important;
  max-width: 100% !important;
  min-height: 0 !important;
  padding: clamp(68px, 7vw, 112px) 0 44px !important;
  width: 100% !important;
}

html body .site[data-ktw-route] > component.ktw-shell-global-footer::before,
html body .site[data-ktw-route] > component.ktw-shell-global-footer::after,
html body .site[data-ktw-route] .ktw-shell-global-footer::before,
html body .site[data-ktw-route] .ktw-shell-global-footer::after {
  content: none !important;
  display: none !important;
}

html body .site[data-ktw-route] .ktw-shell-footer-inner {
  margin: 0 auto !important;
  width: min(1120px, calc(100% - 48px)) !important;
}

html body .site[data-ktw-route] .ktw-shell-global-footer .ktw-shell-footer-columns,
html body .site[data-ktw-route] .ktw-shell-footer-columns {
  border-bottom: 1px solid rgba(6, 40, 61, .14) !important;
  display: grid !important;
  gap: clamp(34px, 5vw, 82px) !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  padding: 0 0 clamp(58px, 6vw, 88px) !important;
}

html body .site[data-ktw-route] .ktw-shell-global-footer section.ktw-shell-footer-column.ktw-shell-footer-column,
html body .site[data-ktw-route] .ktw-shell-global-footer .ktw-shell-footer-column,
html body .site[data-ktw-route] .ktw-shell-footer-column {
  align-items: flex-start !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .site[data-ktw-route] .ktw-shell-global-footer .ktw-shell-footer-column h2,
html body .site[data-ktw-route] .ktw-shell-footer-column h2 {
  color: #a9b0b5 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  margin: 0 0 18px !important;
  text-transform: uppercase !important;
}

html body .site[data-ktw-route] .ktw-shell-global-footer :is(h1,h2,h3,h4,p,a,span,strong,small,li) {
  color: #06283d !important;
  hyphens: manual !important;
  overflow-wrap: normal !important;
  text-shadow: none !important;
  word-break: normal !important;
}

html body .site[data-ktw-route] .ktw-shell-global-footer .ktw-shell-footer-column a,
html body .site[data-ktw-route] .ktw-shell-footer-legal a {
  color: #071f31 !important;
  display: block !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.55 !important;
  text-decoration: none !important;
  text-transform: none !important;
}

html body .site[data-ktw-route] .ktw-shell-global-footer .ktw-shell-footer-column a:hover,
html body .site[data-ktw-route] .ktw-shell-footer-legal a:hover {
  color: #ef7d30 !important;
}

html body .site[data-ktw-route] .ktw-shell-global-footer .ktw-shell-footer-legal,
html body .site[data-ktw-route] .ktw-shell-footer-legal {
  align-items: center !important;
  border-bottom: 1px solid rgba(6, 40, 61, .14) !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: clamp(24px, 4vw, 54px) !important;
  justify-content: center !important;
  padding: 30px 0 !important;
}

html body .site[data-ktw-route] .ktw-shell-global-footer .ktw-shell-footer-legal a,
html body .site[data-ktw-route] .ktw-shell-global-footer .ktw-shell-footer-brand-row p,
html body .site[data-ktw-route] .ktw-shell-footer-legal a,
html body .site[data-ktw-route] .ktw-shell-footer-brand-row p {
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.45 !important;
}

html body .site[data-ktw-route] .ktw-shell-global-footer .ktw-shell-footer-brand-row,
html body .site[data-ktw-route] .ktw-shell-footer-brand-row {
  align-items: center !important;
  display: grid !important;
  gap: 24px !important;
  grid-template-columns: minmax(190px, 1fr) auto minmax(260px, 1fr) !important;
  padding: 30px 0 0 !important;
}

html body .site[data-ktw-route] .ktw-shell-global-footer .ktw-shell-footer-brand,
html body .site[data-ktw-route] .ktw-shell-footer-brand {
  align-items: center !important;
  display: inline-flex !important;
  justify-content: flex-start !important;
  min-height: 52px !important;
  width: min(260px, 100%) !important;
}

html body .site[data-ktw-route] .ktw-shell-global-footer .ktw-shell-footer-brand img,
html body .site[data-ktw-route] .ktw-shell-footer-brand img {
  content: url("/files/kt-logo-colored-transparent.svg?v=20260601v2") !important;
  display: block !important;
  filter: none !important;
  height: auto !important;
  width: min(260px, 100%) !important;
}

html body .site[data-ktw-route] .ktw-shell-global-footer .ktw-shell-footer-socials,
html body .site[data-ktw-route] .ktw-shell-footer-socials {
  display: flex !important;
  gap: 10px !important;
  justify-content: center !important;
}

html body .site[data-ktw-route] .ktw-shell-global-footer .ktw-shell-footer-socials span,
html body .site[data-ktw-route] .ktw-shell-footer-socials span {
  background: #fff !important;
  border: 1px solid rgba(6, 40, 61, .22) !important;
  border-radius: 50% !important;
  color: rgba(6, 40, 61, .62) !important;
  display: inline-grid !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  height: 34px !important;
  place-items: center !important;
  text-transform: uppercase !important;
  width: 34px !important;
}

html body .site[data-ktw-route] .ktw-shell-global-footer .ktw-shell-footer-brand-row p,
html body .site[data-ktw-route] .ktw-shell-footer-brand-row p {
  color: rgba(6, 40, 61, .68) !important;
  margin: 0 !important;
  text-align: right !important;
}

@media (max-width: 980px) {
  html body .site[data-ktw-route] .ktw-shell-footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-footer-brand-row {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    text-align: center !important;
  }

  html body .site[data-ktw-route] .ktw-shell-footer-brand {
    justify-content: center !important;
  }

  html body .site[data-ktw-route] .ktw-shell-footer-brand-row p {
    text-align: center !important;
  }
}

@media (max-width: 640px) {
  html body .site[data-ktw-route] .ktw-shell-footer-inner {
    width: min(100%, calc(100% - 32px)) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-footer-columns {
    gap: 34px !important;
    grid-template-columns: 1fr !important;
  }
}
/* == /managed: start page exact shell parity final v128 == */

/* == managed: start page header control parity final v129 == */
@media (min-width: 1180px) {
  html body .site[data-ktw-route] .ktw-shell-utility {
    align-items: center !important;
    display: flex !important;
    gap: 10px !important;
    height: 44px !important;
    justify-content: flex-end !important;
    min-height: 44px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-cloud-link,
  html body .site[data-ktw-route] .ktw-shell-account-link,
  html body .site[data-ktw-route] .ktw-shell-menu-link,
  html body .site[data-ktw-route] .ktw-shell-logout {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 12px !important;
    opacity: 1 !important;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .18) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-cloud-link,
  html body .site[data-ktw-route] .ktw-shell-account-link,
  html body .site[data-ktw-route] .ktw-shell-logout {
    align-items: center !important;
    border-radius: 5px !important;
    display: flex !important;
    height: 28px !important;
    justify-content: center !important;
    min-height: 28px !important;
    padding: 0 8px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-account,
  html body .site[data-ktw-route] .ktw-shell-account-group {
    align-items: center !important;
    display: flex !important;
    gap: 8px !important;
    height: 46px !important;
    justify-content: flex-end !important;
    min-height: 46px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-account-link {
    gap: 10px !important;
    justify-content: flex-start !important;
  }

  html body .site[data-ktw-route] .ktw-shell-account-avatar {
    align-items: center !important;
    background: #073a5a !important;
    border: 0 !important;
    border-radius: 999px !important;
    color: #fff !important;
    display: flex !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    height: 26px !important;
    justify-content: center !important;
    line-height: 10px !important;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .18) !important;
    width: 26px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-account-meta {
    color: #fff !important;
    display: flex !important;
    flex-direction: column !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    gap: 2px !important;
    line-height: 12px !important;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .18) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-account-meta strong {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 12px !important;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .18) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-account-meta small {
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    line-height: 10px !important;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .18) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-cta {
    align-items: center !important;
    background: #f47b2f !important;
    border: 1px solid #f47b2f !important;
    border-radius: 5px !important;
    color: #fff !important;
    display: flex !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    height: 32px !important;
    justify-content: center !important;
    line-height: 12px !important;
    min-height: 32px !important;
    padding: 0 14px !important;
    text-shadow: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu {
    align-items: center !important;
    display: flex !important;
    gap: 20px !important;
    height: 44px !important;
    justify-content: flex-end !important;
    min-height: 44px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-link {
    align-items: center !important;
    border-radius: 5px !important;
    display: flex !important;
    height: 34px !important;
    justify-content: center !important;
    line-height: 12px !important;
    padding: 0 !important;
  }
}
/* == /managed: start page header control parity final v129 == */

/* == managed: start page header control widths final v130 == */
@media (min-width: 1180px) {
  html body .site[data-ktw-route] .ktw-shell-cloud-link.ktw-shell-cloud-link {
    flex: 0 0 132px !important;
    max-width: 132px !important;
    min-width: 132px !important;
    width: 132px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-account-link.ktw-shell-account-link {
    flex: 0 0 146px !important;
    max-width: 146px !important;
    min-width: 146px !important;
    width: 146px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-cta.ktw-shell-cta {
    flex: 0 0 153px !important;
    max-width: 153px !important;
    min-width: 153px !important;
    width: 153px !important;
  }
}
/* == /managed: start page header control widths final v130 == */

/* == managed: start page hover surface parity final v131 == */
@media (min-width: 1180px) {
  html body .site[data-ktw-route] > .ktw-shell-wrap::before {
    background: #fff !important;
    border: 0 !important;
    box-shadow: 0 16px 42px rgba(7, 58, 90, .12) !important;
    content: "" !important;
    display: block !important;
    height: 86px !important;
    left: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    transition: opacity .85s ease !important;
    width: 100vw !important;
    z-index: 0 !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap:hover::before,
  html body .site[data-ktw-route] > .ktw-shell-wrap:focus-within::before,
  html body .site[data-ktw-route] > .ktw-shell-wrap:has(.ktw-shell-header:hover)::before,
  html body .site[data-ktw-route].kt-header-hover-primed > .ktw-shell-wrap::before {
    opacity: 1 !important;
    transition-duration: .18s !important;
  }
}
/* == /managed: start page hover surface parity final v131 == */

/* == managed: heizungsrechner body flow after shell final v132 == */
html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-page {
  background: #073a5a !important;
  background-image: none !important;
  box-sizing: border-box !important;
  color: #073a5a !important;
  display: block !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
  margin: 0 !important;
  max-width: none !important;
  min-height: 100vh !important;
  overflow: visible !important;
  padding: 0 !important;
  width: 100% !important;
}

html body .site[data-ktw-route="heizungsrechner"] > .ktw-aw-page.ktw-aw-page:first-of-type {
  background: #073a5a !important;
  background-image: none !important;
  display: block !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
  margin: 0 !important;
  max-width: none !important;
  min-height: 100vh !important;
  overflow: visible !important;
  padding: 0 !important;
  width: 100% !important;
}

html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-hero,
html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-workspace {
  grid-column: auto !important;
  grid-row: auto !important;
  max-width: none !important;
  width: 100% !important;
}
/* == /managed: heizungsrechner body flow after shell final v132 == */

/* == managed: builder shared header isolation final v134 == */
@media (min-width: 1180px) {
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header {
    font-size: 15px !important;
    line-height: 23.25px !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-brand {
    align-items: center !important;
    font-size: 13px !important;
    line-height: 20.15px !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-brand img {
    font-size: 13px !important;
    line-height: 20.15px !important;
    transform: translateY(-6px) !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-main {
    align-items: center !important;
    font-size: 15px !important;
    line-height: 23.25px !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-cloud-link,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-account-link,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-cta {
    font-size: 12px !important;
    line-height: 12.6px !important;
  }
}
/* == /managed: builder shared header isolation final v134 == */

/* == managed: builder full-width submenu parity final v136 == */
@media (min-width: 1180px) {
  html body .site[data-ktw-route] > .ktw-shell-wrap:hover,
  html body .site[data-ktw-route] > .ktw-shell-wrap:focus-within,
  html body .site[data-ktw-route].kt-header-hover-primed > .ktw-shell-wrap {
    position: fixed !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-submenu {
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 24px 54px rgba(7, 58, 90, .14) !important;
    box-sizing: border-box !important;
    color: #06283d !important;
    display: grid !important;
    left: calc(0px - var(--ktw-left-rail)) !important;
    margin: 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    opacity: 0 !important;
    overflow: visible !important;
    pointer-events: none !important;
    position: fixed !important;
    right: auto !important;
    top: 86px !important;
    transform: translateY(-16px) !important;
    transition: opacity .2s ease, transform .2s ease !important;
    visibility: visible !important;
    width: 100vw !important;
    z-index: 12030 !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu-item:hover > .ktw-shell-submenu,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu-item:focus-within > .ktw-shell-submenu,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu-item.is-submenu-open > .ktw-shell-submenu {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-submenu--solutions {
    gap: 150px !important;
    grid-template-columns: 350px 350px !important;
    min-height: 321px !important;
    padding: 58px 210px 60px !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-submenu--products {
    gap: 112px !important;
    grid-template-columns: 320px 320px 360px !important;
    min-height: 414px !important;
    padding: 58px 170px 60px !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-submenu:not(.ktw-shell-submenu--solutions):not(.ktw-shell-submenu--products) {
    gap: 34px !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    min-height: 129px !important;
    padding: 32px 204px 34px !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-mega-column {
    display: block !important;
    gap: normal !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-mega-title {
    color: #073a5a !important;
    display: block !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 24.4px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-decoration: none !important;
    text-transform: none !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-mega-link {
    color: #073a5a !important;
    display: block !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 22.2px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-decoration: none !important;
    text-transform: none !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-mega-link.ktw-shell-mega-title {
    color: #073a5a !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 24.4px !important;
    text-decoration-color: #073a5a !important;
    text-decoration-line: underline !important;
    text-decoration-style: solid !important;
    text-decoration-thickness: 1.5px !important;
    text-underline-offset: 3px !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-mega-divider {
    background: rgba(7, 58, 90, .2) !important;
    height: 1px !important;
    margin: 26px 0 !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-submenu-link {
    color: #0b2030 !important;
    display: block !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 23.2px !important;
    margin: 0 !important;
    padding: 0 0 20px !important;
    text-decoration: none !important;
    text-transform: none !important;
  }
}
/* == /managed: builder full-width submenu parity final v136 == */

/* == managed: builder logo parity final v138 == */
@media (min-width: 1180px) {
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-brand::before {
    background-image: url("/files/kt-logo-white-transparent.svg") !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    content: "" !important;
    display: block !important;
    filter: none !important;
    height: 60px !important;
    inset: 0 auto auto 0 !important;
    opacity: 1 !important;
    pointer-events: none !important;
    position: absolute !important;
    visibility: visible !important;
    width: 270px !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap:hover .ktw-shell-brand::before,
  html body .site[data-ktw-route] > .ktw-shell-wrap:focus-within .ktw-shell-brand::before,
  html body .site[data-ktw-route].kt-header-hover-primed > .ktw-shell-wrap .ktw-shell-brand::before {
    background-image: url("/files/kt-logo-colored-transparent.svg") !important;
    filter: none !important;
  }
}
/* == /managed: builder logo parity final v138 == */

/* == managed: builder menu marker and white rail parity final v139 == */
@media (min-width: 1180px) {
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu-item {
    align-items: center !important;
    display: flex !important;
    height: 40px !important;
    margin: 0 0 -24px !important;
    overflow: visible !important;
    padding: 0 0 24px !important;
    position: relative !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu-link {
    align-items: center !important;
    box-shadow: none !important;
    display: flex !important;
    height: 34px !important;
    justify-content: center !important;
    min-height: auto !important;
    overflow: visible !important;
    position: relative !important;
    transform: translateY(-1px) !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu-link:hover,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu-link--active,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu-item:hover > .ktw-shell-menu-link,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu-item:focus-within > .ktw-shell-menu-link,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu-item.is-submenu-open > .ktw-shell-menu-link {
    box-shadow: none !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu-link::after {
    background: #f47b2f !important;
    bottom: 7px !important;
    content: "" !important;
    display: block !important;
    height: 2px !important;
    left: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    right: 0 !important;
    top: 25px !important;
    transform: scaleX(0) !important;
    transform-origin: left center !important;
    transition: opacity .2s ease, transform .2s ease !important;
    width: auto !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu-link:hover::after,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu-link--active::after,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu-item:hover > .ktw-shell-menu-link::after,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu-item:focus-within > .ktw-shell-menu-link::after,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu-item.is-submenu-open > .ktw-shell-menu-link::after {
    opacity: 1 !important;
    transform: scaleX(1) !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-submenu {
    box-shadow: none !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap:hover .ktw-shell-account-link,
  html body .site[data-ktw-route] > .ktw-shell-wrap:focus-within .ktw-shell-account-link,
  html body .site[data-ktw-route].kt-header-hover-primed > .ktw-shell-wrap .ktw-shell-account-link,
  html body .site[data-ktw-route] > .ktw-shell-wrap:hover .ktw-shell-logout,
  html body .site[data-ktw-route] > .ktw-shell-wrap:focus-within .ktw-shell-logout,
  html body .site[data-ktw-route].kt-header-hover-primed > .ktw-shell-wrap .ktw-shell-logout {
    background: transparent !important;
    box-shadow: none !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap:hover .ktw-shell-account-meta,
  html body .site[data-ktw-route] > .ktw-shell-wrap:hover .ktw-shell-account-meta strong,
  html body .site[data-ktw-route] > .ktw-shell-wrap:hover .ktw-shell-account-meta small,
  html body .site[data-ktw-route] > .ktw-shell-wrap:focus-within .ktw-shell-account-meta,
  html body .site[data-ktw-route] > .ktw-shell-wrap:focus-within .ktw-shell-account-meta strong,
  html body .site[data-ktw-route] > .ktw-shell-wrap:focus-within .ktw-shell-account-meta small,
  html body .site[data-ktw-route].kt-header-hover-primed > .ktw-shell-wrap .ktw-shell-account-meta,
  html body .site[data-ktw-route].kt-header-hover-primed > .ktw-shell-wrap .ktw-shell-account-meta strong,
  html body .site[data-ktw-route].kt-header-hover-primed > .ktw-shell-wrap .ktw-shell-account-meta small {
    color: #073a5a !important;
    text-shadow: none !important;
  }
}
/* == /managed: builder menu marker and white rail parity final v139 == */

/* == managed: builder hover logo geometry parity final v140 == */
@media (min-width: 1180px) {
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-brand::before,
  html body .site[data-ktw-route] > .ktw-shell-wrap:hover .ktw-shell-brand::before,
  html body .site[data-ktw-route] > .ktw-shell-wrap:focus-within .ktw-shell-brand::before,
  html body .site[data-ktw-route].kt-header-hover-primed > .ktw-shell-wrap .ktw-shell-brand::before {
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    display: block !important;
    filter: none !important;
    height: 60px !important;
    inset: 0 auto auto 0 !important;
    opacity: 1 !important;
    pointer-events: none !important;
    position: absolute !important;
    visibility: visible !important;
    width: 270px !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-brand::before {
    background-image: url("/files/kt-logo-white-transparent.svg") !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap:hover .ktw-shell-brand::before,
  html body .site[data-ktw-route] > .ktw-shell-wrap:focus-within .ktw-shell-brand::before,
  html body .site[data-ktw-route].kt-header-hover-primed > .ktw-shell-wrap .ktw-shell-brand::before {
    background-image: url("/files/kt-logo-colored-transparent.svg") !important;
  }
}
/* == /managed: builder hover logo geometry parity final v140 == */

/* == managed: builder transparent header and single marker final v141 == */
@media (min-width: 1180px) {
  html body .site[data-ktw-route] > .ktw-shell-wrap,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-main,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-utility {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    filter: none !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu .ktw-shell-menu-link,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu .ktw-shell-menu-link:hover,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu .ktw-shell-menu-link.ktw-shell-menu-link--active,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu .ktw-shell-menu-item:hover > .ktw-shell-menu-link,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu .ktw-shell-menu-item:focus-within > .ktw-shell-menu-link,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu .ktw-shell-menu-item.is-submenu-open > .ktw-shell-menu-link {
    box-shadow: none !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu .ktw-shell-menu-link.ktw-shell-menu-link--active::after {
    opacity: 0 !important;
    transform: scaleX(0) !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu .ktw-shell-menu-link:hover::after,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu .ktw-shell-menu-item:hover > .ktw-shell-menu-link::after,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu .ktw-shell-menu-item:focus-within > .ktw-shell-menu-link::after,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu .ktw-shell-menu-item.is-submenu-open > .ktw-shell-menu-link::after {
    opacity: 1 !important;
    transform: scaleX(1) !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-hero {
    background-color: #073a5a !important;
    background-image: url("/files/ktw-kronoterm-Bannerji_HP_KT31.jpg") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    isolation: isolate !important;
    position: relative !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-hero::before {
    background-image:
      linear-gradient(90deg, rgba(7, 58, 90, .92) 0%, rgba(7, 58, 90, .70) 31%, rgba(7, 58, 90, .26) 63%, rgba(7, 58, 90, .12) 100%),
      linear-gradient(0deg, rgba(7, 58, 90, .22), rgba(7, 58, 90, .22)) !important;
    content: "" !important;
    inset: 0 !important;
    mask-image: linear-gradient(180deg, transparent 0, transparent 144px, #000 220px, #000 100%) !important;
    pointer-events: none !important;
    position: absolute !important;
    -webkit-mask-image: linear-gradient(180deg, transparent 0, transparent 144px, #000 220px, #000 100%) !important;
    z-index: 0 !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-hero-copy,
  html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-hero-controls,
  html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-hero-progress {
    position: relative !important;
    z-index: 1 !important;
  }
}
/* == /managed: builder transparent header and single marker final v141 == */

/* == managed: builder remove header blur final v142 == */
@media (min-width: 1180px) {
  html body .site[data-ktw-route] > .ktw-shell-wrap,
  html body .site[data-ktw-route] > .ktw-shell-wrap:hover,
  html body .site[data-ktw-route] > .ktw-shell-wrap:focus-within,
  html body .site[data-ktw-route].kt-header-hover-primed > .ktw-shell-wrap,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header,
  html body .site[data-ktw-route] > .ktw-shell-wrap:hover .ktw-shell-header,
  html body .site[data-ktw-route] > .ktw-shell-wrap:focus-within .ktw-shell-header,
  html body .site[data-ktw-route].kt-header-hover-primed > .ktw-shell-wrap .ktw-shell-header,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-main,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-utility {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}
/* == /managed: builder remove header blur final v142 == */

/* == managed: builder submenu width and divider parity final v143 == */
@media (min-width: 1180px) {
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-submenu {
    border-top: 1px solid rgba(7, 58, 90, .14) !important;
    left: 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: auto !important;
    right: 0 !important;
    width: 100vw !important;
  }
}
/* == /managed: builder submenu width and divider parity final v143 == */

/* == managed: builder hero image and script guard final v144 == */
html body .site[data-ktw-route].site[data-ktw-route] > :is(script, style, link, template),
html body .site[data-ktw-route].site[data-ktw-route] > :is(script, style, link, template):first-of-type,
html body .site[data-ktw-route].site[data-ktw-route] > script[data-ktw-shell-account] {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  max-height: 0 !important;
  max-width: 0 !important;
  min-height: 0 !important;
  min-width: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  pointer-events: none !important;
  position: static !important;
  visibility: hidden !important;
  width: 0 !important;
}

html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-hero {
  background-color: #073a5a !important;
  background-image: url("/files/ktw-kronoterm-WIP-Scena-interior-TC-web-6-1-scaled-e1738911648911.jpg") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
/* == /managed: builder hero image and script guard final v144 == */

/* == managed: builder calculator lifted into hero final v145 == */
html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-hero-copy,
html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-hero-actions,
html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-hero-controls,
html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-hero-progress {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  max-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
  width: 0 !important;
}

html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-hero::after {
  content: none !important;
  display: none !important;
}

html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-workspace {
  background: transparent !important;
  position: relative !important;
  z-index: 2 !important;
}

@media (min-width: 1181px) {
  html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-hero {
    height: clamp(760px, 85vh, 860px) !important;
    margin-bottom: calc(-1 * clamp(620px, 67vh, 760px)) !important;
    min-height: clamp(760px, 85vh, 860px) !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-workspace {
    margin: 0 !important;
    padding-top: clamp(96px, 12vh, 140px) !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-toolbar {
    margin-bottom: 24px !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-progress {
    margin-bottom: 28px !important;
  }
}

@media (max-width: 1180px) {
  html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-hero {
    height: min(620px, 72svh) !important;
    margin-bottom: calc(-1 * min(430px, 48svh)) !important;
    min-height: min(620px, 72svh) !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-workspace {
    margin: 0 !important;
    padding-top: clamp(104px, 14vh, 140px) !important;
  }
}
/* == /managed: builder calculator lifted into hero final v145 == */

/* == managed: builder lifted calculator mobile title fit final v146 == */
@media (max-width: 760px) {
  html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-toolbar h2 {
    font-size: clamp(28px, 8vw, 34px) !important;
    hyphens: none !important;
    line-height: 1.05 !important;
    max-width: 100% !important;
    overflow: visible !important;
    overflow-wrap: normal !important;
    text-wrap: balance !important;
    word-break: normal !important;
  }
}
/* == /managed: builder lifted calculator mobile title fit final v146 == */

/* == managed: builder calculator typography parity final v147 == */
html body .site[data-ktw-route="heizungsrechner"],
html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-page,
html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-page :is(h1,h2,h3,h4,h5,h6,p,a,button,label,input,select,textarea,span,strong,small,li,div) {
  font-family: Montserrat, Arial, sans-serif !important;
  letter-spacing: normal !important;
}

html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-toolbar .ktw-aw-kicker,
html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-step-head span,
html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-empty span,
html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-panel-kicker {
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 18.6px !important;
  text-transform: uppercase !important;
}

html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-toolbar h2 {
  font-size: clamp(42px, 2.8vw, 52px) !important;
  font-weight: 500 !important;
  line-height: 1.04 !important;
}

html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-role {
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 12.6px !important;
}

html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-progress button {
  font-size: 12px !important;
  font-weight: 700 !important;
  height: 44px !important;
  line-height: 12px !important;
  min-height: 44px !important;
  text-transform: uppercase !important;
}

html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-step-head h3 {
  font-size: clamp(30px, 2.25vw, 42px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
}

html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-fields label,
html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-group label {
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
}

html body .site[data-ktw-route="heizungsrechner"] :is(input,select,textarea) {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20.3px !important;
}

html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-actions .ktw-aw-btn,
html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-workspace .ktw-aw-btn {
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 12px !important;
  min-height: 44px !important;
}

html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-empty strong,
html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-result-hero strong,
html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-result-card strong {
  font-size: clamp(30px, 2.25vw, 42px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
}

html body .site[data-ktw-route="heizungsrechner"] :is(.ktw-aw-note,.ktw-aw-empty p,.ktw-aw-result p,.ktw-aw-result-card p,.ktw-aw-summary li) {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20.3px !important;
}

@media (max-width: 760px) {
  html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-toolbar h2 {
    font-size: clamp(30px, 9vw, 34px) !important;
    line-height: 1.05 !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-step-head h3,
  html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-empty strong,
  html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-result-hero strong,
  html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-result-card strong {
    font-size: clamp(26px, 7.2vw, 31px) !important;
    line-height: 1.08 !important;
  }
}
/* == /managed: builder calculator typography parity final v147 == */

/* == managed: hero veil limited to top menu area final v157 == */
html body .site[data-ktw-route] {
  position: relative !important;
}

html body .site[data-ktw-route]::before {
  background: none !important;
  background-image: none !important;
  content: none !important;
  display: none !important;
  height: 0 !important;
  pointer-events: none !important;
  position: static !important;
  width: 0 !important;
}

@media (min-width: 1180px) {
  html body .site[data-ktw-route] > .ktw-shell-wrap,
  html body .site[data-ktw-route] > .ktw-shell-wrap:hover,
  html body .site[data-ktw-route] > .ktw-shell-wrap:focus-within,
  html body .site[data-ktw-route] > .ktw-shell-wrap:has(.ktw-shell-header:hover),
  html body .site[data-ktw-route] > .ktw-shell-wrap:has(.ktw-shell-submenu:hover),
  html body .site[data-ktw-route].kt-header-hover-primed > .ktw-shell-wrap {
    bottom: auto !important;
    left: 0 !important;
    pointer-events: auto !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 100vw !important;
    z-index: 12010 !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap {
    background: linear-gradient(180deg, rgba(3, 22, 34, .68) 0%, rgba(3, 22, 34, .40) 62%, rgba(3, 22, 34, 0) 100%) !important;
    background-color: transparent !important;
    background-image: linear-gradient(180deg, rgba(3, 22, 34, .68) 0%, rgba(3, 22, 34, .40) 62%, rgba(3, 22, 34, 0) 100%) !important;
    box-shadow: none !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap:hover,
  html body .site[data-ktw-route] > .ktw-shell-wrap:focus-within,
  html body .site[data-ktw-route] > .ktw-shell-wrap:has(.ktw-shell-header:hover),
  html body .site[data-ktw-route] > .ktw-shell-wrap:has(.ktw-shell-submenu:hover),
  html body .site[data-ktw-route].kt-header-hover-primed > .ktw-shell-wrap {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap::before {
    position: absolute !important;
    top: 0 !important;
  }
}

html body .site[data-ktw-route] .ktw-shell-header {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

html body .site[data-ktw-route]:not([data-ktw-route="kt-waermesysteme"]):not([data-ktw-route="dokumente"]):not([data-ktw-route="heizungsrechner"]) :is(.hero:first-of-type, .page-hero:first-of-type) {
  background-image: var(--kt-hero-1, none) !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .hero::before {
  animation: ktHomeHeroImagesBareV157 30s infinite steps(1, end) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-hero-slide,
html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-slide,
html body .site[data-ktw-route="kt-waermesysteme"] .hero.kt-home-hero-v110 .kt-hero-slide {
  background: var(--slide-image) center center / cover no-repeat !important;
  background-color: transparent !important;
  background-image: var(--slide-image) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-hero-slide-1 {
  background-image: url("/files/ktw-kronoterm-Bannerji_HP_KT31.jpg") !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-hero-slide-2 {
  background-image: url("/files/a2_bannerPC.jpg") !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-hero-slide-3 {
  background-image: url("/files/ktw-kronoterm-WIP-Vila-v-toskani-3_low05-e1726490514930.jpg") !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-hero-slide-4 {
  background-image: url("/files/ktw-kronoterm-SLIDER-1-hero-DESKTOP-ok_043607-scaled.jpg") !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-hero-slide-5 {
  background-image: url("/files/ktw-kronoterm-WIP-Scena-interior-TC-web-6-1-scaled-e1738911648911.jpg") !important;
}

@keyframes ktHomeHeroImagesBareV157 {
  0%, 19.999% { background-image: var(--kt-hero-1); }
  20%, 39.999% { background-image: var(--kt-hero-2); }
  40%, 59.999% { background-image: var(--kt-hero-3); }
  60%, 79.999% { background-image: var(--kt-hero-4); }
  80%, 100% { background-image: var(--kt-hero-5); }
}

html body .site[data-ktw-route="dokumente"] :is(.docs-hero, .portal-hero, .download-hero),
html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero {
  background-image: url("/files/ktw-kronoterm-KT_Svetovanje18-1440x430.jpeg") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-hero::before {
  content: none !important;
  display: none !important;
}

html body .site[data-ktw-route] :is(.kt-solutions-hero, .kt-wp-hero, .kt-about-hero, .kt-eigen-hero, .kt-products-hero, .kt-products-hero-clean, .kt-product-hero, .kt-dhw-hero, .kt-cloud-hero, .kt-hotwater-hero)::before,
html body .site[data-ktw-route] :is(.kt-solutions-hero, .kt-wp-hero, .kt-about-hero, .kt-eigen-hero, .kt-products-hero, .kt-products-hero-clean, .kt-product-hero, .kt-dhw-hero, .kt-cloud-hero, .kt-hotwater-hero)::after {
  background: transparent !important;
  background-image: none !important;
  content: none !important;
  display: none !important;
}

html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap {
  bottom: auto !important;
  left: 0 !important;
  max-width: none !important;
  pointer-events: auto !important;
  position: absolute !important;
  right: 0 !important;
  top: 132px !important;
  transform: none !important;
  width: 100vw !important;
  z-index: 12010 !important;
}

@media (min-width: 1180px) {
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap:hover,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap:focus-within,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap:has(.ktw-shell-header:hover),
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap:has(.ktw-shell-submenu:hover),
  html body .site[data-ktw-route="dokumente"].kt-header-hover-primed > .ktw-shell-wrap {
    bottom: auto !important;
    left: 0 !important;
    max-width: none !important;
    pointer-events: auto !important;
    position: absolute !important;
    right: 0 !important;
    top: 132px !important;
    transform: none !important;
    width: 100vw !important;
    z-index: 12010 !important;
  }
}

@media (min-width: 1180px) {
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu-link,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu-link:hover,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu-link:focus,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu-link.ktw-shell-menu-link--active,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu-item:hover > .ktw-shell-menu-link,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu-item:focus-within > .ktw-shell-menu-link,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-menu-item.is-submenu-open > .ktw-shell-menu-link {
    margin-top: 0 !important;
    top: auto !important;
    transform: translateY(-1px) !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-cloud-link,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-account-link,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-logout,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-cta,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-cloud-link:hover,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-account-link:hover,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-logout:hover,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-cta:hover,
  html body .site[data-ktw-route] > .ktw-shell-wrap:hover .ktw-shell-cloud-link,
  html body .site[data-ktw-route] > .ktw-shell-wrap:hover .ktw-shell-account-link,
  html body .site[data-ktw-route] > .ktw-shell-wrap:hover .ktw-shell-logout,
  html body .site[data-ktw-route] > .ktw-shell-wrap:hover .ktw-shell-cta,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header:hover .ktw-shell-cloud-link,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header:hover .ktw-shell-account-link,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header:hover .ktw-shell-logout,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header:hover .ktw-shell-cta,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header:focus-within .ktw-shell-cloud-link,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header:focus-within .ktw-shell-account-link,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header:focus-within .ktw-shell-logout,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header:focus-within .ktw-shell-cta,
  html body .site[data-ktw-route].kt-header-hover-primed > .ktw-shell-wrap .ktw-shell-cloud-link,
  html body .site[data-ktw-route].kt-header-hover-primed > .ktw-shell-wrap .ktw-shell-account-link,
  html body .site[data-ktw-route].kt-header-hover-primed > .ktw-shell-wrap .ktw-shell-logout,
  html body .site[data-ktw-route].kt-header-hover-primed > .ktw-shell-wrap .ktw-shell-cta {
    margin-top: 0 !important;
    top: auto !important;
    transform: none !important;
  }
}

@media (max-width: 1179px) {
  html body .site[data-ktw-route]::before {
    height: 0 !important;
  }
}
/* == /managed: hero veil limited to top menu area final v157 == */

/* == managed: calculator documents mobile white shell and footer final v158 == */
@media (max-width: 1179px) {
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap {
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 1px 0 rgba(6, 40, 61, .12) !important;
    left: auto !important;
    margin: 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0 !important;
    position: relative !important;
    right: auto !important;
    top: 0 !important;
    transform: none !important;
    width: 100% !important;
    z-index: 12010 !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap::before,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap::before {
    content: none !important;
    display: none !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header {
    align-items: center !important;
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #073a5a !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    margin: 0 !important;
    min-height: 74px !important;
    padding: 12px clamp(16px, 5vw, 28px) !important;
    position: relative !important;
    top: auto !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-brand,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-brand {
    align-self: center !important;
    height: 58px !important;
    max-width: min(290px, calc(100vw - 96px)) !important;
    min-height: 58px !important;
    min-width: 0 !important;
    width: min(290px, calc(100vw - 96px)) !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-brand::before,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-brand::before,
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap:hover .ktw-shell-brand::before,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap:hover .ktw-shell-brand::before,
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap:focus-within .ktw-shell-brand::before,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap:focus-within .ktw-shell-brand::before {
    background-image: url("/files/kt-logo-colored-transparent.svg?v=20260601v2") !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    content: "" !important;
    display: block !important;
    filter: none !important;
    height: 58px !important;
    inset: 0 !important;
    opacity: 1 !important;
    pointer-events: none !important;
    position: absolute !important;
    visibility: visible !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-brand img,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-brand img {
    filter: none !important;
    max-height: 58px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-mobile-toggle,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-mobile-toggle {
    align-self: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    display: grid !important;
    gap: 5px !important;
    height: 44px !important;
    justify-self: end !important;
    margin: 0 !important;
    padding: 0 !important;
    place-content: center !important;
    width: 44px !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-mobile-toggle span,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-mobile-toggle span {
    background: #073a5a !important;
    border-color: #073a5a !important;
    height: 2px !important;
    width: 26px !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header .ktw-shell-main,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header .ktw-shell-main {
    background: #fff !important;
    color: #073a5a !important;
    grid-column: 1 / -1 !important;
    top: 100% !important;
  }
}

@media (max-width: 980px) {
  html body .site[data-ktw-route="heizungsrechner"] .ktw-shell-global-footer,
  html body .site[data-ktw-route="dokumente"] .ktw-shell-global-footer {
    background: #fff !important;
    border-top: 1px solid rgba(6, 40, 61, .14) !important;
    overflow: hidden !important;
    padding: 48px 0 30px !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] .ktw-shell-footer-inner,
  html body .site[data-ktw-route="dokumente"] .ktw-shell-footer-inner {
    box-sizing: border-box !important;
    margin: 0 auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    width: min(100%, calc(100% - 28px)) !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] .ktw-shell-footer-columns,
  html body .site[data-ktw-route="dokumente"] .ktw-shell-footer-columns {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 0 0 36px !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] .ktw-shell-footer-column,
  html body .site[data-ktw-route="dokumente"] .ktw-shell-footer-column {
    min-width: 0 !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] .ktw-shell-footer-column a,
  html body .site[data-ktw-route="dokumente"] .ktw-shell-footer-column a,
  html body .site[data-ktw-route="heizungsrechner"] .ktw-shell-footer-legal a,
  html body .site[data-ktw-route="dokumente"] .ktw-shell-footer-legal a {
    white-space: normal !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] .ktw-shell-footer-legal,
  html body .site[data-ktw-route="dokumente"] .ktw-shell-footer-legal {
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    justify-content: center !important;
    padding: 24px 0 !important;
    text-align: center !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] .ktw-shell-footer-brand-row,
  html body .site[data-ktw-route="dokumente"] .ktw-shell-footer-brand-row {
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: center !important;
    padding: 24px 0 0 !important;
    text-align: center !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] .ktw-shell-footer-brand,
  html body .site[data-ktw-route="dokumente"] .ktw-shell-footer-brand {
    justify-content: center !important;
    max-width: min(260px, 82vw) !important;
    width: min(260px, 82vw) !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] .ktw-shell-footer-brand img,
  html body .site[data-ktw-route="dokumente"] .ktw-shell-footer-brand img {
    width: min(260px, 82vw) !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] .ktw-shell-footer-brand-row p,
  html body .site[data-ktw-route="dokumente"] .ktw-shell-footer-brand-row p {
    max-width: 30ch !important;
    text-align: center !important;
  }
}
/* == /managed: calculator documents mobile white shell and footer final v158 == */

/* == managed: calculator documents mobile footer specificity final v160 == */
@media (max-width: 980px) {
  html body .site[data-ktw-route="heizungsrechner"] .ktw-shell-global-footer .ktw-shell-footer-columns,
  html body .site[data-ktw-route="dokumente"] .ktw-shell-global-footer .ktw-shell-footer-columns,
  html body .site[data-ktw-route="heizungsrechner"] > component.ktw-shell-global-footer .ktw-shell-footer-columns,
  html body .site[data-ktw-route="dokumente"] > component.ktw-shell-global-footer .ktw-shell-footer-columns {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
    grid-template-columns: none !important;
    padding: 0 0 36px !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] .ktw-shell-global-footer .ktw-shell-footer-brand-row,
  html body .site[data-ktw-route="dokumente"] .ktw-shell-global-footer .ktw-shell-footer-brand-row,
  html body .site[data-ktw-route="heizungsrechner"] > component.ktw-shell-global-footer .ktw-shell-footer-brand-row,
  html body .site[data-ktw-route="dokumente"] > component.ktw-shell-global-footer .ktw-shell-footer-brand-row {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    grid-template-columns: none !important;
    justify-content: center !important;
    justify-items: center !important;
    padding: 24px 0 0 !important;
    text-align: center !important;
    width: 100% !important;
  }
}
/* == /managed: calculator documents mobile footer specificity final v160 == */

/* == managed: calculator documents mobile start-shell parity final v161 == */
@media (max-width: 1179px) {
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap,
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap:hover,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap:hover,
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap:focus-within,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap:focus-within {
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
    box-shadow: 0 1px 0 rgba(7, 58, 90, .12) !important;
    height: 86px !important;
    left: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    min-height: 86px !important;
    overflow: visible !important;
    padding: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    transform: none !important;
    width: 100vw !important;
    z-index: 12010 !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header {
    align-items: center !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #073a5a !important;
    display: grid !important;
    gap: 0 !important;
    grid-template-columns: minmax(0, 1fr) 56px !important;
    height: 86px !important;
    margin: 0 !important;
    min-height: 86px !important;
    padding: 0 30px !important;
    position: relative !important;
    top: auto !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-brand,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-brand,
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap:hover .ktw-shell-brand,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap:hover .ktw-shell-brand,
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap:focus-within .ktw-shell-brand,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap:focus-within .ktw-shell-brand {
    align-self: center !important;
    display: block !important;
    height: 62px !important;
    justify-self: start !important;
    margin: 0 !important;
    max-width: 220px !important;
    min-height: 62px !important;
    min-width: 220px !important;
    padding: 0 !important;
    position: relative !important;
    width: 220px !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-brand::before,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-brand::before,
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap:hover .ktw-shell-brand::before,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap:hover .ktw-shell-brand::before,
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap:focus-within .ktw-shell-brand::before,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap:focus-within .ktw-shell-brand::before {
    background-image: url("/files/kt-logo-white-transparent.svg") !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    content: "" !important;
    display: block !important;
    filter: none !important;
    height: 62px !important;
    inset: 0 !important;
    opacity: 1 !important;
    pointer-events: none !important;
    position: absolute !important;
    visibility: visible !important;
    width: 220px !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-brand img,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-brand img,
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap:hover .ktw-shell-brand img,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap:hover .ktw-shell-brand img,
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap:focus-within .ktw-shell-brand img,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap:focus-within .ktw-shell-brand img {
    display: block !important;
    filter: none !important;
    height: auto !important;
    max-height: 62px !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 220px !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-mobile-toggle,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-mobile-toggle {
    align-self: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    height: 56px !important;
    justify-content: center !important;
    justify-self: end !important;
    margin: 0 !important;
    padding: 0 !important;
    place-content: initial !important;
    width: 56px !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-mobile-toggle span,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-mobile-toggle span {
    background: #073a5a !important;
    border-color: #073a5a !important;
    display: block !important;
    height: 2px !important;
    width: 26px !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header .ktw-shell-main,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header .ktw-shell-main {
    background: #fff !important;
    box-shadow: 0 26px 46px rgba(7, 31, 50, .2) !important;
    color: #073a5a !important;
    display: none !important;
    flex-direction: column !important;
    gap: 22px !important;
    left: -30px !important;
    margin: 0 !important;
    max-height: calc(100svh - 76px) !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 24px clamp(18px, 4vw, 42px) 30px !important;
    position: absolute !important;
    right: auto !important;
    top: 100% !important;
    width: 100vw !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-main,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-main {
    display: flex !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu {
    align-items: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-submenu,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-submenu {
    display: none !important;
    height: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-link,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-link {
    color: #073a5a !important;
    display: flex !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    min-height: 46px !important;
    padding: 15px 0 !important;
    text-shadow: none !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-utility,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-utility {
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }
}
/* == /managed: calculator documents mobile start-shell parity final v161 == */

/* == managed: calculator documents mobile shell parity final v162 == */
@media (max-width: 1179px) {
  html body .site[data-ktw-route="dokumente"] {
    display: flow-root !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    top: 0 !important;
    transform: none !important;
  }

  html body .site[data-ktw-route="dokumente"] > section.docs-fullbleed-shell:first-of-type,
  html body .site[data-ktw-route="dokumente"] section.docs-fullbleed-shell,
  html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell,
  html body .site[data-ktw-route="dokumente"] section.wrap:has(.docs-hero) {
    margin-top: 0 !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-brand img,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-brand img,
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap:hover .ktw-shell-brand img,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap:hover .ktw-shell-brand img,
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap:focus-within .ktw-shell-brand img,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap:focus-within .ktw-shell-brand img {
    transform: translateY(8px) !important;
  }
}
/* == /managed: calculator documents mobile shell parity final v162 == */

/* == managed: documents mobile hero shell margin parity final v163 == */
@media (max-width: 1179px) {
  html body .site[data-ktw-route="dokumente"] > section.docs-fullbleed-shell:first-of-type,
  html body .site[data-ktw-route="dokumente"] section.docs-fullbleed-shell,
  html body .site[data-ktw-route="dokumente"] section.docs-fullbleed-shell:not(.docs-hero):not(.portal-hero):not(.download-hero),
  html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell,
  html body .site[data-ktw-route="dokumente"] section.wrap:has(.docs-hero) {
    margin: 0 !important;
    margin-top: 0 !important;
  }
}
/* == /managed: documents mobile hero shell margin parity final v163 == */

/* == managed: documents calculator shell start parity final v164 == */
html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap,
html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap:hover,
html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap:focus-within,
html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap:has(.ktw-shell-header:hover),
html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap:has(.ktw-shell-submenu:hover),
html body .site[data-ktw-route="dokumente"].kt-header-hover-primed > .ktw-shell-wrap {
  top: 0 !important;
}

@media (max-width: 1179px) {
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap,
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header,
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-main,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-main,
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu,
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-utility,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-utility {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header {
    gap: 14px !important;
    grid-template-columns: minmax(0, 1fr) 56px !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header .ktw-shell-main,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header .ktw-shell-main,
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-main,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-main {
    left: -30px !important;
    right: auto !important;
    width: 100vw !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu {
    background: #fff !important;
    padding: 0 0 10px !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item {
    align-items: center !important;
    display: block !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    position: relative !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-link,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-link {
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.12 !important;
    min-height: 0 !important;
    padding: 15px 0 !important;
    position: relative !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-submenu,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-submenu {
    background: #f4f8fa !important;
    display: block !important;
    height: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    pointer-events: none !important;
    position: static !important;
    visibility: hidden !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-cloud-link,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-cloud-link {
    background: #fff !important;
    font-weight: 600 !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-cta,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-cta {
    font-weight: 700 !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-account-link,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-account-link {
    min-height: 46px !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-account-meta strong,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-account-meta strong,
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-account-meta small,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-account-meta small {
    line-height: 1.15 !important;
  }
}
/* == /managed: documents calculator shell start parity final v164 == */

/* == managed: mobile drawer exact height parity final v165 == */
@media (max-width: 1179px) {
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-submenu,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-submenu {
    border: 0 !important;
    box-shadow: none !important;
    height: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    max-height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-account,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-account,
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-account-group,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-account-group,
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-account-link,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-account-link {
    height: 46px !important;
    min-height: 46px !important;
  }
}
/* == /managed: mobile drawer exact height parity final v165 == */

/* == managed: mobile drawer column height parity final v166 == */
@media (max-width: 1179px) {
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu {
    flex: 0 0 290px !important;
    height: 290px !important;
    max-height: 290px !important;
  }
}
/* == /managed: mobile drawer column height parity final v166 == */

/* == managed: documents header top parity final v167 == */
html body .site[data-ktw-route="dokumente"] > section.docs-fullbleed-shell:first-of-type,
html body .site[data-ktw-route="dokumente"] section.docs-fullbleed-shell,
html body .site[data-ktw-route="dokumente"] section.docs-fullbleed-shell:not(.docs-hero):not(.portal-hero):not(.download-hero),
html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell,
html body .site[data-ktw-route="dokumente"] section.wrap:has(.docs-hero) {
  margin: 0 !important;
  margin-top: 0 !important;
}

html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap,
html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap:hover,
html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap:focus-within,
html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap:has(.ktw-shell-header:hover),
html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap:has(.ktw-shell-submenu:hover),
html body .site[data-ktw-route="dokumente"].kt-header-hover-primed > .ktw-shell-wrap {
  top: 0 !important;
  transform: none !important;
}
/* == /managed: documents header top parity final v167 == */

/* == managed: mobile drawer border parity final v168 == */
@media (max-width: 1179px) {
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-main,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-main {
    border-top: 1px solid #d6e2e9 !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item {
    border: 0 !important;
    border-bottom: 0 !important;
  }
}
/* == /managed: mobile drawer border parity final v168 == */

/* == managed: mobile drawer utility parity final v169 == */
@media (max-width: 1179px) {
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-cloud-link,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-cloud-link,
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-account-link,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-account-link {
    align-items: center !important;
    background: #fff !important;
    border: 1px solid #bfd0dc !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    color: #073a5a !important;
    display: flex !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    height: 46px !important;
    line-height: 14.95px !important;
    padding: 11px 14px !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-cloud-link,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-cloud-link {
    justify-content: center !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-account-link,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-account-link {
    gap: 0 !important;
    justify-content: flex-start !important;
    position: relative !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-account-avatar,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-account-avatar {
    align-items: center !important;
    background: #073a5a !important;
    border: 0 !important;
    border-radius: 999px !important;
    color: #fff !important;
    display: flex !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    height: 28px !important;
    justify-content: center !important;
    left: 26px !important;
    line-height: 10px !important;
    padding: 0 !important;
    position: absolute !important;
    top: 22px !important;
    transform: translateY(-14px) !important;
    width: 28px !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-account-meta,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-account-meta {
    align-items: center !important;
    bottom: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    gap: 2px !important;
    justify-content: center !important;
    left: 62px !important;
    line-height: 14.95px !important;
    padding: 0 !important;
    position: absolute !important;
    right: 62px !important;
    top: 0 !important;
    transform: none !important;
    width: auto !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-account-meta strong,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-account-meta strong {
    color: #073a5a !important;
    display: block !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 13px !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-account-meta small,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-account-meta small {
    color: #073a5a !important;
    display: block !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 16.2px !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-cta,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-cta {
    align-items: center !important;
    background: #f47b2f !important;
    border: 1px solid #f47b2f !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    color: #fff !important;
    display: flex !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    height: 46px !important;
    justify-content: center !important;
    line-height: 14.95px !important;
    padding: 11px 14px !important;
    width: 100% !important;
  }
}
/* == /managed: mobile drawer utility parity final v169 == */

/* == managed: mobile drawer account text parity final v170 == */
@media (max-width: 1179px) {
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-account-meta strong,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-account-meta strong,
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-account-meta small,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-account-meta small {
    text-align: center !important;
    width: 100% !important;
  }
}
/* == /managed: mobile drawer account text parity final v170 == */

/* == managed: mobile submenu and hamburger parity final v172 == */
@media (max-width: 1179px) {
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap,
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header {
    max-width: none !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-mobile-toggle,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-mobile-toggle,
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-mobile-toggle:hover,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-mobile-toggle:hover,
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-mobile-toggle:focus,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-mobile-toggle:focus {
    align-items: center !important;
    align-self: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 7px !important;
    height: 56px !important;
    justify-content: center !important;
    justify-self: end !important;
    margin: 0 !important;
    padding: 0 !important;
    place-content: normal !important;
    width: 56px !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-mobile-toggle span,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-mobile-toggle span,
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-mobile-toggle::before,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-mobile-toggle::before,
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-mobile-toggle::after,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-mobile-toggle::after {
    background: #073a5a !important;
    border-color: #073a5a !important;
    display: block !important;
    height: 2px !important;
    width: 29px !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item--has-submenu:not(.is-submenu-open) > .ktw-shell-submenu {
    border: 0 !important;
    box-shadow: none !important;
    display: block !important;
    height: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    max-height: 0 !important;
    min-height: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    pointer-events: none !important;
    position: static !important;
    transform: none !important;
    visibility: hidden !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item.is-submenu-open > .ktw-shell-submenu {
    background: #f4f8fa !important;
    border: 0 !important;
    box-shadow: none !important;
    display: grid !important;
    gap: 0 !important;
    height: auto !important;
    line-height: 1.35 !important;
    margin: 0 !important;
    max-height: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 1 !important;
    overflow: visible !important;
    padding: 0 0 14px 16px !important;
    pointer-events: auto !important;
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item.is-submenu-open > .ktw-shell-submenu--solutions,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item.is-submenu-open > .ktw-shell-submenu--products {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item.is-submenu-open .ktw-shell-mega-column {
    display: grid !important;
    gap: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item.is-submenu-open .ktw-shell-mega-divider {
    background: rgba(7, 58, 90, .16) !important;
    height: 1px !important;
    margin: 10px 0 !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item.is-submenu-open .ktw-shell-mega-link,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item.is-submenu-open .ktw-shell-submenu-link {
    color: #073a5a !important;
    display: block !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    margin: 0 !important;
    padding: 7px 0 !important;
    text-align: left !important;
    text-decoration: none !important;
    text-transform: none !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item.is-submenu-open .ktw-shell-mega-title,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item.is-submenu-open .ktw-shell-mega-link.ktw-shell-mega-title {
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    padding-top: 10px !important;
    text-decoration: none !important;
  }
}
/* == /managed: mobile submenu and hamburger parity final v172 == */

/* == managed: mobile submenu legacy class and hamburger parity final v173 == */
@media (max-width: 1179px) {
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-mobile-toggle,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-mobile-toggle,
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-mobile-toggle:hover,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-mobile-toggle:hover,
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-mobile-toggle:focus,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-mobile-toggle:focus {
    justify-content: center !important;
    place-content: center !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-mobile-toggle span,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-mobile-toggle span {
    flex: 0 0 auto !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item--has-submenu:not(.is-submenu-open):not(.ktw-mobile-submenu-open) > .ktw-shell-submenu {
    border: 0 !important;
    box-shadow: none !important;
    display: block !important;
    height: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    max-height: 0 !important;
    min-height: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    pointer-events: none !important;
    position: static !important;
    transform: none !important;
    visibility: hidden !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item.ktw-mobile-submenu-open > .ktw-shell-submenu,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item.is-submenu-open > .ktw-shell-submenu {
    background: #f4f8fa !important;
    border: 0 !important;
    box-shadow: none !important;
    display: grid !important;
    gap: 0 !important;
    height: auto !important;
    line-height: 1.35 !important;
    margin: 0 !important;
    max-height: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 1 !important;
    overflow: visible !important;
    padding: 0 0 14px 16px !important;
    pointer-events: auto !important;
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item.ktw-mobile-submenu-open > .ktw-shell-submenu--solutions,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item.ktw-mobile-submenu-open > .ktw-shell-submenu--products {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 480px) {
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header {
    padding: 0 42px !important;
  }
}
/* == /managed: mobile submenu legacy class and hamburger parity final v173 == */

/* == managed: documents mobile viewport width parity final v174 == */
@media (max-width: 480px) {
  html:has(.site[data-ktw-route="dokumente"]),
  body:has(.site[data-ktw-route="dokumente"]),
  body:has(.site[data-ktw-route="dokumente"]) > div,
  body:has(.site[data-ktw-route="dokumente"]) .site[data-ktw-route="dokumente"] {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: clip !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell,
  html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero {
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header {
    max-width: 100% !important;
    width: 100% !important;
  }
}
/* == /managed: documents mobile viewport width parity final v174 == */

/* == managed: mobile submenu hover opens final v175 == */
@media (max-width: 1179px) {
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item--has-submenu:not(.is-submenu-open):not(.ktw-mobile-submenu-open):hover > .ktw-shell-submenu,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item--has-submenu:not(.is-submenu-open):not(.ktw-mobile-submenu-open):focus-within > .ktw-shell-submenu,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item--has-submenu:hover > .ktw-shell-submenu,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item--has-submenu:focus-within > .ktw-shell-submenu {
    background: #f4f8fa !important;
    border: 0 !important;
    box-shadow: none !important;
    display: grid !important;
    gap: 0 !important;
    height: auto !important;
    line-height: 1.35 !important;
    margin: 0 !important;
    max-height: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 1 !important;
    overflow: visible !important;
    padding: 0 0 14px 16px !important;
    pointer-events: auto !important;
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item--has-submenu:hover > .ktw-shell-submenu--solutions,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item--has-submenu:hover > .ktw-shell-submenu--products,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item--has-submenu:focus-within > .ktw-shell-submenu--solutions,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item--has-submenu:focus-within > .ktw-shell-submenu--products {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item--has-submenu:hover > .ktw-shell-menu-link,
  html body .site[data-ktw-route] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item--has-submenu:focus-within > .ktw-shell-menu-link {
    color: #073a5a !important;
  }
}
/* == /managed: mobile submenu hover opens final v175 == */

/* == managed: mobile drawer utility list flow final v180 == */
@media (max-width: 1179px) {
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-main,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-main {
    align-items: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    justify-content: flex-start !important;
    max-height: calc(100dvh - 76px) !important;
    min-height: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu {
    flex: 0 0 auto !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-menu-item {
    flex: 0 0 auto !important;
    min-height: 0 !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-utility,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-utility {
    flex: 0 0 auto !important;
    gap: 10px !important;
    margin: 0 !important;
    order: 2 !important;
    padding: 12px 0 max(20px, env(safe-area-inset-bottom)) !important;
    position: static !important;
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  html body .site[data-ktw-route="heizungsrechner"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-main,
  html body .site[data-ktw-route="dokumente"] > .ktw-shell-wrap .ktw-shell-header.is-mobile-open .ktw-shell-main {
    max-height: calc(100dvh - 98px) !important;
  }
}
/* == /managed: mobile drawer utility list flow final v180 == */

/* == managed: customer portal search dashboard final v187 == */
html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero .panel {
  display: grid !important;
  align-content: end !important;
  gap: 18px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero .panel h1 {
  max-width: 12.5ch !important;
  color: #fff !important;
  font-size: clamp(2.8rem, 5.1vw, 5.9rem) !important;
  font-weight: 800 !important;
  line-height: .96 !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero .panel p {
  max-width: 690px !important;
  color: rgba(255,255,255,.9) !important;
  font-size: clamp(1rem, .34vw + .95rem, 1.16rem) !important;
  line-height: 1.56 !important;
}

html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero .status {
  border-radius: 4px !important;
  background: rgba(7,58,90,.86) !important;
  border: 1px solid rgba(255,255,255,.2) !important;
  box-shadow: 0 24px 58px rgba(7,31,49,.22) !important;
  color: #fff !important;
}

html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero .status :is(h2,p,strong,span) {
  color: #fff !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal {
  background: #073a5a !important;
  padding: clamp(44px, 5vw, 72px) 0 clamp(56px, 7vw, 96px) !important;
}

html body .site[data-ktw-route="dokumente"] section.ktw-portal.ktw-portal.ktw-portal[data-ktw-portal]:not(.docs-hero):not(.portal-hero):not(.download-hero) {
  background: #073a5a !important;
  margin: 0 !important;
  padding: clamp(44px, 5vw, 72px) 0 clamp(56px, 7vw, 96px) !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-shell {
  width: min(1380px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
  display: grid !important;
  gap: 18px !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-heading,
.site[data-ktw-route="dokumente"] .ktw-portal-search,
.site[data-ktw-route="dokumente"] .ktw-portal-metrics,
.site[data-ktw-route="dokumente"] .ktw-portal-alert-grid,
.site[data-ktw-route="dokumente"] .ktw-portal-layout {
  min-width: 0 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-heading {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px) !important;
  align-items: end !important;
  gap: 22px !important;
  color: #fff !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-heading :is(h2,p,span,strong,small) {
  color: #fff !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-heading h2 {
  margin: 8px 0 8px !important;
  max-width: 12ch !important;
  font-size: clamp(2.3rem, 4vw, 4.5rem) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-heading p {
  max-width: 760px !important;
  color: rgba(255,255,255,.82) !important;
  font-size: 1rem !important;
  line-height: 1.58 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-user {
  min-width: 0 !important;
  min-height: 78px !important;
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 16px !important;
  border-radius: 4px !important;
  border: 1px solid rgba(255,255,255,.24) !important;
  background: rgba(255,255,255,.08) !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-avatar {
  width: 48px !important;
  height: 48px !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: #ef7d30 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-user strong,
.site[data-ktw-route="dokumente"] .ktw-portal-user small {
  display: block !important;
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-user strong {
  font-size: 15px !important;
  font-weight: 900 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-user small {
  color: rgba(255,255,255,.74) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-search {
  display: grid !important;
  grid-template-columns: minmax(300px, 1.5fr) repeat(4, minmax(180px, .7fr)) !important;
  gap: 10px !important;
  padding: 14px !important;
  border-radius: 4px !important;
  background: #fff !important;
  border: 1px solid rgba(6,40,61,.12) !important;
  box-shadow: 0 24px 58px rgba(7,31,49,.16) !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-field {
  display: grid !important;
  gap: 7px !important;
  min-width: 0 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-field[hidden] {
  display: none !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-field span {
  color: #536a7b !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-field :is(input,select) {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 46px !important;
  border: 1px solid rgba(7,58,90,.18) !important;
  border-radius: 3px !important;
  background: #f7fafb !important;
  color: #073a5a !important;
  font-family: var(--ktw-font-body) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 10px 12px !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-field :is(input,select):focus {
  border-color: #ef7d30 !important;
  box-shadow: 0 0 0 3px rgba(239,125,48,.16) !important;
  outline: 0 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-filter-summary {
  grid-column: 1 / -1 !important;
  min-height: 34px !important;
  display: flex !important;
  align-items: center !important;
  border-top: 1px solid rgba(7,58,90,.1) !important;
  color: #536a7b !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  padding: 10px 2px 0 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-login {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 18px !important;
  align-items: center !important;
  padding: 18px !important;
  border-radius: 4px !important;
  border: 1px solid rgba(255,255,255,.24) !important;
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-login[hidden] {
  display: none !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-login :is(strong,span) {
  display: block !important;
  color: #fff !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-login span {
  color: rgba(255,255,255,.78) !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-metrics {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-metric,
.site[data-ktw-route="dokumente"] .ktw-portal-panel,
.site[data-ktw-route="dokumente"] .ktw-order-card,
.site[data-ktw-route="dokumente"] .ktw-public-card {
  border-radius: 4px !important;
  border: 1px solid rgba(6,40,61,.12) !important;
  background: #fff !important;
  box-shadow: 0 18px 44px rgba(7,31,49,.12) !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-metric {
  padding: 18px !important;
  display: grid !important;
  gap: 6px !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-metric span {
  color: #536a7b !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-metric strong {
  color: #073a5a !important;
  font-size: clamp(1.8rem, 2vw, 2.6rem) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-overview {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
  gap: 10px !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-nav-card {
  min-width: 0 !important;
  display: grid !important;
  gap: 7px !important;
  justify-items: start !important;
  min-height: 116px !important;
  padding: 18px !important;
  border-radius: 4px !important;
  border: 1px solid rgba(255,255,255,.2) !important;
  background: rgba(255,255,255,.08) !important;
  color: #fff !important;
  cursor: pointer !important;
  font: inherit !important;
  text-align: left !important;
  transition: background .16s ease, border-color .16s ease, transform .16s ease !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-nav-card:hover,
.site[data-ktw-route="dokumente"] .ktw-portal-nav-card:focus {
  background: rgba(255,255,255,.13) !important;
  border-color: rgba(255,255,255,.36) !important;
  outline: 0 !important;
  transform: translateY(-1px) !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-nav-card span {
  color: rgba(255,255,255,.78) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-nav-card strong {
  color: #fff !important;
  font-size: clamp(1.6rem, 2vw, 2.4rem) !important;
  font-weight: 750 !important;
  line-height: 1 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-nav-card small {
  color: rgba(255,255,255,.72) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, .75fr) !important;
  gap: 18px !important;
  align-items: start !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-alert-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
  align-items: start !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-panel {
  padding: clamp(18px, 2vw, 28px) !important;
  display: grid !important;
  gap: 16px !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-panel-head {
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 14px !important;
  border-bottom: 1px solid rgba(7,58,90,.12) !important;
  padding-bottom: 14px !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-panel-head h3 {
  margin: 4px 0 0 !important;
  color: #073a5a !important;
  font-size: clamp(1.45rem, 1.5vw, 2.2rem) !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-panel-head small {
  max-width: 46ch !important;
  color: #647887 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-panel-head > small {
  width: fit-content !important;
  min-height: 30px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: rgba(7,58,90,.07) !important;
  color: #073a5a !important;
  font-weight: 850 !important;
  padding: 0 11px !important;
  white-space: nowrap !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-orders-list,
.site[data-ktw-route="dokumente"] .ktw-portal-results-list,
.site[data-ktw-route="dokumente"] .ktw-portal-watch-list,
.site[data-ktw-route="dokumente"] .ktw-public-results {
  display: grid !important;
  gap: 12px !important;
  min-width: 0 !important;
}

.site[data-ktw-route="dokumente"] .ktw-order-card {
  display: grid !important;
  gap: 14px !important;
  padding: 18px !important;
}

.site[data-ktw-route="dokumente"] .ktw-order-main {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 16px !important;
  align-items: start !important;
}

.site[data-ktw-route="dokumente"] .ktw-order-main h4 {
  margin: 10px 0 6px !important;
  color: #073a5a !important;
  font-size: clamp(1.35rem, 1.2vw, 1.9rem) !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
}

.site[data-ktw-route="dokumente"] .ktw-order-main p,
.site[data-ktw-route="dokumente"] .ktw-order-meta span,
.site[data-ktw-route="dokumente"] .ktw-order-empty {
  color: #5f7483 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.site[data-ktw-route="dokumente"] .ktw-order-meta {
  min-width: 150px !important;
  display: grid !important;
  justify-items: end !important;
  gap: 5px !important;
}

.site[data-ktw-route="dokumente"] .ktw-order-meta strong {
  color: #073a5a !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

.site[data-ktw-route="dokumente"] .ktw-status-pill {
  width: fit-content !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 26px !important;
  padding: 0 10px !important;
  border-radius: 999px !important;
  background: rgba(7,58,90,.08) !important;
  color: #073a5a !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.site[data-ktw-route="dokumente"] .ktw-status-in-ausf-hrung,
.site[data-ktw-route="dokumente"] .ktw-status-auftrag {
  background: rgba(239,125,48,.14) !important;
  color: #bb521a !important;
}

.site[data-ktw-route="dokumente"] .ktw-status-abgeschlossen {
  background: rgba(45,135,105,.14) !important;
  color: #1f765a !important;
}

.site[data-ktw-route="dokumente"] .ktw-status-offene-rechnung,
.site[data-ktw-route="dokumente"] .ktw-status-overdue,
.site[data-ktw-route="dokumente"] .ktw-portal-mini--invoice.is-overdue .ktw-status-pill {
  background: rgba(183,58,42,.14) !important;
  color: #9d2f21 !important;
}

.site[data-ktw-route="dokumente"] .ktw-status-offerte-ohne-auftrag,
.site[data-ktw-route="dokumente"] .ktw-status-expired,
.site[data-ktw-route="dokumente"] .ktw-status-revision-requested,
.site[data-ktw-route="dokumente"] .ktw-status-order-requested {
  background: rgba(239,125,48,.16) !important;
  color: #bb521a !important;
}

.site[data-ktw-route="dokumente"] .ktw-commission-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.site[data-ktw-route="dokumente"] .ktw-commission-grid > section {
  min-width: 0 !important;
  display: grid !important;
  align-content: start !important;
  gap: 8px !important;
  padding: 12px !important;
  border: 1px solid rgba(7,58,90,.1) !important;
  border-radius: 3px !important;
  background: #f7fafb !important;
}

.site[data-ktw-route="dokumente"] .ktw-commission-grid h5 {
  margin: 0 !important;
  color: #536a7b !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-mini {
  min-width: 0 !important;
  display: grid !important;
  gap: 6px !important;
  padding: 11px !important;
  border: 1px solid rgba(7,58,90,.12) !important;
  border-radius: 3px !important;
  background: #fff !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-mini strong {
  min-width: 0 !important;
  color: #073a5a !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  overflow-wrap: anywhere !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-mini small {
  color: #647887 !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-mini > a {
  width: fit-content !important;
  min-height: 30px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 3px !important;
  border: 1px solid rgba(7,58,90,.16) !important;
  background: #fff !important;
  color: #073a5a !important;
  padding: 0 10px !important;
  text-decoration: none !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.site[data-ktw-route="dokumente"] .ktw-offer-actions {
  display: grid !important;
  gap: 8px !important;
  margin-top: 4px !important;
}

.site[data-ktw-route="dokumente"] .ktw-offer-actions textarea {
  width: 100% !important;
  min-height: 62px !important;
  resize: vertical !important;
  border: 1px solid rgba(7,58,90,.16) !important;
  border-radius: 3px !important;
  background: #f7fafb !important;
  color: #073a5a !important;
  font: inherit !important;
  font-size: 12px !important;
  padding: 9px !important;
}

.site[data-ktw-route="dokumente"] .ktw-offer-actions textarea:focus {
  border-color: #ef7d30 !important;
  box-shadow: 0 0 0 3px rgba(239,125,48,.14) !important;
  outline: 0 !important;
}

.site[data-ktw-route="dokumente"] .ktw-offer-actions > div {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
}

.site[data-ktw-route="dokumente"] .ktw-offer-actions button {
  min-height: 31px !important;
  border: 1px solid rgba(7,58,90,.16) !important;
  border-radius: 3px !important;
  background: #fff !important;
  color: #073a5a !important;
  cursor: pointer !important;
  font: inherit !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  padding: 0 9px !important;
}

.site[data-ktw-route="dokumente"] .ktw-offer-actions button:hover,
.site[data-ktw-route="dokumente"] .ktw-offer-actions button:focus {
  border-color: #ef7d30 !important;
  color: #bb521a !important;
  outline: 0 !important;
}

.site[data-ktw-route="dokumente"] .ktw-offer-actions button[data-portal-offer-action="decline"] {
  color: #9d2f21 !important;
}

.site[data-ktw-route="dokumente"] .ktw-offer-actions button:disabled {
  cursor: progress !important;
  opacity: .65 !important;
}

.site[data-ktw-route="dokumente"] .ktw-commission-doc-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding-top: 2px !important;
}

.site[data-ktw-route="dokumente"] .ktw-commission-doc-head strong {
  color: #073a5a !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

.site[data-ktw-route="dokumente"] .ktw-commission-doc-head span {
  color: #647887 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.site[data-ktw-route="dokumente"] .ktw-progress-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.site[data-ktw-route="dokumente"] .ktw-progress-grid div {
  display: grid !important;
  gap: 6px !important;
}

.site[data-ktw-route="dokumente"] .ktw-progress-grid span {
  color: #536a7b !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.site[data-ktw-route="dokumente"] .ktw-progress-grid progress {
  width: 100% !important;
  height: 8px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #e9eff2 !important;
}

.site[data-ktw-route="dokumente"] .ktw-linked-records {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  align-items: center !important;
}

.site[data-ktw-route="dokumente"] .ktw-linked-records > span {
  color: #536a7b !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.site[data-ktw-route="dokumente"] .ktw-linked-records a,
.site[data-ktw-route="dokumente"] .ktw-result-row a,
.site[data-ktw-route="dokumente"] .ktw-order-doc,
.site[data-ktw-route="dokumente"] .ktw-public-files a {
  color: #073a5a !important;
  text-decoration: none !important;
}

.site[data-ktw-route="dokumente"] .ktw-linked-records a {
  min-height: 30px !important;
  display: inline-flex !important;
  align-items: center !important;
  border-radius: 3px !important;
  padding: 0 10px !important;
  border: 1px solid rgba(7,58,90,.16) !important;
  background: #f7fafb !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.site[data-ktw-route="dokumente"] .ktw-order-documents,
.site[data-ktw-route="dokumente"] .ktw-public-files {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) !important;
  gap: 8px !important;
}

.site[data-ktw-route="dokumente"] .ktw-order-doc,
.site[data-ktw-route="dokumente"] .ktw-public-files a {
  display: grid !important;
  gap: 4px !important;
  min-width: 0 !important;
  padding: 12px !important;
  border-radius: 3px !important;
  border: 1px solid rgba(7,58,90,.12) !important;
  background: #f7fafb !important;
}

.site[data-ktw-route="dokumente"] .ktw-public-more {
  grid-column: 1 / -1 !important;
  min-width: 0 !important;
  border-radius: 3px !important;
  border: 1px solid rgba(7,58,90,.12) !important;
  background: #fff !important;
  overflow: hidden !important;
}

.site[data-ktw-route="dokumente"] .ktw-public-more summary {
  min-height: 42px !important;
  display: flex !important;
  align-items: center !important;
  cursor: pointer !important;
  color: #073a5a !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  padding: 0 12px !important;
  text-transform: uppercase !important;
}

.site[data-ktw-route="dokumente"] .ktw-public-more div {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) !important;
  gap: 8px !important;
  border-top: 1px solid rgba(7,58,90,.1) !important;
  padding: 8px !important;
}

.site[data-ktw-route="dokumente"] .ktw-order-doc span,
.site[data-ktw-route="dokumente"] .ktw-public-files span,
.site[data-ktw-route="dokumente"] .ktw-result-row span,
.site[data-ktw-route="dokumente"] .ktw-public-card-head span {
  color: #ef7d30 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.site[data-ktw-route="dokumente"] .ktw-order-doc strong,
.site[data-ktw-route="dokumente"] .ktw-public-files strong,
.site[data-ktw-route="dokumente"] .ktw-result-row strong {
  min-width: 0 !important;
  color: #073a5a !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere !important;
}

.site[data-ktw-route="dokumente"] .ktw-result-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 13px !important;
  border-radius: 3px !important;
  border: 1px solid rgba(7,58,90,.12) !important;
  background: #fff !important;
}

.site[data-ktw-route="dokumente"] .ktw-result-row small {
  display: block !important;
  color: #647887 !important;
  font-size: 12px !important;
}

.site[data-ktw-route="dokumente"] .ktw-result-row a {
  min-height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 3px !important;
  padding: 0 12px !important;
  background: #ef7d30 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.site[data-ktw-route="dokumente"] .ktw-public-card {
  display: grid !important;
  grid-template-columns: minmax(220px, .45fr) minmax(0, 1fr) !important;
  gap: 14px !important;
  padding: 16px !important;
}

.site[data-ktw-route="dokumente"] .ktw-public-card-head h4 {
  margin: 6px 0 5px !important;
  color: #073a5a !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
}

.site[data-ktw-route="dokumente"] .ktw-public-card-head small {
  color: #647887 !important;
  font-size: 12px !important;
}

@media (max-width: 1180px) {
  .site[data-ktw-route="dokumente"] .ktw-portal-search {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .site[data-ktw-route="dokumente"] .ktw-portal-field--wide {
    grid-column: 1 / -1 !important;
  }

  .site[data-ktw-route="dokumente"] .ktw-portal-layout {
    grid-template-columns: 1fr !important;
  }

  .site[data-ktw-route="dokumente"] .ktw-portal-alert-grid,
  .site[data-ktw-route="dokumente"] .ktw-commission-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero {
    min-height: 620px !important;
    padding: 132px 24px 52px !important;
  }

  html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero .panel h1 {
    max-width: 11.5ch !important;
    font-size: clamp(2.35rem, 10vw, 3.5rem) !important;
  }

  html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero .panel p {
    max-width: 100% !important;
    font-size: .96rem !important;
  }

  html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero .status {
    display: none !important;
  }

  .site[data-ktw-route="dokumente"] .ktw-portal {
    padding-top: 32px !important;
  }

  .site[data-ktw-route="dokumente"] .ktw-portal-shell {
    width: min(100%, calc(100% - 28px)) !important;
  }

  .site[data-ktw-route="dokumente"] .ktw-portal-heading,
  .site[data-ktw-route="dokumente"] .ktw-portal-search,
  .site[data-ktw-route="dokumente"] .ktw-portal-login,
  .site[data-ktw-route="dokumente"] .ktw-order-main,
  .site[data-ktw-route="dokumente"] .ktw-public-card {
    grid-template-columns: 1fr !important;
  }

  .site[data-ktw-route="dokumente"] .ktw-portal-heading h2 {
    max-width: 100% !important;
    font-size: clamp(2rem, 11vw, 3rem) !important;
  }

  .site[data-ktw-route="dokumente"] .ktw-portal-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .site[data-ktw-route="dokumente"] .ktw-portal-overview {
    grid-template-columns: 1fr !important;
  }

  .site[data-ktw-route="dokumente"] .ktw-portal-alert-grid,
  .site[data-ktw-route="dokumente"] .ktw-commission-grid {
    grid-template-columns: 1fr !important;
  }

  .site[data-ktw-route="dokumente"] .ktw-portal-panel-head {
    display: grid !important;
    align-items: start !important;
  }

  .site[data-ktw-route="dokumente"] .ktw-order-meta {
    justify-items: start !important;
  }

  .site[data-ktw-route="dokumente"] .ktw-progress-grid,
  .site[data-ktw-route="dokumente"] .ktw-order-documents,
  .site[data-ktw-route="dokumente"] .ktw-public-files {
    grid-template-columns: 1fr !important;
  }

  .site[data-ktw-route="dokumente"] .ktw-offer-actions > div {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .site[data-ktw-route="dokumente"] .ktw-offer-actions button,
  .site[data-ktw-route="dokumente"] .ktw-portal-mini > a {
    width: 100% !important;
  }

  .site[data-ktw-route="dokumente"] .ktw-result-row {
    grid-template-columns: 1fr !important;
  }

  .site[data-ktw-route="dokumente"] .ktw-result-row a {
    width: 100% !important;
  }
}

@media (max-width: 420px) {
  .site[data-ktw-route="dokumente"] .ktw-portal-metrics {
    grid-template-columns: 1fr !important;
  }

  .site[data-ktw-route="dokumente"] .ktw-portal-panel,
  .site[data-ktw-route="dokumente"] .ktw-order-card {
    padding: 16px !important;
  }
}
/* == /managed: customer portal search dashboard final v187 == */

/* == managed: customer portal compact commission folders final v188 == */
.site[data-ktw-route="dokumente"] .ktw-portal-shell {
  gap: 12px !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-heading {
  align-items: center !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-heading h2 {
  max-width: none !important;
  font-size: clamp(1.95rem, 2.7vw, 3.4rem) !important;
  font-weight: 850 !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-heading p {
  max-width: 860px !important;
  font-size: .94rem !important;
  line-height: 1.52 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-user {
  min-height: 60px !important;
  grid-template-columns: 40px minmax(0, 1fr) !important;
  padding: 10px 12px !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-avatar {
  width: 40px !important;
  height: 40px !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-search {
  gap: 8px !important;
  padding: 10px !important;
  border-radius: 3px !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-field {
  gap: 5px !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-field span {
  font-size: 10px !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-field :is(input,select) {
  min-height: 40px !important;
  font-size: 13px !important;
  padding: 8px 10px !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-filter-summary {
  min-height: 28px !important;
  font-size: 11px !important;
  padding-top: 7px !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-metrics {
  gap: 8px !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-metric {
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 56px !important;
  padding: 10px 13px !important;
  border-radius: 3px !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-metric span {
  font-size: 10px !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-metric strong {
  font-size: clamp(1.25rem, 1.25vw, 1.8rem) !important;
  font-weight: 850 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-nav-card {
  min-height: 78px !important;
  gap: 4px !important;
  padding: 12px 14px !important;
  border-radius: 3px !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-nav-card span,
.site[data-ktw-route="dokumente"] .ktw-portal-nav-card small {
  font-size: 10px !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-nav-card strong {
  font-size: clamp(1.25rem, 1.5vw, 1.8rem) !important;
  font-weight: 850 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-alert-grid[hidden],
.site[data-ktw-route="dokumente"] .ktw-portal-panel[hidden] {
  display: none !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-panel {
  gap: 10px !important;
  padding: clamp(14px, 1.5vw, 20px) !important;
  border-radius: 3px !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-panel-head {
  padding-bottom: 10px !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-panel-head h3 {
  font-size: clamp(1.35rem, 1.25vw, 1.9rem) !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-orders-list,
.site[data-ktw-route="dokumente"] .ktw-portal-results-list,
.site[data-ktw-route="dokumente"] .ktw-public-results {
  gap: 8px !important;
}

.site[data-ktw-route="dokumente"] .ktw-commission-folder {
  min-width: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(7,58,90,.14) !important;
  border-radius: 3px !important;
  background: #fff !important;
  box-shadow: 0 12px 28px rgba(7,31,49,.09) !important;
}

.site[data-ktw-route="dokumente"] .ktw-commission-folder summary {
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr) auto auto !important;
  gap: 10px !important;
  align-items: center !important;
  min-height: 68px !important;
  padding: 10px 12px !important;
  cursor: pointer !important;
  list-style: none !important;
}

.site[data-ktw-route="dokumente"] .ktw-commission-folder summary::-webkit-details-marker {
  display: none !important;
}

.site[data-ktw-route="dokumente"] .ktw-commission-folder summary:hover {
  background: #f7fafb !important;
}

.site[data-ktw-route="dokumente"] .ktw-folder-mark {
  position: relative !important;
  width: 24px !important;
  height: 18px !important;
  border-radius: 2px !important;
  background: #ef7d30 !important;
  box-shadow: inset 0 -3px 0 rgba(0,0,0,.1) !important;
}

.site[data-ktw-route="dokumente"] .ktw-folder-mark::before {
  content: "" !important;
  position: absolute !important;
  top: -5px !important;
  left: 2px !important;
  width: 11px !important;
  height: 7px !important;
  border-radius: 2px 2px 0 0 !important;
  background: #ef7d30 !important;
}

.site[data-ktw-route="dokumente"] .ktw-folder-title {
  min-width: 0 !important;
  display: grid !important;
  gap: 2px !important;
}

.site[data-ktw-route="dokumente"] .ktw-folder-title > span {
  color: #ef7d30 !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.site[data-ktw-route="dokumente"] .ktw-folder-title strong {
  min-width: 0 !important;
  color: #073a5a !important;
  font-size: clamp(1rem, .72vw, 1.22rem) !important;
  font-weight: 850 !important;
  line-height: 1.12 !important;
  overflow-wrap: anywhere !important;
}

.site[data-ktw-route="dokumente"] .ktw-folder-title small {
  color: #647887 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
}

.site[data-ktw-route="dokumente"] .ktw-folder-counts {
  display: grid !important;
  grid-template-columns: repeat(4, auto auto) !important;
  gap: 2px 5px !important;
  align-items: baseline !important;
  color: #073a5a !important;
}

.site[data-ktw-route="dokumente"] .ktw-folder-counts b {
  font-size: 15px !important;
  font-weight: 850 !important;
}

.site[data-ktw-route="dokumente"] .ktw-folder-counts small {
  color: #647887 !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

.site[data-ktw-route="dokumente"] .ktw-folder-body {
  display: grid !important;
  gap: 10px !important;
  border-top: 1px solid rgba(7,58,90,.1) !important;
  padding: 10px 12px 12px !important;
  background: #fbfcfd !important;
}

.site[data-ktw-route="dokumente"] .ktw-commission-grid {
  gap: 8px !important;
}

.site[data-ktw-route="dokumente"] .ktw-commission-grid > section {
  gap: 6px !important;
  padding: 9px !important;
  background: #fff !important;
}

.site[data-ktw-route="dokumente"] .ktw-commission-grid h5 {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  font-size: 10px !important;
}

.site[data-ktw-route="dokumente"] .ktw-commission-grid h5 span {
  color: #ef7d30 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-mini {
  gap: 4px !important;
  padding: 8px !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-mini strong {
  font-size: 12px !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-mini small {
  font-size: 11px !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-mini > a {
  min-height: 26px !important;
  font-size: 11px !important;
}

.site[data-ktw-route="dokumente"] .ktw-status-pill {
  min-height: 22px !important;
  padding: 0 8px !important;
  border-radius: 3px !important;
  font-size: 10px !important;
  white-space: nowrap !important;
}

.site[data-ktw-route="dokumente"] .ktw-commission-doc-head {
  padding-top: 0 !important;
}

.site[data-ktw-route="dokumente"] .ktw-commission-doc-head strong,
.site[data-ktw-route="dokumente"] .ktw-commission-doc-head span {
  font-size: 11px !important;
  text-transform: uppercase !important;
}

.site[data-ktw-route="dokumente"] .ktw-order-documents,
.site[data-ktw-route="dokumente"] .ktw-public-files {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)) !important;
  gap: 6px !important;
}

.site[data-ktw-route="dokumente"] .ktw-order-doc,
.site[data-ktw-route="dokumente"] .ktw-public-files a,
.site[data-ktw-route="dokumente"] .ktw-result-row {
  padding: 9px !important;
}

.site[data-ktw-route="dokumente"] .ktw-order-doc span,
.site[data-ktw-route="dokumente"] .ktw-public-files span,
.site[data-ktw-route="dokumente"] .ktw-result-row span,
.site[data-ktw-route="dokumente"] .ktw-public-card-head span {
  font-size: 10px !important;
}

.site[data-ktw-route="dokumente"] .ktw-order-doc strong,
.site[data-ktw-route="dokumente"] .ktw-public-files strong,
.site[data-ktw-route="dokumente"] .ktw-result-row strong {
  font-size: 12px !important;
}

.site[data-ktw-route="dokumente"] .ktw-public-card {
  padding: 12px !important;
  gap: 10px !important;
}

.site[data-ktw-route="dokumente"] .ktw-public-card-head h4 {
  font-size: 1.05rem !important;
  font-weight: 850 !important;
}

.site[data-ktw-route="dokumente"] .ktw-offer-actions {
  gap: 6px !important;
}

.site[data-ktw-route="dokumente"] .ktw-offer-actions textarea {
  min-height: 50px !important;
  font-size: 11px !important;
}

.site[data-ktw-route="dokumente"] .ktw-offer-actions button {
  min-height: 27px !important;
  font-size: 10px !important;
}

@media (max-width: 900px) {
  .site[data-ktw-route="dokumente"] .ktw-commission-folder summary {
    grid-template-columns: 28px minmax(0, 1fr) auto !important;
  }

  .site[data-ktw-route="dokumente"] .ktw-folder-counts {
    grid-column: 2 / -1 !important;
    grid-template-columns: repeat(4, auto auto) !important;
    justify-content: start !important;
  }
}

@media (max-width: 520px) {
  .site[data-ktw-route="dokumente"] .ktw-portal-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .site[data-ktw-route="dokumente"] .ktw-commission-folder summary {
    grid-template-columns: 24px minmax(0, 1fr) !important;
  }

  .site[data-ktw-route="dokumente"] .ktw-commission-folder summary > .ktw-status-pill {
    grid-column: 2 !important;
    width: fit-content !important;
  }

  .site[data-ktw-route="dokumente"] .ktw-folder-counts {
    grid-template-columns: repeat(2, auto auto) !important;
  }
}
/* == /managed: customer portal compact commission folders final v188 == */
/* == managed: customer portal title folder redesign final v189 == */
.site[data-ktw-route="dokumente"] .ktw-portal-shell {
  max-width: 1380px !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-layout {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 12px !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-results {
  order: 2 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-results-list {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
}

.site[data-ktw-route="dokumente"] .ktw-commission-folder {
  border-color: rgba(7,58,90,.16) !important;
  box-shadow: 0 10px 22px rgba(7,31,49,.08) !important;
}

.site[data-ktw-route="dokumente"] .ktw-commission-folder summary {
  grid-template-columns: 30px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: start !important;
  min-height: 0 !important;
  padding: 14px 16px !important;
}

.site[data-ktw-route="dokumente"] .ktw-commission-folder[open] summary {
  border-bottom: 1px solid rgba(7,58,90,.1) !important;
}

.site[data-ktw-route="dokumente"] .ktw-folder-mark {
  margin-top: 13px !important;
  width: 24px !important;
  height: 18px !important;
}

.site[data-ktw-route="dokumente"] .ktw-folder-title {
  display: grid !important;
  gap: 4px !important;
}

.site[data-ktw-route="dokumente"] .ktw-folder-title > span:first-child {
  font-size: 10px !important;
  line-height: 1 !important;
  letter-spacing: .02em !important;
}

.site[data-ktw-route="dokumente"] .ktw-folder-title strong {
  max-width: 78ch !important;
  font-size: clamp(1.12rem, 1vw, 1.45rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  hyphens: auto !important;
}

.site[data-ktw-route="dokumente"] .ktw-folder-title small {
  font-size: 12px !important;
  line-height: 1.35 !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

.site[data-ktw-route="dokumente"] .ktw-folder-counts {
  display: none !important;
}

.site[data-ktw-route="dokumente"] .ktw-folder-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 5px 10px !important;
  margin-top: 5px !important;
  color: #073a5a !important;
}

.site[data-ktw-route="dokumente"] .ktw-folder-meta .ktw-status-pill {
  margin-right: 4px !important;
}

.site[data-ktw-route="dokumente"] .ktw-folder-meta b {
  color: #073a5a !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
}

.site[data-ktw-route="dokumente"] .ktw-folder-meta small {
  color: #536a7b !important;
  font-size: 10px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.site[data-ktw-route="dokumente"] .ktw-folder-body {
  border-top: 0 !important;
  padding: 12px 16px 16px !important;
  background: #f6f9fb !important;
}

.site[data-ktw-route="dokumente"] .ktw-commission-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 10px !important;
}

.site[data-ktw-route="dokumente"] .ktw-commission-grid:empty {
  display: none !important;
}

.site[data-ktw-route="dokumente"] .ktw-commission-grid > section {
  padding: 10px !important;
  border-color: rgba(7,58,90,.12) !important;
  background: #fff !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-mini {
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: start !important;
  gap: 4px 10px !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-mini .ktw-status-pill {
  grid-column: 1 / -1 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-mini strong {
  grid-column: 1 / -1 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  hyphens: auto !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-mini small {
  grid-column: 1 / -1 !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-mini > a {
  grid-column: 1 / -1 !important;
}

.site[data-ktw-route="dokumente"] .ktw-order-documents,
.site[data-ktw-route="dokumente"] .ktw-public-files {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
}

.site[data-ktw-route="dokumente"] .ktw-order-doc strong,
.site[data-ktw-route="dokumente"] .ktw-public-files strong,
.site[data-ktw-route="dokumente"] .ktw-result-row strong {
  overflow-wrap: break-word !important;
  word-break: normal !important;
  hyphens: auto !important;
}

@media (max-width: 720px) {
  .site[data-ktw-route="dokumente"] .ktw-folder-title strong {
    max-width: none !important;
    font-size: 1.05rem !important;
  }

  .site[data-ktw-route="dokumente"] .ktw-commission-grid,
  .site[data-ktw-route="dokumente"] .ktw-portal-results-list,
  .site[data-ktw-route="dokumente"] .ktw-order-documents,
  .site[data-ktw-route="dokumente"] .ktw-public-files {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}
/* == /managed: customer portal title folder redesign final v189 == */
/* == managed: documents start typography parity final v190 == */
html body .site[data-ktw-route="dokumente"] :is(.docs-fullbleed-shell, .ktw-portal),
html body .site[data-ktw-route="dokumente"] :is(.docs-fullbleed-shell, .ktw-portal) * {
  font-family: "Montserrat", Arial, sans-serif !important;
  letter-spacing: normal !important;
}

html body .site[data-ktw-route="dokumente"] :is(.docs-fullbleed-shell, .ktw-portal) :is(h1,h2,h3,h4,h5,h6) {
  font-weight: 500 !important;
  letter-spacing: normal !important;
}

html body .site[data-ktw-route="dokumente"] :is(.docs-fullbleed-shell, .ktw-portal) :is(p,li,small) {
  font-weight: 400 !important;
  letter-spacing: normal !important;
}

html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero .panel h1,
html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero :is(h1,h2) {
  max-width: 13ch !important;
  font-size: clamp(2.35rem, 3.05vw, 3.55rem) !important;
  font-weight: 500 !important;
  line-height: 1.04 !important;
  letter-spacing: normal !important;
}

html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero .panel p,
html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero p {
  max-width: 620px !important;
  font-size: clamp(.88rem, .18vw + .84rem, .98rem) !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  letter-spacing: normal !important;
}

html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero .status h2 {
  max-width: 16ch !important;
  font-size: clamp(1.55rem, 1.35vw, 2rem) !important;
  font-weight: 500 !important;
  line-height: 1.16 !important;
}

html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero .status p {
  font-size: clamp(.88rem, .18vw + .84rem, .98rem) !important;
  line-height: 1.45 !important;
}

html body .site[data-ktw-route="dokumente"] :is(.docs-fullbleed-shell, .ktw-portal) .kicker,
.site[data-ktw-route="dokumente"] .ktw-portal-field span,
.site[data-ktw-route="dokumente"] .ktw-portal-metric span,
.site[data-ktw-route="dokumente"] .ktw-portal-nav-card span,
.site[data-ktw-route="dokumente"] .ktw-folder-title > span:first-child,
.site[data-ktw-route="dokumente"] .ktw-commission-grid h5,
.site[data-ktw-route="dokumente"] .ktw-order-doc span,
.site[data-ktw-route="dokumente"] .ktw-public-files span,
.site[data-ktw-route="dokumente"] .ktw-result-row span {
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  letter-spacing: normal !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-heading h2 {
  max-width: none !important;
  font-size: clamp(2.35rem, 3.1vw, 3.45rem) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-heading p,
.site[data-ktw-route="dokumente"] .ktw-portal-filter-summary,
.site[data-ktw-route="dokumente"] .ktw-portal-user small,
.site[data-ktw-route="dokumente"] .ktw-portal-login span,
.site[data-ktw-route="dokumente"] .ktw-portal-nav-card small,
.site[data-ktw-route="dokumente"] .ktw-folder-title small,
.site[data-ktw-route="dokumente"] .ktw-portal-mini small,
.site[data-ktw-route="dokumente"] .ktw-order-empty {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-user strong {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-field :is(input,select) {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-metric strong,
.site[data-ktw-route="dokumente"] .ktw-portal-nav-card strong {
  font-size: clamp(1.7rem, 2vw, 2.35rem) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-panel-head h3 {
  font-size: clamp(1.65rem, 1.5vw, 2.05rem) !important;
  font-weight: 500 !important;
  line-height: 1.16 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-panel-head > small,
.site[data-ktw-route="dokumente"] .ktw-commission-doc-head span {
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

.site[data-ktw-route="dokumente"] .ktw-folder-title strong {
  font-size: clamp(1.15rem, 1.05vw, 1.55rem) !important;
  font-weight: 500 !important;
  line-height: 1.16 !important;
}

.site[data-ktw-route="dokumente"] .ktw-folder-meta b {
  font-size: 14px !important;
  font-weight: 700 !important;
}

.site[data-ktw-route="dokumente"] .ktw-folder-meta small,
.site[data-ktw-route="dokumente"] .ktw-status-pill {
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: normal !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-mini strong,
.site[data-ktw-route="dokumente"] .ktw-order-doc strong,
.site[data-ktw-route="dokumente"] .ktw-public-files strong,
.site[data-ktw-route="dokumente"] .ktw-result-row strong {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}

.site[data-ktw-route="dokumente"] .ktw-portal-mini > a,
.site[data-ktw-route="dokumente"] .ktw-result-row a,
.site[data-ktw-route="dokumente"] .ktw-public-files a,
.site[data-ktw-route="dokumente"] .ktw-offer-actions button,
.site[data-ktw-route="dokumente"] .ktw-portal-login .btn {
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
}

@media (max-width: 720px) {
  html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero .panel h1,
  html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero :is(h1,h2) {
    font-size: clamp(2.1rem, 9vw, 3rem) !important;
    line-height: 1.04 !important;
  }

  .site[data-ktw-route="dokumente"] .ktw-portal-heading h2 {
    font-size: clamp(2rem, 9vw, 2.75rem) !important;
  }

  .site[data-ktw-route="dokumente"] .ktw-portal-panel-head h3 {
    font-size: clamp(1.45rem, 6vw, 1.9rem) !important;
  }
}
/* == /managed: documents start typography parity final v190 == */
/* == managed: documents and calculator typography tightening final v191 == */
html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero .panel p,
html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero p,
html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero .status p {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20.3px !important;
  letter-spacing: normal !important;
}

html body .site[data-ktw-route="heizungsrechner"],
html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-page,
html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-page :is(h1,h2,h3,h4,h5,h6,p,a,button,label,input,select,textarea,span,strong,small,li,div) {
  font-family: Montserrat, Arial, sans-serif !important;
  letter-spacing: normal !important;
}

html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-toolbar h2 {
  font-size: clamp(38px, 2.45vw, 46px) !important;
  font-weight: 500 !important;
  line-height: 1.04 !important;
  letter-spacing: normal !important;
}

html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-step-head h3,
html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-empty strong,
html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-result-hero strong,
html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-result-card strong {
  font-size: clamp(30px, 2.05vw, 38px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: normal !important;
}

html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-toolbar .ktw-aw-kicker,
html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-step-head span,
html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-empty span,
html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-panel-kicker {
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  letter-spacing: normal !important;
}

html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-fields label,
html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-group label,
html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-role {
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: normal !important;
}

html body .site[data-ktw-route="heizungsrechner"] :is(.ktw-aw-note,.ktw-aw-empty p,.ktw-aw-result p,.ktw-aw-result-card p,.ktw-aw-summary li),
html body .site[data-ktw-route="heizungsrechner"] :is(input,select,textarea) {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20.3px !important;
  letter-spacing: normal !important;
}

html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-progress button,
html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-actions .ktw-aw-btn,
html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-workspace .ktw-aw-btn {
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 12px !important;
  letter-spacing: normal !important;
}

@media (max-width: 760px) {
  html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-toolbar h2 {
    font-size: clamp(30px, 8.5vw, 34px) !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-step-head h3,
  html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-empty strong,
  html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-result-hero strong,
  html body .site[data-ktw-route="heizungsrechner"] .ktw-aw-result-card strong {
    font-size: clamp(26px, 7vw, 31px) !important;
  }
}
/* == /managed: documents and calculator typography tightening final v191 == */
