.design_template.form {
  background-image: url( /resources/images/bgr1.png);
  background-position: center top;
  background-repeat: no-repeat;
  padding: 10px 0 30px 0px;
  margin-top: -45px;
  z-index: 9999;
  background-size: 100%;
  position: relative;
  align-content: center;
}
.design_template.form .form-container {
    width: 62%;
	padding-left: 11%
}
.design_template h2 {
	text-align: center;
	text-transform: normal;
	padding: 20px 0;
	font-weight:bold
}
.design_template.form h2 { text-align: center; }

.design_template.form form {
    margin-top: 30px;
    margin-bottom: 30px;
}

.design_template.form .control-label {
    display: block;
}
.design_template.form input[type="radio"] + .control-label {
    display: inline-block;
}

.design_template.form .control-label.field_privacy {
    display: inline;
}

.design_template.form .form-group {
    width: 49%;
    float:left;
    padding:5px;
}

.design_template.form input,
.design_template.form select {
    padding: 12px 10px;
    font-size: 16px;
    font-weight: normal;
    color: #242424;
    font-family: Rubik;
}

.design_template.form .btn.btn-primary {
    background: #FED23E;
    border-color: #FED23E;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 40px;
	color: #1A1A1A
}

#div-wo {
    position: relative;
    top:-35px;
}


.frm_anfrage label.control-label:not(.field_geschlecht):not(.field_person):not(.field_privacy) {
    color: #82B334;
    font-weight: bold;
}


