body {
      letter-spacing: 0.02rem;
      font-weight: 300 !important;
      font-family: 'Outfit' !important;
      max-width: 100%;
      overflow-x: hidden;
    }
.single-detail .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.single-detail blockquote cite, .single-detail figcaption cite {
    font-style: inherit;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(var(--c-text-default),.7)
}
.single-detail blockquote {
    color: var(--c-text-default);
    font-style: italic;
    font-weight: 400;
    padding: 0;
    background: 0 0
}
.single-detail blockquote p {
    color: var(--c-text-default);
    font-size: 115%;
    line-height: 1.5
}
.single-detail blockquote p+p {
    margin-top: .5em
}
    .detailImage {
      height: 32vh !important;
    }
    .pill {
      padding: 5px 10px !important;
      border-radius: 30px !important;
      border: 1px solid #ccc;
      color: #101827;
      font-weight: 300;
      font-size: 13px;
      margin-bottom: 5px;
    }
    .sidebarhead {
      font-size: 22px !important;
      font-weight: 400 !important;
      padding: 30px 0 !important;
    }
    .single-detail p, .single-detail h1, .single-detail h2, .single-detail h3, .single-detail h4, .single-detail h5 {
      margin-bottom: 25px;
    }
    .single-detail h2 {
      font-size: 20px;
    }
    .single-detail p {
      font-size: 20px;
      line-height: 33px;
    }
    .single-detail h1 {
      font-size: 23px;
    }
    .single-detail ul {
      list-style: none;
      padding-left: 0;
      font-size: 18px;
    }
    .footer-menu ul {
      line-height: 1.9rem !important;
    }
    .social-icon {
      font-size: 1.4rem !important;
    }
    address {
      font-weight: 200 !important;
      line-height: 1.9rem !important;
    }
    p {
      font-weight: 300 !important;
  }
    .h-56 {
      height: 18rem !important;
    }
    .font-medium {
      font-weight: 300 !important;
    }
    .max-w-6xl {
      max-width: 90rem !important;
    }
    .text-l {
      font-size: 1.1rem !important;
    }
    .text-xxl {
      font-size: 1.45rem !important;
    }
    .text-soft {
      opacity: 0.7;
    }
    .agenda-section img {
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .agenda-section img:hover {
      border-radius: 0 0 50% 50%;
    }
    .news-section .tagsbar {
      font-size: 0.9rem !important;
      justify-content: space-between !important;
      margin-top: 15px !important;
      margin-bottom: 15px !important;
    }
    .news-section .tagsbar .badge-container {
      margin-left: auto;
    }
    .news-section .tagsbar .label-badge {
      background: transparent !important;
      margin: 0 0 0 5px !important;
      border: 1px solid #dcdcdc;
      font-size: 0.9rem;
    }
    /* Role Cards Styles */
    .card-outer {
      margin: 0;
      padding: 0;
      width: 100%;
      aspect-ratio: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    }
    .card-outer.top {
      background: #3e6276;
    }
    .card-outer.top .card {
      background: #7ba3b8;
    }
    .card-outer.right {
      background: #a8753d;
    }
    .card-outer.right .card {
      background: #d4a574;
    }
    .card-outer.bottom {
      background: #ab5858;
    }
    .card-outer.bottom .card {
      background: #d4a8a8;
    }
    .card {
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.9);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
      cursor: pointer;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      overflow: hidden;
    }
    .top .card {
      border-radius: 50% 50% 0 0;
    }
    .right .card {
      border-radius: 0 50% 50% 0;
    }
    .bottom .card {
      border-radius: 0 0 50% 50%;
    }
    .left .card {
      border-radius: 50% 0% 0 50%;
    }
    .card:hover {
      background: #e8e8e8;
      border-radius: 0;
    }
    .icon {
      width: 25%;
      height: 25%;
      margin-bottom: 8%;
      max-width: 120px;
      max-height: 120px;
    }
    .text {
      text-align: center;
      color: #333;
    }
    .main-text {
      font-size: 2.4rem;
      font-weight: 200;
      margin: 0;
      color: white;
      letter-spacing: -1px;
    }
    .sub-text {
      font-size: 2.4rem;
      font-weight: 200;
      margin: 0;
      color: white;
      letter-spacing: -0.5px;
    }
    /* Construction worker icon */
    .worker-icon {
      position: relative;
      text-align: center;
      width: 100%;
      height: 100%;
    }
    .sort-dropdown select {
      font-weight: bold;
      outline: none !important;
    }
    /* Responsive adjustments */
    header a {
      font-size: 20px;
      font-weight: 300;
    }
    /* Standaard checkbox styling */
    input[type="checkbox"] {
      appearance: none;
      -webkit-appearance: none;
      width: 20px;
      height: 20px;
      border: 1.5px solid #D1D5DB; /* Lichtgrijze border voor unchecked */
      border-radius: 4px;
      background-color: white;
      cursor: pointer;
      position: relative;
      transition: all 0.2s ease;
    }
    /* Checkbox wanneer aangevinkt */
    input[type="checkbox"]:checked {
      background-color: #6B9E78; /* Groen */
      border-color: #6B9E78;
    }
    /* Het vinkje */
    input[type="checkbox"]:checked::after {
      content: "";
      position: absolute;
      left: 7px;
      top: 4px;
      width: 4px;
      height: 9px;
      border: solid white;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
    }
    /* Hover effect (optioneel) */
    input[type="checkbox"]:hover:not(:checked) {
      border-color: #9CA3AF;
    }
    input[type="checkbox"]:hover:checked {
      background-color: #5A8566;
    }
    .projectenDescription {
    max-height: 170px;
    font-size: 15px;
    line-height: 1.5em;
    overflow: hidden;
}
.projectenBanner {
	min-height: 400px;
}
.projectenBanner .object-cover {
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
	min-height: 100%;
}
.projectenBackground {
	background: #DEA7AA;
}
.projectenBackground .inner {
	background: #C8969A;
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 200px;
    z-index: 1;
}
@media screen and (max-width: 767px) {
 .projectenBackground .inner
 {
  display: none !important;
 }
}
.projectenBackground .textinner {
	z-index: 2;
}
.wikidescription {
    max-height: 170px;
    font-size: 15px;
    line-height: 1.5em;
    overflow: hidden;
}
.wikibanner {
	min-height: 320px;
}
.wikibanner .object-cover {
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
	min-height: 100%;
}
.wikibackground {
	background: #739d6c;
}
.wikibackground .inner {
	background: #465A3D;
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 200px;
    z-index: 1;
}
 @media screen and (max-width: 767px) {
     .wikibackground .inner {
background-color: transparent !important;
position: relative;
}
.wikibackground .textinner {
    z-index: 2;
    padding: 0px 20px;
}
    }
