@charset "UTF-8";

/* =============================================
   COMPLEX ICT 2025 — Geoptimaliseerde CSS
   Opgeschoond: duplicate regels samengevoegd,
   ongebruikte secties verwijderd (#acv, #clt, #managedservices),
   3 spacing-systemen geconsolideerd tot 1.
   ============================================= */

/* =============================================
   1. BASIS
   ============================================= */
html {
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  overflow-x: hidden;
  background-color: white;
  font-size: 20px;
  line-height: 32px;
  color: black;
}

img {
  width: 100%;
  margin-bottom: 30px;
}

.borderround {
  border-radius: 15px;
  border: 1px solid #dadada;
}

#mod_rsfirewall_protected {
  position: fixed;
  right: 0;
  bottom: -32px;
  margin: 0;
  padding: 0;
}

.intro {
  font-size: 20px;
  line-height: 30px;
  color: black;
}

.small {
  font-size: 13px;
  line-height: 19px;
  margin-top: -10px;
}
.small a {
  color: #0181c4;
  text-decoration: underline;
}

a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: black;
}

/* =============================================
   2. TYPOGRAFIE
   ============================================= */
h1 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
  line-height: 42px;
  margin-top: 0;
  color: #004380;
  letter-spacing: -0.5px;
}

h2 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  margin-top: 0;
  color: #0181c4;
  letter-spacing: -0.3px;
}

h3 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  line-height: 36px;
  margin-top: 0;
  color: #0181c4;
}

h4 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 32px;
  color: #0181c4;
}
h4 a {
  color: black;
}

blockquote {
  border-left: 5px solid #738f63;
  background-color: #f0f5fa;
  border-radius: 0 12px 12px 0;
  padding: 20px 25px;
  font-style: italic;
}

/* h2 accent streepje */
#content h2::after,
section h2::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #738f63, #0181c4);
  border-radius: 2px;
  margin-top: 8px;
  margin-bottom: 16px;
}

/* =============================================
   3. BUTTONS
   ============================================= */
.btn {
  border-radius: 4px;
  font-size: 16px;
}

.btn-outline-primary {
  color: #0181c4;
  border-color: #0181c4;
}

.btn-primary {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  color: white;
  background-color: #004380;
  border-color: #004380;
  text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: white !important;
  background-color: #0181c4;
  border-color: #0181c4;
}
.btn-primary:hover a, .btn-primary:focus a, .btn-primary:active a, .btn-primary.active a, .open > .dropdown-toggle.btn-primary a {
  color: white !important;
}

.btn-secondary {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  color: white;
  background-color: #0181c4;
  border-color: #0181c4;
  text-transform: uppercase;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
  color: white !important;
  background-color: #004380;
  border-color: #004380;
}
.btn-secondary:hover a, .btn-secondary:focus a, .btn-secondary:active a, .btn-secondary.active a, .open > .dropdown-toggle.btn-secondary a {
  color: white !important;
}

.btn-default {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #0181c4;
  background-color: black;
  border-color: black;
  font-size: 14px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #0181c4 !important;
  background-color: #0181c4;
  border-color: #0181c4;
}

.btn-success {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  color: white;
  background-color: #0181c4;
  border-color: #0181c4;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: white !important;
  background-color: black;
  border-color: black;
}
.btn-success:hover a, .btn-success:focus a, .btn-success:active a, .btn-success.active a, .open > .dropdown-toggle.btn-success a {
  color: white !important;
}

.btn-info {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  color: white !important;
  background-color: #738f63;
  border-color: #738f63;
  width: 100%;
  text-transform: uppercase;
}
.btn-info a {
  color: white !important;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: white;
  background-color: #004380;
  border-color: #004380;
}
.btn-info:hover a, .btn-info:focus a, .btn-info:active a, .btn-info.active a, .open > .dropdown-toggle.btn-info a {
  color: white !important;
}

.btn-info2 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  color: black;
  background-color: #738f63;
  border-color: #738f63;
  width: 100%;
  text-transform: uppercase;
}
.btn-info2:hover, .btn-info2:focus, .btn-info2:active, .btn-info2.active, .open > .dropdown-toggle.btn-info {
  color: black;
  background-color: white;
  border-color: white;
}

