:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#222;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*,*:before,*:after{box-sizing:border-box}body{margin:0}h1{text-align:left}#app{display:flex;flex-direction:column;min-height:100vh}main{flex:auto;display:flex;align-items:center;width:100%;margin:0 auto}@media(max-width:639px){main{margin:0}}@media(prefers-color-scheme:dark){:root{color:#fff;background-color:#1a1a1a}}header{display:flex;justify-content:flex-end;align-items:center;border-bottom:1px solid rgba(0,0,0,.5);padding:0 1rem}header.header--drone{justify-content:space-between}header.header--drone .profile-row{display:flex;align-items:center}header.header--drone .profile-link{padding:.5rem .75rem;border:1px solid currentColor;background:transparent;border-radius:6px;cursor:pointer}header nav{display:flex;flex-wrap:wrap}header a{color:#000;padding:.75rem;text-decoration:none}header a.nav-auth{font-size:calc(1rem - 2pt);padding:.6rem}header a.active{background-color:#0005}header a:hover{background-color:#0008}.site-header .nav-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.nav-desktop{display:flex;gap:16px;align-items:center}.burger{display:none;width:56px;height:56px;border:0;background:transparent;padding:0;cursor:pointer;border-radius:10px}.burger:focus{outline:2px solid currentColor;outline-offset:3px}.burger-lines{display:block;width:28px;height:3px;background:currentColor;position:relative;margin:0 auto;border-radius:2px}.burger-lines:before,.burger-lines:after{content:"";position:absolute;left:0;width:28px;height:3px;background:currentColor;border-radius:2px}.burger-lines:before{top:-9px}.burger-lines:after{top:9px}.burger.is-open .burger-lines{background:transparent}.burger.is-open .burger-lines:before{top:0;transform:rotate(45deg)}.burger.is-open .burger-lines:after{top:0;transform:rotate(-45deg)}.mobile-nav-overlay{position:fixed;inset:0;background:#00000073;opacity:0;pointer-events:none;transition:opacity .16s ease;z-index:9999}.mobile-nav-overlay.open{opacity:1;pointer-events:auto}.mobile-nav{position:absolute;right:0;top:0;height:100%;width:min(86vw,300px);background:#000000b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transform:translate(100%);transition:transform .18s ease;box-shadow:-12px 0 30px #0006;display:flex;flex-direction:column}.mobile-nav-overlay.open .mobile-nav{transform:translate(0)}.mobile-nav-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.08)}.mobile-nav-close{width:52px;height:52px;border:0;background:transparent;cursor:pointer;border-radius:10px;color:#fff}.mobile-nav-close:focus{outline:2px solid currentColor;outline-offset:3px}.mobile-nav-links a{display:block;padding:18px 16px;font-size:1.2rem;font-weight:500;border-radius:10px;text-decoration:none;color:#fff;text-align:center;position:relative}.mobile-nav-links a:not(:last-child):after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:1px;background:#ffffff14}.mobile-nav-links a:hover{background:#ffffff14}@media(max-width:768px){.burger{display:inline-flex;align-items:center;justify-content:center}.nav-desktop{display:none}}@media(prefers-color-scheme:dark){header{border-bottom:1px solid rgba(255,255,255,.5)}header a{color:#fff}header a.active{background-color:#ffffff26}header a:hover{background-color:#ffffff40}}.link-nav{display:flex;justify-content:center;padding:12px;margin-top:10px}.link-list{display:flex;flex-direction:row;gap:24px;list-style:none;margin:0;padding:0}.link-list a{display:flex;align-items:center;text-decoration:none;transition:transform .2s ease}.link-list a:hover{transform:translateY(-4px)}.icon{width:40px;height:40px}.home{max-width:1800px;margin:4% auto 0;padding:0 1rem}.container{display:flex;gap:1rem;flex-wrap:wrap}.left-column{flex:1 1 300px;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.left-column img{width:80%;min-width:250px;height:auto;margin:0 auto;border-radius:8px}.left-column .text{text-align:left;width:80%;margin:0 auto 0 10%;font-size:small}.left-column .line1{font-style:oblique;margin-top:10px}.right-column{flex:2 1 400px;padding-right:1rem;margin-left:0}.responsive-image-home{width:100%;height:auto;border-radius:8px}@media(max-width:768px){.home section{margin-top:3rem;display:grid;grid-template-columns:1fr;row-gap:1.5rem}.container{flex-direction:column;gap:2rem}.left-column,.right-column{flex:1 1 100%;padding:0;margin:0}.left-column img{width:100%;max-width:100%;margin:0 auto}.left-column .text{width:100%;margin:0}}@media(min-width:769px){.home section{margin-top:5rem;display:grid;grid-template-columns:repeat(3,1fr);column-gap:1.5rem;row-gap:2rem}.container{flex-direction:row;gap:1rem}.left-column img{width:50%;margin-left:4%}.left-column .text{width:52%;margin-left:4%}}.wrapper img{width:100%;height:100%;object-fit:cover;display:block}.wrapper{display:grid;gap:2px;grid-template-columns:repeat(2,minmax(0,1fr));cursor:pointer;position:relative}@media(min-width:480px){.wrapper{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:768px){.wrapper{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(min-width:1024px){.wrapper{grid-template-columns:repeat(8,minmax(0,1fr))}}.wrapper_box{position:relative;overflow:hidden}.wrapper_a{grid-column:span 2;grid-row:span 2}.wrapper_b{grid-column:span 2;grid-row:span 1}.wrapper_c{grid-column:span 1;grid-row:span 1}.wrapper_d{grid-column:span 2;grid-row:span 3}@media(max-width:479.98px){.wrapper_a,.wrapper_b,.wrapper_d{grid-column:span 2;grid-row:auto}}.wrapper_a img{aspect-ratio:4 / 3;object-fit:cover}.wrapper_box img{transition:transform .3s ease}.wrapper_box img:hover{transform:scale(1.02)}@media(prefers-reduced-motion:reduce){.wrapper_box img{transition:none}.wrapper_box img:hover{transform:none}}.loader{z-index:1000;position:fixed;inset:0;background-color:#000;opacity:.5}.hidden{display:none}.show{display:block}.overlay-footer{position:fixed;inset:0;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:2000;padding:2rem;overflow:hidden;overscroll-behavior:contain;touch-action:none}.overlay-content{width:auto;height:auto;text-align:center;position:relative;background:transparent;overflow:auto;max-height:90vh;overscroll-behavior:contain;touch-action:auto}.close-overlay{position:fixed;top:24px;right:24px;width:44px;height:44px;border-radius:50%;border:none;background:#0009;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;font-size:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2100;transition:background .2s ease,transform .2s ease}.close-overlay:hover{background:#000c;transform:scale(1.05)}.responsive-image{width:auto;height:auto;max-width:1200px;max-height:90vh;object-fit:contain;border-radius:8px}@media(max-width:768px){.responsive-image{width:100%;object-fit:contain;border-radius:8px}}.gal-mobile-view{width:100%;height:100vh;margin:0;padding:0;background:#000;display:flex;flex-direction:column}.gal-mobile-bar{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:12px;padding:12px 16px;background:#0009;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:none}.gal-back{border:none;background:#ffffff26;color:#fff;border-radius:8px;padding:8px 12px;cursor:pointer;font-weight:600}.gal-title{font-size:.95rem;color:#fff;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.gal-mobile-image-wrap{flex:1;padding:0;margin:0;display:flex;align-items:center;justify-content:center}.gal-mobile-image{width:100%;height:100%;object-fit:contain;border-radius:0;display:block}.videos-page{padding:0 1rem 2rem;align-self:stretch;margin-top:2%}.videos-page h1{text-align:center;margin-bottom:1.5rem}.video-grid{display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);justify-content:center}@media(max-width:1200px){.video-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.video-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.video-grid{grid-template-columns:1fr}}.video-item{position:relative;aspect-ratio:16 / 9;overflow:hidden;border-radius:12px;background:#111;cursor:pointer;padding:0;border:none;transition:transform .25s ease,box-shadow .25s ease}.video-item:hover{transform:scale(1.03);box-shadow:0 8px 22px #0006}.video-item img{width:100%;height:100%;object-fit:cover;display:block}.play-icon-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.play-icon{width:70px;height:70px;transition:transform .25s ease,opacity .25s ease;opacity:.9}.video-item:hover .play-icon{transform:scale(1.1);opacity:1}.video-title{position:absolute;bottom:0;left:0;right:0;padding:.5rem .75rem;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);color:#fff;font-size:.9rem}.video-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000}.video-overlay-content{position:relative;max-width:960px;width:100%;background:#111;border-radius:12px;padding:1rem 1.2rem 1.2rem;box-shadow:0 12px 30px #00000080}.video-overlay-close{position:absolute;top:.4rem;right:.6rem;background:transparent;border:none;color:#fff;font-size:1.4rem;cursor:pointer}.video-overlay-title{color:#fff;font-size:1rem;margin:0 0 .6rem}.video-overlay-player{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:8px;overflow:hidden}.video-overlay-player iframe,.video-overlay-player video{width:100%;height:100%;border:none;display:block}.inspiration{max-width:1200px;margin:2rem auto;padding:1rem}h2{text-align:left;font-size:1.25rem;margin:1.5rem 0 1rem;color:#374151}.tile-grid{display:flex;flex-wrap:wrap;gap:1rem}.tile{position:relative;flex:1 1 calc(25% - 1rem);height:220px;background-size:cover;background-position:center;border-radius:1rem;overflow:hidden;cursor:pointer;text-decoration:none;transition:transform .3s ease}.tile:hover{transform:scale(1.03)}.tile-overlay{position:absolute;inset:0;background:linear-gradient(to top,#0000008c,#0000001a);color:#fff;display:flex;align-items:flex-end;justify-content:center;padding:1rem;text-align:center;transition:background .3s ease}.tile:hover .tile-overlay{background:linear-gradient(to top,#000000b3,#0003)}.tile-overlay h3{font-size:1.1rem;margin:0}.inspiration-block{margin-top:2rem}.inspiration-block h2{margin-bottom:1rem;font-size:1.3rem}@media(max-width:767px){.inspiration{min-width:auto;width:100%;margin:1.5rem auto;padding:.5rem}.tile{flex:1 1 calc(50% - 1rem);height:200px}}@media(min-width:768px){.inspiration{min-width:1024px;margin:2rem auto;padding:1rem}.tile{flex:1 1 calc(25% - 1rem);height:220px}}.wiki-page.wiki-standalone{align-self:flex-start;width:100%;min-width:1400px;margin:0 auto;padding:1.5rem 2rem 2rem;text-align:left}.wiki-container{display:flex;gap:6rem;align-items:flex-start}.wiki-left{flex:0 0 40%}.wiki-right{flex:0 0 60%;margin-top:3%}@media(max-width:900px){.wiki-container{flex-direction:column}.wiki-left,.wiki-right{flex:1}}.wiki-todo-box{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #ddd}.wiki-task-controls{margin-bottom:.5rem;font-size:.9rem}.wiki-task-list{list-style:none;padding:0;margin:0 0 .8rem}.wiki-task-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.3rem;text-align:left}.wiki-task-item input{cursor:pointer}.wiki-task-item.done .wiki-task-text{text-decoration:line-through;opacity:.6}.wiki-task-text{flex:1}.wiki-task-tag{font-size:.75rem;padding:.1rem .4rem;border-radius:999px;background:#eee}.wiki-task-delete{border:none;background:none;cursor:pointer;font-size:.9rem;padding:0 .2rem}.wiki-todo-input-row{display:flex;gap:.4rem}.wiki-todo-input-row input{flex:1;padding:.4rem .6rem;border:1px solid #ccc;border-radius:4px}.wiki-todo-input-row select{padding:.4rem .6rem;border:1px solid #ccc;border-radius:4px}.wiki-todo-input-row button{padding:.4rem .7rem;border:none;background:#000;color:#fff;border-radius:4px;cursor:pointer}.wiki-todo-input-row button:hover{opacity:.85}.wiki-link-list{list-style:none;padding:0;margin:0 0 1.5rem}.wiki-link-list li{margin-bottom:.3rem}.wiki-link-list button{background:none;border:none;padding:0;cursor:pointer;font-size:.95rem;text-align:left;color:#333;margin-left:4%}.wiki-link-list button:hover{text-decoration:underline}.wiki-detail-list{list-style:disc;padding-left:1.2rem;margin:.5rem 0 0}.footer{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-top:1px solid rgba(0,0,0,.5);font-size:14px;flex-wrap:wrap}.footer a{text-decoration:underline;text-decoration-color:#0006;margin:0 8px;transition:color .2s ease,text-decoration-color .2s ease;color:#444}.footer a:hover{color:#000;text-decoration-color:#000000e6}.footer-left,.footer-right{display:flex;gap:12px;font-size:small}@media(max-width:600px){.footer{flex-direction:column;text-align:center;gap:8px}}@media(prefers-color-scheme:dark){.footer{border-top:1px solid rgba(255,255,255,.5)}.footer a{color:#ccc;text-decoration-color:#fff6}.footer a:hover{color:#fff;text-decoration-color:#fff}}.footer-login-form{display:flex;flex-direction:column;gap:.3rem;margin-top:.5rem}.footer-login-form input{padding:.3rem .5rem;border:1px solid #ccc;border-radius:4px}.footer-login-form button{background:#333;color:#fff;border:none;border-radius:4px;padding:.3rem .6rem;cursor:pointer}.footer-login-form button:hover{background:#555}.error-text{color:#e63946;font-size:.8rem}.Favs{max-width:1800px;margin:0 auto;box-sizing:border-box;padding:2rem 1.25rem 3rem;display:flex;flex-direction:column;gap:2rem}.favs-info{font-size:1rem;opacity:.8}.favs-section{display:flex;flex-direction:column;gap:.9rem}.favs-title{margin:0;font-size:1.6rem;font-weight:700}.favs-row{display:grid;grid-auto-flow:column;grid-auto-columns:180px;gap:1rem;overflow-x:auto;overflow-y:hidden;padding-bottom:.5rem;scroll-behavior:smooth}.favs-row::-webkit-scrollbar{height:10px}.favs-row::-webkit-scrollbar-thumb{background:#78787873;border-radius:999px}.favs-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.favs-image{width:100%;aspect-ratio:2 / 3;object-fit:cover;display:block;border-radius:6px}.favs-caption{font-size:.95rem;line-height:1.3}@media(max-width:768px){.Favs{padding:1.25rem 1rem 2rem;gap:1.5rem}.favs-title{font-size:1.3rem}.favs-row{grid-auto-columns:140px;gap:.75rem}.favs-card{min-width:140px}.favs-caption{font-size:.88rem}}.favs-header{display:flex;justify-content:space-between;align-items:center}.favs-header .favs-link{padding:.5rem .75rem;border:1px solid currentColor;background:transparent;border-radius:6px;cursor:pointer;text-decoration:none;color:inherit;font-size:.9rem}.favs-header .favs-link:hover{background:#ffffff14}h1{padding-left:2%}.ps-page{width:100%;padding-left:2%}.ps-section{margin-top:24px}.ps-title{margin:0 0 12px}.ps-info{margin:12px 0;padding-right:30%}.ps-grid{display:grid;gap:32px;margin-top:24px}.ps-grid--three{grid-template-columns:1fr 1fr 1fr}.ps-grid--two{grid-template-columns:1fr 1fr}.ps-grid--one{grid-template-columns:1fr}.ps-column{min-width:0}.ps-row{display:flex;flex-wrap:wrap;gap:6px;padding-bottom:4px}.ps-row--summary{gap:16px}.ps-card{display:flex;flex-direction:row;gap:8px;width:220px}.ps-card--wide{display:flex;flex-direction:row;align-items:flex-start;gap:8px;width:420px}.ps-button-card{border:none;background:#8080804d;border-radius:12px;cursor:pointer;padding:12px;text-align:left}.ps-button-card:hover{background:#80808066}.ps-image{width:96px;height:96px;object-fit:cover;display:block;margin:6% auto 0;border-radius:8%}.ps-caption{text-align:left;margin-top:4%}.ps-divider{width:100%;height:1px;background:#ffffff1f;margin-top:20px;margin-left:-1%}.ps-stats-bar{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin-top:12px}.ps-stat-card{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:14px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.ps-stat-icon{font-size:1.5rem;line-height:1;flex-shrink:0}.ps-stat-content{display:flex;flex-direction:column;min-width:0}.ps-stat-value{font-size:1.15rem;font-weight:700;line-height:1.1}.ps-stat-label{font-size:.82rem;opacity:.75;margin-top:2px}.ps-detail-hero{display:flex;gap:20px;align-items:flex-start;flex-wrap:wrap}.ps-detail-cover{width:180px;max-width:100%;border-radius:12px;object-fit:cover;flex-shrink:0}.ps-detail-hero-content{flex:1;min-width:260px}.ps-hero-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.ps-stats-bar--inline{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-top:0}.ps-stats-bar--inline .ps-stat-card{padding:8px 12px}.ps-stats-bar--inline .ps-stat-value{font-size:.95rem}.ps-stats-bar--inline .ps-stat-label{font-size:.72rem}.ps-progress-summary{display:flex;gap:20px;align-items:center;flex-wrap:wrap;margin-bottom:16px}.ps-progress-big{font-size:42px;font-weight:700;line-height:1}.ps-progress-meta{flex:1;min-width:240px}.ps-progress-bar{width:100%;height:14px;border-radius:999px;background:#ffffff1f;overflow:hidden;margin-bottom:10px}.ps-progress-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#1e90ff,#6a5acd)}.ps-highlight-icon{width:52px;height:52px;border-radius:10px;object-fit:cover;flex-shrink:0}.ps-pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:16px;flex-wrap:wrap}.ps-page-btn{background:#1f2937;color:#fff;border:none;border-radius:8px;padding:8px 14px;cursor:pointer;font-size:14px}.ps-page-btn:disabled{opacity:.5;cursor:not-allowed}.ps-page-info{font-size:14px;font-weight:600}.ps-overlay{position:fixed;inset:0;background:#000000b8;display:flex;align-items:flex-start;justify-content:center;padding:32px 20px;z-index:1000;overflow-y:auto}.ps-overlay-content{width:min(1000px,100%);max-height:calc(100vh - 64px);overflow-y:auto;border-radius:16px;padding:24px;box-shadow:0 20px 60px #00000073;background:#fff;color:#111827}.ps-overlay-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.ps-overlay-title{margin:0}.ps-overlay-close{border:none;background:#00000014;color:#111827;width:40px;height:40px;border-radius:10px;cursor:pointer;font-size:18px;line-height:1;flex-shrink:0}.ps-overlay-close:hover{background:#00000024}@media(max-width:1100px){.ps-grid--three,.ps-grid--two,.ps-grid--one{grid-template-columns:1fr}.ps-stats-bar{grid-template-columns:repeat(3,minmax(0,1fr))}.ps-card--wide{width:100%}}@media(max-width:800px){.ps-hero-meta{flex-direction:column;align-items:flex-start}.ps-stats-bar--inline{width:100%}}@media(max-width:640px){.ps-stats-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.ps-stat-card{padding:12px 14px}.ps-stat-value{font-size:1rem}.ps-card{width:100%}.ps-image{width:84px;height:84px}.ps-overlay{padding:16px 12px}.ps-overlay-content{padding:16px}.ps-progress-big{font-size:34px}}.ps-image--fallback{display:flex;align-items:center;justify-content:center;font-size:32px;background:#80808026}.pspspiele{max-width:1800px;margin:0 auto;padding:0 1rem}.projekte{max-width:1200px;margin:2rem auto;padding:1rem}.projekte h1{margin-bottom:1.5rem}.projekte-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.projekt-card{position:relative;display:block;width:100%;height:600px;overflow:hidden;border-radius:16px;text-decoration:none}.projekt-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.projekt-card:hover img{transform:scale(1.05)}.projekt-overlay{position:absolute;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center}.projekt-overlay span{color:#fff;font-size:3rem;font-weight:700;letter-spacing:.1em}@media(max-width:768px){.projekte-grid{grid-template-columns:1fr}.projekt-card{height:300px}}
