/*
* RITHO-Theme V2.1
* Copyright 2015, NH, RITHO
* www.ritho.nl
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/

/* reset
================================================== */
	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; }
	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: 0; }
		
	@font-face {
	    font-family: 'PotatoesAndPeas';
	    src: url('PotatoesAndPeasRegular.eot');
	    src: url('PotatoesAndPeasRegular.eot?#iefix') format('embedded-opentype'),
	        url('PotatoesAndPeasRegular.woff') format('woff'),
	        url('PotatoesAndPeasRegular.ttf') format('truetype');
	    font-weight: normal;
	    font-style: normal;
	}
	@font-face {
	    font-family: 'MetaPlusNormal';
	    src: url('MetaPlusNormal-Roman.woff2') format('woff2'),
	        url('MetaPlusNormal-Roman.woff') format('woff');
	    font-weight: 500;
	    font-style: normal;
	}
	@font-face {
	    font-family: 'MetaPlusNormal';
	    src: url('MetaPlusNormal-Italic.woff2') format('woff2'),
	        url('MetaPlusNormal-Italic.woff') format('woff');
	    font-weight: 500;
	    font-style: italic;
	}
	@font-face {
	    font-family: 'MetaPlusBold';
	    src: url('MetaPlusBold-Roman.woff2') format('woff2'),
	        url('MetaPlusBold-Roman.woff') format('woff');
	    font-weight: bold;
	    font-style: normal;
	}
	body {
		font: 16px/1.5em 'Open Sans', sans-serif;
		color: #444;
	}
	
