/*!
Theme Name: Focus
Theme URI: http://underscores.me/
Author: ruimtegever
Author URI: http://www.ruimtegever.com/webdesign
Description: a simple and elegant theme for a consultant
Version: 5.2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: focus
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.

Focus 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;
	margin-bottom:					0.8em;
}


/*
 * 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,
input,
button,
select,
optgroup,
textarea,
.rpwwt-post-title {
	color: 						#171717;
	font-family: 				Georgia, Times New Roman, Courier;
	font-size: 					16px;
	font-size: 					1rem;
	line-height:				1.6;
	-moz-osx-font-smoothing: 	grayscale;
	-webkit-font-smoothing: 	antialiased;
}

h1, h2, h3, h4, h5, h6, .rpwwt-post-title {
	clear: both;
	font-family:				'Open Sans', Arial, "Lucida Grande", sans-serif;
	font-weight:				700;
	-webkit-margin-before: 		0;
    -webkit-margin-after: 		0;
    -webkit-margin-start: 		0;
    -webkit-margin-end: 		0;
	-webkit-font-smoothing: 	antialiased;
	line-height:				1.2;
}

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
	font-family: 				Georgia, Times New Roman, Courier;
	font-weight:				700;
	color: 						#bbb;
	font-style: 				normal;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-weight:				300;
}

h1 {
	font-size:					40px;
}

h2 {
	font-size:					28px;
}

h3 {
	font-size:					20px;
	margin-bottom:				0.6em;
}

h4  {
	font-size:					30px;
}

h5, .rpwwt-post-title {
	font-size:					22px;
}

h5 em {
	font-size:					22px;
}

h6 {
	font-size:					16px;

}

p {
	font-size: 					18px;
	-webkit-margin-before: 		0;
    -webkit-margin-after: 		20px;
    -webkit-margin-start: 		0;
    -webkit-margin-end: 		0;
}

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

blockquote {
    -webkit-margin-before: 		0;
    -webkit-margin-after: 		0;
    -webkit-margin-start: 		0;
    -webkit-margin-end: 		0;
}

.mini-quote {
	font-style: 				italic;
	font-size:					1.4em;
	padding:					0 0 0 1em;
}

address {
	margin: 					0 0 1.5em;
}

p.information-title {
	margin-bottom:				0;
	font-family:				'Open Sans', Arial, "Lucida Grande", sans-serif;
}

p.information {
	font-size: 					1em;
	font-family:				'Open Sans', Arial, "Lucida Grande", sans-serif;
}

hr {
	margin:						60px 0 20px 0;    
	display: 					block;
    height: 					1px;
    border: 					0;
    border-top: 				1px solid #ccc;
    padding: 					0;
}

footer {	
	font-family:				'Open Sans', Arial, "Lucida Grande", sans-serif;
}

.description {
	font-family:				'Open Sans', Arial, "Lucida Grande", sans-serif;
	font-size:					1em;
}



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


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	text-decoration: 			none;
	color: 						inherit;
	cursor: 					pointer;
	box-shadow: 				inset 0 -2px 0 rgba(33, 129, 171);
	color: 						inherit;
	transition: 				background 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
	-moz-transition-duration: 	0.2s;
	-webkit-transition-duration: 0.2s;
	cursor: 					auto;
}

a:hover, a:focus, a:active {
	color:						rgba(255, 255, 255);
	background-color:			rgba(33, 129, 171);
}

a:hover h2 , a:focus h2, a:active h2 {
	color:						rgba(33, 129, 171);
}

 a:hover .call-to-action h2 ,  a:focus .call-to-action h2, a:active .call-to-action h2 {
	color:						rgba(255, 255, 255);
}

button a {
	box-shadow:					none;
}

button a:hover, button a:focus, button a:active {
	background-color:			transparent;
}

.entry-link {
	text-align:					center;
	margin-bottom:				2em;
	margin-top:					-2em;
}
	
.hard-link {
	font-size:					1em;
	color:						#aaa;
}

.hard-link a {
	color:						#171717;
}

.event .hard-link {
	display:					none;
}

.event .entry-link {
	margin-bottom:				0;
}


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

::selection, span.marker {
	background: 				rgba(255, 209, 15);
}

.YouTube {
    position: 					relative;
    width: 						100%;
    height: 					0;
    padding-bottom: 			56.25%;
}
.Player {
    position: 					absolute;
    top: 						0;
    left: 						0;
    width: 						100%;
    height: 					100%;
}

summary {
	font-size:					1.1em;
}

summary.title {
  	font-family:				'Open Sans', Arial, "Lucida Grande", sans-serif;
}

details > summary {
  list-style: none;
}

details summary::-webkit-details-marker {
  display:none;
}

summary:after {
  	content: 					" +";
  	font-family:				'Open Sans', Arial, "Lucida Grande", sans-serif;
	font-weight:				700;
}

/*
details[open] summary:after {
  content: 						" -";
}
*/

