@charset "UTF-8";
/*!
Theme Name:    	Castor Hahn for Pink Meow
Theme URI:		
Description:	Een WordPress thema voor Pink Meow
Version:		1.0
Author:			CHC
Author URI:		
*/
/**
 * SCSS Variables
 * --------------------------------------------------------------------------- 
 * - default
 * - colors
 * - containers
 * - keyframes
 * - typography
 * - whitespace
**/
/* ===== Default ===== */
/* ===== Breakpoints ===== */
/* ===== Colors ===== */
/* ===== Containers ===== */
/* ===== Keyframes ===== */
@keyframes pulseer {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

/* ===== Typography ===== */
/* ===== Whitespace ===== */
/* ===== Offsets ===== */
/**
* SCSS Mixins
* --------------------------------------------------------------------------- 
**/
/* ===== Colors ===== */
/* ===== Main & support colors ===== */
/* ===== Support colors ===== */
body.green-support #menu > li > a:before {
  background-color: #19d846; }

body.green-support #react #submit {
  background-color: #14aa37;
  border: 1px solid #14aa37; }
  body.green-support #react #submit:hover {
    background-color: #17c13e; }

body.green-support #footer-menu li a {
  color: #14aa37; }
  body.green-support #footer-menu li a:hover {
    color: white; }

body.green-light-support #menu > li > a:before {
  background-color: #d0df9c; }

body.green-light-support #react #submit {
  background-color: #bed276;
  border: 1px solid #bed276; }
  body.green-light-support #react #submit:hover {
    background-color: #c7d889; }

body.green-light-support #footer-menu li a {
  color: #bed276; }
  body.green-light-support #footer-menu li a:hover {
    color: white; }

body.pink-light-support #menu > li > a:before {
  background-color: #ff33fa; }

body.pink-light-support #react #submit {
  background-color: #ff00f9;
  border: 1px solid #ff00f9; }
  body.pink-light-support #react #submit:hover {
    background-color: #ff1afa; }

body.pink-light-support #footer-menu li a {
  color: #ff00f9; }
  body.pink-light-support #footer-menu li a:hover {
    color: white; }

body.pink-dark-support #menu > li > a:before {
  background-color: #db89b1; }

body.pink-dark-support #react #submit {
  background-color: #cf6297;
  border: 1px solid #cf6297; }
  body.pink-dark-support #react #submit:hover {
    background-color: #d576a4; }

body.pink-dark-support #footer-menu li a {
  color: #cf6297; }
  body.pink-dark-support #footer-menu li a:hover {
    color: white; }

body.pink-furious-support #menu > li > a:before {
  background-color: #0f00b5; }

body.pink-furious-support #react #submit {
  background-color: #0b0082;
  border: 1px solid #0b0082; }
  body.pink-furious-support #react #submit:hover {
    background-color: #0d009c; }

body.pink-furious-support #footer-menu li a {
  color: #0b0082; }
  body.pink-furious-support #footer-menu li a:hover {
    color: white; }

body.purple-support #menu > li > a:before {
  background-color: #ad80ac; }

body.purple-support #react #submit {
  background-color: #986297;
  border: 1px solid #986297; }
  body.purple-support #react #submit:hover {
    background-color: #a370a2; }

body.purple-support #footer-menu li a {
  color: #986297; }
  body.purple-support #footer-menu li a:hover {
    color: white; }

body.blue-dark-support #menu > li > a:before {
  background-color: #5079c5; }

body.blue-dark-support #react #submit {
  background-color: #3860aa;
  border: 1px solid #3860aa; }
  body.blue-dark-support #react #submit:hover {
    background-color: #3e6bbd; }

body.blue-dark-support #footer-menu li a {
  color: #3860aa; }
  body.blue-dark-support #footer-menu li a:hover {
    color: white; }

body.blue-light-support #menu > li > a:before {
  background-color: #a3e0f6; }

body.blue-light-support #react #submit {
  background-color: #75d0f1;
  border: 1px solid #75d0f1; }
  body.blue-light-support #react #submit:hover {
    background-color: #8cd8f3; }

body.blue-light-support #footer-menu li a {
  color: #75d0f1; }
  body.blue-light-support #footer-menu li a:hover {
    color: white; }

body.red-support #menu > li > a:before {
  background-color: #ff6610; }

body.red-support #react #submit {
  background-color: #dc4f00;
  border: 1px solid #dc4f00; }
  body.red-support #react #submit:hover {
    background-color: #f65800; }

body.red-support #footer-menu li a {
  color: #dc4f00; }
  body.red-support #footer-menu li a:hover {
    color: white; }

body.yellow-warm-support #menu > li > a:before {
  background-color: #ffcf51; }

body.yellow-warm-support #react #submit {
  background-color: #ffc11e;
  border: 1px solid #ffc11e; }
  body.yellow-warm-support #react #submit:hover {
    background-color: #ffc838; }

body.yellow-warm-support #footer-menu li a {
  color: #ffc11e; }
  body.yellow-warm-support #footer-menu li a:hover {
    color: white; }

body.grey-support #menu > li > a:before {
  background-color: #3c3c3c; }

body.grey-support #react #submit {
  background-color: #222;
  border: 1px solid #222; }
  body.grey-support #react #submit:hover {
    background-color: #2f2f2f; }

body.grey-support #footer-menu li a {
  color: #222; }
  body.grey-support #footer-menu li a:hover {
    color: white; }

