:root{--green-darkest:#1b4d20;--green-dark:#2d6a4f;--green-mid:#52b788;--gold:#f4a261;--cream:#fff8ee;--white:#fff;--text-dark:#1a1a1a;--text-mid:#444;--text-light:#666;--montag:#2d6a4f;--dienstag:#1565c0;--mittwoch:#e65100;--donnerstag:#6a1b9a;--freitag:#ad1457;--radius:14px;--shadow:0 2px 14px rgba(0,0,0,.08)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background-color:var(--cream);color:var(--text-dark);font-family:Segoe UI,system-ui,-apple-system,Helvetica,Arial,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hero{background:linear-gradient(155deg,var(--green-darkest) 0,var(--green-dark) 55%,var(--green-mid) 100%);color:var(--white);text-align:center;padding:3rem 1.5rem 4rem;position:relative;overflow:hidden}.hero:after,.hero:before{content:"🐾";font-size:9rem;position:absolute;opacity:.1;line-height:1;pointer-events:none}.hero:before{top:-1.5rem;left:-2rem;transform:rotate(-20deg)}.hero:after{bottom:-1.5rem;right:-2rem;transform:rotate(20deg)}.hero-dog{display:block;font-size:4.5rem;margin-bottom:.5rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.25))}.hero h1{font-size:2.8rem;font-weight:900;line-height:1.1;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.35);letter-spacing:-.01em}.hero-tagline{font-size:1.15rem;opacity:.88;font-style:italic;max-width:340px;margin:0 auto}.container{max-width:680px;margin:0 auto;padding:0 1.25rem}.section{padding:2.75rem 0}.intro-text{font-size:1.12rem;color:var(--text-mid);margin-bottom:1.5rem;line-height:1.75}.callout{background:#fff4cc;border-left:5px solid var(--gold);border-radius:0 var(--radius) var(--radius) 0;padding:1rem 1.25rem;font-size:1.05rem;color:#5d3a00}.callout-link{display:inline-block;margin-top:.6rem;color:var(--green-dark);font-weight:700;text-decoration:none;font-size:.98rem}.callout-link:focus,.callout-link:hover{text-decoration:underline}.schedule{background:var(--white)}.schedule h2{font-size:1.9rem;font-weight:800;margin-bottom:1.75rem;color:var(--green-darkest)}.days{display:flex;flex-direction:column;gap:1.25rem}.day-card{border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;background:var(--white);border:1px solid rgba(0,0,0,.06)}.day-header{padding:.8rem 1.25rem;font-size:1.3rem;font-weight:800;color:var(--white);letter-spacing:.03em}.day-card.montag .day-header{background:var(--montag)}.day-card.dienstag .day-header{background:var(--dienstag)}.day-card.mittwoch .day-header{background:var(--mittwoch)}.day-card.donnerstag .day-header{background:var(--donnerstag)}.day-card.freitag .day-header{background:var(--freitag)}.courses{padding:.5rem 0}.course{padding:.85rem 1.25rem;border-bottom:1px solid #f2f2f2}.course:last-child{border-bottom:none}.course-time{font-size:1.05rem;font-weight:700;color:var(--text-dark);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.course-name{font-size:1.2rem;font-weight:700;color:var(--text-dark);margin-top:.1rem}.course-trainer{font-size:.98rem;color:var(--text-light);margin-top:.15rem}.badge{display:inline-block;margin-top:.5rem;padding:.2rem .65rem;border-radius:999px;font-size:.8rem;font-weight:600}.badge-planning{background:#fff0cc;color:#7a4d00;border:1px solid #f4c060}.contact{background:var(--green-darkest);color:var(--white)}.contact h2{font-size:1.9rem;font-weight:800;margin-bottom:1.5rem;color:var(--white)}.contact address{font-style:normal;font-size:1.1rem;line-height:1.95}.contact a{color:var(--gold);text-decoration:none;word-break:break-word}.contact a:focus,.contact a:hover{text-decoration:underline}.site-footer{background:#152b17;color:hsla(0,0%,100%,.72);text-align:center;padding:1.75rem 1.25rem;font-size:1rem;line-height:1.6}@media (min-width:600px){.hero h1{font-size:3.6rem}.hero-tagline{font-size:1.25rem;max-width:440px}.hero-dog{font-size:5.5rem}.contact h2,.schedule h2{font-size:2.2rem}.day-header{font-size:1.45rem}.course-name{font-size:1.3rem}.course-time{font-size:1.1rem}}