
/*
Theme Name: WP Magazine
Theme URI: https://wpmagplus.com/free-wp-magazine-theme/
Author: avidthemes
Author URI: https://wpmagplus.com
Description: WP Magazine WordPress Theme is easy to use theme for Passionate Bloggers, Writers and Editors. This theme is developed with lots of options that a magazine newspaper or blog need. WP Magazine Theme can be used by lifestyle bloggers, Personal blogging, magazine, newspaper, news portal and many more. This themes has  multiple layout options for header, footer, featured news, sliders, category news. You will also get unlimited google fonts, color options, easy to use customizer and most importantly show/hide and drag/drop options for all the sections.
Requires at least: 5.0.0
Tested up to: 5.6
Requires PHP: 5.5.1
Version: 1.1.4
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: wp-magazine
Tags: right-sidebar, portfolio, e-commerce, theme-options, featured-images, rtl-language-support, grid-layout, editor-style, custom-header, threaded-comments, custom-background, custom-colors, blog, footer-widgets, custom-logo, custom-menu

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.

Wp Magazine WordPress Theme, Copyright 2020 Avidthemes.
Wp Magazine is distributed under the terms of the GNU GPL

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/




/*--------------------------------------------------------------
 TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

    --------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/**
 * colors and other variables
 * */
:root{
	/* set up variables */
	--post-padding: 1em;
	--post-padding-negative: -1em;
	--siteheader-height:  90px;
	--geel: #ffd500;
	--rood: #ff0000;
	--licht-blauw: #2dafe6;
	--donker-blauw: #00469c;
	--groen: #00983a;
	--oranje: #ee7200;

	--square: 130px;
	--header-height: 130px;
	--breakpoint: 1024px;
	--gap: 1rem;
	--padding-left: calc((100% - 1200px) / 2);
	@media screen and (max-width: 1024px){
		--header-height: 20svw;
		--square: 20svw;
	}
}
body.small-nav{
	--header-height: 70px;
	@media screen and (max-width: 1024px){
		--header-height: 20svw;
	}
}

/* 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;
    -webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */

/**
 * Remove the margin in all browsers.
 */
 body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
 main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
 h1 {
    font-size: 3.75rem;
    margin: 0;
    font-family: LarkenVariable;
    font-weight: 900;
    line-height: 1;
    @media screen and (max-width: 1024px){
    	font-size: 2rem;
    }

    &.page-title{
    	margin-top: 1em;
    }
}

/* Grouping content
========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
 hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 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: "TTCommons";
    font-weight: 400;
    font-size: 1em;
}

/* 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;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
 b,
 strong {
    font-weight: 700;
}

/**
 * 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: "TTCommons";
    font-weight: 400;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
 small {
    font-size: 0.75em;
}

/**
 * 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;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
 button,
 input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
 button,
 select {
    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;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

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

/**
 * 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;
    outline-offset: -2px;
}

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

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
 details {
    display: block;
	margin: 1em 0;
	padding: 1em 2em 1px 2em;
	background: #f0f0f0;
}

/*
 * Add the correct display in all browsers.
 */
 summary {
    display: list-item;
	font-size: 1.5em;
	font-weight: 700;
	margin: 1em 0 1em -0.75em;
}

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

/**
 * Add the correct display in IE 10+.
 */
 template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
 [hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea,
article {
    color: #000;
    font-family: "TTCommons";
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
}

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

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "TTCommons";
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: "TTCommons";
    font-weight: 400;
}

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

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

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

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

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

ul li,ol li{padding-left: 5px;}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
    object-fit:cover;
}

figure {
    margin: 1em 0;
}

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

/* LISTS
--------------------------------------------- */
ul.list-inline{
	display: flex;
	gap: 2em;
	list-style: none;
	padding: 0;
	margin-left: 0;
	margin-right: 0;

	li{
		margin: 0;
		padding: 0;
	}
}

/* Links
--------------------------------------------- */
a {
    color: var(--donker-blauw);
}

a:visited {
    color: var(--donker-blauw);
}

a:hover,
a:focus,
a:active {
    color: var(--licht-blauw);
}

a:focus {
    outline: 1px auto var(--licht-blauw);
}

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

/* Posts
--------------------------------------------- */
article.full{
	font-size: 1.5em;

	.feature-image{
		margin: 0 ;
		@media screen and (min-width: 1201px){
			margin-left: calc(-1 * (50svw - 600px));
			margin-right: calc(-1 * (50svw - 600px));
			padding-right: calc((50svw - 600px));
		}
		background: url(images/banner-horizontaal.png) left calc(1200px + (50svw - 600px)) top repeat-y;
		background-size: auto calc(4 * 130px);

		img{
			height: 100%;
			max-height: 60svh;
			object-fit: cover;
			object-position: center;
			display: block;
		}
	}

	header{

		.info{
			font-size: 0.75em;
			margin: 0.5em 0 1em;
		}
		h1{
			margin-top: 1em;
		}
	}
}

