 @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/386d86");
@import url("//hello.myfonts.net/count/386d97");

  
@font-face {font-family: 'Boston-Bold';src: url('fonts/386D86_0_0.eot');src: url('fonts/386D86_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/386D86_0_0.woff2') format('woff2'),url('fonts/386D86_0_0.woff') format('woff'),url('fonts/386D86_0_0.ttf') format('truetype');font-display: swap;}
 
  
@font-face {font-family: 'Boston-Regular';src: url('fonts/386D86_1_0.eot');src: url('fonts/386D86_1_0.eot?#iefix') format('embedded-opentype'),url('fonts/386D86_1_0.woff2') format('woff2'),url('fonts/386D86_1_0.woff') format('woff'),url('fonts/386D86_1_0.ttf') format('truetype');font-display: swap;}

@font-face {font-family: 'Boston-SemiBold';src: url('fonts/386D97_0_0.eot');src: url('fonts/386D97_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/386D97_0_0.woff2') format('woff2'),url('fonts/386D97_0_0.woff') format('woff'),url('fonts/386D97_0_0.ttf') format('truetype');font-display: swap;}
 
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 17, 2019 */
@font-face {
    font-family: 'black_diamondregular';
    src: url('fonts/black_diamond-webfont.woff2') format('woff2'),
         url('fonts/black_diamond-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

/*!
Theme Name: TEJO Nederland
Theme URI: http://underscores.me/
Author: ARVEE | Ramon Vroegop
Author URI: https://arvee.nl
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tejo-nederland
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.

TEJO Nederland 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: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

img {
	border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

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

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

p {
	margin-top: 0;	
	margin-bottom: 35px;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

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

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

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: #254a90 #024592 #024592;
    border-radius: 10px;
    background: #024592;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 15px 20px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #032C5B #032C5B #032C5B;
    background: #032C5B;
	
}

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

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: #024592;
	border: 1px solid #024592;
	border-radius: 10px;
	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: #024592;
}

select {
	border: 1px solid #024592;
}

textarea {
	width: 100%;
}

.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    color: #024592;
}

.ginput_price {
    display: none;
}

.gfp_big_button .gfield_radio li input[type=radio] {
    display:none !important;
}
.gfp_big_button .gfield_radio label {
    max-width: 300px;
    width: 100%;
    margin: 0px auto;
    padding: 10px 30px;
    float: none;
    background: #fff;
    color: #024592;
    border: 1px solid #024592;
    letter-spacing: 0.09375rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin: 0;
    display: block;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    -webkit-appearance: none;
    cursor: pointer;
    line-height: 1;
    position: relative;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 20px !important;
    max-width: 100% !important;
}

.gfp_big_button .gfield_radio label:hover {
    background: #F5F8FF !important;
}

.gfp_big_button .gfield_radio input[type="radio"]:checked+label {
background-color: #F5F8FF !important;
}

body .gform_wrapper .gfp_big_button div.ginput_container_radio {
    margin-top: 16px;
    margin-bottom: 0;
    width: 560px;
    margin: 0 auto;
}
.vrijwilligerdropdown {
	margin: 0 auto;
	text-align: center;
	width: auto;
}

.vrijwilligerdropdown select {
	height: 36px;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #D6241C;
	transition: all 0.4s ease-in;
}

a:visited {
	color: #D6241C;
}

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

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: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post,
.page {
	margin: 0 0;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 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;
}


/* TEJO NEDERLAND */
/*
font-family: 'Boston Extra Light'
font-family: 'Boston Regular'
font-family: 'Boston Semi Bold'
font-family: 'Boston Thin'


Blauw: #024592
Donkerblauw: #032C5BE0E4ED
Rood: #D6241C
Donkerroord: #8E0F0A
Lichtblauw: #F5F8FF
Grijs: #F5F8FF




*/





body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: Boston-Regular;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	line-height: 25px;
}



/* MENU */

.main-navigation {
    background: #024592;
}

#mega-menu-wrap-menu-1 {
    background: #024592;
    max-width: 1180px;
    margin: 0 auto;
}


/* TYPOGRAFIE */

h1 {
	font-family: Boston-SemiBold;
	font-weight: normal;
	font-style: normal;
	font-size: 65px;
	line-height: 80px;
	color: #254A90;
}

.kopspan span {
	font-family: Boston-SemiBold;
	font-weight: normal;
	font-style: normal;
	font-size: 65px;
	line-height: 80px;
	color: #fff;
}

