/* style.css – Perspektiven V0opt – Editorial + #00a651 dezent + Zitate */

/* Accessibility: Skip-Link – nur bei Tab-Fokus sichtbar */
.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 9999;
	background: #a8367c;
	color: #fff;
	padding: 10px 16px;
	font-size: 14px;
	text-decoration: none;
	border-radius: 0 0 4px 0;
}
.skip-link:focus {
	left: 0;
	outline: 2px solid #00a651;
	outline-offset: 2px;
}


@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 300 500;
	font-display: swap;
	src: url('../fonts/cormorant-garamond.woff2') format('woff2');
}
@font-face {
	font-family: 'Cormorant Garamond';
	font-style: italic;
	font-weight: 300 400;
	font-display: swap;
	src: url('../fonts/cormorant-garamond-italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 300 500;
	font-display: swap;
	src: url('../fonts/jost.woff2') format('woff2');
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* Verhindert horizontalen Scroll durch den #nav-wrapper Full-Bleed (100vw inkl. Scrollbar).
   `clip` statt `hidden`, damit position:sticky am Nav nicht bricht. */
html { overflow-x: clip; }

body {
	font-family: 'Jost', Arial, sans-serif;
	font-weight: 300;
	color: #1a1a1a;
	background: #fff;
	max-width: 680px;
	margin: 0 auto;
	font-size: 16px;
}

/* NAV */
#nav-wrapper {
	position: sticky;
	top: 0;
	z-index: 10;
	background-color: #fff;
	border-bottom: 0.5px solid #ddd;
	overflow: visible;
	height: 80px;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding-left: calc(50vw - 50%);
	padding-right: calc(50vw - 50%);
}
#nav-wrapper::before {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/layout/nav-waves9.png");
	background-repeat: repeat-x;
	background-size: auto 80px;
	background-position: center;
	opacity: 0.3;
	z-index: 0;
	pointer-events: none;
}
nav#main-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 1.5rem;
	position: relative;
	z-index: 2;
	background: transparent;
	height: 100%;
	width: 100%;
}
nav#main-nav ul {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 1.5rem;
	padding-left: 200px;
}
.nav-brand {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	white-space: nowrap;
	position: absolute;
	left: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
}
.nav-brand img {
	height: 52px;
	width: auto;
	display: block;
}
.nav-brand span {
	display: block;
	font-size: 11px;
	font-family: 'Jost', Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.12em;
	color: #888;
	text-transform: uppercase;
	white-space: nowrap;
}
nav#main-nav ul { list-style: none; display: flex; gap: 1.5rem; }
nav#main-nav ul li a { font-size: 13px; font-weight: 300; letter-spacing: 0.08em; color: #888; text-decoration: none; text-transform: uppercase; }
nav#main-nav ul li a:hover { color: #00a651; }
nav#main-nav ul li.akt a { color: #1a1a1a; }