/* ===== Main colors ===== */
body.green-main h1.titel {
  color: #14aa37; }

body.green-main a:hover {
  color: #14aa37; }

body.green-main .header {
  background-color: white; }

body.green-main #menu {
  background-color: #0f7c28; }
  body.green-main #menu > li > a {
    color: white; }
    @media only screen and (max-width: 575px) {
      body.green-main #menu > li > a:before {
        background: transparent; } }
  body.green-main #menu li.current-menu-item a,
  body.green-main #menu li.current-page-ancestor a,
  body.green-main #menu li.current-post-ancestor a,
  body.green-main #menu li.current-post-parent a,
  body.green-main #menu li.current-menu-parent a {
    color: white; }
    body.green-main #menu li.current-menu-item a:before,
    body.green-main #menu li.current-page-ancestor a:before,
    body.green-main #menu li.current-post-ancestor a:before,
    body.green-main #menu li.current-post-parent a:before,
    body.green-main #menu li.current-menu-parent a:before {
      background: #0c6621; }
    @media only screen and (max-width: 575px) {
      body.green-main #menu li.current-menu-item a,
      body.green-main #menu li.current-page-ancestor a,
      body.green-main #menu li.current-post-ancestor a,
      body.green-main #menu li.current-post-parent a,
      body.green-main #menu li.current-menu-parent a {
        color: #119330; } }
body.green-main #ankeiler {
  background-color: #14aa37; }

body.green-main .container-sidenote span:hover:before {
  background-color: #19d846;
  border-color: #19d846; }

body.green-light-main h1.titel {
  color: #bed276; }

body.green-light-main a:hover {
  color: #bed276; }

body.green-light-main .header {
  background-color: white; }

body.green-light-main #menu {
  background-color: #acc550; }
  body.green-light-main #menu > li > a {
    color: white; }
    @media only screen and (max-width: 575px) {
      body.green-light-main #menu > li > a:before {
        background: transparent; } }
  body.green-light-main #menu li.current-menu-item a,
  body.green-light-main #menu li.current-page-ancestor a,
  body.green-light-main #menu li.current-post-ancestor a,
  body.green-light-main #menu li.current-post-parent a,
  body.green-light-main #menu li.current-menu-parent a {
    color: white; }
    body.green-light-main #menu li.current-menu-item a:before,
    body.green-light-main #menu li.current-page-ancestor a:before,
    body.green-light-main #menu li.current-post-ancestor a:before,
    body.green-light-main #menu li.current-post-parent a:before,
    body.green-light-main #menu li.current-menu-parent a:before {
      background: #a2bd3e; }
    @media only screen and (max-width: 575px) {
      body.green-light-main #menu li.current-menu-item a,
      body.green-light-main #menu li.current-page-ancestor a,
      body.green-light-main #menu li.current-post-ancestor a,
      body.green-light-main #menu li.current-post-parent a,
      body.green-light-main #menu li.current-menu-parent a {
        color: #b5cc63; } }
body.green-light-main #ankeiler {
  background-color: #bed276; }

body.green-light-main .container-sidenote span:hover:before {
  background-color: #d0df9c;
  border-color: #d0df9c; }

body.pink-light-main h1.titel {
  color: #ff00f9; }

body.pink-light-main a:hover {
  color: #ff00f9; }

body.pink-light-main .header {
  background-color: white; }

body.pink-light-main #menu {
  background-color: #cc00c7; }
  body.pink-light-main #menu > li > a {
    color: white; }
    @media only screen and (max-width: 575px) {
      body.pink-light-main #menu > li > a:before {
        background: transparent; } }
  body.pink-light-main #menu li.current-menu-item a,
  body.pink-light-main #menu li.current-page-ancestor a,
  body.pink-light-main #menu li.current-post-ancestor a,
  body.pink-light-main #menu li.current-post-parent a,
  body.pink-light-main #menu li.current-menu-parent a {
    color: white; }
    body.pink-light-main #menu li.current-menu-item a:before,
    body.pink-light-main #menu li.current-page-ancestor a:before,
    body.pink-light-main #menu li.current-post-ancestor a:before,
    body.pink-light-main #menu li.current-post-parent a:before,
    body.pink-light-main #menu li.current-menu-parent a:before {
      background: #b300ae; }
    @media only screen and (max-width: 575px) {
      body.pink-light-main #menu li.current-menu-item a,
      body.pink-light-main #menu li.current-page-ancestor a,
      body.pink-light-main #menu li.current-post-ancestor a,
      body.pink-light-main #menu li.current-post-parent a,
      body.pink-light-main #menu li.current-menu-parent a {
        color: #e600e0; } }
body.pink-light-main #ankeiler {
  background-color: #ff00f9; }

body.pink-light-main .container-sidenote span:hover:before {
  background-color: #ff33fa;
  border-color: #ff33fa; }

body.pink-dark-main h1.titel {
  color: #cf6297; }

body.pink-dark-main a:hover {
  color: #cf6297; }

body.pink-dark-main .header {
  background-color: white; }

body.pink-dark-main #menu {
  background-color: #c33b7d; }
  body.pink-dark-main #menu > li > a {
    color: white; }
    @media only screen and (max-width: 575px) {
      body.pink-dark-main #menu > li > a:before {
        background: transparent; } }
  body.pink-dark-main #menu li.current-menu-item a,
  body.pink-dark-main #menu li.current-page-ancestor a,
  body.pink-dark-main #menu li.current-post-ancestor a,
  body.pink-dark-main #menu li.current-post-parent a,
  body.pink-dark-main #menu li.current-menu-parent a {
    color: white; }
    body.pink-dark-main #menu li.current-menu-item a:before,
    body.pink-dark-main #menu li.current-page-ancestor a:before,
    body.pink-dark-main #menu li.current-post-ancestor a:before,
    body.pink-dark-main #menu li.current-post-parent a:before,
    body.pink-dark-main #menu li.current-menu-parent a:before {
      background: #af3671; }
    @media only screen and (max-width: 575px) {
      body.pink-dark-main #menu li.current-menu-item a,
      body.pink-dark-main #menu li.current-page-ancestor a,
      body.pink-dark-main #menu li.current-post-ancestor a,
      body.pink-dark-main #menu li.current-post-parent a,
      body.pink-dark-main #menu li.current-menu-parent a {
        color: #c94e8a; } }
body.pink-dark-main #ankeiler {
  background-color: #cf6297; }

body.pink-dark-main .container-sidenote span:hover:before {
  background-color: #db89b1;
  border-color: #db89b1; }

body.pink-furious-main h1.titel {
  color: #0b0082; }

body.pink-furious-main a:hover {
  color: #0b0082; }

body.pink-furious-main .header {
  background-color: white; }

body.pink-furious-main #menu {
  background-color: #07004f; }
  body.pink-furious-main #menu > li > a {
    color: white; }
    @media only screen and (max-width: 575px) {
      body.pink-furious-main #menu > li > a:before {
        background: transparent; } }
  body.pink-furious-main #menu li.current-menu-item a,
  body.pink-furious-main #menu li.current-page-ancestor a,
  body.pink-furious-main #menu li.current-post-ancestor a,
  body.pink-furious-main #menu li.current-post-parent a,
  body.pink-furious-main #menu li.current-menu-parent a {
    color: white; }
    body.pink-furious-main #menu li.current-menu-item a:before,
    body.pink-furious-main #menu li.current-page-ancestor a:before,
    body.pink-furious-main #menu li.current-post-ancestor a:before,
    body.pink-furious-main #menu li.current-post-parent a:before,
    body.pink-furious-main #menu li.current-menu-parent a:before {
      background: #050036; }
    @media only screen and (max-width: 575px) {
      body.pink-furious-main #menu li.current-menu-item a,
      body.pink-furious-main #menu li.current-page-ancestor a,
      body.pink-furious-main #menu li.current-post-ancestor a,
      body.pink-furious-main #menu li.current-post-parent a,
      body.pink-furious-main #menu li.current-menu-parent a {
        color: #090069; } }
body.pink-furious-main #ankeiler {
  background-color: #0b0082; }

body.pink-furious-main .container-sidenote span:hover:before {
  background-color: #0f00b5;
  border-color: #0f00b5; }

body.purple-main h1.titel {
  color: #986297; }

body.purple-main a:hover {
  color: #986297; }

body.purple-main .header {
  background-color: white; }

body.purple-main #menu {
  background-color: #794e78; }
  body.purple-main #menu > li > a {
    color: white; }
    @media only screen and (max-width: 575px) {
      body.purple-main #menu > li > a:before {
        background: transparent; } }
  body.purple-main #menu li.current-menu-item a,
  body.purple-main #menu li.current-page-ancestor a,
  body.purple-main #menu li.current-post-ancestor a,
  body.purple-main #menu li.current-post-parent a,
  body.purple-main #menu li.current-menu-parent a {
    color: white; }
    body.purple-main #menu li.current-menu-item a:before,
    body.purple-main #menu li.current-page-ancestor a:before,
    body.purple-main #menu li.current-post-ancestor a:before,
    body.purple-main #menu li.current-post-parent a:before,
    body.purple-main #menu li.current-menu-parent a:before {
      background: #694469; }
    @media only screen and (max-width: 575px) {
      body.purple-main #menu li.current-menu-item a,
      body.purple-main #menu li.current-page-ancestor a,
      body.purple-main #menu li.current-post-ancestor a,
      body.purple-main #menu li.current-post-parent a,
      body.purple-main #menu li.current-menu-parent a {
        color: #885888; } }
body.purple-main #ankeiler {
  background-color: #986297; }

body.purple-main .container-sidenote span:hover:before {
  background-color: #ad80ac;
  border-color: #ad80ac; }

body.blue-dark-main h1.titel {
  color: #3860aa; }

body.blue-dark-main a:hover {
  color: #3860aa; }

body.blue-dark-main .header {
  background-color: white; }

body.blue-dark-main #menu {
  background-color: #2b4a84; }
  body.blue-dark-main #menu > li > a {
    color: white; }
    @media only screen and (max-width: 575px) {
      body.blue-dark-main #menu > li > a:before {
        background: transparent; } }
  body.blue-dark-main #menu li.current-menu-item a,
  body.blue-dark-main #menu li.current-page-ancestor a,
  body.blue-dark-main #menu li.current-post-ancestor a,
  body.blue-dark-main #menu li.current-post-parent a,
  body.blue-dark-main #menu li.current-menu-parent a {
    color: white; }
    body.blue-dark-main #menu li.current-menu-item a:before,
    body.blue-dark-main #menu li.current-page-ancestor a:before,
    body.blue-dark-main #menu li.current-post-ancestor a:before,
    body.blue-dark-main #menu li.current-post-parent a:before,
    body.blue-dark-main #menu li.current-menu-parent a:before {
      background: #254070; }
    @media only screen and (max-width: 575px) {
      body.blue-dark-main #menu li.current-menu-item a,
      body.blue-dark-main #menu li.current-page-ancestor a,
      body.blue-dark-main #menu li.current-post-ancestor a,
      body.blue-dark-main #menu li.current-post-parent a,
      body.blue-dark-main #menu li.current-menu-parent a {
        color: #325597; } }
body.blue-dark-main #ankeiler {
  background-color: #3860aa; }

body.blue-dark-main .container-sidenote span:hover:before {
  background-color: #5079c5;
  border-color: #5079c5; }

body.blue-light-main h1.titel {
  color: #75d0f1; }

body.blue-light-main a:hover {
  color: #75d0f1; }

body.blue-light-main .header {
  background-color: white; }

body.blue-light-main #menu {
  background-color: #47c0ec; }
  body.blue-light-main #menu > li > a {
    color: white; }
    @media only screen and (max-width: 575px) {
      body.blue-light-main #menu > li > a:before {
        background: transparent; } }
  body.blue-light-main #menu li.current-menu-item a,
  body.blue-light-main #menu li.current-page-ancestor a,
  body.blue-light-main #menu li.current-post-ancestor a,
  body.blue-light-main #menu li.current-post-parent a,
  body.blue-light-main #menu li.current-menu-parent a {
    color: white; }
    body.blue-light-main #menu li.current-menu-item a:before,
    body.blue-light-main #menu li.current-page-ancestor a:before,
    body.blue-light-main #menu li.current-post-ancestor a:before,
    body.blue-light-main #menu li.current-post-parent a:before,
    body.blue-light-main #menu li.current-menu-parent a:before {
      background: #30b8ea; }
    @media only screen and (max-width: 575px) {
      body.blue-light-main #menu li.current-menu-item a,
      body.blue-light-main #menu li.current-page-ancestor a,
      body.blue-light-main #menu li.current-post-ancestor a,
      body.blue-light-main #menu li.current-post-parent a,
      body.blue-light-main #menu li.current-menu-parent a {
        color: #5ec8ef; } }
body.blue-light-main #ankeiler {
  background-color: #75d0f1; }

body.blue-light-main .container-sidenote span:hover:before {
  background-color: #a3e0f6;
  border-color: #a3e0f6; }

body.red-main h1.titel {
  color: #dc4f00; }

body.red-main a:hover {
  color: #dc4f00; }

body.red-main .header {
  background-color: white; }

body.red-main #menu {
  background-color: #a93d00; }
  body.red-main #menu > li > a {
    color: white; }
    @media only screen and (max-width: 575px) {
      body.red-main #menu > li > a:before {
        background: transparent; } }
  body.red-main #menu li.current-menu-item a,
  body.red-main #menu li.current-page-ancestor a,
  body.red-main #menu li.current-post-ancestor a,
  body.red-main #menu li.current-post-parent a,
  body.red-main #menu li.current-menu-parent a {
    color: white; }
    body.red-main #menu li.current-menu-item a:before,
    body.red-main #menu li.current-page-ancestor a:before,
    body.red-main #menu li.current-post-ancestor a:before,
    body.red-main #menu li.current-post-parent a:before,
    body.red-main #menu li.current-menu-parent a:before {
      background: #903400; }
    @media only screen and (max-width: 575px) {
      body.red-main #menu li.current-menu-item a,
      body.red-main #menu li.current-page-ancestor a,
      body.red-main #menu li.current-post-ancestor a,
      body.red-main #menu li.current-post-parent a,
      body.red-main #menu li.current-menu-parent a {
        color: #c34600; } }
body.red-main #ankeiler {
  background-color: #dc4f00; }

body.red-main .container-sidenote span:hover:before {
  background-color: #ff6610;
  border-color: #ff6610; }

body.yellow-warm-main h1.titel {
  color: #ffc11e; }

body.yellow-warm-main a:hover {
  color: #ffc11e; }

body.yellow-warm-main .header {
  background-color: white; }

body.yellow-warm-main #menu {
  background-color: #eaaa00; }
  body.yellow-warm-main #menu > li > a {
    color: white; }
    @media only screen and (max-width: 575px) {
      body.yellow-warm-main #menu > li > a:before {
        background: transparent; } }
  body.yellow-warm-main #menu li.current-menu-item a,
  body.yellow-warm-main #menu li.current-page-ancestor a,
  body.yellow-warm-main #menu li.current-post-ancestor a,
  body.yellow-warm-main #menu li.current-post-parent a,
  body.yellow-warm-main #menu li.current-menu-parent a {
    color: white; }
    body.yellow-warm-main #menu li.current-menu-item a:before,
    body.yellow-warm-main #menu li.current-page-ancestor a:before,
    body.yellow-warm-main #menu li.current-post-ancestor a:before,
    body.yellow-warm-main #menu li.current-post-parent a:before,
    body.yellow-warm-main #menu li.current-menu-parent a:before {
      background: #d19700; }
    @media only screen and (max-width: 575px) {
      body.yellow-warm-main #menu li.current-menu-item a,
      body.yellow-warm-main #menu li.current-page-ancestor a,
      body.yellow-warm-main #menu li.current-post-ancestor a,
      body.yellow-warm-main #menu li.current-post-parent a,
      body.yellow-warm-main #menu li.current-menu-parent a {
        color: #ffba05; } }
body.yellow-warm-main #ankeiler {
  background-color: #ffc11e; }

body.yellow-warm-main .container-sidenote span:hover:before {
  background-color: #ffcf51;
  border-color: #ffcf51; }

body.grey-main h1.titel {
  color: #222; }

body.grey-main a:hover {
  color: #222; }

body.grey-main .header {
  background-color: white; }

body.grey-main #menu {
  background-color: #090909; }
  body.grey-main #menu > li > a {
    color: white; }
    @media only screen and (max-width: 575px) {
      body.grey-main #menu > li > a:before {
        background: transparent; } }
  body.grey-main #menu li.current-menu-item a,
  body.grey-main #menu li.current-page-ancestor a,
  body.grey-main #menu li.current-post-ancestor a,
  body.grey-main #menu li.current-post-parent a,
  body.grey-main #menu li.current-menu-parent a {
    color: white; }
    body.grey-main #menu li.current-menu-item a:before,
    body.grey-main #menu li.current-page-ancestor a:before,
    body.grey-main #menu li.current-post-ancestor a:before,
    body.grey-main #menu li.current-post-parent a:before,
    body.grey-main #menu li.current-menu-parent a:before {
      background: black; }
    @media only screen and (max-width: 575px) {
      body.grey-main #menu li.current-menu-item a,
      body.grey-main #menu li.current-page-ancestor a,
      body.grey-main #menu li.current-post-ancestor a,
      body.grey-main #menu li.current-post-parent a,
      body.grey-main #menu li.current-menu-parent a {
        color: #151515; } }
body.grey-main #ankeiler {
  background-color: #222; }

body.grey-main .container-sidenote span:hover:before {
  background-color: #3c3c3c;
  border-color: #3c3c3c; }

/**
* Mixins
* --------------------------------------------------------------------------- 
**/
/**
* SCSS Placeholders
* --------------------------------------------------------------------------- 
**/
/* make a link look like a button */
.container-archive .item-archive .item-inhoud a span.lees-meer, #content .btn, #tbl-contact td input[type="submit"], #react #submit, .button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: #ccc;
  border: none;
  border-radius: 0.125rem;
  color: white;
  display: inline-block;
  font-size: 1rem;
  padding: .5rem;
  text-decoration: none;
  transition: all 125ms 250ms; }
  .container-archive .item-archive .item-inhoud a span.lees-meer:hover, #content .btn:hover, #tbl-contact td input[type="submit"]:hover, #react #submit:hover, .button:hover {
    background-color: black;
    border-radius: 0.125rem;
    color: white;
    cursor: pointer;
    text-decoration: none; }
  .container-archive .item-archive .item-inhoud a span.lees-meer:focus, #content .btn:focus, #tbl-contact td input[type="submit"]:focus, #react #submit:focus, .button:focus, .container-archive .item-archive .item-inhoud a span.lees-meer:visited, #content .btn:visited, #tbl-contact td input[type="submit"]:visited, #react #submit:visited, .button:visited {
    text-decoration: none; }

/* default styling for a "real" <button> */
.gallery .gallery-item img,
div[id^="gallery-"].gallery.gallery-columns-1 .gallery-item img,
div[id^="gallery-"].gallery.gallery-columns-2 .gallery-item img,
div[id^="gallery-"].gallery.gallery-columns-3 .gallery-item img,
div[id^="gallery-"].gallery.gallery-columns-5 .gallery-item img,
div[id^="gallery-"].gallery.gallery-columns-6 .gallery-item img,
div[id^="gallery-"].gallery.gallery-columns-7 .gallery-item img,
div[id^="gallery-"].gallery.gallery-columns-8 .gallery-item img,
div[id^="gallery-"].gallery.gallery-columns-9 .gallery-item img,
div[id^="gallery-"].gallery.gallery-columns-10 .gallery-item img, .container-image-gallery .gallery-item img {
  font-family: 'object-fit: cover; object-position: bottom;';
  /* IE polyfill */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%; }

.container-image-gallery .gallery-item .gallery-item-title {
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom: 0.25rem solid #555;
  bottom: 0;
  color: white;
  display: block;
  font-size: 1.125rem;
  font-weight: normal;
  left: 0;
  margin: 0;
  padding: .75rem;
  position: absolute;
  width: 100%; }

.container-pagee img,
.container-post img,
.container-home img, #author-img {
  height: auto;
  max-width: 100%; }

.single-format-link .item-body a:before, .single-format-quote .item-body blockquote:before,
.single-format-chat .item-body p:after {
  font-family: 'FontAwesome';
  padding: 0 1rem; }

.container-share-buttons, .social-icons {
  display: block;
  text-align: center;
  width: 100%; }
  .container-share-buttons li, .social-icons li {
    display: inline-block;
    list-style: none;
    margin: 0 .5em;
    text-align: center;
    vertical-align: middle; }
    .container-share-buttons li a, .social-icons li a {
      background-color: #222;
      color: white;
      display: block;
      font-size: 2em;
      height: 2em;
      line-height: 2em;
      text-align: center;
      text-decoration: none;
      width: 2em;
      border-radius: 100%;
      transform: scale(1);
      transition: "all" 0.25s 250ms; }
      .container-share-buttons li a:hover, .social-icons li a:hover {
        background-color: black;
        cursor: pointer;
        border-radius: 100%;
        transform: scale(1.25); }
    .container-share-buttons li a.facebook:hover, .social-icons li a.facebook:hover,
    .container-share-buttons li a.fa-facebook:hover,
    .social-icons li a.fa-facebook:hover {
      background-color: #3b5998; }
    .container-share-buttons li a.github:hover, .social-icons li a.github:hover,
    .container-share-buttons li a.fa-github:hover,
    .social-icons li a.fa-github:hover {
      background-color: black; }
    .container-share-buttons li a.instagram:hover, .social-icons li a.instagram:hover,
    .container-share-buttons li a.fa-instagram:hover,
    .social-icons li a.fa-instagram:hover {
      background-color: #c30; }
    .container-share-buttons li a.linkedin:hover, .social-icons li a.linkedin:hover,
    .container-share-buttons li a.fa-linkedin:hover,
    .social-icons li a.fa-linkedin:hover {
      background-color: #0084bf; }
    .container-share-buttons li a.twitter:hover, .social-icons li a.twitter:hover,
    .container-share-buttons li a.fa-twitter:hover,
    .social-icons li a.fa-twitter:hover {
      background-color: #1c94e0; }

.wp-block-table {
  border-collapse: collapse;
  font-size: 1rem; }
  .wp-block-table thead th {
    background-color: #fbfbfb !important;
    border: 1px solid #eee !important;
    font-weight: normal !important; }
  .wp-block-table td {
    border: 1px solid #eee !important;
    line-height: 175%;
    min-width: 50%;
    vertical-align: top;
    padding: 1rem !important; }
    .wp-block-table td:nth-child(2n+1) {
      background-color: #fbfbfb; }
    .wp-block-table td h3 {
      font-size: 1.25rem; }
    .wp-block-table td img {
      height: auto !important;
      margin: auto !important;
      max-width: 100%; }

ol li, ul li, p, h1,
h2,
h3,
h4,
h5,
h6 {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

h1 {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  padding: 0.5rem 1rem;
  text-align: center;
  text-transform: uppercase; }

h2 {
  color: #222;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  margin-top: 1rem;
  text-transform: uppercase; }

h3,
h4 {
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 800; }

p {
  font-size: 15.75px; }

/**
* Default styles
* --------------------------------------------------------------------------- 
**/
/* ===== HTML =====*/
html {
  font-size: 14px; }

html * {
  box-sizing: border-box;
  position: relative; }

/* ===== Body ===== */
body {
  background-attachment: fixed;
  background-color: white;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #252525;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0; }

body.custom-background {
  background-size: cover !important; }

body.mobile.custom-background {
  background-image: none !important; }

/* ===== Links ===== */
a {
  color: #252525;
  text-decoration: underline; }
  a:hover {
    color: #00a551; }
  a *:focus {
    outline: none; }
  a *::-moz-focus-outer {
    border: 0; }

/* ===== Headings ===== */
/* ===== Texts ===== */
p {
  line-height: 150%; }

/* ===== horizontal rule ===== */
/* ===== Tables ===== */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed; }

/* ===== Code ===== */
code {
  font-size: 1rem;
  color: #4a6e8d;
  margin: auto .5rem; }

/* ===== Blockquotes en citaten ===== */
blockquote {
  background-color: #fbfbfb;
  border: 1px solid #eee;
  padding: 2em; }
  blockquote p {
    margin: 0; }

/* ===== Lists ===== */
ul {
  margin: 0;
  padding: 0 0 0 1rem; }
  ul li {
    font-size: 15.75px;
    list-style-type: "—";
    padding: 0 0 0 1rem; }

ol li {
  font-size: 15.75px; }

/* ===== supportive styles ====== */
.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.upper {
  text-transform: uppercase; }

/**
 * Media
 * --------------------------------------------------------------------------- */
/* ===== Embeds ===== */
object,
embed,
iframe,
video {
  max-width: 100%;
  width: 100%; }

span.youtube,
span.you-tube,
span.vimeo {
  clear: both;
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  text-align: center;
  padding-bottom: 56.25%;
  padding-top: 2rem; }
  span.youtube iframe,
  span.youtube embed,
  span.youtube object,
  span.you-tube iframe,
  span.you-tube embed,
  span.you-tube object,
  span.vimeo iframe,
  span.vimeo embed,
  span.vimeo object {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

#container-cv h3 {
  margin-top: 2rem; }

#container-cv .sectie {
  margin: 1rem 0; }
  #container-cv .sectie .lbl,
  #container-cv .sectie .val {
    border: 1px solid #eee;
    margin-left: -1px;
    margin-top: -1px;
    padding: 1rem; }
  #container-cv .sectie .lbl {
    background-color: #fbfbfb; }

#container-cv dl dt {
  border: 1px solid #eee; }

#container-cv dl dd {
  border: 1px solid #eee; }

.container-sidenote {
  display: grid;
  grid-gap: 2rem;
  grid-template-areas: "main side";
  grid-template-columns: 100% 40%; }
  .container-sidenote p {
    grid-area: main; }
    .container-sidenote p:hover ~ span:before {
      background-color: #ccc; }
  .container-sidenote span {
    grid-area: side;
    padding: 0 0 0 2rem;
    z-index: 2; }
    .container-sidenote span:hover:before {
      background-color: #cceddc;
      border-color: #00a551; }
    .container-sidenote span a {
      text-decoration: none; }
    .container-sidenote span:before {
      background-color: #eee;
      border: 1px solid #ccc;
      content: '';
      display: block;
      height: 1rem;
      left: -0.5rem;
      position: absolute;
      top: calc( 1rem / 4);
      width: 1rem;
      z-index: 1; }
  @media only screen and (max-width: 799px) {
    .container-sidenote {
      grid-gap: 0;
      grid-template-areas: "main" "side";
      grid-template-columns: 100%;
      grid-template-rows: auto; }
      .container-sidenote span {
        border: 1px solid #eee;
        margin: 1rem 0;
        padding: 1rem 1rem 1rem 2rem; }
        .container-sidenote span:before {
          background-color: #eee;
          border: 1px solid #ccc;
          content: '';
          display: block;
          height: 1rem;
          left: 0.5rem;
          position: absolute;
          top: calc( 1.25 * 1rem);
          width: 1rem;
          z-index: 1; } }
#ankeiler {
  color: white;
  justify-self: center;
  display: grid;
  grid-area: ankeiler;
  grid-gap: 0;
  grid-template-columns: repeat(4, [col] 1fr);
  grid-template-areas: ". ankeiler-img  ankeiler-txt .";
  padding: 2rem 0;
  width: 100%; }
  #ankeiler #ankeiler-image {
    grid-area: ankeiler-img;
    max-width: calc( 0.5 * 1020px);
    padding-right: 1rem;
    width: calc( 0.5 * 1020px); }
    #ankeiler #ankeiler-image .caption {
      font-size: 11.2px;
      margin-top: 0.5rem; }
  #ankeiler #ankeiler-text {
    grid-area: ankeiler-txt;
    max-width: calc( 0.5 * 1020px);
    padding-left: 1rem;
    width: calc( 0.5 * 1020px); }
    #ankeiler #ankeiler-text h1 {
      line-height: 125%;
      margin: 1rem 0 2rem 0;
      padding: 0;
      text-align: left; }
    #ankeiler #ankeiler-text a {
      color: white; }
    #ankeiler #ankeiler-text .post-category {
      text-transform: uppercase; }
      #ankeiler #ankeiler-text .post-category a {
        text-decoration: none; }
        #ankeiler #ankeiler-text .post-category a:hover {
          text-decoration: underline; }
    #ankeiler #ankeiler-text .post-meta h4 {
      font-size: 1.024rem; }
      #ankeiler #ankeiler-text .post-meta h4 span {
        display: block;
        margin: 0.5rem 0; }
    #ankeiler #ankeiler-text .post-meta i {
      margin-right: 0.5rem; }
  @media only screen and (min-width: 800px) and (max-width: 991px) {
    #ankeiler {
      grid-template-columns: 1fr 1fr;
      grid-template-areas: "ankeiler-img  ankeiler-txt"; }
      #ankeiler #ankeiler-image,
      #ankeiler #ankeiler-text {
        width: 100%; }
        #ankeiler #ankeiler-image .caption,
        #ankeiler #ankeiler-text .caption {
          padding: 1rem; } }
  @media only screen and (max-width: 799px) {
    #ankeiler {
      grid-template-columns: 100%;
      grid-template-rows: auto;
      grid-template-areas: "ankeiler-img" "ankeiler-txt";
      padding: 0; }
      #ankeiler #ankeiler-image,
      #ankeiler #ankeiler-text {
        max-width: 100%;
        padding: 0;
        width: 100%; }
        #ankeiler #ankeiler-image .caption,
        #ankeiler #ankeiler-text .caption {
          display: none; }
      #ankeiler #ankeiler-text {
        padding: 1rem; } }
