/* De Wierde Site Builder v1.12 */
:root {
  --dw-blue: #0D3B66;
  --dw-green: #6BBE45;
  --dw-text: #333333;
  --dw-muted: #667085;
  --dw-light: #F7F9FB;
  --dw-soft: #EEF5FB;
  --dw-white: #ffffff;
}

body { color: var(--dw-text) !important; }

.custom-logo,
.custom-logo-link img,
.site-logo img,
.site-branding img,
.wp-block-site-logo img {
  width: 165px !important;
  max-width: 165px !important;
  height: auto !important;
}

.site-header, header {
  background: #fff !important;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08) !important;
}

.main-navigation a,
.menu a,
.nav-menu a,
header nav a {
  color: #333333 !important;
  font-weight: 500 !important;
}

.main-navigation a:hover,
.menu a:hover,
.nav-menu a:hover,
header nav a:hover,
.current-menu-item a {
  color: var(--dw-green) !important;
}

.dw-site,
.dw-site * { box-sizing: border-box; }

.dw-site {
  font-family: Arial, sans-serif;
  color: var(--dw-text);
  background: var(--dw-white);
  overflow-x: hidden;
}

/* Break out of Elementor/Theme boxed content so the coded pages fill the screen */
.dw-fullbleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.dw-container {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}

.dw-section { padding: 84px 24px; }

.dw-site h1,
.dw-site h2,
.dw-site h3,
.dw-site h4 {
  color: var(--dw-blue) !important;
  line-height: 1.16;
  font-weight: 800;
  margin-top: 0;
  letter-spacing: -0.02em;
}

.dw-site p {
  color: var(--dw-text) !important;
  line-height: 1.75;
  font-size: 17px;
}

.dw-site a { text-decoration: none !important; }

/* HERO */
.dw-hero {
  min-height: 690px;
  padding: 76px 24px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #dfe9f3, #ffffff);
}

.dw-hero-slides,
.dw-hero-fallback,
.dw-hero-overlay {
  position: absolute;
  inset: 0;
}

.dw-hero-fallback {
  background: linear-gradient(120deg, #d9e5ed, #f9fbfc);
}

.dw-hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transform: scale(1.03);
}

.dw-slides-1 .dw-hero-slide { opacity: 1; }
.dw-slides-2 .dw-hero-slide { animation: dwHeroFade2 16s infinite; }
.dw-slides-3 .dw-hero-slide { animation: dwHeroFade3 21s infinite; }
.dw-slides-4 .dw-hero-slide { animation: dwHeroFade4 28s infinite; }
.dw-hero-slide:nth-child(2) { animation-delay: 7s; }
.dw-hero-slide:nth-child(3) { animation-delay: 14s; }
.dw-hero-slide:nth-child(4) { animation-delay: 21s; }

@keyframes dwHeroFade2 {
  0%, 45%, 100% { opacity: 0; }
  6%, 39% { opacity: 1; }
}
@keyframes dwHeroFade3 {
  0%, 31%, 100% { opacity: 0; }
  5%, 28% { opacity: 1; }
}
@keyframes dwHeroFade4 {
  0%, 23%, 100% { opacity: 0; }
  4%, 21% { opacity: 1; }
}

.dw-hero-overlay {
  background: linear-gradient(90deg, rgba(0,0,0,.22), rgba(0,0,0,.08));
  z-index: 1;
}

.dw-hero-inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.dw-hero-card {
  max-width: 585px;
  background: rgba(255,255,255,0.92);
  padding: 46px;
  border-radius: 18px;
  box-shadow: 0 20px 55px rgba(0,0,0,0.16);
  backdrop-filter: blur(6px);
}

.dw-eyebrow,
.dw-label {
  display: inline-block;
  color: var(--dw-green) !important;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .01em;
  margin-bottom: 16px;
}

.dw-eyebrow::after,
.dw-label::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: var(--dw-green);
  margin-top: 12px;
}

.dw-hero h1 {
  font-size: 48px;
  margin-bottom: 20px;
}

.dw-hero p {
  margin-bottom: 30px;
  max-width: 510px;
}

.dw-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.dw-site .dw-btn,
.dw-site a.dw-btn,
.dw-site a.dw-btn:visited {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px !important;
  border-radius: 9px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}

.dw-site a.dw-btn:hover { transform: translateY(-1px); }

.dw-site .dw-btn-primary,
.dw-site a.dw-btn-primary,
.dw-site a.dw-btn-primary:visited {
  background: var(--dw-blue) !important;
  border: 1px solid var(--dw-blue) !important;
  color: #fff !important;
}

.dw-site .dw-btn-secondary,
.dw-site a.dw-btn-secondary,
.dw-site a.dw-btn-secondary:visited {
  background: #fff !important;
  border: 1px solid var(--dw-blue) !important;
  color: var(--dw-blue) !important;
}

.dw-site a.dw-btn-primary:hover,
.dw-site a.dw-btn-secondary:hover {
  background: var(--dw-green) !important;
  border-color: var(--dw-green) !important;
  color: #fff !important;
}

/* CARDS */
.dw-cards-section {
  background: #fff;
  margin-top: -42px;
  position: relative;
  z-index: 3;
  padding-top: 0;
}

.dw-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.dw-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 14px 38px rgba(13,59,102,0.12);
  overflow: hidden;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease;
}

