@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Caveat:wght@300;400;700&family=Cinzel:wght@400;700&family=Comic+Neue:wght@300;400;700&family=Dancing+Script:wght@400;700&family=Fredoka:wght@300;400;700;800&family=Lato:wght@300;400;700;800&family=Montserrat:wght@300;400;700;800&family=Merriweather:wght@300;400;700;800&family=Oswald:wght@300;400;700&family=Poppins:wght@300;400;700;800&family=Playfair+Display:wght@300;400;700&family=Raleway:wght@300;400;700;800&family=Roboto:wght@300;400;700;800&family=Bangers:wght@400&family=Bubblegum+Sans:wght@400&family=Great+Vibes:wght@400&family=Luckiest+Guy:wght@400&family=Lobster:wght@400&family=Pacifico:wght@400&family=Satisfy:wght@400&family=Abril+Fatface&family=Anton&family=Arimo:wght@400;700&family=Bebas+Neue&family=Lato:wght@300;400;700;800&family=Lora:wght@400;700&family=Nunito:wght@300;400;700;800&family=Open+Sans:wght@300;400;700;800&family=Roboto+Slab:wght@300;400;700;800&family=Source+Sans+3:wght@300;400;700;800&display=swap');



:root,
[data-bs-theme="light"] {
  --bs-primary: #5e887c;
  --bs-secondary: #cd926d;
  --bs-body-color: #000000;
  --bs-primary-rgb: 249,97,103;
  --bs-light-rgb: 249,248,251;
}

/* ALGEMEEN */

.text-muted {
    color: #484451 !important;
}

.small {
    font-size: .9em !important;
}

body {
  color: #333; }


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #333; }

h3	.h3	{
	font-size: 1.2rem !important;
	font-weight: 700 !important;
}

logo, .logo {
    font-family: 'Open Sans';   
    font-size: 1.7rem;
    color: #000;
    font-weight: 700;
    letter-spacing: -0.05em;
    text-decoration: none;
}

logo-xs, .logo-xs {
    font-family: 'Open Sans';   
    font-size: 1.7rem;
    color: #000;
    font-weight: 700;
    letter-spacing: -0.05em;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    text-decoration: none;
}

logo-text-primary, .logo-text-primary {
	color:	#5e887c;
}

logo-text-secondary, .logo-text-secondary {
	color:	#e8a14d;
}

.header-link {
    text-decoration: none;
    color: #333;
}

.fw-bold {
    font-weight: 700;
    letter-spacing: -0.05em;
}

.fw-bold {
    font-weight: 600;
    letter-spacing: -0.05em;
}

.fs-6 {
  font-size: 1.1rem !important; }


a {
    color: #e8a14d;
    text-decoration: none;
}

/* ====== H2 — blogartikelen rouwkaarten.online ====== */
.blog-article h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.65rem;          /* ~28px — kleiner dan Bootstrap-default */
  font-weight: 400;
  line-height: 1.3;
  color: #333;              /* iets zachter dan zwart */
  margin-top: 30px !important;            /* royale lucht erboven */
  margin-bottom: 1rem;
  position: relative;
}

/* Subtiel accentlijntje onder de H2 — kort en zacht */
.article-format h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #b8a98c;   /* zelfde taupe als de blockquote */
  margin-top: 0.75rem;
}

/* ====== H3 — blogartikelen rouwkaarten.online ====== */
.article-format h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;          /* ~20px — duidelijk subniveau */
  font-weight: 400;
  line-height: 1.4;
  color: #333;
  margin-top: 1rem !important;
  margin-bottom: 0.75rem;
  letter-spacing: 0.01em;
}

.article-format p {
    margin-bottom: 15px;
}

.article-format ol {
    margin-left: 3em;
}

.article-format ul {
    margin-left: 3em;
}

.article-format li {
    margin-bottom: 0.25em;
}

/* Responsief: iets compacter op mobiel */
@media (max-width: 576px) {
  .article-format h2 {
    font-size: 1.5rem;
    margin-top: 2.25rem;
  }
  .article-format h3 {
    font-size: 1.15rem;
    margin-top: 1.5rem;
  }
}



