<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  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 .active&gt;a {
  background: transparent !important;
  color: inherit !important;
}

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

#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.menus {
  height: auto;
  width: 180px;
  background: #91c73e;
  position: absolute;
  z-index: 99;
  display: none;
  border: 0;
  margin-left: 0px;
  padding-top: 20px;
}

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

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

#menu a.home {
background: #91c73e;
}

#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.menus .submenu {
display: none;
position: absolute;
left: 180px;
background: #111;
top: 0;
width: 180px;
}

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

#menu ul.menus .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: #511c74;
}

h2 {
    font-size: 24px;
    font-weight: 600;
}

.button1{
background-color: #511c74 !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: #91c73e;
border-radius: 50%;
padding: 4px;
color: white;
}



.header {
  background: #fff;
}
.topbar {
  background-color: #511c74;
}
.topbar li a {
  color: #ffffff;
  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: #000;
  font-weight: 500;
  font-size: 15px;
}
.menu ul li a:hover {
  color: #91c73e;
}
.menu li img {
  width: 20px;
  margin-right: 5px;
}
.menu ul li a:hover {
  color: #91c73e;
}
.menu .hamburger {
  display: none;
}

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

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

.hero {
  position: relative;
  width: 100%; /* Zorg ervoor dat de hero-container de volledige breedte heeft */
  height: 400px; /* Pas de hoogte van de banner aan */
}

.hero img {
  width: 100%; /* De afbeelding vult de volledige breedte van de container */
  height: 100%; /* De afbeelding vult de volledige hoogte van de container */
  object-fit: cover; /* Zorgt ervoor dat de afbeelding goed wordt bijgesneden als de aspect ratio niet overeenkomt */
}

.hero-text {
  position: absolute;
  top: 50%; /* Centraal verticaal */
  left: 50%; /* Centraal horizontaal */
  transform: translate(-50%, -50%); /* Dit zorgt ervoor dat de tekst precies gecentreerd wordt */
  color: white; /* Tekstkleur */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); /* Schaduw voor betere leesbaarheid */
  text-align: center; /* Zorg ervoor dat de tekst mooi gecentreerd is */
  padding: 0 20px; /* Zorg ervoor dat er wat padding is voor mobiele schermen */
  width: 100%; /* Zorg ervoor dat de tekst en de knop niet buiten de container vallen */
}

.hero-text h2 {
  text-align: center; /* Centreert de inhoud */
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.btn-hero {
  display: inline-block;
  padding: 12px 25px !important; /* Nog grotere knop */
  background-color: #91c73e !important; /* Groene kleur */
  color: white !important;
  text-decoration: none !important;
  border-radius: 12px !important; /* Iets meer afgeronde hoeken */
  font-size: 1.5rem !important; /* Nog grotere tekst in de knop */
  font-weight: bold !important;
  border: none !important;
  cursor: pointer !important;
  margin-top: 25px !important; /* Extra ruimte tussen tekst en knop */
  text-align: center !important;
}

/* Media query voor kleinere schermen (mobiel) */
@media (max-width: 768px) {
  .btn-hero {
    padding: 15px 30px !important; /* Kleinere padding voor mobiele schermen */
    font-size: 1.5rem !important; /* Kleinere tekstgrootte */
    margin-top: 15px !important; /* Minder marge voor mobiele schermen */
  }
}

.btn-hero:hover {
  background-color: #511c74; /* Donkerdere variant voor hover-effect */
}

.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: #511c74;
  margin-bottom: 25px;
  font-weight: 700;
}
.content h2 {
  font-size: 17px;
  color: #511c74;
  margin-bottom: 25px;
  font-weight: 700;
}
.content h3 {
  font-size: 16px;
  color: #511c74;
  margin-bottom: 25px;
  font-weight: 700;
}

button {
    background-color: #91c73e ;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

/* Hover-effect */
button:hover {
    background-color: #511c74;
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.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-copyright a{
    color: #511c74;
}
.footer-content{
background-color: #F9F9F9;
padding: 10px 0;
}

.footer-list li {
  list-style: none;
  padding: 5px 0;
}
.footer-list b {
  color: #511c74 !important;
}
.footer-list li a {
  color: #511c74 !important;
  padding: 10px 0;
}
.footer-list li a:hover {
  color: #91c73e !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;
}

@media (max-width: 1880px) {
  .logo {
      margin-left: 0;
  }
  .logo img {
      width: 100%;
      margin-top: 5px;
      margin-bottom: 10px;
  }
}
@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 {
      color: #fff;
  }
  .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.menus {
  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 only screen and (max-width: 600px) {
  .topbar {
      display: none;
  }
}
table tr th, table tr td{
  font-size:16px !important;
}

@media (max-width: 768px) {
  body {
      padding: 0 15px; /* Zorgt ervoor dat alles niet tegen de rand aanzit */
  }
}

@media (max-width: 768px) { /* Voor mobiele schermen */
  .page-content img {
      margin: 10px auto;
  }
}

.custommenu li::marker {
  color: transparent;
}

.pushy { 
  background: #511c74 !important;
}</pre></body></html>