/* Orgeny GmbH – Webseite. Schrift: Jost (OFL), selbst gehostet. Keine externen Requests. */

@font-face { font-family: "Jost"; font-style: normal; font-weight: 300; font-display: swap; src: url("fonts/jost-latin-300-normal.woff2") format("woff2"); }
@font-face { font-family: "Jost"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/jost-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Jost"; font-style: normal; font-weight: 500; font-display: swap; src: url("fonts/jost-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Jost"; font-style: normal; font-weight: 600; font-display: swap; src: url("fonts/jost-latin-600-normal.woff2") format("woff2"); }

:root {
  --blau: #2f5f9e;          /* Markenblau, aus dem Orgeny-Symbol */
  --blau-dunkel: #1d3f6b;
  --blau-hell: #e6eef8;
  --tinte: #1c2330;
  --text: #2a3140;
  --text-leise: #5b6577;
  --linie: #d8dde6;
  --papier: #f8f7f4;
  --weiss: #ffffff;
  --radius: 6px;
  --breite: 1080px;
  --font: "Jost", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--papier);
}
img { max-width: 100%; height: auto; }
a { color: var(--blau); text-decoration: none; }
a:hover, a:focus-visible { text-decoration: underline; text-underline-offset: 3px; }
:focus-visible { outline: 3px solid var(--blau); outline-offset: 2px; }

h1, h2, h3 { color: var(--tinte); line-height: 1.2; margin: 0 0 .5em; font-weight: 500; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.1rem, 4.5vw, 3.4rem); font-weight: 400; }
h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
h3 { font-size: 1.25rem; font-weight: 600; }
p { margin: 0 0 1em; }
ul { padding-left: 1.2em; margin: 0 0 1em; }
li { margin-bottom: .35em; }

.wrap { width: min(var(--breite), 100% - 2.5rem); margin-inline: auto; }

/* Kopf */
.kopf { background: var(--weiss); border-bottom: 1px solid var(--linie); position: sticky; top: 0; z-index: 10; }
.kopf .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 4.25rem; }
.marke { display: flex; align-items: center; gap: .75rem; color: var(--tinte); font-weight: 500; font-size: 1.2rem; letter-spacing: .02em; }
.marke img { width: 40px; height: 40px; border-radius: 6px; }
.marke small { display: block; font-size: .78rem; font-weight: 400; color: var(--text-leise); letter-spacing: .04em; line-height: 1.1; }
.nav { display: flex; flex-wrap: wrap; gap: .25rem 1.4rem; font-size: 1rem; }
.nav a { color: var(--text); padding: .35rem 0; }
.nav a:hover { color: var(--blau); text-decoration: none; }

/* Bühne */
.buehne { background: var(--weiss); padding-block: clamp(3.5rem, 8vw, 7rem) clamp(3rem, 6vw, 5rem); }
.buehne .wrap { max-width: 860px; }
.kicker { font-size: .95rem; letter-spacing: .12em; text-transform: uppercase; color: var(--blau); font-weight: 500; margin-bottom: 1.2rem; }
.buehne p.lead { font-size: clamp(1.2rem, 2vw, 1.45rem); font-weight: 300; color: var(--text); max-width: 42em; margin-bottom: 2rem; }
.knoepfe { display: flex; flex-wrap: wrap; gap: .8rem; }
.knopf { display: inline-block; padding: .7rem 1.4rem; border-radius: var(--radius); font-weight: 500; font-size: 1rem; border: 1.5px solid var(--blau); color: var(--blau); background: var(--weiss); }
.knopf.voll { background: var(--blau); color: var(--weiss); }
.knopf:hover { text-decoration: none; background: var(--blau-dunkel); border-color: var(--blau-dunkel); color: var(--weiss); }

/* Abschnitte */
section { padding-block: clamp(3rem, 6vw, 5.5rem); }
section.hell { background: var(--weiss); border-block: 1px solid var(--linie); }
section.blau { background: var(--blau-dunkel); color: #e9eef6; }
section.blau h2, section.blau h3 { color: var(--weiss); }
section.blau .kicker { color: #9fc0ea; }
.intro { max-width: 46em; margin-bottom: 2.5rem; }
.intro p { font-size: 1.15rem; }

.raster { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); }
.karte { background: var(--weiss); border: 1px solid var(--linie); border-top: 3px solid var(--blau); border-radius: var(--radius); padding: 1.5rem 1.5rem 1.2rem; }
section.hell .karte { background: var(--papier); }
.karte h3 { margin-bottom: .6rem; }
.karte p { margin-bottom: .6em; }
.karte ul { margin-bottom: 0; font-size: 1rem; color: var(--text); }

.zweispalt { display: grid; gap: 3rem; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); align-items: start; }

.liste-sauber { list-style: none; padding: 0; margin: 0; }
.liste-sauber li { padding: .8rem 0; border-top: 1px solid var(--linie); }
.liste-sauber li:last-child { border-bottom: 1px solid var(--linie); }
.liste-sauber strong { display: block; color: var(--tinte); font-weight: 500; }
section.blau .liste-sauber li { border-color: rgba(255,255,255,.18); }
section.blau .liste-sauber strong { color: var(--weiss); }

.themen { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.themen li { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); padding: 1.1rem 1.2rem; }
.themen strong { display: block; color: var(--weiss); font-weight: 500; margin-bottom: .25rem; }
.themen li p { margin: 0; font-size: 1rem; color: #d3dced; }

.person { display: grid; gap: 2rem; grid-template-columns: minmax(0, 1fr); }
.person dl { display: grid; grid-template-columns: max-content 1fr; gap: .4rem 1.2rem; margin: 0; font-size: 1rem; }
.person dt { color: var(--text-leise); }
.person dd { margin: 0; }

.kontakt-block { display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.kontakt-block .gross { font-size: 1.4rem; font-weight: 500; color: var(--tinte); }
address { font-style: normal; }

/* Fuß */
.fuss { background: var(--weiss); border-top: 1px solid var(--linie); padding-block: 2rem; font-size: .95rem; color: var(--text-leise); }
.fuss .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; }
.fuss nav { display: flex; gap: 1.4rem; flex-wrap: wrap; }
.fuss a { color: var(--text-leise); }

/* Textseiten (Impressum, Datenschutz) */
.textseite { padding-block: clamp(2.5rem, 5vw, 4.5rem); }
.textseite .wrap { max-width: 760px; }
.textseite h2 { font-size: 1.35rem; margin-top: 2.2rem; }
.textseite p, .textseite li { font-size: 1.05rem; }

@media (max-width: 640px) {
  body { font-size: 1.05rem; }
  .kopf .wrap { flex-direction: column; align-items: flex-start; padding-block: .8rem; }
  .nav { gap: .1rem 1rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Zertifikatskasten (KI-Beratung) */
.zert { background: var(--weiss); border: 1px solid var(--linie); border-radius: var(--radius); padding: 1.6rem; }
section.hell .zert { background: var(--papier); }
.zert img { width: min(240px, 100%); height: auto; display: block; margin-bottom: 1.2rem; }
.zert h3 { font-size: 1.15rem; margin-bottom: .9rem; }
.zert dl { display: grid; grid-template-columns: max-content 1fr; gap: .35rem 1rem; margin: 0 0 1.2rem; font-size: .98rem; }
.zert dt { color: var(--text-leise); }
.zert dd { margin: 0; }
.zert-links { display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; margin: 0; font-weight: 500; }
