
/*

font-family: "Lato", sans-serif;
font-weight: 400/700/900;

GEEL: #ffcc29
LICHT GEEL: #ffe296
DONKER GEEL: #daae23
ZWART: #353535
GRIJS: #aaa
	
*/


* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

/* general */

body {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #353535;
	background: #fff;
}

br.clear {
	clear: both;
}

/* wrapper */

.wrapper {
	margin: 0 auto;
	max-width: 1280px;
}

/* header */

.header {
	float: left;
	width: 100%;
	padding: 30px 0;
}

/* pattern spacer */

.pattern_spacer {
	float: left;
	width: 100%;
	height: 20px;
	background: url('/_graphics/pattern.png') top left;
	background-size: 50px auto;
}

/* logo */

.logo {
	float: left;
	width: 250px;
	margin-right: 70px;
}

/* nav */

nav {
	float: left;
	margin-top: 45px;
} 

nav a {
	display: inline-block;
	color: #353535;
	font-size: 17px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 6px;
	border-bottom: 5px solid #fff;
	margin-right: 35px;
	position: relative;
	transition: color 0.3s;
}

nav a.nav_contact {
	margin-right: 0;
}

nav a:hover {
	color: #013a57;
	border-bottom: 5px solid #eee;
}

nav a.selected {
	color: #ffcc29;
	border-bottom: 5px solid #ffe296;
}

nav a.nav_home, 
nav a.nav_member_area {
	display: none;
}

/* nav toggle */

.nav_toggle {
	float: right;
	display: none;
}

.nav_toggle img {
	float: right;
	width: 40px;
	margin-right: 30px;
	margin-top: 50px;
}

/* mobile subnav */

.mobile_subnav {
	display: none;
}

/* controls */

.controls {
	float: right;
}

/* member area */

a.member_area {
	float: right;
	text-decoration: none;	
	color: #ffcc29;
	font-size: 15px;
	font-weight: 400;
	position: relative;
}

a.member_area span {
	display: inline-block;
	margin-left: 5px;
	border-bottom: 1px solid #ffe296;
}

a.member_area img {
	width: 18px;
	vertical-align: middle;
}

a.member_area:hover {
	color: #013a57;
}

a.member_area:hover span {
	border-bottom: 1px solid #013a57;
}

/* search */

.search_form {
	float: right;
	width: 100%;
	margin-top: 13px;
	position: relative;
}

.search_form:after {
	content: ""; 
	position: absolute;
	top: 13px;
	right: 12px;
	width: 18px;
	height: 18px;
	z-index: 100;
	background: url('/_graphics/icon_search.png') top left no-repeat;
	background-size: 18px auto;
}

.search_form input.text {
	float: right;
	width: 175px;
	background: #fff;
	border: 1px solid #ddd;
	font-family: "Lato", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 15px;	
	line-height: 1em;
	color: #aaa;
	padding: 11px 35px 11px 15px;
	outline: none;
}

/* banner */

.banner_slideshow {
	float: left;
	width: 100%;
}

.banner {
	float: left;
	width: 100%;
	height: 350px !important;
	background-size: cover !important;
}

/* subnav */

.subnav {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
	background: #f6f6f6;
}

.subnav a {
	display: inline-block;
	color: #353535;
	font-size: 17px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 20px 0;
	padding-left: 18px;
	margin-right: 40px;
	position: relative;
}

.subnav a:before {
	content: ""; 
	width: 10px;
	height: 10px;
	position: absolute;
	top: 23px;
	left: 0;
	z-index: 100;
	background: #353535;
}

.subnav a:hover {
	color: #858585;
}

.subnav a:hover:before {
	background: #353535;
}

.subnav a.selected {
	color: #ffcc29;
}

.subnav a.selected:before {
	background: #ffcc29;
}

/* text wrapper */

.text_wrapper {
	max-width: 880px;
	margin: 0 auto;
}

.wide_text_wrapper {
	max-width: 1040px;
	margin: 0 auto;
}

/* content */

.content {
	float: left;
	width: 100%;
}

.content a {
	color: #daae23;
}

.content a:hover {
	color: #353535;
}

.content a.button {
	display: inline-block;
	color: #353535;
	background: #ffe296;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 400;
	padding: 15px 35px;
}

.content a.button:hover {
	color: #fff;
	background: #353535;
}

.content img.left {
	float: left;
	padding-right: 15px;
	margin-right: 15px;
}

.content img.right {
	float: right;
	padding-left: 15px;
	margin-left: 15px;
}

.content img.brochure {
	display: inline-block;
	width: 100%;
	max-width: 300px;
}

