/*!
Theme Name: BNFTheme05
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bnftheme05
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

BNFTheme05 is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://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
--------------------------------------------------------------*/
/* 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.67em 0;
}

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

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

@font-face {
font-family: "Kontinent";
src: url("/wp-content/themes/bnftheme05/font/Kontinent-fmlzin.woff") format("woff"),

}


/* 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: #000;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 30px;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	font-size: 24px;
	line-height: 32px;
	color: #e83363;
	hyphens: auto!important;
}


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: #f4f4fe;
	/* Fallback for when there is no custom background color defined. */
}

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

ul, ol {
	
}

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

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}


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

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

.main-navigation ul ul {
	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 li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	margin-top: 37px;
	position: relative;
}

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

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

@media screen and (min-width: 992px) {
	.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%;
}

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

.clear{
	clear:both;
}

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

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

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



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

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


/*--------------------------------------------------------------
## ruimtes
--------------------------------------------------------------*/
.mt8{
	margin-top: 8px
}


.mt10{
	margin-top: 10px
}
.mt15{
	margin-top: 15px
}
.mt20{
	margin-top: 20px
}
.mt25{
	margin-top: 25px
}
.mt30{
	margin-top: 30px
}
.mt35{
	margin-top: 35px
}
.mt40{
	margin-top: 40px
}
.mt45{
	margin-top: 45px
}
.mt50{
	margin-top: 50px
}
.mt55{
	margin-top: 55px
}
.mt60{
	margin-top: 60px
}
.mt65{
	margin-top: 65px
}
.mt70{
	margin-top: 70px
}
.mt75{
	margin-top: 75px
}
.mt80{
	margin-top: 80px
}
.mt85{
	margin-top: 85px
}	
.mt90{
	margin-top: 90px
}
.mt95{
	margin-top: 95px
}
.mt100{
	margin-top: 100px
}
.mt105{
	margin-top: 105px
}	
.mt110{
	margin-top: 110px
}
.mt115{
	margin-top: 115px
}
.mt120{
	margin-top: 120px
}
.mt125{
	margin-top: 125px
}
.mt130{
	margin-top: 130px
}
.mt135{
	margin-top: 135px
}
.mt140{
	margin-top: 140px
}
.mt145{
	margin-top: 145px
}
.mt150{
	margin-top: 150px
}
.mt155{
	margin-top: 155px
}
.mt160{
	margin-top: 160px
}
.mt165{
	margin-top: 165px
}
.mt170{
	margin-top: 170px
}
.mt175{
	margin-top: 175px
}
.mt180{
	margin-top: 180px
}
.mt185{
	margin-top: 185px
}	
.mt190{
	margin-top: 190px
}
.mt195{
	margin-top: 195px
}
.mt200{
	margin-top: 200px
}


.mb10{
	margin-bottom: 10px
}
.mb15{
	margin-bottom: 15px
}
.mb20{
	margin-bottom: 20px
}
.mb25{
	margin-bottom: 25px
}
.mb30{
	margin-bottom: 30px
}
.mb35{
	margin-bottom: 35px
}
.mb40{
	margin-bottom: 40px
}
.mb45{
	margin-bottom: 45px
}
.mb50{
	margin-bottom: 50px
}
.mb55{
	margin-bottom: 55px
}
.mb60{
	margin-bottom: 60px
}
.mb65{
	margin-bottom: 65px
}
.mb70{
	margin-bottom: 70px
}
.mb75{
	margin-bottom: 75px
}
.mb80{
	margin-bottom: 80px
}
.mb85{
	margin-bottom: 85px
}	
.mb90{
	margin-bottom: 90px
}
.mb95{
	margin-bottom: 95px
}
.mb100{
	margin-bottom: 100px
}
.mb105{
	margin-bottom: 105px
}	
.mb110{
	margin-bottom: 110px
}
.mb115{
	margin-bottom: 115px
}
.mb120{
	margin-bottom: 120px
}
.mb125{
	margin-bottom: 125px
}
.mb130{
	margin-bottom: 130px
}
.mb135{
	margin-bottom: 135px
}
.mb140{
	margin-bottom: 140px
}
.mb145{
	margin-bottom: 145px
}
.mb150{
	margin-bottom: 150px
}
.mb155{
	margin-bottom: 155px
}
.mb160{
	margin-bottom: 160px
}
.mb165{
	margin-bottom: 165px
}
.mb170{
	margin-bottom: 170px
}
.mb175{
	margin-bottom: 175px
}
.mb180{
	margin-bottom: 180px
}
.mb185{
	margin-bottom: 185px
}	
.mb190{
	margin-bottom: 190px
}
.mb195{
	margin-bottom: 195px
}
.mb200{
	margin-bottom: 200px
}



/*--------------------------------------------------------------
## Aanvullingen door BrandNewFresh.com
--------------------------------------------------------------*/
html {
	scroll-behavior: smooth;
}
.clicker, .clickerNew {
	cursor: pointer;
}
button:focus {
	outline: 0;
}
.siteColofonBG {}
.site-info {
	text-align: center;
	font-size: 9px;
	padding-top: 10px;
	margin-bottom: 10px;
	color: #ccc;
}
.site-info a {
	color: #ccc;
}
.siteFooterBG .widget-title {
	font-size: 18px;
	font-weight: 700;
}
.xStylerTop img{
	height: 30px!important;
	width:auto!important;

}
/* begin NAV rechts naast logo toevoeging */

