@import url(https://fonts.googleapis.com/css2?family=Karla:wght@200;400&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{margin:0;padding:0;scrollbar-width:none}::-webkit-scrollbar{display:none}.light-mode{--gradientColor1:#00a3ee;--gradientColor2:#013852;--backgroundGradient:linear-gradient(190deg,#fffbec,#e3feff 50%,#fff3fd 84%);--background:#fff;--headlineColor1:#1c2b33;--headlineColor2:#1c2b33;--headlineColor3:#00a3ee;--borderGradient:radial-gradient(circle at top left,#00a3ee,#013852);--borderStyle:2px solid #d1d2d4;--textColor:#000;--navBarColor:#00245e}.dark-mode{--gradientColor1:#fe00ae;--gradientColor2:#8e39c5;--backgroundGradient:linear-gradient(190deg,#212529,#0d1117 50%,#171523 84%);--background:#0b0c18;--headlineColor1:#fff;--headlineColor2:#fff;--headlineColor3:-webkit-linear-gradient(180deg,#fe00ae,#8e39c5);--borderGradient:radial-gradient(circle at top left,#fe00ae,#8e39c5);--textColor:#fff;--navBarColor:#fff}.changeApperanceButton{background:transparent;background-clip:padding-box,border-box;background-image:linear-gradient(var(--background),var(--background)),radial-gradient(circle at left,var(--gradientColor1),var(--gradientColor2));background-origin:border-box;border:2px solid transparent;border-image:var(--borderGradient) 1;border-radius:.5rem;bottom:0;box-shadow:0 10px 20px rgba(84,84,84,.326);color:var(--textColor);font-size:1.2rem;height:40px;left:0;padding:0;position:fixed;width:40px;z-index:11}:root{--headlineSize1:10rem;--headlineSize2:5em;--headlineSize3:1.2em;--fontSize1:1.2em;--fontSize2:1.1em;--fontSizeCards:0.8em}h1{background:var(--headlineColor1);-webkit-background-clip:text;font-size:10rem;font-size:var(--headlineSize1)}h1,h2{-webkit-text-fill-color:transparent}h2{background:var(--headlineColor2);-webkit-background-clip:text;font-size:5em;font-size:var(--headlineSize2);margin-top:1em}h3{background:var(--headlineColor3);-webkit-background-clip:text;font-size:1.2em;font-size:var(--headlineSize3);letter-spacing:4px}h3,h4{-webkit-text-fill-color:transparent}h4{background:var(--headlineColor2);-webkit-background-clip:text;font-size:1.1em;font-size:var(--fontSize2)}h4,h5{font-weight:400;padding-top:1%}h5{-webkit-text-fill-color:transparent;background:var(--headlineColor1);-webkit-background-clip:text;font-size:.8em;font-size:var(--fontSizeCards)}p{color:var(--textColor);font-size:1.1em;font-size:var(--fontSize2)}.border-floating{border:2px solid #e4e6e8;border-radius:20px;box-shadow:0 10px 20px rgba(84,84,84,.326)}.page{height:auto;max-width:100%;padding:5%}@media screen and (max-width:800px){h1{font-size:15vw}h2{font-size:6vw}h3{font-size:3vw}}header{font-size:1.2rem;height:60px;padding:0 2rem;position:fixed;width:100%;z-index:10}header,nav{align-items:center;display:flex}nav a{color:var(--navBarColor);margin:0 3rem;text-decoration:none}nav a:hover{cursor:pointer;opacity:1;text-decoration:underline}.active{font-weight:700}header .nav-btn{background:transparent;border:none;color:var(--textColor);cursor:pointer;font-size:1.8rem;opacity:0;outline:none;padding:5px;visibility:hidden}@media only screen and (max-width:1024px){header .nav-btn{opacity:1;visibility:visible}header nav{align-items:center;display:flex;flex-direction:column;gap:1.5rem;height:100%;justify-content:center;left:0;position:fixed;top:0;-webkit-transform:translateY(-150vh);transform:translateY(-150vh);transition:1s;width:100%}header .responsive_nav{-webkit-transform:none;transform:none}nav .nav-close-btn{position:absolute;right:2rem;top:2rem}nav a{font-size:1.5rem}}.home-page{align-items:flex-start;background:var(--backgroundGradient);display:flex;flex-direction:column;height:100vh;justify-content:center;width:100vw}.home-page-title{padding-left:5%}#canvas{position:absolute;width:100vw}.resume-headline{font-weight:600;margin-top:1%}.about-page{align-content:center;background-color:var(--background);display:flex}.container{display:flex;flex-direction:row;justify-content:space-around;margin-bottom:5%;margin-top:5%;width:100%}.left-side,.right-side{width:45%}.mid-border{border:2px solid grey;border-radius:3px}@media only screen and (max-width:1024px){.container{flex-direction:column}.left-side{width:100%}.right-side{padding-top:1rem;width:100%}.mid-border{border:none}}.karte{align-items:center;background-clip:padding-box,border-box;background-image:linear-gradient(var(--background),var(--background)),radial-gradient(circle at left,var(--gradientColor1),var(--gradientColor2));background-origin:border-box;border:2px solid transparent;border-radius:.5rem;box-shadow:0 10px 20px rgba(84,84,84,.326);color:var(--textColor);display:inline-flex;margin:20px;padding:10px}.karte img{height:1.5em;margin-right:10px;width:1.5em}.karte p{display:inline-block}.skill-page{background-color:var(--background);flex-direction:column}.card-box{height:10vh}.skills-container{flex-direction:column;height:50vh;width:100%}.card-container,.skills-container{display:flex;justify-content:space-between}.card-container{align-content:stretch;align-items:center;flex-direction:row;min-height:20vh;position:relative}@media only screen and (max-width:1024px){.skills-container{height:200vh;margin-bottom:10vh}.card-container{flex-direction:column;height:100%;justify-content:space-around}.card-box{margin:50px}}.form-container{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.inner-container{display:flex;flex-direction:row;margin:2rem;width:95%}.form-contact{justify-content:space-between;width:100%}.form-contact,.form-message,.input-container{display:flex;flex-direction:column}.form-message{justify-content:space-between;width:100%}.message{height:100%}.input{display:block;min-width:90%}.border-input{border:1px solid #e4e6e8;border-radius:8px;margin:2%;padding:2%;transition:.1s ease}.input:hover,.message:hover{border-color:#3578ea}.field-name{color:var(--headlineColor2);font-size:1.5rem;letter-spacing:4.3px;padding-left:2%}button{background-color:#3578ea;border-radius:8px;border-style:none;color:#fff;margin:1%;padding:1%;transition:.1s ease}button:hover{border-width:3px}@media only screen and (max-width:1024px){.inner-container{flex-direction:column}}.contact-page{align-content:center;background-color:var(--background);display:flex;flex-direction:column;height:20vh}.footer{align-items:center;display:flex;height:4rem;margin-top:4rem;padding:1rem}.icons-container{display:flex;justify-content:space-around;width:80%}.icon-link{color:var(--textColor)}.icons{font-size:2rem;vertical-align:middle}
/*# sourceMappingURL=main.a63fa91c.css.map*/