html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}                 
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
 
nav ul, ul { 
	list-style: none; 
}
 
blockquote, q { 
	quotes: none; 
}
 
blockquote:before, blockquote:after,
q:before, q:after { 
	content: ''; 
	content: none; 
}
 
a { 
	margin: 0; 
	padding: 0; 
	font-size: 100%; 
	vertical-align: baseline; 
	background: transparent; 
	color: #000; 
}
 
ins { 
	background-color: #ff9; 
	color: #000; 
	text-decoration: none; 
}
 
mark { 
	background-color: #ff9; 
	color: #000; 
	font-style: italic; 
	font-weight: bold; 
}
 
del { 
	text-decoration: line-through; 
}
 
abbr[title], dfn[title] { 
	border-bottom: 1px dotted; 
	cursor: help; 
}
 
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}
 
hr { 
	display: block; 
	height: 1px; 
	border: 0; 
	border-top: 1px solid #ccc; 
	margin: 1em 0; 
	padding: 0; 
}
 
input, select { 
	vertical-align: middle; 
}

.clear {
	clear: both;
	height: 0px;
}
/* Stylesheet: reset Modified On 2015-11-23 13:56:20 */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #333 ; color: #fff; text-shadow: none; }
::selection { background: #333; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { /*cursor: pointer;*/ }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

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

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */


/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden,
.js-hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* Stylesheet: main Modified On 2017-10-03 13:04:25 */
.mobile{
display: none;
}

html{
    position: relative;
    min-height: 100%;
}

html, body {height: 100%; color: #666; 	font-family: 'Open Sans', sans-serif;}
#wrapper{
  margin: 0 auto -100px;
  height: 100%;
  padding-top: 130px;
}
.home #wrapper{
	padding-top: 0;
}
.clearfix{clear: both;}
#logo{
	width: 302px;
	height: 52x;
	padding-top: 42px;
padding-bottom: 36px;
/*	position: absolute;
	top: 0;
	left: 0;
	
	margin-left: 37px;
	*/
	float: left;
	background: url(/gfx/logo.png) no-repeat 50% 50% transparent;
	background: url(/gfx/BIO-KENNISWEEK-logo.png) no-repeat 50% 50% transparent;
	background: url(/gfx/BIOBEURSLG.png) no-repeat 50% 50% transparent;
}
body.pureness #logo{
    background: transparent;
    margin-top: 0;
}
#toggle{
	width:20px;
	height: 20px;
	background: url(/gfx/menu.png) no-repeat 50% 50% white;
	padding:26px;
	position: fixed;
	top: 24px;
	right: 30px;
	cursor: pointer;
}
#toggle.active{
	background-image: url(/gfx/close.png);
}
#menuwrapper{
	position: fixed;
	right: 0;
	top: 0;
	bottom:0;
	width: 0;
	overflow: hidden;
	
	background: gray;
    -webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
#menuwrapper.active{
    -webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	
	width: 33%;
	background: #f0f0f0;	
}
#content article ul{
	list-style-type: circle;
}
#content iframe{
	width: 100%; 
	height: 290px;
}

.homestart{
	display: table;
	height: 100%;
	width: 100%;
	padding: 0; margin: 0;
}

.homestart .block{
	display: table-cell;
	padding: 0; margin: 0;
	width: 0;
	height: 100%;
	vertical-align: top;
	background: gray;
    -webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;

}
.homestart .block:first-child{
	width: auto;
}
.homestart .block #menu{
	display: none;
	overflow: hidden;
	/*width: 100%;*/
}
.homestart .block.menu.active{
	width: 33%;
	background: #f0f0f0;
}
.homestart .block div.items{
    display: table;
    height: 100%;
    width: 100%;
    /*position: absolute;*/
}
.homestart .block div.item{
    display: table-cell;
    height: 100%;
    width: 0;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: width 1000ms ease-in-out;
	-moz-transition: width 1000ms ease-in-out;
	-o-transition: width 1000ms ease-in-out;
	-ms-transition: width 1000ms ease-in-out;
	transition: width 1000ms ease-in-out;
}

.homestart .block div.item>div{
    width: 0;
    display: inline-block;
    overflow: hidden;
}
.borders{
	background: url(/gfx/borderleft.png) repeat-y 0 0;
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	display: none;
}
.borders.left{
	left:0;
}
.borders.right{
	right:0;
	background-image: url(/gfx/borderright.png);
}
/*.homestart .block div.item:first-child, .homestart .block div.item:first-child>div{
    width: 100%;
}
*/

.homestart .block div.item.current, .homestart .block div.item.current>div{
    width: 100%;
}
div.item h2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 72px;
	color: white;
	text-transform: uppercase;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 1);
	line-height: 70px;
	margin-bottom: 30px;
}
div.item h3{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 30px;
	color: white;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 1);
	margin-bottom: 55px;
}
a.button:link, a.button:visited, button.button, input.button{
	display: inline-block;
	width: auto;
	padding: 16px 30px;
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	height: 47px;
	line-height: 47px;
	text-decoration: none;
	text-align: left;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	/*background: url(/gfx/arrow.png) no-repeat 100% 50% #a2c039;*/
	background: #a2c039;
	color: white;
	margin: 0;
	margin-bottom: 13px;
	font-size: 18px;
}
.home a.button, #footerblock a.button, #homepageblocks a.button{
    	margin: 0 auto;
    	margin-bottom: 13px;
}
a.button.oranje, button.button.oranje, input.button.oranje{
	background-color: #ebb631;
}
a.button.grijs, button.button.grijs, input.button.grijs{
	background-color: #666;
}
a.button.blauw, button.button.blauw, input.button.blauw{
    background-color: #167ba4;
}
#menu{padding-left: 60px; padding-right: 60px; padding-top: 60px; color: #666; font-size: 13px; font-weight: 600; font-family: 'Open Sans', sans-serif;}
#menu strong{font-size: 16px; font-weight: 700;}
#menu .button{margin:0;}
#menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
	
}
#menu ul li{
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}
#menu ul li a, #menu ul li span{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-decoration: none;
	color: #666;
}
/*a.display{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: white;
	font-size: 30px;
	line-height: 110px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: background-color 600ms linear;
	-moz-transition: background-color 600ms linear;
	-o-transition: background-color 600ms linear;
	-ms-transition: background-color 600ms linear;
	transition: background-color 600ms linear;
}
*/

article{
	max-width: 720px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 50px;
	font-size: 15px;
	line-height: 23px;
}

.home article {
    max-width: 1200px;
    text-align: center;
}

.biostories article{
    max-width: 1100px;
}
article h1{
	padding: 0;
	margin: 0;
	padding-bottom: 3px;
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
}
footer{
	background: #626262;
	color: white;
	height: 50px;
	padding-top: 30px;
	line-height: 28px;
}
.footer{
	max-width: 1314px;
	margin: 0 auto;
}

.footer, .footer a{
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
}
.footer .right{
	float: right;

}
.footer .right ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer .right ul li{
	float: left;
	margin-left: 20px;
}
.footer .right ul li a{
	line-height: 20px;
	font-size: 18px;
	text-transform: none;
}
#homepageblocks{
    background: #f9f9f9;
    padding-top: 70px;
    padding-bottom: 60px;
}
.homepageblocks{
		max-width: 1200px;
	margin: 0 auto;
	display: table;
}
.homepageblocks .row{
	display: table-row;
}
.homepageblocks .row .block{
	display: table-cell;
	border-bottom: 10px solid white;
	vertical-align: middle;
	text-align: center;
	height: 294px;
	width: 25%;
	transition: all 200ms ease-in-out;
	-webkit-transition:all 200ms ease-in-out;
    -o-transition:all 200ms ease-in-out;
    -moz-transition:all 200ms ease-in-out;
    
    background-size: 100% !important;
}