/* slide menu from left */

.hamburgerWrap {
	padding-top:15px;
}
.hamburgerWrap .xStylerTop {
	float: right;
}
.hamburgerWrap a:hover {
	color: #e83363!important;
	text-decoration: none;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgba(13, 43, 82, 0.95);
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	z-index: 999;
}
.sidenav a {
	padding: 8px 8px 8px 0px;
	text-decoration: none;
	font-size: 20px; /*aangepast*/
	color: #fff;
	display: block;
	transition: 0.3s;
}
.sidenav a:hover {
	color: #f1f1f1;
}
.closerWrapMobMenu {
	margin-top: 50px;
	margin-bottom: 50px;
}
.sidenav .closebtn {
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	font-size: 32px;
	line-height: 45px;
	border-radius: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
/* homepgae instellingen */

.homePageBG h2, .tentoonPageBG h2, .activiteitenPageBG1 h2, .cobraThuisPageBG h2, .ToDoPageBG h2 {
	color: rgb(13, 43, 82);
	font-weight: 500;
	font-size: 22px; /*aangepast*/
}
.lineBlock {
	background-color: #0d2b52;
	text-align: center;
	font-size: 29px;/*aangepast*/
	font-weight: 500;
	border:1px solid #0d2b52;
}


.lineBlockWit {
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 29px;/*aangepast*/
	font-weight: 500;
	border:1px solid #000
}
.lineBlock:hover {
	background-color: #ed3d66;
	color:#fff;
	border:1px solid #ed3d66
}
.lineBlock:hover a {
	color: #000;
	text-decoration: none;
}
.lineBlockWit:hover{
	background-color: #fff;
}

.lineBlockWit:hover a {
	color: #000;
	text-decoration: none;
}
.standComBlock {
	background-color: #fff;
}
.standComBlock:hover {
	opacity: 0.85;
}
.standComBlock h2 {
	padding: 9px 13px;
	font-weight: 500;
	height: 60px;
	line-height: 24px;
}
.standComBlock h2 a {
	color: #000;
}
.standComBlock h2 a:hover {
	text-decoration: none;
}
.standComBlock h3 {
	padding: 13px;
	font-weight: 500;
	height: 42px;
	margin-bottom: 0px;
	line-height: 20px;
	color: #000;
}
.Zwart {
	background-color: #000;
	color: #fff;
}
.Zwart a {
	color: #fff!important;
}
.Zwart h3{
	color: #fff;
}

.Grijs {
	background-color: #c6c6c6;
}
.Grijs h3 {
	color: #000;
}
/* eind homepgae instellingen */

/* begin footer instellingen */

.siteFooterBG h3 {
	font-size: 18px;/*aangepast*/
	font-weight: 500;
}
.siteFooterBG h4 {
	font-size: 18px;/*aangepast*/
	font-weight: 400;
}
.siteFooterBG a {
	color: #000;
}
.ticketBlok {
	margin-top: 40px;
	background-color: #000;
	font-size: 14px;/*aangepast*/
	color: #fff!important;
	font-weight: 500;
}
.ticketBlok:hover {
	background-color: #fff;
	text-decoration: none;
	color: #000!important;
}
.nieuwsBriefWrap {
	margin-bottom: 40px;
}
.nieuwsBriefWrap {
	clear: both;
}
.NieuwsBriefEmail {
	border: 1px solid #000;
	background-color: #fff;
	text-align: center;
	padding: 10px 20px;
	width: 65%;
	margin-right: 5%;
	float: left;
	font-weight: 300;
}
.NieuwsBriefSubmit {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 16.5px 20px;
	float: left;
	font-size: 16px!important;/*aangepast*/
	line-height: 15px;
}
.NieuwsBriefSubmit:hover {
	background-color: #fff;
	color: #000
}
.nieuwsBriefWrap::after {
	content: "";
	clear: both;
	display: block;
}
.volgOnsTekst {
	margin-right: 30px;
	float: left;
}
.volgOnsSocials img{
	margin-left: 5px;
	height: 20px!important;
	width: auto!important;
	line-height: 5px;
}
.volgOnsSocials img, .volgOnsSocials img {
	margin-right: 10px;
}
.volgOnsSocials .fab:hover {
	color: #fff;
}
.footerMenuTekst {
	float: left;
	font-size: 16px;
	line-height: 25px;
}
.footerMenuPijl {
	padding-top: 40px;
	float: right;
	font-size: 80px;
	transform: rotate(-90deg);
}
.footerLogo {
	display: inline-block;
	/*width: calc(16.7% - 7px);*/
	width: calc(14.25% - 7px);
	text-align: center;
}
.footerFirstCol {
	font-size: 16px;
	line-height: 25px;
}
.gdprRequired {
	padding: 0;
	margin-top: 10px;
}
.gdprRequired .checkbox {
	float: left;
	margin-right: 10px;
}
.concentText {
	max-width: 300px;
	font-size: 10px;
	line-height: 14px!important;
}
#mce-EMAIL {
	padding: 10px;
	float: left;
}
#mc-embedded-subscribe {
	background-color: #000;
	border-radius: 0px;
	color: #fff;
	font-size: 26px;
	border-width: 0;
}
/* eind footer instellingen */

/* Vervolg Pagina's */