/* Forms
--------------------------------------------- */
a.wp-block-button__link:link,
a.wp-block-button__link:visited,
a.wp-element-button:link,
a.wp-element-button:visited,
a.button:link,
a.button:visited,
button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
	background: var(--donker-blauw) url(images/button-arrow.svg) center right no-repeat;
	background-size: auto 100%;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	padding: 0.25em 2.75em 0.25em 0.6em;
	border: none;
	border-radius: 0;

	&:hover{

	}

	&:active,
	&:focus{

	}
}

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: #000;
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
    border-top: none;
    border-right: none;
    border-radius: 0;
    padding: 0.25em 0.5em;
    width: 100%;
    font-size: 1.5rem;
}
*:has(>input[type="text"], >.wpcf7-form-control-wrap input[type="text"]),
*:has(>input[type="email"], >.wpcf7-form-control-wrap input[type="email"]),
*:has(>input[type="url"], >.wpcf7-form-control-wrap input[type="url"]),
*:has(>input[type="password"], >.wpcf7-form-control-wrap input[type="password"]),
*:has(>input[type="search"], >.wpcf7-form-control-wrap input[type="search"]),
*:has(>input[type="number"], >.wpcf7-form-control-wrap input[type="number"]),
*:has(>input[type="tel"], >.wpcf7-form-control-wrap input[type="tel"]),
*:has(>input[type="range"], >.wpcf7-form-control-wrap input[type="range"]),
*:has(>input[type="date"], >.wpcf7-form-control-wrap input[type="date"]),
*:has(>input[type="month"], >.wpcf7-form-control-wrap input[type="month"]),
*:has(>input[type="week"], >.wpcf7-form-control-wrap input[type="week"]),
*:has(>input[type="time"], >.wpcf7-form-control-wrap input[type="time"]),
*:has(>input[type="datetime"], >.wpcf7-form-control-wrap input[type="datetime"]),
*:has(>input[type="datetime-local"], >.wpcf7-form-control-wrap input[type="datetime-local"]),
*:has(>input[type="color"], >.wpcf7-form-control-wrap input[type="color"]),
*:has(>textarea){
	position: relative;

	label{
		position: absolute;
		top: -0.75rem;
		left: 0;
		padding: 1.15rem 0 0 0.9rem;
		font-size: 1.5rem;
		font-weight: 400;
		transition: all 0.3s ease-in-out;
		z-index: 1;
		text-shadow: -2px -2px 0px #fff, 2px -2px 0px #fff, 0px -3px 4px #fff;

		&:after{
			content: " ";
			display: block;
			height: 3px;
			width: 1.5rem;
			position: absolute;
			top: 0.75rem;
			left: 0;
			background: #000;
		}
	}

	&.in-focus label{
		padding: 0rem 0 0 2rem;
		font-size: 1rem;
	}
	br{
		display: none;
	}
	input::placeholder{
		color: #fff;
	}
}

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 {
    outline: none;
}


