@charset "UTF-8";
input[type=date], input[type=email],
input[type=number], input[type=password],
input[type=tel], input[type=text], textarea {
  height: 50px;
  width: 100%;
  color: #262626;
  font-size: 15px;
  box-shadow: transparent 0px 0px 0px;
  caret-color: #1c69d4;
  appearance: none;
  background: white;
  border-width: 1px;
  border-style: solid;
  border-color: #bbbbbb;
  border-image: initial;
  padding: 15px 50px 15px 22px;
  border-radius: 0px;
  outline: 0px;
  margin-bottom: 20px;
}

input[type=checkbox], input[type=radio] {
  float: none;
  vertical-align: middle;
}

input[type=radio] {
  width: 24px;
  height: 24px;
  opacity: 0;
  z-index: 2;
  position: absolute !important;
}

legend {
  font-size: 16px;
}

.widget-radio, .widget-checkbox {
  margin-bottom: 20px;
}

textarea {
  height: 260px;
}

.cbox-con {
  position: relative;
  display: inline-block;
  margin: 0 0 0 22px;
}
@media (max-width: 766px) {
  .cbox-con {
    margin: 0;
    margin-right: 20px !important;
    margin-bottom: 20px;
  }
}
.cbox-con.first {
  margin: 0;
}
.cbox-con input {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  appearance: none;
  cursor: pointer;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  padding: 0px;
  margin: 0px;
  outline: 0px;
}
.cbox-con input:checked + .cb-style:before {
  background: #DDAF1C;
  border-color: transparent;
}
.cbox-con input:checked + .cb-style:after {
  opacity: 0.7;
  transform: rotate(-45deg);
  content: "";
  width: 10px;
  height: 6px;
  top: 8px;
  left: 7px;
}
.cbox-con .cb-style {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none;
}
.cbox-con .cb-style:before {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  border-width: 2px;
  border-style: solid;
  border-color: #bbbbbb;
  border-image: initial;
  background: white;
}
.cbox-con .cb-style:after {
  position: absolute;
  left: 7px;
  opacity: 0;
  border-width: 0px 0px 2px 2px;
  border-style: solid solid;
  border-color: white white;
  border-image: initial;
  border-top: 0px;
  border-right: 0px;
}
.cbox-con .cb-inner {
  margin-left: 39px;
}
.cbox-con .cb-inner label {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.cbox-con .cb-inner a {
  color: #DDAF1C;
}

.rd-con {
  float: left;
  margin-right: 20px;
  display: flex;
}
.rd-con legend {
  font-size: 16px;
}
.rd-con input {
  width: 24px;
  height: 24px;
  opacity: 0;
  z-index: 2;
  position: absolute !important;
  float: none;
  vertical-align: middle;
}
.rd-con input:checked + .rd-icon {
  background: #DDAF1C;
  border-color: #DDAF1C;
}
.rd-con .rd-inner {
  line-height: 1;
  position: relative;
  width: auto;
  float: left;
  display: inline-block;
  height: auto;
}
.rd-con .rd-icon {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  user-select: none;
  margin-top: -1px;
  margin-right: 10px;
  opacity: 1;
  border-width: 1px;
  border-style: solid;
  border-color: #bbbbbb;
  border-image: initial;
  border-radius: 50%;
  background: white;
}
.rd-con .rd-icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  opacity: 0.7;
  border-radius: 50%;
  background: white;
}
.rd-con .l-con {
  line-height: 22px;
  vertical-align: center;
  float: right;
}
.rd-con .l-con label {
  margin-bottom: 0;
}

.widget-legal {
  margin-bottom: 20px;
  margin-top: 20px;
}
.widget-legal a {
  color: #779b49;
}
.widget-legal .cbox-con {
  margin-left: 0;
  margin-bottom: 10px;
  display: block;
}
.widget-legal .cbox-con.first {
  margin-top: 20px;
}
.widget-legal .cbox-con.last {
  margin-top: 40px;
}

.close-con-form {
  display: none;
}

