@import "fonts.css";
@import "common-class.css";
body {
	padding: 0 2rem;
	margin: 0px;
    font-size: 1.6rem;
    font-family: 'moderatregular';
    color: #121212;
	background-color: #121212;
}
html {
    font-size: 62.5%;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.body-wrap {
	overflow: hidden;
	border-radius: 4rem;
	background-color: #ECEBE9;
}
/*************side area**********/
.mini-right-nav li{
    margin: 0 0 15px;
    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: rgba(18, 18, 18, 0.2);
	border-radius: 100%;
	border: 1px solid #fff;
}
.mini-right-nav span {
    font-family: 'moderatextended_regular';
    font-size:0px;
    bottom: 0;
    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;
	z-index:-1;
}
.mini-right-nav span:after{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 60px);
	border-radius: 7rem;
	border: 1px solid #fff;
	content: '';
	background-color: #121212;
	height: 60px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
}
.mini-right-nav .navtext:hover span{ 
	width: auto;
	overflow: visible;
	opacity: 1;
	padding: 0 30px 0 60px;
	border-radius: 0;
	font-size: 16px;
}
.mini-right-nav .navtext:hover {
	text-decoration:none;
}
.mini-right-nav .navtext span, .mini-right-nav .navtext span a{
	color:#fff;
}
.mini-right-nav img{
	width: 20px;
	position: relative;
	z-index: 1;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.mini-right-nav{
	position: fixed;
	top: 39%;
	z-index: 9;
	right: 3%;
}
/****header-area*****/
.header-area {
    position: relative;
    height: auto;
    padding: 2.5rem 0;
    z-index: 99;
}
.header-area .navbar-brand{
	margin: 0;
}
.header-area .navbar-brand img {
    width: 15.5rem;
}
.header-area .navbar-expand-lg {
	padding: 0;
}
.header-area .navbar-expand-lg .navbar-nav {
	margin-top: 0;
	align-items: center;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link, 
.header-area .nav-link,
.menu-items a{
	font-family: 'moderatextended_regular';
	font-size: 2rem;
	letter-spacing: .05rem;
	text-transform: none;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link:hover, 
.header-area .nav-link:hover,
.menu-items a:hover {
	color: #ECEBE9;
}
.header-area .nav-link::before {
	background-color: #ECEBE9;
}
.header-area .nav-item{
	margin: 0 2rem;
}
.menu-icon{
    margin-left: 0;
    margin-top: -4px;
	width: 2.5rem;
	height: 5.5rem;
	width: 5.5rem;
	border: 1px solid #fff;
	border-radius: 100%;
	display: inline-flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.menu-icon:after, .menu-icon:before, .menu-icon div {
	margin: 0.2rem;
	width: 2rem;
}
.menu-icon.active:after {
	transform: translateY(-8px) rotate(-135deg);
}
.menu-items ul{
    text-align: left;
}
.header-area .nav_menu_right_part{
    position: relative;
    right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.header_inner{
    padding: 0;
}
.nav_menu_right_part.active a.menu-word{
    opacity: 0;
}
.menu-navigation {
    padding: 15rem 3rem 3rem;
}
.menu-items.active{
	width: 30rem;
}
.menu-items a:hover{
	color: #ECEBE9;
}
.menu-items {
	background-color: #121212;
}
/****banner-sec***/
.banner-sec {
	position: relative;
}
.each-slide {
	overflow: hidden;
	border-radius: 4rem 4rem 0 0;
}
.banner-content {
	position: absolute;
	width: 100%;
	z-index: 1;
	bottom: 6rem;
}
.banner-content h1 {
	margin-bottom: 6.5rem;
}
.banner-content li h6 {
	margin-bottom: 2.4rem;
	font-family: 'moderatextended_regular';
	color: #fff;
	font-size: 2rem;
}
.banner-content li {
	display: inline-block;
	margin-right: 7.5rem;
}
.banner-content li:last-child {
	padding-right: 0;
}
.banner-content .txt-btn {
	color: #fff;
	font-size: 2rem;
	white-space : nowrap;
}
.banner-content .txt-btn::after {
	border-color: #fff;
	background-image: url(../images/next-white.svg);
	background-size: 9px;
}
/****project-sec*****/
.project-sec {
	padding-bottom: 11%;
}
.common-heading {
	margin-bottom: 6%;
}
.common-heading h3 {
	max-width: 110rem;
	width: 100%;
}
.each-project-gal {
	overflow: hidden;
	padding: 1.4rem;
	height: 100%;
}
.each-project-gal img {
	border-radius: 4rem;
	height: 100%;
	object-fit: cover;
}
.each-project-gal-text {
	border-radius: 4rem;
	border: 1px solid #A5A4A2;
	height: calc(100% - 3rem);
}
.each-project-gal-text {
	margin: 1.4rem;
	padding: 4rem;
}
/***accessory-sec*****/
.accessory-slider {
	position: relative;
}
.accessory-slider .swiper-button-disabled{
	display: none;
}
.accessory-text h5 {
	margin: 3rem 0;
	font-family: 'moderatextended_medium';
}
.accessory-img {
	border-radius: 4rem;
	overflow: hidden;
}
.accessory-img img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-accessory:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.drag-btn {
	height: 8.5rem;
	width: 8.5rem;
	color: #fff;
	background-color: #121212;
	border-radius: 100%;
	position: absolute;
	top: 33%;
	transform: translateY(-50%);
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	left: -3%;
	font-family: 'moderatextended_bold';
	font-size: 1.2rem;
}
.drag-btn::after {
	content: '';
	height: 12rem;
	width: 12rem;
	background-color: rgba(18, 18, 18, 0.23);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100%;
}
/**about-sec****/
.about-sec {
	padding: 12% 0 10%;
}
.about-content {
	max-width: 56.5rem;
	width: 100%;
	margin-left: auto;
	margin-top: 4.5rem;
}
.about-content p {
	margin-bottom: 3rem;
}
.each-about-img {
	padding: 0 1.5rem;
	overflow: hidden;
	height: 100%;
}
.each-about-img img {
	border-radius: 4rem;
	height: 100%;
	object-fit: cover;
}
/***footer***/
.footer-area {
	padding: 8rem 0 4rem;
}
.footer-logo img {
	width: 33.5rem;
}	
.form-styl {
    resize: none;
    background-color: #121212;
    color: #fff;
    border-radius: 0;
    font-family: 'moderatmedium';
    border: 1px solid #fff;
    font-size: 1.8rem;
    padding: 1.1rem 14rem 1.1rem 3.5rem;
	border-radius: 10rem;
}
.form-styl:placeholder {
	color: #fff;
}
.form-styl:-ms-input-placeholder {
	color: #fff;
}
.form-styl::placeholder {
	color: #fff;
}
.form-styl:focus {
    box-shadow: none;
    color: #fff;
    background-color: #121212;
    border: 1px solid #fff;
}
.footer-mail form {
	max-width: 49rem;
	width: 100%;
}
.footer-mail .form-group {
	position: relative;
}
.footer-mail .form-group .akker_btn_cls {
	position: absolute;
	right: 0.1rem;
	top: 0.1rem;
	background-color: #fff;
	color: #121212;
	max-width: 11.8rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.footer-mail .form-group .akker_btn_cls:hover,
.footer-mail .form-group .akker_btn_cls:active,
.footer-mail .form-group .akker_btn_cls:focus  {
	background-color: #121212;
	border-color: #fff;
	color: #fff;
}
.footer-mail {
	margin: 6rem 0 23%;
}
.footer-mail h6 {
	margin-bottom: 4rem;
}
.footer-nav li {
	margin-right: 3.5rem;
	display: inline-block;
	width: 21%;
}
.footer-nav li:last-child {
	margin: 0;
}
.footer-nav .akker_btn_cls {
	border-color: #fff;
	color: #fff;
	max-width: 100%;
}
.footer-nav .akker_btn_cls:hover,
.footer-nav .akker_btn_cls:active,
.footer-nav .akker_btn_cls:focus {
	background-color: #fff;
	color: #121212;
}
.footer-credit li {
	display: inline-block;
	margin-left: 6rem;
}
.footer-credit li:first-child {
	margin-left: 0;
}
.footer-credit li h6 {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-credit li h6:hover,
.footer-credit li a:hover {
	color: #fff;
}
/***configure-box-area****/
.configure-box-area {
	padding: 7% 0 12%;
}
.configure-step {
	margin-bottom: 9rem;
}
.configure-step h5 {
	margin-bottom: 3rem;
}
.configure-step h6 {
	font-family: 'moderatextended_bold';
	font-size: 2.4rem;
	line-height: 0;
}
.configure-step ul{
	font-size: 0;
	white-space: nowrap;
}
.configure-step li {
    width: 20%;
    display: inline-block;
    text-align: center;
}
.configure-step li span {
    height: 5.8rem;
    width: 5.8rem;
    background-color: #ECEBE9;
    border: 1px solid #A5A4A2;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}
.configure-step li span::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #A5A4A2;
    width: 13vw;
    height: 1px;
}
.configure-step li:last-child span::after {
	display: none;
}
.configure-step li.active span {
    border-color: #121212;
}
.configure-step li.active span h6 {
	color: #121212;
}
.configure-step li.active span::after {
	background-color: #121212;
}
.choose-box-product .form-check {
	min-height: auto;
	padding: 0;
	margin: 0;
}
.choose-box-product label {
	border: 1px solid #A5A4A2;
	border-radius: 4rem;
	padding: 2rem;
	display: block;
	max-width: 53.6rem;
	width: 100%;
	margin-bottom: 2rem;
	font-size: 1.8rem;
    font-family: 'moderatregular';
    color: #7B7B7B;
}
.choose-box-product label img {
	border-radius: 3rem;
}
.choose-box-product .form-check-input {
	width: 3.4rem;
    height: 3.4rem;
	background-color: #D9D9D9;
	border-radius: 1rem;
	border-color: #D9D9D9;
	margin-left: 0;
	margin-top: -0.5rem;
	margin-right: 2rem;
}
.choose-box-product .form-check-input:checked[type=radio] {
	background-image: url(../images/radio-box.svg);
	background-size: 1.8rem;
}
.choose-box-product .form-check-input:focus {
	box-shadow: none;
}
.choose-box-price {
	text-align: center;
	border: 1px solid #A5A4A2;
	border-radius: 4rem;
	padding: 5rem 2rem;
}
.choose-box-price h2 {
	font-size: 6.4rem;
	color: #121212;
	letter-spacing: normal;
	margin: 3rem 0;
}
/***configure-box-4****/
.configure-box-4 .box-choose-area .akker_btn_cls {
	margin-top: 2rem;
}
.product-2-step3 h3, .product-2-step4 h3, .product-2-step5 h3{
	margin-bottom: 6rem;
}
.choose-box-product h3{
	margin-bottom: 6rem;
}
.configure-box-4 .choose-box-price{ 
	/*margin-top: 10rem;*/
}
/***configure-box-5****/
.configure-box-5 .choose-box-price .akker_btn_cls {
	display: block;
	margin: 2.5rem auto 0;
}
.configure-box-5 .green-btn {
	background-color: #55BE6C;
	border-color: #55BE6C;
}
.configure-box-5 .green-btn:hover,
.configure-box-5 .green-btn:active,
.configure-box-5 .green-btn:focus {
	background-color: #ECEBE9;
	color: #121212;
}
.configure-box-5 .form-group {
	margin-bottom: 2.5rem;
}
.configure-box-5 .form-styl {
	border-color: #A5A4A2;
	background-color: #ECEBE9;
	font-family: 'moderatregular';
	color: #7B7B7B;
	border-radius: 4rem;
	padding-top: 2.8rem;
	padding-bottom: 2.8rem;
	padding-right: 2.8rem;
}
.configure-box-5 .form-styl:placeholder {
	color: #7B7B7B;
}
.configure-box-5 .form-styl:-ms-input-placeholder {
	color: #7B7B7B;
}
.configure-box-5 .form-styl::placeholder {
	color: #7B7B7B;
}
.configure-box-5 textarea.form-styl {
	height: calc(100% - 2.5rem);
}
/***configure-box-3*****/
.configure-box-3 .choose-box-product .dropdown {
	font-size: 1.6rem;
	color: #121212;
	font-family: 'moderatextended_bold';
}
.configure-box-3 .choose-box-product .dropdown .btn {
	width: 100%;
	padding: 0.5rem;
	border-radius: 4rem;
	height: 9.5rem;
	border: 1px solid #A5A4A2;
	font-size: 1.6rem;
}
.configure-box-3 .choose-box-product .dropdown .btn:focus {
	box-shadow: none;
}
.configure-box-3 .choose-box-product .dropdown .btn:hover {
	border-color: #121212;
}
.configure-box-3 .choose-box-product .dropdown .dropdown-toggle::after {
	display: none;
}
.configure-box-3 .choose-box-product .dropdown-item {
	padding: 2.4rem 0;
	border-bottom: 1px solid #000000;
	font-family: 'moderatextended_bold';
	font-size: 1.6rem;
	background-color: transparent;
	color: #121212;
}
.configure-box-3 .choose-box-product .dropdown-item:hover {
	background-color: #ECEBE9;
	color: #121212;
}
.configure-box-3 .choose-box-product li:first-child .dropdown-item {
	border-top: 1px solid #000000;
}
.configure-box-3 .choose-box-product .dropdown-menu {
	min-width: 100%;
	text-align: center;
	border-radius: 0 0 4rem 4rem;
	background-color: #ECEBE9;
	border-color: #121212;
	border-top: 0;
	/*overflow: hidden;*/
	padding: 4rem;
	margin-top: -4rem !important;
	max-height: 280px;
	overflow: auto;
}
.configure-box-3 .choose-box-product p {
	color: #7B7B7B;
	font-size: 1.8rem;
	margin-top: 5rem;
}
.configure-box-3 .choose-box-product .dropdown:hover>.dropdown-menu {
	display: block;
}
.configure-box-3 .dropdown:hover .btn{
	border-color: #121212;
}
/****************************configure-ex-box*****************************/
/****inner-banner****/
.inner-banner {
	padding: 22% 0 7%;
}
.inner-banner .inner-wrap {
    padding-left: 4%;
    padding-right: 4%;
}
/****configure-ex-box-project-sec****/
.configure-ex-box-project-sec .common-heading {
	margin-bottom: 0;
}
.configure-ex-box-project-sec .each-configure-blk {
	margin-top: 9%;
}
.configure-ex-box-project-sec .each-project-gal h2 {
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
}
.configure-ex-box-project-sec .each-project-gal {
	position: relative;
	overflow: hidden;
}
.configure-ex-box-project-sec .txt-btn {
	margin-top: 5.5rem;
}
.configure-btn .akker_btn_cls {
	margin-top: 6.4rem;
}
/****************************project-list*****************************/
/****project-list-project-sec****/
.project-list-project-sec {
	padding-top: 7%;
	padding-bottom: 0;
}
.project-list-project-sec .each-project-gal p {
	display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.project-list-project-sec .each-configure-blk {
	margin-bottom: 9%;
}
/****************************project-dtl*****************************/
/****project-dtl-project-sec****/
.project-dtl-project-sec {
	padding-bottom: 10%;
}
.project-dtl-configure-box-area {
	padding-top: 0;
	padding-bottom: 10%;
}
.project-dtl-configure-ex-box-area .choose-box-product {
	margin-top: 5.4rem;
}
/****project-dtl-about-sec****/
.project-dtl-about-sec {
	padding-top: 0;
}
.project-dtl-about-sec .akker_btn_cls {
	max-width: 34.6rem;
}
/****************************accessoires*****************************/
/****accessoires-box-area****/
.accessoires-box-area {
	padding-bottom: 1%;
}
.accessoires-box-area .configure-step li {
    width: 18%;
    display: inline-block;
    text-align: center;
}
.accessoires-box-area .configure-step li span {
	background-color: #D9D9D9;
    border: 1px solid #A5A4A2;
	height: 6rem;
	width: 6rem;
}
.accessoires-box-area .configure-step li span h6 {
	height: 4.4rem;
    width: 4.4rem;
    background-color: #121212;
    border-radius: 100%;
	opacity: 0;
}
.accessoires-box-area .configure-step li.active span h6 {
	opacity: 1;
}
.accessoires-box-area .block-wrap {
	padding-left: 0;
    max-width: 148rem;
    width: 100%;
    margin: 0 auto;
}
.accessoires-box-area .configure-step ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
/****accessoires-project-sec****/
.accessoires-project-sec .each-project-gal-text {
    border: 0;
	padding: 4rem 0 0;
}
.accessoires-project-sec h3 {
	font-family: 'moderatregular';
	margin-bottom: 5.4rem;
}
.each-accessoires-part h3 {
	position: relative;
}
.accessoires-project-sec .configure-step {
    margin-bottom: 0;
}
.accessoires-project-sec .block-wrap {
	padding-left: 0;
	max-width: 126.5rem;
	width: 100%;
	margin: 0 auto;
}
.accessoires-project-sec .txt-btn {
    right: 0;
	top: 0;
	margin-top: 2rem;
	display: block;
	font-size: 3.6rem;
}
.accessoires-project-sec .txt-btn::after {
	height: 4.4rem;
	width: 4.4rem;
}
/****************************contact*****************************/
.contact-confirure-box-area {
	padding-top: 18.5rem;
}
.contact-btn .akker_btn_cls {
	max-width: 34.4rem;
	margin-top: 3rem;
}
/* *****techincal-information**** */
.information-sec{
	padding-top: 8%;
	padding-bottom: 8%;
}
.each-info{
	padding-bottom: 8%;
}
.each-info:last-child{
	padding-bottom: 0;
}
.info-content{
	max-width: 76rem;
	padding-right:6rem;
	width: 100%;
}
.info-content h4 {
	color: #121212;
	font-family: 'moderatextended_medium';
}
.info-content .accordion-button::after {
    background-image: url(../images/down-arrow.svg);
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain;
}
.info-content .accordion-button:not(.collapsed)::after {
    background-image: url(../images/up-arrow.svg);
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain;
	transform: rotate(0deg);
}
.info-content .accordion-button:not(.collapsed) {
    color: #1c1c1c;
    background-color: transparent;
}
.info-content .accordion-item {
    border-bottom: 1px solid #A5A4A2;
    border-left: none;
    border-top: none;
    border-right: none;
    background-color: transparent;
}
.info-content .accordion-button {
    padding: 5rem 0;
    background-color: transparent;
}
.info-content .accordion-body {
    padding:0 10% 4rem 0;
}
.info-content .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.info-content .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.info-img img{
	border-radius: 4rem;
}
/* *********contact******** */
.contact-confirure-box-area {
	padding-top: 8%;
	padding-bottom: 8%;
}
.contact-confirure-box-area .choose-box-product{
	margin-top: 8rem;
}
.contact-btn .akker_btn_cls {
	max-width: 34.4rem;
	margin-top: 3rem;
}
.contact-address-sec{
	padding-bottom: 15rem;
}
.contact-address-sec .common-heading h3{
	margin-top: 12%;
	margin-bottom: 4rem;
}
.cont-img{
	padding: 0 1.4rem;
}
.cont-img img{
	border-radius: 4rem;
}
.adderss-top h4{
	color: #121212;
	margin-bottom: 4rem;
	font-size: 3.2rem;
}
.adderss-top h5{
	margin-bottom: 2rem;
	font-size: 2.8rem;
}
.adderss-top h5 a{
	color: #7B7B7B;	
}
.adderss-top h5 a:hover{
	color:#121212 ;
}
.adress-name{
	margin-top: 10rem;
}
.adress-name h5{
	margin-bottom: 3rem;
	color: #7B7B7B;
	font-size: 2.8rem;
}
.contact-project-sec {
}

/* ********about us ****** */
.about-info-sec .info-img p{
	max-width: 55rem;
	width: 100%;
	margin-top: 4rem;
	padding-left: 2rem;
}
.about-us-slider h5{
	text-transform: none;
}
.about-btm .each-project-gal-text h6 {
	font-family: 'moderatextended_medium';
	font-size: 1.4rem;
	margin-top: 4.4rem;
	color: #121212;
}
.about-btm{
	padding-bottom:8.5%;
	padding-top: 12%;
}

/*******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.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;
}

.form-1,  .form-2{
	display:none;
	margin-top: 30px !important;
	margin: 0 auto 10px;
}
/*.each-product button.product-view{
	border: none;
	background-color: transparent;
}
.error_top{
	padding-top: 162px;
	background-color: #1E1E1E;
}*/
.error-msg{
	color: red;
}







