@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300;400;600;700&family=EB+Garamond:wght@400;600;700&display=swap');



/* css styles */
.monogram-block img {
  float: left;
  margin-right: 20px;
}

.inline-block-left img {
  float: left;
  margin-right: 50px;
}

.inline-block-right img {
  float: right;
  margin-right: 50px;
}

.inline-block-center img {
  float: center;
  margin-right: 50px;
}


/* Scrollbare container */
.hscroll {
  display: flex;
  overflow-x: auto;
  gap: 0.75rem;
  padding: 0.5rem 0;
  scrollbar-width: none;   /* Firefox verbergen */
}

.hscroll:hover {
  scrollbar-width: thin;   /* Firefox tonen bij hover */
}

/* Webkit (Chrome / Safari / Edge) */
.hscroll::-webkit-scrollbar {
  height: 6px;
  background: transparent;
}

.hscroll:hover::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.15);
  border-radius: 3px;
}

.hscroll:hover::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.3);
  border-radius: 3px;
}

/* thumbnails */
.hscroll > p {
  margin: 0;
  flex: 0 0 auto;
}

.hscroll img {
  display: block;
  height: 80px; 
  object-fit: cover;
  border-radius: 4px;
}



body {
    font-family: "Source Sans 3", sans-serif;

}

h1, h2, h5, h6 {
    text-transform: none !important;
    font-family: "EB Garamond", serif;
    font-weight: 600; /* mooiere serif look */
    letter-spacing: 0.06em !important;
}

/* toegevoegd door Krisje */
h1 {
  padding-top: 2rem !important; 
}

/* toegevoegd door Krisje */
h3 {
  /* titel posts */
  text-transform: none !important;
  font-family: "EB Garamond", serif;
  font-weight: 600; /* mooiere serif look */
  letter-spacing: 0.06em !important;
  margin-bottom: 1rem !important;
}

h4 {
  font-size: medium;
  font-weight: 400;
}

/* Navbar brand (titel linksboven) */
.navbar .navbar-brand {
    font-family: "EB Garamond", serif !important;
    font-weight: 600;
    text-transform: none !important;  /* als je geen hoofdletters wilt */
}

/* Navbar menu items */
.navbar .nav-link,
.navbar .dropdown-item {
    font-family: "EB Garamond", serif !important;
    font-weight: 600;
    text-transform: none !important;
}

.navbar {
    background-color: #000919ff !important;
}


.quarto-listing .card .card-title {
    margin-bottom: 1rem !important;
}

.quarto-listing .card-text {
    font-weight: 200 !important;
}


.quote {
  position: relative;
  border-left: 2px solid #B39700;
  margin: 2em 0;
  padding: 1em 1.2em;
  font-style: italic;
  background: #fafafa;
}

/* Naam */
.quote::after {
  content: attr(data-author);
  display: block;
  margin-top: 0.7em;
  font-size: 0.9em;
  font-weight: 600;
  color: #333;
  text-align: right;
  font-style: normal; /* override italic from blockquote */
}

/* Functie */
.quote::before {
  content: attr(data-role);
  display: block;
  margin-top: 0.2em;
  font-size: 0.8em;
  font-weight: 400;
  color: #666;
  text-align: right;
  font-style: normal;
}

/* toegevoegd door kle */
.listing-description,
.listing-description a {
  color: inherit;
  font-weight: 200;
  text-decoration: none;
  display: block;
}

.listing-description a:hover {
  text-decoration: none !important;
}

/* 1. Hero-figure full-bleed container (stabiele methode) */
.hero-figure {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;

  margin-top: 3rem;   /* afstand boven */
  margin-bottom: 2rem; /* afstand onder */

  padding: 0;
}

/* 2. Afbeelding zelf netjes schaalbaar in de container */
.hero-figure img {
  width: 100%;
  height: auto;
  display: block;
}

/* Caption onder hero image altijd in tekstbreedte */
.hero-figure figcaption {
  max-width: var(--content-width, 800px); /* val terug naar tekstbreedte */
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0rem;
  padding-right: 1rem;
  text-align: left;      /* als je hem links wil uitlijnen */
  font-size: 0.9rem;     /* iets kleinere caption */
}


/* navbar logo groter */

/* Alleen het logo in de navbar */
.navbar-brand-logo .navbar-logo {
  height: 38px !important;    /* maak groter/kleiner naar smaak */
  max-height: 38px !important;
  width: auto;
}

.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar-brand-logo {
  display: flex;
  align-items: center;   /* logo netjes verticaal centreren */
  padding-top: 0;
  padding-bottom: 0;
}

/* Extra ruimte boven en onder de foto op 'Boek in balans' */
.balans-foto {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}



/* callout aangeapst */
/* ============================================================
   LEESMEER CALLOUT — COMPLEET OPGESCHOOND EN OVERSCHRIJFT ALLES
   ============================================================ */

/* Verwijder standaard callout achtergrond, randen en spacing */
.callout.leesmeer {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 1.5rem 0 !important;
}

/* Header (klikbare titelcontainer) zonder achtergrond of rand */
.callout.leesmeer .callout-header {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 0 0.4rem 0 !important;
}

