/*!
 * CI Colors

Button background-color: #92a2bd
Button background-color hover: #2b374b

*/

/*Font*/

@font-face {
  font-family: "BMW-Type-Light";
  src: url(../fonts/bmwtypewebli_all.ttf) format("truetype");
}

@font-face {
  font-family: "BMW-Type-Regular";
  src: url(../fonts/bmwtypewebrg_all.ttf) format("truetype"),
       url('../fonts/bmwtypewebrg_all.woff') format('woff');
  -webkit-font-smoothing: [ auto ];
}


@font-face {
  font-family: "BMW-Type-Regular-Condensed";
  src: url(../fonts/bmwtypewerg_condensed_all.ttf) format("truetype"),
       url('../fonts/bmwtypewerg_condensed_all.woff') format('woff');
}

@font-face {
  font-family: "BMW-Type-Bold";
  src: url(../fonts/bmwtypewebbo_all.ttf) format("truetype"),
       url('../fonts/bmwtypewebbo_all.woff') format('woff');
}

/* Font Awesome */

.fa-times-thin:before {
  content: '\00d7';
}

/* Body */

body {
  font-family: "BMW-Type-Regular", Arial, Tahoma;
  font-size: 16px;
  line-height: 1.4;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  position: relative;
}

.table td, .table th {
  padding: .3rem;
}

.table thead tr:first-child th {
  border-top: none;
  padding-left: 0.15rem;
}

.table thead th {
  border-bottom: 1px;
}

ol {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 19px;
}


/* Return to top */

#return-to-top {
  position: fixed;
  z-index: 5;
  right: 30px;
  background-color: #d9d9d9;
  width: 75px;
  height: 45px;
  bottom: 66px;
  text-decoration: none;
  display: none;
  text-align: center;
  transition: background-color 0.3s ease;
}

#return-to-top i {
  color: #444;
  transition: padding 0.3s ease;
  font-size: 27px;
  padding-top: 7px;
}

#return-to-top:hover i {
  color: #000!important;
}

@media(max-width:767px) {
  #return-to-top {
    display: none !important;
  }
}

/* Navbar */

body .navbar {
  display: block;
  min-width: 320px;
  justify-content: normal;
  text-align: center;
  height: 72px;
  padding: 12px 15px;
  border-color: transparent;
  border-bottom: 2px solid transparent;
}

body .navbar.mw-navbar-shadow {
  height: 72px;
  background-color: #fff;
  padding: 15px 15px;
  transition:
    border-color 0.3s ease,
    background-color 0.3s ease;
}

body .navbar.mw-navbar-shadow {
  border-bottom: 2px solid #92a2bd;
}

body .navbar.mw-navbar-shadow .navbar-brand {
  opacity: 0;
  padding: 0;
}

body .navbar .navbar-brand img {
  height: 37px;
}

body .navbar.mw-navbar-shadow.mw-navbar-shadow .navbar-brand {
  opacity: 1;
  transition: opacity 0.5s ease;
}

body .navbar.mw-navbar-shadow.fixed-top.mw-navbar-shadow .btn {
  transition: opacity 1s ease;
}

body.mw-menu-on .navbar {
  background-color: #fff;
}

.navbar a.btn {
  position: relative;
}

.navbar a.btn-primary:after {
  content: "";
  border-right: 2px solid #999;
  position: absolute;
  right: -20px;
  top: 0;
  height: 39px;
}

.navbar a.btn-secondary {
  background: #fff;
  color: #92a2bd;
  padding: 8px 18px;
  margin-right: 20px;
  border: 2px solid #92a2bd;
}

.navbar a.btn-secondary:hover, .navbar a.btn-secondary:active, .navbar a.btn-secondary:focus {
  background: #fff !important;
  color: #2b374b !important;
  padding: 8px 18px !important;
  margin-right: 20px !important;
  border: 2px solid #2b374b !important;
}

@media (max-width: 468px) {
  .navbar a.btn-primary:after {
    border-right: none !important;
  }

  .navbar .navbar-brand {
    opacity: 1;
  }

  .navbar .btn-primary {
    display: none;
  }
}

@media (max-width: 600px) {
  .navbar .btn-secondary {
    display: none;
  }
}