details p {
	font-size:16px;
}

details.more {
	margin-bottom:				3em;
}

.input-field-data_privacy_consent {
	width: 						100%;
}


/*--------------------------------------------------------------
## Menu
--------------------------------------------------------------*/

.main-navigation ul {
	margin-bottom:					15vh;
	position: 						absolute;
  	bottom: 						0;
    right:							10%;
    left:							20%;
    margin-left:					-10%;
}

body:not(.home) .main-navigation ul {
	margin-bottom:					60vh;
	position: 						absolute;
  	bottom: 						0;
    right:							10%;
    left:							20%;
    margin-left:					-10%;
}

.main-navigation ul {
	display: 					block;
    -webkit-padding-start: 		0;
}
	
.main-navigation ul li {
	display: 					inline-block;
}
.menu-hoofdmenu-container ul li a {
	box-shadow: 				none;
	display:					block;
	color:						#FFFFFF;
	padding:					0.25em;
	text-shadow:				0 0 6px #000000;
}

.menu-hoofdmenu-container ul li a:hover, .menu-hoofdmenu-container ul li a:active, .menu-hoofdmenu-container ul li a:focus {
	box-shadow: 				none;
	background-color:			#FFFFFF;
	color:						#171717;
	text-shadow:				none;
}

main-navigation ul ul {
    display: none;
}

.main-navigation ul li:hover > ul {
    display: block;
}

.main-navigation ul ul {
    display: none;
    top: 3em;
    z-index: 99999;
    width: 250px;
    font-size:					1rem;
	box-shadow: 				none;
	padding:					0.25em;
	text-shadow:				none;
}

body:not(.home) .main-navigation ul ul {
    margin-left:					3%;
}

.main-navigation ul ul li {
	text-align:					left;
    width: 						250px;
}

.main-navigation ul ul li a {
	background-color:			#FFFFFF;
	color:						#171717;
	text-shadow:				none;
}

.main-navigation ul ul li a:hover {
	background-color:			#FFFFFF;
	color:						rgba(33, 129, 171);
}


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

	body:not(.home) .main-navigation ul ul {
	    margin-left:					29%;
	}

}

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

	.main-navigation ul li {
		font-size:					1.4em;
	}

	section.menu {
		display:					none;
	}

	.subtitel {
		margin-top:					6em;
		margin-bottom:				-6em;
	}

}

form.searchandfilter div {
  	left: -60px;
  	bottom: -30px;
    position:fixed;
    overflow-x:hidden;
    background-color: #f9f8f6;
    z-index: 9999;
    width: 110%;
    padding-right: 25%;
    border-top: 1px solid #ddd;
    min-height: 100px;
}
form.searchandfilter ul li ul li label {
	text-align: left;
	font-size: 0.8rem;
	background-color: #ddd;
  	border: none;
  	color: black;
  	padding: 5px 10px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	margin: 2px 1px;
  	cursor: pointer;
  	border-radius: 20px;
}
form.searchandfilter ul li ul li {
	display: inline-block;

}

form.searchandfilter [type="submit"] {
	right: 20px;
	bottom: 10px;
	position: fixed;
}