.seo-h1 h1 {
	font-family: Boston-SemiBold;
	font-weight: normal;
	font-style: normal;
	font-size: 45px;
	line-height: 55px;
	color: #d6241c;
	margin: 0;
}

.page-template-page-nieuws h1 {
	font-family: Boston-SemiBold;
	font-weight: normal;
	font-style: normal;
	font-size: 35px;
	line-height: 45px;
	color: #254A9;
	margin: 70px 0 0 0;
}

h2 {
	font-family: Boston-SemiBold;
	font-weight: normal;
	font-style: normal;
	font-size: 45px;
	line-height: 55px;
	color: #254A90;
	margin: 0;
}
.writingfont h2 {
	font-family: 'black_diamondregular';
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

h3 {
	font-family: Boston-SemiBold;
	font-weight: normal;
	font-style: normal;
	font-size: 35px;
	line-height: 45px;
	color: #254A90;
}
h4 {
	font-family: Boston-SemiBold;
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
	line-height: 40px;
	color: #254A90;
}
h5 {
	font-family: Boston-SemiBold;
	font-weight: normal;
	font-style: normal;
	font-size: 25px;
	line-height: 35px;
	color: #254A90;
}
.provincie h5,
.adresblok h5 {
	margin: 0;
}
.adresblok p {
	margin: 0 0 25px 0;
}
h6 {
	font-family: Boston-SemiBold;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 30px;
	color: #254A90;
}
h7 {
	font-size: 65px;
	line-height: 80px;
	font-family: Boston-Regular;
	font-weight: normal;
	font-style: normal;
	color: #254A90;
}

.text-white h2 {
	color:#fff;
}
h3.text-red,
.text-red h4,
.text-red p {
	color:#d6241c;
}

.provincie hr {
    background-color: #024592;
}
h2.move-left {
	margin-left: -120px;
	margin-top: 50px;
}


.paddedcontent {
	padding: 0 60px;
}

/* DONATIES TABS */
:focus {
	outline: none;
}

.donatie-tabs {
	position: relative;
	z-index: 99999;
}

.donatie-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-tab,
.donatie-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected, 
.donatie-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:hover {
    border-bottom: 1px solid #fff !important;
    margin-top: 0px;
    border-radius: 10px 10px 0px 0px;
    margin-left: 0 !important;
}
.donatie-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
    border-bottom: 1px solid #024592 !important;
    margin-top: 0px;
    border-radius: 10px 10px 0px 0px;
}

.donatie-tabs .sow-tabs .sow-tabs-tab-container {
    background-color: transparent !important;
    margin-bottom: -1px;
    z-index: 0;
    position: relative;
    padding-left: 0 !important;
   
}

.donatie-tabs .sow-tabs .sow-tabs-panel-container {
    z-index: -100;
}


/* BUTTONS */

.tejo-button a {
    background-color: #254A90;
    border-radius: 10px;
    color: #fff;
    padding: 18px 30px;
    text-decoration: none;
}
.tejo-button a:hover {
    background-color: #032C5B;
}

.tejo-button-rood a {
    background-color: #FFF;
    border-radius: 10px;
    color: #D6241C;
    padding: 18px 30px;
    text-decoration: none;
    border: 2px solid #D6241C;
}
.tejo-button-rood a:hover {
	color: #fff;
    background-color: #8E0F0A;
    border: 2px solid #8E0F0A;
}
.tejo-button-blauw a,
a.tejo-button-blauw {
    background-color: #FFF;
    border-radius: 10px;
    color: #254A90;
    padding: 18px 30px;
    text-decoration: none;
    border: 2px solid #254A90;
}
.tejo-button-blauw a:hover,
a.tejo-button-blauw:hover {
	color: #fff;
    background-color: #254A90;
    border: 2px solid #254A90;
}
.tejo-button-intro a {
    background-color: #D6241C;
    border-radius: 10px;
    color: #fff;
    padding: 18px 30px;
    text-decoration: none;
    border: 2px solid #D6241C;
}
.tejo-button-intro a:hover {
	color: #fff;
    background-color: #8E0F0A;
    border: 2px solid #8E0F0A;
}

