  @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');

  /*
   COLOR: a5c422

   .slider .item {
     background-position: inherit;
     background-repeat: no-repeat;
     background-attachment: local;
     background-size: cover;
     height: 600px;
   }
  */

  section {
    background: #ffffff;
  }

  body {
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
  }


  #myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #a5c422; /* Set a background color */
    color: black; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 10px; /* Increase font size */
  }

  #myBtn:hover {
    background-color: #3366cc;
  }

  /*---------------------------------------
     TYPOGRAPHY
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    line-height: inherit;
  }

  h1,h2,h3,h4 {
    letter-spacing: -1px;
  }

  h5 {
    font-weight: 500;
  }

  h1 {
    color: #252525;
    font-size: 5em;
  }

  h2 {
    color: #272727;
    font-size: 3em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 0;
  }

  h4 {
    color: #454545;
    font-size: 1.8em;
    padding-bottom: 2px;
  }

  h6 {
    letter-spacing: 0;
    font-weight: normal;
  }

  p {
    color: #757575;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
  }


  /*---------------------------------------
     GENERAL
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #a5c422;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 20px;
  }

  .section-title h2 {
    margin-top: 0;
  }

  .section-btn {
    background: #a5c422;
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    font-size: inherit;
    font-weight: 500;
    padding: 14px 20px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .section-btn:hover {
    transform: translateY(-5px);
  }

  .text-align-right {
    text-align: right;
  }

  .text-align-center {
    text-align: center;
  }

  .border-top {
    border-top: 1px solid #f2f2f2;
    margin-top: 4em;
    padding-top: 2.5em;
  }

  .btn-gray {
    background: #393939;
  }

  .btn-blue {
    background: #4267b2;
  }

  .news-thumb {
    background: #ffffff;
    border-radius: 10px;
  }
  .news-thumb img {
    border-radius: 10px 10px 0 0;
  }

  .news-info {
    padding: 30px;
    text-align: left;
  }
  .news-info span {
    display: block;
    letter-spacing: 0.5px;
  }
  .news-info h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .author {
    border-top: 1px solid #f0f0f0;
    padding-top: 1.5em;
    margin-top: 2em;
  }
  .author img,
  .author .author-info {
    display: inline-block;
    vertical-align: top;
  }
  .author-info h5 {
    margin-bottom: 0;
  }
  .author img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }


  #about, #team, #news, #informatie, #formulieren, #praktijk, #econsult, #receptenlijn,
  #news-detail,#griepprik {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  #team, #news, #service, #informatie , #formulieren, #praktijk, #econsult, #receptenlijn,#griepprik{
    text-align: center;
  }

  #google-map {
    line-height: 0;
    margin: 0;
    padding: 0;
  }


  /*---------------------------------------
       PRE LOADER
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU
  -----------------------------------------*/

  header {
    background: #ffffff;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    height: 45px;
  }

  header .col-md-8 {
    padding-right: 0;
  }

  header p,
  header span {
    font-size: 16px;
    line-height: 24px;
    padding-top: 12px;
  }

  header a,
  header span {
    color: #747474;
  }

  header span {
    font-weight: 500;
    display: inline-block;
    padding: 11px 15px;
  }

  header span.date-icon {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding-right: 19px;
    padding-left: 19px;
  }

  header span i {
    color: #a5c422;
    margin-right: 5px;
  }



  /*---------------------------------------
      MENU
  -----------------------------------------*/

  .navbar-default {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,.075);
    border: none;
    margin-bottom: 0;
    padding: 10px;
  }

  .navbar-default .navbar-brand {
    color: #393939;
    font-weight: 500;
  }

  .navbar-default .navbar-brand .fa {
    color: #a5c422;
  }

  .navbar-default .navbar-nav li.appointment-btn {
    margin: 3px 0 0 20px;
  }

  .navbar-default .navbar-nav li.appointment-btn a {
    background: #a5c422;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar-default .navbar-nav li.hesl-btn {
    margin: 3px 0 0 20px;
  }

  .navbar-default .navbar-nav li.hesl-btn a {
    background: #a5c422;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 12px;
    animation: glowing 1300ms infinite;
  }

  /*
  !https://www.w3docs.com/snippets/css/how-to-create-flashing-glowing-button-using-animation-in-css3.html
  */

  @keyframes glowing {
    0% {
      background-color: #a5c422;
      box-shadow: 0 0 5px #3366cc;
    }
    50% {
      background-color: #a5c422;
      box-shadow: 0 0 20px #3366cc;
    }
    100% {
      background-color: #a5c422;
      box-shadow: 0 0 5px #3366cc;
    }
   }

  .navbar-default .navbar-nav li.hesl-btn a:hover {
    background: #3366cc;
    color: #ffffff !important;
  }

  .navbar-default .navbar-nav li.other-btn a {
    background: #3366cc;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar-default .navbar-nav li.other-btn {
    margin: 3px 0 0 20px;
  }

  .navbar-default .navbar-nav li.other-btn a {
    background: #3366cc;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar-default .navbar-nav li.other-btn a:hover {
    background: #a5c422;
    color: #ffffff !important;
  }

  .navbar-default .navbar-nav li.appointment-btn a:hover {
    background: #3366cc;
    color: #ffffff !important;
  }

  .navbar-default .navbar-nav li a {
    color: #555555;
    font-size: 12px;
    font-weight: 500;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }

  .navbar-default .navbar-nav > li a:hover {
    color: #393939 !important;
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #555555;
    background-color: transparent;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #393939;
    background-color: transparent;
  }

  .navbar-default .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #393939;
    border-color: transparent;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }



  /*---------------------------------------
      HOME
  -----------------------------------------*/

  #home h1 {
    color: #ffffff;
    padding-bottom: 10px;
    margin-top: 0;
  }

  #home h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
  }

  .slider .container {
    width: 100%;
  }

  .slider .owl-dots {
      position: absolute;
      top: 475px;
      width: 100%;
      justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
  }

  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
  }

  .slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 550px;
  }

  .slider .item-first {
    background-image: url(../images/slider3.jpeg);
  }

  .slider .item-second {
    background-image: url(../images/slider2.jpeg);
  }

  .slider .item-third {
    background-image: url(../images/groep.jpeg);
  }


  /*---------------------------------------
      ABOUT
  -----------------------------------------*/

  #about {
    background: url('../images/about-bg.jpg') no-repeat top center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .profile img,
  .profile figcaption {
    display: inline-block;
    vertical-align: top;
    margin-top: 1em;
  }
  .profile img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
    margin-right: 1em;
  }
  .profile figcaption h3 {
    margin-top: 0;
  }

  #about h6 {
    color: #858585;
    margin: 0;
  }



  /*---------------------------------------
      TEAM MEMBERS
  -----------------------------------------*/

  .team-thumb {
    background-color: #f9f9f9;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }

  .team-info {
    padding: 20px 30px 0 30px;
  }

  .team-contact-info {
    border-top: 1px solid #e9e9e9;
    padding-top: 1.2em;
    margin-top: 1.5em;
  }

  .team-contact-info .fa {
    margin-right: 5px;
    display: inline-block;
  }

  .team-contact-info p {
    margin-bottom: 2px;
  }

  .team-contact-info a {
    color: #757575;
  }

  .team-thumb .social-icon li {
    font-weight: 500;
  }

  .team-thumb .social-icon li a {
    background: #ffffff;
    border-radius: 100%;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 2px 0 2px;
  }

  .team-thumb .social-icon {
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s 0.2s;
    text-align: center;
    position: relative;
    top: 0;
  }

  .team-thumb:hover .social-icon {
    opacity: 1;
    transition-delay: 0.3s;
    transform: translateY(0px);
    top: -22em;
  }



  /*---------------------------------------
     SERVICE
  -----------------------------------------*/

  #service {
    background: #a5c422;
  }

  #service h2,
  #service h4 {
    color: #ffffff;
  }

  #service p {
    color: #d9d9d9;
  }

  #service .service-thumb {
    padding: 0 22px;
  }

  #service .fa {
    font-size: 50px;
    margin-bottom: 10px;
    background: #ffffff;
    color: #a5c422;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 100%;
  }


  /*---------------------------------------
      NEWS
  -----------------------------------------*/

  #news, #news-detail, #informatie, #formulieren, #praktijk, #econsult, #receptenlijn, #griepprik{
    background: #f9f9f9;
  }

  #news-detail blockquote {
    margin: 30px 0;
  }

  .news-detail-thumb .news-image img {
    border-radius: 10px;
  }

  .news-detail-thumb h3 {
    margin-bottom: 8px;
  }

  .news-image {
    margin-bottom: 30px;
    position: relative;
  }

  .news-image img {
    width: 100%;
  }

  .news-detail-thumb ul {
    margin: 32px 12px 22px 0px;
  }

  .news-detail-thumb ul li {
    list-style: circle;
    font-weight: normal;
    padding: 6px 12px 6px 0px;
  }

  .news-sidebar {
    margin-top: 16px;
  }

  .news-social-share {
    text-align: center;
    padding-top: 22px;
  }

  .news-social-share .btn {
    border-radius: 100px;
    border: none;
    font-size: 10px;
    font-weight: 600;
    margin: 2px 6px;
    padding: 8px 14px;
  }

  .news-social-share .btn-primary {
    background: #3b5998;
  }

  .news-social-share .btn-success {
    background: #1da1f2;
  }

  .news-social-share .btn-danger {
    background: #dd4b39;
  }

  .news-social-share a .fa {
    padding-right: 4px;
  }

  .recent-post {
    padding-top: 2px;
    padding-bottom: 18px;
  }

  .recent-post .media img {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    margin-right: 5px;
  }

  .recent-post .media-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: inherit;
    margin-top: 5px;
  }

  .news-categories {
    margin-top: 8px;
  }

  .news-categories li a {
    color: #2b2b2b;
  }

  .news-ads {
    background: #ffffff;
    border-right: 4px solid #2b2b2b;
    padding: 42px;
    text-align: center;
    margin: 26px 0 26px 0;
  }

  .news-ads.sidebar-ads {
    border-left: 4px solid #2b2b2b;
    border-right: 0px;
  }

  .news-ads h4 {
    font-size: 18px;
  }

  .news-tags h4 {
    padding-bottom: 6px;
  }

  .news-categories li,
  .news-tags li {
    list-style: none;
    display: inline-block;
    margin: 4px;
  }

  .news-tags li a {
    background: #393939;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    float: left;
    min-width: 30px;
    padding: 6px 12px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .news-tags li a:hover {
    background: #4267b2;
  }



  /*---------------------------------------
      APPOINTMENT
  -----------------------------------------*/

  #appointment {
    padding-top: 100px;
  }

  #appointment label {
    color: #393939;
    font-weight: 500;
  }

  #appointment .form-control {
    background: #f9f9f9;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
  }

  #appointment input,
  #appointment select {
    height: 45px;
  }

  #appointment button#cf-submit {
    background: #a5c422;
    color: #ffffff;
    font-weight: 600;
    height: 55px;
  }

  #appointment button#cf-submit:hover {
    background: #393939;
    color: #ffffff;
  }


  /*---------------------------------------
     FOOTER
  -----------------------------------------*/

  footer {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  footer h4 {
    padding-bottom: 5px;
  }

  footer a {
    color: #757575;
  }

  footer a:hover {
    color: #4267b2;
  }

  .contact-info {
    padding-top: 10px;
  }

  .contact-info .fa {
    background: #393939;
    border-radius: 100%;
    color: #ffffff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 2px;
  }

  .latest-stories {
    margin-bottom: 20px;
  }

  .stories-image,
  .stories-info {
    display: inline-block;
    vertical-align: top;
  }

  .stories-image img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
  }

  .stories-info {
    margin-left: 15px;
  }

  .stories-info h5 {
    margin-bottom: 2px;
  }

  .stories-info span {
    color: #858585;
    font-size: 12px;
  }

  .opening-hours p {
    line-height: 18px;
  }

  .opening-hours span {
    font-weight: 500;
    display: inline-block;
    padding-left: 10px;
  }

  .copyright-text p,
  .footer-link a {
    color: #858585;
    font-size: 12px;
    font-weight: 500;
  }

  .footer-link a {
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
    margin-top: 4px;
  }

  .angle-up-btn {
    position: relative;
    bottom: 4em;
    display: block;
  }

  .angle-up-btn a {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    font-size: 20px;
    color: #393939;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .angle-up-btn a:hover {
    background: #4267b2;
    color: #ffffff;
    transform: translateY(-5px);
  }


  /*---------------------------------------
     SOCIAL ICON
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #464646;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

  .social-icon li a:hover {
    background: #4267b2;
    color: #ffffff;
  }


  /*---------------------------------------
     RESPONSIVE STYLES
  -----------------------------------------*/

  @media only screen and (max-width: 1200px) {
    h1 {
      font-size: 4em;
    }
    h2 {
      font-size: 2.5em;
    }
    h3 {
      font-size: 1.5em;
    }

    header {
      height: inherit;
    }
    header span.date-icon {
      border: 0;
      padding-right: 0;
      padding-left: 0;
    }
    header span.email-icon {
      padding-top: 0;
    }

    .navbar-default .navbar-nav li a {
      padding-right: 15px;
      padding-left: 15px;
    }
  }

  @media only screen and (max-width: 992px) {
    .slider .item {
      background-position: center;
    }

    header {
      padding-bottom: 10px;
    }
    header .text-align-right {
      text-align: left;
    }
    header span {
      padding-top: 0;
      padding-left: 0;
      padding-bottom: 0;
    }
  }

  @media only screen and (max-width: 767px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border-color: transparent;
    }
    .navbar-default .navbar-nav li.appointment-btn {
      margin-left: 15px;
    }
    .navbar-default .navbar-nav li a {
      display: inline-block;
      padding-top: 8px;
      padding-bottom: 8px;
    }

    .news-sidebar {
      margin-top: 2em;
    }

    #appointment-form {
      padding-top: 4em;
      padding-bottom: 4em;
    }

    footer {
      padding-top: 60px;
      padding-bottom: 0;
    }
    .footer-thumb {
      padding-bottom: 10px;
    }

    .border-top {
      text-align: center;
    }

    .copyright-text {
      margin-top: 10px;
    }

    .angle-up-btn {
      bottom: 10em;
    }
  }

  @media only screen and (max-width: 639px) {
    h1 {
      font-size: 3em;
      line-height: 1.2em;
    }
    h2 {
      font-size: 2.1em;
    }
    h4 {
      font-size: 1.4em;
    }

    #home h3 {
      font-size: 11px;
      letter-spacing: 1px;
    }

  }

  /* ==============================
   STAP 1 – Basis modernisering
   ============================== */