/**
 * Author
 * ---------------------------------------------------------------------------
**/
#container-author {
  display: grid;
  grid-gap: 1rem;
  grid-template-areas: "author-name author-img";
  grid-template-columns: auto 50px; }
  @media only screen and (max-width: 575px) {
    #container-author {
      grid-template-areas: "author-name";
      grid-template-columns: 1fr;
      padding: 2rem; } }
  #container-author h4 {
    font-size: 1.024rem; }

#author-name {
  grid-area: author-name;
  align-self: center; }
  @media only screen and (max-width: 575px) {
    #author-name {
      padding-top: 1rem; } }
#author-bio {
  grid-area: author-bio; }

#author-img {
  border-radius: 100%;
  grid-area: author-img;
  max-height: 100px; }
  @media only screen and (max-width: 575px) {
    #author-img {
      justify-self: center;
      max-height: 75px; } }
/**
 * Buttons
 * ---------------------------------------------------------------------------
 * - social media
**/
/* ===== Social media ===== */
.btn-info {
  color: #222;
  background-color: white;
  border-color: #222; }

/**
 * Comments
 * --------------------------------------------------------------------------- 
 * - comments
 * - comment form
**/
/* ====== COMMENTS ======= */
#comments {
  background-color: white;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 575px) {
    #comments {
      padding: 1rem; } }