.dw-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 52px rgba(13,59,102,0.18);
}

.dw-card img,
.dw-card .dw-image-placeholder {
  width: 100%;
  height: 230px;
  display: block;
  object-fit: cover;
}

.dw-gallery-grid img,
.dw-gallery-grid .dw-image-placeholder {
  width: 100%;
  height: 195px;
  display: block;
  object-fit: cover;
  border-radius: 14px;
  overflow: hidden;
}

.dw-image-placeholder {
  background: linear-gradient(120deg, #dfe9f3, #f7f9fb);
  position: relative;
}

.dw-image-placeholder::after {
  content: "Foto toevoegen";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #667085;
  font-size: 14px;
  font-weight: 700;
}

.dw-card-content { padding: 31px 28px 35px; }
.dw-card h2 { font-size: 27px; margin-bottom: 14px; }
.dw-card p { margin: 0 0 20px; font-size: 16px; }
.dw-card a { color: var(--dw-blue) !important; font-weight: 800; }
.dw-card a:hover { color: var(--dw-green) !important; }

/* ABOUT */
.dw-about-section { background: var(--dw-light); }

.dw-about-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  align-items: center;
}

.dw-about-grid h2,
.dw-section-heading h2,
.dw-page-hero h1 {
  font-size: 38px;
  margin-bottom: 20px;
}

.dw-about-copy p { max-width: 640px; }

.dw-check-box,
.dw-contact-card,
.dw-feature-grid > div {
  background: #fff;
  border-radius: 17px;
  padding: 36px;
  box-shadow: 0 12px 35px rgba(13,59,102,0.08);
}

.dw-check-box h3 { font-size: 24px; margin-bottom: 20px; }

.dw-check-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 28px !important;
}

.dw-check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  line-height: 1.55;
  color: var(--dw-text);
}

.dw-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--dw-green);
  font-weight: 900;
}

.dw-two-columns { columns: 2; column-gap: 42px; }

/* GALLERY */
.dw-gallery-section { background: #fff; text-align: center; }
.dw-section-heading { max-width: 760px; margin: 0 auto 34px; }
.dw-gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }

/* SUBPAGES */
.dw-page-hero { background: var(--dw-soft); padding: 90px 24px 70px; }
.dw-page-hero p { max-width: 740px; font-size: 18px; }
.dw-text { max-width: 920px; }
.dw-feature-grid,
.dw-contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 34px; }
.dw-feature-grid > div h3,
.dw-contact-card h2 { font-size: 22px; margin-bottom: 12px; }
.dw-faq { max-width: 920px; }
.dw-faq details { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 20px 24px; margin-bottom: 14px; box-shadow: 0 8px 24px rgba(0,0,0,0.05); }
.dw-faq summary { cursor: pointer; color: var(--dw-blue); font-size: 18px; font-weight: 800; }
.dw-faq p { margin-bottom: 0; }

@media (max-width: 900px) {
  .dw-section { padding: 56px 20px; }
  .dw-hero { min-height: 610px; padding: 40px 20px; }
  .dw-hero-card { padding: 30px; }
  .dw-hero h1,
  .dw-about-grid h2,
  .dw-section-heading h2,
  .dw-page-hero h1 { font-size: 32px; }
  .dw-card-grid,
  .dw-about-grid,
  .dw-gallery-grid,
  .dw-feature-grid,
  .dw-contact-grid { grid-template-columns: 1fr; }
  .dw-two-columns { columns: 1; }
  .dw-actions,
  .dw-site .dw-btn { width: 100%; text-align: center; }
  .custom-logo,
  .custom-logo-link img,
  .site-logo img,
  .site-branding img,
  .wp-block-site-logo img { width: 130px !important; max-width: 130px !important; }
}


/* ===============================
   v1.2 FIXES - spacing + image ratios
   =============================== */

/* Meer ruimte tussen hero en kaarten. Niet meer te strak eronder. */
.dw-site .dw-cards-section {
  margin-top: 0 !important;
  padding-top: 72px !important;
  padding-bottom: 84px !important;
}

/* Kaarten gelijk en rustiger */
.dw-site .dw-card-grid {
  align-items: stretch !important;
}

.dw-site .dw-card {
  height: 100% !important;
}

.dw-site .dw-card img,
.dw-site .dw-card .dw-image-placeholder {
  width: 100% !important;
  height: 245px !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

/* Sfeerfoto's exact gelijke verhouding, ook bij staande foto's */
.dw-site .dw-gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
}

.dw-site .dw-gallery-grid > img,
.dw-site .dw-gallery-grid > .dw-image-placeholder,
.dw-site .dw-gallery-grid img {
  width: 100% !important;
  height: 210px !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 14px !important;
  display: block !important;
  max-width: 100% !important;
}

.dw-site .dw-gallery-section {
  padding-top: 82px !important;
  padding-bottom: 92px !important;
}

/* Footer netter onder content, niet tegen foto’s geplakt */
.site-footer,
footer {
  margin-top: 0 !important;
}

@media (max-width: 900px) {
  .dw-site .dw-cards-section {
    padding-top: 48px !important;
    padding-bottom: 58px !important;
  }

  .dw-site .dw-gallery-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .dw-site .dw-gallery-grid > img,
  .dw-site .dw-gallery-grid > .dw-image-placeholder,
  .dw-site .dw-gallery-grid img {
    height: 190px !important;
  }
}

