:root {
  --site-bg: #f1dedf;
  --site-color: #eed6d7;
}

.adjektiv {
  font-weight: bold;
  color: #b07b2a;
}

.amazon-teaser {
  margin: 0.5rem 0;
}

.amazon-teaser a {
  text-decoration: none;
  color: #1a0dab; /* klassisches Link-Blau */
}

.author {
  font-weight: 600;
  color: #6b1b1b;
  margin-top: 0.5rem;
}



.bewusstes-leben {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1rem 1.2rem;
  margin: 1.5rem 0;
  font-family: "Georgia", serif;
  line-height: 1.6;
  color: #333;
}

.bewusstes-leben a {
  color: #006699;
  text-decoration: none;
  font-weight: bold;
}

.bewusstes-leben a:hover {
  text-decoration: underline;
}

.bewusstes-leben h3 {
  margin-top: 1rem;
  color: #444;
  font-size: 1.2rem;
}
#bewusst-leben {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}


body {
  background-color: var(--site-bg);
  color: var(--site-color);
}

body-notiz {
  font-family: 'Georgia', serif;
  background: #f3f1e7;
  margin: 0;
  padding: 2rem;
}

.icon-rose {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 6px;
}

.quote-block {
  background-color: #fff8f8;
  border-left: 4px solid #a94442;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  border-radius: 0.5rem;
}

.quote-block p {
  margin-bottom: 0.75rem;
  font-style: italic;
  color: #3a1a1a;
}

.red-divider {
  border: 0;
  border-top: 2px solid red;
}

.site-header {
  background-color: #ffffff;
  color: #001f54;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  padding: 20px 0;
  --site-bg: #ffffff;       /* lokal überschreiben */
  --site-color: #001f54;
  background-color: var(--site-bg) !important;
  color: #000000 !important;
}

.site-header .hero {
  background-color: #ffd700;
  color: #001f54;
}

.site-header a,
.site-header a:link,
.site-header a:visited {
  color: #001f54 !important;
  font-weight: 600;
}

.site-header a:hover {
  color: #003366 !important;
}

.site-header a {
  color: var(--site-color) !important;
}

.site-header .override-color {
  color: #001f54 !important;
}

.site-header,
.site-header * {
  background: none !important;
  background-color: transparent !important;
  color: #000000; !important;
  font-size: inherit !important;
  font-family: inherit !important;
  box-shadow: none !important;
  border: none !important;
}

.subquote {
  font-size: 0.95rem;
  color: #8c4c4c;
  margin-left: 1rem;
  border-left: 2px dashed #d48c8c;
  padding-left: 0.75rem;
  font-style: italic;
}

.weiter {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background: #e8e1c9;
  border-radius: 8px;
  text-decoration: none;
  color: #2f2e1f;
  font-weight: bold;
  transition: background 0.2s;
}

.weiter:hover {
  background: #d6cdad;
}

.zettel {
  background: #fffdf5;
  padding: 2rem;
  margin-bottom: 2rem;
  border: 1px solid #e2decf;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transform: rotate(-1deg);
}

.zettel:nth-child(2) {
  transform: rotate(1deg);
}

.zettel:nth-child(3) {
  transform: rotate(-0.5deg);
}

.zettel-container {
  max-width: 800px;
  margin: 0 auto;
}

.zettel h2 {
  margin-top: 0;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #3c3a29;
}

.zettel p {
  font-size: 1.1rem;
  margin-bottom: 1.2rem;
  color: #4b4835;
}

.Zitate_von_beruehmten-Personen-Liste-A-Z {
  font-family: "Georgia", serif;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #333;
  background: #f9f9f9;
  border-left: 4px solid #6a9e3f;
  padding: 1rem;
  margin: 1.5rem 0;
  font-style: italic;
}

header.site-header .hitem,
header.site-header .hitem1 {
  color: #0000CD !important;
  background: transparent;
}
.linkliste {
  list-style: none;          /* entfernt Standard-Aufzählungszeichen */
  padding: 0;                /* entfernt Standard-Einrückung */
  margin: 1em 0;             /* etwas Abstand oberhalb/unterhalb */
}

.linkliste li {
  margin: 0.5em 0;           /* Abstand zwischen den Links */
}

.linkliste a {
  text-decoration: none;     /* entfernt Unterstreichung */
  color: #2a5d84;            /* angenehme Linkfarbe */
  font-weight: 500;          /* etwas kräftiger */
  transition: color 0.3s;    /* sanfter Farbwechsel beim Hover */
}

