*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: hsl(229, 75%, 45%);--primary-background: hsl(234, 55%, 33%);--accent-color: hsl(229, 90%, 97%);--contact-text-color: hsl(234, 65%, 95%);--navbar-height: 4rem;--accent-grey: hsl(210, 37%, 90%)}html{height:100%;scroll-behavior:smooth}body{display:flex;flex-direction:column;height:100%;font-family:Open Sans,sans-serif;color:#33404d}h2,h3{font-weight:400;margin:.5rem 0 1.25rem;color:#1f2933}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.25rem}p{line-height:1.6;margin-bottom:1rem}a{text-decoration:none;color:inherit}.h2-underline{width:4rem;height:3px;background-color:var(--primary-color);margin:.5rem 0 2rem}.container{display:flex;flex-direction:column;width:100%;max-width:1140px;margin:0 auto;padding:1.25rem 1rem}.section{padding:4rem 1rem}.content-row{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.full{width:100%}.between{justify-content:space-between}.btn{text-transform:uppercase;letter-spacing:.1em;padding:.75rem 2rem;border-radius:3px;cursor:pointer;font-size:1rem}.btn-primary{background:linear-gradient(#1180d4,#1d3cc9);color:#fff}.btn-primary:hover{background:var(--primary-background)}.btn-primary-white{background-color:#fff;color:#33404d}.btn-primary-white:hover{background-color:#bfbfbf}.btn-secondary{background-color:transparent;color:#fff;border:2px solid hsl(0,0%,100%)}.btn-secondary:hover{background-color:#ffffff4d}#navigation{position:fixed;top:0;width:100%;z-index:15;box-shadow:#0000001a 0 10px 15px -3px,#0000000d 0 4px 6px -2px;background-color:#fff}.navbar{flex-direction:row;justify-content:space-between;align-items:center;height:var(--navbar-height)}.logo img{width:80%}.menu-wrapper{padding-top:.5rem}.menu{display:none;list-style-type:none}.menu-toggle-label:after{content:" ≡";font-size:2rem;vertical-align:middle;position:relative;top:-.2rem;cursor:pointer}.menu-toggle{position:absolute;top:0;right:0;opacity:0}.menu-toggle:checked~.menu{display:flex;flex-direction:column;position:absolute;top:4.1rem;right:0;background-color:#fff;width:100%;z-index:1;padding:.5rem 1rem;border-bottom:1px solid hsl(0,0%,90%)}.menu-toggle:checked~.menu-toggle-label:after{content:" ×";font-size:2rem;top:-.1rem}.menu-item{padding:.5rem .75rem;text-transform:uppercase;font-size:1rem;letter-spacing:.05em;color:#3f4d5a}.menu-item:hover{color:var(--primary-color);text-decoration:underline}header{margin-top:var(--navbar-height)}.hero-container{width:100%;max-width:100%;height:80dvh;max-height:900px;position:relative;justify-content:flex-end;background-image:url(/assets/hero-image-DqyaAEKw.jpg),linear-gradient(90deg,#070b2e 22%,#262f82 45%,#1d3cc9 67%);background-position:top;background-attachment:fixed;background-repeat:no-repeat;background-size:cover;background-blend-mode:overlay;padding:0 1rem 2.5rem;color:#fff}.hero-container:hover .hero-primary{animation-name:wiggle;animation-duration:2s;animation-timing-function:ease-in-out;animation-direction:alternate;animation-iteration-count:infinite;animation-fill-mode:forwards;animation-play-state:running}.hero-container h1{font-weight:600;line-height:1}.hero-content{display:flex;flex-direction:column;padding:0}.hero-content p{font-size:1.125rem;line-height:1.3;margin:1.5rem 0 3.5rem}.hero-buttons{display:flex;width:343px;justify-content:space-between}.hero-primary{padding-top:calc(.75rem + 2px)}.hero-container:hover .hero-primary:hover{animation-duration:0;animation-iteration-count:0}@keyframes wiggle{0%,50%,to{transform:translate(0)}12.5%,37.5%{transform:translate(10px)}25%{transform:translate(-10px)}}.about-wrapper{display:flex;flex-flow:column}.about-content{width:100%}.about-primary{display:inline-block;margin-top:1.5rem}.about-visual{width:300px;margin:0 auto}.about-visual img{width:100%;margin-bottom:2rem;box-shadow:#0000004d 0 12px 15px -3px,#0000001a 0 4px 6px -2px;border-radius:10%}#tjanster{background-color:var(--accent-color)}.service{display:flex;flex-direction:column}.service:first-of-type{margin-bottom:4.5rem}.service-content{margin-bottom:1rem;color:#1f2933}.service-visual{display:flex;justify-content:center}.service-fig{width:343px;border-radius:25% 10%}.service-img{box-shadow:#0000004d 0 12px 15px -3px,#0000001a 0 4px 6px -2px;filter:grayscale(.95);border-radius:25% 10%;width:100%}.gradient-background{height:450px;max-height:450px}#varfor_fixora{text-align:center}#varfor_fixora .h2-underline{margin:.5rem auto 2rem}.why-wrapper{display:flex;flex-wrap:wrap;justify-content:center;width:100%}.why-item{width:100%;max-width:485px;margin-bottom:1rem;padding:0 1rem;opacity:0}.why-item:last-of-type,.why-item:last-of-type p{margin-bottom:0}.why-title{display:flex;justify-content:center;margin:0 0 1rem;font-size:1.25rem;color:#1a1a1a}.why-title h3{margin:0}.why-title figure{display:flex;justify-content:center;align-items:center;width:1.5em;margin-right:.5em;border-radius:50%;box-shadow:0 6px 15px #08002f26}.why-title img{width:1em}#kontakt{background-color:var(--primary-background);color:var(--contact-text-color)}#kontakt h2{color:inherit}#kontakt .h2-underline{background-color:var(--contact-text-color)}#kontakt p{margin-bottom:2.5rem}.contact-link{text-decoration:underline}.contact-row{display:flex;justify-content:space-between;flex-wrap:wrap;width:100%}.form-row{display:flex;flex-direction:column}input[type=text],input[type=email],textarea{font-family:Open Sans,sans-serif;padding:.375rem .75rem;font-size:.875rem;line-height:1.5;border:none;box-shadow:inset 0 2px 2px #1c2e4a66,0 2px 1px #fff;margin:.25rem 0 1rem;background-color:var(--contact-text-color);border-radius:3px}.subject{display:none}textarea{resize:none}input:focus,textarea:focus{outline:none}.contact-form,#kontakt p{width:100%}.contact-form button{font-family:Open Sans,sans-serif;font-size:1rem;margin-top:.5rem}.contact-info{display:flex;flex-direction:column;justify-content:space-between;margin-top:2.5rem;height:8rem;list-style-type:none;width:20rem}.contact-item{display:flex}.contact-item img{margin-right:1.25rem;opacity:.7}footer{background-color:#2e2e2d}footer p{margin-bottom:0;color:#8c8c8c;text-align:center}.four-o-four-content{text-align:center}.four-o-four-content h1{font-size:3rem;margin:3rem 0}.zoom{animation:zoom-in 1.5s ease-out;animation-fill-mode:forwards}.zoom:nth-child(2){animation-delay:2s}.zoom:nth-child(3){animation-delay:4s}.zoom-fallback{opacity:1}@keyframes zoom-in{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@media screen and (min-width: 768px){h1{font-size:2.75rem}.section{padding:4rem 2rem}.navbar{align-items:center}.menu-wrapper{padding-top:0}.menu-toggle-label,.menu-toggle,.menu-wrapper span{display:none}.menu{display:flex;justify-content:space-between;list-style-type:none}.hero-container{justify-content:center;width:100%}.hero-content{margin-top:150px;padding:0 2rem}.hero-content p{font-size:1.5rem}.hero-buttons{flex-direction:row;height:100%}.service-fig{width:500px}.form-row{flex-direction:row;margin:0 -1rem}.form-group{width:50%;padding:0 1rem}}@media screen and (min-width: 600px) and (max-height: 600px){.hero-content{margin-top:0}.form-row{flex-direction:row;margin:0 -1rem}.form-group{width:50%;padding:0 1rem}}@media screen and (min-width: 992px){h1{font-size:4rem}h2{font-size:2.125rem}.about-wrapper{display:flex;flex-flow:row}.about-visual img{margin-bottom:0}.about-content{flex:1;margin-left:3rem}.service{flex-direction:row;margin-bottom:4.5rem}.service:nth-of-type(2n){flex-flow:row-reverse}.service-content,.service-visual{width:50%}.service-content{margin-right:2rem}.service:nth-of-type(2n) .service-content{margin-right:0;margin-left:2rem}.service-visual{padding:1rem}.contact-form,#kontakt p{max-width:38rem}.contact-info{margin-top:1.5rem}}
