
/* Formular-Design für Solarfloor */

form .form-group {
  margin-bottom: 1.5rem;
}

form label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
}

form input,
form select {
  width: 100%;
  padding: 0.75rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1rem;
}

form input:focus,
form select:focus {
  border-color: #6AB43E;
  outline: none;
  box-shadow: 0 0 5px rgba(106, 180, 62, 0.4);
}

.stepper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  font-size: 0.95rem;
  color: #888;
}

.stepper div.active {
  font-weight: bold;
  color: #333;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

.is-invalid {
  border-color: red;
  background-color: #ffe6e6;
}

button {
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  background-color: #6AB43E;
  color: white;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #5a9e34;
}


#angebot-formular h2.section-title {
  margin-top: 10px !important;
}

.nav-logo-wrap {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#angebot-formular .relative {
  padding-top: 0 !important;
  margin-top: 0 !important;
}