/*!
Theme Name: C1CSa
Theme URI: https://catalysisconnected.nl
Author: Haicu webdesign
Author URI: https://haicu.nl/
Description: A tailormade theme for MCEC Research Center
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: haicu20
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

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: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 1.5em 0 .5em 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-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,
optgroup,
textarea {
	color: #404040;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	font-weight:300;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Bree','Open Sans', Arial, sans-serif;
	clear: both;
	font-weight:300;
	line-height: 1.1;
	margin-bottom:0;
}
h1 {
	font-size:42px;
	font-weight:700;
	line-height: 1.0;
}
h2 {
	color:#7b3683;
	margin-bottom:6px;
}
h3 {
	color:#22bade;
}
h3 > a,
h3 > a:visited {
	color:#7b3684;
	font-weight:500;
}
h3 > a:hover {
	color:#22bade;
	font-weight:500;
}
.entry-content p:first-child,
h1 + p,
h2 + p,
h3 + p,
h4 + p {
	margin-top: 0;
}
.site-header {
	margin-bottom:0;
}
p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
	font-style:italic;
	font-size:1.4em;
}

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 http://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: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

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%;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

a:visited {
	color: #22bade;
}

a:hover, a:focus, a:active {
	color: #413d72;
}

a:focus {
	outline: thin dotted;
}

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

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

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

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -9999px;
	right:auto;
	z-index: 99999;
	text-align:left;
	padding-top:4px;
	padding-bottom:3px;
	background:#fff;
}
.main-navigation ul ul li {
	width:100%;
	padding:0 10px 0px 10px;
	font-size:.8em;
	text-transform:uppercase;
	min-width:180px;
	background-color:#fff;
}
.main-navigation ul ul li:first-child {
	padding-top:10px;
}
.main-navigation ul .no-min-width ul li {
	min-width:0px;
}
.main-navigation ul ul a {
	border-top:1px solid #b3b3b2;
	padding:4px 0;
	display:block;
	width:100%;
	font-weight:600;
}

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

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

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

.menu-toggle {
		display: none;
}

.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%;
}

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

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

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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


/*--------------------------------------------------------------
## Layout 
--------------------------------------------------------------*/
body.modal-open {
	overflow:hidden;
}


/*--------------------------------------------------------------
## Header 
--------------------------------------------------------------*/
.site-header {
	position:fixed;
	width:100%;
	z-index:999;
/*	background:rgba(255,255,255,0.8);  # MODIFY original 20260702 
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2); */	
	background:rgba(255,255,255,0);
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0);
}

.site-header .innerwrap {
	max-width:1200px;
	margin:0 auto;
	padding:14px 35px;
	position:relative;
}
.site-header .site-branding {
	width:260px;
	float:left;
}
.site-header .site-branding h1 {
	margin:0;
	padding:0;
}
.site-header .site-branding a {
	display:block;
	height:56px;
	width:auto;
	background:url('images/klok-links.png') 0 0 no-repeat;
    background-size:contain;	
}
.site-header .main-navigation {
	width:calc(100% - 260px);
	float:right;
	clear:none;
}

/*--------------------------------------------------------------
## Main-navigation
--------------------------------------------------------------*/
.main-navigation {
	padding:23px 0 12px 0;
}
.main-navigation ul {
	text-align:right;
}
.main-navigation > div > ul > li {
	display:inline-block;
	float:none;
}
.main-navigation > div > ul > li:hover {
	background-color:#fff;
}

.main-navigation > div > ul > li > a {
    display: inline-block;
    line-height:20px;
    padding-left:10px;
    padding-right:10px;
    text-transform:uppercase;
    color:#282828;
    font-size:0.8em;
    font-weight:500;
}
.main-navigation > div > ul > li > a:hover,
.main-navigation > div > ul > li.current-menu-item > a  {
    color:#22bade;
}

.main-navigation ul ul li a {
	color:#282828;
}
.main-navigation ul ul li a:hover {
	color:#22bade;
}


/*--------------------------------------------------------------
## Body
--------------------------------------------------------------*/

.site-content {

}
/* original 20260702 change this paragraph 
.site-content .banner {
	position:relative;
    background-position: 50% 50%; # --Original-- 20260702
    background-position: center top;
	background-size: cover;
    background-repeat: no-repeat;
    height: 530px;
    border-bottom:30px solid #8dd1e6;
}
original 20260702 change this paragraph to below */

