/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Lava";
  src: url("../fonts/LavaStd-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lava";
  src: url("../fonts/LavaStd-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Lava";
  src: url("../fonts/LavaStd-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Lava";
  src: url("../fonts/LavaStd-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Lava";
  src: url("../fonts/LavaStd-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lava";
  src: url("../fonts/LavaStd-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Lava";
  src: url("../fonts/LavaStd-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Lava";
  src: url("../fonts/LavaStd-HeavyItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Mic32";
  src: url("../fonts/Mic32New-Lt.eot");
  src: url("../fonts/Mic32New-Lt.eot?#iefix") format("embedded-opentype"), url("../fonts/Mic32New-Lt.woff2") format("woff2"), url("../fonts/Mic32New-Lt.woff") format("woff"), url("../fonts/Mic32New-Lt.ttf") format("truetype"), url("../fonts/Mic32New-Lt.svg#mic_32_newlight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Mic32";
  src: url("../fonts/Mic32New-Rg.eot");
  src: url("../fonts/Mic32New-Rg.eot?#iefix") format("embedded-opentype"), url("../fonts/Mic32New-Rg.woff2") format("woff2"), url("../fonts/Mic32New-Rg.woff") format("woff"), url("../fonts/Mic32New-Rg.ttf") format("truetype"), url("../fonts/Mic32New-Rg.svg#mic_32_newregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Mic32";
  src: url("../fonts/Mic32New-Md.eot");
  src: url("../fonts/Mic32New-Md.eot?#iefix") format("embedded-opentype"), url("../fonts/Mic32New-Md.woff2") format("woff2"), url("../fonts/Mic32New-Md.woff") format("woff"), url("../fonts/Mic32New-Md.ttf") format("truetype"), url("../fonts/Mic32New-Md.svg#mic_32_newmedium") format("svg");
  font-weight: 500;
  font-style: normal;
}
body {
  font-size: 16px;
  background: #f4f1ec;
  color: #2c2e34;
  font-family: Lava, serif;
  padding-top: 120px;
  line-height: 1.1428571429;
  position: relative;
}

* {
  box-sizing: border-box;
}



body {
	font-family: Lava, serif;
	line-height: 1.1428571429;
	color: #5a5f62;
	background: #f6f3ea;
}

h1, h2, h3 { text-wrap: balance }
h2 { font-weight: bold }
p, li, figcaption, [class*="caption"] { text-wrap: pretty }

em, i { font-style: italic }
strong, b { font-weight: 700 }

svg { display: block }


figure:not(.full) img, .loop img {
	clip-path: polygon(30% 0%, 100% 0%, 100% 70%, 70% 100%, 0% 100%, 0% 30%);
}

.hidden {
  display: none;
}

.loadmore {
  appearance: none;
  border: none;
  display: block;
  cursor: pointer;
  color: #6b6d71;
  background: transparent;
  margin: 40px 0 40px 40px;
  font-size: inherit;
  text-transform: lowercase;
}
.blog .loadmore, .agenda .loadmore {
  margin-left: 80px;
}
.loadmore:hover {
  color: #009cde;
}


form.lsb-form .lsb-form-label-required { display: none }
form.lsb-form { margin-block: 40px /* 70px */ }

p:has(+ .lsb-form .lsb-form-success-container) { display: none }
.lsb-form:has(.lsb-form-success-container) { margin-top: 0 }

p:has(+ .lsb-form .lsb-form-success-container.lsb-visually-hidden) { display: block }
p + form.lsb-form:has(.lsb-form-success-container.lsb-visually-hidden) { margin-top: 40px }

form.lsb-form .lsb-form-field-error-feedback,
form.lsb-form .lsb-form-global-error {
	margin-block: .75em 1.5em;
	font-size: 1em;
	line-height: 1.4;
	text-wrap: pretty;
}


svg {
  display: block;
}

strong {
  font-weight: 700;
}

body > header,
#main header,
#main .content,
body > footer {
  padding: 0 30px;
}

#bottom {
  margin: 0 30px;
}

/*#mainmenu,*/
body > footer {
  max-width: 1200px;
  margin: 0 auto;
}
.loop .date {
  font-size: 16px;
  line-height: 20px;
}

.loop .categorie {
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
  text-transform: lowercase;
  color: #009cde;
}

#main > article > header figcaption {
  font-size: 80%;
}

#main.single {
  display: grid;
  grid-template-columns: 1fr 650px 250px 1fr;
  grid-template-rows: auto;
  grid-template-areas: "header header header header" ". main sidebar ." ". bottom . .";
}
@media (max-width: 900px) {
  #main.single {
    grid-template-columns: 0 65fr 25fr 0;
  }
}
.single-post #main.single {
  grid-template-columns: 1fr 200px 650px 250px 1fr;
  grid-template-rows: auto;
  grid-template-areas: "header header header header header" ". left main sidebar ." ". . bottom . .";
}
@media (max-width: 900px) {
  .single-post #main.single {
    grid-template-columns: 0 1fr 0;
    grid-template-areas: "header header header" ". main ." ". left ." ". sidebar ." ". bottom .";
  }
}
#main.single #bottom {
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: 60px;
  padding: 30px 0 0;
  text-align: right;
  grid-area: bottom;
}
#main.single #bottom a {
  color: #6b6d71;
  text-decoration: none;
  display: inline-block;
}
#main.single #bottom a:hover {
  text-decoration: underline;
}
#main.single #bottom a::before {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg width="15.259" height="15.259" version="1.1" viewBox="0 0 4.0372 4.0372" xmlns="http://www.w3.org/2000/svg"><path d="m3.6385 3.7828 0.39864-0.39864v-3.3842h-3.3842l-0.39864 0.39864 3.0917-0.0042333-3.3461 3.3461 0.29704 0.29669 3.3457-3.3457z" fill="%236b6d71"/></svg>') bottom center/contain no-repeat;
  float: right;
  display: inline-block;
  margin-left: 5px;
  color: #6b6d71;
  width: 9px;
  height: 15px;
  margin-left: 10px;
  transform: rotate(45deg);
  width: 10px;
  height: 14px;
}
@media (max-width: 900px) {
  #main.single #bottom {
    display: none;
  }
}
#main.single > article > header {
  grid-area: header;
}
#main.single .content {
  grid-area: main;
}


