@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
	box-sizing: border-box;
}

textarea:focus, input:focus, select:focus, button:focus, option:focus{
	outline: none;
}

input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	outline: none;

	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

body {
	width: 100%;
	height: 100%;
	font-size: 1em;
	box-sizing: border-box;
	line-height: 1.5em;
	background-color: white;
	color: black;
	position: relative;
	font-family: "effra", sans-serif;
}

html {
	box-sizing: border-box;
	height: 100%;
}

main {
	width: 100%;
	min-height: 100vh;
	padding-bottom: 50px;
	background-color: #F7FBFF;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}

main .logo {
	width: 95%;
	max-width: 400px;
	z-index: 1;
	position: relative;
}

.bann {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	z-index: 1;
	transform: rotate(180deg);
}

.fa-heart {
	animation: heartbeat 2s infinite;
}

@keyframes heartbeat
{
	0%
	{
		color: #fff;
	}
	40%
	{
		color: #87bc4d;
	}
	60%
	{
		color: #fff;
	}
	100%
	{
		color: #fff;
	}
}


main h1 {
	font-size: 45px;
	font-weight: 700;
	line-height: 120%;
	color: #76a73e;
	margin-top: 50px;
	z-index: 1;
	position: relative;
}

.kantoren {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1400px;
	margin-top: 50px;
	z-index: 1;
	position: relative;
}

.kantoren article {
	width: 31.33%;
	margin: 0 1%;
	background-color: white;
	padding: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
	transition: all .3s;	
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.05);
	-moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.05);
	box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.05);
}

.kantoren article a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}

.kantoren article h2 {
	font-weight: 700;
	color: #76a73e;
	font-size: 25px;
	margin-bottom: 15px;
	border-bottom: 5px #F3F3F3 solid;
	padding-bottom: 15px;
	width: 100%;
	text-align: left;
	display: flex;
	justify-content: space-between;
}

.kantoren article p {
	padding: 5px 0; 
	display: inline-block;
	color: #252525;
	font-size: 19px;
}

.kantoren article p i {
	color: #76a73e;
	margin-right: 10px;
}

.kantoren article button {
	margin-top: 10px;
	padding: 15px 0;
	text-align: center;
	background-color: #fff;
	display: block;
	color: rgb(240,240,240);
	width: 100%;
	font-weight: 200;
	border-radius: 4px;
	font-size: 20px;
	border: none;
	font-family: "effra", sans-serif;
	background: #76c537; /* Old browsers */
	background: -moz-linear-gradient(top,  #76c537 1%, #76a83e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #76c537 1%,#76a83e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #76c537 1%,#76a83e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76c537', endColorstr='#76a83e',GradientType=0 );
	-webkit-box-shadow: 0px 0px 22px 0px rgba(109,182,59,0.15);
	-moz-box-shadow: 0px 0px 22px 0px rgba(109,182,59,0.15);
	box-shadow: 0px 0px 22px 0px rgba(109,182,59,0.15);
	transition: all .3s;
}

.kantoren article:hover button {
	transform: scale(1.03);
	-webkit-box-shadow: 0px 0px 22px 0px rgba(109,182,59,0.35);
	-moz-box-shadow: 0px 0px 22px 0px rgba(109,182,59,0.35);
	box-shadow: 0px 0px 22px 0px rgba(109,182,59,0.35);
}

.background_shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.background_shape img {
	width: 100%;
}

.background_shape div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	color: white;
	padding: 5px;
	position: absolute;
}


.background_shape div span {
	margin: 0 10px;
}

.background_shape div a {
	color: white;
}

/* Cookie Melding */
.plenso_cookies {
	position: fixed;
	left: 10px;
	bottom: 10px;
	background-color: white;
	border-radius: 5px;
	max-width: 400px;
	-webkit-box-shadow: 0px 0 45px -0 rgba(0,29,147,0.15);
	-moz-box-shadow: 0px 0 45px -0 rgba(0,29,147,0.15);
	box-shadow: 0px 0 45px -0 rgba(0,29,147,0.15);
	display: flex;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-direction: column;
	padding: 25px;
	transition: all .5s;
	z-index: 500;
}

.plenso_cookies > img {
	width: 50px;
}

.plenso_cookies > div {
	color: #3e3e3e;
	padding: 25px 0px;
	line-height: 25px;
	text-align: justify;
	font-size: 16px;
}

.plenso_cookies > div a {
	color: #3e3e3e;
	text-decoration: underline;
}

.plenso_cookies > a {
	background-color: #76a73e;
	color: white;
	font-size: 15px;
	font-weight: 900;
	white-space: nowrap;
	padding: 18px 30px;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	transition: all .3s;
}

.plenso_cookies > a:hover {
	transform: scale(1.1);
}
/* Einde cookiemelding */

@media all and (max-width: 1200px) {
	.kantoren {
		background-color: #76a73e;
		padding-top: 40px;
		margin-top: 30px;
		padding-bottom: 40px;
	}
	.kantoren article {
		width: 98%;
		margin: 1%;
	}

	.background_shape {
		position: relative;
		height: initial;
		width: 100%;
	}

	main h1 {
		font-size: 25px;
	}
}

@media screen and (max-width: 450px) {  
	.plenso_cookies {
		right: 10px;
	}  
}