.site-content .banner {
    position: relative;
    width: 100%;
    aspect-ratio: 2.3 / 1;
    overflow: hidden;
    border-bottom: 30px solid #8dd1e6;
}
.site-content .banner img {
    width: 100%;
    height: 100%;
    display: block;
}


.content-area 	{
	max-width:1200px;
	margin:0 auto;
	padding:0 35px;
}
.entry-content {
	max-width:700px;
	}


.content-area .entry-columns {
	margin:0 -35px 30px -35px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
    flex-wrap:wrap;
    align-items: stretch;
}
.content-area .entry-columns.col3 .col {
    -webkit-flex:1 1 33.33%;
    -ms-flex:1 1 33.33%;
    flex: 1 1 33.33%;
    padding:0 35px;
    min-width:300px;
}
.content-area .entry-columns .col h2 {
    color:#8a288f;
    margin-bottom:-.4em;
}
.content-area .entry-columns .col h2+p {
    margin-top:.8em;
}

.content-area .text-sections {
	margin:0 -35px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
    flex-wrap:wrap;
    align-items: stretch;
}
.content-area .text-sections .text-section {
    -webkit-flex:1 1 33.33%;
    -ms-flex:1 1 33.33%;
    flex: 1 1 33.33%;
    padding:0 35px;
    min-width:300px;
}
.content-area .text-sections .text-section.text {
    -webkit-flex:1 1 66.66%;
    -ms-flex:1 1 66.66%;
    flex: 1 1 66.66%;
}
.content-area .text-sections .text-section.title h2 {
    color:#8a288f;
    margin-top:0;
    margin-bottom:14px;
}
.content-area .text-sections .text-section.title > img {
    margin-top:0px;
    margin-bottom:30px;
}
.content-area .text-sections .text-section.text p:first-child {
	margin-top:7px;
}



.newswrap .entry-columns {
	max-width:1200px;
	margin:0 auto;
	padding:25px 15px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
    flex-wrap:wrap;
    align-items: stretch;
}
.newswrap .entry-columns .col {
    -webkit-flex:1 1 33.33%;
    -ms-flex:1 1 33.33%;
    flex: 1 1 33.33%;
    padding:20px 20px;
    min-width:300px;
    text-align: left;
}
.newswrap h2 {
	margin-top:0;
}
.newswrap a {
	display:block;
	text-decoration:none;
	color:#404040;
}
.newswrap .entry-columns .col a:hover,
.newswrap .entry-columns .col a:hover h2 {
	color: #7b3683;
}
.newswrap .entry-columns .col a:hover img {
	opacity:0.9;
}


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

.site-footer .footer-widgets {
	background:#575756;
}
.site-footer .footer-widgets .innerwrap {
	max-width:1200px;
	margin:0 auto;
	padding:10px 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
    flex-wrap:wrap;
    align-items: stretch; 
}
.site-footer .footer-widgets .widget {
    -webkit-flex:1 1 25%;
    -ms-flex:1 1 25%;
    flex: 1 1 25%;
    padding:35px;
    color:#fff;
    font-size: .9em;
    line-height: 1.4;
}
.site-footer .footer-widgets .widget h3 {
	color:#fff;
	font-size:1.4em;
	margin-bottom:10px;
}
.site-footer .footer-widgets .widget ul {
	margin:0;
	padding:0;
	list-style: none;
}
.site-footer .footer-widgets .widget ul li {
	margin:0;
	padding:0;
}
.site-footer .footer-widgets .widget a {
	color:#fff;
	text-decoration: none;
}
.site-footer .footer-widgets .widget a:hover {
	text-decoration:underline;
}
.site-footer .footer-widgets .widget .post-date {
	display:block;
}



.site-footer .site-info {
	color:#fff;
    background:#000;
}
.site-footer .site-info .innerwrap {
	max-width:1200px;
	margin:0 auto;
	padding:10px 35px;
}
.site-footer .site-info .copyright {
	float:left;
}
.site-footer .site-info .social_media {
	float:right;
}
.site-footer .site-info .social_media img {
	width:24px;
}


#AanmelderCSS {
    background-color: #ffffff !important;

}

/*--------------------------------------------------------------
# Page template programme
--------------------------------------------------------------*/

.programme {
	margin-bottom:60px;
}