/* titles */
	h1, h2, h3, h4, h5, h6 {
		color: #e3001b;
		font-family: 'PotatoesAndPeas', sans-serif;
		font-weight: 400; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 68px; line-height: 70px; }
	h2 { font-size: 45px; line-height: 60px; }
	h3 { font-size: 21px; line-height: 30px; }
	h4 { font-size: 17px; line-height: 24px; }
	h5 { font-size: 14px; line-height: 21px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #444444; font-family: 'Open Sans', sans-serif; font-weight: 700; }
	h1.hgreen, h2.hgreen, h3.hgreen, h4.hgreen, h5.hgreen, h6.hgreen { color: #29b8b0; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	em { font-style: italic; }
	strong { font-weight: bold; color: #444; }
	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 10px; height: 0; }

	a, a:visited { color: #444; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #444; }
	p a, p a:visited { line-height: inherit; }

/* lists */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc, ul { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc, ul { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: inherit;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: inherit; margin-bottom: auto; }
	li p { line-height: auto; }

/* images */
    img {
        max-width: 100%;
        height: auto;
    }
	img.scale-with-grid {
		max-width: 100%;
		height: auto; 
	}
	img.alignright {float:right; margin:0 0 1em 1em}
	img.alignleft {float:left; margin:0 1em 1em 0}
	img.aligncenter {display: block; margin-left: auto; margin-right: auto}
	a img.alignright {float:right; margin:0 0 1em 1em}
	a img.alignleft {float:left; margin:0 1em 1em 0}
	a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
	img.mask-small { margin-bottom: -20px; /*margin-bottom: -40px;*/ margin-left: 15px; }
	img.mask-medium { margin-top: 20px; /*margin-top: -30px;*/ }
	img.labelfamily { position: absolute; top: 40px; right: 0px; width: 60px; height: 117px; }
	img.no-mask.imgcount1 { float: right; /*height: 360px;*/ width: 600px; margin-top: 20px; /*margin-top: -40px;*/}
	
	figure {
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
		background: #fff;
		overflow: hidden;
	}
	figure img {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: .4s ease-in-out;
		transition: .4s ease-in-out;
	}
	figure:hover img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

/* forms */
	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px 'Open Sans', sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* header & menu */
    .header {
    	position: relative;
    	width: 100%;
        height: 360px;
        clear: both;
    	z-index: 5;
    	background: #fff;
    	margin: 0 0;
    	padding: 0 0;
	}
	.header.home {
		height: 100vh;
	}
	.header.home .bganim {
		width: 100%;
		height: 100%;
		position: absolute;
		overflow: hidden;
		z-index: 1;
	}
	.header.home .bganim img {	
		position: absolute;
	}
	.header .hcontent, .header.home .hcontent {
		position: relative;
		z-index: 10;
		top: 0;
		width: 100%;
		height: 100%;
		-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
	.header .mobilebar {
		position: fixed;
		top: -160px;
		background: #fff;
		width: 100%;
		height: 140px;
		overflow: hidden;
		z-index: 9;
		-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
		-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
	.header .mobilebar.smaller {
		top: 0px;
	}
	.header .topbar {
		position: relative;
		width: 100%;
		height: 220px;
	}
	.header .topbar.smaller {
		position: fixed;
		height: 140px;
		top: 0px;		
	}
	.header .logo {
		position: fixed;
		width: 480px;
		height: auto;
		left: 0; 
		right: 0; 
		margin-left: auto; 
		margin-right: auto; 
		padding: 30px 30px;	
		font-size: 24px;
		color: #fff;
		text-align: center;
		font-weight: 700;
		z-index: 16;
		font-family: 'MetaPlusNormal', sans-serif;
		letter-spacing: 3px;
		-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
	.header .logo img {
		width: 200px;
		-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
	.header .topbar.smaller .logo {
		width: 400px;
		padding: 10px 20px;
		font-size: 18px;
		color: #E00B25;
	}
	.header .topbar.smaller .logo img {
		width:150px;
	}
    .header .logo a{
        text-decoration: none;
    }
    .header .menuicon {
	    position: fixed;
	    top: 0;
	    left: 0;
	    /*float: left;*/
	    width: 100px;
	    height: 40px;
	    z-index: 30;
    }
    .header .langbox {
	    position: fixed;
	    top: 0px;
	    right: 110px;
	    height: 40px;
	    z-index: 33;
    }
    .header .langbox ul.wpm-language-switcher li { width: 32px; float: left; margin: 38px 15px 0 0; }
    .header .langbox ul.wpm-language-switcher li img { opacity: 0.65; }
    .header .langbox ul.wpm-language-switcher li img:hover { opacity: 1; }
    .header .langbox ul.wpm-language-switcher li.active img { opacity: 1; }
    /*.header .langbox ul.wpm-language-switcher li.item-language-de { display: none; }
    .header .langbox ul.wpm-language-switcher li.item-language-fr { display: none; }*/
    .header .label {
	    position: fixed;
	    top: 0;
	    right: 40px;
	    /*float: right;*/
	    width: 60px;
	    height: 117px;
	    /*padding: 0px 40px;*/
	    z-index: 31;
    }    
    .header .menuicon a {
		text-decoration: none;
		color: #444;
		transition: color 0.3s ease;
	}	
	.header .menuicon a:hover {
		color: tomato;
	}	
	.header .menuicon #menuToggle {
		display: block;
		position: relative;
		top: 50px;
		left: 50px;		
		z-index: 1;		
		-webkit-user-select: none;
		user-select: none;
	}	
	.header .menuicon #menuToggle input {
		display: block;
		width: 40px;
		height: 32px;
		position: absolute;
		top: -7px;
		left: -5px;		
		cursor: pointer;		
		opacity: 0;
		z-index: 2;
		-webkit-touch-callout: none;
	}	
	.header .menuicon #menuToggle span {
		display: block;
		width: 33px;
		height: 4px;
		margin-bottom: 5px;
		position: relative;		
		background: #fff;
		border-radius: 3px;		
		z-index: 1;		
		transform-origin: 4px 0px;		
		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
		  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
		  opacity 0.55s ease;
	}	
	.header .menuicon #menuToggle span:first-child {
		transform-origin: 0% 0%;
	}	
	.header .menuicon #menuToggle span:nth-last-child(2) {
		transform-origin: 0% 100%;
	}	
	.header .topbar.smaller .menuicon #menuToggle span {
		background: #E00B25;
	} 
	/* Transform all the slices of hamburger into a crossmark. */
	.header .menuicon #menuToggle input:checked ~ span {
		opacity: 1;
		transform: rotate(45deg) translate(-2px, -1px);
		background: #DF0B25;
	}
	.header .menuicon #menuToggle input:checked ~ span:nth-last-child(3) {
		opacity: 0;
		transform: rotate(0deg) scale(0.2, 0.2);
	}	
	.header .menuicon #menuToggle input:checked ~ span:nth-last-child(2) {
		transform: rotate(-45deg) translate(0, -1px);
	}	
	/*Make this absolute positioned at the top left of the screen */
	.header .menuicon #menu {
		position: absolute;
		width: 300px;
		height: 100vh;
		/*margin: -100px 0 0 -300px;*/
		left: -300px;
		top: -100px;
		padding: 150px 0px 50px 0;
		/*padding-top: 150px;*/		
		background: #fff;
		opacity: 0;
		list-style-type: none;
		-webkit-font-smoothing: antialiased;
		/* to stop flickering of text in safari */		
		/*transform-origin: 0% 0%;
		transform: translate(-400px, 0);	
		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);*/
		-webkit-transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	    -o-transition: all 0.5s;
	    transition: all 0.5s;
	    -webkit-transition-timing-function: cubic-bezier(0.77,0.2,0.05,1.0);
	    transition-timing-function: cubic-bezier(0.77,0.2,0.05,1.0);
	}
	.header .menuicon #menu {
	  /*position: relative;
	  z-index: 597;
	  float: left;
	  width: 300px;*/
	}
	.header .menuicon #menu li {
		font-size: 19px;
		width: 180px;
		float: left;
		min-height: 1px;
		padding: 5px 0;
		margin-left: 50px;
		vertical-align: middle;
	}	
	.header .menuicon #menu li.hover, .header .menuicon #menu li:hover {
		position: relative;
		z-index: 599;
		cursor: default;
	}
	.header .menuicon #menu li a {
		text-decoration: none;
	}
	.header .menuicon #menu li a:hover, .header .menuicon #menu li:hover a {
		text-decoration: underline;
	}
	.header .menuicon #menu ul.sub-menu {
		margin-top: 1px;
		visibility: hidden;
		position: absolute;
		top: 1px;
		left: 90%;margin-left:-20px;
		z-index: 598;
		width: 100%;
		list-style: none;
		background: #E10B26;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.header .menuicon #menu ul.sub-menu:after {
		right: 100%;
		top: 20px;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-right-color: #E10B26;
		border-width: 6px;
		margin-top: -6px;
	}
	.header .menuicon #menu ul.sub-menu li {
		float: none;
		font-size: 16px;
		color: #fff;
		padding: 1px 10px;
		margin-left: 0px;
	}	
	.header .menuicon #menu ul.sub-menu li:first-child {
		padding: 10px 10px 0 10px;
	}
	.header .menuicon #menu ul.sub-menu li:last-child {
		padding: 0 10px 10px 10px;
	}
	.header .menuicon #menu ul.sub-menu li a {
		color: #fff;
		text-decoration: none;
	}
	.header .menuicon #menu ul.sub-menu li a:hover, .header .menuicon #menu ul.sub-menu li:hover a {
		text-decoration: underline;
	}
	.header .menuicon #menu li:hover > ul {
		visibility: visible;
	}
	.header .menuicon #menuToggle input:checked ~ ul {
		/*transform: none;*/
		left: -100px;
		opacity: 1;
	}	
	.header span.unread { 
		position: relative;
		width: 18px !important;
		height: 18px !important;
		line-height: 18px !important;
		-webkit-border-radius: 9px;
		-moz-border-radius: 9px !important;
		border-radius: 9px !important;
		color: #fff !important;
		background: #E1001A !important;
		float: right;
		right: 65px;
		top: -5px;
		text-align: center;
		font-size: 13px;
		font-weight: 700;
	}
	
	.header .headercontent {
		position: absolute;
		bottom: 30px;
		left: 0;
		width: 100%;
		height: 140px;
		text-align: center;
		clear: both;
		z-index: 8;
	}
	.header.home .headercontent {
		height: 300px;
	}
	.header .headercontent .icon {
		position: relative;
		width: 120px;
		height: 120px;
		margin: 0 auto 0 auto;
	}
	.header .headercontent h2 {
		color: #fff;
		font-size: 130px;
		line-height: 136px;
		text-shadow: 0px 0px 8px rgba(0, 0, 0, .7);
	}
	.header .headercontent h4 {
		color: #fff;
		font-size: 40px;
		line-height: 52px;
		font-family: 'Open sans', sans-serif;
		text-shadow: 0px 0px 8px rgba(0, 0, 0, .7);
	}	
	
