/* Form Style */
.form-group {
	margin-bottom: 0px;
	width:100%;
	display:inline-block;
	padding-top:10px;
	padding-bottom:10px;
	border:solid 0px #cccccc;
	vertical-align:top;
	margin-left:auto;
	margin-right:auto;
	font-size:0.8em;
}

.input-control {
    height: 45px;
    width: 100%;
    border: 0px solid #fff;
    vertical-align: top;
    font-family: "Helvetica";
    font-size: 1.2em;
    padding-left: 10px;
    color: #376f7c	;
    background: #fff;
}

.select-white .collapse:after {
    background-image: url('../images/person.png');
}
.select-white .collapse:after {background-color: #FFF;}
.select-white .collapse {border:0px solid #FFF;}

.collapse {
    position: relative;
    overflow: hidden;
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

.collapse:after {
    position: absolute;
    content: "";
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    top: 0;
    right: 0;
    width: 45px;
    pointer-events: none;  /* important */
    bottom: 0;
}


.collapse.input:after {
    background-image: url("../images/calendar.png");
    bottom: 0;
    cursor: pointer;
    right: 0;
    top: 0;
    width: 45px;
}

.collapse > select {
    background: #fff;
    border: 0px;
    font-family: "Helvetica";
    font-size: 1.2em;
    cursor: pointer;
    padding: 0px 0px 0px 14px;
    height: 46px;
    width: 100%;
    color: #376f7c;
    position: relative;
    text-overflow: "";
    text-indent: 0.01px;
	-webkit-appearance: none;
}

.collapse.person {
	border:0px solid #FFF;
	height:46px;
}

select > option {padding: 15px;}

.simpleText {
	position: relative;
    overflow: hidden;
    width: 100%;
    vertical-align: top;
    display: inline-block;
    height: 100%;
    cursor: pointer;
	border:solid 0px #fff;
}

.simpleText > input.input-control ,
.simpleText > select.form-select {
    border: 0;
}

.simpleArea {
	position: relative;
    overflow: hidden;
    width: 100%;
    vertical-align: top;
    display: inline-block;
    height: 100%;
    cursor: pointer;
	border:solid 1px #fff;
	padding-top:5px;
	vertical-align: top;
    font-family: "Helvetica";
    color: #376f7c	;
    background: #fff;
    -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -ms-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -o-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.anfrage {
	width:170px;
	margin-left:auto;
	margin-right:auto;
}