
.tx-powermail {
    font-size:18px;
}

.tx-powermail .powermail_message_error {
    padding-left: 0;
    list-style: none;
    color: var(--red);
}

.tx-powermail .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.tx-powermail .powermail_fieldwrap .powermail_field {
    display: inline-block;
    width: 100%;
}

.tx-powermail .powermail_fieldwrap {
    margin-bottom: 15px;
}
.tx-powermail .powermail_fieldwrap > label, .tx-powermail fieldset > legend{
    /*display:none; */
    font-weight:400;
    margin-bottom: 0.3rem;
}
.powermail_fieldset.layout3 legend {
    display:none; 
}

.tx-powermail input, .tx-powermail textarea, .tx-powermail .powermail_select  {
    border: 0px;
    padding: 15px 30px;
    width: 100%;
    color:var(--rootFontColor);
    font-size:20px;
    font-weight: 300;
    background: var(--additionalColor);
}

.tx-powermail textarea  {
    max-height: 140px;
}

.frame-custom-110 .tx-powermail input, .frame-custom-110 .tx-powermail textarea, .frame-custom-110 .tx-powermail .powermail_select  {
    background-color: #ffffff;
}

.tx-powermail input:hover, .tx-powermail textarea:hover, .tx-powermail .powermail_select:hover  {
    color:var(--rootFontColor);
}
.tx-powermail input::placeholder, .tx-powermail textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a6a6a6;
  opacity: 1; /* Firefox */
}
.tx-powermail .checkbox  input, .tx-powermail .radio  input {
    width: auto;
    margin-right: 5px;        
}
.tx-powermail .powermail_fieldwrap_type_file  input {
    padding:0;
}

.tx-powermail .powermail_fieldwrap_type_submit .powermail_field {
    width: auto;
}
.tx-powermail .powermail_fieldwrap_type_submit .powermail_submit {
    border: none;
    background-color: var(--secondaryColor);
    color: #fff;
    padding: 15px 45px 15px 45px;
    font-weight: 600;
    border-radius: 40px;
    font-family: var(--secondFontFamily);
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    text-decoration: none !important;
    transition: background 0.5s;
    line-height: 1;
    transition: background .2s linear, transform .1s linear;
}

.tx-powermail .powermail_fieldwrap_type_submit .powermail_submit:hover {
  background: #df8b00;
    transform: scale(1.05);    
}

.tx-powermail .powermail_legend {
    font-family: var(--rootFontFamily);
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3rem;
    letter-spacing: 3px;
}

.tx-powermail .powermail_fieldwrap_type_submit {
    margin-top: 30px;
}

.tx-powermail .powermail_fieldwrap_type_submit.layout3  {
    display: flex;
    justify-content: center;
}


.tx-powermail .powermail_fieldwrap_type_check.powermail_fieldwrap {
    margin-bottom: 0px;
}

.tx-powermail .powermail_fieldwrap_type_check.powermail_fieldwrap .checkbox , .tx-powermail .powermail_fieldwrap_type_radio.powermail_fieldwrap .radio {
    margin-bottom: 10px;
}

.tx-powermail .powermail_fieldwrap_type_check.powermail_fieldwrap .checkbox a, .tx-powermail .powermail_fieldwrap_type_radio.powermail_fieldwrap .radio a{
    text-decoration: underline;
}

.tx-powermail form fieldset .powermail_fieldwrap_type_radio .powermail_field .radio label, .tx-powermail form fieldset .powermail_fieldwrap_type_check .powermail_field .checkbox label {
    display: inline-block;
    cursor: pointer;
    padding: 0px 0px 0px 34px;
    margin: 0px 15px 0px 0px;
    background: transparent url("../../images/form-check-and-radiobox-bg.png") no-repeat scroll left 3px top 2px;
    background-size: 20px;
    font-size:16px;
}
.tx-powermail form fieldset .powermail_fieldwrap_type_radio .powermail_field .radio label input[type="radio"]:checked, .tx-powermail form fieldset .powermail_fieldwrap_type_check .powermail_field .checkbox label .powermail_checkbox[type="checkbox"]:checked {
    background: transparent url("../../images/form-check-and-radiobox-active-bg.png") no-repeat scroll left 3px top 2px;
    background-size: 20px;
}
.tx-powermail form fieldset .powermail_fieldwrap_type_radio .powermail_field .radio label input, .tx-powermail form fieldset .powermail_fieldwrap_type_check .powermail_field .checkbox label .powermail_checkbox {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    margin: 0px 0px 0px -34px;
    border:none;
}

