@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.row { --bs-gutter-x: 0; } 

body { font-family: 'Poppins'; overflow-y: scroll; }

.btn { background: #7a9e1a; color: #fff; text-decoration: none; }  
.btn:hover { background: #222; color: #fff; text-decoration: none; }  

#menubar { display: block; position: fixed; top:0; left: 0; height: 120px; width: 100%; z-index: 1000; padding: 0; transition: .3s;}
#menubar .container-fluid { padding: 0px; margin: 0px; }
#menubar ul.menu { display: inline-block; list-style: none; padding: 40px 0 0 0; margin: 0 50px 0 0; transition: .3s; }
#menubar ul.menu li { float: left; display: inline-block; padding: 7px 15px; position: relative; }
#menubar ul.menu li a { display: block; color: #141311; text-decoration: none; font-family: 'Merriweather'; font-weight: 600; font-size: 16px; }
#menubar ul.menu li a:hover { color: #7a9e1a;}
#menubar ul.menu li ul { display:none; padding: 20px 0 10px 0; border-radius: 0 0 8px 8px; position: absolute; top: 30px; left: 0px; background: #fff;  list-style: none; margin: 0; min-width: 200px; max-width:300px;}
#menubar ul.menu li:hover > ul { display: block;}
#menubar ul.menu li ul li { display: block; width: 100%; text-align: left; }
#menubar ul.menu li ul li a { display: block; font-size: 16px; font-family: 'Poppins'; font-weight: 400; font-size: 14px; }
#menubar .menubut { width: 100%; text-align: right; display: none; font-size: 40px; padding: 15px 20px 0 0 ; }
#menubar .brand { padding: 5px 0 5px 10px; }
#menubar .brand img { max-height: 100px; transition: .3s;  }
#menubar address { padding: 20px; font-size: 18px; color: #bbbbbb; margin:0; }
#menubar address span { padding-left: 30px; background: url("/theme/img/phone.png") top 3px left no-repeat; }
#menubar address span i { font-size: 14px;}
#menubar .address { background: #8c91b7; color: #fff; text-align: left; font-family: 'Merriweather'; height: 120px; transition: .3s;}
#menubar .address address { color: #fff; transition: .3s;}

#menubar.collapsed { height: 90px; transition: .3s; background: #fff; box-shadow: 0px 4px 4px rgba(0,0,0,.1); }
#menubar.collapsed .brand img { max-height:75px;transition: .3s; }
#menubar.collapsed .address { padding: 5px;  height: 90px;transition: .3s; }
#menubar.collapsed .address address { font-size: 14px; transition: .3s;}
#menubar.collapsed ul.menu { padding: 25px 0 0 0;transition: .3s;}

@media (max-width: 1200px) {
  #menubar { height: 70px; }
  #menubar.collapsed {height: 70px; }
  #menubar.collapsed .brand img { max-height: 70px; }
  #menubar ul.menu li { float: left; display: inline-block; padding: 5px 10px;}
  #menubar ul.menu li a { display: block; text-decoration: none; font-size: 13px; font-weight: 600; }
  #menubar .brand { padding-top: 20px; }
  #menubar .address address { font-size: 12px;  }
}

@media (max-width: 992px) {
  #menubar { height: 70px;  }
  #menubar.collapsed { height: 70px; }
  #menubar.collapsed .brand img { max-height: 70px; }
  #menubar ul.menu { display: none; }
  #menubar address { display: none; }
  #menubar .menubut { display: block; }
  #menubar .brand { padding-top: 2px; }
  #menubar .brand img { max-height: 70px; }
}
@media (max-width: 567px) {
  #menubar { height: 70px;  }
  #menubar.collapsed { height: 70px; }
  #menubar ul.menu { display: none; }
  #menubar address { display: none; }
  #menubar .menubut { display: block; }
  #menubar .brand { padding-top: 6px; }
  #menubar .brand img { max-height: 60px; }
        #menubar.collapsed .brand img {
            max-height: 60px;
        }
}

#header { height: 80vh; width: 100%; position: relative; }
#header .headerimage { height: 80vh; width: 100%; }
#header .text { width: 100%; text-align: left; float: right;}
#header .text h2 { color: #fff; }
#header .text h3 { color: #fff; font-size: 18px; }
#header .bottom { position: absolute; bottom: 20px; width: 100%; text-align: center; }

@media screen and (max-height: 800px) {
    #header { height: 100vh; width: 100%; position: relative; }
    #header .headerimage { height: 100vh; width: 100%; }

    #menubar { height: 100px; }
    #menubar address { padding: 0 10px; font-size: 14px; margin: 0; }
    #menubar address span { padding-left: 20px; background: url("/theme/img/phone.png") top 3px left no-repeat; }
    #menubar address span i { font-size: 12px; }
}

#slider { position: relative; width: 100%; height: 500px; }
#slider .gradient { height: 180px; position: absolute; top: 0; left: 0; width: 100%; background: linear-gradient(0deg, rgba(42, 123, 155, 0) 0%, rgba(255, 255, 255, .9) 70%); }

.bounce { animation: bounce 3s ease infinite; }

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

@media (max-width: 992px) {
  #header { height: 500px; margin-top: 70px; }
  #header .text h2 { font-size: 35px !important; line-height: 35px !important; text-shadow: 2px 2px 2px #333; }  
  #header .headerimage { height: 500px; width: 100%; }
}
@media (max-width: 576px) {
  #header { height: 300px; margin-top: 70px; }
  #header .headerimage { height: 300px; width: 100%; }
  #header .text { padding-left: 20px; }
  #header .text h2 { font-size: 30px !important; line-height: 35px !important; text-shadow: 2px 2px 2px #333; }
  #header .text h2 span { font-size: 35px; }
}

#balk { background: #007078; }

#intro { background: #e6e6e4; padding: 60px 0 120px 0; font-family: 'Open Sans', sans-serif; font-size: 15px; line-height: 32px; position: relative; margin-botton: 70px; }
#intro h1 { display: inline-block; font-size: 30px; line-height: 35px; margin-bottom: 25px; color: #7a9e1a; font-family: "Merriweather"; font-weight: 900; font-size: 75px; }
#header .text h2 { color: #fff; text-align: left; font-family: "Merriweather"; font-size: 65px; line-height: 75px; font-weight: 900; display: table; max-width: 500px; }
#intro .item { display: block; background: #2e3d08; border-radius: 10px; margin: 25px; padding: 0; transition: .4s; text-decoration: none; color: #fff; }
#intro .item:hover { background: #1d2705; transition: .2s; }
#intro .item img { width: 100%; height: 250px; object-fit: cover; border: 0; opacity: 1;transition: .2s; border-radius: 10px 10px 0 0; }
#intro .item:hover img { opacity: .7; transition: .4s;}
#intro .item .text { padding: 20px; line-height: 28px; text-align: left; }
#intro .item .text h3 { color: #fff; font-family: "Merriweather"; font-weight: 900; font-size: 20px; padding: 0 0 10px 10px;  }
#intro .item ul { margin: 0; padding: 0; list-style: none; }
#intro .item ul li { display: block; border-top: 1px solid #546035; padding: 10px; background: none;  }
#intro .item ul li a { text-decoration: none; color: #fff; display: block; background: url("/theme/img/arrow.png") right 15px top 8px no-repeat; transition: .3s; }
#intro .item ul li a:hover { color: #7a9e1a; background: url("/theme/img/arrow.png") right 5px top 8px no-repeat; transition: .3s; }

#intro h1 { color: #7a9e1a; font-family: "Merriweather"; font-size: 40px; line-height: 52px; font-weight: 900; padding-top:30px;}
#intro h1 span { color: #3395d2; display: block; }
#intro h2 { color: #1e2a4f; font-family: "Merriweather"; font-size: 75px; }
#intro h2 span { color: #3395d2; }
#intro .border-bottom { position: absolute; left: 0; bottom: -59px; width: 100%; height: 60px; background: url('/theme/img/divider-bottom.png') center top no-repeat; } 
#intro .topper { padding-top: 120px; }
#intro .images { position: relative; width: 100%; }
#intro .images img.circle-big { position: absolute; top: 20px; left: 10px; border-radius: 50%; width: 400px; height: 400px; object-fit: cover;} 
#intro .images img.circle-small { position: absolute; top: 250px; left: 310px; border-radius: 50%; width: 250px; height: 250px; object-fit: cover; }
#intro a.but { display: inline-block; background: #3395d2; color: #fff; padding: 8px 15px; border-radius: 5px; }
#intro ul { list-style: none; }
#intro ul li { padding-left: 35px; background: url("/theme/img/check.png") top 5px left no-repeat; background-size: 25px; }

@media (max-width: 992px) {
  #intro { padding: 40px 20px; }
  #intro h1 { font-size: 30px; padding-bottom: 0; margin-bottom: 0; }
}
@media (max-width: 576px) {
    #intro h1 { font-size: 26px; line-height: 30px; }
    #intro .item { margin: 20px 0; }
    #intro p { font-family: 'Poppins', sans-serif; font-size: 15px; line-height: 32px; text-align: left; }
    #intro .item ul li a { font-family: 'Poppins', sans-serif; font-size: 15px; line-height: 32px; text-align: left;  }
}


#alinea2 { background: #2e3d08; }
#alinea2 .row { padding: 0px; }
#alinea2 .tekst { padding: 80px 40px; font-family: 'Poppins', sans-serif; color: #fff; font-size: 15px; line-height: 32px; }
#alinea2 .container-fluid { padding: 0; margin: 0; }
#alinea2 h2 { display: inline-block; font-size: 30px; font-weight: 900; font-family: "Merriweather"; line-height: 35px; color: #fff; margin-bottom: 25px;}
@media (max-width: 992px) {
  #alinea2 .tekst { padding: 50px 30px; }
}
#alinea2 .image { height: 100%; }
#alinea2 .image img.bigimage { width: 100%; height: 100%; object-fit: cover; }
#alinea2 .but { background: #fff; color: #333; padding: 10px 20px; text-deocration: none; border-radius: 8px; }

#content { background: #f4f7f7; padding: 70px 0 100px 0; font-family: 'Poppins', sans-serif; font-size: 15px; line-height: 32px; }
#content.top { padding-top: 150px; }
#content h1 { display: inline-block; font-size: 35px; font-weight: 900; font-family: "Merriweather";line-height: 35px; color: #7a9e1a; margin-bottom: 25px;}
#content h2 { font-weight: 900; font-family: "Merriweather"; color: #7a9e1a; }
#content h3 { font-weight: 900; font-family: "Merriweather"; color: #7a9e1a; }
#content a.obtn { border: 1px solid #333; padding: 8px 12px; border-radius: 5px; text-decoration: none; color: #333; background: none; transition: .3s; }
#content a.obtn:hover { background: #7a9e1a; color: #fff; }

#content .vak { background: #fff; padding: 20px; margin: 0 20px 20px 0; border-radius: 10px; }
@media (max-width: 992px) {
  #content { padding: 70px 20px; }
  #content h1 { font-size: 40px; }
}
#content a { color: #7a9e1a; }

#alinea3 { padding: 125px 0; }
#alinea3 h2 { font-size: 30px; font-weight: 900; line-height: 35px; font-family: "Merriweather"; color: #7a9e1a; margin-bottom: 25px; }
#alinea3 p { font-family: 'Poppins', sans-serif; color: #333; font-size: 15px; line-height: 32px; }
#alinea3 img { margin-bottom: 20px; }
#alinea3 .text { padding: 20px; }

#nieuws { padding: 90px 0; position: relative;}
#nieuws h3 { width: 100%; text-align: center; color: #7a9e1a; font-family: "Merriweather"; font-size: 35px; line-height: 52px; font-weight: 900; margin-bottom: 25px;}
#nieuws .item { display: block; padding: 30px; text-decoration: none; color: #333; font-family: 'Open Sans', sans-serif; font-size: 15px; line-height: 32px; }
#nieuws .item img.newsphoto { width: 100%; height: 250px; object-fit: cover; border-radius: 10px; }
#nieuws .item h1 { font-size: 34px; font-weight: 900; font-family: "Merriweather"; line-height: 28px; text-decoration: none; color: #7a9e1a; padding:10px 0; }
#nieuws .item h4 { font-size: 22px; font-weight: 900; font-family: "Merriweather"; line-height: 28px; text-decoration: none; color: #7a9e1a; padding: 10px 0;}
#nieuws .item .text { padding: 10px; color: #333; font-family: 'Poppins', sans-serif; font-size: 15px; line-height: 32px;} 
#nieuws .item .but { display: inline-block; border-radius: 8px; border: 1px solid #333; color: #333; padding: 7px 15px; transition: .2s; text-decoration: none; }
#nieuws .item .but:hover { background-color: #7a9e1a; border: 1px solid #7a9e1a; color: #fff; transition: .2s;}

@media (max-width: 576px) {
    #nieuws .item { padding: 20px 5px; width: 100%;}
}

#nieuwspagina { margin-top: 60px; background: #fafafa; padding: 90px 0; }
#nieuwspagina h1 { width: 100%; color: #7a9e1a; font-family: "Merriweather"; font-size: 35px; line-height: 40px !important; font-weight: 900; margin-bottom: 25px; }
#nieuwspagina h3 { width: 100%; text-align: center; color: #7a9e1a; font-family: "Merriweather"; font-size: 35px; line-height: 52px; font-weight: 900; margin-bottom: 25px; }
#nieuwspagina span.date { font-size: 12px; color: #aaa; padding-left: 15px; }
#nieuwspagina span.datefull { font-size: 12px; color: #aaa; }
#nieuwspagina .item {
    display: block;
    padding: 30px;
    text-decoration: none;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 32px;
}