.checkbox_container .cbox-con:first-of-type {
  margin-left: 0 !important;
}

@media (max-width: 766px) {
  form .row > [class*=col-] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@font-face {
  font-family: BMW_iconFont;
  src: url("../fonts/BMW_iconFont.woff2") format("woff2");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: bmwTypeNextWeb;
  src: url("../fonts/montserrat-v23-latin-300.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: bmwTypeNextWeb;
  src: url("../fonts/montserrat-v23-latin-700.woff2") format("woff2");
  font-weight: bold;
  font-display: swap;
}
.hu-mod.lp li {
  padding: 10px 10px 0 0px;
  position: relative;
  align-items: center;
  max-width: 90%;
}
.hu-mod.lp ul.ul-disc, .hu-mod.lp .ul-disc ul {
  list-style: disc;
  margin-left: 15px;
}
.hu-mod.lp ul.ul-disc li, .hu-mod.lp .ul-disc ul li {
  padding: 10px 10px 0 0px;
  display: list-item;
}
.hu-mod.lp ul.ul-arrow, .hu-mod.lp .ul-arrow ul {
  margin-left: -20px;
}
.hu-mod.lp ul.ul-arrow li, .hu-mod.lp .ul-arrow ul li {
  padding: 10px 10px 0 50px;
}
.hu-mod.lp ul.ul-arrow li:before, .hu-mod.lp .ul-arrow ul li:before {
  font-family: "BMW_iconFont";
  color: #262626;
  content: "";
  position: absolute;
  font-size: 42px;
  line-height: 50px;
  top: -3px;
  left: 0;
  padding-left: 4px;
  height: 50px;
  width: 50px;
}
@media (max-width: 766px) {
  .hu-mod.lp .ui-accordion-content .row > [class*=col-] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hu-mod.lp .ui-accordion-content .row > [class*=col-] li {
    max-width: 100%;
  }
}
.hu-mod.lp .ce_accordionStart ul {
  clear: both;
  float: none;
}
.hu-mod.lp .ce_accordionStart li span {
  float: right;
}
.hu-mod.lp .ce_accordionStart li:after {
  content: "";
  display: table;
  clear: both;
}

.lp .bmwm {
  display: none !important;
}
.lp .bmwi {
  display: none !important;
}
.lp.bmw-i .bmwi {
  display: table-cell !important;
}
.lp.bmw-i .bmwi a {
  margin-left: 15px;
}
.lp .offcanvas {
  display: none;
}
.lp .quick-cta {
  right: -15px;
}
.lp .mod_quickmenu.mobile li {
  width: 33.33333%;
}
.lp .mod_quickmenu.mobile {
  overflow-x: hidden;
  transition: bottom 0.5s ease 0s;
  bottom: -100px;
}

.bmwm-page #logo-nav .bmwm {
  display: table-cell !important;
}

.nav-container {
  margin-top: -90px;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  height: 66px;
  margin-bottom: 4px;
  position: relative;
}
@media (min-width: 766px) {
  .nav-container {
    height: 80px;
    margin-bottom: 80px;
  }
}
.nav-container div {
  position: relative;
  height: inherit;
}
.nav-container .pad {
  position: absolute;
  transition: all 0.35s ease-in-out;
  height: 4px;
  background-color: #1c69d4;
  margin-top: -5px;
}

.model-nav {
  position: relative;
  height: inherit;
}
.model-nav ul {
  height: inherit;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-position: outside;
}
.model-nav li {
  height: inherit;
}
.model-nav li.active button {
  border-color: #0653b6;
}
.model-nav button {
  height: calc(100% - 1px);
  width: auto;
  margin: 0;
  padding: 0 15px;
  display: flex;
  align-items: center;
  color: #666;
  transition: all 0.2s ease-in;
  -webkit-tap-highlight-color: transparent;
  padding: 0 22.5px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: bold;
  padding: 0 22.5px;
  background: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.footer {
  margin-top: 60px;
  background: #E6E6E6;
  padding: 60px 0 50px;
}
.footer .col-3 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 56px;
}
.footer .col-3.first {
  padding-top: 0;
}
.footer .border {
  border-bottom: 1px solid #666;
  margin-top: 56px;
}
@media (min-width: 1024px) {
  .footer {
    padding: 136px 0 126px;
  }
  .footer .border {
    display: none;
  }
  .footer .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.footer h4 {
  margin-bottom: 30px;
}
.footer a {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.footer .socia-media a {
  max-width: 48px;
  max-height: 48px;
  display: inline-block;
}

.mm-panels ul.logos, .footer-meta .brands ul.logos {
  text-align: center;
  list-style: none;
  position: absolute;
  bottom: 20px;
}
.mm-panels ul.logos a, .footer-meta .brands ul.logos a {
  display: inline-flex;
  width: 100%;
  align-items: center;
}
.mm-panels ul.logos object, .footer-meta .brands ul.logos object {
  pointer-events: none;
}
.mm-panels ul.logos .bright, .footer-meta .brands ul.logos .bright {
  display: none;
}
.mm-panels ul.logos .dark, .footer-meta .brands ul.logos .dark {
  display: inline-block;
}
.mm-panels ul.logos li, .footer-meta .brands ul.logos li {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0 16px;
}
.mm-panels ul.logos li object, .footer-meta .brands ul.logos li object {
  max-height: 22px;
}

.footer-meta {
  padding: 80px 0;
  text-align: center;
}
.footer-meta .brands ul.logos {
  position: relative;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
}
.footer-meta .brands ul.logos img {
  width: auto;
}
.footer-meta .legal {
  margin-top: 50px;
}
.footer-meta a {
  margin: 0 10px;
  font-size: 12px;
}
.footer-meta .copy {
  font-size: 12px;
  margin-top: 30px;
}

.container .ce_accordionStart:first-child {
  border-top: 1px solid rgba(102, 102, 102, 0.2);
}

.ce_accordionStart {
  opacity: 0;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}

.toggler {
  position: relative;
  cursor: pointer;
  position: relative;
  display: block;
}
@media (min-width: 767px) {
  .toggler {
    margin: 0;
  }
}
.toggler .ac-head {
  font-size: 1.3rem;
  line-height: 1.5rem;
  text-transform: none;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 20px 0 20px 50px;
  position: relative;
  background: 0;
  color: #262626;
}
.toggler .icon {
  margin-right: 0.75rem;
  margin-top: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.toggler .icon:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  content: "";
  display: block;
  z-index: 1;
  background-color: #fff;
  background-repeat: no-repeat;
  transition: background-color 0.25s ease;
}
.toggler .icon.plus-white:before {
  z-index: 2;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20fill%3D%22%234d4d4d%22%20d%3D%22M11.997%2017l2-2%206%206.002%206-6%202%202-8%208z%22%2F%3E%3C%2Fsvg%3E);
}
.toggler .icon.minus-white:before {
  z-index: 3;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20fill%3D%22%234d4d4d%22%20d%3D%22M27.998%2023.002l-2%202-6-6-6%206-2-2%208-8z%22%2F%3E%3C%2Fsvg%3E);
  opacity: 0;
}
.toggler.active .minus-white:before, .toggler.ui-state-active .minus-white:before {
  opacity: 1;
}
.ui-accordion-content {
  padding: 20px 0;
}
@media (min-width: 767px) {
  .ui-accordion-content {
    padding: 0 15px 30px 15px;
  }
}

#location-mod .container {
  margin-left: 0;
  padding-left: 0;
}

