@charset "utf-8";

/* ════════════════════════════════════════════════
   FONTS
   Cormorant Garamond  — koppen / display
   Jost                — body / UI
   ════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Jost:wght@300;400;500&display=swap');


.mx_gold_italic {
        font-family: 'Jost', sans-serif;
    font-style: italic;
    color: #4f7c63;
	font-weight:400;
}

/* ════════════════════════════════════════════════
   RESET & BASIS
   ════════════════════════════════════════════════ */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Jost', sans-serif;
    font-size: clamp(1.25rem, 1.2vw, 1.2rem);
    font-weight: 300;
    line-height: 1.85;
    letter-spacing: 0.02em;
    color: #444;
    background: #fff;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

/* ════════════════════════════════════════════════
   TYPOGRAFIE
   ════════════════════════════════════════════════ */
h1 {
        font-family: 'Jost', sans-serif;font-weight: 300;
    font-style: normal;
    font-size: clamp(2rem, 4vw, 2.3rem);
    line-height: 1.2;
    letter-spacing: 0.04em;
    color: #1a1a1a;
    margin-bottom: 20px;
}

h2 {
        font-family: 'Jost', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: clamp(1.5rem, 2.8vw, 1.8rem);
    line-height: 1.25;
    letter-spacing: 0.03em;
    color: #1a1a1a;
    margin-bottom: 15px;
}

h3 {
        font-family: 'Jost', sans-serif;font-weight: 300;
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    line-height: 1.3;
    color: #1a1a1a;
    margin-bottom: 12px;
}

p {
    font-family: 'Jost', sans-serif;
    font-size: clamp(1.2rem, 1.1vw, 1.2rem);
    line-height: 1.85;
    color: #555;
    font-weight: 300;
    margin-bottom: 14px;
}

p:last-child { margin-bottom: 0; }

a {
    color: #4f7c63;
    text-decoration: none;
    transition: color 0.25s;
}

a:hover {
    color: #a07850;
    text-decoration: underline;
}

/* ════════════════════════════════════════════════
   BLOCKQUOTE
   ════════════════════════════════════════════════ */
blockquote {
        font-family: 'Jost', sans-serif;
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    font-style: italic;
    font-weight: 300;
    color: #4f7c63;
    line-height: 1.7;
    margin: 28px 0;
    padding: 28px 40px;
    background: #faf7f2;
    border-left: 4px solid #4f7c63;
    border-radius: 0 12px 12px 0;
    position: relative;
}

blockquote p {
    display: inline;
    color: #555;
        font-family: 'Jost', sans-serif;
    font-style: italic;
}

/* ════════════════════════════════════════════════
   KNOPPEN
   ════════════════════════════════════════════════ */
.gradient-button {
    display: inline-block;
    padding: 14px 32px;
    background: #4f7c63;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: clamp(0.75rem, 1vw, 0.85rem);
    font-weight: 300;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: background 0.3s ease;
}

.gradient-button:hover {
    background: #4f7c63;
    color: #fff;
    text-decoration: none;
}

/* ════════════════════════════════════════════════
   IFRAMES & MEDIA
   ════════════════════════════════════════════════ */
iframe {
    width: 100%;
    max-width: 600px;
    margin: 2%;
    height: 300px;
    border-radius: 24px;
}

.spotify {
    width: 100% !important;
    min-height: 400px;
}

/* ════════════════════════════════════════════════
   LOGO
   ════════════════════════════════════════════════ */
.contentlogo {
	    margin: 60px auto 0 !important;
    text-align: center !important;
}
#logo {
    margin: 0 auto;
    text-align: center;
}

#logo img {
    max-width: 1000px;
    height: auto;
    width: 100%;
}

.logo_tagline {
    margin-top: 10px;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #4f7c63;
}

/* ════════════════════════════════════════════════
   HERO HEADER
   ════════════════════════════════════════════════ */