#nieuwspagina .item img.newsphoto {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

#nieuwspagina .item h1 {
    font-size: 34px;
    font-weight: 900;
    font-family: "Merriweather";
    line-height: 28px;
    text-decoration: none;
    color: #7a9e1a;
    padding: 10px 0;
}

#nieuwspagina .item h4 {
    font-size: 22px;
    font-weight: 900;
    font-family: "Merriweather";
    line-height: 28px;
    text-decoration: none;
    color: #7a9e1a;
    padding: 10px 0;
}

#nieuwspagina .item .text {
    padding: 10px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 32px;
}

#nieuwspagina .item .but {
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #333;
    color: #333;
    padding: 7px 15px;
    transition: .2s;
    text-decoration: none;
}

#nieuwspagina .item .but:hover {
    background-color: #7a9e1a;
    border: 1px solid #7a9e1a;
    color: #fff;
    transition: .2s;
}

#paarden { margin-top: 60px; background: #fafafa; padding: 90px 0; }
#paarden h1 { width: 100%; text-align: center; color: #7a9e1a; font-family: "Merriweather"; font-size: 35px; line-height: 40px !important; font-weight: 900; margin-bottom: 25px;}
#paarden .item { background: #fff; border-radius: 8px; margin: 10px; height: 200px; }
#paarden .item img { border-radius: 8px 0 0 8px; height: 200px; width: 100%; object-fit: cover; }
#paarden .item .text { padding: 20px; color: #333; font-family: 'Poppins', sans-serif; font-size: 14px; line-height: 22px; }

