@charset "UTF-8";
/* Fonts */
@font-face {
	font-family: 'bmwtypeweb';
	src: url("../fonts/mini_sans_serif-regular-web.eot");
	src: url("../fonts/mini_sans_serif-regular-web.eot?#iefix") format("embedded-opentype"), url("../fonts/mini_sans_serif-regular-web.woff2") format("woff2"), url("../fonts/mini_sans_serif-regular-web.woff") format("woff"), url("../fonts/mini_sans_serif-regular-web.ttf") format("truetype"), url("../fonts/mini_sans_serif-regular-web.svg#mini_sans_serif-regular-web") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'mini_serif_bold';
	src: url("../fonts/mini_serif-bold-web.eot");
	src: url("../fonts/mini_serif-bold-web.eot?#iefix") format("embedded-opentype"), url("../fonts/mini_serif-bold-web.woff2") format("woff2"), url("../fonts/mini_serif-bold-web.woff") format("woff"), url("../fonts/mini_serif-bold-web.ttf") format("truetype"), url("../fonts/mini_serif-bold-web.svg#mini_serif-bold-web") format("svg");
	font-weight: normal;
	font-style: normal;
}


/* Icon-Font */
@font-face {
	font-family: 'bmw-icons';
	src: url("../fonts/bmw-icons.eot?kqdfcy");
	src: url("../fonts/bmw-icons.eot?kqdfcy#iefix") format("embedded-opentype"), url("../fonts/bmw-icons.woff2?kqdfcy") format("woff2"), url("../fonts/bmw-icons.ttf?kqdfcy") format("truetype"), url("../fonts/bmw-icons.woff?kqdfcy") format("woff"), url("../fonts/bmw-icons.svg?kqdfcy#bmw-icons") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="bmw-icons-"], [class*=" bmw-icons-"], .overlay .next, .overlay .prev, .overlay [class^="icon-"]:before, .overlay [class*=" icon-"]:before{
	font-family: 'bmw-icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bmw-icons-facebook:before {
	content: "";
}

.bmw-icons-google:before {
	content: "";
}

.bmw-icons-twitter:before {
	content: "";
}

.bmw-icons-youtube:before {
	content: "";
}

.bmw-icons-video:before {
	content: "";
}

.bmw-icons-cross:before {
	content: "";
}

.bmw-icons-info:before {
	content: "";
}

.bmw-icons-play:before {
	content: "";
}

.bmw-icons-pause:before {
	content: "";
}

.bmw-icons-previous:before {
	content: "";
}

.bmw-icons-next:before {
	content: "";
}

.bmw-icons-camera:before {
	content: "";
}

.bmw-icons-grid:before {
	content: "";
}

.bmw-icons-list:before {
	content: "";
}

.bmw-icons-mail:before {
	content: "";
}

.bmw-icons-print:before {
	content: "";
}

.bmw-icons-info-invert:before {
	content: "";
}

.bmw-icons-play-invert:before {
	content: "";
}

.bmw-icons-previous-invert:before {
	content: "";
}

.bmw-icons-next-invert:before {
	content: "";
}

.bmw-icons-youtube-invert:before {
	content: "";
}

.bmw-icons-instagramm-invert:before {
	content: "";
}

.bmw-icons-twitter-invert:before {
	content: "";
}

.bmw-icons-facebook-invert:before {
	content: "";
}

.bmw-icons-google-invert:before {
	content: "";
}

.bmw-icons-mail-invert:before {
	content: "";
}

.bmw-icons-camera-invert:before {
	content: "";
}

.bmw-icons-print-invert:before {
	content: "";
}

.bmw-icons-tick:before {
	content: "";
}

.bmw-icons-zoom-in:before {
	content: "";
}

.bmw-icons-zoom-out:before {
	content: "";
}

.bmw-icons-list-invert:before {
	content: "";
}

.bmw-icons-grid-invert:before {
	content: "";
}

.bmw-icons-pointer-left:before {
	content: "";
}

.bmw-icons-pointer-right:before {
	content: "";
}

.bmw-icons-pointer-up:before {
	content: "";
}

.bmw-icons-pointer-down:before {
	content: "";
}

.bmw-icons-arrow-left:before, .overlay .prev:before {
	content: "" !important;
}

.bmw-icons-arrow-right:before, .overlay .next:before {
	content: "" !important;
}

