@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	color: #F7F0EC;
    font-family: 'OpenSansRegular';
    font-size: 1.6rem;
}
html {
    font-size: 62.5%;
}
#page{
	overflow: hidden;
}
.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;
}
/************fixed-wp************/
.fixed-wp{
	position: fixed;
    z-index: 99;
    right: 2rem;
  	bottom: 2rem;
}
.fixed-wp a{
	border-radius: 41.5px;
  	background-color: #F7F0EC;
  	transition: all 0.5s;
  	-webkit-transition: all 0.5s;
  	padding: 10px;
  	display: inline-block;
}
.fixed-wp h6 {
	color: #A68463;
	font-size: 1.6rem;
	line-height: 20px;
	text-transform: uppercase;
}
.fixed-wp p {
	color: #191D23;
	font-size: 1.6rem;
	line-height: 20px;
	text-transform: uppercase;
}
.fixed-wp span {
	background-color: #25D366;
    height: 6.3rem;
    width: 6.3rem;
    border-radius: 10rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.fixed-wp span img {
	width: 2.4rem;
}
.footer-wp-part-info {
	margin-left: 1rem;
	display: inline-block;
}
/************header************/
.header-area.stiky {
    left: 0;
    top: 0;
    background-color: #121212;
    padding: 3rem 0;
    box-shadow: 0px 3px 10px rgba(18, 18, 18, 0.1);
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area {
    height: auto;
    padding: 4.5rem 0 ;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-items li{
    border: 0;
}
.header-area .navbar-expand-lg .navbar-nav {
	margin-top: 0;
	align-items: center;
}
.header-area .navbar-brand{
	margin: 0;
}
.header-area .navbar-brand img {
    width: 23rem;
}
.header-area .navbar-expand-lg {
	padding: 0;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link, 
.header-area .nav-link,
.menu-items a{
    font-family: 'OpenSansRegular';
    font-size: 1.6rem;
	letter-spacing: normal;
	text-transform: uppercase;
    margin: 0;
    color: #F7F0EC;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area .nav-link::before {
	display: none;
}
.header-area .nav-item{
	margin: 0 3rem;
}
.header-area .nav-item:first-child{
    margin-left: 0;
	border-radius: 10rem;
	border: 1px solid #A68463;
	padding: 0.7rem 1rem;
}
.header-area .nav-item:last-child{
    margin-right: 0;
}
.menu-icon{
    margin-left: 0;
  	margin-top: -2px;
  	width: 1.8rem;
  	margin-right: .2rem;
}
.menu-icon:after, .menu-icon:before, .menu-icon div {
    height: 1.4px;
  	margin: 3.4px 0;
	background-color: #A68463;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link:hover, .header-area .nav-link:hover, .menu-items a:hover {
	color: #A68463;
}
.menu-icon.active:after {
	transform: translateY(-6px) rotate(-135deg);
}
.menu-icon.active:before {
    transform: translateY(4px) rotate(135deg);
}
.header-area .menu-items ul {
	text-align: left;
}
.header-right {
	display: flex;
	align-items: center;
	justify-content: end;
}
.header-right a {
	font-family: 'OpenSansRegular';
    font-size: 1.6rem;
}
.header-right .akker_btn_cls {
	margin-left: 3rem;
}
.header-area .nav_menu_right_part{
    position: relative;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin: 0;
}
.menu-items a:hover{
	color: #A68463;
}
.menu-navigation {
    padding: 13rem 5rem 3rem 5rem;
}
.menu-items.active{
	width: 31rem;
    left: 0;
	right: auto;
}
/************banner************/
.banner-content{
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
}
.banner-btm-arrow {
    position: absolute;
    left: 30%;
    bottom: -19rem;
    z-index: 1;
}
.banner-btm-arrow img {
	border-radius: 10rem;
	border: 1px solid #F7F0EC;
	padding: 7.8rem;
}
/************product************/
.product-sec {
	background-color: #191D23;
	padding: 15rem 0 8rem;
	margin-top: -1px;
}
.product-title {
	margin-top: 7rem;
}
.product-title h4 {
	margin-top: 2.2rem;
	margin-bottom: 8.8rem;
}
.product-car {
	position: relative;
}
.product-top-info {
	padding: 2rem;
	background-color: #2F3237;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	position: relative;
}
.each-product:hover .product-top-info::after {
	content: "";
    position: absolute;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: #F7F0EC;
    height: 15%;
    width: 15%;
    top: -15%;
    left: 42%;
}
.product-top-info h5 {
	font-size: 2rem;
	font-family: 'OpenSansRegular';
	color: #F7F0EC;
	line-height: normal;
	margin-bottom: .5rem;
	height: 30px;
  	overflow: hidden;
}
.product-top-info h6 {
	font-size: 2rem;
	color: #F7F0EC;
	font-family: 'OpenSansRegular';
    height: 50px;
    overflow: hidden;
    display: block;
}
.product-top-info .text-sm-end h6{
	color: rgba(247, 240, 236, 0.50);
}
.product-top-info .text-sm-end h5, .product-top-info .text-sm-end h6{
	height: auto;
}
.product-top-info h5 span {
	font-size: 1.6rem;
}
.each-product:hover .product-top-info h5 span{
	color: #191D23;
}
.product-btm-info {
	background-color: #434549;
	padding: 2rem;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-btm-info td h5 {
	font-size: 2rem;
	font-family: 'OpenSansRegular';
	color: #F7F0EC;
}
.product-btm-info td h6 {
	font-size: 1.6rem;
	color: rgba(247, 240, 236, 0.50);
	font-family: 'OpenSansLight';
	margin-bottom: 1rem;
}
.product-btm-info td {
	vertical-align: top;
	border-right: 1px solid #F7F0EC;
	padding: 0 2rem;
}
.product-btm-info td:last-child {
	border-right: 0;
	padding-right: 0;
}
.product-btm-info td:first-child {
	padding-left: 0;
}
.product-slider .common-arrow {
	top: 22rem;
}
.product-slider .swiper-button-next {
	right: -4rem;
}
.product-slider .swiper-button-prev {
	left: -4rem;
}
.product-btn {
	margin-top: 6.5rem;
}
.each-product:hover .product-top-info {
	background-color: #F7F0EC;
}
.each-product:hover .product-top-info h5 {
	color: #191D23;
}
.each-product:hover .product-top-info h6 {
	color: rgba(25, 29, 35, 1);
}
.each-product:hover .product-btm-info {
	background-color: #fff;
}
.each-product:hover .product-btm-info h6 {
	color: rgba(25, 29, 35, 0.5);
}
.each-product:hover .product-btm-info h5 {
	color: #191D23;
}
.each-product:hover .product-btm-info td {
	border-right: 1px solid #191D23;
}
.each-product:hover .product-btm-info td:last-child {
	border-right: 0;
}
.each-product .akker_btn_cls {
    position: absolute;
    top: 1rem;
    left: 1rem;
    border-radius: 10rem;
    overflow: hidden;
	background-color: #191D23;
	border-color: #191D23;
}
/************accordion-sec************/
.accordion-sec{
	background-color: #14181E;
	padding: 3rem 0 15rem;
}
.accordion-sec .accordion-body ,
.accordion-sec .accordion-item{
	background-color: transparent;
	padding: 0;
}
.accordion-sec .accordion-button {
	padding: 5rem 0;
	background-color: transparent;
}
.accordion-sec .accordion-item:not(:first-child){
	border-top: 2px solid #F7F0EC;
	position: relative;
	z-index: 3;
}
.accordion-sec .accordion-item:last-child .accordion-button{
	padding-bottom: 0;
}
.accordion-sec .accordion-button:focus{
	box-shadow: none;
}
.accordion-sec .accordion-button::after{
	background-image:url(../images/next.svg);
	transform: rotate(-45deg);
	background-size: 2.5rem;
	height: 8rem;
	width: 8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
	border-radius: 100% ;
	border: 1px solid #F7F0EC;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.accordion-sec .accordion-button:not(.collapsed)::after{
	transform: rotate(-45deg);
	background-color: #A68463;
	border-color: #A68463;
}
.accro-img{
	margin-top: -16rem;
	margin-left: 3rem;
	width: 38rem;
    transform: rotate(4deg);
}
.accro-img img{
	position: relative;
	top: 5rem;
	z-index: 0;
}
.accro-content{
	padding-right: 2rem;
}
.accro-content p {
	padding-bottom: 4rem;
}
/************home-mid-sec************/
.home-mid-sec {
	background-color: #F7F0EC;
	padding: 9rem 0 7rem;
}
.home-mid-sec ul {
	display: flex;
	align-items: center;
    justify-content: space-between;
}
.home-mid-sec li {
	color: #14181E;
	font-family: 'OpenSansRegular';
	font-size: 1.6rem;
	line-height: 17.6px;
	position: relative;
	padding-left: 3rem;
}
.home-mid-sec li::after {
    position: absolute;
    content: "";
    background-image: url(../images/star.svg);
    background-position: center;
    background-size: 2rem;
    background-repeat: no-repeat;
    left: 0;
    top: -0.1rem;
    height: 2rem;
    width: 2rem;
}
/************about************/
.about-sec {
	background-color: #F7F0EC;
	padding-top: 7.8rem;
}
.about-img h5 {
	padding-left: 14.5rem;
	margin-bottom: 10rem;
}
.about-info {
	margin-top: -4rem;
}
.about-info h3 {
	margin-left: -4rem;
}
.about-info p {
	margin: 14.3rem 10.4rem 9.5rem;
}
.about-info .akker_btn_cls {
	margin-left: 10.4rem;
}
.about-info .akker_btn_cls:hover {
	border-color: #A68463;
	color: #A68463;
}
/************insta-blog************/
.insta-blog {
	background-color: #191D23;
	padding: 13rem 0;
}
/************footer************/
.footer-area  {
	background-color: #14181E;
	padding: 6.4rem 0;
}
.footer-nav-menu ul {
    display: flex;
    align-items: center;
}
.footer-nav-menu li {
	font-size: 1.6rem;
	font-family: 'OpenSansRegular';
	color: #F7F0EC;
	line-height: 24px;
	text-transform: uppercase;
	margin-right: 4.4rem;
}
.footer-nav-menu li:last-child {
    margin-right: 0;
}
.footer-nav-menu li a:hover {
	color: #A68463;
}
.footer-top hr {
	background-color: rgba(247, 240, 236, 0.10);
	height: 2px;
	margin: 4rem 0;
}
.footer-logo img {
	width: 21.7rem;
}
.footer-top-logo img {
	width: 21.7rem;
}
.each-footer {
	display: flex;
	align-items: center;
}
.each-footer-img {
	border-radius: 10rem;
	border: 1px solid #A68463;
	padding: 2.2rem;
	display: flex;
}
.each-footer-img img {
	width: 1.4rem;
}
.each-footer h6 {
	font-size: 1.6rem;
	color: #F7F0EC;
	margin-left: 2.7rem;
	line-height: 21.07px;
}
.each-footer a {
	margin-right: 2.7rem;
	line-height: 21.07px;
}
.footer-mid-part {
	text-align: center;
	margin-top: 7rem;
}
.footer-mid-part h4 {
	margin-bottom: 2.4rem;
}
.footer-mid-part a {
	color: rgba(247, 240, 236, 0.50);
	font-size: 1.6rem;
	line-height: 20px;
	text-transform: uppercase;
}
.footer-mid-part a:hover {
	color: #A68463;
}
.footer-mid-part .akker_btn_cls {
	margin-top: 5rem;
	color: #F7F0EC;
}
.footer-mid-part .akker_btn_cls:hover {
	color: #F7F0EC;
}
.each-footer-left a, .each-footer-left h6 {
	color: rgba(247, 240, 236, 0.50);
	font-size: 1.6rem;
	line-height: 21.07px;
}
.each-footer-left a:hover {
	color: #A68463;
}
.each-footer-right {
	display: flex;
	align-items: center;
}
.each-footer-right a {
	margin-right: 2.7rem;
}
/****************popup******************/
.modal-area .modal-dialog {
    max-width: 64%;
    margin: 8% auto 0;
}
.modal-area .modal {
	background-color: rgba(20, 24, 30, 0.50);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 0;
    position: relative;
}
.modal-area .popup-content h5 {
	margin-bottom: 3rem;
}
.modal-area .popup-content p {
    margin: 5rem 0 5.7rem;
	max-width: 62rem;
	width: 100%;
}
.modal-area .popup-content {
    padding: 7.6rem 8rem;
    background-color: #191D23;
}
.popup-btn .common-btn {
    padding: 1.2rem 4.3rem;
}
.close-img {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 1;
}
.close-img img {
    width: 4rem;
}
.popup-circle{
	border-radius: 100%;
    border: 1px solid #fff;
    padding: 10rem;
	position: absolute;
	top: 22%;
	right: -6%;
	z-index: 1;
}
.popup-circle img {
	width: 4rem;
}
/****************diensten-list******************/
.inner-banner .banner-content {
	top: 100%;
}
.inner-banner .banner-btm-arrow {
    left: 57%;
    bottom: -7rem;
}
.list-slider {
	background-color: #14181E;
	padding: 15rem 0 20rem;
}
.list-title {
	margin-bottom: 10rem;
}
.list-title h5 {
	text-transform: uppercase;
}
.list-slider-wrap {
	margin: 0 -66rem 0 -18rem;
}
.list-slider .common-arrow {
	top: 88%;
}
.list-slider .swiper-button-next {
	right: 16rem;
}
.list-slider .swiper-button-prev {
	left: 16rem;
}
.list-slider-wrap .swiper{
	overflow: initial;
}
.each-list-info {
	position: absolute;
	left: 2.8rem;
	bottom: 0;
}
.each-list-info h4 {
    margin-top: 2.5rem;
    margin-bottom: -1.5rem;
    font-family: 'OpenSansRegular';
}
.form-sec {
	background-color: #F7F0EC;
	padding: 8rem 0;
	position: relative;
  	z-index: 0;
}
.form-sec h5 {
	margin-bottom: 9.3rem;
}
.form-man h6 {
	font-size: 1.6rem;
	color: #A68463;
	font-family: 'OpenSansRegular';
	line-height: normal;
}
.form-man h5 {
	color: #121212;
	line-height: normal;
	font-family: 'OpenSansRegular';
}
.form-man img {
	margin-bottom: 3.5rem;
	width: 16.4rem;
	border-radius: 100%;
	border: 7px solid #14181E;
}
.form-styl {
	resize: none;
    font-family: 'OpenSansRegular';
	border: 0;
    border-bottom: 1px solid #14181E;
    color: #14181E;
    font-size: 1.6rem;
    padding: 2rem 0 1rem;
	line-height: 20px;
	border-radius: 0;
	background-color: transparent;
	overflow: hidden;
}
.form-group {
	margin-bottom: 2rem;
}
.form-styl:placeholder {
	color: #14181E;
	border-color: #14181E;
}
.form-styl:-ms-input-placeholder {
	color: #14181E;
}
.form-styl::placeholder {
	color: #14181E;
}
.form-styl:focus {
    box-shadow: none;
	border-color: #14181E;
    color: #14181E;
    background-color: transparent;
}
.form-group textarea {
	height: 5.1rem;
}
.form-group textarea::-webkit-scrollbar {
	display: none;
}
.form-sec .akker_btn_cls {
	margin-top: 4rem;
}
.form-sec .akker_btn_cls:hover {
	background-color: #191D23;
}
.form-man {
	padding-right: 7.3rem;
}
/****************contact******************/
.contact-banner {
	padding: 24rem 0;
	background-color: #191D23;
}
.contact-banner .banner-content {
	top: 63%;
}
.contact-banner .banner-content h2 {
	line-height: normal;
}
.address-sec .about-img {
	position: relative;
}
.address-map-area{
	height: 74.6rem;
}
.address-location-image {
	position: absolute;
	top: 44%;
	left: 56.8%;
}
.contact-info h5 {
	color: #14181E;
	line-height: 3.6rem;
	margin-left: 9.7rem;
	margin-top: 9rem;
}
.each-contact-info-image {
	border-radius: 10rem;
	border: 1px solid #A68463;
	padding: 2.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.4rem;
	height: 4.4rem;
	margin-right: 1.6rem;
}
.contact-info .each-contact-detail {
	display: flex;
	align-items: center;
	margin-left: 3.5rem;
	margin-top: 4.2rem;
	color: #14181E;
	font-size: 1.6rem;
}
.contact-info .each-contact-detail a {
	color: #14181E;
	font-size: 1.6rem;
	line-height: 2.6rem;
	transition: all .5s;
	-webkit-transition: all .5s;
	display: block;
}
.contact-info .each-contact-detail a:hover{
	color: #A68463;
}
.contact-right-arrow img{
	border-radius: 100%;
    border: 1px solid #14181E;
    padding: 10rem;
	position: absolute;
	right: 2rem;
	top: 26rem;
}
.contact-product-sec{
	padding-top: 5.8rem;
	padding-bottom: 7rem;
}
.contact-product-sec .product-title{
	margin-top: 0;
}
.contact-text p{
	margin: 0;
	color: #14181E;
}
/****************diensten-dtl******************/
.back-btn {
    position: absolute;
    top: 47rem;
}
.dtl-accordion-sec .accordion-button::after {
    transform: rotate(90deg);
}
.dtl-accordion-sec .accordion-button:not(.collapsed)::after{
	transform: rotate(90deg);
}
.dtl-slider {
	padding-top: 11rem;
}
.list-title h4 {
	margin-bottom: 2.7rem;
}
/****************vacature-list******************/
.vacature-banner .banner-btm-arrow {
    left: 68%;
}
/****************vacature-dtl******************/
.vacature-form-sec .form-group textarea {
	height: 12.2rem;
    padding: 9rem 0 2rem;
}
.Bestand-btn {
	position: relative;
}
.Bestand-btn .trans-btn {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid #14181E;
	color: #14181E;
	margin-right: 0;
	margin-top: 0;
	padding: 1rem 1.6rem 0.8rem;
}
.Bestand-btn .trans-btn:hover {
	background-color: #A68463;
	border-color: #A68463;
	color: #fff;
}
/****************over-ons******************/
.over-ons-banner .banner-content h2 span {
	color: #A68463;
}
.over-ons-banner .each-banner {
	background-color: #191D23;
	padding-bottom: 15rem;
}
.over-ons-banner .banner-content {
    top: 71%;
}
.over-ons-slider {
	background-color: #191D23;
	padding: 6.5rem 0 4.5rem;
}
.over-ons-slider h4 {
	line-height: normal;
	margin-top: 2rem;
	margin-bottom: 6rem;
}
.over-ons-slider h4 span {
	color: #A68463;
}
.over-ons-slider .common-arrow {
	top: 40%;
}
.over-ons-slider .swiper-button-next {
	right: -3%;
}
.over-ons-slider .swiper-button-prev {
	left: -3%;
}
.each-over-ons-slide-info h5 {
	font-size: 2rem;
	color: #F7F0EC;
	line-height: normal;
}
.each-over-ons-slide-info h6 {
	font-size: 1.2rem;
	line-height: 20px;
	color: #A68463;
}
.each-over-ons-slide {
	position: relative;
}
.each-over-ons-slide-info {
	position: absolute;
	bottom: 3rem;
	left: 3rem;
}
/****************bedankt******************/
.bedankt-banner .each-banner {
	background-color: #191D23;
    padding-bottom: 25rem;
}
.bedankt-banner .banner-content {
    top: 74%;
}
.bedankt-banner .akker_btn_cls {
	margin-top: 3rem;
}
/****************aanbod-list******************/
.aanbod-filter-sec {
	background-color: #191D23;
	padding: 5rem 0 0;
}
.aanbod-top-filter {
	padding: 14.6rem 0 7.2rem;
}
.select-style {
    width: 90%;
	color: #A68463;
	font-family: 'OpenSansRegular';
	font-size: 1.6rem;
	appearance: none;
	-webkit-appearance: none;
	background: url(../images/filter-down-arrow.svg) #191D23 no-repeat right top 25% /10px;
	text-align: left;
	border: 0;
	text-transform: uppercase;
	border-bottom: 1px solid #A68463;
	padding-bottom: 1.4rem;
}
.select-style option{
	font-family: arial;
}
.aanbod-top-filter a {
	display: flex;
	margin-top: 2rem;
}
.aanbod-btm-filter h6 {
	font-size: 1.6rem;
	color: #14181E;
	line-height: 20px; 
}
.aanbod-btm-filter {
	background-color: #F7F0EC;
	padding: 8rem 0;
	position: relative;
}
.aanbod-btm-filter::after {
	position: absolute;
    content: "";
    width:100vw;
	margin-left:-50vw;
	left:50%;
    background-color: #F7F0EC;
	height: calc(100% + 13rem);
    top: 0;
}
.aanbod-btm-filter .row {
	position: relative;
	z-index: 1;
}
.aanbod-btm-filter .select-style {
	width: 100%;
	border-bottom: 0;
	background-color: transparent;
	background: url(../images/filter-down-arrow.svg) no-repeat right top 25% /10px;
}
.aanbod-btm-filter-part {
	max-width: 13rem;
	margin-left: auto;
}
.aanbod-list-product-sec {
	background-color: #191D23;
}
.aanbod-list-product-sec .col-xl-4 {
	padding-left: 1.1rem;
	padding-right: 1.1rem;
}
.aanbod-list-product-sec .row {
	margin-left: -1.1rem;
	margin-right: -1.1rem;
}
.aanbod-list-product-sec .each-product {
	margin-bottom: 2rem;
}
.aanbod-upper-box {
	width: 100%;
    height: calc(100% - 2rem);
    padding: 7rem 7.8rem;
    background: #14181E;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.list-top-arrow, .list-btm-arrow {
	position: absolute;
    right: 16rem;
    bottom: 19rem;
}
.aanbod-upper-box-txt h2{
	color: #fff;
	font-size: 3.6rem;
	letter-spacing: 0.36px;
	margin-bottom: 4rem;
}
.aanbod-upper-box-txt p, .aanbod-lower-box-txt p {
	margin: 8.4rem 0;
	color: #fff;
	max-width: 54rem;
	width: 100%;
}
.aanbod-upper-box .akker_btn_cls{
	margin-top: 2rem;
}
.aanbod-lower-box {
	width: 100%;
    height: calc(100% - 2rem);
    padding: 7rem 7.8rem;
    background: #A68463;
	/*display: flex;*/
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.aanbod-lower-box-txt h2{
	color: #fff;
	font-size: 3.6rem;
	letter-spacing: 0.36px;
	margin-bottom: 4rem;
}
.aanbod-lower-box .akker_btn_cls{
	margin-top: 2rem;
}
.aanbod-lower-box .trans-btn:hover {
	border-color: #14181E;
	color: #14181E;
}
.list-top-arrow {
	border-radius: 100%;
    border: 1px solid #A68463;
    overflow: hidden;
    height: 17.8rem;
    width: 17.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-btm-arrow {
	border-radius: 100%;
    border: 1px solid #191D23;
    overflow: hidden;
    height: 17.8rem;
    width: 17.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
/****************aanbod-dtl******************/
.inner-dtl-header {
	background-color: #14181E;
}
.dtl-top {
	position: relative;
	top: 13rem;
	background-color: #A68463;
	padding: 4.5rem;
	position: absolute;
    max-width: 36rem;
}
.dtl-top-img {
	border-radius: 10rem;
    border: 1px solid #F7F0EC;
    height: 7.5rem;
	width: 7.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.aanbod-dtl-banner {
	padding-top: 13rem;
	background-color: #14181E;
}
.aanbod-dtl-banner .col-lg-7 {
	background-color: #F7F0EC;
}
.aanbod-dtl-banner-part .col-lg-7 {
	margin-bottom: -6rem;
}
.aanbod-dtl-left {
	background-color: #F7F0EC;
	padding: 5rem 12rem 5rem;
	position: relative;
    z-index: 1;
}
.aanbod-dtl-left-top, .aanbod-dtl-left-btm {
	margin-bottom: 9rem;
}
.aanbod-dtl-left-top h4, .aanbod-dtl-left-btm h4 {
	color: #121212;
	margin-bottom: 1rem;
	font-family: 'OpenSansRegular';
}
.aanbod-dtl-left-top h5 {
	color: #121212;
}
.aanbod-dtl-left-top h5, .aanbod-dtl-left-btm h5 {
	font-family: 'OpenSansRegular';
}
.aanbod-dtl-mid tr {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	row-gap: 3rem;
	justify-content: space-between;
}
.aanbod-dtl-mid td {
	vertical-align: top;
	/* padding: 3rem 11rem 3rem 0; */
	width: 47%;
}
.aanbod-dtl-mid td h6 {
	text-transform: uppercase;
	font-family: 'OpenSansRegular';
	font-size: 1.6rem;
	color: #A68463;
	margin-bottom: 1rem;
}
.aanbod-dtl-mid td h5 {
	color: #121212;
	font-family: 'OpenSansRegular';
}
.aanbod-dtl-man-part {
	display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 0 0 -31rem;
}
.aanbod-dtl-man-part img {
	width: 16.4rem;
	border-radius: 100%;
}
.aanbod-dtl-man-info h6 {
	color: #A68463;
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
.aanbod-dtl-man-info h5 {
	font-family: 'OpenSansRegular';
	color: #121212;
}
.aanbod-dtl-down-arrow {
	border-radius: 10rem;
    border: 1px solid #A68463;
    height: 7.5rem;
	width: 7.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.aanbod-dtl-down-arrow img {
	width: 1.4rem;
}
.aanbod-dtl-btm {
	background-color: #A68463;
	position: relative;
	top: -8rem;
}
/* .aanbod-dtl-btm .row {
	padding: 5rem 0;
} */
.aanbod-dtl-right-arrow {
	border-radius: 10rem;
    border: 1px solid #F7F0EC;
    height: 7.5rem;
	width: 7.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.aanbod-dtl-right-arrow img {
	width: 3rem;
}
.aanbod-dtl-btm-left {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5rem 0;
}
.aanbod-dtl-btm ul {
	display: flex;
	height: 100%;
}
.aanbod-dtl-btm li {
	height: 100%;
   	width: 33.33%;
}
.aanbod-dtl-btm li a {
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.aanbod-dtl-btm li:nth-child(odd) {
	background-color: #2F3237;
}
.aanbod-dtl-btm li:nth-child(even) {
	background-color: #434549;
}
.aanbod-dtl-btm .col-lg-7 {
	background-color: transparent;
}
.aanbod-dtl-btm-part {
	height: 100%;
	position: relative;
    z-index: 2;
}
.aanbod-dtl-btm-left a {
	margin-right: 11rem;
	font-size: 2.4rem;
}
.aanbod-dtl-btm-left a:hover {
	color: #14181E;
}
.aanbod-dtl-accordian-sec .accordion-body {
	padding-bottom: 4rem;
}
.aanbod-dtl-accordian-sec .accro-content p {
	max-width: 62rem;
	width: 100%;
}
.aanbod-dtl-accordian-sec .accordion-button::after {
    transform: rotate(90deg);
}
.aanbod-dtl-accordian-sec .accordion-button:not(.collapsed)::after {
    transform: rotate(-90deg);
}
.kenmerken-tab ul li {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	font-family: 'OpenSansLight';
	margin-bottom: 1rem;
}
.kenmerken-tab ul li:nth-child(odd) {
	background-image: url(../images/bullet.svg);
	background-repeat: no-repeat;
	background-position: left top .9rem;
	padding-left: 1.3rem;
	background-size: 0.7rem;
    font-family: 'OpenSansRegular';
}
.aanbod-dtl-accordian-sec .tab_heading h5 {
	color: #F7F0EC;
}
.bullet-panel .tab_heading {
	padding-bottom: 2rem;
}
.bullet-panel h5 {
    border-bottom: 1px solid #F7F0EC;
    padding-bottom: 2rem;
	text-transform: none;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.bullet-panel ul li {
    padding-left: 1.4rem;
    position: relative;
	font-family: 'OpenSansRegular';
	color: #fff;
	line-height: 30.8px;
	letter-spacing: 0.32px;
}
.bullet-panel li:after {
    background-size: 0.6rem;
    position: absolute;
    top: 1.3rem;
    left: 0;
    content: '';
    width: 1rem;
    height: 1rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
/* .aanbod-dtl-mid td h6 {
    text-transform: uppercase;
    font-family: 'lama_sansmedium';
    font-size: 1.6rem;
    color: #A68463;
    margin-bottom: 1rem; */

.aanbod-dtl-left-btm h6 {
	text-transform: uppercase;
    font-size: 1.6rem;
    color: #A68463;
    margin-bottom: 1rem;
	margin-top: 3rem;
}
.aanbod-dtl-left-btm h5 span{ 
	color: #121212;
}
.aanbod-dtl-left-btm h4 span{
	font-size: 1.6rem;
}
/*******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: 4px 0 6px 44px;
  color: #000;
  background-size: 152px;
}
.star_icon h5{
    padding-bottom: 2rem;
    margin-bottom: 15px;
    color: #F7F0EC;
    border-bottom: 1px solid #F7F0EC;
    display: inline-block;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    color: #fff;
    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 p{
	color: #000;
}
.dtl-accordion-sec .service_top_arrow .accordion-button::after {
	display: none;
}
.error_top{
	background: #000;
}
.error_top, .privacy_section{
  	padding-top: 13rem;
  	padding-bottom: 4rem;
}
.aanbod-dtl-man-slider {
	margin-left: -20rem;
} 
.form1{
	display:none;
}
.form-2 .form-styl {
    border-color: #fff;
    color: #fff;
}
.form-2 .form-styl:placeholder {
	color: #fff;
	border-color: #fff;
}
.form-2 .form-styl:-ms-input-placeholder {
	color: #fff;
}
.form-2 .form-styl::placeholder {
	color: #fff;
}
.form-2 .form-styl:focus {
	border-color: #fff;
    color: #fff;
}
.fixed-whatsapp-icon {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 10px;
	bottom: 0px;
	z-index: 999;
}
.fixed-whatsapp-icon img {
	width: 50px;
}
#customtxt {
	color: #fff;
}
.popup .popuptext {
	display: none;
	width: 200px;
	background-color: #25D366;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding: 8px 0;
	position: absolute;
	z-index: 1;
	bottom: 3px;
	right: 5vw;
	font-size: small;
}
.notifcation {
	position: relative;
}
.alert-number {
	display: none;
	position: absolute;
	bottom: 43px;
	right: 4px;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	background-color: red;
	color: white;
	text-align: center;
	font-size: small;
	animation: shake 0.5s;
	animation-iteration-count: 1;
}
.aanbod-dtl-banner-part .col-xl-8{
	width: 48%;
}
.aanbod-dtl-banner-part .col-xl-4{
	width: 52%;
}
.aanbod-dtl-banner-part{
	padding-bottom: 12rem;
	background-color: #F7F0EC;
}
.aanbod-dtl-man-slider{
	margin-top: 6rem;
}
@media screen and (max-width: 600px) {
	.popuptext {
		right: 60px !important;
	}
}
@media (max-width : 767.98px){
	.fixed-whatsapp-icon{
		display: none;
	}
}
.finance_btn{
	cursor: pointer;
}
/************insta-blog************/
.insta-blog {
	background-color: #191D23;
	padding: 13rem 0;
}
.insta-blog-info {
	position: absolute;
	top: 50%;
	transform: translateY( -50%);
	width: 100%;
}
.insta-blog-info h5 {
	margin-bottom: 2.5rem;
}
.insta-blog-info h4 span {
	color: #fff;
}
.insta-blog-btn{
	position: absolute;
	bottom: -2.5rem;
	width: 100%;
}
.header-bovag-logo img{
	width: 110px;
	margin-top: 30px;
}
.bovag-logo img{
	width: 110px;
}
.each-contact-info-img{
	display: flex;
	margin-right: 6rem;
}
.bovag-logo-footer img{
	width: 110px;
	margin-left: 13rem;
}
header .bovag-img{
	width: 100px;
}
.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
}
.widget-btn{
	border-radius: 10px;
  	background: #A68463;
	box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  	padding: 1.3rem 2.5rem;
  	font-size: 1.7rem;
  	font-family: 'lama_sanssemibold';
  	cursor: pointer;
  	color: #fff;
}	
.widget-btn span:after, .widget-mobile span:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: -.5rem;
	content: '';
	width: 1rem;
	height: 1rem;
	background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content{
	background: #1c1c1c;
	padding: 4.5rem;
  	-webkit-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
  	border-radius: 20px;
  	width: 51rem;
  	display: none;
}
.arw-rotate{
	margin-top: -2.5rem;
  	margin-bottom: 1rem;
  	transform: rotate(-90deg);
	cursor:pointer;
}
.widget-content h4, .widget-content h5{
	text-transform: unset;
	color: #fff;
	letter-spacing: normal;
}
.widget-content h4{
	font-family: 'lama_sanssemibold';
  	font-size: 2.4rem;
}
.widget-content h5{
	font-family: 'lama_sansregular';
	font-size: 1.7rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #A68463;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #A68463;
  	background: #A68463;
	padding: 1.2rem 2rem;
	font-size: 1.7rem;
  	font-family: 'lama_sanssemibold';
	margin-right: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover{
	background: #fff !important;
	border-color: #fff !important;
	color: #A68463 !important;
}