/*LANGUAGE SELECT PAGE
-----------------------------------------------------*/
.banner_container{
	height: auto;
}
#language_banner_container FIGURE{
	position: relative!important;
}
#language_selection {
	/*margin-top: 425px;*/
}

#language_selection LI {
	float:left;
	width: 140px;
}
/*HEADER PAGE
-----------------------------------------------------*/
.language_change{
	float: right;
	display: inline-block;
	margin-top: 5px;
	margin-right: 10px;
	color: #CDCDCD;
  	font-size: 13px;
  	line-height: 19px;
  	/*text-transform: uppercase;*/ /*vpp2.0*/
}
.language_change a{
  /*text-transform: uppercase; */ /*vpp2.0*/
 	color: #CDCDCD;
}
.language_change a:hover{ /* vpp2.0*/
	text-decoration: underline;
}
.language_change .icon{
}
/*Leistungen
-----------------------------------------------------*/
.leistungen{
	text-transform: none;
}
.leistungen .span1{
	height: 145px;
}
/*Modellen
-----------------------------------------------------*/
#switcher{
	margin-top: 0px;
}
/*angebote*/
#box-start .box_text_container{
	max-height: 165px;
}
#box_leasing .box_text_container{
	max-height: 424px;
}
.box_text_container h1{
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	color: #FFF;
	font-size: 25px;
	margin-top: 20px;
	line-height: 25px;
}
.tween-btn{
	margin-top: 7px;
}
.btn-switch_container{
	height: auto;
	bottom: 7px;
	line-height: 14px;
}
.title_right .ang_headline{
	right: 40px;
}
.ang_headline{
	top:60px;
}
.kleintext_verbrauchswerte{
	font-size: 16px;
}
/*Leistungen Icons
-----------------------------------------------------*/
.leistungen {
	text-align: left; 
	/*text-transform: uppercase; */
	}

.leistungen IMG {
	margin-bottom: 5px;
	}

.leistungen .defaultBorder {
	border: none;
	border-bottom: 1px dashed #000!important;
	}


@media screen and (min-width: 768px) and (max-width: 979px) {
	#topnav_container{
		width: 724px;
	}
	#topnav_container .nav{
		display: inline-block;
	}
	.leistungen .span2.visible-tablet{
		height: 115px;
	}
}/*end of @media screen and (min-width: 768px) and (max-width: 979px)*/

@media screen and (max-width: 767px){
	.leistungen.visible-phone .span1{
		height: auto;
	}
	.leistungen.visible-phone .span1 a{
		display: table-row;
	}
	.leistungen.visible-phone .span1 img{
		display: table-cell;
		width: 70px;
		height: 70px;
		min-width: 70px!important;
	}
	.leistungen.visible-phone strong{
		display: table-cell;
		vertical-align: middle;
		line-height: 18px;
		font-size: 13px;

	}
}