@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    color: #1B1B1E;
    font-family: 'NotoSans-Regular';
    font-size: 1.6rem;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
#page {
    padding: 0 30px 30px;
}
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
/****header-area***/
.header-area {
    padding: 32px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-active {
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}
.header-logo img {
    width: 234px;
}
.header-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
}
.header-nav li {
    color: #1B1B1E;
    font-family: 'NotoSans-Medium';
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}
.header-nav li a {
    color: #1B1B1E;  
}
.header-nav li a:hover {
    color: #AF2F30;  
}
.contact-btn a {
    color: #1B1B1E;
    font-family: 'NotoSans-Medium';
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}
.contact-btn a:hover {
    color: #AF2F30;   
}
.header-right {
    gap: 47px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.menu-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    color: #1B1B1E;
    font-family: 'NotoSans-Medium';
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    cursor: pointer;
}
.menu-btn strong {
    font-weight: normal;
    margin-left: 10px;
}
.menu-bar {
    position: relative;
    max-width: 25px;
    width: 100%;
    margin-left: auto;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #AF2F30;
    content: '';
    height: 2px;
    margin: 5px 0 5px auto;
    width: 25px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-btn.active .menu-bar  div {
    transform: scale(0);
}
.menu-btn.active .menu-bar:before {
    transform: translateY(6px) rotate(135deg);
}
.menu-btn.active .menu-bar:after {
    transform: translateY(-8px) rotate(-135deg);
}
.menu-btn.active {
    position: relative;
    z-index: 1;
    color: #fff;
}
.menu-btn.active .menu-bar div,
.menu-btn.active .menu-bar::after,
.menu-btn.active .menu-bar::before {
    background-color: #fff;
}
/*****mega-menu*****/
.mega-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 30%;
    background-color: #AF2F30;
    height: 100vh;
    padding: 140px 50px 50px;
    clip-path: inset(0 0 0 100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu-active {
    clip-path: inset(0 0 0 0);
}
.menu-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.60);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-overlay-active {
    opacity: 1;
    pointer-events: all;
}
.mega-menu-nav ul {
    padding: 0;
    margin: 0;
}
.mega-menu-nav li {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 2rem;
    font-family: 'NotoSans-Medium';
    line-height: 24px; 
    text-transform: uppercase;
    margin-bottom: 40px;
}
.mega-menu-nav li:last-child {
    margin-bottom: 0;
}
.mega-menu-nav li a {
    position: relative;
    display: block;
    color: #fff;
}
.mega-menu-nav li a:hover {
    color: rgba(255, 255, 255, 0.6);
}
.mega-menu-nav li.active {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
    -webkit-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	-o-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	animation-delay: calc(0.1s * attr(data-animation-offset number 1));
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.mega-menu-nav {
    height: 100%;
    overflow-y: auto;
    padding-right: 10px;
}
.mega-menu-nav::-webkit-scrollbar {
    width: 10px;
    background-color: #a72729;
    border-radius: 10px;
}
.mega-menu-nav::-webkit-scrollbar-thumb {
    background-color: #7C1B1C;
    border-radius: 10px; 
}
/***fix-wp****/
.fix-wp {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 98;
}
main {
    margin-top: 116px;
}
/****red-bg***/
.red-bg {
    border-radius: 20px;
    background-color: #7C1B1C;
    padding-left: 20px;
    padding-right: 20px;
}
/*****banner-sec******/
.banner-sec {
    position: relative;
    overflow-x: hidden;
}
.banner-wrap {
    padding-right: 38px;
}
.banner-video,.each-banner  {
	height: 756px;
    border-radius: 20px;
    overflow: hidden;
}
.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 {
    padding: 40px 50px 40px 0;
}
.banner-content h1 {
    margin-bottom: 52px;
}
.counter-area {
    margin-top: 52px;
    display: flex;
}
.each-counter {
    padding: 12px 34px;
    border-right: 2px solid rgba(0, 0, 0, 0.34);;
}
.each-counter:first-child {
    padding-left: 0;
}
.each-counter:last-child {
    padding-right: 0;
    border-right: 0;
}
.each-counter h4 {
    letter-spacing: 1.26px;
    font-family: 'Gunship-Condensed-Italic';
    font-style: italic;
}
.each-counter h4 strong {
    font-weight: normal;
}
/****product-sec****/
.product-sec {
    padding: 120px 0;
    overflow-x: hidden;
    position: relative;
}
.product-wrap { 
    padding-right: 38px;
    position: relative;
}
.product-heading {
    margin-bottom: 16px;
}
.product-heading-left {
    max-width: 540px;
    width: 100%;
}
.product-heading p {
    margin-bottom: 0;
}
.each-product-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
.product-sec .col-lg-10 {
    width: 82%;
}
.product-model h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-price h5 {
    font-family: 'NotoSans-Regular';
    color: #AF2F30;
    line-height: 24px;
}
.product-price h5 strong {
    color: #1B1B1E;
    font-weight: normal;
}
.product-model table {
    width: calc(100% + 100%);
    margin-top: 5px;
}
.product-model tr {
    display: flex;
    flex-wrap: wrap;
}
.product-model td {
    color: rgba(27, 27, 30, 0.57);
    font-family: 'NotoSans-Regular';
    font-size: 1.6rem;
    line-height: 24px; 
    padding: 0 10px;
    position: relative;
}
.product-model td::after {
    content: "";
    height: 80%;
    width: 1px;
    position: absolute;
    right: 0;
    background-color: rgba(27, 27, 30, 0.57);
    top: 50%;
    transform: translateY(-50%);
}
.product-model td:first-child {
    padding-left: 0;
}
.product-model td:last-child {
    padding-right: 0;
}
.product-model td:last-child::after {
    display: none;
}
.product-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 68px;
    width: 68px;
    background-color: #AF2F30;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-btn img {
    width: 20px;
}
.each-product:hover .product-btn  {
    opacity: 1;
}
.product-wrap .common-arrow {
    top: 45%;
}
.product-wrap .swiper-button-next {
    left: 0;
    right: auto;
}
.product-wrap .swiper-button-prev {
    left: 0;
    top: calc(40% + 120px);
}
.product-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
/****werkplaats-service-sec*****/
.werkplaats-service-sec .red-bg {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.werkplaats-service-sec .red-bg {
    padding-top: 103px;
    padding-bottom: 110px;
}
.werkplaats-heading {
    margin-bottom: 80px;
}
.werkplaats-heading h2 {
    color: #fff;
}
.each-werk-slide-img {
    border-radius: 20px;
    overflow: hidden;
    height: 422px;
}
.each-werk-slide-img img {
    height: 100%;
    object-fit: cover;
}
.werkplaats-img-slider {
    position: relative;
}
.werkplaats-img-slider .swiper {
    border-radius: 20px;
}
.werkplaats-service-sec .common-arrow {
    background-color: #fff;
    border-color: #fff;
}
.werkplaats-service-sec .common-arrow:hover {
    background-color: #DF2C26;
    border-color: #DF2C26;
}
.werkplaats-service-sec .swiper-button-next {
    top: 40%;
    right: -35px;
}
.werkplaats-service-sec .swiper-button-prev {
    left: auto;
    right: -35px;
    top: calc(40% + 80px);
}
.werkplaats-text-slider {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
}
.werkplaats-text-slider h3 {
    color: #fff;
}
.werkplaats-text-slider p {
    color: #fff;
    margin: 24px 0 90px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/******diensten-service-sec*******/
.diensten-service-sec .red-bg {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
    padding: 0;
}
.each-diensten {
    position: relative;
    height: 214px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diensten img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diensten::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(124, 26, 28, 0.75);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diensten-text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
    z-index: 1;
    text-align: center;
    width: 100%;
}
.each-diensten-text h4 {
    color: #fff;
}
.each-diensten:hover::after {
    background-color: rgba(124, 26, 28, 0.2);
}
/******about-sec****/
.about-sec {
    position: relative;
    padding: 103px 0 50px;
    overflow-x: clip;
}
.about-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    z-index: -1;
}
.about-bg img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.about-heading-img { 
    max-width: 665px;
    width: 100%;
    border-radius: 20px;
    margin-left: auto;
    overflow: hidden;
}
.about-heading-text {
    max-width: 413px;
    width: 100%;
}
.about-heading-text p {
    margin: 15px 0 40px;
}
.about-step {
    position: relative;
}
.about-step-img {
    width: 26%;
    position: absolute;
    border-radius: 20px;
    overflow: hidden;
    bottom: 0;
    left: 0;
}
.each-about-step {
    padding-left: 40px;
    padding-bottom: 24px;
    border-bottom-left-radius: 83px;
    position: relative;
}
.each-about-step h2 {
    color: #AF2F30;
    font-size: 3.6rem;
    letter-spacing: 2.52px;
}
.each-about-step p {
    margin: 20px 0 0;
}
.about-step .col-lg-4:last-child .each-about-step {
    border-bottom: 0;
    border-radius: 0;
    padding-bottom: 0;
}
.each-about-step-wrap {
    max-width: 410px;
    width: 100%;
}
.each-about-step p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.about-stair {
    width: 69%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
}
.about-stair svg {
    width: 100%;
    height: auto;
}
.about-stair #svgPath, 
.about-stair #redPath {
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
}
.about-stair #svgPath {
    stroke: rgba(0, 0, 0, 0.7);
}
.about-stair #redPath {
    stroke: #AF2F30;
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
}
/****review-sec*****/
.review-sec {
    padding: 120px 0;
}
/*****footer-area****/
.footer-area .red-bg {
    padding-top: 80px;
    padding-bottom: 30px;
    margin-bottom: 10px;
}
.footer-logo img {
    width: 455px;
}
.footer-btm {
    margin-top: 65px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.60);
}
.footer-info {
    display: flex;
    gap: 20px;
    max-width: 820px;
    width: 100%;
    margin-left: auto;
    justify-content: space-between;
}
.each-footer-info h3 {
    color: #fff;
    margin-bottom: 24px;
}
.each-footer-info p {
    color: #fff;
    margin-bottom: 0;
}
.each-footer-info p a {
    color: #fff;
}
.each-footer-info p a:hover {
    opacity: 0.6;
}
.each-footer-info td {
    margin-bottom: 0;
    line-height: 24px;
    color: #fff;
}
.each-footer-info td:nth-child(odd) {
    padding-right: 28px;
}
.footer-privacy p {
    color: #fff;
    margin-bottom: 0;
}
.footer-privacy p a {
    color: #fff;
}
.footer-privacy p a:hover {
    color: #fff;
    opacity: 0.6;
}
.footer-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}
.footer-social li a {
    opacity: 0.6;
}
.footer-social li a:hover {
    opacity: 1;
}




