html {
	font: normal 13px/1.4 "Arial";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow-y: scroll;
	color: #494948;
}
html,
body {
	height: 100%;
	min-height: 100%;
}
body { margin: 0; }
a { background-color: transparent; }
a:active,
a:hover { outline: 0; }
a {
	color: #2498e3;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #188dd9;
	text-decoration: underline;
}
img {
	box-sizing: border-box;
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}
p {
	margin: 0;
}
h2 {
	text-align: center;
}
.yellow-gradient {
	background: rgb(250,201,0);
	background: -moz-linear-gradient(180deg, rgba(250,201,0,1) 40%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(250,201,0,1) 40%, rgba(255,255,255,1) 100%);
	background: linear-gradient(180deg, rgba(250,201,0,1) 40%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fac900",endColorstr="#ffffff",GradientType=1);
	min-height: 400px;
}
.yellow-gradient h2 {
    display: inline-block;
    width: 100%;
    margin: 170px auto;
}
.page-container {
	position: relative;
	display: table;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	table-layout: fixed;
}
.logo {
	width: 35%;
	margin: 0 auto;
	display: block;
}
.page-footer-wrapper {
	position: relative;
	left: 0;
	bottom: 0;
	background-color: #fac900;
	width: 100%;
	min-height: 200px;
}
.page-footer {
    display: inline-block;
    position: relative;
}
.two-columns {
	width: 100%;
	max-width: 500px;
	margin: 30px auto;
	display: block;
}
.two-columns .col {
	width: 50%;
	display: inline-block;
	margin-right: -4px;
}
.vacatures {
	background-color: #fac900;
	border: white solid 2px;
	width: 400px;
	text-align: center;
	margin: 30px auto;
	padding: 20px 0;
}
.vacatures p {
	color: #494948;
	font-size: 20px;
}
.page-container a {
	color: #494948;
}