@font-face {
	font-family: Kefa;
	font-weight: 400;
	src: url("../fonts/Kefa-Regular.ttf") format("truetype");
	font-display: swap;
	}

@font-face {
	font-family: Averta;
	font-weight: 400;
	src: url("../fonts/averta-regular.otf") format("opentype");
	font-display: swap;
	}

* {
	margin: 0;
	padding: 0;
	border: none;
	underline: none;
	outline: none;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	}

html, body {
	background: #f2ede4;
	font-family: "Averta", Arial, sans-serif;
	}

#header {
	width: 500px;
	position: fixed;
	background: #fff;
	box-sizing: border-box;
	border-radius: 0 0 20px 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.09);
	z-index: 15;
	padding: 12px 4px;
	margin-left: -250px;
	left: 50%;
	}

#logo {
	width: 100px;
	height: 60px;
	background: url(../img/saeda-logo.svg);
	background-size: 58px 55px;
	background-position: center;
	background-repeat: no-repeat;
	border-right: 1px solid #e7e7e7;
	float: left;
	}

#menu {
	float: left;
	padding-top: 18px;
	margin-left: 10px;
	}

#menu li {
	position: relative;
	list-style: none;
	display: inline-block;
	margin: 0 15px;
	top: 0;

	-webkit-transition: top .4s ease;
	-moz-transition: top .4s ease;
	-ms-transition: top .4s ease;
	-o-transition: top .4s ease;
	transition: top .4s ease;
	}

#menu li:hover {
	top: -4px;
	}

#menu li a {
	color: #000;
	}

#menu li a:after {
	width: 4px;
	height: 4px;
	background: #6ea72f;
	border-radius: 99px;
	display: block;
	opacity: 0;
	content: "";
	margin: 8px auto 0 auto;

	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
	}

#menu li:hover a:after, #menu li.current a:after {
	opacity: 1;
	}

#hero {
	width: 100%;
	position: relative;
	background: #222 url(../img/cover.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 150px;
	}

#hero.over {
	background: #222 url(../img/hero-over.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	}

#hero.diensten {
	background: #222 url(../img/hero-diensten.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	}

#hero.contact {
	background: #222 url(../img/hero-contact.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	}

#hero:after, .split .image:after, .block.banner:after {
	width: 100%;
	height: 100%;
//	background: linear-gradient(120deg, #929f4e, #141510);
//	background: linear-gradient(120deg, #433c34, #553b11);
	background: linear-gradient(120deg, #716961, #141414);
	position: absolute;
	opacity: 0.7;
	content: "";
	top: 0; left: 0;
	}

#hero:before {
	width: 300px;
	height: 360px;
	position: absolute;
	background: url(../img/pattern-white.svg);
	background-size: 507px 486px;
	background-repeat: no-repeat;
	opacity: 0.2;
	content: "";
	right: 0px; bottom: 0px;
	}

.hero-holder {
	position: relative;
	color: #fff;
	text-align: center;
	z-index: 1;
	padding: 220px 0;
	margin: 0 auto;
	}

.sub {
	background: rgba(255, 255, 255, 0.3);
	font-size: 18px;
	border-radius: 99px;
	display: inline-block;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	padding: 12px 20px;
	margin-bottom: 20px;
	}

h1 {
	font-family: Kefa;
	font-weight: 400;
	font-size: 88px;
	letter-spacing: -4.6px;
	}

#hero p {
	width: 590px;
	font-size: 21px;
	line-height: 170%;
	opacity: 0.95;
	margin: 30px auto;
	}

#scroll-down {
	width: 100px;
	height: 100px;
	position: absolute;
	background-color: #fff;
	background-image: url(../img/scroll-down.svg);
	border-radius: 99px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.09);
	z-index: 2;
	cursor: pointer;
	margin-left: -50px;
	left: 50%; bottom: -50px;

	-webkit-transition: background .4s ease;
	-moz-transition: background .4s ease;
	-ms-transition: background .4s ease;
	-o-transition: background .4s ease;
	transition: background .4s ease;
	}

#scroll-down:hover {
	background-color: #eeeded;
	background-position: 30% 40%;
	}

.pattern {
	background: url(../img/pattern-white.svg);
	}

.pattern.p-1-w {
	width: 600px;
	height: 575px;
	position: absolute;
	opacity: 0.6;
	top: 150px; left: -490px;
	}