@media (max-width: 600px) {
  .dw-site .dw-gallery-grid {
    grid-template-columns: 1fr !important;
  }

  .dw-site .dw-gallery-grid > img,
  .dw-site .dw-gallery-grid > .dw-image-placeholder,
  .dw-site .dw-gallery-grid img {
    height: 230px !important;
  }
}

/* ===============================
   v1.3 - contact, footer + home spacing
   =============================== */

/* Kaarten op home: duidelijk los van hero, niet tegen de afbeelding aan */
.dw-site .dw-cards-section {
  margin-top: 0 !important;
  padding-top: 96px !important;
  padding-bottom: 92px !important;
  background: #ffffff !important;
}

/* Iets meer rust tussen home-secties */
.dw-site .dw-about-section {
  padding-top: 92px !important;
  padding-bottom: 96px !important;
}

.dw-site .dw-gallery-section {
  padding-top: 90px !important;
  padding-bottom: 96px !important;
}

/* Contactpagina extra professioneel */
.dw-contact-section {
  background: #ffffff !important;
}

.dw-contact-grid-improved {
  align-items: stretch !important;
}

.dw-contact-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(13,59,102,0.08);
}

.dw-contact-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, var(--dw-blue), var(--dw-green));
}

.dw-contact-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--dw-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 22px;
}

.dw-contact-card p {
  font-size: 16px;
  margin-bottom: 16px;
}

.dw-contact-card strong {
  color: var(--dw-blue);
}

.dw-contact-card a:not(.dw-btn) {
  color: var(--dw-blue) !important;
  font-weight: 700;
}

.dw-route-btn {
  margin-top: 8px;
}

.dw-contact-note {
  margin-top: 34px;
  background: var(--dw-soft);
  border-radius: 18px;
  padding: 34px 38px;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  box-shadow: 0 12px 35px rgba(13,59,102,0.06);
}

.dw-contact-note h2 {
  font-size: 26px;
  margin: 0 0 8px;
}

.dw-contact-note p {
  margin: 0;
  max-width: 720px;
  font-size: 16px;
}

/* Eigen footer vanuit plugin */
.dw-plugin-footer {
  background: var(--dw-blue);
  color: #ffffff;
  padding: 62px 24px 0;
}

.dw-plugin-footer .dw-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 0.9fr;
  gap: 34px;
  align-items: start;
}

.dw-plugin-footer h2,
.dw-plugin-footer h3 {
  color: #ffffff !important;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}

.dw-plugin-footer h2 {
  font-size: 26px;
}

.dw-plugin-footer h3 {
  font-size: 18px;
}

.dw-plugin-footer p,
.dw-plugin-footer a {
  color: rgba(255,255,255,0.86) !important;
  font-size: 15px;
  line-height: 1.65;
}

.dw-plugin-footer a:hover,
.dw-plugin-footer .dw-footer-route:hover {
  color: #ffffff !important;
}

.dw-footer-route {
  display: inline-block;
  margin-top: 8px;
  font-weight: 800;
}

.dw-footer-bottom {
  margin-top: 42px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.72);
  font-size: 14px;
}

/* Thema footer minder prominent als plugin footer gebruikt wordt */
.dw-site + .site-footer,
.dw-site ~ .site-footer {
  margin-top: 0 !important;
}

@media (max-width: 1000px) {
  .dw-plugin-footer .dw-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dw-contact-note {
    display: block;
  }

  .dw-contact-note .dw-btn {
    margin-top: 20px;
  }
}

@media (max-width: 700px) {
  .dw-site .dw-cards-section {
    padding-top: 58px !important;
    padding-bottom: 62px !important;
  }

  .dw-plugin-footer .dw-footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .dw-plugin-footer {
    padding-top: 44px;
  }

  .dw-contact-note {
    padding: 28px;
  }
}

/* ===============================
   v1.4 - contact map + professional footer
   =============================== */

/* Zorg dat de drie homekaarten echt los staan van de hero */
.dw-site .dw-cards-section {
  padding-top: 110px !important;
  padding-bottom: 96px !important;
  margin-top: 0 !important;
}

.dw-site .dw-card-grid {
  transform: none !important;
  margin-top: 0 !important;
}

/* Contact: snel-contact blok weg, nieuwe mapsectie erbij */
.dw-site .dw-contact-note {
  display: none !important;
}

.dw-site .dw-map-section {
  margin-top: 44px !important;
  background: #ffffff !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 50px rgba(13,59,102,0.10) !important;
  overflow: hidden !important;
  border: 1px solid rgba(13,59,102,0.08) !important;
}

.dw-site .dw-map-copy {
  padding: 38px 42px 22px !important;
  max-width: 780px !important;
}

.dw-site .dw-map-copy h2 {
  font-size: 32px !important;
  margin-bottom: 12px !important;
}

.dw-site .dw-map-copy p {
  margin-bottom: 0 !important;
  font-size: 16px !important;
}

.dw-site .dw-map-frame {
  width: 100% !important;
  height: 430px !important;
  background: #eef5fb !important;
}

.dw-site .dw-map-frame iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  display: block !important;
}