#main.single .content > ul:not(.blocks) {
	margin-bottom: 1rem;
	padding-left: 1rem;
	list-style-type: '– ';
}
#main.single .content > ul:not(.blocks) > li {
	padding-left: .25rem;
}

#main.single .content > ol {
	margin-bottom: 1rem;
	padding-left: 1rem;
	
	list-style-type: decimal;
}
#main.single .content > ol > li {
	margin-bottom: 1rem;
	padding-left: .25rem;
}


#main.single .content h2 { 
	margin-bottom: .25rem;
	line-height: 1.4;
}
#main.single .content h2:not(:first-child) {
	margin-top: 3rem;
}

#main.single .content a {
  color: inherit;
}
#main.single .content img {
	width: auto;
	height: auto;
	max-width: 100%;
}


#main.single .content table {
	margin-block: 2rem;
}
#main.single .content table th {
	font-weight: 500;
}
#main.single .content table tr > * {
	padding: .25rem .5rem;
	border: 1px solid #5a5f62;
}
#main.single .content table tr > *:first-child {
	border-left: 0;
}
#main.single .content table tr > *:last-child {
	border-right: 0;
}
#main.single .content table tbody tr:first-child > * {
	border-top: 0;
}
#main.single .content table tbody tr:last-child > * {
	border-bottom: 0;
}



#main.single .left, #main.single .content {
  padding-top: 75px;
}
#main.single .left {
  grid-area: left;
}
#main.single .left p {
  margin-bottom: 8px;
}
#main.single .left a {
  color: #6b6d71;
  text-decoration: none;
  text-transform: lowercase;
}
#main.single .left a:hover {
  text-decoration: underline;
}
#main.single aside {
  grid-area: sidebar;
  margin-top: 100px;
  line-height: 1.4;
  padding: 0 0 30px 0;
}
#main.single > article {
  display: contents;
  font-size: 16px;
  line-height: 1.4;
}
#main.single > article > header {
  padding-top: 60px;
  padding-bottom: 45px;
  display: grid;
  grid-template-columns: 1fr 400px 600px 1fr;
  grid-template-columns: 1fr 450px 650px 1fr;
  grid-template-rows: auto 1fr;
  grid-auto-flow: column;
}
@media (max-width: 1200px) {
  #main.single > article > header {
    grid-template-columns: 0 1fr 1.3fr 0;
    padding-left: 30px;
  }
}
@media (max-width: 900px) {
  #main.single > article > header {
    display: block;
  }
}
#main.single > article > header h1 {
  font-size: 60px;
  line-height: 1.1;
  order: 2;
  margin-bottom: 30px;
  grid-column-start: 2;
  font-weight: 500;
}
@media (max-width: 1200px) {
  #main.single > article > header h1 {
    font-size: 50px;
  }
}
#main.single > article > header p {
  order: 3;
  grid-column-start: 2;
}
#main.single > article > header p.subtitle {
  align-self: end;
  padding-left: 100px;
}
@media (max-width: 900px) {
  #main.single > article > header p.subtitle {
    padding: 0;
  }
}
#main.single > article > header p.date {
  order: 1;
  grid-column-start: 2;
  margin-bottom: 10px;
}
#main.single > article > header figure {
  margin-left: 30px;
  margin-top: 5px;
  grid-column: 3;
  grid-row: 1/span 2;
  display: flex;
}
@media (max-width: 900px) {
  #main.single > article > header figure {
    margin: 10px 0;
  }
}
#main.single > article > header figure img {
  margin-right: 30px;
  flex-shrink: 0;
  align-self: start;
}
@media (max-width: 1200px) {
  #main.single > article > header figure img {
    max-width: 60%;
    height: auto;
  }
}
@media (max-width: 1200px) and (max-width: 900px) {
  #main.single > article > header figure img {
    width: 100%;
    max-width: none;
    margin: 10px 0;
  }
}
@media (max-width: 900px) {
  #main.single > article > header figure {
    display: block;
  }
}
#main.single > article .content p:first-of-type {
  font-weight: 500;
}
#main.single > article .content p {
  margin-bottom: 1em;
}
#main.single > article .content figure {
  max-width: 100%;
  position: relative;
}
#main.single > article .content figure img {
  width: 100%;
}
#main.single > article .content figure figcaption {
  position: absolute;
  top: 20px;
  left: 100%;
  padding-left: 20px;
  width: 200px;
  font-size: 14px;
  color: #6b6d71;
}
#main.single > article .content .faces h2 {
  font-size: 40px;
  color: #6b6d71;
}
#main.single > article .content .faces h3 {
  font-weight: bold;
}
#main.single > article .content .faces p {
  font-weight: normal;
}
#main.single > article .content .faces p:first-of-type {
  margin-bottom: 0;
}
#main.single > article .content .faces p.omschrijving {
  margin-top: 20px;
}
#main.single > article .content .faces ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 80px 40px;
  margin: 4em 0;
}
@media (max-width: 900px) {
  #main.single > article .content .faces ul {
    grid-template-columns: 1fr;
  }
}
#main.single > article .content .faces ul li img {
  width: 100%;
}
#main.single > article .content .faces a {
  color: #009cde;
  text-decoration: none;
  font-weight: 400;
}
#main.single > article .content .faces a:hover {
  text-decoration: underline;
  color: #009cde;
}
#main.single > article .content .blocks {
  display: grid;
  grid-gap: 80px 40px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 900px) {
  #main.single > article .content .blocks {
    grid-template-columns: 1fr;
  }
}
#main.single > article .content .blocks p {
  font-weight: normal;
}
#main.single > article .content .blocks a {
  color: #009cde;
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  font-weight: 400;
}
#main.single > article .content .blocks a:hover {
  text-decoration: underline;
  color: #009cde !important;
}
#main.single > article .content .blocks .extern a {
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#main.single > article .content .blocks .extern a::before {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg width="15.259" height="15.259" version="1.1" viewBox="0 0 4.0372 4.0372" xmlns="http://www.w3.org/2000/svg"><path d="m3.6385 3.7828 0.39864-0.39864v-3.3842h-3.3842l-0.39864 0.39864 3.0917-0.0042333-3.3461 3.3461 0.29704 0.29669 3.3457-3.3457z" fill="%236b6d71"/></svg>') bottom center/contain no-repeat;
  float: right;
  display: inline-block;
  margin-left: 5px;
  color: #6b6d71;
  width: 9px;
  height: 15px;
}
#main.single > article .content .blocks .intern h2 a {
  font-weight: inherit;
}
#main.single > article .content .blocks .intern h2 a::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg width="15.259" height="15.259" version="1.1" viewBox="0 0 4.0372 4.0372" xmlns="http://www.w3.org/2000/svg"><path d="m3.6385 3.7828 0.39864-0.39864v-3.3842h-3.3842l-0.39864 0.39864 3.0917-0.0042333-3.3461 3.3461 0.29704 0.29669 3.3457-3.3457z" fill="%236b6d71"/></svg>') bottom center/contain no-repeat;
  float: right;
  display: inline-block;
  margin-left: 5px;
  color: #6b6d71;
  width: 9px;
  height: 15px;
  float: none;
  display: inline-block;
  transform: rotate(45deg);
  width: 12px;
  height: 16px;
  margin-left: 8px;
}
#main.single > article .content .blocks h2 {
  color: #009cde;
  text-transform: lowercase;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1em;
}
#main.single.no-sidebar .content {
  grid-area: none;
  grid-column: 2/4;
  grid-row: 2;
  max-width: 1100px;
  padding-left: 30px;
}
@media (min-width: 1200px) {
  #main.single.no-sidebar .content {
    padding-left: 0;
  }
}
#main.single.no-sidebar article .faces ul {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 900px) {
  #main.single.no-sidebar article .faces ul {
    grid-template-columns: 1fr;
  }
}
#main.single > article > h1 {
  grid-column: 2/4;
  font-size: 60px;
  margin-top: 50px;
  color: #6b6d71;
  text-transform: lowercase;
}
#main.single > article > h1 + .content {
  padding-top: 50px;
  padding-left: 100px !important;
}