/* Afgeronde buttons met schaduw */
.btn-primary,
.btn-secondary,
.btn-info {
  border-radius: 25px !important;
  padding-left: 28px !important;
  padding-right: 28px !important;
  box-shadow: 0 4px 12px rgba(0, 67, 128, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-primary:hover,
.btn-secondary:hover,
.btn-info:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 67, 128, 0.3) !important;
}

/* =============================================
   4. NAVBAR
   ============================================= */
.navbar-wrapper {
  background: white;
  box-shadow: 0 4px 8px -4px #666;
  margin-bottom: 0 !important;
}

/* Top Bar (blauw) */
.top-bar {
  background-color: #004380;
  padding: 5px 0;
  color: white;
}
.top-bar .topmenu p {
  margin: 0;
  padding: 0;
  display: inline;
}
.top-bar .topmenu .row {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.top-bar .topmenu .col-xl-10,
.top-bar .topmenu .col-xl-2,
.top-bar .topmenu .col-12 {
  padding: 3px 0;
}
.top-bar .topmenu .col-xl-10,
.top-bar .topmenu .col-12 {
  flex: 1;
}
.top-bar .topmenu .col-xl-2,
.top-bar .topmenu .tmar {
  flex: 0 0 auto;
  text-align: right;
}
.top-bar .topmenu a {
  color: white;
  text-decoration: none;
}
.top-bar .topmenu a:hover {
  text-decoration: underline;
}
.top-bar .topmenu i {
  margin-right: 5px;
}

/* Main Navbar */
.navbar {
  background: white;
  padding: 10px 0;
  border: none;
}
.navbar-brand {
  padding: 0;
  margin: 0;
}
.navbar-brand img {
  height: 55px;
  width: auto;
  margin: 0 !important;
}
.navbar-toggler {
  border: none;
  padding: 5px 10px;
}
.navbar-toggler:focus {
  box-shadow: none;
}

/* Menu items */
.navbar-nav {
  align-items: center;
}
.nav-item {
  padding: 0 8px;
  white-space: nowrap;
}
.nav-link {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #004380 !important;
  text-transform: uppercase;
  padding: 8px 10px !important;
  white-space: nowrap;
}
.nav-link:hover {
  color: #0181c4 !important;
}

/* Dropdown */
.dropdown-toggle::after {
  font-family: "Font Awesome 6 Pro" !important;
  font-weight: 600 !important;
  content: "\f107" !important;
  border: none !important;
  vertical-align: 0 !important;
}
.dropdown-menu {
  background-color: #f1f4f5;
  border: none;
  border-radius: 0;
  margin-top: 0;
  padding: 0;
}
.dropdown-item {
  color: #004380;
  padding: 10px 20px;
}
.dropdown-item:hover {
  background-color: #e8f4f8;
  color: #004380;
}

/* Desktop/mobile toggle */
.mobile-only { display: none; }
.desktop-only { display: block; }

/* =============================================
   5. DESKTOP (≥992px)
   ============================================= */
@media (min-width: 992px) {
  .desktop-only { display: block; }
  .mobile-only { display: none !important; }
  .top-bar {
    padding: 4px 0;
    font-size: 13px;
  }
  .top-bar .tmar { text-align: right; }
  .top-bar .topmenu i { font-size: 12px; margin-right: 5px; }
  .navbar-brand img { height: 60px; }
  .navbar { padding: 12px 0; }
  .navbar-collapse { justify-content: flex-end; }
  .nav-item { padding: 0 5px; }
  .nav-link { font-size: 18px; padding: 10px 12px !important; }
  .dropdown-menu { position: absolute !important; }
}

/* =============================================
   6. MOBIEL (<992px)
   ============================================= */
@media (max-width: 991.98px) {
  .desktop-only { display: none !important; }
  .mobile-only { display: block !important; }
  .navbar { padding: 10px 0; }
  .navbar-brand img { height: 45px; }
  .navbar-collapse {
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
  }
  .navbar-nav { width: 100%; padding: 0; }

  /* Mobile top bar (blauw blok in menu) */
  .mobile-top-bar {
    background-color: #004380 !important;
    padding: 20px 30px !important;
    border-radius: 0 !important;
    margin: 0 -15px 0 -15px !important;
    color: white;
    width: calc(100% + 30px);
  }
  .mobile-top-bar .topmenu { color: white; }
  .mobile-top-bar .topmenu .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mobile-top-bar .topmenu p {
    margin: 8px 0;
    padding: 0;
    text-align: left !important;
  }
  .mobile-top-bar .topmenu a, .mobile-top-bar .topmenu i { color: white; }
  .mobile-top-bar .topmenu .col-xl-10,
  .mobile-top-bar .topmenu .col-xl-2,
  .mobile-top-bar .topmenu .col-12 {
    padding: 8px 0 !important;
    text-align: left !important;
  }
  .row.topmenu { margin-left: 15px !important; }

  /* Mobile menu items */
  .nav-item {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .nav-item:last-child { border-bottom: none; }
  .nav-link {
    font-size: 16px;
    padding: 15px 30px !important;
    text-align: left;
    width: 100%;
    display: block;
  }

  /* Mobile dropdown */
  .dropdown-menu {
    position: static !important;
    padding: 0;
    background-color: #f8f9fa;
    border: none;
    margin: 0;
    width: 100%;
  }
  .dropdown-item {
    padding: 12px 45px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
  }
  .dropdown-item:last-child { border-bottom: none; }

  /* Buttons iets kleiner op mobiel */
  .btn-primary,
  .btn-secondary,
  .btn-info {
    border-radius: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* =============================================
   7. HEADER / JUMBOTRON
   ============================================= */
.jumbotron {
  padding: 0 !important;
  margin: 0 !important;
  background-color: #004380;
}

#headerslider {
  margin-top: 0 !important;
  margin-bottom: 0;
  position: relative;
}

.col-lg-12.slogan {
  font-size: 40px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.col-lg-12.slogan p {
  margin-bottom: 0;
}

/* =============================================
   8. SPACING SYSTEEM (geconsolideerd)
   ============================================= */

/* Reset alle secties */
section,
#content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Desktop spacing */
@media (min-width: 992px) {
  section#content       { padding-top: 80px !important; padding-bottom: 80px !important; }
  section#sectiepersoonlijk { padding-top: 80px !important; padding-bottom: 80px !important; }
  section#extra         { padding-top: 70px !important; padding-bottom: 70px !important; }
  section#klantcases    { padding-top: 70px !important; padding-bottom: 70px !important; }
  section#Contact       { padding-top: 70px !important; padding-bottom: 70px !important; }
  section#carousel      { padding-top: 50px !important; padding-bottom: 50px !important; }
  section#bottom        { padding-top: 60px !important; padding-bottom: 60px !important; }
}

/* Mobiel spacing */
@media (max-width: 991.98px) {
  section#content       { padding-top: 50px !important; padding-bottom: 50px !important; }
  section#sectiepersoonlijk { padding-top: 50px !important; padding-bottom: 50px !important; }
  section#extra         { padding-top: 50px !important; padding-bottom: 50px !important; }
  section#klantcases    { padding-top: 50px !important; padding-bottom: 50px !important; }
  section#Contact       { padding-top: 50px !important; padding-bottom: 50px !important; }
  section#carousel      { padding-top: 35px !important; padding-bottom: 35px !important; }
  section#bottom        { padding-top: 40px !important; padding-bottom: 40px !important; }
  section#Contact       { background: #004380; }
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

/* =============================================
   9. AANKONDIGING
   ============================================= */
.aankondiging {
  background-color: #0181c4;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  text-align: center;
}
.aankondiging h2 {
  color: black;
  font-weight: 400;
  text-transform: none !important;
  font-size: 18px;
}
.aankondiging p { font-size: 22px; }

/* =============================================
   10. CONTENT
   ============================================= */
#content {
  text-align: left;
  min-height: 350px;
}
#content img {
  margin-bottom: 30px;
  width: 100%;
}
#content span.field-label { display: none; }
#content ul.fields-container { list-style: none; padding: 0; }
#content .showtime-default .showtime-image img {
  border: 0 solid !important;
  width: 100% !important;
}
#content .fa-ul { font-size: 16px; line-height: 30px; }
#content .left.item-image img { width: 100% !important; height: auto !important; }
.page-header { margin-bottom: 45px; }

/* =============================================
   11. PERSOONLIJK (quotes)
   ============================================= */
#sectiepersoonlijk p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 24px;
  line-height: 40px;
  color: #004380 !important;
  text-align: left;
  border-left: 4px solid #738f63;
  padding-left: 20px;
}
#sectiepersoonlijk img { border-radius: 15px; }

/* =============================================
   12. DIENSTEN (homepage grid)
   ============================================= */
.complexcontainer {
  padding: 0 !important;
  background-color: #004380;
  margin-bottom: 0 !important;
}
.complexcontainer:has(.diensten-grid) {
  background-color: #ffffff !important;
  padding: 0 30px 60px 30px !important;
  margin-top: -60px !important;
}

/* 5-koloms grid */
.diensten-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width: 1600px;
  margin: 0 auto;
}
.dienst-item {
  text-align: center;
  background-color: #f0f5fa;
  padding: 30px 20px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #dadada;
  margin-top: 60px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.dienst-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 67, 128, 0.15);
}
.dienst-icon {
  width: 120px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  margin-top: -80px;
}
.dienst-icon img { width: 100%; height: auto; margin-bottom: 0; }
.dienst-titel {
  color: #004380;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 15px;
}
.dienst-item .dienst-titel::after { display: none !important; }
.dienst-tekst {
  color: #333;
  font-size: 15px;
  line-height: 22px;
  flex-grow: 1;
  margin-bottom: 20px;
}
.dienst-btn {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  background-color: #738f63;
  color: white !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  border-radius: 25px !important;
  letter-spacing: 0.5px;
  margin-top: auto;
  box-shadow: 0 4px 10px rgba(115, 143, 99, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.dienst-btn:hover {
  background-color: #0181c4;
  color: white !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(1, 129, 196, 0.3) !important;
}

@media (max-width: 1199px) {
  .diensten-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
  .diensten-grid { grid-template-columns: 1fr; }
  .complexcontainer:has(.diensten-grid) { padding: 20px 15px 40px 15px !important; }
}

/* =============================================
   13. EXTRA CONTENT / KLANTCASES / BLOG
   ============================================= */
section#extra {
  color: black;
  background-color: #f0f5fa;
}
section#klantcases {
  color: black;
  background-color: #f0f5fa;
}
.row.extracontent { margin-top: 45px; }