.programme .col-wrap {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
    flex-wrap:wrap;
    align-items: stretch;
}
.programme .col-wrap .col {
    -webkit-flex:1 1 33.33%;
    -ms-flex:1 1 33.33%;
    flex: 1 1 33.33%;
    padding:20px;
}
.programme .col-wrap .col.col1 {
    padding:5px 0;
}
.programme .col-wrap .col.col1 .innerwrap {
    padding:20px;
    background-color:#ececec;
}
.programme .col-wrap .col.col2 {
    -webkit-flex:0 0 120px;
    -ms-flex:0 0 120px;
    flex: 0 0 120px;
    padding:0 20px;
    background:url('images/klok-rechts.png') center center no-repeat;
}
.programme .col-wrap .col.col1 h3 {
    color:#7b3683;
    font-weight:500;
    margin:0;
}
.programme .col-wrap:nth-of-type(2n) .col.col1 {
		order:3;
}
.programme .col-wrap:nth-of-type(2n) .col.col2 {
		order:2;
    background:url('images/klok-links.png') center center no-repeat;
}

.page-template-page-programme h2 {
	color:#9d9c9c;
	margin-bottom:30px;
	text-align:center;
	text-transform:uppercase;
}


/*--------------------------------------------------------------
# Page template Speakers
--------------------------------------------------------------*/

.speakerlist {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
    flex-wrap:wrap;
    align-items: stretch;
    margin-top:20px;
}
.speaker {
    -webkit-flex:1 1 50%;
    -ms-flex:1 1 50%;
    flex: 1 1 50%;
    padding:0;
    min-width:400px;
    margin-bottom:30px;
    display:flex;
    flex-wrap:wrap;
    align-items: center;
}
.speakerlist.opening .speaker {
    align-items: flex-start;
		flex: 1 1 100%;
}
.speaker .col1 {
    -webkit-flex:1 1 50%;
    -ms-flex:1 1 50%;
    flex: 1 1 30%;
}
.speaker .col1 img {
		border-radius:150px;
}
.speaker .col1 a:hover img {
		opacity:0.8;
}
.speaker .col2 {
    -webkit-flex:1 1 50%;
    -ms-flex:1 1 50%;
    flex: 1 1 70%;
}
.speaker .col2 .entry-content {
	padding:0 20px;
		font-size:16px;
		line-height:20px;
}
.speaker .col2 h2 {
	margin:0;
	font-weight:500;
	color:#404040;
	font-size:16px;
}

.single .speaker {
	max-width:700px;
	margin-top:60px;}
	
.single	.speaker .col2 .entry-content {
	font-size:18px;
	line-height:24px;
}
.single .speaker .col2 h2 {
	margin:0;
	font-weight:500;
	color:#404040;
	font-size:20px;
}

/*--------------------------------------------------------------
Sections
--------------------------------------------------------------*/

.canvaswrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 35px;
}

.section-speakers {
	background-color:#413d72;
	color:#fff;
}
.section-speakers .canvaswrap {
	padding-top:0;
	padding-bottom:0px;
}
.section-speakers .canvaswrap h2 {
	font-size:24px;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding-top:30px;
	margin-top:0;
	margin-bottom:-30px;
}
.section-speakers .section-speakerslist {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
    flex-wrap:wrap;
    align-items: stretch;
    justify-content:center;
}
.section-speaker {
    -webkit-flex:1 1 20%;
    -ms-flex:1 1 20%;
    flex: 1 1 20%;
    padding:0;
    margin:0 0 30px 0;
    flex-wrap:wrap;
    align-items: center;
    max-width:320px;
}
.section-speaker.hidden {
	visibility:hidden;
	height:0;
	margin:0;
	padding:0;
}
.section-speaker .innerwrap {
	padding:50px;
	text-align:center;
}
.section-speaker h3 {
	color:#fff;
	text-align:center;
	font-weight:500;
}
.section-speaker img {
	border-radius:150px;
}
.section-speaker img:hover {
	opacity:0.8;
}

.section-twoimages .flexboxwrap {
	margin:0 -20px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
    flex-wrap:wrap;
    align-items: stretch;
}
.section-twoimages .image-one,
.section-twoimages .image-two,
.section-twoimages .image-three {
    -webkit-flex:1 1 33%;
    -ms-flex:1 1 33%;
    flex: 1 1 33%;
    padding:0 20px;
}




.section-aside .canvaswrap {
	padding:0px 35px;
}
.home .section-aside .canvaswrap {
	padding:60px 35px;
}

