/*@import url(https://fonts.googleapis.com/css?family=Roboto);*/
@font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Regular.ttf') format('truetype'); }


body {
	font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 480px) {
	body {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.ekcode {
	position:fixed;
	top:10px;
	right:20px;
}

.logo_extern {
	max-width:300px;
	max-height:100px;
	margin-top:5px;
}

.icon_3d {
	background-color:#303030;
	color:#fff;
	padding:2px;
	float:left;
}

.help_icon {
	background-color:#ffeb7f;
	color:#000;
	padding:6px 4px 4px 4px;
	height:29px;
	width:29px;
	cursor:pointer;
}

.help_icon:hover {
	color:#fff;
	background-color:#000;
}

.help_margin_top {
    margin-top:5px;
    margin-bottom:5px;
}

.brand_model_ext {
	font-size:1.2em!important;
}


.font_red {
	color:red;
}


.helper-div-offers {
	position:fixed;
	top:-10px;
	left:5px;
	width:322px;
	z-index:1100;
	display:none;
}

.helper-nav-div {
	width:100%;
	display:none;
	z-index:-100;
}

.elips_error {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vertical-align-helper {
	display: flex;
	align-items: center;
}

.search_icon {
	background-color:darkgrey;
	color:white;
	/*padding:4.5px 6px 6.5px 6px;*/
	padding:6px;
}

.btn {
	border-radius:0px;
}

.btn-view {
	background-color: rgba(255,216,0,0.5);
}

.odometer_price {
	padding-bottom:4px;
}

.odometer_currency, .odometer_view {
	font-size:1.4em;
	font-weight:bold;

}

.odometer_view_left_box {
	font-size:1.0em;
	font-weight:bold;
}

.odometer_price_left_box {
	padding-bottom:0px;
}

.back_normal, .content_normal, .modal_items, .steps_content, .equip_content,
.history_row, .history_name, .history_date_time, .history_back_btn {
	background-color:#e1e1e1;
}

.square-list {
	list-style-type:square;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:0px;
}

.header_normal {
	background-color:rgba(48, 48, 48, 1);
	color:white;
}

.content_normal {
	margin-bottom:0px;
}

/*********************Calculation Table **********************/
.calc{
	position: absolute;
	right: 100px;
}

.calcRow {
	padding-left:5px;
	padding-right: 5px;
	width:250px;
}

.calcTable {
	width:100%;
}
/*************************************************************/


/********** History einstellungen **********/
.row_between {
	margin-bottom:4px;
}


.history_date_time {
	font-size:0.740em;
	color:grey;
}

.history_back_btn {
	position:absolute;
	bottom:-15px;
	right: 0px;
	border-top:3px solid white;
	border-bottom:3px solid white;
	z-index:1;
}

.history_list_style {
	padding-top:0px;
	padding:4px 4px 4px 25px;
	margin-bottom:0px;
}

.btn-primary2 {
	background:#ffeb7f none repeat scroll 0 0;
	height:21px;
	font-size:0.875em;
	padding-top:1px;
	color:#000;
}

.btn-primary2:hover {
	background:#000 none repeat scroll 0 0;
	color:#fff;
}

.steps_round {
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 4px 0;
	font-size: 0.875em;
	line-height: 1.428571429;
	border-radius: 15px;
	border:1px solid #e1e1e1;
	font-weight:bold;
	color:#e1e1e1;
}

.btn-arrow-left {
	position: relative;
	padding-left: 10px;
	padding-right: 18px;
	z-index:10;

}

.btn-arrow-left:before { /* make two squares (before and after), looking similar to the button */
    content:"";
    position: absolute;
    top: 0px; /* move it down because of rounded corners */
    width: 19px; /* same as height */
    height: 19px; /* button_outer_height / sqrt(2) */
    background: inherit; /* use parent background */
    border: inherit; /* use parent border */
    border-left:0px solid transparent; /* hide left border */
    border-bottom:0px solid transparent; /* hide bottom border */
	border-top:4px solid #fff;
	border-right:4px solid #fff;
    border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
}


.btn-arrow-left:before{
    transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}

.btn-arrow-left:before { /* align the "before" square to the left */
    left: -11px;
}

.btn-arrow-left:before { /* bring arrow pointers to front */
    z-index: 1;
}

/*********** ENDE History ******************/

.private-config {
	width:100%;
	height:30px;
	color:white;
	background-color:#337AB7;
	font-size:1.4em;
}

.fixed_top_navi {
	position:fixed;
	top:0;
	width:100%;
	z-index:5;
}

.head_back {
	background-color:#303030;
	color:white;
	padding:5px;
}

.barometer-fixed {
	position:fixed;
	top:63px;
	z-index:5;
}

.barometer {
	position:absolute;
	top:450px;
	left:0;
}

.search_equip_field
{
	display:none;
	position:absolute;
	left:60.3%;
	width:388px;
	background-color:#fff;
	color:#000;
	padding:3px;
	border:1px solid black;
	border-radius:3px;
	z-index:1;
}

.search_equip_field2
{
	position:absolute;
	/*width:388px;*/
	background-color:#fff;
	color:#000;
	padding:3px;
	border:1px solid black;
	border-radius:3px;
	z-index:1;
}

.search_equip_field3
{
	position:absolute;
	background-color:#fff;
	color:#000;
	font-size:14px;
	max-width:290px;
	padding:3px;
	border:1px solid black;
	border-radius:3px;
	z-index:1;
}

.barometer2 {
	display:none;
	position:absolute;
	top:3px;
	left:3px;
	color:white;
}

/*
.vbarometer {
	display:none;
	position:relative;
	top:-20px;
	left:0px;
	width:300px;
	z-index:12;
}*/

.vbarometer {
	display:none;
	position:relative;
	background-color:lightgrey;
	border-radius:4px;
	color:#000;
	padding:5px;
	z-index:0;
}

.work-database {
	width:100%;
	height:30px;
	color:white;
	background-color:#D9534F;
	font-size:1.4em;
}



.table_config_angebote_td {
	word-break:break-all;
	word-wrap:break-word;
}

.pic-logo {
	float:left;
	height: 45px;
	z-index:0;

}

.pic-logo-nav {
	height: 35px;
}

.no_padding {
	padding:0px;
}

.no_padding_margin {
	padding:0px;
	margin:0px;
}

.display_none {
	display:none;
}

.pointer_underline {
	cursor:pointer;
	text-decoration:underline;
}

.rating {
	font-size:1.3em;
}

.rating_full {
	color:#FFE44C;
}



.offers_content_more_offer {
	background-color:#F2F2F2;
}

.offer_box_frame {
	margin-bottom: 20px;
}

.offer_box_header {
	position:absolute;
	top:2%;
	background-color:#e1e1e1;
	width:380px;
	/*height:18%;
	padding:10px;*/
	-webkit-box-shadow: 6px 6px 7px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 6px 6px 7px 0px rgba(0,0,0,0.5);
	box-shadow: 6px 6px 7px 0px rgba(0,0,0,0.5);
}

.offer_box_header2 {
	background-color:#e1e1e1;
	width:100%;
	margin-top:30px;
	margin-bottom: 10px;
	/*height:18%;
	padding:10px;*/
	-webkit-box-shadow: 6px 6px 7px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 6px 6px 7px 0px rgba(0,0,0,0.5);
	box-shadow: 6px 6px 7px 0px rgba(0,0,0,0.5);
}




.offer_box_model_txt {
	font-size:2.2em;
	font-weight:bold;
	padding-left:10px;
	display:flex;
}

.offer_box_adv {
	float:left;
	padding-left:0px;
}

.offer_box_model_txt_navi {
	font-size:1.0em;
}

.offer_box_nodes_txt {
	font-size:0.875em;
	font-weight:bold;
	padding-top:10px;
}

.offer_box_price_left {
	/*position:relative;
	bottom:0px;
	left:0px; */
	width:50%;
	text-align:left;
	color:#000;
	padding-left:10px;
	padding-top:6px;
	border-top:1px solid black;
}

.offer_box_price_right {
	width:50%;
	height:54px;
	background: black;
	/* background-image:url('../images/background_price.svg'); */
	/* background-size: 250px 82px; */
	/* -webkit-background-size: 300px 86px; */
	text-align:right;
	color:#fff;
	padding-top:2px;
	border-top:1px solid black;

}

.max_width {
	max-width:190px;
}

.node_txt_height {
	min-height: 44px;
}


.offer_icon{
	color:#ffd800;
}


.cursor_pointer {
	cursor:pointer;
	padding:1px;
}

.padding_10 {
	padding:10px;
}

.padding_5 {
	padding:5px;
}


.padding_10_left {
	padding-left:10px!important;
}

.padding_10_right {
	padding-right:10px!important;
}

.padding_15_left {
	padding-left:15px;
}

.padding_7_right {
	padding-right:7px;
}

.padding_5_right {
	padding-right:5px;
}

.pdl-30 {
	padding-left:30px;
}

.pdl-30_npr {
	padding-left:30px;
	padding-right: 0px;
}

.pad_15 {
	padding:15px;
}

.padding_left_right_10 {
	padding-left:10px;
	padding-right:10px;
}

.padding_top_5 {
	padding-top:5px;
}

.padding_top_15 {
    padding-top: 15px;
}

.user_history {
	padding-top:5px;
	margin:0px;
}

.padding_top {
	padding-top:4px;
}

.np {
	padding:0px;
}


.npr {
	padding-right:0px;
}

.npl {
	padding-left:0px;
}

.pdb_10 {
	padding-bottom:13px;
}

.mt_15 {
	margin-top:15px;
}

.mb_5 {
	margin:0 0 5px 0;
}

.mtb_5 {
	margin-top:5px;
	margin-bottom:5px;
}

.error {
	padding:5px;
	background-color:#B22222;
	color:#fff;
}

.item_checked {
	padding-left:0px;
	color:#7d7d7d;
}


.only_intern {
	background-color:#d9534f;
	color:white;
	padding:5px;
	border:1px solid white;
}

.car-image {
	position:relative;
	width:37%;
	top:0%;
	left:37%;
	z-index:1;
	float:left;
}

.car-image1 {
	width:37%;
	z-index:1;
	float:left;
}

.header_equip_pics {
	position:relative;
	display:none;
	top:50%;
	left:1%;
	width:1px;
	z-index:11;
}

.header_equip_pics2 {
	position:relative;
	display:none;
	top:10%;
	left:1%;
	width:1px;
	z-index:11;
}

.tooltip-inner {
	min-width: 350px;
}

/******* Farbverlauf für den Hintergrund, bei dem das Auto dargestellt wird *******/
.farbverlauf {
	min-height: 25px;
	background-image:linear-gradient(white 0%, lightgrey 95%)
}

/******************************/
/***** Loading zum Start ******/
/******************************/
.cs-loader {
  position: absolute;
  top: 0;
  left: 15%;
  height: 100%;
  width: 100%;
}

.cs-loader-inner {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: calc(100% - 200px);
  color: #000;
  padding: 0 100px;
  text-align: center;
}

.cs-loader-inner label {
  font-size: 20px;
  opacity: 0;
  display:inline-block;
}

@keyframes lol {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    transform: translateX(0px);
  }
  66% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}

@-webkit-keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
  }
}