.homepageblocks .row .block:hover{
    animation: myanim 3s infinite;
    background-size: 110% !important;
    /*
    zoom: 1.05;
    rotate: 2deg;
    */
}
/*
.homepageblocks .row .block:nth-child(odd) {border-right: 5px solid white;}
.homepageblocks .row .block:nth-child(even) {border-left: 5px solid white;}
*/

.homepageblocks .row .block{
    border: 4px solid #f9f9f9;
    
}
.homepageblocks .row .block>div{display: table; width: 100%; height: 100%;}
.homepageblocks .row .block>div>div{display: table-cell; width: 100%; height: 100%; vertical-align: bottom; position: relative;}
.homepageblocks .row .block.first>div>div{vertical-align: top; text-align: left;}
.homepageblocks .row .block.first>div>div span{padding-right: 60px; display: block; font-size: 20px; line-height: 30px; color: #323232; }
.homepageblocks .row .block.buttonwitbggroen>div{background: rgba(162,192,57,0.88);}
.homepageblocks .row .block.buttonwitbgoranje>div{background: rgba(235,182,49,0.87);}
.homepageblocks .row .block.buttonyoutubebgtrans>div{background: rgba(30,30,30,0.28);}
.homepageblocks .row .block a{
    text-decoration: none;
    display: block;
    max-height: 0px;
    overflow: hidden;
    transition: all 300ms linear;
}
.homepageblocks .row .block a.hovered{
    max-height: 100px;
}
.homepageblocks .row .block a>span{
    display: block;
    padding: 10px;
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    background: #ebb632;
    min-height: 50px;
    
    text-align: left;
}
.homepageblocks .row .block.groen a>span{
    background: #a2c03a;
}
.homepageblocks .row .block.blauw a>span{
    background: #4bb3da;
}
.buttonwitbggroen .button, .buttonwitbgoranje .button{
	color: #a2c039;
	background-color: white;
	/*background-image: url(/gfx/arrow_grn.png);*/
}
.buttonoranjebgtrans .button{
    background-color: #ebb631;
}
.homepageblocks h2{
	color: #323232;
	font-size: 28px;
	margin-bottom: 36px;
	line-height: 30px;
	
}
.homepageblocks .buttongroenbgtrans h2, .homepageblocks .buttonyoutubebgtrans h2{
	text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.6);
}
#menutop{
	width: 100%;
	height: 0px;
	background: white;
	overflow: hidden;
	position: fixed;
	left: 0; top: 0;
    -webkit-transition: height 500ms linear;
	-moz-transition: height 500ms linear;
	-o-transition: height 500ms linear;
	-ms-transition: height 500ms linear;
	transition: height 500ms linear;
}
#menutop>div{
	
	max-width: 1090px;
	margin: 0 auto;
	height: 130px;
	text-align: right;
}
.home #menutop>div{
	max-width: 1314px;
}
#menutop.active{
	height: 130px;
	-webkit-box-shadow: 0px 6px 5px -4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 6px 5px -4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 6px 5px -4px rgba(0, 0, 0, 0.2);
}
#menutop a{
	color: #666;
	font-weight: 700;
	font-size :18px;
	text-decoration: none;
	line-height: 130px;
}
/*
#menutop.active #logo{
	background: transparent;
	width: auto;
	height: auto;
	position: relative;
	top: auto;
	left: auto;
	margin: 0px;
	float: left;
}
#menutop.active #logo img{
	border: 0;
}
*/

/*
#menutop.active ul{
	list-style: none;
	padding: 0;
	margin: 0;
	float:right;
	width: calc(100% - 312px);
	display: table;
}
#menutop.active ul li{
	float: left;
	margin-left: 20px;
	display: table-cell;
}
*/

#footerblock{
	/*display: table;*/
	width: 100%;
	/*background: url(/gfx/footer.png) no-repeat 100% 100% #e8e8e8;*/
	/*height:280px;*/
	background: #fef6e7;
	margin-top: 40px;
	padding-bottom: 30px;
}
#footerblock.hasimg{
	margin-top: 175px;
}

.page #footerblock.hasimg {
    position: relative;
    margin-top: 40px;
}

#footerblock > img {
    display: block;
    width: 1200px;
    max-width: 1200px;
    height: auto;
    margin: 0 auto 30px;
}

.footerblock{
	/*display: table-cell;*/
	display: block;
	text-align: center;
	margin-bottom: 20px;
	vertical-align: middle;
}
.footerblock h2{
	font-weight: 700;
	color: #333;
	line-height: 40px;
	font-size: 35px;
	margin-bottom: 15px;
}
.footerblock h3{
	color: #333;
	font-weight: normal;
	font-size: 21px;
	
}
.footerblock .button{
	margin-top: 30px;
	color: #a2c039;
	background-color: white;
	/*background-image: url(/gfx/arrow_grn.png);*/
}

img.footerblockimg{
	width: 216px;
	height: 216px;
	-webkit-border-radius: 116px;
	-moz-border-radius: 116px;
	border-radius: 116px;
	margin: 0 auto;
	margin-top: -156px;
	border: 8px solid white;
}


.titel{
	font-weight: bold;
	font-size: 30px;
line-height: 40px;
	color: #666;
	padding-bottom: 10px;
}
#header{
	/*max-width: 1090px;*/
	margin: 0 auto;
	/*height: 350px;*/
	height: auto;
}
#header>div{
	display: table;
	width: 100%;
	height: 100%;
}
#header>div>div{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#header h1, #header h2{
	color: white;
	text-transform: uppercase;
	text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.6);
}
#header h2{
	font-size: 20px;
	font-weight: bold;	
}
#header h1 {
	font-size: 80px;
	font-weight: 800;
	line-height: 80px;
}


.footerblocks{
	display: table;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.footerblocks>div{
	display:table-cell;
	background: #f0f0f0;
	border: 5px solid white;
	color: #252525;
	font-weight: 300;
	font-size: 15px;
	padding: 30px;
	width: 33%;
}
.footerblocks h3.item-title{
	font-size: 21px;
	font-weight: bold;
	color: #252525;
	text-shadow: none;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	margin-top: 30px;
}
.footerblocks img.footerblocksitem{
	width: 210px;
	height: 210px;
	-webkit-border-radius: 105px;
	-moz-border-radius: 105px;
	border-radius: 105px;
	margin: 0 auto;
}

#samenwerking{
	width: 100%;
	display: table;
	background: #fff;
	padding-top: 60px;
	padding-bottom: 40px;
}

#samenwerking > div {
    max-width: 1200px;
	margin: 0 auto;
}

#samenwerking .row{
	display: table-row;
}
#samenwerking .row .column{
	display: table-cell;
	width: 50%;
}
#samenwerking .row .column h4{
	color: #666666;
	font-size: 17px;
	font-weight: normal;
}
#samenwerking .row .column:first-child h4{
	font-weight: bold;
}