.searchandfilter li {
padding-right: 5px;
}

/*
@media screen and (min-width: 1500px) {
	form.searchandfilter div {
   	 	bottom:0;
		max-width: 25%;
	}
}
*/


/*--------------------------------------------------------------
## Forms & Buttons
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.class-button {
	display:						inline-block;
	padding:						0.5em 3em;
	margin:							0 0.3em 0.3em 0;
	border:							none;
	box-sizing: 					border-box;
	text-decoration:				none;
	font-family:					'Open Sans', Arial, "Lucida Grande", sans-serif;	
	font-size:						1.1em;
	font-weight:					600;
	color:							#FFFFFF;
	text-align:						center;
	transition: 					all 0.15s;
	background-color: 				rgba(33, 129, 171);
	background-image:				url("/wp-content/uploads/icons/button-background-transparent.png");
	background-size: 				100% 100%;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
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 { 
	background-color: 				rgba(33, 129, 171, 0.8);
    cursor:							pointer;
}

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 {
    outline: none;
    border: none;
    border-bottom: dotted;
    font-size: 1em;
    width: 15em;
    padding: 0.5em 0;
    margin-right: 1em;
    background-color: #FFF;
	font-family:				'Open Sans', Arial, "Lucida Grande", sans-serif;
	width: 						100%;
	margin-bottom: 1em;
}

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

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 {
}

input[type="email"] {
background-color:				#f3f2f0;
}

select {
    border:						2px solid #171717;
    width:						50px;
	padding:					0.5em 0.5em;
}


/*--------------------------------------------------------------
# Lay-out
--------------------------------------------------------------*/

.site-branding {
	height:						95vh;
    background-repeat: 			no-repeat;
	background-size:			cover;
    background-position: 		center;
	background-image:			url("/wp-content/uploads/2018/08/luke-ellis-craven-black-and-white-1600.jpg");
}

body:not(.home) .site-branding {
	height:						50vh;
    background-repeat: 			no-repeat;
	background-size:			cover;
    background-position: 		center;
	background-image:			url("/wp-content/uploads/2018/08/luke-ellis-craven-black-and-white-1600.jpg");
}

.home .entry-title, .site-title {
	display:					none;
}

.site-branding {
	text-align:					center;
}

.site-branding a, .site-branding a:hover, .site-branding  a:focus, .site-branding a:active, a.post-thumbnail, a.post-thumbnail:hover, a.post-thumbnail:focus, a.post-thumbnail:active {
	box-shadow:					none;
	background-color:			none;
	background:					none;
	color:						inherit;
    cursor:						pointer;
}

.site-branding a img {
	width:						80%;
	max-width:					600px;
	height:						auto;
	margin:						20px 0 20px 0;
}

body:not(.home) .site-branding a img {
	margin-top:					20px;
}

.site-branding .site-description {
	font-size:					20px;
}

body:not(.home) .site-branding .site-description {
	display:					none;
}

article {
	margin-bottom:				120px;
}

section {
	display:					block;
	width:						100%;
	max-width:					900px;
	padding:					40px;
	margin:						0 auto;
	z-index:					1000;
	position:					relative;
}

section.top {
	margin-top:					-60px;
}


.video {
	padding:					0;
}

.light {
	background-color:			#FFFFFF;
}

.gray {
	background-color:			#f3f2f0;
}

.dark {
	color:						#ffffff;			
	background-color:			#2d415a;
}

.notice {
	background-color:			#2d415a;
}

.notice h1 {
    color:						#ffffff;
}

.notice p {
	font-size:					0.9em;
	color:						#ffffff;
}

.notice li {
	font-size:					0.8em;
	color:						#ffffff;
}

section img {
	width:						125%;
	max-width:					900px;
	height:						auto;
	margin-left:				-40px;
}

section .page-header img {
	margin-left:				-60px;
	margin-top:					-40px;
}

section a.post-thumbnail img {
	width:						140%;
}

.icons {
	height:						0;
    margin-bottom: 				4em;
	margin-top:					0.6em;
	margin-left:				40px;
}