body {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #2e2e2e;
  background-color: #f9fafb;
}

/* Rustigere koppen */
h1, h2, h3, h4 {
  font-weight: 600;
  color: #1f2937;
}

/* Zachter groen (minder schreeuwerig) */
a {
  color: #2f855a;
}
a:hover {
  color: #276749;
  text-decoration: underline;
}

/* Minder harde scheidingslijnen */
hr {
  border-top: 1px solid #e5e7eb;
  margin: 30px 0;
}

/* ==============================
   STAP 2 – Content als cards
   ============================== */

/* Nieuws / berichten */
.news-thumb {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 30px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

/* Team / artsen */
.team-thumb {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

/* Afbeeldingen netjes afronden */
.news-thumb img,
.team-thumb img {
  border-radius: 10px;
}

/* ==============================
   STAP 2.1 – Nieuws titels fix
   ============================== */

.news-thumb h3 {
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1.3;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.news-thumb h3 a {
  display: block;
  color: #1f2937;
  text-decoration: none;
}

.news-thumb h3 a:hover {
  text-decoration: underline;
}

/* ==============================
   STAP 2.2 – Nieuwslink kleur en nette afbreking
   ============================== */

.news-thumb h3 a {
  display: block;
  color: green; /* terug naar de originele groene kleur */
  text-decoration: none;
  word-break: normal; /* breekt alleen als nodig, niet middenin woorden */
  overflow-wrap: anywhere; /* helpt lange woorden netjes af te breken indien echt nodig */
}

.news-thumb h3 a:hover {
  text-decoration: underline;
}

/* Nieuws titels netjes afbreken op spaties */
.news-thumb h3 a {
    display: block;
    color: green;
    text-decoration: none;
    font-size: 16px;           /* vaste grootte, kan je aanpassen */
    line-height: 1.2;
    word-wrap: break-word;      /* breekt alleen als hele woorden niet passen */
    overflow-wrap: break-word;  /* extra zekerheid voor lange woorden */
    word-break: normal;         /* voorkomt splitsen van woorden middenin */
}

/* ==============================
   Nieuws datum kleiner en subtieler
   ============================== */
.news-thumb .news-info span {
    display: block;
    font-size: 12px;       /* kleinere tekst */
    color: #666666;        /* grijze kleur voor subtiele uitstraling */
    margin-bottom: 5px;    /* beetje ruimte onder de datum */
    font-weight: normal;    /* niet te zwaar */
}

/* ==============================
   Nieuws beschrijving compacter
   ============================== */
.news-thumb .news-info p {
    font-size: 15px;       /* iets kleiner dan standaard */
    line-height: 1.4;      /* strakkere regelhoogte */
    color: #333333;        /* donkere maar niet zwarte kleur */
    margin-top: 5px;       /* kleine ruimte boven */
    margin-bottom: 10px;   /* ruimte onder voor consistentie */
}

/* ==============================
   Nieuwsblokken gelijk maken
   ============================== */
.news-thumb {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* houdt titel en beschrijving mooi verdeeld */
    min-height: 350px;              /* stel hier een passende hoogte in */
    padding: 15px;
    background-color: #f9f9f9;      /* subtiele achtergrond voor contrast */
    border-radius: 8px;             /* zachte hoeken */
    box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* lichte schaduw voor diepte */
    transition: transform 0.3s, box-shadow 0.3s; /* animatie bij hover */
}

.news-thumb:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

/* ==============================
   Nieuws sectie visueel frisser
   ============================== */
#news {
    padding: 60px 0;           /* meer ruimte boven en onder */
}

#news .section-title h2 {
    color: green;            /* fris groen voor de titel */
    font-weight: 700;
    margin-bottom: 40px;
}

.news-thumb {
    background-color: #ffffff; /* witte blokken voor contrast */
    border-radius: 8px;
    padding: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.news-thumb h3 a {
    color: #2a7f4f;            /* groene titels links */
    text-decoration: none;
}

.news-thumb h3 a:hover {
    text-decoration: underline;
    color: #1e5937;            /* iets donkerder groen bij hover */
}

.news-thumb .news-info span {
    color: #555;               /* kleinere, subtiele datum */
    font-size: 12px;
}

.news-thumb:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

/* ==============================
   Nieuwsblok hover effect
   ============================== */
.news-thumb {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-thumb:hover {
    transform: translateY(-5px); /* lichte lift bij hover */
    box-shadow: 0 10px 20px rgba(0,0,0,0.15); /* subtiele schaduw */
}

/* ==============================
   Nieuwsblok links hover
   ============================== */
.news-thumb h3 a {
    color: #228B22; /* standaard groen */
    transition: color 0.3s ease;
}

.news-thumb h3 a:hover {
    color: #006400; /* donkerder groen bij hover */
    text-decoration: underline; /* optioneel voor extra effect */
}

/* Hover voor de “lees meer” links, indien aanwezig */
.news-thumb p a {
    color: #228B22;
    transition: color 0.3s ease;
}

.news-thumb p a:hover {
    color: #006400;
    text-decoration: underline;
}

/* ==============================
   Header en navigatie
   ============================== */

/* Header contact info */
header .phone-icon, 
header .email-icon {
    font-size: 14px;
    font-weight: 500;
    color: #228B22; /* groen zoals in nieuwsblokken */
}

/* Navigatiebalk achtergrond en padding */
.navbar-default {
    background-color: #ffffff; /* fris wit */
    border: none;
    padding: 15px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Navigatie links */
.navbar-default .navbar-nav > li > a {
    color: #228B22;
    font-weight: 600;
    transition: color 0.3s ease, transform 0.2s ease;
}

/* Hover effect navigatie links */
.navbar-default .navbar-nav > li > a:hover {
    color: #006400;
    transform: translateY(-2px);
}

/* Active / huidige pagina */
.navbar-default .navbar-nav > li.active > a {
    color: #006400;
    font-weight: 700;
}

/* Hamburger menu voor mobiel */
.navbar-toggle {
    border: none;
    background-color: #228B22;
}

.navbar-toggle .icon-bar {
    background-color: #ffffff;
}

/* ==============================
   Home / Slider
   ============================== */

/* Slider achtergrond overlay voor betere tekstzichtbaarheid */
.slider .item {
    position: relative;
    min-height: 500px;
    background-size: cover;
    background-position: center;
}

.slider .item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35); /* subtiele donkere overlay */
}

/* Slider teksten */
.slider .caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    z-index: 2;
}

.slider .caption h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}

