html{--lumo-primary-color: #1e3a8a;--lumo-primary-text-color: #1e3a8a;font-family:Inter,sans-serif;overflow-x:hidden}body{background-color:#f3f4f6;overflow-x:hidden;max-width:100vw}.app-header{position:sticky;top:0;z-index:1000;width:100%;background:#fff;box-shadow:0 2px 8px #0000000a;padding:var(--lumo-space-m) 0}.header-content{width:100%;display:flex;align-items:center;justify-content:space-between}.logo-text{font-size:var(--lumo-font-size-xl);margin:0;color:var(--lumo-header-text-color)}.nav-links{display:flex;gap:1rem}.nav-link{color:var(--lumo-secondary-text-color);text-decoration:none;font-weight:600;transition:color .3s}.nav-link:hover{color:var(--lumo-primary-text-color)}.burger-menu-btn{display:none;background:none;border:none;cursor:pointer}.hero-section{background:linear-gradient(#0009,#0009),url(https://www.onlinehaendler-news.de/fileadmin/import/lwb/shutterstock_576817807.jpg) no-repeat center center/cover;color:#fff;min-height:80vh;padding:var(--lumo-space-xl);text-align:center}.hero-headline{font-size:3.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.6)}.hero-subline{font-size:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.6)}.btn-primary{background-color:#1e3a8a;color:#fff;font-weight:600;border-radius:9999px;padding:1rem 2.5rem;transition:background-color .3s,transform .3s;margin-top:var(--lumo-space-l)}.btn-primary:hover{background-color:#1c4566;transform:translateY(-2px)}.offers-section{background-color:#fff;border-radius:1.5rem;box-shadow:var(--lumo-box-shadow-s);padding:4rem 2rem;margin:2rem auto;max-width:1200px;position:relative;z-index:10}.offer-cards-container{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;margin-top:2rem}.offer-card{background-color:#f9fafb;border-radius:1rem;padding:2rem;box-shadow:var(--lumo-box-shadow-xs);transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;text-align:left}.offer-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.about-us-section{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1200px;margin:2rem auto;padding:4rem 2rem;background-color:#f9fafb;border-radius:1.5rem}.about-us-image{width:100%;border-radius:1.5rem;box-shadow:var(--lumo-box-shadow-l)}.contact-section{padding:4rem 2rem;max-width:1200px;margin:2rem auto}.contact-columns{display:grid;grid-template-columns:1fr 1fr;gap:3rem;width:100%;max-width:1000px;margin-top:2rem}.contact-info-box{background-color:#fff;border-radius:1rem;box-shadow:0 4px 16px #00000014;padding:2rem;margin-bottom:1rem}.contact-info-box input,.contact-info-box textarea,.contact-info-box select{width:100%;box-sizing:border-box}.phone-number{font-size:1.75rem;font-weight:700;color:var(--lumo-primary-color)}.contact-link-row{display:flex;align-items:center;gap:8px;width:100%}.contact-link-row a{flex:1;text-align:left;display:flex;align-items:center}.newsfeed-section{display:flex;align-items:center;width:100%;background:#f8fafc;padding:24px 0;z-index:10;position:relative;box-shadow:0 2px 8px #00000008;margin-bottom:32px;min-height:260px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;box-sizing:border-box}.news-card{box-shadow:0 2px 8px #00000012;border-radius:12px;background:#fff;display:inline-block;width:320px;min-height:220px;margin-right:16px;vertical-align:top;transition:box-shadow .2s,transform .2s;cursor:pointer;flex-shrink:0}.news-card:hover{box-shadow:0 4px 16px #1e3a8a1f;transform:translateY(-2px) scale(1.02)}.news-card:first-child{margin-left:8px}.news-card:last-child{margin-right:8px}.app-footer{background-color:#111827;color:#fff;text-align:center;padding:2rem;margin-top:2rem}.drawer-overlay{position:fixed;top:0;right:0;width:100vw;height:100vh;background:#0003;z-index:2000;display:none;transition:opacity .3s}.drawer-overlay[style*="display: block"]{display:block!important;opacity:1}.drawer-menu{position:absolute;top:0;right:0;height:100vh;width:250px;background:#fff;box-shadow:-2px 0 8px #00000014;padding:2rem 1rem;display:flex;flex-direction:column;gap:1.5rem;animation:slideInDrawer .3s ease}@keyframes slideInDrawer{0%{transform:translate(100%)}to{transform:translate(0)}}@media (min-width: 701px){.drawer-overlay{display:none!important}}@media (max-width: 1024px){.about-us-section,.contact-columns{grid-template-columns:1fr}.about-us-image{order:-1}}@media (max-width: 768px){.nav-links{display:none}.hero-headline{font-size:2.5rem}.hero-subline{font-size:1.2rem}.offer-cards-container{grid-template-columns:1fr}}@media (max-width: 700px){.nav-links{display:none!important}.burger-menu-btn{display:block!important}}.dynamic-header{position:sticky;top:0;z-index:1000;width:100%;transition:transform .3s,opacity .3s;transform:translateY(0);opacity:1}.dynamic-header.hide-on-scroll{transform:translateY(-100%);opacity:0}.section-rounded{border-radius:1.5rem;background:#fff;box-shadow:0 2px 8px #0000000a}@media (max-width: 700px){.newsfeed-nav-button{display:none}.section-rounded{width:100%;padding:0;margin:0}.newsfeed-section{padding:16px 0;min-height:auto;width:100vw;margin-left:0;margin-right:0;box-sizing:border-box;scroll-snap-type:x mandatory;scrollbar-width:none}.newsfeed-section::-webkit-scrollbar{display:none}.news-card{width:calc(100vw - 32px);min-width:calc(100vw - 32px);max-width:calc(100vw - 32px);margin-right:0;scroll-snap-align:center;flex-shrink:0}.news-card:first-child{margin-left:16px}.news-card:not(:last-child){margin-right:16px}.news-card:last-child{margin-right:16px}}@media (max-width: 600px){.section-rounded{border-radius:.5rem;box-shadow:0 1px 4px #0000000a;padding:.5rem;margin:.5rem 0}.news-feed-title{font-size:1.1rem}.news-feed-content{font-size:.95rem}}
