
html, body {
  margin: 0;
  padding: 0;
  background-color: black;
  font-family: 'Didact Gothic', Arial, "Helvetica Neue", sans-serif;
  color: white;
}


.regular-container {
	max-width: 960px;
	margin: 0 auto;
}

.bottom-partners {
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 40px;
	margin: 40px 0;
}
.bottom-partners  img {
	max-width: 341px;
	width: 100%;
	height: auto;
}

#regularform {
  margin: 0 auto;
}
#regularform form {
  margin: 0 auto;
	padding: 0 20px;
	max-width: 520px;
}

.flex-middle-group {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

#regularform .all_logos #logo {
  width: 100%;
  max-width: 100%;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  #regularform .all_logos #logo {
    margin-bottom: 32px;
  }
}
#regularform .all_logos .logos {
  max-width: 486px;
  display: flex;
  justify-content: space-between;
}
#regularform .all_logos .logos img {
  height: 35px;
}
@media screen and (max-width: 991px) {
  #regularform .all_logos .logos {
    flex-direction: column;
    margin-bottom: 48px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #regularform .all_logos .logos img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 360px;
    margin: 0 auto 8px auto;
  }
}
@media screen and (max-width: 480px) {
  #regularform .all_logos .logos {
    flex-direction: column;
  }
  #regularform .all_logos .logos img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 240px;
    margin: 0 auto 12px auto;
  }
}
#regularform .bmw-info {
  margin-bottom: 0;
  max-width: 360px;
}
#regularform h1 {
  text-align: center;
  font-size: 32px;
  margin: 0.5em 0;
	opacity: 0.9;
}
#regularform p.cen {
  text-align: center;
  opacity: 0.8;
  font-size: 18px;
}
#regularform .borderr {
  width: 70px;
  margin-top: 8px;
  border-top: 3px solid black;
  display: block;
}
#regularform .regular-form-group h5 {
	margin-top: 0.5em;
	margin-bottom: 0.75em;
	opacity: 0.75;
}

#regularform .basedata .regular-form-group {
  border: 3px solid black;
  margin: 0 0 1em 0;
  width: 100%;
}
@media screen and (max-width: 520px) {
  #regularform .basedata .regular-form-group {
    max-width: 100%;
  }
}
#regularform .basedata .regular-form-group:last-child {
  border-bottom: 3px solid black;
}
#regularform .basedata .regular-form-group label {
}
#regularform .basedata .regular-form-group .hl-label.invalid,
#regularform .basedata .regular-form-group label.invalid {
  color: red;
}
#regularform .basedata .regular-form-group .hl-label.invalid {
	border-left: 5px solid red;
	padding-left: 5px;
}




#regularform .basedata .regular-form-group input[type="text"],
#regularform .basedata .regular-form-group input[type="button"],
#regularform .basedata .regular-form-group input[type="color"],
#regularform .basedata .regular-form-group input[type="date"],
#regularform .basedata .regular-form-group input[type="datetime"],
#regularform .basedata .regular-form-group input[type="email"],
#regularform .basedata .regular-form-group input[type="file"],
#regularform .basedata .regular-form-group input[type="month"],
#regularform .basedata .regular-form-group input[type="number"],
#regularform .basedata .regular-form-group input[type="password"],
#regularform .basedata .regular-form-group input[type="range"],
#regularform .basedata .regular-form-group input[type="search"],
#regularform .basedata .regular-form-group input[type="tel"],
#regularform .basedata .regular-form-group input[type="time"],
#regularform .basedata .regular-form-group input[type="url"]
{
	font-family: inherit;
  font-size: 1em;
  border: none !important;
  outline: none !important;
  box-shadow: none;
  min-height: 28px;
  margin: 0;
	padding: 0 8px;
  line-height: 20px;
}
#regularform .basedata .regular-form-group input:-internal-autofill-selected {
  background-color: transparent !important;
  background-image: none !important;
}
#regularform .basedata .regular-form-group input:focus, #regularform .basedata .regular-form-group input:active {
  box-shadow: none;
}
#regularform .slots {
  height: 70px;
  float: right;
  margin-bottom: 24px;
  display: flex;
  width: 100%;
}
#regularform .slots .slot {
  padding: 3px;
  position: relative;
  display: inline-block;
  border: 3px solid black;
  border-right: none;
  height: 90px;
  flex-grow: 1;
  overflow: hidden;
}
#regularform .slots .slot label {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#regularform .slots .slot .places {
  position: absolute;
  bottom: 4px;
  width: 100%;
  text-align: center;
}
#regularform .slots .slot .places.full {
  color: darkred;
  font-weight: bold;
}
#regularform .slots .slot:last-child {
  border-right: 3px solid black;
}
#regularform .slots .slot input {
  display: none;
}
#regularform .slots .slot .from {
  color: black;
  display: block;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 18px;
}
#regularform .slots .slot .to {
  line-height: 18px;
  color: dimgrey;
  display: block;
  font-size: 18px;
}
#regularform .slots .slot.active, #regularform .slots .slot:hover:not(.full) {
  background-color: #45a9c1;
}
#regularform .slots .slot.active .from, #regularform .slots .slot:hover:not(.full) .from {
  color: white;
}
#regularform .slots .slot.active .to, #regularform .slots .slot:hover:not(.full) .to {
  color: darkgrey;
}
#regularform .slots .slot.active .places .blue, #regularform .slots .slot:hover:not(.full) .places .blue {
  color: white;
}
#regularform .slots .slot.full {
  color: white;
  background-color: lightgrey;
}
#regularform .slots .slot.full .to {
  color: white;
}
#regularform .slots .slot.full .full-text {
  color: #45a9c1;
  position: absolute;
  display: block;
  left: 4px;
  bottom: 4px;
  font-size: 14px;
}
#regularform .slots .slot.kwtitle {
  width: 160px;
  font-size: 12px;
  float: left;
}
#regularform .slots .slot.kwtitle:hover {
  background-color: transparent;
}
@media screen and (max-width: 520px) {
  #regularform .slots {
    width: 100%;
    float: none;
    height: auto;
    padding-right: 0;
  }
  #regularform .slots .slot {
    display: block;
    width: 100%;
    margin-bottom: -3px;
  }
  #regularform .slots .slot.full .full-text {
    font-size: 12px;
  }
  #regularform .slots .slot.kwtitle {
    float: none;
    width: 100%;
    display: block;
  }
}
#regularform .form {
  display: none;
}
#regularform .form.loaded {
  display: block;
}