.wikibackground .textinner {
	z-index: 2;
}
.single-detail h1 {
	font-size: 22px;
}
.single-detail h2 {
	font-size: 18px;
}
.single-detail h3 {
	font-size: 20px;
}
.single-detail p {
	font-size: 16px;
	line-height: 33px;
}
.single-detail ul {
	list-style: none;
	padding-left: 0;
	font-size: 18px;
}
.single-detail ol {
	list-style: decimal;
	padding-left: 20px;
}
.single-detail figure {
	padding-top: 20px;
	padding-bottom: 30px;
  width: 80%;
  margin: auto;
}
.single-detail .grid figure {
  width: 100% !important;
	padding-top: 0px;
	padding-bottom: 0px;
}
.single-detail a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
.single-detail figure.image img {
  aspect-ratio: inherit !important;
}
.single-detail figure figcaption {
	text-align: center;
	opacity: 0.7;
	font-size: 12px;
	padding-top: 5px;
}
.single-detail blockquote {
    position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 20px;
}
.single-detail blockquote::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath fill='%23739d6c' d='M10 15c0-5 3-9 9-9v4c-3 0-5 2-5 5v1h5v14h-9V15zm16 0c0-5 3-9 9-9v4c-3 0-5 2-5 5v1h5v14h-9V15z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}
.single-detail blockquote p {
    font-size: 25px;
    margin-bottom: 0px;
    color: #739d6c;
}
.single-detail ul {
  list-style: none;
  padding-left: 0;
}
.single-detail ul li {
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 0.5em; /* spacing between items */
}
.single-detail ul li::before {
  content: "→";
  color: #739d6c;
  position: absolute;
  left: 0;
  font-size: 1em;
}
.single-detail ul, .single-detail ol {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 200;
  line-height: 30px;
}
.single-detail p {
  font-weight: 200;
  line-height: 30px;
}
.single-detail h1, .single-detail h2, .single-detail h3 {
  font-weight: 500;
}
.single-detail div+blockquote, .single-detail div+dl, .single-detail div+figure, .single-detail div+h1, .single-detail div+h2, .single-detail div+h3, .single-detail div+h4, .single-detail div+h5, .single-detail div+h6, .single-detail div+ol, .single-detail div+p, .single-detail div+pre, .single-detail div+table, .single-detail div+ul {
    margin-top: 25px;
}