Über uns – TaxiGo Neumünster

:root { --primary-color: #FFD700; --primary-dark: #E6C200; --secondary-color: #1A1F2C; --light-color: #F9F9F9; --gray-color: #8E9196; --gray-light: #F5F5F5; --gray-dark: #4A4A4A; --white: #FFFFFF; --black: #000000; --shadow: 0 4px 6px rgba(0, 0, 0, 0.1); --radius: 8px; --transition: all 0.3s ease; } * { margin: 0; padding: 0; box-sizing: border-box; } html { scroll-behavior: smooth; font-size: 16px; } body { font-family: 'Inter', sans-serif; line-height: 1.6; color: var(--secondary-color); background-color: var(--light-color); overflow-x: hidden; } h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; font-weight: 700; line-height: 1.2; } a { color: inherit; text-decoration: none; transition: all 0.3s ease; } ul { list-style-type: none; } .container { width: 100%; max-width: 1280px; padding: 0 1.5rem; margin: 0 auto; } .section-title { position: relative; font-size: 2rem; margin-bottom: 2.5rem; text-align: center; } .section-title:after { content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 80px; height: 4px; background-color: #FFD700; border-radius: 2px; } section { padding: 5rem 0; } .btn { display: inline-flex; align-items: center; justify-content: center; font-weight: 600; padding: 0.875rem 1.75rem; border-radius: 8px; cursor: pointer; transition: all 0.3s ease; text-align: center; border: none; gap: 0.5rem; } .btn i { font-size: 1.1rem; } .btn-primary { background-color: #FFD700; color: #1A1F2C; } .btn-primary:hover { background-color: #E6C200; } .btn-secondary { background-color: #1A1F2C; color: #FFFFFF; } .btn-secondary:hover { background-color: #2a303d; } .btn-whatsapp { background-color: #25D366; color: #FFFFFF; } .btn-whatsapp:hover { background-color: #1da851; } /* Header Styles */ header { position: sticky; top: 0; background-color: #FFFFFF; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); z-index: 1000; padding: 1rem 0; } .header-content { display: flex; justify-content: space-between; align-items: center; } .logo a { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.5rem; color: #1A1F2C; display: flex; align-items: center; } /* Highlighted text for "Go" in TaxiGo */ .highlight { color: #FFD700; font-weight: 800; } .nav-menu { display: flex; align-items: center; } .nav-menu li { margin-left: 1.75rem; } .nav-menu a { font-weight: 600; color: #1A1F2C; position: relative; } .nav-menu a:after { content: ''; position: absolute; width: 0; height: 2px; bottom: -4px; left: 0; background-color: #FFD700; transition: width 0.3s ease; } .nav-menu a:hover:after, .nav-menu a.active:after { width: 100%; } /* Mobile Navigation */ #nav-toggle { display: none; } .nav-toggle-label { display: none; cursor: pointer; } .nav-toggle-label span, .nav-toggle-label span:before, .nav-toggle-label span:after { display: block; background: #1A1F2C; height: 2px; width: 25px; position: relative; transition: all 0.3s ease-in-out; } .nav-toggle-label span:before, .nav-toggle-label span:after { content: ''; position: absolute; } .nav-toggle-label span:before { bottom: 8px; } .nav-toggle-label span:after { top: 8px; } /* Story Section */ .story { background-color: #FFFFFF; } .story-content { text-align: center; } .story-text { max-width: 800px; margin: 0 auto; } .story-text h2 { font-size: 2rem; margin-bottom: 1.5rem; position: relative; padding-bottom: 1rem; display: inline-block; } .story-text h2:after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 3px; background-color: #FFD700; border-radius: 2px; } .story-text p { margin-bottom: 1.5rem; } /* Mission Section */ .mission { background-color: #F5F5F5; } .mission-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 2rem; } .mission-card { background-color: #FFFFFF; padding: 2rem; border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); text-align: center; transition: all 0.3s ease; } .mission-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); } .mission-icon { font-size: 2.5rem; color: #FFD700; margin-bottom: 1.5rem; } .mission-card h3 { margin-bottom: 1rem; font-size: 1.25rem; } /* Certifications Section */ .certifications { background-color: #F5F5F5; } .certification-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 2rem; } .certification-card { background-color: #FFFFFF; padding: 2rem; border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); text-align: center; transition: all 0.3s ease; } .certification-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); } .certification-icon { font-size: 2.5rem; color: #FFD700; margin-bottom: 1.5rem; } .certification-card h3 { margin-bottom: 1rem; font-size: 1.25rem; } /* Call to Action */ .call-to-action { background-color: #1A1F2C; color: #FFFFFF; text-align: center; padding: 4rem 0; } .call-to-action h2 { font-size: 2rem; margin-bottom: 1rem; } .call-to-action p { margin-bottom: 2rem; opacity: 0.9; } .cta-buttons { display: flex; justify-content: center; gap: 1rem; } /* Footer */ footer { background-color: #1A1F2C; color: #F9F9F9; padding: 4rem 0 1rem; } .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 3rem; margin-bottom: 2rem; } .footer-section h3 { font-size: 1.25rem; margin-bottom: 1.5rem; position: relative; padding-bottom: 0.75rem; } .footer-section h3:after { content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 2px; background-color: #FFD700; } .contact-info p { display: flex; align-items: center; margin-bottom: 0.75rem; } .contact-info i { color: #FFD700; margin-right: 0.75rem; width: 20px; text-align: center; } .footer-links li { margin-bottom: 0.75rem; } .footer-links a:hover { color: #FFD700; padding-left: 5px; } .social-links { display: flex; gap: 1rem; } .social-links a { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; background-color: rgba(255, 255, 255, 0.1); border-radius: 50%; transition: all 0.3s ease; } .social-links a:hover { background-color: #FFD700; color: #1A1F2C; } .footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; } .legal-links { display: flex; gap: 1.5rem; } .legal-links a:hover { color: #FFD700; } /* Back to top button */ .back-to-top { position: fixed; right: 25px; bottom: 25px; width: 50px; height: 50px; background-color: #FFD700; color: #1A1F2C; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); opacity: 0; visibility: hidden; transition: all 0.3s ease; z-index: 999; } .back-to-top.show { opacity: 1; visibility: visible; } .back-to-top:hover { background-color: #E6C200; transform: translateY(-3px); } /* Media Queries */ @media screen and (max-width: 992px) { .service-detail { flex-direction: column; } .service-detail-content { margin-top: 2rem; } } @media screen and (max-width: 768px) { html { font-size: 14px; } .section-title { font-size: 1.75rem; } .nav-toggle-label { display: block; } .nav-menu { position: absolute; top: 100%; right: 0; left: 0; background-color: #FFFFFF; display: flex; flex-direction: column; align-items: center; padding: 1.5rem 0; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); clip-path: circle(0% at top right); transition: clip-path 0.5s ease; z-index: 1000; } .nav-menu li { margin: 0.75rem 0; } #nav-toggle:checked ~ .nav-menu { clip-path: circle(150% at top right); } .footer-bottom { flex-direction: column; text-align: center; } .legal-links { justify-content: center; } .cta-buttons { flex-direction: column; } } @media screen and (max-width: 576px) { section { padding: 3rem 0; } .mission-grid, .certification-grid { grid-template-columns: 1fr; } .footer-content { grid-template-columns: 1fr; } .service-detail-content h2, .story-text h2 { font-size: 1.75rem; } }

Unsere Geschichte

TaxiGo Neumünster wurde im Jahr 2025 mit einer klaren Vision gegründet: Den Taxiservice in Neumünster durch moderne Technologie, nachhaltigen Transport und exzellenten Kundenservice zu revolutionieren.

Was als kleine Idee begann, hat sich schnell zu einem führenden Taxiunternehmen in der Region entwickelt. Unser Gründer, ein erfahrener Taxifahrer mit über 15 Jahren Erfahrung, erkannte den Bedarf an einem zuverlässigen, transparenten und kundenorientierten Taxiservice in Neumünster.

Von Anfang an haben wir auf umweltfreundliche Fahrzeuge und digitale Buchungssysteme gesetzt, um den Bedürfnissen unserer Kunden bestmöglich gerecht zu werden und gleichzeitig unseren ökologischen Fußabdruck zu minimieren.

Unsere Mission

Sicherheit

Wir priorisieren die Sicherheit unserer Fahrgäste durch regelmäßige Wartung unserer Fahrzeuge, umfassende Schulungen unserer Fahrer und strenge Qualitätskontrollen.

Nachhaltigkeit

Mit unserer Hybrid- und Elektroflotte setzen wir auf umweltfreundliche Mobilität und leisten einen aktiven Beitrag zum Klimaschutz in unserer Stadt.

Zuverlässigkeit

Wir verstehen, wie wichtig Pünktlichkeit für unsere Kunden ist. Daher ist Zuverlässigkeit ein zentraler Wert in unserem täglichen Handeln.

Kundenservice

Unser freundliches und professionelles Team ist stets bemüht, Ihre Erwartungen zu übertreffen und Ihnen ein angenehmes Fahrerlebnis zu bieten.

Unsere Zertifizierungen

Lizenziertes Taxiunternehmen

Wir erfüllen alle gesetzlichen Anforderungen und Vorschriften für den Taxibetrieb in Neumünster.

Qualifizierte Fahrer

Alle unsere Fahrer besitzen den Personenbeförderungsschein und werden regelmäßig geschult.

Geprüfte Fahrzeuge

Unsere Fahrzeuge werden regelmäßig gewartet und erfüllen höchste Sicherheitsstandards.

Ersthelfer-Training

Alle unsere Fahrer sind ausgebildete Ersthelfer und können in Notfällen angemessen reagieren.

Bereit für Ihre nächste Fahrt?

Kontaktieren Sie uns noch heute und erleben Sie den besten Taxiservice in Neumünster.