/* Blog */

/* ====== Blockquote — blog rouwkaarten.online ====== */
.article-format blockquote {
  position: relative;

  /* smaller dan artikel + gecentreerd */
  width: 100%;
  max-width: 42rem;
  margin: 0rem auto 1.5rem auto;

  /* inhoud */
  padding: 1.1rem 1.4rem 1.1rem 1.6rem;
  background-color: #faf8f5;
  border-left: 3px solid #b8a98c;
  border-radius: 2px;

  /* tekst */
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #333;
  font-style: normal;
  text-align: left;
}

/* Tekst binnen blockquote */
.article-format blockquote p {
  margin-bottom: 0.5rem;
}

.article-format blockquote p:last-child {
  margin-bottom: 0;
}

/* Naam/attributie aan het einde, bijvoorbeeld — Seneca */
.article-format blockquote p:last-child:not(:only-child) {
  font-size: 0.95rem;
  color: #6b6b6b;
}

/* Citaat-variant — italic, met subtiel aanhalingsteken */
.article-format blockquote.is-quote {
  padding-left: 2.7rem;
  font-style: italic;
}

.article-format blockquote.is-quote::before {
  content: "\201C";
  position: absolute;
  top: 0.3rem;
  left: 0.8rem;
  font-size: 2.5rem;
  color: #b8a98c;
  font-family: Georgia, serif;
  line-height: 1;
}

.blog-card-excerpt {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
	}

/* Mobiel: blockquote weer volledige breedte binnen artikel */
@media (max-width: 576px) {
  .article-format blockquote {
    max-width: 100%;
    margin: 1.5rem 0;
    padding: 1rem 1rem 1rem 1.25rem;
    font-size: 1rem;
  }

  .article-format blockquote.is-quote {
    padding-left: 2.4rem;
  }

  .article-format blockquote.is-quote::before {
    left: 0.75rem;
  }
}

/* Buttons */


.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5e887c;
    --bs-btn-border-color: #5e887c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #425853;
    --bs-btn-hover-border-color: #425853;
    --bs-btn-focus-shadow-rgb: 246,78,96;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5e887c;
    --bs-btn-active-border-color: #5e887c;
    --bs-btn-active-shadow: inset 0 0px 0px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5e887c;
    --bs-btn-disabled-border-color: #5e887c;
}

.btn-outline-primary {
    --bs-btn-color: #5e887c;
    --bs-btn-border-color: #5e887c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #425853;
    --bs-btn-hover-border-color: #425853;
    --bs-btn-focus-shadow-rgb: 87,79,236;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5e887c;
    --bs-btn-active-border-color: #5e887c;
    --bs-btn-active-shadow: inset 0 0px 0px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #5e887c;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #5e887c;
    --bs-gradient: none;
}

    .border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(),var(--bs-border-opacity))!important;
}

.btn-primary:not(.btn-noshadow):hover, .btn-primary:not(.btn-noshadow):not(.btn-soft):active, .btn-primary:not(.btn-noshadow):not(.btn-soft):focus {
    box-shadow: 0 0px 0px rgb(246 78 96 / 35%);
}


.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f7ba73;
    --bs-btn-border-color: #f7ba73;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e8a14d;
    --bs-btn-hover-border-color: #e8a14d;
    --bs-btn-focus-shadow-rgb: 246,78,96;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e8a14d;
    --bs-btn-active-border-color: #e8a14d;
    --bs-btn-active-shadow: inset 0 0px 0px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e8a14d;
    --bs-btn-disabled-border-color: #e8a14d;
}

.btn-outline-secondary {
    --bs-btn-color: #5e887c;
    --bs-btn-border-color: #5e887c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5e887c;
    --bs-btn-hover-border-color: #5e887c;
    --bs-btn-focus-shadow-rgb: 87,79,236;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5e887c;
    --bs-btn-active-border-color: #5e887c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #5e887c;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #5e887c;
    --bs-gradient: none;
}

