:root {
  --reflex-columns: 12;
  --reflex-grid-spacing: 15px;
  --reflex-xs: 576px;
  --reflex-sm: 768px;
  --reflex-md: 992px;
  --reflex-lg: 1200px;
  --reflex-xlg: 1600px;
  --reflex-xxs-max: 575px;
  --reflex-xs-max: 767px;
  --reflex-sm-max: 991px;
  --reflex-md-max: 1199px;
  --reflex-lg-max: 1599px;
}

.container,
.container-full {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.container .grid,
.container-full .grid {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

.grid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  position: relative;
  letter-spacing: -.31em;
  *letter-spacing: normal;
  word-spacing: -.43em;
  list-style-type: none;
}

.grid::before, .grid::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 15px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

[class*="col-"]::before, [class*="col-"]::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*="col-"] .grid {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: -15px;
}

.col-12 {
  width: 100%;
  *width: 99.9%;
}

.col-11 {
  width: 91.66666667%;
  *width: 91.56666667%;
}

.col-10 {
  width: 83.33333333%;
  *width: 83.23333333%;
}

.col-9 {
  width: 75%;
  *width: 74.9%;
}

.col-8 {
  width: 66.66666667%;
  *width: 66.56666667%;
}

.col-7 {
  width: 58.33333333%;
  *width: 58.23333333%;
}

.col-6 {
  width: 50%;
  *width: 49.9%;
}

.col-5 {
  width: 41.66666667%;
  *width: 41.56666667%;
}

.col-4 {
  width: 33.33333333%;
  *width: 33.23333333%;
}

.col-3 {
  width: 25%;
  *width: 24.9%;
}

.col-2 {
  width: 16.66666667%;
  *width: 16.56666667%;
}

.col-1 {
  width: 8.33333333%;
  *width: 8.23333333%;
}

@media (min-width: 576px) {
  .col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xs-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-xs-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xs-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-xs-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xs-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-xs-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xs-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-sm-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-sm-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-sm-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-sm-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-md-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-md-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-md-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-md-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-md-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-md-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-md-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}

@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-lg-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-lg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-lg-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-lg-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-lg-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}

@media (min-width: 1600px) {
  .col-xlg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xlg-11 {
    width: 91.66666667%;
    *width: 91.56666667%;
  }
  .col-xlg-10 {
    width: 83.33333333%;
    *width: 83.23333333%;
  }
  .col-xlg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xlg-8 {
    width: 66.66666667%;
    *width: 66.56666667%;
  }
  .col-xlg-7 {
    width: 58.33333333%;
    *width: 58.23333333%;
  }
  .col-xlg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xlg-5 {
    width: 41.66666667%;
    *width: 41.56666667%;
  }
  .col-xlg-4 {
    width: 33.33333333%;
    *width: 33.23333333%;
  }
  .col-xlg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xlg-2 {
    width: 16.66666667%;
    *width: 16.56666667%;
  }
  .col-xlg-1 {
    width: 8.33333333%;
    *width: 8.23333333%;
  }
}

.col-auto {
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 0px;
  flex: 1 0 0px;
  width: auto;
}

@media (min-width: 576px) {
  .col-xs-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .col-sm-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}

@media (min-width: 992px) {
  .col-md-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .col-lg-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}

@media (min-width: 1600px) {
  .col-xlg-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto;
  }
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-order: 12;
  order: 12;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-order: 11;
  order: 11;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-order: 9;
  order: 9;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}

@media (min-width: 576px) {
  .order-xs-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-xs-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-xs-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-xs-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-xs-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-xs-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-xs-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-xs-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-xs-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-xs-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-xs-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-xs-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-xs-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}

@media (min-width: 768px) {
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}

@media (min-width: 992px) {
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}

@media (min-width: 1200px) {
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}

@media (min-width: 1600px) {
  .order-xlg-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .order-xlg-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .order-xlg-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .order-xlg-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .order-xlg-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .order-xlg-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .order-xlg-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .order-xlg-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-xlg-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-xlg-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-xlg-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-xlg-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-xlg-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}

.offset-11 {
  margin-left: 91.66666667%;
  *margin-left: 91.56666667%;
}

.offset-10 {
  margin-left: 83.33333333%;
  *margin-left: 83.23333333%;
}

.offset-9 {
  margin-left: 75%;
  *margin-left: 74.9%;
}

.offset-8 {
  margin-left: 66.66666667%;
  *margin-left: 66.56666667%;
}

.offset-7 {
  margin-left: 58.33333333%;
  *margin-left: 58.23333333%;
}

.offset-6 {
  margin-left: 50%;
  *margin-left: 49.9%;
}

.offset-5 {
  margin-left: 41.66666667%;
  *margin-left: 41.56666667%;
}

.offset-4 {
  margin-left: 33.33333333%;
  *margin-left: 33.23333333%;
}

.offset-3 {
  margin-left: 25%;
  *margin-left: 24.9%;
}

.offset-2 {
  margin-left: 16.66666667%;
  *margin-left: 16.56666667%;
}

.offset-1 {
  margin-left: 8.33333333%;
  *margin-left: 8.23333333%;
}

@media (min-width: 576px) {
  .offset-xs-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }
  .offset-xs-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }
  .offset-xs-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }
  .offset-xs-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }
  .offset-xs-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}

@media (min-width: 768px) {
  .offset-sm-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }
  .offset-sm-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }
  .offset-sm-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }
  .offset-sm-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }
  .offset-sm-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}

@media (min-width: 992px) {
  .offset-md-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }
  .offset-md-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }
  .offset-md-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }
  .offset-md-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }
  .offset-md-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}

@media (min-width: 1200px) {
  .offset-lg-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }
  .offset-lg-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }
  .offset-lg-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }
  .offset-lg-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }
  .offset-lg-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}

@media (min-width: 1600px) {
  .offset-xlg-11 {
    margin-left: 91.66666667%;
    *margin-left: 91.56666667%;
  }
  .offset-xlg-10 {
    margin-left: 83.33333333%;
    *margin-left: 83.23333333%;
  }
  .offset-xlg-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-xlg-8 {
    margin-left: 66.66666667%;
    *margin-left: 66.56666667%;
  }
  .offset-xlg-7 {
    margin-left: 58.33333333%;
    *margin-left: 58.23333333%;
  }
  .offset-xlg-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-xlg-5 {
    margin-left: 41.66666667%;
    *margin-left: 41.56666667%;
  }
  .offset-xlg-4 {
    margin-left: 33.33333333%;
    *margin-left: 33.23333333%;
  }
  .offset-xlg-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-xlg-2 {
    margin-left: 16.66666667%;
    *margin-left: 16.56666667%;
  }
  .offset-xlg-1 {
    margin-left: 8.33333333%;
    *margin-left: 8.23333333%;
  }
  .offset-xlg-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}

.wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-wrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.no-wrap [class*="col-"] {
  -ms-flex-negative: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}

.wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.direction-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.direction-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.direction-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.align-start {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.align-end {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.align-end [class*="col-"] {
  vertical-align: bottom;
}

.align-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.align-center [class*="col-"] {
  vertical-align: middle;
}

.align-baseline {
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}

.align-content-start {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.align-content-end {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}

.align-content-end [class*="col-"] {
  vertical-align: bottom;
}

.align-content-center {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}

.align-content-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
}

.align-content-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}

.align-self-start {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.align-self-end {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom;
}

.align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  vertical-align: middle;
}

.align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline;
}