.bmw-icons-arrow-up:before {
	content: "";
}

.bmw-icons-arrow-down:before {
	content: "";
}

/* Hamburger-Icon */
.hamburger--squeeze .hamburger-inner {
	-webkit-transition-duration: 0.1s;
					transition-duration: 0.1s;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
					transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
	-webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
					transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.hamburger--squeeze .hamburger-inner::after {
	-webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
					transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.nav-button.active .hamburger--squeeze .hamburger-inner {
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
	-webkit-transition-delay: 0.14s;
					transition-delay: 0.14s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
					transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav-button.active .hamburger--squeeze .hamburger-inner::before {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
					transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.nav-button.active .hamburger--squeeze .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
					transform: rotate(-90deg);
	-webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
					transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger {
	padding: 15px 15px;
	padding-left: 0;
	display: inline-block;
	cursor: pointer;
	-webkit-transition-property: opacity, -webkit-filter, opacity, filter;
					transition-property: opacity, filter;
	-webkit-transition-duration: 0.15s;
					transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
					transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger:hover {
	opacity: 1;
}
.hamburger:focus {
	outline: none;
}

.hamburger-box {
	width: 22px;
	height: 19px;
	display: inline-block;
	position: relative;
	top: 5px;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 22px;
	height: 3px;
	background-color: white;
	border-radius: 0;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -8px;
}
.hamburger-inner::after {
	bottom: -8px;
}

/* Helper */
.inline-block.inline-block {
	display: inline-block;
}

.content-area-padding {
	padding-top: 45px;
	padding-bottom: 45px;
}
.content-area-padding-tabs {
	padding-top: 0;
}

/* FINANCING */
.financial-service .intro{
	padding-bottom: 20px;
}
.financial-service{ margin-top: 40px; }
.financial-service .finance-item{
	position: relative;
}

.financial-service .finance-item h2{ margin-bottom: 15px; }
.financial-service .finance-item p,
.financial-service .finance-item h2{
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width: 679px) {
	.content-area-padding {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.content-area-padding-tabs {
		padding-top: 0;
	}
	
	.financial-service .title{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
}
section:not(.dws-header) .phone a {
	color: #262626;
}

@media (max-width: 679px) {
	.phone a {
		color: #3466A6;
	}
}

.phone-head {
	position: relative;
	top: 10px;
	margin-left: 5px;
}

.gradient {
	color: white;
	background: #262626;
}
.gradient:hover {
	color: white;
	background: #262626;
}

.button.button {
	font-family: 'bmwtypeweb';
	line-height: 2.5;
	//text-align: left;
	padding: 0 10px;
	position: relative;
}
.button.button:hover {
	color: white;
}
.page-details .button.button{
	font-size: 1.2em;
}
.button.active::after {
	content: "";
	font-family: 'bmw-icons';
	position: absolute;
	right: 5px;
}

.btn-primary.btn-primary {
	background: white;
	border: 2px solid #262626;
	color: black;
}
.btn-primary.btn-primary:hover {
	background: white !important;
    color: black !important;
}

#load-more,
#load-all,
.vehicle .btn-primary.btn-primary,
.page-details .btn-primary.btn-primary,
.page-details .btn-secondary.btn-secondary{
	background: #262626;
	color: white;
}

.vehicle .btn-primary.btn-primary{ text-transform: uppercase; }

.btn-secondary.btn-secondary {
	background: white;
	border: 2px solid #262626;
	color: #262626;
}
.btn-secondary.btn-secondary:hover {
	background: #262626;
	border: 2px solid #262626;
	color: white;
}

.btn-no-bg {
	line-height: 2.6;
}

.uppercase {
	text-transform: uppercase;
}

.invert {
	color: white;
}

.bmw-icons-info {
	color: white;
	background: black;
	vertical-align: middle;
	border-radius: 50%;
	padding: 0;
	border: 1px solid #262626;
}
.bmw-icons-info:hover {
	color: #262626;
	background: white;
	border: 1px solid #262626;
}

a {
	color: black;
}

.history-back.back:hover{ color: #000; }

.hr {
	border: none;
	border-bottom: solid 1px #e6e6e6;
}
.hr-blue {
	border-color: black;
}

.shadow {
	box-shadow: 0 -7px 10px -11px rgba(0, 0, 0, 0.5);
}

.text-link {
	font-family: 'bmwtypeweb';
	color: #666666;
}
.text-link .bmw-icons-pointer-right {
	font-size: 9px;
	position: relative;
	top: -1px;
}

.link {
	color: inherit;
}

.underline {
	border-bottom: solid 1px;
}

.vertical-divider {
	margin-right: 10px;
	padding-left: 10px;
	border-right: solid 1px;
}

.bg-alt .content-tab-parent::before,
.bg-alt .btn-tab.active::after,
.bg-alt .btn-tab::after,
.bg-alt {
	background-color: white;
}

.bold {
	font-family: 'bmwtypeweb';
}

.trigger-page-overlay {
	cursor: pointer;
	position: relative;
}
.trigger-page-overlay::before, .trigger-page-overlay::after {
	width: 100%;
	z-index: 1;
	position: absolute;
}
.trigger-page-overlay::before {
	content: "";
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
}
.trigger-page-overlay::after {
	content: "";
	font-family: 'bmw-icons' !important;
	color: #262626;
	top: 50%;
	left: 50%;
	text-align: center;
	font-size: 36px;
	-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
	width: 75px;
	height: 75px;
	background: white;
	line-height: 2.1;
}
.trigger-page-overlay:hover::after {
	background: #262626;
	color: white;
}

.ul {
	margin: 0;
	padding-left: 5px;
	list-style: none;
}
.ul li::before {
	content: "●";
	position: relative;
	left: -3px;
	top: -1px;
}

.padding-top {
	padding-top: 45px;
}

@media (max-width: 679px) {
	.padding-top {
		padding-top: 25px;
	}
}
.padding-bottom {
	padding-bottom: 45px;
}

@media (max-width: 679px) {
	.padding-bottom {
		padding-bottom: 25px;
	}
}
.content-area-padding-bottom {
	padding-bottom: 45px;
}

@media (max-width: 679px) {
	.content-area-padding-bottom {
		padding-bottom: 25px;
	}
}

.absolute-position {
	position: absolute;
	z-index: 10;
	top: 80px;
}

@media (max-width: 679px) {
	.absolute-position {
		top: 140px;
	}
}
.social-icons {
	font-size: 30px;
	border: 1px solid white;
}
.social-icons:hover{
	background: white;
	color: #262626;
	border: 1px solid #262626;
}

.font-large {
	font-size: 20px;
}

.muted {
	color: #bbbbbb;
}

/* Form */
.graphical-select,
input,
textarea {
	color: #bbbbbb;
	background: white;
	border-radius: 0;
	border-color: #757373;
	margin-bottom: 0;
	line-height: 28px;
	padding: 0 8px;
}

.graphical-select::before,
.graphical-select::after {
	font-family: 'bmw-icons';
	font-size: 11px;
	padding: 0 9px;
	background:	#262626;
	color: white;
}
.graphical-select::before:hover,
.graphical-select::after:hover {
	background: -webkit-linear-gradient(top, white 50%, #dfdfdf 100%);
	background: linear-gradient(to bottom, white 50%, #dfdfdf 100%);
}

.graphical-select.selected .selected-value {
	color: #262626;
}

.graphical-select.focus::before {
	color: #bbbbbb;
}

.graphical-select:hover::before, .graphical-select:hover::after {
	background: #262626;
	color: white;
}

.label {
	font-family: 'bmwtypeweb';
	padding-bottom: 5px;
}

label {
	margin-bottom: 0;
}

label > input[type="checkbox"]:checked + span.mark::before {
	font-family: 'bmw-icons';
	content: "\e90a";
	position: absolute;
	left: 0;
}

label > span.mark {
	width: 18px;
	height: 18px;
	background-color: white;
}

label > input[type="checkbox"] + span.mark::before {
	color: #3466a5;
}

label:hover > input[type="checkbox"] + span.mark,
label:hover > input[type="radio"] + span.mark {
	color: #3466a5;
}

.from,
.to {
	border: none;
	padding: 0;
	color: #262626;
	cursor: default;
	opacity: 1;
}

.to {
	text-align: right;
}

#search .noUi-horizontal {
	height: 18px;
	border: none;
	border-radius: 0;
	padding-right: 0;
}
#search .noUi-horizontal .noUi-handle {
	top: -1px;
	border-radius: 0;
	width: 14px;
	height: 20px;
	cursor: pointer;
}
#search .noUi-horizontal .noUi-handle.noUi-handle-lower {
	left: 0;
}
#search .noUi-horizontal .noUi-handle.noUi-handle-upper {
	/*left: -14px;*/
	left: 0;
}
#search .noUi-horizontal .noUi-handle::before {
	display: none;
}
#search .noUi-horizontal .noUi-handle::after {
	content: "⋮";
	position: inherit;
	width: inherit;
	height: inherit;
	background: none;
	top: 0;
	left: 0;
	text-align: center;
}
#search .noUi-background {
}
#search .noUi-connect {
	background: #3466a5;
}

label > span.mark {
	/*border-color: transparent;*/
}

label > input[type="checkbox"]:disabled + span.mark {
	border-color: #bbbbbb;
}

label:hover > input[type="checkbox"] + span.mark + span,
label:hover > input[type="radio"] + span.mark + span {
	color: #9c9c9c;
}

#search-fields .select-field.range {
	margin-bottom: 0;
}

/*label > input[type="radio"] + span + span {
	padding-left: 35px;
	line-height: 2;
}*/
label > input[type="radio"] + span + span {
	padding-left: 35px;
	line-height: 2;
	margin-top: -3px;
	margin-bottom: 3px;
}

label > input[type="radio"] + span.mark {
	width: 25px;
	height: 25px;
}

label:hover > input[type="radio"] + span.mark {
	border-color: transparent;
}

label > input[type="radio"]:checked + span.mark {
	background: #3466a5;
	border: solid white 5px;
}

label > input[type="radio"] + span + span,
label > input[type="radio"] + span.mark {
	cursor: pointer;
}

label > input[type="radio"]:checked + span + span,
label > input[type="radio"]:checked + span.mark {
	cursor: default;
}
label > input[type="radio"]:checked + span + span:hover,
label > input[type="radio"]:checked + span.mark:hover {
	color: inherit;
}

input:focus,
textarea:focus {
	border-color: #3466a5;
	outline: none;
}

/* Navigation */
.language-selector {
	color: white;
	font-family: 'bmwtypeweb';
}
.language-selector li {
	margin-right: 5px;
}
.language-selector li.lng::after {
	content: "/";
	padding-left: 5px;
}
.language-selector li.lng:last-child::after {
	display: none;
}
.language-selector a {
	color: white;
}
.language-selector .active a {
	cursor: default;
}
.language-selector .active a,
.language-selector a:hover {
	color: #666666;
}

@media (max-width: 679px) {
	.language-selector li::after {
		display: none;
	}
}
.breadcrumb {
	padding: 3px 0;
	z-index: 10;
}
.breadcrumb-title {
	color: black;
	padding-bottom: 0;
}
.breadcrumb-link {
	color: #666666;
	font-weight: bold;
}
/*.breadcrumb-link:hover {
	color: #3466a5;
}*/
/*.breadcrumb-link.active*/
.breadcrumb-link:last-child {
	cursor: default;
	color: #3466a5;
}
.breadcrumb-link::before {
	content: "";
	font-family: 'bmw-icons';
	font-weight: normal;
	font-style: normal;
	font-size: 9px;
	position: relative;
	top: -1px;
	padding: 0 5px;
}
.breadcrumb-link:first-child::before {
	display: none;
}

.breadcrumb-link:only-child {
	color:#666666;
}
.breadcrumb-link:only-child::before {
	display:inline-block;
}

@media (max-width: 679px) {
	.breadcrumb {
		padding: 25px 0 15px;
	}
	.breadcrumb-link {
		margin-top: 5px;
	}
	.breadcrumb-link::before {
		padding-left: 0;
	}
}
/* Tabs */
.content-area-padding-slick .content-tab-parent .tab-contents {
	padding-top: 0;
	z-index: 80;
	position: relative;
	top: -4px;
}
@media (max-width: 679px) {
	.content-area-padding-slick .content-tab-parent .tab-contents {
		padding-top: 15px;
		top: 0;
	}
}

.tab-contents {
	padding-top: 35px;
	z-index: 100;
	position: relative;
}

.vehicle-infos .tab-contents {
	padding-top: 20px;
	padding-bottom: 20px;
}

.content-tab-parent {
	position: relative;
}

.content-tab-parent::before {
	content: "";
	display: block;
	width: 100%;
	height: 20px;
	position: absolute;
	top: 34px;
	background-color: white;
	z-index: -1;
}

@media (max-width: 679px) {
	.content-tab-parent::before {
		display: none;
	}
}

.btn-tab-navi{ content:""; border-bottom: 5px solid #262626; font-size: 20px; }

.btn-tab {
	padding: 8px 15px;
	color: black;
	font-weight: bold;
	position: relative;
}
.btn-tab:not(.disabled){ 
	background: white;
	border-left: 2px solid #262626;
    border-top: 2px solid #262626;
    border-right: 2px solid #262626;
}

.btn-tab.active,.btn-tab:not(.disabled):hover {
	color: white;
	z-index: 30;
	background: #262626;
}

@media (max-width: 679px) {
	.btn-tab {
		padding: 8px 15px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.btn-tab::after {
		display: none;
	}
	.btn-tab.active {
		padding: 8px 15px;
		top: 0;
		z-index: inherit;
	}
	.btn-tab.active::after {
		display: none;
	}
}
/* Slick-Slider */
.anim-inner {
	padding: 0;
}

.slicknav {
	position: relative;
}
.slicknav-box {
	height: 40px;
	padding: 10px;
	position: absolute;
	bottom: 35px;
	right: 15px;
	background-color: white;
}
.slicknav-box-vdp {
	right: 50px;
	bottom: 50px;
}
.slicknav-button {
	font-size: 20px;
	margin-right: 5px;
}
.slicknav-button:last-child {
	margin-right: 0;
}
.slicknav-pagination {
	display: inline-block;
	position: relative;
	top: -3px;
	left: 2px;
}

.anim-slick .anim-slide .anim-info {
	padding: 0;
	background: none;
	position: absolute;
	top: 45px;
	bottom: inherit;
}
.anim-slick .anim-slide .anim-info-headline {
	line-height: 1;
}
.anim-slick .anim-slide .anim-info-subline {
	margin-bottom: 25px;
}

@media (max-width: 1189px) {
	.anim-slick .anim-slide .anim-info {
		top: 50%;
		-webkit-transform: translateY(-50%);
						transform: translateY(-50%);
	}
}
.init-slick .slick-arrow,
.image-slide .slick-arrow,
.slick-arrow{
	font-size: 36px;
	color: black;
	position: absolute;
	top: 50%;
	background: none;
	cursor: pointer;
}
.init-slick .slick-arrow:focus,
.image-slide .slick-arrow:focus,
.slick-arrow:focus {
	outline: none;
}
.init-slick .slick-arrow:hover,,
.image-slide .slick-arrow:hover,
.slick-arrow:hover {
	color: black;
	background: none;
}
.init-slick .slick-arrow::before,
.image-slide .slick-arrow::before, .image-slide .slick-arrow::after,
.slick-arrow::before,
.slick-arrow::after {
	font-size: inherit;
}

.init-slick .prev.slick-arrow,
.prev.slick-arrow {
	left: -20px;
}

.init-slick .next.slick-arrow,
.next.slick-arrow {
	right: -20px;
}

.image-slide .prev.slick-arrow {
	left: -40px;
}

.init-slide .next.slick-arrow,
.image-slide .next.slick-arrow {
	right: -40px;
}

/* Newsbox */
#newsbox {
	margin-top: -25px;
	padding-bottom: 25px;
	position:relative;
	z-index:80;
}

@media (max-width: 679px) {
	#newsbox {
		margin-top: 0;
		padding-bottom: 0;
	}
}
.newsbox {
	min-height: 265px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
	background-color: white;
	position: relative;
}
.newsbox-img, .newsbox-title {
	margin-bottom: 10px;
}
.newsbox .newsbox-title {
	line-height: 1;
}
.newsbox .newsbox-title-big {
	font-size: 17px;
}
.newsbox-description {
	line-height: 1.2;
}

@media (max-width: 679px) {
	.newsbox-link {
		position: inherit;
		bottom: inherit;
	}
}
/* Model */
.models .model-category-filter {
	padding-bottom: 10px;
	display: table;
	width: 100%;
}

.models .model-category-filter span {
	font-size: inherit;
	font-family: 'bmwtypeweb';
	color: #666666;
	background: white;
	padding: 0 10px;
	line-height: 34px;
	margin-top: -1px;
	margin-right: 2px;
}
@media (max-width: 1189px) and (min-width: 680px) {
	.models .model-category-filter span {
		display: inline-block;
		margin-left: -1px;
	}
}
@media (max-width: 1189px) and (min-width: 810px) {
	.models .model-category-filter span {
		display: display-block;
		vertical-align: middle;
		line-height: inherit;
		padding: 10px;
	}
}
@media (min-width: 1190px) {
	.models .model-category-filter span {
		display: table-cell;
		border-left: none;
	}
	.models .model-category-filter span:first-child {
		/*border-left: solid 1px #bbbbbb;*/
	}
}
.models .model-category-filter span.active, .models .model-category-filter span:hover {
	color: white;
	background: #3466a5;
}

.models .models-content .model-data {
	position: relative;
	z-index: 20;
	cursor: pointer;
	-webkit-transform: translateZ(0);
					transform: translateZ(0);
}
.models .models-content .model-data:hover {
	position: absolute;
	left: 15px;
	right: 15px;
	z-index: 999;
}
@media (min-width: 680px) {
	.models .models-content .model-data:hover {
		position: relative;
		left: inherit;
		right: inherit;
		z-index: 999;
	}
	
	.financial-service .finance-item{ min-height:300px; overflow:hidden; }
	.financial-service .finance-item .title {
		padding-top: 20px;
	}
}
@media (min-width: 881px) {
	.financial-service .finance-item .title {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
}
/*.models .models-content .model-data:hover .model-overlay{visibility: visible;}*/

.models .models-content .model-data:hover .model-label {
	/*border-color: #bbbbbb !important;*/
}

.models .models-content .model-label {
	/*border: solid 1px transparent;*/
	padding: 15px 0;
	border: 1px solid black;
	min-height: 170px;
}
.models .models-content .model-checkbox:checked ~ .model-label {
	border-color: #bbbbbb;
	background: none;
}
.models .models-content .model-checkbox:checked ~ .model-label .model-title {
	color: #3466a5;
}
.models .models-content .model-series {
	position: absolute;
	top: 0;
	left: 10px;
	font-family: 'bmwtypeweb';
	font-size: 65px;
	color: #bbbbbb;
}

.models .models-content .model-series.all-models{
	font-size: 30px !important;
	text-transform: uppercase;
	left: 0;
	padding: 0;
	top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.fav-header { padding-bottom: 20px; }

.model-page .models .models-content .model-series{
	font-size: 30px;
}

{*.models .models-content .submodel .model-series{ 
	font-size: 25px;
    width: 100%;
    text-align: center; 
	text-transform: uppercase;
	padding-top: 5px;
}*}

.models .models-content .model-image {
	margin-bottom: 0;
	z-index: 1;
	position: relative;
	text-align: center;
	padding: 0;
}
.model-image img {
	width: 100%;
	pointer-events: none;
	max-width: 250px;
}
.models .models-content .model-title {
	font-family: 'bmwtypeweb';
	color: #262626;
	font-size: inherit;
}
.models .models-content .model-availability {
	padding-left: 0;
}
.models .models-content .model-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: white;
	z-index: -1;
	padding-top: 65%;
	padding-bottom: 15px;
	border: solid 1px #bbbbbb;
	visibility: hidden;
}
.smartphone .models .models-content .model-overlay{
	padding-top: 40%;
}
@media (min-width: 680px) {
	.models .models-content .model-overlay {
		width: 335px;
		padding-top: 80%;
	}
}

.models .models-content .model-overlay .checkbox-title {
	line-height: 5;
}
.models .models-content .model-overlay label > input[type="checkbox"]:checked ~ span.checkbox-title {
	color: #3466a5;
}
.models .models-content a span {
	padding-left: 15px;
}
.models .models-content label .model-text {
    display: block;
    font-weight: 700;
    color: #666;
    font-size: 11px;
    line-height: 14px;
}
.models .models-content .model-item .DISABLED + .model-data .model-label:hover {
	border-color: transparent !important;
}
.models .models-content .model-item .DISABLED + .model-data {
	position: relative;
	top: 0;
	left: 0;
}
@media (min-width: 680px) {
	.models .models-content .model-item .DISABLED + .model-data {
		top: inherit;
		left: inherit;
	}
}
.models .models-content .model-item .DISABLED + .model-data .model-overlay {
	visibility: hidden;
}

.model-item:nth-child(2n) .has-trims.model-data:hover .model-label {
	border-right-color: #bbbbbb !important;
}
.model-item:nth-child(2n) .has-trims.model-data:hover .checkbox-title {
	float: left;
	text-align: right;
}

.model-all:hover .model-label{ border: 1px solid #bbb; }

@media (min-width: 680px) {
	/*.model-item:nth-child(2n) .has-trims.model-data:hover .model-label {
		border-right-color: transparent !important;
	}*/
	.model-item:nth-child(2n) .has-trims.model-data:hover .checkbox-title {
		float: inherit;
		text-align: inherit;
	}

	.model-item:nth-child(3n) .model-overlay {
		left: inherit;
		right: 0;
	}
	/*.model-item:nth-child(3n) .has-trims.model-data:hover .model-label {
		border-right-color: #bbbbbb !important;
	}*/
	.model-item:nth-child(3n) .has-trims.model-data:hover .checkbox-title {
		float: left;
		text-align: right;
	}
}
@media (max-width: 959px){
	#head .logo-item img{ width: 62px; }
	.main-navi .navi-item.lng a { font-size: 25px; }
}
@media (min-width: 960px) {
	.model-item:nth-child(3n) .model-overlay {
		right: inherit;
	}
	/*.model-item:nth-child(3n) .has-trims.model-data:hover .model-label {
		border-right-color: transparent !important;
	}*/
	.model-item:nth-child(3n) .has-trims.model-data:hover .checkbox-title {
		float: inherit;
		text-align: inherit;
	}

	.model-item:nth-child(4n) .model-overlay {
		left: inherit;
		right: 0;
	}
	.model-item:nth-child(4n) .has-trims.model-data:hover .checkbox-title {
		float: left;
		text-align: right;
	}
}
@media (min-width: 1190px) {
	.model-item:nth-child(4n) .model-overlay {
		right: inherit;
	}
	/*.model-item:nth-child(4n) .has-trims.model-data:hover .model-label {
		border-right-color: transparent !important;
	}*/
	.model-item:nth-child(4n) .has-trims.model-data:hover .checkbox-title {
		float: inherit;
		text-align: inherit;
	}

	.model-item:nth-child(5n) .model-overlay {
		left: inherit;
		right: 0;
	}
	.model-item:nth-child(5n) .has-trims.model-data:hover .model-label {
		border-left-color: transparent !important;
		border-right-color: #bbbbbb !important;
	}
	.model-item:nth-child(5n) .has-trims.model-data:hover .checkbox-title {
		float: left;
		text-align: right;
	}
}
/* Grid and List */
.mdx-result-list {
	border-top: none;
}

.mdx-result-list.grid .vehicle .vehicle-frame {
	border:1px solid black;
	padding: 0;
}
.mdx-result-list .vehicle {
	border: none;
}
.mdx-result-list .vehicle:hover {
	background: none;
}
.mdx-result-list .vehicle:first-child .vehicle-inner {
	border-top-color: transparent;
}
.mdx-result-list .vehicle-inner, .mdx-result-list.grid .vehicle .content .tools {
	padding: 0;
}
.mdx-result-list .vehicle-inner {
	border-bottom: solid 2px black;
	padding-top: 20px;
	padding-bottom: 20px;
}
.mdx-result-list .vehicle .title {
	color: #262626;
}
.mdx-result-list .vehicle .title:hover {
	color: #262626;
}
.mdx-result-list:not(.grid) .list-value {
	font-family: 'bmwtypeweb';
	display: block;
    text-align: center;
    width: 100%;
    margin-top: -20px;
	font-size: 20px;
}
.mdx-result-list .img-count {
	color: #666666;
}
.mdx-result-list .img-count .bmw-icons-camera {
	font-size: 25px;
	vertical-align: text-bottom;
	margin-right: 8px;
	color: white;
	background: -webkit-linear-gradient(top, #0653b6 0%, #3466a5 100%);
	background: linear-gradient(to bottom, #0653b6 0%, #3466a5 100%);
}
.mdx-result-list .vehicle.open {
	background-color: #f2f2f2;
}
{*.mdx-result-list .vehicle.open ~ .vehicle .vehicle-inner,
.mdx-result-list .vehicle.open .vehicle-inner*}
.mdx-result-list .vehicle.open + .vehicle .vehicle-inner,
.mdx-result-list .vehicle.open .vehicle-inner {
	border-top-color: transparent;
}
.mdx-result-list .vehicle .vehicle-infos {
	border-top: none;
	padding: 0;
}
.mdx-result-list .close-preview {
	position: absolute;
	z-index: 100;
	font-family: 'bmwtypeweb';
	color: #262626;
	top: 10px;
	right: 15px;
}
.mdx-result-list .close-preview:hover {
	color: #3466a5;
}

#result-tools-top #view a {
	padding: 2px;
	color: #262626;
	border: 1px solid #262626;
}
#result-tools-top #view a:hover {
	background: #262626;
	color: white;
}
#result-tools-top #view a.active {
	color: white;
	background: #262626;
}

#result-tools-top #view .grid {
	margin-right: 6px;
}

.mdx-result-list.grid {
	position: relative;
}

.mdx-result-list.grid .vehicle::after {
	/*content: "";
	border-bottom: 1px solid #3466a5;
	display: block;
	position: absolute;
	left: 15px;
	right: 15px;
	margin-top: 13px;*/
}

.mdx-result-list.grid .init-slick .vehicle::after {
	display:none;
}

.mdx-result-list.grid.slick-slider .vehicle::after {
	display: none;
}

@media (max-width: 679px) {
	
	.models .models-content .model-series{ font-size: 18px !important; padding-top: 10px; }
	#search-buttons .tiles-container-15 > .column{ padding-bottom: 0; }
	.adv-search-trigger{ padding-top: 5px !important; }
	.equipment{ padding: 0; }
	.vehicle .address .phone{ margin: 0; }
	#animation .format-custom{ padding-bottom: 33.3333%; }
	.equipment li{ padding: 0; }

	.mdx-result-list.grid .vehicle:nth-last-of-type(-n+1)::after {
		display: none;
	}

	.mdx-result-list .vehicle:first-child .vehicle-inner {
		padding-top: 0;
	}

	.mdx-result-list:not(.grid) {
		margin-top: -15px;
	}
	
	.models .models-content .model-data:hover .model-overlay .columns-container-10 .column:first-child{
		/*display: none;*/
	}
	.models .models-content .model-data:hover .model-overlay {
		visibility: hidden;
	}
	
	.models .models-content .model-data:hover {
		/*z-index: 21;
    	position: relative;
		left: 0;
		right: 0;*/
		position:static;
	}
	/*.models .models-content .model-data:hover .model-overlay{
		visibility: visible;
	}*/
	
	/*.models .models-content .has-trims.model-data:hover .model-label {	
		border-left-color: #bbb !important;
		border-top-color: #bbb !important;
		border-right-color: #bbb !important;
		border-bottom-color: #bbb !important;
	}*/
	
	.models .models-content .model-series.all-models{ font-size: 20px !important;  }
	
	.models .models-content .model-label{ min-height: 105px; }
	
	.models .models-content .has-trims.model-data:focus .model-label {	
		border-left-color: #bbb !important;
		border-top-color: #bbb !important;
		border-right-color: #bbb !important;
		border-bottom-color: #bbb !important;
	}
	
	/*.models .models-content .has-trims.model-data:not(:focus) .model-label{
		border-left-color: transparent !important;
		border-top-color: transparent !important;
		border-right-color: transparent !important;
		border-bottom-color: transparent !important;
	}*/
}
@media (min-width: 680px) and (max-width: 959px) {
	.mdx-result-list.grid .vehicle:nth-last-of-type(-n+2)::after {
		display: none;
	}
	#search-fields{ margin-left: 0; width: 100%; }
	#search .adv-search{ margin: 0; }
}
@media (min-width: 960px) {
	.mdx-result-list.grid .vehicle:nth-last-of-type(-n+4)::after {
		display: none;
	}
	
	/*g {
		border-left-color: #bbbbbb !important;
		border-top-color: #bbbbbb !important;
		border-right-color: transparent !important;
		border-bottom-color: transparent !important;
	}*/
	
}
.list-value::after {
	content: ", ";
}

.list-value:last-child::after {
	display: none;
}

/* VDP */
.equipment li.equipment-title {
	padding-left: 0;
}
.equipment li.equipment-title::before {
	display: none;
}

.equipment li {
	line-height: 2;
	padding: 0;
	padding-left: 10px;
}
.equipment li:before {
	color: inherit;
	font-size: 21px;
	left: 0;
}