#socials { background:#2e3d08; text-align: center; color: #fff; padding: 45px 0 35px 0; position: relative;}
#socials h2 { color: #fff; font-family: "Merriweather"; font-weight: 900; font-size: 30px; }
#socials h2 span { color: #7a9e1a; }
#socials a i { color: #fff; padding: 0 5px; transition: .2s; }
#socials a:hover i { color: #7a9e1a; transition: .2s;}

@media (max-width: 576px) {
    #socials span.logos { display: block; padding-top: 20px;}
}

#p404 { min-height: 75vh; background: #eee; padding-top: 200px; }
#p404 h1 {}


#footer { background: #3e3e3e; padding: 50px 0; color: #f2f1e4; line-height: 35px;}
#footer .container { position: relative; padding-bottom: 20px; }
#footer a { color: #f2f1e4; line-height: 35px; text-decoration: none;}
#footer a:hover { text-decoration: underline; }
#footer i { line-height: 35px; }
#footer address { padding-left: 15px; }
#footer h5 { padding-top: 5px; }
#footer .mm { display: block; width: 100%; text-align: center; color: #aaa; padding: 20px; line-height: 18px; font-size: 14px; margin-top: 20px; }
#footer .logo1 { width: 150px; }
#footer .logo2 { width: 150px; padding-left: 20px; }


