/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #003C1E;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #086335;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 50px;
    padding-bottom: 0px;
}

.padding_top_30 {
    padding-top: 30px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
        background:
        linear-gradient(
            rgba(0, 60, 30, 0.6),
            rgba(0, 60, 30, 0.6)
        ),
        url("../images/Z achter.png");
    height: 10%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.bg-light {
    background-color: transparent !important;
}

.mr-auto,
.mx-auto {
    margin: auto;
    text-align: center;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
    background-color: #78B494;
}

.navbar-brand {
    margin: 0px;
    float: left;
}
.navbar {
    padding: 15px 0px;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding: 40px 0px;
}

.banner_taital {
    width: 100%;
    float: center;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
}

.banner_text {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    padding-top: 10px;
	text-align: center;
}

.started_text {
    width: 180px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

.started_text a {
    width: 100%;
    float: left;
    background-color: #0F5A32;
    padding: 8px 10px;
    color: #fafafa;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
}

.started_text a:hover {
    color: #252525;
    background-color: #ffffff;
}


/* banner section end */


/* about_section section start */

.about_section {
    width: 100%;
    float: left;
	margin-top: 30px;
	margin-bottom: 40px;
}

.about_section_2 {
    width: 100%;
    float: left;
	margin-top: 10px;
	margin-bottom: 10px;;
}

@media (max-width: 2000px) and (min-width: 768px) {
.about_section_3 {
    width: 100%;
    float: left;
	margin-top: 10px;
	margin-bottom: 10px;
    border-right: 4px solid #2f5d50;
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .about_section_3 {
    width: 100%;
    float: left;
	margin-top: 10px;
	margin-bottom: 20px;
    border-bottom: 4px solid #2f5d50;
    padding-right: 40px;
  }
}

.about_section_4 {
    width: 100%;
    float: right;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 40px;
}

@media (max-width: 768px) {
  .about_section_4 {
    padding-left: 20px;
    padding-right: 20px;
	padding-top: 10px;
	margin-top: 10px;
  }
}


.margin_top0{
    margin-top: 0px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #252525;
    font-weight: 600;
    text-transform: uppercase;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #252525;
    margin: 0px;
    padding-top: 10px;
	padding-bottom: 10px;
}

.about_text_2 {
    width: 100%;
    float: center;
    font-size: 16px;
    color: #252525;
    margin: 0px;
    padding-top: 55px;
}

.about_img {
    width: 100%;
    float: left;
}

.about-us-image {
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transform: translateZ(20px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* about section end */


/* bestel section start */

.order-card {
  max-width: 1000px;
  margin-left: 60px;
  margin-right: 60px;
  padding: 40px;
  background:         linear-gradient(
            rgba(0, 60, 30, 0.6),
            rgba(0, 60, 30, 0.6)
        ),
        url("../images/Z achter.png");
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

@media (max-width: 768px) {
  .order-card {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  background:         linear-gradient(
            rgba(0, 60, 30, 0.6),
            rgba(0, 60, 30, 0.6)
        ),
        url("../images/Z achter.png");
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  }
}

.bestel_section {
    width: 100%;
    float: left;
	margin-top: 30px;
	margin-bottom: 40px;
}

.bestel_section_2 {
    width: 100%;
    float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bestel_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #252525;
    text-align: left;
    font-weight: 500;
    font-weight: bold;
    text-transform: uppercase;
}

.bestel_taital_2 {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-weight: bold;
    text-transform: uppercase;
}

.bestel_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #252525;
    text-align: left;
    margin: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.bestel_text_2 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    margin: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.bestel_tabel {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	margin: 0px;
	Margin-top: 10px;
}

.download-btn {
	font-size: 16px;
    display: inline-block;
    padding: 10px 15px;
    background-color: #086335 ;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.download-btn:hover {
    background-color: #086335 ;
}

.gmail-link {
    color: #78B494;
    text-decoration: underline;
    font-size: 16px;
}

.gmail-link:hover {
    color: #ffffff ;
}

.table {
    width: 100%;
    border-collapse: collapse;
	margin-top: 30px;
}

.th, td {
    border: 1px solid #ffffff;
    padding: 10px;
    text-align: left;
}

td {
  padding: 8px;
  border-bottom: 1px solid #e0e0e0;
}

.th {
	background-color: #f4f6f5;
	text-align: left;
    padding: 12px;
    font-weight: 600;
}

tr:hover {
  background-color: #78B494;
}

td:nth-child(3),
td:nth-child(4),
th:nth-child(3),
th:nth-child(4) {
  text-align: right;
}

.note {
  margin-top: 15px;
  font-size: 14px;
  color: #78B494;
}

/* Zoom In #1 */

.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.column {
    margin: 15px 0px 0;
    padding: 0;
}

.column:last-child {
    padding-bottom: 30px;
}

.column::after {
    content: '';
    clear: both;
    display: block;
}

figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

figure:hover+span {
    bottom: -36px;
    opacity: 1;
}

.introduction_text {
    width: 100%;
    float: left;
    text-align: center;
    color: #252525;
    font-size: 20px;
    padding-top: 20px;
}

.introduction_text_2 {
    width: 100%;
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    padding-top: 20px;
}

.lorem_text {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    color: #252525;
}

#main_slider a.carousel-control-prev {
    left: -90px;
    top: 120px;
}

#main_slider a.carousel-control-next {
    right: -90px;
    top: 120px;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: transparant;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
    border-radius: 100px;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #ffffff;
    background-color: #003C1E
}

.bestel-image {
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transform: translateZ(20px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 20px
}

/* bestel section end */


/* producten section start */

.producten_section_3 {
	width: 100%;
	float: left;
        background:
        linear-gradient(
            rgba(0, 60, 30, 0.6),
            rgba(0, 60, 30, 0.6)
        ),
        url("../images/Z achter.png");
    background-size: cover;
	background-position: center;
    padding: 80px 0;
	border-radius: 8px;
}

.producten_section {
    width: 100%;
    float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.producten_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #252525;
    text-align: center;
    font-weight: 500;
    font-weight: bold;
    text-transform: uppercase;
}

.producten_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #252525;
    text-align: center;
    margin: 0px;
}

.producten_section_2 {
    width: 100%;
    float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.producten_section_3 {
    background-color: #0b3d2e;
    color: white;
    padding: 40px;
}

.producten_taital_2 {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
	text-align: left;
    font-weight: 600;
	font-weight: bold;
	text-transform: uppercase;
}

.producten_head {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #ffffff;
	padding-top: 20px;
	font-weight: 600;
	font-weight: bold;
}

.producten_text_2 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding-top: 0px;
    margin: 0px;
}

.onderstreept {
	text-decoration: underline;
	float: left;
	font-size: 16px;
	color: #ffffff;
	Padding-top: 0px;
	Margin: 0px;
	Padding-top: 5px;
}

.producten_taital_3 {
    width: 100%;
    float: center;
    font-size: 40px;
    color: #ffffff;
	text-align: center;
    font-weight: 600;
	font-weight: bold;
	text-transform: uppercase;
}

.producten_text_3 {
    width: 100%;
    float: center;
    font-size: 16px;
    color: #ffffff;
	text-align: center;
    padding-top: 5px;
	padding-bottom: 10px;
    margin: 0px;
}

.jeugdboek-wrapper {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-top: 20px;
  float: left;
}

.jeugdboek-afbeelding img {
  max-width: 180px;
  height: auto;
  float: right;
}

@media (max-width: 767px) {
    .jeugdboek-wrapper {
        flex-wrap: nowrap;
    }

    .jeugdboek-tekst {
        font-size: 14px;
    }

    .jeugdboek-afbeelding img {
        max-width: 120px;
		margin-top: 20px;
    }
}

.product-image-block {
    text-align: center;
	margin-left: 30px;
}

.producten_img {
	text-align: left;
	margin-top: 500px;
}

.producten_img img {
    width: 60%;
	margin: 0px;
}

.product-caption {
    margin-top: 10px;
	margin-left: 10px;
    font-size: 14px;
    color: #ffffff;
	text-align: center;
}

.product-card {
    background: transparent;
    border-radius: 16px;
    padding: 0px;
    text-align: center;
    transition: all 0.3s ease;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.image-wrapper img {
    width: 100%;
    transition: transform 0.4s ease;
}

.product-card:hover img {
    transform: scale(1.1);
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,60,30,0.7);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card:hover .image-overlay {
    opacity: 1;
}

.product-desc {
    font-size: 14px;
    color: #666;
}

/* producten section end */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    margin-top: 10px;
	margin-bottom: 0px;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #252525;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 10px;	
}

.contact_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #252525;
    padding: 0px 0px;
    margin-left: 10px;
}

span.contact_info {
  width: 100%;
  font-size: 16px;
  color: #78B494;
  margin-left: 0px;
  text-decoration: underline;
  text-align: center;
}

.map_main {
    width: 100%;
    float: center;
    max-width: 1200px;
    height: 300px;
    margin-left: 40px;
	margin-right: 40px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

@media (max-width: 768px) {
  .map_main {
    width: 100%;
    float: left;
    max-width: 1200px;
    height: 300px;
    margin-left: 0px;
	margin-top: 20px;
	margin-right: 20px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  }
}

/* contact section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #262626;
    height: auto;
    padding: 95px 0px;
}

.useful_text {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: bold;
	text-align: center;
}

.footer_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #cbc9c9;
    margin: 30px;
}

.footer_menu {
    width: 100%;
    float: left;
	text-align: center;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
}

.footer_menu li {
    font-size: 14px;
    color: #cbc9c9;
}

.footer_menu li a {
    color: #cbc9c9;
}

.footer_menu li a:hover {
    color: #ffffff;
}

.dummy_text {
    width: 100%;
	float: left;
    font-size: 14px;
    color: #cbc9c9;
	text-align: center;
	margin-left: 0px;
}

.location_text {
    width: 100%;
    float: left;
	text-align: center;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
}

.location_text li {
    font-size: 14px;
    color: #cbc9c9;
    padding: 0px 0px 5px 0px;
}

.location_text li a {
    color: #cbc9c9;
}

.location_text li a:hover {
    color: #ffffff;
}

.padding_left_10 {
    padding-left: 10px;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #fb6818;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}

#main_slider .carousel-inner {
    overflow: invisible;
}

@media (max-width: 767px) {
  .carousel .carousel-item .product {
    display: none;
  }

  .carousel .carousel-item .product:first-child {
    display: block;
  }
}

.btn-main {
    display: inline-block;
    padding: 10px 28px;
    background: linear-gradient(135deg, #1f7a4f, #0f5132);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
	margin-top: 10px;
}

#main_slider {
  position: relative;
}

@media (max-width: 767px) {

  #main_slider a.carousel-control-prev,
  #main_slider a.carousel-control-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 45px;
    height: 45px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }
}

@media (max-width: 767px) {
  #main_slider a.carousel-control-prev {
    left: 10px !important;
    right: auto !important;
	background: #086335;
  }
  #main_slider a.carousel-control-next {
    right: 10px !important;
    left: auto !important;
	background: #086335;
  }
}
