/*
Theme Name: FOOD BASICS.
Author: Webba
Author URI: http://www.webba.nl
Description: FOOD BASICS. website
Version: 1.0

 * Built on the Whiteboard Framework
 * http://whiteboardframework.com
 */

/*
 * The Whiteboard Framework is licensed under the GPL license.
 * Feel free to use the Whiteboard Framework for commercial and non-commercial ventures.
 * We require a link in the CSS file and request a link on the website
*/


*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*{margin:0;padding:0;}

body { 
background:#fff;
height:100%;
width:100%;
font-family: museo_sans300, sans-serif;
font-weight:300;
font-size:14px;
color:#222;	
line-height:20px;
}
img{ 
border:none;
}
p { 
padding:0 0 20px 0;
}
a{
text-decoration:underline;
color:#222;
outline:none;
}
a:hover{
text-decoration:none;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
b, strong {
font-family: museo_sans700, sans-serif;
font-weight:700;
}
ul, ol {
padding: 0 0 20px 25px;
}
img {
border:0;
max-width:100%;
height:auto;
}
h1, h2, h3, h4, h5, h6 {
color:#222;
font-weight:normal;
text-transform:uppercase;
}
h1 {
font-size: 32px;
line-height:36px;
padding:0 0 25px;
}
h2 {
font-size: 24px;
line-height:28px;
padding:0 0 20px;
}
h3 {
font-size: 20px;
line-height:24px;
padding:0 0 15px;
}
h4, h5, h6 {
font-size: 18px;
line-height:22px;
padding:0 0 10px;
margin:0;
}
.clear {
clear:both;
}
img.alignleft{
float:left;
margin:0 25px 10px 0;
}
img.alignright {
float:right;
margin:0 0 10px 25px;
}
.left{
float:left;
}
.right {
float:right;
}
input, textarea {
padding:8px 10px;
border:1px solid #e2e2e2;
color:#222;
font-family: arial, sans-serif;
font-size: 13px;
}
input:focus, textarea:focus {
border:1px solid #ccc;
}

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

}

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

}

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

}

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

}

/* ALGEMEEN */
.content {
position:relative;
max-width:960px;
margin:0 auto;
padding:0 10px;
}
.content strong,
.content b {
font-family: museo_sans700, sans-serif;
font-weight:700;
font-size:18px;
}
.content h1.pagina-titel {
font-size:18px;
border-bottom:2px solid #222;
margin-bottom:20px;
padding-bottom:0;
}
.content h1.pagina-titel span {
display:inline-block;
font-size:18px;
margin-right:4px;
}
.content h1.pagina-titel span.test {
display:inline-block;
font-size:48px;
margin:0;
}
h1.titel_enkel {
margin-top:10px;
}
.content-left {
width:100%;
margin-bottom:20px;
}
.content-right {
width:100%;
margin-bottom:100px;
}
.content-right img {
width:100%;
height:auto;
margin-bottom:10px;
}
.taal {
position: absolute;
top: 5px;
left: 126px;
}
.taal ul {
list-style:none;
padding:0;
}
.taal ul li {
display:none;
margin-left:5px;
}
.taal ul li a {
text-decoration:none;
font-family: museo_sans500, sans-serif;
font-weight:500;
color:#a2a1a1;
}

/* HEADER */
header {
background:#fff url(images/menu-bg.png) bottom center repeat-x;
min-height:90px;
width:100%;
}
header .content {
padding:0;
}
a#logo {
z-index:1;
position:absolute;
background:transparent url(images/foodbasics-mobiel.png) bottom center no-repeat;
width:100px;
height:129px;
display:block;
float:left;
margin-left:10px;
}

/* ZOEKEN */
.zoeken {
display:none;
}
a.zoeken-mobiel {
background:url(images/zoeken.png) no-repeat center  center;
display:block;
width:44px;
height:44px;
position:absolute;
top:34px;
right:120px;
}

/* MENU */
#menu-toggle {
display:inherit;
width:50px;
height:40px;
background:url(images/menu-toggle.png) no-repeat;
position:absolute;
top:36px;
right:20px;
}
ul#menu-topmenu {

list-style-type:none;
padding:85px 0 20px 0;
position: absolute;
right:0;
text-transform:uppercase;
font-size:18px;
}
ul#menu-topmenu li {
display:inline-block;
margin-right: 1px;
}
ul#menu-topmenu li a {
display:block;
margin:0;
color:#7d7d7d;
text-decoration: none;
font-weight:400;
padding-left:130px;
line-height:40px;
}

