/* ==========================================================================
   Insert Your Custom Styles Below. All styles located in this file will
   override existing main.css stylesheets.
   ========================================================================== */ 

.clear {
	clear: both;
}

.news-info p {
	color: #ffffff;
}

.sumspace {
	margin: 75px 0 50px 0;
}

h1.aanvraag {
	color: #1E2633;
}

/*============================
Form styling
==============================*/

form .form-group label {
	font-family: 'Montserrat', sans-serif;
	color: #78818E;
	font-size: 1.5rem;
	margin-top: 10px;
	text-align: left;
}

form.contactForm-form button {
	font-family: 'Montserrat', sans-serif;
	background-color: #0bb1d8;
	border-color: rgba(0, 0, 0, 0);
	color: #FFFFFF;
	text-transform: uppercase;
	width: 100%;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
	font-size: 12.5px;
	line-height: 1.33;
	padding: 18px 32px;
}

form.contactForm-form button:hover, form.contactForm-form button:active, form.contactForm-form button:focus {
	background-color: #0f98b6;
	border-color: transparent;
	color: #FFFFFF;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

form.contactForm-form button:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}