/*
Theme Name: Hiddinks
Author: converzo
Author URI: https://converzo.nl
Description: The Hiddinks Weide Theme based on the famous Wordpress CMS.
Version: 1.0
*/

/* tijdelijk */

.agenda-sec {display:none;}

/* einde tijdelijk*/


@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap');
* {margin: 0;padding: 0;box-sizing: border-box;}
img {max-width: 100%;height: auto; display: block;}
body {background:#fff;font-size:15px;color: #4D454A; font-family: "Arvo", serif; font-weight: 400;position: relative;}
ul {list-style: none;padding: 0;}
p,.list li {font-size:15px;line-height:25px;}
p,.list ul,.list ol{margin-bottom: 43px;}
.list ul,.list ol{padding-left: 15px;}
.list ul li{list-style-type: disc;}
ul:last-child,ol:last-child{margin-bottom: 0;}
a {text-decoration: none; transition: 0.4s;}

/* ----- Heading Font CSS ------ */
h1,h2,h3,h4,h5,h6 {margin-bottom: 47px;line-height: 1.1; color: #523F38; text-transform: uppercase;}
h1{font-size:55px;line-height: 60px;font-weight: 400; color: #F5B742; margin-bottom: 20px;}
h2{font-size:46px;line-height: 56px;font-weight: 400; color: #fff;}
h3{font-size:45px;font-weight: 400; ;line-height: 50px;}
h4{font-size:26px; line-height: 50px; font-weight: 400;}
h5{font-size:25px; line-height: 23px; font-weight: 700;}
h6{font-size:15px; font-weight: 700; line-height: 25px;}
a:focus,.btn:focus,button:focus,.btn-primary:not(:disabled):not(.disabled):active:focus {outline: none;box-shadow: none;}
input:focus{border: none;outline: none;}

/* global css start */ 
.layout{width: 100%;float:left;background: #fff;}
.full_width{width: 100%;float:left;}
.wrapper{max-width:1390px;margin: 0 auto;width: 100%;padding: 0 30px;}
.wrapper.wrapper-small {max-width: 1160px;}

.btn_one{font-size:15px;transition: 0.4s; display: inline-block; padding: 13px 10px;min-width: 200px;border: 2px solid #50464B; font-family: "Arvo", serif; font-weight: 700;line-height: 1;background: transparent;color: #50464B;text-align: center;}
.btn_one:hover{color:#fff !important;background: #50464B;border: 2px solid #50464B !important;}
.btn_one.btn_white {border-color: #ffffff;color: #ffffff;}
strong{font-weight: 700;}
.main-content {margin-top: 201px; }
.btn_one.update:hover{background: unset !important;color: #fff !important;border: none !important;}
.btn_one.update-new:hover{background: unset !important;color: #4D454A !important;border: none !important;}
.layout{ overflow: hidden;}
/* global css end */


/* main css */

/* header  start*/
/* .header{background-color: #F6B8A5; padding: 27px 0 52px;position: absolute;top: 0;left: 0;z-index: 999;}  */
.header{background-color: #F6B8A5; padding: 27px 0 52px;position: fixed;top: 0;left: 0;z-index: 999;} 
.header .header-contant {display: flex; flex-wrap: wrap;}
.header .wrapper {max-width: 1535px;}
.header .logo {width: 100px;padding-top: 19px;}
.header .logo a {display: block;}
.header .logo img {display: block;}
.header .right_part {width: calc(100% - 100px);padding: 0 0px 0 120px;}
.header .right_part .faq_contact {display: flex;justify-content: flex-end;margin-bottom: 39px;padding-right: 170px;}
.header .right_part .faq_contact ul{ display: flex; flex-wrap: wrap;}
.header .right_part .faq_contact li {display: inline-block;padding-right: 11px;margin-right: 11px;position: relative;}
.header .right_part .faq_contact li:last-child {margin-right: 0;padding-right: 0;}
.header .right_part .faq_contact li::before {content: '';position: absolute;width: 2px;height: 13px;background: #50464B; right: -1px;top: 3px;}
.header .right_part .faq_contact li:last-child::before {display: none;}
.header .right_part .faq_contact li a {display: inline-block;font-size: 13px;font-weight: 700;color: #50464B; text-transform: uppercase;}
.header .right_part .faq_contact li a:hover {text-decoration: underline;}
.header .right_part .navigation ul{ display: flex; flex-wrap: wrap;}
.header .right_part .navigation li {display: inline-block;margin-right: 53px;position: relative;padding-bottom: 27px;}
.header .right_part .navigation li:last-child {margin-right: 0;}
.header .right_part .navigation li a {display: inline-block;font-size: 15px;line-height: 18px;font-weight: 700;color: #50464B;position: relative;transition: 0.4s;}
.header .right_part .navigation li a::before {content: '';position: absolute;width: 0px;height: 2px;background: #50464B;left: 0;bottom: -26px;transition: 0.4s;}
.header .right_part .navigation li:hover a::before {width: 26px;}
.header .right_part .navigation li ul.sub-menu {visibility: hidden;opacity: 0; background-color: #F6B8A5;; position: absolute;left: -25px;top: 100%;width: 200px;transition: 0.4s;z-index: 999;padding: 25px;}
.header .right_part .navigation li:hover ul.sub-menu {visibility: visible;opacity: 1;}
.header .right_part .navigation li li {display: block;position: unset;margin-right: 0;padding-bottom: 0;margin-bottom: 17px;}
.header .right_part .navigation li li::before {display: none;}
.header .right_part .navigation li li:last-child {margin-bottom: 0;}
.header .right_part .navigation li li a {display: inline-block;font-size: 12px;font-weight: 400;color: #50464B;padding: 0;margin: 0;}
.header .right_part .navigation li li a:hover {color: #FFFFFF;}
.header .right_part .navigation li li a::before {display: none;}
.header .right_part .navigation li.current-menu-item a::before{ width: 26px;}
.logo .fly{animation: fade-in 0.5s ease-in forwards;opacity: 0;}
.logo .sun{animation: fade-in 1s ease-in forwards;animation-delay: 1s;opacity: 0;}
.logo .flower{animation: fade-in 1s ease-in forwards;animation-delay: 2s;opacity: 0;}
.logo .house{animation: fade-in 1s ease-in forwards;animation-delay: 3s;opacity: 0;}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  
  }
}

.header.sticky .right_part .faq_contact li a {display: inline-block;font-size: 13px;font-weight: 700;color: #50464B; text-transform: uppercase;}
.header.sticky .right_part .faq_contact li::before {content: '';position: absolute;width: 2px;height: 13px;background: #50464B; right: -1px;top: 3px;}


.banner_sec.banner_layout_one::before {content: '';position: absolute;width: 100%;height:50px;background: #F6B8A5;  left: 0;top:-50px;  z-index: -1; }



/* header  end*/

/* banner_sec start */
.banner_sec.banner_layout_one {padding-top: 48px; padding-bottom: 120px; background-color: #F6B8A5; position: relative; z-index: 2; }
.banner_sec.banner_layout_one .inner_part {display: flex;justify-content: center;align-items: flex-start;}
.banner_sec.banner_layout_two .inner_part {padding: 50px 0 145px;min-height: 690px;display: flex;align-items: flex-end;}
.banner_sec.banner_layout_two h1 {margin-bottom: 0;font-size: 46px;line-height: 56px;color: #fff;font-weight: 700;}

.banner_slider_sec {position: relative;}
.banner_slider_sec .inner_part {min-height: 690px;display: flex;flex-wrap: wrap;justify-content: flex-start;  align-items: flex-end; padding: 150px 0 0;}
.banner_slider_sec .inner_part .text_box {color: #fff; padding:10px; margin-bottom: 125px; padding-left: 110px;}
.banner_slider_sec .inner_part .text_box h1 {color: #fff;font-weight: 700;}
.banner_slider_sec .slick-arrow{ z-index: 11; font-size: 0;cursor: pointer;   background:url('./images/slider_arrow.svg') center center no-repeat; bottom: 155px; display: block;  background-size: 50px; width:50px; height: 50px;  display: block; position: absolute; border: none;}  
.banner_slider_sec .slick-prev.slick-arrow{ left: 5%;  z-index: 1;  transform: rotate(-180deg); }
.banner_slider_sec  .slick-next.slick-arrow{ right: 5%;}
.banner_slider_sec  .banner_card{ min-height: 690px; width: 100%;}
/* .banner_slider_sec   .slick-arrow{ z-index: 11; font-size: 0;   background:url('./images/slider_arrow.svg') center center no-repeat; bottom: 150px; display: block;  background-size: 63px; width:63px; height: 63px;  display: block; position: absolute; border: none;}   */


/* banner_sec end */

/* fix-btn start */
.fix-btn .fix-text h6 a{color: #50464B;display: inline-block;}
.fix-btn{position: fixed; right: 0; top: 50%;transform: translateY(-50%); z-index: 99999;width: 204px ; height: 204px;border-top: 2px solid #523F38;background-color: #F3DDD5; display: flex; align-items: center ; justify-content: center;padding: 50px;}
.fix-btn .fix-text{width: auto;height: auto;}
.fix-btn .fix-text h6{margin-bottom: 0; line-height: 18px;}

.fix-btn:hover .fix-text h6 a{color: #F3DDD5;}
.fix-btn:hover {background-color: #50464B;}
/* fix-btn end */

/* card-section start */
.card-section { position: relative; }


.card-section  .loop_video.desktop_video{  position: fixed;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;z-index: 1; }
.single_img_sec{ position: relative; z-index: 3;}
.footer{ background-color: #fff; z-index: 3; position: relative;}


.repeted-card-sec{width: 100%;}
.repeted-card-sec .card-text{width: auto;background-color: #ffffff; padding: 31px 36px 90px 36px;max-width: 535px; position: relative; min-height: 426px;  background-position-y: -470px; z-index: 4;}
.repeted-card-sec .card-text p{padding-right: 52px; color: #50464B; line-height: 23px;}
.card-sec .card-text h2 {margin-bottom: 20px;font-size: 55px;line-height: 60px;color: #F6B8A5;min-height: 180px; font-weight: 700;}
.text-natuur.card-sec .card-text h2 {margin-bottom: 0;color: #FFF;font-size: 46px;min-height: unset;}
.text-natuur.card-sec.two-card { margin-bottom: 163px;}
.text-natuur.card-sec.two-card .card-text { max-width: 914px; margin:  0 auto; text-align: center;}
.text-natuur img { display: block; margin:  0 auto; }
.repeted-card-sec.card-sec.four-card{position: relative;z-index: 1; margin-bottom: 35px;}
.repeted-card-sec.card-sec.four-card .right-img{ right: -250px; top: -163px;}
.repeted-card-sec.one-card .left-img{ top: 0;}

.cloud_animation img {opacity: 0.8;}

.repeted-card-sec.one-card{margin-bottom: 147px;margin-top: -50px; position: relative;}
.left-img {position: absolute;top: -25px;left: calc(-100% + 332px);display: inline-block; z-index: 1;}
.right-img{position: absolute;right:  calc(-100% + 350px);; bottom: 0;display: inline-block; z-index: 1;}

.card-btn{position: absolute; bottom: 37px;}
.two-card{margin-bottom: 275px;}
.three-card{margin-bottom: 231px; position: relative;}
/* .three-card .btn_one{ background-color: #50464B; color: #fff;} */
.text-natuur{width: 100%; text-align: left;}

.three-card .left-img{ top: -123px;}

.bottom-left-img{position: absolute; bottom: -14%; left: 0; z-index: -1; display: inline-block; transform: rotate(-30deg);}
.bottom-right-img{position: absolute;bottom: -16%;right: 74px;z-index: -1;display: inline-block;transform: rotate(14deg);}
.repeted-card-sec.one-card .innerpart{float: right;}
.repeted-card-sec.four-card .innerpart{float: right;}
.repeted-card-sec.five-card{margin-bottom: 35px; position: relative;} 
.repeted-card-sec.five-card  .left-img{ bottom: calc(-100% + 240px); left: calc(-100% + 430px);  top: unset;}

.repeted-card-sec.six-card  .card-text h1{ color: #fff;}
.repeted-card-sec.six-card  .card-text p{color: #FFFFFF;}
.repeted-card-sec.six-card .card-text h2{ color: #fff;}
.repeted-card-sec.six-card.card-sec .card-text{background-color: #AEB39B; color: #fff;  }

.repeted-card-sec.six-card .innerpart{float: right; margin-bottom: 62px;}
.repeted-card-sec.seven-card .innerpart{float: left;}
.repeted-card-sec.seven-card{margin-bottom: 40px; position: relative;}
.repeted-card-sec.seven-card .right-img { top: -105px; right: 0;}
.repeted-card-sec.eight-card.card-sec { margin-bottom: 211px; position: relative;}
.repeted-card-sec.eight-card.card-sec .right-img{ top: -150px; bottom: unset;}

.repeted-card-sec.eight-card.card-sec .innerpart{ float: right;}
.repeted-card-sec.eight-card.card-sec .card-text{ background-color: #F6B8A5;}
.repeted-card-sec.eight-card.card-sec .card-text{ background-color: #F6B8A5;}
.repeted-card-sec.eight-card.card-sec .card-text h1{ color: #fff;}
.repeted-card-sec.eight-card.card-sec .card-text h2{ color: #fff;}

.repeted-card-sec.nine-card.card-sec{ margin-bottom: -110px; position: relative;}
.repeted-card-sec.nine-card.card-sec .left-img{left: calc(-100% + 470px); }

.single_img_sec{ padding: 263px 0 263px; background-color: #F6B8A5; margin: 0 auto; text-align: center;}
.single_img_sec  img{ margin:  0 auto; text-align: center;}
/* voor-img-text-sec start */
.voor-img-text-sec {padding-top: 170px; padding-bottom: 150px;}
.voor-img-text-sec .voor-img-text{display: flex;flex-wrap: wrap; }
.voor-img-text-sec .left-part{width: 47%;}
.voor-img-text-sec .left-part img {width: 100%;display: block;}
.voor-img-text-sec .right-part {width: 53%;padding: 142px 0 0 59px;}
.voor-img-text-sec .right-part .text_box {width: 100%;max-width: 535px;}
.voor-img-text-sec.alles .right-part .text_box h3,p{color: #4D454A;}
.voor-img-text-sec .right-part .text_box h3{color: #523F38; font-weight: 700; }
.voor-img-text-sec .right-part .text_box p{color: #4D454A;}
.voor-img-text-sec .right-part .text_box .btn_one{color: #4D454A;}
.voor-img-text-sec.voor-img-reverse .left-part {order: 2;}
.voor-img-text-sec.voor-img-reverse  .text_box h3{color: #523F38;}
.voor-img-text-sec.voor-img-reverse  .text_box p{color:#523F38;}
.voor-img-text-sec.voor-img-reverse .right-part {padding: 0 59px 0 0;}
.voor-img-text-sec.voor-img-reverse .right-part .text_box {float: right;}

/* voor-img-text-sec end */

/* text-img-slid-sec start */
.text-img-slid-sec.red {background-color: #BD5633; }
.text-img-slid-sec.red .left-part h3{color: #fff;}
.text-img-slid-sec.red .left-part p{color: #fff;}


.text-img-slid-sec{ padding: 198px 0 217px 0; background-color: #F7C38E; color: #50464B;}
.text-img-slid-sec .text-img-slid{display: flex;flex-wrap: wrap;  justify-content: space-between;}
.text-img-slid-sec .left-part{width: 53%;  padding: 0 88px 0 0;}
.text-img-slid-sec .left-part .text_box {width: 100%;max-width: 506px;float: right;}
.text-img-slid-sec .left-part h3{color: #50464B; font-weight: 700;}
.text-img-slid-sec .left-part p{color: #50464B;margin-bottom: 47px;}
.text-img-slid-sec .right-part{width: 47%;}
.text-img-slid-sec .right-part img {width: 100%;}
.text-img-slid-sec .slick-dots {display: flex;justify-content: center;margin-top: 43px;}
.text-img-slid-sec .slick-dots li button{ display: none;}
.text-img-slid-sec .slick-dots li {display: block;margin: 0 5px;width: 1em;height: 1em;background: rgba(255, 255, 255, 0.5);border-radius: 100px;cursor: pointer;}
.text-img-slid-sec .slick-dots li.slick-active {transition: left 0.3s 0.1s cubic-bezier(0.51, 0.92, 0.24, 1.15), right 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15); background-color: #fff;}


.text-img-slid-sec.location .left-part h3{ margin-bottom: 97px;}
.text-img-slid-sec.location .mob_title h3{ display: none; margin-bottom: 40px;}
.text-img-slid-sec.green.red_color{ background-color: #BD5633;}
.text-img-slid-sec.green{ background-color: #AEB39B;}
.text-img-slid-sec.green .left-part h3{ color: #fff;}
.text-img-slid-sec.green .left-part p{ color: #fff;}

/* text-img-slid-sec end */

.video_sec{ padding:111px 0 102px;  background-color: #BD5633;}
/* .video_sec .video_card{ display: flex;  flex-wrap: wrap; gap: 30px; } */
.video_sec .video_item{width: calc(33% - 17px);}
.video_sec .img_box{ margin-bottom: 60px; position: relative; display: block; width: 100%;}
.video_sec .text_box{text-align: center;}
.video_sec  h4{ line-height: 30px; color: #fff; font-weight: 400; }
.video_sec  h3{ color: #fff; text-align: center; margin-bottom: 110px; font-weight: 700;}
.video_sec .mob_title h3{ margin-bottom: 30px; text-align: left; display: none;}
.video_sec .img_box::before{ content: ""; top:0; left: 0; height: 100%; width: 100%; position: absolute; background:url('./images/play_btn.svg') center center no-repeat; background-size: 74px;  z-index: 1;}
.video_sec .btn{ display: flex; justify-content: center; align-items: center; margin-top: 40px;}
.video_sec .video_item.slick-slide{ margin:  0 15px;}
.video_sec .slick-dots { display: flex; justify-content: center; margin-top: 43px;}
.video_sec .slick-dots li {display: block;margin:0 5px;width: 1em;height: 1em;background:rgba(255, 255, 255, 0.5);border-radius:100px;cursor: pointer; }
.video_sec .slick-dots li button{ display: none;}

.video_sec  .slick-dots { margin-top: 0px; position: absolute; top: -45px; left: 50%; transform: translateX(-50%);}
.video_sec .slick-dots li.slick-active {transition:left 0.3s 0.1s cubic-bezier(0.51, 0.92, 0.24, 1.15), right 0.3s cubic-bezier(0.51, 0.92, 0.24, 1.15);background-color: #fff;}

/* colomos-sec start */
.colomos-sec{padding-top: 198px; padding-bottom: 157px; background-color: #EBD7B1;}
.colomos-sec .title-part h3{color: #50464B;}
.colomos-sec .text-part p{color: #50464B;}
.colomos-sec .colomos-contant {display: flex;flex-wrap: wrap; gap: 30px; }
.colomos-sec .colomos-contant .text-part {width: calc(50% - 15px);}
/* .colomos-sec .colomos-contant .text-part p {margin-bottom: 150px;} 
.colomos-sec .colomos-contant .text-part p:last-child {margin-bottom: 0;} */
.colomos-sec .button_box{width: calc(50% - 15px);float: right;margin-top: 27px;}

/* colomos-sec end */

/* footer start */
.footer{padding-top: 126px; padding-bottom: 76px;} 
.footer .wrapper{max-width: 1380px;padding-left: 172px;}
.footer .footer_top{display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 88px; }
.footer .footer_top .left-part{width: 80%; display: flex; flex-wrap: wrap; justify-content: space-between; column-gap: 20px;}
.footer .footer_top .left-part .menu-col h6{margin-bottom: 75px; line-height: 18px;}
.footer .footer_top .left-part .menu-col{width: calc(16.6% - 17px);}
.footer .footer_top .right-part{width: 15%;}
.footer .footer_top .left-part .menu-col ul li {margin-bottom: 6px;}
.footer .footer_top .left-part .menu-col ul li:last-child {margin-bottom: 0px;}
.footer .footer_top .left-part .menu-col ul li a{font-size: 12px; line-height: 12px;color: #50464B;display: inline-block;}
.footer .footer_top .left-part .menu-col ul li a:hover {text-decoration: underline;}
.footer .footer_top .right-part ul li {background-color: #50464B; cursor: pointer; min-width: 46px; min-height: 46px; border-radius: 100%; display: flex; justify-content: center; align-items: center; margin-right: 15px;}
.footer .footer_top .right-part ul{display: flex; justify-content: right; }
.footer .footer_top .right-part ul li:last-child{margin-right: 0;}
.footer .footer_top .left-part .menu-col h6{position: relative;}
.footer .footer_top .left-part .menu-col h6::before{position: absolute; content: ""; bottom: -28px; left: 0; width: 14%; height: 2px; background-color: #50464B;}

.footer-bottom .f-bottom-contant{display: flex; flex-wrap: wrap; width: 80%; margin-bottom: 79px; padding-top: 31px; justify-content: space-between;}
.footer-bottom .left-part{width: 44%;}
.footer-bottom .left-part ul {display: flex;flex-wrap: wrap;}
.footer-bottom .left-part ul li{margin-right: 10px;}
.footer-bottom .left-part ul li a{font-size: 12px; line-height: 25px;color: #40343A;text-decoration: underline;}
.footer-bottom .left-part ul li:last-child{margin-right: 0;}
.footer-bottom .right-part{width: 50%; max-width: 275px; display: flex; justify-content: flex-end; flex-wrap: wrap;}
.footer-bottom .right-part a{ color: #40343A; font-weight: 500; text-decoration: underline;}
.footer-bottom .right-part p{font-size: 12px; line-height: 18px; margin-bottom: 0;}
.footer-logo .f-logo{text-align: center;}
.footer-logo .f-logo img{display: inline;}

.footer .footer_top .right-part .moile-bottom-contant {display: none;}
.footer-bottom.footer-bottom-mobile {display: none;}
.footer-logo .f-logo{padding-right: 150px;}

.footer h6 a {color:#523F38;}

/* footer end */

/* big_image_sec start */
.big_image_sec.alles{background-size: cover !important;min-height: 1070px;height: 100%;width: 100%;background-repeat: no-repeat !important;}
.big_image_sec.alles .inner_part{ min-height: 100%;height: 100%;}
.big_image_sec.alles .inner_part .text_box h3{ font-weight: 700;}

.big_image_sec.image .inner_part {min-height: 999px; }
.big_image_sec.center .inner_part {padding: 200px 0; display: flex; justify-content: center; align-items: center; position: relative;}
.big_image_sec .inner_part .text_box.img_box{margin:  0 auto; max-width: 920px;   }

.big_image_sec .inner_part {padding: 200px 0;min-height: 895px;}
.big_image_sec .inner_part .text_box {width: 100%;max-width: 535px;}
.big_image_sec .inner_part .text_box h3, .big_image_sec .inner_part .text_box p {color: #ffffff;}
.big_image_sec .inner_part .text_box p {font-size: 25px;line-height: 35px;}

.big_image_sec.bg-gradient{position: relative;}
.big_image_sec.bg-gradient::after{content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(112,112,112,0.5) 0%, rgba(112,112,112,0.26) 22.61%, rgba(112,112,112,0) 50%); z-index: 1;}

/* big_image_sec end */

/* carousel-sec start  */
.carousel-sec.white {background-color: #fff;}
.carousel-sec.white .carsoule-slider .carsoule-img p{ color: #50464B;}
.carousel-sec.white .carousel-title h3{ color:#50464B}
.carousel-sec.white  .carsoule-slider .slick-arrow.slick-prev {background: url('./images/left_arrow2.svg')left center  no-repeat;}
.carousel-sec.white  .carsoule-slider .slick-arrow.slick-next {background: url('./images/right_arrow2.svg')right center  no-repeat;}


.carousel-sec{background-color: #AEB39B;padding-top: 141px; padding-bottom: 120px;}
.carousel-sec .carousel-title h3{ font-weight: 700; color: #fff;}
.carousel-sec .inner-part .carousel-title{ width: 100%;display: block;}
.carousel-sec .carsoule-slider .carsoule-img p{ color: #fff; margin-bottom: 0; margin-top: 22px;}
.carousel-sec .carsoule-slider .slick-slide {margin: 0 15px;}
.carousel-sec .carsoule-slider{width: calc(100% + 15px); margin-left: -15px;}
.carousel-sec .carsoule-slider .slick-list  {padding-right: 30% !important;}    
.carousel-sec .carsoule-slider button{outline: none; border: none;}
.carousel-sec .carsoule-slider .slick-arrow {position: absolute;top: 46%; transform: translateY(-50%); z-index: 10;font-size: 0;width: 35px; cursor: pointer; height: 61px; outline: none;}
.carousel-sec .carsoule-slider .slick-arrow.slick-prev {left: -98px;background: url('./images/left-arrow.svg')left center  no-repeat;}
.carousel-sec .carsoule-slider .slick-arrow.slick-next {right: -114px;background: url('./images/right-arrow.svg')right center  no-repeat;}
/* carousel-sec end  */


/* buurten start */
.buurten.wonen .map-text-part .left-part .right-img{width: calc(57% - 3px); position: unset;} 
.buurten{background-color: #F7C38E; padding-top: 183px; padding-bottom: 215px;} 
.buurten .top-part{padding-left: 113px; max-width:905px; margin-bottom: 113px;}
.buurten .top-part p{font-size: 25px; line-height: 35px;margin-bottom: 0;color: #523F38;}
.buurten .top-part h3{margin-bottom: 97px; font-weight: 700;}
.map-text-part {display: flex;flex-wrap: wrap; justify-content: space-between;margin-bottom: 113px;}
.map-text-part .left-part .left-map{width: calc(43% - 3px);} 
.map-text-part .left-part .right-img{width: calc(57% - 3px);}
.map-text-part:last-child{margin-bottom: 0;}
.map-text-part .left-part{width:calc(100% - 340px); display: flex; justify-content: space-between; gap: 6px;flex-wrap: wrap;}
.map-text-part .left-part .title.desktop_none h3{display: none; font-size: 25px ; line-height: 30px; }
.map-text-part .left-part .title.desktop_none {display: none;}

.map-text-part .left-part img{ object-fit: cover; height: 100%;}
.map-text-part .right-part{width: 310px;display: flex;flex-wrap: wrap;justify-content: space-between; margin-left: 30px;}
.map-text-part .right-part .text-part{ display: flex;flex-direction: column; justify-content: space-between;}
.map-text-part .right-part .text-part .contant p{color: #523F38;}
.map-text-part .right-part .text-part .title h3{font-size: 36px; line-height: 36px; font-weight: 700;}
/* buurten end  */

/* hangelo-sec  start*/
.hangelo-sec.red{background-color: #BD5633; padding-top: 144px; padding-bottom: 139px;}
.hangelo-sec{background-color: #4D454A; padding-top: 144px; padding-bottom: 139px;}
.hangelo-sec .hangelo-title h2{margin-bottom: 56px;}
.hangelo-sec .hangelo-title h3{margin-bottom: 56px; color: #fff;font-weight: 700;}
.hangelo-sec .holgelo-slider {margin-left: -40px; width: calc(100% + 80px);}
.hangelo-sec .holgelo-slider .slider-card {margin: 0 40px;}
.hangelo-sec .holgelo-slider .slider-card img {margin-bottom: 32px;display: block; width: 100%;}
.hangelo-sec .holgelo-slider .slider-card h3 {font-size: 26px; color: #fff;margin-bottom: 12px; font-weight: 700;}
.hangelo-sec .holgelo-slider .slider-card p { color: #fff; margin-bottom: 69px;}
.hangelo-sec .holgelo-slider .slider-card a {border: 2px solid #fff; color: #fff;}
.hangelo-sec .holgelo-slider button {outline: none; border: none;}
.hangelo-sec .holgelo-slider .slick-arrow {position: absolute;top: 37%; transform: translateY(-50%); z-index: 10;font-size: 0;width: 35px; cursor: pointer; height: 61px; outline: none;}
.hangelo-sec .holgelo-slider .slick-arrow.slick-prev {left: -74px;background: url('./images/left-arrow.svg')left center  no-repeat;background-size: 35px;}
.hangelo-sec .holgelo-slider .slick-arrow.slick-next {right: -74px;background: url('./images/right-arrow.svg')right center  no-repeat;background-size: 35px;}
/* hangelo-sec end  */

/* heerlijke start */
.heerlijke{background-color: #F7C38E; padding-top: 144px; padding-bottom: 156px;}
.heerlijke .hengleo-item{ display: flex; flex-wrap: wrap; justify-content: space-between; gap: 80px; } 
.heerlijke .hengleo-item .hengleo-card h4{ line-height: 50px;  margin-bottom: 13px; font-weight: 700; } 
.heerlijke .hengleo-item .hengleo-card p{margin-bottom: 0;}
.heerlijke .hengleo-item .hengleo-card{width: calc(33.33% - 56.6px);}
.heerlijke .hemgelo-title h2{color: #4D454A; margin-bottom: 43px;  font-weight: 700;}
.heerlijke .hemgelo-title h3{color: #4D454A; margin-bottom: 43px;  font-weight: 700;}
.heerlijke .hemgelo-title h5{color: #4D454A; margin-bottom: 42px; font-weight: 400; line-height: 35px;text-transform: none; }
.heerlijke  .hemgelo-title > p{color: inherit; display: none;}
/* heerlijke end  */

/* map-sec start */
.map-sec {padding: 123px 0;}
.map-sec .wrapper{max-width: 1396; }
.map-sec .map iframe{width: 100%; height: 1246px;display: block;border:0;}
/* map-sec end */

/* nieuws-section  START */
.nieuws-section {padding-top: 135px; padding-bottom: 156px;}
.nieuws-section .nieuws-title h3{font-weight: 700; text-align: center; margin-bottom: 86px; color: #4D454A;}
/* .nieuws-section .nieuws-items{display: flex;justify-content: flex-start; flex-wrap: wrap; gap: 85px;} */
/* .nieuws-section .nieuws-items .nieuws-card{width: calc(33.33% - 57px);} */
.nieuws-section  .slick-slide{ margin:  0 42px;}
.nieuws-section .nieuws-items .nieuws-card img{margin-bottom: 36px;}
.nieuws-section .nieuws-items .nieuws-card h4{min-height: 113px; border-bottom: 2px solid #E0D0B2; padding-bottom: 21px; margin-bottom: 21px; line-height: 30px; color: #4D454A; font-weight: 700; }
.nieuws-section .nieuws-items .nieuws-card p{margin-bottom: 21px; color: #4D454A;}
.nieuws-section.news_detail .nieuws-items .nieuws-card{width:100%;}
.nieuws-section.news_detail .nieuws-items .nieuws-card h4{min-height: unset;border-color: #4D454A; font-weight: 700;}
.nieuws-section .nieuws-items .btn_one{ color: #4D454A;}

.nieuws-section .pagination{ display: none;}
.nieuws-section .slick-arrow { border: none; position: absolute; top: 43%; transform: translateY(-50%); z-index: 10; font-size: 0; width: 20px; cursor: pointer; height: 61px; outline: none;}
.nieuws-section .slick-arrow { width: 20px; height: 40px;}
.nieuws-section .slick-arrow.slick-next { right: 0; background:url('./images/right_arrow2.svg')right center no-repeat; background-size: auto; background-size: 40px;}
.nieuws-section .slick-arrow.slick-prev { left: 0; background:url('./images//left_arrow2.svg')left center no-repeat;  background-size: auto; background-size: 40px;}

/* agenda-sec start */
.agenda-sec{background-color: #EBD7B1; padding-top: 147px ;padding-bottom: 139px;}
.agenda-sec .agenda-title h3{text-align: center; font-weight: 700; margin-bottom: 74px;}
.agenda-sec .agenda-slider .slick-list { margin: 0 -40px;}
.agenda-sec .agenda-slider .agenda-card{  text-align: center; margin: 0 40px;}
.agenda-sec .agenda-slider .agenda-card strong{color: #4D454A;}
.agenda-sec .agenda-slider .agenda-card a{color: #4D454A;}
.agenda-sec .agenda-slider .agenda-card span{ font-size: 18px; line-height: 30px; margin-bottom: 20px; display: block; color: #4D454A;}
.agenda-sec .agenda-slider .agenda-card img{margin-bottom: 16px;  display: inline;  }
.agenda-sec .agenda-slider .agenda-card h4{line-height: 30px; margin-bottom: 30px; color: #4D454A;}
.agenda-sec .agenda-slider .agenda-card p{margin-bottom: 93px; color: #4D454A;}
.agenda-sec .agenda-slider button{outline: none; border: none;}
.agenda-sec .agenda-slider .slick-arrow {position: absolute;top: 46%; transform: translateY(-50%); z-index: 10;font-size: 0;width: 35px; cursor: pointer; height: 61px; outline: none;}
.agenda-sec .agenda-slider .slick-arrow.slick-prev {left: -114px;background: url('./images/prev-arrow.svg')left center no-repeat;}
.agenda-sec .agenda-slider .slick-arrow.slick-next {right: -114px;background: url('./images/next-arrow.svg')right center no-repeat;}
/* agenda-sec end */

/* kijker-sec start */
.kijker-sec {padding-top: 144px; padding-bottom: 178px;}
.kijker-sec .kijker-title h3{text-align: center; font-weight: 700; margin-bottom: 114px; color: #4D454A;}
.kijker-sec .video-item .video-card{width: calc(33.33% - 20px ); text-align: center; }
.kijker-sec .video-item{display: flex; gap: 30px; flex-wrap: wrap; }
.kijker-sec .video_popup .image-play{position: relative; cursor: pointer; z-index: 11;}
.kijker-sec .video_popup .image-play > img{object-fit: cover; width: 100%;}
.kijker-sec .video_popup .image-play span{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 1; }
.kijker-sec .back-video{position: absolute; top: 0; left: 0; height: 100%; width: 100%;z-index: -1; object-fit: cover; }
.kijker-sec .video_popup{width: 100%; margin-bottom: 60px;}
.kijker-sec .back-video {width: 100%;  }
.kijker-sec .video-item .video-card h4{line-height: 30px; color: #4D454A; margin-bottom: 0;}
.image-play.videoWrapperActive span{display: none;}
.image-play.videoWrapperActive .back-video{z-index: 99;}
/* kijker-sec end */

/* planning-sec start */
.planning-sec.red {background-color: #BD5633;}
.planning-sec{background-color: #4D454A; padding-bottom: 240px; padding-top: 144px;}
.planning-sec .planning-title h3{color: #fff; font-weight: 700; text-align: center; margin-bottom: 155px;}
.planning-sec .planning-item{display: flex;  flex-wrap: wrap; gap: 32px; }
.planning-sec .planning-card{width: calc(33.33% - 24px); text-align: center; margin-top:50px; }
.planning-sec .planning-card img{margin-bottom: 68px; display: inline; max-height: 60px;}
.planning-sec .planning-card h4{color: #FFFFFF;margin-bottom: 21px; min-height: 122px; border-bottom: 2px solid #fff; line-height: 30px; font-weight: 700;}
.planning-sec .planning-card p{color: #FFFFFF; margin-bottom: 0;}
/* planning-sec end */

/* hoogte-sec start */
.hoogte-sec.green{background-color: #AEB39B;}
.hoogte-sec.green .inner-part .left-part p{color: #fff; margin-bottom: 75px;}
.hoogte-sec.green .inner-part .left-part h3{color: #fff; font-weight: 700;} 
.hoogte-sec.green .form-part .field.btn-verzend input{ color: #fff;  border: 1px solid #fff; }
.hoogte-sec.green .form-part .field  input{ color: #fff;  }
.hoogte-sec.green .form-part .field label{ color: #fff;  font-weight: 700;}

.hoogte-sec{background-color: #EBD7B1; padding-top: 198px; padding-bottom: 100px;}
.hoogte-sec .inner-part{width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 59px; margin-left: 55px; }
.hoogte-sec .wrapper{max-width: 1270px;}
.hoogte-sec .inner-part .left-part{width: calc(47% - 30px);}

.hoogte-sec .inner-part .left-part .field p{margin-bottom: 0;}
.form-part{display: block;}
.form-part .field{width: 100%; display: block; margin-bottom: 12px;}
.form-part .field:last-child{margin-bottom: 0px;}
.form-part .field label{line-height: 23px; font-weight: 700; color: #4D454A; margin-bottom: 17px; display: inline-block;}
.form-part .field input{width: 100%;background-color: transparent;padding: 12px; resize: none; padding-left: 10px;border: 2px solid #fff;outline: none;font-family: "Arvo", serif;}
.form-part .field textarea{width: 100%; background-color: transparent;height: 86px; padding-left: 10px; resize: none;border: 2px solid #fff;outline: none;padding: 12px;font-family: "Arvo", serif;}
.form-part .field.btn-verzend{max-width: 200px; margin-top: 44px;position: relative;}

.form-part .field.verzend-two input{cursor: pointer;}
.form-part .field.btn-verzend input{font-weight: 700; }
.hoogte-sec .inner-part .left-part h3{color: #4D454A;font-weight: 700;} 
.hoogte-sec .inner-part .right-part{width: calc(53% - 30px);}
.form-part .field > p{margin-bottom: 0;}
.wpcf7-spinner{position: absolute !important;right: 0 !important;top: 0 !important;}
.wpcf7 form.sent .wpcf7-response-output {border-color: #523F38!important;background-color: #523F38!important;color: #fff;border-radius: 50px;text-align: center !important;  padding: 7px 14px !important;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output { background: red; color:#fff; border-color: red !important;  border-radius: 50px;text-align: center !important;  padding: 7px 14px !important; }
.wpcf7-submit {background-color:transparent !important;color:#fff !important;cursor: pointer;border-color: none !important;border:2px solid#fff !important;}
.wpcf7-submit:hover {background-color: #4D454A !important;color:#fff !important;border-color: none !important; border:2px solid#4D454A !important;}
.form-part .field.verzend-two{max-width: 200px; margin-top: 35px; position: relative;}
.volg-sec .inner-part .left-part p{margin-bottom: 44px;}
.hoogte-sec.volg-sec {padding-bottom: 215px;}
.social-media-icon ul {display: flex;}
.social-media-icon ul li{width: 47px ; height: 47px; border-radius: 100%; display: flex;align-items: center; background-color: #4D454A; justify-content: center; margin-right: 15px; cursor: pointer;}
.social-media-icon ul li:last-child{margin-right: 0;}
.hoogte-sec.update{background: #F7C38E;}
/* hoogte-sec end */

/* contant-sec start */
.contant-sec {padding-top: 162px; padding-bottom: 191px;}
.contant-sec .inner-part{display: flex; flex-wrap: wrap; justify-content: space-between;}
.contant-sec .left-part{width: 45%;padding-top: 25px;}
.contant-sec .left-part h3{color: #4D454A; font-weight: 700;}
.contant-sec .right-part{width: 55%; padding-left: 76px; }
.contant-sec input{border: 2px solid #4d4544 !important;outline: none;}
.contant-sec textarea{border: 2px solid #4d4544 !important;outline: none;}
.contant-sec .wpcf7-submit{color: #4d4544 !important;}
.contant-sec .wpcf7-submit:hover{color: #fff !important;}


/* contant-sec end */

/* we-maken start */
.we-maken.red {background-color: #F7C38E; color: #50464B; }
.we-maken.red  .maken-card .card h4{ font-weight: 700;  color: #50464B;}
.we-maken.red  .maken-card .card p{ color: #50464B; }
.we-maken.red  .maken-card .card a{  color: #50464B;}
.we-maken.red  .title-part h2{  color: #50464B;}


.we-maken{background-color: #AEB39B; padding-top: 144px; padding-bottom: 123px;}
.we-maken .title-part h2{font-weight: 700; text-align: center; margin-bottom: 112px;}
.we-maken .maken-card{ display: flex;flex-wrap: wrap; justify-content: space-between;gap: 79px; margin-bottom: 103px;}
.we-maken .maken-card .card{ width:calc(33.33% - 53px); text-align: center;  }
.we-maken .maken-card .card h4{line-height: 30px; color: #fff; margin-bottom:30px; font-weight: 700;}
.we-maken .maken-card .card p{ color: #fff; margin-bottom: 15px;}
.we-maken .maken-card .card img{display: inline; margin-bottom: 22px;}
.we-maken .maken-card .card a{font-weight: 700; color: #fff; border: none;}
.we-maken .voor-imges{display: flex; flex-wrap: wrap;  text-align: center;gap: 79px;}
.we-maken .voor-imges .voor-img{width: calc(33.33% - 53.3px);}
.we-maken .voor-imges .voor-img img{display: inline;}
/* we-maken end */

/* vragen-sec start */
.vragen-sec {padding-top: 187px; padding-bottom: 104px;}
.vragen-sec .vragen-top-part{max-width: 490px; width: 100%; margin-bottom: 107px;}
.vragen-sec .vragen-top-part p{margin-bottom: 0;}
.vragen-sec .vragen-top-part h3{color: #4D454A; font-weight: 700;}
.accordain-part{width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 71px;}
.accordain-part:last-child{margin-bottom: 0;}
.accordain-part .accordain-title{width: calc(50% - 52px); text-align: right;}
.accordain-part .accordain-title h5{color: #4D454A; margin-bottom: 0; font-weight: 700;}
.accordain-part .accordain:first-child{border: none; padding-top: 0;}
.accordain-part .accordain{padding-left: 15px;border-top: 2px solid #F6B8A5; padding-top: 25px ; padding-bottom: 25px;}
.accordain-part .right-part{width: 50%;}
.accordain-part .accordain .acc-heading{width: 100%; text-align: left; position: relative; cursor: pointer; padding-right: 55px;}
.accordain-part .accordain .acc-heading::before{position: absolute; content: ""; right: 20px; transition: 0.5s; top: 8px;width: 14px; height: 25px; background: url(./images/accordain-icon.svg)center center no-repeat;}
.accordain-part .accordain .acc-heading.open::before{transform: rotate(90deg);}
.accordain-part .accordain .acc-heading h6{margin-bottom: 0; color:  #4D454A;}
.accordain-part .accordain .acc-heading:first-child h6{margin-top: 0; text-transform: inherit;}
.accordain-part .accordain .acc-contant{display: none; margin-top: 20px;padding-right: 55px;}
/* vragen-sec end */


.mob-menu{display: none;}
.lines{width: 30px; display: block; cursor: pointer;}
.lines span{width: 100%; height: 2px;background-color: #4D454A; padding-bottom: 0; margin-bottom: 6px;display: block;transition: ease-in-out 0.5s;position: relative;}
.lines span:last-child{margin-bottom: 0;}
.mob-menu{display: none;z-index: 99;}
.hidemobile {display:none !important;}
.lines.show span:nth-child(3){ transform: translate(0, -11px) rotate(45deg); top: 11px;}
.lines.show span:nth-child(2){ transform:translate(0, 11px) rotate(-45deg);top: -1.9px;}
.lines.show span:nth-child(1){display: none;}
.lines.show {cursor: pointer;}
.lines span:first-child {width: 18px !important;}


.error_page{padding: 100px 0;background: #F6B8A5;;}
.error_page *{color: #50464B;}
.error_page.center{text-align: center;}
.error_page h1,.error_page h2,.error_page h3,.error_page h4,.error_page h5,.error_page h6{margin-bottom: 20px;}
.wp-pagenavi{margin-top: 80px;display: flex;justify-content: center;}
.wp-pagenavi a,.wp-pagenavi span{display: inline-block;width: 40px;height: 40px;display: flex;justify-content: center;align-items: center;font-size: 18px;border-color: #50464B !important;color: #50464B;transition: 0.4s;}
.wp-pagenavi a:hover,.wp-pagenavi span:hover{background: #F6B8A5;;}
body.stop_scroll{overflow: hidden;}
.menu-arrow{background: url(images/right-arrow-brown.svg)right center no-repeat;background-size: 20px;display: inline-block;width: 20px;height: 20px;transform: rotate(0deg);transition: 0.4s;display: none;}
.social_icon_menu{display: none;}



/* Responsive Css Start */
@media screen and (max-width:1366px) {
.wrapper,.footer .wrapper{padding: 0 60px;}
.header{padding: 26px 0;}
.main-content{margin-top: 160px;}
.header .right_part .faq_contact,.footer-logo .f-logo{padding-right: 0px;}
.fix-btn{width: 120px; height: 120px; padding: 20px;}
.header .right_part .faq_contact{margin-bottom: 25px;}
.fix-btn .fix-text h6{font-size: 12px;}
.fix-btn .fix-text h6 br{display: none;}
.text-natuur.card-sec.two-card{margin-left: 0;}

h1 {font-size: 50px;line-height: 55px;}
h3{font-size: 40px;line-height: 45px;}
h1, h2, h3, h4, h5, h6{margin-bottom: 25px;}
.banner_sec.banner_layout_two h1,.card-sec .card-text h2,h2{font-size: 46px;line-height: 56px;}
.card-sec .card-text h2{min-height: 165px;}
.repeted-card-sec .card-text p{padding-right: 0;}
.repeted-card-sec.one-card,.three-card,.repeted-card-sec.five-card,.repeted-card-sec.six-card .innerpart,.repeted-card-sec.seven-card{margin-bottom: 140px;}
.two-card {margin-bottom: 185px;}

.hangelo-sec .holgelo-slider .slider-card{margin: 0 20px;}.hoogte-sec .inner-part{margin-left: 0;}
.carousel-sec .carsoule-slider .slick-arrow.slick-prev,.hangelo-sec .holgelo-slider .slick-arrow.slick-prev,
.agenda-sec .agenda-slider .slick-arrow.slick-prev{left: -36px; background-size: 25px;}
.carousel-sec .carsoule-slider .slick-arrow.slick-next,.hangelo-sec .holgelo-slider .slick-arrow.slick-next,
.agenda-sec .agenda-slider .slick-arrow.slick-next{right: -36px; background-size: 25px;}

.footer,.voor-img-text-sec,.text-img-slid-sec,.colomos-sec,.big_image_sec .inner_part,.carousel-sec,.buurten,.hangelo-sec,.map-sec,.heerlijke,
.nieuws-section,.agenda-sec,.kijker-sec,.planning-sec,.hoogte-sec,.contant-sec,.we-maken,.hoogte-sec.volg-sec,.vragen-sec,.error_page{padding: 80px 0;}
.footer .footer_top,.footer-bottom .f-bottom-contant,.buurten .top-part,.map-text-part,.nieuws-section .nieuws-title h3,.agenda-sec .agenda-title h3,
.kijker-sec .kijker-title h3,.planning-sec .planning-title h3,.we-maken .title-part h2,.we-maken .maken-card,.vragen-sec .vragen-top-part{margin-bottom: 80px;}
.buurten .top-part h3,.big_image_sec .inner_part .text_box p,.kijker-sec .video_popup,.planning-sec .planning-card img,.hoogte-sec .inner-part .left-part p{margin-bottom: 40px;}

.footer .footer_top .left-part .menu-col h6::before{bottom: -20px;}
.footer .footer_top .left-part .menu-col h6{margin-bottom: 55px;}
.footer-bottom .f-bottom-contant{padding-top: 0;}
.banner_sec.banner_layout_two .inner_part{padding: 60px 0;min-height: 500px;}
.voor-img-text-sec .right-part{padding: 50px 0 0 50px;}
.colomos-sec .button_box{margin-top: 0;}
.big_image_sec .inner_part{min-height: 520px;display: flex;align-items: center;}
.big_image_sec .inner_part .text_box{max-width: 525px;}
.buurten .top-part{padding-left: 66px}




.buurten .top-part p,.big_image_sec .inner_part .text_box p{font-size: 20px;line-height: 30px;}
.carousel-sec .carsoule-slider .slick-list{margin-right: 15px;}
.map-sec p:last-child{margin-bottom: 0;}
.heerlijke .hengleo-item,.nieuws-section .nieuws-items{gap: 50px;}
.heerlijke .hengleo-item .hengleo-card,.nieuws-section .nieuws-items .nieuws-card {width: calc(33.33% - 34px);}
.heerlijke .hengleo-item .hengleo-card h4{line-height: 35px;}
.agenda-sec .agenda-slider .slick-list {margin: 0px}
.agenda-sec .agenda-slider .agenda-card{margin: 0 25px;}
.agenda-sec .agenda-slider .agenda-card p{margin-bottom: 50px;}
.kijker-sec .video_popup .image-play span img{width: 60px;}
.contant-sec .left-part{padding-top: 0;}
.vragen-sec .vragen-top-part{max-width: 555px;}


.big_image_sec.alles{ min-height: 800px;}
.banner_slider_sec .slick-prev.slick-arrow{ left: 6.3%;}
.big_image_sec.center .inner_part{ padding: 80px 0;}


}

@media screen and (max-width:1279px) {
.header .right_part{padding: 0 0px 0 60px;}
.wrapper, .footer .wrapper {padding: 0 40px;}
.header .right_part .navigation li{margin-right: 32px;}
.banner_sec.banner_layout_one .inner_part img{width: 226px;margin: 0 auto;display: block;}
.repeted-card-sec.card-sec.four-card{margin-bottom: 140px;}
.repeted-card-sec.five-card .card-text{margin-top: 0;}

.footer .footer_top .left-part{width: 100%;}
.footer .footer_top .right-part{width: 100%;margin-top: 80px;}
.footer .footer_top .right-part ul{justify-content: center;}
.voor-img-text-sec .right-part{padding-top: 0;}
.banner_sec.banner_layout_two .inner_part{min-height: 410px;}
.header .logo{padding-top: 0;}
.main-content {margin-top: 158px;}
.carousel-sec .carsoule-slider,.hangelo-sec .holgelo-slider{width: 100%;margin: 0;padding: 0 25px;}
.agenda-sec .agenda-slider{padding: 0 25px;}

.carousel-sec .carsoule-slider .slick-arrow.slick-prev,.hangelo-sec .holgelo-slider .slick-arrow.slick-prev,
.agenda-sec .agenda-slider .slick-arrow.slick-prev{left: -10px;}
.carousel-sec .carsoule-slider .slick-arrow.slick-next,.hangelo-sec .holgelo-slider .slick-arrow.slick-next,
.agenda-sec .agenda-slider .slick-arrow.slick-next{right: -10px;}
.buurten .top-part{padding-left: 0;}
.hangelo-sec .holgelo-slider .slider-card,.agenda-sec .agenda-slider .agenda-card{margin: 0 15px;}
.heerlijke .hengleo-item, .nieuws-section .nieuws-items,.kijker-sec .video-item,.we-maken .maken-card {gap: 20px;}
.heerlijke .hengleo-item .hengleo-card, .nieuws-section .nieuws-items .nieuws-card,.kijker-sec .video-item .video-card,.we-maken .maken-card .card {width: calc(33.33% - 14px);}
.kijker-sec .video_popup .image-play span img {width: 50px;}



.text-natuur.card-sec.two-card .card-text{ max-width: 760px;}
.big_image_sec .inner_part .text_box.img_box{max-width: 760px;}
.single_img_sec img{ max-width: 75%;}
.single_img_sec{ padding: 200px 0;}
.big_image_sec.image .inner_part{min-height: 520px;}
.big_image_sec .inner_part{min-height: 520px;}
.map-sec .map iframe{ height: 900px;}
.banner_slider_sec .slick-prev.slick-arrow {left: 4.1%;}

}

@media screen and (max-width:1023px) {
h1{font-size:45px;line-height: 50px;}
.banner_sec.banner_layout_two h1,.card-sec .card-text h2,h2{font-size:38px;line-height: 48px;}
h3{font-size:35px;line-height: 40px;}
h4{font-size:24px;line-height: 40px; }
h5{font-size:22px;line-height: 23px; }
h6{font-size:15px;line-height: 25px;}

.main-content.home{margin-top: 64px;}
.navigation ul{display: none;}
.header .right_part .faq_contact{display: none;}
.fix-btn{display: none;}
.header {padding: 38px 0;}
.header .header-contant {display: flex; flex-wrap: wrap ; justify-content: space-between;}
.header .right_part{width: calc(100% - 77px);padding: 0;}
.header .logo{width: 77px; height: 80px; padding-top: 0; order: 2}
.header .navigation{pointer-events: none; padding:120px 73px 50px; visibility: hidden; height: auto; display: flex; flex-wrap: wrap; opacity: 0;  position: fixed; top: 0;left: 0%;right: 0; width: 100%; background-color: #F6B8A5;; text-align: center; margin: 0 auto; transition: 1s;}
.header .navigation > ul > li.open .sub-menu{display: block !important;visibility: visible; margin-top: 0px; width: 100%; text-align: center; position: static; opacity: 1;transform: unset; transition: 1s;padding: 32px 0 0;background: transparent;}
.header .navigation.show{visibility: visible; left: 0; opacity: 1; z-index: 9;overflow: auto;height: 628px;pointer-events: all;}
.carousel-sec .carsoule-slider .slick-list{padding-right: 0% !important;}
.carousel-sec .wrapper.wrapper-small{max-width: 750px;}
.carousel-sec .carsoule-slider .slick-slide img{height: 350px;}
.carousel-sec .carsoule-slider .slick-slide img{width: 100%;}
.mob-menu{display: block;position: relative;}
	.hidemobile {display:block !important;}

.navigation.show ul{display: block; width: 100%;padding-right: 30px;}
.header .right_part .navigation li{padding-bottom: 0; margin-bottom:30px;}
.navigation.show ul li:hover .sub-menu{display: none;}
.header .right_part .navigation li{display: block; text-align: left;margin-right: 0; width: 100%;}
.header .right_part .navigation li a::before {bottom:-10px;}
.card-sec .card-text h2{min-height: 120px;}
.voor-img-text-sec .right-part{padding-top: 0px; padding-left: 0px;}

/* .big_image_sec .inner_part {padding: 120px 0;min-height: 890px; display: flex;align-items: flex-end;} */
.voor-img-text-sec .left-part img{max-height: 500px; object-fit: cover;}
.voor-img-text-sec .right-part{width: 100%;}
.voor-img-text-sec .left-part{width: 100%;}
.voor-img-text-sec .right-part .text_box{max-width: unset; margin-top: 60px;}
.text-img-slid-sec .left-part .text_box{max-width: unset; margin-top: 60px;}
.text-img-slid-sec .left-part{order: 2; width: 100%;}
.text-img-slid-sec .right-part{width: 100%;}
.text-img-slid-sec .right-part img{max-height: 500px; object-fit: cover;}
.text-img-slid-sec .slick-dots{bottom: unset; top: -60px; }
.colomos-sec .colomos-contant .text-part,.colomos-sec .button_box{width: 100%;}
.big_image_sec .inner_part .text_box p{margin-bottom: 60px;}
.voor-img-text-sec.voor-img-reverse .left-part{margin-top: 60px;}
.voor-img-text-sec.voor-img-reverse .right-part .text_box{margin-top: 0;}

.buurten .top-part{padding-left: 0;}
.map-text-part .left-part{width: 100%;}
.map-text-part .right-part {width: 100%;margin-left: 0;margin-top: 60px;}
.map-text-part{margin-bottom: 80px;}
.buurten .top-part h3{margin-bottom: 30px;}
.buurten .top-part{margin-bottom: 60px;}
.hangelo-sec .holgelo-slider .slider-card{margin: 0 10px;}
.map-sec .map iframe{height: 700px;}
.heerlijke .hengleo-item .hengleo-card{width: 100%;}
.planning-sec .planning-title h3{margin-bottom:60px ;}
.planning-sec .planning-card {width: calc(50% - 24px);text-align: center;}
.planning-sec .planning-item{row-gap: 80px;}
.hoogte-sec .inner-part .left-part{order: 2; width: 100%;}
.hoogte-sec .inner-part .right-part{width: 100%;}
.form-part{max-width: 500px;}
.hoogte-sec .inner-part .right-part img{width: 100%; object-fit: cover;}
.nieuws-section .nieuws-items .nieuws-card img{width: 100%;}
.kijker-sec .video-item .video-card {width: calc(50% - 20px );text-align: center;}
.contant-sec .left-part{width: 100%;}
.contant-sec .right-part{width: 100%;}

.contant-sec .left-part{padding-top: 0;}
.we-maken .title-part h2{margin-bottom: 60px;}
.we-maken .maken-card .card{width: calc(33.33% - 14px);}
.we-maken .maken-card{margin-bottom: 60px; gap: 20px;}
.accordain-part .accordain-title{width: calc(40% - 52px);}
.accordain-part .right-part {width: 60%;}
.big_image_sec .inner_part .text_box {width: 100%;max-width: 535px;display: flex;flex-wrap: wrap;align-content: end;}
.home .header .logo{display: none;}
.main-content{margin-top:  155px;}

.repeted-card-sec .card-text{max-width: 450px;min-height: 360px;}
.footer .footer_top .left-part .menu-col{width: 48%;margin-bottom: 40px;}
.footer .footer_top .left-part .menu-col h6 {margin-bottom: 40px;}
.footer .footer_top .right-part{margin-top: 40px;}
.wrapper, .footer .wrapper {padding: 0 30px;}
.carousel-sec .carsoule-slider .slick-list{margin-right: 0;}
.voor-img-text-sec.voor-img-reverse .right-part{padding-right: 0;}
.nieuws-section .nieuws-items .nieuws-card{width: calc(50% - 10px);}
.header .right_part .navigation li a:hover::before { width: 26px;}
.header .right_part .navigation li a{display: flex;align-items: flex-start;justify-content: space-between;}
.navigation.show ul li:hover .sub-menu{display: none;}
.header .right_part .navigation li ul.sub-menu{opacity: 1;visibility: visible;background-color: transparent;left: 0;position: static;padding: 32px 0 0;}
.navigation.show ul li .sub-menu{display: none;}
.header .right_part .navigation li .sub-menu.menuopen{display: block;}
.menu-arrow.active{transform: rotate(90deg);}
.menu-arrow{display: block;}
.social_icon_menu{display: block;width: 100%;}

.header .navigation.show .social_icon_menu ul{display: flex; justify-content: flex-end;}
.header .navigation.show .social_icon_menu ul li{background-color: #4D454A; cursor: pointer; min-width: 46px; min-height: 46px; border-radius: 100%; display: flex;justify-content: center; align-items: center; margin-right: 15px;margin-bottom: 0;}
.header .navigation.show .social_icon_menu ul li a{display: block;}
.header .navigation.show .social_icon_menu ul li a img{width: auto;display: block;}
.header .navigation.show .social_icon_menu ul li:last-child{margin-right: 0;}
.header .right_part .navigation .social_icon_menu li a::before {display: none;}

.repeted-card-sec.one-card .right-img , .repeted-card-sec.one-card .left-img , .repeted-card-sec.seven-card .right-img , .repeted-card-sec.nine-card.card-sec .left-img{ display: none;}
.card-section .left-img img , .card-section .right-img img{ max-width: 70%;}
.three-card .left-img{ top: -184px;}
.repeted-card-sec.card-sec.four-card .right-img{right: calc(-100% + 141px); bottom: -133px; top: unset;}
.repeted-card-sec.eight-card.card-sec .right-img{right: calc(-100% + 120px); bottom: -150px; top: unset;}
.repeted-card-sec.five-card .left-img{left: calc(-100% + 256px); bottom: calc(-100% + 90px);}
.text-natuur.card-sec.two-card .card-text, .big_image_sec .inner_part .text_box.img_box {max-width: 550px;}
.single_img_sec{ padding: 150px 0;}
.video_sec .video_card{ gap: 29px;}
.video_sec .img_box::before {background-size: 70px;}
.video_sec .video_item img{ height: 251px; object-fit: cover;}
.big_image_sec.alles{ min-height: 550px;}
.hangelo-sec.red{ padding: 100px 0;}
.banner_slider_sec .slick-next.slick-arrow{ right: 4%;}
.banner_slider_sec .inner_part .text_box{ padding-left: 70px; margin-bottom: 70px;}
.banner_slider_sec .slick-arrow{ bottom: 99px;}
.banner_slider_sec .inner_part{ min-height: 550px;}
.banner_slider_sec .banner_card { min-height: 550px;}
.banner_slider_sec .inner_part .text_box h1{ font-size: 35px;}
.footer .footer_top{ margin-bottom: 40px;}
.footer .footer_top .right-part{ margin-top: 0;}

.video_sec h3{margin-bottom: 75px;}


}

@media screen and (max-width:767px) {
h1,h2,h3,h4,h5,h6 {margin-bottom: 30px;line-height: 1.1; color: #523F38; text-transform: uppercase;}
h1{font-size:46px;line-height: 50px;font-weight: 400; color: #F5B742; margin-bottom: 20px;}
h2{font-size:35px;line-height: 40px;font-weight: 400; color: #fff;}
h3{font-size:35px;font-weight: 400; ;line-height: 40px;}
h4{font-size:25px; line-height: 30px; font-weight: 400;}
h5{font-size:22px; line-height: 23px; font-weight: 700;}
h6{font-size:15px; font-weight: 700; line-height: 25px;}
p,.list ul,.list ol{margin-bottom: 30px;}

.hangelo-sec .holgelo-slider .slider-card{text-align: center;}
/* .hangelo-sec .holgelo-slider .slick-arrow.slick-prev {left: 23%;top: 64%;} */
.hangelo-sec .holgelo-slider .slider-card h3{margin-bottom: 60px; padding: 0 20px;}
/* .hangelo-sec .holgelo-slider .slick-arrow.slick-next{ right: 23%; top: 64%;} */
.hangelo-sec .holgelo-slider .slick-list{margin: 0 30px;}
.hangelo-sec .holgelo-slider .slider-card img{margin-bottom: 40px;}
.hangelo-sec .holgelo-slider .slick-arrow.slick-prev {left: 20%;}
.hangelo-sec .holgelo-slider .slick-arrow.slick-next {right: 20%;}
.hangelo-sec .holgelo-slider .slick-arrow{ top: 53%;}
.hangelo-sec .holgelo-slider .slick-arrow{width: 20px; height: 40px;}
.hangelo-sec .holgelo-slider .slider-card img {object-fit: cover;height: 300px;}
.kijker-sec .video-item .video-card{width: calc(50% - 20px);}
.kijker-sec .video_popup{margin-bottom: 30px;}
.repeted-card-sec .card-text p{font-size: 10px; line-height: 13px;}
.repeted-card-sec .card-text{padding: 13px 18px 27px 18px; min-height: unset;}
.repeted-card-sec.card-sec.four-card , .repeted-card-sec.five-card { margin-bottom: 107px;}
.card-sec .card-text h2{margin-bottom: 36px;}
.card-btn{position: unset;}
.repeted-card-sec .card-text p{padding-right: 0; margin-bottom: 18px;}
.card-sec .card-text h2{font-size: 26px; line-height: 28px;}
.text-natuur.card-sec.two-card{display: none;}
.repeted-card-sec.one-card{margin-bottom: 107px;}
.repeted-card-sec.eight-card.card-sec{margin-bottom: 107px;}
.three-card{margin-bottom: 87px;}
.repeted-card-sec.seven-card{margin-bottom: 87px;}
.repeted-card-sec.six-card .innerpart{margin-bottom: 87px;}
.repeted-card-sec.nine-card.card-sec{ margin-bottom: -80px;}

.banner_sec.banner_layout_one .inner_part{ min-height: 460px; align-items: center;}
.banner_logo_img {width: 226px;}
.lines{width: 26px; overflow: hidden; height: 20px;}
.lines span{width: 100%;}
.header .right_part .navigation li{text-align: left;}
.navigation.show ul li a br{display: block;}
.header .right_part .navigation li a{font-size: 15px;}
.header .right_part .navigation li a::before {bottom: -13px;}
.header .right_part .navigation li{margin-bottom: 27px;}
.voor-img-text-sec{padding: 86px 0;}
.text-img-slid-sec {padding: 86px 0;}
.colomos-sec{padding: 152px 0 88px;}
.big_image_sec .inner_part{min-height: 800px;}
.big_image_sec .inner_part .text_box h3{ margin-bottom: 121px;}
.big_image_sec .inner_part .text_box p{margin-bottom: 56px;}
.footer .footer_top .left-part{display: none;}
.footer .footer_top .right-part{width: 40%;}
.footer-bottom .left-part{display: none;}
.footer .footer_top .right-part{margin-top: 0; width: 110px;}
.footer_top.full_width{width: 142px;}
.footer-bottom.full_width{width: calc(100% - 142px);}
.footer .wrapper {padding-left: 30px;}
.footer-bottom .right-part {width: 100%;}
.footer{padding-top: 80px;}
.footer-bottom .f-bottom-contant{padding-top: 0;}
.footer-bottom.footer-bottom-mobile .left-part {display: block; width: 100%;}
.footer-bottom .left-part ul{text-align: center;}
.footer-bottom .left-part ul{justify-content: center;}
.footer-bottom .f-bottom-contant{margin-bottom: 0;}
.footer-bottom.footer-bottom-mobile.full_width{width: 100%; text-align: center;}
.footer-bottom.footer-bottom-mobile{display: block; text-align: center;}
.footer-logo .f-logo{margin-top: 111px;margin-bottom: 104px;padding-right: 0;}

.carousel-sec .carsoule-slider .slick-arrow{top: 100%;}
.carousel-sec .carsoule-slider .slick-arrow.slick-prev {left: 20px;background-size: 25px;}
.carousel-sec .carsoule-slider .slick-arrow.slick-next{right: 20px;}
.carousel-sec .carsoule-slider .carsoule-img p{text-align: center; padding: 0 58px;}
.carousel-sec{padding-top: 109px; padding-bottom: 96px;}
.carousel-title h2{margin-bottom: 68px;}
.voor-img-text-sec.voor-img-reverse .left-part{order: 1;margin-top: 0;}
.voor-img-text-sec.voor-img-reverse .right-part{order: 2;}
.voor-img-text-sec.voor-img-reverse .text_box h3{margin-top: 54px; margin-bottom: 65px;}
.voor-img-text-sec.voor-img-reverse .text_box p{margin-bottom: 52px;}
.hangelo-sec{padding-top: 109px; padding-bottom: 90px;}
.heerlijke{padding-top: 86px; padding-bottom: 179px;}
.voor-img-text-sec.alles .right-part .text_box h3{font-size: 46px; line-height: 50px; margin-bottom: 54px;}
.map-sec{margin: 0;}
.map-sec .wrapper{padding: 0;}
.map-sec .map iframe{height: 918px;}
.heerlijke  .hemgelo-title h2{ margin-bottom: 52px;}
.heerlijke  .hemgelo-title > p{display: block; margin-bottom: 108px; font-size: 20px; line-height: 30px;}
.nieuws-section{padding: 86px 0;}
.nieuws-section .nieuws-items .nieuws-card{width: 100%;}
.nieuws-section .nieuws-items .nieuws-card h4{min-height: 60px;}

.kijker-sec{padding: 86px 0;}
.planning-sec{padding: 86px 0;}
.hoogte-sec{padding: 86px 0;}
.we-maken .maken-card{row-gap: 40px;}
.we-maken .maken-card .card{width: calc(50% - 14px);}
.vragen-sec{padding: 86px 0;}
.contant-sec{padding: 86px 0;}
.hoogte-sec.volg-sec{padding-bottom: 100px;}
.text-img-slid-sec .left-part{padding-right: 0;}
.hangelo-sec .holgelo-slider .slider-card h3{font-size: 20px; line-height: 25px;}
.heerlijke .hengleo-item{gap: 47px;}
.vragen-sec .vragen-top-part{margin-bottom: 60px;}
.voor-img-text-sec.voor-img-reverse .right-part{padding: 0;}

.repeted-card-sec .card-text{max-width: 275px;}
.card-sec .card-text h2 {min-height: 90px;}
.repeted-card-sec .card-text .btn_one{font-size: 9px;border-width: 1px;padding: 6px 10px;min-width: 102px;}
.card-sec .card-text h2 br{display: none;}
.banner_sec.banner_layout_two .inner_part {min-height:737px;padding-bottom: 165px;}
.text-img-slid-sec .slick-dots li{width: 12px;height: 12px;margin: 0 3px;}
.text-img-slid-sec .slick-dots{margin-top: 0px;position: absolute;top: -45px;left: 50%;transform: translateX(-50%);}
.buurten .top-part{margin-bottom: 85px;}
.buurten .top-part h3{margin-bottom: 52px;}
.carousel-sec .carsoule-slider .slick-slide,.hangelo-sec .holgelo-slider .slick-list,.hangelo-sec .holgelo-slider .slider-card{margin: 0;}
.carousel-sec .carsoule-slider,.hangelo-sec .holgelo-slider{padding: 0;}
.accordain-part .accordain .acc-heading::before {background-size: 10px;right: 15px;}
.accordain-part .accordain .acc-heading{padding-right: 40px;}
.accordain-part .accordain .acc-heading h6 br{display: none;}
.banner_sec.banner_layout_two h1{font-size: 46px;line-height: 50px;}
.map-sec{padding: 0;}

.banner_sec.banner_layout_one .inner_part{ min-height: 300px;}
.card-section .left-img{left: calc(-100% + 170px) !important;}
.card-section .right-img{right: calc(-100% + 1px) !important;}
.video_sec .video_item{width: calc(50% - 15px);}
.banner_slider_sec .slick-arrow{ bottom: 103px;}
.banner_slider_sec .inner_part .text_box h1{ font-size: 28px; line-height: 35px;}
.banner_slider_sec .slick-prev.slick-arrow{background-size: 45px;}
.text-img-slid-sec.location .left-part h3{ margin-bottom: 40px;}

.video_sec h3{display: none;}
.video_sec .mob_title h3 {
  margin-bottom: 30px;
  text-align: left;
  display: block;
}
.video_sec .text_box{text-align: left;}

}

@media screen and (max-width:600px) {
.lines{width: 26px; }
.contect-sec-wrp .leftPart{margin-top: 68px;}
.showroomSection.contact .contctNumber{margin-top: 14px;width: 100%;}
.lines span{margin-bottom: 4px; height: 2px;}
.lines span:first-child{width: 18x !important;}
.lines.show span:nth-child(1){top: -3px;}
.lines.show span:nth-child(3){top: 13.9px;}
.hangelo-sec .holgelo-slider .slider-card img {margin-bottom: 40px;height: 200px;object-fit: cover;}
.hangelo-sec .holgelo-slider .slick-arrow.slick-next {right: 10%;}
.hangelo-sec .holgelo-slider .slick-arrow.slick-prev {left: 10%;}
.hangelo-sec .holgelo-slider .slick-arrow{ top: 38%;}
.footer-bottom.full_width{width: calc(100% - 142px);}
.text-img-slid-sec .left-part .text_box{margin-top: 49px;}
.text-img-slid-sec .left-part p{margin-bottom: 30px;}

.big_image_sec .inner_part{padding: 86px 0 ;}
.voor-img-text-sec{padding-top: 116px; padding-bottom: 94px;}
.voor-img-text-sec .right-part .text_box{margin-top: 65px;}
.carousel-sec{padding-top: 109px; }
.carousel-title h2{margin-bottom: 68px;}
.carousel-sec .carsoule-slider .slick-slide img {height: 285px;object-fit: cover;}
.carousel-sec .carsoule-slider .slick-arrow.slick-prev {left: 20px;background-size: 15px;}
.carousel-sec .carsoule-slider .carsoule-img p{margin-top: 54px;}
.carousel-sec .carsoule-slider .slick-arrow{width: 15px;height: 35px;}
.carousel-sec .carsoule-slider .slick-arrow {top: 354px;}
.carousel-sec .carsoule-slider .slick-arrow.slick-next {right: 20px;background-size: 15px;}
.map-text-part .left-part .title.desktop_none{display: block; width: 100%;}
.map-text-part .left-part .title.desktop_none h3{display: block;}
.map-text-part .right-part .text-part .title h3{display: none;}
.map-text-part .left-part .left-map{width: 100%; margin-bottom: 16px;}
.map-text-part .left-part .right-img{width: 100%;}
.map-text-part .right-part{margin-top: 52px;}
.map-text-part .left-part img{width: 100%; height: 285px;}
.map-text-part .right-part .text-part .contant{padding-bottom: 52px; border-bottom: 2px solid #FFFFFF;}
.map-text-part:last-child .right-part .text-part .contant{border: none;}

.kijker-sec .video-item .video-card{width: 100%;}
.planning-sec .planning-card{width: 100%;}
.planning-sec .planning-card img{margin-bottom: 40px;}
.kijker-sec .video_popup .image-play span img{width: 50px;}
.kijker-sec .kijker-title h3{margin-bottom: 60px;}
.we-maken .maken-card .card{width: 100%; border-bottom: 1px solid #fff ; padding-bottom: 30px;}
.we-maken .voor-imges .voor-img{width: 100%;}
.accordain-part .accordain-title{width: 100%;text-align: center;}
.accordain-part .right-part{margin-top: 30px; width: 100%;}
.big_image_sec .inner_part .text_box p{font-size: 20px; line-height: 30px;}
.accordain-part .accordain{left: 0;}
.accordain-part{margin-bottom: 20px;}

.map-text-part .right-part .text-part .contant p{margin-bottom: 59px;}
.carousel-sec .carsoule-slider .slick-arrow.slick-next {right: 30px;}
.carousel-sec .carsoule-slider .slick-arrow.slick-prev {left: 30px;}
.voor-img-text-sec {padding-top: 86px;}
.accordain-part .accordain .acc-contant{padding-right: 0;}
.header .navigation{padding: 100px 20px 50px 73px;}
.card-section{background-position: 23% !important;}
.repeted-card-sec.nine-card.card-sec{ margin-bottom: -70px;  }

.card-section .left-img{left: calc(-100% + 24px) !important;}
.card-section .left-img img , .card-section .right-img img{ max-width: 60%;}
.card-section .right-img{right:-205% !important;}
.text-img-slid-sec.location .left-part h3{display: none;}
.text-img-slid-sec.location .mob_title h3{ display: block; }
.video_sec .video_item{ width: 100%;}

.video_sec  h4{text-align: left; font-size: 15px; line-height: 19px ; }
.video_sec  h3{display: none;}
.video_sec .mob_title h3{ margin-bottom: 30px; text-align: left; display: block;}
.video_sec{ padding: 87px 0 103px;}
.video_sec .btn{ justify-content: flex-start; margin-top: 15px;}
.nieuws-section .nieuws-items .nieuws-card h4{ font-size: 20px; text-align: center; max-width: 212px; margin: 0 auto; margin-bottom: 45px; padding-bottom: 45px;}
.nieuws-section .nieuws-items .nieuws-card p{ text-align: center;}
.nieuws-section .btn{ display: flex; justify-content: center; align-items: center; margin-top: 68px;}
.buurten.wonen .map-text-part .left-part .right-img{ width: 100%;}
.big_image_sec.alles{ background-position: 46% !important;}
.nieuws-section  .slick-slide , .video_sec .video_item.slick-slide{ margin: 0;}


}
