
form ::-webkit-input-placeholder {font-size: 1em; font-family: Hind; color: #666;}
form ::-moz-placeholder {font-size: 1em; font-family: Hind; color: #666; opacity: 1;} /* firefox 19+ */
form :-ms-input-placeholder {font-size: 1em; font-family: Hind; color: #666;} /* ie */
form :-moz-placeholder {font-size: 1em; font-family: Hind; color: #666;opacity: 1;}



form {
	margin-left: -11px;
}

form legend {
	display: none;
}

form fieldset {
	border: none;
	width: 96.5% !important;
	margin-left: -0.2em;
}


/* remove dotted line shown at click at select in FF */
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

/* hide browser-styling (arrow) in IE10 */
select::-ms-expand {
  display:none;
}




form input, form textarea, form select {
	font-size: 1em;
	font-family: Hind;
	border: 2px solid #999;
}



form input:not(.add-on), form select {
	display: block;
   margin-bottom: 10px;
   padding-left: 10px;
   padding-top: 7px;
   width: 100%;
   max-width: 600px;
   height: 2.6em;
   box-sizing: border-box;
}

.input {
	position: relative;
}

#arrow {
	border-left: 2px solid #999;
   height: 2.4em;
   right: 0;
   top:0;
   width: 2em;
   position: absolute;
  	pointer-events: none;
  	
}

#arrow::after {
	border-right: 0.15em solid #999;
   border-top: 0.15em solid #999;
   content: "";
   height: 0.5em;
   margin-left: 12px;
   margin-top: 15px;
   position: absolute;
   transform: rotate(135deg);
   width: 0.5em;
}


form input:not(.add-on):focus, form select:not(.error):focus, form textarea:not(.error):focus {
	border-color: #336699;
}

select:not(.add-on):focus + #arrow, select:not(.error):focus + #arrow::after {
	border-color: #336699;
}

select.error + #arrow, select.error + #arrow::after {
	border-color: #ff0000;
}

form textarea {
	width: 100%;
	max-width: 600px;
	height: 12em;
	margin-bottom: 8px;
	padding-left: 10px;
	padding-top: 10px;
	box-sizing: border-box;
}


form select, form input:not(.add-on), form textarea {
   -webkit-appearance: none;
   -moz-appearance: none;
   -webkit-border-radius:0;
   background: transparent;
}

form ::-webkit-input-placeholder {
		font-size: 1em;
		font-family: Hind;
		border-radius: 0;
		box-sizing: border-box;
	}

form select::-ms-expand { /* for IE 11 */
   display: none;
   background: transparent;
   
}

form select {
	cursor: pointer;
}

#contact-form li {
	list-style-type: none; 
}

.btn-primary {
	font-size: 1em;	
	border: none;
	color: #f2f2f2;
	text-decoration: none;
   font-family: Hind;
   cursor: pointer;
   transition: all .1s ease 0s;
   margin-left: -1.6em;
	width: 12em;
	height: 3em;
	background: #194d80;
	padding-top: .1em;
	
	
}

.btn-primary:hover {
	background: none;
	color: #1d5892;
	border: 2px solid #1d5892;
}	

 .input .error, .input .error + label {
	border-color: red !important;
}

.help-inline {
	margin-bottom: 15px;
	margin-top: -5px;
	display: block;
	color: red;
	font-family: Hind;
}

#Dataprotection {
	float: left;
	margin-top: 4px;
}



#datenschutz {
	margin: 10px 0 15px 40px;
}

/* design checkboxes */
input[type='checkbox'] {
	display:none;
}

input[type="checkbox"]:checked + label::before {
	content: '';
	position: absolute;
	border-right: 2px solid #666 !important;
	border-bottom: 2px solid #666 !important;
   border-left: none;
   border-top: none;
   width: 5px;
   height: 9px;
   transform: rotate(35deg);
   border-color: #999;
   margin-left: 5px;
   margin-top: 1px;
   margin-right: 20px;
}

input[type="checkbox"] + label {
	border: 2px solid #999;
	position: absolute;
	width: 0.9em;
	height: 0.9em;
	top: 3px;
	margin-right: 2px;
	cursor: pointer;
}