/* misc */
    .content {}	
	.grey { background-color: #e7e7e7; }
	.grey2 { background-color: #eeedeb; }
	.black { color: #fff; background-color: #282828; background-image: url('../images/leafbg.png'); background-position: left center; background-repeat: no-repeat; }
	.blackfull { color: #fff; background-color: #282828; }
	.black a, .blackfull a { color: #fff; }
	.green { background-color: #29b8b0; background-image: url('../images/greenbg.png'); background-position: center center; background-repeat: repeat-x; }
	.green h2, .black h2, .black h4, .blackfull h2, .blackfull h4 { color: #fff; }
	.whiteleaf { background-color: #fff; background-image: url('../images/leafbg2.png'); background-position: right center; background-repeat: no-repeat; }
	.whiteleaf2 { background-color: #fff; background-image: url('../images/leafbg3.png'); background-position: left center; background-repeat: no-repeat; }
	
	
	.certround {
		float: right;
		height: 120px;
		width: auto;
		margin: -10px 0 0 0;
	}
	.certround .imgcert {
		width: 80px;
		height: 80px;
		float: left;
		border-radius: 40px;
		background: #fff;
		overflow: hidden;
		margin-left: 10px;
	}
	.certround .imgcert2 {
		width: 80px;
		height: 80px;
		float: left;
		background: #fff;
		overflow: hidden;
		margin-left: 10px;
	}
	.footer .certround {
		margin: 0 0 0 0;
	}
	.wideimg {
		position: relative;
		width: 100%;
		height: 260px;
		overflow: hidden;
		text-align: center;		
		display:inline-block;
		margin: 0 0 25px 0;
	}
	.wideimg .toptitle {
		position: absolute;
		bottom: 10px;
		width: 100%;		
	}
	.wideimg .toptitle h2 {
		text-align: center;
		color: #fff;
		text-shadow: 0px 0px 11px rgba(0, 0, 0, .8);
		font-size: 86px;
	}
     
    .center {
	    text-align: center;
    }   
    .title{
	    margin: 0 0 30px 0;
    }
    .textpadding {
	    width: auto;
	    padding: 0 20% 0 20%;
    }
    .main {}
    
    .assortment {
	    position: relative;
	    width: 100%;
	    height: 270px;
    }
    .assortment .itm {
	    float: left;
	    width: 200px;
	    height: 230px;
	    margin: 20px 20px;
    }
    .assortment .itmimg {
	    width: 200px;
	    height: 200px;
	    overflow: hidden;
    }
    .assortment .itmimg img {
	    height: 100%;
    }
    .assortment .title {
	    width: 200px;
	    height: 30px;
	    line-height: 30px;
	    color: #fff;
	    text-align: center;
		font-family: 'PotatoesAndPeas', sans-serif;
		font-size: 32px;
	}
	.assortment .assortmentslide {
	    position: relative;
	    width: auto;
	    height: 270px;
    }
    .assortment .assortmentslide a {
	    color: #fff;
	    text-decoration: none;
    }
    .assortment ul.bxslider li {
	    list-style: none !important;
	    padding-left: 0; 
    }
    .assortment ul.bxslider li:before {
	    font-family: inherit;
        content: '';
        left: 0;
    } 
    
    .quote {
	    position: relative;
	    width: 80%;
	    margin: 0 10% 0 10%;
	    height: auto;
	    min-height: 140px;
	    text-align: center;
	    font-family: 'PotatoesAndPeas', sans-serif;
		font-size: 46px;
		line-height: 48px;	
		color: #DF0B26;    
    }
    .quote .person {
	    text-align: right;
	    font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		color: #444;
    }
    
    .recipes {
	    position: relative;
	    width: 80%;
	    margin: 0 10% 0 10%;
	    height: 270px;
    }
    .recipes .itm {
	    float:left;
	    position: relative;
	    width: 33.3336%;
	    padding-bottom : 33.3336%;
	    margin: 0 0;
	    overflow: hidden;
	    display:block;
	    z-index:4;
		-webkit-backface-visibility: hidden;
	}	
	.recipes .itmcontent {
	    position:absolute;
	    height:100%;
	    width:100%;
	    padding: 0 0;
	}
	.recipes .itmtable {
	    display:table;
	    height:100%;
	    width:100%;
	}
	.recipes .itmcell {
	    display:table-cell;
	    vertical-align:middle;
	    height:100%;
	    width:100%;
	}
	.recipes .itmcell img {
	    width: 100%;
    }
    .recipes .hover-mask {
		position: absolute;
	    padding: 0;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	    background: #e3001b;
	    opacity: 0;
	    filter: alpha(opacity=0);
	    -webkit-transition: all 0.3s ease-out;
	    transition: all 0.3s ease-out;
    }
    .recipes .hover-mask .title {
		position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    margin: 0;
	    text-align: center;
	    color: #fff;
	    padding: 0 15px;
	}
	.recipes .hover-mask .title h4 {
		color: #fff;
		font-size: 38px;
		line-height: 36px;
	}
	.recipes .hover-mask .title h4 a {
		color: #fff;
		text-decoration: none;
	}
	.recipes .hover-mask .title h4 a:hover {
		text-decoration: underline;
	}
    .recipes .itm:hover .hover-mask {
	    opacity: .85;
	    filter:alpha(opacity=85);
	}	
	.news {
	    position: relative;
	    width: 80%;
	    margin: 0 10% 0 10%;
	    height: 270px;
    }
    .news .itm {
	    float:left;
	    position: relative;
	    width: 46%;
	    height: 340px;
	    margin: 0 2%;
	    overflow: hidden;
	    display:block;
	    z-index:4;
	}	
	.news .itm .newsimg {
		position: relative;
		width: 100%;
		height: 260px;
		overflow: hidden;
	}	
    .news .itm .title {
		position: relative;
		width: calc(100% - 30px);
		height: 80px;
	    text-align: center;
	    padding: 0 15px;
	}
	.news .itm .title h4 {
		color: #E00B25;
		font-size: 38px;
		line-height: 36px;
	}
	.news .itm .title h4 a {
		color: #E00B25;
		text-decoration: none;
	}
	.news .itm .title h4 a:hover {
		text-decoration: underline;
	}    
    .chapter .icon {
	    width: 40%;
	    height: auto;
	    margin: 0 30% 20px 30%;
    }
	.chapter .title {
		color: #DF0B26;
		font-weight: 700;
		width: 50%;
		height: 70px;
		margin: 0 25% 0 25%;
	}
	.chapter .desc {
		width: 70%;
		margin: 0 15% 0 15%;
	}
	.chapter .btn {
		padding: 15px 0 20px 0;
	}
	.chapter a.btn {
		text-align: center;
		margin: 15px 0;
		line-height: 28px;
		border: 2px solid #e3001b;
		padding: 3px 15px;
		border-radius: 17px;
		text-decoration: none;
		color: #e3001b;
		background: none;
		 -webkit-transition: all 0.3s ease-out;
	    transition: all 0.3s ease-out;
	}
	.chapter a.btn:hover {
		background: #e7e7e7;
	}
	.chapter a.btn img {
		position: relative;
		top: 5px;
	}
	.chapter a.btn.greenline {
		border: 2px solid #29b8b0;
		color: #29b8b0;
	}
	
	a.btn {
		text-align: center;
		margin: 15px 0;
		line-height: 28px;
		border: 2px solid #e3001b;
		padding: 3px 15px;
		border-radius: 17px;
		text-decoration: none;
		color: #e3001b;
		background: none;
		 -webkit-transition: all 0.3s ease-out;
	    transition: all 0.3s ease-out;
	}
	a.btn:hover {
		background: #e7e7e7;
	}
	a.btn img {
		position: relative;
		top: 5px;
	}
	a.btn.greenline {
		border: 2px solid #29b8b0;
		color: #29b8b0;
	}
	a.btn.redline {
		border: 2px solid #E10B26;
		color: #E10B26;	
	}
	a.btn.redline.leaf {
		background-image: url('../images/btnred.png');
		background-repeat: no-repeat;
		padding-left: 34px;
		background-position: 10px 1px;
		display: inline-block;
	}
	a.btn.whiteline {
		border: 2px solid #fff;
		color: #fff;
	}
	a.btn.whiteline.leaf {
		background-image: url('../images/btnwhite.png');
		background-repeat: no-repeat;
		padding-left: 34px;
		background-position: 10px 1px;
		display: inline-block;
	}
	.maxbutton-2.maxbutton.maxbutton-knop-wit.btn.whiteline.leaf { background-color: rgba(255,255,255,0) !important; border-color: #fff !important; }
	.maxbutton-2.maxbutton.maxbutton-knop-wit.btn.whiteline.leaf:hover { background-color: rgba(255,255,255,.5) !important; border-color: !important #fff; }
	.maxbutton-2.maxbutton.maxbutton-knop-wit.btn.whiteline.leaf .mb-text { color: #fff !important; }
	.productitm {
		position: relative;
		width: 33.3%;
		height: 410px;
		float: left;
	}
	.productitm > * {
		margin: 0;
		padding: 0;
	}
	.productitm h2 {
		font-size: 34px;
		line-height: 48px;
	}
	.prodfilter-group .button {
		display: inline-block;
		padding: 0.5em 1em;
		background: #fff;
		/*border: none;*/
		border-radius: 5px;
		border: 1px solid #e7e7e7;
		/*background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );*/
		color: #444;
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		/*text-shadow: 0 1px white;*/
		cursor: pointer;
		text-align: center;
		outline: none;
	}
	.prodfilter-group .button:hover {
		background-color: #fff;
		/*text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);*/
		color: #e3001b;
	}
	.prodfilter-group .button:active, .prodfilter-group .button.is-checked {
		background-color: #e3001b;
	}
	.prodfilter-group .button.is-checked {
		color: #fff;
		/*text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);*/
		border: 1px solid #e3001b;
	}
	.prodfilter-group .button:active {
		/*box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);*/
		color: #fff;
	}
	.prodfilter-group {
		width: 100%;
		margin: 0 0 20px 0;
		text-align: center;
	}
	.prodfilter-group:after {
		content: '';
		display: block;
		clear: both;
	}
	.prodfilter-group .button {
		margin-left: 0;
		margin-right: 0;
		border-radius: 0.25em;
	}
	/*.prodfilter-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
	.prodfilter-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }*/
	.grid {}
	.grid:after {
		content: '';
		display: block;
		clear: both;
	}
	
	.person img.personimg {
		position: relative;
		width: 70%;
		margin: 0 auto 0 auto;
	}
	.person strong {
		font-weight: 700;
		font-size: 26px;
		color: #E10B26;
	}
	.person a {
		color: #34B8AF;
		text-decoration: none;
	}	
	.person a:hover {
		color: #444;
		text-decoration: none;
	}
	
	#productionslide {
		position: relative;
		width: 100%;
		height: 400px;
	}
	#productionslide .pslide {
		position: relative;
		width: 100%;
		height: 400px;
	}
	#productionslide .pslide .infoblock {
		position: absolute;
		bottom: 20px;
		right: 20px;
		width: 70%;
		padding: 8px 15px;
		height: auto;
		background-image: url('../images/leaf.png'); 
		background-position: right bottom; 
		background-repeat: no-repeat;
		background-color: rgba(255, 255, 255, .8);
	}
	#productionslide .pslide .infoblock h2 {
		font-size: 32px; 
		line-height: 30px;
	}
	#productionslide .slick-dots li {
	    position: relative;
	    display: inline-block;
	    width: 20px;
	    height: 20px;
	    margin: 0 5px;
	    padding: 0;
	    cursor: pointer;
	}
	#productionslidethumbs {
		position: relative;
		width: 100%;
		height: 120px;
		margin: 15px 0 0 0;
	}
	#productionslidethumbs .pslidesmall {
		position: relative;
		width: 100%;
		height: 120px;
		margin: 0 15px;
		opacity: .6;
	}
	#productionslidethumbs .pslidesmall:hover, #productionslidethumbs .pslidesmall.slick-center {
		opacity: 1;
	}
	
	#kroonfoodmap {
	    position: relative;
	    width: 100%;
	    height: 400px;
	    background: #e7e7e7;
	    margin-top: -30px;
	}
	
	table.pstable {
		width: 100%;
		margin: 0 0 10px 0;
	}
	table.pstable tbody {
		border: 1px solid #e7e7e7;
	}
	table.pstable td {
		padding: 0 5px;
	}
	table.pstable tr:nth-child(odd) { background-color:#e7e7e7; }
	table.pstable tr:nth-child(even) { background-color:#fff; }
	
	.searchform label {
		font-size: 18px !important;
		color: #444 !important;
		font-family: 'Open Sans', sans-serif;
		font-weight: 700;
	}
	span.yellow, h3 span.yellow {
		background: #ffff00;
	}
	
/* footer */
	.footer {
		position: relative;
		width: 100%;
		height: 220px;
		margin-top: 40px;
	}
	.footer .address {
		position: relative;
		width: 100%;
		height: 90px;
		background: #282828;
		color: #fff;
		padding: 20px 0 20px;
		font-size: 14px;
	}
	.footer .address .logo {
		height: 90px;
		float: left;
		margin-right: 30px;
	}
	.footer .address .logo img {
		height: 90px;
	}
	.footer .address .contact {
		float: left;
		height: 90px;
	}
	.footer .address .social {
		float: right;
		height: 90px;
		text-align: right;
	}
	.footer .address .social a {
		color: #fff;
		text-decoration: none;
		font-size: 20px;
		margin: 0 5px;
	}
	.footer .address .social a:hover {
		color: #E10B26;
	}
	.footer .address strong {
		color: #fff;
		font-size: 16px;
	}
	.footer .bottom {
		position: relative;
		width: 100%;
		height: 100px;
		background: #fff;
		color: #444;
		padding: 20px 0 20px;
		font-size: 14px;
	}
	.footer .bottom a {
		margin: 0 10px;
	}	
	
	.footer .content {
		margin: 0;
		color: #444;
	}
	.footer .footermenu ul {
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
        clear: both;		
	}
	.footer .footermenu li {
		width: 100%;
		text-align: center;
	}
	.footer .footermenu li a {
		color: #808285;
		text-decoration: none;
	}
	.footer .footermenu li a:hover {
		color: #0072A7;
	}
	.footer .footermenu li.current-menu-item a, .footer .footermenu li.current-menu-ancestor a, .footer .footermenu li.current_page_parent a {
		color: #0072A7;
	}

.job {
    position: relative;
    width: 80%;
    margin: 0 10% 0 10%;
    height: 270px;
}
.job .itm {
    float:left;
    position: relative;
    width: 46%;
    min-height: 360px;
    height: auto;
    margin: 0 2%;
    overflow: hidden;
    display:block;
    z-index:4;
}	
h2.kf_our_jobs {
    position: relative;
    right: 42px;
}

.jobs .content h4 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff;
}
.jobs .content {
    position: relative;
    padding: 10px 15px;
    margin: 0 !important;
    width: 90%;
    min-height: 140px;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #DEE2E6;
    margin: 0px auto 15px auto;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    /*z-index: 0;*/
    background-color: #282828; /*background-image: url('../images/leafbg_1.png'); background-position: left center; background-repeat: no-repeat;*/ 
}
.jobs .content:hover {
    /*background-color: #34B8AF; background-image: url('../images/leafbg.png'); background-position: left center; background-repeat: no-repeat;*/
}

.jobs .content .btn {
    /*position: absolute;
    right: 15px;
    top: 10px;*/
}

article.job_single .job_specs {
	margin-bottom: 15px;
}
article.job_single .job_specs span {
	margin: 0 8px;
	color: #c2c2c2;
}
article.job_single .job_specs span a {
	color: #c2c2c2;
}
article.job_single .content i {
    margin-right: 5px;
    color: #c2c2c2;
}
/*article.job_single ul {
	text-align: center;
    list-style-position: inside;
    list-style-image: url('../images/leaflist2.png');
    line-height: 24px;
    margin: 0 0 30px 0;
    padding: 0 0;
}
article.job_single ul li {
	line-height: 24px !important;
	margin: 0;
	padding: 0;
}*/
article.job_single ul {
    list-style: none; 
    padding: 0;
}
article.job_single ul li:before {
    content: '';
    display: inline-block;
    background-image: url('../images/leaflist2.png');
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0px;
    position: relative;
    top: 26px;
    display: block;
    right: 29px;
	clear: both;
	pointer-events: none;
}
article.job_single ul li {
    position: relative;
    margin-left: 29px;
    bottom: 20px;
    margin-bottom: -10px;
}


article.job_single em {
    position: relative;
    left: 8px;
}

a.job_te {
    position: relative;
    left: 5px;
}

b.job_single_intro {
    font-size: 21px;
}

#container-job{
	position: relative;top: -72px;
}

div#container-job-soll {
    position: relative;
    top: -140px;
}

@media only screen and (max-width: 970px) {	 
	#container-job{
		top: -11px !important;
	}

	div#container-job-soll {
	    top: -20px !important;
	}
}