.content h1 {
	color: #353535;
	font-size: 38px;
	font-weight: 900;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 30px;
}

.content h1.center {
	text-align: center;
}

.content h2 {
	color: #353535;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 25px;
}

.content h2.center {
	text-align: center;
}

.content h2.special {
	float: left;
	width: 100%;
	text-align: center;
	color: #ffcc29;
	padding: 20px 0;
	background: url('/_graphics/pattern.png') top left;
	background-size: 50px auto;
	margin-bottom: 30px;
}

.content h2.special.left {
	text-align: left;
	margin-bottom: 0;
	box-sizing: border-box;
	padding-left: 30px;
}

.content p {
	line-height: 1.6em;
	margin-bottom: 25px;
}

.content p.center {
	text-align: center;
}

.content ul {
	list-style-type: disc;
	margin-bottom: 25px;
}

.content ol {
	list-style-type: decimal;
	margin-left: 10px;
	margin-bottom: 25px;
	padding-left: 15px;	
}

.content li {
	margin-left: 15px;
	line-height: 1.6em;
}

.content ul.check {
	list-style-type: none;
	margin-bottom: 25px;
}

.content ul.check li {
	margin-left: 0;
	padding-left: 28px;
	margin-bottom: 6px;
	line-height: 1.4em;
	position: relative;
}

.content table {
	width: 100%;
	margin-bottom: 25px;
}

.content td {
	padding: 5px;
	vertical-align: top;
	line-height: 1.4em;
}

.content hr {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
}

.content hr.nomargin {
	margin-bottom: 0;
}

