*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.75;color:#333;background:#f0f2f5}
.Layout_title__MhVjB{max-width:860px;margin:0 auto;padding:0 20px}
.Footer_area__GQot3{background:#fff;padding:28px 0;margin-bottom:32px;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.Footer_area__GQot3 h1{font-size:22px;font-weight:700;margin-bottom:2px}
.Footer_area__GQot3 p{font-size:14px;color:#666}
.Footer_area__GQot3 a{color:#333;text-decoration:none;font-size:18px;font-weight:700}
.Content_head__0HUCj{display:flex;flex-direction:column;gap:20px}
.Container_block__lOOtT{background:#fff;border-radius:12px;box-shadow:0 1px 6px rgba(0,0,0,.06);padding:24px 28px;transition:transform .15s,box-shadow .15s}
.Container_block__lOOtT:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.1)}
.Container_block__lOOtT h2{font-size:19px;margin-bottom:6px}
.Container_block__lOOtT h2 a{color:#1a1a1a;text-decoration:none}
.Container_block__lOOtT .Layout_box__DQFPO{font-size:12px;color:#999;margin-bottom:8px}
.Container_block__lOOtT p{font-size:14px;color:#555;margin-bottom:12px}
.Section_box__ctdLy{display:inline-block;background:#5865f2;color:#fff;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;text-decoration:none}
.Section_box__ctdLy:hover{background:#4752c4}
.Nav_body__56VAW{padding-bottom:60px}
.Nav_body__56VAW h1{font-size:30px;font-weight:700;margin-bottom:8px}
.Nav_body__56VAW time{font-size:12px;color:#999;display:block;margin-bottom:24px}
.Nav_body__56VAW h2{font-size:22px;margin:32px 0 12px}
.Nav_body__56VAW h3{font-size:18px;margin:24px 0 8px}
.Nav_body__56VAW p{margin-bottom:16px}
.Nav_body__56VAW ul,.Nav_body__56VAW ol{margin:0 0 16px 24px}
.Nav_body__56VAW a{color:#5865f2}
.Nav_body__56VAW img{max-width:100%;height:auto;border-radius:12px;margin:16px 0}
.Post_foot__dAvRU{padding:24px 0;margin-top:40px;text-align:center;font-size:12px;color:#999}
.Post_foot__dAvRU a{color:#999;text-decoration:none}
.Footer_section__8hmC0{background:#e8eaf0;border-radius:8px;padding:12px 16px;margin-bottom:20px;font-size:13px;color:#888;font-style:italic}
.Section_text__Z7ABJ{background:#fff8e1;border-radius:8px;padding:12px 16px;margin-top:24px;font-size:12px;color:#9e8600}
.Banner_area__FQCRf{display:inline-block;background:#f0f2f7;border-radius:12px;padding:4px 12px;margin:-18px 0 24px;font-size:12px;color:#777}
.Header_item__F5BYS{text-align:center;margin:0 0 24px}
.Section_box__UbgCk{max-width:100%;height:auto;border-radius:12px}
.Container_section__SoPEZ{margin-top:32px;padding-top:20px;border-top:1px solid #e0e0e0}
.Container_section__SoPEZ h3{font-size:16px;font-weight:700;margin-bottom:12px}
.crd-related-list{display:flex;flex-direction:column;gap:8px}
.crd-related-link{display:block;background:#fff;border-radius:8px;padding:10px 14px;color:#333;text-decoration:none;box-shadow:0 1px 3px rgba(0,0,0,.06);font-size:14px}
.crd-related-link:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}
.Header_text__93pQr{display:flex;flex-direction:column;gap:8px;margin-top:20px}
.Module_body__Up3D3{display:block;background:#fff;border-radius:8px;padding:10px 16px;color:#1a1a1a;text-decoration:none;box-shadow:0 1px 3px rgba(0,0,0,.05);font-size:15px}
.Module_body__Up3D3:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}

:root{--primary:#7A451F;--accent:#3D7AA8;--bg:#F2EBE0;--fg:#1F140A;--border:#C0A088;--r:47px;--fb:'Manrope';--fh:'Newsreader'}

@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;0,6..72,600;0,6..72,700;1,6..72,400;1,6..72,500;1,6..72,600&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --moment: #7C4A5C;      
  --paper: #faf5ec;       
  --paper-2: #f5efe1;
  --ink-soft: rgba(31, 20, 10, .74);
  --hair: rgba(31, 20, 10, .10);
}

:root body { font-family: var(--fb), system-ui, -apple-system, sans-serif; color: var(--fg); background: var(--bg); line-height: 1.74; font-size: 16.5px; }
::selection { background: var(--accent); color: var(--paper); }
:root hr { border: 0; border-top: 1px solid var(--border); margin: 32px 0; }

:root > body > header {
  background:
    linear-gradient(135deg, rgba(45, 22, 8, .90) 0%, rgba(122, 69, 31, .74) 62%, rgba(61, 122, 168, .55) 100%),
    url("/static/header-bg.jpg") center 42% / cover no-repeat;
  background-color: var(--primary);
  color: var(--paper);
  padding: 64px 0 46px;
  margin-bottom: 60px;
  border-bottom: 3px solid var(--accent);
}
:root > body > header > div { max-width: 1120px; margin: 0 auto; padding: 0 28px; text-align: left; }

:root > body > header > div::before {
  content: "";
  display: block;
  width: 56px; height: 32px;
  margin-bottom: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 34'%3E%3Ccircle cx='22' cy='17' r='13' fill='none' stroke='%23F2EBE0' stroke-width='2'/%3E%3Ccircle cx='38' cy='17' r='13' fill='none' stroke='%233D7AA8' stroke-width='2.4'/%3E%3C/svg%3E") left center / contain no-repeat;
}

:root > body > header h1 {
  font-family: var(--fh), Cambria, serif;
  font-size: 46px; font-weight: 600; font-style: italic;
  color: var(--paper); line-height: 1.08; margin-bottom: 12px; letter-spacing: -0.015em;
}
:root > body > header p {
  font-family: var(--fb), system-ui, sans-serif;
  font-size: 14.5px; color: rgba(242, 235, 224, .86); font-style: italic;
  max-width: 620px; line-height: 1.6;
  padding-left: 15px; border-left: 2px solid var(--accent);
}

:root > body > header span > a {
  font-family: var(--fh), Cambria, serif;
  font-size: 30px; color: var(--paper); text-decoration: none;
  font-weight: 600; font-style: italic; letter-spacing: -0.015em;
}

:root main { max-width: 760px; margin: 0 auto; padding: 0 24px 96px; }
:root main:not(:has(> article)) { max-width: 1120px; padding: 0 28px 96px; }

:root main > h1 {
  font-family: var(--fh), Cambria, serif;
  font-size: 42px; font-weight: 600; color: var(--primary);
  line-height: 1.12; margin: 4px 0 10px; letter-spacing: -0.02em;
}
:root main > time {
  display: block; font-family: var(--fb), system-ui, sans-serif;
  font-size: 12px; color: var(--accent); margin-bottom: 40px;
  letter-spacing: .18em; text-transform: uppercase; font-weight: 600; line-height: 1.4;
}

:root main > article > p { margin-bottom: 20px; font-family: var(--fh), Georgia, serif; font-size: 18.5px; line-height: 1.78; color: #241811; max-width: 66ch; }
:root main > article > p:first-of-type::first-letter {
  font-family: var(--fh), Georgia, serif; font-weight: 600;
  float: left; font-size: 62px; line-height: .82;
  padding: 6px 12px 0 0; color: var(--moment);
}

:root main > article > h2 {
  font-family: var(--fh), Cambria, serif; font-size: 27px; font-weight: 600;
  color: var(--primary); margin: 8px 0 14px; letter-spacing: -0.01em; line-height: 1.2;
}

:root main > article > h2::before {
  content: "✷ ✷ ✷"; display: block; text-align: center;
  color: var(--accent); font-size: 13px; letter-spacing: .5em;
  margin: 40px 0 26px; font-weight: 400;
}
:root main > article > h3 {
  font-family: var(--fh), Cambria, serif; font-size: 21px; font-weight: 500;
  color: var(--accent); margin: 30px 0 12px; font-style: italic;
}
:root main > article ul, :root main > article ol { margin: 0 0 20px 26px; }
:root main > article li { margin-bottom: 10px; font-family: var(--fh), Georgia, serif; font-size: 17.5px; line-height: 1.65; }
:root main > article li strong { color: var(--primary); font-weight: 700; }

:root main > article blockquote {
  border-left: 3px solid var(--accent); padding: 6px 0 6px 26px; margin: 30px 0;
  font-style: italic; color: var(--primary); font-family: var(--fh), Georgia, serif;
  font-size: 20px; line-height: 1.55; position: relative;
}
:root main > article blockquote::before {
  content: "„"; position: absolute; left: 6px; top: -6px;
  font-family: var(--fh), Georgia, serif; font-size: 40px; color: var(--accent); opacity: .5;
}

:root main > article > p a, :root main > article > p a:visited,
:root main > article li a, :root main > article li a:visited {
  color: var(--primary); text-decoration: underline; text-decoration-color: var(--accent);
  text-underline-offset: 3px; text-decoration-thickness: 1.5px; font-weight: 600;
}
:root main > article > p a:hover, :root main > article li a:hover { color: var(--accent); text-decoration-color: var(--primary); }

:root main > article > p a[href^="/go/"], :root main > article > p a[href^="/ref/"],
:root main > article > p a[href^="/try/"], :root main > article > p a[href^="/check/"],
:root main > article > p a[href^="/partner/"],
:root main > article > li a[href^="/go/"], :root main > article > ul a[href^="/go/"] {
  display: inline-block; background: var(--accent); color: var(--paper);
  padding: 5px 16px; border-radius: var(--r); text-decoration: none; font-weight: 600;
  font-family: var(--fb), system-ui, sans-serif; font-size: 14.5px; letter-spacing: .02em;
}
:root main > article > p a[href^="/go/"]:hover, :root main > article > p a[href^="/ref/"]:hover,
:root main > article > p a[href^="/try/"]:hover, :root main > article > p a[href^="/check/"]:hover,
:root main > article > p a[href^="/partner/"]:hover { background: var(--primary); color: var(--paper); }

:root main > article > div[role="img"] { margin: 0 0 34px; }
:root main > article > div[role="img"] > img { width: 100%; height: auto; display: block; border-radius: 8px; box-shadow: 0 6px 22px rgba(31, 20, 10, .16); }

:root main > article > div:has(> strong) {
  background: var(--paper-2); border-left: 4px solid var(--primary);
  border-radius: 0 8px 8px 0; padding: 16px 22px; margin: 40px 0 0;
  font-size: 14px; color: var(--ink-soft); font-family: var(--fb), system-ui, sans-serif;
  font-style: normal; line-height: 1.62;
}
:root main > article > div:has(> strong) strong {
  display: inline-block; font-family: var(--fb), system-ui, sans-serif; color: var(--primary);
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 4px; font-weight: 700;
}

:root main:has(> article) > div:has(> h3) { margin-top: 56px; padding-top: 30px; border-top: 2px solid var(--primary); }
:root main:has(> article) > div:has(> h3) > h3 {
  font-family: var(--fb), system-ui, sans-serif; font-size: 12px; color: var(--primary);
  margin-bottom: 16px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
}
:root main:has(> article) > div:has(> h3) > div { display: grid; grid-template-columns: 1fr; gap: 10px; }
:root main:has(> article) > div:has(> h3) > div > a {
  display: block; padding: 14px 20px; background: var(--paper); border: 1px solid var(--hair);
  border-left: 3px solid var(--accent); border-radius: 0 8px 8px 0; color: var(--primary);
  text-decoration: none; font-family: var(--fh), Georgia, serif; font-size: 16px; line-height: 1.4;
  transition: border-left-color .15s ease, transform .15s ease;
}
:root main:has(> article) > div:has(> h3) > div > a:hover { border-left-color: var(--primary); transform: translateX(3px); }

:root main:not(:has(> article)) > div:first-of-type {
  position: relative;
  display: grid; grid-template-columns: repeat(6, 1fr);
  column-gap: 30px; row-gap: 60px; align-items: stretch;
}

:root main:not(:has(> article)) > div:first-of-type::before {
  content: "Editor’s Picks — zuerst lesen";
  order: 2; grid-column: 1 / -1;
  font-family: var(--fb), system-ui, sans-serif; font-size: 14px; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase; color: var(--primary);
  padding-bottom: 12px; border-bottom: 1px solid var(--border);
  margin-bottom: -18px;
}

:root main:not(:has(> article)) > div:first-of-type::after {
  content: "Das Notizbuch — in der Reihenfolge des Schreibens";
  order: 4; grid-column: 1 / -1;
  min-height: 196px;
  display: flex; align-items: flex-end; padding: 26px 32px;
  background:
    linear-gradient(rgba(20, 24, 28, .58), rgba(20, 24, 28, .30)),
    url("/static/article-hero.jpg") center 34% / cover no-repeat;
  border-radius: 8px;
  color: var(--paper); font-family: var(--fb), system-ui, sans-serif;
  font-size: 13.5px; font-weight: 600; letter-spacing: .32em; text-transform: uppercase;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .5);
}

:root main:not(:has(> article)) > div:first-of-type > div {
  background: var(--paper); border: 1px solid var(--hair);
  border-radius: 8px; box-shadow: 0 1px 4px rgba(31, 20, 10, .05);
  padding: 26px 32px; display: flex; flex-direction: column;
  transition: transform .15s ease, box-shadow .15s ease;
}
:root main:not(:has(> article)) > div:first-of-type > div:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(31, 20, 10, .10); }

:root main:not(:has(> article)) > div:first-of-type > div > p:first-of-type {
  font-family: var(--fb), system-ui, sans-serif; font-size: 11px; color: var(--accent);
  letter-spacing: .16em; text-transform: uppercase; margin-bottom: 10px; font-weight: 700; line-height: 1.4;
}

:root main:not(:has(> article)) > div:first-of-type > div > h2 {
  font-family: var(--fh), Cambria, serif; font-weight: 600; line-height: 1.18;
  font-size: 20px; margin-bottom: 10px; letter-spacing: -0.01em;
}
:root main:not(:has(> article)) > div:first-of-type > div > h2 a { color: var(--primary); text-decoration: none; }
:root main:not(:has(> article)) > div:first-of-type > div > h2 a:hover { color: var(--accent); }

:root main:not(:has(> article)) > div:first-of-type > div > p:last-of-type {
  font-family: var(--fb), system-ui, sans-serif; font-size: 15px; line-height: 1.6;
  color: var(--ink-soft); margin-bottom: 16px; max-width: 62ch;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}

:root main:not(:has(> article)) > div:first-of-type > div > a:last-child {
  margin-top: auto; align-self: flex-start;
  font-family: var(--fb), system-ui, sans-serif; font-size: 0;
  color: var(--primary); text-decoration: none; font-weight: 700;
}
:root main:not(:has(> article)) > div:first-of-type > div > a:last-child::after {
  content: "Weiterlesen →"; display: inline-block; font-size: 12px; letter-spacing: .1em; text-transform: uppercase;
  padding-bottom: 2px; border-bottom: 1.5px solid var(--accent);
}
:root main:not(:has(> article)) > div:first-of-type > div > a:last-child:hover::after { border-bottom-color: var(--primary); color: var(--accent); }

:root main:not(:has(> article)) > div:first-of-type > div:first-child {
  order: 1; grid-column: 1 / -1;
  padding: 44px 48px 46px;
  background: linear-gradient(160deg, var(--paper) 0%, var(--paper-2) 100%);
  border-left: 4px solid var(--primary);
}
:root main:not(:has(> article)) > div:first-of-type > div:first-child > p:first-of-type::before {
  content: "Neuester Eintrag · "; color: var(--primary);
}
:root main:not(:has(> article)) > div:first-of-type > div:first-child > h2 {
  font-size: 44px; font-weight: 600; line-height: 1.1; margin-bottom: 16px; max-width: 20ch;
}
:root main:not(:has(> article)) > div:first-of-type > div:first-child > p:last-of-type {
  font-size: 20px; line-height: 1.5; max-width: 60ch; -webkit-line-clamp: 4; margin-bottom: 22px;
  color: #2c1d12;
}
:root main:not(:has(> article)) > div:first-of-type > div:first-child > p:last-of-type::first-letter {
  font-family: var(--fh), Georgia, serif; font-weight: 600; float: left;
  font-size: 58px; line-height: .8; padding: 5px 12px 0 0; color: var(--moment);
}

:root main:not(:has(> article)) > div:first-of-type > div:first-child > a:last-child {
  font-size: 0; border: none;
}
:root main:not(:has(> article)) > div:first-of-type > div:first-child > a:last-child::after {
  content: "Diesen Eintrag lesen →"; display: inline-block; font-family: var(--fb), system-ui, sans-serif;
  font-size: 13px; letter-spacing: .08em; text-transform: uppercase; font-weight: 700;
  color: var(--primary); border: 1.5px solid var(--primary); border-bottom-width: 1.5px;
  border-radius: var(--r); padding: 10px 26px; transition: background .15s ease, color .15s ease;
}
:root main:not(:has(> article)) > div:first-of-type > div:first-child > a:last-child:hover::after {
  background: var(--primary); color: var(--paper);
}

:root main:not(:has(> article)) > div:first-of-type > div:nth-child(2),
:root main:not(:has(> article)) > div:first-of-type > div:nth-child(3),
:root main:not(:has(> article)) > div:first-of-type > div:nth-child(4) {
  order: 3; grid-column: span 2;
  border-top: 3px solid var(--accent);
}

:root main:not(:has(> article)) > div:first-of-type > div:nth-child(n+5) {
  order: 5; grid-column: span 3;
}

:root main:not(:has(> article)) > div:not(:first-of-type) {
  grid-column: 1 / -1; margin-top: 20px; padding: 28px 32px;
  background: var(--paper); border: 1px solid var(--hair); border-radius: 8px;
}
:root main:not(:has(> article)) > div:not(:first-of-type) a {
  display: block; padding: 10px 0; border-bottom: 1px dotted rgba(31, 20, 10, .16);
  color: var(--primary); text-decoration: none;
  font-family: var(--fh), Georgia, serif; font-size: 16px; line-height: 1.4;
}
:root main:not(:has(> article)) > div:not(:first-of-type) a:hover { color: var(--accent); }

:root footer {
  background: transparent; border-top: 1px solid var(--border); padding: 26px 0 40px;
  margin-top: 64px; text-align: center; font-family: var(--fb), system-ui, sans-serif;
  font-size: 12.5px; color: var(--ink-soft); letter-spacing: .04em;
}
:root footer a { color: var(--primary); text-decoration: none; border-bottom: 1px dotted var(--border); }
:root footer a:hover { border-bottom-color: var(--primary); }

@media (max-width: 820px) {
  :root main:not(:has(> article)) > div:first-of-type { grid-template-columns: 1fr; row-gap: 40px; }
  :root main:not(:has(> article)) > div:first-of-type > div:first-child,
  :root main:not(:has(> article)) > div:first-of-type > div:nth-child(2),
  :root main:not(:has(> article)) > div:first-of-type > div:nth-child(3),
  :root main:not(:has(> article)) > div:first-of-type > div:nth-child(4),
  :root main:not(:has(> article)) > div:first-of-type > div:nth-child(n+5) { grid-column: 1 / -1; }
  :root main:not(:has(> article)) > div:first-of-type > div:first-child { padding: 32px 28px; }
  :root main:not(:has(> article)) > div:first-of-type > div:first-child > h2 { font-size: 34px; }
  :root main:not(:has(> article)) > div:first-of-type > div:first-child > p:last-of-type { font-size: 18px; }
  :root > body > header h1 { font-size: 36px; }
  :root main > h1 { font-size: 34px; }
  :root main > article > p, :root main > article li { font-size: 17.5px; }
}

:root main > nav p,
:root main > section p {
  line-height: 1.85;
  margin: 0;
}
:root main > nav a,
:root main > section a {
  display: inline-block;
  margin: 0 4px;
  padding: 0 2px;
}

:root html, :root body { overflow-x: hidden; max-width: 100%; }
@media (max-width: 920px) {
  :root main > * { max-width: 100%; }
  :root main { overflow-x: hidden; }
}