/* Blog/Nieuws */
.jnwp-news-wall-wrapper .jnwp-loadmore_wrap { display: none !important; }
.row.blog { margin-bottom: 90px; }

/* =============================================
   14. CONTACT SECTIE
   ============================================= */
section#Contact {
  background: linear-gradient(135deg, #004380 0%, #0181c4 100%);
  overflow: visible !important;
}
section#Contact h2,
section#Contact h3,
section#Contact p,
section#Contact label,
section#Contact a {
  color: white !important;
}
section#Contact .btn-info {
  background-color: #738f63;
  border-color: #738f63;
  color: white !important;
}
section#Contact .btn-info:hover {
  background-color: white;
  border-color: white;
  color: #004380 !important;
}
section#Contact .contact-row { align-items: flex-end; }

/* RSForm styling */
#userForm h2 { margin-bottom: 20px; }
#userForm .small { color: white; }
#userForm #Privacy\ Akkoord0-lbl { color: white; }
#rsform_1_page_0 ::placeholder { color: #8da6d6 !important; }

/* Contact foto */
.contact-foto-kolom {
  align-items: flex-end !important;
  justify-content: center !important;
  padding-bottom: 0 !important;
  overflow: visible !important;
}
.contact-foto {
  width: 130%;
  max-width: 600px;
  height: auto;
  margin-bottom: calc(-70px) !important;
  margin-left: -15%;
  display: block;
  vertical-align: bottom;
}