/* Footer hard overschrijven, ook als thema/Extra CSS footer licht maakt */
.dw-site .dw-plugin-footer,
.dw-site footer.dw-plugin-footer,
.dw-plugin-footer {
  background: linear-gradient(135deg, #082A4A 0%, #0D3B66 72%, #0b3156 100%) !important;
  color: #ffffff !important;
  padding: 68px 24px 0 !important;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.dw-site .dw-plugin-footer .dw-footer-grid,
.dw-plugin-footer .dw-footer-grid {
  display: grid !important;
  grid-template-columns: 1.3fr 0.85fr 1fr 1fr 0.9fr !important;
  gap: 34px !important;
  align-items: start !important;
}

.dw-site .dw-plugin-footer h2,
.dw-site .dw-plugin-footer h3,
.dw-plugin-footer h2,
.dw-plugin-footer h3 {
  color: #ffffff !important;
  margin: 0 0 14px !important;
}

.dw-site .dw-plugin-footer h2,
.dw-plugin-footer h2 {
  font-size: 28px !important;
}

.dw-site .dw-plugin-footer h3,
.dw-plugin-footer h3 {
  font-size: 18px !important;
}

.dw-site .dw-plugin-footer p,
.dw-site .dw-plugin-footer a,
.dw-site .dw-plugin-footer li,
.dw-plugin-footer p,
.dw-plugin-footer a,
.dw-plugin-footer li {
  color: rgba(255,255,255,0.86) !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

.dw-site .dw-plugin-footer a:hover,
.dw-plugin-footer a:hover {
  color: #ffffff !important;
}

.dw-site .dw-footer-links ul,
.dw-footer-links ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.dw-site .dw-footer-links li,
.dw-footer-links li {
  margin-bottom: 8px !important;
}

.dw-site .dw-footer-route,
.dw-site .dw-footer-small-link,
.dw-footer-route,
.dw-footer-small-link {
  display: inline-block !important;
  font-weight: 800 !important;
  margin-top: 8px !important;
  color: #ffffff !important;
}

.dw-site .dw-footer-bottom,
.dw-footer-bottom {
  margin-top: 48px !important;
  padding: 20px 0 !important;
  border-top: 1px solid rgba(255,255,255,0.18) !important;
  background: rgba(0,0,0,0.10) !important;
}

.dw-site .dw-footer-bottom-inner,
.dw-footer-bottom-inner {
  display: flex !important;
  justify-content: space-between !important;
  gap: 20px !important;
  color: rgba(255,255,255,0.72) !important;
  font-size: 14px !important;
}

/* Verberg thema-footer als hij direct na de coded site nog verschijnt */
.dw-site ~ .site-footer,
.dw-site ~ footer:not(.dw-plugin-footer),
.dw-site + .site-footer,
.dw-site + footer:not(.dw-plugin-footer) {
  display: none !important;
}

@media (max-width: 1100px) {
  .dw-site .dw-plugin-footer .dw-footer-grid,
  .dw-plugin-footer .dw-footer-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 700px) {
  .dw-site .dw-cards-section {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
  }

  .dw-site .dw-map-copy {
    padding: 30px 26px 18px !important;
  }

  .dw-site .dw-map-copy h2 {
    font-size: 27px !important;
  }

  .dw-site .dw-map-frame {
    height: 330px !important;
  }

  .dw-site .dw-plugin-footer .dw-footer-grid,
  .dw-plugin-footer .dw-footer-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .dw-site .dw-footer-bottom-inner,
  .dw-footer-bottom-inner {
    display: block !important;
  }
}

/* ===============================
   v1.5 - globale footer, logo + geen dubbele thema-footer
   =============================== */

/* Verberg de standaard WordPress/thema-footer, zodat er geen dubbele footer/copyright blijft staan. */
body > footer:not(.dw-plugin-footer),
body .site-footer:not(.dw-plugin-footer),
body footer#colophon,
body .elementor-location-footer:not(.dw-plugin-footer),
body .wp-block-template-part footer:not(.dw-plugin-footer),
body .wp-site-blocks > footer:not(.dw-plugin-footer) {
  display: none !important;
}

/* De plugin-footer staat nu globaal op iedere pagina. */
.dw-plugin-footer,
body .dw-plugin-footer {
  display: block !important;
  background: linear-gradient(135deg, #082A4A 0%, #0D3B66 68%, #0A3157 100%) !important;
  color: #ffffff !important;
  padding: 58px 24px 0 !important;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  font-family: Arial, sans-serif !important;
}

.dw-plugin-footer .dw-container {
  max-width: 1140px !important;
  margin: 0 auto !important;
  width: 100% !important;
}

.dw-plugin-footer .dw-footer-grid-v15,
.dw-plugin-footer .dw-footer-grid {
  display: grid !important;
  grid-template-columns: 1.35fr 0.85fr 1.05fr 0.9fr !important;
  gap: 34px !important;
  align-items: start !important;
}

.dw-footer-logo-link,
.dw-footer-logo-fallback {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffffff !important;
  border-radius: 14px !important;
  padding: 12px 16px !important;
  margin-bottom: 18px !important;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(0,0,0,0.16) !important;
}

.dw-footer-logo {
  width: 170px !important;
  max-width: 170px !important;
  height: auto !important;
  display: block !important;
}

.dw-footer-logo-fallback {
  color: #0D3B66 !important;
  font-weight: 800 !important;
  font-size: 18px !important;
}

.dw-plugin-footer h3 {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  margin: 0 0 16px !important;
  line-height: 1.2 !important;
}

.dw-plugin-footer p,
.dw-plugin-footer li,
.dw-plugin-footer a,
.dw-plugin-footer span {
  color: rgba(255,255,255,0.86) !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

.dw-plugin-footer p {
  margin: 0 0 14px !important;
}

.dw-plugin-footer strong {
  color: #ffffff !important;
}

.dw-plugin-footer a {
  text-decoration: none !important;
}

.dw-plugin-footer a:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
}

.dw-footer-links ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  columns: 1 !important;
}

.dw-footer-links li {
  margin: 0 0 9px !important;
  padding: 0 !important;
}

.dw-footer-route {
  display: inline-block !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  margin-top: 2px !important;
}

.dw-footer-bottom {
  margin-top: 40px !important;
  padding: 18px 0 !important;
  border-top: 1px solid rgba(255,255,255,0.18) !important;
  background: rgba(0,0,0,0.12) !important;
}

.dw-footer-bottom-inner {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 18px !important;
}

.dw-footer-bottom a {
  color: rgba(255,255,255,0.86) !important;
}

@media (max-width: 1050px) {
  .dw-plugin-footer .dw-footer-grid-v15,
  .dw-plugin-footer .dw-footer-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 700px) {
  .dw-plugin-footer {
    padding: 44px 22px 0 !important;
  }

  .dw-plugin-footer .dw-footer-grid-v15,
  .dw-plugin-footer .dw-footer-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .dw-footer-logo {
    width: 145px !important;
    max-width: 145px !important;
  }

  .dw-footer-bottom-inner {
    display: block !important;
  }

  .dw-footer-bottom-inner span {
    display: block !important;
    margin-bottom: 8px !important;
  }
}

/* ===============================
   v1.6 - Omgeving pagina premium cards
   =============================== */
.dw-omgeving-page .dw-page-hero {
  padding-top: 86px !important;
  padding-bottom: 78px !important;
  background: linear-gradient(135deg, #EEF5FB 0%, #F7F9FB 100%) !important;
}

.dw-omgeving-hero-grid {
  display: grid !important;
  grid-template-columns: 1.05fr .95fr !important;
  gap: 54px !important;
  align-items: center !important;
}

.dw-omgeving-hero-card {
  border-radius: 22px !important;
  overflow: hidden !important;
  box-shadow: 0 18px 48px rgba(13,59,102,0.14) !important;
  background: #ffffff !important;
}

.dw-omgeving-hero-card img,
.dw-omgeving-hero-card .dw-image-placeholder {
  width: 100% !important;
  height: 360px !important;
  object-fit: cover !important;
  display: block !important;
}

.dw-anchor-pills {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 24px !important;
}

.dw-anchor-pills a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 40px !important;
  padding: 10px 16px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--dw-blue) !important;
  font-weight: 800 !important;
  border: 1px solid rgba(13,59,102,.12) !important;
  box-shadow: 0 8px 22px rgba(13,59,102,.06) !important;
}

.dw-anchor-pills a:hover {
  background: var(--dw-green) !important;
  border-color: var(--dw-green) !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.dw-omgeving-intro {
  padding-top: 48px !important;
  padding-bottom: 30px !important;
  background: #ffffff !important;
}

.dw-info-strip {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 18px !important;
}

.dw-info-strip > div {
  background: #ffffff !important;
  border: 1px solid rgba(13,59,102,.09) !important;
  border-radius: 16px !important;
  padding: 22px 24px !important;
  box-shadow: 0 12px 30px rgba(13,59,102,.07) !important;
  line-height: 1.65 !important;
  color: var(--dw-text) !important;
}

.dw-info-strip strong {
  color: var(--dw-blue) !important;
  font-size: 17px !important;
}

.dw-outings-section {
  padding-top: 64px !important;
  padding-bottom: 42px !important;
  background: #ffffff !important;
}

.dw-outings-section:nth-of-type(even) {
  background: var(--dw-light) !important;
}

.dw-section-heading-left {
  text-align: left !important;
  max-width: 780px !important;
  margin: 0 0 34px !important;
}

.dw-section-heading-left h2 {
  font-size: 34px !important;
  margin-bottom: 12px !important;
}

.dw-section-heading-left p {
  margin-bottom: 0 !important;
  font-size: 17px !important;
}

.dw-outing-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
}

.dw-outing-card {
  background: #ffffff !important;
  border-radius: 18px !important;
  padding: 26px !important;
  border: 1px solid rgba(13,59,102,.08) !important;
  box-shadow: 0 12px 35px rgba(13,59,102,.08) !important;
  transition: transform .18s ease, box-shadow .18s ease !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 100% !important;
}

.dw-outing-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 20px 50px rgba(13,59,102,.14) !important;
}

.dw-outing-top {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 16px !important;
}

.dw-outing-icon {
  width: 44px !important;
  height: 44px !important;
  border-radius: 999px !important;
  background: var(--dw-soft) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 22px !important;
  flex: 0 0 auto !important;
}

.dw-outing-meta {
  color: var(--dw-green) !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
}

.dw-outing-card h3 {
  font-size: 22px !important;
  margin: 0 0 10px !important;
  color: var(--dw-blue) !important;
}

.dw-outing-card p {
  font-size: 15.5px !important;
  line-height: 1.65 !important;
  margin: 0 0 20px !important;
  flex: 1 1 auto !important;
}

.dw-outing-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: auto !important;
}