#posted-comments {
  background-color: white;
  margin-top: 1rem; }
  #posted-comments:empty {
    display: none; }
  #posted-comments .comment {
    background-color: #fbfbfb;
    border: 1px solid #eee;
    display: grid;
    grid-gap: 1rem;
    grid-template-areas: "comment-avatar comment-name-date comment-name-date" "comment-avatar comment-remark comment-remark";
    grid-template-columns: 80px 1fr 1fr;
    grid-template-rows: auto;
    margin: 0 0 1rem 0;
    padding: 2rem; }
    @media only screen and (max-width: 575px) {
      #posted-comments .comment {
        grid-template-columns: 50px 1fr 1fr;
        padding: 1rem; } }
    #posted-comments .comment .comment-avatar {
      border: 0.5rem solid #eee;
      border-radius: 100%;
      grid-area: comment-avatar;
      max-width: 100%; }
    #posted-comments .comment .comment-name-date {
      display: inline-block;
      grid-area: comment-name-date; }
    #posted-comments .comment .comment-remark {
      grid-area: comment-remark;
      margin-top: 1rem; }

/* ====== COMMENT FORM ====== */
#react {
  background: #fbfbfb;
  border: 1px solid #eee;
  margin: 0;
  padding: 2rem; }
  @media only screen and (max-width: 575px) {
    #react {
      padding: 1rem; } }
  #react h3 {
    margin-top: 0; }
  #react .required {
    display: inline-block;
    font-size: .75em;
    margin-left: 0.5rem; }
  #react .comment-form label {
    border-top: 1px solid #eee;
    display: block;
    font-weight: normal;
    margin-top: .25rem;
    padding-top: 1rem;
    width: 100%; }
  #react .comment-form label[for="wp-comment-cookies-consent"] {
    border-top: none;
    display: inline;
    width: auto; }
  #react .comment-form #author,
  #react .comment-form #comment,
  #react .comment-form #email,
  #react .comment-form #url {
    border: 1px solid #ddd;
    margin: .25em 0;
    padding: 1rem;
    width: 100%; }
  #react .comment-form .form-submit {
    clear: both;
    display: block;
    width: 100%; }
  #react #submit {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    background-color: #252525;
    border: none;
    color: white;
    font-size: 1em;
    padding: 0.5rem 1rem;
    transition: 250ms ease 250ms; }
    #react #submit:hover {
      background-color: #00a551;
      cursor: pointer; }
  #react #wp-comment-cookies-consent {
    margin-right: 0.5rem; }