/* Call-to-action knoppen */
.slider .section-btn {
    background-color: #228B22; /* groen huisstijl */
    color: #ffffff;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.slider .section-btn:hover {
    background-color: #006400;
    transform: translateY(-2px);
    text-decoration: none;
}

/* ==============================
   Secties (Nieuws, Praktijk, Formulieren)
   ============================== */

section {
    padding: 70px 0;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: green; /* groen huisstijl */
    margin-bottom: 40px;
    position: relative;
}

.section-title h2::after {
    content: '';
    width: 60px;
    height: 3px;
    background-color: green;
    display: block;
    margin-top: 10px;
}

/* Nieuws / Formulieren cards */
.news-thumb {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 20px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-thumb:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.news-thumb img {
    border-radius: 6px;
    margin-bottom: 15px;
}

.news-thumb h3 a {
    color: #228B22;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    word-break: break-word; /* voorkomt dat lange woorden uit de box lopen */
}

.news-thumb h3 a:hover {
    text-decoration: underline;
}

.news-thumb span {
    font-size: 14px;
    color: #999999;
    display: block;
    margin-bottom: 8px;
}

.news-thumb p {
    font-size: 15px;
    line-height: 1.6;
    color: #555555;
}

/* Achtergrond voor de secties */
#praktijk, #informatie, #formulieren {
    background-color: #fbf9fd; /* subtiel groenachtig/wit */
    border-radius: 8px;
}