.tejo-button-afspraak-home a {
    background-color: #D6241C;
    border-radius: 10px;
    color: #fff;
    padding: 18px 30px;
    text-decoration: none;
    border: 2px solid #D6241C;
    display:none;  /* OP DESKTOP */
}
.tejo-button-afspraak-home a:hover {
	color: #fff;
    background-color: #8E0F0A;
    border: 2px solid #8E0F0A;
}

/* LAYOUT */


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


.site-branding {
    height: 108px;
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
}


.logo {
	position: absolute;
	top: 20px;
	left:20px;
}

/* INTRO */


.header-subpage {
	margin-bottom: 95px;
}

.intro h1 {
	color: #fff;
}

.intro-subpage {
	padding: 30px 50px 50px 50px;
	max-width: 1150px;
	margin: 0 auto -50px;
    position: absolute;
    top: 384px;
    min-width: 1150px;	
}


.intro-subpage h1 {
	color: #254A90;
	font-family: Boston-SemiBold;
	font-size: 45px;
	font-style: normal;
	font-weight: normal;
	line-height: 55px;
	margin: 15px 0;
}
.intro-subpage h6 {
	margin: 0;
}


.intro-themas {
	padding: 30px 50px 50px 50px;
	max-width: 1150px;
	margin: 0 auto -50px;
    position: absolute;
    top: 100px;
    min-width: 1150px;	
}



/* PAGE MENU */
#mega-menu-wrap-pagemenu #mega-menu-pagemenu > li.mega-menu-item > a.mega-menu-link {
	width: 450px;
	font-family: Boston-SemiBold;
	font-weight: normal;
	font-style: normal;
}
#mega-menu-wrap-pagemenu #mega-menu-pagemenu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:hover {
	border-bottom: 0;
}

#mega-menu-wrap-pagemenu #mega-menu-pagemenu > li.mega-menu-flyout ul.mega-sub-menu {
    border-top: 0px solid #032c5b;
    border-left: 1px solid #032c5b;
    border-right: 1px solid #032c5b;
    border-bottom: 1px solid #032c5b;
    border-radius: 0 0 10px 10px;
}
#mega-menu-wrap-pagemenu #mega-menu-pagemenu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	font-family: Boston-SemiBold;
	font-weight: normal;
	font-style: normal;
}

#mega-menu-wrap-pagemenu #mega-menu-pagemenu > li.mega-menu-flyout ul.mega-sub-menu {
    width: 450px;
}   
 
/* BLOKKEN */

.blok-blauw {
	background-color: #254A90;
	border-radius: 10px;
	color: #fff;
	position: relative;
	padding: 25px 30px 1px 30px !important;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
}
.blok-blauw p {
	color: #fff;
	font-family: Boston-Bold;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 0;
}
.blok-blauw a {
	text-decoration: none;
}

.blok-blauw p img.alignnone {
	bottom: 30px;
	position: absolute;
	right: 30px;
}
.blok-blauw-link:hover {
	cursor: pointer;	
}
/*
.blok-blauw:hover {
	background-color: #d6241c;
	cursor: pointer
}
*/




.blok-rood {
	background-color: #D6241C;
	border-radius: 10px;
	color: #fff;
	position: relative;
	padding: 25px 30px 1px 30px !important;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
}
.blok-rood p {
	color: #fff;
	font-family: Boston-Bold;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 0;
}

p.naam {
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
}


.blok-wit {
	background-color: #fff;
	border-radius: 10px;
	color: #254A90;
	min-width: 380px;
    padding: 25px 60px 1px 30px !important;	
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
}
.blok-wit p {
	color: #254A90;
	font-family: Boston-Bold;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	max-width: 300px;
}
.blok-wit h3 {
	max-width: 245px;
}

.blok-videotekst {
/* 	min-width: 380px; */
	background-color: #F5F8FF;
	border-radius: 10px;
}


.bgimg h2 {
	color: #fff;
	max-width: 50%;
}


.blok-doneren {
	border-radius: 10px;
	color: #fff;
}

.blok-doneren h3 {
	color: #fff;
    margin: 20px 0 10px;	
}


.blok-doneren p {
	color: #fff;
}


/* THEMAS */
.thema-blok-link p{
	margin-bottom: 0;
}
.thema-blok-link a {
	display: block;
	min-height: 200px;
	width: 100%;
	background-color: #254A90;
	border-radius: 10px;
	color: #fff;
	position: relative;
	padding: 25px 30px 1px 30px !important;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);

	color: #fff;
    font-family: Boston-Bold;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 0;
    text-decoration: none;
    
    background-image: url(/online/wp-content/themes/tejo-nederland/img/chevron-circle-right-.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 90% 86%;
    
    transition: all 0.4s ease-in;

}
.thema-blok-link a:hover {
	background-color: #D6241C;
}



