/*
@import url('styles/boots-bones.css');
*/

@font-face {
  font-display: swap; 
  font-family: 'Solway';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/solway-v18-latin-300.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Solway';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/solway-v18-latin-regular.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Solway';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/solway-v18-latin-500.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Solway';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/solway-v18-latin-700.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Solway';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/solway-v18-latin-800.woff2') format('woff2'); 
}


@font-face { font-family: 'Merriweather'; font-style: normal; font-weight: 300; 
           src: url('fonts/merriweather-light.woff2') format('woff2') }
@font-face { font-family: 'Merriweather'; font-style: italic; font-weight: 300; 
             src: url('fonts/merriweather-light-italic.woff2') format('woff2') }
@font-face { font-family: 'Merriweather'; font-style: normal; font-weight: 400; 
             src: url('fonts/merriweather-regular.woff2') format('woff2') }
@font-face { font-family: 'Merriweather'; font-style: italic; font-weight: 400; 
             src: url('fonts/merriweather-italic.woff2') format('woff2') }

@font-face { font-family: 'Merriweather'; font-style: normal; font-weight: 700; 
             src: url('fonts/merriweather-bold.woff2') format('woff2') }

@font-face { font-family: 'Merriweather'; font-style: italic; font-weight: 700; 
             src: url('fonts/merriweather-bold-italic.woff2') format('woff2') }

@font-face { font-family: 'Merriweather'; font-style: normal; font-weight: 900; 
             src: url('fonts/merriweather-black.woff2') format('woff2') }
@font-face { font-family: 'Merriweather'; font-style: italic; font-weight: 900; 
             src: url('fonts/merriweather-black-italic.woff2') format('woff2') }

@font-face { font-family: 'Paddington'; font-style: normal; font-weight: 400; 
             src: url('fonts/Paddington.woff2') format('woff2') }
@font-face { font-family: 'Paddington'; font-style: italic; font-weight: 400; 
             src: url('fonts/Paddington-Italic.woff2') format('woff2') }
@font-face { font-family: 'Paddington'; font-style: normal; font-weight: 700; 
             src: url('fonts/Paddington-Bold.woff2') format('woff2') }
@font-face { font-family: 'Paddington'; font-style: italic; font-weight: 700; 
             src: url('fonts/Paddington-Bold-Italic.woff2') format('woff2') }
@font-face { font-family: 'PaddingtonSC'; font-style: normal; font-weight: 400; 
             src: url('fonts/PaddingtonSC.woff2') format('woff2') }
@font-face { font-family: 'PaddingtonSC'; font-style: normal; font-weight: 700; 
             src: url('fonts/Paddington-Bold.woff2') format('woff2') }



/*
Theme Name: Naked Wordpress
Theme URI: http://bckmn.com/naked-wordpress
Author: J Beckman
Author URI: http://bckmn.com
Description: A super bare theme for designers who don't know Wordpress PHP but want to build with Wordpress.
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

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;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ccc;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}
/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: "Solway", Helvetica, sans-serif;
  line-height: 1.8em;
  font-size: 1.8rem;
}

body {
  font-family: "Merriweather", Palatino, serif; 
  font-weight: 300; 
}

html {
  font-size: 10px;
}

/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Solway", Helvetica, sans-serif;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #000;
  margin-top: 1.5em;    
  line-height: 1.3em; 
}
h1 {
  font-size: 4.8rem;
}
h2 {
  font-size: 3.4rem;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-family: "Merriweather";
  margin-top: 1.8rem;   
  line-height: 1.8em;
  font-size: 1.8rem;
  font-weight: 700; 
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-top: 1.5em;
}
h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
  margin-top: 0em;
}
ul,
ol {
  margin: 0 0 0em 1em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}
/* Links */
a {
  color: #007998;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: rgba(0, 121, 152, 0.5);
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.center {
  text-align: center;
}
/* Header
-------------------------------------------------------------- */
.site-title a{
  text-transform: uppercase;
  font-size: 4em;
  text-align: center;
}
.site-title a:hover{
}
.site-description{
  font-style: italic;
}
header {
  padding: 20px 0;
  background: transparent;
}
header .gravatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  float: right;
}
header #brand {
  margin:1em 0;
}
header #brand h1 {
  font-weight: 900;
  color: #565656;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;

}
header #brand h1 a {
  color: #565656;
  text-decoration: none;
}
header #brand h1 span {
  font-weight: 200;
  color: #888888;
  text-transform: lowercase;
}
header#masthead {
  font-family: "Solway", Helvetica, sans-serif;
  letter-spacing: 0.04em;

}
.menu-main-nav-container, .menu-main-container {
  float: right;
}


