/*
Theme Name: Theme for Sustainable Finance Lab 2
Theme URI: http://www.sustainablefinancelab.nl
Author: Haicu webdesign
Author URI: http://www.haicu.nl/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: haicu12
Tags:

This theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600,700);
/*
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	-webkit-font-smoothing: antialiased; /* HH tip Mark */
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-family:Verdana, Geneva, sans-serif;
	color: #808285;

	font-size: 15px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Montserrat,Verdana, Geneva sans-serif;
	font-weight:normal;
	clear: both;
}
h1 {
	color:#fff;
	margin:0.5em 0;
}
h2 {
	color:#fff;
	margin:0.5em 0;
	font-size:1.8em;
}
h3 {
	text-transform:uppercase;
}

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;
	background:#e6e7e8;
}

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

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

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

ul,
ol {
	margin: 0 0 1.5em 0;
	padding-left:16px;
}

ul {
	list-style: disc;
}
ul > li {
	margin-left:0;
	padding-left:0;
}

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. */
}

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

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

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}
.frm_style_formidable-style.with_frm_style label.frm_primary_label,
.frm_style_formidable-style.with_frm_style.frm_login_form label {
	color:#fff;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #be9625;
	text-decoration:none;
}

a:visited {
	color: #be9625;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

.main-navigation li {
	float: auto;
	position: relative;
	display:inline-block;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-family: Montserrat, Verdan, sans-serif;
	color:#555;
	text-transform:uppercase;
	font-size:1.0rem;
	margin:0 10px;
	padding-bottom:4px;
}
.main-navigation > div > ul > li > a {
	border-bottom:3px solid #fff;
}
.main-navigation > div > ul > li > a:hover,
.main-navigation > div > ul > li.current_page_item > a,
.main-navigation > div > ul > li.current-menu-item > a,
.main-navigation > div > ul > li.current_page_ancestor > a {
	border-bottom:3px solid #bcbec0;
}

.main-navigation ul ul {
	display:block;
	float: left;
	position: absolute;
	top: 28px;
	left: -999em;
	z-index: 99999;
	background:#d1d2d4;
	text-align:left;
	padding:5px 0;
}

.main-navigation ul ul a {
	width: 180px;
	color:#444;
	border-top:1px solid #fff;
	padding:5px 0;
}
.main-navigation ul ul li:first-child a {
	border-top:0px solid #fff;
}

.main-navigation ul ul li > a:hover,
.main-navigation ul ul li.current_page_item > a,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current_page_ancestor > a {
	color:#808285;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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




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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	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. */
}

/*--------------------------------------------------------------
# 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;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
border-width: 0px;
border-style: none;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
border-color: #CCC #CCC #BBB;
border-radius: 0px;
background: url('images/search.png') 0 0 no-repeat;
box-shadow: none;
color: #fff;
font-size: 0.75rem;
line-height: 1;
padding: 0;
text-shadow: none;
text-indent:-999px;
width:30px;
height:30px;
}
.widget_search .search-submit:hover {
	box-shadow: none;
	opacity:1;
}
.widget_search {
 	background: #be9625;
 	color:#fff;
 	padding:20px;
 }
.widget_search input[type="search"] {
	font-style:italic;
	border:2px solid #fff;
 	background: #be9625;
 	color:#fff;
 	border-radius:0;
 	width:70%;
}
.widget_search h2.widget-title {
	margin-top: 0;
	margin-bottom: 10px;
}
.widget_sp_image {
		background: #be9625;
}

.sfl-lid h2 {
	color:#808285;
}
.sfl-lid a.maak-kennis {
	display:block;
	text-align:right;
}

.widget .has-background a {
	color: white;
	text-decoration: none;
}

.widget .wp-block-group__inner-container {
	padding: 20px;
}

.widget .wp-block-group__inner-container  p {
	margin: 0;
}

.widget  .has-large-font-size {
    font-size: 44px;
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page-content {
	background: #3a4b74;
	color:#fff;
	padding:20px;
	padding-top:1px;
}
.archive .no-results .page-header {
	margin-bottom:0;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

.bypostauthor {
	display: block;
}

.comments-area {
	background: #3a4b74;
	color:#fff;
	padding:20px;
}
.form-allowed-tags {
	display:none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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%;
}

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

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

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
#page {
	max-width:1400px;
	background:#fff;
	margin:0 auto;
}
.innerwrap {
	padding:0 2.5%;
}
.site-header {
	position:relative;
}
.sfl-logo {
	position:absolute;
	 left:5%;
	 top:0;
	 max-width:24%;
	 background: #3a4b74;
	 display: block;
	 padding: 0 20px 10px 20px;
	 z-index: 10;
}

.sfl-logo img {
	width: 160px;
    margin: 130px auto 0 auto;
}

.sfl-logo h1 {
	font-weight: 600;
	margin: 20px 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;

}

.sfl-en {
	position:absolute;
	 right:5%;
	 top:0;
	 background: #3a4b74;
	 color:#fff !important;
	 display:inline-block;
	 padding:10px 20px;
	text-transform:uppercase;
	z-index: 100;
}
.sfl-en:hover {
	 background: #fff;
	 color:#3a4b74 !important;
}
.site-branding img {
	display:block;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);

}
.site-description {
	color: #3a4b74;
	display: block;
	height: 70px;
	padding-top: 20px;
	text-align: right;
	text-transform: uppercase;
}

.content-area {
	float: left;
	margin: 0 -34% 0 0;
	width: 100%;
}
.site-main {
	margin: 0 34% 0 0;
}
.site-content .widget-area {
	float: right;
	overflow: hidden;
	width: 32%;
}
.site-footer {
	clear: both;
	width: 100%;
	margin-top:20px;
}
.hentry {
	background: #3a4b74;
	color:#fff;
	padding:20px;
	text-align:left;
}
.hentry .entry-header,
.page-header .taxonomy-description,
.page-header .page-title {
	max-width:540px;
}
hr.headerline {
	width:120px;
   background-color: #fff;
   height: 3px;
   margin-top:20px;
   margin-bottom:20px;
   margin-left:0;
   margin-right:auto;
}
.hentry .entry-content {
	max-width:100%;
}
.widget_sp_image h2 {
	display:none;
}
.widget_sp_image a:hover {
	opacity:0.8;
}
.sfl-lid {
	background: #e7e7e8;
	padding:20px;
}
.sfl-lid .entry-content p:before,
.sfl-lid .entry-content p:after {
	content:"'";
}

.site-footer {
	background:#808285;
	color:#fff;
}
.site-footer .widget {
	float:left;
	width:32%;
	margin-right:2%;
	padding:20px;
}
.site-footer .widget .socmedia {
vertical-align:middle;
}
.site-footer .widget a {
	color:#fff;
	text-decoration:underline;
}
.site-footer .widget a:hover {
	color:#3a4b74;
	text-decoration:none;
}



/*--------------------------------------------------------------
# Archive (wat we hebben gedaan / nieuws)
--------------------------------------------------------------*/
.archive .page-header {
	background: #3a4b74;
	color:#fff;
	padding:20px;
	margin-bottom:20px;
}
.archive .article-listing {
	margin:0 -2%;
}
.archive article.hentry {
	margin:2%;
	width:46%;
	float:left;
	padding:0px;
}

.archive.post-type-archive-video article.hentry {
	margin:2%;
	width: 96%;
	float:none;
	padding:20px;
}

.archive article>a {
	display:block;
	text-decoration:none;
	color:#fff;
	padding:20px;
	min-height: 392px;
}
.archive article:hover {
	opacity:0.8;
}
.archive article:nth-of-type(3n+1) a {
	background:#be9625;
}
.archive article:nth-of-type(3n+2) a {
	background:#679372;
}
.archive article:nth-of-type(3n+3) a {
	background:#3a4b74;
}
.archive article .entry-meta {
	font-size:1em;
	text-transform:uppercase;
	margin:20px 0;
}
.archive article h2 {
	min-height:120px;
}

.archive.post-type-archive-video article h2 {
	min-height:auto;
}
.archive.category article h2 {
	min-height:160px;
}
.archive article .entry-content {
	min-height:80px;
	font-size:1em;
	text-transform:uppercase;
}



/*--------------------------------------------------------------
# Archive homepage
--------------------------------------------------------------*/

.home .article-listing {
	margin:0 -2%;
}
.home article.hentry {
	margin:2%;
	width:46%;
	float:left;
	padding:0px;
}
.home article>a {
	display:block;
	text-decoration:none;
	color:#fff;
	padding:20px;
	min-height: 392px;
}
.home article:hover {
	opacity:0.8;
}
.home article:nth-of-type(3n+1) a {
	background:#3a4b74;
}
.home article:nth-of-type(3n+2) a {
	background:#be9625;
}
.home article:nth-of-type(3n+3) a {
	background:#679372;
}
.home article .entry-meta {
	font-size:1em;
	text-transform:uppercase;
	margin:20px 0;
}
.home article h2 {
	min-height:120px;
}
.home article .entry-content {

	font-size:1em;
	text-transform:uppercase;
}


.home article.first-article.hentry {
	margin:2%;
	width:96%;
	float:left;
	padding:20px;
	margin-top:0;
	margin-bottom:20px;
}
.home article.first-article.hentry:hover {
	opacity:1;
}
.home article.first-article h2 {
	min-height:40px;
}
.home article.first-article .entry-content {
	min-height:80px;
	font-size:16px;
	text-transform:none;
}
.home article.first-article a {
	background:none;
	color: #be9625;
}
.home article.first-article a:hover {
	background:none;
	color: #679372;
}




/*--------------------------------------------------------------
# Archive Agenda
--------------------------------------------------------------*/

.archive.category-agenda article.hentry,
.archive.category-calender article.hentry {
	margin:0%;
	width:100%;
	float:left;
	padding:20px;
	margin-bottom:20px;
}
.archive.category-agenda article.hentry:hover,
.archive.category-calender article.hentry:hover {
	opacity:1;
}
.archive.category-agenda article:nth-of-type(3n+1),
.archive.category-calender article:nth-of-type(3n+1) {
	background:#3a4b74;
}
.archive.category-agenda article:nth-of-type(3n+2),
.archive.category-calender article:nth-of-type(3n+2) {
	background:#679372;
}

.archive.category-agenda article:nth-of-type(3n+2) a,
.archive.category-calender article:nth-of-type(3n+2) a {
	color:#000;
}

.archive.category-agenda article:nth-of-type(3n+3),
.archive.category-calender article:nth-of-type(3n+3) {
	background:#be9625;
}

.archive.category-agenda article:nth-of-type(3n+3) a,
.archive.category-calender article:nth-of-type(3n+3) a {
	color:#000;
}

.archive.category-agenda article h2,
.archive.category-calender article h2 {
	min-height:40px;
}
.archive.category-agenda article .entry-content,
.archive.category-calender article .entry-content {
	min-height:80px;
	/*font-size:.875em;*/
	text-transform:none;
}


/*--------------------------------------------------------------
# Archive blog
--------------------------------------------------------------*/
.archive.category-blog .site-main,
.archive.category-blog-en .site-main {
	margin:0;
}

.archive.category-blog article.hentry,
.archive.category-blog-en article.hentry {
	clear:both;
	margin:0 2% 0 0;
	width:66%;
	float:left;
	padding:20px;
	background:#808285;
	margin-bottom:20px;
	/*min-height: 500px;*/
}
.archive.category-blog article.hentry:hover,
.archive.category-blog-en article.hentry:hover {
	opacity:1;
}
.category-blog .auteur,
.category-blog-en .auteur,
.single .auteur
 {
	float:left;
	margin:0;
	width:32%;
	padding:20px;
	margin-bottom:20px;
	color:#fff;
}

.archive.category-blog article a,
.archive.category-blog-en article a {
	background:none;
	color:#000;
}
.archive.category-blog article a:hover,
.archive.category-blog-en article a:hover {
	background:none;
	color:#3a4b74;
}

.archive.category-blog .auteur:nth-of-type(3n+1),
.archive.category-blog-en .auteur:nth-of-type(3n+1) {
	background:#be9625;
}
.archive.category-blog .auteur:nth-of-type(3n+2),
.archive.category-blog-en .auteur:nth-of-type(3n+2) {
	background:#679372;
}
.archive.category-blog .auteur:nth-of-type(3n+3),
.archive.category-blog-en .auteur:nth-of-type(3n+3) {
	background:#3a4b74;
}
.single .auteur {
	background: #e7e7e8;
	margin-left: 24px;
}

.single .auteur h2 {
	color: #3a4b74;
}
.single .auteur hr.headerline {
	background-color: #3a4b74;
}


.single .auteur .entry-meta {
	display: none;
}

.category-blog .auteur .entry-meta,
.category-blog-en .auteur .entry-meta,
.single .auteur .entry-meta {
	font-size:1em;
	text-transform:uppercase;
	margin:20px 0;
}
.archive.category-blog article h2,
.archive.category-blog-en article h2 {
	min-height:40px;
}
.archive.category-blog article .entry-content,
.archive.category-blog-en article .entry-content {
	/*font-size:0.875em;*/
	text-transform:none;
}
.category-blog .site-main .posts-navigation,
.category-blog-en .site-main .posts-navigation {
	width:66%;
}


/*--------------------------------------------------------------
# Archive personen
--------------------------------------------------------------*/
.archive.post-type-archive-persoon .site-main,
.archive.tax-positie .site-main {
	margin:0;
}


.archive.post-type-archive-persoon article.hentry,
.archive.tax-positie article.hentry {
	margin:0 2% 4% 2%;
	width:29%;
	float:left;
	padding:0px;
}
.archive.post-type-archive-persoon article.hentry > a,
.archive.tax-positie article.hentry > a {
	padding-top:5px;
}
.archive.post-type-archive-persoon article.hentry h2,
.archive.tax-positie article.hentry h2 {
	min-height:56px;
	font-size:1.2em;
}
.archive.post-type-archive-persoon article:nth-of-type(1) a,
.archive.tax-positie article:nth-of-type(1) a {
	background:#679372;
}
.archive.post-type-archive-persoon article:nth-of-type(2) a,
.archive.tax-positie article:nth-of-type(2) a {
	background:#be9625;
}
.archive.post-type-archive-persoon article:nth-of-type(3) a,
.archive.tax-positie article:nth-of-type(3) a {
	background:#3a4b74;
}
.archive.post-type-archive-persoon article:nth-of-type(4) a,
.archive.tax-positie article:nth-of-type(4) a {
	background:#be9625;
}
.archive.post-type-archive-persoon article:nth-of-type(5) a,
.archive.tax-positie article:nth-of-type(5) a {
	background:#3a4b74;
}
.archive.post-type-archive-persoon article:nth-of-type(6) a,
.archive.tax-positie article:nth-of-type(6) a {
	background:#679372;
}
.archive.post-type-archive-persoon article:nth-of-type(7) a,
.archive.tax-positie article:nth-of-type(7) a {
	background:#3a4b74;
}
.archive.post-type-archive-persoon article:nth-of-type(8) a,
.archive.tax-positie article:nth-of-type(8) a {
	background:#679372;
}
.archive.post-type-archive-persoon article:nth-of-type(9) a,
.archive.tax-positie article:nth-of-type(9) a {
	background:#be9625;
}
.archive.post-type-archive-persoon article:nth-of-type(10) a,
.archive.tax-positie article:nth-of-type(10) a {
	background:#679372;
}
.archive.post-type-archive-persoon article:nth-of-type(11) a,
.archive.tax-positie article:nth-of-type(11) a {
	background:#be9625;
}
.archive.post-type-archive-persoon article:nth-of-type(12) a,
.archive.tax-positie article:nth-of-type(12) a {
	background:#3a4b74;
}
.archive.post-type-archive-persoon article:nth-of-type(13) a,
.archive.tax-positie article:nth-of-type(13) a {
	background:#be9625;
}
.archive.post-type-archive-persoon article:nth-of-type(14) a,
.archive.tax-positie article:nth-of-type(14) a {
	background:#3a4b74;
}
.archive.post-type-archive-persoon article:nth-of-type(15) a,
.archive.tax-positie article:nth-of-type(15) a {
	background:#679372;
}
.archive.post-type-archive-persoon article:nth-of-type(16) a,
.archive.tax-positie article:nth-of-type(16) a {
	background:#3a4b74;
}
.archive.post-type-archive-persoon article:nth-of-type(17) a,
.archive.tax-positie article:nth-of-type(17) a {
	background:#679372;
}
.archive.post-type-archive-persoon article:nth-of-type(18) a,
.archive.tax-positie article:nth-of-type(18) a {
	background:#be9625;
}


/*--------------------------------------------------------------
# Page template Thema's (wat we hebben gedaan / nieuws)
--------------------------------------------------------------*/
.thema-listing {
	margin:0 -2%;
}
.thema-listing a {
	margin:2%;
	width:46%;
	float:left;
	padding:0px;
	display:block;
	text-decoration:none;
	color:#fff;
	padding:20px;
}
.thema-listing a:hover {
	opacity:0.8;
}
.thema-listing a:nth-of-type(3n+1) {
	background:#be9625;
}
.thema-listing a:nth-of-type(3n+2) {
	background:#a7a9ac;
}
.thema-listing a:nth-of-type(3n+3) {
	background:#679372;
}
.thema-listing a:nth-of-type(3n+4) {
	background:#3a4b74;
}
.thema-listing a .entry-meta {
	font-size:1em;
	text-transform:uppercase;
	margin:20px 0;
}
.thema-listing a h2 {
	min-height:40px;
}
.thema-listing a .headerline {
	margin-bottom:160px;
}


/*--------------------------------------------------------------
# Single
--------------------------------------------------------------*/

.single article .entry-meta {
	font-size:1em;
	text-transform:uppercase;
	margin:20px 0;
}


/*--------------------------------------------------------------
# Single persoon
--------------------------------------------------------------*/

.single article .entry-meta {
	font-size:1.2em;
	text-transform:none;
	margin:20px 0;
	max-width:540px;
	font-style:italic;
}
.single article .entry-meta p:before {
	content:"\'";
}
.single article .entry-meta p:after {
	content:"\'";
}

.single article .entry-content {
	/*font-size:.875em;*/
}



/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	text-decoration: none;
	font-family: Montserrat, Verdana, sans-serif;
	color:#818285;
	text-transform:uppercase;
	font-size:1.0rem;
	margin:0;
	padding-bottom:4px;
	cursor:pointer;
}

	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
   	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;      /* TWEENER - IE 10 */
      display: -webkit-flex;     /* NEW - Chrome */
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}



