/* Lüften & Heizen – minimale Custom-Styles */

body {
  font-size: 1.05rem;
  line-height: 1.6;
}

main {
  min-height: 60vh;
}

article h1 {
  margin-bottom: 0.5rem;
}

article h2 {
  margin-top: 2rem;
}

article h3 {
  margin-top: 1.5rem;
}

article p {
  margin-bottom: 1rem;
}

article ul,
article ol {
  margin-bottom: 1rem;
}

.card-title a {
  color: inherit;
}

.card-title a:hover {
  color: var(--bs-primary);
}

footer h3 {
  font-size: 1.1rem;
}