body > header {
  background: #fff;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
body > header:hover {
  z-index: 9999999;
}

h1, header .date, .year_mark, aside .categories, .categorie, #contact h2, .faces h2,
#mainmenu, #search > button, #searchpopup *, .blocks h2, input, button, .faces h3,
.faces .functie, .faces .email, footer > ul li, .block article .date,
nav.left, #bottom, .result_count, .search_keyword, .loadmore, .error404 .intro {
  font-family: Mic32, sans-serif;
}

h2 {
  font-weight: bold;
}

.blocks h2 {
  font-weight: 500;
}

#mainmenu {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
#mainmenu > a {
  align-self: center;
}
#mainmenu ul {
  list-style-type: none;
}
#mainmenu ul.children {
  display: none;
  position: absolute;
}
#mainmenu ul li {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}
#mainmenu ul li.current_page_item > a, #mainmenu ul li.current_page_ancestor > a {
  color: #009cde;
}
#mainmenu ul li.current_page_item > a::after, #mainmenu ul li.current_page_ancestor > a::after {
  width: 100%;
}
#mainmenu ul li:hover ul {
  left: 95px;
  right: 95px;
  margin: 0 auto;
  min-height: 200px;
  background: #fff;
  display: grid;
  grid-auto-flow: column;
  gap: 1rem;
  z-index: 10000;
  padding: 40px;
}
#mainmenu ul li:hover ul a {
  display: block;
}
#mainmenu ul a {
  display: inline-block;
  padding: 16px 0 2px;
  text-decoration: none;
  color: #6b6d71;
}
#mainmenu ul a::after {
  content: "";
  display: block;
  width: 0;
  height: 6px;
  margin-top: 7px;
  background: #009cde;
  transition: width 0.2s;
}
#mainmenu ul a.active, #mainmenu ul a:hover {
  color: #009cde;
}
#mainmenu ul a.active::after, #mainmenu ul a:hover::after {
  width: 100%;
}

#rightmenu {
  display: flex;
}

.date a {
  color: inherit;
  text-transform: lowercase;
  text-decoration: none;
}
.date a:hover {
  text-decoration: underline;
}