/* ==============================
   Team sectie (zoals Nieuws)
   ============================== */

.team-thumb {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    padding: 15px;
    margin-bottom: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-thumb:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.team-thumb img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
}

.team-info h4 {
    font-size: 16px;
    font-weight: 600;
    color: #228B22; /* groene accenten zoals bij Nieuws */
    margin-bottom: 5px;
    word-break: break-word; /* voorkomt overloop van lange namen */
}

.team-info {
    font-size: 13px;
    color: #555555;
    line-height: 1.4;
    word-wrap: break-word;
}

.praktijk-img-wrapper {
  background: none !important;   /* verwijdert achtergrond */
  box-shadow: none !important;   /* verwijdert schaduw */
  border: none !important;       /* verwijdert eventuele border */
  text-align: center;
  margin-bottom: 20px;
}

.praktijk-img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.openingstijden-wrapper {
  text-align: left;
  margin: 20px auto;
  padding: 20px;
  max-width: 800px; /* nog breder */
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.openingstijden-wrapper h3 {
  text-align: center;
  margin-bottom: 20px;
  color: #2a7a59;
}

.openingstijden-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  table-layout: auto; /* automatisch kolombreedte */
}

.openingstijden-table td:first-child {
  width: 30%; /* dag-kolom smaller */
  font-weight: bold;
}

