input#captcha_code {
    max-width: 215px;
}

div#form-message-formular {
    height: 70px;
    color: black;
    padding: 10px 0;
}

div#sppb-addon-1566197053635 {
    width: 100%;
}


.mod_kontakt {
        margin-left: -15px;
    margin-right: -15px;
}
.mod_kontakt  textarea#nachricht.pflichtfeld.error , 
.mod_kontakt  input[type="text"]:not(.form-control).error {
    border: 1px solid red;
} 

label.error {
    color: red;
}
.grecaptcha-badge {
    z-index: 1000000000000000;
}
.lds-dual-ring {
  display: inline-block;
  width: 26px;
  height: 26px;
}
.lds-dual-ring:after {
    padding: 2px 0 2px 0;
  content: " ";
  display: block;
  width: 26px;
  height: 26px;
  margin: 3px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #4943ac transparent #4943ac transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.checkbox.control-group.control-group-input.bug-gix-copy-ik {
    padding-top: 20px;
}

.checkbox.control-group span.pflichtfelder {
    margin-left: 5px;
}
label#checkboxeinverstaendnis-error {
    display: inline-block;
    color: red;
    padding-bottom: 0;
    padding-left: 5px;
    margin-bottom:0;
}

input#checkbox_einverstaendnis + span#checkbox-einverstaendnis-hinweis {
    display: none;
}
span#checkbox-einverstaendnis-hinweis {
  color: red;
      padding-left: 5px;
}

label#checkbox_einverstaendnis {
    display: inline;
    padding-left: 5px;
}
.mod_kontakt_form_message {
    z-index: 2;
    font-size: 20px;
    line-height: 24px;
    color: #444;
    padding: 3px;
    text-align: center;
}
.mod_kontakt_form_message.error {
    color: red;
     background: #f6f6f6;

}
.mod_kontakt_form_message.success {
    color: green;
    background: #f6f6f6;

}


span#checkbox-einverstaendnis-hinweis.nichtanzeigen {
    display: none;
}

span#checkbox-einverstaendnis-hinweis.anzeigen {
    display: inline;
}