.bg-green > article > header {
  background: #00ab93;
  color: #2c2e34;
  --alt-color: white;
}
.bg-green > article > header .date {
  color: #2c2e34;
}
.bg-green > article > header h1 {
  color: white;
}
.bg-green aside h1, .bg-green aside .block a:hover, .bg-green#main.single .content a:hover {
  color: #00ab93 !important;
}
.bg-green #bottom {
  border-color: #00ab93;
}

body.archive.post-type-archive-agenda #main > h1 {
  color: #ff8f91;
}

.bg-gray > article > header {
  color: #2c2e34;
  --alt-color: white;
}
.bg-gray article header h1, .bg-gray aside h1, .bg-gray aside .block a:hover, .bg-gray#main.single .content a:hover {
  color: #009cde !important;
}
.bg-gray #bottom {
  border-color: #009cde;
}

.bg-pink > article > header {
  background: #ff8f91;
  color: #2c2e34;
  --alt-color: white;
}
.bg-pink aside h1, .bg-pink aside .block a:hover, .bg-pink#main.single .content a:hover {
  color: #ff8f91 !important;
}
.bg-pink #bottom {
  border-color: #ff8f91;
}

.bg-blue > article > header {
  background: #009cde;
  color: #2c2e34;
  color: white;
  --alt-color: white;
}
.bg-blue > article > header .date {
  color: #2c2e34;
}
.bg-blue aside h1, .bg-blue aside .block a:hover, .bg-blue#main.single .content a:hover {
  color: #009cde !important;
}
.bg-blue #bottom {
  border-color: #009cde;
}

article header .date {
  color: var(--alt-color);
}

#contact > h1, body.archive #main > h1, body.search #main > h1, body.error404 #main > h1 {
  text-transform: lowercase;
  rotate: 180deg;
  writing-mode: vertical-lr;
  align-self: start;
  font-size: 155px;
  line-height: 1;
  color: #009cde;
  margin: 70px 0 0 0px;
  position: absolute;
  left: 80px;
}
@media (max-width: 900px) {
  #contact > h1, body.archive #main > h1, body.search #main > h1, body.error404 #main > h1 {
    rotate: none;
    writing-mode: unset;
    font-size: 50px;
    margin: 20px 0 20px;
    position: static;
  }
}

body.archive #main, body.search #main, body.error404 #main {
  display: grid;
  grid-template-columns: 155px 1fr 300px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 30px;
  min-height: 500px;
}
body.archive #main .search_wrapper, body.search #main .search_wrapper, body.error404 #main .search_wrapper {
  grid-column: 2;
}
@media (max-width: 900px) {
  body.archive #main, body.search #main, body.error404 #main {
    display: block;
  }
}
body.archive .loop, body.search .loop, body.error404 .loop {
  padding: 50px 60px 0 0;
  grid-column: 2;
  max-width: 550px;
  margin-left: auto;
}
@media (max-width: 900px) {
  body.archive .loop, body.search .loop, body.error404 .loop {
    padding: 0;
    max-width: none !important;
  }
}
body.archive aside, body.search aside, body.error404 aside {
  padding: 110px 0 0 0;
}
@media (max-width: 900px) {
  body.archive aside, body.search aside, body.error404 aside {
    padding: 0;
  }
}
body.archive aside .categories, body.search aside .categories, body.error404 aside .categories {
  padding: 30px;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  body.archive aside .categories, body.search aside .categories, body.error404 aside .categories {
    padding: 0;
  }
}
body.archive aside .categories li, body.search aside .categories li, body.error404 aside .categories li {
  color: #b8c0c5;
  line-height: 1.3333333333;
  font-size: 15px;
}
body.archive aside .categories li a, body.search aside .categories li a, body.error404 aside .categories li a {
  text-transform: lowercase;
  color: #6b6d71;
  text-decoration: none;
}
body.archive aside .categories li a:hover, body.search aside .categories li a:hover, body.error404 aside .categories li a:hover {
  text-decoration: underline;
  color: #009cde;
}

body.post-type-archive-agenda aside {
  padding-top: 50px;
}

body.home #main > h1, body.search #main > h1 {
  writing-mode: unset;
  rotate: none;
  margin-top: 55px;
  font-size: 70px;
}
body.home #main .loop, body.search #main .loop {
  padding-top: 120px;
}

body.search #main .loop {
  padding-top: 200px;
  color: #6b6d71;
}
body.search #main .loop .search_keyword,
body.search #main .loop .result_count {
  font-size: 20px;
}
body.search #main .loop .search_keyword {
  font-weight: bold;
  margin-bottom: 20px;
}
body.search #main .loop article {
  border-bottom: 1px solid #009cde;
  padding: 8px 0;
}
body.search #main .loop article:first-of-type {
  border-top: 1px solid #009cde;
}
body.search #main .loop article header {
  padding: 0;
}
body.search #main .loop article h1 {
  font-size: 20px;
}
body.search #main .loop article h1::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg width="15.259" height="15.259" version="1.1" viewBox="0 0 4.0372 4.0372" xmlns="http://www.w3.org/2000/svg"><path d="m3.6385 3.7828 0.39864-0.39864v-3.3842h-3.3842l-0.39864 0.39864 3.0917-0.0042333-3.3461 3.3461 0.29704 0.29669 3.3457-3.3457z" fill="%236b6d71"/></svg>') bottom center/contain no-repeat;
  float: right;
  display: inline-block;
  margin-left: 5px;
  color: #6b6d71;
  width: 9px;
  height: 15px;
  transform: rotate(45deg);
  margin-left: 10px;
  float: none;
}
body.search #main .loop article a {
  color: inherit;
  text-decoration: none;
}
body.search #main .loop article a:hover {
  text-decoration: underline;
  color: #009cde;
}
body.search #main .loop article a:hover {
  text-decoration: none;
}
body.search #main .loop article p {
  color: #2c2e34;
}