ul#menu-topmenu li.current_page_item a,
ul#menu-topmenu li.current-menu-item a,
ul#menu-topmenu li.current-page-ancestor a,
ul#menu-topmenu li.current-post-ancestor a {
color:#e2001a;
}
ul#menu-topmenu li.current_page_item ul li a,
ul#menu-topmenu li.current-menu-item ul li a,
ul#menu-topmenu li.current-page-ancestor ul li a,
ul#menu-topmenu li.current-post-ancestor ul li a {
color:#6d6c6c;
}
ul#menu-topmenu li.current-menu-parent ul.sub-menu li.current-menu-item a {
color:#e2001a;
}
ul#menu-topmenu li.current_page_item ul li a:hover,
ul#menu-topmenu li.current-menu-item ul li a:hover,
ul#menu-topmenu li.current_page_parent ul li a:hover {
color:#e2001a;
}
.show-menu {
text-decoration: none;
color: #fff;
background: transparent;
position:absolute;
right:15px;
top:32px;
height:46px;
width:60px;
cursor:pointer;
display: none;
}
input#show-menu[type=checkbox]{
display: none;
}
input#show-menu[type=checkbox]:checked ~ #menu-topmenu{
display: block;
}
label.show-menu span {
display:block;
width:50px;
height:8px;
background:#a29fa0;
margin:6px 0 0 5px;
}

/* SUBMENU */
ul.sub-menu {
list-style:none;
padding-left:20px !important;
text-transform:uppercase;
display:none;
}

ul li a.tmh-open + * {
display:block;
}

ul#menu-topmenu li.current_page_item > ul,
ul#menu-topmenu li.current_page_parent > ul {
display: block;
}
ul.sub-menu li.current_page_item a {
color:#e2001a;
}
ul.sub-menu {
padding:0;
}
ul.sub-menu li a {
color:#6d6c6c;
font-size:12px;
}

/* TITEL */
.titel {
background:url(images/titel-bg.jpg) no-repeat bottom center;
height:60px;
width:100%;
margin-bottom:40px;
margin-top:34px;
}
.titel h2 {
color:#e2001a;
padding-top:20px;
font-size:22px;
text-transform:lowercase;
}

/* SLIDER */
.slider {
float:none;
width:100%;
background:red;
margin-bottom:3%;
}
.slide {
position:relative;
}
.slide img {
width:100%;
height:auto;
max-height:430px;
}
.slide-tekst {
font-size:12px;
line-height:1.2em;
text-align:left;
position:absolute;
bottom:0;
background-color: rgba(0,0,0,0.5);
padding:20px;
color:#fff;
width:100%;
}

/* BLOKKEN RECHTS HOME */
.block_rechts_1 {
width:100%;
background:#efefef;
padding:20px 20px 0;
margin-bottom:2%;
}
.block_rechts_2 {
width:100%;
background:#efefef;
padding:20px 20px 0;
}

/* VACATURE */
.vacature {
width:100%;
background:url(images/blauw-bg.jpg) no-repeat;
background-size:cover;
color:#fff;
padding:20px 20px 0;
margin-right:3%;
margin-top:3%;
margin-bottom:3%;
font-size:18px;
overflow:hidden;
}
.vacature h1,.vacature h2,.vacature h3,.vacature h4,.vacature h5,.vacature h6 {
padding-bottom:3px;
color:#fff;
font-size:20px;
font-family: museo_sans500, sans-serif;
font-weight:500;
}
.vacature h2 {
font-size:30px;
font-family: museo_sans700, sans-serif;
font-weight:700;
padding-bottom:15px;
}
.vacature a {
color:#fff;
}
ul.vacatures {
padding:0;
list-style:none;
margin-top:40px;
}
ul.vacatures  li {
margin-top:20px;
border-bottom:2px solid #222;
font-family: museosans_100_italic, sans-serif;
font-weight:100;
font-style:normal;
}
ul.vacatures  li h3 {
padding-bottom:5px;
}
ul.vacatures  li h3 a {
text-decoration:none;
font-family: museo_sans500, sans-serif;
font-weight:500;
}
ul.vacatures  li h3 a:hover {
text-decoration:underline;
}
.cta-block {
padding:20px 20px 0;
background:#e8e8e8;
position:relative;
margin-top:5%;
}
.cta-block h3 {
color:#E2001A;
font-family: museo_sans500, sans-serif;
font-weight:500;
font-size:24px;
}
.cta-block form span {
display:inline-block;
width:100%;
}
.cta-block form span.wpcf7-form-control-wrap {
width:100%;
padding-right:0%;
}
.cta-block form div {
margin:5px 0;
}
.cta-block form input {
width:100%;
}
.cta-block input.wpcf7-file {
border:0;
padding:4px 1px;
}
.cta-block form span.your-message {
width:100%;
}
.cta-block form textarea{
width:100%;
margin-top:2%;
}
.cta-block img.ajax-loader {
position:absolute;
}
.cta-block input.wpcf7-submit {
cursor:pointer;
background:#E2001A;
color:#fff;
text-transform:uppercase;
border:0;
font-size:20px;
line-height:30px;
margin-top:10px;
}
.cta-block input.wpcf7-submit:hover {
background:#222;
}
div.wpcf7-mail-sent-ok {
border:0 !important;
margin:0 !important;
padding:0 0 10px !important;
color:#009200;
}
div.wpcf7-validation-errors {
border:0 !important;
margin:0 !important;
padding:0 0 10px !important;
color:#e2001a;
}
span.wpcf7-not-valid-tip {
color:#e2001a !important;
width: 100% !important;
}

