@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    color: rgba(38, 43, 37, 0.80);
    font-family: 'Roboto-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;
}
/****fix-wp***/
.fix-wp {
    height: 52px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #25D366;
    border-radius: 100%;
    position: fixed;
    z-index: 98;
    bottom: 50px;
    right: 30px;
}
.fix-wp img {
    width: 20px;
}
/****header-area******/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.header-top { 
    padding: 10px 0;
    background-color: #151815;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-top ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 32px;
}
.header-top li {
    color: rgba(255, 255, 255, 0.61);
    font-family: 'Roboto-Regular';
    font-size: 1.6rem;
    line-height: normal;
}
.header-top li a {
    color: rgba(255, 255, 255, 0.61);
}
.header-top li a:hover {
    color: #B8CDC3;
}
.header-top li img {
    margin-right: 10px;
    margin-top: -3px;
}
.header-main {
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    z-index: 1;
}
.header-main::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, #262B25 0%, rgba(38, 43, 37, 0.00) 100%);
    z-index: -1;
}
.header-logo img {
    width: 222px;
}
.header-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 32px;
}
.header-nav li {
    color: #fff;
    font-family: 'Roboto-Regular';
    font-size: 2rem;
    line-height: normal;
}
.header-nav li a {
    color: #fff;
}
.header-nav li a:hover {
    color: #B8CDC3;
}
.header-area.stiky {
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.3);
}
.header-area.stiky .header-main  {
    background-color: #262B25;
}
.header-area.stiky .header-top {
    margin-top: -39px;
}
.menu-btn {
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Roboto-Medium';
    font-size: 1.4rem;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
    max-width: 86px;
    margin-left: auto;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 7px 10px;
}
.menu-btn strong {
    font-weight: normal;
    margin-left: 8px;
}
.menu-bar {
    position: relative;
    max-width: 14px;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 1px;
    margin: 4px 0 4px auto;
    width: 14px;
    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(4px) rotate(135deg);
}
.menu-btn.active .menu-bar:after {
    transform: translateY(-6px) 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: 40%;
    background-color: #262B25;
    height: 100vh;
    padding: 100px 40px 30px;
    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;
    list-style: none;
}
.mega-menu-nav li {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 2rem;
    font-family: 'Roboto-Medium';
    margin-bottom: 20px;
}
.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: #B8CDC3;
}
.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: #202520;
    border-radius: 3px;
}
.mega-menu-nav::-webkit-scrollbar-thumb {
    background-color: #353b33;
    border-radius: 3px; 
}
/********banner-sec*********/
.banner-sec {
	position: relative;
}
.banner-content {
	position: absolute;
	bottom: 50px;
	left: 0;
	z-index: 2;
	width: 100%;
}
.banner-content h1 {
    margin-bottom: 18px;
}
.banner-video,.each-banner  {
	height: 800px;
}
.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;
}
.scroll-btn {
    max-width: 144px;
    height: 144px;
    width: 100%;
    margin-left: auto;
    border: 1px solid #B8CDC3;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    position: relative;
    cursor: pointer;
}
.scroll-btn h5 {
    color: #262B25;
    font-family: 'Roboto-ExtraLight';
    margin-top: 12px;
}
.scroll-btn::after {
    content: "";
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #B8CDC3;
    border-radius: 100%;
    z-index: -1;
}
/****product-sec******/
.product-sec {
    padding: 110px 0 120px;
    background-color: #DEE8E3;
    overflow-x: hidden;
}
.product-heading {
    margin-bottom: 100px;
}
.product-heading-right {
    max-width: 664px;
    width: 100%;
    margin-left: auto;
}
.product-heading p {
    margin-bottom: 32px;
    color: #262B25;
}
.product-slider {
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.product-slider-wrap {
    margin: 0 -34%;
}
.each-product {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.each-product::after {
    content: "";
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(38, 43, 37, 0.00) 0%, rgba(38, 43, 37, 0.50) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text {
    position: absolute;
    left: 0;
    bottom: -80px;
    width: 100%;
    padding: 30px;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.each-product-text h5 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(255, 255, 255, 0.80);
    font-family: 'Roboto-Regular';
}
.each-product-text td {
    color: #fff;
    font-family: 'Roboto-Regular';
    font-size: 2rem;
    line-height: normal;
    padding-right: 20px;
}
.each-product-text td strong {
    display: block;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.80);
    margin-top: 4px;
}
.each-product-text h5 {
    margin-bottom: 28px;
}
.product-arrow {
    height: 47px;
    width: 47px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #B8CDC3;
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.each-product:hover .each-product-text {
    bottom: 0;
}
.each-product:hover::after {
    opacity: 1;
}
.product-slider .swiper-button-next {
    right: 40px;
}
.product-slider .swiper-button-prev {
    left: 40px;
}
/*****service-sec*******/
.service-sec {
	padding-bottom: 100px;
    background-color: #262B25;
}
.service-wrap {
    position: relative;
    padding-top: 100px;
}
.service-heading {
    max-width: 664px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 85px;
}
.service-heading h2 {
    color: #DEE8E3;
}
.service-heading p {
    color: #DEE8E3;
    margin: 28px 0 32px;
}
.service-heading .common-btn {
    color: #DEE8E3;
}
.service-heading .common-btn::before {
    background-color: #DEE8E3;
}
.service-main {
    position: relative;
    z-index: 1;
}
.each-service {
	position: relative;
	height: 485px;
	overflow: hidden;
	margin-bottom: 50px;
	border-radius: 10px;
}
.each-service:last-child {
	margin-bottom: 0;
}
.each-service-img {
	position: absolute;
	top: -10vh;
	left: 0;
	width: 100%;
	height: calc(100% + 20vh);
	border-radius: 10px;
	overflow: hidden;
}
.each-service-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 40px;
	z-index: 1;
}
.each-service-text h3 {
    position: relative;
    display: inline-block;
    padding-right: 50px;
}
.each-service-text h3::after {
    content: "";
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 100%;
    background-image: url(../images/next.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service:hover h3::after {
    background-color: #B8CDC3;
}
.curve-line {
    pointer-events: none;
}
.service-left-line,
.service-right-line {
    position: absolute;
    left: 0;
    top: 0;
}
.service-right-line {
    right: 0;
    left: auto;
}
/****about-sec****/
.about-sec {
    padding: 120px 0;
}
.about-heading {
    max-width: 726px;
    width: 100%;
}
.about-heading p {
    margin: 28px 0;
    color: #262B25;
}
.counter-block {
    display: table;
    margin-left: auto;
}
.each-counter {
    margin-bottom: 12px;
}
.each-counter:last-child {
    margin-bottom: 0;
}
.each-counter h4 strong {
    font-weight: normal;
    font-family: 'Roboto-Bold';
    margin-bottom: 8px;
    display: block;
}
/*****album-sec*****/
.each-album {
    height: 740px;
}
.each-album img {
    height: 100%;
    object-fit: cover;
}
/*****about-usp-sec****/
.about-usp-sec {
    padding: 120px 0;
    background-color: #DEE8E3;
}
.about-usp-sec table,
.about-usp-sec tbody {
    width: 100%;
    display: block;
}
.about-usp-sec tr {
    display: flex;
    justify-content: space-between;
}
.about-usp-sec td {
    display: block;
    padding: 0;
    width: 29%;
}
.about-usp-sec td hr {
    margin: 16px 0;
    background-color: #B8CDC3;
    opacity: 1;
    height: 2px;
}
.about-usp-sec td p {
    margin: 16px 0 0;
    color: rgba(38, 43, 37, 0.65);
}
/*****review-sec*****/
.review-sec {
    padding: 120px 0;
}
/****footer-area***/
.footer-area {
    padding: 16px 0 70px;
    background-color: #262B25;
    overflow-x: hidden;
}
.gallery-block {
    padding: 0 16px 40px;
    background-color: #262B25;
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.gallery-wrap {
    column-gap: 20px;
}
.each-gal {
    width: 20%;
    border-radius: 10px;
    height: 238px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal img {
    height: 100%;
    object-fit: cover;
}
.each-gal:hover {
    width: 30%;
}
.mobile-gallery .each-gal {
    width: 100%;
    height: 50%;
}
.mobile-gallery .col-6 .each-gal {
    height: calc(100% + 10px);
}
.mobile-gallery .each-gal {
    margin-bottom: 10px;
}
.footer-wp {
    max-width: 250px;
    border-radius: 41.5px;
    background-color: rgba(37, 211, 102, 0.30);
    backdrop-filter: blur(5px);
    margin-left: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-wp:hover {
    background-color: rgba(37, 211, 102, 0.5);
}
.footer-wp-img {
    height: 52px;
    width: 52px;
    border-radius: 100%;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-wp img {
    width: 20px;
}
.footer-wp a {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    padding: 11px;
}
.footer-wp h6 {
    color: #fff;
    font-family: 'Roboto-Medium';
    font-size: 1.8rem;
    line-height: normal;
    margin-bottom: 5px;
}
.footer-wp p {
    color: #fff;
    font-family: 'Roboto-Regular';
    font-size: 1.8rem;
    line-height: normal;
    margin-bottom: 0;
}
.footer-top h2 {
    color: #fff;
}
.footer-logo img {
    width: 222px;
}
.footer-mid {
    position: relative;
    padding: 38px 0;
    margin: 48px 0 38px;
}
.footer-mid::after,
.footer-mid::before {
    content: "";
    height: 1px;
    width:100vw;
	margin-left:-50vw;
	left:50%;
    position: absolute;
    background-color: #DEE8E3;
    opacity: 0.2;
    top: 0;
}
.footer-mid::before {
    top: auto;
    bottom: 0;
}
.footer-info {
    display: flex;
    justify-content: space-between;
    max-width: 740px;
    width: 100%;
    margin-left: auto;
}
.each-footer-info {
    width: 28%;
}
.each-footer-info h4 {
    color: #fff;
    margin-bottom: 12px;
}
.each-footer-info p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 2rem;
    margin-bottom: 0;
}
.each-footer-info p a {
    color: rgba(255, 255, 255, 0.65);
}
.each-footer-info p a:hover {
    color: #fff;
}
.footer-privacy p {
    color: #fff;
    font-size: 2rem;
    line-height: normal; 
    margin-bottom: 0;
}
.footer-privacy p a {
    color: #fff;
}
.footer-privacy p a:hover {
    color: #B8CDC3;
}
.footer-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 32px;
}
.footer-nav li {
    color: #fff;
    font-size: 2rem;
    line-height: normal; 
}
.footer-nav li a {
    color: #fff;
}
.footer-nav li a:hover {
    color: #B8CDC3;
}
.footer-social ul {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 12px;
}
.footer-social li a {
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.50);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li a:hover {
    background-color: #B8CDC3;
    border-color: #B8CDC3;
}
.footer-social li a:hover img {
    filter: invert(1);
}


/*=========== diensten-list ==============*/
/*****inner-banner*****/
.inner-banner-sec {
    position: relative;
} 
.inner-banner-content {
    position: absolute;
    bottom: 150px;
    text-align: center;
    width: 100%;
}
.inner-banner-img img {
    height: 100%;
    object-fit: cover;
}
/*****diens-list-sec*****/
.diens-list-sec {
    padding: 120px 0;
}
.diens-list-wrap {
    position: relative;
    padding: 80px 0;
}
.diens-list-wrap::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    content: "";
    width: 28px;
    height: 100%;
    background-image: url(../images/diens-big-arw.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.each-diens-list {
    padding-bottom: 80px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-list-img {
    max-width: 620px;
    border-radius: 10px;
    overflow: hidden;
}
.each-diens-list-info {
    padding-left: 97px;
    position: relative;
}
.each-diens-list-info h5 {
    color: #262B25;
    font-size: 2.4rem;
}
.each-diens-list-info h4 {
    margin: 15px 0;
}
.diens-arw {
    height: 68px;
    width: 68px;
    background-color: rgba(184, 205, 195, 1);
    position: absolute;
    left: -44px;
    top: 50%;
    border-radius: 100px;
    color: transparent;
    z-index: 1;
}
.diens-arw::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    content: "";
    background-size: 20px;
    background-image: url(../images/black-arw.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
.each-diens-list:hover .diens-arw {
    background-color: #262B25;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-list:hover .diens-arw::after {
    filter: brightness(0) invert(1);
}
.each-diens-list-info p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 559px;
    margin-bottom: 0;
}
.diens-list-area .each-diens-list:nth-child(even) .each-diens-list-img {
    margin-right: 0;
    margin-left: auto;
}
.diens-list-area .each-diens-list:nth-child(even) .each-diens-list-info {
    padding-left: 0;
    padding-right: 97px;
}
.diens-list-area .each-diens-list:nth-child(even) .diens-arw {
    left: auto;
    right: -40px;
}
.diens-list-area .each-diens-list:nth-child(even) .diens-arw {
    transform: rotate(180deg);
}
.diens-list-area .each-diens-list:last-child {
    padding-bottom: 0;
}
/*=========== diensten-dtl ==============*/
/*****inner-header*****/
.inner-header {
    background-color: #262B25;
}
.inner-header .header-main::after {
    display: none;
}
/*****back-btn*****/
.back-btn {
    padding: 202px 0 42px;
}
.back-btn .common-btn::before {
    left: 3px;
}
.back-btn .common-btn::after {
    transform: translateY(-50%) rotate(180deg);
}
.back-btn .common-btn:hover::after {
    right: 32px;
}
.back-btn .common-btn:hover::after {
    left: 0;
}
/*****diens-top-sec*****/
.diens-top-sec {
    padding-bottom: 120px;
}
.diens-top-info {
    padding-right: 80px;
}
.diens-top-info h2 {
    margin-bottom: 28px;
}
.diens-top-info p:last-child {
    margin-bottom: 0;
}
.diens-top-img {
    padding-left: 7px;
    padding-right: 56px;
}
.diens-top-img img {
    border-radius: 10px;
    overflow: hidden;
}
/*****form-sec*****/
.form-sec {
    position: relative;
    text-align: center;
    background-color: #262B25;
}
.form-wrap {
    padding: 64px 0;
    position: relative;
}
.form-title h2 {
    color: #DEE8E3;
}
.form-title p {
    color: #DEE8E3;
    max-width: 665px;
    margin: 0 auto;
    margin-top: 25px;
}
.form-main-area {
    padding: 0 287px;
    margin-top: 104px;
}
.form-main-area .row {
    margin: 0 -16px;
}
.form-main-area .col-lg-6,
.form-main-area .col-lg-12 {
    padding: 0 16px;
}
.form-sec .form-group {
    margin-bottom: 38px;
    position: relative;
}
.form-sec .form-styl {
    color: #fff;
    font-size: 2rem;
    border-radius: 0;
    overflow: hidden;
    background: transparent;
    line-height: normal;
    resize: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.60);
    outline: none;
    padding: 16px 0 7px;
    text-align: left;
}
.form-sec .form-styl:focus{
    color: #FFF;
    background: transparent;
    outline: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #fff;
}
.form-sec .form-label {
    color: rgba(255, 255, 255, 0.60);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: transparent;
    line-height: normal;
    pointer-events: none;
    font-size: 2rem;
}
.form-sec .focus-input .form-label{
    top: -9px;
    color: #fff;
    font-size: 1.6rem;
}
.form-sec textarea.form-styl {
    height: 121px;
}
.form-sec .form-styl.photo_upload ,
.form-sec .form-styl.foto_upload {
    color: rgba(255, 255, 255, 0.60);
}
.form-sec .form-group.form-comment {
    margin-bottom: 0;
}
.form-btn {
    margin-top: 28px;
}
.Bericht .form-label {
    top: 22%;
}
.form-curve .curve-line {
    position: absolute;
    left: 0;
    top: 0;
}
.form-curve .form-right-line {
    right: 0;
    left: auto;
}
/*****diens-dtl-btm-sec*****/
.diens-dtl-btm-sec {
    padding: 127px 0 120px;
    background-color: #DEE8E3;
}
.diens-dtl-btm-sec h2 {
    text-align: center;
    margin-bottom: 86px;
}
.each-diens-slider {
    position: relative;
}
.each-diens-slider-img {
    border-radius: 10px;
    overflow: hidden;
}
.each-diens-slider-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 31px;
}
.each-diens-slider-info h3 {
    position: relative;
    display: inline-block;
    padding-right: 50px;
}
.each-diens-slider-info h3::after {
    content: "";
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 100%;
    background-image: url(../images/next.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-slider:hover h3::after {
    background-color: #B8CDC3;
}
.each-diens-slider .each-diens-slider-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-slider:hover .each-diens-slider-img img {
    transform: scale(1.1);
}
/*=========== vacature-dtl ==============*/
.diens-top-info h6 {
    margin-bottom: 16px;
}
/*=========== contact ==============*/
/*****contact-form*****/
.contact-form {
    background-color: #fff;
}
.contact-form .form-title h2,
.contact-form .form-title p {
    color: #262B25;
}
.contact-form .form-styl {
    color: #262B25;
    border-bottom: 1px solid rgba(38, 43, 37, 0.60); 
}
.contact-form .form-styl:focus{
    color: #262B25; 
    border-bottom: 1px solid #262B25;
}
.contact-form .form-label {
    color: rgba(38, 43, 37, 0.60); 
}
.contact-form .focus-input .form-label{ 
    color: #262B25; 
}
/*****contact-dtls-sec*****/
.contact-dtls-sec {
    background-color: #DEE8E3;
    padding: 47px 0 77px;
}
.contact-dtls-wrap {
    padding: 0 11px;
}
.contact-dtls-sec table, 
.contact-dtls-sec tbody {
    width: 100%;
    display: block;
}
.contact-dtls-sec tr {
    display: flex;
    justify-content: space-between;
}
.contact-dtls-sec td {
    display: block;
    padding: 0;
    width: 28%;
}
.contact-dtls-sec td img {
    width: 29px;
    height: 38px;
}
.contact-dtls-sec td hr {
    margin: 8px 0 10px;
    background-color: #B8CDC3;
    opacity: 1;
    height: 2px;
}
.contact-dtls-sec td h4 {
    margin-bottom: 8px;
}
.contact-dtls-sec td p {
    margin-bottom: 0;
}
.contact-dtls-sec td p a, .contact-dtls-sec td p {
    color: rgba(38, 43, 37, 0.65);
}
.contact-dtls-sec td p a:hover {
    color: #262B25;
}
/*****map*****/
.contact-banner .inner-banner-content h1 {
    font-family: 'Roboto-Regular';
}
.map {
    height: 670px;
}
.map img {
    height: 100%;
    object-fit: cover;
}
/*=========== over-ons ==============*/
/*****overons-about-sec*****/
.overons-about-sec .about-heading p {
    margin-bottom: 0;
}
/*****overons-about-sec*****/
.overons-about-sec {
    padding: 137px 0 167px;
}
/*****over-ons-about-usp-sec*****/
.over-ons-about-usp-sec td img {
    height: 57px;
    width: 57px;
}
/*=========== aanbod-list ==============*/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 197px 0 74px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.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(22%) sepia(7%) saturate(407%) hue-rotate(99deg) brightness(88%) contrast(87%);
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 48px;
    color: #262B25;
    font-size: 2rem;
    background-color: #262B25;
    border: 1px solid #262B25;
    border-radius: 40px;
    padding: 0 40px 0 25px;
    background: url(../images/filter-arrow.svg) no-repeat 88% center / 16px;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.aanbod-filter-sec .select-style:hover {
    background: url(../images/filter-arrow-white.svg) no-repeat 88% center / 16px;
    background-color: #262B25;
    color: #fff;
}
.aanbod-filter-sec .select-style.show {
    background: url(../images/filter-arrow-white.svg) no-repeat 88% center / 16px;
    border-radius: 5px 5px 0 0;
    background-color: #262B25;
    color: #fff;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{ 
	background-color: #14181E;
}
.filter-left-area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 8px;
}
.filter-left-title {
    width: 11%;
}
.filter-left-title h3 {
    color: #262B25;
}
.main-filter-area {
    width: 88%;
    padding-left: 15px;
}
.filter-sort {
    display: flex;
    align-items: center;
    justify-content: end;
}
.filter-content {
    display: none;
    background-color: #262B25;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #262B25;
    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: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2; 
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #fff;
    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 #fff;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #B8CDC3;
    border-color: #B8CDC3;
}
.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: #262B25;
    border-radius: 6px;
    background-color:#B8CDC3; 
    font-size: 1.4rem;
    border: 1px solid #B8CDC3;
}
.cross-btn {
    width: 9px;
    filter: brightness(1) invert(1);
}
.auto-overview-tag:hover {
	background-color: transparent;
}
.clear-filter-main {
    padding-left: 11%;
}
.aanbod-filter {
	width: 20%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 66px;
    background-color: #151815;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
}
.mobile-show-filter .common-btn {
    position: relative;
    display: inline-flex;
    border: 1px solid #B8CDC3;
    color: #262B25;
    background-color: #B8CDC3;
    padding: 12px;
    border-radius: 10px;
    transition: 0.5s cubic-bezier(.645, .045, .355, 1);
    align-items: center;
}
.mobile-show-filter .common-btn::after,
.mobile-show-filter .common-btn::before {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #B8CDC3;
    color: #fff;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #14181E;
	border-radius: 100%;
	color: #fff;
    border: 1px solid #14181E;
	margin-left: 25px;
	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: #B8CDC3;
    color: #262B25;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #B8CDC3;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #262B25;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #B8CDC3;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(0);
	-webkit-filter: invert(0);
}
.auto-overview-filter-result .common-btn {
	margin-top: 0;
	background-color: #262B25;
	border: 1px solid #262B25;
  	color: #fff;
	padding: 10px;
	border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result h4{
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .common-btn:hover {
	background-color: #B8CDC3;
    border-color: #262B25;
    color: #262B25;
}
.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); 
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .sorteren_op-filter {
    margin-bottom: 0;
    width: 195px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
/****aanbod-product-sec****/
.aanbod-product-sec {
    padding-bottom: 120px;
}
.aanbod-product-area .row {
    row-gap: 40px;
}
.aanbod-product-area .each-product-text {
    padding: 29px 19px;
}
.aanbod-product-area .each-product-text h5 {
    color: #fff;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aanbod-product-area .each-product-text h6 {
    font-family: 'Roboto-Regular';
    color: rgba(255, 255, 255, 0.80);
    line-height: normal;
    margin-bottom: 23px;
    padding-right: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aanbod-product-area .each-product-text td {
    font-size: 1.6rem;
    padding-right: 11px;
}
.aanbod-product-area .each-product-text td strong {
    line-height: normal;
}
.aanbod-product-area .each-product:hover .product-arrow {
    bottom: 94px;
}
/*=========== verwacht ==============*/
/****verwacht-top-sec****/
.verwacht-top-sec {
    padding: 201px 0 68px;
}
.verwacht-top-sec h2 {
    text-align: center;
}
/****two-col-product****/
.two-col-product .each-product-text h5 {
    color: rgba(255, 255, 255, 0.80);
    margin-bottom: 28px;
}
.two-col-product .each-product-text {
    padding: 30px;
}
.two-col-product .each-product-text td {
    font-size: 2rem;
    padding-right: 25px;
}
.two-col-product .product-arrow,
.two-col-product .each-product:hover .product-arrow {
    bottom: 20px;
}
/*=========== verkocht ==============*/
/****verkocht-top-sec****/
.verkocht-top-sec {
    padding-top: 202px;
    padding-bottom: 88px;
}
.verkocht-top-sec p {
    text-align: end;
    margin-bottom: 0;
    line-height: normal;
    color: #262B25;
}
/*=========== vacature ==============*/
.vacature-about-usp-sec td {
    width: 39%;
}
.vacature-about-usp-sec ul {
    padding-left: 27px;
    margin-top: 14px;
    margin-bottom: 0;
}
.vacature-about-usp-sec li {
    margin-bottom: 16px;
}
/*=========== aanbod-dtl ==============*/
/****aanbod-top-sec****/
.aanbod-top-sec {
    padding-bottom: 18px;
}
.each-aanbod-top-img {
    border-radius: 10px;
    overflow: hidden;
}
.aanbod-top-slider .common-arrow {
    top: 47%;
}
.aanbod-top-slider .swiper-button-next {
    right: 32px;
}
.aanbod-top-slider .swiper-button-prev {
    left: 32px;
}
/****aanbod-mid-sec****/
.aanbod-mid-area {
    border-radius: 10px;
    background: #262B25;
    padding: 37px 42px;
}
.aanbod-mid-area .col-lg-9 {
    width: 70%;
}
.aanbod-mid-area .col-lg-3 {
    width: 30%;
}
.aanbod-mid-dtls .col-lg-4 {
    width: 29%;
}
.aanbod-mid-dtls .col-lg-8 {
    width: 71%;
}
.aanbod-mid-left h3 {
    margin-bottom: 20px;
}
.aanbod-mid-right {
    padding-left: 12px;
}
.aanbod-mid-right td {
    color: #fff;
    font-family: 'Roboto-Regular';
    font-size: 2rem;
    line-height: normal;
    padding-right: 37px;
}
.aanbod-mid-right td:last-child {
    padding-right: 0;
}
.aanbod-mid-right td strong {
    display: block;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.80);
    margin-top: 4px;
}
.aanbod-mid-btn ul {
    margin-bottom: 0;
    display: flex;
    column-gap: 69px;
    justify-content: end;
}
.aanbod-mid-area .row {
    align-items: end;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    padding: 79px 0 120px;
    position: relative;
    overflow: hidden;
}
.dtl-tab-sec .service-right-line {
    top: auto;
    bottom: 0;
}
.dtl-tab-area {
    position: relative;
    z-index: 1;
}
.tab-area .col-lg-8 {
    width: 60.40%;
}
.tab-area .col-lg-4 {
    width: 39.60%;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 29px;
    margin-bottom: 60px;
    border: 0;
    row-gap: 22px;
}
.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: 31px 30px;
    width: 31.77%;
    min-height: 271px;
    border: 1px solid #F3F3F3;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #F3F3F3;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.kenmerken-tab td p {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 19px;
    letter-spacing: 0.14px;
    color: rgba(16, 24, 36, 0.50);
}
.kenmerken-tab h4 {
    line-height: 33px;
    letter-spacing: 0.24px;
    color: #101824;
    margin-top: 68px;
    text-align: center;
}
.kenmerken-tab td:hover {
    border-color: #262B25;
    background: #262B25;
}
.kenmerken-tab td:hover h4 {
    color: #fff;
}
.kenmerken-tab td:hover p {
    color: rgba(255, 255, 255, 0.50);
}
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;
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.24px;
    color: #101824;
}
.tab-btn ul li.active {
    font-family: 'Roboto-SemiBold';
    color: #262B25;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab_content {
	display: none;
}
.tab_drawer_heading {
	display: none;
} 
.kenmerken-tab {
	overflow: hidden;
    padding-right: 7px;
}
.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 {
    color: #262B25;
    border-bottom: 1px solid #B8CDC3;
    padding-bottom: 10px;
	margin-bottom: 10px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.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;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 7px;
    position: absolute;
    top: 8px;
    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: #B8CDC3;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #B8CDC3;
    background-color: #fff;
    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: #262B25;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
    color: #262B25;
}
.tab-btm-btn {
    text-align: center;
    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 {
    padding-left: 0;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btm-btn .common-btn:hover {
    padding-left: 0;
    color: #B8CDC3;
}
.tab-btm-btn .common-btn::after,
.tab-btm-btn .common-btn::before {
    display: none;
}
/*****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(38, 43, 37, 0.6) ;
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
	border-radius: 20px;
    background-color: #262B25;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
	border: 1px solid #1B1B1E;
	box-shadow: 0px 0px 25px 0px rgba(184, 205, 195, 1);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(184, 205, 195, 1);
	overflow: hidden;
}
.kenmarken-popup-close {
	background-color: #B8CDC3;
    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;
    margin-bottom: 8px;
}
.kenmerken-popup-model p {
    color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.kenmarken-popup-content h4 {
    color: #fff;
    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 {
    color: #fff;
    width: 50%;
    position: relative;
    line-height: 24px;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1.5px solid #D9D9D9;
    padding-right: 5px;
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(255, 255, 255, 0.6);
    padding-right: 0;
}
.kenmarken-popup-content li::after {
    display: none;
}
.tab-right-part {
    padding: 22px 39px;
    border-radius: 10px;
    overflow: hidden;
    background: #F3F3F3;
    overflow: hidden;
}
.tab-right-top {
    position: relative;
}
.tab-right-top::after {
    position: absolute;
    left: -50px;
    bottom: 0;
    height: 1px;
    width: 100vw;
    content: "";
    background-color: rgba(6, 7, 9, 0.10);
}
.tab-right-top .col-lg-10 {
    width: 89%;
}
.tab-right-top .col-lg-2 {
    width: 11%;
}
.tab-right-img img {
    width: 78px;
    height: 75px;
    border-radius: 78px;
    overflow: hidden;
    object-position: top;
    object-fit: cover;
}
.tab-right-info-part {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
}
.tab-right-info {
    padding-left: 20px;
}
.tab-right-info-wrap {
    position: relative;
}
.tab-right-info h4 {
    font-family: 'Roboto-SemiBold';
    color: #060709;
    line-height: 33px;
    margin-bottom: 7px;
}
.tab-right-info p {
    margin-bottom: 0;
}
.tab-right-info p a {
    line-height: 22px;
    letter-spacing: 0.16px;
    color: rgba(6, 7, 9, 0.80);
}
.tab-right-info p a:hover {
    color: #B8CDC3;
}
.share-btn {
    text-align: end;
    position: absolute;
    top: 0;
    right: 0;
}
.share-btn img {
    width: 17px;
    height: 17px;
    border-radius: 0;
}
.tab-right-btm ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 39px;
    position: relative;
    padding-top: 19px;
    padding-left: 0;
}
.tab-right-btm ul::after,
.tab-right-btm ul::before {
    position: absolute;
    top: 0;
    left: -15%;
    width: 100vw;
    height: 1px;
    content: "";
    background-color: rgba(255, 255, 255, 0.10);
}
.tab-right-btm ul::before {
    top: auto;
    bottom: 0;
}
.tab-right-btm li {
    font-family: 'NotoSans-Regular';
    letter-spacing: normal;
    line-height: 24px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.tab-right-btm li::after {
    display: none;
}
.tab-right-btm li a {
    font-family: 'Roboto-Regular';
    color: rgba(6, 7, 9, 0.50);
    padding-left: 8px;
}
.tab-right-btm li a:hover {
    color: #B8CDC3;
}
.tab-right-btm img {
    width: 18px;
    margin-right: 9px;
}
.tab-right-btm h6 {
    line-height: 17px;
    color: rgba(6, 7, 9, 0.50);
}
/****aanbod-dtl-product-sec****/
.aanbod-dtl-product-sec {
    padding: 130px 0 120px;
    background-color: #DEE8E3;
    overflow-x: hidden;
}
.aanbod-dtl-product-heading {
    margin-bottom: 88px;
    text-align: center;
}
.aanbod-dtl-product-slider {
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.aanbod-dtl-product-slider-wrap {
    margin: 0 -34%;
}
.aanbod-dtl-product-slider .swiper-button-next {
    right: 40px;
}
.aanbod-dtl-product-slider .swiper-button-prev {
    left: 40px;
}
/* .aanbod-dtl-product-sec .each-product-text {
    bottom: -108px;
} */
/* ======= popup ========== */
.modal-area .modal-dialog {
    max-width: 70%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background: rgba(38, 43, 37, 0.60);
    backdrop-filter: blur(9px);
}
.modal-area .modal-content {
    border: 0;
    background: #fff;
    position: relative;
    border-radius: 10px;
}
.pop-up-image {
    height: 100%;
}
.modal-area .popup-content {
    padding: 93px 87px 74px 49px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.modal-area .popup-content p{
    margin-bottom: 40px;
    width: 100%;
    color: #262B25;
}
.modal-area .popup-content p:last-child {
	margin-top: 11px;
	margin-bottom: 0;
}
.modal-area .popup-content h3 {
    color: #262B25;
    margin: 12px 0 26px;
    width: 100%;
}
.modal-area .popup-content ul {
    list-style-type: disc;
    margin-bottom: 40px;
}
.modal-area .popup-content li {
    font-size: 2rem;
    line-height: 32px;
    color: #262B25;
}
.modal-content .col-lg-5 {
    width: 44%;
}
.modal-content .col-lg-7 {
	width: 56%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}
.close-img {
    position: absolute;
    top: -23px;
    right: -23px;
    z-index: 1;
    font-size: 3rem;
    height: 48px;
    width: 48px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
}
.close-img:hover {
	color: #fff;
}
.close-img img {
	width: 23px;
	height: 23px;
}




/* ********************************* ADDITIONAL CSS ************************************************ */

/****aanbod dtl****/
.kenteken_np {
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 0 6px 44px;
    color: #000;
    background-size: 152px;
  }
  
  .star_icon h4{
      padding-bottom: 10px;
      text-transform: uppercase;
      padding-top: 15px;
      margin-bottom: 15px;
      color: #1c1c1c;
      border-bottom: 1px solid #1c1c1c;
      text-transform: uppercase;
  }
  .star_icon p img{
      width: 15px;
      margin-top: -3px;
      margin-right: 5px;
  }
  .star_icon p{
      font-size: 16px;
      color: black;;
      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;
  }
  /*******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:18px;
    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: 30px;
      padding-top: 15px;
  }
  
  .cookie_div{
      position: fixed;
      bottom: 0;
      z-index: 999999;
      width: 100%;
      padding: 0px 0;
  }
  .cookie_div{
      color:#9c9c9c;
      font-size: 12px;
      /*font-family: 'Calibri';*/
      font-family: 'arial';
  }
  .cookie_div h4{
      margin-bottom: 15px;
      font-size: 13pt;
      font-family: 'Calibri';
  }
  .cookie_div a{
      color:#38b6be;
      font-size: 10pt;
      font-weight:bold;
      margin-left:8px;
      font-family: 'Calibri';
  }
  .cookie_div button{
      color:#3c935c;
      background:#dbffe8;
      font-weight: bold;
      border: 0;
      padding: 10px 25px;
      margin:5px 0;
      cursor: pointer;
      font-size: 12px;
      /*font-family: 'Calibri';*/
      font-family: 'arial';
  }
  .light_theme{
      background:rgba(255, 255, 255, 0.83);
      -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
      box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
  }
  .dark_theme{
      background: rgba(0, 0, 0, 0.78);
      -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
      box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
  }
  .light_theme h4{
      color:#2a2a2a;
  }
  .dark_theme h4{
      color:#c9c9c9;
  }



  .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: 3rem;
    align-items: center;
    color: #101824;
  }

/***review-plugin-customize******/
body .eHNOaE, body .enXxor, body .hgysCw, body .lbinPJ {
    background-color: #DEE8E3 !important;
}
body .fErKxT {
    background-color: #262B25 !important;
    border-color: #262B25 !important;
}
body .lgPRWO {
    border-radius: 14px !important;
    border-color: #262B25 !important;
    background: #262B25 !important;
}

body .form-main-area .error_cls,
body .form-main-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
body .form-main-area .formError .formErrorContent {
    text-align: left !important;
}
.privacy_section {
    padding: 160px 0 60px;
}
.privacy_section h2 {
    margin-bottom: 20px;
}

/* whatsapp lab */

.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: 20px 0;
	position: absolute;
	z-index: 1;
	bottom: -10px;
	right: 5vw;
	font-size: small;
}

.notifcation {
	position: relative;
}

.alert-number {
	display: none;
	position: absolute;
	bottom: 35px;
	right: 2px;
	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;
}
.aanbod-mid-right td:first-child {
	max-width:250px;
}
.aanbod-mid-left h5{
	display:none;
}
@media screen and (max-width: 600px) {
	.popuptext {
		right: 60px !important;
	}
}
@media (max-width : 767.98px){
	.fixed-whatsapp-icon{
		display: none;
	}
}