h2{
  font-size: 20px;
margin-bottom: 5px;
padding: 10px;
padding-left: 0;
}
h3{
  font-size: 18px;
padding: 10px;
padding-left: 0;
}
button.cta{
  border: none;
  padding: 10px 20px;
  color: #fff;
  background-color:#8D820D;
  float: right;
  margin-top: -36px;
}
button.cta:hover{
  background-color: #FFED00;
  color: #000;
}
#a{
  padding-right: 5px;
}
#b{
  padding-right: 5px;
}

.usp {
	padding: 5px;
  	background: transparent;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
  width: 100%;
	margin: 0 0 20px 0;
}
.usp ul {
	list-style-type: none!important;
	margin: 0!important;
	overflow:hidden;
	padding-top: 15px;
	position: relative;
}
.usp ul li{
	padding-left: 0px!important;
	margin-bottom: 5px!important;
	width: 100%;
    float: left;
	list-style: none!important;
    font-size: 14px;
	font-weight: bold;
  text-indent: -12px;
}
.usp ul li:before {
    content: "✔";
    color: #E9ED00;
    border-radius: 100%;
    text-align: center;
    padding: 2px 6px 5px 5px;
    position: relative;
    display: inline-block;
}

#form1 {
	float:left;
  margin-left: -15px;
	}
#form {
	width:100%;
	overflow:hidden;
	padding:10px;
	border-radius:2%;
	margin-bottom: 20px;
}
.box {
	float:left;
	margin:2%;
	width:96%;
	text-align:left;
}
#bericht {
	float:left;
	width:95%;
	margin:2%;
	text-align:left;
}
input {
	float:				left;
    padding: 			3% 2%;
	width:				95%;
    border-radius:		4%;
    height: 16px!important;
	}
input.error{
  border: 1px solid red!important;
}
label {
    float: left;
    padding-bottom: 3%;
	font-size:16px;
    width: 90%;
	}
textarea {
	float:				left;
    padding: 			3% 2%;
	width:				98%;
    border-radius:5px;
    height: 190px;
    resize: none;
}
textarea.error{
  border: 1px solid red!important;
}
label.error {
	float:				right;
	width:				10px !important;
	margin:				-20px 0 0 0;
	padding:			0px;
	}
button.button {
  padding: 2px 20px;
  background-color:#8D820D;
  color: #fff;
	clear: 				left;
    float: 				left;
    border: 			medium none;
    border-radius:		2%;
    clear: 				left;
    cursor: 			pointer;
	font-size:			16px;
    line-height: 		2em;
	margin-left:		2%;
	margin-top:			1%;
    text-align: 		center;
	}
button.button:hover{
  background-color: #F9CF3A;
}