.bullits{
	display: absolute;
	margin-top: -70px;
	width: 100%;
	text-align: center;
}
.bullits>.bullit{
	width: 26px;
	height: 26px;
	background: white;
	margin: 8px;
	border-radius: 13px;
	display: inline-block;
	cursor: pointer;
}
.bullits>.bullit.current{
	border: 4px solid #a2c039;
	width: 18px;
	height: 18px;
}
.CGBlogSummary{
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #ccc;
}
.CGBlogSummaryLink{padding-top: 23px;}
article ul{
	list-style: disc;
}

.extraruimte{
    padding-top: 26px;
}
.rondebutton{
    height: 46px;
    line-height: 46px;
    width: 46px;
    text-align: center;
    background: #cdcdcd;
    color: #666666;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    border-radius: 23px;
    display: inline-block;
    margin-right: 20px;
}
a.rondebutton{
    color: #666666; 
}


#homepageblocksz{
    margin-top: 80px;
    margin-bottom: 60px;
}
#homepageblocksz .homepageblocks .row .block{
    border: 0;
    background: #f9f9f9;
    text-align: left;
    
    position: relative;
}
#homepageblocksz .homepageblocks .row .block.even a{
     background: #9fc021;
}
#homepageblocksz .homepageblocks .row .block>div>div{
    vertical-align: top;
}
#homepageblocksz .homepageblocks .row .block>div>div>div{
    padding: 40px;
    padding-top: 45px;
    
}
#homepageblocksz .homepageblocks .row .block a{
    display: block;
    line-height: 40px;
    min-height: 40px;
    height: 40px;
    
    font-weight: normal;
    color: white;
    padding-left: 16px;
    padding-right: 16px;
    position: absolute;
    bottom: 0;
    width: 160px;
    text-align: center;
    left: 50%;
    margin-left: -80px;
}

#homepageblocksz .homepageblocks h4 {
color: #323232;
font-size: 28px;
margin-bottom: 36px;
line-height: 30px;
}


#homepageblocksz .homepageblocks .row .block.first>div>div {

font-size: 20px;
line-height: 36px;
color: #323232;
}
/* Stylesheet: style Modified On 2025-11-10 11:17:05 */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/gfx/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/gfx/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/gfx/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
   /* overflow: hidden !important;*/
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/gfx/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/gfx/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/gfx/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* Stylesheet: fancybox Modified On 2015-11-27 13:51:15 */
.anderfactuuradrescheckbox>label:first-child{display: none;}
.anderfactuuradres, 
.vloerruimte_incl_standbouw, 
.vrije_meters, 
.tafel,
.vloerkeuze_anders,
.vloerruimte_anders,
.vrije_meters_standaard,
.vrije_meters_mechanisatie,
.presentatietafel_standaard,
.presentatietafel_ondernemersplein,
.presentatietafel_foodplein,
.submit{
	display: none;
}

fieldset{
	border: 0 !important;
	padding: 0 !important;
	border-bottom: 1px dashed #ccc !important;
}
fieldset fieldset{
	border-top: 1px dashed #ccc !important;
	border-bottom: 0 !important;
}
fieldset div{
	margin-left: 0 !important;

}
fieldset label{
	display: inline-block; 
	width: 200px !important;
}
.deelnamemogelijkheden{
	margin-top: 30px;
}
.deelnamemogelijkheden>label{
	font-weight: bold;
}
legend{
	background: transparent !important;
	border: 0 !important;
	color: #333 !important;
	margin-top: 30px !important;
	padding: 0 !important;
	margin-top: 30px !important;
}
.vrije_meters_keuze>label, .presentatietafel_keuze>label{
	display:none;
}
.vrije_meters label, .presentatietafel_keuze label, .tariefkeuze_standbouw label{
	width: 300px !important;
}

.aanmelden_voor, .tariefkeuze_standbouw, .tariefkeuze_vrijemeters_standaard, .tariefkeuze_vrijemeters_mechanisatie{
    height: 70px;
    clear: both;
}
.aanmelden_voor div, .tariefkeuze_standbouw div, .tariefkeuze_vrijemeters_standaard div, .tariefkeuze_vrijemeters_mechanisatie div{
    float: right;
    margin-top: 0px;
    width: calc(100% - 200px);
}

.tariefkeuze_standbouw>label, .tariefkeuze_vrijemeters_standaard>label, .tariefkeuze_vrijemeters_mechanisatie>label,
.vloerruimte>label, .vloerruimte_anders>label, .vloerbedding_in_stand>label,
.naamsvermelding_op_frieslijst>label{
    width: 300px !important;
}
.tariefkeuze_standbouw div, .tariefkeuze_vrijemeters_standaard div, .tariefkeuze_vrijemeters_mechanisatie div{
    width: calc(100% - 300px);
}
.tariefkeuze_standbouw div label, .tariefkeuze_vrijemeters_standaard div label, .tariefkeuze_vrijemeters_mechanisatie div label{
    width: 90% !important;
}

/* Stylesheet: FormBioaanmeld Modified On 2017-04-04 14:27:14 */
html, body {
    color: #333;
}

.cc-revoke {
    display: none!important;
}

.rsMinW .rsBullet, #toggle{display: none !important}
.menutriggerinfo, .menuitemsextra.hidden{
    display: none;
}
#menuwrapper, #menuwrapper.active{
    display: block;
    /* position: relative; */
    width: 100%;
    height: 130px;
    overflow: visible;
    bottom: auto;
    background: none;
    right: 0;
    top: 0;
    z-index: 99;
}
#menutop, #menutop.active{
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 5px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 5px 15px 0px rgba(0, 0, 0, 0.75);
    height: 130px;
    z-index: 99;
    overflow: visible;
}
#poweredby{
    position: absolute;
    right: 85px;
    top:10px;
}
#poweredby a {
    line-height: 25px!important;
}
#poweredby img{
    height: 50px;
}
#menu{
    /*max-width: 1090px;
    margin: 0 auto;*/
    float: right;
    margin-right: 100px;
    /* width: calc(100% - 600px); */
    padding-top: 0;

    
}
#menu>ul{
/*
    background: url(/gfx/poweredbybionext.png) 100%  0 no-repeat;
    */
}
#menu>p, #menu>center{
    display: none;
}
#menu>ul{
    display: list-item;
        padding: 0;
    margin: 0;
    margin-left: -10px;
    height: 50px;
    width: 100%;
    width: calc(100% + 10px);
}
#menu>ul>li{
    /*display: table-cell;
    vertical-align: middle;*/
    position: relative;
    display: inline-block;
    margin-left: 20px;
    padding: 0;
    margin: 0;
    line-height: inherit;
    transition: all 400ms;
}
#menu>ul>li a, #menu>ul>li span{
    color: #020000;
    display: block;
    line-height: 160px;
    transition: all 400ms;
    padding: 0 4px;
    font-weight: normal;
}
#menu>ul>li ul{
    /*display: none;*/
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 260px;
    top: 130px;
    z-index:9999;
    background: #e9e7e8;
    
    transition: all 0.3s;
    text-align: left;
    padding-bottom: 15px;
    /*opacity: 0.9;*/
}

/*
#menu>ul>li:hover ul{
    display: block;
}
*/

#menu>ul>li ul.active {
    opacity: 1;
    max-height: 999px;
}