.variant2 {
	    min-height: clamp(200px, 40vh, 470px) !important;
}
.hero-header {
    width: 100%;
    min-height: clamp(400px, 60vh, 700px);
    position: relative;
    background-image: url("../images/Homepage.PNG");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.hero-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.55);
    z-index: 1;
}

.hero-container,
.hero-content,
.hero-image {
    position: relative;
    z-index: 2;
}

/*.hero-container {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
}*/
.hero-container {
width: 100%;
    max-width: 800px;
    margin: auto;
    display: flex;
    align-items: self-end;
    position: absolute;
    right: 0;
    top: 0;
}


.hero-image {
    width: 45%;
    background-image: url("../images/richard.webp");
    background-position: left top;
    background-repeat: no-repeat;
    width: 100%;
    min-height: clamp(400px, 60vh, 700px);
    background-size: 846px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hero-content {
    width: 100%;
   max-width: 1020px;
}

.hero-content h1 {
        font-family: 'Jost', sans-serif;
    font-size: clamp(1.8rem, 4vw, 3rem);font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #4f7c63;
}

.hero-content p {
    font-size: clamp(1.2, 1.5vw, 1.1rem);
    max-width: 500px;
    margin-bottom: 30px;
    color: #4f7c63;
}

.hero-button,
.hero-button:link,
.hero-button:visited {
    display: inline-block;
    padding: 14px 32px;
    background: #4f7c63;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: clamp(0.75rem, 1vw, 0.85rem);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    transition: background 0.3s;
}

.hero-button:hover,
.hero-button:active {
    background: #4f7c63;
    color: #fff;
    text-decoration: none;
}

/* ════════════════════════════════════════════════
   CONTAINER HEADER (alternatieve hero)
   ════════════════════════════════════════════════ */
.container-header {
    width: 100%;
    min-height: clamp(400px, 55vh, 600px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    margin-top: 55px;
    border-left: solid 10px #fff;
    background: url("../images/Homepage.PNG");
    background-size: cover;
    background-position: center;
}

.container-header::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url("../images/richard.webp");
    background-position: left top;
    background-repeat: no-repeat;
    width: 100%;
    min-height: clamp(400px, 55vh, 600px);
    background-size: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.container-header #logo {
    width: 60%;
    text-align: center;
    margin-right: 60px;
    z-index: 2;
}

/* ════════════════════════════════════════════════
   SOCIAL ICONS
   ════════════════════════════════════════════════ */


.icon-container-top{
    position: absolute;
    bottom: 40px;
    right: 40px;
    display: flex;
    gap: 15px;
	    z-index: 80;
}
.icon-container {
   
    display: flex;
    gap: 15px;
	    z-index: 99;
}
.icon-social {    background-color: #fff;
    border-radius: 50%;
   }

.icon-social a, .icon-social .tik a {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    color: #4f7c63;
    transition: color 0.3s;
}

.icon-social a:hover, .icon-social .tik a:hover {
    color: #a07762;
    text-decoration: none;
}


.icon-social a {
    color: rgb(79, 124, 99);
    font-size: 20px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid rgb(79, 124, 99);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.icon-social a:hover {
    color: rgb(201, 169, 110);
    border-color: rgb(201, 169, 110);
}


/* ════════════════════════════════════════════════
   CONTACTGEGEVENS
   ════════════════════════════════════════════════ */
#contactgegevens {
    margin: 40px auto 20px;
    text-align: center;
    padding: 0 20px;
}

#contactgegevens p {
    font-size: clamp(0.85rem, 1vw, 1.2);
    color: #555;
    letter-spacing: 0.08em;
}

/* ════════════════════════════════════════════════
   AFBEELDING / VIDEO BLOKKEN
   ════════════════════════════════════════════════ */
#afbeeldingen-text-breed {
    margin: 1%;
}

#afbeeldingen-text-breed img {
    width: 100%;
    height: auto;
    border-radius: 32px;
}

#afbeeldingen-text,
#afbeeldingen-text-video {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1400px;
    margin: 20px auto;
}