.content img.left {
	float: left;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.content img.right {
	float: right;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.responsive_iframe_wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.responsive_iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* yellow block */

.yellow_block {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	border-radius: 10px;
	color: #353535;
	background: #FFCC29;
	margin-top: 10px;
	margin-bottom: 30px;
}

.yellow_block a {
	color: #353535;
}

/* gutter */

.gutter {
	float: left;
	width: 100%;
	padding: 50px 0 35px 0;
}

/* home banner */

.home_banner {
	float: left;
	width: 100%;
	position: relative;
	background: #000;
}

.home_banner_video {
	float: left;
	width: 62%;;
}

.home_banner_text {
	float: right;
	width: 38%;
	box-sizing: border-box;
	padding: 75px 50px 25px 50px;
	background: #fff;
	position: relative;
	z-index: 50;
}

.home_banner_text_bg {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	width: 38%;
	height: 100%;
	background: #fff;
}

/* home: resources 

.home_resources {
	float: left;
	width: 65%;
	margin-bottom: 25px;
}

a.home_resource {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 20px;
	text-decoration: none;
}

a.home_resource em {
	display: inline-block;
	color: #fff;
	background: #daae23;
	font-size: 11px;
	font-style: normal;
	padding: 4px;
	border-radius: 5px;
	margin-bottom: 10px;
}

a.home_resource strong {
	float: left;
	width: 100%;
	margin-bottom: 8px;
	font-size: 20px;
	color: #353535;
}

a.home_resource span {
	float: left;
	width: 100%; 
	color: #353535;
}

a.home_resource:hover strong, 
a.home_resource:hover span {
	color: #daae23;	
}

/* home: brochure */

.home_brochure {
	float: right;
	width: 30%;
	margin-bottom: 25px;
}

/* resources */

div.resource, 
a.resource {
	float: left;
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 30px;
	text-decoration: none;
}

div.resource_text {
	float: left;
	width: 70%;
}

div.resource em, 
a.resource em {
	display: inline-block;	
	color: #fff;
	background: #daae23;
	font-size: 11px;
	font-style: normal;
	padding: 4px;
	border-radius: 5px;
	margin-bottom: 10px;
}

div.resource strong, 
a.resource strong {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-size: 25px;
	color: #353535;
}

div.resource img, 
a.resource img {
	float: right;
	width: 25%; 
}

/* member slideshow */

.slideshow {
	float: left;
	width: 100%;
	padding: 40px 0;
}

.slideshow .member_slide {
	float: left;
	width: 100%;
}

.slideshow a {
	float: left;
	width: 20%;
}

.slideshow a img {
	float: left;
	width: 60%;
	margin: 0 20%;
	opacity: 0.75;
	transition: all 0.3s;
}

.slideshow a:hover img {
	opacity: 1;
}

/* page blocks */

.page_block {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.page_block_text {
	float: left;
	width: 60%;
	padding-top: 25px;
	box-sizing: border-box;
	padding-left: 30px; 
}

.page_block_image {
	float: right;
	width: 35%;
	margin-top: 25px;
}

.page_block_image img {
	float: left;
	width: 100%;
	border-radius: 350px;
}

/* news */

a.news {
	float: left;
	width: 100%;
	background: #ffe296;
	padding: 25px 0;
	text-decoration: none;
}

a.news:hover {
	color: #fff;
	background: #353535;
}

a.news .left {
	float: left;
	width: 40%;
}

a.news .left h1 {
	float: left;
	width: 100%;
	line-height: 1em;
	margin-bottom: 10px;
}

a.news .left h2 {
	float: left;
	width: 100%;
	font-size: 28px;
	margin-bottom: 0;
	font-weight: 400;
	box-sizing: border-box;
	padding-left: 30px;
	position: relative;
}

a.news .left h2:before {
	content: ""; 
	width: 20px;
	height: 20px;
	position: absolute;
	top: 7px;
	left: 0;
	z-index: 100;
	background: #353535;
}

a.news:hover .left h1,
a.news:hover .left h2 {
	color: #fff;
}

a.news:hover .left h2:before {
	background: #fff;
}

a.news .right {
	float: right;
	width: 55%;
	color: #353535;
}

a.news:hover .right {
	color: #fff;
}

/* members */

div.member {
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 25px;
	padding: 15px 25px;
	color: #858585;
	box-sizing: border-box;
	border: 1px solid #fff;
}

div.member img {
	float: left;
	width: 90%;
	max-width: 150px;
	margin-bottom: 20px;
	opacity: 0.75;
	transition: all 0.3s;
}

div.member.nomargin4 {
	margin-right: 0;
}

div.member p {
	margin-bottom: 0;
}

div.member a {
	font-size: 16px;
}

div.member:hover {
	color: #353535;
	border: 1px solid #ddd;
}

div.member:hover img {
	opacity: 1;
}

hr.splitter4 {
	float: left;
	width: 100%;
	margin: 0;
	border: 0;
	height: 1px;
}

hr.splitter3 {
	float: left;
	width: 100%;
	margin: 0;
	border: 0;
	height: 1px;
	display: none;
}

/* cta */

.cta {
	float: left;
	width: 100%;
	padding: 30px;
	padding-bottom: 5px;
	box-sizing: border-box;
	background: #ffe296;	
	margin-top: 10px;
	margin-bottom: 25px;
}

.cta a.button {
	color: #fff;
	background: #353535;
}

.cta a.button:hover {
	color: #fff;
	background: #858585;
}

/* goodfries */

.goodfries {
	float: left;
	width: 100%;
	padding: 50px;
	padding-bottom: 25px;
	box-sizing: border-box;
	color: #858585;
	background: #f6f6f6;	
}

.goodfries img {
	float: left;
	width: 15%;
}

.goodfries_text {
	float: right;
	width: 75%;
}

.goodfries_text p {
	line-height: 1.6em;
	margin-bottom: 25px;
}

.goodfries_text a.button {
	display: inline-block;
	color: #353535;
	background: #ffe296;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 400;
	padding: 15px 35px;
}

.goodfries_text a.button:hover {
	color: #fff;
	background: #353535;
}

/* advantage blocks 

div.advantage_block {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 75px;
	color: #fff;
	position: relative;
}

div.advantage_block.nomargin {
	margin-right: 0;
}

div.advantage_block.nutrition {
	background: #eb9733;
}

div.advantage_block.sustainability {
	background: #c6422c;
}

div.advantage_block.economics {
	background: #8cc541;
}

div.advantage_block img.advantage_block_bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 500;
	width: 100%;
	height: 20px;
}

div.advantage_block strong {
	float: right;
	width: 86%;
	margin: 20px 0 20px 7%;
	padding-right: 7%;
	padding-bottom: 8px;
	font-size: 21px;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
}

div.advantage_block strong i {
	margin-right: 7px;
}

div.advantage_block p {
	float: left;
	width: 86%;
	margin-left: 7%;
}

.content div.advantage_block a.button {
	float: left;
	margin-left: 7%;
	margin-bottom: 50px !important;
	background: #fff;
}

/* news */

table.news {
	width: 100%;
} 

table.news td {
	padding: 30px 0;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
}

table.news tr:last-child td {
	border-bottom: 0;
}

table.news tr:hover td {
	cursor: pointer;
}

table.news td.date b {
	color: #fff;
	background: #ffcc29;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 20px 10px 0;
	white-space: nowrap;
}

table.news td.title strong {
	font-size: 22px;
}

table.news td.title p {
	color: #858585;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 0;
}

table.news td.file {
	text-align: right;
	white-space: nowrap;
}

/* team */

.team_list {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

div.team {
	float: left;
	width: 14%;
	margin: 15px 3%;
	text-align: center;
	position: relative;
	padding-bottom: 75px;
	margin-bottom: 40px;
}

div.team img {
	float: left;
	width: 60%;
	margin: 0 20%;
	margin-bottom: 20px;
	border-radius: 500px;
}

div.team strong {
	float: left;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
	color: #858585;
}

div.team b {
	float: left;
	width: 100%;
	color: #353535;
	text-align: center;
}

div.team span {
	float: left;
	width: 100%;
	color: #858585;
	text-align: center;
}

div.team .button_wrapper {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 10;
	text-align: center;
}

/* contact */

#google_maps_canvas {
	float: left;
	width: 100%;
	height: 300px;
}

/* search results */

div.search_result {
	float: left;
	width: 100%;
	padding: 25px 15px;
	box-sizing: border-box;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

div.search_result:hover {
	background: #f6f6f6;
}

div.search_result strong {
	float: left;
	width: 100%;
	font-size: 20px;
	color: #ffcc29;
	margin-bottom: 15px;
}

div.search_result p {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

div.search_result a {
	font-size: 14px;
}

/* sitemap */

ul#sitemap {
	font-size: 18px;
}

ul#sitemap li ul {
	list-style-type: disc;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li {
	font-size: 16px;
}

ul#sitemap li ul li ul {
	list-style-type: square;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li ul li {
	font-size: 15px;
}

/* form */

.form {
	float: left;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 50px;
}

/* form labels */

.form span.label, 
.form span.hint {
	float: left;
	width: 100%;
	color: #353535;
	font-weight: 400;
}

.form span.label {
	margin-bottom: 2px;
}

.form span.label.error {
	color: #c6422c;
}

.form span.hint {
	font-weight: normal;
	font-size: 13px;
	color: #858585;
	margin-top: -5px;
	margin-bottom: 15px;
}

.form span.hint a {
	color: #858585;
}

.form span.hint a:hover {
	color: #353535;
}

.form span.checkbox {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
}

.form span.label b, 
.form span.checkbox b {
	color: #858585;
	font-size: 15px;
	font-weight: 300;
}

.form span.label.error b, 
.form span.checkbox.error b {
	color: #c6422c;
	font-weight: 400;
}

.form span.form_block {
	float: left; 
	width: 100%; 
	margin-bottom: 15px;
}

.form span.form_block.error {
	color: #c6422c;
}

/* form fields */

.form input.text {
	float: left;
	width: 95%;
	background: #fff;
	border: 1px solid #ddd;
	padding: 15px;
	margin-top: 3px;
	margin-bottom: 10px;
	color: #353535;
	font-size: 18px;
	font-family: "Lato", sans-serif;
	font-weight: 400;
}

.form input.text.error {
	border: 1px solid #c6422c;
}

.form textarea {
	float: left;
	width: 95%;
	height: 150px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 15px;
	margin-top: 3px;
	margin-bottom: 10px;
	color: #353535;
	font-size: 18px;
	font-family: "Lato", sans-serif;
	font-weight: 400;
}

.form textarea.error {
	border: 1px solid #c6422c;
}

.form input.checkbox {
	float: left;
	vertical-align: top;
	display: block;
	overflow: hidden;
	padding: 0; 
	border: 0;
	margin: 2px 4px 2px 0;
	width: 13px;
	height: 13px;
	line-height: 1em;
}

div.form_break {
	float: left;
	width: 100%;
	height: 15px;
	margin-top: 10px;
	border-top: 1px solid #ddd;
}

div.form_title {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #000;
}

/* feedback */

div.feedback {
	float: left;
	width: 100%;
	padding: 25px 0;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: #8cc541;
}

div.feedback.error {
	background: #c6422c;
}

/* button */

button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

button {
	display: inline-block;
	color: #353535;
	background: #ffe296;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 400;
	padding: 15px 35px;
	cursor: pointer;
	overflow: visible;
	outline: none;
	line-height: 1.6em;
}

button:hover {
	color: #fff;
	background: #353535;
}

/* footer */

.footer {
	float: left;
	width: 100%;
	padding: 30px 0 20px 0;
	font-size: 16px;
	line-height: 1.5em;
	color: #aaa;
	text-align: center;
}

.footer a {
	color: #aaa;
	white-space: nowrap;
}

.footer a:hover {
	color: #353535;
}

.footer span {
	display: inline-block;
	margin-bottom: 10px;
}

.footer iframe {
	display: inline-block;
	margin-bottom: -5px;
}

/* quoted */

img.quoted {
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	margin-left: 15px;
	margin-right: 15px;
	opacity: 0.75;
}

img.quoted:hover {
	opacity: 1;
}