.block {
	width: 100%;
	position: relative;
	padding: 100px 0;
	}

.block.darker {
	background: #eae5db;
	}

.block.banner {
	background: url(../img/cover.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	}

.block.darker:after {
	width: 300px;
	height: 360px;
	position: absolute;
	background: url(../img/pattern-dark.svg);
	background-size: 507px 486px;
	background-repeat: no-repeat;
	opacity: 0.07;
	content: "";
	right: 0px; bottom: 0px;
	}

.block.pattern-left:after {
	width: 507px;
	height: 486px;
	position: absolute;
	background: url(../img/pattern-dark.svg);
	background-size: 507px 486px;
	background-repeat: no-repeat;
	opacity: 0.1;
	content: "";
	left: -270px; top: 140px;

	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	}

.block.pattern-left-g:after {
	width: 507px;
	height: 486px;
	position: absolute;
	background: url(../img/pattern-green.svg);
	background-size: 507px 486px;
	background-repeat: no-repeat;
	opacity: 0.1;
	content: "";
	left: -370px; top: 40%;

	-webkit-transform: rotate(70deg);
	-moz-transform: rotate(70deg);
	-ms-transform: rotate(70deg);
	-o-transform: rotate(70deg);
	transform: rotate(70deg);
	}

.block .holder, .dienst-holder, #footer .holder {
	width: 1450px;
	position: relative;
	display: table;
	z-index: 1;
	margin: 0 auto;
	}

h2 {
	width: 890px;
	font-family: "Kefa";
	font-weight: 400;
	font-size: 54px;
	letter-spacing: -2.4px;
	}

h2:after {
	content: ".";
	color: #6ea72f;
	}

h2.center {
	width: auto;
	position: relative;
	text-align: center;
	z-index: 1;
	}

.block p {
	width: 560px;
	font-size: 20px;
	line-height: 180%;
	margin: 60px 0 60px 140px; 
	}

.block p.center {
	position: relative;
	font-size: 19px;
	text-align: center;
	margin: 30px auto;
	}

.block p.center.wide {
	width: 780px;
	}

.block .text-holder {
	width: 700px;
	position: relative;
	display: inline-block;
	z-index: 1;
	}

.block .text-holder.right {
	margin-left: 750px;
	}

.block .text-holder .sub-title {
	background: #fff;
	color: #423d33;
	font-size: 15px;
	letter-spacing: 0.7px;
	border-radius: 99px;
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.07);
	display: inline-block;
	padding: 12px 24px;
	margin-bottom: 26px;
	}

.block .text-holder h2, .block .text-holder p {
	width: 100%;
	margin-left: 0;
	}

.block .text-holder h2 {
	width: 80%;
	font-size: 50px;
	}

.block .text-holder p {
	font-size: 19px;
	margin-top: 20px;
	margin-bottom: 50px;
	}

.block .text-holder .button, .banner-holder .button {
	background: #6ea72f;
	color: #fff;
	border-radius: 12px;
	box-shadow: 0px 20px 40px rgba(110, 167, 47, 0.1);

	-webkit-transition: background .4s ease;
	-moz-transition: background .4s ease;
	-ms-transition: background .4s ease;
	-o-transition: background .4s ease;
	transition: background .4s ease;
	}

.block .text-holder .button:hover, .banner-holder .button:hover {
	background: #5e8f27;
	}

.block .text-holder .button .arrow, .banner-holder .button .arrow {
	background-color: #598a24;
	background-image: url(../img/arrow-white.svg);
	background-size: 40px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 0 12px 12px 22px;
	}

.block .text-holder .button:hover .arrow, .banner-holder .button:hover .arrow {
	background-color: #446a1b;
	border-radius: 0 12px 12px 32px;
	}

.block .picture {
	width: 570px;
	height: 570px;
	position: absolute;
	display: inline-block;
	top: 50%; right: 0;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	}

.block .picture.left {
	left: 0; right: auto;
	}

.block .picture img {
	width: 100%;
	position: relative;
	border-radius: 24px;
	z-index: 1;
	}

.block .picture:after {
	width: 570px;
	height: 570px;
	position: absolute;
	background: #f6f3ed;
	content: "";
	border-radius: 24px;
	left: 0;

	-webkit-transform: rotate(8deg);
	-moz-transform: rotate(8deg);
	-ms-transform: rotate(8deg);
	-o-transform: rotate(8deg);
	transform: rotate(8deg);
	}