body.blog #main .year_mark, body.page #main .year_mark {
  display: flex;
  color: #009cde;
  font-size: 22px;
  margin-bottom: 20px;
}
body.blog #main .year_mark:after, body.page #main .year_mark:after {
  content: "";
  flex-grow: 1;
  border-top: 1px solid #009cde;
  margin: 0.5em 0 0 20px;
}
body.blog #main .year_mark, body.blog #main .loop article, body.page #main .year_mark, body.page #main .loop article {
  margin-bottom: 50px;
}
body.blog #main .loop article, body.page #main .loop article {
  padding-left: 25px;
  overflow: hidden;
}
@media (max-width: 900px) {
  body.blog #main .loop article, body.page #main .loop article {
    padding: 0;
  }
}
body.blog #main .loop article .categorie a, body.page #main .loop article .categorie a {
  font-weight: 300;
  color: #009cde;
  text-decoration: none;
}
body.blog #main .loop article .categorie a:hover, body.page #main .loop article .categorie a:hover {
  text-decoration: underline;
}
body.blog #main .loop article .categorie:before, body.page #main .loop article .categorie:before {
  content: "";
  display: inline-block;
  width: 15px;
  border-top: 1px solid #009cde;
  padding-bottom: 0.5ex;
}
body.blog #main .loop article h1, body.page #main .loop article h1 {
  font-size: 20px;
  margin: 5px 0;
}
body.blog #main .loop article > header > div > a, body.page #main .loop article > header > div > a {
  text-decoration: none;
  color: #6b6d71;
}
body.blog #main .loop article > header > div > a:hover, body.page #main .loop article > header > div > a:hover {
  text-decoration: underline;
  color: #009cde;
}
body.blog #main .loop article > header > div > a:hover, body.page #main .loop article > header > div > a:hover {
  text-decoration: none;
}
body.blog #main .loop article > header > div > a p::after, body.page #main .loop article > header > div > a p::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg width="15.259" height="15.259" version="1.1" viewBox="0 0 4.0372 4.0372" xmlns="http://www.w3.org/2000/svg"><path d="m3.6385 3.7828 0.39864-0.39864v-3.3842h-3.3842l-0.39864 0.39864 3.0917-0.0042333-3.3461 3.3461 0.29704 0.29669 3.3457-3.3457z" fill="%236b6d71"/></svg>') bottom center/contain no-repeat;
  float: right;
  display: inline-block;
  margin-left: 5px;
  color: #6b6d71;
  width: 9px;
  height: 15px;
  transform: rotate(45deg);
  float: none;
  width: 12px;
  height: 10px;
  vertical-align: middle;
  margin-right: -17px;
}
body.blog #main .loop article > header, body.page #main .loop article > header {
  display: flex;
  gap: 40px;
}
body.blog #main .loop article:nth-of-type(odd) > header, body.page #main .loop article:nth-of-type(odd) > header {
  padding-right: 0;
}
body.blog #main .loop article:nth-of-type(odd) > header > a, body.page #main .loop article:nth-of-type(odd) > header > a {
  order: 2;
}
body.blog #main .loop article:nth-of-type(even) > header, body.page #main .loop article:nth-of-type(even) > header {
  padding-left: 0;
}
@media (max-width: 900px) {
  body.blog #main .loop article h1, body.page #main .loop article h1 {
    margin-top: 20px;
  }
  body.blog #main .loop article header, body.page #main .loop article header {
    display: block;
  }
  body.blog #main .loop article img, body.page #main .loop article img {
    width: 100%;
    margin: 0 0 0.5em 0 !important;
  }
}

.categories .archief {
  margin-top: 15px;
}

.archive.agenda article:not(.hidden) ~ article {
  border-top: 1px solid #009cde;
}

.categories a,
.categorie a {
  cursor: pointer;
}

.archive.agenda {
  /*.year_mark + article {
    border-color: $blue !important;
  }*/
}
.archive.agenda article h1 {
  font-weight: bold;
}
.archive.agenda .besloten h1 {
  color: #009cde;
}
.archive.agenda article {
  margin-left: 50px;
  padding: 10px 0 10px 0px;
}
.archive.agenda article header {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "date title" "type title" ".    title";
  padding: 0 !important;
}
@media (max-width: 900px) {
  .archive.agenda article header {
    display: block;
  }
}
.archive.agenda article header a {
  grid-area: title;
  margin-left: 20px;
  color: #6b6d71;
  text-decoration: none;
}
.archive.agenda article header a:hover {
  text-decoration: underline;
  color: #009cde;
}
.archive.agenda article header a:first-child {
  margin-left: 0;
}
@media (max-width: 900px) {
  .archive.agenda article header a {
    margin: 0;
  }
}
.archive.agenda article header .date {
  grid-area: date;
  text-align: right;
  color: #009cde;
}
@media (max-width: 900px) {
  .archive.agenda article header .date {
    text-align: left;
  }
}
.archive.agenda article header .categorie {
  grid-area: type;
  text-align: right;
  font-weight: 300;
}
@media (max-width: 900px) {
  .archive.agenda article header .categorie {
    text-align: left;
  }
}
.archive.agenda article header .categorie a {
  color: #6b6d71;
  text-decoration: none;
}
.archive.agenda article header .categorie a:hover {
  text-decoration: underline;
  color: #009cde;
}
.archive.agenda .year_mark:first-child + article {
  border: none;
}
.archive.agenda .loop {
  position: relative;
  max-width: none;
  margin-left: 70px;
}
.archive.agenda .year_mark {
  border-top: 1px solid #009cde;
  color: #ff8f91;
  display: block;
  position: absolute;
  left: 0;
  right: 60px;
  padding-top: 10px;
  font-size: 20px;
  pointer-events: none;
}
.archive.agenda .year_mark:first-child {
  border: none;
}

