@charset "utf-8";
/* CSS Document */
.form-participant {
  width: 46%;
  margin-right: 2%;
  float: left;
}
@media only screen and (max-width: 680px) {
  .form-participant {
    width: 100%;
    margin-right: 0%;
    clear: both
  }
}
.textfeld-2, .freitext-2 {
  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-2 {
  height: 165px;
  font: 1em/140% 'TheSansLight', Verdana, 'Geneva, sans-serif';
}
.textfeld-K-2 {
  width: 100px;
  line-height: normal;
  text-decoration: none;
  background: #fff;
  color: #333;
  margin-bottom: 8px;
  height: 30px;
  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-2:focus, .textfeld-K-2:focus {
  outline: 0;
  box-shadow: 0 0 8px rgba(0, 154, 73, 1);
  border: 1px solid #009a49;
     height: 30px;  
}
input[type='date'], input[type='time'] {
    -webkit-appearance: none;
}
.label-2 {
  color: #73777e;
  font: 0.9em/140% 'TheSansLight', Verdana, 'Geneva, sans-serif';
  position: absolute;
  margin: 5px 0 -20px 8px;
  z-index: 1000;
}
.label-2:focus,.label-2:active {
  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-2 {
  -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: #009a49;
  moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  margin: 0px auto;
  text-align: center;
      color: #fff;
}
a.buttonBig-2:link {}
a.buttonBig-2:visited {
  color: #fff;
}
.buttonBig-2:hover {
  color: #fff;
  display: block;
  background: #004320;
  text-decoration: none;
  border: 0px solid #007fab;
}
@media only screen and (max-width: 640px) {}
.validator {
  display: none;
}

.weite {
  max-width: 800px;
  margin: 0 auto;
}