.openingstijden-table td:last-child {
  width: 70%; /* tijd-kolom breder */
  white-space: normal; /* zorgt dat lange tijden afbreken op spatie */
  word-break: break-word;
  line-height: 1.4;
}

.openingstijden-table tr:nth-child(even) {
  background-color: #eaf4f1;
}

.openingstijden-table td {
  padding: 10px 12px;
  vertical-align: top;
}

.site-footer {
  background-color: #f4f9f7;
  color: #333;
  padding: 40px 0;
  font-family: Arial, sans-serif;
}

.site-footer a {
  color: #2a7a59;
  text-decoration: none;
  transition: color 0.3s;
}

.site-footer a:hover {
  color: #1f5a42;
}

.footer-section {
  margin-bottom: 30px;
}

.footer-section h4 {
  margin-bottom: 15px;
  color: #2a7a59;
}

.footer-logo {
  width: 200px; /* vergroot van 80px naar 120px */
  margin-bottom: 25px;
}

.footer-logo-small {
    background: none !important;   /* verwijdert achtergrond */
    box-shadow: none !important;   /* verwijdert schaduw */
    border: none !important;       /* verwijdert eventuele border */
    width: auto;                   /* pas eventueel breedte aan */
    height: 80px;                  /* of een gewenste hoogte */
}

.footer-logo-small-2 {
    background: none !important;   /* verwijdert achtergrond */
    box-shadow: none !important;   /* verwijdert schaduw */
    border: none !important;       /* verwijdert eventuele border */
    width: auto;                   /* pas eventueel breedte aan */
    height: 70px;                  /* of een gewenste hoogte */
}

.transport ul {
  padding-left: 20px;
  margin-bottom: 10px;
}

.footer-bottom {
  margin-top: 30px;
  border-top: 1px solid #cce3dc;
  padding-top: 15px;
  font-size: 14px;
}

.scroll-top {
  display: inline-block;
  margin-bottom: 10px;
  color: #2a7a59;
  font-size: 20px;
  transition: transform 0.3s;
}

.scroll-top:hover {
  transform: translateY(-5px);
}

/* HEADER */
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
}

.header-container .logo img {
    max-width: 150px;
    height: auto;
}

