/**
 * Produktregistrierung
 */
#produktregistrierung-form .success, #handwerker_auswahl-form .success {
  background: lightgreen;
  width: fit-content;
  padding: 2rem;
}
#produktregistrierung-form .error, #handwerker_auswahl-form .error {
  background: lightcoral;
  width: fit-content;
  padding: 2rem;
  color: #000;
}
#produktregistrierung-form .brxe-bld-button.btn--primary:after, #produktregistrierung-form .brxe-bld-button.btn--outline:after, #handwerker_auswahl-form .brxe-bld-button.btn--primary:after, #handwerker_auswahl-form .brxe-bld-button.btn--outline:after {
  display: none;
}
#produktregistrierung-form .step, #handwerker_auswahl-form .step {
  margin-top: 3rem;
}
#produktregistrierung-form .step:first-of-type, #handwerker_auswahl-form .step:first-of-type {
  margin-top: 0;
}
#produktregistrierung-form .step h2, #handwerker_auswahl-form .step h2 {
  margin-bottom: 2rem;
}
#produktregistrierung-form .step h2:has(+ .notice), #handwerker_auswahl-form .step h2:has(+ .notice) {
  margin-bottom: 1rem;
}
#produktregistrierung-form .step > .notice, #handwerker_auswahl-form .step > .notice {
  margin-bottom: 2rem;
}
#produktregistrierung-form .step .inner-wrapper, #handwerker_auswahl-form .step .inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  row-gap: 1rem;
}
#produktregistrierung-form .step .input-wrapper, #handwerker_auswahl-form .step .input-wrapper {
  position: relative;
  width: 100%;
}
#produktregistrierung-form .step .input-wrapper.half, #handwerker_auswahl-form .step .input-wrapper.half {
  width: calc(50% - 1rem);
}
@media (max-width: 767px) {
  #produktregistrierung-form .step .input-wrapper.half, #handwerker_auswahl-form .step .input-wrapper.half {
    width: 100%;
  }
}
#produktregistrierung-form .step .input-wrapper label, #handwerker_auswahl-form .step .input-wrapper label {
  color: var(--body-color);
}
#produktregistrierung-form .step .input-wrapper label:has(+ .notice), #handwerker_auswahl-form .step .input-wrapper label:has(+ .notice) {
  margin-bottom: 0;
}
#produktregistrierung-form .step .input-wrapper label .required, #handwerker_auswahl-form .step .input-wrapper label .required {
  color: var(--primary);
  margin-left: 0.5rem;
}
#produktregistrierung-form .step .input-wrapper label.hide-required .required, #handwerker_auswahl-form .step .input-wrapper label.hide-required .required {
  display: none;
}
#produktregistrierung-form .step .input-wrapper > .notice, #handwerker_auswahl-form .step .input-wrapper > .notice {
  font-size: var(--text-s);
  margin-bottom: 0.5rem;
}
#produktregistrierung-form .step .mapboxgl-ctrl-geocoder, #handwerker_auswahl-form .step .mapboxgl-ctrl-geocoder {
  border-radius: 0;
  width: 100% !important;
  max-width: 100% !important;
  box-shadow: none;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
#produktregistrierung-form .step .mapboxgl-ctrl-geocoder input, #handwerker_auswahl-form .step .mapboxgl-ctrl-geocoder input {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  border: var(--border) !important;
  border-color: var(--bricks-border-color) !important;
  height: auto !important;
}
#produktregistrierung-form .step .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon, #handwerker_auswahl-form .step .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
#produktregistrierung-form .step .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--button, #handwerker_auswahl-form .step .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--button {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
#produktregistrierung-form .step .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--button .mapboxgl-ctrl-geocoder--icon, #handwerker_auswahl-form .step .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--button .mapboxgl-ctrl-geocoder--icon {
  transform: translateY(0) !important;
}
#produktregistrierung-form .step .checkbox-wrapper, #handwerker_auswahl-form .step .checkbox-wrapper {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
#produktregistrierung-form .step .checkbox-wrapper label, #handwerker_auswahl-form .step .checkbox-wrapper label {
  color: var(--body-color);
}
#produktregistrierung-form .step .checkbox-wrapper label .required, #handwerker_auswahl-form .step .checkbox-wrapper label .required {
  color: var(--primary);
  margin-left: 0.5rem;
}
#produktregistrierung-form .step .checkbox-wrapper input, #handwerker_auswahl-form .step .checkbox-wrapper input {
  flex-shrink: 0;
  margin-top: 0.5rem;
}
#produktregistrierung-form #step-1 #snr-repeater .snr-item, #handwerker_auswahl-form #step-1 #snr-repeater .snr-item {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 2rem;
  row-gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