/* Carousel */

.carousel-indicators {
  max-width: 350px;
  margin: auto;
}

*::-ms-backdrop, .carousel-indicators { width: 350px; } /* IE11 */


.carousel-indicators li {
  background-color: #d9d9d9;
  cursor: pointer;
  flex: 1;
  width: auto;
  height: 4px;
  margin-right: 2px;
  margin-left: 2px;
}

.carousel-indicators li.active {
  background-color: #444;
}

.carousel-control-next, .carousel-control-prev {
  opacity: 0;
  width: 30%;
  color: #444;
  transition:
    opacity 0.3s ease;
}

.carousel-control-prev {
  padding-right: 15%;
}

.carousel-control-next {
  padding-left: 15%;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
  transition: opacity 0.3s ease;
  opacity: 1 !important;
  color: #444;
}

.carousel-control-next:focus, .carousel-control-prev:focus,
.carousel-control-next:active, .carousel-control-prev:active {
  opacity: 0;
}

/* Misc */

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

a.link {
  color: #92a2bd;
  text-decoration: underline;
}

a.link:hover, a.link:focus, a.link:active {
  color: #999;
}

a .bmw-link-icon-normal, a .bmw-link-icon-hover {
  display: inline-block;
  padding-bottom: 5px;
  padding-right: 2px;
}

a .bmw-link-icon-hover {
  display: none;
}

a:hover .bmw-link-icon-normal, a:focus .bmw-link-icon-normal, a:active .bmw-link-icon-normal {
  display: none;
}

a:hover .bmw-link-icon-hover, a:focus .bmw-link-icon-hover, a:active .bmw-link-icon-hover {
  display: inline-block;
}


/* DE and EN */

.mw-menu-language {
  position: relative;
  margin: 0 0 0 20px;
  padding: 0 0 0 10px;
  /*border-left: 2px solid #999;*/
  list-style: none;
}

.mw-menu-language li {
  float: left;
}

.mw-menu-language li span {
  cursor: default;
}

.mw-menu-language li span,
.mw-menu-language li a {
  position: relative;
  font-family: "BMW-Type-Regular-Condensed", Arial, Tahoma, sans-serif;
  display: inline-block;
  color: #999;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  padding: 10px;
}

.mw-menu-language li a:hover,
.mw-menu-language li a:active,
.mw-menu-language li a:focus {
  color: #444;
}

.mw-menu-language li span {
  color: #444;
}

.mw-menu-language li span:before {
  content: '';
  position: absolute;
  border-top: 2px solid #444;
  bottom: 3px;
  left: 5px;
  width: 26px;
}

/* Page */

p, ul, th, td, .modal-body {
  font-family: "BMW-Type-Light", Arial, Tahoma, sans-serif;
  color: #777;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 1.5;
}