@media screen and (max-width:1300px) {
.sfl-logo img {
	margin-top: 30px;
}


}

@media screen and (max-width:1024px) {
	.sfl-logo img {
		margin-top: 20px;
    	width: 110px;
	}
	.sfl-logo h1 {
		font-size: 20px;
	}

	.site-description {
	    color: #3a4b74;
	    display: block;
	    height: 25px;
	    padding-top: 9px;
	    text-align: right;
	    text-transform: uppercase;
	}

}




/*--------------------------------------------------------------
# Media queries smartphone 767
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {

.site-main {
	margin:0;
}
.site-content .widget-area {
	width:100%;
}
.archive.category-blog article.hentry {
	width:100%;
}
.archive.category-blog .auteur {
	width:100%;
}
.archive.category-blog .auteur img,
.sfl-lid img {

}
.archive.post-type-archive-persoon article.hentry,
.archive.tax-positie article.hentry,
.site-footer .widget {
	width:46%;
}

.sfl-logo {
    max-width: inherit;
}

.sfl-logo img {
    margin-top: 10px;
    width: 90px;
}

.site-description {
    color: #3a4b74;
    display: block;
    height: 50px;
    padding-top: 20px;
    text-align: right;
    font-size: 22px;
    text-transform: uppercase;
}


} /* end smartphone 767 */