.job_single_bottom_block {
    position: relative;
    width: 100%;
    height: auto;
    background: #e2001c;
    padding: 15px 15px;
    color: #fff;
    border-radius: 4px;
}
.job_single_bottom_block a {
	color: #fff;
}

.job_single_bottom_block .frm_error {
    color: #fff !important;
}

.job_single_bottom_block strong,
.job_single_bottom_block label {
    color: #fff !important;
}

.job_single_bottom_block a.btn, .job_single_bottom_block button {
    color: #000 !important;
    background: #fff !important;
    border-radius: 5px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.job_upload .needsclick {
    background: #fff !important;
    border: none !important;
    color: #000 !important;
    border-radius:5px !important;
}

.job_upload .needsclick span:before {
    color: #000 !important;
}

.job_single_bottom_block input {
    border-radius: 5px !important;    
    color: #000 !important;
}

.job_single_bottom_block a.btn:hover,
.job_single_bottom_block .frm_submit button:hover{
	color: #e2001c !important;
}

button#solliciteer {
    color: #000 !important;
    background: #fff !important;
    border-radius: 5px !important;
    border: none !important;
    font-size: 16px;
    padding: 9px;
    cursor: pointer;
}

@media only screen and (max-width: 740px) {	 
	.jobs .content{
		width: 88% !important;
	}

	.jobs .content .btn {
	    bottom: 0 !important;
	    top: inherit !important;

	}

	.jobs .content p {
	    margin-bottom: 63px;
	}
}

@media (max-width: 959px){
	.job_specs {
	    border-radius: 8px;
	    margin: 0 0 20px 0;
	    background: #e2001c;
	    padding: 15px 15px;
	    color: #fff;
	    position: relative;
    	top: 138px;
	}

	.job_specs a{
	    color: #fff;
	}

	.job_single_more {
    margin-top: -30px;
}

	.job_single_content {
	    margin-top: 205px;
	}

	.order_one{
		display: block;
	}

	.order_two{
		display: none;
	}

	b.job_single_intro h2 {
	    margin-bottom: -157px;
	}
}

@media (min-width: 959px){

	.order_one{
		display: none;
	}

	.order_two{
		display: block;
	}
}

.job_single_bottom_block em {
    position: relative;
    top: 10px;
}

@media (max-width: 459px){
	.job_single_content {
	    margin-top: 166px;
	}

}
.certround .imgcert2 a{
	margin:0;
}