/*!
Theme Name: Brandeniers starter
Theme URI: https://brandeniers.nl
Author: Brandeniers
Description: Een starter thama
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: brandeniers
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


html {
  overflow-x: hidden;
  word-wrap: break-word;
}

body {
  background: #fefbf7;
  font-family: "Lora";
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

:root {
  --container: 1320px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol,
ul {
  box-sizing: border-box;
  padding-left: 1.5rem;
  margin-block: 1.5rem;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: inherit;
}

.gform-theme--framework:where(:not(.gform_editor)) .gfield--type-section {
  border-block-end: unset !important;
}

.gfield_required.gfield_required_asterisk,
.gform_required_legend {
  display: none;
}

/* Gravity Forms placeholder opacity */
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder,
.gform_wrapper select::placeholder {
  opacity: 0.3;
}

.gform-theme--foundation .gform_footer,
.gform-theme--foundation .gform_page_footer {
  margin-block-start: 36px;
}

.bestel-de-box {
  position: relative;
  z-index: 0;
  padding-bottom: 300px !important;
  background: radial-gradient(
    140% 180% at -5% -10%,
    #f6ead4 0%,
    #cb8469 38%,
    #6b4b54 100%
  );
  overflow: hidden;
  max-width: 100vw;
  border-bottom: 35px solid #f5d09d;
}

/* Gebouwen laag - repeat-x voor brede schermen */
.bestel-de-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-image: url("/wp-content/uploads/2026/01/SMA-DEV-Skyline-gebouwen.svg");
  background-size: auto 100%;
  background-position: bottom center;
  background-repeat: repeat-x;
  pointer-events: none;
  z-index: -1;
}

/*vlieland override*/
.postid-476 .bestel-de-box::after {
	  background-image: url("/wp-content/uploads/2026/04/SMA-Footer-skyline-Vlieland.svg");
}

/* Toren laag - responsive met aspect-ratio */

.bestel-de-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 100%;
  height: auto;
  max-width: 600px;
  aspect-ratio: 590 / 720;

  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}

@media all and (max-width: 980px) {
  .bestel-de-box::after {
    height: 150px;
  }

  .bestel-de-box::before {
    max-width: 300px;
  }

  .kies-een-stad-tekst {
    max-width: 80%;
  }

  .bestel-de-box {
    padding-bottom: 130px;
  }
}

.container-custom {
  flex: 1;
  padding-left: calc((100vw - var(--container)) / 2);
}

ul.list-checkbox {
  list-style: none;
  padding-left: 15px;
}

ul.list-checkbox li {
  background-image: url("../../uploads/2025/12/checkbox-li.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px 20px;
  padding-left: 30px;
}

@media all and (max-width: 767px) {
  ul.list-checkbox {
    padding-left: 0px;
  }
}

.gfield_label {
  font-family: "Lora" !important;
  font-weight: 700 !important;
  color: #1a5579 !important;
}

.ginput_container input[type="text"],
.ginput_container input[type="email"],
.ginput_container input[type="tel"],
.ginput_container textarea,
.ginput_container select {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #f3f3f3 !important;
  border-radius: 5px !important;
  font-family: "Lora", serif !important;

  transition: all 0.3s ease;
  background-color: #f3f3f3 !important;
}

.ginput_container input[type="text"]:focus,
.ginput_container input[type="email"]:focus,
.ginput_container input[type="tel"]:focus,
.ginput_container textarea:focus,
.ginput_container select:focus {
  outline: none;
  border-color: #3e827a;
  box-shadow: 0 0 0 3px rgba(62, 130, 122, 0.1);
}

.gfield_required {
  color: #ee7b3e;
}

.gform_footer {
  text-align: center;
  padding-top: 20px;
  display: flex;
  justify-content: center !important;
}

.gform_image_button {
  background: transparent !important;
  box-shadow: none !important;
}

.gfield_error {
  background-color: #fff;
  border: 2px solid #ee7b3e;
  border-radius: 10px;
  padding: 15px;
}

.validation_error {
  color: #ee7b3e;
  font-family: "Voltaire", sans-serif;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 15px;
  background-color: rgba(238, 123, 62, 0.1);
  border-radius: 10px;
}

.validation_message {
  color: #ee7b3e;
  font-size: 14px;
  margin-top: 5px;
}

/* Radio buttons en checkboxes */
.gfield_radio li,
.gfield_checkbox li {
  margin-bottom: 10px;
}

.gfield_radio input[type="radio"],
.gfield_checkbox input[type="checkbox"] {
  margin-right: 10px;
}

#input_1_6 {
  display: flex;
  flex-direction: row;
}

