@import"https://fonts.googleapis.com/css2?family=Fredoka+One:wght@400&family=Nunito:wght@300;400;600;700&display=swap";@import"https://fonts.cdnfonts.com/css/jungle-hope";.hero{background:url(../Images/bg_jungle.svg) center center/cover no-repeat;min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;margin-bottom:120px}.intro-box:after{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1.5" fill="%23F2BF24" opacity="0.08"/></svg>') repeat;animation:float 25s linear infinite;pointer-events:none}.intro-corner{width:40px;height:40px;position:absolute;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><circle cx="20" cy="20" r="18" fill="%23F2BF24" stroke="%23293F14" stroke-width="2"/><path d="M12 20C12 16 16 12 20 12C24 12 28 16 28 20C28 24 24 28 20 28C16 28 12 24 12 20Z" fill="%23293F14"/><circle cx="17" cy="20" r="2" fill="%23FCF6E9"/><circle cx="23" cy="20" r="2" fill="%23FCF6E9"/><path d="M15 25C15 25 17 27 20 27C23 27 25 25 25 25" stroke="%23293F14" stroke-width="2" fill="none"/></svg>') no-repeat center/cover;z-index:2}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.hero{background-image:url(../Images/bg_jungle.svg);background-size:cover}}.splash-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#FCF6E9 0%,#F2BF24 50%,#8BC34A 100%);display:flex;align-items:center;justify-content:center;z-index:10000;opacity:1;transition:opacity .8s ease-out;overflow:hidden}.splash-screen.fade-out{opacity:0;pointer-events:none}.splash-content{text-align:center;max-width:600px;padding:40px;animation:splashFadeIn .8s ease-out}.splash-title{font-family:Fredoka One,Jungle Hope,cursive;font-size:2.5em;color:#293f14;margin:0 0 15px;animation:titleSlideIn .6s ease-out .3s both}.splash-subtitle{font-family:Nunito,Arial,sans-serif;font-size:1.3em;color:#171712;margin:0 0 40px;animation:subtitleSlideIn .6s ease-out .5s both;line-height:1.4}.language-selection{display:flex;justify-content:center;gap:30px;margin:40px 0;animation:languageSelectionFadeIn .6s ease-out .8s both}.lang-btn{display:flex;flex-direction:column;align-items:center;background:rgba(255,255,255,.9);border:3px solid #293F14;border-radius:15px;padding:20px;cursor:pointer;transition:all .3s ease;min-width:150px;box-shadow:0 4px 15px #293f1433;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.lang-btn:hover{transform:translateY(-5px);box-shadow:0 8px 25px #293f144d;border-color:#f2bf24}.lang-btn:active{transform:translateY(-2px)}.lang-icon{width:80px;height:80px;margin-bottom:10px;transition:transform .3s ease}.lang-btn:hover .lang-icon{transform:scale(1.1)}.lang-text{font-family:Nunito,Arial,sans-serif;font-weight:600;font-size:1.1em;color:#293f14}.auto-loading{margin-top:40px;animation:autoLoadingFadeIn .6s ease-out 1s both}.loading-bar{width:300px;height:6px;background:rgba(41,63,20,.2);border-radius:3px;margin:0 auto 15px;overflow:hidden}.loading-progress{height:100%;background:linear-gradient(90deg,#F2BF24,#8BC34A);border-radius:3px;width:0%;transition:width .1s linear}.auto-loading-text{font-family:Nunito,Arial,sans-serif;font-size:.9em;color:#171712;margin:0;opacity:.8}.splash-animals{position:relative;height:200px;margin:40px 0}.splash-girafie{position:absolute;left:20%;bottom:0;height:80px;animation:girafieFloat 3s ease-in-out infinite}.splash-lionie{position:absolute;right:20%;bottom:0;height:70px;animation:lionieFloat 3s ease-in-out infinite .5s}.splash-tree{position:absolute;left:50%;transform:translate(-50%);bottom:0;height:100px;animation:treeGrow 2s ease-out 1s both}.splash-loading{margin-top:40px}.loading-dots{display:flex;justify-content:center;gap:8px}.loading-dots span{width:12px;height:12px;background:#293F14;border-radius:50%;animation:dotPulse 1.4s ease-in-out infinite}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes splashFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes logoBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes titleSlideIn{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes subtitleSlideIn{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes languageSelectionFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes autoLoadingFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.splash-content{padding:20px;max-width:90%}.splash-title{font-size:2em}.splash-subtitle{font-size:1.1em}.language-selection{flex-direction:column;gap:20px;align-items:center}.lang-btn{min-width:120px;padding:15px}.lang-icon{width:60px;height:60px}.loading-bar{width:250px}}@media (max-width: 480px){.splash-title{font-size:1.6em}.splash-subtitle{font-size:1em}.language-selection{gap:15px}.lang-btn{min-width:100px;padding:12px}.lang-icon{width:50px;height:50px}.loading-bar{width:200px}.auto-loading-text{font-size:.8em}}@media (max-width: 360px){.splash-content{padding:15px;max-width:95%}.splash-title{font-size:1.4em}.splash-subtitle{font-size:.9em}.lang-btn{min-width:80px;padding:10px}.lang-icon{width:40px;height:40px}.loading-bar{width:180px}.auto-loading-text{font-size:.7em}}body{margin:0;font-family:Nunito,Arial,sans-serif;background:#FCF6E9;color:#222;font-weight:400;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}p{color:#2a2929}h1{font-size:48px}button,a,input,select,textarea{outline:none}.btn-base{display:inline-flex;align-items:center;font-family:Fredoka One,Arial,sans-serif;font-weight:400;text-decoration:none;border-radius:4px;cursor:pointer;transition:background .2s,color .2s,box-shadow .2s,transform .2s;box-shadow:0 2px 8px #0000000f;border:2px solid transparent;gap:10px}.btn-small{padding:8px 16px;font-size:.9em}.btn-medium{padding:10px 22px 10px 18px;font-size:1.1em}.btn-large{padding:16px 32px;font-size:1.1em}.btn-primary{background:#F2BF24;color:#171712;border:2px solid #F2BF24}.btn-primary:hover{background:#293F14;color:#f2bf24;border-color:#293f14;box-shadow:0 4px 16px #293f141a}.btn-secondary{background:#ffffff;color:#293f14;border:2px solid #293F14}.btn-secondary:hover{background:#293F14;color:#fff;border-color:#293f14}.btn-base .email-icon{margin-right:8px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.5}.btn-base .arrow{font-size:1.2em;margin-left:8px;display:inline-block;transition:transform .2s}.btn-base:hover .arrow{transform:translate(4px)}@media (max-width: 900px){.btn-base{padding:16px!important;width:100%;text-align:center!important;justify-content:center!important;margin:20px auto 0!important;min-height:44px;display:flex!important;align-items:center;box-sizing:border-box}.btn-base .arrow{margin-left:0!important}.jobs-buttons .btn-base{width:100%!important;flex:1 1 auto!important;min-width:0!important}.footer .btn-base{width:auto!important;margin:8px 0 0!important;padding:8px 16px!important;display:inline-flex!important}}@media (max-width: 480px){.btn-base{font-size:1.1em}.warteliste-form-btn{padding:16px!important;font-size:1.1em;min-height:44px;text-align:center!important;justify-content:center!important;margin:20px auto 0!important;display:flex!important;align-items:center;box-sizing:border-box;width:100%}.warteliste-form-btn .arrow{margin-left:0!important}}h1,h2,h3,h4,h5,h6,.title,.highlight-title,.feature-title,.jobs-title,.warteliste-title{font-family:Fredoka One,Jungle Hope,cursive;font-weight:400}header{background:#293F14;height:100px;display:flex;align-items:center;padding:0 40px}.logo{height:80px;margin-right:40px}nav{flex:1;display:flex;align-items:center}nav ul{list-style:none;display:flex;gap:48px;margin:0;padding:0}nav a{font-family:Nunito,Arial,sans-serif;font-size:22px;font-weight:600;color:#fcf6e9;text-decoration:none;position:relative;transition:color .2s;padding:4px 0}nav a.active,nav a:focus,nav a:hover{color:#fcf6e9}.language-selector{position:relative;margin-left:32px;font-family:Nunito,Arial,sans-serif;font-size:22px;color:#fcf6e9;cursor:pointer;display:flex;align-items:center;gap:8px}.language-selector .lang-dropdown{display:none;position:absolute;right:0;top:36px;background:#FCF6E9;border-radius:12px;box-shadow:0 2px 8px #00000014;min-width:120px;z-index:100;padding:8px 0}.language-selector.open .lang-dropdown{display:block}.language-selector .lang-option{padding:10px 24px;color:#171712;font-size:20px;cursor:pointer;background:none;border:none;width:100%;text-align:left}.language-selector .lang-option.selected,.language-selector .lang-option:hover{background:#F2BF24;color:#171712;font-weight:600}.language-selector .lang-icon{font-size:22px;margin-right:4px}.navbar{background:#3d5a2a;color:#fff;height:96px;display:flex;align-items:center;position:sticky;top:0;z-index:100;transition:transform .3s ease;box-sizing:border-box}.navbar-hidden{transform:translateY(-100%)}.navbar-container{width:100%;max-width:1300px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:96px;box-sizing:border-box}.logo{height:80px;padding:4px 0;box-sizing:border-box}.nav-links{list-style:none;display:flex;gap:28px;margin:0;padding:0}.nav-links li{font-family:Fredoka One,Jungle Hope,Arial,sans-serif;font-size:1.1em;cursor:pointer;padding:4px 0;border-bottom:2px solid transparent;transition:border .2s;box-sizing:border-box;margin-bottom:0}.nav-links li a{color:#fff;text-decoration:none;font-family:Fredoka One,Jungle Hope,Arial,sans-serif;font-size:1.1em;transition:color .2s;outline:none}.nav-links li.active,.nav-links li:hover{border-bottom:2px solid #f9d923;margin-bottom:0}.nav-links li.active a,.nav-links li:hover a{color:#f9d923}.lang-selector{position:relative}.lang-selector button{background:#F2BF24;color:#171712;border:none;border-radius:4px;padding:6px 14px;font-family:Fredoka One,Arial,sans-serif;cursor:pointer;font-size:1em;outline:none}.lang-dropdown{display:none;position:absolute;right:0;top:36px;background:#fff;color:#3d5a2a;border-radius:4px;box-shadow:0 2px 8px #00000014;min-width:120px;z-index:10;overflow:hidden}.lang-selector.open .lang-dropdown{display:block}.lang-dropdown a{display:block;padding:8px 16px;text-decoration:none;color:#3d5a2a;font-family:Nunito,Arial,sans-serif;font-weight:600;font-size:.9em;border-bottom:none;text-decoration-line:none;text-decoration-style:none;text-decoration-color:transparent;outline:none}.lang-dropdown a:hover{background:#F2BF24;color:#171712}.lang-dropdown a.active{background:#F2BF24;color:#171712;font-weight:600;border-bottom:none;text-decoration:none;text-decoration-line:none;text-decoration-style:none;text-decoration-color:transparent}.flag-icon{width:20px;height:14px;margin-right:8px;vertical-align:middle;border-radius:2px}.lang-selector button .flag-icon,.mobile-lang-selector button .flag-icon{width:18px;height:12px;margin-right:6px}.lang-dropdown a .flag-icon,.mobile-lang-dropdown a .flag-icon{width:16px;height:11px;margin-right:8px}.mobile-menu-btn{display:none;background:#F2BF24;color:#171712;border:none;border-radius:4px;cursor:pointer;padding:6px 14px;transition:background-color .2s;align-items:center;gap:8px;font-family:Fredoka One,Arial,sans-serif;font-size:1em;outline:none}@media (hover: hover) and (pointer: fine){.mobile-menu-btn:hover{background:#293F14;color:#f2bf24}}.hamburger-icon{display:flex;flex-direction:column;gap:3px;width:20px;height:16px;justify-content:center}.hamburger-icon .line{width:100%;height:2px;background:#171712;border-radius:1px;transition:all .3s ease}.mobile-menu-btn.active .hamburger-icon .line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.active .hamburger-icon .line:nth-child(2){opacity:0}.mobile-menu-btn.active .hamburger-icon .line:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.menu-label{font-size:.8em;font-weight:400}.mobile-menu{display:none;position:fixed;top:70px;left:0;right:0;bottom:0;height:calc(100vh - 70px);background:#3d5a2a;border-top:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #00000026;z-index:99;transform:translateY(-10px);opacity:0;transition:all .3s ease;overflow-y:auto}.mobile-menu.active{display:block;transform:translateY(0);opacity:1}.mobile-nav-links{list-style:none;margin:0;padding:20px 0;display:flex;flex-direction:column;gap:0}.mobile-nav-links li{padding:16px 24px;font-family:Fredoka One,Jungle Hope,Arial,sans-serif;box-sizing:border-box;font-size:1.1em;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.1);transition:background-color .2s;display:flex;align-items:center;min-height:44px}.mobile-nav-links li a{color:#fff;text-decoration:none;font-family:Fredoka One,Jungle Hope,Arial,sans-serif;font-size:1.1em;transition:color .2s;width:100%;outline:none}.mobile-nav-links li:last-child{border-bottom:none}.mobile-nav-links li:has(a[href="/jobs"]){border-bottom:1px solid rgba(255,255,255,.1)}.mobile-nav-links li:hover,.mobile-nav-links li.active{background:rgba(255,255,255,.1)}.mobile-nav-links li:hover a,.mobile-nav-links li.active a{color:#f2bf24}.mobile-lang-selector{padding:16px 24px;position:relative}.mobile-lang-selector button{background:#F2BF24;color:#171712;border:none;border-radius:4px;padding:8px 16px;font-family:Fredoka One,Arial,sans-serif;cursor:pointer;font-size:.9em;width:100%;text-align:left;display:flex;align-items:center;justify-content:space-between;outline:none}.mobile-lang-selector button:after{content:"▼";font-size:.8em;transition:transform .2s}.mobile-lang-selector.open button:after{transform:rotate(180deg)}.mobile-lang-dropdown{display:none;position:absolute;bottom:100%;left:0;right:0;background:#fff;color:#3d5a2a;border-radius:4px;box-shadow:0 2px 8px #00000014;z-index:10;margin-bottom:4px;overflow:hidden}.mobile-lang-selector.open .mobile-lang-dropdown{display:block}.mobile-lang-dropdown a{display:block;padding:12px 16px;text-decoration:none;color:#3d5a2a;font-family:Nunito,Arial,sans-serif;font-weight:600;font-size:.9em;border-bottom:none;text-decoration-line:none;text-decoration-style:none;text-decoration-color:transparent;outline:none}.mobile-lang-dropdown a:last-child{border-bottom:none}.mobile-lang-dropdown a:hover{background:#F2BF24;color:#171712}.mobile-lang-dropdown a.active{background:#F2BF24;color:#171712;font-weight:600;border-bottom:none;text-decoration:none;text-decoration-line:none;text-decoration-style:none;text-decoration-color:transparent}.hero{background:url(../Images/bg_jungle.svg) center center/cover no-repeat;min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;margin-bottom:120px}.hero-content{width:100%;padding:40px 16px;background:rgba(252,246,233,.7);border-radius:18px;max-width:700px;margin:0 auto;transform:translateY(-100px)}.hero-title{font-family:Jungle Hope,Glory,Arial,sans-serif;margin:0 0 18px;letter-spacing:1px}.hero-subtitle{font-family:Nunito,Arial,sans-serif;font-size:1.5em;margin:0}.hero-illustration,.hero-illustration img{display:none!important}.intro-box{background:#fff;margin:32px auto 0;max-width:900px;border-radius:24px;box-shadow:0 8px 24px #0000001a;position:relative;padding:40px 32px;border:3px solid #293F14;text-align:center;overflow:hidden}.intro-box:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#F2BF24,#8BC34A,#FF9800,#F2BF24);border-radius:24px 24px 0 0}.intro-box:after{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1.5" fill="%23F2BF24" opacity="0.08"/></svg>') repeat;animation:float 25s linear infinite;pointer-events:none}.intro-content{font-family:Nunito,Arial,sans-serif;font-size:1.2em;line-height:1.8;color:#333;position:relative;z-index:1}.intro-content p{margin-bottom:20px}.intro-content p:last-child{margin-bottom:0}.intro-corner{width:40px;height:40px;position:absolute;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><circle cx="20" cy="20" r="18" fill="%23F2BF24" stroke="%23293F14" stroke-width="2"/><path d="M12 20C12 16 16 12 20 12C24 12 28 16 28 20C28 24 24 28 20 28C16 28 12 24 12 20Z" fill="%23293F14"/><circle cx="17" cy="20" r="2" fill="%23FCF6E9"/><circle cx="23" cy="20" r="2" fill="%23FCF6E9"/><path d="M15 25C15 25 17 27 20 27C23 27 25 25 25 25" stroke="%23293F14" stroke-width="2" fill="none"/></svg>') no-repeat center/cover;z-index:2}.intro-corner-tl{top:0;left:0}.intro-corner-tr{top:0;right:0}.intro-corner-bl{bottom:0;left:0}.intro-corner-br{bottom:0;right:0}.highlight-list{display:flex;gap:24px;justify-content:space-between;flex-wrap:nowrap;width:100%}.highlight-item{background:#fff;border-radius:20px;box-shadow:0 4px 16px #00000014;padding:24px 20px;flex:1;display:flex;width:100%;flex-direction:column;align-items:center;text-align:center;border:2px solid transparent;transition:all .3s ease;position:relative;overflow:hidden;min-height:400px;box-sizing:border-box}.highlight-item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#F2BF24,#8BC34A,#FF9800);border-radius:20px 20px 0 0}.highlight-item:hover{transform:translateY(-8px);box-shadow:0 8px 24px #0000001f;border-color:#f2bf24}.highlight-icon{margin-bottom:20px;transition:transform .3s ease}.highlight-item:hover .highlight-icon{transform:scale(1.1)}.emoji-icon{font-size:3.5em;display:block;margin:0 0 16px;transition:transform .3s ease;line-height:1}.highlight-item:hover .emoji-icon{transform:scale(1.1)}.highlight-item h3{font-size:1.2em;margin:0 0 16px;color:#293f14;font-weight:600;text-align:center}.highlight-item p{color:#666;line-height:1.6;font-size:1.2em;margin:0}.what-we-offer{margin:0 auto 120px;max-width:900px;text-align:center}.what-we-offer h2{font-size:2em;margin-bottom:24px;color:#293f14}.what-we-offer-list{display:flex;gap:24px;justify-content:space-between;flex-wrap:nowrap;width:100%;align-items:stretch}.elysee-recognition{margin:0 auto 120px;max-width:900px;background:linear-gradient(135deg,#E3F2FD 0%,#BBDEFB 50%,#90CAF9 100%);border-radius:24px;padding:20px 40px;box-shadow:0 8px 24px #1976d233;border:1px solid #1976D2;position:relative;overflow:hidden}.elysee-feature{background:linear-gradient(135deg,#E3F2FD 0%,#BBDEFB 50%,#90CAF9 100%);border:3px solid #1976D2;box-shadow:0 8px 24px #1976d233;position:relative;overflow:hidden;transition:all .3s ease}.elysee-feature:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#1976D2,#42A5F5,#64B5F6);border-radius:12px 12px 0 0}.elysee-feature:hover{transform:translateY(-4px);box-shadow:0 12px 32px #1976d24d;background:linear-gradient(135deg,#E8F5E8 0%,#C8E6C9 50%,#A5D6A7 100%)}.elysee-feature .feature-title{color:#1565c0;font-weight:700}.elysee-feature .feature-desc{color:#1976d2;font-weight:500}.elysee-logo{width:80px;height:80px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(25,118,210,.3));transition:all .3s ease}.elysee-feature:hover .elysee-logo{transform:scale(1.1);filter:drop-shadow(0 6px 12px rgba(25,118,210,.4))}.recognition-content{display:flex;align-items:center;gap:40px;position:relative;z-index:1}.recognition-text{flex:1;text-align:left}.recognition-text h2{font-size:1.8em;margin-bottom:16px;color:#1565c0;line-height:1.3;font-weight:700}.recognition-text p{font-size:1.1em;color:#1976d2;line-height:1.6;font-weight:500}.recognition-logo{flex-shrink:0}.elysee-main-logo{width:240px;height:auto;object-fit:contain;filter:drop-shadow(0 6px 12px rgba(25,118,210,.4))}.warteliste-custom{margin:0 auto;display:flex;align-items:center;justify-content:flex-start;background:#fff;border-radius:16px;box-shadow:0 0 0 1px #293f14,0 2px 8px #00000008;padding:32px 32px 32px 0;max-width:100%;min-height:320px;position:relative}.warteliste-visuals{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;min-width:180px;margin-left:24px;margin-right:32px;gap:0}.warteliste-girafie{width:90px;height:auto;margin-bottom:-18px;margin-left:0}.warteliste-lionie{width:140px;height:auto;margin-left:18px}.warteliste-content{flex:1;text-align:left;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0}.warteliste-info{font-size:1.2em;margin-bottom:24px;font-family:Nunito,Arial,sans-serif;color:#222}.warteliste-content ul{list-style:disc inside;font-size:1.2em;font-family:Nunito,Arial,sans-serif;color:#222;margin:0 0 32px;padding:0}.warteliste-content li{margin-bottom:0}.warteliste{margin:48px auto 0;max-width:900px;text-align:center}.warteliste h2{font-size:2em;margin-bottom:24px;color:#293f14}.warteliste-box{background:linear-gradient(135deg,#fff 0%,#FCF6E9 100%);border-radius:24px;box-shadow:0 8px 24px #0000001a;padding:32px 24px;margin-bottom:20px;display:inline-block;border:3px solid #293F14;position:relative;overflow:hidden;min-width:300px}.warteliste-box:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#F2BF24,#8BC34A,#FF9800);border-radius:24px 24px 0 0}.warteliste-box ul{list-style:none;padding:0;margin:0 0 20px;text-align:left}.warteliste-box li{font-size:1.2em;color:#333;position:relative;padding:8px 0 8px 24px}.warteliste-box li:before{content:"🌿";position:absolute;left:0;top:8px;font-size:1.2em}.warteliste-btn{display:inline-block;background:linear-gradient(135deg,#F2BF24 0%,#FFD54F 100%);color:#171712;padding:14px 32px;border-radius:12px;text-decoration:none;font-family:Fredoka One,Arial,sans-serif;font-size:1.1em;font-weight:400;margin-top:16px;border:2px solid #293F14;transition:all .3s ease;box-shadow:0 4px 12px #f2bf244d}.warteliste-btn:hover{background:linear-gradient(135deg,#171712 0%,#293F14 100%);color:#f2bf24;transform:translateY(-2px);box-shadow:0 6px 16px #0003}.warteliste-animals{display:flex;justify-content:center;gap:20px;margin-top:16px;flex-wrap:wrap}.warteliste-animals img{width:70px;height:70px;border-radius:50%;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}.warteliste-animals img:hover{transform:scale(1.1) rotate(5deg)}.jobs-custom{margin:0 auto;display:flex;align-items:center;justify-content:flex-start;background:#fff;border-radius:16px;box-shadow:0 0 0 1px #293f14,0 2px 8px #00000008;padding:32px 32px 32px 0;max-width:100%;min-height:320px;position:relative}.jobs-visuals{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;min-width:180px;margin-left:24px;margin-right:32px;gap:0}.jobs-tree{width:100px;height:auto;margin-bottom:-10px;margin-left:0}.jobs-hypo{width:140px;height:auto;margin-left:10px}.jobs-content{flex:1;text-align:left;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0}.jobs-info{font-size:1.2em;margin-bottom:24px;font-family:Nunito,Arial,sans-serif;color:#222}.jobs-content ul{list-style:disc inside;font-size:1.2em;font-family:Nunito,Arial,sans-serif;color:#222;margin:0 0 32px;padding:0}.jobs-content li{margin-bottom:0}.jobs-contact{font-size:1.2em;color:#333;font-family:Nunito,Arial,sans-serif}.jobs-contact a{color:#293f14;text-decoration:underline;font-weight:600;transition:color .2s}.jobs-contact a:hover{color:#f2bf24}.jobs-box,.jobs-animals{display:none!important}.warteliste-buttons{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.warteliste-form-btn{display:inline-flex;align-items:center;background:#F2BF24;color:#171712;border:2px solid transparent;border-radius:4px;padding:10px 22px 10px 18px;font-family:Fredoka One,Arial,sans-serif;font-size:1.1em;font-weight:400;text-decoration:none;margin-top:0;box-shadow:0 2px 8px #0000000f;cursor:pointer;transition:background .2s,color .2s,box-shadow .2s;gap:10px}.warteliste-form-btn-white{background:#ffffff!important;color:#293f14!important;border:2px solid #293F14!important}.warteliste-form-btn-white:hover{background:#293F14!important;color:#fff!important;border-color:#293f14!important}.footer{background:linear-gradient(135deg,#FCF6E9 0%,#F2BF24 50%,#8BC34A 100%);color:#293f14;padding:32px 0;margin-top:120px}.footer-content{max-width:1300px;margin:0 auto;display:flex;flex-direction:row;justify-content:space-between;gap:32px;font-size:1em;padding:0 24px}.footer-content div{flex:1}.footer-content div:first-child{flex:2}@media (min-width: 901px){.footer-description{max-width:375px}.footer .btn-base{margin-top:8px!important}.footer-description{display:inline-block}}@media (max-width: 900px){.hero-content,.intro-box,.highlight-list,.what-we-offer,.elysee-recognition,.warteliste-custom,.jobs-custom{max-width:90vw!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important}.navbar-container,.hero-illustration img,.footer-content{max-width:98vw;padding-left:8px;padding-right:8px}.highlight-list{flex-direction:column;gap:18px}.highlight-item{width:100%;max-width:none;box-sizing:border-box;min-height:auto}.what-we-offer-list{flex-direction:column;gap:18px}.recognition-content{flex-direction:column;text-align:center;gap:24px}.recognition-text{text-align:center}.footer-content{flex-direction:column;gap:24px;text-align:center;justify-content:center}.warteliste-custom{flex-direction:column;align-items:center;justify-content:center;padding:24px 16px!important;min-height:unset;margin:0 auto}.warteliste-visuals{flex-direction:row;align-items:flex-end;margin:0 0 16px;min-width:unset;gap:8px}.warteliste-girafie{width:70px;margin-bottom:0}.warteliste-lionie{width:60px;margin-left:0}.warteliste-content{align-items:center!important;text-align:center!important;justify-content:center;width:100%;margin:0 auto}.warteliste-info{font-size:1.1em;text-align:center}.warteliste-content ul{font-size:1.1em;text-align:center;list-style-position:inside}.warteliste-buttons{flex-direction:column;gap:12px;align-items:center;width:100%;display:flex;justify-content:center}.jobs-custom{flex-direction:column;align-items:center;justify-content:center;padding:24px 16px;min-height:unset}.jobs-visuals{flex-direction:row;align-items:flex-end;margin:0 0 16px;min-width:unset;gap:8px}.jobs-tree{width:50px;margin-bottom:0}.jobs-hypo{width:70px;margin-left:0}.jobs-content{align-items:center!important;text-align:center!important;justify-content:center;width:100%;margin:0 auto}.jobs-info{font-size:1.1em;text-align:center}.jobs-content ul{font-size:1.1em;text-align:center;list-style-position:inside}.jobs-contact{font-size:1em;text-align:center}.jobs-buttons{flex-direction:column;gap:12px;align-items:center;width:100%;display:flex;justify-content:center}}@media (max-width: 1150px) and (min-width: 901px){.navbar{height:76px}.navbar-container{padding:0 12px;max-width:100%;height:76px}.logo{height:60px}.nav-links{gap:16px}.nav-links li a{font-size:.9em}.lang-selector button{padding:5px 10px;font-size:.85em}}@media (max-width: 900px){p{font-size:1.1em!important}.hero-content,.intro-box,.highlight-list,.what-we-offer,.elysee-recognition,.warteliste-custom,.jobs-custom{max-width:90vw!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important}.warteliste-content h2,.jobs-content h2{padding-top:20px;text-align:center}.warteliste-buttons,.jobs-buttons{padding-bottom:20px;align-items:center;width:100%;display:flex;flex-direction:column;justify-content:center;margin:0 auto;gap:12px}.navbar{height:70px}.navbar-container{flex-direction:row;align-items:center;justify-content:space-between;height:70px;padding:0 16px}.nav-links,.lang-selector{display:none}.mobile-menu-btn{display:flex;padding:16px;min-height:44px;min-width:44px;font-size:1.2em}.mobile-nav-links li{padding:18px 24px;font-size:1.2em;min-height:52px}.logo{height:60px;margin:0;padding:4px 0}.hero{min-height:80vh;margin-bottom:60px}.hero-content{padding:60px 16px 20px;border-radius:12px;box-sizing:border-box}.hero-title{font-size:2.5em;line-height:1.2;margin-bottom:12px;margin-top:40px}.hero-title.page-title{max-width:80vw;margin-left:auto;margin-right:auto}.hero-subtitle{font-size:1.1em;line-height:1.4}.intro-box{padding:24px 16px;border-radius:16px;margin-bottom:60px}.intro-content{font-family:Nunito,Arial,sans-serif;font-size:1em;line-height:1.6}.highlight-list,.what-we-offer-list{width:100%;box-sizing:border-box}.highlight-item,.warteliste-box,.jobs-box{width:100%;min-width:0;padding:24px 16px;box-sizing:border-box;border-radius:16px}.highlight-item h3{font-size:1.1em}.highlight-item p{font-size:1em;line-height:1.5}.recognition-content{padding:20px;flex-direction:column;gap:20px}.recognition-text h2{font-size:1.4em;line-height:1.3}.recognition-text p{font-size:.95em;line-height:1.5}.recognition-logo svg{width:80px;height:80px}.highlight-icon svg{width:60px;height:60px}.warteliste-form-btn{font-size:1.2em;padding:16px!important;width:100%;text-align:center!important;justify-content:center!important;margin:20px auto 0!important;min-height:44px;display:flex!important;align-items:center;box-sizing:border-box}.warteliste-form-btn .arrow{margin-left:0!important}.footer{padding:20px 16px;margin-top:60px}.footer-content{flex-direction:column;gap:24px;text-align:center;padding-top:20px;padding-bottom:20px}.footer-content div{font-size:.9em;line-height:1.4}}@media (max-width: 480px){p{font-size:1.1em!important}h2{font-size:1.8em!important}.hero{min-height:80vh}.hero-title{font-size:2.5em;margin-top:40px}.hero-title.page-title{max-width:80vw;margin-left:auto;margin-right:auto}.hero-subtitle{font-size:1.1em}.hero-content{padding:50px 12px 16px;box-sizing:border-box}.intro-box{padding:20px 12px;margin-bottom:40px;box-sizing:border-box}.highlight-item,.what-we-offer-list .highlight-item{padding:24px 12px;box-sizing:border-box}.warteliste-custom,.jobs-custom{padding:20px 16px!important;justify-content:center;margin:0 auto;align-items:center}.warteliste-form-btn{padding:16px!important;font-size:1.1em;min-height:44px;text-align:center!important;justify-content:center!important;margin:20px auto 0!important;display:flex!important;align-items:center;box-sizing:border-box;width:100%}.warteliste-form-btn .arrow{margin-left:0!important}.navbar-container{padding:6px}.nav-links{font-size:.85em}.lang-selector button{font-size:.85em;padding:6px 8px}}@media (hover: none) and (pointer: coarse){.nav-links li,.warteliste-form-btn{min-height:44px;display:flex;align-items:center;justify-content:center}.lang-selector button{min-height:36px;min-width:60px}.highlight-item{cursor:pointer}.mobile-menu-btn{min-height:44px;min-width:44px;padding:16px;font-size:1.2em}.mobile-nav-links li{min-height:52px}.mobile-lang-selector button{min-height:48px;font-size:1.1em;padding:10px 18px}.mobile-lang-dropdown a{min-height:48px;display:flex;align-items:center;font-size:1em;padding:14px 18px}.lang-btn{min-height:44px;padding:16px 20px}.faq-accordion .toggle-all-btn{min-height:52px;padding:18px 28px;font-size:1.1em;touch-action:manipulation}.accordion-header{min-height:48px;padding:16px 20px;touch-action:manipulation}}@media (max-width: 900px) and (orientation: landscape){.hero{min-height:70vh}.navbar,.navbar-container{height:72px}.logo{height:62px}.nav-links{gap:20px}.nav-links li{font-size:.9em}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.hero{background-image:url(../Images/bg_jungle.svg);background-size:cover}}.daily-life-content{max-width:900px;margin:0 auto;padding:40px 32px;box-sizing:border-box}.daily-life-title{font-family:Fredoka One,Jungle Hope,cursive;font-size:3em;text-align:center;margin-bottom:60px;color:#293f14;letter-spacing:1px}.schedule{margin-bottom:80px}.schedule h2{font-family:Fredoka One,Jungle Hope,cursive;font-size:2em;color:#293f14;margin-bottom:24px}.schedule-list{background:#fff;border-radius:20px;padding:30px;box-shadow:0 4px 16px #00000014;margin-bottom:20px;border:2px solid #293F14}.schedule-item{padding:12px 0;font-size:1.1em;color:#333;border-bottom:1px solid #eee;font-family:Nunito,Arial,sans-serif;line-height:1.5;display:flex;align-items:flex-start;white-space:nowrap}.schedule-item:last-child{border-bottom:none}.schedule-time{font-weight:600;min-width:120px;margin-right:20px;flex-shrink:0}.schedule-description{font-size:1.2em;color:#666;line-height:1.6;font-family:Nunito,Arial,sans-serif;text-align:center;font-style:italic}.schedule-item .schedule-description{font-size:1.1em;color:#333;text-align:left;font-style:normal;flex:1;white-space:normal}.rooms{margin:0 auto 80px;max-width:100%;width:100%;padding:0 20px;box-sizing:border-box}.rooms h2{font-family:Fredoka One,Jungle Hope,cursive;font-size:2em;color:#293f14;margin-bottom:24px;text-align:center}.rooms-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:20px}.room-placeholder{background:#f5f5f5;border:2px dashed #ccc;border-radius:12px;height:200px;display:flex;align-items:center;justify-content:center;color:#999;font-family:Nunito,Arial,sans-serif;font-size:1em;transition:all .3s ease}.room-placeholder:hover{border-color:#f2bf24;background:#fff8e1;color:#f2bf24}.activities{margin-bottom:80px}.activities h2{font-family:Fredoka One,Jungle Hope,cursive;font-size:2em;color:#293f14;margin-bottom:24px;text-align:center}.activities-intro{font-size:1.2em;color:#666;line-height:1.6;font-family:Nunito,Arial,sans-serif;margin-bottom:40px;text-align:center}.activity-item{background:#fff;border-radius:16px;padding:30px;margin-bottom:30px;box-shadow:0 4px 16px #00000014;border:2px solid transparent;transition:all .3s ease;position:relative;overflow:hidden}.activity-item:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#F2BF24,#8BC34A,#FF9800);border-radius:16px 16px 0 0}.activity-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:#f2bf24}.activity-item h3{font-family:Fredoka One,Jungle Hope,cursive;font-size:1.4em;color:#293f14;margin-bottom:15px;font-weight:600}.activity-item p{font-size:1.1em;color:#666;line-height:1.6;font-family:Nunito,Arial,sans-serif;margin:0}.activities-conclusion{font-size:1.2em;color:#666;line-height:1.6;font-family:Nunito,Arial,sans-serif;text-align:center;font-style:italic;margin-top:40px;padding:20px;background:#f9f9f9;border-radius:12px;border-left:4px solid #F2BF24}@media (max-width: 900px){.daily-life-content{max-width:98vw;padding:20px 16px}.daily-life-title{font-size:2.5em;margin-bottom:40px}.schedule h2,.rooms h2,.activities h2{font-size:1.8em}.schedule-list{padding:20px}.schedule-item{font-size:1em}.schedule-description{font-size:1.1em}.rooms-grid{grid-template-columns:repeat(2,1fr);gap:15px}.room-placeholder{height:150px;font-size:.9em}.activity-item{padding:20px}.activity-item h3{font-size:1.2em}.activity-item p{font-size:1em}.activities-conclusion{font-size:1.1em;padding:15px}}@media (max-width: 600px){.daily-life-content{padding:16px 8px}.daily-life-title{font-size:2em;margin-bottom:30px}.schedule h2,.rooms h2,.activities h2{font-size:1.5em;margin-bottom:20px}.schedule-list{padding:15px;border-radius:12px}.schedule-item{font-size:.9em;padding:8px 0}.schedule-description{font-size:1em}.rooms-grid{grid-template-columns:1fr;gap:12px}.room-placeholder{height:120px;font-size:.8em}.activity-item{padding:15px;margin-bottom:20px}.activity-item h3{font-size:1.1em}.activity-item p{font-size:.9em}.activities-intro{font-size:1em;margin-bottom:30px}.activities-conclusion{font-size:1em;padding:12px}}@media (max-width: 480px){.daily-life-title{font-size:1.6em}.schedule h2,.rooms h2,.activities h2{font-size:1.3em}.schedule-list{padding:12px}.schedule-item{font-size:.85em}.room-placeholder{height:100px;font-size:.75em}.activity-item{padding:12px}.activity-item h3{font-size:1em}.activity-item p{font-size:.85em}}.intro-box,.elysee-recognition,.warteliste-custom,.jobs-custom{max-width:900px;width:100%;box-sizing:border-box;padding-left:32px;padding-right:32px;margin:0 auto 120px}.highlight-list{max-width:100%;width:100%;margin:0;box-sizing:border-box}.elysee-recognition,.intro-box{padding-left:32px;padding-right:32px}@media (max-width: 950px){.intro-box,.elysee-recognition,.warteliste-custom,.jobs-custom{margin-bottom:120px}.footer{margin-top:120px}.jobs-section{margin-bottom:60px}}.jobs-buttons{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.jobs-buttons .btn-base{flex:none;width:auto;min-width:auto}.navbar-container a{text-decoration:none;display:flex;align-items:center}.faq-accordion{max-width:800px;margin:0 auto}.faq-accordion .toggle-all-btn{display:inline-flex;align-items:center;background:#ffffff;color:#293f14;border:2px solid #293F14;border-radius:6px;padding:8px 16px;font-family:Fredoka One,Arial,sans-serif;font-size:.9em;font-weight:400;text-decoration:none;margin-bottom:24px;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:all .2s ease}.faq-accordion .toggle-all-btn:hover{background:#293F14;color:#fff;border-color:#293f14;box-shadow:0 4px 16px #293f1433;transform:translateY(-1px)}.accordion-item{margin-bottom:16px;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;background:#fff;border:1px solid #e0e0e0;transition:all .3s ease}.accordion-item:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-1px)}.accordion-header{width:100%;background:#fffbe7;border:none;padding:20px 24px;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:4px;font-family:Nunito,Arial,sans-serif;font-size:1.1em;font-weight:600;color:#293f14;transition:background-color .4s cubic-bezier(.4,0,.2,1);outline:none}.accordion-header:hover{background:#f9f4d4}.accordion-header.active{background:#fffbe7;color:#293f14}.accordion-icon{font-size:1.5em;font-weight:700;transition:transform .4s cubic-bezier(.4,0,.2,1);color:#293f14}.accordion-header.active .accordion-icon{transform:rotate(45deg);color:#293f14}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.25,.46,.45,.94),padding .3s cubic-bezier(.25,.46,.45,.94);background:#fff;padding:0 24px}.accordion-content.active{max-height:1000px;padding:20px 24px 40px}.accordion-content p{margin:0;line-height:1.6;font-size:1.1em;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 20px}.vacancies-section{padding:80px 0;background:rgba(255,255,255,.95)}.section-title{text-align:center;font-size:2.5em;color:#293f14;margin-bottom:50px;font-family:Fredoka One,cursive}.vacancies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;max-width:800px;margin:0 auto}.vacancy-card{background:white;border-radius:16px;padding:30px;box-shadow:0 8px 32px #0000001a;border-left:6px solid #8BC34A;display:flex;align-items:center;gap:20px;transition:transform .3s ease,box-shadow .3s ease}.vacancy-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000026}.vacancy-icon{flex-shrink:0}.vacancy-content{flex:1}.vacancy-title{font-size:1.4em;color:#293f14;margin-bottom:10px;font-weight:600}.vacancy-details{font-size:1.1em;color:#555;margin-bottom:8px;line-height:1.4}.vacancy-age{font-size:.9em;color:#8bc34a;font-weight:500}.contact-section{padding:100px 0;background:linear-gradient(135deg,#8BC34A,#4CAF50);color:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:50px}.contact-title{font-size:2.5em;margin-bottom:20px;font-family:Fredoka One,cursive}.contact-description{font-size:1.2em;line-height:1.6;margin-bottom:30px;opacity:.95}.contact-features{display:flex;flex-direction:column;gap:15px}.feature{display:flex;align-items:center;gap:12px;font-size:1.1em}.feature-icon{background:rgba(255,255,255,.2);border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.contact-illustration{display:flex;justify-content:center;align-items:center}.contact-actions{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.contact-btn{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;border-radius:50px;text-decoration:none;font-size:1.1em;font-weight:600;transition:all .3s ease;border:2px solid transparent}.contact-btn.primary{background:white;color:#4caf50;box-shadow:0 4px 15px #ffffff4d}.contact-btn.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #fff6}.contact-btn.secondary{background:transparent;color:#fff;border-color:#fff}.contact-btn.secondary:hover{background:rgba(255,255,255,.1);transform:translateY(-2px)}.arrow{transition:transform .3s ease}.contact-btn:hover .arrow{transform:translate(4px)}@media (max-width: 900px){.accordion-header{padding:16px 20px;font-size:1.1em}.accordion-content.active{padding:16px 20px 36px;max-height:1000px}.accordion-content p{font-size:1.1em!important}.faq-accordion .toggle-all-btn{padding:14px 20px;font-size:1em;min-height:48px}.section-title{font-size:2em}.vacancies-grid{grid-template-columns:1fr;gap:20px}.vacancy-card{padding:25px;flex-direction:column;text-align:center;border-radius:16px;width:100%!important;max-width:100%!important}.contact-content{grid-template-columns:1fr;gap:40px;text-align:center}.contact-title{font-size:2em}.contact-actions{flex-direction:column;align-items:center}.contact-btn{width:100%;max-width:320px;justify-content:center;font-size:1.3em;padding:18px 36px;min-height:56px}}@media (max-width: 600px){.accordion-header{padding:14px 16px;font-size:1.1em}.accordion-content.active{padding:14px 16px 34px;max-height:1000px}.accordion-content p{font-size:1.1em!important}.faq-accordion .toggle-all-btn{padding:12px 18px;font-size:.95em;min-height:46px}.section-title{font-size:1.8em}.vacancy-card{padding:20px;border-radius:16px}.contact-title{font-size:1.8em}.contact-description{font-size:1.1em}}.warteliste-content,.jobs-content{align-items:flex-start}.warteliste-content h2,.jobs-content h2{font-size:2em;margin-bottom:24px;font-family:Fredoka One,Jungle Hope,cursive;letter-spacing:1px;color:#293f14}.image-gallery{width:100%;max-width:100%;margin:0 auto;padding:0}.gallery-container{display:flex;align-items:center;justify-content:space-between;position:relative;margin-bottom:20px;padding:0 20px;max-width:100%;box-sizing:border-box}.gallery-images-wrapper{flex:1;overflow:hidden;max-width:100%;display:flex;justify-content:center}.gallery-images{display:flex;justify-content:center;align-items:center;gap:20px;padding:20px 0;transition:all .5s ease}.gallery-image-container{position:relative;cursor:pointer;transition:all .5s cubic-bezier(.4,0,.2,1);border-radius:12px;overflow:hidden;background:white;box-shadow:0 4px 15px #0000001a;opacity:.7;transform:scale(.85)}.gallery-image-container:hover{transform:scale(.9) translateY(-5px);opacity:.9;box-shadow:0 8px 25px #00000026}.gallery-image-container.center-image{transform:scale(1.2);opacity:1;z-index:2;box-shadow:0 8px 30px #0003}.gallery-image-container.center-image:hover{transform:scale(1.25) translateY(-5px)}.gallery-image-container.center-image .gallery-image{width:500px;height:281px}.gallery-image{width:210px;height:300px;object-fit:cover;display:block;border-radius:8px;transition:all .5s cubic-bezier(.4,0,.2,1)}.gallery-arrow{background:#69A625;color:#fff;border:none;width:50px;height:50px;border-radius:50%;font-size:24px;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #69a6254d;z-index:3}.gallery-arrow:hover{background:#5a8c20;transform:scale(1.1);box-shadow:0 6px 20px #69a62566}.gallery-arrow:active{transform:scale(.95)}.gallery-arrow-left{margin-right:20px}.gallery-arrow-right{margin-left:20px}.gallery-dots{display:flex;justify-content:center;gap:10px;margin-top:20px}.gallery-dot{width:12px;height:12px;border-radius:50%;border:none;background:#ddd;cursor:pointer;transition:all .3s ease}.gallery-dot:hover{background:#69A625;transform:scale(1.2)}.gallery-dot.active{background:#69A625;transform:scale(1.3)}.gallery-fullscreen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.95);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:99999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.fullscreen-content{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;max-width:1400px;padding:0 80px}.fullscreen-close{position:absolute;top:20px;right:20px;background:rgba(255,255,255,.2);color:#fff;border:none;width:50px;height:50px;border-radius:50%;font-size:24px;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100000}.fullscreen-close:hover{background:rgba(255,255,255,.3);transform:scale(1.1)}.fullscreen-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(105,166,37,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:60px;height:60px;font-size:28px}.fullscreen-arrow:hover{background:rgba(105,166,37,.9)}.fullscreen-arrow.gallery-arrow-left{left:20px}.fullscreen-arrow.gallery-arrow-right{right:20px}.fullscreen-image-container{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:90%;max-height:90%}.fullscreen-image{max-width:100%;max-height:calc(100vh - 120px);object-fit:contain;border-radius:12px;box-shadow:0 10px 40px #00000080}@media (max-width: 1024px){.gallery-images{gap:15px}.gallery-image{width:240px;height:320px}.gallery-arrow{width:45px;height:45px;font-size:20px}.fullscreen-content{padding:0 40px}.fullscreen-arrow{width:55px;height:55px;font-size:24px}.gallery-image-container.center-image .gallery-image{width:350px;height:197px}}@media (max-width: 768px){.image-gallery{padding:0}.gallery-container{padding:0 10px}.gallery-images{gap:0}.gallery-image{width:300px;height:380px}.gallery-image-container{transform:scale(1);opacity:1}.gallery-image-container.center-image{transform:scale(1.1)}.gallery-image-container.center-image:hover{transform:scale(1.15) translateY(-3px)}.gallery-arrow{width:40px;height:40px;font-size:18px}.gallery-arrow-left{margin-right:15px}.gallery-arrow-right{margin-left:15px}.fullscreen-content{padding:0 20px}.fullscreen-arrow{width:50px;height:50px;font-size:22px}.fullscreen-arrow.gallery-arrow-left{left:10px}.fullscreen-arrow.gallery-arrow-right{right:10px}.fullscreen-close{width:45px;height:45px;font-size:20px;top:15px;right:15px}.gallery-image-container.center-image .gallery-image{width:350px;height:400px}}@media (max-width: 480px){.image-gallery{padding:0}.gallery-container{padding:0 5px}.gallery-image{width:280px;height:350px}.gallery-arrow{width:35px;height:35px;font-size:16px}.gallery-arrow-left{margin-right:10px}.gallery-arrow-right{margin-left:10px}.fullscreen-content{padding:0 15px}.fullscreen-arrow{width:45px;height:45px;font-size:20px}.fullscreen-arrow.gallery-arrow-left{left:5px}.fullscreen-arrow.gallery-arrow-right{right:5px}.fullscreen-close{width:40px;height:40px;font-size:18px;top:10px;right:10px}.gallery-image-container.center-image .gallery-image{width:320px;height:380px}}.email-link{color:#293f14;font-weight:700;text-decoration:none;border-bottom:1px solid #293F14;transition:all .1s ease}.email-link:hover{color:#8bc34a;border-bottom-color:#8bc34a;text-decoration:none}.page-main{max-width:900px;margin:40px auto 0;padding:0 16px}.page-title{text-align:center;margin-bottom:40px}.content-section{margin-bottom:50px}.content-section-box{background:#fffbe7;padding:30px;border-radius:12px;border-left:5px solid #F2BF24}.content-section-box.green-border{border-left-color:#8bc34a}.content-section-box.orange-border{border-left-color:#ff9800}.section-title{color:#293f14;font-family:Fredoka One,Jungle Hope,cursive;font-size:1.8em;margin-bottom:25px;text-align:center}.subsection-title{color:#293f14;font-family:Fredoka One,Jungle Hope,cursive;font-size:1.3em;margin-bottom:15px}.content-text{margin-bottom:20px;line-height:1.6;font-size:1.1em}.content-text:last-child{margin-bottom:0}.intro-text{margin-bottom:25px}.about-page{max-width:900px;margin:40px auto 0;padding:0 16px}.about-section{margin-bottom:50px}.about-section-content{background:#fffbe7;padding:30px;border-radius:12px;border-left:5px solid #F2BF24}.about-section-content.pedagogical{border-left-color:#8bc34a}.about-section-content.kristina{border-left-color:#ff9800}.about-paragraph{margin-bottom:20px;line-height:1.6;font-size:1.1em}.pedagogical-section{margin-bottom:25px}.waitlist-main{max-width:900px;margin:40px auto 0;padding:0 16px}.waitlist-intro{text-align:center;max-width:700px;margin:0 auto 32px;font-size:19px;font-family:Nunito,Arial,sans-serif;font-weight:300;color:#000}.section-spacing{background:transparent;margin-top:80px}.vacancies-section{background:transparent;text-align:center;max-width:800px;margin:0 auto;padding:0 20px}.vacancies-section h2{font-family:Fredoka One,Jungle Hope,cursive;font-size:2em;color:#293f14;margin-bottom:24px;text-align:center}.vacancy-cards{display:flex;flex-direction:column;gap:20px;align-items:center;background:transparent}.vacancy-card{background:#ffffff;border-radius:16px;padding:30px;border-left:6px solid #8BC34A;transition:transform .3s ease,box-shadow .3s ease;width:100%;max-width:600px;display:flex;align-items:center;gap:20px;box-shadow:0 4px 16px #0000001a;overflow:hidden}.vacancy-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.vacancy-card.mixed{border-left-color:#9c27b0}.vacancy-card.baby{border-left-color:#ff9800}.vacancy-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2em;flex-shrink:0}.vacancy-card.mixed .vacancy-icon{background:linear-gradient(135deg,#9C27B0,#7B1FA2);color:#fff}.vacancy-card.baby .vacancy-icon{background:linear-gradient(135deg,#FF9800,#F57C00);color:#fff}.vacancy-content{flex:1;text-align:left}@media (max-width: 900px){.vacancy-content{text-align:center!important}}.vacancy-card h3{font-family:Fredoka One,Jungle Hope,cursive;font-size:1.4em;color:#293f14;font-weight:700}.vacancy-card .birth-range{font-size:1.1em;color:#000;line-height:1.5}.vacancy-card .age{font-size:1.1em;color:#00988b;line-height:1.5;margin-bottom:0;font-weight:500}.interest-section{text-align:center;margin-bottom:80px}.interest-section h2{font-family:Fredoka One,Jungle Hope,cursive;font-size:2em;color:#293f14;margin-bottom:16px;text-align:center}.interest-section p{font-size:1.2em;color:#2a2929;margin-bottom:24px;line-height:1.6;font-weight:500}.warteliste-form-btn{display:inline-flex;align-items:center;background:#F2BF24;color:#171712;border:none;border-radius:4px;padding:10px 22px 10px 18px;font-family:Fredoka One,Arial,sans-serif;font-size:1.1em;font-weight:400;text-decoration:none;margin-top:0;box-shadow:0 2px 8px #0000000f;cursor:pointer;transition:background .2s,color .2s,box-shadow .2s;gap:10px}.warteliste-form-btn:hover{background:#293F14;color:#f2bf24;box-shadow:0 4px 16px #293f141a}.warteliste-form-btn .arrow{font-size:1.2em;margin-left:8px;display:inline-block;transition:transform .2s}.warteliste-form-btn:hover .arrow{transform:translate(4px)}.info-section{margin-bottom:80px}.info-section h2{font-family:Fredoka One,Jungle Hope,cursive;font-size:2em;color:#293f14;margin-bottom:25px;text-align:center}.info-card{background:#fffbe7;padding:30px;border-radius:12px;border-left:5px solid #8BC34A}.section-subtitle{font-family:Fredoka One,Jungle Hope,cursive;font-size:20px;color:#293f14;margin:30px 0 15px}.info-card p{margin-bottom:20px;line-height:1.6;font-size:1.1em}.info-card p:last-child{margin-bottom:0}@media (max-width: 900px){h2{max-width:80vw;margin-left:auto;margin-right:auto}.section-spacing{margin-bottom:60px;margin-top:0}.waitlist-intro{margin-bottom:40px}.vacancies-section{width:90vw!important;max-width:90vw!important;padding:0!important;margin:0 auto!important;overflow-x:hidden;box-sizing:border-box!important;left:50%!important;right:50%!important;margin-left:-45vw!important;margin-right:-45vw!important;position:relative!important}.vacancy-cards{width:100%;padding:0;align-items:center}.vacancy-card{width:100%!important;max-width:100%!important;padding:20px!important;margin:0 auto;border-radius:16px;overflow:hidden;border-left:none!important;border-top:6px solid #8BC34A!important;flex-direction:column!important;text-align:center!important;box-sizing:border-box!important}.vacancy-card.mixed{border-top:6px solid #9C27B0!important}.vacancy-card.baby{border-top:6px solid #FF9800!important}.vacancy-content{text-align:center!important}.info-section{margin-bottom:60px}}@media (max-width: 480px){h2{max-width:80vw;margin-left:auto;margin-right:auto}.warteliste-container{padding:0 15px}.section-spacing{margin-bottom:50px;margin-top:0}.waitlist-intro{margin-bottom:40px}.vacancies-section{width:90vw!important;max-width:90vw!important;padding:0!important;margin:0 auto!important;overflow-x:hidden;box-sizing:border-box!important;left:50%!important;right:50%!important;margin-left:-45vw!important;margin-right:-45vw!important;position:relative!important}.vacancy-cards{width:100%;padding:0}.vacancy-card{width:100%!important;max-width:100%!important;padding:20px!important;margin:0 auto;border-radius:16px;overflow:hidden;border-left:none!important;border-top:6px solid #8BC34A!important;flex-direction:column!important;text-align:center!important;box-sizing:border-box!important}.vacancy-card.mixed{border-top:6px solid #9C27B0!important}.vacancy-card.baby{border-top:6px solid #FF9800!important}.vacancy-content{text-align:center!important}.info-section{margin-bottom:50px}.job-card{padding:25px}.jobs-section{margin-bottom:50px}}.faq-main{max-width:900px;margin:40px auto 0;padding:0 16px}.faq-intro{text-align:center;max-width:700px;margin:0 auto 40px;font-size:1.2em;line-height:1.6;color:#333}.daily-life-main{max-width:900px;margin:40px auto 0;padding:0 16px}.schedule-title{text-align:center;color:#293f14;font-family:Fredoka One,Jungle Hope,cursive;font-size:1.8em;margin-bottom:25px}.jobs-main{max-width:900px;margin:40px auto 0;padding:0 16px}.jobs-section{margin-bottom:80px}.job-card{background:#fffbe7;padding:30px;border-radius:12px;border-left:5px solid #8BC34A;margin-bottom:30px}.section-subtitle{font-family:Fredoka One,Jungle Hope,cursive;font-size:20px;color:#293f14;margin:0 0 15px}.job-card p{margin-bottom:20px;line-height:1.6;font-size:1.1em}.job-card p:last-child{margin-bottom:0}@media (max-width: 768px){h2{font-size:1.8em!important}.page-main,.about-page,.waitlist-main,.faq-main,.daily-life-main,.jobs-main{margin:40px auto 0;padding:0 12px}.content-section-box,.about-section-content,.jobs-intro{padding:20px;margin:0 8px}.section-title{font-size:1.5em}.subsection-title{font-size:1.2em}.content-text,.about-paragraph{font-size:1em;line-height:1.5}}.hero,.intro-box,.what-we-offer,.elysee-recognition,.warteliste-custom,.jobs-custom{transform:translateZ(0);will-change:transform}@font-display swap;a[href^="#"]:not([href="#"]){scroll-behavior:smooth}.smooth-scroll{scroll-behavior:smooth}img{max-width:100%;height:auto;loading:lazy}.hero img,.elysee-main-logo{loading:eager}.hero-content,.intro-content,.what-we-offer-list,.recognition-content{contain:layout}.highlight-item:hover,.lang-btn:hover{transform:translateY(-5px) translateZ(0)}.navbar{contain:layout style;will-change:transform}a:focus,button:focus,.lang-btn:focus{outline:2px solid #F2BF24;outline-offset:2px}.accordion-header:focus{outline:none}.navbar-container a:focus{outline:none}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}#root{width:100%;min-height:100vh}