#contact {
  display: grid;
  grid-template-columns: 50px 1fr 1fr;
  grid-gap: 70px;
  padding: 70px 30px 0;
  max-width: 1200px;
  margin: 0 auto;
}
#contact > h1 {
  margin-top: 0;
}
#contact #map {
  background: #b8c0c5;
  grid-column: 2;
  overflow: hidden;
  position: relative;
}
#contact h2 {
  color: #009cde;
  text-transform: lowercase;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 0;
  font-weight: 400;
}
#contact .adres {
  margin-bottom: 50px;
}
#contact h3 {
  font-weight: bold;
  margin-bottom: 5px;
}
#contact p + h3 {
  margin-top: 20px;
}
#contact .cols {
  display: flex;
  gap: 70px;
}
#contact .cols > div {
  width: 50%;
}
#contact .bereikbaarheid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 70px;
}
#contact .bereikbaarheid h2 {
  grid-column: auto/span 2;
}
#contact .bereikbaarheid div + h2 {
  margin-top: 50px;
}
@media (max-width: 768px) {
  #contact .bereikbaarheid {
    grid-template-columns: 1fr;
  }
  #contact .bereikbaarheid h2 {
    grid-column: auto;
  }
}
#contact a {
  color: inherit;
  text-decoration: none;
}
#contact a:hover {
  text-decoration: underline;
  color: #009cde;
}
@media (max-width: 1500px) {
  #contact {
    grid-gap: 20px;
    padding-top: 0;
    display: block;
  }
  #contact #map {
    margin-bottom: 40px;
    height: 500px;
  }
  #contact > h1 {
    rotate: none;
    writing-mode: unset;
    font-size: 50px;
    margin: 20px 0 20px;
    position: static;
  }
}

body > footer {
  margin-top: 50px;
  color: #009cde;
  display: grid;
  grid-template-columns: 2fr 3fr 2fr 2fr;
  grid-gap: 0 20px;
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 30px;
}
body > footer a {
  color: inherit;
  text-decoration: none;
}
body > footer a:hover {
  text-decoration: underline;
}
body > footer svg {
  grid-column-end: span 4;
  margin-bottom: -50px;
}
@media (max-width: 900px) {
  body > footer svg {
    margin-bottom: 0;
  }
}
body > footer form {
  padding-right: 15px;
}
body > footer .col2 p {
  padding-right: 50px;
}
body > footer h1 {
  text-transform: lowercase;
  margin-bottom: 15px;
  font-size: 20px;
  grid-column-end: span 2;
}
body > footer .cols, body > footer .footercol1, body > footer .footercol2 {
  display: contents;
}
body > footer .cols .cols > div {
  grid-row: 3;
}
body > footer .cols .cols {
  gap: 25px;
}
body > footer .contact a {
  display: block;
}
body > footer .contact a:last-child {
  margin-top: 20px;
}
body > footer > ul {
  font-size: 14px;
  color: #6b6d71;
  display: contents;
  gap: 20px;
}
body > footer > ul li {
  padding-top: 30px;
  font-weight: 300;
}
@media (max-width: 1200px) {
  body > footer {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  body > footer svg {
    grid-column-end: span 2;
  }
  body > footer .cols .cols > div {
    grid-row: auto;
  }
  body > footer ul li {
    padding: 5px 0;
  }
  body > footer > .cols > div {
    width: 100%;
    margin-bottom: 10px;
  }
  body > footer .col2 p {
    padding-right: 0;
  }
}
@media (max-width: 900px) {
  body > footer {
    display: block;
  }
  body > footer .cols > div {
    margin-bottom: 10px;
  }
}

#slideshow {
  cursor: pointer;
  height: calc(100vh - 240px);
  -webkit-marquee-increment: 0vh;
  position: relative;
  margin-bottom: 0px;
}
.admin-bar #slideshow {
  height: calc(100vh - 272px);
}
#slideshow h1 {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  left: 100px;
  top: calc((100vh - 240px) / 7 / 4);
  bottom: 0;
  font-size: calc((100vh - 240px) / 7);
  -webkit-marquee-increment: 0vh;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  font-family: Lava, serif;
  z-index: 999999;
  /*span {
    height: round(down, calc((100vh - 240px) / 7), 1px);
    display: inline-block;
  }*/
  transition: margin 1s, top 1s;
}
.logged-in #slideshow h1 {
  font-size: calc((100vh - 272px) / 7);
}
#slideshow h1 .empty {
  display: block;
  font-size: 0.5em;
}
#slideshow h1 span {
  transition: opacity 1s;
}
#slideshow h1.anim1 {
  top: 50%;
  margin-top: calc((100vh - 240px) / 7 * -0.5);
  -webkit-marquee-increment: 0vh;
}
#slideshow h1.anim1 span {
  opacity: 0;
}
#slideshow h1.anim2 {
  margin-top: 0;
}
#slideshow h1.anim2 span {
  opacity: 0;
  transition: opacity 3s;
}
@media (max-width: 900px) {
  #slideshow h1 {
    font-size: min((100vh - 240px) / 7, 10vw);
    left: 20px;
  }
}
#slideshow ul {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
}
#slideshow li {
  min-width: min-content;
  display: block;
  height: 100%;
}
#slideshow img {
  height: 100%;
  width: auto;
}
#slideshow svg {
  position: absolute;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 9999;
  width: min(30vw, 45vh);
}
#slideshow svg:nth-of-type(1) {
  fill: #009cde;
}
#slideshow svg:nth-of-type(2) {
  fill: #00ab93;
}
#slideshow svg:nth-of-type(3) {
  fill: #ff8f91;
}

