@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap";:root{--header-size: 69px;--primary-color: #39ff14;--background-color: #0a0a14;--text-color: #f0f0f0;--card-background: rgba(255, 255, 255, .05);--border-color: rgba(224, 255, 224, .5);-webkit-tap-highlight-color:transparent}*{margin:0;padding:0;box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;font-family:Orbitron,sans-serif;color:var(--text-color);text-decoration:none}*::-webkit-scrollbar{display:none}html,body{height:100vh;display:flex;flex-direction:column;background:url(https://www.transparenttextures.com/patterns/stardust.png),linear-gradient(to bottom,#0a0a14,#1a1a3a);color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:100%;overflow:hidden}header{position:absolute;top:0;left:0;width:100%;height:var(--header-size);z-index:100;box-sizing:border-box}main{height:100vh;overflow-y:scroll;scroll-snap-type:y mandatory}section{height:100%;scroll-snap-align:start}nav.svelte-1a9lupb{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 5%;position:fixed;inset:0 0 auto 0;height:69px;z-index:100;background:var(--header-bg, rgba(10, 10, 20, .6));-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.logo.svelte-1a9lupb{font-size:1.5rem;font-weight:700;color:var(--primary-color);text-shadow:0 0 10px var(--primary-color)}.logo.svelte-1a9lupb a:where(.svelte-1a9lupb){color:inherit;text-decoration:none;display:flex}.logo.svelte-1a9lupb a:where(.svelte-1a9lupb) .base-brand:where(.svelte-1a9lupb){color:var(--primary-color)}.logo.svelte-1a9lupb a:where(.svelte-1a9lupb) .current-path:where(.svelte-1a9lupb){color:var(--primary-color)}.nav-list.svelte-1a9lupb{list-style:none;display:flex;gap:1rem}.nav-list.svelte-1a9lupb li:where(.svelte-1a9lupb){border-radius:8px}.nav-list.svelte-1a9lupb a:where(.svelte-1a9lupb){display:block;padding:13px 16px;border-radius:8px;color:var(--text-color);text-decoration:none;font-size:1rem;transition:color .2s,text-shadow .2s,background-color .2s}.nav-list.svelte-1a9lupb li:where(.svelte-1a9lupb):hover>a:where(.svelte-1a9lupb),.nav-list.svelte-1a9lupb li:where(.svelte-1a9lupb):focus-within>a:where(.svelte-1a9lupb){color:var(--primary-color);text-shadow:0 0 5px var(--primary-color);background-color:#39ff140f}.nav-list--desktop.svelte-1a9lupb{display:flex}.nav-list--mobile.svelte-1a9lupb{display:none}.burger.svelte-1a9lupb{display:none;cursor:pointer;background:transparent;border:0;padding:.25rem;line-height:0}.burger.svelte-1a9lupb span:where(.svelte-1a9lupb){display:block;width:25px;height:3px;border-radius:7px;background-color:var(--primary-color);box-shadow:0 0 5px var(--primary-color);margin:5px 0;transition:transform .3s ease,opacity .3s ease}@media (max-width: 768px){.nav-list--desktop.svelte-1a9lupb{display:none}.nav-list--mobile.svelte-1a9lupb{display:flex;flex-direction:column;position:absolute;top:69px;right:0;width:100%;background:var(--header-bg, rgba(10, 10, 20, .6));-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);padding:.5rem 0;text-align:center;gap:.25rem}.nav-list--mobile.svelte-1a9lupb a:where(.svelte-1a9lupb){padding:16px 20px}.burger.svelte-1a9lupb{display:block}.toggle.svelte-1a9lupb .line1:where(.svelte-1a9lupb){transform:rotate(-45deg) translate(-5px,6px);background-color:red;box-shadow:0 0 5px red}.toggle.svelte-1a9lupb .line2:where(.svelte-1a9lupb){opacity:0;background-color:red;box-shadow:0 0 5px red}.toggle.svelte-1a9lupb .line3:where(.svelte-1a9lupb){transform:rotate(45deg) translate(-5px,-6px);background-color:red;box-shadow:0 0 5px red}}@media (prefers-reduced-motion: reduce){.burger.svelte-1a9lupb span:where(.svelte-1a9lupb),.nav-list.svelte-1a9lupb a:where(.svelte-1a9lupb){transition:none}}section.svelte-1wi2kvj{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 5%;scroll-snap-stop:always}h2.svelte-1wi2kvj{font-size:3rem;margin-bottom:1rem;font-weight:700;color:var(--primary-color);text-shadow:0 0 10px var(--primary-color)}p.svelte-1wi2kvj{font-size:1.5rem;margin-bottom:2rem}a.svelte-1wi2kvj{display:inline-block;padding:12px 25px;border:2px solid var(--primary-color);color:var(--primary-color);text-decoration:none;font-size:1.1rem;border-radius:5px;transition:background-color .3s,box-shadow .3s}a.svelte-1wi2kvj:hover{background-color:var(--primary-color);color:var(--background-color);box-shadow:0 0 20px var(--primary-color)}@media (max-width: 600px){h2.svelte-1wi2kvj{font-size:2rem}p.svelte-1wi2kvj{font-size:1rem}}section.svelte-19ljhgs{height:100%}.projects-container.svelte-19ljhgs{height:100%;overflow-y:auto}.section.svelte-19ljhgs{margin:2rem}.project.svelte-19ljhgs{display:flex;gap:1.5rem;align-items:center;margin-bottom:1.5rem;padding:1.5rem;background:var(--card-background);border-left:4px solid var(--primary-color);border-radius:8px;cursor:pointer;transition:transform .3s,box-shadow .3s;position:relative;z-index:1}.project.svelte-19ljhgs:before{content:"";position:absolute;top:-2px;bottom:-2px;left:-8px;width:8px;background-color:var(--primary-color);filter:blur(10px);opacity:0;transition:opacity .42s ease-in-out;z-index:-1}.project.svelte-19ljhgs:hover{transform:translateY(-3px)}.project.svelte-19ljhgs:hover:before{opacity:1}.project-image.svelte-19ljhgs{flex:0 0 10%;aspect-ratio:1 / 1;margin:7px;min-width:50px;max-width:100px}.project-image.svelte-19ljhgs img:where(.svelte-19ljhgs){width:100%;height:100%;object-fit:contain;border-radius:8px}.project-details.svelte-19ljhgs{flex:1}.project.svelte-19ljhgs h3:where(.svelte-19ljhgs){margin-top:0;color:var(--text-color);font-size:clamp(.9rem,1rem,1.1rem)}.project.svelte-19ljhgs .date:where(.svelte-19ljhgs){font-style:italic;color:var(--border-color)}.impressum-container.svelte-1f30vf5{padding:2rem;max-width:800px;margin:2rem auto;background:var(--card-background);border:1px solid var(--border-color);border-radius:10px;color:var(--text-color);font-family:Orbitron,sans-serif;text-align:left}.content.svelte-1f30vf5 h3:where(.svelte-1f30vf5){color:var(--primary-color);margin-top:2rem;margin-bottom:1rem;font-size:1.5rem}.content.svelte-1f30vf5 p:where(.svelte-1f30vf5),.content.svelte-1f30vf5 address:where(.svelte-1f30vf5),.content.svelte-1f30vf5 li:where(.svelte-1f30vf5){font-size:1rem;line-height:1.6;color:#ccc}.content.svelte-1f30vf5 ul:where(.svelte-1f30vf5){list-style:none;padding-left:0}.content.svelte-1f30vf5 a:where(.svelte-1f30vf5){color:var(--primary-color);text-decoration:none;transition:text-shadow .3s}.content.svelte-1f30vf5 a:where(.svelte-1f30vf5):hover{text-shadow:0 0 5px var(--primary-color)}.content.svelte-1f30vf5 address:where(.svelte-1f30vf5){font-style:normal;margin-bottom:2rem}section.svelte-17ee1ag{height:100%;margin-top:1.5rem}.job.svelte-17ee1ag{margin-bottom:1.5rem;padding:1.5rem;background:var(--card-background);border-left:4px solid var(--primary-color);border-radius:8px}.job.svelte-17ee1ag h3:where(.svelte-17ee1ag){margin-top:0;color:var(--text-color)}.job.svelte-17ee1ag .date:where(.svelte-17ee1ag){font-style:italic;color:var(--border-color);margin-bottom:.5rem}ul.svelte-17ee1ag{padding-left:20px}main.svelte-2ap1nv{padding-top:90px}.wrap.svelte-2ap1nv{display:flex;flex-wrap:wrap;gap:24px;padding:24px;justify-content:center;max-width:1200px;margin:0 auto}.tile.svelte-2ap1nv{flex:0 1 220px;max-width:220px;min-height:160px;display:flex;flex-direction:column;gap:14px;padding:24px;justify-content:center;align-items:center;text-align:center;background:var(--card-background);border:1px solid var(--border-color);border-radius:10px;transition:transform .3s,box-shadow .3s,border-color .3s;cursor:pointer}.tile.svelte-2ap1nv:hover{transform:translateY(-3px);box-shadow:0 0 25px var(--primary-color);border-color:var(--primary-color)}.tile.svelte-2ap1nv .icon:where(.svelte-2ap1nv){position:relative;z-index:1;width:48px;height:48px;transition:transform .3s ease;overflow:visible}.tile.svelte-2ap1nv .icon:where(.svelte-2ap1nv) svg:where(.svelte-2ap1nv){position:relative;z-index:2}.tile.svelte-2ap1nv:hover .icon:where(.svelte-2ap1nv){transform:scale(1.1)}.tile.svelte-2ap1nv:hover .icon:where(.svelte-2ap1nv):before{transform:translate(-50%,-50%) scale(1.1);opacity:.4}.tile.svelte-2ap1nv h3:where(.svelte-2ap1nv){margin:0;font-size:1.2rem;font-weight:700;color:var(--primary-color)}section.svelte-13muza7{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;height:100vh;padding:0 5%;background-color:var(--background-color)}h2.svelte-13muza7{font-size:3rem;margin-bottom:1rem;font-weight:700;color:var(--primary-color);text-shadow:0 0 10px var(--primary-color)}p.svelte-13muza7{font-size:1.5rem;margin-bottom:2rem;color:var(--text-color)}.home-link.svelte-13muza7{display:inline-block;padding:12px 25px;border:2px solid var(--primary-color);color:var(--primary-color);text-decoration:none;font-size:1.1rem;border-radius:5px;transition:background-color .3s,box-shadow .3s}.home-link.svelte-13muza7:hover{background-color:var(--primary-color);color:var(--background-color);box-shadow:0 0 20px var(--primary-color)}@media (max-width: 600px){h2.svelte-13muza7{font-size:2rem}p.svelte-13muza7{font-size:1rem}}.overlay.svelte-qurem8{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0a0a14b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;display:flex;justify-content:center;align-items:flex-start;padding-top:15vh}.palette.svelte-qurem8{width:100%;max-width:420px;background-color:var(--background-color);border:1px solid var(--primary-color);border-radius:8px;box-shadow:0 0 45px #39ff14e6;overflow:hidden;font-family:Orbitron,sans-serif}input.svelte-qurem8{width:100%;padding:1rem;font-size:1.2rem;background-color:transparent;border:none;border-bottom:1px solid var(--border-color);color:var(--text-color);font-family:inherit}input.svelte-qurem8:focus{outline:none;border-bottom-color:var(--primary-color);box-shadow:0 0 15px var(--primary-color)}.command-list.svelte-qurem8{list-style:none;margin:0;padding:.5rem;max-height:300px;overflow-y:auto}.command-list.svelte-qurem8::-webkit-scrollbar{width:8px}.command-list.svelte-qurem8::-webkit-scrollbar-track{background:transparent}.command-list.svelte-qurem8::-webkit-scrollbar-thumb{background-color:var(--primary-color);border-radius:10px;border:3px solid var(--background-color)}.command-list.svelte-qurem8 li:where(.svelte-qurem8){padding:.8rem 1rem;border-radius:5px;cursor:pointer;transition:background-color .1s;display:flex;align-items:center}.command-list.svelte-qurem8 li.selected:where(.svelte-qurem8){background-color:#39ff1440;color:var(--primary-color);text-shadow:0 0 8px var(--primary-color)}.no-results.svelte-qurem8{padding:.8rem 1rem;color:#888;cursor:default}main.svelte-1r5gwx9{padding-top:var(--header-size)}