.cs-loader-inner label:nth-child(6) {
  -webkit-animation: lol 3s infinite ease-in-out;
  animation: lol 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
  -webkit-animation: lol 3s 100ms infinite ease-in-out;
  animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
  -webkit-animation: lol 3s 200ms infinite ease-in-out;
  animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
  -webkit-animation: lol 3s 300ms infinite ease-in-out;
  animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
  -webkit-animation: lol 3s 400ms infinite ease-in-out;
  animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
  -webkit-animation: lol 3s 500ms infinite ease-in-out;
  animation: lol 3s 500ms infinite ease-in-out;
}

/*****************************/
/******* ENDE Loading ********/
/*****************************/


a {
	text-decoration: none;
}

/****** Klasse damit die Navigation immer on Top ist *****/
.affix {
      top: 0;
      width: 100%;
	  z-index:999;
  }

/***** Hintergrund für den Modal-Dialog *****/
.modal-backdrop {
	background-color: white;
}


/************* NAVI *********/
.nav-border-bottom {
	border-bottom: #FFD800 3px solid;
}

.navbar{
	background:rgb(48,48,48);
	z-index:10;
	cursor: default!important;
	margin-bottom:0px;
}

.nav>li>a{
  border-bottom: 3px solid transparent;
}
.nav>li>a:focus, .nav>li>a:hover{
  border-bottom: 3px solid transparent;
  background: none;
}
.navbar a{
 color: #fff;
}