.comment-form-comment {
  clear: both;
  margin-bottom: 1rem; }

.comment-subscription-form {
  clear: both;
  display: block;
  width: 100%; }

.comment-subscription-form label {
  display: inline;
  float: none; }

/**
 * FORMS
 * --------------------------------------------------------------------------- 
**/
/* ===== Formulieren ===== */
::-webkit-input-placeholder {
  font-size: .9em;
  font-style: italic; }

:-moz-placeholder {
  font-size: .9em;
  font-style: italic; }

::-moz-placeholder {
  font-size: .9em;
  font-style: italic; }

:-ms-input-placeholder {
  font-size: .9em;
  font-style: italic; }

.wp-block-embed-twitter {
  margin: 2rem auto; }

.twitter-tweet {
  margin: 2rem auto; }

.wp-block-embed-twitter {
  float: left;
  width: 100%; }

.wp-block-embed-youtube .wp-block-embed__wrapper {
  clear: both;
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  text-align: center;
  padding-bottom: 56.25%;
  padding-top: 2rem; }
  .wp-block-embed-youtube .wp-block-embed__wrapper iframe,
  .wp-block-embed-youtube .wp-block-embed__wrapper embed,
  .wp-block-embed-youtube .wp-block-embed__wrapper object {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

.wp-block-image {
  margin: 2rem 0;
  text-align: center; }
  .wp-block-image figure.alignright {
    max-width: 40%; }
  .wp-block-image figcaption {
    font-size: .9rem;
    font-style: italic; }

.wp-block-group.block-reuse-passivist {
  background-color: #fbfbfb;
  border: 1px solid #eee;
  padding: 2rem; }
  .wp-block-group.block-reuse-passivist h3 {
    margin-top: 0; }
  .wp-block-group.block-reuse-passivist figure {
    background-color: white;
    padding: 2rem; }
    .wp-block-group.block-reuse-passivist figure.alignright {
      margin: 0 0 2rem 2rem; }

/**
 * Modules
 * --------------------------------------------------------------------------- 
**/
/* ===== Module - YouTube video ===== */
.container-video {
  margin: 2em 0; }

/* ===== Module - WYSIWYG text ===== */
.container-wysiwyg {
  -moz-column-gap: 2em;
       column-gap: 2em;
  -moz-column-fill: balance;
       column-fill: balance;
  margin: 2em 0; }

.container-wysiwyg.columns-1 {
  -moz-column-count: 1;
       column-count: 1; }

.container-wysiwyg.columns-2 {
  -moz-column-count: 2;
       column-count: 2; }

.container-wysiwyg.columns-3 {
  -moz-column-count: 3;
       column-count: 3; }

/* ==== Module - Tabs ==== */
.container-tabs {
  border-top: none; }
  .container-tabs .nav-tabs {
    border-bottom-color: #eee;
    padding: 0;
    margin: 0; }
    .container-tabs .nav-tabs li {
      list-style-type: none; }
      .container-tabs .nav-tabs li a {
        text-decoration: none;
        border-radius: 0; }
        .container-tabs .nav-tabs li a:hover {
          background-color: transparent;
          border-color: transparent; }
    .container-tabs .nav-tabs li.active a:hover {
      border: 1px solid #eee;
      border-bottom-color: white; }
  .container-tabs .tab-content .tab-wysiwyg {
    border: 1px solid #eee;
    border-top: none;
    padding: 2em; }

/* ===== Module - Image gallery ===== */
.container-image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2em 0 !important; }
  .container-image-gallery .gallery-item {
    display: inline-block;
    width: 23%;
    list-style: none;
    margin-bottom: 1.5%; }
    .container-image-gallery .gallery-item:hover .gallery-item-title {
      border-bottom-color: #4a6e8d; }
    .container-image-gallery .gallery-item img {
      height: 100%;
      width: 100%;
      border: none !important; }
  .container-image-gallery .gallery-item-3x {
    width: 31%;
    margin-bottom: 4%; }
  .container-image-gallery .gallery-item-4x {
    width: 23%;
    margin-bottom: 3%; }
  .container-image-gallery .gallery-item-5x {
    width: 18%;
    margin-bottom: 2.5%; }

/* ==== Module - Circular progress ==== */
.container-progress-circles {
  text-align: center;
  margin: 2em auto;
  padding: 2em 0 0 0; }
  .container-progress-circles .progress-circle {
    display: inline-block;
    margin: 0 2em 4em 0; }
    .container-progress-circles .progress-circle span.progress-value {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      height: 60px;
      width: 100px;
      font-size: 40px;
      line-height: 60px;
      margin-top: -30px;
      margin-left: -50px; }
    .container-progress-circles .progress-circle span.progress-title {
      display: inline-block;
      position: absolute;
      left: 0;
      bottom: -2em;
      width: 100%;
      text-align: center; }

/**
 * Menus and navigation
 * ---------------------------------------------------------------------------
**/
.mobiel-menu {
  color: white;
  display: none;
  font-size: 5em;
  text-shadow: 1px 1px 8px #4a6e8d;
  transition: 125ms ease 250ms; }
  .mobiel-menu:hover {
    color: #176500;
    text-shadow: 0 0 8px white; }
  .mobiel-menu span {
    display: none; }

#container-menu {
  grid-area: menu;
  text-align: center; }

#menu {
  margin: 0; }
  #menu > li {
    display: inline-block;
    list-style: none;
    margin-left: -5px; }
    #menu > li > a {
      color: white;
      display: block;
      font-size: 1.14rem;
      height: 100%;
      padding: 1rem;
      text-decoration: none; }
      #menu > li > a:before {
        content: '';
        height: .25rem;
        left: 0;
        position: absolute;
        transform: scale3d(0, 1, 1);
        transition: transform 0.2s;
        width: 100%; }
        @media only screen and (max-width: 575px) {
          #menu > li > a:before {
            background: transparent; } }
      #menu > li > a:before {
        top: 0;
        transform-origin: 50% 50%; }
      #menu > li > a:hover:before, #menu > li > a:focus:before {
        transition-duration: 0.4s;
        transform: scale3d(1, 1, 1);
        transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }
      @media only screen and (max-width: 799px) {
        #menu > li > a {
          font-size: .9rem;
          padding: 0.5rem 0.25rem; } }
      @media only screen and (max-width: 575px) {
        #menu > li > a {
          font-size: 1rem; } }
    #menu > li:hover .sub-menu {
      display: block;
      animation: subm-in .25s ease-in; }
    @media only screen and (max-width: 575px) {
      #menu > li:hover .sub-menu {
        display: none; } }
  #menu li.current-menu-item a,
  #menu li.current-page-ancestor a,
  #menu li.current-post-ancestor a,
  #menu li.current-post-parent a,
  #menu li.current-menu-parent a {
    color: white; }
    #menu li.current-menu-item a:before,
    #menu li.current-page-ancestor a:before,
    #menu li.current-post-ancestor a:before,
    #menu li.current-post-parent a:before,
    #menu li.current-menu-parent a:before {
      background: #cceddc;
      transition-duration: 0.4s;
      transform: scale3d(1, 1, 1);
      transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }
      @media only screen and (max-width: 575px) {
        #menu li.current-menu-item a:before,
        #menu li.current-page-ancestor a:before,
        #menu li.current-post-ancestor a:before,
        #menu li.current-post-parent a:before,
        #menu li.current-menu-parent a:before {
          background: transparent; } }
    @media only screen and (max-width: 575px) {
      #menu li.current-menu-item a,
      #menu li.current-page-ancestor a,
      #menu li.current-post-ancestor a,
      #menu li.current-post-parent a,
      #menu li.current-menu-parent a {
        background: transparent;
        color: #176500; } }
  @media only screen and (max-width: 575px) {
    #menu {
      display: grid;
      height: 0;
      transition: all 250ms ease-in-out; }
      #menu.mobile {
        background-color: #00d86a;
        display: grid;
        font-size: 1rem;
        grid-gap: 0.5rem;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        height: auto;
        justify-items: start;
        padding: 1rem;
        transform: scale(1, 1); } }
/* ====== Footermenu ====== */
#footer-menu {
  grid-area: footermenu;
  margin: 0;
  padding: 1rem 0;
  justify-self: center; }
  #footer-menu li {
    display: inline-block;
    list-style: none; }
    #footer-menu li a {
      color: white;
      text-decoration: none; }
      #footer-menu li a:hover {
        color: white; }