.block .picture.left:after {
	background: #f4f0ea;

	-webkit-transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	transform: rotate(-8deg);
	}

.half-circle {
	width: 300px;
	height: 600px;
	position: absolute;
	background: #f6f3ed;
	border-radius: 600px 0 0 600px;
	top: 0; right: 0;
	}

.half-circle.left {
	width: 600px;
	border-radius: 999px;
	margin-top: -300px;
	top: 50%;
	left: -540px;
	right: auto;
	}

#services {
	width: 800px;
	margin: 120px auto;
	}

.service {
	width: 300px;
	height: 300px;
	position: relative;
	background: #ded5c6;
	box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.04);
	border-radius: 12px;
	display: inline-block;
	margin-bottom: 80px;

	-webkit-transition: box-shadow .4s ease, -webkit-transform .4s ease;
	-moz-transition: box-shadow .4s ease, -moz-transform .4s ease;
	-ms-transition: box-shadow .4s ease, -ms-transform .4s ease;
	-o-transition: box-shadow .4s ease, -o-transform .4s ease;
	transition: box-shadow .4s ease, transform .4s ease;
	}

.service:hover {
	box-shadow: 0px 50px 50px rgba(141, 122, 104, 0.25);

	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
	}

.service:nth-child(even) {
	float: right;
	top: 100px;
	}

.service .icon {
	width: 180px;
	height: 180px;
	position: relative;
	margin: 40px auto;
	}

.icon.opvoedinterventies {
	background: url(../img/icon-opvoedinterventies.svg);
	}

.icon.casusregie {
	background: url(../img/icon-casusregie.svg);
	}

.icon.begeleidbezoek {
	background: url(../img/icon-begeleidbezoek.svg);
	}

.icon.kortambulant {
	background: url(../img/icon-kortambulant.svg);
	}

.service h3 {
	width: 100%;
	font-weight: 400;
	font-size: 18px;
	color: #5a554c;
	text-align: center;
	position: absolute;
	bottom: 40px;
	}

.block.split {
	width: 94%;
	background: #232422;
	border-radius: 34px;
	padding: 160px 0;
	left: 3%;
	}

.block.split:after {
	width: 300px;
	height: 360px;
	position: absolute;
	background: url(../img/pattern-white.svg);
	background-size: 507px 486px;
	background-repeat: no-repeat;
	opacity: 0.05;
	content: "";
	right: 0px; bottom: 0px;
	}

.split .image {
	width: 50%;
	height: 100%;
	position: absolute;
	background: url(../img/overleg.jpg);
	background-position: center;
	background-size: cover;
	border-radius: 34px 0 0 34px;
	overflow: hidden;
	top: 0; left: 0;
	}

.split .card {
	width: 600px;
	position: relative;
	background: #ded8cc;
	z-index: 1;
	box-sizing: border-box;
	border-radius: 24px;
	padding: 50px;
	margin-left: -300px;
	left: 55%;
	}

.card h2 {
	width: 100%;
	}

.card p {
	width: 100%;
	font-size: 19px;
	padding-bottom: 20px;
	margin: 20px 0;
	}

.omar {
	width: 160px;
	position: absolute;
	-webkit-filter: drop-shadow(-10px -20px 30px rgba(0, 0, 0, 0.15));
	filter: drop-shadow(-10px -20px 30px rgba(0, 0, 0, 0.15));
	bottom: 0; left: 0;
	}

.circle {
	width: 76px;
	height: 76px;
	border-radius: 99px;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.12);
	float: left;
	margin-right: 36px;
	}

.signature {
	width: 150px;
	margin-top: 14px;
	margin-bottom: 40px;
	margin-left: 100px;
	}

.signature:before {
	width: 80px;
	height: 2px;
	background: #000;
	content: "";
	float: left;
	display: inline-block;
	}

.button {
	height: 60px;
	background: #d3cdc3;
	font-weight: 600;
	font-size: 19px;
	color: #000;
	display: inline-block;

	-webkit-transition: background .4s ease;
	-moz-transition: background .4s ease;
	-ms-transition: background .4s ease;
	-o-transition: background .4s ease;
	transition: background .4s ease;
	}

.button:hover {
	background: #c3bdb3;
	}

.button span {
	float: left;
	margin: 15px 28px;
	}