/* **************** diensten-list **************** */
/****inner-banner****/
.inner-banner {
    position: relative;
}
.inner-banner-img {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.inner-banner-img::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(0deg, rgba(27, 27, 30, 0.30) 0%, rgba(27, 27, 30, 0.30) 100%);
}
.inner-banner-content {
    bottom: 161px;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.inner-banner-content h1 {
    color: #fff;
}
/****diens-list-top-sec****/
.diens-list-top-sec {
    padding-top: 83px;
    padding-bottom: 103px;
}
.diens-list-top-right {
    max-width: 539px;
    margin-right: 0;
    margin-left: auto;
}
.diens-list-top-right p {
    margin-bottom: 0;
}
/****diens-list-sec****/
.diens-list-area {
    border-bottom: 1px solid rgba(27, 27, 30, 0.20);
}
.each-diens-list {
    border-top: 1px solid rgba(27, 27, 30, 0.20);
    padding: 31px 78px 33px 43px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.each-diens-info {
    max-width: 554px;
    width: 100%;
    padding-right: 46px;
}
.each-diens-info h4 {
    margin-bottom: 23px;
}
.each-diens-info p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.diens-list-area .col-lg-5 {
    width: 54%;
}
.diens-list-area .col-lg-4 {
    width: 31%;
}
.diens-list-area .col-lg-3 {
    width: 15%;
}
.each-diens-img {
    position: absolute;
    top: -20px;
    opacity: 0;
    width: 336px;
    transform: rotate(9deg);
}
.each-diens-img img {
    border-radius: 10px;
    overflow: hidden;
}
.each-diens-arw {
    height: 68px;
    width: 68px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    margin-left: auto;
    opacity: 0;
}
.each-diens-arw img {
    width: 20px;
}
.each-diens-list:hover {
    background: #7C1B1C;
}
.each-diens-list:hover .each-diens-info h4,
.each-diens-list:hover .each-diens-info p {
    color: #fff;
} 
.each-diens-list:hover .each-diens-img,
.each-diens-list:hover .each-diens-arw{
    opacity: 1;
}
.mob-each-diens-arw {
    display: none;
}
/********************diensten-dtl********************/
/****back-btn****/
.back-btn {
    padding-top: 50px;
}
.back-btn-part .common-btn {
    padding: 13px 20px 13px 60px;
}
.back-btn-part .common-btn::after {
    right: 0;
    left: 10px;
}
.back-btn-part .border-btn::after {
    transform: translateY(-50%) rotate(-135deg);
}
/****diensten-dtl-top****/
.diensten-dtl-top {
    position: relative;
    overflow: hidden;
}
.diensten-dtl-top-info p {
    color: rgba(27, 27, 30, 0.7);
    margin-bottom: 20px;
}
.diensten-dtl-top .col-lg-7 {
    width: 58%;
}
.diensten-dtl-top .col-lg-5 {
    width: 42%;
}
.diensten-dtl-top-img img{
    border-radius: 20px;
    overflow: hidden;
}
.diensten-dtl-top-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.diensten-dtl-top-info {
    padding-right: 45px;
    margin-top: 34px;
}
.diensten-dtl-top-wrap {
    padding-right: 38px;
}
.diensten-dtl-top-info h2 {
    margin-bottom: 25px;
}
/****diensten-dtl-mid****/
.diensten-dtl-mid {
    padding: 80px 0 120px;
}
.diensten-dtl-mid table {
    height: 100%;
}
.diensten-dtl-mid td h1 {
    font-size: 10rem;
    color: rgba(27, 27, 30, 0.1);
    letter-spacing: 7px;
    position: relative;
    margin-bottom: 5px;
    line-height: 68px;
}
.diensten-dtl-mid tr {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    justify-content: center;
}
.diensten-dtl-mid td {
    width: 32.1%;
    border-radius: 10px;
    overflow: hidden;
    padding: 40px 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.diensten-dtl-mid td h4 {
    position: absolute;
    top: 60px;
    left: 30px;
}
.diensten-dtl-mid td:hover {
    background-color: #7C1A1C;
}
.diensten-dtl-mid td:hover h1 {
    color: rgba(255, 255, 255, 0.1);
}
.diensten-dtl-mid td:hover h4 {
    color: #fff;
}
.diensten-dtl-mid td:hover p {
    color: rgba(255, 255, 255, 0.7);
}
/****form-sec****/
.form-sec .red-bg {
    padding-top: 92px;
    padding-bottom: 92px;
}
.form-img {
    padding-left: 20px;
}
.form-img img {
    border-radius: 10px;
    overflow: hidden;
}
.form-title h2,
.form-title p {
    color: #fff;
}
.form-title p {
    margin-top: 20px;
    margin-bottom: 63px;
}
.form-main-area .form-group {
    margin-bottom: 32px;
}
.form-main-area .form-styl {
    border: none;
    color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.6);
	padding: 12px 28px;
    resize: none;
	font-family: 'NotoSans-Regular';
	line-height: 24px;
    font-size: 1.6rem;
    background: transparent;
	border-radius: 30px;
    overflow: hidden;
}
.form-main-area .form-styl:focus::placeholder{
    color: #7C1A1C;
}
.form-main-area .form-styl::placeholder{
	color: rgba(255, 255, 255, 0.6);
}
.form-main-area .form-styl:focus {
    color: #7C1A1C;
    border: 1px solid #7C1A1C;
    box-shadow: none;
    background-color: transparent;
    background-color: #fff;
}
.form-left .form-group textarea.form-control {
	border: 1px solid rgba(255, 255, 255, 0.6);
	min-height: 130px;
    border-radius: 20px;
    overflow: hidden;
}
.form-main-area .form-btn {
    margin-top: 24px;
}
.form-btn .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/****dtl-slider-sec****/
.dtl-slider-sec {
    padding-top: 120px;
    position: relative;
}
.each-dtl-slider-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 327px;
}
.each-dtl-slider-img img {
    height: 100%;
    object-fit: cover;
}
.dtl-slider-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 68px;
    width: 68px;
    background-color: #AF2F30;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-slider-btn img {
    height: auto;
}
.each-dtl-slider:hover .dtl-slider-btn {
    opacity: 1;
}
.each-dtl-slider-title {
    margin-top: 15px;
}
.each-dtl-slider-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-dtl-slider:hover img {
    transform: scale(1.1);
}
.dtl-slider-title {
    margin-bottom: 80px;
}
.dtl-slider .common-arrow {
    top: 40%;
}
.dtl-slider-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.dtl-slider .swiper-button-next {
    right: -35px;
}
.dtl-slider .swiper-button-prev {
    left: -35px;
}
/********************werkplaats-dtl********************/
/****diensten-dtl-top****/
.diensten-dtl-top ul {
    list-style-type: none;
    padding-left: 0;
}
.diensten-dtl-top li {
    position: relative;
    padding-left: 20px;
    color: rgba(27, 27, 30, 0.70);
    line-height: 24px;
}
.diensten-dtl-top li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background-image: url(../images/dtl-bullet.svg);
    background-size: 7px;
    height: 7px;
    width: 7px;
    background-position: center;
    background-repeat: no-repeat;
}
/********************apk********************/
/****diensten-dtl-top****/
.diensten-dtl-top-info h4 {
    margin-bottom: 20px;
}
/********************vacature-dtl********************/
/****vacature-dtl-mid****/
.vacature-dtl-mid td {
    width: 49%;
    padding: 46px 75px;
}
.vacature-dtl-mid td:hover li {
    color: rgba(255, 255, 255, 0.7);
}
.vacature-dtl-mid ul {
    list-style-type: none;
    padding-left: 0;
}
.vacature-dtl-mid li {
    position: relative;
    padding-left: 20px;
    color: rgba(27, 27, 30, 0.70);
    line-height: 24px;
    margin-bottom: 15px;
}
.vacature-dtl-mid li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background-image: url(../images/dtl-bullet2.svg);
    background-size: 7px;
    height: 7px;
    width: 7px;
    background-position: center;
    background-repeat: no-repeat;
}
.vacature-dtl-mid td:hover li::after {
    background-image: url(../images/dtl-bullet3.svg);
}
.vacature-dtl-mid td h4 {
    top: 65px;
    left: 90px;
}
/********************contact********************/
/****contact-map****/
.contact-map .inner-banner-img {
    height: 600px;
}
.contact-map .inner-banner-img::after {
   display: none;
}
/****contact-form****/
.form-sec.contact-form-sec .red-bg {
    padding-bottom: 74px;
}
.contact-map .red-bg {
    background-color: #fff;
}
.contact-map .form-title h2, 
.contact-map .form-title p {
    color: #1B1B1E;
}
.contact-map .form-main-area .form-styl {
    color: rgba(27, 27, 30, 0.6);
    border: 1px solid rgba(27, 27, 30, 0.6);
}
.contact-map .form-main-area .form-styl:focus::placeholder{
    color: #fff;
}
.contact-map .form-main-area .form-styl::placeholder{
	color: rgba(27, 27, 30, 0.6);
}
.contact-map .form-main-area .form-styl:focus {
    color: #fff;
    border: 1px solid #7C1A1C;
    background-color: #7C1A1C;
}
.contact-map .form-left .form-group textarea.form-control {
	border: 1px solid rgba(27, 27, 30, 0.6);
}
.events-contact-sec.contact-events-contact-sec {
    padding: 0;
}
/* **************** over-ons **************** */
/****overons-top-sec****/
.overons-top-sec {
    padding-top: 81px;
}
.over-ons-top-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.overons-top-right {
    max-width: 527px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
}
/****overons-about-sec****/
.about-sec.overons-about-sec {
    padding-top: 61px;
}
.overons-about-sec .about-bg {
    height: 100%;
}
.overons-about-sec .about-heading-img {
    max-width: 708px;
    margin-bottom: -20%;
}
.overons-about-sec .about-step-img {
    width: 34%;
    left: -7%;
}
.overons-about-sec .each-about-step {
    margin-top: -47px;
}
.overons-about-sec .each-about-step p {
    -webkit-line-clamp: 6;
}
/****overons-team-sec****/
.overons-team-sec {
    padding-top: 90px;
}
.overons-team-title h2 {
    margin-bottom: 80px;
}
.each-member-img img {
    border-radius: 10px;
    overflow: hidden;
    filter: grayscale(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member-info {
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member-info h4 {
    margin: 24px 0 6px;
}
.each-member-info p {
    margin-bottom: 0;
}
.overons-team-slider {
    width: 99.58vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.overons-team-sec .common-arrow {
    border-color: #fff;
    background-color: #fff;
    top: 35%;
}
.overons-team-sec .common-arrow:hover {
    border-color: #AF2F30;
    background-color: #AF2F30;
}   
.overons-team-sec .common-arrow:hover img {
    filter: brightness(0) invert(1);
}
.overons-team-slider .swiper-button-next {
    right: 8%;
}
.overons-team-slider .swiper-button-prev {
    left: 8%;
}
.each-team-member:hover .each-member-img img {
    filter: none;
}
.each-team-member:hover .each-member-info {
    opacity: 1;
}
/* **************** aanbod-list **************** */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 43px 0 70px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.aanbod-filter-title {
    margin-bottom: 36px;
}
.aanbod-filter-title-right h2 {
    line-height: normal;
}
.aanbod-filter-title-right p {
    margin-bottom: 0;
    text-align: end;
}
.filter-left-area {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
}
.filter-left-title {
    display: flex;
    align-items: center;
    padding-right: 14px;
    width: 9%;
}
.main-filter-area {
    width: 90%;
}
.main-filter-area .row {
    column-gap: 9px;
}
.filter-reset a {
	font-size: 1.4rem;
	font-family: 'NotoSans-Regular';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(100) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover img {
    filter: invert(35%) sepia(74%) saturate(1576%) hue-rotate(331deg) brightness(48%) contrast(85%);
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 50px;
    color: #1B1B1E;
    font-family: 'NotoSans-Regular';
    font-size: 1.6rem;
    letter-spacing: 0.32px;
    background-color: #14181E;
    border: 1px solid rgba(27, 27, 30, 0.70);
    border-radius: 50px;
    padding: 0 43px 0 28px;
    background: url(../images/filter-arrow.svg) no-repeat 86% center / 15px;
    appearance: none;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.aanbod-filter-sec .select-style:hover { 
    background: url(../images/white-filter-arw.svg) no-repeat 86% center / 15px;
    background-color: #AF2F30;
    border-color: #AF2F30;
    color: #fff;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0;
    color: #1B1B1E;
    background-color: #14181E;
    border: 1px solid rgba(27, 27, 30, 0.70);
    background: url(../images/filter-arrow.svg) no-repeat 86% center / 15px;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main .row {
    row-gap: 20px;
    align-items: center;
}
.filter-main option{
	font-family: 'NotoSans-Regular';
	background-color: #14181E;
}
.filter-content {
    display: none;
    background-color: #fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid rgba(27, 27, 30, 0.70);
    border-top: 0;
    border-radius: 0 0 5px 5px;
    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: #1B1B1E;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'NotoSans-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #1B1B1E;
    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 #1B1B1E;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #AF2F30;
    border-color: #AF2F30;
}
.auto-overview-tag {
    margin-right: 5px;
	margin-bottom: 10px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    border-radius: 6px;
    background-color: #AF2F30;
	font-family: 'NotoSans-Regular';
    font-size: 1.4rem;
    border: 1px solid #AF2F30;
}
.clear-filter-wrap {
    padding-left: 12%;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: transparent;
    color: #1B1B1E;
}
.auto-overview-tag:hover img {
    filter: brightness(100) invert(1);
}
.aanbod-filter {
	margin-bottom: 0;
	width: 20%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 85px;
    background-color: #1B1B1E;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 20px;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #AF2F30;
    border-color: #AF2F30;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #F9F8F6;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #1B1B1E;
	border-radius: 100%;
	color: #fff;
    border: 1px solid #1B1B1E;
	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;
}
.mobile-show-filter .common-btn:hover .filter-count {
    background-color: #AF2F30;
    border-color: #AF2F30;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #AF2F30;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #AF2F30;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #AF2F30;
	border-color: #AF2F30;
  	color: #fff;
	padding: 10px;
	border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #1B1B1E;
    border-color: #1B1B1E;
}
.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: 'NotoSans-Regular';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .sorteren_op-filter {
	margin-bottom: 0;
	width: 200px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
/****aanbod-list-product-sec****/
.aanbod-list-product-area .row {
    row-gap: 40px;   
}
.aanbod-list-product-sec .product-price h5 strong {
    display: block;
}
.aanbod-list-product-sec .each-product-text .row {
    align-items: center;
    row-gap: 0;
}
.aanbod-list-product-sec .product-model td {
    padding-right: 10px;
    margin-right: 10px;
    padding-left: 0;
}
/* **************** aanbod-dtl **************** */
/****back-btn****/
.aanbod-back-btn {
    padding: 47px 0 30px;
}
.aanbod-back-btn .common-btn {
    padding-right: 20px;
    padding-left: 60px;
}
.aanbod-back-btn .common-btn::after {
    left: 10px;
    right: auto;
    transform: translateY(-50%) rotate(-125deg);
}
/****aanbod-top-sec****/
.aanbod-top-sec .col-lg-5 {
    width: 51%;
}
.aanbod-top-sec .col-lg-7 {
    width: 49%;
}
.aanbod-top-slider .common-arrow {
    background-color: #fff;
    border-color: #fff;
}
.aanbod-top-slider .common-arrow:hover {
    background-color: #DF2C26;
    border-color: #DF2C26;
}
.aanbod-top-slider .swiper-button-next {
    right: 20px;
    top: 38%;
}
.aanbod-top-slider .swiper-button-prev {
    left: auto;
    right: 20px;
    top: 56%;
}
.aanbod-top-right-area .col-lg-3 {
    width: 32%;
}
.aanbod-top-right-area .col-lg-9 {
    width: 68%;
}
.aanbod-top-sec .dtl-car-slide {
    border: 1px solid transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-car-slide {
    border-radius: 10px;
    overflow: hidden;
}
.aanbod-top-sec .dtl-car-slide {
	height: 100%;
}
.aanbod-top-sec .dtl-car-slide img { 
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
    overflow: hidden;
}
.gallery-thumbs-wrapper {
    height: 484px;
}
.gallery-thumbs {
    height: 100%;
    object-fit: cover;
}
.aanbod-banner-right-info {
    padding: 0 30px;
}
.aanbod-top-area .col-lg-9 {
    width: 65%;
}
.aanbod-top-area .col-lg-3 {
    width: 35%;
}
.aanbod-top-info-top {
    padding: 0 18px;
}
.aanbod-top-info-top h2 {
    line-height: normal;
}
.aanbod-top-info-top p {
    color: rgba(27, 27, 30, 0.57);
    margin: 11px 0 31px;
}
/* .aanbod-top-info-top h2,
.aanbod-top-info-top p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
} */
.aanbod-top-info-mid {
    border-top: 1px solid rgba(27, 27, 30, 0.20);
    border-bottom: 1px solid rgba(27, 27, 30, 0.20);
    padding: 0 18px;
    margin-bottom: 20px;
}
.aanbod-top-info-mid table {
    width: 100%;
    max-width: 312px;
    margin: 29px 0 17px;
}
.aanbod-top-info-mid tr {
    display: flex;
    flex-wrap: wrap;
}
.aanbod-top-info-mid td {
    width: 50%;
    padding: 7px 27px 15px;
    border-bottom: 1px solid rgba(27, 27, 30, 0.20);
}
.aanbod-top-info-mid td:nth-child(odd) {
    padding-left: 0;
    border-right: 1px solid rgba(27, 27, 30, 0.20);
}
.aanbod-top-info-mid td:nth-child(1),
.aanbod-top-info-mid td:nth-child(2){
    padding-top: 0;
}
.aanbod-top-info-mid td:nth-child(3),
.aanbod-top-info-mid td:nth-child(4){
    border-bottom: 0;
}
.aanbod-top-info-mid td p {
    color: rgba(27, 27, 30, 0.57);
    margin-bottom: 4px;
}
.aanbod-top-info-mid td h5 {
    font-family: 'NotoSans-Regular';
    line-height: 24px;
}
.aanbod-top-info-btm h3 {
    font-family: 'NotoSans-Regular';
    letter-spacing: normal;
    font-style: normal;
    margin: 30px 0;
}
.aanbod-top-info-btm h3 strong {
    color: #AF2F30;
    font-weight: normal;
}
.aanbod-top-info-btm ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 32px;
    padding-left: 0;
}
.aanbod-top-info-btm li {
    list-style: none;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    padding: 78px 0 120px;
	position: relative;
	overflow: hidden;
    background-color: #fff;
}
.tab-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    opacity: 0.5;
}
.tab-bg img {
    height: 100%;
    object-fit: cover;
}
.dtl-tab-area {
    position: relative;
    z-index: 1;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 24px;
    margin-bottom: 50px;
    border: 0;
    row-gap: 22px;
}
.tab-btn-right {
	margin-bottom: 60px;
}
.tab-area .col-lg-8 {
    width: 60%;
}
.tab-area .col-lg-4 {
    width: 40%;
}
.kenmerken-tab table {
    width: 100%;
}
.kenmerken-tab tr {
    display: flex;
    row-gap: 20px;
    column-gap: 20px;
    flex-wrap: wrap;
}
.kenmerken-tab tr:first-child {
    margin-bottom: 9px;
}
.kenmerken-tab td {
    padding: 29px 30px;
    width: 31%;
    border: 1px solid #F5E6E6;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #F5E6E6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.kenmerken-tab td p {
    color: rgba(27, 27, 30, 0.57);
    margin-bottom: 0;
}
.kenmerken-tab h3 {
    font-family: 'NotoSans-Regular';
    letter-spacing: normal;
    margin-top: 63px;
    font-style: normal;
    text-align: center;
}
.kenmerken-tab td:hover {
    border-color: #AF2F30;
    background: #AF2F30;
}
.kenmerken-tab td:hover h3 {
    color: #fff;
}
.kenmerken-tab td:hover p {
    color: rgba(255, 255, 255, 0.57);
}
ul.tabs li {
	line-height: normal;
	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;
}
ul.tabs li.border-btn:hover,
ul.tabs li.border-btn.active {
    background-color: #AF2F30;
    border-color: #AF2F30;
    color: #fff;
}
ul.tabs li.border-btn:hover::after,
ul.tabs li.border-btn.active::after {
    transform: translateY(-50%) rotate(0deg);
    background-color: #fff;
    background-image: url(../images/btn-arrow.svg);
}
.tab_content {
	display: none;
}
.tab_drawer_heading {
	display: none;
}
.tab-btn-right ul {
	list-style-type: none;
	display: flex;
	column-gap: 41px;
	justify-content: end;
	padding-left: 0;
}
.tab-btn-right li a {
	color: #f3f3f3;
	font-family: 'neue_montrealregular';
	font-size: 1.6rem;
	line-height: 24px;
	letter-spacing: 0.32px;
	transition: all 0.5s;
}
.tab-btn-right li a:hover {
	text-decoration: underline;
}
.kenmerken-tab {
	overflow: hidden;
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.kenmerken-tab li {
    font-family: 'walkway_boldregular';
    width: 40%;
    position: relative;
    color: #F5F5F5;
    line-height: 22px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    word-break: break-word;
    padding-right: 20px;
    padding-left: 30px;
    letter-spacing: 1.6px;
}
.kenmerken-tab li::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1.5px;
    background-color: rgba(255, 255, 255, 0.50);
}
.kenmerken-tab li:nth-child(even) {
    color: rgba(245, 245, 245, 0.70);
    padding-left: 0;
    width: 60%;
}
.kenmerken-tab li:last-child, .kenmerken-tab li:nth-last-child(2) {
    margin-bottom: 0;
}
.bullet-panel h5 {
    font-size: 2rem;
    border-bottom: 1px solid #0F1726;
    padding-bottom: 10px;
	margin-bottom: 10px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.tab_hedaing {
    border-bottom: 1px solid #0F1726;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.bullet-panel {
    margin: 24px 0 20px;
}
.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;
	font-size: 1.6rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 7px;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #AF2F30;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #AF2F30;
    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: 2.2rem;
}
.tab-btm-btn {
    margin-top: 51px;
}
.tab-btm-btn .common-btn strong::after,
.tab-btm-btn-close .common-btn strong::after {
    display: none;
}
.kenmerken-tab-block-part {
	display: none;
}
.tab-btm-btn .common-btn {
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*****kenmarken-popup******/
.kenmarken-popup {
	display: none;
}
.kenmarken-popup-wrap {
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.kenmarken-popup-overlay {
	position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(225, 225, 225, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
	border-radius: 20px;
    background-color: #fff;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
	border: 1px solid rgba(175, 47, 48, 1);
	box-shadow: 0px 0px 25px 0px rgba(175, 47, 48, 1);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(175, 47, 48, 1);
	overflow: hidden;
}
.kenmarken-popup-close {
	background-color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #0F1726;
}
.kenmarken-popup-close img {
	width: 25px;
    filter: brightness(100) invert(1);
}
.kenmarken-popup-content {
	overflow-y: scroll;
	height: calc(100% - 116px);
	padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
	background-color: #5B5A5E;
	width: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.kenmerken-popup-model {
	padding-bottom: 30px;
	padding-right: 40px;
}
.kenmerken-popup-model h3 {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kenmerken-popup-model p {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kenmarken-popup-content h4 {
    margin-bottom: 16px;
    letter-spacing: normal;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 31px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    line-height: 24px;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1.5px solid #D9D9D9;
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(27, 27, 30, 0.57);
}
.kenmarken-popup-content li::after {
    display: none;
}
.tab-left-part {
    padding: 27px 39px;
    border-radius: 10px;
    overflow: hidden;
    background: #AF2F30;
    overflow: hidden;
}
.tab-left-top {
    margin-bottom: 23px;
}
.tab-left-top .col-lg-10 {
    width: 89%;
}
.tab-left-top .col-lg-2 {
    width: 11%;
}
.tab-left-img img {
    width: 78px;
    height: 75px;
    border-radius: 64px;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
}
.tab-left-info-part {
    display: flex;
    align-items: center;
}
.tab-left-info {
    padding-left: 23px;
}
.tab-left-info h4 {
    color: #fff;
    margin-bottom: 16px;
}
.tab-left-info p {
    margin-bottom: 0;
}
.tab-left-info p a {
    color: #fff;
}
.tab-left-info p a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.share-btn {
    text-align: end;
}
.share-btn img {
    width: 17px;
    height: 17px;
    border-radius: 0;
}
.tab-left-btm ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    position: relative;
    padding: 19px 0;
    justify-content: space-between;
}
.tab-left-btm ul::after,
.tab-left-btm ul::before {
    position: absolute;
    top: 0;
    left: -15%;
    width: 100vw;
    height: 1px;
    content: "";
    background-color: rgba(255, 255, 255, 0.10);
}
.tab-left-btm ul::before {
    top: auto;
    bottom: 0;
}
.tab-left-btm li {
    font-family: 'NotoSans-Regular';
    letter-spacing: normal;
    line-height: 24px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.tab-left-btm li::after {
    display: none;
}
.tab-left-btm li a {
    color: #fff;
    padding-left: 8px;
}
.tab-left-btm li a:hover {
    color: rgba(225, 225, 225, 0.7);
}
.tab-left-btm img {
    width: 16px;
}
/****aanbod-dtl-btm-sec****/
.aanbod-dtl-btm-sec {
    padding-top: 120px;
    position: relative;
    overflow: hidden;
}
.aanbod-dtl-btm-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.aanbod-dtl-btm-area h2 {
    text-align: center;
    margin-bottom: 81px;
}
.aanbod-dtl-btm-slider .product-price h5 strong {
    display: block;
}
.aanbod-dtl-btm-slider .common-arrow {
    top: 36%;
}
.aanbod-dtl-btm-slider .swiper-button-next {
    right: -36px;
}
.aanbod-dtl-btm-slider .swiper-button-prev {
    left: -36px;
}
.aanbod-dtl-btm-sec .product-model td {
    padding-right: 10px;
    margin-right: 10px;
    padding-left: 0;
}
/* **************** verkocht **************** */
/****verkocht-top-sec****/
.verkocht-top-sec {
    padding: 43px 0 75px;
}
.verkocht-top-right {
    text-align: end;
}
.verkocht-top-right p {
    margin-bottom: 0;
}
/* **************** events **************** */
/****events-banner****/
.events-vdo-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.events-vdo-icon img {
    width: 105px;
    height: 105px;
}
/****events-top-sec****/
.events-top-sec {
    padding-top: 80px;
}
.events-top-img {
    padding-left: 4px;
    border-radius: 10px;
    overflow: hidden;
}
.events-top-img img {
    border-radius: 10px;
    overflow: hidden;
}
.events-top-content {
    max-width: 616px;
    width: 100%;
    margin-top: 28px;
}
.events-top-content p {
    color: rgba(27, 27, 30, 0.70);
    margin-top: 23px;
    margin-bottom: 23px;
}
/****events-gal-sec****/
.events-gal-sec {
    padding: 37px 0;
}
.each-gal-img,
.each-gal-img img {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal-img:hover img {
    transform: scale(1.1);
}
.each-gal-img {
    height: 270px;
}
.events-gal-slider .common-arrow {
    border-color: #fff;
    background-color: #fff;
    height: 91px;
    width: 91px;
    top: 42%;
}
.events-gal-slider .common-arrow:hover {
    border-color: #AF2F30;
    background-color: #AF2F30;
}
.events-gal-slider .swiper-button-next {
    right: 72px;
}
.events-gal-slider .swiper-button-prev {
    left: 72px;
}
/****events-map****/
.events-map {
    height: 600px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.events-map::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(0deg, rgba(27, 27, 30, 0.08) 0%, rgba(27, 27, 30, 0.08) 100%);
    display: none;
}
/****events-contact-sec****/
.events-contact-sec {
    padding: 81px 0 120px;
}
.events-contact-sec .footer-social ul {
    justify-content: start;
}
.events-contact-sec .footer-social li a {
    opacity: 1;
}
.events-contact-sec .footer-social li a:hover img {
    filter: invert(12%) sepia(46%) saturate(4263%) hue-rotate(341deg) brightness(122%) contrast(136%);
}
.events-contact-sec .footer-info {
    max-width: 989px;
}
.events-contact-sec .each-footer-info h3 {
    color: #1B1B1E;
}
.events-contact-sec .each-footer-info p a {
    color: #1B1B1E;
}
.events-contact-sec .each-footer-info p a:hover {
    color: #AF2F30;
    opacity: 1;
}
.events-contact-sec .each-footer-info td {
    color: #1B1B1E;
}
/* **************** bedankt **************** */
.bedankt-banner {
    margin-bottom: 33px;
}
/* **************** popup **************** */
.modal-area .modal-dialog {
    max-width: 47.50%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(27, 27, 30, 0.70);
	backdrop-filter: blur(7px);
}
.popup-top-content {
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
    padding: 140px 140px 66px;
	text-align: center;
}
.popup-area {
    border-radius: 20px;
    background: #1B1B1E;
}
.popup-top-content h4 {
    font-family: 'bodoni_mtregular';
    text-transform: uppercase;
    line-height: 58px;
    letter-spacing: 1.8px;
}
.modal-area .modal-content {
    border: 0;
    border-radius: 20px;
    background: #1B1B1E;
    position: relative;
}
.pop-up-image {
    height: 100%;
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
}
.modal-area .popup-btm-content h6 {
    font-size: 1.6rem;
    text-transform: none;
    color: #fff;
    line-height: 24px;
}
.modal-area .popup-btm-content {
    margin: 51px 122px 28px 56px;
}
.popup-btm-content ul {
    padding-left: 30px;
}
.popup-btm-content li {
    color: #fff;
    line-height: 24px;
    margin-bottom: 4px;
}
.modal-area .popup-btm-content h2 {
    color: #fff;
    margin: 25px 0;
}
.modal-area .popup-btm-content p {
    color: #fff;
    margin-top: 24px;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.close-img img {
    width: 25px;
}




/*******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;
    border-radius: 10px;
}

.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 20px;
    color: #000;
    background-size: contain;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
   /* color: #1c1c1c;*/
    border-bottom: 1px solid #181716;
    padding-bottom: 10px;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
    margin-bottom: 0;
}
.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(#555 calc(1*100%/6),#fff 0 calc(3*100%/6),#555 0),
              linear-gradient(#555 calc(2*100%/6),#fff 0 calc(4*100%/6),#555 0),
              linear-gradient(#555 calc(3*100%/6),#fff 0 calc(5*100%/6),#555 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: #fff;
  }
.carpass-img {
    width: 115px;
}
.calsty {
    width: 100%;
    height: 700px;
}

.fixed-whatsapp-icon {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 10px;
    bottom: 0px;
    z-index: 999;
}

.fixed-whatsapp-icon img {
    width: 50px;
}

.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: 4vw;
    font-size: small;
}

.notifcation {
    position: relative;
}

.alert-number {
    display: none;
    position: absolute;
    bottom: 43px;
    right: 4px;
    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;
}






.widget-btn-area {
  bottom: 2rem;
  left:3rem;
  z-index: 99;
  font-family: "Nunito Sans", sans-serif;
}
.widget-btn {
  border-radius: 10px;
  background: #AF2F30;
  box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  padding: 1.3rem 3.2rem 1.3rem 2.5rem;
  font-size: 1.7rem;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}

.widget-btn span:after, .widget-mobile span:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right:-1.8rem;
  content: '';
  width:1rem;
  height: 1rem;
  background: url(../images/next-white.svg) no-repeat center/ contain;
  filter: invert(0);
}
.widget-content {
  background: #1c1c1c;
  padding: 4.5rem;
  -webkit-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  -moz-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  border-radius: 20px;
  width: 46rem;
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.arw-rotate {
  margin-top:-2.5rem;
  margin-bottom: 1rem;
  transform: rotate(-90deg);
  cursor:pointer;
}
.widget-content h4, .widget-content h5 {
  text-transform: unset;
  color: #fff;
  letter-spacing: normal;
}
.widget-content h4 {
  font-weight: 500;
  font-size: 2.4rem;
}
.widget-content h5 {
  font-weight: 400;
  font-size: 1.7rem;
  margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span {
  text-decoration: underline;
  color: #AF2F30;
}
.widget-content button, .widget-mobile button {
  border-radius: 5px;
  color: #fff;
  border: 2px solid #AF2F30;
  background: #AF2F30;
  padding: 1.2rem 2rem;
  font-size: 1.7rem;
  font-weight: 600;
  margin-right: .5rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover {
  background: transparent !important;
  border-color: #AF2F30 !important;
  color: #AF2F30 !important;
}
.monthly_amount{
  cursor:pointer;
}
.footer-bovag{
	margin: 0 auto;
}
.footer-bovag img {
    width: 130px;
}
.footer-btm .col-lg-6.d-lg-flex {
    align-items: center;
}
.each-footer-info h4 {
    color: #fff;
    margin-bottom: 10px;
    margin-top: 20px;
}
/******contact*****/
.contact-events-contact-sec .each-footer-info h4 {
    color: #1B1B1E;
}
.worplat-ifram {
    width: 100%;
    height: 800px;
} 
#tv-widget-iframe{
    height: 282px;
}
.footer-review{
    margin-top: 50px;
}
.logos{
    display: flex;
    column-gap: 30px;
}
.car-expert-logo img{
    width: 130px;
}
.each-gal-img .banner-video{
    border-radius: 20px !important;
    height: 100% !important;
}
.event-banner-video .video-js,
.event-banner-video2 .video-js{
    border-radius: 20px !important;
    height: 100% !important;
}
