:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#222}*,body{margin:0}*{box-sizing:border-box;padding:0}.container{max-width:1200px;margin:0 auto;padding:0 1rem}a{color:inherit;text-decoration:none}.button,button{transition:transform .2s ease,background-color .2s ease}.button:hover,button:hover{transform:scale(1.05);background-color:#157c5f}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.nav-bar{position:absolute;top:0;left:0;width:100%;background:linear-gradient(180deg,rgba(0,0,0,.6),transparent);padding:1rem 0;z-index:10}.nav-bar .container{justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 1rem}.logo,.nav-bar .container{display:flex;align-items:center}.logo{gap:.5rem}.logo img{height:48px;width:auto;object-fit:contain}.nav-links{list-style:none;display:flex;gap:1.5rem;margin:0;padding:0}.nav-links li a{color:white;text-decoration:none;font-weight:500;transition:color .2s ease}.nav-links li a:hover{color:#a5d6a7;text-decoration:underline}.hero-header{background-image:url(/images/header.jpg);background-size:cover;background-position:50%;height:70vh;position:relative;color:white}.hero-header .overlay{background-color:rgba(0,0,0,.5);width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 1rem}.hero-content{max-width:700px}.hero-content h1{font-size:2.5rem;margin-bottom:1rem}.hero-content p{font-size:1.2rem;margin-bottom:2rem}.hero-content button{background-color:#199473;color:white;padding:.75rem 1.5rem;border:none;font-size:1rem;border-radius:4px;cursor:pointer}.hero-content button:hover{background-color:#a5d6a7}.features-section{padding:4rem 1rem;background-color:#eafaf4}.features-section h2{text-align:center;font-size:2rem;margin-bottom:3rem;color:#199473}.features-grid{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.feature-card{background:#f5fdfb;border-radius:8px;overflow:hidden;box-shadow:0 6px 12px rgba(0,0,0,.08);transition:transform .2s ease,box-shadow .2s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 16px rgba(0,0,0,.15)}.feature-card img{width:100%;height:180px;object-fit:cover}.feature-info{padding:1rem;text-align:center}.feature-info h3{margin-bottom:.5rem;font-size:1.2rem;color:#199473}.feature-info p{font-size:.95rem;color:#555}.about-section{background-color:#ffffff;padding:4rem 1rem}.about-container{display:flex;flex-wrap:wrap;align-items:center;gap:2rem;max-width:1200px;margin:0 auto}.about-image img{width:100%;max-width:500px;border-radius:8px;object-fit:cover;box-shadow:0 4px 12px rgba(0,0,0,.1)}.about-text{flex:1 1;min-width:280px}.about-text h2{font-size:2rem;color:#199473;margin-bottom:1rem}.about-text p{font-size:1rem;line-height:1.6;color:#333;margin-bottom:1rem}.contact-section{background-color:#eafaf4;padding:5rem 1rem;display:flex;justify-content:center}.contact-card-fancy{background:white;border-left:8px solid #199473;padding:2.5rem 2rem;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.1);max-width:600px;width:100%;text-align:left}.contact-card-fancy h2{font-size:2rem;color:#199473;margin-bottom:.5rem}.contact-card-fancy p{margin-bottom:2rem;color:#555;font-size:1rem}.contact-entries{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:1rem;line-height:1.6}.contact-icon{background-color:#d2f4ea;color:#199473;font-size:1.4rem;border-radius:50%;width:42px;height:42px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-item a{color:#199473;text-decoration:none}.contact-item a:hover{text-decoration:underline}.site-footer{background-color:#111;color:#ccc;padding:2rem 1rem;text-align:center;font-size:.95rem}.footer-container{max-width:1000px;margin:0 auto;flex-direction:column;align-items:center}.footer-container,.footer-links{display:flex;gap:1rem}.footer-links a{color:white;text-decoration:none}.footer-links a:hover{text-decoration:underline}.creator{display:flex;align-items:center;gap:.5rem;opacity:.6;font-size:.8rem}.creator img{height:64px;width:auto}.impressum-page{padding:4rem 1rem;background:#fdfdfd;color:#333}.impressum-page .container{max-width:800px;margin:0 auto}.impressum-page h1{font-size:2rem;margin-bottom:2rem;color:#199473}.impressum-page p{margin-bottom:1.2rem;line-height:1.6}.datenschutz-page{padding:4rem 1rem;background:#ffffff;color:#333}.datenschutz-page .container{max-width:800px;margin:0 auto}.datenschutz-page h1{font-size:2rem;margin-bottom:2rem;color:#199473}.datenschutz-page p{margin-bottom:1.2rem;line-height:1.6}.fade-in{opacity:0;transform:translateY(20px);animation:fadeIn 1s ease-out forwards;animation-delay:.2s}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}