/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 10px !important;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	font-size: 62.5%;
	font-family: Helvetica, Tahoma, sans-serif;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
}

body {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5rem;
	height: 100%;
	line-height: 1.5;
	background-color: #fdfffa !important;
}

main {
	margin-bottom: 100px;
}

a {
	text-decoration: none;
	color: inherit;
}

p {
	font-weight: 300;
	line-height: 27px;
}

h1 {
	color: #096344;
	font-size: 32px;
	font-weight: 800;
}

@media screen and (min-width: 1024px) {
	h1 {
		font-size: 52px;
	}
}

/*add for mobile compatibility*/
/*tested for screen size 250px width or above*/
@media screen and (max-width: 500px) {
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
	}
	p {
		font-size: 15px;
	}

	/*main index*/
	.landingmain section div .c-landing__content img {
		width: 200px;
	}
	.c-landing__content ul li a {
		font-size: 30px;
	}

	/*navigation*/
	.c-header__content {
		display: flex;
		width: 100%;
	}
	.c-header__logo {
		left: 5%;
		width: 100%;
	}
	.c-header__content .hamburgericon {
		position: absolute;
		right: 1%;
	}
	.c-header__content div h3 {
		display: none;
	}
	.c-overlay__link a {
		font-size: 20px;
	}

	/*content*/
	.c-routebeschrijving .container {
		width: 100%;
	}
	.c-routebeschrijving .container ul {
		display: block;
	}
	.c-highlight__content div {
		width: 100%;
	}
	.c-highlight__content div h2 {
		font-size: 20px;
	}
	.c-highlight__content div a {
		text-align: center;
		font-size: 14px;
	}
	.c-textandimagefloat__content div a {
		text-align: center;
		font-size: 14px;
	}
	.c-introtext a {
		text-align: center;
		font-size: 14px;
	}
	.c-contactform__rightgroup div textarea {
		width: 100%;
	}
	.c-assortimentproduct {
		flex-wrap: wrap;
	}
	.c-assortimentproduct__left img {
		width: 100% !important;
	}
	.c-assortimentproduct_middle {
		width: 100%;
	}

	/*footer*/
	.c-footer__top-logowrapper a img {
		width: 200px;
	}
	.c-footer__linklist {
		display: block;
		margin: 0px !important;
	}
	.c-footer__linklist li {
		font-size: 12px;
		text-align: center;
		display: block;
	}
	.c-footer {
		width: 100%;
	}
	.c-footer__bottom-content ul {
		display: block;
	}
}

h2 {
	color: #096344;
	font-size: 25px;
	font-weight: 700;
}

@media screen and (min-width: 1024px) {
	h2 {
		font-size: 28px;
	}
}

h3 {
	color: #096344;
	font-size: 22px;
	font-weight: 600;
}

input:focus,
textarea:focus {
	outline: none;
}

.container {
	max-width: 121rem;
	/* 1025px + padding */
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}

.largecontainer {
	max-width: 130rem;
	/* 1025px + padding */
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}

