﻿.tx-cn-konfigurator {
  width: 100%;
  float: left;
  clear: both;
  display: block;
}

.konf_infotext {
  width: 100%;
  float: left;
  clear: both;
  display: block;
  text-align: center;
}

/* -- Wird vermutlich nicht mehr benötigt. -- */
button.konf_reset {
  display: none;
  padding: 5px 10px 7px 10px;
  background: #b5b5b5;
  color: #fff;
  line-height: 1.3em;
  font-weight: 400;
  font-size: 16px;
  border-radius: unset;
  border: 1px solid transparent; /* Füge einen transparenten Rand hinzu */
  cursor: pointer;
  line-height: 1.3em;
  margin-bottom: 40px;
}

button.konf_reset:hover {
  color: var(--orange);
  background: #fff;
  border: 1px solid var(--orange);
}

.konf_produktcontainer {
  width: 100%;
  float: left;
  clear: both;
  display: block;
}

#anfrageform {
  width: calc(100% - 50px);
  float: left;
  clear: both;
  display: block;
  text-align: left;
  margin: 20px 0 20px 0;
  padding: 25px;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 15%);
}

.produktblock.konf_produktblock {
  width: 100%;
  float: left;
  clear: both;
  display: block;
}

.produktzubehoerblock.konf_produktzubehoerblock {
  width: 100%;
  float: left;
  clear: both;
  display: block;
}

.produktzuebehoerauswahl.konf_produktzuebehoerauswahl {
  display: block;
  margin: 20px 0 20px 0;
  padding: 25px;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 15%);
  width: calc(100% - 50px);
  float: left;
  clear: both;
}

.konf_frage {
  width: 100%;
  float: left;
  clear: both;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #b5b5b5;
}

.konf_frage label {
  display: block;
}

.konf_frage label input {
  display: inline;
  vertical-align: top;
}

.konf_frage label input + span {
  display: inline;
  vertical-align: top;
  margin-left: 5px;
  line-height: 20px;
}

.konf_frage .einzeilig + .einzeilig {
  margin-top: 5px;
}

.konf_zubehoerinfo {
  width: 100%;
  float: left;
  clear: both;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.konf_beschreibungstext {
  width: 100%;
  float: left;
  clear: both;
}

.konf_zubehoerbeschreibung_ueberschrift {
  width: 100%;
  float: left;
  clear: both;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.konf_zubehoerbeschreibung_ueberschrift p {
  margin: 0;
}

.konf_zubehoerbeschreibung_text {
  width: 100%;
  float: left;
  clear: both;
}

.konf_zubehoerbeschreibung_bild {
  width: calc(100% - 20px);
  float: left;
  clear: both;
  max-width: 300px;
  margin-right: 20px;
}

/* -- Wird vermultich nicht mehr benötigt -- */
.ausschluss {
  display: none;
  background: var(--orange);
  padding: 10px;
  color: #fff;
  margin-bottom: 20px;
}

.konf_frage label .sonderabhaengigkeit-infotext {
  display: none;
  background-color: var(--orange);
  color: #fff;
  padding: 4px 10px;
  margin: 0 0 10px 16px;
  height: auto;
}

/* -- Formular -- */
.form-container {
  width: 100%;
  float: left;
  clear: both;
}

.form-group-half {
  width: calc(50% - 12px);
  margin: 0 0 20px 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  float: none;
  clear: none;
}

.form-group-half:nth-child(even) {
  margin-left: 20px;
}

.form-group-fullwidth {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 20px;
}

.form-group-fullwidth + .form-group-half {
  margin-left: 0;
  width: 100%;
  display: block;
  float: left;
  clear: both;
}

.form-submit {
  width: 100%;
  float: left;
  clear: both;
}

.form-control {
  width: calc(100% - 22px);
  padding: 10px;
  border: 1px solid #ccc;
  resize: none;
  font-size: 16px;
  color: #484848;
  font-family: "Roboto", sans-serif, arial;
  font-size: 16px;
  line-height: 1.6em;
}

.captchafield .error-message {
  right: 0;
  left: 120px;
}

.tx-srfreecap-cant-read {
  display: inline;
  margin-left: 20px;
}

.captchabild {
  margin-bottom: 20px;
}

.form-control::placeholder {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.form-control-captcha {
  max-width: 80px;
}

img.tx-srfreecap-image {
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
}

.inhaltsbereich .form-container a:hover {
  font-weight: 400;
}

.error-message {
  position: absolute;
  right: 10px;
  bottom: 0;
  color: red;
  font-size: 10px;
  display: none;
}

.errorcaptchafalsch {
  color: red;
  font-size: 10px;
}

#error-datenschutz {
  position: static;
}

.submitbutton {
  display: inline-block;
  vertical-align: top;
  padding: 10px 25px;
  background: var(--orange);
  color: #fff;
  line-height: 1.3em;
  font-weight: 400;
  font-size: 16px;
  border-radius: unset;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: 1.3em;
}

.submitbutton:hover {
  color: var(--orange);
  background-color: #fff;
  border-color: var(--orange);
}

.form-submit p {
  font-size: 14px;
  margin-top: 20px;
}

.konf_anfrageverschickt {
  width: calc(100% - 50px);
  float: left;
  clear: both;
  display: block;
  text-align: left;
  margin: 20px 0 20px 0;
  padding: 25px;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 15%);
  text-align: center;
}

/* -- NEU: 2025-06-26 -- */
.fieldwrap.captcha,
.fieldwrap.captcha .formfield,
.captchabild {
  width: 100%;
  float: left;
  clear: both;
}

img.tx-srfreecap-image {
  display: block;
  margin: 0 0 10px 0;
}

.tx-srfreecap-cant-read {
  display: block;
  margin: 0 0 10px 0;
  width: auto;
}

.fieldwrap.captcha label {
  display: block;
  width: 100%;
  float: left;
  clear: both;
}

.fieldwrap.captcha .captchafield {
  display: block;
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}

.fieldwrap.captcha .captchafield input {
  width: calc(100% - 22px);
  padding: 10px;
  border: 1px solid #ccc;
  resize: none;
  font-size: 16px;
  color: #484848;
  font-family: "Roboto", sans-serif, arial;
  font-size: 16px;
  line-height: 1.6em;
  max-width: unset;
}

.captchafield .error-message {
  left: auto;
  right: 10px;
}

@media (max-width: 700px) {
  .form-group-half {
    width: 100%;
    float: left;
    clear: both;
    margin-left: 0;
    display: block;
  }

  .form-group-half:nth-child(even) {
    margin-left: 0;
  }

  .konf_zubehoerinfo {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }

  .konf_zubehoerbeschreibung_bild {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