nav.nav-deep-light .nav-item.active>.nav-link, nav.nav-deep-light .nav-item:hover>.nav-link {
    color: #5e887c;
}


.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.bg-light {
  background-color: #f4ede8 !important;
}

.bg-gray-900 {
    background-color: #425853 !important;
}

ol  {
    
}

/* Portfolio voorbeelden */

 .rk-portfolio-item {
	border-width: 1px;
	border-style: solid;
	border-color: #e5e5e5;
     display: block;
    position: relative;
    overflow: hidden;
    border-radius: .5rem;
    text-decoration: none;
  }

.rk-portfolio-item img {
  width: 100%;
  aspect-ratio: 3/4 !important;
  object-fit: cover;
  object-position: top;   /* ← deze mist nog */
  display: block;
  transition: transform .35s ease;
}
  .rk-portfolio-item:hover img {
    transform: scale(1.04);
  }

  .rk-portfolio-item:hover .rk-portfolio-overlay {
    opacity: 1;
  }

  .rk-portfolio-view {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: .8125rem;
    font-weight: 500;
    letter-spacing: .03em;
    gap: 0.35rem;
    margin-bottom: .25rem;
  }
  .rk-portfolio-title-hover {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
  }


/* Display settings */


.display-1 {
  font-family: 'Playfair Display';
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 700;
  line-height: 1; }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 4.5rem; } }

.display-2 {
    font-family: 'Playfair Display';
	font-weight: 400;
  	line-height: 1.3;
	margin-bottom: 1rem;
}
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 3rem; } }

.display-3 {
    font-family: 'Playfair Display';
	font-weight: 400;
  	line-height: 1.2;
	margin-bottom: 1rem;
}
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 2.65rem; } }

.display-4 {
  font-size: calc(1.4rem + 2.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 2.5rem; } }

.display-5 {
  font-family: 'Playfair Display';
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2; }
  @media (min-width: 1200px) {
 }

.display-6 {
  font-family: 'Playfair Display';
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3; }
  @media (min-width: 1200px) {
 }

/*
#builder-visual .container #top:hover,
#builder-visual .container #name:hover,
#builder-visual .container #intro:hover,
#builder-visual .container #footer:hover {
    cursor: pointer;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    padding: 10px;
    position: relative;
}

#builder-visual .container #top:hover:after,
#builder-visual .container #name:hover:after,
#builder-visual .container #intro:hover:after,
#builder-visual .container #footer:hover:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #8a80ff;
    opacity: 0.1;
}
*/
[data-display-toggle="collapse"] {
	cursor: pointer;
	position: relative;
}

	
[data-display-toggle="collapse"]:not(img):not(span){
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
}

[data-display-toggle="collapse"]:not(img):not(span):hover{
    border: 1px solid #ccc;
}

[data-display-toggle="collapse"] span.blockname {
	display:none;
	position: absolute;
	top:0;
	right:0;
	color:black;
	background: #ccc;
	font-size: 10px;
	padding: 5px;
	font-weight: normal;
	font-family: "Inter","Rubik","Open Sans","Roboto",sans-serif;
	z-index: 1;
}

[data-display-toggle="collapse"]:not(img):hover span.blockname{
	display:block;
}


[data-display-toggle="collapse"] div.controls {
    display: none;
	background:white;
	align:right;
}
[data-display-toggle="collapse"]:focus div.controls {
    display: block;
}

.select2-container--default{
	width:100% !important;
}

[id*="-color-"].select2-results__options  {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40px, 1fr)); /* Past zich aan */
    max-width: 100%; /* Zorgt ervoor dat het binnen de dropdown blijft */
}
.select2-results__option {
	padding: 0;
}

.select2-results__option span  {
	overflow: hidden;
}