.section-aside .flexboxwrap {
	margin:0 -35px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
    flex-wrap:wrap;
    align-items: stretch;
}
.section-aside .flexboxwrap .main-text {
    -webkit-flex:1 1 70%;
    -ms-flex:1 1 70%;
    flex: 1 1 70%;
    padding:0 35px;
    max-width:735px;
}
.section-aside .flexboxwrap .main-text h1 {
		margin-top:0 !important;
}
.section-aside .flexboxwrap .aside-right {
    -webkit-flex:1 1 30%;
    -ms-flex:1 1 30%;
    flex: 1 1 30%;
    padding:0 35px;
}
.section-aside .flexboxwrap .aside-right {
    color:#7b3683;
}

.section-aside .flexboxwrap .aside-right ul {
   list-style:none;
   padding:0;
   margin:0;
   max-width:260px;
} 
.section-aside .flexboxwrap .aside-right ul li {
   list-style:none;
   padding:6px 0;
   margin:0;
   border-bottom:1px solid #413d72;
}   
.section-aside .flexboxwrap .aside-right ul li a {
   color:#413d72;
   font-size:20px;
	font-family: 'Bree','Open Sans', Arial, sans-serif;
} 
.section-aside .flexboxwrap .aside-right ul li a:hover {
   color:#22bade;
}  



.section-programme {
	background-color:#8dd1e6;
}
.section-programme .canvaswrap {
	padding-top:10px;
	padding-bottom:60px;
}
.section-programme h2 {
	color:#fff;
	text-align:center;
}
.section-programme .flexboxwrap {
	margin:0 -20px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
    flex-wrap:wrap;
    align-items: stretch;
}
.section-programme .programme-item {
    -webkit-flex:1 1 25%;
    -ms-flex:1 1 25%;
    flex: 1 1 25%;
    padding:0 20px;
    text-align:center;
}
.section-programme .programme-item h3 {
    color:#6d2f73;
    font-weight:500;
    margin-bottom:10px;
}
.section-programme .programme-item img:hover {
    opacity:0.8;
}



.home .section-aside.extra .canvaswrap {
	padding:0px 35px;
}
.attention-box-container ul {
	background-color:#8dd1e6;
	border-radius:20px;
	padding:5px 15px;
	list-style:none;
	width:260px;
	margin:0 auto;
}
.attention-box-container ul li {
	border-top:1px solid #fff;
	padding:8px 0;
	color:#404040;
	font-weight:500;
	line-height:1.0em;
}
.attention-box-container ul li:first-child {
	border-top:0;
	text-transform:uppercase;
	font-size:1em;
}
.attention-box-container ul li a {
	text-decoration:none;
	color:#404040;
	font-weight:500;
	font-size:0.9em;
	letter-spacing:1px;
}
.attention-box-container ul li a:hover,
.attention-box-container ul li.current-menu-item > a {
    color: #7b3683;
}



 
/*--------------------------------------------------------------
# Archive changed -> see news page template
--------------------------------------------------------------*/

.archive .column-wrap {
	margin:0 -20px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
    flex-wrap:wrap;
    align-items: stretch;
}
.archive .column-wrap .hentry {
    -webkit-flex:1 1 33.33%;
    -ms-flex:1 1 33.33%;
    flex: 1 1 33.33%;
    padding:0 20px;
    min-width:300px;
}
.archive .column-wrap .hentry a {
	display:block;
	text-decoration:none;
	color:#404040;
}
.archive .column-wrap .hentry a:hover,
.archive .column-wrap .hentry a:hover h2 {
	color: #7b3683;
}
.archive .column-wrap .hentry a:hover img {
	opacity:0.9;
}
.archive .column-wrap .hentry h2 {
    color:#404040;
    line-height:1.2em;
    margin-top:10px;
    margin-bottom:-10px;
}
.archive .column-wrap .hentry .entry-content {
    margin-top:0;
}
.wp-pagenavi {
    clear: both;
    margin:30px 0px 30px 0px;
}

.wp-pagenavi a, 
.wp-pagenavi span {
    display:inline-block;
    text-decoration: none;
    border: 0;
    text-align:center;
    margin: 6px;
    min-width:40px;
    line-height:30px;
    background:#f0f2f1;
    font-weight:normal;
    font-size:18px;
}
.wp-pagenavi a:hover {
    border:0;
	background:#3a393a;
	color:#fff !important;
}

