@charset "UTF-8";
/*
Theme Name: Praller70
Description: Theme Praller70
Author: OAO Kreation GmbH
Template:
Version: 2.0.1
*/
/* ---- FONT ---- */
@font-face {
  font-family: "bmw-typenext";
  src: url("../font/BMWTypeNext-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "bmw-typenext";
  src: url("../font/BMWTypeNext-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/* ---- DEF ---- */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  color: #003e78;
  font-family: "bmw-typenext", sans-serif;
  font-weight: normal;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
}

a, p, label, span, article, button, li, th, td {
  font-family: "bmw-typenext", sans-serif;
  font-weight: normal;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  line-height: 140%;
}

strong {
  font-weight: 700;
}

a {
  color: #003e78;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}
a:link, a:visited {
  text-decoration: none;
}

.clear {
  clear: both;
}

::selection,
::-moz-selection {
  background: #003e78;
  color: #fff;
}

/* ---- MAIN ---- */
img {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
img.circle {
  border-radius: 50%;
}

.no-margin {
  margin-bottom: 0px !important;
}

.darkened {
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
}

.darkened--50 {
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
}

.darkened--70 {
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: darken;
}

/* ---- HEADER ---- */
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  padding: 0px;
  margin: 0px;
  z-index: 300;
  transition: all 1s ease;
  background: #fff;
}
header .header-inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 15px;
  transition: all 1s ease;
}
header .brand {
  display: block;
  width: calc(33.3333333333% - 40px);
  max-width: 300px;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 20px;
  transition: all 1s ease;
}

@media (max-width: 600px) {
  header {
    height: 80px;
  }
  header .brand {
    width: calc(100% - 100px);
  }
}
/* ---- SECTION ---- */
section {
  width: 100vw;
  background-size: auto;
  background-position: center center;
  padding-bottom: 100px;
}
section:first-of-type {
  padding-top: 100px !important;
}
section#start {
  padding-top: 100px;
}
section#start .content:before {
  display: block;
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #0081c5 0%, #003e78 35%, #662382 65%, #e30513 100%);
  z-index: 1;
}
section#start .content .flex-row {
  position: relative;
  z-index: 2;
}
section.flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
section.flex.flex-start {
  align-items: flex-start;
}
section.flex.flex-end {
  align-items: flex-end;
}
section.full-height {
  min-height: 100vh;
}
section.height--50 {
  min-height: 50vh;
}
section.height--55 {
  min-height: 55vh;
}
section.height--60 {
  min-height: 60vh;
}
section.height--65 {
  min-height: 65vh;
}
section.height--70 {
  min-height: 70vh;
}
section.height--75 {
  min-height: 75vh;
}
section.padding {
  padding: 100px;
}
section.sticky {
  position: sticky;
  top: 0px;
}

