@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);[data-v-11604365]{margin:0;padding:0}.container[data-v-11604365]{width:1200px;margin:0 auto}header[data-v-11604365]{position:sticky;width:100%;max-width:100%;height:60px;top:0;z-index:1000;background-color:#231f20;border-bottom:2px solid #ee9d21;display:flex}header .header-top[data-v-11604365]{position:relative;display:flex;align-items:center;gap:60px;padding:10px}header .header[data-v-11604365]{height:var(--header-height)}header .header-container[data-v-11604365]{display:flex;justify-content:space-between;align-items:center}header .header-logo[data-v-11604365]{display:flex;justify-items:center;height:60px}header .header-logo img[data-v-11604365]{height:50px;padding:5px 0}header .header-nav[data-v-11604365]{display:flex;align-items:center}header .header-nav ul[data-v-11604365]{display:flex;height:auto}header .header-nav ul li[data-v-11604365]{list-style:none;height:auto;width:auto;display:flex;align-items:center;padding:10px 0}header .header-nav ul li a[data-v-11604365]{text-decoration:none;color:#ee9d21;font-family:Roboto,serif;font-weight:500;font-size:18px;padding:10px;display:inline-block;position:relative}header .header-nav ul li a[data-v-11604365]:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:0;left:0;background-color:#ee9d21;transition:transform .25s ease-out}header .header-nav ul li a[data-v-11604365]:hover:after{transform:scaleX(1)}header .header-nav ul li fa-icon[data-v-11604365]{color:#ee9d21;font-size:24px;padding:7px}header .header-nav ul li fa-icon[data-v-11604365]:hover{font-size:28px;padding:5px}header .header-nav ul li .cartIcon[data-v-11604365]{margin-right:0}header .header-nav ul li .cartIcon[data-v-11604365]:hover{margin-right:-.5px}header .header-nav ul li svg[data-v-11604365]{height:35px;width:35;padding:0 10px;cursor:pointer;transition:transform .25s}header .header-nav ul li svg[data-v-11604365]:hover{transform:scale(1.8)}header .logout-button[data-v-11604365]{background-color:#dc3545;color:#fff;padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:16px;margin-left:10px;transition:background-color .3s ease;text-decoration:none;display:inline-block}header .logout-button[data-v-11604365]:hover{background-color:#c82333}header .login-button[data-v-11604365]{background-color:#28a745;color:#fff;padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:16px;margin-left:10px;transition:background-color .3s ease;text-decoration:none;display:inline-block}header .login-button[data-v-11604365]:hover{background-color:#218838}header .dropDown-hover[data-v-11604365]{position:relative}header .dropDown-area[data-v-11604365]{display:none;position:absolute;top:61px;background-color:#231f20;border:2px solid #ee9d21;border-top:none;z-index:2}header .dropDown-area ul[data-v-11604365]{display:flex;flex-direction:column;padding-bottom:5px}header .dropDown-area ul li[data-v-11604365]{width:-moz-fit-content;width:fit-content;padding:0}header .dropDown-area ul li a[data-v-11604365]{padding:10px 20px;width:-moz-fit-content;width:fit-content;white-space:nowrap}header .dropDown-area ul li a[data-v-11604365]:hover:after{transform:scaleX(.8)}header .dropDown-hover:hover .dropDown-area[data-v-11604365]{display:block}.search-container[data-v-11604365]{position:relative;flex:1;width:400px;min-width:0;max-width:100%}.searchbar-form[data-v-11604365]{display:flex;align-items:center;background-color:#231f20;border:1px solid #ee9d21;border-radius:5px;padding:5px}.searchbar-form input[data-v-11604365]{background-color:transparent;border:none;color:#ee9d21;outline:none;width:100%;margin-left:5px}.searchbar-form label[data-v-11604365]{color:#ee9d21}.search-results[data-v-11604365]{position:absolute;top:100%;left:0;right:0;background-color:#231f20;border:1px solid #ee9d21;border-top:none;z-index:999}.search-results .search-warning[data-v-11604365]{background-color:rgba(238,157,33,.9);color:#231f20;padding:4px 8px;font-size:.8em;border-radius:3px;margin-bottom:8px;font-weight:700}.search-results .products-list ul[data-v-11604365]{list-style:none;padding:0;margin:0}.search-results .products-list ul li[data-v-11604365]{border-bottom:1px solid #ee9d21}.search-results .products-list ul li a[data-v-11604365]{display:flex;padding:10px;text-decoration:none;color:#ee9d21}.search-results .products-list ul li a[data-v-11604365]:hover{background-color:#3e3739}.search-results .products-image[data-v-11604365]{width:50px;height:50px;background-color:#ccc;margin-right:10px}.search-results .products-text h2[data-v-11604365]{font-size:1rem;margin:0}.search-results .products-text h3[data-v-11604365]{font-size:.8rem;margin:0}.burger-button[data-v-11604365]{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer}.burger-button span[data-v-11604365]{width:22px;height:2px;background:#000}@media(max-width:768px){.header-container[data-v-11604365]{position:fixed;background-color:#231f20;border-bottom:1px solid #ee9d21}.header-top[data-v-11604365]{position:relative;z-index:10000;display:flex;align-items:center;gap:15px!important}.header-logo img[data-v-11604365]{max-height:32px;margin-top:9px}.burger-button[data-v-11604365]{display:flex}.header-nav[data-v-11604365]{position:fixed;top:calc(var(--header-height, 81px));left:0;width:100%;height:calc(100vh - 60px);background:#231f20;z-index:9999;display:flex;flex-direction:column;transform:translateY(-100%);transition:transform .3s ease}.header-nav .dropDown-area ul[data-v-11604365],.header-nav .dropDown-area[data-v-11604365],.header-nav .dropDown-hover[data-v-11604365]{position:static!important;top:auto!important;left:auto!important;right:auto!important;transform:none!important;width:100%}.header-nav ul[data-v-11604365]{display:flex;flex-direction:column;width:100%;gap:0}.header-nav ul li[data-v-11604365]{width:100%;padding:0 25px!important;position:relative;display:flex;flex-direction:column;align-items:stretch!important}.header-nav ul li a[data-v-11604365],.header-nav ul li button[data-v-11604365]{display:block;width:100%;padding:14px 16px}svg[data-v-11604365]{padding:0 0!important}.header-nav.mobile-open[data-v-11604365]{transform:translateY(0)}.dropDown-area[data-v-11604365]{display:none;max-height:0;overflow:hidden;transition:max-height .3s ease}.dropDown-area ul[data-v-11604365]{display:flex;flex-direction:column;width:100%}.dropDown-area ul li a[data-v-11604365]{padding:12px 24px}.dropDown-area.open-mobile[data-v-11604365]{display:block;max-height:500px}.dropDown-hover:hover .dropDown-area[data-v-11604365]{display:none}.search-container[data-v-11604365]{position:relative;flex:1;width:60vw;min-width:0;max-width:100%}.login-button[data-v-11604365],.logout-button[data-v-11604365]{width:60px!important}[data-v-11604365]:root{--header-height:64px}}[data-v-5c11d5dd]{margin:0;padding:0}.container[data-v-5c11d5dd]{width:1200px;margin:0 auto}footer[data-v-5c11d5dd]{background-color:#231f20;color:#ee9d21;padding:2rem 0}.footer-bottom[data-v-5c11d5dd]{width:100%}.container[data-v-5c11d5dd]{padding:0 1rem}.footer-links[data-v-5c11d5dd]{display:flex;flex-direction:column;gap:2rem;margin-bottom:.5rem;padding:0 1rem}.footer-links_card[data-v-5c11d5dd]{width:100%}.footer-links_card h4[data-v-5c11d5dd]{margin-bottom:.75rem}.footer-links_card ul[data-v-5c11d5dd]{list-style:none;padding:0;margin:0}.footer-links_card li[data-v-5c11d5dd]{margin-bottom:.5rem}.footer-links_card a[data-v-5c11d5dd]{color:#ee9d21;text-decoration:none;font-size:1rem}.footer-links_socials a[data-v-5c11d5dd]{font-size:2rem;padding-right:15px;padding-bottom:.5rem}.show-more-btn[data-v-5c11d5dd]{margin-top:.75rem;background-color:#ee9d21;color:#231f20;padding:.5rem .5rem;border-radius:4px;cursor:pointer;width:-moz-fit-content;width:fit-content}.show-more-btn[data-v-5c11d5dd]:hover{background-color:#231f20;color:#ee9d21;border:1px solid #ee9d21}.footer-map iframe[data-v-5c11d5dd]{display:block;width:25%;max-width:100%;border:0;filter:invert(90%) hue-rotate(180deg)}@media(min-width:768px){.footer-links[data-v-5c11d5dd]{flex-direction:row;flex-wrap:wrap;gap:2rem}.footer-links_card[data-v-5c11d5dd]{flex:1 1 calc(50% - 2rem)}}@media(min-width:1024px){.container[data-v-5c11d5dd]{max-width:1200px;margin:0 auto}.footer-links[data-v-5c11d5dd]{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem}.footer-links_card[data-v-5c11d5dd]{min-width:0;width:100%}.footer-links_card h4[data-v-5c11d5dd]{font-size:1.75rem;margin-bottom:.75rem}.footer-links_card a[data-v-5c11d5dd]{font-size:1.2rem}.footer-links_socials a[data-v-5c11d5dd]{font-size:2rem;padding-right:15px}.footer-map[data-v-5c11d5dd]{width:100%;min-width:0;overflow:hidden}.footer-map iframe[data-v-5c11d5dd]{display:block;width:100%;height:250px;border:0}}[data-v-65da5e41]{margin:0;padding:0}.container[data-v-65da5e41]{width:1200px;margin:0 auto}.sidebar[data-v-65da5e41]{box-sizing:border-box;width:200px;background-color:#231f20;border-right:2px solid #ee9d21;padding:1rem;height:calc(100vh - 62px);position:fixed;left:0;top:62px;z-index:998;transition:width .3s;overflow-x:hidden}.sidebar.collapsed[data-v-65da5e41]{width:40px}.toggle-btn[data-v-65da5e41]{background:none;border:none;cursor:pointer;font-size:1.5rem;margin-bottom:1rem;color:#ee9d21}.sidebar ul[data-v-65da5e41]{list-style:none;padding:0;transition:opacity .3s;white-space:nowrap}.sidebar ul[data-v-65da5e41] a{text-decoration:none;color:#ee9d21!important;font-family:Roboto,serif;font-weight:500;font-size:18px;padding:10px;display:inline-block;position:relative}.sidebar ul[data-v-65da5e41] a:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:0;left:0;background-color:#ee9d21;transition:transform .25s ease-out}.sidebar ul[data-v-65da5e41] a:hover:after{transform:scaleX(1)}.sidebar ul[data-v-65da5e41] a.router-link-exact-active{font-weight:700}.sidebar.collapsed ul[data-v-65da5e41]{pointer-events:none}.container{width:1200px;margin:0 auto}*{margin:0;padding:0}body,html{width:100%;max-width:100%;overflow-x:hidden;padding-top:var(--header-height)}.main-layout{display:flex}.content{flex:1;transition:padding-left .3s}[data-v-05c7ddec]{margin:0;padding:0}.container[data-v-05c7ddec]{width:1200px;margin:0 auto}.helpBanner[data-v-05c7ddec]{background-color:#ee9d21;padding:10px 0;display:flex;align-items:center;width:100%!important;max-width:100%}.helpBanner .container[data-v-05c7ddec]{display:flex;align-items:center;max-width:100%!important;min-width:0;width:100%}.helpBanner_text a[data-v-05c7ddec],.helpBanner_text[data-v-05c7ddec]{font-family:Roboto,serif;font-size:42px;color:var(--black-color);width:auto;margin:0 auto;font-weight:500;max-width:100%;text-align:center;white-space:normal!important;overflow-wrap:break-word;overflow-wrap:anywhere}.helpBanner_text a a[data-v-05c7ddec],.helpBanner_text a[data-v-05c7ddec]{text-decoration:underline;color:#fff}.helpBanner_text a a[data-v-05c7ddec]:hover,.helpBanner_text a[data-v-05c7ddec]:hover{text-decoration:none;color:#231f20}[data-v-40601dfc]{margin:0;padding:0}.container[data-v-40601dfc]{width:1200px;margin:0 auto}.home-view .hero-section[data-v-40601dfc]{background-image:url(/img/Bent_ved_maskinerne.5bf60a68.png);background-size:cover;background-position:center 70%;color:#fff;text-align:center;padding:4rem 2rem;position:relative;height:220px}.home-view .hero-section[data-v-40601dfc]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5)}.home-view .hero-section .hero-content[data-v-40601dfc]{position:relative;z-index:1}.home-view .hero-section h1[data-v-40601dfc]{font-size:4rem;margin-top:2rem;margin-bottom:1rem}.home-view .hero-section p[data-v-40601dfc]{font-size:1.5rem;margin-bottom:2rem}.home-view .about-us-section[data-v-40601dfc],.home-view .how-it-works-section[data-v-40601dfc],.home-view .rent-online-section[data-v-40601dfc]{padding:4rem 2rem;text-align:center}.home-view .about-us-section h2[data-v-40601dfc],.home-view .how-it-works-section h2[data-v-40601dfc],.home-view .rent-online-section h2[data-v-40601dfc]{font-size:2.5rem;margin-bottom:2rem;color:#ee9d21}.home-view .about-us-section p[data-v-40601dfc],.home-view .how-it-works-section p[data-v-40601dfc],.home-view .rent-online-section p[data-v-40601dfc]{font-size:1.2rem;color:#231f20;max-width:800px;margin:0 auto 2rem auto}.home-view .how-it-works-section[data-v-40601dfc]{background-color:#fff}.home-view .how-it-works-section .steps[data-v-40601dfc]{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.home-view .how-it-works-section .step[data-v-40601dfc]{flex:1;max-width:300px;border:1px solid #ee9d21;border-radius:8px;padding:2rem;background-color:#231f20;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.home-view .how-it-works-section .step[data-v-40601dfc]:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.home-view .how-it-works-section .step .step-icon[data-v-40601dfc]{width:50px;height:50px;border-radius:50%;background-color:#ee9d21;color:#231f20;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem auto}.home-view .how-it-works-section .step h3[data-v-40601dfc]{font-size:1.5rem;margin-bottom:1rem;color:#ee9d21}.home-view .how-it-works-section .step p[data-v-40601dfc]{color:#fff}.home-view .rent-online-section[data-v-40601dfc]{background-color:#f2f2f2}.home-view .call-us-section[data-v-40601dfc]{display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background-color:#fff;gap:2rem}.home-view .call-us-section .call-us-content[data-v-40601dfc]{flex:1;text-align:left;max-width:500px}.home-view .call-us-section .call-us-content h2[data-v-40601dfc]{font-size:2.5rem;margin-bottom:1rem;color:#ee9d21}.home-view .call-us-section .call-us-content p[data-v-40601dfc]{font-size:1.2rem;color:#231f20;margin-bottom:2rem}.home-view .call-us-section .call-us-image[data-v-40601dfc]{flex:1;max-width:400px}.home-view .call-us-section .call-us-image img[data-v-40601dfc]{width:80%;border-radius:8px}.home-view .features-section[data-v-40601dfc]{display:flex;justify-content:center;gap:2rem;padding:4rem 2rem;background-color:#f2f2f2;flex-wrap:wrap}.home-view .features-section .feature-card[data-v-40601dfc]{flex:1;max-width:350px;text-align:center;border:1px solid #ee9d21;background-color:#231f20;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.home-view .features-section .feature-card[data-v-40601dfc]:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.home-view .features-section .feature-card img[data-v-40601dfc]{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.home-view .features-section .feature-card .split-image-container[data-v-40601dfc]{display:flex;height:200px}.home-view .features-section .feature-card .split-image-container img[data-v-40601dfc]{width:50%;-o-object-fit:cover;object-fit:cover}.home-view .features-section .feature-card h3[data-v-40601dfc]{font-size:1.5rem;margin:1.5rem 1rem 1rem 1rem;color:#ee9d21}.home-view .features-section .feature-card p[data-v-40601dfc]{font-size:1.1rem;color:#fff;padding:0 1.5rem 1.5rem 1.5rem}.home-view .about-us-section[data-v-40601dfc]{background-color:#fff}.home-view .btn[data-v-40601dfc]{display:inline-block;padding:10px 20px;border-radius:5px;text-decoration:none;font-weight:700;transition:opacity .3s ease}.home-view .btn[data-v-40601dfc]:hover{color:#ee9d21;background-color:#231f20}.home-view .btn-primary[data-v-40601dfc]{background-color:#ee9d21;color:#231f20}.home-view .btn-secondary[data-v-40601dfc]{background-color:#231f20;color:#ee9d21;border:1px solid #ee9d21}.hero-section[data-v-40601dfc]{height:100%!important;padding:4rem 1rem!important}.how-it-works-section .steps[data-v-40601dfc]{flex-direction:column;align-items:center}.call-us-section[data-v-40601dfc]{flex-direction:column;text-align:center}.call-us-section .call-us-content[data-v-40601dfc]{max-width:100%;text-align:center!important}.call-us-section .call-us-image img[data-v-40601dfc]{width:100%}.features-section[data-v-40601dfc]{flex-direction:column;align-items:center}h1[data-v-40601dfc]{font-size:2.5rem!important;margin-top:1rem;margin-bottom:1rem}@media(min-width:768px){.how-it-works-section .steps[data-v-40601dfc]{flex-direction:row}.call-us-section[data-v-40601dfc]{flex-direction:row;text-align:left}.call-us-section .call-us-content[data-v-40601dfc]{text-align:left}.features-section[data-v-40601dfc]{flex-direction:row;flex-wrap:wrap}}@media(min-width:1024px){.hero-section[data-v-40601dfc]{height:320px}.features-section[data-v-40601dfc]{flex-wrap:nowrap}h1[data-v-40601dfc]{font-size:4rem!important;margin-top:1rem;margin-bottom:1rem}}.admin-layout[data-v-fbf51b6e]{display:flex}.content[data-v-fbf51b6e]{flex:1;padding:1rem}