@import "fonts.css";
@import "common-class.css";
body {
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
    font-family: 'OpelNext';
    color: #0F1014; 
}
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;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/****header*****/
.header-area {
	position: relative;
	z-index: 2;
}
.header-logo img {
	width: 32rem;
}
.header-top li {
	display: inline-block;
    margin-left: 6rem;
    font-family: 'OpenSansRegular';
    font-size: 1.6rem;
}
.header-top li a {
	color: #121212;
}
.header-top li a:hover {
	color: #FCBF00;
}
.header-top li a img {
	width: 2rem;
	filter: brightness(0);
	-webkit-filter: brightness(0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin-right: 1.5rem;
}
.header-top li a:hover img {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
.header-top .akker_btn_cls {
	min-width: 31.8rem;
	padding-top: 2.8rem;
	padding-bottom: 2.8rem;
}
.header-menu {
	background: rgba(18, 18, 18, 0.5);
    padding: 3rem 0;
}
.header-menu li {
	display: inline-block;
    margin-right: 6rem;
    font-family: 'OpenSansSemibold';
    font-size: 1.8rem;
}
.header-menu li:last-child
 {
	margin: 0;
 }
.header-menu li a {
	color: #fff;
}
.header-menu li a:hover {
	color: #FCBF00;
}
/***fix-wp***/
.fix-wp { 
	position: fixed;
	bottom: 3rem;
	right: 3rem;
	z-index: 99;
}

/*=================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 40%;
    margin: 12% auto 0;
}
.modal-area .modal {
	background-color: rgba(18,18,18,0.5);
};
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: #fff;
	position: relative;
}
.modal-area .popup-content h2 {
	color: #121212;
	font-family: 'OpelNextLight';
}
.modal-area .popup-content p {
   margin: 5rem 0;
	color: #0F1014;
	max-width: 55rem;
	width: 100%;
	font-family: 'OpelNextLight';
}
.modal-area .popup-content {
    /* padding: 9% 10%; */
	padding:6% 4% 6% 12%;
    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;
	font-family: 'OpelNext';
}
.close-img:hover {
	color: #fff;
}



/***banner-sec***/
.banner-sec {
	position: relative;
	margin-top: -8.7rem;
}
.banner-content {
	position: absolute;
    top: 53%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
	width: 100%;
}
.banner-content .akker_btn_cls:not(:last-child) {
	margin-right: 3rem;
}
.banner-content h1 {
	margin-bottom: 4rem;
}
.banner-sec .common-arrow, 
.banner-sec .swiper-pagination {
    bottom: 6rem;
    top: auto;
    left: 6.5%;
}
.banner-sec .swiper-button-next {
    left: 10%;
    right: auto;
}
.banner-sec .common-arrow img {
	filter: invert(1);
	-webkit-filter: invert(1);
}
.banner-sec .swiper-pagination {
    left: auto;
    right: 6.5%;
}
.banner-sec .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    background: #fff;
    opacity: .43;
    margin: 0 1.2rem !important;
    position: relative;
}
.banner-sec .swiper-pagination-bullet-active {
	opacity: 1;
}
.banner-sec .swiper-pagination-bullet-active:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem;
    height: 3rem;
    content: '';
    border: 1px solid #fff;
    border-radius: 100%;
}
/*****product-sec***/
.product-sec { 
	padding: 5% 0;
}
.product-sec a{
	color: inherit;
}
.filter-main {
	margin: 5.5rem 0 4rem;
}
.filter-main li {
    display: inline-block;
    vertical-align: top;
    padding: 0 1.5rem;
}
.select-styl {
    background: transparent;
    border: 0;
    font-size: 1.8rem;
	font-family: 'OpelNext';
	color: #121212;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 4rem;
    background: url(../images/dropdown.svg) transparent no-repeat 92% center;
    opacity: .63;
}
.filter-main li.active .select-styl {
    opacity: 1;
}
.select-styl option{
	font-family: arial;
}
.filter-main button {
    border: 0;
    /* background: transparent; */
	cursor: pointer;
	width:200px;
}
.product-dtl {
	padding: 2rem 0;
}
.product-dtl p{
	height: 50px;
	overflow: hidden;
	text-align: left;
}
.product-dtl p span {
	font-family: 'OpelNextLight';
}
.product-dtl table {
	margin-top: 2rem;
}
.product-dtl td {
	vertical-align: top;
    font-family: 'OpenSansRegular';
	font-size: 1.6rem;
	padding-right: 2.5rem;
}
.product-dtl td:last-child {
	padding: 0;
}
.product-slider .swiper-pagination-progressbar {
    bottom: 0;
    top: auto;
    background: #E8EAF1;
    height: 0.4rem;
	border-radius: 50rem;
	overflow: hidden;
}
.product-slider .swiper-pagination-progressbar-fill {
	background-color: #0F1014;
}
.product-slider {
	position: relative;
	padding: 3rem 0 2rem;
	margin-bottom: 4rem;
}
.product-slider .common-arrow {
	top: 0;
}
.product-slider .swiper-button-next {
	right: 0;
}
.product-slider .swiper-button-prev {
	right: 5rem;
	left: auto;
}
/***work-sec****/
.work-sec {
	padding: 6rem 0 4rem;
	background-color: #F8F8F8;
}
.work-sec h3 {
	margin-bottom: 3.5rem;
}
.each-work {
	background-color: #fff;
}
.each-work-text {
	padding: 2.5rem 2rem 2rem;
}
.each-work-text h4 {
	font-size: 3.2rem;
	color: #121212;
	margin-bottom: 1rem;
}
.each-work-text p {
	margin-bottom: 3.5rem;
	height: 0;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-work:hover .each-work-text p {
	height: auto;
	overflow: visible;
}
/****service-sec****/
.service-sec {
	padding: 5% 0;
}
.service-wrap {
	overflow: hidden;
}
.service-img {
	position: relative;
	overflow: hidden;
	padding: 11% 0 24%;
	height: 100%;
}
.service-content {
	background-color: rgba(252, 191, 0, 0.75);
    max-width: 59rem;
	width: 100%;
	padding: 4rem;
	margin-left: auto;
}
.service-content p {
	color: #fff;
}
.each-service-desc h2 {
	font-size: 9.6rem;
	font-family: 'OpelNext';
	color: #fff;
}
.each-service-desc h4 {
	margin-top: 6rem;
}
.each-service-desc p {
	margin: 3rem 0 25%;
}
.each-service-desc .border-btn {
	max-width: 16rem;
}
.each-service-desc .border-btn:hover,
.each-service-desc .border-btn:focus,
.each-service-desc .border-btn:active {
	background-color: #0F1014;
	color: #fff;
}
.service-items {
	background-color: #F8F8F8;
	padding: 18% 14%;
	height: 100%;
}
.service-items h3 {
	margin-bottom: 8rem;
}
.service-items h4 {
	font-size: 3.2rem;
	color: #0F1014;
}
.service-items ol {
	list-style: none;
  	counter-reset: service-counter;
	padding: 0;
	margin: 0;
}
.service-items li {
	margin-bottom: 4rem;
	counter-increment: service-counter;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.service-items li:last-child {
	margin: 0;
}
.service-items li::before {
	content: "0" counter(service-counter) ".";
	font-size: 3.2rem;
	margin-right: 0.5rem;
	font-family: 'OpelNext';
	color: #0F1014;
	margin-right: 1rem;
}
.service-items li.active h4,
.service-items li.active::before,
.service-items li:hover h4,
.service-items li:hover::before {
	color: #FCBF00;
}
/****specialist-sec***/
.specialist-sec {
	padding-bottom: 9%;
	position: relative;
}
.specialist-sec::after {
	content: '';
	height: 75%;
	width: 100%;
	background-color: #F8F8F8;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.specialist-text {
	padding-right: 5%;
}
.specialist-text .accordion-button::after {
    background-image: url(../images/plus.svg);
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain;
}
.specialist-text h2 {
    margin-bottom: 9rem;
}
.specialist-text h2 span {
	font-family: 'OpelNext';
}
.specialist-text h2 span img {
	width: 5rem;
}
.specialist-text .accordion-button h4 {
	color: #0F1014;
}
.specialist-text .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.svg);
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain;
	transform: rotate(0);
}
.specialist-text .accordion-button:not(.collapsed) {
    background-color: transparent;
}
.specialist-text .accordion-item {
    border-bottom: 2px solid rgba(15, 16, 20, 0.75);
    border-left: none;
    border-top: none;
    border-right: none;
    background-color: transparent;
}
.specialist-text .accordion-button {
    padding: 3rem 0;
    background-color: transparent;
}
.specialist-text .accordion-body {
    padding:0 15% 4rem 0;
}
.specialist-text .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.specialist-text .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.specialist-img {
	margin-left: 7%;
}
.specialist-text .akker_btn_cls {
	margin-top: 6rem;
}
/****info-area***/
.info-area {
	border-top: 1px solid #000;
}
.info-area h5 {
	font-family: 'OpelNext';
	margin: 2.5rem 0;
}
.info-area .col-lg-3 {
    border-right: 1px solid #000;
	padding: 3%;
}
.info-area .col-lg-3:last-child {
	border-right: 0;
}
/****footer-area***/
.footer-area {
	padding: 6% 0 4%;
	background-color: #121212;
}
.footer-logo img {
	width: 40rem;
}
.footer-logo h5 {
    font-family: 'OpelNextLight';
	margin: 1rem 0 5%;
	color: #fff;
}
.footer-contact {
	max-width: 75rem;
	width: 100%;
	padding-right: 3rem;
}
.footer-contact h4 {
	font-family: 'OpelNextLight';
}
.footer-call-mail {
	margin: 3.5rem 0;
}
.footer-call-mail .akker_btn_cls {
	max-width: 100%;
}
.footer-call-mail .akker_btn_cls img {
	width: 1.8rem;
	margin-right: 1rem;
	filter: brightness(0);
	-webkit-filter: brightness(0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-call-mail .akker_btn_cls:hover img {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
.footer-call-mail .akker_btn_cls:not(:last-child) {
	margin-right: 2rem;
}
.footer-social li {
	display: inline-block;
	margin-right: 1.5rem;
}
.footer-social li a {
	height: 5.5rem;
	width: 5.5rem;
	background-color: #FCBF00;
	border: 1px solid #FCBF00;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-social li a img {
	width: 1.8rem;
	filter: brightness(0);
	-webkit-filter: brightness(0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-social li a:hover {
	background-color: transparent;
}
.footer-social li a:hover img {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
.footer-info {
	max-width: 63rem;
	width: 100%;
	margin-left: auto;
}
.footer-info h6 {
	color: #fff;
	margin-bottom: 3rem;
}
.footer-info li {
	line-height: 1.9;
}
.footer-info a,
.footer-credit li a {
	font-size: 1.6rem;
    font-family: 'OpelNext';
    color: rgba(255,255,255,0.5);  
}
.footer-info a:hover,
.footer-credit li a:hover {
	color: #FCBF00;  
}
.footer-info p {
	color: rgba(255,255,255,0.5);
}
.footer-info p span {
	font-family: 'OpelNextBold';
}
.footer-credit p {
	color: rgba(255,255,255,0.5);
}
.footer-credit li {
	display: inline-block;
	margin-right: 6rem;
}
.footer-credit li:last-child {
	margin: 0;
}
.footer-credit {
	margin-top: 5%;
}
/*==========================aanbod page start================================*/
/***inner-banner-sec****/
.inner-banner-sec {
	position: relative;
	margin-top: -8.7rem;
}
.inner-banner-content {
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	width: 100%;
}
.inner-banner-content h1 {
	font-size: 6.4rem;
}
/***aanbod-filter-area**/
.aanbod-filter-area {
	padding: 6rem 0 0;
}
.aanbod-filter-area a{
	opacity: .63;
}
.aanbod-filter-area .filter-main{
	padding: 0 2rem;
}
.aanbod-filter-area .select-wrap{
	width: calc(100% - 110px);
}
.reset-btn{
	width: 106px;
}
/***aanbod-product-sec***/
.aanbod-product-sec {
	padding: 2rem 0 3%;
}
.aanbod-product-sec .each-product {
	padding: 0 2rem 3rem;
}
/*==========================contact page start================================*/
/***contact-info-sec**/
.contact-info-sec {
	padding: 6% 0 7%;
	background-color: #F8F8F8;
}
.contact-info-sec h3 {
	margin-bottom: 3%;
}
.contact-info-sec table {
	width: 100%;
}
.contact-info-sec td {
	width: 50%;
	vertical-align: top;
}
.contact-info-sec td:nth-child(odd) {
	padding-right: 14%;
}
.contact-info-sec td:nth-child(even) {
	padding-left: 14%;
}
/***content-block***/
.content-block {
	padding: 6% 0;
}
.content-text {
	padding: 0 24% 0 0;
}
.each-address h6 { 
	font-size: 2.4rem;
}
.each-address p {
	font-size: 2.4rem;
	font-family: 'OpelNextLight';
	line-height: 1.2;
}
.contact-reach {
	margin: 11% 0;
}
/****contact-map-sec****/
.contact-map-sec {
	padding: 0;
}
.contact-map-sec .content-text {
	background-color: #F8F8F8;
	padding: 15% 12%;
}
.contact-map-sec .contact-reach {
	margin-bottom: 0;
}
.contact-map-sec h6 {
	font-size: 1.8rem;
	text-transform: uppercase;
}
.contact-map-sec td {
	vertical-align: top;
	font-size: 1.8rem;
}
.contact-map-sec td:nth-child(odd) {
	font-family: 'OpelNextBold';
	padding-right: 3rem;
}
.contact-map-sec .each-address h6 {
	margin-bottom: 1rem;
}
/***contact-form-sec**/
.contact-form-sec { 
	padding: 6% 0;
}
.contact-form-sec h2 {
	margin-bottom: 4%;
}
.form-styl {
	resize: none;
    background-color: #fff;
    border-radius: 0;
    font-family: 'OpelNextLight';
    border: none;
    color: #333439;
    font-size: 1.4rem;
    padding: 1.5rem 3rem;
}
.form-group {
	padding: 0.7rem;
}
.form-styl:placeholder {
	color: #333439;
}
.form-styl:-ms-input-placeholder {
	color: #333439;
}
.form-styl::placeholder {
	color: #333439;
}
.form-styl:focus {
    box-shadow: none;
    color: #333439;
    background-color: #fff;
	border: none;
}
.form-wrap {
	padding: 5rem;
	background-color: #F8F8F8;
}
.contact-form-sec .akker_btn_cls {
	margin-top: 4rem;
}
.form-img {
	padding-left: 15%;
	height: 100%;
}
.form-img img {
	height: 100%;
	object-fit: cover;
}
/*==========================aanbod-dtl page start================================*/
/***aanbod-dtl-top-sec***/
.aanbod-dtl-top-sec {
	padding-bottom: 2.5rem;
}
.aanbod-dtl-top-sec .col-xl-7 {
	width: 54%;
}
.aanbod-dtl-top-sec .col-xl-5 {
	width: 46%;
}
.dtl-top-slider .common-arrow {
	height: 4.5rem;
    width: 4.5rem;
    background-color: #D9D9D9;
}
.dtl-top-slider .common-arrow img {
	filter: invert(1);
}
.dtl-top-slider .swiper-button-next {
	right: 0;
}
.dtl-top-slider .swiper-button-prev {
	left: 0;
}
.dtl-top-slider .gallery-thumbs {
	margin-top: 2.5rem;
	margin-right: 2.5rem;
}
/***dtl-top-info****/
.dtl-top-info {
	padding: 5% 20%;
	background-color: #F8F8F8;
	height: 100%;
}
.car-model h3 {
    font-family: 'OpelNext';
	margin-bottom: 2rem;
}
.car-model h5 {
    font-family: 'OpelNextLight';
	color: #000;
}
.dtl-top-info h6 {
	color: #000;
}
.dtl-top-info h6 span {
	display: block;
	margin-top: 0.8rem;
	font-size: 1.6rem;
	font-family: 'OpelNextLight';
}
.dtl-top-info h6 .kenteken_np span{
	margin-top: 4px;
}
.dtl-top-info table {
	width: 100%;
	border-bottom: 1px solid #000;
	margin-bottom: 3rem;
}
.dtl-top-info td {
	vertical-align: top;
	width: 33.33%;
	padding-bottom: 2rem;
}
.dtl-top-info td:last-child {
	padding-right: 0;
}
.car-model {
	margin-bottom: 10%;
}
.car-price h4 {
	color: #000;
	font-size: 4rem;
	font-family: 'OpelNextBold';
}
.car-price h5 {
	margin-left: 2rem;
	color: #000;
}
.car-price h5 span {
	display: block;
}
.dtl-info-btn {
	margin-top: 6rem;
}
.dtl-info-btn .akker_btn_cls {
	max-width: 100%;
}
/***dtl-tab-sec****/
.dtl-tab-sec {
	padding: 4rem 0;
	background-color: #F8F8F8;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	border: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    font-family: 'OpelNextBold';
    font-size: 2rem;
    margin: 0;
    word-break: break-word;
    margin-right: 2rem;
	margin-bottom: 1rem;
	width: 18%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child {
    margin-right: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 1px solid #000;
    background-color: transparent;
    color: #0F1014;
    padding: 1.5rem 0.5rem;
	border-radius: 0;
	letter-spacing: normal;
	position: relative;
	transition: all 0.5s;
	width: 100%;
	height: 100%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active,
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover {
	background-color: #FCBF00;
	border-color: #FCBF00;
	color: #0F1014;
}
/*****dtl-tab-content******/
.dtl-tab-content-heading h3 {
	margin: 4rem 0;
	text-transform: uppercase;
	font-family: 'OpelNext';
	color: #121212;
}
.dtl-tab-sec .tab-content ul li {
    font-family: 'OpelNextLight';
    font-size: 2.4rem;
    color: #0F1014;
    padding-bottom: 1rem;
    word-break: break-word;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 1.1rem;
    padding-left: 2rem;
    background-size: 1.2rem;
	font-family: 'OpelNextBold';
	color: #121212;
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.bullet-panel h5 {
    border-bottom: 1px solid #0F1014;
    padding-bottom: 1rem;
	color: #000;
	font-family: 'OpelNext';
}
.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: 2rem;
    position: relative;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 1.2rem;
    position: absolute;
    top: 1.1rem;
    left: 0;
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FCBF00;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #FCBF00;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    line-height: 3rem;
    color: #000;
	font-size: 1.6rem;
	font-family: 'OpelNext';
}
.each-onderhoud-block h4 {
    color: #0F1014;
    font-family: 'OpelNext';
    font-size: 2.2rem;
	text-transform: none;
}
.each-onderhoud-block h5 {
    color: #0F1014;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
	font-family: 'OpelNextLight';
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
.dtl-tab-sec .tab-content p{
	font-family: 'OpelNextLight';
  	font-size: 2.4rem;
}
/***related-product-sec****/
.related-product-sec {
	padding: 0;
}
.related-product-sec h3 {
	margin-bottom: 3rem;
}

/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color:#fff;
  font-size:18px;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer > img {
    height: 30px;
    padding-top: 15px;
}

.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px 0 2px 20px;
	background-size: contain;
	width: 127px;
}
.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: 'OpenSansRegular';
    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;
}
.privacy_section {
	margin-top: 5%;
}
.form-1, .form-2 {
	display:none;
}
/* ==============Werkplaats=================== */
.back-btn{
	padding-top: 7rem;
}
.service-dtl-top {
	background-color: #fff;
}
.overrons-specialist, .subpage-specialist{
	padding-bottom: 6%;
}
.overrons-specialist:after, .subpage-specialist:after{
	height: 85%;
}
.werkplaats-list{
	padding: 7% 0 0;
	background-color: #F8F8F8;
}
.werkplaats-list .col-lg-6{
	padding-bottom: 7%;
}
.werkplaats-list .col-lg-6:nth-child(odd){
	padding-right: 3%;
}
.werkplaats-list .col-lg-6:nth-child(even){
	padding-left: 3%;
}
.werkplaats-each-product{
	background-color: #fff;
	padding: 3rem;
}
.werkplaats-each-product p{
	margin-right: 2rem;
	margin-bottom: 7rem;
	font-family: 'OpelNextLight';
}
.werkplaats-each-product h4{
	color: #121212;
	margin: 2rem 0;
}
.werkplaats-each-product-img, .service-dtl-each-slider-img {
	overflow: hidden;
}
.werkplaats-each-product a:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 0.5S;
	-webkit-transform:  all 0.5S;
}
.werkplaats-each-product img, .service-dtl-each-slider img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service-dtl-each-slider a:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service-dtl-each-slider-content {
	background-color: #F8F8F8;
	padding: 3rem;
}
.service-dtl-each-slider-content h4{
	color: #121212;
	margin-bottom: 3rem;
}
.service-dtl-heading, .service-dtl-btm {
	padding-bottom: 5rem;
}
.service-dtl-btm .swiper-button-next{
	right: -4%;
}
.service-dtl-btm .swiper-button-prev{
	left: -4%;
}
/* ======================overons============= */
.overrons-specialist .specialist-text {
    padding-right: 0;
	padding-left: 5%;
}
.overrons-specialist .specialist-img {
    margin-left: 0 ;
	margin-right: 7%;
}
.overons-btm{
	padding: 6% 0;
	position: relative;
	z-index: 1;
}
.overons-btm::after{
	content: '';
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.500);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.overons-btm .akker_btn_cls {
	margin-top: 3rem;
}
.overons-slider .common-arrow{
	height: 4.5rem;
	width: 4.5rem;
	border: 2px solid #ffff;
	border-radius: 50%;
	right: 5%;
}
.overons-slider .swiper-button-prev{
	left: 5%;
	transform: rotate(180deg)
}
.overons-slider .swiper-button-next{
	right: 5%;
}
.overons-content-block h2 span {
    font-family: 'OpelNext';
}
.overons-content-block h2, .overons-content-block p{
	margin-bottom: 3rem;
}
.zkpdch {
	height: 245px;
}
.wrkplts {
	height: 245px;
}