.vervolgPage .entry-title, .postStyle .entry-title {
	font-size: 26px; /*aangepast*/
	font-weight: 500;
	margin-bottom: 20px;
}
.vervolgPage h2 {
	font-size: 22px; /*aangepast*/
	font-weight: 500;
	margin-top: 55px;
	margin-bottom: 30px;
	line-height: 36px;
}
.vervolgPage h3 {
	font-size: 22px; /*aangepast*/
	font-weight: 500!important;
	margin-top: 30px;
	margin-bottom: 36px;
}
.vervolgPage h2 span {
	font-weight: 400!important;
	/* hier stond een fontgrootte van 20px die heb ik weggehaald op 18feb2021 omdat het op de /basisonderwijspagina niet goed stond*/
	line-height: 30px;
}
.vervolgPage h2:first-child {
	margin-top: 0px;
}
.vervolgPage button {
	background-color: #000;
	font-size: 15px;
	color: #fff!important;
	font-weight: 500;
}
.vervolgPage button:hover {
	background-color: #fff;
	text-decoration: none;
	color: #000!important;
}
.vervolgPage button a {
	color: #fff;
	text-decoration: none!important
}
.vervolgPage button:hover a {
	color: #000;
}
.vervolgPage a, .entry-contentPosts a {
	color: #000;
	text-decoration: underline;
}
.groteText {
	font-size: 19px;/*aangepast*/
	line-height: 30px;
}
.entry-contentVervolg {
	margin-top: 20px;
}
.entry-contentVervolg h4 {
	font-weight: 400;
}
.linkBlokjesOverzImg {
	height: 250px;
	background-size: cover;
	background-position: center center;
	margin-bottom: 20px;
}
.linkBlokjesOverzPag a {
	margin-top: 10px;
	margin-bottom: 50px;
	font-size: 26px;/*aangepast*/
	font-weight: 500;
	text-decoration: none;
}
.linkBlokjesOverzPag {
	padding-bottom: 40px;
}
.OnderTitelKop {
	margin-top: 50px;
	margin-bottom: 50px;
	line-height: 40px;
	width: 100%;
	text-align: center;
	font-size: 24px;/*aangepast*/
}
.OnderTitelKopLinks{
	text-align: left;
	margin-top: 10px;
	margin-bottom: 30px;
}


.OnderTitelKop p, blockquote p, .entry-content p {
	hyphens: auto!important;
}
.OnderTitelKop p {
	margin: 0;
}
.LogoInText {
	margin-top: 50px;
	width: 360px;
	margin-left: auto;
	margin-right: auto;
}
.LogoInText img {
	float: left;
	margin-right: 25px;
	margin-left: 25px;
	width: 120px;
	height: auto;
	margin-bottom: 20px;
}

.entry-contentEvent a{
	color: #000;
	text-decoration: underline;
}
/* eind Vervolg Pagina's */

/* post Pagina's */

.entry-contentPosts h6 {
	font-size: 18px;/*aangepast*/
	font-weight: 400;
	color: rgb(255, 6, 19);
	line-height: 34px;
}
.entry-contentPosts h6 a {
	color: rgb(255, 6, 19);
	text-decoration: underline;
}
.entry-contentPosts figcaption, .wp-caption .wp-caption-text {
	text-align: left;
	font-size: 14px;
	line-height: 16px;
}
.entry-contentPosts .activOmschrijf {
	font-size: 22px;/*aangepast*/
	color: rgb(255, 6, 19);
	line-height: 38px;
}
.entry-contentPosts .activOmschrijf span {
	font-weight: 500;
}
.entry-contentPosts .activOmschrijf a {
	color: rgb(255, 6, 19);
	font-weight: 500;
}
.entry-contentPosts .activOmschrijf a:hover {
	text-decoration: none;
}
/* eind Pagina's */

.ThirdPostNotShownTen .displayYes {
	display: block
}
.ThirdPostNotShownTen .displayNot {
	display: none
}
.activityShower .displayNot {
	display: none
}


.noDisplayerQ {
	display: none!important;
}
.magazineLiner {
	text-align: left;
}
.magazineLiner i {
	margin-top: 20px;
	font-size: 14px;
}
.magazineLiner img{
	height: 360px;
}
.magazineLink{
	text-align: center;
}
.pageTopFotoNew img {
	width: 100%!important;
	margin-bottom: 20px;
}
.CovidWarning {
	background-color: #fff;
	padding: 20px 15px;
	letter-spacing: -0.4px;
	font-weight: 600;
}
.balkNieuwsGroen {
	background-color: #f4f4f4;
	padding-bottom: 40px;
	color: #000;
}
.balkNieuwsGroen .standComBlock {
	margin-bottom: 30px;
}
.balkRoodThuis {
	background-color: #f4f4f4;
	font-size: 16px;/*aangepast*/
}
.balkBlauwThuis {
	background-color: #f4f4f4;
	font-size: 16px;/*aangepast*/
}

#flags_language_selector {
	float: right;
	text-transform: uppercase;
	padding-top: 30px;
}

 #flags_language_selectorMob  {
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 10px;
	
}

#flags_language_selector a, #flags_language_selectorMob a {
	color: #fff;
}
#flags_language_selector span, .#flags_language_selectorMob span {
	margin-left: 10px
}

#flags_language_selectorMob .langSwitchElement{
	font-size: 16px!important;/*aangepast*/
	margin-left: 10px;
}