.header-container .contact-info {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.header-container .contact-info span {
    display: block;
}

.header-container .contact-info i {
    margin-right: 5px;
    color: green;
}

@media(min-width: 768px) {
    .header-container {
        flex-direction: row;
        justify-content: space-between;
    }

    .header-container .contact-info {
        flex-direction: row;
        gap: 20px;
    }
}

/* BODY padding om header te compenseren */
body {
    padding-top: 100px; /* header hoogte */
}

/* DESKTOP MENU */
@media (min-width: 769px) {
    .navbar-nav.navbar-center {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .navbar-collapse {
        display: flex;
        justify-content: center;
    }
}

/* MOBIEL MENU */
@media (max-width: 768px) {
    .navbar-nav.navbar-center {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0;
    }

    .navbar-nav.navbar-center li {
        margin: 5px 0;
    }

    /* Bootstrap collapse */
    .navbar-collapse.collapse {
        display: none;
    }

    .navbar-collapse.collapse.show {
        display: block;
    }

    .navbar-toggler {
        float: right;
        margin-right: 15px;
        border: none;
        background: none;
        font-size: 20px;
    }
}

/* Desktop: menu-items centreren */
@media (min-width: 769px) {
    .navbar-collapse {
        display: flex;            /* flex container */
        justify-content: center;  /* horizontaal centreren */
    }

    .navbar-nav.navbar-center {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px; /* optioneel: ruimte tussen menu-items */
    }
}

/* Mobiel: menu-items centreren */
@media (max-width: 768px) {
    .navbar-collapse.collapse.show {
        display: flex;            /* flex container wanneer geopend */
        flex-direction: column;
        align-items: center;      /* horizontaal centreren van items */
        gap: 10px;                /* ruimte tussen items */
    }

    .navbar-nav.navbar-center {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .navbar-nav.navbar-center li {
        margin: 5px 0;
    }
}

/* ==============================
   MODERNE FINETUNES
   ============================== */

/* Navbar links hover & smooth transition */
.navbar-default .navbar-nav > li > a {
    transition: all 0.3s ease, transform 0.2s ease;
}

.navbar-default .navbar-nav > li > a:hover {
    transform: translateY(-2px);
    color: #1f5a42; /* donkerder groen */
    background-color: rgba(76, 175, 80, 0.08);
    border-radius: 4px;
}

/* Subtiele hover / lift effect voor cards/images */
.news-thumb, .team-thumb, .praktijk-img-wrapper {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-thumb:hover, .team-thumb:hover, .praktijk-img-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

/* Sticky header / navbar smooth scroll effect */
.site-header {
    transition: all 0.3s ease;
}

.site-header.scrolled {
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    background-color: #ffffffcc;
    padding: 6px 0;
}

/* Subtiele hover voor buttons / CTA */
.section-btn, .news-thumb p a {
    transition: all 0.3s ease;
}

.section-btn:hover, .news-thumb p a:hover {
    transform: translateY(-2px);
    background-color: #1f5a42;
    color: #fff;
    text-decoration: none;
}

/* Afgeronde beelden & zachte schaduw */
img {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

/* Menu centreren (desktop) */
.navbar-nav.navbar-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

/* Mobiel: menu netjes centreren */
@media (max-width: 768px) {
    .navbar-nav.navbar-center {
        display: block;
        width: 100%;
        text-align: center;
    }

    .navbar-nav.navbar-center li {
        margin: 5px 0;
    }

    .navbar-collapse.collapse {
        display: none; /* standaard ingeklapt */
    }

    .navbar-collapse.collapse.show {
        display: block; /* geopend door Bootstrap JS */
    }

    .navbar-toggle {
        float: right;
        margin-right: 15px;
    }
}

/* Informatie sectie styling */
#informatie {
    background-color: #f9f9f9; /* lichte achtergrond voor contrast */
    padding: 60px 0;
}

#informatie .section-title h2 {
    font-size: 32px;
    font-weight: 600;
    color: green; /* fris groen accent */
    margin-bottom: 40px;
    text-align: center;
}

.news-thumb {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}

.news-thumb:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

.news-info blockquote {
    font-size: 18px;
    font-weight: 500;
    color: #4CAF50;
    margin-bottom: 15px;
    border-left: 5px solid #4CAF50;
    padding-left: 15px;
}

.news-info ul {
    list-style: none;
    padding-left: 0;
}

.news-info ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

.news-info ul li a {
    color: #1f5a42;
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-info ul li a:hover {
    color: #4CAF50;
    text-decoration: underline;
}

/* Responsive: netjes stapelen op mobiel */
@media (max-width: 768px) {
    #informatie .news-thumb {
        padding: 20px;
    }

    #informatie .section-title h2 {
        font-size: 28px;
    }
}

.news-info ul li a {
    color: #1f5a42; /* basis kleur */
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px; /* ruimte tussen icoon en tekst */
    transition: all 0.3s ease;
}

.news-info ul li a::before {
    content: "🔗"; /* klein link-icoontje voor visuele hint */
    font-size: 16px;
}

.news-info ul li a:hover {
    color: #4CAF50; /* groen accent bij hover */
    text-decoration: underline;
    transform: translateX(3px); /* subtiele beweging bij hover */
}

#welcome-message {
    font-size: 16px;
    color: #4CAF50; /* subtiel groen */
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
    opacity: 1;
    transition: opacity 0.8s ease;
}

.site-footer {
    background-color: #f9f9f9;
    color: #777; /* standaard footer tekstkleur */
    padding: 40px 0;
    font-size: 14px;
    line-height: 1.6;
}

.site-footer a {
    color: #4CAF50;
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}

.site-footer .footer-section ul {
    list-style: disc;
    padding-left: 20px;
    color: #777; 
}

.site-footer .footer-section ul li {
    margin-bottom: 5px;
}

.info-list {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}

.info-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
    font-size: inherit; 
    color: #333;
    line-height: inherit;
    font-family: inherit; 
}