select {
    border: 1px solid #000;
    border-radius: 1em;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
main > section{
	max-width: 1200px;
	margin: 0 auto;
}
#header{
	display: flex;
	position: sticky;
	top: 0;
	z-index: 20;
	justify-content: space-between;
	padding: 0 var(--gap) 0 0;
	height: var(--header-height);
	background: #fff;
	transition: height 0.3s ease-in-out;
	box-sizing: content-box;
	@media screen and (max-width: 1024px){
		padding: 0;
	}

	#logo{
		flex: auto 0 0;
		height: 100%;
		width: auto;
		a{
			display: block;
			height: 100%;
		}
		img{
			display: block;
			height: 100%;
			width: auto;
		}
	}
	.menu-toggle{
		display: none;
		@media screen and (max-width: 1024px){
			display: block;
			flex: 25% 0 0;
			background: var(--donker-blauw);
			padding: 0;
			position: relative;
			.text{
				position: absolute;
				left: -999em;
			}
			.nav-icon{
				display: flex;
				flex-direction: column;
				gap: calc(0.15 * var(--square));;
				justify-content: center;
				align-items: center;
				overflow: hidden;
				position: relative;
				width: 100%;
				height: 100%;
				span{
					display: block;
					height: calc(0.1 * var(--square));;
					background: #fff;
					width: 50%;
					transition: all 0.3s ease-in-out;
				}
			}
		}
	}
	#site-navigation{
		flex: auto 0 0;
		@media screen and (max-width: 1024px){
			position: absolute;
			z-index: -1;
			left: 0;
			top: -200vh;
			background: #fff;
			width: 100%;
			transition: all 0.3s ease-in-out;
			height: calc(100svh - var(--header-height));
			overflow: auto;
			padding: 0;
		}
		.menu-main-menu-container{
			height: 100%;
		}
		#primary-menu{
			display: flex;
			align-items: center;
			height: 100%;
			gap: 2em;
			font-size: 1.5em;
			font-weight: 700;
			list-style: none;
			margin: 0;
			padding: 0;
			@media screen and (max-width: 1600px){
				font-size: 1.25em;
			}
			@media screen and (max-width: 1200px){
				font-size: 1em;
			}
			@media screen and (max-width: 1024px){
				flex-direction: column;
				align-items: flex-start;
				width: 100%;
				gap: 0;
				font-size: 1.25rem;
			}
		}
		#primary-menu li{
			position: relative;
			padding: 0;
			margin: 0;
			display: block;
			width: 100%;
			button.nav-expander{
				display: none;
			}
			@media screen and (max-width: 1024px){
				button.nav-expander{
					display: block;
					position: absolute;
					top: 0.5em;
					right: 0.5em;
					width: 2em;
					height: 2em;
					padding: 0;
					text-indent: -999em;
					overflow: hidden;
					background: transparent url(images/corner-top-right.svg) center no-repeat;
					background-size: 50%;
					transform: rotate(135deg);
					transition: all 0.3s ease-in-out;
				}
			}
		}
		#primary-menu ul{
			position: absolute;
			left: -99999em;
			top: 100%;
			max-width: 25em;
			min-width: 12em;
			background: #fff;
			padding: 0.3em 0;
			margin: 0;
			list-style: none;
			font-weight: 400;
			font-size: 1.25rem;
			border-top: 1px solid #f0f0f0;
			@media screen and (max-width: 1024px){
				position: relative;
				left: auto;
				top: auto;
				max-width: unset;
				min-width: unset;
				width: 100%;
				padding: 0;
				background: transparent;
				border-top: none;
				max-height: 0;
				overflow: hidden;
				transition: all 0.3s ease-in-out;
			}
		}
		@media screen and (max-width: 1024px){
			#primary-menu li.expanded{
				
				> ul{
					max-height: 200vh;
					background: #0000000f;
				}
				> button.nav-expander{
					transform: rotate(-45deg);
				}
			}
			#primary-menu > li:last-child{
				/* some space below nav menu */
				border-bottom: 2em solid #fff;
			}
		}
		@media screen and (min-width: 1025px){
			#primary-menu li li ul{
				top: -0.3em;
				border-top: 0;
				border-left: 1px solid #f0f0f0;
				z-index: 1;
				@media screen and (max-width: 1024px){
					top: auto;
					border-left: none;
				}
			}
			#primary-menu li li:nth-last-child(-n + 2) ul{
				border-left: none;
				border-right: 1px solid #f0f0f0;
			}
			#primary-menu li li ul:before{
				position: absolute;
				width: 0;
				height: 0;
				display: block;
				content: " ";
				background: transparent;
				transform: rotate(45deg);
				z-index: 0;
				left: -0.25em;
				top: 1.1em;
				border-bottom: 0.25em solid var(--rood);
				border-left: 0.25em solid var(--rood);
				border-top: 0.25em solid #fff;
				border-right: 0.25em solid #fff;
			}
			#primary-menu li li:nth-last-child(-n + 2) ul:before{
				left: unset;
				right: -0.25em;
				transform: rotate(225deg);
			}
			#primary-menu li:hover > ul{
				left: -1em;
			}
			#primary-menu li:last-child:hover > ul{
				left: unset;
				right: -1em;
			}
			#primary-menu li li:hover > ul{
				left: 100%;
			}
			#primary-menu li li:nth-last-child(-n + 2):hover ul{
				left: unset;
				right: 100%;
				text-align: right;
			}
		}
		#primary-menu a:link,
		#primary-menu a:visited{
			color: var(--rood);
			text-decoration: none;
			display: block;
			@media screen and (max-width: 1024px){
				padding: 0.5em 2.5em 0.5em 1em;
				border-bottom: 1px solid var(--rood);
			}
		}
		#primary-menu a:hover,
		#primary-menu a:active{
			text-decoration: underline;
			background: #f0f0f0;
		}
		#primary-menu a:focus{
			background: var(--rood);
			color: #fff;
		}
		#primary-menu ul a:link,
		#primary-menu ul a:visited{
			padding: 0.3em 1em;

			@media screen and (max-width: 1024px){
				padding: 0.5em 2.5em 0.5em 1.5em;
			}
		}
		#primary-menu > li > a{
			text-transform: uppercase;
			white-space: nowrap;
		}
		#primary-menu > li .reddot{
			position: absolute;
			top: -0.6em;
			right: -1em;
			background: var(--rood);
			color: #fff;
			display: block;
			aspect-ratio: 1;
			border-radius: 50%;
			width: 1.3em;
			text-align: center;
			height: 1.3em;
			line-height: 1.3em;
			font-size: 0.6em;
			font-weight: 400;;
		}
	}
}
body.small-nav #header{
	border-bottom: 1px solid #f0f0f0;
}
body.small-nav.admin-bar #header{
	z-index: 1000000;
}

body.nav-open{
	overflow: hidden;
	#header{
		.menu-toggle{
			@media screen and (max-width: 1024px){
				.nav-icon{
					span{
						transform: rotate(405deg);
						background: red;
						z-index: 0;
					}
					span:first-child{
						transform: rotate(45deg)  translate(29%, 177%);
						background: white;
						z-index: 1;
					}
					span:last-child{
						transform: rotate(-45deg)  translate(28%, -176%);
						background: white;
						z-index: 1;
					}
				}
			}
		}
		#site-navigation{
			@media screen and (max-width: 1024px){
				top: 100%;
				left: 0;
			}
		}
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

