<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-family: 'Avenir-Light';
    font-size: 16px;
    font-family: 'lama_sansregular';
    color: #1B1313;
	background-color: #F9F8F6;
}
html {
    font-size: 62.5%;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.grecaptcha-badge{
	display:none;
}
/*******************************index***************************/
/****header****/
.navbar-area a:hover {
    color: #F9F8F6;
}
.navbar-area a:after{
	display: none;
}
.header-area {
	padding: 1rem 0;
}
.header-area.active{
	transform: none;
	background: linear-gradient(180deg, #171313 0%, rgba(19, 24, 24, 0.00) 100%);
	background: #171313;	
}
.navbar-area a {
	color: #F9F8F6;
	font-family: 'lama_sanslight';
}
.menu-icon.active{
/*	background: #171313;*/
}
.header-logo img{
	width: 24.5rem;
}
.header-area:hover .navbar-area{
	background-color: transparent;
}
.menu-lft ul{
	column-gap: 1rem;
	display: flex;
}
.menu-lft li{
	margin: 0;
}
.menu-lft li a{
	height:3rem;
	width: 3rem;
	border: 1px solid rgba(255, 255, 255, 0.20);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
}
.menu-lft li:last-child a {
	border-color: #25D366;
}
.header-area{
	background: linear-gradient(180deg, #171313 0%, rgba(19, 24, 24, 0.00) 100%);
}
.menu-right{
	display: flex;
    justify-content: end;
    margin-bottom: -2rem;
}
.common-line{
	background-color: #F9F8F6;
}
.menu-icon.active{
	visibility: visible;
	opacity: 1;
}
.menu-icon{
	display: block;
}
.m-menu {
	transition: background-image 1s ease;
}
.bg-img {
	height: 100vh;
	width: 100%;
	object-fit: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.menu-icon:hover .top-line {
	transform: translateY(9px);
}
.menu-icon:hover .bottom-line {
	transform: translateY(-9px);
}
.togge-menu {
	height: 100vh;
	background-color: #171313;
	overflow: hidden;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	transition: all 1s;
	overflow-x: hidden;
  	overflow-y: auto;
}
.m-menu,
.m-menu-right {
	transform: translateX(-200%);
	transition: all 1s;
}
.menu-icon {
	height: 5rem;
	width: 5rem;
}
.ok {
	transform: translateX(0);
}
.image-area{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
}
.m-menu {
	border-right: 1px solid #fff;
	height: 100%;
	position: relative;
  	z-index: 2;
}
.togge-menu .row{
	align-items: unset !important;
	height: 100%;
}
.m-menu li a{
	font-family: 'berlingske_seriflight';
	color: #F9F8F6;
	font-size: 6.4rem;
	letter-spacing: 1.2px;
	transition: all 0.5s;
	margin-bottom: 5rem;
  	display: block;
}
.m-menu li:last-child a{
	margin-bottom: 0;
}
.m-menu ul {
	padding-top: 14%;
    padding-left: 18%;
}
.m-menu-right {
	padding-left: 18%;
	padding-top: 14%;
}
.m-menu-right h3 {
	color: #FFFFFF;
	margin-bottom: 2rem;
}
.each-contact {
	margin-top: 3rem;
}
.each-contact h6 {
	color: #F9F8F6;
    margin-bottom: 0.7rem;
	font-family: 'lama_sanssemibold';
}
.each-contact a {
	color: #F9F8F6;
}
.each-contact a:hover {
	color: #F9F8F6;
	text-decoration: underline;
}
.each-contact strong {
	font-weight: normal;
	color: #F9F8F6;
}
.each-contact p {
	color: #F9F8F6;
}
.each-contact p strong {
	font-weight: normal;
	color: rgba(249, 248, 246, 0.4);
}
.m-menu-right ul {
    column-gap: 1rem;
    display: flex;
	margin-top: 13rem;
}
.m-menu-right li a {
    height: 3rem;
    width: 3rem;
    border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.20);
    display: flex;
    justify-content: center;
    align-items: center;
}
.m-menu-right li:last-child a {
	border: 1px solid #25D366;
}
/****whatsapp-btn****/
.whatsapp-btn {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 9;
}
.whatsapp-btn a {
    background: #4AC85A;
    border-radius: 0;
    width: 5.4rem;
    height: 5.4rem;
}
.whatsapp-btn a img {
    width: 2.9rem;
}
/****banner-sec****/
.banner-slider{
	height: 100vh;
}
.banner-slider .swiper{
	height: 100%;
}
.banner-slider:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: linear-gradient(0deg, rgba(27, 19, 19, 0.40) 0%, rgba(27, 19, 19, 0.40) 100%);
	z-index: 2;
}
.home-banner{
	position:relative;
	overflow: hidden;
}
.home-each-banner{
	height: 100%;
}
.home-each-banner img{
	height: 100%;
	object-fit: cover;
}
.banner-sec hr{
	position: absolute;
	left: 0;
	bottom: 9rem;
	height: 1px;
	opacity: 1;
	margin: 0;
	width: 100%;
	z-index: 5;
	color: #fff;
}
.banner-content {
	position: absolute;
    bottom: 14rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 3;
}
.banner-content a {
	position: relative;
	padding-right: 3rem;
	color: #F9F8F6;
	font-family: 'lama_sanslight';
}
.banner-content a::after {
	position: absolute;
    right: 0;
    bottom: 8px;
    height: 8px;
    width: 8px;
    content: "";
    background-image: url(../images/home-btm-arrow.svg);
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateX(-50%);
}
.banner-content h1 {
	margin-bottom: 2.5rem;
}
.banner-btm {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 3;
}
.banner-btm .select-style {
    width: 100%;
    /* height: 100%; */
    color: #F9F8F6;
    font-family: 'lama_sanslight';
    font-size: 2rem;
    border: 0;
    border-radius: 0;
    background: url(../images/banner-btm-arrow.svg)  no-repeat 55% center / 11px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    text-align: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.banner-btm .select-style option {
    background-color: #1B1313;
	font-family: arial;
}
.banner-btm-left {
	max-width: 50rem;
}
.banner-btm-right {
	padding: 3rem 5rem;
	background: rgba(249, 248, 246, 0.05);
	backdrop-filter: blur(10px);
}
.banner-btm-right {
	color: #F9F8F6;
    font-family: 'lama_sanslight';
    font-size: 2rem;
    background-color: transparent;
    border: 0;
    /* display: inline-block; */
    width: 100%;
    text-align: left;
}
.banner-btm-right::after {
	position: absolute;
    right: 5rem;
    top: 50%;
    transform: translateY(-50%);
    height: 14px;
    width: 14px;
    content: "";
    background-image: url(../images/home-right-arrow.svg);
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
}
/****product-slider****/
.product-slider{
	padding: 13rem 0 7rem;
}
.slider-top{
	margin-bottom: 5.2rem;
}
.each-product-slider-content .row{
	justify-content: space-between;
}
.each-product-slider-content .col-4,
.each-product-slider-content .col-8{
	width: max-content;
}
.each-product-slider-content h2 {
	color: #1B1313;
}
.each-product-slider-content p {
    font-family: 'lama_sanslight';
    margin: .5rem 0 2rem;
    overflow: hidden;
  	height: 48px;
}
.product-slider-content-lft{
	max-width: 77rem;
}
.product-slider-content-right{
	padding-left: 18rem;
}
.product-slider .common-arrow{
	top: 36%;
}
.product-slider .swiper-button-next{
	right: 27%;
}
.product-slider .swiper-slide-next::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(0deg, rgba(249, 248, 246, 0.55) 0%, rgba(249, 248, 246, 0.55) 100%);
}
.each-product-slider-content{
	padding-left: 7.6rem;
	margin-top: -4.5rem;
	overflow: hidden;
}
.product-slider .swiper-slide-next .each-product-slider-content{
	opacity: 0;
}
.each-product-slider-content ul{
	display: flex;
	column-gap: 1rem;
	flex-wrap: wrap;
}
.each-product-slider-content li{
	padding: 8px 14px;
	background: rgba(23, 19, 19, 0.1);
	border-radius: 5px;
	font-family: 'lama_sanssemibold';
	font-size: 1.4rem;
	color: #1B1313;
}
.each-product-slider-content .col-4 li{
	background-color: rgba(23, 19, 19, 0.10);
	color: #1B1313;
}
.each-product-slider-content .col-4 ul{
	justify-content: end;
	/* flex-wrap: nowrap; */
}
/****home-tab-sec****/
.home-tab-sec {
	background-color: #171313;
	padding: 13rem 0;
}
.home-tab-sec .tab-content, .home-tab-sec .tab-content &gt; .tab-pane{
	height: 100%;
}
.home-tab-sec .tab-content img.w-100{
	height: 100%;
	object-fit: cover;
}
.home-tab-content {
	max-width: 78rem;
  	padding: 7rem 0 7rem 14rem;
}
.home-tab-content h3,
.home-tab-content p {
	color: #F9F8F6;
}
.home-tab-content p {
	margin: 6rem 0;
}
.home-tab-sec .home-tab-btn .nav-tabs .nav-item .nav-link span {
	position: relative;
	padding-right: 2rem;
	text-decoration: underline;
}
.home-tab-sec .home-tab-btn .nav-tabs .nav-item .nav-link {
	border: 0;
    background-color: transparent;
	text-transform: none;
    color: rgba(249, 248, 246, 0.6);
    letter-spacing: normal;
	width: 100%;
	margin-bottom: 1rem;
	text-align: left;
	position: relative;
	border-radius: 0;
	padding-left: 0;
}
.home-tab-sec .home-tab-btn .nav-tabs {
    column-gap: 6.8rem;
	border-bottom: 0;
}
.home-tab-sec .home-tab-btn .nav-tabs .nav-item .nav-link:hover, 
.home-tab-sec .home-tab-btn .nav-tabs .nav-item .nav-link.active {
    color: #F9F8F6;
}
.home-tab-sec .home-tab-btn .nav-tabs .nav-item {
	font-family: 'lama_sanslight';
	font-size: 3.2rem;
    margin: 0;
    word-break: break-word;
	margin-bottom: 1rem;
}
.home-tab-sec .home-tab-btn .nav-tabs .nav-item:last-child{
	margin-right: 0;
}
/****about-sec****/
.about-sec {
	padding: 16rem 0;
}
.about-left-img {
	height: 68.6rem;
}
.about-left-img img {
	height: 100%;
	object-fit: cover;
}
.about-left {
	padding-right: 8.5rem;
}
.about-left p {
	margin-top: 7.5rem;
    width: 100%;
}
.about-right {
	padding-left: 8rem;
}
.about-right h3 {
	margin-bottom: 6rem;
}
.about-right-img {
	margin: 12rem 0 7rem;
}
/****gallery-sec****/
.gallery-sec {
	position: relative;
}
.gallery-title {
	max-width: 106rem;
	margin: 0 auto;
	margin-bottom: 12rem;
}
.gallery-title h2 {
	color: #1B1313;
	margin-bottom: 2rem;
}
.gallery-title a {
	color: #1B1313;
	font-size: 2.4rem;
	font-family: 'lama_sanslight';
}
.each-home-gal {
	padding-left: 1.7rem;
	padding-right: 1.7rem;
}
.each-home-gal-img {
	margin: 1.7rem 0;
}
.each-home-gal-img-small {
    overflow: hidden;
}
.each-home-gal-img-small img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-gal-img-small:hover img {
    transform: scale(1.1);
}
.each-home-gal-img-mid {
    overflow: hidden;
}
.each-home-gal-img-mid img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-gal-img-mid:hover img {
    transform: scale(1.1);
}
.each-home-gal-img-big {
    overflow: hidden;
}
.each-home-gal-img-big img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-gal-img-big:hover img {
    transform: scale(1.1);
}
.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 4;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 1.7rem;
    orphans: 1;
    widows: 1;
    display: flex;
    align-items: end;
}
.card-columns .card-klanten {
    display: inline-block;
    width: 100%;
}
.each-home-gal-img-small {
	height: 26.7rem;
	margin-bottom: 1.7rem;
}
.each-home-gal-img-mid {
	height: 38.7rem;
	margin-bottom: 1.7rem;
}
.each-home-gal-img-big {
	height: 49.4rem;
	margin-bottom: 1.7rem;
}
.each-home-gal-img-small img,
.each-home-gal-img-mid img,
.each-home-gal-img-big img {
	height: 100%;
	object-fit: cover;
}
.gallery-sec::after {
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, #F9F8F6 2.5%, rgba(249, 248, 246, 0.00) 100%);
}
/****google-review-sec****/
.google-review-sec {
	padding: 14rem 0;
}
/****footer****/
.footer-area {
	background-color: #171313;
	padding-top: 10rem;
}
.footer-btm hr {
	opacity: 1;
	height: 1px;
	margin: 2.5rem 0 1.5rem;
	background-color: #2E2A2A;
}
.footer-btm a {
	font-family: 'lama_sansregular';
	color: rgba(249, 248, 246, 0.2);
	font-size: 1.6rem;
	letter-spacing: 0.16px;
}
.footer-lft a {
	color: #F9F8F6;
	font-family: 'lama_sansregular';
	font-size: 2.4rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-lft a:hover, 
.footer-right a:hover {
	text-decoration: underline;
}
.footer-btm .footer-menu-lft ul {
	justify-content: end;
	display: flex;
	column-gap: 1rem;
}
.footer-btm .footer-menu-lft li a {
	border-radius: 5px;
	height: 3.1rem;
    width: 3.1rem;
    border: 1px solid rgba(255, 255, 255, 0.20);
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-btm li:last-child a {
    border: 1px solid #25D366;
}
.footer-right h6{
	font-family: 'lama_sanssemibold';
	margin-bottom: 1rem;
	color: #F9F8F6;
}
.footer-right a,
.footer-right span,
.footer-right p {
	font-family: 'lama_sansregular';
	font-size: 1.6rem;
	color: #F9F8F6;
	letter-spacing: 0.16px;
}
.footer-right p strong {
	font-weight: normal;
	color: rgba(249, 248, 246, 0.40);
}
.footer-right {
	max-width: 90rem;
	margin-left: auto;
	margin-right: 0;
}
.footer-right .row{
	justify-content: space-between;
}
.footer-right .col-lg-4 {
	flex-basis: max-content;
}
.footer-btm {
	margin-bottom: 9.5rem;
}
/*******************************diensten-list***************************/
/****inner-banner****/
.inner-banner .home-each-banner {
	height: 45rem;
    background-position-y: 66%;
}
.inner-banner::after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, rgba(27, 19, 19, 0.50) 0%, rgba(27, 19, 19, 0.50) 100%);
	pointer-events: none;
}
.inner-banner .banner-content{
	bottom: 7rem;
}
.inner-banner h1{
	margin-bottom: 0;
}
/****top-pagination****/
.top-pagination {
    padding-top: 4.5rem;
}
.top-pagination strong {
    margin: 0 10px;
	font-weight: normal;
}
.top-pagination li a {
    color: #1B1313;
    font-family: 'lama_sansregular';
}
.top-pagination li a.active {
    color: #C60000;
	font-family: 'lama_sanssemibold';
}
/****list-sec****/
.list-sec{
	padding: 8rem 0 10rem;
}
.list-lft h3{
	color: #1B1313;
}
.list-right{
	padding-left: 6rem;
}
.list-lft p{
	max-width: 54rem;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 3rem 0 16rem;
    padding-right: 2rem;
	line-height: 24px;
	letter-spacing: 0.32px;
}
.list-lft .lees-more-btn{
	position: absolute;
	bottom: 5rem;
}
.list-lft .lees-more-btn::after {
    left: 38%;
}
.list-sec .common-wrap .row{
	padding: 4rem 0;
	border-top: 1px solid rgba(46, 42, 42, 0.20);
}
/*******************************diensten-dtl***************************/
/****dtl-header-area****/
.dtl-header-area {
	background: #171313;
}
/****dtl-top-pagination****/
.dtl-top-pagination {
    padding-top: 13.5rem;
}
.dtl-top-pagination li a.mid {
	color: #C60000;
}
.dtl-top-pagination strong {
	color: #C60000;
    margin: 0 10px;
}
/****back-btn****/
.back-btn {
    position: relative;
	top: 14rem;
	z-index: 1;
}
.back-btn .lees-more-btn {
    padding-bottom: 0;
	padding-left: 8rem;
}
.back-btn .lees-more-btn::after {
    position: absolute;
    right: 0;
    bottom: -14px;
	height: 5.6rem;
    width: 5.6rem;
	background-color: #fff;
	border-radius: 100%;
    border: 1px solid #fff;
    content: "";
    background-image: url(../images/back-btn-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: translateX(-50%);
	background-size: 14px;
}
/****diensten-dtl-top****/
.diensten-dtl-top {
	padding: 12rem 0;
	overflow: hidden;
}
.diensten-dtl-top-info {
	padding-right: 4rem;
	padding-top: 3rem;
}
.diensten-dtl-top-info p {
	max-width: 54rem;
	width: 100%;
	margin: 3.5rem 0;
}
/****diensten-dtl-mid****/
.diensten-dtl-mid {
	padding-bottom: 25rem;
}
.diensten-dtl-left-top {
	height: 64.5rem;
	padding-right: 10rem;
}
.diensten-dtl-left-top img {
	height: 100%;
	object-fit: cover;
}
.diensten-dtl-left-btm {
	height: 52.2rem;
    position: absolute;
    right: 0;
    bottom: -15rem;
    width: 38rem;
}
.diensten-dtl-left-btm img {
	height: 100%;
	object-fit: cover;
	object-position: 5%;
}
.diensten-dtl-mid-info {
	padding-left: 14.5%;
  	margin-top: 4rem;
  	padding-right: 5rem;
}
.diensten-dtl-mid-info h3 {
	margin-bottom: 5.5rem;
}
.diensten-dtl-mid-info h5 {
    position: relative;
	font-family: 'lama_sanslight';
	color: #1B1313;
    padding-left: 4rem;
    margin-bottom: 1rem;
}
.diensten-dtl-mid-info li:not(.diensten-dtl-mid-info li:last-child) {
    margin-bottom: 2.6rem;
}
.diensten-dtl-mid-info h5::after {
    position: absolute;
    left: 0;
    top: .7rem;
    height: 2rem;
    width: 2rem;
    background-size: 2rem;
    content: "";
    background-image: url(../images/tick.svg);
    background-repeat: no-repeat;
}
.diensten-dtl-mid-info p {
    padding-left: 4rem;
    max-width: 58rem;
}
/****form-sec****/
.form-sec {
	background-color: #171313;
	padding: 12.5rem 0;
	overflow: hidden;
}
.form-left {
	padding-right: 2rem;
}
.form-left h6 {
	text-transform: capitalize;
	font-size: 1.6rem;
	line-height: 13.76px;
	font-family: 'lama_sansregular';
	color: #F9F8F6;
}
.form-left h3 {
	margin: 2.5rem 0 9.5rem;
	color: #F9F8F6;
	width: calc(100% + 17rem);
	position: relative;
	z-index: 1;
}
.form-left .each-contact h6 {
	line-height: 26px;
	color: rgba(249, 248, 246, 0.50);
}
.form-left .each-contact a {
	line-height: 24px;
}
.form-left .each-add a {
	line-height: 27px;
	font-size: 2rem;
}
.form-left .each-contact {
    margin-top: 5rem;
}
.form-sec .col-lg-4 {
	width: 35%;
}
.form-sec .col-lg-3 {
	width: 23%;
}
.form-sec .col-lg-5 {
	width: 42%;
}
.form-img {
	height: 69.4rem;
}
.form-img img {
	height: 100%;
	object-fit: cover;
}
.form-right {
	padding-left: 8rem;
}
.form-right h5 {
	color: #F9F8F6;
	font-family: 'lama_sansregular';
	margin-bottom: 5rem;
	line-height: 37.92px;
	letter-spacing: 0.48px;
}
.form-main {
    position: relative;
    z-index: 1;
    padding-right: 0;
}
.form-right .form-group{
    position: relative;
    margin-bottom: 2.5rem;
}
.form-styl {
    background-color: transparent;
    color: #F9F8F6;
    border: 0;
    font-size: 2.4rem;
    padding: 2rem 0 1.4rem;
    border-radius: 0;
    border-bottom: 1px solid #2E2A2A;
    box-shadow: none;
    resize: none;
	font-family: 'lama_sanslight';
}
.form-styl:focus{
	box-shadow: none;
	background: transparent;
    color: #F9F8F6;
	border-bottom: 1px solid #2E2A2A;
}
.form-styl:placeholder {
	color: #F9F8F6;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: #F9F8F6;
	opacity: 1;
}
.form-styl::placeholder {
	color: #F9F8F6;
	opacity: 1;
}
.form-group label {
    position: absolute;
    bottom: 2rem;
    font-family: 'lama_sansregular';
	color: #fff;
}
.form-part label{
    font-family: 'lama_sansregular';
    font-size: 1.6rem ;
    color: rgba(249, 248, 246, 0.70);
    position: absolute;
    left: 5rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	line-height: 26px;
}
.form-right label.active{
    transform: translateY(0);
    top: -.2rem;
    font-size: 1.6rem ;
    color: rgba(249, 248, 246, 0.70);
    font-family: 'lama_sansregular';
}
.form-group textarea{
    padding: 0;
	height: 8rem;
}
.form-btn {
	padding-top: 2rem;
}
.form-btn .lees-more-btn {
    border: 0;
    background: transparent;
	color: #fff;
	text-transform: capitalize;
}
.form-btn .lees-more-btn:hover::after{
	filter: brightness(1) invert(0);
  	-webkit-filter: brightness(1) invert(0);
} 
.form-btn .lees-more-btn::after {
	left: 38%;
}
/****diensten-dtl-tab-sec****/
.diensten-dtl-tab-sec {
	background-color: #F9F8F6;
}
.diensten-dtl-tab-sec .home-tab-content h3,
.diensten-dtl-tab-sec .home-tab-content p {
    color: #1B1313;
}
.diensten-dtl-tab-sec .home-tab-btn .nav-tabs .nav-item .nav-link {
    color: rgba(27, 19, 19, 0.6);
}
.diensten-dtl-tab-sec .home-tab-btn .nav-tabs .nav-item .nav-link:hover, 
.diensten-dtl-tab-sec .home-tab-btn .nav-tabs .nav-item .nav-link.active {
    color: #1B1313;
}
/*******************************over-ons***************************/
/****over-ons-top****/
.over-ons-top {
	padding: 10.5rem 0 20rem;
}
.over-ons-top-left-part {
	height: 57.7rem;
	padding-right: 10rem;
}
.over-ons-top-left-part img {
	height: 100%;
	object-fit: cover;
}
.over-ons-top-left-btm {
	height: 30.5rem;
    position: absolute;
    right: 0;
    bottom: -15rem;
    width: 29.3rem;
}
.over-ons-top-left-btm img {
	height: 100%;
	object-fit: cover;
}
.over-ons-top-info {
	padding-left: 11rem;
}
.over-ons-top-info h3 {
	margin-bottom: 5rem;
}
.over-ons-top-info p {
	margin-bottom: 1rem;
}
.each-counter p {
	color: #121212;
}
.each-counter hr {
	background: rgba(46, 42, 42, 0.30);
	opacity: 1;
	margin: 1rem 0 1.5rem;
}
.over-ons-counter {
	padding-top: 6rem;
}
/****over-ons-mid****/
.over-ons-mid {
	background-color: #171313;
	padding: 15rem 0;
	overflow: hidden;
}
.over-ons-mid .common-arrow{
    height: 5.6rem;
    width: 5.6rem;
    border: 1px solid #fff;
	background-color: #fff;
    border-radius: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-mid .swiper-button-next {
	right: 96%;
	display: none;
}
.over-ons-mid .swiper-button-prev{
	left: -2.8rem;
	display: flex !important;
}
.over-ons-mid-info {
	padding-right: 10rem;
}
.over-ons-mid-info h3,
.over-ons-mid-info p {
	color: #F9F8F6;
}
.over-ons-mid-info p {
	max-width: 55rem;
	width: 100%;
	margin-top: 2rem;
}
.each-over-ons-slide {
	height: 51.6rem;
}
.each-over-ons-slide img {
	height: 100%;
	object-fit: cover;
}
/****over-ons-block****/
.over-ons-block {
	padding: 14rem 0 18rem;
}
.each-over-ons-block {
	text-align: center;
}
.each-over-ons-block img {
	width: 32px;
}
.each-over-ons-block h4 {
	margin: 3.5rem 0;
}
/****over-ons-btm****/
.over-ons-btm {
	padding-bottom: 20rem;
}
.each-over-ons-btm-img {
	height: 64.3rem;
}
.each-over-ons-btm-img img {
	height: 100%;
	object-fit: cover;
}
.each-over-ons-btm-right-img1 {
	width: 24rem;
  	margin-left: auto;
}
.each-over-ons-btm-right-img1 img {
	height: 100%;
	object-fit: cover;
}
.img-div-top{
	width: 100%;
  	height: 30rem;
}
.each-over-ons-btm-right-img2 {
	width: 16rem;
	margin: 6rem auto 0;
}
.img-div-btm{
	width: 100%;
  	height: 20rem;
}
.each-over-ons-btm-right-img2 h5{
	white-space: nowrap;
}
.each-over-ons-btm-right-img2 img {
	height: 100%;
	object-fit: cover;
}
.each-over-ons-info-btm h6 {
	font-size: 1.6rem;
	font-family: 'lama_sansregular';
	color: #000;
	margin: 1.5rem 0 5rem;
}
.each-over-ons-btm-info {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	padding-left: 5rem;
	padding-bottom: 6rem;
}
.each-over-ons-info-top h3 {
	width: calc(100% + 22rem);
	word-break: break-word;
	padding-right: 3rem;
	position: relative;
}
.each-over-ons-btm-right-img1 h5,
.each-over-ons-btm-right-img2 h5 {
	margin: 3rem 0 .5rem;
}
.each-over-ons-btm-right-img1 p {
	color: #000;
}
.each-over-ons-info-btm p {
	margin-bottom: 2.5rem;
}
.each-over-ons-info-top {
	margin-top: 10rem;
}
/*******************************contact***************************/
/****contact-banner****/
.contact-banner .home-each-banner {
    height: 45rem;
    background-position: center;
}
/****contact-part****/
.contact-part {
	padding: 0 0 4rem;
	margin-top: -8rem;
	overflow: hidden;
}
.form-right.form-right-title{
	padding-right: 0 !important;
}
.form-top{
	padding-top: 14rem;
}
.contact-part .row{
	margin: 0;
}
.contact-part .form-left h2 {
	color: #1B1313;
}
.form-left .each-contact:first-child{
	margin-top: 0 !important;
}
.contact-part .form-left h5 {
	color: #1B1313;
	font-family: 'lama_sanslight';
	margin: 5rem 0 !important;
	padding: 0 !important;
}
.contact-part .each-contact h6 {
    font-size: 1.8rem;
	color: #1B1313;
}
.contact-part .each-contact a {
    color: rgba(27, 19, 19, 0.6);
}
.contact-part .each-contact strong {
	color: rgba(27, 19, 19, 0.60);
	font-weight: normal;
}
.contact-part .each-contact p {
	color: rgba(27, 19, 19, 0.60);
}
.contact-part .each-contact {
    margin-top: 3rem;
}
.contact-part .form-right h5 {
	color: #1B1313;
	font-family: 'lama_sanslight';
	margin: 5rem 0 !important;
}
.contact-part .form-styl {
    color: #1B1313;
    border-bottom: 1px solid rgba(23, 19, 19, 0.2);
}
.contact-part .form-styl:focus{
    color: #1B1313;
	border-bottom: 1px solid rgba(23, 19, 19, 0.2);
}
.contact-part .form-styl:placeholder {
	color: #1B1313;
	opacity: 1;
}
.contact-part .form-styl:-ms-input-placeholder {
	color: #1B1313;
	opacity: 1;
}
.contact-part .form-styl::placeholder {
	color: #1B1313;
	opacity: 1;
}
.contact-part .form-group label {
	color: #1b1313;
}
.contact-part .form-part label{
    color: rgba(27, 19, 19, 0.70);
}
.contact-part .form-right label.active{
    color: rgba(27, 19, 19, 0.70);
}
.contact-part .form-btn .lees-more-btn {
    color: #121212;
}
.contact-form-img {
	height: 92.9rem;
	margin-top: -9rem;
}
.contact-form-img img {
	height: 100%;
	object-fit: cover;
}
.contact-part .form-right {
    padding-left: 0;
    padding-right: 10rem;
}
/*******************************aanbod-dtl***************************/
/****aanbod-dtl-top-pagination****/
.aanbod-dtl-top-pagination li a.mid {
    color: #C60000;
	font-family: 'lama_sanssemibold';
}
/****aanbod-dtl-back-btn****/
.back-btn.aanbod-dtl-back-btn {
    top: 6rem;
}
/****aanbod-dtl-top****/
.aanbod-dtl-slider-heading h6{
	font-size: 1.6rem;
	font-family: 'lama_sansmedium';
}
.aanbod-dtl-slider-lft {
	padding-top: 19rem;
	padding-right: 4rem;
}
.aanbod-dtl-slider-lft h4 {
	font-size: 3.6rem;
	margin: 3rem 0 7rem;
	line-height: 51px;
}
.aanbod-dtl-product ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 2rem;
    justify-content: space-between;
}
.aanbod-dtl-product li{
	margin-bottom: 1rem;
	position: relative;
	padding-left: 3rem;
	font-size: 1.6rem;
	color: #1B1313;
	width: 50%;
	font-family: 'lama_sansmedium';
}
.aanbod-dtl-product li span{
	font-size: 1.6rem;
	margin-left: .5rem;
	font-family: 'lama_sansregular';
}
.aanbod-dtl-product li::after{
	position: absolute;
	left: 0;
	top: .8rem;
	height: 1.5rem;
	width: 1.5rem;
	background-image: url(../images/tick.svg);
	background-size: 1.5rem;
	content: "";
	background-repeat: no-repeat;
}
.aanbod-dtl-slider-right .swiper-button-next{
	right: 14%;
	top: 40%;
}
.aanbod-dtl-slider-right{
	padding-bottom: 7rem;
}
.aanbod-dtl-price-sec-left h4{
	font-family: 'lama_sanslight';
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.aanbod-dtl-price-sec-left h6{
	color: rgba(27, 19, 19, 0.40);
	font-family: 'lama_sansmedium';
	font-size: 1.6rem;
}
.aanbod-dtl-left-btm {
	margin-top: 2rem;
}
.aanbod-dtl-price-sec-left {
	height: 100%;
}
.each-aanbod-dtl-price {
	height: 100%;
	background-color: #fff;
	padding: 3rem;
	position: relative;
}
.aanbod-dtl-price-sec-right {
	height: 100%;
}
.aanbod-dtl-price-sec-left .row {
	height: 100%;
}
.aanbod-dtl-price-sec-right p {
	color: rgba(255, 255, 255, 0.40);
	font-family: 'lama_sansmedium';
	margin-bottom: 3rem;
}
.aanbod-dtl-price-sec-right h6{
	color: #fff;
	margin-bottom: 3rem;
	font-size: 2rem;
	font-family: 'lama_sanslight';
}
.aanbod-dtl-price-sec-right a {
	display: block;
	margin-top: 2rem;
	font-size: 2rem;
	font-family: 'lama_sanslight';
}
.aanbod-dtl-price-sec-right a:hover {
	color: #fff;
	text-decoration: underline;
}
.aanbod-dtl-price-sec-right{
	max-width: 71rem;
    background: #171313;
    padding: 4rem 4rem 7rem;
    margin-left: auto;
    margin-right: 0;
}
.aanbod-dtl-price-sec-right button{
	background-color: transparent;
	border: 0;
	display: block;
	color: #fff;
	font-family: 'lama_sansmedium';
	font-size: 1.6rem;
	width: fit-content;
}
.more-form{
	display: flex;
	row-gap: 5rem;
	flex-direction: column;
}
.more-form .lees-more-btn:after{
	left: 0;
	transform: translate(0);
}
.lees-btn button{
	outline: none;
}
.share-btn{
	height: 4rem;
	width: 4rem;
	border: 1px solid rgba(255, 255, 255, 0.40);
	display: flex !important;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
	padding: 12.5rem 0 13rem;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 6rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid rgba(23, 19, 19, 0.10);
    border-radius: 24px;
    overflow: hidden;  
	margin-bottom: 5rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
	border: 0;
    background-color: transparent;
	color: rgba(27, 19, 19, 0.3);
    letter-spacing: normal;
	width: 100%;
	border-radius: 0;
	padding: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'lama_sanslight';
	font-size: 2.4rem;
    margin: 0;
    word-break: break-word;
	position: relative;
	padding-left: 3rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover ,
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
	color: #1B1313;
}
/****dtl-tab-content****/
.kenmerken-tab li {
	font-family: 'lama_sansmedium';
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 0.16px;
	color: #1B1313;
   	width: 24%;
	margin-bottom: 4rem;
	position: relative;
	padding-left: 1.6rem;
	display: inline-block;
	vertical-align: top;
}
.kenmerken-tab li span {
	display: inline-block;
	font-family: 'lama_sanslight';
	padding-left: .5rem;
}
.kenmerken-tab li:after {
    background-size: 0.6rem;
    position: absolute;
    top: 1rem;
    left: 0;
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.bullet-panel h4 {
    border-bottom: 1px solid #1B1313;
    padding-bottom: 1rem;
    color: #1B1313;
    font-size: 2rem;
	font-family: 'lama_sansmedium';
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.6rem;
    position: relative;
	font-family: 'lama_sansmedium';
    color: #1B1313;
	margin-bottom: 1rem;
	font-size: 1.6rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.6rem;
    position: absolute;
    top: 0.7rem;
    left: 0;
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1B1313;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #1B1313;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    line-height: 3rem;
	color: #fff;
	font-size: 1.6rem;
}
.each-onderhoud-block h4 {
	color: #1B1313;
    font-size: 2.2rem;
	text-transform: none;
	font-family: 'lama_sansmedium';
}
.each-onderhoud-block h5 {
    color: #1B1313;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
	font-family: 'lama_sansmedium';
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
/****aanbod-dtl-form-sec****/
.aanbod-dtl-form-sec .form-left .each-add a {
    font-size: 1.6rem;
}
/*******************************aanbod-list***************************/
/***aanbod-filter-sec***/
.aanbod-filter-sec {
	padding: 9rem 0 3rem;
}
.total-car h5 {
	font-family: 'lama_sanslight';
	color: #1B1313;
}
.total-car h5 span {
	font-size: 1.6rem;
}
.filter-main .each-filter {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sorteen-filter {
	width: 100%;
	max-width: 40rem;
}
.aanbod-filter-sec label {
    color: #1B1313;
    margin-bottom: 0;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'lama_sansregular';
    font-size: 1.6rem;
	cursor: pointer;
	max-width: 12rem;
	margin-bottom: 1rem;
}
.each-filter label.position-relative {
	max-width: 100% !important;
}
.clear-filter {
	margin-top: 3rem;
}
.clear-filter a {
	color: #1B1313;
}
.clear-filter img {
	width: 1.8rem;
	margin-left: 0.5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.aanbod-filter-sec .dropdown-menu.show {
    border-radius: 0 0 2rem 2rem;
}
.select-style.show {
	border-radius: 2rem 2rem 0 0;
}
.outer-filter {
	display: flex;
	justify-content: end;
	gap: 1.5rem;
}
.outer-filter .more-filter-btn {
	max-width: 5.8rem;
	width: 100%;
	cursor: pointer;
	background-image: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	width: 5rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
}
.more-filter-btn img {
	width: 2rem;
}
.more-filter-btn:hover,
.more-filter-btn.active {
	background-color: transparent;
	border-color: rgba(23, 19, 19, 0.40);
}
.more-filter-btn:hover img,
.more-filter-btn.active img{
	filter: invert(0);
}
.hidden-filter {
	margin-top: 2rem;
	display: none;
}
.outer-filter .select-style {
	padding-right: 3.7rem;
}
.select-style {
	width: 100%;
    height: 4.8rem;
    color: #0B1821;
    font-family: 'lama_sansmedium';
    font-size: 1.6rem;
    border: 1px solid rgba(23, 19, 19, 0.40);
    border-radius: 100px;
    padding: 0 2rem;
    background: url(../images/filter-arrow.svg) #F9F8F6 no-repeat 93% center/10px;
    appearance: none;
    line-height: 4.8rem;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.select-style option{
	font-family: arial;
}
.filter-content {
    display: none;
    background-color:#F9F8F6;
    padding: 1rem 2rem 1.5rem;
    z-index: 2;
    border: 1px solid rgba(11, 24, 33, 0.30);
    border-top: 0;
    border-radius: 0 0 0.5rem 0.5rem;
    margin-top: -0.5rem !important;
	cursor: default;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec .form-check-input{
    width: 1.6rem;
    height: 1.6rem;
    vertical-align: middle;
    margin-top: -0.3rem;
    margin-right: 0.8rem;
    box-shadow: none;
    border: 1px solid rgba(23, 19, 19, 0.40);
    background-color: transparent;
    border-radius: 0.3rem;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #1B1313;
    border-color: #1B1313;
}
.aanbod-filter-sec .color_box {
	background-color: Gray;
    height: 1.5rem;
    width: 1.5rem;
    margin-left: 1rem;
	margin-top: 0.3rem;
    border-radius: 0.3rem;
}
.aanbod-filter {
	/* margin-bottom: 2rem; */
}
.auto-overview-tag {
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1.4rem;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #1B1313;
    border-radius: 1rem;
    background-color:#0064ff;
	font-family: 'lama_sansmedium';
    font-size: 1.6rem;
	color: #fff;
}
.cross-btn{
	filter: invert(1);
}
.cross-btn {
    width: 1.8rem;

}
/* .auto-overview-tag:hover {
	background-color: #0066FF;
	color: #fff;
} */
.auto-overview-tag:hover .cross-btn {
	filter: invert(1) brightness(10);
}
.total_search_records {
	margin-top: 3rem;
}
/* .clear-filter a:hover img {
	filter: brightness(0) saturate(100%) invert(21%) sepia(100%) saturate(4447%) hue-rotate(214deg) brightness(109%) contrast(101%);
	-webkit-filter: brightness(0) saturate(100%) invert(21%) sepia(100%) saturate(4447%) hue-rotate(214deg) brightness(109%) contrast(101%);
} */
.mobile-filter-close {
    padding: 1.5rem;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #F9F8F6;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
}
.mobile-filter-close span {
    max-width: 3.2rem;
	width: 100%;
    height: 3.2rem;
    background-color: #F9F8F6;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #1B1313;
}
.mobile-filter-close span img {
    width: 1.8rem;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #1B1313;
	border-color: #1B1313;
	color: #fff;
	padding: 1rem;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #1B1313;
	border-color: #1B1313;
}
/****.aanbod-list-product-sec****/
.aanbod-list-product-sec {
	padding-bottom: 12.5rem;
}
.aanbod-list-product-sec .col-lg-6 {
	margin-bottom: 7rem;
}
.aanbod-list-product-sec h6 {
	font-size: 1.6rem;
	color: rgba(0, 0, 0, 0.50);
	font-family: 'lama_sansregular';
	margin-top: 1.5rem;
	text-align: center;
}
.aanbod-list-product-sec .each-product-slider-content {
    padding-left: 4rem;
}
/*******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;
}

.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
	color: #000;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    font-size: 2rem;
  	font-family: 'lama_sansmedium';
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin-bottom:15px;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.star_icon{
    margin-bottom: 30px;
}
.kenteken_np {
	background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
	background-repeat: no-repeat;
	background-position: left;
	padding: 4px 0 4px 25px;
	color: #000;
	background-size: contain;
	width: 127px;
}
/* Cookie */
.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;
}

.load_img{
    width:150px;
}
.privacy_section{
	padding-top: 10rem;
	background: #000;
}
.privacy_section h3, .privacy_section p{
	color: #fff !important;
}
.error_top{
    padding-top: 120px;
    background: #000;
}
.form-1, .form-2{
	display: none;
}
.form-1 .form-group, .form-2 .form-group{
	position: relative;
}
.foto_upload, .form-1 .form-styl, .form-2 .form-styl{
	font-family: 'lama_sansregular';
  	font-size: 1.6rem;
  	padding: 1.4rem 0 !important;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
       /* -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)*/
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

/*.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
.m-menu.ok li {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-timing-function: linear;
}
.m-menu.ok .m-menu-right {
  -webkit-animation-name: fadeInSlide;
  animation-name: fadeInSlide;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-timing-function: linear;
}*/
.calsty{
	width: 100%;
	border: 0;
	height: 1000px;
}
.fancybox__container{
	z-index: 999999 !important;
}

/*************************/
.form-left h3 br{
	display: none;
}
/*=============aanbod-dtl=====================*/
.gallery-item {
  display: block;
}
.photo-gallery .col {
	flex: none;
}
/*==================popup===================*/
.modal-area .modal-dialog {
    max-width: 690px;
    margin: 7% auto; 
}
.modal-area .modal {
	background-color: rgba(0, 0, 0, 0.5);
}
.modal-area .popup-content {
	border-radius: 10px;
    background-color: #282828;
    padding: 70px 0;
}
.popup-content h4 {
	color: #F3F3F3;
	padding-bottom: 30px;
	font-family: 'lama_sanssemibold';
	border-bottom: 1px solid rgba(243, 243, 243, 0.5);
}
.popup-content p {
    margin: 30px auto 0;
	color: #f3f3f3;
	max-width: 540px;
	padding: 0 15px;
}
.popup-btn{
    font-family: 'lama_sansregular';
    font-size: 1.6rem;
   	color: #fff !important;
    text-decoration: underline !important;
}
@media(max-width: 767.98px){
	.modal-area .modal-dialog{
		max-width: 94%;
	}
	.modal-area .popup-content{
		padding: 40px 0;
	}
}</pre></body></html>