/* Posts/Articles
-------------------------------------------------------------- */
article {
  background: transparent;
  padding: 0;
  margin-bottom: 80px;
  border-bottom: 1px solid #dddddd;
  color: #444;  
}
article .title {
  color: #ddd;
  font-size: 5rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.04em;
  margin-left: 40%;
  margin-right: 10%;
}
.home article .title {
  font-size: 3rem;
  margin-top: 160px;
  margin-bottom: 200px !important;
}

article .title a {
  text-decoration: none;
  color: #404040;
}
article .title a:hover {
  color: #007998;
}
article .post-meta {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
  font-family: "Solway", Helvetica, sans-serif;
  letter-spacing: 0.04em;

  text-transform: uppercase;
  font-weight: 500;
}
article .post-meta a {
  color: #888888;
  text-decoration: none;
}
article .post-meta a:hover {
  color: rgba(136, 136, 136, 0.5);
}
article .the-content a {
  font-weight: 400;
  text-decoration: none;
}
article .the-content {
  text-align: left;
}
article .the-content img {
  width: 100%;
  height: auto;
}
article .meta {
  line-height: 14.8px;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .9px;
}
article .meta div {
  margin:1px auto;
}
article .meta .post-categories {
  list-style: none;
  margin: 0 0 10px 0;
}
article .meta .post-categories li {
  display: inline-block;
  margin-right: 10px;
}
/* Page loop styling */
.page article {
  border-bottom: none;
}
.page article .title {
  margin-bottom: 40px;
}
/* Pagination */
#pagination {
  margin-bottom: 40px;
  width: 100%;
}
#pagination .past-page {
  float: right;
  width: 49%;
  text-align:right;
}
#pagination .next-page {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  height: 200px;
}
.next-page a, .past-page a {
  font-size: 2em;
  font-family: "Solway", Helvetica, sans-serif;
  letter-spacing: 0.04em;

  font-weight: 400;
  font-style: italic;
  padding: 10%;
}
/* Comments */
h3#comments {
  margin-bottom: 80px;
  font-size: 16px;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist .comment {
  margin: 0 0 40px 50px;
  padding: 20px;
  position: relative;
  list-style: none;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment .children {
  margin-top: 40px;
}
.commentlist .comment-author {
  float: left;
  margin-right: 10px;
}
.commentlist .comment-author img {
  position: absolute;
  left: -50px;
  top: 5px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment-author .says {
  display: none;
}
.comment-meta {
  font-size: 12px;
  margin-bottom: 10px;
}
.comment-subscription-form,
.comment-subscription-form {
  margin-bottom: 0;
  font-size: 14px;
}
#respond {
  margin-bottom: 80px;
}
#respond > h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
#respond form label {
  color: #888888;
}
footer {
  text-align: center;
  padding-bottom: 40px;
  font-size: 12px;
}
/* Misc & mixens
-------------------------------------------------------------- */
.site-footer{
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.clear {
  clear: both;
}
/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

/* #Media Queries
================================================== */

  /* Those wide screens above 1280px */
  @media only screen and (min-width: 1281px) {
    body{
/*       font-size: 1.8rem;
      line-height: 2em; */
/*    background-color: yellow; */
    }
    article .title{
      /* font-size: 1.8rem;
      line-height: 1.8em; */
    }
    article .post-meta{
      font-size: 0.7em;
      line-height: 1em;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
    #sidebar{
      font-size: 0.7em;
      line-height: 1.5em;
    }
    #sidebar h3{
      font-size: 1.5em;
      line-height: 1.5em;
    }
  }

  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {
    .side-title{
      font-size: 1rem;
      line-height: 1.5em;
    }
  }

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .side-title{
      font-size: 1rem;
      line-height: 1.5em;
    }
  }

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
  }

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    body, article .post-meta{
      font-size: 1.8rem;
      line-height: 1.8em;
/*    background-color: pink; */
    }
    article .title{
      font-size: 2em;
      line-height: 1.5em;
    }
    .site-title{
      font-size: 10px !important;
      line-height: 50px;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
  }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
    body, article .post-meta{
      font-size: 1.8rem;
      line-height: 2em;
/*    background-color: orange; */
    }
    article .title{
      font-size: 2em;
      line-height: 1.5em;
    }
    .site-title{
      font-size: 6px !important;
      line-height: 30px;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
    #masthead:not(.fffixed) ul.menu {
      visibility: hidden;
    }
    #masthead:not(.fffixed) #adres_in_branding {
      visibility: hidden;
    }
  }

  @media (hover: none) {


    
    #masthead ul.menu {
      display: none;
    }
  }
/*==============================================================*/
 
html {
  scroll-padding: 150px auto auto auto;
  scroll-behavior: smooth;
}

body {
  margin-bottom: 200px;
}