section#blue-banner{
	max-width: unset;
	padding: 0;
	margin: 5em 0 1em;
	background: #fff;
	color: #000;
	display: flex;
	height: calc(2 * var(--square));
	flex-direction: column;
	flex-wrap: wrap;
	gap: 0;
	width: 100%;
	overflow: auto;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	@media screen and (min-width: 1201px){
	}
	@media screen and (max-width: 1024px){
	}

	.usp{
		width: calc(5 * var(--square));
		flex: var(--square) 0 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 0;
		height: var(--square);

		.photo{
			aspect-ratio: 1;
			flex: var(--square) 0 0;
			img{
				width: 100%;
				height: 100%;
				object-fit: cover;
				object-position: center;
				display: block;
			}
		}
		.number{
			font-weight: 900;
			line-height: 1.1667;
			flex: calc(2 * var(--square)) 0 0;
			color: var(--rood);
			padding: calc(0.1 * var(--square));
			font-size: 1.25em;
			overflow: hidden;
			@media screen and (max-width: 1024px){
				font-size: 1em;
			}
			@media screen and (max-width: 700px){
				font-size: 0.75em;
			}

			.second-line{
				display: block;
				font-family: LarkenVariable;
				font-weight: 700;
			}
			strong{
				display: block;
				font-size: 1.8em;
				color: #000;
				font-weight: 900;
				line-height: 0.7;
				margin-bottom: 0.1667em;
				@media screen and (max-width: 1024px){
					font-size: 2em;
					white-space: nowrap;
					font-weight: 800;
				}
			}
			a.cta:link,
			a.cta:visited{
				color: var(--geel);
				font-family: LarkenVariable;
				display: block;
				margin: 0.5em 0 0;
				@media screen and (max-width: 1024px){
					margin: 0;
					min-width: 4em;
				}
			}
		}

		&:nth-child(odd):after{
			content: " ";
			display: block;
			flex: calc(2 * var(--square)) 0 0;
			background: transparent url(images/footer-bg-1.png) left top no-repeat;
			aspect-ratio: 2;
			background-size: contain;
		}
		&:nth-child(even):before{
			content: " ";
			display: block;
			flex: calc(2 * var(--square)) 0 0;
			background: transparent url(images/footer-bg-1.png) left top no-repeat;
			aspect-ratio: 2;
			background-size: contain;
		}
		&:-webkit-scrollbar {
			display: none;
		}
	}
}

section.home-intro-text{
	background: #fff;
	color: var(--donker-blauw);
	padding: 0 1em;
	margin: 0 0 3em 0;
	max-width: unset;
	display: flex;
	gap: 3em;

	.text-col{
		flex: 50% 0 0;
		font-size: 2.25em;
		line-height: 1.5;
		padding: 1em 0;

		p{
			margin: 0.5em 0;
			&:last-child{
				margin-bottom: 0;
			}
		}
		.button.cta-button{
			display: block;
			width: 100%;
		}
	}
	.img-col{
		flex: calc(50% - var(--gap));
		img{
			height: 100%;
			width: 100%;
			object-fit: cover;
			object-position: center right;
			display: block;
		}
	}


	@media screen and (min-width: 1201px){
		padding-left: var(--padding-left);
	}
	@media screen and (max-width: 1024px){
		flex-direction: column;
		gap: 0;
		margin: 0;
		.text-col{
			font-size: 1.5em;
			order: 2;
		}
		.img-col{
			order: 1;
			aspect-ratio: 2;
			margin-left: -1em;
			margin-right: -1em;
		}
	}
}

section#homepage-posts{
	max-width: unset;
	padding: 0 1em;
	margin: 0 0 3em 0;
	display: flex;
	gap: 1em;
	@media screen and (max-width: 1024px){
		flex-direction: column;
	}

	.post{
		flex: calc(50% - 0.5em) 0 0;
		position: relative;

		.thumb{
			width: 100%;
			aspect-ratio: 1.7;
			margin: 0;

			a,
			img{
				display: block;
				width: 100%;
				height: 100%;
			}
			img{
				object-fit: cover;
				object-position: center;
			}
			&:after{
				content: " ";
				position: absolute;
				width: 100%;
				height: 100%;
				background: linear-gradient(#00000000, #00000045 67%, #00000096 100%);
				top: 0;
				left: 0;
			}
		}
		.post-header{
			color: #fff;
			position: absolute;
			bottom: 0;
			left: 0;
			width: 60%;
			padding: 2em;
			@media screen and (max-width: 1024px){
				padding: 1em;
				width: auto;
			}

			.post-date{
				font-size: 1.125em;
				font-weight: 700;
				@media screen and (max-width: 1024px){
					font-size: 1em;
				}
			}
			.post-title{
				font-size: 3em;
				margin: 0;
				font-family: LarkenVariable;
				font-weight: 900;
				line-height: 1;
				@media screen and (max-width: 1024px){
					font-size: 2em;
				}

				a:link,
				a:visited{
					color: #fff;
					text-decoration: none;
				}

			}
		}

	}
}