#menu>ul>li:hover > a, #menu>ul>li:hover > a span{
    color: #333;
     
}
/*
#menu>ul>li:hover{
    background: #4479a1;
}
*/
#menu>ul>li ul li a, #menu>ul>li ul li span{
    color: #333;
    transition: all 250ms;
    line-height: normal;
    font-size: 16px;
}
#menu>ul>li ul li{
    
    padding: 10px;
    background: transparent;
    margin: 0;
    padding-left: 10px;
    display: block;
    transition: all 250ms;
}
#menu>ul>li ul li:first-child{
    margin-top: 10px;
}
#menu>ul>li ul li:hover{
    /* background: white; */
}

#menu ul li ul li a span, #menu ul li:hover a{
    color: #333;
   
}
#menu>ul>li ul li:hover a span{
    color:  #000;
     text-decoration: underline!important;
}
#menu>ul>li a span .fa-chevron-down{
    width: 10px;
}
/*
#menu>ul>li:last-child{
    background: url(/uploads/images/lang.png) no-repeat 100% 50% transparent;  
}


#menu>ul>li:last-child span{
    font-size: 80%;
    font-weight: normal;
}
*/

#header{
    /*margin-top: 50px;*/
    position: relative;
    width: 100%;
    z-index: -1;
    height: 500px;
    line-height: 390px;
}

#header img {
    width: 100%;
    height: auto;
}

#header>h1{
    line-height: 390px;
    display: block;
    margin: 0 auto;
    width: 1200px;
    font-size: 60px;
}
#header>div {
    position: absolute;
    top: 0;
    left: 0;
}

#menutop>div, .home #menutop>div{
    padding-left: 10px; padding-right: 10px;
    max-width: 1200px;
    position: relative;
}

#logo {
    position: relative;
    z-index: 999;
    background-position: -55px 50%;
}

#logo a{
    display: block;
    width: 100%;
    height: 50px;
    
}
.infoOnSlider{
    padding: 0 !important;
}
.infoOnSlider > div{
    max-width: 1200px!important;
    padding-top: 30px;
}
body.page{
    background: white !important;
}
@media only screen and (max-width: 1100px) {
    #menu>ul>li a, #menu>ul>li ul li a{
        font-size: 15px;
    }
}
@media only screen and (max-width: 900px) {
    #menu>ul>li a, #menu>ul>li ul li a{
        font-size: 12px;
    }
}
@media only screen and (max-width: 767px) {
    #toggle{
        display: block;
        
    z-index: 100;
    }
    #menuwrapper{
        max-height: 0;
        overflow: hidden;
        transition: all 700ms;
        top: 0;
        position: absolute;
        left: 0;
        height: auto;
        right: 0;
    }
    
    #menuwrapper.active{
        display: block;

        max-height: 2000px;
    }
    #menu>ul,
    #menu>ul>li{
        display: block;
        height: auto;
        text-align: center;
    }
    #menu>ul>li ul, #menu>ul>li ul li:first-child{
        margin:0;
    }
    #menu>ul>li{
        padding-top: 6px;
        padding-bottom: 6px;
    }
    #menu>ul>li ul{
        display: block;
        width: auto;
        position: relative;
    }
    #menu>ul>li ul{
        padding: 6px;
        margin-top: 10px;
    }
}





/*programmaoverzicht */
body.programma-overzicht article, body.program article{
    max-width: 1090px;
}
#programmaoverzicht {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 20px;
}
#programmaoverzicht .programma_item{
    width: calc(100% / 3 - 8px);
    border: 4px solid white;
    float: left;
    display: block;
    height: 388px;
    background: #f0f0f0;
}
#programmaoverzicht .programma_item .img{
    height: 194px;
    width: 100%;
    background: url(/gfx/programma/overig.jpg) no-repeat 50% 50%;
    background-size: cover;
}

#programmaoverzicht .programma_item.thema_klimaat	        .img{background-image: url(/gfx/programma/klimaat.jpg);} 
#programmaoverzicht .programma_item.thema_nieuw_in_bio	    .img{background-image: url(/gfx/programma/nieuw_in_bio.jpg);}     
#programmaoverzicht .programma_item.thema_innovatie	        .img{background-image: url(/gfx/programma/innovatie.jpg);} 
#programmaoverzicht .programma_item.thema_nieuwe_business   .img{background-image: url(/gfx/programma/new_business.jpg);}     
#programmaoverzicht .programma_item.thema_diversiteit       .img{background-image: url(/gfx/programma/diversiteit.jpg);} 
#programmaoverzicht .programma_item.thema_lifestyle	        .img{background-image: url(/gfx/programma/lifestyle.jpg);} 


#programmaoverzicht .programma_item a{
    text-decoration: none;
    color: #252525;
}
#programmaoverzicht .programma_item h4{
    margin-bottom: 22px;
    font-size: 22px;
    line-height: 25px;
    padding-top: 4px;
}
#programmaoverzicht .programma_item em{
    font-style: normal;
}
#programmaoverzicht .programma_item .info{
    display: table;
    width: 100%;
    height: 194px;
    padding: 0;
    margin: 0;
}
#programmaoverzicht .programma_item .info>div{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

div.button{
    float: left;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 25px;
    background: #f0f0f0;
    color: #333333;
    margin-right: 24px;
    margin-bottom: 24px;
    cursor: pointer;
}
div.button.active{
    background: #666666;
    color: white;
}
div.button.blauw{
    float :right;
    background: #4479a1;
    color: white;
}
 div.button.groen{
    background: #a1c037;
    color: white;
}
 div.button.oranje{
    background: #ebb631;
    color: white;
}

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1a181c;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}
#homepageblocks h1{
    text-align: center;
    font-size:28px;
    padding-bottom: 16px;
width: 100px;
position: absolute;
margin-left: -60px;
left: 50%;
}
#homepageblocks .ruimte{
    height: 50px;
    
}

/* new styles 2019 */

.menutrigger {
    display: none;
    position: absolute;
    top: 0;
    padding: 0;
    background: #fff;
    right: 0;
    width: 73px;
    height: 130px;
    cursor: pointer;
    z-index: 9999;
    transition: all 0.3s;
}

.scroll .menutrigger {
    -webkit-box-shadow: -2px 1px 7px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    -2px 1px 7px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         -2px 1px 7px 0px rgba(0, 0, 0, 0.5);
}

.menutrigger span { position: absolute; left: 19px; top: 60px; }

.menutrigger span, .menutrigger span:before, .menutrigger span:after {
    cursor: pointer;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    border-radius: 1px;
    height: 3px;
    width: 35px;
    background: #454443;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}
.menutrigger span:before {
    top: -10px;
}
.menutrigger span:after {
    bottom: -10px; 
}


/*
.menutrigger.active span {
    transform: rotate(180deg);
}
.menutrigger.active span:before, .menutrigger.active span:after {
    top: 0;
}

.menutrigger.active span:before {
    transform: translateX(17px) translateY(-7px) rotate(45deg);
    width: 20px;
}
.menutrigger.active span:after {
    transform: translateX(17px) translateY(7px) rotate(-45deg);
    width: 20px;
}

*/

.menutrigger.active {
    background: #a2c039;
}

.menutrigger.active span {
    background-color: transparent;
}
.menutrigger.active span:before, .menutrigger.active span:after {
    top: 0;
}
.menutrigger.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.menutrigger.active span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.searchtrigger, .engtrigger {
    position: absolute;
    right: 86px;
    top: 0;
    line-height: 160px;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    transition: all 0.3s;
}
.engtrigger{
        right: 117px;
        line-height: 150px;
}
.engtrigger img{
    width: 26px;

}
.searchtrigger:hover {
    color: #ccc;
}

.talen {
    position: absolute;
    right: 125px;
    top: 0;
}

#menutop a {
    font-size: 16px;
}

