body,
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;
}
.page-content img {
    float: right;
	border-radius: 15px;
}

#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;
}
.menu .active > a {
    color: #000;
    background: none;
}
ul {
    margin: 0;
    padding: 0;
}

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

h1 {
	font-weight:700;
	color: #332C5C;
}
h2,h3 {
	font-weight:600;
	color: #0B66AB;
}

.documenten-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
}

.document {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: background-color 0.3s ease, border-color 0.3s ease; /* Overgangseffect toegevoegd */
}

.document:hover {
    background: linear-gradient(135deg, #0F8F38, #94C122); /* Gradient van #0F8F38 naar #94C122 */
    border-color: #0F8F38; /* Border kleur verandert naar #0F8F38 */
	    transition: background-color 0.7s ease, border-color 0.3s ease; /* Overgangseffect toegevoegd */

}


.document a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
}

.document:hover a {
    color: #fff; /* Witte tekstkleur tijdens hover */
}


.button{
  font-family: Poppins, sans-serif;
}

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

.centered {
    position: absolute;
    top: 60%;
    left: 15%;
    width: 100%;
    padding: 15px;
    transform: translate(-10%, -50%);
    max-width: 60%;
}



.centered p,.centered h5{
  color: #332C5C;
  text-align: left;
}
.centered h5{
  font-size: 40px;
  font-weight: bold;
  font-family: Poppins, sans-serif;
  line-height: 1.3
}

.hero{
  position: relative;

}

.slider-section img{
  width: 100%
}

.header {
    background: #fff0;
    z-index: 999;
    position: absolute;
    width: 100%;
}

.topbar {
    background-color: #23216F;
    display: none;
}
.topbar li a {
    color: #fff;
    margin-left: 5px;
    font-size: 14px;
    font-family: Poppins, sans-serif;
}
.topbar li {
    display: inline-block;
    margin-right: 35px;
}
.topbar li img {
    width: 15px;
}
.topbar ul {
    overflow: hidden;
    margin-left: 15px;
    text-align: left;
}
#topbar-menu li:last-child {
    padding: 5px;
}

.logo {
    margin-top: 10px;
}
.menu {
    padding: 20px 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: #292929;
    font-weight: bold;
    font-size: 15px;
    font-family: Poppins, sans-serif;
}
.menu ul li a:hover {
    color: #292929;
}
.menu li img {
    width: 20px;
    margin-right: 5px;
}
.menu ul li a:hover {
    color: #1BA19A;
}
.menu .hamburger {
    display: none;
}

.action-button{
  background-color: #FF5E15;
  color: white;
}
.action-button a{
  color: white !important;
}


.background-container {
  position: relative;
}

.background-image {
  position: absolute;
  top: 0;
  right: 0px !important;
  height: 100%; /* Adjust as needed */
  width: auto;
  z-index: 0;
  margin-top: 50px;

}





#container{
  background-image: url("images/bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



.pd0{
  padding: 0px;
}
.pb0{
  padding-bottom: 0px !important;
}
.ptb {
    padding-top: 70px;
    padding-bottom: 70px;
}
.f-18{
  font-size: 18px;
}

.title2
{
  color: #332c5c !important;
  margin-top: 60px;
}
.list-icon{
  list-style: none;
  margin-top: 30px;
  margin-bottom: 30px;
}
.list-icon li a{
  color: black;
}
.list-icon li{
  margin-top: 10px;
  margin-bottom: 10px
}


.hero img {
    width: 100%;
}
.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: 38px;
    font-weight: bold;
}

.block h5 {
    font-weight: 600;
}

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

.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;
}
.mobile-only{
  display: none;
}

.footer {
  background: #0f8f38;
  background: linear-gradient(180deg, rgba(15, 143, 56, 0.10) 0.00%, rgba(148, 193, 34, 0.10) 100.00%);
  padding-top: 50px;
  padding-bottom: 5px;
}

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

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

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

.two-column ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.footer-copyright{
  padding: 10px;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
.align-left{
  text-align: left;

}
.align-right{
  text-align: right;
}

.footer-copyright p{
  margin-bottom: 0px;
  color: #0b66ab;
}

.footer-copyright a{
  margin-bottom: 0px;
  color: #0b66ab;
}
.footer-content{
  padding: 10px 0;
}

.footer-list li {
    list-style: none;
    padding: 5px 0;
}
.footer-content b {
    color: #0b66ab !important;
}
.footer-list li a{
    color: #0b66ab !important;
    padding: 10px 0;
}
.footer-list p,.footer-list a, .footer-list .fa{
    color: #0b66ab !important;
}
.footer-list li a:hover {
    color: #1BA19A !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%;
    }
}
@media (max-width: 990.98px) {
    .logo {
        position: relative;
        margin-left: 0;
        margin-top: 0;
    }
    .scroll-header .logo, .logo {
        margin-top: 15px;
    }
    .mobile-only{
      display: block;
    }

    .logo img {
      width: 180px;
      margin-top: 5px;
    }
    .card-info{
      width: 100%;
    }
    .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.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;
    }
    .two-column ul {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2;
    }
    .centered {
        position: absolute;
        top: 60%;
        width: 100%;
        padding: 15px;
        transform: translate(-15%, -50%);
        max-width: 100%
    }
    .centered h5 {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    font-family: Poppins, sans-serif;
  }
  .btn {
      text-align: center;
  }
  .hero img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: bottom;
}
.background-image, .bg-image1{
  display: none;
}
.slick-prev {
    left: 0px !important;
    z-index: 999 !important;
}
.slick-next {
    right: 10px !important;
    z-index: 999 !important;
}
.header {
  margin-top: 0px;
}
.block .row{
  text-align: center;
}
.block h4 {
    font-size: 25px;
    font-weight: bold;
}

}

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

.page-content img.align-left {
    float: unset;
}
}