#afbeeldingen-text div {
    margin: 1%;
    width: 48%;
}

#afbeeldingen-text img,
#afbeeldingen-text-video img {
    width: 100%;
    height: 91%;
    border-radius: 32px;
}

#afbeeldingen {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1400px;
    margin: 55px auto 55px;
}

#afbeeldingen div {
    margin: 1%;
    width: 48%;
}

#afbeeldingen img {
    width: 100%;
    height: auto;
    border-radius: 32px;
}

.afbeelding {
    margin: 1%;
    width: 48%;
}

.afbeelding img {
    width: 100%;
    height: auto;
    border-radius: 32px;
}

.video {
    margin: 1%;
    width: 48%;
}

.video iframe {
    width: 100%;
	max-width:100%;
    margin: 0;
    height: 100%;
    border-radius: 32px;
}

.video2 iframe {
    min-height: 300px;
}

/* ════════════════════════════════════════════════
   CONTAINERS
   ════════════════════════════════════════════════ */
.container-totaal {}

.container {
    width: 100%;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1400px;
}

.embed-container {
    position: relative;
    padding-bottom: 27.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ════════════════════════════════════════════════
   CONTAINER-TEXT  (pagina-inhoud)
   ════════════════════════════════════════════════ */
.container-text {
    font-family: 'Jost', sans-serif;
    color: #2c2c2c;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ── UL ── */
.container-text ul {
    list-style: none;
    padding: 0;
    margin: 16px 0 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.container-text ul li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-family: 'Jost', sans-serif;
    font-size: clamp(0.88rem, 1vw, 1.2rem);
    font-weight: 300;
    line-height: 1.4;
    color: #555;
}

.container-text ul li::before {
    content: '';
    display: inline-block;
    width: 22px;
    min-width: 22px;
    height: 1px;
    background: #4f7c63;
    margin-top: 0.75em;
    flex-shrink: 0;
}

/* ── OL ── */
.container-text ol {
    list-style: none;
    padding: 0;
    margin: 16px 0 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    counter-reset: richard-counter;
}

.container-text ol li {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    font-family: 'Jost', sans-serif;
    font-size: clamp(0.88rem, 1vw, 0.97rem);
    font-weight: 300;
    line-height: 1.7;
    color: #555;
    counter-increment: richard-counter;
}

.container-text ol li::before {
    content: counter(richard-counter);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    border: 1px solid #4f7c63;
    color: #4f7c63;
        font-family: 'Jost', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    flex-shrink: 0;
    margin-top: 2px;
}

/* ── Geneste lijst ── */
.container-text ul ul,
.container-text ol ul {
    margin: 8px 0 4px 16px;
    gap: 6px;
}

.container-text ul ul li::before {
    width: 10px;
    min-width: 10px;
    background: transparent;
    border-top: 1px solid #4f7c63;
}


/* ══════════════════════════════════════════════════════════════
   TEKST MET UITSTEKENDE FOTO
   ── Foto links/rechts steekt buiten .container-text
   ── Schaalt vloeiend in op kleinere schermen
   ══════════════════════════════════════════════════════════════ */

/* Hoeveel de foto buiten de container uitsteekt */
:root {
  --foto-uitsteek: 0px;   /* pas aan naar wens */
  --foto-breedte: 620px;    /* breedte van het foto-blok */
  --tekst-gap: 48px;        /* ruimte tussen foto en tekst */
}

/* ── Wrapper: foto + tekst naast elkaar ── */
.tekst-met-foto {
  display: flex;
  align-items: center;
  gap: var(--tekst-gap);
  padding: clamp(51px, 2vw, 80px) 0;
  overflow: visible;         /* foto mag buiten container vallen */
}

/* Foto links: foto-blok als eerste, negatieve marge naar links */
.tekst-met-foto.foto-links {
  flex-direction: row;
}

.tekst-met-foto.foto-links .foto-uitsteek {
  margin-left: calc(-1 * var(--foto-uitsteek));
}

/* Foto rechts: tekst-blok als eerste, negatieve marge naar rechts */
.tekst-met-foto.foto-rechts {
  flex-direction: row;
}

.tekst-met-foto.foto-rechts .foto-uitsteek {
  margin-right: calc(-1 * var(--foto-uitsteek));
}

/* ── Foto-blok ── */
.foto-uitsteek {
  flex: 0 0 var(--foto-breedte);
  width: var(--foto-breedte);
  height: clamp(300px, 45vw, 520px);
  position: relative;
  overflow: hidden;
  border-radius: 16px;
	  align-self: flex-start; 
}

/* Afbeelding via CMS — object-fit zodat het altijd mooi vult */
.foto-uitsteek img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 16px;
  transition: transform 0.5s ease;
}

.foto-uitsteek:hover img {
  transform: scale(1.04);
}

/* Placeholder (verdwijnt zodra er een echte foto in staat) */
.foto-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f5ede0 0%, #e8d5be 50%, #d4b896 100%);
	    background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #a07850;
  font-family: 'Jost', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 16px;
}

