.tx-powermail * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tx-powermail .powermail_fieldset {
  width: 100%;
  background-color: #EDEDED;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #C8C8C8;
}
.tx-powermail .powermail_fieldwrap {
  margin: 0px 0px 4px 0px;
}
.tx-powermail .powermail_fieldset > .powermail_legend {
  color: #84bd3f;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 21px;
  padding-bottom: 2px;
  margin-bottom: 4px;
  background-color: transparent;
  width: 290px;
  border: 0px solid transparent;
  padding-left: 6px;
}
.tx-powermail p {
  margin: 0px 0px 4px 0px;
  font-size: 14px;
  line-height: 18px;
}
.tx-powermail small p {
  margin-top: 8px;
  font-size: 10px;
  line-height: 10px;
}
.tx-powermail hr {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #ffffff;
  margin: 15px 0px 15px 0px;
  clear: both;
}
.tx-powermail .powermail_fieldwrap > label {
  //margin-top: 12px;
  margin-bottom: 0px;
  line-height: 16px;
  text-align: left;
}
.tx-powermail .powermail_fieldwrap_type_input .powermail_input {
  width: 100%;
  border-radius: 5px;
  margin-top: 0px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #fcfcfc;
  border-left: 1px solid #fcfcfc;
  padding: 2px 5px 2px 5px;
  font-size: 14px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(0, 0, 0, 0.05) 100%);
  height: 31px;
  line-height: 31px;
  outline: 0px;
  box-shadow: none !important;
}
.tx-powermail .powermail_captchaimage {
	width: 100%;
}
.tx-powermail .powermail_fieldwrap_type_check > div > div {
	padding: 0px;
}
.tx-powermail .powermail_fieldwrap_type_check > div > div:first-child {
	padding-top: 7px;
	border-top: 1px solid #cccccc;
}
.tx-powermail .powermail_fieldwrap_type_radio > div > div {
	padding: 0px;
}
.tx-powermail .powermail_fieldwrap_type_radio > div > div:first-child {
	padding-top: 7px;
	border-top: 1px solid #cccccc;
}
.tx-powermail .powermail_fieldwrap_type_select .powermail_select {
  width: 100%;
  border-radius: 5px;
  margin-top: 0px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #fcfcfc;
  border-left: 1px solid #fcfcfc;
  padding: 2px 5px 2px 5px;
  font-size: 14px;
  height: 31px;
  line-height: 31px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(0, 0, 0, 0.05) 100%);
  outline: 0px;
  box-shadow: none !important;
}
.tx-powermail .powermail_fieldwrap_type_textarea .powermail_textarea {
  width: 100%;
  border-radius: 5px;
  margin-top: 0px;
  resize: none;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #fcfcfc;
  border-left: 1px solid #fcfcfc;
  padding: 2px 5px 2px 5px;
  font-size: 14px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(0, 0, 0, 0.05) 100%);
  outline: 0px;
  box-shadow: none !important;
}
.tx-powermail .powermail_fieldwrap_type_captcha .powermail_captcha {
  width: 100%;
  border-radius: 5px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #fcfcfc;
  border-left: 1px solid #fcfcfc;
  padding: 2px 5px 2px 5px;
  font-size: 14px;
  height: 31px;
  line-height: 31px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(0, 0, 0, 0.05) 100%);
  outline: 0px;
  box-shadow: none !important;
}

.tx-powermail .powermail_fieldwrap_type_submit .btn {
  float: right;
  background-color: #7ebd43;
  border-radius: 5px;
  width: 200px;
  padding: 5px 20px 5px 20px;
  margin: 5px 0px 10px 0px;
  color: white;
  font-weight: bold;
  border: 0px solid transparent;
  outline: 0px;
}

.tx-powermail .powermail_fieldwrap_type_submit .btn:active {
  background-color: white;
  color: #7ebd43;
}

.tx-powermail .btn-group {
  display: inline-block;
  margin-bottom: 16px;
}
.tx-powermail .btn-group button {
  display: inline-block;
  float: left;
  cursor: pointer;
  border: 0px solid transparent;
  outline: 0px;
  padding: 0px;
  font-size: 14px;
}
.tx-powermail .btn-group button:hover {
  background: white;
}
.tx-powermail .btn-group button:before {
  content: " / ";
  color: transparent;
  background-image: url("../Images/formular/chevron-right.svg");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: center;
  width: 30px;
  margin-right: 4px;
  margin-left: 4px;
}
.tx-powermail .btn-group button:first-child {
  margin-left: 40px;
}
.tx-powermail .btn-group button:first-child:before {
  content: "";
}
.tx-powermail .btn-group .parsley-error {
  color: #FF0000;
}
.tx-powermail .btn-group .btn-primary {
  font-weight: bold;
  cursor: auto;
  background: white;
  color: black;
}
.tx-powermail .btn-group .btn-danger {
  color: #D9534F;
  background-color: transparent;
}

.tx-powermail .powermail_tab_navigation a {
  background-color: #7ebd43;
  border-radius: 5px;
  padding: 5px 20px 5px 20px;
  margin: 5px 0px 10px 0px;
  color: white;
  font-weight: bold;
  outline: none;
  border: 0px solid transparent;
}
.tx-powermail .powermail_tab_navigation a:active {
  background-color: white;
  color: #7ebd43;
}



.tx-powermail .powermail_field_error {
  margin-top: 0px;
  color: #D9534F!important;
  background-color: transparent !important;
  border: 0px solid transparent;
}

.tx-powermail .parsley-error {
  margin-top: 0px;
  color: #D9534F!important;
  background-color: transparent !important;
  border: 0px solid transparent;
}
.tx-powermail .powermail_fieldset .parsley-errors-list {
  margin-top: 0px;
  color: #D9534F;
  background-color: transparent;
  border: 0px solid transparent;
}
.tx-powermail .powermail_fieldset .parsley-errors-list li {
  color: #D9534F;
  background-color: transparent;
  border: 0px solid transparent;
  padding: 0px;
}
.tx-powermail .powermail_field_error_container .parsley-errors-list {
  color: #D9534F !important;
  background-color: transparent !important;
  border: 0px solid transparent;
  padding: 0px;
}
.tx-powermail .powermail_field_error_container .parsley-errors-list li {
  color: #D9534F;
  background-color: transparent;
  border: 0px solid transparent;
  padding: 0px;
}


.tx-powermail .powermail_fieldwrap_note_alternative_mail {
  display: none;
}
.tx-powermail .powermail_fieldwrap_invoicemail {
  display: none;
}

.tx-powermail .powermail_fieldwrap_hinweis {
  display: none;
}

.tx-powermail .powermail_fieldwrap_order_invoice {
  display: none;
}
.tx-powermail .powermail_fieldwrap_order_street{
  display: none;
}
.tx-powermail .powermail_fieldwrap_order_zip_city {
  display: none;
}

.tx-powermail .powermail_fieldwrap_construction_water_state {
  display: none;
}


.tx-powermail .powermail_file {
  width: auto;
  height: auto;
  opacity: 1;
  overflow: auto;
  position: auto;
  z-index: -1;
}
.tx-powermail .powermail_file + label {
  cursor: pointer;
  color: white;
  font-weight: bold;
  background-color: #84bd3f;
  border-radius: 5px;
  border-top: 2px solid #e3e3e3;
  border-right: 2px solid #979797;
  border-bottom: 2px solid #979797;
  border-left: 2px solid #e3e3e3;
  padding: 5px 20px 5px 20px;
}
.tx-powermail .powermail_file:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.tx-powermail .inputfile + label * {
  pointer-events: none;
}