/* DONATIEFORMULIER */

.donatieformulier {
	max-width: 50%;
}

.donatieformulier input[type="text"] {
    border-radius: 5px;
    padding: 3px;
}

select.donatieveld option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 8px 1px;
}



input.donatieveld {height: 55px;}

/* -------------------- Page Styles (not required) */

/* -------------------- Select Box Styles: bavotasan.com Method (with special adaptations by ericrasch.com) */
/* -------------------- Source: http://bavotasan.com/2011/style-select-box-using-only-css/ */
select.donatieveld {
   background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
   height: 29px;
   overflow: hidden;
   width: 240px;
}

select.donatieveld {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 268px;
}


/* -------------------- Rounded Corners */

select.donatieveld {
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}

/* -------------------- Colors: Background */
select.donatieveld  { background-color: #fff;
    border: 1px solid #1e4f9d;
    margin-bottom: 10px; 
    height: 55px;}

/* -------------------- Colors: Text */
select.donatieveld   { color: #000; }

.dmm_nomc {
	margin-bottom: 20px;
}


/* BLOG */


/* HOME BLOG */

.home-blog-image-wrap {
	border-radius: 10px !important;
	overflow: hidden !important;
}

.home-blog-image-wrap img {
  display: block;
  -moz-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}

.home-blog-image-wrap:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.blog article {
	width: 50%;
	float: left;
	position: relative;
	margin-bottom: 60px;
	padding-right: 30px;
}

.blok-wit-blog {
	position: absolute;
	top: 220px;
	left: 180px;
	background-color: #fff;
	border-radius: 10px;
	color: #254A90;
/* 	width: 60%; */
	padding: 0 30px 30px;
	max-height: 220px;
	overflow-y: hidden;
	margin-right: 20px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
}
.blog h2 {
	line-height: 30px;
	margin-bottom: 0;
}

.blog h2 a {
	font-family: Boston-SemiBold;
	font-weight: normal;
	font-style: normal;
	font-size: 25px;
	line-height: 35px;
	color: #254A90;
	text-decoration: none;
}
.blog h2 a:hover {
	color: #d6241c;
}

.blok-wit-blog .read-more { 
  position: absolute; 
  bottom: 0; 
  left: 0;
  width: 100%; 
  text-align: center; 
  margin: 0; padding: 30px 0; 
	
  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, white);
}

.leesverder-img {
	margin: -8px 0 0 0;
    width: 50px;
    margin-left: 130px;
}



/* BLOG SINGLE */

.single .intro-subpage,
.blog .intro-subpage {
    padding: 50px 50px 50px 50px;
    max-width: 100%;
    margin: 0 auto -80px;
}

.single h1 {
    color: #254A90;
    font-family: Boston-SemiBold;
    font-size: 45px;
    font-style: normal;
    font-weight: normal;
    line-height: 55px;
    margin: 15px 0;
    text-align: center;
}

.single .site-main,
.blog .site-main {
	padding: 100px 30px 100px;
}


.single h2,
.single h3,
.single h4,
.single h5 {
	display: inline;
}

.blog-afsluiter {
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    padding: 40px 0 35px 0;
    color: #254A90;
    position: relative;
}

.blog-afsluiter span {
	float: right;
	position: absolute;
	right: 0;
}

.blog-afsluiter span img {
	max-width: 38px;
	vertical-align: middle;
	margin-left: 16px;
}



.nav-previous {
    border-right: 1px solid #D8D8D8;
	height: 100px;
	padding-top: 40px;
}
.nav-previous a:after {
	content: '\2190';
	display: block;
	font-size: 30px;
}



.nav-next {
	padding-top: 40px;
}

.nav-next a:after {
	content: '\2192';
	display: block;
	font-size: 30px;
}


.nav-links a {
	font-family: Boston-SemiBold;
	font-weight: normal;
	font-style: normal;
	font-size: 25px;
	line-height: 35px;
	color: #254A90;
	text-decoration: none;
}
.nav-links a:hover {
	color: #d6241c;
}



.gform_confirmation_wrapper {
	margin: 160px 0 0 0;
}

/* FOOTER */

.footer-blocks p {
	margin-bottom: 0;
	margin-top: 0;
	line-height: 35px;

}