/* HERO */
#hero { padding: 3rem 1.5rem 2.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; border-bottom: 0.5px solid #ddd; }
.hero-eyebrow { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: #00a651; margin-bottom: 1rem; font-weight: 500; }
.hero-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 43px; font-weight: 300; line-height: 1.15; color: #333; margin-bottom: 1.2rem; }
.hero-title em { font-style: italic; color: #a8367c; }

/* Schlanke Inline-Pfeil-Icons (ersetzen ↗ / → als Text) – erben Farbe via currentColor */
.ico-arrow-ne, .ico-arrow-right {
	display: inline-block;
	width: 0.95em;
	height: 0.95em;
	vertical-align: -0.12em;
	margin-left: 0.3em;
	flex-shrink: 0;
}
.methode-arrow .ico-arrow-right { margin-left: 0; }
.hero-quote { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 16px; font-style: italic; font-weight: 300; line-height: 1.7; color: #555; border-left: 2px solid #a8367c; padding-left: 1rem; margin-bottom: 1.5rem; }
.hero-quote footer { font-size: 13px; margin-top: 6px; font-style: normal; color: #bbb; border: none; padding: 0; background: none; }
.hero-cta { display: inline-block; font-family: 'Jost', Arial, sans-serif; font-size: 13px; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; padding: 10px 24px; border: 0.5px solid #00a651; text-decoration: none; color: #00a651; }
.hero-cta:hover { background: #e6f7ee; }
.hero-portrait { display: flex; flex-direction: column; gap: 10px; }
.hero-portrait img { aspect-ratio: 3/4; width: 100%; object-fit: cover; object-position: top center; display: block; border: 0.5px solid #ddd; }
.hero-portrait-link { font-size: 13px; letter-spacing: 0.10em; text-transform: uppercase; color: #a8367c; text-decoration: none; align-self: flex-end; border-bottom: 0.5px solid #a8367c; padding-bottom: 3px; font-weight: 400; }
.hero-portrait-link:hover { color: #7d2358; border-bottom-color: #7d2358; }

/* ONLINE NOTE */
.online-note { padding: 1rem 1.5rem; background: #f5fbf7; border-bottom: 0.5px solid #c8e8d5; display: flex; align-items: center; gap: 10px; font-size: 14px; color: #555; }
.online-note .dot { width: 7px; height: 7px; border-radius: 50%; background: #00a651; flex-shrink: 0; }
.online-note a { margin-left: auto; font-size: 13px; color: #00a651; text-decoration: none; }

/* KONTAKT-CTA (Unterseiten – schmale, vom Text umflossene Karte) */
.kontakt-cta { float: right; max-width: 240px; margin: 0.4rem 0 1.5rem 1.5rem; padding: 1.2rem; background: #f5fbf7; border: 0.5px solid #c8e8d5; border-radius: 2px; display: flex; flex-direction: column; gap: 0.9rem; font-size: 13px; color: #555; }
.kontakt-cta-text { display: flex; align-items: flex-start; gap: 8px; line-height: 1.55; }
.kontakt-cta .dot { width: 7px; height: 7px; border-radius: 50%; background: #00a651; flex-shrink: 0; margin-top: 7px; }
.kontakt-cta .kontakt-btn { align-self: flex-end; }

@media (max-width: 600px) {
	.kontakt-cta { float: none; max-width: none; margin: 2rem 0 0 0; }
}

/* SECTIONS */
.section { padding: 2rem 1.5rem; border-bottom: 0.5px solid #ddd; }
.section-label { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: #00a651; font-weight: 500; margin-bottom: 1.5rem; }
.section-intro { font-size: 14px; color: #555; line-height: 1.75; max-width: 720px; margin: -0.5rem 0 1.75rem; }

/* GROSSES ZWISCHENZITAT */
.zitat-gross { padding: 2rem 1.5rem; border-bottom: 0.5px solid #ddd; text-align: center; background: #f9fef9; }
.zitat-gross blockquote { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 23px; font-style: italic; font-weight: 300; color: #1a1a1a; line-height: 1.5; max-width: 520px; margin: 0 auto 0.6rem; }
.zitat-gross cite { font-size: 12px; font-style: normal; color: #00a651; letter-spacing: 0.08em; text-transform: uppercase; }

/* ANGEBOTE */
/* Linien-Trick: gap zeigt die grid-background-Farbe → gleichmaessig 1px innen + 1px aussen */
.angebote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #ddd; border: 1px solid #ddd; }
.angebot-item { padding: 1rem 1.25rem; background: #fff; text-decoration: none; color: inherit; transition: background 0.2s ease; }
.angebot-item:hover { background: #f5fbf7; }
.angebot-item.is-extern { background: #f9f1f6; }
.angebot-item.is-extern:hover { background: #f3e3ed; }
.angebot-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 17px; font-weight: 400; margin-bottom: 4px; color: #1a1a1a; }
.angebot-sub { font-size: 13px; color: #999; letter-spacing: 0.04em; line-height: 1.5; }

/* Mobile: 2 Spalten × 3 Reihen — mehr Platz pro Kachel fuer lange Titel */
@media (max-width: 600px) {
	.angebote-grid { grid-template-columns: repeat(2, 1fr); }
}

/* METHODEN */
.methoden-list { display: flex; flex-direction: column; }
.methode-row { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem 0.75rem; margin: 0 -0.75rem; border-bottom: 0.5px solid #eee; text-decoration: none; color: inherit; transition: background 0.2s ease; }
.methode-row:first-child { border-top: 0.5px solid #eee; }
.methode-row:hover { background: #f5fbf7; }
.methode-row.is-extern { background: rgba(168, 54, 124, 0.07); }
.methode-row.is-extern:hover { background: rgba(168, 54, 124, 0.14); }
.methode-num { font-size: 12px; color: #00a651; font-weight: 500; min-width: 20px; margin-top: 2px; }
.methode-row.is-extern .methode-num { color: #a8367c; }
.methode-content { flex: 1; }
.methode-titel { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 18px; font-weight: 400; margin-bottom: 4px; color: #1a1a1a; }
.methode-row:hover .methode-titel { color: #00a651; }
.methode-row.is-extern:hover .methode-titel { color: #a8367c; }
.methode-desc { font-size: 14px; color: #888; line-height: 1.6; }
.methode-arrow { font-size: 17px; color: #00a651; margin-top: 2px; }
.methode-row.is-extern .methode-arrow { color: #a8367c; }

/* ZITAT INLINE (seitlich zwischen Abschnitten) */
.zitat-inline { border-left: 2px solid #a8367c; padding: 0.8rem 1rem 0.8rem 1.2rem; margin: 1.2rem 0; background: #f5fbf7; }
.zitat-inline blockquote { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 17px; font-style: italic; color: #333; line-height: 1.6; }
.zitat-inline cite { display: block; font-size: 12px; font-style: normal; color: #00a651; margin-top: 5px; letter-spacing: 0.06em; text-transform: uppercase; }

/* PHILOSOPHIE */
.phil-box { background: #f9fef9; border: 0.5px solid #c8e8d5; border-radius: 2px; padding: 1.25rem 1.5rem; }
.phil-box .phil-text { font-size: 14px; color: #555; line-height: 1.75; margin: 1rem 0; }
.phil-motto { border-left: 2px solid #a8367c; padding: 0.45rem 0 0.45rem 1rem; }
.phil-motto-en { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 19px; font-style: italic; font-weight: 400; color: #1a1a1a; line-height: 1.35; }
.phil-motto-de { font-size: 11px; color: #00a651; letter-spacing: 0.10em; text-transform: uppercase; margin-top: 4px; }

/* KONTAKT */
.kontakt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; align-items: start; }
.kontakt-info { display: flex; flex-direction: column; gap: 0.6rem; }
.kontakt-info-row { flex-direction: row; flex-wrap: wrap; gap: 1.5rem 2rem; }
.kontakt-zeile { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: #888; line-height: 1.5; }
.kontakt-zeile a { color: #888; text-decoration: none; }
.kontakt-zeile a:hover { color: #00a651; }
.kontakt-icon { width: 18px; height: 18px; color: #a8367c; flex-shrink: 0; margin-top: 2px; }
.kontakt-online { background: #f5fbf7; border: 0.5px solid #c8e8d5; border-radius: 2px; padding: 1.25rem; }
.kontakt-online-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 17px; font-weight: 400; margin-bottom: 8px; }
.kontakt-online-text { font-size: 14px; color: #888; line-height: 1.6; margin-bottom: 1rem; }
.kontakt-btn { display: inline-block; font-size: 13px; letter-spacing: 0.10em; text-transform: uppercase; padding: 8px 18px; border: 0.5px solid #00a651; color: #00a651; font-family: 'Jost', Arial, sans-serif; font-weight: 400; text-decoration: none; }
.kontakt-btn:hover { background: #e6f7ee; }

/* FORMULAR */
.form-group { margin-bottom: 1.2rem; }
.form-row { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.form-row .form-group { flex: 1 1 220px; }
.form-group label { display: block; font-size: 12px; letter-spacing: 0.10em; text-transform: uppercase; color: #888; margin-bottom: 6px; }
.form-group input, .form-group textarea { width: 100%; padding: 8px 10px; border: 0.5px solid #ddd; font-size: 15px; font-family: 'Jost', Arial, sans-serif; font-weight: 300; color: #1a1a1a; background: #fff; outline: none; }
.form-group input:focus, .form-group textarea:focus { border-color: #00a651; }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-submit { display: inline-block; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; padding: 10px 28px; border: 0.5px solid #00a651; color: #00a651; font-family: 'Jost', Arial, sans-serif; font-weight: 400; cursor: pointer; background: transparent; }
.form-submit:hover { background: #e6f7ee; }
.form-note { font-size: 12px; color: #bbb; margin-top: 8px; }
.form-check { display: flex; align-items: flex-start; gap: 10px; margin: 0.5rem 0 1.4rem; }
.form-check input[type="checkbox"] { width: auto; margin-top: 3px; flex-shrink: 0; accent-color: #00a651; }
.form-check label { display: inline; font-size: 13px; letter-spacing: 0; text-transform: none; color: #555; margin-bottom: 0; line-height: 1.5; }
.form-check label a { color: #00a651; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* FOOTER */
/* FOOTER – 3-Spalten-Layout */
footer#site-footer { padding: 2.25rem 1.5rem 1.25rem; border-top: 2px solid #00a651; background: #f5fbf7; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2.5rem; max-width: 1100px; margin: 0 auto 1.5rem; }
.footer-spalte h4 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 17px; font-weight: 400; color: #1a1a1a; margin: 0 0 0.85rem; letter-spacing: 0.02em; }
.footer-spalte address { font-style: normal; font-size: 13px; color: #888; line-height: 1.7; }
.footer-spalte address a { color: #888; text-decoration: none; }
.footer-spalte address a:hover { color: #00a651; }
.footer-nav { list-style: none; padding: 0; margin: 0; }
.footer-nav li { margin-bottom: 0.3rem; }
.footer-nav a { font-size: 13px; color: #888; text-decoration: none; }
.footer-nav a:hover { color: #00a651; }
.footer-unten { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 0.5rem 1rem; padding-top: 1rem; border-top: 0.5px solid #c8e8d5; max-width: 1100px; margin: 0 auto; }
.footer-unten p { font-size: 13px; color: #888; margin: 0; }
.footer-unten-links { display: flex; gap: 1rem; }
.footer-unten-links a { font-size: 13px; color: #888; text-decoration: none; }
.footer-unten-links a:hover { color: #00a651; }

@media (max-width: 700px) {
	.footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
}

/* MITGLIEDSCHAFTEN — Logo-Reihe (Hauptseite + Ueber mich) */
/* Grid mit 4 gleich breiten Zellen, jedes Logo bekommt gleich viel Platz */
.mitgliedschaften { display: grid; grid-template-columns: repeat(4, 1fr); align-items: start; gap: 1.5rem 2rem; padding: 0.5rem 0; }
.mitglied { display: flex; flex-direction: column; align-items: center; gap: 0.6rem; text-decoration: none; color: inherit; opacity: 0.85; transition: opacity 0.2s ease, transform 0.2s ease; }
.mitglied:hover { opacity: 1; transform: translateY(-2px); }
.mitglied-logo { display: flex; align-items: center; justify-content: center; height: 60px; width: 100%; }
.mitglied img { max-height: 100%; max-width: 100%; width: auto; height: auto; display: block; object-fit: contain; }
/* ICEEFT auf Hauptseite/Ueber mich 15 % kleiner – wirkt sonst dominant */
.mitglied-logo img[src*="iceeft"] { max-height: 85%; }
/* EFTCD-Logo hat keinen eigenen Rand – ueberall leicht einruecken */
.mitglied-logo img[src*="eftcd"] { margin-left: 3px; }
.footer-mitglied img[src*="eftcd"] { max-height: 70%; margin-left: 6px; }
/* Im Footer ICEEFT noch kleiner (Logo wirkt durch Bogen besonders gross) */
.footer-mitglied img[src*="iceeft"] { max-height: 55%; }
.mitglied-name { font-size: 12px; line-height: 1.35; color: #888; text-align: center; letter-spacing: 0.02em; }

/* MITGLIEDSCHAFTEN — Footer-Spalte */
.footer-mitglied { display: flex; flex-direction: column; gap: 0.85rem; }
.footer-mitglied a { display: flex; align-items: center; height: 48px; }
.footer-mitglied img { max-height: 100%; max-width: 100%; width: auto; height: auto; display: block; object-fit: contain; object-position: left center; }

@media (max-width: 600px) {
	/* Mitgliedschaften: untereinander, Logo links + Name rechts daneben */
	.mitgliedschaften { grid-template-columns: 1fr; gap: 1.25rem; }
	.mitglied { flex-direction: row; align-items: center; gap: 1rem; }
	.mitglied-logo { width: 110px; height: 50px; flex-shrink: 0; justify-content: flex-start; }
	.mitglied-logo img { object-position: left center; }
	.mitglied-name { text-align: left; flex: 1; }
}

/* UNTERSEITEN */
.page-header { padding: 2rem 1.5rem 1.5rem; border-bottom: 0.5px solid #ddd; }
.page-header h1 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 33px; font-weight: 300; color: #1a1a1a; margin-bottom: 0.5rem; }
.page-header .seiten-zitat { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 16px; font-style: italic; color: #555; border-left: 2px solid #a8367c; padding-left: 0.8rem; margin-top: 0.8rem; line-height: 1.6; }
.page-header .seiten-zitat cite { display: block; font-size: 12px; font-style: normal; color: #00a651; margin-top: 4px; letter-spacing: 0.06em; text-transform: uppercase; }
.page-content { padding: 1.5rem; }
.page-content::after { content: ""; display: block; clear: both; }
.page-content h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 21px; font-weight: 400; color: #1a1a1a; margin: 1.5rem 0 0.5rem; }
.page-content h2:first-child { margin-top: 0; }
.page-content h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 17px; font-style: italic; font-weight: 400; color: #a8367c; margin: 1.2rem 0 0.25rem; }
.page-content hr { border: none; border-top: 0.5px solid #ddd; margin: 2rem 0 1rem; }
.page-content p { font-size: 14px; color: #555; line-height: 1.75; margin-bottom: 0.8rem; }
.page-content ul { list-style: none; padding: 0; margin: 0.3rem 0 1.2rem; }
.page-content ul li { font-size: 14px; color: #555; line-height: 1.8; padding-left: 1.1rem; position: relative; }
.page-content ul li::before { content: "—"; color: #00a651; position: absolute; left: 0; }
.page-content a { color: #00a651; }
.page-content a:hover { color: #007a3c; }

/* SIGNATUR (Abschluss) */
.signatur { display: flex; align-items: center; gap: 1.5rem; margin-top: 2.5rem; padding-top: 1.75rem; border-top: 0.5px solid #ddd; }
.signatur img { width: 170px; height: 170px; object-fit: cover; object-position: top center; border-radius: 50%; border: 0.5px solid #ddd; flex-shrink: 0; }
.signatur-text { display: flex; flex-direction: column; }
.signatur-gruss { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 22px; font-style: italic; font-weight: 400; color: #1a1a1a; margin: 0 0 4px; line-height: 1.2; }
.signatur-name { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 18px; font-weight: 400; color: #00a651; margin: 0; line-height: 1.3; }

/* MELDUNGEN */
.meldung { padding: 2rem 1.5rem; text-align: center; }
.meldung h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 29px; font-weight: 300; margin-bottom: 1rem; }
.meldung p { font-size: 15px; color: #888; margin-bottom: 1.5rem; }
.meldung a { font-size: 13px; letter-spacing: 0.10em; text-transform: uppercase; color: #00a651; text-decoration: none; border-bottom: 0.5px solid #00a651; padding-bottom: 2px; }

/* ── BURGER MENU ── */
.burger {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	background: none;
	border: none;
	padding: 4px;
	z-index: 3;
	position: relative;
	margin-left: auto;
}
.burger span {
	display: block;
	width: 22px;
	height: 2px;
	background: #1a1a1a;
	border-radius: 2px;
	transition: all 0.25s ease;
}
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

#nav-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	z-index: 100;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
#nav-dropdown.open { display: block; }
#nav-dropdown ul {
	list-style: none;
	padding: 0.5rem 0;
	margin: 0;
}
#nav-dropdown ul li a {
	display: block;
	padding: 0.75rem 1.5rem;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #888;
	text-decoration: none;
	border-bottom: 0.5px solid #f0f0f0;
	text-align: right;
}
#nav-dropdown ul li:last-child a { border-bottom: none; }
#nav-dropdown ul li a:hover { color: #00a651; background: #f9fef9; }
#nav-dropdown ul li.akt a { color: #1a1a1a; }

@media (max-width: 768px) {
	.burger { display: flex; }
	nav#main-nav ul { display: none; }
	nav#main-nav { padding: 0 1.5rem; }
}
