@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*
//
// Body
//
*/
body {
  font-family: BMWTypeNextTT Light;
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  text-rendering: optimizeLegibility;
}
p strong, .ctc-tel {
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.15); /* Reduce Antialiased Bug */
  letter-spacing: 1px;
}
ul {
  margin: 12px 4px;
  font: 18px BMWTypeNextTT Bold;
  font-weight: bolder;
}
a, a:visited, a:hover, a:active, a:focus {
  outline: none;
}
/*
//
// Container
//
*/
.container {
  max-width: 100%;
  margin: 0 auto !important;
  padding: 0 !important;
  background-color: #FFFFFF;
  overflow: hidden;
}
body.modal-open {
  overflow: auto;
  margin: 0px !important;
  padding: 0px !important;
}
body.modal-open #bannersection {
  -webkit-filter: blur(2px) grayscale(40%);
  -moz-filter: blur(2px) grayscale(40%);
  -o-filter: blur(2px) grayscale(40%);
  -ms-filter: blur(2px) grayscale(40%);
  filter: blur(2px) grayscale(40%);
  -webkit-box-shadow: inset 1px 1px 35px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 1px 35px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 35px 1px rgba(0, 0, 0, 0.5);
  transition: all 0.5s linear;
  -webkit-transition: -webkit-filter all 0.3s linear;
  -moz-transition: -moz-filter all 0.3s linear;
  -ms-transition: -ms-filter all 0.3s linear;
  -o-transition: -o-filter all 0.3s linear;
}
body.modal-open section, body.modal-open hgroup {
  -webkit-filter: blur(2px) grayscale(40%);
  -moz-filter: blur(2px) grayscale(40%);
  -o-filter: blur(2px) grayscale(40%);
  -ms-filter: blur(2px) grayscale(40%);
  filter: blur(2px) grayscale(40%);
  -webkit-transition: -webkit-filter all 0.3s linear;
  -moz-transition: -moz-filter all 0.3s linear;
  -ms-transition: -ms-filter all 0.3s linear;
  -o-transition: -o-filter all 0.3s linear;
}
.modal {
  z-index: 7050 !important;
}
.modal-content {
  -webkit-box-shadow: 4px 4px 15px 3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 4px 4px 15px 3px rgba(0, 0, 0, 0.8);
  box-shadow: 4px 4px 15px 3px rgba(0, 0, 0, 0.8);
}
.modal-header {
  padding: 1.38rem 1rem;
}
.form-control {
  border-radius: 0.1rem;
}
.btn-success {
  color: #fff;
  background-color: #333 !important;
  border-radius: 2px;
  border-color: #fff;
}
.btn-success:hover, .btn-success:active, .btn-success:link, btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #0056b3 !important;
  border-radius: 2px;
  border-color: #fff;
}
.modal-dialog {
  margin-top: 9rem !important;
}
button.close {
  width: 32px;
  height: 32px;
  right: 40px;
  top: 40px;
  background-color: #333;
  color: #fff;
  position: absolute;
  opacity: 1;
}
button.close:hover {
  color: #fff;
  opacity: 1;
}
button.close:before, .close:after {
  position: absolute;
  top: 0px;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  color: #fff !important;
  background-color: #fff;
  opacity: 1;
  z-index: 5000;
}
button.close:not(:disabled):not(.disabled):hover, button.close:not(:disabled):not(.disabled):focus {
  color: #fff !important;
  background-color: #0056b3;
  opacity: 1;
}
button.close:before {
  transform: rotate(45deg);
}
button.close:after {
  transform: rotate(-45deg);
}
/*
//
// Header
//
*/
.box-header-line-sky-blue {
  width: 34%;
  height: 8px;
  position: fixed;
  top: 81px;
  right: 0;
  z-index: 5004;
  background: linear-gradient(130deg, rgba(69, 153, 254, 1) 60%, rgba(40, 79, 142, 0.896796218487395) 95%);
  background: -moz-linear-gradient(130deg, rgba(69, 153, 254, 1) 60%, rgba(40, 79, 142, 0.896796218487395) 95%);
  background: -webkit-linear-gradient(130deg, rgba(69, 153, 254, 1) 60%, rgba(40, 79, 142, 0.896796218487395) 95%);
  background: linear-gradient(130deg, rgba(69, 153, 254, 1) 60%, rgba(40, 79, 142, 0.896796218487395) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4599fe", endColorstr="#284f8e", GradientType=1);
}
.box-header-line-blue {
  width: 32%;
  height: 8px;
  position: fixed;
  top: 90px;
  right: 0;
  z-index: 5005;
  background: #5C5C5C;
}
.box-header-line-red {
  width: 33%;
  height: 8px;
  position: fixed;
  top: 98px;
  right: 0;
  z-index: 5003; /* Stay on top */
  background: #42413D;
}
.box-header-line-white {
  width: 30%;
  height: 8px;
  top: 106px;
  position: fixed;
  right: 0;
  z-index: 5004; /* Stay on top */
  background: #000;
  border-top: 1px solid #333;
  -webkit-box-shadow: -7px 5px 26px 1px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: -7px 5px 26px 1px rgba(0, 0, 0, 0.55);
  box-shadow: -7px 5px 26px 1px rgba(0, 0, 0, 0.55);
}
.box-header-line-sky-blue-left {
  width: 32%;
  height: 8px;
  position: fixed;
  top: 81px;
  left: 0;
  z-index: 5004;
  background: linear-gradient(60deg, rgba(49, 132, 217, 0.8) 30%, rgba(69, 153, 254, 1) 95%);
  background: -moz-linear-gradient(60deg, rgba(49, 132, 217, 0.8) 30%, rgba(69, 153, 254, 1) 95%);
  background: -webkit-linear-gradient(60deg, rgba(49, 132, 217, 0.8) 30%, rgba(69, 153, 254, 1) 95%);
  background: linear-linear-gradient(60deg, rgba(49, 132, 217, 0.8) 30%, rgba(69, 153, 254, 1) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3184d9", endColorstr="#4599fe", GradientType=1);
}
.box-header-line-blue-left {
  width: 34%;
  height: 8px;
  position: fixed;
  top: 90px;
  left: 0;
  z-index: 5005;
  background: #5C5C5C;
}
.box-header-line-red-left {
  width: 33%;
  height: 8px;
  position: fixed;
  top: 98px;
  left: 0;
  z-index: 5003; /* Stay on top */
  background: #42413D;
}
.box-header-line-white-left {
  width: 36%;
  height: 8px;
  top: 106px;
  position: fixed;
  left: 0;
  z-index: 5004; /* Stay on top */
  background: #000;
  border-top: 1px solid #333;
  -webkit-box-shadow: -7px 5px 26px 1px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: -7px 5px 26px 1px rgba(0, 0, 0, 0.55);
  box-shadow: -7px 5px 26px 1px rgba(0, 0, 0, 0.55);
}
header {
  width: 100%;
  height: 90px;
  margin: 0px;
  background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(166, 166, 166, 0.55) 75%, rgba(17, 17, 17, 0.75) 95%);
  border-bottom: 1px solid #000;
  position: fixed;
  top: 0;
  z-index: 4000; /* Stay on top */
  transition: 0.2s; /* Add a transition effect (when scrolling - and font size is decreased) */
}
.aero-header {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3000;
}
.blur-effect {
  width: 100%;
  height: 90px;
  margin: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.gr-filter {
  -webkit-mask: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 85%);
  -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 85%);
  -webkit-filter: blur(3px);
  transition: all 0.5s linear;
  -webkit-transition: -webkit-filter all 0.5s linear;
  -moz-transition: -moz-filter all 0.5s linear;
  -ms-transition: -ms-filter all 0.5s linear;
  -o-transition: -o-filter all 0.5s linear;
}
.gr-filter:hover {
  -webkit-mask: none;
  -webkit-filter: none;
  mask: none;
  filter: none;
  transition: all 0.5s linear;
  -webkit-transition: -webkit-filter all 0.5s linear;
  -moz-transition: -moz-filter all 0.5s linear;
  -ms-transition: -ms-filter all 0.5s linear;
  -o-transition: -o-filter all 0.5s linear;
}
.navbar {
  width: 912px;
  margin: 0 auto;
}
.navbar-collapse collapse show {
  z-index: 4000;
}
.logo {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 2px 14px;
}
.logo img {
  max-width: 60px;
  margin: 0 auto;
  padding: 0;
  display: block;
}
a.nav-link, a.nav-link:link, a.nav-link:visited {
  color: #42413D;
  transition: all 0.5s linear;
  -webkit-transition: -webkit-filter all 0.5s linear;
  -moz-transition: -moz-filter all 0.5s linear;
  -ms-transition: -ms-filter all 0.5s linear;
  -o-transition: -o-filter all 0.5s linear;
}
a.nav-link:hover, a.nav-link:active, a.nav-link:focus {
  color: #3e88e4;
  transition: all 0.5s linear;
  -webkit-transition: -webkit-filter all 0.5s linear;
  -moz-transition: -moz-filter all 0.5s linear;
  -ms-transition: -ms-filter all 0.5s linear;
  -o-transition: -o-filter all 0.5s linear;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-menu li:hover .dropdown-menu {
  visibility: visible;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  background-color: transparent;
  height: 80px;
  padding-top: 18px;
  margin-top: 2px;
  margin-left: -20px;
  border: 0;
  border-radius: 0;
  z-index: 1040;
}
.dropdown-item {
  color: #fff;
  padding-left: 28px;
  padding-right: 36px;
  border-top: 0;
  border-bottom: 0;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.dropdown-item:first-child {
  border-top: 0;
  border-bottom: 0;
}
.dropdown-item:first-child:hover {
  border-top-color: #0056b3;
}
.dropdown-item:last-child {
  padding-bottom: 7px;
  border-top: 0;
  border-bottom: 1px solid #000;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.dropdown-item {
  background-color: #42413D;
  transition: all 0.3s linear;
  -webkit-transition: -webkit-filter all 0.3s linear;
  -moz-transition: -moz-filter all 0.3s linear;
  -ms-transition: -ms-filter all 0.3s linear;
  -o-transition: -o-filter all 0.3s linear;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
  background-color: #0056b3;
  color: #FFF;
  transition: all 0.3s linear;
  -webkit-transition: -webkit-filter all 0.3s linear;
  -moz-transition: -moz-filter all 0.3s linear;
  -ms-transition: -ms-filter all 0.3s linear;
  -o-transition: -o-filter all 0.3s linear;
}
.hero_header {
  color: #FFFFFF;
  text-align: center;
  margin: 0;
  letter-spacing: 4px;
}
#bannersection {
  position: relative;
  display: table;
  width: 100%;
  height: 100vh;
}
.bannercontent {
  background-color: transparent;
  background-image: url("../images/InProQ-GM-GmbH-Maschine-Ettlingen-Zahnradmesstechnik.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat no-repeat;
  display: table-cell;
  vertical-align: middle;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  padding: 0;
  -webkit-box-shadow: inset 1px 1px 35px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 1px 1px 35px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 1px 1px 35px 1px rgba(0, 0, 0, 0.25);
}
.service-box {
  background-color: transparent;
  position: absolute;
  top: 136px;
  right: 20px;
  z-index: 2000;
  display: inline-flex;
}
.kfz-werkstatt-service-logo-box {
  width: 100px;
  height: 100px;
  background-color: #FDFDFD;
  margin: 0 10px 0 0;
  padding: 14px 5px;
}
.mini-service-logo-box {
  width: 100px;
  height: 100px;
  background-color: #FDFDFD;
  /*background-color: #202220;*/
  margin: 0 0 0 10px;
  padding: 14px 5px;
}
.kfz-werkstatt-service-logo-box h5 {
  margin: 0 0 0 8px;
  padding: 0;
  font: 16px BMWTypeNextTT Bold !important;
  color: #202220;
}
.mini-service-logo-box h5 {
  margin: 0 0 0 8px;
  padding: 0;
  font: 16px BMWTypeNextTT Bold !important;
  /*color: #FDFDFD;*/
  color: #202220;
  letter-spacing: 0.05rem;
}
.kfz-werkstatt-service-logo-box h5 a, .kfz-werkstatt-service-logo-box h5 a:hover, .kfz-werkstatt-service-logo-box h5 a:visited, .kfz-werkstatt-service-logo-box h5 a:active, .kfz-werkstatt-service-logo-box h5 a:link {
  color: #202220;
  text-decoration: none;
}
.mini-service-logo-box h5 a, .mini-service-logo-box h5 a:hover, .mini-service-logo-box h5 a:visited, .mini-service-logo-box h5 a:active, .mini-service-logo-box h5 a:link {
  color: #202220;
  /*color: #FDFDFD;*/
  text-decoration: none;
}
/*
//
// Intro
//
*/
.intro {
  background-color: transparent;
  width: 100%;
  height: auto;
  min-height: 670px;
  margin: 0;
  padding-top: 90px;
  padding-bottom: 35px;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: inherit;
  z-index: 20;
}
.intro .column {
  right: 0;
  bottom: 0;
}
.intro-title-box {
  width: auto;
  margin: 0;
  padding: 20px;
  position: absolute;
  bottom: 60px;
  right: 0;
  z-index: 25;
}
.intro-title-box h1 {
  margin: 0;
  padding: 0 10px;
  text-align: right;
  font: 28px BMWTypeNextTT Light;
  letter-spacing: 2px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.intro-title-box p {
  margin: 0;
  padding: 10px 10px 0 10px;
  font: 16px BMWTypeNextTT Light;
  font-weight: lighter;
  text-align: right;
  letter-spacing: 1px;
  line-height: 23px;
  color: #FFFFFF;
}
.intro-title-box-bg {
  width: auto;
  min-width: 572px;
  height: auto;
  margin: 0;
  padding: 20px;
  background-color: #000;
  opacity: 0.87;
  position: absolute;
  bottom: 60px;
  right: 0;
  visibility: inherit;
  z-index: 24;
}
/*
//
// About Section
//
*/
.about {
  margin: 0;
  padding: 0;
}
.about-index {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.about .thumbnail {
  width: 370px;
  height: auto;
  margin: 0 20px;
  text-align: center;
  background-color: #F8F8F8;
  border-radius: 3px;
  display: inline-grid;
  position: relative;
  -webkit-box-shadow: inset 1px 1px 35px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 1px 35px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 1px 35px 1px rgba(0, 0, 0, 0.15);
}
.about .thumbnail:first-child {
  margin: 0 0 0 20px;
}
.about .thumbnail:last-child {
  margin: 0 20px 0 0;
}
.about .thumbnail p.text_column {
  text-align: left;
  font-weight: lighter;
  line-height: 25px;
  padding: 20px;
  font: 18px BMWTypeNextTT Light;
  color: #333;
}
.about img.cards {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.box-btn-about-card {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 20px;
}
.btn-about-card {
  width: 336px;
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
  border-radius: 0px;
  background-color: #42413D;
  border: 3px solid #FFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FFFFFF;
  font: 18px BMWTypeNextTT Light;
  transition: all 0.3s linear;
  -webkit-transition: -webkit-filter all 0.3s linear;
  -moz-transition: -moz-filter all 0.3s linear;
  -ms-transition: -ms-filter all 0.3s linear;
  -o-transition: -o-filter all 0.3s linear;
  display: inline-block;
}
.btn-about-card:hover {
  background-color: #0056b3;
  border: 3px solid #FFF;
  text-decoration: none;
  color: #FFF;
  cursor: pointer;
}
/*
//
// Gallery Section
//
*/
.gallery {
  width: 100%;
  padding: 35px 0 0;
  clear: both;
  display: flex;
  background-color: #FFFFFF;
  /* [disabled]min-width: 400px;
*/
}
.gallery .thumbnail {
  width: 23%;
  text-align: center;
  float: left;
  background-color: #F8F8F8;
  margin-left: 1%;
  margin-right: 1%;
  border-radius: 3px;
  border-bottom: 4px solid #333;
}
.gallery .thumbnail img.cards {
  width: 100%;
  height: auto;
  opacity: 0.8;
}
.gallery .thumbnail h4 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: BMWTypeNextTT Light;
  color: #0056b3;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.gallery .thumbnail p.text_column {
  color: #787d85;
  font: 14px BMWTypeNextTT Light;
  text-align: left;
  font-weight: normal;
  line-height: 25px;
  padding: 20px;
}
.gallery .thumbnail .tag {
  color: #5D5E5D;
  font-family: BMWTypeNextTT Light;
  padding-bottom: 4px;
  padding-top: 4px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
/*
//
// Banner Section
//
*/
.section-banner {
  margin: 0;
  padding: 0;
}
article.banner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.banner-box-left {
  width: 720px;
  margin-left: 20px;
  position: relative;
}
.banner-box-left img {
  width: 720px;
  height: auto;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.banner-box-right {
  width: 440px;
  height: auto;
  margin-right: 20px;
  background-color: #333;
  position: relative;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.banner-box-right-no-color {
  width: 440px;
  height: auto;
  margin-right: 20px;
  padding-top: 60px;
  background-color: #FFF;
  position: relative;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.banner-box-right-no-color h3 {
  text-transform: uppercase;
}
.banner-box-right-no-color h3, .banner-box-right-no-color p {
  padding: 8px 0;
  color: #333!important;
}
.banner-title-box {
  position: absolute;
  bottom: 24px;
  left: 0;
  background-color: #333;
}
.banner-title-box h3 {
  margin: 0;
  padding: 8px 12px;
  color: #FFFFFF;
  font: 18px BMWTypeNextTT Light;
  text-align: right;
}
.banner-box-right h3 {
  margin: 20px 20px;
  text-align: left;
  font: 28px BMWTypeNextTT Light;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.banner-box-right p {
  width: 390px;
  margin: 0 20px;
  padding: 6px 0;
  text-align: left;
  color: #fff;
}
.section-banner {
  margin: 0;
  padding: 0;
}
article.vd {
  width: 1200px;
  margin: 0 auto;
}
video {
  clear: both;
  margin: 0 auto;
  display: block;
}
/*
//
// BMW Mini Service - Page
//
*/
.hg-title-Unsere Leistungen-service {
  margin: 180px 0 100px 0;
}
.section-Unsere Leistungen-service {
  margin: 0;
  padding: 0;
}
article.Unsere Leistungen-service-top {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.Unsere Leistungen-service-top-box-left {
  width: 720px;
  margin-left: 20px;
  position: relative;
}
.Unsere Leistungen-service-top-box-right {
  width: 440px;
  position: relative;
}
.top-photo-Unsere Leistungen-service {
  width: 720px;
}
.top-photo-Unsere Leistungen-service img {
  width: 720px;
  height: auto;
}
.Unsere Leistungen-service-title-in-top-photo {
  position: absolute;
  bottom: 26px;
  left: 0;
  background-color: #42413D;
}
.Unsere Leistungen-service-title-in-top-photo h3 {
  margin: 0;
  padding: 8px 12px;
  color: #fff;
  font: 18px BMWTypeNextTT Light;
}
.col-info-service-top {
  display: flex;
}
.col-pic-service-top {
  width: 160px;
  height: 160px;
  margin: 0 0 0 20px;
}
.col-pic-service-top img {
  width: 160px;
  height: 160px;
  display: block;
  margin: 0;
  padding: 0;
}
.Unsere Leistungen-service-top p {
  margin: 20px 0 0 20px;
}
.Unsere Leistungen-service-top-box-right p {
  max-width: 390px;
}
.contact-kfz-werkstatt-service {
  margin: 0 0 0 20px;
}
.contact-kfz-werkstatt-service h5 {
  margin: 0;
  padding: 0 0 10px 0;
  font: 14px BMWTypeNextTT Light;
}
.contact-kfz-werkstatt-service p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.contact-kfz-werkstatt-service p .ctc-tel {
  letter-spacing: normal;
  -webkit-text-decoration-color: #000;
}
.contact-kfz-werkstatt-service p a, .contact-kfz-werkstatt-service p a:hover, .contact-kfz-werkstatt-service p a:visited {
  color: #212529;
}
.panel-body {
  display: flex;
}
.panel-group {
  max-width: 1200px;
  margin: 0 auto;
}
.panel-group a, .panel-group a:hover, .panel-group a:visited {
  color: #212529;
}
.panel-group img {
  max-width: 400px;
  margin: 20px 0;
}
.panel-group ul {
  max-width: 740px;
  font: 17px BMWTypeNextTT Light;
  font-weight: normal;
  list-style: none;
  margin: 0;
  padding: 0;
}
.panel-group ul li {
  font: 17px BMWTypeNextTT Light;
  margin: 0;
  padding: 0;
}
.panel-text {
  font-size: 17px !important;
  margin: 20px 20px;
}
.panel-text p {
  max-width: 740px;
}
.box-btn-service-card {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
}
.btn-service-card {
  width: 184px;
  margin-top: 20px;
  padding: 8px 5px;
  text-align: center;
  vertical-align: middle;
  border-radius: 0px;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #42413D;
  color: #FFFFFF;
  font: 12px BMWTypeNextTT Light;
  display: inline-block;
  transition: all 0.3s linear;
  -webkit-transition: -webkit-filter all 0.3s linear;
  -moz-transition: -moz-filter all 0.3s linear;
  -ms-transition: -ms-filter all 0.3s linear;
  -o-transition: -o-filter all 0.3s linear;
}
.btn-service-card:hover {
  background-color: #0056b3;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
/*
//
// About Us - Page
//
*/
.hg-title-about-us {
  margin: 180px 0 100px 0;
}
.section-about-us {
  margin: 0;
  padding: 0;
}
.section-about-us-middle {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
article.about-us-top {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.about-us-top-box-left {
  width: 720px;
  margin-left: 20px;
  position: relative;
}
.about-us-top-box-right {
  width: 440px;
  position: relative;
}
.top-photo-about-us {
  width: 720px;
}
.top-photo-about-us img {
  width: 720px;
  height: auto;
}
.title-in-top-photo {
  position: absolute;
  bottom: 24px;
  left: 0;
  background-color: #42413D;
}
.title-in-top-photo h3 {
  margin: 0;
  padding: 8px 12px;
  color: #FFFFFF;
  font: 18px BMWTypeNextTT Light;
}
.about-us-top-box-right h3 {
  margin: 2px 0 12px 20px;
  padding: 0;
  font: 28px BMWTypeNextTT Light;
  line-height: 24px;
  text-transform: uppercase;
}
.about-us-top-box-right p {
  max-width: 390px;
  margin: 10px 0 0 22px;
}
.title-about {
  max-width: 1200px;
  margin: 0 auto;
  text-transform: uppercase;
}
article.about-us-middle {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
}
article.about-us-middle .team-box-inline {
  margin-right: 20px;
  display: -ms-inline-flex !important;
  display: inline-flex !important;
}
.about-us-middle p {
  margin: 10px 0 0 8px;
}
.about-us-middle .col-11 h4 {
  margin: 0 0 14px 8px;
  font-size: 16px;
}
article.about-us-middle-center {
  width: auto;
  max-width: 1140px !important;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 10px;
  text-align: center;
  display: inline-block;
}
.team-box-pic {
  position: relative;
  margin: 10px;
}
.team-box-pic:first-child {
  position: relative;
  margin-left: 0;
}
.team-box-pic:last-child {
  position: relative;
  margin-right: 0;
}
.name-bottom-pic {
  position: absolute;
  bottom: 26px;
  left: 0;
}
.name-bottom-pic h3 {
  margin: 0;
  padding: 6px 10px;
  color: #FFFFFF;
  font: 16px BMWTypeNextTT Light;
  text-align: left;
  background-color: #0056b3;
}
.name-bottom-pic h4 {
  margin: 0;
  padding: 6px 10px;
  color: #333;
  font: 16px BMWTypeNextTT Light;
  text-align: left;
  background-color:#42413D;
}
.section-about-us-career {
  margin: 90px 0 0 0;
  padding: 0;
}
article.about-us-career {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.career-bottom-box-left {
  width: 720px;
  margin-left: 20px;
  position: relative;
}
.career-bottom-box-right {
  width: 440px;
  height: auto;
  margin-right: 20px;
  background-color: #42413D;
  position: relative;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.career-bottom-box-right h3 {
  margin: 20px 20px;
  text-align: left;
  font: 28px BMWTypeNextTT Light;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.career-bottom-box-right p {
  width: 390px;
  margin: 0 20px;
  padding: 6px 0;
  text-align: left;
  color: #fff;
}
.bottom-photo-career {
  width: 720px;
}
.bottom-photo-career img {
  width: 720px;
  height: auto;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.title-in-bottom-photo {
  position: absolute;
  bottom: 24px;
  left: 0;
  background-color: #42413D;
}
.title-in-bottom-photo h3 {
  margin: 0;
  padding: 8px 12px;
  color: #FFFFFF;
  font: 18px BMWTypeNextTT Light;
  text-align: right;
}
.title-about-us-middle-center {
  margin: 0px 0 10px 0;
  padding: 0 0 20px 0;
  text-transform: uppercase;
}
.about-us-middle a, .about-us-middle a:visited, .about-us-middle a:hover {
  color: #fff;
}
.about-us-career a, .about-us-career a:visited, .about-us-career a:hover {
  color: #fff;
}
article.about-us-environment {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.txt-banner-environment {
  width: auto;
  max-width: 1200px;
  margin: 90px 20px 50px 20px;
  padding: 40px 20px;
  background: #fff;
}
.txt-banner-environment h3 {
  text-transform: uppercase;
}
article.about-us-bottom {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.about-us-bottom-box {
  width: 368px;
  margin: 0 20px;
  padding: 0;
}
.about-us-bottom-box h5 {
  text-transform: uppercase;
}
.about-us-bottom-box:first-child {
  margin-right: 0;
}
.about-us-bottom-box:last-child {
  margin-left: 0;
}
.about-us-bottom-photo-box img {
  max-width: 280px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.about-us-bottom-box ul {
  margin: 14px 10px;
  font: 14px BMWTypeNextTT Light;
  list-style-type: none;
}
.about-us-bottom-box ul li {
  content: "- ";
  list-style-position: inside;
  padding: 4px 6px;
  text-indent: -0.65em;
}
.about-us-bottom-box ul li:before {
  content: "- ";
}
.about-us-bottom a, .about-us-bottom a:visited, .about-us-bottom a:hover {
  color: #212529;
}
/*
//
// Unsere Leistungen Sell Cars - Page
//
*/
.hg-title-Unsere Leistungen-sell-cars {
  margin: 180px 0 100px 0;
}
.section-Unsere Leistungen-sell-cars {
  margin: 0;
  padding: 0;
}
article.Unsere Leistungen-sell-cars-top {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.Unsere Leistungen-sell-cars-top-box-left {
  width: 720px;
  margin-left: 20px;
  position: relative;
}
.Unsere Leistungen-sell-cars-top-box-right {
  width: 440px;
  position: relative;
}
.top-photo-Unsere Leistungen-sell-cars {
  width: 720px;
}
.top-photo-Unsere Leistungen-sell-cars img {
  width: 720px;
  height: auto;
}
.Unsere Leistungen-sell-cars-title-in-top-photo {
  position: absolute;
  bottom: 26px;
  left: 0;
  background-color: #fff;
}
.Unsere Leistungen-sell-cars-title-in-top-photo h3 {
  margin: 0;
  padding: 8px 12px;
  color: #000;
  font: 18px BMWTypeNextTT Light;
}
.col-info-sell-cars-top {
  display: flex;
}
.col-pic-sell-cars-top {
  width: 160px;
  height: 160px;
  margin: 0 0 0 20px;
}
.col-pic-sell-cars-top img {
  width: 160px;
  height: 160px;
  display: block;
  margin: 0;
  padding: 0;
}
.Unsere Leistungen-sell-cars-top p {
  margin: 20px 0 0 20px;
}
.Unsere Leistungen-sell-cars-top-box-right p {
  max-width: 390px;
}
.contact-bmw-sell-cars {
  margin: 0 0 0 20px;
}
.contact-bmw-sell-cars h5 {
  margin: 0;
  padding: 0 0 10px 0;
  font: 14px BMWTypeNextTT Light;
}
.contact-bmw-sell-cars p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.contact-bmw-sell-cars p .ctc-tel {
  letter-spacing: normal;
  -webkit-text-decoration-color: #000;
}
.contact-bmw-sell-cars p a, .contact-bmw-sell-cars p a:hover, .contact-bmw-sell-cars p a:visited {
  color: #212529;
}
.box-btn-sell-cars-card {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
}
.btn-sell-cars-card {
  width: 184px;
  margin-top: 20px;
  padding: 8px 5px;
  text-align: center;
  vertical-align: middle;
  border-radius: 0px;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #333;
  color: #FFFFFF;
  font: 12px BMWTypeNextTT Light;
  display: inline-block;
  transition: all 0.3s linear;
  -webkit-transition: -webkit-filter all 0.3s linear;
  -moz-transition: -moz-filter all 0.3s linear;
  -ms-transition: -ms-filter all 0.3s linear;
  -o-transition: -o-filter all 0.3s linear;
}
.btn-sell-cars-card:hover {
  background-color: #0056b3;
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
}
.title-Unsere Leistungen-sell {
  max-width: 1200px;
  margin: 0 auto;
  text-transform: uppercase;
}
article.Unsere Leistungen-sell-cars-middle {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.section-Unsere Leistungen-sell-cars {
  margin-top: 80px;
}
article.Unsere Leistungen-sell-cars-middle {
  width: 1200px;
  margin: 0 auto;
}
article.Unsere Leistungen-sell-cars-middle p a, article.Unsere Leistungen-sell-cars-middle p a:hover, article.Unsere Leistungen-sell-cars-middle p a:link, article.Unsere Leistungen-sell-cars-middle p a:visited {
 color: #202220;
}
.new-cars-promo img {
  border-radius: 2px;
}
.carousel-control-prev {
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: #333;
  position: relative;
  top: -320px;
  bottom: 0;
  z-index: 1;
  display: inline-flex;
  opacity: 1 !important;
  float: left;
  transition: all 0.3s linear;
  -webkit-transition: -webkit-filter all 0.3s linear;
  -moz-transition: -moz-filter all 0.3s linear;
  -ms-transition: -ms-filter all 0.3s linear;
  -o-transition: -o-filter all 0.3s linear;
}
.carousel-control-next {
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: #333;
  position: relative;
  top: -320px;
  bottom: 0;
  z-index: 1;
  display: inline-flex;
  opacity: 1 !important;
  float: right;
  transition: all 0.3s linear;
  -webkit-transition: -webkit-filter all 0.3s linear;
  -moz-transition: -moz-filter all 0.3s linear;
  -ms-transition: -ms-filter all 0.3s linear;
  -o-transition: -o-filter all 0.3s linear;
}
.carousel-control-prev:hover, .carousel-control-next:hover {
  background-color: #0056b3;
  color: #fff;
  opacity: 1 !important;
  transition: all 0.3s linear;
  -webkit-transition: -webkit-filter all 0.3s linear;
  -moz-transition: -moz-filter all 0.3s linear;
  -ms-transition: -ms-filter all 0.3s linear;
  -o-transition: -o-filter all 0.3s linear;
}
.carousel-caption h5 {
  text-transform: uppercase !important;
}
.carousel-caption h5, .carousel-caption p {
  text-shadow: -1px 2px 3px rgba(51,51,51,0.9);
}
.carousel-caption.text-dark h5, .carousel-caption.text-dark p {
  text-shadow: -1px 1px 2px rgba(51,51,51,0.2);
}
.carousel-caption p {
  margin: 0 !important;
  padding: 0 !important;
}
.carousel-caption {
  right: 10px;
  bottom: -10px;
  left: 10px;
}
/*
//
// Imprint - Page
//
*/
.hg-title-imprint {
  margin: 180px 0 100px 0;
}
.section-imprint {
  margin: 0;
  padding: 0;
}
article.imprint-top {
  width: 1200px;
  margin: 0 auto;
  padding: 0 10px 0 20px;
  display: flex;
}
article.imprint-top p {
  margin: 20px 0 0 0;
}
.imprint-top-box {
  width: auto;
  position: relative;
}
.top-text-left-imprint {
  width: 560px;
}
.imprint-ceo-box {
  width: 100%;
  margin: 10px 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.imprint-ceo-box-pic {
  position: relative;
  margin: 10px;
  height: 250px;
}
.imprint-ceo-bottom-pic {
  position: absolute;
  bottom: 26px;
  left: 0;
}
.imprint-ceo-bottom-pic h3 {
  margin: 0;
  padding: 6px 10px;
  color: #FFFFFF;
  font: 16px BMWTypeNextTT Light;
  text-align: left;
  background-color: #0056b3;
}
.imprint-ceo-bottom-pic h4 {
  margin: 0;
  padding: 6px 10px;
  color: #FFFFFF;
  font: 16px BMWTypeNextTT Light;
  text-align: left;
  background-color: #333;
}
article.imprint-middle {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
article.imprint-middle p {
  margin: 20px 0 0 0;
}
article.imprint-middle a, article.imprint-middle a:visited, article.imprint-middle a:hover {
  color: #212529;
}
article.imprint-bottom {
  display: flex;
}
/*
//
// Data Privacy - Page
//
*/
.hg-title-data-privacy {
  margin: 180px 0 100px 0;
}
.section-data-privacy {
  margin: 0;
  padding: 0;
}
article.data-privacy-top {
  width: 1200px;
  margin: 0 auto;
}
.data-privacy-top-box {
  margin: 20px;
  padding: 0;
}
.data-privacy-top p {
  margin: 0 0 10px 0;
  padding: 0;
}
.data-privacy-top ul {
  margin: 14px 10px;
  font: 16px BMWTypeNextTT Light;
  list-style-type: none;
}
.data-privacy-top ul li {
  content: "- ";
  list-style-position: inside;
  padding: 4px 6px;
  text-indent: -0.65em;
}
.data-privacy-top ul li:before {
  content: "- ";
}
article.data-privacy-middle {
  display: flex;
}
.data-privacy-middle p {
  margin: 20px 0 0 30px;
}
.section-data-privacy a, .section-data-privacy a:visited, .section-data-privacy a:hover {
  color: #212529;
  font-weight: bolder;
}
/*
//
// Buttons, Columns, Headings
//
*/
.column {
  width: 30%;
  text-align: center;
  padding-top: 30px;
  position: absolute;
}
hgroup {
  margin: 90px 0 100px 0;
  padding: 0;
}
.title-section {
  margin: -15px 0px;
  padding: 0px 15px;
  color: #333;
  font: 42px BMWTypeNextTT Light;
  text-transform: uppercase;
  background: #FFF;
}
.button {
  width: 200px;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  text-align: center;
  vertical-align: middle;
  border-radius: 0px;
  letter-spacing: 2px;
  background-color: #333;
  border: 3px solid #FFFFFF;
  color: #FFFFFF;
  font: 18px BMWTypeNextTT Light;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s linear;
  -webkit-transition: -webkit-filter all 0.3s linear;
  -moz-transition: -moz-filter all 0.3s linear;
  -ms-transition: -ms-filter all 0.3s linear;
  -o-transition: -o-filter all 0.3s linear;
}
.button:hover {
  background-color: #0056b3;
  color: #FFFFFF;
  cursor: pointer;
}
button.navbar-dark {
  outline: none;
}
#back2header {
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  display: none;
  cursor: pointer;
  position: fixed;
  z-index: 9000;
  bottom: 20px;
  right: 20px;
  background-color: #42413D;
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  transition: all 0.3s linear;
  -webkit-transition: -webkit-filter all 0.3s linear;
  -moz-transition: -moz-filter all 0.3s linear;
  -ms-transition: -ms-filter all 0.3s linear;
  -o-transition: -o-filter all 0.3s linear;
}
#back2header:hover {
  background-color: #0056b3;
  color: #fff;
}
/*
//
// Footer
//
*/
footer {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #FFF;
  font: 18px BMWTypeNextTT Light;
}
footer section.footer-box {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  text-align: center;
}
.footer-box .column {
  width: 100%!important;
  margin: 0 20px;
  padding: 0;
  position: relative;
  text-align: center;
}
.footer-box .column:first-child {
  margin-right: 0;
}
.footer-box .column:last-child {
  margin-left: 0;
}
.find-us {
  width: 100%;
  height: 420px;
  margin: 80px 0 0 0;
  padding: 0;
  filter: grayscale(45%);
  -webkit-filter: grayscale(45%);
  -moz-filter: grayscale(45%);
  -ms-filter: grayscale(45%);
  -o-filter: grayscale(45%);
  transition: all 0.3s linear;
  -webkit-transition: -webkit-filter all 0.3s linear;
  -moz-transition: -moz-filter all 0.3s linear;
  -ms-transition: -ms-filter all 0.3s linear;
  -o-transition: -o-filter all 0.3s linear;
}
.find-us:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  transition: all 0.3s linear;
  -webkit-transition: -webkit-filter all 0.3s linear;
  -moz-transition: -moz-filter all 0.3s linear;
  -ms-transition: -ms-filter all 0.3s linear;
  -o-transition: -o-filter all 0.3s linear;
}
.find-us iframe {
  width: 100%;
  height: 420px;
  margin: 0;
  padding: 0;
}
footer p {
  margin: 0;
  padding: 0;
}
footer h3 {
  margin: 0;
  padding: 0;
  color: #333;
  font: 24px BMWTypeNextTT Light;
  text-transform: uppercase;
}
footer .footer-box .column p {
  margin: 0;
  padding: 0;
  font-size: 28px;
}
footer .footer-box .column h3 {
  margin: 0;
  padding: 0;
  color: #333;
  font: 42px BMWTypeNextTT Light;
  text-transform: uppercase;
}
footer .column .ctc-tel, footer .column .ctc-mail {
  color: #212529;
}
footer .column .ctc-tel {
  text-decoration: none;
  font-weight: bold;
  letter-spacing: normal;
}
footer .column .ctc-box {
  width: 350px;
  margin: 0;
  padding: 0;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  transition: all 0.3s linear;
  -webkit-transition: -webkit-filter all 0.3s linear;
  -moz-transition: -moz-filter all 0.3s linear;
  -ms-transition: -ms-filter all 0.3s linear;
  -o-transition: -o-filter all 0.3s linear;
}
footer .column .ctc-box:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  transition: all 0.3s linear;
  -webkit-transition: -webkit-filter all 0.3s linear;
  -moz-transition: -moz-filter all 0.3s linear;
  -ms-transition: -ms-filter all 0.3s linear;
  -o-transition: -o-filter all 0.3s linear;
}
.fb-like span {
  width: 100% !important;
}
footer .ctc-social-media {
  cursor: pointer;
  margin: 12px 0;
  padding: 2px 0;
  filter: grayscale(0);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  transition: all 0.3s linear;
  -webkit-transition: -webkit-filter all 0.3s linear;
  -moz-transition: -moz-filter all 0.3s linear;
  -ms-transition: -ms-filter all 0.3s linear;
  -o-transition: -o-filter all 0.3s linear;
}
.social-media-img {
  margin: 2px 6px;
  padding: 0;
  -webkit-filter: grayscale(40%);
  -moz-filter: grayscale(40%);
  -ms-filter: grayscale(40%);
  -o-filter: grayscale(40%);
  transition: all 0.3s linear;
  -webkit-transition: -webkit-filter all 0.3s linear;
  -moz-transition: -moz-filter all 0.3s linear;
  -ms-transition: -ms-filter all 0.3s linear;
  -o-transition: -o-filter all 0.3s linear;
}
.social-media-img:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  transition: all 0.3s linear;
  -webkit-transition: -webkit-filter all 0.3s linear;
  -moz-transition: -moz-filter all 0.3s linear;
  -ms-transition: -ms-filter all 0.3s linear;
  -o-transition: -o-filter all 0.3s linear;
}
.social-media-img:first-child {
  margin-left: 0;
  display: none;
}
.social-media-img:nth-child(2) {
  margin-left: 0;
  display: none;
}
.social-media-img:last-child {
  margin-right: 0;
}
.social-media-img img {
  width: 140px;
  height: auto;
}
.time-info {
  width: 580px;
  margin: 0;
  padding: 0;
  border-spacing: 6px;
  border-collapse: separate;
}
.time-info th {
  border-bottom: 1px solid #ccc;
  line-height: 30px;
  padding: 0 0 5px 0;
}
.time-info td {
  padding-right: 20px;
}
.time-info td.lbl {
  text-align: right;
}
.time-info td.frst {
  text-align: right;
  margin: 0;
  padding-left: 0;
  padding-right: 10px;
}
.time-info td.mid {
  width: 20px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.time-info td.last {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.copyright {
  margin: 0;
  padding: 20px 0 100px 0;
  background-color: #000;
  text-align: center;
  font: 13px BMWTypeNextTT Light;
  color: #e1e1e1;
  line-height: 25px;
  word-spacing: normal;
  border-top-width: 2px;
}
.copyright p {
  margin: 0;
  padding: 0;
}
.copyright p a {
  display: inline-block;
  margin: 0 3px;
  padding: 0 3px;
  color: #e1e1e1;
}
.sticky-sales-bar {
  border-top: 0.125rem solid #000;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #333;
  z-index: 7000;
}
.sticky-sales-bar-list {
  list-style: none;
  margin: 0 auto;
  display: flex;
  width: 100%;
  max-width: 640px;
}
.sticky-sales-bar-link:hover {
  text-decoration: none !important;
}
.sticky-sales-bar-item {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0.3125rem;
  border-top: 0.125rem solid transparent;
  margin-top: -0.125rem;
  transition: all 0.3s linear;
  -webkit-transition: -webkit-filter all 0.3s linear;
  -moz-transition: -moz-filter all 0.3s linear;
  -ms-transition: -ms-filter all 0.3s linear;
  -o-transition: -o-filter all 0.3s linear;
}
.sticky-sales-bar-item:hover, .sticky-sales-bar-item:active, .sticky-sales-bar-item:focus {
  border-top-color: #000;
  background-color: #0066b1;
}
.sticky-sales-bar-link {
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.icon.sales-bar-icon.phone {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2022%22%3E%3Ctitle%3EBMW-digital-icons-positive%3C%2Ftitle%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M11.3%2014.6l2.4-1.3c.1-.1.3-.1.5-.1.3%200%20.6.2.8.4l2.1%203.6c.1.1.1.3.1.4%200%20.3-.2.6-.5.8L13.8%2022c-4.4-2.3-6.2-4.4-8.2-7.7S2.8%206.5%202.8%201.7L5.7.1c.1-.1.3-.1.5-.1.3%200%20.6.2.8.4L9.1%204c.1.1.1.3.1.5%200%20.3-.2.6-.5.7L6.4%206.5l4.9%208.1z%22%2F%3E%3C%2Fsvg%3E");
}
.icon.sales-bar-icon.location-team {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%2019%22%3E%3Cg%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M10.9%2014.1h.4c.9.6%201.9%201.1%202.9%201.2%201.1-.2%202.1-.6%202.9-1.2h.4c1.8-.1%203.4%201.3%203.5%203.1V19H7.8v-1.8c0-1.7%201.3-3%202.9-3.1h.2M14.2%2012.5c-1.6-.2-2.8-1.6-2.7-3.3-.2-1.6%201-3.1%202.7-3.3%201.6.2%202.8%201.6%202.7%203.3.1%201.6-1%203.1-2.7%203.3%22%2F%3E%3Cpath%20d%3D%22M10.9%2014.1h.4c.9.6%201.9%201.1%202.9%201.2%201.1-.2%202.1-.6%202.9-1.2h.4c1.8-.1%203.4%201.3%203.5%203.1V19H7.8v-1.8c0-1.7%201.3-3%202.9-3.1h.2M4.7%200c2.5%200%204.6%201.9%204.7%204.4%200%202.5-2%205.4-4.7%209.6C2%209.9%200%206.9%200%204.4.1%201.9%202.2%200%204.7%200zm0%206.4c1%200%201.8-.7%201.8-1.7s-.7-1.8-1.7-1.8S3%203.7%203%204.6c0%201%20.8%201.8%201.7%201.8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.icon.sales-bar-icon.calendar-one {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2018%2019%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%234d4d4d%22%3E%3Cpath%20d%3D%22M14.75%201.658V0h-2.186v1.658H4.916V0H2.73v1.658H0V18.24h17.48V1.658h-2.73zm.545%2014.37H2.185V5.53h13.11v10.5z%22%2F%3E%3Cpath%20d%3D%22M8.194%209.95v4.42h2.185V7.187H8.193L5.742%208.922l1.08%201.917%22%2F%3E%3C%2Fsvg%3E");
}
.sticky-sales-bar .icon {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
}
.bmw-font-old-hl-xs:not(th):not(td) {
  display: table;
}
.sticky-sales-bar-label {
  display: block;
  width: 100%;
  color: #fff;
  margin-top: 0.5rem;
}
.bmw-font-old-hl-xs {
  font-size: 0.75rem;
  line-height: 1.33333;
  font-family: "BMWTypeNextTT Bold";
}
.bmw-font-old-hl-xs:not(.wysiwyg)::before {
  display: block;
  content: "";
  margin-top: -0.1875rem;
}
.bmw-font-old-hl-xs:not(.wysiwyg)::after {
  display: block;
  content: "";
  margin-bottom: -0.25rem;
  top: -0.25rem;
}
