/*!
Theme Name: Elite 2019
Theme URI: https://www.agrimedia.nl
Author: AgriMedia
Author URI: https://www.agrimedia.nl
Description: Basisthema
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: elite
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0;
	color:#BD1932;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 500;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ddd;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}



.datatabel {overflow-x: auto; display: block}
.datatabelrijkleuren tr td {padding:5px; font-size:90%;}
.datatabelrijkleuren tr:nth-child(even) {background:#eee;}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #333;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #BD1932;
}

a:visited {
	color: #BD1932;
}

a:hover, a:focus, a:active {
	color: #BD1932;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}





@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}



/* Menu en Sticky menu*/


#content {padding-top:100px;}


.categorie-navigation {
	width:100%; background:#fff; position:relative; z-index:5; box-shadow: 0px 2px 5px rgba(0,0,0,0.4); 
}

.categorie-navigation::before {content:''; width:60px; height:32px; position:absolute; top:0; right:0; z-index:6; background:linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,100))}

.menu-categorielijst {display:flex; flex-wrap:nowrap; flex-direction:row; justify-content: space-between; max-width:864px; margin:0 auto; padding:0; font-size: 17px; font-weight:bold;}




.categorie-navigation .menu-categorielijst {overflow-x:auto; flex-wrap:nowrap;}
.categorie-navigation .menu-categorielijst div {display:inline-flex; margin-left:15px; margin-right:15px;}

.site-header {position:fixed; z-index: 20; width:100%; transition:0.3s;}

.site-header .header-blok .websitelogo a {transition:0.3s;}
/*
.site-header.stickymenu .header-blok .websitelogo a {height:45px; background-size:120px; background-position: -8px center;}
*/

.site-header .header-blok .zoekicoon a, .site-header .header-blok .inlogicoon a, .site-header .header-blok .menuicoon a {transition:0.3s;}



/* Safari 11+ */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .site-header .header-blok .websitelogo a {transition: unset;}
}}

/* Safari 10.1 */
@media not all and (min-resolution:.001dpcm){ 
@supports (-webkit-appearance:none) and (not (stroke-color:transparent)) {
    .site-header .header-blok .websitelogo a {transition: unset;}
}}

/* Safari 6.1-10.0 (not 10.1) */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0){ 
@media {
    .site-header .header-blok .websitelogo a {transition: unset;}
}}




.content.vastmenu {margin-top:33px;}

.menu-categorielijst div a {display:block; color:#000;}


#cookieChoiceInfo {
	position: fixed;
	width: 100%;
	background-color: #fafafa;
	margin: 0px;
	left: 0px;
	color: #666;
	font-size: 12px;
	bottom: 0px;
	padding: 12px 10px;
	z-index: 1000;
	text-align: center;
	border-top: 2px solid #fff;
	font-family: 'Roboto', arial, sans-serif;
	box-shadow: 0 0 8px rgba(0,0,0, 0.4);
	box-sizing: border-box;
	text-align: center;
	border-bottom: 10px solid #ccc;
}

#cookieChoiceInfoLink {
	color: #333;
	text-decoration: underline;
}

#cookieChoiceDismiss {
	margin: 15px auto;
	padding: 7px 12px;
	border-radius: 8px;
	background-color: #2e8000;
	color: white;
	font-weight: bold;
	display: block;
	width: 100%;
	max-width: 200px;
	font-size: 14px;
	font-family: 'Roboto', arial, sans-serif;
}





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

.menu-categorielijst div a {padding:10px 0;}

}

@media screen and (min-width: 768px) {
#content {padding-top:200px;}	

.menu-categorielijst {padding:5px 0;}
}

@media screen and (min-width: 1024px) {
.menu-categorielijst {max-width:926px;}
.categorie-navigation .menu-categorielijst div {flex: unset; margin-left:10px; margin-right:10px;}
.categorie-navigation .menu-categorielijst div:first-child {margin-left:0;}

#cookieChoiceInfo {font-size:14px; padding:30px 10px;}
#cookieChoiceDismiss {margin:30px auto;}

}

@media screen and (min-width: 1200px) {
.menu-categorielijst {max-width:1081px;}
}


.categorie-navigation .menu-categorielijst div:last-child {margin-right:30px;}
.categorie-navigation .menu-categorielijst div:last-child a {margin-right:60px;}


.categorie-navigation .menu-categorielijst {
  width: 100vw;
  position: relative;
  text-transform:uppercase;
 
}


.categorie-navigation .menu-categorielijst {
    -ms-overflow-style: none;  /* IE 10+ */
    overflow: -moz-scrollbars-none;  /* Firefox */
}


.categorie-navigation .menu-categorielijst::-webkit-scrollbar {
    display: none; 
	/* Safari and Chrome */
}



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}




/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header-blok {display:flex; flex-direction:row; justify-content: space-between; margin:0 auto; max-width:864px;}

.header-blok div {flex:2; padding:10px 0 0 0; text-align:center; position:relative;}
.header-blok .websitelogo {flex:5; padding:8px 0 5px 0; width: 100%;}

