html,
body {
  height: 100%;
}

body {
  overflow-x: hidden;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:focus {
    outline: 0;
}

.row{
  max-width: 1400px;
}
hr {
    max-width: 1400px !important;
}

#menu input {
    display: none;
    margin: 0 0;
    padding: 0 0;
    width: 80px;
    height: 35px;
    opacity: 0;
    cursor: pointer;
}
#menu a.home {
    background: #c00;
}

#menu label {
  font: bold 30px Arial;
  display: none;
  width: 35px;
  height: 36px;
  line-height: 36px;
  text-align: center
}

#menu label span {
  font-size: 12px;
  position: absolute;
  left: 35px
}

#menu ul.dropdown {
    height: auto;
    width: 180px;
    background: #fff;
    position: absolute;
    z-index: 99;
    display: none;
    border: 0;
    margin-left: 0px;
    padding-top: 20px;
}

#menu ul.dropdown li {
  display: block;
  text-transform: none;
  margin-bottom: 10px;
  width: 100%;
}

#menu li:hover ul.dropdown {
  display: block
}

#menu a.home {
  background: #c00;
}

#menu a.prett {
  padding: 0 27px 0 14px
}

#menu a.prett::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 6px 5px;
  border-style: solid;
  border-color: #eee transparent transparent transparent;
  position: absolute;
  margin-left: 11px;
  margin-top: 10px;
}


#menu ul.dropdown .submenu {
  display: none;
  position: absolute;
  left: 180px;
  background: #111;
  top: 0;
  width: 180px;
}

#menu ul.dropdown .submenu li {
  background: #111;
}

#menu ul.dropdown .has-submenu:hover .submenu {
  display: block;
}

ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
  font-family: Poppins, sans-serif;
  color: #414141;
}

/* Koppen + paragrafen met betere spacing */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.15;
  margin-top: var(--space-5);    /* ruimte boven de titel */
  margin-bottom: var(--space-3); /* ruimte onder de titel */
  padding-top: 5px;              /* extra ademruimte in de kop zelf */
}

h1 {
  font-size: clamp(34px, 5vw, 56px);
}

h2 {
  font-size: clamp(22px, 3.2vw, 34px);
}

h3 {
  font-size: clamp(18px, 2.4vw, 24px);
}

p, li {
  margin: 0 0 var(--space-3);
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.7;
  padding-top: 5px;              /* beetje extra ruimte boven tekstregels */
}

@media (max-width: 600px) {
  h1, h2, h3, h4, h5, h6, p, li {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.column, 
.columns {
  padding-top: 1rem; /* ruimte bovenaan */
}

.button1{
  background-color: #E22555 !important;
}
.button2{
  background-color: #fff !important;
  color: #000;
}
.button:focus, .button:hover{
  color: #000;
}
.btn{
  margin-top: 50px;
}
.button3{
  padding: 0px !important;
}
.button3 i{
  background-color: #E22555;
  border-radius: 50%;
  padding: 4px;
  color: white;
}



.header {
    background: #fff;
}
.topbar {
    background-color: #f3b300;
}
.topbar li a {
    color: #000000 !important; /* zwart */
    font-weight: 700;          /* bold */
    margin-left: 5px;
    font-size: 14px;
}
.topbar li {
    display: inline-block;
    margin-right: 35px;
}
.topbar li img {
    width: 15px;
}
.topbar ul {
    overflow: hidden;
    margin-left: 15px;
    text-align: right;
}
#topbar-menu li:last-child {
    padding: 5px;
}

.logo {
    margin-top: 10px;
}
.menu {
    padding: 14px 0 60px 0;
}
.menu ul {
    float: right;
}
.menu ul li {
    float: left;
    list-style: none;
    padding: 9px;
    margin-left: 10px;
    margin-right: 10px;
    text-transform: uppercase;
}
.menu ul li a {
    color: #000000;
    font-weight: 500;
    font-size: 15px;
}

.menu .active > a {
  background: transparent !important;
  color: inherit !important; /* neemt de standaard tekstkleur over */
}


.menu li img {
    width: 20px;
    margin-right: 5px;
}
.menu ul li a:hover {
    color: #dad616;
}
.menu .hamburger {
    display: none;
}

.title{
  text-align: center;
  color: #E70411;
  font-weight: 600;
  font-size: 25px;
}

.title2
{
  color: #2F3E48 !important;
  margin-top: 80px;
}

/* HERO basis */
.hero {
  position: relative;
  width: 100%;
  min-height: 280px;
  height: clamp(280px, 45vw, 600px);
  overflow: hidden;
}

/* Achtergrondlaag onderop */
.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Donkere overlay boven de afbeelding, onder de content */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0.55));
  z-index: 1;
}

