:root{--green:#AECB36;--yellow:#FECD08;--ink:#0C0C0C;--gray:#727070;--light:#F5F5F5;--line:#deded8;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;color:var(--ink);font-family:'Open Sans',Arial,sans-serif;font-size:16px;line-height:1.7}img{display:block;max-width:100%;height:auto}a{color:inherit}button,input{font:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent}button,a,summary{touch-action:manipulation}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #10233F;outline-offset:5px}.wrap{width:min(1180px,calc(100% - 80px));margin-inline:auto}.header{height:132px;display:flex;align-items:center;gap:30px}.logo{width:195px}.header-note{font-size:14px;color:var(--gray);margin-left:auto}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;background:var(--green);color:var(--ink);padding:18px 25px;font-size:15px;font-weight:700;text-decoration:none;border:1px solid transparent;border-radius:5px;transition:background .2s,transform .2s;min-height:56px}.button:hover{background:var(--yellow);transform:translateY(-2px)}.button span{font-size:23px;line-height:1}.button.small{padding:12px 20px;min-height:48px;font-size:14px}.hero{display:grid;grid-template-columns:1.13fr 1fr;align-items:center;gap:30px;padding:45px 0 64px}.eyebrow{font-size:12px;letter-spacing:1.7px;font-weight:700;line-height:1.6;margin:0 0 25px;display:flex;align-items:center;gap:10px}.line{width:29px;height:3px;background:var(--green)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(38px,4vw,54px);letter-spacing:-2px;line-height:1.16;font-weight:700;margin-bottom:25px}.highlight{background:linear-gradient(transparent 74%,var(--yellow) 74%,var(--yellow) 94%,transparent 94%);box-decoration-break:clone;-webkit-box-decoration-break:clone}h2{font-size:37px;font-weight:600;line-height:1.25;letter-spacing:-1.1px;margin-bottom:24px}h3{line-height:1.4;font-size:19px;font-weight:600;margin-bottom:10px}.lead{font-size:17px;color:#555;max-width:530px;line-height:1.8;margin-bottom:27px}.event-meta{display:flex;gap:22px;font-size:14px;margin-bottom:25px;flex-wrap:wrap}.event-meta span{display:flex;align-items:center;gap:8px}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.micro{font-size:12px;color:var(--gray);margin:12px 0 0}.hero-visual{position:relative;align-self:stretch;display:flex;align-items:center;padding:0 0 25px 10px}.hero-image{width:100%;max-height:540px;object-fit:contain}.date-stamp{position:absolute;right:-7px;top:9px;width:117px;height:117px;background:var(--yellow);border-radius:50%;transform:rotate(9deg);display:flex;align-items:center;justify-content:center;gap:7px;box-shadow:0 4px 0 #fff}.date-stamp strong{font-size:39px;line-height:.92;letter-spacing:-2px;display:flex;flex-direction:column;border-right:1px solid #0c0c0c55;padding-right:7px}.date-stamp strong span{font-size:24px;letter-spacing:0}.date-stamp>span{font-size:10px;line-height:1.5;font-weight:700}.handwritten{font-family:'Indie Flower',cursive;font-size:29px;line-height:1.4}.hero-visual>.handwritten{position:absolute;bottom:0;right:45px;transform:rotate(-6deg)}.trust-strip{background:var(--light);border-block:1px solid #eee}.trust{display:flex;justify-content:space-between;gap:20px;padding-block:23px;font-size:14px;font-weight:600}.section{padding-block:95px}.relevance{display:grid;grid-template-columns:1fr 1fr;column-gap:80px}.intro{color:#555}.intro p:last-child{margin-bottom:0}.topic-grid{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:48px}.topic-grid article{border-top:1px solid var(--line);padding-top:20px}.topic-number{font-size:13px;color:#555;display:inline-flex;align-items:center;justify-content:center;background:var(--yellow);width:31px;height:31px;border-radius:50%;margin-bottom:20px}.topic-grid h3{font-size:17px}.topic-grid p{color:#626262;font-size:14px;margin:0}.audience{background:var(--light);padding-block:80px}.audience-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:90px}.audience-grid>div>p:not(.eyebrow){color:#555}.audience .button{margin-top:15px}.audience-list{padding:0;margin:0;list-style:none}.audience-list li{display:flex;gap:18px;padding:18px 0;border-bottom:1px solid #deded8;align-items:center;font-size:15px}.audience-list li:first-child{padding-top:0}.audience-list svg{width:26px;height:26px}.heading-row{display:flex;justify-content:space-between;align-items:end;gap:40px}.heading-row>p{font-size:14px;color:#626262}.speaker-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-top:32px}.portrait{background:var(--light);border-radius:6px;margin-bottom:24px;overflow:hidden}.portrait img{width:100%}.speaker-field{font-size:12px;letter-spacing:1.15px;font-weight:700;margin-bottom:10px}.speaker-grid h3{font-size:22px;letter-spacing:-.5px}.speaker-grid article>p:last-child{font-size:14px;color:#555;line-height:1.6}.speaker-grid article>p span{color:var(--gray)}.benefits{background:var(--yellow);padding:45px 50px;display:grid;grid-template-columns:1fr 1fr;gap:50px;border-radius:6px}.benefits h2{font-size:31px}.benefits .eyebrow{margin-bottom:14px}.benefits ul{list-style:none;padding:0;margin:0;align-self:center}.benefits li{padding:10px 0 10px 28px;position:relative;font-size:15px}.benefits li:before{content:'✓';position:absolute;left:0;font-weight:700}.text-link{font-size:14px;font-weight:700;text-underline-offset:5px;display:inline-flex;gap:20px}.program{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px}.program>div>p:not(.eyebrow):not(.handwritten){font-size:15px;color:#555}.venue{display:flex;gap:10px;margin-top:25px;max-width:285px}.venue p{font-size:14px}.program .handwritten{margin-top:30px;transform:rotate(-5deg)}.slot{display:grid;grid-template-columns:63px 1fr;gap:22px;border-top:1px solid var(--line);padding:22px 0}.slot time{font-size:14px;font-weight:700;padding-top:2px}.slot h3{font-size:16px;margin-bottom:5px}.slot p{font-size:13px;color:#626262;margin:0}.slot:first-child{border-top:3px solid var(--green)}details{border-block:1px solid var(--line);margin-top:12px}summary{font-weight:600;font-size:14px;cursor:pointer;list-style:none;display:flex;justify-content:space-between;padding:19px 0;gap:10px}summary::-webkit-details-marker{display:none}summary span{font-size:20px}details[open] summary span{transform:rotate(45deg)}.full-program{font-size:14px;padding-bottom:10px}.full-program p{padding:12px 0;border-top:1px solid #eee;margin:0}.full-program b{display:block;font-size:12px;color:#626262}.registration{background:var(--green);padding-block:85px;scroll-margin-top:0}.registration-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.registration h2{font-size:58px;line-height:1.12;letter-spacing:-2px}.registration h2 span{background:linear-gradient(transparent 74%,var(--yellow) 74%,var(--yellow) 94%,transparent 94%)}.registration-copy>p:not(.eyebrow){font-size:20px;line-height:1.6}.registration-date{display:flex;gap:13px;align-items:center;margin-top:33px;font-size:14px}.registration-date svg{width:27px;height:27px}form{background:#fff;padding:35px 38px;border-radius:8px;box-shadow:0 8px 30px #0c0c0c09}form h3{font-size:23px;letter-spacing:-.5px;margin-bottom:5px}.form-intro{font-size:14px;color:var(--gray);margin-bottom:24px}form>label{display:block;font-weight:600;font-size:13px;margin-bottom:7px}form>input:not([type=hidden]){width:100%;padding:13px 14px;border:1px solid #d6d6d6;border-radius:4px;min-height:49px;font-size:15px;margin-bottom:18px;background:#fff}input::placeholder{color:#777}.optional{font-weight:400;color:#777;font-size:12px;margin-left:5px}form .checkbox{display:flex;align-items:flex-start;gap:10px;font-weight:400;font-size:14px;line-height:1.6;margin:3px 0 22px}.checkbox input{width:18px;height:18px;flex-shrink:0;margin:2px 0 0;accent-color:var(--green)}.checkbox a{text-underline-offset:2px}form .button{width:100%;font-size:14px}form .button:disabled{opacity:.6;cursor:wait}.form-trust{color:#626262;font-size:12px;text-align:center;margin:15px 0 0;line-height:1.7}.honey{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.form-error{overflow-wrap:anywhere;font-size:14px;border-left:3px solid #a32116;color:#8a2017;background:#fff3ef;padding:12px}.footer{padding-block:28px;display:flex;align-items:center;gap:35px}.footer>img{width:112px}.footer>span{color:var(--gray);font-size:12px}.footer>div{display:flex;gap:24px;margin-left:auto;align-items:center}.footer a,.privacy-settings{font-size:12px;color:#555}.privacy-settings{background:none;border:0;padding:0;text-decoration:underline}.skip{position:fixed;top:-100px;left:20px;z-index:20;background:white;padding:10px}.skip:focus{top:10px}.consent{position:fixed;z-index:10;bottom:20px;left:20px;max-width:420px;background:#fff;border:1px solid var(--line);padding:24px;box-shadow:0 8px 40px #0003;border-radius:8px}.consent strong{font-size:16px}.consent p{font-size:13px;margin:10px 0 15px}.consent>div{display:flex;gap:10px}.consent button{font-size:13px;padding:12px;border:1px solid #ccc;background:var(--light);border-radius:4px}.consent button:last-child{background:var(--green);border-color:var(--green)}[hidden]{display:none!important}.thank-page{min-height:70vh;display:grid;place-items:center;text-align:center;padding:60px 20px}.thank-card{max-width:720px}.thank-icon{width:72px;height:72px;display:grid;place-items:center;background:var(--green);border-radius:50%;font-size:32px;margin:0 auto 28px}.thank-card h1{font-size:46px}.thank-card .eyebrow{justify-content:center}.thank-card .button{margin-top:20px}
@media(min-width:1450px){.hero{padding-top:55px;padding-bottom:80px}}@media(max-width:1000px){.wrap{width:calc(100% - 48px)}.header-note{display:none}.header .button{margin-left:auto}.hero{gap:15px}.hero h1{font-size:clamp(32px,4.2vw,42px)}.date-stamp{width:96px;height:96px;right:0}.date-stamp strong{font-size:30px}.hero-visual>.handwritten{font-size:25px;right:0}.relevance,.audience-grid,.program,.registration-grid{gap:40px}.topic-grid,.speaker-grid{gap:20px}.trust{font-size:12px;gap:10px}.registration h2{font-size:49px}.registration form{padding:28px}.benefits{padding:35px;gap:30px}.speaker-grid h3{font-size:19px}}
@media(max-width:700px){.wrap{width:calc(100% - 40px)}.header{height:96px;gap:10px}.logo{width:140px}.button.small{padding:10px 12px;font-size:12px;gap:12px;min-height:44px}.hero{display:flex;flex-direction:column;padding:25px 0 38px;gap:25px}.hero h1{font-size:clamp(30px,10vw,39px);line-height:1.16;letter-spacing:-1.5px;max-width:520px;margin-bottom:19px}.eyebrow{font-size:10px;letter-spacing:1.2px;margin-bottom:19px}.lead{font-size:15px;line-height:1.7;margin-bottom:20px}.event-meta{font-size:12px;gap:14px;margin-bottom:19px}.event-meta svg{width:19px;height:19px}.hero .button{font-size:14px;min-height:51px;padding:13px 18px}.micro{font-size:11px}.hero-visual{width:min(100%,420px);align-self:center;padding:0 0 25px}.hero-image{max-height:410px}.date-stamp{right:4px;top:0}.hero-visual>.handwritten{bottom:-5px;right:15px}.trust{display:grid;grid-template-columns:1fr 1fr;gap:12px 10px;padding-block:20px;font-size:11px}.section{padding-block:58px}h2{font-size:30px;letter-spacing:-.8px}.relevance,.audience-grid,.program,.registration-grid{grid-template-columns:1fr;gap:25px}.intro{font-size:15px}.topic-grid{grid-template-columns:1fr 1fr;gap:28px 22px;margin-top:14px}.topic-grid h3{font-size:16px}.topic-grid p{font-size:13px}.topic-number{margin-bottom:14px}.audience{padding-block:55px}.audience-list li{font-size:14px;padding-block:15px}.audience-list li:first-child{padding-top:15px}.heading-row{display:block}.heading-row>p br{display:none}.speaker-grid{grid-template-columns:1fr 1fr;gap:32px 20px;margin-top:25px}.portrait{margin-bottom:16px}.speaker-field{font-size:12px;letter-spacing:.4px}.speaker-grid h3{font-size:18px}.speaker-grid article>p:last-child{font-size:14px}.benefits{padding:28px;grid-template-columns:1fr;gap:20px}.benefits h2{font-size:27px}.benefits li{font-size:14px}.program .handwritten{margin-bottom:10px}.slot{gap:12px;grid-template-columns:55px 1fr}.registration{padding-block:50px}.registration h2{font-size:46px}.registration-copy>p:not(.eyebrow){font-size:18px}.registration-date{margin-top:22px;margin-bottom:10px}.registration form{padding:25px 22px}.registration .eyebrow{font-size:10px}.footer{flex-wrap:wrap;gap:15px 22px}.footer>span{flex:1;font-size:11px}.footer>div{margin:0;width:100%;justify-content:space-between;gap:15px}.consent{left:12px;right:12px;bottom:12px;padding:20px}.thank-card h1{font-size:35px}.thank-page{padding-top:35px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

p,h2,h3{overflow-wrap:break-word;hyphens:auto}.speaker-field{overflow-wrap:anywhere}@media(max-width:360px){.logo{width:115px}.button.small{font-size:11px;gap:8px}.registration form{padding:22px 18px}}

/* Inhaltsrevision: Originaltitel, vollständiges Programm und Markt der Möglichkeiten. */
.hero h1{font-size:clamp(34px,3.5vw,49px);line-height:1.12;letter-spacing:-1.5px;margin-bottom:18px}.hero-subtitle{font-size:25px;line-height:1.35;font-weight:600;margin-bottom:22px;max-width:510px}.hero .eyebrow{letter-spacing:1px}.hero .event-meta{gap:12px 18px}.hero .lead{font-size:16px}.bridge-quote{grid-column:1/-1;margin:50px 0 0;padding:35px 42px;border-left:5px solid var(--green);background:var(--light);font-size:25px;font-weight:400;line-height:1.6}.practice{background:var(--light);padding:65px 0}.practice .topic-grid{margin:32px 0}.practice .topic-grid article{padding:23px;background:#fff;border-top:3px solid var(--green)}.practice svg{width:30px;height:30px;margin-bottom:20px}.practice h3{font-size:17px}.program{grid-template-columns:.68fr 1.32fr;gap:60px}.program-intro{align-self:start;position:sticky;top:35px}.slot{grid-template-columns:130px 1fr;gap:22px;padding:23px 20px;border-top:1px solid var(--line)}.slot-time{font-size:13px;font-weight:600;white-space:nowrap}.slot-time time{font-size:13px}.slot-time>span{display:block;font-size:12px;font-weight:400;color:#626262}.slot.pause{background:var(--light)}.slot.discussion{background:#f2f6df}.slot h3{font-size:16px}.slot p{font-size:14px}.participation{padding:65px 0;background:var(--light)}.participation .topic-grid p{font-size:15px}.market{display:grid;grid-template-columns:.7fr 1.3fr;align-items:center;gap:75px}.market-photo img{max-height:360px;width:100%;object-fit:contain}.market p:not(.eyebrow){color:#555}.market .button{margin-top:12px}.registration h2{font-size:40px;letter-spacing:-1px;line-height:1.18}.registration-copy .registration-subtitle{font-size:24px;line-height:1.4}.registration-grid{gap:65px}.speaker-grid article>p:last-child{font-size:14px}
@media(max-width:1000px){.hero h1{font-size:34px}.hero-subtitle{font-size:22px}.program{gap:30px;grid-template-columns:.6fr 1.4fr}.slot{grid-template-columns:112px 1fr;gap:15px;padding:20px 14px}.market{gap:40px}.registration h2{font-size:32px}}
@media(max-width:700px){.hero h1{font-size:clamp(28px,8.2vw,36px);letter-spacing:-1px}.hero-subtitle{font-size:20px;margin-bottom:17px}.hero .lead{font-size:14px;line-height:1.65}.hero .event-meta{font-size:12px;gap:8px 14px}.hero .eyebrow{font-size:10px;letter-spacing:.3px}.bridge-quote{margin-top:16px;padding:24px;font-size:20px}.practice,.participation{padding:50px 0}.practice .topic-grid{gap:15px}.practice .topic-grid article{padding:18px 15px}.practice h3{font-size:15px}.program{grid-template-columns:1fr;gap:24px}.program-intro{position:static}.slot{grid-template-columns:95px 1fr;gap:13px;padding:19px 12px}.slot-time,.slot-time time{font-size:12px}.slot h3{font-size:15px}.slot p{font-size:13px}.market{grid-template-columns:1fr;gap:25px}.market-photo img{max-height:240px}.market-photo{order:2}.registration h2{font-size:clamp(27px,7.5vw,36px)}.registration-grid{gap:25px}.registration-copy .registration-subtitle{font-size:21px}}
