


/* Select Feld */
  @import "bootstrap-select.min.css";



/* System */

  span.captcha {
    padding: 0;
    margin: 0;
  }
  img.captcha {
    height: 30px;
    width: 100px;
  }
  label.select {
    font-weight: normal;
    color: #999;
    display: inline-block;
    width: 75px;
    text-align: left;
    margin-bottom: 0;
  }
  .bootstrap-filestyle .buttonText {
    color: #333;
  }
  .b4yf_errorfeld {
    border: 1px solid!important;
    border-color: #DCA7A7 !important;
    background-color: #F2DEDE !important;
  }
  .b4yf_errorfeld .btn-default,
  .b4yf_errorfeld .btn-default:focus {
    background-color: transparent !important;
    border-color: transparent !important;
  }
  div.b4yf_errorfeld1 label {
    border-color: #DCA7A7 !important;
    background-color: #F2DEDE !important;
  }
  div.b4yf_errorfeld1 {
    border-color: transparent !important;
    background-color: transparent !important;
  }
  div.b4yf_errorfeld1 input {
    border-color: #DCA7A7 !important;
  }
  #b4yf_reloadblock {
    display: none;
  }
  #captcha-info {
    color: #666;
    font-weight: bold;
  }
  .input-group .form-control {
    border-left: none;
  }
  @media(max-width:768px) {
    .input-group .form-control {
      border-bottom-right-radius: 4px !important;
      border-top-right-radius: 4px !important;
      margin-right: 0;
    }
    .input-group-btn {
      display: none;
    }
  }





  .only-anrede {
    display: none;
  }
  .only-name {
    width: 50%;
  }
  .only-email {
    width: 50%;
  }








  @media(max-width:768px) {
    .only-anrede {
      width: 100%;
    }
    .only-name {
      width: 100%;
    }
    .only-email {
      width: 100%;
    }
  }



.checkbox {
  border: 1px solid #CCC;
  background-color: #FFF;
  padding: 5px 10px;
  border-radius: 4px;
  line-height: 25px;
  margin-top: 15px;
}

.filefield {
  border: 1px solid #CCC;
  background-color: #FFF;
  padding: 5px 10px;
  border-radius: 4px;
  margin-top: 15px;
}
.filefield label {
  color: #999;
  font-weight: normal;
}
.filefield .info {
  color: #666;
  font-size: 0.9em;
  padding-top: 10px;
}

.dropdown-menu > li > a:hover {
  color: #333;
}

span.b4yf_copyright {
  display: block;
  text-align: center;
  border-top: 1px solid #DDD;
  margin-top: 20px;
  padding-top: 10px;
}




