@font-face {
  font-family: 'ColopocleAL';
  src: url('../fonts/Colopocle-AL.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --forest: #12332b;
  --forest-2: #1e493a;
  --lime: #82b520;
  --lime-dark: #638f13;
  --lime-soft: #edf5dc;
  --cream: #fbfaf5;
  --paper: #ffffff;
  --ink: #17201d;
  --muted: #5d6964;
  --line: #dfe7dd;
  --danger: #9f2f2f;
  --shadow: 0 18px 50px rgba(18, 51, 43, .12);
  --radius: 24px;
  --radius-sm: 14px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, input, select, textarea, fieldset { min-width: 0; }
input, select, textarea { max-width: 100%; }
h1, h2, h3, p, li, label, legend, summary, a, button, strong, span { overflow-wrap: anywhere; }

.container { width: min(var(--max), calc(100% - 32px)); margin-inline: auto; min-width: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-140%); background: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; background: linear-gradient(180deg, #b06625 0%, #efc595 58%, #f5dcc0 100%); border-bottom: 1px solid rgba(93, 46, 16, .18); box-shadow: 0 10px 26px rgba(73, 35, 10, .14); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-width: 0; }
.brand { display: inline-flex; align-items: center; gap: 14px; color: var(--ink); text-decoration: none; min-width: 0; max-width: calc(100% - 116px); }
.brand-mark { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--forest), var(--lime)); font-size: 24px; box-shadow: 0 8px 22px rgba(18, 51, 43, .22); overflow: hidden; }
.brand-logo { width: 68px; height: 68px; flex: 0 0 68px; border-radius: 0; object-fit: contain; background: transparent; border: 0; padding: 0; box-shadow: none; }
.brand-copy { min-width: 0; display: flex; align-items: center; }
.brand-title { display: block; font-family: 'ColopocleAL', cursive; font-size: clamp(36px, 4.6vw, 54px); line-height: .9; white-space: nowrap; letter-spacing: .01em; background: linear-gradient(180deg, #ffd8bf 0%, #e48a83 42%, #a74343 100%); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-stroke: 1px rgba(111, 36, 28, .52); text-shadow: 0 2px 0 rgba(255,255,255,.18), 0 6px 12px rgba(102, 45, 23, .12); filter: drop-shadow(0 1px 0 rgba(255,255,255,.22)); }
.nav { display: flex; align-items: center; gap: 22px; }
.nav a { text-decoration: none; font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .035em; color: #4c2410; }
.nav a:hover, .nav a:focus-visible { color: #7f2b2b; }
.nav .nav-button { color: #fff; background: #6c2626; padding: 11px 17px; border-radius: 999px; box-shadow: 0 8px 18px rgba(86, 29, 29, .18); }
.menu-button { display: none; align-items: center; justify-content: center; border: 0; background: #6c2626; color: #fff; border-radius: 12px; padding: 10px 14px; font-weight: 800; box-shadow: 0 8px 18px rgba(86, 29, 29, .18); line-height: 1; }
.menu-button::before { content: none; }

.hero { position: relative; min-height: 690px; overflow: hidden; color: #fff; display: grid; align-items: center; }
.hero::before { content: ''; position: absolute; inset: 0; background: url('../images/hero-schwarz.webp') center/cover no-repeat; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 34, 28, .94) 0%, rgba(8, 34, 28, .83) 39%, rgba(8, 34, 28, .18) 70%, rgba(8, 34, 28, .02) 100%); }
.hero-inner { position: relative; z-index: 1; padding-block: 84px; }
.hero-copy { max-width: 660px; min-width: 0; }
.eyebrow { margin: 0 0 12px; color: #d9f3a3; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; font-size: 13px; }
h1, h2, h3 { line-height: 1.08; margin-top: 0; }
h1 { margin-bottom: 18px; font-size: clamp(52px, 8vw, 92px); text-transform: uppercase; letter-spacing: -.045em; }
.script-line { display: block; color: #a5d83b; text-transform: none; letter-spacing: 0; font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-weight: 400; font-size: .54em; margin-top: 6px; }
.hero-lead { max-width: 620px; font-size: clamp(19px, 2.3vw, 27px); line-height: 1.35; margin: 0 0 26px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 11px; margin-bottom: 28px; }
.pill { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.12); padding: 10px 14px; border-radius: 999px; font-weight: 800; backdrop-filter: blur(5px); }
.hero-banner { display: inline-block; max-width: 100%; margin: 0 0 26px; padding: 10px 18px; background: var(--lime); color: var(--forest); transform: rotate(-2deg); font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-size: clamp(18px, 2.3vw, 23px); font-weight: 700; box-shadow: 0 10px 24px rgba(0,0,0,.2); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; max-width: 100%; padding: 13px 22px; border-radius: 999px; border: 2px solid transparent; text-decoration: none; text-align: center; font-weight: 900; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; white-space: normal; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(18,51,43,.18); }
.button-primary { background: var(--lime); color: var(--forest); }
.button-secondary { border-color: rgba(255,255,255,.5); color: #fff; background: rgba(255,255,255,.07); }
.button-dark { background: var(--forest); color: #fff; }
.button-wide { width: 100%; }

.section { padding-block: 86px; }
.section-white { background: var(--paper); }
.section-green { color: #fff; background: var(--forest); }
.section-head { max-width: 780px; margin: 0 auto 38px; text-align: center; }
.section-head h2 { font-size: clamp(36px, 5vw, 58px); text-transform: uppercase; letter-spacing: -.035em; margin-bottom: 12px; }
.section-head p { margin: 0; font-size: 19px; color: var(--muted); }
.section-green .section-head p { color: #d9e7e1; }
.brush { position: relative; display: inline-block; z-index: 0; }
.brush::after { content: ''; position: absolute; left: -3%; right: -3%; bottom: .03em; height: .24em; z-index: -1; background: var(--lime); opacity: .55; transform: rotate(-1deg); border-radius: 60% 20% 55% 25%; }

.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 46px; align-items: center; }
.intro-grid > * { min-width: 0; }
.intro-grid h2 { font-size: clamp(36px, 5vw, 60px); margin-bottom: 20px; }
.intro-grid p { font-size: 19px; }
.media-card { overflow: hidden; min-height: 420px; border-radius: var(--radius); box-shadow: var(--shadow); }
.media-card img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.check-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 34px; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--forest); font-weight: 900; }

.course-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.course-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.course-card-image { aspect-ratio: 16 / 8.5; object-fit: cover; width: 100%; }
.course-card-body { min-width: 0; padding: 30px; display: flex; flex-direction: column; flex: 1; }
.course-label { color: var(--lime-dark); text-transform: uppercase; font-weight: 900; letter-spacing: .08em; font-size: 13px; margin-bottom: 5px; }
.course-card h3 { font-size: clamp(28px, 4vw, 34px); margin-bottom: 7px; }
.course-subtitle { color: var(--lime-dark); font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-size: 24px; margin: 0 0 15px; }
.course-card p { margin-top: 0; }
.course-card .button { margin-top: auto; }

.benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.benefit { min-width: 0; padding: 26px 22px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; }
.benefit-icon { font-size: 34px; margin-bottom: 12px; }
.benefit h3 { margin-bottom: 7px; font-size: 21px; }
.benefit p { margin: 0; color: #d9e7e1; }

.info-band { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 1px; background: #d9e3d4; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.info-band > div { min-width: 0; background: #fff; padding: 28px; }
.info-band strong { display: block; color: var(--lime-dark); text-transform: uppercase; letter-spacing: .04em; }
.info-band span { display: block; font-size: 21px; font-weight: 900; margin-top: 4px; }
.prices { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.price { min-width: 0; background: #fff; padding: 28px; border: 1px solid var(--line); border-radius: 18px; text-align: center; box-shadow: 0 10px 30px rgba(18,51,43,.08); }
.price strong { display: block; font-size: 31px; color: var(--forest); }
.price span { color: var(--muted); }
.note { margin-top: 25px; padding: 18px 20px; border-left: 5px solid var(--lime); background: var(--lime-soft); border-radius: 0 12px 12px 0; }

.faq { display: grid; gap: 12px; max-width: 860px; margin: 0 auto; }
details { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 0 20px; }
summary { padding: 19px 0; cursor: pointer; font-weight: 900; }
details p { margin-top: 0; color: var(--muted); }

.site-footer { padding: 38px 0; color: #fff; background: #0b241f; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-links a { color: #fff; }

.page-hero { padding: 74px 0 64px; background: linear-gradient(135deg, #eef5df, #fff); border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 45px; align-items: center; }
.page-hero-grid > * { min-width: 0; }
.page-hero h1 { color: var(--forest); font-size: clamp(44px, 7vw, 78px); }
.page-hero h1 span { color: var(--lime-dark); }
.page-hero p { font-size: 20px; }
.page-hero img { width: 100%; height: 440px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.anchor-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.anchor-nav a { text-decoration: none; border: 1px solid var(--line); background: #fff; padding: 9px 13px; border-radius: 999px; font-weight: 800; font-size: 14px; }

.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 340px); gap: 38px; align-items: start; }
.content-grid > * { min-width: 0; }
.content-card, .form-card, .side-card { min-width: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.content-card { padding: 34px; margin-bottom: 24px; }
.content-card h2 { font-size: clamp(29px, 4vw, 34px); }
.side-card { padding: 25px; position: sticky; top: 96px; }
.side-card h3 { font-size: 24px; }
.key-data { display: grid; gap: 14px; }
.key-data div { padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.key-data div:last-child { border-bottom: 0; padding-bottom: 0; }
.key-data strong { display: block; color: var(--lime-dark); font-size: 13px; text-transform: uppercase; letter-spacing: .07em; }
.key-data span { display: block; font-weight: 800; }

.form-card { max-width: 1040px; margin-inline: auto; padding: 38px; }
.form-card h2 { font-size: clamp(32px, 5vw, 48px); }
.form-intro { color: var(--muted); max-width: 820px; }
.form-note { margin-top: 20px; padding: 16px 18px; background: var(--lime-soft); border: 1px solid #d8e8b6; border-radius: 14px; }
.form-note strong { color: var(--forest); }
fieldset { border: 0; padding: 0; margin: 42px 0 0; min-inline-size: 0; }
legend { width: 100%; padding-bottom: 10px; border-bottom: 2px solid var(--lime); font-size: clamp(20px, 3vw, 23px); font-weight: 900; color: var(--forest); }
.form-section-intro { margin: 12px 0 0; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 20px; }
.form-grid > * { min-width: 0; }
.form-row { display: grid; gap: 7px; align-content: start; min-width: 0; }
.form-row.full { grid-column: 1 / -1; }
label, .field-label { font-weight: 800; }
.required { color: var(--danger); }
input, select, textarea { width: 100%; min-height: 48px; border: 1px solid #bccac2; border-radius: 10px; background: #fff; padding: 11px 13px; color: var(--ink); }
select { text-overflow: ellipsis; }
textarea { min-height: 120px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(130,181,32,.22); border-color: var(--lime-dark); }
.choice-group { display: grid; gap: 9px; margin-top: 7px; }
.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 10px; }
.choice { display: grid; grid-template-columns: 22px minmax(0, 1fr); align-items: start; gap: 9px; font-weight: 400; min-width: 0; }
.choice input { width: 20px; min-width: 20px; min-height: 20px; height: 20px; margin: 2px 0 0; padding: 0; }
.choice-card { display: grid; grid-template-columns: 22px minmax(0, 1fr); align-items: start; gap: 10px; min-width: 0; padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; font-weight: 700; cursor: pointer; }
.choice-card:hover { border-color: #a8c56f; background: #fbfdf6; }
.choice-card:has(input:checked) { border-color: var(--lime-dark); background: var(--lime-soft); box-shadow: inset 0 0 0 1px var(--lime-dark); }
.choice-card input { width: 20px; min-width: 20px; height: 20px; min-height: 20px; margin: 2px 0 0; padding: 0; }
.skill-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.skill-card { min-width: 0; display: grid; gap: 8px; padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: #fcfdf9; }
.skill-card label { font-size: 15px; }
.help { margin: 0; color: var(--muted); font-size: 13px; }
.checkbox-error { margin: 10px 0 0; color: var(--danger); font-weight: 800; }
.form-actions { margin-top: 30px; }
.privacy-box { margin-top: 24px; padding: 18px; background: var(--lime-soft); border-radius: 12px; }
.conditional-field { margin-top: 14px; }
.conditional-field[hidden] { display: none !important; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.status-box { max-width: 760px; margin: 80px auto; padding: 42px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); text-align: center; }
.status-icon { font-size: 55px; }

@media (max-width: 1050px) {
  .content-grid { grid-template-columns: minmax(0, 1fr) 300px; gap: 26px; }
  .form-card { padding: 32px; }
}

@media (max-width: 930px) {
  .nav { display: none; position: absolute; top: 74px; left: 0; right: 0; max-height: calc(100vh - 74px); overflow-y: auto; padding: 18px 24px 24px; background: var(--cream); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; box-shadow: 0 16px 24px rgba(18,51,43,.12); }
  .nav.open { display: flex; }
  .menu-button { display: inline-flex; }
  .hero { min-height: 650px; }
  .hero::after { background: linear-gradient(90deg, rgba(8,34,28,.94), rgba(8,34,28,.76)); }
  .intro-grid, .page-hero-grid, .content-grid { grid-template-columns: 1fr; }
  .course-grid { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .info-band { grid-template-columns: 1fr; }
  .prices { grid-template-columns: 1fr; }
  .side-card { position: static; }
  .page-hero img { height: min(420px, 55vw); }
}

@media (max-width: 760px) {
  .section { padding-block: 66px; }
  .form-grid, .skill-grid { grid-template-columns: 1fr; }
  .form-row.full { grid-column: auto; }
  .choice-grid { grid-template-columns: 1fr; }
  .form-card, .content-card { padding: 24px; }
  .content-card { margin-bottom: 18px; }
  fieldset { margin-top: 34px; }
  .page-hero { padding: 52px 0 48px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 22px, var(--max)); }
  .header-inner { min-height: 66px; gap: 10px; }
  .brand-mark { width: 38px; height: 38px; flex-basis: 38px; font-size: 20px; }
  .header-inner { min-height: 78px; }
  .brand-logo { width: 58px; height: 58px; flex-basis: 58px; }
  .brand-title { font-size: clamp(26px, 5.8vw, 37px); }
  .menu-button { width: 44px; height: 44px; padding: 0; font-size: 0; border-radius: 11px; }
  .menu-button::before { content: "☰"; font-size: 23px; line-height: 1; }
  .nav { top: 66px; max-height: calc(100vh - 66px); }
  .hero-inner { padding-block: 58px; }
  .hero { min-height: 620px; }
  .hero::before { background-position: 64% center; }
  h1 { font-size: clamp(42px, 14vw, 58px); }
  .page-hero h1 { font-size: clamp(38px, 12.5vw, 54px); }
  .page-hero p, .intro-grid p, .section-head p { font-size: 17px; }
  .page-hero img { height: 280px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .button-row { flex-direction: column; }
  .button-row .button { width: 100%; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .form-card, .content-card, .side-card { border-radius: 18px; }
  .form-card { padding: 20px 16px; }
  .content-card, .side-card { padding: 20px; }
  .choice-card { padding: 12px; }
  .privacy-box { padding: 15px; }
  .status-box { margin: 36px auto; padding: 26px 18px; }
  .hero-banner { transform: none; }
  .anchor-nav a { flex: 1 1 auto; text-align: center; }
}

@media (max-width: 390px) {
  .container { width: min(100% - 16px, var(--max)); }
  .header-inner { min-height: 72px; }
  .brand { gap: 8px; max-width: calc(100% - 64px); }
  .brand-logo { width: 52px; height: 52px; flex-basis: 52px; }
  .brand-title { font-size: 24px; }
  .menu-button { width: 40px; height: 40px; padding: 0; font-size: 0; border-radius: 10px; }
  .menu-button::before { content: "☰"; font-size: 21px; line-height: 1; }
  .page-hero img { height: 240px; }
  .form-card { padding: 18px 12px; }
  .content-card, .side-card { padding: 18px 15px; }
  input, select, textarea { padding-inline: 10px; }
  .button { padding-inline: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Überschriften sollen auf kleinen Bildschirmen nicht mitten im Wort umbrechen. */
h1, h2, h3, legend, summary { overflow-wrap: normal; word-break: normal; hyphens: auto; }
.page-hero h1 span { display: block; font-size: .78em; margin-top: .08em; }

@media (max-width: 620px) {
  .hero h1 { font-size: clamp(35px, 10vw, 46px); }
  .page-hero h1 { font-size: clamp(34px, 10vw, 46px); letter-spacing: -.035em; }
  .page-hero h1 span { font-size: .76em; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 34px; }
  .page-hero h1 { font-size: 33px; }
}
.honeypot {
  position: fixed !important;
  inset: 0 auto auto 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
@media (max-width: 390px) {
  .form-card h2 { overflow-wrap: anywhere; word-break: normal; }
}

/* Formularschutz / Cloudflare Turnstile */
.turnstile-box {
  margin: 24px 0;
  padding: clamp(16px, 3vw, 24px);
  border: 1px solid rgba(31, 75, 53, 0.2);
  border-radius: 18px;
  background: rgba(246, 250, 241, 0.92);
  overflow: hidden;
}
.turnstile-box[hidden] { display: none !important; }
.turnstile-box .cf-turnstile {
  width: 100%;
  max-width: 100%;
  margin-top: 12px;
}
.turnstile-status { margin: 10px 0 0; }
.form-error { color: #9b1c1c !important; font-weight: 700; }
.form-actions button[disabled] { opacity: 0.7; cursor: wait; }