/* QUOTE */
.quote-wrapper {
display: none;
}
.quote {
width:100%;
background:#efefef;
padding:20px;
overflow:hidden;
display:table;
text-align:center;
}
.quote div {
display: table-cell;
vertical-align: middle;
}
.quote .nieuws-excerpt p {
font-size: 14px;
font-weight: 300;
line-height: 20px;
font-family: museo_sans300, sans-serif;
}
.quote p {
font-size:28px;
line-height:34px;
text-align:center;
font-family: museosans_100_italic, sans-serif;
font-weight:100;
font-style:normal;
padding:0;
}
.quote div span {
font-size:12px;
font-family: museo_sans500, sans-serif;
font-weight:500;
}
.quote h2 a {
text-decoration:none;
}
.quote h2 a:hover {
text-decoration:underline;
}


/* PERSONEEL */
.personeel {
margin-bottom:100px;
}
.personeel h1 {
width:100%;
}
.personeel-intro {
width:100%;
font-size:18px;
line-height:24px;
font-family: museosans_100_italic, sans-serif;
font-weight:100;
font-style:normal;
}
.personeel ul {
padding:0;
list-style:none;
margin-top:40px;
}
.personeel ul li {
margin-bottom:15px;
}
.personeel-tekst {
border-top:2px solid #222;
padding-top:8px;
width:70%;
float:left;
}
.personeel-tekst h3 {
padding-bottom:2px;
}
.personeel-foto {
float:left;
width:27%;
}
.personeel-foto img {
border-bottom:2px solid #a0a0a0;
margin-left:10px;
}

/* NIEUWS */
ul.nieuws {
padding:0;
list-style:none;
margin-top:40px;
}
ul.nieuws li {
border-bottom: 2px solid #222;
padding-bottom:30px;
}
ul.nieuws .personeel-tekst {
width:100%;
border-top: 0;
min-height:180px;
}
ul.nieuws .personeel-tekst em {
font-size:18px;
font-family: museosans_100_italic, sans-serif;
font-weight:100;
font-style:normal;
}
ul.nieuws .personeel-foto {
margin-top:10px;
width:100%;
}
ul.nieuws .personeel-foto img {
width:100%;
margin-left:0;:
}
ul.nieuws  li h2 {
padding-bottom:5px;
font-size:30px;
line-height:36px;
}
ul.nieuws  li h2 a {
text-decoration:none;
font-family: museo_sans500, sans-serif;
font-weight:500;
}
ul.nieuws li h2 a:hover {
text-decoration:underline;
}
a.desktop-terug {
display:none;
}

/* ZOEKPAGINA */
.post-single {
border-bottom:2px solid #222;
margin-bottom:20px;
}
.post-single h3 {
padding-bottom:0;
}
.post-single h3 a {
text-decoration:none;
font-family: museo_sans500, sans-serif;
font-weight:500;
}
.post-single h3 a:hover {
text-decoration:underline;
}
h4.zoekresultaten {
margin-bottom:40px;
}
form#searchform label.screen-reader-text {
display:none;
}
form#searchform input#searchsubmit {
cursor:pointer;
}

/* FOOTER */
footer {
background:#868889;
width:100%;
position:relative;
padding:20px 0;
color:#fff;
font-size:12px;
margin-top:3%;
}
footer a {
color:#fff;
}
footer .kolom {
float:left;
width:48%;
margin-right:2%;
}
footer .colofon {
clear:left;
float:none;
border-top:1px solid #fff;
width:100%;
}

/* WEERGAVE > 500 PIXELS */

