/*neutral*/
* {
	font-family: 'karla', sans-serif;
}
a {
	color: black;
}

.footer,
.header {
	position: relative;

	background: white;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	color: #333;
}

.overlay-content {
	position: relative;
	z-index: 10;
}
.overlay:after {
	content: "";
	position: absolute;
	/*
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAHUlEQVQIW2NkYGD4D8SM6DRIAAQwJDFUwhRRUQcALRkSBISGlPAAAAAASUVORK5CYII=") repeat top left fixed;
	*/
	background: black;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: .33;
	z-index: 1;
}

*,
*:before,
*:after {
	margin: 0;
	box-sizing: border-box;
}
body {
	-webkit-font-smoothing: antialiased;
}
/*text*/
.heading {
	font-weight: 100;
	font-size: 50px;
	line-height: 68px;
}
@media (max-width: 900px) {
	.heading {
		font-size: 32px;
		line-height: 40px;
	}
}
.quot {
	font-size: 140%;
	font-weight: bold;
	line-height: 20px;
}
.subheading {
	font-size: 30px;
	line-height: 40px;
	font-weight: 500;
}
.subsubheading {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 10px;
	font-style: italic;
	color: #383838;
}
@media (max-width: 900px) {
	.subheading {
		font-size: 26px;
		line-height: 35px;
	}
}
p.paragraph.paragraph-readable {
	color: #595959;
}
.lg {
	font-size: 105%;
	color: #444;
}
.paragraph {
	font-size: 17px;
	line-height: 32px;
	font-weight: 100;
}
.heading + .paragraph {
	margin-top: 30px;
}
.subheading + .paragraph {
	margin-top: 10px;
}
p.paragraph {
	color: rgba(0,0,0,.5);
}
.logo {
	font-size: 30px;
	line-height: 30px;
	font-weight: 900;
}
.logo img {
	height: 30px;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
@media (max-width: 420px) {
	.logo {
		font-size: 22px;
	}
}
.nav-link2,
.nav-link {
	text-decoration: none;
	font-size: 18px;
	line-height: 30px;
	color: inherit;
}
.nav-link:not(:first-of-type) {
	margin-left: 20px;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
/*flexbox styles*/
.flex,
.spread,
.center,
.right,
.vertical,
.centervertical {
	display: flex;
}
.spread {
	justify-content: space-between;
}
.center {
	align-items: center;
	justify-content: center;
}
.centervertical {
	flex-direction: column;
	justify-content: center;
}
.right {
	justify-content: flex-end;
}
.vertical {
	flex-direction: column;
}
/*grid*/
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	padding: 0 20px;
}
.col-1 {width: 8.333333%;}
.col-2 {width: 16.666667%;}
.col-3 {width: 25%;}
.col-4 {width: 33.333333%;}
.col-5 {width: 41.666667%;}
.col-6 {width: 50%;}
.col-7 {width: 58.333333%;}
.col-8 {width: 66.666667%;}
.col-9 {width: 75%;}
.col-10 {width: 83.333333%;}
.col-11 {width: 91.666667%;}
.col-12 {width: 100%;}

/*containers*/
.container-lrg,
.container-sml {
	margin: auto;
	width: 100%;
}
.container-lrg {
	max-width: 1080px;
}
.container-sml {
	max-width: 700px;
}
.ctas {
	margin: 40px 0 0 0;
}
.ctas.ctas-sm {
	margin: 30px 0 0 0;
}
.centerdevices,
.sidedevices {
	position: relative;
}.header {
	 padding: 16px 0 16px 0;
	 overflow: hidden;
 }
.header .heading {
	margin: 120px 0 0 0;
}
.header .centerdevices {
	margin: 90px 0 0 0;
}
.heading img {
	height: 40px;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
@media (max-width: 900px) {
	.header .heading {
		margin-top: 60px;
	}
}
.ctas-input {
	outline: none;
	border: none;
	border-radius: 3px;
	font-size: 15px;
	height: 40px;
	padding: 15px;
	width: 100%;
	max-width: 270px;
	display: inline-block;
	margin-bottom: 10px;
}
@media (max-width: 900px) {
	.ctas-input {
		width: 100%;
		max-width: 400px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

.ctas-button.ctas-button {
	color: #141775;
}

.ctas-button-2 {
	box-shadow: inset 0 0 0 0 rgba(0,0,0,0);
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.ctas-button-2:hover {
	box-shadow: inset 0 -40px 0 0 white;
	color: #141775;
}
.ctas-button,
.ctas-button-2 {
	display: inline-block;
	height: 40px;
	line-height: 38px;
	padding: 0 30px;
	background: #fff;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .3px;
	border: 1px solid white;
	text-decoration: none;
	cursor: pointer;
}
.ctas-button-2 {
	background: transparent;
	color: white;
}
@media (max-width: 440px) {
	.ctas-button,
	.ctas-button-2 {
		display: block;
		width: 100%;
		text-align: center;
	}
}
.error {
    background-color: red;
    border-radius: 3px;
    padding: 5px;
    font-weight: bold;
}

#verzonden {
    background-color: #00a200;
    padding: 20px;
}

.socialproof {
	padding: 90px 0;
}
.socialproof .emoji {
	font-size: 28px;
}
@media (max-width: 680px) {
	.socialproof .flex {
		flex-wrap: wrap;
	}
	.socialproof .col-3 {
		width: 50%;
	}
	.socialproof .col-3:nth-of-type(n + 3) {
		margin-top: 30px;
	}
}
.footer {
	padding: 45px 0;
}
.footer .nav-link {
	display: inline-block;
	margin: 0 10px;
}
.contactform {
	padding: 30px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);

	background: #2f296f;
	color: white;
}

.contactform .ctas-input {
	width: 100%;
	max-width: 100%;
}

.contactform .heading {
	font-size: 30px;
	padding-bottom: 4px;
}
.contactform .form-field {
	padding: 5px 0;
}
.contactform textarea {
	height: 160px;
}
