<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="S&M Move & Montage - Professionelle Entrümpelung, Haushaltsauflösung & Umzüge. Kostenlose Besichtigung, Festpreise, besenreine Übergabe. Jetzt anrufen!">
<meta name="keywords" content="Entrümpelung, Haushaltsauflösung, Wohnungsauflösung, Umzug, Sperrmüll, Montage, Demontage">
<title>S&M Move & Montage - Entrümpelung & Umzüge | Schnell und Sicher</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Syne:wght@700;800&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap" rel="stylesheet">
<style>
/* ============================================================
ROOT VARIABLES
============================================================ */
:root {
--navy: #0C1A28;
--navy-mid: #152336;
--navy-light: #1E3249;
--navy-border: #243D56;
--orange: #F5820D;
--orange-dark: #D97009;
--orange-pale: rgba(245, 130, 13, 0.12);
--white: #FFFFFF;
--off-white: #F6F7F9;
--gray-100: #EEF0F3;
--gray-200: #D8DCE2;
--gray-400: #9AA3AE;
--gray-600: #5E6B78;
--gray-800: #2E3A44;
--green: #22C55E;
--red: #EF4444;
--shadow-sm: 0 2px 8px rgba(12, 26, 40, 0.08);
--shadow-md: 0 6px 24px rgba(12, 26, 40, 0.12);
--shadow-lg: 0 16px 48px rgba(12, 26, 40, 0.18);
--shadow-xl: 0 24px 64px rgba(12, 26, 40, 0.24);
--radius-sm: 6px;
--radius-md: 12px;
--radius-lg: 20px;
--font-display: 'Syne', sans-serif;
--font-body: 'DM Sans', sans-serif;
--transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
/* ============================================================
RESET & BASE
============================================================ */
*, *::before, *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
font-size: 16px;
scroll-behavior: smooth;
-webkit-text-size-adjust: 100%;
}
body {
font-family: var(--font-body);
font-size: 1rem;
line-height: 1.6;
color: var(--gray-800);
background: var(--white);
overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }
/* ============================================================
TYPOGRAPHY
============================================================ */
h1, h2, h3, h4 {
font-family: var(--font-display);
line-height: 1.05;
letter-spacing: -0.02em;
color: var(--navy);
}
/* ============================================================
UTILITY CLASSES
============================================================ */
.container {
width: 100%;
max-width: 1160px;
margin: 0 auto;
padding: 0 20px;
}
.section {
padding: 80px 0;
}
.section--dark {
background: var(--navy);
}
.section--gray {
background: var(--off-white);
}
.section-eyebrow {
display: inline-flex;
align-items: center;
gap: 8px;
font-family: var(--font-body);
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--orange);
margin-bottom: 16px;
}
.section-eyebrow::before {
content: '';
display: block;
width: 24px;
height: 2px;
background: var(--orange);
border-radius: 2px;
}
.section-title {
font-size: clamp(2rem, 5vw, 3.2rem);
margin-bottom: 16px;
}
.section-title--white {
color: var(--white);
}
.section-sub {
font-size: 1.05rem;
color: var(--gray-600);
max-width: 540px;
line-height: 1.7;
}
.section-sub--white {
color: rgba(255, 255, 255, 0.65);
}
/* ============================================================
BUTTONS
============================================================ */
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
font-family: var(--font-body);
font-size: 0.95rem;
font-weight: 700;
letter-spacing: 0.02em;
padding: 15px 30px;
border-radius: var(--radius-sm);
transition: var(--transition);
white-space: nowrap;
border: 2px solid transparent;
}
.btn-primary {
background: var(--orange);
color: var(--white);
border-color: var(--orange);
box-shadow: 0 4px 20px rgba(245, 130, 13, 0.35);
}
.btn-primary:hover {
background: var(--orange-dark);
border-color: var(--orange-dark);
box-shadow: 0 8px 32px rgba(245, 130, 13, 0.45);
transform: translateY(-2px);
}
.btn-outline-white {
background: transparent;
color: var(--white);
border-color: rgba(255, 255, 255, 0.35);
}
.btn-outline-white:hover {
background: rgba(255, 255, 255, 0.1);
border-color: rgba(255, 255, 255, 0.7);
transform: translateY(-2px);
}
.btn-white {
background: var(--white);
color: var(--orange);
border-color: var(--white);
box-shadow: var(--shadow-md);
}
.btn-white:hover {
background: var(--off-white);
transform: translateY(-2px);
}
.btn-whatsapp {
background: #22C55E;
color: var(--white);
border-color: #22C55E;
box-shadow: 0 4px 20px rgba(34, 197, 94, 0.3);
}
.btn-whatsapp:hover {
background: #16A34A;
border-color: #16A34A;
transform: translateY(-2px);
box-shadow: 0 8px 32px rgba(34, 197, 94, 0.4);
}
.btn-dark {
background: var(--navy);
color: var(--white);
border-color: var(--navy);
box-shadow: var(--shadow-md);
}
.btn-dark:hover {
background: var(--navy-mid);
transform: translateY(-2px);
}
.btn-lg {
padding: 18px 40px;
font-size: 1.05rem;
}
/* ============================================================
HEADER / NAV
============================================================ */
.header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 200;
background: var(--navy);
border-bottom: 1px solid var(--navy-border);
transition: var(--transition);
}
.header.scrolled {
box-shadow: var(--shadow-lg);
}
.header-inner {
display: flex;
align-items: center;
justify-content: space-between;
height: 68px;
gap: 16px;
}
.logo {
display: flex;
flex-direction: column;
line-height: 1;
}
.logo-name {
font-family: var(--font-display);
font-size: 1.25rem;
color: var(--white);
letter-spacing: -0.01em;
}
.logo-name span {
color: var(--orange);
}
.logo-tagline {
font-size: 0.65rem;
font-weight: 600;
letter-spacing: 0.12em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.45);
margin-top: 2px;
}
.header-contact {
display: flex;
align-items: center;
gap: 20px;
}
.header-phone {
display: flex;
align-items: center;
gap: 8px;
color: var(--orange);
font-size: 1rem;
font-weight: 700;
letter-spacing: 0.01em;
transition: color 0.2s;
}
.header-phone:hover {
color: rgba(245, 130, 13, 0.8);
}
.header-phone svg {
width: 16px;
height: 16px;
flex-shrink: 0;
}
@media (max-width: 600px) {
.header-phone span {
display: none;
}
}
/* ============================================================
HERO
============================================================ */
.hero {
min-height: 100vh;
background: var(--navy);
display: flex;
align-items: center;
padding: 100px 0 60px;
position: relative;
overflow: hidden;
}
.hero-bg {
position: absolute;
inset: 0;
pointer-events: none;
}
.hero-bg-gradient {
position: absolute;
inset: 0;
background: radial-gradient(ellipse 80% 60% at 60% 40%, rgba(245, 130, 13, 0.07) 0%, transparent 65%);
}
.hero-bg-grid {
position: absolute;
inset: 0;
background-image:
linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
background-size: 60px 60px;
}
.hero-bg-bar {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, transparent, var(--orange), transparent);
}
.hero-content {
position: relative;
z-index: 1;
max-width: 820px;
}
.hero-badge {
display: inline-flex;
align-items: center;
gap: 10px;
background: rgba(245, 130, 13, 0.12);
border: 1px solid rgba(245, 130, 13, 0.3);
border-radius: 100px;
padding: 8px 18px;
margin-bottom: 32px;
animation: fadeInDown 0.7s ease both;
}
.hero-badge-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--green);
box-shadow: 0 0 10px var(--green);
animation: pulseDot 2s ease infinite;
}
@keyframes pulseDot {
0%, 100% { opacity: 1; transform: scale(1); }
50% { opacity: 0.7; transform: scale(1.4); }
}
.hero-badge-text {
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--orange);
}
.hero-headline {
font-size: clamp(3rem, 9vw, 6.5rem);
font-weight: 800;
line-height: 0.95;
letter-spacing: -0.03em;
color: var(--white);
margin-bottom: 24px;
animation: fadeInDown 0.7s 0.1s ease both;
}
.hero-headline em {
font-style: normal;
color: var(--orange);
}
.hero-sub {
font-size: clamp(1rem, 2vw, 1.2rem);
color: rgba(255, 255, 255, 0.65);
max-width: 560px;
line-height: 1.7;
margin-bottom: 40px;
animation: fadeInDown 0.7s 0.2s ease both;
}
.hero-actions {
display: flex;
flex-wrap: wrap;
gap: 14px;
margin-bottom: 48px;
animation: fadeInDown 0.7s 0.3s ease both;
}
.hero-trust {
display: flex;
flex-wrap: wrap;
gap: 20px;
animation: fadeInDown 0.7s 0.4s ease both;
}
.trust-chip {
display: flex;
align-items: center;
gap: 8px;
font-size: 0.88rem;
font-weight: 600;
color: rgba(255, 255, 255, 0.6);
}
.trust-chip-icon {
width: 20px;
height: 20px;
background: var(--orange-pale);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.7rem;
color: var(--orange);
flex-shrink: 0;
}
@keyframes fadeInDown {
from { opacity: 0; transform: translateY(-20px); }
to { opacity: 1; transform: translateY(0); }
}
/* ============================================================
PROBLEM / SOLUTION
============================================================ */
.ps-grid {
display: grid;
grid-template-columns: 1fr 1fr;
border-radius: var(--radius-lg);
overflow: hidden;
box-shadow: var(--shadow-xl);
margin-top: 56px;
}
.ps-col {
padding: 48px 44px;
}
.ps-col--problem {
background: var(--white);
border: 1px solid var(--gray-200);
border-right: none;
}
.ps-col--solution {
background: var(--navy);
}
.ps-col-label {
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.15em;
text-transform: uppercase;
margin-bottom: 28px;
padding-bottom: 16px;
border-bottom: 1px solid currentColor;
opacity: 0.4;
}
.ps-col--problem .ps-col-label {
color: var(--gray-800);
}
.ps-col--solution .ps-col-label {
color: var(--white);
}
.ps-list {
display: flex;
flex-direction: column;
gap: 18px;
}
.ps-item {
display: flex;
align-items: flex-start;
gap: 14px;
font-size: 0.97rem;
line-height: 1.55;
}
.ps-item-icon {
width: 22px;
height: 22px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.75rem;
flex-shrink: 0;
margin-top: 1px;
font-weight: 700;
}
.ps-col--problem .ps-item {
color: var(--gray-600);
}
.ps-col--problem .ps-item-icon {
background: rgba(239, 68, 68, 0.1);
color: var(--red);
}
.ps-col--solution .ps-item {
color: rgba(255, 255, 255, 0.8);
}
.ps-col--solution .ps-item-icon {
background: rgba(34, 197, 94, 0.15);
color: var(--green);
}
@media (max-width: 700px) {
.ps-grid {
grid-template-columns: 1fr;
}
.ps-col--problem {
border-right: 1px solid var(--gray-200);
border-bottom: none;
}
.ps-col {
padding: 36px 28px;
}
}
/* ============================================================
SERVICES
============================================================ */
.services-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 24px;
margin-top: 56px;
}
.service-card {
background: var(--white);
border: 1px solid var(--gray-200);
border-radius: var(--radius-md);
padding: 32px 28px;
transition: var(--transition);
position: relative;
overflow: hidden;
}
.service-card::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 3px;
background: var(--orange);
transform: scaleX(0);
transform-origin: left center;
transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.service-card:hover {
border-color: rgba(245, 130, 13, 0.3);
box-shadow: var(--shadow-lg);
transform: translateY(-4px);
}
.service-card:hover::before {
transform: scaleX(1);
}
.service-icon-wrap {
width: 56px;
height: 56px;
background: var(--orange-pale);
border-radius: var(--radius-sm);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
transition: var(--transition);
}
.service-card:hover .service-icon-wrap {
background: var(--orange);
}
.service-icon-wrap svg {
width: 26px;
height: 26px;
color: var(--orange);
transition: color 0.25s;
}
.service-card:hover .service-icon-wrap svg {
color: var(--white);
}
.service-card h3 {
font-size: 1.1rem;
font-weight: 800;
color: var(--navy);
margin-bottom: 10px;
letter-spacing: -0.01em;
}
.service-card p {
font-size: 0.92rem;
color: var(--gray-600);
line-height: 1.65;
}
/* ============================================================
WHY US
============================================================ */
.why-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
gap: 28px;
margin-top: 56px;
}
.why-card {
background: var(--navy-mid);
border: 1px solid var(--navy-border);
border-radius: var(--radius-md);
padding: 32px 26px;
transition: var(--transition);
}
.why-card:hover {
border-color: var(--orange);
transform: translateY(-3px);
}
.why-number {
font-family: var(--font-display);
font-size: 3rem;
font-weight: 800;
color: var(--orange);
line-height: 1;
margin-bottom: 12px;
opacity: 0.9;
}
.why-card h3 {
font-size: 1rem;
font-weight: 700;
color: var(--white);
margin-bottom: 10px;
letter-spacing: 0;
}
.why-card p {
font-size: 0.9rem;
color: rgba(255, 255, 255, 0.55);
line-height: 1.65;
}
/* ============================================================
PROCESS / STEPS
============================================================ */
.steps-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 0;
margin-top: 56px;
position: relative;
}
.steps-grid::before {
content: '';
position: absolute;
top: 44px;
left: calc(12.5% + 16px);
right: calc(12.5% + 16px);
height: 2px;
background: linear-gradient(90deg, var(--orange), rgba(245, 130, 13, 0.3));
}
.step-item {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 0 16px;
position: relative;
z-index: 1;
}
.step-num {
width: 88px;
height: 88px;
border-radius: 50%;
background: var(--navy);
border: 3px solid var(--orange);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 24px;
flex-shrink: 0;
position: relative;
}
.step-num-inner {
font-family: var(--font-display);
font-size: 1.8rem;
font-weight: 800;
color: var(--orange);
line-height: 1;
}
.step-item h3 {
font-size: 1rem;
font-weight: 700;
color: var(--white);
margin-bottom: 8px;
letter-spacing: 0;
}
.step-item p {
font-size: 0.87rem;
color: rgba(255, 255, 255, 0.5);
line-height: 1.6;
}
@media (max-width: 720px) {
.steps-grid {
grid-template-columns: 1fr 1fr;
gap: 32px;
}
.steps-grid::before {
display: none;
}
}
@media (max-width: 420px) {
.steps-grid {
grid-template-columns: 1fr;
}
}
/* ============================================================
PRICING
============================================================ */
.pricing-cards {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
gap: 24px;
margin-top: 56px;
}
.pricing-card {
background: var(--white);
border: 1px solid var(--gray-200);
border-radius: var(--radius-md);
padding: 32px 28px;
transition: var(--transition);
}
.pricing-card:hover {
box-shadow: var(--shadow-md);
transform: translateY(-3px);
border-color: var(--orange);
}
.pricing-card-icon {
width: 52px;
height: 52px;
background: var(--orange-pale);
border-radius: var(--radius-sm);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 18px;
font-size: 1.5rem;
}
.pricing-card h3 {
font-size: 1.05rem;
font-weight: 700;
color: var(--navy);
margin-bottom: 10px;
}
.pricing-card p {
font-size: 0.9rem;
color: var(--gray-600);
line-height: 1.65;
}
.pricing-banner {
background: var(--orange);
border-radius: var(--radius-md);
padding: 40px 44px;
margin-top: 40px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
flex-wrap: wrap;
}
.pricing-banner-text h3 {
font-size: clamp(1.4rem, 3vw, 2rem);
color: var(--white);
margin-bottom: 6px;
}
.pricing-banner-text p {
color: rgba(255, 255, 255, 0.8);
font-size: 0.97rem;
}
/* ============================================================
RESULTS / BEFORE-AFTER
============================================================ */
.results-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
margin-top: 56px;
}
.result-block {
border-radius: var(--radius-md);
overflow: hidden;
position: relative;
}
.result-placeholder {
background: var(--navy-mid);
border: 2px dashed var(--navy-border);
border-radius: var(--radius-md);
min-height: 260px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 12px;
padding: 32px;
text-align: center;
}
.result-placeholder-icon {
width: 56px;
height: 56px;
background: rgba(245, 130, 13, 0.1);
border: 2px dashed rgba(245, 130, 13, 0.3);
border-radius: var(--radius-sm);
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
}
.result-placeholder p {
font-size: 0.8rem;
font-weight: 600;
letter-spacing: 0.1em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.3);
}
.result-label {
position: absolute;
top: 16px;
left: 16px;
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
padding: 5px 12px;
border-radius: 100px;
}
.result-label--before {
background: rgba(239, 68, 68, 0.9);
color: var(--white);
}
.result-label--after {
background: var(--orange);
color: var(--white);
}
@media (max-width: 600px) {
.results-grid {
grid-template-columns: 1fr;
}
}
/* ============================================================
REVIEWS
============================================================ */
.reviews-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 24px;
margin-top: 56px;
}
.review-card {
background: var(--white);
border: 1px solid var(--gray-200);
border-radius: var(--radius-md);
padding: 32px 28px;
transition: var(--transition);
position: relative;
}
.review-card:hover {
box-shadow: var(--shadow-md);
transform: translateY(-3px);
}
.review-stars {
display: flex;
gap: 3px;
margin-bottom: 16px;
}
.review-star {
color: #FBBF24;
font-size: 1rem;
}
.review-quote-mark {
position: absolute;
top: 24px;
right: 28px;
font-family: Georgia, serif;
font-size: 5rem;
line-height: 1;
color: var(--gray-100);
pointer-events: none;
user-select: none;
}
.review-text {
font-size: 0.95rem;
color: var(--gray-800);
line-height: 1.7;
margin-bottom: 24px;
font-style: italic;
position: relative;
z-index: 1;
}
.review-author {
display: flex;
align-items: center;
gap: 12px;
}
.review-avatar {
width: 40px;
height: 40px;
border-radius: 50%;
background: var(--orange-pale);
display: flex;
align-items: center;
justify-content: center;
font-family: var(--font-display);
font-size: 1rem;
font-weight: 800;
color: var(--orange);
flex-shrink: 0;
}
.review-name {
font-size: 0.87rem;
font-weight: 700;
color: var(--navy);
line-height: 1.3;
}
.review-location {
font-size: 0.78rem;
color: var(--gray-400);
margin-top: 2px;
}
/* ============================================================
FAQ
============================================================ */
.faq-list {
margin-top: 56px;
border: 1px solid var(--gray-200);
border-radius: var(--radius-md);
overflow: hidden;
}
.faq-item {
border-bottom: 1px solid var(--gray-200);
}
.faq-item:last-child {
border-bottom: none;
}
.faq-trigger {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
padding: 24px 32px;
text-align: left;
gap: 20px;
background: var(--white);
transition: background 0.2s;
cursor: pointer;
border: none;
font-family: var(--font-body);
}
.faq-trigger:hover {
background: var(--off-white);
}
.faq-item.is-open .faq-trigger {
background: var(--off-white);
}
.faq-question {
font-size: 1rem;
font-weight: 600;
color: var(--navy);
line-height: 1.4;
flex: 1;
}
.faq-icon {
width: 32px;
height: 32px;
border-radius: 50%;
background: var(--orange);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-icon svg {
width: 16px;
height: 16px;
color: var(--white);
}
.faq-item.is-open .faq-icon {
transform: rotate(45deg);
}
.faq-body {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-item.is-open .faq-body {
max-height: 400px;
}
.faq-answer {
padding: 0 32px 28px;
font-size: 0.95rem;
color: var(--gray-600);
line-height: 1.75;
}
/* ============================================================
CONTACT
============================================================ */
.contact-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 24px;
margin-top: 56px;
}
.contact-card {
background: var(--navy-mid);
border: 1px solid var(--navy-border);
border-radius: var(--radius-md);
padding: 36px 28px;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
transition: var(--transition);
}
.contact-card:hover {
border-color: var(--orange);
transform: translateY(-4px);
}
.contact-card-icon {
width: 64px;
height: 64px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.contact-card-icon svg {
width: 28px;
height: 28px;
}
.contact-card-label {
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.4);
}
.contact-card-value {
font-size: 1.1rem;
font-weight: 700;
color: var(--white);
word-break: break-all;
}
@media (max-width: 720px) {
.contact-grid {
grid-template-columns: 1fr;
}
}
/* ============================================================
FOOTER
============================================================ */
.footer {
background: #08111C;
padding: 48px 0 32px;
border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.footer-top {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 40px;
flex-wrap: wrap;
padding-bottom: 40px;
border-bottom: 1px solid rgba(255, 255, 255, 0.06);
margin-bottom: 32px;
}
.footer-desc {
font-size: 0.9rem;
color: rgba(255, 255, 255, 0.4);
margin-top: 10px;
max-width: 260px;
line-height: 1.65;
}
.footer-links-title {
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.35);
margin-bottom: 16px;
}
.footer-link-list {
display: flex;
flex-direction: column;
gap: 10px;
}
.footer-link {
font-size: 0.9rem;
color: rgba(255, 255, 255, 0.55);
transition: color 0.2s;
}
.footer-link:hover {
color: var(--orange);
}
.footer-bottom {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
flex-wrap: wrap;
}
.footer-copy {
font-size: 0.82rem;
color: rgba(255, 255, 255, 0.25);
}
.footer-legal {
display: flex;
gap: 20px;
}
.footer-legal a {
font-size: 0.82rem;
color: rgba(255, 255, 255, 0.3);
transition: color 0.2s;
}
.footer-legal a:hover {
color: var(--orange);
}
/* ============================================================
FLOATING WHATSAPP
============================================================ */
.wa-float {
position: fixed;
bottom: 28px;
right: 24px;
z-index: 150;
width: 62px;
height: 62px;
border-radius: 50%;
background: #22C55E;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 24px rgba(34, 197, 94, 0.5);
transition: var(--transition);
animation: waBounce 4s ease-in-out infinite;
}
.wa-float:hover {
background: #16A34A;
transform: scale(1.1);
animation: none;
}
.wa-float svg {
width: 32px;
height: 32px;
fill: var(--white);
}
.wa-float-tooltip {
position: absolute;
right: 74px;
background: var(--navy);
color: var(--white);
font-size: 0.78rem;
font-weight: 600;
padding: 7px 14px;
border-radius: var(--radius-sm);
white-space: nowrap;
opacity: 0;
transform: translateX(6px);
transition: var(--transition);
pointer-events: none;
}
.wa-float-tooltip::after {
content: '';
position: absolute;
left: 100%;
top: 50%;
transform: translateY(-50%);
border: 5px solid transparent;
border-left-color: var(--navy);
}
.wa-float:hover .wa-float-tooltip {
opacity: 1;
transform: translateX(0);
}
@keyframes waBounce {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-6px); }
}
/* ============================================================
SCROLL ANIMATIONS
============================================================ */
.reveal {
opacity: 0;
transform: translateY(28px);
transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.is-visible {
opacity: 1;
transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
/* ============================================================
DIVIDER
============================================================ */
.divider {
height: 1px;
background: var(--gray-200);
}
.divider--dark {
background: var(--navy-border);
}
/* ============================================================
RESPONSIVE
============================================================ */
@media (max-width: 480px) {
.hero-actions {
flex-direction: column;
}
.hero-actions .btn {
width: 100%;
justify-content: center;
}
.pricing-banner {
flex-direction: column;
text-align: center;
padding: 32px 24px;
}
.pricing-banner .btn {
width: 100%;
justify-content: center;
}
.faq-trigger {
padding: 20px 20px;
}
.faq-answer {
padding: 0 20px 24px;
}
.section {
padding: 60px 0;
}
}
@media (max-width: 380px) {
.btn-lg {
padding: 16px 24px;
}
}
</style>
</head>
<body>
<!-- ============================================================
HEADER
============================================================ -->
<header class="header" id="site-header">
<div class="container">
<div class="header-inner">
<a href="#home" class="logo" aria-label="S&M Move & Montage - Startseite">
<span class="logo-name">S<span>&</span>M Move <span style="color:rgba(255,255,255,0.5)">&</span> Montage</span>
<span class="logo-tagline">Schnell und Sicher</span>
</a>
<div class="header-contact">
<a href="tel:+4917623908631" class="header-phone" aria-label="Jetzt anrufen">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.61 3.4 2 2 0 0 1 3.57 1.22h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L7.91 8.97a16 16 0 0 0 6 6l.92-.92a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 21.73 16.92z"/>
</svg>
<span>0176 23908631</span>
</a>
<a href="#kontakt" class="btn btn-primary" style="padding: 10px 22px; font-size: 0.88rem;">Jetzt anfragen</a>
</div>
</div>
</div>
</header>
<!-- ============================================================
HERO
============================================================ -->
<section class="hero" id="home">
<div class="hero-bg">
<div class="hero-bg-gradient"></div>
<div class="hero-bg-grid"></div>
<div class="hero-bg-bar"></div>
</div>
<div class="container">
<div class="hero-content">
<div class="hero-badge">
<div class="hero-badge-dot"></div>
<span class="hero-badge-text">Kostenlose Besichtigung & Festpreise</span>
</div>
<h1 class="hero-headline">
Entrümpelung<br>
<em>schnell</em> und<br>
<em>zuverlässig</em>
</h1>
<p class="hero-sub">
Wir räumen Ihre Wohnung, Ihren Keller oder das ganze Haus – diskret, versichert und besenrein.
Fester Preis, keine Überraschungen, kurzfristige Termine möglich.
</p>
<div class="hero-actions">
<a href="tel:+4917623908631" class="btn btn-primary btn-lg">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.61 3.4 2 2 0 0 1 3.57 1.22h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L7.91 8.97a16 16 0 0 0 6 6l.92-.92a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 21.73 16.92z"/>
</svg>
Jetzt kostenlos anfragen
</a>
<a href="https://wa.me/4917623908631?text=Hallo%2C%20ich%20m%C3%B6chte%20ein%20kostenloses%20Angebot%20für%20eine%20Entrümpelung." class="btn btn-whatsapp btn-lg" target="_blank" rel="noopener noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
<path d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 0 0-3.48-8.413z"/>
</svg>
WhatsApp schreiben
</a>
</div>
<div class="hero-trust">
<div class="trust-chip">
<div class="trust-chip-icon">✓</div>
<span>Kostenlose Besichtigung</span>
</div>
<div class="trust-chip">
<div class="trust-chip-icon">✓</div>
<span>Festpreis garantiert</span>
</div>
<div class="trust-chip">
<div class="trust-chip-icon">✓</div>
<span>Versichert & diskret</span>
</div>
<div class="trust-chip">
<div class="trust-chip-icon">✓</div>
<span>Kurzfristige Termine</span>
</div>
<div class="trust-chip">
<div class="trust-chip-icon">✓</div>
<span>Besenreine Übergabe</span>
</div>
</div>
</div>
</div>
</section>
<!-- ============================================================
PROBLEM / SOLUTION
============================================================ -->
<section class="section section--gray" id="ueber-uns">
<div class="container">
<div class="section-eyebrow">Warum S&M Move</div>
<h2 class="section-title">Wir kennen Ihre Situation</h2>
<p class="section-sub">
Ein Nachlass, eine überfüllte Wohnung, Zeitdruck beim Umzug – das überfordert viele Menschen.
Genau für diese Situationen sind wir da.
</p>
<div class="ps-grid reveal">
<div class="ps-col ps-col--problem">
<div class="ps-col-label">Das Problem</div>
<ul class="ps-list">
<li class="ps-item">
<span class="ps-item-icon">✗</span>
<span>Keine Zeit für eine aufwendige Entrümpelung</span>
</li>
<li class="ps-item">
<span class="ps-item-icon">✗</span>
<span>Wohnung muss kurzfristig geräumt oder übergeben werden</span>
</li>
<li class="ps-item">
<span class="ps-item-icon">✗</span>
<span>Nachlass eines Angehörigen überfordert emotional und logistisch</span>
</li>
<li class="ps-item">
<span class="ps-item-icon">✗</span>
<span>Unklare Kosten und versteckte Preise bei anderen Anbietern</span>
</li>
<li class="ps-item">
<span class="ps-item-icon">✗</span>
<span>Angst vor Unzuverlässigkeit und nicht eingehaltenen Terminen</span>
</li>
<li class="ps-item">
<span class="ps-item-icon">✗</span>
<span>Menge der Gegenstände wirkt unüberwindbar und erdrückend</span>
</li>
</ul>
</div>
<div class="ps-col ps-col--solution">
<div class="ps-col-label">Unsere Lösung</div>
<ul class="ps-list">
<li class="ps-item">
<span class="ps-item-icon">✓</span>
<span>Wir kommen kurzfristig – oft noch am selben oder nächsten Tag</span>
</li>
<li class="ps-item">
<span class="ps-item-icon">✓</span>
<span>Kostenlose Besichtigung und klares Festpreisangebot ohne Risiko</span>
</li>
<li class="ps-item">
<span class="ps-item-icon">✓</span>
<span>Taktvoll, diskret und respektvoll bei Nachlassen und sensiblen Situationen</span>
</li>
<li class="ps-item">
<span class="ps-item-icon">✓</span>
<span>Transparente Preise – kein Cent mehr als vereinbart</span>
</li>
<li class="ps-item">
<span class="ps-item-icon">✓</span>
<span>Pünktlich, zuverlässig, vollständig versichert – 100% Verlässlichkeit</span>
</li>
<li class="ps-item">
<span class="ps-item-icon">✓</span>
<span>Besenreine Übergabe – wir kümmern uns um alles bis zum Ende</span>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- ============================================================
SERVICES
============================================================ -->
<section class="section" id="leistungen">
<div class="container">
<div class="section-eyebrow">Leistungen</div>
<h2 class="section-title">Was wir für Sie tun</h2>
<p class="section-sub">
Von der Einzimmerwohnung bis zum ganzen Haus – wir übernehmen alles, damit Sie sich um nichts kümmern müssen.
</p>
<div class="services-grid">
<div class="service-card reveal">
<div class="service-icon-wrap">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/>
<polyline points="9 22 9 12 15 12 15 22"/>
</svg>
</div>
<h3>Haushaltsauflösung</h3>
<p>Komplette Auflösung von Wohnungen und Häusern – inklusive Möbeldemontage, Sortierung, Entsorgung und besenreiner Übergabe.</p>
</div>
<div class="service-card reveal reveal-delay-1">
<div class="service-icon-wrap">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<polyline points="3 6 5 6 21 6"/>
<path d="M19 6l-1 14H6L5 6"/>
<path d="M10 11v6M14 11v6"/>
<path d="M9 6V4h6v2"/>
</svg>
</div>
<h3>Wohnungsentrümpelung</h3>
<p>Schnell und gründlich – egal wie viel sich angesammelt hat. Wir sortieren, transportieren und entsorgen alles fachgerecht.</p>
</div>
<div class="service-card reveal reveal-delay-2">
<div class="service-icon-wrap">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"/>
</svg>
</div>
<h3>Keller & Dachboden</h3>
<p>Keller freiräumen, Dachböden beräumen – auch in engen, schwer zugänglichen Bereichen holen wir alles heraus.</p>
</div>
<div class="service-card reveal">
<div class="service-icon-wrap">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"/>
</svg>
</div>
<h3>Messie-Wohnungen</h3>
<p>Einfühlsam, ohne Vorwürfe, vollständig diskret. Wir räumen auch stark vermüllte Wohnungen professionell und ohne Urteil.</p>
</div>
<div class="service-card reveal reveal-delay-1">
<div class="service-icon-wrap">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"/>
<path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"/>
</svg>
</div>
<h3>Nachlassauflösung</h3>
<p>Behutsam und respektvoll – wir unterstützen Sie einfühlsam bei der schwierigen Aufgabe, den Nachlass Ihrer Angehörigen aufzulösen.</p>
</div>
<div class="service-card reveal reveal-delay-2">
<div class="service-icon-wrap">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<rect x="1" y="3" width="15" height="13" rx="2"/>
<path d="M16 8h4l3 3v5h-7V8z"/>
<circle cx="5.5" cy="18.5" r="2.5"/>
<circle cx="18.5" cy="18.5" r="2.5"/>
</svg>
</div>
<h3>Umzüge</h3>
<p>Vom kleinen Zimmer bis zum großen Haushalt – wir packen, transportieren und liefern Ihre Gegenstände sicher ans neue Ziel.</p>
</div>
<div class="service-card reveal">
<div class="service-icon-wrap">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"/>
</svg>
</div>
<h3>Montage & Demontage</h3>
<p>Ikea, Küchen, Einbauschränke, Regale – wir montieren und demontieren fachgerecht, schnell und sauber in jeder Wohnsituation.</p>
</div>
<div class="service-card reveal reveal-delay-1">
<div class="service-icon-wrap">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<polyline points="23 6 13.5 15.5 8.5 10.5 1 18"/>
<polyline points="17 6 23 6 23 12"/>
</svg>
</div>
<h3>Sperrmüllentsorgung</h3>
<p>Legale und umweltgerechte Entsorgung aller Materialien – Sperrmüll, Elektroschrott, alte Möbel und mehr. Alles aus einer Hand.</p>
</div>
</div>
</div>
</section>
<!-- ============================================================
WHY US
============================================================ -->
<section class="section section--dark" id="vorteile">
<div class="container">
<div class="section-eyebrow">Unsere Stärken</div>
<h2 class="section-title section-title--white">Warum Kunden uns wählen</h2>
<p class="section-sub section-sub--white">
Wir sind kein anonymes Unternehmen. Wir sind ein erfahrenes Team, das mit echtem Einsatz arbeitet – für echte Ergebnisse.
</p>
<div class="why-grid">
<div class="why-card reveal">
<div class="why-number">01</div>
<h3>Festpreise ohne Fallstricke</h3>
<p>Sie erhalten ein verbindliches Angebot nach der Besichtigung. Was wir sagen, gilt – kein Cent mehr, egal wie lange wir brauchen.</p>
</div>
<div class="why-card reveal reveal-delay-1">
<div class="why-number">02</div>
<h3>Kurzfristig verfügbar</h3>
<p>Oft sind wir schon am nächsten oder übernächsten Tag bei Ihnen. Zeitdruck ist kein Problem – er ist unsere Spezialität.</p>
</div>
<div class="why-card reveal reveal-delay-2">
<div class="why-number">03</div>
<h3>Vollständig versichert</h3>
<p>Unsere Betriebshaftpflicht deckt alle eventuellen Schäden. Sie sind bei uns immer auf der sicheren Seite.</p>
</div>
<div class="why-card reveal reveal-delay-3">
<div class="why-number">04</div>
<h3>Diskret & respektvoll</h3>
<p>Besonders bei Nachlassen und schwierigen Situationen arbeiten wir ruhig, taktvoll und ohne unnötige Fragen.</p>
</div>
</div>
</div>
</section>
<!-- ============================================================
PROCESS
============================================================ -->
<section class="section section--dark" id="ablauf" style="padding-top: 0;">
<div class="container">
<div class="section-eyebrow">So funktioniert es</div>
<h2 class="section-title section-title--white">In 4 Schritten fertig</h2>
<p class="section-sub section-sub--white">
Wir machen es Ihnen so einfach wie möglich – von der ersten Nachricht bis zur besenreinen Übergabe.
</p>
<div class="steps-grid reveal">
<div class="step-item">
<div class="step-num">
<span class="step-num-inner">1</span>
</div>
<h3>Anfrage</h3>
<p>Rufen Sie an oder schreiben Sie uns per WhatsApp – wir melden uns innerhalb weniger Stunden zurück.</p>
</div>
<div class="step-item">
<div class="step-num">
<span class="step-num-inner">2</span>
</div>
<h3>Besichtigung</h3>
<p>Wir kommen kostenlos und unverbindlich zu Ihnen und schauen uns alles genau an.</p>
</div>
<div class="step-item">
<div class="step-num">
<span class="step-num-inner">3</span>
</div>
<h3>Festpreisangebot</h3>
<p>Sie erhalten ein klares Angebot zu einem festen Preis – ohne versteckte Kosten und ohne Risiko.</p>
</div>
<div class="step-item">
<div class="step-num">
<span class="step-num-inner">4</span>
</div>
<h3>Durchführung</h3>
<p>Wir erledigen alles professionell und übergeben die Räume vollständig besenrein – termingerecht.</p>
</div>
</div>
<div style="text-align: center; margin-top: 56px;">
<a href="tel:+4917623908631" class="btn btn-primary btn-lg">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.61 3.4 2 2 0 0 1 3.57 1.22h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L7.91 8.97a16 16 0 0 0 6 6l.92-.92a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 21.73 16.92z"/>
</svg>
Jetzt kostenlos Termin vereinbaren
</a>
</div>
</div>
</section>
<!-- ============================================================
PRICING
============================================================ -->
<section class="section" id="preise">
<div class="container">
<div class="section-eyebrow">Transparenz</div>
<h2 class="section-title">Faire Preise, klare Regeln</h2>
<p class="section-sub">
Wir glauben, dass Sie wissen sollten, wofür Sie zahlen. Deshalb keine Stundenlohnfallen, keine Extrakosten, keine bösen Überraschungen.
</p>
<div class="pricing-cards">
<div class="pricing-card reveal">
<div class="pricing-card-icon">📋</div>
<h3>Kostenlose Besichtigung</h3>
<p>Wir kommen zu Ihnen, schauen uns alles an und beraten Sie unverbindlich – ganz ohne Berechnung.</p>
</div>
<div class="pricing-card reveal reveal-delay-1">
<div class="pricing-card-icon">💵</div>
<h3>Verbindlicher Festpreis</h3>
<p>Kein Stundenlohnrisiko. Sie kennen den Preis vorher. Er gilt – egal wie lange wir tatsächlich brauchen.</p>
</div>
<div class="pricing-card reveal reveal-delay-2">
<div class="pricing-card-icon">♻</div>
<h3>Wertanrechnung möglich</h3>
<p>Verwertbare Möbel oder Gegenstände? Wir rechnen deren Wert direkt vom Gesamtpreis ab – fair und transparent.</p>
</div>
<div class="pricing-card reveal reveal-delay-3">
<div class="pricing-card-icon">✅</div>
<h3>Keine versteckten Kosten</h3>
<p>Entsorgungsgebühren, Transport und Arbeit sind im Festpreis enthalten. Was wir sagen, gilt. Punkt.</p>
</div>
</div>
<div class="pricing-banner reveal">
<div class="pricing-banner-text">
<h3>Kostenloses Angebot – heute noch</h3>
<p>Wir melden uns schnell und unkompliziert – keine Warteschleifen, kein Formular-Stress.</p>
</div>
<a href="tel:+4917623908631" class="btn btn-white btn-lg">
0176 23908631 anrufen
</a>
</div>
</div>
</section>
<!-- ============================================================
RESULTS (before/after)
============================================================ -->
<section class="section section--dark" id="ergebnisse">
<div class="container">
<div class="section-eyebrow">Unsere Arbeit</div>
<h2 class="section-title section-title--white">Vorher & Nachher</h2>
<p class="section-sub section-sub--white">
Bilder sagen mehr als Worte. Fügen Sie hier eigene Fotos Ihrer Einsätze ein – überzeugende Vorher-Nachher-Bilder steigern Anfragen stark.
</p>
<div class="results-grid">
<div class="result-block reveal">
<div class="result-label result-label--before">Vorher</div>
<div class="result-placeholder">
<div class="result-placeholder-icon">📷</div>
<p>Hier Vorher-Foto einfügen</p>
</div>
</div>
<div class="result-block reveal reveal-delay-1">
<div class="result-label result-label--after">Nachher</div>
<div class="result-placeholder">
<div class="result-placeholder-icon">🌟</div>
<p>Hier Nachher-Foto einfügen</p>
</div>
</div>
<div class="result-block reveal reveal-delay-2">
<div class="result-label result-label--before">Vorher</div>
<div class="result-placeholder">
<div class="result-placeholder-icon">📷</div>
<p>Hier Vorher-Foto einfügen</p>
</div>
</div>
<div class="result-block reveal reveal-delay-3">
<div class="result-label result-label--after">Nachher</div>
<div class="result-placeholder">
<div class="result-placeholder-icon">🌟</div>
<p>Hier Nachher-Foto einfügen</p>
</div>
</div>
</div>
</div>
</section>
<!-- ============================================================
REVIEWS
============================================================ -->
<section class="section" id="bewertungen">
<div class="container">
<div class="section-eyebrow">Kundenstimmen</div>
<h2 class="section-title">Was unsere Kunden sagen</h2>
<p class="section-sub">
Echte Erfahrungen von echten Menschen. Wir sind stolz auf jedes abgeschlossene Projekt.
</p>
<div class="reviews-grid">
<article class="review-card reveal">
<div class="review-quote-mark">“</div>
<div class="review-stars">
<span class="review-star">★</span>
<span class="review-star">★</span>
<span class="review-star">★</span>
<span class="review-star">★</span>
<span class="review-star">★</span>
</div>
<p class="review-text">
Unglaublich schnell und sauber gearbeitet. Die Wohnung meiner Mutter war in einem Tag vollständig geräumt und besenrein übergeben. Ich hätte das nie für möglich gehalten. Absolute Empfehlung!
</p>
<div class="review-author">
<div class="review-avatar">MK</div>
<div>
<div class="review-name">Maria K.</div>
<div class="review-location">Berlin-Mitte • Haushaltsauflösung</div>
</div>
</div>
</article>
<article class="review-card reveal reveal-delay-1">
<div class="review-quote-mark">“</div>
<div class="review-stars">
<span class="review-star">★</span>
<span class="review-star">★</span>
<span class="review-star">★</span>
<span class="review-star">★</span>
<span class="review-star">★</span>
</div>
<p class="review-text">
Der Preis wurde exakt eingehalten, das Team war pünktlich und sehr professionell. Unser Keller, der seit Jahren zugestellt war, ist jetzt endlich leer. Einfach top – kommt auf jeden Fall wieder!
</p>
<div class="review-author">
<div class="review-avatar">TH</div>
<div>
<div class="review-name">Thomas H.</div>
<div class="review-location">Spandau • Keller-Entrümpelung</div>
</div>
</div>
</article>
<article class="review-card reveal reveal-delay-2">
<div class="review-quote-mark">“</div>
<div class="review-stars">
<span class="review-star">★</span>
<span class="review-star">★</span>
<span class="review-star">★</span>
<span class="review-star">★</span>
<span class="review-star">★</span>
</div>
<p class="review-text">
Eine sehr schwere Zeit nach dem Tod meines Vaters. Das Team war so taktvoll und ruhig – hat mir wirklich die Last abgenommen. Ich bin so dankbar, dass ich auf S&M Move gestoßen bin.
</p>
<div class="review-author">
<div class="review-avatar">SF</div>
<div>
<div class="review-name">Sandra F.</div>
<div class="review-location">Charlottenburg • Nachlassauflösung</div>
</div>
</div>
</article>
</div>
<p style="text-align: center; margin-top: 36px; font-size: 0.87rem; color: var(--gray-400);">
★ Hinterlassen Sie nach Ihrem Einsatz gerne eine Bewertung auf Google – wir freuen uns über jedes Feedback.
</p>
</div>
</section>
<!-- ============================================================
FAQ
============================================================ -->
<section class="section section--gray" id="faq">
<div class="container">
<div class="section-eyebrow">Häufige Fragen</div>
<h2 class="section-title">Wir antworten ehrlich</h2>
<p class="section-sub">
Alle wichtigen Antworten auf einen Blick – damit Sie genau wissen, was Sie erwartet.
</p>
<div class="faq-list reveal">
<div class="faq-item">
<button class="faq-trigger" aria-expanded="false">
<span class="faq-question">Was kostet eine Entrümpelung?</span>
<span class="faq-icon" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
<line x1="12" y1="5" x2="12" y2="19"/><line x1="5" y1="12" x2="19" y2="12"/>
</svg>
</span>
</button>
<div class="faq-body">
<div class="faq-answer">
Die Kosten hängen vom Umfang ab – Größe, Menge der Gegenstände und Zugänglichkeit. Nach einer kostenlosen Besichtigung erhalten Sie ein verbindliches Festpreisangebot. Bei uns gibt es keine Stundenlohn-Überraschungen. Verwertbare Gegenstände können den Preis zudem reduzieren. Häufig sind wir günstiger als erwartet – fragen Sie uns einfach unverbindlich an.
</div>
</div>
</div>
<div class="faq-item">
<button class="faq-trigger" aria-expanded="false">
<span class="faq-question">Wie lange dauert eine Entrümpelung?</span>
<span class="faq-icon" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
<line x1="12" y1="5" x2="12" y2="19"/><line x1="5" y1="12" x2="19" y2="12"/>
</svg>
</span>
</button>
<div class="faq-body">
<div class="faq-answer">
Das hängt vom Umfang ab. Eine kleine Wohnung schaffen wir oft in einem halben Arbeitstag, größere Haushalte dauern ein bis zwei Tage. Nach der Besichtigung geben wir Ihnen eine realistische Einschätzung. Wir arbeiten effizient – Ihr Zeitplan ist uns wichtig.
</div>
</div>
</div>
<div class="faq-item">
<button class="faq-trigger" aria-expanded="false">
<span class="faq-question">Muss ich als Kunde vor Ort sein?</span>
<span class="faq-icon" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
<line x1="12" y1="5" x2="12" y2="19"/><line x1="5" y1="12" x2="19" y2="12"/>
</svg>
</span>
</button>
<div class="faq-body">
<div class="faq-answer">
Nein, in vielen Fällen nicht. Sie müssen uns nur einmal Zugang verschaffen – danach erledigen wir alles selbstständig. Am Ende erhalten Sie die besenreinen Räume und eine kurze Rückmeldung. Für Nachlasse bei Angehörigen oder bei Abwesenheit aus dem Ausland finden wir immer eine Lösung.
</div>
</div>
</div>
<div class="faq-item">
<button class="faq-trigger" aria-expanded="false">
<span class="faq-question">Was passiert mit den Gegenständen?</span>
<span class="faq-icon" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
<line x1="12" y1="5" x2="12" y2="19"/><line x1="5" y1="12" x2="19" y2="12"/>
</svg>
</span>
</button>
<div class="faq-body">
<div class="faq-answer">
Verwertbare Gegenstände werden wenn möglich weiterverkauft oder gespendet – das reduziert Ihren Preis. Alles andere wird fachgerecht und legal entsorgt. Wir kümmern uns um Sperrmüll, Elektroschrott und Sondermüll gemäß den geltenden Vorschriften. Umweltbewusstes Arbeiten ist für uns selbstverständlich.
</div>
</div>
</div>
<div class="faq-item">
<button class="faq-trigger" aria-expanded="false">
<span class="faq-question">Wie schnell können Sie einen Termin machen?</span>
<span class="faq-icon" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
<line x1="12" y1="5" x2="12" y2="19"/><line x1="5" y1="12" x2="19" y2="12"/>
</svg>
</span>
</button>
<div class="faq-body">
<div class="faq-answer">
Sehr schnell – oft schon am nächsten oder übernächsten Tag. Bei Dringlichkeit sprechen Sie uns an, wir versuchen immer, Ihren Wunschtermin zu ermöglichen. Rufen Sie einfach an oder schreiben Sie uns auf WhatsApp – wir antworten schnell.
</div>
</div>
</div>
<div class="faq-item">
<button class="faq-trigger" aria-expanded="false">
<span class="faq-question">Sind Sie versichert?</span>
<span class="faq-icon" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round">
<line x1="12" y1="5" x2="12" y2="19"/><line x1="5" y1="12" x2="19" y2="12"/>
</svg>
</span>
</button>
<div class="faq-body">
<div class="faq-answer">
Ja. Wir sind vollständig versichert. Eventuelle Schäden an Wänden, Böden oder Türen sind durch unsere Betriebshaftpflicht gedeckt. Sie müssen sich keine Sorgen machen – bei uns sind Sie auf der sicheren Seite.
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ============================================================
CONTACT
============================================================ -->
<section class="section section--dark" id="kontakt">
<div class="container">
<div style="text-align: center; max-width: 640px; margin: 0 auto 56px;">
<div class="section-eyebrow" style="justify-content: center;">Kontakt</div>
<h2 class="section-title section-title--white">Jetzt kostenlos anfragen</h2>
<p class="section-sub section-sub--white" style="max-width: 100%;">
Kein Formular. Kein Wartebetrieb. Schreiben oder rufen Sie uns direkt an – wir melden uns schnell zurück und vereinbaren einen Termin.
</p>
</div>
<div class="contact-grid">
<a href="tel:+4917623908631" class="contact-card reveal" style="text-decoration:none;">
<div class="contact-card-icon" style="background: rgba(245, 130, 13, 0.15);">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="#F5820D" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.61 3.4 2 2 0 0 1 3.57 1.22h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L7.91 8.97a16 16 0 0 0 6 6l.92-.92a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 21.73 16.92z"/>
</svg>
</div>
<div class="contact-card-label">Anrufen</div>
<div class="contact-card-value">0176 23908631</div>
<span class="btn btn-primary" style="margin-top: 8px; padding: 11px 22px; font-size: 0.85rem;">Jetzt anrufen</span>
</a>
<a href="https://wa.me/4917623908631?text=Hallo%2C%20ich%20m%C3%B6chte%20ein%20kostenloses%20Angebot%20für%20eine%20Entrümpelung." class="contact-card reveal reveal-delay-1" target="_blank" rel="noopener noreferrer" style="text-decoration:none;">
<div class="contact-card-icon" style="background: rgba(34, 197, 94, 0.15);">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#22C55E" aria-hidden="true">
<path d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 0 0-3.48-8.413z"/>
</svg>
</div>
<div class="contact-card-label">WhatsApp</div>
<div class="contact-card-value">0176 23908631</div>
<span class="btn btn-whatsapp" style="margin-top: 8px; padding: 11px 22px; font-size: 0.85rem;">Nachricht senden</span>
</a>
<a href="mailto:muratdabanli82@gmail.com" class="contact-card reveal reveal-delay-2" style="text-decoration:none;">
<div class="contact-card-icon" style="background: rgba(255,255,255,0.08);">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="rgba(255,255,255,0.6)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/>
<polyline points="22,6 12,13 2,6"/>
</svg>
</div>
<div class="contact-card-label">E-Mail</div>
<div class="contact-card-value" style="font-size: 0.9rem;">muratdabanli82<br>@gmail.com</div>
<span class="btn btn-outline-white" style="margin-top: 8px; padding: 11px 22px; font-size: 0.85rem;">E-Mail schreiben</span>
</a>
</div>
</div>
</section>
<!-- ============================================================
FOOTER
============================================================ -->
<footer class="footer">
<div class="container">
<div class="footer-top">
<div>
<div class="logo-name" style="font-family: 'Syne', sans-serif; font-size: 1.4rem; color: #fff; font-weight: 800;">
S<span style="color:#F5820D">&</span>M Move & Montage
</div>
<p class="footer-desc">Professionelle Entrümpelung, Haushaltsauflösung und Umzüge. Schnell und sicher – mit Festpreis und Herz.</p>
</div>
<div>
<div class="footer-links-title">Leistungen</div>
<ul class="footer-link-list">
<li><a href="#leistungen" class="footer-link">Entrümpelung</a></li>
<li><a href="#leistungen" class="footer-link">Haushaltsauflösung</a></li>
<li><a href="#leistungen" class="footer-link">Nachlassauflösung</a></li>
<li><a href="#leistungen" class="footer-link">Umzüge</a></li>
<li><a href="#leistungen" class="footer-link">Montage & Demontage</a></li>
</ul>
</div>
<div>
<div class="footer-links-title">Kontakt</div>
<ul class="footer-link-list">
<li><a href="tel:+4917623908631" class="footer-link">0176 23908631</a></li>
<li><a href="mailto:muratdabanli82@gmail.com" class="footer-link">muratdabanli82@gmail.com</a></li>
<li><a href="https://wa.me/4917623908631" class="footer-link" target="_blank" rel="noopener">WhatsApp</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p class="footer-copy">© 2025 S&M Move & Montage. Alle Rechte vorbehalten.</p>
<div class="footer-legal">
<a href="#">Impressum</a>
<a href="#">Datenschutz</a>
</div>
</div>
</div>
</footer>
<!-- ============================================================
FLOATING WHATSAPP
============================================================ -->
<a href="https://wa.me/4917623908631?text=Hallo%2C%20ich%20m%C3%B6chte%20ein%20kostenloses%20Angebot%20für%20eine%20Entrümpelung."
class="wa-float"
target="_blank"
rel="noopener noreferrer"
aria-label="WhatsApp Nachricht senden">
<span class="wa-float-tooltip">WhatsApp schreiben</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true">
<path d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 0 0-3.48-8.413z"/>
</svg>
</a>
<!-- ============================================================
JAVASCRIPT
============================================================ -->
<script>
(function () {
'use strict';
/* -- Sticky header shadow on scroll -- */
var header = document.getElementById('site-header');
function onScroll() {
if (window.scrollY > 20) {
header.classList.add('scrolled');
} else {
header.classList.remove('scrolled');
}
}
window.addEventListener('scroll', onScroll, { passive: true });
/* -- Scroll reveal -- */
var revealEls = document.querySelectorAll('.reveal');
function checkReveal() {
var viewH = window.innerHeight;
revealEls.forEach(function (el) {
if (el.classList.contains('is-visible')) { return; }
var rect = el.getBoundingClientRect();
if (rect.top < viewH - 60) {
el.classList.add('is-visible');
}
});
}
window.addEventListener('scroll', checkReveal, { passive: true });
window.addEventListener('resize', checkReveal, { passive: true });
/* Trigger once on load for elements already in viewport */
setTimeout(checkReveal, 100);
/* -- FAQ accordion -- */
var faqItems = document.querySelectorAll('.faq-item');
faqItems.forEach(function (item) {
var trigger = item.querySelector('.faq-trigger');
if (!trigger) { return; }
trigger.addEventListener('click', function () {
var isOpen = item.classList.contains('is-open');
/* Close all */
faqItems.forEach(function (fi) {
fi.classList.remove('is-open');
var t = fi.querySelector('.faq-trigger');
if (t) { t.setAttribute('aria-expanded', 'false'); }
});
/* Toggle clicked */
if (!isOpen) {
item.classList.add('is-open');
trigger.setAttribute('aria-expanded', 'true');
}
});
});
/* -- Smooth scroll for anchor links -- */
document.querySelectorAll('a[href^="#"]').forEach(function (link) {
link.addEventListener('click', function (e) {
var target = document.querySelector(link.getAttribute('href'));
if (!target) { return; }
e.preventDefault();
var offset = 80;
var top = target.getBoundingClientRect().top + window.scrollY - offset;
window.scrollTo({ top: top, behavior: 'smooth' });
});
});
}());
</script>
</body>
</html>