.info-list li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 2px;
    color: #4CAF50;
    font-size: 14px;
}

/* Header bovenaan */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Menu direct onder header */
.sticky-navbar {
    position: fixed;
    top: 80px; /* pas aan naar de hoogte van je header */
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
}

/* Body padding zodat content niet achter header/menu verdwijnt */
body {
    padding-top: 130px; /* header + menu */
}

/* Desktop: forceer navbar altijd open */
@media (min-width: 768px) {
    .navbar-collapse {
        display: flex !important;
        height: auto !important;
        visibility: visible !important;
    }

    .navbar-toggle {
        display: none; /* verberg hamburger menu op desktop */
    }
}

/* Pas aan op mobiele schermen */
@media (max-width: 768px) {
    section {
        padding-top: 80px; /* hoogte van header + menu op mobiel */
    }
}

/* Voor desktop schermen */
@media (min-width: 769px) {
    section {
        padding-top: 100px; /* hoogte van header + menu op desktop */
    }
}

/* FOOTER */
.site-footer {
  background: #f8f8f8;
  border-top: 1px solid #ddd;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.site-footer h4 {
  color: green;
  margin-bottom: 20px;
  font-weight: 500;
}

/* PHONE / EMAIL LINES */
.footer-line {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 6px 0;
  font-size: 16px;
}

.footer-line i.material-icons {
  color: green;
  font-size: 18px;
}

.footer-line a {
  color: green;
  font-weight: bold;
  text-decoration: none;
}

.footer-line a:hover {
  text-decoration: underline;
}

.footer-extra {
  color: #333;
  font-size: 14px;
}

/* NOTES */
.footer-note {
  font-size: 14px;
  color: #555;
  margin: 12px 0;
}

.site-footer hr {
  margin: 25px auto;
  max-width: 400px;
  border: none;
  border-top: 1px solid #ccc;
}

.footer-logo {
  background: none !important;   /* verwijdert achtergrond */
  box-shadow: none !important;   /* verwijdert schaduw */
  border: none !important;       /* verwijdert eventuele border */
  margin-top: 15px;
  max-width: 140px;
  width: 100%;
}


/* MOBIEL */
@media (max-width: 768px) {
  .footer-line {
    font-size: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-extra {
    font-size: 13px;
  }
}

/* HEADER */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #f8f8f8;
}

/* NAVBAR */
.navbar {
  position: fixed;
  top: 60px; /* exacte hoogte van je header */
  width: 100%;
  z-index: 1001;
}

/* Specifieke override voor terug-link */
.navbar.navbar-default .navbar-nav > li.appointment-btn > a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
    color: green !important; /* tekstkleur forceren */
    font-weight: 400;
    font-family: Arial, sans-serif;
    text-decoration: none !important;
    position: relative;
    cursor: pointer;
}

/* Hover: streepje onder en kleur behouden */
.navbar.navbar-default .navbar-nav > li.appointment-btn > a:hover {
    color: green !important; 
}

.navbar.navbar-default .navbar-nav > li.appointment-btn > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background: green;
    transition: width 0.3s ease;
}

.navbar.navbar-default .navbar-nav > li.appointment-btn > a:hover::after {
    width: 100%;
}

.navbar.navbar-default .navbar-nav > li.appointment-btn > a {
    font-size: 18px; /* Vergroot hier het lettertype naar wens */
}

.site-header .header-container {
    display: flex;
    align-items: center;
    justify-content: center; /* contactinfo centraal */
    position: relative;
    gap: 20px;
}

/* Logo links */
.site-header .logo {
    position: absolute;
    left: 0;
    height: 40px; /* pas grootte naar wens aan */
    width: auto;
    background: none;
    box-shadow: none;
}

/* Contactinfo gecentreerd */
.site-header .contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Material icons styling */
.site-header i.material-icons {
    color: green;
    font-size: 18px;
    vertical-align: middle;
}

/* Links styling */
.site-header a {
    color: green;
    font-weight: bold;
    text-decoration: none;
}

section[id]::before {
    content: "";
    display: block;
    height: 80px; /* hoogte van je navbar */
    margin-top: -80px; /* negatieve marge van dezelfde hoogte */
    visibility: hidden;
}

.section-title {
    text-align: center; /* centreert de inline-block h2 en dus ook het streepje */
}

.section-title h2 {
    display: inline-block; /* tekstbreedte bepaalt streepje */
    position: relative;
}

.section-title h2::after {
    content: '';
    display: block;
    width: 100%; /* streepje even breed als tekst */
    height: 2px;
    margin-top: 5px;
    background: linear-gradient(to right, rgb(43, 175, 43), rgba(0, 128, 0, 0));
}

.section-alt {
    background: linear-gradient(
        to bottom,
        #f6faf6,
        #ffffff
    );
}

.navbar {
    background: #f8f8f8;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #ddd;
}

.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #f8f8f8;
    border-bottom: 1px solid #ddd;
    transition: all 0.3s ease;
    z-index: 1000;
    padding: 20px 0; /* normale hoogte */
}