main {
  /* background-color: red; */
  margin-left:auto;
  margin-right:auto;
  margin-top: 90px;
  min-width: 300px;
  max-width: 900px;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
body.has_featured_image main {
  margin-top: 0px;
}
#masthead {
  position: absolute;
  left:0;
  top:0;
  background-color: #fdf4e5;
  width: 100% !important;
  color: #fff;
  box-shadow: 0px 0px 00px 0px rgba(0,0,0,0);
  padding: 50px 0 0 0;  
}
#masthead.transitions_on {
  transition: background-color 0.4s, padding 1s ease;
}

/* salie: 
rgb(158, 179, 170)
*/
body:not(.frontPage) #masthead,
#masthead.fffixed {
  margin-top: 0;
  position: fixed;
  left:0;
  top:0;
  padding: 0; 
  z-index: 10;
  line-height: 1em;
}
body:not(.has_featured_image) #masthead,
#masthead.fffixed {
/*  background-color: #fefefe; */
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
  color: #d8ac6b;
}

#masthead nav a {
  color: inherit;
  font-weight: 500;
}

#masthead .menu-voorpagina-hoofdmenu-container {
  display: block;
  width: max-content;
  height: 20px;
}


#masthead #logo {
  width: 300px; 
  height: auto;
}
#masthead.transitions_on #logo {
  transition: width 1s ease;
	  float: left;
}
body:not(.frontPage) #masthead #logo, 
#masthead.fffixed #logo {
  margin: 10px;
  width: 110px;
  margin-bottom: -5px;
}
 
#masthead #adres_in_branding a {
  font-family: "Solway", Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.8em;
  text-align: right;
  color: #d8ac6b;
  opacity: 1;
/*  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);*/
}
#masthead.transitions_on #adres_in_branding,
#masthead.transitions_on #quote-in-branding,
#masthead.transitions_on {
  transition: opacity 0.7s ease;
}
#masthead.fffixed #adres_in_branding,
#masthead.fffixed #quote-in-branding {
  opacity: 0;
}
#masthead.fffixed #adres_in_branding:hover {
  color: #000;
}
body:not(.frontPage) #adres_in_branding,
#adres_in_branding.hidden,
body:not(.frontPage) #quote-in-branding,
#quote-in-branding.hidden
{
  visibility: hidden;
}

#masthead #email_in_branding {
  color: #d8ac6b;
}

#masthead g#logo-onderTekst path, 
#masthead g#logo-onderTekst rect, 
#masthead g#logo-ruitRechtsOnder path {
  opacity: 1;
}
#masthead.transitions_on g#logo-onderTekst path, 
#masthead.transitions_on g#logo-onderTekst rect, 
#masthead.transitions_on g#logo-ruitRechtsOnder path {
  transition: opacity 0.7s ease;
}

body:not(.frontPage) #masthead :is(g#logo-onderTekst, g#logo-onderTekst), 
body:not(.frontPage) #masthead g#logo-ruitRechtsOnder path,
#masthead.fffixed :is(g#logo-onderTekst,g#logo-onderTekst), 
#masthead.fffixed g#logo-ruitRechtsOnder path {
  opacity: 0;
}
#masthead g#logo-verborgenRuit {
  opacity: 0 !important;
}
#masthead.transitions_on g#logo-verborgenRuit {
  transition: opacity 0.7s ease;
}

body:not(.frontPage) #masthead g#logo-verborgenRuit,
#masthead.fffixed g#logo-verborgenRuit {
    opacity: 1 !important;
}
#masthead g#logo-zwarteTekst path, 
#masthead g#logo-zwarteTekst rect {
  fill: #fff !important; 
}
#masthead.transitions_on g#logo-zwarteTekst path, 
#masthead.transitions_on g#logo-zwarteTekst rect {
  transition: fill 0.7s ease;
}
:is(body:not(.has_featured_image) #masthead, #masthead.fffixed) g#logo-zwarteTekst :is(path, rect) 
{
  fill: #000 !important;
}
#masthead path#logo-boogN, 
#masthead rect#logo-groteI {
  fill: #A9A8A9 !important; 
}
#masthead.transitions_on path#logo-boogN, 
#masthead.transitions_on rect#logo-groteI {
  transition: fill 0.7s ease;
}
#masthead.fffixed path#logo-boogN, 
#masthead.fffixed rect#logo-groteI {
  fill: #A9A8A9 !important; 
}

#masthead ul.menu {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#masthead ul.menu > li {
  position: relative;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}
body:not(.has_featured_image) #masthead ul.menu > li,
#masthead.fffixed ul.menu > li {
  text-shadow: none;
}

