@font-face {
	font-family:'BMWTypeNextLatinTT-Regular';
	src:url('../fonts/BMWTypeNextLatinTT-Regular.eot');
	src:url('../fonts/BMWTypeNextLatinTT-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BMWTypeNextLatin-Regular.woff2') format('woff2'),
		url('../fonts/BMWTypeNextLatinTT-Regular.woff') format('woff'),
		url('../fonts/BMWTypeNextLatinTT-Regular.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:'BMWTypeNextLatinTT-Bold';
	src:url('../fonts/BMWTypeNextLatinTT-Bold.eot');
	src:url('../fonts/BMWTypeNextLatinTT-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BMWTypeNextLatin-Bold.woff2') format('woff2'),
		url('../fonts/BMWTypeNextLatinTT-Bold.woff') format('woff'),
		url('../fonts/BMWTypeNextLatinTT-Bold.ttf') format('truetype');
	font-weight:bold;
	font-style:normal;
}
@font-face {
	font-family:'BMWTypeNextLatinTT-Light';
	src:url('../fonts/BMWTypeNextLatinTT-Light.eot');
	src:url('../fonts/BMWTypeNextLatinTT-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BMWTypeNextLatin-Light.woff2') format('woff2'),
		url('../fonts/BMWTypeNextLatinTT-Light.woff') format('woff'),
		url('../fonts/BMWTypeNextLatinTT-Light.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}
body {font-family:'BMWTypeNextLatinTT-Regular',Arial;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
	font-size:16px;
	font-weight:100;
	margin:0;
	color:#fff;
}

.header2 {
	font-family: 'BMWTypeNextLatinTT-Light';
	font-size: 23px;
	color: #fff;
}

#content-desktop {display: block;}
#content-mobile {display: none;}

@media screen and (max-width: 768px) {

#content-desktop {display: none;}
#content-mobile {display: block;}

}


.leftcol {
	text-align: left;
	margin-right: 15px;
	width: auto;
	float: left;
}

.rightcol {
	text-align: left;
	width: 90%;
	float: right;
	font-family: 'BMWTypeNextLatinTT-Light';
	font-size: 35px;
}

@media (max-width:700px) {
  .rightcol {
	text-align: left;
	width: 70%;
	float: right;
	font-family: 'BMWTypeNextLatinTT-Light';
	font-size: 25px;
}
}

.rightcol2 {
	text-align: left;
	width: 85%;
	float: right;
	font-family: 'BMWTypeNextLatinTT-Light';
	font-size: 18px;
	padding-top: 5px;
}

@media (max-width:700px) {
  .rightcol2 {
	text-align: left;
	width: 70%;
	float: right;
	font-family: 'BMWTypeNextLatinTT-Light';
	font-size: 15px;
}
}

.text {
	text-align: left;
	width: 90%;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (max-width:700px) {
  .text {
	text-align: left;
	width: 90%;
	float: left;
	padding-top: 230px;
	padding-bottom: 30px;
}
}

h1 {
	font-family: 'BMWTypeNextLatinTT-Regular';
	font-size: 25px;
}

.h2 {
	font-family: 'BMWTypeNextLatinTT-Regular';
	font-size: 18px;
}

h3 {
	font-family: 'BMWTypeNextLatinTT-Light';
	font-size: 18px;
}

p {
	font-family: 'BMWTypeNextLatinTT-Regular';
	color: #fff;
	font-size: 18px;
}

a {
	font-family: 'BMWTypeNextLatinTT-Regular';
	color: #fff;
	font-size: 16px;
}

.small{
	font-family: 'BMWTypeNextLatinTT-Regular';
	color: #fff;
	font-size: 12px;
}

.desc {
	font-family: 'BMWTypeNextLatinTT-Regular';
	color: #fff;
	font-size: 16px;
}

@media (min-width: 1000px) {
  body {
	background-image: url("../216-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
  }
}
@media only screen and (max-width:767px) {
  body {
	background-image: url("../216-mob.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-color: #000;  
  }
}
.subsection {
	height: 5%;
	padding: 50px;
	background-color: black;
}

.content {
	width: 820px;
	height: 100%;
	color: #fff;
	padding-left: 20px;
	position: absolute;
	top: 50px;
	left: 10px;
	z-index: 99;
	
}

@media screen and (max-width:1099px) {
  .content {
  	box-sizing: border-box;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: large;
	padding: 20px;
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 99;
  }
}

/* Style inputs, select elements and textareas */
input[type=text], textarea{
  width: 80%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  resize: vertical;
	font-size: 13px;	
}

input[type='checkbox'] + label {
	display: inline-block;
    width: 500px;
	margin-bottom: 10px;
}

input[type='checkbox'] {
	vertical-align: top;
	margin-top: 13px;
}

@media screen and (max-width:1099px) {
	input[type='checkbox'] {
	vertical-align: top;
	margin-top: 13px;
	width: 30px;
		height: 30px;
}
}
select {
	  width: 80%;
	height: 40px;
  padding: 10px 12px;
  border: 1px solid #838486;
  box-sizing: border-box;
  resize: vertical;
	font-size: 13px;
}

@media screen and (max-width:1099px) {
select {
color: #fff;
}
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

@media screen and (max-width:1099px) {
  input[type=text], textarea{
  width: 100%;	  
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  resize: vertical;	  
}	
}


.col-25 {
  float: left;
  width: 25%;
padding-bottom: 15px;
}

.col-75 {
  float: left;
  width: 75%;
padding-bottom: 15px;
	color:#000;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width:1099px) {
  .col-25 {
    width: 100%;
    padding-bottom: 0px; 
    font-size: 15px;   
  }
  .col-75 {
    width: 100%;
  }
}

.bottom-container {
	width: 100%;
	position: ;
	overflow: auto; 
	-webkit-overflow-scrolling: touch; 
	height: 140;
	max-height: 140px;
	right: 5px;
	color: white;
}

@media screen and (max-width:1099px) {
.bottom-container {
	width: 100%;
	max-width: 100%;
	position: ;
	overflow: auto; 
	-webkit-overflow-scrolling: touch;
	max-height: 200px;
	right: 5px;
	color: white;
  }

  .bottom-container iframe {
  	width: 100% !important;
  }
}
.slds-button_brand {
    width: 50%;
    border-radius: 0 !important;
    background-color:#1751ca !important;
    font-size:15px !important;
	color:white !important;
    line-height: 2.5rem !important;
}
                
.slds-button_brand:hover{ 
    background-color:#2064f5 !important; 
}
@media screen and (max-width:1099px) {
.slds-button_brand {
width: 75%;
    border-radius: 0 !important;
    background-color:#1751ca !important;
	color:white !important;
    }
}
label {
    cursor: pointer;
}
.error{
    color: white;
    margin-left: 1px;
    font-size: 12px;
}
@media screen and (max-width:1099px) {
	.error {
    margin-left: 1px;
	font-size: 25px;
    }
}

.Consent {
	color: white;
	font-size: 12px;
	width: 90%;
	display: inline-block;
}
@media screen and (max-width:1099px) {
.Consent {
	color: white;
}	

#Consent-error{
    float: left;
    display: inline-flex;
    margin-top: 0px;
    margin-bottom: -2px;
    margin-left: 0;
    width: 90%;
}
	
.DropDown{
    border-radius: 0 !important;
    border: 2.3px solid lightgrey;
    width: 100% !important;
    background-image: url('/bmw/img/BmwDropdownicon.png') !important;
    background-position: 100% !important;
    background-size: 35px !important;
    background-repeat: no-repeat !important;
    border-radius: .25rem;
    width: 100%;
    transition: border .1s linear,background-color .1s linear;
    display: inline-block;
    padding: 10px;
    height: auto;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline:0;
                
    /*webkit browsers */
    -moz-appearance: none;
    /*Firefox */
    appearance: none;
}

select::-moz-focus-inner, select:focus, select:active {
    outline:0;
}

.DropDown option{
    color:#000 !important;
}

@media screen and (max-width:1099px) {
.DropDown{
    border-radius: 0 !important;
    border: 2.3px solid lightgrey;
	color: #000;
    width: 100% !important;
    background-image: url('/bmw/img/BmwDropdownicon.png') !important;
    background-position: 100% !important;
    background-size: 35px !important;
    background-repeat: no-repeat !important;
    border-radius: .25rem;
    width: 100%;
    transition: border .1s linear,background-color .1s linear;
    display: inline-block;
    padding: 10px;
    height: auto;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline:0;}
}
@media screen and (max-width:1099px) {
.Dropdown option[selected] {
    color: #fff;}
}
	
	
#select-sales {
	width: 100%;
}

input[type='checkbox'] + label {
	width: calc(100% - 55px);
}
}

div.col-75 select { background-color: white!important; }