@import url('https://fonts.googleapis.com/css?family=Ubuntu');

.contacteren_section {
	margin: 0%;
	padding: 0%;
	font-family: 'Ubuntu'
}

.contacteren_title {
	font-weight: bold;
}

.contacteren_informatie {
	margin: 25px 0;
}

.contacteren_input_wrapper {
    position: relative;
    margin-bottom: 10px;
}

.contacteren_form label {
	line-height: 2px;
	color: #999999;
	position: absolute;
	top: 50%;
	left: 0;
	margin-left: 0.75em;
	transform: translateY(-50%);
	transition: 0.2s ease-in-out;
	z-index: 10;
	cursor: text;
}

.contacteren_input_wrapper--active label {
	font-size: 0.75rem;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 0.5rem;
	transform: translateY(-50%);
	padding: 0 0.5rem;
	background-color: #FFFFFF;
	color: #232323;
	font-weight: 400;
}

.contacteren_input {
	line-height: 1;
	font-size: 1rem;
	color: #000;
	border-radius: 5px;
	width: 100%;
	padding: 14px 15px;
	margin-right: 50px;
	display: inline-block;
	border: 1px solid #C8C8C8;
	box-sizing: border-box;
	outline: none;
	background-color: #fff;
}

.contacteren_input:-webkit-autofill {
	transition: background-color 500s ease-in-out 0s;
}

.contacteren_input:hover,
.contacteren_input:active {
	border-color: #232323;
}

.contacteren_submit {
	margin-top: 20px;
	cursor: pointer;
	border-radius: 4px;
	height: 3rem;
	background-color: #FFFFFF;
    color: #117A36;
	padding: 0 1rem;
	border: 1px solid #18AD4C;
	line-height: 1;
    font-weight: bold;
    font-size: 1.25rem;
}

.contacteren_submit:hover {
	background-color: #d8f0e1;

}

.contacteren_gegevens {
	margin-top: 0.75rem;
	color: #999999;
	font-size: 0.75rem;
	line-height: 1.2;
}

.contacteren_gegevens a{
	color: #999999 !important;
}