.form-color-select .select2-container--default .select2-selection--single,
.form-color-select .select2-container .select2-selection--single .select2-selection__rendered{
	padding:0px;
	
}
.select2-container--default .select2-selection--single {
padding: 25px 7px 30px;
    font-size: 16px;
    width: 100%;
	height: 56px;
    border: 1px solid #dde4ea;
}
.select2-container--default .select2-selection--single span {
	height: 54px;
}
.form-color-select label{
	margin: -15px 15px;	
}

.collapsing,
.accordion .collapse {
    display: none;
    transition: none !important;
}
.accordion .collapse.show {
    display: block !important;
}
.accordion .collapse:not(.show) {
    display: none !important;
}

#builder-visual #content .container{
	padding:0 30px !important;	
}


#baloonEditor {
    display: none; /* standaard verbergen */
    position: absolute;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}


/* SUPPORT PORTAL */

/* Algemene styling voor service-article */
.service-article h2 {
  font-size: 1.45rem;
  font-weight: 700;
  margin-top: 1.5rem;
}

.service-article h3 {
  font-size: 1.25rem;   /* gelijk aan h5 */
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 10px;
}

.service-article p img,
.service-article img.fd-image {
  width: 500x;
  max-width: 100%;
  display: block;
}

.service-article li {
  margin-bottom: 0.6rem;
}


/* Alert warning stijl */
.service-article .alert-warning {
  background-color: #f7ba73;
  border: 1px solid #f7ba73;
  color: #333;
  padding: 1rem 1.25rem;
  margin: 2rem 0;
  border-radius: .25rem;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Alert success stijl */
.service-article .alert-success {
  background-color: #e2f1d6;
  border: 1px solid #c5e4ac;
  color: #333;
  padding: 1rem 1.25rem;
  margin: 2rem 0;
  border-radius: .25rem;
  font-size: 0.95rem;
  line-height: 1.5;
}


/* Event selector on homepage */

.occasion-card {
  position: relative;
  height: 160px;
  background-size: cover;
  background-position: center;
  border-radius: 0.8rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 0.5rem;
}

.occasion-card:hover {
  transform: scale(1.03);
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.3);
}

.occasion-card .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2); /* default dark overlay */
  transition: background 0.3s ease;
  z-index: 0;
}

.occasion-card:hover .overlay {
  background: rgba(0, 0, 0, 0.1); /* lighter on hover */
}

.occasion-card .text {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  padding: 0 10px;
  text-align: center;
}



/* Vergelijkingstabel */


.vergelijking-sectie {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px;
}


.vergelijking-sectie > p {
  text-align: center;
  color: #666;
  font-size: 1rem;
  margin-bottom: 40px;
  font-family: sans-serif;
}

.vergelijking-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.vergelijking-table {
  width: 100%;
  border-collapse: collapse;
  font-family: sans-serif;
  font-size: 1rem;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
}

.vergelijking-table th {
  background: #fff;
  text-align: center;
  padding: 16px 14px;
  font-size: 1.1rem;
  font-weight: 400;
  border-bottom: 2px solid #e8e2da;
}

.vergelijking-table th:first-child {
  text-align: left;
  padding: 16px 20px;
  color: #888;
  width: 28%;
}

.vergelijking-table th.highlight-col {
  background: #3d2b2b;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  border-bottom-color: #5a3e3e;
}

.brand-title {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 2px;
}

.brand-subtitle {
  font-size: 0.8rem;
  font-weight: 400;
  opacity: 0.85;
}

.vergelijking-table td {
  padding: 13px 10px;
  text-align: center;
  border-bottom: 1px solid #f0ebe4;
}

.vergelijking-table td:first-child {
  text-align: left;
  padding: 13px 20px;
  color: #333;
}

.vergelijking-table tbody tr:nth-child(odd):not(.category-row):not(.score-row) {
  background: #fdfcfb;
}

.vergelijking-table td.highlight-col {
  background: #faf8f5;
}

.vergelijking-table strong {
  color: #3d2b2b;
}

.category-row td {
  background: #f0ebe4;
  padding: 8px 20px;
  font-size: 1rem;
  font-weight: 700;
  color: #7a6050;
  text-align: left;
}