.foto-placeholder svg {
  width: 44px;
  height: 44px;
  opacity: 0.35;
}



./* ══════════════════════════════════════════════════════════════
   YOUTUBE CMS EMBED — overschrijft inline width/height
   ══════════════════════════════════════════════════════════════ */


/* ══════════════════════════════════════════════════════════════
   YOUTUBE — lite-youtube & standaard iframe
   Beide direct gestyled, geen extra wrapper nodig
   ══════════════════════════════════════════════════════════════ */

/* ── Gedeelde basis voor beide varianten ── */
.lite-youtube,
.video iframe {
  display: block;
  width: 100% !important;
  max-width: 800px;
  margin: 40px auto;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

/* ── Lite-youtube: hoogte via aspect-ratio ── */
lite-youtube {
  aspect-ratio: 16 / 9;
  height: auto !important;
  background-color: #1a1a1a;
  cursor: pointer;  width: 100%;
  max-width: 100%;
 
}

.video lite-youtube {
  width: 100%;
  max-width: 100%;
 
  display: block;
}

.video lite-youtube iframe {
  width: 100% !important;
  height: 100% !important;
}

/* ── Standaard iframe: vaste hoogte overschreven ── */
.video iframe {
  height: auto !important;
  aspect-ratio: 16 / 9;
  border: none;
}

/* ── Gouden kader via outline ── */
lite-youtube,
.video iframe {
 
}

/* ── Cookie-overlay styling ── */
lite-youtube .mx_youtube_overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: rgba(26, 26, 26, 0.2);
  border-radius: 16px;
}

lite-youtube .mx_youtube_play svg {
  width: clamp(48px, 8vw, 72px);
  height: clamp(48px, 8vw, 72px);
  fill: #4f7c63;
  transition: transform 0.25s ease, fill 0.25s ease;
}

lite-youtube:hover .mx_youtube_play svg {
  fill: #fff;
  transform: scale(1.1);
}

lite-youtube .mx_youtube_text {
  font-family: 'Jost', sans-serif;
  font-size: clamp(0.75rem, 1.5vw, 0.88rem);
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #e8d5be;
  text-align: center;
  padding: 0 20px;
}

/* ── Responsive ── */
@media (max-width: 640px) {
  lite-youtube,
  .video iframe {
    border-radius: 10px;
    margin: 24px auto;
    outline-offset: 4px;
  }
}


/* ── Tekst-blok ── */
.tekst-inhoud {
  flex: 1;
  min-width: 0;          /* voorkomt overflow bij lange woorden */
}

.tekst-inhoud .ct-tag {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #4f7c63;
  margin-bottom: 14px;
  font-weight: 500;
}

.tekst-inhoud h2 {
      font-family: 'Jost', sans-serif;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  font-weight: 300;
  line-height: 1.25;
  color: #1a1a1a;
  margin: 0 0 20px;
}