#menutop .talen a:link, #menutop .talen a:visited {
    color: #ccc;
    font-weight: normal;
    font-size: 16px;
}



#largemenu {
    position: absolute;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s;
    top: 130px;
    left: 0;
    width: 100%;
    background: #a2c039;
    z-index: -1;
}

#largemenu.open {
    opacity: 1;
    max-height: 999px;
    z-index: 60;
}


#largemenuwrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 30px 0;
}

#largemenu ul {
    margin: 0;
    padding: 0;
}

#largemenuwrapper > ul > li {
    display: inline-block;
    width: calc(25% - 44px);
    vertical-align: top;
    margin: 0 20px 40px;
}

#largemenuwrapper > ul > li a:link, #largemenuwrapper > ul > li a:visited {
    color: #fff;
    text-decoration: none;
    line-height: 26px;
    transition: all 0.3s;
}

#largemenuwrapper > ul > li a:hover, #largemenuwrapper > ul > li a:active {
    color: #c8de7c;
}

#largemenuwrapper > ul > li a.parent:link, #largemenuwrapper > ul > li a.parent:visited, #largemenuwrapper > ul > li > a{
    font-weight: bold;
}

#largemenu #extrainhoudinmenu {
    margin-bottom: 30px;
    text-align: center;
}

#extrainhoudinmenu .button {
    width: calc(25% - 75px);
    margin: 0 15px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.homeleft, .homeright {
    display: block;
    float: left;
    width: calc(50% - 15px);
    padding: 10px;
}

.homeright {
    padding: 0;
    width: calc(50% - 5px);
}

article img {
    max-width: 100%;
    height: auto;
}

#footermenu {
    max-width: 1200px;
    margin: 40px auto 0;
}

#footermenu ul {
    margin: 0;
    padding: 0;
}

#footermenu > ul > li, #footermenu .socials {
    display: block;
    float: left;
    width: 25%;
}

#footermenu ul li a:link, #footermenu ul li a:visited {
    color: inherit;
    text-decoration: none;
}

#footermenu ul li a:hover, #footermenu ul li a:active {
    text-decoration: underline;
}

#footermenu .sectionheader > span {
    font-weight: bold;
}
.leftcol>.socials{
    padding-top: 170px;
    margin-left: -14px;
    padding-bottom:10px;
}
.socials h2 {
    margin-bottom: 20px;
}

.socials a:link, .socials a:visited {
    
    margin-right: 0px;
}
.leftcol>a{
    display: inline-block;
    margin-top: 8px;
    padding-left: 6px;
    padding-right: 6px;
    background: white;
    text-decoration: none;
    font-size: 18px;
    color: #222;
    text-transform: none;
}
#searchbar {
    position: fixed;
    top: 130px;
    right: 0;
    overflow: hidden;
    width: 100%;
    padding: 40px 0;
    background: #a2c039;
    z-index: -1;
    opacity: 0;
    max-height: 0;
    transition: all 0.3s;
}

#searchbar.active {
    max-height: 999px;
    opacity: 1;
    z-index: 36;
}

#searchbarwrapper {
    max-width: 1200px;
    margin: 0 auto;
    text-align: right;
    position: relative;
}

#searchbar span {
    color: #fff;
    font-size: 42px;
    line-height: 36px;
    font-weight: bold;
    margin-right: 20px;
}

#searchbar input[type="text"] {
    width: 100%;
    width: calc(100% - 40px);
    position: relative;
    top: -6px;
    height: 36px;
    background: #d4dfa3;
    border: 0 none;
    -webkit-appearance: none;
    color: #000;
    padding: 0 20px;
    border-radius: 25px;
}
#searchbar input[type="text"]::-webkit-input-placeholder { /* Edge */
  color: #333;
}

#searchbar input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333;
}

#searchbar input[type="text"]::placeholder {
  color: #333;
}
.searchicon {
   
    height: 33px;
    display: inline-block;
    background: #ebb631;
    text-align: center;
    position: absolute;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3px;
    top: -6px;
    color: white;
    border-radius: 25px;
    font-size: 16px;
    line-height: 29px;
}

.page article {
    max-width: 1017px;
    background: #fff;
    text-align: center;
    position: relative;
    padding: 50px 100px 175px;
    /*margin-top: -200px;*/
}

.home article {
    padding: 50px 100px;
    max-width: 1017px;
}

.page article.lessbottommargin {
    padding-bottom: 20px;
}

.page article.links, .home article.links {
    text-align: left;
}

.page article.rechts, .home article.rechts {
    text-align: right;
}



body.page {
    background: #fef6e7; 
}

article h1 {
    color: #333;
}

.page article h1 {
    font-family: 'Poppins', sans-serif;
    
    font-size: 35px;
    margin-bottom: 15px;
    color: #333;
    font-weight: bold;
}

.page article h2 {
    font-size: 30px;
    color: #333;
    font-weight: 800;
}

.page article h2:first-child {
    font-size: 35px;
}

.page article h2.subtitel {
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 15px;
}

.nummerblok {
    margin: 30px -100px;
    border-top: 15px solid #fef6e7;
    border-bottom: 15px solid #fef6e7;
    padding: 30px;
}

.nrinner {
    padding: 20px;
    width: calc(33.33% - 40px);
    display: block;
    float: left;
    text-align: left;
}

.nrinner h3 {
    color: #a2c039;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 10px;
}

.nrinner p {
    color: #000;
    font-weight: 700;
}

img.fullwidth {
    max-width: calc(100% + 200px);
    width: calc(100% + 200px);
    display: block;
    margin: 0 -100px 20px;
}

article blockquote {
    color: #a2c039;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    line-height: normal;
}

h1, h2, h3, h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold!important;
    margin-bottom: 0px;
    line-height: normal;
}

article a:link, article a:visited, #footerblockswrap a:link, #footerblockswrap a:visited {
    color: #a2c039;
}

#header h1, #header h2 {
    margin-bottom: 0;
}

#nomobile {
    display: none;
    position: fixed;
    width: calc(100% - 40px);
    padding: 20px;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 999999;
}

#nomobile.active {
    display: block;
}

a.button {
    transition: all 0.3s;
}

a.button:hover, a.button:active {
    background: #ccc;
}

.buttonwitbggroen a.button:hover, .buttonwitbggroen a.button:active, .buttonwitbgoranje a.button:hover, .buttonwitbgoranje a.button:active {
    color: #fff;
}

.home #wrapper.noslider {
    margin-top: 130px;
}

.footerblocks {
    /*max-width: 1217px;*/
    max-width: 1236px;
   
}

#footerblockswrap {
    margin-bottom: 170px;
}

#header h1, #header h2 {
    text-transform: none;
}

#header h1:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.footerblocks>div {
    background: #f0f0f0;
    border: 10px solid #fff;
}

.footerblocks>div a:link, .footerblocks>div a:visited{
    color: #252525!important;
}
.footerblocks>div.item{
    padding: 0;
}
.footerblocks>div.item>div{
    padding: 40px;
    text-align: center;
}
.item {
    padding-bottom: 0!important;
    margin-bottom: 8px;
}