/* ---- HEADER IMG ---- */
.header-img {
  width: 100%;
  height: 50vh;
  margin-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
}
.header-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 600px) {
  .header-img {
    width: 100%;
    height: 35vh;
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* ---- CONTENT ---- */
.content {
  padding-top: 150px !important;
  padding-bottom: 100px !important;
  color: #000000;
}
.content.container {
  max-width: calc(100% - 200px);
  margin: 0 auto;
}
.content.container:last-of-type {
  padding-bottom: 200px;
}
.content.container.bg-grey {
  background: #e8e8e8;
}
.content.container.bg-blue {
  background: #003e78;
  position: relative;
  color: #fff !important;
}
.content.container.bg-blue .bg-img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.content.container.bg-blue .bg-img img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.content.container.bg-blue .flex-row {
  z-index: 2;
}
.content.container.bg-blue h1, .content.container.bg-blue h2, .content.container.bg-blue h3, .content.container.bg-blue h4, .content.container.bg-blue h5, .content.container.bg-blue h6,
.content.container.bg-blue p, .content.container.bg-blue ul, .content.container.bg-blue ol, .content.container.bg-blue label, .content.container.bg-blue span {
  color: #fff !important;
}
.content.container .flex-row {
  max-width: 1400px !important;
  margin: 0 auto;
}
.content.full-width {
  max-width: none;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.content.padding {
  padding: 100px !important;
}
.content.sticky {
  position: sticky;
  top: 0px;
}
.content .flex-row .col.box {
  padding: 30px;
  background: #e8e8e8;
  border-radius: 0px;
}
.content .flex-row .col.box h1, .content .flex-row .col.box h2, .content .flex-row .col.box h3, .content .flex-row .col.box h4, .content .flex-row .col.box h5, .content .flex-row .col.box h6,
.content .flex-row .col.box p, .content .flex-row .col.box ul, .content .flex-row .col.box ol, .content .flex-row .col.box label, .content .flex-row .col.box span {
  color: #222 !important;
}
.content .flex-row .col.box h1 strong, .content .flex-row .col.box h2 strong, .content .flex-row .col.box h3 strong, .content .flex-row .col.box h4 strong, .content .flex-row .col.box h5 strong, .content .flex-row .col.box h6 strong,
.content .flex-row .col.box p strong, .content .flex-row .col.box ul strong, .content .flex-row .col.box ol strong, .content .flex-row .col.box label strong, .content .flex-row .col.box span strong {
  color: #003e78 !important;
}
.content .flex-row .col.box.bg-blue {
  background: #003e78;
  color: #fff !important;
}
.content .flex-row .col.box.bg-blue h1, .content .flex-row .col.box.bg-blue h2, .content .flex-row .col.box.bg-blue h3, .content .flex-row .col.box.bg-blue h4, .content .flex-row .col.box.bg-blue h5, .content .flex-row .col.box.bg-blue h6,
.content .flex-row .col.box.bg-blue p, .content .flex-row .col.box.bg-blue ul, .content .flex-row .col.box.bg-blue ol, .content .flex-row .col.box.bg-blue label, .content .flex-row .col.box.bg-blue span {
  color: #fff !important;
}
.content .flex-row .col.box.bg-blue h1 strong, .content .flex-row .col.box.bg-blue h2 strong, .content .flex-row .col.box.bg-blue h3 strong, .content .flex-row .col.box.bg-blue h4 strong, .content .flex-row .col.box.bg-blue h5 strong, .content .flex-row .col.box.bg-blue h6 strong,
.content .flex-row .col.box.bg-blue p strong, .content .flex-row .col.box.bg-blue ul strong, .content .flex-row .col.box.bg-blue ol strong, .content .flex-row .col.box.bg-blue label strong, .content .flex-row .col.box.bg-blue span strong {
  color: #fff !important;
}
.content .flex-row .col.box.bg-green {
  background: #662382;
  color: #fff !important;
}
.content .flex-row .col.box.bg-green h1, .content .flex-row .col.box.bg-green h2, .content .flex-row .col.box.bg-green h3, .content .flex-row .col.box.bg-green h4, .content .flex-row .col.box.bg-green h5, .content .flex-row .col.box.bg-green h6,
.content .flex-row .col.box.bg-green p, .content .flex-row .col.box.bg-green ul, .content .flex-row .col.box.bg-green ol, .content .flex-row .col.box.bg-green label, .content .flex-row .col.box.bg-green span {
  color: #fff !important;
}
.content .flex-row .col.box.bg-green h1 strong, .content .flex-row .col.box.bg-green h2 strong, .content .flex-row .col.box.bg-green h3 strong, .content .flex-row .col.box.bg-green h4 strong, .content .flex-row .col.box.bg-green h5 strong, .content .flex-row .col.box.bg-green h6 strong,
.content .flex-row .col.box.bg-green p strong, .content .flex-row .col.box.bg-green ul strong, .content .flex-row .col.box.bg-green ol strong, .content .flex-row .col.box.bg-green label strong, .content .flex-row .col.box.bg-green span strong {
  color: #fff !important;
}
.content .flex-row .col.box img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
  object-position: center center;
  margin-bottom: 25px;
}
.content .flex-row .col .company {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 15px;
}
.content .flex-row .col .company a {
  aspect-ratio: 1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
}
.content .flex-row .col .company a::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  background: none;
  width: 0px;
  height: 0px;
  transition: all 500ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0);
}
.content .flex-row .col .company a:hover::after, .content .flex-row .col .company a:focus::after {
  content: "Website";
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: #003e78;
  color: rgb(255, 255, 255);
}
.content h1, .content h2 {
  font-size: 2.2rem;
  line-height: 2.85rem;
  margin-bottom: 20px;
}
.content h1.big, .content h2.big {
  font-size: 4.5rem;
  line-height: 4.5rem;
}
.content h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 20px;
}
.content h4 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-bottom: 10px;
}
.content p {
  line-height: 1.55rem;
  font-weight: 200;
  margin-bottom: 20px;
}
.content ul, .content p ul {
  padding-left: 10px;
}
.content ul li, .content p ul li {
  line-height: 1.55rem;
  font-weight: 200;
  margin-bottom: 5px;
  padding-left: 10px;
}
.content ul li::marker, .content p ul li::marker {
  content: "»";
  font-size: 1.55em;
  color: #003e78;
}
.content label, .content span {
  line-height: 1.55rem;
  font-weight: 200;
}
.content .text-pull-center {
  text-align: center;
}
.content .text-pull-right {
  text-align: right;
}
.content blockquote {
  font-family: new-order, sans-serif;
  font-weight: 100;
  font-size: 5.5rem;
  line-height: 5rem;
  text-transform: uppercase;
  margin-left: -8px;
  margin-bottom: 40px;
}
.content .oao-counter {
  font-family: new-order, sans-serif;
  font-weight: 100;
  font-size: 5.5rem;
  line-height: 5rem;
  text-transform: uppercase;
}
.content a.button {
  display: inline-block;
  min-height: 38px;
  padding: 8px 25px 5px;
  color: #fff;
  background: #003e78;
  margin: 0px 3px;
  text-transform: uppercase;
}
.content a.button.outline {
  background: none;
  border: 1px solid #003e78;
  color: white;
}
.content .social-links {
  display: block;
  padding: 8px 0px 0px;
}
.content .social-links a.social-link-single {
  font-size: 24px;
  color: white;
  margin-right: 10px;
}
.content .social-links a.social-link-single:last-of-type {
  margin-right: 0px;
}
.content button {
  display: inline-block;
  min-height: 38px;
  padding: 8px 15px;
  color: black;
  background: white;
  border: none;
  outline: none;
  margin: 0px 3px;
}
.content button.outline {
  background: none;
  border: 1px solid white;
  color: white;
}
.content .info {
  display: flex;
  flex-direction: row;
}
.content .info .info--col {
  width: 25%;
  padding: 0px 25px;
  display: flex;
  flex-direction: column;
  border-right: 1px dotted #003e78;
}
.content .info .info--col.width--50 {
  width: 50%;
}
.content .info .info--col:last-of-type {
  border-right: none;
}
.content .info .info--col span {
  text-align: center;
}
.content .info .info--col span.big {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 5px;
}
.content .highlight-button {
  display: flex;
  aspect-ratio: 1;
  flex-direction: row;
  align-items: center;
  width: 180px;
  background: #662382;
  border: 10px solid #fff;
  position: absolute;
  top: -90px;
  right: 50px;
  z-index: 5;
  border-radius: 50%;
}
.content .highlight-button.left-bottom {
  top: auto;
  right: auto;
  bottom: -90px;
  left: 50px;
}
.content .highlight-button span {
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 120%;
}