@media screen and (min-width: 700px) {
	
	.icons {
    		margin-bottom: 			-6.2em;
    		margin-top: 			6.2em;
	}
	
	.icons p {
	        margin-left: 			0;
	}
	
}

/*
@media screen and (min-width: 850px) {
	
	.icons {
    		margin-bottom: 			-3.2em;
    		margin-top: 			3.2em;
	}
	
	.icons p {
	        margin-left: 			0;
	}
	
}
*/

.icons a, .icons a:hover, .icons a:active {
	text-decoration: 			none;
	box-shadow: 				none;
	background-color:			#FFFFFF;	
}
	
.icons img {
	width:						25px;
	height:						auto;
	display:					inline-block;
	margin-right:				50px;
	
}

section img.headshot {
	width:						100%;
	margin:						0;
}

img.bottom {
	margin:						40px -40px -70px -20%;
	width:						120%;
}

img.align-top {
	margin-top:					-40px;
}

.posts .post-thumbnail img {
	margin-left:				-40px;
}

.linked img {
	width: 325px;
    margin-bottom: -300px;
    height: auto;
    margin-left: -90%;
}
.linked h2 em {
	margin-top: -20px;
}

.linked p {
	margin-top:-15px;
}

.entry-content ul, .entry-content ol {
	font-size:					1.1em;
	margin-top:					0;
	padding-left:				0;
}




/*

section.gray img {
	width: 						100%;
	height:						auto;
	margin:						20px 0 0 0;
}

section.gray h3 {
	padding-top:				0;
}

*/




section.call-to-action {
	color:						#171717;
	background-color:			#f3f2f0;
    min-height:					40%;
    padding:					40px 60px 20px 60px;
}

section.call-to-action h2, section.call-to-action h5,  section.call-to-action p {
	max-width:					100%;
	margin:						0 0 1.2em 0;
}

section.call-to-action:hover {
	color:						#FFFFFF;
	background-color:			rgba(33, 129, 171, 0.9);
    transition: 				background 0.4s ease-in-out;
}

section.call-to-action a, section.call-to-action a:hover, footer .information-menu ul li a {
	color:						inherit;
	box-shadow:					none;
	background-color:			none;
	background:					none;
}

footer {
	background-color:			#2E3333;
	color:						#FFFFFF;
	padding:					40px;
}

footer .site-info {
	border-top:					none;
	border-bottom:				1px solid #888;
	border-left:				1px solid #888;
	border-right:				1px solid #888;
	padding:					0.5em;
	padding-top: 				0;
    position: 					relative;
    text-align: 				left;
    max-width:					900px;
    margin:						0 auto;
}

footer p {
	margin-bottom:				0;
}

footer .information-menu ul {	
	list-style: 				none;
	-webkit-padding-start: 		0;
    -webkit-margin-before: 		0;
    -webkit-margin-after: 		0;
}

footer .information-menu ul li {
	display:					inline-block;
	padding-right:				1em;
	font-size:					1.1em;
}

footer .designer, footer .copyright {
	text-align:					right;
	color:						#888;
	font-size:					0.9em;
}

footer .copyright {
	margin-top:					-2.8em;
}


h1.nieuws {
	margin-bottom:				2em;
}

/*
.projects {
	margin-top:					-80px !important;
}
*/




	
em.sub {
	font-size:					20px;
}

.linked a:hover {
	color: rgba(33, 129, 171);
	cursor: pointer;
}

