:root{--ink:#0f172a;--muted:#64748b;--line:#e2e8f0;--soft:#f8fafc;--blue:#2563eb;--indigo:#4f46e5;--violet:#7c3aed;--grad:linear-gradient(135deg,#2563eb 0%,#4f46e5 52%,#7c3aed 100%);--shadow:0 24px 80px rgba(37,99,235,.16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.62}a{color:inherit}.container{width:min(1120px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.84);backdrop-filter:blur(18px);border-bottom:1px solid rgba(226,232,240,.75)}.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo img{display:block;width:190px;height:auto}.nav{display:flex;align-items:center;gap:26px}.nav a{text-decoration:none;font-size:14px;font-weight:700;color:#334155}.nav a:hover{color:var(--indigo)}.menu{display:none;border:0;background:#eef2ff;border-radius:12px;padding:10px 12px;font-weight:800;color:var(--indigo)}.hero{position:relative;overflow:hidden;background:var(--grad);color:#fff;padding:100px 0 90px}.hero:before,.hero:after{content:"";position:absolute;border-radius:999px;filter:blur(8px);opacity:.24;background:#fff}.hero:before{width:440px;height:440px;top:-280px;right:-100px}.hero:after{width:280px;height:280px;bottom:-210px;left:5%}.hero-inner{position:relative;z-index:2;text-align:center;max-width:850px;margin:auto}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border:1px solid rgba(255,255,255,.26);border-radius:999px;background:rgba(255,255,255,.12);font-size:13px;font-weight:800}.hero h1{font-size:clamp(40px,6vw,72px);line-height:1.02;letter-spacing:-.045em;margin:22px 0 18px}.hero .lead{font-size:clamp(18px,2.4vw,23px);max-width:700px;margin:0 auto;color:rgba(255,255,255,.88)}.search-shell{max-width:760px;margin:38px auto 0;padding:9px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.2);border-radius:22px;box-shadow:0 24px 70px rgba(15,23,42,.22);backdrop-filter:blur(20px)}.search-form{display:flex;gap:9px;background:#fff;border-radius:16px;padding:8px}.search-form input{flex:1;min-width:0;border:0;outline:0;padding:0 18px;font-size:16px;color:#0f172a;background:transparent}.btn{border:0;border-radius:12px;background:var(--grad);color:#fff;font-weight:800;padding:15px 22px;cursor:pointer;box-shadow:0 10px 28px rgba(79,70,229,.28)}.trust{margin-top:25px;display:flex;justify-content:center;gap:24px;flex-wrap:wrap;font-size:14px;font-weight:700;color:rgba(255,255,255,.88)}.trust span:before{content:"✓";margin-right:7px}.tools{padding:72px 0 20px}.section-head{text-align:center;max-width:690px;margin:0 auto 34px}.section-head h2,.text-section h2{font-size:clamp(30px,4vw,44px);line-height:1.1;letter-spacing:-.03em;margin:0 0 12px}.section-head p,.text-section p{color:var(--muted)}.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.tool-card{text-decoration:none;border:1px solid var(--line);border-radius:24px;padding:28px;background:#fff;transition:.22s;box-shadow:0 8px 30px rgba(15,23,42,.04)}.tool-card:hover{transform:translateY(-4px);border-color:#c7d2fe;box-shadow:var(--shadow)}.tool-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#dbeafe,#ede9fe);color:var(--indigo);font-size:22px}.tool-card h3{margin:19px 0 8px;font-size:21px}.tool-card p{margin:0;color:var(--muted)}.text-section{padding:76px 0}.text-wrap{max-width:830px}.text-section h3{font-size:22px;margin-top:34px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}.step{border:1px solid var(--line);border-radius:20px;padding:24px;background:var(--soft)}.step b{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--grad);color:#fff;margin-bottom:14px}.faq details{border-top:1px solid var(--line);padding:18px 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;font-weight:800}.faq p{margin-bottom:0}.page-hero{background:linear-gradient(135deg,#eff6ff,#f5f3ff);padding:58px 0 48px}.page-hero h1{font-size:clamp(34px,5vw,54px);letter-spacing:-.035em;line-height:1.05;margin:0 0 10px}.page-hero p{margin:0;color:var(--muted);font-size:18px}.page-main{padding:56px 0 80px}.profile-card{display:grid;grid-template-columns:340px 1fr;gap:50px;align-items:center;max-width:930px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:30px;padding:34px;box-shadow:var(--shadow)}.profile-image-button{border:0;background:none;padding:0;cursor:zoom-in}.profile-image{display:block;width:100%;aspect-ratio:1;object-fit:cover;border-radius:50%;box-shadow:0 20px 50px rgba(79,70,229,.18)}.profile-info h1{font-size:38px;letter-spacing:-.035em;margin:0}.handle{color:var(--indigo);font-weight:800;margin-top:3px}.stats{display:flex;gap:16px;margin:24px 0;flex-wrap:wrap}.stat{min-width:110px;border-radius:16px;background:#f8fafc;padding:14px 16px}.stat strong{display:block;font-size:20px}.stat span{color:var(--muted);font-size:13px}.bio{white-space:normal;color:#334155}.loader-screen{max-width:930px;margin:auto;border:1px solid var(--line);border-radius:30px;padding:34px;background:#fff;box-shadow:var(--shadow)}.skeleton{height:18px;background:linear-gradient(90deg,#eef2f7 25%,#f8fafc 37%,#eef2f7 63%);background-size:400% 100%;animation:shimmer 1.15s infinite;border-radius:8px}.skeleton.avatar{width:260px;height:260px;border-radius:50%;margin:0 auto 28px}.skeleton.title{width:48%;height:32px}.skeleton.line{width:78%;margin-top:16px}.skeleton.short{width:54%}@keyframes shimmer{0%{background-position:100% 0}100%{background-position:-100% 0}}[data-profile-content]{opacity:0;transform:translateY(8px);transition:.3s}[data-profile-content].is-visible{opacity:1;transform:none}.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:26px}.story-item{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff}.story-item img,.story-item video{width:100%;display:block;aspect-ratio:9/16;object-fit:cover}.story-actions{padding:13px}.story-actions a{font-size:14px;font-weight:800;color:var(--indigo)}.notice{padding:16px 18px;border-radius:14px;background:#eff6ff;color:#1e40af}.notice.error{background:#fff1f2;color:#be123c}.lightbox{position:fixed;inset:0;z-index:200;display:none;place-items:center;padding:30px;background:rgba(2,6,23,.94);backdrop-filter:blur(12px)}.lightbox.open{display:grid}.lightbox-inner{text-align:center;max-width:min(92vw,900px)}.lightbox img{max-width:88vw;max-height:78vh;border-radius:24px;box-shadow:0 30px 100px rgba(0,0,0,.55)}.lightbox-actions{display:flex;justify-content:center;gap:12px;margin-top:18px}.lightbox-actions a,.lightbox-actions button{border:0;border-radius:12px;padding:12px 16px;text-decoration:none;font-weight:800}.lightbox-actions a{background:#fff;color:#111827}.lightbox-actions button{background:#312e81;color:#fff}.lightbox-close{position:absolute;right:24px;top:18px;border:0;background:transparent;color:#fff;font-size:42px;cursor:pointer}.no-scroll{overflow:hidden}.legal{max-width:850px}.legal h1{font-size:44px}.legal h2{margin-top:32px}.legal p{color:#475569}.footer{background:#0f172a;color:#cbd5e1;padding:56px 0 26px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px}.footer-logo{width:178px;filter:brightness(0) invert(1)}.footer strong{color:#fff}.footer ul{padding:0;list-style:none}.footer li{margin:9px 0}.footer a{color:#cbd5e1;text-decoration:none}.copyright{border-top:1px solid #263244;margin-top:38px;padding-top:22px;font-size:13px}.simple-hero{padding:70px 0;background:linear-gradient(135deg,#eff6ff,#f5f3ff)}.simple-hero .search-shell{margin-left:0;background:rgba(79,70,229,.08);border-color:#c7d2fe;box-shadow:none}.simple-hero h1{font-size:clamp(38px,5vw,58px);line-height:1.05;letter-spacing:-.04em;margin:0 0 14px;max-width:820px}.simple-hero p{color:var(--muted);font-size:19px;max-width:720px}@media(max-width:800px){.header-inner{min-height:68px}.logo img{width:164px}.menu{display:block}.nav{display:none;position:absolute;top:68px;left:0;right:0;background:#fff;padding:16px 20px 22px;border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start}.nav.open{display:flex}.hero{padding:72px 0 66px}.search-form{flex-direction:column}.search-form input{height:52px}.btn{width:100%}.tool-grid,.steps,.story-grid{grid-template-columns:1fr}.profile-card{grid-template-columns:1fr;gap:28px;padding:24px}.profile-image-button{max-width:310px;margin:auto}.profile-info{text-align:center}.stats{justify-content:center}.footer-grid{grid-template-columns:1fr;gap:28px}.skeleton.avatar{width:190px;height:190px}.skeleton.title{width:75%;margin:auto}.skeleton.line{margin-left:auto;margin-right:auto}.simple-hero{padding:50px 0}}
/* =========================================================
   Profil konnte nicht geladen werden
   ========================================================= */

.profile-load-error {
    max-width: 680px;
    margin: 40px auto;
    padding: 42px 28px;
    text-align: center;

    background: #fff;
    border: 1px solid #ededed;
    border-radius: 22px;

    box-shadow:
        0 12px 40px rgba(0, 0, 0, .06);
}

.profile-load-error-spinner {
    width: 46px;
    height: 46px;

    margin: 0 auto 22px;

    border: 4px solid #eeeeee;
    border-top-color: #fdbb13;

    border-radius: 50%;

    animation: profileErrorSpin .8s linear infinite;
}

@keyframes profileErrorSpin {
    to {
        transform: rotate(360deg);
    }
}

.profile-load-error h2 {
    margin: 0 0 14px;

    font-size: 24px;
    line-height: 1.3;

    color: #111;
}

.profile-load-error > p {
    max-width: 540px;

    margin: 0 auto 14px;

    color: #666;

    font-size: 16px;
    line-height: 1.7;
}

.profile-load-error-reload {
    margin-top: 22px !important;

    color: #111 !important;
}

.profile-load-error-reload strong {
    color: #111;
}

.profile-load-error-second {
    margin-top: 24px;
    padding: 20px;

    background: #fff8df;
    border: 1px solid #f6d875;
    border-radius: 14px;

    color: #333;
}

.profile-load-error-second strong {
    display: block;
    margin-bottom: 8px;
}

.profile-load-error-second p {
    margin: 0;

    line-height: 1.6;
}


/* Mobile */

@media (max-width: 768px) {

    .profile-load-error {
        margin: 24px 0;
        padding: 32px 20px;
        border-radius: 18px;
    }

    .profile-load-error h2 {
        font-size: 21px;
    }

    .profile-load-error > p {
        font-size: 15px;
    }

}

/* US content hub and expanded landing pages */
.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:38px}
.content-steps{margin:24px 0 34px;padding:0;list-style:none;counter-reset:steps;display:grid;gap:12px}
.content-steps li{counter-increment:steps;position:relative;padding:18px 20px 18px 62px;border:1px solid var(--line);border-radius:16px;background:var(--soft);color:#475569}
.content-steps li:before{content:counter(steps);position:absolute;left:18px;top:16px;display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:var(--grad);color:#fff;font-weight:800}
.related-links{display:grid;gap:8px;margin:34px 0;padding:22px;border:1px solid #c7d2fe;border-radius:18px;background:#eef2ff}
.related-links strong{color:var(--ink);margin-bottom:3px}
.related-links a{color:var(--indigo);font-weight:750;text-decoration:none}
.related-links a:hover{text-decoration:underline}
.guide-preview{padding:72px 0;background:var(--soft);border-top:1px solid var(--line)}
.guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.guide-card{display:flex;flex-direction:column;text-decoration:none;border:1px solid var(--line);border-radius:22px;padding:26px;background:#fff;transition:.2s;box-shadow:0 8px 28px rgba(15,23,42,.04)}
.guide-card:hover{transform:translateY(-3px);border-color:#c7d2fe;box-shadow:var(--shadow)}
.guide-card span{align-self:flex-start;padding:5px 9px;border-radius:999px;background:#eef2ff;color:var(--indigo);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.guide-card h2{font-size:21px!important;line-height:1.3!important;letter-spacing:-.015em!important;margin:17px 0 8px!important}
.guide-card p{margin:0 0 18px;color:var(--muted);font-size:15px;flex:1}
.guide-card strong{color:var(--indigo);font-size:14px}
.all-guides{text-align:center;margin:28px 0 0}
.all-guides a{font-weight:800;color:var(--indigo)}
.simple-hero.compact{padding:54px 0}
.article-page{padding-top:52px}
.breadcrumb{display:flex;gap:9px;align-items:center;color:var(--muted);font-size:14px;margin-bottom:32px}
.breadcrumb a{color:var(--indigo);font-weight:700;text-decoration:none}
.article-page h1{font-size:clamp(38px,6vw,62px);line-height:1.05;letter-spacing:-.04em;margin:0 0 18px}
.article-summary,.article-intro{font-size:20px!important;line-height:1.6}
.article-page h2{font-size:30px;line-height:1.2;margin:46px 0 12px;letter-spacing:-.02em}
.article-page p,.article-page li{color:#475569}
.check-list{padding-left:24px}.check-list li{margin:10px 0;padding-left:5px}
.guide-cta{margin-top:50px;padding:28px;border-radius:22px;background:linear-gradient(135deg,#eff6ff,#f5f3ff);border:1px solid #c7d2fe}
.guide-cta>strong{font-size:24px;color:var(--ink)}
.guide-cta p{margin:5px 0 18px}
.guide-cta>div{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.guide-cta .btn{text-decoration:none}
.guide-cta .text-link{color:var(--indigo);font-weight:800}
.btn.is-loading{position:relative;color:transparent;cursor:wait}
.btn.is-loading:after{content:"";position:absolute;width:19px;height:19px;border:2px solid rgba(255,255,255,.42);border-top-color:#fff;border-radius:50%;animation:button-spin .7s linear infinite}
@keyframes button-spin{to{transform:rotate(360deg)}}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}.guide-grid{grid-template-columns:1fr 1fr}}
@media(max-width:800px){.guide-grid,.footer-grid{grid-template-columns:1fr}.guide-card{padding:22px}.article-page h2{font-size:26px}.article-summary,.article-intro{font-size:18px!important}.content-steps li{padding-right:16px}}

/* Profile data is server-rendered and should be visible immediately. */
[data-profile-content]{opacity:1!important;transform:none!important}
