*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:80px 0;text-align:center;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.hero-section h1{font-size:3.5rem;font-weight:700;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.3);position:relative;z-index:1}.hero-subtitle{font-size:1.3rem;font-weight:300;max-width:800px;margin:0 auto 30px;opacity:.95;position:relative;z-index:1}.cta-buttons-hero{margin-top:40px;position:relative;z-index:1;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.cta-button{display:inline-block;padding:18px 40px;font-size:1.2rem;font-weight:700;text-decoration:none;border-radius:50px;box-shadow:0 10px 30px #0000004d;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;border:3px solid white}.cta-primary{color:#fff;background:linear-gradient(135deg,#e74c3c,#c0392b);border-color:#e74c3c;animation:pulse-glow 2s ease-in-out infinite}.cta-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#c0392b,#e74c3c);transition:left .4s ease;z-index:-1}.cta-primary:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 15px 40px #e74c3c99}.cta-primary:hover:before{left:0}.cta-secondary{color:#667eea;background:#fff;border-color:#fff}.cta-secondary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);transition:left .4s ease;z-index:-1}.cta-secondary:hover{color:#fff;transform:translateY(-5px) scale(1.05);box-shadow:0 15px 40px #0006}.cta-secondary:hover:before{left:0}.cta-button:active{transform:translateY(-2px) scale(1.02)}@keyframes pulse-glow{0%,to{box-shadow:0 10px 30px #e74c3c66}50%{box-shadow:0 10px 40px #e74c3cb3}}.navigation{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;position:sticky;top:0;z-index:100}.navigation .container{position:relative}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:10px;z-index:101}.hamburger{display:flex;flex-direction:column;gap:5px;width:30px}.hamburger span{display:block;width:100%;height:3px;background:#333;border-radius:3px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.nav-menu{list-style:none;display:flex;justify-content:center;align-items:center;padding:20px 0;gap:10px;flex-wrap:nowrap}.navigation a{text-decoration:none;color:#333;font-weight:600;padding:10px 12px;border-radius:25px;transition:all .3s ease;position:relative;white-space:nowrap;font-size:.95rem}@media (min-width: 1025px) and (max-width: 1200px){.nav-menu{gap:8px}.navigation a{padding:10px;font-size:.9rem}}.navigation a:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.content-section{padding:80px 0;position:relative}.content-section.alt-bg{background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.content-section h2{font-size:2.8rem;font-weight:700;text-align:center;margin-bottom:50px;color:#2c3e50;position:relative}.content-section h2:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.content-section h3{font-size:1.8rem;font-weight:600;margin-bottom:20px;color:#34495e}.content-section p{font-size:1.1rem;line-height:1.8;margin-bottom:20px;color:#555}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-top:40px}.content-grid.reverse{direction:rtl}.content-grid.reverse>*{direction:ltr}.text-content ul{list-style:none;padding-left:0}.text-content li{padding:10px 0 10px 30px;position:relative;font-size:1.1rem;color:#555}.text-content li:before{content:"✓";position:absolute;left:0;color:#27ae60;font-weight:700;font-size:1.2rem}.image-content img{width:100%;height:auto;border-radius:15px;box-shadow:0 10px 30px #0003;transition:transform .3s ease}.image-content img:hover{transform:scale(1.05)}.section-intro{font-size:1.2rem;text-align:center;max-width:800px;margin:0 auto 30px;color:#666;font-style:italic}.lexikon-search{margin:40px auto 30px;max-width:600px}.search-container{position:relative;width:100%}.search-input{width:100%;padding:18px 50px 18px 20px;font-size:1.1rem;border:3px solid #e0e0e0;border-radius:50px;outline:none;transition:all .3s ease;background:#fff;box-shadow:0 2px 10px #0000000d}.search-input:focus{border-color:#667eea;box-shadow:0 5px 20px #667eea33}.search-input::placeholder{color:#999}.clear-search{position:absolute;right:15px;top:50%;transform:translateY(-50%);background:#e74c3c;color:#fff;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;transition:all .3s ease}.clear-search:hover{background:#c0392b;transform:translateY(-50%) scale(1.1)}.alphabet-filter{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:30px auto;max-width:900px}.letter-btn{min-width:45px;height:45px;border:2px solid #e0e0e0;background:#fff;color:#555;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;padding:0 12px}.letter-btn:hover{border-color:#667eea;color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.letter-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#667eea;box-shadow:0 4px 15px #667eea66}.letter-btn:active{transform:translateY(0)}.results-count{text-align:center;margin:20px 0;font-size:1.1rem;color:#666;display:flex;align-items:center;justify-content:center;gap:15px;flex-wrap:wrap}.reset-filters{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:8px 20px;border-radius:20px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.reset-filters:hover{transform:translateY(-2px);box-shadow:0 4px 15px #667eea66}.no-results{text-align:center;padding:80px 20px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:20px;margin:40px 0}.no-results p{font-size:1.3rem;color:#555;margin-bottom:25px}.reset-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:15px 35px;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.reset-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #667eea66}.figures-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;margin:50px 0}.figure-card{background:#fff;padding:25px;border-radius:15px;box-shadow:0 5px 20px #0000001a;transition:all .3s ease;border-left:4px solid transparent;position:relative;cursor:pointer;min-height:180px}.figure-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026;border-left-color:#667eea;min-height:auto}.figure-card h3{font-size:1.4rem;font-weight:600;margin-bottom:15px;color:#2c3e50;display:flex;align-items:center;gap:10px}.figure-card h3:before{content:"🔮";font-size:1.2rem}.figure-card .figure-meaning{font-size:1rem;color:#666;line-height:1.6;margin-bottom:10px;font-weight:500}.figure-description{max-height:0;overflow:hidden;opacity:0;transition:all .4s ease;margin-top:15px}.figure-card:hover .figure-description,.figure-card.expanded .figure-description{max-height:1000px;opacity:1}.figure-description p{font-size:.95rem;color:#555;line-height:1.7;margin-bottom:12px;text-align:justify}.figure-description p:last-child{margin-bottom:0}.hover-hint{display:block;text-align:center;font-size:.85rem;color:#999;font-style:italic;margin-top:10px;transition:opacity .3s ease}.figure-card:hover .hover-hint:not(.expanded),.figure-card.expanded .hover-hint{opacity:1}.figure-card.expanded{min-height:auto}.interpretation-tips{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:40px;border-radius:20px;margin-top:60px;text-align:center}.interpretation-tips h3{color:#fff;margin-bottom:20px;font-size:1.8rem}.interpretation-tips p{color:#ffffffe6;font-size:1.1rem;line-height:1.7}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin:50px 0}.product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:2px solid transparent}.product-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #667eea4d;border-color:#667eea}.product-link{text-decoration:none;color:inherit;display:block;height:100%}.product-content{padding:30px;display:flex;flex-direction:column;height:100%}.product-content h3{font-size:1.5rem;font-weight:700;margin-bottom:15px;color:#2c3e50;transition:color .3s ease}.product-card:hover .product-content h3{color:#667eea}.product-content p{font-size:1rem;line-height:1.7;color:#666;flex-grow:1;margin-bottom:20px}.product-cta{margin-top:auto}.product-cta .cta-button{display:block;width:100%;text-align:center;padding:15px 25px;font-size:1.1rem;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;transition:all .3s ease;border:none}.product-card:hover .product-cta .cta-button{background:linear-gradient(135deg,#764ba2,#667eea);transform:scale(1.05);box-shadow:0 10px 25px #667eea66}.bestellen-info{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:40px;border-radius:20px;margin-top:50px}.bestellen-info h3{font-size:1.8rem;font-weight:700;margin-bottom:25px;color:#2c3e50;text-align:center}.bestellen-info ul{list-style:none;padding:0;max-width:600px;margin:0 auto 30px}.bestellen-info li{font-size:1.1rem;color:#34495e;position:relative;padding:12px 0 12px 35px}.bestellen-info li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:0;height:0}.affiliate-notice{text-align:center;font-size:.9rem;color:#7f8c8d;font-style:italic;margin-top:30px;padding-top:20px;border-top:1px solid rgba(0,0,0,.1)}.app-section{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff}.app-section h2{color:#fff}.app-section h2:after{background:linear-gradient(135deg,#e74c3c,#f39c12)}.app-content{display:grid;grid-template-columns:2fr 1fr;gap:60px;align-items:center;margin-top:40px}.app-description h3{color:#ecf0f1;font-size:2.2rem;margin-bottom:25px}.app-description p{color:#ffffffe6;font-size:1.1rem;margin-bottom:30px}.app-features{display:grid;gap:30px;margin:40px 0}.feature{background:#ffffff1a;padding:30px;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.feature h4{font-size:1.4rem;margin-bottom:15px;color:#ecf0f1}.feature p{color:#fffc;line-height:1.6}.app-download{margin-top:40px}.app-download h4{color:#ecf0f1;margin-bottom:20px;font-size:1.3rem}.download-buttons{display:flex;gap:20px}.download-btn{padding:15px 30px;border:none;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.download-btn.ios{background:linear-gradient(135deg,#007aff,#5856d6);color:#fff}.download-btn.android{background:linear-gradient(135deg,#34a853,#4285f4);color:#fff}.download-btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0000004d}.app-preview{text-align:center}.app-preview img{width:100%;max-width:300px;border-radius:20px;box-shadow:0 15px 40px #0000004d}.image-caption{margin-top:20px;font-size:.9rem;color:#ffffffb3;font-style:italic}.footer{background:#2c3e50;color:#fff;padding:60px 0 30px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}.footer-section h4{font-size:1.3rem;margin-bottom:20px;color:#ecf0f1}.footer-section p{color:#fffc;line-height:1.6}.impressum-section{background:#ffffff0d;padding:30px;border-radius:15px;margin-bottom:40px;border:1px solid rgba(255,255,255,.1)}.impressum-section h4{font-size:1.4rem;margin-bottom:20px;color:#ecf0f1;text-align:center}.impressum-content{max-width:600px;margin:0 auto;text-align:center}.impressum-content p{color:#fffc;line-height:1.8;margin-bottom:8px;font-size:1rem}.impressum-content p:first-child{margin-top:0;font-size:1.1rem}.footer-bottom{text-align:center;padding-top:30px;border-top:1px solid rgba(255,255,255,.2);color:#fff9}@media (max-width: 1024px){.mobile-menu-toggle{display:block;position:absolute;right:20px;top:50%;transform:translateY(-50%)}.nav-menu{position:fixed;top:72px;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;gap:0;padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease,box-shadow .3s ease;box-shadow:none}.nav-menu.active{max-height:400px;box-shadow:0 10px 30px #0000001a}.nav-menu li{width:100%;text-align:center;border-bottom:1px solid rgba(0,0,0,.05)}.nav-menu li:last-child{border-bottom:none}.navigation a{display:block;width:100%;padding:18px 20px;border-radius:0}.navigation a:hover{transform:translateY(0)}}@media (max-width: 768px){.hero-section h1{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.cta-button{font-size:1rem;padding:15px 30px}.cta-buttons-hero{flex-direction:column;gap:15px}.cta-buttons-hero .cta-button{width:100%;max-width:350px}.content-grid,.app-content{grid-template-columns:1fr;gap:40px}.content-grid.reverse{direction:ltr}.figures-grid,.product-grid{grid-template-columns:1fr}.search-input{font-size:1rem;padding:15px 45px 15px 18px}.alphabet-filter{gap:6px}.letter-btn{min-width:40px;height:40px;font-size:.9rem}.results-count{font-size:1rem}.download-buttons{flex-direction:column}.content-section{padding:50px 0}.content-section h2{font-size:2.2rem}}@media (max-width: 480px){.container{padding:0 15px}.hero-section{padding:60px 0}.hero-section h1{font-size:2rem}.figure-card,.feature,.interpretation-tips{padding:20px}.hover-hint{display:block;font-size:.8rem}.app-preview img{max-width:250px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.content-section>*{animation:fadeInUp .6s ease-out}html{scroll-behavior:smooth}a:focus,button:focus{outline:2px solid #667eea;outline-offset:2px}@media print{.navigation,.download-buttons{display:none}.hero-section{background:none;color:#000}.content-section{page-break-inside:avoid}}