/* ====== archief ====== */
.paginering {
  text-align: center; }
  .paginering.top {
    margin-bottom: 2em; }
  .paginering.bottom {
    margin-top: 2em; }
  .paginering .paginas {
    display: inline-block;
    padding: 0;
    text-align: center; }
    .paginering .paginas li {
      display: inline-block;
      margin: 0 !important; }
      .paginering .paginas li a {
        background-color: #eee;
        border: 1px solid #eee;
        border-radius: 0.25em;
        display: block;
        margin: 0 .25em;
        padding: .5em .75em;
        text-decoration: none;
        transition: 0.25s ease 250ms; }
        .paginering .paginas li a:hover {
          background-color: #4a6e8d;
          border: 1px solid #4a6e8d;
          color: white; }
      .paginering .paginas li span {
        background-color: white;
        border: 1px solid #eee;
        border-radius: 0.25em;
        display: block;
        font-weight: bold;
        margin: 0 .25em;
        padding: .5em .75em; }
  .paginering a.vorige,
  .paginering a.volgende {
    background-color: #eee;
    border: 1px solid #eee;
    border-radius: 0.25em;
    display: inline-block;
    line-height: 150%;
    margin: 0 .25em;
    padding: .5em .75em;
    text-decoration: none; }
    .paginering a.vorige:hover,
    .paginering a.volgende:hover {
      background-color: #4a6e8d;
      border: 1px solid #4a6e8d;
      color: white; }

/**
 * SEARCH
 * ---------------------------------------------------------------------------
**/
#s {
  border: none; }
  #s:focus {
    outline: none; }

#sidebar {
  margin: 2rem 0 1rem 0;
  padding: 0 2rem 0 0; }

/**
 * SNIPPETS
 * ---------------------------------------------------------------------------
**/
/* ===== Video ===== */
span.length-video {
  color: #222;
  display: block;
  font-size: .75rem;
  margin-top: .25rem; }
  span.length-video i {
    margin-right: .25rem; }

.videos .span-0 .length-video {
  margin: 0;
  padding: 1em; }
  @supports (display: grid) {
    .videos .span-0 .length-video {
      align-self: center;
      background-color: white;
      color: #222;
      display: inline-block;
      grid-row-start: 2;
      justify-self: center; } }

.videos .span-0 .item-content {
  display: none; }

/**
 * SOCIAL
 * ---------------------------------------------------------------------------
 * - share
 * - social media presence
**/
/* ===== Share ===== */
.lijst-social-media {
  list-style: none;
  padding: 2rem;
  text-align: center; }
  .lijst-social-media.has-featured {
    background-color: white;
    display: inline-block;
    left: 4rem;
    margin: 0;
    min-height: 4rem;
    position: absolute;
    top: calc( 100% - 3rem);
    width: calc( 100% - 8rem);
    z-index: 1; }
    @media only screen and (max-width: 575px) {
      .lijst-social-media.has-featured {
        left: 0;
        padding: 1rem;
        position: relative;
        top: 0;
        width: 100%; } }
  .lijst-social-media.no-featured {
    margin-bottom: 2rem;
    width: 100%; }
  .lijst-social-media li {
    display: inline-block;
    margin: 0 .25rem;
    text-align: center;
    vertical-align: middle; }
    .lijst-social-media li i.hart {
      animation: pulseer infinite .75s ease-out;
      color: #900;
      font-size: 2rem;
      height: 2.5rem;
      line-height: 2.5rem;
      width: 2.5rem; }
    .lijst-social-media li a {
      background-color: #28b7df;
      color: white;
      display: block;
      height: 3rem;
      font-size: 1.5rem;
      line-height: 3rem;
      text-align: center;
      text-decoration: none;
      width: 3rem;
      border-radius: 100%;
      transform: scale(1);
      transition: 0.25s ease 250ms; }
      .lijst-social-media li a:hover {
        background-color: #025;
        cursor: pointer;
        border-radius: 100%;
        transform: scale(1.1); }

.attachment #lijst-social-media li a {
  background-color: #00a551; }
  .attachment #lijst-social-media li a:hover {
    background-color: #176500; }

/* ===== Social media presence ===== */
#container-social {
  background-color: #eee;
  grid-column: header-start-content-right / header-end-content-right;
  grid-row: breadcrumbs-start / breadcrumbs-end;
  padding-top: .75rem;
  text-align: right; }
  #container-social a {
    background-color: #28b7df;
    color: white;
    display: inline-block;
    line-height: 2rem;
    text-align: center;
    text-decoration: none;
    width: 2rem;
    border-radius: 100%;
    transform: scale(1);
    transition: 0.25s ease 250ms; }
    #container-social a:hover {
      background-color: #025;
      color: white;
      text-decoration: none;
      transform: scale(1.2); }
  #container-social span {
    display: none; }

/**
 * TABLES
 * --------------------------------------------------------------------------- 
**/
/**
 * TAGS
 * --------------------------------------------------------------------------- 
**/
.container-tags {
  margin: 0 0 2rem 0;
  text-align: center; }
  .container-tags a {
    border: 1px solid #eee;
    color: #222;
    margin: 0 0.25rem;
    padding: 0.5rem;
    transition: all 125ms ease 250ms;
    text-decoration: none;
    text-transform: lowercase; }
    .container-tags a:hover {
      background: #ccc;
      border-color: #ccc;
      color: white;
      text-decoration: underline; }

.item-archief .container-tags {
  background-color: white;
  border-top: 1px solid #eee;
  margin: 0;
  padding: 1rem; }

/**
 * WIDGETS - shown in sidebar and footer
 * ---------------------------------------------------------------------------
**/
/**
 * WP CLASSES
 * --------------------------------------------------------------------------- 
 * - alignment
 * - wp editor images sizes
**/
/* ===== Alignment  ===== */
.alignleft {
  float: left;
  margin-right: 1rem; }

.alignright {
  float: right;
  margin-left: 1rem; }

.wp-caption {
  display: inline-block;
  max-width: 100%;
  width: auto !important; }
  .wp-caption img {
    border: 1px solid #eee;
    height: auto;
    max-width: 100%; }
  .wp-caption .wp-caption-text {
    font-size: .75rem;
    color: #222;
    background-color: #eee;
    padding: .5rem; }
    .wp-caption .wp-caption-text a {
      color: #222; }

.wp-caption.alignnone .wp-caption-text {
  margin: 0; }

/* ===== WP editor image sizes ===== */
.gallery,
div[id^="gallery-"].gallery.gallery-columns-1,
div[id^="gallery-"].gallery.gallery-columns-2,
div[id^="gallery-"].gallery.gallery-columns-3,
div[id^="gallery-"].gallery.gallery-columns-5,
div[id^="gallery-"].gallery.gallery-columns-6,
div[id^="gallery-"].gallery.gallery-columns-7,
div[id^="gallery-"].gallery.gallery-columns-8,
div[id^="gallery-"].gallery.gallery-columns-9,
div[id^="gallery-"].gallery.gallery-columns-10 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .gallery .gallery-item,
  div[id^="gallery-"].gallery.gallery-columns-1 .gallery-item,
  div[id^="gallery-"].gallery.gallery-columns-2 .gallery-item,
  div[id^="gallery-"].gallery.gallery-columns-3 .gallery-item,
  div[id^="gallery-"].gallery.gallery-columns-5 .gallery-item,
  div[id^="gallery-"].gallery.gallery-columns-6 .gallery-item,
  div[id^="gallery-"].gallery.gallery-columns-7 .gallery-item,
  div[id^="gallery-"].gallery.gallery-columns-8 .gallery-item,
  div[id^="gallery-"].gallery.gallery-columns-9 .gallery-item,
  div[id^="gallery-"].gallery.gallery-columns-10 .gallery-item {
    display: inline-block;
    list-style: none;
    width: 23%; }
    .gallery .gallery-item img,
    div[id^="gallery-"].gallery.gallery-columns-1 .gallery-item img,
    div[id^="gallery-"].gallery.gallery-columns-2 .gallery-item img,
    div[id^="gallery-"].gallery.gallery-columns-3 .gallery-item img,
    div[id^="gallery-"].gallery.gallery-columns-5 .gallery-item img,
    div[id^="gallery-"].gallery.gallery-columns-6 .gallery-item img,
    div[id^="gallery-"].gallery.gallery-columns-7 .gallery-item img,
    div[id^="gallery-"].gallery.gallery-columns-8 .gallery-item img,
    div[id^="gallery-"].gallery.gallery-columns-9 .gallery-item img,
    div[id^="gallery-"].gallery.gallery-columns-10 .gallery-item img {
      height: 100%;
      width: 100%; }

/**
 * Theme options overrides & extensions
 * ---------------------------------------------------------------------------
* */
/**
 * VENDOR OVERRIDES - vendor CSS overrides
 * --------------------------------------------------------------------------- 
 * - Bootstrap
 * - Chocolat
 * - Contact Form 7
 * - Lazy Load
 * - TablePress
**/
/* ===== Bootstrap ===== */
div[data-toggle="popover"]:hover {
  cursor: pointer; }

body.dark .popover {
  color: #222; }

.sticky-top {
  top: 1rem; }

/* ===== Chocolat ===== */
.chocolat-wrapper {
  z-index: 10000; }

.chocolat-overlay {
  opacity: 1; }

/* ===== Contact Form 7 ===== */
span.wpcf7-not-valid-tip {
  font-size: .75em;
  color: #fff;
  background-color: #c30;
  margin: 0;
  padding: .5em; }

div.wpcf7-validation-errors {
  color: white;
  background: #c30;
  border: none;
  margin: 1em 0 0 0;
  padding: 1em; }

#tbl-contact {
  width: 100%;
  border-collapse: collapse; }
  #tbl-contact td {
    padding: 1em;
    background-color: #fbfbfb;
    border: 1px solid #eee; }
    #tbl-contact td.lbl {
      width: 30%; }
    #tbl-contact td input[type="text"],
    #tbl-contact td input[type="email"],
    #tbl-contact td textarea {
      width: 100%;
      font-size: 1em;
      border: 1px solid #ddd;
      padding: 1em; }
    #tbl-contact td textarea {
      margin-top: 1em; }
    #tbl-contact td input[type="submit"] {
      background-color: #252525;
      border: none; }
      #tbl-contact td input[type="submit"]:hover {
        background-color: #4a6e8d;
        cursor: pointer; }

