/* Fortsetzung von stil.css.
   Der FTP-Server nimmt nur Dateien bis knapp 15 KB, deshalb ab hier eine
   zweite Datei. Neue Regeln kommen hier rein, nicht mehr in stil.css. */

/* Talk-Ideen: eine unter der anderen auf demselben Blatt */
.blatt-vor {
  font-family: var(--sans); font-size: 13px;
  color: var(--tinte-weich); margin: -10px 0 30px;
}
.idee + .idee {
  border-top: 1px solid rgba(36,29,22,.16);
  margin-top: 28px; padding-top: 28px;
}
.idee h2 { font-size: 21px; margin: 0 0 8px; color: var(--tinte); }
.idee p { margin: 0; }
.idee-fuss {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  margin: 14px 0 0; font-family: var(--sans);
  font-size: 12px; color: var(--tinte-weich);
}
.idee-fuss form { margin: 0; }
.idee-weg {
  background: none; border: 1px solid rgba(36,29,22,.22);
  color: var(--tinte-weich); padding: 4px 11px; font-size: 12px;
  border-radius: 6px; cursor: pointer; font-family: var(--sans);
}
.idee-weg:hover { border-color: rgba(36,29,22,.45); color: var(--tinte); }

/* Knopf im dunklen Bereich, unauffaellig */
.knopf-leise {
  background: none; border: 1px solid var(--rand); color: var(--sand-weich);
  padding: 6px 12px; font-size: 12px; border-radius: 6px; cursor: pointer;
}
.knopf-leise:hover { color: var(--sand); border-color: rgba(203,191,174,.3); }