.magazineKop{
	font-size: 16px;/*aangepast*/
	font-weight: 600;
}

.faqIntroStyling p{
	color: #e83363;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    font-size: 24px;/*aangepast*/
}

.kunstenaarWrap{
	margin-bottom: 30px;
}

.kunstenaarWrap img{
	margin-bottom: 10px;
}

.kunstenaarWrap a{
	text-decoration: none;
	font-size: 17px;/*aangepast*/
}

.socBlokShare {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}

.socBlokShare a {
	font-size: 20px;
	margin-left: 3px;
	margin-right: 3px;
}

.socBlokShare .fa-x-twitter {
	color: #000;
}

.socBlokShare .fa-facebook-square {
	color: #3b5998
}

.socBlokShare .fa-whatsapp {
	color: #25D366
}

.socBlokShare .fa-link{
	color: #333;
}

.socBlokShare .fa-twitter-square:hover,
.socBlokShare .fa-facebook-square:hover,
.socBlokShare .fa-whatsapp:hover,
.socBlokShare .fa-link:hover{
	opacity: 0.4;
	}

.artistWrapFooter{	
background-color: rgb(230, 0, 120);
}

.artistTextWrapFooter{	
	max-width: 1320px;margin-left: auto;margin-right: auto;
	text-align: center;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;

}
.artistHeader{
	text-align: center;
	color: #fff;
	font-weight: 500;
	padding-top: 30px;
}

#masthead{
	background-color: #0d2b52;
	color: #fff;
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
	#Mobiel-menu li {
		width: 100%;
		padding: 5px 10px;
		border-top: 1px solid #fff;
	}
	#Mobiel-menu li:first-child {
		border-top: 0px solid #fff;
	}
	#Mobiel-menu li:last-child {
		border-bottom: 0px solid #fff;
	}
	#Mobiel-menu ul li:first-child {
		border-top: 1px solid #fff;
	}
	#Mobiel-menu li a {
		color: #fff;
		width: 90%;
		display: inline-block;
	}
	#Mobiel-menu li:hover {
		width: 100%;
		padding: 5px 10px;
	}
	#Mobiel-menu li:hover a {
		color: #fff;
	}
	.main-navigationMob ul {
		display: block;
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	.main-navigationMob ul ul {
		display: none
	}
	.plusStyler {
		color: #fff;
		font-size: 25px;
		padding: 8px 8px 8px 0px;
		width: 10%;
		text-align: right;
		display: inline-block;
	}
	.main-navigationMob .menu-item-has-children li a::after {
		content: '';
	}
	.activeMenuMob {
		display: block!important;
	}
	.main-navigationMob ul {
		width: 100%;
		list-style: none;
		margin-left: 0px;
	}
	.standComBlock h2 {
		font-size: 18px;/*aangepast*/
	}
	.standComBlock h3 {
		font-size: 16px;/*aangepast*/
		line-height: 15px;
	}
	.CovidWarning {
		font-size: 16px;/*aangepast*/
		line-height: 26px;
	}
	.lineBlock a {
		color: #000;
	}
		.lineBlockWit a {
		color: #000;
	}
	
	.ticketBlok {
		padding: 10px 10px;
		font-size: 15px;
	}
	.footerLogo {
		padding: 0 3px;
	}
	.hamburgerWrap a {
		color: #000;
		font-size: 14px;
	}
	#mc-embedded-subscribe {
		margin-left: 10px;
	}
	.carousel-inner {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.footerLogo img {
		max-height: 40px!important;
	}

		.balkCyaanToDoButton, .balkRoodToDoButton, .balkBlauwToDoButton{
		background-color: transparent;
		text-align: center;
	}
	.balkCyaanToDoButton a, .balkRoodToDoButton a, .balkBlauwToDoButton a{
		color: #fff;
	}
		.balkCyaanToDoButton a:hover, .balkRoodToDoButton a:hover, .balkBlauwToDoButton a:hover{
		color: #000;
		text-decoration: none;
	}
	.lineBlockWit{
		margin-top: 50px;
	}
	.site-branding a{
		color: #000;
		font-size: 23px;
		font-weight: 700;
		line-height: 16px;
		
	}
	
	.site-branding:hover a{
		color: #e83363;
		text-decoration: none;
	}
	.lineBlock {
		padding: 10px;
	}
}
/* Extra Small Devices, Phones */

