Was unsere Arbeit bewirkt – We Are Motherland
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
–bg: #f5f0e6;
–bg-dark: #1a2744;
–bg-card: #ede7d8;
–text: #1a2744;
–text-mid: #4a5a7a;
–text-light: #8a9ab5;
–sand: #c8b08a;
–border: rgba(26,39,68,0.12);
–border-mid: rgba(26,39,68,0.25);
}
body {
font-family: ‚DM Sans‘, sans-serif;
letter-spacing: 0.04em;
font-weight: 300;
color: var(–text);
background: var(–bg);
line-height: 1.7;
}
.page {
max-width: 860px;
margin: 0 auto;
padding: 0 2.5rem 6rem;
}
/* Hero – fullwidth dark */
.hero {
background: var(–bg-dark);
margin: 0 -2.5rem;
padding: 6rem 2.5rem 5rem;
text-align: left;
}
.hero-eyebrow {
font-family: ‚DM Sans‘, sans-serif;
font-size: 11px;
font-weight: 500;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(–sand);
margin-bottom: 2rem;
}
.hero-title {
font-family: ‚Cormorant Garamond‘, serif;
font-size: 72px;
font-weight: 300;
line-height: 1.05;
color: #ffffff;
text-transform: uppercase;
letter-spacing: 0.02em;
margin-bottom: 2rem;
max-width: 700px;
}
.hero-sub {
font-family: ‚DM Sans‘, sans-serif;
letter-spacing: 0.04em;
font-size: 16px;
font-weight: 300;
color: rgba(255,255,255,0.65);
max-width: 520px;
line-height: 1.75;
}
/* Concept band */
.concept {
background: var(–bg-card);
margin: 0 -2.5rem;
padding: 2.5rem 2.5rem;
border-bottom: 1px solid var(–border);
}
.concept-text {
font-family: ‚DM Sans‘, sans-serif;
letter-spacing: 0.04em;
font-size: 22px;
font-weight: 300;
font-style: normal;
color: var(–text);
line-height: 1.5;
}
/* Section headers */
.section-header {
padding: 3.5rem 0 2rem;
}
.section-tag {
font-size: 11px;
font-weight: 500;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(–sand);
display: block;
margin-bottom: 0.75rem;
}
.section-title {
font-family: ‚Cormorant Garamond‘, serif;
font-size: 40px;
font-weight: 300;
color: var(–text);
text-transform: uppercase;
letter-spacing: 0.03em;
line-height: 1.1;
}
.divider {
height: 1px;
background: var(–border);
margin: 0;
}
/* Featured testimonial */
.testimonial-featured {
padding: 2.5rem 0;
border-bottom: 1px solid var(–border);
}
.testimonial-featured-text {
font-family: ‚DM Sans‘, sans-serif;
letter-spacing: 0.04em;
font-size: 18px;
font-weight: 300;
font-style: normal;
line-height: 1.75;
color: var(–text);
margin-bottom: 1.5rem;
}
.testimonial-meta {
display: flex;
align-items: center;
gap: 1rem;
}
.testimonial-initials {
width: 36px;
height: 36px;
border-radius: 50%;
background: var(–bg-dark);
display: flex;
align-items: center;
justify-content: center;
font-family: ‚Cormorant Garamond‘, serif;
font-size: 14px;
font-weight: 400;
color: var(–bg);
flex-shrink: 0;
}
.testimonial-author {
font-size: 12px;
font-weight: 500;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(–text);
}
.testimonial-context {
font-size: 12px;
font-weight: 300;
letter-spacing: 0.04em;
color: var(–text-mid);
margin-top: 1px;
}
/* Dark featured block */
.testimonial-dark {
background: var(–bg-dark);
border-radius: 4px;
padding: 2.5rem;
margin: 2rem 0;
color: #fff;
}
.testimonial-dark-text {
font-family: ‚DM Sans‘, sans-serif;
letter-spacing: 0.04em;
font-size: 16px;
font-weight: 300;
font-style: normal;
line-height: 1.8;
color: rgba(255,255,255,0.9);
margin-bottom: 1.25rem;
}
.testimonial-dark-author {
font-size: 12px;
font-weight: 500;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(–sand);
}
.testimonial-dark-context {
font-size: 12px;
font-weight: 300;
color: rgba(255,255,255,0.4);
margin-top: 2px;
}
/* Grid */
.testimonial-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1px;
background: var(–border);
border: 1px solid var(–border);
border-radius: 4px;
overflow: hidden;
margin: 2rem 0;
}
.testimonial-card {
background: var(–bg);
padding: 1.75rem;
}
.testimonial-card-text {
font-family: ‚DM Sans‘, sans-serif;
letter-spacing: 0.04em;
font-size: 15px;
font-weight: 300;
font-style: normal;
line-height: 1.75;
color: var(–text);
margin-bottom: 1rem;
}
.testimonial-card-author {
font-size: 11px;
font-weight: 500;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(–sand);
}
.testimonial-card-context {
font-size: 11px;
font-weight: 300;
color: var(–text-mid);
margin-top: 2px;
}
/* Stimmen als Listenzeilen */
.testimonial-singles {
margin: 2rem 0;
border-top: 1px solid var(–border);
}
.testimonial-single {
font-family: ‚DM Sans‘, sans-serif;
letter-spacing: 0.04em;
font-size: 16px;
font-weight: 300;
font-style: normal;
color: var(–text);
display: block;
padding: 1rem 0;
border-bottom: 1px solid var(–border);
}
.testimonial-single::before {
content: ‚—‘;
color: var(–sand);
margin-right: 0.85rem;
}
/* CTA */
.cta {
background: var(–bg-card);
margin: 3rem -2.5rem 0;
padding: 4.5rem 2.5rem;
text-align: center;
}
.cta-title {
font-family: ‚Cormorant Garamond‘, serif;
font-size: 44px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 0.03em;
color: var(–text);
margin-bottom: 1rem;
line-height: 1.15;
}
.cta-sub {
font-size: 15px;
font-weight: 300;
letter-spacing: 0.04em;
color: var(–text-mid);
margin-bottom: 2.5rem;
max-width: 460px;
margin-left: auto;
margin-right: auto;
line-height: 1.75;
}
.btn {
display: inline-block;
font-family: ‚DM Sans‘, sans-serif;
font-size: 11px;
font-weight: 500;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(–bg-dark);
border: 1.5px solid var(–bg-dark);
padding: 1rem 2.75rem;
background: transparent;
text-decoration: none;
transition: background 0.2s, color 0.2s;
}
.btn:hover {
background: var(–bg-dark);
color: var(–bg);
}
@media (max-width: 600px) {
.hero-title { font-size: 44px; }
.section-title { font-size: 30px; }
.testimonial-grid { grid-template-columns: 1fr; }
.testimonial-featured-text { font-size: 20px; }
.cta-title { font-size: 32px; }
}
We Are Motherland
Was unsere Arbeit wirklich bewirkt
Menschen, die eine Motherland Experience gemacht haben, sprechen selbst am besten darüber – was in Worte zu fassen kaum möglich ist.
„Motherland macht das Unsichtbare sichtbar.“
Wenn Worte
kaum reichen
„Es lohnt sich, so weit weg auf sich zu schauen. Die Weite, die so authentische, liebevoll geführte Farm – und darin Anne Kurth mit ihrem erfahrenen Team: als großartige, sehr einfühlsame, feinspürige Aufstellerin. So tief und weit und besonders – garniert von Safaris und Dinner in the Field.“
„Am Ende des Jahres nach Afrika zum Seminar? Da brennt doch mein Schreibtisch! Und mein Akku dürfte auch auf Reserve laufen. Genau DAS waren meine Gedanken. Leicht panisch. Und immer der Satz im Kopf: GEHT AUF KEINEN FALL!! Und doch habe ich mich entschieden. Für MICH. Für meine Visionen. Für mein Leadership-Seminar. Die Stille und Weite des Landes. Eine SAGENHAFTE Anne Kurth. Der Blick auf meine Themen. Meine Pläne. Meine Visionen. Ich bin voller Wertschätzung, Dankbarkeit und Gelassenheit zurückgekehrt. Fokussiert. Motiviert. Klar. Und ganz bei MIR.“
„Motherland ist Selbsterkenntnis, Transformation, Heilung und Liebe pur! Motherland macht das Unsichtbare sichtbar und löst die Dinge in uns, die uns bewegen und beschweren, auf.“
„Dieses Seminar ist wie ein Booster auf mehreren Ebenen. Ich bin unendlich dankbar – Körper, Geist und Seele sind wieder in Einklang, und ich bin erfüllt mit Vertrauen, Stärke und Freude.“
„Aus einer schwer ertragbaren Situation heraus spontan angemeldet. Unter der Führung von Anne konnte ich zulassen und eine neue Tür in meinem Inneren öffnen – Berührung und Veränderung durften geschehen.“
„Einmal teilnehmen ist besser als keinmal. Zweimal teilnehmen ist Tradition. Dreimal teilnehmen ist Brauchtum. Ein Motherland-Seminar pro Jahr ist ein liebgewonnener Brauch für mich geworden.“
Was in einer
Aufstellung geschieht
„Ich hatte das große Glück, an einer Aufstellung bei Anne teilzunehmen, die mein Leben maßgeblich verändert hat. Diese Erfahrung war eine essentielle Initialzündung, die viele Dominosteine in eine spannende Dynamik gebracht hat. Anne gehört zu den Menschen, die wirklich etwas bewegen.“
„Das Seminar war eine tiefe, berührende und transformative Erfahrung. Eine Schatztruhe voller neuer Perspektiven. Anne hat sich als wahre Meisterin ihres Fachs erwiesen.“
„Schwer zu beschreiben, was durch die Arbeit an diesem wundervollen Ort alles gelöst wurde. Ich fühle mich von einigen Schichten befreit, klarer und wie neugeboren.“
Sich selbst zum ersten
Mal wirklich sehen
„In dieser einen Woche habe ich so viel über mich lernen können wie in meinem ganzen Leben nicht. Mit solch einer Feinfühligkeit kann man sich nur gut aufgehoben fühlen.“
„Motherland hat mir den Raum gegeben, mich selbst neu kennenzulernen, vieles endlich zu verstehen. Stärker und liebevoller zu mir selbst. Motherland ist Heilung.“
„Ich habe hier realisiert, welche Blockaden und falschen Glaubenssätze ich noch habe, die mir überall sonst nie bewusst waren.“
„Ich kann Dir garantieren, dass Du eine einmalige, lebensverändernde Erfahrung machen wirst. Du kannst nur gewinnen.“
„Lebensverändernd.“
„Keine bessere Investition.“
„Muss man erlebt haben.“
Deine Reise beginnt
mit einem ersten Schritt.
Du interessierst dich für eine Experience, bist dir aber noch unsicher? Lerne Anne persönlich kennen – in einem unverbindlichen Gespräch.