.item-properties {
    padding: 10px 0;
}

.item h4.item-title {
    padding: 4px 10px!important;
    text-align: left;
    margin-bottom: 0;
}

.triggers .row .trigger {
    
}

.triggers .row .trigger:hover {
    background: #ccc;
}

.filter-button-group {
    width: 100%;
}

.filterbutton {
    display: inline-block;
    width: calc(3.47% - 5px);
    margin: 0 1px;
    padding: 3px 0;
    border-radius: 25px;
    border: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
}

.filterbutton:hover, .filterbutton.is-checked {
    background: #a2c039;
    color: #fff;
}

.standhoudersitems {
    margin-top: 50px;
}

.standhoudersitem {
    width: 100%;
    margin-bottom: 10px;
}

.shl-image, .shl-info, .shl-nummer {
    float: left;
}

.shl-image {
    width: 200px;
    height: 200px;
}

.shl-info {
    padding: 30px;
    background: #f0f0f0;
    width: calc(100% - 460px);
    height: 140px;
}

.shl-nummer {
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    font-family: 'GalenoExtraBold'!important;
    font-weight: normal!important;
    font-size: 35px;
    background: #d8d8d8;
}

.filterbutton:focus {
    outline: none;
}



#programmaoverzicht .programma_item.aankomend {
        background: #a2c039 !important;
}

#programmaoverzicht .programma_item.reedsbezig {
        opacity: 0.5 ;
}

#programmaoverzicht .programma_item.veraankomend {
        opacity: 0.7 ;
}


.nms_subscribe .form-group{
margin-bottom: 16px;
}
#sisowsubmit{
width: 382px;
}
.nms_subscribe .form-group input{
width: 345px;
font-size: 18px;
height: 40px;
line-height: 40px;
padding: 0;
margin-left: 18px;
border: 0;
margin: 0;
padding-left: 18px;
padding-right: 18px;
border-radius: 25px;
text-decoration: none;
border: 1px solid black;

}


#subscribeform{
    background: url(/gfx/nieuwsbrief.png) no-repeat 30px 26px #96c11f;
    max-width: 820px;
    text-transform: none;
    padding: 25px;
    padding-left: 140px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: normal;
    margin-top: -112px;
    position: absolute;
    left: 50%;
    margin-left: -489px;
}
#subscribeform h3{
    color: #445a08;
    font-weight: 900;
    font-size: 20px;
}
#subscribeform input{
    border: 0;
    color: #445a08;
    background: #daeca8;
    padding-left: 26px;
    border-radius: 20px;
    line-height: 40px;
    width: 230px;
    margin-right: 20px;
}
#subscribeform input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #445a08;
  opacity: 1; /* Firefox */
}

#subscribeform input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #445a08;
}

.nms_subscribe .form-group input::-ms-input-placeholder { /* Microsoft Edge */
  color: #445a08;
}
#nsubmit{
    background: #445a08;
    padding-left: 80px;
    padding-right: 80px;
}
footer{
    background: url(/gfx/footer-default.jpg) no-repeat 50% 50% transparent;
    background-size: cover;
    height: auto;
    padding-top: 0;
     margin-top: 112px;
     min-height: 600px;
}
#samenwerking{
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 26px;
}
#samenwerking > div{
    width: 1200px;
    margin: 0 auto;
    
    display: table; 
}
.footer{
    width: 1200px;
}
.rowlast>div{
    width: 1200px;
    margin: 0 auto;
    line-height: 50px;
    height: 50px;
}

.biokennisweeklogo{
    float:right;
}
#wrapper>.background{
   /*
   background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 51%, rgba(255,255,255,0) 100%);
    */
    margin-top: -110px;
}
.ftimg{
    height: 170px;
}
.footerblocks h3.item-title{
    margin-top: 0;
}

#homepageblocks, #homepageblocksz{
    filter: grayscale(0);
    transition: all 500ms linear;
     transition-delay: 0.3s;
}
#homepageblocks.inview, #homepageblocksz.inview{
    filter: grayscale(0);
}


/* Stylesheet: style2022 Modified On 2023-08-11 13:10:27 */
@media only screen and (max-width: 1350px) {
 #menutop.active ul{
	 padding-right: 120px;
	 /*width: calc(100% - 432px);*/
 }
 #logo{padding-left: 10px;}
 #menu ul li a, #menu ul li span{
     font-size: 15px;
 }
}

@media only screen and (max-width: 1199px) {
    img {
        max-width: 100%!important;
    }   
    
    
    	#searchbarwrapper {
	    padding: 0 15px;
	}
    
    #footermenu {
        padding: 0 15px;
    }
    
    #samenwerking {
        padding-left: 15px;
        padding-right: 15px;
        width: calc(100% - 30px);
    }
    #header{
        width: calc(100% - 40px);
    }
    #header h1 {
        font-size: 50px;
        width: 100%;
    }
    
    .nummerblok {
        margin: 30px -30px;
    }
    
    img.fullwidth {
        width: calc(100% + 60px);
        max-width: 1500px!important;
        margin: 0 -30px 20px;
    }
    
    #programmaoverzicht .programma_item h4 {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #menu>ul>li ul li a, #menu>ul>li ul li span {
        font-size: 14px;
    }
    
    #menu>ul>li ul li {
        padding: 7px;
    }
    .footer, .rowlast>div, #samenwerking > div{
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    #poweredby{
        right: 186px;
    }
}

@media only screen and (max-width: 1120px) {
    #poweredby{
        right: 100px;
    }
    #menu ul li a, #menu ul li span {
        font-size: 14px;
    }
    
    #menu>ul>li a, #menu>ul>li span {
        padding: 0px;
    }
    
    .home article, .page article {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .page article {
        padding-top: 30px;
    }
    
    .homepageblocks {
        width: calc(100% - 20px);
        padding: 10px;
    }
}

 @media only screen and (max-width: 1000px) { 
     #homepagemogelijkdoorz{
         width: calc(100% - 30px);
         margin: 0 auto;
     }
     #homepageblocks, #homepageblocksz {
filter: grayscale(0);
}
 .homepageblocks .row .block a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    }
     #wrapper>.background{
         margin-top: -66px;
     }
     .menutrigger {
    display: block;
    }