@media only screen and (min-width: 576px) {
	#Mobiel-menu ul {
		margin-left: 0px;
	}
	.standComBlock h2 {
		font-size: 18px;/*aangepast*/
	}
	.standComBlock h3 {
		font-size: 16px;/*aangepast*/
	}
	.CovidWarning {
		font-size: 17px;/*aangepast*/
		line-height: 30px;
	}
	.CovidWarning {
		font-size: 23px;
		line-height: 36px;
	}
	.hamburgerWrap a {
		font-size: 16px;
	}
	.ticketBlok {
		padding: 10px 30px;
		font-size: 16px;
	}
}
/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
	.standComBlock h2 {
		font-size: 16px;/*aangepast*/
	}
	.standComBlock h3 {
		font-size: 16px;/*aangepast*/
	}
	.CovidWarning {
		font-size: 16px;/*aangepast*/
		line-height: 26px;
	}
	.ticketBlok {
		padding: 10px 20px;
	}
	.footerLogo {
		padding: 0 20px;
	}
	.hamburgerWrap a {
		font-size: 16px;/*aangepast*/
	}
	#mc-embedded-subscribe {
		margin-left: 0px;
	}
	.carousel-inner {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.footerLogo img {
		max-height: 60px!important;
	}

	.extraText1{
		height: 220px;
	}
	.extraText2Kol{
		height: 200px;
	}
}
/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
	.site-branding img {
		margin-top: 80px;
		width: auto;
		height: 60px;
		margin-bottom: 60px;
	}
	.xStylerTop {
		display: none
	}

	#DeskTop-menu {
		margin-top: 40px;
		display: block;
		width: 100%;
		text-align: right;

	}
	#DeskTop-menu li {
		margin-left: 30px;
		display: inline-block;
	}
	#DeskTop-menu li a {
		color: #fff;
		font-weight: 500;
		font-size: 18px;
		padding-bottom: 30px;
	}
	#DeskTop-menu li:hover {}
	#DeskTop-menu li a:hover {
		color: #e83363;
	}
	#DeskTop-menu ul li a:hover {
		color: #fff;
	}
	#DeskTop-menu ul li {
		width: 240px!important;
		left: calc(50% - 130px);
		right: 50%;
		background-color: #fff;
		padding: 10px;
	}
	#DeskTop-menu ul li:hover a {
		color: #000;
		font-weight: 500;
	}


	#DeskTop-menu ul li a {
		color: #000;
		font-weight: 400;
	}
	/* top menu */
	.menu-top-menu-container, .menu-top-menu-uk-container {
		margin-top: 6px;
		text-align: right
	}
	.menu-top-menu-container li, .menu-top-menu-uk-container li {
		display: inline-block;
		padding: 10px;
		margin-left: 30px
	}
	.menu-top-menu-container li a, .menu-top-menu-uk-container li a {
		color: #fff;
		font-weight: 500;
	}
	.menu-top-menu-container li a:hover, .menu-top-menu-uk-container li a:hover {
		text-decoration: none;
	}
	.entry-contentVervolg, .entry-contentPosts {
		column-count: 2;
		column-gap: 40px;
	}

		.lineBlockWit a {
		color: #000;
	}
	.lineBlock {
		padding: 20px;
	}
	#mc-embedded-subscribe {
		margin-left: 10px;
	}
	.spaceDeskTop1 {
		height: 60px;
	}
	.spaceDeskTop2 {
		height: 360px;
	}
	.spaceDeskTop3 {
		height: 100px;
	}
	
	.spaceDeskTop4 {
		height: 260px;
	}	
	
	.spaceDeskTop80{
		height: 80px
	}
	.spaceDeskTop90{
		height: 90px
	}
		
	.spaceDeskTop95{
		height: 95px
	}	
	.spaceDeskTop100{
		height: 100px
	}		
	.spaceDeskTop150{
		height: 150px
	}		
	.spaceDeskTop175{
		height: 175px
	}
	.spaceDeskTop200{
		height: 200px
	}
	.spaceDeskTop210{
		height: 210px
	}	
	.spaceDeskTop220{
		height: 220px
	}	
	.spaceDeskTop230{
		height: 230px
	}	
	.spaceDeskTop250{
		height: 250px
	}		
	.spaceDeskTop275{
		height: 275px
	}	
	.spaceDeskTop300{
		height: 300px
	}	
	.spaceDeskTop325{
		height: 325px
	}	
	.spaceDeskTop350{
		height: 350px
	}
	.spaceDeskTop375{
		height: 375px
	}
	.spaceDeskTop400{
		height: 400px!important;
	}
	.spaceDeskTop500{
		height: 500px
	}
		.spaceDeskTop700{
		height: 700px
	}
	.carousel-inner {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.balkCyaanToDoButton, .balkRoodToDoButton, .balkBlauwToDoButton{
			background-color: #fff;
    text-align: center;
    font-size: 29px;/*aangepast*/
    font-weight: 500;
    padding: 20px;	
	}
	
	
		.balkCyaanToDoButton a, .balkRoodToDoButton a, .balkBlauwToDoButton a{
		color: #000;
	}
	.balkCyaanToDoButton:hover, .balkRoodToDoButton:hover, .balkBlauwToDoButton:hover{
		background-color: #000;
	}
	.balkCyaanToDoButton:hover a, .balkRoodToDoButton:hover a, .balkBlauwToDoButton:hover a{
		color: #fff;
	}
		.standComBlock h2 {
		font-size: 16px;/*aangepast*/
	}
		.CovidWarning {
		font-size: 14px;
		letter-spacing: -0.5px;
	}
		.lineBlockWit{
		margin-top: 130px;
	}
	.site-branding a{
	font-size: 50px;
}
	
#DeskTop-menu ul li{
	margin: 0px;
	padding:0px;
	text-align: center;
	margin-left: -40px;
}

.extraText1{
	height: 230px;
}
.extraText2Kol{
	height: 160px;
}