#search button {
  cursor: pointer;
  display: inline-block;
  padding: 16px 30px 13px 0;
  font-size: 14px;
  line-height: 14px;
  appearance: none;
  border: none;
  text-transform: uppercase;
  background: url('data:image/svg+xml;utf8,<svg width="20px" height="20px" version="1.1" viewBox="0 0 9.1284 9.169" xmlns="http://www.w3.org/2000/svg"><path d="m5.6768 0c-1.9032 0-3.4516 1.5483-3.4516 3.4516 0 0.78105 0.26352 1.4997 0.70238 2.0789l-2.7802 2.7799c-0.1965 0.1965-0.1965 0.51506 0 0.7112 0.09807 0.09842 0.22684 0.14746 0.3556 0.14746s0.25753-0.04904 0.3556-0.14746l2.7862-2.7859c0.5708 0.41804 1.2721 0.66781 2.032 0.66781 1.9032 0 3.4516-1.5483 3.4516-3.4519 0-1.9032-1.5483-3.4516-3.4516-3.4516m0 5.8974c-1.3487 0-2.4458-1.0971-2.4458-2.4458 0-1.3483 1.0971-2.4455 2.4458-2.4455 1.3487 0 2.4458 1.0971 2.4458 2.4455 0 1.3487-1.0971 2.4458-2.4458 2.4458" fill="%236b6d71"/></svg>') right 1px top 67%/20px 20px no-repeat;
  color: #6b6d71;
}
#search form {
  display: none;
}

#search button:hover, #searchpopup .search-submit {
  color: #009cde;
  background-image: url('data:image/svg+xml;utf8,<svg width="9.1284mm" height="9.169mm" version="1.1" viewBox="0 0 9.1284 9.169" xmlns="http://www.w3.org/2000/svg"><path d="m5.6768 0c-1.9032 0-3.4516 1.5483-3.4516 3.4516 0 0.78105 0.26352 1.4997 0.70238 2.0789l-2.7802 2.7799c-0.1965 0.1965-0.1965 0.51506 0 0.7112 0.09807 0.09842 0.22684 0.14746 0.3556 0.14746s0.25753-0.04904 0.3556-0.14746l2.7862-2.7859c0.5708 0.41804 1.2721 0.66781 2.032 0.66781 1.9032 0 3.4516-1.5483 3.4516-3.4519 0-1.9032-1.5483-3.4516-3.4516-3.4516m0 5.8974c-1.3487 0-2.4458-1.0971-2.4458-2.4458 0-1.3483 1.0971-2.4455 2.4458-2.4455 1.3487 0 2.4458 1.0971 2.4458 2.4455 0 1.3487-1.0971 2.4458-2.4458 2.4458" fill="%23009cde"/></svg>');
}

#searchpopup {
  display: none;
}
#searchpopup.expand {
  display: block;
  position: fixed;
  z-index: 1000000;
  left: 0;
  right: 0;
  top: 120px;
  bottom: 0;
  background: rgba(0, 156, 222, 0.75);
}
.admin-bar #searchpopup.expand {
  top: 152px;
}
#searchpopup form {
  position: absolute;
  left: 100px;
  right: 100px;
  top: 50px;
  bottom: 100px;
  margin: auto;
  max-width: 1200px;
  background: #f4f1ec;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
@media (max-width: 900px) {
  #searchpopup form {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
  }
}
#searchpopup form label {
  position: absolute;
  right: 60px;
  bottom: 30px;
  font-size: 155px;
  line-height: 1;
  color: #009cde;
  text-transform: lowercase;
}
@media (max-width: 900px) {
  #searchpopup form label {
    font-size: 50px;
  }
}
#searchpopup form .inputs {
  display: flex;
  align-items: stretch;
}
#searchpopup form .close {
  cursor: pointer;
  padding: 10px 50px 10px 30px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #6b6d71;
  font-size: 13px;
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 3L13 12.9397M13 3.06029L3 13" stroke="%236b6d71" stroke-width="1.5"/></svg>') right 15px center/20px 20px no-repeat;
}
#searchpopup form input {
  background: white;
  appearance: none;
  border: none;
  font-size: 20px;
}
#searchpopup form .search-field {
  flex: 1;
  outline: none;
  padding: 15px 20px;
}
#searchpopup form .search-field::placeholder {
  color: #b8c0c5;
}
#searchpopup form .search-submit {
  text-indent: -999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-position: center center;
  width: 70px;
  cursor: pointer;
}
#searchpopup form h2, #searchpopup form ul {
  padding-left: 20px;
  font-size: 20px;
  line-height: 1.4;
}
#searchpopup form ul li {
  padding-top: 10px;
}
#searchpopup form h2 {
  margin-top: 20px;
  text-transform: lowercase;
  color: #6b6d71;
}
#searchpopup form a {
  color: #009cde;
  text-decoration: none;
}
#searchpopup form a:hover {
  text-decoration: underline;
}