.linkliste a:hover {
  color: #c0392b;            /* andere Farbe beim Überfahren */
  text-decoration: underline;/* optional Unterstreichung beim Hover */
}
/* Domains - Hero-Bereich */
.hero-section {
  background: linear-gradient(135deg, #1a1a1a, #333);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}
/* visuelle und inhaltliche Schaufenster */
.hero-container {
  max-width: 960px;
  margin: 0 auto;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 1.25rem;
  margin-bottom: 40px;
  color: #ddd;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 12px 24px;
  margin: 0 10px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: #ff6b35;
  color: #fff;
  border: none;
}

.btn-primary:hover {
  background-color: #e85c2d;
}

.btn-ghost {
  background: transparent;
  color: #ff6b35;
  border: 2px solid #ff6b35;
}

.btn-ghost:hover {
  background-color: #ff6b35;
  color: #fff;
}

/* Responsive Anpassung */
@media (max-width: 600px) {
  .hero-title {
    font-size: 2rem;
  }
  .hero-subtitle {
    font-size: 1rem;
  }
  .btn {
    margin: 10px 0;
    width: 80%;
  }
}

.logo{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:linear-gradient(135deg, var(--accent1), var(--accent2));
      color: #3b3bc4;
      font-weight:800;
      font-size:22px;
      width:58px;
      height:58px;
      border-radius:14px;
      box-shadow:0 8px 20px rgba(79,176,243,0.25);
      margin-bottom:12px;
    }
/* meist für Markennamen, Logos oder prominente Titel */
    .brand{
      font-weight:800;
      font-size:64px;
      letter-spacing:2px;
      background:linear-gradient(90deg,var(--accent1),var(--accent2));
      -webkit-background-clip:text;
      -webkit-text-fill-color:transparent;
      display:inline-block;
      margin-bottom:8px;
    }

    header h1{
      font-size:26px;
      margin:6px 0 8px;
      color:var(--text);
    }
/* einleitende Texte - Absätze direkt unter einer Überschrift*/
    .lead{
      color:var(--muted);
      max-width:760px;
      margin:0 auto;
      font-size:16px;
      line-height:1.6;
    }

    .big-two{
      position:absolute;
      right:-40px;
      top:10px;
      font-size:420px;
      color:rgba(75,160,220,0.06);
      font-weight:700;
      pointer-events:none;
      user-select:none;
    }

    main{padding:36px 20px 80px; max-width:1100px; margin:0 auto;}

    .card{
      background:var(--card);
      border-radius:var(--radius);
      padding:26px;
      box-shadow:0 10px 30px rgba(17,32,40,0.06);
      margin-bottom:22px;
      transition:transform .28s ease, box-shadow .28s ease;
    }
    .card:hover{ transform:translateY(-6px); box-shadow:0 18px 40px rgba(17,32,40,0.08); }

  
    blockquote{
      margin:12px 0;
      padding-left:14px;
      border-left:4px solid var(--accent1);
      color:#44606f;
      font-style:italic;
    }

    .grid{
      display:grid;
      gap:18px;
    }
    @media(min-width:860px){ .grid{ grid-template-columns:1fr 1fr; } }

    .chip{
      display:inline-block;
      padding:8px 12px;
      border-radius:999px;
      background:linear-gradient(90deg, rgba(79,176,243,0.12), rgba(122,225,199,0.07));
      color:var(--text);
      font-weight:700;
      font-size:13px;
      margin-right:10px;
    }

    .usage-list li::marker{ color:var(--accent1); font-weight:700; }

   
    .cta{
      display:inline-block;
      margin-top:12px;
      padding:10px 16px;
      border-radius:10px;
      background:linear-gradient(90deg,var(--accent1),var(--accent2));
      color:#fff;
      text-decoration:none;
      font-weight:700;
    }

    .meta{
      font-size:13px;
      color:var(--muted);
      margin-top:8px;
    }
	
	/* Container für die Interpretationen */
#g1y-interpretationen {
  max-width: 900px;
  margin: 2rem auto;
  padding: 1.5rem;
  background: #fdfdfd;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

/* Nummerierte Liste */
#g1y-interpretationen ol {
  list-style: none; /* Sterne statt Zahlen */
  padding: 0;
  margin: 0;
}

#g1y-interpretationen li {
  margin-bottom: 2rem;
  padding: 1rem;
  border-left: 4px solid #ff6b35; /* Akzentfarbe */
  background: #fffaf7;
  border-radius: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#g1y-interpretationen li:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

/* Überschriften */
#g1y-interpretationen h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: #333;
  font-weight: 700;
  display: flex;
  align-items: center;
}

#g1y-interpretationen h3::before {
  content: "⭐";
  margin-right: 0.5rem;
  color: #ff6b35;
  font-size: 1.4rem;
}

/* Text */
#g1y-interpretationen p {
  margin: 0.5rem 0;
  color: #444;
  line-height: 1.6;
}

/* Zitate */
#g1y-interpretationen blockquote {
  margin: 1rem 0 0;
  padding-left: 1rem;
  border-left: 3px solid #ff6b35;
  font-style: italic;
  color: #6b1b1b;
}
