/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 18 2026 | 15:14:00 */
.rauchfrei-rechner {
  --rr-orange: #ec6b25;
  --rr-green: #009f13;
  --rr-dark: #172033;
  --rr-muted: #687386;
  --rr-bg: #fff7f1;

  max-width: 820px;
  margin: 40px auto;
  padding: 16px;
  font-family: inherit;
}

.rauchfrei-rechner * {
  box-sizing: border-box;
}

.rauchfrei-rechner .rr-card {
  background: linear-gradient(180deg, #ffffff 0%, #fff9f5 100%);
  border: 1px solid rgba(236, 107, 37, 0.18);
  border-radius: 32px;
  padding: 34px;
  box-shadow: 0 24px 70px rgba(23, 32, 51, 0.12);
  overflow: hidden;
}

.rauchfrei-rechner .rr-header {
  text-align: center;
  margin-bottom: 32px;
}

.rauchfrei-rechner .rr-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(236, 107, 37, 0.12);
  color: var(--rr-orange);
  border: 1px solid rgba(236, 107, 37, 0.22);
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 16px;
}

.rauchfrei-rechner h2,
.rauchfrei-rechner h3 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  color: var(--rr-dark);
}

.rauchfrei-rechner h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}

.rauchfrei-rechner .rr-header p {
  max-width: 600px;
  margin: 0 auto;
  color: var(--rr-muted);
  font-size: 17px;
  line-height: 1.6;
}

.rauchfrei-rechner .rr-slider-wrap {
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  border: 1px solid rgba(23, 32, 51, 0.08);
  box-shadow: 0 12px 32px rgba(23, 32, 51, 0.07);
  margin-bottom: 24px;
}

.rauchfrei-rechner input[type="range"] {
  width: 100%;
  height: 14px;
  border-radius: 999px;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  background: linear-gradient(90deg, #e63946 0%, #f77f00 35%, #fcbf49 60%, #2a9d8f 100%);
  cursor: pointer;
}

.rauchfrei-rechner input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  border: 7px solid var(--rr-orange);
  box-shadow: 0 8px 22px rgba(236, 107, 37, 0.35);
  cursor: pointer;
}

.rauchfrei-rechner input[type="range"]::-moz-range-thumb {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  border: 7px solid var(--rr-orange);
  box-shadow: 0 8px 22px rgba(236, 107, 37, 0.35);
  cursor: pointer;
}

.rauchfrei-rechner .rr-labels {
  display: flex;
  justify-content: space-between;
  color: var(--rr-muted);
  font-weight: 700;
  font-size: 14px;
  margin-top: 14px;
}

.rauchfrei-rechner .rr-current {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  background: linear-gradient(135deg, rgba(236, 107, 37, 0.12), rgba(0, 159, 19, 0.08));
  border: 1px solid rgba(236, 107, 37, 0.18);
  border-radius: 28px;
  padding: 28px;
  margin-bottom: 24px;
}

.rauchfrei-rechner .rr-icon {
  width: 72px;
  height: 72px;
  min-width: 72px;
  border-radius: 24px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  box-shadow: 0 14px 30px rgba(23, 32, 51, 0.11);
}

.rauchfrei-rechner .rr-time {
  display: inline-flex;
  background: var(--rr-orange);
  color: #fff;
  padding: 7px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 13px;
  margin-bottom: 12px;
}

.rauchfrei-rechner .rr-current h3 {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 900;
  margin-bottom: 8px;
}

.rauchfrei-rechner .rr-current p {
  margin: 0;
  color: var(--rr-muted);
  font-size: 16px;
  line-height: 1.65;
}

.rauchfrei-rechner .rr-progress-box,
.rauchfrei-rechner .rr-all,
.rauchfrei-rechner .rr-note {
  background: #fff;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 12px 32px rgba(23, 32, 51, 0.06);
  margin-bottom: 20px;
}

.rauchfrei-rechner .rr-progress-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  color: var(--rr-dark);
}

.rauchfrei-rechner .rr-progress-top span {
  color: var(--rr-orange);
  font-weight: 900;
}

.rauchfrei-rechner .rr-progressbar {
  height: 14px;
  border-radius: 999px;
  background: #f0f2f5;
  overflow: hidden;
}

.rauchfrei-rechner #rrProgressFill {
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--rr-orange), var(--rr-green));
  transition: width 0.3s ease;
}

.rauchfrei-rechner .rr-all h3 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 18px;
}

.rauchfrei-rechner .rr-list {
  display: grid;
  gap: 12px;
}

.rauchfrei-rechner .rr-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
  border-radius: 18px;
  background: #fff8f3;
  border: 1px solid rgba(236, 107, 37, 0.12);
}

.rauchfrei-rechner .rr-item > span {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 15px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 8px 18px rgba(23, 32, 51, 0.08);
}

.rauchfrei-rechner .rr-item strong {
  display: block;
  color: var(--rr-dark);
  font-size: 15px;
  margin-bottom: 4px;
}

.rauchfrei-rechner .rr-item p {
  margin: 0;
  color: var(--rr-muted);
  font-size: 14px;
  line-height: 1.55;
}

.rauchfrei-rechner .rr-note {
  margin-bottom: 0;
  background: #fff4ec;
  color: #7b4a2f;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .rauchfrei-rechner {
    padding: 10px;
    margin: 24px auto;
  }

  .rauchfrei-rechner .rr-card {
    padding: 22px;
    border-radius: 24px;
  }

  .rauchfrei-rechner .rr-current {
    flex-direction: column;
    padding: 22px;
  }

  .rauchfrei-rechner .rr-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
  }

  .rauchfrei-rechner .rr-progress-top {
    flex-direction: column;
    gap: 4px;
  }
}