/* Container rond de titel — ook volledig leegmaken */
.callout.leesmeer .callout-title-container {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

/* Specifieke styling van de titel “Lees meer…” */
.callout.leesmeer .callout-header .callout-title-container .callout-title {
  color: #B39700 !important;       /* jouw goudkleur */
  font-family: "Source Sans 3", sans-serif !important;
  font-size: 1.1rem !important;    /* gelijke stijl als tekst */
  font-weight: 300 !important;     /* NIET vet */
  letter-spacing: normal !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 0 0.5rem 0 !important;
  cursor: pointer;
}

/* Verwijder het standaard callout-icoon */
.callout.leesmeer .callout-icon-container {
  display: none !important;
}

/* Body van de callout (de uitgeklapte tekst) */
.callout.leesmeer .callout-body {
  background: none !important;
  border: none !important;
  padding: 0.2rem 0 0 0 !important;
  margin: 0 !important;
}

/* Paragrafen binnen de callout moeten exact als normale tekst zijn */
.callout.leesmeer .callout-body p {
  margin-top: 0 !important;
  font-family: "Source Sans 3", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 300 !important;
  color: inherit !important;
}

/* ========================================
   COOKIE CONSENT 
   ======================================== */

/* Wrapper (laat default posities van Quarto intact) */
.termsfeed-com---nb {
  background-color: rgba(0, 9, 25, 0.10) !important;
  backdrop-filter: blur(2px) !important;
  border-radius: 2px !important; /* geen grote afgeronde kaart */
  padding: 0 !important;
}

/* Inner box — compacter, minder hoog */
.termsfeed-com---nb .cc-nb-main {
  background-color: rgba(0, 9, 25, 0.10) !important;
  color: #000919ff !important;

  max-width: 320px !important;  /* compact maar netjes */
  padding: 10px 14px !important; /* duidelijk compacter */
  border-radius: 6px !important;

  line-height: 1.25 !important;
  font-size: 12px !important;
}


/* ===== Tekst ===== */

#cc-nb-title {
  color: #000919ff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  margin-bottom: 13px !important;  /* kleiner dan vorige 13px */
}

#cc-nb-text {
  color: #000919ff !important;
  font-size: 10px !important;
  font-weight: 300 !important;
  margin-bottom: 10px !important; /* i.p.v. 23px → veel compacter */
}


/* ===== Knoppen ===== */

.termsfeed-com---nb button {
  background-color: #b39700 !important;
  color: #ffffff !important;

  border: none !important;
  padding: 5px 12px !important;   /* iets kleiner */
  font-size: 11px !important;
  font-weight: 600 !important;

  border-radius: 4px !important;
  cursor: pointer !important;
  margin-right: 6px !important;
}

.termsfeed-com---nb button:last-child {
  margin-right: 0 !important;
}


/* ===== Overlay ===== */

.termsfeed-com---pc-overlay {
  background-color: rgba(0, 9, 25, 0.20) !important;
}

/* ========================================
   COOKIE INSTELLINGEN — MATCH BANNER STYLE
   ======================================== */

/* Hoofdcontainer */
.cc-cp-container {
  background-color: rgba(0, 9, 25, 0.10) !important;
  backdrop-filter: blur(2px) !important;
  border-radius: 8px !important;
  padding: 20px !important;
  color: #000919ff !important;
}

/* Header (bovenste balk) */
.cc-cp-head {
  background: transparent !important;
  border-bottom: none !important;
  padding-bottom: 10px !important;
}

.cc-cp-head-title {
  color: #000919ff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

/* Taalkeuze */
.cc-cp-lang select {
  background-color: rgba(0, 9, 25, 0.10) !important;
  border: 1px solid rgba(0,0,0,0.25) !important;
  color: #000919ff !important;
  border-radius: 4px !important;
  padding: 4px 6px !important;
  font-size: 12px !important;
}

/* Sluitknop X */
.cc-cp-close {
  border: 1px solid #b39700 !important;
  color: #b39700 !important;
  background: transparent !important;
  border-radius: 4px !important;
  width: 30px !important;
  height: 30px !important;
  font-size: 14px !important;
}

/* Sidebar tabs links */
.cc-cp-nav-item {
  background-color: rgba(0, 9, 25, 0.05) !important;
  color: #000919ff !important;
  border-left: 3px solid transparent !important;
  padding: 6px 10px !important;
  font-size: 12px !important;
}

.cc-cp-nav-item.cc-cp-nav-active {
  background-color: rgba(0, 9, 25, 0.15) !important;
  color: #000919ff !important;
  border-left: 3px solid #b39700 !important;
  font-weight: 600 !important;
}

/* Titel in content */
.cc-cp-body-title {
  color: #000919ff !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
}

/* Tekst in content */
.cc-cp-body-text,
.cc-cp-body p {
  color: #000919ff !important;
  font-size: 12px !important;
  line-height: 1.32 !important;
}

/* --------------------------
   Opslaan-knop (werkt al)
   -------------------------- */
.cc-cp-foot-save {
  background-color: #b39700 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 6px 14px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  border-radius: 4px !important;
  cursor: pointer !important;
}