.gfield-choice-input {
  background: transparent !important;
  border: 2px solid #266257 !important;
}

.gform_fields {
  row-gap: 27px !important;
}

#gform_submit_button_1 {
  background: transparent;
  border: none;
  box-shadow: none;
}

#gform_1 > div.gform-footer.gform_footer.top_label {
  display: flex;
  justify-content: center;
}

.gform_button.button:focus {
  outline-color: transparent !important;
}

/* ============================================
   Section Padding System
   ============================================ */

/* Basis section padding */
section {
  padding-top: 75px;
  padding-bottom: 75px;
}

/* Lichte sectie (default) */
section.section-light {
  padding-top: 75px;
  padding-bottom: 75px;
}

/* Donkere sectie */
section.section-dark {
  padding-top: 67px;
  padding-bottom: 67px;
}

/* Volledige hoogte sectie */
section.section-full-height {
  padding-top: 0;
  padding-bottom: 0;
}

/* Lichte sectie na licht sectie */
section.section-light + section.section-light {
  padding-top: 0px;
}

/* Lichte sectie na donkere sectie */
section.section-dark + section.section-light {
  padding-top: 67px;
}

/* Donkere sectie na lichte sectie */
section.section-light + section.section-dark {
  padding-top: 67px;
}

/* Sectie na volledige hoogte sectie */
section.section-full-height + section {
  padding-top: 75px;
}

section.section-full-height + section.section-dark {
  padding-top: 67px;
}

/* Sectie voor volledige hoogte sectie */
section.section-light + section.section-full-height,
section.section-dark + section.section-full-height {
  padding-bottom: 0;
}

section.voorwaarden-section {
  padding-bottom: 0 !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-semibold {
  font-weight: 500;
}

.badge {
  padding: 4px 8px !important;
  font-style: italic;
}

.stads-kaart-image::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(/wp-content/uploads/2026/02/goudenborder.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 95%;
  height: 95%;
}

/** SEO template styling **/

.page-template-seo-template {
  .content img {
    border-radius: 8px;
    padding: 0px;
    width: 100%;
  }
  .content a {
    text-decoration: underline;
    color: #3e827a;
  }
}
/* 
@media all and (max-width: 980px) {
.two-column-section:first-of-type {
    padding-top: 100px;
}
} */

button.nav-arrow {
  border: 0;
  background: 0;
}

.page-id-184 section.section-full-height.marquee-sectie.mt-3 {
  margin-bottom: 1rem !important;
}

@media (max-width: 768px) {
  .skyline > .container {
    z-index: 6;
  }
  .skyline > .container > .row > * {
    padding-inline: 0;
  }
  .single-stad .skyline {
    padding-top: 50px;
  }
}

#marqueeWrapper {
  margin-bottom: 1rem;
}

.page-id-82 h1 {
  margin-inline: auto;
}

.page-id-458 .contact-form-sectie .row {
  display: none;
}

.contact-form-sectie h2,
.contact-form-sectie p {
  text-wrap-style: balance;
}

/* Verberg de mobiele video standaard (voor desktop) */
.mobile {
  display: none;
}

/* Toon de desktop video standaard */
.desktop {
  display: block;
}

/* Media query: Schermen kleiner dan 768px (tablets en telefoons) */
@media screen and (max-width: 767px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
    aspect-ratio: 16/9;
  }
}

.col-lg-6:has(iframe) {
  align-self: stretch;
  border-radius: 10px;
}

.col-lg-6:has(iframe) .desktop,
.col-lg-6:has(iframe) .content {
  height: 100%;
}
/* Selecteer de kolom die een iframe bevat */
.col-lg-6:has(iframe) .content iframe {
  width: 100% !important;
  height: 100% !important;
}

/* Zorg dat de omliggende paragraaf geen vreemde witruimte geeft */
.col-lg-6:has(iframe) .content p {
  margin: 0 !important;
  padding: 0 !important;
  height: 100% !important;
}

#vimeoVideo {
  border-radius: 8px;
}

.vimeo-wrapper {
  position: relative;
  cursor: pointer;
}

/* .hoe-het-werkt  .desktop-video::before, */
.vimeo-wrapper.vimeo-desktop::before {
  content: "";
  background: url("/wp-content/uploads/2026/04/SMA-Play-button.svg");
  background-size: cover;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  pointer-events: none;
}

.vimeo-wrapper.vimeo-desktop.playing::before {
  display: none;
}

body .gform_wrapper .gfield_radio li input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  background-color: #fff;
}

