@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #111;
  background-color: #ffffff;
  padding: 2rem;
}
@media (min-width: 768px) {
  body {
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  body {
    font-size: 18px;
  }
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #1a0dab;
  text-decoration: underline;
}
a:hover {
  color: #c00;
}

ul {
  list-style-position: inside;
  padding-left: 0;
  margin-left: 0;
}

p {
  margin: 0.5rem 0 1rem;
}

h1, h2, h3, h4 {
  margin: 1rem 0 2rem;
}

h2, h3, h4, h5, h6 {
  position: relative;
  padding-left: 16px;
}
h2::before, h3::before, h4::before, h5::before, h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, #C0392B 0%, #C0392B 14.28%, #E67E22 14.28%, #E67E22 28.57%, #F1C40F 28.57%, #F1C40F 42.86%, #27AE60 42.86%, #27AE60 57.14%, #2980B9 57.14%, #2980B9 71.43%, #3B4BC8 71.43%, #3B4BC8 85.71%, #8E44AD 85.71%, #8E44AD 100%);
  border-radius: 2px;
}

h2::before {
  width: 7px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 1.5em;
    text-align: center;
  }
}

.page-title::after,
.entry-title::after,
.tribe-events-single-event-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  margin-top: 8px;
  background: linear-gradient(to right, #C0392B 0%, #C0392B 14.28%, #E67E22 14.28%, #E67E22 28.57%, #F1C40F 28.57%, #F1C40F 42.86%, #27AE60 42.86%, #27AE60 57.14%, #2980B9 57.14%, #2980B9 71.43%, #3B4BC8 71.43%, #3B4BC8 85.71%, #8E44AD 85.71%, #8E44AD 100%);
  border-radius: 2px;
}

@media (min-width: 768px) {
  .tribe-events-single-event-title {
    font-size: 2em;
  }
}

h2 {
  color: #88BFB3;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}

h3 {
  color: #9E007C;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.page-title {
  color: #9E007C;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.home .page-title {
  font-size: 1.5em;
  text-align: center;
}

.home img {
  margin: 50px 0;
}

.login h1 a {
  background-image: url("../images/trifora-logo-300x300.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 80px;
}
.login #loginform {
  border-top: 3px solid linear-gradient(to right, #C0392B 0%, #C0392B 14.28%, #E67E22 14.28%, #E67E22 28.57%, #F1C40F 28.57%, #F1C40F 42.86%, #27AE60 42.86%, #27AE60 57.14%, #2980B9 57.14%, #2980B9 71.43%, #3B4BC8 71.43%, #3B4BC8 85.71%, #8E44AD 85.71%, #8E44AD 100%);
}
.login #wp-submit {
  background-color: #9E007C;
  border-color: rgb(107, 0, 83.9746835443);
  box-shadow: none;
}
.login #wp-submit:hover {
  background-color: rgb(117.2, 0, 91.9797468354);
}
.login #nav a,
.login #backtoblog a {
  color: #9E007C;
}
.login #nav a:hover,
.login #backtoblog a:hover {
  color: rgb(107, 0, 83.9746835443);
}

.tf-login-wrap {
  max-width: 420px;
  margin: 4rem auto;
  padding: 2rem;
  border: 1px solid #dddddd;
  border-top: 3px solid #9E007C;
  border-radius: 4px;
}