.dw-mini-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  padding: 9px 14px !important;
  border-radius: 8px !important;
  background: var(--dw-blue) !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  border: 1px solid var(--dw-blue) !important;
}

.dw-mini-btn-light {
  background: #ffffff !important;
  color: var(--dw-blue) !important;
}

.dw-mini-btn:hover,
.dw-mini-btn-light:hover {
  background: var(--dw-green) !important;
  border-color: var(--dw-green) !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.dw-routes-cta {
  background: var(--dw-soft) !important;
  padding-top: 70px !important;
  padding-bottom: 80px !important;
}

.dw-routes-box {
  background: #ffffff !important;
  border-radius: 22px !important;
  padding: 44px !important;
  box-shadow: 0 18px 50px rgba(13,59,102,.10) !important;
  display: grid !important;
  grid-template-columns: 1.1fr .9fr !important;
  gap: 30px !important;
  align-items: center !important;
}

.dw-routes-box h2 {
  font-size: 34px !important;
  margin-bottom: 12px !important;
}

.dw-routes-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  justify-content: flex-end !important;
}

@media (max-width: 980px) {
  .dw-omgeving-hero-grid,
  .dw-info-strip,
  .dw-outing-grid,
  .dw-routes-box {
    grid-template-columns: 1fr !important;
  }
  .dw-routes-actions { justify-content: flex-start !important; }
}