@media (min-width: 500px) {

	/* ALGEMEEN */
	.content-left {
	float:left;
	width:62%;
	margin-bottom:100px;
	}
	.content-right {
	float:right;
	width:33%;
	margin-top:50px;
	margin-bottom:100px;
	}
	
	/* SLIDER */
	.slide-tekst {
	font-size:14px;
	}
	
	/* NIEUWS */
	ul.nieuws .personeel-tekst {
	width:70%;
	}
	ul.nieuws li {
	border-bottom: 0;
	padding-bottom:0;
	}
	ul.nieuws .personeel-foto {
	width:27%;
	}
	ul.nieuws .personeel-foto img {
	margin-left:10px;
	}
	ul.nieuws .personeel-tekst {
	border-bottom: 2px solid #222;
	}
	a.desktop-terug {
	display:inherit;
	}
	a.mobiel-terug {
	display:none;
	}
	
	/* FOOTER */
	footer .kolom {
	width:23%;
	}

}

/* WEERGAVE > 650 PIXELS */

@media (min-width: 650px) {

	.cta-block form span {
	display:inline-block;
	width:25%;
	text-align:right;
	padding-right:2%;
	}
	.cta-block form span.wpcf7-form-control-wrap {
	width:75%;
	}
	.cta-block form span.your-message {
	width:100%;
	}

}

/* WEERGAVE > 850 PIXELS */

@media (min-width: 851px) {
	
	/* HEADER */
	a#logo {
	background:transparent url(images/foodbasics.png) bottom center no-repeat;
	width:168px;
	height:217px;
	display:block;
	float:left;
	}
	.taal {
	position: absolute;
	top: 5px;
	left: auto;
	right:10px;
	}
	
	/* MENU */
	#menu-toggle {
	display:none;
	}
	ul#menu-topmenu {
	margin:94px 0 5px 190px;
	background:none;
	position:relative;
	float:left;
	padding:0;
	font-size:17px;
	}
	ul#menu-topmenu ul {
	position:absolute;
	left:0;
	bottom:-42px;
	}
	ul#menu-topmenu li {
	float:left;
	background:none;
	}
	ul#menu-topmenu li a {
	margin:0 0 0 15px;
	padding:0;
	color:#7d7d7d;
	}
	ul#menu-topmenu li ul li a {
	padding-top:2px;
	}
	
	/* SUBMENU */
	ul.submenu {
	list-style:none;
	width:100%;
	padding-left:186px;
	text-transform:uppercase;
	height:30px;
	line-height:30px;
	}
	ul.submenu li {
	display:inline;
	margin:0 10px;
	}
	ul.submenu li a {
	text-decoration:none;
	color:#6d6c6c;
	font-family: museo_sans500, sans-serif;
	}
	ul.submenu li a:hover {
	color:#e2001a;
	}
	ul.sub-menu {
	list-style:none;
	padding-left:0 !important;
	}
	
	/* ZOEKEN */
	a.zoeken-mobiel {
	display:none;
	}
	.zoeken {
	display:inherit;
	position:absolute;
	top:40px;
	right:10px;
	}
	.zoeken input {
	font-size:12px;
	width:240px;
	color:#7d7d7d;
	text-transform:uppercase;
	font-family: museo_sans300, sans-serif;
	}
	
	/* TITEL */
	.titel {
	background:url(images/titel-bg.jpg) no-repeat top center;
	height:144px;
	}
	.titel h2 {
	padding-top:80px;
	font-size:50px;
	}
	
	/* SLIDER */
	.slider {
	float:left;
	width:65%;
	margin-bottom:2%;
	}
	
	/* PERSONEEL */
	.personeel-intro {
	width:70%;
	}
	.personeel h1 {
	width:70%;
	}

	/* BLOKKEN RECHTS HOME */
	.block_rechts_1 {
	float:right;
	width:33%;
	min-height:430px;
	}
	.block_rechts_2 {
	float:right;
	width:33%;
	min-height:402px;
	}

	/* VACATURE */
	.vacature {
	height:402px;
	float:left;
	width:31.5%;
	margin-right:2%;
	margin-top:0;
	margin-bottom:0;
	}

	/* QUOTE */
	.quote {
	height:402px;
	float:left;
	width:31.5%;
	}
	
	/* FOOTER */
	footer {
	margin-top:2%;
	}
	footer .kolom {
	width:14%;
	}
	footer .colofon {
	clear:none;
	float:right;
	width:32%;
	font-size:14px;
	}
	
}

@media screen and (max-width : 850px){

	/* MOBIEL MENU */
	ul#menu-topmenu {
	position: static;
	display: none;
	}
	ul#menu-topmenu li {
	margin-bottom: 1px;
	}
	ul#menu-topmenu li, ul#menu-topmenu li a {
	width: 100%;
	}
	.show-menu {
	display:block;
	}
}

@media screen and (min-width: 850px) and (max-width : 968px) {

	ul#menu-topmenu {
    font-size: 15px;
	}
	ul#menu-topmenu li a {
    margin: 0px 0px 0px 13px;
	}

}

.slicknav_menu {
	display:none;
}

@media screen and (max-width: 40em) {
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
}