:root{--himmel-white:#fefefe;--himmel-cream:#f9f7f4;--himmel-stone:#e8e6e1;--himmel-charcoal:#2a2d33;--himmel-slate:#4a5568;--himmel-gold:#c5a572;--himmel-copper:#b8956d;--font-display:'Playfair Display','Times New Roman',serif;--font-body:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;--font-accent:'Cormorant Garamond',Georgia,serif;--shadow-light:0 2px 16px rgba(42,45,51,.03);--shadow-medium:0 8px 32px rgba(42,45,51,.06);--shadow-heavy:0 16px 48px rgba(42,45,51,.12);--space-xs:.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:3rem;--space-xl:4rem}.lageplan-journey{background:var(--himmel-white);min-height:100vh;overflow-x:hidden}.lageplan-journey .container{max-width:1200px;margin:0 auto;padding:0 var(--space-sm)}.lageplan-journey .destination-hero{position:relative;height:70vh;min-height:500px;max-height:650px;display:flex;align-items:center;justify-content:center;overflow:hidden}.lageplan-journey .hero-atmosphere{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.lageplan-journey .hero-backdrop{position:absolute;top:-10%;left:-10%;width:120%;height:120%;background-size:cover;background-position:center 30%;background-repeat:no-repeat;filter:blur(1px) brightness(.6);transform:scale(1.05);transition:transform 20s cubic-bezier(.25,.46,.45,.94)}.lageplan-journey .destination-hero:hover .hero-backdrop{transform:scale(1.1)}.lageplan-journey .hero-ambiance{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(26,43,46,.75) 0%,rgba(42,45,51,.55) 40%,rgba(197,165,114,.35) 100%)}.lageplan-journey .hero-narrative{position:relative;z-index:2;text-align:center;padding:0 var(--space-sm)}.lageplan-journey .location-poetry{animation:heroFadeUp 1.5s ease-out}.lageplan-journey .destination-title{font-family:var(--font-display);font-weight:300;line-height:.85;margin:0 0 var(--space-md) 0;color:var(--himmel-white);text-shadow:0 4px 24px rgba(0,0,0,.4);display:flex;flex-direction:column;align-items:center;gap:.1em}.lageplan-journey .title-accent{font-size:clamp(1.8rem,8vw,4.5rem);letter-spacing:.1em;text-transform:uppercase;font-weight:400;color:var(--himmel-gold);opacity:.95}.lageplan-journey .title-main{font-size:clamp(3rem,12vw,8rem);letter-spacing:.02em;font-weight:300}.lageplan-journey .destination-essence{font-family:var(--font-accent);font-size:clamp(1rem,4vw,1.8rem);color:var(--himmel-cream);margin:0;letter-spacing:.06em;font-style:italic;opacity:.9;font-weight:400}.lageplan-journey .location-basics{padding:var(--space-xl) 0 var(--space-lg);background:var(--himmel-white);text-align:center}.lageplan-journey .address-block{margin-bottom:var(--space-lg)}.lageplan-journey .location-title{font-family:var(--font-display);font-size:clamp(1.8rem,5vw,3rem);font-weight:400;color:var(--himmel-charcoal);margin:0 0 var(--space-sm) 0;letter-spacing:.01em}.lageplan-journey .location-district{font-family:var(--font-body);font-size:clamp(1.1rem,3vw,1.4rem);color:var(--himmel-slate);margin:0;opacity:.8}.lageplan-journey .environmental-note{background:rgba(197,165,114,.1);padding:var(--space-md);border-radius:8px;border-left:4px solid var(--himmel-gold);margin:0 auto;max-width:600px}.lageplan-journey .environmental-note p{font-family:var(--font-body);font-size:1rem;color:var(--himmel-slate);margin:0;font-style:italic;line-height:1.6}.lageplan-journey .map-section{padding:0;background:var(--himmel-cream)}.lageplan-journey .map-container{position:relative;width:100%;min-height:60vh;background:var(--himmel-stone);transition:all .5s cubic-bezier(.25,.46,.45,.94)}.lageplan-journey .map-container:hover{box-shadow:var(--shadow-medium)}.lageplan-journey .map-container.expanded{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;min-height:100vh;box-shadow:var(--shadow-heavy)}.lageplan-journey .map-frame{position:relative;height:60vh;min-height:400px;overflow:hidden}.lageplan-journey .map-container.expanded .map-frame{height:100vh}.lageplan-journey .interactive-map{width:100%;height:100%;background:linear-gradient(135deg,var(--himmel-stone) 0%,var(--himmel-cream) 100%);position:relative}.lageplan-journey .map-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:var(--space-lg)}.lageplan-journey .map-icon{margin-bottom:var(--space-md)}.lageplan-journey .location-marker{width:56px;height:56px;color:var(--himmel-gold);animation:markerPulse 3s ease-in-out infinite;filter:drop-shadow(0 2px 8px rgba(197,165,114,.3))}.lageplan-journey .map-loading{font-family:var(--font-body);font-size:1.2rem;color:var(--himmel-slate);margin:0 0 var(--space-sm) 0;font-weight:500}.lageplan-journey .map-coordinates{font-family:var(--font-accent);font-size:1rem;color:var(--himmel-gold);font-weight:500;letter-spacing:.05em}.lageplan-journey .map-expand-btn{position:absolute;bottom:var(--space-sm);right:var(--space-sm);background:var(--himmel-white);border:none;padding:var(--space-sm) var(--space-md);border-radius:8px;box-shadow:var(--shadow-light);font-family:var(--font-body);font-size:.9rem;font-weight:500;color:var(--himmel-charcoal);cursor:pointer;display:flex;align-items:center;gap:var(--space-xs);transition:all .3s ease;z-index:10;width:auto;min-width:140px;justify-content:center}.lageplan-journey .map-expand-btn:hover{background:var(--himmel-gold);color:var(--himmel-white);transform:translateY(-2px);box-shadow:var(--shadow-medium)}.lageplan-journey .expand-icon{width:16px;height:16px;transition:transform .3s ease}.lageplan-journey .map-expand-btn:hover .expand-icon{transform:scale(1.1)}.lageplan-journey .transport-info{padding:var(--space-xl) 0;background:var(--himmel-white)}.lageplan-journey .section-title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3rem);font-weight:300;color:var(--himmel-charcoal);text-align:center;margin:0 0 var(--space-xl) 0;letter-spacing:.01em}.lageplan-journey .transport-steps{margin-bottom:var(--space-xl)}.lageplan-journey .step{display:flex;align-items:flex-start;gap:var(--space-md);margin-bottom:var(--space-lg);padding:var(--space-md) 0;position:relative}.lageplan-journey .step:not(:last-child):after{content:'';position:absolute;left:24px;top:60px;bottom:-32px;width:2px;background:var(--himmel-stone)}.lageplan-journey .step-number{width:48px;height:48px;background:var(--himmel-gold);color:var(--himmel-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-body);font-size:1.2rem;font-weight:600;flex-shrink:0;position:relative;z-index:2}.lageplan-journey .step-content{flex:1;padding-top:var(--space-xs)}.lageplan-journey .step-content h3{font-family:var(--font-display);font-size:1.4rem;font-weight:500;color:var(--himmel-charcoal);margin:0 0 var(--space-xs) 0}.lageplan-journey .step-content p{font-family:var(--font-body);font-size:1rem;color:var(--himmel-slate);margin:0;line-height:1.6}.lageplan-journey .alternative-routes{padding-top:var(--space-lg);border-top:1px solid var(--himmel-stone)}.lageplan-journey .alt-title{font-family:var(--font-display);font-size:1.6rem;font-weight:400;color:var(--himmel-charcoal);text-align:center;margin:0 0 var(--space-md) 0}.lageplan-journey .route-options{display:flex;flex-direction:column;gap:var(--space-md)}.lageplan-journey .route-option{background:var(--himmel-cream);padding:var(--space-md);border-radius:8px;font-family:var(--font-body);font-size:1rem;color:var(--himmel-slate);line-height:1.6;border-left:3px solid var(--himmel-gold)}.lageplan-journey .route-option strong{color:var(--himmel-charcoal)}.lageplan-journey .help-info-section{padding:var(--space-xl) 0;background:var(--himmel-cream)}.lageplan-journey .help-content{text-align:center;max-width:800px;margin:0 auto}.lageplan-journey .help-title{font-family:var(--font-display);font-size:clamp(2rem,5vw,2.8rem);font-weight:300;color:var(--himmel-charcoal);margin:0 0 var(--space-md) 0}.lageplan-journey .help-description{font-family:var(--font-body);font-size:1.1rem;color:var(--himmel-slate);line-height:1.7;margin:0 0 var(--space-lg) 0}.lageplan-journey .contact-methods{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:var(--space-md)}.lageplan-journey .contact-button{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);background:var(--himmel-gold);color:var(--himmel-white);padding:var(--space-sm) var(--space-lg);border-radius:3.5rem;text-decoration:none;font-family:var(--font-body);font-weight:500;font-size:1.05rem;letter-spacing:.01em;transition:all .5s cubic-bezier(.25,.46,.45,.94);box-shadow:var(--shadow-medium);position:relative;overflow:hidden;min-width:180px;border:2px solid transparent}.lageplan-journey .contact-button:before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .7s ease;z-index:1}.lageplan-journey .contact-button:hover:before{left:100%}.lageplan-journey .contact-button:hover{background:#d4b883;color:var(--himmel-charcoal);transform:translateY(-6px) scale(1.05);box-shadow:var(--shadow-heavy);border-color:rgba(255,255,255,.2)}.lageplan-journey .contact-button .contact-icon{width:18px;height:18px;transition:transform .4s cubic-bezier(.25,.46,.45,.94);z-index:2;margin-left:var(--space-xs);margin-right:0}.lageplan-journey .contact-button:hover .contact-icon{transform:translateX(10px) scale(1.18)}.lageplan-journey .contact-button .contact-text{position:relative;z-index:2;transition:color .3s}.lageplan-journey .info-links{display:flex;flex-direction:column;gap:var(--space-sm);align-items:center}.lageplan-journey .info-link{font-family:var(--font-body);font-size:.95rem;color:var(--himmel-gold);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s ease}.lageplan-journey .info-link:hover{border-color:var(--himmel-gold)}.lageplan-journey .journey-cta{padding:var(--space-xl) 0;background:linear-gradient(135deg,var(--himmel-cream) 0%,var(--himmel-stone) 100%);text-align:center;position:relative;overflow:hidden}.lageplan-journey .journey-cta:before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(197,165,114,.08) 0%,transparent 70%)}.lageplan-journey .cta-content{max-width:700px;margin:0 auto;position:relative;z-index:2;padding:0 var(--space-sm)}.lageplan-journey .cta-title{font-family:var(--font-display);font-size:clamp(2.2rem,5vw,3.2rem);font-weight:300;color:var(--himmel-charcoal);margin:0 0 var(--space-md) 0;letter-spacing:.01em;line-height:1.1}.lageplan-journey .cta-subtitle{font-family:var(--font-body);font-size:1.2rem;color:var(--himmel-slate);margin:0 0 var(--space-lg) 0;opacity:.9;font-weight:400}.lageplan-journey .journey-button{display:inline-flex;align-items:center;gap:1.25rem;background:var(--himmel-gold);color:var(--himmel-white);padding:1.5rem 3rem;border-radius:3.5rem;text-decoration:none;font-family:var(--font-body);font-weight:600;font-size:1.2rem;letter-spacing:.02em;transition:all .5s cubic-bezier(.25,.46,.45,.94);box-shadow:var(--shadow-medium);position:relative;overflow:hidden;border:2px solid transparent}.lageplan-journey .journey-button:before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .7s ease}.lageplan-journey .journey-button:hover:before{left:100%}.lageplan-journey .journey-button:hover{transform:translateY(-6px) scale(1.05);box-shadow:var(--shadow-heavy);background:#d4b883;color:var(--himmel-charcoal);border-color:rgba(255,255,255,.2)}.lageplan-journey .button-text{position:relative;z-index:2}.lageplan-journey .button-icon{width:28px;height:28px;transition:transform .3s ease}.lageplan-journey .journey-button:hover .button-icon{transform:translateX(8px)}@keyframes heroFadeUp{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes markerPulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:.7}}@media (min-width:768px){.lageplan-journey .container{padding:0 var(--space-md)}.lageplan-journey .destination-hero{height:70vh;min-height:500px}.lageplan-journey .location-basics{padding:var(--space-xl) 0}.lageplan-journey .map-frame{height:70vh;min-height:500px}.lageplan-journey .step{gap:var(--space-lg)}.lageplan-journey .step-number{width:56px;height:56px;font-size:1.4rem}.lageplan-journey .route-options{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md)}.lageplan-journey .contact-methods{flex-direction:row;justify-content:center;align-items:center;gap:var(--space-lg)}.lageplan-journey .info-links{flex-direction:row;gap:var(--space-md)}}@media (min-width:1024px){.lageplan-journey .container{padding:0 var(--space-lg)}.lageplan-journey .destination-hero{height:70vh;min-height:500px;max-height:650px}.lageplan-journey .location-basics{padding:6rem 0 var(--space-xl)}.lageplan-journey .map-frame{height:75vh;min-height:600px}.lageplan-journey .transport-steps{max-width:800px;margin:0 auto var(--space-xl)}.lageplan-journey .step{padding:var(--space-lg) 0}.lageplan-journey .step-content h3{font-size:1.6rem}.lageplan-journey .step-content p{font-size:1.1rem}.lageplan-journey .help-info-section{padding:6rem 0}.lageplan-journey .journey-cta{padding:6rem 0}.lageplan-journey .map-expand-btn{top:var(--space-sm);right:var(--space-sm);bottom:auto;left:auto;transform:none}}@media (min-width:1200px){.lageplan-journey .map-frame{height:80vh;min-height:700px}.lageplan-journey .transport-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-xl);max-width:1000px}.lageplan-journey .step:not(:last-child):after{display:none}.lageplan-journey .step{flex-direction:column;text-align:center;align-items:center;padding:var(--space-lg);background:var(--himmel-cream);border-radius:12px;transition:all .3s ease;margin-bottom:0}.lageplan-journey .step:hover{transform:translateY(-4px);box-shadow:var(--shadow-medium);background:var(--himmel-white)}.lageplan-journey .step-number{margin-bottom:var(--space-md)}.lageplan-journey .step-content{padding-top:0}}@media (min-width:1440px){.lageplan-journey .container{max-width:1400px;padding:0 var(--space-xl)}.lageplan-journey .map-frame{height:85vh;min-height:800px}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.lageplan-journey .location-marker{filter:drop-shadow(0 2px 8px rgba(197,165,114,.4))}}@media (prefers-reduced-motion:reduce){.lageplan-journey *{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}.lageplan-journey .hero-backdrop{transform:scale(1) !important;transition:none !important}.lageplan-journey .location-marker{animation:none !important}}@media (max-width:768px){.lageplan-journey .map-expand-btn{bottom:var(--space-md);right:50%;transform:translateX(50%);padding:var(--space-sm) var(--space-lg);font-size:1rem;min-width:180px;background:var(--himmel-gold);color:var(--himmel-white);box-shadow:var(--shadow-medium)}.lageplan-journey .map-expand-btn:hover{transform:translateX(50%) translateY(-2px);background:#d4b883}}@media (max-width:480px){.lageplan-journey .map-expand-btn{bottom:var(--space-sm);padding:var(--space-sm) var(--space-md);font-size:.95rem;min-width:160px}}