
/* GENERAL SETTINGS FOR REST */
h1 {
  font-size: 3rem; /* Nicht kleiner als 2rem */
  font-weight: 800;
  line-height: 1.2;
}

h1 .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--color-primary);
  margin-left: 2px; /* Reduced margin to minimize space */
}

p {
  font-size: 1.0rem; /* Nicht kleiner als 1rem */
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 3rem; /* Nicht kleiner als 2rem */
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

h2 .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--color-primary);
  margin-left: 2px; /* Reduced margin to minimize space */
}


h3 {
  font-size: 1.5rem; /* Nicht kleiner als 1.5rem */
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.2rem; /* Nicht kleiner als 1.2rem */
  margin-bottom: 1.5rem;
}