/* ===== Lazy Load ===== */
.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity .3s; }

/* ===== TablePress ===== */
.tablepress {
  max-width: 100%;
  border-collapse: collapse; }
  .tablepress td {
    width: 50%;
    padding: 1em 0; }

/**
 * WordPress plugin overrides
 * --------------------------------------------------------------------------- 
**/
/**
 * Archive
 * ---------------------------------------------------------------------------
**/
#intro {
  background-color: white;
  padding: 4rem 4rem 2rem 4rem; }
  @media only screen and (max-width: 575px) {
    #intro {
      padding: 1rem; } }
#archive {
  background-color: white;
  padding: 2rem 4rem 4rem 4rem;
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr;
  grid-template-rows: auto; }
  @media only screen and (max-width: 575px) {
    #archive {
      padding: 1rem; } }
  #archive div.newsitem {
    display: grid;
    grid-template-areas: "snippet" "tags";
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto; }
    #archive div.newsitem:not(:first-of-type) {
      border-top: 1px solid #eee;
      padding-top: 2rem; }
    #archive div.newsitem > a {
      display: grid;
      grid-area: snippet;
      grid-gap: 1rem;
      grid-template-areas: "img excerpt";
      grid-template-columns: minmax(150px, 250px) 1fr;
      text-decoration: none; }
      @media only screen and (max-width: 575px) {
        #archive div.newsitem > a {
          grid-template-areas: "img" "excerpt";
          grid-template-columns: 1fr;
          grid-template-rows: auto auto; } }
      #archive div.newsitem > a .container-img {
        grid-area: img; }
        #archive div.newsitem > a .container-img img {
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%; }
      #archive div.newsitem > a .container-txt {
        grid-area: excerpt; }
        #archive div.newsitem > a .container-txt h2 {
          margin-top: 0; }
    #archive div.newsitem .container-tags {
      grid-area: tags;
      margin: 1rem 0 0 0; }

/**
 * Author meta
 * ---------------------------------------------------------------------------
**/
/**
 * Footer
 * --------------------------------------------------------------------------- 
**/
.footer {
  align-self: end;
  background-color: #222;
  display: grid;
  grid-area: footer;
  grid-template-columns: 1fr minmax(220px, 1020px) 1fr;
  grid-template-rows: auto;
  grid-template-areas: "footermenu footermenu footermenu" "... footerwidgets ..."; }

#footer-widgets {
  display: grid;
  grid-area: footerwidgets;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-template-rows: auto;
  margin: 2rem 0;
  max-width: 1020px; }
  @media only screen and (max-width: 799px) {
    #footer-widgets {
      padding: 0 1rem; } }
  #footer-widgets .widget {
    color: #eee; }
    #footer-widgets .widget h5 {
      border-bottom: 1px solid #fbfbfb;
      color: #eee;
      font-size: 1.14rem;
      font-weight: bold;
      overflow: hidden;
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      text-overflow: ellipsis;
      white-space: nowrap; }
    #footer-widgets .widget p {
      color: #eee;
      font-size: 14px; }
    #footer-widgets .widget .wp-block-image {
      margin: 0; }
    #footer-widgets .widget a {
      color: white; }
      #footer-widgets .widget a:hover {
        text-decoration: underline; }
    #footer-widgets .widget ul {
      margin: 0;
      padding: 0 0 0 1rem; }
      #footer-widgets .widget ul li {
        list-style-type: "—";
        padding: 0 0 0 1rem; }
    #footer-widgets .widget .footer-gallery {
      list-style: none;
      margin: 0;
      padding: 0; }
      #footer-widgets .widget .footer-gallery li {
        border: 2px solid transparent; }
        #footer-widgets .widget .footer-gallery li img {
          background-color: #fbfbfb;
          padding: 0.5rem; }
    #footer-widgets .widget .footer-links {
      margin: 0;
      padding: 0; }
      #footer-widgets .widget .footer-links li {
        font-size: 1rem;
        line-height: 200%;
        list-style: none; }

/**
 * Layout - general
 * ---------------------------------------------------------------------------
 * - page & post
**/
#content {
  grid-area: content;
  max-width: 1020px;
  background-color: transparent;
  margin: 2rem auto;
  padding: 0;
  width: 100%; }
  #content p {
    line-height: 200%; }
  #content .pull-quote {
    display: block;
    float: left;
    font-size: 1.6rem;
    line-height: 150%;
    margin: 1rem 1rem 1rem calc( -1 * calc( 3 * 2rem));
    max-width: 50%;
    padding-top: 2rem; }
    #content .pull-quote:before {
      background-color: #222;
      content: '';
      left: 0;
      position: absolute;
      height: 1rem;
      top: 0;
      width: calc( 3 * 2rem); }
  #content .after-pull-quote {
    display: inline;
    float: left; }
  #content .container-page .pull-quote {
    margin: 1rem 2rem 1rem calc( -1 * 1rem);
    max-width: 40%; }
  #content .btn {
    background-color: #00a551;
    color: white;
    line-height: 1.5rem;
    padding: 1em; }
    #content .btn:hover {
      background-color: #cceddc; }

.container-pagee,
.container-post,
.container-home {
  background-color: white;
  padding: 4rem; }
  @media only screen and (max-width: 575px) {
    .container-pagee,
    .container-post,
    .container-home {
      padding: 1rem; } }
  .container-pagee ol,
  .container-pagee ul,
  .container-post ol,
  .container-post ul,
  .container-home ol,
  .container-home ul {
    margin: 1em 0;
    padding: 0; }
    .container-pagee ol li,
    .container-pagee ul li,
    .container-post ol li,
    .container-post ul li,
    .container-home ol li,
    .container-home ul li {
      list-style-type: circle;
      line-height: 225%;
      margin-left: 1.25em; }
    .container-pagee ol.lijst-social-media li,
    .container-pagee ul.lijst-social-media li,
    .container-post ol.lijst-social-media li,
    .container-post ul.lijst-social-media li,
    .container-home ol.lijst-social-media li,
    .container-home ul.lijst-social-media li {
      margin-left: auto; }
  .container-pagee ol li,
  .container-post ol li,
  .container-home ol li {
    list-style-type: inherit; }
  .container-pagee h2,
  .container-post h2,
  .container-home h2 {
    font-family: "Oswald", sans-serif;
    font-size: 2rem;
    line-height: 125%; }
  .container-pagee h3,
  .container-post h3,
  .container-home h3 {
    margin-top: 2rem; }
  .container-pagee p:not(.has-large-font-size, .container-sidenote > p, blockquote > p):first-of-type::first-letter,
  .container-post p:not(.has-large-font-size, .container-sidenote > p, blockquote > p):first-of-type::first-letter,
  .container-home p:not(.has-large-font-size, .container-sidenote > p, blockquote > p):first-of-type::first-letter {
    float: left;
    font-size: 6rem;
    font-weight: bold;
    line-height: 70%;
    margin: 1rem 1.5rem 0 0; }
    @media only screen and (max-width: 575px) {
      .container-pagee p:not(.has-large-font-size, .container-sidenote > p, blockquote > p):first-of-type::first-letter,
      .container-post p:not(.has-large-font-size, .container-sidenote > p, blockquote > p):first-of-type::first-letter,
      .container-home p:not(.has-large-font-size, .container-sidenote > p, blockquote > p):first-of-type::first-letter {
        font-size: 4rem; } }
.container-archive .item-archive {
  background-color: #fbfbfb;
  border: 1px solid #eee;
  margin: 0 0 2rem 0;
  transition: all ease 125ms; }
  .container-archive .item-archive:last-of-type {
    margin-bottom: 0; }
  .container-archive .item-archive .item-inhoud {
    padding: 2em; }
    .container-archive .item-archive .item-inhoud a {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-content: flex-start;
      text-decoration: none; }
      .container-archive .item-archive .item-inhoud a .container-beeld {
        display: inline-block;
        width: 200px;
        min-width: 200px;
        -o-object-fit: fit;
           object-fit: fit;
        margin-right: 2em;
        padding: .5em; }
      .container-archive .item-archive .item-inhoud a .container-tekst {
        display: inline-block;
        flex-basis: auto; }
      .container-archive .item-archive .item-inhoud a h2 {
        font-size: 1.25em;
        text-transform: uppercase;
        margin: 0 0 .5em 0; }
      .container-archive .item-archive .item-inhoud a p {
        line-height: 200%; }
      .container-archive .item-archive .item-inhoud a span.lees-meer {
        display: inline-block;
        font-size: .9em;
        font-weight: 200;
        color: #4a6e8d;
        background-color: white;
        border: 1px solid #eee;
        padding: .25em .5em; }
        .container-archive .item-archive .item-inhoud a span.lees-meer:hover {
          color: white;
          background-color: #4a6e8d;
          border-color: #4a6e8d; }
  .container-archive .item-archive:hover {
    z-index: 1; }
    .container-archive .item-archive:hover a h2 {
      color: black; }
    .container-archive .item-archive:hover a span.lees-meer {
      color: white;
      background-color: #4a6e8d;
      border-color: #4a6e8d; }

.container-post {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 60% 1fr;
  grid-template-areas: "post-content post-aside";
  padding: 0 0 2rem calc( 3 * 2rem); }
  .container-post #post-content {
    grid-area: post-content; }
    .container-post #post-content .wp-block-image {
      margin-left: calc( -1 * calc( 3 * 2rem));
      width: calc( calc( 3 * 2rem) + 100%); }
  .container-post #post-aside {
    border-left: 1px solid #fbfbfb;
    grid-area: post-aside; }