.tentoonPostTextWrap h2{
	height: 64px;
}
}
/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
	#DeskTop-menu ul li {
		width: 240px!important;
		left: calc(50% - 123px);
		right: 50%;
		background-color: #fff;
		padding: 10px;
	}


	#mc-embedded-subscribe {
		margin-left: 10px;
	}
	.vervolgPage button {
		padding: 10px 100px;
	}
	.standComBlock h2{
		font-size: 19px;/*aangepast*/
	}
		.standComBlock h3 {
		font-size: 16px;
	}
	.spaceDeskTopExtra{
		height: 120px;
	}
	.CovidWarning {
		font-size: 20px;
		line-height: 30px;
	}
	#DeskTop-menu li {
	margin-left: 60px;
}
.tentoonPostTextWrap h2{
	height: 64px;
}
.extraText2Kol{
	height: 160px;
}
}
@media only screen and (min-width: 1400px) {

}
@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 16px;
	}
}
/*==========  Kleurvlakken styling  ==========*/

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
	.pageTopFoto {
		height: 300px;
		margin-top: 20px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		margin-bottom: 30px;
	}
	.siteFooterBG {
		margin-top: 80px;
		background-color: #ed3d66;
		padding-top: 50px;
		padding-bottom: 50px;
		z-index: 999;
	}
}
/* Extra Small Devices, Phones */

@media only screen and (min-width: 576px) {
	.pageTopFoto {
		height: 400px;
		background-size: cover
	}
}
/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
	.pageTopFoto {
		height: 580px;
		background-size: cover
	}
	.artistTextWrapFooter{
		column-count: 2;
	}
	.shortPost{
		height:150px;
	}
	.newsHomeBlockTextWrap h2{
		height: 88px;
	}
}
/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
	.pageTopFoto {
		height: 890px;
		margin-top: 20px;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 2660px auto;
	}
	
	.tentoonPageBG, .activiteitenPageBG, .cobraThuisPageBG{
		background-color: #f4f4f4;
	} 
/*
	.tentoonPageBG {
		background-image: url(/wp-content/themes/bnftheme05/img/Cobra-Museum-Tentoonstellingen-ag.svg);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: auto 2350px;
		padding-top: 20px;
		padding-bottom: 100px;
	}
	.activiteitenPageBG {
		background-image: url(/wp-content/themes/bnftheme05/img/agbalkenActiviteiten.svg);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: auto 1450px;
		padding-top: 20px;
		padding-bottom: 100px;
	}*/
	.cobraThuisPageBG {
		/*	background-image: url(/wp-content/themes/bnftheme05/img/agbalkenCobraThuis.svg);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: auto 2250px; */
		padding-top: 20px;
		padding-bottom: 100px;
	}
	.standComBlockImgDT {
		height: 200px;
		background-size: cover;
		background-position: center center;
	}

	.standComBlock {
		margin-bottom: 50px;
	}
	.balkCyaanToDoButton, .balkRoodToDoButton, .balkBlauwToDoButton{
		background-color: rgb(13, 43, 82);
	}	
	
	.balkCyaanToDoButton:hover, .balkRoodToDoButton:hover, .balkBlauwToDoButton:hover{
		background-color: #ed3d66;
	}	
	
	.balkCyaanToDoButton a, .balkRoodToDoButton a, .balkBlauwToDoButton a{
		color: #fff;
	}	
	
		.artistTextWrapFooter{
		column-count: 4;
	}
	.persSpacer{
		margin-bottom: 200px;
	}	
	.shortPost{
		height:160px;
	}
	.nieuwsHomeWrap .clicker:nth-child(4){
		display: none;
	}

}
/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
	.standComBlockImgDT {
		height: 250px;
		background-size: cover;
		background-position: center center;
	}
	.standComBlock {
		margin-bottom: 0px;
	}
	.langSwitchElement{
		padding:0 3px;
	}
	.shortPost{
		height:130px;
	}
	.persSpacer{
		margin-bottom: 200px;
	}
}
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}
/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
	.balkGroen {
		background-color: rgb(0, 150, 0);
		padding-top: 10px;
		padding-bottom: 30px;
	}
	.balkCyaan {
		background-color: rgb(0, 160, 215);
		padding-top: 10px;
		padding-bottom: 30px;
	}
	.balkCyaanToDo {
		background-color: rgb(0, 160, 215);
		margin-top: 30px;
		margin-bottom: 30px;
		font-size: 16px;/*aangepast*/
	}
	.balkBlauw {
		background-color: rgb(46, 52, 175);
		padding-top: 10px;
		padding-bottom: 30px;
	}
		.balkBlauwToDo {
		background-color: rgb(46, 52, 175);
		margin-top: 30px;
		margin-bottom: 30px;
		font-size: 16px;/*aangepast*/
	}
	.balkGeel {
		background-color: #ed3d66;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.balkRoze {
		background-color: rgb(230, 0, 120);
		margin-top: 30px;
		margin-bottom: 30px;
		font-size: 16px;/*aangepast*/
	}
	.balkRoze2 {
		background-color: rgb(230, 0, 120);
		font-size: 16px;/*aangepast*/
		padding-bottom: 50px;
	}
	.balkRood {
		background-color: rgb(255, 6, 19);
		margin-top: 30px;
		margin-bottom: 30px;
		font-size: 16px;/*aangepast*/
	}
	
	
	.balkRood2 {
		background-color: rgb(255, 6, 19);
		font-size: 16px;/*aangepast*/
	}
	.standComBlockImgDT {
		height: 220px;
		background-size: cover;
		background-position: center center;
	}
	.standComBlock {
		margin-top: 30px
	}
	.ThirdPostNotShown .clicker:nth-child(3) {
		display: none!important
	}
	.footerFirstCol {
		margin-bottom: 60px;
	}
	.site-branding img {
		margin-top: 20px;
		max-height: 80px;
		width: auto;
	}
		.lineBlockWit a{
		font-size: 16px;
	}
	#masthead{
		padding-bottom: 20px;
	}
}
/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {
	.standComBlockImgDT {
		height: 350px;
	}
	.ThirdPostNotShown .clicker:nth-child(3) {
		display: block!important
	}

}
/* Extra Small Devices, Phones */

