

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
  overscroll-behavior-x: none;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip !important;
  }
}

#root,
.sk-header,
.sk-brand-strip,
main,
footer {
  max-width: 100%;
}

.sk-brand-strip,
.sk-brand-marquee {
  overflow-x: hidden !important;
  contain: paint;
}

@media (max-width: 900px) {
  .sk-header > .sk-container {
    box-sizing: border-box !important;
    width: calc(100% - 24px) !important;
    max-width: none !important;
    min-height: 72px !important;
    height: 72px !important;
    margin-right: 12px !important;
    margin-left: 12px !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 46px minmax(104px, 118px) !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .sk-header > .sk-container > a:first-child,
  .sk-header .sk-home-logo-link {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 58px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    overflow: hidden !important;
  }

  .sk-header .sk-logo,
  .sk-header .sk-home-logo,
  .sk-header img[src*="sofortkey-logo" i] {
    box-sizing: border-box !important;
    width: min(136px, 36vw) !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 58px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    object-fit: contain !important;
    object-position: left center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .sk-header .sk-menu-toggle {
    box-sizing: border-box !important;
    width: 46px !important;
    min-width: 46px !important;
    height: 46px !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-grid !important;
    place-items: center !important;
    border: 1px solid rgba(145, 172, 199, .32) !important;
    border-radius: 12px !important;
    background: #101a2d !important;
    color: #f4f8fb !important;
    font-size: 22px !important;
    line-height: 1 !important;
    cursor: pointer;
    touch-action: manipulation;
  }

  .sk-header .sk-menu-toggle:focus-visible {
    outline: 3px solid rgba(41, 195, 239, .7) !important;
    outline-offset: 2px !important;
  }

  .sk-header .sk-head-actions {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 118px !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: stretch !important;
  }

  .sk-header .sk-phone {
    display: none !important;
  }

  .sk-header .sk-top-cta {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 118px !important;
    min-height: 52px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 9px 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 12px !important;
    font-size: 13px !important;
    line-height: 1.15 !important;
    text-align: center !important;
    white-space: normal !important;
  }

  html.sk-nav-enhanced .sk-header .sk-nav {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 1100 !important;
    margin: 0 !important;
    padding: 12px max(18px, env(safe-area-inset-right)) 16px max(18px, env(safe-area-inset-left)) !important;
    display: none !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px 10px !important;
    border-top: 1px solid rgba(145, 172, 199, .22) !important;
    border-bottom: 1px solid rgba(145, 172, 199, .22) !important;
    background: #08182a !important;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .34) !important;
  }

  html.sk-nav-enhanced .sk-header .sk-nav.is-open {
    display: grid !important;
  }

  html.sk-nav-enhanced .sk-header .sk-nav a {
    box-sizing: border-box !important;
    min-width: 0 !important;
    min-height: 48px !important;
    padding: 8px 10px !important;
    display: flex !important;
    align-items: center !important;
    border-radius: 9px !important;
    color: #eaf2f9 !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
    white-space: normal !important;
  }

  html.sk-nav-enhanced .sk-header .sk-nav a:hover,
  html.sk-nav-enhanced .sk-header .sk-nav a:focus-visible {
    background: rgba(41, 195, 239, .09) !important;
    color: #29c3ef !important;
  }
}

@media (max-width: 360px) {
  .sk-header > .sk-container {
    width: calc(100% - 16px) !important;
    margin-right: 8px !important;
    margin-left: 8px !important;
    grid-template-columns: minmax(0, 1fr) 44px minmax(96px, 108px) !important;
    gap: 6px !important;
  }

  .sk-header .sk-logo,
  .sk-header .sk-home-logo,
  .sk-header img[src*="sofortkey-logo" i] {
    width: min(112px, 35vw) !important;
  }

  .sk-header .sk-menu-toggle {
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
  }

  .sk-header .sk-head-actions,
  .sk-header .sk-top-cta {
    max-width: 108px !important;
  }

  html.sk-nav-enhanced .sk-header .sk-nav {
    grid-template-columns: 1fr !important;
  }
}

@media (min-width: 901px) {
  .sk-header .sk-menu-toggle {
    display: none !important;
  }
}
:root{--sk-bg:#06101d;--sk-bg-soft:#09182a;--sk-panel:#0d1d31;--sk-panel-strong:#10243b;--sk-text:#f7fbff;--sk-muted:#bdc9d8;--sk-accent:#29c3ef;--sk-accent-dark:#071522;--sk-line:rgba(174,199,224,.22);--sk-danger:#fb7185;--sk-page:1176px;--sk-gutter:clamp(18px,4vw,42px);--sk-radius:16px;--sk-shadow:0 20px 55px rgba(0,0,0,.28);--bg:var(--sk-bg);--bg2:var(--sk-bg-soft);--card:var(--sk-panel);--text:var(--sk-text);--muted:var(--sk-muted);--cyan:var(--sk-accent);--line:var(--sk-line)}*,*::before,*::after{box-sizing:border-box}html{color-scheme:dark;scroll-behavior:smooth}body{min-width:280px;min-height:100vh;margin:0;display:flex;flex-direction:column;overflow-x:clip;background:var(--sk-bg);color:var(--sk-text);font:16px/1.65 Arial,Helvetica,sans-serif;text-rendering:optimizeLegibility}main{flex:1 0 auto;min-width:0}img{display:block;max-width:100%;height:auto}a{color:inherit;text-underline-offset:.2em}button,input,select,textarea{font:inherit}.container,.sk-container,.wrap{width:min(var(--sk-page),calc(100% - (2 * var(--sk-gutter))));max-width:var(--sk-page);margin-inline:auto}:where(a,button,input,select,textarea,summary):focus-visible{outline:3px solid rgba(41,195,239,.7);outline-offset:3px}.sk-header{position:sticky;top:0;z-index:1000;border-bottom:1px solid var(--sk-line);background:rgba(7,24,42,.98);box-shadow:0 8px 24px rgba(0,0,0,.22)}.sk-header>.sk-container{min-height:72px;display:grid;grid-template-columns:180px minmax(0,1fr)auto;align-items:center;gap:clamp(16px,2.2vw,30px)}.sk-header .sk-container>a:first-child{min-width:0;display:flex;align-items:center;text-decoration:none}.sk-logo{width:164px;max-width:100%;height:64px;object-fit:contain;object-position:left center}.sk-nav{min-width:0;display:flex;align-items:center;justify-content:center;gap:clamp(8px,.9vw,14px)}.sk-nav a{min-height:44px;display:inline-flex;align-items:center;color:#eaf2f9;font-size:clamp(12px,.9vw,14px);white-space:nowrap;text-decoration:none;transition:color .18s ease,background-color .18s ease}.sk-nav a:hover{color:var(--sk-accent)}.sk-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.sk-phone{color:#edf6fc;font-size:13px;white-space:nowrap;text-decoration:none}.sk-top-cta,.button,.btn{min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border:1px solid transparent;border-radius:11px;background:var(--sk-accent);color:var(--sk-accent-dark);font-size:14px;font-weight:700;line-height:1.25;text-align:center;text-decoration:none;cursor:pointer;transition:transform .18s ease,filter .18s ease,box-shadow .18s ease}.sk-top-cta:hover,.button:hover,.btn:hover{transform:translateY(-1px);filter:brightness(1.06);box-shadow:0 10px 24px rgba(41,195,239,.2)}.sk-top-cta:active,.button:active,.btn:active{transform:translateY(1px)}.sk-menu-toggle{display:none}.sk-brand-strip{height:40px;overflow:hidden;border-bottom:1px solid rgba(41,195,239,.32);background:#07182a}.sk-brand-marquee{height:100%;display:flex;align-items:center;overflow:hidden}.sk-brand-track{width:max-content;display:flex;align-items:center;gap:28px;padding-inline:18px;white-space:nowrap;animation:sk-brand-move 32s linear infinite}.sk-brand-track span{display:inline-flex;align-items:center;gap:28px;color:#e7f1f8;font-size:14px}.sk-brand-track span::after{content:"•";color:var(--sk-accent)}@keyframes sk-brand-move{to{transform:translateX(-50%)}}.hero{position:relative;isolation:isolate;overflow:hidden;padding:clamp(64px,8vw,94px)0 clamp(54px,7vw,78px);background:var(--sk-bg-soft)url('/assets/hero-subpages-1280.webp')center / cover no-repeat}body.sk-akl-page .hero{background-image:url('/assets/akl-hero-service-road-v548.webp');background-position:center center;background-size:cover}.hero::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(4,14,27,.96)0%,rgba(4,14,27,.84)52%,rgba(4,14,27,.42)100%)}.hero .container,.hero .wrap{position:relative;z-index:1}.breadcrumbs{margin-bottom:22px;color:#c8d4df;font-size:13px}.breadcrumbs a{color:#7eddf8}.eyebrow,.kicker{margin-bottom:12px;color:var(--sk-accent);font-size:13px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.hero h1{max-width:19ch;margin:0 0 18px;color:var(--sk-text);font-size:clamp(36px,4.2vw,56px);font-weight:750;line-height:1.08;letter-spacing:-.025em;overflow-wrap:anywhere;hyphens:auto;text-wrap:balance}.hero p{max-width:68ch;margin:0;color:#d3dde7;font-size:clamp(16px,1.45vw,19px);line-height:1.62}body.lkw-page .hero{background-image:url('/assets/lkw-service-man-tga.webp');background-position:center 42%}main>section:not(.hero):not(.knowledge-cta):not(.seo-related-links){padding:clamp(42px,6vw,72px)0}.grid{display:grid;grid-template-columns:minmax(0,1.65fr)minmax(270px,.72fr);gap:clamp(26px,4vw,48px);align-items:start}.content{min-width:0;max-width:76ch}.content h2,.knowledge-content h2{margin:40px 0 14px;color:var(--sk-text);font-size:clamp(24px,2.6vw,32px);line-height:1.2;text-wrap:balance}.content h2:first-child{margin-top:0}.content h3{margin:30px 0 12px;font-size:21px;line-height:1.3}.content p,.content li,.box li{color:var(--sk-muted)}.content p{margin:0 0 18px}.content ul,.box ul{margin:0 0 24px;padding-left:1.35rem}.content li,.box li{margin:7px 0;overflow-wrap:anywhere}.box{position:sticky;top:92px;padding:clamp(22px,3vw,30px);border:1px solid var(--sk-line);border-radius:var(--sk-radius);background:linear-gradient(145deg,var(--sk-panel-strong),var(--sk-panel));box-shadow:var(--sk-shadow)}.box h2{margin:0 0 14px;font-size:23px;line-height:1.25}.box .button{width:100%;margin-top:4px}.notice{margin:22px 0;padding:18px 20px;border:1px solid rgba(41,195,239,.28);border-left:4px solid var(--sk-accent);border-radius:12px;background:rgba(41,195,239,.07);color:#dce8f1}.faq details,.faq-item{border-bottom:1px solid var(--sk-line)}.faq summary,.faq-item>summary{min-height:52px;display:flex;align-items:center;padding:14px 34px 14px 0;color:#eef7fd;font-weight:700;line-height:1.4;cursor:pointer}.faq details p{padding-bottom:14px}.seo-related-links,.knowledge-cta{width:min(var(--sk-page),calc(100% - (2 * var(--sk-gutter))));margin:0 auto clamp(42px,6vw,72px);padding:clamp(22px,4vw,34px);border:1px solid var(--sk-line);border-radius:var(--sk-radius);background:var(--sk-panel)}.seo-related-links h2,.knowledge-cta h2{margin-top:0}.seo-related-links ul{display:flex;flex-wrap:wrap;gap:10px 24px;padding-left:1.2rem}.sk-footer{flex:0 0 auto;padding:48px 0 24px;border-top:1px solid var(--sk-line);background:#06101c}.sk-footer-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:clamp(32px,7vw,88px);align-items:start}.sk-footer-grid>*{min-width:0}.sk-footer-logo{width:150px;height:62px;object-fit:contain;object-position:left center}.sk-footer-brand p{max-width:31ch;margin:16px 0 0;color:var(--sk-muted);font-size:14px}.sk-footer h3{margin:0 0 14px;font-size:16px}.sk-footer-links{display:grid;gap:9px}.sk-footer-links a{min-height:36px;display:inline-flex;align-items:center;color:#dbe6ee;font-size:14px;text-decoration:none}.sk-footer-links a:hover{color:var(--sk-accent)}.sk-legal-note,.sk-footer-verse,.sk-copy{margin-top:24px;padding-top:18px;border-top:1px solid rgba(174,199,224,.12);color:#aebdcb;font-size:12px;line-height:1.55;text-align:center}.sk-footer-verse{display:block;max-width:min(760px,100%);margin:18px auto 0;padding:14px 18px;border:1px solid rgba(174,199,224,.18);border-radius:14px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.018));box-shadow:inset 0 1px 0 rgba(255,255,255,.04);font-size:13px}.sk-footer-verse span{display:block;margin-top:6px;opacity:.78;font-style:normal}.sk-copy{margin-top:14px}@media(max-width:1120px){.sk-header>.sk-container{grid-template-columns:150px minmax(0,1fr)auto;gap:14px}.sk-logo{width:144px}.sk-phone{display:none}.sk-nav{gap:8px}.sk-nav a{font-size:12px}}@media(max-width:900px){.sk-header>.sk-container{min-height:64px;grid-template-columns:minmax(0,1fr)auto auto}.sk-logo{width:140px;height:58px}.sk-menu-toggle{width:46px;height:46px;display:inline-grid;place-items:center;padding:0;border:1px solid var(--sk-line);border-radius:11px;background:var(--sk-panel);color:var(--sk-text);cursor:pointer}html.sk-nav-enhanced .sk-nav{position:absolute;top:100%;left:0;right:0;max-height:calc(100dvh - 64px);display:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;overflow-y:auto;padding:12px var(--sk-gutter)calc(18px + env(safe-area-inset-bottom));border-bottom:1px solid var(--sk-line);background:#08182a;box-shadow:var(--sk-shadow)}html.sk-nav-enhanced .sk-nav.is-open{display:grid}html.sk-nav-enhanced .sk-nav a{min-height:48px;padding:8px 10px;border-radius:9px;font-size:15px;white-space:normal}html.sk-nav-enhanced .sk-nav a:hover{background:rgba(41,195,239,.09)}.sk-top-cta{min-height:52px;padding:9px 13px;font-size:13px}.grid{grid-template-columns:1fr}.content{max-width:none}.box{position:static}}@media(max-width:600px){:root{--sk-gutter:18px}body{font-size:16px}.sk-header>.sk-container{gap:8px}.sk-logo{width:min(132px,38vw)}.sk-top-cta{padding-inline:11px;font-size:12px}.sk-brand-strip{height:38px}.sk-brand-track{gap:22px;animation-duration:26s}.sk-brand-track span{gap:22px;font-size:13px}.hero{padding:0;background:var(--sk-bg-soft)}body.sk-subpage-home-header:not(.lkw-page):not(.sk-akl-page) .hero::before{content:"";display:block;width:100%;aspect-ratio:16 / 9;background:#071426 url('/assets/hero-subpages-1280.webp') center 46% / 176% auto no-repeat}body.sk-akl-page .hero{background:#071426!important;background-image:none!important}body.sk-akl-page .hero::before{content:"";display:block;width:100%;aspect-ratio:16 / 9;background:#071426 url('/assets/akl-hero-service-road-v548.webp') center center / cover no-repeat}body.lkw-page .hero::before{content:"";display:block;width:100%;aspect-ratio:16 / 9;background:#071426 url('/assets/lkw-service-man-tga-768.webp') center / contain no-repeat}.hero::after{content:none}.hero .container,.hero .wrap{padding-block:30px 38px}.breadcrumbs{margin-bottom:18px}.hero h1{max-width:100%;margin-bottom:15px;font-size:clamp(30px,8.2vw,38px);line-height:1.12;letter-spacing:-.02em}.hero p{font-size:16px;line-height:1.58}main>section:not(.hero):not(.knowledge-cta):not(.seo-related-links){padding:38px 0 48px}.content h2{margin-top:34px;font-size:25px}.content p,.content li{line-height:1.65}.box{padding:22px 18px}.button,.btn{width:100%;min-height:50px}.sk-footer{padding-top:38px}.sk-footer-grid{grid-template-columns:1fr;gap:32px}.sk-footer-logo{width:144px;height:58px}.sk-footer-brand p{max-width:none}.sk-legal-note,.sk-copy{text-align:left}.sk-footer-verse{text-align:center}}@media(max-width:420px){body.sk-subpage-home-header:not(.lkw-page):not(.sk-akl-page) .hero::before{background-size:188% auto;background-position:center 46%}body.sk-akl-page .hero{background:#071426!important;background-image:none!important}body.sk-akl-page .hero::before{background-size:cover;background-position:center center}}@media(max-width:360px){body.sk-subpage-home-header:not(.lkw-page):not(.sk-akl-page) .hero::before{background-size:198% auto;background-position:center 47%}body.sk-akl-page .hero{background:#071426!important;background-image:none!important}body.sk-akl-page .hero::before{background-size:cover;background-position:center center}}@media(max-width:360px){:root{--sk-gutter:14px}.sk-logo{width:112px}.sk-top-cta{max-width:104px;padding-inline:8px}html.sk-nav-enhanced .sk-nav{grid-template-columns:1fr}.hero h1{font-size:29px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}.sk-brand-track{animation:none}}@media(max-width:600px){body.lkw-page .hero .container{padding-top:24px !important;padding-bottom:32px !important}body.lkw-page .hero h1{max-width:100% !important;margin:0 0 14px !important;font-size:clamp(25px,7vw,31px)!important;line-height:1.12 !important;letter-spacing:-.018em !important;overflow-wrap:normal !important;word-break:normal !important;hyphens:manual !important;text-wrap:pretty !important}body.lkw-page .hero .eyebrow{margin-bottom:10px !important;font-size:12px !important;line-height:1.25 !important}body.lkw-page .hero p{font-size:15px !important;line-height:1.52 !important}}@media(max-width:370px){body.lkw-page .hero h1{font-size:24px !important}}@media(min-width:901px){.sk-header>.sk-container{min-height:72px !important;height:72px !important;grid-template-columns:160px minmax(0,1fr)auto !important;gap:18px !important}.sk-header .sk-container>a:first-child{width:160px !important;height:72px !important}.sk-header .sk-logo{width:148px !important;height:60px !important;max-height:60px !important;object-fit:contain !important}.sk-header .sk-nav{gap:10px !important}.sk-header .sk-nav a{font-size:13px !important;line-height:1.2 !important}.sk-header .sk-top-cta{min-height:50px !important;height:50px !important;padding:9px 17px !important;font-size:14px !important}.hero h1{max-width:21ch !important;font-size:clamp(34px,3.15vw,48px)!important;line-height:1.08 !important;overflow-wrap:normal !important;word-break:normal !important;hyphens:none !important}body.lkw-page .hero h1{max-width:23ch !important;font-size:clamp(34px,3vw,46px)!important;line-height:1.1 !important}}.sk-brand-track{animation-name:sk-brand-move !important;animation-duration:52s !important;animation-timing-function:linear !important;animation-iteration-count:infinite !important;will-change:transform}@media(max-width:900px){.sk-brand-track{animation-duration:52s !important}.hero h1{max-width:100% !important;font-size:clamp(27px,7.2vw,34px)!important;line-height:1.12 !important;overflow-wrap:normal !important;word-break:normal !important;hyphens:none !important}body.lkw-page .hero h1{font-size:clamp(25px,6.6vw,31px)!important;line-height:1.12 !important}}.sk-brand-track{animation:none !important;transition:none !important;will-change:transform}.sk-brand-marquee:hover .sk-brand-track{animation:none !important}@media(max-width:767px){:root{--sk-mobile-header-height:62px;--sk-mobile-textbar-height:26px}html,body{width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important;overflow-x:hidden !important;overscroll-behavior-x:none}#root,#root>div{max-width:100% !important;margin-top:0 !important}.sk-header{box-sizing:border-box !important;position:sticky !important;top:0 !important;z-index:6100 !important;width:100% !important;min-height:var(--sk-mobile-header-height)!important;height:var(--sk-mobile-header-height)!important;max-height:var(--sk-mobile-header-height)!important;margin:0 !important;padding:0 !important;overflow:visible !important;border-top:0 !important;border-bottom:1px solid rgba(145,172,199,.22)!important;background:#071426 !important}.sk-header>.sk-container{box-sizing:border-box !important;width:calc(100% - 16px)!important;max-width:none !important;min-height:var(--sk-mobile-header-height)!important;height:var(--sk-mobile-header-height)!important;max-height:var(--sk-mobile-header-height)!important;margin:0 8px !important;padding:0 !important;display:grid !important;grid-template-columns:minmax(0,1fr)44px minmax(98px,108px)!important;align-items:center !important;gap:6px !important;overflow:visible !important}.sk-header>.sk-container>a:first-child,.sk-header .sk-home-logo-link{box-sizing:border-box !important;width:100% !important;min-width:0 !important;max-width:100% !important;height:54px !important;margin:0 !important;padding:0 !important;display:flex !important;align-items:center !important;justify-content:flex-start !important;overflow:hidden !important}.sk-header .sk-logo,.sk-header .sk-home-logo,.sk-header img[src*="sofortkey-logo" i]{box-sizing:border-box !important;width:min(132px,37vw)!important;min-width:0 !important;max-width:100% !important;height:54px !important;max-height:54px !important;margin:0 !important;padding:0 !important;display:block !important;object-fit:contain !important;object-position:left center !important;background:transparent !important;border:0 !important;box-shadow:none !important}.sk-header .sk-menu-toggle{box-sizing:border-box !important;width:44px !important;min-width:44px !important;max-width:44px !important;height:44px !important;min-height:44px !important;max-height:44px !important;margin:0 !important;padding:0 !important;place-self:center !important;display:inline-grid !important;place-items:center !important;border:1px solid rgba(145,172,199,.34)!important;border-radius:11px !important;background:#101a2d !important;color:#f4f8fb !important;font-size:21px !important;line-height:1 !important;touch-action:manipulation}.sk-header .sk-menu-toggle:focus-visible{outline:3px solid rgba(41,195,239,.72)!important;outline-offset:2px !important}.sk-header .sk-head-actions{box-sizing:border-box !important;width:100% !important;min-width:0 !important;max-width:108px !important;height:44px !important;margin:0 !important;padding:0 !important;display:flex !important;align-items:center !important;justify-content:flex-end !important;overflow:visible !important}.sk-header .sk-phone{display:none !important}.sk-header .sk-top-cta{box-sizing:border-box !important;width:108px !important;min-width:98px !important;max-width:108px !important;min-height:44px !important;height:44px !important;max-height:44px !important;margin:0 !important;padding:0 8px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;border-radius:11px !important;font-size:12.5px !important;font-weight:700 !important;line-height:1 !important;text-align:center !important;white-space:nowrap !important}.sk-brand-strip:not([data-sk-mobile-textbar="true"]){display:none !important}.sk-brand-strip[data-sk-mobile-textbar="true"]{box-sizing:border-box !important;position:sticky !important;top:var(--sk-mobile-header-height)!important;z-index:6000 !important;width:100% !important;min-height:var(--sk-mobile-textbar-height)!important;height:var(--sk-mobile-textbar-height)!important;max-height:var(--sk-mobile-textbar-height)!important;margin:0 !important;padding:0 !important;display:flex !important;visibility:visible !important;opacity:1 !important;overflow:hidden !important;border:0 !important;border-bottom:1px solid rgba(41,195,239,.38)!important;background:#07182a !important;transform:none !important;contain:paint}.sk-brand-strip[data-sk-mobile-textbar="true"] .sk-brand-marquee,.sk-brand-strip[data-sk-mobile-textbar="true"] .sk-brand-track{min-height:var(--sk-mobile-textbar-height)!important;height:var(--sk-mobile-textbar-height)!important;max-height:var(--sk-mobile-textbar-height)!important;margin:0 !important;padding-top:0 !important;padding-bottom:0 !important;display:flex !important;align-items:center !important}.sk-brand-strip[data-sk-mobile-textbar="true"] .sk-brand-marquee{width:100% !important;overflow:hidden !important}.sk-brand-strip[data-sk-mobile-textbar="true"] .sk-brand-track{width:max-content !important;flex:0 0 auto !important;gap:18px !important;padding-inline:10px !important;white-space:nowrap !important}.sk-brand-strip[data-sk-mobile-textbar="true"] .sk-brand-track span{flex:0 0 auto !important;display:inline-flex !important;align-items:center !important;color:#e7f1f8 !important;font-size:12px !important;line-height:1 !important;white-space:nowrap !important}.sk-brand-strip[data-sk-mobile-textbar="true"] .sk-brand-track span::after{content:"•" !important;margin-left:18px !important;color:#29c3ef !important}html.sk-nav-enhanced .sk-header .sk-nav,html.sk-nav-enhanced .sk-nav{box-sizing:border-box !important;position:fixed !important;inset:var(--sk-mobile-header-height)8px auto auto !important;z-index:6400 !important;width:min(292px,calc(100vw - 16px))!important;min-width:0 !important;height:auto !important;max-height:calc(100dvh - var(--sk-mobile-header-height)- 8px - env(safe-area-inset-bottom))!important;margin:0 !important;padding:8px !important;display:none !important;grid-template-columns:minmax(0,1fr)!important;align-content:start !important;gap:5px !important;overflow-x:hidden !important;overflow-y:auto !important;overscroll-behavior:contain !important;scrollbar-gutter:stable !important;border:1px solid rgba(41,195,239,.28)!important;border-radius:0 0 13px 13px !important;background:linear-gradient(180deg,#0a1d32 0%,#071426 100%)!important;box-shadow:0 18px 36px rgba(0,0,0,.52)!important;opacity:1 !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important}html.sk-nav-enhanced .sk-header .sk-nav.is-open,html.sk-nav-enhanced .sk-nav.is-open{display:grid !important}html.sk-nav-enhanced .sk-header .sk-nav a,html.sk-nav-enhanced .sk-nav a{box-sizing:border-box !important;width:100% !important;min-width:0 !important;min-height:44px !important;height:auto !important;margin:0 !important;padding:8px 10px !important;display:flex !important;align-items:center !important;justify-content:flex-start !important;border:1px solid rgba(145,172,199,.20)!important;border-radius:9px !important;background:#0d2138 !important;color:#eef7fd !important;font-size:13px !important;font-weight:650 !important;line-height:1.2 !important;text-align:left !important;text-decoration:none !important;text-shadow:none !important;white-space:normal !important;overflow:visible !important;overflow-wrap:anywhere !important}html.sk-nav-enhanced .sk-header .sk-nav a:hover,html.sk-nav-enhanced .sk-header .sk-nav a:focus-visible,html.sk-nav-enhanced .sk-nav a:hover,html.sk-nav-enhanced .sk-nav a:focus-visible{border-color:rgba(41,195,239,.58)!important;background:#12304f !important;color:#ffffff !important}html.sk-nav-open,html.sk-nav-open body{overflow:hidden !important}body.lkw-page .hero::before{filter:brightness(1.15)!important}body.lkw-page .hero::after{background:linear-gradient(90deg,rgba(4,14,27,.74)0%,rgba(4,14,27,.58)52%,rgba(4,14,27,.28)100%)!important}}@media(max-width:350px){.sk-header>.sk-container{width:calc(100% - 12px)!important;margin-inline:6px !important;grid-template-columns:minmax(0,1fr)44px 100px !important;gap:5px !important}.sk-header .sk-logo,.sk-header .sk-home-logo,.sk-header img[src*="sofortkey-logo" i]{width:min(122px,38vw)!important}.sk-header .sk-menu-toggle{width:44px !important;min-width:44px !important;max-width:44px !important;height:44px !important;min-height:44px !important;max-height:44px !important}.sk-header .sk-head-actions,.sk-header .sk-top-cta{width:100px !important;min-width:100px !important;max-width:100px !important}.sk-header .sk-top-cta{font-size:12px !important}}@media(prefers-reduced-motion:reduce){.sk-brand-strip[data-sk-mobile-textbar="true"] .sk-brand-track{transform:translate3d(0,0,0)!important}}.sk-footer .sk-copy,.sk-footer .sk-legal-note{color:#aeb9ca!important}

/* v5.3.4 – Unterseiten mit weicher Einblendung statt hartem Erscheinen */
@keyframes sk-subpage-soft-fade-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  body.sk-subpage-home-header .sk-brand-strip,
  body.sk-subpage-home-header main,
  body.sk-subpage-home-header .sk-footer {
    opacity: 0;
    transform: translateY(16px);
    animation: sk-subpage-soft-fade-in 720ms cubic-bezier(.22,.61,.36,1) forwards;
    will-change: opacity, transform;
  }

  body.sk-subpage-home-header .sk-brand-strip {
    animation-delay: 40ms;
  }

  body.sk-subpage-home-header main {
    animation-delay: 110ms;
  }

  body.sk-subpage-home-header .sk-footer {
    animation-delay: 190ms;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.sk-subpage-home-header .sk-brand-strip,
  body.sk-subpage-home-header main,
  body.sk-subpage-home-header .sk-footer {
    opacity: 1;
    transform: none;
    animation: none;
  }
}


/* targeted hero fixes: AKL and Programmierung */
body.sk-akl-page .hero{background-position:68% 74%!important;background-size:cover!important}
@media(max-width:600px){body.sk-akl-page .hero::before{background-position:68% 74%!important;background-size:cover!important}}
body.sk-programming-page .hero{background-image:url('/assets/service-programming-subpage-v549.webp')!important;background-position:50% 54%!important;background-size:cover!important}
@media(max-width:600px){body.sk-programming-page .hero{background:#071426!important;background-image:none!important}body.sk-programming-page .hero::before{content:"";display:block;width:100%;aspect-ratio:16 / 9;background:#071426 url('/assets/service-programming-subpage-v549.webp') center 56% / cover no-repeat!important}}
