
  @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-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-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);
  }
  .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-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{
    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{
    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 .filter-chip{
    cursor:pointer;
  }
  .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-metrics,
    .site .chip,
    .site .chip-row,
    .site .metric-row,
    .site .metrics,
    .site .catalog-models,
    .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 .journey-side .btn{
      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-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"] #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-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-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 {
    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 {
    color: #d86a2b;
    background: transparent;
  }

  .ktw-shell-cta,
  .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;
  }

  .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,
  .kt-nav-links {
    display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      width: 100%;
    }

  .ktw-shell-menu-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;
  }

  .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,
    .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] .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 .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: 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 {
    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: 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:not(.kt-home-hero-v110):before {
    animation: ktHomeHeroImagesV32 30s infinite steps(1, end) !important;
    background-position: center center !important;
  }

  .site[data-ktw-route="kt-waermesysteme"] .hero:not(.kt-home-hero-v110):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;
  }

  .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-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-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 {
    background: var(--kt-brand-orange) !important;
  }

  .site[data-ktw-route] .kt-home-filter.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-krono-kicker,
.site[data-ktw-route] .kt-home-navigation {
    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-home-filter {
    border-color: rgba(7,58,90,.76) !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 {
    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 {
    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-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 == */


.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-card-row{max-width:1280px!important;margin-left:auto!important;margin-right:auto!important;grid-auto-columns:minmax(245px,300px)!important;}

/* KT homepage dark pump world final v34 2026-04-25 */
.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-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-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 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;
  }
}
/* == /managed: KT global footer and typography final v95 == */

/* == managed: KT shell and hero recovery final v101 == */
html body .site[data-ktw-route] {
  background: #06283d !important;
  color: #06283d !important;
  overflow-x: clip !important;
}

html body .site[data-ktw-route="loesungen"] {
  --kt-hero-1: url("/files/a2_bannerPC.jpg") !important;
}

html body .site[data-ktw-route="dokumente"] {
  --kt-hero-1: url("/files/ktw-kronoterm-KT_Svetovanje18-1440x430.jpeg") !important;
}

html body .site[data-ktw-route="waermepumpen"],
html body .site[data-ktw-route="service"],
html body .site[data-ktw-route="kontakt"],
html body .site[data-ktw-route="markenstory"],
html body .site[data-ktw-route="know-how"],
html body .site[data-ktw-route="partner"] {
  --kt-hero-1: url("/files/ktw-kronoterm-SLIDER-1-hero-DESKTOP-ok_043607-scaled.jpg") !important;
}

@media (min-width: 1180px) {
  html body .site[data-ktw-route] .ktw-shell-wrap {
    position: absolute !important;
    inset: 0 0 auto 0 !important;
    z-index: 500 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 42px clamp(52px, 7.5vw, 150px) 0 !important;
    background: transparent !important;
    pointer-events: none !important;
    box-sizing: border-box !important;
  }

  html body .site[data-ktw-route] .ktw-shell-header {
    position: relative !important;
    top: auto !important;
    z-index: 501 !important;
    width: 100% !important;
    max-width: 1720px !important;
    min-height: 58px !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: clamp(34px, 5vw, 84px) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    pointer-events: auto !important;
    transition:
      background-color .42s ease,
      box-shadow .62s ease,
      backdrop-filter .62s ease,
      padding .42s ease,
      margin .42s ease !important;
  }

  html body .site[data-ktw-route] .ktw-shell-brand {
    flex: 0 0 auto !important;
    width: clamp(220px, 15vw, 310px) !important;
    min-width: 220px !important;
    height: 58px !important;
    min-height: 58px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-brand img {
    display: block !important;
    width: 100% !important;
    max-width: 310px !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    filter: brightness(0) invert(1) !important;
    opacity: 1 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-main {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-end !important;
    gap: clamp(18px, 2vw, 34px) !important;
    padding-top: 9px !important;
    background: transparent !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu {
    display: flex !important;
    flex: 0 1 auto !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: clamp(10px, .82vw, 18px) !important;
    min-height: 44px !important;
    flex-wrap: nowrap !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-link {
    min-height: auto !important;
    padding: 0 0 8px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .35) !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 900 !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 {
    color: #fff !important;
    box-shadow: inset 0 -2px 0 #ef7d30 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-utility {
    display: flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    min-height: 44px !important;
    height: 44px !important;
    flex-wrap: nowrap !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,
  html body .site[data-ktw-route] .ktw-shell-cta {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 12px !important;
    line-height: 1.05 !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    box-sizing: border-box !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 {
    border: 1px solid rgba(255, 255, 255, .46) !important;
    background: rgba(255, 255, 255, .05) !important;
    color: #fff !important;
  }

  html body .site[data-ktw-route] .ktw-shell-account-link {
    min-width: 168px !important;
    justify-content: flex-start !important;
    gap: 10px !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;
    overflow-wrap: normal !important;
    white-space: normal !important;
  }

  html body .site[data-ktw-route] .ktw-shell-account-avatar {
    color: #fff !important;
    background: rgba(255, 255, 255, .14) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-cta {
    padding-right: 22px !important;
    padding-left: 22px !important;
    border: 1px solid #ef7d30 !important;
    background: #ef7d30 !important;
    color: #fff !important;
    text-transform: uppercase !important;
  }

}

html body .site[data-ktw-route] .hero:first-of-type,
html body .site[data-ktw-route] .page-hero:first-of-type,
html body .site[data-ktw-route] .docs-hero:first-of-type {
  position: relative !important;
  z-index: 1 !important;
  width: 100vw !important;
  max-width: none !important;
  min-height: min(760px, 100svh) !important;
  margin: 0 !important;
  padding: clamp(170px, 18vh, 230px) max(5vw, 56px) clamp(64px, 8vh, 110px) !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background-color: #06283d !important;
  background-image:
    linear-gradient(90deg, rgba(4, 28, 44, .72), rgba(4, 28, 44, .38) 38%, rgba(4, 28, 44, .08)),
    var(--kt-hero-1) !important;
  background-size: cover !important;
  background-position: center !important;
  animation: none !important;
  color: #fff !important;
}

html body .site[data-ktw-route] .hero:first-of-type > .wrap,
html body .site[data-ktw-route] .page-hero:first-of-type > .wrap,
html body .site[data-ktw-route] .docs-hero:first-of-type > .wrap {
  width: min(760px, calc(100% - 112px)) !important;
  max-width: 760px !important;
  margin: 0 auto 0 max(5vw, 56px) !important;
  padding: 0 !important;
}

html body .site[data-ktw-route] .hero:first-of-type :is(.hero-grid, .hero-shell, .hero-panel, .hero-copy, .hero-main, .block),
html body .site[data-ktw-route] .page-hero:first-of-type :is(.hero-grid, .hero-shell, .hero-panel, .hero-copy, .hero-main, .block),
html body .site[data-ktw-route] .docs-hero:first-of-type :is(.hero-grid, .hero-shell, .hero-panel, .hero-copy, .hero-main, .block) {
  width: 100% !important;
  max-width: 760px !important;
  padding: 0 !important;
  display: block !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  animation: none !important;
  color: #fff !important;
}

html body .site[data-ktw-route] .hero:first-of-type :is(.hero-lede, .hero-kicker, .eyebrow, .kicker, .section-id, .micro-label):first-child,
html body .site[data-ktw-route] .page-hero:first-of-type :is(.hero-lede, .hero-kicker, .eyebrow, .kicker, .section-id, .micro-label):first-child,
html body .site[data-ktw-route] .docs-hero:first-of-type :is(.hero-lede, .hero-kicker, .eyebrow, .kicker, .section-id, .micro-label):first-child {
  display: none !important;
}

html body .site[data-ktw-route] .hero:first-of-type :is(h1, h2),
html body .site[data-ktw-route] .page-hero:first-of-type :is(h1, h2),
html body .site[data-ktw-route] .docs-hero:first-of-type :is(h1, h2) {
  max-width: 11.4ch !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(3.15rem, 4.5vw, 5.55rem) !important;
  line-height: .98 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
  overflow-wrap: normal !important;
}

html body .site[data-ktw-route] .hero:first-of-type p,
html body .site[data-ktw-route] .page-hero:first-of-type p,
html body .site[data-ktw-route] .docs-hero:first-of-type p {
  max-width: 520px !important;
  margin: clamp(24px, 3vw, 38px) 0 0 !important;
  color: rgba(255, 255, 255, .92) !important;
  font-size: clamp(.98rem, .34vw + .88rem, 1.08rem) !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
  overflow-wrap: normal !important;
}

html body .site[data-ktw-route] .hero:first-of-type :is(.hero-actions, .cta-row),
html body .site[data-ktw-route] .page-hero:first-of-type :is(.hero-actions, .cta-row),
html body .site[data-ktw-route] .docs-hero:first-of-type :is(.hero-actions, .cta-row) {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px !important;
  max-width: 620px !important;
  margin-top: 22px !important;
}

html body .site[data-ktw-route] .hero:first-of-type :is(.btn, .btn-primary, .btn-secondary, .primary, .secondary),
html body .site[data-ktw-route] .page-hero:first-of-type :is(.btn, .btn-primary, .btn-secondary, .primary, .secondary),
html body .site[data-ktw-route] .docs-hero:first-of-type :is(.btn, .btn-primary, .btn-secondary, .primary, .secondary) {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 44px !important;
  height: 44px !important;
  padding: 0 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

html body .site[data-ktw-route] .hero:first-of-type :is(.btn-primary, .primary),
html body .site[data-ktw-route] .page-hero:first-of-type :is(.btn-primary, .primary),
html body .site[data-ktw-route] .docs-hero:first-of-type :is(.btn-primary, .primary) {
  border: 1px solid #ef7d30 !important;
  background: #ef7d30 !important;
  color: #fff !important;
}

html body .site[data-ktw-route] .hero:first-of-type :is(.btn-secondary, .secondary),
html body .site[data-ktw-route] .page-hero:first-of-type :is(.btn-secondary, .secondary),
html body .site[data-ktw-route] .docs-hero:first-of-type :is(.btn-secondary, .secondary) {
  border: 1px solid rgba(255, 255, 255, .52) !important;
  background: rgba(255, 255, 255, .06) !important;
  color: #fff !important;
}

html body .site[data-ktw-route] .hero:first-of-type :is(.hero-visual, .hero-side, .hero-side-card, .hero-journey, .journey-progress, .trust-strip, .metric-row),
html body .site[data-ktw-route] .page-hero:first-of-type :is(.hero-visual, .hero-side, .hero-side-card, .hero-journey, .journey-progress, .trust-strip, .metric-row),
html body .site[data-ktw-route] .docs-hero:first-of-type :is(.hero-visual, .hero-side, .hero-side-card, .hero-journey, .journey-progress, .trust-strip, .metric-row) {
  display: none !important;
}

@media (max-width: 1179px) {
  html body .site[data-ktw-route] .hero:first-of-type,
  html body .site[data-ktw-route] .page-hero:first-of-type,
  html body .site[data-ktw-route] .docs-hero:first-of-type {
    width: 100% !important;
    min-height: min(860px, calc(100svh - 0px)) !important;
    padding: clamp(150px, 20vh, 210px) 24px 58px !important;
  }

  html body .site[data-ktw-route] .hero:first-of-type > .wrap,
  html body .site[data-ktw-route] .page-hero:first-of-type > .wrap,
  html body .site[data-ktw-route] .docs-hero:first-of-type > .wrap {
    width: min(100%, 620px) !important;
    margin: 0 !important;
  }

  html body .site[data-ktw-route] .hero:first-of-type :is(h1, h2),
  html body .site[data-ktw-route] .page-hero:first-of-type :is(h1, h2),
  html body .site[data-ktw-route] .docs-hero:first-of-type :is(h1, h2) {
    max-width: 11ch !important;
    font-size: clamp(2.35rem, 9vw, 4.15rem) !important;
    line-height: 1.02 !important;
  }
}
/* == /managed: KT shell and hero recovery final v101 == */


html body .site[data-ktw-route="kt-waermesysteme"] .hero:first-of-type:not(.kt-home-hero-v110) {
  animation: ktHomeHeroImagesV32 30s infinite steps(1, end) !important;
  background-color: #06283d !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .hero:first-of-type:not(.kt-home-hero-v110) {
  isolation: isolate !important;
  background-image: none !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .hero:first-of-type:not(.kt-home-hero-v110)::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none !important;
  background-color: #06283d !important;
  background-image:
    linear-gradient(90deg, rgba(4, 30, 47, .72) 0%, rgba(4, 30, 47, .48) 44%, rgba(4, 30, 47, .12) 100%),
    var(--kt-hero-1);
  background-size: cover !important;
  background-position: center center !important;
  animation: ktHomeHeroImagesV32 30s infinite steps(1, end) !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .hero:first-of-type:not(.kt-home-hero-v110) > .wrap {
  position: relative !important;
  z-index: 2 !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .hero:first-of-type:not(.kt-home-hero-v110)::after {
  z-index: 3 !important;
}
/* == managed: KT homepage hero restore v110 == */
@keyframes ktHomeHeroFadeV110 {
  0% { opacity: 0; }
  2% { opacity: 1; }
  18% { opacity: 1; }
  20% { opacity: 0; }
  100% { opacity: 0; }
}

@keyframes ktHomeHeroProgressV110 {
  0% { transform: scaleX(0); }
  19.9% { transform: scaleX(1); }
  20%, 100% { transform: scaleX(0); }
}

html body .site[data-ktw-route="kt-waermesysteme"] {
  background: #073a5a !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 {
  position: relative !important;
  isolation: isolate !important;
  width: 100% !important;
  max-width: none !important;
  min-height: clamp(740px, 86vh, 940px) !important;
  height: clamp(740px, 86vh, 940px) !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: #fff !important;
  background: #062f49 !important;
  border: 0 !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110::before,
html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110::after {
  content: none !important;
  display: none !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-stage {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-slide {
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  align-items: center !important;
  min-width: 0 !important;
  opacity: 0;
  animation: ktHomeHeroFadeV110 40s infinite !important;
  background-image:
    linear-gradient(90deg, rgba(7, 58, 90, .92) 0%, rgba(7, 58, 90, .7) 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)),
    var(--slide-image) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-slide-1 { animation-delay: 0s !important; }
html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-slide-2 { animation-delay: 8s !important; }
html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-slide-3 { animation-delay: 16s !important; }
html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-slide-4 { animation-delay: 24s !important; }
html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-slide-5 { animation-delay: 32s !important; }

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-copy {
  position: relative !important;
  z-index: 2 !important;
  width: min(520px, calc(100% - 40px)) !important;
  margin-left: clamp(76px, 7.8vw, 150px) !important;
  margin-top: clamp(80px, 7vh, 120px) !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-align: left !important;
  color: #fff !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-copy h1 {
  margin: 0 0 28px !important;
  max-width: 10.5em !important;
  color: #fff !important;
  font-size: clamp(48px, 4.6vw, 78px) !important;
  line-height: .98 !important;
  letter-spacing: -0.035em !important;
  font-weight: 800 !important;
  text-align: left !important;
  text-shadow: none !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-copy p {
  width: min(500px, 100%) !important;
  margin: 0 0 26px !important;
  color: rgba(255,255,255,.95) !important;
  font-size: clamp(15px, .74vw, 18px) !important;
  line-height: 1.55 !important;
  font-weight: 600 !important;
  text-align: left !important;
  text-shadow: none !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  justify-content: flex-start !important;
  align-items: center !important;
  margin: 0 !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .btn {
  min-height: 46px !important;
  padding: 0 24px !important;
  border-radius: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .btn-primary {
  background: #ef7d30 !important;
  border: 1px solid #ef7d30 !important;
  color: #fff !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .btn-secondary {
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.46) !important;
  color: #fff !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .btn-arrow::after {
  content: "→" !important;
  margin-left: 8px !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-controls {
  position: absolute !important;
  z-index: 3 !important;
  right: clamp(120px, 13vw, 260px) !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  gap: 14px !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-arrow {
  width: 54px !important;
  height: 54px !important;
  border: 2px solid rgba(255,255,255,.82) !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  font-size: 40px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-progress {
  position: absolute !important;
  z-index: 3 !important;
  left: 50% !important;
  bottom: clamp(44px, 7vh, 76px) !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 16px !important;
  width: auto !important;
  min-width: 0 !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-progress span {
  position: relative !important;
  display: block !important;
  width: 66px !important;
  height: 4px !important;
  overflow: hidden !important;
  background: rgba(255,255,255,.34) !important;
  border: 0 !important;
  border-radius: 0 !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-progress span::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  transform: scaleX(0);
  transform-origin: left center !important;
  background: #fff !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-progress span:nth-child(1)::after { animation: ktHomeHeroProgressV110 40s linear infinite !important; animation-delay: 0s !important; }
html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-progress span:nth-child(2)::after { animation: ktHomeHeroProgressV110 40s linear infinite !important; animation-delay: 8s !important; }
html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-progress span:nth-child(3)::after { animation: ktHomeHeroProgressV110 40s linear infinite !important; animation-delay: 16s !important; }
html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-progress span:nth-child(4)::after { animation: ktHomeHeroProgressV110 40s linear infinite !important; animation-delay: 24s !important; }
html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-progress span:nth-child(5)::after { animation: ktHomeHeroProgressV110 40s linear infinite !important; animation-delay: 32s !important; }


@media (max-width: 1179px) {
  html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 {
    min-height: 100svh !important;
    height: auto !important;
  }

  html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-stage {
    position: relative !important;
    min-height: 100svh !important;
  }

  html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-slide {
    align-items: flex-end !important;
    padding: 170px 24px 112px !important;
    background-position: center center !important;
  }

  html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-copy {
    width: min(560px, 100%) !important;
    margin: 0 !important;
  }

  html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-copy h1 {
    font-size: clamp(40px, 9.6vw, 68px) !important;
  }

  html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-controls {
    display: none !important;
  }

  html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-progress {
    bottom: 34px !important;
    gap: 10px !important;
  }

  html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-progress span {
    width: 48px !important;
  }
}
/* == /managed: KT homepage hero restore v110 == */


:root {
  --ktw-logo-blue: #063a5a;
}

html body .site[data-ktw-route="kt-waermesysteme"],

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-copy {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  padding: 0 !important;
  overflow: visible !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-copy::before,
html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-copy::after {
  content: none !important;
  display: none !important;
}


html body .site[data-ktw-route] .ktw-shell-global-footer {
  background: #fff !important;
  background-image: none !important;
  color: var(--ktw-logo-blue) !important;
}

html body .site[data-ktw-route][data-ktw-route] > footer.ktw-shell-global-footer.ktw-shell-global-footer.ktw-shell-global-footer:first-of-type {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: clamp(68px, 7vw, 112px) 0 44px !important;
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  background-size: auto !important;
  color: var(--ktw-logo-blue) !important;
}

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-global-footer :is(h1,h2,h3,h4,p,a,span,strong,small,li) {
  color: var(--ktw-logo-blue) !important;
  text-shadow: none !important;
}

html body .site[data-ktw-route] .ktw-shell-global-footer a {
  opacity: 1 !important;
}

@media (max-width: 1179px) {
  html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-copy {
    width: min(560px, calc(100vw - 48px)) !important;
    max-width: calc(100vw - 48px) !important;
    margin: 0 !important;
  }


}


/* == managed: KT shell header canonical v120 == */
:root {
  --ktw-logo-blue: #073a5a;
  --ktw-orange: #ef7d30;
}

html body > nav.navbar,
html body .navbar.navbar-light.navbar-expand-lg,
html body .page-header-wrapper,
html body .page-footer,
html body .web-footer {
  display: none !important;
}

html body .site[data-ktw-route] .ktw-shell-wrap,
html body .site[data-ktw-route] .ktw-shell-wrap * {
  box-sizing: border-box !important;
}

@media (min-width: 1180px) {
  html body .site[data-ktw-route] .ktw-shell-wrap {
    position: absolute !important;
    z-index: 5000 !important;
    top: 0 !important;
    left: 50% !important;
    right: auto !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 126px !important;
    margin: 0 !important;
    padding: 40px 0 0 !important;
    transform: translateX(-50%) !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    pointer-events: auto !important;
  }

  html body .site[data-ktw-route] .ktw-shell-wrap::before {
    content: "" !important;
    position: fixed !important;
    z-index: 0 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    height: 126px !important;
    background: #fff !important;
    border: 0 !important;
    box-shadow: 0 16px 42px rgba(7, 58, 90, .12) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity .85s ease !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;
  }

  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: absolute !important;
    z-index: 5000 !important;
    top: 0 !important;
    left: 50% !important;
    right: auto !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 126px !important;
    margin: 0 !important;
    padding: 40px 0 0 !important;
    transform: translateX(-50%) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  html body .site[data-ktw-route] .ktw-shell-header {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: min(1540px, calc(100vw - 96px)) !important;
    max-width: none !important;
    min-height: 58px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    gap: clamp(22px, 2.6vw, 56px) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    pointer-events: auto !important;
  }

  html body .site[data-ktw-route] .ktw-shell-header:hover,
  html body .site[data-ktw-route] .ktw-shell-header:focus-within,
  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 {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: min(1540px, calc(100vw - 96px)) !important;
    max-width: none !important;
    min-height: 58px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    gap: clamp(22px, 2.6vw, 56px) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    overflow: visible !important;
    pointer-events: auto !important;
  }

  html body .site[data-ktw-route] .ktw-shell-brand {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex: 0 0 auto !important;
    height: 58px !important;
    min-width: 232px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-brand img {
    display: block !important;
    width: auto !important;
    max-width: 270px !important;
    max-height: 58px !important;
    filter: brightness(0) invert(1) !important;
    opacity: 1 !important;
    transition: filter .2s ease, opacity .2s ease !important;
  }

  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 {
    filter: none !important;
  }

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

  html body .site[data-ktw-route] .ktw-shell-main {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    height: 58px !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: clamp(16px, 1.8vw, 30px) !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    height: 58px !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: clamp(12px, .9vw, 18px) !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 2px solid transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: var(--ktw-font-display, Montserrat, Arial, sans-serif) !important;
    font-size: clamp(11px, .62vw, 13px) !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    opacity: 1 !important;
    text-shadow: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-wrap:hover .ktw-shell-menu-link,
  html body .site[data-ktw-route] .ktw-shell-wrap:focus-within .ktw-shell-menu-link,
  html body .site[data-ktw-route].kt-header-hover-primed .ktw-shell-menu-link {
    color: var(--ktw-logo-blue) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-link:hover,
  html body .site[data-ktw-route] .ktw-shell-menu-link--active {
    border-bottom-color: var(--ktw-orange) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-utility {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex: 0 0 auto !important;
    min-width: max-content !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 8px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !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,
  html body .site[data-ktw-route] .ktw-shell-cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    color: #fff !important;
    background: rgba(255, 255, 255, .06) !important;
    border: 1px solid rgba(255, 255, 255, .62) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: var(--ktw-font-display, Montserrat, Arial, sans-serif) !important;
    font-size: 12px !important;
    line-height: 1.05 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    text-align: center !important;
    white-space: nowrap !important;
    text-shadow: none !important;
    opacity: 1 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-cloud-link {
    order: 1 !important;
    min-width: 142px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-account {
    order: 2 !important;
    display: flex !important;
    align-items: center !important;
    height: 46px !important;
    min-width: 0 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-cta {
    order: 3 !important;
    min-width: 138px !important;
    color: #fff !important;
    background: var(--ktw-orange) !important;
    border-color: var(--ktw-orange) !important;
  }

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

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

  html body .site[data-ktw-route] .ktw-shell-logout {
    min-width: 96px !important;
    cursor: pointer !important;
  }

  html body .site[data-ktw-route] .ktw-shell-account-avatar {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: var(--ktw-logo-blue) !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-account-meta {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    min-width: 0 !important;
    gap: 2px !important;
    color: inherit !important;
  }

  html body .site[data-ktw-route] .ktw-shell-account-meta strong,
  html body .site[data-ktw-route] .ktw-shell-account-meta small {
    display: block !important;
    max-width: 128px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  html body .site[data-ktw-route] .ktw-shell-account-meta strong {
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-account-meta small {
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    opacity: .88 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-wrap:hover .ktw-shell-cloud-link,
  html body .site[data-ktw-route] .ktw-shell-wrap:focus-within .ktw-shell-cloud-link,
  html body .site[data-ktw-route].kt-header-hover-primed .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:focus-within .ktw-shell-account-link,
  html body .site[data-ktw-route].kt-header-hover-primed .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-logout {
    color: var(--ktw-logo-blue) !important;
    background: #fff !important;
    border-color: #c9d8e2 !important;
  }
}

@media (max-width: 1179px) {
  html body .site[data-ktw-route] .ktw-shell-wrap {
    position: absolute !important;
    z-index: 5000 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 94px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    background: #fff !important;
    border: 0 !important;
    box-shadow: 0 1px 0 rgba(7, 58, 90, .12) !important;
    overflow: visible !important;
    pointer-events: auto !important;
  }

  html body .site[data-ktw-route] .ktw-shell-wrap::before {
    display: none !important;
    content: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-header {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 56px !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 94px !important;
    margin: 0 !important;
    padding: 0 22px !important;
    gap: 14px !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  html body .site[data-ktw-route] .ktw-shell-brand {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-width: 0 !important;
    height: 94px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-brand img {
    display: block !important;
    width: auto !important;
    max-width: min(250px, 64vw) !important;
    max-height: 58px !important;
    filter: none !important;
    opacity: 1 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-mobile-checkbox {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-mobile-toggle {
    display: inline-flex !important;
    grid-column: 2 !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 7px !important;
    color: var(--ktw-logo-blue) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    cursor: pointer !important;
  }

  html body .site[data-ktw-route] .ktw-shell-mobile-toggle span {
    display: block !important;
    width: 29px !important;
    height: 2px !important;
    margin: 0 !important;
    background: var(--ktw-logo-blue) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-main {
    position: absolute !important;
    z-index: 20 !important;
    top: 94px !important;
    left: 0 !important;
    right: 0 !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    max-height: calc(100svh - 94px) !important;
    margin: 0 !important;
    padding: 12px 22px 28px !important;
    gap: 0 !important;
    overflow-y: auto !important;
    background: #fff !important;
    border: 0 !important;
    border-top: 1px solid #d6e2e9 !important;
    box-shadow: 0 22px 44px rgba(7, 58, 90, .16) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-mobile-checkbox:checked ~ .ktw-shell-main,
  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 {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-utility {
    gap: 10px !important;
    padding-top: 18px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-link {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--ktw-logo-blue) !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #d6e2e9 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 14px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-link::after {
    content: "→" !important;
    color: var(--ktw-orange) !important;
    font-weight: 900 !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,
  html body .site[data-ktw-route] .ktw-shell-cta {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 48px !important;
    height: 48px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    color: var(--ktw-logo-blue) !important;
    background: #fff !important;
    border: 1px solid #bfd0dc !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 13px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  html body .site[data-ktw-route] .ktw-shell-cloud-link {
    order: 1 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-account {
    order: 2 !important;
    display: block !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route] .ktw-shell-cta {
    order: 3 !important;
    color: #fff !important;
    background: var(--ktw-orange) !important;
    border-color: var(--ktw-orange) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-account-group {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    height: auto !important;
    gap: 10px !important;
  }

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

  html body .site[data-ktw-route] .ktw-shell-account-avatar {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: var(--ktw-logo-blue) !important;
    font-size: 10px !important;
    font-weight: 900 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-account-meta {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 2px !important;
  }
}
/* == /managed: KT shell header canonical v120 == */

/* == managed: KT scroll and hero cleanup final v121 == */
html {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  scrollbar-width: auto !important;
  scrollbar-color: #ef7d30 #edf2f5 !important;
}

html body {
  min-height: 100% !important;
  height: auto !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
  scrollbar-width: auto !important;
  scrollbar-color: #ef7d30 #edf2f5 !important;
}

html::-webkit-scrollbar {
  width: 12px !important;
  height: 12px !important;
}

html::-webkit-scrollbar-track {
  background: #edf2f5 !important;
}

html::-webkit-scrollbar-thumb {
  background: #ef7d30 !important;
  border: 3px solid #edf2f5 !important;
  border-radius: 999px !important;
}

html::-webkit-scrollbar-thumb:hover {
  background: #d76621 !important;
}

html body::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

html body .page_content,
html body .page-content-wrapper,
html body .web-page-content,
html body .webpage-content,
html body .page_content > div,
html body .web-page-content > div {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

html body .site[data-ktw-route] .kt-home-card-row {
  scrollbar-color: #ef7d30 #edf2f5 !important;
}

html body .site[data-ktw-route] .kt-home-card-row::-webkit-scrollbar-thumb {
  background: #ef7d30 !important;
  border: 3px solid #edf2f5 !important;
  border-radius: 999px !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] {
  background: #073a5a !important;
}


html body .site[data-ktw-route="kt-waermesysteme"] .hero.kt-home-hero-v110::before,
html body .site[data-ktw-route="kt-waermesysteme"] .hero.kt-home-hero-v110::after,
html body .site[data-ktw-route="kt-waermesysteme"] section.hero.kt-home-hero-v110::before,
html body .site[data-ktw-route="kt-waermesysteme"] section.hero.kt-home-hero-v110::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  animation: none !important;
  background: none !important;
  pointer-events: none !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .hero.kt-home-hero-v110 {
  background: #073a5a !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .hero.kt-home-hero-v110 .kt-hero-stage {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .hero.kt-home-hero-v110 .kt-hero-slide {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  overflow: hidden !important;
}

@media (min-width: 1180px) {
  html body .site[data-ktw-route] .ktw-shell-wrap::before {
    left: 50% !important;
    right: auto !important;
    width: 100vw !important;
    max-width: 100vw !important;
    transform: translateX(-50%) !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].kt-header-hover-primed .ktw-shell-wrap::before {
    opacity: 1 !important;
  }
}

@media (max-width: 1179px) {
  html body .site[data-ktw-route="kt-waermesysteme"] .hero.kt-home-hero-v110 {
    width: 100% !important;
    min-height: calc(100svh - 0px) !important;
    height: calc(100svh - 0px) !important;
  }

  html body .site[data-ktw-route="kt-waermesysteme"] .hero.kt-home-hero-v110 .kt-hero-controls,
  html body .site[data-ktw-route="kt-waermesysteme"] .hero.kt-home-hero-v110 .kt-hero-arrow {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}
/* == /managed: KT scroll and hero cleanup final v121 == */

/* == managed: KT header hero control refinement v122 == */
@media (min-width:1180px) {
  html body .site[data-ktw-route] .ktw-shell-main {
    transform: translateY(6px) !important;
  }
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-controls {
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-arrow {
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  min-height: 58px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  border: 2px solid rgba(255,255,255,.88) !important;
  background: rgba(7,58,90,.08) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0 !important;
  line-height: 0 !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  text-indent: 0 !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-arrow::before {
  content: "" !important;
  display: block !important;
  width: 15px !important;
  height: 15px !important;
  border-top: 3px solid currentColor !important;
  border-right: 3px solid currentColor !important;
  box-sizing: border-box !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-arrow-prev::before {
  transform: rotate(-135deg) !important;
  margin: 0 !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-arrow-next::before {
  transform: rotate(45deg) !important;
  margin: 0 !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-arrow:hover,
html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-arrow:focus-visible {
  background: rgba(255,255,255,.14) !important;
  outline: none !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110.kt-hero-manual .kt-hero-slide {
  animation: none !important;
  opacity: 0 !important;
  transition: opacity .55s ease !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110.kt-hero-manual .kt-hero-slide.is-active {
  opacity: 1 !important;
  z-index: 1 !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110.kt-hero-manual .kt-hero-progress span::after {
  animation: none !important;
  transform: scaleX(var(--kt-progress-ratio, 0)) !important;
}
/* == /managed: KT header hero control refinement v122 == */

/* == managed: KT header hero alignment final v124 == */
@media (min-width:1180px) {
  html body .site[data-ktw-route] .ktw-shell-header {
    align-items: center !important;
  }

  html body .site[data-ktw-route] .ktw-shell-brand,
  html body .site[data-ktw-route] .ktw-shell-main,
  html body .site[data-ktw-route] .ktw-shell-menu,
  html body .site[data-ktw-route] .ktw-shell-utility {
    align-items: center !important;
  }

  html body .site[data-ktw-route] .ktw-shell-main {
    transform: translateY(4px) !important;
  }
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-controls {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: auto !important;
  z-index: 40 !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-arrow {
  position: relative !important;
  overflow: visible !important;
  pointer-events: auto !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-arrow::before {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  margin: 0 !important;
  transform-origin: center center !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-arrow-prev::before {
  transform: translate(-50%, -50%) rotate(-135deg) !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-arrow-next::before {
  transform: translate(-50%, -50%) rotate(45deg) !important;
}
/* == /managed: KT header hero alignment final v124 == */

/* == managed: KT home cleanup reference map v125 == */
html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-section {
  background: #ffffff !important;
  color: #073a5a !important;
  padding: clamp(74px, 8vw, 118px) 0 clamp(82px, 8vw, 126px) !important;
  margin: 0 !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-wrap,
html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-reasons {
  width: min(1180px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-wrap {
  display: grid !important;
  grid-template-columns: minmax(240px, 360px) minmax(0, 1fr) !important;
  gap: clamp(40px, 6vw, 84px) !important;
  align-items: start !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-copy h2 {
  margin: 0 0 22px !important;
  color: #073a5a !important;
  font-family: var(--ktw-font-display, Montserrat, Arial, sans-serif) !important;
  font-size: clamp(34px, 3.1vw, 54px) !important;
  line-height: 1.03 !important;
  letter-spacing: 0 !important;
  font-weight: 800 !important;
  max-width: 9.8em !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-link {
  color: #f47b2f !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  font-size: 15px !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-map {
  position: relative !important;
  min-height: clamp(300px, 28vw, 410px) !important;
  border: 0 !important;
  overflow: hidden !important;
  background: #f7f8f8 !important;
  box-shadow: none !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-map-canvas {
  position: absolute !important;
  inset: 0 !important;
  background-color: #f7f8f8 !important;
  background-image:
    radial-gradient(ellipse at 15% 45%, rgba(150, 160, 165, .34) 0 11%, transparent 11.5%),
    radial-gradient(ellipse at 43% 47%, rgba(150, 160, 165, .20) 0 24%, transparent 24.5%),
    radial-gradient(ellipse at 62% 55%, rgba(150, 160, 165, .24) 0 18%, transparent 18.5%),
    radial-gradient(ellipse at 78% 52%, rgba(150, 160, 165, .18) 0 18%, transparent 18.5%),
    linear-gradient(26deg, transparent 0 47%, rgba(120, 135, 145, .15) 47.2% 47.8%, transparent 48%),
    linear-gradient(-18deg, transparent 0 37%, rgba(120, 135, 145, .12) 37.2% 37.8%, transparent 38%),
    linear-gradient(#edf1f2 1px, transparent 1px),
    linear-gradient(90deg, #edf1f2 1px, transparent 1px) !important;
  background-size: auto, auto, auto, auto, auto, auto, 72px 72px, 72px 72px !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-map-label {
  position: absolute !important;
  color: #9ba7ad !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: none !important;
  pointer-events: none !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-map-label--uk { left: 15%; top: 38%; }
html body .site[data-ktw-route="kt-waermesysteme"] .kt-map-label--de { left: 61%; top: 28%; }
html body .site[data-ktw-route="kt-waermesysteme"] .kt-map-label--ch { left: 45%; top: 57%; }
html body .site[data-ktw-route="kt-waermesysteme"] .kt-map-label--at { left: 65%; top: 60%; }
html body .site[data-ktw-route="kt-waermesysteme"] .kt-map-label--it { left: 57%; top: 84%; }

html body .site[data-ktw-route="kt-waermesysteme"] .kt-map-marker {
  position: absolute !important;
  left: var(--x) !important;
  top: var(--y) !important;
  width: 12px !important;
  height: 12px !important;
  transform: translate(-50%, -50%) !important;
  border-radius: 999px !important;
  background: #f47b2f !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(244, 123, 47, .12) !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-map-marker[data-count] {
  width: 34px !important;
  height: 34px !important;
  display: grid !important;
  place-items: center !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-map-marker[data-count]::after {
  content: attr(data-count) !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-reasons {
  margin-top: clamp(76px, 7vw, 112px) !important;
  padding-top: 46px !important;
  border-top: 1px solid #cfd8de !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-reasons h3 {
  margin: 0 0 clamp(36px, 5vw, 64px) !important;
  color: #073a5a !important;
  font-size: clamp(30px, 3vw, 48px) !important;
  line-height: 1.12 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  max-width: 980px !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-reason-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(34px, 5vw, 64px) clamp(54px, 8vw, 120px) !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-reason-grid article {
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr) !important;
  gap: 22px !important;
  align-items: center !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-icon {
  width: 52px !important;
  height: 52px !important;
  border: 2px solid #073a5a !important;
  border-radius: 999px !important;
  color: #073a5a !important;
  display: grid !important;
  place-items: center !important;
  font-size: 20px !important;
  font-weight: 900 !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-reason-grid strong {
  color: #073a5a !important;
  display: block !important;
  font-family: var(--ktw-font-display, Montserrat, Arial, sans-serif) !important;
  font-size: clamp(17px, 1.2vw, 23px) !important;
  line-height: 1.28 !important;
  letter-spacing: .01em !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
}

@media (max-width: 860px) {
  html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-section {
    padding: 58px 0 72px !important;
  }

  html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-wrap,
  html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-reasons {
    width: min(100% - 32px, 640px) !important;
  }

  html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-wrap,
  html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-reason-grid {
    grid-template-columns: 1fr !important;
  }

  html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-copy h2 {
    max-width: 10.5em !important;
  }

  html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-map {
    min-height: 280px !important;
  }
}
/* == /managed: KT home cleanup reference map v125 == */

/* == managed: KT interactive reference map final v126 == */
html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-map {
  position: relative !important;
  min-height: clamp(320px, 29vw, 430px) !important;
  border: 0 !important;
  overflow: hidden !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-map-canvas {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: inherit !important;
  background: #f7f8f8 !important;
  background-image: none !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-map-canvas.leaflet-container {
  font-family: var(--ktw-font-body, Montserrat, Arial, sans-serif) !important;
  background: #f7f8f8 !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-map-label,
html body .site[data-ktw-route="kt-waermesysteme"] .kt-map-marker {
  display: none !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-map .leaflet-tile {
  filter: grayscale(1) saturate(.16) contrast(.98) brightness(1.08) !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-map .leaflet-pane,
html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-map .leaflet-control-container {
  z-index: 1 !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-map .leaflet-control-zoom {
  border: 0 !important;
  box-shadow: 0 10px 24px rgba(7, 58, 90, .12) !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-map .leaflet-control-zoom a {
  width: 28px !important;
  height: 28px !important;
  line-height: 26px !important;
  border: 1px solid #dbe3e8 !important;
  background: #ffffff !important;
  color: #f47b2f !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-map .leaflet-control-zoom a:hover {
  background: #f47b2f !important;
  color: #ffffff !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-map .leaflet-div-icon {
  background: transparent !important;
  border: 0 !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-leaflet-marker-icon {
  width: 14px !important;
  height: 14px !important;
  margin-left: -7px !important;
  margin-top: -7px !important;
  border-radius: 999px !important;
  background: #f47b2f !important;
  border: 2px solid #ffffff !important;
  box-shadow: 0 0 0 4px rgba(244, 123, 47, .16), 0 8px 18px rgba(7, 58, 90, .16) !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-leaflet-cluster {
  width: 38px !important;
  height: 38px !important;
  margin-left: -19px !important;
  margin-top: -19px !important;
  border-radius: 999px !important;
  background: #f47b2f !important;
  border: 3px solid #ffffff !important;
  color: #ffffff !important;
  display: grid !important;
  place-items: center !important;
  box-shadow: 0 0 0 5px rgba(244, 123, 47, .14), 0 12px 26px rgba(7, 58, 90, .18) !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-leaflet-cluster span {
  display: block !important;
  font-family: var(--ktw-font-display, Montserrat, Arial, sans-serif) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  color: #ffffff !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-map .leaflet-control-attribution {
  display: none !important;
}

@media (max-width: 860px) {
  html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-map {
    min-height: 300px !important;
  }
}
/* == /managed: KT interactive reference map final v126 == */

/* == managed: KT clean shell header and submenus final v151 == */
:root {
  --ktw-logo-blue: #073a5a;
  --ktw-orange: #f47b2f;
  --ktw-header-h: 132px;
}

html {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  scrollbar-color: var(--ktw-orange) #edf2f5 !important;
}

html::-webkit-scrollbar {
  width: 12px !important;
}

html::-webkit-scrollbar-track {
  background: #edf2f5 !important;
}

html::-webkit-scrollbar-thumb {
  background: var(--ktw-orange) !important;
  border: 3px solid #edf2f5 !important;
  border-radius: 999px !important;
}

body {
  overflow-x: hidden !important;
  overflow-y: visible !important;
  background: #ffffff !important;
}

body .page_content,
body .page-content,
body .web-page-content,
body .page-content-wrapper,
body .webpage-content {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

.site[data-ktw-route] > .ktw-shell-wrap {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 5000 !important;
  width: 100% !important;
  max-width: none !important;
  height: var(--ktw-header-h) !important;
  overflow: visible !important;
  background: transparent !important;
  pointer-events: none !important;
}

.site[data-ktw-route] > .ktw-shell-wrap::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  z-index: -1 !important;
  width: 100vw !important;
  height: var(--ktw-header-h) !important;
  transform: translateX(-50%) !important;
  background: #ffffff !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity .22s ease-in, opacity .85s ease-out !important;
}

.site[data-ktw-route] > .ktw-shell-wrap:hover::before,
.site[data-ktw-route] > .ktw-shell-wrap:focus-within::before,
.site[data-ktw-route].kt-header-hover-primed > .ktw-shell-wrap::before {
  opacity: 1 !important;
}

.site[data-ktw-route] .ktw-shell-header {
  width: min(1280px, calc(100% - 88px)) !important;
  max-width: 1280px !important;
  height: var(--ktw-header-h) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: center !important;
  gap: clamp(44px, 6vw, 108px) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  pointer-events: auto !important;
}

.site[data-ktw-route] .ktw-shell-brand {
  width: 270px !important;
  height: 74px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.site[data-ktw-route] .ktw-shell-brand img {
  width: 270px !important;
  max-width: 270px !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
  filter: brightness(0) invert(1) !important;
}

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

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

.site[data-ktw-route] .ktw-shell-main {
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 22px !important;
}

.site[data-ktw-route] .ktw-shell-menu {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 18px !important;
}

.site[data-ktw-route] .ktw-shell-menu-item {
  position: relative !important;
  height: 68px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
}

.site[data-ktw-route] .ktw-shell-menu-link {
  position: relative !important;
  height: 48px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  font-family: var(--ktw-font-display, Montserrat, Arial, sans-serif) !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.site[data-ktw-route] > .ktw-shell-wrap:hover .ktw-shell-menu-link,
.site[data-ktw-route] > .ktw-shell-wrap:focus-within .ktw-shell-menu-link,
.site[data-ktw-route].kt-header-hover-primed .ktw-shell-menu-link {
  color: var(--ktw-logo-blue) !important;
}

.site[data-ktw-route] .ktw-shell-menu-link::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 7px !important;
  height: 2px !important;
  background: var(--ktw-orange) !important;
  transform: scaleX(0) !important;
  transform-origin: left center !important;
  transition: transform .18s ease !important;
}

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

.site[data-ktw-route] .ktw-shell-submenu {
  position: absolute !important;
  top: calc(100% - 6px) !important;
  left: 50% !important;
  z-index: 6500 !important;
  min-width: 284px !important;
  margin: 0 !important;
  padding: 10px 0 !important;
  display: grid !important;
  gap: 0 !important;
  background: #ffffff !important;
  border: 0 !important;
  border-top: 3px solid var(--ktw-orange) !important;
  box-shadow: 0 22px 48px rgba(7, 58, 90, .16) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translate(-50%, 10px) !important;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease !important;
}

.site[data-ktw-route] .ktw-shell-menu-item:hover > .ktw-shell-submenu,
.site[data-ktw-route] .ktw-shell-menu-item:focus-within > .ktw-shell-submenu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translate(-50%, 0) !important;
}

.site[data-ktw-route] .ktw-shell-submenu-link {
  display: block !important;
  padding: 13px 22px !important;
  color: var(--ktw-logo-blue) !important;
  background: #ffffff !important;
  font-family: var(--ktw-font-body, Montserrat, Arial, sans-serif) !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.site[data-ktw-route] .ktw-shell-submenu-link:hover,
.site[data-ktw-route] .ktw-shell-submenu-link:focus-visible,
.site[data-ktw-route] .ktw-shell-submenu-link--active {
  color: var(--ktw-orange) !important;
  background: #f7fafb !important;
  outline: 0 !important;
}

.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-cloud-link,
.site[data-ktw-route] .ktw-shell-account-link,
.site[data-ktw-route] .ktw-shell-logout,
.site[data-ktw-route] .ktw-shell-cta {
  box-sizing: border-box !important;
  min-height: 48px !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0 !important;
  font-family: var(--ktw-font-display, Montserrat, Arial, sans-serif) !important;
  font-size: 13px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.site[data-ktw-route] .ktw-shell-cloud-link,
.site[data-ktw-route] .ktw-shell-account-link,
.site[data-ktw-route] .ktw-shell-logout {
  color: #ffffff !important;
  background: rgba(255, 255, 255, .05) !important;
  border: 1px solid rgba(255, 255, 255, .55) !important;
}

.site[data-ktw-route] > .ktw-shell-wrap:hover .ktw-shell-cloud-link,
.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-wrap:focus-within .ktw-shell-cloud-link,
.site[data-ktw-route] > .ktw-shell-wrap:focus-within .ktw-shell-account-link,
.site[data-ktw-route] > .ktw-shell-wrap:focus-within .ktw-shell-logout,
.site[data-ktw-route].kt-header-hover-primed .ktw-shell-cloud-link,
.site[data-ktw-route].kt-header-hover-primed .ktw-shell-account-link,
.site[data-ktw-route].kt-header-hover-primed .ktw-shell-logout {
  color: var(--ktw-logo-blue) !important;
  background: #f6f9fb !important;
  border-color: #cfdbe2 !important;
}

.site[data-ktw-route] .ktw-shell-cloud-link {
  min-width: 150px !important;
}

.site[data-ktw-route] .ktw-shell-account-group {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

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

.site[data-ktw-route] .ktw-shell-account-avatar {
  width: 24px !important;
  height: 24px !important;
  flex: 0 0 24px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  background: var(--ktw-logo-blue) !important;
  color: #ffffff !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

.site[data-ktw-route] .ktw-shell-account-meta {
  min-width: 0 !important;
  display: grid !important;
  gap: 2px !important;
}

.site[data-ktw-route] .ktw-shell-account-meta strong {
  color: inherit !important;
  font-size: 13px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.site[data-ktw-route] .ktw-shell-account-meta small {
  color: inherit !important;
  opacity: .78 !important;
  font-size: 10px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.site[data-ktw-route] .ktw-shell-logout {
  min-width: 92px !important;
  cursor: pointer !important;
}

.site[data-ktw-route] .ktw-shell-cta {
  min-width: 154px !important;
  color: #ffffff !important;
  background: var(--ktw-orange) !important;
  border: 1px solid var(--ktw-orange) !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] > .hero:not(.kt-home-hero-v110) {
  display: none !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-copy {
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  clip-path: none !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-arrow {
  border-radius: 999px !important;
  border: 2px solid rgba(255, 255, 255, .82) !important;
  background: transparent !important;
  display: grid !important;
  place-items: center !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-arrow::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 14px !important;
  height: 14px !important;
  border-top: 3px solid #ffffff !important;
  border-right: 3px solid #ffffff !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-arrow-prev::before {
  transform: translate(-42%, -50%) rotate(-135deg) !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-arrow-next::before {
  transform: translate(-58%, -50%) rotate(45deg) !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-navigation {
  background: var(--ktw-logo-blue) !important;
  color: #ffffff !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-filter {
  color: #ffffff !important;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, .86) !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-filter.is-active,
html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-filter:hover {
  color: #ffffff !important;
  background: var(--ktw-orange) !important;
  border-color: var(--ktw-orange) !important;
}

html body .ktw-shell-global-footer {
  background: #ffffff !important;
  background-image: none !important;
  color: var(--ktw-logo-blue) !important;
}

html body .ktw-shell-global-footer::before,
html body .ktw-shell-global-footer::after {
  display: none !important;
}

html body .ktw-shell-global-footer * {
  color: var(--ktw-logo-blue) !important;
}

html body .ktw-shell-footer-brand img {
  filter: none !important;
}

@media (max-width: 1179px) {
  :root {
    --ktw-header-h: 116px;
  }

  .site[data-ktw-route] > .ktw-shell-wrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    z-index: 7000 !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    background: #ffffff !important;
    pointer-events: auto !important;
  }

  .site[data-ktw-route] > .ktw-shell-wrap::before {
    display: none !important;
  }

  .site[data-ktw-route] .ktw-shell-header {
    width: 100% !important;
    max-width: none !important;
    height: var(--ktw-header-h) !important;
    margin: 0 !important;
    padding: 0 24px !important;
    display: grid !important;
    grid-template-columns: auto auto !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 18px !important;
    background: #ffffff !important;
  }

  .site[data-ktw-route] .ktw-shell-brand {
    width: 250px !important;
    height: auto !important;
  }

  .site[data-ktw-route] .ktw-shell-brand img {
    width: 250px !important;
    max-width: 250px !important;
    filter: none !important;
  }

  .site[data-ktw-route] .ktw-shell-mobile-toggle {
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    cursor: pointer !important;
  }

  .site[data-ktw-route] .ktw-shell-mobile-toggle span {
    width: 24px !important;
    height: 2px !important;
    display: block !important;
    background: var(--ktw-logo-blue) !important;
    border: 0 !important;
    border-radius: 0 !important;
  }

  .site[data-ktw-route] .ktw-shell-main {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 7100 !important;
    width: 100% !important;
    max-height: calc(100vh - var(--ktw-header-h)) !important;
    padding: 18px 24px 28px !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    overflow: auto !important;
    background: #ffffff !important;
    box-shadow: 0 20px 38px rgba(7, 58, 90, .16) !important;
  }

  .site[data-ktw-route] .ktw-shell-mobile-checkbox:checked ~ .ktw-shell-main,
  .site[data-ktw-route] .ktw-shell-header.is-mobile-open .ktw-shell-main {
    display: flex !important;
  }

  .site[data-ktw-route] .ktw-shell-menu {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    justify-content: stretch !important;
  }

  .site[data-ktw-route] .ktw-shell-menu-item {
    height: auto !important;
    display: block !important;
    border-bottom: 1px solid #dbe4ea !important;
  }

  .site[data-ktw-route] .ktw-shell-menu-link {
    height: 48px !important;
    justify-content: space-between !important;
    color: var(--ktw-logo-blue) !important;
  }

  .site[data-ktw-route] .ktw-shell-menu-link::after {
    content: "→" !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin-left: auto !important;
    color: var(--ktw-orange) !important;
    background: transparent !important;
    transform: none !important;
  }

  .site[data-ktw-route] .ktw-shell-submenu {
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 8px !important;
    padding: 6px 0 8px !important;
    display: grid !important;
    background: #f7fafb !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .site[data-ktw-route] .ktw-shell-submenu-link {
    padding: 10px 16px !important;
    background: transparent !important;
    color: var(--ktw-logo-blue) !important;
    font-size: 13px !important;
  }

  .site[data-ktw-route] .ktw-shell-utility {
    width: 100% !important;
    margin-top: 18px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .site[data-ktw-route] .ktw-shell-account-group {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .site[data-ktw-route] .ktw-shell-cloud-link,
  .site[data-ktw-route] .ktw-shell-account-link,
  .site[data-ktw-route] .ktw-shell-logout,
  .site[data-ktw-route] .ktw-shell-cta {
    width: 100% !important;
    min-width: 0 !important;
    color: var(--ktw-logo-blue) !important;
    background: #f7fafb !important;
    border: 1px solid #cbd8df !important;
  }

  .site[data-ktw-route] .ktw-shell-cta {
    color: #ffffff !important;
    background: var(--ktw-orange) !important;
    border-color: var(--ktw-orange) !important;
  }

  html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-arrow,
  html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-controls {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

@media (max-width: 560px) {
  .site[data-ktw-route] .ktw-shell-header {
    padding: 0 18px !important;
  }

  .site[data-ktw-route] .ktw-shell-brand {
    width: 220px !important;
  }

  .site[data-ktw-route] .ktw-shell-brand img {
    width: 220px !important;
    max-width: 220px !important;
  }

  .site[data-ktw-route] .ktw-shell-main {
    padding: 16px 18px 24px !important;
  }
}
/* == /managed: KT clean shell header and submenus final v151 == */

/* == managed: KT desktop menu baseline and single hover line final v155 == */
@media (min-width: 1180px) {
  html body .site[data-ktw-route] .ktw-shell-main {
    transform: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu {
    transform: translateY(13px) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-utility {
    transform: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-link,
  html body .site[data-ktw-route] .ktw-shell-menu-link:hover,
  html body .site[data-ktw-route] .ktw-shell-menu-link:focus-visible,
  html body .site[data-ktw-route] .ktw-shell-menu-link--active {
    border: 0 !important;
    border-bottom-color: transparent !important;
    box-shadow: none !important;
    outline: 0 !important;
    text-decoration: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-link::after {
    bottom: 7px !important;
    height: 2px !important;
    box-shadow: none !important;
    border: 0 !important;
    transform: scaleX(0) !important;
  }

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

  html body .site[data-ktw-route] .ktw-shell-menu-item:hover > .ktw-shell-menu-link::after,
  html body .site[data-ktw-route] .ktw-shell-menu-item:focus-within > .ktw-shell-menu-link::after {
    transform: scaleX(1) !important;
  }
}
/* == /managed: KT desktop menu baseline and single hover line final v155 == */

/* == managed: KT home hero Kronoterm scale final v155 == */
@media (min-width: 1180px) {
  html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-copy {
    width: min(430px, calc(100% - 40px)) !important;
    margin-left: clamp(64px, 7vw, 118px) !important;
    margin-top: clamp(78px, 8vh, 124px) !important;
  }

  html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-copy h1 {
    max-width: 11ch !important;
    margin-bottom: 16px !important;
    font-size: clamp(42px, 3.25vw, 58px) !important;
    line-height: 1.02 !important;
    letter-spacing: 0 !important;
    font-weight: 800 !important;
  }

  html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-copy p {
    width: min(430px, 100%) !important;
    margin-bottom: 18px !important;
    font-size: clamp(14px, .56vw, 16px) !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;
  }

  html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .hero-actions {
    gap: 8px !important;
  }

  html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .btn {
    min-height: 42px !important;
    padding: 0 20px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 1179px) {
  html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-copy h1 {
    font-size: clamp(36px, 8vw, 52px) !important;
    line-height: 1.04 !important;
    letter-spacing: 0 !important;
  }

  html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-copy p {
    font-size: 15px !important;
    line-height: 1.45 !important;
  }
}
/* == /managed: KT home hero Kronoterm scale final v155 == */

/* == managed: KT submenu no duplicate orange line final v156 == */
@media (min-width: 1180px) {
  html body .site[data-ktw-route] .ktw-shell-submenu {
    border-top: 0 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-link::after {
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    max-width: 100% !important;
  }
}
/* == /managed: KT submenu no duplicate orange line final v156 == */

/* == managed: KT desktop two-row Kronoterm header final v157 == */
@media (min-width: 1180px) {
  html body .site[data-ktw-route] .ktw-shell-header {
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: start !important;
    padding-top: 0 !important;
  }

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

  html body .site[data-ktw-route] .ktw-shell-main {
    height: var(--ktw-header-h) !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: 54px 58px !important;
    align-content: start !important;
    justify-items: end !important;
    gap: 0 !important;
    transform: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-utility {
    grid-row: 1 !important;
    align-self: end !important;
    justify-self: end !important;
    transform: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu {
    grid-row: 2 !important;
    align-self: start !important;
    justify-self: end !important;
    transform: none !important;
    gap: 24px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-item {
    height: 54px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-link {
    height: 42px !important;
    color: #ffffff !important;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .18) !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap:hover .ktw-shell-menu-link,
  html body .site[data-ktw-route] > .ktw-shell-wrap:focus-within .ktw-shell-menu-link,
  html body .site[data-ktw-route].kt-header-hover-primed .ktw-shell-menu-link {
    color: var(--ktw-logo-blue) !important;
    text-shadow: none !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 {
    min-height: 36px !important;
    height: 36px !important;
    padding: 0 12px !important;
    background: transparent !important;
    border: 0 !important;
    color: #ffffff !important;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .18) !important;
  }

  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:focus-within .ktw-shell-cloud-link,
  html body .site[data-ktw-route] > .ktw-shell-wrap:focus-within .ktw-shell-account-link,
  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-cloud-link,
  html body .site[data-ktw-route].kt-header-hover-primed .ktw-shell-account-link,
  html body .site[data-ktw-route].kt-header-hover-primed .ktw-shell-logout {
    color: var(--ktw-logo-blue) !important;
    background: transparent !important;
    border: 0 !important;
    text-shadow: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-cta {
    min-height: 40px !important;
    height: 40px !important;
    align-self: center !important;
  }
}
/* == /managed: KT desktop two-row Kronoterm header final v157 == */

/* == managed: KT desktop header top edge fit final v158 == */
@media (min-width: 1180px) {
  :root {
    --ktw-header-h: 112px;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap {
    height: var(--ktw-header-h) !important;
    padding-top: 0 !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap::before {
    height: var(--ktw-header-h) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-header {
    height: var(--ktw-header-h) !important;
    align-items: start !important;
  }

  html body .site[data-ktw-route] .ktw-shell-brand {
    align-self: end !important;
    width: 250px !important;
    height: 78px !important;
    padding-bottom: 6px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-brand img {
    width: 250px !important;
    max-width: 250px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-main {
    height: var(--ktw-header-h) !important;
    grid-template-rows: 48px 44px !important;
    align-content: start !important;
  }

  html body .site[data-ktw-route] .ktw-shell-utility {
    align-self: end !important;
    gap: 10px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu {
    align-self: start !important;
    gap: 20px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-item {
    height: 44px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-link {
    height: 36px !important;
    font-size: 12px !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 {
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 10px !important;
    font-size: 12px !important;
  }

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

  html body .site[data-ktw-route] .ktw-shell-cloud-link {
    min-width: 132px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-logout {
    min-width: 70px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-cta {
    height: 38px !important;
    min-height: 38px !important;
    min-width: 138px !important;
    padding: 0 16px !important;
    font-size: 12px !important;
  }
}
/* == /managed: KT desktop header top edge fit final v158 == */

/* == managed: KT desktop top gap only final v161 == */
@media (min-width: 1180px) {
  html:has(.site[data-ktw-route]),
  body:has(.site[data-ktw-route]) {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body:has(.site[data-ktw-route]) .page_content,
  body:has(.site[data-ktw-route]) .page-content,
  body:has(.site[data-ktw-route]) .web-page-content,
  body:has(.site[data-ktw-route]) .page-content-wrapper,
  body:has(.site[data-ktw-route]) .webpage-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  html body .site[data-ktw-route],
  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 {
    top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  html body .site[data-ktw-route] .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 {
    margin-top: 0 !important;
    padding-top: 0 !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 {
    grid-template-rows: 38px 44px !important;
    align-content: start !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: start !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
/* == /managed: KT desktop top gap only final v161 == */

/* == managed: KT remove builder viewport top margin final v162 == */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
}

body[class^="fb-"],
body[class*=" fb-"],
body > div[class^="fb-"],
body > div[class*=" fb-"],
body > div[class^="fb-"] > div,
body > div[class*=" fb-"] > div {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body > div[class^="fb-"] > .site,
body > div[class*=" fb-"] > .site,
html body .site[data-ktw-route] {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* == /managed: KT remove builder viewport top margin final v162 == */

/* == managed: KT compact desktop header axis final v163 == */
@media (min-width: 1180px) {
  :root {
    --ktw-header-h: 86px;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap {
    height: var(--ktw-header-h) !important;
    top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap::before {
    height: var(--ktw-header-h) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-header {
    height: var(--ktw-header-h) !important;
    min-height: var(--ktw-header-h) !important;
    align-items: start !important;
  }

  html body .site[data-ktw-route] .ktw-shell-brand {
    align-self: start !important;
    width: 232px !important;
    height: 70px !important;
    min-height: 70px !important;
    padding: 16px 0 0 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-brand img {
    width: 232px !important;
    max-width: 232px !important;
    transform: translateY(-6px) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-main {
    height: var(--ktw-header-h) !important;
    grid-template-rows: 30px 40px !important;
    align-content: start !important;
    padding-top: 0 !important;
    transform: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-utility {
    align-self: start !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu {
    align-self: start !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-item {
    height: 40px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-link {
    height: 34px !important;
    align-items: center !important;
    font-size: 12px !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 {
    height: 28px !important;
    min-height: 28px !important;
    padding: 0 8px !important;
    font-size: 12px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-cta {
    height: 32px !important;
    min-height: 32px !important;
    min-width: 134px !important;
    padding: 0 14px !important;
    font-size: 12px !important;
    align-self: start !important;
  }
}
/* == /managed: KT compact desktop header axis final v163 == */

/* == managed: KT desktop hover position lock final v164 == */
@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 {
    height: var(--ktw-header-h) !important;
    top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  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 {
    height: var(--ktw-header-h) !important;
    min-height: var(--ktw-header-h) !important;
    align-items: start !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  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: start !important;
    width: 232px !important;
    height: 70px !important;
    min-height: 70px !important;
    padding: 16px 0 0 !important;
  }

  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 {
    width: 232px !important;
    max-width: 232px !important;
    transform: translateY(-6px) !important;
  }

  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 {
    height: var(--ktw-header-h) !important;
    grid-template-rows: 30px 40px !important;
    align-content: start !important;
    padding-top: 0 !important;
    transform: none !important;
  }

  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: start !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  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: start !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }
}
/* == /managed: KT desktop hover position lock final v164 == */

/* == managed: KT Kronoterm header typography final v165 == */
html body .site[data-ktw-route] .ktw-shell-header,
html body .site[data-ktw-route] .ktw-shell-header * {
  font-family: "Montserrat", sans-serif !important;
}

html body .site[data-ktw-route] .ktw-shell-menu-link {
  font-weight: 700 !important;
  letter-spacing: 0 !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 {
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route] .ktw-shell-account-meta strong {
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route] .ktw-shell-account-meta small {
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route] .ktw-shell-cta {
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}
/* == /managed: KT Kronoterm header typography final v165 == */

/* == managed: KT desktop utility vertical axis final v167 == */
@media (min-width: 1180px) {
  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-items: center !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,
  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:focus-within .ktw-shell-cloud-link,
  html body .site[data-ktw-route] > .ktw-shell-wrap:focus-within .ktw-shell-account-link,
  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-cloud-link,
  html body .site[data-ktw-route].kt-header-hover-primed .ktw-shell-account-link,
  html body .site[data-ktw-route].kt-header-hover-primed .ktw-shell-logout {
    align-self: center !important;
    transform: translateY(-1px) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-cta,
  html body .site[data-ktw-route] > .ktw-shell-wrap:hover .ktw-shell-cta,
  html body .site[data-ktw-route] > .ktw-shell-wrap:focus-within .ktw-shell-cta,
  html body .site[data-ktw-route].kt-header-hover-primed .ktw-shell-cta {
    align-self: center !important;
    transform: none !important;
  }
}
/* == /managed: KT desktop utility vertical axis final v167 == */

/* == managed: KT responsive left rail like Kronoterm final v168 == */
:root {
  --ktw-left-rail: 30px;
}

@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 {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
  }

  html body .site[data-ktw-route] .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 {
    width: calc(100% - (var(--ktw-left-rail) * 2)) !important;
    max-width: none !important;
    margin-left: var(--ktw-left-rail) !important;
    margin-right: var(--ktw-left-rail) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-copy {
    margin-left: var(--ktw-left-rail) !important;
  }
}

@media (max-width: 1179px) {
  :root {
    --ktw-left-rail: 30px;
  }

  html body .site[data-ktw-route] .ktw-shell-header {
    padding-left: var(--ktw-left-rail) !important;
    padding-right: var(--ktw-left-rail) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-main {
    padding-left: var(--ktw-left-rail) !important;
    padding-right: var(--ktw-left-rail) !important;
  }

  html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-slide {
    padding-left: var(--ktw-left-rail) !important;
    padding-right: var(--ktw-left-rail) !important;
  }
}

@media (max-width: 680px) {
  :root {
    --ktw-left-rail: 42px;
  }
}
/* == /managed: KT responsive left rail like Kronoterm final v168 == */

/* == managed: KT global Montserrat and homepage type scale final v169 == */
html,
body,
body .site[data-ktw-route],
body .site[data-ktw-route] *,
body .ktw-shell-global-footer,
body .ktw-shell-global-footer *,
body .ktw-heating-calculator,
body .ktw-heating-calculator *,
body .heatcalc,
body .heatcalc * {
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 0 !important;
}

body .site[data-ktw-route] {
  font-size: 15px !important;
  line-height: 1.55 !important;
}

body .site[data-ktw-route] :is(h1, .h1, .hero-title, .kt-page-title, .kt-route-title) {
  font-size: clamp(42px, 3.25vw, 58px) !important;
  line-height: 1.03 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body .site[data-ktw-route] :is(h2, .h2, .section-title, .kt-section-title) {
  font-size: clamp(30px, 2.25vw, 42px) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body .site[data-ktw-route] :is(h3, .h3, .card-title, .kt-card-title) {
  font-size: clamp(20px, 1.35vw, 28px) !important;
  line-height: 1.16 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body .site[data-ktw-route] :is(h4, h5, h6) {
  font-size: clamp(15px, .9vw, 18px) !important;
  line-height: 1.24 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body .site[data-ktw-route] :is(p, li, .lead, .eyebrow, .kicker, .subtitle, .text-muted, .kt-copy, .kt-card-copy) {
  font-size: clamp(14px, .56vw, 16px) !important;
  line-height: 1.52 !important;
  letter-spacing: 0 !important;
}

body .site[data-ktw-route] :is(small, .small, figcaption, .caption, .meta, .kt-meta) {
  font-size: 12px !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

body .site[data-ktw-route] :is(a, button, .btn, .kt-btn, .kt-home-filter, .kt-home-card-cta, .kt-reference-link, input, select, textarea, label) {
  font-size: 13px !important;
  letter-spacing: 0 !important;
}

body .site[data-ktw-route] .ktw-shell-menu-link,
body .site[data-ktw-route] .ktw-shell-cloud-link,
body .site[data-ktw-route] .ktw-shell-account-link,
body .site[data-ktw-route] .ktw-shell-logout,
body .site[data-ktw-route] .ktw-shell-cta {
  font-size: 12px !important;
}

body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-copy h1 {
  font-size: clamp(42px, 3.25vw, 58px) !important;
}

body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-copy p {
  font-size: clamp(14px, .56vw, 16px) !important;
}

body .ktw-shell-global-footer {
  font-size: 14px !important;
  line-height: 1.5 !important;
}

body .ktw-shell-global-footer :is(h2, h3, strong) {
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

body .ktw-shell-global-footer :is(a, p, li, small, span) {
  font-size: 13px !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 1179px) {
  body .site[data-ktw-route] :is(h1, .h1, .hero-title, .kt-page-title, .kt-route-title),
  body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-copy h1 {
    font-size: clamp(34px, 8vw, 52px) !important;
    line-height: 1.04 !important;
  }

  body .site[data-ktw-route] :is(h2, .h2, .section-title, .kt-section-title) {
    font-size: clamp(28px, 6.4vw, 40px) !important;
  }

  body .site[data-ktw-route] :is(h3, .h3, .card-title, .kt-card-title) {
    font-size: clamp(20px, 4.6vw, 28px) !important;
  }
}
/* == /managed: KT global Montserrat and homepage type scale final v169 == */

/* == managed: KT clean desktop header restore final v173 == */
@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 {
    position: absolute !important;
    inset: 0 0 auto 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 86px !important;
    min-height: 86px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    pointer-events: auto !important;
    transform: none !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-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 {
    position: relative !important;
    z-index: 10 !important;
    display: grid !important;
    grid-template-columns: 232px minmax(0, 1fr) !important;
    grid-template-rows: 86px !important;
    column-gap: clamp(28px, 5vw, 92px) !important;
    align-items: center !important;
    width: calc(100% - (var(--ktw-left-rail) * 2)) !important;
    max-width: none !important;
    height: 86px !important;
    min-height: 86px !important;
    margin: 0 var(--ktw-left-rail) !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !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 {
    grid-column: 1 !important;
    grid-row: 1 !important;
    position: relative !important;
    z-index: 40 !important;
    display: block !important;
    width: 232px !important;
    min-width: 232px !important;
    max-width: 232px !important;
    height: 70px !important;
    min-height: 70px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: center !important;
    justify-self: start !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !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 {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 232px !important;
    height: 70px !important;
    background-image: url("/files/kt-logo-colored-transparent.svg?v=20260601v2") !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    background-size: 232px auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: none !important;
    filter: brightness(0) invert(1) !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;
    width: 232px !important;
    height: auto !important;
    max-height: 70px !important;
    opacity: 0 !important;
    visibility: hidden !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 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    position: relative !important;
    z-index: 30 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: 34px 34px !important;
    align-content: center !important;
    justify-items: end !important;
    justify-self: stretch !important;
    align-self: center !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 72px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: none !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 {
    grid-row: 1 !important;
    justify-self: end !important;
    align-self: center !important;
    height: 34px !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 {
    grid-row: 2 !important;
    justify-self: end !important;
    align-self: center !important;
    height: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }
}
/* == /managed: KT clean desktop header restore final v173 == */

/* == managed: KT mobile height and desktop submenu restore final v174 == */
@media (max-width: 1179px) {
  :root {
    --ktw-header-h: 86px;
  }

  html body .site[data-ktw-route] > .ktw-shell-wrap {
    min-height: 86px !important;
    height: 86px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-header {
    min-height: 86px !important;
    height: 86px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-brand {
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
    height: 62px !important;
    min-height: 62px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-brand img {
    width: 220px !important;
    max-width: 220px !important;
    max-height: 62px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-mobile-toggle {
    align-self: center !important;
  }

  html body .site[data-ktw-route] .ktw-shell-main {
    top: 86px !important;
    max-height: calc(100vh - 86px) !important;
  }
}

@media (max-width: 560px) {
  html body .site[data-ktw-route] .ktw-shell-brand {
    width: 190px !important;
    min-width: 190px !important;
    max-width: 190px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-brand img {
    width: 190px !important;
    max-width: 190px !important;
  }
}

@media (min-width: 1180px) {
  html body .site[data-ktw-route] .ktw-shell-menu-item {
    position: relative !important;
    overflow: visible !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu {
    position: absolute !important;
    top: calc(100% - 2px) !important;
    left: 50% !important;
    z-index: 9000 !important;
    display: grid !important;
    min-width: 284px !important;
    width: max-content !important;
    max-width: min(420px, calc(100vw - 40px)) !important;
    margin: 0 !important;
    padding: 10px 0 !important;
    background: #ffffff !important;
    border: 0 !important;
    border-top: 3px solid var(--ktw-orange, #ef7d30) !important;
    box-shadow: 0 22px 48px rgba(7, 58, 90, .18) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translate(-50%, 10px) !important;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease !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 {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate(-50%, 0) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu-link {
    display: block !important;
    min-width: 284px !important;
    padding: 13px 22px !important;
    color: var(--ktw-logo-blue, #073a5a) !important;
    background: #ffffff !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu-link:hover,
  html body .site[data-ktw-route] .ktw-shell-submenu-link:focus-visible,
  html body .site[data-ktw-route] .ktw-shell-submenu-link--active {
    color: var(--ktw-orange, #ef7d30) !important;
    background: #f7fafb !important;
    outline: 0 !important;
  }
}
/* == /managed: KT mobile height and desktop submenu restore final v174 == */

/* == managed: KT header height and submenu stacking final v175 == */
@media (max-width: 1179px) {
  html body .site[data-ktw-route] .ktw-shell-header {
    position: relative !important;
    top: 0 !important;
    transform: none !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].kt-header-hover-primed > .ktw-shell-wrap {
    z-index: 12000 !important;
  }

  html body .site[data-ktw-route] .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 {
    z-index: 12010 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-main,
  html body .site[data-ktw-route] .ktw-shell-menu,
  html body .site[data-ktw-route] .ktw-shell-menu-item {
    z-index: 12020 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu,
  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 {
    z-index: 12030 !important;
  }
}
/* == /managed: KT header height and submenu stacking final v175 == */

/* == managed: KT desktop mega submenu like Kronoterm final v176 == */
@media (min-width: 1180px) {
  html body .site[data-ktw-route] .ktw-shell-main,
  html body .site[data-ktw-route] .ktw-shell-menu,
  html body .site[data-ktw-route] .ktw-shell-menu-item {
    overflow: visible !important;
  }

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

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

  html body .site[data-ktw-route] .ktw-shell-submenu {
    position: fixed !important;
    top: 86px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 11990 !important;
    width: 100vw !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 430px !important;
    max-height: calc(100vh - 86px) !important;
    margin: 0 !important;
    padding: clamp(48px, 5vw, 72px) var(--ktw-left-rail) clamp(56px, 6vw, 90px) !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(210px, 1fr)) !important;
    align-content: start !important;
    justify-content: start !important;
    gap: 34px !important;
    overflow: auto !important;
    background: #ffffff !important;
    border: 0 !important;
    border-top: 1px solid rgba(7, 58, 90, .14) !important;
    box-shadow: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(8px) !important;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease !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 {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu-link {
    position: relative !important;
    display: block !important;
    min-width: 0 !important;
    width: min(305px, 100%) !important;
    min-height: 260px !important;
    padding: 204px 0 28px !important;
    color: #0b2030 !important;
    background: transparent !important;
    border-bottom: 1px solid rgba(7, 58, 90, .18) !important;
    font-size: 20px !important;
    line-height: 1.16 !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    white-space: normal !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu-link::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 170px !important;
    background:
      linear-gradient(90deg, transparent 0 34%, #ffffff 34% 42%, transparent 42%),
      linear-gradient(0deg, transparent 0 62%, #ffffff 62% 70%, transparent 70%),
      var(--ktw-orange, #ef7d30) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu-link::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 138px !important;
    width: 100% !important;
    height: 5px !important;
    background: #ffffff !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu-link:hover,
  html body .site[data-ktw-route] .ktw-shell-submenu-link:focus-visible,
  html body .site[data-ktw-route] .ktw-shell-submenu-link--active {
    color: #0b2030 !important;
    background: transparent !important;
    outline: 0 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu-link:hover {
    color: var(--ktw-orange, #ef7d30) !important;
  }
}
/* == /managed: KT desktop mega submenu like Kronoterm final v176 == */

/* == managed: KT desktop mega submenu no icon blocks final v177 == */
@media (min-width: 1180px) {
  html body .site[data-ktw-route] .ktw-shell-submenu-link {
    min-height: 78px !important;
    padding: 0 0 28px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu-link::before,
  html body .site[data-ktw-route] .ktw-shell-submenu-link::after {
    content: none !important;
    display: none !important;
    background: none !important;
  }
}
/* == /managed: KT desktop mega submenu no icon blocks final v177 == */

/* == managed: KT Kronoterm lighter type final v178 == */
html body .site[data-ktw-route],
html body .site[data-ktw-route] * {
  font-family: "Montserrat", sans-serif !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 {
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route] .ktw-shell-cta,
html body .site[data-ktw-route] .btn,
html body .site[data-ktw-route] .kt-btn {
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-copy h1 {
  max-width: 12ch !important;
  font-size: clamp(39px, 3.05vw, 54px) !important;
  line-height: 1.04 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-copy p {
  font-size: clamp(14px, .64vw, 16px) !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route] :is(h2, .h2, .section-title, .kt-section-title) {
  font-weight: 600 !important;
}

html body .site[data-ktw-route] :is(h3, .h3, .card-title, .kt-card-title) {
  font-weight: 600 !important;
}

@media (max-width: 1179px) {
  html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-copy h1 {
    font-size: clamp(34px, 7.4vw, 48px) !important;
  }
}
/* == /managed: KT Kronoterm lighter type final v178 == */

/* == managed: KT hero images submenu motion and lighter font final v179 == */
@media (min-width: 1180px) {
  html body .site[data-ktw-route] .ktw-shell-submenu {
    min-height: 0 !important;
    height: auto !important;
    max-height: calc(100vh - 86px) !important;
    padding-top: 32px !important;
    padding-bottom: 34px !important;
    align-content: start !important;
    transform: translateY(-18px) !important;
    transition:
      opacity .22s ease,
      transform .26s cubic-bezier(.22, .61, .36, 1),
      visibility .22s ease !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 {
    transform: translateY(0) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu-link {
    min-height: 62px !important;
    padding: 0 0 20px !important;
    font-weight: 500 !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 {
    font-weight: 500 !important;
  }
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-copy h1 {
  font-weight: 500 !important;
  font-size: clamp(38px, 3vw, 52px) !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-copy p {
  font-weight: 400 !important;
}

html body .site[data-ktw-route] :is(h2, .h2, .section-title, .kt-section-title),
html body .site[data-ktw-route] :is(h3, .h3, .card-title, .kt-card-title) {
  font-weight: 500 !important;
}
/* == /managed: KT hero images submenu motion and lighter font final v179 == */

/* == managed: KT home card carousel controls final v180 == */
html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-nav-inner {
  width: min(1920px, 100%) !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-slider-head {
  position: relative !important;
  display: grid !important;
  grid-template-columns: auto 1fr auto !important;
  align-items: center !important;
  gap: 14px !important;
  margin: 0 auto 24px !important;
  width: min(1920px, 100%) !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-slider-head strong {
  color: #ffffff !important;
  font-weight: 600 !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-result-link {
  color: var(--ktw-orange, #ef7d30) !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-slider-controls {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 10px !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-slider-controls.is-hidden {
  visibility: hidden !important;
  pointer-events: none !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-slider-arrow {
  position: relative !important;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  padding: 0 !important;
  border: 2px solid var(--ktw-orange, #ef7d30) !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  cursor: pointer !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-slider-arrow::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 11px !important;
  height: 11px !important;
  border-top: 2px solid var(--ktw-orange, #ef7d30) !important;
  border-right: 2px solid var(--ktw-orange, #ef7d30) !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-slider-prev::before {
  transform: translate(-38%, -50%) rotate(-135deg) !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-slider-next::before {
  transform: translate(-62%, -50%) rotate(45deg) !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-slider-arrow:hover {
  background: rgba(239, 125, 48, .12) !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-card-row {
  display: grid !important;
  grid-auto-flow: column !important;
  cursor: grab !important;
  width: min(1920px, 100%) !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  gap: 24px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  overscroll-behavior-x: contain !important;
  scroll-behavior: smooth !important;
  grid-auto-columns: minmax(270px, 310px) !important;
  scroll-snap-type: x proximity !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  user-select: none !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-card-row::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-card-row::-webkit-scrollbar-track,
html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-card-row::-webkit-scrollbar-thumb {
  display: none !important;
  background: transparent !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-card-row.is-dragging {
  cursor: grabbing !important;
  scroll-snap-type: none !important;
  scroll-behavior: auto !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-card {
  min-height: 370px !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-card-icon {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  z-index: 3 !important;
  display: grid !important;
  place-items: center !important;
  width: 58px !important;
  height: 58px !important;
  color: rgba(255, 255, 255, .95) !important;
  border: 2px solid rgba(255, 255, 255, .86) !important;
  border-radius: 4px !important;
  background: rgba(255, 255, 255, .08) !important;
  pointer-events: none !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-card-icon svg {
  width: 42px !important;
  height: 42px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 3 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

@font-face {
  font-family: "ktw-kronoterm-icons";
  src: url("/files/ktw-kronoterm-icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-card-icon-font {
  width: 66px !important;
  height: 66px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-family: "ktw-kronoterm-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  speak: never !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-card-icon-font::before {
  display: block !important;
  font-family: "ktw-kronoterm-icons" !important;
  font-size: 66px !important;
  line-height: 1 !important;
  color: #ffffff !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-Resitev---Topla-voda---WHITE::before {
  content: "\eb50" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-Resitev---Topel-dom---WHITE::before {
  content: "\eb48" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-Resitev---Poslovni-objekti---WHITE::before {
  content: "\eb2f" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-Resitev---Industrijski-objekti---WHITE::before {
  content: "\eb11" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-Vecji-objekti---Odpadna-toplota---WHITE::before {
  content: "\eb5e" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-Vecji-objekti---Ogrevanje-prostorov---WHITE::before {
  content: "\eb63" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-Vecji-objekti---Po-meri---WHITE::before {
  content: "\eb6d" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-Vecji-objekti---Reference---WHITE::before {
  content: "\eb6f" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-Vecji-objekti---Sanitarna-voda---WHITE::before {
  content: "\eb77" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-Hise-in-stanovanja---Reference---WHITE::before {
  content: "\ea5d" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-Hise-in-stanovanja---Segrevanje-sanitarne-vode-WHITE::before {
  content: "\ea66" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-Hise-in-stanovanja---Udobje-doma-20-120-m2-WHITE::before {
  content: "\ea7f" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-Hise-in-stanovanja---Udobje-doma-100-550-m2-WHITE::before {
  content: "\ea9b" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-Hise-in-stanovanja---Zemlja---voda-WHITE::before {
  content: "\ead7" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-Hise-in-stanovanja---Zrak---voda-WHITE::before {
  content: "\eae8" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-Zemlja---voda---voda---ETERA---WHITE::before {
  content: "\eb80" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-Zemlja---voda---voda---WPG---WHITE::before {
  content: "\eb91" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-Zrak---voda---ADAPT---WHITE::before {
  content: "\eba1" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-Zrak---voda---VERSI---WHITE::before {
  content: "\ebc0" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-Zrak---voda---WPL---WHITE::before {
  content: "\ebcc" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-150m2---VERSI-O---WHITE::before {
  content: "\e99f" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-150m2---VERSI-I---WHITE::before {
  content: "\e98e" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-150m2---VERSI-X---WHITE::before {
  content: "\e9ae" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-150m2---ETERA---WHITE::before {
  content: "\e981" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-550m2---ADAPT---WHITE::before {
  content: "\e9be" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-550m2---ETERA---WHITE::before {
  content: "\e9c7" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-m2---Po-meri---WHITE::before {
  content: "\ea04" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-m2---Reference---WHITE::before {
  content: "\ea06" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-3000m2---Po-meri---WHITE::before {
  content: "\e9d2" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-3000m2---Reference---WHITE::before {
  content: "\e9d4" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-3000m2---WPG---WHITE::before {
  content: "\e9de" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-3000m2---WPL---WHITE::before {
  content: "\e9f7" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-partnership::before {
  content: "\e960" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-Glede-na-litre---100-L---WHITE::before {
  content: "\ea1a" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-Glede-na-litre---450-L---WHITE::before {
  content: "\ea5c" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-OEM---WHITE::before {
  content: "\eaf9" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-icon-font {
  width: 64px !important;
  height: 64px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #073a5a !important;
  font-family: "ktw-kronoterm-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  line-height: 1 !important;
  text-transform: none !important;
  speak: never !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-icon-font::before {
  display: block !important;
  color: #073a5a !important;
  font-family: "ktw-kronoterm-icons" !important;
  font-size: 58px !important;
  line-height: 1 !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-bulb::before {
  content: "\e964" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-network::before {
  content: "\e965" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-family::before {
  content: "\e966" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-phone-black::before {
  content: "\e967" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-cert::before {
  content: "\e968" !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .icon-tool::before {
  content: "\e969" !important;
}

@media (max-width: 900px) {
  html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-slider-head {
    grid-template-columns: 1fr auto !important;
  }

  html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-slider-head strong {
    grid-column: 1 !important;
  }

  html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-result-link {
    grid-column: 1 / -1 !important;
  }

  html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-slider-controls {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }
}
/* == /managed: KT home card carousel controls final v180 == */

/* == managed: KT solutions mega menu content final v181 == */
@media (min-width: 1180px) {
  html body .site[data-ktw-route] .ktw-shell-submenu--solutions {
    display: grid !important;
    grid-template-columns: minmax(220px, 350px) minmax(260px, 350px) !important;
    gap: clamp(54px, 8vw, 130px) !important;
    align-items: start !important;
    padding: 58px clamp(72px, 12vw, 210px) 60px !important;
    background: #ffffff !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu--solutions .ktw-shell-submenu-link,
  html body .site[data-ktw-route] .ktw-shell-submenu--solutions .ktw-shell-mega-link {
    width: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    display: block !important;
    color: #6d7379 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.48 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    text-transform: none !important;
    white-space: normal !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu--solutions .ktw-shell-mega-link + .ktw-shell-mega-link {
    margin-top: 17px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu--solutions .ktw-shell-mega-title {
    color: #0b2030 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.22 !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1.5px !important;
    text-underline-offset: 3px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu--solutions .ktw-shell-mega-link--strong {
    font-weight: 700 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu--solutions .ktw-shell-mega-divider {
    width: 100% !important;
    height: 1px !important;
    margin: 26px 0 26px !important;
    background: #d4d9dd !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu--solutions .ktw-shell-mega-column--references .ktw-shell-mega-link:not(.ktw-shell-mega-title) {
    text-transform: uppercase !important;
    font-size: 14px !important;
    line-height: 1.42 !important;
    letter-spacing: 0.01em !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu--solutions .ktw-shell-mega-column--references .ktw-shell-mega-link--strong {
    text-transform: none !important;
  }
}
/* == /managed: KT solutions mega menu content final v181 == */

/* == managed: KT loesungen page start-style alignment final v182 == */
html body .kt-solutions-page {
  --kt-blue: #073a5a;
  --kt-orange: #f47a2a;
  --kt-ink: #071f31;
  --kt-muted: #68737b;
  --kt-line: #d8dde1;
  background: #ffffff !important;
  color: var(--kt-ink) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
}

html body .kt-solutions-hero {
  position: relative !important;
  min-height: clamp(520px, 58vw, 700px) !important;
  display: grid !important;
  align-items: end !important;
  overflow: hidden !important;
  background: var(--kt-blue) !important;
}

html body .kt-solutions-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background:
    linear-gradient(90deg, rgba(7, 58, 90, .72), rgba(7, 58, 90, .24) 52%, rgba(7, 58, 90, .16)),
    linear-gradient(0deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .08)) !important;
}

html body .kt-solutions-hero img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

html body .kt-solutions-hero-copy {
  position: relative !important;
  z-index: 2 !important;
  width: min(1240px, calc(100% - 56px)) !important;
  margin: 0 auto !important;
  padding: 0 0 clamp(70px, 9vw, 126px) !important;
  color: #ffffff !important;
}

html body .kt-solutions-kicker {
  display: block !important;
  margin-bottom: 18px !important;
  color: rgba(255, 255, 255, .88) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

html body .kt-solutions-hero h1 {
  max-width: 760px !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(42px, 5vw, 76px) !important;
  line-height: .98 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

html body .kt-solutions-intro,
html body .kt-solutions-block,
html body .kt-solutions-banner {
  width: min(1240px, calc(100% - 56px)) !important;
  margin: 0 auto !important;
}

html body .kt-solutions-intro {
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
  gap: clamp(42px, 7vw, 110px) !important;
  padding: clamp(62px, 7vw, 98px) 0 clamp(54px, 7vw, 86px) !important;
  border-bottom: 1px solid var(--kt-line) !important;
}

html body .kt-solutions-intro h2,
html body .kt-solutions-block-head h2 {
  margin: 0 !important;
  color: var(--kt-blue) !important;
  font-size: clamp(34px, 3.4vw, 54px) !important;
  line-height: 1.08 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

html body .kt-solutions-intro p {
  margin: 0 0 18px !important;
  color: var(--kt-muted) !important;
  font-size: 18px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
}

html body .kt-solutions-icon-row {
  display: grid !important;
  grid-template-columns: repeat(4, auto) !important;
  gap: clamp(20px, 3vw, 42px) !important;
  align-items: center !important;
  justify-content: end !important;
}

html body .kt-solutions-icon {
  width: 96px !important;
  height: 96px !important;
  min-height: 0 !important;
  display: grid !important;
  place-items: center !important;
  background: transparent !important;
  color: var(--kt-ink) !important;
  font-size: 0 !important;
  font-weight: 400 !important;
}

html body .site[data-ktw-route="loesungen"] .kt-solutions-icon-font {
  font-family: "ktw-kronoterm-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  speak: never !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

html body .site[data-ktw-route="loesungen"] .kt-solutions-icon-font::before {
  display: block !important;
  color: #2b3033 !important;
  font-family: "ktw-kronoterm-icons" !important;
  font-size: 96px !important;
  line-height: 1 !important;
}

html body .site[data-ktw-route="loesungen"] .icon-Resitev---Topla-voda---WHITE::before {
  content: "\eb50" !important;
}

html body .site[data-ktw-route="loesungen"] .icon-Resitev---Topel-dom---WHITE::before {
  content: "\eb48" !important;
}

html body .site[data-ktw-route="loesungen"] .icon-Resitev---Poslovni-objekti---WHITE::before {
  content: "\eb2f" !important;
}

html body .site[data-ktw-route="loesungen"] .icon-Resitev---Industrijski-objekti---WHITE::before {
  content: "\eb11" !important;
}

html body .kt-solutions-block {
  padding: clamp(72px, 8vw, 116px) 0 !important;
  border-bottom: 1px solid var(--kt-line) !important;
}

html body .kt-solutions-block-head {
  display: grid !important;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr) !important;
  gap: clamp(38px, 7vw, 100px) !important;
  align-items: start !important;
  margin-bottom: clamp(46px, 6vw, 78px) !important;
}

html body .kt-solutions-block-head p {
  margin: 0 !important;
  color: var(--kt-muted) !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
}

html body .kt-solution-row {
  display: grid !important;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr) !important;
  gap: clamp(34px, 6vw, 92px) !important;
  align-items: center !important;
  padding: clamp(46px, 6vw, 82px) 0 !important;
  border-top: 1px solid var(--kt-line) !important;
}

html body .kt-solution-row:nth-child(even) {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr) !important;
}

html body .kt-solution-row:nth-child(even) .kt-solution-media {
  order: -1 !important;
}

html body .kt-solution-copy h3 {
  margin: 0 0 18px !important;
  color: var(--kt-blue) !important;
  font-size: clamp(26px, 2.8vw, 44px) !important;
  line-height: 1.08 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
}

html body .kt-solution-copy p {
  margin: 0 0 24px !important;
  color: var(--kt-muted) !important;
  font-size: 17px !important;
  line-height: 1.68 !important;
}

html body .kt-solutions-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 16px !important;
  min-height: 48px !important;
  padding: 0 26px !important;
  background: var(--kt-orange) !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

html body .kt-solution-media {
  position: relative !important;
  min-height: clamp(280px, 33vw, 430px) !important;
  overflow: hidden !important;
  background: var(--kt-blue) !important;
}

html body .kt-solution-media img {
  width: 100% !important;
  height: 100% !important;
  min-height: inherit !important;
  display: block !important;
  object-fit: cover !important;
}

html body .kt-solutions-banner {
  padding: clamp(74px, 8vw, 116px) 0 !important;
}

html body .kt-solutions-banner-card {
  position: relative !important;
  min-height: clamp(320px, 34vw, 460px) !important;
  display: grid !important;
  align-items: end !important;
  overflow: hidden !important;
  color: #ffffff !important;
  background: var(--kt-blue) !important;
}

html body .kt-solutions-banner-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background: linear-gradient(90deg, rgba(7, 58, 90, .76), rgba(7, 58, 90, .22)) !important;
}

html body .kt-solutions-banner-card img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

html body .kt-solutions-banner-copy {
  position: relative !important;
  z-index: 2 !important;
  max-width: 620px !important;
  padding: clamp(34px, 5vw, 70px) !important;
}

html body .kt-solutions-banner-copy span {
  display: block !important;
  margin-bottom: 14px !important;
  color: rgba(255, 255, 255, .82) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

html body .kt-solutions-banner-copy h2 {
  margin: 0 0 24px !important;
  color: #ffffff !important;
  font-size: clamp(32px, 4vw, 58px) !important;
  line-height: 1.04 !important;
  font-weight: 700 !important;
}

@media (max-width: 900px) {
  html body .kt-solutions-hero-copy,
  html body .kt-solutions-intro,
  html body .kt-solutions-block,
  html body .kt-solutions-banner {
    width: min(100% - 32px, 680px) !important;
  }

  html body .kt-solutions-intro,
  html body .kt-solutions-block-head,
  html body .kt-solution-row,
  html body .kt-solution-row:nth-child(even) {
    grid-template-columns: 1fr !important;
  }

  html body .kt-solution-row:nth-child(even) .kt-solution-media {
    order: 0 !important;
  }

  html body .kt-solutions-icon-row {
    grid-template-columns: repeat(2, auto) !important;
    justify-content: start !important;
  }
}
/* == /managed: KT loesungen page start-style alignment final v182 == */

/* == managed: KT loesungen legacy layout neutralizer final v183 == */
html body .site[data-ktw-route="loesungen"] .kt-solutions-page {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  grid-template-columns: none !important;
  gap: 0 !important;
  background: #ffffff !important;
  background-image: none !important;
}

html body .site[data-ktw-route="loesungen"] > .kt-solutions-page:first-of-type,
html body .site[data-ktw-route="loesungen"] > :not(.ktw-shell-wrap).kt-solutions-page:first-of-type {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  grid-template-columns: none !important;
  gap: 0 !important;
  background: #ffffff !important;
  background-image: none !important;
}

html body .site[data-ktw-route="loesungen"] .kt-solutions-hero {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

html body .site[data-ktw-route="loesungen"] .kt-solutions-intro,
html body .site[data-ktw-route="loesungen"] .kt-solutions-block,
html body .site[data-ktw-route="loesungen"] .kt-solutions-banner {
  max-width: min(1240px, calc(100% - 56px)) !important;
}
/* == /managed: KT loesungen legacy layout neutralizer final v183 == */

/* == managed: KT loesungen homepage typography match final v184 == */
html body .site[data-ktw-route="loesungen"] .kt-solutions-page,
html body .site[data-ktw-route="loesungen"] .kt-solutions-page * {
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route="loesungen"] .kt-solutions-hero h1 {
  max-width: 760px !important;
  font-size: clamp(38px, 3vw, 58px) !important;
  line-height: 1.04 !important;
  font-weight: 500 !important;
}

html body .site[data-ktw-route="loesungen"] .kt-solutions-kicker {
  font-size: 13px !important;
  line-height: 1.55 !important;
  font-weight: 900 !important;
}

html body .site[data-ktw-route="loesungen"] .kt-solutions-intro h2,
html body .site[data-ktw-route="loesungen"] .kt-solutions-block-head h2,
html body .site[data-ktw-route="loesungen"] .kt-solutions-banner-copy h2 {
  font-size: clamp(30px, 2.25vw, 42px) !important;
  line-height: 1.08 !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

html body .site[data-ktw-route="loesungen"] .kt-solutions-intro p,
html body .site[data-ktw-route="loesungen"] .kt-solutions-block-head p,
html body .site[data-ktw-route="loesungen"] .kt-solution-copy p {
  font-size: 14px !important;
  line-height: 1.52 !important;
  font-weight: 400 !important;
}

html body .site[data-ktw-route="loesungen"] .kt-solution-copy h3 {
  font-size: 20px !important;
  line-height: 1.16 !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

html body .site[data-ktw-route="loesungen"] .kt-solutions-link {
  font-size: 13px !important;
  line-height: 1.55 !important;
  font-weight: 900 !important;
}
/* == /managed: KT loesungen homepage typography match final v184 == */

/* == managed: KT footer Kronoterm type scale final v185 == */
html body .site[data-ktw-route] .ktw-shell-global-footer,
html body .ktw-shell-global-footer {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
}

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

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

html body .site[data-ktw-route] .ktw-shell-footer-legal a,
html body .site[data-ktw-route] .ktw-shell-footer-brand-row p,
html body .ktw-shell-global-footer .ktw-shell-footer-legal a,
html body .ktw-shell-global-footer .ktw-shell-footer-brand-row p {
  font-size: 13px !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}
/* == /managed: KT footer Kronoterm type scale final v185 == */

/* == managed: KT brauchwasserwaermepumpen page final v186 == */
html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-page,
html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-page * {
  box-sizing: border-box !important;
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-page {
  --kt-blue: #073a5a;
  --kt-orange: #f47a2a;
  --kt-ink: #071f31;
  --kt-muted: #68737b;
  --kt-line: #d8dde1;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  color: var(--kt-ink) !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] > .kt-dhw-page:first-of-type,
html body .site[data-ktw-route="brauchwasserwaermepumpen"] > :not(.ktw-shell-wrap).kt-dhw-page:first-of-type {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  background: #ffffff !important;
  background-image: none !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-hero {
  position: relative !important;
  min-height: clamp(560px, 58vw, 700px) !important;
  display: grid !important;
  align-items: end !important;
  overflow: hidden !important;
  background: var(--kt-blue) !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background:
    linear-gradient(90deg, rgba(7,58,90,.74), rgba(7,58,90,.26) 52%, rgba(7,58,90,.10)),
    linear-gradient(0deg, rgba(0,0,0,.24), rgba(0,0,0,.08)) !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-hero img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-hero-copy {
  position: relative !important;
  z-index: 2 !important;
  width: min(1240px, calc(100% - 56px)) !important;
  margin: 0 auto !important;
  padding: 0 0 clamp(76px, 9vw, 126px) !important;
  color: #ffffff !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-hero-copy span,
html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-section-head span,
html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-card span,
html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-usecase span,
html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-cta span {
  display: block !important;
  margin-bottom: 14px !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-hero h1 {
  max-width: 720px !important;
  margin: 0 0 18px !important;
  color: #ffffff !important;
  font-size: clamp(38px, 3vw, 58px) !important;
  line-height: 1.04 !important;
  font-weight: 500 !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-hero p {
  max-width: 560px !important;
  margin: 0 0 28px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 1.52 !important;
  font-weight: 400 !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-hero a,
html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-card a,
html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-cta a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 48px !important;
  padding: 0 26px !important;
  background: var(--kt-orange) !important;
  color: #ffffff !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-intro,
html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-products,
html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-usecases,
html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-cta {
  width: min(1240px, calc(100% - 56px)) !important;
  margin: 0 auto !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-intro {
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
  gap: clamp(42px, 7vw, 110px) !important;
  padding: clamp(70px, 8vw, 104px) 0 !important;
  border-bottom: 1px solid var(--kt-line) !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-intro h2,
html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-section-head h2,
html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-usecase h2,
html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-cta h2 {
  margin: 0 !important;
  color: var(--kt-blue) !important;
  font-size: clamp(30px, 2.25vw, 42px) !important;
  line-height: 1.08 !important;
  font-weight: 500 !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-intro p,
html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-card p,
html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-usecase p,
html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-cta p {
  margin: 0 0 18px !important;
  color: var(--kt-muted) !important;
  font-size: 14px !important;
  line-height: 1.52 !important;
  font-weight: 400 !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-facts {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-top: 30px !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-facts span {
  min-height: 86px !important;
  display: flex !important;
  align-items: flex-end !important;
  padding: 18px !important;
  background: var(--kt-blue) !important;
  color: #ffffff !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-products,
html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-usecases {
  padding: clamp(74px, 8vw, 116px) 0 !important;
  border-bottom: 1px solid var(--kt-line) !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-section-head {
  max-width: 720px !important;
  margin-bottom: clamp(42px, 6vw, 76px) !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-product-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(24px, 4vw, 52px) !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-card {
  display: grid !important;
  grid-template-rows: minmax(310px, 34vw) auto !important;
  background: #ffffff !important;
  border: 1px solid var(--kt-line) !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-card img {
  width: 100% !important;
  height: 100% !important;
  min-height: 310px !important;
  object-fit: cover !important;
  display: block !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-card div {
  padding: clamp(28px, 4vw, 46px) !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-card h3 {
  margin: 0 0 18px !important;
  color: var(--kt-blue) !important;
  font-size: 20px !important;
  line-height: 1.16 !important;
  font-weight: 500 !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-usecases {
  display: grid !important;
  gap: clamp(42px, 7vw, 86px) !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-usecase {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr) !important;
  gap: clamp(34px, 6vw, 86px) !important;
  align-items: center !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-usecase:nth-child(even) {
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr) !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-usecase:nth-child(even) img {
  order: 2 !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-usecase img {
  width: 100% !important;
  min-height: clamp(280px, 34vw, 430px) !important;
  object-fit: cover !important;
  display: block !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-cta {
  margin-top: clamp(70px, 8vw, 110px) !important;
  margin-bottom: clamp(70px, 8vw, 110px) !important;
  padding: clamp(42px, 6vw, 70px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 30px !important;
  align-items: end !important;
  background: var(--kt-blue) !important;
}

html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-cta :is(h2, p, span) {
  color: #ffffff !important;
}

@media (max-width: 900px) {
  html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-hero-copy,
  html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-intro,
  html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-products,
  html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-usecases,
  html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-cta {
    width: min(100% - 32px, 680px) !important;
  }

  html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-intro,
  html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-product-grid,
  html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-usecase,
  html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-usecase:nth-child(even),
  html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-cta {
    grid-template-columns: 1fr !important;
  }

  html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-usecase:nth-child(even) img {
    order: 0 !important;
  }

  html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-facts {
    grid-template-columns: 1fr !important;
  }
}
/* == /managed: KT brauchwasserwaermepumpen page final v186 == */

/* == managed: KT global outlined button radius final v187 == */
html body .site[data-ktw-route] :is(
  a,
  button,
  label,
  .btn,
  .kt-btn,
  .kt-home-filter,
  .kt-home-result-link,
  .kt-home-slider-arrow,
  .kt-hero-action,
  .kt-hero-arrow,
  .ktw-shell-cloud-link,
  .ktw-shell-account-link,
  .ktw-shell-logout,
  .ktw-shell-cta,
  .kt-solutions-link,
  .kt-dhw-hero a,
  .kt-dhw-card a,
  .kt-dhw-cta a
) {
  border-radius: 5px !important;
}

html body .site[data-ktw-route] :is(
  .kt-home-filter,
  .kt-home-result-link,
  .kt-hero-action,
  .ktw-shell-cloud-link,
  .ktw-shell-account-link,
  .ktw-shell-logout,
  .kt-solutions-link,
  .kt-dhw-hero a,
  .kt-dhw-card a,
  .kt-dhw-cta a
)[style],
html body .site[data-ktw-route] :is(
  .kt-home-filter,
  .kt-home-result-link,
  .kt-hero-action,
  .ktw-shell-cloud-link,
  .ktw-shell-account-link,
  .ktw-shell-logout,
  .kt-solutions-link,
  .kt-dhw-hero a,
  .kt-dhw-card a,
  .kt-dhw-cta a
) {
  overflow: hidden !important;
}

html body .site[data-ktw-route] :is(.kt-hero-arrow, .kt-home-slider-arrow) {
  border-radius: 999px !important;
}

html body .site[data-ktw-route] a.btn,
html body .site[data-ktw-route] a.btn.btn-arrow,
html body .site[data-ktw-route] .btn.btn-primary,
html body .site[data-ktw-route] .btn.btn-secondary {
  border-radius: 5px !important;
  overflow: hidden !important;
}

html body .site[data-ktw-route] button.kt-hero-arrow,
html body .site[data-ktw-route] button.kt-home-slider-arrow,
html body .site[data-ktw-route] .kt-hero-arrow.kt-hero-arrow,
html body .site[data-ktw-route] .kt-home-slider-arrow.kt-home-slider-arrow {
  border-radius: 999px !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-copy a.btn.btn-arrow,
html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-copy .btn.btn-primary,
html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-hero-v110 .kt-hero-copy .btn.btn-secondary,
html body .site[data-ktw-route] .hero:first-of-type a.btn.btn-arrow,
html body .site[data-ktw-route] .page-hero:first-of-type a.btn.btn-arrow,
html body .site[data-ktw-route] .docs-hero:first-of-type a.btn.btn-arrow {
  border-radius: 5px !important;
  overflow: hidden !important;
}
/* == /managed: KT global outlined button radius final v187 == */

/* == managed: KT subpage hero left rail alignment final v188 == */
html body .site[data-ktw-route="loesungen"] .kt-solutions-hero-copy,
html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-hero-copy {
  width: min(760px, calc(100% - (var(--ktw-left-rail) * 2))) !important;
  max-width: none !important;
  margin-left: var(--ktw-left-rail) !important;
  margin-right: auto !important;
}

html body .site[data-ktw-route="loesungen"] .kt-solutions-hero-copy h1,
html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-hero-copy h1,
html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-hero-copy p {
  max-width: 100% !important;
}

@media (max-width: 1179px) {
  html body .site[data-ktw-route="loesungen"] .kt-solutions-hero-copy,
  html body .site[data-ktw-route="brauchwasserwaermepumpen"] .kt-dhw-hero-copy {
    width: calc(100% - (var(--ktw-left-rail) * 2)) !important;
    margin-left: var(--ktw-left-rail) !important;
    margin-right: var(--ktw-left-rail) !important;
  }
}
/* == /managed: KT subpage hero left rail alignment final v188 == */

/* == managed: KT product pages and global text rail final v189 == */
html body .site[data-ktw-route] :is(
  .kt-solutions-intro,
  .kt-solutions-block,
  .kt-solutions-banner,
  .kt-dhw-intro,
  .kt-dhw-products,
  .kt-dhw-usecases,
  .kt-dhw-cta,
  .kt-product-intro,
  .kt-product-feature-grid,
  .kt-product-showcase,
  .kt-product-use,
  .kt-product-cta
) {
  width: min(1240px, calc(100% - (var(--ktw-left-rail) * 2))) !important;
  max-width: none !important;
  margin-left: var(--ktw-left-rail) !important;
  margin-right: auto !important;
}

html body .site[data-ktw-route] :is(.kt-product-page, .kt-product-page *) {
  box-sizing: border-box !important;
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route] .kt-product-page {
  --kt-blue: #073a5a;
  --kt-orange: #f47a2a;
  --kt-ink: #071f31;
  --kt-muted: #68737b;
  --kt-line: #d8dde1;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  color: var(--kt-ink) !important;
}

html body .site[data-ktw-route="essenta"] > .kt-product-page:first-of-type,
html body .site[data-ktw-route="smax"] > .kt-product-page:first-of-type,
html body .site[data-ktw-route="essenta"] > :not(.ktw-shell-wrap).kt-product-page:first-of-type,
html body .site[data-ktw-route="smax"] > :not(.ktw-shell-wrap).kt-product-page:first-of-type {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  background: #ffffff !important;
  background-image: none !important;
}

html body .site[data-ktw-route] .kt-product-hero {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

html body .site[data-ktw-route] .kt-product-hero {
  position: relative !important;
  min-height: clamp(560px, 58vw, 700px) !important;
  display: grid !important;
  align-items: end !important;
  overflow: hidden !important;
  background: var(--kt-blue) !important;
}

html body .site[data-ktw-route] .kt-product-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background:
    linear-gradient(90deg, rgba(7, 58, 90, .74), rgba(7, 58, 90, .24) 52%, rgba(7, 58, 90, .10)),
    linear-gradient(0deg, rgba(0, 0, 0, .24), rgba(0, 0, 0, .08)) !important;
}

html body .site[data-ktw-route] .kt-product-hero img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

html body .site[data-ktw-route] .kt-product-hero-copy {
  position: relative !important;
  z-index: 2 !important;
  width: min(760px, calc(100% - (var(--ktw-left-rail) * 2))) !important;
  margin-left: var(--ktw-left-rail) !important;
  margin-right: auto !important;
  padding: 0 0 clamp(76px, 9vw, 126px) !important;
  color: #ffffff !important;
}

html body .site[data-ktw-route] .kt-product-hero-copy span,
html body .site[data-ktw-route] .kt-product-intro span,
html body .site[data-ktw-route] .kt-product-section-head span,
html body .site[data-ktw-route] .kt-product-cta span {
  display: block !important;
  margin-bottom: 14px !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

html body .site[data-ktw-route] .kt-product-hero h1 {
  max-width: 760px !important;
  margin: 0 0 18px !important;
  color: #ffffff !important;
  font-size: clamp(38px, 3vw, 58px) !important;
  line-height: 1.04 !important;
  font-weight: 500 !important;
}

html body .site[data-ktw-route] .kt-product-hero p {
  max-width: 620px !important;
  margin: 0 0 28px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 1.52 !important;
}

html body .site[data-ktw-route] .kt-product-hero a,
html body .site[data-ktw-route] .kt-product-cta a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 48px !important;
  padding: 0 26px !important;
  background: var(--kt-orange) !important;
  border: 1px solid var(--kt-orange) !important;
  border-radius: 5px !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

html body .site[data-ktw-route] .kt-product-intro {
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
  gap: clamp(42px, 7vw, 110px) !important;
  padding: clamp(70px, 8vw, 104px) 0 !important;
  border-bottom: 1px solid var(--kt-line) !important;
}

html body .site[data-ktw-route] .kt-product-intro h2,
html body .site[data-ktw-route] .kt-product-showcase h2,
html body .site[data-ktw-route] .kt-product-use h2,
html body .site[data-ktw-route] .kt-product-cta h2 {
  margin: 0 !important;
  color: var(--kt-blue) !important;
  font-size: clamp(30px, 2.25vw, 42px) !important;
  line-height: 1.08 !important;
  font-weight: 500 !important;
}

html body .site[data-ktw-route] .kt-product-intro p,
html body .site[data-ktw-route] .kt-product-feature-grid p,
html body .site[data-ktw-route] .kt-product-showcase p,
html body .site[data-ktw-route] .kt-product-cta p {
  margin: 0 0 18px !important;
  color: var(--kt-muted) !important;
  font-size: 14px !important;
  line-height: 1.52 !important;
  font-weight: 400 !important;
}

html body .site[data-ktw-route] .kt-product-metrics {
  display: grid !important;
  gap: 6px !important;
  margin-top: 28px !important;
  padding: 24px !important;
  background: var(--kt-blue) !important;
  color: #ffffff !important;
}

html body .site[data-ktw-route] .kt-product-metrics strong,
html body .site[data-ktw-route] .kt-product-metrics span {
  color: #ffffff !important;
}

html body .site[data-ktw-route] .kt-product-feature-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1px !important;
  padding: clamp(70px, 8vw, 104px) 0 !important;
}

html body .site[data-ktw-route] .kt-product-feature-grid article {
  min-height: 300px !important;
  padding: 30px !important;
  background: var(--kt-blue) !important;
  color: #ffffff !important;
}

html body .site[data-ktw-route] .kt-product-feature-grid :is(h3, p, span) {
  color: #ffffff !important;
}

html body .site[data-ktw-route] .kt-product-feature-grid h3 {
  margin: 18px 0 14px !important;
  font-size: 20px !important;
  line-height: 1.16 !important;
  font-weight: 500 !important;
}

html body .site[data-ktw-route] .kt-product-showcase {
  display: grid !important;
  gap: clamp(42px, 7vw, 86px) !important;
  padding: clamp(74px, 8vw, 116px) 0 !important;
  border-top: 1px solid var(--kt-line) !important;
  border-bottom: 1px solid var(--kt-line) !important;
}

html body .site[data-ktw-route] .kt-product-showcase article {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr) !important;
  gap: clamp(34px, 6vw, 86px) !important;
  align-items: center !important;
}

html body .site[data-ktw-route] .kt-product-showcase article:nth-child(even) {
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr) !important;
}

html body .site[data-ktw-route] .kt-product-showcase article:nth-child(even) img {
  order: 2 !important;
}

html body .site[data-ktw-route] .kt-product-showcase img {
  width: 100% !important;
  min-height: clamp(280px, 34vw, 430px) !important;
  object-fit: cover !important;
  display: block !important;
}

html body .site[data-ktw-route] .kt-product-use {
  padding: clamp(74px, 8vw, 116px) 0 !important;
  border-top: 1px solid var(--kt-line) !important;
}

html body .site[data-ktw-route] .kt-product-use-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin-top: 42px !important;
}

html body .site[data-ktw-route] .kt-product-use-grid article {
  position: relative !important;
  min-height: 260px !important;
  overflow: hidden !important;
  background: var(--kt-blue) !important;
}

html body .site[data-ktw-route] .kt-product-use-grid img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  filter: brightness(.72) !important;
}

html body .site[data-ktw-route] .kt-product-use-grid h3 {
  position: absolute !important;
  left: 18px !important;
  right: 18px !important;
  bottom: 18px !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 18px !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
}

html body .site[data-ktw-route] .kt-product-cta {
  margin-top: clamp(70px, 8vw, 110px) !important;
  margin-bottom: clamp(70px, 8vw, 110px) !important;
  padding: clamp(42px, 6vw, 70px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 30px !important;
  align-items: end !important;
  background: var(--kt-blue) !important;
}

html body .site[data-ktw-route] .kt-product-cta :is(h2, p, span) {
  color: #ffffff !important;
}

html body .site[data-ktw-route] .kt-dhw-icon-row {
  display: flex !important;
  gap: 18px !important;
  flex-wrap: wrap !important;
  margin-top: 28px !important;
}

html body .site[data-ktw-route] .kt-dhw-icon-row .kt-solutions-icon {
  width: 76px !important;
  height: 76px !important;
  display: grid !important;
  place-items: center !important;
  color: var(--kt-blue) !important;
  border: 1px solid var(--kt-line) !important;
  border-radius: 5px !important;
  font-size: 48px !important;
}

@media (max-width: 980px) {
  html body .site[data-ktw-route] .kt-product-intro,
  html body .site[data-ktw-route] .kt-product-showcase article,
  html body .site[data-ktw-route] .kt-product-showcase article:nth-child(even),
  html body .site[data-ktw-route] .kt-product-cta {
    grid-template-columns: 1fr !important;
  }

  html body .site[data-ktw-route] .kt-product-feature-grid,
  html body .site[data-ktw-route] .kt-product-use-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body .site[data-ktw-route] .kt-product-showcase article:nth-child(even) img {
    order: 0 !important;
  }
}

@media (max-width: 640px) {
  html body .site[data-ktw-route] .kt-product-feature-grid,
  html body .site[data-ktw-route] .kt-product-use-grid {
    grid-template-columns: 1fr !important;
  }
}
/* == /managed: KT product pages and global text rail final v189 == */

/* == managed: KT desktop mega menu hover persistence final v190 == */
@media (min-width: 1180px) {
  html body .site[data-ktw-route] .ktw-shell-menu-item {
    position: static !important;
    padding-bottom: 24px !important;
    margin-bottom: -24px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-item::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
    height: 34px !important;
    display: block !important;
    background: transparent !important;
    pointer-events: auto !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu {
    top: 86px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-16px) !important;
    transition:
      opacity .18s ease,
      transform .28s cubic-bezier(.22, .61, .36, 1),
      visibility .18s ease !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,
  html body .site[data-ktw-route] .ktw-shell-menu-item:has(> .ktw-shell-submenu:hover) > .ktw-shell-submenu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu--solutions,
  html body .site[data-ktw-route] .ktw-shell-submenu--products {
    width: 100vw !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: calc(100vh - 86px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    background: #ffffff !important;
    border-top: 1px solid rgba(7, 58, 90, .14) !important;
    box-shadow: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu--solutions {
    grid-template-columns: minmax(230px, 350px) minmax(260px, 350px) !important;
    gap: clamp(70px, 9vw, 150px) !important;
    padding: 58px clamp(76px, 12vw, 210px) 60px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu--products {
    display: grid !important;
    grid-template-columns: minmax(230px, 320px) minmax(230px, 320px) minmax(260px, 360px) !important;
    gap: clamp(58px, 7vw, 112px) !important;
    align-items: start !important;
    padding: 58px clamp(76px, 10vw, 170px) 60px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu--products .ktw-shell-mega-link {
    width: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    display: block !important;
    color: #6d7379 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.48 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    text-transform: none !important;
    white-space: normal !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu--products .ktw-shell-mega-link + .ktw-shell-mega-link {
    margin-top: 17px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu--products .ktw-shell-mega-title {
    color: #0b2030 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.22 !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1.5px !important;
    text-underline-offset: 3px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu--products .ktw-shell-mega-divider {
    width: 100% !important;
    height: 1px !important;
    margin: 26px 0 26px !important;
    background: #d4d9dd !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu--solutions .ktw-shell-mega-link:hover,
  html body .site[data-ktw-route] .ktw-shell-submenu--products .ktw-shell-mega-link:hover {
    color: #ef7d30 !important;
  }
}
/* == /managed: KT desktop mega menu hover persistence final v190 == */

/* == managed: KT product metric pills and S MAX device final v191 == */
html body .site[data-ktw-route] .kt-product-hero img.kt-product-hero-device {
  inset: auto !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  filter: drop-shadow(0 30px 42px rgba(4, 24, 36, .30)) !important;
}

html body .site[data-ktw-route="smax"] .kt-product-hero .kt-product-hero-device--smax {
  position: absolute !important;
  z-index: 3 !important;
  right: clamp(150px, 19vw, 320px) !important;
  bottom: clamp(-92px, -6vw, -58px) !important;
  max-height: clamp(360px, 38vw, 560px) !important;
  max-width: min(32vw, 420px) !important;
  pointer-events: none !important;
}

html body .site[data-ktw-route] .kt-product-metrics {
  width: min(640px, 100%) !important;
  min-height: 108px !important;
  margin-top: clamp(30px, 4vw, 52px) !important;
  padding: 18px clamp(26px, 4vw, 44px) !important;
  display: grid !important;
  grid-template-columns: 86px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 22px !important;
  background: var(--kt-orange, #f47a2a) !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

html body .site[data-ktw-route] .kt-product-metric-icon {
  width: 72px !important;
  height: 72px !important;
  display: grid !important;
  place-items: center !important;
  margin: 0 !important;
}

html body .site[data-ktw-route] .kt-product-metric-icon svg {
  width: 72px !important;
  height: 72px !important;
  display: block !important;
  fill: none !important;
  stroke: #ffffff !important;
  stroke-width: 4.2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body .site[data-ktw-route] .kt-product-metric-copy {
  min-width: 0 !important;
  display: grid !important;
  gap: 5px !important;
  margin: 0 !important;
}

html body .site[data-ktw-route] .kt-product-metrics strong {
  display: block !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(26px, 2vw, 34px) !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

html body .site[data-ktw-route] .kt-product-metrics .kt-product-metric-copy > span {
  display: block !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(12px, .9vw, 15px) !important;
  line-height: 1.32 !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

@media (max-width: 980px) {
  html body .site[data-ktw-route="smax"] .kt-product-hero .kt-product-hero-device--smax {
    right: clamp(22px, 8vw, 70px) !important;
    bottom: -64px !important;
    max-height: clamp(250px, 48vw, 380px) !important;
    max-width: min(42vw, 300px) !important;
  }

  html body .site[data-ktw-route] .kt-product-metrics {
    grid-template-columns: 62px minmax(0, 1fr) !important;
    gap: 16px !important;
    padding: 16px 22px !important;
  }

  html body .site[data-ktw-route] .kt-product-metric-icon,
  html body .site[data-ktw-route] .kt-product-metric-icon svg {
    width: 56px !important;
    height: 56px !important;
  }
}

@media (max-width: 640px) {
  html body .site[data-ktw-route="smax"] .kt-product-hero .kt-product-hero-device--smax {
    opacity: .9 !important;
    right: 18px !important;
    bottom: -40px !important;
    max-height: 220px !important;
    max-width: 38vw !important;
  }

  html body .site[data-ktw-route] .kt-product-metrics {
    border-radius: 38px !important;
  }
}
/* == /managed: KT product metric pills and S MAX device final v191 == */

/* == managed: KT S MAX product placement hard reset final v192 == */
html body .site[data-ktw-route="smax"] .kt-product-hero {
  overflow: visible !important;
}

html body .site[data-ktw-route="smax"] .kt-product-hero img.kt-product-hero-device.kt-product-hero-device--smax {
  position: absolute !important;
  z-index: 3 !important;
  top: auto !important;
  right: clamp(120px, 17vw, 280px) !important;
  bottom: -58px !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
  max-width: min(32vw, 420px) !important;
  max-height: clamp(360px, 38vw, 560px) !important;
  object-fit: contain !important;
  transform: none !important;
  pointer-events: none !important;
}

@media (max-width: 980px) {
  html body .site[data-ktw-route="smax"] .kt-product-hero img.kt-product-hero-device.kt-product-hero-device--smax {
    right: clamp(22px, 8vw, 70px) !important;
    bottom: -44px !important;
    max-width: min(42vw, 300px) !important;
    max-height: clamp(250px, 48vw, 380px) !important;
  }
}

@media (max-width: 640px) {
  html body .site[data-ktw-route="smax"] .kt-product-hero img.kt-product-hero-device.kt-product-hero-device--smax {
    right: 18px !important;
    bottom: -28px !important;
    max-width: 38vw !important;
    max-height: 220px !important;
  }
}
/* == /managed: KT S MAX product placement hard reset final v192 == */

/* == managed: KT hotwater guide page final v193 == */
html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-page,
html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-page * {
  box-sizing: border-box !important;
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-page {
  --kt-blue: #073a5a;
  --kt-orange: #f47a2a;
  --kt-ink: #071f31;
  --kt-muted: #68737b;
  --kt-line: #d8dde1;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  color: var(--kt-ink) !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-hero {
  position: relative !important;
  min-height: clamp(560px, 58vw, 700px) !important;
  display: grid !important;
  align-items: end !important;
  overflow: hidden !important;
  background: var(--kt-blue) !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background:
    linear-gradient(90deg, rgba(7,58,90,.76), rgba(7,58,90,.34) 52%, rgba(7,58,90,.12)),
    linear-gradient(0deg, rgba(0,0,0,.24), rgba(0,0,0,.06)) !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-hero img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-hero-copy {
  position: relative !important;
  z-index: 2 !important;
  width: min(760px, calc(100% - (var(--ktw-left-rail) * 2))) !important;
  max-width: none !important;
  margin-left: var(--ktw-left-rail) !important;
  margin-right: auto !important;
  padding: 0 0 clamp(76px, 9vw, 126px) !important;
  color: #ffffff !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-hero-copy span,
html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-product > div > span,
html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-cta span {
  display: block !important;
  margin-bottom: 14px !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-hero h1 {
  max-width: 760px !important;
  margin: 0 0 18px !important;
  color: #ffffff !important;
  font-size: clamp(38px, 3vw, 58px) !important;
  line-height: 1.04 !important;
  font-weight: 500 !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-hero p {
  max-width: 600px !important;
  margin: 0 0 28px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 1.52 !important;
  font-weight: 400 !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] :is(
  .kt-hotwater-hero-copy a,
  .kt-hotwater-product a,
  .kt-hotwater-cta a
) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 0 26px !important;
  background: var(--kt-orange) !important;
  color: #ffffff !important;
  border: 1px solid var(--kt-orange) !important;
  border-radius: 5px !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] :is(
  .kt-hotwater-intro,
  .kt-hotwater-metrics,
  .kt-hotwater-split,
  .kt-hotwater-band,
  .kt-hotwater-product,
  .kt-hotwater-savings,
  .kt-hotwater-faq,
  .kt-hotwater-cta
) {
  width: min(1240px, calc(100% - (var(--ktw-left-rail) * 2))) !important;
  max-width: none !important;
  margin-left: var(--ktw-left-rail) !important;
  margin-right: auto !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-intro,
html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-split,
html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-savings {
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
  gap: clamp(42px, 7vw, 110px) !important;
  padding: clamp(72px, 8vw, 112px) 0 !important;
  border-bottom: 1px solid var(--kt-line) !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] :is(h2, h3, p) {
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] :is(
  .kt-hotwater-intro h2,
  .kt-hotwater-split h2,
  .kt-hotwater-band h2,
  .kt-hotwater-product h2,
  .kt-hotwater-savings h2,
  .kt-hotwater-faq h2,
  .kt-hotwater-cta h2
) {
  margin: 0 0 22px !important;
  color: var(--kt-blue) !important;
  font-size: clamp(30px, 2.25vw, 42px) !important;
  line-height: 1.08 !important;
  font-weight: 500 !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] :is(
  .kt-hotwater-intro p,
  .kt-hotwater-split p,
  .kt-hotwater-band p,
  .kt-hotwater-product p,
  .kt-hotwater-savings p,
  .kt-hotwater-faq p,
  .kt-hotwater-cta p
) {
  margin: 0 0 18px !important;
  color: var(--kt-muted) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-metrics {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2.2vw, 30px) !important;
  padding: clamp(54px, 6vw, 78px) 0 !important;
  border-bottom: 1px solid var(--kt-line) !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-metrics article {
  min-height: 118px !important;
  display: grid !important;
  grid-template-columns: 82px minmax(0, 1fr) !important;
  align-items: center !important;
  column-gap: 22px !important;
  padding: 20px clamp(22px, 2.6vw, 34px) !important;
  background: var(--kt-orange) !important;
  color: #ffffff !important;
  border-radius: 999px !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-metric-icon,
html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-metric-icon svg {
  width: 70px !important;
  height: 70px !important;
  display: block !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-metric-icon svg {
  fill: none !important;
  stroke: #ffffff !important;
  stroke-width: 4.2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-metrics strong {
  display: block !important;
  margin: 0 0 6px !important;
  color: #ffffff !important;
  font-size: clamp(24px, 1.9vw, 32px) !important;
  line-height: 1 !important;
  font-weight: 800 !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-metrics article > span:last-child {
  display: block !important;
  grid-column: 2 !important;
  color: #ffffff !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-split img {
  width: 100% !important;
  min-height: clamp(300px, 32vw, 440px) !important;
  object-fit: cover !important;
  display: block !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-band {
  padding: clamp(72px, 8vw, 112px) clamp(28px, 5vw, 68px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr) !important;
  gap: clamp(42px, 7vw, 110px) !important;
  background: var(--kt-blue) !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-band :is(h2, p) {
  color: #ffffff !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-size-grid,
html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-chf-grid,
html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-faq > div {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-size-grid article,
html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-chf-grid article,
html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-faq article {
  padding: 26px !important;
  border: 1px solid var(--kt-line) !important;
  background: #ffffff !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-size-grid strong,
html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-chf-grid strong,
html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-faq h3 {
  display: block !important;
  margin: 0 0 12px !important;
  color: var(--kt-blue) !important;
  font-size: 18px !important;
  line-height: 1.24 !important;
  font-weight: 800 !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-size-grid span,
html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-chf-grid span {
  display: block !important;
  color: var(--kt-muted) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-product {
  position: relative !important;
  min-height: clamp(420px, 42vw, 560px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
  gap: clamp(42px, 7vw, 110px) !important;
  align-items: center !important;
  padding: clamp(72px, 8vw, 112px) 0 !important;
  border-bottom: 1px solid var(--kt-line) !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-product img {
  justify-self: center !important;
  width: auto !important;
  max-width: min(38vw, 360px) !important;
  max-height: 500px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 26px 42px rgba(4, 24, 36, .22)) !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-chf-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-faq {
  padding: clamp(72px, 8vw, 112px) 0 !important;
  border-bottom: 1px solid var(--kt-line) !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-faq > div {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-cta {
  margin-top: clamp(70px, 8vw, 110px) !important;
  margin-bottom: clamp(70px, 8vw, 110px) !important;
  padding: clamp(42px, 6vw, 70px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 30px !important;
  align-items: end !important;
  background: var(--kt-blue) !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-cta :is(h2, p, span) {
  color: #ffffff !important;
}

@media (max-width: 980px) {
  html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-hero-copy,
  html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] :is(
    .kt-hotwater-intro,
    .kt-hotwater-metrics,
    .kt-hotwater-split,
    .kt-hotwater-band,
    .kt-hotwater-product,
    .kt-hotwater-savings,
    .kt-hotwater-faq,
    .kt-hotwater-cta
  ) {
    width: calc(100% - (var(--ktw-left-rail) * 2)) !important;
    margin-left: var(--ktw-left-rail) !important;
    margin-right: var(--ktw-left-rail) !important;
  }

  html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] :is(
    .kt-hotwater-intro,
    .kt-hotwater-split,
    .kt-hotwater-band,
    .kt-hotwater-product,
    .kt-hotwater-savings,
    .kt-hotwater-cta
  ),
  html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-metrics,
  html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-size-grid,
  html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-chf-grid,
  html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-faq > div {
    grid-template-columns: 1fr !important;
  }

  html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-product img {
    max-width: min(70vw, 320px) !important;
  }
}

@media (max-width: 640px) {
  html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-metrics article {
    grid-template-columns: 62px minmax(0, 1fr) !important;
    border-radius: 38px !important;
  }

  html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-metric-icon,
  html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-metric-icon svg {
    width: 56px !important;
    height: 56px !important;
  }
}
/* == /managed: KT hotwater guide page final v193 == */

/* == managed: KT kronoterm cloud page final v194 == */
html body .site[data-ktw-route="kronoterm-cloud"] .kt-cloud-page,
html body .site[data-ktw-route="kronoterm-cloud"] .kt-cloud-page * {
  box-sizing: border-box !important;
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route="kronoterm-cloud"] .kt-cloud-page {
  --kt-blue: #073a5a;
  --kt-orange: #f47a2a;
  --kt-ink: #071f31;
  --kt-muted: #68737b;
  --kt-line: #d8dde1;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  color: var(--kt-ink) !important;
}

html body .site[data-ktw-route="kronoterm-cloud"] .kt-cloud-hero {
  position: relative !important;
  min-height: clamp(540px, 56vw, 690px) !important;
  display: grid !important;
  align-items: end !important;
  overflow: hidden !important;
  background: var(--kt-blue) !important;
}

html body .site[data-ktw-route="kronoterm-cloud"] .kt-cloud-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background:
    linear-gradient(90deg, rgba(7,58,90,.82), rgba(7,58,90,.34) 54%, rgba(7,58,90,.12)),
    linear-gradient(0deg, rgba(0,0,0,.28), rgba(0,0,0,.08)) !important;
}

html body .site[data-ktw-route="kronoterm-cloud"] .kt-cloud-hero img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

html body .site[data-ktw-route="kronoterm-cloud"] .kt-cloud-hero-copy {
  position: relative !important;
  z-index: 2 !important;
  width: min(760px, calc(100% - (var(--ktw-left-rail) * 2))) !important;
  max-width: none !important;
  margin-left: var(--ktw-left-rail) !important;
  margin-right: auto !important;
  padding: 0 0 clamp(76px, 9vw, 126px) !important;
  color: #ffffff !important;
}

html body .site[data-ktw-route="kronoterm-cloud"] .kt-cloud-hero-copy span,
html body .site[data-ktw-route="kronoterm-cloud"] .kt-cloud-frame-head span {
  display: block !important;
  margin-bottom: 14px !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

html body .site[data-ktw-route="kronoterm-cloud"] .kt-cloud-hero h1 {
  max-width: 720px !important;
  margin: 0 0 18px !important;
  color: #ffffff !important;
  font-size: clamp(38px, 3vw, 58px) !important;
  line-height: 1.04 !important;
  font-weight: 500 !important;
}

html body .site[data-ktw-route="kronoterm-cloud"] .kt-cloud-hero p,
html body .site[data-ktw-route="kronoterm-cloud"] .kt-cloud-intro p {
  max-width: 620px !important;
  margin: 0 0 18px !important;
  color: var(--kt-muted) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

html body .site[data-ktw-route="kronoterm-cloud"] .kt-cloud-hero p {
  color: #ffffff !important;
  margin-bottom: 28px !important;
}

html body .site[data-ktw-route="kronoterm-cloud"] :is(.kt-cloud-hero-copy a, .kt-cloud-frame-head a) {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 0 26px !important;
  background: var(--kt-orange) !important;
  color: #ffffff !important;
  border: 1px solid var(--kt-orange) !important;
  border-radius: 5px !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

html body .site[data-ktw-route="kronoterm-cloud"] :is(.kt-cloud-intro, .kt-cloud-frame-section) {
  width: min(1240px, calc(100% - (var(--ktw-left-rail) * 2))) !important;
  max-width: none !important;
  margin-left: var(--ktw-left-rail) !important;
  margin-right: auto !important;
}

html body .site[data-ktw-route="kronoterm-cloud"] .kt-cloud-intro {
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
  gap: clamp(42px, 7vw, 110px) !important;
  padding: clamp(72px, 8vw, 112px) 0 !important;
  border-bottom: 1px solid var(--kt-line) !important;
}

html body .site[data-ktw-route="kronoterm-cloud"] :is(.kt-cloud-intro h2, .kt-cloud-frame-head h2) {
  margin: 0 !important;
  color: var(--kt-blue) !important;
  font-size: clamp(30px, 2.25vw, 42px) !important;
  line-height: 1.08 !important;
  font-weight: 500 !important;
}

html body .site[data-ktw-route="kronoterm-cloud"] .kt-cloud-frame-section {
  padding: clamp(70px, 8vw, 112px) 0 !important;
}

html body .site[data-ktw-route="kronoterm-cloud"] .kt-cloud-frame-head {
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 30px !important;
  margin-bottom: 28px !important;
}

html body .site[data-ktw-route="kronoterm-cloud"] .kt-cloud-frame-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

html body .site[data-ktw-route="kronoterm-cloud"] .kt-cloud-refresh {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 0 26px !important;
  background: #ffffff !important;
  color: var(--kt-blue) !important;
  border: 1px solid var(--kt-blue) !important;
  border-radius: 5px !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

html body .site[data-ktw-route="kronoterm-cloud"] .kt-cloud-frame-shell {
  width: 100% !important;
  min-height: clamp(640px, 72vh, 860px) !important;
  overflow: hidden !important;
  border: 1px solid var(--kt-line) !important;
  background: #ffffff !important;
  box-shadow: 0 28px 70px rgba(4, 24, 36, .14) !important;
}

html body .site[data-ktw-route="kronoterm-cloud"] .kt-cloud-frame-shell iframe {
  width: 100% !important;
  height: clamp(640px, 72vh, 860px) !important;
  display: block !important;
  border: 0 !important;
  background: #ffffff !important;
}

@media (max-width: 980px) {
  html body .site[data-ktw-route="kronoterm-cloud"] .kt-cloud-hero-copy,
  html body .site[data-ktw-route="kronoterm-cloud"] :is(.kt-cloud-intro, .kt-cloud-frame-section) {
    width: calc(100% - (var(--ktw-left-rail) * 2)) !important;
    margin-left: var(--ktw-left-rail) !important;
    margin-right: var(--ktw-left-rail) !important;
  }

  html body .site[data-ktw-route="kronoterm-cloud"] .kt-cloud-intro {
    grid-template-columns: 1fr !important;
  }

  html body .site[data-ktw-route="kronoterm-cloud"] .kt-cloud-frame-head {
    align-items: start !important;
    flex-direction: column !important;
  }
}
/* == /managed: KT kronoterm cloud page final v194 == */

/* == managed: KT kronoterm cloud builder layout reset final v195 == */
html body .site[data-ktw-route="kronoterm-cloud"] main.kt-cloud-page {
  display: block !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
  gap: 0 !important;
}

html body .site[data-ktw-route="kronoterm-cloud"] main.kt-cloud-page > section {
  position: relative !important;
  grid-column: auto !important;
  grid-row: auto !important;
}

html body .site[data-ktw-route="kronoterm-cloud"] main.kt-cloud-page > .kt-cloud-hero {
  width: 100% !important;
  margin: 0 !important;
}
/* == /managed: KT kronoterm cloud builder layout reset final v195 == */

/* == managed: KT kronoterm cloud first-element legacy override final v196 == */
html body .site[data-ktw-route="kronoterm-cloud"] > main.kt-cloud-page:not(.ktw-shell-wrap):first-of-type,
html body .site[data-ktw-route="kronoterm-cloud"] > :not(.ktw-shell-wrap).kt-cloud-page:first-of-type {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
  gap: 0 !important;
  align-items: stretch !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  color: var(--kt-ink, #071f31) !important;
}
/* == /managed: KT kronoterm cloud first-element legacy override final v196 == */

/* == managed: KT global Montserrat hard override and hotwater guide reset final v197 == */
html body .site[data-ktw-route],
html body .site[data-ktw-route] :where(h1,h2,h3,h4,h5,h6,p,a,button,label,li,small,strong,em,span,input,textarea,select,summary,blockquote,td,th):not([class*="icon"]):not([class*="Icon"]) {
  font-family: "Montserrat", Arial, sans-serif !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] > main.kt-hotwater-page:not(.ktw-shell-wrap):first-of-type,
html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] > :not(.ktw-shell-wrap).kt-hotwater-page:first-of-type {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
  gap: 0 !important;
  align-items: stretch !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  color: var(--kt-ink, #071f31) !important;
  overflow: hidden !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] main.kt-hotwater-page {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
  gap: 0 !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] main.kt-hotwater-page > section {
  position: relative !important;
  grid-column: auto !important;
  grid-row: auto !important;
  width: 100% !important;
  max-width: none !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-hero {
  display: grid !important;
  align-items: end !important;
  min-height: clamp(620px, 72vh, 790px) !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #073a5a !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-hero img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background:
    linear-gradient(90deg, rgba(7,58,90,.82), rgba(7,58,90,.38) 54%, rgba(7,58,90,.14)),
    linear-gradient(0deg, rgba(0,0,0,.25), rgba(0,0,0,.08)) !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-hero-copy {
  position: relative !important;
  z-index: 2 !important;
  width: min(760px, calc(100% - (var(--ktw-left-rail) * 2))) !important;
  max-width: none !important;
  margin-left: var(--ktw-left-rail) !important;
  margin-right: auto !important;
  padding: 0 0 clamp(78px, 9vw, 132px) !important;
  color: #ffffff !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-hero-copy h1 {
  max-width: 680px !important;
  margin: 0 0 20px !important;
  color: #ffffff !important;
  font-size: clamp(42px, 4.2vw, 72px) !important;
  line-height: 1.03 !important;
  font-weight: 500 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: manual !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-hero-copy p {
  max-width: 620px !important;
  color: #ffffff !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] :is(.kt-hotwater-intro,.kt-hotwater-metrics,.kt-hotwater-split,.kt-hotwater-band,.kt-hotwater-product,.kt-hotwater-savings,.kt-hotwater-faq,.kt-hotwater-cta) {
  width: min(1240px, calc(100% - (var(--ktw-left-rail) * 2))) !important;
  max-width: none !important;
  margin-left: var(--ktw-left-rail) !important;
  margin-right: auto !important;
}

@media (max-width: 760px) {
  html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-hero {
    min-height: 640px !important;
  }

  html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-hero-copy h1 {
    font-size: clamp(38px, 12vw, 54px) !important;
  }
}
/* == /managed: KT global Montserrat hard override and hotwater guide reset final v197 == */

/* == managed: KT hotwater guide Kronoterm content sections final v198 == */
html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] :is(
  .kt-hotwater-feature-grid,
  .kt-hotwater-media-cards,
  .kt-hotwater-system,
  .kt-hotwater-install,
  .kt-hotwater-references
) {
  width: min(1240px, calc(100% - (var(--ktw-left-rail) * 2))) !important;
  max-width: none !important;
  margin-left: var(--ktw-left-rail) !important;
  margin-right: auto !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-feature-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1px !important;
  padding: clamp(48px, 6vw, 78px) 0 !important;
  border-bottom: 1px solid var(--kt-line) !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-feature-grid article {
  min-height: 250px !important;
  padding: clamp(24px, 2.4vw, 36px) !important;
  background: #f5f7f8 !important;
  border: 1px solid #ffffff !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] :is(.kt-hotwater-feature-grid h3,.kt-hotwater-media-cards h3,.kt-hotwater-install h3,.kt-hotwater-references h3) {
  margin: 0 0 14px !important;
  color: var(--kt-blue) !important;
  font-size: clamp(21px, 1.65vw, 28px) !important;
  line-height: 1.12 !important;
  font-weight: 500 !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] :is(.kt-hotwater-feature-grid p,.kt-hotwater-media-cards p,.kt-hotwater-system p,.kt-hotwater-install p,.kt-hotwater-references p,.kt-hotwater-install li) {
  margin: 0 0 14px !important;
  color: var(--kt-muted) !important;
  font-size: 14px !important;
  line-height: 1.58 !important;
  font-weight: 400 !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-process {
  display: grid !important;
  gap: 14px !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-process span {
  display: block !important;
  padding: 18px 22px !important;
  border: 1px solid rgba(255,255,255,.42) !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-media-cards {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2.4vw, 30px) !important;
  padding: clamp(68px, 8vw, 110px) 0 !important;
  border-bottom: 1px solid var(--kt-line) !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-media-cards--light {
  padding-top: 0 !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-media-cards article {
  background: #ffffff !important;
  border: 1px solid var(--kt-line) !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-media-cards img {
  width: 100% !important;
  aspect-ratio: 1.42 !important;
  display: block !important;
  object-fit: cover !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-media-cards article > div {
  padding: clamp(24px, 2.8vw, 36px) !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-system,
html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-install,
html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-references {
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
  gap: clamp(42px, 7vw, 110px) !important;
  padding: clamp(72px, 8vw, 112px) 0 !important;
  border-bottom: 1px solid var(--kt-line) !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-system-grid,
html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-reference-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-system-grid article {
  padding: 24px !important;
  background: var(--kt-blue) !important;
  color: #ffffff !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-system-grid strong {
  display: block !important;
  margin-bottom: 10px !important;
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 800 !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-system-grid span {
  display: block !important;
  color: rgba(255,255,255,.82) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-install img,
html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-reference-grid img {
  width: 100% !important;
  display: block !important;
  object-fit: cover !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-install img {
  min-height: clamp(320px, 34vw, 470px) !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-install ul {
  margin: 24px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-install li {
  padding: 12px 0 !important;
  border-top: 1px solid var(--kt-line) !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-reference-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-reference-grid article {
  background: #ffffff !important;
  border: 1px solid var(--kt-line) !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-reference-grid img {
  aspect-ratio: 1.44 !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-reference-grid h3 {
  padding: 22px !important;
  margin: 0 !important;
  font-size: 18px !important;
}

html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] .kt-hotwater-references > div:first-child a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 0 26px !important;
  background: var(--kt-orange) !important;
  color: #ffffff !important;
  border: 1px solid var(--kt-orange) !important;
  border-radius: 5px !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

@media (max-width: 980px) {
  html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] :is(
    .kt-hotwater-feature-grid,
    .kt-hotwater-media-cards,
    .kt-hotwater-system,
    .kt-hotwater-install,
    .kt-hotwater-references
  ) {
    width: calc(100% - (var(--ktw-left-rail) * 2)) !important;
    margin-left: var(--ktw-left-rail) !important;
    margin-right: var(--ktw-left-rail) !important;
    grid-template-columns: 1fr !important;
  }

  html body .site[data-ktw-route="alles-ueber-warmwasser-waermepumpen"] :is(.kt-hotwater-system-grid,.kt-hotwater-reference-grid) {
    grid-template-columns: 1fr !important;
  }
}
/* == /managed: KT hotwater guide Kronoterm content sections final v198 == */

/* == managed: KT homepage filter width and reference weight cleanup final v199 == */
html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-v128 .kt-home-nav-inner {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-v128 :is(
  .kt-home-filters,
  .kt-home-slider-shell
) {
  width: min(1280px, calc(100% - 48px)) !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-v128 .kt-home-card-row {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-copy h2,
html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-reasons h3 {
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route="kt-waermesysteme"] .kt-reference-reason-grid strong {
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 760px) {
  html body .site[data-ktw-route="kt-waermesysteme"] .kt-home-v128 :is(
    .kt-home-filters,
    .kt-home-slider-shell
  ) {
    width: calc(100% - 32px) !important;
  }
}
/* == /managed: KT homepage filter width and reference weight cleanup final v199 == */

/* == managed: KT desktop mega menu pointer bridge final v200 == */
@media (min-width: 1180px) {
  html body .site[data-ktw-route] .ktw-shell-menu-item.is-submenu-open > .ktw-shell-submenu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: -48px !important;
    height: 48px !important;
    display: block !important;
    background: transparent !important;
    pointer-events: auto !important;
  }
}
/* == /managed: KT desktop mega menu pointer bridge final v200 == */

/* == managed: KT product mega menu stability and blue text final v201 == */
@media (min-width: 1180px) {
  html body .site[data-ktw-route] .ktw-shell-submenu::before {
    top: -78px !important;
    height: 78px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu--solutions .ktw-shell-mega-title,
  html body .site[data-ktw-route] .ktw-shell-submenu--products .ktw-shell-mega-title {
    color: var(--ktw-logo-blue, #073a5a) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu--solutions .ktw-shell-mega-link,
  html body .site[data-ktw-route] .ktw-shell-submenu--products .ktw-shell-mega-link {
    color: var(--ktw-logo-blue, #073a5a) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu--solutions .ktw-shell-mega-link:not(.ktw-shell-mega-title),
  html body .site[data-ktw-route] .ktw-shell-submenu--products .ktw-shell-mega-link:not(.ktw-shell-mega-title) {
    opacity: .72 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu--solutions .ktw-shell-mega-link:hover,
  html body .site[data-ktw-route] .ktw-shell-submenu--products .ktw-shell-mega-link:hover {
    color: var(--ktw-orange, #ef7d30) !important;
    opacity: 1 !important;
  }
}
/* == /managed: KT product mega menu stability and blue text final v201 == */

/* == managed: KT mega menu final color and pointer safety v202 == */
@media (min-width: 1180px) {
  html body .site[data-ktw-route] .ktw-shell-submenu::before {
    top: -120px !important;
    height: 120px !important;
  }

  html body .site[data-ktw-route] :is(.ktw-shell-submenu--solutions, .ktw-shell-submenu--products) :is(.ktw-shell-mega-title, .ktw-shell-mega-link) {
    color: #073a5a !important;
  }

  html body .site[data-ktw-route] :is(.ktw-shell-submenu--solutions, .ktw-shell-submenu--products) .ktw-shell-mega-link:not(.ktw-shell-mega-title) {
    opacity: 1 !important;
  }

  html body .site[data-ktw-route] :is(.ktw-shell-submenu--solutions, .ktw-shell-submenu--products) .ktw-shell-mega-link:hover,
  html body .site[data-ktw-route] :is(.ktw-shell-submenu--solutions, .ktw-shell-submenu--products) .ktw-shell-mega-link:focus-visible,
  html body .site[data-ktw-route] :is(.ktw-shell-submenu--solutions, .ktw-shell-submenu--products) .ktw-shell-mega-link--active {
    color: #ef7d30 !important;
    opacity: 1 !important;
  }
}
/* == /managed: KT mega menu final color and pointer safety v202 == */

/* == managed: KT mobile accordion menu like Kronoterm v203 == */
@media (max-width: 1179px) {
  html body .site[data-ktw-route] .ktw-shell-main {
    padding: 28px 24px 30px !important;
    background: #ffffff !important;
    box-shadow: 0 22px 44px rgba(7, 58, 90, .12) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu {
    gap: 0 !important;
  }

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

  html body .site[data-ktw-route] .ktw-shell-menu-link {
    min-height: 55px !important;
    padding: 0 !important;
    color: #073a5a !important;
    border: 0 !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-link::after {
    content: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-item:has(> .ktw-shell-submenu) > .ktw-shell-menu-link::after {
    content: "" !important;
    display: block !important;
    width: 9px !important;
    height: 9px !important;
    border-right: 2px solid #073a5a !important;
    border-bottom: 2px solid #073a5a !important;
    transform: rotate(45deg) !important;
    transition: transform .22s ease, border-color .22s ease !important;
    margin-left: auto !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-item.ktw-mobile-submenu-open > .ktw-shell-menu-link::after {
    transform: rotate(225deg) !important;
    border-color: #ef7d30 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-item > .ktw-shell-submenu,
  html body .site[data-ktw-route] .ktw-shell-menu-item > .ktw-shell-submenu--solutions,
  html body .site[data-ktw-route] .ktw-shell-menu-item > .ktw-shell-submenu--products {
    position: static !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    max-height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    transition: max-height .28s ease, opacity .2s ease, padding .22s ease !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-item.ktw-mobile-submenu-open > .ktw-shell-submenu,
  html body .site[data-ktw-route] .ktw-shell-menu-item.ktw-mobile-submenu-open > .ktw-shell-submenu--solutions,
  html body .site[data-ktw-route] .ktw-shell-menu-item.ktw-mobile-submenu-open > .ktw-shell-submenu--products {
    max-height: 1200px !important;
    padding: 2px 0 18px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu::before {
    content: none !important;
    display: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-mega-column {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-mega-divider {
    display: none !important;
  }

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

  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-mega-link:not(.ktw-shell-mega-title),
  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-submenu-link {
    display: block !important;
    width: auto !important;
    min-height: 0 !important;
    margin: 0 0 12px 40px !important;
    padding: 0 !important;
    color: #073a5a !important;
    opacity: .76 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
    text-decoration: none !important;
    white-space: normal !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-mega-link:hover,
  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-submenu-link:hover,
  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-mega-link--active,
  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-submenu-link--active {
    color: #ef7d30 !important;
    opacity: 1 !important;
  }
}
/* == /managed: KT mobile accordion menu like Kronoterm v203 == */

/* == managed: KT mobile menu title case final v204 == */
@media (max-width: 1179px) {
  html body .site[data-ktw-route] .ktw-shell-wrap .ktw-shell-header .ktw-shell-main .ktw-shell-menu .ktw-shell-menu-item > a.ktw-shell-menu-link,
  html body .site[data-ktw-route] .ktw-shell-wrap .ktw-shell-header .ktw-shell-main .ktw-shell-menu .ktw-shell-menu-item > button.ktw-shell-menu-link,
  html body .site[data-ktw-route] .ktw-shell-wrap .ktw-shell-header .ktw-shell-main .ktw-shell-menu .ktw-shell-menu-item > .ktw-shell-menu-link {
    text-transform: none !important;
    font-variant-caps: normal !important;
    letter-spacing: 0 !important;
    color: #073a5a !important;
    font-weight: 700 !important;
  }
}
/* == /managed: KT mobile menu title case final v204 == */
/* == managed: KT desktop mega close and fixed header v206 == */
@media (min-width: 1180px) {
  html body .site[data-ktw-route].ktw-mega-menu-open > .ktw-shell-wrap,
  html body .site[data-ktw-route].ktw-mega-menu-open > .ktw-shell-wrap:hover,
  html body .site[data-ktw-route].ktw-mega-menu-open > .ktw-shell-wrap:focus-within {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    z-index: 12000 !important;
    width: 100% !important;
    height: 86px !important;
    min-height: 86px !important;
    margin: 0 !important;
    transform: none !important;
  }

  html body .site[data-ktw-route].ktw-mega-menu-open > .ktw-shell-wrap::before {
    height: 86px !important;
    opacity: 1 !important;
  }

  html body .site[data-ktw-route].ktw-mega-menu-open .ktw-shell-header {
    position: relative !important;
    top: 0 !important;
    transform: none !important;
  }

  html body .site[data-ktw-route].ktw-mega-menu-open .ktw-shell-submenu::before {
    top: -42px !important;
    height: 42px !important;
  }
}
/* == /managed: KT desktop mega close and fixed header v206 == */
/* == managed: KT own customer login modal v207 == */
html body .ktw-login-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 24000 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 24px !important;
  font-family: "Montserrat", sans-serif !important;
}

html body .ktw-login-modal.ktw-login-modal--open {
  display: flex !important;
}

html body .ktw-login-modal__backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(7, 31, 49, .72) !important;
  backdrop-filter: blur(8px) !important;
}

html body .ktw-login-modal__panel {
  position: relative !important;
  z-index: 1 !important;
  width: min(460px, 100%) !important;
  padding: 36px !important;
  background: #ffffff !important;
  color: #073a5a !important;
  box-shadow: 0 30px 80px rgba(4, 24, 36, .28) !important;
}

html body .ktw-login-modal__close {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  width: 36px !important;
  height: 36px !important;
  border: 1px solid rgba(7, 58, 90, .22) !important;
  background: #ffffff !important;
  color: #073a5a !important;
  font-size: 24px !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

html body .ktw-login-modal__kicker {
  display: block !important;
  margin-bottom: 12px !important;
  color: #ef7d30 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

html body .ktw-login-modal h2 {
  margin: 0 0 10px !important;
  color: #073a5a !important;
  font-size: 36px !important;
  line-height: 1.05 !important;
  font-weight: 500 !important;
}

html body .ktw-login-modal p {
  margin: 0 0 24px !important;
  color: #526270 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

html body .ktw-login-modal label {
  display: block !important;
  margin-bottom: 14px !important;
  color: #073a5a !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

html body .ktw-login-modal__tabs {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
  margin: 0 0 20px !important;
}

html body .ktw-login-modal__tab {
  min-height: 42px !important;
  border: 1px solid rgba(7, 58, 90, .28) !important;
  background: #ffffff !important;
  color: #073a5a !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}

html body .ktw-login-modal__tab--active {
  border-color: #ef7d30 !important;
  background: #ef7d30 !important;
  color: #ffffff !important;
}

html body .ktw-login-modal input {
  display: block !important;
  width: 100% !important;
  margin-top: 7px !important;
  padding: 13px 14px !important;
  border: 1px solid rgba(7, 58, 90, .25) !important;
  background: #ffffff !important;
  color: #073a5a !important;
  font: inherit !important;
}

html body .ktw-login-modal textarea {
  display: block !important;
  width: 100% !important;
  margin-top: 7px !important;
  padding: 13px 14px !important;
  border: 1px solid rgba(7, 58, 90, .25) !important;
  background: #ffffff !important;
  color: #073a5a !important;
  font: inherit !important;
  resize: vertical !important;
}

html body .ktw-login-modal__message {
  min-height: 20px !important;
  margin: 4px 0 12px !important;
  color: #b42318 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

html body .ktw-login-modal__message--success {
  color: #0f7a3a !important;
}

html body .ktw-login-modal__submit {
  width: 100% !important;
  min-height: 48px !important;
  border: 1px solid #ef7d30 !important;
  background: #ef7d30 !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
}

html body .ktw-login-modal__request {
  display: inline-block !important;
  margin-top: 18px !important;
  color: #073a5a !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}
/* == /managed: KT own customer login modal v207 == */

/* == managed: KT mobile accordion hardening and products overview v208 == */
@media (min-width: 1180px) {
  html body .site[data-ktw-route] .ktw-shell-submenu--mobile-only {
    display: none !important;
  }
}

@media (max-width: 1179px) {
  html body .site[data-ktw-route] .ktw-shell-menu .ktw-shell-menu-item > .ktw-shell-menu-link {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 50px !important;
    width: 100% !important;
    padding: 0 28px 0 0 !important;
    border-bottom: 1px solid rgba(7, 58, 90, .18) !important;
    color: #073a5a !important;
    background: transparent !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu .ktw-shell-menu-item > .ktw-shell-menu-link::after {
    content: "" !important;
    position: absolute !important;
    right: 3px !important;
    top: 50% !important;
    left: auto !important;
    bottom: auto !important;
    width: 8px !important;
    height: 8px !important;
    margin: -6px 0 0 !important;
    border: 0 !important;
    border-right: 1.5px solid #ef7d30 !important;
    border-bottom: 1.5px solid #ef7d30 !important;
    background: transparent !important;
    transform: rotate(45deg) !important;
    opacity: 1 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu .ktw-shell-menu-item.ktw-mobile-submenu-open > .ktw-shell-menu-link::after {
    margin-top: -2px !important;
    transform: rotate(-135deg) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu .ktw-shell-submenu {
    position: static !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: none !important;
    transform: none !important;
    background: #f5f8fa !important;
    border: 0 !important;
    box-shadow: none !important;
    transition: max-height .26s ease, padding .26s ease !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu .ktw-shell-menu-item.ktw-mobile-submenu-open > .ktw-shell-submenu {
    max-height: 1300px !important;
    padding: 14px 0 16px !important;
    pointer-events: auto !important;
  }
}

html body .kt-products-overview {
  --kt-blue: #073a5a;
  --kt-orange: #ef7d30;
  --kt-muted: #5f6d79;
  --kt-line: rgba(7, 58, 90, .18);
  font-family: "Montserrat", sans-serif !important;
  color: var(--kt-blue) !important;
  background: #ffffff !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-hero {
  position: relative !important;
  min-height: clamp(520px, 58vw, 700px) !important;
  display: flex !important;
  align-items: flex-end !important;
  padding: 0 0 clamp(80px, 9vw, 126px) !important;
  overflow: hidden !important;
  background: var(--kt-blue) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background: linear-gradient(90deg, rgba(7,58,90,.78) 0%, rgba(7,58,90,.42) 48%, rgba(7,58,90,.16) 100%) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-hero img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-hero-copy {
  position: relative !important;
  z-index: 2 !important;
  width: min(1240px, calc(100% - 56px)) !important;
  margin: 0 auto !important;
  color: #ffffff !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-hero-copy span,
html body .site[data-ktw-route="waermepumpen"] .kt-products-grid span,
html body .site[data-ktw-route="waermepumpen"] .kt-products-cta span {
  display: block !important;
  margin-bottom: 14px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-hero h1 {
  max-width: 760px !important;
  margin: 0 0 18px !important;
  color: #ffffff !important;
  font-size: clamp(46px, 6.5vw, 86px) !important;
  line-height: .96 !important;
  font-weight: 500 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-hero p {
  max-width: 650px !important;
  margin: 0 !important;
  color: rgba(255,255,255,.9) !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-intro,
html body .site[data-ktw-route="waermepumpen"] .kt-products-columns,
html body .site[data-ktw-route="waermepumpen"] .kt-products-grid,
html body .site[data-ktw-route="waermepumpen"] .kt-products-cta {
  width: min(1240px, calc(100% - 56px)) !important;
  margin: 0 auto !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-intro {
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
  gap: clamp(42px, 7vw, 96px) !important;
  padding: clamp(72px, 8vw, 116px) 0 !important;
  border-bottom: 1px solid var(--kt-line) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-intro h2,
html body .site[data-ktw-route="waermepumpen"] .kt-products-columns h2,
html body .site[data-ktw-route="waermepumpen"] .kt-products-grid h2,
html body .site[data-ktw-route="waermepumpen"] .kt-products-cta h2 {
  margin: 0 0 18px !important;
  color: var(--kt-blue) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-intro h2 {
  font-size: clamp(36px, 4.4vw, 58px) !important;
  line-height: 1.06 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-intro p,
html body .site[data-ktw-route="waermepumpen"] .kt-products-grid p,
html body .site[data-ktw-route="waermepumpen"] .kt-products-cta p {
  margin: 0 0 18px !important;
  color: var(--kt-muted) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-icon-row {
  display: grid !important;
  grid-template-columns: repeat(4, auto) !important;
  gap: clamp(18px, 3vw, 36px) !important;
  justify-content: start !important;
  margin-top: 34px !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-columns {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(34px, 5vw, 72px) !important;
  padding: clamp(72px, 8vw, 110px) 0 !important;
  border-bottom: 1px solid var(--kt-line) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-columns h2 {
  padding-bottom: 22px !important;
  border-bottom: 1px solid var(--kt-line) !important;
  font-size: clamp(24px, 2.3vw, 34px) !important;
  line-height: 1.12 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-columns ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-columns li {
  margin: 0 0 15px !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-columns a {
  color: var(--kt-muted) !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-columns a:hover,
html body .site[data-ktw-route="waermepumpen"] .kt-products-text-link {
  color: var(--kt-orange) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 34px !important;
  padding: clamp(72px, 8vw, 112px) 0 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-grid article {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  background: #ffffff !important;
  border: 1px solid var(--kt-line) !important;
  overflow: hidden !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-grid img {
  width: 100% !important;
  height: 100% !important;
  min-height: 320px !important;
  object-fit: cover !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-grid article > div {
  padding: clamp(28px, 3.5vw, 48px) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-grid h2 {
  font-size: clamp(30px, 3vw, 46px) !important;
  line-height: 1.05 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-grid a,
html body .site[data-ktw-route="waermepumpen"] .kt-products-cta a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 48px !important;
  padding: 0 28px !important;
  background: var(--kt-orange) !important;
  color: #ffffff !important;
  border: 1px solid var(--kt-orange) !important;
  border-radius: 6px 0 6px 0 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-cta {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 36px !important;
  align-items: center !important;
  margin-bottom: clamp(72px, 8vw, 112px) !important;
  padding: clamp(38px, 5vw, 62px) !important;
  background: var(--kt-blue) !important;
  color: #ffffff !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-cta h2,
html body .site[data-ktw-route="waermepumpen"] .kt-products-cta p {
  color: #ffffff !important;
}

@media (max-width: 980px) {
  html body .site[data-ktw-route="waermepumpen"] .kt-products-intro,
  html body .site[data-ktw-route="waermepumpen"] .kt-products-columns,
  html body .site[data-ktw-route="waermepumpen"] .kt-products-grid,
  html body .site[data-ktw-route="waermepumpen"] .kt-products-grid article,
  html body .site[data-ktw-route="waermepumpen"] .kt-products-cta {
    grid-template-columns: 1fr !important;
  }

  html body .site[data-ktw-route="waermepumpen"] .kt-products-icon-row {
    grid-template-columns: repeat(2, auto) !important;
  }
}
/* == /managed: KT mobile accordion hardening and products overview v208 == */

/* == managed: KT mobile accordion final v209 == */
@media (max-width: 1179px) {
  html body .site[data-ktw-route] .ktw-shell-main {
    background: #ffffff !important;
    padding: 26px clamp(22px, 5vw, 42px) 30px !important;
    box-shadow: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu {
    display: block !important;
    width: 100% !important;
    margin: 0 0 28px !important;
    padding: 0 !important;
    background: #ffffff !important;
    overflow: visible !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-item {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-item > .ktw-shell-menu-link {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 0 30px 0 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(7, 58, 90, .22) !important;
    background: #ffffff !important;
    color: #073a5a !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-item > .ktw-shell-menu-link::before {
    content: none !important;
    display: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-item > .ktw-shell-menu-link::after {
    content: "" !important;
    position: absolute !important;
    right: 2px !important;
    top: 50% !important;
    left: auto !important;
    bottom: auto !important;
    width: 8px !important;
    height: 8px !important;
    margin: -5px 0 0 !important;
    border: 0 !important;
    border-right: 1.5px solid #ef7d30 !important;
    border-bottom: 1.5px solid #ef7d30 !important;
    background: transparent !important;
    opacity: 1 !important;
    transform: rotate(45deg) !important;
    transform-origin: center !important;
    transition: transform .2s ease !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-item.ktw-mobile-submenu-open > .ktw-shell-menu-link::after {
    margin-top: -1px !important;
    transform: rotate(225deg) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-item > .ktw-shell-submenu,
  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,
  html body .site[data-ktw-route] .ktw-shell-menu-item.is-submenu-open > .ktw-shell-submenu {
    position: static !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    max-height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: none !important;
    transform: none !important;
    background: #f4f8fa !important;
    border: 0 !important;
    box-shadow: none !important;
    transition: max-height .28s ease, padding .28s ease !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-item.ktw-mobile-submenu-open > .ktw-shell-submenu,
  html body .site[data-ktw-route] .ktw-shell-menu-item.ktw-mobile-submenu-open:hover > .ktw-shell-submenu,
  html body .site[data-ktw-route] .ktw-shell-menu-item.ktw-mobile-submenu-open:focus-within > .ktw-shell-submenu {
    max-height: 1200px !important;
    padding: 12px 0 14px !important;
    pointer-events: auto !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu::before,
  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-mega-divider {
    content: none !important;
    display: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-mega-column {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-mega-title,
  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-mega-link,
  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-submenu-link {
    display: block !important;
    width: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 7px 0 7px 20px !important;
    border: 0 !important;
    background: transparent !important;
    color: #073a5a !important;
    opacity: .78 !important;
    box-shadow: none !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    text-decoration: none !important;
    white-space: normal !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-mega-title {
    color: #073a5a !important;
    opacity: 1 !important;
    font-weight: 600 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-mega-link:hover,
  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-submenu-link:hover,
  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-mega-link--active,
  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-submenu-link--active {
    color: #ef7d30 !important;
    opacity: 1 !important;
  }
}
/* == /managed: KT mobile accordion final v209 == */

/* == managed: KT waermepumpen homepage-style hero final v210 == */
html body .site[data-ktw-route="waermepumpen"] .kt-products-overview {
  background: #ffffff !important;
  overflow: hidden !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-home-hero {
  margin: 0 !important;
  padding: 0 !important;
  background: #073a5a !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-home-hero .kt-hero-stage {
  min-height: clamp(650px, 56vw, 860px) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-home-hero .kt-hero-slide {
  opacity: 1 !important;
  animation: none !important;
  background-image:
    linear-gradient(90deg, rgba(7,58,90,.72) 0%, rgba(7,58,90,.38) 42%, rgba(7,58,90,.08) 100%),
    var(--slide-image) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-home-hero .kt-hero-copy {
  left: max(32px, calc((100vw - 1240px) / 2)) !important;
  bottom: clamp(120px, 13vw, 190px) !important;
  max-width: min(620px, calc(100vw - 64px)) !important;
  color: #ffffff !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-home-hero .kt-hero-copy h1 {
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: clamp(42px, 5.2vw, 72px) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-home-hero .kt-hero-copy p {
  max-width: 620px !important;
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-intro,
html body .site[data-ktw-route="waermepumpen"] .kt-products-columns,
html body .site[data-ktw-route="waermepumpen"] .kt-products-grid,
html body .site[data-ktw-route="waermepumpen"] .kt-products-cta {
  width: min(1240px, calc(100% - 64px)) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-intro {
  background: #ffffff !important;
}

@media (max-width: 780px) {
  html body .site[data-ktw-route="waermepumpen"] .kt-products-home-hero .kt-hero-stage {
    min-height: 640px !important;
  }

  html body .site[data-ktw-route="waermepumpen"] .kt-products-home-hero .kt-hero-copy {
    left: 28px !important;
    bottom: 86px !important;
    max-width: calc(100vw - 56px) !important;
  }

  html body .site[data-ktw-route="waermepumpen"] .kt-products-home-hero .kt-hero-copy h1 {
    font-size: clamp(34px, 10vw, 48px) !important;
  }
}
/* == /managed: KT waermepumpen homepage-style hero final v210 == */

/* == managed: KT desktop submenu pointer bridge final v211 == */
@media (min-width: 1180px) {
  html body .site[data-ktw-route] .ktw-shell-menu-item {
    position: relative !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu-item::after {
    content: "" !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 74px !important;
    height: 90px !important;
    z-index: 11985 !important;
    display: none !important;
    background: transparent !important;
    pointer-events: auto !important;
  }

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

  html body .site[data-ktw-route] .ktw-shell-menu-item.is-submenu-open > .ktw-shell-submenu,
  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 {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}
/* == /managed: KT desktop submenu pointer bridge final v211 == */

/* == managed: KT waermepumpen hero cleanup final v212 == */
html body .site[data-ktw-route="waermepumpen"] .kt-products-home-hero,
html body .site[data-ktw-route="waermepumpen"] .kt-products-home-hero .kt-hero-stage {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow: hidden !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-home-hero .kt-hero-stage {
  min-height: clamp(680px, 54vw, 820px) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-home-hero .kt-hero-slide {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: inherit !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-image:
    linear-gradient(90deg, rgba(7,58,90,.70) 0%, rgba(7,58,90,.38) 38%, rgba(7,58,90,.10) 100%),
    var(--slide-image) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-home-hero .kt-hero-copy {
  position: absolute !important;
  top: auto !important;
  right: auto !important;
  bottom: clamp(145px, 17vh, 205px) !important;
  left: max(32px, calc((100vw - 1540px) / 2)) !important;
  width: min(680px, calc(100vw - 64px)) !important;
  max-width: min(680px, calc(100vw - 64px)) !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transform: none !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-home-hero .kt-hero-copy::before,
html body .site[data-ktw-route="waermepumpen"] .kt-products-home-hero .kt-hero-copy::after {
  content: none !important;
  display: none !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-home-hero .kt-hero-copy h1 {
  width: min(660px, calc(100vw - 64px)) !important;
  max-width: min(660px, calc(100vw - 64px)) !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: clamp(46px, 4.4vw, 68px) !important;
  font-weight: 500 !important;
  line-height: 1.06 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-home-hero .kt-hero-copy p {
  width: min(560px, calc(100vw - 64px)) !important;
  max-width: min(560px, calc(100vw - 64px)) !important;
  margin: 0 0 24px !important;
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-home-hero .hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  gap: 10px !important;
  width: min(680px, calc(100vw - 64px)) !important;
  max-width: min(680px, calc(100vw - 64px)) !important;
  margin: 0 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-home-hero .hero-actions .btn {
  min-width: 0 !important;
  height: 44px !important;
  padding: 0 24px !important;
  border-radius: 4px !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 44px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

@media (max-width: 780px) {
  html body .site[data-ktw-route="waermepumpen"] .kt-products-home-hero .kt-hero-stage {
    min-height: 640px !important;
  }

  html body .site[data-ktw-route="waermepumpen"] .kt-products-home-hero .kt-hero-copy {
    left: 28px !important;
    bottom: 74px !important;
    width: calc(100vw - 56px) !important;
    max-width: calc(100vw - 56px) !important;
  }

  html body .site[data-ktw-route="waermepumpen"] .kt-products-home-hero .kt-hero-copy h1 {
    width: calc(100vw - 56px) !important;
    max-width: calc(100vw - 56px) !important;
    font-size: clamp(36px, 9vw, 48px) !important;
  }

  html body .site[data-ktw-route="waermepumpen"] .kt-products-home-hero .hero-actions .btn {
    width: min(100%, 330px) !important;
  }
}
/* == /managed: KT waermepumpen hero cleanup final v212 == */

/* == managed: KT mobile nested accordion chevrons final v213 == */
@media (max-width: 1179px) {
  html body .site[data-ktw-route] .ktw-shell-menu .ktw-shell-menu-item > .ktw-shell-menu-link::after {
    content: "" !important;
    position: absolute !important;
    right: 3px !important;
    top: 50% !important;
    left: auto !important;
    bottom: auto !important;
    display: block !important;
    width: 9px !important;
    height: 9px !important;
    margin: -7px 0 0 !important;
    border: 0 !important;
    border-right: 1.7px solid #ef7d30 !important;
    border-bottom: 1.7px solid #ef7d30 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    transform: rotate(45deg) !important;
    transform-origin: 50% 50% !important;
    transition: transform .2s ease, margin .2s ease !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu .ktw-shell-menu-item.ktw-mobile-submenu-open > .ktw-shell-menu-link::after {
    margin-top: -2px !important;
    transform: rotate(225deg) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu .ktw-shell-menu-item:not(:has(> .ktw-shell-submenu)) > .ktw-shell-menu-link::after {
    content: none !important;
    display: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-mega-column {
    border: 0 !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-mega-column > .ktw-shell-mega-title {
    position: relative !important;
    display: block !important;
    padding: 9px 34px 9px 20px !important;
    color: #073a5a !important;
    opacity: 1 !important;
    cursor: pointer !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-mega-column > .ktw-shell-mega-title::after {
    content: "" !important;
    position: absolute !important;
    right: 8px !important;
    top: 50% !important;
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    margin-top: -7px !important;
    border-right: 1.7px solid #ef7d30 !important;
    border-bottom: 1.7px solid #ef7d30 !important;
    transform: rotate(45deg) !important;
    transform-origin: 50% 50% !important;
    transition: transform .2s ease, margin .2s ease !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-mega-column.ktw-mobile-mega-column-open > .ktw-shell-mega-title::after {
    margin-top: -2px !important;
    transform: rotate(225deg) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-mega-column > .ktw-shell-mega-divider,
  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-mega-column > .ktw-shell-mega-link:not(.ktw-shell-mega-title),
  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-mega-column > .ktw-shell-submenu-link {
    display: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-mega-column.ktw-mobile-mega-column-open > .ktw-shell-mega-divider {
    display: block !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-mega-column.ktw-mobile-mega-column-open > .ktw-shell-mega-link:not(.ktw-shell-mega-title),
  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-mega-column.ktw-mobile-mega-column-open > .ktw-shell-submenu-link {
    display: block !important;
    padding-left: 40px !important;
  }
}
/* == /managed: KT mobile nested accordion chevrons final v213 == */

/* == managed: KT waermepumpen clean product layout final v214 == */
html body .site[data-ktw-route="waermepumpen"] .kt-products-clean {
  --kt-products-blue: #073a5a;
  --kt-products-orange: #ef7d30;
  --kt-products-muted: #5f6d79;
  --kt-products-line: rgba(7, 58, 90, .18);
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #ffffff !important;
  color: var(--kt-products-blue) !important;
  font-family: "Montserrat", sans-serif !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-clean-hero {
  position: relative !important;
  width: 100vw !important;
  min-height: clamp(640px, 56vw, 790px) !important;
  margin: 0 calc(50% - 50vw) !important;
  overflow: hidden !important;
  background: var(--kt-products-blue) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-clean-hero-bg {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  background-image:
    linear-gradient(90deg, rgba(7, 58, 90, .72) 0%, rgba(7, 58, 90, .42) 42%, rgba(7, 58, 90, .14) 100%),
    var(--hero-image) !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-clean-hero-copy {
  position: absolute !important;
  z-index: 1 !important;
  left: max(32px, calc((100vw - 1540px) / 2)) !important;
  bottom: clamp(96px, 13vh, 150px) !important;
  width: min(680px, calc(100vw - 64px)) !important;
  max-width: min(680px, calc(100vw - 64px)) !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-clean-hero-copy > span,
html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-card > span,
html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-cta span {
  display: block !important;
  margin: 0 0 14px !important;
  color: inherit !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-clean-hero-copy h1 {
  width: min(680px, calc(100vw - 64px)) !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: clamp(48px, 4.4vw, 72px) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-clean-hero-copy p {
  width: min(560px, calc(100vw - 64px)) !important;
  margin: 0 0 24px !important;
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-clean-hero-copy .hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  gap: 10px !important;
  width: min(680px, calc(100vw - 64px)) !important;
  margin: 0 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-clean-hero-copy .btn,
html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-card strong,
html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-cta a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  padding: 0 24px !important;
  border-radius: 4px !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  text-transform: none !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-intro,
html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-cards,
html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-cta {
  width: min(1240px, calc(100% - 64px)) !important;
  max-width: min(1240px, calc(100% - 64px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-intro {
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
  gap: clamp(40px, 7vw, 96px) !important;
  padding: clamp(72px, 8vw, 116px) 0 !important;
  border-bottom: 1px solid var(--kt-products-line) !important;
  background: #ffffff !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-intro h2,
html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-cta h2 {
  margin: 0 !important;
  color: var(--kt-products-blue) !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: clamp(34px, 3.2vw, 52px) !important;
  font-weight: 500 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-intro p,
html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-card p,
html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-cta p {
  margin: 0 0 18px !important;
  color: var(--kt-products-muted) !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-cards {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px !important;
  padding: clamp(72px, 8vw, 108px) 0 !important;
  background: #ffffff !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-card {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--kt-products-line) !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  color: var(--kt-products-blue) !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-card img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 11 !important;
  object-fit: cover !important;
  object-position: center center !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-card > :not(img) {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-card > span {
  margin-top: 26px !important;
  color: var(--kt-products-orange) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-card h2 {
  margin: 0 24px 16px !important;
  color: var(--kt-products-blue) !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: clamp(25px, 2.1vw, 34px) !important;
  font-weight: 500 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  word-break: normal !important;
  hyphens: none !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-card p {
  margin-bottom: 22px !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-card strong {
  width: max-content !important;
  max-width: calc(100% - 48px) !important;
  margin-top: auto !important;
  margin-bottom: 26px !important;
  color: #ffffff !important;
  background: var(--kt-products-orange) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-cta {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 32px !important;
  margin-bottom: clamp(72px, 8vw, 108px) !important;
  padding: clamp(34px, 4vw, 54px) !important;
  border-radius: 4px !important;
  background: var(--kt-products-blue) !important;
  color: #ffffff !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-cta h2,
html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-cta p,
html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-cta span {
  color: #ffffff !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-cta a {
  color: #ffffff !important;
  background: var(--kt-products-orange) !important;
}

@media (max-width: 980px) {
  html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-intro,
  html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-cta {
    grid-template-columns: 1fr !important;
  }

  html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  html body .site[data-ktw-route="waermepumpen"] .kt-products-clean-hero {
    min-height: 620px !important;
  }

  html body .site[data-ktw-route="waermepumpen"] .kt-products-clean-hero-copy {
    left: 28px !important;
    bottom: 72px !important;
    width: calc(100vw - 56px) !important;
    max-width: calc(100vw - 56px) !important;
  }

  html body .site[data-ktw-route="waermepumpen"] .kt-products-clean-hero-copy h1 {
    width: calc(100vw - 56px) !important;
    max-width: calc(100vw - 56px) !important;
    font-size: clamp(38px, 10vw, 48px) !important;
  }

  html body .site[data-ktw-route="waermepumpen"] .kt-products-clean-hero-copy .btn {
    width: min(100%, 340px) !important;
  }

  html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-intro,
  html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-cards,
  html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-cta {
    width: calc(100% - 40px) !important;
    max-width: calc(100% - 40px) !important;
  }

  html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-cards {
    grid-template-columns: 1fr !important;
  }
}
/* == /managed: KT waermepumpen clean product layout final v214 == */

/* == managed: KT waermepumpen overflow and stacking fix final v215 == */
html,
html body,
html body .site[data-ktw-route="waermepumpen"] {
  overflow-x: hidden !important;
}

html body .site[data-ktw-route="waermepumpen"] .site {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-clean {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background: #ffffff !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-clean-hero {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: clamp(680px, 52vw, 820px) !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  z-index: 1 !important;
  background: #073a5a !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-clean-hero-bg {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-clean-hero-copy {
  left: max(32px, calc((100% - 1540px) / 2)) !important;
  bottom: clamp(92px, 12vh, 145px) !important;
  transform: none !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-intro,
html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-cards,
html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-cta {
  position: relative !important;
  z-index: 2 !important;
  clear: both !important;
  float: none !important;
  transform: none !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-product-clean-intro {
  margin-top: 0 !important;
}

@media (max-width: 680px) {
  html body .site[data-ktw-route="waermepumpen"] .kt-products-clean-hero {
    min-height: 620px !important;
  }
}
/* == /managed: KT waermepumpen overflow and stacking fix final v215 == */

/* == managed: KT waermepumpen rebuilt product page like loesungen v320 == */
html body .site[data-ktw-route="waermepumpen"] .kt-products-from-kronoterm,
html body .site[data-ktw-route="waermepumpen"] .kt-products-from-kronoterm * {
  box-sizing: border-box !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-from-kronoterm {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  overflow-x: hidden !important;
  background: #073a5a !important;
  color: #fff !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-hero-clean {
  min-height: clamp(640px, 82vh, 880px) !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-hero-clean::before {
  background:
    linear-gradient(90deg, rgba(7, 58, 90, .92) 0%, rgba(7, 58, 90, .62) 40%, rgba(7, 58, 90, .2) 78%),
    linear-gradient(0deg, rgba(7, 58, 90, .75) 0%, rgba(7, 58, 90, 0) 42%) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-hero-clean img {
  object-fit: cover !important;
  object-position: center center !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-hero-clean .kt-solutions-hero-copy {
  width: min(760px, calc(100% - (var(--ktw-left-rail, 90px) * 2))) !important;
  margin-left: var(--ktw-left-rail, 90px) !important;
  margin-right: auto !important;
  padding-bottom: clamp(82px, 11vh, 140px) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-hero-clean .kt-solutions-kicker {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-hero-clean h1 {
  max-width: 760px !important;
  margin: 0 0 22px !important;
  color: #fff !important;
  font-size: clamp(44px, 5.2vw, 78px) !important;
  font-weight: 500 !important;
  line-height: .98 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-hero-clean p {
  max-width: 690px !important;
  margin: 0 0 28px !important;
  color: rgba(255,255,255,.92) !important;
  font-size: clamp(15px, .9vw, 18px) !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-primary-link,
html body .site[data-ktw-route="waermepumpen"] .kt-products-from-kronoterm .kt-solutions-link {
  border-radius: 4px !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-intro-clean,
html body .site[data-ktw-route="waermepumpen"] .kt-products-block-clean {
  width: min(1500px, calc(100% - (var(--ktw-left-rail, 90px) * 2))) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-intro-clean {
  padding: clamp(76px, 8vw, 128px) 0 !important;
  background: #073a5a !important;
  color: #fff !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-intro-clean h2,
html body .site[data-ktw-route="waermepumpen"] .kt-products-block-clean h2 {
  color: inherit !important;
  font-size: clamp(36px, 4.4vw, 66px) !important;
  font-weight: 500 !important;
  line-height: 1.06 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-intro-clean p,
html body .site[data-ktw-route="waermepumpen"] .kt-products-block-clean p,
html body .site[data-ktw-route="waermepumpen"] .kt-products-benefits li {
  color: rgba(255,255,255,.84) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-benefits {
  margin: 18px 0 24px !important;
  padding: 0 !important;
  list-style: none !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-benefits li {
  position: relative !important;
  padding-left: 26px !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-benefits li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: .72em !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #ef7d30 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-block-clean {
  padding: clamp(70px, 8vw, 118px) 0 !important;
  background: #073a5a !important;
  color: #fff !important;
  border-top: 1px solid rgba(255,255,255,.18) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-block-light {
  width: 100% !important;
  max-width: none !important;
  padding-left: var(--ktw-left-rail, 90px) !important;
  padding-right: var(--ktw-left-rail, 90px) !important;
  background: #fff !important;
  color: #073a5a !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-block-light p {
  color: #5f6f7b !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-block-clean .kt-solutions-block-head {
  margin-bottom: clamp(42px, 5vw, 74px) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-from-kronoterm .kt-solution-row {
  border-top: 1px solid rgba(255,255,255,.18) !important;
  padding-top: clamp(42px, 5vw, 72px) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-block-light .kt-solution-row {
  border-top-color: rgba(7,58,90,.18) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-from-kronoterm .kt-solution-copy h3 {
  color: inherit !important;
  font-size: clamp(30px, 3vw, 46px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-from-kronoterm .kt-solution-media img {
  border-radius: 0 !important;
  object-fit: cover !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-program-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin-top: clamp(34px, 5vw, 64px) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-products-program-grid a {
  min-height: 118px !important;
  display: flex !important;
  align-items: flex-end !important;
  padding: 24px !important;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,.3) !important;
  border-radius: 4px !important;
  background: rgba(255,255,255,.05) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
}

@media (max-width: 1179px) {
  html body .site[data-ktw-route="waermepumpen"] .kt-products-hero-clean .kt-solutions-hero-copy,
  html body .site[data-ktw-route="waermepumpen"] .kt-products-intro-clean,
  html body .site[data-ktw-route="waermepumpen"] .kt-products-block-clean {
    width: calc(100% - 56px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html body .site[data-ktw-route="waermepumpen"] .kt-products-block-light {
    width: 100% !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  html body .site[data-ktw-route="waermepumpen"] .kt-products-program-grid {
    grid-template-columns: 1fr !important;
  }
}
/* == /managed: KT waermepumpen rebuilt product page like loesungen v320 == */

/* == managed: KT mobile drawer clean chevrons and centered action buttons v321 == */
@media (max-width: 1179px) {
  html body .site[data-ktw-route] .ktw-shell-menu .ktw-shell-menu-item > .ktw-shell-menu-link {
    position: relative !important;
    padding-right: 30px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu .ktw-shell-menu-item > .ktw-shell-menu-link::after,
  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-mega-column > .ktw-shell-mega-title::after {
    content: "" !important;
    position: absolute !important;
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    border: 0 !important;
    border-right: 1.6px solid #ef7d30 !important;
    border-bottom: 1.6px solid #ef7d30 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    transform-origin: 50% 50% !important;
    transition: transform .18s ease !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu .ktw-shell-menu-item > .ktw-shell-menu-link::after {
    right: 2px !important;
    top: 50% !important;
    margin: -6px 0 0 !important;
    transform: rotate(45deg) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu .ktw-shell-menu-item.ktw-mobile-submenu-open > .ktw-shell-menu-link::after {
    margin-top: -2px !important;
    transform: rotate(225deg) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu .ktw-shell-menu-item--leaf > .ktw-shell-menu-link::after,
  html body .site[data-ktw-route] .ktw-shell-menu .ktw-shell-menu-item:not(.ktw-shell-menu-item--has-submenu) > .ktw-shell-menu-link::after {
    content: none !important;
    display: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-mega-column > .ktw-shell-mega-title {
    position: relative !important;
    padding-right: 34px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-mega-column > .ktw-shell-mega-title::after {
    right: 8px !important;
    top: 50% !important;
    margin: -6px 0 0 !important;
    transform: rotate(45deg) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-mega-column.ktw-mobile-mega-column-open > .ktw-shell-mega-title::after {
    margin-top: -2px !important;
    transform: rotate(225deg) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-mega-link:not(.ktw-shell-mega-title)::after,
  html body .site[data-ktw-route] .ktw-shell-submenu .ktw-shell-submenu-link::after {
    content: none !important;
    display: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-utility {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    align-items: stretch !important;
    justify-items: stretch !important;
  }

  html body .site[data-ktw-route] .ktw-shell-cloud-link,
  html body .site[data-ktw-route] .ktw-shell-cta,
  html body .site[data-ktw-route] .ktw-shell-account,
  html body .site[data-ktw-route] .ktw-shell-account-group,
  html body .site[data-ktw-route] .ktw-shell-account-link {
    width: 100% !important;
  }

  html body .site[data-ktw-route] .ktw-shell-cloud-link,
  html body .site[data-ktw-route] .ktw-shell-cta,
  html body .site[data-ktw-route] .ktw-shell-account-link {
    min-height: 46px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  html body .site[data-ktw-route] .ktw-shell-account-link {
    position: relative !important;
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-account-avatar {
    position: absolute !important;
    left: 18px !important;
    top: 50% !important;
    margin: 0 !important;
    transform: translateY(-50%) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-account-meta {
    width: 100% !important;
    justify-items: center !important;
    text-align: center !important;
  }
}
/* == /managed: KT mobile drawer clean chevrons and centered action buttons v321 == */

/* == managed: KT mobile top-level submenu arrows final v322 == */
@media (max-width: 1179px) {
  html body .site[data-ktw-route] .ktw-shell-menu > .ktw-shell-menu-item > .ktw-shell-menu-link::before {
    content: none !important;
    display: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu > .ktw-shell-menu-item > .ktw-shell-menu-link::after {
    content: "⌄" !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    left: auto !important;
    bottom: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    margin: -12px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #ef7d30 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    font-family: "Montserrat", "Segoe UI Symbol", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    text-align: center !important;
    transform: none !important;
    transform-origin: center !important;
    transition: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu > .ktw-shell-menu-item.ktw-mobile-submenu-open > .ktw-shell-menu-link::after {
    content: "⌃" !important;
    margin: -12px 0 0 !important;
    transform: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu > .ktw-shell-menu-item--leaf > .ktw-shell-menu-link::after {
    content: none !important;
    display: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu > .ktw-shell-menu-item > .ktw-shell-submenu .ktw-shell-menu-link::after {
    content: none !important;
    display: none !important;
  }
}
/* == /managed: KT mobile top-level submenu arrows final v322 == */

/* == managed: KT mobile top-level chevrons match nested v323 == */
@media (max-width: 1179px) {
  html body .site[data-ktw-route] .ktw-shell-menu > .ktw-shell-menu-item--has-submenu > .ktw-shell-menu-link::after {
    content: "" !important;
    position: absolute !important;
    right: 8px !important;
    top: 50% !important;
    left: auto !important;
    bottom: auto !important;
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    margin: -7px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-right: 1.7px solid #ef7d30 !important;
    border-bottom: 1.7px solid #ef7d30 !important;
    background: transparent !important;
    color: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    transform: rotate(45deg) !important;
    transform-origin: 50% 50% !important;
    transition: transform .2s ease, margin .2s ease !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu > .ktw-shell-menu-item--has-submenu.ktw-mobile-submenu-open > .ktw-shell-menu-link::after {
    margin-top: -2px !important;
    transform: rotate(225deg) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-menu > .ktw-shell-menu-item--leaf > .ktw-shell-menu-link::after {
    content: none !important;
    display: none !important;
  }
}
/* == /managed: KT mobile top-level chevrons match nested v323 == */

/* == managed: KT waermepumpen clean startpage-style product page v330 == */
html body .site[data-ktw-route="waermepumpen"] .kt-waermepumpen-v330,
html body .site[data-ktw-route="waermepumpen"] .kt-waermepumpen-v330 * {
  box-sizing: border-box !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-waermepumpen-v330 {
  --kt-wp-blue: #073a5a;
  --kt-wp-orange: #f47a2a;
  --kt-wp-line: rgba(255,255,255,.24);
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: var(--kt-wp-blue) !important;
  color: #fff !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-hero {
  position: relative !important;
  min-height: clamp(640px, 82vh, 880px) !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: flex-end !important;
  overflow: hidden !important;
  background: var(--kt-wp-blue) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background:
    linear-gradient(90deg, rgba(7,58,90,.94) 0%, rgba(7,58,90,.72) 34%, rgba(7,58,90,.22) 72%),
    linear-gradient(0deg, rgba(7,58,90,.72) 0%, rgba(7,58,90,0) 44%) !important;
  pointer-events: none !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-hero img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-hero-copy {
  position: relative !important;
  z-index: 2 !important;
  width: min(760px, calc(100% - (var(--ktw-left-rail, 90px) * 2))) !important;
  margin-left: var(--ktw-left-rail, 90px) !important;
  margin-right: auto !important;
  padding: 0 0 clamp(82px, 11vh, 132px) !important;
  color: #fff !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-hero-copy > span,
html body .site[data-ktw-route="waermepumpen"] .kt-wp-section-head > span,
html body .site[data-ktw-route="waermepumpen"] .kt-wp-intro span,
html body .site[data-ktw-route="waermepumpen"] .kt-wp-card span {
  display: block !important;
  margin: 0 0 14px !important;
  color: currentColor !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-hero h1 {
  max-width: 760px !important;
  margin: 0 0 22px !important;
  color: #fff !important;
  font-size: clamp(44px, 5.2vw, 78px) !important;
  font-weight: 500 !important;
  line-height: .98 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-hero p {
  max-width: 620px !important;
  margin: 0 0 28px !important;
  color: rgba(255,255,255,.92) !important;
  font-size: clamp(15px, .95vw, 18px) !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  align-items: center !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-btn,
html body .site[data-ktw-route="waermepumpen"] .kt-wp-card a,
html body .site[data-ktw-route="waermepumpen"] .kt-wp-program a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 0 28px !important;
  border: 1px solid rgba(255,255,255,.72) !important;
  border-radius: 4px !important;
  color: #fff !important;
  background: transparent !important;
  text-decoration: none !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-btn-primary,
html body .site[data-ktw-route="waermepumpen"] .kt-wp-card a {
  border-color: var(--kt-wp-orange) !important;
  background: var(--kt-wp-orange) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-intro,
html body .site[data-ktw-route="waermepumpen"] .kt-wp-section {
  width: min(1240px, calc(100% - (var(--ktw-left-rail, 90px) * 2))) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: clamp(74px, 8vw, 118px) 0 !important;
  background: transparent !important;
  color: #fff !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-intro {
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
  gap: clamp(36px, 7vw, 100px) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-intro h2,
html body .site[data-ktw-route="waermepumpen"] .kt-wp-section h2 {
  margin: 0 !important;
  color: inherit !important;
  font-size: clamp(34px, 4.2vw, 62px) !important;
  font-weight: 500 !important;
  line-height: 1.06 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-intro p,
html body .site[data-ktw-route="waermepumpen"] .kt-wp-section-head p,
html body .site[data-ktw-route="waermepumpen"] .kt-wp-card p {
  margin: 0 0 18px !important;
  color: rgba(255,255,255,.84) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-section {
  border-top: 1px solid rgba(255,255,255,.18) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-section-head {
  max-width: 760px !important;
  margin: 0 0 clamp(38px, 5vw, 68px) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(22px, 3vw, 42px) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-card {
  display: grid !important;
  grid-template-rows: minmax(260px, 22vw) auto !important;
  min-width: 0 !important;
  overflow: hidden !important;
  background: rgba(255,255,255,.05) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 4px !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-card img {
  width: 100% !important;
  height: 100% !important;
  min-height: 260px !important;
  object-fit: cover !important;
  display: block !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-card > div {
  padding: clamp(24px, 3vw, 38px) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-card h3 {
  margin: 0 0 14px !important;
  color: inherit !important;
  font-size: clamp(28px, 3vw, 42px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-section-light {
  width: 100% !important;
  max-width: none !important;
  padding-left: max(var(--ktw-left-rail, 90px), calc((100% - 1240px) / 2)) !important;
  padding-right: max(var(--ktw-left-rail, 90px), calc((100% - 1240px) / 2)) !important;
  background: #fff !important;
  color: var(--kt-wp-blue) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-section-light p {
  color: #5f6f7b !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-section-light .kt-wp-card {
  background: #f7f9fa !important;
  border-color: rgba(7,58,90,.12) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-program {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-program a {
  min-height: 112px !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  padding: 24px !important;
  background: rgba(255,255,255,.05) !important;
  border-color: rgba(255,255,255,.3) !important;
  font-size: 18px !important;
  text-align: left !important;
}

@media (max-width: 1179px) {
  html body .site[data-ktw-route="waermepumpen"] .kt-wp-hero-copy,
  html body .site[data-ktw-route="waermepumpen"] .kt-wp-intro,
  html body .site[data-ktw-route="waermepumpen"] .kt-wp-section {
    width: calc(100% - 56px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  html body .site[data-ktw-route="waermepumpen"] .kt-wp-intro,
  html body .site[data-ktw-route="waermepumpen"] .kt-wp-grid,
  html body .site[data-ktw-route="waermepumpen"] .kt-wp-grid-two,
  html body .site[data-ktw-route="waermepumpen"] .kt-wp-program {
    grid-template-columns: 1fr !important;
  }

  html body .site[data-ktw-route="waermepumpen"] .kt-wp-section-light {
    width: 100% !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
}

@media (max-width: 680px) {
  html body .site[data-ktw-route="waermepumpen"] .kt-wp-hero {
    min-height: 650px !important;
  }

  html body .site[data-ktw-route="waermepumpen"] .kt-wp-hero h1 {
    font-size: clamp(38px, 10vw, 52px) !important;
  }

  html body .site[data-ktw-route="waermepumpen"] .kt-wp-btn,
  html body .site[data-ktw-route="waermepumpen"] .kt-wp-card a {
    width: 100% !important;
  }
}
/* == /managed: KT waermepumpen clean startpage-style product page v330 == */

/* == managed: KT waermepumpen direct-child builder reset v331 == */
html body .site[data-ktw-route="waermepumpen"] > main.kt-waermepumpen-v330:first-of-type,
html body .site[data-ktw-route="waermepumpen"] > .kt-waermepumpen-v330:first-of-type,
html body .site[data-ktw-route="waermepumpen"] > :not(.ktw-shell-wrap).kt-waermepumpen-v330:first-of-type {
  display: block !important;
  grid-template-columns: none !important;
  align-items: initial !important;
  gap: 0 !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #073a5a !important;
  box-shadow: none !important;
  color: #fff !important;
}

html body .site[data-ktw-route="waermepumpen"] > main.kt-waermepumpen-v330:first-of-type > .kt-wp-hero {
  margin: 0 !important;
}
/* == /managed: KT waermepumpen direct-child builder reset v331 == */

/* == managed: KT waermepumpen white content below hero v332 == */
html body .site[data-ktw-route="waermepumpen"] .kt-waermepumpen-v330 {
  background: #ffffff !important;
  color: #073a5a !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-hero {
  background: #073a5a !important;
  color: #ffffff !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-intro,
html body .site[data-ktw-route="waermepumpen"] .kt-wp-section,
html body .site[data-ktw-route="waermepumpen"] .kt-wp-section-light {
  background: #ffffff !important;
  color: #073a5a !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-section {
  border-top: 1px solid rgba(7,58,90,.18) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-intro p,
html body .site[data-ktw-route="waermepumpen"] .kt-wp-section-head p,
html body .site[data-ktw-route="waermepumpen"] .kt-wp-card p {
  color: #5f6f7b !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-card {
  background: #f7f9fa !important;
  border-color: rgba(7,58,90,.12) !important;
  color: #073a5a !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-program a {
  color: #073a5a !important;
  background: #f7f9fa !important;
  border-color: rgba(7,58,90,.18) !important;
}
/* == /managed: KT waermepumpen white content below hero v332 == */

/* == managed: KT waermepumpen Kronoterm product intro cards v333 == */
html body .site[data-ktw-route="waermepumpen"] .kt-wp-intro {
  width: min(1240px, calc(100% - (var(--ktw-left-rail, 90px) * 2))) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: clamp(28px, 5vw, 64px) clamp(36px, 6vw, 86px) !important;
  padding-bottom: clamp(64px, 7vw, 96px) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-intro > div:first-child,
html body .site[data-ktw-route="waermepumpen"] .kt-wp-intro > div:nth-child(2),
html body .site[data-ktw-route="waermepumpen"] .kt-wp-type-grid {
  grid-column: 1 / -1 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-intro > div:first-child {
  max-width: 1080px !important;
  padding-bottom: 38px !important;
  border-bottom: 1px solid rgba(7,58,90,.22) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-intro > div:nth-child(2) {
  max-width: 620px !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-type-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(28px, 4vw, 48px) !important;
  margin-top: clamp(24px, 4vw, 46px) !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-type-card {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  color: #073a5a !important;
  border: 0 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-type-card img {
  width: 100% !important;
  aspect-ratio: 620 / 480 !important;
  height: auto !important;
  display: block !important;
  object-fit: cover !important;
  margin: 0 0 28px !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-type-card h3 {
  margin: 0 0 22px !important;
  padding-bottom: 26px !important;
  border-bottom: 1px solid rgba(7,58,90,.22) !important;
  color: #061526 !important;
  font-size: clamp(24px, 2vw, 32px) !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-type-card p {
  max-width: 560px !important;
  margin: 0 0 24px !important;
  color: #5f6f7b !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-type-card a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #f47a2a !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

@media (max-width: 900px) {
  html body .site[data-ktw-route="waermepumpen"] .kt-wp-type-grid {
    grid-template-columns: 1fr !important;
  }
}
/* == /managed: KT waermepumpen Kronoterm product intro cards v333 == */

/* == managed: KT waermepumpen full-width white heating block v334 == */
html body .site[data-ktw-route="waermepumpen"] .kt-wp-section#heizungswaermepumpen {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: max(var(--ktw-left-rail, 90px), calc((100% - 1240px) / 2)) !important;
  padding-right: max(var(--ktw-left-rail, 90px), calc((100% - 1240px) / 2)) !important;
  background: #ffffff !important;
  color: #073a5a !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-section#heizungswaermepumpen .kt-wp-card {
  background: #f7f9fa !important;
  border-color: rgba(7,58,90,.12) !important;
  color: #073a5a !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-wp-section#heizungswaermepumpen p {
  color: #5f6f7b !important;
}

@media (max-width: 1179px) {
  html body .site[data-ktw-route="waermepumpen"] .kt-wp-section#heizungswaermepumpen {
    width: 100% !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
}
/* == /managed: KT waermepumpen full-width white heating block v334 == */

/* == managed: KT waermepumpen full-bleed white content sections v335 == */
html body .site[data-ktw-route="waermepumpen"] .kt-waermepumpen-v330 > .kt-wp-section {
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  padding-left: max(48px, calc((100vw - 1240px) / 2)) !important;
  padding-right: max(48px, calc((100vw - 1240px) / 2)) !important;
  box-sizing: border-box !important;
  background: #ffffff !important;
  color: #073a5a !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-waermepumpen-v330 > .kt-wp-section::before,
html body .site[data-ktw-route="waermepumpen"] .kt-waermepumpen-v330 > .kt-wp-section::after {
  display: none !important;
  content: none !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-waermepumpen-v330 > .kt-wp-section .kt-wp-card,
html body .site[data-ktw-route="waermepumpen"] .kt-waermepumpen-v330 > .kt-wp-section .kt-wp-program {
  background: #f7f9fa !important;
  border-color: rgba(7,58,90,.12) !important;
  color: #073a5a !important;
}

html body .site[data-ktw-route="waermepumpen"] .kt-waermepumpen-v330 > .kt-wp-section p {
  color: #5f6f7b !important;
}

@media (max-width: 1179px) {
  html body .site[data-ktw-route="waermepumpen"] .kt-waermepumpen-v330 > .kt-wp-section {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
}
/* == /managed: KT waermepumpen full-bleed white content sections v335 == */

/* == managed: KT waermepumpen full-bleed position correction v336 == */
html body .site[data-ktw-route="waermepumpen"] .kt-waermepumpen-v330 > .kt-wp-section {
  left: auto !important;
  right: auto !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: #ffffff !important;
}
/* == /managed: KT waermepumpen full-bleed position correction v336 == */

/* == managed: KT waermepumpen zum heizen route style v337 == */
html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-waermepumpen-v330,
html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-waermepumpen-v330 * {
  box-sizing: border-box !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-waermepumpen-v330 {
  --kt-wp-blue: #073a5a;
  --kt-wp-orange: #f47a2a;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #ffffff !important;
  color: #073a5a !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-hero {
  position: relative !important;
  min-height: clamp(640px, 82vh, 880px) !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: flex-end !important;
  overflow: hidden !important;
  background: var(--kt-wp-blue) !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background:
    linear-gradient(90deg, rgba(7,58,90,.94) 0%, rgba(7,58,90,.72) 34%, rgba(7,58,90,.22) 72%),
    linear-gradient(0deg, rgba(7,58,90,.72) 0%, rgba(7,58,90,0) 44%) !important;
  pointer-events: none !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-hero img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-hero-copy {
  position: relative !important;
  z-index: 2 !important;
  width: min(760px, calc(100% - (var(--ktw-left-rail, 90px) * 2))) !important;
  margin-left: var(--ktw-left-rail, 90px) !important;
  margin-right: auto !important;
  padding: 0 0 clamp(82px, 11vh, 132px) !important;
  color: #ffffff !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-hero-copy > span,
html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-section-head > span,
html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-intro span,
html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-card span {
  display: block !important;
  margin: 0 0 14px !important;
  color: currentColor !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-hero h1 {
  max-width: 760px !important;
  margin: 0 0 22px !important;
  color: #ffffff !important;
  font-size: clamp(52px, 5.8vw, 96px) !important;
  line-height: .96 !important;
  font-weight: 500 !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-hero p {
  max-width: 680px !important;
  margin: 0 0 28px !important;
  color: #ffffff !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  align-items: center !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-btn,
html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-card a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 0 28px !important;
  border: 1px solid rgba(255,255,255,.7) !important;
  border-radius: 4px !important;
  background: transparent !important;
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-btn-primary,
html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-card a {
  border-color: var(--kt-wp-orange) !important;
  background: var(--kt-wp-orange) !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-intro,
html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-section {
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 0 0 calc(50% - 50vw) !important;
  padding: clamp(70px, 8vw, 118px) max(48px, calc((100vw - 1240px) / 2)) !important;
  background: #ffffff !important;
  color: #073a5a !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-intro {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr) !important;
  gap: clamp(48px, 7vw, 104px) !important;
  border-bottom: 1px solid rgba(7,58,90,.16) !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-intro h2,
html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-section h2 {
  margin: 0 !important;
  color: #073a5a !important;
  font-size: clamp(42px, 4.3vw, 72px) !important;
  line-height: 1.08 !important;
  font-weight: 500 !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-intro p,
html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-section-head p,
html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-card p {
  color: #5f6f7b !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-section-head {
  max-width: 920px !important;
  margin: 0 0 46px !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 34px !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-card {
  overflow: hidden !important;
  background: #f7f9fa !important;
  border: 1px solid rgba(7,58,90,.12) !important;
  border-radius: 4px !important;
  color: #073a5a !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-card img {
  display: block !important;
  width: 100% !important;
  height: clamp(260px, 28vw, 390px) !important;
  object-fit: cover !important;
  border: 0 !important;
  margin: 0 !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-card > div {
  padding: 30px 34px 34px !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-card h3 {
  margin: 0 0 16px !important;
  color: #073a5a !important;
  font-size: clamp(28px, 2.4vw, 40px) !important;
  line-height: 1.1 !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}

@media (max-width: 900px) {
  html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-hero-copy {
    width: calc(100% - 56px) !important;
    margin-left: 28px !important;
  }
  html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-intro,
  html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-section {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-intro,
  html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-grid {
    grid-template-columns: 1fr !important;
  }
}
/* == /managed: KT waermepumpen zum heizen route style v337 == */

/* == managed: KT waermepumpen zum heizen first-child shell override v338 == */
html body .site[data-ktw-route="waermepumpen-zum-heizen"] > main.kt-waermepumpen-v330:first-of-type {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  overflow: hidden !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] > main.kt-waermepumpen-v330:first-of-type > .kt-wp-hero {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] > main.kt-waermepumpen-v330:first-of-type > .kt-wp-intro,
html body .site[data-ktw-route="waermepumpen-zum-heizen"] > main.kt-waermepumpen-v330:first-of-type > .kt-wp-section {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: #ffffff !important;
}
/* == /managed: KT waermepumpen zum heizen first-child shell override v338 == */

/* == managed: KT ueber uns page style v339 == */
html body .site[data-ktw-route="ueber-uns"] .kt-about-v1,
html body .site[data-ktw-route="ueber-uns"] .kt-about-v1 * {
  box-sizing: border-box !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route="ueber-uns"] > main.kt-about-v1:first-of-type {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #ffffff !important;
  color: #073a5a !important;
}

html body .site[data-ktw-route="ueber-uns"] .kt-about-hero {
  position: relative !important;
  min-height: clamp(640px, 82vh, 880px) !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 calc(50% - 50vw) !important;
  padding: 0 !important;
  display: flex !important;
  align-items: flex-end !important;
  overflow: hidden !important;
  background: #073a5a !important;
}

html body .site[data-ktw-route="ueber-uns"] .kt-about-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background:
    linear-gradient(90deg, rgba(7,58,90,.94) 0%, rgba(7,58,90,.74) 36%, rgba(7,58,90,.18) 75%),
    linear-gradient(0deg, rgba(7,58,90,.78) 0%, rgba(7,58,90,0) 44%) !important;
  pointer-events: none !important;
}

html body .site[data-ktw-route="ueber-uns"] .kt-about-hero img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  border: 0 !important;
  margin: 0 !important;
}

html body .site[data-ktw-route="ueber-uns"] .kt-about-hero-copy {
  position: relative !important;
  z-index: 2 !important;
  width: min(760px, calc(100% - (var(--ktw-left-rail, 90px) * 2))) !important;
  margin-left: var(--ktw-left-rail, 90px) !important;
  margin-right: auto !important;
  padding: 0 0 clamp(82px, 11vh, 132px) !important;
  color: #ffffff !important;
}

html body .site[data-ktw-route="ueber-uns"] .kt-about-hero-copy > span,
html body .site[data-ktw-route="ueber-uns"] .kt-about-intro span,
html body .site[data-ktw-route="ueber-uns"] .kt-about-section-head > span,
html body .site[data-ktw-route="ueber-uns"] .kt-about-split span,
html body .site[data-ktw-route="ueber-uns"] .kt-about-closing span {
  display: block !important;
  margin: 0 0 14px !important;
  color: currentColor !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

html body .site[data-ktw-route="ueber-uns"] .kt-about-hero h1 {
  max-width: 780px !important;
  margin: 0 0 22px !important;
  color: #ffffff !important;
  font-size: clamp(52px, 5.8vw, 92px) !important;
  line-height: .98 !important;
  font-weight: 500 !important;
}

html body .site[data-ktw-route="ueber-uns"] .kt-about-hero p {
  max-width: 680px !important;
  margin: 0 0 28px !important;
  color: #ffffff !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
}

html body .site[data-ktw-route="ueber-uns"] .kt-about-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}

html body .site[data-ktw-route="ueber-uns"] .kt-about-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 0 28px !important;
  border: 1px solid rgba(255,255,255,.72) !important;
  border-radius: 4px !important;
  background: transparent !important;
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

html body .site[data-ktw-route="ueber-uns"] .kt-about-btn-primary {
  border-color: #f47a2a !important;
  background: #f47a2a !important;
}

html body .site[data-ktw-route="ueber-uns"] .kt-about-intro,
html body .site[data-ktw-route="ueber-uns"] .kt-about-section,
html body .site[data-ktw-route="ueber-uns"] .kt-about-split,
html body .site[data-ktw-route="ueber-uns"] .kt-about-closing {
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 calc(50% - 50vw) !important;
  padding: clamp(72px, 8vw, 118px) max(48px, calc((100vw - 1240px) / 2)) !important;
  background: #ffffff !important;
  color: #073a5a !important;
}

html body .site[data-ktw-route="ueber-uns"] .kt-about-intro,
html body .site[data-ktw-route="ueber-uns"] .kt-about-split,
html body .site[data-ktw-route="ueber-uns"] .kt-about-closing {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr) !important;
  gap: clamp(48px, 7vw, 104px) !important;
  border-bottom: 1px solid rgba(7,58,90,.16) !important;
}

html body .site[data-ktw-route="ueber-uns"] .kt-about-section-light {
  background: #f7f9fa !important;
}

html body .site[data-ktw-route="ueber-uns"] .kt-about-intro h2,
html body .site[data-ktw-route="ueber-uns"] .kt-about-section h2,
html body .site[data-ktw-route="ueber-uns"] .kt-about-split h2,
html body .site[data-ktw-route="ueber-uns"] .kt-about-closing h2 {
  margin: 0 !important;
  color: #073a5a !important;
  font-size: clamp(42px, 4.2vw, 72px) !important;
  line-height: 1.08 !important;
  font-weight: 500 !important;
}

html body .site[data-ktw-route="ueber-uns"] .kt-about-intro p,
html body .site[data-ktw-route="ueber-uns"] .kt-about-section p,
html body .site[data-ktw-route="ueber-uns"] .kt-about-split p,
html body .site[data-ktw-route="ueber-uns"] .kt-about-closing p {
  color: #5f6f7b !important;
  font-size: 17px !important;
  line-height: 1.68 !important;
  font-weight: 400 !important;
}

html body .site[data-ktw-route="ueber-uns"] .kt-about-section-head {
  max-width: 940px !important;
  margin: 0 0 48px !important;
}

html body .site[data-ktw-route="ueber-uns"] .kt-about-grid,
html body .site[data-ktw-route="ueber-uns"] .kt-about-values {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px !important;
}

html body .site[data-ktw-route="ueber-uns"] .kt-about-values {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

html body .site[data-ktw-route="ueber-uns"] .kt-about-grid article,
html body .site[data-ktw-route="ueber-uns"] .kt-about-values article {
  min-height: 100% !important;
  padding: 34px !important;
  border: 1px solid rgba(7,58,90,.14) !important;
  border-radius: 4px !important;
  background: #ffffff !important;
}

html body .site[data-ktw-route="ueber-uns"] .kt-about-grid strong {
  display: block !important;
  margin: 0 0 18px !important;
  color: #f47a2a !important;
  font-size: clamp(42px, 5vw, 76px) !important;
  line-height: 1 !important;
  font-weight: 500 !important;
}

html body .site[data-ktw-route="ueber-uns"] .kt-about-grid h3,
html body .site[data-ktw-route="ueber-uns"] .kt-about-values h3 {
  margin: 0 0 16px !important;
  color: #073a5a !important;
  font-size: 24px !important;
  line-height: 1.18 !important;
  font-weight: 700 !important;
}

html body .site[data-ktw-route="ueber-uns"] .kt-about-closing {
  align-items: center !important;
  background: #073a5a !important;
  color: #ffffff !important;
}

html body .site[data-ktw-route="ueber-uns"] .kt-about-closing h2,
html body .site[data-ktw-route="ueber-uns"] .kt-about-closing p {
  color: #ffffff !important;
}

html body .site[data-ktw-route="ueber-uns"] .kt-about-closing .kt-about-btn {
  justify-self: end !important;
}

@media (max-width: 900px) {
  html body .site[data-ktw-route="ueber-uns"] .kt-about-hero-copy {
    width: calc(100% - 56px) !important;
    margin-left: 28px !important;
  }
  html body .site[data-ktw-route="ueber-uns"] .kt-about-intro,
  html body .site[data-ktw-route="ueber-uns"] .kt-about-section,
  html body .site[data-ktw-route="ueber-uns"] .kt-about-split,
  html body .site[data-ktw-route="ueber-uns"] .kt-about-closing {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  html body .site[data-ktw-route="ueber-uns"] .kt-about-intro,
  html body .site[data-ktw-route="ueber-uns"] .kt-about-split,
  html body .site[data-ktw-route="ueber-uns"] .kt-about-closing,
  html body .site[data-ktw-route="ueber-uns"] .kt-about-grid,
  html body .site[data-ktw-route="ueber-uns"] .kt-about-values {
    grid-template-columns: 1fr !important;
  }
  html body .site[data-ktw-route="ueber-uns"] .kt-about-closing .kt-about-btn {
    justify-self: start !important;
  }
}
/* == /managed: KT ueber uns page style v339 == */

/* == managed: KT waermepumpen zum heizen homepage typography v340 == */
html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-waermepumpen-v330,
html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-waermepumpen-v330 * {
  font-family: "Montserrat", Arial, sans-serif !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-hero-copy > span,
html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-section-head > span,
html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-intro span,
html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-card span {
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-hero h1 {
  max-width: 620px !important;
  font-size: clamp(42px, 4.2vw, 64px) !important;
  line-height: 1.04 !important;
  font-weight: 500 !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-hero p {
  max-width: 610px !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-btn,
html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-card a {
  min-height: 46px !important;
  padding: 0 26px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-intro h2,
html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-section h2 {
  font-size: clamp(31.5px, 3.2vw, 50px) !important;
  line-height: 1.08 !important;
  font-weight: 500 !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-intro p,
html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-section-head p,
html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-card p {
  font-size: 14px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-card h3 {
  font-size: clamp(21px, 1.55vw, 27px) !important;
  line-height: 1.16 !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

@media (max-width: 900px) {
  html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-hero h1 {
    font-size: clamp(38px, 10vw, 52px) !important;
  }
  html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-intro h2,
  html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-section h2 {
    font-size: clamp(30px, 8vw, 42px) !important;
  }
}
/* == /managed: KT waermepumpen zum heizen homepage typography v340 == */

/* == managed: KT waermepumpen zum heizen exact homepage font sizes v341 == */
html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-hero h1 {
  font-size: 42px !important;
  line-height: 1.04 !important;
  font-weight: 500 !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-intro h2,
html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-section h2 {
  font-size: 31.5px !important;
  line-height: 1.08 !important;
  font-weight: 500 !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-card h3 {
  font-size: 20px !important;
  line-height: 1.16 !important;
  font-weight: 500 !important;
}

@media (max-width: 900px) {
  html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-hero h1 {
    font-size: clamp(38px, 10vw, 42px) !important;
  }
  html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-intro h2,
  html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-section h2 {
    font-size: clamp(30px, 8vw, 31.5px) !important;
  }
}
/* == /managed: KT waermepumpen zum heizen exact homepage font sizes v341 == */

/* == managed: KT waermepumpen requested cleanup v343 == */
html body .site[data-ktw-route="waermepumpen"] > main.kt-waermepumpen-v330:first-of-type > .kt-wp-intro {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: clamp(70px, 8vw, 118px) max(48px, calc((100vw - 1240px) / 2)) !important;
  background: #ffffff !important;
  color: #073a5a !important;
}

html body .site[data-ktw-route="waermepumpen"] > main.kt-waermepumpen-v330:first-of-type > .kt-wp-intro p {
  color: #5f6f7b !important;
}

html body .site[data-ktw-route="waermepumpen"] > main.kt-waermepumpen-v330:first-of-type > .kt-wp-intro + .kt-wp-section {
  margin-top: 0 !important;
}
/* == /managed: KT waermepumpen requested cleanup v343 == */

/* == managed: KT waermepumpen zum heizen white product cards v344 == */
html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-section-light .kt-wp-card,
html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-card {
  background: #ffffff !important;
}

html body .site[data-ktw-route="waermepumpen-zum-heizen"] .kt-wp-card > div {
  background: #ffffff !important;
}
/* == /managed: KT waermepumpen zum heizen white product cards v344 == */

/* == managed: KT mobile customer portal centered label v345 == */
@media (max-width: 1179px) {
  html body .site[data-ktw-route] .ktw-shell-main .ktw-shell-account-link {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    text-align: center !important;
    padding-left: 62px !important;
    padding-right: 62px !important;
  }

  html body .site[data-ktw-route] .ktw-shell-main .ktw-shell-account-avatar {
    position: absolute !important;
    left: 26px !important;
    top: 50% !important;
    margin: 0 !important;
    transform: translateY(-50%) !important;
  }

  html body .site[data-ktw-route] .ktw-shell-main .ktw-shell-account-meta {
    position: absolute !important;
    inset: 0 62px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    pointer-events: none !important;
  }

  html body .site[data-ktw-route] .ktw-shell-main .ktw-shell-account-meta strong,
  html body .site[data-ktw-route] .ktw-shell-main .ktw-shell-account-meta small {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }
}
/* == /managed: KT mobile customer portal centered label v345 == */

/* == managed: KT heizungsrechner homepage shell v346 == */
html body .site[data-ktw-route="heizungsrechner"] {
  --kt-calc-blue: #073a5a;
  --kt-calc-orange: #f47a2a;
  background: #ffffff !important;
  color: var(--kt-calc-blue) !important;
  font-family: var(--ktw-font-body, "Montserrat", Arial, sans-serif) !important;
}

html body .site[data-ktw-route="heizungsrechner"],
html body .site[data-ktw-route="heizungsrechner"] * {
  letter-spacing: 0 !important;
}

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

html body .site[data-ktw-route="heizungsrechner"] .ktw-calculator-shell {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  background: #ffffff !important;
  color: var(--kt-calc-blue) !important;
}

html body .site[data-ktw-route="heizungsrechner"] .ktw-calculator-shell > .hero {
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: min(860px, 76svh) !important;
  margin: 0 0 0 calc(50% - 50vw) !important;
  padding: clamp(150px, 14vw, 220px) max(48px, calc((100vw - 1240px) / 2)) clamp(70px, 8vw, 120px) !important;
  display: flex !important;
  align-items: flex-end !important;
  background:
    linear-gradient(90deg, rgba(7, 58, 90, 0.9) 0%, rgba(7, 58, 90, 0.58) 45%, rgba(7, 58, 90, 0.18) 100%),
    url("/files/ktw-kronoterm-SLIDER-1-hero-DESKTOP-ok_043607-scaled.jpg") center / cover no-repeat,
    var(--kt-calc-blue) !important;
}

html body .site[data-ktw-route="heizungsrechner"] .hero-copy {
  max-width: 680px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #ffffff !important;
  overflow: visible !important;
  backdrop-filter: none !important;
}

html body .site[data-ktw-route="heizungsrechner"] .hero-copy::after,
html body .site[data-ktw-route="heizungsrechner"] :is(.eyebrow, .section-kicker, .wizard-step-head .step-number) {
  display: none !important;
  content: none !important;
}

html body .site[data-ktw-route="heizungsrechner"] .hero h1 {
  max-width: 12ch !important;
  margin: 0 0 18px !important;
  color: #ffffff !important;
  font-size: clamp(42px, 4.9vw, 76px) !important;
  font-weight: 500 !important;
  line-height: 1.04 !important;
}

html body .site[data-ktw-route="heizungsrechner"] .hero .lead {
  max-width: 620px !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
}

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

html body .site[data-ktw-route="heizungsrechner"] :is(.primary-action, .secondary-action, .primary-btn, .ghost-btn, .download-action, .pdf-action, .calculator-bridge-card a) {
  min-height: 46px !important;
  padding: 0 28px !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-transform: none !important;
}

html body .site[data-ktw-route="heizungsrechner"] :is(.primary-action, .primary-btn, .download-action.primary, .pdf-action.primary) {
  background: var(--kt-calc-orange) !important;
  border: 1px solid var(--kt-calc-orange) !important;
  color: #ffffff !important;
}

html body .site[data-ktw-route="heizungsrechner"] :is(.secondary-action, .hero .secondary-action) {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  color: #ffffff !important;
}

html body .site[data-ktw-route="heizungsrechner"] .app-grid {
  width: min(1240px, calc(100% - 96px)) !important;
  margin: 0 auto !important;
  padding: clamp(64px, 7vw, 104px) 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr) !important;
  gap: 28px !important;
  background: #ffffff !important;
}

html body .site[data-ktw-route="heizungsrechner"] :is(.card, .form-card, .result-card, .result-panel, .direct-device-panel, .noise-zone-details, .tag-preview-panel, .result-note, .choice-card, .wizard-overview-card) {
  border-radius: 4px !important;
  background: #ffffff !important;
  color: var(--kt-calc-blue) !important;
  border: 1px solid rgba(7, 58, 90, 0.14) !important;
  box-shadow: none !important;
}

html body .site[data-ktw-route="heizungsrechner"] .card {
  padding: clamp(24px, 3vw, 38px) !important;
}

html body .site[data-ktw-route="heizungsrechner"] :is(.section-head h2, .result-panel h2) {
  max-width: 11.8ch !important;
  margin: 0 0 18px !important;
  color: var(--kt-calc-blue) !important;
  font-size: clamp(32px, 3.5vw, 58px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
}

html body .site[data-ktw-route="heizungsrechner"] :is(.form-intro, .wizard-step-head p, .field-note, .choice-card small, .result-root p, .calculator-bridge-card p, label span) {
  color: #5f6f7b !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

html body .site[data-ktw-route="heizungsrechner"] :is(.wizard-step-head h3, .calculator-bridge-card h3, .choice-card strong) {
  color: var(--kt-calc-blue) !important;
  font-weight: 700 !important;
}

html body .site[data-ktw-route="heizungsrechner"] .choice-card.active {
  border-color: var(--kt-calc-orange) !important;
  box-shadow: inset 0 0 0 1px var(--kt-calc-orange) !important;
}

html body .site[data-ktw-route="heizungsrechner"] .choice-card.active :is(strong, small, .choice-icon) {
  color: var(--kt-calc-blue) !important;
}

html body .site[data-ktw-route="heizungsrechner"] .calculator-mode-grid .choice-card.active {
  background: var(--kt-calc-orange) !important;
  border-color: var(--kt-calc-orange) !important;
}

html body .site[data-ktw-route="heizungsrechner"] .calculator-mode-grid .choice-card.active :is(strong, small, .choice-icon) {
  color: #ffffff !important;
}

html body .site[data-ktw-route="heizungsrechner"] :is(input, select, textarea) {
  border-radius: 4px !important;
  border: 1px solid rgba(7, 58, 90, 0.18) !important;
  background: #ffffff !important;
}

html body .site[data-ktw-route="heizungsrechner"] :is(input, select, textarea):focus {
  border-color: var(--kt-calc-orange) !important;
  box-shadow: 0 0 0 3px rgba(244, 122, 42, 0.16) !important;
}

html body .site[data-ktw-route="heizungsrechner"] .wizard-progress {
  border-radius: 4px !important;
  background: var(--kt-calc-blue) !important;
  box-shadow: none !important;
}

html body .site[data-ktw-route="heizungsrechner"] .wizard-progress-fill {
  background: var(--kt-calc-orange) !important;
}

html body .site[data-ktw-route="heizungsrechner"] .calculator-bridge {
  width: min(1240px, calc(100% - 96px)) !important;
  margin: 0 auto clamp(70px, 7vw, 110px) !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  background: #ffffff !important;
}

html body .site[data-ktw-route="heizungsrechner"] .calculator-bridge-card {
  padding: 30px !important;
}

html body .site[data-ktw-route="heizungsrechner"] .calculator-bridge-card a {
  background: transparent !important;
  border: 1px solid rgba(7, 58, 90, 0.26) !important;
  color: var(--kt-calc-blue) !important;
}

@media (max-width: 980px) {
  html body .site[data-ktw-route="heizungsrechner"] .ktw-calculator-shell > .hero {
    min-height: min(820px, 100svh) !important;
    padding: 132px 30px 56px !important;
    background:
      linear-gradient(180deg, rgba(7, 58, 90, 0.72), rgba(7, 58, 90, 0.38)),
      url("/files/ktw-kronoterm-SLIDER-1-hero-DESKTOP-ok_043607-scaled.jpg") center / cover no-repeat,
      var(--kt-calc-blue) !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] .app-grid,
  html body .site[data-ktw-route="heizungsrechner"] .calculator-bridge {
    width: min(100%, calc(100% - 36px)) !important;
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  html body .site[data-ktw-route="heizungsrechner"] .hero h1,
  html body .site[data-ktw-route="heizungsrechner"] :is(.section-head h2, .result-panel h2) {
    font-size: clamp(36px, 10vw, 54px) !important;
    line-height: 1.04 !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] .hero-actions,
  html body .site[data-ktw-route="heizungsrechner"] .wizard-nav,
  html body .site[data-ktw-route="heizungsrechner"] .result-toolbar {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }

  html body .site[data-ktw-route="heizungsrechner"] :is(.primary-action, .secondary-action, .primary-btn, .ghost-btn, .download-action, .pdf-action) {
    width: 100% !important;
  }
}
/* == /managed: KT heizungsrechner homepage shell v346 == */

/* == managed: KT heizungsrechner content correction v347 == */
html body .site[data-ktw-route="heizungsrechner"] .app-grid {
  align-items: start !important;
  gap: clamp(22px, 2.5vw, 34px) !important;
}

html body .site[data-ktw-route="heizungsrechner"] .app-grid :is(.card, .form-card, .result-card, .result-panel, .direct-device-panel, .noise-zone-details, .tag-preview-panel, .result-note, .choice-card, .wizard-overview-card) {
  min-width: 0 !important;
  overflow: visible !important;
}

html body .site[data-ktw-route="heizungsrechner"] .wizard-step:not(.active),
html body .site[data-ktw-route="heizungsrechner"] .is-hidden {
  display: none !important;
}

html body .site[data-ktw-route="heizungsrechner"] .wizard-step.active {
  display: block !important;
}

html body .site[data-ktw-route="heizungsrechner"] .app-grid :is(.section-head h2, .result-panel h2, .wizard-step-head h3, .calculator-bridge-card h3) {
  max-width: none !important;
  width: auto !important;
  margin: 0 0 14px !important;
  color: var(--kt-calc-blue) !important;
  font-size: clamp(25px, 1.55vw, 34px) !important;
  line-height: 1.15 !important;
  font-weight: 500 !important;
  text-wrap: balance !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: manual !important;
}

html body .site[data-ktw-route="heizungsrechner"] .app-grid .section-head {
  margin-bottom: 24px !important;
}

html body .site[data-ktw-route="heizungsrechner"] .wizard-step-head {
  display: block !important;
  margin-bottom: 20px !important;
}

html body .site[data-ktw-route="heizungsrechner"] .wizard-step-head p,
html body .site[data-ktw-route="heizungsrechner"] .form-intro,
html body .site[data-ktw-route="heizungsrechner"] .field-note,
html body .site[data-ktw-route="heizungsrechner"] .result-root p,
html body .site[data-ktw-route="heizungsrechner"] .calculator-bridge-card p {
  max-width: 68ch !important;
  color: #5f6f7b !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

html body .site[data-ktw-route="heizungsrechner"] .choice-grid,
html body .site[data-ktw-route="heizungsrechner"] .calculator-mode-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

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

html body .site[data-ktw-route="heizungsrechner"] .choice-card {
  min-width: 0 !important;
  min-height: 118px !important;
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  align-items: start !important;
  gap: 14px !important;
  padding: 18px !important;
  text-align: left !important;
}

html body .site[data-ktw-route="heizungsrechner"] .choice-card :is(strong, small) {
  display: block !important;
  max-width: none !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

html body .site[data-ktw-route="heizungsrechner"] .choice-card strong {
  font-size: 15px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

html body .site[data-ktw-route="heizungsrechner"] .choice-card small {
  font-size: 13px !important;
  line-height: 1.45 !important;
}

html body .site[data-ktw-route="heizungsrechner"] .result-root,
html body .site[data-ktw-route="heizungsrechner"] .result-summary,
html body .site[data-ktw-route="heizungsrechner"] .result-stack {
  min-width: 0 !important;
}

@media (max-width: 1120px) {
  html body .site[data-ktw-route="heizungsrechner"] .choice-grid,
  html body .site[data-ktw-route="heizungsrechner"] .calculator-mode-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  html body .site[data-ktw-route="heizungsrechner"] .app-grid :is(.section-head h2, .result-panel h2, .wizard-step-head h3, .calculator-bridge-card h3) {
    font-size: clamp(24px, 7vw, 34px) !important;
    line-height: 1.15 !important;
  }
}
/* == /managed: KT heizungsrechner content correction v347 == */

/* == managed: KT heizungsrechner card flow correction v348 == */
html body .site[data-ktw-route="heizungsrechner"] .wizard-overview {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-top: 24px !important;
}

html body .site[data-ktw-route="heizungsrechner"] .wizard-overview-card {
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  gap: 12px !important;
  align-items: start !important;
  padding: 16px !important;
  border: 1px solid rgba(7, 58, 90, 0.14) !important;
  background: #ffffff !important;
}

html body .site[data-ktw-route="heizungsrechner"] .wizard-overview-number {
  color: var(--kt-calc-orange) !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
}

html body .site[data-ktw-route="heizungsrechner"] .wizard-overview-card strong {
  display: block !important;
  color: var(--kt-calc-blue) !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  margin-bottom: 6px !important;
}

html body .site[data-ktw-route="heizungsrechner"] .wizard-overview-card p {
  margin: 0 !important;
  color: #5f6f7b !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

html body .site[data-ktw-route="heizungsrechner"] .choice-card {
  display: block !important;
  position: relative !important;
  min-height: 132px !important;
  padding: 22px 20px !important;
  text-align: left !important;
}

html body .site[data-ktw-route="heizungsrechner"] .choice-card .choice-icon {
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 0 18px !important;
  color: inherit !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

html body .site[data-ktw-route="heizungsrechner"] .choice-card strong,
html body .site[data-ktw-route="heizungsrechner"] .choice-card small {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  white-space: normal !important;
  text-align: left !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: manual !important;
}

html body .site[data-ktw-route="heizungsrechner"] .choice-card strong {
  margin: 0 0 10px !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

html body .site[data-ktw-route="heizungsrechner"] .choice-card small {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
}

@media (max-width: 980px) {
  html body .site[data-ktw-route="heizungsrechner"] .wizard-overview {
    grid-template-columns: 1fr !important;
  }
}
/* == /managed: KT heizungsrechner card flow correction v348 == */

/* == managed: KT eigenheim Kronoterm content layout v349 == */
html body .site[data-ktw-route="eigenheim"] .kt-solutions-page,
html body .site[data-ktw-route="eigenheim"] .kt-solutions-page * {
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-solutions-page {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  background: #ffffff !important;
  color: #073a5a !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-solutions-hero {
  width: 100% !important;
  max-width: none !important;
  min-height: clamp(560px, 58vw, 720px) !important;
  margin: 0 !important;
  overflow: hidden !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-solutions-hero-copy {
  left: var(--ktw-left-rail) !important;
  right: auto !important;
  width: min(760px, calc(100% - (var(--ktw-left-rail) * 2))) !important;
  max-width: none !important;
  padding: 0 !important;
  bottom: clamp(88px, 13vw, 170px) !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-solutions-hero h1 {
  max-width: 780px !important;
  margin: 0 0 22px !important;
  font-size: clamp(40px, 4vw, 72px) !important;
  line-height: 0.98 !important;
  font-weight: 500 !important;
  color: #ffffff !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-solutions-hero p {
  max-width: 620px !important;
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  font-weight: 500 !important;
  color: #ffffff !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-solutions-intro,
html body .site[data-ktw-route="eigenheim"] .kt-solutions-block,
html body .site[data-ktw-route="eigenheim"] .kt-solutions-banner {
  width: min(1240px, calc(100% - 56px)) !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-solutions-intro,
html body .site[data-ktw-route="eigenheim"] .kt-solutions-block {
  background: #ffffff !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-solutions-intro h2,
html body .site[data-ktw-route="eigenheim"] .kt-solutions-block-head h2 {
  font-size: clamp(34px, 3vw, 52px) !important;
  line-height: 1.08 !important;
  font-weight: 500 !important;
  color: #073a5a !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-solutions-intro p,
html body .site[data-ktw-route="eigenheim"] .kt-solutions-block-head p,
html body .site[data-ktw-route="eigenheim"] .kt-solution-copy p {
  font-size: 15px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  color: #66717c !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-solution-row {
  background: #ffffff !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-solution-copy h3 {
  font-size: clamp(24px, 2vw, 34px) !important;
  line-height: 1.12 !important;
  font-weight: 500 !important;
  color: #073a5a !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-solutions-link {
  border-radius: 4px !important;
  background: #f47a2a !important;
  color: #ffffff !important;
  border-color: #f47a2a !important;
}

@media (max-width: 760px) {
  html body .site[data-ktw-route="eigenheim"] .kt-solutions-hero-copy,
  html body .site[data-ktw-route="eigenheim"] .kt-solutions-intro,
  html body .site[data-ktw-route="eigenheim"] .kt-solutions-block,
  html body .site[data-ktw-route="eigenheim"] .kt-solutions-banner {
    width: calc(100% - 32px) !important;
  }

  html body .site[data-ktw-route="eigenheim"] .kt-solutions-hero-copy {
    left: 16px !important;
    bottom: 72px !important;
  }
}
/* == /managed: KT eigenheim Kronoterm content layout v349 == */

/* == managed: KT eigenheim isolated rebuild v353 == */
html body .site[data-ktw-route="eigenheim"] .kt-eigen-page,
html body .site[data-ktw-route="eigenheim"] .kt-eigen-page * {
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 0 !important;
  box-sizing: border-box !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-eigen-page {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #ffffff !important;
  color: #073a5a !important;
}

html body .site[data-ktw-route="eigenheim"] > .kt-eigen-page:first-of-type,
html body .site[data-ktw-route="eigenheim"] > .site:first-of-type,
html body .site[data-ktw-route="eigenheim"] > .site:first-of-type > .kt-eigen-page:first-of-type {
  display: block !important;
  grid-template-columns: none !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  overflow: visible !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-eigen-hero {
  position: relative !important;
  width: 100% !important;
  min-height: clamp(560px, 58vw, 720px) !important;
  display: block !important;
  overflow: hidden !important;
  background: #073a5a !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-eigen-hero::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background:
    linear-gradient(90deg, rgba(4,55,86,.86) 0%, rgba(4,55,86,.62) 34%, rgba(4,55,86,.22) 70%),
    linear-gradient(0deg, rgba(4,55,86,.42), rgba(4,55,86,.08)) !important;
  pointer-events: none !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-eigen-hero img {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  max-width: none !important;
  opacity: 1 !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-eigen-hero-copy {
  position: absolute !important;
  z-index: 2 !important;
  left: clamp(64px, 11vw, 190px) !important;
  bottom: clamp(76px, 11vh, 132px) !important;
  width: min(720px, calc(100% - (clamp(64px, 11vw, 190px) * 2))) !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  background: transparent !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-eigen-kicker,
html body .site[data-ktw-route="eigenheim"] .kt-eigen-section-head .kt-eigen-kicker {
  display: block !important;
  margin: 0 0 20px !important;
  color: inherit !important;
  font-size: 13px !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-eigen-hero h1 {
  max-width: 720px !important;
  margin: 0 0 22px !important;
  color: #ffffff !important;
  font-size: clamp(42px, 4.8vw, 76px) !important;
  line-height: .98 !important;
  font-weight: 500 !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-eigen-hero p {
  max-width: 660px !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  font-weight: 500 !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-eigen-intro,
html body .site[data-ktw-route="eigenheim"] .kt-eigen-section {
  width: min(1240px, calc(100% - 56px)) !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
  background: #ffffff !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-eigen-intro {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr) !important;
  gap: clamp(42px, 7vw, 110px) !important;
  padding: clamp(72px, 8vw, 112px) 0 !important;
  border-bottom: 1px solid rgba(7,58,90,.18) !important;
  align-items: center !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-eigen-intro-copy {
  max-width: 650px !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-eigen-intro h2,
html body .site[data-ktw-route="eigenheim"] .kt-eigen-section-head h2 {
  margin: 0 !important;
  color: #073a5a !important;
  font-size: clamp(34px, 3vw, 52px) !important;
  line-height: 1.08 !important;
  font-weight: 400 !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-eigen-intro p,
html body .site[data-ktw-route="eigenheim"] .kt-eigen-section-head p,
html body .site[data-ktw-route="eigenheim"] .kt-eigen-copy p {
  margin: 0 !important;
  color: rgba(7,58,90,.76) !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
  font-weight: 400 !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-eigen-intro-copy p {
  margin-top: 22px !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-eigen-icon-row {
  display: grid !important;
  grid-template-columns: repeat(3, 112px) !important;
  justify-content: end !important;
  align-items: center !important;
  gap: clamp(18px, 3vw, 30px) !important;
  margin: 0 !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-eigen-icon-card {
  display: grid !important;
  place-items: center !important;
  width: 112px !important;
  height: 112px !important;
  border: 2px solid #073a5a !important;
  border-radius: 4px !important;
  color: #073a5a !important;
  background: #ffffff !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-eigen-icon-card svg {
  width: 84px !important;
  height: 84px !important;
  display: block !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-eigen-section {
  padding: clamp(64px, 8vw, 112px) 0 !important;
  border-bottom: 1px solid rgba(7,58,90,.16) !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-eigen-section-head {
  display: grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
  gap: clamp(42px, 7vw, 110px) !important;
  align-items: start !important;
  margin-bottom: clamp(42px, 6vw, 84px) !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-eigen-row {
  display: grid !important;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr) !important;
  gap: clamp(34px, 6vw, 92px) !important;
  align-items: center !important;
  padding: clamp(42px, 6vw, 78px) 0 !important;
  border-top: 1px solid rgba(7,58,90,.16) !important;
  background: #ffffff !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-eigen-row:nth-child(even) .kt-eigen-media {
  order: -1 !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-eigen-copy h3 {
  margin: 0 0 18px !important;
  color: #073a5a !important;
  font-size: clamp(24px, 2vw, 34px) !important;
  line-height: 1.15 !important;
  font-weight: 500 !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-eigen-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  margin-top: 28px !important;
  padding: 0 28px !important;
  border-radius: 4px !important;
  border: 1px solid #fb7926 !important;
  background: #fb7926 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
}

html body .site[data-ktw-route="eigenheim"] .kt-eigen-media img {
  display: block !important;
  width: 100% !important;
  height: clamp(320px, 33vw, 480px) !important;
  object-fit: cover !important;
  max-width: none !important;
}

@media (max-width: 820px) {
  html body .site[data-ktw-route="eigenheim"] .kt-eigen-hero {
    min-height: 620px !important;
  }

  html body .site[data-ktw-route="eigenheim"] .kt-eigen-hero-copy {
    left: 24px !important;
    bottom: 72px !important;
    width: calc(100% - 48px) !important;
  }

  html body .site[data-ktw-route="eigenheim"] .kt-eigen-hero h1 {
    font-size: clamp(38px, 12vw, 58px) !important;
  }

  html body .site[data-ktw-route="eigenheim"] .kt-eigen-intro,
  html body .site[data-ktw-route="eigenheim"] .kt-eigen-section,
  html body .site[data-ktw-route="eigenheim"] .kt-eigen-section-head,
  html body .site[data-ktw-route="eigenheim"] .kt-eigen-row {
    grid-template-columns: 1fr !important;
  }

  html body .site[data-ktw-route="eigenheim"] .kt-eigen-intro,
  html body .site[data-ktw-route="eigenheim"] .kt-eigen-section {
    width: calc(100% - 32px) !important;
  }

  html body .site[data-ktw-route="eigenheim"] .kt-eigen-icon-row {
    grid-template-columns: repeat(3, minmax(76px, 96px)) !important;
    justify-content: start !important;
    gap: 14px !important;
  }

  html body .site[data-ktw-route="eigenheim"] .kt-eigen-icon-card {
    width: 86px !important;
    height: 86px !important;
  }

  html body .site[data-ktw-route="eigenheim"] .kt-eigen-icon-card svg {
    width: 66px !important;
    height: 66px !important;
  }

  html body .site[data-ktw-route="eigenheim"] .kt-eigen-row:nth-child(even) .kt-eigen-media {
    order: 0 !important;
  }
}
/* == /managed: KT eigenheim isolated rebuild v353 == */

/* == managed: documents hero typography alignment v1 == */
html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero,
html body .site[data-ktw-route="dokumente"] section.docs-fullbleed-shell > .docs-hero {
  padding-top: clamp(260px, 27vh, 340px) !important;
  padding-bottom: clamp(78px, 9vh, 118px) !important;
  align-items: flex-start !important;
}

html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero .panel {
  width: min(700px, calc(100vw - (var(--ktw-left-rail, 96px) * 2))) !important;
  max-width: 700px !important;
  margin: 0 !important;
  color: #ffffff !important;
}

html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero h1 {
  max-width: 12.2ch !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-family: var(--ktw-font-display, Montserrat, Arial, sans-serif) !important;
  font-size: clamp(2.85rem, 4.15vw, 5rem) !important;
  line-height: 1.04 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero p {
  max-width: 560px !important;
  margin-top: clamp(22px, 2.4vw, 32px) !important;
  color: rgba(255, 255, 255, .94) !important;
  font-family: var(--ktw-font-body, Montserrat, Arial, sans-serif) !important;
  font-size: clamp(1rem, .28vw + .94rem, 1.12rem) !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route="dokumente"] .portal-list,
html body .site[data-ktw-route="dokumente"] .search-box,
html body .site[data-ktw-route="dokumente"] .section-head,
html body .site[data-ktw-route="dokumente"] .doc-card,
html body .site[data-ktw-route="dokumente"] .record-card {
  font-family: var(--ktw-font-body, Montserrat, Arial, sans-serif) !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route="dokumente"] .portal-list h2,
html body .site[data-ktw-route="dokumente"] .section-head h2,
html body .site[data-ktw-route="dokumente"] .search-box h2,
html body .site[data-ktw-route="dokumente"] .doc-card h3,
html body .site[data-ktw-route="dokumente"] .record-card h3 {
  font-family: var(--ktw-font-display, Montserrat, Arial, sans-serif) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.12 !important;
}

@media (max-width: 720px) {
  html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero,
  html body .site[data-ktw-route="dokumente"] section.docs-fullbleed-shell > .docs-hero {
    padding: clamp(230px, 26vh, 290px) 24px 64px !important;
    min-height: min(820px, 100svh) !important;
  }

  html body .site[data-ktw-route="dokumente"] .docs-fullbleed-shell .docs-hero h1 {
    max-width: 11.8ch !important;
    font-size: clamp(2.35rem, 10.2vw, 4rem) !important;
    line-height: 1.04 !important;
  }
}
/* == /managed: documents hero typography alignment v1 == */

/* == managed: documents content typography final v1 == */
html body .site[data-ktw-route="dokumente"] :is(.portal-list,.search-box,.library-section,.download-section,.document-section,.records-section) :is(h1,h2,h3,h4,p,li,span,strong,small) {
  letter-spacing: 0 !important;
  word-break: normal !important;
}

html body .site[data-ktw-route="dokumente"] :is(.portal-list,.search-box,.library-section,.download-section,.document-section,.records-section) :is(h2,h3,h4) {
  max-width: min(720px, 100%) !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  text-wrap: balance !important;
}

html body .site[data-ktw-route="dokumente"] .portal-list .section-head h2 {
  max-width: min(620px, 100%) !important;
  font-size: clamp(2rem, 3.2vw, 3.45rem) !important;
  line-height: 1.1 !important;
  font-weight: 500 !important;
}

html body .site[data-ktw-route="dokumente"] .portal-list .section-head p,
html body .site[data-ktw-route="dokumente"] .search-box p,
html body .site[data-ktw-route="dokumente"] .document-section p,
html body .site[data-ktw-route="dokumente"] .download-section p {
  overflow-wrap: normal !important;
  hyphens: none !important;
  font-size: clamp(.98rem, .22vw + .9rem, 1.08rem) !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}
/* == /managed: documents content typography final v1 == */

/* == managed: documents hero home-format alignment v2 == */
html body .site[data-ktw-route="dokumente"] section.docs-fullbleed-shell > .docs-hero {
  position: relative !important;
  isolation: isolate !important;
  width: 100% !important;
  max-width: none !important;
  min-height: calc(clamp(740px, 86vh, 940px) + clamp(104px, 7vw, 132px)) !important;
  height: calc(clamp(740px, 86vh, 940px) + clamp(104px, 7vw, 132px)) !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
  background-color: #062f49 !important;
  background-image:
    linear-gradient(90deg, rgba(7, 58, 90, .92) 0%, rgba(7, 58, 90, .7) 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)),
    var(--kt-hero-1) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

html body .site[data-ktw-route="dokumente"] section.docs-fullbleed-shell > .docs-hero::after {
  left: var(--ktw-left-rail) !important;
  right: var(--ktw-left-rail) !important;
}

html body .site[data-ktw-route="dokumente"] section.docs-fullbleed-shell > .docs-hero > .panel {
  position: relative !important;
  z-index: 2 !important;
  width: min(520px, calc(100% - (var(--ktw-left-rail) * 2))) !important;
  max-width: 520px !important;
  margin: clamp(78px, 8vh, 124px) auto 0 var(--ktw-left-rail) !important;
  padding: 0 !important;
  display: block !important;
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
  text-align: left !important;
}

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

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

html body .site[data-ktw-route="dokumente"] section.docs-fullbleed-shell > .docs-hero h1 {
  max-width: min(620px, 100%) !important;
  margin: 0 0 16px !important;
  color: #fff !important;
  font-family: var(--ktw-font-display, Montserrat, Arial, sans-serif) !important;
  font-size: clamp(38px, 3vw, 52px) !important;
  line-height: 1.04 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-wrap: balance !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

html body .site[data-ktw-route="dokumente"] section.docs-fullbleed-shell > .docs-hero p {
  width: min(430px, 100%) !important;
  max-width: 430px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, .92) !important;
  font-family: var(--ktw-font-body, Montserrat, Arial, sans-serif) !important;
  font-size: clamp(14px, .64vw, 16px) !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

@media (max-width: 1179px) {
  html body .site[data-ktw-route="dokumente"] section.docs-fullbleed-shell > .docs-hero {
    width: 100% !important;
    min-height: min(860px, 100svh) !important;
    height: min(860px, 100svh) !important;
    padding: clamp(150px, 20vh, 210px) 0 58px !important;
    align-items: center !important;
  }

  html body .site[data-ktw-route="dokumente"] section.docs-fullbleed-shell > .docs-hero > .panel {
    width: min(620px, calc(100% - (var(--ktw-left-rail) * 2))) !important;
    max-width: 620px !important;
    margin: 0 auto 0 var(--ktw-left-rail) !important;
  }

  html body .site[data-ktw-route="dokumente"] section.docs-fullbleed-shell > .docs-hero h1 {
    font-size: clamp(34px, 7.4vw, 48px) !important;
    line-height: 1.04 !important;
  }
}

@media (max-width: 680px) {
  html body .site[data-ktw-route="dokumente"] section.docs-fullbleed-shell > .docs-hero > .panel {
    width: min(100%, calc(100% - 36px)) !important;
    max-width: none !important;
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
}
/* == /managed: documents hero home-format alignment v2 == */

/* == managed: documents hero baseline like homepage v3 == */
@media (min-width: 1180px) {
  html body .site[data-ktw-route="dokumente"] section.docs-fullbleed-shell > .docs-hero > .panel {
    margin-top: clamp(190px, 16vh, 230px) !important;
  }
}
/* == /managed: documents hero baseline like homepage v3 == */

/* == managed: documents hero desktop optical baseline v4 == */
@media (min-width: 1180px) {
  html body .site[data-ktw-route="dokumente"] section.docs-fullbleed-shell > .docs-hero > .panel {
    margin-top: clamp(250px, 22vh, 300px) !important;
  }
}
/* == /managed: documents hero desktop optical baseline v4 == */

/* == managed: service homepage visual alignment v1 == */
html body .site[data-ktw-route="service"] {
  background: #06283d !important;
  color: #06283d !important;
}

html body .site[data-ktw-route="service"] > .hero:first-of-type {
  position: relative !important;
  isolation: isolate !important;
  width: 100% !important;
  max-width: none !important;
  min-height: clamp(740px, 86vh, 940px) !important;
  height: clamp(740px, 86vh, 940px) !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
  background-color: #062f49 !important;
  background-image:
    linear-gradient(90deg, rgba(7, 58, 90, .92) 0%, rgba(7, 58, 90, .7) 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)),
    var(--kt-hero-1) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  animation: none !important;
}

html body .site[data-ktw-route="service"] > .hero:first-of-type > .wrap {
  width: min(430px, calc(100% - (var(--ktw-left-rail) * 2))) !important;
  max-width: 430px !important;
  margin: clamp(78px, 8vh, 124px) auto 0 var(--ktw-left-rail) !important;
  padding: 0 !important;
}

html body .site[data-ktw-route="service"] > .hero:first-of-type .hero-grid,
html body .site[data-ktw-route="service"] > .hero:first-of-type .hero-copy {
  width: 100% !important;
  max-width: 430px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
  text-align: left !important;
}

html body .site[data-ktw-route="service"] > .hero:first-of-type .eyebrow,
html body .site[data-ktw-route="service"] > .hero:first-of-type .hero-side {
  display: none !important;
}

html body .site[data-ktw-route="service"] > .hero:first-of-type h1 {
  max-width: 12ch !important;
  margin: 0 0 16px !important;
  color: #fff !important;
  font-family: var(--ktw-font-display, Montserrat, Arial, sans-serif) !important;
  font-size: clamp(38px, 3vw, 52px) !important;
  line-height: 1.04 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-wrap: balance !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

html body .site[data-ktw-route="service"] > .hero:first-of-type p {
  width: min(430px, 100%) !important;
  max-width: 430px !important;
  margin: 0 0 18px !important;
  color: rgba(255, 255, 255, .92) !important;
  font-family: var(--ktw-font-body, Montserrat, Arial, sans-serif) !important;
  font-size: clamp(14px, .64vw, 16px) !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

html body .site[data-ktw-route="service"] > .hero:first-of-type .cta-row {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
  max-width: 430px !important;
  margin: 0 !important;
}

html body .site[data-ktw-route="service"] > .hero:first-of-type .btn {
  width: auto !important;
  min-width: 0 !important;
  min-height: 42px !important;
  height: 42px !important;
  padding: 0 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 5px !important;
  box-shadow: none !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html body .site[data-ktw-route="service"] > .hero:first-of-type .btn.primary {
  border: 1px solid #ef7d30 !important;
  background: #ef7d30 !important;
  color: #fff !important;
}

html body .site[data-ktw-route="service"] > .hero:first-of-type .btn.secondary {
  border: 1px solid rgba(255,255,255,.52) !important;
  background: rgba(255,255,255,.06) !important;
  color: #fff !important;
}

html body .site[data-ktw-route="service"] > .section {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(68px, 7vw, 118px) 0 !important;
  background: #f4f7f8 !important;
  color: #073a5a !important;
}

html body .site[data-ktw-route="service"] > .section > .wrap {
  width: min(1240px, calc(100% - (var(--ktw-left-rail) * 2))) !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

html body .site[data-ktw-route="service"] > .section .panel {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #073a5a !important;
}

html body .site[data-ktw-route="service"] .section-head {
  max-width: 1240px !important;
  margin: 0 0 clamp(28px, 4vw, 54px) !important;
  display: grid !important;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .55fr) !important;
  gap: clamp(26px, 5vw, 86px) !important;
  align-items: end !important;
}

html body .site[data-ktw-route="service"] .section-head .eyebrow,
html body .site[data-ktw-route="service"] .badge {
  color: #ef7d30 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

html body .site[data-ktw-route="service"] .section-head h2 {
  max-width: 620px !important;
  margin: 0 !important;
  color: #073a5a !important;
  font-family: var(--ktw-font-display, Montserrat, Arial, sans-serif) !important;
  font-size: clamp(32px, 3.2vw, 56px) !important;
  line-height: 1.08 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

html body .site[data-ktw-route="service"] .section-head p {
  max-width: 520px !important;
  margin: 0 !important;
  color: rgba(7, 58, 90, .76) !important;
  font-size: clamp(14px, .28vw + 13px, 16px) !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

html body .site[data-ktw-route="service"] :is(.step-grid,.meaning-grid,.support-grid) {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  border-top: 1px solid rgba(6,40,61,.14) !important;
  border-left: 1px solid rgba(6,40,61,.14) !important;
}

html body .site[data-ktw-route="service"] :is(.step-card,.meaning-card,.support-card) {
  position: relative !important;
  min-height: clamp(220px, 18vw, 300px) !important;
  padding: clamp(26px, 3vw, 44px) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  background: #fff !important;
  border: 0 !important;
  border-right: 1px solid rgba(6,40,61,.14) !important;
  border-bottom: 1px solid rgba(6,40,61,.14) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #073a5a !important;
}

html body .site[data-ktw-route="service"] :is(.step-card,.meaning-card,.support-card)::before {
  content: "" !important;
  width: 34px !important;
  height: 2px !important;
  margin-bottom: 4px !important;
  background: #ef7d30 !important;
}

html body .site[data-ktw-route="service"] :is(.step-card,.meaning-card,.support-card) :is(strong,.badge) {
  color: #ef7d30 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

html body .site[data-ktw-route="service"] :is(.step-card,.meaning-card,.support-card) h3 {
  max-width: 16ch !important;
  margin: 0 !important;
  color: #073a5a !important;
  font-size: clamp(21px, 1.6vw, 28px) !important;
  line-height: 1.14 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

html body .site[data-ktw-route="service"] :is(.step-card,.meaning-card,.support-card) p {
  max-width: 34ch !important;
  margin: 0 !important;
  color: rgba(7, 58, 90, .76) !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 1179px) {
  html body .site[data-ktw-route="service"] > .hero:first-of-type {
    min-height: min(860px, 100svh) !important;
    height: min(860px, 100svh) !important;
    padding: clamp(150px, 20vh, 210px) 0 58px !important;
  }

  html body .site[data-ktw-route="service"] > .hero:first-of-type > .wrap {
    width: min(620px, calc(100% - (var(--ktw-left-rail) * 2))) !important;
    max-width: 620px !important;
    margin: 0 auto 0 var(--ktw-left-rail) !important;
  }

  html body .site[data-ktw-route="service"] > .hero:first-of-type .hero-grid,
  html body .site[data-ktw-route="service"] > .hero:first-of-type .hero-copy {
    max-width: 620px !important;
  }

  html body .site[data-ktw-route="service"] > .hero:first-of-type h1 {
    font-size: clamp(34px, 7.4vw, 48px) !important;
  }

  html body .site[data-ktw-route="service"] > .section > .wrap {
    width: min(100%, calc(100% - 48px)) !important;
  }

  html body .site[data-ktw-route="service"] .section-head,
  html body .site[data-ktw-route="service"] :is(.step-grid,.meaning-grid,.support-grid) {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 680px) {
  html body .site[data-ktw-route="service"] > .hero:first-of-type > .wrap {
    width: min(100%, calc(100% - 36px)) !important;
    max-width: none !important;
    margin-left: 18px !important;
    margin-right: 18px !important;
  }

  html body .site[data-ktw-route="service"] > .hero:first-of-type .hero-grid,
  html body .site[data-ktw-route="service"] > .hero:first-of-type .hero-copy,
  html body .site[data-ktw-route="service"] > .hero:first-of-type p,
  html body .site[data-ktw-route="service"] > .hero:first-of-type .cta-row {
    width: calc(100vw - 36px) !important;
    max-width: calc(100vw - 36px) !important;
    min-width: 0 !important;
  }

  html body .site[data-ktw-route="service"] > .hero:first-of-type p {
    width: min(320px, calc(100vw - 36px)) !important;
    max-width: min(320px, calc(100vw - 36px)) !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  html body .site[data-ktw-route="service"] > .hero:first-of-type .btn {
    width: 100% !important;
  }
}
/* == /managed: service homepage visual alignment v1 == */