section#homepage-timeline{
	max-width: unset;
	background: url(images/corner-top-left.svg) top 0em left 1em no-repeat,
				url(images/corner-top-right.svg) top 0em right 1em no-repeat,
				url(images/corner-bottom-left.svg) bottom 0em left 1em no-repeat,
				url(images/corner-bottom-right.svg) bottom 0em right 1em no-repeat;
	background-size: 3em;
	padding: 5rem;
	@media screen and (max-width: 1024px){
		padding: 3rem 1rem;
		background-size: 1em;
	}

	> *{
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}

	> h2{
		font-size: 3.375rem;
		font-family: LarkenVariable;
		font-weight: 900;
		line-height: 1;
		color: var(--rood);
		margin-top: 0;
		margin-bottom: 0;
		padding: 0 0 1em 5.2rem;
		background: transparent url(images/timeline-header.svg) left 0.5em no-repeat;
		background-size: 6rem auto;

		strong{
			font-family: TTCommons;
			font-size: 3.75rem;
			font-weight: 800;
			color: var(--donker-blauw);
			display: block;
		}
		@media screen and (max-width: 1024px){
			font-size: 2rem;
			padding-left: 1.6rem;
			background-size: 3rem auto;

			strong{
				font-size: 2.2rem;
			}
		}
	}

	>ul{
		list-style: none;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
		border-left: 3px solid var(--donker-blauw);
		@media screen and (max-width: 1024px){
			border-left-width: 1.5px;
		}

		li{
			display: flex;
			gap: 3em;
			margin: 0 0 3em -0.8em;
			padding: 0;
			align-items: center;
			@media screen and (max-width: 1024px){
				gap: 1em;
				flex-direction: column;
				margin: 0 0 3em -0.4em;
			}

			figure{
				flex: 24em 0 0;
				display: block;
				background: #000;
				padding-left: 6em;
				background: transparent url(images/timeline-bullet.svg) left 20% no-repeat;
				background-size: 6em auto;
				margin: 0;

				img{
					display: block;
					width: 100%;
					aspect-ratio: 1;
					object-fit: cover;
					object-position: center;
				}
				@media screen and (max-width: 1024px){
					flex: 10em 0 0;
					width: 100%;
					padding-left: 2em;
					background-size: 3em auto;

					img{
						height: 100%;
						aspect-ratio: unset;
					}
				}
			}
			.timeline-item-text{
				flex: auto 1 1;
				h3{
					margin: 0;
					font-size: 2.25em;
					font-family: LarkenVariable;
					font-weight: 900;
					@media screen and (max-width: 1024px){
						font-size: 1.5em;
					}
				}
				p{
					margin: 1em 0;
					font-size: 1.5em;
					line-height: 1.5;
					@media screen and (max-width: 1024px){
						font-size: 1.25em;
						margin-top: 0.5em;
					}

					&:last-child{
						margin-bottom: 0;
					}
				}

				@media screen and (max-width: 1024px){
					width: 100%;
					padding-left: 2em;
				}
			}

			&:last-child{
				figure{
					align-self: stretch;
					background-image: url(images/timeline-bullet-last.svg);
					background-position: left 0 top 2em;
				}
				h3{
					color: var(--donker-blauw);
				}
			}
		}
	}
}

section#homepage-partner-form{
	max-width: unset;
	display: flex;
	padding: 0;
	margin-top: 1em;
	@media screen and (max-width: 1024px){
		flex-direction: column;
	}

	> figure,
	.aanmelden{
		flex: 50% 0 0;
	}

	> figure{
		display: block;
		margin: 0;
		padding: 0;
		position: relative;
		@media screen and (max-width: 1024px){
			flex: 50svh 0 0;
		}

		img{
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center right;
		}
	}

	.aanmelden{
		background-color: var(--geel);
		background: url(images/corner-top-left-black.svg) top 1rem left 1rem no-repeat,
					url(images/corner-top-right-black.svg) top 1rem right 1rem no-repeat,
					url(images/corner-bottom-left-black.svg) bottom 1rem left 1rem no-repeat,
					url(images/corner-bottom-right-black.svg) bottom 1rem right 1rem no-repeat,
					var(--geel);
		background-size: 3rem;
		padding: 5rem;
		font-size: 1.5rem;
		@media screen and (max-width: 1024px){
			flex: auto 0 0;
			background-size: 1rem;
			padding: 3rem 1rem;
		}

		h2{
			font-size: 1.5em;
			line-height: 1.2;
			font-weight: 700;
			margin: 0 0 1em;

			em{
				font-style: normal;
				font-size: 1.333em;
			}
		}

		p{
			margin: 1em 0;
		}
		h3{
			margin: 1em 0 0;
			font-weight: 700;
			font-size: 1em;
		}
		h3 + p{
			margin-top: 0;
		}

		.wpcf7{
			font-size: 1rem;
		}
	}
}

section#homepage-map{
	display: flex;
	flex-wrap: nowrap;
	max-width: unset;
	height: 70svh;
	padding: 0;
	@media screen and (max-width: 1024px){
		flex-direction: column;
	}

	#partner-listing{
		flex: 50% 0 0;
		padding: 0 2em 0 var(--padding-left);
		height: 100%;
		overflow: auto;
		scroll-behavior: smooth;
		position: relative;
		@media screen and (max-width: 1024px){
			display: block;
			padding: 1em;
			flex: auto 0 0;
			background: var(--geel);
			height: auto;
		}

		h2{
			font-size: 3.375rem;
			font-family: LarkenVariable;
			font-weight: 900;
			line-height: 1;
			color: var(--rood);
			margin-top: 1em;
			margin-bottom: 0;

			strong{
				font-family: TTCommons;
				font-size: 3.75rem;
				font-weight: 800;
				color: var(--donker-blauw);
				display: block;
			}
			@media screen and (max-width: 1024px){
				font-size: 2rem;
				margin-top: 3em;
				strong{
					font-size: 2.2rem;
					color: #000;
				}
			}
		}

		ul{
			color: var(--donker-blauw);
			list-style: none;
			margin: 2rem 0 0;
			padding: 0;
			@media screen and (max-width: 1024px){
				display: none;
			}

			li{
				margin: 2rem 0;
				padding: 0;
				font-size: 2rem;
				cursor: pointer;

				&:last-child{
					margin-bottom: 0;
				}
				&.open{
					background: #eee;
					margin: -0.5em;
					padding: 0.5em;
				}

				h3{
					font-size: 1em;
					margin: 0;
				}
				p{
					font-size: 0.75em;
					margin: 0;
				}
			}
		}
	}
	#partner-map{
		flex: 50% 0 0;
		@media screen and (max-width: 1024px){
			flex: 70vh 0 0;
		}
		.map{
			width: 100%;
			height: 100%;
		}
	}
}


