@charset "utf-8";
/* CSS Document */
.form {
  width: 46%;
  margin-right: 2%;
  float: left;
}
@media only screen and (max-width: 680px) {
  .form {
    width: 100%;
    margin-right: 0%;
    clear: both
  }
}
.textfeld, .freitext {
  width: 98%;
  position: relative;
  line-height: normal;
  text-decoration: none;
  background: #fff;
  color: #333;
  border: 1px solid #fff;
  margin-bottom: 8px;
  padding: 20px 1% 4px 1%;
  font: 1em/140% 'TheSansLight', Verdana, 'Geneva, sans-serif';
  border-radius: 10px;
  height: 30px;  

  -webkit-box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.2);

}
.freitext {
  height: 165px;
  font: 1em/140% 'TheSansLight', Verdana, 'Geneva, sans-serif';
}
.textfeld-K {
  width: 100px;
  line-height: normal;
  text-decoration: none;
  background: #fff;
  color: #333;
  margin-bottom: 8px;
  height: 26px;
  font: 1em/140% 'TheSansLight', Verdana, 'Geneva, sans-serif';
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.2);
}
.textfeld:focus, .textfeld-K:focus {
  outline: 0;
  box-shadow: 0 0 8px rgba(0, 154, 73, 1);
  border: 1px solid #009a49;
}
input[type='date'], input[type='time'] {
    -webkit-appearance: none;
}
.label {
  color: #73777e;
  font: 0.9em/140% 'TheSansLight', Verdana, 'Geneva, sans-serif';
  position: absolute;
  margin: 5px 0 -20px 8px;
  z-index: 1000;
}
.checkbox {
  cursor: pointer;
  border: 2px solid #fff
}

input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid #fff;
      -webkit-box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.4);
}
input[type=checkbox]:checked {
  background: #009a49;
  background-image: url(img/haekchen.svg);
}
input[type=checkbox]:focus {
  box-shadow: 0 0 8px rgba(140, 140, 140, 0.8);
  border: 0px solid #ccc;
}
.buttonBig {
  -webkit-appearance: none;
  width: 210px;
  padding: 15px 4px 15px 4px;
  border: 0px solid #ffffff;
  cursor: pointer;
  font: 1.1em/140% 'TheSans', Verdana, 'Geneva, sans-serif';
  background: #003243;
  moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  margin: 0px auto;
  text-align: center;
      color: #fff;
}
a.buttonBig:link {}
a.buttonBig:visited {
  color: #fff;
}
a.buttonBig:hover {
  color: #fff;
  display: block;
  background: #007fab;
  text-decoration: none;
  border: 0px solid #007fab;
}
@media only screen and (max-width: 640px) {}
.validator {
  display: none;
}