/*
	General	
*/
body {
  font-family: "Futura W01", "L Futura W01", "Futura", Arial, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 18px;
  line-height: 1.6em;
  color: #1b1e23;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.5em;
  }
}
a:focus {
  outline: none;
  text-decoration: none;
}
.debug {
  background-color: rgba(0, 255, 0, 0.35);
}
.responsive-image {
  display: block;
  width: 100%;
  height: auto;
}
/*
	General
*/
body.locked {
  /*
	position: fixed;
	
	width: 100%;
	height: 100%;
	overflow: hidden;
	*/
}
/*
	Header
*/
header {
  position: absolute;
  width: 100%;
  color: #ffffff;
}
.header-background-gradient {
  position: fixed;
  z-index: 512;
  left: 0;
  top: 0;
  width: 100%;
  height: 120px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.16), transparent);
}
.header-background-cover {
  position: fixed;
  z-index: 512;
  left: 0;
  top: 0;
  width: 100%;
  background: #202427;
  /*
	background-color: #171b1d;
	background-color: rgba(42, 46, 50, .2);
	*/
}
.header-content {
  position: fixed;
  top: 45px;
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
}
.header-content > div {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .header-content > div {
    width: 98%;
  }
}
@media (min-width: 992px) {
  .header-content > div {
    width: 98%;
  }
}
@media (min-width: 1200px) {
  .header-content > div {
    width: 1180px;
  }
}
.header-content.header-logo-container {
  z-index: 513;
}
.header-logo {
  left: 18px;
  font-size: 16px;
  line-height: 1.1em;
  /*
	@media (min-width: @screen-sm-min) and (max-width: @screen-md-max) {
		font-size: 14px;
		
	}
	
	@media (max-width: @screen-xs-max) {
		font-size: 12px;
		
	}
	*/
}
.header-logo img {
  position: relative;
}
@media (min-width: 992px) {
  .header-logo img {
    top: -15px;
  }
}
@media (max-width: 991px) {
  .header-logo img {
    width: 180px;
    top: -10px;
  }
}
.header-content.header-button-container {
  z-index: 2048;
}
.header-button {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 16px;
  line-height: 1.1em;
  /*
	@media (min-width: @screen-sm-min) and (max-width: @screen-md-max) {
		font-size: 14px;
		
	}
	
	@media (max-width: @screen-xs-max) {
		font-size: 12px;
		
	}
	*/
}
@media (max-width: 991px) {
  .header-button {
    font-size: 15px;
  }
  .header-button > .header-language-button {
    position: relative;
    top: -1px;
  }
}
.header-button > a {
  color: #ffffff;
}
.header-button > a > span {
  background: rgba(0, 0, 0, 0.005);
}
.header-button > a.header-language-button,
.header-button > a.header-back-button {
  margin-right: 2.9em;
}
@media (max-width: 991px) {
  .header-button > a.header-language-button {
    margin-right: 1.2em;
  }
  .header-button > a.header-back-button {
    margin-right: 1em;
  }
}
.header-button > a:hover {
  color: #f54c00;
}
header.modal .header-button > a:hover,
header.inverted .header-button > a:hover {
  color: #000000;
}
header.modal.negative .header-button > a:hover,
header.inverted.negative .header-button > a:hover {
  color: #f54c00;
}
.header-button {
  cursor: pointer;
}
.header-button a:hover {
  color: #f54c00;
}
.header-menu-button-label {
  display: inline-block;
  width: 21px;
  height: 1px;
  margin-left: .7em;
}
.header-menu-button-label:after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: -1px;
  width: 21px;
  height: 18px;
  background-image: url("../data/images/ui/menu.svg");
  background-repeat: no-repeat;
}
.header-button a:hover .header-menu-button-label:after {
  background-image: url("../data/images/ui/menu-hover.svg");
}
.inverted .header-button a:hover .header-menu-button-label:after {
  background-image: url("../data/images/ui/menu-hover-black.svg");
}
.header-menu-button-icon {
  position: relative;
  top: -3px;
  left: 0px;
}
.header-close-button-label {
  display: inline-block;
  width: 16px;
  height: 1px;
  margin-left: .75em;
}
.header-close-button-label:after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 16px;
  height: 16px;
  background-image: url("../data/images/ui/close.svg");
  background-repeat: no-repeat;
}
.header-button > a:hover .header-close-button-label:after {
  background-image: url("../data/images/ui/close-hover.svg");
}
header.modal .header-button > a:hover .header-close-button-label:after {
  background-image: url("../data/images/ui/close-black.svg");
}
header.modal.negative .header-button > a:hover .header-close-button-label:after {
  background-image: url("../data/images/ui/close-hover.svg");
}
.header-menu-icon-back {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 1px;
}
.hidden-xs .header-menu-icon-back {
  margin-right: .15em;
}
.header-menu-icon-back:after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: -2px;
  width: 10px;
  height: 16px;
  background-image: url("../data/images/ui/arrow-s-left-white.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .header-menu-icon-back:after {
    bottom: -1px;
  }
}
@media (max-width: 991px) {
  .header-menu-icon-back:after {
    background-image: url("../data/images/ui/arrow-xs-left-white.svg");
  }
}
.header-back-button:hover .header-menu-icon-back:after {
  background-image: url("../data/images/ui/arrow-s-left-white-hover.svg");
}
@media (max-width: 991px) {
  .header-back-button:hover .header-menu-icon-back:after {
    background-image: url("../data/images/ui/arrow-xs-left-white-hover.svg");
  }
}
.inverted .header-back-button:hover .header-menu-icon-back:after {
  background-image: url("../data/images/ui/arrow-s-left-hover.svg");
}
@media (max-width: 991px) {
  .inverted .header-back-button:hover .header-menu-icon-back:after {
    background-image: url("../data/images/ui/arrow-xs-left-hover.svg");
  }
}
.header-button a {
  background: rgba(0, 0, 0, 0);
}
/*
	Navigation
*/
.navigation-layer {
  position: fixed;
  z-index: 1024;
  width: 100%;
  height: 100%;
}
.navigation-background {
  width: 100%;
  height: 100%;
  background-color: rgba(27, 30, 35, 0.95);
  -webkit-transition: background-color 0.9s;
  -moz-transition: background-color 0.9s;
  transition: background-color 0.9s;
}
nav {
  color: #ffffff;
  text-align: center;
  width: 100%;
}
nav {
  padding-top: calc(5.5vh);
}
.navigation-section {
  position: relative;
}
nav h5 {
  font-size: 16px;
}
nav h5 + ul {
  margin-top: 1.2em;
}
nav ul li {
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.15em;
}
@media (max-width: 991px) {
  nav ul li {
    font-size: 32px;
  }
}
nav ul li + li {
  margin-top: .45em;
}
nav ul li a {
  color: #ffffff;
  padding-left: .5em;
  padding-right: .5em;
}
nav:not(.mobile-safari) ul li a:hover {
  text-decoration: none;
  color: #f54c00;
}
nav ul li.active a {
  color: #f54c00;
}
nav ul li ul {
  margin-top: .7em;
  padding-bottom: .85em;
}
nav ul li ul li {
  font-size: 16px;
}
nav ul li ul li + li {
  margin-top: 1.15em;
}
nav .navigation-section + .navigation-section {
  margin-top: 4.2em;
}
nav ul.navigation-icon-bar {
  margin-top: -9px;
}
nav ul.navigation-icon-bar li {
  display: inline-block;
}
nav ul.navigation-icon-bar li a {
  padding-left: 0;
  padding-right: 0;
}
nav .navigation-icon {
  display: inline-block;
  width: 91px;
  height: 91px;
  border-radius: 50%;
  text-align: center;
}
nav .navigation-icon:hover {
  background: #f54c00;
}
nav .navigation-icon > span {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 26px;
}
nav .navigation-icon > .navigation-icon-facebook {
  background-image: url("../data/images/ui/facebook-l.svg");
}
nav .navigation-icon > .navigation-icon-twitter {
  background-image: url("../data/images/ui/twitter-l.svg");
}
nav .navigation-icon > .navigation-icon-youtube {
  background-image: url("../data/images/ui/youtube-l.svg");
}
/*
	Test-Ride
*/
.test-ride-teaser {
  position: absolute;
  z-index: 512;
  bottom: 0px;
  width: 100%;
  height: 0px;
  text-align: center;
}
@media (max-width: 767px) {
  .test-ride-teaser {
    display: none;
  }
}
.test-ride-button {
  position: relative;
  top: -52px;
  vertical-align: bottom;
  display: inline-block;
  width: 105px;
  height: 105px;
  background: url("../data/images/ui/teaser-button-test-ride.svg");
}
body.neos-backend .test-ride-button {
  display: none;
}
/*
	Cookie Layer
*/
.cookie-layer {
  position: fixed;
  z-index: 8192;
  top: 0;
  left: 0;
  color: #ffffff;
  background: #000000;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  width: 100%;
}
.cookie-layer .col-xs-12 > div {
  display: table;
}
.cookie-layer .col-xs-12 > div > div {
  display: table-cell;
  vertical-align: middle;
}
.cookie-layer .col-xs-12 > div > div:first-child {
  width: 99%;
  padding-bottom: 2px;
}
.cookie-layer .col-xs-12 > div > div:last-child {
  width: 1%;
}
.cookie-layer a:hover {
  color: #a8a8a8;
  text-decoration: underline;
}
.cookie-layer .call-to-action {
  margin-top: 0;
  margin-left: 2em;
  min-width: 0;
  background: transparent;
  border: 1px solid white;
  color: white;
}
.cookie-layer .call-to-action:hover {
  background: #181b1d;
  color: white;
  text-decoration: none;
}
.navigation-layer.login-mode .navigation-background {
  background-color: #f54c00;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#pageController > #login-screen {
  background-color: #f54c00;
}
#login-screen {
  color: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
}
@media (max-width: 767px) {
  #login-screen {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (min-width: 768px) {
  #login-screen {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
#login-screen > div {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
#login-screen h1 {
  font-size: 80px;
  margin-bottom: -0.25em;
}
@media (max-width: 767px) {
  #login-screen h1 {
    font-size: 50px;
  }
}
#login-screen .spacer-top {
  margin-top: 4.65em;
}
#login-screen .spacer-middle {
  margin-top: 1.5em;
}
#login-screen label > span {
  opacity: .5;
}
#login-screen label > span > a {
  color: inherit;
}
#login-screen span.button:hover {
  opacity: 1;
}
/*
#login-screen .login-label-password span:before {
	content: " | ";
	
}
*/
@media (max-width: 767px) {
  .login-button-row {
    margin-top: 3.5em;
  }
}
@media (min-width: 768px) {
  .login-button-row {
    margin-top: 3.2em;
  }
}
@media (min-width: 768px) {
  .login-button-row > .call-to-action + .call-to-action {
    margin-left: .65em;
  }
}
.login-button-row > .call-to-action {
  padding: 1.0em 1.25em !important;
}
@media (min-width: 768px) {
  .login-button-row > .call-to-action {
    display: inline-table;
  }
}
.login-button-row > .call-to-action.login-button {
  background-color: #ffffff;
  color: #f54c00;
}
.login-button-row > .call-to-action.login-button-outline {
  background-color: transparent;
  outline: 1px solid white;
  outline-offset: -1px;
  display: inline-block;
  color: white;
}
.login-button-row > .call-to-action > h5 {
  display: inline-block;
}
.login-button-row > .call-to-action:hover {
  outline: none;
  background: #000000;
  color: #ffffff;
}
/*
	Form
*/
#login-screen input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  outline: none;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  font-size: 32px;
  text-transform: uppercase;
  width: 65%;
  min-width: 240px;
  max-width: 1024px;
}
@media (max-width: 767px) {
  #login-screen input {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
#login-screen input[type=password] {
  font-style: normal;
}
#login-screen input:focus {
  border: none;
  border-bottom: 1px solid #ffffff;
  outline: none;
}
#login-screen .error input {
  color: #000000;
  border-bottom-color: #000000;
}
#login-screen label {
  font: inherit;
  margin-top: .5em;
  cursor: pointer;
}
#login-screen .error label {
  color: #000000;
}
#login-screen .error label > span {
  color: #ffffff;
}
#login-screen button {
  border: none;
}
/*
	Registration
*/
.form-container.text-section.container > .row:first-child {
  padding-top: 10%;
}
.form-container.text-section.container > .row {
  padding-top: 10%;
}
.form-container hr {
  border: none;
  outline: none;
  background: transparent;
  height: 1px;
  padding-top: 10%;
}
.form-container hr:before {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dcdee0;
}
@media (min-width: 992px) {
  .form-container h2 {
    font-size: 36px;
  }
}
.form-container label {
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  color: #c2c3c5;
  margin-bottom: .95em;
  cursor: pointer;
}
.form-container label > span.info {
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.form-container label > span.error-message {
  color: #000000;
}
.form-container label > span.info:before {
  content: " ";
}
.form-container input,
.drop-down-button {
  display: block;
  border: none;
  outline: none;
  background: #f4f4f4;
  padding: 1.1em;
  font-size: 18px;
  width: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}
.form-container .error input,
.error .drop-down-button {
  background: #fbdedc !important;
}
.form-container input:focus {
  background: #e8e8e8;
}
.form-container input[type="radio"] {
  display: inline;
  width: 0;
}
.row.form-narrow-row {
  margin-top: 0;
  padding-top: 1.45em !important;
}
@media (max-width: 991px) {
  .form-container .row .col-xs-12 + .col-xs-12 {
    padding-top: 1.45em;
  }
}
hr + .row.form-narrow-row {
  margin-top: 10%;
  padding-top: 0 !important;
  padding-bottom: 5em;
}
button.submit-button {
  margin-top: 0;
  border: none;
  outline: none;
  color: #ffffff;
}
.form-container select {
  position: absolute;
  opacity: 0;
}
form .drop-down-button {
  display: table;
  cursor: pointer;
}
form .drop-down-button .drop-down-button-arrow {
  display: table-cell;
  position: relative;
  top: 1px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
form .drop-down-button .drop-down-button-arrow {
  width: 15px;
  height: 11px;
  background-image: url("../data/images/ui/drop-down-arrow-down.svg");
}
form .drop-down-button.open .drop-down-button-arrow {
  top: 0;
  background-image: url("../data/images/ui/drop-down-arrow-up.svg");
}
form .drop-down-item {
  padding: 9px 9px;
  border: none;
  outline: none;
  background: #e8e8e8;
  padding: 1.1em;
  font-size: 18px;
  border-top: 1px solid white;
  -webkit-font-smoothing: subpixel-antialiased;
}
form .drop-down-item:hover {
  background-color: #f4f4f4;
}
form input[type="radio"] {
  position: absolute;
  left: -2048px;
}
fieldset {
  position: relative;
  top: -10px;
}
fieldset span + span {
  margin-left: 2em;
}
.checkbox-label:before {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  bottom: -7px;
  margin-right: .6em;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../data/images/ui/radio-button-unchecked.svg");
}
.checked .checkbox-label:before {
  background-image: url("../data/images/ui/radio-button-checked.svg");
}
/*
	Footer Teaser
*/
.footer-teaser {
  background: #202427;
  color: #ffffff;
  text-align: center;
  padding-top: 2.25em;
  padding-bottom: 2.25em;
}
@media (min-width: 992px) {
  .footer-teaser {
    padding-top: calc(11%);
    padding-bottom: calc(11%);
  }
  .footer-teaser h2 {
    font-size: 36px;
  }
}
.footer-teaser h2 > img {
  width: 75%;
  max-width: 250px;
}
/*
	Footer Links
*/
.footer-links {
  background: #181b1d;
}
ul.footer-link-list {
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
@media (min-width: 992px) {
  ul.footer-link-list {
    font-size: 16px;
    padding-top: 2em;
    padding-bottom: 2.75em;
    text-align: justify;
    text-align-last: justify;
  }
  ul.footer-link-list:after {
    content: " ";
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 991px) {
  ul.footer-link-list {
    padding: 2em 0;
    line-height: 2.8em;
  }
}
@media (max-width: 767px) {
  ul.footer-link-list {
    font-size: 16px;
    line-height: 2.8em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  ul.footer-link-list {
    padding-bottom: 4.4em !important;
  }
}
ul.footer-link-list a {
  color: #ffffff;
}
ul.footer-link-list a:hover {
  color: #f54c00;
}
ul.footer-link-list li.active > a {
  color: #dcddde;
}
@media (min-width: 992px) {
  ul.footer-link-list li {
    display: inline-block;
  }
}
ul.footer-link-list li > a:hover {
  background: rgba(0, 0, 0, 0.01);
  position: relative;
}
ul.footer-link-list > li:not(:first-child) {
  padding-left: .3em;
}
ul.footer-link-list > li:not(:last-child) {
  padding-right: .3em;
}
/*
	Backgrounds
*/
.new-orange {
  background-color: #f54c00;
  color: #ffffff;
}
.blue-gray {
  background-color: #8f8da5;
  color: #ffffff;
}
.lighter-black {
  background-color: #202427;
}
.dark-gray {
  background-color: #343b40;
  color: #ffffff;
}
.light-gray {
  background-color: #f4f4f4;
}
/*
	Content
*/
@media (min-width: 1200px) {
  body.neos-backend .container {
    width: 98%;
  }
}
#pageController {
  overflow-x: hidden;
}
body.neos-backend #pageController {
  overflow-x: visible;
}
p {
  margin: 0;
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 1.4em;
  }
}
h1,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  margin: 0;
}
h1 {
  font-size: 55px;
}
h2 {
  margin: 0;
  font-weight: 100;
  font-size: 25px;
  line-height: 1.15em;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  h2 {
    font-size: 20px;
  }
}
a {
  color: #f54c00;
  text-decoration: none;
}
a:hover {
  color: #1b1e23;
  text-decoration: none;
}
h5 {
  font-size: 16px;
}
p.intro + h2 {
  margin-top: 2.9em;
}
* + h2 {
  margin-top: 1.58em;
}
h1 + p,
h2 + p,
p + p {
  margin-top: .85em;
}
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 36px;
  }
  h5 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 25px;
    line-height: 1.17em;
  }
  h2 {
    line-height: 1.2em;
  }
  h5 {
    font-size: 12px;
  }
}
ul {
  list-style: none;
  padding: 0;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}
