Versicherungen in Deutschland – einfach erklärt

Haftpflicht, Rechtsschutz und Krankenversicherung für Geflüchtete und Zuwanderer. Kostenlose Beratung auf Arabisch, Ukrainisch, Farsi und mehr.

Welche Versicherungen brauche ich wirklich?

Die drei wichtigsten Versicherungen für Geflüchtete und Zuwanderer in Deutschland:

🛡️

Haftpflichtversicherung

Schützt dich, wenn du versehentlich jemandem Schaden zufügst – z.B. ein Fahrradunfall oder Wasserschaden in der Mietwohnung.

⚖️

Rechtsschutzversicherung

Hilft bei rechtlichen Problemen mit Behörden, Vermietern oder Arbeitgebern – inklusive Übersetzung und Anwaltskosten.

🏥

Krankenversicherung

Vollständige medizinische Versorgung in Deutschland. Wir erklären den Unterschied zwischen gesetzlich und privat.

.hero-card { background: rgba(255,255,255,0.08); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; padding: 18px 22px; display: flex; align-items: center; gap: 16px; transition: transform 0.3s; } .hero-card:hover { transform: translateX(-6px); } .hero-card-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; } .hero-card-text h4 { color: white; font-size: 0.95rem; font-weight: 600; margin-bottom: 2px; } .hero-card-text p { color: rgba(255,255,255,0.55); font-size: 0.82rem; } /* ── SECTIONS ── */ section { padding: 80px 5%; } .section-label { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 600; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 12px; } .section-label::before { content: ''; width: 24px; height: 2px; background: var(--gold); } .section-title { font-size: clamp(1.8rem, 3.5vw, 2.6rem); color: var(--navy); line-height: 1.2; margin-bottom: 16px; } .section-title em { color: var(--blue); font-style: italic; } .section-sub { color: var(--text-muted); font-size: 1.05rem; max-width: 560px; line-height: 1.7; margin-bottom: 48px; } /* ── WHY ── */ .why-section { background: var(--cream); } .why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; } .why-story { background: var(--navy); border-radius: 24px; padding: 36px; position: relative; overflow: hidden; } .why-story::before { content: '"'; font-family: 'Playfair Display', serif; font-size: 120px; color: rgba(232,160,32,0.15); position: absolute; top: -10px; left: 20px; line-height: 1; } .why-story-text { color: rgba(255,255,255,0.85); font-size: 1rem; line-height: 1.8; position: relative; z-index: 1; margin-bottom: 20px; } .why-story-person { display: flex; align-items: center; gap: 12px; } .why-story-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), #F5A623); display: flex; align-items: center; justify-content: center; font-size: 20px; } .why-story-info h5 { color: white; font-size: 0.9rem; font-weight: 600; } .why-story-info p { color: rgba(255,255,255,0.5); font-size: 0.8rem; } .why-points { display: flex; flex-direction: column; gap: 24px; } .why-point { display: flex; gap: 16px; padding: 20px; border-radius: 14px; border: 1px solid var(--border); background: white; transition: all 0.25s; } .why-point:hover { border-color: var(--gold); box-shadow: var(--shadow); transform: translateX(4px); } .why-point-icon { width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; } .why-point-text h4 { font-size: 1rem; font-weight: 600; margin-bottom: 4px; color: var(--navy); } .why-point-text p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.6; } /* ── INSURANCE CARDS ── */ .insurance-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; } .ins-card { border-radius: 20px; overflow: hidden; border: 1px solid var(--border); transition: all 0.3s; cursor: pointer; } .ins-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; } .ins-card-header { padding: 28px 28px 20px; position: relative; } .ins-card-icon { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 16px; } .ins-card-header h3 { font-family: 'Playfair Display', serif; font-size: 1.25rem; margin-bottom: 6px; } .ins-card-header p { font-size: 0.88rem; line-height: 1.6; }