/* eBegleiter — erzeugt aus dem Claude-Design, danach von Hand pflegbar. */

@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url(/fonts/source-sans-3-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url(/fonts/source-sans-3-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/fonts/source-serif-4-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/fonts/source-serif-4-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---- Grundlagen (aus dem Design übernommen) ---- */
*,*::before,*::after{box-sizing:border-box}
body{margin:0;background:#FDF8F4;font-family:"Source Sans 3",system-ui,sans-serif;font-size:18px;line-height:1.65;color:#2B2118;-webkit-font-smoothing:antialiased}
html{scroll-behavior:smooth}
a{color:#c25f2c}
a:hover{color:#a04d20}
h1,h2{font-family:"Source Serif 4",Georgia,serif;font-optical-sizing:auto}
h1,h2,h3{letter-spacing:-.02em;text-wrap:balance}
p{text-wrap:pretty}
section[id]{scroll-margin-top:80px}
input,select,button,textarea{font-family:inherit}
img{max-width:100%}
/* hidden muss auch gegen inline display:grid gewinnen (Zustände im Formular, Cookie-Banner) */
[hidden]{display:none !important}
:focus-visible{outline:3px solid #e17540;outline-offset:2px}
/* !important, weil die Navigation aus dem Design ein inline display:flex traegt */
@media (max-width:719px){header nav{display:none !important}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none !important}}

/* ---- Zustände (im Design als style-hover/-focus/-active notiert) ---- */
.s1:hover{color:#c25f2c !important}
.s2:hover{background:#cc6432 !important; color:#fff !important}
.s3:hover{border-color:#e17540 !important; color:#c25f2c !important}
.s4:focus{border-color:#e17540 !important; box-shadow:0 0 0 4px rgba(225,117,64,.18) !important}
.s5:hover{background:#cc6432 !important; transform:translateY(-1px) !important}
.s5:active{transform:translateY(0) !important}
.s6:hover{border-color:#3D7A5E !important; color:#3D7A5E !important}
.s7:hover{background:#FDF8F4 !important}
.s8:hover{color:#fff !important; text-decoration:underline !important}
.s9:hover{background:#cc6432 !important}
.s10:hover{border-color:#8C7A68 !important}