/* =============================================
   15. SECTIE ACHTERGRONDEN
   ============================================= */
section#sectiepersoonlijk { background-color: #ffffff; }
section#carousel { background-color: #f0f5fa; }

/* Wave effect */
.wave-bottom { position: relative; overflow: visible; }
.wave-bottom::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 40' preserveAspectRatio='none'%3E%3Cpath d='M0,20 C360,40 1080,0 1440,20 L1440,40 L0,40 Z' fill='%23f0f5fa'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  z-index: 2;
}

/* =============================================
   16. FOOTER
   ============================================= */
section#bottom {
  background-color: #004380;
  color: white;
  font-size: 16px;
}
section#bottom p { margin-bottom: 0; }
section#bottom a { color: white; }
div#mod-custom113 img { width: 80%; margin-bottom: 5px !important; }

.footer {
  background-color: black;
  height: auto;
  color: white;
}
.footer a { color: white; }
.copyright {
  text-align: center;
  font-size: 12px;
  color: white;
  padding-left: 15px;
}
.copyright a { color: white; }
.copyright p { margin-bottom: 0; }

/* =============================================
   17. DIENSTEN ARTIKEL PAGINA
   ============================================= */

/* Titelblok */
.artikel-titel-blok {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 3px solid #f0f5fa;
}
.artikel-titel-blok:has(.artikel-titel-icon) {
  display: flex;
  align-items: center;
  gap: 30px;
}
.artikel-titel-icon {
  flex: 0 0 180px;
  width: 180px;
  display: flex;
  align-items: center;
}
.artikel-titel-icon img { width: 100%; height: auto; margin-bottom: 0; }
.artikel-titel-tekst { flex: 1; }