.tekst-inhoud h2 em {
  font-style: italic;
  color: #4f7c63;
}

.tekst-inhoud p {
  font-size: clamp(0.9rem, 1.1vw, 1.2rem);
  line-height: 1.85;
  color: #555;
  font-weight: 300;
  margin: 0 0 14px;
}

.tekst-inhoud p:last-child {
  margin-bottom: 0;
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE — foto schuift naar binnen en stapelt uiteindelijk
   ══════════════════════════════════════════════════════════════ */

/* Tablet: uitsteek halveren */
@media (max-width: 1100px) {
  :root {
    --foto-uitsteek: 60px;
    --foto-breedte: 360px;
  }
}

/* Tablet klein: uitsteek volledig weg, foto blijft naast tekst */
@media (max-width: 860px) {
  :root {
    --foto-uitsteek: 0px;
    --foto-breedte: 300px;
    --tekst-gap: 32px;
  }

  .tekst-met-foto.foto-links .foto-uitsteek,
  .tekst-met-foto.foto-rechts .foto-uitsteek {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Mobiel: foto boven tekst, volledige breedte */
@media (max-width: 640px) {
  .tekst-met-foto,
  .tekst-met-foto.foto-links,
  .tekst-met-foto.foto-rechts {
    flex-direction: column;
    gap: 28px;
    padding: clamp(36px, 8vw, 56px) 0;
  }

  .foto-uitsteek {
    flex: none;
    width: 100%;
    height: clamp(220px, 55vw, 340px);
    border-radius: 12px;
  }

  .foto-uitsteek img,
  .foto-placeholder {
    border-radius: 12px;
  }
}


/* ── Hero intro ── */
.ct-hero {
    text-align: center;
     padding: 20px 20px clamp(48px, 8vw, 80px) 20px;
    background: #faf7f2;
}

.ct-hero::after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: #4f7c63;
    margin: 32px auto 0;
}

.ct-hero h1 {
        font-family: 'Jost', sans-serif;
    font-size: clamp(2.2rem, 5vw, 3.8rem);font-weight: 300;
    letter-spacing: 0.04em;
    line-height: 1.2;
    color: #1a1a1a;
    margin: 0 0 20px;
}

.ct-hero .ct-subtitle {
    font-family: 'Jost', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #4f7c63;
    margin-bottom: 24px;
}

.ct-hero .ct-intro {
    font-size: clamp(1.2, 1.4vw, 1.1rem);
    line-height: 1.85;
    max-width: 680px;
    margin: 0 auto;
    color: #444;
    font-weight: 300;
}

/* ── Alternerende secties ── */
.ct-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
    margin: 0;
    min-height: 420px;
}

.ct-section.reverse .ct-section-img  { order: 2; }
.ct-section.reverse .ct-section-body { order: 1; }

.ct-section-img {
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.ct-section-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
    border-radius: 0;
}

.ct-section-img:hover img {
    transform: scale(1.04);
}

.ct-section-img .img-placeholder {
    width: 100%;
    height: 100%;
    min-height: 400px;
    background: linear-gradient(135deg, #f5ede0 0%, #e8d5be 50%, #d4b896 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #a07850;
    font-family: 'Jost', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ct-section-img .img-placeholder svg {
    opacity: 0.4;
    width: 48px;
    height: 48px;
}

.ct-section-body {
    padding: clamp(36px, 5vw, 64px) clamp(28px, 5vw, 56px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

.ct-section.tinted .ct-section-body {
    background: #faf7f2;
}

.ct-section-body .ct-tag {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #4f7c63;
    margin-bottom: 16px;
    font-weight: 500;
}

.ct-section-body h2 {
        font-family: 'Jost', sans-serif;
    font-size: clamp(1.6rem, 2.8vw, 2.4rem);
    font-weight: 300;
    line-height: 1.25;
    color: #1a1a1a;
    margin: 0 0 20px;
}

.ct-section-body h2 em {
    font-style: italic;
    color: #4f7c63;
}

.ct-section-body p {
    font-size: clamp(0.88rem, 1.1vw, 0.97rem);
    line-height: 1.85;
    color: #555;
    font-weight: 300;
    margin: 0 0 14px;
}

/* ── Stijllijst ── */
.ct-stijl-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ct-stijl-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: clamp(0.88rem, 1vw, 1.2);
    color: #444;
    font-weight: 300;
}

.ct-stijl-list li::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 1px;
    background: #4f7c63;
    flex-shrink: 0;
}

/* ── Quote banner ── */
.ct-quote {
    background: #1a1a1a;
    color: #fff;
    padding: clamp(48px, 8vw, 72px) clamp(24px, 5vw, 40px);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.ct-quote::before {
    content: '\201C';
        font-family: 'Jost', sans-serif;
    font-size: 18rem;
    line-height: 0.6;
    color: rgba(201, 169, 110, 0.1);
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    user-select: none;
}

.ct-quote blockquote {
        font-family: 'Jost', sans-serif;
    font-size: clamp(1.2rem, 2.5vw, 1.9rem);
    font-style: italic;
    font-weight: 300;
    line-height: 1.7;
    max-width: 760px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
    background: transparent;
    border: none;
    padding: 0;
    border-radius: 0;
    color: #fff;
}

.ct-quote blockquote p {
    color: #fff;
        font-family: 'Jost', sans-serif;
    font-style: italic;
}

.ct-quote cite {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #4f7c63;
    font-style: normal;
    font-family: 'Jost', sans-serif;
}

/* ── Contact afsluiting ── */
.ct-contact {
    text-align: center;
    padding: clamp(48px, 8vw, 80px) 20px;
    background: #faf7f2;
}

.ct-contact .ct-tag {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #4f7c63;
    font-weight: 500;
    display: block;
    margin-bottom: 16px;
}

.ct-contact h2 {
        font-family: 'Jost', sans-serif;
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    font-weight: 300;
    color: #1a1a1a;
    margin: 0 0 24px;
}

.ct-contact p {
    font-size: clamp(0.88rem, 1.1vw, 0.97rem);
    line-height: 1.85;
    color: #555;
    max-width: 620px;
    margin: 0 auto 32px;
    font-weight: 300;
}

.ct-contact .ct-sign {
        font-family: 'Jost', sans-serif;
    font-size: clamp(1.1rem, 1.8vw, 1.3rem);
    font-style: italic;
    color: #1a1a1a;
    margin-top: 24px;
}

.ct-contact-links {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.ct-contact-links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    font-size: 0.8rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #4f7c63;
    color: #4f7c63;
    transition: background 0.25s, color 0.25s;
    font-family: 'Jost', sans-serif;
}

.ct-contact-links a:hover {
    background: #4f7c63;
    color: #fff;
    text-decoration: none;
}

.ct-contact-links a.filled {
    background: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
}

.ct-contact-links a.filled:hover {
    background: #333;
    border-color: #333;
}

/* ── Text-wide / left / right ── */
.text-wide {
    width: 100%;
    padding: 20px;
}

.left-text,
.right-text {
    padding: 20px;
    box-sizing: border-box;
    max-width: 100%;
}

.left-text img,
.right-text img,
.left-text p img,
.right-text p img,
.text-wide p img,
.text-wide img {
    border-radius: 32px;
}

.left-text {
    flex: 2;
    width: 66%;
}

.right-text {
    flex: 1;
    width: 33%;
}

.left-text p img,
.right-text p img,
.left-text img,
.right-text img {
    width: 100%;
    height: auto;
}

.left-text ul,
.left-text ol,
.right-text ul,
.right-text ol {
    padding-left: 0;
}

.left-text li,
.right-text li {
    margin-bottom: 5px;
}

/* ════════════════════════════════════════════════
   HEADER (navigatie)
   ════════════════════════════════════════════════ */
header {
    padding: 0;
    position: relative;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #f0e8dc;
}

main {
    position: relative;
}

main::after {
    display: block;
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    background: url("../images/header-bottom.png") repeat-x;
}

/* ════════════════════════════════════════════════
   FOOTER
   ════════════════════════════════════════════════ */
.footer {
    position: relative;
    padding: 40px 0 20px;
    width: 100%;
    background-color: #faf7f2;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1400px;
  
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-column {
    flex: 1 1 100%;
    margin: 10px 0;
}

.footer-column iframe {
    width: 100%;
    max-width: 282px;
    margin: 2%;
    height: 90px;
    border-radius: 16px;
}

.footer-column h3 {
        font-family: 'Jost', sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.3rem);
    font-weight: 300;
    color: #1a1a1a;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
}

.footer-column p {
    font-size: clamp(0.82rem, 1vw, 0.9rem);
    color: #777;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
    font-size: clamp(0.82rem, 1vw, 0.9rem);
}

.footer-column ul li a {
    color: #777;
    text-decoration: none;
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    letter-spacing: 0.04em;
    transition: color 0.25s;
}

.footer-column ul li a:hover {
    color: #4f7c63;
    text-decoration: none;
}

.toptext img {
    background-color: #faf7f2;
    padding: 4px 15px;
}

.toptext iframe {
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: 90px;
    border-radius: 16px;
}

.toptext p {
    text-align: center;
}

/* ════════════════════════════════════════════════
   RAINBOW TEXT (behouden)
   ════════════════════════════════════════════════ */
.rainbow-text {
    font-size: clamp(1.2rem, 2vw, 1.6rem) !important;
    font-weight: 700;
    background: linear-gradient(to right, red 0%, orange 14.3%, yellow 28.6%, green 42.9%, blue 57.2%, indigo 71.5%, violet 85.8%, red 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ════════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════════ */

/* Tablet groot */
@media (max-width: 1450px) {
    .container-header {
        justify-content: right;
    }
}

@media (max-width: 1250px) {
    .container-header #logo {
        width: 74%;
        margin-top: -136px;
    }
    .container-header {
        margin-top: 55px;
    }
}

/* Tablet */
@media (max-width: 960px) {
    #afbeeldingen-text-video .afbeelding,
    #afbeeldingen-text-video .video {
        border-radius: 24px;
    }

    #afbeeldingen-text-video .video iframe {
        border-radius: 24px;
    }

    #afbeeldingen-text img,
    #afbeeldingen-text-video img {
        border-radius: 24px;
    }
}

/* Tablet klein */
@media (max-width: 768px) {
    .ct-section {
        grid-template-columns: 1fr;
    }

    .ct-section.reverse .ct-section-img  { order: 0; }
    .ct-section.reverse .ct-section-body { order: 1; }

    .ct-section-img { min-height: 280px; }

    .left-text,
    .right-text {
        flex: auto;
        max-width: none;
        width: 100%;
    }

    #afbeeldingen-text-video {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) {
    .footer-column {
        flex: 1;
        margin: 0 10px;
    }

    .embed-container {
        width: 48%;
        float: left;
    }
}

/* Mobiel */
@media (max-width: 680px) {
	
	
    #afbeeldingen-text div {
        margin: 1%;
        width: 100%;
    }

    #afbeeldingen-text-video .afbeelding,
    #afbeeldingen-text-video .video {
        margin: 1%;
        width: 100%;
        border-radius: 24px;
    }

    #afbeeldingen-text-video .video iframe {
        min-height: 300px;
        border-radius: 24px;
    }
}

@media (max-width: 480px) {
    .container-header {
        min-height: 484px;
        background-size: 608px;
        background-position: -19px top;
        background-repeat: no-repeat;
        margin-top: 55px;
    }

    h1 {
        font-size: clamp(1.6rem, 7vw, 2.2rem);
        line-height: 1.25;
    }

    h2 {
        font-size: clamp(1.3rem, 5.5vw, 1.8rem);
    }
}