.justify-start {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.justify-start.grid {
  text-align: left;
}

.justify-end {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.justify-end.grid {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
}

.justify-end.grid [class*="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.justify-center.grid {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}

.justify-center.grid [class*="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.justify-space-between.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.justify-space-between.grid [class*="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.justify-space-around.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.justify-space-around.grid [class*="col-"] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.grid-bleed [class*="col-"] {
  padding: 0;
}

.col-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.col-grid.direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.col-bleed {
  padding: 0;
}

.col-bleed-x {
  padding: 15px 0;
}

.col-bleed-y {
  padding: 0 15px;
}

.flex-img {
  display: block;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  *width: auto;
}

.flex-footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
}

.flex-footer > :last-child {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .hidden-xxs {
    display: none;
  }
}

@media (min-width: 576px) {
  .hidden-xs-up {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-xs-down {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

@media (min-width: 768px) {
  .hidden-sm-up {
    display: none;
  }
}

@media (max-width: 991px) {
  .hidden-sm-down {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}

@media (min-width: 992px) {
  .hidden-md-up {
    display: none;
  }
}

@media (max-width: 1199px) {
  .hidden-md-down {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}

@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none;
  }
}

@media (max-width: 1599px) {
  .hidden-lg-down {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none;
  }
}

@media (min-width: 1600px) {
  .hidden-xlg {
    display: none;
  }
}

.ac {
  --color-white: #fff;
  --color-light-grey: #eee;
  --color-grey: #8a8a8a;
  --color-black: #111;

  margin-bottom: 8px;
  border: 1px solid var(--color-light-grey);
  background-color: var(--color-white);
  box-sizing: border-box;
}

.ac .ac-header {
  margin: 0;
  padding: 0;
}

.ac .ac-trigger {
  font:
    bold 16px "Arial",
    sans-serif;
  color: var(--color-black);
  text-align: left;
  width: 100%;
  padding: 8px 32px 8px 8px;
  display: block;
  cursor: pointer;
  background-color: transparent;
  transition: color 0.25s ease;
  position: relative;
  text-decoration: none;
  margin: 0;
  border: 0;
}

.ac .ac-trigger::after {
  content: "+";
  text-align: center;
  width: 15px;
  transform: translate(0, -50%);
  position: absolute;
  right: 10px;
  top: 50%;
}

.ac .ac-trigger:focus {
  color: var(--color-grey);
}

.ac .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}

.ac .ac-panel .ac-text {
  font:
    15px/24px "Arial",
    sans-serif;
  color: var(--color-black);
  padding: 8px;
  margin: 0;
}

.ac.js-enabled .ac-panel {
  visibility: hidden;
}

.ac.is-active .ac-panel {
  visibility: visible;
}

.ac.is-active > .ac-header .ac-trigger::after {
  content: "\2013";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
font-face {
  font-family: 'BMWTypeNext';
  src: url('../assets/fonts/BMWTypeNextPro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BMWTypeNext';
  src: url('../assets/fonts/BMWTypeNextPro-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BMWTypeNext';
  src: url('../assets/fonts/BMWTypeNextPro-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BMWTypeNext';
  src: url('../assets/fonts/BMWTypeNextPro-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BMWTypeNext';
  src: url('../assets/fonts/BMWTypeNextPro-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BMWTypeNextCondensed';
  src: url('../assets/fonts/BMWTypeNextCondensedPro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BMWTypeNextCondensed';
  src: url('../assets/fonts/BMWTypeNextCondensedPro-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BMWTypeNextCondensed';
  src: url('../assets/fonts/BMWTypeNextCondensedPro-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BMWTypeNextCondensed';
  src: url('../assets/fonts/BMWTypeNextCondensedPro-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BMWTypeNextCondensed';
  src: url('../assets/fonts/BMWTypeNextCondensedPro-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}
body {
  display: flex;
  flex-flow: column nowrap;
  font-family: 'BMWTypeNext', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  color: #333;
  overflow-x: hidden;
}
body * {
  box-sizing: border-box;
}
body > header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fffe;
}
body > header .page-title-wrapper h1 {
  font-size: 0;
  line-height: 0;
}
body > main {
  flex-grow: 1;
  padding-top: 150px;
}
body > footer {
  display: block;
}
h1,
.h1 {
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
h2,
.h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
h3,
.h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
h3 strong,
.h3 strong,
h3 b,
.h3 b {
  font-weight: 700;
  color: #1C69D4;
}
h4,
.h4 {
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
h4 strong,
.h4 strong,
h4 b,
.h4 b {
  font-weight: 700;
  color: #1C69D4;
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  margin-top: 1em;
  margin-bottom: 1em;
}
hr {
  color: #8E8E8E;
  border: none;
  border-bottom: 1px solid #8E8E8E;
}
[class*="col-"] > p:first-child {
  margin-top: 0;
}
[class*="col-"] > p:last-child {
  margin-bottom: 0;
}
textarea {
  resize: vertical;
}
.subtitle {
  font-weight: 600;
}
.container-fluid {
  max-width: 1920px;
  margin: 0 auto;
}
section {
  position: relative;
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #fff;
}
.section_background-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section_background-image-container img,
.section_background-image-container picture,
.section_background-image-container .section_background-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section_background-image-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.col-auto-min {
  flex: 0 0 auto;
  width: auto;
}
.flex {
  display: flex;
}
.flex.flex-col {
  flex-flow: column;
}
.flex.align-center {
  align-items: center;
}
.flex.justify-center {
  justify-content: center;
}
.page-wrapper > .spacer {
  padding-top: 60px;
}
.wysiwyg * {
  /*text-transform: none;*/
}
.wysiwyg > *:first-child {
  margin-top: 0;
}
.wysiwyg > *:last-child {
  margin-bottom: 0;
}
.wysiwyg a {
  color: #000;
  text-decoration: underline;
}
.wysiwyg a.btn,
.btn {
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  color: #000;
  font-weight: 600;
  border: none;
  padding: 0.8em 1.2em;
  line-height: 1;
  cursor: pointer;
  background-color: #fff;
  text-decoration: none;
}
.wysiwyg a.btn.btn-primary,
.btn.btn-primary {
  color: #fff;
  background-color: #1b75bb;
  transition: background-color 0.3s ease;
}
.wysiwyg a.btn.btn-primary:hover,
.btn.btn-primary:hover {
  background-color: #0653b6;
}
.wysiwyg a.btn .icon-container,
.btn .icon-container {
  margin-right: 0.8em;
  width: 1.2em;
  height: 1.2em;
}
.wysiwyg a.btn.btn-primary,
.btn.btn-primary {
  color: #fff;
  background-color: #1b75bb;
}
.wysiwyg a.btn.btn-dark,
.btn.btn-dark {
  color: #fff;
  background-color: #333;
}
.icon-container {
  display: inline-flex;
  width: 1em;
  height: 1em;
  justify-content: center;
  align-items: center;
}
.icon-container > svg,
.icon-container > img {
  /*filter: brightness(0) saturate(100%);*/
  width: 100%;
  height: 100%;
}
.icon-container > img {
  object-fit: contain;
}
.text-center {
  text-align: center;
}
.text-bold {
  font-weight: 700;
}
.margin-left-auto {
  margin-left: auto;
}
.no-padding {
  padding: 0;
}
.bg-dark {
  background-color: #262626;
  color: #fff;
}
.slick-track {
  display: flex;
  align-items: stretch;
}
.slick-track .slick-slide {
  height: auto;
}
#copyright {
  font-size: 12px;
}
#ccBar ul li {
  width: auto !important;
}
/* < xlg */
@media (max-width: 1599px) {
  body > main {
    padding-top: 168px;
  }
}
/* < lg */
/* < md */
@media (max-width: 991px) {
  body > main {
    padding-top: 126px;
  }
}
/* < sm */
@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 32px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  h4,
  .h4 {
    font-size: 22px;
  }
}
/* < xs */
@media (max-width: 575px) {
  body > main {
    padding-top: 151px;
  }
  body {
    font-size: 16px;
  }
  h1,
  .h1 {
    font-size: 32px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
}
/* >= xs */
/* >= sm */
/* >= md */
/* >= lg */
/* >= xlg */
@media (min-width: 1600px) {
  .container {
    max-width: 1356px;
  }
}
.slick-slider {
  position: relative;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 0;
  line-height: 0;
  border: none;
  background: transparent;
  width: 5rem;
  height: 5rem;
  background-image: url(/wp-content/themes/wmbase/assets/icons/arrow_chevron.svg) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  cursor: pointer;
}
.slick-slider .slick-arrow.slick-prev {
  left: 3rem;
  transform: scaleX(-1) translateY(-50%);
}
.slick-slider .slick-arrow.slick-next {
  right: 3rem;
}
.slick-slider .slick-arrow::before {
  display: none;
}
/* < lg */
@media (max-width: 1199px) {
  .slick-slider .slick-arrow {
    width: 4rem;
    height: 4rem;
  }
  .slick-slider .slick-arrow.slick-prev {
    left: 1rem;
  }
  .slick-slider .slick-arrow.slick-next {
    right: 1rem;
  }
}
/* < sm */
/* < xs */
@media (max-width: 575px) {
  .slick-slider .slick-arrow {
    width: 3rem;
    height: 5rem;
  }
  .slick-slider .slick-arrow.slick-prev {
    left: 0;
  }
  .slick-slider .slick-arrow.slick-next {
    right: 0;
  }
}
#header > .container-full {
  padding: 0 72px;
}
#header > .container-full > .grid {
  border-bottom: 2px solid #E6E6E6;
  margin-bottom: 10px;
}
#header > .container-full > .grid > * {
  padding-top: 0;
  padding-bottom: 0;
}
#header .page-title-wrapper {
  display: block;
}
#header .page-title-wrapper picture,
#header .page-title-wrapper img {
  max-height: 72px;
  width: auto;
}
.navmenu-wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.navmenu-opener {
  display: none;
  font-size: 30px;
  text-align: right;
  cursor: pointer;
  padding: 6px 0;
  width: 48px;
}
.navmenu-opener > div {
  width: 1em;
  height: 1em;
  margin-left: auto;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}
.navmenu-opener > div > span {
  height: 0.1em;
  background-color: #000;
  opacity: 1;
  transition: all 0.2s ease-out;
}
.navmenu-open .navmenu-opener > div > span:nth-child(1) {
  transform: translate(0, calc((0.7em / 6 * 2) + 0.1em)) rotate(45deg);
}
.navmenu-open .navmenu-opener > div > span:nth-child(2) {
  transform: rotate(45deg);
  opacity: 0;
}
.navmenu-open .navmenu-opener > div > span:nth-child(3) {
  transform: translate(0, calc((-0.7em / 6 * 2) - 0.1em)) rotate(-45deg);
}
.navmenu {
  letter-spacing: normal;
  word-spacing: normal;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
}
.navmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  gap: 20px;
}
.navmenu li {
  position: relative;
}
.navmenu li.menu-item-has-children > a {
  display: flex;
  flex-flow: row nowrap;
  gap: 5px;
  align-items: center;
}
.navmenu li.menu-item-has-children > a::after {
  content: '';
  width: 1em;
  height: 1em;
  display: block;
  background: url('/wp-content/themes/wmbase/assets/icons/arrow_chevron_down.svg') no-repeat center;
  background-size: contain;
}
.navmenu ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  flex-flow: column;
  pointer-events: none;
  opacity: 0;
  gap: 5px;
  background-color: #fffe;
  padding: 5px 15px;
  font-weight: 300;
}
.navmenu li:hover > a {
  color: #1C69D4;
}
.navmenu li:hover > ul.sub-menu {
  pointer-events: all;
  opacity: 1;
}
.navmenu a {
  display: block;
}
.navmenu span[itemprop=name] {
  padding: 13px 0;
  white-space: nowrap;
  display: block;
}
.navmenu ul.sub-menu span[itemprop=name] {
  padding: 4px 0;
}
.menu-item[class*="logo-"] {
  display: flex;
  align-items: center;
}
.menu-item[class*="logo-"] > a {
  display: block;
  font-size: 0;
  line-height: 0;
}
.menu-item[class*="logo-"] > a > span {
  display: block;
  height: auto;
  height: 37px;
  aspect-ratio: 1/1;
}
.menu-item.logo-bmw > a > span {
  background: url('/wp-content/themes/wmbase/assets/icons/bmw.svg') no-repeat center;
  background-size: contain;
}
.menu-item.logo-bmw-motorrad > a > span {
  background: url('/wp-content/themes/wmbase/assets/icons/bmw-motorrad.svg') no-repeat center;
  background-size: contain;
  aspect-ratio: 75/16;
}
.menu-item.logo-bmw-m > a > span {
  background: url('/wp-content/themes/wmbase/assets/icons/bmw-m.svg') no-repeat center;
  background-size: contain;
  aspect-ratio: 68/48;
}
.menu-item.logo-bmw-i > a > span {
  background: url('/wp-content/themes/wmbase/assets/icons/bmw-i.svg') no-repeat center;
  background-size: contain;
  aspect-ratio: 44/48;
}
.menu-item.logo-mini > a > span {
  background: url('/wp-content/themes/wmbase/assets/icons/mini.svg') no-repeat center;
  background-size: contain;
  aspect-ratio: 82/48;
}
.navmenu .menu-item.brands-subnav {
  position: static;
}
.navmenu .menu-item.brands-subnav > ul.sub-menu {
  left: 0;
  width: 100%;
  padding: 20px 72px;
  display: flex;
  flex-flow: row nowrap;
  gap: 2em;
}
.navmenu .menu-item.brands-subnav > ul.sub-menu > li {
  flex-grow: 1;
}
.navmenu .menu-item.brands-subnav > ul.sub-menu > li > a {
  display: flex;
  border-bottom: 2px solid #E6E6E6;
  justify-content: space-between;
  padding-bottom: 8px;
  font-weight: 700;
}
.navmenu .menu-item.brands-subnav > ul.sub-menu > li > a::after {
  display: none;
}
.navmenu .menu-item.brands-subnav > ul.sub-menu > li > a::before {
  content: '';
  width: 2em;
  height: 2em;
  display: block;
  order: 2;
}
.navmenu .menu-item.brands-subnav > ul.sub-menu > li.icon-bmw > a::before {
  background: url('/wp-content/themes/wmbase/assets/icons/bmw.svg') no-repeat center;
  background-size: contain;
}
.navmenu .menu-item.brands-subnav > ul.sub-menu > li.icon-bmw-motorrad > a::before {
  background: url('/wp-content/themes/wmbase/assets/icons/bmw.svg') no-repeat center;
  background-size: contain;
}
.navmenu .menu-item.brands-subnav > ul.sub-menu > li.icon-bmw-m > a::before {
  background: url('/wp-content/themes/wmbase/assets/icons/bmw-m.svg') no-repeat center;
  background-size: contain;
}
.navmenu .menu-item.brands-subnav > ul.sub-menu > li.icon-bmw-i > a::before {
  background: url('/wp-content/themes/wmbase/assets/icons/bmw-i.svg') no-repeat center;
  background-size: contain;
}
.navmenu .menu-item.brands-subnav > ul.sub-menu > li.icon-mini > a::before {
  background: url('/wp-content/themes/wmbase/assets/icons/mini.svg') no-repeat center;
  background-size: contain;
}
.navmenu .menu-item.brands-subnav > ul.sub-menu ul.sub-menu {
  position: static;
  opacity: 1;
  background-color: transparent;
  padding: 0;
}
.navmenu .menu-item.brands-subnav:hover ul.sub-menu {
  pointer-events: all;
}
.topnav {
  display: flex;
  height: 100%;
  align-items: center;
}
.topnav ul.menu-top {
  display: flex;
  flex-flow: row nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 24px;
  font-size: 14px;
  font-weight: 700;
}
.topnav ul.menu-top .menu-item[class*="icon-"] > a {
  display: block;
  font-size: 0;
  line-height: 0;
}
.topnav ul.menu-top .menu-item[class*="icon-"] > a > span {
  display: block;
  height: auto;
  width: 48px;
  aspect-ratio: 1/1;
}
.topnav ul.menu-top .menu-item.icon-service > a > span {
  background: url('/wp-content/themes/wmbase/assets/icons/mini.svg') no-repeat center;
  background-size: contain;
}
.topnav-logos {
  display: flex;
  height: 100%;
  align-items: center;
}
.menu-top-logo {
  display: flex;
  flex-flow: row nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
}
.menu-top-logo .menu-item[class*="logo-"] > a > span {
  height: 30px;
}
/* < xlg */
@media (max-width: 1599px) {
  .navmenu .menu-main {
    flex-wrap: wrap;
    row-gap: 0;
  }
  .navmenu .menu-main::after {
    content: '';
    flex-basis: 100%;
    order: -1;
  }
  .navmenu .menu-main .menu-item[class*="logo-"] {
    order: -2;
  }
  .navmenu .menu-main .menu-item[class*="logo-"] > a > span {
    height: 30px;
  }
}
/* < lg */
@media (max-width: 1199px) {
  .navmenu {
    font-size: 16px;
  }
  .navmenu ul {
    gap: 16px;
  }
}
/* < md */
@media (max-width: 991px) {
  .navmenu-opener {
    display: flex;
  }
  .menu-hauptnavigation-container {
    max-height: calc(100vh - 126px);
    overflow-y: auto;
  }
  .navmenu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 350px;
    z-index: 999;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease-out;
    background-color: #fffe;
  }
  .navmenu .margin-left-auto {
    margin-left: 0;
  }
  .navmenu-open .navmenu {
    pointer-events: all;
    opacity: 1;
  }
  .navmenu ul {
    flex-flow: row wrap;
  }
  .navmenu ul li {
    flex-basis: 100%;
    padding-left: 14px;
  }
  .navmenu ul li.menu-item-has-children > a {
    justify-content: space-between;
  }
  .navmenu ul li.menu-item-has-children > a::after {
    width: 2em;
    height: 2em;
    margin-right: 1em;
  }
  .navmenu ul li.menu-item-has-children.submenu-open > a::after {
    transform: rotate(-180deg);
  }
  .navmenu ul li.brands-subnav ul ul.sub-menu {
    max-height: none;
  }
  .navmenu ul.sub-menu {
    position: relative;
    top: 0;
    left: 0;
    pointer-events: inherit;
    opacity: 1;
    background-color: transparent;
    overflow: hidden;
    max-height: 0;
  }
  .navmenu .menu-main::after {
    display: none;
  }
  .navmenu .menu-main .menu-item[class*="logo-"] {
    order: unset;
  }
  .navmenu .menu-item.brands-subnav > ul.sub-menu {
    flex-flow: column nowrap;
    padding: 0;
    padding-right: 14px;
  }
  .navmenu .menu-main .menu-item[class*="logo-"] {
    flex-basis: auto;
  }
  .navmenu .menu-main .menu-item[class*="logo-"] > a {
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
  }
}
/* < sm */
@media (max-width: 767px) {
  #header > .container-full {
    padding: 0 2rem;
  }
}
/* < xs */
@media (max-width: 575px) {
  #header > .container-full {
    padding: 0 1rem;
  }
  .topnav ul.menu-top {
    gap: 1rem;
  }
}
.fc-headerslider {
  padding: 0;
  min-height: calc(100vh - 292px);
  position: sticky;
  top: 0;
  padding-top: 0;
  margin-top: 0;
  display: flex;
}
.fc-headerslider .slider-container:not(.slick-slider) {
  display: flex;
  width: 100%;
}
.fc-headerslider .slider-container:not(.slick-slider) > div {
  width: 100%;
}
.fc-headerslider .slider-container:not(.slick-slider) > div:not(:first-child) {
  display: none;
}
.fc-headerslider .slick-slider {
  display: flex;
  width: 100%;
}
.fc-headerslider .slick-list {
  display: flex;
}
.fc-headerslider .slick-track {
  display: flex;
}
.fc-headerslider .slide {
  position: relative;
  display: flex;
  height: 100%;
}
.fc-headerslider .slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(#fff, transparent);
  z-index: 3;
  pointer-events: none;
}
.fc-headerslider .slick-current .fc-headerslider-image {
  animation: zoomImage 1s ease-in-out forwards;
  animation-delay: 1s;
}
.fc-headerslider .slick-current .fc-headerslider-content {
  animation: fadeInContent 1s ease-in-out forwards;
  animation-delay: 2s;
}
.fc-headerslider-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.fc-headerslider-image .image-mobile {
  width: 100%;
  height: 100%;
  display: none;
}
.fc-headerslider-image picture,
.fc-headerslider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fc-headerslider-content {
  z-index: 1;
  padding: 2rem 8rem 4rem 8rem;
  color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  opacity: 0;
}
.fc-headerslider-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #000 0%, transparent 100%);
  z-index: 0;
  opacity: 0.8;
}
.fc-headerslider-text {
  width: 50%;
  max-width: 100%;
  z-index: 1;
}
.fc-headerslider-infopanel {
  font-size: 14px;
  max-width: 82%;
  align-self: center;
  z-index: 2;
  padding: 0.75rem 1.5rem;
  border-radius: 1.5rem;
  background-color: rgba(38, 38, 38, 0.5);
  margin-top: 2rem;
}
@keyframes zoomImage {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes fadeInContent {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* < xlg */
@media (max-width: 1599px) {
  .fc-headerslider {
    min-height: calc(100vh - 309px);
  }
}
/* < lg */
@media (max-width: 1199px) {
  .fc-headerslider-content {
    padding: 2rem 4rem;
  }
  .fc-headerslider-content::before {
    width: 70%;
  }
  .fc-headerslider-text {
    width: 70%;
  }
}
/* < md */
@media (max-width: 991px) {
  .fc-headerslider {
    min-height: calc(100vh - 266px);
  }
}
/* < sm */
@media (max-width: 767px) {
  .fc-headerslider-text {
    width: 100%;
  }
  .fc-headerslider-infopanel {
    max-width: 100%;
  }
  .fc-headerslider-content::before {
    width: 90%;
  }
  .fc-headerslider-image:has(.image-mobile) .image-mobile {
    display: block;
  }
  .fc-headerslider-image:has(.image-mobile) > picture,
  .fc-headerslider-image:has(.image-mobile) > img,
  .fc-headerslider-image:has(.image-mobile) > picture img {
    display: none;
  }
}
/* < xs */
@media (max-width: 575px) {
  .fc-headerslider {
    min-height: calc(100vh - 359px);
  }
  .fc-headerslider-content {
    padding: 2rem;
  }
  .fc-headerslider-content::before {
    width: 100%;
    background-image: none;
    background-color: #000;
    opacity: 0.5;
  }
  .fc-headerslider-infopanel {
    font-size: 0.8rem;
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 1rem;
  }
}
.fc-carsearch {
  padding: 0;
}
.fc-carsearch .nr-quick-search-section {
  width: 100%;
  margin: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: #fff;
}
@media (min-width: 576px) {
  .fc-carsearch .nr-quick-search-section {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .fc-carsearch .nr-quick-search-section {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .fc-carsearch .nr-quick-search-section {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .fc-carsearch .nr-quick-search-section {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .fc-carsearch .nr-quick-search-section {
    max-width: 1600px;
  }
}
.fc-carsearch .nr-quick-search-section .fields {
  display: flex;
  flex-flow: row;
  align-items: flex-end;
  gap: 3rem;
}
.fc-carsearch .nr-quick-search-section .fields .field {
  width: 30%;
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  gap: 0.625rem;
}
.fc-carsearch .nr-quick-search-section .fields .field label {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #666;
  font-weight: 700;
}
.fc-carsearch .nr-quick-search-section .fields .field select {
  border: 1px solid #262626;
  background: rgba(230, 230, 230, 0.3);
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  font-family: inherit;
  height: 3.5rem;
  font-weight: 400;
}
.fc-carsearch .nr-quick-search-section .fields .field:last-of-type {
  width: 35%;
  flex-grow: 1;
}
.fc-carsearch .nr-quick-search-section .fields .field:last-of-type label {
  display: none;
}
.fc-carsearch .nr-quick-search-section .fields .field:last-of-type a#nrcarsearchlink {
  width: 100%;
}
.fc-carsearch .nr-quick-search-section .fields .field:last-of-type a#nrcarsearchlink .button.is-primary {
  width: 100%;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  color: #000;
  font-weight: 600;
  border: none;
  padding: 0.8em 1.2em;
  line-height: 1;
  cursor: pointer;
  background-color: #fff;
  text-decoration: none;
  background: #1C69D4;
  height: 3.5rem;
}
.fc-carsearch .nr-quick-search-section .fields .field:last-of-type a#nrcarsearchlink .button.is-primary.btn-primary {
  color: #fff;
  background-color: #1b75bb;
  transition: background-color 0.3s ease;
}
.fc-carsearch .nr-quick-search-section .fields .field:last-of-type a#nrcarsearchlink .button.is-primary.btn-primary:hover {
  background-color: #0653b6;
}
.fc-carsearch .nr-quick-search-section .fields .field:last-of-type a#nrcarsearchlink .button.is-primary .ergebnisse {
  color: #fff;
}
.fc-carsearch .nr-quick-search-section .fields .field:last-of-type a#nrcarsearchlink .button.is-primary .ergebnisse:after {
  content: " anzeigen";
}
.fc-carsearch .nr-quick-search-section .fields .field:last-of-type a#nrcarsearchlink .button.is-primary svg {
  display: none;
}
.fc-carsearch .nr-quick-search-section .fields .field:last-of-type .revertbuttons {
  display: none;
}
.fc-carsearch .carsearch-counters {
  width: 100%;
  background: #262626;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.fc-carsearch .carsearch-counters .cs-link {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
.fc-carsearch .carsearch-counters .cs-link .nr-counter-section {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.625rem;
}
.fc-carsearch .carsearch-counters .cs-link .num {
  font-size: 3rem;
  font-weight: 300;
  color: #fff;
  line-height: 1;
}
.fc-carsearch .carsearch-counters .cs-link .label {
  font-weight: 300;
  color: #fff;
  line-height: 1;
  font-size: 1rem;
}
/* < sm */
@media (max-width: 767px) {
  .fc-carsearch .nr-quick-search-section .fields {
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0 1rem;
  }
}
/* < xs */
.fc-linkpanel-col {
  padding: 1px;
}
.fc-linkpanel-item {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  overflow: hidden;
  width: 100%;
}
.fc-linkpanel-item:hover .fc-linkpanel-background::before {
  opacity: 0;
}
.fc-linkpanel-item:hover .fc-linkpanel-text {
  opacity: 0;
}
.fc-linkpanel-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
}
.fc-linkpanel-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.fc-linkpanel-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fc-linkpanel-text {
  font-size: 2em;
  z-index: 1;
  text-align: center;
  color: #fff;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.fc-linkpanel-text img {
  width: 10em;
  height: 4em;
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  filter: brightness(0) invert(1);
}
.fc-text-image .image-container {
  height: 100%;
}
.fc-text-image .image-container picture,
.fc-text-image .image-container img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.fc-text-image .wysiwyg {
  padding-top: 150px;
  padding-bottom: 150px;
}
.fc-text-image .image-container {
  margin-right: min(0px, calc(100% - 50vw + 72px));
}
.fc-text-image.sidepanel {
  padding-top: 0;
  padding-bottom: 0;
}
.fc-text-image.sidepanel .wysiwyg {
  position: sticky;
  top: 0;
}
.fc-text-image.sidepanel .image-container {
  height: 150vh;
}
.fc-text-image.sidepanel .image-container picture,
.fc-text-image.sidepanel .image-container img {
  object-fit: cover;
}
.fc-text-image.image-left .textcol {
  order: 2;
  margin-left: 8.33333333%;
}
.fc-text-image.image-left .imagecol {
  order: 1;
  margin-left: 0;
}
.fc-text-image.image-left .imagecol .image-container {
  margin-right: 0;
  margin-left: min(0px, calc(100% - 50vw + 72px));
}
/* < md */
@media (max-width: 991px) {
  .fc-text-image .wysiwyg {
    padding: 0;
  }
  .fc-text-image + .image-left .textcol {
    order: 1;
    margin-left: 0;
  }
  .fc-text-image + .image-left .imagecol {
    order: 2;
    margin-left: 0;
  }
  .fc-text-image + .image-left .imagecol .image-container {
    margin-left: 0;
  }
}
/* < sm */
@media (max-width: 767px) {
  .fc-text-image.sidepanel .image-container {
    height: 100vh;
  }
}
/* < xs */
.fc-services-slider {
  padding-top: 0;
  padding-bottom: 0;
}
.fc-services-slider .slider-controls {
  padding: 35px 0;
}
.fc-services-slider .slider-controls-label {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 33.6px */
  text-transform: uppercase;
}
.fc-services-slider .slider-controls-link a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
}
.fc-services-slider .slider-controls-link a::before {
  content: '';
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  background-image: url('../assets/icons/arrow_chevron_dark.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.fc-services-slider .slider-slider {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 18px;
}
.fc-services-slider .slider-slider .progress-bar {
  display: block;
  height: 8px;
  background: #262626;
  border-radius: 4px;
  margin-right: -18px;
}
.fc-services-slider .slider-slider .progress-dot {
  display: block;
  width: 36px;
  height: 36px;
  background: #262626;
  border-radius: 50%;
  z-index: 1;
  flex: 0 0 auto;
  cursor: pointer;
}
.fc-services-slider .slider-slider .progress-dot + .progress-bar {
  height: 4px;
  background: #E6E6E6;
  border-radius: 2px;
  flex: 1 0 0;
  margin-right: 0;
  margin-left: -18px;
}
.service-item {
  background: #262626;
  color: #fff;
  display: flex;
  flex-flow: column;
  height: 100%;
}
.service-item .image-container {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.service-item .image-container picture,
.service-item .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.service-item .image-container .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 90%;
  padding: 24px 24px 0;
  background: #262626;
}
.service-item .image-container .overlay .slogan {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}
.service-item .image-container .overlay h3 {
  margin: 0;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.service-item .service-text {
  padding: 24px 24px 48px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.service-item .service-text .wysiwyg {
  flex-grow: 1;
  width: 100%;
}
/* < xlg */
@media (max-width: 1599px) {
  .service-item .image-container .overlay {
    font-size: 14px;
    padding: 15px 20px 0;
  }
  .service-item .image-container .overlay h3 {
    font-size: 24px;
  }
  .service-item .service-text {
    padding: 20px 20px 40px;
    gap: 20px;
  }
}
/* < sm */
@media (max-width: 767px) {
  .fc-services-slider .slider-controls {
    padding-top: 0;
  }
  .slider-controls-label {
    display: none;
  }
  .slider-controls-link {
    width: 100%;
    text-align: right;
    padding-top: 0;
  }
}
/* < xs */
.nr-caroffersslider-section {
  padding: 3em 0;
  font-size: 16px;
}
.nr-caroffersslider-section .headline {
  margin-bottom: 1em;
}
.nr-caroffersslider-section .caroffers-slider .slick-slider .slick-current {
  transform: unset !important;
  filter: unset !important;
}
.nr-caroffersslider-section .caroffers-slider .slick-slider .slick-list {
  padding: 2rem 10px !important;
}
.nr-caroffersslider-section .caroffers-slider .slick-slide .product {
  /* jeden überschriebenen Wert auf initial/unset zurücksetzen */
  background-color: unset !important;
  filter: unset !important;
  border-radius: unset !important;
  overflow: unset !important;
  box-shadow: unset !important;
  position: unset !important;
  z-index: unset !important;
  transition: unset !important;
  height: unset !important;
}
.nr-caroffersslider-section .caroffers-slider .slick-slide .slider-main-wrap .slide {
  box-shadow: unset !important;
  transition: unset !important;
}
.nr-caroffersslider-section .caroffers-slider .slick-slide .panel {
  padding: unset !important;
  text-align: unset !important;
  color: unset !important;
}
.nr-caroffersslider-section .caroffers-slider .slick-slide .panel .top,
.nr-caroffersslider-section .caroffers-slider .slick-slide .panel .bottom {
  border-top: unset !important;
}
.nr-caroffersslider-section .caroffers-slider .slick-slide .panel .top .title,
.nr-caroffersslider-section .caroffers-slider .slick-slide .panel .bottom .title {
  font: unset !important;
  color: unset !important;
  font-weight: unset !important;
  font-size: unset !important;
}
.nr-caroffersslider-section .caroffers-slider .slick-slide .panel .top .info .info-masg,
.nr-caroffersslider-section .caroffers-slider .slick-slide .panel .bottom .info .info-masg {
  border: none !important;
  color: unset !important;
  font-size: unset !important;
  font: unset !important;
}
.nr-caroffersslider-section .caroffers-slider .slick-slide .panel .top .info .price,
.nr-caroffersslider-section .caroffers-slider .slick-slide .panel .bottom .info .price {
  font: unset !important;
  color: unset !important;
}
.nr-caroffersslider-section .caroffers-slider .slick-list {
  margin: 0 -1em;
  overflow: auto;
  overflow-x: hidden;
  padding: 1em 0;
}
.nr-caroffersslider-section .caroffers-slider .slick-track {
  display: flex !important;
}
.nr-caroffersslider-section .caroffers-slider .slick-slide {
  height: 100%;
}
.nr-caroffersslider-section .caroffers-slider .slick-slide > div {
  height: 100%;
}
.nr-caroffersslider-section .caroffers-slider .product {
  height: inherit;
  padding: 0 14px;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .card-icon {
  line-height: 0;
  position: absolute;
  background: rgba(38, 38, 38, 0.8);
  top: 0;
  right: 0;
  padding: 0.5em;
  display: flex;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .card-icon:hover {
  cursor: pointer;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .card-icon .like {
  display: none;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .card-icon svg {
  width: 2em;
  height: 2em;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .card-icon svg path {
  fill: white;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .card-icon.liked .pure,
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .card-icon:hover .pure {
  display: none;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .card-icon.liked .like,
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .card-icon:hover .like {
  display: block;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .slide {
  flex: 1;
  box-shadow: 0 0 0.3em 0 rgba(38, 38, 38, 0.3) !important;
  /* border: 1px solid rgba(38,38,38,.3); */
  background-color: white;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  color: #333;
  transition: 0.3s ease;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .slide .top {
  width: 100%;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .slide .top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .slide .panel {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .slide .panel .top {
  flex: 1;
  padding: 0;
  display: flex;
  flex-flow: wrap;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .slide .panel .top .title {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.3em !important;
  padding: 1rem;
  width: 100%;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .slide .panel .top .card-infos {
  width: 100%;
  padding: 0.1em 1em;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .slide .panel .top .card-infos .icon-infos {
  display: flex;
  align-items: center;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .slide .panel .top .card-infos .icon-infos .card-inner-infos {
  flex: 1;
  display: flex;
  align-items: center;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .slide .panel .top .card-infos .icon-infos .card-inner-infos .icon {
  margin-right: 0.5em;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .slide .panel .top .card-infos .icon-infos .card-inner-infos .icon svg {
  width: 1em;
  height: 1em;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .slide .panel .top .card-infos .icon-infos .card-inner-infos .infos {
  flex: 1;
  display: flex;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .slide .panel .top .card-infos .icon-infos .card-inner-infos .infos .pr {
  display: inline-block;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .slide .panel .top .card-infos .icon-infos .card-inner-infos.smaller {
  width: 34%;
  flex: unset;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .slide .panel .info {
  display: flex;
  flex-flow: column;
  width: 50%;
  padding: 0.2rem 1rem;
  /* &:nth-last-of-type(3) {
                  width: 100%;
                } */
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .slide .panel .info > div {
  flex: 1;
  background-color: white;
  color: #333;
  padding: 0em;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .slide .panel .info > div.info-masg,
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .slide .panel .info > div .info-masg {
  font-weight: 600 !important;
  margin-bottom: unset;
  text-transform: uppercase;
  font-size: 0.6rem !important;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .slide .panel .info > div.price {
  font-size: 0.8rem !important;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .slide .panel .info:nth-last-of-type(2) {
  margin: 0;
  background: #1C69D4 !important;
  padding: 1rem;
  display: flex;
  flex-flow: column;
  width: 50%;
  flex-grow: 1;
  gap: 0;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .slide .panel .info:nth-last-of-type(2) > div {
  background: transparent !important;
  color: #fff !important;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .slide .panel .info:nth-last-of-type(2) > div .info-masg {
  padding-bottom: 0;
  font-weight: 300 !important;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .slide .panel .info:nth-last-of-type(2) > div .price {
  font-weight: 700 !important;
  font-size: 1.125rem !important;
  padding-top: 0;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .slide .panel .info:nth-last-of-type(1) {
  margin: 0 -1rem 0 0;
  padding: 1rem;
  background: #4d4d4d;
  display: flex;
  flex-flow: column;
  width: 50%;
  flex-grow: 1;
  gap: 0;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .slide .panel .info:nth-last-of-type(1) > div {
  background: transparent !important;
  color: #fff !important;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .slide .panel .info:nth-last-of-type(1) > div.info-masg {
  padding-bottom: 0;
  font-weight: 300 !important;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .slide .panel .info:nth-last-of-type(1) > div.price {
  font-weight: 700 !important;
  font-size: 1.125rem !important;
  padding-top: 0;
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .slide:hover {
  box-shadow: 0 0 0.6em 0 rgba(38, 38, 38, 0.7);
}
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .smallprint,
.nr-caroffersslider-section .caroffers-slider .product a.slider-main-wrap .bottom {
  font-weight: 300;
  color: #666666;
  font-size: var(--baseFontSize);
  padding: 1rem;
}
.nr-caroffersslider-section .caroffers-slider .slick-next:before,
.nr-caroffersslider-section .caroffers-slider .slick-prev:before {
  color: #333 !important;
}
@media (max-width: 768px) {
  .nr-caroffersslider-section {
    padding: 2em 0;
  }
}
.nr-caroffersslider-section .slick-slider .slick-arrow {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #333;
  border-radius: 100%;
  border: 0.5rem solid #333;
}
@media (max-width: 1050px) {
  .nr-caroffersslider-section .slick-slider .slick-arrow {
    top: 0;
  }
}
.nr-caroffersslider-section .slick-slider .slick-arrow.slick-prev {
  transform: scaleX(-1) translateY(-50%) translateX(7rem);
}
@media (max-width: 1300px) {
  .nr-caroffersslider-section .slick-slider .slick-arrow.slick-prev {
    transform: scaleX(-1) translateY(-50%) translateX(4rem);
  }
}
@media (max-width: 1050px) {
  .nr-caroffersslider-section .slick-slider .slick-arrow.slick-prev {
    transform: scaleX(-1) translateY(-50%) translateX(0);
    left: unset;
    right: 4rem;
  }
}
.nr-caroffersslider-section .slick-slider .slick-arrow.slick-next {
  transform: translateY(-50%) translateX(7rem);
}
@media (max-width: 1300px) {
  .nr-caroffersslider-section .slick-slider .slick-arrow.slick-next {
    transform: translateY(-50%) translateX(4rem);
  }
}
@media (max-width: 1050px) {
  .nr-caroffersslider-section .slick-slider .slick-arrow.slick-next {
    transform: translateY(-50%) translateX(0);
  }
}
.news-item {
  height: 100%;
  display: flex;
  flex-flow: column;
  padding-bottom: 1rem;
}
.news-item.bg-dark {
  padding: 15px;
}
.news-item .image-container {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.news-item .image-container picture,
.news-item .image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item > a.btn:last-child {
  margin-top: auto;
  align-self: flex-start;
}
.news-item h3 {
  margin-bottom: 0;
}
section.fc-location,
section.fc-locations {
  padding: 0;
}
section.fc-location h2,
section.fc-locations h2 {
  margin: 0;
  padding: 33px 48px 48px;
}
section.fc-location .map-container,
section.fc-locations .map-container {
  position: relative;
  margin: 0 -30px;
  height: 100%;
  background-color: lightgreen;
}
section.fc-location .map-container {
  margin-left: 0;
}
.location-item {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  background-color: #F6F6F6;
  display: flex;
  flex-flow: column;
  height: 100%;
}
.location-item .info-slide {
  display: flex;
  flex-flow: column nowrap;
  gap: 24px;
}
.location-item .info-slide.info-slide-opening-hours {
  gap: 0;
}
.location-item .image-container {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.location-item .image-container picture,
.location-item .image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location-item .item-content {
  padding: 36px 48px;
  flex-basis: auto;
  flex-grow: 1;
}
.location-item .item-content button {
  display: flex;
  margin-top: auto;
  margin-bottom: 12px;
  width: 100%;
}
.location-item .item-content a[href^="mailto"] {
  text-decoration: underline;
  color: #1C69D4;
}
.location-item .item-content a.btn {
  display: flex;
  width: 100%;
}
.location-item h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-top: 0;
}
.location-item h4 {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  margin: 0;
}
.location-item h5 {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
  margin-top: 8px;
}
.location-item .icons {
  display: flex;
  flex-flow: row nowrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #8E8E8E;
  border-bottom: 1px solid #8E8E8E;
  padding: 12px 0;
}
.location-item .icons img {
  max-height: 48px;
  max-width: 82px;
}
.location-item .grid {
  margin: 0;
  margin-top: 6px;
}
.location-item .grid:first-child {
  margin-top: 0;
}
.location-item .col-auto-min {
  padding: 0;
}
.location-item .col-auto {
  font-weight: 700;
  padding: 0;
}
.location-item .opening-hours .col-auto {
  font-weight: 300;
}
.footer-locations {
  padding: 0;
}
.footer-locations .location-item {
  background-color: transparent;
}
.footer-locations h3 {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 19.6px */
  text-transform: uppercase;
}
.footer-locations .address {
  margin-bottom: 1em;
}
.footer-locations .contact-info-email {
  margin-top: 1em;
}
/* < xlg */
@media (max-width: 1599px) {
  .location-item .item-content {
    padding: 15px 24px;
  }
  .location-item h3 {
    font-size: 16px;
  }
}
/* < lg */
@media (max-width: 1199px) {
  .fc-location .map-column,
  .fc-locations .map-column {
    order: 2;
    min-height: 500px;
    height: 75vh;
  }
  .fc-location .map-container,
  .fc-locations .map-container {
    margin: 0;
  }
}
/* < sm */
@media (max-width: 767px) {
  section.fc-location h2,
  section.fc-locations h2 {
    padding: 0;
    padding-bottom: 1em;
  }
}
/* < xs */
#footer {
  padding-bottom: 144px;
}
#footer section {
  background-color: transparent;
}
.footer-top {
  background: linear-gradient(180deg, #262626 0%, #4D4D4D 100%);
  padding-top: 72px;
  padding-bottom: 72px;
}
.footer-legalmenu {
  padding: 24px 0;
}
.footer-legalmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  justify-content: center;
}
.footer-legalmenu ul li {
  margin: 0;
  padding: 0;
}
.footer-legalmenu ul li a {
  text-decoration: none;
}
.footer-disclimer {
  border-top: 1px solid #8E8E8E;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
.fc-headerimage {
  min-height: calc(50vh);
  padding: 0;
  z-index: 1;
}
.fc-headerimage .container-fluid {
  min-height: inherit;
  display: flex;
}
.fc-headerimage .container-fluid .fc-headerslider-content {
  height: auto;
  opacity: 1;
}
.fc-headerimage .section_background-image-container picture,
.fc-headerimage .section_background-image-container img {
  max-width: 100vw;
  max-height: 100vh;
}
.fc-contactform .form-container label {
  display: block;
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 19.6px */
  text-transform: uppercase;
  padding-bottom: 10px;
}
.fc-contactform .form-container label:has(input[type="checkbox"]) {
  display: flex;
  flex-flow: row nowrap;
  gap: 24px;
  align-items: flex-start;
  text-transform: none;
}
.fc-contactform .form-container label input[type="checkbox"] {
  width: 24px;
  height: 24px;
  margin: 0;
  flex-shrink: 0;
  accent-color: #666;
}
.fc-contactform .form-container input,
.fc-contactform .form-container textarea {
  display: block;
  width: 100%;
  padding: 18px 24px;
  background-color: #fafafa;
  border: 1px solid #262626;
  border-radius: 3px;
}
.fc-contactform .form-container textarea {
  min-height: 200px;
  field-sizing: content;
}
.fc-contactform .form-container select {
  display: block;
  width: 100%;
  padding: 18px 24px;
  background-color: #fafafa;
  border: 1px solid #262626;
  border-radius: 3px;
  appearance: none;
  background-image: url("/wp-content/themes/wmbase/assets/icons/arrow_chevron_down.svg");
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 24px;
}
.fc-contactform .form-container input,
.fc-contactform .form-container textarea,
.fc-contactform .form-container select {
  font-family: "BMWTypeNext", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-nav ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}
.footer-nav ul.menu > li {
  flex-basis: 25%;
  margin: 0;
  padding: 0;
}
.footer-nav ul.menu > li > a {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px solid #8E8E8E;
}
.footer-nav ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
.footer-nav ul.sub-menu li {
  margin: 0;
  padding: 0;
}
/* < lg */
@media (max-width: 1199px) {
  .footer-nav ul.menu {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* < md */
@media (max-width: 991px) {
  .footer-nav ul.menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* < sm */
/* < xs */
@media (max-width: 575px) {
  .footer-nav ul.menu {
    grid-template-columns: 1fr;
  }
}
.s_galerie_panel {
  display: block;
  overflow: hidden;
  border-radius: 0;
}
.s_galerie_item {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.s_galerie_item picture,
.s_galerie_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.s_galerie_item_download {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  line-height: 0;
  width: 3rem;
  height: 3rem;
  background-image: url(/wp-content/themes/wmbase/assets/theme/file-download.svg);
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: center;
}
.s_galerie_overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000d;
  overflow: auto;
  z-index: 1500;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-out;
}
.s_galerie_overlay.open {
  opacity: 1;
  pointer-events: all;
}
.s_galerie_overlay_close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  background-image: url('/wp-content/themes/wmbase/assets/theme/plus.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) saturate(1) invert(1);
  cursor: pointer;
  transform: rotate(45deg);
}
.s_galerie_overlay_wrapper {
  display: flex;
  flex-flow: column;
  overflow: hidden;
  border-radius: 0;
  background-color: #000;
  height: 100%;
  width: 100%;
}
.s_galerie_overlay .container {
  position: relative;
  height: auto;
  height: 100%;
  padding: 60px;
}
.s_galerie_overlay_single-slider {
  position: relative;
  flex: 1;
}
.s_galerie_overlay_single-slider .slick-list {
  height: 100%;
}
.s_galerie_overlay_single-slider .slick-track {
  height: 100%;
}
.s_galerie_overlay_single-slider .slick-arrow {
  background: none;
  border: none;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  background-image: url(/wp-content/themes/wmbase/assets/theme/arrow-left-red.svg);
  background-repeat: no-repeat;
  background-size: 72px;
  width: 72px;
  background-position: center;
  z-index: 2;
  cursor: pointer;
  transform: scaleX(-1);
}
.s_galerie_overlay_single-slider .slick-prev {
  left: 0;
  transform: scaleX(-1) !important;
}
.s_galerie_overlay_single-slider .slick-next {
  right: 0;
  transform: none !important;
}
.s_galerie_overlay_single-slider .s_galerie_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: unset;
}
.s_galerie_overlay_single-slider .s_galerie_item picture,
.s_galerie_overlay_single-slider .s_galerie_item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.s_galerie_overlay_nav-slider {
  padding-top: 4px;
}
.s_galerie_overlay_nav-slider .slick-slide {
  padding-left: 2px;
  padding-right: 2px;
}
.s_galerie_overlay_nav-slider .s_galerie_item {
  filter: saturate(0);
  transition: filter 0.3s ease-out;
}
.s_galerie_overlay_nav-slider .slick-current.s_galerie_item {
  filter: saturate(1);
}
.s_galerie_overlay_nav-slider .slick-arrow {
  display: none !important;
}
.s_galerie_overlay_single-slider .slick-current .s_galerie_item picture,
.s_galerie_overlay_single-slider .slick-current .s_galerie_item picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.s_galerie_contain .s_galerie_item picture,
.s_galerie_contain .s_galerie_item img {
  object-fit: contain;
}
/* < sm */
@media (max-width: 767px) {
  .s_galerie .grid {
    margin-left: -4px;
    margin-right: -4px;
  }
  .s_galerie [class*="col-"] {
    padding: 4px;
  }
  .s_galerie_panel {
    border-radius: 12px;
  }
  .s_galerie_overlay .container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100vw;
  }
}
.flexcontent_googlemaps {
  padding-top: 0;
}
.flexcontent_googlemaps_map-container {
  position: relative;
}
.locationMap_placecard {
  position: absolute;
  top: 50px;
  left: 10px;
  padding: 2px 10px;
  background-color: #fff;
  z-index: 6;
  box-shadow: 0 0 2px #aaa;
  display: none;
}
.locationMap_placecard.open {
  display: block;
}
.locationMap_placecard-title {
  font-weight: 500;
  max-width: 300px;
  font-size: 15px;
  color: #000;
}
.locationMap_placecard-address {
  color: #5b5b5b;
  font-size: 12px;
}
.locationMap_placecard-link a {
  text-decoration: none;
  color: #1a73e8;
  font-size: 12px;
}
#locationMap .locationMapMarker {
  filter: brightness(1) saturate(100%);
}
#locationMap .locationMapMarker.marker-selected {
  filter: brightness(0) saturate(100%) invert(32%) sepia(65%) saturate(1636%) hue-rotate(195deg) brightness(92%) contrast(98%);
}
#locationMap {
  height: 100%;
}
.map-marker-label {
  max-width: 200px;
  white-space: normal;
  transform: translate(50%);
  margin-left: 35px;
  text-align: left;
  color: #333 !important;
  font-weight: bold;
  text-shadow: 1px 1px 0px #fff, 1px 0px 0px #fff, 0px 1px 0px #fff, -1px -1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff;
  line-height: 1.1em;
}
.person-item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #F6F6F6;
  height: 100%;
}
.person-item .image-container {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.person-item .image-container picture,
.person-item .image-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}
.person-item .image-container .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F6F6F6;
  padding: 12px 20px 0;
}
.person-item .image-container .overlay h3 {
  margin: 0;
  font-size: 20px;
}
.person-item .person-info {
  padding: 4px 12px 12px 20px;
  font-size: 14px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.person-item .person-info .person-position {
  font-size: 16px;
  padding-bottom: 4px;
  margin-bottom: auto;
}
.person-item .person-info .person-phone,
.person-item .person-info .person-fax,
.person-item .person-info .person-email {
  display: flex;
  justify-content: space-between;
}
.person-item .person-info .person-phone span,
.person-item .person-info .person-fax span,
.person-item .person-info .person-email span {
  font-weight: 700;
  white-space: nowrap;
}
.person-item .person-info .person-email a {
  text-decoration: underline;
  color: #1C69D4;
}
.fc-persons-department-filter,
.fc-persons-location-filter {
  margin-bottom: 20px;
}
.fc-persons-department-filter label,
.fc-persons-location-filter label {
  display: block;
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.fc-persons-department-filter select,
.fc-persons-location-filter select {
  display: block;
  width: 100%;
  padding: 18px 24px;
  background-color: #fafafa;
  border: 1px solid #262626;
  border-radius: 3px;
  appearance: none;
  background-image: url("/wp-content/themes/wmbase/assets/icons/arrow_chevron_down.svg");
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 24px;
  cursor: pointer;
}
.model-item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  height: 100%;
  padding-bottom: 5.5rem;
}
.model-item .image-container {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  width: 100%;
}
.model-item .image-container picture,
.model-item .image-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  overflow: hidden;
}
.model-item .image-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 20px;
}
.model-item .image-container .overlay h3 {
  margin: 0;
  font-size: 20px;
}
.model-item .model-text {
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  font-size: 1rem;
}
.model-item .model-text a {
  text-align: right;
  border-radius: 0;
}
.model-item .model-text a img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.model-item .model-text a:first-of-type {
  margin-top: auto;
}
.model-item .model-counter {
  padding: 0 20px;
  margin-top: -2.5rem;
  align-self: flex-end;
  text-align: right;
}
.model-item .model-counter .model-counter-text {
  font-size: 1rem;
  font-weight: 600;
}
.model-item .model-counter .nr-counter-section {
  background: transparent;
  font-weight: 600;
}
.model-item .fly-in {
  position: absolute;
  bottom: 4rem;
  right: -100%;
  opacity: 0;
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.model-item:hover .fly-in {
  right: 0;
  opacity: 1;
  transition-delay: 0.05s;
}
.model-item .move-down {
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.model-item:hover .move-down {
  transform: translateY(5.5rem);
  transition-delay: 0.05s;
}
.model-item .shrink {
  transform: scale(0.9);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.model-item:hover .shrink {
  transform: scale(1);
  transition-delay: 0.05s;
}
.fc-infocard .infocard-content {
  position: relative;
  background-color: #F6F6F6;
  padding: 20px 40px;
}
.fc-infocard .infocard-content:has(> h3) {
  margin-top: 30px;
}
.fc-infocard .infocard-content h3 {
  position: absolute;
  top: -30px;
  left: -10px;
  margin: 0;
  padding: 5px 15px;
  background-color: #666;
  color: #FFF;
}
.fc-infocard + .fc-infocard {
  padding-top: 0;
}
.accordion-container .ac {
  border: none;
  border-top: 1px solid #BAB9B5;
  margin: 0;
}
.accordion-container .ac .ac-trigger {
  padding-left: 0;
  font-weight: 400;
  font: inherit;
}
.accordion-container .ac .ac-trigger:focus {
  color: inherit;
}
.accordion-container .ac .ac-trigger::after {
  content: '';
  background-image: url('/wp-content/themes/wmbase/assets/theme/plus.svg');
  width: 1em;
  height: 1em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in-out;
}
.accordion-container .ac.is-active > .ac-header .ac-trigger::after {
  content: '';
  background-image: url('/wp-content/themes/wmbase/assets/theme/minus.svg');
  transform: translate(0, -50%) rotate(-180deg);
}
.accordion-container .ac .ac-header {
  border: none;
  font-size: 1.25rem;
}
.offer-content table td {
  padding: 0.25rem 1rem;
}
.offer-content table td:first-child {
  font-weight: 600;
  padding-left: 0;
}
.offer-item {
  height: 100%;
  display: flex;
  flex-flow: column;
  padding-bottom: 1rem;
}
.offer-item.bg-dark {
  padding: 15px;
}
.offer-item .image-container {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.offer-item .image-container picture,
.offer-item .image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offer-item .image-container .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 90%;
  padding: 24px 24px 0;
  background: #262626;
}
.offer-item .image-container .overlay h3 {
  margin: 0;
}
.offer-item .teaser {
  padding: 0.5em 0;
}
.offer-item .teaser h3,
.offer-item .teaser h4,
.offer-item .teaser h5,
.offer-item .teaser h6 {
  margin: 0.5em 0;
}
.offer-item .teaser h3:first-child,
.offer-item .teaser h4:first-child,
.offer-item .teaser h5:first-child,
.offer-item .teaser h6:first-child {
  margin-top: 0;
}
.offer-item .teaser h3:last-child,
.offer-item .teaser h4:last-child,
.offer-item .teaser h5:last-child,
.offer-item .teaser h6:last-child {
  margin-bottom: 0;
}
.offer-item > a.btn:last-child {
  margin-top: auto;
  align-self: flex-start;
}
.job-item {
  height: 100%;
  display: flex;
  flex-flow: column;
  padding-bottom: 1rem;
}
.job-item.bg-dark {
  padding: 15px;
}
.job-item .image-container {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.job-item .image-container picture,
.job-item .image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.job-item .image-container .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 90%;
  padding: 24px 24px 0;
  background: #262626;
}
.job-item .image-container .overlay h3 {
  margin: 0;
}
.job-item .teaser {
  padding: 0.5em 0;
}
.job-item .teaser h3,
.job-item .teaser h4,
.job-item .teaser h5,
.job-item .teaser h6 {
  margin: 0.5em 0;
}
.job-item .teaser h3:first-child,
.job-item .teaser h4:first-child,
.job-item .teaser h5:first-child,
.job-item .teaser h6:first-child {
  margin-top: 0;
}
.job-item .teaser h3:last-child,
.job-item .teaser h4:last-child,
.job-item .teaser h5:last-child,
.job-item .teaser h6:last-child {
  margin-bottom: 0;
}
.job-item > a.btn:last-child {
  margin-top: auto;
  align-self: flex-start;
}
.fc-contact-row .location-item h3.title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
}
.fc-contact-row .location-item h3.title strong,
.fc-contact-row .location-item h3.title b {
  font-weight: 700;
  color: #1C69D4;
}
.fc-contact-row h4.title {
  margin: 0;
  text-transform: uppercase;
  border-bottom: 2px solid #E6E6E6;
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.fc-contact-row .address {
  padding-bottom: 1rem;
}
.fc-contact-row .icons {
  display: flex;
  flex-flow: row nowrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #8E8E8E;
  border-bottom: 1px solid #8E8E8E;
  padding: 12px 0;
}
.fc-contact-row .icons img {
  max-height: 48px;
  max-width: 82px;
}
.timeline {
  position: relative;
  margin: 0;
  padding: 0 0 0 2rem;
  list-style: none;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1rem;
  width: 2px;
  background: #E6E6E6;
}
.timeline .timeline-item {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
.timeline .timeline-item:last-child {
  margin-bottom: 0;
}
.timeline .timeline-item .timeline-item-marker {
  position: absolute;
  left: -1.7rem;
  top: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #1C69D4;
}
.timeline .timeline-item .timeline-item-year {
  margin: 0 0 1rem 0;
  color: #000;
  font-family: 'BMWTypeNext', sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.timeline .timeline-item .timeline-item-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.timeline .timeline-item .timeline-item-body:has(.timeline-item-media) {
  grid-template-columns: 24rem 1fr;
}
.timeline .timeline-item .timeline-item-body .timeline-item-media {
  margin: 0;
}
.timeline .timeline-item .timeline-item-body .timeline-item-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.25rem;
}
.timeline .timeline-item .timeline-item-body .timeline-item-media .timeline-item-caption {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #666;
}
.timeline .timeline-item .timeline-item-body .timeline-item-content {
  font-family: 'BMWTypeNext', sans-serif;
  color: #333;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .timeline .timeline-item .timeline-item-body {
    grid-template-columns: 1fr;
  }
  .timeline .timeline-item .timeline-item-body:has(.timeline-item-media) {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .timeline {
    padding-left: 2.2rem;
  }
  .timeline:before {
    left: 0.8rem;
  }
  .timeline .timeline-item .timeline-item-marker {
    left: -2rem;
    width: 1.4rem;
    height: 1.4rem;
    top: 0.7rem;
    box-shadow: 0 0 0 2px #1C69D4;
  }
}
@font-face {
  font-family: 'MiniSans';
  src: url('../assets/fonts/MINISansSerif-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MiniSans';
  src: url('../assets/fonts/MINISansSerif-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MiniSerif';
  src: url('../assets/fonts/MINISerif-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MiniSerif';
  src: url('../assets/fonts/MINISerif-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MiniSerif';
  src: url('../assets/fonts/MINISerif-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MiniSerif';
  src: url('../assets/fonts/MINISerif-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'MiniSerif';
  src: url('../assets/fonts/MINISerif-Headline.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
body.mini {
  font-family: 'MiniSans', sans-serif;
}
body.mini h2 {
  font-family: 'MiniSerif', serif;
  font-weight: 700;
  text-transform: uppercase;
}
body.mini h3 {
  font-family: 'MiniSerif', serif;
  text-transform: uppercase;
}
body.mini .infocard-title {
  background: #000000;
  color: #ffffff;
}
.fc-disclaimer {
  font-size: 0.875rem;
  line-height: normal;
}
.sidebar-opener {
  width: 48px;
  height: 42px;
  cursor: pointer;
  transition: transform 0.25s ease-out;
}
.sidebar-opener span {
  display: block;
  width: 100%;
  height: 100%;
}
.sidebar-opener span svg {
  width: 100%;
  height: 100%;
}
.sidebar-opener.active {
  transform: rotateY(180deg);
}
.sidebar-wrapper {
  font-size: 16px;
  z-index: 999;
  top: 50%;
  bottom: auto;
  right: 0;
  max-width: 100vw;
  transform: translateY(-50%) translateX(calc(100% - 48px));
}
.sidebar-wrapper:hover,
.sidebar-wrapper.active {
  transform: translateY(-50%) translateX(0);
}
.sidebar-wrapper .mobile-close {
  position: absolute;
  top: -48px;
  right: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  display: none;
}
.sidebar-wrapper .mobile-close .icon {
  line-height: 0;
}
.sidebar-wrapper .mobile-close .icon svg {
  width: 3em;
  height: 3em;
  transform: rotate(180deg);
}
.sidebar-wrapper.active .mobile-close {
  display: block;
}
.sidebar-wrapper .side-nav {
  box-shadow: 0 0 20px 0 rgba(38, 38, 38, 0.3);
  overflow: hidden;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.sidebar-wrapper .side-nav .main .left {
  background-color: #fffe;
  width: 48px;
}
.sidebar-wrapper .side-nav .main .left .cont-icons .icon {
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
  position: relative;
}
.sidebar-wrapper .side-nav .main .left .cont-icons .icon svg {
  width: 2em;
  height: 2em;
}
.sidebar-wrapper .side-nav .main .left .cont-icons .icon svg path {
  fill: #333;
}
.sidebar-wrapper .side-nav .main .right {
  background-color: #f6f6f6ee;
}
.sidebar-wrapper .side-nav .main .right .contacts a.contact-link {
  height: 48px;
}
.to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
}
.to-top a.scroll-top-link {
  position: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.25s ease;
  width: 100%;
  height: 100%;
}
.to-top a.scroll-top-link .icon {
  line-height: 0;
  background-color: #333;
  padding: 0.25em;
  border-radius: 50%;
}
.to-top a.scroll-top-link .icon svg {
  width: 1em;
  height: 1em;
}
.to-top a.scroll-top-link .icon svg path {
  fill: #fff;
}
body.scrolled .to-top a.scroll-top-link {
  opacity: 1;
}
@media (max-width: 1024px) {
  .sidebar-wrapper .side-nav .main .left,
  .sidebar-wrapper .side-nav .main .right {
    justify-content: center;
  }
  .sidebar-wrapper .side-nav .main {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .sidebar-wrapper {
    transform: translateY(-50%) translateX(100%);
  }
}
body.home .fc-counterbar {
  padding: 0;
}
body.home .fc-linkpanel {
  padding-top: 0;
}