.header-blok .websitelogo a {display:block; background-image: url(https://www.vakbladelite.nl/images/logoelite1023.svg); background-repeat:no-repeat; background-position:-8px center; background-size:100%; width:100%; max-width:120px; height:45px; filter:drop-shadow(0 0px 3px rgba(0,0,0,0.7));}

/* .stickymenu .header-blok .websitelogo a {background-image: url(https://www.vakbladelite.nl/images/logoelite1023.svg); } */

.header-blok .websitelogo img {display:block;}

.header-blok .zoekicoon a span, .header-blok .inlogicoon a span, .header-blok .menuicoon a span {display:none;}
.header-blok .zoekicoon img, .header-blok .inlogicoon img, .header-blok .menuicoon img {width:30px; filter:drop-shadow(0 0px 3px rgba(0,0,0,0.7))}
.header-blok .zoekicoon a, .header-blok .inlogicoon a, .header-blok .menuicoon a {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%); cursor:pointer;}

.site-branding {
	background-image: url(https://www.vakbladelite.nl/images/Header-2019-mobiel.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition:0.3s;
}



.site-title {max-width:960px; margin:0 auto;}


.main-navigation {margin:0 auto; max-width:960px; float:unset;}

/*
@media screen and (min-width: 650px) {
	.stickymenu .site-branding {background-position: center -50px;}
}
*/

@media screen and (min-width: 768px) {
	.header-blok .websitelogo {flex:7;}
	
	.site-branding {
	background-image: url(https://www.vakbladelite.nl/images/Header-2019.jpg);
	}
	
	/*
	.stickymenu .site-branding {background-position: center -30px;}
	*/
	
	/* .site-header */
	.site-header .header-blok .websitelogo a {background-image: url(https://www.vakbladelite.nl/images/EliteNL_RGB_2017.svg); max-width:335px; height:150px; background-position:-50px center;}
	
	

	.site-header .header-blok .zoekicoon a, .header-blok .inlogicoon a, .header-blok .menuicoon a {margin-top:40px; outline:0;}
	
	.header-blok .zoekicoon a, .header-blok .inlogicoon a, .header-blok .menuicoon a {top:20px; left:0; transform:unset}
	
		
	
	.site-header.stickymenu .header-blok .websitelogo a {height:80px; background-size:230px; background-position: -8px center;}
	
	.stickymenu .header-blok .zoekicoon a, .stickymenu .header-blok .inlogicoon a, .stickymenu .header-blok .menuicoon a {transition:0; margin-top:0;}
	
	
	
	.header-blok .zoekicoon a span, .header-blok .inlogicoon a span, .header-blok .menuicoon a span {display: block; font-size:0.9rem; line-height: 16px;color: #fff;text-shadow: 0 0 3px rgba(0,0,0,0.7);}
	
	.header-blok div {flex:1;}
	
	
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
	background:#BD1932;
	padding:28px 0;
	color:#fff;
	font-size:0.9rem;
	font-weight:500;
	box-shadow:0px -2px 6px rgba(0,0,0,0.4);
}

.footer-blok {
	margin:0 auto;
	padding:15px;
	width:100%;
	max-width:960px;
}



.footer-bodem {text-transform:uppercase; text-align:center; font-weight:bold;}
.footer-bodem div {display:inline-block}
.footer-bodem div a {color:#fff;}

.footer-link {border-bottom:1px solid #fff;}



/*--------------------------------------------------------------
# Voorpagina en standaardblokken (Meest gelezen, archief, promotie,...)
--------------------------------------------------------------*/

a {text-decoration:none;}

.scheidingslijn {margin:0;}

.uitgelicht-section {margin-top:20px;margin-bottom:40px;}
.dossier-section {clear:left; width:100%; margin:0 auto 40px;}
.premium-section {clear:left; width:100%; margin:40px auto 0; padding:0px;}
.kennispartners-section {clear:left; width:100%; margin:50px auto 0; padding:10px 15px; background:#586659;}
.archief-section {clear:left; width:100%; margin:40px auto 40px; padding:10px 15px;}
.archief-section a {display:block; color:#000; font-weight:500; text-align:right;}
.meestgelezen-section {clear:left; width:100%; margin:0 auto 0; padding:20px 0;}
.home .meestgelezen-section { border-top:1px solid #ddd;}
.dossierpagina-section {margin-bottom:20px; background:#E5F1F7; padding:20px 0;}

.kennispartnerpagina-section {margin-bottom:20px; background:#eeeeee; padding:20px 0;}
.kennispartnersoverzicht-section {margin-bottom:20px; background:#eeeeee; padding:20px 0;}

.agenda-partners-section {clear:left; width:100%; margin:40px auto 40px; padding:0px;}

.blok-titel {margin:0 15px 10px; color:#BD1932; font-size:1rem; text-transform:uppercase; letter-spacing:1px} /* kleur afwijkend */
.kennispartner-blok .blok-titel {margin:0 0 10px;}


.uitgelicht-intro {padding:10px 15px 10px 15px; overflow:hidden}
.uitgelicht-intro p {margin:10px 0 0; font-weight:500;}
.uitgelicht-intro span {font-size:0.9rem; color:#000; font-weight:300}
.uitgelichtkop {position: absolute;bottom: 10px; color: #FFC41C;font-weight: bold;font-size: 1.5rem; line-height:1.8rem; left: 10px; text-shadow:0 0 4px rgba(0,0,0,0.6)}

.nieuwslijst-actueel {margin-bottom:20px;}
/*.nieuwslijst-actueel-item {display:inline-block; position:relative; margin: 8px 0 8px 0; padding:3px 15px; width:100%;}*/
.nieuwslijst-actueel-item {display:flex; position:relative; margin: 8px 0 8px 0; padding:3px 15px; width:100%;}

/*.nieuwslijst-actueel-item .nieuwslijst-img {display:inline-block; margin-top:5px; max-width:120px; vertical-align:top;}
.nieuwslijst-actueel-item .nieuwslijst-titel {display:inline-block; margin-left:15px; width:calc(100% - 135px)}*/

.nieuwslijst-actueel-item .nieuwslijst-img {width: 30%; margin-top: 5px; vertical-align: top; min-width: 87px;}
.nieuwslijst-actueel-item .nieuwslijst-titel {width: 70%; margin-left: 15px; padding-right: 0px;}


.nieuwslijst-actueel .meer-link {display:block; margin:10px 0 0 0; padding-right:20px; width:97%; font-weight:bold; text-align:right; background: url("https://www.vakbladelite.nl/images/iconen/leesmeerarrowZWART.svg");background-size: 9px;background-repeat: no-repeat;background-position: center right;}
.nieuwslijst-actueel .meer-link a {position:relative; font-size:1rem; font-weight:500; color:#000;}







/*
########
######## Aanpassing voor meeschalen 
########
.nieuwslijst-actueel-item {display:flex;}
.nieuwslijst-actueel-item .nieuwslijst-img {flex:1; max-width:unset;}
.nieuwslijst-actueel-item .nieuwslijst-titel {flex:2;}
*/

.nieuwslijst-actueel-item span {font-size:0.9rem; color:#000; font-weight:300}
.nieuwslijst-actueel-item h2 {margin:0; font-size:1rem; font-weight:500; line-height:1.3rem; color:#000}

.nieuwslijst-actueel-item.partnerbericht {padding:15px; background:#eeeeee;}
.nieuwslijst-actueel .scheidingslijn {margin:0 15px; background:#ddd; border:0px solid #ddd;}
.nieuwslijst-actueel .nieuwslijst-actueel-item.partnerbericht {border:none;}

.blok-dossier {display:flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; max-width: 100%;}
.dossier-blok {flex-basis:100%; background: #E5F1F7; padding:15px;}
.dossier-blok .blok-titel {margin:0 0 10px 0;}
.dossier-blok .meer-link {display:block; margin:10px 0 0 0; padding-right:20px; font-weight:500; text-align:right; background: url("https://www.vakbladelite.nl/images/iconen/leesmeerarrowZWART.svg");background-size: 9px;background-repeat: no-repeat;background-position: center right;}
.dossier-blok .meer-link a {position:relative; font-size:0.9rem; font-weight:500; color:#000;}


.blok-magazine {display:flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; max-width: 100%;}
.magazine-blok {flex-basis:100%; padding:15px;}
.magazine-blok .blok-titel {margin:0 0 10px 0;}


.nieuwslijst-dossier {margin:0 0 0 0; width:75%; max-width:640px;}
.nieuwslijst-dossier-item {position:relative; margin: 0; display:inline-block;}
.nieuwslijst-dossier-item {margin-bottom:30px; padding:0; width:48%; max-width:100%;}
.nieuwslijst-dossier-item .nieuwslijst-titel {display:block; margin-left:0; width:100%;}
.nieuwslijst-dossier-item span {font-size:0.9rem; color:#000; font-weight:300}
.nieuwslijst-dossier-item h2 {margin:0; font-size:1rem; font-weight:500; line-height:1.3rem; color:#000;}
.nieuwslijst-dossier-item .nieuwslijst-img {width:100%; max-width:100%; position:relative; display:inline-block; margin:5px 0 5px 0; vertical-align:top;}
.nieuwslijst-dossier-item .nieuwslijst-img img {display:block; width:100%;}

.blok-dossier .nieuwslijst-dossier-item .nieuwslijst-titel h2, .blok-magazine .nieuwslijst-dossier-item .nieuwslijst-titel h2 {text-transform:uppercase;}

.kennispartner-blok {flex-basis:100%; padding:15px;}

.nieuwslijst-kennispartners-item {position:relative; margin: 0; display:inline-block;}
.nieuwslijst-kennispartners-item {padding:0; width:48%; max-width:100%;}
.nieuwslijst-kennispartners-item .nieuwslijst-titel {display:block; margin-left:0; width:100%;}
.nieuwslijst-kennispartners-item span {font-size:0.9rem; color:#000; font-weight:300}
.nieuwslijst-kennispartners-item h2 {margin:0; font-size:1rem; font-weight:500; line-height:1.3rem; color:#000}
.nieuwslijst-kennispartners-item .nieuwslijst-img {width:100%; max-width:100%; display:inline-block; margin:5px 0 5px 0; vertical-align:top;}
/*
#### position:relative;
.nieuwslijst-kennispartners-item .nieuwslijst-img {width:100%; max-width:100%; position:relative; display:inline-block; margin:5px 0 5px 0; vertical-align:top;}
*/
.nieuwslijst-kennispartners-item .nieuwslijst-img img {display:block; width:100%;}









.rectangle-blok {flex-basis:unset; position:relative;margin: 20px auto;}

.premium-promotie {display:none;}

.nieuwslijst-premium {margin-bottom:20px;}

.premium-berichten-inhoud {display: flex;flex-wrap: wrap; justify-content:space-between;}

.nieuwslijst-premium-item {display:flex; margin: 0 15px; padding:10px 0px; position:relative; width:100%; max-width:100%;}
.nieuwslijst-premium-item .nieuwslijst-img {width: 30%; margin-top: 5px; vertical-align: top; min-width: 87px;}
.nieuwslijst-premium-item .nieuwslijst-img img {display:block;}
.nieuwslijst-premium-item .nieuwslijst-titel {width: 70%; margin-left: 15px; padding-right: 15px;}

.nieuwslijst-premium-item span {font-size:0.9rem; color:#000; font-weight:300}
.nieuwslijst-premium-item h2 {margin:0; font-size:1rem; font-weight:500; line-height:1.3rem; color:#000}
.nieuwslijst-premium-item:nth-child(1n+1) {border-top:1px solid #dddddd;}
.nieuwslijst-premium .scheidingslijn {margin:0 15px; background:#ddd; border:0px solid #ddd;}

.nieuwslijst-premium .meer-link {display:block; margin:10px 15px 0 0; padding-right:20px; font-weight:500; text-align:right; background: url("https://www.vakbladelite.nl/images/iconen/leesmeerarrowZWART.svg");background-size: 9px;background-repeat: no-repeat;background-position: center right;}
.nieuwslijst-premium .meer-link a {position:relative; font-size:0.9rem; font-weight:500; color:#000;}

.kennispartners-section .blok-titel {color:#fff; margin:0 0 15px 0;}
.nieuwslijst-kennispartners-item {display:flex; margin: 0; padding:10px 0px; position:relative; width:100%; max-width:100%;}
.nieuwslijst-kennispartners-item span {font-size:0.9rem; color:#fff; font-weight:300;}
.nieuwslijst-kennispartners-item h2 {margin:0; font-size:1rem; font-weight:500; line-height:1.3rem; color:#fff}
.nieuwslijst-kennispartners .meer-link {margin-top:15px; text-align:right;}
.nieuwslijst-kennispartners .meer-link a {position:relative; font-size:0.9rem; font-weight:500; color:#fff;}
.nieuwslijst-kennispartners-item .nieuwslijst-img {width: 30%; margin-top: 5px; vertical-align: top; min-width: 87px;}

.nieuwslijst-kennispartners-item .nieuwslijst-img img {display:block;}
.nieuwslijst-kennispartners-item .nieuwslijst-titel {width: 70%; margin-left: 15px; padding-right: 15px;}

.nieuwslijst-kennispartners-item:nth-child(1n+1) {border-top:1px solid #dddddd;}

/*.home .nieuwslijst-kennispartners-item:nth-child(6) {display:none}
.home .nieuwslijst-kennispartners-item:nth-child(7) {display:none}
.home .nieuwslijst-kennispartners-item:nth-child(8) {display:none}*/

.nieuwslijst-meestgelezen .nieuwslijst-meestgelezen-blok {display: flex;flex-wrap: wrap; justify-content:space-between;}

.nieuwslijst-meestgelezen-item {display:flex; margin: 8px 0 8px 0; padding:3px 15px; position:relative; width:100%; max-width:100%;}

.nieuwslijst-meestgelezen-item span {font-size:0.9rem; color:#000; font-weight:300;}
.nieuwslijst-meestgelezen-item h2 {margin:0; font-size:1rem; font-weight:500; line-height:1.3rem; color:#000}
.nieuwslijst-meestgelezen .meer-link {margin-top:15px; text-align:right;}
.nieuwslijst-meestgelezen .meer-link a {position:relative; font-size:0.9rem; font-weight:500; color:#000;}

.nieuwslijst-meestgelezen-item .nieuwslijst-img {width: 30%; margin-top: 5px; vertical-align: top; min-width: 87px;}
.nieuwslijst-meestgelezen-item .nieuwslijst-img img {display:block;}
.nieuwslijst-meestgelezen-item .nieuwslijst-titel {width: 70%; margin-left: 15px; padding-right: 15px;}

.nieuwslijst-meestgelezen-item:nth-of-type(4) {display:none}

.nieuwslijst-meestgelezen-item.partnerbericht {background:#eee; padding:3px 15px 8px 15px;}
.nieuwslijst-meestgelezen .scheidingslijn {margin:0 15px; width:100%; background:#ddd; border:0px solid #ddd;}

.nieuwslijst-dossier-item.partnerbericht {background:#eee; padding:3px 15px 8px 15px;}

.agenda-blok {flex-basis:100%; padding:15px;}
.agenda-blok .blok-titel {margin:0; padding:0 0 15px 0; border-bottom:1px solid #ddd;}
.agenda-blok .blok-agenda a {color:#000; display:block; padding:10px 0; width:100%; border-bottom:1px solid #ddd;}
.agenda-blok .blok-agenda span {margin-right:10px; color:#BD1932; font-weight:bold;}
.agenda-meer-link {display:block; margin-top:10px; padding-right:20px; font-weight:500; text-align:right; background: url("https://www.vakbladelite.nl/images/iconen/leesmeerarrowZWART.svg");background-size: 9px;background-repeat: no-repeat;background-position: center right;}
.agenda-meer-link a {color:#000;}

.page-template-agenda-page .agenda-blok {padding:0; margin:0 0 20px 0;}




.partnerlogo-blok {display:none;}



.nieuwslijst-actueel-item.premiumbericht::before,
.search-results .nieuwslijst-actueel-item.premiumbericht::before,
.nieuwslijst-premium-item .nieuwslijst-img::before,
.nieuwslijst-actueel-item.partnerbericht::before,
.nieuwslijst-dossier-item .nieuwslijst-img::before,
.nieuwslijst-kennispartners-item .nieuwslijst-img::before,
.nieuwslijst-meestgelezen-item.partnerbericht::before,
.nieuwslijst-meestgelezen-item.premiumbericht::before,
.dossierpagina-section .nieuwslijst-dossier-item.premiumbericht::before,
.dossierpagina-section .nieuwslijst-dossier-item.partnerbericht::before,
.categoriepagina-section .nieuwslijst-dossier-item.premiumbericht::before,
.categoriepagina-section .nieuwslijst-dossier-item.partnerbericht::before {
	content: '';
	float: right;
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
}

.uitgelicht-intro::before {
	content: '';
	float: right;
	width: 40px;
	height: 40px;
	display: block;
	background: url(https://www.vakbladelite.nl/images/iconen/uitgelicht.svg);
	position: absolute;
	right: -2px;
	top: -2px;
}

.nieuwslijst-actueel-item.premiumbericht::before {
	background: url(https://www.vakbladelite.nl/images/iconen/premium.svg);
	right: 14px;
	top: -10px;
}

.search-results .nieuwslijst-actueel-item.premiumbericht::before {
	right: 0;
	top: -10px;
}


.nieuwslijst-premium-item .nieuwslijst-img::before {
	background: url(https://www.vakbladelite.nl/images/iconen/premium.svg);
	right: -2px;
	top: -2px;
}

.nieuwslijst-actueel-item.partnerbericht::before {
	background: url(https://www.vakbladelite.nl/images/iconen/kennispartners.svg);
	right: 14px;
	top: -1px;
}

.nieuwslijst-actueel-item.serp.partnerbericht::before {
	background: url(https://www.vakbladelite.nl/images/iconen/kennispartners.svg);
	right: -1px;
	top: -1px;
}

.nieuwslijst-dossier-item .nieuwslijst-img::before {
	background: url(https://www.vakbladelite.nl/images/iconen/dossiers.svg);
	right: -2px;
	bottom: -29px;
}

.blok-magazine .nieuwslijst-dossier-item .nieuwslijst-img::before {
	background: url(https://www.vakbladelite.nl/images/iconen/archief-editie.svg);
	right: -2px;
	bottom: -29px;
}

.nieuwslijst-kennispartners-item .nieuwslijst-img::before {
	background: url(https://www.vakbladelite.nl/images/iconen/kennispartners.svg);
	right: -2px;
	top: -2px;
}

.nieuwslijst-meestgelezen-item.partnerbericht::before {
	background: url(https://www.vakbladelite.nl/images/iconen/kennispartners.svg);
	right: 15px;
	top: -1px;
}

.nieuwslijst-meestgelezen-item.premiumbericht::before {
	background: url(https://www.vakbladelite.nl/images/iconen/premium.svg);
	right: 15px;
	top: -10px;
}

.dossierpagina-section .nieuwslijst-dossier-item.premiumbericht::before {
	background: url(https://www.vakbladelite.nl/images/iconen/premium.svg);
	right: 15px;
	top: -2px;
}

.dossierpagina-section .nieuwslijst-dossier-item.partnerbericht::before {
	background: url(https://www.vakbladelite.nl/images/iconen/kennispartners.svg);
	right: 15px;
	top: -2px;
}

.categoriepagina-section .nieuwslijst-dossier-item.premiumbericht::before {
	background: url(https://www.vakbladelite.nl/images/iconen/premium.svg);
	right: 15px;
	top: -2px;
}

.categoriepagina-section .nieuwslijst-dossier-item.partnerbericht::before {
	background: url(https://www.vakbladelite.nl/images/iconen/kennispartners.svg);
	right: 15px;
	top: -2px;
}

.single-partner .type-partner .post-thumbnail::before {
	content: '';
	float: right;
	width: 50px;
	height: 50px;
	display: block;
	background: url(https://www.vakbladelite.nl/images/iconen/kennispartners.svg);
	position: absolute;
	right: -2px;
	top: -2px;
	}
	
.partnerlogo-blok .blok-titel::before {
	content: '';
	float: right;
	width: 30px;
	height: 30px;
	display: block;
	background: url(https://www.vakbladelite.nl/images/iconen/kennispartners.svg);
	position: absolute;
	right: 0px;
	top: 41px;
}
	

.footer-link div div div {margin-bottom:10px;}
.footer-link a {color:#fff;}

.wp-pagenavi {margin:10px 0;}
.wp-pagenavi .page.larger, .nextpostslink {margin:0 5px;}
.wp-pagenavi .last,.wp-pagenavi .first {display:none;}



.dossierpagina-section .nieuwslijst-dossier-item .nieuwslijst-img::before {content:none;}
.dossierpagina-section .nieuwslijst-dossier-item {display: flex; margin: 0; padding: 10px 15px; position: relative; width: 100%; max-width: 100%;}
.dossierpagina-section .nieuwslijst-dossier-item .nieuwslijst-img {width: 30%; margin-top: 5px; vertical-align: top; min-width: 87px;}
.dossierpagina-section .nieuwslijst-dossier-item .nieuwslijst-titel {width: 70%; margin-left: 15px; padding-right: 0px;}

.dossierpagina-section .dossierblok .scheidingslijn {margin:0 15px; width:100%; background:#ddd; border:0px solid #ddd;}


.dossierpagina-section .dossieropening img {width:100%;}



.magazinepagina-section .nieuwslijst-magazine-item .nieuwslijst-img::before {content:none;}
.magazinepagina-section .nieuwslijst-magazine-item {display: flex; margin: 0; padding: 10px 15px; position: relative; width: 100%; max-width: 100%;}
.magazinepagina-section .nieuwslijst-magazine-item .nieuwslijst-img {width: 30%; margin-top: 5px; vertical-align: top; min-width: 87px;}
.magazinepagina-section .nieuwslijst-magazine-item .nieuwslijst-titel {width: 70%; margin-left: 15px; padding-right: 0px;}

.magazinepagina-section .magazineblok .scheidingslijn {margin:0 15px; width:100%; background:#ddd; border:0px solid #ddd;}

.magazinepagina-section .magazineopening img {width:100%;}



.categoriepagina-section .nieuwslijst-dossier-item .nieuwslijst-img::before {content:none;}
.categoriepagina-section .nieuwslijst-dossier-item {display: flex; margin: 0; padding: 10px 15px; position: relative; width: 100%; max-width: 100%;}
.categoriepagina-section .nieuwslijst-dossier-item .nieuwslijst-img {width: 30%; margin-top: 5px; vertical-align: top; min-width: 87px;}
.categoriepagina-section .nieuwslijst-dossier-item .nieuwslijst-titel {width: 70%; margin-left: 15px; padding-right: 0px;}

.categoriepagina-section .dossierblok .scheidingslijn {margin:0 15px; width:100%; background:#ddd; border:0px solid #ddd;}

.categoriepagina-section .dossieropening {padding:0 15px;}
.categoriepagina-section .dossieropening img {width:100%;}

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


.kennispartnerpagina-section .nieuwslijst-dossier-item .nieuwslijst-img::before {content:none;}
.kennispartnerpagina-section .nieuwslijst-dossier-item {display: flex; margin: 0; padding: 10px 15px; position: relative; width: 100%; max-width: 100%;}
.kennispartnerpagina-section .nieuwslijst-dossier-item .nieuwslijst-img {width: 30%; margin-top: 5px; vertical-align: top; min-width: 87px;}
.kennispartnerpagina-section .nieuwslijst-dossier-item .nieuwslijst-titel {width: 70%; margin-left: 15px; padding-right: 0px;}

.kennispartnerpagina-section .dossierblok .scheidingslijn {margin:0 15px; width:100%; background:#ddd; border:0px solid #ddd;}


.kennispartnerpagina-section .dossieropening img {width:100%;}

.kennispartnersoverzicht-section .nieuwslijst-kennispartners-item h2 {color:#000}
.kennispartnersoverzicht-section .nieuwslijst-kennispartners-item span {color:#000;}

.single-partner .type-partner {background:#eeeeee; box-shadow:0 0 0 48px #eeeeee}


.blok-kennispartner .kennispartnerlijst {display: flex;flex-wrap: wrap; justify-content:space-between; width:100%;}


.page-template-page-partnerdeheus .page-title, 
.page-template-page-partnervisscherholland .page-title,
.page-template-page-partnerdechra .page-title,
.page-template-page-partnersac .page-title,
.page-template-page-partnerboumatic .page-title,
.page-template-page-partnerbetervee .page-title,
.page-template-page-partnerallflex .page-title,
.page-template-page-partnersensehub .page-title,
.page-template-page-partneragrovision .page-title,
.page-template-page-partneraltenburg .page-title,
.page-template-page-partnerzoetis .page-title,
.page-template-page-partnerlely .page-title,
.page-template-page-partnertransitioncompany .page-title,
.page-template-page-partnerspeerstra .page-title {
	margin-top: 0;padding-top: 30px; color:#BD1932; font-size:1.3rem; text-transform:uppercase;
}

.page-template-nieuws-page .page-title {font-size:1rem; margin:10px 0 20px 0;}

.archive.category .page-title, .archive.tag .page-title {margin-top:0; padding-top:20px; text-transform: uppercase; color: #BD1932; font-size: 1rem;}


.wp-pagenavi {text-align:center;}
.wp-pagenavi .pages, .wp-pagenavi .extend {display:none;}
.wp-pagenavi .current, .wp-pagenavi .page.smaller, .wp-pagenavi .page.larger {margin:0 5px; padding:0 3px; font-weight:100; color:#333;}
.wp-pagenavi .current {color:#BD1932; font-weight:500;}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {box-shadow:0 0 3px rgba(0,0,0,0.6); padding: 4px 10px; border-radius: 5px; font-weight: bold; background:#fff;}

/* Eigen pagination voor nieuwsoverzicht */
.pagination-nieuws {margin:0 5px 20px 5px; padding:0 3px; font-weight:100; color:#333; font-size:21px; text-align:center;}
.pagination-nieuws .previous, .pagination-nieuws .next {margin: 0 5px; padding: 4px 10px; box-shadow:0 0 3px rgba(0,0,0,0.6); border-radius: 5px; font-weight: bold; background:#fff;}
.pagination-nieuws .current {margin:0 5px; padding:0 3px; font-weight:500; color:#BD1932;}
.pagination-nieuws .inactive {margin:0 5px; padding:0 3px; font-weight:100; color:#333;}

.berichtlijst-header-kop {font-weight: 500;margin: 5px 0 10px 0; padding:0 15px;}


.page-title {margin:30px 15px 10px;}

.tax-uitgaven .page-title {text-transform:uppercase; font-size:1.3rem;}

.entry-title {font-size:1rem; text-transform:uppercase;}


.page-title.author {margin-bottom:0;}
.author .dossieropening {padding:0;}

.search-results .content-area, .page-template-nieuws-page .content-area  {padding:15px;}
.search-results .page-title, .page-template-nieuws-page .page-title {margin:0 0 15px 0; padding:0; text-transform:uppercase;} 
.page-template-nieuws-page .page-title {margin:5px 0 10px;}

.nieuwslijst-actueel-item.serp {padding:5px 10px;}
.nieuwslijst-actueel-item.serp h2 {padding-right:30px; max-width: 100%;}

.post .wp-caption.alignnone {margin:0 auto;}


/* Inloggen */
#gform_wrapper_11 {margin:20px 0 20px 0;}
#input_11_3_1_container label, #input_11_3_2_container label {display:block; font-weight:100; color:#888;}

#input_20_3_2_container input {margin-top:10px;}
#input_27_2_2_container input {margin-top:10px;}


.page-template-page-partnerdeheus #content, 
.page-template-page-partnervisscherholland #content,
.page-template-page-partnerdechra #content,
.page-template-page-partnersac #content,
.page-template-page-partnerboumatic #content,
.page-template-page-partnerbetervee #content,
.page-template-page-partnerallflex #content,
.page-template-page-partnersensehub #content,
.page-template-page-partneragrovision #content,
.page-template-page-partneraltenburg #content,
.page-template-page-partnerzoetis #content,
.page-template-page-partnerlely #content,
.page-template-page-partnertransitioncompany #content,
.page-template-page-partnerspeerstra #content {padding-top:60px}

.aanbieding-lijst img {display:none;}


.magazineopening {display: flex; background: #eee; margin-bottom: 20px;}
.magazinecover {flex: 1; padding: 10px;}
.magazinekenmerken {flex: 2; padding: 10px;}

.entry-content .magazinekenmerken p, .entry-content .magazinekenmerken p:first-child {font-weight:100; margin-top:0;}

.magazinecover img {display:block;}
.magazinekenmerk {font-weight:500;}
.magazinekenmerkwaarde {margin-bottom:20px;}

@media screen and (max-width: 768px) {
	.home .nieuwslijst-kennispartners-item .nieuwslijst-img {display:none;}
	.home .nieuwslijst-kennispartners-item .nieuwslijst-titel {width:100%; margin-left:0; padding-right: 0;}
	.home .kennispartners-section {position:relative;}
	
	.home .nieuwslijst-kennispartners-item::before {content:''; float:right; width:30px; height:30px; display:block; position:absolute; top:-2px; right:-1px; background:url(https://www.vakbladelite.nl/images/iconen/kennispartners.svg)}
}

@media screen and (min-width: 768px) {
.archief-section {margin:40px auto 40px;}	
.meestgelezen-section {margin: 20px auto 0;}	

.agenda-partners-section {max-width:1022px;}

.dossier-blok .meer-link {margin:10px 15px 0 0;}

.nieuwslijst-meestgelezen .nieuwslijst-meestgelezen-blok {margin:0 15px;}
	
.nieuwslijst-meestgelezen-item {max-width:48%; padding:3px 15px 8px 15px; border-top: 1px solid #ddd;}
.nieuwslijst-meestgelezen-item .nieuwslijst-img {display:inline-block; margin-top:5px; max-width:120px; vertical-align:top;}
.nieuwslijst-meestgelezen-item .nieuwslijst-img img {display:block;}
.nieuwslijst-meestgelezen-item .nieuwslijst-titel {display:inline-block; margin-left:15px; width:calc(100% - 135px)}

.nieuwslijst-meestgelezen-item:nth-of-type(4) {display:block}
.nieuwslijst-meestgelezen-blok hr {display:none;}
.nieuwslijst-meestgelezen-item.premiumbericht::before {top:-2px;}

.nieuwslijst-kennispartners-item .nieuwslijst-img {flex:0 0 calc(100% / 12 * 3); margin-top:5px; vertical-align:top;}
.nieuwslijst-kennispartners-item .nieuwslijst-titel {flex: 0 0 calc(100% / 12 * 9); margin-left: 15px;padding-right: 15px;}

.home .nieuwslijst-kennispartners-item:nth-child(6) {display:flex}


.footer-link div div div {margin-bottom:5px;}


.page-title {margin:30px 15px 10px;}


.wp-pagenavi {font-size:18px;}


.page-template-page-partnerdeheus #content, 
.page-template-page-partnervisscherholland #content,
.page-template-page-partnerdechra #content,
.page-template-page-partnersac #content,
.page-template-page-partnerboumatic #content,
.page-template-page-partnerbetervee #content,
.page-template-page-partnerallflex #content,
.page-template-page-partnersensehub #content,
.page-template-page-partneragrovision #content,
.page-template-page-partneraltenburg #content,
.page-template-page-partnerzoetis #content,
.page-template-page-partnerlely #content,
.page-template-page-partnertransitioncompany #content,
.page-template-page-partnerspeerstra #content {padding-top:60px}

.magazinekenmerken {font-size:1.1rem;}

.entry-title, .page-title {font-size:1.3rem;}

}

@media screen and (min-width: 768px) and (max-width: 1023px){

.home .nieuwslijst-actueel {margin-bottom: 20px; padding:0 15px; display: flex; flex-wrap: wrap; justify-content: space-between;}
.home .nieuwslijst-actueel-item, .home .nieuwslijst-premium-item, .nieuwslijst-kennispartners-item {width:48%;}
.home .nieuwslijst-actueel-item {padding:3px 0;}
.home .blok-titel.actueel {display:none;}
.home .nieuwslijst-actueel .scheidingslijn {display:none;}
.home .nieuwslijst-actueel a:nth-of-type(5n) {display:none;}
.home .nieuwslijst-actueel-item .nieuwslijst-img, .home .nieuwslijst-actueel-item .nieuwslijst-titel {width:50%;}

.nieuwslijst-premium .nieuwslijst-premium-item {margin:0;}
.premium-berichten-inhoud {padding:0 15px;}
.home .nieuwslijst-premium-item .nieuwslijst-img, .home .nieuwslijst-premium-item .nieuwslijst-titel {width:50%;}

.home .nieuwslijst-kennispartners-item .nieuwslijst-img, .home .nieuwslijst-kennispartners-item .nieuwslijst-titel {width:50%; flex:unset}

.home .nieuwslijst-actueel .nieuwslijst-actueel-item.partnerbericht {padding:0; box-shadow: 0 0 0 10px #eeeeee;}


.nieuwslijst-meestgelezen {margin-bottom: 20px; padding:0; display: flex; flex-wrap: wrap; justify-content: space-between;}
.nieuwslijst-meestgelezen-item, .home .nieuwslijst-premium-item, .nieuwslijst-kennispartners-item {width:48%;}
.nieuwslijst-meestgelezen-item {padding:3px 0;}
.blok-titel.meestgelezen {display:none;}
.nieuwslijst-meestgelezen .scheidingslijn {display:none;}
.nieuwslijst-meestgelezen-item:nth-of-type(4) {display:inherit}
.nieuwslijst-meestgelezen-item.partnerbericht {padding:3px 8px 8px 8px;}
.nieuwslijst-meestgelezen-item .nieuwslijst-img, .nieuwslijst-meestgelezen-item .nieuwslijst-titel {width:50%; max-width:50%}


.nieuwslijst-actueel-item.premiumbericht::before {
	background: url(https://www.vakbladelite.nl/images/iconen/premium.svg);
	right: 14px;
	top: -1px;
}

.nieuwslijst-actueel-item.partnerbericht::before {
	background: url(https://www.vakbladelite.nl/images/iconen/kennispartners.svg);
	right: 14px;
	top: -10px;
}

.page-template-page-partnerdeheus #content, 
.page-template-page-partnervisscherholland #content,
.page-template-page-partnerdechra #content,
.page-template-page-partnersac #content,
.page-template-page-partnerboumatic #content,
.page-template-page-partnerbetervee #content,
.page-template-page-partnerallflex #content,
.page-template-page-partnersensehub #content,
.page-template-page-partneragrovision #content,
.page-template-page-partneraltenburg #content,
.page-template-page-partnerzoetis #content,
.page-template-page-partnerlely #content,
.page-template-page-partnertransitioncompany #content,
.page-template-page-partnerspeerstra #content  {padding-top:100px}

}

@media screen and (min-width: 1024px) {



.header-blok {max-width:1081px;}

.stickymenu .site-branding {background-position: center -55px;}

/* Sections */
.uitgelicht-section {margin:40px auto; max-width:926px;}
.dossier-section {clear:left; width:100%; max-width:1022px; margin:0 auto; padding:0;}
.archief-section {padding:10px 48px; max-width:1022px;}
.premium-section {padding:10px 48px; max-width:1022px;}
.kennispartners-section {padding:30px 48px; max-width:1022px;}

.kennispartnersoverzicht-section {clear:left; width:100%; max-width:1022px; margin:0 auto; padding:48px;}

.meestgelezen-section {padding:20px 48px; max-width:1022px;}

.dossierpagina-section {display:flex; justify-content:space-between; margin:20px auto 20px; padding:0 48px; max-width:1022px;}

.magazinepagina-section {display:flex; justify-content:space-between; margin:20px auto 20px; padding:0 48px; max-width:1022px;}

.categoriepagina-section {display:flex; justify-content:space-between; margin:20px auto 20px; padding:0 48px; max-width:1022px;}
.kennispartnerpagina-section {display:flex; justify-content:space-between; margin:30px auto 20px; padding:0 48px; max-width:1022px;}

.kennispartnerspagina-section {display:flex; justify-content:space-between; margin:30px auto 20px; padding:0 48px; max-width:1022px;}
.kennispartner-blok {flex-basis:100%; padding:0;}


.search-results .content-area, .page-template-nieuws-page .content-area, .author .content-area {display:flex; justify-content:space-between; margin:30px auto 20px; padding:0 48px; max-width:1022px;}
.search-results .content-area, .page-template-nieuws-page .content-area {max-width:620px; padding:0;}

.blok-titel {margin:0 0 10px; color:#BD1932} /* kleur afwijkend */
.blok-titel.actueel {display:none;}

.nieuwslijst-actueel .scheidingslijn {margin:0 5px;}
 
.uitgelicht {float: left;width: 564px;}
.uitgelicht-intro {padding:10px 0 10px 0;}
.uitgelicht .scheidingslijn {display:none;}

.nieuwslijst-actueel {float:left; margin:0 0 0 20px; width:278px;}
.nieuwslijst-actueel hr:first-of-type {display:none;}
.nieuwslijst-actueel-item {padding:0 5px;}
.nieuwslijst-actueel-item:first-of-type {margin-top:-5px;}
.nieuwslijst-actueel-item span {font-size:0.9rem; color:#000}
.nieuwslijst-actueel-item h2 {margin:0; font-size:1rem; color:#000; max-width:136px; overflow: hidden; text-overflow: ellipsis;}

.page-template-nieuws-page .nieuwslijst-actueel-item h2 {max-width:100%}

.home .nieuwslijst-actueel-item {width:100%;}
.home .nieuwslijst-actueel-item {width:100%;}

.home .nieuwslijst-actueel a:nth-of-type(5n) {display:flex;}

.nieuwslijst-actueel-item .nieuwslijst-img {min-width:120px;}
.nieuwslijst-actueel-item.partnerbericht {padding:5px; background:#eeeeee;}


.nieuwslijst-actueel-item.serp.partnerbericht {padding:10px; background:#eeeeee;}

.dossier-blok {flex-basis:50%; padding:20px 0 20px 48px;}
.blok-dossier {max-width:448px;}


.page-template-page-partners .blok-dossier {display:block; max-width:100%;}

.page-template-page-dossiers .blok-dossier {display:block; max-width:100%;}
.page-template-page-dossiers .nieuwslijst-dossier-item {margin-right:30px; margin-bottom:30px;}
.page-template-page-dossiers .nieuwslijst-dossier-item:nth-child(4) {margin-right:0}

.page-template-page-dossiers .blok-dossier {display:block; max-width:100%;}
.post-type-archive-magazine .blok-dossier {display:block; max-width:100%;}


.archive.tag .dossier-blok, .page-id-3566 .dossier-blok {flex-basis:100%; padding:20px 48px 20px 48px;}
.archive.tag .blok-dossier, .page-id-3566 .dossier-blok {max-width:100%;}


.rectangle-blok {flex-basis:50%; position:relative;}

.nieuwslijst-dossier {margin:0 0 0 0; width:75%; max-width:640px;}
.nieuwslijst-dossier-item {padding:0; width:50%; max-width:208px;}


.nieuwslijst-dossier-item .nieuwslijst-img {width:100%; max-width:208px; position:relative;}
.nieuwslijst-dossier-item .nieuwslijst-titel {display:block; width:100%; margin:0;}
.nieuwslijst-dossier-item span {font-size:0.9rem; color:#000}
.nieuwslijst-dossier-item h2 {margin:2px 0 0; font-size:1.1rem; color:#000}

.premium-nieuwslijst-met-promo {display:flex; justify-content: space-between;}
.premium-promotie {display:block; flex-basis:25%; max-width:208px;}

.nieuwslijst-premium {margin:0 0 0 0; width:100%; max-width:100%;}
.nieuwslijst-premium-item {margin:0 0 20px 0; padding:0; width:33%; max-width:208px; display:block;}

.nieuwslijst-premium-item .nieuwslijst-img {width:100%; max-width:208px; position:relative;}
.nieuwslijst-premium-item .nieuwslijst-titel {display:block; width:100%; margin:0; padding-top:3px;}
.nieuwslijst-premium-item span {font-size:0.9rem; color:#000}
.nieuwslijst-premium-item h2 {margin:0; font-size:1rem; color:#000}
.nieuwslijst-premium-item:nth-child(1n+1) {border:none;}

.nieuwslijst-premium .meer-link {margin:10px 0 0 0;}

.nieuwslijst-kennispartners-item {margin-right:31px; display:block; max-width:208px;}
.nieuwslijst-kennispartners-item .nieuwslijst-img {margin:0;width:100%; max-width:208px; position:relative;}
.nieuwslijst-kennispartners-item .nieuwslijst-titel {display:block; width:100%; margin:3px 0 0;}
.nieuwslijst-kennispartners-item:nth-child(1n+1) {border:none;}

.home .nieuwslijst-kennispartners-item, .nieuwslijst-kennispartners-item:nth-child(4), .nieuwslijst-kennispartners-item:nth-child(8) {margin-right:0;}
.home .nieuwslijst-kennispartners-item:nth-child(3) {display:block}
.home .nieuwslijst-kennispartners-item:nth-child(4) {margin-right:0; display:block}

.home .nieuwslijst-kennispartners-item:nth-child(6) {display:block}
.home .nieuwslijst-kennispartners-item:nth-child(7) {display:block}
.home .nieuwslijst-kennispartners-item:nth-child(8) {display:block}


.blok-kennispartner .kennispartnerlijst {justify-content:flex-start;}


.nieuwslijst-meestgelezen-item {display:block; max-width:208px; border:none; padding:10px 0px;}
.nieuwslijst-meestgelezen .nieuwslijst-meestgelezen-blok {display: flex; flex-wrap: wrap; justify-content:space-between; margin:0;}
.nieuwslijst-meestgelezen-item .nieuwslijst-img {margin:0;width:100%; max-width:208px; position:relative;}
.nieuwslijst-meestgelezen-item .nieuwslijst-titel {display:block; width:100%; margin:0; padding-top:3px;}
.nieuwslijst-meestgelezen-item:nth-child(1n+1) {border:none;}
.nieuwslijst-meestgelezen-item.partnerbericht{box-shadow: 0 10px 0px 10px #eee; background: #eee; padding:10px 0;}

.nieuwslijst-dossier-item.partnerbericht{box-shadow: 0 10px 0px 10px #eee; background: #eee; padding:10px 0;}

.nieuwslijst-meestgelezen-item:nth-child(4) {display:block}

.agenda-blok {flex-basis:50%; padding:15px 30px 30px 48px;}


.partnerlogo-blok {display:block; flex-basis:50%; position:relative; padding:15px 48px 30px 30px;}
.partnerlogo-blok .blok-titel {padding:0 0 15px 0; border-bottom:1px solid #ddd; position:relative;}
.partnerlogolijst {display: flex; justify-content: space-between;}
.partnerlogolijst div {box-sizing:border-box; width:48%; display:inline-block; padding:12px 25px;text-align: center;}
.partnerlogolijst a {display:block;}


.outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  /*whatever width you want*/
}



.nieuwslijst-actueel-item.premiumbericht::before {
	right: 0px;
}

.nieuwslijst-premium-item .nieuwslijst-img::before {
	right: -1px;
	top:unset;
	bottom:-29px;
}

.nieuwslijst-actueel-item.partnerbericht::before {
	right:-1px;
}


.nieuwslijst-dossier-item .nieuwslijst-img::before {
	right: -2px;
	top:unset;
	bottom:-29px;
}

.nieuwslijst-kennispartners-item .nieuwslijst-img::before {
	right: -1px;
	top:unset;
	bottom:-29px;
}

.nieuwslijst-meestgelezen-item.premiumbericht::before {content:none;}
.nieuwslijst-meestgelezen-item.partnerbericht::before {content:none;}
.categoriepagina-section .nieuwslijst-dossier-item.premiumbericht::before {content:none;}

.nieuwslijst-meestgelezen-item.premiumbericht .nieuwslijst-img::before {
	content: '';
	float: right;
	width: 30px;
	height: 30px;
	display: block;
	background: url(https://www.vakbladelite.nl/images/iconen/premium.svg);
	position: absolute;
	right: -1px;
	top:unset;
	bottom:-29px;
}


.nieuwslijst-meestgelezen-item.partnerbericht .nieuwslijst-img::before {
	content: '';
	float: right;
	width: 30px;
	height: 30px;
	display: block;
	background: url(https://www.vakbladelite.nl/images/iconen/kennispartners.svg);
	position: absolute;
	right: -1px;
	top:unset;
	bottom:-29px;
}

.categoriepagina-section .nieuwslijst-dossier-item.partnerbericht .nieuwslijst-img::before {
	content: '';
	float: right;
	width: 30px;
	height: 30px;
	display: block;
	background: url(https://www.vakbladelite.nl/images/iconen/kennispartners.svg);
	position: absolute;
	right: -2px;
	top:unset;
	bottom:-29px;
}


.dossierpagina-section .nieuwslijst-dossier-item.premiumbericht::before {content:none;}

.dossierpagina-section .nieuwslijst-dossier-item.premiumbericht .nieuwslijst-img::before {
	content: '';
	float: right;
	width: 30px;
	height: 30px;
	display: block;
	background: url(https://www.vakbladelite.nl/images/iconen/premium.svg);
	position: absolute;
	right: -2px;
	top:unset;
	bottom:-29px;
}

.categoriepagina-section .nieuwslijst-dossier-item.premiumbericht .nieuwslijst-img::before {
	content: '';
	float: right;
	width: 30px;
	height: 30px;
	display: block;
	background: url(https://www.vakbladelite.nl/images/iconen/premium.svg);
	position: absolute;
	right: -2px;
	top:unset;
	bottom:-29px;
} 


.categoriepagina-section .nieuwslijst-dossier-item.premiumbericht::before, 
.categoriepagina-section .nieuwslijst-dossier-item.partnerbericht::before {
	content: unset;
}





.footer-blok {max-width:1022px; padding:15px 48px;}
.footer-link div div div {margin-bottom:7px;}



.dossierpagina-section .dossieropening {flex:1; width:100%; max-width:520px; margin:5px 30px 0 0; padding:0;}
.dossierpagina-section .dossierblok {flex:1; width:100%; max-width:520px;}
.dossierpagina-section .nieuwslijst-dossier-item {margin: 0 0 50px 0; padding: 0; width: 50%; max-width: 208px; display: block;}
.dossierpagina-section .nieuwslijst-dossier-item .nieuwslijst-img {width:100%;}
.dossierpagina-section .nieuwslijst-dossier-item .nieuwslijst-titel {width:100%; margin-left:0;}
.dossierpagina-section .dossierblok .scheidingslijn {display:none;}



.magazinepagina-section .dossieropening {flex:1; width:100%; max-width:520px; margin:5px 30px 0 0; padding:0;}
.magazinepagina-section .dossierblok {flex:1; width:100%; max-width:520px;}
.magazinepagina-section .nieuwslijst-dossier-item {margin: 0 0 50px 0; padding: 0; width: 50%; max-width: 208px; display: block;}
.magazinepagina-section .nieuwslijst-dossier-item .nieuwslijst-img {width:100%;}
.magazinepagina-section .nieuwslijst-dossier-item .nieuwslijst-titel {width:100%; margin-left:0;}
.magazinepagina-section .dossierblok .scheidingslijn {display:none;}

.magazineopening {max-width:520px;}

.magazinecover, .magazinekenmerken {flex:1;}

.categoriepagina-section .dossierblok {flex:1; width:100%; max-width:100%;}
.categoriepagina-section .nieuwslijst-dossier-item {margin: 0 31px 35px 0; padding: 0; width: 50%; max-width: 208px; display: block;}
.categoriepagina-section .nieuwslijst-dossier-item .nieuwslijst-img {width:100%;}
.categoriepagina-section .nieuwslijst-dossier-item .nieuwslijst-titel {width:100%; margin-left:0;}
.categoriepagina-section .dossierblok .scheidingslijn {display:none;}

.categoriepagina-section .nieuwslijst-dossier-item:nth-of-type(4),.categoriepagina-section .nieuwslijst-dossier-item:nth-of-type(8) {margin-right:0;}
.categorieberichtlijst {justify-content:flex-start}

.kennispartnerpagina-section .dossieropening {flex:1; width:100%; max-width:520px; margin:5px 30px 0 0; padding:0;}
.kennispartnerpagina-section .dossierblok {flex:1; width:100%; max-width:520px;}
.kennispartnerpagina-section .nieuwslijst-dossier-item {margin: 0 0 50px 0; padding: 0; width: 50%; max-width: 208px; display: block;}
.kennispartnerpagina-section .nieuwslijst-dossier-item .nieuwslijst-img {width:100%;}
.kennispartnerpagina-section .nieuwslijst-dossier-item .nieuwslijst-titel {width:100%; margin-left:0;}
.kennispartnerpagina-section .dossierblok .scheidingslijn {display:none;}


.page-title {margin:30px auto 10px; padding:20px 48px 0 48px; max-width:1022px;}
.page-template-nieuws-page .page-title {font-size:1.3rem; margin:0 0 20px 0;}

.pagination-nieuws {margin-top:20px;}

.berichtlijst-header-kop {padding:0;}

.author .dossieropening {padding:0;}


.page-template-page-partnerdeheus #content, 
.page-template-page-partnervisscherholland #content,
.page-template-page-partnerdechra #content,
.page-template-page-partnersac #content,
.page-template-page-partnerboumatic #content,
.page-template-page-partnerbetervee #content,
.page-template-page-partnerallflex #content,
.page-template-page-partnersensehub #content,
.page-template-page-partneragrovision #content,
.page-template-page-partneraltenburg #content,
.page-template-page-partnerzoetis #content,
.page-template-page-partnerlely #content,
.page-template-page-partnertransitioncompany #content,
.page-template-page-partnerspeerstra #content {padding-top:100px}


.aanbieding-lijst img {display:block; width: 100px;float: left; margin:-10px 10px 0 -13px;}
}
	
	
@media screen and (min-width: 1200px) {

.header-blok {max-width:1081px;}

.stickymenu .site-branding {background-position: center -110px;}

/* Sections */
.uitgelicht-section {margin:30px auto 20px; max-width:1081px;}
.dossier-section {clear:left; width:100%; max-width:1197px; margin:0 auto; padding:0;}
.archief-section {padding:10px 58px; max-width:1197px;}
.premium-section {padding:10px 58px; max-width:1197px;}
.kennispartners-section {padding:30px 58px; max-width:1197px;}
.meestgelezen-section {padding:20px 58px; max-width:1197px;}

.dossierpagina-section {padding:0 58px; max-width:1197px;}

.magazinepagina-section {padding:0 58px; max-width:1197px;}

.categoriepagina-section {padding:0 58px; max-width:1197px;}
.kennispartnerpagina-section {padding:0 58px; max-width:1197px;}

.kennispartnersoverzicht-section {clear:left; width:100%; max-width:1197px; margin:0 auto; padding:0;}



.blok-titel {font-size: 1.1rem;}

.uitgelicht {width:710px;}
.uitgelichtkop {font-size:2.5rem; line-height:2.8rem; bottom:20px; left:20px;}
.uitgelicht-intro span {font-size:1rem;}
.uitgelicht-intro .introtekst {font-size:1.1rem; line-height:1.5rem;}

.nieuwslijst-actueel {width:335px; margin:0 0 0 30px;}
.nieuwslijst-actueel-item span {font-size:1rem;}
.nieuwslijst-actueel-item h2 {font-size:1.1rem; line-height:1.5rem; max-width:160px; overflow: hidden; text-overflow: ellipsis;}
.nieuwslijst-actueel-item .nieuwslijst-img {min-width:150px;}
.nieuwslijst-actueel .meer-link a {font-size:1.1rem;}

.dossier-blok {flex-basis:50%; padding:20px 0 20px 58px;}
.page-id-3566 .dossier-blok {padding:20px 58px 20px 58px;}

.kennispartnersoverzicht-section .kennispartner-blok {flex-basis:50%; padding:30px 58px 30px 58px;}

.blok-dossier {max-width:524px;}



.page-template-page-dossiers .nieuwslijst-dossier-item {margin-right:35px; margin-bottom:40px;}
.page-template-page-dossiers .nieuwslijst-dossier-item:nth-child(4), .page-template-page-dossiers .nieuwslijst-dossier-item:nth-child(8), .page-template-page-dossiers .nieuwslijst-dossier-item:nth-child(12) {margin-right:0;}

.archive.tag .dossier-blok {flex-basis:100%; padding:20px 58px 20px 58px;}
.archive.tag .blok-dossier {max-width:100%;}


.nieuwslijst-dossier-item {max-width:244px;}
.nieuwslijst-dossier-item .nieuwslijst-img {max-width:244px;}

.nieuwslijst-premium {margin:0 0 0 0; width:100%; max-width:1081px;}
.nieuwslijst-premium-item {margin:0 0 35px 0; padding:0; width:33%; max-width:244px; display:block;}

.nieuwslijst-premium-item span {font-size:1rem;}
.nieuwslijst-premium-item h2 {font-size:1.1rem; line-height:1.5rem;}
.nieuwslijst-premium-item .nieuwslijst-img {max-width:244px;}

.nieuwslijst-premium .meer-link a {font-size:1.1rem;}

.premium-promotie {max-width:244px;}

.nieuwslijst-kennispartners-item {margin-right:35px; max-width:244px;}
.nieuwslijst-kennispartners-item span {font-size:1rem;}
.nieuwslijst-kennispartners-item h2 {font-size:1.1rem; line-height:1.5rem;}
.nieuwslijst-kennispartners-item .nieuwslijst-img {max-width:244px;}
.nieuwslijst-kennispartners .meer-link a {font-size:1.1rem;}

.nieuwslijst-kennispartners-item:nth-child(4) {margin-right:0; display:block}


.nieuwslijst-meestgelezen-item {max-width:244px;}
.nieuwslijst-meestgelezen-item span {font-size:1rem;}
.nieuwslijst-meestgelezen-item h2 {font-size:1.1rem; line-height:1.5rem;}
.nieuwslijst-meestgelezen-item .nieuwslijst-img {max-width:244px;}

.agenda-partners-section {max-width:1197px;}
.agenda-blok {flex-basis:50%; padding:15px 30px 30px 58px;}
.agenda-meer-link a {font-size:1.1rem;}

.archief-section .meer-link {font-size:1.1rem;}

.footer-blok {max-width:1197px; padding:15px 58px;}
.site-footer {font-size:1rem; line-height:1.3rem;}
.footer-link div div div {margin-bottom:10px;}




.dossierpagina-section .dossieropening {flex:1; max-width:524px; margin:5px 28px 0 0}
.dossierpagina-section .dossierblok {flex:1; max-width:524px;}
.dossierpagina-section .nieuwslijst-dossier-item {margin: 0 0 35px 0; padding: 0; width: 50%; max-width: 244px; display: block;}

.dossier-blok .meer-link a {font-size:1.1rem;}

.magazinepagina-section .dossieropening {flex:1; max-width:524px; margin:5px 28px 0 0}
.magazinepagina-section .dossierblok {flex:1; max-width:524px;}
.magazinepagina-section .nieuwslijst-dossier-item {margin: 0 0 35px 0; padding: 0; width: 50%; max-width: 244px; display: block;}

.magazineopening {max-width:524px;}

.categoriepagina-section .dossierblok {flex:1; max-width:100%;}
.categoriepagina-section .nieuwslijst-dossier-item {margin: 0 35px 35px 0; padding: 0; width: 50%; max-width: 244px; display: block;}

.kennispartnerpagina-section .dossieropening {flex:1; max-width:524px; margin:5px 28px 0 0}
.kennispartnerpagina-section .dossierblok {flex:1; max-width:524px;}
.kennispartnerpagina-section .nieuwslijst-dossier-item {margin: 0 0 50px 0; padding: 0; width: 50%; max-width: 244px; display: block;}

.page-title {margin:30px auto 10px; padding:20px 58px 0 58px; max-width:1197px;}

.wp-pagenavi {font-size:21px;}

}
	
@media screen and (min-width: 1400px) {
.site-branding {background-position: center -70px;}
}
@media screen and (min-width: 1650px) {
.site-branding {background-position: center -110px;}

.stickymenu .site-branding {background-position: center -180px;}
}


/* -----------------
Aanbieding sectie 
----------------- */

.aanbieding-section {background:#FFC41C; color:#fff; margin:40px auto; padding:15px 15px; width:100%;}
.aanbieding-section h2 {margin:0 0 5px 0; color:#000; border-bottom:1px solid #fff; line-height:1.5;}
.aanbieding-blok {display:flex; flex-direction:column; justify-content:space-between;}
.aanbieding-lijst {width:100%; color:#000;}
.aanbieding-lijst div {margin: 10px 0; padding-left: 25px; background: url(https://www.vakbladelite.nl/images/iconen/vinkje.svg); background-repeat: no-repeat; background-size: 15px; background-position: center left;}

.aanbieding-afbeelding {display:none;}
.aanbieding-afbeelding img {max-height:150px}
.aanbieding-link {width:100%; position:relative; text-align:right;}
.aanbieding-link a {position:relative; bottom:unset; color:#000; font-weight:500;}

.aanbieding-blok input[type=text] {width:100%;}

.aanbieding-blok .meer-link {display:inline-block; margin:5px 5px 0 0; padding:5px 20px 5px 0px; font-size:18px; font-weight:500; background: url("https://www.vakbladelite.nl/images/iconen/leesmeerarrowZWART.svg"); background-size: 9px; background-color:#fff; background-repeat: no-repeat; background-position: center right; border:none; cursor:pointer;}

.aanbieding-blok .knopwit {display:inline-block; margin:5px 5px 0 0; padding:8px 30px 8px 15px; font-size:18px; font-weight:500; background: url("https://www.vakbladelite.nl/images/iconen/leesmeerarrowZWART.svg"); background-size: 9px; background-color:#fff; background-repeat: no-repeat; background-position: center right 10px; border:none; border-radius:8px; cursor:pointer; box-shadow:0 1px 4px rgba(0,0,0,0.2);}

.single-post .aanbieding-section .aanbieding-lijst {margin-top:5px; max-width:600px;}
.single-post .aanbieding-section .aanbieding-lijst span {font-weight:400; line-height:1.5;}

@media screen and (min-width: 1024px) {
	
.aanbieding-section {padding:15px 48px; max-width:1022px;}
.aanbieding-section h2 {text-transform:uppercase;}
.aanbieding-blok {flex-direction:row;}
.aanbieding-lijst {padding-top:5px; max-width:600px;}
.aanbieding-afbeelding {display:block; margin-top:-40px;}	
.aanbieding-link {max-width:200px;}
.aanbieding-link a {position:absolute; bottom:0; right:0;}

}

@media screen and (min-width: 1200px) {
.aanbieding-section {max-width:1197px; padding:15px 58px;}
.aanbieding-link a {font-size:1.1rem;}
}



/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/* 
.footer-melkprijzen::after {content:''; display:inline-block; background:url("https://www.vakbladelite.nl/images/iconen/leesmeerarrow.svg"); background-repeat:no-repeat; width:20px; height:20px;}
*/

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.site-main .page, .site-main .post, .site-main .partner, .site-main .trainingen, .site-main .agenda, .site-main .tips, .error-404.not-found {
	max-width:700px;
	margin:30px auto 0;
}

.site-main .partner {margin-bottom:48px;}


.site-main .page {margin-bottom:30px;}


.entry-header {padding:0 15px 0 15px;}


.foto::before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	top:0;
	left:0;
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.2)));
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.2));
	position: absolute;
}

.foto img {display: block;}


.uitgelicht-section .entry-title, .type-post .entry-title, .type-partner .entry-title {position: absolute; right:15px; bottom: 15px; left: 15px; font-size:28px; font-weight:800; line-height:2rem; color: #fff; text-shadow: 0 0 5px rgba(0,0,0,0.7); margin: 0; text-transform:none;}

.post-thumbnail img {display:block;}

.entry-meta {margin:20px 0 0; font-size:14px; font-weight:300;}

.leestijd {background-image:url(https://www.vakbladelite.nl/images/iconen/leestijd.svg); background-size:12px; background-position:left center; background-repeat:no-repeat; margin-left:1px; padding-left:17px;}

.author.vcard a {color:#000; font-weight: 500;}

.entry-content {margin:0; padding:0 15px 0 15px;}
.entry-content p {font-weight:300; line-height:21px; color:#333;}
.entry-content p:first-child {font-weight:500;}
.entry-content h2 {margin-bottom:0; font-size: 1.2rem; line-height:1.6rem;}
.entry-content h3 {font-size: 1rem; line-height:1.3rem;}

.entry-content ul, .entry-content ol {margin-left:0; font-weight:300; line-height:21px;}

.auteur-blok {display:flex; padding:10px 15px; font-weight:300;}
.auteur-img {flex:1; margin-top:5px; width:100%; min-width:87px;}
.auteur-bio {flex:4; padding-left:15px;}
.auteur-bio div:first-child {font-weight:500;}
.auteur-bio div:last-child {margin-top:5px; font-weight:500; text-align:right;}

.whitepaper-link {margin:15px; font-weight:500; color:#BD1932;}

.meer-over {margin:20px 0; padding: 0 15px; font-weight:500;}
.meer-over div {display:inline-block;}
.meer-over span {border-right: 2px solid #333; margin-right: 5px; }
.meer-over span:last-child {border-right:none; margin-right: 0;}
.meer-over a {margin-right:5px;}

.delen-blok {padding:15px;}	
.delen-blok span {display:block; margin-bottom:5px; font-weight:500;}
.delen-blok a {display:inline-block; margin-right:10px;}
.delen-blok a img {display:block; width:35px;}


/* Tabellen */

.tabelkol2 {
	margin-top: 10px; margin-bottom:40px; padding: 10px; border: 0px; box-shadow: 0 2px 4px #aaa;

}

.tabelkol2 td {
	padding: 10px 8px;  vertical-align: top; border-top: 2px solid #ddd;
}

.tabelkol2 tr:first-child td {border-top:none;}

.tabelkol2 tr {transition: 0.3s;}

.tabelkol2 tr:hover {background:#ddd;}

.tabelgrijs {
	background: #fafafa;
}

.entry-content .tijdenlijst {margin-top: 10px; margin-left:2px; padding-left: 10px; list-style: none; border-left: 4px solid #bd1932;}


/* YOUTUBE embed padding-bottom: 56.25%; */ 
.video-container {
	position: relative;
	margin-bottom:20px;
	padding-bottom: 51%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} /* YOUTUBE embed */

.content-rectangle {text-align: center; background:#eee; margin-bottom:30px; padding:0 0 10px 0; box-sizing:border-box; box-shadow:0 0 0 15px #eee;}
.content-rectangle div {display:block; margin:0 auto; padding:0px; width:300px; height:250px; background:#fff; color:#000; border:1px solid #000;}

.content-rectangle::before {content:'- Advertentie -'; display:block; margin:0 auto 5px; padding-top:5px; color:#888; font-weight:100;}

.single-post .meestgelezen-section {margin-bottom:30px;}


/* Lees meer onder premium na limiet */
.leesmeerpremium {border:1px solid #ddd; margin:10px 0 30px 0; box-sizing:border-box;}
.leesmeerpremiuminhoud {padding:15px 15px 15px 15px;}
.leesmeerpremiuminhoud div:first-child {margin-bottom:15px; font-weight:500}
.leesmeerpremiumlinks {display:block;}
.leesmeerpremiumlinks div:first-child {width:100%; background:#2e8000; text-align:center;}
.leesmeerpremiumlinks div:last-child {display: flex;justify-content: space-evenly;}
.leesmeerpremiumlinks a {display:block; margin:15px 0; padding:5px 28px 5px 15px; color:#fff; background:#ffffff; border-radius: 8px; color: #2e8000; font-weight: 500; text-align: center; background-image:url(https://www.vakbladelite.nl/images/iconen/leesmeerarrowGROEN.svg); background-position: center right 10px; background-repeat:no-repeat; background-size:9px;}

.leesmeerpremiumlinks div:first-child a {display:inline-block; background-color:#fff; background-image:url(https://www.vakbladelite.nl/images/iconen/leesmeerarrowZWART.svg); color:#333;}


.premiumsamenvatting {position:relative;}
.premiumsamenvatting::after {content:''; position:absolute; bottom:0; left:0; height:65px; width:100%; background: -webkit-linear-gradient(rgba(255,255,255,0), #fff); background:linear-gradient(rgba(255,255,255,0), #fff);}



/* Zoekresultaten */
.search-results .introtekst {margin:0; color:#333;}
.datumserp {display:block; margin:5px 0;}
.search-results .wp-pagenavi, .author .wp-pagenavi {margin-bottom:30px;}
.nieuwslijst-actueel-item.serp {margin:25px 0 25px 0;}
.search-results .page-title {font-size:1rem; line-height:25px;}
.search-results .wp-pagenavi .last, .author .wp-pagenavi .last {display:none;}

/* Nieuwspagina */
.page-template-nieuws-page .introtekst {margin:0; color:#333;}
.datumserp {display:block; margin:5px 0;}
.page-template-nieuws-page .wp-pagenavi, .author .wp-pagenavi {margin-bottom:30px;}
.nieuwslijst-actueel-item.serp {margin:8px 0 8px 0;}


.page-template-nieuws-page .wp-pagenavi .last, .author .wp-pagenavi .last {display:none;}



/* Trainingen .post-3637 */
.post-3637 .scheidingslijn {margin:0; width:100%; background:#ddd; border:0px solid #ddd;}
.post-3637 .nieuwslijst-actueel-item {display: flex; position: relative; margin: 8px 0 8px 0; padding: 3px 0; width: 100%;}
.post-3637 .introtekst {display:none;}
.post-3637 .meer-link {display:block; margin:10px 15px 0 0; padding-right:20px; font-weight:bold; text-align:right; background: url("https://www.vakbladelite.nl/images/iconen/leesmeerarrowZWART.svg");background-size: 9px;background-repeat: no-repeat;background-position: center right;}



/* Abonneren hoofdpagina post-3659*/
.site-main .post-3659 {max-width:1081px;}

.site-main .post-3659 .entry-header {max-width: 700px;margin: 0px auto 10px;}
.site-main .post-3659 p {max-width: 700px;margin: 0px auto 40px;}


.abo-kolommen {display:flex; justify-content: space-between; flex-direction:column;}
.abo-kolom {margin-bottom:40px; width:100%; box-shadow: 0 0 4px; box-shadow:0 0 5px rgba(0,0,0,0.4); position:relative; overflow:hidden;}


.abo-kolom h2 {margin:0; padding:15px; text-transform:uppercase; font-size:1rem;}
.abo-kolom span {padding:15px;}

.abo-voordelen {padding:15px;}
.abo-voordelen div {display:inline-block;}

.abo-voordelen > div {margin:15px 0; display:flex; justify-content: flex-start; flex-direction:row;}

.abo-voordelen div div:first-child {margin-left:20px; flex:1;}
.abo-voordelen div div:last-child {margin:5px 0 0 20px; font-weight:500; flex:3;}

/* .abo-voordelen img {width:50px; flex:1;} */
.abo-link {width:100%; background:#2e8000; text-align:center;}
.abo-link a {display:inline-block; margin:15px 0; padding:5px 28px 5px 15px; color:#fff; background:#ffffff; border-radius: 8px; color: #333; font-weight: 500; text-align: center; background-image:url(https://www.vakbladelite.nl/images/iconen/leesmeerarrowZWART.svg); background-position: center right 10px; background-repeat:no-repeat; background-size:9px;}

.aboprijs {padding-top:10px; border-top:1px solid #ddd; font-size:120%; text-align:right;}
.aboprijs span {padding:10px 0 0 5px; font-weight:100;}


/* 404 - Pagina niet gevonden */
.not-found .page-content {margin-bottom:20px; padding:15px; display:flex; flex-direction:column;}
.not-found .page-title {margin:0}
.not-found-afbeelding {width:100%;}
.not-found-inhoud {margin-top:20px; width:100%;}


/* Auteurpagina */

.author .dossierpagina-section {background:unset;}
.author .meestgelezen-section {border-top:1px solid #ddd;}

	
@media screen and (max-width:320px) {
	
.entry-header {padding:0 10px 0 10px;}
.entry-content {margin:0; padding:0 10px 0 10px;}


.auteur-blok {padding:10px;}
.auteur-bio {padding-left:10px;}

.whitepaper-link {margin:10px;}

.meer-over {padding: 0 10px;}

.delen-blok {padding:10px;}	

.blok-titel {margin:0 10px 10px}
.single-post .nieuwslijst-meestgelezen-item {padding:3px 10px;}
.nieuwslijst-meestgelezen .scheidingslijn {margin:0 10px;}

.leesmeerpremiuminhoud div:first-child {margin-bottom:10px;}

.leesmeerpremiuminhoud {padding:10px;}

#post-3566 {width:100%; max-width:100%}

/* Trainingen .post-3637 */
.post-3637 .introtekst {display:none;}

.archive.category .page-title, .archive.tag .page-title {margin:0 10px 10px;}

}


@media screen and (min-width:360px) {
	.content-rectangle {box-shadow:none;}
	
	/* Trainingen .post-3637 */
	.post-3637 .introtekst {display:none;}

}


@media screen and (min-width: 768px) {

	#primary {font-size: 18px; font-weight:300; line-height: 25px;}
	
	/*
	.single-post .nieuwslijst-meestgelezen-item {max-width:48%;}
	.single-post .nieuwslijst-meestgelezen-item:nth-child(4) {display:unset}
	*/
	
	.entry-content p, .entry-content ul, .entry-content ol {font-size: 18px; line-height: 25px;}
	.entry-content h2 {font-size: 18px; line-height: 25px;}
	#post-3566 {width:100%; max-width:100%}

	/* Trainingen .post-3637 */
	.post-3637 .introtekst {display:block; margin:20px 0;}
	
	/* Abonneren hoofdpagina post-3659*/
	
	.abo-kolommen {flex-direction:row;}
	.abo-kolom {max-width: 330px; margin:0 10px;}
	
	/* 404 - Pagina niet gevonden */
	.not-found .page-content {display:flex; justify-content:space-between; flex-direction:row;}
	.not-found .page-title {margin:0 0 10px}
	.not-found-afbeelding {width:100%; max-width: 350px;}
	.not-found-inhoud {padding:15px; width:100%; max-width: 350px;}
	
}


@media screen and (min-width: 1024px) {
	
	.site-main .post, .site-main .partner {
		max-width:608px;
	}

	#primary {font-size: 1.1rem; font-weight:300; line-height: 1.5rem;}
	
	.entry-header {padding:0;}
	.entry-content {padding:0;}
	
	/*
	.single-post .nieuwslijst-meestgelezen .blok-titel {padding:0 0 0 2px;}
	
	.single-post .nieuwslijst-meestgelezen-item {display:block; padding:10px 5px; max-width:182px;}
	.single-post .nieuwslijst-meestgelezen-item.partnerbericht {padding:10px 5px}
	.single-post .nieuwslijst-meestgelezen-item.partnerbericht {box-shadow:0 5px 0px 5px #eee}
	.single-post .nieuwslijst-meestgelezen-item h2 {font-size:0.9rem}
	*/
	
	.auteur-blok {padding:0;}
	
	.whitepaper-link {margin:20px 0;}
	
	.meer-over {padding:0;}
	
	.delen-blok {padding:0;}	
	
	.delen-blok a img {display:block; width:30px;}
	
	
	#post-3566 {width:100%; max-width:1022px;}
	
	.leesmeerpremiuminhoud div:first-child {margin-bottom: 25px; font-weight: 500;}
	.leesmeerpremiuminhoud {padding:25px 25px 30px 25px}
	
	.abo-kolom {margin:0 0 40px 0;}
	
	.entry-meta {font-size:16px;}
	
	.uitgelicht-section .entry-title, .type-post .entry-title, .type-partner .entry-title {position: absolute; right:25px; bottom: 25px; left: 25px; font-size:36px; font-weight:800; line-height:2.3rem; color: #fff; text-shadow: 0 0 5px rgba(0,0,0,0.7); margin: 0; text-transform:none;}
	
}


@media screen and (min-width: 1200px) {
	.site-main .post, .site-main .partner, .site-main .trainingen, .site-main .agenda {
		max-width:709px;
	}
	
	/*
	.entry-content p {font-size: 1.3rem; line-height: 1.6rem;}
	.entry-content h2 {font-size: 1.3rem; line-height: 1.6rem;}
	*/
	.entry-content p, .entry-content ul, .entry-content ol {font-size: 21px; line-height: 28px;}
	.entry-content h2 {font-size: 21px; line-height: 28px;}
}









/* #zoekblok {text-align:center; overflow:hidden; box-shadow:inset 0px 2px 5px rgba(0,0,0,0.4);} */
.zoekblok {height:0; transition: 0.3s; padding:0; border-top:0px solid #ddd; opacity:0; background:#ffffff; }
.zoekblok.zoekenweergeven {display:block; opacity:1; top:80px}
.zoekblok-sluiten {position:absolute; display:block; cursor:pointer; font-size:1.5rem; transition:0.2s;}


#zoekblok {padding:0 0 10px 0; text-align: left; overflow: hidden; position: absolute; top:120px; right: 50px; height:160px; text-align: left; z-index: 20; box-shadow: 0 0 8px rgba(0,0,0,0.6);}
.zoekblok {background:#ffffff; display:none; opacity:0; width:235px;}
.zoekblok.zoekenweergeven {display:block; opacity:1;}
#zoekblok .zoekblok-sluiten {margin-bottom:8px; padding:0 10px 8px 10px; display:block; cursor:pointer; font-size:0.9rem; text-align:right; color:#888; border-bottom:0px solid #ddd;}
#zoekblok .zoekblok-sluiten img {width:12px; filter:brightness(150%);}
.zoekblok .zoekblok-titel {display:none; padding:15px 15px 0 15px; color:#BD1932; font-weight:500;}
#zoekblok form {margin-top:15px; text-align:center;}
#zoekblok form .search-submit {display:block; margin:15px auto 10px;}


#inlogblok {padding:0; text-align: left; overflow: hidden; position: absolute; top:70px; right: 20%; text-align: left; z-index: 20; box-shadow: 0 0 8px rgba(0,0,0,0.6);}
.inlogblok {background:#ffffff; display:none; opacity:0; width:235px; transition: 0.3s;}
.inlogblok div {text-align:left;}
.inlogblok.inlogweergeven {display:block; opacity:1;}
.inlogblok a {position:relative;}
.inlogblok form {padding:0 15px;}
.inlogblok .login-username,.inlogblok .login-password {margin:10px 0;}

.inlogblok .login-submit {text-align:center;}

.inlogblok #loginform-custom #user_login, .inlogblok #loginform-custom #user_pass {max-width:400px;}

.inlogblok form p label {display:block; width:100%; font-weight:100;}
.inlogblok .inlogblok-titel {display:none; padding:15px 15px 0 15px; color:#BD1932; font-weight:500;}
.inlogblok .inlogblok-footer, .inlogblok .inlogblok-link { padding:15px 0 15px 0; background: #eeeeee;}
.inlogblok .inlogblok-footer a, .inlogblok .inlogblok-link a {margin:15px 0; color:#333; padding-right: 20px; font-weight:500;  background: url("https://www.vakbladelite.nl/images/iconen/leesmeerarrowZWART.svg");background-size: 9px;background-repeat: no-repeat;background-position: center right;}



#inlogblok .inlogblok-sluiten {padding:0 10px 8px 10px; display:block; cursor:pointer; font-size:0.9rem; text-align:right; color:#888; border-bottom:0px solid #ddd;}
#inlogblok .inlogblok-sluiten img {width:12px; filter:brightness(150%);}

#menublok {padding:0; text-align: left; overflow: hidden; position: absolute; top:70px; right: 20%; text-align: left; z-index: 20; box-shadow: 0 0 8px rgba(0,0,0,0.6);}
.menublok {background:#ffffff; display:none; opacity:0; transition: 0.3s;}
.menublok.menuweergeven {display:block; opacity:1;}
#menublok .menublok-sluiten {margin-bottom:8px; padding:0 10px; display:block; cursor:pointer; font-size:0.9rem; text-align:right; color:#888;}
#menublok .menublok-sluiten img {width:12px; filter:brightness(150%);}
.menublok ul {margin:0; padding:0; text-align: left; list-style:none;}
.menublok ul li {padding:0; border-top:1px solid #ddd;}

.menublok ul li:first-child {border:none;}
.menublok ul li:hover {background-color:#FFC41C;}
.menublok .menu-item a {margin:0; display:block; width:100%; padding:5px 10px; top: unset; left: unset; transform: unset; position: unset; font-weight:bold; text-transform:uppercase; color:#333;}

.header-blok .menu-hoofdmenu-container {padding:0;}


@media screen and (max-width: 475px) {
	
	.menu-categorielijst div .menu-nieuws {color:#BD1932;}
	
	#zoekblok {position:fixed; top:70px; bottom:15px; left:15px; right:15px; overflow:scroll; width:auto; height:auto}
	
	#inlogblok {position:fixed; top:70px; bottom:15px; left:15px; right:15px; overflow:scroll; width:auto; height:auto}
	
	#menublok {position:fixed; top:70px; bottom:15px; left:15px; right:15px; overflow:scroll; width:auto; height:auto}
	
	#zoekblok.zoekenweergeven, #inlogblok.inlogweergeven, #menublok.menuweergeven {top:15px;}
	
}

@media screen and (min-width: 768px) {
	#menublok {width:235px; top:120px; right:72px;}
	#inlogblok {width:235px; top:120px; right:52px;}
	
	.stickymenu #zoekblok.zoekenweergeven, .stickymenu  #inlogblok.inlogweergeven, .stickymenu  #menublok.menuweergeven {top:80px;}
	
	.post-type-archive-magazine.paged-2 .blok-magazine {justify-content: flex-start}
	.post-type-archive-magazine.paged-2 .blok-magazine a {margin-left:25px;}
	.post-type-archive-magazine.paged-2 .blok-magazine a:first-child {margin-left:0;}
	.post-type-archive-magazine.paged-2 .blok-magazine a:nth-child(5) {margin-left:0;}
	/*
	.post-type-archive-magazine.paged-2 .blok-magazine {flex-wrap: nowrap}
	.post-type-archive-magazine.paged-2 .blok-magazine a:first-child {margin-right:35px;}
	*/

	#menu-item-12866 {display:none;} /* Onderwerpen */
}






/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 5px 0 20px 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



/* Formulieren */


.gfradio .gfield_radio input {margin:0 4px 4px;}
.entry-content .gfield_checkbox input {margin:0 4px 4px;}

.aanhef .gfield_radio li {float:left;}

.entry-content label {font-weight:normal;}
.input_11_3, .input_11_3_2 {display:block;}
.input_11_3_strength_indicator {display:none;}

#input_21_30 {margin-bottom:10px;}
#input_21_30_1_container label, #input_21_30_2_container label {display:none;}

.gfield_hidden_product {display:none;}


#content .gform_button, .search-form input[type="submit"], #loginform-custom input[type="submit"] {cursor:pointer; padding:8px 28px 8px 15px; font-size:18px; font-weight:500; color:#ffffff; background-color:#2e8000; border:none; border-radius:8px; transition:0.2s; background-image:url(https://www.vakbladelite.nl/images/iconen/leesmeerarrowWIT.svg); background-position: center right 10px; background-repeat:no-repeat; background-size:9px;}
#content .gform_button:hover { background-color: rgb(18, 159, 0); box-shadow:0 2px 4px #ccc; }
#content .gform_button:active { background-color: rgb(18, 159, 0); box-shadow:0 1px 2px #ddd; border-bottom:2px solid #4bb71d; }

#content .gform_next_button {cursor:pointer; padding:5px 10px; font-size:14px; font-weight:bold; color:#ffffff; background-color:#4bb71d; border:none; border-bottom:2px solid #006326; border-radius:3px; transition:0.2s;}
#content .gform_next_button:hover { background-color: #4c9422; box-shadow:0 2px 4px #ccc; }
#content .gform_next_button:active { background-color: #4c9422; border-bottom:2px solid #4bb71d; }


#gform_wrapper_29 {margin-bottom:50px;}


.search-submit {}

.gform_hidden {display:none;}

#gform_19 {margin-top:10px;}
#field_19_1 {padding:0;}

#field_19_1 label {display:none;}
#field_19_1 .ginput_container_email {width:100%;}

/*
#content #gform_submit_button_19 {display:inline-block; margin:5px 5px 0 0; padding:8px 30px 8px 15px; color:#333; font-size:18px; font-weight:500; background: url("https://www.vakbladelite.nl/images/iconen/leesmeerarrowZWART.svg"); background-size: 9px; background-color:#fff; background-repeat: no-repeat; background-position: center right 10px; border:none; border-radius:8px; cursor:pointer; box-shadow:0 1px 4px rgba(0,0,0,0.2);}
*/

#content #gform_submit_button_19-knop {display:inline-block; margin:5px 5px 0 0; padding:8px 30px 8px 15px; color:#333; font-size:18px; font-weight:500; background: url("https://www.vakbladelite.nl/images/iconen/leesmeerarrowZWART.svg"); background-size: 9px; background-color:#fff; background-repeat: no-repeat; background-position: center right 10px; border:none; border-radius:8px; cursor:pointer; box-shadow:0 1px 4px rgba(0,0,0,0.2);}

#gform_19 .gform_footer {text-align:right;}

#gform_confirmation_message_19 {color:#333;}

.gfield_password_strength {display:none;}


.linkknopgroen {cursor:pointer; margin:15px 0; display:inline-block; padding:8px 28px 8px 15px; font-size:18px; font-weight:500; color:#ffffff; background-color:#2e8000; border:none; border-radius:8px; transition:0.2s; background-image:url(https://www.vakbladelite.nl/images/iconen/leesmeerarrowWIT.svg); background-position: center right 10px; background-repeat:no-repeat; background-size:9px;}
.linkknopgroen:hover {color:#fff; box-shadow:0 2px 5px #aaa}
.linkknopgroen:visited {color: #fff;}
.linkknopgroen:focus, .linkknopgroen:active {color: #fff;}


@media screen and (min-width: 1200px) {

	#post-5331 #gform_wrapper_24 {margin:20px 0 40px 0;}
	#post-5331 .entry-content .gform_body ul {font-size: 18px;}

	#post-5331 #field_24_42 {border-bottom:1px solid #ddd; }

	#post-5331 #field_24_42 .ginput_container {width:100%;}
	#post-5331 #field_24_37 .ginput_container {width:100%; max-width: 360px;}
	

	
	
}


#aboregpaginfo {display:flex; background: #eee;}

#aboregpaginfo div:first-child {border-right:3px solid #fff;}
#aboregpaginfo div {flex: 1;}

#aboregpaginfo div p {margin:10px 0; padding: 10px 10px; text-align: center; font-weight:300}



@media (max-width: 600px) {
	#aboregpaginfo {flex-direction: column;}
	#aboregpaginfo div:first-child {border-bottom: 3px solid #fff;}
}



#bladpromo-voorpagina {display:flex; flex-wrap:wrap; justify-content:flex-start; width:100%;}
#bladpromo-voorpagina div:first-child {flex:1}
#bladpromo-voorpagina div:last-child {flex:1; text-align: left;}

@media (max-width: 600px) {
	#bladpromo-voorpagina div:first-child {flex:1}
	#bladpromo-voorpagina div:last-child {flex:2; padding-left:15px;}
	#bladpromo-voorpagina div:last-child p {margin: 0 0 10px 0; font-size: 1rem}
	#bladpromo-voorpagina div:last-child p:last-child {display:none;}
}


.page-id-13789 ul {padding-left:5px;}
.page-id-13789 ul li {list-style: none;}
.page-id-13789 ul li::before {
	content: '';
	background-image: url(https://www.vakbladelite.nl/images/EL-abonementen-vinkje.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	width: 20px;
	height: 20px;
	display: inline-block;
	transform: translateX(-4px) translateY(4px);
	margin-right:5px;
}