/*--------------------------------------------------------------
# Media queries smartphone 600
--------------------------------------------------------------*/
@media screen and (min-width: 600px) {
.main-navigation.toggled ul {
   	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;      /* TWEENER - IE 10 */
      display: -webkit-flex;     /* NEW - Chrome */
		display: flex;
}
}

@media screen and (max-width: 600px) {
	.menu-toggle {
		display: block;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation.toggled li {
		display:block;
		width:100%;
	}
	.main-navigation.toggled a {
	display: block;
	background:#555;
	color:#fff;
	margin:0;
	text-align:left;
	padding-left:20px;
	padding-top:2px;
}

.main-navigation.toggled > div > ul > li > a:hover,
.main-navigation.toggled > div > ul > li.current_page_item > a,
.main-navigation.toggled > div > ul > li.current-menu-item > a,
.main-navigation.toggled > div > ul > li.current_page_ancestor > a {
	border-bottom:3px solid #fff;
	color: #3a4b74;
}

.main-navigation.toggled ul ul {
	display:block;
	float:none;
	position: relative;
	top: auto;
	left: auto;
	z-index: 99999;
	background:none;
	text-align:left;
	padding:0;
	width:100%;
	margin:0;
	border-bottom:3px solid #fff;
}

.main-navigation ul ul li {
	width:100%;
	border-top:0px solid #fff;
	padding:0 20px;
	background:#d1d2d4;
}

.main-navigation ul ul a {
	width:100%;
	color:#fff;
	border-top:1px solid #fff;
	font-size:.9rem;
}
.main-navigation ul ul li:first-child a {
	border-top:0px solid #fff;
}

.main-navigation ul ul li > a:hover,
.main-navigation ul ul li.current_page_item > a,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current_page_ancestor > a {
	color:#808285;
}

.sfl-logo {
    max-width: inherit;
}

.sfl-logo img {
    margin-top: 10px;
    width: 50px;
}
.sfl-logo h1 {
    font-size: 15px;
    margin: 5px 0 0 0;
}

.site-description {
    color: #3a4b74;
    display: block;
    height: auto;
    padding-top: 70px;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
}



} /* end smartphone 600 */




/*--------------------------------------------------------------
# Media queries smartphone 479
--------------------------------------------------------------*/
@media screen and (max-width: 479px) {

.home .article-listing,
.thema-listing,
.archive .article-listing {
	margin:0;
}
.home article.hentry,
.home article.first-article.hentry,
.thema-listing a,
.archive article.hentry {
	width:100%;
	margin-left:0;
	margin-right:0;
}
.archive.post-type-archive-persoon article.hentry,
.archive.tax-positie article.hentry,
.site-footer .widget {
	width:100%;
	margin-left:0;
	margin-right:0;
}

.sfl-logo img {
    margin-top: 10px;
    width: 50px;
}
.sfl-logo h1 {
    font-size: 15px;
    margin: 5px 0 0 0;
}

.site-description {
    color: #3a4b74;
    display: block;
    height: auto;
    padding-top: 70px;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
}

} /* end smartphone 479 */


/* fix 16-02-2016 */
.archive.category-agenda article.hentry a,
.archive.category-calender article.hentry a { background: none; }




.menu-toggle {
  position: relative;
  padding-left: 1.5em;
}
.menu-toggle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 1em;
  height: 0.15em;
  background: #48576C;
  box-shadow:
    0 0.25em 0 0 #48576C,
    0 0.5em 0 0 #48576C;
}