h1, h2, h3, h4, h5 {
  font-family: "BMW-Type-Light", Arial, Tahoma, sans-serif;
  color: #555;
  line-height: 1.4;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

h1, h2 {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

h3 {
  font-size: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-family: "BMW-Type-Bold", Arial, Tahoma, sans-serif;
  font-size: 14px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}

.btn {
  font-family: "BMW-Type-Regular", Arial, Tahoma, sans-serif;
}

.btn:hover, .btn:active, .btn:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.btn-primary, .btn-secondary {
  background-color: #92a2bd;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  border-radius: 0;
  padding: 10px 20px;
}

.btn-secondary {
  background-color: #2b374b;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #2b374b !important;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: #92a2bd !important;
}

/*Shortcuts*/

.sc-margin-0 {
  margin: 0px;
}

.sc-padding-0 {
  padding: 0px;
}

.sc-padding-30-0010 {
  padding-bottom: 20px !important;
}

.sc-padding-20 {
  padding: 20px;
}

.sc-padding-40 {
  padding: 40px;
}

.sc-padding-50 {
  padding: 50px;
}

.sc-padding-20-1000 {
  padding-top: 20px;
}

.sc-margin-20-1010 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.sc-margin-20-0100 {
  margin-right: 20px;
}

.sc-padding-30-1010 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.sc-padding-30-0101 {
  padding-left: 30px;
  padding-right: 30px;
}

.sc-padding-50-1010 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sc-padding-50-1110 {
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}

.sc-padding-50-0101 {
  padding-left: 50px;
  padding-right: 50px;
}

.sc-padding-50-1010 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sc-margin-50-0010 {
  margin-bottom: 50px;
}

.sc-padding-50-0010 {
  padding-bottom: 50px;
}

.sc-margin-50-1000 {
  margin-top: 50px;
}

.sc-padding-50-1000 {
  padding-top: 50px;
}

.sc-padding-80-0001 {
  padding-left: 80px;
}

.sc-padding-50-0001 {
  padding-left: 50px;
}

.sc-padding-80-1110 {
  padding-top: 80px;
  padding-right: 80px;
  padding-bottom: 80px;
}

.sc-padding-80-0101 {
  padding-left: 80px;
  padding-right: 80px;
}

.sc-margin-80-0010 {
  margin-bottom: 80px;
}

.sc-padding-80-0010 {
  padding-bottom: 80px;
}

.sc-margin-80-1000 {
  margin-top: 80px;
}

.sc-padding-80-1000 {
  padding-top: 80px;
}

.sc-margin-40-1000 {
  margin-top: 40px;
}

.sc-margin-20-0001 {
  margin-left: 40px;
}

.sc-margin-170-1000 {
  padding-top: 170px;
}

.sc-padding-70-0001 {
  padding-left: 70px;
}

.sc-article-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sc-opacity-0 {
  opacity: 0;
}

.sc-border-bottom-quotes {
  border-bottom: 10px solid #fff;
}

@media (min-width: 768px) {
  .sc-float-right {
    float: right;
  }
  .sc-md-padding-40 {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .sc-article-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .sc-padding-sm-50-1000 {
    padding-top: 50px !important;
  }
}


@media (max-width: 480px) {
  .sc-padding-0-xs {
    padding: 0px !important;
  }
}


@media (max-width: 991px) {
  .sc-padding-10-0111-sm {
    padding-top: 0 !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
  }

  .sc-margin-40-0001 {
    margin-left: 0px;
  }
}

hr.line {
  border-top: 2px solid #92a2bd;
  width: 130px;
}


/*Parallax*/

.parallax-background {
  display: table;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
}

.parallax-background img {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

/*Header*/

#header {
  position: relative;
}

#header .carousel .carousel-inner .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#header .carousel .carousel-inner .carousel-item .row {
  min-height: 600px;
  overflow: hidden;
}

*::-ms-backdrop, #header .carousel .carousel-inner .carousel-item .row { height: 600px; } /* IE11 */

#header .carousel .carousel-inner #slide-1 {
  background-size: 48% auto;
  background-position: center left;
}

#header .carousel .carousel-inner #slide-1 .slide-content {
  padding-left: 50px;
}

#header .carousel .carousel-inner .slide-content a {
  margin-top: 10px;
}

@media (max-width: 991px) {
  #header .carousel .carousel-inner #slide-1 {
    background-size: 37% auto;
  }
}

@media (max-width: 767px) {
  #header .carousel .carousel-inner .carousel-item {
    background-image: none !important;
  }

  .carousel-control-next, .carousel-control-prev {
    display: none;
  }

  #header .carousel .carousel-inner .carousel-item .row {
    min-height: 560px;
  }

  #header .carousel .carousel-inner .slide-image {
    padding-top: 80px;
    text-align: center;
  }

  #header .carousel .carousel-inner .slide-image img {
    max-height: 300px;
    display: inline-block;
  }

  #header .carousel .carousel-inner .slide-content {
    padding-bottom: 20px;
  }

  #header .carousel .carousel-inner #slide-1 {
    background-image: none !important;
  }

  #header .carousel .carousel-inner #slide-1 .slide-content {
    padding: 0;
    padding-bottom: 10px;
  }
}

/* Registration */

#registration, #registration .registration-border-bottom {
  position: relative;
}

#registration p {
  font-size: 16px;
}

#registration .registration-border-bottom:after {
  border-bottom: 2px solid #c8ccdb;
  content: "";
  position: absolute;
  left: 15px;
  bottom: 0;
  height: 1px;
  width: calc(100% - 30px);
}