.ce_accordionStart .hu-mod.pt-d.db-d {
  margin-bottom: 0;
}

.ce_gallery .col-3 {
  margin-bottom: 15px;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 767px) {
  .ce_gallery .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.ce_gallery .con {
  border: 1px solid #E6E6E6;
  padding: 13px;
  margin-right: -12px;
}

#con-form, #con-news {
  display: none;
}

#con-form.modal-form, #con-news.modal-form, .qsearch.modal-form {
  display: none;
  position: fixed;
  z-index: 99999999999;
  width: 100%;
  height: 100%;
  background: rgba(102, 102, 102, 0.7);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#con-form.modal-form .inner, #con-news.modal-form .inner, .qsearch.modal-form .inner {
  overflow-y: scroll;
  max-height: 84%;
  position: relative;
  padding: 0 40px;
}
@media (max-width: 766px) {
  #con-form.modal-form .inner, #con-news.modal-form .inner, .qsearch.modal-form .inner {
    padding: 40px 15px;
    left: 0;
    top: 0;
    transform: none;
    height: 100%;
  }
  #con-form.modal-form .inner .cbox-con, #con-news.modal-form .inner .cbox-con, .qsearch.modal-form .inner .cbox-con {
    margin: 0;
    margin-right: 20px !important;
    margin-bottom: 20px;
  }
}
#con-form.modal-form .close-con-form, #con-news.modal-form .close-con-form, .qsearch.modal-form .close-con-form {
  position: absolute;
  display: block;
  right: 30px;
  top: 20px;
  font-weight: 600;
  font-size: 20px;
  transform: scaleX(1.2);
  cursor: pointer;
  z-index: 4;
}
#con-form.modal-form h3, #con-news.modal-form h3, .qsearch.modal-form h3 {
  padding-left: 40px;
  margin-top: 2%;
}
@media (max-width: 766px) {
  #con-form.modal-form h3, #con-news.modal-form h3, .qsearch.modal-form h3 {
    padding-left: 15px;
  }
}
#con-form.modal-form .outer, #con-news.modal-form .outer, .qsearch.modal-form .outer {
  position: absolute;
  background: white;
  padding-top: 10px;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 900px;
  width: 100%;
  height: 100%;
  max-height: 90%;
}
@media (max-width: 766px) {
  #con-form.modal-form .outer, #con-news.modal-form .outer, .qsearch.modal-form .outer {
    max-height: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
    transform: translateX(0);
  }
}

