@charset "UTF-8";@font-face{font-family:TestSöhne;src:url(/fonts/TestS%C3%B6hne-Buch.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}:root{--color-primary: #241C29;--color-accent: #01FF89;--color-accent-purple: rgba(122, 95, 255, 1);--color-accent-green: rgba(1, 255, 137, 1);--color-text: #1c1918;--color-bg: #fff;--color-overlay: rgba(20, 20, 20, .8);--font-primary: "TestSöhne", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-secondary: "TestSöhne", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-base: 14px;--font-size-h1: 2rem;--font-size-h2: 1rem;--line-height-h1: 2.9rem;--line-height-h2: .5rem;--line-height-base: 1.4rem;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 6rem;--transition-fast: .2s;--transition-normal: .3s;--transition-slow: 1s}*{box-sizing:border-box;margin:0;padding:0}html{font-size:100%;scroll-behavior:smooth;overflow-x:hidden;width:100%;max-width:100vw;box-sizing:border-box}body{font-family:var(--font-primary);font-size:var(--font-size-base);text-align:left;margin:0;color:var(--color-text);background:var(--color-bg);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;max-width:100vw;box-sizing:border-box}@media (pointer: fine){body{cursor:none}}@media only screen and (max-width: 768px){body{overflow-x:hidden;width:100vw;max-width:100vw;background:#fff!important}}h1{font-family:var(--font-primary);font-weight:400;font-size:var(--font-size-h1);line-height:var(--line-height-h1)}h2{font-family:var(--font-secondary);font-weight:400;font-style:italic;font-size:var(--font-size-h2);line-height:var(--line-height-h2)}p{line-height:var(--line-height-base);font-weight:300}ul{list-style:none}::selection{background:var(--color-accent)}::-moz-selection{background:var(--color-accent)}a{color:var(--color-primary);font-weight:400;color:transparent;display:inline-block;overflow:hidden;position:relative;text-decoration:none;text-shadow:0 0 var(--color-primary),.08em 0 0 var(--color-bg),0 0,-.08em 0 0 var(--color-bg);vertical-align:bottom;transition:opacity var(--transition-fast)}a:focus{outline:none;text-decoration:underline;text-decoration-color:var(--color-accent);text-decoration-thickness:1px;text-underline-offset:4px}a:after{color:var(--color-primary);background:linear-gradient(to bottom,var(--color-overlay),var(--color-overlay)) center 1.29em/100% 3px no-repeat;content:"";height:100%;left:0;position:absolute;top:0;width:400%;will-change:transform;z-index:-1}a:hover:after{animation:underline-gradient 3s linear infinite;background-image:linear-gradient(90deg,var(--color-accent-purple) 15%,var(--color-accent-green) 35%,var(--color-accent-purple) 85%)}@keyframes underline-gradient{0%{transform:translateZ(0)}to{transform:translate3d(-75%,0,0)}}.spinner-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fefefe;z-index:99999;height:100%;width:100%;overflow:hidden;transition:opacity var(--transition-slow),visibility var(--transition-slow)}.spinner-wrapper.hidden{opacity:0;visibility:hidden}.loader,.loader:before,.loader:after{background:var(--color-bg);animation:load1 1s infinite ease-in-out;width:1em;height:4em}.loader:before,.loader:after{position:absolute;top:0;content:""}.loader:before{left:-1.5em}.loader{text-indent:-9999em;position:relative;top:50%;left:50%;margin-top:-1.5em;margin-left:-.75em;font-size:11px;animation-delay:-.16s}.loader:after{left:1.5em;animation-delay:-.32s}@keyframes load1{0%,80%,to{box-shadow:0 0 var(--color-bg);height:4em}40%{box-shadow:0 -2em var(--color-bg);height:5em}}.top-header{background:var(--color-bg);padding:40px;width:100%;box-sizing:border-box}@media only screen and (max-width: 768px){.top-header{padding:16px 10px 16px 100px;max-width:100vw;width:100vw;box-sizing:border-box;overflow-x:hidden;margin-left:0;margin-right:0;position:relative;background:#fff!important}}.header-container{max-width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;width:100%;position:relative}@media only screen and (max-width: 768px){.header-container{flex-direction:column;align-items:flex-end;padding:0;max-width:100%;width:100%;box-sizing:border-box;overflow-x:hidden;min-height:calc(100vh - 140px)}}.header-logo{position:relative}.header-logo .logo-symbol{display:block;width:40px;height:40px;-o-object-fit:contain;object-fit:contain;transition:opacity .3s}.header-logo canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.header-logo a{text-decoration:none;color:inherit;display:inline-block;position:relative}.header-logo a:hover .logo-symbol{opacity:0;transition:opacity var(--transition-fast)}.header-role{font-family:var(--font-primary);font-size:14px;font-weight:700;color:var(--color-primary);letter-spacing:0px;text-align:left;max-width:600px;margin-left:auto;margin-right:112px;margin-top:0}@media only screen and (max-width: 768px){.header-role{margin:12px 0 0;max-width:100%;word-wrap:break-word;text-align:left;position:absolute;bottom:160px;right:10px;left:0;width:auto;max-width:calc(100vw - 120px)}}.main-content{min-height:calc(100vh - 120px);background:var(--color-bg);padding:60px 20px 280px;width:100%;box-sizing:border-box;overflow-x:hidden}@media only screen and (max-width: 768px){.main-content{position:fixed;bottom:0;left:0;right:0;padding:20px 20px 20px 100px;max-width:100vw;overflow-x:hidden;box-sizing:border-box;width:100vw;margin-left:0;margin-right:0;min-height:auto;background:#fff!important;z-index:5}}.container{max-width:100%;margin:0 auto;padding:0 40px;box-sizing:border-box;width:100%;overflow-x:hidden}@media only screen and (max-width: 768px){.container{padding:0;max-width:100%;width:100%;margin-left:0;margin-right:0;box-sizing:border-box;overflow-x:hidden;min-width:0}}.bio-text{max-width:600px;margin:0 0 0 auto;font-family:var(--font-primary);font-size:16px;line-height:1.6;color:var(--color-primary);text-align:left;word-wrap:normal;overflow-wrap:normal;white-space:normal;box-sizing:border-box}@media only screen and (max-width: 768px){.bio-text{max-width:100%;width:100%;margin-left:0;margin-right:0;padding:0;font-size:16px!important;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;white-space:normal;box-sizing:border-box;min-width:0}.bio-text a{word-break:normal;overflow-wrap:normal;display:inline}}.bio-text strong{font-weight:700}.bio-text .cursor-highlight{position:relative;cursor:none;transition:all .3s ease;text-decoration:none;color:inherit}.bio-text .cursor-highlight:after{display:none}.bio-text .cursor-highlight.text-highlighted{text-decoration:underline;text-decoration-style:dotted;text-decoration-color:var(--color-primary);text-decoration-thickness:1px;text-underline-offset:6px}.bio-text .cursor-highlight:hover{color:var(--color-primary)}.bio-text .cursor-highlight:focus{outline:none;background:none;-webkit-text-decoration:dotted;text-decoration:dotted;text-decoration-style:solid;text-decoration-color:var(--color-primary);text-decoration-thickness:1px;text-underline-offset:6px}.bio-text .cursor-highlight:visited{color:inherit;background:none;-webkit-text-decoration:dotted;text-decoration:dotted;text-decoration-style:solid;text-decoration-color:var(--color-primary);text-decoration-thickness:1px;text-underline-offset:6px}.marquee-wrapper{position:fixed;bottom:0;left:0;right:0;height:220px;background:var(--color-bg);overflow:hidden;z-index:10}@media only screen and (max-width: 768px){.marquee-wrapper{top:0;bottom:0;left:0;right:auto;width:80px;height:100vh;background:#fff!important;max-width:80px;box-sizing:border-box}}.marquee{display:flex;width:100%;height:100%;will-change:transform}@media only screen and (max-width: 768px){.marquee{flex-direction:column;width:100%;height:100%}}.marquee-content{display:flex;align-items:center;flex-shrink:0;padding:0;gap:0}.marquee-content .marquee-photo{margin:0 40px}@media only screen and (max-width: 768px){.marquee-content{flex-direction:column;align-items:center;justify-content:center;padding:20px 0}.marquee-content .marquee-photo{margin:20px 0}.marquee-content .marquee-name{writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg)}}.marquee-photo{flex-shrink:0;width:160px;height:160px;border-radius:50%;overflow:hidden;background:var(--color-bg);position:relative;border:none;outline:none;box-shadow:none}.marquee-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:opacity .3s;border-radius:50%;border:none;outline:none;box-shadow:none}.marquee-photo canvas{position:absolute;top:-10px;left:-10px;width:calc(100% + 20px);height:calc(100% + 20px);z-index:2;border-radius:50%;border:none;outline:none;box-shadow:none}.marquee-photo:has(img[src=""]):before,.marquee-photo img:not([src]){content:"";display:block;width:100%;height:100%;background:var(--color-primary);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E");background-size:60%;background-position:center;background-repeat:no-repeat}.marquee-name{font-family:var(--font-primary);font-size:220px;font-weight:400;color:var(--color-primary);white-space:nowrap;letter-spacing:-12px;line-height:1;text-transform:none}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-33.333333%)}}.marquee-wrapper:hover .marquee{animation-play-state:paused}@media only screen and (max-width: 768px){.top-header{padding:16px 10px 16px 100px;position:relative;background:#fff!important}.header-logo .logo-symbol{width:35px;height:35px;font-size:18px;line-height:35px}.header-role{font-size:16px}.main-content{position:fixed;bottom:0;left:0;right:0;padding:20px 20px 20px 100px;max-width:100vw;overflow-x:hidden;box-sizing:border-box;width:100vw;margin-left:0;margin-right:0;min-height:auto;background:#fff!important;z-index:5}.bio-text{max-width:100%;font-size:16px!important;word-wrap:normal;overflow-wrap:normal;word-break:normal;white-space:normal;width:100%;box-sizing:border-box;padding:0;margin:0}.bio-text a{word-break:normal;overflow-wrap:normal;display:inline}.bio-text a.cursor-highlight{text-decoration:underline;text-decoration-style:dotted;text-decoration-color:var(--color-primary);text-decoration-thickness:1px;text-underline-offset:4px}.marquee-content{margin:0;padding:0}.marquee-photo{width:80px;height:80px}.marquee-name{font-size:84px;letter-spacing:-5px}}@media only screen and (max-width: 480px){.marquee-name{font-size:62px;letter-spacing:-3px}.marquee-photo{width:64px;height:64px;margin:0}.bio-text{font-size:13px}}.custom-cursor{position:fixed;width:8px;height:8px;background:#241c29!important;border-radius:50%;pointer-events:none;z-index:99999;left:0;top:0;transform:translate(-50%,-50%);transition:width .3s ease,height .3s ease,background .3s ease;opacity:1!important;will-change:left,top;display:block!important}.custom-cursor.cursor-hover{width:32px;height:32px;background:#01ff887a!important;backdrop-filter:blur(2px) saturate(180%);-webkit-backdrop-filter:blur(2px) saturate(180%)}.custom-cursor.cursor-hover .cursor-icon{width:12px;height:12px;-o-object-fit:contain;object-fit:contain;filter:brightness(0)}.custom-cursor-follower{position:fixed;width:24px;height:24px;border:1px solid #241C29!important;border-radius:50%;pointer-events:none;z-index:99998;left:0;top:0;transform:translate(-50%,-50%);transition:width .3s ease,height .3s ease,border-color .3s ease,opacity .3s ease;opacity:.6!important;background:transparent;will-change:left,top;display:block!important}.custom-cursor-follower.cursor-follower-hover{width:32px;height:32px;border-color:#01ff89!important;border-width:3px;opacity:1!important;backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%)}@media (pointer: coarse){.custom-cursor,.custom-cursor-follower{display:none}body{cursor:auto}}