#masthead ul.menu li {
  cursor: default;
  position: relative;
  padding: 0.5em 1em;
  line-height: 1em;
  background-color: rgba(0,0,0,0);
  transition: background-color 0.4s ease;
}
#masthead ul.menu li:hover {
  background-color: #ae6d87;
  color: rgb(241, 229, 207)
}
#masthead ul.sub-menu {
  width: max-content;
  list-style: none;
  display: none;
  position: relative;
  background-color:rgb(241, 229, 207);
  padding: 6px 0;
  margin: 0 0 0 1em;
  color: rgb(203, 157, 88);
  text-shadow: none;
}
#masthead ul.sub-menu li:hover {
  background-color: #ae6d87;
  color: rgb(241, 229, 207)
}


#masthead .menu-item:hover > ul.sub-menu {
  position: absolute;
  display: block;
  left: 0;
}

#site-branding {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

#logo_in_branding {
  width: 300px;
  padding-left: 20px;
}

#adres_in_branding {
  text-align: right;
  padding-right: 20px;
  line-height: 1.1em;
}

#quote-in-branding {
	color: #b96988;
  font-family: "Solway", Helvetica, sans-serif;
	font-size: 3rem;
	font-weight: 400;
  line-height: 1.4em;
	display: inline-block;
	width: 50%;
  padding-right: 30px;
  align-self: center;
}


#featuredImage {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  margin-bottom: -12rem;
}
body:not(.frontPage) #featuredImage {
  max-height: 400px;
}
#featuredImageSmaller {
  width: 50%;
  max-width: 300px;
  height: auto;
  display: block;
  margin-top:100px;
  margin-left:auto;
  margin-right:auto;
}

.home h1 {
	visibility: hidden;
}

.the-content {
  line-height: 1.8em;
}

.the-content .wp-block-columns {
  gap: 1em; 
}


.the-content .wp-block-column {
   font-size: 90%;
   margin-left: 0 !important; 
}
.the-content .wp-block-column p {
   hyphens: auto;
}

.DOEN-letter {
  font-weight: 800;
  font-family: "Solway", Helvetica, sans-serif;
  font-size: 1.2em;
  color: #f6ad44;
}

form.wpcf7-form input[type=text], input[type=email], textarea, input[type=tel] {
  font-family: Courier, "Courier New", monospace;
  color: #000;
  border: 1px solid #aaa;
  border-radius: 10px;
  padding: 6px;
  width: 100%;
  max-width: 40em;
  min-width: 10em;
}

form.wpcf7-form > p {
  margin-top: 0.5em;
}

form.wpcf7-form > p:first-of-type {
  margin-top: 0;
}

span.wpcf7-not-valid-tip {
  font-family: "Merriweather", serif;
  font-size: 80%;
  font-weight: 400;
  font-style: italic;
}

form.wpcf7-form label {
  font-family: "Solway", Helvetica, sans-serif;
  letter-spacing: 0.04em;

  font-weight: normal;
  color: #888;
}

form.wpcf7-form button, 
form.wpcf7-form input[type="button"], 
form.wpcf7-form input[type="reset"], 
form.wpcf7-form input[type="submit"] {
    border-radius: 10px;
    background: #ccc;
    color: rgba(0, 0, 0, 0.8);
    font-size: 1.8rem;
    line-height: 1;
    padding: 0.8em 1.5em 0.8em;
}

.wpcf7 form .wpcf7-response-output {
  font-family: "Merriweather", serif;
  font-size: 90%;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  padding: 0.8em 1.5em 0.8em;
  border-radius: 10px;
  margin: 0.5em 0;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #bee4c2;
  border: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #ffe296;
  border: none;
}
.no-margin-top { 
  margin-top: 0;
}
.caption {
  font-size: 90%;
  margin-top: 0.5rem;
  line-height: 1.6em;
}

article .title {
  padding-top: 7rem;
  margin-left: 0;
  text-align: left;
  color: #fff;
  margin-bottom: 100px !important;
  /* text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75); */
}
body:not(.has_featured_image) article .title {
  color: #b96988;
  text-shadow: none;
}



article .lead {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-size: 115%;
  line-height: 2em;
}

article h2.lead {
  color: black;
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  margin: 0 auto;
  font-size: 130%;
  line-height: 2em;
  margin-bottom: 1em;
}


.persoonInfoTabel {
  clear: both;
  margin-top: 2em;
}

.persoonInfoTabel  td:first-child {
  font-style: italic;
}

.persoonInfoTabel td {
  padding: 3px 0;
  font-size: 90%;
}

.ondertitel {
  font-family: "Solway", Helvetica, sans-serif;
  color: rgb(158, 179, 170);
  font-size: 2rem;
  line-height: 2.2em;
  text-align: center;
  margin-top: -100px;
  margin-bottom: 80px;
}

h3.ondertitel {
  margin-top: -27px;
  margin-bottom: 25px;
  text-align: left;
}

h2 {
  color: #d8ac6b;
  margin-bottom: 2rem;
  font-weight: 700;
}

.persoonInfoTabel td {
  border-color: rgb(158, 179, 170);
  padding: 3px;
}