#rmt_inserieren_button_startseite{
	bottom: 30px;
}
#detailsuche-input-tabs {
	border-radius: 0 0 0 0;
	border: 0 solid #dddcdc;
	margin: -1px 0 0;
}

#detailsuche-input-tabs li{
	background-color: #f4f4f4 !important;
	border-radius: 0 0 0 0;
	border: 0 solid #dddcdc;
	margin: -1px 0 0;
}

#detailsuche-input-tabs li.active{
	/*	background: #7f858b none repeat scroll 0 0 !important; */
	border-radius: 0 0 0 0;
	border: 0 solid #dddcdc;
	margin: -1px 0 0;
}

#schnellsuche-input-tabs {
	/*background-color: #f4f4f4;*/
	border-radius: 0 0 0 0;
	border: 0 solid #dddcdc;
	margin: -1px 0 0;
}

#schnellsuche-input-tabs li{
	background-color: #f4f4f4 !important;
	border-radius: 0 0 0 0;
	border: 0 solid #dddcdc;
	margin: -1px 0 0;
}

#schnellsuche-input-tabs li.active{
	/*background: #7f858b none repeat scroll 0 0 !important; */
	border: 0 solid #dddcdc;
	border-radius: 0 0 0 0;
	margin: -1px 0 0;
}

.tab-text {
	color: #fff;
	height: 1.4em;
}
.active .tab-text {
	color: #7f858b ;
}
.tab-icon {
	background-repeat: no-repeat;
	height:30px;
	width:40px;
}
.tab-icon.tab-auto{
	background-image : url('../img/icons/Button_p_grey.png');
}
.active .tab-icon.tab-auto{
	background-image : url('../img/icons/Button_p_orange.png');
}

.tab-icon.tab-motorrad{
	background-image : url('../img/icons/Button_m_grey.png');
}
.active .tab-icon.tab-motorrad{
	background-image : url('../img/icons/Button_m_orange.png');
}

.tab-text i.fa{
	font-size: 1.4em;
}

@media ( max-width : 991px) {

	.tab-content>.tab-pane.same-height{
		height: inherit;
	}
}

.detail-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	word-wrap: normal;
}

.rmt_sidebarcontainer{
	background: rgba(204, 204, 204, 0.3);
	border-radius: 0;
	color: #888888;
	filter: alpha(opacity=90);
	opacity: 0.9;
	padding: 10px;
}
.rmt_sidebar_title {
	/*	    background: #fff;
	border-radius: 2px;
	border: 1px solid rgba(204, 204, 204, 1);
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	margin: -6px;
	margin-bottom: 10px;
	color: #888888;*/
	background: #FFF none repeat scroll 0 0;
	border-radius: 2px;
	border: 1px solid #CCC;
	color: #888;
	font-size: 18px;
	font-weight: bold;
	margin: -6px -6px 10px;
	padding: 5px;
}

.rmt_sidebarcontainer ul.nav.nav-pills.nav-stacked li a {
	border:initial;
}
.rmt_sidebarcontainer .kv-sidenav .active > ul {
	background-color: initial;
}

.rmt_sidebarcontainer .nav > .open > a, .rmt_sidebarcontainer .nav > .active > a{
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
	background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
	background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
	background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
	background-repeat: repeat-x;
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
}
.rmt_sidebarcontainer li a:hover {
	background: #fe0000;
	color: white;
}



#rmt_pagecontent a:hover, #rmt_pagecontent a:focus {
	text-decoration:none;
}

.rmt_parken_button {
	cursor:pointer;
}
.rmt_geparkt_button {
	cursor:pointer;
}
.fahrzeugparken-img.default.rmt_geparkt_button {
	background-image: url('../img/geparkt.png');
}

.LoginModalButton {
	color:#FE0000;
	cursor:pointer;
	font-weight:bold;
}
.LoginModalButton:hover, .LoginModalButton:focus {
	text-decoration:none;
}

#rmt_parkplatz_header a {
	color: #FE0000;
	text-decoration:none;
}

.rmt_fahrzeug_icon_button {
	background-position: 3px 3px;
	background-position: left;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background: rgba(204, 204, 204, 0.3);
	border-radius: 0;
	border: 1px solid rgba(204, 204, 204, 1);
	color: #888;
	cursor:pointer;
	filter: alpha(opacity=90);
	float: right;
	font-size: 12px;
	margin-bottom: 10px;
	min-width: 132px;
	padding: 4px;
}

