.vermieter-hero{padding:10rem 4% 5rem;background:linear-gradient(135deg,#1a1f25,#2d3748);background-position:center;color:#fff;text-align:center;position:relative}.vermieter-hero__content{position:relative;z-index:1;max-width:800px;margin:0 auto}.vermieter-hero__label{display:inline-block;padding:.4rem 1rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-full);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.vermieter-hero h1{font-size:clamp(2rem,5vw,3rem);color:#fff;margin-bottom:1rem;line-height:1.15}.vermieter-hero h1 em{color:#fff;font-style:normal}.vermieter-hero__subtitle{font-size:1.15rem;opacity:.9;max-width:600px;margin:0 auto 2rem;line-height:1.6}.vermieter-hero__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 2rem;background:var(--red);color:#fff;border-radius:var(--radius-sm);font-size:1rem;font-weight:600;transition:all .2s}.vermieter-hero__cta:hover{background:#b31b34;transform:translateY(-2px)}.vermieter-hero__cta svg{width:18px;height:18px}.intro-section{padding:5rem 4%;background:var(--white)}.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:var(--container-max);margin:0 auto;padding:0 var(--content-padding)}.intro-content h2{font-size:clamp(1.5rem,3.5vw,2rem);margin-bottom:1rem}.intro-content h2 em{color:var(--text);font-style:normal}.intro-content p{font-size:1rem;color:var(--text-muted);line-height:1.7;margin-bottom:1rem}.intro-content p:last-of-type{margin-bottom:0}.intro-image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.intro-image img{width:100%;height:auto;display:block}.trust-section{padding:3rem 4%;background:var(--bg);text-align:center}.trust-section p{font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}.logo-slider{width:100%;max-width:var(--container-max);margin:0 auto;overflow:hidden}.logo-slider__track{display:flex;align-items:center;gap:3.5rem;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);animation:logoScroll 30s linear infinite}.logo-slider__track img{height:52px;width:auto;max-width:120px;opacity:.5;filter:grayscale(100%);transition:all .3s;flex-shrink:0}.logo-slider__track img:hover{opacity:1;filter:grayscale(0%)}@keyframes logoScroll{0%{transform:translate(0)}to{transform:translate(-25%)}}.steps-section{padding:5rem 4%;background:var(--white)}.steps-section .section-header{text-align:center;margin-bottom:3rem}.steps-section .section-header h2{font-size:clamp(1.5rem,3.5vw,2rem)}.steps-section .section-header h2 em{color:var(--text);font-style:normal}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:var(--container-max);margin:0 auto;padding:0 var(--content-padding)}.step-card{text-align:center;padding:2rem 1.5rem;background:var(--bg);border-radius:var(--radius-lg);position:relative}.step-card:after{content:"→";position:absolute;right:-1rem;top:50%;transform:translate(50%,-50%);font-size:1.5rem;color:#ccc;z-index:1}.step-card:last-child:after{display:none}.step-number{width:48px;height:48px;background:var(--red);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Tilt Warp,sans-serif;font-size:1.25rem;margin:0 auto 1rem}.step-card h3{font-size:1.1rem;margin-bottom:.5rem;color:var(--text)}.step-card p{font-size:.85rem;color:var(--text-muted);line-height:1.5}.video-section{padding:5rem 4%;background:var(--bg)}.video-container{max-width:900px;margin:0 auto}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.video-wrapper iframe,.video-wrapper video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.video-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--text);background-size:cover;background-position:center;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s}.video-placeholder:hover{transform:scale(1.02)}.video-placeholder__play{width:80px;height:80px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;box-shadow:0 10px 40px #0000004d;transition:transform .2s}.video-placeholder:hover .video-placeholder__play{transform:scale(1.1)}.video-placeholder__play svg{width:32px;height:32px;fill:var(--text);margin-left:4px}.video-placeholder span{font-size:1rem;font-weight:500}.stats-section{padding:4rem 4%;background:var(--red);color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:var(--container-max);margin:0 auto;padding:0 var(--content-padding);text-align:center}.stat-item{padding:1.5rem}.stat-item__number{font-family:Tilt Warp,sans-serif;font-size:2.5rem;color:#fff;margin-bottom:.25rem}.stat-item__label{font-size:.9rem;opacity:.9}.bausteine-section{padding:5rem 4%;background:var(--white)}.bausteine-section .section-header{text-align:center;margin-bottom:3rem}.bausteine-section .section-header h2{font-size:clamp(1.5rem,3.5vw,2rem)}.bausteine-section .section-header h2 em{color:var(--text);font-style:normal}.bausteine-section .section-header p{color:var(--text-muted);max-width:600px;margin:.5rem auto 0}.bausteine-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:var(--container-max);margin:0 auto;padding:0 var(--content-padding)}.baustein-card{padding:2rem;background:var(--bg);border-radius:var(--radius-lg);text-align:center;transition:all .3s}.baustein-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.baustein-card__icon{display:none}.baustein-card h3{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:var(--text)}.baustein-card p{font-size:.85rem;color:var(--text-muted);line-height:1.5}.pakete-section{padding:5rem 4%;background:var(--bg)}.pakete-section .section-header{text-align:center;margin-bottom:3rem}.pakete-section .section-header h2{font-size:clamp(1.75rem,4vw,2.25rem);margin-bottom:.5rem}.pakete-section .section-header h2 em{color:var(--text);font-style:normal}.pakete-section .section-header p{font-size:1rem;color:var(--text-muted)}.pakete-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:var(--container-max);margin:0 auto;padding:0 var(--content-padding)}.paket-card{background:var(--white);border-radius:var(--radius-lg);padding:2.5rem 2rem;box-shadow:var(--shadow-sm);transition:all .3s;display:flex;flex-direction:column;position:relative;overflow:hidden}.paket-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.paket-card--featured{border:2px solid var(--yellow)}.paket-card--featured:before{content:"Beliebt";position:absolute;top:1rem;right:-2rem;background:var(--yellow);color:#fff;padding:.25rem 2.5rem;font-size:.7rem;font-weight:600;text-transform:uppercase;transform:rotate(45deg)}.paket-card__icon{display:none}.paket-card h3{font-family:Tilt Warp,sans-serif;font-size:1.25rem;font-weight:400;margin-bottom:.5rem;color:var(--text)}.paket-card__desc{font-size:.9rem;color:var(--text-muted);margin-bottom:1.5rem;line-height:1.5}.paket-card__benefits{list-style:none;margin-bottom:2rem;flex:1}.paket-card__benefits li{display:flex;align-items:flex-start;gap:.6rem;padding:.4rem 0;font-size:.85rem;color:var(--text)}.paket-card__benefits svg{width:16px;height:16px;stroke:#22c55e;flex-shrink:0;margin-top:2px}.paket-card__cta{display:block;text-align:center;padding:.75rem 1.5rem;background:var(--red);color:#fff;border-radius:var(--radius-sm);font-size:.875rem;font-weight:600;transition:all .2s}.paket-card__cta:hover{background:#b31b34}.vorteile-section{padding:5rem 4%;background:var(--white)}.vorteile-section .section-header{text-align:center;margin-bottom:3rem}.vorteile-section .section-header h2{font-size:clamp(1.5rem,3.5vw,2rem)}.vorteile-section .section-header h2 em{color:var(--text);font-style:normal}.vorteile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:var(--container-max);margin:0 auto;padding:0 var(--content-padding)}.vorteil-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:var(--bg);border-radius:var(--radius-md)}.vorteil-card__icon{width:44px;height:44px;background:var(--red);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.vorteil-card__icon svg{width:22px;height:22px;stroke:#fff}.vorteil-card h4{font-size:.95rem;font-weight:600;margin-bottom:.25rem;color:var(--text)}.vorteil-card p{font-size:.85rem;color:var(--text-muted);line-height:1.5}.testimonial-section{padding:5rem 4%;background:var(--text);color:#fff;text-align:center}.testimonial-content{max-width:700px;margin:0 auto}.testimonial-stars{display:flex;justify-content:center;gap:.35rem;margin-bottom:1.5rem}.testimonial-stars svg{width:20px;height:20px;fill:var(--yellow);stroke:none}.testimonial-quote{font-size:1.35rem;font-style:italic;line-height:1.6;margin-bottom:1.5rem;position:relative}.testimonial-quote:before{content:"“";font-size:4rem;font-family:Georgia,serif;position:absolute;top:-1.5rem;left:-1rem;opacity:.3;color:#fff}.testimonial-author{font-size:1rem;font-weight:600}.testimonial-role{font-size:.85rem;opacity:.7;margin-top:.25rem}.faq-section{padding:5rem 4%;background:var(--bg)}.faq-section .section-header{text-align:center;margin-bottom:3rem}.faq-section .section-header h2{font-size:clamp(1.5rem,3.5vw,2rem)}.faq-section .section-header h2 em{color:var(--text);font-style:normal}.faq-grid{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000000a;transition:box-shadow .2s}.faq-item:hover{box-shadow:0 4px 16px #00000014}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;color:var(--text);background:none;border:none;text-align:left;cursor:pointer;transition:color .2s}.faq-question:hover{color:var(--red)}.faq-question svg{flex-shrink:0;width:20px;height:20px;color:var(--red);transition:transform .3s}.faq-item--open .faq-question svg{transform:rotate(180deg)}.faq-answer{display:none;padding:0 1.5rem 1.5rem;color:#555;line-height:1.8;font-size:1rem}.faq-item--open .faq-answer{display:block;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.contact-section{padding:5rem 4%;background:#f8f9fa}.contact-section .container{max-width:var(--container-max);margin:0 auto;padding:0 var(--content-padding)}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:start}.contact-info h2{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:1rem;color:var(--text)}.contact-info>p{color:#666;line-height:1.7;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1.25rem}.contact-detail{display:flex;align-items:flex-start;gap:1rem}.contact-detail__label{display:block;font-size:.8rem;color:#999;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem}.contact-detail a,.contact-detail span:not(.contact-detail__label){font-size:1rem;font-weight:500;color:var(--text)}.contact-detail a:hover{color:var(--text);text-decoration:underline}.contact-form{background:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:0 4px 20px #00000014}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.9rem;font-weight:500;color:var(--text);margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid #e0e0e0;border-radius:var(--radius-sm);font-size:1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--text);box-shadow:0 0 0 3px #0000000d}.form-group textarea{resize:vertical;min-height:100px}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.contact-form .btn--primary{width:100%;padding:1rem;background:var(--red);color:#fff;border:none;border-radius:var(--radius-sm);font-size:1rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:background .2s,transform .2s}.contact-form .btn--primary:hover{background:#b31b34;transform:translateY(-2px)}.form-note{text-align:center;font-size:.85rem;color:#999;margin-top:1rem;margin-bottom:0}.vermieter-cta{padding:5rem 4%;background:var(--white)}.cta-card{max-width:800px;margin:0 auto;background:linear-gradient(135deg,var(--red) 0%,#8b1525 100%);border-radius:var(--radius-xl);padding:3.5rem;text-align:center;color:#fff;box-shadow:var(--shadow-lg)}.cta-card h2{font-size:clamp(1.5rem,3.5vw,2rem);margin-bottom:.75rem;color:#fff}.cta-card h2 em{color:#ffffffd9}.cta-card>p{font-size:1rem;opacity:.9;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-buttons .btn{padding:.9rem 2rem;font-size:1rem;border-radius:var(--radius-sm);font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s}.cta-buttons .btn--white{background:#fff;color:var(--red)}.cta-buttons .btn--white:hover{background:#ffffffe6}.cta-buttons .btn--outline-white{background:transparent;border:2px solid rgba(255,255,255,.5);color:#fff}.cta-buttons .btn--outline-white:hover{background:#ffffff1a;border-color:#fff}@media(max-width:1024px){.intro-grid{grid-template-columns:1fr;gap:2rem}.intro-image{order:-1}.steps-grid{grid-template-columns:repeat(2,1fr)}.step-card:after{display:none}.pakete-grid,.bausteine-grid{grid-template-columns:1fr;max-width:500px}.stats-grid{grid-template-columns:repeat(2,1fr)}.vorteile-grid{grid-template-columns:1fr}}@media(max-width:900px){.contact-grid{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.vermieter-hero{padding:9rem 4% 4rem}.vermieter-hero h1{font-size:1.75rem}.steps-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.stats-grid{grid-template-columns:1fr 1fr;gap:1rem}.stat-item__number{font-size:2rem}.cta-card{padding:2rem}.cta-buttons{flex-direction:column}.testimonial-quote{font-size:1.1rem}.logo-slider__track{gap:2.5rem}.logo-slider__track img{height:28px}}@media(max-width:600px){.form-row{grid-template-columns:1fr}.contact-form{padding:1.5rem}}