.login form {
  position: relative;
}
.login form::before {
  content: "";
  display: block;
  height: 7px;
  margin: -26px -24px 26px;
  background: linear-gradient(to right, #C0392B 0%, #C0392B 14.28%, #E67E22 14.28%, #E67E22 28.57%, #F1C40F 28.57%, #F1C40F 42.86%, #27AE60 42.86%, #27AE60 57.14%, #2980B9 57.14%, #2980B9 71.43%, #3B4BC8 71.43%, #3B4BC8 85.71%, #8E44AD 85.71%, #8E44AD 100%);
  border-radius: 0;
}
.login form::after {
  content: "";
  display: block;
  height: 7px;
  margin: 26px -24px -26px;
  background: linear-gradient(to right, #C0392B 0%, #C0392B 14.28%, #E67E22 14.28%, #E67E22 28.57%, #F1C40F 28.57%, #F1C40F 42.86%, #27AE60 42.86%, #27AE60 57.14%, #2980B9 57.14%, #2980B9 71.43%, #3B4BC8 71.43%, #3B4BC8 85.71%, #8E44AD 85.71%, #8E44AD 100%);
  border-radius: 0;
}

body {
  padding: 0;
}

main.site-content {
  padding: 0 1rem;
}

.site-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.entry-content {
  max-width: 800px;
  margin: 2rem auto;
}

.post-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

article {
  border-bottom: 1px solid #eee;
  padding-bottom: 2rem;
}

.post-thumbnail img {
  max-width: 100%;
  height: auto;
  display: block;
}

.site-header {
  background-color: #ffffff;
  padding: 0;
  position: relative;
  z-index: 10;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.site-logo img {
  max-height: 150px;
  width: auto;
  display: block;
  padding: 0 25px 0 0;
}

@media (max-width: 767px) {
  .site-logo img {
    margin: 20px 0 10px 0;
    max-height: 80px;
    width: auto;
  }
}
.wp-block-buttons .wp-block-button__link,
.gform_button {
  background-color: #9E007C;
  color: #ffffff;
  font-size: 20px !important;
  margin: 50px 10px !important;
  padding: 20px 25px !important;
}

.CookiebotWidget-logo,
#CookiebotWidget button {
  all: revert;
}

.wp-element-button:hover {
  background-color: #009E7C;
}

.category-mededelingen {
  max-width: 800px;
  margin: 3rem auto;
  padding: 2rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.category-mededelingen .category-header {
  margin-bottom: 2rem;
  text-align: center;
}
.category-mededelingen .category-header h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.category-mededelingen .category-posts .mededeling-item {
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
}
.category-mededelingen .category-posts .mededeling-item:last-child {
  border-bottom: none;
}
.category-mededelingen .mededeling-item h2 {
  font-size: 1.2rem;
  margin: 0 0 0.5rem;
}
.category-mededelingen .mededeling-item .excerpt {
  color: #555;
  font-size: 0.95rem;
}

.private-category .notice-box {
  text-align: center;
  padding: 3rem 2rem;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.private-category .notice-box h1 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.private-category .notice-box p {
  font-size: 1rem;
  margin-bottom: 2rem;
}

.site-footer::before {
  content: "";
  display: block;
  height: 7px;
  width: 100%;
  background: linear-gradient(to right, #C0392B 0%, #C0392B 14.28%, #E67E22 14.28%, #E67E22 28.57%, #F1C40F 28.57%, #F1C40F 42.86%, #27AE60 42.86%, #27AE60 57.14%, #2980B9 57.14%, #2980B9 71.43%, #3B4BC8 71.43%, #3B4BC8 85.71%, #8E44AD 85.71%, #8E44AD 100%);
}

.site-info {
  font-size: 0.8em;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.menu ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li a {
  color: #009E7C;
  text-decoration: none;
  font-weight: 500;
}
.menu li a:hover {
  color: #9E007C;
}

.menu-icon-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.menu-icon-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  transition: background 0.2s ease;
}
.menu-icon-links a:hover {
  background: rgba(158, 0, 124, 0.1);
}
.menu-icon-links a svg {
  stroke: #9E007C;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: background 0.2s ease;
  -webkit-tap-highlight-color: transparent;
  flex-shrink: 0;
}
.menu-toggle:hover {
  background: rgba(158, 0, 124, 0.1);
}

.menu-icon {
  width: 32px;
  height: 32px;
  display: block;
  overflow: visible;
}

.icon-triangle {
  fill: #9E007C;
  stroke: none;
  transform-origin: 16px 16px;
  transition: fill 0.35s ease, stroke 0.35s ease, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-toggle.active .icon-triangle {
  fill: none;
  stroke: #009E7C;
  stroke-width: 2.2;
  stroke-linejoin: round;
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .site-logo img {
    max-height: 60px;
    width: auto;
  }
  .menu-toggle {
    display: flex;
  }
  .nav-wrapper {
    gap: 0;
  }
  .menu {
    display: none;
    flex-direction: column;
    align-items: stretch;
    background-color: #9E007C;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem 1.5rem 0;
    z-index: 999;
  }
  .menu.active {
    display: flex;
  }
  .menu ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    padding: 0;
  }
  .menu ul li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .menu ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .menu li a {
    display: block;
    color: #ffffff;
    font-size: 1.1rem;
    padding: 0.85rem 0.5rem;
  }
  .menu li a:hover {
    color: #009E7C;
  }
  .menu-icon-links {
    display: none;
  }
  .menu-icon-links.active {
    display: flex;
    flex-direction: row;
    gap: 0.25rem;
    width: 100%;
    padding: 0.75rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 999;
  }
  .menu-icon-links.active a svg {
    stroke: #ffffff;
  }
  .menu-icon-links.active a:hover {
    background: rgba(255, 255, 255, 0.15);
  }
}
.verslagen-overzicht {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.verslagen-overzicht h1 {
  text-align: center;
  margin-bottom: 20px;
}

.verslag-item {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #eee;
}
.verslag-item:last-child {
  border-bottom: none;
}
.verslag-item:hover {
  background-color: #fafafa;
}

.verslag-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.verslag-title {
  font-size: 1rem;
  font-weight: 600;
  color: #111111;
  flex: 1;
}

.verslag-acties {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.verslag-graad {
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #9E007C;
  padding: 2px 8px;
  border-radius: 3px;
  text-align: center;
}
.verslag-graad.graad-1 {
  background-color: #7ABFB3;
}
.verslag-graad.graad-2 {
  background-color: #009E7C;
}
.verslag-graad.graad-3 {
  background-color: #9E007C;
}

.verslag-bekijken {
  display: inline-block;
  font-weight: 600;
  font-size: 0.75rem;
  background-color: #ffffff;
  border: 2px solid #9E007C;
  color: #9E007C;
  padding: 2px 8px;
  border-radius: 3px;
  text-decoration: none;
  white-space: nowrap;
}
.verslag-bekijken:hover {
  opacity: 0.8;
  text-decoration: none;
}
.verslag-bekijken.graad-1 {
  color: #7ABFB3;
  border-color: #7ABFB3;
}
.verslag-bekijken.graad-2 {
  color: #009E7C;
  border-color: #009E7C;
}
.verslag-bekijken.graad-3 {
  color: #9E007C;
  border-color: #9E007C;
}

@media (max-width: 480px) {
  .verslag-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .verslag-acties {
    flex-direction: row;
  }
}
.verslag {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.entry-header h1 {
  text-align: center;
  margin-bottom: 20px;
}

.entry-content {
  line-height: 1.6;
}

.verslag-documenten {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 2px solid #88BFB3;
}
.verslag-documenten h2 {
  margin-bottom: 1rem;
}

.entry-content .verslag-bijlagen {
  margin-top: 2.5rem;
}
.entry-content .verslag-bijlagen .bijlage-item {
  background: #fff;
  border: 1px solid rgba(158, 0, 124, 0.1);
  border-radius: 4px;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
}
.entry-content .verslag-bijlagen .bijlage-item:last-child {
  margin-bottom: 0;
}
.entry-content .verslag-bijlagen .bijlage-titel {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}
.entry-content .verslag-bijlagen .bijlage-inhoud {
  font-size: 14px;
  color: #666666;
  margin: 0 0 0.75rem;
  line-height: 1.6;
}
.entry-content .verslag-bijlagen .bijlage-download-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 14px;
  border-radius: 3px;
  border: 1px solid currentColor;
}
.entry-content .verslag-bijlagen .bijlage-download-link:hover {
  opacity: 0.8;
}
.entry-content .verslag-bijlagen .bijlage-download-link.graad-1 {
  color: #7ABFB3;
}
.entry-content .verslag-bijlagen .bijlage-download-link.graad-2 {
  color: #009E7C;
}
.entry-content .verslag-bijlagen .bijlage-download-link.graad-3 {
  color: #9E007C;
}

.entry-content .verslag-documenten {
  margin-top: 2.5rem;
}
.entry-content .verslag-documenten h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
}

.entry-content .verslag-bijlagen h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
}

.document-categorieen {
  margin-bottom: 2rem;
}
.document-categorieen ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
}
.document-categorieen a {
  display: inline-block;
  padding: 0.25rem 1rem;
  background-color: #f0f0f0;
  border-radius: 3px;
  font-size: 0.9rem;
  color: #222222;
}
.document-categorieen a:hover, .document-categorieen a.actief {
  background-color: #9E007C;
  color: #ffffff;
  text-decoration: none;
}

.document-tabel,
.tf-document-tabel {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  table-layout: fixed;
  margin-bottom: 2rem;
}
.document-tabel thead th,
.tf-document-tabel thead th {
  background-color: #9E007C;
  color: #ffffff;
  text-align: left;
  font-weight: 600;
  padding: 0.5rem 0.75rem;
}
.document-tabel td,
.tf-document-tabel td {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #dddddd;
  vertical-align: middle;
}
.document-tabel tr:last-child td,
.tf-document-tabel tr:last-child td {
  border-bottom: none;
}
.document-tabel tr:hover td,
.tf-document-tabel tr:hover td {
  background-color: #fafafa;
}
.document-tabel .col-datum,
.tf-document-tabel .col-datum {
  width: 12%;
  padding-right: 1.5rem;
  white-space: nowrap;
}
.document-tabel .col-graad,
.tf-document-tabel .col-graad {
  text-align: center;
  width: 50px;
}
@media (max-width: 768px) {
  .document-tabel,
  .tf-document-tabel {
    display: block;
  }
  .document-tabel thead,
  .tf-document-tabel thead {
    display: none;
  }
  .document-tabel tbody,
  .document-tabel tr,
  .tf-document-tabel tbody,
  .tf-document-tabel tr {
    display: block;
  }
  .document-tabel tr,
  .tf-document-tabel tr {
    border-bottom: 2px solid #dddddd;
    padding: 0.5rem 0;
  }
  .document-tabel tr:last-child,
  .tf-document-tabel tr:last-child {
    border-bottom: none;
  }
  .document-tabel td,
  .tf-document-tabel td {
    display: block;
    padding: 2px 0.5rem;
    border-bottom: none;
    width: 100%;
  }
  .document-tabel td.col-graad,
  .tf-document-tabel td.col-graad {
    display: none;
  }
  .document-tabel td.col-datum,
  .tf-document-tabel td.col-datum {
    font-size: 0.8rem;
    color: #888888;
    padding-top: 0.5rem;
    white-space: normal;
    width: auto;
    padding-right: 0;
  }
  .document-tabel td.col-titel,
  .tf-document-tabel td.col-titel {
    font-weight: 600;
    font-size: 1rem;
  }
  .document-tabel td.col-actie,
  .tf-document-tabel td.col-actie {
    display: inline-block;
    width: auto;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
  }
}

.document-download-link {
  display: inline-block;
  font-weight: 600;
  font-size: 0.75rem;
  color: #ffffff;
  background-color: #9E007C;
  padding: 2px 8px;
  border-radius: 3px;
  text-decoration: none;
}
.document-download-link:hover {
  text-decoration: none;
  opacity: 0.85;
}

a.document-download-link.graad-1 {
  background-color: #7ABFB3;
  color: #ffffff;
}

a.document-download-link.graad-2 {
  background-color: #009E7C;
  color: #ffffff;
}

a.document-download-link.graad-3 {
  background-color: #9E007C;
  color: #ffffff;
}

.document-subcategorie h3 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #111111;
  font-weight: 700;
}
@media (max-width: 768px) {
  .document-subcategorie h3 {
    background-color: #333333;
    color: #ffffff;
    padding: 0.4rem 0.75rem;
    border-radius: 3px;
    margin-bottom: 0;
  }
}

.zittingen-lijst {
  list-style: none;
  padding: 0;
  margin: 0;
}

.zitting-item {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 1rem;
  align-items: start;
  padding: 1rem 0;
  border-bottom: 1px solid #dddddd;
}
.zitting-item:last-child {
  border-bottom: none;
}
.zitting-item__datum {
  text-align: center;
  background-color: #9E007C;
  color: #ffffff;
  border-radius: 4px;
  padding: 0.5rem;
  line-height: 1.2;
}
.zitting-item__datum .dag {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
}
.zitting-item__datum .maand {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.zitting-item__titel {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.zitting-item__titel a {
  color: #222222;
}
.zitting-item__titel a:hover {
  color: #9E007C;
}
.zitting-item__meta {
  font-size: 0.85rem;
  color: #666666;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.zitting-item__graad {
  font-size: 0.75rem;
  background-color: #009E7C;
  color: #ffffff;
  padding: 2px 6px;
  border-radius: 3px;
}
@media (max-width: 480px) {
  .zitting-item {
    grid-template-columns: 60px 1fr;
  }
  .zitting-item__actie {
    grid-column: 2;
  }
}

.zitting-single {
  max-width: 800px;
}

.zitting-meta-tabel {
  width: 100%;
  margin-bottom: 2rem;
  font-size: 0.9rem;
}
.zitting-meta-tabel th {
  width: 160px;
  text-align: left;
  font-weight: 600;
  color: #666666;
  padding: 0.25rem 0;
  vertical-align: top;
}
.zitting-meta-tabel td {
  padding: 0.25rem 0;
  color: #222222;
}

.zitting-inschrijf {
  margin-top: 2rem;
}
.zitting-inschrijf a.button,
.zitting-inschrijf button {
  display: inline-block;
  background-color: #9E007C;
  color: #ffffff;
  padding: 0.5rem 2rem;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  border: none;
  transition: background-color 0.2s;
}
.zitting-inschrijf a.button:hover,
.zitting-inschrijf button:hover {
  background-color: rgb(117.2, 0, 91.9797468354);
  text-decoration: none;
  color: #ffffff;
}

.tribe-events .tribe-events-c-top-bar__datepicker-container button {
  background-color: transparent !important;
  color: inherit !important;
  font-size: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tribe-events h2, .tribe-events h3, .tribe-events h4, .tribe-events h5, .tribe-events h6 {
  padding-left: 24px;
}

.gform_wrapper {
  max-width: 640px;
}
.gform_wrapper .gfield_label {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
  color: #222222;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper textarea,
.gform_wrapper select {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 1rem;
  color: #222222;
  background-color: #ffffff;
  transition: border-color 0.2s;
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
  outline: none;
  border-color: #9E007C;
  box-shadow: 0 0 0 2px rgba(158, 0, 124, 0.15);
}
.gform_wrapper textarea {
  min-height: 120px;
  resize: vertical;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error select {
  border-color: #cc0000;
}
.gform_wrapper .gfield_error .gfield_label {
  color: #cc0000;
}
.gform_wrapper .validation_message {
  font-size: 0.85rem;
  color: #cc0000;
  margin-top: 0.25rem;
}
.gform_wrapper .gfield_radio li,
.gform_wrapper .gfield_checkbox li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}
.gform_wrapper .gfield_radio input[type=radio],
.gform_wrapper .gfield_radio input[type=checkbox],
.gform_wrapper .gfield_checkbox input[type=radio],
.gform_wrapper .gfield_checkbox input[type=checkbox] {
  width: auto;
  accent-color: #9E007C;
}
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input[type=submit] {
  background-color: #9E007C;
  color: #ffffff;
  padding: 0.5rem 4rem;
  border: none;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover {
  background-color: rgb(117.2, 0, 91.9797468354);
}
.gform_wrapper .gform_confirmation_message {
  background-color: #f0faf7;
  border-left: 4px solid #009E7C;
  padding: 1rem 2rem;
  border-radius: 4px;
  color: #222222;
}
.gform_wrapper .ginput_product_price,
.gform_wrapper .ginput_quantity,
.gform_wrapper .gfield_price {
  font-weight: 600;
}
.gform_wrapper .ginput_total {
  font-size: 1.1rem;
  font-weight: 700;
  color: #9E007C;
}

/**
 * File: _faq.scss
 * Updated: 2026-06-04
 * Desc: FAQ-pagina — accordion met passer-icoon (SVG inline, groen #009D7D)
 */
.faq-accordion {
  margin-bottom: 2rem;
}
.faq-accordion .accordion-item {
  border: none;
  margin-bottom: 0.35rem;
}
.faq-accordion .accordion-header {
  width: 100%;
  margin: 0;
  padding: 0;
}
.faq-accordion .accordion-button {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.75rem 3rem 0.75rem 1rem;
  background-color: #f0f7f6;
  border: 1px solid #009D7D;
  border-radius: 4px;
  color: #009D7D;
  font-weight: 600;
  font-size: 1rem;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}
.faq-accordion .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.faq-accordion .accordion-button[aria-expanded=true] {
  background-color: #009D7D;
  color: #ffffff;
  border-radius: 4px 4px 0 0;
}
.faq-accordion .accordion-button::after {
  display: none;
}
.faq-accordion .faq-volume-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg stroke='%23009D7D' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='10' y1='2' x2='6' y2='16'/%3E%3Cline x1='10' y1='2' x2='14' y2='16'/%3E%3Ccircle cx='10' cy='2' r='1.2' fill='%23009D7D'/%3E%3Ccircle cx='6' cy='16' r='1' fill='%23009D7D'/%3E%3Ccircle cx='14' cy='16' r='1' fill='%23009D7D'/%3E%3Cline x1='7.2' y1='10' x2='12.8' y2='10'/%3E%3C/g%3E%3C/svg%3E");
  flex-shrink: 0;
}
.faq-accordion .accordion-button[aria-expanded=true] .faq-volume-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg stroke='%23009D7D' stroke-width='1.4' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='10' y1='2' x2='3' y2='16'/%3E%3Cline x1='10' y1='2' x2='17' y2='16'/%3E%3Ccircle cx='10' cy='2' r='1.2' fill='%23009D7D'/%3E%3Ccircle cx='3' cy='16' r='1' fill='%23009D7D'/%3E%3Ccircle cx='17' cy='16' r='1' fill='%23009D7D'/%3E%3Cline x1='5.8' y1='10' x2='14.2' y2='10'/%3E%3C/g%3E%3C/svg%3E");
  filter: brightness(0) invert(1);
}
.faq-accordion .accordion-collapse {
  display: none;
}
.faq-accordion .accordion-collapse.show {
  display: block;
}
.faq-accordion .accordion-body {
  padding: 0.75rem 1rem 1rem 1rem;
  border: 1px solid #009D7D;
  border-top: none;
  border-radius: 0 0 4px 4px;
  background-color: #ffffff;
}
.faq-accordion .accordion-body p:last-child {
  margin-bottom: 0;
}

.entry-content .faq-accordion + h2,
.entry-content h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

/**
 * File: _mail.scss
 * Updated: 2026-06-05
 * Desc: Mailadressen pagina (/mail/)
 */
.entry-content .tf-mail-wrap {
  max-width: 800px;
}

.entry-content .tf-mail-intro {
  font-size: 15px;
  color: #666666;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.entry-content .tf-mail-section {
  margin-top: 2.5rem;
}

.entry-content .tf-mail-section-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #9E007C;
  border-left: 3px solid #9E007C;
  border-radius: 0;
  padding-left: 10px;
  margin: 0 0 0.5rem;
  line-height: 1.4;
}

.entry-content .tf-mail-section-desc {
  font-size: 13px;
  color: #666666;
  margin: 0 0 1rem;
  line-height: 1.6;
}

.entry-content .tf-mail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 8px;
}

.entry-content .tf-mail-card {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 10px 14px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid rgba(158, 0, 124, 0.1);
}
.entry-content .tf-mail-card a {
  font-size: 14px;
  font-weight: 500;
  color: #009E7C;
  text-decoration: none;
}
.entry-content .tf-mail-card a:hover {
  text-decoration: underline;
}

.entry-content .tf-mail-label {
  font-size: 12px;
  color: #666666;
}

.entry-content .tf-mail-dist {
  border: 1px solid #dddddd;
  border-radius: 6px;
  background: #ffffff;
  padding: 14px 16px;
  margin-bottom: 10px;
}

.entry-content .tf-mail-dist-header {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 6px;
}
.entry-content .tf-mail-dist-header a {
  font-size: 15px;
  font-weight: 500;
  color: #009E7C;
  text-decoration: none;
}
.entry-content .tf-mail-dist-header a:hover {
  text-decoration: underline;
}

.entry-content .tf-mail-dist-scope {
  font-size: 12px;
  color: #666666;
}

.entry-content .tf-mail-dist-desc {
  font-size: 13px;
  color: #666666;
  margin: 0 0 8px;
  line-height: 1.6;
}

.entry-content .tf-mail-dist-note {
  font-size: 12px;
  color: rgb(132.5, 0, 103.9873417722);
  background: rgba(158, 0, 124, 0.1);
  border-left: 2px solid #9E007C;
  border-radius: 0 4px 4px 0;
  padding: 6px 10px;
  margin: 0;
  line-height: 1.5;
}

.entry-content .tf-mail-commissies {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.entry-content .tf-mail-commissies a {
  font-size: 14px;
  color: #009E7C;
  text-decoration: none;
}
.entry-content .tf-mail-commissies a:hover {
  text-decoration: underline;
}

.entry-content .tf-muziek-intro {
  margin-bottom: 2rem;
  color: #222222;
}
.entry-content .tf-muziek-intro a {
  color: #9E007C;
  text-decoration: underline;
}
.entry-content .tf-muziek-intro a:hover {
  color: #009E7C;
}
.entry-content .tf-muziek-intro--publiek {
  font-style: italic;
}
.entry-content .tf-muziek-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.entry-content .tf-muziek-bouwstuk {
  border-left: 3px solid #9E007C;
  padding-left: 1.25rem;
}
.entry-content .tf-muziek-header {
  margin-bottom: 1rem;
}
.entry-content .tf-muziek-datum {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #9E007C;
  margin: 0 0 0.2rem 0;
  padding-left: 0;
}
.entry-content .tf-muziek-datum::before {
  display: none;
}
.entry-content .tf-muziek-datum a {
  color: #9E007C;
  text-decoration: none;
}
.entry-content .tf-muziek-datum a:hover {
  color: #009E7C;
  text-decoration: underline;
}
.entry-content .tf-muziek-datum--publiek {
  color: #222222;
}
.entry-content .tf-muziek-zittingtitel {
  font-size: 0.9rem;
  color: #555555;
  margin: 0 0 0.75rem 0;
  font-style: italic;
}
.entry-content .tf-muziek-inhoud {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.entry-content .tf-muziek-pdf-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #9E007C;
  text-decoration: none;
  font-size: 0.9rem;
  border: 1px solid rgba(158, 0, 124, 0.3);
  border-radius: 3px;
  padding: 0.35rem 0.75rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.entry-content .tf-muziek-pdf-link:hover {
  background-color: #9E007C;
  color: #ffffff;
}
.entry-content .tf-muziek-spotify-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}
.entry-content .tf-muziek-spotify-link .tf-spotify-icoon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 168 168'%3E%3Cpath fill='%231ED760' d='M84 0C37.6 0 0 37.6 0 84s37.6 84 84 84 84-37.6 84-84S130.4 0 84 0zm38.5 121.2c-1.5 2.5-4.8 3.3-7.3 1.8-20-12.2-45.2-15-74.9-8.2-2.9.7-5.7-1.1-6.4-4-.7-2.9 1.1-5.7 4-6.4 32.5-7.4 60.4-4.2 82.9 9.5 2.5 1.5 3.3 4.8 1.7 7.3zm10.3-22.9c-1.9 3.1-5.9 4.1-9 2.2-22.9-14.1-57.8-18.2-84.9-9.9-3.5 1.1-7.2-.9-8.3-4.4-1.1-3.5.9-7.2 4.4-8.3 30.9-9.4 69.3-4.8 95.6 11.3 3.1 1.9 4.1 5.9 2.2 9.1zm.9-23.8c-27.5-16.3-72.9-17.8-99.2-9.8-4.2 1.3-8.7-1.1-10-5.3-1.3-4.2 1.1-8.7 5.3-10 30.2-9.2 80.4-7.4 112.2 11.4 3.8 2.2 5 7.1 2.7 10.9-2.2 3.8-7.1 5-10.9 2.7l-.1.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.entry-content .tf-muziek-spotify-link--playlist {
  color: #009E7C;
  font-weight: 500;
}
.entry-content .tf-muziek-spotify-link--playlist:hover {
  color: rgb(0, 107, 83.9746835443);
}
.entry-content .tf-muziek-spotify-link--nummer {
  color: #222222;
}
.entry-content .tf-muziek-spotify-link--nummer:hover {
  color: #009E7C;
}
.entry-content .tf-muziek-nummers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.entry-content .tf-muziek-nummer-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.entry-content .tf-muziek-nummer-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #9E007C;
  border-radius: 2px;
  padding: 0.15rem 0.5rem;
  white-space: nowrap;
  flex-shrink: 0;
}
.entry-content .tf-muziek-leeg {
  color: rgb(72.25, 72.25, 72.25);
  font-style: italic;
}
@media (max-width: 480px) {
  .entry-content .tf-muziek-bouwstuk {
    padding-left: 0.75rem;
  }
  .entry-content .tf-muziek-nummer-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }
}

/**
 * File: _overzicht.scss
 * Updated: 2026-06-05
 * Desc: Overzichtspagina landingspagina's (/overzicht/)
 */
.entry-content .tf-overzicht-wrap {
  max-width: 800px;
  margin: 2rem auto;
}

.entry-content .tf-overzicht-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 768px) {
  .entry-content .tf-overzicht-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .entry-content .tf-overzicht-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.entry-content .tf-overzicht-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 12px 16px;
  border: 1px solid rgba(158, 0, 124, 0.12);
  border-radius: 8px;
  background: #ffffff;
  text-decoration: none;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.entry-content .tf-overzicht-item img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .entry-content .tf-overzicht-item img {
    width: 150px;
    height: 150px;
  }
}
.entry-content .tf-overzicht-item:hover {
  background: rgba(158, 0, 124, 0.07);
  border-color: rgba(158, 0, 124, 0.3);
  color: #9E007C;
}

.error-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  text-align: center;
  padding: 4rem 1rem;
}
.error-page__code {
  font-family: "Roboto Slab", serif;
  font-size: clamp(4rem, 15vw, 8rem);
  line-height: 1;
  color: #dddddd;
  margin-bottom: 1rem;
}
.error-page__titel {
  font-family: "Roboto Slab", serif;
  font-size: 1.5rem;
  color: #9E007C;
  margin-bottom: 1rem;
}
.error-page__tekst {
  color: #666666;
  max-width: 480px;
  margin-bottom: 2rem;
}
.error-page__link {
  display: inline-block;
  background-color: #9E007C;
  color: #ffffff;
  padding: 0.5rem 2rem;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: background-color 0.2s;
}
.error-page__link:hover {
  background-color: rgb(117.2, 0, 91.9797468354);
  text-decoration: none;
  color: #ffffff;
}

.error-403 .error-page__login-hint {
  margin-top: 2rem;
  font-size: 0.9rem;
  color: #666666;
}
.error-403 .error-page__login-hint a {
  color: #9E007C;
}

.tf-session-bar {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background-color: #9E007C;
  border-bottom: none;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
  flex-wrap: wrap;
  text-align: center;
  padding: 10px 0 0;
}
.tf-session-bar__rainbow {
  width: 100%;
  height: 7px;
  background: linear-gradient(to right, #C0392B 0%, #C0392B 14.28%, #E67E22 14.28%, #E67E22 28.57%, #F1C40F 28.57%, #F1C40F 42.86%, #27AE60 42.86%, #27AE60 57.14%, #2980B9 57.14%, #2980B9 71.43%, #3B4BC8 71.43%, #3B4BC8 85.71%, #8E44AD 85.71%, #8E44AD 100%);
}
@media (min-width: 768px) {
  .tf-session-bar {
    padding: 6px 0px 0px;
  }
}
.tf-session-bar strong {
  color: #ffffff;
  font-weight: 700;
}
.tf-session-bar__text {
  text-align: center;
}
.tf-session-bar__link {
  color: #ffffff;
  text-decoration: underline;
}
.tf-session-bar__link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.tf-session-bar__logout {
  background: #ffffff;
  color: #9E007C;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  padding: 2px 10px;
}
.tf-session-bar__logout:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
  color: #ffffff;
}