@media screen and (min-width: 700px) {
	
	.site-branding .site-description {
		font-size:					28px;
	}

	section {
		padding:					40px 60px 40px 60px;
	}
	
	h1, h2, h4, .left {
		max-width:					31%;
		height:						0;
		margin-top:					0.5em;
	}
	
	.wider {
		max-width:					40%;
	}
	
	.projects h2 {
		max-width: 					100%; 
		height: 					2em;
	}
	
	
	h2.sub {
		margin-top:					1.4em;
		margin-bottom:				-0.9em;
	}
	
	section h3.sub {
		margin-top:					4em;
		margin-bottom:				-8.8em;
	}
	
	section h4.sub {
		margin-top:					6em;
		margin-bottom:				-9.2em;
	}
	
	h6 {
		text-align:					right;
		max-width:					44%;
		height:						0; 
		margin:						0 0 -0.4em 0;
	}
	
	section p, section ul, section ol, summary, section h5, #linked_list {
		margin-left:				45%;
	}
	
	#linked_list {
		margin-top: -4.4em;
	}
	
	section.projects ul, section.projects ol {
		margin-left:				0;
	}
	
	.page-with-title {
		margin-top:					12em;
	}
	
	.page-with-title h3 {
		margin-bottom:				-1.3em;
	}
	
	section.call-to-action {
    	text-align:					left;
    }
    
    .posts .post-thumbnail img {
		margin-top:					-40px;
	}
	
		.entry-link {
		text-align:					right;
		margin-left:				0;
		margin-right:				60%;
		margin-bottom:				-4.5em;
	}
	
	p.hard-link {
		margin-left:				0;
	}
	
	img.bottom {
		margin:						40px -40px -70px -103%;
		width:						220%;
	}
	
	img.img-left {   
	width: 280px;
    margin-left: -90%;
    margin-bottom: -250px;
    height: auto;
	}
	
	
	/*
	
	section.gray h5 {
		margin-top:					40px;
	}
	
	section.gray img {
		width: 						240px;
		height:						auto;
		margin-bottom:              -150px;
	}
	
	section.gray h3 {
		margin:						150px 0 -235px 34px;
	}
	
	*/

}


@media screen and (min-width: 800px) {
	
	blockquote {
		max-width:					43%;
	}
	
	h3 {
		max-width:					29%;
		height:						0;
		margin-bottom:				0;
	}
	
	section h3.sub {
		margin-bottom: -4em;
	}
	
	img.img-left {   
	width: 325px;
    margin-bottom: -280px;
    height: auto;
	}
	
	
	/*
	section.gray img {
		width: 						300px;
		height:						auto;
	}
	
	section.gray h3 {
		margin:						150px 0 -250px 55px;
	}
	
	*/

}



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

	
	section p, section ul, section ol, summary, section h5, #linked_list {
		margin-left:				47%;
	}
	
	#linked_list {
		margin-top: -4.4em;
	}
	
	h6 {
		max-width:					45%;
	}
	
	h1, h2, h3, h4, .left {
		max-width:					35%;
	}
	
	.projects h2 {
		max-width: 100%; 
		height: 2em;
	}
	
	/*
	
	.gray p, .gray h5 {
		margin-left:				50%;
	}
	
	*/

}



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

	.lange-titel {
		height: 3em;
	}

}



/* DO NOT SHOW */

aside .widget_search, .mobile-menu, .designer, .copyright, aside, .entry-meta, div.css-search div.em-search-main .em-search-submit, nav.navigation, .rpwwt-widget h2, header h1.page-title {
display: none;
}



/* TEST */

.entry-content .widgets_on_page ul {
	padding-left:			0;
}

.less-bottom-space {
	margin-bottom:			0;
}

.rpwwt-widget ul li a {
	box-shadow:					none;
}

#linked_list .rpwwt-widget ul li {
	margin-bottom: 0.5em;
}

#linked_list .rpwwt-widget ul li a::after {
	content: " ➔";
}

.rpwwt-widget ul li a:hover {
	color:						#171717;
	background-color:			#FFFFFF;
	box-shadow: 				inset 0 -2px 0 rgba(33, 129, 171);
}



.rpwwt-post-excerpt {
	font-size:					0.9em;
}

.rpwwt-post-date {
    font-family:				'Open Sans', Arial, "Lucida Grande", sans-serif;
    font-size:					0.8em;
    color:						#444444;
}

.post-button {
	width:						100%;
}