.wp-pagenavi span.current {
    background:#3a393a;
    border: 0px;
	color:#fff;
}

.wp-pagenavi span.current {
    font-weight: normal;
}

/*--------------------------------------------------------------
# Page template news overview (replacing archive
--------------------------------------------------------------*/

.page-template-page-news .column-wrap {
	margin:0 -20px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
    flex-wrap:wrap;
    align-items: stretch;
}
.page-template-page-news .column-wrap .hentry {
    -webkit-flex:1 1 29%;
    -ms-flex:1 1 29%;
    flex: 1 1 29%;
    padding:0;
    margin:0 20px 20px 20px;
    min-width:300px;
    border:1px solid #ccc;
}
.page-template-page-news .column-wrap .hentry a {
	display:block;
	text-decoration:none;
	color:#404040;
}
.page-template-page-news .column-wrap .hentry a:hover,
.page-template-page-news .column-wrap .hentry a:hover h2 {
	color: #7b3683;
}
.page-template-page-news .column-wrap .hentry a:hover img {
	opacity:0.9;
}
.page-template-page-news .column-wrap .hentry h2 {
    color:#404040;
    line-height:1.2em;
    margin-top:10px;
    margin-bottom:-10px;
	 padding:0 10px;
}
.page-template-page-news .column-wrap .hentry .entry-content {
    margin-top:0;
    padding:0 10px;
}
.page-template-page-news .column-wrap .hentry.filler {
    border:0;
}
.responsive-tabs-wrapper {
	 margin-top:20px;
}
.responsive-tabs-wrapper .column-wrap .hentry {
	border:0;
	border-bottom:1px solid #ccc;
}
.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel {
    border:0;
    padding:0;
    border-top:1px solid #fff;
}
.responsive-tabs-wrapper h1.entry-title {
	 margin-top:20px;
}
.responsive-tabs-wrapper .column-wrap .hentry h2 {
	 padding:0;
}
.responsive-tabs-wrapper .column-wrap .hentry .entry-content {
    padding:0;
}
.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item {
	color: #7b3683;
	text-transform:uppercase;
}
.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item:hover  {
	color: #7b3683;
}
.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item--active, 
.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item--active:hover {
	border-color:#fff;
	color: #8a288f;
}
.responsive-tabs-wrapper .responsive-tabs ul.responsive-tabs__list {
    margin-left:-10px;
}
@media (max-width: 767px) {
	.responsive-tabs-wrapper .column-wrap .hentry.filler {
    display:none;
	}
	.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel {
    	border-bottom:1px solid #ccc;
	}
}




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

.single h1 {
	font-size:4em;
	line-height:1.1em;
	margin:0.5em 0;
}

.single .column-wrap {
	margin:0 -20px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-flex: 1;
   -ms-flex: 1;
    flex: 1;
    flex-wrap:wrap;
    align-items: stretch;
}
.single .column-wrap .entry-images {
    -webkit-flex:1 1 33.33%;
    -ms-flex:1 1 33.33%;
    flex: 1 1 33.33%;
    padding:0 20px;
    min-width:200px;
    margin-bottom:30px;
}
.single .column-wrap .entry-content {
    -webkit-flex:2 1 66.66%;
    -ms-flex:2 1 66.66%;
    flex: 2 1 66.66%;
    padding:0 20px;
    margin-top:0;
}
.single .column-wrap .entry-content p:first-child {
	margin-top:0;
}
.single .entry-meta {
	font-style:italic;
	font-size: 1.1em;
}
.single .entry-images img {
	display:inline-block;
	margin-bottom:10px;
}



/*--------------------------------------------------------------
# Media query 1024
--------------------------------------------------------------*/

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