/* Content altijd boven overlay */
.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;     /* horizontaal centreren */
  justify-content: center; /* verticaal centreren */
  text-align: center;      /* tekst centreren */
  padding: clamp(20px, 5vw, 60px);
  color: #fff;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-title {
  margin: 0;
  font-size: clamp(32px, 6vw, 55px);
  line-height: 1.1;
  font-weight: 800;
  color: #fff;
}

.hero-subtitle {
  margin: 0;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 400;
  color: #fff;
  opacity: 0.95;
}

/* CTA-knoppen */
.hero-ctas {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  padding: 20px 60px;
  font-size: 22px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .1s ease, opacity .2s ease, background .2s ease;
  will-change: transform;
}

.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-primary {
  background: #f3b300;
  color: #1d1d1d;
}

.btn-secondary {
  background: #ffffff;
  color: #000000;
  border: none;
}
.btn-secondary:hover {
  background: #f3f3f3;
  color: #000000;
}

/* Logo in hero (zichtbaar en gecentreerd) */
.hero-logo img {
  display: block;
  max-width: 80%;    /* groter/kleiner naar smaak */
  width: 100%;
  height: auto;
  margin: 0 auto 20px; /* centreren + ruimte eronder */
}

/* ===== HERO mobile fixes ===== */
@media (max-width: 600px) {
  .hero {
    height: auto;
    min-height: 360px;
  }

  .hero-logo img {
    display: block;
    max-width: 180px;   /* kies 180px of 280px; hier 180px */
    width: 100%;
    height: auto;
    margin: 0 auto 18px;
  }

  .hero-content {
    align-items: center;
    text-align: center;
    padding: 20px 16px 28px;
    gap: 14px;
  }

  .hero-title { font-size: 32px; line-height: 1.15; }
  .hero-subtitle { font-size: 16px; max-width: 26ch; }

  .hero-ctas {
    width: 100%;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }
.hero-logo img {
  display: none;
  max-width: 80%;    /* groter/kleiner naar smaak */
  width: 100%;
  height: auto;
  margin: 0 auto 20px; /* centreren + ruimte eronder */
}
  .btn {
    width: 50%;
    max-width: 420px;
    margin: 0 auto;
    min-height: 56px;
    padding: 14px 24px;
    font-size: 18px;
    border-radius: 10px;
  }
}

/* Witte Contact-knop (niet transparant) */
.btn-secondary {
  background: #ffffff;
  color: #000000;
  border: none;
}
.btn-secondary:hover {
  background: #f3f3f3;
  color: #000000;
}

.text-right {
    margin-top: 5px;
    font-size: 13px;
}
.text-right a {
    color: #e8ebec;
}
.text-right a:hover {
    color: #f2b65f;
}
.title-h2 p {
    margin: 50px;
    font-weight: 700;
}

.list li {
    color: #1d6b98;
    list-style-image: url(images/check.png);
    padding: 6px 10px;
}
.block h4 {
    font-size: 30px;
    font-weight: 600;
}

.block h5 {
    font-weight: 600;
}

.btn {
    margin-top: 30px;
}
.mtb {
    margin-top: 70px;
    margin-bottom:110px;
}
.footer-mtb {
    margin-top: 25px;
    margin-bottom:30px;
}

