:root{--color-primary:#8faf9f;--color-primary-dark:#5c7e6e;--color-accent:#b76e79;--color-bg:#f9f7f5;--color-text:#2c2c2c}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);line-height:1.4}.skip-link{background:var(--color-primary-dark);color:#fff;z-index:9999;padding:1rem;font-weight:700;text-decoration:none;transition:top .3s;position:absolute;top:-100px;left:0}.skip-link:focus{top:0}.hero{background-color:var(--color-primary);color:#fff;background-image:linear-gradient(#8faf9fa6,#8faf9f),url(/herobild.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:80vh;padding:8rem 5% 16rem;display:flex;position:relative}.hero:after{content:"";background:var(--color-bg);border-top-left-radius:50% 100%;border-top-right-radius:50% 100%;width:100%;height:6vw;min-height:40px;position:absolute;bottom:0;left:0}.header-nav{border-top:8px solid var(--color-primary);z-index:100;background-color:#fff;padding:1rem 5%;position:sticky;top:0;box-shadow:0 4px 20px #00000008}.header-nav-content{grid-template-columns:1fr auto 1fr;align-items:center;max-width:1200px;margin:0 auto;display:grid}.logo{width:250px;max-width:100%;height:auto;transition:width .3s;display:block}@media (min-width:768px){.logo{width:320px}}@media (min-width:1200px){.logo{width:440px}}.hamburger-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:10px;display:flex}.hamburger-line{background-color:var(--color-primary-dark);border-radius:3px;width:25px;height:3px;transition:all .3s}.sidebar-overlay{z-index:1000;opacity:0;visibility:hidden;background:#0006;width:100%;height:100%;transition:all .3s;position:fixed;top:0;left:0}.sidebar-overlay.active{opacity:1;visibility:visible}.sidebar{z-index:1001;visibility:hidden;background:#fff;flex-direction:column;width:300px;height:100%;transition:right .3s,visibility .3s;display:flex;position:fixed;top:0;right:-300px;box-shadow:-5px 0 25px #0000001a}.sidebar.active{visibility:visible;right:0}.sidebar-header{justify-content:flex-end;padding:2rem;display:flex}.close-btn{color:var(--color-primary-dark);cursor:pointer;background:0 0;border:none;font-size:2.5rem;line-height:1}.sidebar-nav{flex-direction:column;gap:1.5rem;padding:0 2rem;display:flex}.sidebar-nav a{font-family:var(--font-heading);color:var(--color-text);font-size:1.2rem;font-weight:600;text-decoration:none;transition:color .3s}.sidebar-nav a:hover{color:var(--color-primary)}.hero-text{text-align:center;max-width:900px;margin:0 auto}.hero-subline{font-family:var(--font-heading);color:#fff;text-transform:uppercase;letter-spacing:2px;background-color:#b75d3f;border-radius:50px;margin-bottom:1.5rem;padding:.4rem 1.2rem;font-size:.85rem;font-weight:600;display:inline-block}.hero h1{font-family:var(--font-heading);color:#fff;margin-bottom:2rem;font-size:2.8rem;font-weight:700;line-height:1.25}.hero p{opacity:.95;margin-bottom:1rem;font-size:1.15rem;line-height:1.5}.overlap-wrapper{z-index:10;max-width:1200px;margin:-10rem auto 4rem;padding:0 5%;position:relative}.cards-container{justify-content:center;align-items:stretch;gap:2.5rem;display:flex}.card{background:#fff;border-radius:20px;flex-direction:column;flex:1;padding:3.5rem 3rem;transition:transform .4s,box-shadow .4s;display:flex;box-shadow:0 15px 35px #0000000f}.card:hover{transform:translateY(-8px);box-shadow:0 25px 45px #0000001f}.card h2{font-family:var(--font-heading);color:var(--color-primary-dark);margin-bottom:1.5rem;font-size:2rem}.info-card-wide{background:#fff;border-radius:20px;margin-bottom:2.5rem;padding:3rem 4rem;box-shadow:0 15px 35px #0000000f}.info-card-wide p{color:#444;margin-bottom:1rem;font-size:1.15rem;line-height:1.6}.info-card-wide p:last-child{margin-bottom:0}.form-group{margin-bottom:1.5rem}.form-label{color:var(--color-primary-dark);margin-bottom:.5rem;font-weight:600;display:block}.form-input{width:100%;font-family:var(--font-body);background-color:var(--color-bg);border:1px solid #dce0de;border-radius:8px;padding:1rem 1.2rem;font-size:1.05rem;transition:border-color .3s,background-color .3s}.form-input:focus{background-color:#fff;border-color:#005fcc}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:3px!important;outline:3px solid #005fcc!important;box-shadow:0 0 0 6px #005fcc33!important}.checkbox-group{align-items:flex-start;gap:12px;margin-bottom:2rem;display:flex}.checkbox-group input{width:18px;height:18px;accent-color:var(--color-primary);margin-top:5px}.checkbox-group label{color:#555;font-size:.95rem;line-height:1.4}.btn-wrapper{margin-top:auto}.btn{background:var(--color-primary-dark);color:#fff;text-align:center;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:1px;cursor:pointer;box-sizing:border-box;border:none;border-radius:30px;justify-content:center;align-items:center;width:100%;padding:1.2rem 2rem;font-size:1rem;font-weight:700;line-height:1.4;text-decoration:none;transition:background-color .3s,transform .2s;display:inline-flex}.btn:hover{background:var(--color-primary-dark);transform:translateY(-2px)}.btn-accent{background:#9b5661}.btn-accent:hover{background:#81454f}.map-image{object-fit:cover;border-radius:12px;width:100%;height:250px;margin-bottom:2.5rem;box-shadow:0 4px 15px #0000000d}.map-card-content{margin-bottom:auto}.footer{text-align:center;padding:4rem 2rem}.footer a{color:#496457;margin:0 1.5rem;font-weight:600;text-decoration:none;transition:color .3s}.footer a:hover{color:var(--color-accent)}@media (max-width:950px){.overlap-wrapper{padding:0 1rem}.cards-container{flex-direction:column;gap:2rem;margin-top:2rem;padding:0}.info-card-wide{margin-bottom:2rem;padding:2.5rem 2rem}.hero-text h1{font-size:2.2rem}.hero:after{display:none}.hero{align-items:center;min-height:60vh;padding:4rem 1rem 8rem;display:flex}.overlap-wrapper{margin-top:-6rem;padding:0 1rem}.header{padding:1.25rem 5%}.card{padding:2.5rem 2rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{opacity:0;animation:.8s cubic-bezier(.2,.8,.2,1) forwards fadeInUp}.delay-1{animation-delay:.15s}.delay-2{animation-delay:.3s}.delay-3{animation-delay:.45s}.reveal{opacity:0;transition:opacity .8s cubic-bezier(.2,.8,.2,1),transform .8s cubic-bezier(.2,.8,.2,1);transform:translateY(40px)}.reveal.active{opacity:1;transform:translateY(0)}.login-overlay{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);z-index:9999;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:fixed;top:0;left:0}.login-card{text-align:center;background:#fff;border-radius:24px;width:100%;max-width:420px;padding:3.5rem 3rem;animation:.6s cubic-bezier(.2,.8,.2,1) forwards fadeInUp;box-shadow:0 25px 60px #00000026}.login-logo{margin-bottom:2rem}.login-title{font-family:var(--font-heading);color:var(--color-primary-dark);margin-bottom:.75rem;font-size:1.6rem}.login-subtitle{color:#666;margin-bottom:2rem;font-size:1rem;line-height:1.5}.login-error{color:#d32f2f;margin-top:-.5rem;margin-bottom:1rem;font-size:.9rem}.login-btn{margin-top:.5rem}.clever_form_error{background-color:#fff5f5!important;border-color:#e53e3e!important}.clever_form_note{color:#333;background-color:#fff3cd;border-radius:4px;margin:4px 0 0 2px;padding:2px 6px;font-size:.85rem;font-weight:600;display:inline-block}@media (max-width:400px){.g-recaptcha{transform-origin:0 0;transform:scale(.88)}}.legal-page-container{overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:900px;margin:4rem auto;padding:0 2rem}.legal-page-title{font-family:var(--font-heading);color:var(--color-primary-dark);overflow-wrap:break-word;word-wrap:break-word;margin-bottom:2rem;font-size:2.5rem;line-height:1.15}.legal-page-section-title{color:var(--color-primary-dark);overflow-wrap:break-word;word-wrap:break-word;margin-top:2.5rem;margin-bottom:1rem;font-size:1.5rem}.legal-page-container ul{margin-bottom:1.5rem;padding-left:1.25rem}.legal-page-container li{margin-bottom:.5rem;line-height:1.6}.legal-page-container p{margin-bottom:1.5rem;line-height:1.6}@media (max-width:768px){.legal-page-container{margin:2rem auto;padding:0 1.25rem}.legal-page-title{font-size:1.85rem}.legal-page-section-title{margin-top:2rem;font-size:1.25rem}}
@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(../media/8298327da6d5bcce-s.132ro2ak-rvxq.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(../media/44fac91e6f2d2b1b-s.0f~sf101j6mzi.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2b402d8aebffd579-s.0dskwooysu3cf.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a88409fdd7dc121c-s.0ir_pxtv760h..woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e8f2fbee2754df70-s.p.0fzkl03jw-sdz.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(../media/8298327da6d5bcce-s.132ro2ak-rvxq.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(../media/44fac91e6f2d2b1b-s.0f~sf101j6mzi.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2b402d8aebffd579-s.0dskwooysu3cf.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(../media/a88409fdd7dc121c-s.0ir_pxtv760h..woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e8f2fbee2754df70-s.p.0fzkl03jw-sdz.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(../media/8298327da6d5bcce-s.132ro2ak-rvxq.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(../media/44fac91e6f2d2b1b-s.0f~sf101j6mzi.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2b402d8aebffd579-s.0dskwooysu3cf.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(../media/a88409fdd7dc121c-s.0ir_pxtv760h..woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(../media/e8f2fbee2754df70-s.p.0fzkl03jw-sdz.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat Fallback;src:local(Arial);ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.0%;size-adjust:112.83%}.montserrat_3c24cc3f-module__AAOKZa__className{font-family:Montserrat,Montserrat Fallback;font-style:normal}.montserrat_3c24cc3f-module__AAOKZa__variable{--font-heading:"Montserrat", "Montserrat Fallback"}
@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url(../media/da8a9dd0d68e512b-s.075ksw~sx6hmf.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url(../media/94b4a5dc1fe84361-s.152ftqe40mrji.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url(../media/ff5be760267bb4bc-s.0.82snbe0x2a8.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url(../media/99596c30eb072d3c-s.0s6~0_kovb3c2.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url(../media/e5864b32625b6bc3-s.06wztka3punf6.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url(../media/e285ad1a914469f0-s.0d9dgiv-6zu4j.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url(../media/47df9ba1c7236d3b-s.p.0cqfp9mgbqxvb.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url(../media/da8a9dd0d68e512b-s.075ksw~sx6hmf.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url(../media/94b4a5dc1fe84361-s.152ftqe40mrji.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url(../media/ff5be760267bb4bc-s.0.82snbe0x2a8.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url(../media/99596c30eb072d3c-s.0s6~0_kovb3c2.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url(../media/e5864b32625b6bc3-s.06wztka3punf6.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url(../media/e285ad1a914469f0-s.0d9dgiv-6zu4j.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url(../media/47df9ba1c7236d3b-s.p.0cqfp9mgbqxvb.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Sans 3 Fallback";src:local(Arial);ascent-override:109.21%;descent-override:42.66%;line-gap-override:0.0%;size-adjust:93.76%}.source_sans_3_52a6820d-module__M1z1Qq__className{font-family:"Source Sans 3","Source Sans 3 Fallback";font-style:normal}.source_sans_3_52a6820d-module__M1z1Qq__variable{--font-body:"Source Sans 3", "Source Sans 3 Fallback"}
