<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "fonts.css";
@import "common-class.css";

body {
    padding: 0px;
    margin: 0px;
    font-size: 1.6rem;
    font-family: 'montserratregular';
    color: rgba(28, 28, 28, 0.75);
    /*overflow-x: hidden;*/
}

html {
    font-size: 62.5%;
}

/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}

.add_morgan_footer_margin {
    height: 100px !important;
}

/****captcha****/
.grecaptcha-badge {
    display: none;
}

/***header*****/
.header-area {
    position: absolute;
    height: auto;
    padding: 4rem 0;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header-area .navbar-brand {
    margin: 0;
}

.header-area .navbar-brand img {
    width: 22.7rem;
}

.header-area .navbar-expand-lg {
    padding: 0;
}

.header-area .navbar-expand-lg .navbar-nav {
    margin-top: 0;
    align-items: center;
}

.header-area .navbar-expand-lg .navbar-nav .nav-link,
.header-area .nav-link,
.menu-items a {
    font-family: 'palindrome_expanded_sexpanded';
    font-size: 1.8rem;
    letter-spacing: .05rem;
    text-transform: none;
    margin: 0;
    text-transform: uppercase;
}

.header-area .navbar-expand-lg .navbar-nav .nav-link:hover,
.header-area .nav-link:hover,
.menu-items a:hover {
    color: #F7CC46;
}

.header-area .nav-link::before {
    background-color: #F7CC46;
}

.header-area .nav-item {
    margin: 0 2.8rem;
}

.menu-icon {
    margin-left: 0;
    margin-top: -4px;
    width: 1.1rem;
}

.menu-icon:after,
.menu-icon:before,
.menu-icon div {
    margin: 0.4rem;
}

.menu-icon.active:after {
    transform: translateY(-8px) rotate(-135deg);
}

.menu-icon.active {
    width: 2.5rem;
}

.menu-items ul {
    text-align: left;
}

.header-area .nav_menu_right_part {
    position: relative;
    right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin: 0;
}

.header_inner {
    padding: 0;
}

.nav_menu_right_part.active a.menu-word {
    opacity: 0;
}

.menu-navigation {
    padding: 15rem 3rem 3rem;
}

.menu-items.active {
    width: 31rem;
}

.menu-items a:hover {
    color: #F7CC46;
}

/****banner-sec****/
.banner-sec {
    position: relative;
}

.banner-content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.banner-content h3 {
    margin: 2rem 0 4rem;
    font-family: 'jomolhariregular';
    letter-spacing: 0.3rem;
}

.banner-content .border-btn {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    margin-left: 4rem;
}

.banner-content .border-btn:hover {
    background-color: #F7CC46;
    border-color: #1c1c1c;
    color: #1c1c1c;
}

.banner-sec .swiper-pagination {
    position: initial;
    margin-top: 4rem;
}

.banner-sec .swiper-pagination-bullet {
    width: 1.4rem;
    height: 1.4rem;
    background-color: #fff;
    opacity: 0.1;
    margin: 0 0.6rem;
}

.banner-sec .swiper-pagination-bullet-active {
    opacity: 1;
}

.big-circle-top {
    position: absolute;
    top: -14%;
    right: 0;
    z-index: 2;
    width: 23%;
}

.big-circle-left {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 17%;
}

.nxt-sec-arrow {
    position: absolute;
    bottom: 2rem;
    left: 0;
    text-align: center;
    z-index: 2;
    width: 100%;
    z-index: 2;
}

.nxt-sec-arrow h5 {
    color: #fff;
    font-family: 'montserratregular';
}

/****product-sec*****/
.product-sec {
    padding: 7% 0;
    background-color: #1c1c1c;
    position: relative;
}

.product-heading {
    position: relative;
    padding: 0 22% 8%;
}

.product-heading h2 {
    color: #fff;
}

.product-heading .akker_btn_cls {
    position: absolute;
    right: 0;
    top: 0;
}

.product-slider {
    position: relative;
    padding-bottom: 7%
}

.product-img {
    border-radius: 1rem;
    overflow: hidden;
}

.product-dtl {
    margin-top: 2rem;
}

.product-dtl h3 span {
    text-transform: uppercase;
    display: block;
    margin-bottom: 1rem;
}

.product-dtl h6 {
    font-family: 'montserratlight';
    color: #f6f6f6;
    margin-top: 1rem;
}

.product-dtl h6 span{
	height: 38px;
	overflow: hidden;
	display: block;
}

.product-dtl table {
    margin-top: 1rem;
}

.product-dtl td {
    font-family: 'montserratregular';
    font-size: 1.6rem;
    color: #F6F6F6;
    padding-right: 2rem;
}

.product-dtl td:last-child {
    padding: 0;
}

.product-slider .common-arrow {
    top: 30%;
}

.product-slider .swiper-button-next {
    right: -3%;
}

.product-slider .swiper-button-prev {
    left: -3%;
}

.product-slider .swiper-pagination-bullet {
    width: 1.4rem;
    height: 1.4rem;
    background-color: #fff;
    opacity: 0.1;
    margin: 0 0.6rem;
}

.product-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.product-circle {
    position: absolute;
    left: 0;
    bottom: -5%;
    width: 7%;
}

/***service-sec****/
.service-sec {
    position: relative;
    padding-bottom: 7rem;
}

.service-sec::after {
    content: "";
    height: 50%;
    width: 100%;
    background-color: #1C1C1C;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.service-heading {
    max-width: 50rem;
    width: 100%;
    margin-bottom: 7rem;
}

.service-heading h2 {
    color: #fff;
    margin-bottom: 2rem;
}

.service-heading p {
    color: rgba(255, 255, 255, 0.75);
}

.each-service {
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
}

.each-service-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3.5rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.each-service-title h2 {
    color: #fff;
    margin-bottom: 1.4rem;
}

.each-service-title h6 {
    color: rgba(255, 255, 255, 0.75);
}

.each-service-content {
    position: absolute;
    top: -100%;
    height: 100%;
    width: 100%;
    padding: 3.8rem;
    background-color: rgba(247, 204, 70, 0.85);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.each-service-content p {
    margin: 2rem 0 3rem;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    color: rgba(28, 28, 28, 1);
}

.each-service:hover .each-service-content {
    top: 0;
}

.each-service:hover .each-service-title {
    bottom: -100%;
}

.each-service-content img {
    width: 20%;
    position: absolute;
    top: 3rem;
    right: 3rem;
}

.each-service-content .border-btn {
    border-color: #fff;
}

.each-service-content .border-btn:hover,
.each-service-content .border-btn:active,
.each-service-content .border-btn:focus {
    border-color: #1c1c1c;
    background-color: #1c1c1c;
    color: #fff;
}

.service-slider .swiper {
    padding-top: 8rem;
}

.service-slider .swiper-slide-active {
    margin-top: -8rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.service-slider .swiper-pagination {
    bottom: 2%;
}

.service-slider .swiper-pagination-bullet {
    width: 1.4rem;
    height: 1.4rem;
    background-color: #000;
    opacity: 0.1;
    margin: 0 0.6rem;
}

.service-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.service-slider {
    position: relative;
}

.service-slider::after,
.service-slider::before {
    content: "";
    height: calc(100% - 8rem);
    width: 7%;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
    border-radius: 1rem;
}

.service-slider::before {
    left: auto;
    right: 0;
}

.service-slider .swiper-button-next {
    right: 2.5%;
}

.service-slider .swiper-button-prev {
    left: 2.5%;
}

.service-slider .common-arrow {
    top: 54%;
}

.service-btn {
    margin-top: 4%;
}

.service-btn .border-btn {
    margin-left: 2rem;
}

.service-circle {
    position: absolute;
    right: 0;
    top: -8%;
    width: 20%;
}

/*****content-block****/
.content-block {
    padding: 5% 0;
    position: relative;
	background-color: #1c1c1c;
}

.content-block::before {
    content: '';
    height: 100%;
    width: 50%;
    background-color: #1C1C1C;
    border-radius: 0 2rem 0 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.content-block::after {
    content: '';
    height: 100%;
    width: 50%;
    background-color: #fff;
    border-radius: 0 0 0 2rem;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    z-index: 1;
}

.content-img {
    padding-left: 32%;
    position: relative;
    z-index: 3;
}

.content-img img {
    border-radius: 2rem;
}

.content-text {
    padding-left: 21%;
    position: relative;
    z-index: 2;
}

.content-text h2 {
    font-family: 'jomolhariregular';
    margin-bottom: 3rem;
}

.content-text .akker_btn_cls {
    margin-top: 8rem;
}

.content-circle-left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 11%;
    z-index: 2;
}

.content-circle-mid {
    position: absolute;
    top: 14%;
    left: 15%;
    width: 15%;
    z-index: 2;
}

.content-circle-right {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    width: 16%;
}

/***rating-sec****/
.rating-sec {
    background-color: #1C1C1C;
    padding: 5% 0 9%;
}

.rating-sec h2 {
    color: #fff;
    margin-bottom: 6%;
}

/****footer-area****/
.footer-area {
    padding: 7.5rem 0 6.5rem;
    background-color: #383838;
    position: relative;
    z-index: 5;
}

.footer-logo {
    margin-bottom: 5rem;
}

.footer-logo img {
    width: 22.7rem;
}

.footer-left {
    max-width: 53rem;
    width: 100%;
}

.footer-left .each-footer-info li {
    line-height: 1.9;
}

.each-footer-info a {
    color: #fff;
}

.each-footer-info a:hover {
    color: #F7CC46;
}

.each-footer-info p {
    color: #fff;
}

.footer-social {
    margin-bottom: 2.6rem;
}

.footer-social li {
    display: inline-block;
    margin-right: 2.5rem;
}

.footer-social li:last-child {
    margin-right: 0;
}

.footer-social li img {
    width: 2.2rem;
    filter: brightness(10);
    -webkit-filter: brightness(10);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.footer-social li img:hover {
    filter: brightness(1);
    -webkit-filter: brightness(1);
}

.footer-contact a {
    display: block;
    position: relative;
    padding: 0 4rem 2rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    margin-bottom: 6rem;
}

.footer-contact a:last-child {
    margin-bottom: 0;
}

.footer-contact a::after {
    content: '';
    height: 1.5rem;
    width: 1.5rem;
    background-size: 1.5rem;
    background-image: url(../images/right-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 32%;
    transform: translateY(-50%);
    filter: brightness(10);
    -webkit-filter: brightness(10);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.footer-contact a:hover::after {
    filter: brightness(1);
    -webkit-filter: brightness(1);
}

.footer-contact a:hover {
    border-bottom-color: #F7CC46;
}

.footer-right {
    max-width: 60rem;
    width: 100%;
    margin-left: auto;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  vacatures %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/*=============== vacatures-dtl =================*/
.inner-header {
    background-color: #383838;
}

.vacatures-dtl-btn .inner-btn {
    top: 18.5rem;
    position: absolute;
    z-index: 5;
}

.vacatures-dtl-top {
    padding-top: 28.5rem;
    overflow: hidden;
}

.vacatures-dtl-top.content-block::after {
    border-radius: 0;
}

.vacatures-dtl-top .content-img {
    padding-left: 0;
}

.vacatures-dtl-top .content-circle-mid {
    top: -8%;
    left: -5%;
    width: 32%;
}

.vacatures-dtl-top .content-circle-right {
    top: auto;
    bottom: 3%;
    width: 12%;

}

.vacatures-dtl-top .content-text {
    max-width: 57rem;
    width: 100%;
}

.vacatures-dtl-top .content-text h2 {
    font-family: 'palindrome_expanded_sexpanded';
}

.info-sec {
    padding: 10% 0 9%;
    background-attachment: fixed;
}

.info-sec td {
    padding: 0 7.1rem;
    width: 33.33%;
    position: relative;
    vertical-align: top;
}

.info-sec td::after {
    position: absolute;
    content: "";
    background-color: #00000066;
    width: .1rem;
    height: 86%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.info-sec td:last-child::after {
    display: none;
}

.info-sec td h5 {
    margin-bottom: 3.6rem;
}

.info-sec p {
    line-height: 3.2rem;
    color: #1c1c1c;
}

.form-sec {
    overflow: hidden;
}

.form-contact {
    margin-bottom: 4.2rem;
}

.form-contact h6 {
    color: #121212;
    letter-spacing: .16rem;
    font-family: 'montserratbold';
}

.form-contact .inner-contact {
    margin-left: 1rem;
}

.form-contact p {
    font-size: 1.6rem;
    margin-top: .75rem;
}

.form-area {
    max-width: 98.3rem;
    width: 100%;
    margin-left: -5.2rem;
    padding: 7rem 0;
}

.form-styl {
    font-size: 2rem;
    padding: 1.7rem 2.8rem;
    border-radius: 1rem;
    border: 1px solid #000;
    color: #1C1C1C;
    font-family: 'montserratmedium';
    resize: none;
}

.form-styl::placeholder {
    color: #1C1C1C;
    opacity: 1;
}

.form-group {
    margin-bottom: 1.3rem;
}

.form-styl:focus {
    color: #1C1C1C;
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

.text-area-wrap {
    position: relative;
}

.text-area-wrap::after {
    position: absolute;
    content: "";
    right: 2.8rem;
    bottom: 2.1rem;
    background-image: url("../images/fom-link.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.9rem;
    height: 1.9rem;
    z-index: 5;
    cursor: pointer;
}

.form-btn {
    margin-top: 3.4rem;
}

.form-img {
    padding-left: 2rem;
    height: 100%;
}

.form-img img {
    height: 100%;
    object-fit: cover;
}

.vacatures-service {
    padding-top: 8%;
    padding-bottom: 7%;
    background-color: #1C1C1C;
}

.vacatures-service .service-heading {
    max-width: 80rem;
}

.vacatures-service .service-heading p {
    max-width: 43.5rem;
    width: 100%;
}

.vacatures-service .service-slider .swiper-pagination-bullet {
    background-color: #fff;
}

.vacatures-service .service-circle {
    top: 4%;
    width: 23%;
}

/* %%%%%%%%%%%%%%%%aanbod-list%%%%%%%%%%%%%%%%% */
.inner-banner .banner-content h3 {
    margin: 0 0 1rem;
}

.aanbod-top-left {
    position: absolute;
    bottom: -10rem;
    left: 0;
    z-index: 3;
}

.filter-outer {
    background-color: #fbd5d5;
}

.filter-outer .filter-main ul {
    display: flex;
    align-items: center;
}

.filter-outer .filter-main li {
    display: inline-block;
    vertical-align: top;
    padding: 0 3rem;
}

.filter-outer .select-style {
    height: auto;
    padding: 0;
    border: 0;
    color: #fff;
    opacity: 0.63;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    text-transform: none;
    padding-right: 4rem;
    background: url(../images/white-down-arrow.svg) #1E1E1E no-repeat 92%
}

.filter-outer .filter-main button {
    background-color: #fff;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    border: 0;
}

.filter-outer li.active .select-styl {
    opacity: 1;
}

.aanbod-list {
    background-color: #1C1C1C;
    position: relative;
    z-index: 2;
    padding-bottom: 4%;
}

.aanbod-list .each-product {
    margin-bottom: 7.5rem;
    margin-right: 2.9rem;
}

.list-wrap {
    margin-right: -2.9rem;
}

.aanbod-list-mid {
    padding: 9rem 9.8rem;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    z-index: 1;
}

.aanbod-list-mid::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(247, 204, 70, 0.85);
    height: 100%;
    width: 100%;
    z-index: -1;
}

.aanbod-list-mid p {
    color: #1c1c1c;
}

.aanbod-list-mid .border-btn {
    border-color: #fff;
}

.aanbod-list-mid .border-btn:hover {
    background-color: #1C1C1C;
    color: #fff;
    border-color: #1C1C1C;
}

.aanbod-list-right-top {
    position: absolute;
    right: 0;
    top: 25%;
    z-index: -1;
}

.aanbod-list-left {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}

.aanbod-list-right-btm {
    position: absolute;
    right: 0;
    bottom: -4.5rem;
    z-index: -2;
}

/* %%%%%%%%%%%%%%%%% diensten  %%%%%%%%%%%%%%%%%% */
.filter-sec {
    background-color: #1C1C1C;
    padding: 5% 0 1.8rem;
}

.filter-sec .col-xl-2 {
    width: 14%;
    margin-left: 6%;
    margin-bottom: 7.5rem;
}

.filter-wrap {
    margin-left: auto;
    margin-right: 0;
    position: relative;
    z-index: 5;
}

.select-style {
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: 'palindrome_expanded_sexpanded';
    font-size: 1.6rem;
    border: 0;
    border-radius: 0;
    background: url(../images/d-down-arrow.svg) transparent no-repeat 92% center/11px;
    appearance: none;
    cursor: pointer;
}

.select-style option {
    background-color: #1c1c1c;
    font-family: arial;
}

.filter-wrap .col-12 img {
    width: 22px;
    filter: brightness(0) invert(1);
}

.filter-wrap .col-12 a {
    color: rgba(255, 255, 255, 0.749);
    display: flex;
    align-items: center;
    justify-content: end;
    text-transform: uppercase;
}

.filter-wrap .col-12 a:hover {
    color: #F7CC46;
}

.filter-wrap .col-12 a:hover img {
    filter: brightness(1) invert(0);
}

.diensten-list {
    background-color: #1C1C1C;
    position: relative;
    padding: 10.8% 0;
}

.diensten-list .each-service-content img{
	display: none;
}

.diensten-right-mid {
    position: absolute;
    right: 0;
    top: 50%;
}

.diensten-left-btm {
    position: absolute;
    left: 0;
    bottom: -10%;
}

.diensten-list .each-service {
    margin-right: 2.9rem;
    margin-bottom: 4rem;
}

.diensten-wrap {
    margin-right: -2.9rem;
    margin-bottom: -4rem;
}

/* %%%%%%%% contact%%%%%%%%%%% */
.contact-top {
    padding: 10% 0;
    position: relative;
}

.contact-top::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(28, 28, 28, 0.90);
    height: 100%;
    width: 100%;
}

.contact-top-circle {
    position: absolute;
    left: 0;
    bottom: -5%;
    z-index: 5;
}

.contact-table {
    position: relative;
    z-index: 5;
    max-width: 150rem;
    width: 100%;
    margin: auto;
}

.contact-table table {
    margin: 0 auto;
}

.contact-table .col-lg-6:first-child {
    position: relative;
}

.contact-table .col-lg-6:first-child::after {
    position: absolute;
    right: 0;
    top: 50%;
    height: 13rem;
    width: 2px;
    content: "";
    background: rgba(255, 255, 255, 0.40);
    transform: translateY(-50%);
}

.contact-table td img {
    width: 3rem;
    margin-right: 2rem;
}

.contact-table td {
    vertical-align: top;
}

.contact-table td a {
    font-family: 'montserratbold';
    color: #FDBF03;
    letter-spacing: 1.5px;
}

.contact-table td a:hover {
    text-decoration: underline;
}

.contact-table td h6{
	opacity: .75;
}

.map-sec {
    position: relative;
}

.map-circle {
    position: absolute;
    right: 0;
    bottom: -25%;
}

.map-content {
    /* padding-left: 11%; */
    padding: 2rem 0 2rem 11%;
}

.map-content h2 {
    margin-bottom: 4.5rem;
}

.map-content p:not(:last-child) {
    margin-bottom: 4rem;
}

.map-img {
    height: 85rem;
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    margin-right: 5rem;
}

/* %%%%%%%%%%%%%%%%%%% overons %%%%%%%%%%%%% */
.overons-top h5,
.overons-top p {
    color: #fff;
}

.overons-top.info-sec td::after {
    background: rgba(255, 255, 255, 0.40);
}

.overons-mid-circle {
    position: absolute;
    right: 0;
    bottom: -5%;
    z-index: 2;
}
.over-ons-ftr-top .slider-heading {
    margin-bottom: 5rem;
}
.over-ons-ftr-top .slider-heading h2{
    font-family: 'jomolhariregular';
}
.over-ons-ftr-top {
    padding: 19% 0 2.5%;
    background-color: #fff;
    margin-top: -19%;
    position: relative;
}
.over-ons-ftr-top-slider {
    overflow: hidden;
    border-radius: 1rem;
}
.over-ons-ftr-top-slider img{
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.over-ons-ftr-top-slider:hover img{
    transform: scale(1.1);
}
.overons-mid-left-big-circle {
    position: absolute;
    top: -5rem;
    left: 0;
}

.over-ons-ftr-top .swiper-pagination {
    position: initial;
    margin-top: 4rem;
}

.over-ons-ftr-top .swiper-pagination-bullet {
    width: 1.4rem;
    height: 1.4rem;
    background-color: #000;
    opacity: 0.1;
    margin: 0 0.6rem;
}

.over-ons-ftr-top .swiper-pagination-bullet-active {
    opacity: 1;
}

.overons-man-slider {
    position: relative;
    padding: 9%  0 0;
    background-color: #1c1c1c;
}

.overons-man-slider::after {
    content: "";
    height: 50%;
    width: 100%;
    /* background-color: #cf4949; */
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.overons-man-slider h2 {
    color: #fff;
    margin-bottom: 2rem;
}
.overons-man-slider p {
    color: #fff;
    opacity: .75;
}
.overons-man-slider .swiper-slide-active {
    margin-top: -8rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.overons-man-slider .each-service-content h2,
.overons-man-slider .each-service-content p {
    color: #1c1c1c;
}
.overons-man-slider .each-service {
    margin-top: 13rem;
}
.overons-man-slider-content {
    margin-top: 5rem;
    position: relative;
    padding-bottom: 60%;
    max-width: 43rem;
}
.overons-mid-left-small-circle {
    position: absolute;
    left: 0;
    bottom: 0;
}

/* %%%%%%%%%%%%% aanbod-dtl %%%%%%%%%%%%%%%%%%%%% */
.aanbod-back {
    background-color: #1c1c1c;
}

.aanbod-back .inner-btn {
    top: 15rem;
}
.gallery-top {
    position: relative;
    margin-right: 5rem;
}
.gallery-top .dtl-car-slide {
    border-radius: 2rem;
    overflow: hidden;
}
.aanbod-dtl-top-circule {
    position: absolute;
    top: 14%;
    right: 38%;
}
.aanbod-dtl-left {
    position: absolute;
    left: 0;
    top: 40%;
}
.aanbod-dtl-right-btm {
    position: absolute;
    right: 0;
    bottom: -32%;
}
.dtl-top-sec {
    background-color: #1c1c1c;
    padding-top: 15%;
    padding-bottom: 1%;
}

.thumb-btm-section {
    position: relative;
}

.thumb-btm-section .common-arrow {
    top: 33%;
}

.thumb-btm-section .swiper-button-next {
    left: auto;
    right: -3%
}

.thumb-btm-section .swiper-button-prev {
    left: -3%;
    right: auto;
}

.thumb-btm-section .dtl-car-slide {
    position: relative;
    border-radius: 2rem;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(247, 204, 70, 0.80);
    background-size: 2rem;
    background-position: center, center;
    background-repeat: no-repeat;
    background-image: url(../images/add.svg);
}

.dtl-top-sec .swiper-pagination-bullet {
    width: 1.4rem;
    height: 1.4rem;
    background-color: #fff;
    opacity: 0.1;
    margin: 0 0.6rem;
}

.dtl-top-sec .swiper-pagination-bullet-active {
    opacity: 1;
}

.thumb-btm-section .swiper-pagination {
    bottom: 10%;
}

.thumb-btm-section {
    padding-bottom: 10rem;
}

.dtl-top-info {
    max-width: 50rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.dtl-top-info h2 {
    color: #fff;
    font-family: 'palindrome_expandedBdexpanded';
    margin-bottom: 2.5rem;
}

.dtl-top-info h2 span {
    font-family: 'montserratregular';
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.8rem;
}

.dtl-top-info h5 {
    font-family: 'montserratregular';
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 2.5rem;
}

.dtl-top-info-table table {
    width: 100%;
}

.dtl-top-info-table tr {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    padding: 2rem 0;
    display: block;
}

.dtl-top-info-table td:nth-child(even) {
    font-size: 1.8rem;
    display: inline-block;
    width: 47%;
    color: #FFF;
    opacity: .75;
    font-family: 'lama_sanslight';
    vertical-align: top;
}

.dtl-top-info-table td:nth-child(odd) {
    font-size: 1.8rem;
    color: #fff;
    display: inline-block;
    width: 52%;
    font-family: 'LamaSansMedium';
    vertical-align: top;
}

.dtl-top-info .border-btn {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.dtl-top-info .border-btn:hover {
    background-color: #F7CC46;
    border-color: #F7CC46;
    color: #1c1c1c;
}

.aanbod-form {
    background-color: #FAFAFA;
}
.aanbod-form .form-styl{
    background-color:#FAFAFA;
}
.aanbod-product{
    padding-bottom: 3%;
}

.aanbod-product .product-heading .akker_btn_cls{
	top: -6px;
}
/*****tab section****/
.dtl-tab-sec {
    padding: 3% 0 8%;
    background-color: #fff;
    position: relative;
    z-index: 5;
}

.dtl-tab-sec.tab-btn {
    margin-top: -5rem;
}

.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 1px solid #000;
    background-color: transparent;
    color: #1c1c1c;
    opacity: 1;
    padding: 1.3rem 1rem;
    letter-spacing: normal;
    border-radius: 1rem;
    width: 100%;
}

.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    font-family: 'montserratregular';
    font-size: 2rem;
    margin: 0;
    word-break: break-word;
    margin-right: 1.3rem;
    margin-bottom: 1rem;
    width: 18%;
}

.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover,
.tab-btn .nav-tabs .nav-item .nav-link.active {
    border: 1px solid #F7CC46;
    background: #F7CC46;
}

/*==========================================================dtl-tab-content==================================================*/
.dtl-tab-content-heading {
    text-align: center;
}

.dtl-tab-content-heading h2 {
    padding: 7.5rem 0 3rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.40);
    margin-bottom: 9rem;
    word-break: break-word;
}

.dtl-tab-sec .tab-content ul li {
    font-family: 'montserratlight';
    font-size: 1.5rem;
    color: rgba(33, 33, 33, 1);
    margin-bottom: 1rem;
    word-break: break-word;
}

/* / *****kenmerken ****** / */
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 0.6rem;
    padding-left: 1.3rem;
    background-size: 0.8rem;
    color: #121212;
    font-family: 'montserratmedium';
}

.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.bullet-panel h3, .star_icon h3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.40);
    padding-bottom: 1rem;
    font-family: 'palindrome_expanded_sexpanded';
    color: rgba(33, 33, 33, 1);
}

.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}

.dtl-tab-sec .tab-content p {
    color: #121212;
}

.bullet-panel {
    margin-bottom: 2rem;
}

.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.3rem;
    position: relative;
    font-family: 'lama_sanslight';
}

.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.8rem;
    position: absolute;
    top: 0.6rem;
    left: 0;
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}

.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1c1c1c;
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #1c1c1c;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}

.block-dtls h3 {
    color: #1c1c1c;
}

.left-bg-block h6 {
    line-height: 3rem;
    color: #fff;
}

/* .each-onderhoud-block h3 {
    color: #1c1c1c;
	font-family: 'moderatextended_bold';
	text-transform: none;
} */
.each-onderhoud-block p {
    color: #fff;
    margin: 1rem 0 3rem;
}

.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}

.tab-top-area .akker_btn_cls {
    border: 1px solid #fff;
}

.tab-top-area .akker_btn_cls:hover,
.tab-top-area .akker_btn_cls:focus,
.tab-top-area .akker_btn_cls:active {
    border: 1px solid #1eb478;
}

.tab-top-btn {
    max-width: 50.5rem;
}
/* %%%%%%%%%%%%% verkocht-list %%%%%%%%%%% */
.verkocht-list{
    padding-top: 7.5%;
}
/*=================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 37%;
    margin: 12% auto 0;
    border-radius: 1rem;
    overflow: hidden;
}

.modal-area .modal {
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-area .modal-content {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}
.modal-area .popup-content h3 {
    color: #0F1014;
    font-family: 'LamaSansRegular';
}
.modal-area .popup-content p {
    margin-top: 3rem;
    margin-bottom: 5.1rem;
    color: #1c1c1c;
}

.modal-area .popup-content {
    padding: 18% 11%;
    background-color: #fff;
}

.pop-up-image {
    height: 100%;
}

.pop-up-image img {
    height: 100%;
    object-fit: cover;
}
.close-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    font-size: 3rem;
    height: 6rem;
    width: 6rem;
    background-color: #4d4d4d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.close-img:hover {
    color: #fff;
}

.popup-content .border-btn {
    border-color: #fff;
}

.popup-content .border-btn:hover {
    background-color: #1C1C1C;
    border-color: #1C1C1C;
    color: #fff;

}


/*******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 &gt; 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 dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;
}

.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-family: 'lama_sanslight';
    font-size: 16px;
    color: black;;
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
    display: inline-block;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
 .form-1 {
    display:none;
    max-width:100%;
} 
.privacy-sec{
    background-color: #121212;
    padding: 11% 0;
}
.cpnt {
    cursor: pointer;
}
.filter-clean img {
    width: 12px;
    margin-right: 10px;
    margin-bottom: 2px;
}
.form-1 .textarea-control{
    width: 100%;
}

.acties-left-content p {
    color: black;
}
.privacy_section {
    margin-top: 100px;
}
.error_page .inner-header{
	position: relative;
}
.overons-man-slider .each-service-content p {
    color: #1c1c1c;
    font-family: 'montserratitalic';
}
.hbanner h3 span {
    font-size: 3.8rem;
}
.vacatures-dtl-btn .akker_btn_cls{
    padding: 1.2rem 1.5rem;
    max-width: 22rem;
}</pre></body></html>