@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--brand:#eb0074;--ink:#242127;--muted:#6a6268;--paper:#fff;--soft:#faf6f8;--line:#e9e2e6;--deep:#881244}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--paper);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.6}h1,h2,h3,.logo{font-family:Manrope,Arial,sans-serif;line-height:1.13;letter-spacing:-.045em}h1{font-size:clamp(2.7rem,5.5vw,5.4rem);font-weight:800;margin:20px 0}h2{font-size:clamp(2rem,3vw,3rem);margin:12px 0 24px}h3{font-size:1.35rem;margin:12px 0}p{margin:0 0 22px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}button{cursor:pointer}button:disabled{opacity:.4;cursor:default}button,a{transition:background .2s,transform .2s}a:hover{color:var(--deep)}:focus-visible{outline:3px solid #882045;outline-offset:4px}button{border:0;background:none;color:inherit}img{max-width:100%;display:block}.wrap{width:min(1280px,90%);margin:auto}.eyebrow{font-size:13px;letter-spacing:.17em;text-transform:uppercase;font-weight:700;color:var(--deep)}.topbar{background:#851544;color:white;font-size:13px;text-align:center;padding:7px 15px;letter-spacing:.025em}.header{height:94px;display:flex;align-items:center;gap:32px}.logo{font-size:28px;font-weight:800;letter-spacing:-1.7px;color:var(--ink);white-space:nowrap}.logo b{color:var(--brand)}.logo small{display:block;font-family:'DM Sans',sans-serif;font-size:10px;letter-spacing:2px;font-weight:500;margin-top:6px}.nav{display:flex;gap:24px;align-items:center;margin-left:auto;font-size:14px;font-weight:600}.tools{display:flex;gap:16px;align-items:center}.lang{font-size:14px;border:none;background:white;max-width:105px}.iconbtn{border:1px solid var(--line);border-radius:50%;height:42px;width:42px;display:grid;place-items:center}.menu{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;background:var(--deep);color:white;border-radius:8px;padding:14px 23px;font-weight:600;font-size:15px;border:1px solid transparent}.btn:hover{background:#641032;color:white;transform:translateY(-1px)}.btn.light{background:white;color:var(--ink)}.btn.outline{border-color:var(--line);background:transparent;color:var(--ink)}.btn.small{font-size:14px;padding:10px 16px}.hero{position:relative;min-height:635px;color:white;overflow:hidden;border-radius:18px;background:#392833}.hero>.bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 50%}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(19,12,22,.78),rgba(19,12,22,.3) 62%,rgba(19,12,22,.05))}.herocopy{position:relative;z-index:1;padding:70px 62px;max-width:760px}.hero .eyebrow{color:#fff}.hero p{max-width:470px;font-size:18px;color:#eee}.hero h1 em{font-style:normal;color:#ffb6d4}.hero-links{display:flex;gap:12px;margin-top:28px}.hero-caption{position:absolute;bottom:20px;right:26px;z-index:2;font-size:12px;color:#fff}.guide-card{position:absolute;z-index:3;right:38px;bottom:47px;background:white;border-radius:15px;color:var(--ink);padding:22px 20px 20px 110px;width:335px;box-shadow:0 12px 45px #0002}.guide-card img{position:absolute;left:-14px;bottom:0;width:139px;height:175px;object-fit:contain}.guide-card b{font-size:18px}.guide-card p{font-size:14px;color:var(--muted);margin:6px 0 12px}.textlink{font-size:14px;font-weight:700;color:var(--deep)}.searchbar{background:white;position:relative;z-index:4;margin:-25px auto 0;width:85%;border:1px solid var(--line);border-radius:12px;padding:14px 17px;display:flex;align-items:center;gap:14px;box-shadow:0 10px 40px #34252e0a}.searchbar input{border:0;outline:none;width:100%;padding:7px}.searchbar .btn{white-space:nowrap}.interests{display:flex;justify-content:center;gap:35px;flex-wrap:wrap;padding:32px 0;border-bottom:1px solid var(--line)}.interests a{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600}.interests span{color:var(--deep);font-size:23px}.section{padding:76px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:28px}.section-head h2{margin-bottom:0}.section-head p{margin:12px 0 0;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.card{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:white;position:relative}.card .visual{height:235px;background:#f6eff2;position:relative;overflow:hidden}.card .visual img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.card:hover .visual img{transform:scale(1.025)}.card .visual.mascot img{object-fit:contain;padding:20px}.card .body{padding:24px}.card .body p{font-size:15px;color:var(--muted);margin-bottom:18px}.card .meta{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--deep);font-weight:700}.card .save{position:absolute;right:14px;top:14px;background:white;border-radius:50%;width:38px;height:38px;box-shadow:0 2px 8px #0001;font-size:20px}.save.active{color:var(--deep);background:#ffe9f2}.card .row{display:flex;justify-content:space-between;align-items:center;gap:10px}.ribbon{display:inline-block;font-size:12px;background:#f7eaf0;color:var(--deep);padding:3px 9px;border-radius:5px}.pink-section{background:var(--soft)}.split{display:grid;grid-template-columns:1.1fr 1fr;gap:65px;align-items:center}.split .photo{width:100%;height:460px;object-fit:cover;border-radius:14px}.split p{color:var(--muted)}.georgi-panel{background:#881244;border-radius:16px;color:white;padding:50px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:35px}.georgi-panel h2{font-size:42px}.georgi-panel img{height:360px;object-fit:contain;margin:auto}.georgi-panel p{color:#f2dce7}.georgi-panel .eyebrow{color:#f4b9d1}.pills{display:flex;gap:10px;flex-wrap:wrap}.pill{border:1px solid var(--line);border-radius:30px;padding:8px 16px;font-size:14px;background:white}.pill.selected{background:var(--deep);color:white;border-color:var(--deep)}.pageintro{background:var(--soft);padding:44px 0 50px}.pageintro h1{font-size:clamp(2.5rem,4.5vw,4.5rem)}.pageintro p{color:var(--muted);max-width:720px;margin-bottom:0}.crumbs{font-size:13px;color:var(--muted);padding:20px 0}.filters{display:flex;gap:15px;align-items:end;flex-wrap:wrap;margin-bottom:20px}.filters label{display:grid;gap:5px;font-size:14px}.filters input,.filters select,.form input,.form textarea,.form select{border:1px solid #d8cdd2;border-radius:7px;padding:11px;background:white;min-height:46px}.filters input{min-width:260px}.count{color:var(--muted);font-size:14px;margin:20px 0}.details-grid{display:grid;grid-template-columns:1.7fr 1fr;gap:55px}.facts{background:var(--soft);padding:28px;border-radius:12px;align-self:start}.facts dl{margin:0 0 25px}.facts dt{font-size:13px;color:var(--muted);margin-top:17px}.facts dd{margin:4px 0;font-weight:600}.detailphoto{width:100%;height:440px;object-fit:cover;border-radius:12px;margin-bottom:30px}.tip{display:flex;gap:25px;align-items:center;padding:25px;background:var(--soft);border-radius:12px;margin-top:30px}.tip img{width:90px;height:120px;object-fit:contain}.tip p{margin:0}.steps{display:grid;gap:20px}.step{border:1px solid var(--line);padding:23px;border-radius:10px;display:flex;gap:22px;align-items:start}.step .num{background:var(--deep);color:white;min-width:40px;height:40px;border-radius:50%;display:grid;place-items:center}.step p{margin-bottom:10px;color:var(--muted)}.planrow{display:flex;gap:20px;align-items:center;border:1px solid var(--line);padding:20px;border-radius:10px;margin:12px 0}.planrow img{width:90px;height:90px;object-fit:contain}.planrow .grow{flex:1}.planrow h3{font-size:18px}.planrow select{padding:8px;max-width:100%;border:1px solid var(--line);border-radius:5px}.empty{text-align:center;padding:60px 20px;background:var(--soft);border-radius:12px}.form{display:grid;gap:17px;max-width:680px}.form label{display:grid;gap:6px}.form label.check{display:flex;align-items:center}.form input[type=checkbox]{min-height:20px}.faq{border-bottom:1px solid var(--line);padding:22px 0}.faq summary{cursor:pointer;font-weight:600;font-size:18px}.faq p{margin:17px 0 0;color:var(--muted)}footer{background:#251e24;color:#e7dfe4;padding:60px 0 24px}footer .logo{color:white}footer .footergrid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px}footer a{display:block;font-size:14px;margin:10px 0}footer h3{font-family:inherit;font-size:15px;letter-spacing:0}footer p{font-size:14px;color:#bfb1ba;margin-top:20px;max-width:310px}.bottom{border-top:1px solid #ffffff26;margin-top:40px;padding-top:20px;display:flex;justify-content:space-between;font-size:12px;color:#bfb1ba}.chat-launch{position:fixed;bottom:24px;right:25px;z-index:12;background:var(--deep);color:white;padding:14px 22px 14px 64px;border-radius:40px;box-shadow:0 5px 25px #35142633;font-weight:600}.chat-launch img{position:absolute;left:0;bottom:2px;width:63px;height:78px;object-fit:contain}.chat{position:fixed;bottom:22px;right:24px;width:400px;max-width:calc(100vw - 24px);height:590px;max-height:calc(100dvh - 35px);z-index:20;background:white;box-shadow:0 10px 80px #20101944;border:1px solid var(--line);border-radius:18px;display:flex;flex-direction:column;overflow:hidden}.chat[hidden]{display:none}.chathead{background:var(--deep);color:white;padding:18px;display:flex;align-items:center;gap:12px}.chathead img{width:44px;height:58px;object-fit:contain}.chathead small{display:block;font-size:12px}.chathead button{margin-left:auto;font-size:24px}.chatbody{padding:18px;overflow:auto;flex:1}.bubble{padding:14px;background:var(--soft);border-radius:12px;margin-bottom:12px;font-size:14px}.bubble.user{background:#881244;color:white;margin-left:45px}.chatcard{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--line);padding:9px;border-radius:6px;margin-top:9px;background:white}.chatcard a{font-size:13px;font-weight:700}.chat form{display:flex;border-top:1px solid var(--line);padding:13px;gap:10px}.chat input{width:100%;min-width:0;border:0;padding:8px;outline:none}.chat .suggestions{display:flex;gap:7px;flex-wrap:wrap}.chat .suggestions button{font-size:12px;border:1px solid var(--line);border-radius:15px;padding:6px 10px}.chatlang{font-size:12px;padding:5px 16px;background:var(--soft)}.chatlang select{font-size:12px;border:0;background:transparent}.toast{position:fixed;bottom:26px;left:50%;transform:translateX(-50%);background:#251e24;color:white;padding:12px 24px;border-radius:9px;z-index:40;box-shadow:0 5px 20px #0002;max-width:80vw;font-size:14px}.toast:empty{display:none}.skip{position:absolute;top:-100px;z-index:99;background:white;padding:10px}.skip:focus{top:10px}.merch img{height:230px;object-fit:contain;margin:auto}.article{max-width:820px}.muted{color:var(--muted)}.spaced{margin-top:25px}.hidden{display:none!important}
@media(max-width:1050px){.header{gap:15px}.nav{gap:14px}.tools{gap:8px}.nav a{font-size:13px}.hero{min-height:650px}.herocopy{padding:50px 35px}.guide-card{width:295px;right:24px;bottom:40px}.hero h1{max-width:620px}.grid{gap:18px}.card .visual{height:200px}.split{gap:30px}}
@media(max-width:780px){.wrap{width:92%}.header{height:79px;justify-content:space-between}.logo{font-size:25px}.nav{display:none;position:absolute;top:110px;left:0;right:0;background:white;z-index:15;padding:25px;box-shadow:0 15px 30px #0002;flex-direction:column;align-items:start}.nav.open{display:flex}.nav a{font-size:17px}.menu{display:grid}.tools .planlabel{display:none}.lang{max-width:90px}.hero{min-height:735px}.herocopy{padding:35px 25px}.hero h1{font-size:3.35rem}.hero p{font-size:16px}.hero:after{background:linear-gradient(90deg,#160c18aa,#160c1822)}.guide-card{bottom:60px;right:20px}.hero-caption{bottom:12px;font-size:10px}.searchbar{width:95%;gap:6px;padding:10px}.searchbar .btn{padding:12px}.interests{gap:18px;padding:25px 0;justify-content:flex-start}.interests a{font-size:13px}.grid{grid-template-columns:repeat(2,1fr)}.section{padding:48px 0}.section-head{align-items:start}.section-head>.textlink{white-space:nowrap;margin-top:7px}.split,.details-grid{grid-template-columns:1fr}.split .photo{height:330px}.georgi-panel{padding:30px;grid-template-columns:1fr}.georgi-panel img{height:220px;grid-row:1}.georgi-panel h2{font-size:34px}.footergrid{grid-template-columns:1fr 1fr!important}.planrow{flex-wrap:wrap}.planrow img{width:65px;height:65px}.filters input{min-width:0;width:100%}.filters label{flex:1;min-width:140px}.detailphoto{height:300px}.chat-launch{bottom:15px;right:15px}.bottom{display:block}.bottom span{display:block;margin-top:8px}}
@media(max-width:500px){.grid{grid-template-columns:1fr}.section-head{display:block}.section-head>.textlink{display:inline-block;margin-top:15px}.hero h1{font-size:2.8rem}.hero-links{flex-wrap:wrap}.hero .btn{padding:12px 16px}.hero{min-height:750px}.searchbar input{font-size:14px}.searchbar .btn{font-size:13px}.card .visual{height:245px}.chat{right:12px;bottom:12px}.footergrid{gap:22px!important}.chat-launch span{display:none}.chat-launch{width:61px;height:61px;padding:0}.chat-launch img{width:68px;height:85px}.planrow .actions{width:100%}.tools{gap:5px}.iconbtn{width:36px;height:36px}.logo small{font-size:8px}}
@media print{header,footer,.chat-launch,.chat,.topbar,.filters,.actions,.save,.btn,.toast{display:none!important}.section{padding:15px 0}.wrap{width:100%}.planrow{break-inside:avoid}.pageintro{padding:10px 0}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
.logo{width:190px;flex-shrink:0}.logo small{font-size:8px;letter-spacing:1.1px;white-space:normal;line-height:1.5}.chatcard button{font-size:12px;max-width:110px;flex-shrink:0;color:var(--deep)}
@media(max-width:500px){.header{gap:8px}.logo{width:135px;font-size:23px}.logo small{font-size:7px;letter-spacing:.65px}.lang{width:72px;font-size:12px;padding:0}.iconbtn{width:30px;height:34px}.tools{gap:4px}.hero h1{letter-spacing:-.04em}}
@media(max-width:350px){.header .tools>a[aria-label="Suche"],.header .tools>a[aria-label="Search"]{display:none}.logo{width:123px;font-size:21px}}
