p {
	font-family: 'Lato', sans-serif;
    font-weight: 400;
	font-size: 20px;
	line-height: 24px;
}
.contentbox p {
	font-size:24px;
}
.contentbox li {
	font-size:22px;
}
.lead_text {
	margin-bottom: 20px;
    font-size: 20px;
    font-weight: 200;
	line-height: 32px;}

.ueberschrift_klein {
	font-size: 14px;
	color: #66cdcc;
	line-height: 18px;
    margin-bottom: 10px;
}
.ueberschrift_mittel {
  color: #66cdcc;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
}
.aform h3 {
  font-family: 'Lato', sans-serif!important;
  font-size: 17px!important;
  text-transform: none!important;
  line-height: 24px;
  margin-bottom: 14px!important;
  color:#5e5e5e!important;
}
.aform hr {    
	margin: 24px 0;
    border: 0;
    border-top: 1px solid #f2f2f4;
    border-bottom: 1px solid white;
}
.btn-primary{text-align:center!important;}
.g-recaptcha {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #42516a;
  background-image: -moz-linear-gradient(top, #66cdcc, #424a6a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#66cdcc), to(#424a6a));
  background-image: -webkit-linear-gradient(top, #66cdcc, #424a6a);
  background-image: -o-linear-gradient(top, #66cdcc, #424a6a);
  background-image: linear-gradient(to bottom, #66cdcc, #424a6a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF66cdcc', endColorstr='#FF424A6A', GradientType=0);
  border-color: #424a6a #424a6a #25293b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #424a6a;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.g-recaptcha:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: white;
  background-color: #424a6a;
  *background-color: #383f5a;
}
.g-recaptcha:active, .btn-primary.active {
  background-color: #2e344b \9;
}