@media only screen and (max-width: 576px) {
	.standComBlockImgDT {
		height: 320px;
	}
}
/* Custom, iPhone Retina */

@media only screen and (max-width: 400px) {
	.standComBlockImgDT {
		height: 220px;
	}
}
/*Aanvulling voor ribbels in de vakkjes op mobiel*/

/* Extra Small Devices, Phones */

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

	.balkGroen, .balkCyaan, .balkBlauw, .balkRood2, .balkRoze2, .balkGeel, .balkCyaanToDo {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.tentoonPostIMGGroot, .newsHomeBlock{
		 margin-bottom: 30px;
	 }
	 .tentoonHomeTopOpsom .tentoonPostWrap:nth-child(4){
		 display: none;
	 }
	 .verwachtWrap .tentoonPostWrap:nth-child(3){
		  display: none;
	  }
}
@media only screen and (max-width :768px) {
	 .tentoonHomeTopOpsom .tentoonPostWrap:nth-child(4){
	 display: block;
 }
 .verwachtWrap .tentoonPostWrap:nth-child(3){
	   display: block;
   }
}
@media only screen and (max-width :552px) {

}
.video-container {
	position: relative;
	padding-bottom: 58.75%;
	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%;
}
/* test */

.tentoonPageBG2 h2 {
	color: #000;
	font-weight: 500;
}
.balkRoodTen,.balkRoodToDo {
	background-color: #f4f4f4;;
	font-size: 16px;/*aangepast*/
}
.balkCyaanTen, .balkCyaanToDo {
	background-color: #f4f4f4;;
	/*padding-top: 10px;
		padding-bottom: 30px;*/
}
.balkBlauwToDo{
		background-color: #f4f4f4;;
}

.balkRozeTen {
	background-color: #f4f4f4;
	font-size: 16px;/*aangepast*/
	/*padding-bottom: 50px;*/
}
.balkGroenAct {
		background-color: #f4f4f4;;
}

.balkRoodAct{
	background-color: #f4f4f4;;
	font-size: 16px;/*aangepast*/
}


.plusStyler{
	font-size: 15px;
}




.langSwitchElement{
	color: #e83363
}
.wpml-ls-item .langSwitchElement{
	color: #fff!important;
}






.wpcf7 {
	width: 100% !important;
}
.wpcf7-form 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"], select, textarea {
	width: 100% !important;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
	border: 1px solid #cccccc;
	border-radius: 0px;
	margin-bottom: 10px;
}
.wpcf7-form input[type="submit"] {
	background-color: #e50078;
	color: #fff;
	border-radius: 0px;
	font-size: 18px;
	border: 0;
	width: 100% !important;
	padding:15px;
}
.wpcf7 .wpcf7-form textarea {
	max-height: 100px;
}

/* nieuwe onderwijs pagina's*/
.onderwijsTopWrap{
	font-weight: 600;
}

.onderwijsTopImg{
	width:100%;
	height: 250px;
	background-position: center center;
	background-size: cover;
}

.onderwijsPage h2{
	font-weight: 400;
}

.onderwijsPage .entry-title a{
	text-decoration: none!important;
}


	.homePageBG {
	color: #fff;
}
.homePageBG, .homePageBG h2{
	color: #0d2b52;!important;

}

.lineBlock:hover a{
	color: #fff;
}



.koopButtonMenu a{
	color: #000!important;
}

.newHeader{
	font-family: "Kontinent";
	font-size: 65px!important;
}

.standComBlock h2{
	font-family: 'Work Sans', sans-serif;
	font-size: 18px!important;
}

.newsWrapSelect .displayYes:first-child{
	background-color: #0d2b52;

}
.newsWrapSelect .displayYes:first-child .standComBlock{
	background-color: transparent;
}

.newsWrapSelect .displayYes:first-child .standComBlock h2 a{
 color: #fff!important;
}

.newsWrapSelect .displayYes:first-child .standComBlock h3{
 color: #fff!important;
}

.motiveBG{
	background-image: url('/wp-content/themes/bnftheme05/img/patroonv2.svg');
	padding-top: 78px;
	padding-bottom: 38px;
	background-size: 25% auto;
}

.verwachtWrap .verwachtBG:nth-child(odd){
background-color: #0d2b52;
}

.verwachtWrap .verwachtBG:nth-child(odd) .standComBlock{
	background-color: transparent;
}

.verwachtWrap .verwachtBG:nth-child(odd) .standComBlock h2 a{
 color: #fff!important;
}
.verwachtWrap .verwachtBG:nth-child(odd) .standComBlock h3{
 color: #fff!important;
}

.lineBlock a {
	color: #fff;
}

.koopButtonMenu{
	background-color: #fff;
	padding:5px 10px!important;
	font-weight: 300;
}

.koopButPijl{
	height: 10px!important;
	width:auto!important;
}