@media (max-width: 767px) {
  .artikel-titel-blok:has(.artikel-titel-icon) { display: block; }
  .artikel-titel-icon { display: none; }
}

.artikel-label {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #738f63;
  margin-bottom: 12px;
}
.artikel-slogan {
  font-size: 36px !important;
  line-height: 46px !important;
  color: #004380 !important;
  margin-bottom: 0;
}

/* Intro */
.artikel-intro { margin-bottom: 50px; }
.artikel-intro p { font-size: 20px; line-height: 32px; color: #333; }

/* Secties */
.artikel-sectie { margin-bottom: 50px; }
.artikel-sectie h2 { color: #004380; margin-bottom: 20px; }
.artikel-sectie p { font-size: 18px; line-height: 30px; color: #333; margin-bottom: 0; }

/* Gekleurde sectie */
.artikel-sectie-gekleurd {
  background-color: #f0f5fa;
  border-radius: 16px;
  padding: 45px;
  margin-left: calc(-16.666% - 12px);
  margin-right: calc(-16.666% - 12px);
}
.artikel-sectie-gekleurd h2 { color: #004380; }

/* Highlight blok */
.artikel-highlight {
  background: linear-gradient(135deg, #004380 0%, #0181c4 100%);
  border-radius: 14px;
  padding: 35px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.artikel-highlight h3 { color: white !important; font-size: 22px; margin-bottom: 14px; }
.artikel-highlight p { color: rgba(255,255,255,0.9) !important; font-size: 17px; line-height: 28px; margin-bottom: 0; }

/* Checklijst */
.artikel-lijst { list-style: none; padding: 0; margin: 0; }
.artikel-lijst li {
  padding: 13px 0 13px 38px;
  position: relative;
  border-bottom: 1px solid #e8eef5;
  font-size: 18px;
  color: #333;
}
.artikel-lijst li:last-child { border-bottom: none; }
.artikel-lijst li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-color: #738f63;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}

/* Witte lijst in highlight blok */
.artikel-lijst-wit { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.artikel-lijst-wit li { padding: 8px 0 8px 30px !important; position: relative; border-bottom: 1px solid rgba(255,255,255,0.15) !important; font-size: 16px; color: rgba(255,255,255,0.9) !important; line-height: 24px; list-style: none !important; }
.artikel-lijst-wit li:last-child { border-bottom: none !important; }
.artikel-lijst-wit li::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; background-color: rgba(255,255,255,0.25); border-radius: 50%; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); background-size: 11px; background-repeat: no-repeat; background-position: center; }

/* Niveaus grid */
.artikel-niveaus { grid-template-columns: repeat(3, 1fr) !important; margin-top: 60px !important; }
.artikel-niveaus-2col { grid-template-columns: repeat(2, 1fr) !important; max-width: 800px; margin-left: auto !important; margin-right: auto !important; }

/* Artikel mobiel */
@media (max-width: 991px) {
  .artikel-slogan { font-size: 28px !important; line-height: 38px !important; }
  .artikel-sectie-gekleurd { padding: 30px 20px; }
  .artikel-sectie-gekleurd,
  .artikel-niveaus-wrapper { margin-left: 0; margin-right: 0; padding: 60px 15px 40px; }
  .artikel-niveaus { grid-template-columns: 1fr !important; }
  .artikel-highlight { margin-top: 25px; }
}

/* Sectie foto */
.artikel-sectie:has(.artikel-sectie-foto) { padding-bottom: 0; margin-bottom: 0; overflow: visible; }
.artikel-sectie:has(.artikel-sectie-foto) .col-lg-7 { padding-bottom: 140px; }

#content .artikel-sectie-foto {
  display: block;
  margin-bottom: 0 !important;
  margin-right: -10%;      /* mag over de rechter kolomrand, net als contact */
  width: auto !important;
  max-width: 120%;
  max-height: 700px;       /* dit is de knop om aan te draaien */
  object-fit: contain;
  object-position: bottom;
  vertical-align: bottom;
}


/* =============================================
   18. VERGELIJKINGSTABEL
   ============================================= */
.dienst-vergelijk-tabel { overflow-x: auto; margin-top: 25px; }
.dienst-vergelijk-tabel table { width: 100%; border-collapse: collapse; font-size: 16px; }
.dienst-vergelijk-tabel thead tr { background-color: #002a52; }
.dienst-vergelijk-tabel thead th {
  color: white;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: bottom;
  padding: 20px 20px 18px;
  text-align: center;
  border-bottom: 3px solid #738f63;
}
.dienst-vergelijk-tabel thead th:first-child { text-align: left; }
.dienst-vergelijk-tabel thead th.col-feature { text-align: left; width: 55%; padding-top: 76px; }
.dienst-vergelijk-tabel thead th.col-product { width: 180px; }
.dienst-vergelijk-tabel .tabel-logo { display: block; width: 52px !important; height: 52px !important; object-fit: contain; margin: 0 auto 6px auto !important; }
.dienst-vergelijk-tabel .tabel-productnaam { display: block; font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: white; line-height: 1.2; }
.dienst-vergelijk-tabel tbody tr { border-bottom: 1px solid #e8eef5; transition: background-color 0.15s ease; }
.dienst-vergelijk-tabel tbody tr:nth-child(odd) { background-color: #f9fbfd; }
.dienst-vergelijk-tabel tbody tr:hover { background-color: #eef4fa; }
.dienst-vergelijk-tabel tbody td { padding: 14px 20px; color: #333; text-align: center; }
.dienst-vergelijk-tabel tbody td:first-child { text-align: left; font-weight: 600; color: #004380; }
.dienst-vergelijk-tabel td.check { color: #738f63; font-size: 20px; font-weight: 700; }
.dienst-vergelijk-tabel td.no { color: #ccc; font-size: 18px; }
@media (max-width: 767px) {
  .dienst-vergelijk-tabel tbody td:first-child { font-size: 14px; }
}

/* =============================================
   19. OVER ONS KERNWAARDEN
   ============================================= */
.overons-kernwaarden { display: flex; flex-direction: column; gap: 0; }
.overons-item { display: flex; align-items: flex-start; gap: 30px; padding: 35px 0; border-bottom: 1px solid #e8eef5; }
.overons-item:last-child { border-bottom: none; }
.overons-icon { flex: 0 0 80px; width: 80px; padding-top: 4px; }
.overons-icon img { width: 100%; height: auto; margin-bottom: 0; }
.overons-tekst { flex: 1; }
.overons-tekst h3 { color: #004380; font-size: 22px; margin-bottom: 12px; }
.overons-tekst p { font-size: 18px; line-height: 30px; color: #333; margin-bottom: 0; }
@media (max-width: 767px) {
  .overons-item { flex-direction: column; gap: 15px; }
  .overons-icon { width: 60px; }
}

/* =============================================
   20. CONTACT PAGINA (artikel)
   ============================================= */
.contact-gegevens-balk { margin-top: 0; background-color: #f0f5fa; border-radius: 16px; padding: 40px; }
.contact-gegevens-balk h3 { color: #004380; font-size: 20px; margin-bottom: 8px; }
.contact-gegevens-balk p { color: #333; font-size: 17px; line-height: 28px; margin-bottom: 0; }
.contact-gegevens-balk a { display: flex; align-items: center; gap: 12px; color: #004380; font-size: 17px; font-weight: 600; padding: 6px 0; text-decoration: none; transition: color 0.2s ease; }
.contact-gegevens-balk a:hover { color: #0181c4; }
.contact-gegevens-balk a i { color: #738f63; font-size: 18px; width: 20px; text-align: center; }
.contact-gegevens-balk dl { display: grid; grid-template-columns: 50px 1fr; gap: 6px 16px; margin: 0; }
.contact-gegevens-balk dt { color: #738f63; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; padding-top: 2px; }
.contact-gegevens-balk dd { color: #333; font-size: 16px; margin: 0; white-space: nowrap; }
@media (max-width: 991px) { .contact-gegevens-balk .col-lg-4 + .col-lg-4 { margin-top: 25px; } }
#content .small, #content .small a, #content .small p, #content label, #content .rsform-block-checkbox label { color: #333 !important; }
#content .small a { color: #0181c4 !important; text-decoration: underline !important; }
#content .contact-foto-kolom { overflow: hidden; align-items: flex-end !important; }
#content .contact-foto { margin-bottom: 0 !important; max-height: 480px; object-fit: contain; object-position: bottom; }

/* =============================================
   21. KLANTVERHAAL QUOTE
   ============================================= */
.klantverhaal-quote { border: none; background-color: #f0f5fa; border-left: 5px solid #738f63; border-radius: 0 12px 12px 0; padding: 25px 30px; margin: 35px 0; }
.klantverhaal-quote p { font-size: 19px !important; line-height: 32px !important; color: #004380 !important; font-style: italic; margin-bottom: 12px !important; }
.klantverhaal-quote cite { font-size: 15px; font-weight: 700; color: #738f63; font-style: normal; }

/* =============================================
   22. KLANTCASES GRID (3-koloms)
   ============================================= */
.diensten-grid:has(.klantcase-thumb) { grid-template-columns: repeat(3, 1fr) !important; }
.klantcase-thumb {
  width: calc(100% + 40px) !important;
  margin: 0 -20px 15px -20px !important;
  height: 140px;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
}
.klantcase-thumb[src=""] { display: none; }
@media (max-width: 991px) {
  .diensten-grid:has(.klantcase-thumb) { grid-template-columns: 1fr !important; }
}

/* =============================================
   23. VIDEO EMBED (responsive 16:9)
   ============================================= */
.artikel-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 67, 128, 0.15);
}
.artikel-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media (max-width: 767px) {
  .artikel-video-wrapper { border-radius: 8px; }
}

/* =============================================
   24. KLANTCASES PAGINA - carousel bovenaan
   ============================================= */
.klantcases-carousel-top { padding-top: 50px; padding-bottom: 30px; background-color: #f0f5fa; }
@media (min-width: 992px) {
  .klantcases-carousel-top { padding-top: 60px; padding-bottom: 40px; }
}
.klantcases-subtekst { font-size: 20px; line-height: 32px; color: #333; margin-top: 30px; margin-bottom: 10px; }

.carousel-klanten-sectie {
  background-color: #f0f5fa;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: relative;
  z-index: 1;
}
.carousel-klanten-sectie::before {
  content: '';
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #004380;
  z-index: -1;
}
.carousel-klanten-sectie h2 { color: #0181c4; margin-bottom: 30px; }
@media (max-width: 991px) {
  .carousel-klanten-sectie { padding-top: 40px !important; padding-bottom: 40px !important; }
}



.carousel-klanten-sectie-2 {
  background-color: #f0f5fa;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: relative;
  z-index: 1;
}

.carousel-klanten-sectie-2 h2 { color: #0181c4; margin-bottom: 30px; }
@media (max-width: 991px) {
  .carousel-klanten-sectie-2 { padding-top: 40px !important; padding-bottom: 40px !important; }
}




/* =============================================
   25. JUX NEWS WALL PRO (Nieuwspagina)
   Vertaling EN→NL via JavaScript in index.php
   ============================================= */

/* Filter controls */
.jux-controls { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 30px; }
.jux-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.jux-filters-group { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-extra { display: flex; align-items: center; margin-left: 8px; }

/* Filter buttons */
.jux-filters .filter {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 25px;
  border: 2px solid #004380;
  background-color: white;
  color: #004380;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.jux-filters .filter:hover { background-color: #f0f5fa; }
.jux-filters .filter.active { background-color: #004380; color: white; border-color: #004380; }

/* Reset button (zelfde stijl als filters) */
.jux-filters-data .jux-reset,
button.jux-reset {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 25px;
  border: 2px solid #004380;
  background-color: white;
  color: #004380;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.jux-filters-data .jux-reset:hover,
button.jux-reset:hover { background-color: #f0f5fa; }

/* News cards */
.jnwp-news-wall-wrapper .jnwp-wall-item { padding: 10px; }
.jnwp-news-wall-wrapper .jnwp-content {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 67, 128, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  background-color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.jnwp-news-wall-wrapper .jnwp-content:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 67, 128, 0.15);
}

/* Card afbeelding (gelijke hoogte) */
.jnwp-news-wall-wrapper .jnwp-media { width: 100%; height: 220px; overflow: hidden; flex-shrink: 0; }
.jnwp-news-wall-wrapper .jnwp-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  margin-bottom: 0 !important;
  border-radius: 0;
  display: block;
}

/* Card titel */
.jnwp-news-wall-wrapper .jnwp-title a,
.jnwp-news-wall-wrapper .item-title-link {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #004380;
  text-decoration: none;
}
.jnwp-news-wall-wrapper .jnwp-title a:hover,
.jnwp-news-wall-wrapper .item-title-link:hover { color: #0181c4; }
.jnwp-news-wall-wrapper .post-title { padding: 20px 20px 10px 20px; }

/* Card beschrijving */
.jnwp-news-wall-wrapper .jnwp-description-wrap {
  padding: 0 20px 20px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* "Lees meer" button (override globale btn-info) */
.jnwp-news-wall-wrapper .btn.btn-info {
  background-color: #738f63;
  border-color: #738f63;
  color: white !important;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 24px !important;
  border-radius: 25px !important;
  width: 100%;
  display: block;
  text-align: center;
  transition: all 0.2s ease;
  box-shadow: none !important;
  margin-top: auto;
}
.jnwp-news-wall-wrapper .btn.btn-info a { color: white !important; text-decoration: none !important; }
.jnwp-news-wall-wrapper .btn.btn-info:hover {
  background-color: #0181c4;
  border-color: #0181c4;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(1, 129, 196, 0.3) !important;
}

/* "Meer laden" button */
.jnwp-loadmore_wrap { text-align: center; margin-top: 40px; }
.jnwp-loadmore { display: inline-block; }
.jnwp-loadmore > a {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 12px 36px;
  background-color: #004380;
  color: white !important;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
  text-decoration: none !important;
  min-width: 180px;
}
.jnwp-loadmore > a:hover {
  background-color: #0181c4;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 67, 128, 0.3);
}
.jnwp-loadmore .btn-loadmore { font-family: "proxima-nova", sans-serif; font-size: 14px; color: #999; font-style: italic; }

/* JUX mobiel */
@media (max-width: 767px) {
  .jux-controls { gap: 6px; }
  .jux-filters .filter { font-size: 12px; padding: 6px 14px; }
  .jux-filters-data .jux-reset, button.jux-reset { font-size: 12px; padding: 6px 14px; }
  .jnwp-loadmore > a { min-width: 150px; padding: 10px 28px; }
  .filter-extra { margin-left: 0; }
  .jnwp-news-wall-wrapper .jnwp-media { height: 180px; }
}