.margin-top {
	margin-top: 4em;
}

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

	#rpwwt-recent-posts-widget-with-thumbnails-1 img,
	#rpwwt-recent-posts-widget-with-thumbnails-2 img,
	#rpwwt-recent-posts-widget-with-thumbnails-3 img,
	#rpwwt-recent-posts-widget-with-thumbnails-4 img,
	#rpwwt-recent-posts-widget-with-thumbnails-5 img,
	#rpwwt-recent-posts-widget-with-thumbnails-6 img,
	#rpwwt-recent-posts-widget-with-thumbnails-7 img,
	#rpwwt-recent-posts-widget-with-thumbnails-8 img,
	#rpwwt-recent-posts-widget-with-thumbnails-9 img,
	#rpwwt-recent-posts-widget-with-thumbnails-10 img,
	#rpwwt-recent-posts-widget-with-thumbnails-11 img,
	#rpwwt-recent-posts-widget-with-thumbnails-12 img,
	#rpwwt-recent-posts-widget-with-thumbnails-13 img,
	#rpwwt-recent-posts-widget-with-thumbnails-14 img,
	#rpwwt-recent-posts-widget-with-thumbnails-15 img,
	#rpwwt-recent-posts-widget-with-thumbnails-16 img,
	#rpwwt-recent-posts-widget-with-thumbnails-17 img,
	#rpwwt-recent-posts-widget-with-thumbnails-18 img,
	#rpwwt-recent-posts-widget-with-thumbnails-19 img,
	#rpwwt-recent-posts-widget-with-thumbnails-20 img {
		width:						40% !important;
		float:						left !important;
		margin-right:				7% !important;
	}
	
	.post-button {
		width:						40%;
	}
	
	.rpwwt-post-excerpt {
		margin-left:				47%;
	}
	
	.projects h2 {width: 100%;}
}

.widgets_on_page wop_tiny1, .wop_small1, .wop_medium1, .wop_large1, .wop_wide1 {
	min-height:					12em;
	margin-bottom:above			1em;
}

@media screen and (min-height: 1000px) {
	.main-navigation ul {
		margin-top: 				65vh
	}	
	body:not(.home) .main-navigation ul {
		margin-top: 				24vh
	}
}


section .posts {
	min-height: 40em;
}

section a h2.entry-title {
	height:						auto;
}


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

	section a.post-thumbnail {
		width:						31% !important;
		float:						left !important;
		margin-left:				40px;
		margin-bottom:				calc(-380px / 100 * 65);
		margin-top:					60px;
	}
	
	section a h2.entry-title {
		max-width:					65%;
		margin-left:				45%;
		margin-bottom: 				0.5em;
	}

}

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

	section a.post-thumbnail {
		width:						31% !important;
		float:						left !important;
		margin-left:				40px;
		margin-bottom:				calc(-380px / 100 * 65);
		margin-top:					60px;
	}
	
	section a h2.entry-title {
		max-width:					65%;
		margin-left:				47%;
		margin-bottom: 				0.5em;
	}

}

/*






*/





@media print {
	
	body {
		font: 12pt Georgia, "Times New Roman", Times, serif;
		line-height: 1.3;
	}
	header, footer {
		display: none;
	}
	
	p a[href^="http://"]:after, p a[href^="https://"]:after {
		content: " (" attr(href) ")";
		font-size: 90%;
	}
	
	p a:after {
		content: " " attr(href) ")";
	}

	
	p a[href^="#"]:after {
		display: none;
	}
	
	p a[href^="http://"]:after, a[href^="https://"]:after {
		content: " (" attr(href) ")";
	}
	
	p a {
		word-wrap: break-word;
	}
	
	a {
		color: #000;
	}

	
	h3 {
		font-size: 18pt;
		text-transform: lower-case;
	}
	
	@page {
		margin: 2cm;
	}
	
	header:after {
		content: "www.stroomenonderstroom.nl";
	}
	
}






.rpwwt-widget ul li {
	margin-bottom:			4em !important;
}


.wppsac-post-slider.design-1 .wppsac-post-content-left { width:100% !important; }
.wppsac-post-content {display:none;}
.wppsac-post-slider.design-1 .wppsac-post-image-bg {width: 110% !important;}