form {
  margin-bottom: 3rem;
}

input.inputNew {
  border: 0 !important;
  outline: none;
  height: 4rem !important;
}

input.inputNew:focus, input.inputNew:active, input.inputNew:focus-visible
  {
  border: 0.125rem solid #c9d92d !important;
  border-radius: 0 !important;
}

.col-sm-12.col-md-6.col-lg-6.typeInput.layout2 {
  width: 100%;
}

textarea.textareaNew {
  border: 0 !important;
  outline: none;
  height: 14rem !important;
}

textarea.textareaNew.layout1 {
  border: 0 !important;
  outline: none;
  height: 7rem !important;
}

textarea.textareaNew:focus, textarea.textareaNew:active, textarea.textareaNew:focus-visible
  {
  border: 0.125rem solid #c9d92d !important;
  border-radius: 0 !important;
}

fieldset.fieldsetGrau {
  background-color: #f3f3f3;
  padding: 0 3rem 3rem;
}

/*.typeInput:nth-child(2) {
  
  }*/
ul.powermail-errors-list.filled {
  padding: 0;
}

ul.powermail-errors-list li {
  list-style: none;
  color: #c9d92d !important;
  font-weight: 600;
}

.mandatory {
  color: #c9d92d !important;
  font-weight: 600;
}

.radio {
  display: inline-block;
  padding-right: 1rem;
}

.typeCheck [type=checkbox] {
  height: 1rem;
  width: 1rem;
  border: 0.2rem solid #c9d92d;
  cursor: pointer;
  margin-right: 0.5rem;
}

.typeRadio  [type=radio] {
  height: 1rem;
  width: 1rem;
  border: 0.2rem solid #c9d92d;
  cursor: pointer;
  margin-right: 0.5rem;
}

.typeRadio [type=radio]:checked {
  background-color: #c9d92d !important;
}
.typeCheck [type=checkbox]:checked  {
  background-color: #fff !important;
}

.labelRadio {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.labelInput,
.labelCheck {
  padding-bottom: 1rem;
}

.labelTextarea {
  padding-top: 0rem;
  padding-bottom: 1rem;
}

.powermail_field  h5 {
  background: #fff;
  margin: 0 -3rem;
  padding: 3rem 0rem 1rem;
  font-weight: 700;
}

.powermail_field  h5.mitte {
  background: #fff;
  margin: 1.5rem -3rem 0 -3rem; 
  padding : 3rem 0rem 1rem;
  font-weight: 700;
  padding: 3rem 0rem 1rem;
}

.powermail_field p.white {
  background: #fff;
  margin: 0 -3rem;
  padding: 0rem 0rem 1rem;
}

hr.linieWhite {
  height: 1rem;
  margin: 0 -3rem;
  border-top: white solid 1.5rem;
  opacity: 1;
}

form input.powermail_submit[type=submit]{

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 0.5rem 3rem;
    cursor: pointer;
    color: #c9d92d;
    border: 0.125rem solid #c9d92d;
    background-color: transparent;
    background-size: 200% 200%;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #c9d92d), color-stop(50%, transparent));
    background-image: linear-gradient(to top, #c9d92d 50%, transparent 50%);
    -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    /* margin-top: 1.5rem; */
    margin-right: 1em;
}

form input.powermail_submit[type=submit]:hover {
    background-position: bottom;
    color: #ffffff;
}

@media (max-width: 991px) {
    .powermail_field h5 {
    
        margin: 0 -4rem;
        padding: 3rem 1rem 1rem;
    }
    .powermail_field h5.mitte {
    
        margin: 1.5rem -4rem 0 -4rem;
        padding: 3rem 1rem 1rem;
    }
    .powermail_field p.white {
    
        margin: 0 -4rem;
        padding: 0rem 1rem 1rem;
    }
    hr.linieWhite {
    
         margin: 0 -4rem;
    }
}