@media (max-width: 768px) {
  #footer { text-align: center; }
  #footer .container { padding-bottom: 60px; }
  #footer ul { margin: 0; padding: 0; }
  #footer ul li { margin: 0; padding: 0; }
  #footer ul li i { display: none; }
  #footer .mm { display: block; padding: 30px 10px 10px 10px; }
}

.arr1 { background: #cfcec2; padding: 50px; }
.arr1 h2 { display: inline-block; font-family: 'Special Elite'; font-size: 35px; line-height: 40px; border-bottom: 3px solid #c4c3af; margin-bottom: 25px;}

.arr2 { background: #f2f1e4; padding: 50px; }
.arr2 h2 { display: inline-block; font-family: 'Special Elite'; font-size: 35px; line-height: 40px; border-bottom: 3px solid #c4c3af; margin-bottom: 25px;}

	/* The Overlay */
	.overlay { height: 0; width: 100%; position: fixed; z-index: 9998; left: 0; top: 0; background-color: rgb(0,0,0); background-color: rgba(0,0,0, 0.9); overflow-x: hidden; transition: 0.4s; }
	.overlay-content { position: relative; top: 10%; width: 100%; text-align: center; margin-top: 30px; padding-bottom: 40px; }
	.overlay ul { list-style: none; margin: 0; padding: 0;}
	.overlay a { color: #7a9e1a; font-weight: 900; font-family: "Merriweather"; padding: 15px 8px 8px 8px; text-decoration: none; font-size: 20px; line-height: 25px;  display: block; transition: 0.3s; font-weight: 600; }
    .overlay ul ul.submenu li a { font-family: 'Poppins', sans-serif; font-size: 17px; line-height: 25px; color: #fff; padding: 8px; }	
    .overlay a:hover, .overlay a:focus { color: #f1f1f1; }
	.overlay .closebtn { position: absolute; top: 20px; right: 25px; font-size: 60px; }