section.archive{
	.taxonomy-description{
		font-size: 1.5em;
	}
	.archive-listing{
		display: flex;
		flex-wrap: wrap;
		gap: 3em var(--gap);
		margin: 2em 0;

		article{
			flex: calc((100% - var(--gap)) / 2) 0 0;
			font-size: 1.5em;
			figure{
				height: 10em;
				margin: 0;
				padding: 0;
				display: block;

				a,img{
					display: block;
					height: 100%;
					width: 100%;
				}
				img{
					object-fit: cover;
				}
			}
			.info{
				font-size: 0.75em;
				margin: 0.5em 0;
				ul{
					margin: 0;
				}
			}
			h2{
				font-family: LarkenVariable;
				font-weight: 900;
				margin: 0 0 0.5em 0;
				line-height: 1;

				a:link,
				a:visited{
					text-decoration: none;

				}
			}
			p{
				margin: 0;
			}
		}
	}
}




/* JavaScript will position this div at the bottom of the popup tip. */
.popup-container {
	cursor: auto;
	height: 0;
	position: absolute;
	/* The max width of the info window. */
	width: 200px;

	/* The parent of the bubble. A zero-height div at the top of the tip. */
	.popup-bubble-anchor {
		/* Position the div a fixed distance above the tip. */
		position: absolute;
		width: 100%;
		bottom: 18px;
		left: 0;

		&::after {
			/* This element draws the tip. */
			content: "";
			position: absolute;
			bottom: 0;
			left: 0;
			transform: translate(-50%);
			width: 100%;
			height: 60px;
			background: transparent url(images/map-infoWindow-arrow-bg.svg) left bottom no-repeat;
		}

		.popup-bubble {
			/* Position the bubble centred-above its parent. */
			position: absolute;
			bottom: 0;
			left: 0;
			transform: translate(-50%, -40px);
			/* Style the bubble. */
			background: var(--geel) url(images/map-infoWindow-bg.svg) left top no-repeat;
			background-size: 100% auto;
			padding: 2rem 1.5rem;
			border-radius: 0;
			font-family: TTCommons;
			margin: 0;
			overflow-y: auto;
			font-size: 1rem;
			h3{
				margin: 0;
				font-size: 1em;
			}
		}
	}
}

#footer{
	color: #fff;
	background: #000;
	padding: 0;

	a:link,
	a:visited{
		color: #fff;

	}

	.footer-topline{
		width: 100%;
		height: var(--square);
		background: url(images/footer-bg-1.png) left top no-repeat, 
					url(images/banner-horizontaal.png) left top repeat-x, 
					var(--donker-blauw);
		background-size: auto 100%, auto 200%;
		color: #fff;
		padding: 0 calc(2 * var(--square));
		margin: 0;
		@media screen and (max-width: 1024px){
			padding: calc(2.5 * var(--square)) 0 0;
			height: auto;
			background: url(images/footer-bg-1.png) left top no-repeat, 
						var(--donker-blauw);
			background-size: 100% auto;
		}

		.text{
			background: var(--donker-blauw);
			display: flex;
			align-items: center;
			height: 100%;
			width: calc(5 * var(--square));
			padding: 0 calc(0.5 * var(--square));
			@media screen and (max-width: 1024px){
				width: 100%;
				height: auto;
				background: #fff;
			}
			h3{
				font-size: 1.5em;
				color: #fff;
				font-family: LarkenVariable;
				font-weight: 900;
				line-height: 1;
				strong{
					display: block;
					font-size: 1.2em;
					font-family: TTCommons;
					font-weight: 900;
				}
				@media screen and (max-width: 1024px){
					color: var(--donker-blauw);
					strong{
						color: var(--rood);
					}
				}
			}
		}
	}
	.footerwrap{
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		gap: 0;
		padding: 5em 0;
		@media screen and (max-width: 1024px){
			flex-direction: column;
			padding: 1em 1em 5em 1em;
		}


		.left{
			flex: calc(1.5 * var(--square)) 0 1;
			@media screen and (max-width: 1024px){
				flex: auto 1 1;
			}
			.logo{
				width: 100%;
				img{
					display: block;
					width: 100%;
				}
				@media screen and (max-width: 1024px){
					display: none;
				}
			}
		}
		.right{
			flex: auto 1 1;
		}

		.socials{
			list-style: none;
			margin: 2em 0;
			padding: 0;
			display: flex;
			gap: 1em;
			@media screen and (max-width: 1024px){
				margin: 0 0 1em 0;
			}
			li{
				margin: 0;
				padding: 0;

				a{
					background: transparent url(images/socials/instagram-white.svg) center no-repeat;
					background-size: contain;
					display: block;
					width: 2em;
					height: 2em;
					text-indent: -9999em;
					overflow: hidden;

					&.youtube{
						background-image: url(images/socials/youtube.svg);
					}
					&.linkedin{
						background-image: url(images/socials/linkedin.svg);
					}
					&.facebook{
						background-image: url(images/socials/socialLink-fb.svg);
					}
				}
			}
		}

		ul.menu{
			list-style: none;
			margin: 0;
			padding: 0;
			display: flex;
			flex-wrap: wrap;
			gap: 2em;
			justify-content: flex-end;
			@media screen and (max-width: 1024px){
				flex-direction: column;
				gap: 0.5em;
			}

			li{
				margin: 0 0 0.5em 0;
				padding: 0;
			}

			a:link,
			a:visited{
				font-size: 1.125em;
				text-decoration: none;
			}
			a:hover{
				text-decoration: underline;
			}

			> li > a{
				font-weight: 700;
			}

			ul.sub-menu{
				list-style: none;
				margin: 0;
				padding: 0;

				li{
					margin: 0;
					padding: 0;
				}
			}
		}
	}
}

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