@media (max-width: 640px) {
  .dw-omgeving-hero-card img,
  .dw-omgeving-hero-card .dw-image-placeholder { height: 240px !important; }
  .dw-outing-card { padding: 22px !important; }
  .dw-routes-box { padding: 28px !important; }
}


/* ===============================
   v1.7 - Omgeving pagina content update
   =============================== */
.dw-omgeving-page .dw-anchor-pills a {
  white-space: nowrap !important;
}

.dw-omgeving-page .dw-info-strip > div:nth-child(3) {
  background: linear-gradient(135deg, #ffffff 0%, #f4f9f1 100%) !important;
}

.dw-omgeving-page #routes.dw-outings-section {
  background: var(--dw-soft) !important;
  padding-top: 76px !important;
  padding-bottom: 86px !important;
}

.dw-omgeving-page #routes .dw-outing-card {
  border-top: 4px solid var(--dw-green) !important;
}

.dw-omgeving-page .dw-outing-card h3 {
  min-height: 52px !important;
}

.dw-omgeving-page .dw-outing-card p {
  min-height: 92px !important;
}

@media (max-width: 980px) {
  .dw-omgeving-page .dw-outing-card h3,
  .dw-omgeving-page .dw-outing-card p {
    min-height: 0 !important;
  }
}

/* ===============================
   v1.9 - Recreatiewoningen pagina premium sfeerpagina
   =============================== */
.dw-recreatie-page .dw-page-hero {
  padding-top: 86px !important;
  padding-bottom: 78px !important;
  background: linear-gradient(135deg, #EEF5FB 0%, #F7F9FB 100%) !important;
}

.dw-recreatie-hero-grid,
.dw-recreatie-intro-grid {
  display: grid !important;
  grid-template-columns: 1.05fr .95fr !important;
  gap: 54px !important;
  align-items: center !important;
}

.dw-recreatie-hero-card {
  border-radius: 22px !important;
  overflow: hidden !important;
  box-shadow: 0 18px 48px rgba(13,59,102,0.14) !important;
  background: #ffffff !important;
  min-height: 360px !important;
}

.dw-recreatie-hero-card img,
.dw-recreatie-hero-card .dw-image-placeholder {
  width: 100% !important;
  height: 390px !important;
  object-fit: cover !important;
  display: block !important;
}

.dw-recreatie-intro {
  background: #ffffff !important;
  padding-top: 82px !important;
  padding-bottom: 76px !important;
}

.dw-note-card {
  background: linear-gradient(135deg, #ffffff 0%, #f4f9f1 100%) !important;
  border: 1px solid rgba(13,59,102,.09) !important;
  border-radius: 20px !important;
  padding: 34px 36px !important;
  box-shadow: 0 16px 42px rgba(13,59,102,.08) !important;
}

.dw-note-card h3 {
  font-size: 24px !important;
  margin-bottom: 12px !important;
}

.dw-note-card p {
  font-size: 16px !important;
  margin-bottom: 0 !important;
}

.dw-recreatie-features {
  background: var(--dw-light) !important;
  padding-top: 76px !important;
  padding-bottom: 86px !important;
}

.dw-amenity-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
}

.dw-amenity-grid article,
.dw-purpose-grid article,
.dw-next-card {
  background: #ffffff !important;
  border: 1px solid rgba(13,59,102,.08) !important;
  border-radius: 18px !important;
  padding: 26px !important;
  box-shadow: 0 12px 35px rgba(13,59,102,.08) !important;
}

.dw-amenity-grid article {
  min-height: 100% !important;
}

.dw-amenity-grid article span,
.dw-next-card span {
  width: 46px !important;
  height: 46px !important;
  border-radius: 999px !important;
  background: var(--dw-soft) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 22px !important;
  margin-bottom: 16px !important;
}

.dw-amenity-grid article h3,
.dw-purpose-grid article h3,
.dw-next-card h3 {
  font-size: 21px !important;
  margin: 0 0 10px !important;
  color: var(--dw-blue) !important;
}

.dw-amenity-grid article p,
.dw-purpose-grid article p,
.dw-next-card p {
  font-size: 15.5px !important;
  line-height: 1.65 !important;
  margin: 0 !important;
}

.dw-recreatie-gallery-section {
  background: #ffffff !important;
  padding-top: 84px !important;
  padding-bottom: 90px !important;
  text-align: center !important;
}

.dw-recreatie-gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
  align-items: stretch !important;
  margin-top: 34px !important;
}