.rmt_hidden {
	display:none;
	visibility:hidden;
}
/*.rmt_fahrzeug_bearbeiten_button span {
top:1px;
}*/

	.rmt_gallery .listenansicht {
		display:none;
		visibility:hidden;
	}

	.rmt_liste .rmt_galleryansicht {
		display:none;
		visibility:hidden;
	}

	#rmt_switch_to_list,
	#rmt_switch_to_gallery {
		cursor:pointer;
	}
	.rmt_liste #rmt_switch_to_list,
	.rmt_gallery #rmt_switch_to_gallery{
		color:red;
	}

	#rmt_pagecontent .rmt_nopadding {
		padding: 0;
	}

	#rmt_pagecontent .rmt_nopadding_right {
		padding-right: 0;
	}
	#rmt_pagecontent .rmt_nopadding_left {
		padding-left: 0;
	}

	.rmt_energilabel {
		/*	background-image: url('../img/co2/all.png');*/
		background-repeat:no-repeat;
		background-size:contain;
		height: 27px;
		width: 210px;
	}
	.rmt_energilabel.a {
		background-image: url('../img/co2/a.png');
		/*	background-position-y: -81px*/
	}

	.rmt_energilabel.ap {
		background-image: url('../img/co2/a+.png');
		/*	background-position-y: -54px*/
	}
	.rmt_energilabel.app {
		background-image: url('../img/co2/a++.png');
		/*	background-position-y: -27px*/
	}
	.rmt_energilabel.b {
		background-image: url('../img/co2/b.png');
		/*	background-position-y: -109px*/
	}
	.rmt_energilabel.c {
		background-image: url('../img/co2/c.png');
		/*	background-position-y: -136px*/
	}

	.rmt_energilabel.d {
		background-image: url('../img/co2/d.png');
		/*	background-position-y: -163px*/
	}
	.rmt_energilabel.e {
		background-image: url('../img/co2/e.png');
		/*	background-position-y: -190px*/
	}
	.rmt_energilabel.f {
		background-image: url('../img/co2/af.png');
		/*	background-position-y: -217px*/
	}
	.rmt_energilabel.g {
		background-image: url('../img/co2/g.png');
		/*	background-position-y: -244px*/
	}

	.rmt_pointer {
		cursor:pointer;
	}

	#rmt_modell_variante_auswahl .rmt_active_variante {
		background-color: rgba(0,255,0,0.35);
	}

	.rmt_btn_word_wrap.btn{
		white-space: normal;
		word-wrap:normal;
	}

	/*

	.rmt_step_1 #rmt_step_1_header,.rmt_step_1 #rmt_step_1_help,  .rmt_step_1 #rmt_step_content_1,
	.rmt_step_2 #rmt_step_2_header,.rmt_step_2 #rmt_step_2_help,  .rmt_step_2 #rmt_step_content_2,
	.rmt_step_3 #rmt_step_3_header,.rmt_step_3 #rmt_step_3_help,  .rmt_step_3 #rmt_step_content_3,
	.rmt_step_4 #rmt_step_4_header,.rmt_step_4 #rmt_step_4_help, .rmt_step_4 #rmt_step_content_4,
	.rmt_step_5 #rmt_step_5_header,.rmt_step_5 #rmt_step_5_help, .rmt_step_5 #rmt_step_content_5,
	.rmt_step_6 #rmt_step_6_header,.rmt_step_6 #rmt_step_6_help, .rmt_step_6 #rmt_step_content_6,
	.rmt_step_7 #rmt_step_7_header,.rmt_step_7 #rmt_step_7_help, .rmt_step_7 #rmt_step_content_7,
	.rmt_step_8 #rmt_step_8_header,.rmt_step_8 #rmt_step_8_help, .rmt_step_8 #rmt_step_content_8,
	.rmt_step_9 #rmt_step_9_header,.rmt_step_9 #rmt_step_9_help, .rmt_step_9 #rmt_step_content_9
	{
	visibility:visible;
	display:block;
	}


	#rmt_step_1_header,#rmt_step_1_help, #rmt_step_content_1,
	#rmt_step_2_header,#rmt_step_2_help, #rmt_step_content_2,
	#rmt_step_3_header,#rmt_step_3_help, #rmt_step_content_3,
	#rmt_step_4_header,#rmt_step_4_help, #rmt_step_content_4,
	#rmt_step_5_header,#rmt_step_5_help, #rmt_step_content_5,
	#rmt_step_6_header,#rmt_step_6_help, #rmt_step_content_6,
	#rmt_step_7_header,#rmt_step_7_help, #rmt_step_content_7,
	#rmt_step_8_header,#rmt_step_8_help, #rmt_step_content_8,
	#rmt_step_9_header,#rmt_step_9_help, #rmt_step_content_9
	{
	visibility:hidden;
	display:none;
	}
	 */

	#rmt_step_fahrzeugdaten .ui-datepicker-calendar {
		display:none;
	}

	.rmt_verkaufstip {
		background-image: url('../img/tipzumverkauf.png');
		background-origin: content-box;
		background-repeat: no-repeat;
		background-size: 100% auto;
		height: 133px;
	}


	.rmt_verkaufturbo {
		background-image: url('../img/verkauferturbo.png');
		background-origin: content-box;
		background-repeat: no-repeat;
		background-size: 100% auto;
		height: 133px;
	}

	@media ( max-width : 991px) {

		#rmt_inserieren_button_startseite {
			bottom: 390px;
		}
	}

	.rmt_tag .schliessen {
		cursor:pointer;
	}

	span.rmt_tag > i.glyphicon {
		margin-left: 3px;
	}

	select#sort, select#sort option {
		text-transform: capitalize;
	}

	#rmt_pagecontent .checkbox {
		padding-left: 0;
	}
