

.rechner, .pakete, .ehrlich, .anfrage {
  margin: 2.4rem 0;
  padding: 1.4rem;
  background: var(--karte);
  border: 1px solid var(--linie);
  border-radius: var(--rund, 12px);
}
.rechner h2, .pakete h2, .ehrlich h2, .anfrage h2 { margin-top: 0; }
.rechner-hinweis, .rechner-fuss { color: var(--satz, #5a6a62); font-size: .95rem; }
.rechner-fuss { margin-bottom: 0; }

.rechner-felder, .anfrage-felder {
  display: grid; gap: .8rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin: 1rem 0;
}
.rechner-felder label, .anfrage-felder label, .lizenzrechner label, .breit {
  display: flex; flex-direction: column; gap: .3rem;
  font-size: .95rem; color: var(--satz, #5a6a62);
}
.rechner-felder input, .anfrage-felder input, .lizenzrechner input, .breit textarea {
  padding: .55rem .7rem; font: inherit; color: var(--tinte, #223029);
  background: var(--papier, #FBF6EE);
  border: 1px solid var(--linie); border-radius: 8px;
}
.rechner-felder label { position: relative; }
.rechner-felder .einheit {
  position: absolute; right: .7rem; bottom: .62rem;
  font-size: .9rem; color: var(--satz, #5a6a62); pointer-events: none;
}
.breit { margin-top: .8rem; }
.breit textarea { resize: vertical; }

.rechner-ergebnis, .lizenzrechner output {
  display: flex; flex-direction: column; gap: .2rem;
  padding: .9rem 1rem; margin: .9rem 0;
  background: var(--papier-2, #F4EBDF); border-radius: 10px;
}
.gross { font-size: 1.7rem; font-weight: 700; line-height: 1.1; font-variant-numeric: tabular-nums; }
.dazu { font-size: .95rem; color: var(--satz, #5a6a62); }
.dazu.stark { color: var(--tinte, #223029); font-weight: 600; }

.gegenueber { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); margin: 1.2rem 0; }
.gegenueber > div { padding: 1.1rem; border: 1px solid var(--linie); border-radius: var(--rund, 12px); }
.gegenueber > div:last-child { background: var(--karte); border-color: var(--rand, var(--linie)); }
.gegenueber h3 { margin: 0 0 .5rem; font-size: 1rem; }
.gegenueber ul { margin: 0; padding-left: 1.1rem; display: flex; flex-direction: column; gap: .4rem; }

.karten { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); margin: 1.2rem 0; }
.karte { padding: 1.1rem; background: var(--karte); border: 1px solid var(--linie); border-radius: var(--rund, 12px); }
.karte h3 { margin: 0 0 .4rem; font-size: 1rem; }
.karte p { margin: 0; font-size: .96rem; }
.karte.hebt { border-color: var(--rand, var(--linie)); border-width: 2px; }

.paket-liste { display: grid; gap: .8rem; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); margin: 1rem 0; }
.paket { padding: .9rem; text-align: center; border: 1px solid var(--linie); border-radius: 10px; }
.paket-menge { margin: 0; font-size: .9rem; color: var(--satz, #5a6a62); }
.paket-preis { margin: .25rem 0; font-size: 1.5rem; font-weight: 700; font-variant-numeric: tabular-nums; }
.paket-je { margin: 0; font-size: .85rem; color: var(--satz, #5a6a62); }
.lizenzrechner { display: flex; flex-wrap: wrap; gap: 1rem; align-items: flex-end; }
.lizenzrechner label { min-width: 200px; }
.lizenzrechner output { flex: 1 1 260px; margin: 0; }

.topf { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.anfrage-fehler { padding: .6rem .8rem; border-radius: 8px; background: var(--papier-2, #F4EBDF); }
.anfrage-recht { font-size: .88rem; color: var(--satz, #5a6a62); }
.anfrage-fertig .fertig-titel { font-size: 1.15rem; font-weight: 700; margin: 0 0 .3rem; }
.anfrage form button { margin-top: .9rem; }

.druckhinweis { font-size: .92rem; color: var(--satz, #5a6a62); }
.liste { display: flex; flex-direction: column; gap: .55rem; padding-left: 1.2rem; margin: 1rem 0; }
.liste.schritte { gap: .8rem; }
.merksatz {
  margin: 1.4rem 0; padding: 1rem 1.2rem;
  background: var(--papier-2, #F4EBDF); border-radius: var(--rund, 12px);
}
.merksatz p { margin: 0; font-size: 1.05rem; font-weight: 600; }

.baustein { margin: 1.2rem 0; border: 1px solid var(--linie); border-radius: var(--rund, 12px); overflow: hidden; }
.baustein h3 {
  margin: 0; padding: .7rem 1.1rem; font-size: .95rem;
  background: var(--papier-2, #F4EBDF); border-bottom: 1px solid var(--linie);
}
.baustein-text { padding: 1.1rem; background: var(--karte); }
.baustein-text p { margin: 0 0 .7rem; }
.baustein-text p:last-child { margin-bottom: 0; }
.baustein-text ul { margin: 0; padding-left: 1.2rem; display: flex; flex-direction: column; gap: .35rem; }
.baustein-text code {
  padding: .1rem .35rem; font-size: .92em;
  background: var(--papier-2, #F4EBDF); border-radius: 4px;
}
.abschluss { margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid var(--linie); }

@media print {
  header.site, footer, .crumb, .druckhinweis { display: none !important; }
  body { background: #fff; }
  .wrap { max-width: none; padding: 0; }
  .baustein, .merksatz, .rechner, .pakete, .ehrlich, .anfrage { break-inside: avoid; }
  h2 { break-after: avoid; }
  a[href^="/"]::after { content: " (123rauchfrei.de" attr(href) ")"; font-size: .85em; }
}

.leitfaden-hinweis {
  margin: 2.4rem 0; padding: 1.2rem 1.4rem;
  background: var(--papier-2, #F4EBDF); border-radius: var(--rund, 12px);
}
.leitfaden-hinweis h2 { margin-top: 0; }
.leitfaden-hinweis p { margin: 0 0 .5rem; }
.leitfaden-hinweis p:last-child { margin-bottom: 0; }

.ohne-preis { grid-column: 1 / -1; margin: 0; color: var(--satz, #5a6a62); }

.fuer-betriebe { padding: 1.4rem 0; border-top: 1px solid var(--linie); }
.fuer-betriebe p { margin: 0; color: var(--satz, #5a6a62); }
.fuer-betriebe b { color: var(--tinte, #223029); }