.content {
    background-color: #fff;
}
.content p {
    font-size: 14px;
    line-height: 29px;
}
.content h1 {
    font-size: 18px;
    color: #cf550e;
    margin-bottom: 25px;
    font-weight: 700;
}
.content h2 {
    font-size: 17px;
    color: #cf550e;
    margin-bottom: 25px;
    font-weight: 700;
}
.content h3 {
    font-size: 16px;
    color: #cf550e;
    margin-bottom: 25px;
    font-weight: 700;
}

.footer {
  background-color: #F9F9F9;
}

.footer h3{
  font-size: 19px;
}

.yellow{
  color: #FF9600;
}
.blue{
  color:#63CAFF;
}

.footer .logo {
    margin-top: 60px;
}

.footer-copyright{
  background-color: #F9F9F9;
  padding: 10px;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
.footer-copyright p{
  margin-bottom: 0px;

}
.footer-content{
  background-color: #F9F9F9;
  padding: 10px 0;
}

.footer-list li {
    list-style: none;
    padding: 5px 0;
}
.footer-list b {
    color: #2F3E48 !important;
}
.footer-list li a {
    color: #000 !important;
    padding: 10px 0;
}
.footer-list li a:hover {
    color: #E70411 !important;
}
.scroll-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 10px 0 rgba(19, 50, 68, 0.33);
    display: none;
    z-index: 999;
}
.scroll-header.show {
    display: block;
}
.scroll-header .logo-scroll img {
    height: 89px;
}

.page-content {
  padding: 0px 10px;
}

.pushy {
   background: #ffffff !important;
}



@media (max-width: 1880px) {
    .logo {
        margin-left: 0;
    }
    .logo img {
        width: 100%;
    }
}
@media (max-width: 990.98px) {
    .logo {
        position: relative;
        margin-left: 0;
        margin-top: 0;
    }
    .scroll-header .logo, .logo {
        margin-top: 13px;
    }

    .logo img {
        width: 200px;
    }
    .menu {
        padding-top: 8px;
        padding: 13px 0 54px 0;
    }
    .menu ul {
        display: none;
    }
    .scroll-header .menu {
        padding-top: 20px;
    }
    .menu .hamburger {
        display: block;
        float: right;
        font-size: 32px;
        color: #fff;
    }
.pushy ul li a {
    display: block;
    color: #000000;        /* zwarte tekst */
    font-weight: 700;      /* bold */
    font-size: 16px;
    padding: 14px 20px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

/* Hover effect */
.pushy ul li a:hover {
    background-color: rgba(0,0,0,0.05);
    color: #f3b300;        /* accentkleur bij hover */
}

/* Hover effect */
.pushy ul li a:hover {
    background-color: rgba(0,0,0,0.05); /* subtiele grijze achtergrond */
    color: #f3b300;                     /* accentkleur bij hover */
}
    .text-right {
        display: none;
    }
    .title-h2 p {
        margin: 0;
    }
    .info-block {
        margin-bottom: 10px;
        text-align: center;
    }
    .footer .logo {
        margin-top: 10px;
    }
    .footer-mtb, .mtb {
        margin-top: 30px;
        margin-bottom:40px;
    }
    .title2{
      text-align: center;
    }

    #menu ul.dropdown {
    display: contents;
    }
    #menu a.prett::after {
      content: none;
    }
    #menu a.prett{
      padding: 15px 30px;
    }
    .footer-list{
      margin-bottom: 50px;
    }
    .space{
      margin-top: 20px;
    }
    .center-mobile{
      text-align: center;
    }

}

@media (max-width: 767.98px) {
    .content {
        padding: 30px 0;
    }
    .content img {
        margin: 10px 0;
    }
}

@media (max-width: 768px) {
  .page-content img {
    clear: both;
    display: block;
    margin: 8px auto;   /* ruimte boven/onder + centreren */
    padding: 4px;        /* extra ademruimte rond de afbeelding */
    max-width: 100%;     /* responsief */
    height: auto;
  }
}
/* Topbar icoontjes */
.topbar li a i {
  margin-right: 6px;
  color: #000; /* zelfde kleur als tekst */
  font-size: 14px;
}