.button .arrow {
	width: 60px;
	height: 60px;
	background-color: #ccc6bb;
	background-image: url(../img/arrow.svg);
	background-size: 40px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	float: left;

	-webkit-transition: background-color .4s, background-position .4s ease, border-radius .4s ease;
	-moz-transition: background-color .4s, background-position .4s ease, border-radius .4s ease;
	-ms-transition: background-color .4s, background-position .4s ease, border-radius .4s ease;
	-o-transition: background-color .4s, background-position .4s ease, border-radius .4s ease;
	transition: background-color .4s, background-position .4s ease, border-radius .4s ease;
	}

.button:hover .arrow {
	background-color: #aea99f;
	}

.button:hover .arrow, .block .text-holder .button:hover .arrow {
	background-position: 65% 50%;
	}

.card .button {
	position: absolute;
	border-radius: 12px 0 0 0;
	bottom: 0; right: 0;
	}

#white-circle {
	width: 170px;
	height: 170px;
	position: relative;
	margin: 0 auto 30px auto;
	}

#saeda {
	width: 100%;
	height: 100%;
	position: relative;
	background: #fff url(../img/saeda-logo.svg);
	background-size: 60%;
	background-position: center 43%;
	background-repeat: no-repeat;
	border-radius: 99px;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
	z-index: 2;
	}

#pulse {
	width: 180%;
	height: 180%;
	position: absolute;
	background: #a2ce72;
	border: 1px solid #85bf46;
	box-sizing: border-box;
	border-radius: 199px;
	z-index: 1;
	opacity: 1;
	margin: -40% -40%;
	top: 0;

	-webkit-animation: pulse-ring 2.6s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	-moz-animation: pulse-ring 2.6s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	-o-animation: pulse-ring 2.6s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	animation: pulse-ring 2.6s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;

	-webkit-transition: opacity 0.4s ease;
	-moz-transition: opacity 0.4s ease;
	-ms-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	}

#pulse.fade-out {
	opacity: 0;
	animation: none;
	}

@-webkit-keyframes pulse-ring {
	0% {
		-webkit-transform: scale(0.33);
		}
	80%, 100% {
		opacity: 0;
		}
	}

@-moz-keyframes pulse-ring {
	0% {
		-moz-transform: scale(0.33);
		}
	80%, 100% {
		opacity: 0;
		}
	}

@-o-keyframes pulse-ring {
	0% {
		-o-transform: scale(0.33);
		}
	80%, 100% {
		opacity: 0;
		}
	}

@keyframes pulse-ring {
	0% {
		transform: scale(0.33);
		}
	80%, 100% {
		opacity: 0;
		}
	}

#partners {
	width: 80%;
	height: 180px;
	position: relative;
	background: #e9e2d8;
	border-radius: 18px;
	white-space: nowrap;
	margin-top: 60px;
	margin-left: 10%;
	}

#partners:before, #partners:after {
	width: 100px;
	height: 100%;
	position: absolute;
	background: linear-gradient(90deg, rgba(233, 226, 216, 1), rgba(233, 226, 216, 0));
	border-radius: 18px 0 0 18px;
	content: "";
	z-index: 2;
	top: 0; left: 0;
	}

#partners:after {
	background: linear-gradient(90deg, rgba(233, 226, 216, 0), rgba(233, 226, 216, 1));
	border-radius: 0 18px 18px 0;
	left: auto; right: 0;
	}

#slider {
	width: auto;
	height: 100%;
	overflow: hidden;
	}

.partner {
	width: 180px;
	height: 100px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: -50px;
	margin-left: 80px;
	margin-right: 80px;
	top: 50%;
	}

.partner img {
	max-width: 180px;
	max-height: 75px;
	position: relative;
	display: block;
	vertical-align: middle;
	margin: 0 auto;
	top: 50%;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	}

.banner-holder {
	width: 600px;
	position: relative;
	text-align: center;
	z-index: 1;
	margin: 0 auto;
	padding: 60px 0;
	}

.banner-holder h2, .banner-holder p {
	max-width: 560px;
	color: #fff;
	}

.banner-holder h2 {
	font-size: 68px;
	}

.banner-holder h2:after {
	content: "";
	}

.banner-holder p {
	margin: 10px 0 40px 0;
	}

.banner-holder .button {
	margin-left: -60px;
	}

#footer {
	width: 100%;
	background: #eae5db;
	background: #e3dfd6;
	padding: 100px 0;
	}

