/* Start custom CSS for html, class: .elementor-element-f813df3 */.ah-besichtigung-formular {
  max-width: 820px;
  margin: 0 auto;
  padding: 42px;
  background: linear-gradient(180deg, #ffffff 0%, #fbf8f3 100%);
  border: 1px solid rgba(178, 139, 91, 0.18);
  border-radius: 28px;
  box-shadow: 0 22px 60px rgba(31, 41, 51, 0.10);
  font-family: inherit;
}

.ah-form-head {
  margin-bottom: 30px;
  text-align: left;
}

.ah-form-kicker {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 12px;
  background: rgba(178, 139, 91, 0.12);
  color: #8d6335;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ah-form-head h3 {
  margin: 0 0 12px;
  color: #1f2933;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 800;
}

.ah-form-head p {
  max-width: 640px;
  margin: 0;
  color: #64717f;
  font-size: 16px;
  line-height: 1.65;
}

.ah-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ah-form-field {
  position: relative;
}

.ah-form-full {
  grid-column: 1 / -1;
}

.ah-form-field label {
  display: block;
  margin-bottom: 8px;
  color: #26323f;
  font-size: 14px;
  font-weight: 700;
}

.ah-form-field input,
.ah-form-field select,
.ah-form-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid #ded6cb;
  border-radius: 16px;
  background-color: #ffffff;
  color: #1f2933;
  font-size: 16px;
  font-family: inherit;
  line-height: 1.4;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.ah-form-field textarea {
  min-height: 130px;
  resize: vertical;
}

.ah-form-field input::placeholder,
.ah-form-field textarea::placeholder {
  color: #9aa4af;
}

.ah-form-field input:focus,
.ah-form-field select:focus,
.ah-form-field textarea:focus {
  border-color: #b28b5b;
  background-color: #fffdf9;
  box-shadow: 0 0 0 4px rgba(178, 139, 91, 0.15);
}

.ah-form-field select {
  cursor: pointer;
  appearance: auto;
}

.ah-datenschutz {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 24px 0 22px;
  color: #4b5563;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.ah-datenschutz input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  flex: 0 0 18px;
  accent-color: #b28b5b;
}

.ah-datenschutz a {
  color: #8d6335;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ah-form-button {
  width: 100%;
  min-height: 58px;
  padding: 16px 24px;
  border: none;
  border-radius: 18px;
  background: linear-gradient(135deg, #b28b5b 0%, #9a6a35 100%);
  color: #ffffff;
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.ah-form-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(154, 106, 53, 0.28);
  filter: brightness(1.03);
}

.ah-form-button:active {
  transform: translateY(0);
  box-shadow: none;
}

@media (max-width: 767px) {
  .ah-besichtigung-formular {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .ah-form-head h3 {
    font-size: 26px;
  }

  .ah-form-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}/* End custom CSS */