.check {
  color: #198754;
  font-size: 1.4rem;
}

.partial {
  color: #888;
  font-size: 1.4rem;
}

.cross {
  color: #dc3545;
  font-size: 1.4rem;
}

.strong {
  font-weight: bold;
}

.note {
  font-size: 0.8rem;
  color: #999;
}

.positive-note {
  font-size: 0.8em;
  color: #4a7c59;
  margin-top: 2px;
}

.score-row {
  background: #3d2b2b;
}

.score-row td {
  padding: 16px 10px;
  color: #c8a97a;
  font-size: 0.9rem;
  font-weight: 600;
  border-bottom: none;
}

.score-row td:first-child {
  padding: 16px 20px;
  color: #f5ede4;
  font-weight: 700;
  font-size: 0.9rem;
}

.score-badge {
  display: inline-block;
  background: #c8a97a;
  color: #3d2b2b;
  font-weight: 800;
  font-size: 0.9rem;
  padding: 5px 14px;
  border-radius: 20px;
}

.score-badge .check {
  color: #198754;
}

.vergelijking-legenda {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 20px;
  font-size: 0.8rem;
  color: #888;
  flex-wrap: wrap;
}

   /* Google Fonts (zelfde stack als de site) */
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Rubik:wght@400;500;600&display=swap');
 
  /* Wrapper vult de ruimte tussen header en footer */
  .not-found-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;           /* groeit mee als body/html flex-direction:column is */
    min-height: 60vh;         /* fallback als flex niet op body staat */
    padding: 3rem 1.5rem;
    background-color: #ffffff;
  }
 
  /* Centraal blok */
  .not-found-wrapper .container {
    max-width: 520px;
    width: 100%;
    text-align: center;
    font-family: 'Inter', 'Rubik', 'Open Sans', sans-serif;
    color: #333333;
  }
 
  /* Ornament */
  .not-found-wrapper .ornament {
    display: block;
    font-size: 1.25rem;
    color: #5E887C;
    letter-spacing: 0.4rem;
    margin-bottom: 2rem;
  }
 
  /* "Pagina niet gevonden" — label boven de titel */
  .not-found-wrapper h1 {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    color: #5E887C;
    margin-bottom: 1rem;
  }
 
  /* Hoofdtitel */
  .not-found-wrapper h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    color: #1C0950;
    line-height: 1.3;
    margin-bottom: 1.25rem;
  }
 
  /* Alinea's */
  .not-found-wrapper p {
    font-size: 1rem;
    color: #555555;
    line-height: 1.75;
    margin-bottom: 0.75rem;
  }
 
  /* Scheidingslijn */
  .not-found-wrapper .divider {
    width: 48px;
    height: 2px;
    background-color: #5E887C;
    border-radius: 2px;
    margin: 2rem auto;
  }
 
  /* Knoppengroep */
  .not-found-wrapper .links {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2rem;
  }
 
  /* Gedeelde knopstijl — pill shape */
  .not-found-wrapper .links a {
    display: inline-block;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 0.925rem;
    font-weight: 500;
    padding: 0.75rem 2rem;
    border-radius: 800px;
    transition: opacity 0.2s, transform 0.15s;
  }
 
  .not-found-wrapper .links a:hover {
    opacity: 0.85;
    transform: translateY(-1px);
  }
 
  /* Primaire knop (groen) */
  .not-found-wrapper .links a.primary {
    background-color: #5E887C;
    color: #ffffff;
  }
 
  /* Secundaire knoppen (outline) */
  .not-found-wrapper .links a:not(.primary) {
    background-color: transparent;
    color: #1C0950;
    border: 1.5px solid #1C0950;
  }
 
  .not-found-wrapper .links a:not(.primary):hover {
    background-color: #1C0950;
    color: #ffffff;
  }
 
  /* Footer-regeltje onderaan het blok */
  .not-found-wrapper .container > p:last-child {
    font-size: 0.8rem;
    color: #aaaaaa;
    margin-top: 0.5rem;
    margin-bottom: 0;
  }