.CardProject-module__bYQZxq__card{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;width:calc(100% + 2rem);margin:-1rem;padding:1rem;transition:background-color .2s;display:flex}.CardProject-module__bYQZxq__cardContent{flex-direction:column;gap:.5rem;display:flex}.CardProject-module__bYQZxq__card:hover{background-color:#f5f5f5;background-color:lab(96.52% -.0000298023 .0000119209)}.dark .CardProject-module__bYQZxq__card:hover{background-color:#1b1b1b;background-color:lab(9.52% -.00000745058 0)}.CardProject-module__bYQZxq__card:focus-visible{outline:2px solid var(--foreground);outline-offset:2px}.CardProject-module__bYQZxq__heading{font-family:var(--font-soehne-buch);color:var(--foreground);margin:0;font-size:18px;font-weight:400}.CardProject-module__bYQZxq__externalArrow{width:12px;height:10px;color:var(--muted-foreground);transform-origin:8%;transition:transform .2s ease-in-out;overflow:visible}.CardProject-module__bYQZxq__card:hover .CardProject-module__bYQZxq__externalArrow{transform:rotate(-45deg)}.CardProject-module__bYQZxq__arrowPoint{transition:transform .2s ease-in-out}.CardProject-module__bYQZxq__arrowShaft{opacity:0;transition:transform .2s ease-in-out,opacity .2s ease-in-out;transform:translate(-.5px)}.CardProject-module__bYQZxq__card:hover .CardProject-module__bYQZxq__arrowPoint{transform:translate(2px)}.CardProject-module__bYQZxq__card:hover .CardProject-module__bYQZxq__arrowShaft{opacity:1;transform:translate(-2px)}.CardProject-module__bYQZxq__rightArrow{width:12px;height:10px;color:var(--muted-foreground);overflow:visible}.CardProject-module__bYQZxq__rightArrowPoint{transition:transform .2s ease-in-out}.CardProject-module__bYQZxq__rightArrowShaft{opacity:0;transition:transform .2s ease-in-out,opacity .2s ease-in-out;transform:translate(-.5px)}.CardProject-module__bYQZxq__card:hover .CardProject-module__bYQZxq__rightArrowPoint{transform:translate(2px)}.CardProject-module__bYQZxq__card:hover .CardProject-module__bYQZxq__rightArrowShaft{opacity:1;transform:translate(-2px)}.CardProject-module__bYQZxq__description{font-family:var(--font-soehne-leicht);color:var(--secondary-foreground);margin:0;font-size:16px;font-weight:400;line-height:1.5}.CardProject-module__bYQZxq__plusIcon{width:14px;height:14px;color:var(--muted-foreground);transition:transform .15s ease-in-out}.CardProject-module__bYQZxq__card:hover .CardProject-module__bYQZxq__plusIcon{transform:rotate(90deg)}
@keyframes Hero-module__ejOdHG__enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.Hero-module__ejOdHG__hero .Hero-module__ejOdHG__header,.Hero-module__ejOdHG__hero .Hero-module__ejOdHG__copy>p,.Hero-module__ejOdHG__hero .Hero-module__ejOdHG__sectionHeading,.Hero-module__ejOdHG__hero .Hero-module__ejOdHG__cardContainer{animation:none}}.Hero-module__ejOdHG__hero{--delay:80ms;flex-direction:column;justify-content:center;align-items:flex-start;gap:clamp(1rem,1rem + .5vw,1.5rem);width:100%;max-width:640px;padding:clamp(4rem,3rem + 4vw,6rem) clamp(1rem,.8rem + .8vw,1.5rem) clamp(1rem,.8rem + .8vw,1.5rem);display:flex}.Hero-module__ejOdHG__hero .Hero-module__ejOdHG__header,.Hero-module__ejOdHG__hero .Hero-module__ejOdHG__copy>p,.Hero-module__ejOdHG__hero .Hero-module__ejOdHG__sectionHeading,.Hero-module__ejOdHG__hero .Hero-module__ejOdHG__cardContainer{animation:.6s both Hero-module__ejOdHG__enter;animation-delay:calc(var(--delay)*var(--stagger))}.Hero-module__ejOdHG__header{justify-content:space-between;align-items:center;width:100%;display:flex}.Hero-module__ejOdHG__hero h1{font-family:var(--font-soehne-kraftig);font-size:18px;font-weight:400}.Hero-module__ejOdHG__links{gap:1rem;display:flex}.Hero-module__ejOdHG__links a{color:var(--muted-foreground);transition:color .2s}.Hero-module__ejOdHG__links a:hover{color:var(--foreground)}.Hero-module__ejOdHG__copy{flex-direction:column;gap:clamp(.75rem,.6rem + .6vw,1rem);display:flex}.Hero-module__ejOdHG__copy p{font-family:var(--font-soehne-leicht);color:var(--secondary-foreground);font-weight:400;line-height:1.625}.Hero-module__ejOdHG__section{flex-direction:column;gap:clamp(.75rem,.6rem + .6vw,1rem);width:100%;margin-top:120px;display:flex}.Hero-module__ejOdHG__sectionHeading{font-family:var(--font-soehne-buch);font-size:18px;font-weight:400}.Hero-module__ejOdHG__cardContainer{flex-direction:column;gap:clamp(2rem,1.6rem + 1.6vw,2.5rem);margin-top:clamp(.75rem,.6rem + .6vw,1rem);display:flex}
.project-modal-module__9PIasW__overlay{-webkit-backdrop-filter:blur(8px);z-index:9998;background:#0006;position:fixed;inset:0}.project-modal-module__9PIasW__drawer{background:var(--background);z-index:9999;box-sizing:border-box;border-radius:12px 12px 0 0;outline:none;flex-direction:column;max-width:100vw;height:90vh;display:flex;position:fixed;bottom:0;left:0;right:0}.project-modal-module__9PIasW__scrollContainer{background:var(--background);overscroll-behavior:contain;box-sizing:border-box;-webkit-user-select:text;user-select:text;border-radius:12px 12px 0 0;flex-direction:column;flex:1;width:100%;padding:16px;display:flex;overflow:hidden auto}@media (max-width:768px){.project-modal-module__9PIasW__scrollContainer{padding:8px}}.project-modal-module__9PIasW__scrollContainer::-webkit-scrollbar{width:4px}.project-modal-module__9PIasW__scrollContainer::-webkit-scrollbar-track{background:var(--muted)}.project-modal-module__9PIasW__scrollContainer::-webkit-scrollbar-thumb{background:var(--foreground);border-radius:2px}.project-modal-module__9PIasW__drawerContent{box-sizing:border-box;width:100%;max-width:640px;margin:0 auto}.project-modal-module__9PIasW__handle{background:var(--muted);-webkit-user-select:none;user-select:none;border-radius:9999px;flex-shrink:0;width:48px;height:6px;margin:0 auto 32px}.project-modal-module__9PIasW__content{-webkit-user-select:text;user-select:text;flex-direction:column;gap:32px;padding:0 16px 48px;display:flex}@media (max-width:768px){.project-modal-module__9PIasW__content{padding:0 8px 48px}}
.BiztreeContent-module__s6BG6a__container{flex-direction:column;gap:32px;display:flex}.BiztreeContent-module__s6BG6a__header{flex-direction:column;gap:4px;display:flex}.BiztreeContent-module__s6BG6a__header h1{font-family:var(--font-soehne-kraftig);margin:0;font-size:24px;font-weight:400}.BiztreeContent-module__s6BG6a__subtitle{font-family:var(--font-soehne-leicht);color:var(--muted-foreground);margin:0;font-size:14px}.BiztreeContent-module__s6BG6a__section{flex-direction:column;gap:12px;display:flex}.BiztreeContent-module__s6BG6a__section h2{font-family:var(--font-soehne-buch);margin:0;font-size:18px;font-weight:400}.BiztreeContent-module__s6BG6a__section h3{font-family:var(--font-soehne-buch);margin:0;font-size:16px;font-weight:400}.BiztreeContent-module__s6BG6a__section p{font-family:var(--font-soehne-leicht);color:var(--secondary-foreground);margin:0;font-size:16px;line-height:1.625}.BiztreeContent-module__s6BG6a__subsection{flex-direction:column;gap:8px;display:flex}.BiztreeContent-module__s6BG6a__link{color:inherit;text-decoration:underline}.BiztreeContent-module__s6BG6a__link:hover{color:var(--foreground)}.BiztreeContent-module__s6BG6a__numberedList{flex-direction:column;gap:20px;margin:8px 0 0;padding:0;list-style:none;display:flex}.BiztreeContent-module__s6BG6a__numberedItem{align-items:flex-start;gap:12px;display:flex}.BiztreeContent-module__s6BG6a__numberCircle{background:var(--accent);width:28px;min-width:28px;height:28px;font-family:var(--font-soehne-buch);border-radius:50%;justify-content:center;align-items:center;font-size:14px;display:flex}.BiztreeContent-module__s6BG6a__itemContent{flex-direction:column;flex:1;gap:8px;display:flex}.BiztreeContent-module__s6BG6a__itemContent strong{font-family:var(--font-soehne-buch);font-size:16px;font-weight:400}.BiztreeContent-module__s6BG6a__itemContent p{margin:0}
.OptimizationDrawing-module__A8pb0q__container{background-color:#a2bbff27;border-radius:8px;width:100%;margin:0 auto;overflow:hidden}.OptimizationDrawing-module__A8pb0q__svg{width:100%;height:auto;max-height:300px}@media (max-width:640px){.OptimizationDrawing-module__A8pb0q__svg{max-height:200px}}
