@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&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}nav{background-color:#333;box-shadow:0 5px 10px #0003;padding:0;position:sticky;top:0;z-index:1000}.menu-container{background-color:#232428;height:5rem;padding:0 1rem}.menu-container,.menu-links{align-items:center;display:flex;justify-content:center}.menu-links{list-style-type:none;margin:0;padding:0}.menu-links li{margin:0 1rem}.menu-links li a{background:linear-gradient(currentColor 0 0) 0 100%/0 2px no-repeat;background:linear-gradient(currentColor 0 0) 0 100%/var(--underline-width,0) 2px no-repeat;color:#fff;display:inline-block;font-size:1rem;padding:0 .5em .2em;text-decoration:none;transition:background-size .5s}.menu-links li a:hover{--underline-width:100%}.menu-links li.logo-desktop a{background:none!important;color:#fff;font-size:2rem;font-weight:700;text-transform:uppercase;transition:color .3s ease}.menu-links li.logo-desktop a:hover{color:#007bff;text-decoration:none}.burger-menu{cursor:pointer;display:none;flex-direction:column}.burger-line{background-color:#fff;height:3px;margin:4px 0;width:25px}@media (max-width:768px){.menu-links{background-color:#232428;display:none;flex-direction:column;left:0;padding:1rem 0;position:absolute;top:5rem;width:100%}.menu-links.open{display:flex}.menu-links li{margin:1rem 0;text-align:center}.menu-links li.logo-desktop{display:none}.burger-menu{display:flex}}.hero-section{align-items:center;background-color:#313338;box-sizing:border-box;flex-direction:column;height:100vh;padding:0;position:relative;text-align:center;width:100%}.hero-section,.hero-section h1{display:flex;justify-content:center;margin:0}.hero-section h1{color:#007bff;font-size:8rem;font-weight:700;gap:10px}.hero-section .letter{animation:bounceIn 1s ease-in-out;animation-fill-mode:both;display:inline-block}@keyframes bounceIn{0%{opacity:0;transform:translateY(-100px)}60%{opacity:1;transform:translateY(20px)}80%{transform:translateY(-10px)}to{transform:translateY(0)}}.hero-section .letter:first-child{animation-delay:.1s}.hero-section .letter:nth-child(2){animation-delay:.2s}.hero-section .letter:nth-child(3){animation-delay:.3s}.hero-section .letter:nth-child(4){animation-delay:.4s}.hero-section .subtitle{color:#fff;font-size:2.5rem;font-weight:400;margin-top:20px}.scroll-indicator{bottom:100px;position:absolute}.scroll-circle,.scroll-indicator{align-items:center;display:flex;justify-content:center}.scroll-circle{animation:pulse 2s infinite;background-color:#fff3;border-radius:50%;height:50px;width:50px}.scroll-arrow{animation:bounce 2s infinite;border:2px solid #fff;border-width:0 2px 2px 0;height:20px;transform:rotate(45deg);width:20px}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) rotate(45deg)}40%{transform:translateY(-10px) rotate(45deg)}60%{transform:translateY(-5px) rotate(45deg)}}@media (max-width:1024px){.hero-section h1{font-size:6rem}.hero-section .subtitle{font-size:2rem}}@media (max-width:768px){.hero-section h1{font-size:4rem;margin-top:-150px}.hero-section .subtitle{font-size:1.5rem}}footer{align-items:center;background-color:#313338;color:#fff;justify-content:center;padding:3rem 0;text-align:center}footer a{color:#fff;text-decoration:none;transition:color .3s ease}footer a:hover{color:#007bff}.sociale-medier{margin-top:1rem}.sociale-medier a{margin:0 .5rem}.v{font-size:.8rem}:root{--primary-color:#007bff;--dark-bg:#232428;--medium-bg:#313338;--text-color:#fff}*{box-sizing:border-box;font-family:Roboto,sans-serif}*,body,html{margin:0;padding:0}body,html{height:100%}#root{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}section:first-of-type{padding-top:0}section{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center}#om-mig{background-color:#232428;background-color:var(--dark-bg);scroll-margin-top:80px}.om-mig-grid{grid-gap:10rem;display:grid;gap:10rem;grid-template-columns:1fr 1fr;max-width:1200px;padding:4rem 2rem}.kolonne{align-items:left;color:#fff;color:var(--text-color);display:flex;flex-direction:column;justify-content:left;text-align:left}.kolonne h2{padding-bottom:1.5rem}.profilbillede img{border-radius:10px;box-shadow:0 4px 8px #0003;max-width:100%;transition:transform .3s ease,box-shadow .3s ease}.profilbillede img:hover{box-shadow:0 6px 12px #0000004d;transform:scale(1.05)}#services{background-color:#313338;background-color:var(--medium-bg);color:#fff;color:var(--text-color);padding-bottom:4rem;padding-top:2rem;scroll-margin-top:80px}#services h2{font-size:2.5rem;padding-bottom:2rem}.services-grid{grid-column-gap:6rem;grid-row-gap:4rem;color:#fff;color:var(--text-color);column-gap:6rem;display:grid;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1200px;row-gap:4rem;width:100%}.service-kasse{background-color:#232428;background-color:var(--dark-bg);border-radius:8px;box-shadow:0 2px #0000004d;display:flex;margin:0;padding:1.5rem;text-align:left;transition:box-shadow .3s ease,transform .3s ease;width:100%}.service-kasse:hover{box-shadow:0 2px 10px #000c;transform:translateY(-5px)}.cirkel{align-items:center;background-color:#007bff;background-color:var(--primary-color);border-radius:50%;color:#fff;color:var(--text-color);display:flex;flex-grow:0;flex-shrink:0;font-size:1.1rem;height:50px;justify-content:center;margin-right:2rem;transition:background-color .3s ease;width:50px}.service-kasse:hover .cirkel{background-color:#0056b3}.service-kasse h3{font-size:1.5rem;margin-bottom:1rem}#kontakt,.service-kasse p{color:#fff;color:var(--text-color)}#kontakt{background-color:#232428;background-color:var(--dark-bg);padding:2rem 0;scroll-margin-top:80px}#kontakt h2{font-size:2.5rem;margin-bottom:2rem}.kontakt-grid{grid-gap:6rem;display:grid;gap:6rem;grid-template-columns:1fr 1fr;max-width:1200px;width:100%}.kontakt-formular{border-radius:8px}.kontakt-formular input,.kontakt-formular textarea{border:1px solid #ccc;border-radius:4px;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.kontakt-formular input:focus,.kontakt-formular textarea:focus{border-color:#007bff;border-color:var(--primary-color);outline:none}.kontakt-formular .form-group-dobbelt{display:flex;gap:2rem;margin-bottom:1rem}.kontakt-formular textarea{resize:vertical;width:100%}.kontakt-formular button{background-color:#007bff;background-color:var(--primary-color);border:none;border-radius:4px;color:#fff;color:var(--text-color);cursor:pointer;display:block;font-size:1rem;margin-top:1.5rem;padding:.75rem 1.5rem;text-align:left;transition:background-color .3s ease;width:fit-content}.kontakt-formular button:hover{background-color:#0056b3}.kontakt-info{text-align:left}.kontakt-info h3{color:#007bff;font-size:1.5rem;margin-bottom:1rem}.kontakt-info p{margin-bottom:.5rem}@media (max-width:1024px){.om-mig-grid{padding:0 1rem}.kontakt-grid,.om-mig-grid,.services-grid{gap:2rem;grid-template-columns:1fr}.service-kasse{align-items:center;flex-direction:column;text-align:center}.cirkel{margin-bottom:1rem;margin-right:0}}@media (max-width:768px){.om-mig-grid{padding:2rem}#services{padding-left:2rem;padding-right:2rem}#kontakt h2,#services h2{font-size:2rem}.service-kasse h3{font-size:1.25rem}.service-kasse p{font-size:.9rem}#kontakt{padding-left:2rem;padding-right:2rem}.kontakt-formular .form-group-dobbelt{flex-direction:column;gap:1rem}.kontakt-formular textarea{width:100%}.kontakt-formular button{text-align:center;width:100%}.kontakt-info{text-align:center}.services-grid{display:flex;flex-direction:column;gap:1rem}.service-kasse:first-child{order:1}.service-kasse:nth-child(2){order:4}.service-kasse:nth-child(3){order:2}.service-kasse:nth-child(4){order:5}.service-kasse:nth-child(5){order:3}.service-kasse:nth-child(6){order:6}}
/*# sourceMappingURL=main.40f43302.css.map*/