.widget select {
    max-width: 100%;
}
.widget.widget_recent_entries, .widget.widget_recent_comments,.widget.widget_categories,.widget.widget_archive,.widget.woocommerce.widget_shopping_cart,.widget.woocommerce.widget_product_search,.widget.widget_calendar,.widget.popular-posts{
    background: rgb(0 0 0 / 10%);
    padding: 20px;
    border-bottom: 2px solid rgb(0 0 0 / 10%);
}
.widget-area .widget ul{margin-bottom: 0;}
.widget-area td#today {
    font-weight: bold;
    color: #2581ea;
}

/* 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 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;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

a.skip-link {
    font-size: 15px !important;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}













html{
scroll-behavior: smooth;
}
article.verslag ul.thumbs{
	list-style: none;
	margin: 5em auto 5em;
	padding: 0 0 6em;
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	justify-content: center;
	position: relative;
}
article.verslag ul.thumbs:after{
	content: " ";
	position: absolute;
	display: block;
	width: 2em;
	height: 2em;
	left: 50%;
	top: calc(100% - 4em);
	transform: translateX(-50%);
	background: transparent url(images/drop.png) center no-repeat;
	background-size: contain;
	animation: 1s infinite alternate bouncing;
}
@keyframes bouncing {
  from {
    transform: translateX(-50%) translateY(0);
  }

  to {
    transform: translateX(-50%) translateY(-20px);
  }
}
article.verslag ul.thumbs li{
	margin: 0;
	display: block;
	flex: 18% 0 0;
	aspect-ratio: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
@media all and (max-width: 1024px){
	article.verslag ul.thumbs li{
		flex: 40%;
	}
}
article.verslag ul.thumbs li a{
	display: block;
	width: 100%;
	height: 100%;
}
article.verslag ul.thumbs li img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

article.verslag ul.large{
	list-style: none;
	margin: 30vh auto 0;
	padding: 0 0 0;
}
article.verslag ul.large li{
	display: block;
	position: sticky;
	top: 50vh;
	margin: 0 auto 10em;
	padding: 0;
	border-radius: 1em;
	overflow: hidden;
	border: 3px solid #fff;
	background: #fff;
	box-shadow: 0 0 2em rgba(0,0,0,0.3);
	max-height: 80vh;
	width: fit-content;
}
article.verslag ul.large li:last-child{
	margin-bottom: 0;
}
article.verslag ul.large li img{
	max-width: 100%;
	max-height: 100%;
	height: auto;
	display: block;
}
@media all and (max-width: 1024px){
	article.verslag ul.large{
		max-width: 90%;
	}
	article.verslag ul.large li{
		border-width: 3px;
	}
}
article.verslag ul.large li:nth-child(24n + 1){
	transform: rotate(-2deg) translate(0, -50%);
}
article.verslag ul.large li:nth-child(24n + 2){
	transform: rotate(3deg) translate(0, -50%);
}
article.verslag ul.large li:nth-child(24n + 3){
	transform: rotate(5deg) translate(0, -50%);
}
article.verslag ul.large li:nth-child(24n + 4){
	transform: rotate(-1deg) translate(0, -50%);
}
article.verslag ul.large li:nth-child(24n + 5){
	transform: rotate(-2deg) translate(0, -50%);
}
article.verslag ul.large li:nth-child(24n + 6){
	transform: rotate(2deg) translate(0, -50%);
}
article.verslag ul.large li:nth-child(24n + 7){
	transform: rotate(-4deg) translate(0, -50%);
}
article.verslag ul.large li:nth-child(24n + 8){
	transform: rotate(2deg) translate(0, -50%);
}
article.verslag ul.large li:nth-child(24n + 9){
	transform: rotate(3deg) translate(0, -50%);
}
article.verslag ul.large li:nth-child(24n + 10){
	transform: rotate(-2deg) translate(0, -50%);
}
article.verslag ul.large li:nth-child(24n + 11){
	transform: rotate(-4deg) translate(0, -50%);
}
article.verslag ul.large li:nth-child(24n + 12){
	transform: rotate(5deg) translate(0, -50%);
}
article.verslag ul.large li:nth-child(24n + 13){
	transform: rotate(2deg) translate(0, -50%);
}
article.verslag ul.large li:nth-child(24n + 14){
	transform: rotate(-2deg) translate(0, -50%);
}
article.verslag ul.large li:nth-child(24n + 15){
	transform: rotate(1deg) translate(0, -50%);
}
article.verslag ul.large li:nth-child(24n + 16){
	transform: rotate(-3deg) translate(0, -50%);
}
article.verslag ul.large li:nth-child(24n + 17){
	transform: rotate(-4deg) translate(0, -50%);
}
article.verslag ul.large li:nth-child(24n + 18){
	transform: rotate(2deg) translate(0, -50%);
}
article.verslag ul.large li:nth-child(24n + 19){
	transform: rotate(-3deg) translate(0, -50%);
}
article.verslag ul.large li:nth-child(24n + 20){
	transform: rotate(4deg) translate(0, -50%);
}
article.verslag ul.large li:nth-child(24n + 21){
	transform: rotate(2deg) translate(0, -50%);
}
article.verslag ul.large li:nth-child(24n + 22){
	transform: rotate(-1deg) translate(0, -50%);
}
article.verslag ul.large li:nth-child(24n + 23){
	transform: rotate(-5deg) translate(0, -50%);
}
article.verslag ul.large li:nth-child(24n + 24){
	transform: rotate(2deg) translate(0, -50%);
}




/*
 * NB popup
 */