.tx-powermail .powermail_fieldwrap_type_content .p-text-small {
    font-size:16px;
}



.tx-powermail .powermail_fieldwrap_type_file input{
    border:none;
    font-size: 18px;
}

input[type="file"]::file-selector-button {
	border: 1px solid var(--additionalColor);
    color: var(--rootFontColor);
    padding: 15px 40px;
    background-color: #FFFFFF;
}

.frame-custom-110 input[type="file"]::file-selector-button {
	border:none;
    border-right: 4px solid var(--additionalColor);
    
}

/* Chrome, Edge & Safari */
input[type="file"]::-webkit-file-upload-button {
	border: 4px solid var(--rootFontColor);
	color: var(--rootFontColor);
	padding: 15px 30px;
	background-color:#FFFFFF;

}

.tx-powermail .powermail_message powermail_message_error {
    color:red;
    padding-left:0;
}
.tx-powermail .powermail_message powermail_message_error li{
    list-style:none;
}
.tx-powermail .powermail_select {
    background: var(--additionalColor) url("../../images/select-arrow.png") no-repeat right 15px center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}


/* Errors*/
.powermail-errors-list {
    padding-left: 0;
}
.powermail-errors-list li {
    list-style:none;
    color:red;
}



/*Umfrageformular*/
fieldset.layout1 legend:first-of-type{
    display: none;  
}
fieldset.layout1 .powermail_fieldwrap_type_radio, fieldset.layout1 .powermail_fieldwrap_type_radio .powermail_field {
    display:flex;
}
fieldset.layout1 .powermail_fieldwrap_type_radio {
    width:100%;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 0;   
}
fieldset.layout1 .powermail_fieldwrap_type_radio .powermail_label {
    width: auto;
    margin-bottom: 20px;
    padding-top: 4px;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
}
fieldset.layout1 .powermail_fieldwrap_type_radio .powermail_field {
    width:auto;
    margin-right: 30px;
}
fieldset.layout1 .powermail_fieldwrap_type_radio.powermail_fieldwrap .radio {
    margin-bottom: 0; 
}
fieldset.layout1 .powermail_fieldwrap_type_radio.powermail_fieldwrap .radio label {
    font-size:0;   
}
fieldset.layout1 .powermail_fieldwrap_type_radio.powermail_fieldwrap .radio input:hover {
    cursor:pointer;
}
fieldset.layout1 .powermail_fieldwrap_type_text {
    margin-bottom:0;
    font-weight:400;
}
.tx-powermail form fieldset.layout1 .powermail_fieldwrap_type_radio .powermail_field .radio label, .tx-powermail form fieldset.layout1 .powermail_fieldwrap_type_check .powermail_field .checkbox label {
  display: inline-block;
  cursor: pointer;
  padding: 0px 0px 0px 40px;
  margin: 0px 5px 0px 0px;
  line-height: 36px;
  background: transparent url("../../images/umfrageform-radio.png") no-repeat scroll left top;
    background-size: auto;
  background-size: 36px;
}
.tx-powermail form fieldset.layout1 .powermail_fieldwrap_type_radio .powermail_field .radio label input[type="radio"]:checked, .tx-powermail form fieldset.layout1 .powermail_fieldwrap_type_check .powermail_field .checkbox label .powermail_checkbox[type="checkbox"]:checked {
  background: transparent url("../../images/umfrageform-radio-active.png") no-repeat scroll left top;
    background-size: auto;
  background-size: 36px;
}
.tx-powermail form fieldset .powermail_fieldwrap_type_radio .powermail_field .radio label input, .tx-powermail form fieldset .powermail_fieldwrap_type_check .powermail_field .checkbox label .powermail_checkbox {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    margin: 0px 0px 0px -34px;
    border:none;
    background: transparent;
}

/*Rückrufformular*/
fieldset.layout2{
    display:flex; 
}
fieldset.layout2 legend:first-of-type{
    display: none;  
}
fieldset.layout2 .powermail_fieldwrap_type_input {
    width: 300px;
    margin: 0 30px 0 0;
}
fieldset.layout2 .powermail_fieldwrap_type_input input{
    background: transparent;
    border: 1px solid var(--rootFontColor);
    border-radius: 8px;
    font-size: 30px;
    color: var(--secondaryColor);
    padding: 5px 30px;
}
fieldset.layout2 .powermail_fieldwrap_type_input input::placeholder{
    color: var(--secondaryColor);
}
fieldset.layout2 .powermail_fieldwrap_type_submit {
    margin:0;
}
.tx-powermail fieldset.layout2 .powermail_fieldwrap_type_submit .powermail_submit{
    background-color: var(--primaryColor);
    border-radius: 8px;
    font-size: 30px;
    color: var(--secondaryColor);
    font-weight: 400;
}


