.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


.fs-contact{
	border:  none;
	padding: 0;
	margin: 0;
}

.form-control{
	width:  100%;
	line-height: 2;
	outline: 0;
	padding: 0 10px;
	font-size: 13px;
	border:  1px solid #000;
}

.label{
	line-height: 2;
}

.hp{display:none}

.btn{
	padding: 10px 30px;
	background-color: #304B99;
	color: #F79910;
	font-weight: bold;
	border: 1px solid #F79910;
}

.btn:hover{
background: #405a9e;
}

form, input, select, textarea{
	box-sizing: border-box;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #000;
  width: 100%;
  height: 28px;
  padding-left: 10px;
  background: transparent;
  font-size: 13px;
  border-radius: 0;
  color: #000;
}

.parsley-error{
	border: 1px solid red;
	box-sizing: border-box;
}

.parsley-success{
	border-color: green;
}

.parsley-errors-list.filled{
	list-style: none;
	margin: 0;
	padding: 0;
	color:  red;
	display:  block;
}

.parsley-errors-list{
	display: none;
}

select::-ms-expand {
  display: none;
}

#parsley-id-multiple-datum-buchung, #parsley-id-multiple-agb{
	float: right;
	width:  342px;
}