#con-news.modal-form .widget-legal .cbox-con.last {
  margin-top: -10px !important;
}
#con-news.modal-form .container {
  max-width: 600px;
}

.qsearch h3 {
  display: none;
}

.qsearch.modal-form h3 {
  display: block;
}
.qsearch.modal-form .outer {
  height: auto;
  overflow-y: scroll;
  padding-bottom: 50px;
}
@media (max-width: 766px) {
  .qsearch.modal-form .inner .container {
    padding: 0;
    margin: 0;
  }
}

.qsearch {
  display: block;
}
.qsearch .close-con-form {
  display: none;
}
.qsearch.modal-form .close-con-form {
  display: block;
}

am-vehicle-market-quick-search {
  display: none;
}

.list-teaser .con {
  padding: 36px 40px 0 15px;
}
.list-teaser .txt {
  margin-top: 20px;
  margin-bottom: 60px;
}
.list-teaser a {
  color: #ffffff;
  font-weight: normal;
  padding-left: 0;
}
.list-teaser a:before, .list-teaser a:after {
  display: none;
}
@media (max-width: 767px) {
  .list-teaser .con {
    padding: 36px 0 0;
  }
}

.hu-mod.txt-img p {
  line-height: 28px;
}
.hu-mod.txt-img li {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.hu-mod.txt-img li:before {
  content: "";
  display: inline-block;
  font-family: BMW_iconFont;
  font-size: 40px;
  line-height: 20px;
  margin-left: -15px;
}
.hu-mod.txt-img .image_container {
  margin-bottom: 40px !important;
}
@media (max-width: 766px) {
  .hu-mod.txt-img .row > [class*=col-] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.hu-mod.txt-img h3 {
  margin-bottom: 32px;
  font-size: 24px;
}

.team .col-4 {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .team .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.team .member {
  padding: 10px;
}
.team .name {
  font-weight: bold;
}

@media (max-width: 766px) {
  .box-teaser .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .box-teaser .image_container {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=main.css.map */