.nav>li>a {
    padding-left: 7px;
    padding-right: 7px;
}

.nav li:hover{
  border-bottom: #FFD800 5px solid;
}

.nav li.active{
  border-bottom: #FFD800 5px solid;
}

.navbar-toggle .icon-bar{
    color: #fff;
    background: #fff;
}

.navbar .navbar-nav {
  vertical-align: top;
}

@media screen and (max-width: 480px) {
	.navbar-nav {
		margin: auto;
	}
}


.no-border-radius {
	 border-radius:0px;
}

/************* NAVI Ende *********/
.info-prices-navi-help {
	width:100%;
	background-color:white;
	border-bottom:1px solid grey;
	z-index:9;
	display:none;
	display:none;
	position:fixed;
	top:60px;
}

.info-prices-navi {

}

.offers, .offers a{
   /*	border-bottom: #FFD800 5px solid;
	background-color: #FFD800;
	color:#000;
	border-radius:0px 4px 4px 0px;*/
}

.stock_offer_brand, .stock_offer_price {
	font-size:1.1em;
	font-weight:bold;
}

.stock_offer_motor {
	font-size:0.8em;
}

.offers_icon {
	color:#FFD800;
}

.sr-only {
	font-size:1.5em;
	font-weight: bold;
	color:black;
}