.dw-recreatie-gallery-grid img,
.dw-recreatie-gallery-grid .dw-image-placeholder {
  width: 100% !important;
  height: 260px !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 16px !important;
  display: block !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px rgba(13,59,102,.10) !important;
}

.dw-small-note {
  max-width: 760px !important;
  margin: 24px auto 0 !important;
  font-size: 14.5px !important;
  color: var(--dw-muted) !important;
  line-height: 1.65 !important;
}

.dw-recreatie-audience {
  background: var(--dw-soft) !important;
  padding-top: 78px !important;
  padding-bottom: 88px !important;
}

.dw-purpose-grid,
.dw-next-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
}

.dw-purpose-grid article {
  border-top: 4px solid var(--dw-green) !important;
}

.dw-next-section {
  background: #ffffff !important;
  padding-top: 84px !important;
  padding-bottom: 94px !important;
}

.dw-next-card {
  display: block !important;
  color: var(--dw-text) !important;
  transition: transform .18s ease, box-shadow .18s ease !important;
}

.dw-next-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 20px 50px rgba(13,59,102,.14) !important;
  text-decoration: none !important;
}

.dw-next-card:hover h3 {
  color: var(--dw-green) !important;
}

@media (max-width: 1050px) {
  .dw-amenity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .dw-recreatie-hero-grid,
  .dw-recreatie-intro-grid,
  .dw-purpose-grid,
  .dw-next-grid,
  .dw-recreatie-gallery-grid {
    grid-template-columns: 1fr !important;
  }
  .dw-recreatie-hero-card img,
  .dw-recreatie-hero-card .dw-image-placeholder {
    height: 280px !important;
  }
  .dw-recreatie-gallery-grid img,
  .dw-recreatie-gallery-grid .dw-image-placeholder {
    height: 240px !important;
  }
}

@media (max-width: 640px) {
  .dw-amenity-grid {
    grid-template-columns: 1fr !important;
  }
  .dw-note-card,
  .dw-amenity-grid article,
  .dw-purpose-grid article,
  .dw-next-card {
    padding: 23px !important;
  }
}

/* ===============================
   v1.10 - Recreatiewoningen pagina strakker en zakelijker
   =============================== */
.dw-recreatie-page .dw-highlight-card {
  background: #ffffff !important;
  border: 1px solid rgba(13,59,102,.10) !important;
  border-radius: 20px !important;
  padding: 34px 36px !important;
  box-shadow: 0 16px 42px rgba(13,59,102,.08) !important;
  border-top: 4px solid var(--dw-green) !important;
}

.dw-recreatie-page .dw-highlight-card h3 {
  font-size: 24px !important;
  color: var(--dw-blue) !important;
  margin: 0 0 18px !important;
}

.dw-recreatie-page .dw-highlight-card ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.dw-recreatie-page .dw-highlight-card li {
  position: relative !important;
  padding-left: 24px !important;
  margin: 0 0 12px !important;
  color: var(--dw-text) !important;
  line-height: 1.6 !important;
}

.dw-recreatie-page .dw-highlight-card li::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: .72em !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: var(--dw-green) !important;
}

.dw-recreatie-page .dw-amenity-grid-clean article,
.dw-recreatie-page .dw-next-grid-clean .dw-next-card {
  border-top: 4px solid rgba(95,184,74,.85) !important;
  padding-top: 30px !important;
}

.dw-recreatie-page .dw-amenity-grid-clean article::before,
.dw-recreatie-page .dw-next-grid-clean .dw-next-card::before {
  content: none !important;
}

.dw-recreatie-page .dw-amenity-grid-clean article h3,
.dw-recreatie-page .dw-next-grid-clean .dw-next-card h3 {
  font-size: 22px !important;
}

.dw-recreatie-page .dw-next-grid-clean .dw-next-card {
  min-height: 190px !important;
}

.dw-recreatie-page .dw-next-grid-clean .dw-next-card h3::after {
  content: ' →';
  color: var(--dw-green) !important;
}

.dw-recreatie-page .dw-small-note,
.dw-recreatie-page .dw-note-card {
  display: none !important;
}


/* ===============================
   v1.12 - Fix recreatiewoningen galerijtekst + rustigere fotoblokken
   =============================== */