#poweredby{
    height: 40px;
    top: 5px;
    right: auto;
    left: 50%;
    margin-left: -66px;
}
#poweredby img{
    height: 40px;
}
    .filterbutton {
        width: calc(3.47% - 6px);
    }
    
    
 .footerblocks>div{
	 padding: 10px;
 }
 #menu{
     display: none;
	 padding: 10px;
 }
 #header h1{
 	font-size: 50px;
	line-height: 50px;
 }
 #menutop a{font-size: 14px}
 #menutop.active ul li{
     margin-left: 0;
     padding-left: 5px;
 }
 #menutop.active ul li:first-child{
     padding-left: 0;
 }
 
    .infoOnSlider a:link, .infoOnSlider a:visited {
        height: 35px;
        line-height: 35px;
        margin-bottom: 5px;
    }
    
    .item {
        padding-bottom:10px!important;
    }
    
    .home article {
        padding: 30px;
    }
    
    .footerblocks h3.item-title {
        line-height: 24px;
    }
    
    #largemenuwrapper > ul > li {
        width: calc(33% - 41px);
    }
    
    #extrainhoudinmenu .button {
        width: calc(33% - 75px);
    }
    
    div.button {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    #menutop a{font-size: 12px}

    #toggle {
        display: none;
    }
    
    #programmaoverzicht .programma_item{
        width: auto;
        width: calc(100% - 8px);
        float: none;
        height: auto;
    }
    #programmaoverzicht .programma_item .info{
        height: auto;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    #programmaoverzicht .programma_item .img{
        /*
        display: none;
        */
    }
    body.programma-detail #header{
        height: 70px;
    }
    body.programma-detail .row .left,
    body.programma-detail .row .right{
        width: auto;
        float: none;
    }
    body.programma-detail .tablefooter .row .column,
    body.programma-detail .tablefooter .row,
    body.programma-detail .tablefooter{
        display: block;
        width: auto;
        height: auto;
        padding: 20px;
        text-align: center;
        
    }
    body.programma-detail .tablefooter .row .column:first-child{
        padding-bottom: 0px;
    }
    div.button{
        line-height: 32px;
        padding-left: 8px;
        padding-right: 8px;
        margin-right: 8px;
        margin-bottom: 4px;
    }
    div.button span{display: none;}
    .footerblocks img.footerblocksitem{
    	width: 100%;
		height: auto;
    }
	.footerblocks>div h3, .footerblocks>div .omschrijvingwrap, .footerblocks>div br{
		display: none;
	}
	article img{
		height: auto !important;
		max-width: 100% !important;
	}
	article{
		padding-left: 10px;
		padding-right: 10px;
	}
	#header{
	    margin-top: -20px !important;
	    padding: 20px;
	}
	#samenwerking, #samenwerking .row, #samenwerking .row .column{
		display: block;
	}
	#samenwerking{width: 80%; margin: 0 auto; padding-top: 20px;}
	#samenwerking .row .column img{
		
	}
	.footerblock h2{
		font-size: 20px;
		line-height: 25px;
	}
	.footerblock h3{
		font-size: 16px;
	}
	.homepageblocks, .homepageblocks .row, .homepageblocks .row .block{
		display: block;
		
	}
	.homepageblocks .row .block{
		border: 5px solid white;
	}
	 .homepageblocks .row .block a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    }
	a.button{
		width: 180px;
		padding: 12px;
		padding-top: 0;
		padding-bottom: 0;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	#menutop{height: 50px;}
	#menutop a{font-size: 11px}
	#menutop.active ul{width: auto; float: right;}
/*}
@media only screen and (max-width: 670px){*/
    .footerblocks{
        display: none;
    }
	#menuwrapper.active{
		width: 100%;
	}
	#menutop>div, #menutop.active{
		height: 50px;
		
	}
	#menutop a{
		line-height: 50px;
	}
	
	#wrapper{
		padding-top: 150px;
	}
	
	#header h1{
		font-size: 24px;
		line-height :24px;
	}
	#header h2 {font-size: 16px;}
	#toggle{
		top: 5px;
		    right: 5px;
			padding: 12px;
	}
	#menu ul li a{
		font-size: 14px;
	}
	.titel{
		font-size: 20px;
	}
	.vrije_meters label, .presentatietafel_keuze label{
		width: 100% !important;
	}
	article{padding-top: 20px;}
	div.item h2{
		font-size: 30px;
		line-height: 32px;
	}
	div.item h3{
		font-size: 18px;
		margin-bottom: 20px;
	}
	/*
	#logo{
	    width: 202px;
	    height: 32px;
	    position: absolute;
	    top: 0;
	    left: 0;
	    margin-top: 17px;
	    margin-left: 3px;
	    background: url(/gfx/logo.png) no-repeat 50% 50% transparent;
	    background-size: contain;
	}*/
	.homepageblocks h2{
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.homepageblocks .row .block{
		height: 240px;
		margin-bottom: 20px;
	}
	.homepageblocks .row .block.first{
	    height: auto;
	    padding-bottom: 20px;
	}
	#menutop.active ul{width: auto; padding-right: 50px;}
	#menutop a{font-size: 7px}
	#menutop.active #logo img{
	    display: none;
	}
	#menutop.active #logo, #logo{
	    
	    width: 300px;
	    height: 120px;
	    margin-left: 5px;
	    margin-top: 3px;
	    background-size :300px;
	    padding: 0;
	    background-position: -55px 0%;
	}
	#menutop{height: 120px !important;}
	#menuwrapper, #menuwrapper.active{
	    top: 120px !important;
	}
	
	.menutrigger, .searchtrigger {
	    height: 50px;
	}
	
	.menutrigger {
	    width: 50px;
	}
	
	.searchtrigger {
	    right: 55px;
	}
	
	.menutrigger span {
	    top: 25px; 
	    left: 7px;
	}
	
	.searchtrigger {
	    line-height: 50px;
	}
	

	
	#searchbar {
	    top: 50px;
	}
	
	#searchbar span {
	    font-size: 18px;
	}
	
	#largemenu {
	    top: 50px;
	}
	
	#largemenuwrapper {
	    padding: 30px 0;
	}
	
	#largemenuwrapper > ul > li {
	   margin: 0 15px 20px;
	   width: calc(100% - 30px);
	}
	
	#slider {
	    margin-top: 120px !important;
	}
	
	.talen {
	    right: 90px;
	}
     article h1 {
	    font-size: 24px;
	    line-height: 26px;
	 }
	 
	 a.button:link, a.button:visited, button.button, input.button {
	    font-size: 16px;
	    height: 36px;
        line-height: 36px;
	 }
	 
	 #footermenu > ul > li, #footermenu .socials {
	    width: 50%;
	    margin-bottom: 15px;
	 }
	 
	 #samenwerking {
	    width: calc(100% - 30px);
	 }
	 
	 #samenwerking .row .column {
	        width: 100%;
	        text-align: center;
	   }
	   
	 #samenwerking .row .column:first-child {
	    margin-bottom: 30px;
	 }
	
	.page article {
	    padding: 15px 15px 100px;
	}
	
	.page article h2:first-child {
	    font-size: 24px;
	    line-height: 26px;
	}
	
	img.fullwidth {
	    width: calc(100% + 30px);
	    margin: 0 -15px 15px;
	}
	
	.nummerblok {
	    margin: 15px -15px;
	    padding: 15px;
	}
	
	.nrinner {
	    padding: 10px;
	    width: calc(100% - 20px);
	}
	
	.page article h1 {
	    font-size: 24px;
	    line-height: 26px;
	}
	
	#selectors .button.groen {
	    float: left!important;
	}
	
	.filterbutton {
        width: calc(10% - 5px);
        margin-bottom: 5px;
    }
    
    .standhoudersitems {
        margin-top: 30px;
    }
    
    .shl-image, .shl-nummer {
        width: 75px;
        height: 75px;
    }
    
    .shl-nummer {
        line-height: 50px;
        font-size: 17px;
    }
    
    .shl-info {
        padding: 10px;
        width: calc(100% - 170px);
        height: 55px;
    }
    
    .shl-info h2 {
        font-size: 16px!important;
        line-height: 16px!important;
        margin-bottom: 0;
    }
    .searchtrigger{
        display: none;
    }
    .menutriggerinfo{
        display: block;
        display: block;
        position: absolute;
        right: 0;
        top: 80px;
        width: 80px;
        text-align: center;
         transition: all 300ms;
    }
    .menutriggerinfo:after{
        content: "MENU";
    }
    #menutop{
        height: 130px!important;
    }
    #menutop.active ul{
        float: none;
        padding-right: 0;
    }
    #menu>ul>li a span .fa-chevron-down {
        width: 40px;
        float: right;
        margin-top: 20px;
    }
    #menu{
        float: none;
        background: white;
        left: 0;
        right: 0;
        bottom: 0;
        transition: all 300ms linear;
        position: fixed;
        top: 120px;
        height: auto;
    }
    #menu>ul, #menu>ul>li{
        display: block;
    }
    #menu>ul>li{
        margin-left: 30px!important;
        margin-right: 30px;
        height: auto;
        padding: 0;
    }
    #menutop.active ul li{
        padding-left: 0;
    }
    #menu>ul>li>a{
        border-bottom: 2px solid #333;
    }
    #menutop>div{
        text-align: left;
    }
    #menu>ul>li a, #menu>ul>li span{
        line-height: 50px;
        font-size: 16px;
        text-align: left;
    }
    #menu.active{
        display: block;
    }
    .menutrigger{
        width: 80px;
        height: 80px;
        transition: all 0.3s;
        
    }
    .menutrigger.active, .menutriggerinfo.active{
        width: 80px;
        background: #a2c039;
    }
    
    .menutriggerinfo.active:after{
        content: "SLUIT";
    }
    .menutrigger span, .menutrigger span:before, .menutrigger span:after{
        width: 60px;
        height: 5px;
    }
    .menutrigger span{
        top: 40px;
        left: 10px;
    }
    .menutrigger span:after{
        bottom: -20px;
    }
    .menutrigger span:before{
        top: -20px;
    }
    #poweredby{
        display: none;
    }
    #menu>ul>li a span .fa-chevron-down {
        width: auto;
        float: right;
        margin-top: 15px;
        text-align: right;
        height: 24px;
    }
    #menu>ul>li ul{
        position: relative;
        top: auto;
        margin: 0;
        padding: 0;
        padding-left: 10px;
        background: white;
    }
    #menu>ul>li.menuactive ul{
        max-height: 900px;
        opacity: 1;
    }
    .homepageblocks .row .block{
        width: auto;
        border: 0;
    }
     .homepageblocks .row .block a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    }
    #subscribeform{
        position: relative;
        margin-left: -10px;
        margin-right: -10px;
        left: 0;
        width: auto;
        max-width: 1000px;
        
    }
    .searchicon{
        right: 37px;
         border-radius: 0;
    }
    #subscribeform input{
        margin-bottom: 20px;
        margin-right: 0;
    }
    #nsubmit{
       width: 257px;
        text-align: left;
        padding-left: 27px;
        padding-right: 0;
        line-height: 40px;
        height: 40px;

    }
    #searchbar.active{
        top: auto;
        z-index: 10000;
        bottom: 0;
    }
    
    #searchbarwrapper{
        padding: 0 30px;
        text-align: left;
    }
    #searchbar input[type="text"]{
        border-radius: 0;
        width: calc(100% - 70px);
    }
    .homepageblocks .row .block a{
        max-height: 100px;
    }
}
@media only screen and (max-width: 768px) {

	.infoOnSlider h4{
	    font-size: 30px !important;
	}
	.infoOnSlider > div{
	    padding-top: 150px !important;
	}
	.engtrigger {
        right: 85px;
        line-height: 0;
        top: 65px;
    }
    #menu{
        margin-right: 0;
    }
    .homepageblocks .row .block{
        height: auto;
    }
    .homepageblocks .row .block>div>div{
        display: block;
        min-height: 200px;
    }
    #homepageblocksz .homepageblocks .row .block>div>div>div{
            padding-bottom: 72px;
            min-height: 200px;
    }
    .cc-window.cc-floating{
        max-width: 300px !important;
    }

}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */

}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px),only screen and (min-width : 320px) and (max-width : 568px) {
	/* landscape iphone */

}