.hideifempty p:empty {
	display: none;
}

#regularform .save {
	/* display: flex;
	align-items: center;
	justify-content: center; */
}
#regularform .submitbtn {
  font-size: 17px;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 2;
  text-decoration: none;
  margin: 0;
  padding: 0.5em 1.5em;
  background-color: #0c2340;
  border: 1px solid #0c2340;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 16px;
}
@media screen and (max-width: 520px) {
  #regularform .submitbtn {
    width: 100%;
    float: none;
    min-width: unset;
  }
}
@media screen and (max-width: 520px) {
  #regularform .submitbtn {
    margin-bottom: 48px;
  }
}
#regularform .submitbtn:disabled {
	opacity: 0.667;
}
#regularform .custom-radio {
	margin-bottom: 0.75em;
}
#regularform .error {
  width: auto;
}
#regularform .error:not(.empty) {
  color: white;
  background-color:rgba(255,255,255,0.1);
	border: 2px dotted #931B0B;
  padding: 6px;
	font-size: 14px;
	border-radius: 6px;
	margin-bottom: 5px;
}
#regularform .regdone {
  margin-top: 24px;
}
#regularform .regdone p {
  color: #E0BF2E;
  font-size: 20px;
  margin-bottom: 24px;
  text-align: center;
}


input:-internal-autofill-selected {
  background-color: transparent !important;
  background-image: none !important;
  color: #45a9c1 !important;
}

#bmw-export {
  margin: 0 auto;
  max-width: 1680px;
  width: 100%;
  position: relative;
}
#bmw-export .buttons {
  position: absolute;
  right: 0;
  top: 0;
}
#bmw-export .buttons button {
  display: inline-block;
  margin-left: 12px;
}
#bmw-export h1 {
  margin: 24px 0 48px 0;
}
#bmw-export table {
  margin-bottom: 48px;
  color: white;
}
#bmw-export table.col6 th {
  width: calc(100% / 6);
}
#bmw-export table.col7 th {
  width: calc(100% / 7);
}

.blue {
  color: #45a9c1;
}

.bold {
}

.bmwlogo {
  position: absolute;
  right: 12px;
  top: 0;
  height: 80px;
}
@media screen and (min-width: 992px) {
  .bmwlogo.left {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .bmwlogo {
    position: relative;
    right: unset;
    top: unset;
    height: 60px;
    float: right;
  }
  .bmwlogo.right {
    display: none;
  }
}

.col-right {
  padding-top: 0;
}
.col-right .borderr {
  margin-bottom: 24px;
}

.turquoise {
  color: #45a9c1;
}

.teaser {
  width: 100%;
	color: #fff;
	position: relative;
	background: black url("../images/bgonly2.jpg") no-repeat top center;
	background-size: auto 100%;
  margin: 0 auto;
  padding-bottom: 2em;
  padding-top: 4em;
}
.teaser picture, .teaser img {
  width: 100%;
	margin: 0 auto;
	display: block;
	height: auto;
}

.teaser .pretext {
	text-align: center;
	max-width: 954px;
	margin: 0 auto;
	text-shadow: 0 0 10px rgba(0,0,0,0.5), -1px 1px 4px rgba(0,0,0,0.85);
	font-size: 24px;
	line-height: 1.5em;
	font-weight: 600;
	margin-top: 3.5em;
	margin-bottom: 4.5em;
}
@media screen and (max-width: 430px) {
  .teaser .pretext {
		font-size: 5.5vw;
  }
	#regularform p.cen {
		font-size: 16px;
	}
}


.teaser .pretext * {
	color: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
}
/*# sourceMappingURL=main.css.map */