.dw-recreatie-page .dw-recreatie-gallery-section .dw-section-heading {
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.dw-recreatie-page .dw-recreatie-gallery-section .dw-section-heading h2 {
  font-size: clamp(32px, 3vw, 44px) !important;
  max-width: 850px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.dw-recreatie-page .dw-recreatie-gallery-section .dw-section-heading p {
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.dw-recreatie-page .dw-recreatie-gallery-grid {
  gap: 24px !important;
}

.dw-recreatie-page .dw-recreatie-gallery-grid img,
.dw-recreatie-page .dw-recreatie-gallery-grid .dw-image-placeholder {
  height: 245px !important;
  border-radius: 18px !important;
  box-shadow: 0 14px 36px rgba(13,59,102,.11) !important;
  background: #eef5fb !important;
}

@media (max-width: 900px) {
  .dw-recreatie-page .dw-recreatie-gallery-grid img,
  .dw-recreatie-page .dw-recreatie-gallery-grid .dw-image-placeholder {
    height: 245px !important;
  }
}

/* ===============================
   v1.13 - Recreatiewoningen meer inhoud: type woningen + faciliteiten
   =============================== */
.dw-recreatie-page .dw-recreatie-types {
  background: #ffffff !important;
  padding-top: 80px !important;
  padding-bottom: 84px !important;
}

.dw-recreatie-page .dw-type-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  margin-top: 34px !important;
}

.dw-recreatie-page .dw-type-grid article {
  background: linear-gradient(135deg, #ffffff 0%, #f7fbff 100%) !important;
  border: 1px solid rgba(13,59,102,.09) !important;
  border-radius: 22px !important;
  padding: 32px 32px 34px !important;
  box-shadow: 0 14px 38px rgba(13,59,102,.08) !important;
  min-height: 220px !important;
}

.dw-recreatie-page .dw-type-grid article span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 999px !important;
  background: var(--dw-blue) !important;
  color: #fff !important;
  font-weight: 800 !important;
  letter-spacing: .03em !important;
  margin-bottom: 20px !important;
}

.dw-recreatie-page .dw-type-grid article h3 {
  font-size: 23px !important;
  color: var(--dw-blue) !important;
  margin: 0 0 12px !important;
}

.dw-recreatie-page .dw-type-grid article p {
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: var(--dw-text) !important;
  margin: 0 !important;
}

.dw-recreatie-page .dw-recreatie-features {
  background: #f2f7fb !important;
}

.dw-recreatie-page .dw-amenity-grid-v13 article {
  border-top: 0 !important;
  border-left: 4px solid var(--dw-green) !important;
  box-shadow: 0 10px 30px rgba(13,59,102,.07) !important;
}

.dw-recreatie-page .dw-amenity-grid-v13 article h3 {
  font-size: 21px !important;
}

.dw-recreatie-page .dw-recreatie-gallery-section {
  padding-top: 90px !important;
}

@media (max-width: 900px) {
  .dw-recreatie-page .dw-type-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ===============================
   v1.15 - Recreatiewoningen: compacte informatiepagina
   =============================== */
.dw-recreatie-page-v15 .dw-recreatie-hero {
  padding-top: 86px !important;
  padding-bottom: 82px !important;
}

.dw-recreatie-page-v15 .dw-anchor-pills a:nth-child(n) {
  white-space: nowrap !important;
}

.dw-recreatie-page-v15 .dw-recreatie-features-v15 {
  padding-top: 88px !important;
  padding-bottom: 94px !important;
  background: #f2f7fb !important;
}

.dw-recreatie-page-v15 .dw-recreatie-features-v15 .dw-section-heading {
  max-width: 930px !important;
}

.dw-recreatie-page-v15 .dw-amenity-grid-v15 article {
  min-height: 190px !important;
  background: #ffffff !important;
}

.dw-recreatie-page-v15 .dw-amenity-grid-v15 article h3 {
  font-size: 21px !important;
  line-height: 1.25 !important;
}

.dw-recreatie-page-v15 .dw-recreatie-gallery-section {
  padding-top: 92px !important;
  padding-bottom: 96px !important;
}

.dw-recreatie-page-v15 .dw-recreatie-audience-v15 {
  padding-top: 84px !important;
  padding-bottom: 90px !important;
}

.dw-recreatie-page-v15 .dw-purpose-grid article {
  min-height: 175px !important;
}

.dw-recreatie-contact-cta {
  background: #ffffff !important;
  padding-top: 82px !important;
  padding-bottom: 92px !important;
}

.dw-contact-cta-card {
  display: grid !important;
  grid-template-columns: 1.2fr auto !important;
  gap: 34px !important;
  align-items: center !important;
  background: linear-gradient(135deg, #eef5fb 0%, #ffffff 100%) !important;
  border: 1px solid rgba(13,59,102,.10) !important;
  border-radius: 24px !important;
  padding: 42px 46px !important;
  box-shadow: 0 16px 46px rgba(13,59,102,.09) !important;
}

.dw-contact-cta-card h2 {
  margin: 0 0 12px !important;
  color: var(--dw-blue) !important;
  font-size: clamp(30px, 3vw, 42px) !important;
  line-height: 1.12 !important;
}

.dw-contact-cta-card p {
  margin: 0 !important;
  max-width: 760px !important;
  color: var(--dw-text) !important;
  line-height: 1.75 !important;
  font-size: 17px !important;
}

.dw-contact-cta-card .dw-actions {
  display: flex !important;
  gap: 14px !important;
  justify-content: flex-end !important;
  flex-wrap: wrap !important;
}

@media (max-width: 900px) {
  .dw-contact-cta-card {
    grid-template-columns: 1fr !important;
    padding: 32px 26px !important;
  }
  .dw-contact-cta-card .dw-actions {
    justify-content: flex-start !important;
  }
}