form#footerform {
  display: grid;
  grid-template-columns: auto 100px;
  column-gap: 15px;
  margin-top: 1em;
}
form input[type=email], form input[type=text], form input[type=tel], form input[type=password] {
  padding: 10px 10px;
  border: solid 1px #009cde;
  border-radius: 2px;
  color: #2c2e34;
}
form input[type=email]:focus-visible, form input[type=text]:focus-visible, form input[type=tel]:focus-visible, form input[type=password]:focus-visible {
  outline: #009cde auto 1px !important;
}
form .mc-field-group, form .optionalParent {
  margin-top: 1em;
}
form .mc-field-group label, form .optionalParent label {
  display: block;
}
form .mc-field-group input[type=email], form .mc-field-group input[type=text], form .mc-field-group input[type=tel], form .mc-field-group input[type=password], form .optionalParent input[type=email], form .optionalParent input[type=text], form .optionalParent input[type=tel], form .optionalParent input[type=password] {
  width: 500px;
}
form button, form input[type=submit] {
  background-color: #009cde;
  border: solid 1px #009cde;
  color: white;
  padding: 10px;
  text-transform: uppercase;
  cursor: pointer;
}
form #mc_embed_signup_scroll {
  margin: 40px 0 70px;
}

aside {
  font-size: 15px;
  line-height: 1.3333333333;
}
aside .submenu {
  padding: 30px;
}
aside .block {
  padding: 30px;
  margin-bottom: 20px;
}
aside .block > h1 {
  color: #6b6d71;
  font-size: 16px;
  text-transform: uppercase;
}
aside .block img {
  max-width: 100%;
  height: auto;
}
aside .block .date {
  color: #ff8f91;
}
aside .block a {
  color: inherit;
}
.blog aside .block {
  background-color: white;
  font-size: 16px;
}
.blog aside .block h1 {
  margin-bottom: 1em;
  font-size: 20px;
  text-transform: lowercase;
  font-weight: 400;
}
.blog aside .block.agenda > h1 {
  margin-bottom: 1.5em;
}
.blog aside .block article .categorie {
  font-size: 16px;
  font-weight: 300;
  text-transform: lowercase;
}
.blog aside .block article h1 {
  margin-top: 5px;
  font-weight: 500;
  text-transform: none;
}
.blog aside .block a {
  color: #6b6d71;
  text-decoration: none;
}
.blog aside .block a:hover {
  text-decoration: underline;
}
.blog aside .block a h1::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg width="15.259" height="15.259" version="1.1" viewBox="0 0 4.0372 4.0372" xmlns="http://www.w3.org/2000/svg"><path d="m3.6385 3.7828 0.39864-0.39864v-3.3842h-3.3842l-0.39864 0.39864 3.0917-0.0042333-3.3461 3.3461 0.29704 0.29669 3.3457-3.3457z" fill="%236b6d71"/></svg>') bottom center/contain no-repeat;
  float: right;
  display: inline-block;
  margin-left: 5px;
  color: #6b6d71;
  width: 9px;
  height: 15px;
  transform: rotate(45deg);
  float: none;
  width: 13px;
  margin-left: 8px;
}

body.page .loop {
  max-width: 550px;
}

@media (min-width: 1100px) {
  #mobile-menu {
    display: contents;
  }
  #hamburger {
    display: none;
  }
}
@media (max-width: 1099px) {
  #rightmenu {
    display: block;
  }
  #mobile-menu {
    display: none;
  }
  .expand #mobile-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0 30px 30px;
    background: #fff;
  }
  .expand #mobile-menu li {
    display: block;
  }
  #mainmenu a {
    display: block !important;
  }
  #search button {
    text-align: left;
    width: 100%;
  }
  #mainmenu svg {
    max-width: 100%;
  }
  #hamburger {
    align-self: center;
    margin-left: 20px;
    appearance: none;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 3px;
    border: 2px solid #6b6d71;
    width: 30px;
    height: 30px;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g fill="%236b6d71"><rect y="2" width="16" height="1.5"/><rect y="7.25" width="16" height="1.5"/><rect y="12.5" width="16" height="1.5"/></g></svg>') center center/16px 16px no-repeat;
  }
  .expand #hamburger {
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 3L13 12.9397M13 3.06029L3 13" stroke="%236b6d71" stroke-width="1.5"/></svg>');
  }
}
body.error404 #main h1 {
  margin-top: 244px;
  grid-column: 2;
}
@media (max-width: 1300px) {
  body.error404 #main h1 {
    position: static;
    grid-column: 1;
    margin-top: 20px;
  }
}
body.error404 img {
  padding-top: 60px;
  width: 100%;
  grid-column: 1/span 3;
  grid-row: 1;
}
body.error404 .wrapper {
  grid-column: 2;
  margin-top: 20px;
  margin-left: 75px;
  grid-column: 2/span 2;
}
@media (max-width: 900px) {
  body.error404 .wrapper {
    margin-left: 0;
  }
}
body.error404 p {
  color: #6b6d71;
  margin-bottom: 1em;
}
body.error404 .intro {
  font-size: 62px;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 62px;
}
body.error404 a {
  color: #009cde;
  text-decoration: none;
}
body.error404 a:hover {
  text-decoration: underline;
}

#mobile-menu:popover-open {
  top: 93px;
  left: 0;
  right: 0;
  width: auto;
  padding: 0 30px 30px;
}
#mobile-menu:popover-open li {
  display: block;
}

.page-root #main article header h1 {
  font-weight: 400;
}

.page-id-224 #main.single .content h1 {
  font-size: 26px;
  text-transform: lowercase;
  color: #6b6d71;
}

/*# sourceMappingURL=style.css.map */