@media (min-width: 768px) {

.powermail_fieldset.layout3  {
    display: -ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.powermail_fieldset.layout3 .powermail_fieldwrap {
    width:100%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.tx-powermail .powermail_fieldwrap_type_check.powermail_fieldwrap .checkbox, .tx-powermail .powermail_fieldwrap_type_radio.powermail_fieldwrap .radio {
    display:inline-block;
}

}

@media (min-width: 1200px) {
    .tx-powermail .powermail_fieldwrap_type_submit .powermail_field {
    width: auto;
}
}

@media (min-width: 1500px) {
    .tx-powermail .powermail_fieldwrap_type_submit .powermail_field {
    width: auto;
}
}

@media (max-width: 991px) {
fieldset.layout1 .powermail_fieldwrap_type_radio .powermail_label {
  font-size: 30px;
}
}
@media (max-width: 991px) {
fieldset.layout2 {
  display: block;
}
fieldset.layout2 .powermail_fieldwrap_type_input, fieldset.layout2 .powermail_fieldwrap_type_submit, .tx-powermail .powermail_fieldwrap_type_submit .powermail_field {
    width: 100%;
    margin-bottom:15px;
}

}
@media (max-width: 767px) {
fieldset.layout1 .powermail_fieldwrap_type_radio .powermail_label {
    font-size: 22px;
    padding-top: 0;
}

.tx-powermail input, .tx-powermail textarea, .tx-powermail .powermail_select {
  padding: 8px 15px;
}

}

@media (max-width: 567px) {

.tx-powermail form fieldset .powermail_fieldwrap_type_radio .powermail_field .radio label, .tx-powermail form fieldset .powermail_fieldwrap_type_check .powermail_field .checkbox label {
    padding: 0px 0px 0px 30px;
    line-height: 24px;
    background: transparent url("../../images/form-check-and-radiobox-bg.png") no-repeat scroll left top 2px;
    background-size: 20px;
}
.tx-powermail form fieldset .powermail_fieldwrap_type_radio .powermail_field .radio label input[type="radio"]:checked, .tx-powermail form fieldset .powermail_fieldwrap_type_check .powermail_field .checkbox label .powermail_checkbox[type="checkbox"]:checked {
    background: transparent url("../../images/form-check-and-radiobox-active-bg.png") no-repeat scroll left top 2px;
    background-size: 20px;
    margin: 0px 0px 0px -30px;
}

.tx-powermail .powermail_fieldwrap_type_submit .powermail_submit {
    font-size: 16px;
}

fieldset.layout1 .powermail_fieldwrap_type_radio .powermail_field {
  margin-right: 5px;
}

.tx-powermail form fieldset.layout1 .powermail_fieldwrap_type_radio .powermail_field .radio label, .tx-powermail form fieldset.layout1 .powermail_fieldwrap_type_check .powermail_field .checkbox label {
  background-size: 28px;
}
.tx-powermail form fieldset.layout1 .powermail_fieldwrap_type_radio .powermail_field .radio label input[type="radio"]:checked, .tx-powermail form fieldset.layout1 .powermail_fieldwrap_type_check .powermail_field .checkbox label .powermail_checkbox[type="checkbox"]:checked {
  background-size: 28px;
}
.tx-powermail form fieldset.layout1 .powermail_fieldwrap_type_radio .powermail_field .radio label input[type="radio"]:checked, .tx-powermail form fieldset.layout1 .powermail_fieldwrap_type_check .powermail_field .checkbox label .powermail_checkbox[type="checkbox"]:checked {
  margin: 0px 0px 0px -40px;
}



.tx-powermail fieldset.layout2 .powermail_fieldwrap_type_submit .powermail_submit, fieldset.layout2 .powermail_fieldwrap_type_input input {
  font-size: 24px;
}
.tx-powermail fieldset.layout2 .powermail_fieldwrap_type_submit .powermail_submit {
  white-space: normal;
}

.tx-powermail form fieldset .powermail_fieldwrap_type_radio .powermail_field .radio label, .tx-powermail form fieldset .powermail_fieldwrap_type_check .powermail_field .checkbox label {
  font-size: 14px;
}

}



/*Hauspreisrechner*/

.hauspreis-rechner .powermail_fieldset > legend {
    display:none;
}

.hauspreis-rechner .btn-group  {
  width: 100%;
  margin-bottom:3rem;
}

.hauspreis-rechner .btn-group .btn {
    background-color: #d0d0d0;
    border: none;
  border-radius: 0;
  margin-right:.5rem;
  color: #6a6a6a;
}
.hauspreis-rechner .btn-group .btn:hover  {
  cursor: auto;
}
.hauspreis-rechner .btn-group .btn:last-of-type {
  margin-right:.0;
}

.hauspreis-rechner .btn-group .btn.btn-primary {
    background-color: var(--primaryColor);
    color: #ffffff;
}

.hauspreis-rechner .powermail_fieldwrap h3 {
  text-align: center;
}
.hauspreis-rechner .powermail_tab_navigation {
  margin-top:3rem;
}
.hauspreis-rechner .powermail_tab_navigation .btn{
  float:left;
  border: none;
  border-radius: 0;
  background-color: var(--primaryColor);
  color: #fff;
  text-transform: uppercase;
  padding: .5rem 1rem;
}
.hauspreis-rechner .powermail_tab_navigation .btn.pull-right{
  float:right;
}

.hauspreis-rechner .hausform .powermail_fieldwrap, .hauspreis-rechner .dachform .powermail_fieldwrap {
  text-align: center;
}

/*Haustyp*/
.hauspreis-rechner .hausform .radio{
  background-color: #ffffff;
  padding: 1rem;
  width: 32.8%;
  margin-bottom: 5px !important;
} 
.hauspreis-rechner .hausform .powermail_fieldwrap_haustyp .powermail_field > .radio:before{
  width: 190px;
  height: 140px;
  display: block;
  content:"";
  max-width: 100%;
  margin: 0 auto;
  background-size: contain !important;
}
.hauspreis-rechner .hausform .powermail_fieldwrap_haustyp .powermail_field > div:nth-child(1):before{
  background:url('../../images/preisrechner/1geschossig.jpg')  no-repeat top center ;
  }
.hauspreis-rechner .hausform .powermail_fieldwrap_haustyp .powermail_field > div:nth-child(2):before{
  background:url('../../images/preisrechner/1-5geschossig.jpg')  no-repeat top center ;
}
.hauspreis-rechner .hausform .powermail_fieldwrap_haustyp .powermail_field > div:nth-child(3):before{
  background:url('../../images/preisrechner/2geschossig.jpg')  no-repeat top center ;
}

/*Dachform*/
.hauspreis-rechner .dachform .radio{
  background-color: #ffffff;
  padding: 1rem;
  width: 19.6%;
  margin-bottom: 5px !important;
} 
.hauspreis-rechner .dachform .powermail_fieldwrap_dachform .powermail_field > .radio:before, .hauspreis-rechner .dachform .powermail_fieldwrap_dachformensatteldach .powermail_field > .radio:before{
  width: 190px;
  height: 140px;
  display: block;
  content:"";
  max-width: 100%;
  margin: 0 auto;
  background-size: contain !important;
}
.hauspreis-rechner .dachform .powermail_fieldwrap_dachform .powermail_field > div:nth-child(1):before{
  background:url('../../images/preisrechner/satteldach.jpg')  no-repeat top center ;
  }
.hauspreis-rechner .dachform .powermail_fieldwrap_dachform .powermail_field > div:nth-child(2):before{
  background:url('../../images/preisrechner/walmdach.jpg')  no-repeat top center ;
}
.hauspreis-rechner .dachform .powermail_fieldwrap_dachform .powermail_field > div:nth-child(3):before{
  background:url('../../images/preisrechner/pultdach.jpg')  no-repeat top center ;
}
.hauspreis-rechner .dachform .powermail_fieldwrap_dachform .powermail_field > div:nth-child(4):before{
  background:url('../../images/preisrechner/pultdach-versetzt.jpg')  no-repeat top center ;
}
.hauspreis-rechner .dachform .powermail_fieldwrap_dachform .powermail_field > div:nth-child(5):before{
  background:url('../../images/preisrechner/flachdach.jpg')  no-repeat top center ;
}
.hauspreis-rechner .dachform .powermail_fieldwrap_dachformensatteldach .powermail_field > div:nth-child(1):before{
  background:url('../../images/preisrechner/satteldach.jpg')  no-repeat top center ;
}


/*Ausbaustufe*/
.hauspreis-rechner .ausbaustufe .powermail_field,
.hauspreis-rechner .budget .powermail_field{
  display: flex;
  justify-content: space-around;
} 
.hauspreis-rechner .ausbaustufe .radio{
  background-color: #ffffff;
  padding: 1.5rem;
  width: 32.8%;
  margin-bottom: 5px !important;
} 

.hauspreis-rechner .budget .radio{
  background-color: #ffffff;
  padding: 1.5rem;
  width: 19.5%;
  margin-bottom: 5px !important;
} 

.hauspreis-rechner .ausbaustufe label,
.hauspreis-rechner .budget label{
  font-weight: 500;
} 
.hauspreis-rechner .ausbaustufe .powermail_fieldwrap_ausbaustufe .powermail_field > .radio:after,
.hauspreis-rechner .budget .powermail_fieldwrap_ausbaustufe .powermail_field > .radio:after{
  font-size: .875rem;
  display: block;
  margin-top: 1rem;
}
/*
.hauspreis-rechner .ausbaustufe .powermail_fieldwrap_ausbaustufe .powermail_field > div:nth-child(1):after{
  content: "Ihr glasdichter Rohbau besteht aus Tiefbau (wir starten direkt ab der grünen Wiese, Sie müssen nicht um externe Vorarbeit kümmern), Hochbau (Mauerwerk, Decke), Dach (Holzkonstruktion, Spengler/Klempner, Eindeckung), Bauelemente (Hauseingangstüre, Fenster & Terrassentüren, Rollladen mit eMotorantrieben, Fensterbänken innen & außen).";
}
.hauspreis-rechner .ausbaustufe .powermail_fieldwrap_ausbaustufe .powermail_field > div:nth-child(2):after{
  content: "Ihr technikfertiger Neubau beinhaltet darüber hinaus auch die Außenfassade (Putz mineralisch),die Haustechnik 'IR-Strahlungsheizung, Frischluftautomatik mit Wärmerückgewinnung, Pollenfiltern, Insektenschutz, Elektrik inkl. PV-Vorrüstung' mit Estrich, Trockenbau (Dachdämmung) Innenputz, sodass Sie sozusagen überall glatte Wände, glatte Decken, glatt Böden vorfinden.";
}
.hauspreis-rechner .ausbaustufe .powermail_fieldwrap_ausbaustufe .powermail_field > div:nth-child(3):after{
  content: "Ihr Feinausbau beinhaltet darüber hinaus die Gewerke Fliesen, Sanitärobjekte, Innentüren. Natürlich bieten wir auch bezugsfertige Ausbaustufe an, die dann zusätzlich die Maler- & Belagsarbeiten umfasst";
} */
.hauspreis-rechner .ausbaustufe .label-subheading,
.hauspreis-rechner .budget .label-subheading {
    display: block;
  font-size: 14px;
  font-weight: 300;
  margin-top: .5rem;
}

.hauspreis-rechner .powermail_field_error_container_ausbaustufe {
    text-align:center;
}



@media (min-width: 992px) {
.tx-powermail .feldlinks, .tx-powermail .feldrechts  {
    display: inline-block;
}
.tx-powermail .feldlinks {
    width:49.5%;
    padding-right:0.5%
}
.tx-powermail .feldrechts {
    width:49.5%;
    padding-left:0.5%
}

.tx-powermail .powermail_fieldwrap_barrierefreiheit, .tx-powermail .powermail_fieldwrap_grundstueckvorhanden {
    margin-top: 1rem;
}

}


@media (max-width: 1199px) {

.hauspreis-rechner .dachform .radio{
  width: 32.8%;
}

}

@media (max-width: 991px) {
.hauspreis-rechner .ausbaustufe .powermail_field,
.hauspreis-rechner .budget .powermail_field{
  display: block;
} 
.hauspreis-rechner .ausbaustufe .radio,
.hauspreis-rechner .budget .radio{
  width: 100%;
}

}

@media (max-width: 767px) {

.hauspreis-rechner .hausform .radio{
  width: 100%;
}
.hauspreis-rechner .dachform .radio{
  width: 100%;
}

.hauspreis-rechner .hausform label, .hauspreis-rechner .dachform label, .hauspreis-rechner .ausbaustufe label,
.hauspreis-rechner .hausform label, .hauspreis-rechner .dachform label, .hauspreis-rechner .budget label{
  font-weight: 500;
  font-size: 1rem !important;
} 

}