#footer-logo {
	width: 100px;
	height: 94px;
	position: relative;
	background: url(../img/saeda-logo.svg);;
	display: inline-block;
	margin-bottom: 20px;
	}

.left-block {
	float: left;
	margin-right: 120px;
	}

.left-block p {
	font-size: 15px;
	letter-spacing: -0.3px;
	color: #514c40;
	display: block;
	}

.column {
	display: inline-block;
	vertical-align: top;
	margin: 0 100px;
	}

.column:nth-of-type(3) {
	width: 300px;
	float: right;
	}

.column h3 {
	position: relative;
	font-family: "Kefa";
	font-weight: 400;
	font-size: 22px;
	letter-spacing: -0.4px;
	margin-bottom: 48px;
	}

.column h3:before {
	width: 20px;
	height: 4px;
	position: absolute;
	background: #6ea72f;
	border-radius: 9px;
	content: "";
	bottom: -24px; left: 0;
	}

.column li {
	line-height: 170%;
	list-style: none;
	margin-bottom: 38px;
	}

.column li, .column li a {
	font-size: 18px;
	color: #514c40;

	-webkit-transition: color .4s ease;
	-moz-transition: color .4s ease;
	-ms-transition: color .4s ease;
	-o-transition: color .4s ease;
	transition: color .4s ease;
	}

.column li a {
	display: inline-block;
	}

.pdf {
	position: relative;
	font-size: 9px;
	color: #88806d;
	letter-spacing: 0.4px;
	top: -10px; left: 5px;
	}

.column li a:after {
	width: 0;
	height: 1px;
	background: #222;
	content: "";
	display: block;

	-webkit-transition: width .4s ease;
	-moz-transition: width .4s ease;
	-ms-transition: width .4s ease;
	-o-transition: width .4s ease;
	transition: width .4s ease;
	}

.column li a:hover {
	color: #222;
	}

.column li a:hover:after {
	width: 100%;
	}

.development p {
	font-size: 14px;
	letter-spacing: -0.3px;
	color: #717171;
	margin-top: 40px;
	}

.development p a {
	font-weight: 600;
	color: #717171;
	display: inline-block;
	}

.development p a:after {
	width: 0;
	height: 1px;
	background: #222;
	content: "";
	display: block;

	-webkit-transition: width .4s ease;
	-moz-transition: width .4s ease;
	-ms-transition: width .4s ease;
	-o-transition: width .4s ease;
	transition: width .4s ease;
	}

.development p a:hover:after {
	width: 100%;
	}

/* OVER ONS */

#year {
	width: 100%;
	position: absolute;
	font-family: "Kefa";
	font-weight: 400;
	font-size: 110px;
	color: #e3dccf;
	letter-spacing: -7px;
	text-align: center;
	top: -72px;
	}

.line {
	width: 2px;
	height: 80px;
	background: #e3dccf;
	display: block;
	margin: 80px auto -80px auto;
	}

.picture {
	width: 90%;
	position: relative;
	border-radius: 34px;
	display: block;
	margin: 0 auto;
	}

#people {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 80px 0;
	}

.person {
	width: 300px;
	height: 360px;
	position: relative;
	background: #ded8cc;
	border-radius: 62px;
	display: inline-block;
	float: left;
	margin: 0 60px;
	}

.person:nth-child(2) {
	top: 30px;
	}

.person-holder {
	width: 100%;
	height: 110%;
	position: absolute;
//	background: #ded8cc;
	border-radius: 62px;
	overflow: hidden;
	bottom: 0;
	}

.person img {
	height: 100%;
	position: absolute;
	-webkit-filter: drop-shadow(-60px 10px 15px rgba(0, 0, 0, 0.12));
	filter: drop-shadow(-40px 10px 15px rgba(0, 0, 0, 0.12));
	bottom: 0;
	}

.person-abdulkadir {
	margin-left: -16%;
	}

.person-hassan {
	margin-left: -8%;
	}

.person h3 {
	width: 100%;
	position: absolute;
	font-size: 15px;
	color: #736753;
	text-align: center;
	bottom: -40px;
	}

/* DIENSTEN */

#diensten {
	margin-top: -200px;
	}

.dienst {
	position: relative;
	counter-increment: nums;
	padding-top: 200px;
	}

.dienst:not(:last-child) .dienst-holder {
	border-bottom: 1px solid #ddd9d3;
	padding-bottom: 100px;
	}
