.gg-site{ --gg-green:#23A62E; --gg-green-700:#1B8424; --gg-green-50:#EAF6EB; --gg-black:#000; --gg-dark:#1B1A1A; --gg-charcoal:#534F4E; --gg-medium:#7B7B7B; --gg-light:#D9D9D9; --gg-hairline:#E6E6E6; --gg-surface:#F6F6F6; --gg-white:#FFFFFF; --gg-radius-sm:10px; --gg-radius:16px; --gg-radius-lg:24px; --gg-radius-pill:999px; --gg-shadow-sm:0 1px 2px rgba(20,20,20,.04), 0 2px 6px rgba(20,20,20,.04); --gg-shadow-md:0 8px 24px rgba(20,20,20,.08), 0 2px 6px rgba(20,20,20,.05); --gg-shadow-lg:0 24px 60px rgba(20,20,20,.12); --gg-ease:cubic-bezier(.2,.7,.2,1); --gg-dur:220ms; --gg-font:'Inter','SF Pro','SF Pro Text','Segoe UI',system-ui,-apple-system,BlinkMacSystemFont,sans-serif; font-family:var(--gg-font); color:var(--gg-dark); line-height:1.55; font-size:16px; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; background:var(--gg-white); } .gg-site *, .gg-site *::before, .gg-site *::after{box-sizing:border-box;} .gg-site img{max-width:100%;display:block;} .gg-site a{color:inherit;text-decoration:none;transition:color var(--gg-dur) var(--gg-ease);} .gg-site a:hover{color:var(--gg-green-700);} .gg-site h1,.gg-site h2,.gg-site h3,.gg-site h4{margin:0;font-weight:600;letter-spacing:-0.02em;color:var(--gg-dark);} .gg-site p{margin:0;} .gg-container{max-width:1200px;margin:0 auto;padding:0 24px;} .gg-container-narrow{max-width:880px;margin:0 auto;padding:0 24px;} .gg-eyebrow{ display:inline-flex;align-items:center;gap:10px; font-size:12px;font-weight:600;letter-spacing:.22em;text-transform:uppercase; color:var(--gg-green); } .gg-eyebrow::before{ content:"";width:24px;height:1px;background:var(--gg-green);display:inline-block; } .gg-eyebrow--plain::before{display:none;} .gg-hero{ position:relative; padding:120px 0 96px; background:var(--gg-white); overflow:hidden; } .gg-hero::before{ content:""; position:absolute;inset:auto -10% -40% auto; width:520px;height:520px;border-radius:50%; background:radial-gradient(closest-side, rgba(35,166,46,.10), rgba(35,166,46,0)); pointer-events:none; } .gg-hero::after{ content:""; position:absolute;left:-120px;top:-120px; width:280px;height:280px;border-radius:50%; background:radial-gradient(closest-side, rgba(83,79,78,.06), rgba(83,79,78,0)); pointer-events:none; } .gg-hero__inner{position:relative;z-index:1;} .gg-hero__title{ font-size:clamp(44px, 7.6vw, 96px); line-height:.98; letter-spacing:-0.035em; font-weight:700; margin-top:28px; color:var(--gg-dark); } .gg-hero__title em{font-style:normal;color:var(--gg-green);font-weight:600;} .gg-hero__lead{ margin-top:28px;max-width:640px; font-size:clamp(17px,1.5vw,20px); color:var(--gg-charcoal); line-height:1.55; } .gg-hero__meta{ margin-top:48px;display:flex;flex-wrap:wrap;gap:14px 32px; padding-top:28px;border-top:1px solid var(--gg-hairline); } .gg-meta-pill{display:inline-flex;align-items:center;gap:10px;font-size:14px;color:var(--gg-charcoal);} .gg-meta-pill svg{width:18px;height:18px;color:var(--gg-green);flex:none;} .gg-meta-pill strong{color:var(--gg-dark);font-weight:600;} .gg-featured{background:var(--gg-surface);padding:96px 0;position:relative;} .gg-featured-card{ background:var(--gg-white); border-radius:var(--gg-radius-lg); box-shadow:var(--gg-shadow-md); overflow:hidden; display:grid; grid-template-columns: 1.05fr 1fr; min-height:440px; } .gg-featured-card__visual{ position:relative; background:linear-gradient(160deg, #2c2a29 0%, #1B1A1A 100%); color:var(--gg-white); padding:56px 48px; display:flex;flex-direction:column;justify-content:space-between; overflow:hidden; } .gg-featured-card__visual::before{ content:""; position:absolute;inset:auto -40% -50% auto; width:480px;height:480px;border-radius:50%; background:radial-gradient(closest-side, rgba(35,166,46,.45), rgba(35,166,46,0)); pointer-events:none; } .gg-featured-card__visual::after{ content:""; position:absolute;left:-60px;top:-60px;width:180px;height:180px; border-radius:50%;border:1px solid rgba(255,255,255,.10); } .gg-featured-card__tag{ position:relative;z-index:1; display:inline-flex;align-items:center;gap:10px; font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase; color:#9DE3A3; } .gg-featured-card__tag::before{ content:"";width:8px;height:8px;border-radius:50%;background:var(--gg-green); box-shadow:0 0 0 4px rgba(35,166,46,.22); } .gg-featured-card__time{position:relative;z-index:1;margin-top:auto;} .gg-featured-card__time-day{ font-size:clamp(28px,3vw,36px);font-weight:600;letter-spacing:-0.02em;color:var(--gg-white); } .gg-featured-card__time-hour{ margin-top:6px;font-size:64px;font-weight:700;letter-spacing:-0.04em;color:var(--gg-white);line-height:1; } .gg-featured-card__time-hour span{color:#9DE3A3;font-weight:500;} .gg-featured-card__time-where{ margin-top:14px;font-size:14px;color:rgba(255,255,255,.65); display:flex;align-items:center;gap:8px; } .gg-featured-card__time-where svg{width:16px;height:16px;color:#9DE3A3;} .gg-featured-card__body{ padding:56px 48px;display:flex;flex-direction:column;justify-content:center;gap:20px; } .gg-featured-card__body h2{font-size:clamp(32px,3.4vw,44px);letter-spacing:-0.028em;line-height:1.05;} .gg-featured-card__body p{color:var(--gg-charcoal);font-size:17px;line-height:1.65;max-width:46ch;} .gg-section{padding:120px 0;} .gg-section--tight{padding:96px 0;} .gg-section__head{ display:flex;align-items:end;justify-content:space-between;gap:32px;flex-wrap:wrap; margin-bottom:56px; } .gg-section__title{font-size:clamp(32px,4vw,52px);letter-spacing:-0.028em;line-height:1.08;max-width:18ch;} .gg-section__sub{color:var(--gg-medium);font-size:16px;max-width:36ch;text-align:right;} .gg-events{display:grid;grid-template-columns:repeat(2, 1fr);gap:24px;} .gg-event-card{ position:relative; background:var(--gg-white); border:1px solid var(--gg-hairline); border-radius:var(--gg-radius-lg); display:flex;flex-direction:column; transition: box-shadow var(--gg-dur) var(--gg-ease), border-color var(--gg-dur) var(--gg-ease), transform var(--gg-dur) var(--gg-ease); overflow:hidden; } .gg-event-card:hover{border-color:transparent;box-shadow:var(--gg-shadow-md);} .gg-event-card:hover .gg-event-card__arrow{background:var(--gg-green);color:var(--gg-white);transform:translateX(4px);} .gg-event-card:hover .gg-event-card__title{color:var(--gg-green-700);} .gg-event-card:hover .gg-event-card__media img{transform:scale(1.04);} .gg-event-card__media{ position:relative;aspect-ratio:16/9;background:var(--gg-surface);overflow:hidden; } .gg-event-card__media img{ width:100%;height:100%;object-fit:cover;display:block; transition: transform 900ms var(--gg-ease); } .gg-event-card__media-placeholder{ position:absolute;inset:0; display:flex;align-items:center;justify-content:center; background: linear-gradient(135deg, rgba(35,166,46,.08) 0%, rgba(35,166,46,.02) 50%, rgba(83,79,78,.05) 100%), var(--gg-surface); color:var(--gg-medium); } .gg-event-card__media-placeholder svg{width:40px;height:40px;opacity:.45;} .gg-event-card__media-badge{position:absolute;top:18px;right:18px;z-index:2;} .gg-event-card__media-badge .gg-event-card__badge{ background:rgba(255,255,255,.92);backdrop-filter:blur(8px);border-color:rgba(255,255,255,.6); } .gg-event-card__media-badge .gg-event-card__badge--new{background:rgba(235,247,236,.95);} .gg-event-card__inner{padding:36px;display:flex;flex-direction:column;gap:18px;flex:1;} .gg-event-card__icon{ width:48px;height:48px;border-radius:14px; background:var(--gg-green-50);color:var(--gg-green-700); display:flex;align-items:center;justify-content:center;flex:none; margin-top:-66px;position:relative;z-index:2; border:4px solid var(--gg-white);box-shadow:var(--gg-shadow-sm); } .gg-event-card__icon svg{width:24px;height:24px;} .gg-event-card__header{display:flex;align-items:center;justify-content:space-between;gap:16px;} .gg-event-card__badge{ font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--gg-medium); padding:6px 12px;border:1px solid var(--gg-hairline);border-radius:var(--gg-radius-pill); } .gg-event-card__badge--new{color:var(--gg-green-700);border-color:rgba(35,166,46,.30);background:var(--gg-green-50);} .gg-event-card__title{font-size:28px;letter-spacing:-0.022em;line-height:1.15;transition:color var(--gg-dur) var(--gg-ease);} .gg-event-card__meta{ font-size:13px;color:var(--gg-green-700);font-weight:600;letter-spacing:.05em;text-transform:uppercase; } .gg-event-card__desc{color:var(--gg-charcoal);font-size:16px;line-height:1.6;} .gg-event-card__desc a{color:var(--gg-green-700);font-weight:500;border-bottom:1px solid rgba(35,166,46,.30);} .gg-event-card__foot{ margin-top:auto;padding-top:24px; display:flex;align-items:center;justify-content:space-between; border-top:1px solid var(--gg-hairline); } .gg-event-card__cta{font-size:14px;font-weight:600;color:var(--gg-dark);} .gg-event-card__arrow{ width:42px;height:42px;border-radius:50%; background:var(--gg-surface);color:var(--gg-dark); display:flex;align-items:center;justify-content:center; transition: background var(--gg-dur) var(--gg-ease), color var(--gg-dur) var(--gg-ease), transform var(--gg-dur) var(--gg-ease); } .gg-event-card__arrow svg{width:18px;height:18px;} .gg-event-card-link{position:absolute;inset:0;z-index:2;border-radius:inherit;} .gg-hint{ margin-top:40px; background:var(--gg-surface); border-radius:var(--gg-radius); padding:24px 28px; display:flex;align-items:center;gap:20px;flex-wrap:wrap; border:1px solid var(--gg-hairline); } .gg-hint__dot{ width:10px;height:10px;border-radius:50%;background:var(--gg-green);flex:none; box-shadow:0 0 0 6px rgba(35,166,46,.12); } .gg-hint__text{font-size:15px;color:var(--gg-charcoal);flex:1;min-width:240px;} .gg-hint__text strong{color:var(--gg-dark);font-weight:600;} .gg-cta{ position:relative;margin:0 auto; background:var(--gg-dark);color:var(--gg-white); border-radius:var(--gg-radius-lg); padding:80px 64px;overflow:hidden; display:grid;grid-template-columns:1.4fr 1fr;gap:48px;align-items:center; } .gg-cta::before{ content:"";position:absolute;right:-160px;top:-160px;width:520px;height:520px;border-radius:50%; background:radial-gradient(closest-side, rgba(35,166,46,.30), rgba(35,166,46,0)); pointer-events:none; } .gg-cta::after{ content:"";position:absolute;left:-80px;bottom:-80px;width:240px;height:240px;border-radius:50%; border:1px solid rgba(255,255,255,.08); } .gg-cta__body{position:relative;z-index:1;} .gg-cta__eyebrow{ color:#9DE3A3;display:inline-flex;align-items:center;gap:10px; font-size:12px;font-weight:600;letter-spacing:.22em;text-transform:uppercase; } .gg-cta__eyebrow::before{content:"";width:24px;height:1px;background:#9DE3A3;} .gg-cta__title{ margin-top:18px;font-size:clamp(32px,3.8vw,52px);letter-spacing:-0.028em;line-height:1.08; color:var(--gg-white);max-width:14ch; } .gg-cta__lead{margin-top:18px;color:rgba(255,255,255,.72);font-size:17px;line-height:1.6;max-width:46ch;} .gg-cta__actions{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-end;gap:16px;} .gg-btn{ display:inline-flex;align-items:center;gap:12px; background:var(--gg-green);color:var(--gg-white); padding:18px 28px;border-radius:var(--gg-radius-pill); font-size:15px;font-weight:600;letter-spacing:.01em; transition: background var(--gg-dur) var(--gg-ease), transform var(--gg-dur) var(--gg-ease); border:0;cursor:pointer; } .gg-btn:hover{background:var(--gg-green-700);color:var(--gg-white);transform:translateY(-1px);} .gg-btn svg{width:18px;height:18px;} .gg-btn--ghost{background:transparent;color:var(--gg-white);border:1px solid rgba(255,255,255,.20);} .gg-btn--ghost:hover{background:rgba(255,255,255,.06);color:var(--gg-white);} .gg-cal-preview{ background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.12); border-radius:var(--gg-radius); padding:20px 22px;width:280px; backdrop-filter:blur(8px); } .gg-cal-preview__row{ display:flex;align-items:center;gap:14px; padding:10px 0;border-bottom:1px solid rgba(255,255,255,.08); } .gg-cal-preview__row:last-child{border-bottom:0;} .gg-cal-preview__date{width:44px;flex:none;text-align:center;color:#9DE3A3;} .gg-cal-preview__date small{display:block;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.55);} .gg-cal-preview__date strong{font-size:20px;font-weight:600;color:var(--gg-white);letter-spacing:-0.01em;} .gg-cal-preview__title{font-size:14px;color:rgba(255,255,255,.85);} .gg-cal-preview__title small{display:block;font-size:12px;color:rgba(255,255,255,.45);margin-top:2px;} .gg-closing{padding:96px 0 120px;background:var(--gg-white);text-align:center;} .gg-closing h3{font-size:clamp(28px,3vw,40px);letter-spacing:-0.025em;max-width:22ch;margin:18px auto 0;} .gg-closing p{ margin-top:20px;color:var(--gg-charcoal);font-size:17px; max-width:52ch;margin-left:auto;margin-right:auto;line-height:1.65; } .gg-closing__verse{ margin-top:48px;padding-top:48px;border-top:1px solid var(--gg-hairline); font-family:Georgia,'Times New Roman',serif; font-size:clamp(20px,2vw,26px);color:var(--gg-charcoal);font-style:italic; max-width:46ch;margin-left:auto;margin-right:auto;line-height:1.5; } .gg-closing__verse cite{ display:block;margin-top:16px; font-family:var(--gg-font);font-style:normal; font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--gg-green);font-weight:600; } @keyframes ggFadeUp{ from{opacity:0;transform:translateY(16px);} to{opacity:1;transform:none;} } .gg-site .gg-hero__inner > *, .gg-site .gg-featured-card, .gg-site .gg-event-card, .gg-site .gg-cta, .gg-site .gg-closing > *{animation: ggFadeUp .8s var(--gg-ease) both;} .gg-site .gg-hero__title{animation-delay:.05s;} .gg-site .gg-hero__lead{animation-delay:.15s;} .gg-site .gg-hero__meta{animation-delay:.25s;} .gg-site .gg-event-card:nth-child(2){animation-delay:.08s;} .gg-site .gg-event-card:nth-child(3){animation-delay:.16s;} .gg-site .gg-event-card:nth-child(4){animation-delay:.24s;} @media (max-width: 960px){ .gg-hero{padding:96px 0 72px;} .gg-section{padding:88px 0;} .gg-featured{padding:72px 0;} .gg-featured-card{grid-template-columns:1fr;min-height:0;} .gg-featured-card__visual{padding:40px 32px;min-height:280px;} .gg-featured-card__body{padding:40px 32px;} .gg-events{grid-template-columns:1fr;gap:18px;} .gg-event-card__inner{padding:28px;} .gg-event-card__title{font-size:24px;} .gg-cta{grid-template-columns:1fr;padding:56px 36px;gap:32px;} .gg-cta__actions{align-items:flex-start;} .gg-cal-preview{width:100%;max-width:340px;} .gg-section__head{margin-bottom:40px;} .gg-section__sub{text-align:left;} } @media (max-width: 560px){ .gg-container,.gg-container-narrow{padding:0 20px;} .gg-hero{padding:80px 0 56px;} .gg-section{padding:64px 0;} .gg-featured{padding:56px 0;} .gg-featured-card__visual{padding:32px 24px;} .gg-featured-card__body{padding:32px 24px;} .gg-featured-card__time-hour{font-size:48px;} .gg-event-card{border-radius:18px;} .gg-event-card__inner{padding:24px;} .gg-event-card__title{font-size:22px;} .gg-event-card__icon{margin-top:-50px;width:44px;height:44px;border-width:3px;} .gg-cta{padding:40px 24px;border-radius:18px;} .gg-hint{padding:20px;} .gg-closing{padding:64px 0 80px;} }
Gemeinde-Leben

Veranstaltungen,
die verbinden.

Vom Sonntagsgottesdienst über Hauskreise bis zum Grundlagenkurs — bei uns findest du Räume, in denen Glaube wächst und Gemeinschaft entsteht. Du bist herzlich eingeladen, vorbeizukommen.

Jeden Sonntag 15:00 Uhr Christburger Str. 13, Prenzlauer Berg
Programm

Räume, in denen
Glaube wächst.

Regelmäßige und besondere Veranstaltungen — für alle, die mehr über Jesus Christus und unsere Gemeinde erfahren möchten.

Hauskreise
Zweimal monatlich
Hauskreise

Studium, Gebet & Gemeinschaft

Zweimal im Monat treffen wir uns zum Studium von Gottes Wort, Gebet und Gemeinschaft in verschiedenen Hauskreisen. Für unsere Besucher bieten wir einen Kennenlernabend an jedem dritten Freitag im Monat an — melde dich gern über unser Kontaktformular.

Zu den Hauskreisen
Grundlagenkurs
Neu im Programm
Grundlagenkurs

Den christlichen Glauben verstehen

Ein Einstiegskurs für alle, die zentrale Themen des biblischen Glaubens kennenlernen möchten — verständlich, persönlich und auf Augenhöhe. Ideal für Suchende, Neue und alle, die ihren Glauben vertiefen wollen.

Zum Grundlagenkurs
Jugend
Neu im Programm
Jugend

Glaube, Freundschaft & Alltag

Unser Jugendangebot ist der Raum für junge Menschen, die Jesus nachfolgen möchten — mit gemeinsamen Abenden, Bibelgesprächen und viel Zeit zum Austauschen. Ein Ort, an dem Glaube und Alltag zusammen­kommen.

Zur Jugendarbeit
Weitere Veranstaltungen
Saisonal
Weitere Veranstaltungen

Konzerte & Sonder­ver­an­stal­tun­gen

Wir haben immer wieder zusätzliche Gemeindeveranstaltungen wie bspw. ein Adventskonzert, Kinderkonzerte und besondere Anlässe, über die du dich persönlich oder mithilfe unseres Kalenders informieren kannst.

Alle Veranstaltungen
Kennenlernabend — jeden dritten Freitag im Monat. Schreib uns kurz über das Kontaktformular, dann erwarten wir dich.
Kalender

Alle Termine auf einen Blick.

In unserem Kalender findest du sämtliche Gottesdienste, Hauskreise und Sonderveranstaltungen — übersichtlich an einem Ort. So bleibst du jederzeit informiert.

Du bist eingeladen

Komm einfach vorbei — du brauchst nichts mitzubringen außer dich selbst.

Ob als Gast, Suchender oder langjährige Christin: Bei uns findest du eine offene Tür und eine Gemeinde, die gemeinsam auf Jesus Christus schaut. Wir freuen uns auf dich.

„Wo zwei oder drei in meinem Namen versammelt sind, da bin ich mitten unter ihnen." Matthäus 18,20
Wir benutzen Cookies um die Nutzerfreundlichkeit der Webseite zu verbessen. Durch Deinen Besuch stimmst Du dem zu.