/* Premium homepage. No build step or third-party fonts required. */
:root { --bg: #fafaf9; --bg-soft: #f1f2f0; --text: #171a18; --text-2: #616660; --hairline: #d9dcd7; --brand: #233f2e; --brand-fg: #fff; --sa: #316247; --pa: #ac480f; --radius: 22px; }
:root[data-theme="dark"] { --bg: #101311; --bg-soft: #171c18; --text: #f5f7f4; --text-2: #adb5ac; --hairline: #353d36; --card: #202721; --brand: #b9d8bd; --brand-fg: #14251a; --sa: #acd3a6; --pa: #ffb078; --nav-bg: rgba(16,19,17,.88); }
html { scroll-padding-top: 96px; }
body { overflow-wrap: break-word; }
.wrap, .nav-inner, .stats-inner, .steps, .footer-grid, .footer-bottom { max-width: 1200px; padding-left: 40px; padding-right: 40px; }
section { padding: 112px 0; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--brand); outline-offset: 5px; }
.b2b a:focus-visible { outline-color: white; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 14px 22px; background: var(--brand); color: var(--brand-fg); border-radius: 12px; }
.skip-link:focus { top: 12px; }
nav { border-bottom-color: transparent; background: var(--nav-bg); }
.nav-inner { height: 76px; gap: 24px; }
.nav-brand { font-size: 17px; letter-spacing: .18em; font-weight: 650; }
.nav-brand img { width: 25px; height: 25px; border-radius: 0; }
.nav-links { gap: 32px; align-items: center; color: var(--text); overflow: visible; }
.nav-links a { padding: 12px 0; }
.nav-links a:hover { color: var(--brand); }
.nav-links .nav-contact { padding: 9px 21px; border-radius: 50px; background: var(--brand); color: var(--brand-fg); }
.theme-toggle { margin-left: 0; border-color: transparent; height: 44px; width: 44px; flex-basis: 44px; }
.menu-toggle { display: none; }
header.hero { padding: 76px 0 28px; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { font-size: 11px; letter-spacing: .18em; margin-bottom: 24px; font-weight: 650; }
h1 { max-width: 1100px; font-size: clamp(44px, 6.1vw, 86px); letter-spacing: -.057em; line-height: 1.055; font-weight: 650; }
h1 span { font-weight: 400; letter-spacing: -.055em; }
.hero-sub { font-size: 20px; max-width: 650px; line-height: 1.5; margin-top: 26px; }
.desktop-break { display: none; }
.hero-cta { margin-top: 30px; gap: 30px; align-items: center; }
.btn { min-height: 48px; font-size: 14px; padding: 13px 27px; }
.btn-primary { background: var(--brand); color: var(--brand-fg); }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 13px; font-size: 14px; color: var(--brand); font-weight: 550; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.product-stage { position: relative; max-width: 1100px; width: calc(100% - 64px); height: auto; aspect-ratio: 1.7; margin: 54px auto 0; text-align: left; }
/* Original transparent device frames supplied by Georg; screens remain separate assets.
   Display openings measured against the source pixels, so all layers scale together. */
.laptop { position: absolute; width: 86%; left: 0; top: 0; aspect-ratio: 3983 / 2431; filter: drop-shadow(0 22px 18px #0002); }
.device-screen { position: absolute; overflow: hidden; background: #fff; }
.device-screen img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.laptop .device-screen { left: 9.01%; top: 2.14%; width: 81.93%; height: 86.75%; border-radius: 1.5% 1.5% 0 0; }
.laptop .device-screen img { position: absolute; top: 3%; height: 97%; }
.device-frame { display: block; position: relative; z-index: 1; width: 100%; height: auto; pointer-events: none; }
.phone { width: 21.5%; aspect-ratio: 1311 / 2708; position: absolute; bottom: 8.5%; right: 1%; filter: drop-shadow(0 18px 15px #0003); }
.phone .device-screen { left: 3.97%; top: 1.55%; width: 92.07%; height: 96.9%; border-radius: 15% / 7%; }
/* Keep the course logo below the physical camera island. */
.phone .device-screen img { position: absolute; top: 7%; height: 93%; }
.product-stage figcaption { position: absolute; bottom: 0; width: 100%; text-align: center; font-size: 11px; color: var(--text-2); letter-spacing: .01em; }
#kurse { padding: 88px 0 80px; }
.courses-heading { margin-bottom: 38px; }
.courses-heading .eyebrow { margin-bottom: 16px; }
h2 { font-size: clamp(32px, 4vw, 52px); letter-spacing: -.04em; font-weight: 620; }
.courses-heading > p:last-child { font-size: 18px; color: var(--text-2); margin-top: 15px; }
.featured-courses { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.course-feature { background: var(--card); border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.course-feature:hover { transform: translateY(-5px); box-shadow: 0 12px 35px -15px #0003; }
.course-picture { overflow: hidden; }
.course-picture img { width: 100%; height: auto; aspect-ratio: 1.5; object-fit: cover; transition: transform .6s ease; }
.course-feature:hover .course-picture img { transform: scale(1.025); }
.course-info { padding: 23px 24px 26px; display: flex; flex: 1; flex-direction: column; align-items: flex-start; }
.course-category { color: var(--course-color); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; font-weight: 650; margin-bottom: 9px; }
.course-info h3 { font-size: clamp(18px,1.7vw,22px); line-height: 1.25; letter-spacing: -.035em; font-weight: 650; overflow-wrap: normal; hyphens: auto; }
.course-description { font-size: 14px; line-height: 1.55; color: var(--text-2); margin: 13px 0 22px; }
.course-action { color: var(--course-color); font-size: 14px; font-weight: 550; margin-top: auto; display: flex; gap: 13px; }
.course-sa { --course-color: var(--sa); }.course-kp { --course-color: var(--kp); }.course-pa { --course-color: var(--pa); }.course-bk { --course-color: var(--bk); }.course-st { --course-color: var(--st); }.course-ls { --course-color: var(--ls); }.course-hu { --course-color: var(--hu); }
.more-courses { border-top: 1px solid var(--hairline); margin-top: 42px; padding-top: 28px; display: grid; grid-template-columns: 180px 1fr; gap: 30px; }
.more-courses h3 { font-size: 16px; font-weight: 600; padding-top: 11px; }
.course-directory { display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px; }
.directory-link { display: flex; align-items: center; gap: 13px; min-height: 77px; padding: 12px 0; border-bottom: 1px solid var(--hairline); }
.directory-link:nth-last-child(-n+2) { border: 0; }
.directory-link strong { font-size: 14px; font-weight: 550; }.directory-link small { display: block; font-size: 12px; color: var(--text-2); margin-top: 2px; }
.directory-dot { height: 6px; width: 6px; border-radius: 50%; background: var(--course-color); flex: none; }
.directory-arrow { margin-left: auto; color: var(--text-2); transition: transform .2s ease; }.directory-link:hover .directory-arrow { transform: translate(2px,-2px); color: var(--course-color); }
.stats { border: 0; }.stats-inner { padding-top: 56px; padding-bottom: 56px; gap: 20px; }.stat b { font-size: 34px; font-weight: 550; letter-spacing: -.05em; }.stat span { font-size: 12px; }
#bewertungen { padding-top: 70px; border-top: 1px solid var(--hairline); }.rating-card { box-shadow: none; background: transparent; border: 0; border-radius: 0; border-top: 1px solid var(--hairline); padding: 22px 0; }.rating-card:hover { box-shadow: none; }.rating-grid { max-width: 1120px; gap: 12px 30px; }.rating-val { font-size: 23px; }.rating-stars-fg svg { fill: #ba8c30; }
.section-head { margin-bottom: 52px; }.section-head p { font-size: 18px; line-height: 1.6; }
.steps { gap: 64px; }.step { text-align: left; }.step-num { margin: 0 0 26px; color: var(--brand); font-size: 27px; background: none; justify-content: flex-start; font-weight: 450; }.step p { margin: 0; }.step h3 { letter-spacing: -.02em; }
.services { max-width: 1040px; gap: 0 64px; }.service { padding: 28px 0 36px; background: none; box-shadow: none; border-radius: 0; border-top: 1px solid var(--hairline); }
.b2b { --b2b-bg: #203c2c; --b2b-item: transparent; --b2b-border: transparent; }.b2b .section-head p, .b2b-item span { color: #c1cec3; }.b2b-grid { gap: 0 50px; max-width: 1000px; }.b2b-item { border-top: 1px solid #ffffff2a; border-radius: 0; padding: 26px 0; }.b2b-item svg path { stroke: #aad5ae; }
.experts { grid-template-columns: repeat(4,minmax(0,1fr)); max-width: 1200px; padding: 0 40px; gap: 24px; }.expert { background: none; box-shadow: none; padding: 10px 0; }.expert .exp-foto { width: 110px; height: 110px; margin-bottom: 23px; }.expert h3 { font-size: 19px; }.expert .role { font-size: 14px; }.expert .area { font-size: 10px; line-height: 1.6; }
.member { background: none; box-shadow: none; padding: 24px 12px; }.member .cred { font-size: 14px; }
#faq { padding-top: 0; }.faq-item { background: none; box-shadow: none; border-radius: 0; border-bottom: 1px solid var(--hairline); padding: 24px 0; margin: 0; }
#kontakt { padding-top: 90px; padding-bottom: 100px; }.contact .mail { color: var(--brand); }
@media (min-width: 1500px) { header.hero { padding-top: 100px; } }
@media (max-width: 1000px) { .more-courses { grid-template-columns: 1fr; gap: 8px; }.course-info { padding: 21px 19px; }.experts { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 50px 30px; max-width: 800px; }.nav-links { gap: 22px; }.nav-inner { gap: 14px; } }
@media (max-width: 760px) {
  .wrap, .nav-inner, .stats-inner, .steps, .footer-grid, .footer-bottom { padding-left: 24px; padding-right: 24px; }
  .nav-inner { height: 66px; gap: 8px; }.nav-brand { font-size: 15px; letter-spacing: .14em; }.nav-brand img { width: 23px; height: 23px; }
  .nav-links { display: none; position: absolute; top: 66px; left: 0; right: 0; background: var(--bg); padding: 14px 24px 24px; border-bottom: 1px solid var(--hairline); box-shadow: 0 16px 24px #0001; }
  .nav-links[data-open="true"] { display: grid; gap: 6px; }.nav-links a:not(.nav-contact) { display: block; }.nav-links a { min-height: 44px; font-size: 16px; }.nav-links .nav-contact { text-align: center; margin-top: 8px; }
  .menu-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; width: 44px; height: 44px; margin-left: auto; background: none; color: var(--text); border: 0; cursor: pointer; }.menu-toggle span { display: block; width: 19px; height: 1.5px; background: currentColor; transition: transform .2s ease; }.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.25px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.25px) rotate(-45deg); }.theme-toggle { margin: 0; }
  header.hero { padding-top: 57px; padding-bottom: 22px; }h1 { font-size: clamp(37px,6.7vw,51px); line-height: 1.12; letter-spacing: -.055em; }h1 span { letter-spacing: -.055em; }.hero .eyebrow { font-size: 10px; margin-bottom: 21px; }.hero-sub { font-size: 17px; margin-top: 22px; }.desktop-break { display: block; }.hero-cta { gap: 16px; margin-top: 25px; }.text-link { font-size: 13px; gap: 7px; }.btn { padding: 12px 23px; }
  .product-stage { width: calc(100% - 32px); margin-top: 40px; aspect-ratio: 1.4; }.laptop { width: 90%; }.phone { width: 24%; bottom: 17%; right: 0; }.product-stage figcaption { font-size: 9px; bottom: 0; padding: 0 12px; }
  section { padding: 74px 0; }#kurse { padding: 56px 0; }.courses-heading { margin-bottom: 28px; }.courses-heading .eyebrow { font-size: 10px; margin-bottom: 14px; }.courses-heading > p:last-child { font-size: 16px; max-width: 300px; margin-top: 14px; }
  .featured-courses { grid-template-columns: 1fr; gap: 24px; }.course-picture img { aspect-ratio: 1.65; }.course-info { padding: 22px 24px 25px; }.course-info h3 { font-size: 23px; }.course-description { margin: 12px 0 18px; }.course-category { font-size: 10px; }
  .more-courses { margin-top: 32px; padding-top: 16px; }.course-directory { grid-template-columns: 1fr; }.directory-link:nth-last-child(-n+2) { border-bottom: 1px solid var(--hairline); }.directory-link:last-child { border: 0; }.directory-link strong { font-size: 15px; }
  .stats-inner { padding-top: 38px; padding-bottom: 38px; grid-template-columns: 1fr 1fr; gap: 25px 14px; }.stat b { font-size: 30px; }.stat span { font-size: 11px; }
  .section-head { margin-bottom: 38px; }.section-head p { font-size: 16px; } .rating-hero { margin-top: 0; }.rating-grid { grid-template-columns: 1fr 1fr; gap: 12px 20px; }.rating-name { font-size: 12px; }.rating-val { font-size: 23px; }.rating-n { font-size: 12px; }
  .steps { gap: 34px; }.step-num { margin-bottom: 9px; }.step p { max-width: none; }.services { gap: 0; }.b2b-grid { gap: 0; }.experts { grid-template-columns: 1fr 1fr; padding: 0 24px; gap: 36px 22px; }.expert .exp-foto { width: 80px; height: 80px; }.expert h3 { font-size: 17px; }.expert .role { font-size: 13px; }.expert .area { font-size: 9px; }.team { margin-top: 26px; }.member { padding: 20px 0; }.about-text { font-size: 21px; }.faq-item summary { font-size: 16px; }.contact .mail { font-size: clamp(18px,5.4vw,25px); }#kontakt { padding: 65px 0; }
}
@media (max-width: 360px) { h1 { font-size: 34px; }.wrap { padding-left: 18px; padding-right: 18px; }.nav-inner { padding-left: 16px; padding-right: 12px; }.hero-cta { gap: 7px; }.hero-sub { font-size: 15px; }.text-link { font-size: 12px; }.btn { padding: 12px 20px; }.experts { grid-template-columns: 1fr; }.course-info h3 { font-size: 21px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }.course-feature:hover, .course-feature:hover img, .directory-link:hover .directory-arrow { transform: none; } }
/* Language and final navigation polish. */
.language-switch { display: inline-flex; flex: none; align-items: center; padding: 3px; border: 1px solid var(--hairline); border-radius: 30px; gap: 2px; }
.language-switch a { display: flex; align-items: center; justify-content: center; width: 32px; height: 30px; border-radius: 50px; font-size: 10px; font-weight: 600; letter-spacing: .04em; color: var(--text-2); }
.language-switch a[aria-current="page"] { background: var(--text); color: var(--bg); }
.language-switch a:hover:not([aria-current]) { color: var(--brand); background: var(--bg-soft); }
.course-language-note { margin-top: 13px; font-size: 12px; color: var(--text-2); }
html[lang="en"] .hero-sub { max-width: 720px; }
.nav-brand, .footer-brand { gap: 9px; }
.footer-brand { letter-spacing: .13em; }
@media (max-width: 960px) {
  .nav-inner { height: 66px; gap: 8px; }
  .nav-links { display: none; position: absolute; top: 66px; left: 0; right: 0; background: var(--bg); padding: 14px 24px 24px; border-bottom: 1px solid var(--hairline); box-shadow: 0 16px 24px #0001; }
  .nav-links[data-open="true"] { display: grid; gap: 6px; }
  .nav-links a:not(.nav-contact) { display: block; }
  .nav-links a { min-height: 44px; font-size: 16px; }
  .nav-links .nav-contact { text-align: center; margin-top: 8px; }
  .language-switch { margin-left: auto; }
  .menu-toggle { display: flex; flex: none; flex-direction: column; align-items: center; justify-content: center; gap: 5px; width: 38px; height: 44px; margin-left: 0; background: none; color: var(--text); border: 0; cursor: pointer; }
  .menu-toggle span { display: block; width: 19px; height: 1.5px; background: currentColor; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.25px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
  .theme-toggle { margin: 0; flex-basis: 38px; width: 38px; height: 44px; }
}
@media (max-width: 440px) {
  .nav-inner { padding-left: 18px; padding-right: 12px; gap: 4px; }
  .nav-brand { font-size: 13px; letter-spacing: .1em; gap: 6px; }
  .nav-brand img { width: 24px; height: 24px; }
  .language-switch a { width: 29px; height: 30px; }
  .menu-toggle, .theme-toggle { width: 34px; flex-basis: 34px; }
}

.courses-heading > p:not(.eyebrow):not(.course-language-note) { font-size: 18px; color: var(--text-2); margin-top: 15px; }
.courses-heading > p.course-language-note { font-size: 12px; margin-top: 10px; color: var(--text-2); }
@media (max-width:760px) { .courses-heading > p:not(.eyebrow):not(.course-language-note) { font-size: 16px; } }

/* Original course identities, with a consistent neutral surface in both themes. */
.course-logo { display: flex; align-items: center; justify-content: center; flex: none; background: #fff; border-radius: 10px; padding: 9px 12px; }
.course-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.course-info .course-logo { width: 188px; height: 68px; margin-bottom: 22px; }
.directory-link .course-logo { width: 112px; height: 54px; padding: 8px; }
.directory-link { gap: 16px; }
.directory-link > span:not(.course-logo):not(.directory-arrow):not(.sr-only) { min-width: 0; }
/* Separate Google profile rating and course-site reviews; every quote links to its source. */
#bewertungen .section-head { margin-bottom: 30px; }
.google-proof { display: flex; flex-direction: column; align-items: center; padding: 0 24px; margin-bottom: 38px; }
.google-badge { display: inline-flex; align-items: center; gap: 16px; padding: 17px 24px; border: 1px solid var(--hairline); border-radius: 18px; background: var(--bg); transition: border-color .2s ease; }
.google-badge:hover { border-color: var(--brand); }
.google-badge > img { width: 32px; height: 32px; }
.google-badge-label { font-size: 12px; line-height: 1.4; color: var(--text-2); }
.google-badge-label strong { display: block; font-size: 21px; font-weight: 600; color: var(--text); }
.google-stars { color: #b87b13; font-size: 16px; letter-spacing: .08em; margin-left: 8px; }
.google-badge-link { font-size: 13px; margin-left: 12px; }
.google-date { font-size: 10px; color: var(--text-2); margin-top: 9px; }
.testimonial-banner { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); max-width: 1200px; margin: 0 auto; padding: 0 40px; gap: 20px; }
.testimonial { display: flex; flex-direction: column; margin: 0; padding: 30px; border-radius: 20px; background: var(--bg-soft); text-align: left; }
.testimonial-stars { font-size: 14px; letter-spacing: .16em; color: #b87b13; margin-bottom: 24px; }
.testimonial blockquote { margin: 0 0 30px; }
.testimonial blockquote p { font-size: 21px; font-weight: 450; line-height: 1.45; letter-spacing: -.025em; }
.testimonial blockquote p::before { content: '„'; }.testimonial blockquote p::after { content: '“'; }
.testimonial figcaption { margin-top: auto; display: flex; flex-direction: column; align-items: flex-start; font-size: 12px; gap: 4px; }
.testimonial figcaption strong { font-size: 13px; font-weight: 600; }
.testimonial figcaption a { color: var(--brand); line-height: 1.5; }
.testimonial figcaption a:hover { text-decoration: underline; text-underline-offset: 3px; }
.testimonial-source { color: var(--text-2); font-size: 10px; }
.testimonial-note { text-align: center; font-size: 11px; color: var(--text-2); padding: 0 24px; margin: 20px auto 0; max-width: 700px; }
.review-totals-label { text-align: center; color: var(--text-2); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; margin: 56px 0 23px; }
#bewertungen .rating-hero { margin-top: 0; }
:root[data-theme="dark"] .google-stars, :root[data-theme="dark"] .testimonial-stars { color: #e5b860; }
@media (max-width: 1000px) {
  .course-directory { column-gap: 25px; }
  .testimonial { padding: 24px; }.testimonial blockquote p { font-size: 19px; }
}
@media (max-width: 760px) {
  .course-info .course-logo { width: 174px; height: 62px; margin-bottom: 20px; }
  .directory-link .course-logo { width: 100px; height: 50px; }.directory-link { gap: 13px; min-height: 91px; }
  .directory-link strong { font-size: 14px; }.directory-arrow { flex: none; }
  .google-proof { margin-bottom: 26px; }.google-badge { padding: 15px 18px; gap: 12px; flex-wrap: wrap; justify-content: center; }
  .google-badge-link { margin-left: 0; font-size: 12px; }.google-badge-label strong { font-size: 19px; }.google-stars { font-size: 14px; }
  .testimonial-banner { grid-template-columns: 1fr; padding: 0 24px; gap: 14px; }
  .testimonial { padding: 25px; }.testimonial-stars { margin-bottom: 14px; }.testimonial blockquote { margin-bottom: 22px; }.testimonial blockquote p { font-size: 21px; }
  .review-totals-label { margin-top: 42px; }
}
@media (max-width: 360px) { .directory-link .course-logo { width: 85px; height: 48px; }.directory-link { gap: 10px; }.directory-link strong { font-size: 13px; }.testimonial-banner { padding: 0 18px; } }