@media only screen and (min-width : 320px) and (max-width : 568px) and (orientation : portrait) {
	/* potrait iphone */
}
/* Stylesheet: responsive Modified On 2024-01-18 17:10:16 */
.inloggen_aanmelden .left{
    float: left;
    width: 50%;
}
.inloggen_aanmelden .right{
    float: left;
    width: 50%;
}
.inloggen_aanmelden .invoervelden{
    display: block;
    min-height: 250px;
    position: relative;
    padding-top: 12px;
}
.inloggen_aanmelden input[type="text"],
.inloggen_aanmelden input[type="password"],
.inloggen_aanmelden input[type="email"],
.inloggen_aanmelden textarea
{
    width: 100%;
    width: calc(100% - 10px);
    padding: 0;
    padding-left: 10px;
    line-height: 38px;
    height: 38px;
    border: 0;
    background: #ddd;
    color: #333;
    margin-bottom: 8px;
}
.inloggen_aanmelden textarea{
	line-height: 20px;
	height: 100px;
	padding-top: 10px;
}
.inloggen_aanmelden fieldset{border: 0 !important;}
.inloggen_aanmelden fieldset div{margin: 0;}
.inloggen_aanmelden  button.button,.inloggen_aanmelden  input.button{
    float: right;
}
#registerform table,
#registerform table tr,
#registerform table td{
    display: block;
    width: auto!important;
}
#loginformtot{padding-right: 20px;}
#loginform legend{
    display: none;
}
#registerform, #register{
    padding-left: 20px;
}
.inloggen_aanmelden h1{padding-top: 12px; padding-bottom: 12px;}
.inloggen_aanmelden fieldset label{width: auto !important; height: 50px; line-height: 42px;}
.inloggen_aanmelden small{
    display: block;
    clear: both;
    font-size: 13px;
    color: #666;
}
.inloggen_aanmelden small a{
    color: #666;
}
.hidden{display :none;}
.aanspreekpunt .left, .aanspreekpunt .right{
	float: left;
	width: 50%;
	width: calc(50% - 10px);
}
.aanspreekpunt .right{
	float: right;
}
.table{
	display: table;
	width: 100%;
}
.table .left, .table .right{
	display: table-cell;
	width: 50%;
	width: calc(50% - 10px);
	padding-right: 10px;
}
.table .right{
	padding-right: 0px;
	padding-left: 10px;
}
.center{
	text-align: center;
}
.indienen h2, .indienen h3{padding-bottom: 6px; padding-top: 12px;}
.indienen h2.center{
	line-height: 30px;
	padding-bottom: 40px;
}

.indienen.inloggen_aanmelden {
    text-align: left;
}

.indienen.inloggen_aanmelden .left input[type="text"],
.indienen.inloggen_aanmelden .right input[type="text"]{
	/*width: 80%;*/
}
.aantalmensen input[type="text"],
.tijdenkeus input[type="text"]{width: 60px;}
.indienen.inloggen_aanmelden label input{
	margin-right: 5px;
}

.indienen.inloggen_aanmelden label{
	line-height: 28px;
	margin-right: 20px;
	display: inline-block;
	min-width: 150px;
}

.indienen.inloggen_aanmelden .dagenkeus label {
    min-width: calc(50% - 22px);
}

.indienen.inloggen_aanmelden em strong{
	color: #c00;
}
/* Stylesheet: portaal Modified On 2020-10-07 11:03:03 */
