/* >>>BVCSS>>>  Bepaal de volgorde van de overige css files
header-css.css
menu-css.css
page-css.css
blocks.css
search-css.css
footer-css.css
<<<BVCSS<<< einde volgorde css files */

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#  1 Normalize
#  2 Typography
#  3 Elements
#  4 Links
#  5 Alignments
#  6 Content
--------------------------------------------------------------*/

  /*--------------------------------------------------------------
  # 1 - Normalize
  --------------------------------------------------------------*/
 
  html{
    font-family: "Montserrat", Sans-serif, Arial, Helvetica;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    
    /* font-family: sans-serif Sans-serif, Arial, Helvetica;
    font-size: 18px; */
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  
  body{
    margin: 0px 0px 0px 0px;
    word-wrap: normal;
    background-color: var(--page-background);
  }
 

  #page, 
  .search-field, 
  .search-submit{
    background-color: var(--theme-page-bg);
  }
  
  .search-field, 
  .search-submit{
    height: 30px;
    margin-top: auto;
    margin-bottom: auto;
  }
  
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  main,
  menu,
  nav,
  section,
  summary{
    display: block;
  }
  
  audio,
  canvas,
  progress,
  video{
    display: inline-block;
    vertical-align: baseline;
  }
  
  audio:not([controls]){
    display: none;
    height: 0;
  }
  
  [hidden],
  template{
    display: none;
  }
  
  a{
    background-color: var(--theme-a-bg);
  }
  
  a:active,
  a:hover{
    outline: 0;
  }
  
  abbr[title]{
    border-bottom: 1px dotted;
  }
  
  b,
  strong{
    font-weight: bold;
  }
  
  dfn{
    font-style: italic;
  }
  
  h1{
    font-size: 2.44rem;
    margin: 0.67em 0;
    line-height: 1.4;
  }
  
  h2{
  
    font-size: 1.95rem;
    line-height: 1.4;
  }
  
  h3{
    font-size: 1.56rem;
    line-height: 1.4;
  }
  
  h4{
    font-size: 1.25rem;
    line-height: 1.5;
  } 
  
  p, 
  h5{
    font-size: 1rem;

  }
  
  h6{
    font-size: 0.8rem;
  }
  
  mark{
    background: var(--theme-mark-background);
    color: var(--theme-mark-color);
  }
  
  small{
    font-size: 80%;
  }
  
  sub,
  sup{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sup{
    top: -0.5rem;
  }
  
  sub{
    bottom: -0.25rem;
  }
  
  img{
    border: 0;
  }
  
  svg:not(:root){
    overflow: hidden;
  }
  
  figure{
    margin: 1em 40px;
  }
  
  hr{
    box-sizing: content-box;
    height: 0;
  }
  
  pre{
    overflow: auto;
  }
  
  code,
  kbd,
  pre,
  samp{
    font-size: 0.875rrem;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea{
    color: var(--theme-textarea-color);
    font: inherit;
    margin: 0;
  }
  
  button{
    overflow: visible;
  }
  
  button,
  select{
    text-transform: none;
  }
  
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"]{
    cursor: pointer;
  }
  
  button[disabled],
  html input[disabled]{
    cursor: default;
  }
  
  button::-moz-focus-inner,
  input::-moz-focus-inner{
    border: 0;
    padding: 0;
  }
  
  input{
    line-height: normal;
  }
  
  input[type="checkbox"],
  input[type="radio"]{
    box-sizing: border-box;
    padding: 0;
  }
  
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button{
    height: auto;
  }
  
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration{
    -webkit-appearance: none;
  }
  
  fieldset{
    border: 1px solid var(--theme-fieldset-border);
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75rem;
  }
  
  legend{
    border: 0;
    padding: 0;
  }
  
  textarea{
    overflow: auto;
  }
  
  optgroup{
    font-weight: bold;
  }
  
  table{
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  td,
  th{
    padding: 0;
  }
  
  /*--------------------------------------------------------------
  #  2 Typography
  --------------------------------------------------------------*/
 
  button,
  input,
  select,
  optgroup,
  textarea{
    color: var(--theme-textarea-color);
    font-size: 16px;
    line-height: 1.3;
  }
  
  h1, h2, h3, h4, h5, h6{
    clear: both;
  }
  
  h1{
    color: var(--theme-h1-color)
  }

  h2{
    color: var(--theme-h2-color)
  }

  h3{
    color: var(--theme-h3-color)
  }

  h4{
    color: var(--theme-h4-color)
  }

  h5{
    color: var(--theme-h5-color)
  }

  h6{
    color: var(--theme-h6-color)
  }

  a{
    color: var(--theme-a-color)
  }
  
  p{
    color: var(--theme-p-color)
  }

  .entry-header .entry-title{
    font-size: 2.44rem;
    line-height: 1.4;
    max-width: 580px;
    margin: auto;
  }
  
  dfn, cite, em, i{
    font-style: italic;
  }
  
  blockquote{
    margin: 0 1.5rem;
  }
  
  address{
    margin: 0 0 1.5rem;
  }
  
  pre{
    line-height: 1.6;
    margin-bottom: 1.6rem;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em 1rem;
  }
  
  code, kbd, tt, var{
    font-size: 0.875rrem;
  }
  
  p > code{
    padding: 2px;
    border-radius: 2px;
    background: var(--theme-p-code-bckground);
    font-size: inherit;
  }
  
  abbr, acronym{
    border-bottom: 1px dotted var(--theme-abbr-border-bottom);
    cursor: help;
  }
  
  mark, ins{
    background: var(--theme-mark-insbackground);
    text-decoration: none;
  }
  
  big{
    font-size: 125%;
  }
  
  .archive .site-header{
      margin-bottom: 3.5rem;
  }
  
  .site-title{
      margin: .4375em 0 0;
      font-size: 38px;
      font-weight: bold;
      line-height: 1.2;
      color: var(--theme-site-title-color);
  }
  
  .site-title a{
      text-decoration: none;
      color: inherit;
  }
  
  .site-branding{
      margin-bottom: 1.75rem;
  }
  
  .site-description{
      margin: .4375em 0 0;
      font-size: 17px;
      font-weight: inherit;
      line-height: 1.4;
      word-wrap: normal;
      color: var(--theme-site-description-color);
  }
  /*--------------------------------------------------------------
  # 3 Elements
  --------------------------------------------------------------*/
  html{
    box-sizing: border-box;
  }
  
  
  *,
  *:before,
  *:after{
    /* Inherit box-sizing to make it easier to change the property for components that 
    leverage other behavior; see 
    http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
  }

  blockquote, q{
    quotes: "" ""; }
    blockquote:before, blockquote:after, q:before, q:after{
      content: ""; }
  
  hr{
    border: 0;
    height: 1px;
    margin-bottom: 1.5rem;
  }
  
  ul, ol{
    margin: 0 0 1.5em 3rem;
  }
  
  ul{
    list-style: disc;
  }
  
  ol{
    list-style: decimal;
  }
  
  li > ul,
  li > ol{
    margin-bottom: 0;
    margin-left: 1.5rem;
  }
  
  dt{
    font-weight: bold;
  }
  
  dd{
    margin: 0 1.5em 1.5rem;
  }
  
  img{
    opacity: var(--img-opacity);
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
  }
  
  figure{
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
  }
  
  table{
    margin: 0 0 1.5rem;
    width: 100%;
  }
  
  /*--------------------------------------------------------------
  # 4 Links
  --------------------------------------------------------------*/
  a{
    color: var(--theme-a-color);
  }
  
  a:hover, a:focus, a:active{
    color: var(--theme-a--focus-color);
  }
  
  a:focus{
    outline: thin dotted;
  }
  
  a:hover, a:active{
    outline: 0;
  }
  
  /*--------------------------------------------------------------
  ## 4.2 Menus
  --------------------------------------------------------------*/
  
  
  /*--------------------------------------------------------------
  # 5 Alignments
  --------------------------------------------------------------*/
  .entry-content .alignwide{
    padding-left  : 10px;
    padding-right : 10px;
   
  }
  .entry-content .alignfull{
    padding-left  : 10px;
    padding-right : 10px;
  }
  .alignfull img{
    width: 100%;
  }
  
  /*--------------------------------------------------------------
  # 6 Content
  --------------------------------------------------------------*/
  
  .site-main{
    padding-top: 40px;
  }
  
  .screen-reader-text{
    color: var(--theme-screen-reader-tex-color);
  }
  
  .has-drop-cap:not(:focus):first-letter{
    font-size: 1.7em !important;
    color: var(--theme-first-letter-color);
    font-weight: bold;
  }
  
  /* zoekknop keur */
  #gaZoeken{
    background: var(--theme-gazoeken-bg);
  }
  /* set standaard fontsize voor in de site */ 
  body{
    --wp--preset--font-size--small: 0.842rem;
    --wp--preset--font-size--medium: 1.0rem;
    --wp--preset--font-size--large: 1.25rem;
    --wp--preset--font-size--x-large: 1.6rem;
  }


  @media (max-width: 900px) {
    .rechtsboven {
        flex-direction: column-reverse;
    }
  }

  @media (max-width: 480px){

    html{
      font-size: 12px;
    }
  }


.wp-block-image.centreer-afbeelding {
  text-align: center;
}

.wp-block-image.centreer-afbeelding img {
  display: inline-block;
}