/*
.dienst-holder {
	counter-increment: numbs;
	}

.dienst-holder:before {
	position: absolute;
	font-family: Kefa;
	font-size: 34px;
	font-weight: 400;
	color: #6ea72f;
	content: "0"counter(numbs);
	opacity: 0.95;
	top: 0; right: 180px;
	}*/

.dienst h3 {
	font-family: "Kefa";
	font-size: 18px;
	color: #736753;
	letter-spacing: 1px;
	margin-top: 12px;
	margin-left: 100px;
	}

.block .dienst p {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	}

.dienst:before {
	position: absolute;
	font-family: Kefa;
	font-size: 260px;
	font-weight: 400;
	color: #f8f4ed;
	content: "0"counter(nums);
	opacity: 0.95;
	margin-top: -140px;
	top: 50%; left: -120px;

	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	}

/* CONTACT */

#contactForm {
	width: 600px;
	position: relative;
	background: #ded8cc;
	border-radius: 12px;
	float: left;
	padding: 80px 60px;
	margin-top: 100px;
	top: 0;
	}

.contactHolder {
	width: 100%;
	display: block;
	margin-bottom: 45px;
	}

#contactForm input, #contactForm textarea {
	font-family: "Averta";
	font-size: 19px;
	color: #333;
	outline: none;
	box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.04);
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 16px 22px;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	-webkit-transition: border .3s ease;
	-moz-transition: border .3s ease;
	-ms-transition: border .3s ease;
	-o-transition: border .3s ease;
	transition: border .3s ease;
	}

#contactForm input:active, #contactForm input:focus, #contactForm textarea:active, #contactForm textarea:focus {
	border: 1px solid #598a24;
	}

#contactForm input {
	width: 240px;
	}

#contactForm textarea {
	width: 520px;
	height: 250px;
	resize: none;
	}

#contactForm span {
	position: absolute;
	font-family: "Averta";
	font-size: 19px;
	color: #598a24;
	pointer-events: none;
	margin-top: 16.5px;
	margin-left: 23px;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;

	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
	}

#contactForm span.selected {
	background: #598a24;
	font-size: 14px;
	color: #fff;
	border-radius: 20px;
	padding: 5px 10px;
	margin-top: -32px;
	margin-left: 10px;
	}

#contactForm input#verstuur {
	background: #6ea72f;
	font-family: "Kefa";
	font-size: 21px;
	font-weight: 600;
	color: #fff;
	border: none;
	border-radius: 12px;
	cursor: pointer;
	padding: 22px;

	-webkit-transition: background 0.3s ease !important;
	-moz-transition: background 0.3s ease !important;
	-ms-transition: background 0.3s ease !important;
	-o-transition: background 0.3s ease !important;
	transition: background 0.3s ease !important;
	}

#contactForm input#verstuur:hover {
	background: #598a24;
	}

#contactForm span#melding {
	font-size: 20px;
	color: red;
	margin-top: 20px;
	}

#melding.success {
	color: #06a97d;
	}

#gegevens {
	float: left;
	margin-top: 100px;
	margin-left: 140px;
	}

#gegevens h3 {
	font-family: "Kefa";
	font-weight: 400;
	font-size: 26px;
	letter-spacing: -0.4px;
	overflow: hidden;
	margin-bottom: 40px;
	}

.gegevens-holder {
	width: 280px;
	background: #ece6da;
	border-radius: 12px;
	display: inline-block;
	}

#gegevens .home-icon, #gegevens .telephone-icon, #gegevens .email-icon, #gegevens .kvk-icon {
	width: 50px;
	height: 50px;
	background-color: #ded8cc;
	border-radius: 99px;
	float: left;
	margin-right: 26px;
	}

#gegevens .home-icon:after, #gegevens .telephone-icon:after, #gegevens .email-icon:after, #gegevens .kvk-icon:after {
	width: 35px;
	height: 35px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	content: "";
	top: 50%;
	margin: -17.5px auto 0 auto;
	}

.home-icon:after {
	background: url(../img/icon-home.svg);
	}

.telephone-icon:after {
	background: url(../img/icon-telephone.svg);
	}

.email-icon:after {
	background: url(../img/icon-mail.svg);
	}

.g-holder {
	width: 200px;
	float: left;
	margin: 20px;
	}

.block .g-holder p {
	width: 100%;
	font-size: 17px;
	color: #524e47;
	line-height: 120%;
	margin: 12px 0 0 0;
	}