Professionelle Bildungseinrichtung Räumung
Erleben Sie unsere systematische Arbeitsweise bei der Räumung von Schulen, Kitas und Bildungseinrichtungen - diskret und effizient
/* Font preloaded in head */ * { margin: 0; padding: 0; box-sizing: border-box; } :root { --primary: #0a0e27; --secondary: #1a1f3a; --accent: #c41230; --text: #2b2d42; --text-light: #6c7293; --border: #e4e6ef; --bg-light: #f5f7fa; --white: #ffffff; --gradient: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 100%); } html { scroll-behavior: smooth; } body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; font-size: 16px; line-height: 1.6; color: var(--text); background: var(--white); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* Container */ .container { max-width: 1320px; margin: 0 auto; padding: 0 20px; } /* Hero Section - Basement specific */ .hero { margin-top: 80px; padding: 100px 0; background: linear-gradient(rgba(10, 14, 39, 0.85), rgba(26, 31, 58, 0.85)), url('assets/img/services/kellerraeumung-winterthur-guenstig-festpreis.webp') center/cover; position: relative; overflow: hidden; } .hero::before { content: ''; position: absolute; top: -50%; right: -20%; width: 800px; height: 800px; background: radial-gradient(circle, rgba(196, 18, 48, 0.05) 0%, transparent 70%); pointer-events: none; } .hero-content { max-width: 800px; position: relative; z-index: 1; color: var(--white); } .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, 0.1); padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: 500; margin-bottom: 24px; backdrop-filter: blur(10px); } .hero h1 { font-size: clamp(48px, 6vw, 72px); font-weight: 900; line-height: 1.1; margin-bottom: 24px; letter-spacing: -2px; } .hero p { font-size: clamp(18px, 2vw, 20px); line-height: 1.6; margin-bottom: 40px; opacity: 0.9; } .hero-cta { display: flex; gap: 20px; flex-wrap: wrap; } .btn { padding: 16px 32px; text-decoration: none; font-weight: 600; font-size: 16px; border-radius: 8px; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 8px; border: 2px solid transparent; } .btn-primary { background: var(--accent); color: var(--white); } .btn-whatsapp { background: #25d366; color: var(--white); border: 2px solid #25d366; } .btn-whatsapp:hover { background: transparent; color: #25d366; border-color: #25d366; } .btn-primary:hover { background: #a00d26; transform: translateY(-2px); } .btn-outline { border-color: var(--white); color: var(--white); background: rgba(255, 255, 255, 0.1); } .btn-outline:hover { background: var(--white); color: var(--primary); } /* Trust Indicators */ .trust-indicators { background: var(--white); padding: 60px 0; } .trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; text-align: center; } .trust-item { display: flex; flex-direction: column; align-items: center; gap: 12px; } .trust-icon { width: 64px; height: 64px; background: var(--bg-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #ffffff; } .trust-item h3 { font-size: 18px; font-weight: 700; color: var(--primary); } .trust-item p { font-size: 14px; color: var(--text-light); } /* Section Headers */ .section { padding: 80px 0; } .section-header { text-align: center; margin-bottom: 64px; } .section-tag { display: inline-block; padding: 6px 16px; background: rgba(196, 18, 48, 0.1); color: var(--accent); font-size: 14px; font-weight: 600; border-radius: 20px; margin-bottom: 16px; } .section-header h2 { font-size: clamp(32px, 4vw, 48px); font-weight: 800; color: var(--primary); margin-bottom: 16px; } .section-header p { font-size: 18px; color: var(--text-light); max-width: 600px; margin: 0 auto; } /* Services Grid */ .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 32px; } .service-card { background: var(--white); border-radius: 16px; padding: 32px; box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; border: 1px solid var(--border); } .service-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15); } .service-icon { width: 64px; height: 64px; background: var(--bg-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--accent); margin-bottom: 24px; } .service-card h3 { font-size: 20px; font-weight: 700; color: var(--primary); margin-bottom: 12px; } .service-card p { color: var(--text-light); line-height: 1.6; margin-bottom: 20px; } .service-features { list-style: none; margin-bottom: 24px; } .service-features li { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; font-size: 14px; color: var(--text); } .service-features li::before { content: '✓'; color: var(--accent); font-weight: bold; } /* Process Steps */ .process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 32px; } .process-step { text-align: center; position: relative; } .step-number { width: 64px; height: 64px; background: var(--accent); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 800; margin: 0 auto 20px; } .process-step h3 { font-size: 20px; font-weight: 700; color: var(--primary); margin-bottom: 12px; } .process-step p { color: var(--text-light); line-height: 1.6; } /* Footer */ .footer { background: var(--primary); color: var(--white); padding: 60px 0 20px; } .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 40px; } .footer-section h3 { font-size: 20px; font-weight: 700; margin-bottom: 20px; } .footer-section p, .footer-section a { color: rgba(255, 255, 255, 0.8); text-decoration: none; line-height: 1.6; } .footer-section a:hover { color: var(--white); } .footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 20px; text-align: center; color: rgba(255, 255, 255, 0.6); } /* Section Components */ .section { padding: 80px 0; } .section-header { text-align: center; margin-bottom: 60px; } .section-tag { display: inline-block; padding: 8px 20px; background: var(--accent); color: var(--white); font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; border-radius: 20px; margin-bottom: 16px; } .section-header h2 { font-size: 48px; font-weight: 700; color: var(--primary); margin-bottom: 20px; line-height: 1.2; } .section-header p { font-size: 18px; color: var(--text-light); max-width: 600px; margin: 0 auto; line-height: 1.6; } /* Service Detail Cards */ .service-detail { text-align: center; padding: 32px 24px; background: var(--white); border-radius: 16px; box-shadow: 0 8px 32px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; } .service-detail:hover { transform: translateY(-8px); box-shadow: 0 16px 48px rgba(0,0,0,0.15); } .service-detail-icon { width: 80px; height: 80px; background: var(--bg-light); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: var(--accent); } .service-detail h3 { font-size: 20px; font-weight: 700; color: var(--primary); margin-bottom: 16px; } .service-detail p { color: var(--text-light); line-height: 1.6; } /* Process Steps */ .process-step { text-align: center; padding: 24px; background: var(--white); border-radius: 12px; box-shadow: 0 4px 16px rgba(0,0,0,0.1); position: relative; } .process-number { width: 48px; height: 48px; background: var(--accent); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; margin: 0 auto 16px; } .process-step h3 { font-size: 18px; font-weight: 600; color: var(--primary); margin-bottom: 12px; } .process-step p { color: var(--text-light); line-height: 1.6; font-size: 14px; } /* FAQ Styles - Updated to match raeumung-oberwinterthur.php */ .faq { max-width: 800px; margin: 0 auto; } .faq-item { border: 1px solid var(--border); border-radius: 8px; margin-bottom: 16px; overflow: hidden; transition: all 0.3s ease; } .faq-item:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.1); } .faq-q { padding: 20px; background: var(--white); cursor: pointer; font-weight: 600; color: var(--primary); display: flex; justify-content: space-between; align-items: center; transition: background 0.3s ease; } .faq-q:hover { background: var(--bg-light); } .faq-q span { font-size: 20px; color: var(--accent); transition: transform 0.3s ease; } .faq-item.open .faq-q span { transform: rotate(45deg); } .faq-a { padding: 0 20px; background: var(--bg-light); color: var(--text); line-height: 1.6; max-height: 0; overflow: hidden; transition: all 0.3s ease; } .faq-item.open .faq-a { padding: 20px; max-height: 500px; } /* Responsive Design */ @media (max-width: 768px) { .hero-cta { flex-direction: column; align-items: stretch; } .btn { justify-content: center; } .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; } .services-grid { grid-template-columns: 1fr; } }
Wir räumen Schulen, Kitas, Kindergärten und Horte effizient und diskret. Ob während der Ferienzeiten oder am Wochenende - wir sorgen für eine reibungslose Räumung ohne Unterbrechung des Bildungsbetriebs.
Räumung während Ferien
Professionell & vertraulich
Umweltkonform & dokumentiert
Haftpflicht & Garantie
Von der Planung bis zur Endreinigung - wir übernehmen alle Schritte bei der Räumung Ihrer Bildungsräume.
Komplette Ausräumung von Klassenzimmern, Lehrerzimmern und Schulräumen inklusive Schulmöbeln, Unterrichtsmaterialien und technischen Geräten. Wir sortieren wiederverwertbare Lehrmittel aus und spenden diese auf Wunsch.
Einfühlsame Räumung von Kinderbetreuungseinrichtungen mit besonderer Sorgfalt für Spielsachen, Möbel und Ausstattung. Wir achten auf eine kindgerechte und sichere Abwicklung.
Diskrete Räumung von Verwaltungsbereichen und Archiven unter strenger Beachtung datenschutzrechtlicher Anforderungen. Sichere Aktenvernichtung und dokumentierte Entsorgung inklusive.
Strukturiert, planbar und ohne Störung des laufenden Betriebs.
Gemeinsam mit Ihrer Leitung erfassen wir den Umfang der Räumung und erstellen ein individuelles Konzept, das auf die Besonderheiten Ihrer Einrichtung eingeht.
Wir planen die Räumung optimal während Ferienzeiten, Wochenenden oder Abendstunden, damit der Bildungsbetrieb nicht gestört wird.
Unser geschultes Team räumt die Räumlichkeiten systematisch aus, sortiert Materialien und transportiert alles fachgerecht und sicher ab.
Alle Materialien werden umweltgerecht entsorgt oder wiederverwertet. Sie erhalten einen vollständigen Entsorgungsnachweis für Ihre Unterlagen.
Kontaktieren Sie uns für eine unverbindliche Beratung und ein massgeschneidertes Angebot.
Wir erstellen Ihnen ein unverbindliches Festpreis-Angebot
Sehen Sie, wie wir Bildungseinrichtungen effizient und sorgfältig räumen - von der systematischen Planung bis zur fachgerechten Entsorgung
Langjährige Erfahrung in der Räumung von Schulen, Kindergärten, Kitas und Weiterbildungszentren in der Schweiz.
Wir behandeln alle Dokumente und Daten aus Bildungseinrichtungen äusserst vertraulich. Sichere Aktenvernichtung nach DSGVO und Schweizer Datenschutzrecht garantiert.
Wir passen uns Ihren Schulferien, Betreuungszeiten und Unterrichtszeiten an. Räumungen auch am Wochenende oder in den Abendstunden, um den Betrieb nicht zu stören.
Lehrmittel, Möbel und Spielzeug entsorgen wir fachgerecht und umweltschonend. Wir spenden noch brauchbare Materialien an soziale Einrichtungen und Partnerschulen.
Antworten auf die wichtigsten Fragen rund um die Räumung von Bildungseinrichtungen.
Entdecken Sie unsere weiteren professionellen Räumungsservices in der Region Zürich.