<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;
}
html {
    font-size: 62.5%;
}
#page{
	overflow-x: hidden;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.grecaptcha-badge{
    display:none;
}
.cursor{
	cursor: pointer;
}
.whataspp-icon{
	position: fixed;
	right: 3rem;
	bottom: 3rem;
	z-index: 8;
}
.whataspp-icon img{
	width: 5rem;
}
/*========header======*/
.topbar{
	background: #f5f5f5;
	padding: 1.5rem 0;
}
.topbar table{
	width: 100%;
}
.topbar td{
	font-size: 1.5rem;
	font-family: 'RobotoRegular';
	width: 20%;
}
.topbar td:nth-child(1){
	text-align: left;
	width: 30%;
}
.topbar td:nth-child(3){
	text-align: center;
}
.topbar td:last-child{
	text-align: right;
}
.topbar td a{
	color: #1c1c1c;
}
.topbar img{
	width: 2.5rem;
    margin-right: 0.4rem;
}
.toggle-icon a:after, .nav-bottom a:before, .header-area .navbar-expand-lg .navbar-nav .nav-link:before{
	display: none;
}
.header-area{
	padding: 0;
	background: transparent;
	position: relative;
	z-index: 9;
}
.header-area.stiky{
	position: fixed;
	width: 100%;
	z-index: 9;
	left: 0;
	top: 0;
	background-color: #fff;
	box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
}
.header-area .text-end{
	z-index: 0;
}
.desktop-nav{
	padding: 2rem 0;
}
.new-logo-img img{
	width: 14.6rem;
}
.new-logo-img{
	/*position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 27rem;*/
}
.header-area.stiky .topbar, .header-area.stiky .desktop-nav{
	padding: 1.4rem 0;
}
.header-area .navbar-brand img{
	width: 24rem;
}
.brand-img {
	margin-left: 1rem;
	margin-top: 1rem;
	width: 20rem;
}
.header-area .nav-item {
  padding: 0 4rem;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link{
	font-family: 'RobotoRegular';
	font-size: 2rem;
	color: #222259;
	opacity: 1;
	text-transform: capitalize;
	letter-spacing: normal;
	padding: 0;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link:hover, .header-area .navbar-expand-lg .navbar-nav .nav-link.active{
	color: #ed650d;
}
.menu-icon::after, .menu-icon::before, .menu-icon div {
  background-color: #222259;
  height: 1px;
}
.menu-icon::after{
	width: 12px;
}
.menu-icon{
	margin-left: 1rem;
}
.menu-bar{
	margin-left: 0;
	color: #222259 !important;
}
.vdm_btn_cls.header-btn{
	opacity: 1;
	border: 0;
	max-width: 26rem;
}
.header-btn span{
	position: relative;
	padding-right: 3rem;
}
.header-btn span:before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: '';
	width: 1.4rem;
	height: 1.4rem;
	background-image: url(../images/next.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.menu-items{
	background-image: linear-gradient(208deg,#f1f1f1,#f5f5f5);
	width: 100%;
    position: static;
}
.header-area:after{
	background-image: linear-gradient(196deg,#fff,#f8f8f8);
}
.menu-navigation ul li span &gt;a {
    color: #232359 !important;
    font-family: 'RobotoRegular';
    padding: 0.2rem 0;
    display: block;
}
.menu-navigation a:hover{
    color: #ed650d !important;
}
.header-area.stiky .menu-navigation {
    padding-top: 7rem;
}
.menu-bar{
	cursor: pointer;
}
.cross-icon{
	position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    z-index: 9;
}
.cross-icon img{
	width: 3.6rem;
}
.menu-panel {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 999;
}
.menu-panel.menu-visible {
    right: 0;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
.panel-left{
	position: relative;
	opacity: 1;
    visibility: visible;
}
.menu-navigation li{
	margin: 1.5rem 0;
}
.header-logo-slide img{
	max-width: 22rem;
}
.header-logo-slide{
/*	width: 30rem;*/
	height: 7rem;
	gap: 3rem;
}
/*==========banner=========*/
.banner{
	position: relative;
}
.banner-content{
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
	width: 100%;
}
.banner-content p{
	color: #fff;
	font-size: 3rem;
	text-shadow: 0 2px 2px rgb(0 0 0 / 18%);
	margin: 2.5rem 0;
	opacity: 1;
}
.banner-content .mw-100{
	width: 280px;
}
.new-logo{
	width: 230px;
}
/*========bottom block=========*/
.banner-bottom-block{
	background: #fcfcfc;
}
.banner-bottom-block .row.g-0{
	margin-top: -24rem;
	position: relative;
	z-index: 1;
}
.log-in{
	background: #ed650d;
	padding: 6rem;
}
.log-in h4, .log-in p{
	color: #fff;
}
.log-in p{
	margin: 1rem 0;
	opacity: .9;
}
.submit-btn{
	position: relative;
	overflow: hidden;
}
.submit-btn:active, .submit-btn:focus, .submit-btn:hover {
    background: #232359;
}
.submit-btn:active img, .submit-btn:focus img, .submit-btn:hover img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.submit-btn:after {
    background: hsla(0,0%,100%,.15);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: calc(100% + 7rem);
}
.submit-btn:hover:after {
    -webkit-animation: f .6s linear forwards;
    animation: f .6s linear forwards;
}
.form-wrap{
	width: calc(100% - 9rem);
}
.submit-btn{
	width: 5rem;
}
.form-wrap label{
	font-size: 2rem;
	color: #fff;
	font-family: 'RobotoRegular';
	opacity: 0.7;
	margin-bottom: 1rem;
}
.log-in .form-control {
    border: 0;
    padding: 1.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.log-in .form-group{
	margin-top: 2rem;
}
.submit-btn{
	margin-left: 0.8rem;
	width: 7rem;
	height: 6rem;
	border: 0;
	border-radius: 5px;
	background: #fff;
	-webkit-transition: background-color .6s ease-out;
    transition: background-color .6s ease-out;
}
.submit-btn img{
	width: 2rem;
}
.content-area{
	background: #fff;
	padding: 6rem;
}
.content-area h4{
	opacity: .9;
	margin-bottom: 1rem;
}
.content-area .vdm_btn_cls{
	max-width: 32rem;
	background-color: #232359;
}
.content-area .vdm_btn_cls:active, .content-area .vdm_btn_cls:focus, .content-area .vdm_btn_cls:hover {
    background-color: #ed650d;
}
/*========vacancies=========*/
.vacancies-block {
	padding: 7rem 0;
	background: #fcfcfc;
	overflow: hidden;
}
.vacancies-block  h2{
	color: #232359;
}
.vacancy-slider{
	margin: 8rem -35% 0;
}
.each-slide{
	background: #fefefe;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	padding: 7rem;
	margin-bottom: 2px;
}
.each-slide h4{
	color: #ed650d;
}
.each-slide h6{
	margin: 1rem 0 2rem;
}
.each-slide .submit-btn{
	background: #ed650d;
	position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
}
.each-slide .submit-btn img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
/*=======content=========*/
.content-block{
	position: relative;
	padding: 8rem 0;
}
.content-block:after{
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	background: #232359;
	width: 50%;
	height: 100%;
	z-index: -1;
}
.content-block table{
	width: 100%;
}
.content-block td:nth-child(odd){
	padding-right: 12rem;
}
.content-block td:nth-child(even){
	padding-left: 12rem;
}
.content-block td{
	width: 50%;
	vertical-align: top;
}
.content-block td p, .service-block p{
	margin: 4rem 0;
}
.content-block td:nth-child(even) h2, .content-block td:nth-child(even) p{
	color: #fff;
}
/*========service==========*/
.left-content h2{
	border-top: 1px solid rgba(18,18,18,0.1);
    padding-top: 7rem;
}
.left-content{
	padding: 0rem 12rem 4rem calc(10% + .75rem);
}
/*===========form==========*/
.form-block{
	background: #fcfcfc;
	padding: 8rem 6rem;
}
.form-block .text-center{
	margin-bottom: 5rem;
}
.custom-textarea .formErrorContent {
    position: absolute !important;
}
.form-styl {
	resize: none;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #d2d2d2;
	font-family: 'RobotoThinItalic';
	color: rgba(18, 18, 18, 0.5);
	font-size: 2rem;
	padding: 1.5rem 3rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.form-styl:focus {
	box-shadow: none;
	background-color:#fff;
	color: rgba(18, 18, 18, 0.5);
}
.form-styl:placeholder{
	color: #1c1c1c;
	opacity: 0.5;
}
.form-styl:-ms-input-placeholder{
	color: #1c1c1c;
	opacity: 0.5;
}
.form-styl::placeholder{
	color: #1c1c1c;
	opacity: 0.5;
}
.form-block .form-group, .form-block label h6{
	margin-bottom: 2rem;
}
.form-block textarea{
	height: 31.5rem;
}
.form-block label h6{
	font-family: 'RobotoRegular';
}
.form-block h6 span{
	color: #ed650d;
	position: relative;
    top: -0.5rem;
}
.form-block .col-md-6{
	position: relative;
}
.common-form-btn.submit-btn{
	background: #ed650d;
    position: absolute;
    bottom: 3rem;
    right: 2rem;
}
.common-form-btn.submit-btn img {
    width: 3rem;
}
/*============footer=========*/
.address-area{
	background: #ed650d;
	padding: 8rem 0rem 8rem 12rem;
}
.footer-logo{
	width: 26rem;
}
.footer-brand-img{
	width: 20rem;
    margin: 5rem auto 3rem;
    display: table;
}
.address-area h6{
	font-family: 'WorkSansRegular';
	line-height: 1.6;
}
.address-area h6, .address-area h6 a{
	color: #fff;
	transition: color .2s linear,border-bottom-color .2s linear;
}
.address-area h6 a:hover{
	color: #232359;
}
.address-area .col-md-4{
	border-left: 1px solid rgba(255, 255, 255, 0.25);
    padding: 8rem 3rem 6rem;
}
.address-area .col-md-4:first-child{
	border-color: transparent;
}
/*======================================popup start===========================================*/
.modal-area .modal-dialog {
    max-width: 46%;
    margin: 8% auto 0;
}
.modal-area .modal {
	background-color: rgba(18, 18, 18, 0.35);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: #fff;
	position: relative;
	overflow: hidden;
}
.modal-area .popup-content p{
    margin: 3.2rem 0 4.4rem;
}
.modal-area .popup-content {
    padding: 11% 9%;
}
.modal-area .popup-content .vdm_btn_cls {
	max-width: 31rem;
}
.close-img {
    font-family: 'WorkSansRegular';
    font-size: 2.5rem;
    color: #232359;
	background-color: #fff;
    position: absolute;
    top: 3rem;
    right: 3rem;
    z-index: 1;
}
.close-img:hover {
	color: #232359;
}
/*===============================contact page start==========================================*/
/***inner-banner***/
.inner-banner-sec {
	position: relative;
}
.inner-banner-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
/****contact-info-sec****/
.contact-info-sec { 
	background-color: #ed650d;
	padding: 4% 0;
}
.contact-info-sec h2 {
	color: #fff;
	margin-bottom: 2.5rem;
}
.each-contact-info {
	display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding: 12% 1rem 30%;
	height: 100%;
}
.contact-info-sec .col-md-4:last-child .each-contact-info {
	border: 0;
}
.each-contact-info-img {
	width: 5rem;
    height: 5rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 100%;
    margin-right: 4rem;
}
.each-contact-info-img img {
	width: 2rem;
}
.each-contact-info h4 {
	color: #fff;
	margin-bottom: 1.5rem;
}
.each-contact-info p {
	color: #fff;
	margin-bottom: 0;
}
.each-contact-info p a {
	color: #fff;
}
.each-contact-info p a:hover {
	color: #222259;
}
/****contact-map-sec****/
.contact-map-sec {
	height: 40rem;
}
.contact-form-sec{
	background: #fcfcfc;
}
/*===============================bedankt page start==========================================*/
.bedankt-banner-sec .banner-content {
	top: 50%;
}
.bedankt-banner-sec .banner-content .vdm_btn_cls {
	margin-top: 3%;
	background-color: #232359;
	max-width: 31rem;
}
.bedankt-banner-sec .banner-content .vdm_btn_cls:active, 
.bedankt-banner-sec .banner-content .vdm_btn_cls:focus, 
.bedankt-banner-sec .banner-content .vdm_btn_cls:hover {
	background-color: #ed650d;
}
/*===============================diensten page start==========================================*/
.diensten-list-sec .left-content p { 
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.diensten-list-sec .left-content h2 {
	border: 0;
}
.diensten-list-sec .service-block img {
	height: 100%;
	object-fit: cover;
}
.diensten-list-sec .service-block .twisted_each_block {
	width: auto;
	overflow: hidden;
	position: relative;
}
.diensten-list-sec .service-block .twisted_each_block .twisted_image_content {
	position: initial;
}
.diensten-list-sec .service-block:focus .twisted_text_content:after, 
.diensten-list-sec .service-block:hover .twisted_text_content:after {
	background-color: rgba(0,0,0,.25);
	transition: transform .3s;
}
.diensten-list-sec .service-block:focus .twisted_image_content, 
.diensten-list-sec .service-block:hover .twisted_image_content {
    transform: scale3d(1.04,1.04,1);
}
.diensten-list-sec .service-block:focus .twisted_text_content:after, 
.diensten-list-sec .service-block:hover .twisted_text_content:after {
    border-width: 0.625rem;
}
.diensten-list-sec .service-block {
	transition: transform .3s;
}

/*===============================diensten-dtl page start==========================================*/
.diensten-dtl-top-sec {
	background-color: #fcfcfc;
	overflow: hidden;
}
.diensten-dtl-top-sec table{
	width: 100%;
}
.diensten-dtl-top-sec td h4 {
	margin-bottom: 1.5rem;
}
.diensten-dtl-top-sec td h4, .diensten-dtl-top-sec td p {
	color: #1c1c1c;
}
.diensten-dtl-top-sec td {
	border-right: 1px solid #ededed;
    padding: 4rem 5%;
    width: 33.33%;
    vertical-align: top;
}
.diensten-dtl-top-sec td:last-child{
	border: 0;
}
/**diensten-dtl-bk-btn****/
.diensten-dtl-bk-btn { 
	position: relative;
}
.diensten-dtl-bk-btn a {
	position: absolute;
	top: 5rem;
	font-family: 'RobotoRegular';
	font-size: 2rem;
	color: rgba(255, 255, 255, 0.75);
	padding-left: 3rem;
}
.diensten-dtl-bk-btn a::after {
    background-size: 1.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(../images/prev.svg);
    background-repeat: no-repeat;
	filter: brightness(10);
	-webkit-filter: brightness(10);
}
.diensten-dtl-bk-btn a:hover {
	color: #232359;
}
.diensten-dtl-bk-btn a:hover::after {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
/****diensten-dtl-mid-sec****/
.diensten-dtl-mid-sec {
	background-color: #ed650d;
	padding: 6% 0;
}
.diensten-dtl-mid-sec .left-content {
	padding-bottom: 0;
}
.diensten-dtl-mid-sec .left-content p {
	color: #fff;
	margin-bottom: 0;
}
.diensten-dtl-mid-sec .left-content h2 {
	color: #fff;
	border: 0;
}
/*===============================Bedrijf meld je aann page start==========================================*/
/*****meld-top-sec****/
.meld-top-sec h2 {
	color: #1c1c1c;
}
.meld-top-sec h2 span {
	color: #ed650d;
}
/****meld-mid-sec****/
.meld-mid-sec{
	background-color: #232359;
}
/*===============================overons page start==========================================*/
/****overons-info-sec*****/
.overons-info-sec {
	position: relative;
	padding: 12% 0 10%;
}
.overons-info-sec::after {
	display: none;
}
.overons-info-sec::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: #fcfcfc;
    width: 50%;
    height: 100%;
    z-index: -1;
}
.overons-info-sec table {
	width: 100%;
}
.overons-info-sec td {
	width: 50%;
	vertical-align: top;
}
.overons-info-sec td:nth-child(odd) {
	padding-right: 10%;
}
.overons-info-sec td:nth-child(even) {
	padding-left: 10%;
}
.overons-info-sec td:nth-child(even) h2, 
.overons-info-sec td:nth-child(even) p {
	color: #1c1c1c;
}
/***member-sec*****/
.member-sec {
	overflow: hidden;
}
.member-text {
	padding: 5rem 16% 5rem 0;
}
.member-text h2 {
	color: #ed650d;
}
.member-text p {
	margin: 8% 0 0;
}
.member-slider{ 
	margin-right: -35%;
}
.each-member {
	position: relative;
}
.each-member-text {
	max-width: 70%;
	width: 100%;
	position: absolute;
	bottom: 1rem;
	left: 0;
}
.each-member-text h6 {
	background-color: #232359;
	font-family: 'RobotoMedium';
	font-size: 2.2rem;
	color: #fff;
	padding: 1.5rem 1rem;
	text-align: center;
}
/*===============================vacature page start==========================================*/
/***vacature-banner*****/
.vacature-banner {
	padding: 0;
}
/**vacture-filter-sec***/
.vacture-filter-sec .log-in{ 
	padding-left: 8%;
	padding-right: 8%;
}
.vacture-filter-sec .row.g-0 {
	margin-top: -16rem;
}
/***vacature-list-sec****/
.vacature-list-sec .vacture-line {
	background-color: #e9e9e9;
	opacity: 1;
	margin: 0 0 6rem;
}
.vacature-list-sec .vacancy-slider{ 
	margin-left: -1.6rem;
	margin-right: -1.6rem;
}
.vacature-list-sec .each-slide {
	position: relative;
}
.vacature-list-sec .col-md-6{ 
	padding: 0 2.7rem 5.5rem;
}
.more-vac-btn h6 {
	font-family: 'RobotoRegular';	
	color: #ed650d;
	cursor: pointer;
	display: inline-block;
	padding-right: 2rem;
}
.more-vac-btn h6:hover {
	color: #1c1c1c;
}
.more-vac-btn h6:hover img {
	filter: brightness(0);
	-webkit-filter: brightness(0);
}
.more-vac-btn img {
	width: 1.5rem;
}
.more-vacature {
	display: none;
}
/*****vacature-mid-sec******/
.vacature-mid-sec {
	background-color: #232359;
}
.vacature-mid-sec .left-content h2 {
	border: 0;
	color: #fff;
}
.vacature-mid-sec .left-content p {
	color: #fff;
}
.vacature-mid-sec .left-content .vdm_btn_cls {
	background-color: #fff;
	color: #1c1c1c;
}
.vacature-mid-sec .left-content .vdm_btn_cls:active, 
.vacature-mid-sec .left-content .vdm_btn_cls:focus, 
.vacature-mid-sec .left-content .vdm_btn_cls:hover {
	background-color: #ed650d;
	color: #fff;
}
.vacature-mid-sec img {
	height: 100%;
	object-fit: cover;
}
/*===============================vacature-dtl page start==========================================*/
/***vacature-dtl-mid-sec****/
.vacature-dtl-mid-sec {
	padding: 0;
}
.vacature-dtl-mid-sec .left-content {
	padding-top: 5rem;
	position: relative;
}
.vacature-dtl-mid-sec .left-content::after {
	content: "";
    height: 100%;
    width: 9%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/apply.png);
}
.vacature-dtl-mid-sec .left-content td {
	vertical-align: top;
	padding-bottom: 20%;
}
.vacature-dtl-mid-sec .left-content td img {
	width: 3rem;
	opacity: 0.9;
}
.vacature-dtl-mid-sec .left-content td h4 {
	font-family: 'RobotoRegular';
	color: rgba(255, 255, 255, 0.9);
}
.vacature-dtl-mid-sec .left-content td:nth-child(odd){ 
	padding-right: 3rem;
}
.vacature-dtl-mid-sec img {
	height: 100%;
	object-fit: cover;
}
/****vacature-dtl-form-sec****/
.vacature-dtl-form-sec .upload-part { 
	width: calc(100% - 8.5rem);
}
/****vacature-dtl-btm-sec*****/
.vacature-dtl-btm-sec {
	background-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: 'NunitoSansRegular';
    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;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}

.product-info button img {
	width: 10px;
    margin-top: -4px;
    margin-left: 12px;
}
.product-info button
{
	border: none;
	background:transparent;
	font-size: 15px;
    font-family: 'WorkSansLight';
    color: #005dab;
    margin-top: 30px;
    display: inline-block;
}

.form-1 {
	display:none;
	margin-top: 30px !important;
	margin: 0 auto 10px;
}
.form-block .col-md-12, .form-block .col-lg-6{
	position: relative;
}
.reset-btn {
    font-size: 1.6rem;
    float: right;
    color: #fff ;
}
.formError .formErrorContent
{
	font-size: 1.6rem !important;
}
.file_type{
	height:0;
	opacity:0;
}
/****banner-video****/
.banner-video {
    height: 100vh !important;
}
.banner-video .video-js{
	height: 100% !important;
	width: 100% !important;
}
.banner-video .video-js .vjs-tech{
	object-fit: cover;
}
</pre></body></html>