.container-home,
.container-page {
  background: white; }
  .container-home h2,
  .container-page h2 {
    text-transform: none; }

/**
 * Header
 * --------------------------------------------------------------------------- 
**/
.header {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  grid-area: header;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas: "logo branding profile" "menu menu menu";
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10; }

#container-logo {
  grid-area: logo;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 2em; }
  #container-logo img {
    max-height: 100px;
    border-radius: 100%; }

#container-branding {
  grid-area: branding;
  font-family: "Oswald", sans-serif;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 2rem 0; }
  #container-branding #site-titel:after {
    content: '. '; }
  #container-branding a {
    font-size: 1.5em;
    text-decoration: none; }
    #container-branding a:hover {
      color: black; }
  #container-branding #site-description {
    font-size: 2.5rem;
    text-transform: uppercase; }

#container-profiel {
  grid-area: profile;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 2em;
  text-align: right; }
  #container-profiel img {
    max-height: 100px;
    border-radius: 100%; }

/**
 * HOME - homepage styles
 * --------------------------------------------------------------------------- 
**/
.container-home #post-content img.featured {
  margin-bottom: 1rem; }

.container-home #post-aside h1 {
  margin: -0.5rem 0 0 0;
  padding: 0 0 1rem 2rem;
  text-align: left; }

.container-home #post-aside p {
  padding: 1rem 0 1rem 2rem; }
  .container-home #post-aside p::first-letter {
    float: none;
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
    margin: 0; }

/**
 * Grid
 * --------------------------------------------------------------------------- 
**/
.grid-chahn {
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(6, [col] 1fr);
  grid-template-areas: "header header header header header header" "ankeiler ankeiler ankeiler ankeiler ankeiler ankeiler" "content content content  content content content" "footer footer footer footer footer footer"; }

/**
 * Page
 * ---------------------------------------------------------------------------
* */
.container-page h1 {
  padding: 0;
  text-align: left; }

.container-page li {
  line-height: 200%; }

.item-beeld {
  max-width: 100%; }

/**
 * Posts
 * ---------------------------------------------------------------------------
**/
.featured-image {
  max-height: 500px; }
  .featured-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }

/**
 * Post formats
 * --------------------------------------------------------------------------- 
**/
.single-format-quote .item-body blockquote:before {
  content: '\f10d';
  display: inline-block;
  position: absolute; }

.single-format-link .item-body a:before {
  content: '\f14c';
  display: inline-block; }

.single-format-chat .item-body p:after {
  content: '\f0d7';
  position: absolute; }

.single-format-chat .item-body p:nth-child(2n):after {
  left: 0; }

.single-format-gallery .item-body div[id^="gallery-"].gallery.gallery-columns-1 .gallery-item,
.single-format-gallery .item-body div[id^="gallery-"].gallery.gallery-columns-2 .gallery-item,
.single-format-gallery .item-body div[id^="gallery-"].gallery.gallery-columns-3 .gallery-item {
  margin: 0;
  width: 33.33% !important; }

.single-format-gallery .item-body div[id^="gallery-"].gallery.gallery-columns-4 .gallery-item {
  margin: 0;
  width: 25% !important; }

.single-format-audio .item-body .mejs-container {
  background-color: transparent;
  border-top: 1rem solid transparent; }

/**
* Media Queries - print
* --------------------------------------------------------------------------- 
**/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .element {
    display: none !important; } }

/**
* Media Queries
* --------------------------------------------------------------------------- 
**/
/**
* specifieke desktop stijlen
* --------------------------------------------------------------------------- 
**/
/**
* tablet stijlen
* --------------------------------------------------------------------------- 
**/
@media (min-width: 768px) and (max-width: 1023px) {
  .grid-chahn {
    display: grid;
    grid-gap: 0;
    grid-template-columns: 100%;
    grid-template-areas: "header" "ankeiler" "content" "footer"; }
  #content {
    max-width: 100%; }
    #content .container-post,
    #content .container-home {
      grid-template-columns: 1fr;
      grid-template-rows: auto;
      grid-template-areas: "post-content" "post-aside"; }
  /* === navigatie === */
  #container-menu {
    line-height: normal;
    min-height: 0; }
  /* === archief === */
  #grid[data-columns]::before {
    content: '2 .column.size-1of2'; } }

/**
* smartphone stijlen
* --------------------------------------------------------------------------- 
**/
@media (max-width: 767px) {
  body {
    background-image: none !important; }
  .grid-chahn {
    display: grid;
    grid-gap: 0;
    grid-template-columns: 100%;
    grid-template-areas: "header" "ankeiler" "content" "footer"; }
  /* === header === */
  .header {
    grid-area: header;
    display: grid;
    grid-template-columns: 100%;
    grid-template-areas: "branding" "menu"; }
  #container-branding {
    padding-bottom: 2em; }
    #container-branding h1 {
      font-size: 2em; }
  #container-logo,
  #container-profiel {
    display: none; }
  /* === footer === */
  #container-menu-footer #menu-footer li a {
    text-shadow: 0 0 6px #252525; }
  /* === navigatie === */
  .mobiel-menu {
    background-color: #ccc;
    color: #252525;
    display: block;
    font-size: 3em;
    padding: .25em 0;
    text-shadow: none; }
  #container-menu {
    line-height: normal;
    min-height: 0; }
    #container-menu #menu {
      display: none;
      width: 100vw;
      height: 100vh;
      left: 0;
      top: 0;
      border-top: none;
      padding: 0; }
      #container-menu #menu li {
        display: block;
        margin: 0;
        padding: 0; }
        #container-menu #menu li:hover:before {
          top: 0; }
        #container-menu #menu li a {
          font-size: 1.5em; }
      #container-menu #menu li.current-menu-item:before,
      #container-menu #menu li.current-post-ancestor:before,
      #container-menu #menu li.current-page-ancestor:before,
      #container-menu #menu li.current-menu-parent:before,
      #container-menu #menu li.current-post-parent:before {
        top: 0;
        display: none; }
      #container-menu #menu li.current-menu-item {
        color: #4a6e8d;
        background-color: white; }
        #container-menu #menu li.current-menu-item:before {
          display: block; }
        #container-menu #menu li.current-menu-item a {
          color: #00a551; }
  /* === algemeen === */
  #content {
    max-width: 100%;
    padding: 2em; }
    #content .container-post,
    #content .container-home {
      grid-template-columns: 1fr;
      grid-template-rows: auto;
      grid-template-areas: "post-content" "post-aside"; }
      #content .container-post #post-aside,
      #content .container-home #post-aside {
        border-left: none; }
    #content .item-inhoud p:first-of-type {
      max-width: none; }
    #content .item-inhoud .knop {
      display: inline-block;
      width: 100%;
      text-align: center;
      margin: 0;
      padding-right: .5em; }
      #content .item-inhoud .knop:after {
        content: ''; }
  #terug-overzicht-werk {
    position: relative;
    display: block;
    width: 100%;
    top: auto;
    left: 0;
    text-align: center;
    margin: 0 0 1em 0;
    padding: 1em; }
    #terug-overzicht-werk:before {
      content: ''; }
  .p-werk #terug-overzicht-werk {
    display: none; }
  #terug-overzicht-blog {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    margin-bottom: 2em; }
    #terug-overzicht-blog:before {
      content: ''; }
  /* === overzicht werk === */
  #content ul#lijst-werk {
    display: flex;
    flex-direction: row;
    flex-flow: row;
    flex-wrap: wrap;
    margin: 2em 0;
    padding: 0; }
    #content ul#lijst-werk li {
      width: 100%; }
  /* === details werk === */
  #details-werk tr td {
    display: block; }
    #details-werk tr td:nth-of-type(1) {
      padding-bottom: 0; }
      #details-werk tr td:nth-of-type(1):after {
        content: ':'; }
    #details-werk tr td:nth-of-type(2) {
      padding-top: .5em; }
    #details-werk tr td a {
      word-break: break-all; }
  #details-werk tr:last-child {
    border-bottom: none; }
  ul#lijst-beelden {
    border-top: none; }
  /* === archief === */
  #grid[data-columns]::before {
    content: '1 .column.size-1of1'; }
  /* === bericht === */
  .single #content {
    margin-top: 1em; }
    .single #content .bericht .container-beeld {
      width: 100%;
      margin: 0 0 1em 0; }
  /* === contact === */
  #tbl-contact td {
    display: block;
    width: 100%; }
    #tbl-contact td:nth-child(1n) {
      border-bottom: 0; }
    #tbl-contact td:nth-child(2n) {
      border-top: 0; }
    #tbl-contact td input[type="submit"] {
      width: 100%;
      margin: 0; }
  #tbl-contact td.lbl {
    padding-bottom: 0;
    width: 100%; }
  /* === tabellen === */
  .tablepress tbody tr td {
    display: block;
    width: 100%;
    border: 0; }
    .tablepress tbody tr td:empty {
      display: none; }
    .tablepress tbody tr td strong {
      display: block;
      width: 100%;
      background-color: #eee;
      margin-bottom: -0.5em;
      padding: .5em; }
  /* === modules === */
  .container-wysiwyg {
    margin: 1em 0 0 0; }
  .container-wysiwyg.columns-2,
  .container-wysiwyg.columns-3,
  .container-wysiwyg.columns-4 {
    -moz-column-count: 1;
         column-count: 1; } }
/*# sourceMappingURL=style.css.map */