.footer-widget-title,
.footer-blocks b,
.footer-blocks strong {
	color: #254A90;
	font-family: Boston-Bold;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: 35px;
}
.footer-blocks a {
	font-family: Boston-regular;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	line-height: 35px;
	color: #254A90;
	text-decoration: none;
}
.footer-blocks a:hover {
	color: #D6241C;
}

.social-icons img {
    max-width: 38px;
    margin-right: 18px;
}

.footer-donate img {
	vertical-align: middle;
	margin-left: 26px;
}

.nieuwsbriefform .gform_footer {
	display: none;
}
.gform_wrapper .nieuwsbriefform input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), {
    font-size: inherit;
    font-family: inherit;
    padding: 14px 14px;
    letter-spacing: normal;
}

.nieuwsbriefform  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #254A9;
  opacity: 1; /* Firefox */
}
.nieuwsbriefform  :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #254A9;
}
.nieuwsbriefform  ::-ms-input-placeholder { /* Microsoft Edge */
  color: #254A9;
}

.nieuwsbriefform_wrapper {
    margin: -8px 0 0 0 !important;
    max-width: 100%;
}

body .gform_wrapper .nieuwsbriefform  ul li.gfield {
    margin-top: 0;
    padding-top: 0;
}

body .gform_wrapper .nieuwsbriefform .top_label div.ginput_container {
    margin-top: 0;
}

.textwidget #mc_embed_signup form {
    padding: 10px 0 10px 0 !important;
}

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

.textwidget #mc_embed_signup .mc-field-group input {
    display: block;
    width: 100%;
    padding: 12px 0px 12px 12px;
    text-indent: 2%;
}

.textwidget #mc_embed_signup .button {
	clear: both;
    background-color: #FFFFFF;
    border: 1px solid #024592;
    border-radius: 10px;
    transition: all 0.23s ease-in-out 0s;
    color: #024592;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: auto;
    line-height: 32px;
    margin: 0 12px 10px 0;
    padding: 8px 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: 96%;
}
.textwidget #mc_embed_signup .button:hover {
    background-color: #032C5B;
    color: #fff;
}

.textwidget #mc_embed_signup div#mce-responses {
    float: left;
    top: 0;
    padding: 0;
    overflow: hidden;
    width: 96%;
    margin: 0;
    clear: both;
}

.textwidget #mc_embed_signup #mce-success-response {
    color: #024592;
}

.textwidget #mc_embed_signup div.response {
    margin: 10px 0;
    padding: 0;
    font-weight: normal;
    float: left;
    top: 0;
    z-index: 1;
    width: 100%;
}


.mobilecallbanner {display: none;}

*:focus {outline:none !important}

.sow-accordion-title {
	font-family: Boston-Bold;
    font-weight: normal;
    font-style: normal;
   }

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

.site {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 30px;
}

.intro-subpage {
    max-width: 1150px;
    min-width: 95%;
}


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


.intro-subpage {
    max-width: 1150px;
    min-width: 100%;
    position: unset;
}


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


.intro-subpage {
    position: relative;
}

.blok-wit {
    max-width: 95%;
    margin: 0 auto 30px;
}
.blok-blauw {
    max-width: 95%;
    margin: 0 auto 30px;
}

.blok-rood {
    width: 95%;
    margin: 0px auto 30px;
}

.blok-videotekst {
	margin-left: 0 !important;
}

}

@media screen and (max-width: 425px) {
	
iframe#weseedo_iframe {
    position: fixed;
    bottom: 0px;
    right: 0 !important;
    border: 0px;
    z-index: 99999;
    height: 80px;
    display: block;
    width: 320px;
    margin: 0 auto!important;
    left: 0!important;
}	

#colophon {margin-bottom: 100px;}

.mobilecallbanner {
    display: block;
    position: fixed;
    bottom: 0;
    background-color: #D6241C;
    color: #fff;
    height: 130px;
    left: 0;
    width: 100%;
}
.mobilecallbanner a {
    color: #fff;
    text-decoration: none;
}
.mobilecallbanner p {
    padding: 14px 0 20px 0;
    font-size: 18px;
}
	
.site {
    padding: 0 20px;
}	

