html,body{min-height:100%;height:100%;scroll-behavior:smooth}body{margin:0;padding:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:#191a22;color:#e0e0e0;line-height:1.7;font-size:1.15rem;min-height:100vh;position:relative;z-index:1;overflow-x:hidden}.main-bg{min-height:100vh;width:100%}.navbar{position:fixed;width:100%;top:0;left:0;z-index:20;display:flex;justify-content:space-between;align-items:center;background:#181822f0;padding:.7em 2em;box-shadow:0 8px 24px #181a2255;border-bottom-left-radius:1em;border-bottom-right-radius:1em}.logo{font-size:1.4rem;font-weight:800;cursor:pointer;letter-spacing:2px;color:#a3ffe6}.nav-links{display:flex;gap:2em;list-style:none;align-items:center;margin:0;padding:0}.nav-links li button{background:none;border:none;color:#a3ffe6;font-weight:600;font-size:1rem;padding:.3em 1.1em;border-radius:2em;cursor:pointer;transition:background .17s,color .17s}.nav-links li button:hover{color:#ff416c;background:#181a2255}.burger{display:none;flex-direction:column;cursor:pointer;gap:4px;margin-left:1em;z-index:30}.burger div{width:28px;height:3px;background:#a3ffe6;border-radius:3px;transition:.3s}.burger.open div:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger.open div:nth-child(2){opacity:0}.burger.open div:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 850px){.nav-links{position:fixed;top:60px;right:0;height:calc(100vh - 60px);width:220px;background:#181822fc;flex-direction:column;align-items:flex-end;padding:1.5em 1.2em 0;gap:1.1em;border-bottom-left-radius:1.5em;box-shadow:-10px 8px 28px #181a2244;transform:translate(100%);transition:transform .3s;z-index:99}.nav-links.show{transform:translate(0)}.burger{display:flex}}.hero{margin-top:60px;min-height:62vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;background:#181822d6;border-radius:2rem;box-shadow:0 6px 34px #0e101a40;margin-left:2vw;margin-right:2vw;margin-bottom:2vw;padding-bottom:1.5rem;text-align:center;animation:fadeUp .9s cubic-bezier(.21,1,.3,1) forwards}.hero-content,.hero{position:relative;z-index:2}.hero h1{font-size:3rem;font-weight:900;margin-top:1.2rem;margin-bottom:1.4rem;letter-spacing:2px;color:#a3ffe6;text-shadow:0 8px 32px #000d}.hero-image-wrapper{width:98%;max-width:980px;margin:0 auto;position:relative;border-radius:2rem;overflow:hidden;box-shadow:0 8px 48px #0008}.hero-img{width:100%;display:block;object-fit:cover;aspect-ratio:3/1;filter:brightness(.62) saturate(1.2) blur(.2px);transition:filter .4s}.hero-img:hover{filter:brightness(.85) saturate(1.05)}.hero p{margin-top:2rem;font-size:1.4rem;font-weight:400;letter-spacing:1px;color:#a3ffe6;text-shadow:0 2px 14px #000a}.scroll-btn{display:inline-block;font-size:2.1rem;margin:2rem auto 0;color:#a3ffe6;background:linear-gradient(90deg,#ff416c22,#a3ffe616);border:none;border-radius:2rem;padding:.18em .9em .05em;text-decoration:none;box-shadow:0 2px 8px #ff416c22;cursor:pointer;transition:background .17s,box-shadow .17s,color .17s,transform .22s}.scroll-btn:hover{background:linear-gradient(90deg,#ff416c33,#a3ffe633);color:#fff;transform:translateY(4px) scale(1.08)}section{padding:5rem 3vw 3rem 3vw;margin:2vw auto;border-radius:2rem;max-width:1200px;background:#22222cd9;box-shadow:0 4px 22px #181a3550;animation:fadeUp .9s cubic-bezier(.21,1,.3,1) forwards}section h2{font-size:2.1rem;margin-bottom:2.5rem;letter-spacing:1px;color:#a3ffe6}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.6rem}.gallery-item{position:relative;display:flex;flex-direction:column;align-items:center;z-index:2;box-shadow:0 0 14px #23243b30;border-radius:1.1rem;background:#18182299;overflow:hidden;animation:fadeUp .8s cubic-bezier(.21,1,.3,1) backwards}.gallery-item img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:1.1rem 1.1rem 0 0;cursor:pointer;box-shadow:0 4px 20px #32285a1c;transition:transform .3s,box-shadow .3s}.gallery-item img:hover{transform:scale(1.05) rotate(-1.5deg);box-shadow:0 8px 24px #a3ffe666,0 2px 12px #ff416c33}.caption{margin-top:.7rem;font-size:1rem;color:#eee;text-align:center;opacity:.85;font-style:italic;margin-bottom:.7rem}.instagram-section{padding:3rem 3vw 3rem 3vw;margin:2vw auto;border-radius:2rem;max-width:1200px;background:#22222cd9;box-shadow:0 4px 22px #181a3550;animation:fadeUp .9s cubic-bezier(.21,1,.3,1) forwards}.instagram-iframe-wrapper{display:flex;justify-content:center;align-items:center;width:100%;min-height:320px;padding-bottom:1rem}.videos-section{max-width:1200px}.videos-grid{display:flex;gap:2rem;justify-content:space-between;flex-wrap:wrap}.video-box{background:#23243b;border-radius:1.5rem;box-shadow:0 4px 16px #15152522;flex:1 1 340px;margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;transition:transform .18s,box-shadow .18s;border:2px solid #a3ffe611;animation:fadeUp 1s cubic-bezier(.21,1,.3,1) backwards}.video-box:hover{transform:scale(1.04);box-shadow:0 8px 32px #a3ffe655,0 2px 8px #ff416c44;border:2px solid #a3ffe6}.video-container{width:100%;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center}.video-container iframe{width:100%;height:100%;border:none;border-radius:1.1rem 1.1rem 0 0;box-shadow:0 0 8px #181a3522}.video-title{color:#fff;background:#35386d;padding:1.1rem;border-radius:0 0 1.1rem 1.1rem;width:100%;text-align:center;font-size:1.1rem;letter-spacing:1px;margin-top:auto;border-top:1px solid #a3ffe633}.gedanken-section{padding:5rem 3vw 3rem 3vw;max-width:900px;margin:0 auto}.gedanken-section h2{font-size:2.1rem;margin-bottom:2.5rem;letter-spacing:1px}.blog-feed{display:flex;flex-direction:column;gap:2.5rem}.gedanke{background:linear-gradient(90deg,#282947cc 80%,#23243bcc);padding:2.1rem 2rem 1.5rem;border-radius:1.3rem;box-shadow:0 4px 20px #00000015;border-left:7px solid #a3ffe6;position:relative;transition:box-shadow .18s,transform .18s}.gedanke:not(:last-child):after{content:"";position:absolute;left:2rem;right:2rem;bottom:-1.2rem;height:2px;background:linear-gradient(90deg,#a3ffe633,#ff416c33);border-radius:1px}.gedanke .date{font-size:.95rem;color:#a3ffe6;margin-bottom:.7rem;opacity:.7}.gedanke h3{color:#ff416c;margin:0 0 .5rem;font-size:1.35rem;font-weight:700;letter-spacing:1px}.gedanke p{color:#fff;margin:0;opacity:.93}.legal-section{margin:90px auto 30px;padding:3rem 2vw 3rem 2vw;border-radius:1.5rem;background:#22222ceb;max-width:800px;box-shadow:0 4px 22px #181a3550;color:#e0e0e0;animation:fadeUp .9s cubic-bezier(.21,1,.3,1) forwards}.legal-section h2{color:#a3ffe6;margin-bottom:1.5rem}.legal-section p{margin-bottom:1.6rem;line-height:1.7;font-size:1.05rem}.legal-section button{margin-top:1.6rem}footer{padding:2.5rem 0 1.1rem;text-align:center;background:#181822d1;border-top:2px solid #35386d;box-shadow:0 -2px 16px #181a3522;margin:2vw 2vw 0}.footer-icons{display:flex;justify-content:center;gap:2.5rem;margin-bottom:1.2rem;font-size:2rem}.footer-icons a{color:#a3ffe6;transition:color .18s,text-shadow .17s;text-decoration:none;text-shadow:0 0 8px #ff416c22,0 1px 4px #a3ffe622}.footer-icons a:hover{color:#ff416c;text-shadow:0 0 16px #ff416c55,0 1px 12px #a3ffe644}.copyright{color:#bdbdbd;font-size:1rem;opacity:.78;letter-spacing:1px}.footer-links{margin-bottom:.8rem}.footer-links a{color:#a3ffe6;text-decoration:none;font-size:1.02rem;margin:0 .5em;transition:color .17s}.footer-links a:hover{color:#ff416c}@media (max-width: 900px){.gallery{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.videos-grid{flex-direction:column}}@media (max-width: 600px){.hero-content h1{font-size:2.1rem}.fotos-blog,.gedanken-section,.videos-section,.instagram-section{padding:3rem 1vw 1.5rem 1vw}.gallery{grid-template-columns:1fr;gap:1rem}.video-title,.video-container{font-size:1rem}.gedanke{padding:1.2rem .7rem 1rem}.footer-icons{gap:1.1rem;font-size:1.4rem}.hero-image-wrapper{max-width:99vw;border-radius:.8rem}}@keyframes fadeUp{to{opacity:1;transform:none}}section,.gedanke,.gallery-item,.video-box,.legal-section{opacity:0;transform:translateY(40px) scale(.99);animation:fadeUp 1s cubic-bezier(.21,1,.3,1) forwards;animation-delay:.1s}.gallery-item,.video-box,.gedanke{animation-delay:.4s}