@media (max-width: 600px) {
  #intro {
    padding-top: 80px;
  }
  .content {
    padding-top: 120px !important;
    padding-bottom: 70px !important;
  }
  .content.container {
    max-width: calc(100% - 30px);
    padding-top: 100px !important;
    padding-bottom: 90px !important;
    margin: 0 auto;
  }
  .content.full-width {
    max-width: none;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .content.full-height {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 0px !important;
  }
  .content.full-height .flex-row {
    width: 100%;
    flex-direction: column;
  }
  .content.full-height .flex-row .col {
    display: flex;
    align-items: center;
  }
  .content.full-height .flex-row .col.padding-left--150 {
    padding-left: 0px;
  }
  .content.full-height .flex-row .col.padding-right--150 {
    padding-right: 0px;
  }
  .content.full-height .flex-row .col.lg-6 {
    width: 100%;
  }
  .content.full-height .flex-row .col:last-of-type {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content.full-height .flex-row .col img.img--brand-start {
    max-width: 200px !important;
    margin: 0 auto;
  }
  .content .flex-row .col .company {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(10, auto);
    gap: 15px;
  }
  .content .flex-row .col .company a {
    padding: 15px;
  }
  .content .flex-row .col .company a:hover::after, .content .flex-row .col .company a:focus::after {
    content: "Website";
    position: absolute;
    top: 7px;
    left: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    background: #003e78;
    color: rgb(255, 255, 255);
  }
  .content.padding {
    padding: 15px !important;
  }
  .content h1, .content h2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-bottom: 10px;
  }
  .content h1.big, .content h2.big {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
  .content h3 {
    font-size: 1.35rem;
    line-height: 1.5rem;
    margin-bottom: 20px;
  }
  .content h4 {
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-bottom: 10px;
  }
  .content .text-pull-center {
    text-align: center;
  }
  .content .text-pull-right {
    text-align: left !important;
  }
  .content .info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .content .info .info--col {
    flex: 1 0 50%;
    padding: 15px 20px;
    border-right: none;
  }
  .content .info .info--col:first-of-type {
    border-right: 1px dotted #003e78;
    border-bottom: 1px dotted #003e78;
  }
  .content .info .info--col:nth-of-type(2) {
    border-bottom: 1px dotted #003e78;
  }
  .content .info .info--col:nth-of-type(3) {
    border-right: 1px dotted #003e78;
  }
  .content .info .info--col.width--50 {
    width: 50%;
  }
  .content .info .info--col:last-of-type {
    border-right: none;
  }
  .content .info .info--col span {
    text-align: center;
  }
  .content .info .info--col span.big {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 5px;
  }
  .content .highlight-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .content .highlight-container .highlight {
    flex: 1 0 100%;
    margin-bottom: 15px;
    padding-right: 15px;
  }
  .content .highlight-container .highlight i {
    width: 28px;
    font-size: 18px;
    margin-right: 8px;
  }
  .content .highlight-button {
    width: 160px;
    background: #662382;
    border: 8px solid #fff;
    position: absolute;
    top: -80px;
    right: 20px;
    z-index: 5;
    border-radius: 50%;
  }
  .content .highlight-button.left-bottom {
    top: auto;
    bottom: -80px;
    left: auto;
    right: 20px;
  }
  .content .highlight-button span {
    color: #fff;
    text-align: center;
    width: 100%;
    line-height: 120%;
  }
}
/* ---- CONTENT SLIDER ---- */
.content-slider button {
  margin: auto 0px !important;
  z-index: 50;
}
.content-slider .carousel-arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 0;
  bottom: 64px;
  margin-block: auto;
  height: fit-content;
  width: 48px;
  background: none !important;
  color: #003e78;
  border: none;
  font-size: 3rem;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 100ms;
}
.content-slider .carousel-arrow:hover, .content-slider .carousel-arrow:focus {
  opacity: 1;
}
.content-slider .carousel-arrow.carousel-arrow--prev {
  left: 0px;
}
.content-slider .carousel-arrow.carousel-arrow--next {
  right: 0px;
}
.content-slider .carousel-container {
  width: 100%;
  padding-block: 16px 32px;
  overflow-x: auto;
  display: flex;
  width: 100%;
  gap: 25px;
  scroll-snap-type: x mandatory;
  flex-flow: row nowrap;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.content-slider .carousel-container.img--slider .carousel-slide {
  flex: 1 0 100%;
  aspect-ratio: 1.5;
}
.content-slider .carousel-container.img--slider .carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.content-slider .carousel-container.img--slider.flex--1 .carousel-slide {
  flex: 1 0 100%;
  aspect-ratio: 1;
}
.content-slider .carousel-container.img--slider.flex--1 .carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-slider .carousel-container.img--slider.flex--4 .carousel-slide {
  flex: 1 0 25%;
  aspect-ratio: 1;
}
.content-slider .carousel-container.img--slider.flex--4 .carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-slider.title {
  width: 100%;
  height: 100%;
}
.content-slider.title .carousel-container {
  width: 100%;
  height: 100%;
  padding-block: 0px;
  gap: 0px;
}
.content-slider.title .carousel-container.img--slider .carousel-slide {
  flex: 1 0 100%;
  width: 100%;
  height: 100%;
}
.content-slider.title .carousel-container.img--slider .carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-slider .carousel-container::-webkit-scrollbar {
  display: none !important;
  height: 14px;
  width: calc(100% - 48px);
}
.content-slider .carousel-container::-webkit-scrollbar-track {
  background: none !important;
}
.content-slider .carousel-container::-webkit-scrollbar-thumb {
  background: none !important;
}
.content-slider .carousel-container::-webkit-scrollbar-track-piece:start {
  background: none !important;
}
.content-slider .carousel-slide {
  flex: 1 0 90%;
  flex-flow: column nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  scroll-snap-align: center;
}
.content-slider .carousel-slide .flex-row.flex-bottom {
  height: 100%;
  min-height: 0px;
}
.content-slider .carousel-slide .flex-row.flex-bottom .col:first-of-type {
  height: 100% !important;
  align-self: flex-end !important;
}
.content-slider .carousel-slide .flex-row.flex-bottom .col:first-of-type img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.content-slider .carousel-slide .flex-row.flex-bottom .col:last-of-type {
  align-self: flex-end !important;
}
.content-slider .carousel-controls {
  display: block;
  width: 100%;
  text-align: center;
}
.content-slider .carousel-controls .carousel-controls--container {
  display: inline-block;
  margin: 0 auto;
}
.content-slider .carousel-controls a {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #003e78 !important;
  margin-right: 10px;
  opacity: 0.5;
}
.content-slider .carousel-controls a.active {
  opacity: 1;
}

@media (max-width: 800px) {
  .content-slider .carousel-slide {
    flex: 1 0 100%;
  }
  .content-slider .carousel-slide .flex-row {
    width: 80%;
    max-width: 500px;
  }
  .content-slider .carousel-slide .flex-row img {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .content-slider .carousel-container {
    width: 100%;
    padding-block: 16px 32px;
    overflow-x: auto;
    display: flex;
    width: 100%;
    gap: 25px;
    scroll-snap-type: x mandatory;
    flex-flow: row nowrap;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .content-slider .carousel-container.img--slider .carousel-slide {
    flex: 1 0 100%;
    aspect-ratio: 1.5;
  }
  .content-slider .carousel-container.img--slider .carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .content-slider .carousel-container.img--slider.flex--4 .carousel-slide {
    flex: 1 0 100%;
    aspect-ratio: 1;
  }
}
/* ---- TABS ---- */
.tab-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 50px;
  background: #e8e8e8;
  position: sticky;
  z-index: 10;
  top: 100px;
}
.tab-buttons a {
  flex: 1 1 0;
  max-width: 100%;
}
.tab-buttons a button {
  background: #888;
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border: none;
  cursor: pointer;
}
.tab-buttons a button span {
  display: inline;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 120%;
}
.tab-buttons a button.active {
  background: #662382;
  color: #fff;
}

.tab-content {
  display: none;
  margin: 0px -20px;
}
.tab-content.active {
  display: block;
}

/* ---- FORM ---- */
.cmxform {
  text-align: left;
}
.cmxform .col {
  margin-bottom: 10px;
}
.cmxform .col h3 {
  margin-bottom: 0px;
}
.cmxform label {
  font-size: 0.85rem;
  width: 100%;
  margin-bottom: 5px;
  position: relative;
}
.cmxform label.required::after {
  content: " *";
  position: absolute;
  top: 0;
  right: -7px;
  color: #003e78;
  font-size: 15px;
}
.cmxform input[type=checkbox] {
  display: inline-block;
  width: auto;
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}
.cmxform input,
.cmxform textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #222;
  outline: none;
  display: block;
  font-family: "bmw-typenext", sans-serif;
  font-size: 15px;
}
.cmxform input:hover, .cmxform input:focus,
.cmxform textarea:hover,
.cmxform textarea:focus {
  border-bottom: 1px solid #662382;
  outline: none;
}
.cmxform textarea {
  height: 100px;
}
.cmxform .radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.cmxform .radio-group .radio-option {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}
.cmxform .radio-group .radio-option input[type=radio] {
  display: none;
}
.cmxform .radio-group .radio-option span {
  user-select: none;
  padding: 10px;
}
.cmxform .radio-group .radio-option input[type=radio]:checked + span {
  width: 100%;
  color: #fff;
  background-color: #662382;
}
.cmxform .contactform_button {
  display: block;
  width: 100%;
  background-color: #662382;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  font-size: 15px;
  transition: all 1s ease;
  border: none !important;
}
.cmxform .contactform_button:hover, .cmxform .contactform_button:focus, .cmxform .contactform_button:active {
  background-color: #662382;
  outline: none;
}
.cmxform label.error {
  display: none;
  color: #003e78;
  padding-top: 3px;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 15px;
}

/* ---- FOOTER ---- */
footer {
  width: 100%;
  padding: 0px;
  margin: 0px;
  z-index: 300;
  transition: all 1s ease;
}
footer .content {
  padding-top: 20px;
  padding-bottom: 10px;
}
footer .footer-inner {
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 45px 30px;
  transition: all 1s ease;
}
footer .footer-inner p {
  font-size: 13px;
  color: #222222 !important;
  text-align: center;
  display: block;
  width: 100%;
}
footer .footer-inner p:first-of-type {
  text-align: left !important;
}
footer .footer-inner p:last-of-type {
  text-align: right !important;
}
footer .footer-inner p strong {
  color: #003e78;
}
footer .footer-inner p a {
  font-size: 13px;
  color: #222222 !important;
}
footer .footer-inner p a:hover, footer .footer-inner p a:focus {
  text-decoration: underline;
}
footer .footer-inner p a:last-of-type {
  padding-right: 0px;
  border-right: none;
  margin-right: 0px;
}
footer .footer-inner p a i {
  font-size: 25px;
}

@media (max-width: 600px) {
  footer .footer-inner {
    display: flex;
    flex-direction: column-reverse;
    padding: 45px 30px 20px;
  }
  footer .footer-inner p {
    font-size: 13px;
  }
  footer .footer-inner p:first-of-type {
    text-align: center !important;
  }
  footer .footer-inner p:last-of-type {
    text-align: center !important;
    margin-bottom: 15px;
  }
  footer .footer-inner p strong {
    color: #003e78;
  }
  footer .footer-inner p a {
    font-size: 13px;
    color: #222222 !important;
  }
  footer .footer-inner p a:hover, footer .footer-inner p a:focus {
    text-decoration: underline;
  }
  footer .footer-inner p a:last-of-type {
    padding-right: 0px;
    border-right: none;
    margin-right: 0px;
  }
  footer .footer-inner p a i {
    font-size: 25px;
  }
}

/*# sourceMappingURL=oao-praller70-default.css.map */