.show_marke {
	display:none;
	position:absolute;
	font-size:20pt;
	top:4px;
	left:20px;
	color:white;
	max-width:348px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.show_ausstattungssuche {
	position:absolute;
	font-size:20pt;
	right:0px;
	top:10px;
	max-width: 289px;
	color:white;
	overflow: hidden;
	text-overflow: ellipsis;
}

.marke_modell {
	position:relative;
	left:0;
	top:0;
	float:left;
	font-size: 2.2em;
	/*font-size: 1.4vw;*/

	/*max-width:290px;*/
	width:180px;
	word-break: normal;
}

.marke_logo {
	position:relative;
	float:right;
	right:0;
	top:5px;
}

.modal-content  {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.modal_headline_items {
	background-color: #303030;
	color: #fff;
	padding:3px;
	margin-bottom:5px;
	width:100%;
	/*border-radius:2px 2px 0px 0px;*/
}

.modal_items {
	margin-bottom:3px;
	list-style:none;
}

.modal_items>li {
	padding:3px;
	margin-bottom:3px;
}

.right_menu {
	position:fixed;
	right:0px;
	top:430px;
	z-index:50;
	background-color:#303030;
	color:white;
	text-align: center;
	padding:3px;
	border-radius:2px;

}

.c_button, .c_button:active, .c_button:focus {
	background: #FFEB7F;
	border-radius: 0px;
	color: #000;
	border: 1px solid #000;
}

.c_button:hover {
	color:#fff;
	background: #000;
}

.footer_navi {
	background-color:#303030;
	min-height:40px;
	color:#fff;
	z-index:3;
}

.footer_navi_right {
	padding-top:5px;
}

.fusszeile {
	position: fixed;
    bottom: 0px;
	background:rgb(48,48,48);
    width: 100%;
    height: 50px;
	display: table;
}

.fusszeile_content {
	vertical-align:middle;
	display: table-cell;
}

.fin_leas_price_1 {
	border:1px solid #fff;
	background-color:grey;
	padding:2px;
	border-radius:2px;
}

.yellow_txt {
	color:#ffd800;
}

.black_txt {
	color:#000;
}

.bold_txt {
	font-weight: bold;
}

.normal_txt {
	font-weight: normal;
}


.white_txt {
	color:#fff;
}

.equip_head {
	display:table;
}

.equip_content {
	display: table-cell;
	vertical-align: middle;
	float:none;
	padding:0px;
}

.steps_head {

	background-color: #303030;
	color: #fff;
	margin-bottom: 5px;
	min-height: 30px;
	border: 1px solid #000;
	display: table;
	padding-top: 6px;
    padding-bottom: 6px;
}


.steps_header {
	height:30px;
	display: table-cell;
	vertical-align: middle;
}

.steps_content, .equip_content{
	border: 1px solid #e1e1e1;
	margin-bottom: 5px;
	word-wrap: break-word;
	-webkit-padding-start: 2px;
	color:#000;
}

.wait {
	position:fixed;
	top:0px;
	left:0px;
	bottom:0px;
	background:rgba(255,255,255,0.5);
	display:none;
	width:100vw;
	height:100vh;
	padding-top:25%;
	z-index:999;
}

.equip_modal_item {
	background-color:#b2b2b2;
	border:1px solid #9e9e9e;
}

.equip_modal_remove {
	color:red;
	padding-right:5px;
}

.equip_modal_add {
	color:green;
	padding-right:5px;
}

.table_display {
	display:table;
}

.table_cell {
	display:table-cell;
	float:none;
}

.bottom_column
{
    float: none;
    display: table-cell;
    vertical-align: bottom;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.helper_search {
	display:table;
}

.helper_search_line {
	display: table-cell;
	height:35px;
	vertical-align:middle;
}

.shadow {
	border:1px solid lightgrey;
	border-radius:4px;
}


.shadow:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}

.motor_info {
	font-size:11px;
	background-color:#fff;
	height:40px;
	text-align:center;
	display: table;
}

.motor_info_1 {
	height:40px;
	display: table-cell;
    vertical-align: middle;
	line-height:2;
}

.motor_price {
	padding-left:5px;
}

.cat_head {
	background-color:#3B3D3C;
	margin-bottom:5px;
	padding:5px;
	color: #fff;
}

.level_2_name {
	padding-left:35px;
}

.level_3_name {
	padding-left:35px;
}

input[type="checkbox"]:checked, input[type="checkbox"]:not(:checked), input[type="radio"]:checked, input[type="radio"]:not(:checked) {
	display:none;
}

.carConfig-txt {
	font-size:11px;
	color:black;

}

.anwendungsleiste {
	background-color: #0168b3;
	border-radius:4px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.anwendungsleiste_tab_neu {
	color: #ffffff;
}

.anwendungsleiste_tab_customer {
	padding-left:0px;
}

.anwendungsleiste_content {
	color: #ffffff;
}


.box_form_angebot {
	position: fixed;
	right: 20px;
	top: 0;
	padding-left:5px;
	z-index:100;
}

.pic_header {
	height:270px;
	max-height:270px;
}

.pic_header_2 {
	min-height:300px;
}

.car-image-360 {
	/*cursor: url("../images/cursor_3d.cur"), url("../images/cursor_3d.cur"), w-resize!important;*/
	cursor: url("../images/cursor_3d.cur") 0 125, auto;
	/*width:580px;
	top:7%;
	left:30%;*/
	position:absolute;
	top:0px;
	left:35px;
	width:580px;
}

.cursor_360 {
	cursor: url("../images/cursor_3d.cur") 0 125, auto; 
}

.car-image-360-2 {
	cursor: url("../images/cursor_3d.cur") 0 125, auto;
	position:absolute;
	top:0px;
	left:80px;
	width:750px;
	min-height:300px;
}

.js-vk-menu {
	z-index:1100!important;
}

.no_display {
	display:none;
}

.no_display_ct {
	display:none; 
}

.archiv {
    margin-top:15px;
    margin-bottom:15px;
    min-height:70px;
}




@media screen and (max-width: 768px) {
    .pic_header {
		height:100px;
   		max-height:100px;
	}

	.car-image {
		position:relative;
		width:200px;
		top:0%;
		left:37%
	}

	.pic-logo {
		width: 8vw;
	}

	.marke_modell {
		font-size: 12pt;
	}

	.farbverlauf {
		display:none;
	}

	.info-prices-navi-help {
		top:54px;
	}

	.padding_xs {
		padding:10px;
	}

}

@media screen and (min-width: 769px) and (max-width: 1100px) {

    .pic_header {
		height:auto;
	}

	.header_equip_pics {
		position:relative;
		display:none!important;
		top:50%;
		left:1%;
		width:1px;
		z-index:11;
	}

	.barometer {
		display:none;
	}

	.car-image {

		position:relative!important;
		top:0%!important;
		left:25%!important;
		z-index:10!important;
		float:left!important;
		width:13%!important;
   		max-width:13%!important;
	}

	.pic-logo {
		width: 4.0em;
	}

	.marke_modell {
		/*font-size: 0.9vw;*/
		font-size: 1.2em;
	}

	.no_display, .no_display_tablet, .top-offers,
	.offers_content_top_offer,
	.top_offer_border_first_head {
		display:none !important;
	}

	.padding_xs {
		padding:10px;
	}

	.right_menu {
		top:280px;
	}

}

@media screen and (max-width: 1100px) {
	.no_display_tablet {
		display:none !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 1300px) {
	.top-offers {
		display:none !important;
	}

}

@media screen and (min-width: 1px) and (max-width: 1780px) {
	.show_marke, .show_ausstattungssuche {
		display:none!important;
	}

	.offer_box_header {
		width:25%;
	}

}

@media screen and (min-width: 1px) and (max-width: 1840px) {
	.vk-menu, .js-vk-menu-io, .calc_customer {
		display:none!important;
	}

}

/*****************************************************************************************/
/*************************Mobile-Navigation früher anzeigen*******************************/
/*http://stackoverflow.com/questions/21076922/bootstrap-how-to-collapse-navbar-earlier ***/
/*****************************************************************************************/
@media (min-width: 768px) and (max-width: 949px) {

	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.dropdown-menu > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
	}
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		/*margin: 7.5px -15px;*/
		margin: 7.5px 50px 7.5px -15px
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-text {
		float: none;
		margin: 15px 0;
	}
	/* since 3.1.0 */
	.navbar-collapse.collapse.in {
		display: block!important;
	}
	.collapsing {
		overflow: hidden!important;
	}

	/****** weitere Einstellungen für Tablet ******/
	.row_one_offer_txt {
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 1.0em;
	}

	.sum_one_offer_price {
	/*background-color:#D9534F;*/
	background-color:#3CB371;
	color:white;
	padding:5px;
	font-size: 1.0em;
	}

	.sum_one_offer_de_price {
		padding:5px;
		font-size: 1.0em;
	}

	.margin_top_10 {
		margin-top:10px;
	}

	.helper_search {
		padding:2px;
		margin:2px;
	}

	.show_ausstattungssuche {
		display:none;
	}


}
/********************************************************************/

@media print {
	.farbverlauf, .nav {
		display:none;
	}

}



.verbrauch_min_height {
	min-height: 46px;
	display: table;
}