#registration .registration-border-responsive {
  border-right: 2px solid #c8ccdb;
  margin-bottom: 80px;
}

#registration .registration-border-responsive {
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  #registration .registration-border-bottom:nth-child(2) {
    position: relative;
    padding-top: 50px;
    padding-bottom: 40px;
  }

  #registration .registration-border-responsive {
    border-right: 0;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  #registration .registration-border-responsive: {
    border: none;
  }
  #registration .registration-border-responsive:after {
    border-bottom: 2px solid #c8ccdb;
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    height: 1px;
    width: calc(100% - 30px);
  }

  #registration .registration-padding-responsive {
    padding-bottom: 40px;
  }
}

/*Linie*/
.block-line {
  width: 100%;
  height: 1px;
  border-bottom: 2px solid #c8ccdb;
}

/*Testimonial*/
.testimonial {
  position: relative;
  overflow: hidden;
  background-color: #f6f7f4;
}

.testimonial .testimonial-content strong {
  font-family: "BMW-Type-Regular", Arial, Tahoma, sans-serif;
  font-size: 32px;
  font-weight: normal;
  color: #444;
  line-height: 1.4;
  position: relative;
  letter-spacing: 0.02em;
}

.testimonial .testimonial-content strong.small {
  font-size: 20px;
}

.testimonial .testimonial-image {
  text-align: right;
  padding-top: 30px;
}

.testimonial .testimonial-image img {
  width: auto;
  max-height: 450px;
}

.testimonial .testimonial-content {
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 510px) {
  .testimonial .testimonial-content {
    min-height: 240px;
  }
}

@media (min-width: 511px) {
  .testimonial .testimonial-content {
    min-height: 180px;
  }
}

@media (max-width: 767px) {
  .testimonial .testimonial-image img {
    width: auto;
    max-height: 350px;
  }

  .testimonial .testimonial-content strong {
    font-size: 24px;
  }
}

@media (orientation: landscape) {
  .testimonial .parallax-background {
    display: none;
  }
}

@media (max-width: 991px) {
  #customization {
    min-height: 200px;
    padding-top: 00px;
  }

  .testimonial .parallax-background {
    display: none;
  }

  .testimonial .testimonial-image {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 14px;
  }
  .testimonial .testimonial-content {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}

/*Screencasts*/

#screencasts {
  background-color: #edefe9;
  position: relative;
  margin-top: 5em;
}

/*Video card*/

.videoCard .card {
  margin: 15px auto;
}

.bmwCard .card {
  border: none;
  border-radius: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  /*display: block;*/
  overflow: hidden;
  cursor: pointer;
}

