body {
	padding: 0px;
	margin: 0px;
	background-color: #f8f8f8;
    color: #231F20;
    font-family: 'OpenSans-Regular';
    font-size: 1.6rem;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
.star_icon p { 
    margin-bottom: 0; 
}
/****cookie-fix****/
.cmn-cookie-info ul {
    margin-bottom: 0;
}
.cmn-cookie-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
/****error-contact-fix*****/
.error-contact-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.error-contact-wrap li {
    padding-left: 0;
}
.error-contact-wrap li::after,
.error-contact-wrap li::before {
    display: none;
}
/****voorraadwekker_widget_section icon fix*****/
.voorraadwekker_widget_section .select2-results li::after,
.voorraadwekker_widget_section .select2-results li::before {
display: none;
}
.voorraadwekker_widget_section .select2-results li {
margin: 0;
}
/**************************************index***************************************/
/****fix-block****/
.fix-block {
    position: fixed;
    bottom: 98px;
    right: 53px;
    /* z-index: 97; */
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.fix-mail a,
.fix-tool a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 63px;
    width: 63px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #D2232A;
}

.fix-mail img,
.fix-tool img {
    width: 27px;
}

.fix-mail a:hover,
.fix-tool a:hover {
    background-color: #D2232A;
}

.fix-mail a:hover img,
.fix-tool a:hover img {
    filter: brightness(0) invert(1);
}
/****header-area****/
.header-top {
    background-color: #231F20;
    padding: 12px 0;
}
.header-top-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 83px;
}
.header-top-wrap p {
    margin-bottom: 0;
}
.header-top-wrap p a:hover {
    color: #D2232A;
}
.header-area {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.header-active{
    border-bottom: 1px solid #231F20;
}
.header-wrap {
    background: #f8f8f8;
    padding: 8px 80px 8px 70px;
}
.menu-mid li a {
    color: #231F20;
    line-height: 24px;
}
.menu-mid ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    justify-content: center;
    display: flex;
    gap: 34px;
}
.menu-mid li::after {
    display: none;
}
.menu-mid li a:hover {
	color: #D2232A;
}
.menu-mid li {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
}
.header-right a {
    color: #231F20;
    font-family: 'OpenSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    position: relative;
    padding-right: 33px;
}
.header-right a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: #D2232A;
    height: 100%;
    width: 1px;
}
.header-right a:hover {
    color: #D2232A;
}
.header-logo img {
    width: 139px;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
	column-gap: 32px;
}
.hamburger {
    cursor: pointer;
}
.hamberger-wrap div {
    background-color: #231F20;
    height: 1px;
    width: 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.hamberger-wrap div:nth-child(odd){
    margin: 10px 0;
	width: 90px;
}
.hamberger-wrap div:nth-child(even){
    display: none;
}
.hamburger.active .hamberger-wrap div:nth-child(1) {
    transform: translateY(7px) rotate(135deg);
    width: 56px;
}
.hamburger.active .hamberger-wrap div:nth-child(3) {
    transform: translateY(-4px) rotate(-135deg);
    width: 56px;
}
.hamberger-wrap div.active {
    transform: scale(0);
}
/****mega-menu****/
.mega-menu {
	position: fixed;
    top: -200vh;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	margin-top: 0;
    height: calc(100% + 32px);
}
.mega-menu.active {
    top: 0;
}
.mega-menu {
    /* position: relative; */
    overflow: hidden;
    /* pointer-events: none; */
}
.mega-menu.active .parent-dropdown li {
    font-size: 3rem;
    margin-bottom: 0;
}
.mega-menu.active .parent-dropdown > img {
    top: 27px;
    width: 25px;
}
.menu-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 1014px;
}
.menu-img img {
    height: 100%;
    object-fit: cover;
}
.menu-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.menu-logo img {
    width: 365px;
}
.mega-menu-wrap {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}
.mega-menu-wrap::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(0, 0, 0, 0.1);
    /* background-color: red; */
}
.mega-menu-wrap::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.8);
}
.menu-social li::after {
    display: none;
}
.menu-social li img {
    width: 26px;
}
.mega-menu-nav-wrap {
    height: calc(100% + 37%);
}
.menu-social p {
    margin-bottom: 0;
}
.menu-social li {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.menu-social li em {
    border-radius: 28px;
    border: 1.5px solid rgba(27, 24, 25, 0.30);
    overflow: hidden;
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}
.menu-social h6 {
    color: rgba(27, 24, 25, 0.70);
    font-family: 'OpenSans-Regular';
    font-size: 1.6rem;
    letter-spacing: 0.8px;
    margin-bottom: 2px;
}
.menu-social p a {
    color: #1B1819;
    font-family: 'OpenSans-Bold';
}
.menu-social strong {
    font-weight: normal;
}
.menu-social p a:hover {
    color: #D2232A;
}
.menu-social ul {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.mega-menu .container,
.mega-menu .row,
.mega-menu .col-lg-7 {
    height: 100%;
}
.mega-menu-nav {
    position: relative;
    z-index: 1;
    padding: 214px 0 5px;
    overflow-y: auto;
    overflow-x: hidden;
    /* height: 100%; */
    border-bottom: 1px solid #1B1819;
    margin-bottom: 54px;
}
.mega-menu-nav ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 37px;
}
.mega-menu-nav li {
	color: #1B1819;
	font-size: 5.6rem;
    font-family: 'OpenSans-BoldItalic';
    line-height: 64px;
    letter-spacing: 11.2px;
    margin-bottom: 41px;
    padding-left: 0;
}
.mega-menu-nav li a {
    color: #1B1819;
}
.mega-menu-nav li a:hover {
    color: #D2232A;
}
.mega-menu-nav li::after {
    display: none;
}
body.overflow {
    overflow: hidden !important;
}
.menu-img.menu-mobile-img {
    display: none;
}
.mega-menu-nav-mobile {
    display: none;
}
/****parent-dropdown****/
.parent-dropdown > ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid rgba(35, 31, 32, 0.5);
    /* border-bottom: 1px solid rgba(35, 31, 32, 0.5); */
    padding: 4px 24px 4px 8px;
    background-color: #f8f8f8;
    box-shadow: 0px 10px 15px -3px rgba(35, 31, 32, 0.5);
    min-width: 170px;
    margin-top: 9px;
    margin-bottom: 0;
    z-index: 1;
    max-height: 0;
    transition: all 0.7s;
    opacity: 0;
    pointer-events: none;
    list-style: none;
    padding: 0;
    max-height: 120px;
    overflow-x: clip;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0 !important;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
	position: absolute;
	right: 11px;
	top: 9px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown.open ul {
	max-height: 200px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
}
.parent-dropdown {
	position: relative;
	cursor: pointer;
}
.parent-dropdown > ul > li {
	position: relative;
    text-align: center;
    padding: 0;
}
.parent-dropdown > ul > li::after {
    display: none;
}
.parent-dropdown > ul > li > a {
	padding: 5px 17px;
	border-bottom: 1px solid rgba(35, 31, 32, 0.5);
	display: block;
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: #D2232A;
}
.menu-mid > ul > .parent-dropdown > a {
    padding-right: 30px;
    position: relative;
}
.menu-mid .parent-dropdown > a::after {
    content: "";
    height: 40px;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
}
/*****banner-sec****/
.banner-sec {
    position: relative;
    overflow-x: hidden;
}
.banner-merk {
    position: absolute;
    bottom: 10px;
    pointer-events: none;
    z-index: 2;
    width: 97%;
    left: 50%;
    transform: translateX(-50%);
}
.banner-video, .each-banner {
	height: 981px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 0;
    top: 22%;
    z-index: 1;
    width: 100%;
}
.banner-content .white-btn {
    margin-left: 5px;
}
.banner-content h1 {
    margin-bottom: 38px;
}
/****product-sec****/
.product-sec {
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}
.product-sec .container {
    position: relative;
    z-index: 1;
}
.product-heading {
    margin-bottom: 60px;
}
.product-sec .sec-mark {
    right: 0;
    left: auto;
}
.product-heading p {
    max-width: 434px;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 0;
}
.each-product {
    background-color: #fff;
    border-radius: 24px;
    overflow: hidden;
    padding: 21px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-img {
    position: relative;
}
.product-img img {
    border-radius: 8px;
    overflow: hidden;
}
.each-product-text h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-text td {
    color: #656263;
    font-family: 'OpenSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    display: flex;
    gap: 10px;
}
.each-product-text td strong {
    display: block;
    color: #231F20;
    font-weight: normal;
}
.each-product-price {
    border-radius: 4px;
    border: 1px solid #231F20;
    overflow: hidden;
    padding: 10px 10px;
    /* transition: all 0.5s;
    -webkit-transition: all 0.5s; */
}
.each-product-price h6 {
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'OpenSans-Bold';
    color: #231F20;
    text-align: center;
    /* transition: all 0.5s;
    -webkit-transition: all 0.5s; */
}
.each-product-text {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text table {
    display: block;
    margin: 22px 0 24px;
}
.each-product-text p {
    margin: 5px 0 0; 
    color: #656263;
}
.each-product:hover .each-product-price {
    background: linear-gradient(180deg, #D2232A 0%, #B31017 100%);
    border-color: transparent;
}
.each-product:hover .each-product-price h6 {
    color: #F8F8F8;
}
.product-btn {
    text-align: center;
    margin-top: 60px;
}
.product-btn .common-btn {
    background: linear-gradient(180deg, #4F4749 0%, #231F20 100%);
    min-width: 340px;
}
.product-btn .common-btn:hover {
    background: linear-gradient(180deg, #D2232A 0%, #B31017 100%);
    color: #F8F8F8;
}
.product-slider {
    position: relative;
}
.product-slider .swiper-button-next {
    right: -20px;
}
.product-slider .swiper-button-prev {
    left: -20px;
}
.product-slider .common-arrow {
    top: 40%;
}
.product-progress {
    position: absolute;
    width: 140px;
    height: 140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.10);
    filter: drop-shadow(0 10.433px 52.166px rgba(91, 182, 231, 0.40));
    backdrop-filter: blur(10.433120727539062px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: #F8F8F8;
    font-family: 'OpenSans-Bold';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.8px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.product-progress::after {
    content: "";
    height: calc(100% + 3px);
    width: calc(100% + 3px);
    top: 49%;
    left: 50.2%;
    transform: translate(-50%, -50%);
    border: 3px solid rgba(255, 255, 255, 0.50);
    border-radius: 100%;
    position: absolute;
}
.progress-ring {
    position: absolute;
    inset: 0;
    height: calc(100% + 3px);
    width: calc(100% + 3px);
    top: 49%;
    left: 50.2%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.progress-ring svg {
    width: 100%;
    height: 100%;
}
.progress-ring-circle {
    fill: none;
    stroke: #D2232A;
    stroke-width: 3;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
}
/****service-sec****/
.service-sec {
    background: linear-gradient(110deg, #231F20 0.67%, #1D1B1B 99.59%);
    padding: 80px 0 85px;
}
.service-heading {
    margin-bottom: 60px;
}
.service-heading h2 {
    color: #F8F8F8;
    text-align: center;
    margin-bottom: 35px;
}
.service-heading p {
    color: #F8F8F8;
    text-align: center;
    max-width: 630px;
    margin: 0 auto;
}
.service-block-img {
    height: 708px;
}
.service-block-img img {
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.service-block .col-lg-5 {
    width: 46%;
}
.service-block .col-lg-7 {
    width: 54%;
}
.each-service-info h3 {
    color: #fff;
}
.each-service-info p {
    color: rgba(248, 248, 248, 0.7);
}
.each-service-info {
    text-align: center;
    border-radius: 24px;
    background: #1B1819;
    border: 1px solid #1B1819;
    /* background-color: pink; */
    overflow: hidden;
    padding: 40px 30px 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.card:hover .each-service-info {
    border-color:#4F4749;
}
.each-service-info p {
    margin: 30px 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-info .common-btn {
    max-width: max-content;
    margin: 0 auto;
}
.card-columns .card:nth-child(1) .each-service-info,
.card-columns .card:nth-child(4) .each-service-info {
    height: 397px;
}
.card-columns .card:nth-child(2) .each-service-info,
.card-columns .card:nth-child(3) .each-service-info {
    height: 295px;
}
.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}
.card-columns .card {
    display: inline-block;
    width: 100%;
    background-color: transparent;
    margin-bottom: 15px;
    border: 0;
}
.card:hover .each-service-info .common-btn {
    background: linear-gradient(180deg, #D2232A 0%, #B31017 100%);
    color: #F8F8F8;
    border-color: transparent;
}
.service-slider {
    display: none;
}
.service-slider .common-arrow {
    border: 1px solid #fff;
    border-radius: 100px;
}
.service-slider .common-arrow img {
    filter: brightness(0) invert(1);
}
.service-slider .common-arrow:hover {
    border-color: transparent;
}
.service-arrow-part {
    position: relative;
    margin-top: 35px;
}
.service-arrow .swiper-button-prev {
    left: 80%;
    right: auto;
    top: 18px;
}
.service-arrow .swiper-button-next {
    top: 18px;
}
/****home-werk-sec****/
.home-werk-sec {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.home-werk-sec::after {
    background-color: #f8f8f8;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 36px;
    width: 100%;
}
.about-merk {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 1;
}
.home-werk-merk {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}
.home-werk-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 49%;
    /* height: 549px; */
    height: 100%;
}
.home-werk-img img {
    height: 100%;
    object-fit: cover;
}
.home-werk-info {
    padding: 97px 0;
    padding-right: 130px;
}
.home-werk-info-wrap {
    padding-left: 23%;
}
.home-werk-info p {
    margin: 33px 0 46px;
}
.home-werk-info .common-btn {
    border: 1px solid transparent;
}
.home-werk-info .common-btn:hover {
    border-color: #231F20;
}
.home-mobile-werk-info {
    display: none;
}
/****home-about-sec****/
.home-about-sec{
    padding: 72px 0 107px;
}
.home-about-img {
    position: relative;
}
.home-about-img img {
    border-radius: 20px;
    object-fit: cover;
}
.home-about-img::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45%;
}
.home-about-left {
    background-color: #fff;
    border-radius: 36px;
    overflow: hidden;
    padding: 17px;
}
.home-about-left {
    position: relative;
}
.home-about-left-merk {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.home-about-man-info p {
    font-style: italic;
    margin: 15px 0 20px;
}
.home-about-man-info h6 {
    font-family: 'OpenSans-Bold';
    font-size: 1.6rem;
    line-height: 24px;
    color: #D2232A;
}
.home-about-man-img {
    height: 79px;
    width: 79px;
}
.home-about-man-img img {
    border: 1px solid #231F20;
    border-radius: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    width: 100%;
}
.home-about-man {
    padding-left: 35px;
    margin-top: -5%;
    z-index: 2;
    position: relative;
}
.home-about-right-info {
    border-bottom: 1px solid #656263;
    margin-bottom: 90px;
    padding-bottom: 85px;
}
.each-counter h6 {
    font-family: 'OpenSans-Bold';
    font-size: 1.6rem;
    line-height: 24px;
    color: #231F20;
    margin-top: 5px;
}
.about-counter {
    display: flex;
    gap: 80px;
}
.home-about-right-info p {
    margin: 30px 0 45px;
}
.home-about-right {
    padding-left: 58px;
    padding-top: 60px;
}
/****footer-area****/
.footer-area {
    background-color: #231F20;
    position: relative;
    padding: 156px 0 200px;
    overflow: hidden;
}
.footer-merk {
    position: absolute;
    left: 50%;
    bottom: 24px;
    pointer-events: none;
    transform: translateX(-50%);
    width: 97%;
}
.footer-line-merk {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 1;
    width: 100%;
}
.footer-line-merk img{
    width: 100%;
}
.footer-area::after {
    background-color: #f8f8f8;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 36px;
    width: 100%;
}
.footer-logo img {
    width: 139px;
}
.footer-social li a {
    border-radius: 5px;
    border: 1px solid #FFF;
    overflow: hidden;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li a img {
    width: 12px;
}
.footer-social li a:hover {
    background-color: #D2232A;
    border-color: #D2232A;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-social ul {
    display: flex;
    gap: 20px;
}
.each-footer-contact h6 {
    color: #E4F0FC;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'OpenSans-Bold';
    margin-bottom: 16px;
}
.each-footer-contact p {
    line-height: 36px;
    margin-bottom: 3px;
}
.footer-social li,
.each-footer-contact li {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-social li::after,
.each-footer-contact li::after {
    display: none;
}
.each-footer-contact ul {
    display: flex;
    gap: 10px;
}
.each-footer-nav ul {
    flex-direction: column;
}
.footer-contact {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.each-footer-nav li a,
.each-footer-contact p a {
    color: rgba(255, 255, 255, 0.7);
}
.each-footer-nav li a:hover,
.each-footer-contact p a:hover {
    color: #D2232A;
}
.each-footer-contact li a img {
    width: 20px;
}
.footer-mid {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    margin: 55px 0 60px;
    padding: 58px 0 37px;
}
.footer-right-block {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.footer-man {
    border-radius: 20px;
    background: linear-gradient(180deg, #D2232A 0%, #B31017 100%);
    overflow: hidden;
    padding: 15px 10px;
    display: flex;
    gap: 24px;
    max-width: 381px;
    margin-right: 0;
    margin-left: auto;
}
.footer-man-info h3,
.footer-man-info p {
    color: #fff;
}
.footer-man-info h3 {
    margin-bottom: 10px;
}
.footer-man-info p a {
    color: rgba(255, 255, 255, 0.63);
}
.footer-man-info p a:hover {
    color: #fff;
}
.footer-man-img {
    height: 96px;
    width: 96px;
    min-width: 96px;
}
.footer-man-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
    overflow: hidden;
}
.footer-man-info p {
    display: flex;
    gap: 10px;
    margin-bottom: 7px;
}
.footer-man-info p:last-child{
    margin-bottom: 0;
}
.footer-wp-btn {
    border-radius: 100px;
    background: #114628;
    backdrop-filter: blur(5px);
    z-index: 99;
    max-width: 381px;
    width: 100%;
    padding: 10px;
    margin-right: 0;
    margin-left: auto;
}
.footer-wp-btn a {
    display: flex;
    align-items: center;
}
.footer-wp-btn-icon {
    margin-right: 25px;
    height: 83px;
    width: 83px;
    background-color: #25D366;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 42px;
}
.footer-wp-btn-icon img {
    width: 32px;
}
.footer-wp-btn-text h6 {
    font-size: 1.6rem;
    color: #fff;
    line-height: 24px;
    font-family: 'OpenSans-Bold';
}
.footer-wp-btn-text p {
    color: #fff;
    margin-bottom: 0;
    margin-top: 8px;
}
.footer-credit a {
    line-height: 24px;
}
.footer-credit a:hover {
    color: #D2232A;
}
.footer-credit {
  margin-bottom: 25px;
}
.each-footer-nav .parent-dropdown > img {
    right: -6px;
    filter: brightness(0) invert(1);
    top: 10px;
}
.each-footer-nav .parent-dropdown > ul > li > a {
    color: #231F20;
}
.each-footer-nav .parent-dropdown > ul > li > a:hover {
    color: #D2232A;
}
/**************************************diensten***************************************/
/****inner-banner-sec****/
.inner-banner-sec {
    position: relative;
    overflow: hidden;
}
.each-inner-banner {
    height: 700px;
}
.each-inner-banner img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-content {
    position: absolute;
    left: 0;
    bottom: 45%;
    z-index: 2;
    width: 100%;
}
.inner-banner-content h2{
    color: #fff
}




/* .inner-banner-sec {
    position: relative;
    overflow: hidden;
}
.each-inner-banner {
	height: 700px;
}
.each-inner-banner img {
	height: 100%;
	object-fit: cover;
}
.inner-banner-content {
    position: absolute;
    left: 0;
    bottom: 330px;
    width: 100%;
}
.inner-banner-content h2{
    color: #fff
} */
/****d-list-sec****/
.d-list-sec {
    padding: 101px 0 10px;
}
.each-d-list {
    background-color: #fff;
    overflow: hidden;
    border-radius: 24px;
    padding: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-d-list-img img {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.each-d-list-img {
    position: relative;
    height: 408px;
}
.each-d-list-img::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 67%;
    pointer-events: none;
}
.each-d-list-info .border-btn {
    border-color: #231F20;
    color: #231F20;
}
.each-d-list-info .border-btn:hover {
    border-color: transparent;
    color: #f8f8f8;
}
.each-d-list:hover .border-btn {
    border-color: transparent;
    color: #f8f8f8;
    background: linear-gradient(180deg, #D2232A 0%, #B31017 100%);
}
.each-d-list-info {
    padding-left: 30px;
    margin-top: -42px;
    position: relative;
    z-index: 1;
}
.each-d-list-info p {
    margin: 28px 0 32px;
    color: rgba(35, 31, 32, 0.7);
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.d-list-sec .row {
    row-gap: 15px;
}
.d-list-mobile {
    display: none;
}
/****d-list-werk-sec****/
.d-list-werk-sec .about-merk {
    display: none;
}
.d-list-werk-sec.home-werk-sec::after {
    display: none;
}
.d-list-mobile .each-d-list-mobile-btn .common-btn {
    border: 1px solid transparent;
}
.d-list-mobile .each-d-list-mobile-btn .common-btn:hover {
    border-color: #231F20;
}
/**************************************werkplaats***************************************/
/****d-list-werk-sec****/
.werk-list-btm {
    background-color: #fff;
    padding: 17px 17px 72px;
    border-radius: 36px;
    overflow: hidden;
    position: relative;
    height: 100%;
}
.werk-list-btm img {
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.werk-list-btm::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 72px;
    width: 100%;
    height: 38%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}
.werk-list-btm-merk {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
}
.werk-list-btm-merk img {
    border-radius: unset;
    height: auto;
}
/**************************************vacatures***************************************/
/****v-list-sec****/
.v-list-sec {
    padding-bottom: 110px;
}
/**************************************diensten-list***************************************/
/****back-btn****/
.back-btn {
    padding-top: 146px;
}
.back-btn .common-btn {
    border-color: #2E3633;
    color: #2E3633;
    font-family: 'OpenSans-Regular';
    position: relative;
    top: 77px;
    z-index: 1;
    left: -8.2%;
}
.back-btn .common-btn:hover {
    border-color: transparent;
    color: #fff;
}
.back-btn .diensten-dtl-top .col-lg-7 {
    width: 50%;
}
/****diensten-dtl-top****/
.diensten-dtl-top .col-lg-2 {
    width: 18%;
}
.diensten-dtl-top .col-lg-10 {
    width: 82%;
}
.diensten-dtl-top .col-lg-5 {
    width: 50%;
}
.diensten-dtl-top .col-lg-7 {
    width: 50%;
}
.diensten-dtl-top-img {
    position: relative;
}
.diensten-dtl-top-img::after {
    background: linear-gradient(89deg, rgba(248, 248, 248, 0.00) 3.11%, rgba(248, 248, 248, 0.83) 69.71%, #F8F8F8 99.21%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
}
.diensten-dtl-top-img,
.diensten-dtl-top-side {
    height: 591px;
}
.diensten-dtl-top-img img,
.diensten-dtl-top-side img {
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.diensten-dtl-top-info p {
    max-width: 567px;
    width: 100%;
}
.diensten-dtl-top-info {
    margin-left: -12%;
    position: relative;
    z-index: 1;
    margin-top: 20%;
}
.diensten-dtl-top-info h2 {
    margin-bottom: 22px;
}
.diensten-dtl-top-info ul li{
    margin-bottom: 8px;
}
/****diensten-dtl-mid****/
.diensten-dtl-mid {
    padding: 104px 0 120px;
}
.diensten-dtl-mid-title {
    text-align: center;
    margin-bottom: 40px;
}
.diensten-dtl-mid table {
    width: 100%;
}
.diensten-dtl-mid tr {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}
.diensten-dtl-mid td {
    text-align: center;
    border-radius: 24px;
    background: #FFF;
    border: 1px solid transparent;
    overflow: hidden;
    width: 32.5%;
    padding: 35px 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-dtl-mid td p {
    max-width: 325px;
    margin: 0 auto;
    color: #656263;
    margin-top: 8px;
}
.diensten-dtl-mid td:hover {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, rgba(79, 71, 73, 0.95) 0%, rgba(79, 71, 73, 0.55) 80%, rgba(79, 71, 73, 0.25) 100%) border-box;
}
/****dtl-slider-sec****/
.dtl-slider-sec {
    padding: 122px 0 118px;
}
.dtl-slider-title {
    text-align: center;
    margin-bottom: 50px;
}
.dtl-slider .swiper-button-next {
    right: -1.5%;
}
.dtl-slider .swiper-button-prev {
    left: -1.5%;
}
.dtl-slider-mobile {
    display: none;
}
.dtl-slider .common-arrow{
    background-color: #F8F8F8;
    border: 1px solid #231F20;
}
.dtl-slider .common-arrow:hover{
    border-color: #D2232A;
}




.abc {
    padding: 30px 0;
}












/* ------ aanbod-list ------*/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 202px 0 50px;
    position: relative;
}
.filter-wrap{
    display: flex;
}
.filter-main-area{
    max-width: 880px;
    width: 100%;
}
.aanbod-list-top-merk{
    position: absolute;
    top: 0px;
    left: 0;
    pointer-events: none;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
    color: #111;
    font-size: 1.6rem;
    font-family: 'OpenSans-Regular';
    line-height: 24px;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: rgba(179, 16, 23, 1);
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 50px;
    color: #111;
    font-family: 'OpenSans-Regular';
    font-size: 1.6rem;
    letter-spacing: 0.32px;
    border-radius: 4px;
    border: 1px solid #111;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg) #F8F8F8 no-repeat 91% center / 8px;
    appearance: none;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    /* transition: all 0.5s;
    -webkit-transition: all 0.5s; */
}
.aanbod-filter-sec .select-style:hover {
    border: 1px solid #C11920;
    color: #FFF;
    border-radius: 4px;
    background: 
        url('../images/filter-arrow-hover.svg'),
        linear-gradient(180deg, #C11920 39.14%, #5B0C0F 155%);
    background-repeat: no-repeat, no-repeat;
    background-position: left 91% center, 0 0;
}
.aanbod-filter-sec .select-style.show {
    border: 1px solid #C11920;
    color: #FFF;
    border-radius: 4px;
    background: 
        url('../images/filter-arrow-hover.svg'),
        linear-gradient(180deg, #C11920 39.14%, #5B0C0F 155%);
    background-repeat: no-repeat, no-repeat;
    background-position: left 91% center, 0 0;
}
.filter-wrap, 
.clear-filter-main-wrap {
    width: 100%;
}
.filter-wrap .row{
    row-gap: 15px;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'LamaSans-Regular';
	background-color: #1D1D1B;
}
.filter-content {
    display: none;
    background-color: #fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #C11920;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    margin-top: -5px !important;
    cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #111;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'OpenSans-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #000;
    opacity: 0.65;
} 
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #111;
    background-color: #fff;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #C11920;
    border-color: #C11920;
    background-image: url(../images/check-tick-white.svg);
    background-size: 14px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    border-radius: 5px;
    background-color: rgba(179, 16, 23, 1);
    font-family: 'OpenSans-Regular';
    font-size: 1.4rem;
    border: 1px solid rgba(179, 16, 23, 1);
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.auto-overview-tag:hover img {
    filter: invert(1);
}
.auto-overview-tag:hover {
    background-color: #fff;
    color: #111;
    border-color: #111;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 25%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
	font-family: 'OpenSans-Regular';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 84px;
    background-color: transparent;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    font-family: 'OpenSans-Bold';
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 4px;
    background: linear-gradient(180deg, #C11920 39.14%, #5B0C0F 155%);
    border-color: #C11920;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 0.28px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 11px 34px;
}
.mobile-show-filter .common-btn::after {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: #1D1D1B;
    border-color: #1D1D1B;
    color: #fff;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #1D1D1B;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #1D1D1B;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    display: none;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 3;
    background-color: #231F20;
    border-bottom: 1px solid #231F20;
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid #fff;
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
    margin-top: 0;
    background-color: #C11920;
    border: 1px solid #C11920;
    color: #fff;
    padding: 10px;
    border-radius: 0 8px 8px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records::after {
    display: none;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #fff;
    color: #1E1E1E;
    border-color: #fff;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'DMSans-Regular';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 215px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.show_selected_filter_cls {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
}
/****aanbod-range-filter****/
.aanbod-range-filter label {
    font-size: 1.6rem;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: rgba(210, 35, 42, 1);
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(210, 35, 42, 0.6);
    border-color: rgba(210, 35, 42, 0.6);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: rgba(210, 35, 42, 1);
}
.aanbod-range-filter .ui-widget.ui-widget-content {
    border: 0;
}
.aanbod-range-filter .slider-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aanbod-range-filter .slider-inputs span {
    color: #1D1D1B;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 5px;
    border: 1px solid #1D1D1B;
    padding: 8px;
    background-color: #f8f8f8;
    width: 95px;
    color: #1D1D1B;
    font-size: 1.6rem;
    line-height: normal;
}
.mob-filter-visible {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    margin: 0 auto;
    max-width: 510px;
    width: 100%;
}
.filter-sort {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}
.mob-filter-visible h6 {
    color: #111;
    font-size: 1.6rem;
    line-height: normal;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #D2232A;
}
.range-block label {
    color: #111;
}
/* **** aanbod product list***** */
.aanbod-product-sec .each-product{
    padding: 16px;
}
.aanbod-product-sec .row{
    row-gap: 32px;
}
.aanbod-product-sec{
    padding-bottom: 120px;
}
/* ------------- AANBOD DTL ---------- */
/****bk-btn****/
.bk-btn{
    padding-top: 180px;
    padding-bottom: 24px;
}
.bk-btn .common-btn {
    border-color: #2E3633;
    color: #2E3633;
    font-family: 'OpenSans-Regular';
}
.bk-btn .common-btn:hover{
    border-color: transparent;
    color: #fff;
}
/* ******aanbod-dtl-top-sec********** */
.aanbod-dtl-top-car-slider img{
    border-radius: 10px;
}
.aanbod-dtl-car-info-area{
    padding-top: 51px;
}
.aanbod-dtl-car-info-area .row{
    align-items: center;
}
.aanbod-dtl-car-info-area .col-lg-8{
    width: 72%;
}
.aanbod-dtl-car-info-area .col-lg-4{
    width: 28%;
}
.aanbod-dtl-car-info-mob{
    display: none;
    padding-top: 18px;
}
.aanbod-dtl-car-info-mob li::after{
    display: none
}
.aanbod-dtl-car-info-mob li img{
    width: 13px;
    margin-right: 8px;
}
.aanbod-dtl-car-info-mob li{
    padding-left: 0;
    margin-bottom: 3px;
}
.aanbod-dtl-car-info-mob li a{
    color: #231F20;
}
.aanbod-dtl-car-info-mob li a:hover{
    color: #D2232A;
}
.aanbod-dtl-car-info-mob li strong{
    font-weight: normal;
}
.aanbod-dtl-top-slider .swiper-button-next {
    right: -20px;
    /* opacity: 1; */
}
.aanbod-dtl-top-slider .swiper-button-prev {
    left: -20px;
}
.aanbod-dtl-top-slider .common-arrow{
    top: 47.5%;
}
.aanbod-dtl-top-cover{
    padding-top: 132px;
    padding-bottom: 42px;
}
.aanbod-dtl-top-btn ul{
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: end;
}
.aanbod-dtl-top-btn ul li{
    padding-left: 0;
    margin-bottom: 0;
}
.aanbod-dtl-top-btn ul li::after{
    display: none;
}
.aanbod-dtl-top-btn .common-btn {
    border-color: #2E3633;
    color: #2E3633;
    font-family: 'OpenSans-Regular';
}
.aanbod-dtl-top-btn .common-btn:hover{
    border-color: transparent;
    color: #fff;
}
.aanbod-dtl-top-btn .share-btn{
    width: 50px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #2E3633;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-top-btn .share-btn:hover{
    background-color: rgba(179, 16, 23, 1);
    border: 1px solid rgba(179, 16, 23, 1);
}
.aanbod-dtl-top-btn .share-btn:hover img{
    filter: brightness(0) invert(1);
}
.each-aanbod-contact{
    text-align: end;
}
.aanbod-dtl-car-info td p{
    color: #656263;
    margin-bottom: 0;
    margin-top: 17px;
}
.aanbod-dtl-car-info table{
    width: 100%;
}
.aanbod-dtl-car-info td h4{
    color: #10183C;
    letter-spacing: 0.24px;
}
.aanbod-dtl-car-info td{
    text-align: center;
    position: relative;
    border-radius: 24px;
    background-color: #fff;
    padding: 33px 10px 35px;
    width: 15%;
    border: 1px solid transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-car-info td img{
    width: 23px;
}
.aanbod-dtl-car-info td:hover{
        background: 
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(
            180deg,
            rgba(79, 71, 73, 0.95) 0%,
            rgba(79, 71, 73, 0.55) 50%,
            rgba(79, 71, 73, 0.25) 100%
        ) border-box;
}
.aanbod-dtl-car-info tr{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.aanbod-dtl-car-info td h6{
    color: #231F20;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'OpenSans-Bold';
    padding-top: 4px;
}
.aanbod-contact-text h3{
    color: #656263;
    text-align: center;
    padding-top: 2px;
}
.aanbod-dtl-top-text p {
    margin-bottom: 0;
    color: #656263;
    margin-top: 12px;
}
.aanbod-dtl-top-area{
    margin-bottom: 32px;
}
.aanbod-dtl-top-area .row{
    align-items: end;
}
/**********dtl-tab-sec**********/
.dtl-tab-sec {
    padding-top: 24px;
    position: relative;
    overflow: hidden;
    padding-bottom: 102px;
}
.dtl-tab-sec-merk {
    position: absolute;
    bottom: -32%;
    left: 0;
    pointer-events: none;
    z-index: -1;
    right: -6%;
}
.dtl-tab-area {
    position: relative;
    z-index: 1;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 12px;
    border: 0;
    row-gap: 12px;
    margin: auto;
    justify-content: start !important;
    margin-bottom: 70px;
    flex-direction: column;
}
ul.tabs li {
    margin: 0;
    word-break: break-word;
    text-transform: none;
    cursor: pointer;
    max-width: max-content;
    display: inline-block;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 50px;
    line-height: 24px;
}
.tab-btn ul li.common-btn {
    color: #10183C;
    padding-left: 18px;
    padding-right: 33px;
    border-radius: 100px;
    background: #FFF;
    /* max-width: 204px; */
    max-width: 100%;
    width: 100%;
    /* text-align: center; */
    word-break: normal;
    border-radius: 4px;
    border: 1px solid #656263;
    background: #F8F8F8;
}
.tab-btn ul li.common-btn.active,
.tab-btn ul li.common-btn:hover {
    background-color: #3733FF;
}
.tab-btn ul li.common-btn::after {
    display: none;
}
.tab-btn .common-btn::before {
    display: none;
}
.tab-btn .common-btn strong {
    position: relative;
    font-family: 'OpenSans-Semibold';
    color: #656263;
}
.tab-btn .common-btn strong::before {
    position: absolute;
    right: -13px;
    top: 6px;
    content: "";
    width: 5px;
    height: 9px;
    background-image: url(../images/tab-arw.svg);
    background-repeat: no-repeat;
    background-size: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: transparent;
}
.tab-btn ul li.common-btn.active,
.tab-btn .common-btn:hover {
    border-color: #3733FF;
    background-color: #3733FF;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn ul li.common-btn.active strong::before,
.tab-btn .common-btn:hover strong::before {
    background-image: url(../images/tab-arw-white.svg);
    transform: rotate(0deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-size: 11px;
    width: 10px;
    height: 8px;
    top: 8px;
    right: -20px;
}
.kenmerken-tab table {
    width: 100%;
}
.kenmerken-tab tr {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.kenmerken-tab tr::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #FFF;
}
.kenmerken-tab td {
    text-align: center;
    width: 20%;
    text-align: center;
    padding: 43px 20px;
    border-bottom: 1px solid rgba(16, 24, 60, 0.15);
    border-right: 1px solid rgba(16, 24, 60, 0.15);
}
.kenmerken-tab td:nth-child(5n) {
    border-right: 0;
}
.tab_content {
    display: none;
}
.tab_content p strong{
    font-family: 'OpenSans-Regular';
    color: #231F20;
    font-weight: normal;
}
/* .tab_drawer_heading {
    display: none;
} */
.tab-btn{
    display: none;
}
.kenmerken-tab {
    overflow: hidden;
}
.kenmerken-tab td p {
    color: rgba(16, 24, 60, 0.7);
    line-height: 20px;
    margin-bottom: 0;
}
.kenmerken-tab td h4 {
    font-family: 'OpenSans-Regular';
    color: #231F20;
    line-height: 20px;
    margin-top: 9px;
    font-size: 1.6rem;
    line-height: 24px;
}
.bullet-panel h5 {
    border-bottom: 1px solid #231F20;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 2.4rem;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 34px;
}
.dtl-tab-sec .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 10px;
    color: #231F20;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 7px;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 100px;
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D2232A;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #D2232A;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    margin-bottom: 0;
    color: #fff;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
    font-size: 2rem;
}
.tab-btm-btn {
    margin-bottom: 67px;
}
.tab-btm-btn .common-btn {
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 0;
    border: 0;
    line-height: normal;
    color: #D2232A;
    background: transparent;
    text-decoration: underline;
}
.tab-btm-btn .common-btn:hover{
    color: #231F20;
}
.tab-btm-btn .common-btn::after {
    display: none;
}
.tab-right-part{
    background: #fff;
    border-radius: 24px;
    padding: 24px 24px 18px;
    position: relative;
    margin-top: 10px;
}
.aanbod-contact-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    overflow: hidden;
    border-radius: 90px;
}
.aanbod-contact-img {
    width: 93px;
    height: 93px;
}
.each-aanbod-contact-text li img{
    margin-right: 5px;
}
.each-aanbod-contact-text h3{
    padding-top: 20px;
    padding-bottom: 20px;
}
.each-aanbod-contact-text{
    position: relative;
}
.tab-right-part-merk{
    position: absolute;
    pointer-events: none;
    bottom: 0px;
    right: 0;
}
.tab-right-part-merk img{
    width: 100%;
}
.each-aanbod-contact-text li::after{
    display: none;
}
.each-aanbod-contact-text li{
    padding-left: 0;
    color: #231F20;
    margin-bottom: 8px;
}
.each-aanbod-contact-text li strong{
    font-weight: normal;
}
.each-aanbod-contact-text li strong a{
    color: #231F20;
}
.each-aanbod-contact-text li:hover strong a{
    color: #D2232A;
}
.dtl-tab-sec .row{
    margin-left: -11px;
    margin-right: -11px;
}
.dtl-tab-sec .col-lg-8{
    padding-left: 11px;
    padding-right: 11px;
    width: 68%;
}
.dtl-tab-sec .col-lg-4{
    padding-left: 11px;
    padding-right: 11px;
    width: 32%;
}
.tab_drawer_heading{
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #656263;
    color: #656263;
    margin-bottom: 16px;
    position: relative;
    font-family: 'OpenSans-Semibold';
    padding: 13px 32px 13px 18px;
}
.tab_drawer_heading::after {
    display: inline-block;
    content: url(../images/tab-arrow.svg);
    background-color: transparent;
    width: 9px;
    height: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: absolute;
    right: 18px;
    top: 11px;
}
.tab_drawer_heading.d_active::after{
    transform: rotate(-90deg);
}
.tab_drawer_heading:hover{
    background: #D2232A;
    color: white;
    border-color: #D2232A;
}
.tab_drawer_heading:hover::after{
    content: url(../images/tab-arrow-hover.svg);
    background-color: transparent;
    width: 9px;
    height: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: absolute;
    right: 18px;
    display: inline-block;
}
/****kenmarken-popup****/
.tab-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.popup-opacity{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(18, 18, 18, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 20px;
    background: #fff;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #D2232A;
    overflow: hidden;
    box-shadow: 0 4px 12px #D2232A;
    -webkit-box-shadow: 0 4px 12px #D2232A;
	max-width: 93%;
}
.popup-cross{
    background: #D2232A;
    width: 45px;
    height: 45px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #D2232A;
}
.tab-popup-content {
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    height: calc(100% - 116px) !important;
}
.tab-popup-content ul{
    margin-bottom: 33px;
    padding: 0;
}
.tab-popup-content ul:last-child{
    margin-bottom: 0;
}
.popup-cross img{
    width: 38px;
}
.tab-popup-area h3{
    line-height: normal;
    margin-bottom: 20px;
    font-size: 3.2rem;
}
.tab-popup-area p{
    color: #656263;
    line-height: normal;
    padding-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 0;
}
.tab-popup-content h4{
    line-height: 56px;
    margin-bottom: 20px;
    color: #231F20;
    font-size: 2.6rem;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid #656263;
    line-height: 40px;
    color: #231F20;
    flex-wrap: wrap;
	padding-left: 0;
}
.tab-popup-content li::after{
	display: none;
}
.tab-popup-content li strong{
    width: 50%;
    font-weight: normal;
    color:  #656263;
    font-family: 'OpenSans-Regular';
}
.show-popup{
    display: none;
}
/****form-sec****/
.form-sec {
    position: relative;
    overflow-x: clip;
    background: linear-gradient(110deg, #231F20 0.67%, #1D1B1B 99.59%);
    padding-top: 59px;
    padding-bottom: 56px;
}
.form-btm-merk{
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    pointer-events: none;
}
.form-heading{
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 80px;
}
.form-heading h3{
    color: #fff;
    text-align: center;
}
.form-heading h2{
    display: none;
}
.form-left {
    border-radius: 20px;
    background: #231F20;
    padding: 40px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.form-left-mark {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.form-left p{
    color: #F8F8F8;
    font-style: italic;
}
.form-left-wrap {
    max-width: 382px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 20px;
    height: 100%;
    position: relative;
    z-index: 1;
}
.form-left-img {
    min-width: 74px;
    width: 74px;
    height: 74px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #5C5C5C;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFF;
}
.form-left-img img{
    height: 100%;
    object-fit: cover;
}
.form-left-btm {
    display: flex;
    align-items: center;
    gap: 17px;
}
.form-left-info p{
    margin-bottom: 0;
    font-style: normal;
}
.form-left-info h6{
    font-size: 1.6rem;
    color: #F8F8F8;
    line-height: 24px;
    font-family: 'OpenSans-Regular';
}
.form-part{
    position: relative;
    z-index: 1;
    /* width: calc(100% + 29%); */
    width: 100%;
}
.form-sec .form-right .col-lg-4 {
    width: 45%;
}
.form-sec .form-right .col-lg-8 {
    width: 55%;
}
.form-sec .form-area .col-lg-5 {
    width: 34%;
}
.form-sec .form-area .col-lg-7{
    width: 66%;
}
.form-sec .about-left-mark img{
    width: 100%;
}
.form-sec .form-right-img {
    position: relative;
    z-index: 1;
}
.form-right {
    overflow: hidden;
    height: 100%;
}
.form-main-area .form-group {
    margin-bottom: 16px;
    position: relative;
}
.form-main-area .col-lg-6:last-child .form-group {
    margin-bottom: 0;
}
.form-main-area .form-styl {
    resize: none;
    font-family: 'Montserrat-Regular';
    background-color: transparent;
    color: #F8F8F8;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 17px 16px 17px;
    border-radius: 10px;
    border: 1px solid #656263;
}
.form-main-area  .form-group label {
    text-align: left;
    display: block;
    position: absolute;
    transition: all 0.5s ease-in-out;
    color: #F8F8F8;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'Montserrat-Regular';
    line-height: normal;
    pointer-events: none;
    position: absolute;
    top: 22px;
    left: 16px;
}
.form-main-area .form-styl:-ms-input-placeholder {
    color: #141414;
}
.form-main-area .form-styl::placeholder {
    color: #141414;
}
.form-main-area .form-styl:focus {
    box-shadow: none;
    color: #FFF;
    background-color: #231F20;
    border-color: #231F20;
}
.form-main-area .form-styl:focus::placeholder {
    color: #FFF;
}
.form-group textarea.form-control {
    min-height: 154px;
    padding-right: 88px;
}
.form-main-area .form-styl.photo_upload, 
.form-main-area .form-styl.foto_upload { 
    color: #F8F8F8;
}
.form-btn{
    margin-top: 32px;
}
.form-btn .common-btn{
    border-color: transparent;
}
.form-main-area label strong {
    opacity: 1;
    color: #F8F8F8;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-main-area .form-styl:focus + label strong {
    opacity: 1;
    color: #fff;
}
.form-main-area .form-styl:focus + label {
    color: #fff;
}
.form-area{
    border-radius: 20px;
    background: #1B1819;
    padding: 32px;
}
.form-right-img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.form-right-img img {
    height: 100%;
    object-fit: cover;
    object-position: left center;
}
.form-right-img-mob{
    display: none;
}

/* ***** related-product-sec ***** */
.aanbod-list-product-sec{
    padding-top: 150px;
    padding-bottom: 120px;
}
.related-product-heading h2{
    padding-bottom: 42px;
}
.related-product-heading{
    text-align: center;
}
.aanbod-list-product-sec .each-product{
    padding: 16px;
}
/* ****aanbod-dtl-mob-contact-bar*****/ 
.aanbod-dtl-mob-contact-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    display: none;
    padding: 14px 20px;
    background: #231F20;

}
.aanbod-dtl-mob-contact-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.aanbod-dtl-mob-contact-bar li {
    line-height: 22px;
    padding: 0;
    margin: 0;
}
.aanbod-dtl-mob-contact-bar li::after, .aanbod-dtl-mob-contact-bar li::before {
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul {
    display: flex;
    gap: 5px;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > button {
    padding: 8px 50px 8px 20px;
    border: 1px solid #fff;
    background-color: #1B1819;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    text-align: left;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li > button img {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-bar > ul > li > button strong {
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'OpenSans-Regular';
}
.aanbod-dtl-mob-contact-bar > ul > li > a {
    height: 100%;
    width: 40px;
    border: 1px solid #fff;
    background-color: #1E1E1E;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > a img {
    width: 14px;
}
.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-brand {
    width: 90%;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-contact-wp > a {
    background-color: #32D851;
    border-color: #32D851;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul {
    border: 1px solid #fff;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: absolute;
    bottom: 100%;
    width: 100%;
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > button,
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > a {
    padding: 9px 20px;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: #1C1C1C;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    display: block;
    text-align: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-active > ul > li > button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}
.aanbod-dtl-mob-contact-active > ul > li > button img {
    transform: translateY(-50%) rotate(-90deg);
}
.aanbod-dtl-mob-contact-bar.two-line-text > ul > li > a {
    width: 58px;
} 

/* ---------- overons -------- */
/* ***** over-ons-top-sec **** */
.over-ons-top-sec{
    position: relative;
    padding-bottom: 120px;
    overflow-x: clip;
    padding-top: 82px;
}
.over-ons-top-merk{
    position: absolute;
    bottom: -63px;
    right: 0;
    pointer-events: none;
}
.over-ons-img img{
    border-radius: 24px;
}
.over-ons-top-text{
    max-width: 610px;
    margin-right: auto;
    padding-right: 10px;
}
.over-ons-top-sec .col-lg-7{
    width: 53%;
}
.over-ons-top-sec .col-lg-5{
    width: 47%;
}
.over-ons-top-text h2{
    padding-bottom: 35px;
}
.over-ons-top-text h6{
    font-size: 1.6rem;
    color: #231F20;
    font-family: 'OpenSans-Regular';
    line-height: 24px; 
    padding-bottom: 16px;
}
.over-ons-top-text h3{
    padding-top: 10px;
    padding-bottom: 22px;
}
.over-ons-top-text p{
    max-width: 560px;
}
.over-ons-top-merk-mob{
    display: none;
}
/* **** over-ons-table-sec **** */
.over-ons-table-sec td {
    border-radius: 24px;
    background: #FFF;
    border: 1px solid transparent;
    overflow: hidden;
    width: 49%;
    padding: 34px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-table-sec table{
    width: 100%;
}
.over-ons-table-sec tr {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.over-ons-table-sec h3{
    padding-bottom: 25px;
}
.over-ons-table-sec  p{
    margin-bottom: 19px;
}
.over-ons-table-sec{
    padding-bottom: 24px;
    position: relative;
    z-index: 1;
}
.over-ons-table-sec  td:hover {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, rgba(79, 71, 73, 0.95) 0%, rgba(79, 71, 73, 0.55) 50%, rgba(79, 71, 73, 0.25) 100%) border-box;
}
/* ***** over-ons-about-sec ***** */
.home-about-sec.over-ons-about-sec {
    background: linear-gradient(110deg, #231F20 0.67%, #1D1B1B 99.59%);
    padding-bottom: 78px;
    padding-top: 80px;
}
.over-ons-about-sec .home-about-right-info h3{
    color: #fff;
    padding-bottom: 33px;
}
.over-ons-about-sec .home-about-right-info h3 strong{
    color: #D2232A;
}
.over-ons-about-sec .home-about-right-info p{
    color: #fff;
    padding: 0;
    margin: 0;
    margin-bottom:  18px;
}
.over-ons-about-sec  .home-about-right-info .common-btn{
    margin-top: 30px;
}
.over-ons-about-sec  .home-about-left{
    background-color: #1B1819;
    padding-bottom: 38px
}
.over-ons-about-sec .home-about-man-info p{
    color: #F8F8F8;
    max-width: 622px;
}
.over-ons-about-sec .home-about-img::after{
    background: linear-gradient(180deg, rgba(27, 24, 25, 0.00) 0%, #1B1819 100%);
}
.over-ons-about-sec .each-counter h6{
    color: #fff;
}
.over-ons-about-sec .home-about-right{
    padding-top: 0;
}
.over-ons-about-sec .home-about-right-info{
    margin-bottom: 80px;
    padding-bottom: 80px;
}
/* ***** team-sec ***** */
.team-sec{
    padding-top: 120px;
    padding-bottom: 120px;
}
.team-heading{
    text-align: center;
    padding-bottom: 47px;
}
.team-image img{
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.team-image{
    height: 100%;
}
.each-team-member{
    position: relative;
}
.team-dtls{
    position: absolute;
    bottom: 16px;
    left: 16px;
    border-radius: 10px;
    background: #FFF;
    width: calc(100% - 32px);
    text-align: center;
    padding: 12px 12px 10px;
}
.team-dtls p{
    color: rgba(0, 0, 0, 0.70);
    margin-bottom: 0;
    font-family: 'Montserrat-Regular';
    letter-spacing: 0.28px;
    line-height: 22px;
}
.team-dtls h3{
    line-height: 32px;
    padding-bottom: 3px;
    font-family: 'Montserrat-Regular';
    color: #000;
    letter-spacing: 0.24px;
}
.team-slider-btn .swiper-button-next {
    right: -72px;
}
.team-slider-btn .swiper-button-prev{
    left: -72px;
}
.team-slider{
    max-width: 1416px;
    margin-left: auto;
    margin-right: auto;
}
/* ----- contact ---------- */
.map {
    height: 700px;
    overflow: hidden;
}
.contact-banner-sec{
    padding-bottom: 60px;
}

/* *** contact form***** */
.form-sec.contact-form{
    background: #F8F8F8;
    padding-bottom: 120px;
}
.contact-form .form-heading h3{
    color: #231F20;
}
.contact-form .form-area{
    background: #fff;
}
.contact-form .form-left p{
    color: #231F20;
}
.contact-form .form-left-info p{
    color: #231F20;
}
.contact-form .form-left-info h6{
    color: #231F20;
}
.contact-form .form-left{
    background: #F8F8F8;
}
.contact-form  .form-main-area .form-styl{
    color: #231F20;
}
.contact-form .form-main-area .form-group label{
    color: #231F20;
}
.contact-form  .form-main-area label strong{
    color: #231F20;
}
.contact-form  .form-main-area .form-styl:focus{
    background-color: #fff;
    border-color: #fff;
}
.contact-form  .form-main-area .form-styl:focus + label strong{
    color:#231F20;
}
.contact-form .form-btn .common-btn:hover{
    border-color: #231F20;
}
.contact-banner-sec .inner-banner-content{
    display: none;
}
/* ------ werk-plaat-mid ------- */
.diensten-dtl-top-info ol li::after{
    display: none;
}
.diensten-dtl-top-info ol li{
    list-style: none;
    padding-left: 0;
}
.diensten-dtl-top-info ol{
    padding-left: 0;
}
.diensten-dtl-top-info h6{
    font-family: 'OpenSans-Semibold';
    font-size: 1.6rem;
    line-height: 24px;
    color: #231F20;
    margin-bottom: 20px;
}
.werk-plaat-mid td{
    text-align: start;
}
.werk-plaat-mid td li{
    color: #656263;
    margin-bottom: 6px;
}
.diensten-dtl-mid.werk-plaat-mid td p{
    max-width: 100%;
}
.werk-plaat-mid td ol{
    margin-top: 8px;
}
.werk-plaat-mid td ul{
    margin-top: 8px;
}
.airco-service-mid.diensten-dtl-mid  td{
    width: 49%;
}
/* ----- verkocht ------- */
.aanbod-product-sec.verkocht-product-sec{
    padding-top: 300px;
}
/* ------ Bedankt ------- */
.modal-area .modal-dialog {
    max-width: 77.66%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(0, 0, 0, 0.77);
}
.modal-area .modal-content {
    border: 0;
    position: relative;
    border-radius: 20px;
    background-color: #FFF;
    /* overflow: hidden; */
    padding: 16px;
}
.modal-area .popup-content {
    padding: 40px 79px;
}
.popup-content-area p {
    color: #141414;
    margin-bottom: 30px;
}
.popup-content-wrap {
    position: relative;
}
.popup-mark {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    height: 100%;
}
.popup-mark img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.popup-content-area {
    position: relative;
    z-index: 1;
}
.pop-up-image {
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.pop-up-image img {
    height: 100%;
    object-fit: cover;
}
.popup-content li::after {
    background-image: url(../images/popup-li-mark.svg);
    background-size: 16px;
    height: 16px;
    width: 16px;
    top: 3px;
    background-repeat: no-repeat;
}
.popup-content li:last-child {
    margin-bottom: 20px;
}
.popup-content li {
    padding-left: 22px;
    color: #141414;
    margin-bottom: 8px;
}
.popup-content ul {
    padding-left: 0;
    margin-bottom: 32px;
}
.close-img {
    position: absolute;
    top: -26px;
    right: -20px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 1;
    border-radius: 4px;
    border: 1px solid #231F20;
    background: #F8F8F8;
}
.close-img img {
    width: 21px;
}
.modal-main-content .col-lg-5 { 
    width: 42%;
}
.modal-main-content .col-lg-7 { 
    width: 58%;
}
.popup-content-area p:last-child {
    margin-bottom: 0;
}
.popup-content-area h2{
    font-family: 'OpenSans-Semibold';
    letter-spacing: normal;
    padding-bottom: 35px;
    color: #141414;
}
.Bedankt-banner .each-inner-banner{
    height: 981px;
}
.Bedankt-banner .banner-content h1{
    letter-spacing: normal;
}

.menu-header-wrap-active .header-right{
    z-index: 1;
    position: relative;
}
.header-right:has(.hamburger.active) a{
    font-family: 'OpenSans-Bold';
}
.menu-social{
    padding-bottom: 50px;
}



/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer > img {
    height: 35px;
    padding-top: 15px;
}


/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 10px 6px 38px;
    color: #000;
    background-size: contain;
    margin-bottom: 15px;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon h5{
    padding-bottom: 10px;
    /* text-transform: uppercase; */
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1F1F1F;
    border-bottom: 1px solid #0B1931;
    padding-bottom: 10px;
    /* font-family: 'Poppins-Medium'; */
    font-size: 2.4rem;
    line-height: 32px;

}
.star_icon p img{
    width: 15px;
    height: 15px;
    margin-top: -3px;
    margin-right: 5px;
    filter: invert(0);
    padding-right: 0;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#B31017 calc(1*100%/6),#f8f8f8 0 calc(3*100%/6),#B31017 0),
              linear-gradient(#B31017 calc(2*100%/6),#f8f8f8 0 calc(4*100%/6),#B31017 0),
              linear-gradient(#B31017 calc(3*100%/6),#f8f8f8 0 calc(5*100%/6),#B31017 0);
    background-size: 10px 400%;
    background-repeat: no-repeat;
    animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
    0% {
      background-position: 0% 100%, 50% 100%, 100% 100%
    }
  
    100% {
      background-position: 0% 0%, 50% 0%, 100% 0%
    }
  }
  .load_aanbod{
    justify-content: center;
    display: flex;
    column-gap: 30px;
    align-items: center;
    color: #B31017;
  }


.carpass-img {
    width: 115px;
}

/****fix-wp****/
.fix-wp {
    position: fixed;
    height: 62px;
    width: 62px;
    background-color: #25D366;
    border-radius: 100%;
    /* z-index: 98; */
    z-index: 100;
    bottom: 30px;
    right: 49px;
}
.fix-wp img {
    width: 22px;
}
.fix-wp a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp a img {
    width: 24px;
}

.popup .popuptext {
	display: none;
	width: 200px;
	background-color: #25D366;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding: 8px 0;
	position: absolute;
	z-index: 1;
	bottom: 3px;
	right: 3vw;
	font-size: small;
}

.notifcation {
	position: relative;
}

.alert-number {
	display: none;
	position: absolute;
    /* bottom: 28px; */
    bottom: 28px;
    /* left: 16px; */
    right: -11px;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	background-color: red;
	color: white;
	text-align: center;
	font-size: small;
	animation: shake 0.5s;
	animation-iteration-count: 1;
}

@media screen and (max-width: 600px) {
	.popuptext {
		right: 60px !important;
	}
}
@media (max-width : 767.98px){
	.fix-wp{
		display: none;
	}
}
.privacy_section h2{
    padding-top: 85px;
}

.each-price-table li::after {
    display: none;
}
.range-sec .range-area .fill{
    background-color: #121212;
}
.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0px;
    height: 50px;
    display: block;
}
.calsty{
    border: 0;
    width: 100%;
    /* height: 690px; */
    background: transparent;
}
/* .over-ons-dark{
    display: none;
}
.dark-mode .over-ons-dark{
    display: block;
} */
.share-social-media-button .a2a_dd svg{
    margin-right: 0 !important;
}
.aanbod-dtl-top-btn .share-btn:hover{
    border-color: #D2232A !important;
}
.aanbod-dtl-top-btn .share-btn:hover svg{
    filter: brightness(0) invert(1);
}
.over-ons-about-sec .home-about-right-info p{
    max-width: 534px;
    color: #F8F8F8;
}
.listview-top-content.privacy_section{
    padding-top: 80px;
    padding-bottom: 100px;
}
.privacy_section p{
    margin-bottom: 10px;
}
.privacy_section h2{
    padding-bottom: 25px !important;
}
.d-list-sec.werk-list-sec{
    padding-bottom: 110px;
}
.review-sec{
    padding-bottom: 30px;
}

.modal-area2 .popup-right .form-group.select_dropdown .form-styl{
    background-image: url(../images/dropdown-arrow.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: right 10px center;
}



.form-sec .form-area .col-lg-5 {
    width: 24%;
}
.form-sec .form-area .col-lg-7 {
    width: 76%;
}
.form-left {
    padding-left: 20px;
    padding-right: 20px;
}
.form-sec .form-right .col-lg-4 {
    width: 50%;
}
.form-sec .form-right .col-lg-8 {
    width: 50%;
}


/****auto-verhuur****/
.auto-verhuur-sec {
    padding-top: 163px;
    padding-bottom: 56px;
}
.auto-verhuur-block-title-right {
    display: flex;
    flex-wrap: wrap;
}
.auto-verhuur-block-title {
    border: 1px solid #D2D2D2;
    border-radius: 10px 10px 0 0;
}
.auto-verhuur-block-title-left {
    text-align: center;
}
.auto-verhuur-block-title .col-lg-5,
.each-auto-verhuur-block-wrap .col-lg-5 {
    width: 37%;
}
.auto-verhuur-block-title .col-lg-7,
.each-auto-verhuur-block-wrap .col-lg-7 {
    width: 63%;
}
.auto-vehuur-title {
    margin-bottom: 35px;
}
.auto-verhuur-block-title-left {
    /* border-right: 1px solid #D2D2D2; */
    position: relative;
}
.auto-verhuur-block-title-left::after {
    content: '';
    position: absolute;
    background-color: #D2D2D2;
    height: 1000vh;
    top: 0;
    right: 0;
    width: 1px;
}
.auto-verhuur-block-title-left h3,
.each-auto-verhuur-block-title h3 {
    padding: 10px 0;
}
.each-auto-verhuur-block-title {
    /* border-right: 1px solid #D2D2D2; */
    text-align: center;
    padding: 0 10px;
    position: relative;
}
.each-auto-verhuur-block-title::after {
    content: '';
    position: absolute;
    background-color: #D2D2D2;
    height: 1000vh;
    top: 0;
    right: 0;
    width: 1px;
}
.each-auto-verhuur-block-title:last-child {
    border-right: 0;
}
.each-auto-verhuur-block-wrap {
    padding: 0 20px 0 20px;
    border-left: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
}
.auto-verhuur-block-info-wrap {
    display: flex;
    flex-wrap: wrap;
}
.each-auto-verhuur-block-info {
    /* border-right: 1px solid #D2D2D2; */
    text-align: center;
    padding: 0 30px;
}
.auto-verhuur-block-title-left h3 {
    padding-left: 30px;
    padding-right: 30px;
}
.each-auto-verhuur-block-title:nth-child(1),
.each-auto-verhuur-block-info:nth-child(1) {
    width: 21%;
}
.each-auto-verhuur-block-title:nth-child(2),
.each-auto-verhuur-block-info:nth-child(2) {
    width: 24%;
}
.each-auto-verhuur-block-title:nth-child(3),
.each-auto-verhuur-block-info:nth-child(3) {
    width: 29%;
}
.each-auto-verhuur-block-title:nth-child(4),
.each-auto-verhuur-block-info:nth-child(4) {
    width: 26%;
}
.each-auto-verhuur-block-img {
    width: calc(100% - 30px);
}
.each-auto-verhuur-block-img {
    padding-top: 30px;
    height: 304px;
}
.each-auto-verhuur-block-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}
.each-auto-verhuur-block-title:nth-child(4)::after {
    display: none;
}
.auto-verhuur-wrap {
    padding-left: 45px;
    padding-right: 45px;
}
.each-auto-verhuur-block-content p {
    color: #656565;
    margin-top: 5px;
}
.each-auto-verhuur-block-content {
    margin-top: 14px;
    margin-right: 20px;
}
.auto-verhuur-block {
    overflow: hidden;
}
.auto-verhuur-btm-wrap {
    text-align: center;
}
.auto-verhuur-btm-wrap h3 {
    font-family: 'OpenSans-Regular';
    margin-bottom: 27px;
}
.auto-verhuur-btm-wrap h3 strong {
    font-weight: normal;
    font-family: 'OpenSans-Bold';
}
.auto-verhuur-btm-wrap h3:nth-child(5),
.auto-verhuur-btm-wrap h3:nth-child(6),
.auto-verhuur-btm-wrap h3:nth-child(7)  {
    margin-bottom: 0;
}
.auto-verhuur-btm-sec {
    padding-bottom: 22px;
}
.each-auto-verhuur-block-content table {
    display: block;
    margin: 22px 0 24px;
}
.each-auto-verhuur-block-content td {
    display: flex;
    gap: 10px;
    color: #656263;
    font-family: 'OpenSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.each-auto-verhuur-block-content td strong {
    display: block;
    font-weight: normal;
    color: #231F20;
}