#produktregistrierung-form #step-1 #snr-repeater .snr-item .input-wrapper, #handwerker_auswahl-form #step-1 #snr-repeater .snr-item .input-wrapper {
  width: calc(33.33% - 1.4rem);
}
@media (max-width: 767px) {
  #produktregistrierung-form #step-1 #snr-repeater .snr-item .input-wrapper, #handwerker_auswahl-form #step-1 #snr-repeater .snr-item .input-wrapper {
    width: 100%;
  }
}
#produktregistrierung-form #step-1 .snr-suggestions, #handwerker_auswahl-form #step-1 .snr-suggestions {
  border: 1px solid #ccc;
  background: #fff;
  position: absolute;
  z-index: 1000;
  max-height: 150px;
  overflow-y: auto;
  width: 100%;
}
#produktregistrierung-form #step-1 .snr-suggestions .snr-suggestion, #handwerker_auswahl-form #step-1 .snr-suggestions .snr-suggestion {
  padding: 5px 10px;
  cursor: pointer;
}
#produktregistrierung-form #step-1 .snr-suggestions .snr-suggestion:hover, #produktregistrierung-form #step-1 .snr-suggestions .snr-suggestion.active, #handwerker_auswahl-form #step-1 .snr-suggestions .snr-suggestion:hover, #handwerker_auswahl-form #step-1 .snr-suggestions .snr-suggestion.active {
  background-color: #f0f0f0;
}
#produktregistrierung-form #step-1 .snr-suggestions .snr-error, #handwerker_auswahl-form #step-1 .snr-suggestions .snr-error {
  padding: 5px 10px;
  color: red;
  font-style: italic;
}
#produktregistrierung-form #step-3, #handwerker_auswahl-form #step-3 {
  display: flex;
  flex-direction: column;
}
#produktregistrierung-form #step-3 .handwerker_auswahl, #handwerker_auswahl-form #step-3 .handwerker_auswahl {
  display: flex;
  gap: var(--content-gap);
}
@media (max-width: 767px) {
  #produktregistrierung-form #step-3 .handwerker_auswahl, #handwerker_auswahl-form #step-3 .handwerker_auswahl {
    flex-direction: column;
  }
}
#produktregistrierung-form #step-3 #no-handwerker, #handwerker_auswahl-form #step-3 #no-handwerker {
  flex-shrink: 0;
  align-self: flex-end;
}
#produktregistrierung-form #step-3 #handwerker-resultate, #handwerker_auswahl-form #step-3 #handwerker-resultate {
  display: grid;
  align-items: initial;
  grid-template-columns: var(--grid-3);
  width: 100%;
  gap: var(--content-gap);
  padding: var(--content-gap) 0;
}
@media (max-width: 767px) {
  #produktregistrierung-form #step-3 #handwerker-resultate, #handwerker_auswahl-form #step-3 #handwerker-resultate {
    grid-template-columns: var(--grid-1);
  }
}
#produktregistrierung-form #step-3 #handwerker-resultate .handwerker-result, #handwerker_auswahl-form #step-3 #handwerker-resultate .handwerker-result {
  position: relative;
  list-style: none;
  padding: var(--space-m);
  background: var(--white);
  border: var(--border);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: var(--space-s);
  transition: all 0.4s ease;
  cursor: pointer;
}
#produktregistrierung-form #step-3 #handwerker-resultate .handwerker-result.selected, #handwerker_auswahl-form #step-3 #handwerker-resultate .handwerker-result.selected {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px var(--primary);
}
#produktregistrierung-form #step-3 #handwerker-resultate .handwerker-result .sparte, #handwerker_auswahl-form #step-3 #handwerker-resultate .handwerker-result .sparte {
  border: var(--border);
  padding: 0.5rem 1rem;
  font-size: calc(var(--text-s) * 1.3);
}
#produktregistrierung-form #step-3 #handwerker-resultate .handwerker-result button, #handwerker_auswahl-form #step-3 #handwerker-resultate .handwerker-result button {
  margin-top: auto;
}
#produktregistrierung-form #step-3 #handwerker-not-found, #handwerker_auswahl-form #step-3 #handwerker-not-found {
  align-self: flex-end;
}
#produktregistrierung-form #step-3 #handwerker-manual-fields, #handwerker_auswahl-form #step-3 #handwerker-manual-fields {
  padding: var(--space-m) 0;
}
#produktregistrierung-form #step-3 #handwerker-manual-fields > .notice, #handwerker_auswahl-form #step-3 #handwerker-manual-fields > .notice {
  margin-bottom: 2rem;
}
#produktregistrierung-form #submit-wrapper, #handwerker_auswahl-form #submit-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1rem;
}
#produktregistrierung-form #submit-wrapper #loading-icon, #handwerker_auswahl-form #submit-wrapper #loading-icon {
  width: 4rem;
  height: 4rem;
}
#produktregistrierung-form #submit-wrapper #loading-icon svg, #handwerker_auswahl-form #submit-wrapper #loading-icon svg {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=produktregistrierung.css.map */