.bmwCard .card img.card-background {
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.bmwCard .card:hover img.card-background {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.bmwCard .card .card-play .bmw-btn-normal {
  display: block;
}

.bmwCard .card .card-play .bmw-btn-hover {
  display: none;
}

.bmwCard .card:hover .card-play .bmw-btn-normal {
  display: none;
}
.bmwCard .card:hover .card-play .bmw-btn-hover {
  display: block;
}

.bmwCard .card:hover {
  background-size: cover;
}

.bmwCard .card .card-body {
  position: absolute;
  padding: 10px;
  width: 100%;
  height: 100%;
  top: 0;
}

.bmwCard .card h3.card-title {
  font-family: "BMW-Type-Regular", Arial, Tahoma, sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-align: left;
  color: #444;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin: 0;
}

.bmwCard .card.card-mobile {
  display: none;
}

.bmwCard .card.card-mobile h3.card-title {
  margin-bottom: 5px;
}

.bmwCard .card div.card-play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.bmwCard .card div.card-play-alt {
  padding: 5px;
}

.bmwCard .card div.card-play img,
.bmwCard .card div.card-play-alt img {
  width: 50px;
  height: 50px;
}


@media (max-width: 767px) {
  .bmwCard .card {
    display: none;
  }
  .bmwCard .card.card-mobile {
    display: block;
  }
  .bmwCard .card {
    height: auto;
  }
  .bmwCard .card .card-body {
    position: relative;
  }
}

@media (min-width: 768px) {
  .bmwCard .card {
    height: 170px;
  }
}

@media (min-width: 992px) {
  .videoCard .card {
    height: 108px;
  }
  .bmwCard .card h3.card-title {
    font-size: 14px;
  }
  .bmwCard .card div.card-play img,
  .bmwCard .card div.card-play-alt img {
    width: 30px;
    height: 30px;
  }

  .bmwCard .card div.card-play {
    margin-left: -15px;
    margin-top: -15px;
  }
}

@media (min-width: 1200px) {
  .videoCard .card {
    height: 150px;
  }
  .bmwCard .card h3.card-title {
    font-size: 20px;
  }
}

/*Footer*/

footer {
  background-color: #444;
  color: #fff;
  padding: 10px 0 8px 0;
  margin-top: 20em;
}

footer b {
  color: #fff;
  font-family: "BMW-Type-Regular", Arial, Tahoma, sans-serif;
}

footer a {
  font-family: "BMW-Type-Light", Arial, Tahoma, sans-serif;
  font-size: 16px;
  color: #ddd;
  display: inline-block;
  margin: 0 15px;
}

footer a:hover, footer a:active, footer a:focus {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 575px) {
  footer .text-left, footer .text-right {
    text-align: center !important;
  }

  footer p {
    margin: 10px 0;
  }
}

@media (max-width: 576px) {
  footer .text-center * {
    text-align: left !important;
    margin: auto 0px 10px;
    display: block;
    float: none !important;
  }
}

/*Modal*/

.modal-dialog {
  /*width: 100%;*/
  height: 100%;
  max-height: calc(100vh - 3.5rem);
  margin-bottom: 0;
  padding: 0;
}

.modal h2 {
  font-family: "BMW-Type-Bold", Arial, Tahoma, sans-serif;
  text-transform: none;
  font-size: 16px;
  color: #555;
  margin: 0;
  padding: 0;
}

.modal th, .modal b {
  font-family: "BMW-Type-Bold", Arial, Tahoma, sans-serif;
  font-size: 15px;
  color: #555;
}

.modal-backdrop.show {
    opacity: .7;
}

.modal-header {
  margin: 1rem 1rem 0 1rem;
  padding: 0 0 0.8rem 0;
  overflow: hidden;
}

.modal-body {
  max-height: calc(100vh - 7rem);
  overflow: auto;
  margin-bottom: 0;
}

.modal-title {
  font-family: "BMW-Type-Bold", Arial, Tahoma;
  font-size: 18px;
  text-transform: uppercase;
}

.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header .close {
  font-size: 1.9rem;
  padding: 0.7rem 1.1rem 1rem 1rem;
}

.modal-content .mw-modal-close {
  position: absolute;
  float: right;
  font-size: 40px;
  font-weight: 200;
  width: 40px;
  right: -40px;
  background: transparent;
  border: none;
  top: -22px;
  color: #fff;
  outline: none;
  cursor: pointer;
}

.modal-content table th:first-child {
  padding-top: 0;
}

@media screen and (min-width: 577px) and (max-width: 730px) {
  .modal-dialog {
    max-width: calc(100vw - 3.5rem);
  }
}
@media screen and (min-width: 731px) and (max-width: 991px) {
  .modal-dialog {
    max-width: 680px;
  }
}
@media (max-width: 576px) {
  .modal-body {
    max-height: calc(100vh - 1rem);
    overflow: auto;
  }

  .modal-dialog {
    max-height: calc(100vh - 1rem);
  }
}

@media (min-width: 1280px) {
  .modal-lg {
    max-width: 1000px;
  }
}

@media (min-width: 1440px) {
  .modal-lg {
    max-width: 1280px;
  }
}


.modal-content.modal-stretch {
  height: auto;
  min-height: 100%;
}

.mw-slide-in {
  margin-top: -60px;
  opacity: 1;
  transition: all 1.2s ease;
}

#mw-slidein-3b {
  padding-top: 50px;
}

#mw-slidein-4a {
  padding-top: 50px;
}

#mw-slidein-5b {
  padding-top: 50px;
}

@media (max-width: 991px) {
  .mw-slide-in {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