.koopButtonMenu a{
	padding-bottom: 0px!important;
}

#DeskTop-menu ul li a{
	padding-bottom: 1px
}
#DeskTop-menu ul li{
padding:5px 10px;
}
#DeskTop-menu ul li:hover{
	padding:5px 10px;
	background-color: #ed3d66;
}

#DeskTop-menu ul li:hover a{
	color: #fff;
}
	.warningBlock a{
	color: #fff;
}

.warningBlock p{
	font-size: 20px;
	margin-bottom: 10px;
}

.koopTicketUp{
	color: #fff!important;
	padding: 5px 10px;
	background-color: #000000;
	font-size: 20px;
	position: absolute;
	bottom:25px;
	left:25px;
}
.koopTicketUp:hover{
	opacity: 0.7;
	text-decoration: none;
}

.koopTicketUp i{
	font-size: 20px;
}
.koopTicketUp img{
	height:10px;
	width: auto;
}

.closerX{
	position: absolute;
	top:10px;
	right:10px;
}

.closerX img{
	width:25px;
	height:auto;
}

.tentoonPostIMGGroot{
	width: 100%;
	aspect-ratio: 4/3;
	background-position: center center;
	background-size: cover;
}

.tentoonPostTop h3, .tentoonPost h3{
	font-size: 13px;
	font-weight: 300;
}

.tentoonPostTop h2 a{
	font-size: 26px;
	color: #000;	
}

.tentoonPost h2 a{
	font-size: 26px;
}

.tentoonPostTop h2 a:hover{
	text-decoration: none;
}
.leesMeerBut{
	text-align: center;
	background-color: #0d2b52;
	padding:10px 20px;
}

.leesMeerBut a{
	color: #fff;
	font-size: 19px;
}
.leesMeerBut a:hover{
	text-decoration: none;
}

.leesMeerBut span, .pijlStyler span, .menu-item-8428 span{
	font-family: "Kontinent";
}
.butWit{
	background-color: #fff;
}

.butWit a{
	color: #0d2b52!important;
}

.extraText,.extraText1{
	font-weight: 300;
}

.tentoonPostIMG, .newsHomeBlockIMG{
	width: 100%;
	aspect-ratio: 1/1;
	background-position: center center;
	background-size: cover;
}
.tentoonPost, .newsHomeBlockTextWrap{
	background-color: #0d2b52;
	padding:20px 20px;
	color:#fff
}

.tentoonPost a, .newsHomeBlockTextWrap a{
	color:#fff
}

.tentoonPost a:hover, .newsHomeBlockTextWrap a:hover{
	text-decoration: none;
}





.extraText2{
	font-weight: 300;
	line-height: 21px;
}

.bezoekText h2{
	font-size: 26px;
}

.bezoekText p{
	margin-bottom: 10px;
}

.bgcolorBlue{
	background-color: #0d2b52;
	color: #fff;
	font-weight: 300;
}
.bgcolorWhite{
	background-color: #fff;
color: #0d2b52;
font-weight: 300;	

}

.bgcolorBlue h2 a{
	color: #fff;	
}
.bgcolorWhite h2 a{
	color: #0d2b52;	
}

.AgendaBlock{
	padding:20px;
}
.AgendaBlock h2{
	font-size: 26px;
	margin-bottom: 0px;
}
.AgendaBlock p{
	margin-bottom: 0px;

}

.pijlBlockRechts{
	margin-top: 20px;
}

.pijlBlockRechts p, .pijlBlockRechts2 p{
	line-height: 16px;
	display: inline-block;
	float: right;
	margin-right: 15px;
}

.pijlBlockRechts span, .agendaPijler{
	float: right;
	font-family: "Kontinent";
	font-size: 70px;
}
.agendaPijler{
	margin-top: 20px;
}
.liveCobra{
	font-family: "Kontinent";
	color:#fff;
	font-size: 20px;
}
.liveCobra span{
	color: #f28c00;
	font-size: 20px!important;
	float:none!important;
}

.agendaPuntWrap{
	font-weight: 300;
	padding: 20px;
	float: right;
}
.agendaPuntWrap h2 a{
	color: #fff;	
}
.agendaPuntWrap h2{
	font-size: 26px;
	margin-bottom: 0px;
}

.agendaRechtsWrap2{
	text-align: right;
	float: right;
	line-height:21px;
	margin-right: 15px;
}

.agendaPuntWrap p{
	margin-bottom: 0px;
}

.agendaPuntWrap:nth-child(odd) {
	background-color: #0d2b52;
	color: #fff;
}
.agendaPuntWrap:nth-child(even) {
	color: #0d2b52;
	background-color: #ffffff;
}

.agendaPuntWrap:nth-child(even) h2 a{
	color: #0d2b52;	
}

.agendaPuntWrap:nth-child(even) .liveCobra{
	color: #0d2b52;	
}
p{
	hyphens: auto!important;
}


.menu-item-8428:hover{
	background-color: #e83363;
}
.menu-item-8428:hover a{
	color: #fff!important;
}

#page{
	background-color: #f4f4f4;
}

.standComBlock{
	background-color: #0d2b52!important;
}

.standComBlock h2 a, .standComBlock h2, .standComBlock h3{
	color: #fff;
}

h1{
	color: rgb(0,0,0)
}

.sub-menu .current-menu-item:hover a{
	color: #fff!important;
}

.clear{
	clear:both;
}