.tejo-button-afspraak-home a {
    background-color: #D6241C;
    border-radius: 10px;
    color: #fff;
    padding: 18px 30px;
    text-decoration: none;
    border: 2px solid #D6241C;
    display:inline-block;  /* OP MOBIEL */
}
.tejo-button-afspraak-home a:hover {
	color: #fff;
    background-color: #8E0F0A;
    border: 2px solid #8E0F0A;
}


h2 {
	font-size: 35px;
	line-height: 45px;
}
	
#mega-menu-wrap-pagemenu #mega-menu-pagemenu > li.mega-menu-item > a.mega-menu-link {
	font-size: 20px;
    padding: 9px 10px 0px 10px;
    line-height: 30px;	
}	
	

#mega-menu-wrap-topmenu,
.site-branding {display: none;}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    padding: 0 0 0 10px;

}

.page-content, .entry-content, .entry-summary {
    margin: 0;
    padding: 0 20px;
}

.header-home {
	height: auto !important;
}

.header-home  h1 {
    font-family: Boston-SemiBold;
    font-weight: normal;
    font-style: normal;
    font-size: 35px;
    line-height: 45px;
    color: #fff;
}
.header-home .intro {
    margin-top: 300px;
    padding: 0 !important;
}


.header-home {
    background-size: cover !important;    
}


#mega-menu-wrap-pagemenu #mega-menu-pagemenu > li.mega-menu-item > a.mega-menu-link {
    width: 100%;
    font-family: Boston-SemiBold;
    font-weight: normal;
    font-style: normal;
}

#mega-menu-wrap-pagemenu #mega-menu-pagemenu > li.mega-menu-flyout ul.mega-sub-menu {
    width: 100%;
}

.blok-wit {
    min-width: 100%;
}
.header-subpage {
	min-height: 300px !important;
    position: relative;
    margin: 0 -50px 125px !important;
    background-size: cover !important;    
}

.page-id-11 .header-subpage {
    margin: 0 -50px 279px !important;
}
.page-id-22 .header-subpage {
    margin: 0 -50px 180px !important;
}

.intro-subpage {
	padding: 15px;
    max-width: 90%;
    margin: 0 auto 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 215px;
}

.blok-blauw {
    max-width: 75%;
    margin: -70px auto 100px;
}


.page-id-11 .blok-blauw {
    max-width: 95%;
    margin: 0 auto 30px;
}

.page-id-11 .blok-rood {
    width: 95%;
    margin: 0px auto 30px;
}
.paddedcontent {
    padding: 0 0;
}

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

.blog article {
	width: 100%;
	float: none;
    position: relative;
    margin-bottom: 120px;
    padding-right: 30px;	
}

.blok-blauw.bgimg {
	margin-top: -16px;
}
 
.blok-wit-blog {
	position: relative;
	top: 0;
	left: 30px;
	background-color: #fff;
	border-radius: 10px;
	color: #254A90;
/* 	width: 60%; */
	padding: 0 30px 30px;
	max-height: 220px;
	overflow-y: hidden;
	margin-right: 0;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
}


.leesverder-img {
    margin: -8px 0 0 0;
    width: 50px;
    margin-left: 130px;
    position: absolute;
    top: 178px;
    right: 30px;
}

.blog-afsluiter span {
    float: none;
    position: relative;
    right: 0;
    display: block;
    margin-top: 50px;
}

div.blok-wit > div > div > p:nth-child(2),
div.blok-wit > div > div > p:nth-child(3) {display: none;}


.blok-videotekst {
    margin-left: 0 !important;
    margin-top: 20px;
}

h2.move-left {
    margin-left: 0;
    margin-top: 0;
}


.blok-doneren {
    border-radius: 10px;
    color: #fff;
    margin-bottom: 20px;
}

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

.donatieformulier {
    max-width: 100%;
}


.single .site-main, .blog .site-main {
    padding-top: 30px;
}

body .gform_wrapper .gfp_big_button div.ginput_container_radio {
    margin-top: 16px;
    margin-bottom: 0;
    width: 100%;
    margin: 0 auto;
}


.wrapfooter-blocks {
	padding: 20px 20px !important;
}




}


@media screen and (max-width: 375px) {
.blog article {
    margin-bottom: 160px;
}

}

@media screen and (max-width: 320px) {
.blog article {
    margin-bottom: 210px;
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    width: 70%;
    cursor: pointer;
}

}



.page-id-1378 #masthead,
.page-id-1378 #colophon {
	display: none;
}

iframe .counter-wrapper {
	background-color: transparent !important;
}



/* //end */	