body {
	color: black;
	background-color: transparent;
	margin-left:30px;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 150%;
}

a {
  text-decoration: none;
  color:#00a9cb;
}
a:hover {
  text-decoration: underline;
  color:#00a9cb;
}

.subtitel {
	font-size: 24px;
	line-height: normal;
}

.vacature {
	font-size: 36px;
	color:#00a9cb;
	line-height: normal;
}

.duur {
	font-size: 12px;
	text-decoration: none;
	color: black;
}

 
 .veld {
    width:100%;
    height:35px;
    padding: 5px;
    font: 16px Open-Sans, sans-serif;
    border: 1px solid #DADADA;
    color: #7F7E7F;
    background-color: #F6F6F6;
    border-radius: 2px;
    box-sizing: border-box;
}

 .blauw {
    width:100%;
    height:35px;
    padding: 5px;
    font: 16px Open-Sans, sans-serif;
    border: 1px solid #DADADA;
    color: #FFFFFF;
    background-color: #00a9cb;
    border-radius: 2px;
    box-sizing: border-box;
}

.blauwsmall {
    width:50%;
    height:55px;
    padding: 5px;
    font: 18px Open-Sans, sans-serif;
    border: 1px solid #DADADA;
    color: #FFFFFF;
    background-color: #00a9cb;
    border-radius: 2px;
    box-sizing: border-box;
}

