
.Tx-Formhandler fieldset {
  border:0;
  margin: 0;
  padding: 0 0 20px 0;
}

.Tx-Formhandler .row {
  margin-bottom: 10px;
  overflow: hidden;
}
.Tx-Formhandler .row.submit {
  text-align: right;
}

.Tx-Formhandler label {
  margin: 0 0 4px;
  padding: 0;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  color: #656565;
  white-space: normal;
  display: block;
}
.Tx-Formhandler label a,
.Tx-Formhandler label em {
  color: #FF8700;
}

.Tx-Formhandler .input_text {
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  border: 1px solid #ccc;
  background: #f8f8f8 none;
  -moz-box-shadow: 0 0 5px #eee inset;
  -webkit-box-shadow: 0 0 5px #eee inset;
  padding: 10px 8px;
  font-size:14px;
  box-sizing: border-box;
}
.Tx-Formhandler .hint {
  font-size:14px;
  color:#FF8700;
}

.Tx-Formhandler #sex {
  min-width:inherit;
}


.Tx-Formhandler .input_checkbox {
  visibility: visible !important;
  float:left;
  margin-right: 5px;
  margin-left: 1px;
}
.Tx-Formhandler input[type=checkbox]:checked + label:before,
.Tx-Formhandler input[type=checkbox] + label:before {
  content: '';
  margin: 0;
  padding: 0;
  border:none;
  background: transparent;
}
.Tx-Formhandler .input_checkbox + label {

}

.Tx-Formhandler .col {
  box-sizing: border-box;
}
.Tx-Formhandler .street {
  width:75%;
  float:left;
}
.Tx-Formhandler .number {
  width:23%;
  float:right;
}

.Tx-Formhandler .zip {
  width:38%;
  float:left;
}
.Tx-Formhandler .city {
  width:60%;
  float:right;
}

/* Fehler meldungen */
.parsley-errors-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.parsley-errors-list li,
.Tx-Formhandler span.error {
  background-color: #2E2D30;
  font-size:        12px;
  color:            #fff;
  position:         relative;
  padding:          5px 5px 5px 35px;
  display:          inline-block;
  border-radius:    4px;
  line-height: 20px;
}

/* kleiner Pfeil */
.parsley-errors-list li:before,
.Tx-Formhandler span.error:before {
   content:       "";
   width:         0;
   height:        0;
   border-left:   8px solid transparent;
   border-right:  8px solid transparent;
   border-bottom: 8px solid #2E2D30;
   position:      absolute;
   top:           -8px;
   left:          35px;
}
/* Warndreieck */
.parsley-errors-list li:after,
.Tx-Formhandler span.error:after {
  content: '';
  position: absolute;
  height: 20px;
  width: 23px;
  background: url(../img/form-sprite.png) left -28px no-repeat;
  left: 5px;
  top: 4px;
}
/* info button */
.info-icon {
  display: inline-block;
  height: 10px;
  width:  10px;
  background: url(../img/form-sprite.png) left -53px no-repeat;
}
/*tooltip*/
.tooltip {
  position: absolute;
  font-size: 11px;
  background: #FF8700;
  color: #fff;
  padding: 5px;
  margin-left: 10px;
  display: none;
}
.tooltip.active {
  display: inline-block;
}

.formRow .fWrap .Tx-Formhandler h2 {
  display: block !important;
  margin:0 0 30px 0;
  color: #FF8700;
}
.formheader {
  margin-top: 20px;
}
/**
*
* Buttonmenü
*
**/

ul.buttonmenu {
  list-style: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
ul.buttonmenu li{
  display: inline-block;
  width: 230px;
  margin-right: 10px;
  position: relative;
}
ul.buttonmenu li:last-child {
  margin-right: 0;
}
ul.buttonmenu li a {
  display: block;
  padding: 5px 0 5px 28px;
  font-size: 13px;
  color:#fff;
  background: #FF8700;
  border-radius: 4px;
}
ul.buttonmenu li a:before {
  content: '';
  position: absolute;
  height: 14px;
  width: 14px;
  background-image: url(../img/form-sprite.png);
  background-repeat: no-repeat;
  left: 8px;
  top: 8px;
}
ul.buttonmenu li a:hover,
ul.buttonmenu li.active a{
  background:#666;
}
ul.buttonmenu li a:hover:before,
ul.buttonmenu li.active a:before {
  background-position: 0 -14px
}


/**
*
* Bestellprozeß
*
**/

/* Adresse */

.block {
  border:1px solid #ccc;
  padding:5px 10px;
}
.Tx-Formhandler .summary {
  position: relative;
  margin-bottom: 30px;
}


.summary_section {
  width:320px;
}
.package_title {
  font-weight: bold;
  margin: 0.3em 0 0 0;
  display: block;
}
.price_section {
  text-align: right;
  width:200px;
  position: absolute;
  bottom:11px;
  right:10px;
}

.hint_header, .price, .price_desc {
  color: #FF8700;
}
.price {
  font-size: 43px;
}
.price_desc {
  font-size: 20px;
  margin-bottom: 5px;
}
.price_tax {
  font-size:12px;
}
.tax1 .netto {display: none;}
.tax .brutto {display: none;}

.summary p {
  margin: 0 0 1em 0;
}
.summary_header {
  font-weight:bold;
  font-size:16px;
}
.feature_list {
  margin: -0.5em 0 0.5em 0;
  padding-left:18px;
}
.feature_list li {
  font-size: 12px;
  line-height: 1.6;
}
p.small {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 0.8em;
}
.adressblock p {
  margin:0;
  line-height: 1.6
}
.adressblock .url {
  display: block;
  margin:0.25em 0;
}

.adressblock input {
  float:right;
  border: none;
  background: none;
  color: #FF8700;
  font-family: arial;
  font-size: 12px;
}
.adressblock input:hover {
  cursor:pointer;
}
.extra-margin {
  margin-bottom:20px;
}
.extra-margin .row {
  margin: 20px 0;
}

.with_payment {
  overflow:hidden;
}
.left_col,
.right_col {
  float:left;
  width:50%;
  box-sizing:border-box;
}
.left_col {
  padding-right: 10px;
}
.right_col {
  padding-left: 10px;
}

/* progressbar */

.progressbar {
  margin: 1.5em 0;
  overflow:hidden;
}
.progressbar .step {
  float: left;
  width: 32%;
  color: #fff;
  background-color: #ccc;
  font-size: 13px;
  white-space: nowrap;
  margin-right: 5px;
  box-sizing: border-box;
  padding: 10px 7px 10px 12px;
  position: relative;
}
.progressbar button {
  border: none;
  color: #fff;
  background: none;
  padding: 0;
  margin: 0;
  font-family: Arial;
  font-size: 13px;
  line-height: 1;
}
.progressbar button:hover {
  cursor:pointer;
}
/* arrow right */
.progressbar .step_2:before,
.progressbar .step_3:before {
  left: 0%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 5px;
  margin-top: -5px;
}
.progressbar .step_1:after,
.progressbar .step_2:after {
  right: -10px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ccc;
  border-width: 5px;
  margin-top: -5px;
}


/* active state */
.progressbar.active_1 .step_1,
.progressbar.active_2 .step_2,
.progressbar.active_3 .step_3 {
  background-color:#FF8700;
}
.progressbar.active_1 .step_1:after,
.progressbar.active_2 .step_2:after {
  border-left-color: #FF8700;
}