.site-header.scrolled {
    padding: 10px 0; /* kleinere hoogte bij scroll */
    box-shadow: 0 2px 8px rgba(205, 36, 36, 0.1);
}

.nieuws-subtiel {
    background: #f9f9f9;       /* zacht grijs */
    border-left: 3px solid green;
    border-radius: 4px;
    padding: 3px 10px;          /* minder padding */
    margin: 0 0 10px 0;         /* helemaal tegen de bovenkant */
    font-size: 0.85em;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.news-thumb {
    position: relative;
    overflow: hidden; /* zorgt dat overlappende elementen netjes blijven */
    border-radius: 10px;
}

.news-thumb {
    position: relative;
    overflow: visible;
    border-radius: 10px;
}

/* Foto */
.praktijk-img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

/* Openingstijden gedeeltelijk over de foto */
.openingstijden-wrapper {
    position: relative;
    margin-top: -100px; /* negatieve marge = overlap */
    background: rgba(255, 255, 255, 0.85);
    padding: 15px;
    border-radius: 5px;
    max-width: 90%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.nav-item:hover {
  color: #2f5fb3;
}

.nav-item:hover::after {
  background: #2f5fb3;
}

.dropdown-content li a:hover {
  color: #2f5fb3;
}

.site-header i.material-icons {
  color: #2f5fb3;
}

.news-thumb:hover {
  border-left: 4px solid #2f5fb3;
}

.news-thumb {
  border-left: 4px solid transparent;
}

.site-footer .fa-phone,
.site-footer .fa-envelope-o {
  color: #2f5fb3;
}

.site-header .phone-icon {
  font-size: 16px;
  font-weight: 500;
}

.site-header i.material-icons {
  font-size: 18px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .site-header .contact-info {
    font-size: 14px;
  }
}

header .phone-icon .material-icons,
header .email-icon .material-icons {
  color: #2f5fb3 !important;
}

@media (max-width: 768px) {

  .openingstijden-table,
  .openingstijden-table tbody,
  .openingstijden-table tr,
  .openingstijden-table td {
    display: block;
    width: 100%;
  }

  .openingstijden-table tr {
    margin-bottom: 12px;
    padding: 10px 12px;
    border-left: 4px solid #2f5fb3;
    background: #f8f9fb;
    border-radius: 6px;
  }

  .openingstijden-table td:first-child {
    font-weight: 600;
    margin-bottom: 4px;
  }

  .openingstijden-table td:last-child {
    font-size: 14px;
    line-height: 1.4;
    color: #444;
  }
}

@media (max-width: 768px) {
  .openingstijden-table tr {
    border-left: 4px solid #2f5fb3; /* subtiel blauw accent */
    background: #f8f9fb; /* lichte achtergrond voor contrast */
  }

  .openingstijden-table td:first-child {
    font-weight: 600;
  }

  .openingstijden-table td:last-child {
    color: #2f5fb3; /* blauwe tekst, past bij je iconen/links */
  }
}

.news-info h3 a::after {
  content: " →";
  color: #2f5fb3;
  font-weight: normal;
}
.news-info h3 a::after {
  content: " →";
  color: #2f5fb3;
}

.welkom-tekst {
    text-align: center;
    margin-bottom: 28px;
}

.welkom-tekst p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.welkom-scheiding {
    font-size: 16px;
    color: #c7c7c7;
    margin: 6px 0 10px;
    line-height: 1;
}

.receptenlijn-row {
    display: flex;
    flex-wrap: wrap;
}

.rechter-blok {
    border-left: 1px solid #ccc; /* subtiel grijs streepje */
    padding-left: 20px;
}

/* Mobiel: streepje verdwijnt en kolommen stapelen */
@media (max-width: 767px) {
    .rechter-blok {
        border-left: none;
        padding-left: 0;
        margin-top: 20px; /* kleine ruimte tussen blokken */
    }
}

/* Alleen voor deze specifieke link: verwijder pseudo-element */
.info-list a.no-icon::before {
    content: none !important;
}

/* Zorg dat de link inline met de tekst blijft */
.info-list a.no-icon {
    display: inline;
    color: green;
    text-decoration: underline; /* optioneel */
}

.site-footer .footer-line i.material-icons {
    color: #1e73be; /* blauw */
}

.accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}

.accordion-icon::before {
  content: "▸";
  font-size: 16px;
  color: #2e7d32;
  transition: transform 0.25s ease;
}

/* open = pijltje omlaag */
.accordion-toggle[aria-expanded="true"] .accordion-icon::before {
  transform: rotate(90deg);
}

/* volledige klikbare header */
.panel-title a {
  display: block;
  padding: 12px 15px;
}

.panel-heading {
  padding: 0;
}

.panel-title a::after {
  content: "▸";
  float: right;
  font-size: 16px;
  color: #2e7d32;
  transition: transform 0.2s ease;
}

/* open state */
.panel-title a:not(.collapsed)::after {
  transform: rotate(90deg);
}

#praktijk .info-list {
    margin-top: 10px;
    padding-left: 18px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

#praktijk .info-list li {
    font-family: inherit;
    font-size: 14px;
    line-height: inherit;
}

.praktijk-logo-small {
    height: 30px;          /* gewenste hoogte */
    width: auto;
    display: inline-block;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;  /* verwijdert ronde hoeken */
}