.section-wrapper {
  background-color: #ffffff;
}
.text-section {
  padding-bottom: 10%;
}
.text-section.container > .row:first-child {
  padding-top: 4em;
  padding-top: calc(14% + 8px);
}
.background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.dark-gradient-left,
.dark-gradient-right {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.dark-gradient-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.31));
}
.dark-gradient-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.31));
}
hr {
  height: 2px;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: none;
  outline: none;
}
/*
	Head Teaser
*/
.head-teaser-dummy {
  height: 105px;
}
.head-teaser-container {
  /*	background: @dark-gray; */
}
.sprite.content-section.head-teaser-container {
  min-height: 0;
}
.head-teaser-container.darkened {
  background: rgba(52, 59, 64, 0.2);
}
.head-teaser {
  display: table;
  width: 100%;
  max-width: 1400px;
  min-height: 200px;
  margin: 0 auto;
}
.head-teaser-content {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  text-align: center;
  padding-top: calc(14% + 28px);
  padding-bottom: calc(14%);
}
/* Large */
.head-teaser-large h1 {
  font-size: 80px;
  margin-bottom: -0.25em;
}
@media (max-width: 767px) {
  .head-teaser-large h1 {
    font-size: 50px;
  }
}
.head-teaser-large p.sub-head {
  font-size: 25px;
}
@media (max-width: 767px) {
  .head-teaser-large p.sub-head {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  p.large {
    font-size: 25px;
  }
}
.head-teaser-large .head-teaser-content {
  padding-top: calc(14% + 28px);
  padding-bottom: calc(14%);
}
.head-teaser-large.head-teaser-full-screen {
  min-height: 100%;
  min-height: 100vh;
}
.head-teaser-large.head-teaser-full-screen p {
  width: 80%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.9em;
}
.head-teaser-large.head-teaser-full-screen .action-button,
.expandable-section .action-button {
  display: table;
}
.head-teaser-large.head-teaser-full-screen .action-button {
  margin: 0 auto;
  padding-left: 4em;
  padding-right: 4em;
}
.head-teaser-large.head-teaser-full-screen .action-button {
  margin-top: 3.1em;
}
/*
	Content Teaser
*/
.content-teaser {
  background: #f54c00;
  color: #ffffff;
  display: table;
  width: 100%;
}
.content-teaser > div {
  display: table-cell;
  width: 100%;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
@media (max-width: 767px) {
  .test-ride-teaser-mobile h5 {
    position: relative;
  }
  .test-ride-teaser-mobile h5:after {
    content: " ";
    position: absolute;
    right: -1px;
    display: inline-block;
    width: 10px;
    height: 16px;
    background-image: url("../data/images/ui/arrow-s-right-white.svg");
  }
}
@media (min-width: 768px) {
  .test-ride-teaser-mobile {
    display: none;
  }
}
.teaser-text-dark {
  /*
	& h5 {
		color: @light-gray !important;
		
	}
	*/
}
.teaser-text-dark h1,
.teaser-text-dark p {
  color: #c2c3c5 !important;
}
/*
	Home Page
*/
@media (min-width: 768px) {
  .sprite.content-section.homepage-main-teaser-section.head-teaser-container {
    min-height: 66vh !important;
  }
  .sprite.content-section.homepage-teaser-section.head-teaser-container,
  .homepage-teaser-section {
    min-height: 60vh !important;
  }
}
.homepage-teaser-section > div {
  max-width: 1400px;
  margin: 0 auto;
  height: 100%;
}
.homepage-teaser-section.content-section .overlay-wrapper {
  padding-top: 4% !important;
  padding-bottom: 4% !important;
}
@media (max-width: 767px) {
  .homepage-teaser-section.content-section .overlay-wrapper,
  .homepage-main-teaser-section.content-section .title > div {
    padding-top: calc(6% + 2em) !important;
    padding-bottom: calc(6% + 2em) !important;
  }
}
.homepage-main-teaser-section {
  color: #ffffff;
  background: transparent !important;
}
.homepage-main-teaser-section .title-wrapper,
.homepage-teaser-section .title-wrapper {
  position: relative;
  z-index: 1;
}
/*
.homepage-main-teaser-section .overlay-wrapper.title-wrapper {
	position: absolute;
	bottom: 0;
	
}
*/
.homepage-teaser-section.white {
  background-color: #ffffff !important;
}
.home-page-title h1,
.homepage-main-teaser-section .title h1 {
  font-size: 80px;
}
@media (min-width: 768px) {
  .home-page-title h1,
  .homepage-main-teaser-section .title h1 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page-title h1,
  .homepage-main-teaser-section .title h1 {
    width: 92%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page-title h1,
  .homepage-main-teaser-section .title h1 {
    font-size: 50px;
  }
}
.homepage-teaser-section.white h1,
.homepage-teaser-section.white h5.shape {
  color: #c2c3c5 !important;
}
.homepage-teaser-section.negative h5,
.homepage-teaser-section.negative p,
.homepage-teaser-section.negative h1 {
  color: #ffffff !important;
}
.homepage-teaser-section p {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.homepage-teaser-section .call-to-action {
  margin-top: 1.75em;
}
.call-to-action {
  display: table;
  margin: 1.2em auto 0;
  padding: 1.17em 1.5em;
  min-width: 15em;
  background: #f54c00;
}
.call-to-action:hover {
  background: #181b1d;
}
a > .call-to-action > h5 {
  color: #ffffff !important;
}
.negative .call-to-action {
  background: transparent;
  outline: 2px solid #ffffff;
}
.negative .call-to-action:hover {
  outline-color: #181b1d;
  background: #181b1d;
}
@media (max-width: 767px) {
  .homepage-main-teaser-section .call-to-action,
  .overlay-wrapper .call-to-action {
    background: transparent;
    outline: 2px solid #ffffff;
  }
  .homepage-teaser-section:not(.negative) .call-to-action {
    background: #f54c00;
  }
  .homepage-main-teaser-section .call-to-action:hover,
  .overlay-wrapper .call-to-action:hover {
    outline-color: #181b1d;
    background: #181b1d;
  }
}
/*
	Content Section
*/
.sprite.content-section {
  position: relative;
  min-height: 100vh;
}
.content-section .overlay-wrapper {
  display: table;
  height: 100%;
}
.content-section .overlay-wrapper.title-wrapper {
  width: 100%;
  padding-top: calc(14% + 28px);
  padding-bottom: calc(14%);
}
.content-section .overlay-wrapper > .row,
.title,
.home-page-title {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.title,
.home-page-title {
  text-align: center;
  padding: 0 35px;
}
.title h1 {
  font-size: 90px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .title h1 {
    font-size: 60px;
  }
}
.title h5,
.home-page-title h5 {
  color: #f54c00;
}
.title h5 + h1,
.home-page-title h5 + h1 {
  margin-top: .21em;
}
.title a {
  position: relative;
  z-index: 2;
}
.content-section .overlay h2 {
  font-size: 40px;
}
@media (max-width: 992px) and (max-width: 1199px) {
  .content-section .overlay h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .content-section .overlay h2 {
    font-size: 20px;
  }
}
.content-section .overlay p + h5 {
  margin-top: 1.2em;
}
.content-section .overlay h5 > a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .content-section .overlay h5 > a {
    color: #f54c00;
  }
}
.content-section .overlay h5 > a:hover {
  color: #f54c00;
}
@media (max-width: 767px) {
  .content-section .overlay h5 > a:hover {
    color: #343b40;
  }
}
@media (max-width: 767px) {
  .content-section .overlay-wrapper {
    padding-top: 6%;
    padding-bottom: 6%;
  }
  .content-section .overlay-wrapper.title-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  .content-section .overlay-wrapper:not(.title-wrapper) {
    height: auto;
    /*			background: @white;
			color: @black;
*/
  }
  .content-section .title {
    vertical-align: bottom;
    padding: 0;
  }
  .content-section .title > div {
    background-color: #f54c00;
    padding: 6%;
    padding: calc(6.5% + 4px);
  }
  .content-section .title h1,
  .content-section .home-page-title h1 {
    font-size: 25px;
  }
  .content-section .title h5 {
    color: #ffffff;
  }
  .content-section .home-page-title h5 {
    color: #c2c3c5;
  }
  .content-section .overlay {
    font-size: 20px;
  }
}
.mobile-image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/*
	Experience
*/
@media (min-width: 768px) {
  .overlay-box {
    position: relative;
    color: #000000;
    background: #ffffff;
    max-width: 474px;
    height: 85%;
    padding-top: 7%;
  }
  .overlay-box.right {
    float: right;
  }
  .overlay-box > h2,
  .overlay-box > p {
    padding-left: 4%;
    padding-right: 4%;
  }
  .content-section .overlay-box.overlay h5 > a {
    color: #f54c00;
  }
  .content-section .overlay-box.overlay h5 > a:hover {
    color: #181b1d;
  }
}
@media (min-width: 1200px) {
  .container-wide {
    max-width: none;
    width: 85%;
  }
}
.overlay-box .pointer {
  position: absolute;
  width: 20px;
  height: 39px;
  left: -20px;
  background-image: url("../data/images/experience/pointer-left.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.overlay-box .pointer.right {
  left: auto;
  right: -20px;
  background-image: url("../data/images/experience/pointer-right.svg");
}
@media (max-width: 767px) {
  .overlay-box .pointer {
    display: none;
  }
}
/*
	Info Overlay Screen
*/
.hot-spot {
  display: none;
}
.info-overlay-background {
  background-color: #f54c00;
  width: 100%;
  height: 100%;
}
.info-overlay-screen-container {
  position: fixed;
  z-index: 513;
  width: 100%;
  height: 100%;
  height: 100vh;
}
.info-overlay-screen {
  display: none;
  width: 100%;
  min-height: 100%;
  padding-top: 55px;
  padding-bottom: 6%;
  color: #ffffff;
}
.info-overlay-screen.centered {
  text-align: center;
}
.info-overlay-screen > .container {
  display: table;
  height: 100%;
}
.info-overlay-screen > .container > .row {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .info-overlay-screen.centered img {
    width: auto;
    height: 163.33333333px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .info-overlay-screen.centered img {
    width: auto;
    height: 196px;
  }
}
@media (min-width: 992px) {
  .info-overlay-screen.help-overlay-screen > .container > .row {
    padding-left: 25px;
  }
}
.info-overlay-screen h2 {
  font-size: 36px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .info-overlay-screen h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .info-overlay-screen h2 {
    font-size: 20px;
  }
}
.info-overlay-screen p + h5 {
  margin-top: 1.3em;
}
.info-overlay-screen h5 + h5 {
  margin-top: 1.2em;
}
.info-overlay-screen h5 > a {
  color: #ffffff;
}
.info-overlay-screen h5 > a:hover {
  color: #181b1d;
}
@media (max-width: 991px) {
  .info-overlay-image-container {
    text-align: center;
    padding-top: 2.65em;
  }
  .info-overlay-image-container .responsive-image {
    width: 90%;
    max-width: 480px;
  }
  .info-overlay-image-container.padded .responsive-image {
    max-width: 450px;
  }
}
@media (min-width: 992px) {
  .info-overlay-image-container {
    padding-left: 3em;
  }
  .info-overlay-image-container.padded {
    padding-left: 4em;
  }
}
@media (min-width: 1200px) {
  .info-overlay-image-container {
    padding-right: 0;
  }
  .info-overlay-image-container.padded {
    padding-left: 5em;
  }
}
.legend {
  white-space: nowrap;
}
.circled-number {
  display: inline-block;
  position: relative;
  top: .15em;
  margin-right: .25em;
  width: 1.1em;
  height: 1.1em;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
}
.circled-number:not(:first-child) {
  margin-left: .2em;
}
.circled-number > span {
  position: relative;
  top: -0.35em;
  font-size: 80%;
  color: #f54c00;
}
/*
	Experience Section
*/
.experience-intro-section {
  color: #ffffff;
}
.experience-section {
  color: #ffffff;
}
@media (max-width: 767px) {
  .experience-section {
    min-height: 0;
    color: #181b1d;
  }
}
/*
	Gallery Section
*/
.gallery-section {
  overflow: hidden;
}
.gallery-slide {
  height: 100%;
}
.gallery-slide > .container {
  height: 100%;
}
.gallery-slide > .container > .row {
  height: 100%;
}
@media (min-width: 768px) {
  .gallery-slide > .container > .row > div {
    display: table;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .gallery-slide > .container > .row > div > div {
    padding-bottom: 2.25em;
  }
}
@media (min-width: 768px) {
  .gallery-slide > .container > .row > div > div {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding-top: 2.25em;
    padding-bottom: 5em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery-slide > .container > .row > div > div.shift-up {
    padding-bottom: 15em;
  }
  .gallery-slide > .container > .row > div > div.shift-down {
    padding-top: 7.5em;
  }
}
@media (min-width: 768px) {
  /* and (max-width: @screen-md-max) */
  .pad-right-sm {
    padding-right: 5em;
  }
}
.gallery-slide h2 {
  margin-top: 1.58em;
}
@media (min-width: 992px) {
  .gallery-slide h2 {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .gallery-slide h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .gallery-slide h2 {
    font-size: 20px;
  }
}
.gallery-slide > .overlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .gallery-slide > .overlay-wrapper .title {
    padding: 60px;
  }
  .gallery-slide > .overlay-wrapper .title > div {
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .gallery-slide > .overlay-wrapper .title {
    vertical-align: middle;
    padding: 45px;
  }
  .gallery-slide > .overlay-wrapper .title > div {
    background-color: transparent;
  }
  .gallery-slide > .overlay-wrapper .title h5 {
    color: #f54c00;
  }
}
/*
	Choose Section
*/
.choose-section {
  text-align: left;
}
@media (max-width: 991px) {
  .choose-section {
    border-top: 1px solid #f0f0f0;
  }
}
.choose-section a {
  color: inherit;
}
.head-container {
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
}
.head-container > h2 {
  padding-top: 10%;
  padding-bottom: 10%;
  padding-left: 2em;
  padding-right: 2em;
}
@media (min-width: 992px) {
  .head-container > h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .head-container > h2 {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .head-container.head-container-large h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .head-container.head-container-large h2 {
    font-size: 32px;
  }
}
.container.thirds-table {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .thirds-table {
    text-align: center;
  }
  .thirds-table > .row > .col {
    padding-top: 25px;
    padding-top: calc(2% + 25px);
    padding-bottom: 56px;
    padding-bottom: calc(8% + 56px);
    min-height: 160px;
  }
  .thirds-table > .row > .col:first-child {
    background-image: url("../data/images/ui/table-pointer-down.svg");
    background-repeat: no-repeat;
    background-position: top center;
  }
  .thirds-table h2 {
    margin-top: 1.25em;
  }
}
@media (min-width: 768px) {
  .thirds-table.container {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
  .thirds-table > .row {
    display: table;
    width: 100%;
    width: calc(100% + 2px);
    min-width: 800px;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    /*
		*/
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: -1px;
    -webkit-margin-end: 0;
  }
  .thirds-table > .row > .col {
    float: none;
    display: table-cell;
    vertical-align: top;
    background-image: url("../data/images/ui/table-pointer-down.svg");
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: calc(2% + 25px);
    padding-bottom: calc(8% + 50px);
    padding-left: 1.2em;
    padding-right: 1.2em;
    text-align: center;
  }
}
div.icon-plus-container {
  margin-top: -2px;
  margin-bottom: -20px;
}
span.icon-plus {
  display: inline-block;
}
@media (max-width: 767px) {
  span.icon-plus {
    width: 20px;
    height: 20px;
    margin-left: 3px;
    margin-right: 3px;
    background: url("../data/images/products/plus-small.svg");
  }
}
@media (min-width: 768px) {
  span.icon-plus {
    width: 32px;
    height: 32px;
    margin-left: 5px;
    margin-right: 5px;
    background: url("../data/images/products/plus.svg");
  }
}
div.table-logo-container {
  position: absolute;
  width: 100%;
  bottom: 30px;
  text-align: center;
  left: 0;
}
span.table-logo {
  display: inline-block;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  span.table-logo {
    background-position: center bottom;
    background-size: 80%;
  }
}
span.table-logo.table-logo-nfinity {
  width: 143px;
  background-image: url("../data/images/products/logo-product-nfinity.svg");
}
span.table-logo.table-logo-harmony {
  width: 129px;
  background-image: url("../data/images/products/logo-product-harmony.svg");
}
span.table-logo.table-logo-harmony-h-sync {
  width: 186px;
  background-image: url("../data/images/products/logo-product-harmony-h-sync.svg");
}
@media (min-width: 992px) {
  .container p.col-md-6 + p {
    margin-top: 0;
  }
}
/*
	Product overview, Benefits
*/
.title-logo-container {
  max-width: 880px;
  margin: .85em auto 0;
}
.product-text-section {
  margin-bottom: 10%;
}
/* Benefits */
.benefit-section {
  text-align: center;
  padding-bottom: 10%;
}
.benefit-icon {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  margin-bottom: -0.8em;
}
.benefit-icon > img {
  position: relative;
  top: -8px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.benefit-section figcaption {
  padding-left: 1em;
  padding-right: 1em;
  margin-top: 1.55em;
  margin-bottom: 5em;
}
.product-view-section {
  background-color: #f54c00;
  color: #ffffff;
  padding-top: 10%;
  padding-bottom: 10%;
}
/* Components */
.components-container {
  text-align: center;
}
@media (max-width: 767px) {
  .components-container > figure {
    margin-top: 2%;
  }
  .components-container > figure + figure {
    margin-top: 4em;
  }
}
@media (min-width: 768px) {
  .components-container > figure {
    display: inline-block;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .components-container > figure + figure {
    margin-left: 1em;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .components-container > figure + figure {
    margin-left: 3.25em;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .components-container > figure + figure {
    margin-left: 6.25em;
  }
}
@media (max-width: 767px) {
  .component-icon {
    margin-left: auto;
    margin-right: auto;
    max-width: 62%;
  }
}
@media (min-width: 768px) {
  .component-icon {
    height: 260px;
    display: table;
  }
}
@media (min-width: 768px) {
  .component-icon > div {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .component-icon > div > img {
    width: 100%;
    height: auto;
  }
}
.components-container figcaption {
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  padding-left: 1em;
  padding-right: 1em;
  margin-top: 1.55em;
}
@media (max-width: 991px) {
  .components-container figcaption {
    margin-bottom: 1.5em;
  }
  .components-container figcaption + figcaption {
    margin-bottom: 5em;
  }
}
.head-container.head-container-bold h2 {
  font-weight: bold;
  font-style: italic;
  padding-top: 0;
  padding-bottom: 1.15em;
}
@media (min-width: 992px) {
  .head-container.head-container-bold h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .head-container.head-container-bold h2 {
    font-size: 32px;
  }
}
/* Components Table */
.content-section.components-table-section {
  /*
	margin-top: 10%;
	margin-bottom: 10%;
	*/
  background: #f4f4f4;
  min-height: 0;
}
.components-table-section table {
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .components-table-section table {
    min-width: 1136px;
  }
}
.components-table-section td {
  padding: .3em 1em;
  vertical-align: top;
}
@media (max-width: 767px) {
  .components-table-section td {
    padding: .3em 1.5em;
  }
}
.components-table-section tr.table-head {
  font-size: 25px;
  font-weight: bold;
  font-style: italic;
}
@media (max-width: 767px) {
  .components-table-section tr.table-head {
    font-size: 16px;
  }
}
.components-table-section tr > td:first-child {
  border-right: 1px solid #d8d8d8;
  background-color: rgba(244, 244, 244, 0.93);
}
.components-table-section tr.table-head td {
  padding-bottom: .5em;
  padding-top: 10%;
}
.components-table-section tr.table-inner-head {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
}
@media (max-width: 767px) {
  .components-table-section tr.table-inner-head {
    font-size: 14px;
  }
}
.components-table-section tr.table-inner-head td {
  padding-top: 5em;
}
.components-table-section tr:last-child td {
  padding-bottom: 10%;
}
/*
	Download Section
*/
.content-section.download-section {
  min-height: 0;
  max-width: 1400px;
  margin: 0 auto;
}
.expandable-head,
.expandable-section .expandable-head.expand-button {
  padding-top: 10%;
  padding-bottom: 10%;
}
@media (max-width: 767px) {
  .expandable-head,
  .expandable-section .expandable-head.expand-button {
    padding-top: 8%;
    padding-bottom: 8%;
  }
}
.expandable-head h2 {
  float: left;
  position: relative;
  top: .7em;
}
@media (max-width: 767px) {
  .expandable-head h2 {
    float: none;
    text-align: center;
    top: .5em;
  }
}
.expandable-head .expand-button,
.action-button {
  font-weight: 700;
  background-color: #f54c00;
  color: #ffffff;
  padding: 1.1em 1.75em 1.15em;
}
.expandable-head .action-button {
  float: right;
}
@media (max-width: 767px) {
  .expandable-head .action-button {
    float: none;
    text-align: center;
    display: table;
    margin: 2em auto 0;
  }
}
.expandable-head .action-button:hover {
  background-color: #181b1d;
}
.expandable-section.open .expandable-head .action-button {
  background-color: #343b40;
}
.expandable-content {
  display: none;
  border-top: 2px solid #f6f6f6;
}
.expandable-content .expandable-content {
  border-top: 1px solid #f6f6f6;
}
.expandable-head h1 {
  position: relative;
  font-weight: 100;
  font-style: normal;
  margin-top: .28em;
  padding-right: 4em;
}
@media (min-width: 992px) {
  .expandable-head h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .expandable-head h1 {
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
  }
}
.expandable-head h1:after {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .expandable-head h1:after {
    bottom: 0;
    bottom: calc(50% - 5px);
    opacity: .2;
    width: 16px;
    height: 10px;
    background-image: url("../data/images/ui/arrow-s-down-black.svg");
  }
}
@media (min-width: 768px) {
  .expandable-head h1:after {
    bottom: calc(50% - 5px);
    width: 45px;
    height: 15px;
    background-image: url("../data/images/ui/arrow-l-down.svg");
  }
}
.expandable-section.open > .expandable-head h1:after {
  background-image: url("../data/images/ui/arrow-l-up.svg");
}
@media (max-width: 767px) {
  .expandable-section.open > .expandable-head h1:after {
    background-image: url("../data/images/ui/arrow-s-up-black.svg");
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .expandable-section.open > .expandable-head h1:after {
    background-image: url("../data/images/ui/arrow-l-up.svg");
  }
}
.expandable-section .expandable-section > .expandable-head {
  padding-top: 2em;
  padding-bottom: 2em;
}
.expandable-section .expandable-section + .expandable-section > .expandable-head {
  box-sizing: border-box;
  border-top: 1px solid #f6f6f6;
}
.expandable-section .expandable-section > .expandable-content h2 {
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .expandable-section .expandable-section > .expandable-content h2 {
    font-size: 14px;
  }
}
.expandable-section .expandable-section > .expandable-content h2:last-child {
  padding-bottom: 3.5em;
}
.expandable-section .expandable-section > .expandable-content h2:hover {
  color: #f54c00;
}
.download-badge {
  background: rgba(255, 255, 255, 0.01);
}
.download-badge > span {
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  background-color: #f6f6f6;
  color: #cdced0;
  display: inline-block;
  padding: .1em .85em .1em .8em;
  border-radius: 1.2em;
  position: relative;
  top: -0.15em;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .download-badge > span {
    left: -0.4em;
    top: .1em;
    margin-top: .8em;
  }
}
.download-badge:before,
.download-badge:after {
  content: " ";
  display: inline-block;
  width: .325em;
  height: 1px;
}
.download-badge:first-child:before {
  width: .65em;
}
h2.hover > .download-badge:first-of-type > span,
h2 > .download-badge:hover > span {
  color: #ffffff;
  background: #f54c00;
}
/*
	News
*/
.content-section.news-list-section {
  min-height: 0;
}
.content-section.news-list-section .expandable-content {
  border-top: none;
}
.news-list-item {
  text-align: center;
}
.news-list-item.shape,
.news-list-item.inactive {
  opacity: .2;
  cursor: default;
}
.news-list-item.inactive h4 {
  cursor: default;
}
.news-list-item.inactive:hover {
  background: transparent;
}
.news-list-item {
  border-bottom: 1px solid #e6e6e7;
}
.news-list-item > div {
  max-width: 1440px;
  margin: 0 auto;
}
.news-list-item > div > div {
  padding-top: 8%;
  padding-bottom: 8%;
}
.news-list-item h4,
.news-section h4 {
  font-weight: 100;
  font-style: normal;
  font-size: 25px;
  color: #cdced0;
  margin: 0;
}
@media (max-width: 767px) {
  .news-list-item h4,
  .news-section h4 {
    font-size: 16px;
    color: #a8a8a8;
  }
}
.news-list-item h4 {
  padding: 0 20px;
}
.news-list-item h2,
.news-section h2 {
  font-size: 36px;
  margin: .3em 0 0;
}
@media (max-width: 767px) {
  .news-list-item h2,
  .news-section h2 {
    font-size: 20px;
  }
}
.news-list-item h2 {
  padding: 0 20px;
}
.news-list-item p {
  width: 83.3333%;
  max-width: 740px;
  margin: 1em auto 0;
}
@media (max-width: 767px) {
  .news-list-item p {
    width: 100%;
    padding: 0 20px;
  }
}
.news-list-item:hover {
  background: #f4f4f4;
}
.news-list-section .action-button {
  display: table;
  margin: 0 auto;
}
.expandable-section .expand-button {
  padding-top: 3.25em;
  padding-bottom: 10%;
}
.expandable-section .expand-button:hover .action-button {
  background-color: #343b40;
}
/* News Section */
.content-section.news-section {
  position: static;
  min-height: 0;
  padding-top: 10%;
  padding-bottom: 0;
}
.news-section > .news-content.container {
  margin: 0 auto;
}
.media-container {
  margin-left: -20px;
  margin-right: -20px;
}
.media-container + p,
p + .media-container {
  margin-top: 1.9em;
}
.sharing-container {
  margin-top: 2.6em;
  color: #c2c3c5;
}
.share-icon-container {
  position: relative;
  top: .5em;
  margin-left: .6em;
}
.share-icon-container + .share-icon-container {
  margin-left: .35em;
}
.share-icon-container > .share-icon {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}
.share-icon-container > .share-icon.share-icon-facebook {
  background-image: url("../data/images/ui/facebook-s.svg");
}
.share-icon-container > .share-icon.share-icon-google {
  background-image: url("../data/images/ui/google-s.svg");
}
.share-icon-container > .share-icon.share-icon-twitter {
  background-image: url("../data/images/ui/twitter-s.svg");
}
.share-icon-container:hover > .share-icon.share-icon-facebook {
  background-image: url("../data/images/ui/facebook-s-hover.svg");
}
.share-icon-container:hover > .share-icon.share-icon-google {
  background-image: url("../data/images/ui/google-s-hover.svg");
}
.share-icon-container:hover > .share-icon.share-icon-twitter {
  background-image: url("../data/images/ui/twitter-s-hover.svg");
}
/* News Navigation */
.news-navigation {
  border-top: 1px solid #f8f8f8;
  margin-top: 10%;
}
.news-navigation a {
  color: #c2c3c5;
}
.news-navigation a > h5 {
  padding-top: 2.6em;
  padding-bottom: 2.6em;
}
.news-navigation a:hover {
  color: #343b40;
}
.news-navigation-back {
  float: left;
  min-width: 15%;
}
.news-navigation-overview {
  text-align: center;
  position: absolute;
  width: 70%;
  margin: 0 15%;
}
.news-navigation-forward {
  text-align: right;
  min-width: 15%;
}
.news-navigation-overview a h5 {
  position: relative;
  z-index: 1;
}
.news-navigation-back a,
.news-navigation-forward a {
  position: abosolute;
  z-index: 2;
}
.news-navigation-back h5 > span,
.news-navigation-forward h5 > span {
  display: inline-block;
  width: 10px;
  height: 1px;
  position: relative;
}
.news-navigation-back h5 > span {
  margin-right: .5em;
}
.news-navigation-forward h5 > span {
  margin-left: .55em;
}
.news-navigation-back h5 > span:before,
.news-navigation-forward h5 > span:after {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 16px;
  position: absolute;
  bottom: -2px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .news-navigation-back h5 > span:before,
  .news-navigation-forward h5 > span:after {
    background-size: contain;
    height: 13px;
    bottom: -3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-navigation-back h5 > span:before,
  .news-navigation-forward h5 > span:after {
    background-size: contain;
    height: 15px;
    bottom: -3px;
  }
}
.news-navigation-back h5 > span:before {
  left: 0;
  background-image: url("../data/images/ui/arrow-s-left.svg");
}
.news-navigation-forward h5 > span:after {
  right: 0;
  background-image: url("../data/images/ui/arrow-s-right.svg");
}
.news-navigation-back a:hover h5 > span:before {
  background-image: url("../data/images/ui/arrow-s-left-hover.svg");
}
.news-navigation-forward a:hover h5 > span:after {
  background-image: url("../data/images/ui/arrow-s-right-hover.svg");
}
/*
	Test Ride
*/
.test-ride-transition-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 512;
  background-color: #181b1d;
}
.test-ride-intro.head-teaser-container {
  background: #181b1d;
  position: relative;
  z-index: 513;
  height: 100%;
}
@media (max-width: 767px) {
  .head-teaser-container .head-teaser-content {
    padding-top: 112px;
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .head-teaser-container .head-teaser-content {
    padding-top: 168px;
    padding-bottom: 146px;
  }
}
@media (min-width: 992px) {
  .head-teaser-container .head-teaser-content {
    padding-top: 208px;
    padding-bottom: 186px;
  }
}
.test-ride-intro .head-teaser.head-teaser-large {
  height: 100%;
}
.test-ride-intro .intro-partner-logo-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
.test-ride-intro .intro-partner-logo {
  background-image: url("../data/images/test_ride/logo-testride-partner-head.svg");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .test-ride-intro .intro-partner-logo {
    width: 84px;
    height: 112px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .test-ride-intro .intro-partner-logo {
    width: 126px;
    height: 168px;
  }
}
@media (min-width: 992px) {
  .test-ride-intro .intro-partner-logo {
    width: 140px;
    height: 186px;
  }
}
/* Map View */
.map-view {
  width: 100%;
  min-height: 420px;
  height: 100%;
  height: 100vh;
  background: #d3d3d3;
}
.mobile-safari .map-view {
  height: 100vh;
  width: 100vw;
}
.maps-navigation {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.navigation-bar {
  width: 100%;
  background: #ffffff;
}
.maps-navigation h5 {
  color: #c2c3c5;
  padding-top: 1em;
  padding-bottom: 1em;
}
.maps-navigation a:hover h5 {
  color: #343b40;
}
.maps-navigation-left {
  float: left;
  min-width: 15%;
}
.maps-navigation-center {
  text-align: center;
  position: absolute;
  left: 0;
  width: 50%;
  margin: 0 25%;
}
.maps-navigation-right {
  text-align: right;
  min-width: 15%;
}
.maps-navigation-center.maps-map-mode .maps-map-button {
  display: none;
}
.maps-navigation-center.maps-list-mode .maps-list-button {
  display: none;
}
.test-ride-section .info-overlay-screen {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .test-ride-section .info-overlay-screen {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.test-ride-section .info-overlay-screen > div {
  display: table;
  width: 100%;
  height: 100%;
}
.test-ride-section .info-overlay-screen > div > div {
  display: table-cell;
  vertical-align: middle;
}
.test-ride-section .info-overlay-screen.touch {
  padding-top: 0;
}
.test-ride-section .info-overlay-screen.touch > div > div {
  vertical-align: top;
  padding-top: 42px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .test-ride-section .info-overlay-screen.touch > div > div {
    padding-top: 18.5%;
    padding-top: calc(20px + 18.5vh);
  }
}
@media (max-width: 767px) {
  .test-ride-section .info-overlay-screen.touch > div > div {
    padding-top: 52px;
  }
}
.input-field > h1 {
  padding-top: .4em;
  text-align: center;
  min-width: 7em;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .input-field > h1 {
    font-size: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .input-field > h1 {
    font-size: 45px;
  }
}
.input-field > h1.input-autocompletion {
  position: absolute;
  opacity: .16;
  width: 100%;
  text-align: left;
}
.input-field > h1.input-text {
  position: relative;
  z-index: 1;
  min-height: 1.5em;
}
.input-field > h1.input-text:empty {
  margin-left: auto;
  margin-right: auto;
  width: 1px;
  min-width: 0;
}
.input-field > h1:focus {
  outline: none;
}
.input-field + p {
  border-top: 1px solid #ffffff;
  padding-top: .4em;
  display: table;
  min-width: 50%;
  margin: 0 auto;
}
.suggestion-container {
  position: absolute;
  left: 0;
  width: 100vw;
  padding-top: 1.9em;
}
.suggestion-container > div {
  position: absolute;
  padding: 0 2.15em 0 2em;
  white-space: nowrap;
  box-sizing: border-box;
}
.suggestion > span {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: #181b1d;
  background: #ffffff;
  display: inline-block;
  padding: .15em .85em .1em .8em;
  border-radius: 1.2em;
  position: relative;
  top: -0.2em;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .suggestion > span {
    left: -0.4em;
    top: .1em;
    margin-top: .8em;
  }
}
.suggestion:before,
.suggestion:after {
  content: " ";
  display: inline-block;
  width: .325em;
  height: 1px;
}
/* Test Ride Map */
.test-ride-info-window {
  padding: 18px 12px;
  font-family: "Futura W01", "L Futura W01", "Futura", Arial, sans-serif;
}
.test-ride-info-window.in-info-box {
  padding: 25px 26px;
  background: #ffffff;
  box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.18);
}
.test-ride-info-window-pointer {
  position: absolute;
  left: calc(50% - 10px);
  bottom: -10px;
  width: 19px;
  height: 10px;
  background-image: url("../data/images/ui/info-window-pointer.svg");
  background-position: center;
  background-repeat: no-repeate;
}
.test-ride-info-window > .partner-logo {
  width: 50px;
  height: 66px;
  /*
	background-color: fade(@new-orange, 12.5%);
	outline: 1px solid fade(@new-orange, 50%);
	*/
  background-image: url("../data/images/test_ride/logo-testride-partner.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.test-ride-info-window > h2 {
  font-size: 20px;
  line-height: 1.2em;
  margin-top: .75em;
}
.test-ride-info-window > p {
  font-size: 14px;
  line-height: 1.45em;
  margin-top: .7em;
}
.test-ride-info-window > h5.partner-link {
  font-size: 11px;
  line-height: 1.2em;
  margin-top: 1.75em;
}
.test-ride-info-window > h5.partner-link > a {
  color: #c2c3c5;
}
.test-ride-info-window > h5.partner-link > a:hover {
  color: #343b40;
}
/* Test Ride List */
.test-ride-list-banner {
  background-color: #f6f6f6;
}
.test-ride-list-banner.error {
  background-color: #fcdedb;
}
.test-ride-list-banner.empty {
  background-color: #f6f6f6;
  overflow: hidden;
  height: 1px;
}
.test-ride-list-banner > .container {
  max-width: 1400px;
}
.test-ride-list-banner > .container > .row {
  padding: 6% 0;
}
.test-ride-list-banner-location {
  float: right;
  font-weight: 700;
  font-style: italic;
  cursor: pointer;
  position: relative;
  top: -1px;
}
.test-ride-list-banner-location > span {
  display: inline-block;
  margin-left: .7em;
  width: 16px;
  height: 1px;
  position: relative;
}
.test-ride-list-banner-location > span:after {
  content: " ";
  display: inline-block;
  width: 16px;
  background-image: url("../data/images/ui/close-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: .7em;
  position: absolute;
  right: 1px;
}
@media (max-width: 991px) {
  .test-ride-list-banner-location > span:after {
    height: 15px;
    bottom: 0px;
  }
}
@media (min-width: 992px) {
  .test-ride-list-banner-location > span:after {
    height: 18px;
    bottom: 0px;
  }
}
.test-ride-list-banner-location:hover {
  opacity: .65;
}
.test-ride-list-item {
  cursor: pointer;
}
.test-ride-list-item:hover {
  background: #f4f4f4;
}
.test-ride-list-item > .container {
  max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .test-ride-list-item > .container {
    width: 83.333%;
  }
}
@media (max-width: 991px) {
  .test-ride-list-item > .container {
    position: relative;
  }
}
.test-ride-list-item > .container > .row {
  padding: 6% 0;
}
@media (min-width: 992px) {
  .test-ride-list-item > .container > .row {
    display: table;
  }
}
@media (min-width: 992px) {
  .test-ride-list-item > .container > .row > div {
    float: none;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
  }
}
.test-ride-list-item + .test-ride-list-item:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f6f6f6;
}
.test-ride-list-item a {
  color: #c2c3c5;
}
.test-ride-list-item a:hover {
  color: #343b40;
}
.test-ride-list-item .partner-link {
  text-align: right;
}
@media (max-width: 991px) {
  .test-ride-list-item .partner-link {
    position: absolute;
    bottom: .3em;
    padding-bottom: 6%;
  }
}
@media (min-width: 992px) {
  .partner-icon {
    display: inline-block;
    position: relative;
    width: 71px;
    height: 1px;
    margin-right: 25px;
  }
}
.partner-icon:before {
  content: " ";
  display: block;
  width: 71px;
  height: 94px;
  /*
	background-color: fade(@new-orange, 12.5%);
	outline: 1px solid fade(@new-orange, 50%);
	*/
  background-image: url("../data/images/test_ride/logo-testride-partner.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .partner-icon:before {
    position: absolute;
    top: calc(50% - 60px);
  }
}
@media (max-width: 991px) {
  .partner-icon:before {
    margin-bottom: .6em;
  }
}
.test-ride-list .expandable-section {
  border-top: 1px solid #f6f6f6;
}
.test-ride-list .expand-button {
  cursor: pointer;
}
.test-ride-list .action-button {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .test-ride-list-item h2 {
    margin-bottom: .55em;
  }
}
@media (min-width: 992px) {
  .test-ride-list-item h2 {
    text-indent: -96px;
    padding-left: 96px;
  }
}
@media (min-width: 1200px) {
  .test-ride-list-item h2 {
    font-size: 36px;
  }
}
.maps-navigation .head-teaser-container {
  background-color: #f54c00;
}
.maps-navigation .head-teaser-background-extension {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: -100vh;
  background: #f54c00;
}
.gm-style .cluster {
  pointer-events: none;
  -webkit-touch-callout: none;
}
/*
	Service Sections
*/
@media (max-width: 767px) {
  .overlay-wrapper.title-wrapper.floating-xs {
    position: absolute;
    bottom: 20px;
    top: calc(50% - 45px);
  }
}
.play-icon {
  display: block;
  width: 132px;
  height: 132px;
  margin: 0 auto;
  outline: 2px solid white;
}
.video-overlay .info-overlay-background {
  background-color: #343b40;
}
.service-links-section {
  background-color: #f4f4f4;
}
@media (min-width: 768px) {
  .service-links-section .row {
    display: table;
  }
  .service-links-section .row > .service-link-item {
    display: table-cell;
    vertical-align: middle;
    float: none;
    width: 50%;
  }
}
.service-links-section .service-link-item {
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 767px) {
  .service-links-section .service-link-item {
    padding: 5% 4%;
  }
}
@media (min-width: 768px) {
  .service-links-section .service-link-item {
    padding: 5% 4%;
  }
}
.service-links-section .service-link-item:hover {
  background-color: #efefef;
}
.service-links-section h2,
.service-links-section p {
  color: #181b1d;
}
@media (max-width: 767px) {
  .service-links-section .service-link-item + .service-link-item {
    border-top: 1px solid #e2e2e2;
  }
}
@media (min-width: 768px) {
  .service-links-section .service-link-item + .service-link-item {
    border-left: 1px solid #e2e2e2;
  }
}
.service-links-section .service-link-item p + h5 {
  margin-top: 2.5em;
  color: #c2c3c5;
}
.service-links-section .service-link-item:hover h5 {
  color: #4f5a62;
}
.further-reading-section {
  margin-top: 2.5em;
}
.further-reading-section p + h2 {
  margin-top: .95em;
}
.further-reading-section h2 {
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .further-reading-section h2 {
    font-size: 14px;
  }
}
.further-reading-section h2 + h2 {
  margin-top: 1.25em;
}
/*
	Contact Section
*/
.contact-section {
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .contact-section {
    text-align: center;
  }
}
.contact-section .row > div {
  padding-top: 12%;
  padding-top: calc(8% + 20px);
  padding-bottom: 12%;
  padding-bottom: calc(8% + 20px);
}
.contact-section + .contact-section:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dcdee0;
}
@media (min-width: 992px) {
  .contact-section .row {
    display: table;
  }
  .contact-section .row > div {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-section h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .contact-section h2 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .contact-section h2 {
    font-size: 36px;
  }
}
.contact-section .row > div.icon-column {
  text-align: center;
}
@media (max-width: 991px) {
  .contact-section .row > div.icon-column {
    padding-bottom: .25em;
  }
  .contact-section .row > div.icon-column:empty {
    display: none;
  }
}
.contact-icon {
  max-width: 75%;
  height: auto;
}
.contact-section h3 {
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  margin-top: .85em;
  margin-bottom: .3em;
}
@media (max-width: 767px) {
  .contact-section h3 {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.contact-section h5 {
  margin-top: .5em;
}
.contact-section p + h5 {
  margin-top: 2.2em;
}
.contact-section h5 a {
  color: #c2c3c5;
}
.contact-section h5 a:hover {
  color: #343b40;
}
/*# sourceMappingURL=site.css.map */