/*    Kennisbank    */

ul.kennisbank {
	list-style: none;
	padding-left: 0;
}
.kennisbank li {
	margin: 0;
	padding: 1em;
	border: 1px solid #ccc;
	margin-bottom: -1px;
	display: flex;
	gap: 20px;
}

.kennisbank .thumbnail img {
	width: 72px;
	max-width:inherit;
}

.kennisbank .content {

}

.kennisbank h2 {
	color: #000;
	margin:0;
	font-size: 1.4em;;
}

.kennisbank .entry-content {
	max-width: 100%;
}

.sidebar-kennisbank {
	background: #679372;
	padding: 20px;
	color: #fff;
}

.pub-date {
	font-size: 80%;
	color: #808285;
}

.facetwp-toggle {
	color: #000;
}
.facetwp-toggle:hover {
	color:#be9625;
}

span.terms {
	margin-right: 15px;
}

.subtitle {
	color:  black;
}

.paper-download, .paper-download:visited  {
	display: flex;
	background-color: rgba(255,255,255,0.5);
	padding:  10px;
	color:  black;
	align-items: center;
}

.paper-download:hover {
	background-color: rgba(255,255,255,0.7);
}

.paper-download span {
	margin-left: 2em;
}

.paper-cover {
	width: 200px;
}

.sidebar-papers h2 {
	color:  black;
}

.authors {
	list-style: none;
	margin: 0;
	padding: 0;
}

.authors li a {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}	
.authors img {

	width: 100px;
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
	margin-right: 15px;
	
}


/*   Video embed */

.video-container { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    } 

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