.visually-hidden {
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.button {
	display: inline-block;
	font-weight: 600;
	font-size: 18px;
	padding: 8px 40px;
	border: solid 2px transparent;
	-webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.button--primary {
	color: #fff;
	background-color: #8b6543;
	margin-top: 4px;
}

.button--cancel {
	color: #fff;
	background-color: #bebcb9;
	margin-top: 4px;
}

.button--secondary {
	background-color: transparent;
	border: solid 2px #8b6543;
	color: #8b6543;
}

.button--primary:hover {
	background: transparent;
	border: solid 2px #8b6543;
	color: #8b6543;
}

.button--secondary:hover {
	background-color: #8b6543;
	color: #fff;
}

.button--cancel:hover {
	background: transparent;
	border: solid 2px #bebcb9;
	color: #bebcb9;
}

.flex-overview {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}

.flex-overview > div {
	display: flex;
	flex-direction: column;
	margin: 19px;
}

.flex-overview > div > a {
	margin-top: 4px;
}

.flex-overview > div > img {
	width: 400px;
	height: 300px;
}

.landingmain {
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-landing__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-landing__img {
	width: 100%;
}

.c-landing__linkwrapper {
	color: #096344;
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 5.2rem;
}

@media screen and (min-width: 768px) {
	.c-landing__linkwrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.c-landing__link {
	border-bottom: #096344 solid 1px;
}

@media screen and (min-width: 768px) {
	.c-landing__link {
		border-right: #096344 solid 1px;
		border-bottom: none;
	}
}

.c-landing__link:last-child {
	border-bottom: none;
	border-right: none;
}

.c-landing__link a {
	padding: 5px 25px;
}

.c-landing__link a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #fff;
	background-color: #096344;
}

.flowerlist {
	margin-top: 20px;
}

.flowerlist li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	font-size: 18px;
	margin-top: 30px;
	font-weight: 500;
}

.flowerlist li::before {
	content: url(../images/flower.svg);
	margin-right: 10px;
}

.c-troeven__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (min-width: 1024px) {
	.c-troeven__content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.c-troeven__troef {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #096344;
	padding: 0px 0px 45px 0px;
	margin: 0px 0px 45px 0px;
}

.c-troeven__troef:last-child {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
	.c-troeven__troef {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media screen and (min-width: 1024px) {
	.c-troeven__troef {
		width: 33.333%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 45px 45px 45px 45px;
		margin: 0px;
		border-bottom: none;
		border-right: 1px solid #096344;
		-webkit-transition: all 0.1s ease;
		transition: all 0.1s ease;
	}
	.c-troeven__troef:last-child {
		border-right: none;
		margin-right: 0px;
	}
	.c-troeven__troef:hover {
		background-color: #096344;
	}
	.c-troeven__troef:hover .c-troeven__title,
	.c-troeven__troef:hover .c-troeven__desc {
		color: white;
	}
	.c-troeven__troef:hover svg {
		fill: #ffffff;
	}
}

.c-troeven__icon {
	width: 100%;
}

.c-troeven__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media screen and (min-width: 768px) {
	.c-troeven__info {
		margin-left: 30px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media screen and (min-width: 1024px) {
	.c-troeven__info {
		margin-left: 0px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.c-troeven__title {
	margin-top: 55px;
	margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
	.c-troeven__title {
		margin-top: 0px;
		margin-bottom: 5px;
	}
}

@media screen and (min-width: 1024px) {
	.c-troeven__title {
		margin-top: 55px;
		margin-bottom: 25px;
	}
}

@media screen and (min-width: 1024px) {
	.c-troeven__desc {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
}

.c-pageopener__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (min-width: 1024px) {
	.c-pageopener__content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.c-pageopener__heroimg {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	width: 100%;
	height: 300px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
	.c-pageopener__heroimg {
		height: 500px;
		width: 50%;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		padding-left: 75px;
	}
}

.c-pageopener__title {
	margin-bottom: 5px;
}

.home .c-producten {
	margin-top: 70px;
	margin-bottom: 80px;
}

.c-introtext {
	margin-bottom: 30px;
}

.c-introtext__title {
	border-bottom: 1px solid #096344;
	margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
	.c-introtext__title {
		border: none;
	}
}

@media screen and (min-width: 1024px) {
	.c-introtext {
		max-width: 880px;
	}
}

.c-textandimagefloat {
	margin-bottom: 100px;
}

.c-textandimagefloat__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media screen and (min-width: 768px) {
	.c-textandimagefloat__content {
		display: block;
	}
}

.c-textandimagefloat__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.c-textandimagefloat__info .button {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

@media screen and (min-width: 768px) {
	.c-textandimagefloat__info {
		display: block;
	}
}

.c-textandimagefloat__title {
	margin-bottom: 5px;
}

.c-textandimagefloat__img {
	margin-bottom: 10px;
	width: 100%;
	height: 300px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media screen and (min-width: 768px) {
	.c-textandimagefloat__img {
		width: 400px;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		margin-bottom: 0;
	}
}

.c-textandimagefloat .button {
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.c-textandimagefloat--right .c-textandimagefloat__img {
		margin-left: 35px;
		float: right;
	}
}

@media screen and (min-width: 768px) {
	.c-textandimagefloat--left .c-textandimagefloat__img {
		margin-right: 35px;
		float: left;
	}
}

.c-textandimageflex {
	margin-bottom: 100px;
}

.c-textandimageflex__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media screen and (min-width: 768px) {
	.c-textandimageflex__content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.c-textandimageflex__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.c-textandimageflex__title {
	margin-bottom: 5px;
}

.c-textandimageflex__img {
	margin-bottom: 10px;
	width: 100%;
	height: 300px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media screen and (min-width: 768px) {
	.c-textandimageflex__img {
		width: 400px;
		height: auto;
		margin-bottom: 0;
	}
}

.c-textandimageflex .button {
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.c-textandimageflex--right .c-textandimageflex__img {
		margin-left: 35px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media screen and (min-width: 768px) {
	.c-textandimageflex--left .c-textandimageflex__img {
		margin-right: 35px;
	}
}

.c-aardappelautomaat {
	margin-bottom: 75px;
}

.c-aardappelautomaat__troevenlijst {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 25px;
}

@media screen and (min-width: 768px) {
	.c-aardappelautomaat__troevenlijst .flowerlist {
		margin-right: 70px;
	}
	.c-aardappelautomaat__troevenlijst .flowerlist:last-child {
		margin-right: 0px;
	}
}

@media screen and (min-width: 768px) {
	.c-aardappelautomaat__troevenlijst {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.c-aardappelautomaatextra__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (min-width: 1024px) {
	.c-aardappelautomaatextra__content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.c-aardappelautomaatextra__werking {
	margin-bottom: 60px;
}

@media screen and (min-width: 1024px) {
	.c-aardappelautomaatextra__werking {
		max-width: 470px;
		margin-bottom: 0px;
		margin-right: 80px;
	}
}

.c-assortiment__content {
	margin-top: 50px;
}

.c-assortimentproduct {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 60px;
	position: relative;
}

.c-assortimentproduct:last-child {
	margin-bottom: 0px;
}

@media screen and (min-width: 1024px) {
	.c-assortimentproduct {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 800px;
	}
}

@media screen and (max-width: 768px) {
	.c-assortimentproduct {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-evenly;
		max-width: 400px;
	}
}

@media screen and (min-width: 768px) {
	.c-assortimentproduct {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 800px;
	}
}

.c-assortimentproduct__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media screen and (min-width: 768px) {
	.c-assortimentproduct__wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media screen and (max-width: 768px) {
	.c-assortimentproduct__wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.c-assortimentproduct__wrapper img {
	width: 100%;
	height: 150px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media screen and (min-width: 768px) {
	.c-assortimentproduct__wrapper img {
		width: 150px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.c-assortimentproduct__title {
	margin-bottom: 10px;
}

.c-assortimentproduct__desc {
	margin: 10px 10px 0 10px;
}

@media screen and (min-width: 768px) {
	.c-assortimentproduct__desc {
		margin-top: 0px;
		margin-left: 20px;
	}
}

.c-assortimentproduct__infobox {
	padding: 10px 10px;
	border: solid 1px #096344;
}

@media screen and (min-width: 1024px) {
	.c-assortimentproduct__infobox {
		width: 410px;
		margin-top: 0px;
		margin-left: 20px;
	}
}

.c-assortimentproduct__infoboxitem:last-child {
	margin-bottom: 0px;
}

.c-assortimentproduct__infoboxtitle {
	font-size: 16px;
	font-weight: 600;
}

.c-partassortiment__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (min-width: 1024px) {
	.c-partassortiment__content {
		margin-left: -20px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.c-partassortimentproduct {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
	.c-partassortimentproduct {
		margin-bottom: 60px;
		width: 25%;
		padding-left: 20px;
	}
}

.c-partassortimentproduct__title {
	margin-bottom: 10px;
}

.c-partassortimentproduct__img {
	width: 100%;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.c-partassortimentproduct__img {
		width: auto;
		height: 300px;
	}
}

@media screen and (min-width: 1024px) {
	.c-partassortimentproduct__img {
		height: auto;
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	.c-partassortimentproduct__desc {
		margin-left: 15px;
	}
}

@media screen and (min-width: 1024px) {
	.c-partassortimentproduct__desc {
		margin-left: 0px;
	}
}

@media screen and (min-width: 768px) {
	.c-partassortimentproduct__top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media screen and (min-width: 1024px) {
	.c-partassortimentproduct__top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

.c-partassortimentproduct__infobox {
	width: 100%;
	margin-top: 10px;
	padding: 25px 25px;
	border: solid 1px #096344;
}

.c-partassortimentproduct__infoboxitem {
	margin-bottom: 30px;
}

.c-partassortimentproduct__infoboxitem:last-child {
	margin-bottom: 0px;
}

.c-partassortimentproduct__infoboxtitle {
	font-size: 16px;
	font-weight: 600;
}

.c-partassortimentproduct__prijswrapper {
	background-color: #096344;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	width: 100%;
	padding: 20px 0px;
}

.c-partassortimentproduct__prijs {
	font-size: 20px;
	font-weight: 600;
}

.c-contactinfobox {
	background-color: #096344;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	padding: 40px 24px;
}

@media screen and (min-width: 768px) {
	.c-contactinfobox {
		padding: 40px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

.c-contactinfobox ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-bottom: 25px;
	width: 100%;
}

.c-contactinfobox ul:last-child {
	margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
	.c-contactinfobox ul {
		width: auto;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 40px;
		margin-bottom: 0px;
	}
	.c-contactinfobox ul:last-child {
		margin-right: 0px;
	}
}

.c-contactinfobox__icon {
	margin-right: 10px;
}

.c-contactinfobox li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 147px;
	height: 50px;
	margin-right: 10px;
}

.c-contactinfobox li:last-child {
	margin-right: 0px;
}

@media screen and (min-width: 768px) {
	.c-contactinfobox li {
		margin-bottom: 25px;
		margin-right: 0px;
	}
	.c-contactinfobox li:last-child {
		margin-bottom: 0px;
	}
}

.c-contactform {
	margin-bottom: 100px;
}

.c-contactform__info {
	margin-bottom: 20px;
	width: auto;
}

.c-loginform,
.c-registerform {
	margin-left: 5%;
	display: flex;
}

.c-loginform > form > div {
	float: left;
	margin: 30px;
}

.c-loginform form input {
	margin-bottom: 10px;
}

.c-loginform > form > div > input,
.c-registerform > form > input {
	margin-top: 10px;
	margin-left: 0px;
}

@media screen and (min-width: 1024px) {
	.c-contactform__info {
		width: 50%;
	}
}

@media screen and (min-width: 1024px) {
	.c-contactform form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.c-contactform__inputflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.c-contactform__inputflex label {
	font-size: 1.8rem;
	color: #096344;
	margin-bottom: 4px;
}

.c-contactform__inputbox {
	background: transparent;
	width: 100%;
	height: 40px;
	border: #096344 solid 2px;
	padding-left: 15px;
}

@media screen and (min-width: 768px) {
	.c-contactform__inputbox {
		width: 275px;
	}
}

.c-contactform__leftgroup .c-contactform__inputflex {
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.c-contactform__leftgroup .c-contactform__inputflex {
		margin-right: 15px;
	}
}

@media screen and (min-width: 768px) {
	.c-contactform__leftgroup {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 1024px) {
	.c-contactform__leftgroup {
		max-width: 590px;
	}
}

@media screen and (min-width: 1024px) {
	.c-contactform__rightgroup {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

.c-contactform__sendwrapper {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media screen and (min-width: 768px) {
	.c-contactform__sendwrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.c-contactform__link {
	color: #096344;
	font-weight: 600;
}

.c-contactform textarea {
	font-family: 'Open Sans', sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	border: #096344 2px solid;
	background: transparent;
	resize: none;
	width: 100%;
}

.c-contactform__sendbtn {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	padding: 9px 42px;
	margin-top: 30px;
	border: solid 2px transparent;
	-webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
	color: #fff;
	background-color: #8b6543;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

@media screen and (min-width: 768px) {
	.c-contactform__sendbtn {
		margin-left: 20px;
		margin-top: 0px;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
}

.c-contactform__sendbtn:hover {
	cursor: pointer;
	background: transparent;
	border: solid 2px #8b6543;
	color: #8b6543;
}

.c-routebeschrijving {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.c-routebeschrijving__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 1024px) {
	.c-routebeschrijving__top {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.c-routebeschrijving__info {
	margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
	.c-routebeschrijving__info {
		margin-right: 20px;
		margin-bottom: 0px;
	}
}

.c-routebeschrijving__kaart {
	margin-top: 50px;
	margin-bottom: -100px;
}

.c-routebeschrijving .c-bereikbaarheid__info {
	margin-top: 40px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

@media screen and (min-width: 1024px) {
	.c-routebeschrijving .c-bereikbaarheid__info {
		-ms-flex-item-align: start;
		align-self: flex-start;
		margin-top: 0px;
	}
}

.c-footer {
	background-color: #096344;
	color: white;
}

.c-footer__top-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 40px 0px;
}

@media screen and (min-width: 1024px) {
	.c-footer__top-content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.c-footer__top-item {
	width: 380px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-footer__top-logowrapper {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	margin: 30px 0px;
}

@media screen and (min-width: 1024px) {
	.c-footer__top-logowrapper {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		margin: 0;
	}
}

.c-footer__top-socialwrapper {
	margin: 30px 0px;
}

@media screen and (min-width: 1024px) {
	.c-footer__top-socialwrapper {
		margin: 0;
	}
}

.c-footer__social {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.c-footer__social:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.c-footer__bottom {
	background-color: #035c3f;
}

.c-footer__bottom-content {
	font-size: 10px;
	background-color: #035c3f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 22px 0px;
}

@media screen and (min-width: 768px) {
	.c-footer__bottom-content {
		font-size: 12px;
	}
}

@media screen and (min-width: 1024px) {
	.c-footer__bottom-content {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.c-footer__linklists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px 0px;
}

@media screen and (min-width: 1024px) {
	.c-footer__linklists {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0;
	}
}

.c-footer__extralinks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 30px;
}

@media screen and (min-width: 1024px) {
	.c-footer__extralinks {
		margin-left: 140px;
	}
}

.c-footer__extralink {
	margin-right: 25px;
}

.c-footer__extralink:last-child {
	margin-right: 0px;
}

.c-footer__headtitle {
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	padding: 0px 5px;
}

.c-footer__contactitem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-footer__contactitem img {
	margin-right: 10px;
}

.c-footer__socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: -35px;
}

.c-footer__social {
	margin-right: 35px;
}

.c-footer__linklist {
	margin-right: 80px;
}

.c-footer__linklist:last-child {
	margin-right: 0px;
}

.c-footer__linklist li:not(:last-child) {
	margin-bottom: 20px;
}

.c-footer .hoveritem:hover {
	text-decoration: underline;
}

.c-geschiedenis__item {
	padding: 45px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (min-width: 1024px) {
	.c-geschiedenis__item {
		padding: 45px 70px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.c-geschiedenis__item img {
	margin-left: 0px;
	margin-bottom: 30px;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.c-geschiedenis__item img {
		width: 450px;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		margin-left: 50px;
		margin-bottom: 0px;
	}
}

.c-geschiedenis__item--greenbg {
	background-color: #096344;
}

.c-geschiedenis__item--greenbg h2,
.c-geschiedenis__item--greenbg p {
	color: #fff;
}

.c-geschiedenis__title {
	margin-bottom: 10px;
}

.c-header {
	background-color: #fdfffa;
}

.c-header__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 50px 0px;
}

.c-header__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transform-origin: left;
	transform-origin: left;
}

@media screen and (min-width: 768px) {
	.c-header__logo {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.c-header__logo-info {
	color: #096344;
	border-top: 1px #096344 solid;
	font-size: 14px;
	padding-top: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.c-header__logo-info li {
	margin-right: 10px;
}

.c-header__logo-info li:last-child {
	margin-right: 0px;
}

@media screen and (min-width: 768px) {
	.c-header__logo-info li {
		margin-right: 0px;
	}
}

@media screen and (min-width: 768px) {
	.c-header__logo-info {
		width: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		border-top: none;
		border-left: 1px #096344 solid;
		padding-left: 10px;
		margin-left: 10px;
		padding-top: 0px;
	}
}

.c-nav {
	display: none;
}

@media screen and (min-width: 1400px) {
	.c-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.c-nav__link {
	margin-right: 45px;
}

.c-nav__link:last-child {
	margin-right: 0px;
}

.c-nav__link:hover {
	font-weight: 700;
}

.c-nav__link:hover div {
	display: block;
}


.c-nav__anchor {
	display: inline-block;
	text-align: center;
	color: #096344;
	font-size: 17px;
}

.c-nav__anchor::before {
	display: block;
	content: attr(data-title);
	font-weight: 700;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.c-nav__dropdownlistwrapper {
	z-index: 2;
	padding-top: 10px;
	display: none;
	position: absolute;
}

.c-nav__dropdownlist {
	background-color: #096344;
}

.c-nav__dropdownlistlink {
	font-size: 17px;
	font-weight: 500;
}

.c-nav__dropdownlistlink a {
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	display: block;
	color: #fff;
	padding: 20px 30px;
}

.c-nav__dropdownlistlink a:hover {
	background-color: #035c3f;
}

.c-overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	background-color: #096344;
	overflow-x: hidden;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

.c-overlay__content {
	position: relative;
	top: 15%;
	left: 10%;
	width: 100%;
	padding-bottom: 50px;
}

.c-overlay__closebtn {
	position: absolute;
	top: 50px;
	right: 50px;
	font-size: 60px;
	color: #fff;
	z-index: 1;
}

.c-overlay__link {
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}

.c-overlay__link:last-child {
	margin-bottom: 0px;
}

.c-overlay__sublist {
	margin-top: 10px;
	margin-left: 20px;
}

.c-overlay__sublistlink {
	font-size: 23px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 20px;
}

.c-overlay__sublistlink:last-child {
	margin-bottom: 0px;
}

.hamburgericon {
	color: #096344;
	font-size: 40px;
	cursor: pointer;
}

@media screen and (min-width: 1400px) {
	.hamburgericon {
		display: none;
	}
}

.c-hero__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media screen and (min-width: 1024px) {
	.c-hero__content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.c-hero__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (min-width: 1024px) {
	.c-hero__info {
		margin-right: 10px;
		width: 50%;
		height: 100%;
	}
	.c-hero__info .button {
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
}

@media screen and (min-width: 1024px) {
	.c-hero__slideshow {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

.c-hero__buttons {
	margin-top: 35px;
}

@media screen and (min-width: 1024px) {
	.c-hero__buttons {
		justify-self: flex-end;
	}
}

.swiper-container {
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 1024px) {
	.swiper-container {
		width: 50%;
	}
}

.swiper-slide img {
	height: 400px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.swiper-pagination-bullet-active {
	background-color: #096344 !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	color: #096344;
}

.c-highlight {
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #096344;
}

.c-highlight__content {
	padding: 75px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media screen and (min-width: 768px) {
	.c-highlight__content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.c-highlight__title {
	color: #fff;
}

.c-highlight__desc {
	color: #fff;
	margin-bottom: 35px;
}

.c-highlight .button:hover {
	color: #fff;
	border: #fff solid 2px;
	-webkit-transition: background-color 0.1s ease-in-out;
	transition: background-color 0.1s ease-in-out;
}

.c-highlight__image {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	margin-bottom: 20px;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.c-highlight__image {
		margin-left: 40px;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		height: 330px;
		-o-object-fit: cover;
		object-fit: cover;
		max-width: 50%;
	}
}

#mapid {
	height: 380px;
	width: 100%;
}

@media screen and (min-width: 768px) {
	#mapid {
		width: 50%;
	}
}

.mapinfo {
	margin-top: 20px;
}

@media screen and (min-width: 768px) {
	.mapinfo {
		margin-left: 20px;
		margin-top: 0px;
		width: 50%;
	}
}

.leaflet-popup-close-button {
	color: white !important;
}

.leaflet-popup-content-wrapper {
	background-color: #8b6543 !important;
}

.leaflet-popup-content-wrapper .leaflet-popup-content {
	color: white;
	font-family: 'Open Sans', sans-serif !important;
}

.leaflet-popup-tip {
	background: #8b6543 !important;
}

.leaflet-tooltip-left {
	font-family: 'Open Sans', sans-serif !important;
	background-color: #8b6543 !important;
	opacity: 1 !important;
	color: white !important;
	border: none !important;
}

.leaflet-tooltip-left::before {
	border-left-color: #8b6543 !important;
}

.leaflet-tooltip-right {
	font-family: 'Open Sans', sans-serif !important;
	background-color: #8b6543 !important;
	opacity: 1 !important;
	color: white !important;
	border: none !important;
}

.leaflet-tooltip-right::before {
	border-right-color: #8b6543 !important;
}

.leveringslijst {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}

@media screen and (min-width: 768px) {
	.leveringslijst {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		height: 800px;
	}
}

.leveringslijst li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
	margin-top: 40px;
}

.leveringslijst li::before {
	content: url(../images/flower.svg);
	margin-right: 10px;
}

.c-blocklist {
	margin-top: 150px;
}

.c-blocklist__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.c-blocklist__title {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
	.c-blocklist__title {
		margin-bottom: 70px;
	}
}

.c-blocklist__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}

@media screen and (min-width: 768px) {
	.c-blocklist__wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -30px;
	}
}

.c-blocklist__item {
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
	.c-blocklist__item {
		padding-left: 30px;
		width: 50%;
	}
}

.c-blocklist__itemwrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.c-blocklist__itemwrapper--greenblock {
	background-color: #096344;
	padding: 30px 40px;
}

.c-blocklist__itemwrapper--greenblock h3,
.c-blocklist__itemwrapper--greenblock p {
	color: white;
}

.c-blocklist__img {
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media screen and (min-width: 1024px) {
	.c-blocklist__img {
		height: 300px;
	}
}

.c-overons {
	margin-top: 145px;
}

.c-overons__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.c-overons__content img {
	margin-right: 35px;
}

.c-overons__desc {
	margin-bottom: 35px;
}

.c-producten {
	margin-top: 30px;
}

.c-producten__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}

.c-producten__content h2 {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	margin-bottom: 30px;
}

.c-producten__content .button {
	margin-top: 50px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.c-producten__productenwrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-top: -40px;
}

.c-producten__productenwrapper a {
	margin-top: 40px;
}

.c-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 32px 32px 0px 32px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.c-product__title {
	margin: 18px 0px 22px 0px;
	max-width: 200px;
	text-align: center;
}

.c-product__img {
	width: 200px;
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
}

.c-product:hover {
	background-color: #096344;
}

.c-prod:hover {
	background-color: #096344;
}

.c-product:hover .c-product__title {
	font-weight: 700;
	color: #fff;
}

.c-vacature__intro {
	margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
	.c-vacature__intro {
		width: 50%;
	}
}

.c-vacature__lijstwrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	margin-bottom: 50px;
}

@media screen and (min-width: 1024px) {
	.c-vacature__lijstwrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.c-vacature__lijst:not(:last-child) {
	margin-bottom: 50px;
}

@media screen and (min-width: 1024px) {
	.c-vacature__lijst:not(:last-child) {
		margin-bottom: 0px;
		padding-right: 50px;
		border-right: 1px #096344 solid;
	}
	.c-vacature__lijst:not(:first-child) {
		padding-left: 50px;
	}
}

.c-vacature__contactwrapper {
	padding-top: 35px;
	border-top: 1px #096344 solid;
}

.c-vacature__contact {
	font-weight: 600;
	font-size: 20px;
}

.c-vacature__mail {
	color: #096344;
}
/*# sourceMappingURL=screen.css.map */
