@import"https://fonts.googleapis.com/css2?family=Montserrat";
/*==============common-class=============*/
.common-heading h1{
	font-size: 76px;
	letter-spacing: 8px;
}
.common-heading h3 {
    font-size: 41px;
    color: #fff;
    letter-spacing: 5px;
    line-height: 58px;
}
.common-heading h4 {
    font-family: 'ObjectivityBold';
    font-size: 22px;
    color: #111821;
    letter-spacing: 1.5px;
}
.common-heading h5 {
    font-size: 16px;
    color: #111821;
    font-family: 'ObjectivityLight';
    letter-spacing: 1.2px;
}
.common-heading h6 {
    font-size: 15px;
    color: #fff;
    font-family: 'ObjectivityBold';
    letter-spacing: 1.5px;
}
.new-common-wrap{
	padding-left: 7%;
	padding-right: 7%;
}
.new-cmn-btn{
	max-width: 207px;
    height: 56px;
    line-height: 54px;
    border-radius: 0;
    background: #08f2a1;
    border-color: #08f2a1;
    color: #121212 !important;
    font-family: 'ObjectivityLight';
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.new-cmn-btn:hover{
	background: transparent;
    border-color: #08f2a1;
}
/*==============x=============*/
/*************side area**********/
.mini-right-nav li{
  margin: 0px 0 2px;
  padding: 0;
  width: 60px;
  display: block;
  position: relative;
}
.mini-right-nav li .navtext{
  position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #fff;
}
.mini-right-nav li.whtasapp-nav .navtext{
  background-color: #58c04d;
}
.mini-right-nav span {
  /*font-family: 'ObjectivityThin';*/
  font-family: 'ObjectivityLight';
  font-size:16px;
  bottom: 0;
  letter-spacing: 0.5px;
  right: 60px;
  line-height: 60px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 0;
  -webkit-transition: 0.50s;
  -moz-transition: 0.50s;
  transition: 0.50s;  
}
.mini-right-nav span:after{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 60px);
    content: '';
    background-color:#fff;
    height: 60px;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    transition: 0.50s;
    z-index: -1; 
}
.mini-right-nav li.whtasapp-nav span{
  background-color: #58c04d;
}
.mini-right-nav .navtext:hover span{ 
    width:auto; 
    padding:0 25px 0 35px;
    overflow:visible; 
}
.mini-right-nav .navtext span{
    color:#111821;
}
.mini-right-nav li.whtasapp-nav .navtext span{
    color: #fff;
}
.mini-right-nav img{
    width: 20px;
    position: relative;
    z-index: 1;
}
.mini-right-nav{
    position: fixed;
    top: 39%;
    z-index: 999;
    right: 0px;
}
.navtext-wrap{
   position: relative;
   top: 50%;
   transform: translateY(-50%);
   line-height: 22px;
   text-align: right;
}
.mini-right-nav .common-nav span{
    line-height: normal;
    height: 60px;
} 
/************header*******/
#page{
	overflow: hidden;
	position: relative;
}
.new-header-area{
	background: #09F2A0;
	padding: 30px 15px;
    position: fixed;
    top: 0;
    width: 100%;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    transform: translateY(0%);
    z-index: 99;
}
/*
.new-header-area.stiky{
    transform: translateY(-100%);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
*/
.new-header-area .logo{
    width: 250px;
}
.new-header-area li{
	display: inline-block;
	padding:0 25px;
}
.new-header-area .col-lg-4:last-child ul{
	margin-left: -30px;
}
.new-header-area .text-right ul{
	margin-right: -30px;
}
.new-header-area li a{
	color: #fff;
	font-size: 15px;
    letter-spacing: normal;
	padding: 0 5px 0 0;
}
.new-header-area li a:hover{
	color: #e9f3f0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.new-header-area .home-locations{
	left: -100%;
	right: auto;
}
.new-header-area .home-locations.active {
    left: 0;
}
.new-header-area .location-wrap{
	margin-left: 0;
}
.new-header-area .new-cmn-btn{
    background: #fff;
    border-color: #fff;
    color: #121212 !important;
    min-width: 190px;
    letter-spacing: normal;
    margin-right: 8px;
}
.new-header-area .new-cmn-btn:hover{
    background: transparent;
    border-color: #fff;
    color: #fff !important;
}
.new-header-area .new-cmn-btn:last-child{
    margin-right: 0;
}
.menu-icon{
	/*position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);*/
    color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	cursor: pointer;
}
.menu-bar:after, .menu-bar:before, .menu-bar div {
    background: #fff;
    content: '';
    display: block;
    height: 2px;
    margin: 6px 0;
    transition: all .2s ease-in-out;
}
.menu-icon.icon-active .menu-bar div {
    width: 20px;
}
.menu-bar{
	display: inline-block;
    width: 30px;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -2px;
}
.menu-items {
    position: absolute;
    top: 100%;
    width: 100%;
    max-width: 260px;
    background: #121212;
    right: -100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-items.active {
    right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-items ul {
    padding: 20px 0;
}
.menu-items li.active a, .menu-items li a:hover {
    background: #f8f8f8;
    color: #192024;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 1;
}
.new-header-area .menu-items li{
	padding: 0;
	width: 100%;
}
.new-header-area .text-center .mw-100{
	width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.menu-items li a {
    display: block;
    padding: 14px 30px;
}
/*****************banner**************/
.home-banner{
	background: #f8f8f8;
}
.home-banner h1, .home-banner p{
    color: #121212;
}
.home-banner p{
	font-size: 20px;
	margin: 40px 25% 0;
    line-height: 28px;
}
.home-banner-content{
	max-width: 900px;
	width: 100%;
	margin: auto;
	padding: 220px 0 150px;
}
.home-banner-wrap{
	position: relative;
}
.home-banner-wrap:after{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 45%;
	content: '';
	background:#fff;
	left: 0;
}
/*.home-banner-wrap .owl-item > div {
  cursor: pointer;
  margin: 12% 9%;
  transition: margin 0.4s ease;
}
.home-banner-wrap .owl-item.center > div {
  cursor: auto;
  margin: 0;
}
.owl-dots{
	display: none;
}*/
.home-banner-slider .each-banner-slide{
    transition: 0.4s ease;
}
.home-banner-slider .swiper-slide .each-banner-slide{
    margin-left: 20px;
}
.home-banner-slider .swiper-slide-next .each-banner-slide{
    margin-right: 20px;
    margin-left: 0;
}
.home-banner-slider .swiper-slide-duplicate-prev .each-banner-slide, 
.home-banner-slider.swiper-slide-duplicate-next .each-banner-slide,
.home-banner-slider .swiper-slide-prev .each-banner-slide, 
.home-banner-slider .swiper-slide-active .each-banner-slide{
    margin: 40px;
}
/*************product-sec****************/
.new-product-sec {
    padding: 120px 0 40px;
}
.new-product-sec h2 {
    margin-bottom: 60px;
}
.new-product-heading .new-cmn-btn {
    margin: 0 4px;
    max-width: 340px;
}
.new-product-heading {
    margin-bottom: 90px;
}
.new-product-heading .border-btn{
    background: transparent;
}
.new-product-heading .border-btn:hover{
    background: #08f2a1;
}
.each-thumb-img{
    position: relative;
    cursor: pointer;
}
.each-thumb-img:after{
    position: absolute;
    top: 0;
    transform: translateY(0%);
    left: 0;
    width: 100%;
    content: '';
    background: #000;
    opacity: 0;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-thumb-img:hover:after{
    opacity: 0.6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.hover-text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    left: 0;
    width: 100%;
    text-align: center;
    display: none;
}
.hover-text h4{
    color: #fff;
    letter-spacing: 0.2px;
    font-family: 'ObjectivityThin';
}
.each-thumb-img:hover .hover-text{
    display: block;
}
.new-gallery-thumbs {
    margin-top: 10px;
}
.new-product-sec .each-product-slide{
    background:#f8f8f8;
}
.new-product-sec .product-content {
    padding: 12px 10px;
}
.new-product-sec .product-content h4 {
    text-transform: uppercase;
    margin-bottom: 15px;
}
.new-product-sec .product-content hr {
    border-top: 1px solid #e6eaef;
    margin: 40px 0;
}
.new-product-sec .product-content td h4, .new-product-sec .product-content td p{
    opacity: 0.7;
    font-family: 'ObjectivityLight';
    color: #111821;
}
.new-product-sec .product-content td h4{
    letter-spacing: 2px;
}
.aanbod-list2.new-product-sec .product-content h4{
    margin-bottom: 0;
}
.aanbod-list2.new-product-sec .product-top-detail td{
    padding-bottom: 10px;
}
.aanbod-list2.new-product-sec .product-content hr{
    margin: 20px 0;
}
.product-top-detail table{
    width: 100%;
    margin-bottom: 35px;
}
.product-top-detail td{
    width: 33.33%;
    vertical-align: top;
}
.product-top-detail td:last-child{
    padding-left: 5%;
}
.product-top-detail{
    padding: 0 10%;
    margin-bottom: 91px;
}
.new-product-sec .common-arrow{
	border-radius: 0;
}
.new-product-sec .common-arrow img {
    width: 10px;
}
.new-product-sec .swiper-button-prev{
	left: 0;
}
.new-product-sec .swiper-button-next{
	right: 0;
}
.npricr { text-transform:lowercase  !important;font-size: 13px !important; }
.home-car-slider .common-arrow{
    width: auto;
    height: auto;
    border: 0;
    background: transparent;
}
.home-car-slider .common-arrow img {
    width: 20px;
}
.home-car-slider .swiper-button-next{
    right: -5%;
}
.home-car-slider .swiper-button-prev{
    left: -5%;
}
/**************gallery sec***************/
.service-gallery-sec {
    position: relative;
}
.service-gallery-sec:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    background: #f8f8f8;
    height: 25%;
}
.service-gallery-sec h2{
    line-height: inherit;
}
.service-gallery-wrap {
    padding: 80px 40px 0;
}
.gal-block{
    margin-top: 150px;
}
.gal-block h4{
    color: #fff;
    font-size: 23px;
    letter-spacing: 2px;
}
.gal-block .meer-info{
    font-size: 15px;
    color: #fff;
    font-family: 'ObjectivityLight';
    letter-spacing: 1.6px;
    line-height: 24px;
}
.service-gallery-sec .col-lg-3 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}
.service-gallery-sec .col-lg-6 {
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
}
.gal-img{
    position: relative;
    overflow: hidden;
   /* height: 100%;*/
    object-fit: cover;
    /*margin-bottom: 30px;*/
    padding-bottom: 30px;
}
.gal-content{
    padding-top: 50px;
}
.gal-content p{
    margin-top: 30px;
}
.gal-heading {
    position: absolute;
    z-index: 1;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    bottom: 50px;
    padding: 0 30px;
}
.gal-detail {
    position: absolute;
    bottom: 100%;
    background: rgba(18,18,18,0.4);
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    z-index: 2;
}
.service-gallery-sec .gal-text-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    text-align: center;
}
.gal-img:hover .gal-heading {
    bottom: -100%;
}
.gal-img:hover .gal-detail {
    height: 100%;
    bottom: 0;
}
.gal-content-box {
    background: #08f2a1;
    padding: 150px 6% 130px;
    margin-bottom: 30px;
}
.gal-content-box h3, .gal-content-box p{
    color: #000;
}
.gal-content-box img{
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
}
.gal-content-box p {
    margin: 50px 0 70px;
}
.gal-content-box .new-cmn-btn {
    background: transparent;
    color: #000 !important;
    border-color: #000;
    margin: 60px auto 0;
    display: table;
}
.gal-content-box .new-cmn-btn:hover {
    background: #000;
    border-color: #000;
    color: #fff !important;
}
/************home-pg-map-sec**************/
.home-pg-map-sec {
    padding: 100px 0 30px;
    background: #f8f8f8;
}
.map-block-content{
    max-width: 620px;
    width: 100%;
    margin-bottom: 30px;
}
.map-block-content p{
    margin: 40px 0;
    color: #121212;
}
.map-block-content .new-cmn-btn{
    position: relative;
    z-index: 2;
    max-width: 250px;
}
.map-right-block {
    padding-left: 50px;
}
.home-pg-map {
    position: relative;
    z-index: 1;
    top: -20px;
    left:0;
    width: 120%;
}
.home-pg-map img{
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
}
/****************footer*****************/
.new-footer-area {
    background: #121212;
    padding: 80px 30px;
}
.new-footer-area h3 {
    margin-bottom: 70px;
}
.btn-top-border {
    border-top: 2px solid #fff;
}
.new-footer-btn-wrapper {
    background: #121212;
    padding: 0 20px;
    max-width: 750px;
    margin: -30px auto 60px;
}
.new-footer-btn-wrapper .new-cmn-btn{
    max-width: 100%;
}
.new-footer-btn-wrapper .new-cmn-btn:hover{
    color: #fff !important;
}
.new-footer-social {
    margin: 50px 0 60px;
}
.new-footer-social span{
    display: inline-block;
    margin: 0 15px;
    vertical-align: top;
}
.new-footer-social a{
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    margin: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.new-footer-social h6{
    font-size: 10px;
    margin-top: 5px;
}
.new-footer-social img {
    width: 23px;
}
.new-footer-social a:hover {
    background: #343434;
    border-color: #343434;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.new-footer-bottom {
    text-align: center;
    margin:auto;
    max-width: 710px;
    width: 100%;
}
.each-new-footer-contact h6 {
    margin-bottom: 20px;
}
.each-new-footer-contact p, .each-new-footer-contact p a{
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-new-footer-contact p a:hover {
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: .6;
}
/*==========dropdown===========*/
.dropdown:hover>.dropdown-menu {
    display: block;
}
.dropdown-menu {
    padding: 0px;
    border-radius: 0px;
    min-width: 170px;
    margin: 0px;
    background-color:transparent;
    border: 0px;
    padding: 10px 0 0;
}
.dropdown-menu a {
    font-family: 'ObjectivityLight';
    font-size: 15px;
    padding: 2px 20px;
    line-height: 30px;
}
.dropdown-menu .dropdown-item {
    color: #fff;
    padding-right: 20px;
    padding-left: 20px;
}
.dropdown-menu-item{
    padding: 10px 0;
    background: #121212;
}
.dropdown{
    position: relative;
}
.dropdown:after{
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    content: '';
    background-image: url(../images/next.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: brightness(0) invert(1);
    transform: translateY(-50%) rotate(90deg);
    opacity: 0;
}
.dropdown:hover:after{
    opacity: 1;
}
.new-header-area .dropdown-item:hover {
    background-color: #fff;
    color: #1c1c1c;
}
/*****************lease pg****************/
.lease-pg-product .new-product-sec .product-top-detail{
    margin-bottom: 0;
}
.lease-pg-product .new-product-sec .product-content hr{
    margin: 18px 0;
}
.lease-pg-product .new-product-sec .common-heading p{
    line-height: 20px;
}
@media(max-width: 1599.98px){
    .lease-pg-product .new-product-sec .product-content h4{
        margin-bottom: 8px;
    }
    .gal-content {
        padding-top: 30px;
    }
    .gal-content p {
        margin-top: 15px;
    }
    .aanbod-list2.new-product-sec .product-content h4{
        font-size: 17px;
    }
    .aanbod-list2.new-product-sec .product-content hr {
        margin: 10px 0;
    }
}
@media(max-width: 1399.98px){
    .lease-pg-product .new-product-sec .product-content h4 {
        font-size: 20px;
    }
    .lease-pg-product .new-product-sec .product-content p {
        font-size: 14px;
        line-height: 16px;
    }
}
@media(max-width: 1199.98px){
    .lease-pg-product .new-product-sec .product-content hr {
        margin: 12px 0;
    }
    .lease-pg-product .new-product-sec .product-content h4 {
        font-size: 18px;
    }
    .lease-pg-product .new-product-sec .product-content h4 {
        margin-bottom: 0px;
    }
}

.geldlenenkostgeld-block{
    padding-left: calc(3% + 30px);
    padding-right: calc(3% + 30px);
}
.geldlenenkostgeld-block p{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1.8;
}

@media(max-width:1499.98px){
    .home-car-slider .swiper-button-next{
        right: -2.5%;
    }
    .home-car-slider .swiper-button-prev{
        left: -2.5%;
    }
}
@media(max-width:1199.98px){
    .home-car-slider .common-arrow{
        top: -20px;
    }
    .home-car-slider .swiper-button-next{
        right: 10px;
    }
    .home-car-slider .swiper-button-prev{
        left: auto;
        right: 40px;
    }
}
@media(max-width:991px){
    .gal-content {
        padding-top: 0;
    }
}
@media(max-width:767px){
    .monthly-amount, .monthly-amount span{
        font-size: 14px !important;
    }
}