.menu-toggle {
	display:block;
	position:absolute;
	top: 36px;
	right:35px;
	font-weight:bold;
	cursor: pointer;
}
.menu-toggle:after {
	display:inline-block;
	content:'\00a0';
	width:20px;
	margin-left:6px;
	background:url('images/menu_black.png') right 4px no-repeat;
	background-size: contain;
}
.show .menu-toggle:after {
	display:inline-block;
	content:'\00a0';
	width:20px;
	margin-left:6px;
	background:url('images/close_black.png') right 4px no-repeat;
	background-size: contain;
}
.site-header .main-navigation {
	width:calc(100% + 70px);
	padding:0;
	margin:0 -35px;
}
.main-navigation > div > ul {
	width:100%;
	height:0;
	text-align:center;
	overflow:hidden;
	transition:height 400ms;
	background-color:#fff;
}
.main-navigation.show > div > ul {
	height:100vh;
	overflow:auto; 
	padding-bottom: 120px;
}
.main-navigation > div > ul > li {
	display:block;
	padding:10px 0;
}
.main-navigation > div > ul > li:first-child {
	margin-top:35px;
}
.main-navigation > div > ul > li a {
	display:block;
	padding-left:0;
	font-size:1em;
}
.main-navigation ul ul {
	box-shadow: none;
	float: none;
	position: relative;
	top:auto;
	left:auto;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	background:#fff;
}
.main-navigation ul ul li {
	display:block;
	float:none;
	text-align:center;

}
.main-navigation ul ul li a {
	width:100%;
		border-top:0;
}
.site-footer .footer-widgets .widget {
    -webkit-flex:1 1 50%;
    -ms-flex:1 1 50%;
    flex: 1 1 50%;
}
.site-footer .footer-widgets .widget {
    padding:20px 35px 20px 35px;
}

.topicswrap .entry-columns .col {
    -webkit-flex:1 1 33.33%;
    -ms-flex:1 1 33.33%;
    flex: 1 1 33.33%;
}
.archive .column-wrap .hentry {
    -webkit-flex:1 1 50%;
    -ms-flex:1 1 50%;
    flex: 1 1 50%;
}


.menu-featured-menu-container ul {
		position:absolute;
		bottom:-90px;
		right:5vw;
	background-color:#fff;
	border-radius:20px;
	border:1px solid #c6c6c6;
	padding:5px 15px;
	list-style:none;
	min-width:260px;
}

.section-speaker {
    -webkit-flex:1 1 50%;
    -ms-flex:1 1 50%;
    flex: 1 1 50%;
    padding:0;
    margin:0 0 30px 0;
    flex-wrap:wrap;
    align-items: center;
    min-width:280px;
}

} /* end media query */




/*--------------------------------------------------------------
# Media query 600
--------------------------------------------------------------*/

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

html #wpadminbar {
	position:fixed;
}

.site-header .innerwrap {
	max-width:1200px;
	margin:0 auto;
	padding:10px 20px;
	position:relative;
}
.site-header .site-branding a {
    height: 40px;
}
.menu-toggle {
    top: 20px;
    right: 20px;
}
.site-header .main-navigation {
	width:calc(100% + 40px);
	padding:0;
	margin:0 -20px;
}
.site-content {
    padding-top: 60px;
}

.content-area 	{
	padding:0 20px;
}

.content-area .entry-columns {
	margin:0 -20px;
}
.content-area .entry-columns .col {
    -webkit-flex:1 1 100%;
    -ms-flex:1 1 100%;
    flex: 1 1 100%;
    padding:0 20px;
}

.content-area .text-sections {
	margin:0 -20px;
}
.content-area .text-sections .text-section {
    padding:0 20px;
}

.site-footer .footer-widgets .widget {
    -webkit-flex:1 1 100%;
    -ms-flex:1 1 100%;
    flex: 1 1 100%;
}

.site-footer .footer-widgets .widget {
    padding:20px;
}

.site-footer .site-info .innerwrap {
	padding:10px 20px;
}
.archive .column-wrap {
	margin:0 -20px;
}
.archive .column-wrap .hentry {
    -webkit-flex:1 1 100%;
    -ms-flex:1 1 100%;
    flex: 1 1 100%;
    padding:0 20px;
}

.programme .col-wrap .col.col1 {
		order:2;
}
.programme .col-wrap .col.col2 {
		order:1;
    background:url('images/klok-links.png') center center no-repeat;
}
.programme .col-wrap .col.col3 {
		display:none;
}
.page-template-page-programme h2 {
	text-align:left;
}

.canvaswrap,
.section-aside .canvaswrap,
.home .section-aside.extra .canvaswrap {
    padding: 0 20px;
}
.section-aside .flexboxwrap {
	margin:0 -20px;
}
.section-aside .flexboxwrap .main-text,
.section-aside .flexboxwrap .aside-right {
	padding:0 20px;
}


} /* end media query */


/*--------------------------------------------------------------
# Media query 560
--------------------------------------------------------------*/

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

.menu-toggle span {
    display:none;
}


} /* end media query */