.gform_wrapper .gfield_radio li input[type="radio"]:checked::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f08749;
  position: absolute;
  top: 0px;
  left: 0px;
}

@media (min-width: 768px) {
  /* 	.page-id-101 section:first-of-type, #agendas {
		margin-top: 100px;
	} */
  #agendas {
    margin-bottom: 80px;
  }
}

/* Wrapper: relatief gepositioneerd voor de fade-overlay */
.faq-cat-groepsuitjes {
	display: none;
}

.faq-categories-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Fade aan de rechterkant op mobiel */
.faq-categories-wrapper::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  width: 60px;
  background: linear-gradient(to right, transparent, #fefbf7 80%);
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.3s ease;
  opacity: 0;
}

@media (max-width: 768px) {
  .faq-categories-wrapper::after {
    opacity: 1;
  }

  .faq-categories-wrapper.at-end::after {
    opacity: 0;
  }
}

/* Tabs lijst */
.faq-categories {
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding-left: 0 !important;
}

@media (max-width: 768px) {
  .faq-categories {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    padding: 36px 20px !important;
    gap: 5px !important;
  }

  .faq-categories::-webkit-scrollbar {
    display: none;
  }

  .faq-category {
    white-space: nowrap;
    flex-shrink: 0;
  }
}

/* Tab buttons */
.faq-category {
  list-style-type: none;
  cursor: pointer;
  padding: 8px 15px;
  border-radius: 6px;
  background: #4fa692;
  box-shadow: 0 0 15px 0 rgba(240, 171, 112, 0);
  color: #fff;
  transition: all 0.3s ease;
  font-size: 25px;
  font-weight: 500;
  font-family: "Voltaire";
}

.faq-category:hover {
  background-color: #2d6158;
}

.faq-category.active {
  background: #fcab7d;
  color: #fff;
  box-shadow: 0 0 15px 0 #f0ab70;
}

/* Tab content */
.faq-tab-content {
  display: none;
}

.faq-tab-content.active {
  display: block;
}

/* FAQ items */
.faq-item {
  display: block;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}

.faq-header {
  padding: 15px 20px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
  gap: 20px;
}

.faq-header:hover {
  background-color: #e9ecef;
}

.faq-title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #1a5579;
  font-family: "Voltaire";
}

.faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

/* Pijl animatie — alleen direct kind, niet geneste items */
.faq-item.active > .faq-header .faq-icon {
  transform: rotate(180deg);
}

/* Accordion animatie via grid */
.faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition:
    grid-template-rows 0.4s ease-out,
    padding 0.4s ease;
  padding: 0 20px;
  background-color: #fff;
  color: #666;
  line-height: 1.6;
  overflow: hidden;
}

.faq-content > div {
  min-height: 0;
  overflow: hidden;
}

.faq-item.active > .faq-content {
  grid-template-rows: 1fr;
  padding: 20px;
}

/* City accordion */
.faq-city-accordion.active > .faq-city-header {
  background-color: #4fa692;
}

.faq-city-accordion.active > .faq-city-header .faq-title {
  color: #fff;
}

.faq-city-accordion.active > .faq-city-header .faq-icon path {
  fill: #fff;
}

/* Zoekbalk */
.faq-search-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-top: 20px;
  margin-inline: auto;
}

.faq-search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #4fa692;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.faq-search-input {
  width: 100%;
  padding: 16px 20px 16px 52px;
  border: 2px solid #4fa692;
  border-radius: 8px;
  font-size: 20px;
  font-family: "Voltaire", sans-serif;
  color: #1a5579;
  outline: none;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
  box-sizing: border-box;
  background-color: #fff;
}

.faq-search-input:focus {
  border-color: #fcab7d;
  box-shadow: 0 0 15px 0 rgba(252, 171, 125, 0.35);
}

.faq-search-input::placeholder {
  color: #aaa;
  font-family: "Voltaire", sans-serif;
}

.faq-search-results {
  margin-top: 30px;
}

.faq-no-results {
  text-align: center;
  color: #666;
  font-style: italic;
  padding: 30px 20px;
}

@media (max-width: 768px) {
  .faq-search-input {
    font-size: 16px;
    padding: 13px 16px 13px 46px;
  }
	
	.mobile-menu-inner {
		align-items: center;
	}

  .faq-header {
    padding: 12px 15px;
  }

  .faq-item.active > .faq-content {
    padding: 15px;
  }
}

.gform_wrapper #field_8_65 .gfield_radio li {
	display: flex !important;
	width: 50%;
	margin: 0;
	margin-top: 15px !important;
}