#nb-popup{
	display: none;
	position: fixed;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: auto;
	background: #fff;
	z-index: 1100; /* pfff */
	box-sizing: border-box;
	padding: 2em;
	font-family: "TTCommons";
}
@media all and (max-width:768px){
	#nb-popup{
		width: 100%;
		min-height: 100%;
		left: 0;
		top: 0;
		transform: none;
	}
}
#nb-popup.visible{
	display: block;
}
#nb-popup .close-btn{
	width: 2em;
	height: 2em;
	text-overflow: hidden;
	text-indent: -9999em;
	background: transparent url(images/close-btn.png) center no-repeat;
	background-size: contain;
	border: none;
	position: absolute;
	right: 2em;
	top: 2em;
	padding: 0;
	margin: 0;
}
#mc_embed_signup{
	font-family: "TTCommons";
	font-size: 1rem;
}
#mc_embed_signup form{
	padding: 0;
}
#mc_embed_signup_scroll{
	display: flex;
	flex-wrap: wrap;
	column-gap: 2em;
}
#mc_embed_signup_scroll .indicates-required{
	margin: 0 0 2em;
}
#mc_embed_signup_scroll .mc-field-group,
.wpcf7-form p{
	flex: 100% 0 0;
	margin: 0 0 1.5em;
}
.wpcf7-form p:has(input[type="checkbox"]){
	display: flex;
	align-items: center;
	gap: 1em;
}
.wpcf7-form p input[type="checkbox"]{
	width: 1em;
}

#mc_embed_signup_scroll .mc-field-group.fname,
#mc_embed_signup_scroll .mc-field-group.lname{
	flex: calc(50% - 1em) 0 1;
}
@media all and (max-width:768px){
	#mc_embed_signup_scroll .mc-field-group.fname,
	#mc_embed_signup_scroll .mc-field-group.lname{
		flex: 100% 0 0;
	}
}
#mc_embed_signup #mce-responses{
	flex: 100% 0 0;
}
#mc_embed_signup .clear{
	margin: 1em 0 0;
}
#mc_embed_signup .clear input[type="submit"],
#mc_embed_signup button.g-recaptcha,
.wpcf7-form  input[type="submit"]{
	font-size: 2rem;
	width: auto;
}
#mc_embed_signup .g-recaptcha,
#mc_embed_signup .clear{
}
div:has(> .grecaptcha-badge){
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
}

#mc_embed_signup .clear input[type="submit"][disabled],
.wpcf7-form  input[type="submit"][disabled] {
    cursor: not-allowed;
    filter: alpha(opacity = 65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}





ul.medewerkers{
	list-style: none;
	margin: 2em 0;
	padding: 0;
	/*
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
    */
}
ul.medewerkers > li{
	margin: 2em 0;
	padding: 0;
	display: grid;
	grid-template-areas:
        "foto motivatie"
        "naam motivatie"
        "functie motivatie"
        "link motivatie";
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 1em;
	/*flex: 30% 0 0;*/

}
ul.medewerkers > li h2{
	text-align: center;
	grid-area: naam;
}
ul.medewerkers > li img{
	border-radius: 50%;
	aspect-ratio: 1;
	object-fit: cover;
	width:75%;
	margin: 0 auto;
	display: block;
	border: 2px solid #ff0007;
	padding: 3px;
	grid-area: foto;
}
ul.medewerkers > li .functie{
	font-style: italic;
	font-size: 1.333em;
	text-align: center;
	grid-area: functie;
}
ul.medewerkers > li .link{
	grid-area: link;
	text-align: center;
}
ul.medewerkers > li .motivatie{
	grid-area: motivatie;
	margin: 1em 0;
	font-size: 1.1667em;
	line-height: 1.5em;
	font-style: italic;
}
ul.medewerkers > li p{
	margin: 0 0 .667em 0;
}


.projectenoverzicht article{
	display: flex;
	gap: 2em;
	margin: 4em 0;
}
.projectenoverzicht article .project-teaser-img{
	flex: 50% 0 0;
	display: block;
	width: 100%;
	aspect-ratio: 2/1;
}
.projectenoverzicht article .project-teaser-img img{
	height: 100%;
	width: 100%;
	display: block;
	object-fit: cover;
}
.projectenoverzicht article > .project-desc{
	flex: auto 1 1;
}
.projectenoverzicht article h2{
	grid-area: title;
	margin: 0.5em 0 0.5em ;
}
.projectenoverzicht article > .project-desc *:not(h2){
	margin-bottom: 0.5em;
	margin-top: 0;
}
.projectenoverzicht article h2 a:link,
.projectenoverzicht article h2 a:visited{
	color: #ff0007;
	text-decoration: none;
}
.projectenoverzicht article h2 a:hover{
	text-decoration: underline;
}




.partneroverzicht{
	display: flex;
	flex-wrap: wrap;
	margin-top: 4em;
}
.partneroverzicht .letter{
	flex: 50% 0 0;
}

.wpcf7-form .hidden-download{
	display: none;
}
.wpcf7-form.sent .hidden-download{
	display: block;
}


.matchmakers-dashboard {
	background: var(--donker-blauw);
	padding: 0.1em;
	gap: 0 0.1em;
	color: var(--donker-blauw);
}
.matchmakers-dashboard > * {
	background: #fff;
	display: block;
	width: 100%;
	padding: 0 1rem;
}
#matchmakers-form{
	margin-top: 5em;
}
